@charset "UTF-8";
/*--------------------------------------
初期化
--------------------------------------*/
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.85;
  color: #353533;
  font-weight: 400;
  letter-spacing: 0.1em;
  overflow-x: hidden;
}
body.is-fixed {
  height: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  body.is-fixed {
    height: auto;
    overflow: unset;
  }
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol {
  margin: 0;
}

ol {
  padding-left: 1em;
}

a,
button,
input[type=submit] {
  text-decoration: none;
  color: #353533;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
}
a:hover,
button:hover,
input[type=submit]:hover {
  opacity: 0.7;
}

input,
textarea,
select,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, button::-webkit-input-placeholder {
  color: #C3C3C3;
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder, button::-moz-placeholder {
  color: #C3C3C3;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder, button:-ms-input-placeholder {
  color: #C3C3C3;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder, button::-ms-input-placeholder {
  color: #C3C3C3;
}
input::placeholder,
textarea::placeholder,
select::placeholder,
button::placeholder {
  color: #C3C3C3;
}

input[type=checkbox],
input[type=radio] {
  width: auto;
}

textarea {
  resize: vertical;
}

.is-sp {
  display: block !important;
}
@media (min-width: 992px) {
  .is-sp {
    display: none !important;
  }
}

.is-pc {
  display: none !important;
}
@media (min-width: 992px) {
  .is-pc {
    display: block !important;
  }
}

.is-disabled {
  opacity: 0.2;
  pointer-events: none;
  cursor: default;
}

.swiper .swiper-slide {
  height: auto;
}

.sbi_header_text {
  display: none !important;
}

/*--------------------------------------
レイアウト
--------------------------------------*/
/* 全体 */
.main {
  padding-top: 50px;
}
@media (min-width: 992px) {
  .main {
    padding-top: 80px;
  }
}

.inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

/* ヘッダー */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 50px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background: #fff;
}
@media (min-width: 992px) {
  .header {
    height: 80px;
  }
}
.header > .inner {
  padding: 0 46px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
@media (min-width: 992px) {
  .header > .inner {
    padding: 0 20px;
  }
}

.header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 20;
}

.header-logo {
  display: block;
  width: 120px;
}
@media (min-width: 992px) {
  .header-logo {
    width: 174px;
  }
}

.header-instagram {
  display: block;
  width: 20px;
}
.header-instagram--sp {
  display: block;
}
@media (min-width: 992px) {
  .header-instagram--sp {
    display: none;
  }
}
.header-instagram--pc {
  display: none;
}
@media (min-width: 992px) {
  .header-instagram--pc {
    min-width: 30px;
    display: block;
  }
}

.header-right {
  position: relative;
  z-index: 10;
  height: 100%;
}
@media (min-width: 992px) {
  .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header-utility {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .header-utility {
    margin-right: 10px;
  }
}
.header-utility__item {
  width: 70px;
}
@media (min-width: 992px) {
  .header-utility__item {
    width: 120px;
  }
}
.header-utility__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 5px 3px;
}
@media (min-width: 992px) {
  .header-utility__item a {
    padding: 14px;
  }
}
.header-utility__item a span {
  font-family: "Roboto Slab", serif;
  font-size: 9px;
  letter-spacing: 0.06em;
  color: #fff;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .header-utility__item a span {
    font-size: 13px;
  }
}
.header-utility__item--studio a {
  background: #353533;
}
.header-utility__item--studio a img {
  width: 26px;
  margin: 0 auto 5px;
}
@media (min-width: 992px) {
  .header-utility__item--studio a img {
    width: 32px;
  }
}
.header-utility__item--contact a {
  background: #0040BA;
}
.header-utility__item--contact a img {
  width: 18px;
  margin: 0 auto 7px;
}
@media (min-width: 992px) {
  .header-utility__item--contact a img {
    width: 20px;
  }
}

.header-toggle {
  position: absolute;
  top: 14px;
  right: 10px;
  width: 26px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  z-index: 40;
}
@media (min-width: 992px) {
  .header-toggle {
    display: none;
  }
}
.header-toggle span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background: #353533;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 100%;
  height: 2px;
}
.header-toggle span:first-child {
  -webkit-transform: translate(-50%, -8px);
          transform: translate(-50%, -8px);
}
.header-toggle span:nth-child(2) {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.header-toggle span:last-child {
  -webkit-transform: translate(-50%, 8px);
          transform: translate(-50%, 8px);
}
.header-toggle.is-active span {
  background: #0040BA;
}
.header-toggle.is-active span:first-child {
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
          transform: translate(-50%, 0) rotate(-45deg);
}
.header-toggle.is-active span:nth-child(2) {
  opacity: 0;
}
.header-toggle.is-active span:last-child {
  -webkit-transform: translate(-50%, 0) rotate(45deg);
          transform: translate(-50%, 0) rotate(45deg);
}

.header-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  padding: 56px 40px 80px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #E5EEEF;
  -webkit-transform: translateY(calc(-100% - 50px));
          transform: translateY(calc(-100% - 50px));
  overflow-y: auto;
}
@media (min-width: 992px) {
  .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    top: auto;
    height: auto;
    margin-right: 34px;
    padding: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    background: none;
    overflow-y: unset;
  }
}
.header-nav.is-active {
  top: 50px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (min-width: 992px) {
  .header-nav.is-active {
    top: 0;
  }
}

.header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 33px;
}
@media (min-width: 992px) {
  .header-nav__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 8px;
    margin: 0;
  }
}

.header-nav__item {
  width: 200px;
  margin: 0 auto;
  border-bottom: 1px solid #D1E0E9;
}
@media (min-width: 992px) {
  .header-nav__item {
    width: auto;
    border-bottom: none;
    padding: 0;
  }
}
.header-nav__item:last-child {
  border-bottom: none;
}
.header-nav__item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  text-align: center;
  padding: 16px;
}
.header-nav__item__link .en {
  font-family: "Roboto Slab", serif;
  font-size: 15px;
}
.header-nav__item__link .ja {
  font-size: 10px;
  letter-spacing: 0.11em;
}
.header-nav__item--lesson {
  position: relative;
  cursor: pointer;
}
@media (min-width: 992px) {
  .header-nav__item--lesson {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .header-nav__item--lesson:hover .header-nav__item__child {
    visibility: visible;
    opacity: 1;
  }
}
.header-nav__item--lesson .header-nav__item__link {
  position: relative;
}
.header-nav__item--lesson .header-nav__item__link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3px 0 3px;
  border-color: #353533 transparent transparent transparent;
}
@media (min-width: 992px) {
  .header-nav__item--lesson .header-nav__item__link:before {
    right: 3px;
  }
}
@media (min-width: 992px) {
  .header-nav__item--lesson .header-nav__item__child {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 200px;
    background: #fff;
    top: 78px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
.header-nav__item--lesson .header-nav__item__child li {
  position: relative;
  border-top: 1px solid #D1E0E9;
}
@media (min-width: 992px) {
  .header-nav__item--lesson .header-nav__item__child li:first-child {
    border-top: none;
  }
}
.header-nav__item--lesson .header-nav__item__child li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
  width: 100%;
  text-align: center;
  font-size: 13px;
}
.header-nav__item--lesson .header-nav__item__child li a .en {
  font-family: "Roboto Slab", serif;
  font-size: 14px;
}
.header-nav__item--lesson .header-nav__item__child li a .ja {
  font-size: 9px;
  letter-spacing: 0.11em;
}

.header-nav__apply {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .header-nav__apply {
    display: none !important;
  }
}

/* フッター */
.footer {
  margin-top: 65px;
  background: #E5EEEF;
  padding: 56px 0;
}
@media (min-width: 992px) {
  .footer {
    margin-top: 110px;
    padding: 72px 0 76px;
  }
}
.footer > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px 0;
}
@media (min-width: 992px) {
  .footer > .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .footer-info {
    width: 360px;
  }
}

