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

body {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  color: #333;
  font-size: 1.6rem;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  display: inline-block;
  opacity: 1;
  transition: 0.3s all;
}
a:hover {
  opacity: 0.7;
}

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-h2Ttl {
  color: #664C3E;
}
.c-h2Ttl .enTtl {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-h2Ttl .enTtl {
    font-size: 1.2rem;
  }
}
.c-h2Ttl .enTtl span {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  padding-right: 20px;
  font-size: 3.2rem;
  line-height: 100%;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
  .c-h2Ttl .enTtl span {
    font-size: 2rem;
    padding-right: 12px;
  }
}
.c-h2Ttl h2 {
  font-size: 4rem;
  line-height: 150%;
  letter-spacing: 4px;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-h2Ttl h2 {
    font-size: 2.6rem;
    padding-top: 20px;
    letter-spacing: 2.6px;
  }
}

.c-h3Ttl {
  font-size: 2rem;
  color: #664C3E;
  padding-bottom: 10px;
  border-bottom: 1px solid #664C3E;
  display: inline-block;
}

.c-textLink {
  color: #81A739;
  font-weight: 700;
  padding-right: 22px;
  position: relative;
}
.c-textLink:after {
  content: "";
  position: absolute;
  background: url("../image/common/ic-window.svg") no-repeat;
  width: 16px;
  height: 16px;
  filter: brightness(0) saturate(100%) invert(60%) sepia(52%) saturate(513%) hue-rotate(39deg) brightness(92%) contrast(83%);
  top: 60%;
  right: 0;
  transform: translateY(-50%);
}
.c-textLink:before {
  content: "";
  position: absolute;
  background: #81A739;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.c-textLink:hover {
  opacity: 1;
}
.c-textLink:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.c-linkBtn {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 150%;
  padding: 11px 42px 11px 20px;
  background-color: #DBEBBA;
  border: 2px solid #DBEBBA;
  border-radius: 16px;
  position: relative;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .c-linkBtn {
    font-size: 1.2rem;
  }
}
.c-linkBtn:hover {
  background-color: #fff;
  opacity: 1;
}
.c-linkBtn:after {
  content: "";
  position: absolute;
  background: url("../image/common/ic-window.svg") no-repeat;
  width: 12px;
  height: 12px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.header {
  background-color: #fff;
  padding: 17px 84px 17px 50px;
  position: sticky;
  top: 0;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 0 0 7px 14px;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo a {
  font-size: 2.4rem;
  font-weight: 700;
  color: #664C3E;
}
@media screen and (max-width: 767px) {
  .header__logo a {
    font-size: 1.8rem;
  }
}
.header__logo a span {
  font-size: 1.4rem;
  padding-right: 18px;
}
@media screen and (max-width: 767px) {
  .header__logo a span {
    font-size: 1rem;
    padding-right: 10px;
  }
}
.header__menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
  margin-left: 30px;
}
.header__menu ul a {
  font-size: 1.4rem;
  line-height: 150%;
  font-weight: 500;
}
.header__spLink {
  display: flex;
  gap: 0 4px;
}
.header__link {
  display: flex;
  gap: 0 4px;
}
.header__link a {
  background-color: #DBEBBA;
  border-radius: 0 0 14px 14px;
  padding: 6px 10px 10px;
  display: flex;
  align-items: flex-end;
}
.header__link a span {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 100%;
  position: relative;
}
.header__link a span:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
}
.header__link a.headerNews span:before {
  background: url("../image/common/ic-instagram.svg") no-repeat;
  background-size: cover;
}
.header__link a.headerContact span:before {
  background: url("../image/common/ic-inquiry.svg") no-repeat;
  background-size: cover;
}
.header__navBtn {
  position: relative;
  background-color: #664C3E;
  cursor: pointer;
  width: 52px;
  height: 49px;
  border-radius: 0px 0px 0px 14px;
}
.header__navBtn span {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  left: 17px;
  height: 2px;
  border-radius: 5px;
  background: #fff;
  width: 40%;
}
.header__navBtn span:nth-of-type(1) {
  top: 12px;
}
.header__navBtn span:nth-of-type(2) {
  top: 20px;
}
.header__navBtn span:nth-of-type(2):after {
  content: "MENU";
  position: absolute;
  top: 10px;
  left: -4px;
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 100%;
}
.header__navBtn.active span:nth-of-type(1) {
  top: 10px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
}
.header__navBtn.active span:nth-of-type(2) {
  top: 22px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
}
.header__navBtn.active span:nth-of-type(2):after {
  content: "CLOSE";
  transform: translateY(0) rotate(-45deg);
  top: 8px;
  left: 6px;
}
.header__navInner {
  position: fixed;
  top: 56px;
  right: 0;
  width: 70%;
  height: 100vh;
  background-color: #fff;
  transform: translate(550px);
  transition: all 0.3s;
  z-index: 999;
}
.header__navInner.active {
  transform: translate(0);
}
.header__navInner ul {
  padding: 30px 40px;
}
.header__navInner ul li:not(:first-child) {
  padding-top: 30px;
}
.header__navInner ul li a {
  color: #664C3E;
}
.header__navInner ul li a .en {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  line-height: 100%;
  letter-spacing: 1px;
}
.header__navInner ul li a .ja {
  padding-top: 4px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.6px;
}
.header__navDrwOverlay {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: 100vh;
  z-index: 8;
}
.header__navDrwOverlay.active {
  opacity: 0.7;
  visibility: visible;
}

