@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&family=Open+Sans:wght@700&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
picture,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #212121;
  font-family: "Noto Sans", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  text-indent: calc(0vw + 0rem);
  letter-spacing: 0.05em;
  line-height: 180%;
  font-size: 1.6rem;
}
@media only screen and (max-width: 1599px) {
  body {
    font-size: calc(0.1632653061vw + 1.3387755102rem);
  }
}

#page {
  position: relative;
  overflow: hidden;
  font-weight: 400;
}

figure,
picture {
  display: block;
}

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

.js-svg {
  width: 1em;
  height: 1em;
}
img.js-svg {
  opacity: 0;
}

svg.js-svg {
  opacity: 1;
}

svg {
  overflow: hidden;
}

table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

th,
td {
  border: 1px solid #ccc;
  vertical-align: top;
}

/*----------------------------------------------------
	form要素
--------------------------------------------------- */
input,
textarea {
  padding: 5px 7px;
  border-radius: 2px;
  margin: 0;
  border: none;
  background-color: #fff;
  border: 1px solid #a7a6aa;
}

input[type=text],
textarea {
  outline: none;
  border: 1px solid #aaa;
  transition: all 0.3s ease;
}

input[type=text]:focus,
textarea:focus {
  box-shadow: 0 0 7px #52a8ec;
  border: 1px solid #52a8ec;
}

.l-header {
  width: 100%;
  padding: 48px 65px;
  background-color: #fff;
}
@media only screen and (max-width: 1599px) {
  .l-header {
    padding: calc(2.4489795918vw + 8.8163265306px) calc(4.4897959184vw + -6.8367346939px) calc(2.2857142857vw + 11.4285714286px);
  }
}
.l-header__logo a {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .l-header__logo a {
    justify-content: center;
  }
}
.l-header__logo a img,
.l-header__logo a svg {
  width: 400px;
  margin: 0 10px;
}
@media only screen and (max-width: 1599px) {
  .l-header__logo a img,
  .l-header__logo a svg {
    width: calc(20.4081632653vw + 73.4693877551px);
    margin: 0 calc(0.4081632653vw + 3.4693877551px);
  }
}

.l-footer {
  width: 100%;
  padding: 150px 0 145px;
  color: #fff;
  text-align: center;
  background-image: url(../../img/common/footer_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 3840px) and (min-width: 320px) and (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .l-footer {
    background-image: url(../../img/common/footer_bg@2x.jpg);
  }
}
@media only screen and (max-width: 1599px) {
  .l-footer {
    padding: calc(6.1224489796vw + 52.0408163265px) 0 calc(6.1224489796vw + 47.0408163265px);
  }
}
.l-footer_contact {
  margin-bottom: 45px;
}
@media only screen and (max-width: 1599px) {
  .l-footer_contact {
    margin-bottom: calc(2.4489795918vw + 5.8163265306px);
  }
}
.l-footer_contact__title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1599px) {
  .l-footer_contact__title {
    font-size: calc(0.8163265306vw + 1.693877551rem);
    margin-bottom: calc(1.2244897959vw + 10.4081632653px);
  }
}
.l-footer_contact__desc {
  line-height: 2.18;
}
@media only screen and (max-width: 1599px) {
  .l-footer_contact__desc {
    font-size: calc(0.4897959184vw + 0.8163265306rem);
  }
}
.l-footer_logo {
  display: flex;
  gap: 50px;
  justify-content: center;
}
@media only screen and (max-width: 1599px) {
  .l-footer_logo {
    gap: calc(1.6326530612vw + 13.8775510204px);
  }
}
@media only screen and (max-width: 767px) {
  .l-footer_logo {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 1599px) {
  .l-footer_logo li {
    width: calc(11.2653061224vw + 197.7551020408px);
  }
}

.js-aco_content {
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}

.c-ico.-down {
  transform: rotate(90deg);
}

.c-heading01 {
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 1599px) {
  .c-heading01 {
    font-size: calc(1.306122449vw + 2.1102040816rem);
  }
}
.c-heading01::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background-image: linear-gradient(to right, #00a99d 0%, #ed1e79 100%);
  margin: 27px auto 0;
}
@media only screen and (max-width: 1599px) {
  .c-heading01::after {
    width: calc(4.0816326531vw + 34.693877551px);
    height: calc(0.0816326531vw + 1.693877551px);
    margin-top: calc(1.1428571429vw + 8.7142857143px);
  }
}

.c-title01 {
  font-size: 3rem;
  font-weight: bold;
}
@media only screen and (max-width: 1599px) {
  .c-title01 {
    font-size: calc(0.8163265306vw + 1.693877551rem);
  }
}
.c-title01 span {
  display: inline;
  border-bottom: 2px solid #000;
  border-image: linear-gradient(to left, #00a99d 0%, #ed1e79 100%);
  border-image-slice: 1;
  line-height: 1.7;
}
.c-title01 span + span {
  margin-top: 0.3em;
}
.c-title02 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #00a99d;
}
@media only screen and (max-width: 1599px) {
  .c-title02 {
    font-size: calc(0.6530612245vw + 1.4551020408rem);
  }
}

.c-text01 {
  line-height: 2;
}
.c-text02 {
  font-size: 1.5rem;
  line-height: 1.6;
}
@media only screen and (max-width: 1599px) {
  .c-text02 {
    font-size: calc(0.2448979592vw + 1.1081632653rem);
  }
}

.c-fukidashi {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-fukidashi span {
  display: block;
  position: relative;
  font-size: 2.6rem;
  font-weight: bold;
  background-color: #00a99d;
  color: #fff;
  padding: 10px 25px;
}
@media only screen and (max-width: 1599px) {
  .c-fukidashi span {
    font-size: calc(0.6530612245vw + 1.5551020408rem);
    padding: calc(0.2448979592vw + 6.0816326531px) calc(0.8163265306vw + 11.9387755102px);
  }
}
.c-fukidashi span::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 9px 0 9px;
  border-color: #00a99d transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -7px;
}

.c-button01 a,
.c-button01 > span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00a99d;
  border: 2px solid #00a99d;
  width: 475px;
  height: 97px;
  text-align: center;
  position: relative;
  color: #fff;
  border-radius: 10px;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1599px) {
  .c-button01 a,
  .c-button01 > span {
    width: calc(15.5102040816vw + 226.8367346939px);
    height: calc(2.2040816327vw + 61.7346938776px);
    border-radius: calc(0.4081632653vw + 3.4693877551px);
  }
}
@media only screen and (max-width: 767px) {
  .c-button01 a,
  .c-button01 > span {
    width: 100%;
  }
}
.c-button01 a i,
.c-button01 > span i {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  background-color: #fff;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  color: #212121;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1599px) {
  .c-button01 a i,
  .c-button01 > span i {
    right: calc(2.4489795918vw + 0.8163265306px);
  }
}
@media (hover: hover) {
  .c-button01 a:hover {
    background-color: #fff;
    color: #00a99d;
  }
  .c-button01 a:hover i {
    background-color: #00a99d;
    color: #fff;
  }
}
.c-button01 > span {
  width: 530px;
}
@media only screen and (max-width: 1599px) {
  .c-button01 > span {
    width: calc(15.5102040816vw + 281.8367346939px);
  }
}
@media only screen and (max-width: 767px) {
  .c-button01 > span {
    width: 100%;
  }
}
.c-button01 > span .en {
  font-family: "Open Sans", sans-serif;
  font-size: 2.9rem;
  font-weight: bold;
  padding-left: 0.3em;
}
.c-button01.-small a,
.c-button01.-small > span {
  width: calc(8.1632653061vw + 149.387755102px);
  height: calc(0.8163265306vw + 36.9387755102px);
}
.c-button01.-center a,
.c-button01.-center > span {
  margin-left: auto;
  margin-right: auto;
}
.c-button01.-gray > span {
  background-color: #ccc;
  border: 2px solid #ccc;
}
.c-button01.-pink a,
.c-button01.-pink > span {
  background-color: #dd2a7b;
  border: 2px solid #dd2a7b;
}
@media (hover: hover) {
  .c-button01.-pink a:hover,
  .c-button01.-pink > span:hover {
    background-color: #fff;
    color: #dd2a7b;
  }
  .c-button01.-pink a:hover i,
  .c-button01.-pink > span:hover i {
    background-color: #dd2a7b;
    color: #fff;
  }
}