.footer-logo {
  display: block;
  width: 220px;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .footer-logo {
    width: 250px;
    margin-bottom: 30px;
  }
}

.footer-address {
  margin-bottom: 32px;
  font-size: 15px;
  color: #504D43;
}

.footer-btn {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .footer-btn {
    margin: 0;
  }
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 36px;
}

.footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
.footer-nav__list:first-child .footer-nav__item:last-child {
  margin-top: 5px;
}
.footer-nav__list:first-child .footer-nav__item:last-child .footer-nav__item__link {
  color: #0040BA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-nav__list:first-child .footer-nav__item:last-child .footer-nav__item__link span {
  font-family: "Zen Old Mincho", serif;
  font-size: 15px;
  margin-left: 5px;
}

.footer-nav__item__link {
  font-size: 14px;
}
.footer-nav__item__child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px 0;
  margin-top: 10px;
}
.footer-nav__item__child li {
  position: relative;
}
.footer-nav__item__child li:before {
  content: "-";
}
.footer-nav__item__child li a {
  font-size: 13px;
}

/*--------------------------------------
パーツ
--------------------------------------*/
/* タイトル */
.g-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px 0;
  margin-bottom: 40px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .g-title {
    margin-bottom: 64px;
  }
}
.g-title .en {
  font-family: "Roboto Slab", serif;
  font-size: 35px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .g-title .en {
    font-size: 40px;
  }
}
.g-title .ja {
  font-size: 15px;
  line-height: 1;
}
@media (min-width: 992px) {
  .g-title .ja {
    font-size: 17px;
  }
}
.g-title--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.g-title--blue .en {
  color: #0040BA;
}
/* 矢印 */
.g-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  color: #353533;
  border: 1px solid #353533;
}
@media (min-width: 992px) {
  .g-arrow {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
}
.g-arrow--blue {
  color: #0040BA;
  border-color: #0040BA;
}

/* ボタン */
.g-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  max-width: 295px;
  height: 50px;
  border: 1px solid #353533;
  background: #fff;
  font-size: 13px;
}
@media (min-width: 992px) {
  .g-btn {
    max-width: 360px;
    height: 65px;
    font-size: 18px;
  }
}
.g-btn:after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
}
@media (min-width: 992px) {
  .g-btn:after {
    right: 23px;
  }
}

/* MV */
.g-mv {
  position: relative;
  height: auto;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .g-mv {
    margin-bottom: 120px;
  }
}
.g-mv > .inner {
  position: relative;
  z-index: 1;
  height: 100%;
}

.g-mv__head {
  margin-bottom: 100px;
  padding-top: 75px;
}
@media (min-width: 992px) {
  .g-mv__head {
    padding-top: 160px;
    margin-bottom: 0;
  }
}
.g-mv__head__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px 0;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 992px) {
  .g-mv__head__title {
    margin-bottom: 20px;
    width: auto;
  }
}
.g-mv__head__title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-filter: blur(18px);
          filter: blur(18px);
}
@media (min-width: 992px) {
  .g-mv__head__title:before {
    display: none;
  }
}
.g-mv__head__title .en {
  font-family: "Roboto Slab", serif;
  font-size: 20px;
  font-weight: 400;
  color: #0040BA;
}
@media (min-width: 768px) {
  .g-mv__head__title .en {
    font-size: 40px;
  }
}
.g-mv__head__title .ja {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media (min-width: 768px) {
  .g-mv__head__title .ja {
    font-size: 16px;
  }
}

.g-mv__lead {
  position: relative;
  margin-bottom: 24px;
  font-size: 13px;
}
@media (min-width: 992px) {
  .g-mv__lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 114px;
    margin-bottom: 30px;
    padding: 10px 108px 10px 0;
    font-size: 15px;
    line-height: 2;
  }
}
@media (min-width: 992px) {
  .g-mv__lead:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-filter: blur(38px);
            filter: blur(38px);
  }
}
.g-mv__lead small {
  display: block;
  margin-top: 20px;
  font-size: 11px;
}
.g-mv__img {
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  max-width: 300px;
  aspect-ratio: 300/200;
}
@media (min-width: 481px) {
  .g-mv__img {
    aspect-ratio: 950/450;
    max-width: 450px;
  }
}
@media (min-width: 768px) {
  .g-mv__img {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .g-mv__img {
    max-width: 950px;
  }
}

/* パンくずリスト */
.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 15px;
  list-style: none;
  padding: 0;
}
.breadcrumb__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 11px;
}
@media (min-width: 992px) {
  .breadcrumb__list {
    margin-top: 50px;
  }
  .breadcrumb__item {
    font-size: 12px;
  }
}
.breadcrumb__item:after {
  content: "";
  position: absolute;
  top: 52%;
  right: -10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 1px solid #353533;
  border-right: 1px solid #353533;
}
.breadcrumb__item:last-child {
  padding-right: 0;
}
.breadcrumb__item:last-child:after {
  display: none;
}

/* カテゴリー */
.g-cat {
  position: relative;
  padding-left: 13px;
  font-size: 14px;
  font-weight: 300;
}
.g-cat:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #0040BA;
}

/* 公開日 */
.g-time {
  display: block;
  font-size: 14px;
  color: #0040BA;
}

/* よくある質問 */
.g-faq {
  padding-top: 64px;
}
@media (min-width: 992px) {
  .g-faq {
    padding-top: 103px;
  }
}
.g-faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
}
@media (min-width: 992px) {
  .g-faq__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
.g-faq__item {
  padding: 16px 20px;
  border: 1px solid #D6D6D6;
}
@media (min-width: 992px) {
  .g-faq__item {
    padding: 35px 24px;
  }
}
.g-faq__item__question {
  position: relative;
  margin-bottom: 12px;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .g-faq__item__question {
    font-size: 15px;
  }
}
.g-faq__item__question:before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 22px;
  font-weight: 300;
  color: #0040BA;
  line-height: 1;
}
.g-faq__item__answer {
  position: relative;
  padding-left: 30px;
  font-size: 13px;
}
@media (min-width: 992px) {
  .g-faq__item__answer {
    font-size: 14px;
  }
}
.g-faq__item__answer:before {
  content: "A";
  position: absolute;
  top: 0;
  left: 1px;
  font-size: 22px;
  font-weight: 300;
  color: #0040BA;
  line-height: 1;
}

