.global-header {
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 120;
  padding: 0 10px 0 10px;
  background-color: #21b4d6;
}
.global-header__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.global-header__inner .header__logo {
  width: 50px;
  line-height: 0;
  padding: 10px 0;
}
.global-header__inner .hamburger-menu {
  display: flex;
}
.global-header__inner .hamburger-menu .header__nav {
  position: fixed;
  top: 72px;
  right: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 110;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.5s;
}
.global-header__inner .hamburger-menu .header__nav__menu {
  height: 100%;
  background-color: #fff;
  width: 70%;
  padding: 30px 20px 0 20px;
  margin: 0 0 0 auto;
}
.global-header__inner .hamburger-menu .header__nav__menu li {
  list-style: none;
  margin-bottom: 30px;
}
.global-header__inner .hamburger-menu .header__nav__menu li a {
  display: block;
  width: 100%;
  color: #1a1311;
  box-sizing: border-box;
  text-decoration: underline;
  position: relative;
  background-size: contain;
  font-size: 16px;
  font-size: 4.1025641026vw;
}
@media screen and (min-width: 768px) {
  .global-header__inner .hamburger-menu .header__nav__menu li a {
    font-size: 14px;
  }
}
.global-header__inner .menu-btn {
  position: fixed;
  top: 2px;
  cursor: pointer;
  right: 5px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 120;
  font-size: 10px;
}
.global-header__inner .menu-btn span {
  content: "";
  display: block;
  height: 3px;
  width: 40px;
  border-radius: 3px;
  background-color: #1a1311 !important;
  position: absolute;
}
.global-header__inner .menu-btn span:nth-child(1) {
  top: 19px;
}
.global-header__inner .menu-btn span:nth-child(2) {
  top: 34px;
}
.global-header__inner .menu-btn span:nth-child(3) {
  top: 50px;
}
.global-header__inner #menu-btn-check {
  display: none;
}
.global-header__inner #menu-btn-check:checked ~ .menu-btn span:nth-child(2) {
  background-color: rgba(255, 255, 255, 0) !important;
}
.global-header__inner #menu-btn-check:checked ~ .menu-btn span:nth-child(1) {
  top: 30px;
  transform: rotate(43deg);
  transition: all 0.3s;
}
.global-header__inner #menu-btn-check:checked ~ .menu-btn span:nth-child(3) {
  top: 30px;
  transform: rotate(-43deg);
  transition: all 0.3s;
}
.global-header__inner #menu-btn-check:checked ~ .header__nav {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .global-header {
    height: auto;
    max-width: 1120px;
    width: 90%;
    height: 100px;
    display: flex;
    align-items: center;
  }
  .global-header .header__logo {
    width: 75px;
    line-height: 0;
  }
  .global-header .global-header__inner {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    gap: 0 20px;
  }
  .global-header .global-header__inner .menu-btn {
    top: 10px;
  }
  .global-header .global-header__inner .hamburger-menu {
    margin: 0 0 0 auto;
    width: 100%;
  }
  .global-header .global-header__inner .hamburger-menu .header__nav {
    top: 0;
    background-color: transparent;
    position: relative;
    display: flex;
    align-items: center;
  }
  .global-header .global-header__inner .hamburger-menu .header__nav__menu {
    display: flex;
    background-color: transparent;
    padding: 0;
    width: 100%;
    gap: 0 10px;
  }
  .global-header .global-header__inner .hamburger-menu .header__nav__menu li.menu__item {
    margin-bottom: 0;
    width: calc((100% - 50px) / 6);
  }
  .global-header .global-header__inner .hamburger-menu .header__nav__menu li.menu__item a {
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    margin: 0;
    height: 60px;
    display: block;
    width: 100%;
    font-weight: 600;
    text-decoration: none;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-size: 5.1282051282vw;
  }
  .global-header .global-header__inner .hamburger-menu .header__nav__menu li.menu__item a:hover {
    color: #000;
    background-color: #fff;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .global-header .global-header__inner .hamburger-menu .header__nav__menu li.menu__item a {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .global-header .global-header__inner .menu-btn {
    display: none;
  }
  .global-header .global-header #menu-btn-check ~ .header__nav {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  .global-header {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .global-header {
    top: 0;
  }
}

