@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

html {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Kiwi Maru", serif;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  background: #fbf9f1;
  letter-spacing: 0.045em;
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

p, pre, blockquote, ul, ol, dl, dt, dd, hr, form, input {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
}

img {
  border: none;
  vertical-align: top;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
@media (max-width: 767px) {
  img {
    image-rendering: auto;
  }
}

em {
  font-style: normal;
}

li {
  list-style-type: none;
}

.sp,
.sp_flex,
.sp_inline {
  display: none !important;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .sp_inline {
    display: inline !important;
  }
  .sp_flex {
    display: flex !important;
  }
}
.mt00 {
  margin-top: 0 !important;
}

.fadeup {
  transform-origin: center center;
  transform: translateY(20px);
  opacity: 0;
  transition: all 1.5s ease-out;
}

.fadeup.is-enter {
  transform: translateY(0);
  opacity: 1;
}

/* link
----------------------------------------------------*/
a:link {
  color: #333;
  text-decoration: underline;
}

a:visited {
  color: #333;
  text-decoration: underline;
}

a:hover {
  color: #333;
  text-decoration: none;
}

/* rollover
----------------------------------------------------*/
.hov {
  transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
}

.hov:hover {
  opacity: 0.8;
}

/* clear
----------------------------------------------------*/
/* ---IE7.IE8 clearfix--- */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix {
  display: inline-block;
}

.loading-top {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fbf9f1;
  z-index: 70;
}

.loading-top-img {
  width: 205px;
  margin: -120px auto 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  top: 50%;
}
.loading-top-img .loading-top-img02 {
  margin: 0 0 10px -30px;
}

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #FFF;
  z-index: 70;
  top: 0;
  left: 0;
}

/* header
----------------------------------------------------*/
#header {
  position: absolute;
  left: 10px;
  top: 10px;
}
@media (max-width: 767px) {
  #header {
    position: static;
  }
}
#header #logo {
  line-height: 1;
  position: absolute;
  top: 40px;
  left: 5vw;
  z-index: 60;
  width: 257px;
  height: 89px;
}
@media (max-width: 1100px) {
  #header #logo {
    top: 20px;
    left: 2vw;
    width: 20vw;
  }
}
@media (max-width: 767px) {
  #header #logo {
    width: 50%;
    position: static;
    margin: 20px 0 0 20px;
  }
}

.sp_menu {
  position: fixed;
  right: 50px;
  top: 50px;
  background: url("../images/common/gmenu.svg") no-repeat 0 0;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 63;
}
@media (max-width: 767px) {
  .sp_menu {
    width: 54px;
    height: 54px;
    background-size: 100%;
    right: 15px;
    top: 30px;
  }
}
.sp_menu.on {
  background: url("../images/common/close.svg") no-repeat 0 0;
}
@media (max-width: 767px) {
  .sp_menu.on {
    background-size: 100%;
  }
}

#gmenu {
  background: rgba(142, 107, 158, 0.8);
  width: 40%;
  position: fixed;
  z-index: 62;
  right: 0;
  top: 0;
  height: 100%;
  padding: 40px 0 0 90px;
  box-sizing: border-box;
  overflow: auto;
  display: none;
}
@media (max-width: 767px) {
  #gmenu {
    padding: 20px 0 0 20px;
    width: 70%;
  }
  #gmenu figure {
    width: 60%;
  }
}
#gmenu ul {
  font-size: 20px;
  margin: 6vh 0 0 0;
}
@media (max-width: 767px) {
  #gmenu ul {
    font-size: 15px;
    margin: calc(50% - 10px) 0 0 0;
  }
}
#gmenu ul li {
  background: url("../images/common/gmenu-li.svg") no-repeat 0 center;
  padding: 0 0 0 30px;
  font-weight: 500;
  margin-top: 4vh;
}
@media (max-width: 767px) {
  #gmenu ul li {
    padding: 0 0 0 20px;
    background-size: 12px;
    font-weight: 500;
    margin-top: 20px;
  }
}
#gmenu ul li a {
  color: #FFF;
  text-decoration: none;
}
#gmenu ul li a:hover {
  text-decoration: underline;
  color: #b4b50c;
}
#gmenu ul.gmenu-privacy {
  font-size: 16px;
  margin: 0;
}
@media (max-width: 767px) {
  #gmenu ul.gmenu-privacy {
    font-size: 12px;
    margin-top: 25px;
  }
}
#gmenu ul.gmenu-privacy li {
  position: relative;
  background: none;
  padding: 0 0 0 20px;
}
@media (max-width: 767px) {
  #gmenu ul.gmenu-privacy li {
    padding: 0 0 0 12px;
  }
}
#gmenu ul.gmenu-privacy li::before {
  content: "";
  width: 3px;
  height: 3px;
  background: #FFF;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
}

#menu_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 61;
  display: none;
}
#menu_bg.on {
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

body.on {
  overflow: hidden;
}