/* ブログエリア */
.g-blog {
  padding-top: 72px;
}
@media (min-width: 992px) {
  .g-blog {
    padding-top: 145px;
  }
}

.g-blog__box {
  background: #E5EEEF;
  border-radius: 15px;
  padding: 40px 16px;
}
@media (min-width: 992px) {
  .g-blog__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 71px;
    padding: 73px 64px 24px;
  }
}
.g-blog__box .g-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .g-blog__box .g-title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .g-blog__list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.g-blog__item {
  padding: 24px 0;
  border-bottom: 1px solid #D1CECE;
}
@media (min-width: 992px) {
  .g-blog__item {
    padding: 41px 0;
  }
}
.g-blog__item:first-child {
  padding-top: 0;
}
@media (min-width: 992px) {
  .g-blog__item:last-child {
    border-bottom: none;
  }
}
.g-blog__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
}
@media (min-width: 992px) {
  .g-blog__item a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 0 77px;
  }
}
.g-blog__item a:hover .g-blog__item__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.g-blog__item__img {
  min-width: 130px;
  max-width: 130px;
  aspect-ratio: 130/80;
  overflow: hidden;
}
@media (min-width: 992px) {
  .g-blog__item__img {
    min-width: 260px;
    max-width: 260px;
  }
}
.g-blog__item__img img {
  width: 100%;
  aspect-ratio: 130/80;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.g-blog__item__img .no-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #e0e0e0;
  font-size: 16px;
}
.g-blog__item__head .cat {
  font-size: 10px;
  letter-spacing: 0.02em;
}
@media (min-width: 992px) {
  .g-blog__item__head .cat {
    margin-bottom: 8px;
    font-size: 14px;
  }
}
.g-blog__item__head .time {
  margin-bottom: 7px;
  font-size: 11px;
  letter-spacing: 0.06em;
  color: #0040BA;
}
@media (min-width: 992px) {
  .g-blog__item__head .time {
    font-size: 14px;
  }
}
.g-blog__item__head .title {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.06em;
}
@media (min-width: 992px) {
  .g-blog__item__head .title {
    font-size: 15px;
  }
}

/* SNS */
.g-sns {
  padding-top: 56px;
}
@media (min-width: 992px) {
  .g-sns {
    padding-top: 144px;
  }
}

.g-sns__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 300px;
  height: 50px;
  margin: 0 auto 40px;
  border: 1px solid #353533;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0.07em;
}
.g-sns__title:after {
  content: "";
  position: absolute;
  bottom: -31px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 30px;
  background: #353533;
}
.g-sns__title span {
  font-size: 21px;
}

/* アクセス */
.g-access {
  padding-top: 56px;
}
@media (min-width: 992px) {
  .g-access {
    padding-top: 136px;
  }
}

.g-access__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
}
@media (min-width: 992px) {
  .g-access__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 72px;
  }
}

.g-access__map {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 335/251;
}
@media (min-width: 992px) {
  .g-access__map {
    max-width: 600px;
    aspect-ratio: 600/450;
  }
}
.g-access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.g-access__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px 0;
}
@media (min-width: 992px) {
  .g-access__info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 43px 0;
  }
}
.g-access__info .item .title {
  position: relative;
  margin-bottom: 7px;
  padding-left: 32px;
  font-size: 17px;
  background-repeat: no-repeat;
  background-position: left center;
}
.g-access__info .item .text {
  font-size: 15px;
}
.g-access__info .item .text a {
  text-decoration: underline;
}
.g-access__info .item--address .title {
  background-image: url("../img/access/icon_address.svg");
  background-size: 17px 20px;
}
.g-access__info .item--address .other {
  margin-top: 14px;
}
.g-access__info .item--address .other__title {
  font-size: 15px;
  color: #0040ba;
}
.g-access__info .item--address .other__list {
  font-size: 15px;
  font-weight: 600;
  margin-top: 5px;
}
.g-access__info .item--address .other__list__item:before {
  content: "";
  display: inline-block;
  background: #0040ba;
  border-radius: 50%;
  margin-right: 5px;
  height: 10px;
  width: 10px;
}
.g-access__info .item--address .other__list__item span {
  font-weight: 400;
  color: #0040ba;
  margin-left: 5px;
}
.g-access__info .item--address .other__list__item + .other__list__item {
  margin-top: 5px;
}
.g-access__info .item--station .title {
  background-image: url("../img/access/icon_station.svg");
  background-size: 14px 20px;
}
.g-access__info .item--parking .title {
  background-image: url("../img/access/icon_parking.svg");
  background-size: 22px 20px;
}
.g-access__info .item--website .title {
  background-image: url("../img/access/icon_website.svg");
  background-size: 20px;
}

/* 特徴リスト */
.g-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px 0;
}
@media (min-width: 768px) {
  .g-feature {
    display: grid;
    gap: 0 16px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.g-feature__item .img {
  margin-bottom: 24px;
  aspect-ratio: 335/190;
}
@media (min-width: 992px) {
  .g-feature__item .img {
    margin-bottom: 18px;
    aspect-ratio: 390/245;
  }
}
.g-feature__item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.g-feature__item .title {
  margin-bottom: 16px;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .g-feature__item .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 67px;
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.g-feature__item .text {
  font-size: 14px;
}
.g-feature__item .text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px 0;
  margin: 9px 0 10px;
}
.g-feature__item .text ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.g-feature__item .text a {
  color: #0040BA;
  text-decoration: underline;
}
.g-feature__item small {
  display: block;
  margin-top: 8px;
  font-size: 12px;
}

/*--------------------------------------
トップ
--------------------------------------*/
/* MV */
.home-mv {
  position: relative;
}

.home-mv__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
  position: absolute;
  top: 387px;
  z-index: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 481px) {
  .home-mv__title {
    top: 487px;
  }
}
@media (min-width: 768px) {
  .home-mv__title {
    top: 167px;
  }
}
@media (min-width: 992px) {
  .home-mv__title {
    gap: 24px 0;
    top: 285px;
  }
}
@media (min-width: 1200px) {
  .home-mv__title {
    top: 405px;
  }
}
.home-mv__title:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  padding: 5px;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  z-index: -1;
}
@media (min-width: 992px) {
  .home-mv__title:before {
    display: none;
  }
}
.home-mv__title .en {
  font-family: "Roboto Slab", serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 992px) {
  .home-mv__title .en {
    font-size: 47px;
  }
}
.home-mv__title .ja {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media (min-width: 992px) {
  .home-mv__title .ja {
    font-size: 20px;
  }
}
.home-mv__title .ja strong {
  color: #0040BA;
  font-weight: 500;
}

.home-mv__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.home-mv__img__box {
  position: relative;
  max-width: 303px;
}
@media (min-width: 481px) {
  .home-mv__img__box {
    max-width: 400px;
  }
}
@media (min-width: 768px) {
  .home-mv__img__box {
    display: block;
    max-width: 600px;
  }
}
@media (min-width: 992px) {
  .home-mv__img__box {
    max-width: 950px;
  }
}
@media (min-width: 1200px) {
  .home-mv__img__box {
    max-width: 1180px;
  }
}
.home-mv__img img.home-mv__img__sp {
  display: block;
}
@media (min-width: 768px) {
  .home-mv__img img.home-mv__img__sp {
    display: none;
  }
}
.home-mv__img img.home-mv__img__pc {
  display: none;
}
@media (min-width: 768px) {
  .home-mv__img img.home-mv__img__pc {
    display: block;
  }
}

/* News */
.home-news {
  padding: 64px 0 56px;
}
@media (min-width: 992px) {
  .home-news {
    padding: 88px 0 92px;
  }
}
@media (min-width: 992px) {
  .home-news > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 0 120px;
  }
}
@media (min-width: 992px) {
  .home-news .g-title {
    margin-top: 88px;
  }
}
@media (min-width: 992px) {
  .home-news__list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.home-news__item {
  padding: 24px 0 16px;
  border-bottom: 1px solid #D6D6D6;
}
@media (min-width: 992px) {
  .home-news__item {
    padding: 32px;
  }
}
.home-news__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px 0;
  letter-spacing: 0.05em;
}
@media (min-width: 992px) {
  .home-news__item a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 50px;
  }
}
.home-news__item__time {
  font-size: 15px;
}
@media (min-width: 992px) {
  .home-news__item__time {
    min-width: 82px;
  }
}
.home-news__item__title {
  font-size: 14px;
}

