@charset "UTF-8";
/*変数設定用*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

li {
  list-style: none;
  line-height: 1.7;
}

p {
  line-height: 1.7;
}

a {
  line-height: 1.7;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
a:hover p:hover {
  opacity: 0.7;
}
a:hover img:hover {
  opacity: 0.7;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  color: #333;
  /*ゴシック*/
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow-x: hidden;
}

header {
  width: 100%;
  height: auto;
}

footer {
  width: 100%;
}

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.flex {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}

.global_menu li {
  width: 18%;
  float: left;
}

/* ページTOP */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}
#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 30px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#page-top a:hover {
  text-decoration: none;
  background: #999;
}

.container {
  max-width: 62.5vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
    width: 92%;
  }
}

@media screen and (max-width: 767px) {
  .container-wrapper {
    max-width: 86.7%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .container-inner {
    max-width: 84.06%;
    margin: 0 auto;
  }
}

.half-container {
  max-width: 31.25vw;
}
@media screen and (max-width: 767px) {
  .half-container {
    max-width: 100%;
  }
}

.half-wrapper {
  max-width: 27.34375vw;
}
@media screen and (max-width: 767px) {
  .half-wrapper {
    max-width: 100%;
  }
}

.yellow-sec {
  margin-top: 8.3333333333vw;
}
@media screen and (max-width: 767px) {
  .yellow-sec {
    margin-top: 21.3333333333vw;
  }
}

.sec-line {
  position: relative;
}
.sec-line:before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 0.0520833333vw;
  background: #222;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.sec-ttl {
  position: relative;
  margin-bottom: 1.0416666667vw;
}
.sec-ttl:before {
  position: absolute;
  content: "";
  width: 1.0416666667vw;
  height: 2.0833333333vw;
  top: 0;
}
@media screen and (max-width: 767px) {
  .sec-ttl:before {
    width: 2.6666666667vw;
    height: 5.3333333333vw;
    top: 0.5333333333vw;
  }
}
.sec-ttl img {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec-ttl img {
    vertical-align: middle;
  }
}

.sec-yellow {
  margin: 0 auto 1.0416666667vw;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .sec-yellow {
    margin: 0 auto;
  }
}
.sec-yellow:before {
  left: -0.5208333333vw;
  background-color: #e7f454;
}
@media screen and (max-width: 767px) {
  .sec-yellow:before {
    left: -1.3333333333vw;
  }
}
.sec-yellow:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  padding: 0 2.0833333333vw 0 2.8645833333vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.sec-left:before {
  left: -1.0416666667vw;
}
@media screen and (max-width: 767px) {
  .sec-left:before {
    left: -1.3333333333vw;
  }
}

.sec-sm {
  text-align: center;
  margin-bottom: 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  .sec-sm {
    margin-bottom: 9.3333333333vw;
  }
}
.sec-sm small {
  font-size: 0.7291666667vw;
  font-weight: bold;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .sec-sm small {
    font-size: 2.6666666667vw;
  }
}

.sec-subttl {
  font-size: 0.7291666667vw;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .sec-subttl {
    font-size: 2.6666666667vw;
  }
}

.sec-ttl2 {
  position: relative;
  margin-bottom: 2.1875vw;
}
@media screen and (max-width: 767px) {
  .sec-ttl2 {
    margin-bottom: 8vw;
  }
}
.sec-ttl2:before {
  position: absolute;
  content: "";
  top: -0.5208333333vw;
  left: 0;
  width: 2.0833333333vw;
  height: 1.0416666667vw;
  background: #8e76ad;
}
@media screen and (max-width: 767px) {
  .sec-ttl2:before {
    width: 5.3333333333vw;
    height: 2.6666666667vw;
    top: 0.2666666667vw;
  }
}
.sec-ttl2 img {
  position: relative;
  z-index: 1;
  padding-left: 0.5208333333vw;
}
.sec-ttl2 small {
  color: #666;
  font-size: 0.7291666667vw;
  font-weight: bold;
  padding-left: 0.5208333333vw;
  vertical-align: bottom;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .sec-ttl2 small {
    font-size: 3.2vw;
    padding-left: 2.6666666667vw;
  }
}

