@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: #111;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.5384615385vw;
  }
}
@media (min-width: 1040px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.c-black-midashi {
  font-size: 19px;
  font-size: 1.1875rem;
  color: #fff;
  background-color: #111;
  text-align: center;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  .c-black-midashi--50 {
    width: 50%;
  }
}

.c-block-title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-block-title {
    font-size: 2.5rem;
  }
}

.c-boder-midashi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
  gap: 0.125rem;
}

.c-boder-midashi__left {
  border: 1px solid #111;
  border-radius: 100px;
  font-size: 10px;
  font-size: 0.625rem;
  padding: 1px 10px;
  padding: 0.0625rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-boder-midashi__left {
    font-size: 0.875rem;
  }
}
.c-boder-midashi__left--152 {
  min-width: 152px;
  min-width: 9.5rem;
  text-align: center;
  margin-right: 10px;
  margin-right: 0.625rem;
}

.c-boder-midashi__right {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c-boder-midashi__right {
    font-size: 1.5rem;
  }
}

.c-boder-title {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  text-align: center;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
.c-boder-title::before, .c-boder-title::after {
  position: absolute;
  content: "";
  background-color: #000;
  width: 20%;
  height: 1px;
  top: 50%;
}
@media screen and (min-width: 768px) {
  .c-boder-title::before, .c-boder-title::after {
    width: 35%;
  }
}
.c-boder-title:before {
  left: 0;
}
.c-boder-title::after {
  right: 0;
}

.l-btn {
  text-align: center;
}

.c-btn {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 100px;
  border: none;
  background: #FF0000;
  color: #fff;
  position: relative;
  cursor: pointer;
  padding: 18px 47px;
  padding: 1.125rem 2.9375rem;
  width: 100%;
  display: inline-block;
  text-align: center;
  z-index: 10;
  max-width: 638px;
  max-width: 39.875rem;
}
@media screen and (min-width: 768px) {
  .c-btn {
    font-size: 1.5625rem;
  }
}
.c-btn::before {
  content: "";
  position: absolute;
  top: 6px;
  bottom: -4px;
  right: -4px;
  left: 6px;
  width: 100%;
  height: auto;
  border: solid 1.4173px #FF0000;
  border-radius: 100px;
  z-index: -10;
  background-color: transparent;
}
.c-btn::after {
  content: "＞";
  margin-left: 10px;
  margin-left: 0.625rem;
}

.c-program {
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  border-radius: 10px;
  background-color: #FFF7CF;
}
.c-program dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-program dl:not(:first-child) {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-program dl:not(:first-child) {
    margin-top: 0;
  }
}

.c-red-title {
  font-size: 19px;
  font-size: 1.1875rem;
  color: #FF0000;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-red-title {
    font-size: 1.5625rem;
  }
}

.c-syutuen-name {
  font-size: 12px;
  font-size: 0.75rem;
}

.logo {
  height: 32.5px;
  height: 2.03125rem;
  width: auto;
  margin-left: 20px;
  margin-left: 1.25rem;
}

.paragraph:not(:last-of-type) {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.bg {
  background-image: url(../images/bg.jpg);
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
}

.drawer__button {
  display: inline-block;
  position: fixed;
  top: 25px;
  top: 1.5625rem;
  left: 22px;
  left: 1.375rem;
  width: 30px;
  width: 1.875rem;
  height: 35px;
  height: 2.1875rem;
  cursor: pointer;
  z-index: 500;
}
@media screen and (min-width: 768px) {
  .drawer__button {
    display: none;
  }
}
.drawer__button::after {
  content: "MENU";
  font-size: 11px;
  font-size: 0.6875rem;
  display: inline-block;
  margin-top: 10px;
  margin-top: 0.625rem;
  font-weight: 600;
}

.drawer__icon__bars {
  position: relative;
  margin-top: 8px;
  margin-top: 0.5rem;
}
.drawer__icon__bars, .drawer__icon__bars::before, .drawer__icon__bars::after {
  display: block;
  width: 30px;
  width: 1.875rem;
  height: 1.5px;
  height: 0.09375rem;
  background-color: #111;
}
.drawer__icon__bars::before, .drawer__icon__bars::after {
  content: "";
  position: absolute;
  left: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.drawer__icon__bars::before {
  top: -8px;
  top: -0.5rem;
}
.drawer__icon__bars::after {
  top: 8px;
  top: 0.5rem;
}

.drawer__icon__bars.js-drawer {
  background-color: transparent;
}
.drawer__icon__bars.js-drawer::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0px;
  background-color: #111;
}
.drawer__icon__bars.js-drawer::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0px;
  background-color: #111;
}