.footer {
  padding: 80px 0 40px;
  background: url("../image/common/contact-bg-pc.jpg") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 50px 0 20px;
    background: url("../image/common/contact-bg-sp.jpg") no-repeat;
    background-size: cover;
  }
}
.footer__logo {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  padding-top: 35px;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    padding-top: 55px;
  }
}
.footer__logo span {
  font-size: 1.4rem;
  padding-right: 12px;
}
@media screen and (max-width: 767px) {
  .footer__logo span {
    font-size: 1rem;
  }
}
.footer__copy {
  color: #fff;
  font-size: 1.2rem;
  padding-top: 20px;
  line-height: 150%;
  letter-spacing: 0.6px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer__copy {
    font-size: 1rem;
    padding-top: 14px;
  }
}

/* top */
.main {
  display: flex;
  align-items: center;
}
.main__mv {
  position: relative;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .main__mv {
    width: 100%;
  }
}
.main__mv .swiper-container {
  animation: fadeIn 4s forwards;
}
.main__mv .slide-img img {
  border-radius: 0 30px 30px 0;
  height: 80vh;
}
@media screen and (max-width: 767px) {
  .main__mv .slide-img img {
    border-radius: 0;
  }
}
.main__mv .swiper-horizontal > .swiper-pagination-bullets, .main__mv .swiper-pagination-bullets.swiper-pagination-horizontal {
  text-align: right;
  bottom: var(--swiper-pagination-bottom, -30px);
  left: -40px;
}
@media screen and (max-width: 767px) {
  .main__mv .swiper-horizontal > .swiper-pagination-bullets, .main__mv .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, -20px);
    left: -25px;
  }
}
.main__mv .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .main__mv .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 7px);
}
@media screen and (max-width: 767px) {
  .main__mv .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .main__mv .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 5px);
  }
}
.main__mv .swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, #81A739);
}
.main__mv .ttlArea {
  position: absolute;
  bottom: -100px;
  left: 0;
  background-color: #fff;
  padding: 20px 30px 20px 50px;
  z-index: 1;
  clip-path: inset(0 100% 0 0);
  animation: reveal-text 1.5s ease-out forwards;
}
@media screen and (max-width: 767px) {
  .main__mv .ttlArea {
    bottom: -50px;
    padding: 12px 18px 12px 30px;
  }
}
.main__mv .ttlArea span {
  font-size: 5.4rem;
  line-height: 140%;
  font-weight: 700;
  color: #664C3E;
}
@media screen and (max-width: 767px) {
  .main__mv .ttlArea span {
    font-size: 3.4rem;
  }
}
.main__link {
  display: flex;
  flex-direction: column;
  padding-left: 18px;
  gap: 20px 0;
  position: fixed;
  top: 200px;
  right: 30px;
  z-index: 999;
}
.main__link a {
  background-color: #DBEBBA;
  border-radius: 16px;
  border: 2px solid #DBEBBA;
  padding: 15px 13px 40px 13px;
  display: flex;
  transition: 0.3s all;
}
.main__link a:hover {
  background-color: #fff;
  opacity: 1;
}
.main__link a span {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: 500;
  line-height: 110%;
  position: relative;
}
.main__link a span:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
}
.main__link a.mvNews span:after {
  background: url("../image/common/ic-instagram.svg") no-repeat;
  background-size: cover;
}
.main__link a.mvContact span:after {
  background: url("../image/common/ic-inquiry.svg") no-repeat;
  background-size: cover;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes reveal-text {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
.concept {
  padding-top: 200px;
  position: relative;
  overflow: hidden;
}
.concept__back {
  position: absolute;
  right: 0;
  top: 150px;
  background: url("../image/common/bg01.png") no-repeat;
  background-size: contain;
  width: 580px;
  height: 480px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .concept__back {
    top: 67px;
    width: 250px;
    height: 207px;
  }
}
.concept__inner {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .concept__inner {
    padding-top: 40px;
  }
}

.service {
  padding: 150px 0;
}
@media screen and (max-width: 767px) {
  .service {
    padding: 80px 0;
  }
}
.service__inner {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .service__inner {
    padding-top: 40px;
  }
}
.service__feature {
  display: flex;
  gap: 40px 50px;
}
@media screen and (max-width: 767px) {
  .service__feature {
    flex-direction: column;
  }
}
.service__feature .img {
  text-align: center;
}
.service__feature .img img {
  width: 110px;
  object-fit: contain;
}
.service__feature .ttl {
  padding-top: 20px;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .service__feature .ttl {
    font-size: 1.8rem;
  }
}
.service__feature .txt {
  padding-top: 20px;
}
.service__department {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .service__department {
    padding-top: 60px;
  }
}
.service__department .imgArea {
  position: relative;
}
.service__department .imgArea figure img {
  border-radius: 30px 30px 0 0;
}
.service__department .imgArea .ttl {
  background-color: #fff;
  position: absolute;
  bottom: 8px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .service__department .imgArea .ttl {
    padding-right: 20px;
    bottom: 6px;
  }
}
.service__department .imgArea .ttl span {
  color: #664C3E;
  font-size: 3rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 3px;
  padding: 10px 0;
  border-bottom: 1px solid #664C3E;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .service__department .imgArea .ttl span {
    font-size: 2rem;
    letter-spacing: 2px;
  }
}
.service__department .txt {
  padding-top: 20px;
}

.facility {
  background-color: #F9F7F5;
  padding: 100px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .facility {
    padding: 80px 0;
  }
}
.facility__back {
  position: absolute;
  right: 0;
  top: 100px;
  background: url("../image/common/bg02.png") no-repeat;
  background-size: contain;
  width: 368px;
  height: 366px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .facility__back {
    top: 80px;
    width: 200px;
    height: 198px;
  }
}
.facility__inner {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .facility__inner {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .facility__inner table {
    width: 100%;
  }
}
.facility__inner table tr {
  border-bottom: 1px solid #C1B3AB;
}
@media screen and (max-width: 767px) {
  .facility__inner table tr {
    display: flex;
    flex-direction: column;
    padding: 8px 20px;
  }
}
.facility__inner table th {
  padding: 6px 30px 6px 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .facility__inner table th {
    padding: 0;
  }
}
.facility__inner table td {
  padding: 6px 20px 6px 80px;
}
@media screen and (max-width: 767px) {
  .facility__inner table td {
    padding: 0;
  }
}
.facility__map {
  padding-top: 80px;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .facility__map {
    flex-direction: column;
    padding-top: 50px;
  }
}
.facility__map iframe {
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .facility__map iframe {
    width: 100%;
    height: 270px;
  }
}
.facility__map .mapInfo__inner:not(:first-child) {
  padding-top: 50px;
}
.facility__map .mapInfo__inner .address {
  padding-top: 30px;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .facility__map .mapInfo__inner .address {
    font-size: 1.6rem;
    line-height: 150%;
  }
}
.facility__map .mapInfo__inner .link {
  padding-top: 20px;
}
.facility__map .mapInfo__inner ul {
  padding-top: 30px;
}
.facility__map .mapInfo__inner ul li {
  font-size: 1.4rem;
  line-height: 150%;
  padding-left: 1em;
  text-indent: -1em;
}
.facility__map .mapInfo__inner ul li:not(:first-child) {
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .facility__map .mapInfo__inner ul li:not(:first-child) {
    margin-top: 8px;
  }
}
.facility__map .mapInfo__inner ul li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #C1B3AB;
  transform: translateY(-50%);
  margin-right: 10px;
}

.member {
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  .member {
    padding-top: 80px;
  }
}
.member__inner {
  padding-top: 80px;
  display: flex;
  gap: 40px 50px;
}
@media screen and (max-width: 767px) {
  .member__inner {
    padding-top: 40px;
    flex-direction: column;
  }
}
.member__inner li {
  width: calc(25% - 35px);
}
@media screen and (max-width: 767px) {
  .member__inner li {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .member__inner li:nth-child(4n-2) {
    transition-delay: 0.4s;
  }
  .member__inner li:nth-child(4n-1) {
    transition-delay: 0.8s;
  }
  .member__inner li:nth-child(4n) {
    transition-delay: 1.2s;
  }
}
.member__inner li .profile {
  position: relative;
}
.member__inner li .profile figure {
  text-align: center;
}
.member__inner li .profile figure img {
  border-radius: 20px 20px 0px 0px;
}
@media screen and (max-width: 767px) {
  .member__inner li .profile figure img {
    width: 212px;
    object-fit: contain;
  }
}
.member__inner li .profile .name {
  position: absolute;
  bottom: 7px;
  background: #fff;
  padding-right: 20px;
}
.member__inner li .profile .name p {
  color: #664C3E;
  border-bottom: 1px solid #664C3E;
  padding: 4px 0 6px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%;
}
.member__inner li .profile .name span {
  font-size: 1.2rem;
  padding-left: 15px;
}
.member__inner li .lead {
  padding-top: 20px;
  font-weight: 700;
  font-size: 1.6rem;
}
.member__inner li .comment {
  padding-top: 10px;
  font-size: 1.4rem;
  line-height: 180%;
}

.news {
  padding: 150px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .news {
    padding: 80px 0;
  }
}
.news__back {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("../image/common/bg03.png") no-repeat;
  background-size: contain;
  width: 360px;
  height: 335px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .news__back {
    right: 0;
    top: 200px;
    left: initial;
    bottom: initial;
    width: 158px;
    height: 147px;
  }
}
.news__inner {
  display: flex;
  gap: 60px 100px;
}
@media screen and (max-width: 767px) {
  .news__inner {
    flex-direction: column;
  }
}
.news__inner .ttlArea {
  flex: 0 0 30%;
}
.news__inner .ttlArea__comment {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .news__inner .ttlArea__comment {
    padding-top: 40px;
  }
}
.news__inner .ttlArea__comment .btn {
  padding-top: 20px;
}
.news__inner .instaArea li:not(:first-child) {
  padding-top: 20px;
}
.news__inner .instaArea li a {
  display: flex;
  gap: 0 20px;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #C1B3AB;
}
.news__inner .instaArea li a figure {
  flex: 0 0 23%;
}
@media screen and (max-width: 767px) {
  .news__inner .instaArea li a figure {
    flex: 0 0 26%;
  }
}
.news__inner .instaArea li a figure img {
  object-fit: contain;
  border-radius: 16px;
}
.news__inner .instaArea li a .info .date {
  font-size: 1.2rem;
  line-height: 150%;
}
.news__inner .instaArea li a .info .title {
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 150%;
  padding-top: 10px;
}

.institution {
  background-color: #F9F7F5;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .institution {
    padding: 80px 0;
  }
}
.institution__inner {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .institution__inner {
    padding-top: 40px;
  }
}
.institution__list {
  padding-top: 50px;
}
.institution__list ul {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 14px;
}
@media screen and (max-width: 767px) {
  .institution__list ul {
    gap: 14px;
  }
}
.institution__list ul li {
  background-color: #fff;
  padding: 14px 20px;
  border-radius: 10px;
}
.institution__list ul li a {
  display: flex;
  align-items: center;
}
.institution__list ul li img {
  height: 30px;
  object-fit: contain;
  width: auto;
}
@media screen and (max-width: 767px) {
  .institution__list ul li img {
    height: 24px;
  }
}

.contact {
  background-color: #fff;
  border-radius: 30px;
  padding: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 30px 24px;
  }
}
.contact__ttl {
  color: #664C3E;
}
.contact__ttl .en {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 3.2rem;
  line-height: 100%;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
  .contact__ttl .en {
    font-size: 2rem;
  }
}
.contact__ttl .ja {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.7px;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .contact__ttl .ja {
    font-size: 1.2rem;
  }
}
.contact__num {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .contact__num {
    flex-direction: column;
    padding-top: 20px;
  }
}
.contact__num .ttlArea {
  display: flex;
  align-items: center;
}
.contact__num .ttlArea p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%;
  padding-right: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact__num .ttlArea p {
    font-size: 1.6rem;
  }
}
.contact__num .ttlArea p:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  object-fit: contain;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .contact__num .ttlArea p:after {
    width: 20px;
    height: 20px;
  }
}
.contact__num .ttlArea p.tel {
  padding-right: 46px;
}
.contact__num .ttlArea p.tel:after {
  background: url("../image/common/ic-tel.svg") no-repeat;
  background-size: contain;
  right: 16px;
}
.contact__num .ttlArea p.fax:after {
  background: url("../image/common/ic-fax.svg") no-repeat;
  background-size: contain;
  right: 0;
}
.contact__num a {
  font-size: 3rem;
  font-weight: 700;
  line-height: 150%;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .contact__num a {
    font-size: 2.8rem;
    margin-left: 0;
    margin-top: 10px;
  }
}
.contact__btn {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .contact__btn {
    padding-top: 20px;
  }
}
.contact__btn .c-linkBtn {
  padding: 14px 45px 14px 23px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .contact__btn .c-linkBtn {
    font-size: 1.4rem;
  }
}