.btn a {
  transition: 0.7s;
  position: relative;
  display: block;
  font-size: 0.8333333333vw;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .btn a {
    font-size: 2.6666666667vw;
    letter-spacing: -0.02em;
  }
}
.btn a:after {
  position: absolute;
  content: "";
  width: 0.3125vw;
  height: 0.3125vw;
  top: 50%;
  right: 1.0416666667vw;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .btn a:after {
    width: 1.6vw;
    height: 1.6vw;
    right: 2.1333333333vw;
  }
}
.btn a:hover {
  opacity: 1;
}
.btn .white {
  color: #222;
  background: #fff;
}
.btn .white:after {
  border-top: 0.1041666667vw solid #222;
  border-right: 0.1041666667vw solid #222;
}
@media screen and (max-width: 767px) {
  .btn .white:after {
    border-top: 0.2666666667vw solid #222;
    border-right: 0.2666666667vw solid #222;
  }
}
.btn .white:hover {
  color: #fff;
  background: #222;
}
.btn .white:hover:after {
  border-top: 0.1041666667vw solid #fff;
  border-right: 0.1041666667vw solid #fff;
}
@media screen and (max-width: 767px) {
  .btn .white:hover:after {
    border-top: 0.2666666667vw solid #fff;
    border-right: 0.2666666667vw solid #fff;
  }
}
.btn .white.circle:before {
  position: absolute;
  content: "";
  display: block;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  border: 0.1041666667vw solid #222;
  border-radius: 50%;
  top: 50%;
  right: 0.5729166667vw;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .btn .white.circle:before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    right: 2.6666666667vw;
    border: 0.2666666667vw solid #222;
  }
}
.btn .white.circle:hover:before {
  border: 0.1041666667vw solid #fff;
}
@media screen and (max-width: 767px) {
  .btn .white.circle:hover:before {
    border: 0.2666666667vw solid #fff;
  }
}
.btn .white-border {
  border: 0.1041666667vw solid #fff;
}
@media screen and (max-width: 767px) {
  .btn .white-border {
    border: 0.2666666667vw solid #fff;
  }
}
.btn .white-border:hover {
  border: 0.1041666667vw solid #fff;
}
@media screen and (max-width: 767px) {
  .btn .white-border:hover {
    border: 0.2666666667vw solid #fff;
  }
}
.btn .black-border {
  border: 0.1041666667vw solid #141115;
}
@media screen and (max-width: 767px) {
  .btn .black-border {
    border: 0.2666666667vw solid #141115;
  }
}
.btn .black-border:hover {
  border: 0.1041666667vw solid #141115;
}
@media screen and (max-width: 767px) {
  .btn .black-border:hover {
    border: 0.2666666667vw solid #141115;
  }
}
.btn .black {
  color: #fff;
  background: #141115;
  border: 0.1041666667vw solid #141115;
}
@media screen and (max-width: 767px) {
  .btn .black {
    border: 0.2666666667vw solid #141115;
  }
}
.btn .black:after {
  border-top: 0.1041666667vw solid #fff;
  border-right: 0.1041666667vw solid #fff;
}
@media screen and (max-width: 767px) {
  .btn .black:after {
    border-top: 0.2666666667vw solid #fff;
    border-right: 0.2666666667vw solid #fff;
  }
}
.btn .black:hover {
  color: #141115;
  background: #fff;
  border: 0.1041666667vw solid #141115;
}
@media screen and (max-width: 767px) {
  .btn .black:hover {
    border: 0.2666666667vw solid #141115;
  }
}
.btn .black:hover:after {
  border-top: 0.1041666667vw solid #141115;
  border-right: 0.1041666667vw solid #141115;
}
@media screen and (max-width: 767px) {
  .btn .black:hover:after {
    border-top: 0.2666666667vw solid #141115;
    border-right: 0.2666666667vw solid #141115;
  }
}
.btn .font-l {
  font-size: 1.25vw;
}
@media screen and (max-width: 767px) {
  .btn .font-l {
    font-size: 3.2vw;
  }
}
.btn .font-l:after {
  width: 0.625vw;
  height: 0.625vw;
}

.size-min {
  max-width: 12.5vw;
  padding: 0.8333333333vw 0.5208333333vw;
}
@media screen and (max-width: 767px) {
  .size-min {
    max-width: 53.3333333333vw;
  }
}

.size-ss {
  max-width: 15.1041666667vw;
  padding: 1.4583333333vw 0.5208333333vw;
}
@media screen and (max-width: 767px) {
  .size-ss {
    max-width: 100%;
  }
}