.c-schedule_item {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .c-schedule_item {
    flex-wrap: wrap;
    justify-content: start;
  }
}
.c-schedule_item__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .c-schedule_item__body {
    gap: 10px;
  }
}
.c-schedule_item__body__wrap {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .c-schedule_item__body__wrap {
    display: block;
  }
}
.c-schedule_item.-end {
  position: relative;
}
.c-schedule_item.-end::before {
  content: "公演終了";
  position: absolute;
  left: 0;
  top: 0;
  inline-size: 100%;
  block-size: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: grid;
  place-content: center;
  font-size: calc(0.8163265306vw + 16.9387755102px);
  z-index: 999;
}
.c-schedule_item__fukidashi {
  border: 1px solid #dd2a7b;
  color: #dd2a7b;
  padding: 1em 0.5em;
  writing-mode: vertical-rl;
  border-radius: 8px;
  position: relative;
  margin-right: 1em;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  .c-schedule_item__fukidashi {
    writing-mode: initial;
    padding: 0.1em;
    text-align: center;
    margin-bottom: 0.2em;
  }
}
.c-schedule_item__fukidashi::before, .c-schedule_item__fukidashi::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #dd2a7b;
  border-right: 0;
}
@media only screen and (max-width: 767px) {
  .c-schedule_item__fukidashi::before, .c-schedule_item__fukidashi::after {
    display: none;
  }
}
.c-schedule_item__fukidashi::after {
  right: 2px;
  border-left: 10px solid #fff;
}
.c-schedule_item__fukidashi.-second {
  border: 1px solid #00a99d;
  color: #00a99d;
}
.c-schedule_item__fukidashi.-second::before {
  border-left: 10px solid #00a99d;
}
.c-schedule_item__fukidashi .rotate {
  display: inline-block;
  transform: rotate(-90deg);
  transform-origin: center;
  margin: 1px 0px 4px;
}
@media only screen and (max-width: 767px) {
  .c-schedule_item__fukidashi .rotate {
    transform: rotate(0deg);
    margin: 0;
  }
}
.c-schedule_item__date {
  display: flex;
  align-items: baseline;
  align-self: center;
  min-width: 230px;
  max-width: 230px;
}
@media only screen and (max-width: 1599px) {
  .c-schedule_item__date {
    min-width: calc(9.7959183673vw + 73.2653061224px);
    max-width: calc(9.7959183673vw + 73.2653061224px);
  }
}
@media only screen and (max-width: 767px) {
  .c-schedule_item__date {
    justify-content: center;
  }
}
.c-schedule_item__date .num {
  display: block;
  -webkit-text-stroke: 1px #212121;
  color: #fff;
  font-size: 7.5rem;
  font-family: "Open Sans", sans-serif;
  line-height: 0.85;
  background-image: linear-gradient(to top, #00a99d 0%, #00a99d 15%, transparent 16%);
}
@media only screen and (max-width: 1599px) {
  .c-schedule_item__date .num {
    font-size: calc(3.1020408163vw + 2.5367346939rem);
  }
}
.c-schedule_item__date .week {
  background-color: #212121;
  color: #fff;
  font-weight: bold;
  max-width: 25px;
  max-height: 25px;
  min-width: 25px;
  min-height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 1599px) {
  .c-schedule_item__date .week {
    font-size: calc(0.4081632653vw + 0.8469387755rem);
    max-width: calc(0.8163265306vw + 11.9387755102px);
    max-height: calc(0.8163265306vw + 11.9387755102px);
    min-width: calc(0.8163265306vw + 11.9387755102px);
    min-height: calc(0.8163265306vw + 11.9387755102px);
  }
}
.c-schedule_item__time {
  margin-right: 28px;
  align-self: center;
}
@media only screen and (max-width: 767px) {
  .c-schedule_item__time {
    display: flex;
    align-items: center;
    margin-right: calc(2.2857142857vw + -8.5714285714px);
  }
}
.c-schedule_item__time .time {
  font-size: 3.5rem;
  font-weight: bold;
}
@media only screen and (max-width: 1599px) {
  .c-schedule_item__time .time {
    font-size: calc(1.2244897959vw + 1.5408163265rem);
  }
}
.c-schedule_item__time .item {
  display: flex;
  align-items: center;
}
.c-schedule_item__time .item + .item {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .c-schedule_item__time .item + .item {
    margin-top: 0;
    margin-left: 5px;
  }
}
.c-schedule_item__time .item dt {
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
  border-radius: 5px;
  padding: 5px;
  margin-right: 10px;
  white-space: nowrap;
}
@media only screen and (max-width: 1599px) {
  .c-schedule_item__time .item dt {
    font-size: calc(0.6530612245vw + 0.9551020408rem);
    margin-right: calc(0.4081632653vw + 3.4693877551px);
    padding: calc(0.1632653061vw + 2.387755102px);
    border-radius: calc(0.2448979592vw + 1.0816326531px);
  }
}
.c-schedule_item__time .item dt.open {
  background-color: #dd2a7b;
}
.c-schedule_item__time .item dt.start {
  background-color: #00a99d;
}
.c-schedule_item__time .item dd {
  font-size: 2.8rem;
  font-family: "Open Sans", sans-serif;
}
@media only screen and (max-width: 1599px) {
  .c-schedule_item__time .item dd {
    font-size: calc(0.8979591837vw + 1.3632653061rem);
  }
}
@media only screen and (max-width: 767px) {
  .c-schedule_item__desc {
    margin-top: calc(1.4693877551vw + 11.4897959184px);
  }
}
.c-schedule_item__desc.-f {
  display: flex;
}
.c-schedule_item__desc.-f .c-schedule_item__time {
  min-width: 160px;
  max-width: 160px;
}
@media only screen and (max-width: 1599px) {
  .c-schedule_item__desc.-f .c-schedule_item__time {
    min-width: calc(6.5306122449vw + 55.5102040816px);
    max-width: calc(6.5306122449vw + 55.5102040816px);
  }
}
.c-schedule_item__desc.-f .c-schedule_item__other {
  padding-top: 20px;
}
@media only screen and (max-width: 1599px) {
  .c-schedule_item__desc.-f .c-schedule_item__other {
    padding-top: calc(1.6326530612vw + -6.1224489796px);
  }
}
.c-schedule_item__desc.-f .c-schedule_item__other .c-title01 {
  text-align: left;
}
.c-schedule_item__desc.-f .c-schedule_item__other.-last {
  padding-left: 188px;
}
@media only screen and (max-width: 1599px) {
  .c-schedule_item__desc.-f .c-schedule_item__other.-last {
    padding-left: calc((6.5306122449vw + 55.5102040816px) + 28px);
  }
}
@media only screen and (max-width: 767px) {
  .c-schedule_item__desc.-f .c-schedule_item__other.-last {
    padding-left: 0;
  }
}
.c-schedule_item__desc.-f .c-schedule_item__other.-last .c-title01 {
  margin-left: -188px;
}
@media only screen and (max-width: 1599px) {
  .c-schedule_item__desc.-f .c-schedule_item__other.-last .c-title01 {
    margin-left: calc((-6.5306122449vw + -55.5102040816px) - 28px);
  }
}
@media only screen and (max-width: 767px) {
  .c-schedule_item__desc.-f .c-schedule_item__other.-last .c-title01 {
    margin-left: 0;
  }
}
.c-schedule_item__desc .location {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  background-color: #212121;
  border-radius: 7px;
  padding: 8px 10px;
  margin-right: 15px;
  inline-size: fit-content;
}
@media only screen and (max-width: 1599px) {
  .c-schedule_item__desc .location {
    font-size: calc(0.3265306122vw + 1.2775510204rem);
    padding: calc(0.2448979592vw + 4.0816326531px) calc(0.4081632653vw + 3.4693877551px);
    margin-right: calc(1.2244897959vw + -4.5918367347px);
    border-radius: calc(0.3265306122vw + 1.7755102041px);
  }
}
@media only screen and (max-width: 767px) {
  .c-schedule_item__desc .location {
    margin-right: 0;
    margin-top: calc(1.4693877551vw + 11.4897959184px);
  }
}
.c-schedule_item__desc .flex {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .c-schedule_item__desc .flex {
    flex-direction: column;
    align-items: center;
  }
}
.c-schedule_item__desc .status {
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
}
.c-schedule_item__desc .status li {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1;
  padding: 8px 10px;
  border-radius: 7px;
  border: 1px solid #212121;
}
@media only screen and (max-width: 1599px) {
  .c-schedule_item__desc .status li {
    font-size: calc(0.0816326531vw + 1.6693877551rem);
    padding: calc(0.3265306122vw + 2.7755102041px) calc(0.4081632653vw + 3.4693877551px);
    border-radius: calc(0.2448979592vw + 3.0816326531px);
  }
}
.c-schedule_item__desc .status li + li {
  margin-left: 7px;
}
.c-schedule_item__desc p {
  display: inline-block;
}

.c-dot_list li {
  position: relative;
  padding-left: 1em;
}
.c-dot_list li::before {
  content: "";
  min-width: 5px;
  max-width: 5px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0.8em;
  left: 0;
  background-color: #212121;
}
.c-dot_list li + li {
  margin-top: 35px;
}
@media only screen and (max-width: 1599px) {
  .c-dot_list li + li {
    margin-top: calc(0.8163265306vw + 21.9387755102px);
  }
}

.c-aco {
  text-align: left;
}
.c-aco__head {
  background-color: #dd2a7b;
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  padding: 20px;
  text-align: center;
  position: relative;
  transition: all 0.5s ease;
  cursor: pointer;
}
@media only screen and (max-width: 1599px) {
  .c-aco__head {
    font-size: calc(0.6530612245vw + 1.4551020408rem);
    padding: calc(0.8163265306vw + 6.9387755102px) calc(0.4081632653vw + 13.4693877551px);
  }
}
@media only screen and (max-width: 767px) {
  .c-aco__head {
    text-align: left;
  }
}
@media (hover: hover) {
  .c-aco__head:hover {
    background-color: #ad2161;
  }
}
.c-aco__head i {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ad2161;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.6rem;
}
@media only screen and (max-width: 1599px) {
  .c-aco__head i {
    width: calc(2.3673469388vw + 32.1224489796px);
    font-size: calc(1.0612244898vw + 0.9020408163rem);
  }
}
.c-aco__head i img svg {
  display: block;
  transition: all 0.5s ease;
}
.c-aco__head.is-act i img,
.c-aco__head.is-act i svg {
  transform: rotate(-90deg);
}
.c-aco__body {
  background-color: #f6f6f6;
}
.c-aco__body .inner {
  padding: 45px 80px 50px;
}
@media only screen and (max-width: 1599px) {
  .c-aco__body .inner {
    padding: calc(1.2244897959vw + 25.4081632653px) calc(5.0612244898vw + -0.9795918367px) calc(0.8163265306vw + 36.9387755102px);
  }
}
.c-aco__body .inner .c-dot_list li + li {
  margin-top: 0.8em;
}

.c-color_gray {
  color: #888;
}

.c-color_red {
  color: #dd2a7b;
}

.c-grad_tag {
  text-align: center;
}
.c-grad_tag span {
  display: inline-block;
  background-image: linear-gradient(to left, #00a99d 0%, #ed1e79 100%);
  color: #fff;
  border-radius: 5px;
  line-height: 1;
  padding: 0.5em;
  font-weight: bold;
  font-size: calc(0.1632653061vw + 1.7387755102rem);
}

.c-coming-soon {
  font-size: calc(0.8163265306vw + 1.693877551rem);
  font-weight: bold;
  text-align: center;
}

.c-container {
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (max-width: 1599px) {
  .c-container {
    width: calc(65.7142857143vw + 128.5714285714px);
    padding-left: calc(2.0408163265vw + 7.3469387755px);
    padding-right: calc(2.0408163265vw + 7.3469387755px);
  }
}
@media only screen and (max-width: 567px) {
  .c-container {
    width: 100%;
  }
}
@media only screen and (max-width: 374px) {
  .c-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.c-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (max-width: 1599px) {
  .c-fluid {
    padding-left: calc(2.0408163265vw + 7.3469387755px);
    padding-right: calc(2.0408163265vw + 7.3469387755px);
  }
}
@media only screen and (max-width: 374px) {
  .c-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.c-alert_ie {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
}
.c-alert_ie__alert {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 50%;
  max-width: 650px;
  padding: calc(2.4489795918vw + 20.8163265306px);
}
.c-alert_ie__alert .c-btn_edge {
  text-align: center;
  margin-top: 20px;
  display: block;
  color: #fff;
  background: #00a99d;
  border: 1px solid #00a99d;
  padding: 10px calc(0.8163265306vw + 6.9387755102px);
  border-radius: 30px;
  transition: all 0.3s ease;
}
.c-alert_ie__alert .c-btn_edge:hover {
  background: #fff;
  color: #00a99d;
}

.u-block_center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.u-center {
  text-align: center;
}
.u-center-pc {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .u-center-pc {
    text-align: left;
  }
}

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

.u-none {
  display: none;
}

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

.u-relative {
  position: relative;
}

.u-absolute {
  position: absolute;
}

.u-font_pink {
  color: #dd2a7b;
}
.u-font_green {
  color: #00a99d;
}

.u-mt0 {
  margin-top: 0px;
}
@media only screen and (max-width: 1599px) {
  .u-mt0 {
    margin-top: calc(0vw + 0px) !important;
  }
}

.u-mb0 {
  margin-bottom: 0px;
}
@media only screen and (max-width: 1599px) {
  .u-mb0 {
    margin-bottom: calc(0vw + 0px) !important;
  }
}

.u-ml0 {
  margin-left: 0px;
}
@media only screen and (max-width: 1599px) {
  .u-ml0 {
    margin-left: calc(0vw + 0px) !important;
  }
}

.u-mr0 {
  margin-right: 0px;
}
@media only screen and (max-width: 1599px) {
  .u-mr0 {
    margin-right: calc(0vw + 0px) !important;
  }
}

.u-pt0 {
  padding-top: 0px;
}
@media only screen and (max-width: 1599px) {
  .u-pt0 {
    padding-top: calc(0vw + 0px) !important;
  }
}

.u-pb0 {
  padding-bottom: 0px;
}
@media only screen and (max-width: 1599px) {
  .u-pb0 {
    padding-bottom: calc(0vw + 0px) !important;
  }
}

.u-pl0 {
  padding-left: 0px;
}
@media only screen and (max-width: 1599px) {
  .u-pl0 {
    padding-left: calc(0vw + 0px) !important;
  }
}

.u-pr0 {
  padding-right: 0px;
}
@media only screen and (max-width: 1599px) {
  .u-pr0 {
    padding-right: calc(0vw + 0px) !important;
  }
}

.u-mt5 {
  margin-top: 10px;
}
@media only screen and (max-width: 1599px) {
  .u-mt5 {
    margin-top: calc(0.4081632653vw + 3.4693877551px) !important;
  }
}

.u-mb5 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1599px) {
  .u-mb5 {
    margin-bottom: calc(0.4081632653vw + 3.4693877551px) !important;
  }
}

.u-ml5 {
  margin-left: 10px;
}
@media only screen and (max-width: 1599px) {
  .u-ml5 {
    margin-left: calc(0.4081632653vw + 3.4693877551px) !important;
  }
}

.u-mr5 {
  margin-right: 10px;
}
@media only screen and (max-width: 1599px) {
  .u-mr5 {
    margin-right: calc(0.4081632653vw + 3.4693877551px) !important;
  }
}

.u-pt5 {
  padding-top: 10px;
}
@media only screen and (max-width: 1599px) {
  .u-pt5 {
    padding-top: calc(0.4081632653vw + 3.4693877551px) !important;
  }
}

.u-pb5 {
  padding-bottom: 10px;
}
@media only screen and (max-width: 1599px) {
  .u-pb5 {
    padding-bottom: calc(0.4081632653vw + 3.4693877551px) !important;
  }
}

.u-pl5 {
  padding-left: 10px;
}
@media only screen and (max-width: 1599px) {
  .u-pl5 {
    padding-left: calc(0.4081632653vw + 3.4693877551px) !important;
  }
}

.u-pr5 {
  padding-right: 10px;
}
@media only screen and (max-width: 1599px) {
  .u-pr5 {
    padding-right: calc(0.4081632653vw + 3.4693877551px) !important;
  }
}

.u-mt10 {
  margin-top: 20px;
}
@media only screen and (max-width: 1599px) {
  .u-mt10 {
    margin-top: calc(0.8163265306vw + 6.9387755102px) !important;
  }
}

.u-mb10 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1599px) {
  .u-mb10 {
    margin-bottom: calc(0.8163265306vw + 6.9387755102px) !important;
  }
}

.u-ml10 {
  margin-left: 20px;
}
@media only screen and (max-width: 1599px) {
  .u-ml10 {
    margin-left: calc(0.8163265306vw + 6.9387755102px) !important;
  }
}

.u-mr10 {
  margin-right: 20px;
}
@media only screen and (max-width: 1599px) {
  .u-mr10 {
    margin-right: calc(0.8163265306vw + 6.9387755102px) !important;
  }
}

.u-pt10 {
  padding-top: 20px;
}
@media only screen and (max-width: 1599px) {
  .u-pt10 {
    padding-top: calc(0.8163265306vw + 6.9387755102px) !important;
  }
}

.u-pb10 {
  padding-bottom: 20px;
}
@media only screen and (max-width: 1599px) {
  .u-pb10 {
    padding-bottom: calc(0.8163265306vw + 6.9387755102px) !important;
  }
}

.u-pl10 {
  padding-left: 20px;
}
@media only screen and (max-width: 1599px) {
  .u-pl10 {
    padding-left: calc(0.8163265306vw + 6.9387755102px) !important;
  }
}

.u-pr10 {
  padding-right: 20px;
}
@media only screen and (max-width: 1599px) {
  .u-pr10 {
    padding-right: calc(0.8163265306vw + 6.9387755102px) !important;
  }
}

.u-mt15 {
  margin-top: 30px;
}
@media only screen and (max-width: 1599px) {
  .u-mt15 {
    margin-top: calc(1.2244897959vw + 10.4081632653px) !important;
  }
}

.u-mb15 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1599px) {
  .u-mb15 {
    margin-bottom: calc(1.2244897959vw + 10.4081632653px) !important;
  }
}

.u-ml15 {
  margin-left: 30px;
}
@media only screen and (max-width: 1599px) {
  .u-ml15 {
    margin-left: calc(1.2244897959vw + 10.4081632653px) !important;
  }
}

.u-mr15 {
  margin-right: 30px;
}
@media only screen and (max-width: 1599px) {
  .u-mr15 {
    margin-right: calc(1.2244897959vw + 10.4081632653px) !important;
  }
}

.u-pt15 {
  padding-top: 30px;
}
@media only screen and (max-width: 1599px) {
  .u-pt15 {
    padding-top: calc(1.2244897959vw + 10.4081632653px) !important;
  }
}

.u-pb15 {
  padding-bottom: 30px;
}
@media only screen and (max-width: 1599px) {
  .u-pb15 {
    padding-bottom: calc(1.2244897959vw + 10.4081632653px) !important;
  }
}

.u-pl15 {
  padding-left: 30px;
}
@media only screen and (max-width: 1599px) {
  .u-pl15 {
    padding-left: calc(1.2244897959vw + 10.4081632653px) !important;
  }
}

.u-pr15 {
  padding-right: 30px;
}
@media only screen and (max-width: 1599px) {
  .u-pr15 {
    padding-right: calc(1.2244897959vw + 10.4081632653px) !important;
  }
}

.u-mt20 {
  margin-top: 40px;
}
@media only screen and (max-width: 1599px) {
  .u-mt20 {
    margin-top: calc(1.6326530612vw + 13.8775510204px) !important;
  }
}

.u-mb20 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1599px) {
  .u-mb20 {
    margin-bottom: calc(1.6326530612vw + 13.8775510204px) !important;
  }
}

.u-ml20 {
  margin-left: 40px;
}
@media only screen and (max-width: 1599px) {
  .u-ml20 {
    margin-left: calc(1.6326530612vw + 13.8775510204px) !important;
  }
}

.u-mr20 {
  margin-right: 40px;
}
@media only screen and (max-width: 1599px) {
  .u-mr20 {
    margin-right: calc(1.6326530612vw + 13.8775510204px) !important;
  }
}

.u-pt20 {
  padding-top: 40px;
}
@media only screen and (max-width: 1599px) {
  .u-pt20 {
    padding-top: calc(1.6326530612vw + 13.8775510204px) !important;
  }
}

.u-pb20 {
  padding-bottom: 40px;
}
@media only screen and (max-width: 1599px) {
  .u-pb20 {
    padding-bottom: calc(1.6326530612vw + 13.8775510204px) !important;
  }
}

.u-pl20 {
  padding-left: 40px;
}
@media only screen and (max-width: 1599px) {
  .u-pl20 {
    padding-left: calc(1.6326530612vw + 13.8775510204px) !important;
  }
}

.u-pr20 {
  padding-right: 40px;
}
@media only screen and (max-width: 1599px) {
  .u-pr20 {
    padding-right: calc(1.6326530612vw + 13.8775510204px) !important;
  }
}

.u-mt25 {
  margin-top: 50px;
}
@media only screen and (max-width: 1599px) {
  .u-mt25 {
    margin-top: calc(2.0408163265vw + 17.3469387755px) !important;
  }
}

.u-mb25 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1599px) {
  .u-mb25 {
    margin-bottom: calc(2.0408163265vw + 17.3469387755px) !important;
  }
}

