@charset "UTF-8";
body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.content-wrap {
  padding-right: 9vw;
  background: #f7f7f7;
  overflow: hidden;
}

@media (max-width: 780px) {
  .content-wrap {
    padding-right: 0;
  }
}

.contact-icon {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 60%;
}

@media (max-width: 780px) {
  .contact-icon {
    width: 40%;
  }
}

.contact-icon:hover {
  -webkit-transform: translate(10px, -10px);
          transform: translate(10px, -10px);
}

.sp-show {
  display: none;
}

@media (max-width: 780px) {
  .sp-show {
    display: inherit !important;
  }
}

.sp-none {
  display: block;
}

@media (max-width: 780px) {
  .sp-none {
    display: none !important;
  }
}

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

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

.bg-gray {
  background-color: #f7f7f7 !important;
}

.header {
  height: 9vw;
  padding-left: 9vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  width: 100%;
}

@media (max-width: 780px) {
  .header {
    height: 70px;
  }
}

.header .main-logo {
  width: 17vw;
  padding-top: 2vw;
}

@media (max-width: 780px) {
  .header .main-logo {
    width: 26vw;
  }
}

@media (max-width: 540px) {
  .header .main-logo {
    width: 35vw;
    padding-top: 5vw;
  }
}

.header .side-bar {
  position: fixed;
  width: 9vw;
  background-color: #f7f7f7;
  z-index: 11;
  height: 100vh;
  right: 0;
}

@media (max-width: 780px) {
  .header .side-bar {
    height: 70px;
    width: 50vw;
    background-color: #fff;
    position: absolute;
  }
}

.header .side-bar .menu-button {
  display: block;
  width: 9vw;
  height: 9vw;
  position: fixed;
  right: 0;
  background: #f5be4f;
}

@media (max-width: 780px) {
  .header .side-bar .menu-button {
    width: 70px;
    height: 70px;
    position: absolute;
  }
}

.header .side-bar .menu-button span {
  border: 2px solid #fff;
  border-radius: 5px;
  width: 4vw;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 10px;
}

@media (max-width: 780px) {
  .header .side-bar .menu-button span {
    width: 26px;
    border: 1px solid #fff;
  }
}

.header .side-bar .menu-button span:nth-child(2) {
  top: 40%;
}

.header .side-bar .menu-button span:nth-child(3) {
  margin-bottom: 0;
  top: 50%;
}

.header .side-bar .menu-button span:nth-child(4) {
  border: none;
  color: #fff;
  top: 60%;
}

@media (max-width: 780px) {
  .header .side-bar .menu-button span:nth-child(4) {
    font-size: 0.5rem;
  }
}

.header .side-bar .menu-button span.menu-open:nth-child(1) {
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
  top: 45%;
}

.header .side-bar .menu-button span.menu-open:nth-child(2) {
  -webkit-transform: translateX(-20px) scale(0);
          transform: translateX(-20px) scale(0);
}

.header .side-bar .menu-button span.menu-open:nth-child(3) {
  -webkit-transform: translateX(-50%) rotate(-135deg);
          transform: translateX(-50%) rotate(-135deg);
  top: 45%;
}

.header .side-bar .contact-link {
  background: #644f42;
  width: 9vw;
  height: 9vw;
  position: fixed;
  right: 0;
  top: 9vw;
  z-index: 99;
}

@media (max-width: 780px) {
  .header .side-bar .contact-link {
    height: 70px;
    width: 70px;
    top: 0;
    right: 70px;
    position: absolute;
  }
}

.header .side-bar .contact-link a {
  color: #fff;
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.header .side-bar .contact-link a p {
  font-size: 0.9rem;
}

@media (max-width: 1024px) {
  .header .side-bar .contact-link a p {
    font-size: 0.7rem;
  }
}

@media (max-width: 780px) {
  .header .side-bar .contact-link a p {
    font-size: 0.4rem;
    margin-top: -13px;
    letter-spacing: 0;
  }
}

.header .nav-wrap {
  background-color: #f7f7f7;
  width: 50%;
  position: relative;
}

.header .nav-wrap .global-nav {
  background-color: #fff;
  position: fixed;
  padding-top: 50px;
  right: -440px;
  width: 440px;
  height: 100vh;
  z-index: 5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: none;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 100px;
}

.header .nav-wrap .global-nav::-webkit-scrollbar {
  display: none;
}

.header .nav-wrap .global-nav.menu-open {
  right: 9vw;
  display: block;
}

@media (max-width: 780px) {
  .header .nav-wrap .global-nav.menu-open {
    width: 100%;
    right: 0;
  }
}

.header .nav-wrap .global-nav__list {
  font-weight: bold;
  color: #644f42;
  margin-bottom: 40px;
}

.header .nav-wrap .global-nav__list__item:hover {
  background: #644f42;
}

.header .nav-wrap .global-nav__list__item p {
  color: #f5be4f;
  font-size: 1rem;
}

@media (max-width: 540px) {
  .header .nav-wrap .global-nav__list__item p {
    font-size: 0.8rem;
  }
}

.header .nav-wrap .global-nav__list__item a {
  font-size: 1.75rem;
  font-weight: bold;
  color: #644f42;
  padding: 20px 40px;
  display: block;
  position: relative;
}

@media (max-width: 540px) {
  .header .nav-wrap .global-nav__list__item a {
    font-size: 1.25rem;
  }
}

.header .nav-wrap .global-nav__list__item a:hover {
  color: #fff;
}

.header .nav-wrap .global-nav__list__item a:hover:after {
  content: "";
  display: block;
  background-image: url(../img/arrow.png);
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  right: 40px;
  background-size: cover;
  background-repeat: no-repeat;
}

.header .nav-wrap .global-nav .sns-title {
  color: #f5be4f;
  font-size: 1.31rem;
  text-align: center;
}

@media (max-width: 540px) {
  .header .nav-wrap .global-nav .sns-title {
    font-size: 1.25rem;
  }
}

.header .nav-wrap .global-nav .sns-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.header .nav-wrap .global-nav .contact-area {
  margin: 20px;
}

.header .nav-wrap .global-nav .contact-area li {
  background: #be9034;
  padding: 1.3em;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header .nav-wrap .global-nav .contact-area li:hover {
  background: #f5be4f;
}

.header .nav-wrap .global-nav .contact-area li a {
  color: #fff;
}

.header .nav-wrap .global-nav .contact-area__call p {
  font-size: 0.5rem;
}

.header .nav-wrap .global-nav .contact-area__call p:nth-child(2) {
  font-size: 1.875rem;
}

.header .nav-wrap .global-nav .contact-area__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header .nav-wrap .global-nav .contact-area__form span {
  margin-right: 20px;
}

.copylight {
  position: fixed;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: 3vw;
  bottom: 18vh;
  text-align: center;
  font-size: 0.8rem;
}

@media (max-width: 780px) {
  .copylight {
    display: none;
  }
}

.scroll-bar {
  color: #644f42;
  letter-spacing: 0.3em;
  font-size: 1.25rem;
  position: absolute;
  bottom: 5vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: bold;
  line-height: 0.5;
}

@media (max-width: 1024px) {
  .scroll-bar {
    font-size: 1rem;
  }
}

@media (max-width: 780px) {
  .scroll-bar {
    display: none;
  }
}

.scroll-bar__arrow {
  position: relative;
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
}

.scroll-bar__arrow::before, .scroll-bar__arrow::after {
  position: absolute;
  left: 50%;
  top: 25px;
  content: "";
  vertical-align: middle;
  z-index: 1;
}

.scroll-bar__arrow::before {
  width: 3px;
  height: 17px;
  background: #f5be4f;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 18px;
}

.scroll-bar__arrow::after {
  width: 10px;
  height: 10px;
  border-top: 3px solid #f5be4f;
  border-right: 3px solid #f5be4f;
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
}

.mv-content {
  width: 100%;
  height: 70vh;
  background-image: url(../img/mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  color: #f5be4f;
}

.mv-content::before {
  background: linear-gradient(128deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.8) 49%, rgba(255, 255, 255, 0.2) 100%);
  width: calc(100% - 9vw);
  height: 70vh;
  content: "";
  display: block;
  z-index: 0;
  position: absolute;
  top: 9vw;
  left: 0;
}

@media (max-width: 780px) {
  .mv-content::before {
    width: 100%;
    top: 70px;
  }
}

.mv-content .mv-copy {
  position: absolute;
  top: 30%;
  left: 9vw;
}

.mv-content .mv-copy .jp-copy {
  line-height: 1.6em;
  font-size: 4.06rem;
  letter-spacing: 0.2em;
  font-weight: bold;
}

@media (max-width: 780px) {
  .mv-content .mv-copy .jp-copy {
    font-size: 2.2rem;
  }
}

.mv-content .mv-copy .en-copy {
  margin-top: 50px;
  letter-spacing: 0.2em;
  line-height: 2em;
}

@media (max-width: 780px) {
  .mv-content .mv-copy .en-copy {
    font-size: 0.8rem;
    margin-top: 30px;
  }
}

.news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.news__ttl {
  background-color: #be9034;
  width: 30%;
  font-size: 1.5rem;
  padding: 40px 0;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 780px) {
  .news__ttl {
    padding: 20px 0;
    font-size: 1rem;
  }
}

.news__slider {
  background: #f5be4f;
  width: 70%;
  overflow: hidden;
  position: relative;
}

.news__slider .swiper-wrapper {
  margin-top: 30px;
  margin-left: 30px;
}

.news__slider .swiper-wrapper .swiper-slide {
  color: #fff;
  text-align: left;
}

.news__slider .swiper-wrapper .swiper-slide p:first-child {
  font-size: 0.8rem;
}

@media (max-width: 780px) {
  .news__slider .swiper-wrapper {
    margin-top: 13px;
    margin-left: 15px;
  }
}

.news__slider .progress-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  width: 100%;
  height: 4px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 3s linear;
  transition: -webkit-transform 3s linear;
  transition: transform 3s linear;
  transition: transform 3s linear, -webkit-transform 3s linear;
}

section {
  background: #fff;
}

.section-inner {
  padding: 100px 0;
}

@media (max-width: 780px) {
  .section-inner {
    padding: 90px 20px;
  }
}

.section-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 780px) {
  .section-ttl {
    display: block;
  }
}