.index #mv {
  line-height: 0;
  margin-bottom: 10px;
  background-color: #000;
}
.index #mv_textarea {
  overflow: hidden;
  font-family: "Noto Serif JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.index #mv_textarea .inner {
  width: 108%;
  max-width: 100%;
}
.index #mv_textarea h2 {
  font-size: 30px;
  font-size: 7.6923076923vw;
  border-bottom: 8px solid #000;
  line-height: 120%;
  margin-bottom: 10px;
  padding: 0 10px 5px 10px;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 768px) {
  .index #mv_textarea h2 {
    font-size: 50px;
    padding: 0 20px 5px 20px;
  }
}
.index #mv_textarea h2::after {
  position: absolute;
  bottom: -20px;
  right: 0;
  width: 70px;
  height: 50px;
  overflow: hidden;
  content: "";
  display: block;
  background-image: linear-gradient(to right, #fff 3px, transparent 3px);
  background-size: 18px 3px;
}
.index #mv_textarea p {
  font-size: 15px;
  font-size: 3.8461538462vw;
  line-height: 130%;
  margin-top: 0;
  font-weight: 500;
  padding: 0 15px 5px 15px;
}
@media screen and (min-width: 768px) {
  .index #mv_textarea p {
    font-size: 25px;
    padding: 0 30px 5px 30px;
  }
}
.index #mv_textarea span {
  color: #21b4d6;
}
@media screen and (min-width: 768px) {
  .index #news,
  .index #access_area,
  .index #floormap_area,
  .index #works_area,
  .index #staff_area,
  .index #company_area,
  .index #contact {
    padding-top: 30px;
    margin-bottom: 30px;
    position: relative;
  }
  .index #news::after,
  .index #access_area::after,
  .index #floormap_area::after,
  .index #works_area::after,
  .index #staff_area::after,
  .index #company_area::after,
  .index #contact::after {
    position: absolute;
    bottom: 0;
    left: 3%;
    content: "";
    width: 5px;
    height: 114px;
    display: block;
    z-index: 2;
    background-image: repeating-linear-gradient(221deg, #000000, #000000 15px, #fff 15px, #fff 18px, #000000 18px);
    background-size: 7px 100%, 100% 7px, 7px 100%, 100% 7px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
  }
  .index #news::before,
  .index #access_area::before,
  .index #floormap_area::before,
  .index #works_area::before,
  .index #staff_area::before,
  .index #company_area::before,
  .index #contact::before {
    position: absolute;
    background-color: #000;
    top: 0;
    left: 3%;
    content: "";
    width: 5px;
    height: 100%;
    display: block;
    z-index: 1;
  }
}
.index #news ul {
  margin-top: 40px;
}
.index #news ul li {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  font-size: 15px;
  font-size: 3.8461538462vw;
  color: #000;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .index #news ul li {
    font-size: 20px;
  }
}
.index #news ul li .news-date {
  margin-right: 1rem;
  font-size: 16px;
}
.index #news ul li + li {
  border-top: 2px solid #bebebe;
  padding-top: 20px;
}
.index #news ul li:has(a) {
  display: block;
}
.index #news ul li:has(a) a {
  display: flex;
  flex-direction: column;
}
.index #news ul li:has(a) a:hover {
  text-decoration: underline;
}
.index #access_area {
  padding-top: 30px;
  position: relative;
}
.index #access_area .access_note {
  margin-bottom: 40px;
}
.index #access_area .access_note__address {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .index #access_area .access_note__address {
    display: flex;
    align-items: end;
    justify-content: space-between;
  }
}
.index #access_area .access_note__addressinner {
  font-size: 15px;
  font-size: 3.8461538462vw;
}
@media screen and (min-width: 768px) {
  .index #access_area .access_note__addressinner {
    font-size: 20px;
  }
}
.index #access_area .access_note .btn {
  margin: 20px 0 0 0;
}
.index #access_area .access_note .btn a {
  padding: 10px 20px;
  text-align: center;
  font-size: 17px;
  font-size: 4.358974359vw;
}
@media screen and (min-width: 768px) {
  .index #access_area .access_note .btn a {
    font-size: 1.2rem;
  }
}
.index #access_area .access_note__mail {
  display: flex;
}
.index #access_area .access_note__mail_tit {
  margin-right: 5px;
}
.index #access_area .access_note__yobidashi {
  background-color: #4c4c4c;
  color: #fff;
  padding: 10px;
}
.index #access_area h3 {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.index #access_area h3 span {
  margin-right: 5px;
  font-weight: bold;
  width: 1.8rem;
  height: 1.8rem;
  display: block;
  background-color: #4c4c4c;
  color: #fff;
  text-align: center;
  border: 1px solid #21b4d6;
}
.index #access_area table {
  width: 100%;
}
.index #access_area table tr th,
.index #access_area table tr td {
  background-color: #4c4c4c;
  padding: 10px;
  color: #fff;
}
.index #access_area table tr th {
  text-align: left;
  border-bottom: 1px solid #fff;
  width: 25%;
}
.index #access_area table tr td {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .index #access_area table tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .index #access_area table tr th,
  .index #access_area table tr td {
    width: 100%;
  }
  .index #access_area table tr th {
    text-align: center;
  }
}
.index #floormap_area ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(4, 1fr);
}
.index #floormap_area ul li {
  text-align: center;
  border-radius: 5px;
  background-color: #21b4d6;
}
.index #floormap_area ul li:hover {
  opacity: 0.6;
  transition: 0.5s;
}
.index #floormap_area ul li a {
  padding: 10px 10px;
  color: #fff;
  display: block;
  padding: 5px auto;
  line-height: 140%;
  display: block;
  font-weight: bold;
  font-size: 15px;
  font-size: 3.8461538462vw;
}
@media screen and (min-width: 768px) {
  .index #floormap_area ul li a {
    font-size: 20px;
  }
}
.index #floormap_area ul li a:hover {
  text-decoration: none;
}
.index #floormap_area ul li:nth-child(1) {
  background: #d8232f;
  grid-area: 1/1/2/3;
}
.index #floormap_area ul li:nth-child(2) {
  background: #0053c8;
  grid-area: 1/3/2/5;
}
.index #floormap_area ul li:nth-child(3) {
  background: #ddbf05;
  grid-area: 1/5/2/7;
}
.index #floormap_area ul li:nth-child(4) {
  background: #26a7e1;
  grid-area: 2/1/3/3;
}
.index #floormap_area ul li:nth-child(5) {
  background: #f08331;
  grid-area: 2/3/3/5;
}
.index #floormap_area ul li:nth-child(6) {
  background: #a8b636;
  grid-area: 2/5/3/7;
}
.index #floormap_area ul li:nth-child(7) {
  background: #4a1b02;
  grid-area: 3/1/4/7;
}
.index #floormap_area ul li:nth-child(8) {
  background: #787979;
  grid-area: 4/1/5/4;
}
.index #floormap_area ul li:nth-child(9) {
  background: #d9779a;
  grid-area: 4/4/5/7;
}
.index #staff_area .right {
  margin-bottom: 0;
}
.index #staff_area ul {
  margin-top: 40px;
}
.index #staff_area ul li {
  margin-bottom: 20px;
}
.index #works_area .right {
  margin-bottom: 0;
}
.index #works_area ul {
  margin-top: 40px;
}
.index #works_area ul li {
  width: 40%;
  border-bottom: 2px solid #4c4c4c;
  margin-bottom: 40px;
}
.index #works_area ul li a {
  font-size: 15px;
  font-size: 3.8461538462vw;
  background-image: url(../img/icn.png);
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 1.5rem;
  color: #000;
  padding-left: 30px;
  font-weight: 600;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .index #works_area ul li a {
    font-size: 20px;
  }
}
.index #works_area ul li a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .index #works_area ul li {
    width: 100%;
  }
  .index #works_area ul li a {
    display: block;
  }
}
.index #company_area table {
  border-collapse: collapse;
}
.index #company_area table tr {
  border-bottom: 2px solid #4c4c4c;
  position: relative;
}
.index #company_area table tr::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -6px;
  left: 0;
  background-image: url(../img/icn.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 767px) {
  .index #company_area table tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .index #company_area table td {
    padding: 5px 20px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .index #company_area table th {
    width: 20%;
    text-align: left;
    vertical-align: top;
    padding: 5px 10px 5px 1.5rem;
  }
  .index #company_area table td {
    width: 80%;
    padding: 5px 10px 5px 10px;
  }
}
.index #company_area table tr:nth-of-type(6) {
  border: none;
}
.index #company_area table tr:nth-of-type(6)::after {
  display: none;
}