.u-ml25 {
  margin-left: 50px;
}
@media only screen and (max-width: 1599px) {
  .u-ml25 {
    margin-left: calc(2.0408163265vw + 17.3469387755px) !important;
  }
}

.u-mr25 {
  margin-right: 50px;
}
@media only screen and (max-width: 1599px) {
  .u-mr25 {
    margin-right: calc(2.0408163265vw + 17.3469387755px) !important;
  }
}

.u-pt25 {
  padding-top: 50px;
}
@media only screen and (max-width: 1599px) {
  .u-pt25 {
    padding-top: calc(2.0408163265vw + 17.3469387755px) !important;
  }
}

.u-pb25 {
  padding-bottom: 50px;
}
@media only screen and (max-width: 1599px) {
  .u-pb25 {
    padding-bottom: calc(2.0408163265vw + 17.3469387755px) !important;
  }
}

.u-pl25 {
  padding-left: 50px;
}
@media only screen and (max-width: 1599px) {
  .u-pl25 {
    padding-left: calc(2.0408163265vw + 17.3469387755px) !important;
  }
}

.u-pr25 {
  padding-right: 50px;
}
@media only screen and (max-width: 1599px) {
  .u-pr25 {
    padding-right: calc(2.0408163265vw + 17.3469387755px) !important;
  }
}