.drawer__content {
  background-color: rgba(255, 255, 255, .9);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 299;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: scroll;
}
@media screen and (min-width: 768px) {
  .drawer__content {
    display: none;
  }
}

.drawer__content.js-drawer {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

body.js-drawer {
  overflow: hidden;
}

.drawer__nav {
  padding: 260px 0;
  padding: 16.25rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: inherit;
}

.drawer__navList {
  gap: 10px;
  gap: 0.625rem;
  width: 100%;
}

.drawer__item {
  width: 100%;
}
.drawer__item a {
  text-align: center;
  width: 100%;
  display: block;
  padding: 5%;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}

.p-footer {
  background: #000;
  padding-top: 46px;
  padding-top: 2.875rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 4.0625rem;
    padding-bottom: 3.125rem;
  }
}
.p-footer .logo {
  max-width: 209px;
  max-width: 13.0625rem;
  height: auto;
  margin: 0 auto;
  display: block;
}

.p-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 65px;
  margin-top: 4.0625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 5.3125rem;
    gap: 0;
  }
}
.p-footer__nav a {
  padding: 0 20px;
  padding: 0 1.25rem;
}

.p-copyright {
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 45px;
  margin-top: 2.8125rem;
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #FFE642;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-header {
    font-size: 1rem;
  }
}

.p-header__inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-header__items {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-header__item {
  height: inherit;
}
.p-header__item a {
  display: inline-block;
  padding: 20px 20px;
  padding: 1.25rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-header__item a {
    padding: 1.875rem 1vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-header__item a {
    padding: 1.875rem 1.5vw;
  }
}

.p-header__btn {
  background: #FF0000;
  border-radius: 100px 0 0 100px;
  color: #fff;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 1440px) {
  .p-header__btn {
    margin-left: 1.25rem;
  }
}
.p-header__btn a {
  display: inline-block;
  padding: 20px 30px;
  padding: 1.25rem 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-header__btn a {
    padding: 1.875rem 1.875rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-header__btn a {
    padding: 1.875rem 1.875rem;
    padding-left: 2.5rem;
  }
}
.p-header__btn::after {
  position: absolute;
  content: "＞";
  width: 50px;
  width: 3.125rem;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -10%;
}
@media screen and (min-width: 768px) {
  .p-drawer {
    display: none;
  }
}

.l-inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1090px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.test {
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #111;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .test {
    font-size: 1.75rem;
  }
}

.special-guest {
  text-align: center;
  padding: 16px 32px;
  padding: 1rem 2rem;
  font-weight: 600;
  border-radius: 50px;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#FF0000), to(#FF0000));
  background-image: linear-gradient(to right, #FF0000 0%, #FF0000 100%);
}
@media screen and (min-width: 768px) {
  .special-guest {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.125rem;
  }
}

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

.u-color-yellow {
  color: #FFE642;
}

.u-margin-bottom-big {
  margin-bottom: 80px !important;
  margin-bottom: 5rem !important;
}

.u-margin-bottom-medium {
  margin-bottom: 40px !important;
  margin-bottom: 2.5rem !important;
}

.u-margin-bottom-small {
  margin-bottom: 20px !important;
  margin-bottom: 1.25rem !important;
}

.u-margin-top-big {
  margin-top: 80px !important;
  margin-top: 5rem !important;
}

.u-margin-top-huge {
  margin-top: 100px !important;
  margin-top: 6.25rem !important;
}

.u-margin-top17 {
  margin-top: 15px !important;
  margin-top: 0.9375rem !important;
}

.u-text1419 {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .u-text1419 {
    font-size: 1.1875rem;
  }
}

.u-text15 {
  font-size: 15px;
  font-size: 0.9375rem;
}

.u-text19 {
  font-size: 19px;
  font-size: 1.1875rem;
}

.u-text22 {
  font-size: 22px;
  font-size: 1.375rem;
}

.u-text31 {
  font-size: 31px;
  font-size: 1.9375rem;
}

.u-text50 {
  font-size: 34px;
  font-size: 2.125rem;
}
@media screen and (min-width: 768px) {
  .u-text50 {
    font-size: 3.125rem;
  }
}

.p-about {
  background-color: #F7F7F7;
  padding-top: 55px;
  padding-top: 3.4375rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-about {
    padding-top: 7.5rem;
    padding-bottom: 7.1875rem;
  }
}

.p-about__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
  margin-top: 3.75rem;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-about__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5rem;
  }
}
.p-about__box img {
  max-width: 255px;
  max-width: 15.9375rem;
}
@media screen and (min-width: 768px) {
  .p-about__box img {
    max-width: 20.625rem;
  }
}

.p-about__text {
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-about__text {
    width: 50%;
  }
}

.p-access {
  padding-top: 60px;
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-access {
    padding-top: 6.875rem;
    padding-bottom: 9.0625rem;
  }
}

.p-access__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-access__flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 6.875rem;
    margin-top: 5.3125rem;
  }
}