.main-v {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .main-v {
    display: block;
    margin-top: 20px;
  }
}
.main-v .ttl-area {
  width: 520px;
  box-sizing: border-box;
  padding-left: 72px;
}
@media (max-width: 1300px) {
  .main-v .ttl-area {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .main-v .ttl-area {
    width: auto;
    padding-left: 25px;
    margin-bottom: 15px;
  }
  .main-v .ttl-area .ttl {
    perspective: 1000;
  }
}
.main-v .main-img {
  width: calc(100% - 520px);
  opacity: 0;
}
@media (max-width: 1300px) {
  .main-v .main-img {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .main-v .main-img {
    width: calc(100% - 25px);
    margin: 0 0 0 auto;
  }
}
.main-v .main-title01, .main-v .main-title02 {
  opacity: 0;
}
.main-v.on .main-title01, .main-v.on .main-title02 {
  -webkit-animation: textAnime 1.5s 0.1s forwards ease-in-out;
          animation: textAnime 1.5s 0.1s forwards ease-in-out;
  transform: translateY(10px);
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.main-v.on .main-img {
  -webkit-animation: mainAnime 1.5s 0.1s forwards ease-in-out;
          animation: mainAnime 1.5s 0.1s forwards ease-in-out;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.main-title {
  background: url("../images/common/title-line.svg") repeat-x 0 bottom;
  font-size: 17px;
  letter-spacing: 0.058em;
  font-weight: 500;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 25px;
}
@media (max-width: 1100px) {
  .main-title {
    font-size: 13px;
    padding-bottom: 2px;
    margin-bottom: 5px;
    background-size: 5px auto;
  }
}
@media (max-width: 767px) {
  .main-title {
    margin-bottom: 15px;
  }
}
.main-title.day {
  letter-spacing: 0.04em;
}
.main-title.enrolment {
  letter-spacing: 0.09em;
}

.main-title02 {
  margin-top: 20px;
}
@media (max-width: 1100px) {
  .main-title02 {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .main-title02 {
    margin-top: 10px;
  }
}

@-webkit-keyframes mainAnime {
  to {
    opacity: 1;
  }
}

@keyframes mainAnime {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes textAnime {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes textAnime {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.pankuzu {
  display: flex;
  justify-content: flex-end;
  font-size: 13px;
  color: #7f7f80;
  margin: 20px 35px;
}
@media (max-width: 767px) {
  .pankuzu {
    font-size: 9px;
    margin: 10px 15px;
  }
}
.pankuzu li {
  margin: 0 0 0 15px;
  padding: 0 0 0 17px;
  background: url("../images/common/pankuzu.svg") no-repeat 0 center;
}
.pankuzu li.home {
  margin: 0;
  padding: 0;
  background: none;
}
.pankuzu li a {
  color: #afafb0;
}

.title01 {
  font-size: 20px;
  font-weight: 500;
  background: url("../images/common/title.svg") no-repeat 0 0;
  padding: 25px 0 0 30px;
  color: #666666;
}
@media (max-width: 767px) {
  .home .title01 {
    font-size: 12px;
    background-size: 33px auto;
    padding: 20px 0 0 20px;
  }
}

@media (max-width: 767px) {
  .title01-area {
    display: flex;
    justify-content: center;
    margin: 50px 0 20px 0;
  }
}
.title01-area.center {
  display: flex;
  justify-content: center;
  margin: 120px 0 60px 0;
}
@media (max-width: 767px) {
  .title01-area.center {
    margin: 50px 0 20px 0;
  }
}

/* tel
----------------------------------------------------*/
.tel-area {
  margin: 0 40px;
}

.tel {
  border: 3px solid #cce2e1;
  max-width: 930px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 10px 40px 40px 10px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  background: #FFF;
}
@media (max-width: 1300px) {
  .tel {
    padding: 10px 3% 3% 10px;
  }
}
@media (max-width: 767px) {
  .tel {
    padding: 10px 15px 15px 10px;
    flex-wrap: wrap;
  }
}
.tel .title01 {
  font-size: 17px;
  line-height: 1.5;
}
@media (max-width: 1300px) {
  .tel .title01 {
    font-size: 1.2vw;
  }
}
@media (max-width: 767px) {
  .tel .title01 {
    font-size: 2.5vw;
    background-size: 30px auto;
    padding: 15px 0 0 20px;
  }
}
.tel .title01 span {
  font-size: 28px;
  display: block;
  letter-spacing: 0.075em;
}
@media (max-width: 1300px) {
  .tel .title01 span {
    font-size: 2vw;
  }
}
@media (max-width: 767px) {
  .tel .title01 span {
    font-size: 3.2vw;
  }
}
.tel .tel-txt {
  margin: 0 20px;
}
@media (max-width: 1300px) {
  .tel .tel-txt {
    font-size: 1.2vw;
    margin: 0 1vw;
  }
}
@media (max-width: 767px) {
  .tel .tel-txt {
    margin: 0;
    font-size: 1.8vw;
  }
}
.tel .tel-no {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 1300px) {
  .tel .tel-no {
    font-size: 1vw;
  }
}
@media (max-width: 767px) {
  .tel .tel-no {
    width: 100%;
    margin: 10px 0 0 0;
    font-size: 2.5vw;
    line-height: 1.4;
  }
}
.tel .tel-no span {
  display: block;
  font-size: 33px;
  color: #8a9ec3;
}
@media (max-width: 1300px) {
  .tel .tel-no span {
    font-size: 2.5vw;
  }
}
@media (max-width: 767px) {
  .tel .tel-no span {
    font-size: 6vw;
  }
}

/* footer
----------------------------------------------------*/
footer {
  font-weight: 500;
  padding: 100px 40px 30px 40px;
}
@media (max-width: 767px) {
  footer {
    padding: 40px 15px 15px 15px;
  }
  footer.day {
    padding-bottom: 150px;
  }
}

.footer-area {
  background: #FFF;
  border-radius: 40px;
  padding: 0 0 40px 0;
  display: flex;
  position: relative;
  background: #FFF url("../images/common/footer-line.svg") no-repeat center center;
}
@media (max-width: 1250px) {
  .footer-area {
    background-size: 0.76% auto;
  }
}
@media (max-width: 767px) {
  .footer-area {
    border-radius: 15px;
    background: #FFF;
    flex-wrap: wrap;
    padding: 0 0 30px 0;
  }
}

.footer01 {
  width: 25%;
}
@media (max-width: 767px) {
  .footer01 {
    width: 50%;
  }
}
.footer01 .footer-logo {
  background: #fbf9f1;
  padding: 50px 30px;
  border-radius: 0 0 40px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .footer01 .footer-logo {
    padding: 20px 15px;
    border-radius: 0 0 15px 0;
  }
}
.footer01 .footer01-link {
  padding: 50px 0 10px 70px;
  background: url("../images/common/footer-corner.svg") no-repeat 0 0;
}
@media (max-width: 1250px) {
  .footer01 .footer01-link {
    padding: 3vw 0 10px 5vw;
  }
}
@media (max-width: 767px) {
  .footer01 .footer01-link {
    background-size: 25px;
  }
}
.footer01 .footer-txt01 {
  font-size: 15px;
}
@media (max-width: 1250px) {
  .footer01 .footer-txt01 {
    font-size: 1.1vw;
  }
}
@media (max-width: 767px) {
  .footer01 .footer-txt01 {
    font-size: 8px;
  }
}
.footer01 .footer-txt02 {
  font-size: 23px;
  color: #8a9ec3;
}
@media (max-width: 1250px) {
  .footer01 .footer-txt02 {
    font-size: 1.7vw;
  }
}
@media (max-width: 767px) {
  .footer01 .footer-txt02 {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 15px;
  }
}
.footer01 .footer-txt03 {
  text-indent: -4.2em;
  margin: 15px 0 0 4.2em;
  font-size: 15px;
}
@media (max-width: 1250px) {
  .footer01 .footer-txt03 {
    font-size: 0.9vw;
  }
}
@media (max-width: 767px) {
  .footer01 .footer-txt03 {
    font-size: 8px;
    margin: 8px 0 0 4.2em;
  }
}
.footer01 .footer-privacy {
  margin: 50px 0 0 0;
}
@media (max-width: 1250px) {
  .footer01 .footer-privacy {
    margin: 3vw 0 0 0;
  }
}
@media (max-width: 767px) {
  .footer01 .footer-privacy {
    font-size: 8px;
    margin: 10px 0 0 0;
  }
}
.footer01 .footer-privacy li {
  padding: 0 0 0 15px;
  position: relative;
}
@media (max-width: 1250px) {
  .footer01 .footer-privacy li {
    font-size: 1vw;
  }
}
@media (max-width: 767px) {
  .footer01 .footer-privacy li {
    padding: 0 0 0 10px;
    font-size: 8px;
  }
}
.footer01 .footer-privacy li::before {
  content: "";
  width: 3px;
  height: 3px;
  background: #000000;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
}
@media (max-width: 767px) {
  .footer01 .footer-privacy li::before {
    width: 2px;
    height: 2px;
    border-radius: 1px;
  }
}

.footer02 {
  background: url("../images/common/footer-corner.svg") no-repeat 0 0;
  width: 25%;
  box-sizing: border-box;
  padding: 70px 0 0 45px;
}
@media (max-width: 1250px) {
  .footer02 {
    padding: 6% 0 0 4%;
  }
}
@media (max-width: 767px) {
  .footer02 {
    display: none;
    width: 50%;
  }
}
.footer02 ul li {
  font-size: 19px;
  background: url("../images/common/icon01.svg") no-repeat 0 center;
  padding: 0 0 0 25px;
  margin-bottom: 25px;
}
@media (max-width: 1250px) {
  .footer02 ul li {
    font-size: 1.5vw;
    margin-bottom: 2vw;
  }
}
.footer02 ul li a {
  text-decoration: none;
}
.footer02 ul li a:hover {
  text-decoration: underline;
  color: #b4b50c;
}

.copy {
  text-align: center;
  color: #666666;
  font-size: 15px;
  margin: 25px 0 0 0;
}
@media (max-width: 767px) {
  .copy {
    font-size: 8px;
    margin: 15px 0 0 0;
  }
}

.footer03 {
  width: 50%;
  box-sizing: border-box;
  padding: 60px 50px 0 50px;
}
@media (max-width: 1250px) {
  .footer03 {
    padding: 4vw 4vw 0 4vw;
  }
}
@media (max-width: 767px) {
  .footer03 {
    width: 50%;
    background: url("../images/common/footer-corner.svg") no-repeat 0 0;
    background-size: 25px;
    padding: 20px 0 0 0;
  }
}
.footer03 h2 {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media (max-width: 1250px) {
  .footer03 h2 {
    font-size: 2vw;
  }
}
@media (max-width: 767px) {
  .footer03 h2 {
    margin-bottom: 15px;
    font-size: 12px;
    letter-spacing: 0;
  }
}
.footer03 .footer-group {
  display: flex;
  justify-content: center;
  max-width: 550px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .footer03 .footer-group {
    display: block;
    max-width: inherit;
    margin: 0 0 0 30px;
  }
}
.footer03 .footer-group dl {
  width: 50%;
}
@media (max-width: 767px) {
  .footer03 .footer-group dl {
    width: auto;
  }
}
.footer03 .footer-group dl dt {
  font-size: 17px;
  margin-bottom: 30px;
}
@media (max-width: 1250px) {
  .footer03 .footer-group dl dt {
    font-size: 1.3vw;
  }
}
@media (max-width: 767px) {
  .footer03 .footer-group dl dt {
    font-size: 9px;
    margin-bottom: 10px;
  }
}
.footer03 .footer-group dl dd {
  font-size: 19px;
  background: url("../images/common/icon02.svg") no-repeat 0 center;
  padding: 0 0 0 25px;
  margin-top: 25px;
}
@media (max-width: 1250px) {
  .footer03 .footer-group dl dd {
    font-size: 1.5vw;
  }
}
@media (max-width: 767px) {
  .footer03 .footer-group dl dd {
    font-size: 10px;
    background-size: 7px;
    padding: 0 0 0 12px;
    margin-top: 7px;
  }
}
.footer03 .footer-group dl dd a {
  text-decoration: none;
}
.footer03 .footer-group dl dd a:hover {
  text-decoration: underline;
  color: #b4b50c;
}
.footer03 .footer-group dl.takubo dt {
  color: #3eb170;
}
@media (max-width: 767px) {
  .footer03 .footer-group dl.narashino {
    margin: 20px 0 0 0;
  }
}
.footer03 .footer-group dl.narashino dt {
  color: #ef7d48;
}

.footer-recruit {
  border: 3px solid #cce2e1;
  border-radius: 15px;
  max-width: 500px;
  margin: 60px auto 0 auto;
  font-size: 24px;
}
@media (max-width: 1250px) {
  .footer-recruit {
    font-size: 1.9vw;
  }
}
@media (max-width: 767px) {
  .footer-recruit {
    border: 2px solid #cce2e1;
    border-radius: 7px;
    max-width: inherit;
    width: 250px;
    margin: 30px auto 0 auto;
    font-size: 13px;
  }
}
.footer-recruit a {
  text-decoration: none;
  color: #409b9d;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}
@media (max-width: 1250px) {
  .footer-recruit a {
    height: 7vw;
  }
}
@media (max-width: 767px) {
  .footer-recruit a {
    height: 45px;
  }
}
.footer-recruit a::after {
  content: "";
  background: url("../images/common/footer-btn.svg") no-repeat 0 0;
  width: 31px;
  height: 31px;
  margin: 0 0 0 30px;
}
@media (max-width: 1250px) {
  .footer-recruit a::after {
    font-size: 1.9vw;
    width: 2vw;
    height: 2vw;
    background-size: 100%;
    margin: 0 0 0 1vw;
  }
}
@media (max-width: 767px) {
  .footer-recruit a::after {
    width: 15px;
    height: 15px;
    margin: 0 0 0 5px;
  }
}
.footer-recruit a:hover {
  opacity: 0.6;
}

/* top
----------------------------------------------------*/
.main-slider-area {
  position: relative;
  background: url("../images/top/main-bg.svg") no-repeat right top;
  background-size: 85% auto;
}
@media (max-width: 767px) {
  .main-slider-area {
    margin: 20px 0 0 0;
    background: url("../images/top/main-bg-sp.svg") no-repeat right top 95%;
    background-size: 100% auto;
    position: relative;
  }
}
.main-slider-area .slide-media,
.main-slider-area .thumb-media {
  position: relative;
  overflow: hidden;
}
.main-slider-area .slide-media img,
.main-slider-area .thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-slider-area .swiper-button-prev, .main-slider-area .swiper-button-next {
  display: grid;
  place-content: center;
  width: 6.4rem;
  height: 6.4rem;
  cursor: pointer;
  transition: var(--transition);
}
.main-slider-area .swiper-button-prev::before, .main-slider-area .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  box-shadow: var(--box-shadow);
}
.main-slider-area .swiper-button-prev::after, .main-slider-area .swiper-button-next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid var(--color-gray);
  border-width: 3px 3px 0 0;
}
.main-slider-area .swiper-button-prev::after {
  margin-left: 0.4rem;
  transform: rotate(-135deg);
}
.main-slider-area .swiper-button-next::after {
  margin-right: 0.4rem;
  transform: rotate(45deg);
}
.main-slider-area .swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}
.main-slider-area .swiper-pagination {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 30px;
  margin: auto;
  width: 10px;
  transform: translateY(-50%);
}
.main-slider-area .swiper-pagination-bullet {
  display: block;
  position: relative;
  height: 30px;
  text-align: center;
  padding-bottom: 3px;
  cursor: pointer;
  display: block;
  background: none;
  margin: 0;
  outline: 0;
  border-radius: 4px;
  left: 1px;
  top: 0;
  text-indent: -40px;
  font-size: 12px;
  font-weight: 600;
  line-height: 0.5;
}
.main-slider-area .swiper-pagination-bullet::before {
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  border: 1px solid #000;
  border-radius: 6px;
  position: absolute;
  left: 50%;
  top: -2px;
  transform: translateX(-50%);
  box-sizing: border-box;
}
.main-slider-area .swiper-pagination-bullet::after {
  content: "";
  width: 1px;
  height: calc(100% - 16px);
  background: #000;
  position: absolute;
  left: 5px;
  top: 12px;
  transform: translateX(-50%);
}
.main-slider-area .swiper-pagination-bullet:nth-last-child(1) {
  height: 12px;
}
.main-slider-area .swiper-pagination-bullet:nth-last-child(1)::after {
  display: none;
}
.main-slider-area .swiper-pagination-bullet-active::before {
  background: #b4b50c;
}
.main-slider-area .slide-media {
  height: 53vw;
}
@media (max-width: 767px) {
  .main-slider-area .slide-media {
    height: 121vw;
  }
}
.main-slider-area .slide-media img {
  transition: 7s 1s ease-out;
}
.main-slider-area .swiper-slide[class*=-active] .slide-media img {
  transition-delay: 0s;
  transform: scale(1.05);
}

.main-slider-mask {
  margin: 0 0 0 auto;
  width: 85%;
  mask-image: url("../images/top/main-mask.svg");
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100%;
  -webkit-mask-image: url("../images/top/main-mask.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100%;
}
@media (max-width: 767px) {
  .main-slider-mask {
    -webkit-mask-image: url("../images/top/main-mask-sp.svg");
            mask-image: url("../images/top/main-mask-sp.svg");
    width: 100%;
  }
}
.main-slider-mask .swiper-wrapper, .main-slider-mask .swiper-slide {
  height: auto;
}

.swiper-button {
  width: 245px;
  height: 30px;
  position: absolute;
  bottom: 3%;
  left: 22%;
}
.swiper-button::before {
  content: "";
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0;
  background: #000;
  position: absolute;
}
.swiper-button .swiper-button-prev, .swiper-button .swiper-button-next {
  position: absolute;
  top: 0;
  outline: 0;
  height: 30px;
  z-index: 54;
  text-indent: -9999px;
  width: 99px;
  transition: opacity 0.2s;
}
.swiper-button .swiper-button-prev:hover, .swiper-button .swiper-button-next:hover {
  opacity: 0.5;
}
.swiper-button .swiper-button-prev {
  left: 0;
  background: url("../images/top/prev.svg") no-repeat 0 center;
}
.swiper-button .swiper-button-next {
  right: 0;
  background: url("../images/top/next.svg") no-repeat right center;
}
@media (max-width: 767px) {
  .swiper-button {
    display: none;
  }
}

.sp_menu.top {
  position: absolute;
}
.sp_menu.top span {
  background: #fff;
}

.main-slider img {
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  -webkit-animation: slider-panorama 10s linear 0s infinite normal;
  animation: slider-panorama 10s linear 0s infinite normal;
  width: 100%;
}
.main-slider li {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  top: 0px;
  left: 0px;
  width: 100%;
}
.main-slider li.current {
  z-index: 5;
  transition-delay: 0s;
}
.main-slider li.current img {
  -webkit-animation: slider-panorama 10s linear 0s infinite normal;
  animation: slider-panorama 10s linear 0s infinite normal;
}
.main-slider li img {
  transform: scale(1.1);
}

@-webkit-keyframes slider-panorama {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.04);
  }
}

@keyframes slider-panorama {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.04);
  }
}
.main-slider-area .l-inner {
  padding-bottom: 0;
}

.main-slider-area .swiper-fade .swiper-slide {
  transition-property: opacity, transform !important;
  pointer-events: none;
}

.main-slider-area .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.main-read-area {
  position: absolute;
  left: 7%;
  top: 50%;
  z-index: 60;
  width: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1100px) {
  .main-read-area {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .main-read-area {
    position: static;
    transform: none;
    width: 60%;
    margin: 0 0 20px 30px;
  }
}

@media (max-width: 767px) {
  .welcome {
    position: absolute;
    right: 2%;
    top: 5%;
    width: 25%;
    z-index: -1;
  }
}

.top-access {
  max-width: 1300px;
  margin: 100px auto;
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .top-access {
    max-width: inherit;
    display: block;
    margin: 30px 0 50px 0;
    padding: 0 30px;
  }
}
.top-access .top-access-img {
  margin: -80px -80px 0 0;
}
@media (max-width: 1300px) {
  .top-access .top-access-img {
    width: 14vw;
  }
}
@media (max-width: 767px) {
  .top-access .top-access-img {
    display: none;
  }
}
.top-access .top-access-txt {
  width: 400px;
  line-height: 2;
  color: #333333;
}
@media (max-width: 1300px) {
  .top-access .top-access-txt {
    width: 32vw;
  }
}
@media (max-width: 767px) {
  .top-access .top-access-txt {
    width: auto;
  }
}
.top-access .top-access-txt .btn01 {
  margin: 30px 0 0 0;
}
.top-access .top-title01 {
  color: #e36c6d;
  margin-right: 11%;
}
@media (max-width: 1300px) {
  .top-access .top-title01 {
    margin-right: 0;
    font-size: 2.2vw;
  }
}
@media (max-width: 767px) {
  .top-access .top-title01 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}

@media (max-width: 1300px) {
  .kaien {
    width: 14vw;
  }
}
@media (max-width: 767px) {
  .kaien {
    display: none;
  }
}

.top-title01 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .top-title01 {
    font-size: 18px;
  }
}

.btn01 {
  text-align: center;
  font-weight: 500;
}
@media (max-width: 767px) {
  .btn01 {
    font-size: 18px;
  }
}
.btn01 a,
.btn01 span {
  display: inline-block;
  position: relative;
  transition: 0.2s color;
  text-decoration: underline;
  padding-right: 35px;
}
.btn01 a::before,
.btn01 span::before {
  content: "";
  right: 12px;
  width: 15px;
  height: 1px;
  position: absolute;
  background: #000000;
  top: 50%;
}
.btn01 a::after,
.btn01 span::after {
  content: "";
  right: 0;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  transition: 0.2s right;
  transform: translateY(-50%);
  background: url("../images/common/icon01.svg") no-repeat 0 0;
}
.btn01 a:hover,
.btn01 span:hover {
  color: #b4b50c;
  text-decoration: none;
}
.btn01 a:hover::after,
.btn01 span:hover::after {
  right: 20px;
}

.top-access-img02 {
  background: url("../images/top/bg01.svg") no-repeat center center;
  background-size: 90%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1s;
}
@media (max-width: 767px) {
  .top-access-img02 {
    background-size: 150%;
  }
}
.top-access-img02 ul {
  display: flex;
  justify-content: space-between;
  width: 105%;
  margin: 0 -2.5%;
}
@media (max-width: 767px) {
  .top-access-img02 ul {
    width: 170%;
    margin: 0 -35%;
  }
}
.top-access-img02 ul li {
  width: 17%;
  opacity: 0;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  transform: translateY(50px);
}
.top-access-img02 ul li:nth-child(1) {
  margin-top: 6%;
}
.top-access-img02 ul li:nth-child(2) {
  margin-top: 3%;
}
.top-access-img02 ul li:nth-child(4) {
  margin-top: 3%;
}
.top-access-img02 ul li:nth-child(5) {
  margin-top: 6%;
}
.top-access-img02.on {
  opacity: 1;
}
.top-access-img02.on ul li {
  -webkit-animation-name: top-access-on;
          animation-name: top-access-on;
}
.top-access-img02.on ul li:nth-child(1) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.top-access-img02.on ul li:nth-child(2) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.top-access-img02.on ul li:nth-child(3) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.top-access-img02.on ul li:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.top-access-img02.on ul li:nth-child(5) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

@-webkit-keyframes top-access-on {
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes top-access-on {
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.top-precious {
  margin: 250px 0 100px 0;
}
@media (max-width: 767px) {
  .top-precious {
    margin: 170px 0 50px 0;
  }
}

.top-precious01 {
  position: relative;
}
@media (max-width: 767px) {
  .top-precious01 {
    margin: 0 10%;
  }
}

.top-precious02 {
  width: 40%;
  margin-left: 5%;
}
@media (max-width: 767px) {
  .top-precious02 {
    width: auto;
    margin: 0 30px;
  }
}
.top-precious02 ul {
  list-style-type: none;
}
@media (max-width: 767px) {
  .top-precious02 ul li {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    transform: translateY(20px);
    opacity: 0;
  }
}
.top-precious02.on ul li {
  -webkit-animation-name: top-access-on;
          animation-name: top-access-on;
}
@media (max-width: 767px) {
  .top-precious02.on .top-precious-img01 {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  .top-precious02.on .top-precious-img02 {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
  .top-precious02.on .top-precious-img03 {
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
  }
  .top-precious02.on .top-precious-img04 {
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
  }
}

.top-precious-img01 {
  position: relative;
  padding: 20% 40% 20% 0;
}
@media (max-width: 767px) {
  .top-precious-img01 {
    padding: 32% 40% 20% 0;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
}
.top-precious-img01 .top-precious-title {
  margin: 0 auto 50px auto;
  display: flex;
  position: absolute;
  top: -130px;
  left: 50%;
  transform: translateX(-40%);
  width: 670px;
}
.top-precious-img01 .top-precious-title .title01 {
  margin: 15px 60px 0 0;
}
@media (max-width: 767px) {
  .top-precious-img01 .top-precious-title .title01 {
    margin: 0 0 10px 30px;
  }
}
@media (max-width: 1300px) {
  .top-precious-img01 .top-precious-title {
    left: 20px;
    transform: none;
  }
}
@media (max-width: 767px) {
  .top-precious-img01 .top-precious-title {
    top: -107px;
    display: block;
    width: auto;
    transform: none;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
  }
}
.top-precious-img01 .top-precious03 {
  width: 50vw;
  background: url("../images/top/bg02.svg") no-repeat center top;
  background-size: 90% auto;
  margin-top: -5%;
  position: absolute;
  left: 110%;
  top: -5%;
  height: 100%;
}
@media (max-width: 1300px) {
  .top-precious-img01 .top-precious03 {
    margin-top: -2%;
    left: 107%;
  }
}
@media (max-width: 767px) {
  .top-precious-img01 .top-precious03 {
    width: 100%;
    box-sizing: border-box;
    left: 0;
    top: 100%;
    background: none;
  }
}
.top-precious-img01 .top-precious03 .top-precious-txt {
  max-width: 385px;
  margin: calc(50% - 200px) auto 0 auto;
  line-height: 2;
}
@media (max-width: 1300px) {
  .top-precious-img01 .top-precious03 .top-precious-txt {
    max-width: 60%;
    margin: calc(50% - 170px) auto 0 auto;
  }
}
@media (max-width: 1100px) {
  .top-precious-img01 .top-precious03 .top-precious-txt {
    font-size: 1.5vw;
    margin: calc(50% - 150px) auto 0 auto;
  }
}
@media (max-width: 1000px) {
  .top-precious-img01 .top-precious03 .top-precious-txt {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .top-precious-img01 .top-precious03 .top-precious-txt {
    font-size: 15px;
    max-width: inherit;
  }
}
.top-precious-img01 .top-precious03 .btn01 {
  margin: 50px 0 0 0;
}
@media (max-width: 1300px) {
  .top-precious-img01 .top-precious03 .btn01 {
    margin: 3% 0 0 0;
  }
}
@media (max-width: 767px) {
  .top-precious-img01 .top-precious03 .btn01 {
    margin: 30px 0 0 0;
  }
}

.top-precious-img02 {
  padding: 12% 25% 0 13%;
}
@media (max-width: 767px) {
  .top-precious-img02 {
    padding: 24% 25% 0 13%;
  }
}

.top-precious-img03 {
  padding: 6% 13% 0 25%;
}
@media (max-width: 767px) {
  .top-precious-img03 {
    padding: 18% 13% 0 25%;
  }
}

.top-precious-img04 {
  padding: 0 0 0 40%;
}
@media (max-width: 767px) {
  .top-precious-img04 {
    padding: 12% 0 0 40%;
  }
}

@-webkit-keyframes top-precious-on {
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes top-precious-on {
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.precious04 {
  position: absolute;
  right: -15vw;
  bottom: 25%;
  width: 210px;
}
@media (max-width: 1300px) {
  .precious04 {
    right: -17vw;
    bottom: 10%;
    width: 13vw;
  }
}
@media (max-width: 1000px) {
  .precious04 {
    bottom: 4%;
  }
}
@media (max-width: 767px) {
  .precious04 {
    right: inherit;
    right: 0;
    bottom: -120%;
    width: 100px;
  }
}

.top-spend-area {
  padding: 100px 0 0 0;
}
@media (max-width: 767px) {
  .top-spend-area {
    padding: 170% 0 0 0;
  }
}

.top-spend {
  background: url("../images/top/bg03.svg") no-repeat center center;
  padding: 10% 40px 10% 40px;
  position: relative;
  margin-bottom: 150px;
}
@media (max-width: 1300px) {
  .top-spend {
    padding: 15% 40px 15% 40px;
  }
}
@media (max-width: 1100px) {
  .top-spend {
    padding: 20% 40px 20% 40px;
  }
}
@media (max-width: 1000px) {
  .top-spend {
    padding: 30% 40px 30% 40px;
  }
}
@media (max-width: 767px) {
  .top-spend {
    background: url("../images/top/bg03-sp.svg") no-repeat center center;
    background-size: auto 100%;
    padding: 35px 30px 20px 30px;
    position: relative;
    margin-bottom: 50px;
  }
}
.top-spend .top-spend-illust {
  position: absolute;
  right: 9%;
  bottom: 8%;
}
@media (max-width: 1300px) {
  .top-spend .top-spend-illust {
    right: 5%;
    bottom: 2%;
    width: 13vw;
  }
}
@media (max-width: 767px) {
  .top-spend .top-spend-illust {
    display: none;
  }
}

.top-spend-title {
  max-width: 1080px;
  margin: 0 auto 70px auto;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .top-spend-title {
    max-width: inherit;
    display: block;
    margin: 0 0 40px 0;
  }
}
.top-spend-title .top-title01 {
  width: 45%;
}
@media (max-width: 767px) {
  .top-spend-title .top-title01 {
    width: auto;
    text-align: center;
    margin-bottom: 20px;
  }
}
.top-spend-title .top-spend-title01 {
  width: 55%;
}
@media (max-width: 767px) {
  .top-spend-title .top-spend-title01 {
    width: auto;
  }
}
.top-spend-title .top-spend-title01 .title01 {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .top-spend-title .top-spend-title01 .title01 {
    text-align: center;
    background-position: calc(50% - 3em) 0;
    margin-bottom: 10px;
  }
}
.top-spend-title .top-spend-title01 p {
  max-width: 440px;
  margin: 0 0 0 25px;
  line-height: 2;
}
@media (max-width: 767px) {
  .top-spend-title .top-spend-title01 p {
    max-width: inherit;
    margin: 0;
  }
}

.top-spend01 {
  background: url("../images/top/bg04.svg") no-repeat 0 0;
  background-size: 100% auto;
  max-width: 1189px;
  margin: 0 auto;
  padding: 4.5% 0 5% 0;
}
@media (max-width: 767px) {
  .top-spend01 {
    background: none;
    max-width: inherit;
    padding: 0;
  }
}

.top-spend02 {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .top-spend02 {
    display: block;
  }
}
.top-spend02 a {
  display: block;
  padding: 40px;
}
@media (max-width: 767px) {
  .top-spend02 a {
    padding: 0;
    margin-bottom: 70px;
  }
}
.top-spend02 a figure {
  max-width: 493px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top-spend02 a figure {
    max-width: inherit;
    border-radius: 13px;
  }
}
.top-spend02 a .btn01 {
  margin: 30px 0 0 0;
}
@media (max-width: 767px) {
  .top-spend02 a .btn01 {
    margin: 10px 0 0 0;
  }
}
.top-spend02 a:hover .btn01 span {
  color: #b4b50c;
  text-decoration: none;
}
.top-spend02 a:hover .btn01 span::after {
  right: 20px;
}

.top-bottom-slidearea {
  padding: 0 30px;
  max-width: 1500px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-bottom-slidearea {
    padding: 0 10px;
    margin: 0;
    max-width: inherit;
  }
}

.okubo-slider .swiper-fade .swiper-slide {
  transition-property: opacity, transform !important;
  pointer-events: none;
  transition-delay: 0.3ms !important;
}

.okubo-slider .top-bottom-slide {
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .okubo-slider .top-bottom-slide {
    border-radius: 12px;
  }
}

.okubo-slider .pagination {
  text-align: center;
  margin: 15px 0 0 0;
}
@media (max-width: 767px) {
  .okubo-slider .pagination {
    margin: 0;
  }
}

.okubo-slider .pagination .swiper-pagination-bullet {
  background: #fff;
  text-indent: -9999px;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  outline: 0;
  border-radius: 6px;
  border: 1px solid #000;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .okubo-slider .pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 3px;
    outline: 0;
    border-radius: 3px;
  }
}

.okubo-slider .pagination .swiper-pagination-bullet-active::after {
  content: "";
  background: #b4b50c;
  position: absolute;
  left: 1px;
  top: 1px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .okubo-slider .pagination .swiper-pagination-bullet-active::after {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    left: 0;
  }
}

.top-tel-bg {
  padding: 0 10%;
  margin-top: -45px;
}
@media (max-width: 767px) {
  .top-tel-bg {
    padding: 0 7%;
  }
}

.top-tel {
  background: #fff;
  max-width: 1300px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 90px 30px 100px 30px;
  border-radius: 0 0 40px 40px;
}
@media (max-width: 767px) {
  .top-tel {
    max-width: inherit;
    margin: 0;
    padding: 60px 15px 25px 15px;
    border-radius: 0 0 12px 12px;
  }
}

/* precious
----------------------------------------------------*/
.precious-title01 {
  max-width: 429px;
}
@media (max-width: 767px) {
  .precious-title01 {
    max-width: 85%;
  }
}

.precious-title02 {
  max-width: 426px;
}
@media (max-width: 767px) {
  .precious-title02 {
    max-width: 82%;
  }
}

.precious-greeting {
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .precious-greeting {
    max-width: inherit;
    margin: 0;
    padding: 0 30px;
  }
}

.precious-greeting01 {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0 0;
}
@media (max-width: 767px) {
  .precious-greeting01 {
    display: block;
    margin: 0;
  }
}

.precious-greeting02 {
  width: 45.665%;
}
@media (max-width: 767px) {
  .precious-greeting02 {
    width: 80%;
    margin: 0 auto;
  }
}

.precious-greeting03 {
  width: 45%;
}
@media (max-width: 767px) {
  .precious-greeting03 {
    width: auto;
  }
}
.precious-greeting03 p {
  max-width: 410px;
  line-height: 2.2;
  margin-bottom: 1.5em;
}

.precious-greeting-img01 {
  margin: 0 0 70px 0;
  position: relative;
}
@media (max-width: 767px) {
  .precious-greeting-img01 {
    margin: 0 0 40px 0;
  }
}
.precious-greeting-img01 img {
  border-radius: 30px;
}
@media (max-width: 767px) {
  .precious-greeting-img01 img {
    border-radius: 15px;
  }
}
.precious-greeting-img01 span {
  position: absolute;
  background: #fff;
  right: 35px;
  bottom: -35px;
  padding: 10px 20px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .precious-greeting-img01 span {
    font-size: 8px;
    line-height: 1.6;
    right: 15px;
    bottom: -15px;
    padding: 5px 10px;
  }
}

.precious-greeting-img02 {
  width: 172px;
  margin: 0 0 0 auto;
}
@media (max-width: 767px) {
  .precious-greeting-img02 {
    display: none;
  }
}

.precious-philosophy-area {
  overflow: hidden;
  height: 100vh;
}

.precious-philosophy {
  display: flex;
  margin: 0 0 0 90px;
  justify-content: space-between;
  padding: 30vh 0 0 0;
}
@media (max-width: 767px) {
  .precious-philosophy {
    margin: 0;
    display: block;
    padding: 0 0 0 0;
    margin-top: 20vh;
  }
}

@media (max-width: 767px) {
  .precious-philosophy01 {
    margin-bottom: 30px;
  }
}
.precious-philosophy01 p {
  margin: 40px 0 0 30px;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .precious-philosophy01 p {
    margin: 20px 0 0 30px;
  }
}

.precious-philosophy02 {
  width: calc(100% - 350px);
  height: 371px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .precious-philosophy02 {
    width: calc(100% - 30px);
    height: 196px;
    padding: 0 0 0 30px;
  }
}
.precious-philosophy02 .precious-philosophy02-list {
  position: absolute;
  display: flex;
}
.precious-philosophy02 .precious-philosophy02-list .precious-philosophy-img {
  position: relative;
  margin-right: 35px;
}
@media (max-width: 767px) {
  .precious-philosophy02 .precious-philosophy02-list .precious-philosophy-img {
    margin-right: 20px;
  }
}
.precious-philosophy02 .precious-philosophy02-list .precious-philosophy-img:nth-child(1) {
  width: 560px;
}
@media (max-width: 767px) {
  .precious-philosophy02 .precious-philosophy02-list .precious-philosophy-img:nth-child(1) {
    width: 296px;
  }
}
.precious-philosophy02 .precious-philosophy02-list .precious-philosophy-img:nth-child(2) {
  width: 290px;
}
@media (max-width: 767px) {
  .precious-philosophy02 .precious-philosophy02-list .precious-philosophy-img:nth-child(2) {
    width: 152px;
  }
}
.precious-philosophy02 .precious-philosophy02-list .precious-philosophy-img:nth-child(3) {
  width: 560px;
}
@media (max-width: 767px) {
  .precious-philosophy02 .precious-philosophy02-list .precious-philosophy-img:nth-child(3) {
    width: 296px;
  }
}
.precious-philosophy02 .precious-philosophy02-list .precious-philosophy-img:nth-child(4) {
  width: 290px;
}
@media (max-width: 767px) {
  .precious-philosophy02 .precious-philosophy02-list .precious-philosophy-img:nth-child(4) {
    width: 152px;
  }
}
.precious-philosophy02 figure img {
  border-radius: 30px;
}
@media (max-width: 767px) {
  .precious-philosophy02 figure img {
    border-radius: 15px;
  }
}

.precious-objective {
  margin: 70px auto 160px auto;
  margin-top: 0;
  padding: 5% 40px 0 40px;
  padding-top: 0;
  max-width: 1250px;
}
@media (max-width: 767px) {
  .precious-objective {
    margin: 50px 30px 50px 30px;
    margin-top: -10vh;
  }
}

.precious-objective02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0 0 0;
}
@media (max-width: 767px) {
  .precious-objective02 {
    display: block;
    margin: 50px 0 0 0;
  }
}
.precious-objective02 figure {
  width: calc(100% - 560px);
  border-radius: 35px;
  overflow: hidden;
}
@media (max-width: 1250px) {
  .precious-objective02 figure {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .precious-objective02 figure {
    width: auto;
    border-radius: 15px;
  }
}
.precious-objective02 .precious-title {
  color: #684239;
  font-size: 30px;
  font-weight: 500;
  margin: 20px 0 20px 30px;
}
@media (max-width: 767px) {
  .precious-objective02 .precious-title {
    font-size: 24px;
    margin: 0 0 10px 0;
  }
}

.precious-objective03 {
  width: 490px;
  background: #fbf9f1;
}
@media (max-width: 1250px) {
  .precious-objective03 {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .precious-objective03 {
    width: auto;
  }
}
.precious-objective03 p {
  margin: 20px 0 0 30px;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .precious-objective03 p {
    margin: 20px 0 0 0;
  }
}

.precious-policy {
  padding: 160px 40px 140px 40px;
  max-width: 1250px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .precious-policy {
    padding: 10px 30px 30px 30px;
  }
}

.precious-policy01 {
  position: relative;
}
@media (max-width: 767px) {
  .precious-policy01 {
    position: static;
  }
}

.precious-policy02 {
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 56;
}
@media (max-width: 767px) {
  .precious-policy02 {
    position: static;
  }
}
.precious-policy02 .title01-area {
  margin-bottom: 80px;
}
@media (max-width: 1250px) {
  .precious-policy02 .title01-area {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .precious-policy02 .title01-area {
    margin: 30px 0 0 0;
  }
}
.precious-policy02 p {
  line-height: 2.2;
  text-indent: -1.5em;
  margin: 0 0 1.5em 52px;
}
@media (max-width: 767px) {
  .precious-policy02 p {
    margin: 0 0 1em 1.5em;
  }
}
@media (max-width: 1250px) {
  .precious-policy02 p {
    font-size: 1.1vw;
  }
}
@media (max-width: 767px) {
  .precious-policy02 p {
    font-size: 15px;
  }
}
.precious-policy02 p span {
  background: #fbf9f1;
  padding: 10px;
}
@media (max-width: 1250px) {
  .precious-policy02 p span {
    padding: 1vw;
  }
}
@media (max-width: 767px) {
  .precious-policy02 p span {
    padding: 0;
  }
}

.precious-policy03 {
  width: calc(100% - 290px);
  margin: 0 0 0 auto;
}
@media (max-width: 1250px) {
  .precious-policy03 {
    width: calc(100% - 50px);
  }
}
@media (max-width: 767px) {
  .precious-policy03 {
    width: auto;
    position: relative;
  }
}

.okubo-slider .bx-wrapper .bx-pager {
  text-align: center;
}

.okubo-slider .bx-wrapper .bx-pager .bx-pager-item,
.okubo-slider .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: middle;
}

.okubo-slider .bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 6px;
  border: 1px solid #000;
  position: relative;
}
@media (max-width: 767px) {
  .okubo-slider .bx-wrapper .bx-pager.bx-default-pager a {
    width: 5px;
    height: 5px;
    margin: 0 3px;
    outline: 0;
    border-radius: 3px;
  }
}

.okubo-slider .bx-wrapper .bx-pager.bx-default-pager a.active::after {
  content: "";
  background: #b4b50c;
  position: absolute;
  left: 1px;
  top: 1px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .okubo-slider .bx-wrapper .bx-pager.bx-default-pager a.active::after {
    width: 3px;
    height: 3px;
    border-radius: 2px;
  }
}

.precious-policy-illust01 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 56;
}
@media (max-width: 1250px) {
  .precious-policy-illust01 {
    width: 8vw;
  }
}
@media (max-width: 767px) {
  .precious-policy-illust01 {
    right: -5%;
    top: -10%;
  }
}

.precious-policy-illust02 {
  position: absolute;
  right: 7%;
  bottom: 7%;
  z-index: 56;
}
@media (max-width: 1250px) {
  .precious-policy-illust02 {
    width: 8vw;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .precious-policy-illust02 {
    right: 3%;
  }
}

.precious-chum {
  background: url("../images/precious/precious-bg01.svg") no-repeat center center;
  background-size: auto 100%;
  padding: 11vw 40px;
  margin-bottom: 110px;
}
@media (max-width: 767px) {
  .precious-chum {
    padding: 0;
    background: none;
    margin: 0 30px;
  }
}

.precious-chum01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1090px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .precious-chum01 {
    display: block;
    margin-bottom: 80px;
  }
}
.precious-chum01 figure {
  width: 48.074%;
}
@media (max-width: 767px) {
  .precious-chum01 figure {
    width: auto;
    margin-bottom: 30px;
  }
}
.precious-chum01 figure img {
  border-radius: 30px;
}
@media (max-width: 767px) {
  .precious-chum01 figure img {
    border-radius: 15px;
  }
}
.precious-chum01 .precious-chum02 {
  width: 41%;
}
@media (max-width: 767px) {
  .precious-chum01 .precious-chum02 {
    width: auto;
  }
}
.precious-chum01 .precious-chum02 p {
  line-height: 2.2;
  margin: 20px 0 0 30px;
}
@media (max-width: 767px) {
  .precious-chum01 .precious-chum02 p {
    margin: 0;
  }
}

/* day
----------------------------------------------------*/
.day-title01 {
  max-width: 371px;
}
@media (max-width: 767px) {
  .day-title01 {
    max-width: 70%;
  }
}

.day-nav {
  position: relative;
  height: 124px;
  width: 100%;
}
@media (max-width: 767px) {
  .day-nav {
    position: fixed;
    left: 0;
    bottom: 0;
    height: auto;
    z-index: 57;
  }
}
.day-nav.fixed ul {
  position: fixed;
}
@media (max-width: 767px) {
  .day-nav.fixed ul {
    position: static;
  }
}
.day-nav ul {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 30px 0;
  background: #fbf9f1;
  z-index: 57;
}
@media (max-width: 1100px) {
  .day-nav ul {
    padding: 30px 10px;
    width: calc(100% - 20px);
  }
}
@media (max-width: 767px) {
  .day-nav ul {
    padding: 20px 20px 5px 20px;
    flex-wrap: wrap;
    position: static;
    width: auto;
    background: #fff;
    justify-content: space-between;
  }
}
.day-nav ul li {
  font-size: 20px;
  font-weight: 500;
  width: 232px;
  margin: 0 30px;
}
@media (max-width: 1100px) {
  .day-nav ul li {
    margin: 0 1%;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .day-nav ul li {
    width: calc(50% - 7px);
    font-size: 14px;
    margin: 0 0 13px 0;
  }
}
.day-nav ul li a {
  border: 3px solid #cad8e0;
  display: flex;
  height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 31px;
  text-decoration: none;
  position: relative;
  transition: opacity 0.2s;
}
@media (max-width: 767px) {
  .day-nav ul li a {
    border: 2px solid #cad8e0;
    height: 38px;
    border-radius: 22px;
  }
}
.day-nav ul li a:hover {
  opacity: 0.7;
}
.day-nav ul li a::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  background: url("../images/common/arrow.svg") no-repeat 0 0;
  width: 10px;
  height: 17px;
  transform: translateY(-50%);
}
.day-nav.qa ul li {
  width: 254px;
}
@media (max-width: 767px) {
  .day-nav.qa ul li {
    width: calc(50% - 7px);
  }
}

.day-title-area {
  display: flex;
  justify-content: space-between;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .day-title-area {
    display: block;
    margin: 0 30px;
    max-width: inherit;
  }
}
.day-title-area p {
  max-width: 395px;
  padding: 25px 0 0 0;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .day-title-area p {
    max-width: inherit;
    padding: 0;
  }
}
.day-title-area figure {
  position: absolute;
}

.day-1day {
  margin: 30px 0;
}
.day-1day .day-title-area figure {
  right: -17%;
  top: 20px;
}
@media (max-width: 1100px) {
  .day-1day .day-title-area figure {
    right: -12%;
  }
}
@media (max-width: 767px) {
  .day-1day .day-title-area figure {
    display: none;
  }
}

.day-flow {
  background: url("../images/day/day-bg.svg") no-repeat left 50% top 120px;
  background-size: 90% auto;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .day-flow {
    background: none;
    padding: 0 30px;
  }
}

.day-flow-column {
  display: flex;
}
@media (max-width: 767px) {
  .day-flow-column {
    display: block;
  }
}
.day-flow-column.reverse {
  flex-direction: row-reverse;
}

.day-flow-img img {
  border-radius: 30px;
}

.day-flow01 {
  width: 25.385%;
  margin: 0 8.7% 0 5.7%;
}
@media (max-width: 767px) {
  .day-flow01 {
    width: auto;
    margin: 0 0 70px 0;
    background: #fbf9f1;
  }
}

.day-flow02 {
  width: 29.847%;
  margin: 3.5% 7% 0 0;
}
@media (max-width: 767px) {
  .day-flow02 {
    width: auto;
    margin: 0 0 70px 0;
  }
}

.day-flow03 {
  width: 22.616%;
  margin: 34% 0 0 0;
  position: relative;
  top: -20px;
}
@media (max-width: 767px) {
  .day-flow03 {
    width: auto;
    margin: 0 0 70px 0;
  }
}

.day-flow04 {
  width: 30%;
  margin: -13% 31.4% 0 0;
}
@media (max-width: 767px) {
  .day-flow04 {
    width: auto;
    margin: 0 0 70px 0;
  }
}

.day-flow05 {
  width: 28.308%;
  margin: -9% 9.5% 0 0;
}
@media (max-width: 767px) {
  .day-flow05 {
    width: auto;
    margin: 0 0 70px 0;
  }
}

.day-flow06 {
  width: 27.231%;
  margin: 10% 11% 0 8.5%;
}
@media (max-width: 767px) {
  .day-flow06 {
    width: auto;
    margin: 0 0 70px 0;
  }
}

.day-flow07 {
  width: 41%;
  margin: 13% 0 0 0;
}
@media (max-width: 767px) {
  .day-flow07 {
    width: auto;
    margin: 0 0 70px 0;
  }
}

.day-flow08 {
  width: 41%;
  margin: 5.5% 4.5% 0 16%;
}
@media (max-width: 767px) {
  .day-flow08 {
    width: auto;
    margin: 0 0 70px 0;
  }
}

.day-flow09 {
  width: 34%;
  margin: 13% 0 0 0;
}
@media (max-width: 767px) {
  .day-flow09 {
    width: auto;
    margin: 0 0 70px 0;
  }
}

.day-activity {
  margin: 150px 40px;
}
@media (max-width: 767px) {
  .day-activity {
    margin: 80px 30px;
  }
}
.day-activity .title01-area {
  display: flex;
  justify-content: center;
}

.day-activity-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1250px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .day-activity-list {
    display: block;
  }
}
.day-activity-list dl {
  width: 50%;
  display: flex;
  margin: 60px 0 0 0;
}
@media (max-width: 767px) {
  .day-activity-list dl {
    width: auto;
    display: block;
    margin: 40px 0 0 0;
  }
}
.day-activity-list dl dt {
  width: 170px;
  text-align: center;
  font-weight: 500;
  color: #8a9ec3;
  font-size: 18px;
}
@media (max-width: 767px) {
  .day-activity-list dl dt {
    width: auto;
    text-align: left;
  }
}
.day-activity-list dl dd {
  width: calc(100% - 170px);
}
@media (max-width: 767px) {
  .day-activity-list dl dd {
    width: auto;
  }
}

.day-event {
  margin: 150px 40px 100px 40px;
}
@media (max-width: 767px) {
  .day-event {
    margin: 80px 0 50px 0;
  }
}
.day-event .day-title-area figure {
  transform: scale(-1, 1);
  width: 98px;
  left: -200px;
  top: 15px;
}

.day-slide-area img {
  border-radius: 30px;
}
@media (max-width: 767px) {
  .day-slide-area img {
    border-radius: 15px;
  }
}
.day-slide-area p {
  font-size: 18px;
  margin: 10px 0 0 10px;
}
@media (max-width: 767px) {
  .day-slide-area p {
    font-size: 10px;
    margin: 5px 0 0 5px;
  }
}
.day-slide-area .day-slide .swiper-slide:nth-child(even) {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .day-slide-area .day-slide .swiper-slide:nth-child(even) {
    margin-top: 30px;
  }
}

.day-slide-area {
  /* コンテナ */
  overflow: hidden;
  /* スライド */
  /* スライド ホバー時 */
}

.day-slide-area .swiper {
  overflow: visible;
  pointer-events: none;
}

.day-slide-area .swiper-wrapper {
  transition-timing-function: linear !important;
}

.day-slide-area .swiper-slide {
  width: 388px;
}
@media (max-width: 767px) {
  .day-slide-area .swiper-slide {
    width: 200px;
    margin-right: 10px !important;
  }
}

.day-slide-area .slide {
  overflow: hidden;
  width: 36rem;
  border-radius: 4px;
  box-shadow: var(--box-shadow);
}

.day-calender {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1250px;
  margin: 50px auto;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .day-calender {
    padding: 0 30px;
  }
}

.day-calender-box {
  width: 305px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .day-calender-box {
    width: 50%;
  }
}
.day-calender-box h3 {
  font-size: 22px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  width: 88px;
  text-align: center;
}
@media (max-width: 767px) {
  .day-calender-box h3 {
    font-size: 20px;
  }
}
.day-calender-box h3 span {
  font-size: 30px;
}
@media (max-width: 767px) {
  .day-calender-box h3 span {
    font-size: 27px;
  }
}
.day-calender-box h3::before {
  content: "";
  width: 88px;
  height: 26px;
  border-radius: 13px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 767px) {
  .day-calender-box h3::before {
    width: 80px;
    height: 23px;
    border-radius: 12px;
  }
}
.day-calender-box h3.month4::before {
  background: #fbe6ef;
}
.day-calender-box h3.month5::before {
  background: #f6cedf;
}
.day-calender-box h3.month6::before {
  background: #d1c0dc;
}
.day-calender-box h3.month7::before {
  background: #b8dbb2;
}
.day-calender-box h3.month8::before {
  background: #b7d168;
}
.day-calender-box h3.month9::before {
  background: #cfca61;
}
.day-calender-box h3.month10::before {
  background: #dfb95a;
}
.day-calender-box h3.month11::before {
  background: #d4af90;
}
.day-calender-box h3.month12::before {
  background: #b0dad7;
}
.day-calender-box h3.month1::before {
  background: #aebfc5;
}
.day-calender-box h3.month2::before {
  background: #b6bbd5;
}
.day-calender-box h3.month3::before {
  background: #f7c1c2;
}
.day-calender-box p {
  line-height: 2.2;
  margin: 10px 0 0 15px;
  min-height: 80px;
}

.day-lunch {
  margin: 0 auto 150px auto;
  padding: 0 60px 0 35px 0;
  max-width: 1250px;
}
@media (max-width: 1100px) {
  .day-lunch {
    padding: 0 35px 150px 35px;
  }
}
@media (max-width: 767px) {
  .day-lunch {
    padding: 0;
    margin: 0 0 80px 0;
  }
}

.day-lunch01 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (max-width: 1100px) {
  .day-lunch01 {
    display: block;
  }
}

.day-lunch02 {
  max-width: 440px;
}
@media (max-width: 1100px) {
  .day-lunch02 {
    max-width: inherit;
  }
}
@media (max-width: 767px) {
  .day-lunch02 {
    margin: 0 30px;
  }
}
.day-lunch02 p {
  margin: 2em 0 0 30px;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .day-lunch02 p {
    margin: 2em 0 0 0;
  }
}

.day-lunch03 {
  width: calc(100% - 515px);
}
@media (max-width: 1100px) {
  .day-lunch03 {
    width: auto;
  }
}
@media (max-width: 767px) {
  .day-lunch03 {
    margin: 0 20px 0 0;
  }
}

/* access
----------------------------------------------------*/
.access-title01 {
  max-width: 462px;
}
@media (max-width: 767px) {
  .access-title01 {
    max-width: 90%;
  }
}

.access-title02 {
  max-width: 427px;
}
@media (max-width: 767px) {
  .access-title02 {
    max-width: 82%;
  }
}

.facility-title-area {
  display: flex;
  justify-content: space-between;
  max-width: 670px;
  margin: 0 auto 70px auto;
  position: relative;
}
@media (max-width: 767px) {
  .facility-title-area {
    display: block;
    margin: 0 30px 50px 30px;
    max-width: inherit;
  }
}
.facility-title-area p {
  max-width: 440px;
  padding: 25px 0 0 0;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .facility-title-area p {
    max-width: inherit;
    padding: 0;
  }
}
.facility-title-area figure {
  position: absolute;
}

.access-facility img {
  border-radius: 30px;
}
@media (max-width: 767px) {
  .access-facility img {
    border-radius: 15px;
  }
}

.access-slide-area {
  position: relative;
  overflow: hidden;
}
.access-slide-area .swiper-slide img {
  border-radius: 30px;
}
@media (max-width: 767px) {
  .access-slide-area .swiper-slide img {
    border-radius: 15px;
  }
}
.access-slide-area .access-slide-illust {
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: -160px;
  z-index: 56;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .access-slide-area .access-slide-illust {
    margin: -20% 10px 0 0;
  }
  .access-slide-area .access-slide-illust figure {
    width: 30%;
  }
  .access-slide-area .access-slide-illust figure:nth-last-child(1) {
    width: 16%;
  }
}

.access-slide-area .swiper {
  overflow: visible;
  pointer-events: none;
}

.access-slide-area .swiper-wrapper {
  transition-timing-function: linear !important;
}

.access-slide-area .swiper-slide {
  width: 620px;
}
@media (max-width: 767px) {
  .access-slide-area .swiper-slide {
    width: 300px;
    margin-right: 10px !important;
  }
}

.access-slide-area .slide {
  overflow: hidden;
  width: 36rem;
  border-radius: 4px;
  box-shadow: var(--box-shadow);
}

.access-outline {
  max-width: 1250px;
  margin: 120px auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .access-outline {
    max-width: inherit;
    margin: 50px 40px;
    padding: 0;
    display: block;
  }
}

.access-title {
  color: #4d4d4d;
  font-size: 20px;
  letter-spacing: 0.045em;
  font-weight: 500;
}

.access-outline01 {
  width: 60%;
}
@media (max-width: 767px) {
  .access-outline01 {
    width: auto;
  }
}
.access-outline01 table {
  width: 100%;
  margin: 40px 0 0 0;
  line-height: 2.2;
}
.access-outline01 table th {
  font-size: 18px;
  color: #8a9ec3;
  font-weight: 500;
  padding-bottom: 60px;
  text-align: left;
  width: 130px;
  vertical-align: top;
}
@media (max-width: 1250px) {
  .access-outline01 table th {
    font-size: 1.5vw;
    width: auto;
    padding-bottom: 5vw;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .access-outline01 table th {
    white-space: nowrap;
    font-size: 15px;
  }
}
.access-outline01 table td {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 60px;
}
@media (max-width: 1250px) {
  .access-outline01 table td {
    font-size: 1.3vw;
    padding-bottom: 5vw;
  }
}
@media (max-width: 767px) {
  .access-outline01 table td {
    font-size: 15px;
  }
}
.access-outline01 table td table {
  width: auto;
  margin: 0;
}
.access-outline01 table td th {
  padding: 0;
  color: #333;
  font-size: 16px;
}
@media (max-width: 1250px) {
  .access-outline01 table td th {
    font-size: 1.3vw;
  }
}
@media (max-width: 767px) {
  .access-outline01 table td th {
    font-size: 15px;
    display: block;
  }
}
.access-outline01 table td td {
  padding: 0 0 0 15px;
}
@media (max-width: 767px) {
  .access-outline01 table td td {
    padding: 0;
    display: block;
  }
}

.access-outline-img {
  width: 38.96%;
}
@media (max-width: 767px) {
  .access-outline-img {
    width: auto;
  }
}
.access-outline-img img {
  border-radius: 30px;
}
@media (max-width: 767px) {
  .access-outline-img img {
    border-radius: 15px;
  }
}

.access-lunch {
  max-width: 1250px;
  padding: 0 40px;
  margin: 0 auto;
  display: flex;
}
@media (max-width: 767px) {
  .access-lunch {
    max-width: inherit;
    padding: 0 30px;
    display: block;
  }
}
.access-lunch p {
  width: 400px;
  margin-left: 5%;
  letter-spacing: 0.045em;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .access-lunch p {
    width: auto;
    margin: 1em 0 0 0;
  }
}

.access-lunch-img {
  max-width: 1041px;
  padding: 0 40px;
  margin: 60px auto 0 auto;
}
@media (max-width: 767px) {
  .access-lunch-img {
    max-width: inherit;
    padding: 0 30px;
    margin: 40px 0 0 0;
  }
}
.access-lunch-img img {
  border-radius: 30px;
}
@media (max-width: 767px) {
  .access-lunch-img img {
    border-radius: 15px;
  }
}

.access-map {
  max-width: 1250px;
  padding: 0 40px;
  margin: 110px auto;
}
@media (max-width: 767px) {
  .access-map {
    padding: 0 30px;
    margin: 50px 0;
  }
}

.access-map01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .access-map01 {
    display: block;
  }
}
.access-map01 p {
  text-align: right;
}
@media (max-width: 767px) {
  .access-map01 p {
    text-align: left;
  }
}

.access-map02 {
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .access-map02 {
    border-radius: 15px;
  }
  .access-map02 iframe {
    height: 300px;
  }
}

.connexion-area {
  padding: 110px 0;
}
@media (max-width: 767px) {
  .connexion-area {
    padding: 0 30px 50px 30px;
  }
}

.connexion {
  position: relative;
  overflow: hidden;
  height: 285px;
}
@media (max-width: 767px) {
  .connexion {
    height: auto;
  }
}

.connexion-box {
  display: flex;
  position: absolute;
  padding-left: 30vw;
}
@media (max-width: 767px) {
  .connexion-box {
    display: block;
    position: static;
    padding: 0;
  }
}
.connexion-box a {
  display: flex;
  text-decoration: none;
  align-items: center;
  width: 950px;
}
@media (max-width: 767px) {
  .connexion-box a {
    width: 100%;
    display: block;
    margin-bottom: 40px;
  }
}
.connexion-box a figure {
  width: 475px;
}
@media (max-width: 767px) {
  .connexion-box a figure {
    width: auto;
  }
}
.connexion-box a .connexion01 {
  margin: 0 90px 0 50px;
}
@media (max-width: 767px) {
  .connexion-box a .connexion01 {
    margin: 0;
  }
  .connexion-box a .connexion01 .btn01 {
    font-size: 16px;
  }
}
.connexion-box a .connexion-txt {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .connexion-box a .connexion-txt {
    font-size: 18px;
    margin: 10px 0 20px 0;
  }
}

/* safety
----------------------------------------------------*/
.safety-title01 {
  max-width: 378px;
}
@media (max-width: 1100px) {
  .safety-title01 {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .safety-title01 {
    max-width: 70%;
  }
}

.safety-title02 {
  max-width: 420px;
}
@media (max-width: 1100px) {
  .safety-title02 {
    max-width: 80%;
  }
}

.safety-title03 {
  max-width: 170px;
}
@media (max-width: 1100px) {
  .safety-title03 {
    max-width: 33%;
  }
}

.safety-document {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .safety-document {
    padding: 0 30px;
    margin-bottom: 100px;
  }
}

.safety-box01 {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 50px 30px;
}
@media (max-width: 767px) {
  .safety-box01 {
    display: block;
    margin: 50px 0;
  }
}
.safety-box01 figure {
  width: 34.36%;
}
@media (max-width: 767px) {
  .safety-box01 figure {
    width: auto;
    margin: 20px 0 0 0;
  }
}
.safety-box01 figure img {
  border-radius: 18px;
}
@media (max-width: 767px) {
  .safety-box01 figure img {
    border-radius: 15px;
  }
}

.safety-box02 {
  width: 53.42%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .safety-box02 {
    width: auto;
    display: block;
  }
}
.safety-box02 h3 {
  width: 170px;
  font-weight: 500;
  color: #8a9ec3;
  font-size: 18px;
  margin-right: 10px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .safety-box02 h3 {
    width: auto;
    margin: 0 0 15px 0;
  }
}
.safety-box02 p {
  width: 395px;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .safety-box02 p {
    width: auto;
  }
}
.safety-box02 ul {
  width: 395px;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .safety-box02 ul {
    width: auto;
  }
}
.safety-box02 ul li {
  padding: 0 0 0 15px;
  position: relative;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .safety-box02 ul li {
    margin-bottom: 10px;
  }
}
.safety-box02 ul li::before {
  content: "";
  width: 3px;
  height: 3px;
  background: #000000;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 16px;
}
@media (max-width: 767px) {
  .safety-box02 ul li::before {
    width: 2px;
    height: 2px;
    border-radius: 1px;
  }
}

/* qa
----------------------------------------------------*/
.qa-title01 {
  max-width: 243px;
}
@media (max-width: 1100px) {
  .qa-title01 {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .qa-title01 {
    max-width: 48%;
  }
}

.qa-title02 {
  max-width: 268px;
}
@media (max-width: 1100px) {
  .qa-title02 {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .qa-title02 {
    max-width: calc(100% - 20px);
  }
}

.qa-title03 {
  max-width: 220px;
}
@media (max-width: 1100px) {
  .qa-title03 {
    max-width: 33%;
  }
}

.qa-document {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .qa-document {
    padding: 0 30px;
  }
}

.qa-box {
  background: #fff;
  border-radius: 30px;
  padding: 44px;
  margin: 50px 0;
}
@media (max-width: 767px) {
  .qa-box {
    border-radius: 15px;
    padding: 20px;
  }
}
.qa-box h3 {
  color: #aece6f;
  font-size: 22px;
  display: flex;
  align-items: center;
  font-weight: 500;
  background: url("../images/qa/qa-title.svg") repeat-x 0 bottom;
  padding: 0 0 40px 10px;
}
@media (max-width: 767px) {
  .qa-box h3 {
    padding: 0 0 20px 0;
    font-size: 16px;
    align-items: stretch;
    line-height: 1.8;
  }
}
.qa-box h3 span {
  white-space: nowrap;
  font-size: 40px;
  margin-right: 20px;
  line-height: 1;
  min-width: 45px;
}
@media (max-width: 767px) {
  .qa-box h3 span {
    font-size: 24px;
    margin-right: 10px;
    min-width: 30px;
  }
}

.qa-answer {
  display: flex;
  margin: 20px 0 0 10px;
}
@media (max-width: 767px) {
  .qa-answer {
    margin: 20px 0 0 0;
  }
}
.qa-answer .qa-answer-title {
  color: #f4a899;
  white-space: nowrap;
  font-size: 40px;
  margin-right: 20px;
  line-height: 1;
}
@media (max-width: 767px) {
  .qa-answer .qa-answer-title {
    font-size: 24px;
    margin-right: 10px;
    min-width: 30px;
  }
}
.qa-answer .qa-answer-txt {
  line-height: 2.2;
  width: calc(100% - 65px);
}
@media (max-width: 767px) {
  .qa-answer .qa-answer-txt {
    line-height: 1.8;
  }
}
.qa-answer .qa-answer-txt .at {
  font-size: 14px;
}
@media (max-width: 767px) {
  .qa-answer .qa-answer-txt .at {
    font-size: 12px;
  }
}
.qa-answer .qa-answer-txt dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0 0 0;
}
@media (max-width: 767px) {
  .qa-answer .qa-answer-txt dl {
    display: block;
  }
}
.qa-answer .qa-answer-txt dl dt {
  color: #8a9ec3;
  font-weight: 500;
}
@media (max-width: 767px) {
  .qa-answer .qa-answer-txt dl dt {
    margin-top: 10px;
  }
}
.qa-answer .qa-answer-txt dl dd {
  width: calc(100% - 8em);
}
@media (max-width: 767px) {
  .qa-answer .qa-answer-txt dl dd {
    width: auto;
  }
}
.qa-answer .qa-answer-txt ul {
  margin: 10px 0 0 0;
}
.qa-answer .qa-answer-txt ul li {
  padding: 0 0 0 10px;
  position: relative;
  font-size: 14px;
}
@media (max-width: 767px) {
  .qa-answer .qa-answer-txt ul li {
    font-size: 12px;
    margin-top: 5px;
  }
}
.qa-answer .qa-answer-txt ul li::before {
  content: "";
  width: 3px;
  height: 3px;
  background: #000000;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: calc(50% - 2px);
}
@media (max-width: 767px) {
  .qa-answer .qa-answer-txt ul li::before {
    width: 2px;
    height: 2px;
    border-radius: 1px;
    top: 12px;
  }
}

.qa-temporary01 {
  display: flex;
  margin: 10px 0 0 0;
}
@media (max-width: 1100px) {
  .qa-temporary01 {
    display: block;
  }
}
.qa-temporary01 .qa-temporary02 {
  margin: 0 0 0 20px;
}
@media (max-width: 1100px) {
  .qa-temporary01 .qa-temporary02 {
    margin: 0;
  }
}

.table {
  border-collapse: separate;
  border-spacing: 5px;
  line-height: 1.6;
  width: 100%;
}
@media (max-width: 767px) {
  .table {
    font-size: 10px;
    line-height: 1.4;
  }
}
.table th {
  background: #8a9ec3;
  color: #fff;
  text-align: center;
  font-weight: 500;
  width: 25%;
  padding: 10px 0;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .table th {
    padding: 3px;
  }
}
.table td {
  padding: 10px 0;
  text-align: center;
  background: #f2f2f2;
}

/* enrolment
----------------------------------------------------*/
.enrolment-title01 {
  max-width: 339px;
}
@media (max-width: 767px) {
  .enrolment-title01 {
    max-width: 70%;
  }
}

.enrolment-title02 {
  max-width: 466px;
}
@media (max-width: 767px) {
  .enrolment-title02 {
    max-width: 95%;
  }
}

.enrolment-document {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .enrolment-document {
    padding: 0 30px;
  }
}

.enrolment-box01 {
  display: flex;
  justify-content: space-between;
  margin: 70px 0 90px 0;
}
@media (max-width: 767px) {
  .enrolment-box01 {
    display: block;
    margin: 50px 0;
  }
}

.enrolment-box02 {
  width: 50%;
  box-sizing: border-box;
  padding: 0 0 0 6%;
}
@media (max-width: 767px) {
  .enrolment-box02 {
    width: auto;
    padding: 0;
    margin-bottom: 50px;
  }
}

.enrolment-box03 {
  display: flex;
  align-items: center;
  margin-bottom: 75px;
}
@media (max-width: 767px) {
  .enrolment-box03 {
    display: block;
    margin-bottom: 50px;
  }
}
.enrolment-box03.end {
  margin-bottom: 0;
}
.enrolment-box03.end .enrolment-box04:before {
  display: none;
}

.enrolment-box04 {
  width: 120px;
  position: relative;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .enrolment-box04 {
    margin: 0 auto;
  }
}
.enrolment-box04:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -72px;
  background: url("../images/enrolment/enrolment-flow.svg") no-repeat center top;
  width: 100%;
  height: 72px;
}
@media (max-width: 767px) {
  .enrolment-box04:before {
    display: none;
  }
}

.enrolment-box05 {
  border: 4px solid #f4a899;
  box-sizing: border-box;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .enrolment-box05 {
    border: 2px solid #f4a899;
  }
}

.enrolment-txt01 {
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  background: #f4a899;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  padding-bottom: 2px;
  box-sizing: border-box;
}

.enrolment-txt02 {
  color: #f4a899;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
}

.enrolment-txt03 {
  line-height: 2.2;
}
.enrolment-txt03 .at {
  font-size: 14px;
  line-height: 1.9;
  margin: 10px 0 0 1em;
  text-indent: -1em;
}
@media (max-width: 767px) {
  .enrolment-txt03 .at {
    font-size: 12px;
  }
}

.enrolment-box06 {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
}
@media (max-width: 767px) {
  .enrolment-box06 {
    width: auto;
    display: block;
  }
}

.enrolment-img01 {
  max-width: 50%;
  margin: 0 auto;
}

.enrolment-img02 {
  width: 49.385%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .enrolment-img02 {
    width: 80%;
  }
}
.enrolment-img02 figure {
  margin-top: 23px;
}
.enrolment-img02 img {
  border-radius: 30px;
}
@media (max-width: 767px) {
  .enrolment-img02 img {
    border-radius: 15px;
  }
}

.enrolment-outline01 {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 100px 0;
}
@media (max-width: 767px) {
  .enrolment-outline01 {
    display: block;
    margin: 50px 0;
  }
}

.enrolment-outline02 {
  width: 62.539%;
}
@media (max-width: 767px) {
  .enrolment-outline02 {
    width: auto;
  }
}
.enrolment-outline02 h3 {
  font-weight: 500;
  margin-bottom: 20px;
  color: #8a9ec3;
  font-size: 18px;
}
@media (max-width: 767px) {
  .enrolment-outline02 h3 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .enrolment-outline02 .table {
    font-size: 12px;
  }
}
.enrolment-outline02 .table th {
  width: 16.6666666667%;
}

.enrolment-outline03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .enrolment-outline03 {
    font-size: 16px;
    display: block;
  }
}

.enrolment-outline04 {
  width: 50%;
  margin: 70px 0 0 0;
  box-sizing: border-box;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .enrolment-outline04 {
    width: auto;
    padding: 0;
    margin: 30px 0 0 0;
  }
}

.enrolment-img03 {
  width: 27.924%;
}
@media (max-width: 767px) {
  .enrolment-img03 {
    width: 70%;
    margin: 30px auto 0 auto;
  }
}
.enrolment-img03 img {
  border-radius: 30px;
}
@media (max-width: 767px) {
  .enrolment-img03 img {
    border-radius: 15px;
  }
}
/*# sourceMappingURL=style.css.map */