/* バナー */
.home-bnr {
  max-width: 335px;
  margin: 0 auto 56px;
}
@media (min-width: 992px) {
  .home-bnr {
    max-width: 820px;
    margin-bottom: 108px;
  }
}

/* About Us */
.home-about {
  padding-top: 56px;
  position: relative;
}
@media (min-width: 992px) {
  .home-about {
    padding-top: 143px;
  }
}
.home-about:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 219.2vw;
  background: #E5EEEF;
  z-index: -1;
}
@media (min-width: 768px) {
  .home-about:before {
    height: 186.6666666667vw;
  }
}
@media (min-width: 992px) {
  .home-about:before {
    height: 1029px;
  }
}
.home-about__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 56px 0;
  margin-bottom: 56px;
}
@media (min-width: 992px) {
  .home-about__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 102px;
  }
}
@media (min-width: 992px) {
  .home-about__head {
    min-width: 610px;
    max-width: 600px;
  }
}
@media (min-width: 992px) {
  .home-about__head__title {
    margin-bottom: 40px;
  }
}
.home-about__head__lead {
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media (min-width: 992px) {
  .home-about__head__lead {
    margin-bottom: 40px;
    font-size: 26px;
  }
}
.home-about__head__text {
  font-size: 14px;
}
@media (min-width: 992px) {
  .home-about__head__text {
    font-size: 15px;
    line-height: 2.4;
  }
}
.home-about__img {
  position: relative;
  right: -20px;
  width: 80%;
}
@media (min-width: 992px) {
  .home-about__img {
    max-width: 505px;
    right: auto;
  }
}
.home-about__img img {
  width: 100%;
}
.home-about__feature {
  gap: 56px 0;
  margin-bottom: 39px;
}
@media (min-width: 768px) {
  .home-about__feature {
    gap: 0 16px;
  }
}
@media (min-width: 992px) {
  .home-about__feature {
    gap: 0 16px;
    margin-bottom: 78px;
  }
}
.home-about__btn {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .home-about__btn {
    max-width: 509px;
  }
}

/* レッスン一覧 */
.home-lessons {
  padding-top: 72px;
}
@media (min-width: 992px) {
  .home-lessons {
    padding-top: 128px;
  }
}
@media (min-width: 992px) {
  .home-lessons > .inner {
    padding: 0 40px;
  }
}
.home-lessons .g-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-lessons__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px 0;
  padding: 40px 0 32px;
  border-top: 1px solid #D1CECE;
}
@media (min-width: 768px) {
  .home-lessons__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0 70px;
    padding: 64px 0;
  }
}
.home-lessons__item:last-child {
  border-bottom: 1px solid #D1CECE;
}
.home-lessons__item__img {
  width: 100%;
}
@media (min-width: 768px) {
  .home-lessons__item__img {
    min-width: 360px;
    max-width: 360px;
  }
}
.home-lessons__item__img img {
  width: 100%;
  aspect-ratio: 335/170;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .home-lessons__item__img img {
    aspect-ratio: 360/245;
  }
}
.home-lessons__item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px 0;
}
@media (min-width: 768px) {
  .home-lessons__item__head {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 24px;
  }
}
.home-lessons__item__head .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px 0;
  line-height: 1;
  font-weight: 400;
}
.home-lessons__item__head .title .en {
  font-family: "Roboto Slab", serif;
  font-size: 13px;
  font-weight: 600;
  color: #0040BA;
  letter-spacing: 0.07em;
}
@media (min-width: 768px) {
  .home-lessons__item__head .title .en {
    font-size: 15px;
  }
}
.home-lessons__item__head .title .ja {
  font-size: 20px;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .home-lessons__item__head .title .ja {
    font-size: 23px;
  }
}
.home-lessons__item__head .text {
  font-size: 14px;
}
.home-lessons__item__head .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 16px;
  margin-left: auto;
  font-family: "Zen Old Mincho", serif;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #0040BA;
}
@media (min-width: 768px) {
  .home-lessons__item__head .more {
    gap: 0 19px;
    margin-top: auto;
    font-size: 17px;
  }
}

/* レンタルスタジオ */
.home-studio {
  padding-top: 63px;
}
@media (min-width: 992px) {
  .home-studio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 53px;
    padding-top: 160px;
  }
}
.home-studio__img-01 {
  width: 84.5333333333vw;
  margin-bottom: 61px;
}
@media (min-width: 992px) {
  .home-studio__img-01 {
    width: 380px;
    margin-bottom: 0;
  }
}
.home-studio__img-01 img {
  width: 100%;
  aspect-ratio: 260/240;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .home-studio__img-01 img {
    aspect-ratio: unset;
  }
}
@media (min-width: 992px) {
  .home-studio__img-02 {
    width: 565px;
    margin-top: 141px;
  }
}
.home-studio__img-02 img {
  width: 100%;
}
.home-studio__box {
  margin-bottom: 41px;
  padding: 0 20px;
}
@media (min-width: 992px) {
  .home-studio__box {
    width: 446px;
    margin: 100px 0 0;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .home-studio__box .g-title {
    margin-bottom: 72px;
  }
}
.home-studio__box__lead {
  margin-bottom: 32px;
  font-size: 20px;
  letter-spacing: 0.08em;
}
@media (min-width: 992px) {
  .home-studio__box__lead {
    margin-bottom: 52px;
    font-size: 26px;
  }
}
.home-studio__box__text {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 2.3;
}
@media (min-width: 992px) {
  .home-studio__box__text {
    margin-bottom: 79px;
  }
}
.home-studio__box .g-btn {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .home-studio__box .g-btn {
    max-width: 360px;
  }
}

/*--------------------------------------
レッスン
--------------------------------------*/
/* 共通 */
.lesson-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 15px;
}
@media (min-width: 992px) {
  .lesson-menu__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px 62px;
  }
}
.lesson-menu__item {
  width: calc(50% - 7.5px);
}
@media (min-width: 992px) {
  .lesson-menu__item {
    width: auto;
  }
}
.lesson-menu__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 13px;
}
@media (min-width: 992px) {
  .lesson-menu__item a {
    font-size: 15px;
    gap: 24px;
  }
}
.lesson-menu__item a .g-arrow {
  width: 20px;
  height: 20px;
  font-size: 11px;
}
@media (min-width: 992px) {
  .lesson-menu__item a .g-arrow {
    width: 25px;
    height: 25px;
  }
}

