@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,500;0,600;1,500;1,600&display=swap');

body {
  overflow-x: hidden;
}

/* img {
  image-rendering: -webkit-optimize-contrast;
} */


/* sns */

.sns {
  display: flex;
  position: absolute;
  right: 28px;
  top: 28px;
}

.sns-item {
  width: 34px;
}

body {
  background-color: #F5F3F1;
  color: #3D3A39;
}

.-wrapper {
  width: 90%;
  max-width: 857px;
  margin: 0 auto;
}

.-sect-ttl {
  font-size: 58px;
  text-align: center;
  color: #00ACE6;
  margin: 0 0 80px 0;
  line-height: 1em;
  font-family: 'EB Garamond', serif;
  font-weight: 600;
}
.-sect-ttl-ja {
  font-size: 21px;
  text-align: center;
  color: #00ACE6;
  margin: -40px 0 80px 0;
  line-height: 1em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  
  .-sect-ttl {
    font-size: 32px;
    margin: 0 0 12% 0;
    line-height: 1em;
  }
  .-sect-ttl-ja {
    font-size: 12px;
    margin: -25px 0 12% 0;
    line-height: 1em;
  }
}

/* sns pc */
.sns-wrap-pc {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  margin: 0;
}
.sns-item-pc {
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 0 0 10px;
  padding: 4px;
  box-sizing: border-box;
}
.sns-item-pc img {
  display: block;
  width: 100%;
  height: auto;
}

/* @media screen and (max-width: 1000px) {
  .sns-item-pc {
    width: 36px;
    height: 36px;
    margin: 0 0 0 5px;
    padding: 2px;
    box-sizing: border-box;
  }
} */

@media screen and (max-width: 768px) {
  .sns-wrap-pc {
    display: none;
  }
}

/* mv */

.mv {
  position: relative;
  padding: 4.39% 0 8%;
  padding-top: 85px;
  background-color: #fff;
}

.mv-wrapper {
  display: flex;
}

.mv-img {
  width: 50%;
  flex-shrink: 0;
  line-height: 0;
  position: relative;
}

.mv-img-txt {
  width: 4.39%;
  line-height: 0;
  position: absolute;
  top: 3.5%;
  left: 3%;
}

.mv-info {
  width: 50%;
  flex-shrink: 0;
}

.mv-info-wrapper {
  width: 82.43%;
  margin: 0 auto;  
}

.mv-info-award {
  line-height: 0;
  margin: 0 0 9.2% 0;
  overflow: hidden;
}

.mv-info-award span {
  display: block;
}

.mv-info-logo {
  line-height: 0;
  width: 85.25%;
  margin: 0 auto 8.88% auto;
}

.mv-info-catch {
  line-height: 0;
  width: 85.25%;
  margin: 0 auto;
}

.mv-info-catch img {
  width: 93.3%;
}

.banner-wrap-pc {
  position: absolute;
  bottom: 2%;
  left: 0.75%;
  display: block;
  width: 13.5%;
}
.banner-wrap-pc .banner-item img {
  transition: .25s;
}
.banner-wrap-pc .banner-item:hover img {
  transform: scale(1.05);
}
.banner-wrap-sp {
  display: none;
}

@media screen and (max-width: 768px) {

  .mv {
    padding: 0;
  }
  
  .mv-wrapper {
    display: block;
  }
  
  .mv-img {
    width: 100%;
  }
  
  .mv-img-txt {
    width: 5.86%;
    left: 5%;
    top: 7%;
  }
  
  .mv-info {
    width: 100%;
    padding: 5.7% 0 9.6%;
  }
  
  .mv-info-wrapper {
    width: 89.333%;
  }
  
  .mv-info-award {
    margin: 0 0 7.46% 0;
  }
  
  .mv-info-logo {
    width: 100%;
    margin: 0 auto 6.26% auto;
  }
  
  .mv-info-catch {
    width: 80%;
    margin: 0;
  }
  
  .mv-info-catch img {
    width: 100%;
  }  
  

}

/* bgWrap */
.bgWrap {
  display: flex;
  flex-wrap: wrap;
  background: #F5F3F1;
}

/* nav */

.nav {
  width: 100%;
  padding: 60px 0 30px 0;
  /* background: #fff; */
}

.nav-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 960px;
  z-index: 2;
}

.nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 840px;
  margin: 0 auto;
}

.nav-list-item {
  width: 24%;
  margin: 0.5%;
}

.nav-list-item .-btn {
  display: block;
  border: 1px solid #2A3838;
  color: #2A3838;
  font-size: 26px;
  padding: 10px 0;
  text-align: center;
  background-color: #fff;
  line-height: 1em;
  position: relative;
  transition: 0.3s;
}

.nav-list-item .-btn:hover {
  color: #fff;
}