.u-mt30 {
  margin-top: 60px;
}
@media only screen and (max-width: 1599px) {
  .u-mt30 {
    margin-top: calc(2.4489795918vw + 20.8163265306px) !important;
  }
}

.u-mb30 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1599px) {
  .u-mb30 {
    margin-bottom: calc(2.4489795918vw + 20.8163265306px) !important;
  }
}

.u-ml30 {
  margin-left: 60px;
}
@media only screen and (max-width: 1599px) {
  .u-ml30 {
    margin-left: calc(2.4489795918vw + 20.8163265306px) !important;
  }
}

.u-mr30 {
  margin-right: 60px;
}
@media only screen and (max-width: 1599px) {
  .u-mr30 {
    margin-right: calc(2.4489795918vw + 20.8163265306px) !important;
  }
}

.u-pt30 {
  padding-top: 60px;
}
@media only screen and (max-width: 1599px) {
  .u-pt30 {
    padding-top: calc(2.4489795918vw + 20.8163265306px) !important;
  }
}

.u-pb30 {
  padding-bottom: 60px;
}
@media only screen and (max-width: 1599px) {
  .u-pb30 {
    padding-bottom: calc(2.4489795918vw + 20.8163265306px) !important;
  }
}

.u-pl30 {
  padding-left: 60px;
}
@media only screen and (max-width: 1599px) {
  .u-pl30 {
    padding-left: calc(2.4489795918vw + 20.8163265306px) !important;
  }
}

.u-pr30 {
  padding-right: 60px;
}
@media only screen and (max-width: 1599px) {
  .u-pr30 {
    padding-right: calc(2.4489795918vw + 20.8163265306px) !important;
  }
}

.u-mt35 {
  margin-top: 70px;
}
@media only screen and (max-width: 1599px) {
  .u-mt35 {
    margin-top: calc(2.8571428571vw + 24.2857142857px) !important;
  }
}

.u-mb35 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 1599px) {
  .u-mb35 {
    margin-bottom: calc(2.8571428571vw + 24.2857142857px) !important;
  }
}

.u-ml35 {
  margin-left: 70px;
}
@media only screen and (max-width: 1599px) {
  .u-ml35 {
    margin-left: calc(2.8571428571vw + 24.2857142857px) !important;
  }
}

.u-mr35 {
  margin-right: 70px;
}
@media only screen and (max-width: 1599px) {
  .u-mr35 {
    margin-right: calc(2.8571428571vw + 24.2857142857px) !important;
  }
}

.u-pt35 {
  padding-top: 70px;
}
@media only screen and (max-width: 1599px) {
  .u-pt35 {
    padding-top: calc(2.8571428571vw + 24.2857142857px) !important;
  }
}

.u-pb35 {
  padding-bottom: 70px;
}
@media only screen and (max-width: 1599px) {
  .u-pb35 {
    padding-bottom: calc(2.8571428571vw + 24.2857142857px) !important;
  }
}

.u-pl35 {
  padding-left: 70px;
}
@media only screen and (max-width: 1599px) {
  .u-pl35 {
    padding-left: calc(2.8571428571vw + 24.2857142857px) !important;
  }
}

.u-pr35 {
  padding-right: 70px;
}
@media only screen and (max-width: 1599px) {
  .u-pr35 {
    padding-right: calc(2.8571428571vw + 24.2857142857px) !important;
  }
}

.u-mt40 {
  margin-top: 80px;
}
@media only screen and (max-width: 1599px) {
  .u-mt40 {
    margin-top: calc(3.2653061224vw + 27.7551020408px) !important;
  }
}

.u-mb40 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1599px) {
  .u-mb40 {
    margin-bottom: calc(3.2653061224vw + 27.7551020408px) !important;
  }
}

.u-ml40 {
  margin-left: 80px;
}
@media only screen and (max-width: 1599px) {
  .u-ml40 {
    margin-left: calc(3.2653061224vw + 27.7551020408px) !important;
  }
}

.u-mr40 {
  margin-right: 80px;
}
@media only screen and (max-width: 1599px) {
  .u-mr40 {
    margin-right: calc(3.2653061224vw + 27.7551020408px) !important;
  }
}

.u-pt40 {
  padding-top: 80px;
}
@media only screen and (max-width: 1599px) {
  .u-pt40 {
    padding-top: calc(3.2653061224vw + 27.7551020408px) !important;
  }
}

.u-pb40 {
  padding-bottom: 80px;
}
@media only screen and (max-width: 1599px) {
  .u-pb40 {
    padding-bottom: calc(3.2653061224vw + 27.7551020408px) !important;
  }
}

.u-pl40 {
  padding-left: 80px;
}
@media only screen and (max-width: 1599px) {
  .u-pl40 {
    padding-left: calc(3.2653061224vw + 27.7551020408px) !important;
  }
}

.u-pr40 {
  padding-right: 80px;
}
@media only screen and (max-width: 1599px) {
  .u-pr40 {
    padding-right: calc(3.2653061224vw + 27.7551020408px) !important;
  }
}

.u-mt45 {
  margin-top: 90px;
}
@media only screen and (max-width: 1599px) {
  .u-mt45 {
    margin-top: calc(3.6734693878vw + 31.2244897959px) !important;
  }
}

