@charset "UTF-8";
/* layout */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #555;
  font-size: 1.8rem;
  line-height: 250%;
  background-color: #F8F5FF;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  display: inline-block;
}

img {
  width: 100%;
}

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

@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

.l-wrapper {
  padding: 0 140px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-wrapper {
    padding: 0 30px;
  }
}

.c-button {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 100%;
  letter-spacing: 0.7px;
  padding: 16px 42px 16px 20px;
  position: relative;
  transition: 0.3s all;
  z-index: 0;
}
.c-button:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #7D74BB;
  border-radius: 30px;
  z-index: -1;
  transition: transform 0.3s ease;
  transform-origin: center;
}
.c-button:after {
  content: "";
  position: absolute;
  background: url("../image/common/ic-window.svg") no-repeat;
  background-size: cover;
  width: 12px;
  height: 12px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.c-button:hover:before {
  transform: scaleX(0.95);
}
.c-button__white {
  color: #7D74BB;
}
.c-button__white:before {
  background-color: #fff;
}
.c-button__white:after {
  filter: brightness(0) saturate(100%) invert(45%) sepia(77%) saturate(297%) hue-rotate(208deg) brightness(91%) contrast(86%);
}

.c-h2Ttl {
  color: #7D74BB;
  text-align: center;
  padding: 200px 0 80px;
}
@media screen and (max-width: 767px) {
  .c-h2Ttl {
    padding: 120px 0 60px;
  }
}
.c-h2Ttl .enTtl span {
  font-size: 1.6rem;
  padding-left: 30px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.8px;
  padding-bottom: 4px;
  position: relative;
}
.c-h2Ttl .enTtl span:before {
  content: "";
  position: absolute;
  background: url("../image/common/ic-deco.svg") no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.c-h2Ttl h2 {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 2.1px;
}
@media screen and (max-width: 767px) {
  .c-h2Ttl h2 {
    font-size: 2.8rem;
    letter-spacing: 1.4px;
  }
}

.c-h3Ttl {
  padding: 56px 0 24px;
}
@media screen and (max-width: 767px) {
  .c-h3Ttl {
    padding: 40px 0 24px;
  }
}
.c-h3Ttl h3 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 1.1px;
  padding-left: 14px;
  border-left: 2px solid #7D74BB;
}
@media screen and (max-width: 767px) {
  .c-h3Ttl h3 {
    font-size: 2rem;
  }
}

.c-note {
  font-size: 1.2rem;
  line-height: 180%;
  text-indent: -1em;
  padding-left: 1em;
  padding-top: 20px;
}

.header {
  position: fixed;
  top: 20px;
  z-index: 999;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 0 20px;
    width: 90%;
  }
}
.header__inner {
  background-color: #fff;
  padding: 12px 30px;
  border-radius: 50px;
  box-shadow: 0 0 8px 0 rgba(125, 116, 187, 0.3);
  max-width: 1120px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding: 6px 30px;
  }
}
.header__pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo a {
  color: #7D74BB;
  font-weight: 700;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  gap: 0 10px;
  opacity: 1;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .header__logo a {
    font-size: 1.8rem;
  }
}
.header__logo a:hover {
  opacity: 0.7;
}
.header__logo a span {
  text-align: center;
  font-size: 1.4rem;
  line-height: 120%;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 767px) {
  .header__logo a span {
    font-size: 1rem;
    letter-spacing: 0.5px;
  }
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 0 30px;
}
.header__menu ul {
  display: flex;
  gap: 0 30px;
}
.header__menu ul a {
  color: #555;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 100%;
  position: relative;
  letter-spacing: 0.7px;
  transition: 0.3s all;
}
.header__menu ul a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -27px;
  width: 0;
  height: 4px;
  background-color: #7D74BB;
  transition: 0.3s all;
  transform: translateX(-50%);
}
.header__menu ul a:hover {
  color: #7D74BB;
}
.header__menu ul a:hover:after {
  width: 100%;
}
.header__spInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__navBtn {
  position: relative;
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.header__navBtn span {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  left: 1px;
  height: 4px;
  border-radius: 5px;
  background: #7D74BB;
  width: 100%;
}
.header__navBtn span:nth-of-type(1) {
  top: 6px;
}
.header__navBtn span:nth-of-type(2) {
  top: 16px;
}
.header__navBtn.active span:nth-of-type(1) {
  top: 4px;
  left: 1px;
  transform: translateY(6px) rotate(-45deg);
}
.header__navBtn.active span:nth-of-type(2) {
  top: 16px;
  left: 1px;
  transform: translateY(-6px) rotate(45deg);
}
.header__navInner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  transition: all 0.3s;
  z-index: 999;
}
.header__navInner.active {
  opacity: 1;
  visibility: visible;
}
.header__navInner .navInner {
  padding: 26px 50px;
}
.header__navInner ul {
  text-align: center;
  padding: 30px 45px;
}
@media screen and (max-width: 767px) {
  .header__navInner ul {
    padding: 0 30px;
  }
}
.header__navInner ul li {
  border-bottom: 1px solid #CCC;
}
.header__navInner ul a {
  display: block;
  padding: 30px 10px;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .header__btn {
    padding-top: 30px;
    text-align: center;
  }
}