.size-s {
  width: 15.625vw;
  padding: 0.8333333333vw 0.5208333333vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .size-s {
    width: 53.3333333333vw;
    padding: 2.1333333333vw 1.3333333333vw;
  }
}

.size-m {
  width: 20.8333333333vw;
  padding: 1.3541666667vw 0.5208333333vw;
  margin: 0 auto;
}

.size-l {
  width: 29.1666666667vw;
  padding: 2.1354166667vw 1.0416666667vw 2.0833333333vw;
}

.size-ll {
  letter-spacing: 0.05em;
  width: 31.25vw;
  padding: 0.9375vw 0.5208333333vw;
  margin: 0 auto;
}

.square-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 767px) {
  .square-list {
    margin-bottom: 0;
  }
}
.square-list.vsp {
  display: none;
}
@media screen and (max-width: 767px) {
  .square-list.vsp {
    display: flex;
    justify-content: center;
    margin: 4vw 0 12vw;
  }
}
@media screen and (max-width: 767px) {
  .square-list.vsp li:first-of-type {
    margin-right: 3.3333333333vw;
  }
}
.square-list li {
  width: 11.25vw;
}
@media screen and (max-width: 767px) {
  .square-list li {
    width: 28.8vw;
  }
}
.square-list a {
  display: block;
  color: #333;
  border: 0.0520833333vw solid #dcdcdc;
  box-shadow: 0 0 0.4166666667vw 0.2083333333vw rgba(0, 0, 0, 0.05);
}
.square-list .square-artist {
  width: 10.2083333333vw;
}
@media screen and (max-width: 767px) {
  .square-list .square-artist {
    width: 26.1333333333vw;
  }
}
.square-list .square-rectangle {
  width: 0.5208333333vw;
  height: 1.0416666667vw;
  margin-bottom: 0.2604166667vw;
}
@media screen and (max-width: 767px) {
  .square-list .square-rectangle {
    width: 1.3333333333vw;
    height: 2.6666666667vw;
    margin-bottom: 0;
  }
}
.square-list .square-yellow {
  background: #cedc34;
}
.square-list .square-purple {
  background: #7453a0;
}
.square-list .square-name {
  font-size: 1.0416666667vw;
  letter-spacing: 0.03em;
  padding-left: 0.5208333333vw;
}
@media screen and (max-width: 767px) {
  .square-list .square-name {
    font-size: 2.6666666667vw;
    padding-left: 1.3333333333vw;
  }
}
.square-list .square-graduate {
  margin-bottom: 1.1458333333vw;
}
@media screen and (max-width: 767px) {
  .square-list .square-graduate {
    margin-bottom: 2.9333333333vw;
  }
}
.square-list .square-media {
  margin-bottom: 2.34375vw;
}
@media screen and (max-width: 767px) {
  .square-list .square-media {
    margin-bottom: 6vw;
  }
}

.header {
  position: sticky;
  top: 0;
  z-index: 20;
}
.header .header-flex {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header .header-flex {
    width: 100%;
    height: 16vw;
  }
}
.header .header-logo {
  padding-left: 5.2083333333vw;
}
@media screen and (max-width: 767px) {
  .header .header-logo {
    padding-left: 2.6666666667vw;
  }
}
.header .header-logo a {
  display: block;
}
.header .header-logo img {
  width: 11.09375vw;
}
@media screen and (max-width: 767px) {
  .header .header-logo img {
    width: 43.3333333333vw;
  }
}
.header .header-menu {
  display: flex;
}
.header .header-icon a {
  display: flex;
  justify-self: center;
  align-items: center;
  padding: 1.4583333333vw 2.1875vw;
  font-size: 0.8333333333vw;
  height: 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  .header .header-icon a {
    height: 16vw;
    width: 16vw;
    justify-content: center;
  }
}
.header .header-icon img {
  width: 1.0416666667vw;
  padding-top: 0.0520833333vw;
  margin-right: 0.5208333333vw;
}
@media screen and (max-width: 767px) {
  .header .header-icon img {
    width: 5.3333333333vw;
  }
}
.header .header-line a {
  color: #333;
  background: #40b649;
}
.header .header-contact a {
  color: #333;
  background: #cedc34;
}