.section-link {
  width: 50%;
}

.section-text {
  font-size: 3.43rem;
  color: #644f42;
  margin-top: -30px;
}

@media (max-width: 1024px) {
  .section-text {
    font-size: 2.3rem;
  }
}

@media (max-width: 540px) {
  .section-text {
    font-size: 1.75rem;
  }
}

.section-text p {
  font-size: 0.4em;
  color: #f5be4f;
}

.more-btn {
  position: relative;
  font-size: 1.25rem;
  padding-left: 35%;
}

@media (max-width: 780px) {
  .more-btn {
    display: none;
  }
}

@media (max-width: 1024px) {
  .more-btn {
    font-size: 1.1rem;
  }
}

.more-btn::before {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 1px;
  background: #f5be4f;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.more-btn::after {
  position: absolute;
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #f5be4f;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -70px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.more-btn:hover::after {
  -webkit-transform: scale(1.2) translate(-2%, -37%);
          transform: scale(1.2) translate(-2%, -37%);
}

.arrow {
  color: #644f42;
  position: relative;
  padding: 0 16px 0 0;
  vertical-align: middle;
}

.arrow::before, .arrow::after {
  position: absolute;
  top: 10px;
  bottom: 0;
  right: -46px;
  content: "";
  vertical-align: middle;
  z-index: 1;
}

.arrow::before {
  width: 14px;
  height: 2px;
  background: #fff;
}

.arrow::after {
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 6px;
}

.more-btn2 {
  position: relative;
  font-size: 1.25rem;
}

@media (max-width: 1024px) {
  .more-btn2 {
    font-size: 1.1rem;
  }
}

@media (max-width: 780px) {
  .more-btn2 {
    font-size: 1rem;
    border: 1px solid #fff;
    border-radius: 40px;
    padding: 13px 40px 13px 35px;
  }
}

.more-btn2::after {
  position: absolute;
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -70px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 780px) {
  .more-btn2::after {
    width: 45px;
    height: 46px;
    right: 0;
  }
}

.more-btn2:hover::after {
  -webkit-transform: scale(1.2) translate(-2%, -37%);
          transform: scale(1.2) translate(-2%, -37%);
}

.arrow2 {
  color: #644f42;
  position: relative;
  padding: 0 16px 0 0;
  vertical-align: middle;
  font-weight: bold;
}

@media (max-width: 780px) {
  .arrow2 {
    padding: 0 40px 0 0;
  }
}

.arrow2::before, .arrow2::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -46px;
  margin: auto;
  content: "";
  vertical-align: middle;
  z-index: 1;
}

@media (max-width: 780px) {
  .arrow2::before, .arrow2::after {
    right: -25px;
  }
}

.arrow2::before {
  width: 14px;
  height: 2px;
  background: #f5be4f;
}

.arrow2::after {
  width: 10px;
  height: 10px;
  border-top: 2px solid #f5be4f;
  border-right: 2px solid #f5be4f;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.more-btn3 {
  position: relative;
  z-index: 3;
  width: 300px;
  border: 1px solid #f5be4f;
  border-radius: 40px;
  padding: 20px 0 20px 50px;
  margin: 0 auto;
  background-color: #fff;
}

.more-btn3::after {
  position: absolute;
  content: "";
  display: block;
  width: 64px;
  height: 66px;
  border-radius: 50%;
  background-color: #f5be4f;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.more-btn3:hover::after {
  -webkit-transform: scale(1.2) translate(-2%, -37%);
          transform: scale(1.2) translate(-2%, -37%);
}

.arrow3 {
  color: #644f42;
  position: relative;
  padding: 0 16px 0 0;
  vertical-align: middle;
  font-weight: bold;
  display: block;
}

.arrow3::before, .arrow3::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 23px;
  margin: auto;
  content: "";
  vertical-align: middle;
  z-index: 1;
}

.arrow3::before {
  width: 14px;
  height: 2px;
  background: #fff;
}

.arrow3::after {
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mission {
  position: relative;
}

.mission::before {
  content: "";
  display: block;
  width: 40%;
  height: 500px;
  /* z-index: -1; */
  position: absolute;
  top: 0;
  right: -130px;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/mission_bg.png);
}

@media (max-width: 780px) {
  .mission::before {
    right: 20px;
    top: 40px;
  }
}

.mission__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 780px) {
  .mission__content {
    display: block;
  }
}

.mission__content__list {
  width: 43%;
  margin-right: 1%;
  margin-top: 100px;
}

@media (max-width: 780px) {
  .mission__content__list {
    margin-top: 40px;
    width: 100%;
  }
}

.mission__content__list li {
  margin-bottom: 50px;
}

.mission__content__list__ttl {
  font-size: 1.25rem;
  color: #644f42;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 780px) {
  .mission__content__list__ttl {
    text-align: center;
    margin-bottom: 20px;
  }
}

.mission__content__list__ttl::after {
  display: none;
}

