@charset "UTF-8";

:root {
    --link-color: #d2b379;
    --text-color: #000;
    background-image: url(img/img_bg.jpeg);
    background-repeat: repeat-y;
    background-position: center center;
    background-size: cover;
  }

  /*--------------------------------
 全体
---------------------------------*/
body {
    font-family: "Roboto", "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN",
      "Hiragino Sans", Meiryo, sans-serif;
    font-size: 16px;
    color: var(--text-color);
  }

  a {
    color: var(--link-color);
    text-decoration: underline;
  }

  img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .br-sp {
  display: none;
  }

  /*--------------------------------
 レイアウト
---------------------------------*/
.wrapper {
    overflow-x: hidden;
  }

  .container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 30px;
  }

  .content {
    display: grid;
    padding: 60px 0 100px;
    row-gap: 80px;
  }
/*--------------------------------
 スクロールエフェクト
---------------------------------*/
.fadeUpEffect {
    opacity: 0;
  }

  .fadeUp {
    opacity: 0;
    animation-name: fadeUp;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
  }
  @keyframes fadeUp {
    from {
      opacity: 0;
      transform: translateY(40px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
/* トップへ戻るボタン */
.page_top_btn {
  position: fixed;
  bottom: 50px;
  right: 50px;
  font-weight: normal;
  padding: 0.7em;
  text-align: center;
  text-decoration: none;
  background: #000;
  color: #fff;
  transition: 0.3s0;
}

/* マウスオーバー時 */
.page_top_btn:hover {
  background: rgba(0, 0, 0, 0.8);
  color: rgb(255, 255, 255, 0.8);
}
/*--------------------------------
 見出し
---------------------------------*/
.heading-primary {
    font-size: 48px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #fff;
    padding-top: 40px;
  }
/*--------------------------------
ヘッダー
---------------------------------*/
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px;
    padding: 30px 70px;
    background-color: #fff;
    background-color:rgba(252, 249, 249, 0.428);
  }

  .header_logo img {
    display: none;
    width: 30%;
    height: 30%;
    line-height: 1;
  }
/*--------------------------------
 グローバルナビ
---------------------------------*/
.gnav_list {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
  }

.gnav_item {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.05em;
  }

.gnav_link {
    color: #000;
    text-decoration: none;
  }

.gnav_link:hover {
    color: #fff;
  }

.gnav_link--active {
    color: #000;
  }

.btn-menu {
    display: none;
  }
/*--------------------------------
 メインビジュアル
---------------------------------*/
.mv {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;
    background-color: #fff;
    background-color:rgba(252, 249, 249, 0.428);
  }

  .mv_titleArea {
    color: #000;
    text-align: left;
  }

  .mv_title img {
    width: 100%;
    height: 100%;
    line-height: 1;
    margin-bottom: 20px;
  }

  .mv_subtitle {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .mv .mv_text {
     font-size: 24px;
     line-height: 2;
     text-align: left;
     margin: 400px 0 0 200px;
  }
/*--------------------------------
greeting
---------------------------------*/
.gree-list {
    display: grid;
    row-gap: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

.gree-box_-wrapper {
    width: 100%;

  }

.gree-box_desc {
    position: relative;
    width: 900px;
    margin: -200px 0 0 500px;
    padding: 40px 30px 30px 80px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.54);
  }

  .gree-box_text {
    font-size: 24px;
    line-height: 1.7;
  }
/*--------------------------------
course
---------------------------------*/
.course_heading {
    position: relative;
    margin-bottom: 50px;
  }

  .course_heading::before {
    display: block;
    content: "COURSE";
    position: absolute;
    top: -40px;
    left: 0;
    z-index: -1;
    font-size: 120px;
    font-weight: bold;
    line-height: 1;
    color: #f2f2f242;
  }

  .course-list {
    display: grid;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-template-columns:  repeat(auto-fill,minmax(310px, 1fr));
    column-gap: 30px;
    row-gap: 10px;
  }

  .course-list_item {
    width: 100%;
    height: 350px;
    margin: auto;
    padding: 20px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.54);
  }

  .course-list_title {
    font-size: 32px;
    font-weight: bold;
    text-align: left;
    padding-top: 20px;
  }

   .course-list_text {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 15px;
  }
  .course_sg {
    width: 200px;
    display: block;
    margin: 30px auto 20px auto;
    padding: 15px;
    text-align: center;
    color: #000;
    background-color: #fff;
  }
  button:hover{
    opacity: 0.8;
  }

/*--------------------------------
作品wiper
---------------------------------*/
.swiper-wrap {
    position: relative;
    width: 500px;
  }

  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: -30px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
  }

  .swiper-button-prev {
    left: -20px;
  }

  .swiper-button-next {
    right: -20px;
  }

  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-family: "Material Icons Round";
    font-size: 24px;
    color: #000;
  }

  .swiper-button-prev:after {
    content: "navigate_before";
  }

  .swiper-button-next:after {
    content: "navigate_next";
  }

  .swiper-pagination-bullet-active {
    background: #fff;
  }
