@charset "UTF-8";
body {
  font-family: "Noto Sans", sans-serif;
}

.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.6vw;
  }
}
@media (min-width: 1000px) {
  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;
}

.detail {
  width: 100%;
}

.footer {
  width: 100%;
  height: 200px;
  height: 12.5rem;
  background-color: #fff;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .footer {
    height: 6.25rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer__logo-iisia {
  max-width: 415px;
  max-width: 25.9375rem;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .footer__logo-iisia {
    margin-right: 0;
  }
}

.footer__logo {
  max-width: 115px;
  max-width: 7.1875rem;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    margin-top: 0;
    margin-left: 3.125rem;
  }
}

.fv {
  background-image: url(../images/kv-sp-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 500px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fv {
    background-image: url(../images/kv-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 800px;
  }
}

.fv .inner {
  position: relative;
  height: 500px;
}
@media screen and (min-width: 768px) {
  .fv .inner {
    height: 800px;
  }
}

.fv__inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  max-width: 680px;
  max-width: 42.5rem;
  width: 100%;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .fv__inner {
    padding-left: 25px;
  }
}

.fv__title {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #C685A3;
  line-height: 1.45;
}
@media screen and (min-width: 768px) {
  .fv__title {
    font-size: 2.5rem;
    line-height: 1.425;
  }
}

.fv__title span {
  display: block;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 10px;
  padding: 0.375rem 0.625rem;
  white-space: nowrap;
}
.fv__title span:not(:first-child) {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .fv__title span {
    padding: 0.375rem 1.25rem;
  }
}

.fv__sub-title {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.375;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .fv__sub-title {
    font-size: 1.875rem;
    line-height: 1.43;
  }
}

.fv__text-area {
  margin-top: 14px;
  margin-top: 0.875rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .fv__text-area {
    margin-top: 3.75rem;
  }
}

.fv__text-area p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
  color: #fff;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .fv__text-area p {
    font-size: 1.125rem;
  }
}

.fv__date {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.09em;
  font-weight: 700;
  text-shadow: 0px 0px 1px rgba(119, 167, 150, .65);
}
@media screen and (min-width: 768px) {
  .fv__date {
    font-size: 1.5rem;
  }
}

.fv__date span:first-child {
  margin-left: 9px;
  margin-left: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .fv__date span:first-child {
    margin-left: 0.6875rem;
  }
}

.fv__date span.accent {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .fv__date span.accent {
    font-size: 2.25rem;
  }
}

.fv__date span.circle {
  margin-left: 9px;
  margin-left: 0.5625rem;
  margin-right: 9px;
  margin-right: 0.5625rem;
  color: #C685A3;
  background: #fff;
  border-radius: 50%;
  padding: 6px 11px;
  padding: 0.375rem 0.6875rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .fv__date span.circle {
    margin-left: 0.6875rem;
    margin-right: 0.6875rem;
    padding: 0.375rem 0.9375rem;
  }
}

.fv__date span.accent.time1 {
  margin-right: 32px;
  margin-right: 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fv__date span.accent.time1 {
    margin-right: 2.3125rem;
  }
}
.fv__date span.accent.time1:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -24px;
  right: -1.5rem;
  background: url(../images/arrow-icon.png) no-repeat center center/contain;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .fv__date span.accent.time1:after {
    right: -1.625rem;
  }
}

.fv__logo {
  margin-top: 20px;
  margin-top: 1.25rem;
  max-width: 60%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fv__logo {
    max-width: 38.75rem;
  }
}
.fv__logo img {
  width: 100%;
}

.info {
  padding-bottom: 34px;
  padding-bottom: 2.125rem;
  background: #f8e8ef;
}
@media screen and (min-width: 768px) {
  .info {
    padding-bottom: 6.25rem;
  }
}

.info__container {
  background: #fff;
  padding: 40px 20px;
  padding: 2.5rem 1.25rem;
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
  position: relative;
  margin: -130px auto 0;
  margin: -8.125rem auto 0;
}
@media screen and (min-width: 768px) {
  .info__container {
    padding: 3.75rem 3.125rem 5rem;
    max-width: 62.5rem;
    margin: -11.4375rem auto 0;
  }
}

.info__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
  color: #C685A3;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .info__title {
    font-size: 2rem;
    line-height: 1.375;
  }
}

