@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&family=Noto+Sans+JP&family=Playfair+Display&family=Zen+Old+Mincho:wght@400;500;600;700&display=swap");
@media screen and (min-width: 1024px) {
  .header {
    height: 85px;
    padding: 0;
  }
}

.secTtl {
  color: #333;
  font-size: 24px;
  font-family: "Playfair Display", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .secTtl {
    font-size: 46px;
  }
}

.secMV__img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.secMV__loading {
  width: 100%;
  height: 100vh;
  padding-bottom: 8px;
  background: url(../img/top/mv_mv-sp.jpg) center/cover no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: 1s;
}
.secMV__loading::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.secMV__loading > .secMV__inner {
  padding: 0 0 40px;
}
.secMV__loading.js-loading {
  opacity: 1;
  pointer-events: auto;
  z-index: 2000;
}
.secMV{
	margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
	.secMV{
		margin-bottom: 80px;
	}
  .secMV__loading {
    background-image: url(../img/top/mv_mv-pc.jpg);
  }
  .secMV__loading > .secMV__inner {
    padding: 0 0 7px;
  }
}
.secMV__inner {
  height: 100%;
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-gap: 32px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 1s;
}
.secMV__logo {
  width: 127px;
}
.secMV__catch {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
}
.secMV__btn {
  width: 273px;
  height: 56px;
  margin: 21px auto 0;
}
@media screen and (min-width: 768px) {
  .secMV__img {
    min-height: 800px;
    display: block;
  }
  .secMV__inner {
    padding-top: 100px;
    grid-gap: 34px;
  }
  .secMV__logo {
    width: 179px;
  }
  .secMV__catch {
    font-size: 24px;
  }
  .secMV__btn {
    margin-top: 17px;
  }
}

.secCampaign {
  padding: 0 0 50px;
}
.secCampaign__img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .secCampaign {
    padding: 0 0 80px;
  }
  .secCampaign__img {
    max-width: 915px;
  }
}