#wrap-bg {
  background: url(../img/bg.jpg);
}

#wrap {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto 0;
  background-color: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #wrap {
    width: 100%;
    margin-top: 72px;
    min-height: calc(100vh - 72px);
  }
}
@media screen and (min-width: 768px) {
  #wrap {
    padding-top: 100px;
    min-height: calc(100vh - 110px);
    min-height: 100vh;
  }
}
#wrap.index {
  background-color: #fff;
  color: #000;
}
@media screen and (max-width: 767px) {
  #wrap.index {
    width: 100%;
    margin-top: 72px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

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

body {
  line-height: 180%;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  color: #1a1311;
  font-size: 16px;
  font-size: 4.1025641026vw;
  word-wrap: break-word;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

a {
  color: #21b4d6;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  opacity: 0.7;
  transition: 0.5s;
}

h1 {
  text-align: center;
  font-size: 3em;
  line-height: 130%;
  font-weight: 500;
}
h1 span {
  display: block;
}

.content-title {
  background-color: #21b4d6;
}
.content-title h1 {
  font-size: 20px;
  font-size: 5.1282051282vw;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 40px 0 10px calc(5% + 10px);
  text-align: left;
  color: #000;
  position: relative;
  display: flex;
}
@media screen and (min-width: 768px) {
  .content-title h1 {
    font-size: 30px;
  }
}
.content-title h1 a {
  margin-left: auto;
  margin-right: 3%;
  margin-bottom: 0;
  border: 1px solid #000;
  color: #000;
  display: flex;
  align-items: center;
  line-height: 100%;
  padding: 3px 10px;
  font-size: 13px;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 768px) {
  .content-title h1 a {
    margin-bottom: 5px;
    font-size: 18px;
  }
}
.content-title h1 a:hover {
  text-decoration: none;
  background-color: #000;
  color: #fff;
}
.content-title h1 span {
  position: relative;
}
.content-title h1 span::after {
  width: 4rem;
  height: 1rem;
  right: -4.5rem;
  bottom: 0.2rem;
  position: absolute;
  display: block;
  content: "";
  background: url(../img/content-title_bg.png) left bottom no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .content-title h1 span::after {
    width: 5rem;
    height: 2rem;
    right: -5.5rem;
    bottom: 0.3rem;
  }
}
.content-title h1::before {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  content: "";
  display: block;
}
.content-title h1::after {
  position: absolute;
  bottom: 0px;
  left: 5%;
  width: 4px;
  height: 100%;
  content: "";
  display: block;
  background-image: repeating-linear-gradient(221deg, #000000, #000000 10px, transparent 10px, transparent 12px, #000000 12px);
  background-size: 7px 100%, 100% 7px, 7px 100%, 100% 7px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
}

h2.h2_tit {
  margin: 0 0 20px 0;
  padding: 10px 5% 15px;
  font-weight: 600;
  background-color: #21b4d6;
  position: relative;
  overflow: hidden;
  font-size: 29px;
  font-size: 7.4358974359vw;
}
@media screen and (min-width: 768px) {
  h2.h2_tit {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  h2.h2_tit {
    padding: 10px 5%;
  }
}
h2.h2_tit::before {
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  content: "";
  display: block;
}
h2.h2_tit::after {
  position: absolute;
  bottom: 4px;
  right: 0;
  content: "";
  width: 100px;
  height: 4px;
  display: block;
  z-index: 2;
  background-image: repeating-linear-gradient(310deg, #000000, #000000 15px, #21b4d6 15px, #21b4d6 18px, #000000 18px);
}
h2.h2_tit span {
  position: relative;
}
h2.h2_tit span::after {
  right: -3.1rem;
  top: 0;
  bottom: 0;
  position: absolute;
  display: block;
  content: "";
  width: 3rem;
  height: 2.5rem;
  background: url(../img/h2_bg.png) left bottom no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  h2.h2_tit span::after {
    right: -3.2rem;
    height: 0.7em;
    top: inherit;
    bottom: 0.3em;
  }
}
h2.h2_tit_hex {
  color: #21b4d6;
  padding: 0 0 0 calc(5% + 1rem);
  margin: 20px 0;
  position: relative;
  background: linear-gradient(180deg, #000 0%, #000 47%, #21b4d6 47%, #21b4d6 51%, #000 51%, #000 100%);
  font-size: 18px;
  font-size: 4.6153846154vw;
}
@media screen and (min-width: 768px) {
  h2.h2_tit_hex {
    font-size: 1.1rem;
  }
}
h2.h2_tit_hex span {
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-top: #21b4d6 2px solid;
  border-bottom: #21b4d6 2px solid;
  height: 2.8rem;
  line-height: 2.7rem;
  z-index: 2;
  background-color: #000;
}
h2.h2_tit_hex span::before, h2.h2_tit_hex span::after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  transform: rotate(45deg);
  position: relative;
  background-color: #000;
  z-index: 1;
}
h2.h2_tit_hex span::before {
  right: 0;
  right: 1rem;
  border-bottom: 2px solid #21b4d6;
  border-left: 2px solid #21b4d6;
}
h2.h2_tit_hex span::after {
  left: 0;
  left: 1rem;
  border-top: 2px solid #21b4d6;
  border-right: 2px solid #21b4d6;
}
h2.h2_tit_line {
  position: relative;
  padding: 0 1% 10px 1%;
  margin-bottom: 40px;
  line-height: 140%;
  font-size: 20px;
  font-size: 5.1282051282vw;
}
@media screen and (min-width: 768px) {
  h2.h2_tit_line {
    font-size: 30px;
  }
}
h2.h2_tit_line::before {
  position: absolute;
  content: "";
  height: 4px;
  width: 100%;
  bottom: 0;
  left: 0;
  display: block;
  background: #21b4d6;
}
h2.h2_tit_line::after {
  position: absolute;
  content: "";
  height: 4px;
  width: 9.4rem;
  bottom: 0;
  right: 0;
  display: block;
  background-image: linear-gradient(311deg, #21b4d6, #21b4d6 6px, #000 6px, #000 11px, #21b4d6 11px, #21b4d6 13px);
  background-size: 32px 11px;
  background-position: center;
}
h2.h2_tit_line.room01::before {
  background: #d8232f;
}
h2.h2_tit_line.room01::after {
  background-image: linear-gradient(311deg, #d8232f, #d8232f 6px, #000 6px, #000 11px, #d8232f 11px, #d8232f 13px);
}
h2.h2_tit_line.room02::before {
  background: #0053c8;
}
h2.h2_tit_line.room02::after {
  background-image: linear-gradient(311deg, #0053c8, #0053c8 6px, #000 6px, #000 11px, #0053c8 11px, #0053c8 13px);
}
h2.h2_tit_line.room03::before {
  background: #ddbf05;
}
h2.h2_tit_line.room03::after {
  background-image: linear-gradient(311deg, #ddbf05, #ddbf05 6px, #000 6px, #000 11px, #ddbf05 11px, #ddbf05 13px);
}
h2.h2_tit_line.room04::before {
  background: #26a7e1;
}
h2.h2_tit_line.room04::after {
  background-image: linear-gradient(311deg, #26a7e1, #26a7e1 6px, #000 6px, #000 11px, #26a7e1 11px, #26a7e1 13px);
}
h2.h2_tit_line.room05::before {
  background: #f08331;
}
h2.h2_tit_line.room05::after {
  background-image: linear-gradient(311deg, #f08331, #f08331 6px, #000 6px, #000 11px, #f08331 11px, #f08331 13px);
}
h2.h2_tit_line.room06::before {
  background: #a8b636;
}
h2.h2_tit_line.room06::after {
  background-image: linear-gradient(311deg, #a8b636, #a8b636 6px, #000 6px, #000 11px, #a8b636 11px, #a8b636 13px);
}
h2.h2_tit_line.room07::before {
  background: #c0c0c0;
}
h2.h2_tit_line.room07::after {
  background-image: linear-gradient(311deg, #c0c0c0, #c0c0c0 6px, #000 6px, #000 11px, #c0c0c0 11px, #c0c0c0 13px);
}
h2.h2_tit_line.room08::before {
  background: #787979;
}
h2.h2_tit_line.room08::after {
  background-image: linear-gradient(311deg, #787979, #787979 6px, #000 6px, #000 11px, #787979 11px, #787979 13px);
}
h2.h2_tit_line.room09::before {
  background: #d9779a;
}
h2.h2_tit_line.room09::after {
  background-image: linear-gradient(311deg, #d9779a, #d9779a 6px, #000 6px, #000 11px, #d9779a 11px, #d9779a 13px);
}

h3.h3_tit {
  font-weight: bold;
  font-size: 22px;
  font-size: 5.641025641vw;
}
@media screen and (min-width: 768px) {
  h3.h3_tit {
    font-size: 22px;
  }
}
h3.h3_tit_2 {
  color: #000;
  overflow: hidden;
  padding: 0 0 0 0;
  padding: 10px 5%;
  background-color: #21b4d6;
}
h3.h3_tit_2 .h3txt {
  padding: 5px 5% 5px 5%;
  position: relative;
  background-color: #21b4d6;
  display: block;
}
h3.h3_tit_2 .h3bg {
  background: url(../img/h3_bg.png) no-repeat right top;
}
h3.h3_tit_list {
  font-weight: bold;
  padding-left: 2rem;
  position: relative;
  font-size: 15px;
  font-size: 3.8461538462vw;
}
@media screen and (min-width: 768px) {
  h3.h3_tit_list {
    font-size: 20px;
  }
}
h3.h3_tit_list::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  height: 1.3rem;
  width: 1.3rem;
  border-style: solid;
  border-width: 0 1.3rem 1.3rem 0;
  border-color: transparent #21b4d6 transparent transparent;
}
h3.h3_tit_list::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  height: 1.3rem;
  width: 1.3rem;
  background: #4d4d4d;
}
h3.h3_tit_list.room01::after {
  border-color: transparent #d8232f transparent transparent;
}
h3.h3_tit_list.room02::after {
  border-color: transparent #0053c8 transparent transparent;
}
h3.h3_tit_list.room03::after {
  border-color: transparent #ddbf05 transparent transparent;
}
h3.h3_tit_list.room04::after {
  border-color: transparent #26a7e1 transparent transparent;
}
h3.h3_tit_list.room05::after {
  border-color: transparent #f08331 transparent transparent;
}
h3.h3_tit_list.room06::after {
  border-color: transparent #a8b636 transparent transparent;
}
h3.h3_tit_list.room07::after {
  border-color: transparent #4a1b02 transparent transparent;
}
h3.h3_tit_list.room07::before {
  background: #c0c0c0;
}
h3.h3_tit_list.room08::after {
  border-color: transparent #787979 transparent transparent;
}
h3.h3_tit_list.room09::after {
  border-color: transparent #d9779a transparent transparent;
}

footer {
  margin-top: auto;
}
footer .footer__inner {
  text-align: center;
  margin: 0 auto;
  padding: 100px 0 20px;
}
footer .footer__inner p {
  margin: 0;
}

.btn a {
  background-color: #21b4d6;
  color: #fff;
  padding: 10px;
  display: block;
}
.btn a:hover {
  text-decoration: none;
  opacity: 0.7;
  background-color: #4c4c4c;
}

.btn-t1 a {
  background-color: #21b4d6;
  color: #000;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  font-size: 23px;
  font-size: 5.8974358974vw;
}
.btn-t1 a::before {
  position: absolute;
  background-color: #fff;
  width: 50px;
  right: -25px;
  top: 0;
  height: 120%;
  content: "";
  transform: rotate(25deg);
}
.btn-t1 a::after {
  position: absolute;
  background-color: #000;
  width: 50px;
  right: -32px;
  top: 0;
  height: 120%;
  content: "";
  transform: rotate(25deg);
}
.btn-t1 a::after:hover {
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .btn-t1 a {
    font-size: 23px;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .btn-t1 a {
    width: 100%;
  }
}
.btn-t1 a span {
  padding: 20px 10px;
  display: block;
}
.btn-t1 a:hover {
  text-decoration: none;
  background-color: #000;
  color: #fff;
  transition-duration: 0.4s;
}
.btn-t1 a img {
  width: 30px;
  margin-left: 20px;
}
.btn-t1.center a {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .pc {
    display: inline;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .anker {
    margin-top: -66px;
    padding-top: 66px;
  }
}
@media screen and (min-width: 768px) {
  .anker {
    margin-top: -100px;
    padding-top: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 930px) {
  .anker {
    margin-top: -150px;
    padding-top: 150px;
  }
}

p.left {
  text-align: left;
}
p.right {
  text-align: right;
}
p.center {
  text-align: center;
}

.key-c {
  color: #21b4d6;
}

.inner {
  max-width: 820px;
  width: 90%;
  margin: 0 auto 0 auto;
}

.studio .wrap-content__inner {
  padding: 0 5%;
}
.studio .wrap-content__inner .room_g_imgL {
  margin-bottom: 50px;
}
.studio .wrap-content__inner .room_g_imgL:first-child {
  margin-top: 20px;
}
.studio .wrap-content__inner article + .room_g_imgL {
  margin-top: 100px;
}
.studio .wrap-content__inner article {
  margin-bottom: 50px;
}
.studio .wrap-content__inner article .room_g {
  display: flex;
  flex-direction: row;
}
.studio .wrap-content__inner article .room_g:has(.room_g_img) .room_g_img {
  width: 40%;
  line-height: 0;
}
.studio .wrap-content__inner article .room_g:has(.room_g_img) .room_g_img img {
  width: 100%;
}
.studio .wrap-content__inner article .room_g:has(.room_g_img) .room_g_text {
  width: 60%;
}
.studio .wrap-content__inner article .room_g .room_g_text {
  width: 100%;
  font-size: 12px;
  font-size: 3.0769230769vw;
}
@media screen and (min-width: 768px) {
  .studio .wrap-content__inner article .room_g .room_g_text {
    font-size: 15px;
  }
}
.studio .wrap-content__inner article .room_g .room_g_text .h2_tit_line {
  margin: 0 0 20px 10px;
}
.studio .wrap-content__inner article .room_g .room_g_text .room_g_text_inner {
  margin-left: 20px;
}
.studio .wrap-content__inner article .room_g .room_g_text .room_g_text_inner p:last-child {
  margin-bottom: 0;
}
.studio .wrap-content__inner article .room_g .room_g_text h3 {
  margin: 0;
}
.studio .wrap-content__inner article .room_g .room_g_text h3 + p {
  margin-left: 2rem;
  margin-top: 0;
}

.staff .wrap-content__inner {
  margin-bottom: 50px;
}
.staff .wrap-content__inner .staff_img_name {
  margin: 20px 0 30px;
}
.staff .wrap-content__inner article {
  margin-bottom: 3rem;
}
.staff .wrap-content__inner .staff_img {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.staff .wrap-content__inner .staff_interview_a {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
}

.works .wrap-content__inner h3 {
  margin-bottom: 10px;
}
.works .wrap-content__inner article + article {
  margin-top: 80px;
}
.works .wrap-content__inner .works_img_name {
  margin: 20px 0 30px;
}
.works .wrap-content__inner .works_g_text_inner {
  padding: 0 5%;
}
.works .wrap-content__inner .works_g_text_inner .list ul {
  margin-left: 2rem;
}
.works .wrap-content__inner .works_g_text_inner .list ul li {
  list-style: disc;
}

.contact .wrap-content__inner {
  padding: 0 5%;
}
.contact .wrap-content__inner input,
.contact .wrap-content__inner textarea {
  margin: 5px 20px 0;
  width: 100%;
  border: 1px solid #21b4d6;
  background-color: #000;
  color: #fff;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .contact .wrap-content__inner input,
  .contact .wrap-content__inner textarea {
    margin: 0;
  }
}
.contact .wrap-content__inner input[type=submit],
.contact .wrap-content__inner textarea[type=submit] {
  background-color: #21b4d6;
  color: #000;
  font-weight: bold;
}
.contact .wrap-content__inner input[type=submit]:hover,
.contact .wrap-content__inner textarea[type=submit]:hover {
  background: #000;
  border: 1px solid #21b4d6;
  color: #fff;
  transition: 0.5s;
  cursor: pointer;
}
.contact .wrap-content__inner input[name=submitBack],
.contact .wrap-content__inner textarea[name=submitBack] {
  margin: 20px auto;
  background-color: #4c4c4c;
  border: 1px solid #4c4c4c;
  width: 50%;
  color: #fff;
  display: block;
}
.contact .wrap-content__inner .contact-form__submit {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contact .wrap-content__inner .contact-form__submit {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.contact .wrap-content__inner .contact-form__agreement {
  margin-top: 20px;
}
.contact .wrap-content__inner .contact-form__agreement a {
  border: 1px solid #21b4d6;
  text-decoration: none;
  color: #fff;
  display: block;
  margin: 0 auto 30px;
  width: 18%;
  text-align: center;
}
.contact .wrap-content__inner .contact-form__agreement a:hover {
  opacity: 1;
  background-color: #21b4d6;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contact .wrap-content__inner .contact-form__agreement a {
    width: 40%;
  }
}
.contact .wrap-content__inner .agreement {
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 5px 0;
}
.contact .wrap-content__inner .agreement a {
  font-size: 14px;
  font-size: 3.5897435897vw;
}
@media screen and (min-width: 768px) {
  .contact .wrap-content__inner .agreement a {
    font-size: 12px;
  }
}
.contact .wrap-content__inner .agreement input[type=checkbox] {
  transform: scale(1.5);
  margin: 0 5px 0 0;
  width: 2rem;
}
.contact .wrap-content__inner .mw_wp_form_preview .contact-form__bd {
  border: 1px solid #21b4d6;
  padding: 10px;
}
.contact .wrap-content__inner .mw_wp_form_complete {
  text-align: center;
  margin: 50px 0 0 0;
}

.privacypolicy .wrap-content__inner {
  padding: 0 5%;
}
.privacypolicy .wrap-content__inner h2 {
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 50px;
  font-size: 20px;
  font-size: 5.1282051282vw;
}
@media screen and (min-width: 768px) {
  .privacypolicy .wrap-content__inner h2 {
    font-size: 25px;
  }
}
.privacypolicy .wrap-content__inner p + h3 {
  margin: 50px 0 0 0;
}
.privacypolicy .wrap-content__inner article {
  margin-bottom: 50px;
}

.news-page .wrap-content__inner {
  padding: 0 5%;
}
.news-page .wrap-content__inner .h2_tit_line {
  margin-top: 0;
  font-size: 20px;
  font-size: 5.1282051282vw;
}
@media screen and (min-width: 768px) {
  .news-page .wrap-content__inner .h2_tit_line {
    font-size: 25px;
  }
}
.news-page .wrap-content__inner .news-date {
  padding: 30px 1% 0 1%;
}/*# sourceMappingURL=style.css.map */