.footer {
  background-color: #7D74BB;
  border-radius: 0 100px 0 0;
  padding-bottom: 50px;
  color: #fff;
}
.footer .c-h2Ttl {
  color: #fff;
  text-align: left;
}
.footer .c-h2Ttl__contact span:before {
  filter: brightness(0) saturate(100%) invert(85%) sepia(79%) saturate(952%) hue-rotate(317deg) brightness(105%) contrast(98%);
}
.footer__info {
  display: flex;
  gap: 30px 80px;
}
@media screen and (max-width: 767px) {
  .footer__info {
    flex-direction: column;
  }
}
.footer__info .number {
  display: flex;
  align-items: center;
  font-weight: 700;
}
.footer__info .number .ttl {
  font-size: 2.6rem;
  padding-right: 30px;
  padding-left: 34px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer__info .number .ttl {
    font-size: 2rem;
    padding-left: 26px;
    padding-right: 20px;
  }
}
.footer__info .number .ttl:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .footer__info .number .ttl:before {
    width: 18px;
    height: 18px;
  }
}
.footer__info .number .ttl.tel:before {
  background: url("../image/common/ic-tel.svg") no-repeat;
  background-size: cover;
}
.footer__info .number .ttl.fax:before {
  background: url("../image/common/ic-fax.svg") no-repeat;
  background-size: cover;
}
.footer__info .number .num {
  padding-left: 30px;
  font-size: 3rem;
  line-height: 34px;
  border-left: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .footer__info .number .num {
    font-size: 2.4rem;
    padding-left: 20px;
  }
}
.footer__info .number .num a {
  color: #fff;
}
.footer__time {
  font-size: 1.6rem;
  padding-top: 30px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .footer__time {
    font-size: 1.4rem;
  }
}
.footer__time p {
  line-height: 150%;
}
.footer__time p:not(:first-child) {
  padding-top: 20px;
}
.footer__btn {
  padding-top: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer__btn {
    padding-top: 40px;
  }
}
.footer__btn a {
  font-size: 1.6rem;
  line-height: 150%;
}
.footer__copy {
  color: #fff;
  font-size: 1.2rem;
  line-height: 150%;
  letter-spacing: 0.6px;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .footer__copy {
    padding-top: 40px;
  }
}

/* top */
.main {
  position: relative;
  overflow: hidden;
}
.main__mv {
  position: relative;
  width: 100%;
  height: 75vh;
}
@media screen and (max-width: 767px) {
  .main__mv {
    height: 420px;
  }
}
.main__inner {
  background-color: #E7DFFF;
  position: absolute;
  width: 150%;
  height: 100vh;
  top: -35%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .main__inner {
    width: 180%;
    height: 550px;
  }
}
.main__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 4rem;
  line-height: 180%;
  position: absolute;
  left: 50%;
  bottom: 100px;
  transform: translateY(0) translateX(-50%);
  animation: titleUp 1s ease-out forwards;
  animation-delay: 0.5s;
}
@media screen and (max-width: 767px) {
  .main__title {
    font-size: 2.2rem;
    animation: titleUp_sp 1s ease-out forwards;
    animation-delay: 0.5s;
  }
}
.main__image {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -70px;
}
@media screen and (max-width: 767px) {
  .main__image {
    bottom: -10px;
  }
}
.main__image img {
  width: 700px;
  opacity: 0;
  animation: fadeIn 2s ease-out forwards;
  animation-delay: 2.5s;
}
@media screen and (max-width: 767px) {
  .main__image img {
    width: 375px;
  }
}
.main__lead {
  padding-top: 130px;
}
@media screen and (max-width: 767px) {
  .main__lead {
    padding-top: 80px;
  }
}
.main__lead p {
  padding: 0 116px;
}
@media screen and (max-width: 767px) {
  .main__lead p {
    padding: 0;
  }
}