/*--------------------------------
works
---------------------------------*/
.works_heading {
  position: relative;
  margin-bottom: 50px;
}

.works_heading::before {
  display: block;
  content: "COURSE";
  position: absolute;
  top: -40px;
  left: 0;
  z-index: -1;
  font-size: 120px;
  font-weight: bold;
  line-height: 1;
  color: #f2f2f242;
}

.works-list {
  display: grid;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-template-columns:  repeat(auto-fill,minmax(310px, 1fr));
  column-gap: 60px;
  row-gap: 10px;
}

.works-box_text {
  font-size: 24px;
  line-height: 1.7;
}

.works-list_item {
  width: 100%;

  margin: auto;
  padding: 40px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.54);
}

.works-list_title {
  font-size: 32px;
  font-weight: bold;
  text-align: left;
  padding-top: 20px;
}

 .works-list_text {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 15px;

}
.works_all {
  width: 200px;
  display: block;
  margin: 80px auto 20px auto;
  padding: 15px;
  text-align: center;
  color: #000;
  background-color: #fff;
}
button:hover{
  opacity: 0.8;
}
/*--------------------------------
スケジュール
---------------------------------*/
.schedule_heading {
    position: relative;
    margin-bottom: 50px;
  }

.schedule_heading::before {
    display: block;
    content: "SCHEDULE";
    position: absolute;
    top: -40px;
    left: 0;
    z-index: -1;
    font-size: 120px;
    font-weight: bold;
    line-height: 1;
    color: #f2f2f242;
  }
  .schedule-list {
    display: grid;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-template-columns:  repeat(auto-fill,minmax(310px, 1fr));
    column-gap: 60px;
    row-gap: 10px;
  }

  .schedule-box_text {
    font-size: 24px;
    line-height: 1.7;
  }

  .schedule-list_item {
    width: 60%;
    height: 300px;
    margin: auto;
    padding: 40px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.54);
  }

  .schedule-list_title {
    font-size: 32px;
    font-weight: bold;
    text-align: left;
    padding-top: 20px;
  }

   .schedule-list_text {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 15px;

  }
  .schedule_all {
    width: 200px;
    display: block;
    margin: 50px auto 20px auto;
    padding: 15px;
    text-align: center;
    color: #000;
    background-color: #fff;
  }
  button:hover{
    opacity: 0.8;
  }
/*--------------------------------
アクセス
---------------------------------*/
.access_heading {
  position: relative;
  margin-bottom: 50px;
}

.access_heading::before {
  display: block;
  content: "ACCESS";
  position: absolute;
  top: -40px;
  left: 0;
  z-index: -1;
  font-size: 120px;
  font-weight: bold;
  line-height: 1;
  color: #f2f2f242;
}
.access-list {
  display: grid;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-template-columns:  repeat(auto-fill,minmax(310px, 1fr));
  column-gap: 60px;
  row-gap: 10px;
}