.secConcept {
  padding: 10px 0 60px;
}
.secConcept__inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.secConcept__ttl {
  margin-bottom: 20px;
  color: #FF7A00;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 22px;
}
.secConcept__ttl .en {
  font-size: 16px;
  letter-spacing: 0.02em;
}
.secConcept__ttl .jp {
  font-size: 28px;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.secConcept__txt {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 2;
}
.secConcept__txt + .secConcept__txt {
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .secConcept {
    padding: 10px 0 140px;
  }
  .secConcept__inner {
    justify-content: space-between;
  }
  .secConcept__txtBlk {
    width: 50%;
    padding-top: 13px;
  }
  .secConcept__ttl {
    margin-bottom: 50px;
    grid-gap: 20px;
  }
  .secConcept__ttl .jp {
    font-size: 34px;
  }
  .secConcept__txt {
    font-size: 16px;
  }
  .secConcept__imgBlk {
    width: 51%;
    padding-right: 4px;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1024px) {
  .secConcept__ttl {
    margin-bottom: 50px;
    grid-gap: 20px;
  }
  .secConcept__ttl .jp {
    font-size: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .secConcept__ttl .jp {
    font-size: 48px;
  }
}

.secFeature {
  padding: 0 0 40px;
}
.secFeature__ttl {
  padding: 20px 0;
  text-align: left;
}
.secFeature__list {
  counter-reset: feature_list 0;
}
.secFeature__list .listItem {
  padding-bottom: 79px;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 30px;
  position: relative;
}
.secFeature__list .listItem::after {
  counter-increment: feature_list 1;
  content: counter(feature_list, decimal-leading-zero);
  color: #FF7A00;
  font-size: 48px;
  font-family: "EB Garamond", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  line-height: 1;
  position: absolute;
  bottom: 7px;
  right: 20px;
}
.secFeature__list .listItem__txtWrap {
  padding: 0 20px;
}
.secFeature__list .listItem__ttl {
  margin-bottom: 20px;
}
.secFeature__list .listItem__ttl .en {
  margin-bottom: 10px;
  color: #FF7A00;
  letter-spacing: 0.02em;
  line-height: 1.3125;
  display: block;
}
.secFeature__list .listItem__ttl .jp {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.secFeature__list .listItem__txt {
  font-size: 13px;
  line-height: 2;
}
.secFeature__imgBlk {
  width: 100%;
  height: 320px;
  position: relative;
  overflow: hidden;
}
.secFeature__imgBlk .scrollTxt {
  width: 100%;
  height: 100%;
  display: grid;
  grid-auto-columns: 1000px;
  grid-auto-flow: column;
  align-items: flex-end;
  grid-gap: 40px;
  position: absolute;
  top: 0;
  left: 0;
  /* animation: scroll 60s linear infinite; */
}
/* @keyframes scroll {
  to {
    translate: -3120px;
  }
} */
@media screen and (min-width: 576px) {
  .secFeature__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .secFeature__list .listItem {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    align-items: flex-start;
  }
  .secFeature__list .listItem::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #DFDFDF;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
  }
  .secFeature__list .listItem:nth-child(even)::before {
    display: none;
  }
  .secFeature__list .listItem__txtWrap {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    grid-gap: 0;
  }
}
@media screen and (min-width: 768px) {
  .secFeature {
    padding: 0 0 160px;
  }
  .secFeature__ttl {
    padding: 40px 0;
    text-align: center;
  }
  .secFeature__list .listItem {
    padding-bottom: 106px;
  }
  .secFeature__list .listItem::after {
    font-size: 76px;
    bottom: 2px;
    right: 10px;
  }
  .secFeature__list .listItem__img {
    position: relative;
    z-index: 1;
  }
  .secFeature__list .listItem__txtWrap {
    padding: 0 20px;
  }
  .secFeature__list .listItem__ttl {
    margin-bottom: 30px;
  }
  .secFeature__imgBlk .scrollTxt {
    grid-auto-columns: 1308px;
    grid-gap: 40px;
    /* animation: scroll 60s linear infinite; */
  }
  /* @keyframes scroll {
    to {
      translate: -4044px;
    }
  } */
}
@media screen and (min-width: 1024px) {
  .secFeature__list {
    grid-template-columns: repeat(4, 1fr);
  }
  .secFeature__list .listItem:nth-child(2)::before {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .secFeature__list .listItem__txtWrap {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1440px) {
  .secFeature__list .listItem__ttl br.disp_pc {
    display: none;
  }
}

.secLesson {
  background-color: #FFFAF5;
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .secLesson {
    padding: 80px 0px;
  }
}
.secLesson__blk01{
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .secLesson__blk01 {
    display: flex;
    width: calc((1100px / 2) + 50%);
    max-width: 95%;
    margin-left: 0;
    margin-right: auto;
    column-gap: 5%;
    align-items: center;
  }
}
.secLesson__txtBlk{
  width: 90%;
  margin: 25px auto 0;
}
@media screen and (min-width: 768px) {
  .secLesson__txtBlk {
    width: 480px;
    max-width: 50%;
    flex-shrink: 0;
  }
}
.secLesson__ttl{
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .secLesson__ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.secLesson__txt{
  font-size: 13px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .secLesson__txt {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .secLesson__blk01--right {
    margin-right: 0;
    margin-left: auto;
    flex-direction: row-reverse;
  }
}
.secTtl__jp{
  margin-top: 0.8em;
  letter-spacing: 0.02em;
  line-height: 1;
  display: block;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .secTtl__jp {
    font-size: 16px;
  }
}

.secStaff__ttl {
  padding: 20px 0;
  border-bottom: 1px solid #DFDFDF;
}
.secStaff__list {
  background-color: #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1px;
  position: relative;
}
.secStaff__list .listItem {
  padding: 20px;
  background-color: #fff;
  position: relative;
}
.secStaff__list .listItem:nth-child(odd) {
  padding-right: 10px;
}
.secStaff__list .listItem:nth-child(even) {
  padding-left: 10px;
}
.secStaff__list .listItem__link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 20px;
}
.secStaff__list .listItem__img {
  width: 100%;
  padding-top: 115.386%;
  position: relative;
  overflow: hidden;
}
.secStaff__list .listItem__txtWrap {
  width: 100%;
}
.secStaff__list .listItem__name {
  margin-bottom: 16px;
}
.secStaff__list .listItem__name .jp {
  margin-bottom: 4px;
  color: #736456;
  font-size: 19px;
  font-weight: 500;
}
.secStaff__list .listItem__name .en {
  margin-top: 6px;
  color: #FF7A00;
  font-size: 12px;
  letter-spacing: 0.02em;
  display: block;
}
.secStaff__list .listItem__txt {
  font-size: 13px;
  line-height: 2;
}
.secStaff__modal {
  width: 100%;
  height: 100vh;
  background-color: rgba(46, 46, 46, 0.9);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  transition: opacity 0.5s ease;
}
.secStaff__modal.visible {
  opacity: 1;
  pointer-events: auto;
  z-index: 1042;
}
.secStaff__modal .modalBox {
  width: calc(100% - 40px);
  height: auto;
  max-height: calc(100vh - 100px);
  padding: 62px 30px 0;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.secStaff__modal .modalBox__closeBtn {
  width: 36px;
  height: 36px;
  border: 1px solid #FF7A00;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.secStaff__modal .modalBox__closeBtn span {
  width: 21px;
  height: 2px;
  margin: auto;
  background: #FF7A00;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: rotate(45deg);
  transition: 0.5s;
}
.secStaff__modal .modalBox__closeBtn span + span {
  transform: rotate(-45deg);
}
.secStaff__modal .modalBox__contents {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.secStaff__modal .modalBox__contents::-webkit-scrollbar {
  display: none;
}
.secStaff__modal .modalBox__profBlk {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 21px;
}
.secStaff__modal .modalBox__profBlk .profTxt__name {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 4px;
}
.secStaff__modal .modalBox__profBlk .profTxt__name .jp {
  color: #736456;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.4737;
}
.secStaff__modal .modalBox__profBlk .profTxt__name .en {
  color: #FF7A00;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1;
}
.secStaff__modal .modalBox__profBlk .profImg {
  width: 158px;
  height: 182px;
  position: relative;
  overflow: hidden;
}
.secStaff__modal .modalBox__txtBlk {
  width: 100%;
}
.secStaff__modal .modalBox__txtBlk .heading {
  margin-bottom: 10px;
  display: block;
}
.secStaff__modal .modalBox__txtBlk .heading span {
  min-width: 70px;
  padding: 8px 10px 6px;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  color: #D9D9D9;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  display: inline-block;
}
.secStaff__modal .modalBox__txtBlk .contents {
  margin-bottom: 30px;
  color: #736456;
  font-size: 13px;
  line-height: 2;
  display: block;
}
@media screen and (min-width: 768px) {
  .secStaff__ttl {
    padding: 40px 0;
  }
  .secStaff__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .secStaff__list .listItem:nth-child(odd), .secStaff__list .listItem:nth-child(even) {
    padding: 0 50px;
  }
  .secStaff__list .listItem__link {
    padding: 50px 0;
  }
  .secStaff__list .listItem__name {
    margin-bottom: 16px;
  }
  .secStaff__list .listItem__name .jp {
    margin-bottom: 4px;
    font-size: 24px;
  }
  .secStaff__modal .modalBox {
    width: calc(100% - 40px);
    max-width: 1100px;
    padding: 80px 30px 0;
    border-radius: 20px;
    grid-gap: 60px;
  }
  .secStaff__modal .modalBox__closeBtn {
    width: 36px;
    height: 36px;
    border-color: #D9D9D9;
    top: 30px;
    right: 30px;
  }
  .secStaff__modal .modalBox__closeBtn span {
    background-color: #D9D9D9;
  }
  .secStaff__modal .modalBox__contents {
    max-width: 726px;
    padding-bottom: 30px;
    margin: 0 auto;
  }
  .secStaff__modal .modalBox__profBlk {
    flex-direction: row-reverse;
    align-items: center;
    grid-gap: 40px;
  }
  .secStaff__modal .modalBox__profBlk .profTxt {
    width: 100%;
    padding: 0 0 27px;
  }
  .secStaff__modal .modalBox__profBlk .profTxt__name {
    flex-direction: column;
    align-items: flex-start;
  }
  .secStaff__modal .modalBox__profBlk .profTxt__name .jp {
    font-size: 24px;
    line-height: 1.4583;
  }
  .secStaff__modal .modalBox__profBlk .profTxt__txt {
    width: 100%;
    margin: 16px 0 0;
    font-size: 13px;
    line-height: 2;
  }
  .secStaff__modal .modalBox__profBlk .profImg {
    width: 380px;
    height: 330px;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1024px) {
  .secStaff__list {
    grid-template-columns: repeat(4, 1fr);
  }
  .secStaff__modal .modalBox__profBlk {
    grid-gap: 80px;
  }
}

.secPrice {
  padding: 60px 0;
}
.secPrice__ttl {
  margin-bottom: 20px;
}
.secPrice__list {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: grid;
  grid-gap: 20px;
}
.secPrice__list .listItem {
  width: 100%;
  padding: 46px 18px 43px;
  background-color: #fff;
  border: 1px solid #FF7A00;
}
.secPrice__list .listItem__ttl {
  padding-bottom: 20px;
  margin-bottom: 32px;
  border-bottom: 1px solid #FF7A00;
  color: #FF7A00;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 10px;
}
.secPrice__list .listItem__ttl .icon {
  width: 37px;
  display: block;
}
.secPrice__list .listItem__list {
  width: 100%;
  padding: 0 7px;
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 1.8;
}
.secPrice__list .listItem__list li {
  padding-left: 1em;
  position: relative;
}
.secPrice__list .listItem__list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.secPrice__list .listItem__price {
  width: 100%;
  font-size: 20px;
  line-height: 48px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  grid-gap: 4px;
}
.secPrice__list .listItem__price strong {
  font-size: 48px;
  font-weight: 400;
  line-height: 70px;
}
.secPrice__list .listItem__price small {
  padding-left: 6px;
  font-size: 16px;
  line-height: 55px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .secPrice {
    padding: 160px 0;
  }
  .secPrice__ttl {
    margin-bottom: 60px;
  }
  .secPrice__list {
    max-width: 100%;
    margin-bottom: 28px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .secPrice__list {
    grid-gap: 10px;
  }
  .secPrice__list .listItem {
    padding: 40px 12px 30px;
  }
  .secPrice__list .listItem__list {
    padding: 0;
    font-size: 11px;
  }
  .secPrice__list .listItem__price {
    font-size: 16px;
    line-height: 56px;
    grid-gap: 2px;
  }
  .secPrice__list .listItem__price strong {
    font-size: 32px;
  }
  .secPrice__list .listItem__price small {
    padding-left: 4px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .secPrice__list .listItem {
    padding: 43px 26px 48px;
  }
  .secPrice__list .listItem__ttl {
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 1.4375;
  }
}

.secVoice {
  padding: 50px 0;
}
.secVoice__ttl {
  margin-bottom: 54px;
}
.secVoice__list {
  display: grid;
  grid-gap: 20px;
}
.secVoice__list .listItem {
  width: 100%;
  padding: 47px 20px 44px;
  background-color: #fff;
}
.secVoice__list .listItem__ttl {
  padding: 0 8px;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
.secVoice__list .listItem__txt {
  font-size: 13px;
  line-height: 2;
}
.secVoice__list .listItem__name {
  width: 100%;
  margin-top: 30px;
  font-size: 13px;
  display: flex;
  align-items: center;
  grid-gap: 11px;
}
.secVoice__list .listItem__name .icon {
  width: 42px;
  display: block;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .secVoice {
    padding: 100px 0;
  }
  .secVoice__ttl {
    margin-bottom: 60px;
  }
  .secVoice__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .secVoice__list .listItem {
    padding: 47px 30px 44px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .secVoice__list .listItem__ttl {
    padding: 0 3px;
  }
  .secVoice__list .listItem__name {
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .secVoice__list {
    grid-gap: 10px;
  }
  .secVoice__list .listItem {
    padding: 47px 30px 44px;
  }
  .secVoice__list .listItem__ttl {
    padding: 0;
    font-size: 15px;
  }
  .secVoice__list .listItem__txt {
    font-size: 12px;
  }
  .secVoice__list .listItem__name {
    padding: 0;
  }
}

.secFaq {
  padding: 60px 0 0;
}
.secFaq__ttl {
  margin-bottom: 59px;
}
.secFaq__faqWrap {
  display: grid;
  grid-gap: 27px;
}
.secFaq__faqBlk {
  padding: 0 0 20px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.secFaq__faqBlk .faqTxt {
  padding-left: 36px;
  color: #736456;
  position: relative;
  transition: 0.3s;
}
.secFaq__faqBlk .faqTxt::before {
  font-size: 24px;
  font-family: "Playfair Display", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  line-height: 1.5;
  position: absolute;
  top: -7px;
  left: 1px;
}
.secFaq__faqBlk .faqTxt--q {
  padding-right: 33px;
  font-size: 16px;
  line-height: 1.7;
}
.secFaq__faqBlk .faqTxt--q::before {
  content: "Q";
}
.secFaq__faqBlk .faqTxt--q::after {
  content: "";
  width: 15px;
  height: 10px;
  background: url(../img/top/faq_arrow.svg) center/contain no-repeat;
  display: block;
  position: absolute;
  top: 22px;
  right: 6px;
  transform: rotate(180deg);
  transition: 0.3s;
}
.secFaq__faqBlk .faqTxt--q:hover {
  opacity: 0.8;
}
.secFaq__faqBlk .faqTxt--q.open::after {
  transform: rotate(0deg);
}
.secFaq__faqBlk .faqTxt--a {
  max-height: 0;
  font-size: 13px;
  line-height: 1.7;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.secFaq__faqBlk .faqTxt--a::before {
  content: "A";
  color: #E5973C;
  top: 12px;
}
.secFaq__faqBlk .faqTxt--a.open {
  max-height: 2000px;
  padding-top: 23px;
  opacity: 1;
  pointer-events: auto;
}
.secFaq__btn {
  width: 273px;
  height: 56px;
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  .secFaq {
    padding: 160px 0;
  }
  .secFaq__inner {
    max-width: 914px;
  }
  .secFaq__ttl {
    margin-bottom: 100px;
  }
  .secFaq__faqWrap {
    grid-gap: 30px;
  }
  .secFaq__faqBlk {
    padding: 0 0 30px;
  }
  .secFaq__faqBlk .faqTxt {
    padding: 0 74px;
  }
  .secFaq__faqBlk .faqTxt::before {
    font-size: 32px;
    top: -11px;
    left: 0;
  }
  .secFaq__faqBlk .faqTxt--q {
    padding-right: 74px;
    font-size: 20px;
  }
  .secFaq__faqBlk .faqTxt--q::after {
    top: 12px;
    right: 1px;
  }
  .secFaq__faqBlk .faqTxt--q.open::after {
    top: 0;
  }
  .secFaq__faqBlk .faqTxt--a {
    font-size: 16px;
  }
  .secFaq__faqBlk .faqTxt--a::before {
    top: 10px;
  }
  .secFaq__faqBlk .faqTxt--a.open {
    padding-top: 26px;
  }
  .secFaq__btn {
    margin-top: 80px;
  }
}

.secFacility {
  padding: 60px 0 0;
}
.secFacility__ttl {
  margin-bottom: 60px;
}
.secFacility__sliderBlk .list {
  width: 100%;
  height: auto;
}
.secFacility__sliderBlk .list__listItem {
  width: 180px;
}
.secFacility__sliderBlk .list__listItem .img {
  width: 100%;
}
.secFacility__slideScrollbar {
  width: 100%;
  height: 3px;
  margin: 26px auto 0;
  background-color: rgba(51, 51, 51, 0.2);
  position: relative;
  bottom: 0;
  left: 0;
}
.secFacility__slideScrollbar .swiper-scrollbar-drag {
  background-color: #E5973C;
}
.secFacility__slideArrow {
  width: 100%;
  margin: 30px 0 0;
  display: flex;
  align-items: center;
  grid-gap: 15px;
}
.secFacility__slideArrow .slideArrow {
  width: 29px;
  height: 29px;
  border: 1px solid #E5973C;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.secFacility__slideArrow .slideArrow img {
  width: 6px;
  display: block;
}
.secFacility__slideArrow .slideArrow img.prev {
  transform: scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .secFacility {
    padding: 0 0 45px;
  }
  .secFacility__ttl {
    margin-bottom: 80px;
  }
  .secFacility__sliderBlk .list__listItem {
    width: 562px;
  }
  .secFacility__slideScrollbar {
    margin-top: 108px;
  }
}

.secInsta {
  padding: 60px 0 66px;
}
.secInsta__ttl {
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .secInsta #sbi_images {
    grid-gap: 12px !important;
  }
}
@media screen and (min-width: 768px) {
  .secInsta {
    padding: 160px 0 130px;
  }
  .secInsta__ttl {
    margin-bottom: 28px;
  }
}

.secNews {
  padding: 50px 0 32px;
}
.secNews__ttl {
  margin-bottom: 30px;
  font-size: 28px;
  letter-spacing: 2.3px;
  line-height: 1.3571;
  text-align: left;
}
.secNews__list {
  width: 100%;
  display: grid;
  grid-gap: 19px;
}
.secNews__list .listItem {
  padding: 0 0 20px;
  border-bottom: 1px solid rgba(31, 46, 129, 0.1);
}
.secNews__list .listItem__txt {
  display: flex;
  align-items: flex-start;
  grid-gap: 20px;
}
.secNews__list .listItem__txt .date {
  font-size: 14px;
  line-height: 1.5;
  flex-shrink: 0;
}
.secNews__list .listItem__txt .category {
  padding: 4px 8px;
  background-color: #FF7A00;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  display: inline-block;
  flex-shrink: 0;
}
.secNews__list .listItem__txt .link {
  font-size: 13px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .secNews {
    padding: 80px 0;
  }
  .secNews__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .secNews__ttl {
    padding: 4px 0 0;
    margin: -8px 0 0;
    font-size: 46px;
    flex-shrink: 0;
  }
  .secNews__list {
    width: 71.5%;
  }
}

.secContact {
  padding: 153px 0 0;
  margin-bottom: 60px;
  background: url(../img/top/contact_bg-sp.jpg) center/cover no-repeat;
}
.secContact__txtBlk {
  padding: 50px 0;
  background-color: rgba(46, 46, 46, 0.8);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
.secContact__ttl {
  margin-bottom: 32px;
  color: #fff;
}
.secContact__btnList {
  width: 100%;
  max-width: 335px;
  margin: 0 auto;
  display: grid;
  grid-gap: 20px;
}
.secContact__btnList .listItem__btn {
  width: 100%;
  height: 50px;
}
@media screen and (min-width: 768px) {
  .secContact {
    height: 600px;
    padding: 0;
    margin-bottom: 120px;
    background-image: url(../img/top/contact_bg-pc.jpg);
  }
  .secContact__txtBlk {
    width: 62.3%;
    height: 100%;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .secContact__inner {
    max-width: 633px;
    margin: 0 20px 0 auto;
  }
  .secContact__ttl {
    margin-bottom: 46px;
  }
  .secContact__btnList {
    max-width: 447px;
  }
  .secContact__btnList .listItem__btn {
    height: 80px;
  }
}
@media screen and (min-width: 1140px) {
  .secContact__inner {
    margin-right: calc(50vw - 550px);
  }
}
@media screen and (min-width: 1440px) {
  .secContact {
    height: 800px;
  }
}

.secAccess {
  padding: 0 0 60px;
  border-top: 1px solid #DFDFDF;
}
.secAccess__ttl {
  padding: 27px 0;
  letter-spacing: 2.3px;
  text-align: left;
}
.secAccess__table {
  width: 100%;
  border-top: 1px solid #DFDFDF;
  color: #736456;
}
.secAccess__table th, .secAccess__table td {
  padding: 0 20px;
  display: block;
}
.secAccess__table th {
  padding-top: 20px;
  padding-bottom: 10px;
  font-weight: 400;
  line-height: 30px;
}
.secAccess__table td {
  padding-bottom: 20px;
  border-bottom: 1px solid #DFDFDF;
  font-size: 13px;
  line-height: 24px;
}
.secAccess__map {
  width: 100%;
  height: 430px;
}
.secAccess__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
@media screen and (min-width: 768px) {
  .secAccess {
    padding: 0 0 160px;
    border-top: 0;
  }
  .secAccess__ttl {
    padding: 35px 0;
  }
  .secAccess__table th, .secAccess__table td {
    display: table-cell;
    vertical-align: middle;
  }
  .secAccess__table th {
    width: 210px;
    padding: 30px 20px 30px 20px;
    border-bottom: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
  }
  .secAccess__table td {
    padding: 30px 20px 30px 90px;
  }
}
@media screen and (min-width: 1140px) {
  .secAccess__table th {
    width: calc(190px + 50vw - 550px);
    padding-left: calc(50vw - 550px);
  }
  .secAccess__table td {
    padding-right: calc(50vw - 550px);
  }
}

.secStudio {
  padding: 0 0 30px;
}
.secStudio__ttl {
  padding: 26px 0;
  letter-spacing: 2.3px;
}
.secStudio__inner {
  width: 100%;
}
.secStudio__list {
  width: 100%;
  color: #736456;
}
.secStudio__list .listItem {
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 32px;
}
.secStudio__list .listItem__img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.secStudio__list .listItem__txtWrap {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.secStudio__list .listItem__ttl {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.secStudio__list .listItem__txt {
  font-size: 13px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .secStudio {
    padding: 0;
  }
  .secStudio__ttl {
    padding: 36px 0;
  }
  .secStudio__inner {
    width: calc(100% - 40px);
    max-width: 1120px;
  }
  .secStudio__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .secStudio__list .listItem {
    padding: 40px 20px;
    border-bottom: 0;
  }
  .secStudio__list .listItem__img {
    max-width: 100%;
    margin: 0;
  }
  .secStudio__list .listItem__txtWrap {
    max-width: 100%;
    margin: 0;
  }
  .secStudio__list .listItem__ttl {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .secStudio__list .listItem {
    padding: 50px 40px;
  }
  .secStudio__list .listItem__ttl {
    font-size: 20px;
  }
}