.lesson-lead {
  padding-top: 73px;
  text-align: center;
}
@media (min-width: 992px) {
  .lesson-lead {
    padding-top: 96px;
  }
}
.lesson-lead__title {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media (min-width: 992px) {
  .lesson-lead__title {
    margin-bottom: 49px;
    font-size: 25px;
  }
}
.lesson-lead__text {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2.4;
  margin: 0 -2px;
}
@media (min-width: 992px) {
  .lesson-lead__text {
    margin: 0;
    font-size: 15px;
  }
}

.lesson-effect {
  padding-top: 80px;
}
@media (min-width: 992px) {
  .lesson-effect {
    padding-top: 129px;
  }
}
@media (min-width: 992px) {
  .lesson-effect > .inner {
    padding: 0 40px;
  }
}
.lesson-effect__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 20px;
}
@media (min-width: 992px) {
  .lesson-effect__list {
    gap: 48px 20px;
  }
}
.lesson-effect__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 270px;
  height: 129px;
  background: #E5EEEF;
  font-size: 14px;
  line-height: 1.5;
  color: #0040BA;
  text-align: center;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .lesson-effect__item {
    font-size: 17px;
  }
}

.lesson-feature {
  padding-top: 80px;
  margin-bottom: 80px;
}
@media (min-width: 992px) {
  .lesson-feature {
    padding-top: 121px;
    margin-bottom: 99px;
  }
}

.lesson-course {
  padding: 56px 0;
  background: #E5EEEF;
}
@media (min-width: 992px) {
  .lesson-course {
    padding: 96px 0 88px;
  }
}
.lesson-course--kids {
  background: #F5F5F5;
}
.lesson-course__lead {
  margin-bottom: 56px;
  font-size: 14px;
  text-align: center;
}
@media (min-width: 992px) {
  .lesson-course__lead {
    font-size: 15px;
  }
}
.lesson-course .g-title {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .lesson-course .g-title {
    margin-bottom: 32px;
  }
}

.lesson-course__benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 66px;
  padding: 20px 15px;
  background: #fff;
  border: 1px solid #0040BA;
}
@media (min-width: 992px) {
  .lesson-course__benefits {
    max-width: 1010px;
    width: 100%;
    margin-bottom: 166px;
    padding: 36px;
  }
}
.lesson-course__benefits__title {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (min-width: 992px) {
  .lesson-course__benefits__title {
    margin-bottom: 50px;
    font-size: 25px;
  }
}
.lesson-course__benefits__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 0;
  padding-left: 1.5em;
}
@media (min-width: 992px) {
  .lesson-course__benefits__list {
    padding-left: 0;
    gap: 12px 100px;
  }
}
.lesson-course__benefits__list li {
  position: relative;
  font-size: 14px;
  color: #0040BA;
  max-width: 354px;
  width: 100%;
}
@media (min-width: 992px) {
  .lesson-course__benefits__list li {
    font-size: 18px;
  }
}
.lesson-course__benefits__list li:before {
  content: "●";
  position: absolute;
  top: 1px;
  left: -20px;
  font-family: "Zen Old Mincho", serif;
  font-size: 13px;
  color: #0040BA;
}
@media (min-width: 992px) {
  .lesson-course__benefits__list li:before {
    top: 3px;
    left: -30px;
    font-size: 16px;
  }
}

.lesson-course__kis-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 75px 0;
}
@media (min-width: 768px) {
  .lesson-course__kis-feature {
    padding: 0 20px;
    gap: 100px 0;
  }
}
.lesson-course__kis-feature__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px 0;
}
@media (min-width: 768px) {
  .lesson-course__kis-feature__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 0 39px;
  }
}
@media (min-width: 768px) {
  .lesson-course__kis-feature__item .img {
    min-width: 300px;
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .lesson-course__kis-feature__item .img {
    min-width: 460px;
    max-width: 460px;
  }
}
.lesson-course__kis-feature__item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 460/310;
}
.lesson-course__kis-feature__item .desc__label {
  display: inline-block;
  margin-bottom: 23px;
  padding: 2px 20px;
  background: #fff;
  border-radius: 9999px;
  font-size: 15px;
  color: #0040BA;
  letter-spacing: 0.06em;
}
.lesson-course__kis-feature__item .desc__title {
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .lesson-course__kis-feature__item .desc__title {
    font-size: 24px;
  }
}
.lesson-course__kis-feature__item .desc__text {
  font-size: 15px;
  line-height: 2;
}

@media (min-width: 992px) {
  .lesson-course__sec {
    margin-bottom: 166px;
  }
}
.lesson-course__sec:last-of-type {
  margin-bottom: 0;
}
.lesson-course__sec__title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .lesson-course__sec__title {
    margin-bottom: 43px;
    padding-left: 20px;
    font-size: 32px;
  }
}

/* コースメニュー一覧 */
.lesson-course__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px 0;
  margin-bottom: 47px;
}
@media (min-width: 992px) {
  .lesson-course__list {
    margin-bottom: 72px;
    gap: 40px 0;
  }
}

.lesson-course__item {
  padding: 40px 20px;
  background: #fff;
}
@media (min-width: 992px) {
  .lesson-course__item {
    padding: 48px 56px 32px;
  }
}

.lesson-course__item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px 0;
  margin-bottom: 25px;
  padding-bottom: 32px;
  border-bottom: 1px dotted #707070;
}
@media (min-width: 992px) {
  .lesson-course__item__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 0 40px;
    margin-bottom: 32px;
    padding-bottom: 28px;
  }
}
.lesson-course__item__head .img {
  aspect-ratio: 295/190;
}
@media (min-width: 992px) {
  .lesson-course__item__head .img {
    min-width: 337px;
    max-width: 337px;
    aspect-ratio: 337/190;
  }
}
.lesson-course__item__head .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lesson-course__item__head .desc__recommended {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 25px;
  border: 1px solid #0040BA;
  border-radius: 999px;
}
@media (min-width: 992px) {
  .lesson-course__item__head .desc__recommended {
    margin-bottom: 21px;
    height: 28px;
  }
}
.lesson-course__item__head .desc__recommended span {
  width: 80px;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-align: center;
}
@media (min-width: 992px) {
  .lesson-course__item__head .desc__recommended span {
    width: 100px;
    font-size: 15px;
  }
}
.lesson-course__item__head .desc__recommended span:first-child {
  background: #0040BA;
  color: #fff;
  border-radius: 999px 0 0 999px;
}
.lesson-course__item__head .desc__recommended span:last-child {
  background: #fff;
  color: #0040BA;
  border-radius: 0 999px 999px 0;
}
.lesson-course__item__head .desc__recommended--lg span:last-child {
  width: 169px;
}
.lesson-course__item__head .desc__title {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 400;
  color: #0061AD;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .lesson-course__item__head .desc__title {
    margin-bottom: 16px;
    font-size: 25px;
  }
}
.lesson-course__item__head .desc__lead {
  margin-bottom: 16px;
  font-size: 14px;
  color: #0061AD;
}
@media (min-width: 992px) {
  .lesson-course__item__head .desc__lead {
    font-size: 18px;
  }
}
.lesson-course__item__head .desc__text {
  font-size: 14px;
  letter-spacing: 0.06em;
}
@media (min-width: 992px) {
  .lesson-course__item__head .desc__text {
    font-size: 15px;
  }
}