.access-box_text {
  font-size: 24px;
  line-height: 1.7;
}

.access-list_item {
  width: 60%;
  height: 300px;
  margin: auto;
  padding: 40px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.54);
}

.access-list_title {
  font-size: 32px;
  font-weight: bold;
  text-align: left;
  padding-top: 20px;
}

 .access-list_text {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 15px;

}
.access_all {
  width: 200px;
  display: block;
  margin: 50px auto 20px auto;
  padding: 15px;
  text-align: center;
  color: #000;
  background-color: #fff;
}
button:hover{
  opacity: 0.8;
}




/*--------------------------------
 下層ページ：スタジオ概要
---------------------------------*/
.studio_studio-header {
  position: relative;
}

.studio-header:before {
  display: block;
  content: "STUDIO";
  position: absolute;
  top: 130px;
  left: 12%;
  z-index: -1;
  font-size: 100px;
  font-weight: bold;
  line-height: 1;
  color: #f2f2f242;
}
.studio h2 {
 color: #fff;
 font-size: 1.5em;
 padding-top: 40px;
 padding-left: 12%;
}
.studio-info_table {
  margin-bottom: 100px;
}

.studio-info_map iframe {
  height: 380px;
}

.studio-info_map-link {
  font-size: 14px;
  text-align: right;
  margin-top: 20px;
}
/*--------------------------------
 下層ページ：テーブル
---------------------------------*/
.table-type01 {
  width: 60%;
  font-size: 16px;
  border-collapse: collapse;
  border-spacing: 0;
  margin: auto;
  color: #fff;
  letter-spacing: 0.1em;
}

.table-type01 th,
.table-type01 td {
  text-align: left;
  padding: 20px;
}
.table-type01 tr {
  width: 500px;
  border-bottom: solid 1px #ddd;
}
.table-type01 th {
  width: 20%;
}

.table-type01 p:not(:last-child) {
  margin-bottom: 20px;
}

.table-type01 ul {
  margin-left: 50px;
}
/*--------------------------------
 下層ページ：ニュース
---------------------------------*/
.news_news-header {
  position: relative;
}

.news-header:before {
  display: block;
  content: "NEWS";
  position: absolute;
  top: 1130px;
  left: 12%;
  z-index: -1;
  font-size: 100px;
  font-weight: bold;
  line-height: 1;
  color: #f2f2f242;
}
.news h2 {
 color: #fff;
 font-size: 1.5em;
 padding-bottom: 60px;
 padding-top: 65px;
 margin-left: 12%;
}
.news_inner {
  display: flex;
  column-gap: 90px;
}

.news_body {
  flex: 1;
}

.news-list_link {
  display: flex;
  color: #fff;
  text-decoration: none;
}

.news-list_link:hover {
  color: var(--main-color);
}

.news-list_item {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
}

.news-list_item:last-child {
  margin-bottom: 0;
}

.news-list_title {
  font-size: 15px;
  line-height: 1.8;
}

.news-list_date {
  margin-right: 20px;
}
/*--------------------------------
下層ページ：お問い合わせ
---------------------------------*/
.contact_heading {
  position: relative;
  margin-bottom: 50px;
}

.contact_heading::before {
  display: block;
  content: "CONTACT";
  position: absolute;
  top: -40px;
  left: 0;
  z-index: -1;
  font-size: 100px;
  font-weight: bold;
  line-height: 1;
  color: #f2f2f242;
}
#contact h2 {
 color: #fff;
 font-size: 1.5em;
 padding-bottom: 50px;
 padding-top: 30px;
}
#contact .contact_text {
  color: #fff;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  line-height: 2;
  padding-bottom: 20px;
 }
.contact_form {
  color: #000;
  padding: 90px;
  border: 5px solid var(--main-color);
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.54);
}