@media (max-width: 780px) {
  .mission__content__list__ttl::after {
    display: block;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #f5be4f;
    margin: 15px auto;
  }
}

.mission__content__list__ttl p {
  color: #f5be4f;
  font-size: 0.8em;
}

.mission .section-link {
  width: 60%;
}

.swiper-container {
  width: 50%;
  margin-top: -40px;
  margin-left: 3%;
  margin-right: 0;
  /* 全スライド共通スタイル */
}

@media (max-width: 780px) {
  .swiper-container {
    margin-top: 50px;
    width: 100%;
    margin-left: 0;
  }
}

.swiper-container .swiper-wrapper {
  width: 100%;
}

@media (max-width: 780px) {
  .swiper-container .swiper-wrapper {
    height: 670px;
  }
}

@media (max-width: 540px) {
  .swiper-container .swiper-wrapper {
    height: 770px;
  }
}

.swiper-container .swiper-slide {
  color: #000;
  width: 100%;
  height: 460px;
  text-align: center;
  border: 2px solid #f5be4f;
  border-radius: 10px;
}

@media (max-width: 780px) {
  .swiper-container .swiper-slide {
    text-align: left;
    height: 350px;
  }
}

.swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

@media (max-width: 780px) {
  .swiper-container .swiper-slide img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    -o-object-position: top;
       object-position: top;
  }
}

.service {
  position: relative;
}

.service::before {
  content: "";
  display: block;
  width: 45%;
  height: 600px;
  position: absolute;
  top: -220px;
  left: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/service_bg.png);
}

@media (max-width: 780px) {
  .service::before {
    width: 100%;
    height: 340px;
    top: -400px;
  }
}

.service .section-ttl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.service .section-ttl .section-text {
  width: 60%;
  padding-left: 5%;
}

@media (max-width: 780px) {
  .service .section-ttl .section-text {
    width: 100%;
    padding-left: 0;
  }
}

.service .section-ttl .section-link {
  width: 40%;
}

.service-tab {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 780px) {
  .service-tab {
    margin: 30px auto 40px;
  }
}

.service-tab .tab-buttons {
  width: 85%;
}

@media (max-width: 1024px) {
  .service-tab .tab-buttons {
    width: 90%;
  }
}

.tab-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
  margin: 0 5%;
}

.tab-buttons li {
  color: #644f42;
  cursor: pointer;
  width: 25%;
  text-align: center;
  height: 40px;
  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;
  font-size: 1rem;
  font-weight: bold;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.5;
}

.tab-buttons li.active {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  opacity: 1;
}

@media (max-width: 1024px) {
  .tab-buttons li {
    font-size: 1rem;
  }
}

.tab-buttons li:hover {
  opacity: 0.8;
}

@media (max-width: 780px) {
  #service .tab-buttons {
    display: none;
  }
}

.tab-content {
  padding-top: 85px;
  color: #333;
}

@media (max-width: 780px) {
  .tab-content {
    padding-top: 0;
  }
}

.tab-button-icon {
  width: 35px;
  margin-right: 5px;
}

.content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 780px) {
  .content-box {
    display: block;
    padding: 15px;
  }
}

.content-box::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -76px;
  width: 100%;
  height: 480px;
  background-color: #f7e5cb;
}

@media (max-width: 1024px) {
  .content-box::before {
    height: 135%;
  }
}

@media (max-width: 780px) {
  .content-box::before {
    top: 0;
    height: 100%;
    right: 0;
  }
}

.content-box dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.content-box dd:nth-child(1) {
  margin-right: 80px;
}

@media (max-width: 780px) {
  .content-box dd:nth-child(1) {
    margin-right: 0;
  }
}

.content-box dd:nth-child(2) {
  padding-right: 5%;
  padding-top: 1%;
}

@media (max-width: 780px) {
  .content-box dd:nth-child(2) {
    padding-right: 0;
    padding-top: 20px;
  }
}

.content-box .service-text {
  width: 70px;
  color: #644f42;
}

.content-box .service-text::before {
  display: none;
  content: "";
  width: 40px;
  height: 2px;
  background-color: #f5be4f;
  margin-bottom: 20px;
}

@media (max-width: 780px) {
  .content-box .service-text::before {
    display: block;
  }
}

@media (max-width: 780px) {
  .content-box .service-text {
    width: 100%;
  }
}

.content-box .service-text__icon {
  margin-bottom: 15px;
}

@media (max-width: 780px) {
  .content-box .service-text__icon {
    display: none;
  }
}

.content-box .service-text__ttl {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 15px;
}

@media (max-width: 780px) {
  .content-box .service-text__ttl {
    display: none;
  }
}

.content-box .service-text__btn {
  text-align: right;
  margin-top: 10px;
  padding-right: 15%;
}

@media (max-width: 780px) {
  .content-box .service-text__btn {
    margin-top: 40px;
    padding-right: 0;
    margin-bottom: 20px;
  }
}

.content2::before {
  background-color: #f2bd68;
}

.content3::before {
  background-color: #ff9466;
}

.content4::before {
  background-color: #614e3f;
}

.content3 .service-text,
.content3 .service-text__btn .arrow2,
.content4 .service-text,
.content4 .service-text__btn .arrow2 {
  color: #fff;
}

#lamp {
  margin-top: 5px;
  width: 25%;
  height: 4px;
  border-radius: 3px;
  background: #f5be4f;
  display: block;
  position: absolute;
  top: 40px;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}

#lamp.content2 {
  left: 25%;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}

#lamp.content3 {
  left: 50%;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}

#lamp.content4 {
  left: 75%;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}

#lamp.content1 {
  left: 0%;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}

.accordion-btn {
  display: none;
  position: relative;
}

@media (max-width: 780px) {
  .accordion-btn {
    color: #644f42;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #f7f7f7;
    padding-top: 8px;
    border: 1px solid #d3d3d3;
    padding-left: 6%;
  }
}

.accordion-btn::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/arrow.svg);
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: rotate(316deg);
          transform: rotate(316deg);
  right: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.accordion-btn.on::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.accordion-btn__icon {
  width: 40px;
  margin-right: 10px;
}

.color-on {
  color: #fff;
}

.cont4_btn {
  padding: 15px 0 15px 6%;
}

.cont4_btn .accordion-btn__icon {
  position: relative;
}

.cont4_btn .accordion-btn__icon::before {
  content: "";
  display: block;
  background: url(../img/service_icon04_c.svg);
  width: 40px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

.feature {
  position: relative;
  padding-top: 100px;
  z-index: 2;
}

.feature::before {
  content: "";
  display: block;
  width: 40%;
  height: 590px;
  position: absolute;
  top: -110px;
  right: -190px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/feature_bg.png);
}

@media (max-width: 780px) {
  .feature::before {
    right: 0;
    height: 270px;
    width: 55%;
    top: 40px;
  }
}

.feature__content {
  background-color: #f7f7f7;
  padding: 150px 0 70px;
  margin-top: 60px;
}

@media (max-width: 780px) {
  .feature__content {
    background-color: #fff;
    padding: 0 0 70px;
  }
}

.feature__content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 780px) {
  .feature__content__list {
    display: block;
  }
}

.feature__content__list li {
  width: 28%;
  font-size: 1.56rem;
  font-weight: bold;
  color: #644f42;
}

@media (max-width: 1024px) {
  .feature__content__list li {
    font-size: 1.15rem;
  }
}