.lesson-course__item__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
}
@media (min-width: 992px) {
  .lesson-course__item__detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 2px;
  }
}
@media (min-width: 1200px) {
  .lesson-course__item__detail {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (min-width: 1200px) {
  .lesson-course__item__detail--between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.lesson-course__item__detail .course-plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
}
@media (min-width: 1200px) {
  .lesson-course__item__detail .course-plan {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 7px;
  }
}
.lesson-course__item__detail .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 2px;
  padding: 13px 22px;
}
@media (min-width: 992px) {
  .lesson-course__item__detail .card {
    padding: 19px 17px;
  }
}
@media (min-width: 992px) {
  .lesson-course__item__detail .card--sm {
    width: 210px;
  }
}
@media (min-width: 992px) {
  .lesson-course__item__detail .card--md {
    width: 240px;
  }
}
@media (min-width: 992px) {
  .lesson-course__item__detail .card--lg {
    width: 314px;
  }
}
@media (min-width: 992px) {
  .lesson-course__item__detail .card--xl {
    width: 330px;
  }
}
.lesson-course__item__detail .card--join {
  background: #F7F7F7;
}
.lesson-course__item__detail .card--join .card__info__item dt {
  min-width: 100px;
  max-width: 100px;
}
.lesson-course__item__detail .card--lesson {
  background: #EFF5F5;
}
.lesson-course__item__detail .card .card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px 0;
}
.lesson-course__item__detail .card .card__info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lesson-course__item__detail .card .card__info__item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 150px;
  max-width: 150px;
  height: 24px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #0040BA;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #0040BA;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .lesson-course__item__detail .card .card__info__item dt {
    min-width: 120px;
    max-width: 120px;
  }
}
.lesson-course__item__detail .card .card__info__item dd {
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
}
.lesson-course__item__detail .card .card__info__item dd span {
  font-size: 13px;
}
.lesson-course__item__detail .card .card__text {
  margin-top: 7px;
  font-size: 14px;
  letter-spacing: 0.03em;
}
.lesson-course__item__detail .card .card__label {
  width: 100%;
  margin-bottom: 11px;
  padding: 5px;
  background: #63778D;
  border-radius: 2px;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.15em;
  text-align: center;
}
@media (min-width: 992px) {
  .lesson-course__item__detail .card .card__label {
    margin-bottom: 6px;
  }
}
.lesson-course__item__detail .card .card__singly {
  font-size: 18px;
  letter-spacing: 0.02em;
  text-align: center;
}
.lesson-course__item__detail .card .card__singly span {
  font-size: 13px;
  margin-right: 11px;
}
.lesson-course__item__detail .plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 35px;
  color: #9B9B9B;
  line-height: 1;
  text-align: center;
}
.lesson-course__item__detail .or {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
}
@media (min-width: 992px) {
  .lesson-course__item__detail .or {
    font-size: 20px;
  }
}

.lesson-course__comment {
  margin-bottom: 25px;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 992px) {
  .lesson-course__comment {
    margin-bottom: 49px;
    padding: 0;
    font-size: 22px;
  }
}

.lesson-course__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  color: #0040BA;
  margin: 0 auto;
  max-width: 295px;
  width: 100%;
}
@media (min-width: 992px) {
  .lesson-course__btn {
    max-width: 509px;
    height: 65px;
  }
}
.lesson-course__btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #0040BA;
}
.lesson-course__btn span:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 15px;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .lesson-course__btn span:first-child {
    font-size: 18px;
  }
}
.lesson-course__btn span:last-child {
  min-width: 41px;
  max-width: 41px;
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  border-left: none;
}
@media (min-width: 992px) {
  .lesson-course__btn span:last-child {
    min-width: 65px;
    max-width: 65px;
    height: 65px;
  }
}

.lesson-instructors {
  padding-top: 72px;
}
@media (min-width: 992px) {
  .lesson-instructors {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .lesson-instructors > .inner {
    padding: 0 40px;
  }
}

.lesson-instructors__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px 0;
}
@media (min-width: 768px) {
  .lesson-instructors__list {
    gap: 88px 0;
  }
}

.lesson-instructors__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
}
@media (min-width: 768px) {
  .lesson-instructors__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 76px;
  }
}
@media (min-width: 768px) {
  .lesson-instructors__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.lesson-instructors__item__img {
  aspect-ratio: 335/320;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .lesson-instructors__item__img {
    min-width: 330px;
    max-width: 330px;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .lesson-instructors__item__img {
    min-width: 430px;
    max-width: 430px;
  }
}
.lesson-instructors__item__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .lesson-instructors__item__head {
    margin-top: 10px;
  }
}
.lesson-instructors__item__head .title {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .lesson-instructors__item__head .title {
    margin-bottom: 33px;
    font-size: 16px;
  }
}
.lesson-instructors__item__head .title--post {
  position: relative;
  margin-top: 22px;
}
@media (min-width: 768px) {
  .lesson-instructors__item__head .title--post {
    margin-top: 0;
  }
}
/* .lesson-instructors__item__head .title--post:before {
  content: "代表";
  position: absolute;
  top: -18px;
  left: 0;
  font-size: 14px;
  font-weight: 500;
  color: #0040BA;
}
@media (min-width: 768px) {
  .lesson-instructors__item__head .title--post:before {
    font-size: 16px;
  }
} */
.lesson-instructors__item__head .title strong {
  font-size: 22px;
  font-weight: 500;
  color: #0040BA;
}
@media (min-width: 768px) {
  .lesson-instructors__item__head .title strong {
    font-size: 25px;
  }
}
.lesson-instructors__item__head .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px 0;
  margin-bottom: 24px;
  padding-left: 1em;
  list-style: none;
}
@media (min-width: 768px) {
  .lesson-instructors__item__head .list {
    margin-bottom: 42px;
  }
}
.lesson-instructors__item__head .list li {
  position: relative;
}
.lesson-instructors__item__head .list li:before {
  content: "●";
  position: absolute;
  top: 6px;
  left: -17px;
  font-family: "Zen Old Mincho", serif;
  font-size: 10px;
  color: #0040BA;
  margin-right: 9px;
}
.lesson-instructors__item__head .message__title {
  margin-bottom: 12px;
  font-weight: 500;
  color: #0040BA;
}
@media (min-width: 768px) {
  .lesson-instructors__item__head .message__title {
    margin-bottom: 16px;
    font-size: 17px;
  }
}
.lesson-instructors__item__head .message__text {
  font-size: 14px;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .lesson-instructors__item__head .message__text {
    font-size: 15px;
  }
}