.form_item:not(:last-child) {
  margin-bottom: 30px;
}

.form_title {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}

.form_note {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  margin-left: 5px;
}

.form_require {
  font-size: 12px;
  font-size: 0.75rem;
  color: var(--main-color);
  margin-left: 10px;
}

.form_radio:not(:last-child) {
  margin-right: 35px;
}

.form input[type="radio"] {
  margin-right: 5px;
  border: 1px solid #333;
  border-radius: 50%;
}

.form_input,
.form_select {
  width: 300px;
  color: #333;
  padding: 8px;
  border: solid 1px #aaa;
  border-radius: 5px;
  background-color: #fff;
}

.form input[type="tel"] {
  width: 200px;
}

.form_textarea {
  min-width: 600px;
  min-height: 200px;
  color: #333;
  padding: 8px;
  border: solid 1px #aaa;
  border-radius: 5px;
  background-color: #fff;
  resize: both;
}

.form_btn {
  text-align: center;
  margin-top: 50px;
  background-color: #000;
  padding: 3%;
  color: #fff;
}

/*--------------------------------
 フッター
---------------------------------*/
.footer {
    color: #fff;
    padding: 60px 20px 50px;
  }

  .footer-nav {
    margin-bottom: 50px;
  }

  .footer-nav_list {
    display: flex;
    column-gap: 30px;
    justify-content: center;
    align-items: center;
  }

  .footer-nav_item {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.05em;
  }

  .footer-nav_link {
    color: #fff;
    text-decoration: none;
  }

  .footer_copyright {
    font-size: 13px;
    letter-spacing: 0.03em;
    text-align: center;
  }

  /*media Queries 767
----------------------------------------------------*/
@media screen and (max-width: 767px) {
body {
  font-size: 12px;
  }

.heading-primary {
    font-size: 24px;
}
/* レイアウト */
.container {
  padding: 0 20px;
  }

.content {
  padding: 0 20px;
  justify-content: center;
  row-gap: 25px;
  }
  .br-sp {
    display: block;
    }
/* ヘッダー */
 .header {
  position: relative;
  height: 60px;
  padding: 20px;
}

.header_logo {
  display: none;
}

.gnav {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 180px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.652);
  box-shadow: -10px 0 35px -20px rgb(0 0 0 / 25%);
}

.gnav_list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 250px;
  padding: 90px 20px 20px 30px;
  row-gap: 25px;
}

.gnav_link {
  color: #fff;
}

.gnav_link:hover {
  color: #000;
}

.gnav_link--active {
  opacity: 0.6;
}

.btn-menu {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 200;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  text-align: center;
  padding: 21px 16px;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  appearance: none;
}

.btn-menu_line {
  display: block;
  position: relative;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.4s;
  border-radius: 4px;
  background-color: #000;
}

.btn-menu_line::before,
.btn-menu_line::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transition: inherit;
  border-radius: 4px;
  background-color: #000;
}

.btn-menu_line::before {
  top: -8px;
}

.btn-menu_line::after {
  top: 8px;
}

.btn-menu.active .btn-menu_line {
  background-color: transparent;
}

.btn-menu.active .btn-menu_line::before,
.btn-menu.active .btn-menu_line::after {
  top: 0;
  background-color: #fff;
}

.btn-menu.active .btn-menu_line::before {
  transform: rotate(45deg);
}

.btn-menu.active .btn-menu_line::after {
  transform: rotate(-45deg);
}
/* トップへ戻るボタン */
.page_top_btn {
  position: fixed;
  bottom: 50px;
  right: 20px;
  font-weight: normal;
  padding: 0.7em;
  text-align: center;
  text-decoration: none;
  background: #000;
  color: #fff;
  transition: 0.3s0;
}

/* マウスオーバー時 */
.page_top_btn:hover {
  background: rgba(0, 0, 0, 0.8);
  color: rgb(255, 255, 255, 0.8);
}
/* メインビジュアル */
.mv {
  max-width: 100%;
  height: 460px;
  }