.p-access__kaizyou {
  color: #fff;
  background-color: #111;
  display: inline-block;
  padding: 2px 20px;
  padding: 0.125rem 1.25rem;
  border-radius: 100px;
  font-size: 14px;
  font-size: 0.875rem;
}

.p-access__basho {
  font-size: 25px;
  font-size: 1.5625rem;
}

.p-access__address {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 19px;
  font-size: 1.1875rem;
}

.p-access__station {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 19px;
  font-size: 1.1875rem;
}

.p-access__img {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-access__img {
    margin-top: 3.75rem;
  }
}
.p-access__img img {
  width: 301px;
  width: 18.8125rem;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-access__img img {
    width: 24.25rem;
  }
}

.p-access__map iframe {
  max-width: 100%;
}

.p-btn__text {
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-btn__text {
    font-size: 0.9375rem;
  }
}

.p-contact {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 70px;
  padding-bottom: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-contact {
    padding-top: 6.875rem;
    padding-bottom: 5rem;
  }
}

.p-contact__item {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-contact__item {
    font-size: 1.5625rem;
  }
}
.p-contact__item p {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact__item p {
    text-align: left;
  }
}
.p-contact__item:not(:first-of-type) {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact__item:not(:first-of-type) {
    margin-top: 1.5625rem;
  }
}

.p-contact__bg000 {
  text-align: center;
  display: block;
  color: #fff;
  background-color: #111;
  padding: 2px 20px;
  padding: 0.125rem 1.25rem;
  border-radius: 100px;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-contact__bg000 {
    display: inline-block;
    font-size: 1.5625rem;
    min-width: 10.4375rem;
    margin-bottom: 1.5rem;
  }
}

.p-contact__main {
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  -webkit-box-shadow: 0px 6px 7px 0px #adadad;
          box-shadow: 0px 6px 7px 0px #adadad;
  border-radius: 15px;
  padding-left: 5%;
  padding-right: 5%;
  max-width: 1041px;
  max-width: 65.0625rem;
  background-color: #fff;
  margin-top: 70px;
  margin-top: 4.375rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact__main {
    margin-top: 5.5rem;
  }
}

.p-contact__img {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact__img {
    margin-bottom: 50px;
  }
}
.p-contact__img img {
  width: 237px;
  width: 14.8125rem;
  margin: 0 auto;
}

.p-contact__jimukyoku {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 19px;
  font-size: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-contact__jimukyoku {
    margin-top: 1.875rem;
    font-size: 1.3125rem;
  }
}

.p-contact__link {
  font-size: 26px;
  font-size: 1.625rem;
  color: #FF0000;
  font-weight: 600;
  margin-top: 20px;
  margin-top: 1.25rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-contact__link {
    font-size: 1.875rem;
  }
}

.p-contact__uketuke {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-contact__uketuke {
    margin-top: 2.1875rem;
  }
}

.p-contact__btn {
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-contact__btn {
    margin-top: 4.0625rem;
  }
}

.p-gaiyou {
  padding-top: 55px;
  padding-top: 3.4375rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-gaiyou {
    padding-top: 7.5rem;
    padding-bottom: 7.1875rem;
  }
}

.p-gaiyou__items {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-gaiyou__items {
    margin-top: 5.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 5.625rem;
       -moz-column-gap: 5.625rem;
            column-gap: 5.625rem;
  }
}

.p-gaiyou__item:not(:first-of-type) {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-gaiyou__item:not(:first-of-type) {
    margin-top: 4.0625rem;
  }
}
.p-gaiyou__item:nth-child(n+2) {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-gaiyou__item:nth-child(n+2) {
    width: calc(50% - 2.8125rem);
  }
}
.p-gaiyou__item:first-child {
  width: 100%;
}

.p-gaiyou__text {
  font-size: 19px;
  font-size: 1.1875rem;
  text-align: center;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-gaiyou__text {
    font-size: 1.9375rem;
    margin-top: 1.5625rem;
  }
}

.p-gaiyou__img {
  max-width: 235px;
  max-width: 14.6875rem;
  margin: 0 auto;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-gaiyou__img {
    max-width: 28.3125rem;
    margin-top: 4.375rem;
  }
}

.p-mainvisual {
  margin-top: 65px;
  margin-top: 4.0625rem;
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  background-image: url(../images/mv-sp.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-mainvisual {
    background-image: url(../images/mv.jpg);
    padding-top: 9.375rem;
    padding-bottom: 3.4375rem;
    margin-top: 6.6875rem;
  }
}

.p-mainvisual__inner {
  max-width: 1220px;
  max-width: 76.25rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-mainvisual__inner {
    width: 90%;
  }
}

.p-mainvisual__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-mainvisual__box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.875rem;
  }
}