@keyframes titleUp {
  to {
    transform: translateY(-230px) translateX(-50%);
  }
}
@keyframes titleUp_sp {
  to {
    transform: translateY(-100px) translateX(-50%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.about {
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .about {
    padding-bottom: 120px;
  }
}
.about__lead {
  padding: 0 116px;
}
@media screen and (max-width: 767px) {
  .about__lead {
    padding: 0;
  }
}
.about__img {
  display: flex;
  padding-top: 40px;
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .about__img {
    padding-top: 30px;
    width: 100%;
  }
}
.about__box {
  padding-top: 56px;
}
.about__box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
}
@media screen and (max-width: 767px) {
  .about__box ul {
    flex-direction: column;
    gap: 30px;
  }
}
.about__box ul li {
  width: calc(33.3333333333% - 20px);
  background-color: #fff;
  padding: 36px 30px;
  box-sizing: border-box;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .about__box ul li {
    width: 100%;
    padding: 28px;
  }
}
.about__box ul li .ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .about__box ul li .ttl {
    font-size: 1.8rem;
  }
}
.about__box ul li .txt {
  padding-top: 10px;
  line-height: 200%;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .about__box ul li .txt {
    padding-top: 8px;
  }
}
.about__list {
  display: flex;
  gap: 10px 30px;
}
@media screen and (max-width: 767px) {
  .about__list {
    flex-direction: column;
  }
}
.about__list li {
  position: relative;
  padding-left: 18px;
  font-size: 1.6rem;
  line-height: 180%;
  position: relative;
}
.about__list li:before {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #7D74BB;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.guidance {
  background-color: #fff;
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .guidance {
    padding-bottom: 120px;
  }
}
.guidance__flow {
  padding: 0 85px;
  margin-top: -56px;
}
@media screen and (max-width: 767px) {
  .guidance__flow {
    padding: 0;
    margin-top: -30px;
  }
}
.guidance__flow ul {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
.guidance__flow ul li {
  display: flex;
  border: 2px solid #7D74BB;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .guidance__flow ul li {
    flex-direction: column;
  }
}
.guidance__flow ul li:not(:last-child) {
  position: relative;
}
.guidance__flow ul li:not(:last-child):after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -20px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #7D74BB;
}
.guidance__flow ul li .flowStep {
  flex: 0 0 20%;
  background-color: #7D74BB;
  border-radius: 15px 0 0 15px;
  font-weight: 700;
  color: #fff;
  padding: 40px;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .guidance__flow ul li .flowStep {
    border-radius: 15px 15px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
    padding: 14px 20px;
  }
}
.guidance__flow ul li .flowStep .step {
  font-size: 1.4rem;
  line-height: 100%;
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .guidance__flow ul li .flowStep .step {
    border-bottom: none;
    padding-right: 10px;
    padding-bottom: 0;
    border-right: 1px solid #fff;
  }
}
.guidance__flow ul li .flowStep .num {
  font-size: 3rem;
  line-height: 40px;
}
.guidance__flow ul li .flowInner {
  display: flex;
  padding: 30px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .guidance__flow ul li .flowInner {
    padding: 30px 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .guidance__flow ul li .flowInner figure {
    width: 100%;
    text-align: center;
  }
}
.guidance__flow ul li .flowInner figure img {
  width: 80px;
  height: 80px;
}
.guidance__flow ul li .flowInner__txt {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .guidance__flow ul li .flowInner__txt {
    padding-left: 0;
    padding-top: 30px;
  }
}
.guidance__flow ul li .flowInner__txt .ttl {
  font-weight: 700;
  line-height: 150%;
}
.guidance__flow ul li .flowInner__txt .txt {
  padding-top: 10px;
  font-size: 1.4rem;
  line-height: 200%;
}

.activity {
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .activity {
    padding-bottom: 120px;
  }
}
.activity__contents {
  display: flex;
  flex-direction: column;
  gap: 80px 0;
}
.activity__inner {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .activity__inner {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) {
  .activity__inner:first-child figure {
    margin-left: -16vw;
  }
  .activity__inner:first-child figure img {
    border-radius: 0 20px 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .activity__inner:last-child {
    flex-direction: row-reverse;
  }
  .activity__inner:last-child figure {
    margin-right: -16vw;
  }
  .activity__inner:last-child figure img {
    border-radius: 20px 0 0 20px;
  }
}
.activity__inner figure {
  flex: 0 0 55%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .activity__inner figure img {
    border-radius: 20px;
  }
}
.activity__inner .tag {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 100%;
  color: #7D74BB;
  background-color: #E7DFFF;
  padding: 10px;
  border-radius: 6px;
  display: inline-block;
}
.activity__inner .ttl {
  font-size: 2rem;
  padding-top: 20px;
  font-weight: 700;
  line-height: 150%;
}
.activity__inner .txt {
  padding-top: 10px;
}
.activity__inner .txt a {
  color: #7D74BB;
  display: inline;
  font-weight: 700;
  text-decoration: underline;
}
.activity__link {
  padding-top: 100px;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .activity__link {
    flex-direction: column;
  }
}
.activity__link a {
  width: calc(50% - 15px);
  background-color: #fff;
  padding: 36px 30px;
  box-sizing: border-box;
  border-radius: 20px;
  border: 2px solid #fff;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .activity__link a {
    width: 100%;
    padding: 24px 22px;
  }
}
.activity__link a:hover {
  border: 2px solid #7D74BB;
}
.activity__link a:hover .ttl:after {
  background: url("../image/common/ic-arrow_hover.svg") no-repeat;
  background-size: cover;
}
.activity__link a .ttl {
  display: inline-block;
  padding-right: 30px;
  color: #7D74BB;
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .activity__link a .ttl {
    font-size: 1.8rem;
  }
}
.activity__link a .ttl:after {
  content: "";
  position: absolute;
  background: url("../image/common/ic-arrow.svg") no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.3s all;
}
.activity__link a .txt {
  font-size: 1.4rem;
  padding-top: 14px;
  line-height: 200%;
}
@media screen and (max-width: 767px) {
  .activity__link a .txt {
    padding-top: 10px;
  }
}

.news {
  background-color: #fff;
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .news {
    padding-bottom: 140px;
  }
}
.news__inner {
  display: flex;
  gap: 40px 100px;
}
@media screen and (max-width: 767px) {
  .news__inner {
    flex-direction: column;
  }
}
.news__inner .ttlArea {
  flex: 0 0 30%;
}
.news__inner .ttlArea .c-h2Ttl {
  text-align: left;
}
.news__inner .ttlArea__comment {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
.news__inner .ttlArea__comment .instagram {
  font-size: 2rem;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 2px;
  padding-left: 34px;
  position: relative;
}
.news__inner .ttlArea__comment .instagram:before {
  content: "";
  position: absolute;
  background: url("../image/common/ic-instagram.svg") no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.news__insta {
  padding-top: 180px;
}
@media screen and (max-width: 767px) {
  .news__insta {
    padding-top: 0;
  }
}
.news__insta li {
  padding: 20px 0;
  border-bottom: 1px solid #7D74BB;
}
.news__insta li a {
  display: flex;
  gap: 0 20px;
  align-items: center;
  transition: 0.3s all;
  opacity: 1;
}
.news__insta li a:hover {
  opacity: 0.7;
}
.news__insta li a .imgwrap {
  display: flex;
}
.news__insta li a .imgwrap img {
  width: 150px;
  height: 150px;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .news__insta li a .imgwrap img {
    width: 80px;
    height: 80px;
  }
}
.news__insta li a .date {
  font-size: 1.2rem;
  line-height: 150%;
}
.news__insta li a .title {
  font-size: 1.4rem;
  line-height: 150%;
  padding-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.access {
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .access {
    padding-bottom: 120px;
  }
}
.access__inner {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .access__inner {
    flex-direction: column;
  }
}
.access__map iframe {
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .access__map iframe {
    width: 100%;
    height: 272px;
  }
}
.access__info .postcode {
  font-weight: 700;
  font-size: 2rem;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .access__info .postcode {
    font-size: 1.6rem;
    font-weight: 600;
  }
}
.access__info .address {
  font-weight: 700;
  font-size: 2rem;
  line-height: 150%;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .access__info .address {
    font-size: 1.6rem;
    font-weight: 600;
  }
}
.access__info .link {
  padding: 20px 0 25px;
}
@media screen and (max-width: 767px) {
  .access__info .link {
    padding: 20px 0 43px;
  }
}
.access__info .link a {
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%;
  color: #7D74BB;
  padding-right: 26px;
  position: relative;
}
.access__info .link a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  background-color: #7D74BB;
  transition: 0.3s all;
}
.access__info .link a:after {
  content: "";
  position: absolute;
  background: url("../image/common/ic-window.svg") no-repeat;
  background-size: cover;
  filter: brightness(0) saturate(100%) invert(49%) sepia(25%) saturate(789%) hue-rotate(208deg) brightness(92%) contrast(90%);
  width: 16px;
  height: 16px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.access__info .link a:hover:before {
  width: 85%;
}

.error {
  padding: 190px 0 200px;
  max-width: 770px;
  margin: 0 auto;
  text-align: center;
}
.error__ttl {
  font-weight: 500;
}
.error__ttl .num {
  font-size: 8rem;
  line-height: 100%;
}
.error__ttl .en {
  font-size: 2.6rem;
  line-height: 20px;
  padding-top: 20px;
}
.error__txt {
  padding-top: 50px;
}
.error__btn {
  padding-top: 30px;
}
.error__btn .c-button {
  padding: 16px 30px 16px;
}
.error__btn .c-button:after {
  content: none;
}/*# sourceMappingURL=style.css.map */