.mv_title img {
  width: 160px;
  margin-left: 10%;
  }

.mv_subtitle {
  width: 300px;
  font-size: 0.9em;
  margin-left: 10%;
  }

.mv .mv_text {
  width: 300px;
  font-size: 12px;
  line-height: 2;
  text-align: left;
  margin: 280px 10px 0 -200px;

 }
 /* greeting */
.gree-list {
   display: grid;
   row-gap: 50px;
   display: block;

 }

 .gree-box_img-wrapper {
   width: 80%;
   padding: 40px 0 10px 0;
   margin: 0 auto;
 }

 .gree-box_desc {
   position: relative;
   width: 280px;
   margin: -40px 0 0 50px;
   padding: 20px;
   border-radius: 8px;
   background-color: rgba(255, 255, 255, 0.54);
 }

 .gree-box_text {
   font-size: 12px;
   line-height: 1.7;
 }
/* course */
.course_heading {
  position: relative;
  margin-bottom: 50px;
}
.course_heading h2 {
  margin-left: 0;
}

.course_heading::before {
  display: block;
  content: "COURSE";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  color: #f2f2f242;
}

.course-list {
  width: 300px;
  display: grid;
  margin: 0 auto;
  row-gap: 20px;

}

.course-list_item {
  width: 100%;
  height: 300px;
  margin: auto;
  padding: 20px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.54);
}

.course-list_title {
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  padding-top: 10px;
  margin-left: 0;
}

 .course-list_text {
  font-size: 12px;
  line-height: 1.7;
  margin-top: 15px;
}
.course_sg {
  width: 200px;
  display: block;
  margin: 20px auto 20px auto;
  padding: 15px;
  text-align: center;
  color: #000;
  background-color: #fff;
}
button:hover{
  opacity: 0.8;
}

/* 作品swiper */
.swiper-wrap {
  position: relative;
  width: 300px;
  padding-top: 20px;
  margin: 0 auto;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -20px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #fff;
  margin-top: 0;
}

.swiper-button-prev {
  left: -18px;
}

.swiper-button-next {
  right: -18px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: "Material Icons Round";
  font-size: 20px;
  color: #000;
}

.swiper-button-prev:after {
  content: "navigate_before";
}

.swiper-button-next:after {
  content: "navigate_next";
}

.swiper-pagination-bullet-active {
  background: #fff;
}

/* works */
.works_heading {
  position: relative;
  margin-bottom: 50px;
}
.works_heading h2 {
  margin-left: 10;
}

.works_heading::before {
  display: block;
  content: "WORKS";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  color: #f2f2f242;
  margin-top: 0;
}

.works-list {
  display: grid;
  display: block;
  width: 100%;
  height: auto;
  row-gap: 30px;
}

.works-box_text {
  font-size: 18px;
  line-height: 1.3;
}

.works-list_item {
  width: 100%;
  margin: auto;
  padding: 30px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.54);
}

 .works-list_text {
  font-size: 12px;
  line-height: 1.7;
  margin-top: 15px;

}
.works_all {
  width: 200px;
  display: block;
  margin: 30px auto 10px auto;
  padding: 15px;
  text-align: center;
  color: #000;
  background-color: #fff;
}
button:hover{
  opacity: 0.8;
}
/* スケジュール */

.schedule_heading {
  position: relative;
  margin-bottom: 10px;
}

.schedule_heading h2 {
  margin-left: 0;
  margin-top: 50px;
}

.schedule_heading::before {
  display: block;
  content: "SCHEDULE";
  position: absolute;
  top: 50px;
  left: 0;
  z-index: -1;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  color: #f2f2f242;
  margin-top: -40px;
}
.schedule-list {
  display: grid;
  row-gap: 50px;
  display: block;
}

.schedule-box_text {
  font-size: 24px;
  line-height: 1.7;
}