.openbtn1 {
  background: #7453a0;
  position: relative;
  z-index: 20;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 4.1666666667vw;
  height: 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  .openbtn1 {
    height: 16vw;
    width: 16vw;
    justify-content: center;
  }
}
.openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 50%;
  height: 0.15625vw;
  background: #fff;
  width: 1.8229166667vw;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .openbtn1 span {
    width: 5.3333333333vw;
  }
}
.openbtn1 span:nth-of-type(1) {
  top: 1.40625vw;
}
@media screen and (max-width: 767px) {
  .openbtn1 span:nth-of-type(1) {
    top: 5.8666666667vw;
  }
}
.openbtn1 span:nth-of-type(2) {
  top: 2.03125vw;
}
@media screen and (max-width: 767px) {
  .openbtn1 span:nth-of-type(2) {
    top: 7.4666666667vw;
  }
}
.openbtn1 span:nth-of-type(3) {
  top: 2.65625vw;
}
@media screen and (max-width: 767px) {
  .openbtn1 span:nth-of-type(3) {
    top: 9.0666666667vw;
  }
}
.openbtn1.active span:nth-of-type(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 2.1875vw;
}
@media screen and (max-width: 767px) {
  .openbtn1.active span:nth-of-type(1) {
    width: 5.6vw;
  }
}
.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn1.active span:nth-of-type(3) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 2.1875vw;
}
@media screen and (max-width: 767px) {
  .openbtn1.active span:nth-of-type(3) {
    width: 5.6vw;
  }
}

#g-nav {
  position: fixed;
  z-index: 10;
  top: 4.1666666667vw;
  right: -120%;
  width: 100%;
  height: 36.4583333333vw;
  background: #141115;
  transition: all 0.6s;
}
@media screen and (max-width: 767px) {
  #g-nav {
    top: 16vw;
    height: 100%;
  }
}
#g-nav.panelactive {
  right: 0;
}
#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 36.4583333333vw;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  #g-nav.panelactive #g-nav-list {
    height: 100%;
  }
}
#g-nav .g-nav-flex {
  margin-top: 4.375vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #g-nav .g-nav-flex {
    display: block;
  }
}
#g-nav .g-nav-item:nth-child(1), #g-nav .g-nav-item:nth-child(3) {
  width: 30.2083333333vw;
}
@media screen and (max-width: 767px) {
  #g-nav .g-nav-item:nth-child(1), #g-nav .g-nav-item:nth-child(3) {
    width: 100%;
  }
}
#g-nav .g-nav-item:nth-child(2) {
  width: 28.125vw;
}
@media screen and (max-width: 767px) {
  #g-nav .g-nav-item:nth-child(2) {
    width: 100%;
  }
}
#g-nav .g-nav-item:not(:nth-child(3)) {
  margin-bottom: 4.2708333333vw;
}
#g-nav .g-nav-item li:not(:last-of-type) {
  margin-bottom: 0.2604166667vw;
}
#g-nav .g-nav-item a {
  color: #fff;
  font-size: 1.5625vw;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  #g-nav .g-nav-item a {
    font-size: 4vw;
  }
}
#g-nav .g-nav-item a span {
  margin-left: 1.0416666667vw;
  font-size: 0.9375vw;
}
@media screen and (max-width: 767px) {
  #g-nav .g-nav-item a span {
    font-size: 2.4vw;
  }
}
#g-nav .g-nav-sns-wrapper {
  position: relative;
  top: -3.6458333333vw;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  #g-nav .g-nav-sns-wrapper {
    top: 0;
    justify-content: center;
  }
}
#g-nav .g-nav-sns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 1.6666666667vw;
}
@media screen and (max-width: 767px) {
  #g-nav .g-nav-sns {
    margin: 4vw 0;
    gap: 0 4.2666666667vw;
  }
}
#g-nav .g-nav-sns li:last-of-type {
  width: 100%;
  color: #fff;
  font-size: 0.9375vw;
  margin-top: 0.78125vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #g-nav .g-nav-sns li:last-of-type {
    margin-top: 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
}
#g-nav .g-nav-sns a {
  display: block;
}
#g-nav .g-nav-sns img {
  width: 3.1770833333vw;
  height: 3.1770833333vw;
}
@media screen and (max-width: 767px) {
  #g-nav .g-nav-sns img {
    width: 8.1333333333vw;
    height: 8.1333333333vw;
  }
}

.footer {
  margin-top: 8.8541666667vw;
}
.footer .footer-top {
  background: #222;
  padding: 3.125vw 1.5625vw 3.0729166667vw;
}
.footer .footer-bnr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 1.0416666667vw 1.0416666667vw;
}
@media screen and (max-width: 767px) {
  .footer .footer-bnr {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3.2vw 2.6666666667vw;
  }
}
.footer .footer-btm {
  background: #141115;
  padding: 3.125vw 0 4.2708333333vw;
}
@media screen and (max-width: 767px) {
  .footer .footer-btm {
    padding: 8vw 0;
  }
}
.footer .footer-flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer .footer-flex {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-logo {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5.3333333333vw;
  }
}
.footer .footer-uz {
  margin-bottom: 2.34375vw;
}
.footer .footer-uz a {
  display: block;
}
.footer .footer-uz img {
  max-width: 11.09375vw;
}
@media screen and (max-width: 767px) {
  .footer .footer-uz img {
    max-width: 28.4vw;
  }
}
.footer .footer-sns {
  display: flex;
}
.footer .footer-sns li:not(:last-of-type) {
  margin-right: 1.0416666667vw;
}
@media screen and (max-width: 767px) {
  .footer .footer-sns li:not(:last-of-type) {
    margin-right: 2.6666666667vw;
  }
}
.footer .footer-sns li a {
  display: block;
  width: 2.03125vw;
}
@media screen and (max-width: 767px) {
  .footer .footer-sns li a {
    width: 5.2vw;
  }
}
.footer .footer-list {
  margin-left: 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  .footer .footer-list {
    margin-left: 4.6666666667vw;
  }
}
.footer .footer-list li {
  line-height: 0.9em;
  letter-spacing: 0.01em;
}
.footer .footer-list a {
  color: #fff;
  font-size: 0.7291666667vw;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .footer .footer-list a {
    font-size: 2.6666666667vw;
  }
}
.footer .copy {
  background: #fff;
  text-align: center;
  padding: 0.78125vw 0.5208333333vw;
}
@media screen and (max-width: 767px) {
  .footer .copy {
    padding: 5.3333333333vw 0;
  }
}
.footer .copy small {
  font-size: 0.625vw;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .footer .copy small {
    font-size: 2.6666666667vw;
  }
}

.our-group {
  position: relative;
  padding: 2.0833333333vw 0 1.1979166667vw 2.5vw;
  height: 7.3958333333vw;
  margin-bottom: 8.125vw;
  background: #f6f6f7;
}
@media screen and (max-width: 767px) {
  .our-group {
    height: 40vw;
  }
}
.our-group:before {
  position: absolute;
  content: "";
  background: #8e76ad;
  width: 3.125vw;
  height: 1.0416666667vw;
  top: 2.0833333333vw;
  left: 0;
}
@media screen and (max-width: 767px) {
  .our-group:before {
    width: 8.6666666667vw;
  }
}
.our-group .our-group-ttl {
  position: relative;
  z-index: 1;
  margin-bottom: 1.0416666667vw;
}
.our-group .our-group-ttl img {
  max-width: 16.6666666667vw;
}
@media screen and (max-width: 767px) {
  .our-group .our-group-ttl img {
    max-width: 45.3333333333vw;
  }
}
.our-group .sec-sm {
  text-align: left;
}
.our-group .our-group-studio {
  position: absolute;
  z-index: 2;
  top: 2.0833333333vw;
  right: 6.7708333333vw;
  display: flex;
}
@media screen and (max-width: 767px) {
  .our-group .our-group-studio {
    width: 95%;
    position: static;
    justify-content: space-between;
  }
}
.our-group .our-group-studio li {
  width: 15.1041666667vw;
}
@media screen and (max-width: 767px) {
  .our-group .our-group-studio li {
    width: 49%;
  }
}
.our-group .our-group-studio li:first-of-type {
  margin-right: 2.0833333333vw;
}

.access {
  padding: 4.4270833333vw 8.3333333333vw;
}
@media screen and (max-width: 767px) {
  .access {
    padding: 11.3333333333vw 0 21.3333333333vw;
  }
}
.access .sec-ttl2 img {
  max-width: 9.1666666667vw;
}
@media screen and (max-width: 767px) {
  .access .sec-ttl2 img {
    max-width: 23.4666666667vw;
  }
}
.access .access-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0 2.0833333333vw;
}
@media screen and (max-width: 767px) {
  .access .access-grid {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .access .access-grid li:first-of-type .access-tel {
    margin-bottom: 8vw;
  }
}
.access .access-grid li:first-of-type .access-tel a {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .access .access-grid li:first-of-type .access-tel a {
    pointer-events: all;
  }
}
.access .access-map {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.access .access-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.access .access-ttl {
  font-size: 1.25vw;
  font-weight: 500;
  padding-left: 1.0416666667vw;
  margin-bottom: 0.5208333333vw;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .access .access-ttl {
    font-size: 4.8vw;
    padding-left: 2.6666666667vw;
    margin-bottom: 2vw;
  }
}
.access .access-ttl:before {
  position: relative;
  content: "";
  display: block;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  background: #cedc34;
  left: -1.0416666667vw;
}
@media screen and (max-width: 767px) {
  .access .access-ttl:before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    left: -2.6666666667vw;
  }
}
.access p {
  padding-left: 1.0416666667vw;
}
@media screen and (max-width: 767px) {
  .access p {
    padding-left: 2.6666666667vw;
  }
}
.access .access-address {
  font-size: 0.7291666667vw;
  margin-bottom: 0.78125vw;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .access .access-address {
    font-size: 3.2vw;
    margin-bottom: 0;
  }
}
.access .access-tel a {
  color: #333;
  font-size: 0.9375vw;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .access .access-tel a {
    font-size: 3.2vw;
  }
}

.contact {
  padding-top: 8.3333333333vw;
  background: url(../img/common/contact_bg.png) no-repeat center top/100%;
}
@media screen and (max-width: 767px) {
  .contact {
    padding-top: 36vw;
    background: url(../img/common/contact_bg_sp.png) no-repeat center top/100%;
  }
}
.contact .contact-wrapper {
  max-width: 75vw;
  background: #222;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contact .contact-wrapper {
    max-width: 86.6666666667vw;
  }
}
.contact .contact-flex {
  padding: 3.125vw 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contact .contact-flex {
    display: block;
    padding: 7.3333333333vw 0 6vw;
  }
}
.contact .contact-left,
.contact .contact-right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .contact .contact-left,
  .contact .contact-right {
    width: 100%;
  }
}
.contact .contact-left {
  padding: 0.5208333333vw;
  color: #fff;
}
.contact .contact-ttl {
  max-width: 19.2708333333vw;
}
@media screen and (max-width: 767px) {
  .contact .contact-ttl {
    max-width: 50vw;
  }
}
.contact .contact-ttl:before {
  left: -0.5208333333vw;
  background: #7453a0;
}
.contact .contact-text {
  margin-top: 1.5625vw;
  letter-spacing: 0.01em;
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 767px) {
  .contact .contact-text {
    margin: 8vw 0 4vw;
    font-size: 3.2vw;
  }
}
.contact .contact-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1.0416666667vw 1.1979166667vw;
}
@media screen and (max-width: 767px) {
  .contact .contact-right {
    gap: 2.6666666667vw 3.0666666667vw;
    grid-template-columns: 1fr;
  }
}
.contact .contact-right p {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .contact .contact-right p {
    display: block;
  }
}
.contact .contact-right img {
  width: 14.0625vw;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .contact .contact-right img {
    width: 70%;
  }
}
.contact .contact-right img.contact-right-tel {
  position: absolute;
  bottom: -0.78125vw;
}
@media screen and (max-width: 767px) {
  .contact .contact-right img.contact-right-tel {
    position: static;
    width: 85%;
  }
}
.contact .form-wrapper {
  max-width: 75vw;
  background: url(../img/common/form_bg.png) no-repeat center top/cover;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contact .form-wrapper {
    max-width: 92%;
    background: #000;
  }
}
.contact .form-ttl {
  padding: 2.6041666667vw 0 2.6041666667vw;
  font-size: 1.875vw;
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .contact .form-ttl {
    font-size: 4.2666666667vw;
  }
}
.contact .form-flex {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2.8645833333vw;
}
@media screen and (max-width: 767px) {
  .contact .form-flex {
    display: block;
  }
}
.contact .form-left {
  width: 26.5625vw;
}
@media screen and (max-width: 767px) {
  .contact .form-left {
    width: 100%;
  }
}
.contact .form-text {
  color: #fff;
  font-size: 0.8333333333vw;
  margin-bottom: 0.78125vw;
}
@media screen and (max-width: 767px) {
  .contact .form-text {
    font-size: 3.2vw;
    margin-bottom: 5.3333333333vw;
  }
}
.contact .form-tel {
  display: flex;
  gap: 0 0.5208333333vw;
}
@media screen and (max-width: 767px) {
  .contact .form-tel {
    display: block;
  }
}
.contact .form-tel img {
  max-width: 14.2708333333vw;
}
@media screen and (max-width: 767px) {
  .contact .form-tel img {
    max-width: 48vw;
    vertical-align: baseline;
  }
}
@media screen and (max-width: 767px) {
  .contact .form-tel img.form-tel-text {
    max-width: 80%;
    margin-bottom: 2.6666666667vw;
  }
}
.contact .form-right {
  width: 30.2083333333vw;
}
@media screen and (max-width: 767px) {
  .contact .form-right {
    width: 100%;
  }
}
.contact .form-right a {
  font-size: 1.25vw;
  padding: 1.5885416667vw 0.5208333333vw;
}
@media screen and (max-width: 767px) {
  .contact .form-right a {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .contact .form-right .btn a:after {
    right: 5.0666666667vw;
  }
}

.l-sec {
  padding: 4.1666666667vw 0 8.3333333333vw;
}

.l-container {
  max-width: 89.5833333333vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-container {
    max-width: 95%;
    margin: 0 auto;
  }
}

.l-sec-ttl {
  font-size: 1.875vw;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 1.5625vw;
}
.l-sec-ttl + p {
  margin-bottom: 1.8229166667vw;
}
@media screen and (max-width: 767px) {
  .l-sec-ttl {
    font-size: 4.8vw;
    padding: 2.6666666667vw;
  }
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8.3333333333vw;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    font-size: 2.1333333333vw;
  }
}
.wp-pagenavi span {
  font-size: 0.8333333333vw;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi span {
    font-size: 2.1333333333vw;
  }
}
.wp-pagenavi .current {
  padding: 0 0.390625vw;
  background: #7453a0;
  color: #fff;
  margin-left: 0.9375vw;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .current {
    font-size: 2.6666666667vw;
    margin-left: 2.6666666667vw;
  }
}
.wp-pagenavi .page,
.wp-pagenavi .nextpostslink {
  margin-left: 0.9375vw;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .page,
  .wp-pagenavi .nextpostslink {
    margin-left: 2.6666666667vw;
  }
}

.l-mv {
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-mv {
    margin-top: 0;
  }
}
.l-mv small {
  position: absolute;
  color: #666;
  font-size: 0.7291666667vw;
  font-weight: bold;
  letter-spacing: 0.3em;
  left: 15.625vw;
  top: 14.5833333333vw;
}
@media screen and (max-width: 767px) {
  .l-mv small {
    font-size: 3.2vw;
    left: 9.3333333333vw;
    top: 36vw;
  }
}

.bread {
  margin-top: -0.1041666667vw;
  background: #222;
}
.bread .bread-list {
  display: flex;
  align-items: center;
  padding: 0.6770833333vw 0 0.625vw 18.75vw;
}
@media screen and (max-width: 767px) {
  .bread .bread-list {
    flex-wrap: wrap;
    padding: 2.6666666667vw 0 1.3333333333vw 4vw;
  }
}
.bread .bread-list li,
.bread .bread-list a {
  color: #fff;
  font-size: 0.5208333333vw;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .bread .bread-list li,
  .bread .bread-list a {
    font-size: 2.6666666667vw;
  }
}
.bread .bread-list li:not(:last-of-type):after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.15625vw 0 0.15625vw 0.2604166667vw;
  border-color: transparent transparent transparent #fff;
  margin: 0 0.2604166667vw;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .bread .bread-list li:not(:last-of-type):after {
    border-width: 0.8vw 0 0.8vw 1.3333333333vw;
    margin: 0 1.3333333333vw;
  }
}
.bread .bread-list li:first-of-type a {
  text-decoration: underline;
  text-decoration-color: #727272;
  text-underline-offset: 0.15625vw;
  text-decoration-thickness: 0.1041666667vw;
}
@media screen and (max-width: 767px) {
  .bread .bread-list li:first-of-type a {
    text-underline-offset: 0.8vw;
    text-decoration-thickness: 0.5333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .vpc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .vpc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .vsp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .vsp {
    display: block;
  }
}/*# sourceMappingURL=common.css.map */