@media (max-width: 780px) {
  .feature__content__list li {
    width: 100%;
    border-bottom: 2px solid #f5be4f;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}

@media (max-width: 780px) {
  .feature__content__list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.feature__content__list li p {
  text-align: center;
  padding: 0 5%;
}

@media (max-width: 780px) {
  .feature__content__list li p {
    font-size: 1.1rem;
    padding: 0;
  }
}

.feature__content__list li p:first-child {
  position: relative;
  margin-bottom: 2em;
}

.feature__content__list li p:first-child::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: -15%;
  background-color: #f5be4f;
}

@media (max-width: 780px) {
  .feature__content__list li p:first-child::after {
    display: none;
  }
}

.feature__content__list li p span {
  color: #f5be4f;
}

@media (max-width: 780px) {
  .newscontent {
    background: #f7f7f7;
  }
}

.newscontent .section-ttl {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.newscontent .section-ttl .service-text__btn {
  position: absolute;
  right: calc(110px + 3%);
  top: 30px;
}

@media (max-width: 780px) {
  .newscontent .section-ttl .service-text__btn {
    display: none;
  }
}

.newscontent .section-ttl .section-text {
  text-align: center;
}

.newscontent .section-ttl .more-btn2::after {
  background-color: #f5be4f;
}

.newscontent .section-ttl .arrow2::before {
  background: #fff;
}

.newscontent .section-ttl .arrow2::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.newscontent ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}

.newscontent__list {
  margin-right: 1%;
  background: #f7f7f7;
  border-radius: 10px;
  width: 30%;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
}

.newscontent__list:last-child {
  margin-right: 0;
}

.newscontent__list__img {
  position: relative;
  background: #f7f7f7;
  padding-bottom: 2em;
}

.newscontent__list__img p img {
  width: 100%;
}

.newscontent__list__img span {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f5be4f;
  color: #fff;
  padding: 5px 20px;
  border-radius: 0 10px 0 10px;
}

.newscontent__list__textarea {
  font-size: 1.125rem;
  padding: 0 1em 1.5em;
  background: #f7f7f7;
  border-radius: 0px 0 10px 10px;
}

.newscontent__list__textarea p:first-child {
  color: #f5be4f;
  margin-bottom: 1em;
}

@media (max-width: 780px) {
  .newscontent__list__textarea p:first-child {
    font-size: 0.9rem;
  }
}

.newscontent__list__textarea p:nth-child(2) {
  color: #644f42;
  text-align: left;
}

@media (max-width: 780px) {
  .newscontent__list__textarea p:nth-child(2) {
    font-size: 1rem;
  }
}

.newscontent .swiper-news {
  margin: 40px auto 60px;
  overflow: hidden;
  max-width: 1200px;
}

.newscontent .swiper-slide dl {
  -webkit-box-shadow: 0px 1px 4px #00000029;
          box-shadow: 0px 1px 4px #00000029;
  border-radius: 10px;
  cursor: pointer;
}

.newscontent .swiper-slide img {
  border-radius: 10px 10px 0 0;
  border: none;
  height: auto;
}

.footer {
  background-color: #fff;
  padding-top: 100px;
}

.footer__inner {
  max-width: 1200px;
  margin: 0 auto 200px;
  padding: 0 5%;
}

@media (max-width: 1024px) {
  .footer__inner {
    padding: 0;
    max-width: 95%;
  }
}

@media (max-width: 780px) {
  .footer__inner {
    max-width: 90%;
  }
}

.footer__inner h3 {
  font-size: 4rem;
  letter-spacing: 0.2em;
  color: #f5be4f;
  font-weight: bold;
}

@media (max-width: 780px) {
  .footer__inner h3 {
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}

.footer__inner p {
  color: #644f42;
  font-weight: bold;
  font-size: 1.25rem;
  margin-top: 2em;
}

@media (max-width: 780px) {
  .footer__inner p {
    font-size: 1rem;
  }
}

.footer__inner__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5em;
}

.footer__inner__link p {
  width: 45%;
  font-size: 1.3rem;
  padding: 3%;
  /* margin: 0 auto; */
  text-align: center;
}

.footer__inner__link p:first-child {
  background-color: #f5be4f;
}

.footer__inner__link p:nth-child(2) {
  background-color: #644f42;
}

.footer__inner .link_btn {
  position: relative;
  display: block;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer__inner .link_btn::after {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/btn_bg.png);
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  top: -50px;
  right: -40px;
  background-size: cover;
}

.footer__inner .contact_link {
  background-color: #644f42;
  color: #fff;
  position: relative;
}

.footer__inner .contact_link::before {
  content: "";
  position: absolute;
  background: url(../img/contact_icon.svg);
  display: block;
  width: 35px;
  height: 35px;
  background-size: cover;
  top: 50%;
  left: 14%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1024px) {
  .footer__inner .contact_link::before {
    width: 30px;
    height: 30px;
  }
}

.footer__inner .access_link {
  background-color: #f5be4f;
  color: #fff;
  position: relative;
}

.footer__inner .access_link::before {
  content: "";
  position: absolute;
  background: url(../img/access_icon.svg);
  display: block;
  width: 35px;
  height: 35px;
  background-size: cover;
  top: 50%;
  left: 19%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1024px) {
  .footer__inner .access_link::before {
    width: 30px;
    height: 30px;
  }
}

.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 780px) {
  .footer__info {
    display: block;
  }
}

.footer__info__contact {
  background-color: #f5be4f;
  width: 40%;
  padding: 5% 3%;
  position: relative;
  z-index: 1;
}

@media (max-width: 1024px) {
  .footer__info__contact {
    padding: 10% 0;
  }
}

@media (max-width: 780px) {
  .footer__info__contact {
    width: 100%;
  }
}

.footer__info__contact::after {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  background: url(../img/btn_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -40px;
  left: -100px;
  z-index: -1;
}

.footer__info__contact > p {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 1.25rem;
}

.footer__info__contact .contact-area {
  margin: 20px;
}

.footer__info__contact .contact-area li {
  background: #be9034;
  padding: 1.3em;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 780px) {
  .footer__info__contact .contact-area li {
    padding: 0.5em;
  }
}

.footer__info__contact .contact-area li a {
  color: #fff;
}

.footer__info__contact .contact-area__call p {
  font-size: 0.5rem;
}

@media (max-width: 780px) {
  .footer__info__contact .contact-area__call p svg {
    width: 20px;
    height: 20px;
  }
}

.footer__info__contact .contact-area__call p:nth-child(2) {
  font-size: 1.875rem;
}

@media (max-width: 780px) {
  .footer__info__contact .contact-area__call p:nth-child(2) {
    font-size: 1.3rem;
  }
}

.footer__info__contact .contact-area__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.3rem;
}

.footer__info__contact .contact-area__form .contact-icon {
  width: 30px;
  margin-right: 10px;
}

@media (max-width: 780px) {
  .footer__info__contact .contact-area__form .contact-icon {
    width: 25px;
    height: 45px;
    margin-right: 1em;
  }
}

.footer__info__contact .contact-area__form .access_icon {
  width: 30px;
  height: 45px;
  margin-right: 1em;
}

.footer__info__list {
  background-color: #f5be4f26;
  width: 60%;
  padding: 3%;
  color: #644f42;
}

@media (max-width: 780px) {
  .footer__info__list {
    width: 100%;
  }
}

.footer__info__list__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 2em;
  border-bottom: 1px solid #aaa;
}

@media (max-width: 780px) {
  .footer__info__list__address {
    display: block;
  }
}

.footer__info__list__address dt {
  width: 25%;
}

@media (max-width: 780px) {
  .footer__info__list__address dt {
    width: 60%;
    margin: 0 auto;
  }
}

.footer__info__list__address dd {
  margin-left: 15px;
}

@media (max-width: 780px) {
  .footer__info__list__address dd {
    margin-left: 0;
    margin-top: 1em;
    font-size: 0.75rem;
  }
}