.nav-list-item .-btn-txt {
  position: relative;
  z-index: 2;
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.nav-list-item .-btn:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #2A3838;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: 0.3s;
}

.nav-list-item .-btn:hover:before {
  height: 100%;  
}

.sns-wrap-sp {
  display: none;
}

.banner-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: -15% 0 4%;
}
.banner-item {
  width: 290px;
  margin: -14px 10px 10px;
}
.banner-item-s {
  width: 232px;
  margin: 10px;
}
.banner-item-circle {
  width: 160px;
}

@media screen and (max-width: 1100px) {
  .nav-list-item {
    width: 32%;
    margin: 0.5%;
  }
  .banner-wrap {
    width: 600px;
    margin: -11% auto 4%;
  }
  .banner-item-circle {
    margin: 20px 10px 0;
  }
}

@media screen and (max-width: 768px) {
  
  .nav {
    padding: 2% 0 6% 0;
    order: 2;
  }

  .nav-wrapper {
    width: 89.333%;
  }
  
  .nav-list {
    /* justify-content: space-between; */
    flex-wrap: wrap;
    order: 1;
  }  

  .nav-list-item {
    width: 48%;
    /* width: 63%; */
    margin: 0 auto 2% auto;
  }
  
  .nav-list-item .-btn {
    font-size: 23px;
    padding: 5% 0;
  }
  .sns-wrap-sp {
    display: flex;
    justify-content: center;
    margin: 20px auto;
    order: 2;
  }
  .sns-item-sp {
    display: block;
    width: 50px;
    height: 50px;
    margin: 10px;
    padding: 4px;
    box-sizing: border-box;
  }
  .sns-item-sp img {
    display: block;
    width: 100%;
    height: auto;
  }
  .banner-wrap {
    margin: 0;
    order: 3;
  }
  .banner-item {
    width: 100%;
    margin: 0 0 30px;
    order: 2;
  }
  .banner-item-s {
    order: 3;
  }
  .banner-item-circle {
    width: 52%;
    margin: 0 auto 20px;
    order: 1;
  }
  .banner-item-circle.cap {
    margin: 0 auto 40px;
  }
  .banner-wrap-pc {
    display: none;
  }
  .banner-wrap-sp {
    display: block;
    width: 55%;
    margin: 0 auto 20px;
    max-width: 480px;
  }
}

@media screen and (max-width: 420px) {
  .nav-list-item .-btn {
    font-size: 18px;
  }
}

/* billing */
.billing {
  width: 100%;
  /* background: #fff; */
}

.billing-wrapper {
  padding: 60px 0;
  max-width: 730px;
  width: 90%;
}

.billing-date {
  width: 91.78%;
  margin: 0 auto 42px auto;
}

@media screen and (max-width: 768px) {
  .billing {
    order: 1
  }

  .billing-wrapper {
    width: 89.333%;
    padding: 12% 0 8% 0;
  }
  
  .billing-date {
    width: 87.76%;
    margin: 0 auto 9.55% auto;
  }

}


/* prologue */