.u-mb45 {
  margin-bottom: 90px;
}
@media only screen and (max-width: 1599px) {
  .u-mb45 {
    margin-bottom: calc(3.6734693878vw + 31.2244897959px) !important;
  }
}

.u-ml45 {
  margin-left: 90px;
}
@media only screen and (max-width: 1599px) {
  .u-ml45 {
    margin-left: calc(3.6734693878vw + 31.2244897959px) !important;
  }
}

.u-mr45 {
  margin-right: 90px;
}
@media only screen and (max-width: 1599px) {
  .u-mr45 {
    margin-right: calc(3.6734693878vw + 31.2244897959px) !important;
  }
}

.u-pt45 {
  padding-top: 90px;
}
@media only screen and (max-width: 1599px) {
  .u-pt45 {
    padding-top: calc(3.6734693878vw + 31.2244897959px) !important;
  }
}

.u-pb45 {
  padding-bottom: 90px;
}
@media only screen and (max-width: 1599px) {
  .u-pb45 {
    padding-bottom: calc(3.6734693878vw + 31.2244897959px) !important;
  }
}

.u-pl45 {
  padding-left: 90px;
}
@media only screen and (max-width: 1599px) {
  .u-pl45 {
    padding-left: calc(3.6734693878vw + 31.2244897959px) !important;
  }
}

.u-pr45 {
  padding-right: 90px;
}
@media only screen and (max-width: 1599px) {
  .u-pr45 {
    padding-right: calc(3.6734693878vw + 31.2244897959px) !important;
  }
}

.u-mt50 {
  margin-top: 100px;
}
@media only screen and (max-width: 1599px) {
  .u-mt50 {
    margin-top: calc(4.0816326531vw + 34.693877551px) !important;
  }
}

.u-mb50 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1599px) {
  .u-mb50 {
    margin-bottom: calc(4.0816326531vw + 34.693877551px) !important;
  }
}

.u-ml50 {
  margin-left: 100px;
}
@media only screen and (max-width: 1599px) {
  .u-ml50 {
    margin-left: calc(4.0816326531vw + 34.693877551px) !important;
  }
}

.u-mr50 {
  margin-right: 100px;
}
@media only screen and (max-width: 1599px) {
  .u-mr50 {
    margin-right: calc(4.0816326531vw + 34.693877551px) !important;
  }
}

.u-pt50 {
  padding-top: 100px;
}
@media only screen and (max-width: 1599px) {
  .u-pt50 {
    padding-top: calc(4.0816326531vw + 34.693877551px) !important;
  }
}

.u-pb50 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 1599px) {
  .u-pb50 {
    padding-bottom: calc(4.0816326531vw + 34.693877551px) !important;
  }
}

.u-pl50 {
  padding-left: 100px;
}
@media only screen and (max-width: 1599px) {
  .u-pl50 {
    padding-left: calc(4.0816326531vw + 34.693877551px) !important;
  }
}

.u-pr50 {
  padding-right: 100px;
}
@media only screen and (max-width: 1599px) {
  .u-pr50 {
    padding-right: calc(4.0816326531vw + 34.693877551px) !important;
  }
}

.u-mt55 {
  margin-top: 110px;
}
@media only screen and (max-width: 1599px) {
  .u-mt55 {
    margin-top: calc(4.4897959184vw + 38.1632653061px) !important;
  }
}

.u-mb55 {
  margin-bottom: 110px;
}
@media only screen and (max-width: 1599px) {
  .u-mb55 {
    margin-bottom: calc(4.4897959184vw + 38.1632653061px) !important;
  }
}

.u-ml55 {
  margin-left: 110px;
}
@media only screen and (max-width: 1599px) {
  .u-ml55 {
    margin-left: calc(4.4897959184vw + 38.1632653061px) !important;
  }
}

.u-mr55 {
  margin-right: 110px;
}
@media only screen and (max-width: 1599px) {
  .u-mr55 {
    margin-right: calc(4.4897959184vw + 38.1632653061px) !important;
  }
}

.u-pt55 {
  padding-top: 110px;
}
@media only screen and (max-width: 1599px) {
  .u-pt55 {
    padding-top: calc(4.4897959184vw + 38.1632653061px) !important;
  }
}

.u-pb55 {
  padding-bottom: 110px;
}
@media only screen and (max-width: 1599px) {
  .u-pb55 {
    padding-bottom: calc(4.4897959184vw + 38.1632653061px) !important;
  }
}

.u-pl55 {
  padding-left: 110px;
}
@media only screen and (max-width: 1599px) {
  .u-pl55 {
    padding-left: calc(4.4897959184vw + 38.1632653061px) !important;
  }
}

.u-pr55 {
  padding-right: 110px;
}
@media only screen and (max-width: 1599px) {
  .u-pr55 {
    padding-right: calc(4.4897959184vw + 38.1632653061px) !important;
  }
}

.u-mt60 {
  margin-top: 120px;
}
@media only screen and (max-width: 1599px) {
  .u-mt60 {
    margin-top: calc(4.8979591837vw + 41.6326530612px) !important;
  }
}

.u-mb60 {
  margin-bottom: 120px;
}
@media only screen and (max-width: 1599px) {
  .u-mb60 {
    margin-bottom: calc(4.8979591837vw + 41.6326530612px) !important;
  }
}

.u-ml60 {
  margin-left: 120px;
}
@media only screen and (max-width: 1599px) {
  .u-ml60 {
    margin-left: calc(4.8979591837vw + 41.6326530612px) !important;
  }
}

.u-mr60 {
  margin-right: 120px;
}
@media only screen and (max-width: 1599px) {
  .u-mr60 {
    margin-right: calc(4.8979591837vw + 41.6326530612px) !important;
  }
}

.u-pt60 {
  padding-top: 120px;
}
@media only screen and (max-width: 1599px) {
  .u-pt60 {
    padding-top: calc(4.8979591837vw + 41.6326530612px) !important;
  }
}

.u-pb60 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1599px) {
  .u-pb60 {
    padding-bottom: calc(4.8979591837vw + 41.6326530612px) !important;
  }
}

.u-pl60 {
  padding-left: 120px;
}
@media only screen and (max-width: 1599px) {
  .u-pl60 {
    padding-left: calc(4.8979591837vw + 41.6326530612px) !important;
  }
}

.u-pr60 {
  padding-right: 120px;
}
@media only screen and (max-width: 1599px) {
  .u-pr60 {
    padding-right: calc(4.8979591837vw + 41.6326530612px) !important;
  }
}

.u-mt65 {
  margin-top: 130px;
}
@media only screen and (max-width: 1599px) {
  .u-mt65 {
    margin-top: calc(5.306122449vw + 45.1020408163px) !important;
  }
}

.u-mb65 {
  margin-bottom: 130px;
}
@media only screen and (max-width: 1599px) {
  .u-mb65 {
    margin-bottom: calc(5.306122449vw + 45.1020408163px) !important;
  }
}

.u-ml65 {
  margin-left: 130px;
}
@media only screen and (max-width: 1599px) {
  .u-ml65 {
    margin-left: calc(5.306122449vw + 45.1020408163px) !important;
  }
}

.u-mr65 {
  margin-right: 130px;
}
@media only screen and (max-width: 1599px) {
  .u-mr65 {
    margin-right: calc(5.306122449vw + 45.1020408163px) !important;
  }
}

.u-pt65 {
  padding-top: 130px;
}
@media only screen and (max-width: 1599px) {
  .u-pt65 {
    padding-top: calc(5.306122449vw + 45.1020408163px) !important;
  }
}

.u-pb65 {
  padding-bottom: 130px;
}
@media only screen and (max-width: 1599px) {
  .u-pb65 {
    padding-bottom: calc(5.306122449vw + 45.1020408163px) !important;
  }
}

.u-pl65 {
  padding-left: 130px;
}
@media only screen and (max-width: 1599px) {
  .u-pl65 {
    padding-left: calc(5.306122449vw + 45.1020408163px) !important;
  }
}

.u-pr65 {
  padding-right: 130px;
}
@media only screen and (max-width: 1599px) {
  .u-pr65 {
    padding-right: calc(5.306122449vw + 45.1020408163px) !important;
  }
}

.u-mt70 {
  margin-top: 140px;
}
@media only screen and (max-width: 1599px) {
  .u-mt70 {
    margin-top: calc(5.7142857143vw + 48.5714285714px) !important;
  }
}

.u-mb70 {
  margin-bottom: 140px;
}
@media only screen and (max-width: 1599px) {
  .u-mb70 {
    margin-bottom: calc(5.7142857143vw + 48.5714285714px) !important;
  }
}

.u-ml70 {
  margin-left: 140px;
}
@media only screen and (max-width: 1599px) {
  .u-ml70 {
    margin-left: calc(5.7142857143vw + 48.5714285714px) !important;
  }
}

.u-mr70 {
  margin-right: 140px;
}
@media only screen and (max-width: 1599px) {
  .u-mr70 {
    margin-right: calc(5.7142857143vw + 48.5714285714px) !important;
  }
}