.footer__info__list__address dd:first-child {
  font-weight: bold;
}

.footer__info__list__nav {
  padding-bottom: 1em;
  border-bottom: 1px solid #a2897a;
}

@media (max-width: 780px) {
  .footer__info__list__nav {
    padding-bottom: 1em;
  }
}

.footer__info__list__nav__ttl {
  color: #f5be4f;
  font-weight: bold;
  font-size: 1.2rem;
  margin-top: 0.5em;
}

@media (max-width: 780px) {
  .footer__info__list__nav__ttl {
    font-size: 1rem;
    margin-top: 1em;
    text-align: center;
    margin-bottom: 0.5em;
  }
}

.footer__info__list__nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__info__list__nav__item p {
  margin-right: 2em;
}

.footer__info__list__nav__item p a {
  font-weight: bold;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #644f42;
}

.footer__info__list__nav__item p a:hover {
  opacity: 0.5;
}

.footer__info__list__nav__item__pcsns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 780px) {
  .footer__info__list__nav__item__pcsns {
    display: none;
  }
}

.footer__info__list__nav__item__pcsns p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.5em;
}

.footer__info__list__nav__item__pcsns p img {
  width: 25px;
  vertical-align: middle;
}

.footer__info__list__nav__item__pcsns p a {
  padding-right: 0.5em;
  position: relative;
  line-height: 1;
}

.footer__info__list__nav__item__pcsns p a::after {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -0.5em;
}

.footer__info__list__nav__item__sp {
  display: none;
}

@media (max-width: 780px) {
  .footer__info__list__nav__item__sp {
    display: block;
  }
}

.footer__info__list__nav__item__sp li {
  padding: 20px 10px;
  border-bottom: 1px solid #e0e0e0;
}

.footer__info__list__nav__item__sp li a {
  font-size: 1.125rem;
  color: #644f42;
  font-weight: bold;
}

.footer__info__list__nav__item__sp li a p:first-child {
  font-size: 0.4em;
  color: #f5be4f;
}

.footer__info__list__nav__item__sp li a.arrow3::after {
  border-top: 2px solid #f5be4f;
  border-right: 2px solid #f5be4f;
}

.footer__info__list__nav__item__sp li a.arrow3::before {
  background-color: #f5be4f;
}

.footer__info__list__nav__item__sns {
  display: none;
}

@media (max-width: 780px) {
  .footer__info__list__nav__item__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__info__list__nav__item__sns p:not(:last-child) {
  margin-right: 2em;
}

.footer__info__list__contact {
  padding-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__info__list__contact dd {
  margin-right: 1em;
  white-space: nowrap;
  font-size: 0.9rem;
}

.footer__info__list__contact dd:last-child {
  margin-right: 0;
}

.footer__info__list__contact__sp {
  padding: 1em 0;
  text-align: center;
  border-bottom: 1px solid #a2897a;
  font-size: 0.8rem;
}

.footer__info__list__contact__sp dd:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1em 0 0.3em;
}

.footer__info__list__contact__sp dd:nth-child(2) p:first-child {
  margin-right: 1em;
}

.footer__info__list .sp_copylight {
  font-size: 0.8rem;
  text-align: center;
  margin-top: 2em;
}

.content-bg .header .nav-wrap,
.content-wrap.content-bg {
  background-color: #fff;
}

.content-bg .header {
  padding-left: 5vw;
}

.section-header {
  height: 60vh;
  width: 85%;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 780px) {
  .section-header {
    height: 30vh;
    margin-top: 30px;
  }
}

.section-header .bread-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 780px) {
  .section-header .bread-list {
    display: none;
  }
}

.section-header .bread-list li:first-child {
  margin-right: 45px;
}

.section-header .bread-list li a {
  font-size: 0.9rem;
  color: #644f42;
  font-weight: bold;
}

.section-header .bread-list li .list-top {
  color: #bababa;
  position: relative;
}

.section-header .bread-list li .list-top::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #bababa;
  position: absolute;
  top: 50%;
  right: -35px;
}

.section-header .section-ttl {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section-header__bg {
  position: absolute;
  right: 0;
  bottom: -70px;
  width: 50%;
}

@media (max-width: 540px) {
  .section-header__bg {
    width: 80%;
    bottom: 0;
  }
}

.mission-section .tab-content {
  display: block;
  padding-top: 10px;
}

.mission-section .tab-content .content {
  background: #fef5e5;
}

@media (max-width: 780px) {
  .mission-section .tab-content .content {
    display: none;
  }
}

@media (max-width: 780px) {
  .mission-section .tab-content .content.active {
    display: block;
  }
}

.mission-section .tab-content .content dd {
  width: 85%;
  margin: 0 auto;
  padding-top: 100px;
}

.mission-section .tab-content .content dd h3 {
  color: #f5be4f;
  margin-bottom: 50px;
  font-size: 1.5rem;
}

@media (max-width: 540px) {
  .mission-section .tab-content .content dd h3 {
    text-align: center;
  }
}

.mission-section .tab-content .content .tab-content-ttl {
  position: relative;
  padding-bottom: 80px;
}

.mission-section .tab-content .content .tab-content-ttl .number-bg {
  position: absolute;
  font-size: 20rem;
  top: -80px;
  right: -50px;
  color: #f5be4f;
  opacity: 0.1;
  line-height: 1;
  font-weight: bold;
}

@media (max-width: 540px) {
  .mission-section .tab-content .content .tab-content-ttl .number-bg {
    font-size: 12rem;
  }
}

.mission-section .tab-content .content .tab-content-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}

@media (max-width: 780px) {
  .mission-section .tab-content .content .tab-content-list li {
    display: block;
  }
}

.mission-section .tab-content .content .tab-content-list li:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.mission-section .tab-content .content .tab-content-list li:nth-child(2n) .list-text {
  margin-left: 0;
  margin-right: -10%;
}

.mission-section .tab-content .content .tab-content-list li .list-img {
  width: 100%;
}

@media (max-width: 780px) {
  .mission-section .tab-content .content .tab-content-list li .list-img {
    margin-bottom: 30px;
  }
}

.mission-section .tab-content .content .tab-content-list li .list-text {
  width: 75%;
  margin-left: -10%;
}

@media (max-width: 780px) {
  .mission-section .tab-content .content .tab-content-list li .list-text {
    width: 100%;
    margin-left: 0;
  }
}

.mission-section .tab-content .content .tab-content-list li .list-ttl {
  font-size: 1.25rem;
  color: #644f42;
  font-weight: bold;
  margin-bottom: 30px;
}

.mission-section .tab-content .content .tab-content-list li .list-ttl::after {
  content: "";
  display: block;
  width: 30%;
  height: 3px;
  background-color: #f5be4f;
  margin-top: 20px;
}

.mission-section .tab-content .content .tab-content-service {
  padding-top: 30px;
  border-top: 1px solid #707070;
  padding-bottom: 60px;
}

.mission-section .tab-content .content .tab-content-service dt {
  font-size: 1.875rem;
  color: #644f42;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 540px) {
  .mission-section .tab-content .content .tab-content-service dt {
    font-size: 1.125rem;
  }
}

.mission-section .tab-content .content .tab-content-service dt::after {
  content: "";
  display: block;
  width: 20%;
  height: 3px;
  background: #f5be4f;
  margin: 20px auto 60px;
}

.mission-section .tab-content .content .tab-content-service dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 780px) {
  .mission-section .tab-content .content .tab-content-service dd {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 90%;
  }
}

.mission-section .tab-content .content .tab-content-service dd a {
  width: 33%;
}