.p-mainvisual__text {
  max-width: 78%;
}
@media screen and (min-width: 768px) {
  .p-mainvisual__text {
    max-width: 34.375rem;
  }
}

.p-mainvisual__img {
  max-width: 76%;
}
@media screen and (min-width: 768px) {
  .p-mainvisual__img {
    max-width: 40.1875rem;
  }
}

.p-mainvisual__btn {
  margin-top: 85px;
  margin-top: 5.3125rem;
}
@media screen and (min-width: 768px) {
  .p-mainvisual__btn {
    margin-top: 85px;
  }
}

.p-program {
  padding-top: 55px;
  padding-top: 3.4375rem;
  padding-bottom: 70px;
  padding-bottom: 4.375rem;
  background-color: #F7F7F7;
}
@media screen and (min-width: 768px) {
  .p-program {
    padding-top: 7.5rem;
    padding-bottom: 7.1875rem;
  }
}

.p-program__items {
  margin-top: 90px;
  margin-top: 5.625rem;
  -webkit-box-shadow: 0px 6px 7px 0px #adadad;
          box-shadow: 0px 6px 7px 0px #adadad;
  border-radius: 15px;
  padding: 140px 5%;
  padding: 8.75rem 5%;
  max-width: 1041px;
  max-width: 65.0625rem;
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-program__items {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    padding-left: 17%;
    padding-right: 17%;
  }
}
@media screen and (min-width: 1440px) {
  .p-program__items {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
.p-program__items::before {
  position: absolute;
  content: "";
  background-image: url(../images/program_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 3%;
  left: 35%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 158px;
  width: 9.875rem;
  height: 134px;
  height: 8.375rem;
}
@media screen and (min-width: 768px) {
  .p-program__items::before {
    left: 0;
    top: -2%;
  }
}
@media screen and (min-width: 1440px) {
  .p-program__items::before {
    top: 3%;
    left: -8%;
    width: 16.1875rem;
    height: 13.8125rem;
  }
}
.p-program__items::after {
  position: absolute;
  content: "";
  background-image: url(../images/program_02.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 3%;
  right: 35%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 171px;
  width: 10.6875rem;
  height: 146px;
  height: 9.125rem;
}
@media screen and (min-width: 768px) {
  .p-program__items::after {
    right: 0;
    bottom: -2%;
  }
}
@media screen and (min-width: 1440px) {
  .p-program__items::after {
    bottom: 3%;
    right: -8%;
    width: 16rem;
    height: 13.6875rem;
  }
}

.p-program__item:not(:first-child) {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-program__item:not(:first-child) {
    margin-top: 1.875rem;
  }
}

.p-program__groups {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-program__groups {
    margin-top: 1.25rem;
  }
}

.p-program__group:not(:first-of-type) {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-program__flex {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-program__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.9375rem;
  }
}

.p-program__img img {
  width: 154px;
  width: 9.625rem;
}

.p-program__dsc {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-program__panelists {
  display: grid;
  grid-template-columns: repeat(2, -webkit-max-content);
  grid-template-columns: repeat(2, max-content);
  -webkit-column-gap: 4.6875rem;
     -moz-column-gap: 4.6875rem;
          column-gap: 4.6875rem;
  row-gap: 10px;
  row-gap: 0.625rem;
  text-align: center;
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.p-program__text {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-program__btn {
  margin-top: 80px;
  margin-top: 5rem;
}

.p-syutuensya {
  padding-top: 55px;
  padding-top: 3.4375rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-syutuensya {
    padding-top: 6.25rem;
    padding-bottom: 5.625rem;
  }
}

.p-syutuensya__items {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-syutuensya__items {
    margin-top: 5.3125rem;
  }
}

.p-syutuensya__item {
  border-bottom: 1px solid #111;
  padding-bottom: 36px;
  padding-bottom: 2.25rem;
}
.p-syutuensya__item:not(:first-of-type) {
  margin-top: 36px;
  margin-top: 2.25rem;
}
.p-syutuensya__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-syutuensya__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.125rem;
    width: 90%;
    margin: 0 auto;
  }
}

.p-syutuensya__left {
  width: 209px;
  width: 13.0625rem;
  margin: 0 auto;
}
.p-syutuensya__left img {
  width: 100%;
}

.p-syutuensya__name {
  margin-top: 20px;
  margin-top: 1.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .p-syutuensya__text {
    width: calc(100% - 13.0625rem);
  }
}
/*# sourceMappingURL=styles.css.map */