.u-pt70 {
  padding-top: 140px;
}
@media only screen and (max-width: 1599px) {
  .u-pt70 {
    padding-top: calc(5.7142857143vw + 48.5714285714px) !important;
  }
}

.u-pb70 {
  padding-bottom: 140px;
}
@media only screen and (max-width: 1599px) {
  .u-pb70 {
    padding-bottom: calc(5.7142857143vw + 48.5714285714px) !important;
  }
}

.u-pl70 {
  padding-left: 140px;
}
@media only screen and (max-width: 1599px) {
  .u-pl70 {
    padding-left: calc(5.7142857143vw + 48.5714285714px) !important;
  }
}

.u-pr70 {
  padding-right: 140px;
}
@media only screen and (max-width: 1599px) {
  .u-pr70 {
    padding-right: calc(5.7142857143vw + 48.5714285714px) !important;
  }
}

.u-mt75 {
  margin-top: 150px;
}
@media only screen and (max-width: 1599px) {
  .u-mt75 {
    margin-top: calc(6.1224489796vw + 52.0408163265px) !important;
  }
}

.u-mb75 {
  margin-bottom: 150px;
}
@media only screen and (max-width: 1599px) {
  .u-mb75 {
    margin-bottom: calc(6.1224489796vw + 52.0408163265px) !important;
  }
}

.u-ml75 {
  margin-left: 150px;
}
@media only screen and (max-width: 1599px) {
  .u-ml75 {
    margin-left: calc(6.1224489796vw + 52.0408163265px) !important;
  }
}

.u-mr75 {
  margin-right: 150px;
}
@media only screen and (max-width: 1599px) {
  .u-mr75 {
    margin-right: calc(6.1224489796vw + 52.0408163265px) !important;
  }
}

.u-pt75 {
  padding-top: 150px;
}
@media only screen and (max-width: 1599px) {
  .u-pt75 {
    padding-top: calc(6.1224489796vw + 52.0408163265px) !important;
  }
}

.u-pb75 {
  padding-bottom: 150px;
}
@media only screen and (max-width: 1599px) {
  .u-pb75 {
    padding-bottom: calc(6.1224489796vw + 52.0408163265px) !important;
  }
}

.u-pl75 {
  padding-left: 150px;
}
@media only screen and (max-width: 1599px) {
  .u-pl75 {
    padding-left: calc(6.1224489796vw + 52.0408163265px) !important;
  }
}

.u-pr75 {
  padding-right: 150px;
}
@media only screen and (max-width: 1599px) {
  .u-pr75 {
    padding-right: calc(6.1224489796vw + 52.0408163265px) !important;
  }
}

.u-mt80 {
  margin-top: 160px;
}
@media only screen and (max-width: 1599px) {
  .u-mt80 {
    margin-top: calc(6.5306122449vw + 55.5102040816px) !important;
  }
}

.u-mb80 {
  margin-bottom: 160px;
}
@media only screen and (max-width: 1599px) {
  .u-mb80 {
    margin-bottom: calc(6.5306122449vw + 55.5102040816px) !important;
  }
}

.u-ml80 {
  margin-left: 160px;
}
@media only screen and (max-width: 1599px) {
  .u-ml80 {
    margin-left: calc(6.5306122449vw + 55.5102040816px) !important;
  }
}

.u-mr80 {
  margin-right: 160px;
}
@media only screen and (max-width: 1599px) {
  .u-mr80 {
    margin-right: calc(6.5306122449vw + 55.5102040816px) !important;
  }
}

.u-pt80 {
  padding-top: 160px;
}
@media only screen and (max-width: 1599px) {
  .u-pt80 {
    padding-top: calc(6.5306122449vw + 55.5102040816px) !important;
  }
}

.u-pb80 {
  padding-bottom: 160px;
}
@media only screen and (max-width: 1599px) {
  .u-pb80 {
    padding-bottom: calc(6.5306122449vw + 55.5102040816px) !important;
  }
}

.u-pl80 {
  padding-left: 160px;
}
@media only screen and (max-width: 1599px) {
  .u-pl80 {
    padding-left: calc(6.5306122449vw + 55.5102040816px) !important;
  }
}

.u-pr80 {
  padding-right: 160px;
}
@media only screen and (max-width: 1599px) {
  .u-pr80 {
    padding-right: calc(6.5306122449vw + 55.5102040816px) !important;
  }
}

.u-mt85 {
  margin-top: 170px;
}
@media only screen and (max-width: 1599px) {
  .u-mt85 {
    margin-top: calc(6.9387755102vw + 58.9795918367px) !important;
  }
}

.u-mb85 {
  margin-bottom: 170px;
}
@media only screen and (max-width: 1599px) {
  .u-mb85 {
    margin-bottom: calc(6.9387755102vw + 58.9795918367px) !important;
  }
}

.u-ml85 {
  margin-left: 170px;
}
@media only screen and (max-width: 1599px) {
  .u-ml85 {
    margin-left: calc(6.9387755102vw + 58.9795918367px) !important;
  }
}

.u-mr85 {
  margin-right: 170px;
}
@media only screen and (max-width: 1599px) {
  .u-mr85 {
    margin-right: calc(6.9387755102vw + 58.9795918367px) !important;
  }
}

.u-pt85 {
  padding-top: 170px;
}
@media only screen and (max-width: 1599px) {
  .u-pt85 {
    padding-top: calc(6.9387755102vw + 58.9795918367px) !important;
  }
}

.u-pb85 {
  padding-bottom: 170px;
}
@media only screen and (max-width: 1599px) {
  .u-pb85 {
    padding-bottom: calc(6.9387755102vw + 58.9795918367px) !important;
  }
}

.u-pl85 {
  padding-left: 170px;
}
@media only screen and (max-width: 1599px) {
  .u-pl85 {
    padding-left: calc(6.9387755102vw + 58.9795918367px) !important;
  }
}

.u-pr85 {
  padding-right: 170px;
}
@media only screen and (max-width: 1599px) {
  .u-pr85 {
    padding-right: calc(6.9387755102vw + 58.9795918367px) !important;
  }
}

.u-mt90 {
  margin-top: 180px;
}
@media only screen and (max-width: 1599px) {
  .u-mt90 {
    margin-top: calc(7.3469387755vw + 62.4489795918px) !important;
  }
}

.u-mb90 {
  margin-bottom: 180px;
}
@media only screen and (max-width: 1599px) {
  .u-mb90 {
    margin-bottom: calc(7.3469387755vw + 62.4489795918px) !important;
  }
}

.u-ml90 {
  margin-left: 180px;
}
@media only screen and (max-width: 1599px) {
  .u-ml90 {
    margin-left: calc(7.3469387755vw + 62.4489795918px) !important;
  }
}

.u-mr90 {
  margin-right: 180px;
}
@media only screen and (max-width: 1599px) {
  .u-mr90 {
    margin-right: calc(7.3469387755vw + 62.4489795918px) !important;
  }
}

.u-pt90 {
  padding-top: 180px;
}
@media only screen and (max-width: 1599px) {
  .u-pt90 {
    padding-top: calc(7.3469387755vw + 62.4489795918px) !important;
  }
}

.u-pb90 {
  padding-bottom: 180px;
}
@media only screen and (max-width: 1599px) {
  .u-pb90 {
    padding-bottom: calc(7.3469387755vw + 62.4489795918px) !important;
  }
}

.u-pl90 {
  padding-left: 180px;
}
@media only screen and (max-width: 1599px) {
  .u-pl90 {
    padding-left: calc(7.3469387755vw + 62.4489795918px) !important;
  }
}

.u-pr90 {
  padding-right: 180px;
}
@media only screen and (max-width: 1599px) {
  .u-pr90 {
    padding-right: calc(7.3469387755vw + 62.4489795918px) !important;
  }
}

.u-mt95 {
  margin-top: 190px;
}
@media only screen and (max-width: 1599px) {
  .u-mt95 {
    margin-top: calc(7.7551020408vw + 65.9183673469px) !important;
  }
}

.u-mb95 {
  margin-bottom: 190px;
}
@media only screen and (max-width: 1599px) {
  .u-mb95 {
    margin-bottom: calc(7.7551020408vw + 65.9183673469px) !important;
  }
}

.u-ml95 {
  margin-left: 190px;
}
@media only screen and (max-width: 1599px) {
  .u-ml95 {
    margin-left: calc(7.7551020408vw + 65.9183673469px) !important;
  }
}

.u-mr95 {
  margin-right: 190px;
}
@media only screen and (max-width: 1599px) {
  .u-mr95 {
    margin-right: calc(7.7551020408vw + 65.9183673469px) !important;
  }
}

.u-pt95 {
  padding-top: 190px;
}
@media only screen and (max-width: 1599px) {
  .u-pt95 {
    padding-top: calc(7.7551020408vw + 65.9183673469px) !important;
  }
}

.u-pb95 {
  padding-bottom: 190px;
}
@media only screen and (max-width: 1599px) {
  .u-pb95 {
    padding-bottom: calc(7.7551020408vw + 65.9183673469px) !important;
  }
}

.u-pl95 {
  padding-left: 190px;
}
@media only screen and (max-width: 1599px) {
  .u-pl95 {
    padding-left: calc(7.7551020408vw + 65.9183673469px) !important;
  }
}