@media (max-width: 540px) {
  .mission-section .tab-content .content .tab-content-service dd a {
    width: 45%;
    margin-bottom: 2em;
  }
}

.mission-section .tab-content .content .tab-content-service dd .service-btn {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #644f42;
  margin: 20px auto 0;
}

.mission-section .tab-content .content .tab-content-service dd p {
  font-weight: bold;
  color: #644f42;
  text-align: center;
}

@media (max-width: 540px) {
  .mission-section .tab-content .content .tab-content-service dd p {
    font-size: 0.8rem;
  }
}

.mission-section .tab-content .content .tab-content-service dd .arrow3::before,
.mission-section .tab-content .content .tab-content-service dd .arrow3::after {
  right: 15px;
}

.mission-section .tab-buttons {
  width: 85%;
  margin: 0 auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 780px) {
  .mission-section .tab-buttons {
    display: block;
  }
}

.mission-section .tab-buttons li {
  width: 35%;
  color: #644f42;
  height: 40px;
}

@media (max-width: 780px) {
  .mission-section .tab-buttons li {
    background-color: #f7f7f7;
    width: 100%;
    height: 50px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 2em;
    border-bottom: 1px solid #f3f1f1;
  }
}

@media (max-width: 780px) {
  .mission-section .tab-buttons li.active {
    background-color: #fef5e5;
  }
}

.mission-section .tab-buttons li .tab-button-icon {
  color: #f5be4f;
}

@media (max-width: 780px) {
  .mission-section .tab-buttons li .tab-button-icon {
    color: #adadad;
  }
}

@media (max-width: 780px) {
  .mission-section .tab-buttons li .tab-button-icon.active {
    color: #f5be4f;
  }
}

.mission-section .tab-buttons li .tab-button-icon:hover {
  color: #f5be4f;
}

.mission-section .content-box::before {
  background-color: #fef5e5;
}

.mission-section .content-box dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.mission-section .content-box dd:nth-child(1) {
  margin-right: 80px;
}

@media (max-width: 780px) {
  .mission-section .content-box dd:nth-child(1) {
    margin-right: 0;
  }
}

.mission-section .content-box dd:nth-child(2) {
  padding-right: 5%;
  padding-top: 1%;
}

@media (max-width: 780px) {
  .mission-section .content-box dd:nth-child(2) {
    padding-right: 0;
    padding-top: 20px;
  }
}

.mission-section .content-box .service-text {
  width: 70px;
  color: #644f42;
}

.mission-section #lamp {
  width: 35%;
  top: 44px;
}

@media (max-width: 780px) {
  .mission-section #lamp {
    display: none;
  }
}

.mission-section #lamp.content2 {
  left: 35%;
}

.mission-section #lamp.content3 {
  left: 70%;
}

.mission-section #lamp.content1 {
  left: 0%;
}

.service-section .tab-buttons li {
  height: 60px;
}

@media (max-width: 1024px) {
  .service-section .tab-buttons li {
    font-size: 0.8rem;
  }
}

.service-section #lamp {
  top: 52px;
}

@media (max-width: 780px) {
  .service-section #lamp {
    display: none;
  }
}

@media (max-width: 780px) {
  .service-section .tab-buttons {
    display: block;
    margin-bottom: 50px;
  }
}

@media (max-width: 780px) {
  .service-section .tab-buttons li {
    width: 95%;
    margin: 0 auto;
    background: #f7f7f7;
    border-bottom: 1px solid #d3d3d3;
    border-radius: 5px;
    padding: 25px 0;
    color: #adadad;
  }
}

@media (max-width: 780px) {
  .service-section .tab-buttons li.active {
    background: #f7e5cb;
    color: #644f42;
  }
}

@media (max-width: 780px) {
  .service-section .tab-buttons li:hover {
    opacity: 1;
  }
}

@media (max-width: 780px) {
  .service-section .tab-buttons li .tab-button-icon {
    width: 30px;
  }
}

.service-section .tab-content {
  padding-top: 0;
}

.service-section .service-content {
  background-color: #f7e5cb;
  padding: 70px 0;
  position: relative;
}

@media (max-width: 780px) {
  .service-section .service-content {
    display: none;
  }
}

@media (max-width: 780px) {
  .service-section .service-content.active {
    display: block;
  }
}

.service-section .service-content::before {
  content: "";
  display: block;
  width: 350px;
  height: 350px;
  background: url(../img/service_content_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -150px;
  top: -90px;
}

.service-section .service-content .service-content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 780px) {
  .service-section .service-content .service-content-inner {
    display: block;
    width: 95%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
}

.service-section .service-content .service-content-inner dd {
  width: 50%;
}

@media (max-width: 780px) {
  .service-section .service-content .service-content-inner dd {
    width: 100%;
  }
}

.service-section .service-content .service-content-inner .service-text {
  margin: 0 30px;
  color: #644f42;
}

@media (max-width: 780px) {
  .service-section .service-content .service-content-inner .service-text {
    margin: 20px 0;
  }
}

@media (max-width: 780px) {
  .service-section .service-content .service-content-inner .service-text::before {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: #f5be4f;
    margin-bottom: 20px;
  }
}

.service-section .service-content .service-content-inner .service-text__ttl {
  font-size: 1.5rem;
  color: #644f42;
  font-weight: bold;
  padding-bottom: 25px;
}

.service-section .service-content .service-content-inner .service-text__ttl::after {
  content: "";
  display: block;
  width: 75px;
  height: 3px;
  background: #f5be4f;
  margin-top: 20px;
}

.service-section .service-content .service-content-inner .service-text-sp {
  display: none;
}

@media (max-width: 780px) {
  .service-section .service-content .service-content-inner .service-text-sp {
    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;
    margin-bottom: 30px;
  }
}

.service-section .service-content .service-content-inner .service-text-sp .service-text__icon {
  width: 45px;
}

.service-section .service-content .service-content-inner .service-text-sp .service-text__ttl {
  padding-bottom: 0;
  font-size: 1.25rem;
}

.service-section .service-content .service-content-inner .service-text-sp .service-text__ttl::after {
  display: none;
}

.service-section .service-content .service-content-price {
  margin: 50px 5%;
}

.service-section .service-content .service-content-price__ttl {
  color: #644f42;
  text-align: center;
  font-size: 1.5rem;
}

.service-section .service-content .service-content-price__ttl::after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background: #f5be4f;
  margin: 20px auto 50px;
}

.service-section .service-content .service-content-price__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 780px) {
  .service-section .service-content .service-content-price__list {
    display: block;
  }
}

.service-section .service-content .service-content-price__list__item {
  width: 48%;
}

@media (max-width: 780px) {
  .service-section .service-content .service-content-price__list__item {
    width: 100%;
    margin-bottom: 60px;
  }
}

.service-section .service-content .service-content-price__list__item dt {
  background-color: #fff;
  padding: 0.5em 0;
}

.service-section .service-content .service-content-price__list__item dt p {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  color: #644f42;
}

.service-section .service-content .service-content-price__list__item dt p span {
  vertical-align: middle;
  margin-right: 10px;
}

.service-section .service-content .service-content-price__list__item dd {
  margin-top: 50px;
}