.schedule-list_item {
  width: 100%;
  height: 300px;
  margin: 80px auto 20px;
  padding: 40px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.54);
}

.schedule-list_title {
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  padding-top: 20px;
}

 .schedule-list_text {
  font-size: 12px;
  line-height: 1.7;
  margin-top: 15px;

}
.schedule_all {
  width: 200px;
  display: block;
  margin: 30px auto 20px auto;
  padding: 15px;
  text-align: center;
  color: #000;
  background-color: #fff;
}
button:hover{
  opacity: 0.8;
}
.schedule img {
 width: 100%;
 margin: 20px 0 0 0;
}
/* アクセス */

.access_heading {
  position: relative;
  margin-bottom: 10px;
}

.access_heading h2 {
  margin-left: 0;
  margin-top: 50px;
}

.access_heading::before {
  display: block;
  content: "ACCESS";
  position: absolute;
  top: 50px;
  left: 0;
  z-index: -1;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  color: #f2f2f242;
  margin-top: -40px;
}
.access-list {
  display: grid;
  row-gap: 50px;
  display: block;
}

.access-box_text {
  font-size: 24px;
  line-height: 1.7;
}

.access-list_item {
  width: 100%;
  height: 300px;
  margin: 60px auto 0;
  padding: 40px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.54);
}

.access-list_title {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  padding-top: 20px;
}

 .access-list_text {
  font-size: 12px;
  line-height: 1.7;
  margin-top: 15px;

}

#access img {
 width: 100%;
 margin: 20px 0 0 0;
}
 /* お問い合わせ */
#contact .contact_form {
  max-width: 320px;
 }
.contact_heading {
  position: relative;
  margin-bottom: 50px;
}

.contact_heading::before {
  display: block;
  content: "CONTACT";
  position: absolute;
  top: 20%;
  left: 0;
  z-index: -1;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  color: #f2f2f242;
}
#contact h2 {
 color: #fff;
 font-size: 1.2em;
 padding-bottom: 30px;
 padding-top: 25%
}
#contact .contact_text {
  color: #fff;
  font-size: 1.1em;
  letter-spacing: 0.1em;
  line-height: 2;
  padding-bottom: 10px;
 }
.contact_form {
  color: #000;
  padding: 30px 10px;
  border: 5px solid var(--main-color);
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.54);
}

.form_item:not(:last-child) {
  margin-bottom: 30px;
}

.form_title {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}

.form_note {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  margin-left: 5px;
}

.form_require {
  font-size: 12px;
  font-size: 0.75rem;
  color: var(--main-color);
  margin-left: 5px;
}

.form_radio:not(:last-child) {
  margin-right: 15px;
}

.form input[type="radio"] {
  margin-right: 5px;
  border: 1px solid #333;
  border-radius: 50%;
}

.form_input,
.form_select {
  width: 300px;
  color: #333;
  padding: 8px;
  border: solid 1px #aaa;
  border-radius: 5px;
  background-color: #fff;
}

.form input[type="tel"] {
  width: 200px;
}

.form_textarea {
  min-width: 300px;
  min-height: 200px;
  color: #333;
  padding: 8px;
  border: solid 1px #aaa;
  border-radius: 5px;
  background-color: #fff;
  resize: both;
}

.form_btn {
  text-align: center;
  margin-top: 50px;
  background-color: #000;
  padding: 3%;
  color: #fff;
}

/*--------------------------------
 下層ページ：スタジオ概要
---------------------------------*/
.studio_studio-header {
  position: relative;
}

.studio-header:before {
  display: block;
  content: "STUDIO";
  position: absolute;
  top: 80px;
  left: 10%;
  z-index: -1;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  color: #f2f2f242;
}
.studio h2 {
 color: #fff;
 font-size: 1.5em;
 padding-top: 55px;
 padding-left: 5%;
}
.studio-info_table {
  margin-bottom: 100px;
}