.u-pr95 {
  padding-right: 190px;
}
@media only screen and (max-width: 1599px) {
  .u-pr95 {
    padding-right: calc(7.7551020408vw + 65.9183673469px) !important;
  }
}

.u-mt100 {
  margin-top: 200px;
}
@media only screen and (max-width: 1599px) {
  .u-mt100 {
    margin-top: calc(8.1632653061vw + 69.387755102px) !important;
  }
}

.u-mb100 {
  margin-bottom: 200px;
}
@media only screen and (max-width: 1599px) {
  .u-mb100 {
    margin-bottom: calc(8.1632653061vw + 69.387755102px) !important;
  }
}

.u-ml100 {
  margin-left: 200px;
}
@media only screen and (max-width: 1599px) {
  .u-ml100 {
    margin-left: calc(8.1632653061vw + 69.387755102px) !important;
  }
}

.u-mr100 {
  margin-right: 200px;
}
@media only screen and (max-width: 1599px) {
  .u-mr100 {
    margin-right: calc(8.1632653061vw + 69.387755102px) !important;
  }
}

.u-pt100 {
  padding-top: 200px;
}
@media only screen and (max-width: 1599px) {
  .u-pt100 {
    padding-top: calc(8.1632653061vw + 69.387755102px) !important;
  }
}

.u-pb100 {
  padding-bottom: 200px;
}
@media only screen and (max-width: 1599px) {
  .u-pb100 {
    padding-bottom: calc(8.1632653061vw + 69.387755102px) !important;
  }
}

.u-pl100 {
  padding-left: 200px;
}
@media only screen and (max-width: 1599px) {
  .u-pl100 {
    padding-left: calc(8.1632653061vw + 69.387755102px) !important;
  }
}

.u-pr100 {
  padding-right: 200px;
}
@media only screen and (max-width: 1599px) {
  .u-pr100 {
    padding-right: calc(8.1632653061vw + 69.387755102px) !important;
  }
}

.u-visible {
  display: block;
}
@media only screen and (max-width: 1599px) {
  .u-visible-max {
    display: none !important;
  }
}
@media only screen and (max-width: 1299px) {
  .u-visible-md {
    display: none !important;
  }
}
@media only screen and (max-width: 1023px) {
  .u-visible-tab {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-visible-sp {
    display: none !important;
  }
}
@media only screen and (max-width: 567px) {
  .u-visible-spmin {
    display: none !important;
  }
}
@media only screen and (max-width: 374px) {
  .u-visible-min {
    display: none !important;
  }
}

.u-hidden {
  display: none;
}
.u-hidden-max {
  display: none !important;
}
@media only screen and (max-width: 1599px) {
  .u-hidden-max {
    display: block !important;
  }
  .u-hidden-max.-f {
    display: flex !important;
  }
  .u-hidden-max.-i {
    display: inline !important;
  }
  .u-hidden-max.-ib {
    display: inline-block !important;
  }
}
.u-hidden-md {
  display: none !important;
}
@media only screen and (max-width: 1299px) {
  .u-hidden-md {
    display: block !important;
  }
  .u-hidden-md.-f {
    display: flex !important;
  }
  .u-hidden-md.-i {
    display: inline !important;
  }
  .u-hidden-md.-ib {
    display: inline-block !important;
  }
}
.u-hidden-tab {
  display: none !important;
}
@media only screen and (max-width: 1023px) {
  .u-hidden-tab {
    display: block !important;
  }
  .u-hidden-tab.-f {
    display: flex !important;
  }
  .u-hidden-tab.-i {
    display: inline !important;
  }
  .u-hidden-tab.-ib {
    display: inline-block !important;
  }
}
.u-hidden-sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: block !important;
  }
  .u-hidden-sp.-f {
    display: flex !important;
  }
  .u-hidden-sp.-i {
    display: inline !important;
  }
  .u-hidden-sp.-ib {
    display: inline-block !important;
  }
}
.u-hidden-spmin {
  display: none !important;
}
@media only screen and (max-width: 567px) {
  .u-hidden-spmin {
    display: block !important;
  }
  .u-hidden-spmin.-f {
    display: flex !important;
  }
  .u-hidden-spmin.-i {
    display: inline !important;
  }
  .u-hidden-spmin.-ib {
    display: inline-block !important;
  }
}
.u-hidden-min {
  display: none !important;
}
@media only screen and (max-width: 374px) {
  .u-hidden-min {
    display: block !important;
  }
  .u-hidden-min.-f {
    display: flex !important;
  }
  .u-hidden-min.-i {
    display: inline !important;
  }
  .u-hidden-min.-ib {
    display: inline-block !important;
  }
}