.service-section .service-content .service-content-price__list__item dd ul li {
  color: #644f42;
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

@media (max-width: 540px) {
  .service-section .service-content .service-content-price__list__item dd ul li {
    font-size: 0.8rem;
  }
}

.service-section .service-content .notion {
  width: 50%;
  margin-left: auto;
}

@media (max-width: 540px) {
  .service-section .service-content .notion {
    font-size: 0.75rem;
  }
}

.service-section .service-content .notion a {
  color: #f5be4f;
  font-weight: bold;
}

.section-header__bg.feature-bg {
  right: -10%;
  width: 70%;
}

@media (max-width: 540px) {
  .section-header__bg.feature-bg {
    right: -30%;
    width: 100%;
  }
}

.feature-section .section-inner {
  width: 90%;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 540px) {
  .feature-section .section-inner {
    padding: 0 5%;
    width: 100%;
  }
}

.feature-section .section-inner .sub-ttl {
  font-size: 2.8rem;
  color: #f5be4f;
  margin-bottom: 80px;
}

@media (max-width: 780px) {
  .feature-section .section-inner .sub-ttl {
    font-size: 1.8rem;
  }
}

@media (max-width: 540px) {
  .feature-section .section-inner .sub-ttl {
    font-size: 1.25rem;
  }
}

.feature-section .section-inner .sub-ttl span {
  color: #644f42;
}

@media (max-width: 780px) {
  .feature-section .section-inner .sub-ttl.text-right {
    text-align: left;
  }
}

@media (max-width: 780px) {
  .feature-section .section-inner .sub-ttl.text-center {
    text-align: left;
  }
}

@media (max-width: 780px) {
  .feature-section .section-inner .feature-tab.active {
    display: block;
  }
}

@media (max-width: 780px) {
  .feature-section .section-inner .feature-tab {
    margin: 70px 0;
    display: none;
  }
}

.feature-section .section-inner .feature-tab dl {
  margin-bottom: 80px;
}

@media (max-width: 780px) {
  .feature-section .section-inner .feature-tab dl {
    margin-top: 60px;
    margin-bottom: 0;
  }
}

.feature-section .section-inner .feature-tab .column-half {
  width: 70%;
}

@media (max-width: 780px) {
  .feature-section .section-inner .feature-tab .column-half {
    width: 100%;
  }
}

.feature-section .section-inner .feature-tab .column-50 {
  width: 48%;
}

@media (max-width: 780px) {
  .feature-section .section-inner .feature-tab .column-50 {
    width: 100%;
  }
}

.feature-section .section-inner .feature-tab .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 780px) {
  .feature-section .section-inner .feature-tab .column {
    display: block;
  }
}

.feature-section .section-inner .feature-tab .feature-img {
  width: 100%;
}

@media (max-width: 540px) {
  .feature-section .section-inner .feature-tab .feature-img {
    width: 60%;
    margin: 0 auto;
  }
}

.feature-section .section-inner .feature-tab .feature-ttl {
  color: #644f42;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 540px) {
  .feature-section .section-inner .feature-tab .feature-ttl {
    font-size: 1.1rem;
  }
}

@media (max-width: 780px) {
  .feature-section .section-inner .feature-tab .feature-ttl::after {
    display: block;
    content: "";
    width: 10%;
    height: 2px;
    background-color: #f5be4f;
    margin-top: 20px;
  }
}

@media (max-width: 780px) {
  .feature-section .section-inner .feature-tab .feature-ttl.text-right {
    text-align: left;
  }
}

.feature-section .section-inner .tab-buttons {
  display: none;
}

@media (max-width: 780px) {
  .feature-section .section-inner .tab-buttons {
    display: block;
  }
}

.feature-section .section-inner .tab-buttons .tab-button-icon {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.feature-section .section-inner .tab-buttons .tab-button-icon.active {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.feature-section .section-inner .tab-buttons .tab-button-icon img {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}

.feature-section .section-inner .tab-buttons li {
  width: 100%;
  color: #adadad;
  background: #f7f7f7;
  border-bottom: 1px solid #d3d3d3;
  border-radius: 5px;
  height: 50px;
}

.feature-section .section-inner .tab-buttons li:last-child {
  border-bottom: none;
}

.feature-section .section-inner .tab-buttons li.active {
  background-color: #a2897a;
  color: #fff;
}

.news-section {
  width: 90%;
  margin: 0 auto 100px;
}

.news-section .section-header {
  width: 100%;
}

.news-section .section-header .section-ttl {
  top: 40%;
}

.news-section .section-header {
  height: 30vh;
}

@media (max-width: 540px) {
  .news-section .section-header {
    height: 20vh;
  }
}

.news-section .news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 780px) {
  .news-section .news-list {
    display: block;
  }
}

.news-section .news-list li {
  width: 32%;
  cursor: pointer;
}

@media (max-width: 780px) {
  .news-section .news-list li {
    width: 100%;
    margin-bottom: 30px;
  }
}

.news-list-pagination {
  margin-top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news-list-pagination .visit {
  font-size: 1.2rem;
  display: block;
  color: #fff;
  background-color: #f5be4f;
  text-align: center;
  line-height: 44px;
  width: 44px;
  height: 44px;
  margin: 0 6px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  white-space: nowrap;
  border-radius: 50%;
}

.news-list-pagination a {
  font-size: 1.2rem;
  display: block;
  color: #644f42;
  text-align: center;
  line-height: 44px;
  width: 44px;
  height: 44px;
  margin: 0 6px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  white-space: nowrap;
}

.news-list-pagination .prev-arrow {
  position: relative;
}

.news-list-pagination .prev-arrow::before, .news-list-pagination .prev-arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  vertical-align: middle;
  z-index: 1;
}

.news-list-pagination .prev-arrow::before {
  width: 17px;
  height: 3px;
  background: #f5be4f;
}

.news-list-pagination .prev-arrow::after {
  width: 10px;
  height: 10px;
  border-top: 3px solid #f5be4f;
  border-right: 3px solid #f5be4f;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  top: 17px;
  left: 11px;
}

.news-list-pagination .next-arrow {
  position: relative;
}

.news-list-pagination .next-arrow::before, .news-list-pagination .next-arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  vertical-align: middle;
  z-index: 1;
}

.news-list-pagination .next-arrow::before {
  width: 17px;
  height: 3px;
  background: #f5be4f;
}

.news-list-pagination .next-arrow::after {
  width: 10px;
  height: 10px;
  border-top: 3px solid #f5be4f;
  border-right: 3px solid #f5be4f;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 17px;
}

.article-section {
  margin-bottom: 100px;
}

.article-section .section-header {
  height: 10vh;
  width: 80%;
  margin-top: 60px;
}

.article-section .section-header .back-btn {
  top: 100%;
  left: 0%;
}

@media (max-width: 1024px) {
  .article-section .section-header .back-btn {
    top: 0;
    left: 5%;
  }
}

@media (max-width: 540px) {
  .article-section .section-header .back-btn {
    left: 15%;
  }
}

.article-section .section-header .back-btn a {
  color: #f5be4f;
  font-size: 1rem;
}

.article-section .section-header .back-btn .back-circle {
  position: relative;
}

.article-section .section-header .back-btn .back-circle::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-color: #f5be4f;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.article-section .section-header .back-arrow {
  position: relative;
}

.article-section .section-header .back-arrow::before, .article-section .section-header .back-arrow::after {
  position: absolute;
  top: 50%;
  left: -46px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  vertical-align: middle;
  z-index: 1;
}

.article-section .section-header .back-arrow::before {
  width: 17px;
  height: 3px;
  background: #fff;
}

.article-section .section-header .back-arrow::after {
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  top: 7px;
}

.article-section .article-wrap {
  width: 65%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .article-section .article-wrap {
    width: 85%;
  }
}

.article-section .article-wrap .article-content__category {
  background-color: #f5be4f;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  padding: 0.5em 1.5em;
  margin-bottom: 20px;
  font-size: 0.9rem;
}

@media (max-width: 540px) {
  .article-section .article-wrap .article-content__category {
    font-size: 0.8rem;
  }
}