.info__dl-area {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.info__dl-area dl:not(:first-child) {
  margin-top: 20px;
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .info__dl-area dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.info__dl-area dt {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.375;
  color: #fff;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  background: #C685A3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 72px;
  width: 4.5rem;
  padding-top: 6px;
  padding-top: 0.375rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .info__dl-area dt {
    margin-bottom: 0;
    margin-right: 5rem;
  }
}

.info__dl-area dd {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.375;
}
.info__dl-area dd a {
  border-bottom: 1px solid #000;
}

.info__schedule {
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .info__schedule {
    max-width: 62.5rem;
  }
}

@media screen and (min-width: 768px) {
  .info__schedule dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.info__schedule dl:not(:first-child) {
  position: relative;
}
.info__schedule dl:not(:first-child)::after {
  content: "";
  position: absolute;
  top: -50px;
  top: -3.125rem;
  left: 118px;
  left: 7.375rem;
  width: 2px;
  width: 0.125rem;
  height: 30px;
  height: 1.875rem;
  background: #C685A3;
}
@media screen and (min-width: 768px) {
  .info__schedule dl:not(:first-child)::after {
    height: 3.125rem;
    top: -4.375rem;
  }
}
@media screen and (min-width: 768px) {
  .info__schedule dl:not(:first-child) {
    margin-top: 5.625rem;
  }
}

.info__schedule dt {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
  color: #C685A3;
  background: #fff;
  padding: 6px 10px 6px 36px;
  padding: 0.375rem 0.625rem 0.375rem 2.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (min-width: 768px) {
  .info__schedule dt {
    margin-right: 3.625rem;
    white-space: nowrap;
  }
}
.info__schedule dt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  left: 0.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  border-radius: 50%;
  background: #C685A3;
}

.info__schedule dd {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.375;
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-bottom: 70px;
  margin-bottom: 4.375rem;
}
@media screen and (min-width: 768px) {
  .info__schedule dd {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.info__btn-wrap {
  margin-top: 62px;
  margin-top: 3.875rem;
}
@media screen and (min-width: 768px) {
  .info__btn-wrap {
    margin-top: 5rem;
  }
}

.info__btn {
  background: #C685A3;
  padding: 20px 77px;
  padding: 1.25rem 4.8125rem;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
  -webkit-box-shadow: 0px 0px 6px #edb7d0;
          box-shadow: 0px 0px 6px #edb7d0;
  border-radius: 70px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .info__btn {
    padding: 1.5rem 5rem;
  }
}
.info__btn:hover {
  background: #fff;
  color: #C685A3;
  opacity: 1;
}

.info__astarisk {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.357;
  color: #C685A3;
}
.info__astarisk a {
  font-weight: 600;
  border-bottom: 1px solid #C685A3;
}

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

.introduction {
  background: url(../images/greeting-sp-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .introduction {
    background: url(../images/greeting-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.introduction__inner {
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .introduction__inner {
    max-width: 62.5rem;
  }
}

.introduction__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .introduction__text {
    font-size: 1.25rem;
  }
}

.js-fade {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 1.5s, -webkit-transform 3s;
  transition: opacity 1.5s, -webkit-transform 3s;
  transition: opacity 1.5s, transform 3s;
  transition: opacity 1.5s, transform 3s, -webkit-transform 3s;
}

.js-fade.active {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.profile {
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .profile {
    padding-top: 5rem;
    padding-bottom: 2.5rem;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.profile__inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 50px;
  padding-top: 3.125rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .profile__inner {
    max-width: 65rem;
    width: 100%;
    padding: 1.25rem;
  }
}
.profile__inner::before {
  content: "";
  display: block;
  width: 50px;
  width: 3.125rem;
  height: 42px;
  height: 2.625rem;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 2px solid #C685A3;
  border-left: 2px solid #C685A3;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .profile__inner::before {
    width: 4.375rem;
    height: 3.75rem;
  }
}
.profile__inner::after {
  content: "";
  display: block;
  width: 50px;
  width: 3.125rem;
  height: 42px;
  height: 2.625rem;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 2px solid #C685A3;
  border-right: 2px solid #C685A3;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .profile__inner::after {
    width: 4.375rem;
    height: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .profile__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.profile__img {
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .profile__img {
    max-width: 40%;
    width: 100%;
  }
}
.profile__img img {
  width: 100%;
}

.profile__description {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .profile__description {
    width: 50%;
    margin-left: 10%;
  }
}

.profile__en-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.357;
  color: #C685A3;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .profile__en-title {
    margin-top: 0;
  }
}

.profile__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.profile__lists {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.profile__book-img {
  max-width: 130px;
  max-width: 8.125rem;
  width: 100%;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.profile__astarisk {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.357;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.schedule {
  background-image: url(../images/schedule-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .schedule {
    padding-top: 5rem;
    padding-bottom: 5.125rem;
  }
}

.schedule__title {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .schedule__title {
    font-size: 2rem;
    line-height: 1.375;
  }
}

.schedule__subtitle {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.375;
  border-bottom: 2px solid #ffffff;
  text-align: center;
  margin: 10px auto 0;
  margin: 0.625rem auto 0;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .schedule__subtitle {
    font-size: 1.5rem;
    margin: 1.25rem auto 0;
    padding-bottom: 0.0625rem;
  }
}

.schedule__contents {
  background: #fff;
  padding: 40px 20px;
  padding: 2.5rem 1.25rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .schedule__contents {
    padding: 2.5rem 3.125rem;
  }
}

.schedule__dl-area {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 500;
}

.schedule__dl-area dl:not(:first-child) {
  margin-top: 20px;
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .schedule__dl-area dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .schedule__dl-area dt {
    width: 12.5rem;
  }
}

.schedule__dl-area dd {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .schedule__dl-area dd {
    margin-top: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 37.5rem;
            flex: 0 1 37.5rem;
  }
}

.schedule__astarisk {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.357;
  font-weight: 500;
  text-align: right;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.schedule__astarisk.bold {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.333;
}
@media screen and (min-width: 768px) {
  .schedule__astarisk.bold {
    font-size: 0.875rem;
    line-height: 1.357;
  }
}

.to-top {
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  padding: 18px;
  padding: 1.125rem;
  background: #C685A3;
  position: fixed;
  right: 20px;
  right: 1.25rem;
  bottom: 49px;
  bottom: 3.0625rem;
  opacity: 1;
  z-index: 99999;
}
.to-top a {
  display: block;
  width: 24px;
  width: 1.5rem;
  height: 23px;
  height: 1.4375rem;
}
.to-top a img {
  width: 100%;
}
/*# sourceMappingURL=styles.css.map */