/* バイオリン */
.main--violin .g-mv__img {
  background-image: url("../img/lesson/violin/mv.jpg");
}

/* フルート */
.main--flute .g-mv__img {
  background-image: url("../img/lesson/flute/mv.jpg");
}

/* ピアノ */
.main--piano .g-mv__img {
  background-image: url("../img/lesson/piano/mv.jpg");
}

/* リトミック */
.main--rhythmic .g-mv__img {
  background-image: url("../img/lesson/rhythmic/mv.jpg");
}

/* DTM */
.main--dtm .g-mv__img {
  background-image: url("../img/lesson/dtm/mv.jpg");
}

/*--------------------------------------
ブログ・お知らせ
--------------------------------------*/
/* 一覧 */
.main--blog .g-mv__img {
  background-image: url("../img/blog/mv.jpg");
}

.blog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px 0;
}
@media (min-width: 768px) {
  .blog__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
  }
}
@media (min-width: 992px) {
  .blog__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.blog__item:hover .blog__item__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.blog__item__img {
  overflow: hidden;
  margin-bottom: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  aspect-ratio: 350/215;
}
.blog__item__img img {
  width: 100%;
  aspect-ratio: 350/215;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog__item__img .no-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #e0e0e0;
  font-size: 20px;
}

.blog__item__head .cat {
  margin-bottom: 10px;
}
.blog__item__head .time {
  margin-bottom: 10px;
  font-size: 14px;
  color: #0040BA;
}
.blog__item__head .title {
  font-size: 16px;
  font-weight: 400;
}

.blog__pagination {
  margin-top: 60px;
}
@media (min-width: 992px) {
  .blog__pagination {
    margin-top: 100px;
  }
}
.blog__pagination > .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.blog__pagination > .page-numbers li .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 40px;
  border: 1px solid #0040BA;
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
}
.blog__pagination > .page-numbers li .page-numbers.current, .blog__pagination > .page-numbers li .page-numbers:hover {
  opacity: 1;
  background: #0040BA;
  color: #fff;
}
.blog__pagination > .page-numbers li .page-numbers.prev, .blog__pagination > .page-numbers li .page-numbers.next {
  position: relative;
}
.blog__pagination > .page-numbers li .page-numbers.prev:before, .blog__pagination > .page-numbers li .page-numbers.next:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
}
.blog__pagination > .page-numbers li .page-numbers.prev:hover:before, .blog__pagination > .page-numbers li .page-numbers.next:hover:before {
  border-color: #fff;
}
.blog__pagination > .page-numbers li .page-numbers.prev:before {
  left: 56%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  border-top: 2px solid #353533;
  border-left: 2px solid #353533;
}
.blog__pagination > .page-numbers li .page-numbers.next:before {
  left: 48%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border-top: 2px solid #353533;
  border-right: 2px solid #353533;
}

/* 詳細 */
.main--blog-single .g-mv__img {
  background-image: url("../img/blog/mv.jpg");
}

@media (min-width: 992px) {
  .blog-single-body > .inner {
    padding: 0 40px;
  }
}
.blog-single-body h1 {
  padding-bottom: 6px;
  font-weight: 400;
  font-size: 24px;
  border-bottom: 1px solid #0040BA;
}
@media (min-width: 992px) {
  .blog-single-body h1 {
    font-size: 28px;
  }
}
.blog-single-body .blog-single__thumb {
  margin: 24px 0 16px;
}
@media (min-width: 992px) {
  .blog-single-body .blog-single__thumb {
    margin: 48px 0 32px;
  }
}
.blog-single-body h2 {
  margin-top: 44px;
  padding: 8px 20px;
  background: #E5EEEF;
  font-size: 22px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .blog-single-body h2 {
    margin-top: 88px;
    font-size: 26px;
  }
}
.blog-single-body h3 {
  position: relative;
  margin-top: 66px;
  padding: 0 0 6px 23px;
  font-size: 20px;
  font-weight: 400;
  border-bottom: 1px solid #D6D6D6;
}
@media (min-width: 992px) {
  .blog-single-body h3 {
    margin-top: 122px;
    font-size: 24px;
  }
}
.blog-single-body h3:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: calc(100% - 6px);
  background: #0040BA;
}
.blog-single-body h4 {
  position: relative;
  margin-top: 66px;
  padding-bottom: 6px;
  font-size: 18px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .blog-single-body h4 {
    margin-top: 132px;
    font-size: 22px;
  }
}
.blog-single-body h4:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 1px;
  background: #0040BA;
}
.blog-single-body h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 65px);
  height: 1px;
  background: #D6D6D6;
}
.blog-single-body h5 {
  margin-top: 60px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  color: #0040BA;
}
@media (min-width: 992px) {
  .blog-single-body h5 {
    margin-top: 122px;
    font-size: 20px;
  }
}
.blog-single-body .wp-block-image {
  margin: 24px 0 16px;
}
@media (min-width: 992px) {
  .blog-single-body .wp-block-image {
    margin: 48px 0 32px;
  }
}
.blog-single-body p {
  margin: 24px 0;
  font-size: 15px;
  line-height: 2;
}
.blog-single-body ul {
  margin: 48px 0;
  padding-left: 1em;
  list-style: none;
}
.blog-single-body ul li {
  position: relative;
}
.blog-single-body ul li:before {
  content: "●";
  position: absolute;
  top: 3px;
  left: -17px;
  font-family: "Zen Old Mincho", serif;
  font-size: 12px;
  color: #0040BA;
  margin-right: 8px;
}
.blog-single-body ol {
  margin: 48px 0;
  list-style: none;
  counter-reset: number;
}
.blog-single-body ol li {
  position: relative;
  padding-left: 8px;
}
.blog-single-body ol li:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 2px;
  left: -2em;
  counter-increment: number;
  content: counter(number);
  background: #0040BA;
  color: white;
  font-size: 12px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  margin-right: 10px;
}
.blog-single-body .wp-block-table {
  margin: 24px 0;
  overflow-x: auto;
}
@media (min-width: 992px) {
  .blog-single-body .wp-block-table {
    margin: 48px 0;
  }
}
.blog-single-body .wp-block-table table {
  font-size: 16px;
  width: 1000px;
}
@media (min-width: 768px) {
  .blog-single-body .wp-block-table table {
    max-width: 1000px;
    width: 100%;
  }
}
.blog-single-body .wp-block-table table tr:first-child td {
  background: #EEEEEE;
}
.blog-single-body .wp-block-table table tr td {
  padding: 18px 20px;
  border: none;
  border-left: 1px solid #D1CECE;
  border-bottom: 1px solid #D1CECE;
}
.blog-single-body .wp-block-table table tr td:first-child {
  background: #EEEEEE;
  border-left: none;
}
.blog-single-body .wp-block-table table tr td:last-child {
  border-right: 1px solid #D1CECE;
}