.article-section .article-wrap .article-content__ttl {
  color: #644f42;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 50px;
}

@media (max-width: 540px) {
  .article-section .article-wrap .article-content__ttl {
    font-size: 1rem;
    margin-bottom: 30px;
  }
}

.article-section .article-wrap .article-content__date {
  color: #f5be4f;
  font-size: 1.1rem;
  margin-bottom: 20px;
}

@media (max-width: 540px) {
  .article-section .article-wrap .article-content__date {
    font-size: 0.8rem;
  }
}

.article-section .article-wrap .article-content__img img {
  width: 100%;
  margin-bottom: 60px;
}

@media (max-width: 540px) {
  .article-section .article-wrap .article-content__img img {
    margin-bottom: 30px;
  }
}

.article-section .article-wrap .article-content__text {
  line-height: 1.8;
}

.article-section .pagination {
  margin-top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 540px) {
  .article-section .pagination {
    margin-top: 60px;
  }
}

.article-section .pagination .visit {
  font-size: 1.2rem;
  display: block;
  color: #fff;
  background-color: #f5be4f;
  text-align: center;
  line-height: 44px;
  width: 44px;
  height: 44px;
  margin: 0 6px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  white-space: nowrap;
  border-radius: 50%;
}

.article-section .pagination a {
  font-size: 1.2rem;
  display: block;
  color: #644f42;
  text-align: center;
  line-height: 44px;
  width: 44px;
  height: 44px;
  margin: 0 6px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  white-space: nowrap;
}

@media (max-width: 540px) {
  .article-section .pagination a {
    font-size: 1rem;
  }
}

.article-section .pagination .prev-arrow {
  position: relative;
  margin-right: 50px;
}

@media (max-width: 540px) {
  .article-section .pagination .prev-arrow {
    margin-right: 30px;
  }
}

.article-section .pagination .prev-arrow::before, .article-section .pagination .prev-arrow::after {
  position: absolute;
  top: 50%;
  left: -50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  vertical-align: middle;
  z-index: 1;
}

.article-section .pagination .prev-arrow::before {
  width: 17px;
  height: 3px;
  background: #f5be4f;
}

.article-section .pagination .prev-arrow::after {
  width: 10px;
  height: 10px;
  border-top: 3px solid #f5be4f;
  border-right: 3px solid #f5be4f;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  top: 17px;
}

.article-section .pagination .next-arrow {
  position: relative;
  margin-left: 50px;
}

@media (max-width: 540px) {
  .article-section .pagination .next-arrow {
    margin-left: 30px;
  }
}

.article-section .pagination .next-arrow::before, .article-section .pagination .next-arrow::after {
  position: absolute;
  top: 50%;
  right: -40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  vertical-align: middle;
  z-index: 1;
}

.article-section .pagination .next-arrow::before {
  width: 17px;
  height: 3px;
  background: #f5be4f;
}

.article-section .pagination .next-arrow::after {
  width: 10px;
  height: 10px;
  border-top: 3px solid #f5be4f;
  border-right: 3px solid #f5be4f;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 17px;
}

.access-section {
  margin: 100px 0;
}

.access-section .section-header {
  height: 10vh;
}

@media (max-width: 780px) {
  .access-section .section-header {
    width: 90%;
  }
}

.access-section .access-inner {
  width: 85%;
  margin: 50px auto 0;
}

@media (max-width: 780px) {
  .access-section .access-inner {
    margin-top: 0;
    width: 90%;
  }
}

.access-section .access-inner .access-map {
  width: 100%;
  margin-bottom: 80px;
}

.access-section .access-inner .access-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #644f42;
}

@media (max-width: 780px) {
  .access-section .access-inner .access-address {
    display: block;
  }
}

.access-section .access-inner .access-address__logo {
  width: 20%;
}

@media (max-width: 780px) {
  .access-section .access-inner .access-address__logo {
    width: 50%;
    margin: 0 auto 30px;
  }
}

@media (max-width: 780px) {
  .access-section .access-inner .access-address dd p {
    text-align: center;
  }
}

.access-section .access-inner .access-address dd p:first-child {
  font-weight: bold;
}

.access-section .access-inner .access-address dd p:nth-child(2) {
  text-align: right;
}

@media (max-width: 780px) {
  .access-section .access-inner .access-address dd p:nth-child(2) {
    text-align: center;
  }
}

.access-section .access-inner .access-address dd p:nth-child(2) span {
  margin-left: 15px;
}

.access-section .access-inner .access-schedule {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 780px) {
  .access-section .access-inner .access-schedule {
    display: block;
  }
}

.access-section .access-inner .access-schedule__img {
  width: 35%;
}

@media (max-width: 780px) {
  .access-section .access-inner .access-schedule__img {
    width: 100%;
  }
}

.access-section .access-inner .access-schedule__content {
  width: 60%;
  border-top: 1px solid #e8eaea;
}

@media (max-width: 780px) {
  .access-section .access-inner .access-schedule__content {
    width: 100%;
    border-top: none;
  }
}

.access-section .access-inner .access-schedule__content ul {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.access-section .access-inner .access-schedule__content ul li {
  margin-bottom: 15px;
}

.access-section .access-inner .access-schedule__content ul li:first-child {
  width: 30px;
  margin-right: 10px;
}

.access-section .access-inner .access-schedule__content ul li:nth-child(2) p {
  margin-bottom: 10px;
}

.access-section .access-inner .access-schedule__content .schedule-table {
  font-size: 0.8rem;
  color: #644f42;
  width: 100%;
}

@media (max-width: 780px) {
  .access-section .access-inner .access-schedule__content .schedule-table {
    font-size: 0.7rem;
  }
}

.access-section .access-inner .access-schedule__content .schedule-table__head .head-ttl {
  width: 30%;
  text-align: left;
}

.access-section .access-inner .access-schedule__content .schedule-table__head th {
  border-bottom: 1px solid #e8eaea;
  border-right: 1px solid #e8eaea;
  padding: 0.5em;
}

.access-section .access-inner .access-schedule__content .schedule-table__head th:last-child {
  border-right: none;
}

.access-section .access-inner .access-schedule__content .schedule-table__list th {
  text-align: left;
  border-bottom: 1px solid #e8eaea;
  border-right: 1px solid #e8eaea;
}

.access-section .access-inner .access-schedule__content .schedule-table__list td {
  border-bottom: 1px solid #e8eaea;
  border-right: 1px solid #e8eaea;
  padding: 0.5em;
}

.access-section .access-inner .access-schedule__content .schedule-table__list td:last-child {
  border-right: none;
}

.access-section .access-inner .access-schedule__content .schedule-table__list td .open {
  margin: 0 auto;
  width: 18px;
  height: 18px;
  border: 1px solid #f5be4f;
  border-radius: 30px;
}

@media (max-width: 540px) {
  .access-section .access-inner .access-schedule__content .schedule-table__list td .open {
    width: 10px;
    height: 10px;
  }
}

.access-section .access-inner .access-schedule__content .schedule-table__list td .close {
  margin: 0 auto;
  width: 18px;
  height: 18px;
  position: relative;
}

@media (max-width: 540px) {
  .access-section .access-inner .access-schedule__content .schedule-table__list td .close {
    width: 10px;
    height: 10px;
  }
}

.access-section .access-inner .access-schedule__content .schedule-table__list td .close:before, .access-section .access-inner .access-schedule__content .schedule-table__list td .close:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #f5be4f;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  position: absolute;
  left: 14%;
}

.access-section .access-inner .access-schedule__content .schedule-table__list td .close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  left: auto;
  right: 14%;
}
/*# sourceMappingURL=style.css.map */