.prologue {
  background-image: url(../img/prologue_bg.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: #C8E8FC;
}

.prologue-wrapper {
  padding: 130px 0 40% 0;
}

.prologue-ttl {
}

.prologue-read {
  margin: 0 0 76px 0;
  line-height: 0;
}

.prologue-img {
  max-width: 600px;
  width: 90%;
  margin: 0 auto 77px auto;
  line-height: 0;
}

.prologue-press.-en {
  margin: 0 0 58px 0;
}

.-en .prologue-press-copy {
  font-family: 'EB Garamond', serif;
  font-weight: 400;
  line-height: 2em;
}

.-en .prologue-press-quote {
  font-family: 'EB Garamond', serif;
  font-weight: 400;
  font-style: italic;
  text-align: right;
  font-size: 14px;
}

.prologue-press.-ja {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin: 0 0 150px 0;
}
.-ja .prologue-press-copy {
  line-height: 2em;
  margin: 0 0 1em 0;
  padding: 20px 30px 0 30px;
  background-image: url(../img/prologue_brackets01.png), url(../img/prologue_brackets02.png);
  background-repeat: no-repeat;
  background-size: 83px 52px;
  background-position: left 0 top 0,right 0 bottom 0;
}
.-ja .prologue-press-quote {
  text-align: right;
  font-size: 14px;
}

.prologue-comment {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.prologue-comment-item:nth-child(1) {
  width: 48.8%;
}

.prologue-comment-item:nth-child(2) {
  width: 36.7%;
}

@media screen and (max-width: 768px) {

  .prologue {
  }
  
  .prologue-wrapper {
    padding: 20% 0 60% 0;
  }
  
  .prologue-ttl {
  }
  
  .prologue-read {
    margin: 0 0 12% 0;
  }
  
  .prologue-img {
    width: 100%;
    margin: 0 auto 10% auto;
  }
  
  .prologue-press.-en {
    margin: 0 0 10% 0;
  }
  
  .-en .prologue-press-copy {
    font-size: 13px;
    line-height: 2em;
    margin: 0 0 2% 0;
  }
  
  .-en .prologue-press-quote {
    font-size: 13px;
  }
  
  .prologue-press.-ja {
    margin: 0 0 20% 0;
  }
  .-ja .prologue-press-copy {
    line-height: 2em;
    margin: 0 0 1em 0;
    padding: 6% 6% 0 6%;
    background-size: 68px 43px;
    font-size: 13px;
  }
  .-ja .prologue-press-quote {
    font-size: 13px;
  }
  
  .prologue-comment {
    display: block;
  }
  
  .prologue-comment-item {
    margin: 0 auto;
  }
  
  .prologue-comment-item:nth-child(1) {
    width: 88.65%;
    margin-bottom: 15%;
  }
  
  .prologue-comment-item:nth-child(2) {
    width: 66.26%;
  }  

}


/* intro */

.intro {
  background-color: #fff;
  background-image: url(../img/intro_bg.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
}

.intro-wrapper {
  padding: 200px 0 250px 0;
  /* padding: 130px 0 40% 0; */
}

.intro-list-img {
  max-width: 600px;
  width: 90%;
  margin: 0 auto 5% auto;
  line-height: 0;
}

.intro-list-catch {
  margin: 0 0 4% 0;
  line-height: 0;
  height: 29px;
  text-align: center;
}

.intro-list-catch img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.intro-list-copy {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 2em;
}

@media screen and (max-width: 768px) {

  .intro {
    background: none;
    background-color: #fff;
  }
  
  .intro-wrapper {
    padding: 24% 0 15% 0;
  }
  
  .intro-ttl {
    margin: 0 0 20% 0;
  }
  
  .intro-list-item {
    margin: 0 0 14% 0;
  }
  
  .intro-list-img {
    width: 100%;
    margin: 0 auto 20% auto;
  }
  
  .intro-list-catch {
    margin: 0 auto 12% auto;
    height: auto;
  }
  
  .intro-list-catch img {
    width: 100%;
    height: auto;
  }

  .intro-list-item:nth-child(1) .intro-list-catch {
    width: 95.5%;
  }
  
  .intro-list-item:nth-child(2) .intro-list-catch {
    width: 73.13%;
  }
  
  .intro-list-item:nth-child(3) .intro-list-catch {
    width: 81.5%;
  }
  
  .intro-list-item:nth-child(4) .intro-list-catch {
    width: 54.9%;
  }
  
  .intro-list-copy {
    line-height: 2em;
    font-size: 13px;
  }


}


/* outline */
.outline {
  position: relative;
  background: #fff;
}
.outline-wideImage {

}
.outline-overImage {
  position: absolute;
  top: 17vw;
  left: 8%;
  width: 33%;
}
.outline-copy {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 2em;
}
.outline-wrapper {
  padding-top: calc(8vw + 50px);
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .outline-wrapper {
    padding-top: calc(8vw + 30px);
    padding-bottom: 80px;
  }
  .outline-copy {
    line-height: 2em;
    font-size: 13px;
  }
}


/* bgfix */
.bgfix {
  width: 100%;
  height: 41.5vw;
}
.bgfix::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../img/bgfix.jpg) center no-repeat;
  background-size: cover;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .bgfix {
    height: 100vw;
  }
}


/* note */
.note {
  background: #C8E8FC;
}
.note-wrapper {
  padding: 150px 0 150px 0;
}
.note-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.note-item {
  display: block;
  width: 48%;
}
.note-item img{
  transition: .25s;
}
.note-item:hover img{
  opacity: .9;
  transform: scale(1.05);
}

@media screen and (max-width: 768px) {
  .note-wrapper {
    padding: 15% 0 15% 0;  
  }
  .note-item {
    width: 100%;
    margin: 0 0 5%;
  }
}


/* staff */
.staff {
  background: #fff;
}
.staff-wrapper {
  padding: 150px 0 150px 0;
}
.staff1-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -150px 0 0;
}
.staff1-photo {
  width: 53%;
}
.staff1-text {
  width: 47%;
}
.staff1-text-wrap {
  width: 100%;
  max-width: calc(428px - 6%);
  padding: 0 0 0 6%;
  box-sizing: border-box;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.staff1-message-en {
  font-family: 'EB Garamond', serif;
}
.staff1-signature-en {
  margin: 1em 0 0;
  font-size: 14px;
  font-style: italic; 
  text-align: right;
}
.staff1-message-ja {
  margin: 3em 0 0;
}
.staff1-signature-ja {
  margin: 1em 0 0;
  font-size: 14px;
  text-align: right;
}

.staff1-prof {
  margin: -75px 0 0;
}
.staff1-name {
  width: 100%;
  height: 44px;
  margin: 0 0 2em;
  padding: 0 0 1em;
  box-sizing: content-box;
  border-bottom:1px solid #00ACE6;
}
.staff1-name img {
  width: auto;
  height: 100%;
}
.staff1-prof-text {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 2em;
}

.staff2-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10% 0 0;
}
.staff2-item {
  position: relative;
  display: block;
  width: 48%;
  margin: 0 0 4%;
  border: 1px solid #00ACE6;
  background: rgba(199,232,250,.2);
  transition: .25s;
}
.staff2-item:hover {
  background: rgba(255,255,255,0);
  transform: scale(1.05);
}
.staff2-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  background: url(../img/staff_plus.png) center no-repeat;
  background-size: 100%;
  transition: .5s;
}
.staff2-item:hover::after {
  opacity: .5;
}