/* トップページ */
.p-index_kv {
  position: relative;
  margin: 0 24px 115px;
  height: calc(100vh - 144px);
}
@media only screen and (max-width: 1599px) {
  .p-index_kv {
    margin: 0 calc(0.8163265306vw + 10.9387755102px) calc(5.306122449vw + 30.1020408163px);
    height: calc(100vh - (3.7551020408vw + 53.9183673469px));
  }
}
@media only screen and (max-width: 1599px) {
  .is-vertical .p-index_kv {
    height: calc(15.2653061224vw + 512.7551020408px);
  }
}
.p-index_kv__pic {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-index_kv__pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.p-index_kv__title {
  position: absolute;
  bottom: 44px;
  left: 84px;
}
@media only screen and (max-width: 1599px) {
  .p-index_kv__title {
    width: calc(55.1020408163vw + 123.3673469388px);
    left: calc(5.2244897959vw + 0.4081632653px);
  }
}
@media only screen and (max-width: 767px) {
  .p-index_kv__title {
    bottom: auto;
    top: calc(20.8163265306vw + 176.9387755102px);
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-index_kv__logo {
  position: absolute;
}
@media only screen and (max-width: 1599px) {
  .p-index_kv__logo {
    width: calc(6.4489795918vw + 54.8163265306px);
  }
}
.p-index_kv__logo.-top {
  top: 0;
  left: 0;
}
.p-index_kv__logo.-bottom {
  bottom: 0;
  right: 0;
}

.p-index_about {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1599px) {
  .p-index_about {
    padding-bottom: calc(7.3469387755vw + 2.4489795918px);
  }
}
.p-index_about__schedule .c-schedule_item {
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px dotted #212121;
}
@media only screen and (max-width: 1599px) {
  .p-index_about__schedule .c-schedule_item {
    padding: calc(0.8163265306vw + 26.9387755102px) 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-index_about__schedule .c-schedule_item {
    padding: calc(0.8163265306vw + 26.9387755102px) 0;
  }
}
.p-index_about__corona__head {
  background-color: #00a99d;
  color: #fff;
  font-size: 3.5rem;
  font-weight: bold;
  padding: 30px;
  text-align: center;
  position: relative;
  transition: all 0.5s ease;
  cursor: pointer;
}
@media only screen and (max-width: 1599px) {
  .p-index_about__corona__head {
    font-size: calc(1.2244897959vw + 1.5408163265rem);
    padding: calc(1.387755102vw + 7.7959183673px) calc(0.8163265306vw + 16.9387755102px);
  }
}
@media only screen and (max-width: 767px) {
  .p-index_about__corona__head {
    text-align: left;
  }
}
@media (hover: hover) {
  .p-index_about__corona__head:hover {
    background-color: #018178;
  }
}
.p-index_about__corona__head i {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #018178;
  width: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.6rem;
}
@media only screen and (max-width: 1599px) {
  .p-index_about__corona__head i {
    width: calc(3.9183673469vw + 32.306122449px);
    font-size: calc(1.0612244898vw + 0.9020408163rem);
  }
}
.p-index_about__corona__head i img,
.p-index_about__corona__head i svg {
  display: block;
  transition: all 0.5s ease;
}
.p-index_about__corona__head.is-act i img,
.p-index_about__corona__head.is-act i svg {
  transform: rotate(-90deg);
}
.p-index_about__corona__body {
  background-color: #f6f6f6;
}
.p-index_about__corona__body .inner {
  padding: 50px 130px 80px;
}
@media only screen and (max-width: 1599px) {
  .p-index_about__corona__body .inner {
    padding: calc(0.8163265306vw + 36.9387755102px) calc(9.1428571429vw + -16.2857142857px) calc(1.7959183673vw + 51.2653061224px);
  }
}
.p-index_about__corona__body .corona_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 57px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1599px) {
  .p-index_about__corona__body .corona_list {
    gap: calc(3.8367346939vw + -4.387755102px);
    margin-bottom: calc(0.8163265306vw + 11.9387755102px);
  }
}
.p-index_about__corona__body .corona_list li {
  text-align: center;
}
.p-index_about__corona__body .corona_list li .ico {
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1599px) {
  .p-index_about__corona__body .corona_list li .ico {
    margin-bottom: calc(0.4081632653vw + 3.4693877551px);
  }
}
@media only screen and (max-width: 767px) {
  .p-index_about__corona__body .corona_list li .ico {
    width: calc(4.5714285714vw + 46.8571428571px);
    margin-left: auto;
    margin-right: auto;
  }
}
.p-index_about__corona__body .corona_list li .text {
  font-size: 1.7rem;
  font-weight: bold;
  color: #fff;
  background-color: #212121;
  padding: 5px 10px;
  border-radius: 999px;
}
@media only screen and (max-width: 1599px) {
  .p-index_about__corona__body .corona_list li .text {
    font-size: calc(0.5714285714vw + 0.7857142857rem);
    padding: calc(0.1632653061vw + 2.387755102px) calc(0.4081632653vw + 3.4693877551px);
  }
}
@media only screen and (max-width: 767px) {
  .p-index_about__corona__body .corona_list li .text {
    white-space: nowrap;
  }
}

.p-index_program {
  display: none;
}
.p-index_program__head {
  color: #fff;
  padding: 170px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../img/index/program_bg_01.jpg);
}
@media only screen and (max-width: 3840px) and (min-width: 320px) and (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .p-index_program__head {
    background-image: url(../../img/index/program_bg_01@2x.jpg);
  }
}
@media only screen and (max-width: 1599px) {
  .p-index_program__head {
    padding: calc(8.9795918367vw + 26.3265306122px) 0;
  }
}
.p-index_program__head__catch {
  margin-bottom: 45px;
  text-align: center;
}
@media only screen and (max-width: 1599px) {
  .p-index_program__head__catch {
    margin-bottom: calc(2.0408163265vw + 12.3469387755px);
  }
}
.p-index_program__head__text {
  text-align: center;
  line-height: 1.95;
  font-size: 1.8rem;
  max-width: 855px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1599px) {
  .p-index_program__head__text {
    font-size: calc(0.3265306122vw + 1.2775510204rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-index_program__head__text {
    text-align: left;
  }
}
.p-index_program__sec {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1599px) {
  .p-index_program__sec {
    padding: calc(2.8571428571vw + 54.2857142857px) 0;
  }
}
.p-index_program__sec.-gray {
  background-color: #f6f6f6;
}
.p-index_program__sec__location {
  border: 1px solid #dd2a7b;
  font-size: 1.8rem;
  font-weight: bold;
  color: #dd2a7b;
  text-align: center;
  padding: 8px;
  background-color: #fff;
  margin-bottom: 40px;
  position: relative;
}
@media only screen and (max-width: 1599px) {
  .p-index_program__sec__location {
    font-size: calc(-0.1632653061vw + 2.0612244898rem);
    padding: calc(0.4081632653vw + 3.4693877551px);
  }
}
.p-index_program__sec__location::before {
  content: "";
  display: block;
  background-color: #fff;
  width: 15.51px;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
}
.p-index_program__sec__location::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border: 1px solid #dd2a7b;
  background-color: #fff;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  z-index: -1;
}
.p-index_program__sec__location i {
  display: inline-block;
  margin-right: 5px;
}
.p-index_program__sec__location i img,
.p-index_program__sec__location i svg {
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .p-index_program__sec__head {
    text-align: center;
  }
}
.p-index_program__sec__head .catch {
  background-image: linear-gradient(to left, #00a99d 0%, #ed1e79 100%);
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 3.5rem;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1599px) {
  .p-index_program__sec__head .catch {
    font-size: calc(1.4693877551vw + 1.1489795918rem);
    padding: calc(0.5714285714vw + 5.8571428571px);
    margin-bottom: calc(0.4081632653vw + 13.4693877551px);
    border-radius: calc(0.1632653061vw + 2.387755102px);
  }
}
.p-index_program__sec__head .status {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .p-index_program__sec__head .status {
    justify-content: center;
  }
}
.p-index_program__sec__head .status li {
  border: 1px solid #212121;
  border-radius: 7px;
  padding: 8px 11px;
  font-weight: bold;
  font-size: 3rem;
}
@media only screen and (max-width: 1599px) {
  .p-index_program__sec__head .status li {
    font-size: calc(1.0612244898vw + 1.3020408163rem);
    padding: calc(0.3265306122vw + 2.7755102041px) calc(0.4897959184vw + 3.1632653061px);
    border-radius: calc(0.1632653061vw + 4.387755102px);
  }
}
.p-index_program__sec__head .status li + li {
  margin-left: 20px;
}
@media only screen and (max-width: 1599px) {
  .p-index_program__sec__head .status li + li {
    margin-left: calc(1.1428571429vw + 1.7142857143px);
  }
}
.p-index_program__sec .c-schedule_item__date {
  align-self: flex-start;
}
@media only screen and (max-width: 767px) {
  .p-index_program__sec .c-schedule_item__date {
    margin-bottom: calc(1.2244897959vw + 10.4081632653px);
  }
}
@media only screen and (max-width: 1599px) {
  .p-index_program__sec .c-schedule_item__date .num {
    font-size: calc(2.3673469388vw + 3.712244898rem);
  }
}
.p-index_program__sec .c-schedule_item__time {
  align-self: flex-start;
  padding-top: 30px;
}
@media only screen and (max-width: 1599px) {
  .p-index_program__sec .c-schedule_item__time {
    padding-top: calc(1.6326530612vw + 3.8775510204px);
  }
}

.p-index_application {
  display: none;
  margin-bottom: calc(4.8979591837vw + 41.6326530612px);
}
.p-index_application__inner {
  background: url(../../img/index/application_bg.jpg) no-repeat center/cover;
  position: relative;
  padding: calc(3.2653061224vw + 27.7551020408px) 0 calc(2.4489795918vw + 20.8163265306px);
}
.p-index_application__title {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .p-index_application__title {
    width: 100%;
  }
}
.p-index_application__wrap {
  width: 720px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .p-index_application__wrap {
    display: block;
    width: 100%;
    padding: 20px;
  }
}
.p-index_application__card {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .p-index_application__card {
    width: 100%;
  }
  .p-index_application__card + .p-index_application__card {
    margin-top: 30px;
  }
}
.p-index_application__card__date {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #fff;
  margin-bottom: calc(1.2244897959vw + 10.4081632653px);
}
.p-index_application__card__date.-pink .num::before {
  background: #dd2a7b;
}
.p-index_application__card__date .num {
  font-family: "Open Sans", sans-serif;
  font-size: calc(1.2244897959vw + 2.5408163265rem);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #212121;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.p-index_application__card__date .num::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 9px;
  background: #00a99d;
  z-index: -1;
}
.p-index_application__card__date .week {
  margin-right: 0.5em;
  font-weight: bold;
  background: #fff;
  color: #212121;
  border: 1px solid #212121;
  min-width: 22px;
  max-width: 22px;
  min-height: 22px;
  max-height: 22px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  font-size: calc(0.2448979592vw + 0.9081632653rem);
}
.p-index_application__card .c-button01 a {
  width: 100%;
}
.p-index_application__card p {
  color: #fff;
}

.p-index_access {
  padding: calc(4.0816326531vw + 34.693877551px) 0;
}
.p-index_access__row {
  display: flex;
  display: none;
}
.p-index_access__row + .p-index_access__row {
  margin-block-start: calc(1.6326530612vw + 13.8775510204px);
}
@media only screen and (max-width: 767px) {
  .p-index_access__row {
    flex-direction: column;
  }
}
.p-index_access__map {
  min-width: 600px;
  max-width: 600px;
  margin-right: 35px;
}
@media only screen and (max-width: 1599px) {
  .p-index_access__map {
    min-width: calc(20.8163265306vw + 266.9387755102px);
    max-width: calc(20.8163265306vw + 266.9387755102px);
    margin-right: calc(2.8571428571vw + -10.7142857143px);
  }
}
@media only screen and (max-width: 1025px) {
  .p-index_access__map {
    min-width: 55%;
    max-width: 55%;
  }
}
@media only screen and (max-width: 767px) {
  .p-index_access__map {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: calc(2.0408163265vw + 17.3469387755px);
  }
}
.p-index_access__map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 690/390;
}
.p-index_access__text {
  align-self: center;
}
@media only screen and (max-width: 767px) {
  .p-index_access__text {
    align-self: flex-start;
  }
}
.p-index_access__text .head {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (max-width: 1599px) {
  .p-index_access__text .head {
    font-size: calc(1.2244897959vw + 1.5408163265rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-index_access__text .head {
    flex-direction: column;
  }
}
.p-index_access__text .access {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 35px;
  line-height: 1.8;
  position: relative;
  padding-left: calc(0.8163265306vw + 16.9387755102px);
}
.p-index_access__text .access i {
  position: absolute;
  left: 0;
  color: #00a99d;
  font-size: 2.5rem;
  margin-right: 5px;
  display: inline-block;
}
@media only screen and (max-width: 1599px) {
  .p-index_access__text .access i {
    font-size: calc(0.8163265306vw + 1.193877551rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-index_access__text .access i {
    margin-right: 0;
    margin-bottom: calc(0.4081632653vw + 3.4693877551px);
  }
}
@media only screen and (max-width: 1599px) {
  .p-index_access__text .access {
    font-size: calc(0.4897959184vw + 1.2163265306rem);
    margin-bottom: calc(1.2244897959vw + 15.4081632653px);
  }
}

/*# sourceMappingURL=style.min.css.map */