.error {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 180px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .error {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.error__back {
  position: absolute;
  right: 0;
  top: 0;
  background: url("../image/common/bg01.png") no-repeat;
  background-size: contain;
  width: 580px;
  height: 480px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .error__back {
    width: 250px;
    height: 200px;
  }
}
.error__back2 {
  position: absolute;
  left: 0;
  bottom: -60px;
  background: url("../image/common/bg03.png") no-repeat;
  background-size: contain;
  width: 360px;
  height: 335px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .error__back2 {
    width: 158px;
    height: 147px;
  }
}
.error__ttl {
  color: #664C3E;
}
.error__ttl .num {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-weight: 500;
  font-size: 6.4rem;
  line-height: 100%;
  letter-spacing: 3.2px;
}
@media screen and (max-width: 767px) {
  .error__ttl .num {
    font-size: 5rem;
    letter-spacing: 2.5px;
  }
}
.error__ttl .en {
  font-size: 2rem;
  line-height: 100%;
  letter-spacing: 1px;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .error__ttl .en {
    font-size: 1.8rem;
    padding-top: 10px;
  }
}
.error__txt {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .error__txt {
    padding-top: 40px;
  }
}
.error__btn {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .error__btn {
    padding-top: 20px;
  }
}
.error__btn .c-linkBtn {
  padding: 14px 24px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .error__btn .c-linkBtn {
    font-size: 1.4rem;
  }
}
.error__btn .c-linkBtn:after {
  content: none;
}

.footerError {
  padding-bottom: 20px;
}
.footerError .footer__logo, .footerError .footer__copy {
  color: #333;
}/*# sourceMappingURL=style.css.map */