@media screen and (max-width: 940px) {
  .staff1-text-wrap {
    padding: 0 8%;
  }
}

@media screen and (max-width: 768px) {
  .staff-wrapper {
    padding: 15% 0 15% 0;  
  }
  .staff1-wrap { 
    margin: -18% 0 0;
  }
  .staff1-photo {
    width: 90%;
    margin: 0 auto;
  }
  .staff1-text {
    width: 90%;
    margin: 0 auto;
  }
  .staff1-text-wrap {
    width: 100%;
    max-width: 100%;
    margin: 3em 0 0;
    padding: 0;
  }
  .staff1-prof {
    margin: -5% 0 0;
  }
  .staff1-message-ja,
  .staff1-prof-text {
    font-size: 13px;
    line-height: 2em;
  }
  .staff2-item {
    width: 100%;
  }
  .staff2-item:hover {
    background: rgba(199,232,250,.2);
    transform: none;
  }
  .staff2-item:hover::after {
    opacity: 1;
  }
}


/* bottom */
.bottom {
  padding: 50px 0;
  background: #fff;
  overflow-x: hidden;
}
.bottom-image {
  width: 60.5%;
  margin: 0 0 0 22%;
}

@media screen and (max-width: 768px) {
  .bottom {
    padding: 20px 0;
  }
  .bottom-image {
    width: 110%;
    margin: 0 0 0 -3.5%;
  }
}



/* under */

.under {
  background-image: url(../img/under_bg.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 40.5% 0 10% 0;
}

.under-billing {
  width: 63.2%;
  line-height: 0;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {

  .under {
    background-image: url(../img/under_bg_sp.jpg);
    padding: 76.8% 0 17% 0;
  }
  
  .under-billing {
    width: 89.333%;
  }

}


/* footer */

.footer {
  /* background: none !important; */
}



/*  */

.slick-dots li button::before {
  display: none;
}

.slick-dots li button {
  border: 1px solid #3D3A39;
  width: 18px;
  height: 18px;
}

.slick-dots .slick-active button {
  background-color: #00ACE6;
}


/* modal */
.page-modal {
  background: #fff;
}
.modal-note {
  width: 90%;
  max-width: 857px;
  margin: 0 auto;
  padding: 140px 0;
}
.modal-note-image {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}
.modal-note-name {
  margin: 50px 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #00ACE6;
}
.modal-note-name img {
  width: auto;
  height: 82px;
}
.modal-note-text {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.modal-staff {
  width: 90%;
  max-width: 857px;
  margin: 0 auto;
  padding: 140px 0;
}
.modal-staff-title {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #00ACE6;
}
.modal-staff-name {
  width: calc(100% - 60px);
}
.modal-staff-position {
  width: 60px;
  text-align: right;
}
.modal-staff-name img {
  width: auto;
  height: 40px;
}
.modal-staff-position img {
  width: auto;
  height: 14px;
}
.modal-staff-text {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 768px) {
  .modal-note,
  .modal-staff {
    padding: 70px 0;
  }
  .modal-note-text,
  .modal-staff-text {
    font-size: 13px;
    line-height: 2em;
  }
}

@media screen and (max-width: 480px) {
  .modal-staff-name {
    width: 100%;
  }
  .modal-staff-position {
    width: 100%;
    text-align: left;
  }
}

@media screen and (max-width: 400px) {
  .modal-staff-name img {
    width: auto;
    height: 34px;
  }
}

/* colorbox overwrite */
.staffModal .cboxIframe {
  border: 2px solid #00ACE6;
}

.noteModal #cboxClose,
.staffModal #cboxClose {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background: url(../img/modal_close.png) center center no-repeat;
	background-size: 100% auto;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	transition: 0.2s all;
	z-index: 200;
}