.studio-info_map iframe {
  height: 380px;
}

.studio-info_map-link {
  font-size: 14px;
  text-align: right;
  margin-top: 20px;
}
/*--------------------------------
 下層ページ：テーブル
---------------------------------*/
.table-type01 {
  width: 100%;
  font-size: 12px;
  border-collapse: collapse;
  margin: auto;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 2;
}

.table-type01 th,
.table-type01 td {
  text-align: left;
  padding: 20px;
}
.table-type01 tr {
  width: 300px;
  border-bottom: solid 1px #ddd;
}
.table-type01 th {
  width: 38%;
}

.table-type01 p:not(:last-child) {
  margin-bottom: 20px;
}

.table-type01 ul {
  margin-left: 50px;
}
/*--------------------------------
 下層ページ：ニュース
---------------------------------*/
.news_news-header {
  position: relative;
}

.news-header:before {
  display: block;
  content: "NEWS";
  position: absolute;
  top: 1025px;
  left: 10%;
  z-index: -1;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  color: #f2f2f242;
}
.news h2 {
 color: #fff;
 font-size: 1.5em;
 padding-bottom: 60px;
 padding-top: 50px;
 padding-left: 0;
}
.news_inner {
  display: flex;
  column-gap: 90px;
}

.news_body {
  flex: 1;
}

.news-list_link {
  display: flex;
  color: #fff;
  text-decoration: none;
}

.news-list_link:hover {
  color: var(--main-color);
}

.news-list_item {
  font-size: 12px;
  line-height: 1.8;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
}

.news-list_item:last-child {
  margin-bottom: 0;
}

.news-list_title {
  font-size: 12px;
  line-height: 1.8;
}

.news-list_date {
  margin-right: 20px;
}
/*--------------------------------
下層ページ：お問い合わせ
---------------------------------*/
.contact_heading {
  position: relative;
  margin-bottom: 50px;
}

.contact_heading::before {
  display: block;
  content: "CONTACT";
  position: absolute;
  top: 30px;
  left: 0;
  z-index: -1;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  color: #f2f2f242;
}
#contact h2 {
 color: #fff;
 font-size: 1.5em;
 padding-bottom: 20px;
 padding-top: 65px;
}
#contact .contact_text {
  color: #fff;
  font-size: 1.1em;
  letter-spacing: 0.1em;
  line-height: 2;
  padding-bottom: 5px;
 }
.contact_form {
  color: #000;
  padding: 50px 25px 50px 25px;
  border: 5px solid var(--main-color);
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.54);
}

.form_item:not(:last-child) {
  margin-bottom: 30px;
}

.form_title {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}

.form_note {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  margin-left: 5px;
}

.form_require {
  font-size: 12px;
  font-size: 0.75rem;
  color: var(--main-color);
  margin-left: 10px;
}

.form_radio:not(:last-child) {
  margin-right: 15px;
  line-height: 2;
}

.form input[type="radio"] {
  margin-right: 1px;
  border: 1px solid #333;
  border-radius: 50%;
}

.form_input,
.form_select {
  width: 280px;
  color: #333;
  padding: 10px;
  border: solid 1px #aaa;
  border-radius: 5px;
  background-color: #fff;
}

.form input[type="tel"] {
  width: 280px;
}

.form_textarea {
  min-width: 280px;
  min-height: 150px;
  color: #333;
  padding: 8px;
  border: solid 1px #aaa;
  border-radius: 5px;
  background-color: #fff;
  resize: both;
}

.form_btn {
  text-align: center;
  margin-top: 50px;
  background-color: #000;
  padding: 3%;
  color: #fff;
}

 /* フッター */
.footer {
  padding: 40px 0 30px;
}
.footer-nav_list {
  display: block;
}
.footer-nav_list li {
  padding-top: 5%;
  padding-left: 5%;
}
.footer-nav_item {
  font-size: 11px;
}

.footer-copyright {
  font-size: 10px;
}
}