.blog-single__cat {
  margin-bottom: 16px;
}

.blog-single__time {
  margin-bottom: 24px;
  font-size: 17px;
}

/*--------------------------------------
アクセス
--------------------------------------*/
.main--access .g-mv__img {
  background-image: url("../img/access/mv.jpg");
}

.access-body > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px 0;
}
@media (min-width: 992px) {
  .access-body > .inner {
    gap: 96px 0;
    padding: 0 40px;
  }
}

.access-title {
  margin-bottom: 32px;
  font-size: 20px;
  padding-left: 16px;
  font-weight: 400;
  color: #0040BA;
  border-left: 4px solid #0040BA;
}
@media (min-width: 992px) {
  .access-title {
    margin-bottom: 48px;
    padding-left: 22px;
    font-size: 23px;
    border-left-width: 6px;
  }
}

.access__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
  margin-bottom: 36px;
}
@media (min-width: 992px) {
  .access__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 72px;
    gap: 0 72px;
  }
}

.access__img {
  max-width: 600px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .access__img {
    min-width: 600px;
    margin: 0;
  }
}
.access__img img {
  width: 100%;
}

.access__info .item .title {
  color: #0040BA;
}

.access__map {
  padding: 10px;
  background: #fff;
  border: 2px solid #0040BA;
}
.access__map__box {
  padding: 10px;
  background: #fff;
  border: 1px solid #0040BA;
}
.access__map__box__inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}
@media (min-width: 992px) {
  .access__map__box__inner {
    aspect-ratio: 1100/334;
  }
}
.access__map__box__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------
お問い合わせ
--------------------------------------*/
.main--contact .g-mv__img {
  background-image: url("../img/contact/mv.jpg");
}

.contact-box {
  padding: 28px 20px 40px;
  background: #F5F5F5;
}
@media (min-width: 992px) {
  .contact-box {
    max-width: 888px;
    margin: 0 auto;
    padding: 56px 72px 72px;
  }
}
.contact-box__note {
  margin-bottom: 30px;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 992px) {
  .contact-box__note {
    margin-bottom: 65px;
  }
}
.contact-box__note span {
  font-size: 22px;
  color: #EA3434;
}

.contact__list {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .contact__list {
    margin-bottom: 66px;
  }
}

.contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
  margin-bottom: 20px;
  font-size: 14px;
}
@media (min-width: 992px) {
  .contact__item {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .contact__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 30px;
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .contact__item__label {
    min-width: 180px;
    max-width: 180px;
    margin-top: 12px;
  }
}
.contact__item__label span.required {
  font-size: 22px;
  line-height: 1;
  color: #EA3434;
}
.contact__item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contact__item__body .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px 0;
}
@media (min-width: 992px) {
  .contact__item__body .name {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 20px;
  }
}
.contact__item__body .email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px 0;
}
@media (min-width: 992px) {
  .contact__item__body .email {
    gap: 24px 0;
  }
}
.contact__item__body .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 4px;
}
.contact__item__body .tel input {
  max-width: 145px;
}
.contact__item__body .zip-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .contact__item__body .zip-code {
    margin-bottom: 24px;
  }
}
.contact__item__body .zip-code .wpcf7-form-control-wrap:first-of-type input {
  width: 87px;
}
.contact__item__body .zip-code .wpcf7-form-control-wrap:last-of-type input {
  width: 111px;
}
.contact__item__body .address-1 {
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .contact__item__body .address-1 {
    margin-bottom: 24px;
  }
}
.contact__item__body .studio-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (min-width: 992px) {
  .contact__item__body .studio-date {
    gap: 24px 0;
  }
}
.contact__item__body .studio-date > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact__item__body .studio-date > div .form-select {
  width: 88%;
}
@media (min-width: 992px) {
  .contact__item__body .studio-date > div .form-select {
    width: 200px;
  }
}
.contact__item__body input[type=number] {
  width: 100px;
}

.wpcf7-not-valid-tip {
  margin-top: 4px;
  font-size: 14px;
}

.wpcf7-response-output {
  display: none !important;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.wpcf7-radio .wpcf7-list-item {
  display: block;
}
.wpcf7-radio .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border-radius: 0;
  position: relative;
}
.wpcf7-radio .wpcf7-list-item label input {
  display: none;
}
.wpcf7-radio .wpcf7-list-item label input:checked + span:before {
  border-color: #0040BA;
}
.wpcf7-radio .wpcf7-list-item label input:checked + span:after {
  display: block;
}
.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
}
.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label:before {
  display: inline-block;
  content: "";
  position: relative;
  top: 4px;
  left: -10px;
  width: 19px;
  height: 19px;
  border-radius: 9999px;
  border: 1px solid #353533;
  background: #fff;
}
.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label:after {
  display: none;
  content: "";
  position: absolute;
  top: 8px;
  left: -6px;
  width: 11px;
  height: 11px;
  border-radius: 9999px;
  background: #0040BA;
}
@media (min-width: 992px) {
  .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label:after {
    top: 9px;
  }
}

.form-input,
.form-textarea {
  width: 100%;
  background: #fff;
  padding: 12px 20px;
  border: 1px solid #DEDEDE;
  border-radius: 2px;
}

.form-textarea {
  height: 200px;
}

.form-radio {
  height: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-select {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .form-select {
    width: 284px;
  }
}
.form-select select {
  width: 100%;
  background: #fff;
  padding: 12px 20px;
  border: 1px solid #DEDEDE;
  border-radius: 2px;
}
.form-select:before {
  content: "";
  position: absolute;
  top: 24px;
  right: 16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #353533 transparent transparent transparent;
  z-index: 2;
}

.form-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  max-width: 450px;
  width: 100%;
  height: 60px;
  margin: 0 auto !important;
  border-radius: 4px;
  background: #0040BA;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .form-btn {
    height: 72px;
  }
}
.form-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  width: 9px;
  height: 9px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.form-btn:hover {
  opacity: 0.7;
}
.form-btn input {
  height: 100%;
  border-radius: 4px;
  font-weight: 500;
  color: #fff;
}
.form-btn input:hover {
  opacity: 1;
}

/* 確認 */
.main--contact-confirm .contact__item__label {
  margin-top: 0;
}
.main--contact-confirm .form-previous {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 30px auto 0;
  border-bottom: 1px solid #353533;
  cursor: pointer;
}
@media (min-width: 992px) {
  .main--contact-confirm .form-previous {
    margin-top: 50px;
  }
}

/* 完了 */
.main--contact-thanks .contact-thanks__text {
  text-align: center;
  font-size: 14px;
}
@media (min-width: 992px) {
  .main--contact-thanks .contact-thanks__text {
    font-size: 16px;
  }
}

/*--------------------------------------
エラー
--------------------------------------*/
/* 404 */
.main--not-found .g-mv__img {
  background-image: url("../img/error/mv.jpg");
}

.not-found-body p {
  text-align: center;
  margin-bottom: 50px;
}
.not-found-body .g-btn {
  margin: 0 auto;
}/*# sourceMappingURL=style.css.map */
