@charset "UTF-8";
/*
@font-face {
    font-family: "NotoJP";
    src: url("../fonts/NotoRegular.woff2") format("woff2");
    font-weight: 400;
}
@font-face {
    font-family: "NotoJP";
    src: url("../fonts/NotoMedium.woff2") format("woff2");
    font-weight: 500;
}
@font-face {
    font-family: "NotoJP";
    src: url("../fonts/NotoBold.woff2") format("woff2");
    font-weight: 700;
}
*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  position: relative;
}

html {
  background-color: white;
  font-size: calc(100vw / 375 * 100);
  scroll-behavior: smooth;
  scroll-padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  html {
    font-size: min(calc(100vw / 1456 * 100), 100px);
    scroll-padding-top: 1.5rem;
  }
}

strong {
  font-weight: 700;
}

a {
  transition: 0.3s;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

img {
  display: inline-block;
}

ul {
  list-style: none;
}

body {
  font-weight: 500;
  color: #333333;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 150%;
  letter-spacing: 0;
  position: relative;
  will-change: top;
  -webkit-text-size-adjust: none;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 0.16rem;
  }
}
body * {
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  max-width: 100%;
  font-weight: inherit;
  color: inherit;
}

section {
  position: relative;
}

::-moz-selection {
  background: #707070;
  color: white;
}

::selection {
  background: #707070;
  color: white;
}

::-moz-selection {
  background: #707070;
  color: white;
}

input[type=text], input[type=email], input[type=tel], input[type=number], select, textarea {
  border-radius: 0.024rem;
  border: 0.01rem solid black;
  padding-top: 0.13rem;
  padding-left: 0.15rem;
  padding-right: 0.15rem;
  padding-bottom: 0.15rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.19rem;
  letter-spacing: 0.024em;
  font-weight: 400;
  background-color: white;
  flex: none;
}
@media screen and (min-width: 768px) {
  input[type=text], input[type=email], input[type=tel], input[type=number], select, textarea {
    font-size: 0.16rem;
    line-height: 0.23rem;
  }
}

input[type=text], input[type=email], input[type=tel], input[type=number], select {
  height: 0.45rem;
}
@media screen and (min-width: 768px) {
  input[type=text], input[type=email], input[type=tel], input[type=number], select {
    height: 0.6rem;
  }
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=number]::-moz-placeholder, select::-moz-placeholder {
  color: #AFAFAF;
}
input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, input[type=number]::placeholder, select::placeholder {
  color: #AFAFAF;
}

input[type=checkbox] {
  margin: unset;
  width: 1em;
  height: 1em;
}

textarea {
  min-height: 2.3rem;
  width: 100%;
}

input[type=radio] {
  margin: 0;
  width: 0.22rem;
  height: 0.22rem;
  accent-color: black;
}

a[href=""] {
  pointer-events: none;
  text-decoration: none !important;
  cursor: text;
}

/* 404 */
#four-zero-four {
  padding-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  #four-zero-four {
    padding-top: 1.5rem;
  }
}
#four-zero-four .l-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
  width: 2rem;
  height: 2rem;
  color: white;
  background-color: black;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.8rem;
  line-height: 1.4rem;
  letter-spacing: 0;
  font-weight: 700;
  text-align: center;
  flex: none;
}
#four-zero-four .l-desc {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.3rem;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #four-zero-four .l-desc {
    font-size: 0.24rem;
    line-height: 0.38rem;
  }
}

/* TOP PAGE */
#top-fv {
  padding-top: 0.15rem;
  margin-bottom: 0.26rem;
  min-height: 2.58rem;
}
@media screen and (min-width: 768px) {
  #top-fv {
    padding-top: 0.08rem;
    margin-bottom: 0.75rem;
  }
}

#top-baseball {
  background: linear-gradient(to bottom, rgba(5, 117, 177, 0.8) 0, rgba(5, 117, 177, 0.8) 100%), url("../img/top/bg_baseball.webp");
  background-size: contain;
  background-repeat: no-repeat;
  color: white;
  padding-top: 0.2rem;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #top-baseball {
    background: linear-gradient(to bottom, rgba(5, 117, 177, 0.8) 0, rgba(5, 117, 177, 0.8) 100%), url("../img/top/bg_baseball_pc.webp");
    background-size: cover;
    padding-top: 0.29rem;
    padding-bottom: 0.4rem;
    margin-bottom: 0.86rem;
  }
}
#top-baseball .l-top {
  margin-bottom: 0.11rem;
}
#top-baseball .l-top .l-logo {
  width: 1.13rem;
  height: 0.27rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #top-baseball .l-top .l-logo {
    width: 1.25rem;
    height: 0.3rem;
    margin: unset;
  }
}
#top-baseball .l-top .l-logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#top-baseball .l-top .l-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #top-baseball .l-top .l-header {
    flex-direction: row;
  }
  #top-baseball .l-top .l-header .l-banner--large {
    display: none;
  }
}
#top-baseball .l-top .l-header--logo {
  width: 2.44rem;
  height: 0.55rem;
}
@media screen and (min-width: 768px) {
  #top-baseball .l-top .l-header--logo {
    margin-top: -0.13rem;
    position: relative;
    left: -0.24rem;
    flex: none;
    display: flex;
    gap: 0.2rem;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  #top-baseball .l-top .l-header--logo::after {
    display: block;
    content: "";
    width: 0.05rem;
    height: 0.73rem;
    transform: skew(-20deg);
    background-color: #F7D80C;
    flex: none;
    margin-left: -0.2rem;
  }
}
#top-baseball .l-top .l-header--logo img {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #top-baseball .l-top .l-header--logo img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 5.01rem;
    height: 1.13rem;
  }
}
#top-baseball .l-top .l-header--desc {
  display: none;
}
@media screen and (min-width: 768px) {
  #top-baseball .l-top .l-header--desc {
    display: block;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 0.18rem;
    line-height: 0.28rem;
    letter-spacing: 0;
    font-weight: 500;
    width: 5.9rem;
    padding-bottom: 0.05rem;
  }
}
#top-baseball .l-top .l-header--heading {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 500;
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #top-baseball .l-top .l-header--heading {
    display: none;
  }
}
#top-baseball .l-banner {
  display: flex;
  justify-content: space-between;
}
#top-baseball .l-banner a {
  display: block;
}
#top-baseball .l-banner img {
  width: 1.65rem;
  height: auto;
  display: block;
}
#top-baseball .l-banner--large {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  margin-bottom: 0.17rem;
}
@media screen and (min-width: 768px) {
  #top-baseball .l-banner--large {
    margin-bottom: 0.29rem;
    gap: 0.1rem;
  }
}
#top-baseball .l-banner--large img {
  display: block;
  width: 100%;
  height: auto;
}
#top-baseball .l-banner--small {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.2rem 0;
  align-items: center;
  margin-top: 0.2rem;
}
@media screen and (min-width: 768px) {
  #top-baseball .l-banner--small {
    margin-top: 0.21rem;
  }
}
#top-baseball .l-banner--small a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
#top-baseball .l-banner--small a img {
  width: 1.65rem;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  #top-baseball .l-banner--small a img {
    width: 2.7rem;
  }
}

#top-news {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  #top-news {
    padding-top: 0.61rem;
    padding-bottom: 0.3rem;
  }
}
#top-news .c-heading--colorful--large {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #top-news .c-heading--colorful--large {
    margin-bottom: 0.5rem;
  }
}
#top-news .p-news-category {
  margin-bottom: 0.31rem;
}
#top-news .p-news-category-pc {
  margin-bottom: 0.5rem;
}
#top-news .p-news-list {
  margin-top: 0.27rem;
  margin-bottom: 0.38rem;
}
@media screen and (min-width: 768px) {
  #top-news .p-news-list {
    margin-top: 0.57rem;
    margin-bottom: 0.26rem;
  }
}
#top-news .l-link {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #top-news .l-link {
    margin-right: 0;
  }
}
#top-news .l-link::before {
  content: "";
  background-image: url("../img/common/balloon_blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.21rem;
  height: 0.2rem;
  margin-right: 0.07rem;
}
#top-news .l-link::after {
  content: "";
  width: 0.16rem;
  height: 0.08rem;
  margin-left: 0.02rem;
  background-image: url("../img/common/arrow_right_white_curve.svg");
  background-size: contain;
  background-repeat: no-repeat;
  filter: invert(1);
}

#top-guest {
  padding-bottom: 1.12rem;
}
@media screen and (min-width: 768px) {
  #top-guest {
    padding-bottom: 0.77rem;
  }
}
#top-guest .c-heading--colorful--large {
  margin-bottom: 0.5rem;
}
#top-guest .l-container {
  width: 100%;
  overflow-x: scroll;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  #top-guest .l-container {
    overflow-x: initial;
  }
}
#top-guest .p-guest-list {
  flex-direction: row;
  flex-wrap: nowrap;
  padding-left: 0.3rem;
  padding-right: 0.88rem;
  box-sizing: content-box;
  margin-bottom: 0.15rem;
}
@media screen and (min-width: 768px) {
  #top-guest .p-guest-list {
    padding-left: unset;
    margin-bottom: unset;
    padding-right: unset;
  }
}
#top-guest .p-guest-list::after {
  display: block;
  content: "";
  width: 0.58rem;
  margin-left: 0.3rem;
}
#top-guest .p-guest-list__wrapper {
  flex: none;
  width: 2.58rem !important;
}
@media screen and (min-width: 768px) {
  #top-guest .p-guest-list {
    margin-bottom: 0.26rem;
  }
}
#top-guest .l-link {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.12rem auto 0;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #top-guest .l-link {
    margin-right: 0;
  }
}
#top-guest .l-link::before {
  content: "";
  background-image: url("../img/common/balloon_blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.21rem;
  height: 0.2rem;
  margin-right: 0.07rem;
}
#top-guest .l-link::after {
  content: "";
  width: 0.16rem;
  height: 0.08rem;
  margin-left: 0.02rem;
  background-image: url("../img/common/arrow_right_white_curve.svg");
  background-size: contain;
  background-repeat: no-repeat;
  filter: invert(1);
}

#top-special-slider {
  position: relative;
}
#top-special-slider .p-slider__nav--next {
  display: block;
}
@media screen and (min-width: 768px) {
  #top-special-slider .p-slider__nav--next {
    left: calc(50% + 5.6rem);
  }
}
#top-special-slider .p-slider__nav--prev {
  display: block;
}
@media screen and (min-width: 768px) {
  #top-special-slider .p-slider__nav--prev {
    right: calc(50% + 5.6rem);
  }
}
#top-special-slider .swiper-slide {
  opacity: 0 !important;
  transition: 0.3s;
  pointer-events: none;
}
#top-special-slider .swiper-slide-active {
  opacity: 1 !important;
  pointer-events: all;
}
#top-special-slider .l-slide {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  background-color: #2294D0;
  position: relative;
  padding-top: 0.58rem;
  padding-bottom: 0.22rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  #top-special-slider .l-slide {
    padding-top: 0.37rem;
    padding-bottom: 0.22rem;
    border-top-left-radius: 0.45rem;
    border-bottom-right-radius: 0.45rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}
#top-special-slider .l-slide::before {
  content: "";
  position: absolute;
  top: -0.31rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.85rem;
  height: 0.75rem;
  background-image: url("../img/common/logo_special.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #top-special-slider .l-slide::before {
    width: 2.26rem;
    height: 0.91rem;
    top: -0.47rem;
  }
}
#top-special-slider .l-heading {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: white;
  margin-bottom: 0.14rem;
}
@media screen and (min-width: 768px) {
  #top-special-slider .l-heading {
    flex-direction: row;
  }
}
#top-special-slider .l-heading strong {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.42rem;
  line-height: 0.59rem;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #top-special-slider .l-heading strong {
    font-size: 0.6rem;
    line-height: 0.84rem;
  }
}
#top-special-slider .l-heading span {
  display: block;
  margin-top: -0.04rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.21rem;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #top-special-slider .l-heading span {
    font-size: 0.18rem;
    line-height: 0.26rem;
  }
}
#top-special-slider .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
}
@media screen and (min-width: 768px) {
  #top-special-slider .l-container {
    flex-direction: row;
    align-items: center;
    gap: 0.4rem;
  }
}
#top-special-slider .l-image {
  display: block;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  flex: none;
}
@media screen and (min-width: 768px) {
  #top-special-slider .l-image {
    width: 5.6rem;
    flex: none;
  }
}
#top-special-slider .l-image img {
  width: 100%;
  height: auto;
  display: block;
}
#top-special-slider .l-right {
  width: 100%;
  padding-left: 0.19rem;
}
#top-special-slider .l-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  width: 100%;
  background-color: white;
  color: black;
  padding: 0.17rem 0.17rem 0.23rem 0.19rem;
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
@media screen and (min-width: 768px) {
  #top-special-slider .l-wrapper {
    padding: 0.23rem 0.31rem 0.31rem 0.42rem;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    gap: 0.21rem;
  }
}
#top-special-slider .l-text {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.22rem;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #top-special-slider .l-text {
    font-size: 0.16rem;
    line-height: 0.23rem;
  }
}
#top-special-slider .l-title {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.31rem;
  letter-spacing: 0;
  font-weight: 900;
}
#top-special-slider .l-title br {
  display: none;
}
@media screen and (min-width: 768px) {
  #top-special-slider .l-title br {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #top-special-slider .l-title {
    font-size: 0.28rem;
    line-height: 0.39rem;
  }
}
#top-special-slider .l-link {
  display: flex;
  bottom: -0.3rem;
  right: 0.11rem;
  flex-direction: column;
  width: 1.16rem;
  height: 1.16rem;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: black;
  gap: 0.08rem;
  color: white;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 700;
  border: 0.02rem solid black;
  transition: 0.3s;
  text-align: center;
  border-radius: 100%;
}
@media screen and (min-width: 768px) {
  #top-special-slider .l-link {
    width: 1.45rem;
    height: 1.45rem;
    right: -0.3rem;
    bottom: -0.45rem;
    font-size: 0.18rem;
    line-height: 0.24rem;
    border-width: 0.03rem;
  }
}
#top-special-slider .l-link:hover {
  color: black;
  background-color: #F7D80C;
  opacity: 1;
}
#top-special-slider .l-link:hover svg path {
  stroke: black;
}
#top-special-slider .l-link svg {
  width: 0.49rem;
  height: 0.09rem;
}
#top-special-slider .l-link svg path {
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  #top-special-slider .l-link svg {
    width: 0.61rem;
    height: 0.12rem;
  }
}

#top-other, #top-pr {
  padding-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  #top-other, #top-pr {
    padding-bottom: 1.2rem;
  }
}
#top-other .c-heading--colorful--large, #top-pr .c-heading--colorful--large {
  margin-bottom: 0.5rem;
}
#top-other .p-banner, #top-pr .p-banner {
  gap: 0.3rem;
}
@media screen and (min-width: 768px) {
  #top-other .p-banner, #top-pr .p-banner {
    gap: 0.52rem 0.8rem;
  }
}
#top-other .p-banner a, #top-pr .p-banner a {
  width: 3rem;
  height: 2.06rem;
}

#top-pr .p-banner a {
  width: 3rem;
  height: auto;
}

#top-other:not(:has(a)) {
  display: none;
}

#top-pr:not(:has(a)) {
  display: none;
}

#top-powerplay {
  background-color: black;
  padding: 0.05rem;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  #top-powerplay {
    padding: 0.1rem;
    margin-bottom: 1.4rem;
  }
}
#top-powerplay .l-heading {
  width: 100%;
  height: 0.51rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.38rem;
  line-height: 0.53rem;
  letter-spacing: 0;
  font-weight: 700;
  font-style: italic;
  color: white;
  gap: 0.2rem;
}
@media screen and (min-width: 768px) {
  #top-powerplay .l-heading {
    height: 0.6rem;
    font-size: 0.53rem;
    line-height: 0.5rem;
    padding-bottom: 0.1rem;
    gap: 0.26rem;
  }
}
#top-powerplay .l-heading::before {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  background-image: url("../img/common/circle_triple.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #top-powerplay .l-heading::before {
    width: 0.45rem;
    height: 0.45rem;
  }
}
#top-powerplay .l-heading::after {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  background-image: url("../img/common/circle_triple.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #top-powerplay .l-heading::after {
    width: 0.45rem;
    height: 0.45rem;
  }
}
#top-powerplay .l-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  #top-powerplay .l-container {
    flex-direction: row;
  }
}
#top-powerplay .l-nav {
  display: flex;
  gap: 0.3rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  --color: #2294D0;
  --hover-color: #F7D80C;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
@media screen and (min-width: 768px) {
  #top-powerplay .l-nav {
    padding-left: unset;
    padding-right: unset;
    width: -moz-fit-content;
    width: fit-content;
    gap: 0.18rem;
  }
}
#top-powerplay .l-nav a {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.24rem;
  line-height: 0.33rem;
  letter-spacing: 0;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #top-powerplay .l-nav a {
    font-size: 0.3rem;
    line-height: 0.43rem;
  }
}
#top-powerplay .l-nav--prev {
  width: 0.12rem;
  height: 0.19rem;
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 100%);
  background-color: var(--color);
  flex: none;
  transition: 0.3s;
  cursor: pointer;
}
#top-powerplay .l-nav--prev:hover {
  background-color: var(--hover-color);
}
@media screen and (min-width: 768px) {
  #top-powerplay .l-nav--prev {
    width: 0.16rem;
    height: 0.24rem;
  }
}
#top-powerplay .l-nav--next {
  width: 0.12rem;
  height: 0.19rem;
  -webkit-clip-path: polygon(0 0%, 0% 100%, 100% 50%);
          clip-path: polygon(0 0%, 0% 100%, 100% 50%);
  background-color: var(--color);
  flex: none;
  transition: 0.3s;
  cursor: pointer;
}
#top-powerplay .l-nav--next:hover {
  background-color: var(--hover-color);
}
@media screen and (min-width: 768px) {
  #top-powerplay .l-nav--next {
    width: 0.16rem;
    height: 0.24rem;
  }
}
#top-powerplay .l-sub-nav--prev {
  display: none;
}
@media screen and (min-width: 768px) {
  #top-powerplay .l-sub-nav--prev {
    --color: #2294D0;
    --hover-color: #F7D80C;
    transition: 0.3s;
    display: block;
    position: absolute;
    z-index: 10;
    left: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
            clip-path: polygon(0 50%, 100% 0, 100% 100%);
    background-color: var(--color);
    flex: none;
    width: 0.16rem;
    height: 0.24rem;
    cursor: pointer;
  }
  #top-powerplay .l-sub-nav--prev:hover {
    background-color: var(--hover-color);
  }
}
#top-powerplay .l-sub-nav--next {
  display: none;
}
@media screen and (min-width: 768px) {
  #top-powerplay .l-sub-nav--next {
    --color: #2294D0;
    --hover-color: #F7D80C;
    transition: 0.3s;
    display: block;
    position: absolute;
    z-index: 10;
    right: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-clip-path: polygon(0 0%, 0% 100%, 100% 50%);
            clip-path: polygon(0 0%, 0% 100%, 100% 50%);
    background-color: var(--color);
    flex: none;
    width: 0.16rem;
    height: 0.24rem;
    cursor: pointer;
  }
  #top-powerplay .l-sub-nav--next:hover {
    background-color: var(--hover-color);
  }
}
#top-powerplay .l-content {
  display: flex;
  flex-direction: column;
  gap: 0.23rem;
  align-items: center;
  padding: 0.73rem 0.2rem 0.8rem;
  background-color: white;
}
@media screen and (min-width: 768px) {
  #top-powerplay .l-content {
    padding: 0.88rem 0.68rem 0.61rem 0.58rem;
  }
}
#top-powerplay .l-song:nth-of-type(n + 3) {
  display: none;
}
#top-powerplay .l-song__name {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  margin-bottom: 0.15rem;
  font-feature-settings: "palt" 1;
  gap: 0.5em;
}
@media screen and (min-width: 768px) {
  #top-powerplay .l-song__name {
    margin-bottom: 0.11rem;
    flex-direction: column;
    text-align: left;
    gap: unset;
  }
}
#top-powerplay .l-song__name strong {
  display: inline-flex;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.16rem;
  line-height: 0.25rem;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Poppins", "Times", sans-serif, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
@media screen and (min-width: 768px) {
  #top-powerplay .l-song__name strong {
    font-size: 0.25rem;
    line-height: 0.36rem;
  }
}
#top-powerplay .l-song__name span {
  display: inline-flex;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.25rem;
  letter-spacing: 0;
  font-weight: 500;
  font-family: "Poppins", "Times", sans-serif, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
@media screen and (min-width: 768px) {
  #top-powerplay .l-song__name span {
    font-size: 0.25rem;
    line-height: 0.36rem;
  }
}
#top-powerplay .l-song__main {
  display: flex;
  gap: 0.15rem;
}
@media screen and (min-width: 768px) {
  #top-powerplay .l-song__main {
    align-items: flex-end;
    gap: 0.22rem;
  }
}
#top-powerplay .l-song__main--image {
  width: 1.33rem;
  height: 1.33rem;
  flex: none;
}
@media screen and (min-width: 768px) {
  #top-powerplay .l-song__main--image {
    width: 2.2rem;
    height: 2.2rem;
  }
}
#top-powerplay .l-song__main--image img {
  display: block;
  width: 100%;
  height: 100%;
}
#top-powerplay .l-song__main--text {
  flex-grow: 1;
  min-height: 1.33rem;
  display: flex;
  flex-direction: column;
}
#top-powerplay .l-song__main--desc {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.11rem;
  line-height: 0.19rem;
  letter-spacing: 0;
  font-weight: 400;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #top-powerplay .l-song__main--desc {
    font-size: 0.14rem;
    line-height: 0.22rem;
    min-height: 0.9rem;
    margin-bottom: 0.15rem;
  }
}
#top-powerplay .l-song__main--button {
  width: 1.75rem;
  height: 0.34rem;
  border: 0.01rem solid black;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  #top-powerplay .l-song__main--button {
    width: 100%;
    height: 0.43rem;
    font-size: 0.18rem;
    line-height: 0.25rem;
  }
}
#top-powerplay .l-song__main--button::after {
  content: "";
  width: 0.11rem;
  height: 0.045rem;
  background-image: url("../img/common/arrow_right_black.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#top-powerplay .l-footer {
  position: absolute;
  z-index: 5;
  bottom: -0.01rem;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  height: 0.5rem;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 600;
}
#top-powerplay .l-footer:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  #top-powerplay .l-footer {
    padding-left: 0.21rem;
    padding-right: 0.27rem;
    padding-top: 0.03rem;
    height: 0.32rem;
    border-top-left-radius: 0.1rem;
    right: 0;
    transform: unset;
    left: unset;
  }
}
#top-powerplay .l-footer span {
  position: relative;
  z-index: 2;
  white-space: nowrap;
}
#top-powerplay .l-footer span::after {
  content: "";
  display: inline-block;
  margin-left: 0.04rem;
  width: 0.12rem;
  height: 0.06rem;
  background-image: url("../img/common/arrow_right_white_curve.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#top-powerplay .l-footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-50%);
  background-color: black;
  width: 0.4rem;
  height: 100%;
  -webkit-clip-path: polygon(0 100%, 50% 0, 100% 100%);
          clip-path: polygon(0 100%, 50% 0, 100% 100%);
}
@media screen and (min-width: 768px) {
  #top-powerplay .l-footer::before {
    content: unset;
  }
}
#top-powerplay .l-footer::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(50%);
  background-color: black;
  width: 0.4rem;
  height: 100%;
  -webkit-clip-path: polygon(0 100%, 50% 0, 100% 100%);
          clip-path: polygon(0 100%, 50% 0, 100% 100%);
}
@media screen and (min-width: 768px) {
  #top-powerplay .l-footer::after {
    content: unset;
  }
}
#top-powerplay #powerplay-slider {
  position: relative;
  width: 100%;
  background-color: white;
}
@media screen and (min-width: 768px) {
  #top-powerplay #powerplay-slider {
    width: 6.2rem;
    flex: none;
  }
}
#top-powerplay #powerplay-slider .l-header {
  z-index: 5;
  position: absolute;
  top: 0.18rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-powerplay #powerplay-slider .l-header {
    width: -moz-fit-content;
    width: fit-content;
  }
}
#top-powerplay #g-selection-slider {
  position: relative;
  width: 100%;
  border-top: 0.03rem solid black;
}
@media screen and (min-width: 768px) {
  #top-powerplay #g-selection-slider {
    border-top: unset;
    border-left: 0.03rem solid black;
    width: auto;
    flex-grow: 1;
  }
}
#top-powerplay #g-selection-slider .l-header {
  z-index: 5;
  position: absolute;
  top: 0.47rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #top-powerplay #g-selection-slider .l-header {
    top: 0.17rem;
  }
}
#top-powerplay #g-selection-slider .l-header p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#top-powerplay #g-selection-slider .l-header p span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 700;
}
#top-powerplay #g-selection-slider .l-header p i {
  font-style: italic;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.22rem;
  line-height: 0.31rem;
  letter-spacing: 0;
  font-weight: 600;
}
#top-powerplay #g-selection-slider .l-header p strong {
  color: white;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.4rem;
  line-height: 0.56rem;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #top-powerplay #g-selection-slider .l-header p strong {
    display: block;
    margin-top: -0.06rem;
    margin-bottom: 0.03rem;
  }
}
#top-powerplay #g-selection-slider .l-content {
  padding: 2.1rem 0.18rem 0.81rem;
  background-color: #4EB981;
}
@media screen and (min-width: 768px) {
  #top-powerplay #g-selection-slider .l-content {
    padding: 1.91rem 0.16rem 0.61rem 0.2rem;
  }
}
#top-powerplay #g-selection-slider .l-nav {
  --color: black;
  color: white;
  padding: 0;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #top-powerplay #g-selection-slider .l-nav a {
    font-size: 0.23rem;
    line-height: 0.33rem;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  #top-powerplay #g-selection-slider .l-song:nth-of-type(2) {
    display: flex;
  }
}
#top-powerplay #g-selection-slider .l-song__main {
  flex-direction: column;
  gap: 0.13rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #top-powerplay #g-selection-slider .l-song__main {
    flex-direction: row;
    gap: 0.14rem;
    align-items: flex-end;
  }
}
#top-powerplay #g-selection-slider .l-song__main--image {
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (min-width: 768px) {
  #top-powerplay #g-selection-slider .l-song__main--image {
    width: 1.71rem;
    height: 1.71rem;
  }
}
#top-powerplay #g-selection-slider .l-song__main--desc {
  width: 2.5rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.22rem;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 0.1rem;
}
@media screen and (min-width: 768px) {
  #top-powerplay #g-selection-slider .l-song__main--desc {
    -webkit-line-clamp: 3;
    min-height: unset;
    margin-bottom: 0.09rem;
    width: auto;
  }
}
#top-powerplay #g-selection-slider .l-song__main--button {
  width: 100%;
  height: 0.43rem;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.18rem;
  line-height: 0.25rem;
  letter-spacing: 0;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #top-powerplay #g-selection-slider .l-song__main--button {
    height: 0.34rem;
    font-size: 0.16rem;
    line-height: 0.23rem;
  }
}
#top-powerplay #g-selection-slider .l-song__name {
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #top-powerplay #g-selection-slider .l-song__name {
    align-items: flex-start;
    margin-bottom: 0.05rem;
  }
}
#top-powerplay #g-selection-slider .l-song__name strong {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.24rem;
  line-height: 0.32rem;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Poppins", "Times", sans-serif, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
@media screen and (min-width: 768px) {
  #top-powerplay #g-selection-slider .l-song__name strong {
    font-size: 0.23rem;
    line-height: 0.32rem;
  }
}
#top-powerplay #g-selection-slider .l-song__name span {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.24rem;
  line-height: 0.32rem;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Poppins", "Times", sans-serif, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
@media screen and (min-width: 768px) {
  #top-powerplay #g-selection-slider .l-song__name span {
    font-size: 0.23rem;
    line-height: 0.32rem;
    font-weight: 500;
  }
}

#top-bottom {
  padding-bottom: 0.6rem;
}
@media screen and (min-width: 768px) {
  #top-bottom {
    padding-bottom: 2.49rem;
  }
}
#top-bottom-large {
  margin-bottom: 0.8rem;
  gap: 0.2rem;
}
@media screen and (min-width: 768px) {
  #top-bottom-large {
    margin-bottom: 1.48rem;
    gap: 0.4rem;
  }
}
#top-bottom-large a {
  width: 3.2rem;
  height: 2rem;
}
#top-bottom-small {
  gap: 0.3rem;
}
@media screen and (min-width: 768px) {
  #top-bottom-small {
    gap: 0.4rem;
  }
}
#top-bottom-small a {
  width: 2.38rem;
  height: 0.6rem;
}
@media screen and (min-width: 768px) {
  #top-bottom-small a {
    width: 2.38rem;
    height: -moz-fit-content;
    height: fit-content;
  }
}
#top-bottom-small a img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
}

/* PROGRAM PAGE */
#program-archive {
  --color: #4EB981;
  padding-top: 0.22rem;
  padding-bottom: 1.3rem;
}
@media screen and (min-width: 768px) {
  #program-archive {
    padding-top: 0.48rem;
    padding-bottom: 2rem;
  }
}
#program-archive .c-heading--icon {
  margin-bottom: 0.37rem;
}
@media screen and (min-width: 768px) {
  #program-archive .c-heading--icon {
    margin-bottom: 0.25rem;
  }
}

#program-content {
  padding-top: 0.24rem;
  padding-bottom: 1.1rem;
}
@media screen and (min-width: 768px) {
  #program-content {
    padding-top: 1.04rem;
    padding-bottom: 2rem;
  }
}
#program-content #program-top {
  margin-bottom: 0.23rem;
}
@media screen and (min-width: 768px) {
  #program-content #program-top {
    margin-bottom: 0.66rem;
  }
}
#program-content #program-middle {
  margin-bottom: 0.26rem;
}
@media screen and (min-width: 768px) {
  #program-content #program-middle {
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.93rem;
  }
}
#program-content #program-middle .l-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
@media screen and (min-width: 768px) {
  #program-content #program-middle .l-wrapper {
    flex-direction: row;
    gap: 1rem;
    justify-content: center;
    width: 100%;
    margin: auto;
  }
  #program-content #program-middle .l-wrapper .l-personality {
    min-width: 4rem;
  }
}
#program-content #program-middle .c-heading--colorful span {
  font-size: 0.18rem;
  line-height: 0.26rem;
}
#program-content #program-bottom {
  margin-bottom: 0.65rem;
}
@media screen and (min-width: 768px) {
  #program-content #program-bottom {
    margin-bottom: 2.4rem;
  }
}
#program-content #program-message {
  background-color: #4EB981;
  padding: 0.05rem;
  width: 100%;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #program-content #program-message {
    padding: 0.1rem;
  }
}
#program-content #program-message h3 {
  width: 100%;
  height: 0.53rem;
  background-color: black;
  color: white;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-left: 0.23rem;
}
@media screen and (min-width: 768px) {
  #program-content #program-message h3 {
    font-size: 0.29rem;
    line-height: 0.42rem;
    height: 1rem;
    padding-left: 0.43rem;
  }
}
#program-content #program-message h3::before {
  content: "";
  width: 0.23rem;
  height: 0.22rem;
  background-image: url("../img/common/balloon_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  #program-content #program-message h3::before {
    width: 0.43rem;
    height: 0.41rem;
    left: 0.72rem;
  }
}
#program-content #program-message h3::after {
  content: "";
  width: 0.09rem;
  height: 0.13rem;
  background-image: url("../img/common/arrow_tri_right_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0.17rem;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
@media screen and (min-width: 768px) {
  #program-content #program-message h3::after {
    width: 0.17rem;
    height: 0.25rem;
    right: 0.5rem;
  }
}
#program-content #program-message .l-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.06rem;
  margin-top: 0.06rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #program-content #program-message .l-container {
    gap: 0.1rem;
    margin-top: 0.1rem;
  }
}
#program-content #program-message .l-container .l-wrapper {
  position: relative;
  min-height: 0.8rem;
  min-width: 0.99rem;
  flex-grow: 1;
  border-radius: 0.1rem;
  background-color: white;
  box-shadow: 0rem 0.03rem 0.06rem #007629;
  padding: 0.08rem 0.05rem 0.05rem;
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  align-items: center;
  justify-content: flex-end;
}
#program-content #program-message .l-container .l-wrapper:hover {
  opacity: 1;
}
#program-content #program-message .l-container .l-wrapper:hover .l-comment {
  opacity: 1;
}
#program-content #program-message .l-container .l-wrapper:hover .l-day {
  opacity: 0;
}
#program-content #program-message .l-container .l-wrapper:nth-of-type(4n+1) {
  --color: #2294D0;
}
#program-content #program-message .l-container .l-wrapper:nth-of-type(4n+2) {
  --color: #F7D80C;
}
#program-content #program-message .l-container .l-wrapper:nth-of-type(4n+3) {
  --color: #4EB981;
}
#program-content #program-message .l-container .l-wrapper:nth-of-type(4n) {
  --color: #FF6E77;
}
@media screen and (min-width: 768px) {
  #program-content #program-message .l-container .l-wrapper {
    min-height: 1.5rem;
    min-width: 1.86rem;
    padding: 0.1rem;
  }
}
#program-content #program-message .l-container .l-wrapper img {
  display: block;
  max-width: 0.62rem;
  max-height: 0.48rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #program-content #program-message .l-container .l-wrapper img {
    max-width: 1.15rem;
    max-height: 0.9rem;
  }
}
#program-content #program-message .l-container .l-wrapper span {
  text-align: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.11rem;
  line-height: 0.13rem;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #program-content #program-message .l-container .l-wrapper span {
    font-size: 0.2rem;
    line-height: 0.24rem;
  }
}
#program-content #program-message .l-container .l-wrapper .l-day {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
  transition: 0.3s;
}
#program-content #program-message .l-container .l-wrapper .l-day span {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-color: black;
  color: white;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  padding-bottom: 0.02rem;
  width: 0.45rem;
  height: 0.32rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.08rem;
  line-height: 0.11rem;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #program-content #program-message .l-container .l-wrapper .l-day span {
    width: 0.85rem;
    height: 0.6rem;
    font-size: 0.18rem;
    line-height: 0.26rem;
  }
}
#program-content #program-message .l-container .l-wrapper .l-comment {
  display: none;
}
@media screen and (min-width: 768px) {
  #program-content #program-message .l-container .l-wrapper .l-comment {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.1rem;
    border: 0.015rem solid white;
    background-color: var(--color);
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    padding: 0.1rem;
  }
  #program-content #program-message .l-container .l-wrapper .l-comment span {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 0.14rem;
    line-height: 0.24rem;
    letter-spacing: 0;
    font-weight: 700;
  }
}
#program-content #program-corner {
  background-color: #F7D80C;
  padding: 0.05rem;
  width: 100%;
  margin-bottom: 0.3rem;
  display: block;
}
@media screen and (min-width: 768px) {
  #program-content #program-corner {
    padding: 0.1rem;
  }
}
#program-content #program-corner h3 {
  width: 100%;
  height: 0.53rem;
  background-color: black;
  color: white;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  #program-content #program-corner h3 {
    font-size: 0.29rem;
    line-height: 0.42rem;
    height: 1rem;
  }
}
#program-content #program-corner h3::after {
  content: "";
  width: 0.09rem;
  height: 0.13rem;
  background-image: url("../img/common/arrow_tri_right_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0.36rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  #program-content #program-corner h3::after {
    width: 0.17rem;
    height: 0.25rem;
    right: 0.5rem;
  }
}
#program-content #program-site {
  background-color: #2294D0;
  padding: 0.05rem;
  width: 100%;
  margin-bottom: 0.3rem;
  display: block;
}
@media screen and (min-width: 768px) {
  #program-content #program-site {
    padding: 0.1rem;
  }
}
#program-content #program-site .l-switch {
  display: none;
}
#program-content #program-site .l-switch:checked ~ .l-container .l-wrapper {
  height: auto;
  padding-top: 0.05rem;
}
@media screen and (min-width: 768px) {
  #program-content #program-site .l-switch:checked ~ .l-container .l-wrapper {
    padding-top: 0.1rem;
  }
}
#program-content #program-site label {
  width: 100%;
  height: 0.53rem;
  background-color: black;
  color: white;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #program-content #program-site label {
    font-size: 0.29rem;
    line-height: 0.42rem;
    height: 1rem;
  }
}
#program-content #program-site label::after {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  background-image: url("../img/common/arrow_down_blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0.27rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  #program-content #program-site label::after {
    width: 0.3rem;
    height: 0.3rem;
    right: 0.5rem;
  }
}
#program-content #program-site .l-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  width: 100%;
  overflow: hidden;
  height: 0;
  transition: 0.3s;
  will-change: height;
}
@media screen and (min-width: 768px) {
  #program-content #program-site .l-wrapper {
    gap: 0.1rem;
  }
}
#program-content #program-site .l-wrapper .l-element {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 0.45rem;
  background-color: white;
  padding-left: 0.5rem;
  padding-right: 0.25rem;
  padding-top: 0.03rem;
  padding-bottom: 0.05rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #program-content #program-site .l-wrapper .l-element {
    min-height: 0.84rem;
    padding-left: 1rem;
    padding-right: 0.27rem;
    padding-top: 0.05rem;
    padding-bottom: 0.05rem;
  }
}
#program-content #program-site .l-wrapper .l-element h3 {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.13rem;
  line-height: 0.17rem;
  letter-spacing: 0;
  font-weight: 700;
  color: black;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #program-content #program-site .l-wrapper .l-element h3 {
    font-size: 0.26rem;
    line-height: 0.34rem;
  }
}
#program-content #program-site .l-wrapper .l-element .l-day {
  position: absolute;
  left: 0.16rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.27rem;
  height: 0.27rem;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 700;
  border-radius: 100%;
  padding-bottom: 0.02rem;
  border: 0.015rem solid #707070;
}
@media screen and (min-width: 768px) {
  #program-content #program-site .l-wrapper .l-element .l-day {
    width: 0.5rem;
    height: 0.5rem;
    left: 0.3rem;
    font-size: 0.28rem;
    line-height: 0.37rem;
  }
}
#program-content #program-links {
  margin-bottom: 0.65rem;
}
@media screen and (min-width: 768px) {
  #program-content #program-links {
    margin-bottom: 0.92rem;
  }
}
#program-content #program-links .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #program-content #program-links .l-container {
    gap: 0.8rem;
  }
}
#program-content #program-links .l-container .l-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #program-content #program-links .l-container .l-wrapper {
    gap: 0.37rem;
  }
}
#program-content #program-links .l-container .l-wrapper h3 {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #program-content #program-links .l-container .l-wrapper h3 {
    font-size: 0.26rem;
    line-height: 0.37rem;
  }
}
#program-content #program-links .l-container .l-wrapper h3 a {
  text-decoration: underline;
}
#program-content #program-links .l-container .l-wrapper img {
  display: block;
  width: 2.5rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  #program-content #program-links .l-container .l-wrapper img {
    width: 3.13rem;
  }
}
#program-content #program-sponsors .c-heading--simple {
  margin-bottom: 0.29rem;
}
@media screen and (min-width: 768px) {
  #program-content #program-sponsors .c-heading--simple {
    margin-bottom: 0.49rem;
  }
}
#program-content #program-sponsors .l-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.1rem;
}
@media screen and (min-width: 768px) {
  #program-content #program-sponsors .l-container {
    justify-content: flex-start;
    gap: 0 3%;
  }
}
#program-content #program-sponsors .l-container li {
  display: flex;
  width: calc(50% - 0.05rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.11rem;
  line-height: 0.18rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #program-content #program-sponsors .l-container li {
    width: 30%;
    font-size: 0.16rem;
    line-height: 0.28rem;
    flex: none;
  }
  #program-content #program-sponsors .l-container li:nth-of-type(3n+1) {
    padding-right: 0.38rem;
    border-right: 0.01rem solid #707070;
  }
  #program-content #program-sponsors .l-container li:nth-of-type(3n+2) {
    padding-right: 0.38rem;
    border-right: 0.01rem solid #707070;
  }
}
#program-content #program-sponsors .l-container li::before {
  content: "●";
}
#program-content #program-supporters {
  padding-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  #program-content #program-supporters {
    padding-top: 1rem;
  }
}
#program-content #program-supporters .c-heading--simple {
  margin-bottom: 0.29rem;
}
@media screen and (min-width: 768px) {
  #program-content #program-supporters .c-heading--simple {
    margin-bottom: 0.49rem;
  }
}
#program-content #program-supporters .l-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.1rem;
}
@media screen and (min-width: 768px) {
  #program-content #program-supporters .l-container {
    justify-content: flex-start;
    gap: 0 3%;
  }
}
#program-content #program-supporters .l-container li {
  display: flex;
  width: calc(50% - 0.05rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.11rem;
  line-height: 0.18rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #program-content #program-supporters .l-container li {
    width: 30%;
    font-size: 0.16rem;
    line-height: 0.28rem;
    flex: none;
  }
  #program-content #program-supporters .l-container li:nth-of-type(3n+1) {
    padding-right: 0.38rem;
    border-right: 0.01rem solid #707070;
  }
  #program-content #program-supporters .l-container li:nth-of-type(3n+2) {
    padding-right: 0.38rem;
    border-right: 0.01rem solid #707070;
  }
}
#program-content #program-supporters .l-container li::before {
  content: "●";
}
@media screen and (min-width: 768px) {
  #program-content .l-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #program-content .l-left {
    flex: none;
    width: 6rem;
  }
}
@media screen and (min-width: 768px) {
  #program-content .l-right {
    flex: none;
    width: 4.7rem;
  }
}
#program-content .l-image {
  max-width: unset;
  width: 100vw;
  height: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  #program-content .l-image {
    width: 100%;
    max-width: 100%;
    margin-bottom: unset;
  }
}
#program-content .l-image img {
  display: block;
  width: 100%;
  height: 100%;
}
#program-content .l-info {
  display: flex;
  flex-direction: column;
  gap: 0.14rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #program-content .l-info {
    flex-direction: column-reverse;
  }
}
#program-content .l-info__text {
  position: relative;
}
#program-content .l-info__name {
  display: block;
  padding-bottom: 0.03rem;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.24rem;
  line-height: 0.34rem;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Poppins", "Times", sans-serif, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  border-bottom: 0.01rem solid #2294D0;
}
@media screen and (min-width: 768px) {
  #program-content .l-info__name {
    font-size: 0.34rem;
    line-height: 0.44rem;
    border-width: 0.015rem;
  }
}
#program-content .l-info__time {
  display: block;
  padding-top: 0.05rem;
  padding-bottom: 0.03rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.17rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 400;
  border-bottom: 0.01rem solid #2294D0;
}
@media screen and (min-width: 768px) {
  #program-content .l-info__time {
    font-size: 0.22rem;
    line-height: 0.3rem;
    font-weight: 600;
    border-width: 0.015rem;
  }
}
#program-content .l-info__description {
  display: block;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 500;
  margin-top: 0.13rem;
}
@media screen and (min-width: 768px) {
  #program-content .l-info__description {
    font-size: 0.16rem;
    line-height: 0.28rem;
    margin-top: 0.21rem;
  }
}
#program-content .l-info__radiko {
  position: absolute;
  top: -0.12rem;
  right: 0;
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  background-image: url("../img/common/icon_radiko.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #program-content .l-info__radiko {
    width: 0.5rem;
    height: 0.5rem;
    top: -0.19rem;
    right: 0.05rem;
  }
}
#program-content .l-info__sns {
  display: flex;
  justify-content: center;
  gap: 0.3rem;
  margin-top: 0.14rem;
}
@media screen and (min-width: 768px) {
  #program-content .l-info__sns {
    justify-content: flex-start;
    gap: 0.24rem;
    margin-top: unset;
  }
}
#program-content .l-info__sns a {
  display: flex;
  flex-direction: column;
  gap: 0.07rem;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: white;
  background-color: black;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.22rem;
  letter-spacing: 0;
  font-weight: 700;
  width: 0.9rem;
  height: 0.9rem;
}
@media screen and (min-width: 768px) {
  #program-content .l-info__sns a {
    width: 1.2rem;
    height: 1.2rem;
    gap: 0.1rem;
    padding-bottom: 0.08rem;
    font-size: 0.2rem;
    line-height: 0.29rem;
  }
}
#program-content .l-info__sns a::before {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  background-image: url("../img/common/icon_x_plain.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #program-content .l-info__sns a::before {
    width: 0.27rem;
    height: 0.27rem;
  }
}
#program-content .l-personality .c-heading--colorful {
  margin-bottom: 0.13rem;
}
@media screen and (min-width: 768px) {
  #program-content .l-personality .c-heading--colorful {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  #program-content .l-personality--sub .c-heading--colorful {
    margin-top: 0.23rem;
    margin-bottom: 0.7rem;
  }
}
#program-content .l-personalities {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.1rem;
  justify-content: center;
  margin-top: 0.3rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #program-content .l-personalities {
    gap: 0.3rem 0.1rem;
  }
}
#program-content .l-personalities__element {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  align-items: center;
}
#program-content .l-personalities__element img {
  display: block;
  width: 1.35rem;
  height: 1.35rem;
  -o-object-position: top center;
     object-position: top center;
}
@media screen and (min-width: 768px) {
  #program-content .l-personalities__element img {
    width: 1.8rem;
    height: 1.8rem;
  }
}
#program-content .l-personalities__element h3 {
  display: block;
  text-align: center;
  width: 100%;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.21rem;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #program-content .l-personalities__element h3 {
    font-size: 0.22rem;
    line-height: 0.32rem;
    font-weight: 500;
  }
}
#program-content .l-theme {
  margin-top: 0.92rem;
  width: 100%;
  position: relative;
  border: 0.028rem solid white;
  border-radius: 0.1rem;
  padding: 0.1rem;
}
@media screen and (min-width: 768px) {
  #program-content .l-theme {
    border-width: 0.04rem;
    padding: 0.15rem;
    border-radius: 0.15rem;
  }
}
#program-content .l-theme--bg, #program-content .l-theme--bg4, #program-content .l-theme--bg3, #program-content .l-theme--bg2, #program-content .l-theme--bg1 {
  position: absolute;
  width: 50%;
  height: 50%;
}
#program-content .l-theme--bg1 {
  top: 0;
  left: 0;
  background-color: #2294D0;
  border-top-left-radius: 0.1rem;
}
@media screen and (min-width: 768px) {
  #program-content .l-theme--bg1 {
    border-top-left-radius: 0.15rem;
  }
}
#program-content .l-theme--bg2 {
  top: 0;
  right: 0;
  background-color: #4EB981;
  border-top-right-radius: 0.1rem;
}
@media screen and (min-width: 768px) {
  #program-content .l-theme--bg2 {
    border-top-right-radius: 0.15rem;
  }
}
#program-content .l-theme--bg3 {
  bottom: 0;
  left: 0;
  background-color: #F7D80C;
  border-bottom-left-radius: 0.1rem;
}
@media screen and (min-width: 768px) {
  #program-content .l-theme--bg3 {
    border-bottom-left-radius: 0.15rem;
  }
}
#program-content .l-theme--bg4 {
  bottom: 0;
  right: 0;
  background-color: #FF6E77;
  border-bottom-right-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
}
@media screen and (min-width: 768px) {
  #program-content .l-theme--bg4 {
    border-bottom-right-radius: 0.15rem;
  }
}
#program-content .l-theme__container {
  padding: 0.15rem 0.14rem 0.2rem;
  background-color: white;
  border-radius: 0.1rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #program-content .l-theme__container {
    padding: 0.25rem 0.15rem;
  }
}
#program-content .l-theme__heading {
  display: flex;
  flex-direction: column;
  color: #2294D0;
  text-align: center;
  margin-bottom: 0.06rem;
}
#program-content .l-theme__heading span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.21rem;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #program-content .l-theme__heading span {
    font-size: 0.23rem;
    line-height: 0.34rem;
  }
}
#program-content .l-theme__heading strong {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.26rem;
  line-height: 0.37rem;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #program-content .l-theme__heading strong {
    font-size: 0.39rem;
    line-height: 0.55rem;
    margin-top: -0.02rem;
  }
}
#program-content .l-theme__content {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 700;
  color: black;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #program-content .l-theme__content {
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
}
#program-content .l-theme__balloon {
  background-color: white;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  border-radius: 0.1rem;
  border: 0.04rem solid black;
  box-shadow: 0.04rem 0.04rem 0 black;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 2.4rem;
  height: 0.7rem;
  text-align: center;
}
#program-content .l-theme__balloon strong {
  color: #2294D0;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.22rem;
  line-height: 0.31rem;
  letter-spacing: 0;
  font-weight: 600;
  display: block;
}
#program-content .l-theme__balloon span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 700;
  display: block;
  margin-top: -0.05rem;
}
#program-content .l-theme__balloon--deco {
  position: absolute;
  bottom: 0.01rem;
  left: 50%;
  width: 0.19rem;
  height: 0.12rem;
  transform: translate(-50%, 100%);
  filter: drop-shadow(0.04rem 0.04rem 0 black) drop-shadow(-0.015rem 0.04rem 0 black);
}
#program-content .l-theme__balloon--deco::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: white;
}
#program-content .l-timeline {
  border: 0.05rem solid #FF6E77;
  border-radius: 0.1rem;
  background-color: #FF6E77;
  display: none;
}
@media screen and (min-width: 768px) {
  #program-content .l-timeline {
    border-width: 0.1rem;
    border-radius: 0.15rem;
  }
}
#program-content .l-timeline:has(iframe[style*=visible]) {
  display: block;
}

#program-corner {
  padding-top: 0.34rem;
  padding-bottom: 1.69rem;
}
@media screen and (min-width: 768px) {
  #program-corner {
    padding-top: 0.23rem;
    padding-bottom: 2.58rem;
  }
}
#program-corner .l-heading {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.17rem;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  #program-corner .l-heading {
    margin-bottom: 0.35rem;
    justify-content: flex-start;
    gap: 0.24rem;
  }
}
#program-corner .l-heading strong {
  white-space: nowrap;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.17rem;
  line-height: 0.25rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #program-corner .l-heading strong {
    font-size: 0.26rem;
    line-height: 0.37rem;
  }
}
#program-corner .l-heading img {
  height: 0.56rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media screen and (min-width: 768px) {
  #program-corner .l-heading img {
    height: 0.8rem;
  }
}
#program-corner .p-corner {
  margin-bottom: 0.49rem;
}
@media screen and (min-width: 768px) {
  #program-corner .p-corner {
    margin-bottom: 0.8rem;
  }
}

#program-personality {
  padding-top: 0.34rem;
  padding-bottom: 1.69rem;
}
@media screen and (min-width: 768px) {
  #program-personality {
    padding-top: 0.23rem;
    padding-bottom: 2.58rem;
  }
}
#program-personality .l-heading {
  display: flex;
  align-items: flex-end;
  gap: 0.17rem;
  margin-bottom: 0.25rem;
  flex-wrap: wrap;
  padding-left: 0.2rem;
}
@media screen and (min-width: 768px) {
  #program-personality .l-heading {
    margin-bottom: 0.15rem;
    justify-content: flex-start;
    gap: 0.24rem;
    padding-left: unset;
  }
}
#program-personality .l-heading strong {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.17rem;
  line-height: 0.25rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #program-personality .l-heading strong {
    font-size: 0.26rem;
    line-height: 0.37rem;
  }
}
#program-personality .l-heading img {
  height: 0.56rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media screen and (min-width: 768px) {
  #program-personality .l-heading img {
    height: 0.8rem;
  }
}
#program-personality .p-corner-personality {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #program-personality .p-corner-personality {
    margin-bottom: 1rem;
  }
}

/* ON AIR LIST PAGE */
#onairlist {
  padding-top: 0.11rem;
}
@media screen and (min-width: 768px) {
  #onairlist {
    padding-top: 0.48rem;
    padding-bottom: 1.32rem;
  }
}

/* TIMETABLE PAGE */
#timetable {
  padding-top: 0.23rem;
  padding-bottom: 1.3rem;
}
@media screen and (min-width: 768px) {
  #timetable {
    padding-top: 0.34rem;
    padding-bottom: 1.99rem;
  }
}
#timetable .p-calendar {
  margin-bottom: 0.1rem;
}
@media screen and (min-width: 768px) {
  #timetable .p-calendar {
    margin-bottom: 0.18rem;
  }
}
#timetable .p-timetable {
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
@media screen and (min-width: 768px) {
  #timetable .p-timetable {
    margin-top: 0.18rem;
    margin-bottom: 0.3rem;
  }
}

/* PERSONALITY PAGE */
#personality {
  --color: #FF6E77;
  margin-top: 0.22rem;
  padding-bottom: 1.1rem;
  position: relative;
  z-index: 101;
}
@media screen and (min-width: 768px) {
  #personality {
    margin-top: 0.32rem;
    padding-bottom: 1.19rem;
  }
}
#personality .c-heading--icon {
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  #personality .c-heading--icon {
    margin-bottom: 0.2rem;
  }
}

/* MESSAGE FORM PAGE */
#message-form {
  padding-top: 0.18rem;
  padding-bottom: 1.4rem;
  --color: #2294D0;
}
@media screen and (min-width: 768px) {
  #message-form {
    padding-top: 0.49rem;
    padding-bottom: 1.99rem;
  }
}
#message-form .c-heading--icon {
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #message-form .c-heading--icon {
    margin-bottom: 0.5rem;
  }
}

#message-form-confirm {
  padding-top: 0.2rem;
  padding-bottom: 1.3rem;
  --color: #2294D0;
}
@media screen and (min-width: 768px) {
  #message-form-confirm {
    padding-top: 0.48rem;
    padding-bottom: 6.45rem;
  }
}
#message-form-confirm .l-caution {
  width: 100%;
  text-align: center;
  color: white;
  padding-top: 0.05rem;
  padding-bottom: 0.05rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.18rem;
  letter-spacing: 0;
  font-weight: 700;
  background-color: #FF6E77;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #message-form-confirm .l-caution {
    padding-top: 0.09rem;
    padding-bottom: 0.13rem;
    font-size: 0.2rem;
    line-height: 0.28rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  #message-form-confirm .l-container {
    width: 8rem;
    margin: auto;
  }
}

#message-form-complete {
  padding-top: 0.2rem;
  padding-bottom: 1.3rem;
  --color: #2294D0;
}
@media screen and (min-width: 768px) {
  #message-form-complete {
    padding-top: 0.48rem;
    padding-bottom: 6.45rem;
  }
}
#message-form-complete .l-complete {
  width: 100%;
  text-align: center;
  color: white;
  padding-top: 0.05rem;
  padding-bottom: 0.05rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.18rem;
  letter-spacing: 0;
  font-weight: 700;
  background-color: #4EB981;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #message-form-complete .l-complete {
    padding-top: 0.09rem;
    padding-bottom: 0.13rem;
    font-size: 0.2rem;
    line-height: 0.28rem;
    margin-bottom: 0.5rem;
  }
}
#message-form-complete .l-desc {
  text-align: center;
  display: block;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #message-form-complete .l-desc {
    font-size: 0.18rem;
    line-height: 0.3rem;
  }
}
#message-form-complete .l-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #message-form-complete .l-button {
    flex-direction: row;
    justify-content: center;
    gap: 0.5rem;
  }
}
#message-form-complete .l-button .c-btn--blue {
  width: 2.5rem;
  height: 0.5rem;
  border-radius: 0.05rem;
  justify-content: center;
}
#message-form-complete .l-button .c-btn--green {
  width: 2.5rem;
  height: 0.5rem;
  border-radius: 0.05rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #message-form-complete .l-container {
    width: 8rem;
    margin: auto;
  }
}

/* NEWS PAGE */
#news-archive {
  padding-top: 0.29rem;
  padding-bottom: 1.33rem;
}
@media screen and (min-width: 768px) {
  #news-archive {
    padding-top: 0.48rem;
    padding-bottom: 1.99rem;
  }
}
#news-archive .c-heading--colorful--large {
  margin-bottom: 0.61rem;
}
@media screen and (min-width: 768px) {
  #news-archive .c-heading--colorful--large {
    margin-bottom: 0.5rem;
  }
}
#news-archive .p-news-category {
  margin-bottom: 0.51rem;
}
#news-archive .p-news-category__display[data-slug=all] {
  --bg-color: black;
}
#news-archive .p-news-category__display[data-slug=all]::before {
  content: "すべて";
}
#news-archive .p-news-category__display[data-slug=collect] {
  --bg-color: #2294D0;
}
#news-archive .p-news-category__display[data-slug=collect]::before {
  content: "募集中";
}
#news-archive .p-news-category__display[data-slug=event] {
  --bg-color: #F7D80C;
}
#news-archive .p-news-category__display[data-slug=event]::before {
  content: "EVENT";
}
#news-archive .p-news-category__display[data-slug=campaign] {
  --bg-color: #FF6E77;
}
#news-archive .p-news-category__display[data-slug=campaign]::before {
  content: "CAMPAIGN";
}
#news-archive .p-news-category__display[data-slug=information] {
  --bg-color: #4EB981;
}
#news-archive .p-news-category__display[data-slug=information]::before {
  content: "お知らせ";
}
#news-archive .p-news-category-pc {
  margin-bottom: 0.5rem;
}
#news-archive .p-news-fixed-list {
  margin-bottom: 0.27rem;
}
@media screen and (min-width: 768px) {
  #news-archive .p-news-fixed-list {
    margin-bottom: 0.57rem;
  }
}
#news-archive .p-news-list {
  margin-bottom: 0.51rem;
}
@media screen and (min-width: 768px) {
  #news-archive .p-news-list {
    margin-bottom: 1.02rem;
  }
}

#news-header {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  #news-header {
    padding-top: 0.48rem;
    padding-bottom: 0.5rem;
  }
}
#news-header .c-heading--colorful--large {
  margin-bottom: 0.6rem;
}
@media screen and (min-width: 768px) {
  #news-header .c-heading--colorful--large {
    margin-bottom: 0.56rem;
  }
}

#news-content {
  padding-bottom: 1.1rem;
}
@media screen and (min-width: 768px) {
  #news-content {
    padding-bottom: 1.99rem;
  }
}
#news-content .p-news-article__content {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #news-content .p-news-article__content {
    margin-bottom: 1.24rem;
  }
}

/* RECIPE PAGE */
#recipe-archive {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #recipe-archive {
    padding-bottom: 2rem;
  }
}
#recipe-archive .l-heading {
  display: block;
  width: 2.77rem;
  height: 0.59rem;
  margin: auto;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #recipe-archive .l-heading {
    width: 3.9rem;
    height: 0.83rem;
    margin-bottom: 1.28rem;
  }
}
#recipe-archive .l-heading img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0.1rem;
}
#recipe-archive .p-news-list {
  margin-bottom: 0.5rem;
  align-items: center;
  display: flex;
  flex-direction: column;
  --color: #4EB981;
}
@media screen and (min-width: 768px) {
  #recipe-archive .p-news-list {
    margin-bottom: 0.65rem;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.49rem 0.28rem;
    flex-wrap: wrap;
  }
}
#recipe-archive .p-news-list__content {
  width: 2.58rem;
  display: flex;
  flex-direction: column;
}
#recipe-archive .p-news-list__content--image {
  height: 1.68rem;
  box-shadow: 0.05rem 0.05rem 0 var(--color);
}
#recipe-archive .p-news-list__content--info span {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.18rem;
  line-height: 0.25rem;
  letter-spacing: 0;
  font-weight: 700;
  display: block;
}
#recipe-archive .p-news-list__content--info--title {
  display: inline;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.23rem;
  letter-spacing: 0;
  font-weight: 700;
}
#recipe-archive .p-news-list__content--info--title::before {
  content: "";
  display: inline-block;
  margin-right: 0.1rem;
  width: 0.17rem;
  height: 0.15rem;
  background-image: url("../img/common/icon_recipe.svg");
  background-size: contain;
  background-repeat: no-repeat;
  flex: none;
}

#recipe-article {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #recipe-article {
    padding-bottom: 2rem;
  }
}
#recipe-article .l-heading {
  display: block;
  width: 2.77rem;
  height: 0.59rem;
  margin: auto;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #recipe-article .l-heading {
    width: 3.9rem;
    height: 0.83rem;
    margin-bottom: 0.65rem;
  }
}
#recipe-article .l-heading img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0.1rem;
}
#recipe-article .l-content {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
@media screen and (min-width: 768px) {
  #recipe-article .l-content {
    gap: 0.5rem;
  }
}
#recipe-article .l-content--header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.05rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #recipe-article .l-content--header {
    gap: 0.1rem;
  }
}
#recipe-article .l-content--header span {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.14rem;
  line-height: 0.18rem;
  letter-spacing: 0;
  font-weight: 700;
}
#recipe-article .l-content--header h1 {
  display: inline;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #recipe-article .l-content--header h1 {
    font-size: 0.26rem;
    line-height: 0.37rem;
  }
}
#recipe-article .l-content--header h1::before {
  content: "";
  display: inline-block;
  margin-right: 0.1rem;
  width: 0.17rem;
  height: 0.15rem;
  background-image: url("../img/common/icon_recipe.svg");
  background-size: contain;
  background-repeat: no-repeat;
  flex: none;
}
@media screen and (min-width: 768px) {
  #recipe-article .l-content--header h1::before {
    width: 0.24rem;
    height: 0.22rem;
  }
}
#recipe-article .l-content--main img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0.2rem;
}
#recipe-article .l-2column {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  width: 3rem;
  margin: auto;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #recipe-article .l-2column {
    font-size: 0.16rem;
    line-height: 0.32rem;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #recipe-article .l-2column {
    flex-direction: row;
    gap: 0.5rem;
  }
}
#recipe-article .l-2column h2 {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #recipe-article .l-2column .l-left {
    width: 2.65rem;
    flex: none;
  }
}
#recipe-article .l-2column .l-material {
  display: flex;
  flex-direction: column;
}
#recipe-article .l-2column .l-material dl {
  display: flex;
  justify-content: space-between;
}
#recipe-article .l-2column .l-material dl dd {
  text-align: right;
}
#recipe-article .l-2column .l-procedure {
  display: flex;
  flex-direction: column;
  counter-reset: count 0;
  gap: 0.07rem;
}
@media screen and (min-width: 768px) {
  #recipe-article .l-2column .l-procedure {
    gap: 0.15rem;
  }
}
#recipe-article .l-2column .l-procedure li {
  counter-increment: count 1;
  display: flex;
  gap: 0.07rem;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  #recipe-article .l-2column .l-procedure li {
    gap: 0.1rem;
  }
}
#recipe-article .l-2column .l-procedure li::before {
  content: counter(count) ".";
  flex: none;
}
#recipe-article .l-bottom {
  margin-bottom: 1rem;
  text-align: right;
  width: 100%;
  display: block;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 400;
  margin-top: 0.1rem;
}
@media screen and (min-width: 768px) {
  #recipe-article .l-bottom {
    font-size: 0.16rem;
    line-height: 0.32rem;
    margin-top: 0.2rem;
  }
}
@media screen and (min-width: 768px) {
  #recipe-article .l-bottom {
    margin-bottom: 1.49rem;
  }
}

/* GUEST PAGE */
#guest-archive {
  padding-top: 0.2rem;
  padding-bottom: 1.3rem;
}
@media screen and (min-width: 768px) {
  #guest-archive {
    padding-top: 0.48rem;
    padding-bottom: 1.19rem;
  }
}
#guest-archive .c-heading--colorful--large {
  margin-bottom: 0.23rem;
}
@media screen and (min-width: 768px) {
  #guest-archive .c-heading--colorful--large {
    margin-bottom: 0.5rem;
  }
}

/* POWER PLAY */
#powerplay-archive {
  padding-top: 0.21rem;
  padding-bottom: 1.28rem;
}
@media screen and (min-width: 768px) {
  #powerplay-archive {
    padding-top: 0.48rem;
    padding-bottom: 2.59rem;
  }
}
#powerplay-archive .p-year-nav {
  margin-top: 0.19rem;
  margin-bottom: 0.21rem;
}
@media screen and (min-width: 768px) {
  #powerplay-archive .p-year-nav {
    margin-top: 0.4rem;
    margin-bottom: 0.46rem;
  }
}
#powerplay-archive .p-song-list__wrapper:nth-of-type(n + 1):nth-of-type(-n + 2) {
  --bg-color: rgba(34, 148, 208, 0.5);
}
#powerplay-archive .p-song-list__wrapper:nth-of-type(n + 3):nth-of-type(-n + 4) {
  --bg-color: rgba(247, 216, 12, 0.5);
}
#powerplay-archive .p-song-list__wrapper:nth-of-type(n + 5):nth-of-type(-n + 6) {
  --bg-color: rgba(78, 185, 129, 0.5);
}
#powerplay-archive .p-song-list__wrapper:nth-of-type(n + 7):nth-of-type(-n + 8) {
  --bg-color: rgba(255, 110, 119, 0.5);
}
#powerplay-archive .p-song-list__wrapper:nth-of-type(n + 9):nth-of-type(-n + 10) {
  --bg-color: rgba(34, 148, 208, 0.5);
}
#powerplay-archive .p-song-list__wrapper:nth-of-type(n + 11):nth-of-type(-n + 12) {
  --bg-color: rgba(247, 216, 12, 0.5);
}

#powerplay-article {
  padding-top: 0.2rem;
  padding-bottom: 1.3rem;
}
@media screen and (min-width: 768px) {
  #powerplay-article {
    padding-top: 0.48rem;
    padding-bottom: 2.3rem;
  }
}
#powerplay-article .p-song-info {
  margin-top: 0.52rem;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  #powerplay-article .p-song-info {
    margin-top: 0.61rem;
    margin-bottom: 1rem;
  }
}
#powerplay-article .c-btn--border-bold {
  margin: auto;
}

/* G-Selection PAGE */
#g-selection-archive {
  padding-top: 0.21rem;
  padding-bottom: 1.28rem;
}
@media screen and (min-width: 768px) {
  #g-selection-archive {
    padding-top: 0.48rem;
    padding-bottom: 2.59rem;
  }
}
#g-selection-archive .c-page-heading {
  --color: #4EB981;
  --deco: "";
}
#g-selection-archive .c-page-heading strong {
  font-style: normal;
}
#g-selection-archive .p-year-nav {
  margin-top: 0.19rem;
  margin-bottom: 0.21rem;
}
@media screen and (min-width: 768px) {
  #g-selection-archive .p-year-nav {
    margin-top: 0.4rem;
    margin-bottom: 0.46rem;
  }
}
#g-selection-archive .p-song-list {
  --bg-color: transparent;
  --month-color1: transparent;
  --month-color2: #4EB981;
}

#g-selection-article {
  padding-top: 0.2rem;
  padding-bottom: 1.3rem;
}
@media screen and (min-width: 768px) {
  #g-selection-article {
    padding-top: 0.48rem;
    padding-bottom: 2.3rem;
  }
}
#g-selection-article .c-page-heading {
  --color: #4EB981;
  --deco: "";
}
#g-selection-article .c-page-heading strong {
  font-style: normal;
}
#g-selection-article .p-month-selector {
  --border-color: #4EB981;
}
#g-selection-article .p-song-info {
  margin-top: 0.52rem;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  #g-selection-article .p-song-info {
    margin-top: 0.61rem;
    margin-bottom: 1rem;
  }
}
#g-selection-article .c-btn--border-bold {
  margin: auto;
}

/* STAY TUNED */
#stay-tuned {
  padding-top: 0.2rem;
  padding-bottom: 1.69rem;
}
@media screen and (min-width: 768px) {
  #stay-tuned {
    padding-top: 0.48rem;
    padding-bottom: 2.46rem;
  }
}
#stay-tuned .l-heading {
  width: 100%;
  height: 0.81rem;
  margin: auto;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #stay-tuned .l-heading {
    margin-bottom: 0.28rem;
    width: 5.7rem;
    height: 1.42rem;
  }
}
#stay-tuned .l-heading img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
#stay-tuned .l-desc {
  display: flex;
  flex-direction: column;
  gap: 0.06rem;
  text-align: center;
  align-items: center;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #stay-tuned .l-desc {
    margin-bottom: 0.49rem;
  }
}
#stay-tuned .l-desc strong {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.3rem;
  line-height: 0.43rem;
  letter-spacing: 0;
  font-weight: 600;
  color: #2294D0;
}
#stay-tuned .l-desc span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 500;
}

/* PROFILE PAGE, RADIO-CM PAGE */
#profile {
  padding-top: 0.2rem;
}
@media screen and (min-width: 768px) {
  #profile {
    padding-top: 0.47rem;
    padding-bottom: 1.93rem;
    display: flex;
    gap: 0.39rem;
    flex-direction: row-reverse;
  }
}
#profile .l-heading {
  width: 100%;
  height: 0.48rem;
  position: relative;
  background-color: white;
}
@media screen and (min-width: 768px) {
  #profile .l-heading {
    height: 0.72rem;
  }
}
#profile .l-heading__border {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
}
#profile .l-heading__border::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  border-top: 0.05rem solid var(--color1);
  border-bottom: 0.05rem solid var(--color1);
  box-sizing: border-box;
}
#profile .l-heading__border::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  border-top: 0.05rem solid var(--color2);
  border-bottom: 0.05rem solid var(--color2);
  box-sizing: border-box;
}
#profile .l-heading__border:nth-of-type(1) {
  --color1: #2294D0;
  --color2: #FF6E77;
  left: 0;
}
#profile .l-heading__border:nth-of-type(2) {
  --color1: #F7D80C;
  --color2: #4EB981;
  right: 0;
}
#profile .l-heading span {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0.21rem;
  padding-right: 0.21rem;
  color: #2294D0;
  padding-bottom: 0.03rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.21rem;
  line-height: 0.3rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #profile .l-heading span {
    font-size: 0.26rem;
    line-height: 0.37rem;
    padding-left: 0.14rem;
  }
}
#profile .l-heading--center {
  text-align: center;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #profile .l-heading--center {
    padding-top: 0.12rem;
    padding-bottom: 0.15rem;
  }
}
#profile .l-heading--center span {
  display: block;
  margin: auto;
  font-size: 0.18rem;
  line-height: 0.25rem;
  padding-left: unset;
  padding-right: unset;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #profile .l-heading--center span {
    font-size: 0.26rem;
    line-height: 0.38rem;
  }
}
@media screen and (min-width: 768px) {
  #profile .l-heading--center span small {
    font-size: 0.24rem;
  }
}
#profile .l-nav {
  display: flex;
  flex-direction: column;
  background-color: white;
  width: 100%;
  flex: none;
  --bg-color: transparent;
  --arrow-color: transparent;
  --color: black;
}
@media screen and (min-width: 768px) {
  #profile .l-nav {
    width: 2.8rem;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 0.05rem;
  }
}
#profile .l-nav[data-slug=profile] a[href$=profile] {
  --bg-color: #2294D0;
  --arrow-color: #F7D80C;
  --color: white;
}
#profile .l-nav[data-slug=broadcast-program-council] a[href$=broadcast-program-council] {
  --bg-color: #2294D0;
  --arrow-color: #F7D80C;
  --color: white;
}
#profile .l-nav[data-slug=internal-control] a[href$=internal-control] {
  --bg-color: #2294D0;
  --arrow-color: #F7D80C;
  --color: white;
}
#profile .l-nav[data-slug=compliance] a[href$=compliance] {
  --bg-color: #2294D0;
  --arrow-color: #F7D80C;
  --color: white;
}
#profile .l-nav[data-slug=information-security-policy] a[href$=information-security-policy] {
  --bg-color: #2294D0;
  --arrow-color: #F7D80C;
  --color: white;
}
#profile .l-nav[data-slug=privacy-policy] a[href$=privacy-policy] {
  --bg-color: #2294D0;
  --arrow-color: #F7D80C;
  --color: white;
}
#profile .l-nav[data-slug=national-protection-work-plan] a[href$=national-protection-work-plan] {
  --bg-color: #2294D0;
  --arrow-color: #F7D80C;
  --color: white;
}
#profile .l-nav[data-slug=housoukijyun] a[href$=housoukijyun] {
  --bg-color: #2294D0;
  --arrow-color: #F7D80C;
  --color: white;
}
#profile .l-nav[data-slug=financial-statement] a[href$=financial-statement] {
  --bg-color: #2294D0;
  --arrow-color: #F7D80C;
  --color: white;
}
#profile .l-nav[data-slug=history] a[href$=history] {
  --bg-color: #2294D0;
  --arrow-color: #F7D80C;
  --color: white;
}
#profile .l-nav a {
  position: relative;
  width: 100%;
  height: 0.45rem;
  border-top: 0.01rem solid #707070;
  padding-left: 0.285rem;
  padding-right: 0.25rem;
  display: flex;
  align-items: center;
  transition: 0.3s;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 500;
  background-color: var(--bg-color);
  color: var(--color);
  padding-bottom: 0.02rem;
}
@media screen and (min-width: 768px) {
  #profile .l-nav a {
    padding-right: unset;
  }
}
#profile .l-nav a:nth-last-of-type(1) {
  border-bottom: 0.01rem solid #707070;
}
#profile .l-nav a:hover {
  opacity: 1;
  --bg-color: #2294D0;
  --arrow-color: #F7D80C;
  --color: white;
}
#profile .l-nav a::before {
  content: "";
  position: absolute;
  width: 0.13rem;
  height: 0.15rem;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  top: 50%;
  transform: translateY(-50%);
  left: 0.1rem;
  background-color: var(--arrow-color);
}
#profile .l-content {
  flex-grow: 1;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.22rem;
  letter-spacing: 0;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.85);
}
@media screen and (min-width: 768px) {
  #profile .l-content {
    font-size: 0.18rem;
    line-height: 0.36rem;
    max-width: 8rem;
  }
}
#profile .l-content a strong {
  font-weight: 700;
  color: #4EB981;
  text-decoration: underline;
}
#profile .l-text {
  width: 100%;
  padding-top: 0.22rem;
  padding-bottom: 0.5rem;
  padding-left: 0.19rem;
  padding-right: 0.15rem;
}
@media screen and (min-width: 768px) {
  #profile .l-text {
    padding-top: 0.5rem;
    padding-left: 0.37rem;
    padding-right: 0.54rem;
    padding-bottom: unset;
  }
}
#profile .l-text h2 {
  font-size: 0.16rem;
  line-height: 0.24rem;
  font-weight: 500;
  display: block;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  #profile .l-text h2 {
    margin-bottom: 0.36rem;
    font-size: 0.18rem;
    line-height: 0.26rem;
  }
}
#profile .l-text .l-section {
  padding-left: 0.2rem;
  padding-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  #profile .l-text .l-section {
    padding-bottom: 0.4rem;
  }
}
#profile .l-text .l-section > * {
  margin-bottom: 0.2rem;
  font-weight: 400;
}
#profile .l-text .l-section > *:nth-last-child(1) {
  margin-bottom: unset;
}
#profile .l-text .l-list {
  counter-reset: count 0;
}
#profile .l-text .l-list > li {
  counter-increment: count 1;
  display: flex;
}
#profile .l-text .l-list > li::before {
  display: inline-block;
  content: "（" counter(count) "）";
  flex: none;
  width: 0.44rem;
}
@media screen and (min-width: 768px) {
  #profile .l-text .l-list > li::before {
    width: 0.64rem;
  }
}
#profile .l-text .l-list > li strong {
  margin-top: 0.1rem;
  display: flex;
}
@media screen and (min-width: 768px) {
  #profile .l-text .l-list > li strong {
    margin-left: 0.58rem;
  }
}
#profile .l-text .l-list > li strong::before {
  content: "⇒";
  flex: none;
  width: 1.5em;
}
#profile .l-text .l-list > li strong.l-list--no-arrow::before {
  content: "";
}
@media screen and (min-width: 768px) {
  #profile .l-text .l-list > li strong.l-list--no-arrow::before {
    display: none;
  }
}
#profile .l-text .l-list--inline li {
  display: inline-block;
}
#profile .l-text .l-list--plain > li::before {
  content: counter(count) ".";
  width: 0.2rem;
}
@media screen and (min-width: 768px) {
  #profile .l-text .l-list--plain > li::before {
    width: 0.52rem;
    letter-spacing: 0.4em;
  }
}
#profile .l-text .l-list--custom {
  display: flex;
  flex-direction: column;
}
#profile .l-text .l-list--custom dl {
  display: inline;
}
#profile .l-text .l-list--custom dt {
  display: inline-block;
  width: 3em;
}
#profile .l-text .l-list--custom dd {
  display: inline;
}
#profile .l-text .l-right {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.29rem;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 0.34rem;
}
#profile .l-text .l-left {
  display: block;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.29rem;
  letter-spacing: 0;
  font-weight: 500;
}
#profile .l-table {
  display: flex;
  flex-direction: column;
}
#profile .l-table dl {
  display: flex;
  border-bottom: 0.01rem solid #707070;
}
#profile .l-table dd, #profile .l-table dt {
  padding-top: 0.14rem;
  padding-bottom: 0.14rem;
}
@media screen and (min-width: 768px) {
  #profile .l-table dd, #profile .l-table dt {
    padding: 0.15rem 0.2rem;
  }
}
#profile .l-table dt {
  padding-left: 0.25rem;
  font-weight: 500;
  background-color: rgba(34, 148, 208, 0.1);
  flex: none;
  width: 1.07rem;
  padding-right: 0.05rem;
}
@media screen and (min-width: 768px) {
  #profile .l-table dt {
    width: 2rem;
  }
}
#profile .l-table dd {
  padding-left: 0.1rem;
  padding-right: 0.25rem;
  width: -moz-max-content;
  width: max-content;
  flex-grow: 1;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #profile .l-table dd {
    padding-left: 0.2rem;
  }
}
#profile .l-flex {
  display: flex;
  flex-wrap: wrap;
}
#profile .l-flex *:nth-of-type(2n+1) {
  flex: none;
  width: calc(100% - var(--sp));
  min-width: 1rem;
}
@media screen and (min-width: 768px) {
  #profile .l-flex *:nth-of-type(2n+1) {
    width: calc(100% - var(--pc));
  }
}
#profile .l-flex *:nth-of-type(2n) {
  flex-grow: 1;
  width: var(--sp);
  margin-bottom: var(--sp-gap);
}
@media screen and (min-width: 768px) {
  #profile .l-flex *:nth-of-type(2n) {
    width: var(--pc);
    margin-bottom: var(--pc-gap);
  }
}
#profile .l-flex *:nth-of-last-type(1) {
  margin-bottom: unset;
}
#profile .l-pdf {
  display: flex;
  flex-direction: column;
  font-weight: 400;
}
#profile .l-pdf__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.16rem;
  padding-top: 0.3rem;
  padding-left: 0.2rem;
  padding-right: 0.05rem;
  padding-bottom: 0.3rem;
  border-bottom: 0.01rem solid #707070;
}
@media screen and (min-width: 768px) {
  #profile .l-pdf__wrapper {
    flex-direction: row;
    padding-top: 0.31rem;
    padding-left: 0.23rem;
    padding-right: 0.34rem;
    padding-bottom: 0.3rem;
    gap: 0.2rem;
  }
}
#profile .l-pdf__wrapper a {
  color: black;
  font-weight: 400;
  text-decoration: unset;
  font-size: 0.14rem;
  line-height: 0.2rem;
}
#profile .l-pdf__text {
  display: block;
  width: 100%;
  font-feature-settings: "palt" 1;
}
#profile #broadcast-program-council {
  width: 100%;
}
#profile #broadcast-program-council .l-accordion {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 0.01rem solid #707070;
}
#profile #broadcast-program-council .l-accordion__wrapper {
  border-bottom: 0.01rem solid #707070;
}
#profile #broadcast-program-council .l-accordion__switch {
  display: none;
}
#profile #broadcast-program-council .l-accordion__switch:checked ~ .l-accordion__parent {
  border-bottom: 0.01rem solid #707070;
}
#profile #broadcast-program-council .l-accordion__switch:checked ~ .l-accordion__parent::after {
  transform: rotate(180deg);
}
#profile #broadcast-program-council .l-accordion__switch:checked ~ .l-accordion__child {
  height: -moz-fit-content;
  height: fit-content;
  opacity: 1;
  filter: blur(0rem);
}
#profile #broadcast-program-council .l-accordion__parent {
  width: 100%;
  height: 0.56rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  color: #4EB981;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 400;
  cursor: pointer;
  transition: 0.3s;
  border-collapse: collapse;
}
#profile #broadcast-program-council .l-accordion__parent::after {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  background-image: url("../img/common/arrow_circle_green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
}
#profile #broadcast-program-council .l-accordion__child {
  height: 0;
  overflow: hidden;
  transition: 0.3s;
  opacity: 0;
  filter: blur(0.02rem);
}
#profile #broadcast-program-council .l-accordion__child ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#profile #broadcast-program-council .l-accordion__child ul li {
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  text-align: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 400;
  background: linear-gradient(to right, #AFAFAF 0, #AFAFAF 0.04rem, transparent 0.04rem, transparent 0.08rem);
  background-size: 0.08rem 0.01rem;
  background-position: left bottom;
  background-repeat: repeat-x;
}
@media screen and (min-width: 768px) {
  #profile #broadcast-program-council .l-accordion__child ul li {
    font-size: 0.18rem;
    line-height: 0.32rem;
  }
}
#profile #broadcast-program-council .l-accordion__child ul li:nth-last-of-type(1) {
  background: unset;
}
#profile #internal-control .l-heading span {
  padding-left: 0.12rem;
  padding-right: unset;
}
#profile #compliance .l-heading span, #profile #security-policy .l-heading span {
  padding-left: 0.12rem;
  padding-right: unset;
}
#profile #compliance .l-right, #profile #security-policy .l-right {
  font-size: inherit !important;
  font-weight: 400 !important;
}
@media screen and (min-width: 768px) {
  #profile #privacy-policy .l-text {
    padding-left: unset;
    padding-right: unset;
  }
}
#profile #privacy-policy .l-list {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
@media screen and (min-width: 768px) {
  #profile #privacy-policy .l-list li::before {
    width: 0.52rem;
  }
}
#profile #privacy-policy .l-section {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  border-bottom: 0.01rem solid #707070;
}
@media screen and (min-width: 768px) {
  #profile #privacy-policy .l-section {
    padding-top: 0.4rem;
    padding-left: 0.36rem;
    padding-right: 0.36rem;
    padding-bottom: 0.4rem;
  }
}
#profile #privacy-policy .l-section:nth-of-type(1) {
  padding-top: unset;
}
#profile #privacy-policy .l-right {
  font-weight: 400;
  margin-top: 0.17rem;
  font-size: 0.14rem;
}
@media screen and (min-width: 768px) {
  #profile #privacy-policy .l-right {
    margin-top: 0.1rem;
    font-size: 0.16rem;
  }
}
#profile #national-protection-work-plan .l-right {
  margin-bottom: unset;
}
@media screen and (min-width: 768px) {
  #profile #national-protection-work-plan .l-text {
    padding: 0.5rem 0.19rem 0.38rem 0.36rem;
  }
}
@media screen and (min-width: 768px) {
  #profile #national-protection-work-plan .l-list--plain li::before {
    width: 0.4rem;
  }
}
@media screen and (min-width: 768px) {
  #profile #housoukijyun .l-text {
    padding-top: 0.5rem;
    padding-left: 0.39rem;
    padding-right: unset;
  }
  #profile #housoukijyun .l-text p {
    margin-bottom: 0.4rem;
  }
}
#profile #history .l-table {
  line-height: 0.35rem;
}
#profile #history .l-table dl {
  border-bottom: unset;
}
#profile #history .l-table dl:nth-of-type(1) dt, #profile #history .l-table dl:nth-of-type(1) dd {
  padding-top: 0.2rem;
}
@media screen and (min-width: 768px) {
  #profile #history .l-table dl:nth-of-type(1) dt, #profile #history .l-table dl:nth-of-type(1) dd {
    padding-top: 0.18rem;
  }
}
#profile #history .l-table dl:nth-last-of-type(1) dt, #profile #history .l-table dl:nth-last-of-type(1) dd {
  padding-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  #profile #history .l-table dl:nth-last-of-type(1) dt, #profile #history .l-table dl:nth-last-of-type(1) dd {
    padding-bottom: 0.26rem;
  }
}
#profile #history .l-table dt {
  font-weight: 400;
  width: 1.02rem;
}
@media screen and (min-width: 768px) {
  #profile #history .l-table dt {
    width: 2rem;
  }
}
#profile #history .l-table dt, #profile #history .l-table dd {
  padding-top: unset;
  padding-bottom: unset;
}
@media screen and (min-width: 768px) {
  #profile #history .l-table dt, #profile #history .l-table dd {
    font-size: 0.18rem;
    line-height: 0.45rem;
  }
}
@media screen and (min-width: 768px) {
  #profile #event-application .l-section {
    font-size: 0.16rem;
    line-height: 0.32rem;
  }
}
#profile #event-application .l-section i {
  font-style: normal;
}
@media screen and (min-width: 768px) {
  #profile #event-application .l-section i {
    padding-left: 4em;
    display: block;
  }
}
#profile #event-application .l-section a {
  color: black;
  font-weight: 400;
}
#profile #event-application #intro-list {
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  #profile #event-application #intro-list {
    margin-bottom: 0.21rem;
  }
}
#profile #event-application #intro-list dl {
  display: flex !important;
}
#profile #event-application #intro-list dl dt {
  width: 1em;
}
#profile #event-application #requirement-list {
  margin-bottom: 0.22rem;
}
#profile #event-application #requirement-list dl {
  display: flex !important;
  flex-wrap: nowrap;
}
#profile #event-application #requirement-list dl dt {
  width: 2em;
}
@media screen and (min-width: 768px) {
  #profile #event-application #requirement-list dl dt {
    margin-left: 1.5em;
  }
}
#profile #event-application #requirement-list dl dd {
  display: inline-block;
}
#profile #event-application #how-to-list dl {
  display: flex !important;
  flex-wrap: nowrap;
}
#profile #event-application #how-to-list dl dt {
  width: 1em;
}
#profile #radio-cm-agency {
  background: unset;
}
#profile #radio-cm-agency .l-container {
  background-color: rgba(255, 255, 255, 0.85);
}
#profile #radio-cm-agency .l-section p {
  padding-top: 0.22rem;
  padding-bottom: 0.24rem;
  width: 100%;
  display: block;
  text-align: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #profile #radio-cm-agency .l-section p {
    font-size: 0.16rem;
    line-height: 0.36rem;
    padding-top: 0.35rem;
    padding-bottom: 0.31rem;
    white-space: nowrap;
  }
}
#profile #radio-cm-agency .l-bottom {
  text-align: center;
  padding-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  #profile #radio-cm-agency .l-bottom {
    padding-top: 1rem;
  }
}
#profile #radio-cm-agency .l-bottom strong {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.29rem;
  letter-spacing: 0;
  font-weight: 500;
  color: #2294D0;
  display: block;
  margin-bottom: 0.35rem;
}
@media screen and (min-width: 768px) {
  #profile #radio-cm-agency .l-bottom strong {
    font-size: 0.22rem;
    line-height: 0.32rem;
  }
}
#profile #radio-cm-agency .l-bottom span {
  display: block;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.35rem;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 0.45rem;
}
#profile #radio-cm-agency .l-bottom p {
  margin-top: 0.77rem;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.19rem;
  line-height: 0.34rem;
  letter-spacing: 0;
  font-weight: 500;
  color: #2294D0;
}
@media screen and (min-width: 768px) {
  #profile #radio-cm-agency .l-bottom p {
    margin-top: 0.79rem;
    font-size: 0.27rem;
    line-height: 0.49rem;
  }
}
#profile #radio-cm-agency .l-bottom p i {
  display: none;
  display: inline-block;
}
#profile #radio-cm-agency .l-bottom a {
  margin: auto;
}

/* EVENT-LIST */
#event-list-archive {
  width: 100%;
}
#event-list-archive .p-event-list {
  margin-bottom: 0.54rem;
}
@media screen and (min-width: 768px) {
  #event-list-archive .p-event-list {
    margin-bottom: 0.8rem;
  }
}

/* FAMILY SMILE */
#family-smile-intro {
  color: #695C58;
  padding-top: 0.17rem;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #family-smile-intro {
    padding-top: 0.3rem;
    padding-bottom: 0.86rem;
  }
}
#family-smile-intro .l-header {
  display: block;
  width: 100%;
  height: 3rem;
  margin: auto;
  margin-bottom: 0.1rem;
}
@media screen and (min-width: 768px) {
  #family-smile-intro .l-header {
    width: 8.03rem;
    height: 4.65rem;
    margin-bottom: 0.21rem;
  }
}
#family-smile-intro .l-catch {
  text-align: center;
  font-family: "Zen Maru Gothic", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.24rem;
  line-height: 0.4rem;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 3.13rem;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #family-smile-intro .l-catch {
    font-size: 0.32rem;
    line-height: 0.54rem;
    margin-bottom: 0.4rem;
  }
}
#family-smile-intro .l-catch::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.38rem;
  height: 1.72rem;
  background-image: url("../img/family_smile/deco1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -0.26rem;
  left: 0.54rem;
  transform: translateY(100%);
}
@media screen and (min-width: 768px) {
  #family-smile-intro .l-catch::before {
    bottom: -1.31rem;
    left: 0.46rem;
    width: 1.97rem;
    height: 2.46rem;
  }
}
#family-smile-intro .l-catch::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.76rem;
  height: 2.29rem;
  background-image: url("../img/family_smile/deco2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -0.58rem;
  right: 0.46rem;
  transform: translateY(100%);
  mix-blend-mode: multiply;
}
@media screen and (min-width: 768px) {
  #family-smile-intro .l-catch::after {
    bottom: 0.33rem;
    right: -0.35rem;
    width: 2.52rem;
    height: 3.27rem;
    mix-blend-mode: initial;
  }
}
#family-smile-intro .l-note {
  font-family: "Zen Maru Gothic", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.42rem;
  letter-spacing: 0;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.86rem;
}
@media screen and (min-width: 768px) {
  #family-smile-intro .l-note {
    width: 6.24rem;
    margin: 0 auto 0.86rem;
    font-size: 0.2rem;
    line-height: 0.52rem;
  }
}
#family-smile-intro .l-note span {
  display: block;
  text-align: center;
}
#family-smile-intro .l-note i {
  display: block;
  width: 100%;
  height: 0.02rem;
  background-image: url("../img/family_smile/line_blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  flex: none;
}
#family-smile-intro .l-note i:nth-of-type(1) {
  background-image: url("../img/family_smile/line_blue.svg");
}
#family-smile-intro .l-note i:nth-of-type(2) {
  background-image: url("../img/family_smile/line_pink.svg");
}
#family-smile-intro .l-note i:nth-of-type(3) {
  background-image: url("../img/family_smile/line_yellow.svg");
}
#family-smile-intro .l-note i:nth-of-type(4) {
  background-image: url("../img/family_smile/line_green.svg");
}
#family-smile-intro .l-note i:nth-of-type(5) {
  background-image: url("../img/family_smile/line_pink.svg");
}
#family-smile-intro .l-note i:nth-of-type(6) {
  background-image: url("../img/family_smile/line_yellow.svg");
}
#family-smile-intro .l-note i:nth-of-type(7) {
  background-image: url("../img/family_smile/line_blue.svg");
}
@media screen and (min-width: 768px) {
  #family-smile-intro .l-note i {
    height: 0.03rem;
  }
}
#family-smile-intro .l-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.05rem;
  margin-bottom: 0.25rem;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #family-smile-intro .l-heading {
    gap: 0.19rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
    margin-bottom: 0.19rem;
  }
}
#family-smile-intro .l-heading::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.59rem;
  height: 1.92rem;
  background-image: url("../img/family_smile/deco3.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: -0.62rem;
  left: 0.68rem;
  transform: translateY(-100%);
}
@media screen and (min-width: 768px) {
  #family-smile-intro .l-heading::before {
    top: -0.5rem;
    left: 1.27rem;
    width: 2.27rem;
    height: 2.74rem;
    transform: unset;
  }
}
#family-smile-intro .l-heading::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.13rem;
  height: 1.67rem;
  background-image: url("../img/family_smile/deco4.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: -0.3rem;
  right: 0.74rem;
  transform: translateY(-100%);
  mix-blend-mode: multiply;
}
@media screen and (min-width: 768px) {
  #family-smile-intro .l-heading::after {
    top: -0.38rem;
    right: 1.7rem;
    width: 1.62rem;
    height: 2.39rem;
    transform: unset;
  }
}
#family-smile-intro .l-heading strong {
  font-family: "Zen Maru Gothic", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.28rem;
  line-height: 0.3rem;
  letter-spacing: 0;
  font-weight: 500;
}
#family-smile-intro .l-heading small {
  color: #4EB981;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.18rem;
  line-height: 0.25rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #family-smile-intro .l-heading small {
    font-size: 0.18rem;
    line-height: 0.25rem;
  }
}
#family-smile-intro .l-desc {
  text-align: center;
  font-family: "Zen Maru Gothic", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #family-smile-intro .l-desc {
    font-size: 0.16rem;
    line-height: 0.36rem;
  }
}

#family-smile-sponsor {
  padding-bottom: 2.28rem;
}
@media screen and (min-width: 768px) {
  #family-smile-sponsor {
    padding-bottom: 1.28rem;
  }
}
#family-smile-sponsor .l-heading {
  width: 2.7rem;
  height: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: "Zen Maru Gothic", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 500;
  background-color: #2294D0;
  border-radius: 1rem;
  margin: auto;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #family-smile-sponsor .l-heading {
    margin-bottom: 0.4rem;
  }
}
#family-smile-sponsor .l-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.2rem 0;
}
@media screen and (min-width: 768px) {
  #family-smile-sponsor .l-container {
    justify-content: center;
    gap: 0.3rem 0.2rem;
  }
}
#family-smile-sponsor .l-container .l-wrapper {
  width: 1.54rem;
  height: 0.45rem;
  display: block;
  flex: none;
}
@media screen and (min-width: 768px) {
  #family-smile-sponsor .l-container .l-wrapper {
    width: 1.9rem;
    height: 0.55rem;
  }
}
#family-smile-sponsor .l-container .l-wrapper img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
#family-smile-sponsor .l-container .l-wrapper:nth-last-of-type(1):nth-of-type(2n+1) {
  margin: auto;
}
@media screen and (min-width: 768px) {
  #family-smile-sponsor .l-container .l-wrapper:nth-last-of-type(1):nth-of-type(2n+1) {
    margin: unset;
  }
}

#family-smile-tarako {
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #family-smile-tarako {
    padding-bottom: 1.82rem;
  }
}
#family-smile-tarako .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #family-smile-tarako .l-container {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    flex-direction: row;
    gap: 0.31rem;
    align-items: flex-end;
    padding-right: 1.7rem;
  }
}
#family-smile-tarako .l-image {
  width: 1.97rem;
  height: 2.58rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #family-smile-tarako .l-image {
    width: 2.82rem;
    height: 3.68rem;
  }
}
#family-smile-tarako .l-image img {
  display: block;
  width: 100%;
  height: 100%;
}
#family-smile-tarako .l-image figcaption {
  width: 2.15rem;
  height: 2.04rem;
  position: absolute;
  top: -1.78rem;
  left: -0.09rem;
  color: white;
  font-family: "Zen Maru Gothic", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.36rem;
  letter-spacing: 0;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: unset;
}
@media screen and (min-width: 768px) {
  #family-smile-tarako .l-image figcaption {
    width: 2.69rem;
    height: 2.56rem;
    left: -1.64rem;
    top: -0.51rem;
    font-size: 0.26rem;
    line-height: 0.41rem;
  }
}
#family-smile-tarako .l-image figcaption::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../img/common/balloon_blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
}
#family-smile-tarako .l-image figcaption span {
  position: relative;
  z-index: 2;
  box-sizing: padding-box;
  padding-bottom: 0.13rem;
}
#family-smile-tarako .l-text {
  display: block;
  text-align: center;
  font-family: "Zen Maru Gothic", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #family-smile-tarako .l-text {
    font-size: 0.16rem;
    line-height: 0.32rem;
    width: -moz-fit-content;
    width: fit-content;
  }
}

/* RADIO CM PAGE */
#radio-intro {
  padding-bottom: 0.6rem;
  background-color: rgba(255, 255, 255, 0.85);
}
@media screen and (min-width: 768px) {
  #radio-intro {
    padding-top: 0.5rem;
    padding-bottom: 0.63rem;
    background-color: unset;
  }
}
#radio-intro .c-heading--border {
  margin-bottom: 0.33rem;
}
@media screen and (min-width: 768px) {
  #radio-intro .c-heading--border {
    margin-bottom: 0.5rem;
  }
}
#radio-intro .l-heading {
  display: block;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.33rem;
  letter-spacing: 0;
  font-weight: 500;
  color: #2294D0;
  margin-bottom: 0.26rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #radio-intro .l-heading {
    font-size: 0.28rem;
    line-height: 0.44rem;
    margin-bottom: 0.4rem;
  }
}
#radio-intro .l-desc {
  display: block;
  text-align: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #radio-intro .l-desc {
    font-size: 0.2rem;
    line-height: 0.44rem;
    margin-bottom: 0.44rem;
  }
}
#radio-intro .l-catch {
  width: 100%;
  height: 1.1rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF6E77;
  border: 0.01rem solid #FF6E77;
  border-radius: 0.15rem;
  background-color: white;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.36rem;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #radio-intro .l-catch {
    width: 6.7rem;
    height: 0.79rem;
    margin: 0 auto 0.49rem;
    font-size: 0.22rem;
    line-height: 0.32rem;
  }
}
#radio-intro .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #radio-intro .l-container {
    flex-direction: row;
    width: 6.46rem;
    margin: auto;
    position: relative;
    justify-content: space-between;
    left: 0.1rem;
  }
}
@media screen and (min-width: 768px) {
  #radio-intro .l-patter {
    flex: none;
  }
}
#radio-intro .l-subtitle {
  display: flex;
  align-items: center;
  color: #2294D0;
  gap: 0.1rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 0.17rem;
}
@media screen and (min-width: 768px) {
  #radio-intro .l-subtitle {
    position: relative;
    font-size: 0.18rem;
    line-height: 0.26rem;
    padding-left: 0.1rem;
    justify-content: space-between;
  }
}
#radio-intro .l-subtitle img {
  display: block;
  width: 0.46rem;
  height: 0.44rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
}
#radio-intro .l-list {
  display: flex;
  flex-direction: column;
}
#radio-intro .l-list li {
  display: flex;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #radio-intro .l-list li {
    font-size: 0.18rem;
    line-height: 0.36rem;
  }
}
#radio-intro .l-list li::before {
  content: "・";
  color: #2294D0;
}
#radio-intro .l-link {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
#radio-intro .l-link__wrapper {
  display: flex;
  align-items: flex-end;
  gap: 0.04rem;
}
#radio-intro .l-link__wrapper a {
  flex: none;
}
#radio-intro .l-link__wrapper h4 {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 400;
}

#radio-detail {
  padding-bottom: 0.5rem;
  background-color: rgba(255, 255, 255, 0.85);
}
@media screen and (min-width: 768px) {
  #radio-detail {
    padding-bottom: 0.68rem;
    background-color: unset;
  }
}
#radio-detail .l-heading {
  text-align: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.33rem;
  letter-spacing: 0;
  font-weight: 500;
  color: #2294D0;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #radio-detail .l-heading {
    font-size: 0.25rem;
    line-height: 0.36rem;
    margin-bottom: 0.44rem;
  }
}
#radio-detail #radio-sponsor {
  --color: #4EB981;
  --bg-color: rgba(78, 185, 129, 0.1);
}
#radio-detail #radio-sponsor .l-table__content--detail .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.38rem;
}
@media screen and (min-width: 768px) {
  #radio-detail #radio-sponsor .l-table__content--detail .l-container {
    flex-direction: row;
    gap: unset;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  #radio-detail #radio-sponsor .l-table__content--detail .l-wrapper {
    width: 2.79rem;
    flex: none;
  }
}
#radio-detail #radio-sponsor .l-table__content--detail .l-list--disc {
  margin-bottom: 0.39rem;
}
@media screen and (min-width: 768px) {
  #radio-detail #radio-sponsor .l-table__content--detail .l-list--disc {
    margin-bottom: 0.16rem;
  }
}
#radio-detail #radio-sponsor .l-table__content--detail .l-list--caution {
  margin-bottom: 0.15rem;
}
@media screen and (min-width: 768px) {
  #radio-detail #radio-sponsor .l-table__content--detail .l-list--caution {
    margin-bottom: 0.08rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  #radio-detail #radio-sponsor .l-table__content--detail .l-list--caution li:nth-of-type(1) {
    padding-bottom: 0.07rem;
  }
}
#radio-detail #radio-spot {
  --color: #2294D0;
  --bg-color: rgba(34, 148, 208, 0.1);
}
#radio-detail #radio-spot .l-table__content--detail .l-list--disc {
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  #radio-detail #radio-spot .l-table__content--detail .l-list--disc {
    margin-bottom: 0.25rem;
  }
}
#radio-detail #radio-spot .l-table__content--detail .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  width: 100%;
}
#radio-detail #radio-spot .l-table__content--detail .l-container .l-wrapper {
  background-color: var(--bg-color);
  padding: 0.23rem 0.25rem 0.25rem;
}
@media screen and (min-width: 768px) {
  #radio-detail #radio-spot .l-table__content--detail .l-container .l-wrapper {
    padding: 0.16rem 0.35rem 0.19rem 0.14rem;
  }
}
@media screen and (min-width: 768px) {
  #radio-detail #radio-spot .l-table__content--detail .l-container .l-wrapper {
    border-radius: 0.15rem;
  }
}
#radio-detail #radio-spot .l-table__content--detail .l-container .l-wrapper h4 {
  display: block;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 0.14rem;
  color: #2294D0;
}
@media screen and (min-width: 768px) {
  #radio-detail #radio-spot .l-table__content--detail .l-container .l-wrapper h4 {
    font-size: 0.16rem;
    line-height: 0.24rem;
    margin-bottom: 0.1rem;
  }
}
@media screen and (min-width: 768px) {
  #radio-detail #radio-spot .l-table__content--detail .l-container .l-wrapper .l-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.39rem;
  }
}
#radio-detail #radio-spot .l-table__content--detail .l-container .l-wrapper .l-text p {
  margin-bottom: 0.2rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #radio-detail #radio-spot .l-table__content--detail .l-container .l-wrapper .l-text p {
    line-height: 0.26rem;
  }
}
#radio-detail #radio-spot .l-table__content--detail .l-container .l-wrapper .l-text p small {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.1rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 400;
  display: block;
}
#radio-detail #radio-spot .l-table__content--detail .l-container .l-wrapper .l-link {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #radio-detail #radio-spot .l-table__content--detail .l-container .l-wrapper .l-link {
    flex-direction: column;
    gap: 0.12rem;
    text-align: center;
    min-width: 0.79rem;
    flex: none;
  }
}
#radio-detail #radio-spot .l-table__content--detail .l-container .l-wrapper .l-link span {
  font-size: 0.16rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 400;
  display: flex;
  align-items: baseline;
  gap: 0.02rem;
  color: var(--color);
}
#radio-detail #radio-spot .l-table__content--detail .l-container .l-wrapper .l-link span::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: relative;
  top: 0.02rem;
  background-color: var(--color);
  -webkit-clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
          clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
}
@media screen and (min-width: 768px) {
  #radio-detail #radio-spot .l-table__content--detail .l-container .l-wrapper .l-link span::before {
    content: unset;
  }
}
#radio-detail #radio-spot .l-table__content--detail .l-container .l-wrapper .l-box {
  padding-top: 0.13rem;
  padding-bottom: 0.16rem;
  height: unset;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 400;
  margin-top: 0.14rem;
}
@media screen and (min-width: 768px) {
  #radio-detail #radio-spot .l-table__content--detail .l-container .l-wrapper .l-box {
    width: 3.13rem;
    height: 0.4rem;
    padding: unset;
  }
}
#radio-detail #radio-campaign {
  --color: #FF6E77;
  --bg-color: rgba(255, 110, 119, 0.1);
}
#radio-detail #radio-campaign::after {
  content: unset;
}
@media screen and (min-width: 768px) {
  #radio-detail #radio-campaign::after {
    content: "";
  }
}
#radio-detail #radio-campaign .l-table__content--detail .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #radio-detail #radio-campaign .l-table__content--detail .l-container {
    flex-direction: row;
    gap: 0.26rem;
    align-items: flex-start;
  }
}
#radio-detail #radio-campaign .l-table__content--detail .l-text {
  display: block;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0;
  font-weight: 400;
}
#radio-detail #radio-campaign .l-table__content--detail .l-image {
  width: 3rem;
  height: 2.06rem;
  flex: none;
}
@media screen and (min-width: 768px) {
  #radio-detail #radio-campaign .l-table__content--detail .l-image {
    width: 2.65rem;
    height: 1.54rem;
  }
}
#radio-detail #radio-campaign .l-table__content--detail .l-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#radio-detail .l-table {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 768px) {
  #radio-detail .l-table {
    width: 7.2rem;
    margin: auto;
  }
}
#radio-detail .l-table__head {
  display: none;
}
@media screen and (min-width: 768px) {
  #radio-detail .l-table__head {
    display: flex;
    gap: 0.01rem;
  }
  #radio-detail .l-table__head span {
    background-color: #2294D0;
    display: block;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 0.18rem;
    line-height: 0.2rem;
    letter-spacing: 0;
    font-weight: 500;
    text-align: center;
    height: 0.4rem;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #radio-detail .l-table__head span:nth-of-type(1) {
    width: 1.95rem;
    flex: none;
  }
  #radio-detail .l-table__head span:nth-of-type(2) {
    flex-grow: 1;
  }
}
#radio-detail .l-table__content {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #radio-detail .l-table__content {
    flex-direction: row;
    gap: 0;
  }
}
#radio-detail .l-table__content::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 0.01rem;
  max-width: unset;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #AFAFAF;
}
@media screen and (min-width: 768px) {
  #radio-detail .l-table__content::after {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: unset;
    max-width: 100%;
    width: 100%;
  }
}
#radio-detail .l-table__content--subject {
  max-width: unset;
  width: 100vw;
  height: 0.5rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--bg-color);
  color: var(--color);
  display: flex;
  align-items: center;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.24rem;
  line-height: 0.35rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #radio-detail .l-table__content--subject {
    max-width: 100%;
    width: 1.95rem;
    flex: none;
    padding-top: 0.2rem;
    align-items: flex-start;
    justify-content: center;
    position: initial;
    left: unset;
    transform: unset;
    padding-bottom: 1rem;
    height: unset;
  }
}
#radio-detail .l-table__content--detail {
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #radio-detail .l-table__content--detail {
    padding: 0.2rem 0 0.24rem 0.2rem;
    flex-grow: 1;
  }
}
#radio-detail .l-table__content--detail .l-list--disc {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0;
  font-weight: 400;
}
#radio-detail .l-table__content--detail .l-list--disc li {
  display: flex;
}
#radio-detail .l-table__content--detail .l-list--disc li::before {
  content: "・";
}
#radio-detail .l-table__content--detail .l-list--caution {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.1rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #radio-detail .l-table__content--detail .l-list--caution {
    line-height: 0.16rem;
  }
}
#radio-detail .l-table__content--detail .l-list--caution li {
  display: flex;
}
#radio-detail .l-table__content--detail .l-list--caution li::before {
  content: "※";
}
#radio-detail .l-table__content--detail .l-list--arrow {
  display: flex;
  flex-direction: column;
  padding-left: 0.48rem;
  width: 100%;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 500;
  gap: 0.1rem;
}
@media screen and (min-width: 768px) {
  #radio-detail .l-table__content--detail .l-list--arrow {
    padding-left: 0.115rem;
    font-size: 0.14rem;
    line-height: 0.23rem;
    gap: 0.07rem;
  }
}
#radio-detail .l-table__content--detail .l-list--arrow li {
  display: flex;
  flex-direction: column;
  gap: 0.09rem;
}
@media screen and (min-width: 768px) {
  #radio-detail .l-table__content--detail .l-list--arrow li {
    gap: 0.04rem;
  }
}
#radio-detail .l-table__content--detail .l-list--arrow li::after {
  content: "";
  width: 0.17rem;
  height: 0.1rem;
  -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
          clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  background-color: var(--color);
  margin-left: 0.44rem;
}
#radio-detail .l-table__content--detail .l-list--arrow li:nth-last-of-type(1)::after {
  content: unset;
}
#radio-detail .l-table__content--detail .l-box {
  width: 100%;
  height: 0.5rem;
  border: 0.015rem solid var(--color);
  border-radius: 0.05rem;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 400;
}
#radio-detail .l-agency {
  width: 100%;
  border: 0.015rem solid #2294D0;
  border-radius: 0.05rem;
  background-color: white;
  padding: 0.32rem 0.2rem 0.3rem;
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
}
@media screen and (min-width: 768px) {
  #radio-detail .l-agency {
    width: 7.2rem;
    margin: 0.5rem auto 0;
    flex-direction: row;
    gap: 0.34rem;
    padding: 0.32rem 0.43rem 0.34rem 0.42rem;
  }
}
#radio-detail .l-agency--left {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #radio-detail .l-agency--left {
    width: -moz-fit-content;
    width: fit-content;
    flex: none;
  }
}
#radio-detail .l-agency--left img {
  display: block;
  width: 1.54rem;
  height: 0.37rem;
  -o-object-fit: contain;
     object-fit: contain;
}
#radio-detail .l-agency--left h2 {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.32rem;
  letter-spacing: 0;
  font-weight: 500;
  color: #2294D0;
  margin-bottom: 0.15rem;
}
#radio-detail .l-agency--right {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #radio-detail .l-agency--right {
    font-size: 0.12rem;
    line-height: 0.28rem;
  }
}

#radio-bottom {
  padding-bottom: 1.6rem;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.85);
}
@media screen and (min-width: 768px) {
  #radio-bottom {
    padding-bottom: 2.03rem;
    background-color: unset;
  }
}
#radio-bottom .l-heading {
  display: flex;
  align-items: flex-end;
  gap: 0.11rem;
  margin: 0 auto 0.3rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  #radio-bottom .l-heading {
    margin-bottom: 0.29rem;
  }
}
#radio-bottom .l-heading::before {
  content: "look";
  width: 0.52rem;
  height: 0.51rem;
  background-image: url("../img/common/balloon_blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.14rem;
  line-height: 0.22rem;
  letter-spacing: 0;
  font-weight: 600;
  text-align: center;
  box-sizing: border-box;
  padding-bottom: 0.03rem;
}
#radio-bottom .l-heading h2 {
  display: flex;
  flex-direction: column;
  color: #2294D0;
  align-items: center;
}
#radio-bottom .l-heading h2 strong {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.26rem;
  line-height: 0.36rem;
  letter-spacing: 0;
  font-weight: 500;
  display: block;
  margin-bottom: -0.05rem;
}
#radio-bottom .l-heading h2 span {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.16rem;
  line-height: 0.23rem;
  letter-spacing: 0;
  font-weight: 400;
}
#radio-bottom .l-look {
  width: 100%;
  height: 4.61rem;
  margin: 0 auto 1.07rem;
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  #radio-bottom .l-look {
    width: 4.92rem;
    height: 6.96rem;
    margin-bottom: 0.81rem;
  }
}
#radio-bottom .l-look img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.05);
}
#radio-bottom .l-look::after {
  content: "look";
  color: #2294D0;
  background-image: url("../img/common/balloon_yellow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 0.99rem;
  height: 0.94rem;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.23rem;
  line-height: 0.32rem;
  letter-spacing: 0;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-bottom: 0.05rem;
  transition: 0.3s;
  opacity: 0;
}
#radio-bottom .l-look:hover {
  opacity: 1;
}
#radio-bottom .l-look:hover img {
  opacity: 0.7;
}
#radio-bottom .l-look:hover::after {
  opacity: 1;
}
#radio-bottom .l-bottom strong {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.29rem;
  letter-spacing: 0;
  font-weight: 500;
  color: #2294D0;
  display: block;
  margin-bottom: 0.35rem;
}
@media screen and (min-width: 768px) {
  #radio-bottom .l-bottom strong {
    font-size: 0.22rem;
    line-height: 0.32rem;
  }
}
#radio-bottom .l-bottom span {
  display: block;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.35rem;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 0.45rem;
}
#radio-bottom .l-bottom p {
  margin-top: 0.77rem;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.19rem;
  line-height: 0.34rem;
  letter-spacing: 0;
  font-weight: 500;
  color: #2294D0;
}
@media screen and (min-width: 768px) {
  #radio-bottom .l-bottom p {
    margin-top: 0.79rem;
    font-size: 0.27rem;
    line-height: 0.49rem;
  }
}
#radio-bottom .l-bottom p i {
  display: none;
  display: inline-block;
}
#radio-bottom .l-bottom a {
  margin: auto;
}

#radio-form {
  padding-bottom: 1.6rem;
  background-color: rgba(255, 255, 255, 0.85);
}
@media screen and (min-width: 768px) {
  #radio-form {
    padding-top: 0.59rem;
    padding-bottom: 2.33rem;
    background-color: unset;
  }
}
#radio-form .c-heading--border {
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #radio-form .c-heading--border {
    margin-bottom: 0.75rem;
  }
}
#radio-form .l-contact {
  display: block;
  text-align: center;
  color: #2294D0;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.19rem;
  line-height: 0.34rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #radio-form .l-contact {
    font-size: 0.27rem;
    line-height: 0.49rem;
  }
}
#radio-form .p-form {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  #radio-form .p-form {
    padding-left: unset;
    padding-right: unset;
    width: 7rem;
    margin: 0 auto 1.59rem;
  }
}
#radio-form .p-form__item {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.21rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #radio-form .p-form__content {
    gap: 0.8rem;
  }
}
@media screen and (min-width: 768px) {
  #radio-form .p-form__content--general {
    gap: 0.3rem;
  }
}
@media screen and (min-width: 768px) {
  #radio-form .p-form__content--general:nth-of-type(1) {
    width: 7.55rem;
    margin: auto;
  }
}
#radio-form .p-form__content--general:nth-of-type(1) .p-form__item--name {
  display: inline;
  gap: unset;
}
@media screen and (min-width: 768px) {
  #radio-form .p-form__content--general:nth-of-type(1) .p-form__item--name {
    white-space: nowrap;
  }
}
#radio-form .p-form__content--general:nth-of-type(1) .p-form__item--name small {
  color: #FF6E77;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.21rem;
  letter-spacing: 0;
  font-weight: 500;
}
#radio-form .p-form__content--general:nth-of-type(1) input[type=text] {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #radio-form .p-form__content--general:nth-of-type(1) input[type=text] {
    width: 5.73rem;
  }
}
@media screen and (min-width: 768px) {
  #radio-form .p-form__content--general:nth-of-type(2) {
    width: 4.7rem;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  #radio-form .p-form__bottom {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0.8rem auto 0;
  }
}
@media screen and (min-width: 768px) {
  #radio-form .p-form-confirm__table {
    width: 8rem;
  }
}

/* CONTACT PAGE */
#contact {
  padding-bottom: 1.3rem;
}
@media screen and (min-width: 768px) {
  #contact {
    padding-top: 0.57rem;
    padding-bottom: 1.99rem;
  }
}
#contact .c-heading--border {
  margin-bottom: 0.33rem;
}
@media screen and (min-width: 768px) {
  #contact .c-heading--border {
    margin-bottom: 0.67rem;
  }
}
#contact .l-heading {
  text-align: center;
  color: #2294D0;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.29rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #contact .l-heading {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
}
#contact .l-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.05rem;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.24rem;
  line-height: 0.32rem;
  letter-spacing: 0;
  font-weight: 500;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  #contact .l-tel {
    font-size: 0.35rem;
    line-height: 0.49rem;
  }
}
#contact .l-tel::before {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  background-image: url("../img/common/icon_tel.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#contact .l-desc {
  text-align: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.22rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #contact .l-desc {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
#contact .l-caution {
  margin-top: 0.4rem;
}
@media screen and (min-width: 768px) {
  #contact .l-caution {
    width: 5.26rem;
    margin: 0.68rem auto 0;
  }
}
#contact .l-caution h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0.1rem;
  color: #2294D0;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.27rem;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 0.2rem;
  position: relative;
  left: -0.2rem;
}
@media screen and (min-width: 768px) {
  #contact .l-caution h3 {
    font-size: 0.2rem;
    line-height: 0.29rem;
    justify-content: flex-start;
    text-align: left;
    position: initial;
    left: unset;
  }
}
#contact .l-caution h3::before {
  flex: none;
  content: "";
  width: 0.44rem;
  height: 0.44rem;
  background-image: url("../img/common/balloon_ex.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #contact .l-caution h3::before {
    width: 0.66rem;
    height: 0.65rem;
  }
}
#contact .l-caution ul {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.18rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #contact .l-caution ul {
    padding-left: 1.5em;
    font-size: 0.16rem;
    line-height: 0.28rem;
  }
}
#contact .l-caution ul li {
  display: flex;
}
#contact .l-caution ul li::before {
  content: "・";
  color: #2294D0;
}

/* PRESENT */
#present-top {
  padding-top: 0.2rem;
  padding-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #present-top {
    padding-top: 0.48rem;
    padding-bottom: 0.5rem;
  }
}
#present-top .l-desc {
  margin-top: 0.2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #present-top .l-desc {
    margin-top: 0.79rem;
  }
}
#present-top .l-desc p {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #present-top .l-desc p {
    font-size: 0.2rem;
    line-height: 0.38rem;
  }
}
#present-top .l-desc small {
  display: block;
  margin-top: 0.2rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.1rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #present-top .l-desc small {
    margin-top: 0.15rem;
    font-size: 0.14rem;
    line-height: 0.2rem;
  }
}

#present-archive {
  padding-bottom: 1.3rem;
}
@media screen and (min-width: 768px) {
  #present-archive {
    padding-bottom: 1.97rem;
  }
}

#present-form {
  padding-top: 0.2rem;
  padding-bottom: 1.3rem;
  background-color: rgba(255, 255, 255, 0.85);
}
@media screen and (min-width: 768px) {
  #present-form {
    padding-top: 0.48rem;
    padding-bottom: 2.55rem;
    background-color: unset;
  }
}
#present-form .c-heading--present {
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #present-form .c-heading--present {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  #present-form .p-form {
    padding-left: unset;
  }
}
#present-form .p-form__item {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.21rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #present-form .p-form__content {
    gap: 0.8rem;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  #present-form .p-form__content--general {
    gap: 0.3rem;
  }
}
@media screen and (min-width: 768px) {
  #present-form .p-form__content--general:nth-of-type(1) {
    width: 7.55rem;
    margin: auto;
  }
}
#present-form .p-form__content--general:nth-of-type(1) .p-form__item--name {
  display: inline;
  gap: unset;
}
@media screen and (min-width: 768px) {
  #present-form .p-form__content--general:nth-of-type(1) .p-form__item--name {
    white-space: nowrap;
  }
}
#present-form .p-form__content--general:nth-of-type(1) .p-form__item--name::before {
  content: "●";
  color: #FF6E77;
}
#present-form .p-form__content--general:nth-of-type(1) .p-form__item--name small {
  color: #FF6E77;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.21rem;
  letter-spacing: 0;
  font-weight: 500;
}
#present-form .p-form__content--general:nth-of-type(1) input[type=text] {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #present-form .p-form__content--general:nth-of-type(1) input[type=text] {
    width: 5.73rem;
  }
}
@media screen and (min-width: 768px) {
  #present-form .p-form__content--general:nth-of-type(2) {
    width: 4.7rem;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  #present-form .p-form__bottom {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0.8rem auto 0;
  }
  #present-form .p-form__bottom--caution p {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #present-form .p-form-confirm__table {
    width: 8rem;
  }
}
#present-form .p-form-confirm__table dl:nth-of-type(-n + 3) {
  flex-direction: column;
  gap: 0.15rem;
}
#present-form .p-form-confirm__table dl:nth-of-type(-n + 3) dt {
  padding-bottom: unset;
  padding-left: unset;
}
#present-form .p-form-confirm__table dl:nth-of-type(-n + 3) dt::before {
  content: "●";
  color: #FF6E77;
}
@media screen and (min-width: 768px) {
  #present-form .p-form-confirm__table dl:nth-of-type(-n + 3) dt {
    text-align: left;
  }
}
#present-form .p-form-confirm__table dl:nth-of-type(-n + 3) dd {
  padding-left: 1em;
}

/* ACCESS */
#access-page {
  background-color: white;
  position: relative;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  #access-page {
    overflow-x: initial;
  }
}
#access-page::before {
  content: "";
  width: 100%;
  height: 1.07rem;
  position: absolute;
  z-index: 2;
  top: -0.6rem;
  right: 0;
  background-image: url("../img/common/header_bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  #access-page::before {
    content: "";
    position: absolute;
    top: -2.1rem;
    right: 0;
    width: 100%;
    height: 31.111vw;
    background-image: url("../img/common/header_bg_pc.svg");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
#access-page::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 3.83rem;
  left: 0;
  width: 100%;
  height: calc(100% - 3.83rem);
  background-image: url("../img/common/bg.svg");
  background-size: contain;
  background-position: top center;
  background-repeat: repeat-y;
  mix-blend-mode: multiply;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  #access-page::after {
    top: 5.54rem;
    height: calc(100% - 5.54rem);
    background-size: cover;
    background-image: url("../img/common/bg_pc.svg");
  }
}

#access-top {
  position: relative;
  z-index: 1;
}
#access-top::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.43rem;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(to bottom, transparent 0%, white 100%);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  #access-top::after {
    height: 3.18rem;
  }
}
#access-top .p-breadcrumbs {
  position: absolute;
  z-index: 2;
  filter: grayscale(1) brightness(3);
  color: white;
  width: 100%;
  padding-left: 0.19rem;
}
@media screen and (min-width: 768px) {
  #access-top .p-breadcrumbs {
    width: 11.2rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
#access-top .l-slider {
  width: 100%;
  height: 5.7rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (min-width: 768px) {
  #access-top .l-slider {
    height: 8.2rem;
  }
}
#access-top .l-slider .swiper-wrapper {
  width: 100%;
  height: 100%;
}
#access-top .l-slider .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
#access-top .l-slider .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: var(--sp_x) 50%;
     object-position: var(--sp_x) 50%;
}
#access-top .l-content {
  position: absolute;
  z-index: 3;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  top: 2.22rem;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  #access-top .l-content {
    top: 2.6rem;
  }
}
#access-top .l-logo {
  width: 1.29rem;
  height: 0.31rem;
  display: block;
  margin-bottom: 0.12rem;
}
@media screen and (min-width: 768px) {
  #access-top .l-logo {
    width: 1.9rem;
    height: 0.45rem;
    margin-bottom: 0.15rem;
  }
}
#access-top .l-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.05rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #access-top .l-heading {
    gap: 0.06rem;
  }
}
#access-top .l-heading strong {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.25rem;
  line-height: 0.36rem;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #access-top .l-heading strong {
    font-size: 0.36rem;
    line-height: 0.52rem;
  }
}
#access-top .l-heading span {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.15rem;
  line-height: 0.21rem;
  letter-spacing: 0.5em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #access-top .l-heading span {
    font-size: 0.22rem;
    line-height: 0.31rem;
  }
}
#access-top .p-slider__pagination {
  z-index: 3;
  bottom: 0.71rem !important;
}
@media screen and (min-width: 768px) {
  #access-top .p-slider__pagination {
    bottom: 2.41rem !important;
  }
}
#access-top .p-slider__pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background-image: url("../img/common/balloon_white.svg");
  opacity: 1;
}

#access-studio {
  position: relative;
  z-index: 3;
  top: -0.2rem;
  padding-top: 0.39rem;
  padding-bottom: 0.73rem;
  margin-top: -0.2rem;
}
@media screen and (min-width: 768px) {
  #access-studio {
    margin-top: -1.69rem;
    padding-top: 0.62rem;
    padding-bottom: 1.8rem;
  }
}
#access-studio::before {
  content: "";
  width: 100%;
  height: 6.86rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/access/studio_bg.png");
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #access-studio::before {
    background-image: url("../img/access/studio_bg_pc.png");
    height: 50vw;
  }
}
#access-studio .l-content {
  position: relative;
  z-index: 3;
}
#access-studio .l-catch {
  text-align: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.28rem;
  line-height: 0.48rem;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 0.31rem;
  color: white;
}
@media screen and (min-width: 768px) {
  #access-studio .l-catch {
    font-size: 0.4rem;
    line-height: 0.65rem;
    margin-bottom: 0.15rem;
  }
}
#access-studio .l-desc {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.36rem;
  letter-spacing: 0;
  font-weight: 400;
  color: white;
  text-align: center;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #access-studio .l-desc {
    font-size: 0.22rem;
    line-height: 0.34rem;
    margin-bottom: 0.36rem;
  }
}
#access-studio .l-desc span {
  font-family: "Poppins", "Times", sans-serif;
}
#access-studio .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #access-studio .l-container {
    flex-direction: row;
    justify-content: space-between;
  }
}
#access-studio .l-container .l-thumb {
  width: 100%;
  height: 1.71rem;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 0.15rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #access-studio .l-container .l-thumb {
    width: 5.2rem;
    height: 2.74rem;
  }
}
#access-studio .l-container .l-thumb img {
  display: block;
  width: 100%;
  height: 100%;
}
#access-studio .l-container .l-thumb--name {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.38rem;
  height: 1.31rem;
}
#access-studio .l-container .l-thumb--name h2 {
  position: relative;
  z-index: 2;
  padding-top: 0.36rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--color2);
  text-align: center;
  transition: 0.3s;
}
#access-studio .l-container .l-thumb--name h2 strong {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.26rem;
  line-height: 0.36rem;
  letter-spacing: 0;
  font-weight: 700;
}
#access-studio .l-container .l-thumb--name h2 span {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.11rem;
  line-height: 0.16rem;
  letter-spacing: 0.2em;
  font-weight: 300;
  margin-top: -0.05rem;
  margin-bottom: 0.07rem;
  display: block;
}
#access-studio .l-container .l-thumb--balloon {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#access-studio .l-container .l-thumb--balloon * {
  fill: var(--color1);
  transition: 0.3s;
}
#access-studio .l-container .l-thumb--arrow {
  width: 0.12rem;
  height: 0.12rem;
}
#access-studio .l-container .l-thumb--arrow * {
  fill: var(--color2);
  transition: 0.1s;
}
#access-studio .l-container #access-thumb-akagi {
  --color1: #D02222;
  --color2: white;
}
#access-studio .l-container #access-thumb-akagi:hover {
  --color1: white;
  --color2: #D02222;
}
#access-studio .l-container #access-thumb-haruna {
  --color1: #0575B1;
  --color2: white;
}
#access-studio .l-container #access-thumb-haruna:hover {
  --color1: white;
  --color2: #0575B1;
}

#access-content {
  position: relative;
  z-index: 4;
}
@media screen and (min-width: 768px) {
  #access-content {
    width: 100%;
  }
}
#access-content::after {
  content: "";
  width: 5.08rem;
  height: 3.39rem;
  position: absolute;
  left: -0.9rem;
  bottom: -0.14rem;
  background-image: url("../img/access/bottom.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #access-content::after {
    width: 7.71rem;
    height: 5.15rem;
    bottom: -0.15rem;
    left: -1.31rem;
  }
}
#access-content a[target=_blank] {
  color: #87988D;
}
#access-content a[target=_blank]::after {
  content: "";
  width: 0.12rem;
  height: 0.12rem;
  background-image: url("../img/common/icon_external_gray.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#access-content .c-box--border {
  position: relative;
  padding: 0.27rem 0.25rem 0.26rem 0.27rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #access-content .c-box--border {
    font-size: 0.18rem;
    line-height: 0.36rem;
    padding: 0.3rem 0.2rem 0.31rem;
    width: 3.9rem;
  }
}
#access-content .c-box--border small {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 400;
  display: flex;
  margin-top: 0.05rem;
}
#access-content .c-box--border small::before {
  content: "※";
}
@media screen and (min-width: 768px) {
  #access-content .c-box--border small {
    margin-top: 0.15rem;
    font-size: 0.12rem;
    line-height: 0.2rem;
  }
}
#access-content .c-box--border::before {
  content: "";
  width: 0.57rem;
  height: 0.55rem;
  background-image: url("../img/common/icon_g_blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
  top: -0.23rem;
  left: -0.23rem;
}
@media screen and (min-width: 768px) {
  #access-content .l-container {
    display: flex;
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  #access-content .l-container .l-left, #access-content .l-container .l-right {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  #access-content .l-container .l-left {
    padding-right: 0.4rem;
  }
  #access-content .l-container .l-left > * {
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  #access-content .l-container .l-right {
    padding-left: 0.4rem;
  }
}

#access-sec1 {
  padding-bottom: 3.34rem;
}
@media screen and (min-width: 768px) {
  #access-sec1 {
    padding-bottom: 1.3rem;
  }
}
#access-sec1 img {
  display: block;
}
#access-sec1 .l-right {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #access-sec1 .l-right {
    margin: unset;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  #access-sec1 .l-container {
    align-items: flex-end;
  }
}
#access-sec1 #image1_1 {
  max-width: unset;
  width: 3.5rem;
  height: 2.63rem;
  border-radius: 0.15rem 0 0 0.15rem;
}
@media screen and (min-width: 768px) {
  #access-sec1 #image1_1 {
    position: absolute;
    top: 0;
    left: calc(50% + 0.32rem);
    height: 5.1rem;
    width: 47.222vw;
  }
}
#access-sec1 #image1_2 {
  width: 2.7rem;
  height: 4rem;
  margin: 0.4rem auto;
  border-radius: 0.15rem;
}
@media screen and (min-width: 768px) {
  #access-sec1 #image1_2 {
    width: 3.9rem;
    height: 5.77rem;
    margin-top: 0.24rem;
    margin-right: unset;
    margin-bottom: unset;
  }
}
#access-sec1 #image1_3 {
  width: 2.7rem;
  height: 0.92rem;
  border-radius: 0.15rem;
  border: 0.015rem solid #87988D;
}
@media screen and (min-width: 768px) {
  #access-sec1 #image1_3 {
    width: 4.4rem;
    height: 1.5rem;
    margin-top: 0.14rem;
  }
}

#access-sec2 {
  position: relative;
  padding-bottom: 0.68rem;
}
@media screen and (min-width: 768px) {
  #access-sec2 {
    padding-bottom: 0.97rem;
  }
}
#access-sec2 img {
  display: block;
}
@media screen and (min-width: 768px) {
  #access-sec2 .l-container {
    margin-bottom: 4.04rem;
  }
}
#access-sec2 #image2_1 {
  width: 2.8rem;
  height: 2.8rem;
  position: absolute;
  z-index: 2;
  top: -2.65rem;
  right: 0.4rem;
  border-radius: 100%;
}
@media screen and (min-width: 768px) {
  #access-sec2 #image2_1 {
    top: 1.74rem;
    right: -0.8rem;
    width: 4rem;
    height: 4rem;
  }
}
#access-sec2 #image2_2 {
  width: 3.5rem;
  height: 2.63rem;
  max-width: unset;
  margin-top: 0.4rem;
  margin-bottom: 0.6rem;
  position: relative;
  left: -0.25rem;
  border-radius: 0 0.15rem 0.15rem 0;
}
@media screen and (min-width: 768px) {
  #access-sec2 #image2_2 {
    margin-top: unset;
    margin-bottom: unset;
    position: absolute;
    top: 0;
    left: unset;
    width: 47.152vw;
    height: 5.1rem;
    right: calc(50% + 0.41rem);
  }
}
#access-sec2 .c-box--border--vertical {
  text-align: center;
}
#access-sec2 .c-box--border--vertical .l-heading {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.32rem;
  letter-spacing: 0;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
}
@media screen and (min-width: 768px) {
  #access-sec2 .c-box--border--vertical .l-heading {
    font-size: 0.23rem;
    line-height: 0.34rem;
  }
}
#access-sec2 .c-box--border--vertical .l-heading::before {
  content: "";
  display: block;
  width: 0.22rem;
  height: 0.22rem;
  background-image: url("../img/common/icon_parking.svg");
  background-size: contain;
  background-repeat: no-repeat;
  flex: none;
}
#access-sec2 .c-box--border--vertical .l-heading::after {
  content: "";
  display: block;
  width: 0.24rem;
  height: 0.2rem;
  background-image: url("../img/common/icon_car.svg");
  background-size: contain;
  background-repeat: no-repeat;
  flex: none;
}
#access-sec2 .c-box--border--vertical .l-heading--square {
  display: flex;
  gap: 0.1rem;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #access-sec2 .c-box--border--vertical .l-heading--square {
    font-size: 0.18rem;
    line-height: 0.26rem;
    margin-bottom: 0.15rem;
  }
}
#access-sec2 .c-box--border--vertical .l-heading--square::before {
  content: "";
  width: 0.9em;
  height: 0.9em;
  background-color: #FF6E77;
}
#access-sec2 .c-box--border--vertical .l-heading--square::after {
  content: "";
  width: 0.9em;
  height: 0.9em;
  background-color: #FF6E77;
}
#access-sec2 .c-box--border--vertical .l-desc {
  display: block;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0;
  font-weight: 500;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  #access-sec2 .c-box--border--vertical .l-desc {
    margin-top: 0.41rem;
    margin-bottom: 0.41rem;
    font-size: 0.18rem;
    line-height: 0.36rem;
  }
}
#access-sec2 .c-box--border--vertical .l-desc strong {
  color: #2294D0;
  font-weight: 700;
}
#access-sec2 .c-box--border--vertical .l-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #access-sec2 .c-box--border--vertical .l-list {
    flex-direction: row;
    justify-content: center;
    font-size: 0.18rem;
    line-height: 0.26rem;
    gap: 0.15rem;
  }
}
#access-sec2 .c-box--border--vertical .l-list a {
  color: black;
  text-decoration: underline;
}
#access-sec2 .c-box--border--vertical .l-link {
  margin-top: 0.18rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #access-sec2 .c-box--border--vertical .l-link {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
#access-sec2 .c-box--border--vertical .l-link:hover {
  color: #FF6E77;
}
#access-sec2 .c-box--border--vertical .l-link:hover a {
  color: #FF6E77;
}
#access-sec2 .c-box--border--vertical .l-link:hover path {
  stroke: #FF6E77;
}
#access-sec2 .c-box--border--vertical .l-link * {
  transition: 0.3s;
}
#access-sec2 .c-box--border--vertical .l-link span {
  display: block;
}
@media screen and (min-width: 768px) {
  #access-sec2 .c-box--border--vertical .l-link span {
    display: inline;
    padding-right: 1em;
  }
}
#access-sec2 .c-box--border--vertical .l-link a {
  color: black;
}
#access-sec2 .c-box--border--vertical .l-link svg {
  width: 0.14rem;
  height: 0.14rem;
}
@media screen and (min-width: 768px) {
  #access-sec2 .c-box--border--vertical .l-link svg {
    width: 0.17rem;
    height: 0.17rem;
    margin-left: 0.05rem;
  }
}

#access-sec3 {
  padding-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  #access-sec3 {
    padding-bottom: 1rem;
  }
}
#access-sec3 img {
  display: block;
}
#access-sec3 #image3_1 {
  position: relative;
  max-width: unset;
  width: 3.5rem;
  height: 2.63rem;
  left: -0.45rem;
  border-radius: 0.15rem;
}
@media screen and (min-width: 768px) {
  #access-sec3 #image3_1 {
    width: 5.6rem;
    height: 4.2rem;
    position: initial;
    left: unset;
  }
}
#access-sec3 #image3_2 {
  width: 2.55rem;
  height: 1.91rem;
  border-radius: 0.15rem;
}
@media screen and (min-width: 768px) {
  #access-sec3 #image3_2 {
    width: 3.64rem;
    height: 2.73rem;
  }
}
#access-sec3 #image3_3 {
  position: relative;
  max-width: unset;
  width: 3.5rem;
  height: 2.63rem;
  left: -0.2rem;
  border-radius: 0.15rem;
}
@media screen and (min-width: 768px) {
  #access-sec3 #image3_3 {
    width: 5.16rem;
    height: 3.88rem;
    position: initial;
    left: unset;
  }
}
#access-sec3 .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #access-sec3 .l-container {
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 0.76rem;
  }
}
#access-sec3 .l-image {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.3rem;
}
@media screen and (min-width: 768px) {
  #access-sec3 .l-image {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
  }
}
#access-sec3 .l-text {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
#access-sec3 .l-text .l-heading {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #access-sec3 .l-text .l-heading {
    font-size: 0.2rem;
    line-height: 0.29rem;
  }
}
#access-sec3 .l-text .l-heading::before {
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  background-color: #FF6E77;
  margin-right: 0.02rem;
  position: relative;
  top: 0.01rem;
}
#access-sec3 .l-text p {
  padding-left: 1em;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.36rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #access-sec3 .l-text p {
    font-size: 0.2rem;
    line-height: 0.4rem;
  }
}
#access-sec3 .l-text ul {
  list-style: disc;
  padding-left: 2em;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.36rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #access-sec3 .l-text ul {
    font-size: 0.2rem;
    line-height: 0.4rem;
  }
}

#access-bottom {
  padding-bottom: 3.07rem;
}
@media screen and (min-width: 768px) {
  #access-bottom {
    padding-bottom: 1.78rem;
  }
}
#access-bottom .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #access-bottom .l-container {
    flex-direction: row;
    gap: unset;
  }
}
#access-bottom .l-map {
  width: 100%;
  height: 2.45rem;
}
@media screen and (min-width: 768px) {
  #access-bottom .l-map {
    width: 50%;
    height: 4.23rem;
    flex: none;
  }
}
#access-bottom .l-map iframe {
  min-width: 100%;
  min-height: 100%;
}
#access-bottom .l-text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding-left: 0.36rem;
}
@media screen and (min-width: 768px) {
  #access-bottom .l-text {
    width: 50%;
    flex: none;
    padding-left: 1.08rem;
    padding-right: 0.8rem;
    gap: 0.4rem;
  }
}
#access-bottom .l-text .l-heading {
  margin-bottom: 0.1rem;
  position: relative;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #access-bottom .l-text .l-heading {
    font-size: 0.2rem;
    line-height: 0.29rem;
  }
}
#access-bottom .l-text .l-heading img {
  position: absolute;
  top: 50%;
  left: -0.08rem;
  transform: translate(-100%, -50%);
  width: 0.28rem;
  height: 0.28rem;
  display: block;
}
@media screen and (min-width: 768px) {
  #access-bottom .l-text .l-heading img {
    left: -0.06rem;
    width: 0.3rem;
    height: 0.3rem;
  }
}
#access-bottom .l-text p {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #access-bottom .l-text p {
    font-size: 0.2rem;
    line-height: 0.4rem;
  }
}
#access-bottom .l-text a {
  color: black;
}

/* SNS */
#sns-intro {
  padding-top: 0.21rem;
  padding-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #sns-intro {
    padding-top: 0.49rem;
    padding-bottom: 0.49rem;
  }
}
#sns-intro .l-heading {
  width: 100%;
  padding-top: 0.29rem;
  padding-bottom: 0.44rem;
  background-color: black;
  display: flex;
  flex-direction: column;
  gap: 0.26rem;
  color: white;
  align-items: center;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #sns-intro .l-heading {
    flex-direction: row;
    justify-content: center;
    padding-top: 0.25rem;
    padding-bottom: 0.2rem;
    gap: 1.09rem;
    margin-bottom: 0.49rem;
  }
}
#sns-intro .l-heading #logo-x {
  width: 0.59rem;
  height: 0.6rem;
}
@media screen and (min-width: 768px) {
  #sns-intro .l-heading #logo-x {
    width: 0.74rem;
    height: 0.75rem;
  }
}
#sns-intro .l-heading #logo-fmg {
  width: 1.59rem;
  height: 0.38rem;
}
@media screen and (min-width: 768px) {
  #sns-intro .l-heading #logo-fmg {
    width: 1.99rem;
    height: 0.48rem;
    margin-top: 0.08rem;
  }
}
#sns-intro .l-heading strong {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.23rem;
  line-height: 0.34rem;
  letter-spacing: 0;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  #sns-intro .l-heading strong {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
}
#sns-intro .l-heading img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
#sns-intro .l-heading span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.39rem;
}
@media screen and (min-width: 768px) {
  #sns-intro .l-heading span {
    gap: 0.46rem;
    flex-direction: row;
  }
}
#sns-intro .l-heading span i {
  display: flex;
  flex-direction: column;
  gap: 0.03rem;
  align-items: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 900;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  #sns-intro .l-heading span i {
    gap: 0.3rem;
    flex-direction: row;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 0.22rem;
    line-height: 0.32rem;
    letter-spacing: 0;
    font-weight: 900;
  }
}
#sns-intro .l-catch {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.34rem;
  letter-spacing: 0;
  font-weight: 500;
  color: #2294D0;
  text-align: center;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  #sns-intro .l-catch {
    font-size: 0.26rem;
    line-height: 0.42rem;
    margin-bottom: 0.24rem;
  }
}
#sns-intro .l-desc {
  text-align: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 0.33rem;
}
@media screen and (min-width: 768px) {
  #sns-intro .l-desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    margin-bottom: 0.3rem;
  }
}
#sns-intro .l-desc strong {
  display: inline-block;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.18rem;
  line-height: 0.25rem;
  letter-spacing: 0;
  font-weight: 500;
  color: #2294D0;
  border: 0.015rem solid #2294D0;
  background-color: white;
  border-radius: 0.05rem;
  box-shadow: 0.02rem 0.02rem 0 #2294D0;
  padding: 0.01rem 0.11rem;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}
#sns-intro .l-link {
  text-align: center;
  display: block;
  margin: auto;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 500;
  color: #2294D0;
}
@media screen and (min-width: 768px) {
  #sns-intro .l-link {
    font-size: 0.16rem;
    line-height: 0.25rem;
  }
}
#sns-intro .l-link::after {
  position: relative;
  top: 0.01rem;
  content: "";
  display: inline-block;
  width: 0.14rem;
  height: 0.14rem;
  background-image: url("../img/common/arrow_right_circle_blue_fill.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

#sns-content {
  padding-bottom: 1.8rem;
}
@media screen and (min-width: 768px) {
  #sns-content {
    padding-bottom: 2.3rem;
  }
}

#sns-guideline {
  padding-top: 0.2rem;
}
@media screen and (min-width: 768px) {
  #sns-guideline {
    padding-top: 0.47rem;
  }
}
#sns-guideline .l-container {
  padding-top: 0.3rem;
  padding-bottom: 1.8rem;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 768px) {
  #sns-guideline .l-container {
    padding-top: 0.5rem;
    padding-left: 0.34rem;
    padding-right: 0.54rem;
    padding-bottom: 2.49rem;
  }
}
#sns-guideline .l-desc {
  display: block;
  width: 3.15rem;
  margin: auto;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  #sns-guideline .l-desc {
    width: 100%;
    margin-bottom: 0.35rem;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 0.16rem;
    line-height: 0.32rem;
    letter-spacing: 0;
    font-weight: 400;
  }
}
#sns-guideline .l-bottom {
  margin-top: 0.35rem;
  text-align: right;
  display: block;
  width: 100%;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #sns-guideline .l-bottom {
    font-size: 0.16rem;
    line-height: 0.32rem;
    margin-top: 0.55rem;
  }
}
#sns-guideline .l-content {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #sns-guideline .l-content {
    line-height: 0.32rem;
  }
}
#sns-guideline .l-content .l-gap {
  gap: 1em;
}
#sns-guideline .l-content h2 {
  display: flex;
  gap: 0.1em;
  align-items: baseline;
  margin-bottom: 0.2rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #sns-guideline .l-content h2 {
    padding-left: unset;
    font-size: 0.18rem;
    line-height: 0.26rem;
  }
}
#sns-guideline .l-content h2::before {
  display: block;
  content: "";
  width: 0.8em;
  height: 0.8em;
  background-color: black;
  text-decoration: none;
}
#sns-guideline .l-content p {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #sns-guideline .l-content p {
    padding-left: 1em;
  }
}
#sns-guideline .l-content ol, #sns-guideline .l-content ul {
  display: flex;
  flex-direction: column;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #sns-guideline .l-content ol, #sns-guideline .l-content ul {
    padding-left: 1em;
  }
}
#sns-guideline .l-content ol {
  counter-reset: count 0;
  list-style-type: none;
}
#sns-guideline .l-content ol li {
  counter-increment: count 1;
  display: flex;
  gap: 0.2em;
}
#sns-guideline .l-content ol li::before {
  flex: none;
  content: "(" counter(count) ")";
  text-decoration: none;
}
#sns-guideline .l-content ul {
  list-style-type: none;
}
#sns-guideline .l-content ul li {
  display: flex;
  align-items: baseline;
  gap: 0.2em;
}
#sns-guideline .l-content ul li::before {
  content: "";
  text-decoration: none;
  flex: none;
  width: 1em;
  height: 1em;
  background: radial-gradient(circle at 50% 50%, black 0%, black 15%, transparent 20%, transparent 100%);
}

/*************
 SEMINAR PAGE
*************/
#seminar-bottom {
  padding-top: 0.24rem;
  padding-bottom: 0.3rem;
  border-top: 0.01rem solid #2294D0;
  border-bottom: 0.01rem solid #2294D0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #seminar-bottom {
    padding-top: 0.28rem;
    padding-bottom: 0.37rem;
  }
}
#seminar-bottom .l-heading {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 0.11rem;
}
@media screen and (min-width: 768px) {
  #seminar-bottom .l-heading {
    font-size: 0.28rem;
    line-height: 0.4rem;
    margin-bottom: 0.16rem;
  }
}
#seminar-bottom .l-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
}
@media screen and (min-width: 768px) {
  #seminar-bottom .l-container {
    flex-direction: row;
    justify-content: space-between;
  }
}
#seminar-bottom .l-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#seminar-bottom .l-tel strong {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.41rem;
  line-height: 0.57rem;
  letter-spacing: 0;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
#seminar-bottom .l-tel strong::before {
  content: "";
  width: 0.31rem;
  height: 0.31rem;
  background-image: url("../img/common/icon_tel.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#seminar-bottom .l-tel small {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 400;
}
#seminar-bottom .l-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.08rem;
  flex: none;
}
@media screen and (min-width: 768px) {
  #seminar-bottom .l-button {
    flex-direction: row;
    gap: 0.3rem;
  }
}

#seminar-fv {
  padding-bottom: 0.28rem;
}
@media screen and (min-width: 768px) {
  #seminar-fv {
    padding-top: 0.21rem;
    padding-bottom: 0.41rem;
  }
}
#seminar-fv .p-slider {
  padding-top: unset;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  #seminar-fv .p-slider {
    height: -moz-fit-content;
    height: fit-content;
  }
}
#seminar-fv .p-slider .p-slider__wrapper .swiper-slide {
  transition: 0.3s;
  height: auto;
}
#seminar-fv .p-slider .p-slider__wrapper .swiper-slide img {
  display: block;
  height: 100%;
  width: 100%;
}
#seminar-fv .p-slider img {
  display: block;
}
#seminar-fv .p-slider__parent {
  padding: 0 0 0.65rem;
}
@media screen and (min-width: 768px) {
  #seminar-fv .p-slider__parent {
    padding-bottom: 0.34rem;
  }
}
#seminar-fv .p-slider__pagination {
  bottom: 0.3rem !important;
}
@media screen and (min-width: 768px) {
  #seminar-fv .p-slider__pagination {
    display: none;
  }
}
#seminar-fv .p-slider__thumb {
  display: none;
}
@media screen and (min-width: 768px) {
  #seminar-fv .p-slider__thumb {
    opacity: 0;
    margin-top: 0.27rem;
    display: flex;
    width: 9.73rem;
    overflow: hidden;
    transition: 0.3s;
    max-height: 0.91rem;
  }
  #seminar-fv .p-slider__thumb .swiper-slide {
    opacity: 0.7;
    transition: 0.3s;
    cursor: pointer;
    pointer-events: all;
  }
  #seminar-fv .p-slider__thumb .swiper-slide:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  #seminar-fv .p-slider__thumb--active {
    opacity: 1;
  }
}
#seminar-fv .l-desc {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
}
#seminar-fv .l-desc img {
  display: inline;
  width: 1.07rem;
  height: 0.26rem;
  -o-object-fit: contain;
     object-fit: contain;
  padding-right: 0.05rem;
  transform: translateY(25%);
}
@media screen and (min-width: 768px) {
  #seminar-fv .l-desc img {
    width: 1.42rem;
    height: 0.34rem;
  }
}
@media screen and (min-width: 768px) {
  #seminar-fv .l-desc {
    font-size: 0.24rem;
    line-height: 0.46rem;
  }
}

#seminar-top-intro {
  padding-top: 0.3rem;
  background-image: url("../img/seminar/top/intro_bg.jpg");
  background-size: 5rem 3.14rem;
  background-position: center top;
  background-repeat: no-repeat;
  padding-bottom: 0.63rem;
}
@media screen and (min-width: 768px) {
  #seminar-top-intro {
    padding-top: 0.62rem;
    padding-bottom: 0.96rem;
    background-image: url("../img/seminar/top/intro_bg_pc.jpg");
    background-size: 100vw 63.0555vw;
  }
}
#seminar-top-intro .l-video {
  width: 100%;
  height: 1.94rem;
  margin-bottom: 0.37rem;
}
@media screen and (min-width: 768px) {
  #seminar-top-intro .l-video {
    height: 4.5rem;
    margin-bottom: 0.5rem;
  }
}
#seminar-top-intro .l-heading {
  text-align: center;
  display: block;
  margin-bottom: 0.16rem;
  color: #2294D0;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #seminar-top-intro .l-heading {
    margin-bottom: 0.4rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
}
#seminar-top-intro .l-heading strong {
  font-weight: 500;
}
#seminar-top-intro .l-heading img {
  display: inline-block;
  width: 1.08rem;
  height: 0.26rem;
  position: relative;
  top: 0.07rem;
}
@media screen and (min-width: 768px) {
  #seminar-top-intro .l-heading img {
    width: 1.75rem;
    height: 0.42rem;
    top: 0.12rem;
  }
}
#seminar-top-intro .l-parent {
  max-width: unset;
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  overflow-x: scroll;
  padding-bottom: 0.15rem;
}
@media screen and (min-width: 768px) {
  #seminar-top-intro .l-parent {
    max-width: 100%;
    position: initial;
    width: 100%;
    left: unset;
    transform: unset;
    overflow-x: initial;
    padding-bottom: unset;
  }
}
#seminar-top-intro .l-parent .l-container {
  display: flex;
  gap: 0.1rem;
  max-width: unset;
  width: -moz-fit-content;
  width: fit-content;
  flex: none;
}
@media screen and (min-width: 768px) {
  #seminar-top-intro .l-parent .l-container {
    width: 100%;
    justify-content: space-between;
  }
}
#seminar-top-intro .l-parent .l-container #intro1 img {
  width: 0.82rem;
  height: 0.71rem;
}
#seminar-top-intro .l-parent .l-container #intro2 img {
  width: 0.82rem;
  height: 0.62rem;
}
#seminar-top-intro .l-parent .l-container #intro3 img {
  width: 0.71rem;
  height: 0.82rem;
  margin-bottom: unset;
}
#seminar-top-intro .l-parent .l-container .l-wrapper {
  border: 0.01rem solid #2294D0;
  border-radius: 0.15rem;
  padding: 0.19rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 2.36rem;
  min-height: 3.9rem;
  background-color: #fff;
  background-image: radial-gradient(#A1D2EB 10%, transparent 10%);
  background-size: 0.06rem 0.06rem;
  background-repeat: repeat;
}
#seminar-top-intro .l-parent .l-container .l-wrapper img {
  display: block;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#seminar-top-intro .l-parent .l-container .l-wrapper h3 {
  font-size: 0.22rem;
  line-height: 0.32rem;
  font-weight: 400;
  color: #2294D0;
  text-align: center;
  margin-bottom: 0.22rem;
  display: block;
  margin: auto;
}
#seminar-top-intro .l-parent .l-container .l-wrapper p {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 400;
}

#top-course {
  padding-top: 1.24rem;
  padding-bottom: 0.52rem;
  position: relative;
  width: 100%;
  background-color: #F2FAFF;
}
@media screen and (min-width: 768px) {
  #top-course {
    padding-top: 0.94rem;
    padding-bottom: 0.93rem;
    background-image: radial-gradient(#A1D2EB 10%, transparent 10%);
    background-size: 0.11rem 0.11rem;
    background-repeat: repeat;
  }
}
#top-course .l-heading {
  position: absolute;
  top: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.01rem;
  padding-top: 0.36rem;
  width: 1.5rem;
  height: 1.43rem;
  background-image: url("../img/common/balloon_blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}
#top-course .l-heading strong {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.32rem;
  line-height: 0.42rem;
  letter-spacing: 0;
  font-weight: 400;
  color: #F7D80C;
}
#top-course .l-heading span {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.16rem;
  line-height: 0.23rem;
  letter-spacing: 0;
  font-weight: 600;
  color: white;
}
#top-course .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-course .l-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.16rem;
  }
}
#top-course .l-container .l-wrapper {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  #top-course .l-container .l-wrapper {
    width: 5.2rem;
    flex: none;
  }
}
#top-course .l-container .l-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

#top-online-banner {
  width: 100%;
  height: 2rem;
  display: block;
  background-image: url("../img/seminar/top/banner_online.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}
@media screen and (min-width: 768px) {
  #top-online-banner {
    background-image: url("../img/seminar/top/banner_online_pc.jpg");
    width: 100%;
    height: 16.6666vw;
  }
}
#top-online-banner .l-bottom {
  position: absolute;
  padding-left: 0.35rem;
  padding-right: 0.35rem;
  border-radius: 0.1rem 0.1rem 0 0;
  height: 0.39rem;
  background-color: #3962C9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.19rem;
  line-height: 0.27rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: white;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #top-online-banner .l-bottom {
    font-size: 0.26rem;
    line-height: 0.36rem;
    padding-left: 0.42rem;
    padding-right: 0.48rem;
    height: 0.51rem;
  }
}
#top-online-banner .l-bottom::after {
  content: "";
  position: absolute;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.11rem;
  height: 0.14rem;
  background-color: white;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
}
@media screen and (min-width: 768px) {
  #top-online-banner .l-bottom::after {
    width: 0.15rem;
    height: 0.19rem;
    right: 0.13rem;
  }
}

#seminar-top-guide {
  padding-top: 0.94rem;
  padding-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  #seminar-top-guide {
    padding-top: 1.34rem;
    padding-bottom: 1.01rem;
  }
}
#seminar-top-guide .l-info {
  display: block;
  width: 100%;
  border: 0.1rem solid #F0888F;
  padding-top: 0.16rem;
  padding-bottom: 0.14rem;
  position: relative;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  #seminar-top-guide .l-info {
    padding-top: 0.25rem;
    padding-bottom: 0.28rem;
    margin-bottom: 0.7rem;
  }
}
#seminar-top-guide .l-info__top {
  position: absolute;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  border-radius: 0.1rem 0.1rem 0 0;
  height: 0.26rem;
  background-color: #F0888F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 600;
  color: white;
  top: -0.05rem;
  left: 50%;
  transform: translate(-50%, -100%);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #seminar-top-guide .l-info__top {
    height: 0.4rem;
    font-size: 0.23rem;
    line-height: 0.34rem;
    padding-left: 0.45rem;
    padding-right: 0.45rem;
  }
}
#seminar-top-guide .l-info__container {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #seminar-top-guide .l-info__container {
    gap: 0.3rem;
  }
}
#seminar-top-guide .l-info__container::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background-image: url("../img/common/icon_info_pink.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #seminar-top-guide .l-info__container::before {
    width: 0.76rem;
    height: 0.76rem;
  }
}
#seminar-top-guide .l-info__container p {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  color: #F0888F;
}
@media screen and (min-width: 768px) {
  #seminar-top-guide .l-info__container p {
    padding-right: 0.62rem;
    gap: 0.02rem;
  }
}
#seminar-top-guide .l-info__container p strong {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.19rem;
  line-height: 0.27rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #seminar-top-guide .l-info__container p strong {
    font-size: 0.36rem;
    line-height: 0.52rem;
  }
}
#seminar-top-guide .l-info__container p span {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.16rem;
  line-height: 0.23rem;
  letter-spacing: 0.2em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #seminar-top-guide .l-info__container p span {
    font-size: 0.24rem;
    line-height: 0.33rem;
  }
}
#seminar-top-guide .l-banner {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
#seminar-top-guide .l-banner img {
  display: block;
  width: 100%;
  height: auto;
}

#seminar-top-room {
  padding-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  #seminar-top-room {
    padding-bottom: 1rem;
  }
}
#seminar-top-room .c-heading--small {
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #seminar-top-room .c-heading--small {
    margin-bottom: 0.46rem;
  }
}
#seminar-top-room #room1 {
  width: 100%;
  height: 2.59rem;
}
@media screen and (min-width: 768px) {
  #seminar-top-room #room1 {
    width: 3.65rem;
    height: 2.52rem;
  }
}
#seminar-top-room #room2 {
  width: 1.82rem;
  height: 1.21rem;
}
@media screen and (min-width: 768px) {
  #seminar-top-room #room2 {
    width: 1.94rem;
    height: 1.3rem;
  }
}
#seminar-top-room #room3 {
  width: 1.82rem;
  height: 1.21rem;
}
@media screen and (min-width: 768px) {
  #seminar-top-room #room3 {
    width: 1.94rem;
    height: 1.3rem;
  }
}
#seminar-top-room .l-container {
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #seminar-top-room .l-container {
    margin-bottom: 0.44rem;
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (min-width: 768px) {
  #seminar-top-room .l-wrapper {
    width: 50%;
    height: -moz-fit-content;
    height: fit-content;
  }
}
#seminar-top-room .l-image {
  max-width: unset;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #seminar-top-room .l-image {
    position: initial;
    left: unset;
    transform: unset;
    width: 100%;
    max-width: 100%;
  }
}
#seminar-top-room .l-image img {
  display: block;
}
#seminar-top-room .l-text {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
@media screen and (min-width: 768px) {
  #seminar-top-room .l-text {
    margin-top: unset;
    gap: 0.12rem;
    margin-bottom: 0.25rem;
  }
}
#seminar-top-room .l-text h3 {
  color: #2294D0;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.18rem;
  line-height: 0.27rem;
  letter-spacing: 0;
  font-weight: 500;
  font-family: "Poppins", "Times", sans-serif, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
#seminar-top-room .l-text p {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0;
  font-weight: 400;
}
#seminar-top-room .c-btn--large {
  margin: auto;
}

#seminar-top-faq {
  padding-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  #seminar-top-faq {
    padding-bottom: 1rem;
  }
}
#seminar-top-faq .c-heading--small {
  margin-bottom: 0.47rem;
}
@media screen and (min-width: 768px) {
  #seminar-top-faq .c-heading--small {
    margin-bottom: 0.3rem;
  }
}

#seminar-top-flow .c-heading--small {
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #seminar-top-flow .c-heading--small {
    margin-bottom: 0.54rem;
  }
}
#seminar-top-flow .l-container {
  padding: 0.46rem 0.25rem 0.6rem;
  background-color: white;
  border-top: 0.01rem solid #2294D0;
  border-bottom: 0.01rem solid #2294D0;
}
@media screen and (min-width: 768px) {
  #seminar-top-flow .l-container {
    padding: 0.35rem 0.85rem 0.57rem;
    border-radius: 0.2rem;
    border: 0.01rem solid #2294D0;
  }
}
#seminar-top-flow .l-access {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.1rem 0.15rem 0.11rem;
}
@media screen and (min-width: 768px) {
  #seminar-top-flow .l-access {
    flex-direction: row;
    padding: 0.06rem 0.11rem;
    justify-content: center;
  }
}
#seminar-top-flow .l-access span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #seminar-top-flow .l-access span {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
#seminar-top-flow .l-access strong {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.24rem;
  line-height: 0.33rem;
  letter-spacing: 0;
  font-weight: 600;
  color: #2294D0;
  display: flex;
  align-items: center;
  gap: 0.06rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #seminar-top-flow .l-access strong {
    font-size: 0.24rem;
    line-height: 0.33rem;
    margin-left: 0.15rem;
    margin-right: 0.05rem;
  }
}
#seminar-top-flow .l-access strong::before {
  content: "";
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  background-image: url("../img/common/icon_tel.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#seminar-top-flow .l-access small {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 500;
  color: #2294D0;
}
@media screen and (min-width: 768px) {
  #seminar-top-flow .l-access small {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}

#seminar-top-bottom {
  padding-top: 0.8rem;
  padding-bottom: 0.98rem;
}
@media screen and (min-width: 768px) {
  #seminar-top-bottom {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }
}
#seminar-top-bottom .l-catch {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.04rem;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  #seminar-top-bottom .l-catch {
    align-items: flex-start;
    margin-bottom: 0.29rem;
  }
}
#seminar-top-bottom .l-catch span {
  display: block;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.32rem;
  letter-spacing: 0;
  font-weight: 500;
  font-family: "Poppins", "Times", sans-serif, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  color: #2294D0;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  #seminar-top-bottom .l-catch span {
    font-size: 0.2rem;
    line-height: 0.4rem;
    font-weight: 600;
    letter-spacing: 0.1em;
  }
}
#seminar-top-bottom .l-catch::before {
  content: "";
  width: 0.16rem;
  height: 0.14rem;
  display: block;
  flex: none;
  background-color: #F7D80C;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  margin-bottom: 0.08rem;
}
@media screen and (min-width: 768px) {
  #seminar-top-bottom .l-catch::before {
    width: 0.19rem;
    height: 0.17rem;
    margin-top: 0.11rem;
  }
}
#seminar-top-bottom .l-catch::after {
  content: "";
  width: 0.16rem;
  height: 0.14rem;
  display: block;
  flex: none;
  background-color: #F7D80C;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  margin-bottom: 0.08rem;
}
@media screen and (min-width: 768px) {
  #seminar-top-bottom .l-catch::after {
    width: 0.19rem;
    height: 0.17rem;
    margin-top: 0.11rem;
  }
}
#seminar-top-bottom .l-banner {
  width: 100%;
  height: 0.84rem;
  margin: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  #seminar-top-bottom .l-banner {
    width: 5.62rem;
    height: 1.46rem;
  }
}
#seminar-top-bottom .l-banner img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#seminar-top-bottom p {
  margin-top: 0.77rem;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.19rem;
  line-height: 0.34rem;
  letter-spacing: 0;
  font-weight: 500;
  color: #2294D0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #seminar-top-bottom p {
    margin-top: 0.79rem;
    font-size: 0.27rem;
    line-height: 0.49rem;
  }
}
#seminar-top-bottom p i {
  display: none;
  display: inline-block;
}

#seminar-info-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url("../img/seminar/information/header.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 1.4rem;
}
@media screen and (min-width: 768px) {
  #seminar-info-heading {
    height: 2.4rem;
    background-image: url("../img/seminar/information/header_pc.jpg");
  }
}
#seminar-info-heading small {
  display: flex;
  justify-content: center;
  gap: 0.1rem;
  color: #2294D0;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #seminar-info-heading small {
    gap: 0.16rem;
    font-size: 0.21rem;
    line-height: 0.3rem;
  }
}
#seminar-info-heading small img {
  width: 0.89rem;
  height: 0.21rem;
  display: block;
}
@media screen and (min-width: 768px) {
  #seminar-info-heading small img {
    width: 1.39rem;
    height: 0.33rem;
    margin-top: 0.03rem;
  }
}
#seminar-info-heading strong {
  color: white;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.28rem;
  line-height: 0.4rem;
  letter-spacing: 0;
  font-weight: 500;
  margin-top: 0.13rem;
  margin-bottom: 0.02rem;
}
@media screen and (min-width: 768px) {
  #seminar-info-heading strong {
    font-size: 0.46rem;
    line-height: 0.66rem;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
  }
}
#seminar-info-heading span {
  color: white;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #seminar-info-heading span {
    font-size: 0.26rem;
    line-height: 0.36rem;
  }
}

#seminar-info {
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #seminar-info {
    padding-bottom: 1.6rem;
  }
}
#seminar-info .l-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #seminar-info .l-content {
    gap: 0.8rem;
  }
}
#seminar-info .l-2column {
  display: flex;
  flex-direction: column;
  gap: 0.17rem;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #seminar-info .l-2column {
    flex-direction: row;
    gap: unset;
    align-items: flex-start;
  }
}
#seminar-info .l-2column__wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #seminar-info .l-2column__wrapper {
    width: 50%;
    flex: none;
  }
}
#seminar-info .l-desc {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #seminar-info .l-desc {
    font-size: 0.16rem;
    line-height: 0.32rem;
    text-align: left;
  }
}
#seminar-info .l-desc small {
  font-size: 0.12rem;
  line-height: 0.28rem;
}
@media screen and (min-width: 768px) {
  #seminar-info .l-desc small {
    font-size: 0.14rem;
    line-height: 0.36rem;
  }
}
#seminar-info .l-desc strong {
  color: #2294D0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #seminar-info .l-padding {
    width: 100%;
    padding-left: 0.2rem;
  }
}

#seminar-info-intro {
  padding-top: 0.29rem;
  padding-bottom: 0.77rem;
}
@media screen and (min-width: 768px) {
  #seminar-info-intro {
    padding-top: 0.51rem;
    padding-bottom: 0.87rem;
  }
}
#seminar-info-intro .l-desc {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0;
  font-weight: 400;
  text-align: center;
  font-feature-settings: "palt" 1;
  margin-bottom: 0.61rem;
}
@media screen and (min-width: 768px) {
  #seminar-info-intro .l-desc {
    font-size: 0.2rem;
    line-height: 0.44rem;
    margin-bottom: 0.59rem;
  }
}
#seminar-info-intro .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
}
@media screen and (min-width: 768px) {
  #seminar-info-intro .l-container {
    width: 7.18rem;
    margin: auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.2rem;
  }
}
#seminar-info-intro .l-container .l-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 0.015rem solid var(--color);
  border-radius: 0.05rem;
  gap: 0.05rem;
  padding-top: 0.09rem;
  padding-bottom: 0.14rem;
  min-height: 0.72rem;
  background-color: white;
}
@media screen and (min-width: 768px) {
  #seminar-info-intro .l-container .l-wrapper {
    width: 3.46rem;
    gap: 0.02rem;
  }
}
#seminar-info-intro .l-container .l-wrapper--blue {
  --color: #2294D0;
  --filter-color: brightness(0) saturate(100%) invert(47%) sepia(88%) saturate(451%) hue-rotate(156deg) brightness(90%) contrast(92%);
}
#seminar-info-intro .l-container .l-wrapper--orange {
  --color: #E37A00;
  --filter-color: brightness(0) saturate(100%) invert(44%) sepia(51%) saturate(1234%) hue-rotate(2deg) brightness(104%) contrast(103%);
}
#seminar-info-intro .l-container .l-wrapper--green {
  --color: #4EB981;
  --filter-color: brightness(0) saturate(100%) invert(69%) sepia(16%) saturate(1194%) hue-rotate(96deg) brightness(89%) contrast(90%);
}
#seminar-info-intro .l-container .l-wrapper::after {
  content: "";
  position: absolute;
  background-image: url("../img/common/arrow_right_plain_blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.1rem;
  height: 0.17rem;
  filter: var(--filter-color);
  right: 0.11rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  #seminar-info-intro .l-container .l-wrapper::after {
    right: 0.14rem;
  }
}
#seminar-info-intro .l-container .l-wrapper strong {
  font-size: 0.18rem;
  line-height: 0.24rem;
  font-weight: 500;
  color: black;
}
@media screen and (min-width: 768px) {
  #seminar-info-intro .l-container .l-wrapper strong {
    font-size: 0.2rem;
    line-height: 0.29rem;
  }
}
#seminar-info-intro .l-container .l-wrapper span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 500;
  color: var(--color);
}
@media screen and (min-width: 768px) {
  #seminar-info-intro .l-container .l-wrapper span {
    font-size: 0.18rem;
    line-height: 0.26rem;
  }
}
@media screen and (min-width: 768px) {
  #seminar-info-intro .l-container .l-wrapper--new {
    width: 100%;
  }
}
#seminar-info-intro .l-container .l-wrapper--new::before {
  content: "新講座";
  position: absolute;
  left: -0.01rem;
  top: -0.31rem;
  z-index: 2;
  width: 0.67rem;
  height: 0.67rem;
  border-radius: 100%;
  background-color: #F7D80C;
  color: #2294D0;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #seminar-info-intro .l-container .l-wrapper--new::before {
    left: 0.19rem;
    width: 0.77rem;
    height: 0.77rem;
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}

#seminar-info-location .c-heading--side-border {
  margin-bottom: 0.11rem;
}
@media screen and (min-width: 768px) {
  #seminar-info-location .c-heading--side-border {
    margin-bottom: 0.2rem;
  }
}
#seminar-info-location iframe {
  display: block;
  width: 100%;
  height: 2.33rem;
}
@media screen and (min-width: 768px) {
  #seminar-info-location iframe {
    height: 2.78rem;
  }
}
#seminar-info-location .l-desc {
  font-size: 0.16rem;
  line-height: 0.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #seminar-info-location .l-desc {
    text-align: left;
    font-size: 0.18rem;
    line-height: 0.36rem;
  }
}

#seminar-info-timing .c-heading--side-border {
  margin-bottom: 0.11rem;
}
@media screen and (min-width: 768px) {
  #seminar-info-timing .c-heading--side-border {
    margin-bottom: 0.2rem;
  }
}
@media screen and (min-width: 768px) {
  #seminar-info-timing .l-padding {
    width: 5.68rem;
  }
}
#seminar-info-timing .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
#seminar-info-timing .l-container h3 {
  width: 100%;
  display: flex;
  align-items: center;
  border-top: 0.02rem solid #2294D0;
  border-bottom: 0.02rem solid #2294D0;
  color: #2294D0;
  padding-top: 0.07rem;
  padding-bottom: 0.11rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 0.19rem;
  font-feature-settings: "palt" 1;
}
@media screen and (min-width: 768px) {
  #seminar-info-timing .l-container h3 {
    font-size: 0.18rem;
    line-height: 0.26rem;
    padding-top: 0.07rem;
    padding-bottom: 0.09rem;
  }
}
#seminar-info-timing .l-text {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #seminar-info-timing .l-text {
    font-size: 0.16rem;
    line-height: 0.36rem;
  }
}
#seminar-info-timing .l-text a {
  color: #FF6E77;
  text-decoration: underline;
}
#seminar-info-timing .l-text ul li {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 400;
  display: flex;
}
#seminar-info-timing .l-text ul li::before {
  content: "・";
  flex: none;
}

#seminar-info-bunch .c-heading--side-border {
  margin-bottom: 0.11rem;
}
@media screen and (min-width: 768px) {
  #seminar-info-bunch .c-heading--side-border {
    margin-bottom: 0.2rem;
  }
}
#seminar-info-bunch .l-desc {
  margin-bottom: 0.22rem;
}
#seminar-info-bunch .l-box {
  width: 100%;
  padding: 0.2rem;
  border-radius: 0.15rem;
  border: 0.01rem solid #2294D0;
  background-color: white;
}
#seminar-info-bunch .l-box h2 {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 500;
  color: #2294D0;
  display: block;
  margin-bottom: 0.1rem;
}
@media screen and (min-width: 768px) {
  #seminar-info-bunch .l-box h2 {
    font-size: 0.18rem;
    line-height: 0.26rem;
    margin-bottom: 0.16rem;
  }
}
#seminar-info-bunch .l-box p {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #seminar-info-bunch .l-box p {
    font-size: 0.16rem;
    line-height: 0.32rem;
  }
}
#seminar-info-bunch .l-box small {
  display: block;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #seminar-info-bunch .l-box small {
    font-size: 0.16rem;
    line-height: 0.32rem;
  }
}
#seminar-info-bunch .l-box small::before {
  content: "★";
  color: #2294D0;
}

#seminar-info-visit .c-heading--side-border {
  margin-bottom: 0.25rem;
}

#seminar-info-price .c-heading--side-border {
  margin-bottom: 0.27rem;
}
@media screen and (min-width: 768px) {
  #seminar-info-price .c-heading--side-border {
    margin-bottom: 0.2rem;
  }
}
#seminar-info-price .p-table {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #seminar-info-price .p-table {
    margin-bottom: 0.2rem;
  }
}
#seminar-info-price .l-notify {
  display: flex;
  flex-direction: column;
  gap: 0.13rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 400;
}
#seminar-info-price .l-notify li {
  display: flex;
}
#seminar-info-price .l-notify li::before {
  content: "★";
  color: #2294D0;
  padding-right: 0.3em;
}

#seminar-info-flow .c-heading--side-border {
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  #seminar-info-flow .c-heading--side-border {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  #seminar-info-flow .l-padding {
    width: 6.5rem;
  }
}
#seminar-info-flow .l-access {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.1rem 0.15rem 0.11rem;
}
@media screen and (min-width: 768px) {
  #seminar-info-flow .l-access {
    flex-direction: row;
    padding: 0.06rem 0.11rem;
    justify-content: center;
  }
}
#seminar-info-flow .l-access span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #seminar-info-flow .l-access span {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
#seminar-info-flow .l-access strong {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.24rem;
  line-height: 0.33rem;
  letter-spacing: 0;
  font-weight: 600;
  color: #2294D0;
  display: flex;
  align-items: center;
  gap: 0.06rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #seminar-info-flow .l-access strong {
    font-size: 0.24rem;
    line-height: 0.33rem;
    margin-left: 0.15rem;
    margin-right: 0.05rem;
  }
}
#seminar-info-flow .l-access strong::before {
  content: "";
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  background-image: url("../img/common/icon_tel.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#seminar-info-flow .l-access small {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 500;
  color: #2294D0;
}
@media screen and (min-width: 768px) {
  #seminar-info-flow .l-access small {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}

/* SEMINAR COURSES */
#seminar-course .l-heading {
  width: 100%;
  text-align: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.34rem;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--color);
}
@media screen and (min-width: 768px) {
  #seminar-course .l-heading {
    font-size: 0.32rem;
    line-height: 0.5rem;
  }
}
#seminar-course .l-heading strong {
  color: #2294D0;
}
#seminar-course .l-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  align-items: center;
  width: 2.77rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #seminar-course .l-list {
    flex-direction: row;
    gap: 0.46rem;
    width: 100%;
    align-items: flex-start;
  }
}
#seminar-course .l-list .p-list--check {
  width: 100%;
}
#seminar-course .l-gallery {
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #seminar-course .l-gallery {
    flex-direction: row;
    gap: unset;
    justify-content: space-between;
  }
}
#seminar-course .l-gallery img {
  display: block;
  width: 2.27rem;
  height: 1.52rem;
}
@media screen and (min-width: 768px) {
  #seminar-course .l-gallery img {
    width: 2.55rem;
    height: 1.7rem;
  }
}
#seminar-course .l-lecturer-table {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  #seminar-course .l-lecturer-table {
    flex-direction: row;
    gap: unset;
    justify-content: space-between;
    align-items: flex-start;
  }
}
#seminar-course .l-lecturer-table__lecturer {
  width: 100%;
  flex: none;
}
@media screen and (min-width: 768px) {
  #seminar-course .l-lecturer-table__lecturer {
    width: 4.9rem;
  }
}
#seminar-course .l-lecturer-table__table {
  width: 2.8rem;
  flex: none;
}
#seminar-course .l-balloon {
  width: 1.5rem;
  height: 1.43rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 0.04rem;
}
@media screen and (min-width: 768px) {
  #seminar-course .l-balloon {
    flex: none;
    width: 1.88rem;
    height: 1.79rem;
  }
}
#seminar-course .l-balloon img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  filter: var(--filter-color);
}
#seminar-course .l-balloon span {
  position: relative;
  z-index: 2;
  color: white;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.34rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #seminar-course .l-balloon span {
    font-size: 0.24rem;
    line-height: 0.41rem;
    padding-bottom: 0.02rem;
  }
}
#seminar-course .l-map {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  #seminar-course .l-map {
    flex-direction: row;
    gap: unset;
  }
}
#seminar-course .l-map__text {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
@media screen and (min-width: 768px) {
  #seminar-course .l-map__text {
    width: 50%;
    flex: none;
  }
}
#seminar-course .l-map__text h2 {
  color: #2294D0;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.2rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 500;
}
#seminar-course .l-map__text p {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.32rem;
  letter-spacing: 0;
  font-weight: 400;
}
#seminar-course .l-map__map {
  width: 100%;
  height: 2.34rem;
}
@media screen and (min-width: 768px) {
  #seminar-course .l-map__map {
    width: 50%;
    height: 2.78rem;
    flex: none;
  }
}
#seminar-course .l-map__map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
#seminar-course .l-desc {
  width: 100%;
  text-align: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.3rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #seminar-course .l-desc {
    font-size: 0.2rem;
    line-height: 0.44rem;
  }
}
#seminar-course .l-catch {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #seminar-course .l-catch {
    gap: 0.5rem;
  }
}
#seminar-course .l-catch dl {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
@media screen and (min-width: 768px) {
  #seminar-course .l-catch dl {
    gap: 0.2rem;
  }
}
#seminar-course .l-catch dl dt {
  display: flex;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.32rem;
  letter-spacing: 0;
  font-weight: 700;
  gap: 0.2em;
  font-feature-settings: "palt" 1;
}
@media screen and (min-width: 768px) {
  #seminar-course .l-catch dl dt {
    font-size: 0.26rem;
    line-height: 0.37rem;
  }
}
#seminar-course .l-catch dl dt::before {
  content: "";
  border-radius: 100%;
  width: 0.9em;
  height: 0.9em;
  background-color: var(--color);
  flex: none;
  margin-top: 0.08rem;
}
@media screen and (min-width: 768px) {
  #seminar-course .l-catch dl dt::before {
    margin-top: 0.09rem;
  }
}
#seminar-course .l-catch dl dd {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 500;
  padding-left: 0.28rem;
  font-feature-settings: "palt" 1;
}
@media screen and (min-width: 768px) {
  #seminar-course .l-catch dl dd {
    font-size: 0.18rem;
    line-height: 0.36rem;
  }
}
#seminar-course .l-box {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  align-items: center;
  padding: 0.25rem 0.15rem 0.3rem;
  border: 0.015rem solid #2294D0;
  border-radius: 0.2rem;
  background-color: white;
}
@media screen and (min-width: 768px) {
  #seminar-course .l-box {
    padding: 0.3rem 1.08rem 0.31rem;
  }
}
#seminar-course .l-box h2 {
  color: #2294D0;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.21rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #seminar-course .l-box h2 {
    font-size: 0.22rem;
    line-height: 0.32rem;
  }
}
#seminar-course .l-box p {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #seminar-course .l-box p {
    text-align: left;
    font-size: 0.18rem;
    line-height: 0.36rem;
  }
}
#seminar-course .l-emphasis {
  text-align: center;
  display: block;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.32rem;
  letter-spacing: -0.04em;
  font-weight: 400;
  color: var(--color);
}
@media screen and (min-width: 768px) {
  #seminar-course .l-emphasis {
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 0.32rem;
    line-height: 0.46rem;
    letter-spacing: 0;
    font-weight: 400;
  }
}

#seminar-biz {
  --color: #2294D0;
  --bg-color: rgba(34, 148, 208, 0.1);
  --filter-color: brightness(0) saturate(100%) invert(47%) sepia(88%) saturate(451%) hue-rotate(156deg) brightness(90%) contrast(92%);
}
#seminar-biz #seminar-content {
  padding-top: 0.2rem;
  padding-bottom: 1.01rem;
}
@media screen and (min-width: 768px) {
  #seminar-biz #seminar-content {
    padding-top: 0.6rem;
    padding-bottom: 1.5rem;
  }
}
#seminar-biz .l-heading {
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #seminar-biz .l-heading {
    margin-bottom: 0.5rem;
  }
}
#seminar-biz .l-list {
  margin-bottom: 0.67rem;
}
@media screen and (min-width: 768px) {
  #seminar-biz .l-list {
    position: relative;
    margin-bottom: 0.8rem;
  }
  #seminar-biz .l-list .l-balloon {
    position: absolute;
    top: 0;
    left: -0.4rem;
  }
  #seminar-biz .l-list .p-list--check {
    margin-left: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#seminar-biz .l-gallery {
  margin-bottom: 0.67rem;
}
@media screen and (min-width: 768px) {
  #seminar-biz .l-gallery {
    margin-bottom: 0.8rem;
  }
}
#seminar-biz .l-lecturer-table {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #seminar-biz .l-lecturer-table {
    margin-bottom: 0.8rem;
  }
}
#seminar-biz .p-seminar-schedule {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #seminar-biz .p-seminar-schedule {
    margin-bottom: 0.8rem;
  }
}

#seminar-announce {
  --color: #2294D0;
  --bg-color: rgba(34, 148, 208, 0.1);
  --filter-color: brightness(0) saturate(100%) invert(47%) sepia(88%) saturate(451%) hue-rotate(156deg) brightness(90%) contrast(92%);
}
#seminar-announce #seminar-content {
  padding-top: 0.2rem;
  padding-bottom: 1.01rem;
}
@media screen and (min-width: 768px) {
  #seminar-announce #seminar-content {
    padding-top: 0.6rem;
    padding-bottom: 1.5rem;
  }
}
#seminar-announce .l-heading {
  margin-bottom: 0.33rem;
}
@media screen and (min-width: 768px) {
  #seminar-announce .l-heading {
    margin-bottom: 0.68rem;
  }
}
#seminar-announce .l-list {
  margin-bottom: 0.2rem;
  width: 3.09rem;
}
@media screen and (min-width: 768px) {
  #seminar-announce .l-list {
    width: 100%;
    position: relative;
    margin-bottom: 0.83rem;
  }
}
@media screen and (min-width: 768px) {
  #seminar-announce .l-list .p-list--check {
    flex-grow: 1;
  }
}
#seminar-announce .l-list .p-list--check li {
  flex-grow: 1;
  text-align: right;
}
@media screen and (min-width: 768px) {
  #seminar-announce .l-list .p-list--check li {
    text-align: left;
  }
}
#seminar-announce .l-desc {
  margin-bottom: 0.49rem;
}
@media screen and (min-width: 768px) {
  #seminar-announce .l-desc {
    margin-bottom: 0.79rem;
  }
}
#seminar-announce .l-gallery {
  margin-bottom: 0.67rem;
}
@media screen and (min-width: 768px) {
  #seminar-announce .l-gallery {
    margin-bottom: 0.8rem;
  }
}
#seminar-announce .l-lecturer-table {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #seminar-announce .l-lecturer-table {
    margin-bottom: 0.8rem;
  }
}
#seminar-announce .p-seminar-schedule {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #seminar-announce .p-seminar-schedule {
    margin-bottom: 0.8rem;
  }
}

#seminar-talk {
  --color: #E37A00;
  --bg-color: rgba(247, 216, 12, 0.1);
  --filter-color: brightness(0) saturate(100%) invert(44%) sepia(51%) saturate(1234%) hue-rotate(2deg) brightness(104%) contrast(103%);
}
#seminar-talk #seminar-content {
  padding-top: 0.2rem;
  padding-bottom: 1.01rem;
}
@media screen and (min-width: 768px) {
  #seminar-talk #seminar-content {
    padding-top: 0.6rem;
    padding-bottom: 1.5rem;
  }
}
#seminar-talk .l-heading {
  margin-bottom: 0.35rem;
}
@media screen and (min-width: 768px) {
  #seminar-talk .l-heading {
    margin-bottom: 0.36rem;
  }
}
#seminar-talk .l-list {
  margin-bottom: 0.56rem;
}
@media screen and (min-width: 768px) {
  #seminar-talk .l-list {
    position: relative;
    margin-bottom: 0.79rem;
  }
  #seminar-talk .l-list .l-balloon {
    margin-left: 0.41rem;
  }
}
#seminar-talk .l-lecturer-table {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #seminar-talk .l-lecturer-table {
    margin-bottom: 0.8rem;
  }
}
#seminar-talk .p-seminar-schedule {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #seminar-talk .p-seminar-schedule {
    margin-bottom: 0.8rem;
  }
}

#seminar-read {
  --color: #E37A00;
  --bg-color: rgba(247, 216, 12, 0.1);
  --filter-color: brightness(0) saturate(100%) invert(44%) sepia(51%) saturate(1234%) hue-rotate(2deg) brightness(104%) contrast(103%);
}
#seminar-read #seminar-content {
  padding-top: 0.2rem;
  padding-bottom: 1.01rem;
}
@media screen and (min-width: 768px) {
  #seminar-read #seminar-content {
    padding-top: 0.6rem;
    padding-bottom: 1.5rem;
  }
}
#seminar-read .l-heading {
  margin-bottom: 0.15rem;
}
@media screen and (min-width: 768px) {
  #seminar-read .l-heading {
    margin-bottom: 0.34rem;
  }
}
#seminar-read .l-desc {
  margin-bottom: 0.47rem;
}
@media screen and (min-width: 768px) {
  #seminar-read .l-desc {
    margin-bottom: 0.69rem;
  }
}
#seminar-read .l-gallery {
  margin-bottom: 0.6rem;
}
@media screen and (min-width: 768px) {
  #seminar-read .l-gallery {
    margin-bottom: 0.87rem;
  }
}
#seminar-read .l-lecturer-table {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #seminar-read .l-lecturer-table {
    margin-bottom: 0.88rem;
  }
}
#seminar-read .p-seminar-schedule {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #seminar-read .p-seminar-schedule {
    margin-bottom: 0.8rem;
  }
}

#seminar-on-site {
  --color: #4EB981;
  --bg-color: rgba(78, 185, 129, 0.1);
  --filter-color: brightness(0) saturate(100%) invert(69%) sepia(16%) saturate(1194%) hue-rotate(96deg) brightness(89%) contrast(90%);
}
#seminar-on-site .l-desc {
  margin-top: 0.31rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.17rem;
  line-height: 0.25rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #seminar-on-site .l-desc {
    margin-top: 0.6rem;
    font-size: 0.26rem;
    line-height: 0.37rem;
  }
}
#seminar-on-site #seminar-content {
  padding-top: 0.23rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #seminar-on-site #seminar-content {
    padding-top: 0.43rem;
    padding-bottom: 1.51rem;
  }
}
#seminar-on-site .l-heading {
  margin-bottom: 0.15rem;
}
@media screen and (min-width: 768px) {
  #seminar-on-site .l-heading {
    margin-bottom: 0.34rem;
  }
}
#seminar-on-site .l-list {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #seminar-on-site .l-list {
    margin-bottom: 0.8rem;
  }
}
#seminar-on-site .c-heading--side-bar {
  margin-bottom: 0.45rem;
}
@media screen and (min-width: 768px) {
  #seminar-on-site .c-heading--side-bar {
    margin-bottom: 0.5rem;
  }
}
#seminar-on-site .l-catch {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #seminar-on-site .l-catch {
    margin-bottom: 0.5rem;
  }
}

#seminar-1on1 {
  --color: #4EB981;
  --bg-color: rgba(78, 185, 129, 0.1);
  --filter-color: brightness(0) saturate(100%) invert(69%) sepia(16%) saturate(1194%) hue-rotate(96deg) brightness(89%) contrast(90%);
}
#seminar-1on1 #seminar-content {
  padding-top: 0.2rem;
  padding-bottom: 1.01rem;
}
@media screen and (min-width: 768px) {
  #seminar-1on1 #seminar-content {
    padding-top: 0.6rem;
    padding-bottom: 1.5rem;
  }
}
#seminar-1on1 .l-heading {
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #seminar-1on1 .l-heading {
    margin-bottom: 0.5rem;
  }
}
#seminar-1on1 .l-list {
  margin: auto;
  margin-bottom: 0.64rem;
}
@media screen and (min-width: 768px) {
  #seminar-1on1 .l-list {
    margin-bottom: 0.6rem;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#seminar-1on1 .l-emphasis {
  margin-bottom: 0.64rem;
}
@media screen and (min-width: 768px) {
  #seminar-1on1 .l-emphasis {
    margin-bottom: 0.8rem;
  }
}
#seminar-1on1 .l-lecturer-table {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #seminar-1on1 .l-lecturer-table {
    margin-bottom: 0.8rem;
  }
}
#seminar-1on1 .p-seminar-schedule {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #seminar-1on1 .p-seminar-schedule {
    margin-bottom: 0.8rem;
  }
}

#seminar-online {
  --color: #F0888F;
  --bg-color: rgba(240, 136, 143, 0.1);
  --filter-color: brightness(0) saturate(100%) invert(88%) sepia(7%) saturate(6688%) hue-rotate(296deg) brightness(89%) contrast(111%);
}
#seminar-online #top-online-banner {
  pointer-events: none;
}
#seminar-online #seminar-content {
  padding-top: 0.18rem;
  padding-bottom: 1.01rem;
}
@media screen and (min-width: 768px) {
  #seminar-online #seminar-content {
    padding-top: 0.6rem;
    padding-bottom: 1.5rem;
  }
}
#seminar-online .l-heading {
  margin-bottom: 0.31rem;
}
@media screen and (min-width: 768px) {
  #seminar-online .l-heading {
    margin-bottom: 0.5rem;
  }
}
#seminar-online .l-list {
  margin-bottom: 0.25rem;
  width: 3.15rem;
}
@media screen and (min-width: 768px) {
  #seminar-online .l-list {
    position: relative;
    margin-bottom: 0.51rem;
    width: 100%;
  }
  #seminar-online .l-list .l-balloon {
    position: absolute;
    top: 0;
    left: -0.4rem;
  }
  #seminar-online .l-list .p-list--check {
    margin-left: auto;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    right: -0.2rem;
  }
}
#seminar-online .l-desc {
  margin-bottom: 0.31rem;
}
@media screen and (min-width: 768px) {
  #seminar-online .l-desc {
    margin-bottom: 0.86rem;
  }
}
#seminar-online .p-table--simple {
  width: 2.8rem;
  margin: auto;
  margin-bottom: 0.6rem;
}
@media screen and (min-width: 768px) {
  #seminar-online .p-table--simple {
    width: 7.36rem;
    margin-bottom: 0.5rem;
  }
}
#seminar-online .p-lecturer {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #seminar-online .p-lecturer {
    width: 4.9rem;
    margin: auto;
    margin-bottom: 0.69rem;
  }
}
#seminar-online .c-heading--side-bar {
  --color: #2294D0;
  margin-bottom: 0.16rem;
  gap: 0.16rem;
}
@media screen and (min-width: 768px) {
  #seminar-online .c-heading--side-bar {
    margin-bottom: 0.42rem;
    gap: 0.2rem;
  }
}
#seminar-online .c-heading--side-bar::before {
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  #seminar-online .c-heading--side-bar::before {
    flex-grow: 0;
  }
}
#seminar-online .c-heading--side-bar::after {
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  #seminar-online .c-heading--side-bar::after {
    flex-grow: 0;
  }
}
#seminar-online .l-flow {
  padding-left: 0.2rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.38rem;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 0.2rem;
  font-feature-settings: "palt" 1;
}
@media screen and (min-width: 768px) {
  #seminar-online .l-flow {
    padding-left: 0.36rem;
    margin-bottom: 0.36rem;
    font-size: 0.18rem;
    line-height: 0.46rem;
  }
}
#seminar-online .l-caution {
  color: #FF3900;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #seminar-online .l-caution {
    padding-left: 0.14rem;
    font-size: 0.18rem;
    line-height: 0.26rem;
  }
}

#seminar-workshop {
  --color: #2294D0;
  --bg-color: rgba(34, 148, 208, 0.1);
  --filter-color: brightness(0) saturate(100%) invert(47%) sepia(88%) saturate(451%) hue-rotate(156deg) brightness(90%) contrast(92%);
}
#seminar-workshop #seminar-content {
  padding-top: 0.3rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  #seminar-workshop #seminar-content {
    padding-top: 0.47rem;
    padding-bottom: 1.5rem;
  }
}
#seminar-workshop .l-top-image {
  width: 3.25rem;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 0.39rem;
}
@media screen and (min-width: 768px) {
  #seminar-workshop .l-top-image {
    width: 100%;
    margin-bottom: 0.49rem;
  }
}
#seminar-workshop .l-top-image img {
  display: block;
  width: 100%;
  height: auto;
}
#seminar-workshop .p-workshop {
  width: 3.25rem;
  margin: auto;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  #seminar-workshop .p-workshop {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
#seminar-workshop .p-lecturer {
  margin-bottom: 0.81rem;
}
@media screen and (min-width: 768px) {
  #seminar-workshop .p-lecturer {
    width: 4.9rem;
    margin: auto;
    margin-bottom: 0.49rem;
  }
}
#seminar-workshop .c-btn--icon--mic {
  width: 100%;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #seminar-workshop .c-btn--icon--mic {
    margin-bottom: 0.79rem;
    height: 1.02rem;
    gap: 0.37rem;
  }
  #seminar-workshop .c-btn--icon--mic span {
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 0.3rem;
    line-height: 0.56rem;
    letter-spacing: 0;
    font-weight: 600;
  }
}
#seminar-workshop .c-heading--side-bar {
  --color: #2294D0;
  margin-bottom: 0.3rem;
  gap: 0.16rem;
}
@media screen and (min-width: 768px) {
  #seminar-workshop .c-heading--side-bar {
    margin-bottom: 0.5rem;
    gap: 0.2rem;
  }
}
#seminar-workshop .c-heading--side-bar::before {
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  #seminar-workshop .c-heading--side-bar::before {
    flex-grow: 0;
  }
}
#seminar-workshop .c-heading--side-bar::after {
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  #seminar-workshop .c-heading--side-bar::after {
    flex-grow: 0;
  }
}
@media screen and (min-width: 768px) {
  #seminar-workshop .p-flow {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}

#seminar-lecturers {
  --color: #2294D0;
  --bg-color: rgba(34, 148, 208, 0.1);
  --filter-color: brightness(0) saturate(100%) invert(47%) sepia(88%) saturate(451%) hue-rotate(156deg) brightness(90%) contrast(92%);
}
#seminar-lecturers #seminar-content {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #seminar-lecturers #seminar-content {
    padding-top: 1rem;
    padding-bottom: 1.51rem;
  }
}

#seminar-access {
  --color: #2294D0;
  --bg-color: rgba(247, 216, 12, 0.1);
  --filter-color: brightness(0) saturate(100%) invert(47%) sepia(88%) saturate(451%) hue-rotate(156deg) brightness(90%) contrast(92%);
}
#seminar-access #seminar-content {
  padding-top: 0.33rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  #seminar-access #seminar-content {
    padding-top: 0.84rem;
    padding-bottom: 1.52rem;
  }
}
#seminar-access .l-heading {
  color: #2294D0;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.32rem;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 0.2rem;
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #seminar-access .l-heading {
    font-size: 0.24rem;
    line-height: 0.35rem;
    margin-bottom: 0.23rem;
  }
}
#seminar-access .l-desc {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.19rem;
  line-height: 0.39rem;
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #seminar-access .l-desc {
    font-size: 0.2rem;
    line-height: 0.4rem;
    margin-bottom: 0.4rem;
  }
}
#seminar-access .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
@media screen and (min-width: 768px) {
  #seminar-access .l-container {
    flex-direction: row;
    justify-content: space-between;
    gap: 0.94rem 0.2rem;
    flex-wrap: wrap;
  }
}
#seminar-access .l-container .l-wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #seminar-access .l-container .l-wrapper {
    width: 3.8rem;
  }
}
#seminar-access .l-container .l-wrapper img {
  display: block;
  width: 100%;
  height: 2.24rem;
}
@media screen and (min-width: 768px) {
  #seminar-access .l-container .l-wrapper img {
    height: 2.59rem;
  }
}
#seminar-access .l-container .l-wrapper figcaption {
  display: block;
  text-align: center;
  margin-top: 0.12rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 400;
}
#seminar-access .l-container .l-wrapper iframe {
  height: 2.24rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #seminar-access .l-container .l-wrapper iframe {
    height: 2.59rem;
  }
}

#seminar-price {
  --color: #2294D0;
  --bg-color: rgba(78, 185, 129, 0.1);
  --filter-color: brightness(0) saturate(100%) invert(47%) sepia(88%) saturate(451%) hue-rotate(156deg) brightness(90%) contrast(92%);
}
#seminar-price #seminar-content {
  padding-top: 0.28rem;
  padding-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #seminar-price #seminar-content {
    padding-top: 0.8rem;
    padding-bottom: 1.5rem;
  }
}
#seminar-price .c-heading--side-border {
  margin-bottom: 0.28rem;
}
@media screen and (min-width: 768px) {
  #seminar-price .c-heading--side-border {
    margin-bottom: 0.2rem;
  }
}
@media screen and (min-width: 768px) {
  #seminar-price .l-padding {
    padding-left: 0.2rem;
  }
}
#seminar-price .p-table {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #seminar-price .p-table {
    margin-bottom: 0.2rem;
  }
}
#seminar-price .l-notify {
  display: flex;
  flex-direction: column;
  gap: 0.13rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 400;
}
#seminar-price .l-notify li {
  display: flex;
}
#seminar-price .l-notify li::before {
  content: "★";
  color: #2294D0;
  padding-right: 0.3em;
}

#seminar-faq {
  --color: #2294D0;
  --bg-color: rgba(34, 148, 208, 0.1);
  --filter-color: brightness(0) saturate(100%) invert(47%) sepia(88%) saturate(451%) hue-rotate(156deg) brightness(90%) contrast(92%);
}
#seminar-faq #seminar-content {
  padding-top: 0.38rem;
  padding-bottom: 0.44rem;
}
@media screen and (min-width: 768px) {
  #seminar-faq #seminar-content {
    padding-top: 0.8rem;
    padding-bottom: 1.5rem;
  }
}
#seminar-faq .c-heading--small {
  margin-bottom: 0.47rem;
}
@media screen and (min-width: 768px) {
  #seminar-faq .c-heading--small {
    margin-bottom: 0.3rem;
  }
}

#seminar-application {
  --color: #4EB981;
  --bg-color: rgba(78, 185, 129, 0.1);
  --elm-color: rgba(78, 185, 129, 0.03);
  --elm-border-color: rgba(0, 0, 0, 0.15);
}

#seminar-contact {
  --color: #2294D0;
  --bg-color: rgba(34, 148, 208, 0.1);
  --elm-color: rgba(34, 148, 208, 0.03);
  --elm-border-color: rgba(0, 0, 0, 0.15);
  --filter-color: brightness(0) saturate(100%) invert(47%) sepia(88%) saturate(451%) hue-rotate(156deg) brightness(90%) contrast(92%);
}

#seminar-form .l-heading--simple {
  width: 100%;
  background-color: var(--color);
  color: white;
  padding-top: 0.16rem;
  padding-bottom: 0.18rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  min-height: 1.22rem;
}
@media screen and (min-width: 768px) {
  #seminar-form .l-heading--simple {
    padding-top: 0.3rem;
    padding-bottom: 0.39rem;
    min-height: 2.4rem;
  }
}
#seminar-form .l-heading--simple span {
  display: flex;
  align-items: center;
  gap: 0.12rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #seminar-form .l-heading--simple span {
    font-size: 0.21rem;
    line-height: 0.3rem;
    margin-bottom: 0.24rem;
  }
}
#seminar-form .l-heading--simple span img {
  display: block;
  width: 1.13rem;
  height: 0.27rem;
}
#seminar-form .l-heading--simple strong {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.28rem;
  line-height: 0.4rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #seminar-form .l-heading--simple strong {
    font-size: 0.46rem;
    line-height: 0.66rem;
    margin-bottom: 0.1rem;
  }
}
#seminar-form .l-heading--simple small {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #seminar-form .l-heading--simple small {
    font-size: 0.26rem;
    line-height: 0.36rem;
  }
}
#seminar-form .l-heading {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.24rem;
  line-height: 0.35rem;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 0.3rem;
  color: var(--color);
  text-align: center;
}
@media screen and (min-width: 768px) {
  #seminar-form .l-heading {
    font-size: 0.32rem;
    line-height: 0.46rem;
    margin-bottom: 0.4rem;
  }
}
#seminar-form .l-desc {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 0.3rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #seminar-form .l-desc {
    margin-bottom: 0.42rem;
  }
}
#seminar-form .l-contact {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #seminar-form .l-contact {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
#seminar-form .l-contact span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #seminar-form .l-contact span {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
#seminar-form .l-contact strong {
  display: flex;
  align-items: center;
  gap: 0.065rem;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.24rem;
  line-height: 0.33rem;
  letter-spacing: 0;
  font-weight: 600;
  margin-top: 0.02rem;
}
@media screen and (min-width: 768px) {
  #seminar-form .l-contact strong {
    margin-left: 0.14rem;
    margin-right: 0.05rem;
  }
}
#seminar-form .l-contact strong::before {
  content: "";
  flex: none;
  width: 0.2rem;
  height: 0.2rem;
  background-image: url("../img/common/icon_tel.svg");
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0);
}
#seminar-form .l-contact small {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 500;
}
#seminar-form .l-faq {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #seminar-form .l-faq {
    margin-bottom: 0.6rem;
  }
}
#seminar-form .l-faq h3 {
  display: flex;
  gap: 0.09rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.15rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 400;
}
#seminar-form .l-faq h3::before {
  content: "";
  margin-top: 0.02rem;
  width: 0.15rem;
  height: 0.13rem;
  background-color: var(--color);
  -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
          clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
}
#seminar-form .l-faq h3::after {
  content: "";
  margin-top: 0.02rem;
  width: 0.15rem;
  height: 0.13rem;
  background-color: var(--color);
  -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
          clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
}
#seminar-form .l-faq .c-btn--icon--question {
  margin: auto;
}
@media screen and (min-width: 768px) {
  #seminar-form .p-form {
    padding-left: unset;
  }
}
#seminar-form .p-form__content--general {
  border-left: 0.05rem solid var(--color);
  gap: 0;
}
#seminar-form .p-form__item {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  border: 0.01rem solid var(--color);
  border-bottom: unset;
}
#seminar-form .p-form__item:nth-last-of-type(1) {
  border-bottom: 0.01rem solid var(--color);
}
@media screen and (min-width: 768px) {
  #seminar-form .p-form__item {
    flex-direction: row;
  }
}
#seminar-form .p-form__item:has(small:not(:empty)) .p-form__item--input {
  padding-bottom: 0.47rem;
}
#seminar-form .p-form__item:has([required]) .p-form__item--name strong::after {
  content: "※必須";
  color: #D02222;
  padding-left: 1em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #seminar-form .p-form__item:has([required]) .p-form__item--name strong::after {
    padding-left: unset;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 0.14rem;
    line-height: 0.2rem;
    letter-spacing: 0;
    font-weight: 400;
  }
}
#seminar-form .p-form__item input[type=text], #seminar-form .p-form__item input[type=email], #seminar-form .p-form__item input[type=number], #seminar-form .p-form__item select, #seminar-form .p-form__item textarea {
  background-color: var(--elm-color);
  border-color: var(--elm-border-color);
}
#seminar-form .p-form__item input[type=text], #seminar-form .p-form__item input[type=email] {
  width: 100%;
  height: 0.5rem;
}
#seminar-form .p-form__item [data-type=g-zip-code] {
  width: 2.2rem;
  height: 0.5rem;
}
@media screen and (min-width: 768px) {
  #seminar-form .p-form__item [data-type=g-zip-code] {
    width: 2.2rem;
  }
}
#seminar-form .p-form__item [data-type=g-age] {
  width: 1.14rem;
}
#seminar-form .p-form__item--name {
  height: 0.39rem;
  width: 100%;
  background-color: var(--bg-color);
  display: flex;
  align-items: center;
  padding-left: 0.11rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 400;
  word-break: keep-all;
}
@media screen and (min-width: 768px) {
  #seminar-form .p-form__item--name {
    height: auto;
    flex: none;
    width: 1.75rem;
    align-items: flex-start;
    padding: 0.2rem;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 0.18rem;
    line-height: 0.26rem;
    letter-spacing: 0;
    font-weight: 400;
  }
}
#seminar-form .p-form__item--name small {
  color: #D02222;
  position: absolute;
  bottom: 0.2rem;
  left: 0.18rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #seminar-form .p-form__item--name small {
    left: 1.95rem;
  }
}
#seminar-form .p-form__item--input {
  padding: 0.2rem 0.18rem;
  background-color: white;
}
@media screen and (min-width: 768px) {
  #seminar-form .p-form__item--input {
    width: 100%;
    padding: 0.21rem 0.23rem 0.2rem;
  }
}
#seminar-form .p-form__radio {
  gap: 0.15rem;
  flex-direction: column;
  padding-right: 0.1rem;
}
@media screen and (min-width: 768px) {
  #seminar-form .p-form__radio {
    gap: 0.13rem;
  }
}
#seminar-form .p-form__radio label {
  gap: 0.05rem;
}
#seminar-form .p-form__radio label span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.21rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #seminar-form .p-form__radio label span {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
#seminar-form .p-form__radio input[type=radio] {
  width: 0.22rem;
  height: 0.22rem;
}
#seminar-form .p-form__select {
  padding: 0.2rem 0.18rem;
  background-color: white;
}
#seminar-form .p-form__bottom {
  margin-top: 0.3rem;
}
#seminar-form .p-form__bottom--button {
  flex-direction: column;
  gap: 0.3rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #seminar-form .p-form__bottom--button {
    flex-direction: row;
    justify-content: center;
  }
}
#seminar-form .p-form__bottom--button input {
  width: 2.3rem;
}
#seminar-form .p-form__bottom--button input[type=reset] {
  background-color: #AFAFAF;
}

#seminar-form-content {
  padding-top: 0.3rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  #seminar-form-content {
    padding-top: 0.6rem;
    padding-bottom: 1.5rem;
  }
}

/* RECRUIT PAGE */
#recruit-button {
  position: fixed;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #F7D80C;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.24rem;
  line-height: 0.33rem;
  letter-spacing: 0;
  font-weight: 600;
  font-style: italic;
  color: #251E00;
  border: 0.02rem solid #251E00;
  gap: 0.035rem;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 100%;
  scale: 0.6;
  transition: 0.3s;
  right: 0rem;
  bottom: 0rem;
}
@media screen and (min-width: 768px) {
  #recruit-button {
    scale: 1;
    bottom: 0.3rem;
    right: 0.5rem;
  }
}
#recruit-button:hover {
  opacity: 1;
  background-color: #251E00;
}
#recruit-button:hover span {
  filter: brightness(0) saturate(100%) invert(64%) sepia(81%) saturate(455%) hue-rotate(11deg) brightness(109%) contrast(104%);
}
#recruit-button:hover::after {
  filter: brightness(0) saturate(100%) invert(64%) sepia(81%) saturate(455%) hue-rotate(11deg) brightness(109%) contrast(104%);
}
#recruit-button::after {
  content: "";
  width: 0.18rem;
  height: 0.18rem;
  background-image: url("../img/recruit/arrow_right_bold.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
}
#recruit-button span {
  transition: 0.3s;
}

#recruit-fv {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 6.76rem;
  background-image: url("../img/recruit/fv.sp.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  margin-top: -0.2rem;
}
@media screen and (min-width: 768px) {
  #recruit-fv {
    margin-top: unset;
    height: 6.9rem;
    background-image: url("../img/recruit/fv.pc.webp");
  }
}
#recruit-fv .l-catch {
  position: absolute;
  display: block;
  width: 3.27rem;
  height: 2.99rem;
  top: 1.86rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../img/recruit/fv_catch.sp.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #recruit-fv .l-catch {
    width: 5.86rem;
    height: 2.07rem;
    top: 2.27rem;
    left: 50%;
    transform: translateX(-5.6rem);
    background-image: url("../img/recruit/fv_catch.pc.svg");
  }
}
#recruit-fv .l-catch span {
  display: none;
}
#recruit-fv .l-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #recruit-fv .l-nav {
    gap: 0.2rem;
    justify-content: center;
  }
}
#recruit-fv .l-nav__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  flex: none;
  border-radius: 0.2rem 0.2rem 0 0;
  width: 1.8rem;
  height: 0.8rem;
  transition: 0.3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #recruit-fv .l-nav__wrapper {
    width: 4.6rem;
    height: 1.04rem;
    gap: 0.25rem;
    align-items: center;
    padding-left: 0.3rem;
    padding-right: 0.2rem;
  }
}
#recruit-fv .l-nav__wrapper:hover {
  background-color: #F7D80C;
  opacity: 1;
}
#recruit-fv .l-nav__wrapper:hover .l-nav__arrow {
  background-color: #2294D0;
}
#recruit-fv .l-nav__wrapper:hover .l-nav__arrow::before {
  filter: brightness(0) invert(1);
}
#recruit-fv .l-nav__name {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #recruit-fv .l-nav__name {
    flex-direction: row;
    gap: 0.26rem;
  }
}
#recruit-fv .l-nav__name strong {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.24rem;
  line-height: 0.33rem;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #recruit-fv .l-nav__name strong {
    font-size: 0.28rem;
    line-height: 0.39rem;
  }
}
#recruit-fv .l-nav__name span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 500;
  color: #2294D0;
}
@media screen and (min-width: 768px) {
  #recruit-fv .l-nav__name span {
    font-size: 0.14rem;
    line-height: 0.2rem;
  }
}
#recruit-fv .l-nav__arrow {
  display: none;
}
@media screen and (min-width: 768px) {
  #recruit-fv .l-nav__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    border-radius: 100%;
    border: 0.01rem solid #2294D0;
    width: 0.69rem;
    height: 0.69rem;
    transition: 0.3s;
  }
  #recruit-fv .l-nav__arrow::before {
    transition: 0.3s;
    content: "";
    width: 0.16rem;
    height: 0.16rem;
    background-image: url("../img/recruit/arrow_right.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}

#recruit-top {
  background-color: white;
  position: relative;
}
@media screen and (min-width: 768px) {
  #recruit-top {
    overflow: hidden;
  }
}
#recruit-top .l-bg {
  position: absolute;
  max-width: unset;
  filter: blur(0.5rem);
}
#recruit-top .l-bg:nth-of-type(1) {
  top: -0.52rem;
  right: -1.85rem;
  width: 3.96rem;
  height: 3.77rem;
  background-image: url("../img/recruit/bg1.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #recruit-top .l-bg:nth-of-type(1) {
    width: 5.66rem;
    height: 5.39rem;
    right: unset;
    top: 1.72rem;
    left: calc(50% + 3.33rem);
  }
}
#recruit-top .l-bg:nth-of-type(2) {
  top: 8.53rem;
  left: -1.62rem;
  width: 3.96rem;
  height: 3.77rem;
  background-image: url("../img/recruit/bg2.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #recruit-top .l-bg:nth-of-type(2) {
    width: 5.66rem;
    height: 5.39rem;
    left: unset;
    top: 2.4rem;
    right: calc(50% + 2.63rem);
  }
}
#recruit-top .l-bg:nth-of-type(3) {
  top: 17.4rem;
  right: -1.85rem;
  width: 3.96rem;
  height: 3.77rem;
  background-image: url("../img/recruit/bg3.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #recruit-top .l-bg:nth-of-type(3) {
    width: 5.66rem;
    height: 5.39rem;
    right: unset;
    top: 11.51rem;
    left: calc(50% - 0.86rem);
  }
}

#recruit-about {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #recruit-about {
    padding-top: 0.63rem;
    padding-bottom: 0.72rem;
  }
}
#recruit-about .c-heading--vertical {
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #recruit-about .c-heading--vertical {
    margin-bottom: 0.51rem;
  }
}
@media screen and (min-width: 768px) {
  #recruit-about .l-content {
    display: flex;
    position: relative;
    gap: 0.6rem;
  }
}
#recruit-about .l-container {
  position: relative;
  padding-top: 0.39rem;
  padding-left: 0.25rem;
}
@media screen and (min-width: 768px) {
  #recruit-about .l-container {
    padding-top: 0.82rem;
    padding-left: 0.8rem;
    width: 5rem;
    height: -moz-fit-content;
    height: fit-content;
    flex: none;
  }
}
#recruit-about .l-container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.005rem;
  height: 100%;
  background-color: #2294D0;
}
@media screen and (min-width: 768px) {
  #recruit-about .l-container::before {
    left: 0.2rem;
  }
}
#recruit-about .l-image {
  display: none;
}
@media screen and (min-width: 768px) {
  #recruit-about .l-image {
    padding-top: 0.8rem;
    display: flex;
    flex-direction: column;
    gap: 0.49rem;
    width: 5.6rem;
    flex: none;
  }
}
#recruit-about .l-image img {
  display: block;
}
#recruit-about .l-image img:nth-of-type(1) {
  max-width: unset;
  width: 50vw;
  height: 3.69rem;
  border-radius: 0.5rem 0 0 0.5rem;
}
#recruit-about .l-image img:nth-of-type(2) {
  width: 100%;
  height: 3.69rem;
  border-radius: 0.5rem;
}
#recruit-about .l-catch {
  color: #2294D0;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.17rem;
  line-height: 0.4rem;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 0.6rem;
}
@media screen and (min-width: 768px) {
  #recruit-about .l-catch {
    max-width: unset;
    width: 6.24rem;
    position: absolute;
    top: 0rem;
    transform: translateY(-100%);
    left: 4.01rem;
    font-size: 0.24rem;
    line-height: 0.52rem;
  }
}
#recruit-about .l-wrapper img {
  margin-bottom: 0.3rem;
}
#recruit-about .l-wrapper h3 {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.24rem;
  line-height: 0.38rem;
  letter-spacing: 0;
  font-weight: 500;
  display: block;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  #recruit-about .l-wrapper h3 {
    font-size: 0.26rem;
    line-height: 0.44rem;
    margin-bottom: 0.2rem;
  }
}
#recruit-about .l-wrapper p {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #recruit-about .l-wrapper p {
    width: 4.2rem;
  }
}
#recruit-about #recruit-about-content1 {
  position: relative;
  padding-bottom: 0.18rem;
}
@media screen and (min-width: 768px) {
  #recruit-about #recruit-about-content1 {
    padding-bottom: 0.55rem;
  }
}
#recruit-about #recruit-about-content1::after {
  content: "";
  width: 3.5rem;
  height: 0.005rem;
  background-color: #2294D0;
  position: absolute;
  bottom: 0;
  left: -0.45rem;
}
@media screen and (min-width: 768px) {
  #recruit-about #recruit-about-content1::after {
    left: -0.8rem;
    width: 5rem;
  }
}
#recruit-about #recruit-about-content1 img {
  max-width: unset;
  width: 3.3rem;
  height: 2.58rem;
  border-radius: 0.3rem 0 0 0.3rem;
}
#recruit-about #recruit-about-content2 {
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #recruit-about #recruit-about-content2 {
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
  }
}
#recruit-about #recruit-about-content2 img {
  width: 3.05rem;
  height: 2.01rem;
  border-radius: 0.3rem;
}

#recruit-workspace {
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  #recruit-workspace {
    padding-bottom: 1.6rem;
  }
}
#recruit-workspace .c-heading--vertical {
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #recruit-workspace .c-heading--vertical {
    margin-bottom: 0.5rem;
  }
}
#recruit-workspace .l-container {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #recruit-workspace .l-container {
    margin-bottom: 0.71rem;
  }
}
#recruit-workspace .l-container::before {
  content: "";
  position: absolute;
  width: 0.005rem;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #2294D0;
}
@media screen and (min-width: 768px) {
  #recruit-workspace .l-container::before {
    left: 0.2rem;
  }
}
#recruit-workspace .l-container .l-wrapper {
  padding-top: 0.5rem;
  padding-left: 0.25rem;
  padding-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #recruit-workspace .l-container .l-wrapper {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    padding-left: 0.8rem;
    padding-right: 0.4rem;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  #recruit-workspace .l-container .l-wrapper:nth-of-type(1) {
    padding-top: 0.23rem;
  }
}
#recruit-workspace .l-container .l-wrapper:nth-of-type(n+2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.2rem;
  width: 3.5rem;
  height: 0.005rem;
  background-color: #2294D0;
}
@media screen and (min-width: 768px) {
  #recruit-workspace .l-container .l-wrapper:nth-of-type(n+2)::before {
    left: 0;
    width: 100%;
  }
}
#recruit-workspace .l-container .l-item {
  display: flex;
  flex-direction: column;
  gap: 0.17rem;
}
@media screen and (min-width: 768px) {
  #recruit-workspace .l-container .l-item {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
}
#recruit-workspace .l-container .l-item span {
  color: #2294D0;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.18rem;
  line-height: 0.25rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #recruit-workspace .l-container .l-item span {
    width: 2.09rem;
  }
}
#recruit-workspace .l-container .l-item strong {
  font-size: 0.24rem;
  line-height: 0.38rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #recruit-workspace .l-container .l-item strong {
    font-size: 0.26rem;
    line-height: 0.44rem;
  }
}
#recruit-workspace .l-container .l-desc {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #recruit-workspace .l-container .l-desc {
    width: 4.68rem;
  }
}
#recruit-workspace .l-slider {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 3.75rem;
  padding-bottom: 0.21rem;
  overflow: hidden;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  #recruit-workspace .l-slider {
    width: 100%;
    padding-bottom: 2.0833333333vw;
    margin-bottom: 1.5rem;
  }
}
#recruit-workspace .l-slider .swiper {
  overflow: initial;
}
#recruit-workspace .l-slider .swiper-wrapper {
  transition-timing-function: linear;
  overflow: initial;
}
#recruit-workspace .l-slider .swiper-slide {
  display: block;
}
#recruit-workspace .l-slider .swiper-slide:nth-of-type(2n+1) {
  position: relative;
  top: 0.21rem;
}
@media screen and (min-width: 768px) {
  #recruit-workspace .l-slider .swiper-slide:nth-of-type(2n+1) {
    top: 2.0833333333vw;
  }
}
#recruit-workspace .l-direction {
  width: 100%;
  height: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  border: 0.01rem solid black;
  padding-left: 0.34rem;
}
@media screen and (min-width: 768px) {
  #recruit-workspace .l-direction {
    gap: 0.39rem;
    padding-left: unset;
    height: 2rem;
  }
}
#recruit-workspace .l-direction:hover {
  opacity: 1;
}
#recruit-workspace .l-direction:hover div {
  background-color: #F7D80C;
}
#recruit-workspace .l-direction:hover h3 {
  opacity: 0.7;
}
#recruit-workspace .l-direction h3 {
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  #recruit-workspace .l-direction h3 {
    gap: 0.04rem;
  }
}
#recruit-workspace .l-direction h3 strong {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.29rem;
  line-height: 0.4rem;
  letter-spacing: 0;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #recruit-workspace .l-direction h3 strong {
    font-size: 0.43rem;
    line-height: 0.6rem;
  }
}
#recruit-workspace .l-direction h3 span {
  color: #2294D0;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.21rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #recruit-workspace .l-direction h3 span {
    font-size: 0.22rem;
    line-height: 0.32rem;
  }
}
#recruit-workspace .l-direction div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  border-radius: 100%;
  border: 0.01rem solid #2294D0;
  width: 0.6rem;
  height: 0.6rem;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  #recruit-workspace .l-direction div {
    width: 0.69rem;
    height: 0.69rem;
  }
}
#recruit-workspace .l-direction div::before {
  transition: 0.3s;
  content: "";
  width: 0.14rem;
  height: 0.14rem;
  background-image: url("../img/recruit/arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #recruit-workspace .l-direction div::before {
    width: 0.16rem;
    height: 0.16rem;
  }
}

#recruit-info {
  overflow: hidden;
}

#recruit-info-direction .u-width--335-1120 {
  padding-top: 1rem;
  padding-bottom: 0.8rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #recruit-info-direction .u-width--335-1120 {
    padding-top: 1.37rem;
    padding-bottom: 1.5rem;
  }
}
#recruit-info-direction .l-heading {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.64rem;
  line-height: 0.89rem;
  letter-spacing: 0;
  font-weight: 600;
  color: white;
  position: absolute;
  top: 0.14rem;
  left: -0.07rem;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #2294D0;
  opacity: 0.15;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (min-width: 768px) {
  #recruit-info-direction .l-heading {
    font-size: 0.8rem;
    line-height: 1.12rem;
    top: 0.25rem;
    left: -1.66rem;
  }
}
#recruit-info-direction .l-heading--small {
  display: flex;
  font-size: 0.22rem;
  line-height: 0.32rem;
  letter-spacing: 0;
  font-weight: 500;
  gap: 0.12rem;
  margin-bottom: 0.3rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #recruit-info-direction .l-heading--small {
    font-size: 0.28rem;
    line-height: 0.4rem;
    gap: 0.15rem;
  }
}
#recruit-info-direction .l-heading--small::before {
  content: "";
  flex: none;
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 100%;
  background-color: #2294D0;
  margin-top: 0.02rem;
}
@media screen and (min-width: 768px) {
  #recruit-info-direction .l-heading--small::before {
    width: 0.2rem;
    height: 0.2rem;
  }
}
#recruit-info-direction .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
@media screen and (min-width: 768px) {
  #recruit-info-direction .l-container {
    gap: 1rem;
    padding-left: 0.8rem;
  }
}
#recruit-info-direction .l-container .l-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #recruit-info-direction .l-container .l-wrapper {
    width: 5.92rem;
    gap: 0.5rem;
  }
}
#recruit-info-direction .l-container .l-info {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
@media screen and (min-width: 768px) {
  #recruit-info-direction .l-container .l-info {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
}
#recruit-info-direction .l-container .l-info__name {
  display: flex;
  flex-direction: column;
}
#recruit-info-direction .l-container .l-info__name span {
  color: #2294D0;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.18rem;
  line-height: 0.25rem;
  letter-spacing: 0;
  font-weight: 500;
}
#recruit-info-direction .l-container .l-info__name strong {
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.3rem;
  line-height: 0.44rem;
  letter-spacing: 0;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #recruit-info-direction .l-container .l-info__name strong {
    flex-direction: row;
    align-items: baseline;
  }
}
#recruit-info-direction .l-container .l-info__name strong small {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #recruit-info-direction .l-container .l-info__name--vertical {
    flex-direction: column !important;
  }
}
#recruit-info-direction .l-container .l-info__link {
  width: 1.3rem;
  height: 0.6rem;
  border-radius: 1rem;
  border: 0.01rem solid #2294D0;
  color: #2294D0;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.06rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 500;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 768px) {
  #recruit-info-direction .l-container .l-info__link {
    width: 1.71rem;
    gap: 0.26rem;
  }
}
#recruit-info-direction .l-container .l-info__link:hover {
  opacity: 1;
  background-color: #F7D80C;
}
#recruit-info-direction .l-container .l-info__link:hover::before {
  transform: translateX(0.02rem);
}
#recruit-info-direction .l-container .l-info__link::before {
  content: "";
  width: 0.17rem;
  height: 0.17rem;
  background-image: url("../img/recruit/arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  rotate: 90deg;
  transition: 0.3s;
}
#recruit-info-direction .l-container .l-image {
  max-width: unset;
  width: 3.56rem;
  height: 2.37rem;
}
@media screen and (min-width: 768px) {
  #recruit-info-direction .l-container .l-image {
    width: 37.9166666667vw;
    height: 3.69rem;
    position: absolute;
    top: -0.4rem;
    right: -0.56rem;
    transform: translateX(100%);
  }
}
#recruit-info-direction .l-container .l-image img {
  display: block;
  border-radius: 0.3rem 0 0 0.3rem;
  width: 100%;
  height: 100%;
}
#recruit-info-direction .l-container .l-content {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
#recruit-info-direction .l-container .l-content__catch {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #recruit-info-direction .l-container .l-content__catch {
    white-space: nowrap;
  }
}
#recruit-info-direction .l-container .l-content__detail {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 400;
}
#recruit-info-direction .l-container .l-content__detail ul li {
  display: flex;
}
#recruit-info-direction .l-container .l-content__detail ul li::before {
  content: "・";
}

#recruit-info-requirements {
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  #recruit-info-requirements {
    padding-bottom: 1.67rem;
  }
}
#recruit-info-requirements .l-heading {
  width: 3.26rem;
  height: 0.64rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F7D80C;
  color: #2294D0;
  border: 0.02rem solid #2294D0;
  border-radius: 2rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.21rem;
  line-height: 0.3rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #recruit-info-requirements .l-heading {
    width: 6.36rem;
    height: 1rem;
    font-size: 0.24rem;
    line-height: 0.35rem;
    margin-bottom: 1.2rem;
  }
}
#recruit-info-requirements .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  counter-reset: count 0;
}
@media screen and (min-width: 768px) {
  #recruit-info-requirements .l-container {
    gap: 0.6rem;
  }
}
#recruit-info-requirements .l-container .l-wrapper {
  counter-increment: count 1;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
@media screen and (min-width: 768px) {
  #recruit-info-requirements .l-container .l-wrapper {
    flex-direction: row;
  }
}
#recruit-info-requirements .l-container .l-subtitle {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #recruit-info-requirements .l-container .l-subtitle {
    align-items: flex-start;
    width: 2.64rem;
    flex: none;
  }
}
#recruit-info-requirements .l-container .l-subtitle::before {
  order: 1;
  content: counter(count);
  color: #2294D0;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.39rem;
  line-height: 0.55rem;
  letter-spacing: 0;
  font-weight: 500;
  padding-right: 0.05rem;
}
@media screen and (min-width: 768px) {
  #recruit-info-requirements .l-container .l-subtitle::before {
    padding-right: 0.14rem;
  }
}
#recruit-info-requirements .l-container .l-subtitle::after {
  content: "";
  order: 2;
  width: 0.01rem;
  height: 0.3rem;
  background-color: #2294D0;
}
@media screen and (min-width: 768px) {
  #recruit-info-requirements .l-container .l-subtitle::after {
    height: 0.8rem;
    position: relative;
    top: 0.11rem;
  }
}
#recruit-info-requirements .l-container .l-subtitle span {
  order: 3;
  padding-left: 0.14rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.32rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #recruit-info-requirements .l-container .l-subtitle span {
    padding-top: 0.05rem;
  }
}
#recruit-info-requirements .l-container .l-content {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
@media screen and (min-width: 768px) {
  #recruit-info-requirements .l-container .l-content {
    flex-grow: 1;
    padding-top: 0.12rem;
    padding-right: 1rem;
    gap: 0.5rem;
  }
}
#recruit-info-requirements .l-container .l-document {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #recruit-info-requirements .l-container .l-document {
    flex-direction: row;
  }
  #recruit-info-requirements .l-container .l-document dt {
    white-space: nowrap;
    flex: none;
  }
}
#recruit-info-requirements .l-container .l-table {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 0.01rem solid #EDEDED;
}
#recruit-info-requirements .l-container .l-table dl {
  width: 100%;
  display: flex;
  border-bottom: 0.01rem solid #EDEDED;
}
#recruit-info-requirements .l-container .l-table dl dt {
  flex: none;
  width: 1.1rem;
  padding: 0.15rem 0.1rem 0.18rem;
  background-color: rgba(247, 216, 12, 0.05);
  color: #2294D0;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #recruit-info-requirements .l-container .l-table dl dt {
    width: 1.89rem;
    padding: 0.2rem;
  }
}
#recruit-info-requirements .l-container .l-table dl dd {
  flex-grow: 1;
  padding: 0.15rem 0.04rem 0.15rem 0.11rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #recruit-info-requirements .l-container .l-table dl dd {
    padding: 0.2rem 0.35rem;
    font-size: 0.16rem;
    line-height: 0.32rem;
  }
}
#recruit-info-requirements .l-container .l-table dl dd strong {
  color: #2294D0;
  font-weight: 600;
}
#recruit-info-requirements .l-container .l-list li {
  display: flex;
}
#recruit-info-requirements .l-container .l-list__sp-vert li {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #recruit-info-requirements .l-container .l-list__sp-vert li {
    flex-direction: row;
  }
}
#recruit-info-requirements .l-container .l-list__gap {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  #recruit-info-requirements .l-container .l-list__pc-padding {
    padding-left: 0.47rem;
  }
}
#recruit-info-requirements .l-container .l-space {
  height: 0.3rem;
}
#recruit-info-requirements .l-container .l-address {
  text-align: center;
  margin-bottom: 0.24rem;
}
@media screen and (min-width: 768px) {
  #recruit-info-requirements .l-container .l-address {
    padding-left: 0.8rem;
    text-align: left;
  }
}
#recruit-info-requirements .l-container .l-address small {
  position: relative;
}
#recruit-info-requirements .l-container .l-address small::before {
  content: "↑数字のいち";
  position: absolute;
  width: 0;
  left: -0.7em;
  top: 0.24rem;
  white-space: nowrap;
}
#recruit-info-requirements .l-container .l-caution {
  display: flex;
}
#recruit-info-requirements .l-container .l-caution::before {
  content: "※";
}

#recruit-interview-top .u-width--325-1120 {
  padding-top: 1rem;
  padding-bottom: 0.47rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #recruit-interview-top .u-width--325-1120 {
    padding-top: 1.37rem;
    padding-bottom: 1.76rem;
  }
}
@media screen and (min-width: 768px) {
  #recruit-interview-top .l-container {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    justify-content: space-between;
    height: 4.4rem;
  }
}
#recruit-interview-top .l-heading {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.64rem;
  line-height: 0.89rem;
  letter-spacing: 0;
  font-weight: 600;
  color: white;
  position: absolute;
  top: 0.14rem;
  left: -0.07rem;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #2294D0;
  opacity: 0.15;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (min-width: 768px) {
  #recruit-interview-top .l-heading {
    font-size: 0.8rem;
    line-height: 1.12rem;
    top: 0.25rem;
    left: -1.66rem;
  }
}
#recruit-interview-top .l-heading--small {
  display: flex;
  font-size: 0.22rem;
  line-height: 0.32rem;
  letter-spacing: 0;
  font-weight: 500;
  gap: 0.12rem;
  margin-bottom: 0.2rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #recruit-interview-top .l-heading--small {
    margin-bottom: 0.88rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
    gap: 0.15rem;
    margin-bottom: unset;
  }
}
#recruit-interview-top .l-heading--small::before {
  content: "";
  flex: none;
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 100%;
  background-color: #2294D0;
  margin-top: 0.02rem;
}
@media screen and (min-width: 768px) {
  #recruit-interview-top .l-heading--small::before {
    width: 0.2rem;
    height: 0.2rem;
  }
}
#recruit-interview-top .l-catch {
  color: #2294D0;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.32rem;
  letter-spacing: 0;
  font-weight: 400;
  padding-top: 0.04rem;
  padding-left: 0.23rem;
  padding-bottom: 0.07rem;
  border-left: 0.02rem solid #2294D0;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  #recruit-interview-top .l-catch {
    font-size: 0.24rem;
    line-height: 0.4rem;
    padding-top: 0.04rem;
    padding-bottom: 0.03rem;
    padding-left: 0.25rem;
  }
}
#recruit-interview-top .l-image {
  max-width: unset;
  width: 3.5rem;
  height: 2.55rem;
  box-sizing: border-box;
  border-radius: 0.5rem 0 0 0;
  border-top: solid 0.1rem #CEEEFF;
  border-left: solid 0.1rem #CEEEFF;
  overflow: hidden;
  margin-bottom: 0.23rem;
}
@media screen and (min-width: 768px) {
  #recruit-interview-top .l-image {
    width: 7.4rem;
    height: 5rem;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 0.8rem 0 0 0;
    border-width: 0.2rem;
    margin-bottom: unset;
  }
}
#recruit-interview-top .l-image img {
  display: block;
  width: 100%;
  height: 100%;
}
#recruit-interview-top .l-name {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.19rem;
}
@media screen and (min-width: 768px) {
  #recruit-interview-top .l-name {
    margin-bottom: 0.2rem;
  }
}
#recruit-interview-top .l-name strong {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.23rem;
  line-height: 0.34rem;
  letter-spacing: 0;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
@media screen and (min-width: 768px) {
  #recruit-interview-top .l-name strong {
    font-size: 0.26rem;
    line-height: 0.37rem;
    gap: 0.11rem;
  }
}
#recruit-interview-top .l-name strong::before {
  position: relative;
  top: 0.03rem;
  content: "";
  width: 0.45rem;
  height: 0.43rem;
  background-image: url("../img/common/logo_g_blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #recruit-interview-top .l-name strong::before {
    width: 0.5rem;
    height: 0.48rem;
  }
}
#recruit-interview-top .l-name span {
  color: #2294D0;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.13rem;
  line-height: 0.17rem;
  letter-spacing: 0;
  font-weight: 500;
  padding-left: 0.55rem;
}
@media screen and (min-width: 768px) {
  #recruit-interview-top .l-name span {
    font-size: 0.14rem;
    line-height: 0.2rem;
    padding-left: 0.62rem;
  }
}
#recruit-interview-top .l-department {
  min-width: 2.99rem;
  width: -moz-fit-content;
  width: fit-content;
  height: 0.36rem;
  border: 0.01rem solid #2294D0;
  color: #2294D0;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 400;
  padding: 0 0.18rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
}

#recruit-interview-main {
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #recruit-interview-main {
    padding-bottom: 1.5rem;
  }
}
#recruit-interview-main .l-faq {
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  #recruit-interview-main .l-faq {
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: row-reverse;
  }
}
#recruit-interview-main .l-faq__main {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  counter-reset: count 0;
}
@media screen and (min-width: 768px) {
  #recruit-interview-main .l-faq__main {
    width: 50%;
    flex: none;
    gap: 0.52rem;
    position: relative;
  }
}
#recruit-interview-main .l-faq__wrapper {
  counter-increment: count 1;
}
#recruit-interview-main .l-faq__question {
  display: flex;
  gap: 0.13rem;
  color: #2294D0;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 0.23rem;
}
@media screen and (min-width: 768px) {
  #recruit-interview-main .l-faq__question {
    margin-bottom: 0.1rem;
    font-size: 0.2rem;
    line-height: 0.32rem;
  }
}
#recruit-interview-main .l-faq__question br {
  display: none;
}
@media screen and (min-width: 768px) {
  #recruit-interview-main .l-faq__question br {
    display: block;
  }
}
#recruit-interview-main .l-faq__question::before {
  position: relative;
  top: -0.08rem;
  content: "Q" counter(count);
  width: 0.5rem;
  height: 0.48rem;
  background-image: url("../img/common/balloon_pink.svg");
  background-size: contain;
  background-repeat: no-repeat;
  color: white;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.2rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
  display: block;
  padding-top: 0.07rem;
  box-sizing: border-box;
  flex: none;
}
#recruit-interview-main .l-faq__answer {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #recruit-interview-main .l-faq__answer {
    font-size: 0.16rem;
    line-height: 0.32rem;
    padding-left: 0.63rem;
  }
}
#recruit-interview-main .l-faq__gallery {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-top: 0.3rem;
}
@media screen and (min-width: 768px) {
  #recruit-interview-main .l-faq__gallery {
    display: none;
  }
}
#recruit-interview-main .l-faq__gallery img {
  display: block;
  width: 100%;
}
#recruit-interview-main .l-faq__gallery--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  #recruit-interview-main .l-faq__gallery--pc {
    position: sticky;
    display: flex;
    width: 6.8rem;
    height: 4.49rem;
    top: 3rem;
    margin-right: 0.57rem;
  }
}
#recruit-interview-main .l-schedule {
  border-top: 0.2rem solid rgba(34, 148, 208, 0.1);
  border-bottom: 0.2rem solid rgba(34, 148, 208, 0.1);
  background-color: white;
  padding: 0.3rem 0.26rem;
  color: #5A5A5A;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  #recruit-interview-main .l-schedule {
    border-radius: 0.4rem;
    width: 7.2rem;
    margin: auto;
    margin-bottom: 1.5rem;
    padding: 0.2rem 0.26rem 0.26rem;
    border: 0.2rem solid rgba(34, 148, 208, 0.1);
  }
}
#recruit-interview-main .l-schedule__title {
  display: flex;
  gap: 0.13rem;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #recruit-interview-main .l-schedule__title {
    align-items: center;
  }
}
#recruit-interview-main .l-schedule__title::before {
  content: "";
  width: 0.5rem;
  height: 0.48rem;
  background-image: url("../img/common/balloon_blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  flex: nonen;
  position: relative;
  top: 0.01rem;
}
@media screen and (min-width: 768px) {
  #recruit-interview-main .l-schedule__title::before {
    top: 0.03rem;
  }
}
#recruit-interview-main .l-schedule__title p {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #recruit-interview-main .l-schedule__title p {
    flex-direction: row;
    align-items: baseline;
    gap: 0.2rem;
  }
}
#recruit-interview-main .l-schedule__title p strong {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 500;
}
#recruit-interview-main .l-schedule__title p span {
  color: #2294D0;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 500;
  padding-left: 0.05rem;
}
#recruit-interview-main .l-schedule__table {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #recruit-interview-main .l-schedule__table {
    font-size: 0.16rem;
    line-height: 0.3rem;
    margin-left: 0.1rem;
  }
}
#recruit-interview-main .l-schedule__table td {
  padding-bottom: 0.25rem;
}
#recruit-interview-main .l-schedule__table td:nth-of-type(1) {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 0.15rem;
  white-space: nowrap;
  color: #2294D0;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 500;
  background: linear-gradient(to bottom, #2294D0 0%, #2294D0 100%);
  background-size: 0.01rem 100%;
  background-position: top right;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #recruit-interview-main .l-schedule__table td:nth-of-type(1) {
    font-size: 0.16rem;
    line-height: 0.23rem;
    padding-right: 0.32rem;
  }
}
#recruit-interview-main .l-schedule__table td:nth-of-type(1)::after {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  box-sizing: border-box;
  border: 0.01rem solid #707070;
  border-radius: 100%;
  top: 0.08rem;
  right: 0.005rem;
  display: block;
  transform: translateX(50%);
  background-color: white;
}
@media screen and (min-width: 768px) {
  #recruit-interview-main .l-schedule__table td:nth-of-type(1)::after {
    top: 0.1rem;
  }
}
#recruit-interview-main .l-schedule__table td:nth-of-type(2) {
  padding-left: 0.15rem;
}
@media screen and (min-width: 768px) {
  #recruit-interview-main .l-schedule__table td:nth-of-type(2) {
    padding-left: 0.32rem;
  }
}
#recruit-interview-main .l-schedule__table td[data-right="1"] {
  text-align: right;
}
#recruit-interview-main .l-schedule__table tr:nth-of-type(1) td:nth-of-type(1) {
  background: linear-gradient(to bottom, transparent 0, transparent calc(0.1rem), #2294D0 calc(0.1rem), #2294D0 100%);
  background-size: 0.01rem 100%;
  background-position: top right;
  background-repeat: no-repeat;
}
#recruit-interview-main .l-schedule__table tr:nth-last-of-type(1) td:nth-of-type(1) {
  padding-bottom: unset;
  background: linear-gradient(to bottom, #2294D0 0, #2294D0 calc(0.1rem), transparent calc(0.1rem), transparent 100%);
  background-size: 0.01rem 100%;
  background-position: top right;
  background-repeat: no-repeat;
}
#recruit-interview-main .l-bottom {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#recruit-interview-main .l-bottom--image {
  display: block;
  width: 100%;
  height: auto;
}
#recruit-interview-main .l-bottom--comment {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#recruit-interview-list .l-heading {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.32rem;
  line-height: 0.45rem;
  letter-spacing: 0;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #recruit-interview-list .l-heading {
    font-size: 0.43rem;
    line-height: 0.6rem;
  }
}
#recruit-interview-list .l-link {
  position: relative;
  width: 2.84rem;
  height: 2.95rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (min-width: 768px) {
  #recruit-interview-list .l-link {
    height: 34.72vw;
  }
}
#recruit-interview-list .l-link:hover {
  opacity: 1;
}
#recruit-interview-list .l-link:hover .l-link__thumb {
  transform: translateY(-0.05rem);
}
#recruit-interview-list .l-link:hover .l-link__arrow {
  background-color: #F7D80C;
}
#recruit-interview-list .l-link__thumb {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
  height: auto;
  transition: 0.3s;
}
#recruit-interview-list .l-link__text {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
}
#recruit-interview-list .l-link__catch {
  color: white;
  background-color: #2294D0;
  border-radius: 0.08rem;
  padding: 0.06rem 0.1rem 0.07rem;
  min-width: 2.07rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.06rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #recruit-interview-list .l-link__catch {
    font-size: 0.24rem;
    line-height: 0.32rem;
    padding: 0.05rem 0.17rem 0.1rem;
    min-width: 3.5rem;
    margin-bottom: 0.17rem;
  }
}
#recruit-interview-list .l-link__name {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.05rem;
}
@media screen and (min-width: 768px) {
  #recruit-interview-list .l-link__name {
    gap: 0.02rem;
    margin-bottom: 0.13rem;
  }
}
#recruit-interview-list .l-link__name strong {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.22rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #recruit-interview-list .l-link__name strong {
    font-size: 0.24rem;
    line-height: 0.35rem;
  }
}
#recruit-interview-list .l-link__name span {
  color: #2294D0;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.08rem;
  line-height: 0.11rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #recruit-interview-list .l-link__name span {
    font-size: 0.12rem;
    line-height: 0.17rem;
  }
}
#recruit-interview-list .l-link__department {
  color: #2294D0;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #recruit-interview-list .l-link__department {
    font-size: 0.16rem;
    line-height: 0.2rem;
  }
}
#recruit-interview-list .l-link__arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.41rem;
  height: 0.41rem;
  border: 0.01rem solid #2294D0;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  #recruit-interview-list .l-link__arrow {
    right: 0.15rem;
    width: 0.69rem;
    height: 0.69rem;
  }
}
#recruit-interview-list .l-link__arrow::after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  background-image: url("../img/recruit/arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #recruit-interview-list .l-link__arrow::after {
    width: 0.16rem;
    height: 0.16rem;
  }
}
#recruit-interview-list .l-slider {
  width: 100%;
  overflow: hidden;
  padding-top: 0.74rem;
  padding-bottom: 1.8rem;
}
@media screen and (min-width: 768px) {
  #recruit-interview-list .l-slider {
    padding-top: 0.7rem;
    padding-bottom: 2.49rem;
  }
}
#recruit-interview-list .swiper {
  overflow: initial;
}
#recruit-interview-list .swiper-wrapper {
  overflow: initial;
}

#recruit-entry-form .p-entry-form__item:has(#customer-occupation) {
  margin-bottom: 0.2rem;
}
#recruit-entry-form .p-entry-form__item:has(#customer-email-confirm) {
  margin-top: -0.1rem;
  margin-bottom: 0.3rem;
}
#recruit-entry-form .p-entry-form__item:has(#customer-file-voice) {
  margin-bottom: 0.3rem;
}
#recruit-entry-form .l-complete h2 {
  color: #2294D0;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.32rem;
  letter-spacing: 0;
  font-weight: 400;
  text-align: center;
}
#recruit-entry-form .l-complete p {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-top: 0.27rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #recruit-entry-form .l-complete p {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }
}
#recruit-entry-form .l-complete .l-box {
  background-color: #E7F0F8;
  padding: 0.3rem 0.2rem;
  border-radius: 0.1rem;
}
@media screen and (min-width: 768px) {
  #recruit-entry-form .l-complete .l-box {
    width: 5.6rem;
    margin: auto;
    padding: 0.25rem 0.47rem 0.28rem;
  }
}
#recruit-entry-form .l-complete .l-box h3 {
  text-align: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  #recruit-entry-form .l-complete .l-box h3 {
    margin-bottom: 0.24rem;
  }
}
#recruit-entry-form .l-complete .l-box ul {
  display: flex;
  flex-direction: column;
  color: #748A95;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0.05em;
  font-weight: 400;
}
#recruit-entry-form .l-complete .l-box ul li {
  display: flex;
}
#recruit-entry-form .l-complete .l-box ul li::before {
  content: "・";
}
#recruit-entry-form .l-complete .c-btn--confirm {
  width: 2.5rem;
  height: 0.7rem;
  margin: 0.5rem auto 0;
}
@media screen and (min-width: 768px) {
  #recruit-entry-form .l-complete .c-btn--confirm {
    margin-top: 0.4rem;
  }
}
#recruit-entry-form .l-complete .c-btn--confirm::after {
  right: unset;
  left: 0.2rem;
  transform: translateY(-50%) scaleX(-1);
}

@media screen and (min-width: 768px) {
  #recruit-entry-form-confirm .p-entry-form__item dd {
    padding-top: 0.04rem;
  }
}

#recruit-entry-form, #recruit-entry-form-confirm {
  padding-top: 0.47rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  #recruit-entry-form, #recruit-entry-form-confirm {
    padding-top: 0.85rem;
    padding-bottom: 2.49rem;
  }
}
#recruit-entry-form .l-container, #recruit-entry-form-confirm .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  #recruit-entry-form .l-container, #recruit-entry-form-confirm .l-container {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  #recruit-entry-form .l-form, #recruit-entry-form-confirm .l-form {
    flex-grow: 1;
    padding-right: 0.7rem;
  }
}
#recruit-entry-form .l-heading, #recruit-entry-form-confirm .l-heading {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.45rem;
}
@media screen and (min-width: 768px) {
  #recruit-entry-form .l-heading, #recruit-entry-form-confirm .l-heading {
    gap: 0.07rem;
    margin-bottom: 0.52rem;
  }
}
#recruit-entry-form .l-heading strong, #recruit-entry-form-confirm .l-heading strong {
  color: #2294D0;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.44rem;
  line-height: 0.5rem;
  letter-spacing: 0;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #recruit-entry-form .l-heading strong, #recruit-entry-form-confirm .l-heading strong {
    font-size: 0.52rem;
    line-height: 0.54rem;
  }
}
#recruit-entry-form .l-heading span, #recruit-entry-form-confirm .l-heading span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #recruit-entry-form .l-heading span, #recruit-entry-form-confirm .l-heading span {
    font-size: 0.22rem;
    line-height: 0.32rem;
  }
}
#recruit-entry-form .l-desc, #recruit-entry-form-confirm .l-desc {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.24rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #recruit-entry-form .l-desc, #recruit-entry-form-confirm .l-desc {
    margin-bottom: 0.49rem;
  }
}
#recruit-entry-form .l-desc a, #recruit-entry-form-confirm .l-desc a {
  color: #2294D0;
}
#recruit-entry-form .l-desc b, #recruit-entry-form-confirm .l-desc b {
  color: #FF6E77;
  padding-right: 0.2em;
}

#wpadminbar {
  display: none;
}
@media screen and (min-width: 768px) {
  #wpadminbar {
    display: flex;
  }
}

.p-main {
  position: relative;
  min-height: 100vh;
}
.p-main::before {
  content: "";
  width: 100%;
  height: 1.07rem;
  position: fixed;
  top: 0.65rem;
  right: 0;
  background-image: url("../img/common/header_bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 768px) {
  .p-main::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 100%;
    height: 31.111vw;
    background-image: url("../img/common/header_bg_pc.svg");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.p-main::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 8.3rem;
  width: 100%;
  height: calc(100% - 8.3rem);
  background-image: url("../img/common/bg.svg");
  background-size: cover;
  background-position: top center;
  background-repeat: repeat-y;
}
@media screen and (min-width: 768px) {
  .p-main::after {
    top: 7.7rem;
    height: calc(100% - 7.7rem);
    background-image: url("../img/common/bg_pc.svg");
  }
}
.p-main--seminar {
  overflow-y: hidden;
}
.p-main:has(section[id^=recruit-])::before {
  content: unset;
}
.p-main:has(section[id^=recruit-])::after {
  content: unset;
}

.p-slider {
  overflow: initial !important;
  position: relative;
  transition: 0.3s;
  transition-delay: 0.5s;
  opacity: 0;
}
.p-slider--active {
  opacity: 1;
}
.p-slider__nav--next, .p-slider__nav--prev {
  display: none;
  z-index: 3;
  transition: 0.3s;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background-image: url("../img/common/slider_nav.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.19rem;
  height: 0.34rem;
  cursor: pointer;
  right: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-slider__nav--next, .p-slider__nav--prev {
    width: 1.9444vw;
    height: 3.4479vw;
    right: unset;
    left: 71.9%;
  }
  .p-slider__nav--next:hover, .p-slider__nav--prev:hover {
    opacity: 0.7s;
  }
}
.p-slider__nav--prev {
  left: 0.2rem;
  transform: translate(0, -50%) scaleX(-1);
}
@media screen and (min-width: 768px) {
  .p-slider__nav--prev {
    left: unset;
    right: 71.9%;
  }
}
.p-slider__parent {
  width: 100%;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  overflow: hidden;
  position: relative;
}
.p-slider__wrapper {
  max-height: 53.33333vw;
  height: 2rem;
}
@media screen and (min-width: 768px) {
  .p-slider__wrapper {
    max-height: 27.77777vw;
  }
}
.p-slider__slide {
  display: block;
  width: 3.2rem;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-slider__slide {
    width: 6.4rem;
    height: 4rem;
  }
}
.p-slider__slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-slider__slide--shadow {
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.16);
}
.p-slider__slide:hover {
  transition: 0.3s;
}
.p-slider__pagination {
  z-index: 5;
  position: absolute;
  bottom: 0.04rem !important;
  left: 50% !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  transform: translate(-50%, 0);
  display: flex;
  gap: 0.08rem;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .p-slider__pagination {
    bottom: -0.1rem !important;
  }
}
.p-slider__pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 0.084rem;
  height: 0.16rem;
  background-color: unset;
  background-image: url("../img/common/balloon_gray.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  transition: 0.3s;
}
.p-slider__pagination .swiper-pagination-bullet-active {
  width: 0.16rem;
  height: 0.16rem;
  background-color: unset;
  background-image: url("../img/common/balloon_blue.svg");
}

.p-breadcrumbs {
  padding-top: 0.1rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.1rem;
  line-height: 0.15rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-breadcrumbs {
    padding-top: 0.17rem;
  }
}
.p-breadcrumbs img {
  width: 0.11rem;
  height: 0.1rem;
  display: block;
}
.p-breadcrumbs .breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0.5em;
  flex-wrap: wrap;
}

.p-header {
  position: relative;
  z-index: 1000;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-header {
    flex-direction: column-reverse;
    position: fixed;
  }
}
.p-header--space {
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-header--space {
    padding-bottom: 2.1rem;
  }
}
.p-header__playing {
  height: 0.65rem;
  width: 100%;
  background-color: #251E00;
  padding: 0.05rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.03rem;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-header__playing {
    height: 0.6rem;
    box-shadow: 0 0rem 0.3rem rgba(0, 0, 0, 0.3);
    justify-content: center;
  }
}
.p-header__playing--heading {
  display: flex;
  align-items: center;
  gap: 0.056rem;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.15rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 700;
  flex: none;
  width: 2rem;
  color: white;
  padding-left: 0.03rem;
}
@media screen and (min-width: 768px) {
  .p-header__playing--heading {
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 0.2rem;
    font-size: 0.18rem;
    line-height: 0.25rem;
    gap: 0.11rem;
  }
}
.p-header__playing--heading::before {
  content: "";
  width: 0.27rem;
  height: 0.26rem;
  background-image: url("../img/common/icon_music.svg");
  background-size: contain;
  background-repeat: no-repeat;
  flex: none;
}
@media screen and (min-width: 768px) {
  .p-header__playing--heading::before {
    width: 0.34rem;
    height: 0.32rem;
  }
}
.p-header__playing--link {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.1rem;
  line-height: 0.15rem;
  letter-spacing: 0;
  font-weight: 700;
  display: flex;
  gap: 0.07rem;
  color: white;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-header__playing--link {
    order: 3;
    font-size: 0.17rem;
    line-height: 0.24rem;
    gap: 0.08rem;
    margin-left: 0.26rem;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .p-header__playing--link div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.p-header__playing--link span {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__playing--link span {
    display: inline;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 0.1rem;
    line-height: 0.15rem;
    letter-spacing: 0;
    font-weight: 500;
    margin-top: -0.06rem;
  }
}
.p-header__playing--link::after {
  content: "";
  width: 0.18rem;
  height: 0.07rem;
  background-image: url("../img/common/arrow_right_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 0.02rem;
}
@media screen and (min-width: 768px) {
  .p-header__playing--link::after {
    width: 0.18rem;
    height: 0.07rem;
    top: unset;
  }
}
.p-header__playing--display {
  height: 0.26rem;
  width: 100%;
  background-color: white;
  display: flex;
  padding: 0.038rem 0.07rem;
  flex: none;
}
@media screen and (min-width: 768px) {
  .p-header__playing--display {
    width: 6.56rem;
    height: 0.5rem;
    padding-left: 0.15rem;
    padding-top: 0.12rem;
    padding-bottom: 0.1rem;
    align-items: center;
  }
}
.p-header__playing--icon {
  width: 0.2rem;
  height: 0.18rem;
  display: block;
  flex: none;
}
@media screen and (min-width: 768px) {
  .p-header__playing--icon {
    width: 0.27rem;
    height: 0.25rem;
  }
}
.p-header__playing--time {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.15rem;
  line-height: 0.17rem;
  letter-spacing: 0;
  font-weight: 700;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  border-right: 0.01rem solid #251E00;
  flex: none;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .p-header__playing--time {
    font-size: 0.2rem;
    line-height: 0.2rem;
    padding-left: 0.15rem;
    padding-right: 0.1rem;
  }
}
.p-header__playing--song {
  flex-grow: 1;
  height: 100%;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.17rem;
  letter-spacing: 0;
  font-weight: 500;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-header__playing--song {
    font-size: 0.18rem;
    line-height: 0.22rem;
    display: flex;
    align-items: center;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.p-header__playing--song i {
  font-style: normal;
  white-space: nowrap;
  padding-left: 0.08rem;
}
@media screen and (min-width: 768px) {
  .p-header__playing--song i {
    padding-bottom: 0.04rem;
  }
}
.p-header__main {
  height: 0.6rem;
  position: relative;
  z-index: 2;
  width: 100%;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .p-header__main {
    height: 1.5rem;
    background-image: url("../img/common/header_bg_pc.svg");
    background-size: 100% 31.111vw;
    background-position: right 1%;
    background-color: white;
  }
}
.p-header__main--container {
  position: relative;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0rem 0.3rem rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.p-header__main--container::before {
  content: "";
  width: 100%;
  height: 1.07rem;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../img/common/header_bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 768px) {
  .p-header__main--container::before {
    content: unset;
  }
}
@media screen and (min-width: 768px) {
  .p-header__main--container {
    width: 14.4rem;
    margin: auto;
    padding-left: 0.4rem;
    padding-right: 1.6rem;
    box-shadow: unset;
  }
}
.p-header__main * {
  position: relative;
  z-index: 4;
}
.p-header__logo {
  width: 1.25rem;
  height: 0.3rem;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  position: relative;
  top: 0.03rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 2.63rem;
    height: 0.63rem;
    top: 0.05rem;
  }
}
.p-header__logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-header__icon {
  display: flex;
  align-items: center;
  gap: 0.08rem;
}
@media screen and (min-width: 768px) {
  .p-header__icon {
    position: absolute;
    top: 0.2rem;
    right: 0.3rem;
    gap: 0.1rem;
  }
}
.p-header__icon a, .p-header__icon label {
  display: block;
  cursor: pointer;
}
.p-header__icon a img, .p-header__icon label img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-header__icon #header-radio {
  width: 0.32rem;
  height: 0.32rem;
}
@media screen and (min-width: 768px) {
  .p-header__icon #header-radio {
    display: none;
  }
}
.p-header__icon #header-present {
  width: 0.32rem;
  height: 0.32rem;
}
@media screen and (min-width: 768px) {
  .p-header__icon #header-present {
    display: none;
  }
}
.p-header__icon #header-x {
  width: 0.3rem;
  height: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-header__icon #header-x {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.p-header__hamburger {
  width: 0.3rem;
  height: 0.3rem;
  background-color: white;
  border-radius: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__hamburger {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.p-header__hamburger--parent {
  width: 0.17rem;
  height: 0.12rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-header__hamburger--parent {
    width: 0.28rem;
    height: 0.2rem;
  }
}
.p-header__hamburger--line {
  background-color: #2294D0;
  width: 100%;
  height: 0.02rem;
  border-radius: 0.02rem;
  position: absolute;
  left: 0;
  transition: 0.3s;
}
.p-header__hamburger--line:nth-of-type(1) {
  top: 0;
}
.p-header__hamburger--line:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.p-header__hamburger--line:nth-of-type(3) {
  bottom: 0;
}
.p-header__nav {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 1.25rem);
  background-color: rgba(34, 148, 208, 0.95);
  color: white;
  transform: translateY(-100%);
  transition: 0.3s;
  padding: 0.33rem 0.33rem 1rem;
  overflow: scroll;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    position: fixed;
    height: -moz-fit-content;
    height: fit-content;
    top: unset;
    top: 2.1rem;
    transform: unset;
    transition: 0.3s;
    opacity: 0;
    filter: blur(0.1rem);
    pointer-events: none;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: flex;
    align-items: center;
    height: calc(100vh - 2.1rem);
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .p-header__nav::-webkit-scrollbar {
    display: none;
  }
}
.p-header__nav--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__nav--pc {
    display: flex;
    gap: 0.23rem;
    align-items: center;
    position: relative;
    top: 0.09rem;
  }
  .p-header__nav--pc ul {
    display: flex;
    float: left;
    text-align: center;
    gap: 0.3rem;
    color: white;
  }
  .p-header__nav--pc ul li a {
    display: flex;
    flex-direction: column;
    gap: 0.066rem;
    justify-content: center;
    align-items: center;
  }
  .p-header__nav--pc ul li a:hover {
    opacity: 1;
  }
  .p-header__nav--pc ul li a:hover div {
    opacity: 0.7;
  }
  .p-header__nav--pc ul li a:hover div strong {
    transform: scale(1.1);
  }
  .p-header__nav--pc ul li a:hover .p-header__nav--pc--icon {
    background-color: white;
  }
  .p-header__nav--pc ul li a:hover .p-header__nav--pc--icon svg * {
    fill: var(--color);
  }
  .p-header__nav--pc ul li img {
    display: block;
    width: 0.45rem;
    height: 0.45rem;
  }
  .p-header__nav--pc ul li div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
  }
  .p-header__nav--pc ul li div strong {
    font-family: "Poppins", "Times", sans-serif;
    font-size: 0.22rem;
    line-height: 0.31rem;
    letter-spacing: 0;
    font-weight: 700;
    margin-bottom: -0.03rem;
    transform-origin: bottom center;
    transition: 0.3s;
  }
  .p-header__nav--pc ul li div span {
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 0.1rem;
    line-height: 0.15rem;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
  .p-header__nav--pc--banner {
    width: 1.5rem;
    height: 0.95rem;
  }
  .p-header__nav--pc--banner img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .p-header__nav--pc--icon {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 1rem;
    flex: none;
    border: 0.015rem solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
  }
  .p-header__nav--pc--icon svg * {
    transition: 0.3s;
  }
  .p-header__nav--pc--icon #header-icon-radio {
    width: 0.24rem;
    height: 0.22rem;
    margin-bottom: 0.014rem;
    --color: #2294D0;
  }
  .p-header__nav--pc--icon #header-icon-calendar {
    width: 0.25rem;
    height: 0.23rem;
    margin-bottom: 0.014rem;
    --color: #4EB981;
  }
  .p-header__nav--pc--icon #header-icon-mic {
    width: 0.17rem;
    height: 0.27rem;
    margin-bottom: 0.014rem;
    --color: #FF6E77;
  }
  .p-header__nav--pc--icon #header-icon-pin {
    width: 0.16rem;
    height: 0.24rem;
    margin-bottom: 0.014rem;
    --color: #F7D80C;
  }
}
.p-header__nav--container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex: auto;
  max-height: unset;
  gap: 0.17rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav--container {
    max-width: 10.42rem;
    margin: auto;
    flex-direction: row-reverse;
    align-items: center;
  }
}
.p-header__nav--box {
  position: absolute;
  z-index: 99;
  top: 50%;
  right: 0.1rem;
  width: 0.4rem;
  height: 0.4rem;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-header__nav--box {
    display: none;
  }
}
.p-header__nav--box--check {
  display: none;
}
.p-header__nav--box--check:checked ~ .p-header__nav {
  transform: translateY(1.25rem);
}
@media screen and (min-width: 768px) {
  .p-header__nav--box--check:checked ~ .p-header__nav {
    transform: unset;
    opacity: 1;
    filter: blur(0rem);
    pointer-events: all;
  }
}
.p-header__nav--box--check:checked ~ .p-header .p-header__hamburger--parent {
  width: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav--box--check:checked ~ .p-header .p-header__hamburger--parent {
    width: 0.32rem;
  }
}
.p-header__nav--box--check:checked ~ .p-header .p-header__hamburger--line:nth-of-type(1) {
  transform: translateY(-50%) rotate(-150deg);
  top: 50%;
}
.p-header__nav--box--check:checked ~ .p-header .p-header__hamburger--line:nth-of-type(2) {
  opacity: 0;
}
.p-header__nav--box--check:checked ~ .p-header .p-header__hamburger--line:nth-of-type(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(150deg);
}
.p-header__nav--box--line {
  position: absolute;
  z-index: 1;
  top: 50%;
  transition: 0.3s;
  width: 100%;
  height: 0.02rem;
  background-color: #251E00;
}
.p-header__nav--box--line:nth-of-type(1) {
  transform: translateY(calc(-0.08rem - 50%));
}
.p-header__nav--box--line:nth-of-type(2) {
  transform: translateY(-50%);
}
.p-header__nav--box--line:nth-of-type(3) {
  transform: translateY(calc(0.08rem - 50%));
}
.p-header__nav--top {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__nav--top {
    display: none;
  }
}
.p-header__nav--top ul {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.p-header__nav--top ul li {
  width: 100%;
}
.p-header__nav--top ul li a {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.p-header__nav--top ul li a img {
  display: block;
  width: 0.35rem;
  height: 0.35rem;
}
.p-header__nav--top ul li a div {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.p-header__nav--top ul li a strong {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.24rem;
  line-height: 0.33rem;
  letter-spacing: 0;
  font-weight: 700;
}
.p-header__nav--top ul li a span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.1rem;
  line-height: 0.15rem;
  letter-spacing: 0.2em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-header__nav--right {
    width: 6.6rem;
  }
}
.p-header__nav--list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.13rem 0;
  padding-bottom: 0.31rem;
  margin-bottom: 0.15rem;
  border-bottom: 0.01rem solid white;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__nav--list {
    flex-direction: row;
    gap: 0.27rem;
    flex-wrap: wrap;
    padding-bottom: 0.56rem;
    margin-bottom: 0.21rem;
  }
}
.p-header__nav--list li {
  white-space: nowrap;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .p-header__nav--list li {
    width: unset;
    min-width: 2.5rem;
  }
}
.p-header__nav--list li a {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  .p-header__nav--list li a {
    gap: 0.23rem;
    flex-direction: row;
  }
}
.p-header__nav--list li a strong {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.18rem;
  line-height: 0.25rem;
  letter-spacing: 0;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-header__nav--list li a strong {
    font-size: 0.26rem;
    line-height: 0.36rem;
  }
}
.p-header__nav--list li a span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.1rem;
  line-height: 0.15rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-header__nav--list li a span {
    font-size: 0.14rem;
    line-height: 0.2rem;
  }
}
.p-header__nav--link {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.08rem;
  margin-bottom: 0.15rem;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-header__nav--link {
    margin-bottom: 0.31rem;
    gap: 0.15rem;
    flex-direction: row;
  }
}
.p-header__nav--link li {
  width: 1.17rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-header__nav--link li {
    width: 2.15rem;
    font-size: 0.2rem;
    line-height: 0.29rem;
  }
}
.p-header__nav--link--banner {
  position: absolute;
  width: 1.66rem;
  height: 1.05rem;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-header__nav--link--banner {
    display: none;
  }
}
.p-header__nav--left {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav--left {
    flex-direction: column;
    gap: 0.19rem;
    width: 2.7rem;
    padding-bottom: unset;
  }
}
.p-header__nav--logo {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-header__nav--logo {
    gap: 0.25rem;
    width: 100%;
  }
}
.p-header__nav--logo img {
  width: 0.96rem;
  height: 0.91rem;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 0.05rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav--logo img {
    width: 2.04rem;
    height: 1.94rem;
    margin-left: unset;
  }
}
.p-header__nav--logo figcaption {
  display: flex;
  align-items: baseline;
  gap: 0.09rem;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-header__nav--logo figcaption {
    justify-content: space-between;
    width: 100%;
    font-size: 0.31rem;
    line-height: 0.44rem;
  }
}
.p-header__nav--logo figcaption strong {
  font-size: 700;
}
.p-header__nav--logo figcaption span {
  font-size: 0.18rem;
  line-height: 0.24rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav--logo figcaption span {
    font-size: 0.41rem;
    line-height: 0.57rem;
  }
}
.p-header__nav--logo figcaption span small {
  font-size: 0.14rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav--logo figcaption span small {
    font-size: 0.31rem;
    line-height: 0.57rem;
  }
}
.p-header__nav--channel {
  display: flex;
  flex-direction: column;
  width: 1.48rem;
  opacity: 0.7;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-header__nav--channel {
    width: 100%;
    font-size: 0.21rem;
    line-height: 0.29rem;
    gap: 0.1rem;
  }
}
.p-header__nav--channel dl {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.p-header__nav--channel dl dd {
  font-weight: 600;
}

.p-footer {
  background-color: #2294D0;
  color: white;
  position: relative;
  z-index: 100;
}
.p-footer__page-top {
  position: absolute;
  right: 0.22rem;
  top: -0.3rem;
  width: 0.63rem;
  height: 0.6rem;
  background-image: url("../img/common/balloon_yellow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.03rem;
  padding-top: 0.14rem;
  filter: drop-shadow(0.03rem 0.03rem 0.07rem rgba(72, 93, 95, 0.3));
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.09rem;
  line-height: 0.12rem;
  letter-spacing: 0;
  font-weight: 500;
  color: #2294D0;
}
@media screen and (min-width: 768px) {
  .p-footer__page-top {
    width: 0.95rem;
    height: 0.9rem;
    right: unset;
    left: calc(50% + 5.39rem);
    top: -0.49rem;
    padding-top: 0.21rem;
    gap: 0.04rem;
    font-size: 0.14rem;
    line-height: 0.2rem;
  }
}
.p-footer__page-top::before {
  content: "";
  width: 0.16rem;
  height: 0.095rem;
  background-image: url("../img/common/arrow_top_blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-footer__page-top::before {
    width: 0.23rem;
    height: 0.14rem;
  }
}
.p-footer__top {
  width: 100%;
  padding-top: 0.31rem;
  padding-bottom: 0.44rem;
  border-bottom: 0.01rem solid white;
}
@media screen and (min-width: 768px) {
  .p-footer__top {
    padding-top: 0.27rem;
    padding-bottom: 0.29rem;
  }
}
.p-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1rem;
  justify-content: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.23rem;
  letter-spacing: 0;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    font-weight: 500;
    font-size: 0.22rem;
    line-height: 0.32rem;
    gap: 0.2rem 0.99rem;
  }
}
.p-footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 0.17rem;
  width: 100%;
  padding-top: 0.25rem;
  padding-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom {
    padding-top: 0.45rem;
    padding-bottom: 0.34rem;
    gap: 1.63rem;
    flex-direction: row;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__left {
    display: flex;
    gap: 0.28rem;
    align-items: flex-end;
  }
}
.p-footer__logo {
  width: 2.09rem;
  height: 0.5rem;
  display: block;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    margin: unset;
  }
}
.p-footer__channel {
  display: flex;
  flex-wrap: wrap;
  gap: 0.07rem 0.45rem;
  justify-content: center;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer__channel {
    flex-direction: column;
    height: 0.7rem;
    justify-content: space-between;
    gap: 0.02rem 0.25rem;
    margin-bottom: 0.11rem;
  }
}
.p-footer__channel--large {
  display: flex;
  align-items: baseline;
  gap: 0.17rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-footer__channel--large {
    margin: unset;
    gap: 0.16rem;
  }
}
.p-footer__channel--large span {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.23rem;
  line-height: 0.4rem;
  letter-spacing: 0;
  font-weight: 600;
}
.p-footer__channel--large strong {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.3rem;
  line-height: 0.53rem;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-footer__channel--large strong {
    line-height: 0.43rem;
  }
}
.p-footer__channel--large strong small {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.23rem;
  line-height: 0.4rem;
  letter-spacing: 0;
  font-weight: 600;
}
.p-footer__channel--middle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1.45rem;
}
.p-footer__channel--middle span {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-footer__channel--middle span {
    font-size: 0.14rem;
    line-height: 0.2rem;
  }
}
.p-footer__channel--middle strong {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-footer__channel--middle strong {
    font-size: 0.16rem;
    line-height: 0.21rem;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__channel div:nth-of-type(1) {
    order: 1;
  }
  .p-footer__channel div:nth-of-type(2) {
    order: 2;
    width: 1.42rem;
  }
  .p-footer__channel div:nth-of-type(3) {
    order: 6;
    width: 1.48rem;
  }
  .p-footer__channel div:nth-of-type(4) {
    order: 3;
    width: 1.81rem;
  }
  .p-footer__channel div:nth-of-type(5) {
    order: 7;
    width: 1.48rem;
  }
  .p-footer__channel div:nth-of-type(6) {
    order: 4;
    width: 1.81rem;
  }
  .p-footer__channel div:nth-of-type(7) {
    order: 8;
    width: 1.48rem;
  }
  .p-footer__channel div:nth-of-type(8) {
    order: 5;
    width: 1.81rem;
  }
}
.p-footer__copyright {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.1rem;
  line-height: 0.15rem;
  letter-spacing: 0;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    padding-bottom: 0.12rem;
    white-space: nowrap;
    text-align: left;
  }
}

.p-side-nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-side-nav {
    z-index: 1001;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    align-items: center;
    position: fixed;
    top: 1.25rem;
    left: calc(50% + 5.8rem);
  }
}
.p-side-nav__wrapper {
  flex: none;
  width: 1.1rem;
  height: 1.1rem;
  border: 0.015rem solid white;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.1rem;
  line-height: 0.15rem;
  letter-spacing: 0;
  font-weight: 700;
  text-align: center;
  border-radius: 100%;
  box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.16);
}
.p-side-nav__wrapper img {
  display: block;
}
.p-side-nav__wrapper strong {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.18rem;
  line-height: 0.25rem;
  letter-spacing: 0;
  font-weight: 700;
  display: block;
  margin-bottom: -0.04rem;
}
.p-side-nav #side-nav-radiko {
  background-color: #2294D0;
  padding-top: 0.2rem;
}
.p-side-nav #side-nav-radiko-logo1 {
  width: 0.56rem;
  height: 0.13rem;
}
.p-side-nav #side-nav-radiko-logo2 {
  margin-top: 0.09rem;
  width: 0.83rem;
  height: 0.21rem;
}
.p-side-nav #side-nav-present {
  background-color: #FF6E77;
  padding-top: 0.09rem;
}
.p-side-nav #side-nav-present-icon {
  width: 0.39rem;
  height: 0.42rem;
}

.p-page-header, .p-page-header--blue {
  position: relative;
  width: 100%;
  height: 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--color);
  background-color: var(--bg-color);
  margin-top: 0.45rem;
}
@media screen and (min-width: 768px) {
  .p-page-header, .p-page-header--blue {
    margin-top: unset;
    height: 2rem;
  }
}
.p-page-header .p-breadcrumbs, .p-page-header--blue .p-breadcrumbs {
  position: absolute;
  top: -0.4rem;
  left: 0.2rem;
  color: #251E00;
}
@media screen and (min-width: 768px) {
  .p-page-header .p-breadcrumbs, .p-page-header--blue .p-breadcrumbs {
    position: absolute;
    top: 0;
    left: unset;
  }
}
.p-page-header h1, .p-page-header--blue h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.06rem;
}
@media screen and (min-width: 768px) {
  .p-page-header h1, .p-page-header--blue h1 {
    flex-direction: row;
    gap: 0.2rem;
  }
}
.p-page-header h1 strong, .p-page-header--blue h1 strong {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.26rem;
  line-height: 0.37rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-page-header h1 strong, .p-page-header--blue h1 strong {
    font-size: 0.34rem;
    line-height: 0.49rem;
  }
}
.p-page-header h1 span, .p-page-header--blue h1 span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-page-header h1 span, .p-page-header--blue h1 span {
    font-size: 0.26rem;
    line-height: 0.37rem;
  }
}
.p-page-header--blue {
  --color: #2294D0;
  --bg-color: rgba(214, 241, 255, 0.9);
}

.p-form {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-form {
    flex-direction: row;
    gap: 0.63rem;
    padding-left: 0.91rem;
    align-items: flex-start;
  }
}
.p-form__image {
  width: 2.64rem;
  height: auto;
  flex: none;
}
.p-form__image img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-form__main {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-form__main {
    flex-grow: 1;
  }
}
.p-form__info {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding-left: 0.19rem;
  position: relative;
  width: 100%;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-form__info {
    gap: 0.35rem;
    padding-left: 0.27rem;
    margin-bottom: 0.4rem;
  }
}
.p-form__info::before {
  content: "";
  position: absolute;
  width: 0.04rem;
  height: calc(100% - 0.1rem);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #2294D0;
}
@media screen and (min-width: 768px) {
  .p-form__info::before {
    width: 0.06rem;
  }
}
.p-form__info--name {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-form__info--name {
    font-size: 0.26rem;
    line-height: 0.37rem;
  }
}
.p-form__info--content {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-form__info--content {
    font-size: 0.18rem;
    line-height: 0.36rem;
  }
}
.p-form__content, .p-form__content--box--form, .p-form__content--general {
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem 0.09rem;
  margin-bottom: 0.2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-form__content, .p-form__content--box--form, .p-form__content--general {
    gap: 0.1rem 0.3rem;
  }
}
.p-form__content:not(:last-child), .p-form__content--box--form:not(:last-child), .p-form__content--general:not(:last-child) {
  margin-bottom: 0.2rem;
}
.p-form__content--box {
  border-radius: 0.1rem;
  border: 0.015rem solid #2294D0;
  overflow: hidden;
  background-color: white;
}
.p-form__content--box--name {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  display: flex;
  align-items: center;
  background-color: #2294D0;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 700;
  color: white;
  width: 100%;
  min-height: 0.32rem;
}
@media screen and (min-width: 768px) {
  .p-form__content--box--name {
    min-height: 0.45rem;
    padding: 0.05rem 0.3rem 0.07rem;
    font-size: 0.18rem;
    line-height: 0.26rem;
  }
}
.p-form__content--box--form {
  width: 100%;
  padding: 0.2rem 0.15rem;
  margin-bottom: unset;
}
@media screen and (min-width: 768px) {
  .p-form__content--box--form {
    padding: 0.24rem 0.3rem 0.3rem;
    gap: 0.22rem 0.3rem;
  }
}
.p-form__content--optional {
  color: #2294D0;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-form__content--optional {
    margin-bottom: 0.3rem;
  }
}
.p-form__content--optional b {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 500;
}
.p-form__content--balloon {
  width: 100%;
  border-radius: 0.2rem;
  background-color: #2294D0;
  padding: 0.05rem;
  text-align: center;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-form__content--balloon {
    width: 6.8rem;
    margin-bottom: 0.4rem;
    border-radius: 0.25rem;
    padding: 0.1rem;
  }
}
.p-form__content--balloon--container {
  width: 100%;
  background-color: white;
  border-radius: 0.15rem;
  padding: 0.15rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-form__content--balloon--container {
    border-radius: 0.2rem;
    padding: 0.13rem 0.2rem 0.19rem;
  }
}
.p-form__content--balloon--container::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -0.16rem;
  left: 50%;
  transform: translateX(-50%);
  width: unset;
  height: unset;
  border-top: 0.26rem solid white;
  border-left: 0.2rem solid transparent;
  border-right: 0.2rem solid transparent;
  bottom: -0.11rem;
}
.p-form__content--balloon--heading {
  display: block;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 0.1rem;
  color: #2294D0;
}
@media screen and (min-width: 768px) {
  .p-form__content--balloon--heading {
    font-size: 0.2rem;
    line-height: 0.29rem;
    margin-bottom: 0.12rem;
  }
}
.p-form__content--balloon--text {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-form__content--balloon--text {
    font-size: 0.18rem;
    line-height: 0.32rem;
  }
}
.p-form__content--balloon--bottom {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 700;
  color: white;
  padding-top: 0.19rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-form__content--balloon--bottom {
    font-size: 0.2rem;
    line-height: 0.29rem;
    padding-top: 0.15rem;
    padding-bottom: 0.06rem;
  }
}
.p-form__content--heading {
  width: 100%;
}
.p-form__content--heading--blue {
  display: block;
  margin: 0 auto 0.1rem;
  text-align: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.29rem;
  letter-spacing: 0;
  font-weight: 600;
  color: #2294D0;
  margin-bottom: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-form__content--heading--blue {
    font-size: 0.28rem;
    line-height: 0.42rem;
    margin-bottom: 0.2rem;
  }
}
.p-form__content--heading--yellow {
  display: block;
  color: #F7D80C;
  background-color: #2294D0;
  padding: 0.08rem 0.1rem 0.11rem;
  text-align: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 0.39rem;
}
@media screen and (min-width: 768px) {
  .p-form__content--heading--yellow {
    padding: 0.02rem 0.2rem 0.06rem;
    font-size: 0.26rem;
    line-height: 0.37rem;
  }
}
.p-form__content--body {
  padding: 0.2rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 400;
  background-color: white;
  border-radius: 0.2rem;
  border: 0.015rem solid #2294D0;
}
@media screen and (min-width: 768px) {
  .p-form__content--body {
    padding: 0.5rem 0.3rem;
    font-size: 0.16rem;
    line-height: 0.32rem;
  }
}
.p-form__content--body > *:not(:frist-child) {
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-form__content--body > *:not(:frist-child) {
    margin-bottom: 0.5rem;
  }
}
.p-form__item, .p-form__item--small {
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  gap: 0.08rem;
}
.p-form__item--newline {
  flex-grow: 1;
  width: 100%;
  flex: auto;
  margin-bottom: -0.1rem;
  height: 0;
}
@media screen and (min-width: 768px) {
  .p-form__item--newline {
    margin-bottom: -0.22rem;
  }
}
.p-form__item--space {
  width: 100%;
}
.p-form__item--name {
  display: flex;
  align-items: baseline;
  gap: 0.06rem 0.12rem;
  flex-wrap: wrap;
}
.p-form__item--name strong {
  flex: none;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.21rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-form__item--name strong {
    font-size: 0.18rem;
    line-height: 0.26rem;
  }
}
.p-form__item--name small {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.1rem;
  line-height: 0.15rem;
  letter-spacing: 0;
  font-weight: 400;
  padding-top: 0.05rem;
}
@media screen and (min-width: 768px) {
  .p-form__item--name small {
    font-size: 0.12rem;
    line-height: 0.17rem;
  }
}
.p-form__item--small {
  width: -moz-fit-content;
  width: fit-content;
}
.p-form__item [data-type=g-radio-name], .p-form__item--small [data-type=g-radio-name] {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-form__item [data-type=g-radio-name], .p-form__item--small [data-type=g-radio-name] {
    width: 4.5rem;
  }
}
.p-form__item [data-type=g-pref], .p-form__item--small [data-type=g-pref] {
  width: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-form__item [data-type=g-pref], .p-form__item--small [data-type=g-pref] {
    width: 1.5rem;
  }
}
.p-form__item [data-type=g-city], .p-form__item--small [data-type=g-city] {
  width: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-form__item [data-type=g-city], .p-form__item--small [data-type=g-city] {
    width: 2.5rem;
  }
}
.p-form__item [data-type=g-town], .p-form__item--small [data-type=g-town] {
  width: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-form__item [data-type=g-town], .p-form__item--small [data-type=g-town] {
    width: 1.5rem;
  }
}
.p-form__item [data-type=g-street], .p-form__item--small [data-type=g-street] {
  width: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-form__item [data-type=g-street], .p-form__item--small [data-type=g-street] {
    width: 1.8rem;
  }
}
.p-form__item [data-type=g-age], .p-form__item--small [data-type=g-age] {
  width: 0.8rem;
}
@media screen and (min-width: 768px) {
  .p-form__item [data-type=g-age], .p-form__item--small [data-type=g-age] {
    width: 1rem;
  }
}
.p-form__radio {
  display: flex;
  flex-wrap: wrap;
  gap: 0.34rem;
}
.p-form__radio label {
  display: flex;
  align-items: center;
  gap: 0.12rem;
}
.p-form__radio label span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.21rem;
  letter-spacing: 0;
  font-weight: 500;
}
.p-form__radio--1 {
  flex-direction: column;
  gap: 0.05rem;
}
.p-form__radio--vert {
  flex-direction: column;
  gap: 0.05rem;
}
.p-form__select select {
  width: -moz-fit-content;
  width: fit-content;
  padding-top: unset;
  padding-bottom: unset;
  background-color: rgba(34, 148, 208, 0.05);
}
.p-form__bottom {
  width: 100%;
  margin-top: 0.6rem;
}
@media screen and (min-width: 768px) {
  .p-form__bottom {
    margin-top: 0.9rem;
  }
}
.p-form__bottom--caution {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.1rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  .p-form__bottom--caution {
    font-size: 0.14rem;
    line-height: 0.28rem;
    margin-bottom: 0.5rem;
  }
}
.p-form__bottom--caution a {
  color: #2294D0;
  text-decoration: underline;
}
.p-form__bottom--button {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-form__bottom--button {
    justify-content: flex-start;
    gap: 0.1rem;
  }
}
.p-form__bottom--button input[type=reset] {
  background-color: rgba(78, 185, 129, 0.72);
}
.p-form__bottom--button input[type=submit] {
  background-color: #2294D0;
}
.p-form__bottom--button input {
  width: 1.5rem;
  height: 0.57rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 0.05rem;
  color: white;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 700;
  border: unset;
}
@media screen and (min-width: 768px) {
  .p-form__bottom--button input {
    width: 2.3rem;
    height: 0.57rem;
    font-size: 0.18rem;
    line-height: 0.24rem;
  }
}
.p-form__bottom--button input:hover {
  opacity: 0.7;
}

.p-form-confirm__table {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 0.66rem;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-form-confirm__table {
    margin: auto;
    margin-bottom: 0.5rem;
  }
}
.p-form-confirm__table dl {
  display: flex;
  gap: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-form-confirm__table dl {
    gap: 1.5rem;
  }
}
.p-form-confirm__table dl dt, .p-form-confirm__table dl dd {
  padding-bottom: 0.22rem;
  width: calc(100% - 0.15rem);
}
@media screen and (min-width: 768px) {
  .p-form-confirm__table dl dt, .p-form-confirm__table dl dd {
    padding-bottom: 0.3rem;
  }
}
.p-form-confirm__table dl dt {
  font-weight: 500;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .p-form-confirm__table dl dt {
    text-align: right;
  }
}
.p-form-confirm__note {
  text-align: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.1rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-form-confirm__note {
    font-size: 0.14rem;
    line-height: 0.28rem;
    margin-bottom: 0.65rem;
  }
}
.p-form-confirm__note a {
  color: #2294D0;
  text-decoration: underline;
}
.p-form-confirm__button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-form-confirm__button {
    justify-content: flex-start;
    gap: 0.1rem;
  }
}
.p-form-confirm__button a {
  background-color: rgba(78, 185, 129, 0.72);
}
.p-form-confirm__button input[type=submit] {
  background-color: #2294D0;
}
.p-form-confirm__button input, .p-form-confirm__button a {
  width: 1.5rem;
  height: 0.57rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 0.05rem;
  color: white;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 700;
  border: unset;
  padding-bottom: 0.03rem;
}
@media screen and (min-width: 768px) {
  .p-form-confirm__button input, .p-form-confirm__button a {
    width: 2.3rem;
    height: 0.57rem;
    font-size: 0.18rem;
    line-height: 0.24rem;
  }
}
.p-form-confirm__button input:hover, .p-form-confirm__button a:hover {
  opacity: 0.7;
}
.p-form-confirm__error {
  width: 3.25rem;
  margin: 0.3rem auto 0.5rem;
  text-align: center;
  color: white;
  padding-top: 0.05rem;
  padding-bottom: 0.05rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.18rem;
  letter-spacing: 0;
  font-weight: 700;
  background-color: #FF6E77;
}
@media screen and (min-width: 768px) {
  .p-form-confirm__error {
    width: 8rem;
    margin: 0.8rem auto 1rem;
    padding-top: 0.09rem;
    padding-bottom: 0.13rem;
    font-size: 0.2rem;
    line-height: 0.28rem;
    margin-bottom: 0.5rem;
  }
}
.p-form-confirm__success {
  width: 3.25rem;
  margin: 0.3rem auto 0.5rem;
  text-align: center;
  color: white;
  padding-top: 0.05rem;
  padding-bottom: 0.05rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.18rem;
  letter-spacing: 0;
  font-weight: 700;
  background-color: #4EB981;
}
@media screen and (min-width: 768px) {
  .p-form-confirm__success {
    width: 8rem;
    margin: 0.8rem auto 1rem;
    padding-top: 0.09rem;
    padding-bottom: 0.13rem;
    font-size: 0.2rem;
    line-height: 0.28rem;
    margin-bottom: 0.5rem;
  }
}

.p-personality {
  display: flex;
  justify-content: space-between;
  gap: 0.15rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-personality {
    justify-content: flex-start;
    gap: 0.5rem 1.1rem;
  }
}
.p-personality__wrapper {
  flex: none;
  width: 1.55rem;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-personality__wrapper {
    width: 3rem;
  }
}
.p-personality__wrapper:hover {
  opacity: 0.7;
}
.p-personality__switch {
  display: none;
}
.p-personality__switch:checked ~ .p-personality__modal {
  display: block;
  opacity: 1;
}
.p-personality__element {
  border-radius: 0.1rem;
  overflow: hidden;
  border: 0.03rem solid #FF6E77;
  background-color: white;
  width: 100%;
  display: block;
  cursor: pointer;
}
.p-personality__element--image {
  width: 100%;
  height: 1.55rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-personality__element--image {
    height: 3rem;
  }
}
.p-personality__element--image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-position: 50% 0rem;
     object-position: 50% 0rem;
  -o-object-fit: cover;
     object-fit: cover;
  zoom: 1.3;
  transform-origin: 50% 0.4rem;
  transform: scale(1.4);
}
.p-personality__element--name {
  display: flex;
  flex-direction: column;
  gap: 0.045rem;
  align-items: center;
  padding-top: 0.05rem;
  padding-bottom: 0.09rem;
}
@media screen and (min-width: 768px) {
  .p-personality__element--name {
    padding-top: 0.15rem;
    padding-bottom: 0.19rem;
  }
}
.p-personality__element--name h2 {
  display: flex;
  align-items: flex-end;
  gap: 0.09rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.21rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-personality__element--name h2 {
    font-size: 0.28rem;
    line-height: 0.4rem;
    gap: 0.15rem;
  }
}
.p-personality__element--name h2::before {
  content: "";
  width: 0.21rem;
  height: 0.2rem;
  background-image: url("../img/common/icon_g_black.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-personality__element--name h2::before {
    width: 0.4rem;
    height: 0.38rem;
  }
}
.p-personality__element--name span {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.11rem;
  line-height: 0.16rem;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-personality__element--name span {
    font-size: 0.24rem;
    line-height: 0.33rem;
  }
}
.p-personality__modal {
  opacity: 0;
  filter: blur(0.1rem);
  pointer-events: none;
  transition: 0.3s;
  position: absolute;
  top: 1.7rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding-top: 0.27rem;
  padding-bottom: 0.33rem;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.16);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(0.02rem);
          backdrop-filter: blur(0.02rem);
  z-index: 10000;
}
@media screen and (min-width: 768px) {
  .p-personality__modal {
    padding: 0.32rem 0.7rem 0.4rem 0.39rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 11.2rem;
  }
}
.p-personality__modal--active {
  opacity: 1;
  filter: blur(0rem);
  pointer-events: all;
}
.p-personality__modal--close {
  position: absolute;
  width: 0.25rem;
  height: 0.25rem;
  top: 0.15rem;
  right: 0.14rem;
  background-image: url("../img/common/icon_close_pink.svg");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-personality__modal--close {
    width: 0.34rem;
    height: 0.34rem;
    right: 0.15rem;
  }
}
.p-personality__modal--container {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-personality__modal--container {
    flex-direction: row;
    gap: 0.82rem;
  }
}
@media screen and (min-width: 768px) {
  .p-personality__modal--left {
    flex: none;
    width: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .p-personality__modal--right {
    flex: none;
    width: 6.2rem;
  }
}
.p-personality__modal--name {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.29rem;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 0.08rem;
  padding-right: 0.04rem;
}
@media screen and (min-width: 768px) {
  .p-personality__modal--name {
    margin-bottom: 0.1rem;
    padding-right: unset;
    white-space: nowrap;
  }
}
.p-personality__modal--name::before {
  content: "";
  width: 0.5rem;
  height: 0.48rem;
  background-image: url("../img/common/icon_g_pink.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-personality__modal--image {
  display: flex;
  flex-direction: column;
  gap: 0.14rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-personality__modal--image {
    gap: 0.2rem;
  }
}
.p-personality__modal--image img {
  display: block;
  width: 2.4rem;
  height: 3rem;
  border-radius: 0.1rem 0.1rem 0 0;
}
.p-personality__modal--image figcaption {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.24rem;
  line-height: 0.33rem;
  letter-spacing: 0;
  font-weight: 700;
  color: #FF6E77;
  text-align: center;
}
.p-personality__modal--profile {
  width: 100%;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-personality__modal--profile {
    font-size: 0.16rem;
    line-height: 0.28rem;
    padding-top: 0.08rem;
  }
}
.p-personality__modal--profile td {
  border-top: 0.01rem solid #BFBAB6;
  border-bottom: 0.01rem solid #BFBAB6;
  padding: 0.1rem 0.15rem;
}
.p-personality__modal--profile td:nth-of-type(1) {
  width: 1rem;
  background-color: rgba(255, 110, 119, 0.19);
}
@media screen and (min-width: 768px) {
  .p-personality__modal--profile td:nth-of-type(1) {
    padding: 0.15rem 0.2rem;
    width: 1.3rem;
  }
}
@media screen and (min-width: 768px) {
  .p-personality__modal--profile td:nth-of-type(2) {
    padding: 0.13rem;
  }
}
.p-personality__modal--profile td a {
  text-decoration: underline;
}
.p-personality__modal--profile td b {
  font-weight: 700;
}
.p-personality__modal--profile tr:has(td:nth-of-type(2):empty) {
  display: none;
}
.p-personality__modal--nav {
  display: flex;
  justify-content: center;
  margin-top: 0.35rem;
}
.p-personality__modal--nav--prev {
  display: flex;
  gap: 0.3rem;
  width: 50%;
  flex: none;
  justify-content: flex-end;
  padding-right: 0.14rem;
}
@media screen and (min-width: 768px) {
  .p-personality__modal--nav--prev {
    gap: 0.2rem;
    padding-right: 0.3rem;
  }
}
.p-personality__modal--nav--prev::before {
  content: "";
  width: 0.14rem;
  height: 0.23rem;
  margin-top: 0.26rem;
  background-image: url("../img/common/arrow_right_pink.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: scaleX(-1);
}
.p-personality__modal--nav--next {
  display: flex;
  gap: 0.3rem;
  width: 50%;
  flex: none;
  padding-left: 0.14rem;
  cursor: pointer;
  transition: 0.3s;
}
.p-personality__modal--nav--next:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .p-personality__modal--nav--next {
    gap: 0.2rem;
    padding-left: 0.3rem;
  }
  .p-personality__modal--nav--next .p-personality__modal--nav--name {
    flex-direction: row-reverse;
  }
}
.p-personality__modal--nav--next::after {
  content: "";
  width: 0.14rem;
  height: 0.23rem;
  margin-top: 0.26rem;
  background-image: url("../img/common/arrow_right_pink.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-personality__modal--nav--name {
  display: flex;
  flex-direction: column;
  gap: 0.07rem;
  align-items: center;
  flex: none;
  cursor: pointer;
  transition: 0.3s;
}
.p-personality__modal--nav--name:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .p-personality__modal--nav--name {
    flex-direction: row;
    gap: 0.2rem;
  }
}
.p-personality__modal--nav--name img {
  display: block;
  width: 0.76rem;
  height: 0.76rem;
  -o-object-position: 50% 0;
     object-position: 50% 0;
  border-radius: 100%;
}
.p-personality__modal--nav--name figcaption {
  text-align: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-personality__modal--nav--name figcaption {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}

.p-program-side {
  position: fixed;
  z-index: 50;
  bottom: 0.4rem;
  right: -0.08rem;
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.18rem;
  font-weight: 700;
  gap: 0.13rem;
}
@media screen and (min-width: 768px) {
  .p-program-side {
    top: 3.84rem;
    left: calc(50% + 5.6rem);
    right: unset;
    bottom: unset;
  }
}
.p-program-side a {
  border: 0.04rem solid #251E00;
  border-radius: 0.1rem;
  text-align: center;
  writing-mode: vertical-rl;
  padding-top: 0.05rem;
  padding-bottom: 0.06rem;
  min-height: 1.3rem;
  width: 0.55rem;
  min-width: 0.55rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0.04rem 0.04rem 0 black;
}
@media screen and (min-width: 768px) {
  .p-program-side a {
    min-width: 1.3rem;
    width: unset;
    height: 0.8rem;
    min-height: unset;
    writing-mode: initial;
  }
}
.p-program-side__message {
  background-color: #4EB981;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.18rem;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-program-side__message {
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 0.16rem;
    line-height: 0.23rem;
    letter-spacing: 0;
    font-weight: 700;
  }
}
.p-program-side__hashtag {
  background-color: white;
  padding-bottom: 0.2rem;
  align-items: flex-end !important;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-program-side__hashtag {
    align-items: center !important;
  }
}
.p-program-side__hashtag strong {
  text-orientation: upright;
  color: #2294D0;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.22rem;
  line-height: 0.25rem;
  letter-spacing: -0.5em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-program-side__hashtag strong {
    font-family: "Poppins", "Times", sans-serif;
    font-size: 0.22rem;
    line-height: 0.31rem;
    letter-spacing: 0;
    font-weight: 600;
  }
}
.p-program-side__hashtag span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.16rem;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  padding-bottom: 0.03rem;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .p-program-side__hashtag span {
    display: block;
    margin-top: -0.03rem;
  }
}
.p-program-side__hashtag--deco {
  position: absolute;
  left: 0.03rem;
  top: 50%;
  width: 0.14rem;
  height: 0.2rem;
  transform: translate(-100%, -50%);
  filter: drop-shadow(-0.06rem 0 0 black);
}
.p-program-side__hashtag--deco::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 100%);
  background-color: white;
}

.p-program-list {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
@media screen and (min-width: 768px) {
  .p-program-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem 0.33rem;
  }
}
.p-program-list__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 0.1rem;
  align-items: center;
  border: 0.03rem solid var(--elm-color);
  padding: 0.11rem;
  background-color: white;
  min-height: 3.2rem;
  position: relative;
  overflow: hidden;
}
.p-program-list__wrapper--disable {
  pointer-events: none;
}
.p-program-list__wrapper--disable::before {
  content: unset !important;
}
.p-program-list__wrapper--disable::after {
  content: unset !important;
}
@media screen and (min-width: 768px) {
  .p-program-list__wrapper {
    width: 3.51rem;
    padding: 0.15rem;
  }
}
.p-program-list__wrapper:nth-of-type(4n+1) {
  --elm-color: #2294D0;
}
.p-program-list__wrapper:nth-of-type(4n+2) {
  --elm-color: #4EB981;
}
.p-program-list__wrapper:nth-of-type(4n+3) {
  --elm-color: #FF6E77;
}
.p-program-list__wrapper:nth-of-type(4n) {
  --elm-color: #F7D80C;
}
.p-program-list__wrapper::before {
  content: "";
  position: absolute;
  width: 0.71rem;
  height: 0.71rem;
  bottom: -0.01rem;
  right: -0.01rem;
  -webkit-clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
          clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
  background-color: var(--elm-color);
}
.p-program-list__wrapper::after {
  content: "";
  position: absolute;
  background-image: url("../img/common/arrow_right_white_large.svg");
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0.08rem;
  right: 0.12rem;
  width: 0.24rem;
  height: 0.24rem;
}
.p-program-list__image {
  width: 100%;
  height: 1.86rem;
  margin-bottom: 0.09rem;
}
@media screen and (min-width: 768px) {
  .p-program-list__image {
    height: 2.01rem;
  }
}
.p-program-list__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-program-list__text {
  width: 100%;
}
.p-program-list__name {
  display: block;
  text-align: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 500;
  color: var(--elm-color);
  margin-bottom: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-program-list__name {
    font-size: 0.2rem;
    line-height: 0.29rem;
  }
}
.p-program-list__table {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.25rem;
  letter-spacing: 0;
  font-weight: 400;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  /*
  tr{
      display: flex;
      flex-wrap :wrap;
  }

  td{
      display: flex;
      &:nth-of-type(1){
          flex: none;
          white-space: nowrap;
      }
      &:nth-of-type(2){
          padding-left: f.px(21);
      }
      span{
          display: inline-block;
          padding-right: 1em;
      }
  }
  */
}
@media screen and (min-width: 768px) {
  .p-program-list__table {
    font-size: 0.16rem;
    line-height: 0.28rem;
  }
}
.p-program-list__table dl {
  display: flex;
  flex-wrap: wrap;
}
.p-program-list__table dl dt {
  font-weight: 500;
}
.p-program-list__table dl dd {
  padding-left: 0.21rem;
  display: flex;
  gap: 0 1em;
  flex-wrap: wrap;
}
.p-program-list__table dl:nth-last-of-type(1) {
  padding-right: 0.3rem;
}

.p-corner {
  border-top: 0.01rem solid #707070;
  display: flex;
  flex-direction: column;
  width: 100%;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-corner {
    font-size: 0.16rem;
    line-height: 0.28rem;
  }
}
.p-corner img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
.p-corner #wg-smile {
  width: 2.4rem;
}
.p-corner #wg-voice {
  width: 2.8rem;
}
.p-corner #wg-wedding {
  width: 2.7rem;
}
.p-corner #wg-madonna {
  width: 2.7rem;
}
.p-corner #wg-mimimon img {
  height: 1.88rem;
}
.p-corner #potluck-ecolife {
  width: 2.85rem;
}
@media screen and (min-width: 768px) {
  .p-corner #potluck-ecolife {
    width: 3.5rem;
  }
}
.p-corner__wrapper {
  width: 100%;
  display: flex;
  border-bottom: 0.01rem solid #707070;
}
.p-corner__time {
  flex: none;
  width: 0.5rem;
  background-color: rgba(228, 242, 250, 0.9);
  padding-top: 0.16rem;
  padding-left: 0.06rem;
}
@media screen and (min-width: 768px) {
  .p-corner__time {
    width: 2.6rem;
    padding-top: 0.2rem;
    padding-left: 0.2rem;
  }
}
.p-corner__time div {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-corner__time div {
    flex-direction: row;
    gap: 0.03rem;
    align-items: baseline;
  }
}
.p-corner__time div strong {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-corner__time div strong {
    font-size: 0.26rem;
    line-height: 0.36rem;
  }
}
.p-corner__time div span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.1rem;
  line-height: 0.15rem;
  letter-spacing: 0;
  font-weight: 500;
  margin-top: -0.03rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-corner__time div span {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
.p-corner__content {
  flex-grow: 1;
  padding: 0.15rem 0.18rem;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
@media screen and (min-width: 768px) {
  .p-corner__content {
    gap: 0.25rem;
    padding: 0.2rem 2.11rem 0.28rem 0.3rem;
  }
}
.p-corner__name {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.29rem;
  letter-spacing: 0;
  font-weight: 700;
  color: #2294D0;
}
@media screen and (min-width: 768px) {
  .p-corner__name {
    font-size: 0.26rem;
    line-height: 0.37rem;
  }
}
.p-corner__heading {
  font-weight: 500;
}
.p-corner__heading--large {
  font-size: 0.16rem;
  line-height: 0.32rem;
  line-height: 5rem;
}
@media screen and (min-width: 768px) {
  .p-corner__heading--large {
    font-size: 0.2rem;
    line-height: 0.4rem;
  }
}
.p-corner__padding {
  padding-left: 0.23rem;
}
@media screen and (min-width: 768px) {
  .p-corner__padding {
    padding-right: 0.55rem;
  }
}
.p-corner__personality {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-corner__personality--wrapper {
  width: 1.33rem;
  display: flex;
  flex-direction: column;
  gap: 0.13rem;
}
.p-corner__personality--wrapper img {
  display: block;
  height: 1.77rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-corner__personality--wrapper figcaption {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 500;
}
.p-corner__personality--wrapper figcaption span {
  font-size: 0.12rem;
}
.p-corner__2column {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
@media screen and (min-width: 768px) {
  .p-corner__2column {
    flex-direction: row;
    gap: 0.33rem;
  }
}
@media screen and (min-width: 768px) {
  .p-corner__2column--left {
    flex: none;
    width: 3.07rem;
  }
}
.p-corner__2column--right {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
@media screen and (min-width: 768px) {
  .p-corner__2column--right {
    gap: 0.25rem;
  }
}
.p-corner__gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem 0.09rem;
}
.p-corner__gallery img {
  display: block;
  width: 1.33rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
.p-corner__button {
  display: flex;
  align-items: center;
  padding-top: 0.05rem;
  padding-left: 0.15rem;
  padding-right: 0.15rem;
  padding-bottom: 0.05rem;
  width: 100%;
  min-height: 0.4rem;
  background-color: #2294D0;
  gap: 0.1rem;
  color: white;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 500;
  border-radius: 1rem;
}
@media screen and (min-width: 768px) {
  .p-corner__button {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 0.16rem;
    min-width: 2.63rem;
  }
}
.p-corner__button::before {
  content: "";
  width: 0.16rem;
  height: 0.15rem;
  background-image: url("../img/common/arrow_right_big.svg");
  background-size: contain;
  background-repeat: no-repeat;
  flex: none;
}
.p-corner__button span {
  padding-bottom: 0.02rem;
}
.p-corner__person {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-corner__person {
    gap: 0.27rem;
    flex-direction: row;
  }
}
.p-corner__person img {
  display: block;
  width: auto;
  height: 1.77rem;
  flex: none;
}
.p-corner__list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.p-corner__list li {
  padding: 0.1rem;
  border-bottom: 0.01rem solid #707070;
  font-feature-settings: "palt" 1;
}
@media screen and (min-width: 768px) {
  .p-corner__list li {
    padding: 0.08rem 0.12rem;
  }
}
.p-corner__list li:nth-last-of-type(1) {
  border-bottom: unset;
}
.p-corner__list h3 {
  color: #2294D0;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 500;
  position: relative;
  left: -0.03rem;
}
@media screen and (min-width: 768px) {
  .p-corner__list h3 {
    font-size: 0.16rem;
    line-height: 0.32rem;
    left: unset;
    position: initial;
  }
}

.p-corner-personality {
  background-color: rgba(228, 242, 250, 0.9);
  padding: 0.3rem 0.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-corner-personality {
    padding: 0.5rem 0.6rem;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-corner-personality__wrapper {
    width: 4.43rem;
    flex: none;
  }
}
.p-corner-personality__name {
  display: flex;
  gap: 0.09rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 500;
  align-items: flex-end;
  margin-bottom: 0.09rem;
}
@media screen and (min-width: 768px) {
  .p-corner-personality__name {
    font-size: 0.24rem;
    line-height: 0.35rem;
    margin-bottom: 0.13rem;
  }
}
.p-corner-personality__name::before {
  content: "";
  width: 0.22rem;
  height: 0.21rem;
  background-image: url("../img/common/balloon_blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  flex: none;
}
@media screen and (min-width: 768px) {
  .p-corner-personality__name::before {
    width: 0.31rem;
    height: 0.3rem;
  }
}
.p-corner-personality__profile {
  display: flex;
  gap: 0.12rem;
  gap: 0.3rem;
}
.p-corner-personality__profile--image {
  width: 1.33rem;
  height: 1.77rem;
  display: block;
  margin-top: 0.06rem;
}
@media screen and (min-width: 768px) {
  .p-corner-personality__profile--image {
    margin-top: unset;
  }
}
.p-corner-personality__profile--text {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-corner-personality__profile--text {
    font-size: 0.16rem;
  }
}

.p-calendar {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-calendar--prev {
    position: absolute;
    z-index: 10;
    width: 0.29rem;
    height: 0.29rem;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    background-image: url("../img/common/icon_prev.svg"), radial-gradient(circle at 50% 50%, white 0%, white 50%, transparent 50%, transparent 100%);
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 100%;
    cursor: pointer;
    transition: 0.3s;
  }
  .p-calendar--prev:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .p-calendar--next {
    position: absolute;
    width: 0.29rem;
    height: 0.29rem;
    z-index: 10;
    top: 50%;
    left: unset;
    right: 0;
    transform: translate(50%, -50%);
    background-image: url("../img/common/icon_next.svg"), radial-gradient(circle at 50% 50%, white 0%, white 50%, transparent 50%, transparent 100%);
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 100%;
    cursor: pointer;
    transition: 0.3s;
  }
  .p-calendar--next:hover {
    opacity: 0.7;
  }
}
.p-calendar[data-current-week=calendar-prev] .p-calendar--prev {
  opacity: 0.3;
  cursor: initial;
}
.p-calendar[data-current-week=calendar-next] .p-calendar--next {
  opacity: 0.3;
  cursor: initial;
}
.p-calendar__container {
  width: 100%;
  height: 0.5rem;
  overflow: scroll;
  --color: white;
  --bgcolor: black;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-calendar__container {
    overflow: hidden;
    height: 0.85rem;
  }
}
.p-calendar__week {
  display: flex;
  max-width: unset;
  flex: none;
}
@media screen and (min-width: 768px) {
  .p-calendar__week {
    max-width: 100%;
    width: 100%;
    display: none;
  }
}
.p-calendar__week[data-pc-current] {
  display: flex;
}
.p-calendar__date {
  position: relative;
  width: 0.94rem;
  height: 100%;
  background-color: var(--bgcolor);
  color: var(--color);
  padding-top: 0.22rem;
  display: flex;
  justify-content: center;
  gap: 0.03rem;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.16rem;
  line-height: 0.23rem;
  letter-spacing: 0;
  font-weight: 600;
  flex: none;
  border-right: 0.01rem solid white;
}
@media screen and (min-width: 768px) {
  .p-calendar__date {
    flex-grow: 1;
    padding-top: 0.3rem;
    width: 14.2857142857%;
  }
}
.p-calendar__date::before {
  content: "";
  position: absolute;
  top: 0.02rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.15rem;
  line-height: 0.21rem;
  letter-spacing: 0;
  font-weight: 700;
  color: var(--color);
}
@media screen and (min-width: 768px) {
  .p-calendar__date::before {
    font-size: 0.27rem;
    line-height: 0.37rem;
    top: 0.04rem;
  }
}
.p-calendar__date:nth-of-type(1)::before {
  content: "MON";
}
.p-calendar__date:nth-of-type(2)::before {
  content: "TUE";
}
.p-calendar__date:nth-of-type(3)::before {
  content: "WED";
}
.p-calendar__date:nth-of-type(4)::before {
  content: "THU";
}
.p-calendar__date:nth-of-type(5)::before {
  content: "FRI";
}
.p-calendar__date:nth-of-type(6)::before {
  content: "SAT";
  color: #2294D0;
}
@media screen and (min-width: 768px) {
  .p-calendar__date:nth-of-type(7) {
    border: unset;
  }
}
.p-calendar__date:nth-of-type(7)::before {
  content: "SUN";
  color: #FF6E77;
}
.p-calendar__date span {
  display: flex;
  gap: 0.03rem;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  top: -0.03rem;
}
@media screen and (min-width: 768px) {
  .p-calendar__date span {
    font-size: 0.29rem;
    line-height: 0.4rem;
    top: 0.05rem;
  }
}
.p-calendar__date span::after {
  content: "/";
  color: white;
  font-size: 0.09rem;
  line-height: 0.12rem;
}
@media screen and (min-width: 768px) {
  .p-calendar__date span::after {
    font-size: 0.18rem;
    line-height: 0.25rem;
  }
}
.p-calendar__date strong {
  color: var(--color);
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.24rem;
  line-height: 0.23rem;
  letter-spacing: 0;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-calendar__date strong {
    font-size: 0.4rem;
    line-height: 0.56rem;
  }
}
.p-calendar__date--current {
  --bgcolor: #2294D0;
  --color: #F7D80C;
}
.p-calendar__date--current:nth-of-type(6) span {
  color: #F7D80C;
}
.p-calendar__date--current:nth-of-type(6)::before {
  color: white;
}
.p-calendar__date--current:nth-of-type(7) {
  --bgcolor: #E25861;
}
.p-calendar__date--current:nth-of-type(7) span {
  color: #F7D80C;
}
.p-calendar__date--current:nth-of-type(7)::before {
  color: white;
}

.p-time-selector {
  display: flex;
  justify-content: center;
  gap: 0.05rem;
  --bgcolor: white;
  --color: #2294D0;
}
@media screen and (min-width: 768px) {
  .p-time-selector {
    justify-content: space-between;
  }
}
.p-time-selector__wrapper {
  flex: none;
  width: 1.17rem;
  height: 0.3rem;
  border: 0.015rem solid #2294D0;
  background-color: var(--bgcolor);
  color: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.05rem;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-time-selector__wrapper {
    width: 3.6rem;
    height: 0.5rem;
    font-size: 0.27rem;
    line-height: 0.37rem;
    border-radius: 0.1rem;
  }
}
.p-time-selector[data-start-time="0500"] [href*="start_time=0500"] {
  --bgcolor: #2294D0;
  --color: #F7D80C;
}
.p-time-selector[data-start-time="1300"] [href*="start_time=1300"] {
  --bgcolor: #2294D0;
  --color: #F7D80C;
}
.p-time-selector[data-start-time="2100"] [href*="start_time=2100"] {
  --bgcolor: #2294D0;
  --color: #F7D80C;
}

.p-timetable {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 0.01rem solid #707070;
}
.p-timetable__wrapper {
  display: flex;
  border-bottom: 0.01rem solid #707070;
}
.p-timetable__time {
  flex: none;
  padding: 0.2rem 0.05rem 0.2rem;
  background-color: rgba(228, 242, 250, 0.9);
  display: flex;
  flex-direction: column;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.14rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-timetable__time {
    padding: 0.2rem;
    font-size: 0.26rem;
    line-height: 0.36rem;
    flex-direction: row;
    width: 2.6rem;
  }
}
.p-timetable__time span {
  width: 0.4rem;
}
@media screen and (min-width: 768px) {
  .p-timetable__time span {
    width: unset;
  }
}
.p-timetable__content {
  flex-grow: 1;
  padding: 0.15rem 0.2rem 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-timetable__content {
    padding: 0.2rem 0 0.3rem 0.3rem;
  }
}
.p-timetable__name {
  display: block;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.21rem;
  line-height: 0.29rem;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Poppins", "Times", sans-serif, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  margin-bottom: 0.07rem;
  color: #2294D0;
}
@media screen and (min-width: 768px) {
  .p-timetable__name {
    font-size: 0.26rem;
    line-height: 0.36rem;
    margin-bottom: 0.05rem;
  }
}
.p-timetable__link {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.1rem 0.2rem;
  margin-bottom: 0.2rem;
}
.p-timetable__link a {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  background-image: url("../img/common/icon_external.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  bottom: -0.07rem;
}
.p-timetable__link a[href*="audee.jp"] {
  width: 0.47rem;
  height: 0.25rem;
  background-image: url("../img/common/logo_audee.svg");
  bottom: unset;
}
.p-timetable__link a[href*="radiko.jp"] {
  width: 0.58rem;
  height: 0.15rem;
  background-image: url("../img/common/logo_radiko.svg");
  bottom: unset;
}
.p-timetable__link a[href=""] {
  display: none;
}
.p-timetable__image {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 0.11rem;
}
.p-timetable__image img {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-timetable__info {
    display: flex;
    gap: 0.36rem;
  }
}
.p-timetable__info .c-btn--blue--balloon {
  margin-bottom: 0.13rem;
}
@media screen and (min-width: 768px) {
  .p-timetable__info .c-btn--blue--balloon {
    margin-bottom: 0.15rem;
  }
}
@media screen and (min-width: 768px) {
  .p-timetable__info--left {
    width: 4.1rem;
    flex: none;
  }
}
@media screen and (min-width: 768px) {
  .p-timetable__info--right {
    flex-grow: 1;
  }
}
.p-timetable__info--performer {
  display: flex;
  gap: 0 0.1rem;
  margin-bottom: 0.19rem;
  align-items: baseline;
  padding-left: 0.1rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-timetable__info--performer {
    margin-bottom: 0.1rem;
    padding-left: 0.15rem;
  }
}
.p-timetable__info--performer span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.11rem;
  line-height: 0.16rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-timetable__info--performer span {
    font-size: 0.14rem;
    line-height: 0.2rem;
  }
}
.p-timetable__info--performer::before {
  position: absolute;
  left: 0;
  top: 0.03rem;
  content: "";
  width: 0.0688rem;
  height: 0.1045rem;
  background-image: url("../img/common/icon_mic.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-timetable__info--performer::before {
    width: 0.0983rem;
    height: 0.1492rem;
  }
}
.p-timetable__info--performer--image {
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-timetable__info--performer--image {
    margin-bottom: 0.3rem;
  }
}
.p-timetable__info--performer--image img {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
}
.p-timetable__info--guest {
  display: flex;
  gap: 0 0.1rem;
  margin-bottom: 0.19rem;
  align-items: baseline;
  position: relative;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.11rem;
  line-height: 0.16rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-timetable__info--guest {
    margin-bottom: 0.1rem;
    font-size: 0.14rem;
    line-height: 0.2rem;
  }
}
.p-timetable__info--guest span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.11rem;
  line-height: 0.16rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-timetable__info--guest span {
    font-size: 0.14rem;
    line-height: 0.2rem;
  }
}
.p-timetable__info--guest::before {
  content: "ゲスト";
  font-weight: 500;
}
.p-timetable__desc {
  display: block;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.22rem;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 0.2rem;
}
.p-timetable__desc a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-timetable__desc {
    margin-bottom: unset;
    font-size: 0.16rem;
    line-height: 0.28rem;
  }
}
.p-timetable__corner {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.p-timetable__corner dl {
  display: flex;
  gap: 0.1rem;
}
.p-timetable__corner dl dt {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 400;
  width: 0.4rem;
  flex: none;
  white-space: nowrap;
  color: #2294D0;
}
.p-timetable__corner dl dd {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 400;
}

.p-onairlist, .p-agency-list, .p-concert-list {
  width: 100%;
}
.p-onairlist__header, .p-concert-list__header {
  position: relative;
  z-index: 10;
  width: 100%;
  padding-top: 0.09rem;
  padding-bottom: 0.1rem;
  background-color: #251E00;
  color: white;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-onairlist__header, .p-concert-list__header {
    padding-top: 0.15rem;
    padding-bottom: 0.2rem;
    pointer-events: none;
  }
}
.p-onairlist__heading, .p-concert-list__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.09rem;
}
.p-onairlist__heading strong, .p-concert-list__heading strong {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.32rem;
  line-height: 0.45rem;
  letter-spacing: 0;
  font-weight: 600;
  color: #F7D80C;
  gap: 0.14rem;
}
.p-onairlist__heading strong::before, .p-concert-list__heading strong::before {
  content: "";
  width: 0.3rem;
  height: 0.29rem;
  background-image: url("../img/common/icon_music.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 0.02rem;
  margin-right: 0.04rem;
}
.p-onairlist__heading strong::after, .p-concert-list__heading strong::after {
  content: "";
  width: 0.34rem;
  height: 0.32rem;
  background-image: url("../img/common/playing.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-onairlist__heading span, .p-concert-list__heading span {
  margin-top: -0.04rem;
}
.p-onairlist__search {
  position: absolute;
  z-index: 11;
  top: 1rem;
  left: 0;
  width: 100%;
  background-color: #251E00;
  padding-left: 0.41rem;
  padding-right: 0.41rem;
  display: flex;
  flex-direction: column;
  color: white;
  gap: 0.04rem;
  height: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-onairlist__search {
    position: relative;
    top: unset;
    padding-bottom: 0.24rem;
    height: auto;
    flex-direction: row;
    align-items: center;
    gap: 0.3rem;
    padding-left: unset;
    padding-right: unset;
    justify-content: center;
  }
}
.p-onairlist__search--item {
  display: flex;
  flex-direction: column;
  gap: 0.04rem;
}
@media screen and (min-width: 768px) {
  .p-onairlist__search--item {
    flex-direction: row;
    align-items: center;
    gap: 0.15rem;
  }
}
.p-onairlist__search--item span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.13rem;
  line-height: 0.19rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-onairlist__search--item span {
    font-size: 0.2rem;
    line-height: 0.29rem;
    white-space: nowrap;
  }
}
.p-onairlist__search--item input, .p-onairlist__search--item select {
  width: 100%;
  height: 0.36rem;
  border: 0.01rem solid #707070;
  border-radius: 0.045rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 400;
  color: #251E00;
  padding-left: 0.05rem;
  padding-right: 0.05rem;
}
@media screen and (min-width: 768px) {
  .p-onairlist__search--item input, .p-onairlist__search--item select {
    width: 3rem;
    height: 0.5rem;
  }
}
.p-onairlist__search--item select {
  padding-top: unset;
  padding-bottom: unset;
}
.p-onairlist__search--submit {
  width: 1.04rem;
  height: 0.27rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F7D80C;
  border-radius: 0.045rem;
  margin-top: 0.08rem;
  margin-left: auto;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 500;
  transition: 0.3s;
  cursor: pointer;
  color: black;
  border: unset;
}
.p-onairlist__search--submit:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .p-onairlist__search--submit {
    width: 1.16rem;
    height: 0.5rem;
    border-radius: 0.1rem;
    font-size: 0.2rem;
    line-height: 0.29rem;
    margin-top: unset;
    margin-left: unset;
    border-radius: 0.1rem;
  }
}
.p-onairlist__search--close {
  position: absolute;
  width: 0.1rem;
  height: 0.05rem;
  bottom: 0.15rem;
  left: 50%;
  transform: translateX(-50%) scaleY(-1);
  background-image: url("../img/common/arrow_bottom_white_simple.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-onairlist__search--close {
    display: none;
  }
}
.p-onairlist__search--switch {
  display: none;
}
.p-onairlist__search--switch:checked ~ .p-onairlist__search {
  height: auto;
  padding-bottom: 0.13rem;
}
.p-onairlist__search--switch:checked ~ .p-onairlist__header .p-onairlist__search--display, .p-onairlist__search--switch:checked ~ .p-concert-list__header .p-onairlist__search--display {
  opacity: 0;
}
.p-onairlist__search--display {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 500;
  gap: 0.05rem;
}
@media screen and (min-width: 768px) {
  .p-onairlist__search--display {
    display: none;
  }
}
.p-onairlist__search--display::before {
  content: "";
  width: 0.11rem;
  height: 0.11rem;
  background-image: url("../img/common/icon_loupe.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-onairlist__search--display::after {
  content: "";
  width: 0.11rem;
  height: 0.061rem;
  background-image: url("../img/common/arrow_bottom_white_simple.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-onairlist__content, .p-agency-list__content, .p-concert-list__content {
    border: 0.05rem solid #2294D0;
  }
}
.p-onairlist__content--header, .p-agency-list__content--header, .p-concert-list__content--header {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-onairlist__content--header, .p-agency-list__content--header, .p-concert-list__content--header {
    flex-direction: row;
    background-color: #2294D0;
  }
}
.p-onairlist__content--header div, .p-agency-list__content--header div, .p-concert-list__content--header div {
  width: 100%;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.06rem;
  padding-bottom: 0.06rem;
  border-bottom: 0.025rem solid #2294D0;
  background-color: #2294D0;
  color: white;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-onairlist__content--header div, .p-agency-list__content--header div, .p-concert-list__content--header div {
    font-size: 0.18rem;
    line-height: 0.26rem;
    flex: none;
    padding-top: 0.03rem;
    padding-bottom: 0.11rem;
    padding-left: unset;
    padding-right: unset;
    border-width: 0.05rem;
  }
}
.p-onairlist__content--header div:nth-of-type(1), .p-agency-list__content--header div:nth-of-type(1), .p-concert-list__content--header div:nth-of-type(1) {
  border-color: #FF6E77;
}
@media screen and (min-width: 768px) {
  .p-onairlist__content--header div:nth-of-type(1), .p-agency-list__content--header div:nth-of-type(1), .p-concert-list__content--header div:nth-of-type(1) {
    text-align: center;
    width: 1.2rem;
  }
}
.p-onairlist__content--header div:nth-of-type(2), .p-agency-list__content--header div:nth-of-type(2), .p-concert-list__content--header div:nth-of-type(2) {
  border-color: #F7D80C;
}
@media screen and (min-width: 768px) {
  .p-onairlist__content--header div:nth-of-type(2), .p-agency-list__content--header div:nth-of-type(2), .p-concert-list__content--header div:nth-of-type(2) {
    width: 3.3rem;
  }
}
.p-onairlist__content--header div:nth-of-type(3), .p-agency-list__content--header div:nth-of-type(3), .p-concert-list__content--header div:nth-of-type(3) {
  border-color: #4EB981;
}
@media screen and (min-width: 768px) {
  .p-onairlist__content--header div:nth-of-type(3), .p-agency-list__content--header div:nth-of-type(3), .p-concert-list__content--header div:nth-of-type(3) {
    width: 3.3rem;
  }
}
.p-onairlist__content--header div:nth-of-type(4), .p-agency-list__content--header div:nth-of-type(4), .p-concert-list__content--header div:nth-of-type(4) {
  border-color: #81D4FF;
}
@media screen and (min-width: 768px) {
  .p-onairlist__content--header div:nth-of-type(4), .p-agency-list__content--header div:nth-of-type(4), .p-concert-list__content--header div:nth-of-type(4) {
    width: 3.3rem;
  }
}
.p-onairlist__content--item, .p-agency-list__content--item {
  width: 100%;
  padding: 0.1rem 0.25rem 0.15rem;
  background-color: rgba(255, 255, 255, 0.9);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  border-bottom: 0.01rem solid #707070;
}
@media screen and (min-width: 768px) {
  .p-onairlist__content--item, .p-agency-list__content--item {
    flex-direction: row;
    padding: 0;
    gap: 0;
  }
}
.p-onairlist__content--item span, .p-agency-list__content--item span {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-onairlist__content--item span, .p-agency-list__content--item span {
    padding-top: 0.22rem;
    padding-bottom: 0.18rem;
    padding-right: 0.2rem;
    flex: none;
  }
}
@media screen and (min-width: 768px) {
  .p-onairlist__content--item span:nth-of-type(1), .p-agency-list__content--item span:nth-of-type(1) {
    padding-right: unset;
    text-align: center;
    width: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-onairlist__content--item span:nth-of-type(2), .p-agency-list__content--item span:nth-of-type(2) {
    width: 3.3rem;
  }
}
@media screen and (min-width: 768px) {
  .p-onairlist__content--item span:nth-of-type(3), .p-agency-list__content--item span:nth-of-type(3) {
    width: 3.3rem;
  }
}
@media screen and (min-width: 768px) {
  .p-onairlist__content--item span:nth-of-type(4), .p-agency-list__content--item span:nth-of-type(4) {
    width: 3.3rem;
  }
}

.p-concert-list__header {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-concert-list__header {
    border: 0.05rem solid #251E00;
    border-bottom: unset;
  }
}
.p-concert-list__header--border {
  position: absolute;
  width: 100%;
  height: 0.03rem;
  bottom: 0;
  left: 0;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-concert-list__header--border {
    height: 0.05rem;
  }
}
.p-concert-list__header--border--left {
  height: 100%;
  position: relative;
  width: 50%;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-concert-list__header--border--left {
    width: -moz-fit-content;
    width: fit-content;
    flex: none;
  }
}
.p-concert-list__header--border--left::before {
  content: "";
  width: 50%;
  height: 100%;
  background-color: #F7D80C;
}
@media screen and (min-width: 768px) {
  .p-concert-list__header--border--left::before {
    width: 2.37rem;
    flex: none;
  }
}
.p-concert-list__header--border--left::after {
  content: "";
  width: 50%;
  height: 100%;
  background-color: #2294D0;
}
@media screen and (min-width: 768px) {
  .p-concert-list__header--border--left::after {
    width: 5.3rem;
  }
}
.p-concert-list__header--border--right {
  height: 100%;
  position: relative;
  width: 50%;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-concert-list__header--border--right {
    width: unset;
    flex-grow: 1;
  }
}
.p-concert-list__header--border--right::before {
  content: "";
  width: 50%;
  height: 100%;
  background-color: #FF6E77;
}
@media screen and (min-width: 768px) {
  .p-concert-list__header--border--right::before {
    width: 1.8rem;
    flex: none;
  }
}
.p-concert-list__header--border--right::after {
  content: "";
  width: 50%;
  height: 100%;
  background-color: #4EB981;
}
@media screen and (min-width: 768px) {
  .p-concert-list__header--border--right::after {
    width: unset;
    flex-grow: 1;
  }
}
.p-concert-list__heading span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.p-concert-list__heading strong {
  color: #F7D80C;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.p-concert-list__heading strong::before {
  position: absolute;
  width: 0.3rem;
  height: 0.29rem;
  top: 0.06rem;
  left: 0.3rem;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-concert-list__heading strong::before {
    position: initial;
    top: unset;
    left: unset;
  }
}
.p-concert-list__heading strong::after {
  content: "";
  position: absolute;
  width: 0.3rem;
  height: 0.29rem;
  top: 0.06rem;
  right: 0.3rem;
  background-image: url("../img/common/icon_music.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-concert-list__heading strong::after {
    position: initial;
    top: unset;
    left: unset;
  }
}
@media screen and (min-width: 768px) {
  .p-concert-list__content {
    border: 0.05rem solid #251E00;
    height: 100%;
  }
  .p-concert-list__content div:nth-of-type(1) {
    height: 100%;
  }
}
.p-concert-list__content--header {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-concert-list__content--header div {
    padding-left: 0.15rem;
    text-align: left !important;
  }
}
.p-concert-list__content--header--1st {
  width: 0.9rem;
  flex: none;
}
@media screen and (min-width: 768px) {
  .p-concert-list__content--header--1st {
    width: 1.17rem;
  }
}
.p-concert-list__content--header--1st div {
  height: 100%;
}
.p-concert-list__content--header--1st div:nth-of-type(1) {
  border-color: #F7D80C;
}
@media screen and (min-width: 768px) {
  .p-concert-list__content--header--1st div:nth-of-type(1) {
    width: 1.2rem;
  }
}
.p-concert-list__content--header--2nd {
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .p-concert-list__content--header--2nd {
    display: flex;
  }
}
.p-concert-list__content--header--2nd div:nth-of-type(1) {
  border-color: #F7D80C;
}
@media screen and (min-width: 768px) {
  .p-concert-list__content--header--2nd div:nth-of-type(1) {
    width: 1.2rem;
    flex: none;
  }
}
.p-concert-list__content--header--2nd div:nth-of-type(2) {
  border-color: #2294D0;
}
@media screen and (min-width: 768px) {
  .p-concert-list__content--header--2nd div:nth-of-type(2) {
    width: 5.3rem;
    flex: none;
  }
}
.p-concert-list__content--header--2nd div:nth-of-type(3) {
  border-color: #FF6E77;
}
@media screen and (min-width: 768px) {
  .p-concert-list__content--header--2nd div:nth-of-type(3) {
    width: 1.8rem;
    flex: none;
  }
}
.p-concert-list__content--header--2nd div:nth-of-type(4) {
  border-color: #4EB981;
}
@media screen and (min-width: 768px) {
  .p-concert-list__content--header--2nd div:nth-of-type(4) {
    width: -moz-max-content;
    width: max-content;
    flex-grow: 1;
  }
}
.p-concert-list__content--header div {
  background-color: #251E00;
}
.p-concert-list__content--container {
  display: flex;
  background-color: rgba(255, 255, 255, 0.9);
}
.p-concert-list__content--month {
  border-right: 0.01rem solid #AFAFAF;
  border-bottom: 0.01rem solid #AFAFAF;
  padding: 0.1rem 0.1rem 0.1rem 0.19rem;
  width: 0.9rem;
  height: auto;
  flex: none;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .p-concert-list__content--month {
    width: 1.17rem;
    height: auto;
    padding: 0.24rem 0.2rem;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 0.2rem;
    line-height: 0.34rem;
    letter-spacing: 0;
    font-weight: 400;
  }
}
.p-concert-list__content--item {
  --bg: #4EB981;
  --border: #4EB981;
  --color: white;
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 400;
  padding: 0.1rem 0.25rem 0.15rem 0.15rem;
  border-bottom: 0.01rem solid #AFAFAF;
  width: 100%;
  word-break: auto-phrase;
}
@media screen and (min-width: 768px) {
  .p-concert-list__content--item {
    flex-direction: row;
    align-items: center;
    gap: 0;
    padding-left: unset;
    padding-right: unset;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 0.2rem;
    line-height: 0.34rem;
    letter-spacing: 0;
    font-weight: 400;
  }
  .p-concert-list__content--item > * {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.p-concert-list__content--item:hover {
  --color: #4EB981;
  --bg: white;
  --link: #2294D0;
  --border: white;
  opacity: 1;
  background-color: rgba(247, 216, 12, 0.6);
}
.p-concert-list__content--item--day {
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .p-concert-list__content--item--day {
    text-align: center;
    flex: none;
    width: 1.2rem;
  }
}
.p-concert-list__content--item--title {
  font-weight: 500;
  color: var(--link);
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-concert-list__content--item--title {
    flex: none;
    width: 5.3rem;
  }
}
.p-concert-list__content--item--location {
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .p-concert-list__content--item--location {
    flex: none;
    width: 1.8rem;
    padding-left: 0.1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-concert-list__content--item--state {
    width: -moz-max-content;
    width: max-content;
    flex-grow: 1;
    padding-left: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.p-concert-list__content--item--button {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: var(--color);
  background-color: var(--bg);
  border: 0.01rem solid var(--border);
  border-radius: 0.05rem;
  transition: 0.3s;
  padding: 0.02rem 0.3rem 0.04rem;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .p-concert-list__content--item--button {
    padding-left: 0.05rem;
    padding-right: 0.05rem;
    width: 1.07rem;
    line-height: 0.24rem;
  }
}
.p-concert-list__content--main {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-concert-list__content--main {
    min-height: 1rem;
  }
}
.p-concert-list__detail {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.p-concert-list__detail--date {
  display: flex;
  flex-wrap: wrap;
  padding: 0.04rem 0.25rem 0.07rem;
  background-color: #251E00;
  color: white;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-concert-list__detail--date {
    font-size: 0.2rem;
    line-height: 0.29rem;
    padding: 0.08rem 0.2rem 0.13rem;
  }
}
.p-concert-list__detail--date i:has(~ span:empty) {
  display: none;
}
.p-concert-list__detail--header {
  display: flex;
  flex-direction: column;
  padding: 0.25rem 0.25rem 0.24rem;
  width: 100%;
  gap: 0.11rem;
}
@media screen and (min-width: 768px) {
  .p-concert-list__detail--header {
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 0.35rem 0.3rem;
    align-items: center;
  }
}
.p-concert-list__detail--header--ticket {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: white;
  background-color: #4EB981;
  border-radius: 0.05rem;
  transition: 0.3s;
  padding: 0.02rem 0.3rem 0.04rem;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .p-concert-list__detail--header--ticket {
    padding-left: 0.05rem;
    padding-right: 0.05rem;
    line-height: 0.24rem;
    width: 1.61rem;
    min-height: 0.53rem;
    font-size: 0.23rem;
    line-height: 0.34rem;
  }
}
.p-concert-list__detail--header--name {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.34rem;
  letter-spacing: 0;
  font-weight: 400;
  word-break: auto-phrase;
}
@media screen and (min-width: 768px) {
  .p-concert-list__detail--header--name {
    font-size: 0.26rem;
    line-height: 0.48rem;
    max-width: 7.6rem;
  }
}
.p-concert-list__detail--info {
  display: flex;
  flex-direction: column;
  border-top: 0.01rem solid #aeaeae;
}
.p-concert-list__detail--info dl {
  display: flex;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 400;
  width: 100%;
  border-bottom: 0.01rem solid #aeaeae;
}
@media screen and (min-width: 768px) {
  .p-concert-list__detail--info dl {
    font-size: 0.2rem;
    line-height: 0.32rem;
  }
}
.p-concert-list__detail--info dl dt {
  width: 0.98rem;
  flex: none;
  background-color: rgba(247, 216, 12, 0.6);
  padding: 0.15rem 0 0.15rem 0.25rem;
  border-right: 0.01rem solid #aeaeae;
}
@media screen and (min-width: 768px) {
  .p-concert-list__detail--info dl dt {
    width: 1.6rem;
    padding: 0.19rem 0.3rem 0.21rem l;
  }
}
.p-concert-list__detail--info dl dd {
  flex-grow: 1;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0.15rem 0.25rem 0.17rem 0.19rem;
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
}
@media screen and (min-width: 768px) {
  .p-concert-list__detail--info dl dd {
    gap: 0.12rem;
  }
}
.p-concert-list__detail--info dl dd span {
  display: flex;
  gap: 0 0.08rem;
  flex-wrap: wrap;
}
.p-concert-list__detail--info dl dd span:empty {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-concert-list__detail--info dl dd span {
    gap: 0 0.12rem;
  }
}
.p-concert-list__detail--info dl dd span i {
  font-style: normal;
  display: block;
}
.p-concert-list__detail--info dl dd span i:empty {
  display: none;
}
.p-concert-list__detail--info dl dd span a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .p-agency-list {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-agency-list__content {
    border: unset;
  }
}
@media screen and (min-width: 768px) {
  .p-agency-list__content--header {
    border-left: 0.05rem solid #251E00;
    border-right: 0.05rem solid #251E00;
  }
}
.p-agency-list__content--header div {
  background-color: #251E00;
  height: 0.4rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
}
@media screen and (min-width: 768px) {
  .p-agency-list__content--header div {
    align-items: center;
    display: flex;
    height: 0.5rem;
    font-size: 0.18rem;
    line-height: 0.26rem;
  }
}
.p-agency-list__content--header div:nth-of-type(1) {
  border-color: #F7D80C;
}
@media screen and (min-width: 768px) {
  .p-agency-list__content--header div:nth-of-type(1) {
    text-align: left;
    width: 2.4rem;
    padding-left: 0.2rem;
  }
}
.p-agency-list__content--header div:nth-of-type(2) {
  border-color: #4EB981;
}
@media screen and (min-width: 768px) {
  .p-agency-list__content--header div:nth-of-type(2) {
    width: 3.97rem;
    padding-left: 0.1rem;
  }
}
.p-agency-list__content--header div:nth-of-type(3) {
  border-color: #81D4FF;
}
@media screen and (min-width: 768px) {
  .p-agency-list__content--header div:nth-of-type(3) {
    flex-grow: 1;
    width: auto;
    padding-left: 0.1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-agency-list__content--item {
    border-left: 0.05rem solid #2294D0;
    border-right: 0.05rem solid #2294D0;
  }
  .p-agency-list__content--item:nth-last-of-type(1) {
    border-bottom: 0.05rem solid #2294D0;
  }
}
@media screen and (min-width: 768px) {
  .p-agency-list__content--item span {
    padding-top: 0.18rem;
    padding-bottom: 0.18rem;
  }
}
.p-agency-list__content--item span:nth-of-type(1) {
  border-color: #F7D80C;
}
.p-agency-list__content--item span:nth-of-type(1) a {
  font-weight: 400;
  color: black;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-agency-list__content--item span:nth-of-type(1) {
    text-align: left;
    width: 2.4rem;
    padding-left: 0.2rem;
  }
}
.p-agency-list__content--item span:nth-of-type(2) {
  border-color: #4EB981;
}
@media screen and (min-width: 768px) {
  .p-agency-list__content--item span:nth-of-type(2) {
    width: 3.97rem;
    padding-left: 0.1rem;
  }
}
.p-agency-list__content--item span:nth-of-type(3) {
  border-color: #81D4FF;
}
@media screen and (min-width: 768px) {
  .p-agency-list__content--item span:nth-of-type(3) {
    flex-grow: 1;
    width: auto;
    padding-left: 0.1rem;
  }
}

.p-now-on-air {
  padding: 0.15rem;
  border-radius: 0.15rem;
  background-color: #2294D0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
}
@media screen and (min-width: 768px) {
  .p-now-on-air {
    flex-direction: row;
    gap: 0.1rem;
    padding: 0.15rem 0.29rem 0.15rem 0.19rem;
  }
}
.p-now-on-air__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
.p-now-on-air__heading {
  background-color: black;
  padding-left: 0.08rem;
  padding-right: 0.1rem;
  display: flex;
  align-items: center;
  background-color: black;
  height: 0.32rem;
  color: white;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  border-top-right-radius: 0.02rem;
}
@media screen and (min-width: 768px) {
  .p-now-on-air__heading {
    height: 0.56rem;
    padding-top: 0.06rem;
  }
}
.p-now-on-air__heading::after {
  content: "";
  position: absolute;
  left: calc(100% - 0.01rem);
  top: 0;
  width: 0.16rem;
  height: 100%;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(0% 0%, 0% 100%, 100% 100%);
  background-color: black;
}
.p-now-on-air__heading span {
  display: flex;
  align-items: center;
  gap: 0.12rem;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.19rem;
  line-height: 0.27rem;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-now-on-air__heading span {
    font-size: 0.35rem;
    line-height: 0.49rem;
    gap: 0.17rem;
  }
}
.p-now-on-air__heading span::before {
  content: "";
  background-image: url("../img/common/deco_lightning_blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.11rem;
  height: 0.15rem;
}
@media screen and (min-width: 768px) {
  .p-now-on-air__heading span::before {
    width: 0.19rem;
    height: 0.26rem;
  }
}
.p-now-on-air__heading span::after {
  content: "";
  background-image: url("../img/common/deco_lightning_yellow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.11rem;
  height: 0.15rem;
}
@media screen and (min-width: 768px) {
  .p-now-on-air__heading span::after {
    width: 0.19rem;
    height: 0.26rem;
  }
}
.p-now-on-air__more {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.18rem;
  line-height: 0.25rem;
  letter-spacing: 0;
  font-weight: 700;
  color: white;
}
@media screen and (min-width: 768px) {
  .p-now-on-air__more {
    font-size: 0.24rem;
    line-height: 0.34rem;
    margin-bottom: 0.06rem;
    margin-right: 0.1rem;
  }
}
.p-now-on-air__more::after {
  content: "";
  margin-left: 0.02rem;
  padding-bottom: 0.02rem;
  display: inline-block;
  width: 0.15rem;
  height: 0.08rem;
  background-image: url("../img/common/arrow_right_white_curve.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-now-on-air__more::after {
    width: 0.2rem;
    height: 0.12rem;
  }
}
@media screen and (min-width: 768px) {
  .p-now-on-air__left {
    flex: none;
    width: 6.22rem;
  }
}
@media screen and (min-width: 768px) {
  .p-now-on-air__right {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}
.p-now-on-air__right .p-now-on-air__heading {
  padding-left: 0.83rem;
}
@media screen and (min-width: 768px) {
  .p-now-on-air__right .p-now-on-air__heading {
    padding-left: 1.02rem;
  }
  .p-now-on-air__right .p-now-on-air__heading span {
    font-size: 0.25rem;
    line-height: 0.35rem;
  }
}
@media screen and (min-width: 768px) {
  .p-now-on-air__right .p-now-on-air__heading span {
    gap: 0.1rem;
  }
}
.p-now-on-air__right .p-now-on-air__heading span::before {
  background-image: url("../img/common/deco_lightning_green.svg");
}
@media screen and (min-width: 768px) {
  .p-now-on-air__right .p-now-on-air__heading span::before {
    width: 0.14rem;
    height: 0.19rem;
  }
}
.p-now-on-air__right .p-now-on-air__heading span::after {
  background-image: url("../img/common/deco_lightning_pink.svg");
}
@media screen and (min-width: 768px) {
  .p-now-on-air__right .p-now-on-air__heading span::after {
    width: 0.14rem;
    height: 0.19rem;
  }
}
.p-now-on-air__main {
  border: 0.06rem solid black;
  width: 100%;
  background-color: black;
  color: white;
}
@media screen and (min-width: 768px) {
  .p-now-on-air__main {
    border-width: 0.12rem;
  }
}
.p-now-on-air__image {
  display: block;
  width: 100%;
}
.p-now-on-air__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.01rem;
  gap: 0.06rem;
}
@media screen and (min-width: 768px) {
  .p-now-on-air__info {
    padding-top: 0.045rem;
  }
}
.p-now-on-air__info--text {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  position: relative;
  overflow-x: hidden;
  padding-left: 0.11rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-now-on-air__info--text {
    padding-left: 0.17rem;
  }
}
.p-now-on-air__info--text::before {
  content: "";
  width: 0.0343rem;
  height: 0.3708rem;
  background-color: #2294D0;
  position: absolute;
  top: 52%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-now-on-air__info--text::before {
    width: 0.05rem;
    height: 0.54rem;
  }
}
.p-now-on-air__info--text--inner {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0rem 0.1rem;
}
.p-now-on-air__info--name {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.19rem;
  line-height: 0.27rem;
  letter-spacing: 0;
  font-weight: 700;
  width: 100%;
  display: block;
  margin-bottom: -0.03rem;
}
@media screen and (min-width: 768px) {
  .p-now-on-air__info--name {
    font-size: 0.29rem;
    line-height: 0.4rem;
  }
}
.p-now-on-air__info--time {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.16rem;
  line-height: 0.19rem;
  letter-spacing: 0;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-now-on-air__info--time {
    font-size: 0.18rem;
    line-height: 0.25rem;
    padding-right: 0.68rem;
  }
}
.p-now-on-air__info--performer {
  display: flex;
  gap: 0.07rem;
  align-items: flex-end;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.21rem;
  letter-spacing: 0;
  font-weight: 500;
  position: relative;
  top: -0.01rem;
}
@media screen and (min-width: 768px) {
  .p-now-on-air__info--performer {
    font-size: 0.18rem;
    line-height: 0.26rem;
  }
}
.p-now-on-air__info--performer::before {
  content: "";
  width: 0.1rem;
  height: 0.16rem;
  display: block;
  background-image: url("../img/common/icon_mic.svg");
  background-size: contain;
  background-repeat: no-repeat;
  filter: invert(1);
}
@media screen and (min-width: 768px) {
  .p-now-on-air__info--performer::before {
    width: 0.15rem;
    height: 0.23rem;
  }
}
.p-now-on-air__info--link {
  flex: none;
  display: flex;
  align-items: center;
  gap: 0.09rem;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-now-on-air__info--link {
    gap: 0.16rem;
  }
}
.p-now-on-air__info--link--radiko {
  background-image: url("../img/common/icon_radiko_plain.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.35rem;
  height: 0.35rem;
}
@media screen and (min-width: 768px) {
  .p-now-on-air__info--link--radiko {
    width: 0.45rem;
    height: 0.45rem;
  }
}
.p-now-on-air__info--link--button {
  display: flex;
  flex: none;
  flex-direction: column;
  justify-content: center;
  gap: 0.04rem;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-now-on-air__info--link--button {
    gap: 0.06rem;
    position: relative;
    top: 0.015rem;
  }
}
.p-now-on-air__info--link--button a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.05rem;
  color: white;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0;
  font-weight: 700;
  width: 0.94rem;
  height: 0.2rem;
  border: 0.015rem solid var(--button-color);
  background-color: var(--button-color);
  transition: 0.3s;
}
.p-now-on-air__info--link--button a[href=""] {
  display: none;
}
.p-now-on-air__info--link--button a:hover {
  background-color: white;
  color: var(--button-color);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-now-on-air__info--link--button a {
    width: 1.7rem;
    font-size: 0.15rem;
    line-height: 0.21rem;
    height: 0.28rem;
  }
}
.p-now-on-air__info--link--program {
  --button-color: #2294D0;
}
.p-now-on-air__info--link--message {
  --button-color: #4EB981;
}
.p-now-on-air__date {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: 0.08rem;
  top: -0.17rem;
  width: 0.65rem;
  height: 0.62rem;
  padding-bottom: 0.08rem;
  background-image: url("../img/common/balloon_yellow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  filter: drop-shadow(0 0.03rem 0.06rem rgba(0, 0, 0, 0.5));
}
@media screen and (min-width: 768px) {
  .p-now-on-air__date {
    width: 1.13rem;
    height: 1.07rem;
    top: -0.54rem;
    left: -0.13rem;
    padding-bottom: 0.1rem;
  }
}
.p-now-on-air__date span {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.11rem;
  line-height: 0.16rem;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-now-on-air__date span {
    font-size: 0.16rem;
    line-height: 0.23rem;
  }
}
.p-now-on-air__date strong {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.2rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 700;
  display: block;
  margin-top: -0.05rem;
  margin-bottom: -0.07rem;
}
@media screen and (min-width: 768px) {
  .p-now-on-air__date strong {
    font-size: 0.35rem;
    line-height: 0.49rem;
    margin-top: -0.08rem;
    margin-bottom: -0.08rem;
  }
}
.p-now-on-air__date i {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.1rem;
  line-height: 0.15rem;
  letter-spacing: 0;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .p-now-on-air__date i {
    font-size: 0.16rem;
    line-height: 0.23rem;
  }
}
.p-now-on-air__list {
  border: 0.05rem solid #251E00;
  background-color: black;
  width: 100%;
  --color: #E4F2FA;
}
@media screen and (min-width: 768px) {
  .p-now-on-air__list {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    background-color: #2294D0;
  }
}
.p-now-on-air__list--now {
  position: relative;
  z-index: 2;
  --color: #F7D80C;
  box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.5);
  flex: none;
}
.p-now-on-air__list--now::before {
  content: "";
  width: 0.19rem;
  height: 0.21rem;
  position: absolute;
  top: 50%;
  left: 0.01rem;
  transform: translate(-100%, -50%);
  background-color: var(--color);
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.p-now-on-air__list--item {
  display: flex;
  width: 100%;
  border-bottom: 0.01rem solid #707070;
}
.p-now-on-air__list--item--time {
  padding: 0.07rem 0.12rem 0.07rem 0.12rem;
  background-color: var(--color);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 0.74rem;
  flex: none;
}
.p-now-on-air__list--item--time span {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.18rem;
  line-height: 0.25rem;
  letter-spacing: 0;
  font-weight: 700;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.p-now-on-air__list--item--time span:nth-of-type(1)::after {
  content: "";
  width: 0.015rem;
  height: 0.08rem;
  background-color: black;
}
.p-now-on-air__list--item--info {
  flex-grow: 1;
  background-color: white;
  padding: 0.07rem 0 0.1rem 0.17rem;
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  justify-content: center;
}
.p-now-on-air__list--item--name {
  display: flex;
  align-items: center;
  gap: 0.03rem;
  width: 100%;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.18rem;
  line-height: 0.25rem;
  letter-spacing: 0;
  font-weight: 700;
}
.p-now-on-air__list--item--name::before {
  content: "";
  margin-top: 0.05rem;
  width: 0.16rem;
  height: 0.16rem;
  background-image: url("../img/common/arrow_right_circle_blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 0.05rem;
}
.p-now-on-air__list--item--performer {
  display: flex;
  gap: 0.068rem;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 0.07rem;
  border-top: 0.01rem solid #2294D0;
}
.p-now-on-air__list--item--performer::before {
  content: "";
  width: 0.11rem;
  height: 0.17rem;
  display: block;
  background-image: url("../img/common/icon_mic.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0.03rem;
}
.p-now-on-air__list--item--performer span {
  display: inline-block;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.13rem;
  line-height: 0.19rem;
  letter-spacing: 0;
  font-weight: 400;
}
.p-now-on-air__list--schedule {
  height: -moz-fit-content;
  height: fit-content;
  max-height: 3rem;
  overflow-y: scroll;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .p-now-on-air__list--schedule {
    max-height: 3.8rem;
    flex-grow: 1;
  }
}
.p-now-on-air__list--schedule::-webkit-scrollbar {
  width: 0.1rem;
  background-color: #E4F2FA;
}
.p-now-on-air__list--schedule::-webkit-scrollbar-track {
  width: 0.1rem;
  border-radius: 0.08rem;
  background-color: #E4F2FA;
}
.p-now-on-air__list--schedule::-webkit-scrollbar-thumb {
  border-radius: 0.05rem;
  background-color: #2294D0;
  width: 0.06rem;
  border: 0.02rem solid #E4F2FA;
}

.p-news-category {
  width: 3.25rem;
  margin: auto;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .p-news-category {
    display: none;
  }
}
.p-news-category__switch {
  display: none;
}
.p-news-category__switch:checked ~ .p-news-category .p-news-category__display {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.p-news-category__switch:checked ~ .p-news-category .p-news-category__dropdown {
  height: auto;
}
.p-news-category__select {
  display: none;
}
.p-news-category__select#category-name-all:checked ~ .p-news-category .p-news-category__display {
  --bg-color: black;
}
.p-news-category__select#category-name-all:checked ~ .p-news-category .p-news-category__display::before {
  content: "すべて";
}
.p-news-category__select#category-name-all:checked ~ .p-news-list #news-all {
  opacity: 1;
  pointer-events: all;
}
.p-news-category__select#category-name-collect:checked ~ .p-news-category .p-news-category__display {
  --bg-color: #2294D0;
}
.p-news-category__select#category-name-collect:checked ~ .p-news-category .p-news-category__display::before {
  content: "募集中";
}
.p-news-category__select#category-name-collect:checked ~ .p-news-list #news-collect {
  opacity: 1;
  pointer-events: all;
}
.p-news-category__select#category-name-event:checked ~ .p-news-category .p-news-category__display {
  --bg-color: #F7D80C;
}
.p-news-category__select#category-name-event:checked ~ .p-news-category .p-news-category__display::before {
  content: "EVENT";
  font-style: italic;
  font-weight: 600;
}
.p-news-category__select#category-name-event:checked ~ .p-news-list #news-event {
  opacity: 1;
  pointer-events: all;
}
.p-news-category__select#category-name-campaign:checked ~ .p-news-category .p-news-category__display {
  --bg-color: #FF6E77;
}
.p-news-category__select#category-name-campaign:checked ~ .p-news-category .p-news-category__display::before {
  content: "CAMPAIGN";
  font-style: italic;
  font-weight: 600;
}
.p-news-category__select#category-name-campaign:checked ~ .p-news-list #news-campaign {
  opacity: 1;
  pointer-events: all;
}
.p-news-category__select#category-name-information:checked ~ .p-news-category .p-news-category__display {
  --bg-color: #4EB981;
}
.p-news-category__select#category-name-information:checked ~ .p-news-category .p-news-category__display::before {
  content: "お知らせ";
}
.p-news-category__select#category-name-information:checked ~ .p-news-list #news-information {
  opacity: 1;
  pointer-events: all;
}
.p-news-category__display {
  width: 100%;
  height: 0.4rem;
  background-color: var(--bg-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.29rem;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Poppins", "Times", sans-serif, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  position: relative;
  border-radius: 0.05rem;
  transition: 0.3s;
}
.p-news-category__display::after {
  content: "";
  background-image: url("../img/common/arrow_bottom_circle_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.16rem;
  height: 0.16rem;
  position: absolute;
  top: 50%;
  right: 0.2rem;
  transform: translateY(-50%);
}
.p-news-category__dropdown {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 0;
  display: flex;
  flex-direction: column;
  background-color: white;
  overflow: hidden;
}
.p-news-category__dropdown label, .p-news-category__dropdown a {
  width: 100%;
  height: 0.4rem;
  border: 0.02rem solid var(--border-color);
  border-bottom: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.29rem;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Poppins", "Times", sans-serif, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
.p-news-category__dropdown label:nth-last-of-type(1), .p-news-category__dropdown a:nth-last-of-type(1) {
  border-bottom: 0.02rem solid var(--border-color);
}
.p-news-category__dropdown label[for=category-name-all], .p-news-category__dropdown a[for=category-name-all] {
  --border-color: black;
}
.p-news-category__dropdown label[for=category-name-collect], .p-news-category__dropdown a[for=category-name-collect] {
  --border-color: #2294D0;
}
.p-news-category__dropdown label[for=category-name-event], .p-news-category__dropdown a[for=category-name-event] {
  --border-color: #F7D80C;
}
.p-news-category__dropdown label[for=category-name-campaign], .p-news-category__dropdown a[for=category-name-campaign] {
  --border-color: #FF6E77;
}
.p-news-category__dropdown label[for=category-name-information], .p-news-category__dropdown a[for=category-name-information] {
  --border-color: #4EB981;
}

.p-news-category-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-news-category-pc {
    --color: white;
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  .p-news-category-pc label, .p-news-category-pc a {
    position: relative;
    flex: none;
    cursor: pointer;
    transition: 0.3s;
    --color1: var(--color);
    --color2: var(--bg-color);
  }
  .p-news-category-pc label[for=category-name-all], .p-news-category-pc a[for=category-name-all] {
    --bg-color: black;
  }
  .p-news-category-pc label[for=category-name-collect], .p-news-category-pc a[for=category-name-collect] {
    --bg-color: #2294D0;
  }
  .p-news-category-pc label[for=category-name-event], .p-news-category-pc a[for=category-name-event] {
    --bg-color: #F7D80C;
  }
  .p-news-category-pc label[for=category-name-campaign], .p-news-category-pc a[for=category-name-campaign] {
    --bg-color: #FF6E77;
  }
  .p-news-category-pc label[for=category-name-information], .p-news-category-pc a[for=category-name-information] {
    --bg-color: #4EB981;
  }
  .p-news-category-pc label::before, .p-news-category-pc a::before {
    position: absolute;
    z-index: 1;
    bottom: 0.02rem;
    left: 50%;
    transform: translate(-50%, 100%);
    width: 0.21rem;
    height: 0.18rem;
    content: "";
    display: block;
    background-color: var(--bg-color);
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
            clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
  .p-news-category-pc label::after, .p-news-category-pc a::after {
    position: absolute;
    z-index: 3;
    bottom: 0.03rem;
    left: 50%;
    transform: translate(-50%, 100%);
    width: 0.17rem;
    height: 0.16rem;
    content: "";
    display: block;
    background-color: var(--color1);
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
            clip-path: polygon(0 0, 50% 100%, 100% 0);
    transition: 0.3s;
  }
  .p-news-category-pc label span, .p-news-category-pc a span {
    position: relative;
    z-index: 2;
    width: 1.9rem;
    height: 0.46rem;
    border-radius: 0.1rem;
    background-color: var(--color1);
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0.02rem;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 0.22rem;
    line-height: 0.32rem;
    letter-spacing: 0;
    font-weight: 700;
    color: var(--color2);
    border: 0.025rem solid var(--bg-color);
  }
  .p-news-category-pc label:hover, .p-news-category-pc a:hover {
    --color1: var(--bg-color);
    --color2: var(--color);
    opacity: 1;
  }
  .p-news-category-pc__select#category-name-all:checked ~ .p-news-category-pc label[for=category-name-all] {
    --color1: var(--bg-color);
    --color2: var(--color);
  }
  .p-news-category-pc__select#category-name-collect:checked ~ .p-news-category-pc label[for=category-name-collect] {
    --color1: var(--bg-color);
    --color2: var(--color);
  }
  .p-news-category-pc__select#category-name-event:checked ~ .p-news-category-pc label[for=category-name-event] {
    --color1: var(--bg-color);
    --color2: var(--color);
  }
  .p-news-category-pc__select#category-name-campaign:checked ~ .p-news-category-pc label[for=category-name-campaign] {
    --color1: var(--bg-color);
    --color2: var(--color);
  }
  .p-news-category-pc__select#category-name-information:checked ~ .p-news-category-pc label[for=category-name-information] {
    --color1: var(--bg-color);
    --color2: var(--color);
  }
}

.p-news-fixed-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-news-fixed-list {
    flex-direction: row;
    gap: 0.5rem;
  }
}
.p-news-fixed-list__content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.19rem;
  padding-bottom: 0.1rem;
  flex: none;
}
@media screen and (min-width: 768px) {
  .p-news-fixed-list__content {
    width: 3.4rem;
    gap: 0.08rem;
  }
  .p-news-fixed-list__content:hover .p-news-fixed-list__content--balloon {
    transform: rotate(10deg);
  }
  .p-news-fixed-list__content:hover .p-news-fixed-list__content--balloon span {
    color: white;
  }
  .p-news-fixed-list__content:hover .p-news-fixed-list__content--balloon--path {
    fill: #2294D0;
  }
}
.p-news-fixed-list__content:nth-of-type(2n)::after {
  right: unset;
  left: 0;
}
.p-news-fixed-list__content::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 3.55rem;
  height: 0.01rem;
  background-color: #251E00;
}
@media screen and (min-width: 768px) {
  .p-news-fixed-list__content::after {
    width: 100%;
  }
}
.p-news-fixed-list__content--top {
  display: flex;
  gap: 0.13rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-news-fixed-list__content--top {
    flex-direction: column;
    gap: 0.18rem;
  }
}
.p-news-fixed-list__content--image {
  position: relative;
  display: block;
  flex: none;
  width: 2.1rem;
  height: 1.33rem;
}
@media screen and (min-width: 768px) {
  .p-news-fixed-list__content--image {
    width: 100%;
    height: 2.16rem;
  }
}
.p-news-fixed-list__content--image img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-news-fixed-list__content--balloon {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-news-fixed-list__content--balloon {
    pointer-events: none;
    transition: 0.3s;
    position: absolute;
    top: -0.16rem;
    right: 0.09rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 0.81rem;
    height: 0.77rem;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 0.16rem;
    line-height: 0.2rem;
    letter-spacing: 0;
    font-weight: 700;
    padding-bottom: 0.08rem;
  }
  .p-news-fixed-list__content--balloon svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p-news-fixed-list__content--balloon svg path {
    transition: 0.3s;
  }
  .p-news-fixed-list__content--balloon span {
    position: relative;
    z-index: 2;
    transition: 0.3s;
  }
}
.p-news-fixed-list__content--info {
  padding-right: 0.2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-news-fixed-list__content--info {
    padding-right: unset;
  }
}
.p-news-fixed-list__content--info--top {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-news-fixed-list__content--info--top {
    flex-direction: row;
  }
}
.p-news-fixed-list__content--info--title {
  margin-top: 0.08rem;
  display: block;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.21rem;
  letter-spacing: 0;
  font-weight: 700;
}
.p-news-fixed-list__content--category {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  background-color: var(--color);
  width: -moz-fit-content;
  width: fit-content;
  height: 0.16rem;
  white-space: nowrap;
  padding-left: 0.13rem;
  padding-right: 0.13rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.1rem;
  line-height: 0.1rem;
  letter-spacing: 0;
  font-weight: 700;
}
.p-news-fixed-list__content--category[data-slug=collect] {
  --color:#2294D0 ;
}
.p-news-fixed-list__content--category[data-slug=event] {
  --color:#F7D80C;
  font-family: "Poppins", "Times", sans-serif;
  font-style: italic;
  font-weight: 600;
  padding-bottom: unset;
}
@media screen and (min-width: 768px) {
  .p-news-fixed-list__content--category[data-slug=event] {
    font-size: 0.14rem;
  }
}
.p-news-fixed-list__content--category[data-slug=campaign] {
  --color:#FF6E77;
  font-family: "Poppins", "Times", sans-serif;
  font-style: italic;
  font-weight: 600;
  padding-bottom: unset;
}
@media screen and (min-width: 768px) {
  .p-news-fixed-list__content--category[data-slug=campaign] {
    font-size: 0.14rem;
  }
}
.p-news-fixed-list__content--category[data-slug=information] {
  --color:#4EB981;
}
@media screen and (min-width: 768px) {
  .p-news-fixed-list__content--category {
    height: 0.2rem;
    font-family: "Poppins", "Times", sans-serif;
    font-size: 0.12rem;
    line-height: 0.2rem;
    letter-spacing: 0;
    font-weight: 700;
  }
}
.p-news-fixed-list__content--sup {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Poppins", "Times", sans-serif, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-news-fixed-list__content--sup {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    font-size: 0.15rem;
    line-height: 0.21rem;
  }
}
.p-news-fixed-list__content--excerpt {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 400;
  padding-left: 0.27rem;
  padding-right: 0.27rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-news-fixed-list__content--excerpt {
    padding-left: unset;
    padding-right: unset;
  }
}

.p-news-list {
  position: relative;
  width: 3.35rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-news-list {
    width: 100%;
  }
}
.p-news-list__container, .p-news-list__container--visible {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: 0.3s;
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem 0;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-news-list__container, .p-news-list__container--visible {
    justify-content: flex-start;
    gap: 0.3rem;
  }
}
.p-news-list__container:nth-of-type(1), .p-news-list__container--visible:nth-of-type(1) {
  position: relative;
}
.p-news-list__container--visible {
  opacity: 1;
  pointer-events: all;
}
.p-news-list__content {
  width: 1.58rem;
}
@media screen and (min-width: 768px) {
  .p-news-list__content {
    width: 2.575rem;
  }
}
.p-news-list__content--image {
  width: 100%;
  height: 0.99rem;
  border: 0.02rem solid black;
  box-shadow: 0.03rem 0.03rem 0 var(--color);
  margin-bottom: 0.09rem;
}
@media screen and (min-width: 768px) {
  .p-news-list__content--image {
    height: 1.6125rem;
    box-shadow: 0.057rem 0.05rem 0 var(--color);
    border-width: 0.03rem;
    margin-bottom: 0.13rem;
  }
}
.p-news-list__content--image[data-slug=collect] {
  --color: #2294D0;
}
.p-news-list__content--image[data-slug=event] {
  --color: #F7D80C;
}
.p-news-list__content--image[data-slug=campaign] {
  --color: #FF6E77;
}
.p-news-list__content--image[data-slug=information] {
  --color: #4EB981;
}
.p-news-list__content--image img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-news-list__content--info {
  display: flex;
  flex-direction: column;
  gap: 0.02rem;
  width: 100%;
}
.p-news-list__content--info--top {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-news-list__content--info--top {
    flex-direction: row;
    align-items: center;
  }
}
.p-news-list__content--info--title {
  display: block;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.1rem;
  line-height: 0.15rem;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-news-list__content--info--title {
    font-size: 0.15rem;
    line-height: 0.23rem;
  }
}
.p-news-list__content--sup {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Poppins", "Times", sans-serif, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-news-list__content--sup {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    font-size: 0.15rem;
    line-height: 0.21rem;
  }
}
.p-news-list__content--category {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  background-color: var(--color);
  width: -moz-fit-content;
  width: fit-content;
  height: 0.16rem;
  padding-bottom: 0.02rem;
  white-space: nowrap;
  padding-left: 0.13rem;
  padding-right: 0.13rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.1rem;
  line-height: 0.1rem;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-news-list__content--category {
    height: 0.2rem;
    font-family: "Poppins", "Times", sans-serif;
    font-size: 0.12rem;
    line-height: 0.2rem;
    letter-spacing: 0;
    font-weight: 700;
    padding-bottom: 0.01rem;
  }
}
.p-news-list__content--category[data-slug=collect] {
  --color:#2294D0;
}
.p-news-list__content--category[data-slug=event] {
  --color:#F7D80C;
  font-family: "Poppins", "Times", sans-serif;
  font-style: italic;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-news-list__content--category[data-slug=event] {
    font-size: 0.14rem;
  }
}
.p-news-list__content--category[data-slug=campaign] {
  --color:#FF6E77;
  font-family: "Poppins", "Times", sans-serif;
  font-style: italic;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-news-list__content--category[data-slug=campaign] {
    font-size: 0.14rem;
  }
}
.p-news-list__content--category[data-slug=information] {
  --color:#4EB981 ;
}

.p-pagination .nav-links {
  display: flex;
  gap: 0.1rem;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.18rem;
  line-height: 0.25rem;
  letter-spacing: 0;
  font-weight: 300;
  color: #2294D0;
}
.p-pagination .nav-links > .page-numbers:not(.dots) {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border: 0.01rem solid #2294D0;
  width: 0.24rem;
  height: 0.32rem;
}
.p-pagination .nav-links > .page-numbers:not(.dots).current {
  background-color: #F7D80C;
}
.p-news-article__header {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  align-items: center;
}
.p-news-article__header--category {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  background-color: var(--color);
  width: -moz-fit-content;
  width: fit-content;
  height: 0.2rem;
  white-space: nowrap;
  padding-left: 0.13rem;
  padding-right: 0.13rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 700;
  border: 0.01rem solid white;
}
@media screen and (min-width: 768px) {
  .p-news-article__header--category {
    height: 0.25rem;
    font-family: "Poppins", "Times", sans-serif;
    font-size: 0.12rem;
    line-height: 0.2rem;
    letter-spacing: 0;
    font-weight: 700;
    padding-left: 0.21rem;
    padding-right: 0.21rem;
  }
}
.p-news-article__header--category[data-slug=collect] {
  --color:#2294D0 ;
}
.p-news-article__header--category[data-slug=event] {
  --color:#F7D80C;
  font-family: "Poppins", "Times", sans-serif;
  font-style: italic;
  font-weight: 600;
  padding-bottom: unset;
}
@media screen and (min-width: 768px) {
  .p-news-article__header--category[data-slug=event] {
    font-size: 0.14rem;
  }
}
.p-news-article__header--category[data-slug=campaign] {
  --color:#FF6E77;
  font-family: "Poppins", "Times", sans-serif;
  font-style: italic;
  font-weight: 600;
  padding-bottom: unset;
}
@media screen and (min-width: 768px) {
  .p-news-article__header--category[data-slug=campaign] {
    font-size: 0.14rem;
  }
}
.p-news-article__header--category[data-slug=information] {
  --color:#4EB981;
}
.p-news-article__header--title {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.32rem;
  letter-spacing: 0;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-news-article__header--title {
    font-size: 0.26rem;
    line-height: 0.37rem;
  }
}
.p-news-article__content {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0;
  font-weight: 400;
}
.p-news-article__content > * {
  margin-bottom: 0.3rem;
}
.p-news-article__content a {
  color: #2294D0;
  text-decoration: underline;
}
.p-news-article__content i {
  font-style: italic;
}
.p-news-article__content b, .p-news-article__content strong {
  font-weight: 700;
}
.p-news-article__content h1, .p-news-article__content h2, .p-news-article__content h3, .p-news-article__content h4, .p-news-article__content h5, .p-news-article__content h6 {
  color: #2294D0;
}
.p-news-article__content h1 {
  font-size: 2em;
}
.p-news-article__content h2 {
  font-size: 1.6em;
}
.p-news-article__content h3 {
  font-size: 1.4em;
}
.p-news-article__content h4 {
  font-size: 1.2em;
}
.p-news-article__content h5 {
  font-size: 1.1em;
}
.p-news-article__content h6 {
  font-size: 1em;
}
.p-news-article__content ul li {
  display: flex;
  gap: 0.2em;
  align-items: baseline;
}
.p-news-article__content ul li::before {
  content: "";
  width: 1em;
  height: 1em;
  background-color: #251E00;
  position: relative;
  top: 0.1em;
}
.p-news-article__content p {
  overflow-wrap: break-word;
}
.p-news-article__content .size-full {
  position: relative;
  max-width: unset;
  width: 100vw;
  max-width: unset;
  left: 50%;
  transform: translate(-50%);
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-news-article__content .size-full {
    position: initial;
    left: unset;
    transform: unset;
    max-width: 100%;
    width: 100%;
  }
}
.p-news-article__content .size-full img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-news-article__content .wp-block-columns {
  display: flex;
  flex-direction: column;
  gap: 0.26rem;
}
@media screen and (min-width: 768px) {
  .p-news-article__content .wp-block-columns {
    flex-direction: row;
    gap: 0.1rem;
    align-items: flex-end;
  }
}
.p-news-article__content .wp-block-columns .wp-block-column {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-news-article__content .wp-block-columns .wp-block-column {
    max-width: 50%;
    margin: 0;
    height: -moz-fit-content;
    height: fit-content;
    align-self: flex-end;
  }
}
.p-news-article__content .wp-block-columns .wp-block-column.is-vertically-aligned-center {
  align-self: center !important;
}
.p-news-article__content .wp-block-columns .wp-block-column.is-vertically-aligned-top {
  align-self: flex-start !important;
}
.p-news-article__content .wp-block-gallery {
  display: flex;
  align-items: flex-end;
  gap: 0.12rem;
}
.p-news-article__content .wp-block-gallery.has-nested-images {
  flex-wrap: wrap;
}
.p-news-article__content .wp-block-buttons {
  text-align: center;
}

.p-article-navigation {
  display: flex;
  justify-content: space-between;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-article-navigation {
    justify-content: center;
    gap: 0.5rem;
  }
}
.p-article-navigation a {
  display: flex;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.2rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 300;
  gap: 0.09rem;
  align-items: center;
}
.p-article-navigation a[href=""] {
  opacity: 0.7;
  filter: grayscale(1);
}
.p-article-navigation__prev::after {
  content: "";
  width: 0.12rem;
  height: 0.18rem;
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 100%);
  background-color: #2294D0;
}
.p-article-navigation__next::after {
  content: "";
  width: 0.12rem;
  height: 0.18rem;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  background-color: #2294D0;
}

.p-guest-list {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  --color: #2294D0;
  width: 100%;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-guest-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.25rem;
  }
}
.p-guest-list__more--switch {
  display: none;
}
.p-guest-list__more--switch:checked ~ .p-guest-list .p-guest-list__wrapper:nth-of-type(n+5) {
  display: flex !important;
}
.p-guest-list__more--switch:checked ~ .p-guest-list__more--button {
  display: none;
}
.p-guest-list__more--button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.7rem;
  height: 0.4rem;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 700;
  gap: 0.07rem;
  border: 0.01rem solid #2294D0;
  margin: 0.49rem auto 0;
  cursor: pointer;
  transition: 0.3s;
}
.p-guest-list__more--button:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .p-guest-list__more--button {
    margin-top: 0.5rem;
  }
}
.p-guest-list__more--button::after {
  content: "";
  width: 0.12rem;
  height: 0.1rem;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #FF6E77;
}
.p-guest-list__wrapper {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  gap: 0.09rem;
  padding: 0.15rem 0.15rem 0.13rem;
  border-radius: 0.15rem;
  background-color: var(--color);
  width: 2.58rem;
  transition: 0.3s;
}
.p-guest-list__wrapper:nth-of-type(4n+1) {
  --color: #2294D0;
}
.p-guest-list__wrapper:nth-of-type(4n+2) {
  --color: #4EB981;
}
.p-guest-list__wrapper:nth-of-type(4n+3) {
  --color: #FF6E77;
}
.p-guest-list__wrapper:nth-of-type(4n) {
  --color: #F7D80C;
}
.p-guest-list__wrapper:nth-of-type(n+5) {
  display: none;
}
.p-guest-list__wrapper:hover {
  opacity: 0.7;
}
.p-guest-list__image {
  width: 100%;
  height: 1.5rem;
}
.p-guest-list__image img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-guest-list__info {
  display: flex;
  flex-direction: column;
  gap: 0.09rem;
  width: 100%;
}
.p-guest-list__info--top {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.03rem;
  border-bottom: 0.01rem solid black;
  padding-bottom: 0.09rem;
}
.p-guest-list__info--date {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.p-guest-list__info--date--day {
  display: flex;
  align-items: baseline;
}
.p-guest-list__info--date--day strong {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.24rem;
  line-height: 0.33rem;
  letter-spacing: 0;
  font-weight: 700;
}
.p-guest-list__info--date--day span {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.14rem;
  line-height: 0.33rem;
  letter-spacing: 0;
  font-weight: 700;
  padding-left: 0.2em;
}
.p-guest-list__info--date--time {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.23rem;
  letter-spacing: 0;
  font-weight: 500;
}
.p-guest-list__info--program {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0;
  font-weight: 500;
}
.p-guest-list__info--bottom {
  display: flex;
  justify-content: "baseline";
  gap: 0.1rem;
  width: 100%;
}
.p-guest-list__info--name {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.18rem;
  line-height: 0.25rem;
  letter-spacing: 0;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.06rem;
}
.p-guest-list__info--name::before {
  content: "";
  width: 0.21rem;
  height: 0.2rem;
  background-image: url("../img/common/balloon_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-guest-list__info--role {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 500;
  flex: none;
}
.p-guest-list__desc {
  display: none;
}

.p-guest-modal {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10000;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0.13rem 0.25rem 0.59rem;
  border-radius: 0.2rem;
  filter: drop-shadow(0 0 0.1rem rgba(0, 0, 0, 0.16));
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
  filter: blur(0.02rem);
}
.p-guest-modal[data-modal-active] {
  pointer-events: all !important;
  opacity: 1 !important;
  filter: blur(0rem) !important;
}
@media screen and (min-width: 768px) {
  .p-guest-modal {
    width: 11.2rem;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0.32rem 0.4rem 0.42rem;
  }
}
.p-guest-modal__close {
  position: absolute;
  width: 0.25rem;
  height: 0.25rem;
  top: 0.15rem;
  right: 0.14rem;
  cursor: pointer;
  background-image: url("../img/common/icon_close.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-guest-modal__close {
    width: 0.34rem;
    height: 0.34rem;
    right: 0.15rem;
  }
}
.p-guest-modal__container {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  width: 100%;
}
.p-guest-modal__top {
  display: flex;
  flex-direction: column;
  padding-bottom: 0.08rem;
  border-bottom: 0.01rem solid #2294D0;
}
@media screen and (min-width: 768px) {
  .p-guest-modal__top {
    flex-direction: row;
    align-items: center;
  }
}
.p-guest-modal__date {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-guest-modal__date {
    margin-right: 0.2rem;
    flex: none;
  }
}
.p-guest-modal__date::before {
  content: "";
  display: block;
  width: 0.42rem;
  height: 0.4rem;
  background-image: url("../img/common/balloon_blue.svg");
  margin-right: 0.08rem;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-guest-modal__date::before {
    width: 0.5rem;
    height: 0.48rem;
    margin-right: 0.1rem;
  }
}
.p-guest-modal__date strong {
  display: block;
  margin-right: 0.04rem;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.27rem;
  line-height: 0.37rem;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-guest-modal__date strong {
    font-size: 0.33rem;
    line-height: 0.47rem;
    margin-right: 0.06rem;
  }
}
.p-guest-modal__date span {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.16rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 700;
  margin-top: 0.07rem;
}
@media screen and (min-width: 768px) {
  .p-guest-modal__date span {
    font-size: 0.19rem;
    line-height: 0.25rem;
  }
}
.p-guest-modal__name {
  display: flex;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  .p-guest-modal__name {
    flex: none;
  }
}
.p-guest-modal__name span {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.22rem;
  line-height: 0.31rem;
  letter-spacing: 0;
  font-weight: 500;
  font-family: "Poppins", "Times", sans-serif, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-guest-modal__name span {
    font-size: 0.33rem;
    line-height: 0.47rem;
  }
}
.p-guest-modal__name small {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.31rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-guest-modal__name small {
    font-size: 0.28rem;
    line-height: 0.47rem;
    margin-right: 0.72rem;
  }
}
.p-guest-modal__info {
  display: flex;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  .p-guest-modal__info {
    align-items: center;
  }
}
.p-guest-modal__info strong {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.2rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-guest-modal__info strong {
    font-size: 0.33rem;
    line-height: 0.47rem;
    flex: none;
  }
}
.p-guest-modal__info span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.23rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-guest-modal__info span {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
}
.p-guest-modal__bottom {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-guest-modal__bottom {
    flex-direction: row;
    gap: 0.28rem;
  }
}
.p-guest-modal__image {
  width: 100%;
  height: 2.14rem;
}
@media screen and (min-width: 768px) {
  .p-guest-modal__image {
    width: 3.95rem;
    height: 2.6rem;
    flex: none;
  }
}
.p-guest-modal__image img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-guest-modal__desc {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-guest-modal__desc {
    font-size: 0.16rem;
    line-height: 0.28rem;
  }
}

.p-year-nav {
  display: flex;
  gap: 0.32rem;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-year-nav {
    gap: 0.4rem;
  }
}
.p-year-nav__next {
  display: flex;
  gap: 0.19rem;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.19rem;
  line-height: 0.27rem;
  letter-spacing: 0;
  font-weight: 300;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-year-nav__next {
    font-size: 0.24rem;
    line-height: 0.33rem;
    gap: 0.23rem;
  }
}
.p-year-nav__next::after {
  content: "";
  width: 0.0942rem;
  height: 0.145rem;
  background-color: #2294D0;
  -webkit-clip-path: polygon(0 50%, 100% 0%, 100% 100%);
          clip-path: polygon(0 50%, 100% 0%, 100% 100%);
}
.p-year-nav__next--unable {
  filter: grayscale(1);
  pointer-events: none;
  opacity: 0;
}
.p-year-nav__prev {
  display: flex;
  gap: 0.19rem;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.19rem;
  line-height: 0.27rem;
  letter-spacing: 0;
  font-weight: 300;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-year-nav__prev {
    font-size: 0.24rem;
    line-height: 0.33rem;
    gap: 0.23rem;
  }
}
.p-year-nav__prev::before {
  content: "";
  width: 0.0942rem;
  height: 0.145rem;
  background-color: #2294D0;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.p-year-nav__current {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.24rem;
  line-height: 0.32rem;
  letter-spacing: 0;
  font-weight: 600;
  border-bottom: 0.01rem solid #2294D0;
}
@media screen and (min-width: 768px) {
  .p-year-nav__current {
    font-size: 0.3rem;
    line-height: 0.43rem;
  }
}

.p-song-list {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  width: 100%;
  --bg-color: rgba(34, 148, 208, 0.5);
  --month-color1: white;
  --month-color2: #2294D0;
}
@media screen and (min-width: 768px) {
  .p-song-list {
    flex-direction: row;
    gap: 0.4rem;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.p-song-list__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0.48rem 0.18rem 0.19rem;
  border-radius: 0.05rem;
  background-color: var(--bg-color);
}
@media screen and (min-width: 768px) {
  .p-song-list__wrapper {
    width: 5.2rem;
    padding: 0.77rem 0.37rem 0.26rem 0.21rem;
  }
}
.p-song-list__month {
  position: absolute;
  top: 0.09rem;
  left: 0;
  background-color: var(--month-color1);
  display: flex;
  align-items: center;
  gap: 0.17rem;
  padding: 0 0.12rem 0 0.19rem;
  height: 0.25rem;
  border-radius: 0 1rem 1rem 0;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.18rem;
  line-height: 0.25rem;
  letter-spacing: 0;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-song-list__month {
    top: 0.14rem;
    height: 0.43rem;
    font-size: 0.3rem;
    line-height: 0.43rem;
    padding-left: 0.2rem;
    padding-right: 0.31rem;
    gap: 0.23rem;
  }
}
.p-song-list__month::after {
  content: "";
  width: 0.07rem;
  height: 0.11rem;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  background-color: var(--month-color2);
  width: 0.12rem;
  height: 0.18rem;
}
.p-song-list__content {
  width: 100%;
  display: flex;
  gap: 0.14rem;
  flex-grow: 1;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-song-list__content {
    gap: 0.22rem;
  }
}
.p-song-list__content--song {
  display: flex;
  flex-direction: column;
  gap: 0.04rem;
  width: 1.375rem;
}
.p-song-list__content--song:nth-of-type(n + 3) {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-song-list__content--song {
    width: 2.2rem;
    gap: 0.07rem;
    height: 100%;
  }
}
.p-song-list__content--image {
  width: 100%;
  height: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-song-list__content--image {
    height: 2.2rem;
  }
}
.p-song-list__content--image img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-song-list__content--info {
  display: flex;
  flex-direction: column;
  text-align: center;
  flex-grow: 1;
  justify-content: center;
}
.p-song-list__content--info--name {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.15rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-song-list__content--info--name {
    font-size: 0.25rem;
    line-height: 0.34rem;
  }
}
.p-song-list__content--info--artist {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.15rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-song-list__content--info--artist {
    font-size: 0.25rem;
    line-height: 0.34rem;
  }
}

.p-song-info {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  .p-song-info {
    align-items: center;
    gap: 0.5rem;
  }
}
.p-song-info__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.23rem;
}
@media screen and (min-width: 768px) {
  .p-song-info__wrapper {
    width: 8.14rem;
    padding-left: 0.67rem;
    flex-direction: row;
    gap: 0.5rem;
    align-items: flex-start;
  }
}
.p-song-info__image {
  width: 3rem;
  height: 3rem;
  flex: none;
}
.p-song-info__image img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-song-info__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-song-info__content {
    align-items: flex-start;
    flex-grow: 1;
    justify-content: space-between;
    min-height: 3rem;
  }
}
.p-song-info__name {
  display: flex;
  flex-direction: column;
  gap: 0.07rem;
  text-align: center;
  margin-bottom: 0.21rem;
}
@media screen and (min-width: 768px) {
  .p-song-info__name {
    text-align: left;
    margin-bottom: 0.3rem;
    gap: 0;
  }
}
.p-song-info__name strong {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.22rem;
  line-height: 0.34rem;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-song-info__name strong {
    font-size: 0.25rem;
    line-height: 0.38rem;
    position: relative;
    left: -0.16rem;
  }
}
.p-song-info__name span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.29rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-song-info__name span {
    font-size: 0.25rem;
    line-height: 0.36rem;
  }
}
.p-song-info__desc {
  width: 100%;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 400;
  display: block;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-song-info__desc {
    font-size: 0.16rem;
    line-height: 0.28rem;
    margin-bottom: unset;
  }
}
.p-song-info__link {
  width: 2.5rem;
  height: 0.43rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border: 0.015rem solid black;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.18rem;
  line-height: 0.25rem;
  letter-spacing: 0;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-song-info__link {
    margin-top: 0.2rem;
  }
}

.p-month-selector {
  position: relative;
  z-index: 3;
  background-color: white;
  max-width: unset;
  width: 100vw;
  height: 0.35rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 0.03rem solid var(--border-color);
  --color: #2294D0;
  --border-color: #251E00;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-month-selector {
    max-width: 100%;
    width: 100%;
    height: 0.5rem;
    border: 0.03rem solid var(--border-color);
  }
}
.p-month-selector__switch {
  display: none;
}
.p-month-selector__switch:checked ~ .p-month-selector__container {
  height: 3rem;
  padding-top: 0.04rem;
  padding-bottom: 0.04rem;
  opacity: 1;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .p-month-selector__switch:checked ~ .p-month-selector__container {
    padding-top: 0.06rem;
    padding-bottom: 0.06rem;
  }
}
.p-month-selector__switcher {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.12rem;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.2rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 600;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-month-selector__switcher {
    font-size: 0.3rem;
    line-height: 0.43rem;
    gap: 0.4rem;
  }
}
.p-month-selector__switcher::after {
  content: "";
  width: 0.13rem;
  height: 0.08rem;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0%);
          clip-path: polygon(0 0, 50% 100%, 100% 0%);
  background-color: var(--color);
}
@media screen and (min-width: 768px) {
  .p-month-selector__switcher::after {
    width: 0.18rem;
    height: 0.12rem;
  }
}
.p-month-selector__container {
  position: absolute;
  top: calc(100% - 0.04rem);
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 0;
  overflow: hidden;
  padding-left: 0.68rem;
  padding-right: 0.95rem;
  opacity: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 78%, rgba(226, 226, 226, 0.9) 100%);
}
.p-month-selector__container::-webkit-scrollbar {
  width: 0.1rem;
  background-color: #AFAFAF;
}
.p-month-selector__container::-webkit-scrollbar-track {
  width: 0.1rem;
  border-radius: 0.08rem;
  background-color: #AFAFAF;
}
.p-month-selector__container::-webkit-scrollbar-thumb {
  border-radius: 0.05rem;
  background-color: #707070;
  width: 0.06rem;
  border: 0.02rem solid #AFAFAF;
}
.p-month-selector__wrapper {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.2rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
  transition: 0.3s;
}
.p-month-selector__wrapper:hover {
  color: black;
}

.p-stay-tuned {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-stay-tuned {
    flex-direction: row;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    flex-wrap: wrap;
    gap: 0.51rem 0.66rem;
    justify-content: center;
    align-items: flex-start;
  }
}
.p-stay-tuned__wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  align-items: center;
  text-align: center;
}
.p-stay-tuned__image {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p-stay-tuned__image img {
  height: 2.8rem;
  display: block;
}
.p-stay-tuned__title {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.23rem;
  letter-spacing: 0;
  font-weight: 600;
  color: #2294D0;
}

.p-event-list {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
.p-event-list__top {
  width: 100%;
  padding-top: 0.25rem;
  padding-bottom: 0.26rem;
  gap: 0.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 0.01rem solid #707070;
}
@media screen and (min-width: 768px) {
  .p-event-list__top {
    padding-top: 0.3rem;
    padding-bottom: 0.36rem;
  }
}
.p-event-list__top--link {
  text-decoration: underline;
  font-size: 0.16rem;
  line-height: 0.24rem;
  font-weight: 500;
  color: black;
}
.p-event-list__top--title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.05rem;
}
@media screen and (min-width: 768px) {
  .p-event-list__top--title {
    gap: 0.02rem;
  }
}
.p-event-list__top--title strong {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-event-list__top--title strong {
    font-size: 0.26rem;
    line-height: 0.37rem;
  }
}
.p-event-list__top--title span {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.16rem;
  line-height: 0.23rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-event-list__top--title span {
    font-size: 0.18rem;
    line-height: 0.25rem;
  }
}
.p-event-list__container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.p-event-list__wrapper {
  padding-top: 0.16rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-bottom: 0.15rem;
  width: 100%;
  border-bottom: 0.01rem solid #707070;
}
@media screen and (min-width: 768px) {
  .p-event-list__wrapper {
    padding-top: 0.25rem;
    padding-left: 0.45rem;
    padding-right: 0.51rem;
    padding-bottom: 0.25rem;
  }
}
.p-event-list__info {
  display: flex;
  justify-content: space-between;
}
.p-event-list__info time {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-event-list__info time {
    font-size: 0.2rem;
    line-height: 0.29rem;
  }
}
.p-event-list__info span {
  width: 1.07rem;
  min-height: 0.25rem;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.05rem;
  padding-bottom: 0.02rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.18rem;
  letter-spacing: 0;
  font-weight: 500;
}
.p-event-list__info span::after {
  content: "";
  white-space: pre-wrap;
  text-align: center;
}
.p-event-list__info span[data-category=イベント（スポーツ）] {
  background-color: #cb5393;
}
.p-event-list__info span[data-category=イベント（スポーツ）]::after {
  content: "イベント\aスポーツ";
}
.p-event-list__info span[data-category=イベント（その他）] {
  background-color: #e8e2be;
  color: black;
}
.p-event-list__info span[data-category=イベント（その他）]::after {
  content: "イベント\aその他";
}
.p-event-list__info span[data-category=講演会] {
  background-color: #d685b0;
  color: black;
}
.p-event-list__info span[data-category=講演会]::after {
  content: "講演会";
}
.p-event-list__info span[data-category=展覧会] {
  background-color: #a563a0;
}
.p-event-list__info span[data-category=展覧会]::after {
  content: "展覧会";
}
.p-event-list__info span[data-category=演劇、落語、映画等] {
  background-color: #6bb6bb;
  color: black;
}
.p-event-list__info span[data-category=演劇、落語、映画等]::after {
  content: "演劇、落語\a映画など";
}
.p-event-list__info span[data-category=フェア（記念行事等）] {
  background-color: #6b83bb;
  color: black;
}
.p-event-list__info span[data-category=フェア（記念行事等）]::after {
  content: "フェア\a（記念行事等）";
}
.p-event-list__info span[data-category=コンクール] {
  background-color: #cd5638;
}
.p-event-list__info span[data-category=コンクール]::after {
  content: "コンクール";
}
.p-event-list__info span[data-category=コンサート] {
  background-color: #00a5e7;
}
.p-event-list__info span[data-category=コンサート]::after {
  content: "コンサート";
}
.p-event-list__info span[data-category=コンテスト] {
  background-color: #0168b3;
}
.p-event-list__info span[data-category=コンテスト]::after {
  content: "コンテスト";
}
.p-event-list__info span[data-category=フォーラム] {
  background-color: #f2cf01;
  color: black;
}
.p-event-list__info span[data-category=フォーラム]::after {
  content: "フォーラム";
}
.p-event-list__info span[data-category=セミナー研修会等] {
  background-color: #00984b;
}
.p-event-list__info span[data-category=セミナー研修会等]::after {
  content: "セミナー\a研修会など";
}
.p-event-list__info span[data-category=祭り] {
  background-color: #d78114;
}
.p-event-list__info span[data-category=祭り]::after {
  content: "祭り";
}
.p-event-list__info span[data-category=社会キャンペーン] {
  background-color: #fff001;
  color: black;
}
.p-event-list__info span[data-category=社会キャンペーン]::after {
  content: "社会\aキャンペーン";
}
.p-event-list__info span[data-category=シンポジウム] {
  background-color: #9d8f27;
}
.p-event-list__info span[data-category=シンポジウム]::after {
  content: "その他";
}
.p-event-list__info span[data-category=その他] {
  background-color: #eaeaea;
  color: black;
}
.p-event-list__info span[data-category=その他]::after {
  content: "その他";
}
.p-event-list__title {
  display: block;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 500;
  margin-top: 0.09rem;
  margin-bottom: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-event-list__title {
    font-size: 0.2rem;
    line-height: 0.29rem;
  }
}
.p-event-list__text {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-event-list__text {
    font-size: 0.2rem;
    line-height: 0.29rem;
  }
}

.p-present {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-present {
    gap: 0.5rem;
  }
}
.p-present__wrapper {
  width: 100%;
}
.p-present__head {
  display: flex;
}
.p-present__head h2 {
  display: flex;
}
.p-present__head span {
  background-color: #FF6E77;
  color: white;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 500;
  border-top-left-radius: 0.08rem;
  border: 0.01rem solid black;
  border-bottom: unset;
  flex: none;
  padding-left: 0.15rem;
  padding-right: 0.15rem;
  min-height: 0.34rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-present__head span {
    min-height: 0.43rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    font-size: 0.2rem;
    line-height: 0.29rem;
    border-top-left-radius: 0.1rem;
  }
}
.p-present__head strong {
  padding-left: 0.23rem;
  padding-right: 0.23rem;
  background-color: black;
  color: white;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.18rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 600;
  font-family: "Poppins", "Times", sans-serif, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  border-top-right-radius: 0.08rem;
  border: 0.01rem solid black;
  border-bottom: unset;
  min-height: 0.34rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-present__head strong {
    padding-left: 0.28rem;
    padding-right: 0.28rem;
    min-height: 0.43rem;
    border-top-right-radius: 0.1rem;
    font-size: 0.22rem;
    line-height: 0.3rem;
  }
}
.p-present__main {
  width: 100%;
  border: 0.01rem solid black;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-present__main {
    display: flex;
  }
}
.p-present__content {
  background-color: white;
  padding: 0.18rem 0.13rem 0.33rem 0.16rem;
  border-bottom: 0.01rem solid black;
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .p-present__content {
    border-bottom: unset;
    border-right: 0.01rem solid black;
    padding: 0.2rem 0.2rem 0.37rem;
  }
}
.p-present__emphasis {
  width: 100%;
  display: block;
  padding-bottom: 0.15rem;
  border-bottom: 0.01rem solid #FF6E77;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 0.15rem;
  color: #FF6E77;
}
@media screen and (min-width: 768px) {
  .p-present__emphasis {
    font-size: 0.2rem;
    line-height: 0.29rem;
    padding-bottom: 0.19rem;
    margin-bottom: 0.21rem;
  }
}
.p-present__desc {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.32rem;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-present__desc {
    font-size: 0.22rem;
    line-height: 0.4rem;
    max-width: 4.8rem;
  }
}
.p-present__button {
  width: 100%;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 700;
  gap: 0.1rem;
  background-color: #2294D0;
}
@media screen and (min-width: 768px) {
  .p-present__button {
    height: auto;
    width: 1.3rem;
    flex: none;
  }
}
.p-present__button::after {
  content: "";
  width: 1em;
  height: 1em;
  background-color: white;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.p-present__number {
  position: absolute;
  bottom: 0.08rem;
  left: 0.18rem;
  width: 0.63rem;
  height: 0.63rem;
  border-radius: 100%;
  background-color: white;
  border: 0.01rem solid #2294D0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex: none;
}
@media screen and (min-width: 768px) {
  .p-present__number {
    width: 0.79rem;
    height: 0.79rem;
    bottom: 0.26rem;
    left: unset;
    right: 1.57rem;
  }
}
.p-present__number strong {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.26rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 500;
  gap: 0.01rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-present__number strong {
    font-size: 0.32rem;
    line-height: 0.32rem;
  }
}
.p-present__number span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.12rem;
  letter-spacing: 0;
  font-weight: 500;
  padding-top: 0.04rem;
}
@media screen and (min-width: 768px) {
  .p-present__number span {
    font-size: 0.15rem;
    line-height: 0.15rem;
  }
}

.p-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-banner {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.p-banner a {
  display: block;
}
.p-banner img {
  display: block;
  width: 100%;
  height: 100%;
}

.p-gallery {
  position: fixed;
  z-index: 2001;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow-x: scroll;
  color: white;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 400;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  filter: blur(0.03rem);
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-gallery::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-gallery {
    width: 100%;
  }
}
.p-gallery--active {
  filter: blur(0);
  opacity: 1;
  pointer-events: all;
}
.p-gallery--close {
  display: none;
  display: block;
  width: 0.34rem;
  height: 0.34rem;
  position: fixed;
  top: 0.2rem;
  right: 0.2rem;
  transition: 0.3s;
  cursor: pointer;
}
.p-gallery--close:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .p-gallery--close {
    position: absolute;
    top: 0;
    right: -0.2rem;
    transform: translateX(100%);
  }
}
.p-gallery--bg {
  cursor: pointer;
  position: fixed;
  z-index: 2000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  background-color: #4B2E2E;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.p-gallery--bg--active {
  opacity: 0.95;
  pointer-events: all;
}
.p-gallery__container {
  position: relative;
  width: 100%;
  min-height: 100%;
  padding-top: 1.7rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-gallery__container {
    width: 7.2rem;
    margin: auto;
  }
}
.p-gallery__name {
  width: 1.38rem;
  height: 1.31rem;
  margin: auto;
  position: relative;
  margin-bottom: 0.2rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-gallery__name {
    margin-bottom: -0.84rem;
  }
}
.p-gallery__name svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.p-gallery__name h2 {
  position: relative;
  z-index: 2;
  padding-top: 0.36rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  text-align: center;
  transition: 0.3s;
}
.p-gallery__name h2 strong {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.26rem;
  line-height: 0.36rem;
  letter-spacing: 0;
  font-weight: 700;
}
.p-gallery__name h2 span {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.11rem;
  line-height: 0.16rem;
  letter-spacing: 0.2em;
  font-weight: 300;
  margin-top: -0.05rem;
  margin-bottom: 0.07rem;
  display: block;
}
.p-gallery__slider {
  width: 100%;
  margin-bottom: 0.2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-gallery__slider {
    margin-bottom: 0.24rem;
  }
}
.p-gallery__slider--play {
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  transition: 0.3s;
}
.p-gallery__slider--play:hover {
  opacity: 0.5;
}
.p-gallery__slider--play--active {
  opacity: 0 !important;
}
.p-gallery__slider--play::after {
  content: "";
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../img/common/icon_play_movie.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-gallery__slider--next {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-gallery__slider--next {
    cursor: pointer;
    position: absolute;
    display: block;
    width: 0.48rem;
    height: 0.48rem;
    top: 50%;
    right: -0.2rem;
    transform: translate(100%, -50%);
    transition: 0.3s;
  }
  .p-gallery__slider--next:hover {
    opacity: 0.7;
  }
  .p-gallery__slider--next img {
    display: block;
    width: 100%;
    height: 100%;
  }
}
.p-gallery__slider--prev {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-gallery__slider--prev {
    cursor: pointer;
    position: absolute;
    display: block;
    width: 0.48rem;
    height: 0.48rem;
    top: 50%;
    left: -0.2rem;
    transform: translate(-100%, -50%) scaleX(-1);
    transition: 0.3s;
  }
  .p-gallery__slider--prev:hover {
    opacity: 0.7;
  }
  .p-gallery__slider--prev img {
    display: block;
    width: 100%;
    height: 100%;
  }
}
.p-gallery__slider--main {
  width: 100%;
  height: 2.5rem;
  margin-bottom: 0.21rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-gallery__slider--main {
    height: 4.05rem;
  }
}
.p-gallery__slider--main .swiper {
  height: 100%;
}
.p-gallery__slider--main .swiper-wrapper {
  height: 100%;
}
.p-gallery__slider--main .swiper-wrapper .swiper-slide {
  height: 100%;
  position: relative;
}
.p-gallery__slider--main .swiper-wrapper .swiper-slide img {
  display: block;
  height: 100%;
  width: 100%;
}
.p-gallery__slider--main .swiper-wrapper .swiper-slide video {
  display: block;
  height: 100%;
  width: 100%;
}
.p-gallery__slider--thumb {
  width: 3.25rem;
  height: 0.5rem;
  margin: auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-gallery__slider--thumb {
    width: 100%;
    height: 0.73rem;
  }
}
.p-gallery__slider--thumb .swiper-wrapper {
  height: 100%;
}
.p-gallery__slider--thumb .swiper-wrapper .swiper-slide {
  height: 100%;
  opacity: 0.5;
  transition: 0.3s;
  cursor: pointer;
}
.p-gallery__slider--thumb .swiper-wrapper .swiper-slide:hover {
  opacity: 1;
}
.p-gallery__slider--thumb .swiper-wrapper .swiper-slide-thumb-active {
  opacity: 1;
}
.p-gallery__slider--thumb .swiper-wrapper .swiper-slide img {
  display: block;
}
.p-gallery__slider--thumb .swiper-wrapper .swiper-slide video {
  display: block;
  height: 100%;
  width: 100%;
}
.p-gallery__slider--thumb .swiper-wrapper .swiper-slide .p-gallery__slider--play {
  display: none;
}
.p-gallery__text {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-gallery__text br {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .p-baseball__sp {
    display: none;
  }
}
.p-baseball__pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-baseball__pc {
    display: flex;
    justify-content: space-between;
  }
}
.p-baseball__pc--left {
  width: 5.1rem;
}
.p-baseball__pc--right {
  width: 5.7rem;
  flex: none;
  display: flex;
  flex-direction: column;
}
.p-baseball--today {
  --bg-color: #003F60;
  --color: white;
  --tri-color: #F7D80C;
}
.p-baseball--result {
  --bg-color: white;
  --color: #003F60;
  --tri-color: #2294D0;
}
.p-baseball__accordion {
  margin-bottom: 0.2rem;
}
.p-baseball__accordion--switch {
  display: none;
}
.p-baseball__accordion--switch:checked ~ .p-baseball__accordion--top::after {
  transform: translateY(-50%) rotate(180deg);
}
.p-baseball__accordion--switch:checked ~ .p-baseball__accordion--bottom {
  opacity: 1;
  height: auto;
}
.p-baseball__accordion--switch--additional {
  display: none;
}
.p-baseball__accordion--switch--additional:checked ~ .p-baseball__accordion--additional {
  opacity: 1;
  height: auto;
}
.p-baseball__accordion--top {
  width: 3.45rem;
  height: 0.5rem;
  border-radius: 0.1rem;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding-left: 0.35rem;
  padding-right: 0.5rem;
  color: var(--color);
  background-color: var(--bg-color);
  cursor: pointer;
  gap: 0.11rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.34rem;
  letter-spacing: 0;
  font-weight: 500;
  border: 0.01rem solid #003F60;
}
.p-baseball__accordion--top strong {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.28rem;
  line-height: 0.39rem;
  letter-spacing: 0;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.02rem;
}
.p-baseball__accordion--top strong small {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.2rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 500;
}
.p-baseball__accordion--top span {
  padding-bottom: 0.03rem;
}
.p-baseball__accordion--top::after {
  content: "";
  position: absolute;
  right: 0.26rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.12rem;
  height: 0.1rem;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0%);
          clip-path: polygon(0 0, 50% 100%, 100% 0%);
  background-color: var(--tri-color);
  transition: 0.3s;
}
.p-baseball__accordion--bottom {
  position: relative;
  top: -0.1rem;
  overflow: hidden;
  width: 100%;
  height: 0;
  border-radius: 0 0 0.1rem 0.1rem;
  transition: 0.3s;
  opacity: 0;
}
.p-baseball__accordion--additional {
  position: relative;
  top: -0.1rem;
  overflow: hidden;
  width: 100%;
  height: 0;
  border-radius: 0 0 0.1rem 0.1rem;
  transition: 0.3s;
  opacity: 0;
}
.p-baseball__date {
  width: 100%;
  padding-top: 0.15rem;
  background: linear-gradient(to bottom, #C6D7E2 0%, #F4F7F8 35%, #E5EBEF 85%, #C6D7E2 100%);
  max-height: 3.3rem;
  overflow-y: scroll;
  display: block;
}
.p-baseball__date--wrapper {
  width: 100%;
  height: 0.4rem;
  display: flex;
  align-items: center;
  padding-left: 0.35rem;
  padding-right: 0.35rem;
  color: #003F60;
  cursor: pointer;
  gap: 0.11rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.34rem;
  letter-spacing: 0;
  font-weight: 500;
  border-bottom: 0.01rem solid #C6D7E2;
}
.p-baseball__date--wrapper strong {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.28rem;
  line-height: 0.39rem;
  letter-spacing: 0;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.02rem;
  width: 0.5rem;
}
.p-baseball__date--wrapper strong small {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.2rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 500;
}
.p-baseball__date--wrapper span {
  padding-bottom: 0.03rem;
}
.p-baseball__result {
  padding-top: 0.21rem;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  padding-bottom: 0.14rem;
  background-color: white;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  color: black;
}
@media screen and (min-width: 768px) {
  .p-baseball__result {
    padding: 0.2rem 0.1rem 0.24rem 0.2rem;
  }
}
.p-baseball__result--score {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.05rem;
}
.p-baseball__result--title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.016rem;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-baseball__result--title {
    margin-bottom: 0.05rem;
  }
}
.p-baseball__result--title strong {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-baseball__result--title strong {
    font-size: 0.18rem;
    line-height: 0.26rem;
  }
}
.p-baseball__result--title span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-baseball__result--title span {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
.p-baseball__result--table {
  width: 100%;
  overflow-x: auto;
}
@media screen and (min-width: 768px) {
  .p-baseball__result--table {
    padding-bottom: 0.04rem;
  }
}
@media screen and (min-width: 768px) {
  .p-baseball__result--table::-webkit-scrollbar {
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 0.1rem;
    border: 0.015rem solid rgba(0, 63, 96, 0.15);
    box-sizing: padding-box;
    box-shadow: inset 0 0 0.03rem rgba(0, 0, 0, 0.15);
  }
  .p-baseball__result--table::-webkit-scrollbar-thumb {
    border: 0.02rem solid transparent;
    background-color: rgba(0, 63, 96, 0.15);
    border-radius: 0.2rem;
    box-sizing: padding-box;
  }
}
.p-baseball__result--table--name {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-baseball__result--table--name {
    font-size: 0.2rem;
    line-height: 0.29rem;
  }
}
.p-baseball__result--table table {
  max-width: unset;
  min-width: 100%;
  position: relative;
}
.p-baseball__result--table table td {
  border: 0.015rem solid white;
  background-color: #D8E0E5;
  text-align: center;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 500;
  min-width: 0.25rem;
  vertical-align: center;
  font-feature-settings: "palt" 1;
}
@media screen and (min-width: 768px) {
  .p-baseball__result--table table td {
    min-width: 0.38rem;
    font-size: 0.2rem;
    line-height: 0.28rem;
  }
}
.p-baseball__result--table table td:nth-of-type(1) {
  min-width: 0.7rem;
  color: white;
  background-color: #003F60;
  position: sticky;
  left: 0;
  border: 0.015rem solid white;
}
@media screen and (min-width: 768px) {
  .p-baseball__result--table table td:nth-of-type(1) {
    min-width: 1.1rem;
    padding-left: 0.05rem;
    padding-right: 0.05rem;
  }
}
.p-baseball__result--table table td:nth-last-of-type(1) {
  position: sticky;
  right: 0;
  border: 0.015rem solid white;
}
.p-baseball__result--table table td:nth-last-of-type(1) {
  box-shadow: -0.03rem 0 0.1rem rgba(0, 0, 0, 0.3);
}
.p-baseball__result--table table thead td {
  background-color: #003F60;
  color: white;
}
.p-baseball__result--card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.32rem;
  letter-spacing: 0;
  font-weight: 500;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
.p-baseball__result--card strong {
  font-weight: 600;
}
.p-baseball__inform {
  width: 100%;
  padding-top: 0.01rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.23rem;
  letter-spacing: 0;
  font-weight: 600;
  border-radius: 0.15rem;
  color: white;
  background-color: #FF6E77;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-baseball__inform {
    font-size: 0.18rem;
    line-height: 0.26rem;
    min-height: 0.6rem;
    margin-top: 0.3rem;
    margin-bottom: 0.1rem;
  }
}
.p-baseball__inform span {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.18rem;
  line-height: 0.23rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-baseball__inform span {
    font-size: 0.2rem;
    line-height: 0.26rem;
  }
}
.p-baseball__schedule {
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem;
}
.p-baseball__schedule--wrapper {
  display: flex;
  align-items: center;
  padding-left: 0.075rem;
  background-color: var(--bg-color);
  border-radius: 0.1rem;
  width: 1.2rem;
  height: 0.74rem;
  box-shadow: 0 0 0.1rem rgba(0, 63, 96, 0.3);
  cursor: pointer;
  transition: 0.3s;
  --bg-color: white;
  --color: #2294D0;
  --round-bg-color: #003F60;
  --round-color: white;
}
.p-baseball__schedule--wrapper:hover {
  opacity: 0.7;
}
.p-baseball__schedule--wrapper span {
  width: 0.2rem;
  flex: none;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 0.06rem;
  padding-bottom: 0.06rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.14rem;
  letter-spacing: 0;
  font-weight: 500;
  writing-mode: vertical-rl;
  white-space: nowrap;
  background-color: var(--round-bg-color);
  color: var(--round-color);
}
.p-baseball__schedule--wrapper div {
  margin: auto;
  display: flex;
  justify-content: center;
  color: var(--color);
  gap: 0.02rem;
  flex-wrap: wrap;
}
.p-baseball__schedule--wrapper div small {
  display: flex;
  gap: 0.02rem;
  align-items: center;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.31rem;
  line-height: 0.44rem;
  letter-spacing: 0;
  font-weight: 600;
  height: -moz-fit-content;
  height: fit-content;
}
.p-baseball__schedule--wrapper div small::after {
  content: "/";
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.21rem;
  line-height: 0.29rem;
  letter-spacing: 0;
  font-weight: 500;
}
.p-baseball__schedule--wrapper div strong {
  display: block;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.46rem;
  line-height: 0.54rem;
  letter-spacing: 0;
  font-weight: 600;
}
.p-baseball__schedule--wrapper div p {
  display: block;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 600;
  margin-top: -0.13rem;
  width: 100%;
  text-align: center;
}
.p-baseball__schedule--scheduled {
  --bg-color: #003F60;
  --color: #2294D0;
  --round-bg-color: white;
  --round-color: black;
}
.p-baseball__schedule--onair {
  --round-color: #D02222;
}
.p-baseball__schedule--detail {
  width: 100%;
  border-radius: 0.2rem;
  background-color: white;
  overflow: hidden;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.p-baseball__schedule--detail--heading {
  padding-top: 0.06rem;
  width: 100%;
  border-bottom: 0.02rem solid #2294D0;
}
.p-baseball__schedule--detail--heading h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.1rem;
  width: 100%;
}
.p-baseball__schedule--detail--heading h2 span {
  padding-left: 0.23rem;
  padding-right: 0.23rem;
  border-radius: 1rem;
  background-color: #003F60;
  color: white;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 400;
}
.p-baseball__schedule--detail--heading h2 p {
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.23rem;
  line-height: 0.34rem;
  letter-spacing: 0;
  font-weight: 500;
  color: #003F60;
}
.p-baseball__schedule--detail--heading h2 p strong, .p-baseball__schedule--detail--heading h2 p i {
  font-style: normal;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.34rem;
  line-height: 0.48rem;
  letter-spacing: 0;
  font-weight: 600;
}
.p-baseball__schedule--detail--wrapper {
  flex-grow: 1;
  height: 5.71rem;
  overflow-y: scroll;
}
.p-baseball__schedule--detail--wrapper::-webkit-scrollbar {
  background: white;
  width: 0.3rem;
}
.p-baseball__schedule--detail--wrapper::-webkit-scrollbar-thumb {
  border: 0.1rem solid white;
  background-color: rgba(0, 63, 96, 0.15);
  border-radius: 0.2rem;
}
.p-baseball__banner--small {
  background-color: black;
  margin-top: 0.21rem;
  flex: none;
  height: 0.5rem;
}
.p-baseball__mic {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-baseball__mic {
    display: flex;
    flex-direction: column;
    gap: 0.07rem;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 0.16rem;
    line-height: 0.22rem;
    letter-spacing: 0;
    font-weight: 500;
    margin-top: 0.21rem;
  }
  .p-baseball__mic dl {
    display: flex;
    align-items: center;
    gap: 0.09rem;
  }
  .p-baseball__mic dl dt {
    font-feature-settings: "palt" 1;
    flex: none;
  }
}

.p-seminar-header {
  position: relative;
  z-index: 1000;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  border-top: 0.05rem solid #2294D0;
  box-shadow: 0 0 0.14rem rgba(0, 0, 0, 0.16);
  background-color: white;
}
@media screen and (min-width: 768px) {
  .p-seminar-header {
    flex-direction: column-reverse;
    position: absolute;
  }
}
.p-seminar-header--space {
  padding-bottom: 0.65rem;
}
@media screen and (min-width: 768px) {
  .p-seminar-header--space {
    padding-bottom: 1.45rem;
  }
}
.p-seminar-header__main {
  height: 0.6rem;
  position: relative;
  z-index: 2;
  width: 100%;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .p-seminar-header__main {
    height: 1.4rem;
    background-color: unset;
  }
}
.p-seminar-header__main--container {
  position: relative;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  display: flex;
  align-items: center;
  gap: 0.15rem;
  box-shadow: 0 0rem 0.3rem rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-seminar-header__main--container {
    width: 14.4rem;
    margin: auto;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    box-shadow: unset;
    overflow: initial;
    justify-content: space-between;
  }
}
.p-seminar-header__main * {
  position: relative;
  z-index: 4;
}
.p-seminar-header__logo {
  width: 1.5rem;
  height: 0.38rem;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  position: relative;
  top: 0.03rem;
}
@media screen and (min-width: 768px) {
  .p-seminar-header__logo {
    width: 2.48rem;
    height: 0.93rem;
    top: 0.05rem;
  }
}
.p-seminar-header__logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-seminar-header__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: none;
}
@media screen and (min-width: 768px) {
  .p-seminar-header__tel {
    align-items: flex-start;
  }
}
.p-seminar-header__tel strong {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.16rem;
  line-height: 0.23rem;
  letter-spacing: 0;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.02rem;
}
@media screen and (min-width: 768px) {
  .p-seminar-header__tel strong {
    font-size: 0.28rem;
    line-height: 0.39rem;
  }
  .p-seminar-header__tel strong::before {
    content: "";
    width: 0.24rem;
    height: 0.24rem;
    gap: 0.05rem;
  }
}
.p-seminar-header__tel strong::before {
  content: "";
  width: 0.14rem;
  height: 0.14rem;
  background-image: url("../img/common/icon_tel.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-seminar-header__tel strong::before {
    width: 0.24rem;
    height: 0.24rem;
    flex: none;
  }
}
.p-seminar-header__tel small {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.08rem;
  line-height: 0.11rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-seminar-header__tel small {
    font-size: 0.14rem;
    line-height: 0.23rem;
  }
}
.p-seminar-header__icon {
  display: flex;
  align-items: center;
  gap: 0.08rem;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-seminar-header__icon {
    display: none;
  }
}
.p-seminar-header__icon a, .p-seminar-header__icon label {
  display: block;
  cursor: pointer;
}
.p-seminar-header__icon a img, .p-seminar-header__icon label img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-seminar-header__hamburger {
  width: 0.3rem;
  height: 0.3rem;
  background-color: white;
  border-radius: 100%;
}
@media screen and (min-width: 768px) {
  .p-seminar-header__hamburger {
    display: none;
  }
}
.p-seminar-header__hamburger--parent {
  width: 0.26rem;
  height: 0.18rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.p-seminar-header__hamburger--line {
  background-color: #2294D0;
  width: 100%;
  height: 0.02rem;
  border-radius: 0.02rem;
  position: absolute;
  left: 0;
  transition: 0.3s;
}
.p-seminar-header__hamburger--line:nth-of-type(1) {
  top: 0;
  background-color: #FF6E77;
}
.p-seminar-header__hamburger--line:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
  background-color: #F7D80C;
}
.p-seminar-header__hamburger--line:nth-of-type(3) {
  bottom: 0;
  background-color: #4EB981;
}
.p-seminar-header__hamburger--check {
  display: none;
}
.p-seminar-header__hamburger--check:checked ~ .p-seminar-header__nav--sp {
  transform: translateX(0);
}
.p-seminar-header__hamburger--check:checked ~ .p-seminar-header .p-seminar-header__hamburger--parent .p-seminar-header__hamburger--line:nth-of-type(1) {
  transform: translateY(-50%) rotate(-150deg);
  top: 50%;
}
.p-seminar-header__hamburger--check:checked ~ .p-seminar-header .p-seminar-header__hamburger--parent .p-seminar-header__hamburger--line:nth-of-type(2) {
  opacity: 0;
}
.p-seminar-header__hamburger--check:checked ~ .p-seminar-header .p-seminar-header__hamburger--parent .p-seminar-header__hamburger--line:nth-of-type(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(150deg);
}
.p-seminar-header__nav--icon {
  width: 2.8rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  padding-left: 0.57rem;
  color: white;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 500;
  border-radius: 0.05rem;
  background-color: black;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-seminar-header__nav--icon {
    cursor: pointer;
    width: 1.2rem;
    height: 0.8rem;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    flex: none;
    position: relative;
    padding-left: unset;
    padding-bottom: 0.06rem;
    transition: 0.3s;
  }
}
.p-seminar-header__nav--icon img {
  display: block;
  position: absolute;
  left: 0.12rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.36rem;
  height: 0.29rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-seminar-header__nav--icon img {
    position: initial;
    top: unset;
    transform: unset;
    left: unset;
  }
}
.p-seminar-header__nav--menu {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-seminar-header__nav--menu {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .p-seminar-header__nav--menu > li {
    position: relative;
  }
  .p-seminar-header__nav--menu > li:hover .p-seminar-header__nav--list {
    max-height: 5rem;
  }
}
.p-seminar-header__nav--menu #header-course {
  background-color: #FF6E77;
}
.p-seminar-header__nav--menu #header-course img {
  height: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-seminar-header__nav--menu #header-course img {
    width: 0.36rem;
    height: 0.36rem;
    margin-bottom: 0.03rem;
  }
}
.p-seminar-header__nav--menu #header-price {
  background-color: #4EB981;
}
.p-seminar-header__nav--menu #header-price img {
  height: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-seminar-header__nav--menu #header-price img {
    width: 0.26rem;
    height: 0.25rem;
    margin-bottom: 0.07rem;
  }
}
.p-seminar-header__nav--menu #header-lecturer {
  background-color: #2294D0;
}
.p-seminar-header__nav--menu #header-lecturer img {
  height: 0.29rem;
}
@media screen and (min-width: 768px) {
  .p-seminar-header__nav--menu #header-lecturer img {
    width: 0.45rem;
    height: 0.36rem;
    margin-bottom: 0.03rem;
  }
}
.p-seminar-header__nav--menu #header-access {
  background-color: #F7D80C;
}
.p-seminar-header__nav--menu #header-access img {
  height: 0.22rem;
}
@media screen and (min-width: 768px) {
  .p-seminar-header__nav--menu #header-access img {
    width: 0.35rem;
    height: 0.28rem;
    margin-bottom: 0.06rem;
  }
}
.p-seminar-header__nav--menu #header-video {
  background-color: #D02222;
}
.p-seminar-header__nav--menu #header-video img {
  height: 0.22rem;
}
@media screen and (min-width: 768px) {
  .p-seminar-header__nav--menu #header-video img {
    width: 0.39rem;
    height: 0.27rem;
    margin-bottom: 0.04rem;
  }
}
.p-seminar-header__nav--menu #header-faq {
  background-color: #707070;
}
.p-seminar-header__nav--menu #header-faq img {
  height: 0.24rem;
}
@media screen and (min-width: 768px) {
  .p-seminar-header__nav--menu #header-faq img {
    width: 0.32rem;
    height: 0.32rem;
    margin-bottom: 0.05rem;
  }
}
.p-seminar-header__nav--list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-seminar-header__nav--list {
    position: absolute;
    z-index: -1;
    bottom: 0.1rem;
    transform: translateY(100%);
    max-width: unset;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    transition: 0.3s;
    max-height: 0;
    overflow: hidden;
    padding-top: 0.1rem;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 0 0 0.05rem 0.05rem;
  }
}
.p-seminar-header__nav--list li {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  padding-left: 0.15rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 500;
  color: #707070;
  border-bottom: 0.01rem solid #BFBAB6;
}
.p-seminar-header__nav--list li:nth-last-of-type(1) {
  border-bottom: unset;
}
@media screen and (min-width: 768px) {
  .p-seminar-header__nav--list li {
    padding-top: 0.15rem;
    padding-left: 0.15rem;
    padding-bottom: 0.1rem;
    padding-right: 0.15rem;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 0.16rem;
    line-height: 0.24rem;
    letter-spacing: 0;
    font-weight: 500;
  }
}
.p-seminar-header__nav--sp {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  width: 2.9rem;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.95);
  color: white;
  transform: translateX(100%);
  transition: 0.3s;
  padding-left: 0.1rem;
  overflow: scroll;
  display: flex;
  flex-direction: column;
}
.p-seminar-header__nav--sp::before {
  content: "";
  height: 1rem;
}
@media screen and (min-width: 768px) {
  .p-seminar-header__nav--sp {
    position: absolute;
    height: -moz-fit-content;
    height: fit-content;
    top: unset;
    top: 2.1rem;
    transform: unset;
    transition: 0.3s;
    opacity: 0;
    filter: blur(0.1rem);
    pointer-events: none;
    padding-top: 1.25rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .p-seminar-header__nav--sp::-webkit-scrollbar {
    display: none;
  }
}
.p-seminar-header__nav--sp--container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex: auto;
  max-height: unset;
  gap: 0.17rem;
  padding-top: 0.7rem;
}
@media screen and (min-width: 768px) {
  .p-seminar-header__nav--sp--container {
    max-width: 10.42rem;
    margin: auto;
    flex-direction: row-reverse;
    align-items: center;
  }
}

.p-seminar-footer {
  background-image: url("../img/seminar/common/footer_bg.svg");
  background-size: cover;
  background-position: top center;
  background-repeat: repeat-x;
}
@media screen and (min-width: 768px) {
  .p-seminar-footer {
    background-image: url("../img/seminar/common/footer_bg_pc.svg");
  }
}
.p-seminar-footer__container {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  display: flex;
  flex-direction: column;
  gap: 0.31rem;
}
@media screen and (min-width: 768px) {
  .p-seminar-footer__container {
    flex-direction: row;
    gap: unset;
    padding-top: 0.36rem;
    padding-bottom: 0.45rem;
  }
}
.p-seminar-footer__logo {
  margin: auto;
  width: 3.11rem;
  height: 0.63rem;
}
@media screen and (min-width: 768px) {
  .p-seminar-footer__logo {
    width: 4.48rem;
    height: 0.91rem;
    margin: unset;
  }
}
.p-seminar-footer__logo img {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-seminar-footer__left {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    width: 50%;
    flex: none;
  }
}
@media screen and (min-width: 768px) {
  .p-seminar-footer__right {
    padding-left: 0.27rem;
    padding-right: 0.27rem;
    width: 50%;
    flex: none;
  }
}
.p-seminar-footer__nav {
  display: flex;
  justify-content: space-between;
  color: #707070;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.13rem;
  line-height: 0.19rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-seminar-footer__nav {
    font-size: 0.14rem;
    line-height: 0.2rem;
  }
}
.p-seminar-footer__nav > ul > li {
  display: flex;
  flex-direction: column;
  gap: 0.09rem;
}
@media screen and (min-width: 768px) {
  .p-seminar-footer__nav > ul > li {
    flex-direction: row;
    gap: 0.38rem;
  }
}
.p-seminar-footer__nav ul {
  display: flex;
  flex-direction: column;
  gap: 0.09rem;
}
@media screen and (min-width: 768px) {
  .p-seminar-footer__nav ul {
    gap: 0.18rem;
  }
}
@media screen and (min-width: 768px) {
  .p-seminar-footer__nav li > ul {
    gap: 0.11rem;
  }
}
.p-seminar-footer__nav li > ul li {
  display: flex;
  gap: 0.5em;
  padding-left: 0.5em;
}
@media screen and (min-width: 768px) {
  .p-seminar-footer__nav li > ul li {
    padding-left: unset;
  }
}
.p-seminar-footer__nav li > ul li::before {
  content: "-";
}
@media screen and (min-width: 768px) {
  .p-seminar-footer__nav li > ul li::before {
    content: unset;
  }
}
.p-seminar-footer__link {
  width: 3.25rem;
  height: 0.44rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.015rem solid #2294D0;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.18rem;
  line-height: 0.25rem;
  letter-spacing: 0;
  font-weight: 500;
  color: #2294D0;
  background-color: white;
  border-radius: 0.1rem solid #2294D0;
  background-color: white;
  padding-left: 0.11rem;
  padding-right: 0.17rem;
  justify-content: space-between;
  border-radius: 0.1rem;
}
.p-seminar-footer__link::before {
  content: "";
  width: 1rem;
  height: 0.24rem;
  background-image: url("../img/common/logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  flex: none;
  margin-top: 0.04rem;
}
.p-seminar-footer__link::after {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  background-image: url("../img/common/arrow_right_circle_large_yellow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-seminar-footer__copy {
  width: 100%;
  height: 0.3rem;
  background-color: #2294D0;
  color: white;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.1rem;
  line-height: 0.15rem;
  letter-spacing: 0;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.p-faq {
  display: flex;
  flex-direction: column;
  border-top: 0.01rem solid #E2DFDF;
}
.p-faq__wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.25rem 0.25rem 0.25rem 0.45rem;
  border-bottom: 0.01rem solid #E2DFDF;
}
@media screen and (min-width: 768px) {
  .p-faq__wrapper {
    padding: 0.25rem 0.48rem;
  }
}
.p-faq__wrapper dt {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 500;
  position: relative;
}
.p-faq__wrapper dt::before {
  content: "Q.";
  position: absolute;
  color: #2294D0;
  transform: translateX(-110%);
  font-family: inherit;
}
.p-faq__wrapper dd {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-faq__wrapper dd {
    font-size: 0.16rem;
    line-height: 0.32rem;
  }
}
.p-faq__wrapper dd > *:not(:last-child) {
  padding-bottom: 0.26rem;
}
@media screen and (min-width: 768px) {
  .p-faq__wrapper dd > *:not(:last-child) {
    padding-bottom: 0.32rem;
  }
}

.p-flow {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.p-flow__wrapper {
  display: flex;
  gap: 0.15rem;
  width: 100%;
}
.p-flow__wrapper:nth-last-of-type(1) .p-flow__num--arrow {
  display: none;
}
.p-flow__num {
  flex: none;
  width: 0.3rem;
  display: flex;
  flex-direction: column;
}
.p-flow__num span {
  width: 100%;
  height: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #2294D0;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.18rem;
  line-height: 0.25rem;
  letter-spacing: 0;
  font-weight: 700;
  color: white;
}
.p-flow__num--arrow {
  position: relative;
  width: 100%;
  flex-grow: 1;
  min-height: 0.5rem;
}
.p-flow__num--arrow::after {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 0.22rem;
  height: 0.12rem;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: rgba(34, 148, 208, 0.5);
}
.p-flow__content {
  padding-top: 0.02rem;
  padding-bottom: 0.2rem;
  flex-grow: 1;
}
.p-flow__text {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 500;
}
.p-flow__text a {
  text-decoration: underline;
}
.p-flow__box {
  margin-top: 0.1rem;
  width: 100%;
  border-radius: 0.05rem;
  border: 0.01rem solid #2294D0;
}

.p-table {
  width: 100%;
}
.p-table__sp {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
@media screen and (min-width: 768px) {
  .p-table__sp {
    display: none;
  }
}
.p-table__sp--switch {
  display: none;
}
.p-table__sp--switch:checked ~ .p-table__sp--trigger dd::after {
  content: "";
  transform: rotate(180deg);
}
.p-table__sp--switch:checked ~ .p-table__sp--target {
  max-height: -moz-fit-content;
  max-height: fit-content;
  opacity: 1;
}
.p-table__sp--trigger {
  cursor: pointer;
}
.p-table__sp--trigger dd::after {
  content: "";
  position: absolute;
  width: 0.2rem;
  height: 0.2rem;
  top: 0.12rem;
  right: 0.2rem;
  background-image: url("../img/common/arrow_down_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.p-table__sp--item dl {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.p-table__sp--item dl dt {
  width: 100%;
  padding: 0.1rem 0.11rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 500;
  border: 0.01rem solid #251E00;
  border-bottom: unset;
  background-color: rgba(34, 148, 208, 0.1);
}
.p-table__sp--item dl dd {
  width: 100%;
  border: 0.01rem solid #251E00;
  position: relative;
  padding: 0.1rem 0.6rem 0.2rem 0.11rem;
  background-color: white;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.22rem;
  letter-spacing: 0;
  font-weight: 400;
}
.p-table__sp--item dl dd a {
  text-decoration: underline;
}
.p-table__sp--target {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
  opacity: 0;
}
.p-table__sp--target .p-table__sp--item dt {
  border-top: unset;
}
.p-table__pc {
  width: 100%;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-table__pc {
    display: table;
  }
}
.p-table__pc td {
  border: 0.01rem solid #AFAFAF;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.22rem;
  letter-spacing: 0;
  font-weight: 400;
  padding: 0.2rem 0.2rem 0.2rem 0.1rem;
  font-feature-settings: "palt" 1;
}
.p-table__pc td:nth-of-type(1) {
  border-left: unset;
}
.p-table__pc td:nth-last-of-type(1) {
  border-right: unset;
  width: 1.58rem;
}
.p-table__pc td[rowspan] {
  vertical-align: middle;
}
.p-table__pc td a {
  text-decoration: underline;
}
.p-table__pc thead td {
  padding: 0.1rem;
  background-color: rgba(34, 148, 208, 0.1);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.22rem;
  letter-spacing: 0;
  font-weight: 500;
}
.p-table--simple {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 0.01rem solid #2294D0;
}
.p-table--simple dl {
  display: flex;
  flex-direction: column;
}
.p-table--simple dl dt {
  color: white;
  background-color: #2294D0;
  padding: 0.01rem 0.15rem 0.05rem;
}
.p-table--simple dl dd {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 400;
  background-color: white;
  padding: 0.13rem 0.13rem 0.12rem;
}

.p-seminar-page-header {
  display: flex;
  flex-direction: column;
  background-color: var(--bg-color);
}
@media screen and (min-width: 768px) {
  .p-seminar-page-header {
    flex-direction: row-reverse;
  }
}
.p-seminar-page-header__image {
  display: block;
  width: 100%;
  height: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-seminar-page-header__image {
    width: 50%;
    min-height: 2.4rem;
    flex: none;
  }
}
.p-seminar-page-header__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-seminar-page-header__content {
  padding-top: 0.23rem;
  padding-bottom: 0.12rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-seminar-page-header__content {
    padding-left: 0.48rem;
    padding-bottom: 0.5rem;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 2.4rem;
    width: 50%;
    flex: none;
  }
}
.p-seminar-page-header__content--top {
  display: flex;
  gap: 0.1rem;
  margin-bottom: 0.02rem;
}
.p-seminar-page-header__content--top img {
  display: block;
  width: 0.89rem;
  height: 0.21rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-seminar-page-header__content--top img {
    width: 1.39rem;
    height: 0.33rem;
  }
}
.p-seminar-page-header__content--top span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0;
  font-weight: 500;
  color: #2294D0;
}
@media screen and (min-width: 768px) {
  .p-seminar-page-header__content--top span {
    font-size: 0.2rem;
    line-height: 0.29rem;
  }
}
.p-seminar-page-header__content--heading {
  display: flex;
  flex-direction: column;
  gap: 0.01rem;
  color: var(--color);
}
@media screen and (min-width: 768px) {
  .p-seminar-page-header__content--heading {
    gap: 0.12rem;
  }
}
.p-seminar-page-header__content--heading strong {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.32rem;
  line-height: 0.4rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-seminar-page-header__content--heading strong {
    font-size: 0.46rem;
    line-height: 0.66rem;
  }
}
.p-seminar-page-header__content--heading span {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-seminar-page-header__content--heading span {
    font-size: 0.18rem;
    line-height: 0.25rem;
  }
}

.p-list--check {
  display: flex;
  flex-direction: column;
  gap: 0.17rem;
}
.p-list--check li {
  display: flex;
  gap: 0.09rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-list--check li {
    font-size: 0.22rem;
    line-height: 0.32rem;
  }
}
.p-list--check li::before {
  content: "";
  background-image: url("../img/common/icon_check_blue.svg");
  background-size: calc(100% - 0.01rem) calc(100% - 0.01rem);
  background-repeat: no-repeat;
  width: 0.28rem;
  height: 0.28rem;
  flex: none;
  filter: var(--filter-color);
}

.p-lecturer {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-lecturer {
    gap: 0.23rem;
  }
}
.p-lecturer__top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-lecturer__top--heading {
  display: flex;
  align-items: baseline;
  gap: 0.1rem;
}
.p-lecturer__top--heading strong {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 400;
}
.p-lecturer__top--heading span {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 400;
}
.p-lecturer__top--link {
  display: flex;
  align-items: baseline;
  gap: 0.05rem;
  color: #2294D0;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 400;
}
.p-lecturer__top--link::before {
  content: "";
  width: 0.15rem;
  height: 0.15rem;
  position: relative;
  top: 0.02rem;
  background-image: url("../img/common/arrow_right_circle_large_blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-lecturer__content {
  width: 100%;
  display: flex;
  gap: 0.1rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-lecturer__content {
    gap: 0.2rem;
  }
}
.p-lecturer__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.03rem;
}
@media screen and (min-width: 768px) {
  .p-lecturer__wrapper {
    gap: 0.1rem;
  }
}
.p-lecturer__wrapper img {
  display: block;
  width: 1.05rem;
  height: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-lecturer__wrapper img {
    width: 1.5rem;
    height: 2rem;
  }
}
.p-lecturer__wrapper p {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-lecturer__wrapper p {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}

.p-seminar-schedule__switch {
  display: none;
}
.p-seminar-schedule__switch:checked ~ .p-seminar-schedule__trigger::after {
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .p-seminar-schedule__switch:checked ~ .p-seminar-schedule__trigger::after {
    transform: translateY(-50%) rotate(180deg);
  }
}
.p-seminar-schedule__switch:checked ~ .p-seminar-schedule__content {
  opacity: 1;
  max-height: -moz-fit-content;
  max-height: fit-content;
  border-bottom-width: 0.1rem !important;
}
@media screen and (min-width: 768px) {
  .p-seminar-schedule__switch:checked ~ .p-seminar-schedule__content {
    border-bottom-width: 0.2rem !important;
  }
}
.p-seminar-schedule__trigger {
  width: 100%;
  height: 0.73rem;
  background-color: #F0888F;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.29rem;
  letter-spacing: 0;
  font-weight: 500;
  cursor: pointer;
  gap: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-seminar-schedule__trigger {
    position: relative;
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
}
.p-seminar-schedule__trigger::after {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  background-image: url("../img/common/arrow_down_pink.svg");
  background-size: calc(100% - 0.02rem) calc(100% - 0.02rem);
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-seminar-schedule__trigger::after {
    position: absolute;
    right: 0.21rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.36rem;
    height: 0.36rem;
  }
}
.p-seminar-schedule__content {
  border: 0.1rem solid #F0888F;
  border-top: unset;
  background-color: white;
  max-height: 0;
  opacity: 0;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  border-bottom-width: 0rem;
}
@media screen and (min-width: 768px) {
  .p-seminar-schedule__content {
    border-width: 0.2rem;
    border-bottom-width: 0rem;
  }
}
.p-seminar-schedule__header {
  width: 100%;
  padding: 0.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  align-items: center;
  text-align: center;
  border-bottom: 0.015rem solid #F0888F;
}
@media screen and (min-width: 768px) {
  .p-seminar-schedule__header {
    padding: 0.2rem 0.2rem 0.44rem;
  }
}
.p-seminar-schedule__header h2 {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.32rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-seminar-schedule__header h2 {
    font-size: 0.24rem;
    line-height: 0.35rem;
  }
}
.p-seminar-schedule__header small {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.22rem;
  letter-spacing: 0;
  font-weight: 400;
  color: #FF3900;
}
@media screen and (min-width: 768px) {
  .p-seminar-schedule__header small {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
.p-seminar-schedule__year--display {
  padding-left: 0.16rem;
  height: 0.35rem;
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 500;
  border-bottom: 0.01rem solid black;
}
@media screen and (min-width: 768px) {
  .p-seminar-schedule__year--display {
    font-size: 0.16rem;
    line-height: 0.24rem;
    padding-left: 0.17rem;
    height: 0.5rem;
  }
}
.p-seminar-schedule__month {
  display: flex;
  border-bottom: 0.015rem solid #AFAFAF;
}
.p-seminar-schedule__month--display {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 0.015rem solid #AFAFAF;
  flex: none;
  width: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-seminar-schedule__month--display {
    width: 0.62rem;
    flex-direction: row;
    font-size: 0.18rem;
    line-height: 0.26rem;
  }
}
.p-seminar-schedule__month--display span {
  display: block;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.22rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-seminar-schedule__month--display span {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 0.18rem;
    line-height: 0.26rem;
  }
}
.p-seminar-schedule__days {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.p-seminar-schedule__day {
  display: flex;
  border-bottom: 0.015rem solid #AFAFAF;
  width: 100%;
}
.p-seminar-schedule__day:nth-last-of-type(1) {
  border-bottom: unset;
}
.p-seminar-schedule__day--newcomer {
  background-color: #FFE5E6;
  color: #FF3900;
}
.p-seminar-schedule__day dt {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.22rem;
  letter-spacing: 0;
  font-weight: 500;
  width: 0.71rem;
  border-right: 0.015rem solid #AFAFAF;
  flex: none;
}
@media screen and (min-width: 768px) {
  .p-seminar-schedule__day dt {
    width: 1.3rem;
    padding-top: 0.12rem;
    padding-left: 0.15rem;
    padding-right: 0.15rem;
    padding-bottom: 0.14rem;
    font-size: 0.16rem;
    line-height: 0.24rem;
    text-align: left;
  }
  .p-seminar-schedule__day dt br {
    display: none;
  }
}
.p-seminar-schedule__day dd {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.22rem;
  letter-spacing: 0;
  font-weight: 400;
  flex-grow: 1;
  padding: 0.1rem 0.13rem;
}
@media screen and (min-width: 768px) {
  .p-seminar-schedule__day dd {
    padding-top: 0.12rem;
    padding-left: 0.15rem;
    padding-right: 0.15rem;
    padding-bottom: 0.14rem;
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
  .p-seminar-schedule__day dd br {
    display: none;
  }
}

.p-workshop {
  width: 100%;
  padding: 0.08rem;
  background-color: #FF6E77;
}
@media screen and (min-width: 768px) {
  .p-workshop {
    padding: 0.2rem;
  }
}
.p-workshop__container {
  width: 100%;
  border-radius: 0.2rem;
  background-color: white;
  padding: 0.15rem 0.05rem 0;
}
@media screen and (min-width: 768px) {
  .p-workshop__container {
    padding-top: 0.42rem;
    padding-left: unset;
    padding-right: unset;
  }
}
.p-workshop__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1rem;
  text-align: center;
  padding: 0 0.15rem 0.15rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-workshop__header {
    padding-bottom: 0.4rem;
  }
}
.p-workshop__header h2 {
  color: #F0888F;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-workshop__header h2 {
    font-size: 0.32rem;
    line-height: 0.46rem;
  }
}
.p-workshop__header p {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-workshop__header p {
    font-size: 0.24rem;
    line-height: 0.35rem;
    font-weight: 600;
  }
}
.p-workshop__rounds {
  border-top: 0.01rem solid #707070;
  display: flex;
  flex-direction: column;
}
.p-workshop__rounds dl {
  border-bottom: 0.01rem solid #707070;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding: 0.1rem 0.05rem;
}
.p-workshop__rounds dl:nth-last-of-type(1) {
  border-bottom: unset;
}
@media screen and (min-width: 768px) {
  .p-workshop__rounds dl {
    padding-top: 0.27rem;
    padding-left: 0.7rem;
    padding-right: 0.5rem;
    padding-bottom: 0.27rem;
    gap: 0.45rem;
    align-items: center;
    flex-direction: row;
  }
}
.p-workshop__rounds dt {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 500;
  color: #F0888F;
}
@media screen and (min-width: 768px) {
  .p-workshop__rounds dt {
    font-size: 0.2rem;
    line-height: 0.29rem;
    flex: none;
  }
}
.p-workshop__rounds dd {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
}
@media screen and (min-width: 768px) {
  .p-workshop__rounds dd {
    gap: 0.1rem;
  }
}
.p-workshop__rounds dd strong {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-workshop__rounds dd strong {
    font-size: 0.2rem;
    line-height: 0.29rem;
  }
}
.p-workshop__rounds dd p {
  padding-left: 0.05rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.22rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-workshop__rounds dd p {
    padding-left: 0.1rem;
    font-size: 0.18rem;
    line-height: 0.26rem;
  }
}

.p-lecturer-detail {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.p-lecturer-detail__wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.26rem;
}
@media screen and (min-width: 768px) {
  .p-lecturer-detail__wrapper {
    flex-direction: row;
    gap: 0.3rem;
  }
}
.p-lecturer-detail__top {
  display: flex;
  gap: 0.14rem;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .p-lecturer-detail__top {
    align-items: flex-start;
    flex: none;
  }
}
.p-lecturer-detail__top--image {
  display: block;
  width: 1.35rem;
  height: 1.8rem;
  flex: none;
}
@media screen and (min-width: 768px) {
  .p-lecturer-detail__top--image {
    width: 1.5rem;
    height: 2rem;
    margin-top: 0.09rem;
  }
}
.p-lecturer-detail__top--name {
  display: flex;
  flex-direction: column;
  gap: 0.06rem;
  flex-grow: 1;
  padding-bottom: 0.11rem;
  border-bottom: 0.01rem solid #2294D0;
}
@media screen and (min-width: 768px) {
  .p-lecturer-detail__top--name {
    flex-direction: row;
    align-items: baseline;
    padding-bottom: 0.1rem;
    width: 100%;
    justify-content: space-between;
  }
}
.p-lecturer-detail__top--name strong {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.32rem;
  letter-spacing: 0;
  font-weight: 500;
}
.p-lecturer-detail__top--name strong span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.32rem;
  letter-spacing: 0;
  font-weight: 500;
}
.p-lecturer-detail__top--name small {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 400;
  color: #2294D0;
}
@media screen and (min-width: 768px) {
  .p-lecturer-detail__main {
    display: flex;
    flex-direction: column;
    gap: 0.17rem;
  }
}
.p-lecturer-detail__main--content {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-lecturer-detail__main--content {
    flex-direction: row;
    gap: 0.41rem;
  }
}
@media screen and (min-width: 768px) {
  .p-lecturer-detail__main--profile {
    width: var(--pc-width);
    flex: none;
  }
}
.p-lecturer-detail__main--profile p {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: -0.02em;
  font-weight: 400;
}
.p-lecturer-detail__main--side {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.p-lecturer-detail__main--side h3 {
  min-width: 1.07rem;
  width: -moz-fit-content;
  width: fit-content;
  height: 0.26rem;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.05rem;
  background-color: #2294D0;
  color: white;
  padding-bottom: 0.02rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 400;
}
.p-lecturer-detail__main--side ul {
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 400;
}
.p-lecturer-detail__main--side ul li {
  display: flex;
}
.p-lecturer-detail__main--side ul li br {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-lecturer-detail__main--side ul li br {
    display: block;
  }
}
.p-lecturer-detail__main--side--license {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.p-lecturer-detail__main--side--theme {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.p-lecturer-detail__main--side--theme li::before {
  content: "・";
  flex: none;
}

.p-sns-list {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  width: 3.4rem;
  align-items: center;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-sns-list {
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    gap: 0.5rem;
  }
}
.p-sns-list__wrapper {
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 0.15rem;
  border: 0.015rem solid #2294D0;
  padding: 0.17rem 0.2rem 0.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-sns-list__wrapper {
    width: 3.4rem;
  }
}
.p-sns-list__name {
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.25rem;
  letter-spacing: 0;
  font-weight: 500;
  font-family: "Poppins", "Times", sans-serif, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  margin-bottom: 0.1rem;
  gap: 0.06rem;
}
.p-sns-list__name::before {
  content: "";
  width: 0.21rem;
  height: 0.2rem;
  background-image: url("../img/common/balloon_blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-sns-list__image {
  background-color: white;
  width: 100%;
  height: 1.88rem;
  margin-bottom: 0.25rem;
}
.p-sns-list__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-sns-list__text {
  margin-bottom: 0.15rem;
  margin-top: auto;
  margin-bottom: auto;
}
.p-sns-list__text--desc {
  color: #2294D0;
  text-align: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.25rem;
  letter-spacing: 0;
  font-weight: 500;
}
.p-sns-list__text--table {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.25rem;
  letter-spacing: 0;
  font-weight: 400;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
}
@media screen and (min-width: 768px) {
  .p-sns-list__text--table {
    font-size: 0.16rem;
    line-height: 0.28rem;
  }
}
.p-sns-list__text--table dl {
  display: flex;
  flex-wrap: wrap;
}
.p-sns-list__text--table dl dt {
  font-weight: 500;
}
.p-sns-list__text--table dl dd {
  padding-left: 0.21rem;
  display: flex;
  gap: 0 1em;
  flex-wrap: wrap;
}
.p-sns-list__text--table dl:nth-last-of-type(1) {
  padding-right: 0.3rem;
}
.p-sns-list__button {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  width: 2.7rem;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: 0.23rem;
}
.p-sns-list__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: black;
  padding: 0.02rem 0.17rem;
  gap: 0.08rem;
  border-radius: 1rem;
  width: 100%;
  min-height: 0.26rem;
}
.p-sns-list__button a div {
  display: inline-flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
}
.p-sns-list__button a strong {
  display: inline-block;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 500;
  flex: none;
}
.p-sns-list__button a span {
  display: inline-block;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.16rem;
  letter-spacing: 0;
  font-weight: 500;
  flex: none;
}
.p-sns-list__button--x::before {
  content: "";
  width: 0.12rem;
  height: 0.12rem;
  background-image: url("../img/common/icon_x_plain.svg");
  background-size: contain;
  background-repeat: no-repeat;
  flex: none;
}
.p-sns-list__button--x::after {
  content: "";
  width: 0.12rem;
  height: 0.12rem;
  flex: none;
}
.p-sns-list__button--instagram::before {
  content: "";
  width: 0.12rem;
  height: 0.12rem;
  background-image: url("../img/common/icon_instagram_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  flex: none;
}
.p-sns-list__button--instagram::after {
  content: "";
  width: 0.12rem;
  height: 0.12rem;
  flex: none;
}

.p-entry-form {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.18rem;
  letter-spacing: 0.04em;
  font-weight: 400;
}
.p-entry-form__parent {
  overflow: hidden;
  width: 100%;
}
.p-entry-form__switch {
  display: none;
  margin: auto;
  margin-top: 2rem;
}
.p-entry-form__switch#form-switch-first:checked ~ .p-entry-form__first {
  display: block !important;
}
.p-entry-form__switch#form-switch-second:checked ~ .p-entry-form__second {
  display: block !important;
}
.p-entry-form__first {
  display: none;
}
.p-entry-form__second {
  display: none;
}
.p-entry-form__main--container {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-entry-form__main--container {
    gap: 0.2rem;
  }
}
.p-entry-form__item {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
}
@media screen and (min-width: 768px) {
  .p-entry-form__item {
    gap: 0.23rem;
    flex-direction: row;
  }
}
.p-entry-form__item dt {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 400;
  display: flex;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  .p-entry-form__item dt {
    font-size: 0.16rem;
    line-height: 0.24rem;
    flex-wrap: 1;
    justify-content: flex-end;
    gap: 0.05rem;
    width: 1.9rem;
    flex: none;
    text-align: right;
    display: inline;
    text-align: right;
  }
}
.p-entry-form__item dd {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-entry-form__item dd {
    flex-grow: 1;
  }
}
.p-entry-form__item dd small {
  display: block;
  margin-top: 0.15rem;
  margin-bottom: 0.1rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-entry-form__item dd small {
    font-size: 0.15rem;
    line-height: 0.21rem;
    margin-top: 0.16rem;
  }
}
.p-entry-form__item dd.p-entry-form__item--half {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 0.17rem;
}
@media screen and (min-width: 768px) {
  .p-entry-form__item dd.p-entry-form__item--half {
    justify-content: flex-start;
    gap: 0.21rem;
  }
  .p-entry-form__item dd.p-entry-form__item--half > *:has(input) {
    width: 50%;
  }
}
.p-entry-form__item--half dd input {
  width: 1.68rem !important;
}
@media screen and (min-width: 768px) {
  .p-entry-form__item--half dd input {
    width: 2.45rem !important;
  }
}
.p-entry-form__item--caution {
  margin-top: 0.02rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.13rem;
  line-height: 0.19rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #AFAFAF;
}
@media screen and (min-width: 768px) {
  .p-entry-form__item--caution {
    margin-top: 0.05rem;
    font-size: 0.12rem;
    line-height: 0.17rem;
  }
}
.p-entry-form__item--required dt::before {
  content: "※";
  color: #FF6E77;
}
.p-entry-form__item--date {
  position: relative;
  width: 1.68rem;
}
@media screen and (min-width: 768px) {
  .p-entry-form__item--date {
    width: 2.45rem;
  }
}
.p-entry-form__item--date::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 0.19rem;
  height: 0.21rem;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  background-image: url("../img/recruit/icon_calendar.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-entry-form__item--date input::-webkit-calendar-picker-indicator {
  position: absolute;
  opacity: 0;
  background: unset;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: block;
}
.p-entry-form__item--date input:empty {
  color: white;
}
.p-entry-form__item--date span {
  display: block;
}
.p-entry-form__item--radio--vertical {
  display: flex;
  flex-direction: column;
}
.p-entry-form__item--file {
  position: relative;
  width: 3.35rem;
  height: 0.4rem;
  border: 0.015rem dashed #707070;
  border-radius: 0.03rem;
}
@media screen and (min-width: 768px) {
  .p-entry-form__item--file {
    width: 100%;
    height: 1.21rem;
  }
}
.p-entry-form__item--file .wpcf7-form-control-wrap {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.p-entry-form__item--file .wpcf7-form-control-wrap input {
  display: block;
  width: 100%;
  height: 100%;
}
.p-entry-form__item--file label {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.09rem;
  color: #2294D0;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.21rem;
  letter-spacing: 0.03em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-entry-form__item--file label {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.p-entry-form__item--file label::before {
  content: "";
  width: 0.22rem;
  height: 0.27rem;
  background-image: url("../img/recruit/icon_file.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-entry-form__item--file label::before {
    width: 0.27rem;
    height: 0.33rem;
    margin-bottom: 0.12rem;
  }
}
@media screen and (min-width: 768px) {
  .p-entry-form__item--file label::after {
    content: "またはここにドラッグ&ドロップ";
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 0.15rem;
    line-height: 0.21rem;
    letter-spacing: 0.03em;
    font-weight: 400;
    color: #AFAFAF;
    margin-top: 0.07rem;
  }
}
.p-entry-form__button {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  align-items: center;
  margin-top: 0.13rem;
}
@media screen and (min-width: 768px) {
  .p-entry-form__button {
    margin-top: 0.49rem;
    gap: 0.44rem;
    padding-left: 1.8rem;
    align-items: flex-end;
  }
}
.p-entry-form__button input[type=checkbox] {
  margin: 0;
}
.p-entry-form__button .wpcf7-not-valid-tip {
  transform: translate(105%, -110%) !important;
}
@media screen and (min-width: 768px) {
  .p-entry-form__button .wpcf7-not-valid-tip {
    transform: translate(105%, -110%) !important;
    top: 0 !important;
    right: 0 !important;
  }
}
.p-entry-form__button .wpcf7-list-item {
  margin: 0 !important;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p-entry-form__button .wpcf7-list-item span, .p-entry-form__button .wpcf7-list-item label {
  display: block !important;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 !important;
}
.p-entry-form__button .wpcf7-list-item .wpcf7-list-item-label {
  display: none !important;
}
.p-entry-form__button .wpcf7-list-item input[type=checkbox] {
  width: 0.17rem;
  height: 0.17rem;
  border-radius: 0.04rem;
}
.p-entry-form__button--policy {
  display: flex;
  align-items: baseline;
  gap: 0.06rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.28rem;
  letter-spacing: 0.03em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-entry-form__button--policy {
    font-size: 0.14rem;
    line-height: 0.28rem;
  }
}
.p-entry-form__button--policy::before {
  content: "※";
  color: #FF6E77;
}
.p-entry-form__button--policy a {
  color: #2294D0;
  text-decoration: underline;
}
.p-entry-form input[type=text],
.p-entry-form input[type=email],
.p-entry-form input[type=tel],
.p-entry-form input[type=date],
.p-entry-form select {
  width: 100%;
  height: 0.35rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.13rem;
  line-height: 0.23rem;
  letter-spacing: 0.03em;
  font-weight: 400;
  outline: unset;
  border: unset;
  background-color: #F4F7F8;
  padding-left: 0.06rem;
  padding-right: 0.06rem;
  color: #251E00;
  border-radius: 0.03rem;
}
@media screen and (min-width: 768px) {
  .p-entry-form input[type=text],
  .p-entry-form input[type=email],
  .p-entry-form input[type=tel],
  .p-entry-form input[type=date],
  .p-entry-form select {
    height: 0.5rem;
    font-size: 0.15rem;
    line-height: 0.21rem;
    padding-left: 0.13rem;
  }
}
.p-entry-form input[type=text]::-moz-placeholder, .p-entry-form input[type=email]::-moz-placeholder, .p-entry-form input[type=tel]::-moz-placeholder, .p-entry-form input[type=date]::-moz-placeholder, .p-entry-form select::-moz-placeholder {
  color: #AFAFAF;
}
.p-entry-form input[type=text]::placeholder,
.p-entry-form input[type=email]::placeholder,
.p-entry-form input[type=tel]::placeholder,
.p-entry-form input[type=date]::placeholder,
.p-entry-form select::placeholder {
  color: #AFAFAF;
}
.p-entry-form input[type=date]:-webkit-calendar-picker-indicator {
  display: none;
}
.p-entry-form input[type=submit] {
  display: none;
}
.p-entry-form textarea {
  width: 100%;
  min-height: 1.4rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.13rem;
  line-height: 0.23rem;
  letter-spacing: 0.03em;
  font-weight: 400;
  background-color: #F4F7F8;
  outline: unset;
  border: unset;
  outline: unset;
  padding-left: 0.06rem;
  padding-right: 0.06rem;
  transition: 0.3s;
  color: #251E00;
}
@media screen and (min-width: 768px) {
  .p-entry-form textarea {
    height: 2.2rem;
    font-size: 0.15rem;
    line-height: 0.3rem;
    padding: 0.13rem;
  }
}
.p-entry-form textarea::-moz-placeholder {
  color: #969A98;
  font-weight: 400;
}
.p-entry-form textarea::placeholder {
  color: #969A98;
  font-weight: 400;
}
.p-entry-form .wpcf7-spinner {
  display: none;
}
.p-entry-form .wpcf7-not-valid-tip {
  margin-left: auto;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-110%);
  font-size: 0.12rem;
  line-height: 0.17rem;
  font-weight: 700;
  color: #FF6E77;
  white-space: nowrap;
  max-width: unset;
}
@media screen and (min-width: 768px) {
  .p-entry-form .wpcf7-not-valid-tip {
    top: calc(100% - 0.2rem);
    right: -0.1rem;
    transform: translate(100%, 0);
  }
}
.p-entry-form .wpcf7-response-output {
  border-radius: 0.05rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.21rem;
  letter-spacing: 0;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0.5rem !important;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-entry-form .wpcf7-response-output {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
.p-entry-form .wpcf7-form.invalid .wpcf7-response-output {
  border-color: #FF6E77;
}
.p-entry-form .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem 0;
}
@media screen and (min-width: 768px) {
  .p-entry-form .wpcf7-radio {
    gap: 0.3rem;
    height: 0.24rem;
  }
}
.p-entry-form .wpcf7-radio .wpcf7-list-item {
  margin: unset;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .p-entry-form .wpcf7-radio .wpcf7-list-item {
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 0.05rem;
  }
}
.p-entry-form .wpcf7-radio .wpcf7-list-item input[type=radio] {
  display: none;
}
.p-entry-form .wpcf7-radio .wpcf7-list-item:has(input[type=radio]) label {
  display: flex;
  align-items: center;
  gap: 0.05rem;
}
.p-entry-form .wpcf7-radio .wpcf7-list-item:has(input[type=radio]) label::before {
  content: "";
  display: block;
  width: 0.19rem;
  height: 0.19rem;
  outline: 0.01rem solid black;
  border-radius: 100%;
  background-color: white;
  border: 0.05rem solid transparent;
  background-clip: content-box;
  box-sizing: border-box;
  transition: 0.3s;
}
.p-entry-form .wpcf7-radio .wpcf7-list-item:has(input[type=radio]:checked) label::before {
  background-color: #2294D0;
}

.p-entry-form__confirm {
  width: 100%;
}
.p-entry-form__confirm--container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.p-entry-form__confirm--item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.11rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-entry-form__confirm--item {
    font-size: 0.16rem;
    line-height: 0.24rem;
    gap: 0.15rem;
  }
}
.p-entry-form__confirm--item dt {
  font-weight: 500;
  padding-bottom: 0.07rem;
  border-bottom: 0.01rem solid #E4E8E8;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-entry-form__confirm--item dt {
    padding-bottom: 0.08rem;
  }
}
.p-entry-form__confirm--item dd {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 500;
  padding-left: 0.13rem;
  padding-right: 0.12rem;
}
.p-entry-form__confirm--item dd span i {
  display: inline-block;
  padding-left: 0.5em;
  font-style: normal;
}
.p-entry-form__confirm--sub {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
@media screen and (min-width: 768px) {
  .p-entry-form__confirm--sub {
    gap: 0.11rem;
  }
}
.p-entry-form__confirm--sub dl {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 500;
  color: white;
}
.p-entry-form__confirm--sub dl dt {
  color: white;
  opacity: unset;
}
.p-entry-form__confirm--sub dl dd {
  padding-left: unset;
}
.p-entry-form__confirm--message {
  text-align: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.17rem;
  line-height: 0.28rem;
  letter-spacing: 0;
  font-weight: 500;
  color: white;
  margin-top: 0.84rem;
}
@media screen and (min-width: 768px) {
  .p-entry-form__confirm--message {
    margin-top: 1.69rem;
    font-size: 0.2rem;
    line-height: 0.4rem;
  }
}
.p-entry-form__confirm--message--green {
  color: green;
}
.p-entry-form__confirm--button {
  margin-top: 0.79rem;
  padding-left: 0.13rem;
  padding-right: 0.13rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-entry-form__confirm--button {
    flex-direction: row;
    justify-content: center;
    gap: 0.4rem;
    margin-top: 0.92rem;
  }
}

.p-entry-form-phase {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-entry-form-phase {
    margin-left: unset;
  }
}
.p-entry-form-phase span {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.5rem;
  height: 0.5rem;
  border: 0.015rem solid #2294D0;
  border-radius: 100%;
  color: rgba(34, 148, 208, 0.42);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  background-color: white;
}
.p-entry-form-phase span::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 0.6rem;
  height: 0.02rem;
  top: 50%;
  right: 0;
  background-color: #2294D0;
  transform: translate(100%, -50%);
}
.p-entry-form-phase span:nth-last-of-type(1)::before {
  content: unset;
}
.p-entry-form-phase span i {
  position: relative;
  font-style: normal;
}
.p-entry-form-phase[data-phase=input] span[data-phase=input] {
  background-color: #F7D80C;
  color: #2294D0;
}
.p-entry-form-phase[data-phase=confirm] span[data-phase=confirm] {
  background-color: #F7D80C;
  color: #2294D0;
}
.p-entry-form-phase[data-phase=complete] span[data-phase=complete] {
  background-color: #F7D80C;
  color: #2294D0;
}

.c-bg--white {
  background-color: white;
  position: relative;
}
.c-bg--white::before {
  content: "";
  position: absolute;
  top: 3.1rem;
  left: 0;
  width: 100%;
  height: calc(100% - 3.1rem);
  background-image: url("../img/family_smile/bg.svg");
  background-size: 5.67rem 18.17rem;
  background-position: -1.03rem 0;
}
@media screen and (min-width: 768px) {
  .c-bg--white::before {
    background-image: url("../img/family_smile/bg_pc.svg");
    width: 11.65rem;
    top: 1.18rem;
    left: calc(50% - 0.15rem);
    transform: translateX(-50%);
    height: calc(100% - 1.18rem);
    background-size: 11.65rem 36.55rem;
    background-position: 0 0;
  }
}

.c-color--blue {
  color: #2294D0;
}
.c-color--pink {
  color: #FF6E77;
}
.c-color--yellow {
  color: #F7D80C;
}
.c-color--green {
  color: #4EB981;
}

.c-btn, .c-btn--confirm, .c-btn--submit, .c-btn--fix, .c-btn--back, .c-btn--large, .c-btn--icon, .c-btn--icon--question, .c-btn--icon--mail, .c-btn--icon--mic, .c-btn--arrow, .c-btn--play, .c-btn--play--small, .c-btn--arrow-circle, .c-btn--download, .c-btn--border-bold, .c-btn--blue, .c-btn--green, .c-btn--blue--balloon, .c-btn--balloon {
  position: relative;
  display: flex;
  align-items: center;
}
.c-btn--balloon {
  width: 3.1rem;
  height: 0.5rem;
  border-radius: 0.1rem;
  border: 0.01rem solid white;
  color: white;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 500;
  padding-left: 0.52rem;
  padding-bottom: 0.02rem;
}
@media screen and (min-width: 768px) {
  .c-btn--balloon {
    width: 3.53rem;
    height: 0.5rem;
    padding-left: 0.52rem;
    font-size: 0.22rem;
    line-height: 0.32rem;
  }
}
.c-btn--balloon::before {
  content: "";
  width: 0.21rem;
  height: 0.2rem;
  background-image: url("../img/common/balloon_white.svg");
  position: absolute;
  top: 50%;
  left: 0.2rem;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}
.c-btn--balloon::after {
  content: "";
  width: 0.08rem;
  height: 0.16rem;
  background-image: url("../img/common/arrow_right_white_plain.svg");
  position: absolute;
  top: 50%;
  right: 0.21rem;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .c-btn--balloon::after {
    right: 0.3rem;
  }
}
.c-btn--blue, .c-btn--green, .c-btn--blue--balloon {
  width: -moz-fit-content;
  width: fit-content;
  height: 0.3rem;
  padding-left: 0.11rem;
  padding-right: 0.09rem;
  gap: 0.07rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.13rem;
  line-height: 0.19rem;
  letter-spacing: 0;
  font-weight: 500;
  border-radius: 1rem;
  background-color: #2294D0;
  color: white;
}
@media screen and (min-width: 768px) {
  .c-btn--blue, .c-btn--green, .c-btn--blue--balloon {
    height: 0.4rem;
    padding-left: 0.12rem;
    padding-right: 0.1rem;
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
.c-btn--blue--balloon::before {
  content: "";
  width: 0.19rem;
  height: 0.18rem;
  background-image: url("../img/common/balloon_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .c-btn--blue--balloon::before {
    width: 0.25rem;
    height: 0.24rem;
  }
}
.c-btn--blue--balloon::after {
  content: "";
  width: 0.11rem;
  height: 0.055rem;
  background-image: url("../img/common/arrow_right_white_curve.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .c-btn--blue--balloon::after {
    width: 0.15rem;
    height: 0.075rem;
  }
}
.c-btn--green {
  background-color: #4EB981;
}
.c-btn--border-bold {
  transition: 0.3s;
  --color1: #2294D0;
  --color2: white;
  color: var(--color1);
  border: 0.05rem solid var(--color1);
  background-color: var(--color2);
  border-radius: 0.1rem;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 3.2rem;
  height: 0.8rem;
  padding-bottom: 0.03rem;
}
.c-btn--border-bold:hover {
  background-color: var(--color1);
  color: var(--color2);
  opacity: 1;
}
.c-btn--border-bold strong {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.26rem;
  line-height: 0.36rem;
  letter-spacing: 0;
  font-weight: 600;
}
.c-btn--border-bold span {
  display: block;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 400;
  margin-top: -0.03rem;
}
.c-btn--download {
  height: 0.4rem;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 2.51rem;
  border: 0.01rem solid #FF6E77;
  gap: 0.16rem;
  border-radius: 1rem;
  background-color: white;
  padding-left: 0.2rem;
}
.c-btn--download::before {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  background-image: url("../img/common/icon_download.svg");
  background-size: contain;
  background-repeat: no-repeat;
  flex: none;
}
.c-btn--arrow-circle {
  width: 3.25rem;
  height: 0.79rem;
  background-color: #2294D0;
  border-radius: 0.1rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 500;
  color: white;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-btn--arrow-circle {
    width: 4.17rem;
    height: 0.79rem;
    font-size: 0.2rem;
    line-height: 0.29rem;
  }
}
.c-btn--arrow-circle::after {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  position: absolute;
  top: 50%;
  right: 0.2rem;
  transform: translateY(-50%);
  background-image: url("../img/common/arrow_right_circle_yellow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .c-btn--arrow-circle::after {
    width: 0.32rem;
    height: 0.32rem;
  }
}
.c-btn--play, .c-btn--play--small {
  justify-content: center;
  border: 0.01rem solid rgba(34, 148, 208, 0.5);
  border-radius: 0.05rem;
  width: 1rem;
  height: 1rem;
}
.c-btn--play::after, .c-btn--play--small::after {
  content: "";
  display: block;
  width: 0.53rem;
  height: 0.53rem;
  background-image: url("../img/common/icon_play.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.c-btn--play--small {
  width: 0.78rem;
  height: 0.78rem;
}
.c-btn--play--small::after {
  width: 0.41rem;
  height: 0.41rem;
}
.c-btn--arrow {
  text-align: center;
  color: white;
  padding: 0.05rem 0.39rem 0.07rem 0.31rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.18rem;
  letter-spacing: 0;
  font-weight: 500;
  background-color: #2294D0;
  border-radius: 1rem;
  position: relative;
}
.c-btn--arrow::after {
  content: "";
  position: absolute;
  width: 0.07rem;
  height: 0.12rem;
  right: 0.09rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/common/arrow_right_white_plain.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.c-btn--icon, .c-btn--icon--question, .c-btn--icon--mail, .c-btn--icon--mic {
  text-align: center;
  justify-content: center;
  gap: 0.1rem;
  width: 2.88rem;
  height: 0.56rem;
  border-radius: 0.05rem;
  color: white;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-btn--icon, .c-btn--icon--question, .c-btn--icon--mail, .c-btn--icon--mic {
    width: 3.6rem;
    height: 0.7rem;
    gap: 0.15rem;
    font-size: 0.24rem;
    line-height: 0.35rem;
  }
}
.c-btn--icon::before, .c-btn--icon--question::before, .c-btn--icon--mail::before, .c-btn--icon--mic::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
}
.c-btn--icon--mic {
  background-color: #4EB981;
}
.c-btn--icon--mic::before {
  background-image: url("../img/common/icon_mic_white.svg");
  width: 0.22rem;
  height: 0.32rem;
}
@media screen and (min-width: 768px) {
  .c-btn--icon--mic::before {
    width: 0.27rem;
    height: 0.4rem;
  }
}
.c-btn--icon--mail {
  background-color: #2294D0;
}
.c-btn--icon--mail::before {
  background-image: url("../img/common/icon_mail_white.svg");
  width: 0.22rem;
  height: 0.32rem;
}
@media screen and (min-width: 768px) {
  .c-btn--icon--mail::before {
    width: 0.31rem;
    height: 0.25rem;
  }
}
.c-btn--icon--question {
  background-color: white;
  color: var(--color);
  border: 0.015rem solid var(--color);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 500;
  gap: 0.14rem;
  padding-right: 0.49rem;
  width: 100%;
  height: 0.8rem;
}
@media screen and (min-width: 768px) {
  .c-btn--icon--question {
    width: 3.46rem;
  }
}
.c-btn--icon--question::before {
  background-image: url("../img/common/icon_question.svg");
  filter: var(--filter-color);
  width: 0.35rem;
  height: 0.35rem;
}
.c-btn--icon--question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.11rem;
  transform: translateY(-50%);
  width: 0.08rem;
  height: 0.15rem;
  background-image: url("../img/common/arrow_right_plain_blue.svg");
  filter: var(--filter-color);
  background-size: contain;
  background-repeat: no-repeat;
}
.c-btn--large {
  color: white;
  background-color: #2294D0;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 400;
  width: 3.22rem;
  height: 0.69rem;
  border-radius: 0.1rem;
  justify-content: center;
  text-align: center;
}
.c-btn--large::after {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  top: 50%;
  right: 0.13rem;
  transform: translateY(-50%);
  background-image: url("../img/common/arrow_right_circle_yellow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.c-btn--back {
  flex-direction: column;
  color: #2294D0;
  background-color: white;
  border: 0.05rem solid #2294D0;
  border-radius: 0.1rem;
  width: 2rem;
  height: 0.6rem;
  justify-content: center;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .c-btn--back {
    width: 3.2rem;
    height: 0.8rem;
  }
}
.c-btn--back strong {
  display: block;
  margin-bottom: -0.02rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-btn--back strong {
    font-size: 0.26rem;
    line-height: 0.36rem;
  }
}
.c-btn--back span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.18rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-btn--back span {
    font-size: 0.14rem;
    line-height: 0.2rem;
  }
}
.c-btn--confirm, .c-btn--submit, .c-btn--fix {
  --color: #F7D80C;
  --f-color: brightness(0) saturate(100%) invert(64%) sepia(81%) saturate(455%) hue-rotate(11deg) brightness(109%) contrast(104%);
  --font: #251E00;
  --arrow: brightness(0);
  width: 2.5rem;
  height: 0.7rem;
  background-color: var(--color);
  border: 0.02rem solid #251E00;
  color: var(--font);
  justify-content: center;
  gap: 0.19rem;
  cursor: pointer;
  transition: 0.3s;
}
.c-btn--confirm:hover, .c-btn--submit:hover, .c-btn--fix:hover {
  opacity: 1;
  background-color: #251E00;
  color: var(--color);
}
.c-btn--confirm:hover::before, .c-btn--submit:hover::before, .c-btn--fix:hover::before {
  filter: var(--f-color);
}
.c-btn--confirm:hover::after, .c-btn--submit:hover::after, .c-btn--fix:hover::after {
  filter: var(--f-color);
}
.c-btn--confirm::after, .c-btn--submit::after, .c-btn--fix::after {
  margin-top: 0.01rem;
  content: "";
  width: 0.06rem;
  height: 0.12rem;
  background-image: url("../img/common/arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  flex: none;
  transition: 0.3s;
  filter: var(--arrow);
  position: absolute;
  transform: translateY(-50%);
  right: 0.2rem;
  top: 50%;
}
.c-btn--fix {
  --color: #FF6E77;
  --f-color: brightness(0) saturate(100%) invert(50%) sepia(77%) saturate(798%) hue-rotate(315deg) brightness(103%) contrast(101%);
  --font: white;
  --arrow: brightness(0) invert(100%);
  padding-left: unset;
}
.c-btn--fix::before {
  content: "";
  margin-top: 0.01rem;
  width: 0.06rem;
  height: 0.12rem;
  background-image: url("../img/common/arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  flex: none;
  transition: 0.3s;
  filter: var(--arrow);
  position: absolute;
  transform: translateY(-50%) scaleX(-1);
  left: 0.2rem;
  top: 50%;
}
.c-btn--fix::after {
  content: unset;
}
.c-btn--submit {
  --color: #2294D0;
  --f-color: brightness(0) saturate(100%) invert(47%) sepia(88%) saturate(451%) hue-rotate(156deg) brightness(90%) contrast(92%);
  --font: white;
  --arrow: brightness(0) invert(100%);
  padding-left: unset;
}
.c-btn--submit::after {
  content: "";
  margin-top: 0.01rem;
}

.c-box--border, .c-box--border--vertical {
  width: 100%;
  position: relative;
  background-color: white;
}
.c-box--border--line, .c-box--border--vertical--line {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  pointer-events: none;
}
.c-box--border--line::before, .c-box--border--vertical--line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  border-top: 0.05rem solid var(--color1);
  border-bottom: 0.05rem solid var(--color1);
  box-sizing: border-box;
}
.c-box--border--line::after, .c-box--border--vertical--line::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  border-top: 0.05rem solid var(--color2);
  border-bottom: 0.05rem solid var(--color2);
  box-sizing: border-box;
}
.c-box--border--line:nth-of-type(1), .c-box--border--vertical--line:nth-of-type(1) {
  --color1: #2294D0;
  --color2: #FF6E77;
  left: 0;
}
.c-box--border--line:nth-of-type(2), .c-box--border--vertical--line:nth-of-type(2) {
  --color1: #F7D80C;
  --color2: #4EB981;
  right: 0;
}
.c-box--border--vertical {
  background-color: transparent;
}
.c-box--border--vertical--line {
  width: 100%;
  height: 50%;
  top: unset;
  bottom: unset;
  left: 0;
}
.c-box--border--vertical--line::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  border-top: none;
  border-bottom: none;
  border-left: 0.05rem solid var(--color1);
  border-right: 0.05rem solid var(--color1);
}
.c-box--border--vertical--line::after {
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  border-top: none;
  border-bottom: none;
  border-left: 0.05rem solid var(--color2);
  border-right: 0.05rem solid var(--color2);
}
.c-box--border--vertical--line:nth-of-type(1) {
  --color1: #2294D0;
  --color2: #FF6E77;
  top: 0;
}
.c-box--border--vertical--line:nth-of-type(2) {
  --color1: #F7D80C;
  --color2: #4EB981;
  bottom: 0;
}

.c-heading--simple {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.c-heading--simple strong {
  display: block;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.28rem;
  line-height: 0.39rem;
  letter-spacing: 0;
  font-weight: 700;
  color: #2294D0;
}
@media screen and (min-width: 768px) {
  .c-heading--simple strong {
    font-size: 0.53rem;
    line-height: 0.73rem;
  }
}
.c-heading--simple span {
  display: block;
  margin-top: -0.02rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-heading--simple span {
    margin-top: 0.02rem;
    font-size: 0.18rem;
    line-height: 0.26rem;
  }
}
.c-heading--colorful, .c-heading--colorful--large {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 0.47rem;
  padding-right: 0.47rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .c-heading--colorful, .c-heading--colorful--large {
    padding-left: 0.61rem;
    padding-right: 0.61rem;
  }
}
.c-heading--colorful::before, .c-heading--colorful--large::before {
  content: "";
  position: absolute;
  width: 0.23rem;
  height: 0.34rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url("../img/common/deco_colorful1.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .c-heading--colorful::before, .c-heading--colorful--large::before {
    width: 0.3rem;
    height: 0.44rem;
  }
}
.c-heading--colorful::after, .c-heading--colorful--large::after {
  content: "";
  position: absolute;
  width: 0.23rem;
  height: 0.34rem;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url("../img/common/deco_colorful2.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .c-heading--colorful::after, .c-heading--colorful--large::after {
    width: 0.3rem;
    height: 0.44rem;
  }
}
.c-heading--colorful strong, .c-heading--colorful--large strong {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.24rem;
  line-height: 0.33rem;
  letter-spacing: 0;
  font-weight: 700;
  color: #2294D0;
}
@media screen and (min-width: 768px) {
  .c-heading--colorful strong, .c-heading--colorful--large strong {
    font-size: 0.31rem;
    line-height: 0.44rem;
  }
}
.c-heading--colorful span, .c-heading--colorful--large span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0;
  font-weight: 700;
  font-weight: 700;
  margin-top: -0.03rem;
}
@media screen and (min-width: 768px) {
  .c-heading--colorful span, .c-heading--colorful--large span {
    font-size: 0.15rem;
    line-height: 0.21rem;
  }
}
.c-heading--colorful--large {
  padding-left: 0.52rem;
  padding-right: 0.52rem;
}
@media screen and (min-width: 768px) {
  .c-heading--colorful--large {
    padding-left: 0.67rem;
    padding-right: 0.67rem;
  }
}
.c-heading--colorful--large::before {
  width: 0.32rem;
  height: 0.47rem;
  top: 0.05rem;
  transform: unset;
}
@media screen and (min-width: 768px) {
  .c-heading--colorful--large::before {
    width: 0.4rem;
    height: 0.59rem;
  }
}
.c-heading--colorful--large::after {
  width: 0.32rem;
  height: 0.47rem;
  top: 0.05rem;
  transform: unset;
}
@media screen and (min-width: 768px) {
  .c-heading--colorful--large::after {
    width: 0.4rem;
    height: 0.59rem;
  }
}
.c-heading--colorful--large strong {
  font-size: 0.42rem;
  line-height: 0.59rem;
  -webkit-text-stroke-width: 0.01rem;
  -webkit-text-stroke-color: #2294D0;
  color: white;
}
@media screen and (min-width: 768px) {
  .c-heading--colorful--large strong {
    font-size: 0.53rem;
    line-height: 0.73rem;
  }
}
.c-heading--colorful--large span {
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .c-heading--colorful--large span {
    margin-top: -0.05rem;
    font-size: 0.18rem;
    line-height: 0.26rem;
  }
}
.c-heading--icon {
  display: flex;
  gap: 0.1rem;
  color: var(--color);
}
@media screen and (min-width: 768px) {
  .c-heading--icon {
    gap: 0.14rem;
    align-items: center;
  }
}
.c-heading--icon img {
  display: block;
  width: 0.59rem;
  height: 0.59rem;
  margin-top: 0.03rem;
}
@media screen and (min-width: 768px) {
  .c-heading--icon img {
    width: 0.83rem;
    height: 0.83rem;
  }
}
.c-heading--icon span {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-heading--icon span {
    flex-direction: row;
    align-items: center;
    gap: 0.2rem;
  }
}
.c-heading--icon span strong {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.32rem;
  line-height: 0.45rem;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: -0.06rem;
}
@media screen and (min-width: 768px) {
  .c-heading--icon span strong {
    margin-bottom: unset;
    font-size: 0.46rem;
    line-height: 0.64rem;
  }
}
.c-heading--icon span small {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.11rem;
  line-height: 0.16rem;
  letter-spacing: 0.2em;
  font-weight: 700;
  margin-left: 0.01rem;
}
@media screen and (min-width: 768px) {
  .c-heading--icon span small {
    font-size: 0.17rem;
    line-height: 0.25rem;
    margin-left: unset;
  }
}
.c-heading--border {
  width: 100%;
  height: 0.48rem;
  position: relative;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .c-heading--border {
    height: 0.72rem;
  }
}
.c-heading--border--line {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
}
.c-heading--border--line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  border-top: 0.05rem solid var(--color1);
  border-bottom: 0.05rem solid var(--color1);
  box-sizing: border-box;
}
.c-heading--border--line::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  border-top: 0.05rem solid var(--color2);
  border-bottom: 0.05rem solid var(--color2);
  box-sizing: border-box;
}
.c-heading--border--line:nth-of-type(1) {
  --color1: #2294D0;
  --color2: #FF6E77;
  left: 0;
}
.c-heading--border--line:nth-of-type(2) {
  --color1: #F7D80C;
  --color2: #4EB981;
  right: 0;
}
.c-heading--border span {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0.21rem;
  padding-right: 0.21rem;
  color: #2294D0;
  padding-bottom: 0.03rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.21rem;
  line-height: 0.3rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-heading--border span {
    font-size: 0.26rem;
    line-height: 0.37rem;
    padding-left: 0.14rem;
  }
}
.c-heading--border--center {
  text-align: center;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-heading--border--center {
    padding-top: 0.12rem;
    padding-bottom: 0.15rem;
  }
}
.c-heading--border--center span {
  display: block;
  margin: auto;
  font-size: 0.18rem;
  line-height: 0.25rem;
  padding-left: unset;
  padding-right: unset;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .c-heading--border--center span {
    font-size: 0.26rem;
    line-height: 0.38rem;
  }
}
@media screen and (min-width: 768px) {
  .c-heading--border--center span small {
    font-size: 0.24rem;
  }
}
.c-heading--present {
  width: 100%;
  height: 0.75rem;
  border-top: 0.015rem solid #FF6E77;
  border-bottom: 0.015rem solid #FF6E77;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  background-color: white;
  color: #FF6E77;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .c-heading--present {
    height: 1.06rem;
    border: 0.015rem solid #FF6E77;
  }
}
.c-heading--present::before {
  content: "";
  width: 0.42rem;
  height: 0.46rem;
  background-image: url("../img/common/icon_present.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .c-heading--present::before {
    width: 0.65rem;
    height: 0.66rem;
  }
}
.c-heading--present::after {
  content: "";
  width: 0.42rem;
  height: 0.46rem;
  background-image: url("../img/common/icon_present.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .c-heading--present::after {
    width: 0.65rem;
    height: 0.66rem;
  }
}
.c-heading--present h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.c-heading--present h1 strong {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.32rem;
  line-height: 0.45rem;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-heading--present h1 strong {
    font-size: 0.48rem;
    line-height: 0.67rem;
  }
}
.c-heading--present h1 span {
  display: block;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 500;
  margin-top: -0.02rem;
}
@media screen and (min-width: 768px) {
  .c-heading--present h1 span {
    font-size: 0.2rem;
    line-height: 0.29rem;
    letter-spacing: 0.1em;
    margin-top: -0.06rem;
  }
}
.c-heading--small {
  color: #2294D0;
  display: flex;
  flex-direction: column;
  gap: 0.04rem;
  align-items: center;
  text-align: center;
}
.c-heading--small strong {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.3rem;
  line-height: 0.44rem;
  letter-spacing: 0;
  font-weight: 400;
}
.c-heading--small span {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.16rem;
  line-height: 0.23rem;
  letter-spacing: 0;
  font-weight: 500;
}
.c-heading--side-border {
  width: 100%;
  height: 0.38rem;
  display: flex;
  align-items: center;
  color: white;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 500;
  padding-bottom: 0.02rem;
  padding-left: 0.12rem;
  border-left: 0.05rem solid #FF6E77;
  background-color: #2294D0;
}
@media screen and (min-width: 768px) {
  .c-heading--side-border {
    font-size: 0.18rem;
    line-height: 0.26rem;
    min-width: 2.95rem;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 0.15rem;
    padding-right: 0.3rem;
  }
}
.c-heading--side-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.32rem;
  letter-spacing: 0;
  font-weight: 600;
  color: var(--color);
}
@media screen and (min-width: 768px) {
  .c-heading--side-bar {
    gap: 0.23rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
    justify-content: center;
  }
}
.c-heading--side-bar::before {
  content: "";
  width: 0.3rem;
  height: 0.028rem;
  background-color: var(--color);
  flex: none;
}
@media screen and (min-width: 768px) {
  .c-heading--side-bar::before {
    width: 0.5rem;
    height: 0.05rem;
  }
}
.c-heading--side-bar::after {
  content: "";
  width: 0.3rem;
  height: 0.028rem;
  background-color: var(--color);
  flex: none;
}
@media screen and (min-width: 768px) {
  .c-heading--side-bar::after {
    width: 0.5rem;
    height: 0.05rem;
  }
}
.c-heading--vertical {
  display: flex;
  flex-direction: column;
}
.c-heading--vertical strong {
  color: #2294D0;
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.47rem;
  line-height: 0.65rem;
  letter-spacing: 0;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-heading--vertical strong {
    font-size: 0.67rem;
    line-height: 0.93rem;
  }
}
.c-heading--vertical span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-heading--vertical span {
    font-size: 0.16rem;
    line-height: 0.24rem;
    margin-top: -0.03rem;
    display: block;
  }
}

.c-page-heading {
  padding-top: 0.04rem;
  padding-bottom: 0.08rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  text-align: center;
  max-width: unset;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color);
  --color: #251E00;
  --deco: url("../img/common/circle_triple.svg");
}
@media screen and (min-width: 768px) {
  .c-page-heading {
    max-width: 100%;
    width: 100%;
    position: initial;
    left: unset;
    transform: unset;
    padding-top: 0.065rem;
    padding-bottom: 0.145rem;
  }
}
.c-page-heading strong {
  font-family: "Poppins", "Times", sans-serif;
  font-size: 0.32rem;
  line-height: 0.45rem;
  letter-spacing: 0;
  font-weight: 700;
  font-style: italic;
  display: flex;
  align-items: center;
  gap: 0.165rem;
}
@media screen and (min-width: 768px) {
  .c-page-heading strong {
    gap: 0.26rem;
    font-size: 0.53rem;
    line-height: 0.73rem;
  }
}
.c-page-heading strong::before {
  content: "";
  width: 0.28rem;
  height: 0.28rem;
  background-image: var(--deco);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .c-page-heading strong::before {
    width: 0.45rem;
    height: 0.45rem;
  }
}
.c-page-heading strong::after {
  content: "";
  width: 0.28rem;
  height: 0.28rem;
  background-image: var(--deco);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .c-page-heading strong::after {
    width: 0.45rem;
    height: 0.45rem;
  }
}
.c-page-heading span {
  display: block;
  margin-top: -0.02rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-page-heading span {
    margin-top: unset;
    font-size: 0.18rem;
    line-height: 0.26rem;
  }
}

.u-width, .u-width--325-800, .u-width--375-800, .u-width--375-1040, .u-width--375-1120, .u-width--325-630, .u-width--325-640, .u-width--325-780, .u-width--325-960, .u-width--335-800, .u-width--345-1120, .u-width--335-1120, .u-width--325-1120 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media screen and (min-width: 768px) {
  .u-width, .u-width--325-800, .u-width--375-800, .u-width--375-1040, .u-width--375-1120, .u-width--325-630, .u-width--325-640, .u-width--325-780, .u-width--325-960, .u-width--335-800, .u-width--345-1120, .u-width--335-1120, .u-width--325-1120 {
    padding: 0;
    width: 11.2rem;
    padding-left: unset;
    padding-right: unset;
    margin-left: auto;
    margin-right: auto;
  }
}
.u-width--335-1120 {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
@media screen and (min-width: 768px) {
  .u-width--335-1120 {
    padding-left: unset;
    padding-right: unset;
    width: 11.2rem;
  }
}
.u-width--345-1120 {
  padding-left: 0.15rem;
  padding-right: 0.15rem;
}
@media screen and (min-width: 768px) {
  .u-width--345-1120 {
    padding-left: unset;
    padding-right: unset;
    width: 11.2rem;
  }
}
.u-width--335-800 {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
@media screen and (min-width: 768px) {
  .u-width--335-800 {
    padding-left: unset;
    padding-right: unset;
    width: 8rem;
  }
}
@media screen and (min-width: 768px) {
  .u-width--325-960 {
    width: 9.6rem;
  }
}
@media screen and (min-width: 768px) {
  .u-width--325-780 {
    width: 7.8rem;
  }
}
@media screen and (min-width: 768px) {
  .u-width--325-640 {
    width: 6.4rem;
  }
}
@media screen and (min-width: 768px) {
  .u-width--325-630 {
    width: 6.3rem;
  }
}
.u-width--375-1120 {
  padding: 0;
}
.u-width--375-1040 {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .u-width--375-1040 {
    width: 10.4rem;
  }
}
.u-width--375-800 {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .u-width--375-800 {
    width: 8rem;
  }
}
@media screen and (min-width: 768px) {
  .u-width--325-800 {
    width: 8rem;
  }
}

.u-wysiwyg b, .u-wysiwyg strong {
  font-weight: 700;
}
.u-wysiwyg i, .u-wysiwyg em {
  font-style: italic;
}
.u-wysiwyg h1, .u-wysiwyg h2, .u-wysiwyg h3, .u-wysiwyg h4, .u-wysiwyg h5, .u-wysiwyg h6 {
  font-weight: 700;
  color: #2294D0;
}
.u-wysiwyg > * {
  margin-bottom: 1em;
}

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

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */