@charset "UTF-8";
br.pcw {
  display: none;
}

@media (max-width: 1600px) {
  br.pcw {
    display: block;
  }
}

br.pc {
  display: none;
}

@media (max-width: 1200px) {
  br.pc {
    display: block;
  }
}

br.tb {
  display: none;
}

@media (max-width: 960px) {
  br.tb {
    display: block;
  }
}

br.sp {
  display: none;
}

@media (max-width: 768px) {
  br.sp {
    display: block;
  }
}

br.ssp {
  display: none;
}

@media (max-width: 560px) {
  br.ssp {
    display: block;
  }
}

html {
  font-size: 62.5%;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

img {
  max-width: 100%;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .container-fluid {
    padding: 0 8px;
  }
}

.inner {
  max-width: 1400px;
}

.common-tit {
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .common-tit {
    margin-bottom: 36px;
  }
}

.common-tit__inner {
  padding-top: 80px;
  font-size: 4.5rem;
  font-weight: 700;
  display: inline-block;
  position: relative;
  min-width: 262px;
  text-align: center;
}

@media (max-width: 768px) {
  .common-tit__inner {
    padding-top: 50px;
    font-size: 3rem;
  }
}

.common-tit__inner::before {
  content: '';
  width: 262px;
  height: 76px;
  background: url(../img/tit-dec.png) center/cover;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media (max-width: 768px) {
  .common-tit__inner::before {
    width: 167px;
    height: 42px;
  }
}

.common-tit-text {
  text-align: center;
  font-size: 2rem;
  line-height: 1.8em;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .common-tit-text {
    font-size: 1.3rem;
    margin-bottom: 28px;
  }
}

.more-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;
  width: 95%;
  height: 60px;
  max-width: 370px;
  border: 1px solid #1B1B1B;
  position: relative;
  background: #fff;
  font-size: 2.1rem;
  font-weight: 500;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .more-btn {
    font-size: 1.3rem;
    height: 32px;
    max-width: 240px;
  }
}

.more-btn:hover .more-btn__dec::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.more-btn::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: -10px;
  bottom: -10px;
  z-index: -1;
  background-image: radial-gradient(#000 20%, transparent 10%), radial-gradient(#000 20%, transparent 10%);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
}

@media (max-width: 768px) {
  .more-btn::after {
    right: -9px;
    bottom: -8px;
  }
}

.more-btn__dec {
  position: relative;
}

.more-btn__dec::after {
  content: '';
  width: 14px;
  height: 15.4px;
  background: url(../img/arrow.svg) center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -24px;
  margin: auto 0;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 768px) {
  .more-btn__dec::after {
    width: 9px;
    height: 9.9px;
  }
}

.fv {
  position: relative;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .fv {
    padding: 8px 12px;
    margin-bottom: 6px;
  }
}

.fv__tit {
  font-size: 8rem;
  font-weight: 500;
  background: #555260;
  padding: 0 16px;
  color: #fff;
  margin-bottom: 32px;
  background: rgba(0, 0, 0, 0.7);
}

@media (max-width: 960px) {
  .fv__tit {
    font-size: 6rem;
  }
}

@media (max-width: 768px) {
  .fv__tit {
    font-size: 3.8rem;
    margin-bottom: 12px;
  }
}

.fv__tit-en {
  font-size: 5.5rem;
  background: rgba(0, 0, 0, 0.7);
  padding: 8px 16px;
  color: #fff;
  font-family: 'Patua One', cursive;
}

@media (max-width: 960px) {
  .fv__tit-en {
    font-size: 4rem;
  }
}

@media (max-width: 768px) {
  .fv__tit-en {
    font-size: 2.7rem;
  }
}

@media (max-width: 560px) {
  .fv__tit-en {
    width: 160px;
    height: 36px;
    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-size: 2.3rem;
    padding: 0;
  }
}

.fv__tit-block {
  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;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .fv__tit-block {
    -webkit-transform: translate(-50%, -45%);
            transform: translate(-50%, -45%);
  }
}

@media (max-width: 560px) {
  .fv__tit-block {
    -webkit-transform: translate(-50%, -20%);
            transform: translate(-50%, -20%);
  }
}

.fv__icon {
  width: 344px;
  position: absolute;
  top: 40px;
  right: 40px;
}

@media (max-width: 1600px) {
  .fv__icon {
    width: 244px;
    top: 20px;
    right: 20px;
  }
}

@media (max-width: 1200px) {
  .fv__icon {
    width: 200px;
  }
}

@media (max-width: 960px) {
  .fv__icon {
    width: 160px;
  }
}

@media (max-width: 768px) {
  .fv__icon {
    width: 126px;
    top: 8px;
    right: 20px;
  }
}

@media (max-width: 560px) {
  .fv__icon {
    width: 100px;
  }
}

.intro {
  margin-bottom: 90px;
}

@media (max-width: 768px) {
  .intro {
    margin-bottom: 36px;
  }
}

.intro__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1250px;
  margin: 0 auto 80px;
}

@media (max-width: 768px) {
  .intro__list {
    -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 28px;
  }
}

.intro__list-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: calc(33.33% - 16px);
  height: 60px;
  max-width: 370px;
  border: 1px solid #1B1B1B;
  position: relative;
  background: #fff;
  margin-right: 24px;
}

.intro__list-item:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  .intro__list-item {
    width: 90%;
    max-width: 340px;
    margin-bottom: 22px;
    height: 34px;
    margin-right: 0;
  }
}

.intro__list-item:hover .intro__list-item-link-dec::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.intro__list-item::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: -10px;
  bottom: -10px;
  z-index: -1;
  background-image: radial-gradient(#000 20%, transparent 10%), radial-gradient(#000 20%, transparent 10%);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
}

.intro__list-item-link {
  width: 100%;
  height: 100%;
  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;
}

.intro__list-item-link-dec {
  position: relative;
  font-size: 2rem;
}

@media (max-width: 960px) {
  .intro__list-item-link-dec {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  .intro__list-item-link-dec {
    font-size: 1.2rem;
  }
}

.intro__list-item-link-dec::after {
  content: '';
  width: 14px;
  height: 15.4px;
  background: url(../img/arrow.svg) center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -32px;
  margin: auto 0;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 1200px) {
  .intro__list-item-link-dec::after {
    right: -20px;
  }
}

@media (max-width: 768px) {
  .intro__list-item-link-dec::after {
    width: 9px;
    height: 9.9px;
  }
}

.intro__top-text {
  text-align: center;
  font-size: 2.5rem;
  line-height: 2em;
  margin-bottom: 80px;
}

@media (max-width: 960px) {
  .intro__top-text {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .intro__top-text {
    font-size: 1.3rem;
    margin-bottom: 32px;
  }
}

@media (max-width: 768px) {
  .intro__top-text-br-pcw {
    display: none !important;
  }
}

.intro__img {
  width: 80%;
  max-width: 900px;
  margin: 0 auto 80px;
}

@media (max-width: 768px) {
  .intro__img {
    width: 100%;
    margin-bottom: 20px;
    max-width: 360px;
  }
}

.intro__merit-block {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .intro__merit-block {
    margin-top: 36px;
  }
}

.intro__merit-tit {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .intro__merit-tit {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.intro__merit-list {
  max-width: 900px;
  margin: 0 auto;
}

.intro__merit-list-item {
  font-size: 2rem;
}

@media (max-width: 768px) {
  .intro__merit-list-item {
    font-size: 1.3rem;
  }
}

.lineUp {
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .lineUp {
    margin-bottom: 0;
  }
}

.lineUp__bannar {
  display: block;
  margin-bottom: 128px;
}

@media (max-width: 768px) {
  .lineUp__bannar {
    width: 100vw;
    position: relative;
    left: -8px;
    margin-bottom: 40px;
  }
}

.lineUp__dec-line {
  width: 100%;
  height: 1px;
  background: #000;
}

.lineUp__flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 960px) {
  .lineUp__flex1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: 600px;
    margin: 0 auto 60px;
  }
}

@media (max-width: 768px) {
  .lineUp__flex1 {
    margin: 0 auto 45px;
  }
}

.lineUp__flex1_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 960px) {
  .lineUp__flex1_reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.lineUp__flex1-content-wrapper {
  width: 41%;
}

@media (max-width: 1200px) {
  .lineUp__flex1-content-wrapper {
    width: 50%;
  }
}

@media (max-width: 960px) {
  .lineUp__flex1-content-wrapper {
    width: 100%;
  }
}

.lineUp__flex1-content-tit {
  font-size: 2.8rem;
  text-align: center;
  position: relative;
  padding: 40px 40px 0 0;
  margin-bottom: 36px;
}

@media (max-width: 960px) {
  .lineUp__flex1-content-tit {
    padding: 40px 0 0;
  }
}

@media (max-width: 768px) {
  .lineUp__flex1-content-tit {
    font-size: 1.8rem;
    margin-bottom: 28px;
  }
}

.lineUp__flex1-content-tit_reverse {
  padding: 40px 0 0 40px;
}

@media (max-width: 960px) {
  .lineUp__flex1-content-tit_reverse {
    padding: 40px 0 0;
  }
}

.lineUp__flex1-content-tit::before {
  content: '';
  width: 172px;
  height: 28px;
  background: url(../img/dots-arched.svg) center/cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.lineUp__flex1-content-bottom {
  padding-right: 60px;
}

@media (max-width: 960px) {
  .lineUp__flex1-content-bottom {
    padding-right: 0;
  }
}

.lineUp__flex1-content-bottom_reverse {
  padding-right: 0;
  padding-left: 60px;
}

@media (max-width: 960px) {
  .lineUp__flex1-content-bottom_reverse {
    padding-left: 0;
  }
}

.lineUp__flex1-content-text {
  font-size: 1.9rem;
  margin-bottom: 80px;
}

@media (max-width: 1200px) {
  .lineUp__flex1-content-text {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .lineUp__flex1-content-text {
    font-size: 1.3rem;
    margin-bottom: 16px;
  }
}

.lineUp__flex1-content-price {
  font-size: 2.3rem;
  text-align: right;
  padding-right: 40px;
  margin-bottom: 36px;
}

@media (max-width: 768px) {
  .lineUp__flex1-content-price {
    font-size: 1.5rem;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.lineUp__flex1-img-block {
  width: 59%;
  position: relative;
  padding-bottom: 30px;
}

@media (max-width: 1200px) {
  .lineUp__flex1-img-block {
    width: 50%;
  }
}

@media (max-width: 960px) {
  .lineUp__flex1-img-block {
    width: 100%;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .lineUp__flex1-img-block {
    padding-bottom: 16px;
  }
}

.lineUp__flex1-img-s {
  position: absolute;
  width: 33%;
  bottom: 0;
  left: -40px;
}

@media (max-width: 960px) {
  .lineUp__flex1-img-s {
    left: unset;
    right: 20px;
  }
}

@media (max-width: 768px) {
  .lineUp__flex1-img-s {
    width: 28%;
    right: 16px;
  }
}

.lineUp__flex1-img-s_reverse {
  right: -40px;
  left: unset;
}

@media (max-width: 960px) {
  .lineUp__flex1-img-s_reverse {
    left: unset;
    right: 20px;
  }
}

.lineUp__cate-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 24px 0 30px;
}

@media (max-width: 1200px) {
  .lineUp__cate-list {
    margin: 24px 0;
  }
}

@media (max-width: 768px) {
  .lineUp__cate-list {
    margin: 12px 0 20px;
  }
}

.lineUp__cate-list-item {
  padding: 8px 20px;
  background: #dadada;
  font-size: 1.7rem;
  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;
  margin-bottom: 14px;
  margin-right: 20px;
}

.lineUp__cate-list-item:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  .lineUp__cate-list-item {
    font-size: 1.1rem;
    padding: 6px 12px;
    margin-right: 12px;
    margin-bottom: 8px;
  }
}

.lineUp__flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .lineUp__flex2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.lineUp__flex2-block {
  width: calc(50% - 20px);
  max-width: 640px;
  margin-bottom: 120px;
  padding-bottom: 70px;
  position: relative;
}

@media (max-width: 768px) {
  .lineUp__flex2-block {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 50px;
    padding-bottom: 32px;
  }
}

.lineUp__flex2-more-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.lineUp__flex2-img-container {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 36px;
}

@media (max-width: 960px) {
  .lineUp__flex2-img-container {
    padding-bottom: 20px;
  }
}

.lineUp__flex2-img-s {
  width: 44%;
  position: absolute;
  bottom: 0;
  right: 40px;
}

@media (max-width: 960px) {
  .lineUp__flex2-img-s {
    right: 20px;
  }
}

.lineUp__flex2-tit {
  font-size: 2.4rem;
  text-align: center;
  position: relative;
  margin-bottom: 36px;
  padding-top: 30px;
}

@media (max-width: 768px) {
  .lineUp__flex2-tit {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

.lineUp__flex2-tit::before {
  content: '';
  width: 172px;
  height: 28px;
  background: url(../img/dots-arched.svg) center/cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .lineUp__flex2-tit::before {
    width: 112px;
    height: 17.9px;
  }
}

.lineUp__flex2-content {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}

.lineUp__flex2-content-text {
  font-size: 1.9rem;
  margin-bottom: 36px;
}

@media (max-width: 768px) {
  .lineUp__flex2-content-text {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
}

.lineUp__flex2-content-price {
  font-size: 1.7rem;
  margin-bottom: 36px;
}

@media (max-width: 768px) {
  .lineUp__flex2-content-price {
    font-size: 1.5rem;
    text-align: right;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .lineUp__staff {
    max-width: 600px;
    margin: 0 auto;
  }
}

.lineUp__staff-top-tit {
  width: 100%;
  height: 80px;
  background: #1b1b1b;
  color: #fff;
  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;
  font-size: 3rem;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .lineUp__staff-top-tit {
    font-size: 1.5rem;
    height: 40px;
    margin: 0 auto 10px;
    width: 90%;
  }
}

.lineUp__staff-top-tit::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: -10px;
  bottom: -10px;
  z-index: -1;
  background-image: radial-gradient(#000 20%, transparent 10%), radial-gradient(#000 20%, transparent 10%);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
}

.lineUp__staff-block {
  margin-bottom: 40px;
  border-top: 1px solid #000;
  padding-top: 36px;
}

@media (max-width: 768px) {
  .lineUp__staff-block {
    padding-top: 24px;
  }
}

.lineUp__staff-block_bdn {
  border-top: none;
}

.lineUp__staff-block-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .lineUp__staff-block-top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 16px;
  }
}

.lineUp__staff-block-top_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 960px) {
  .lineUp__staff-block-top_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.lineUp__staff-block-top-tit {
  width: calc(100% - 108px);
}

@media (max-width: 768px) {
  .lineUp__staff-block-top-tit {
    width: calc(100% - 54px);
  }
}

.lineUp__staff-block-top-tit-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .lineUp__staff-block-top-tit-inner {
    margin-bottom: 6px;
  }
}

@media (max-width: 960px) {
  .lineUp__staff-block-top-tit-inner {
    display: block;
  }
}

.lineUp__staff-block-top-tit-inner_reverse {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.lineUp__staff-block-top-tit-name {
  font-size: 2.8rem;
}

@media (max-width: 768px) {
  .lineUp__staff-block-top-tit-name {
    font-size: 1.8rem;
  }
}

.lineUp__staff-block-top-tit-price {
  font-size: 2.3rem;
  display: inline-block;
  margin-left: 4px;
  width: 190px;
}

@media (max-width: 768px) {
  .lineUp__staff-block-top-tit-price {
    font-size: 1.5rem;
  }
}

.lineUp__staff-block-top-tit-text {
  font-size: 1.9rem;
}

@media (max-width: 768px) {
  .lineUp__staff-block-top-tit-text {
    font-size: 1.1rem;
  }
}

.lineUp__staff-block-top-tit-text_reverse {
  text-align: right;
}

@media (max-width: 960px) {
  .lineUp__staff-block-top-tit-text_reverse {
    text-align: left;
  }
}

.lineUp__staff-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lineUp__staff-flex_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.lineUp__staff-icon {
  width: 100px;
}

@media (max-width: 768px) {
  .lineUp__staff-icon {
    width: 46px;
  }
}

.lineUp__staff-img {
  width: calc(50% - 15px);
}

@media (max-width: 768px) {
  .lineUp__staff-img {
    width: calc(50% - 6px);
  }
}

.lineUp__staff-img-container {
  width: 60%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1200px) {
  .lineUp__staff-img-container {
    width: 50%;
  }
}

@media (max-width: 960px) {
  .lineUp__staff-img-container.pc {
    display: none !important;
  }
}

.lineUp__staff-img-container.sp {
  display: none !important;
}

@media (max-width: 960px) {
  .lineUp__staff-img-container.sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    margin-bottom: 30px;
  }
}

.lineUp__staff-content {
  width: calc(40% - 40px);
}

@media (max-width: 1200px) {
  .lineUp__staff-content {
    width: calc(50% - 40px);
  }
}

@media (max-width: 960px) {
  .lineUp__staff-content {
    width: 100%;
  }
}

.lineUp__staff-content-tit {
  font-size: 2.3rem;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .lineUp__staff-content-tit {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }
}

.lineUp__staff-content-tit_reverse {
  text-align: right;
}

@media (max-width: 960px) {
  .lineUp__staff-content-tit_reverse {
    text-align: left;
  }
}

.lineUp__staff-content-text {
  font-size: 1.9rem;
}

@media (max-width: 768px) {
  .lineUp__staff-content-text {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .about {
    max-width: 600px;
    margin: 0 auto;
  }
}

.about__tit {
  text-align: center;
  margin-bottom: 60px;
}

.about__tit-inner {
  display: inline-block;
  position: relative;
  padding: 0 40px;
  font-size: 3rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  .about__tit-inner {
    font-size: 1.6rem;
    padding: 0 24px;
  }
}

.about__tit-inner::before {
  content: '';
  width: 18px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}

.about__tit-inner::after {
  content: '';
  width: 18px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}

.about__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 110px;
}

.about__block-left {
  width: calc(40% - 20px);
  position: relative;
}

@media (max-width: 1200px) {
  .about__block-left {
    width: calc(50% - 20px);
  }
}

@media (max-width: 768px) {
  .about__block-left {
    width: 100%;
  }
}

.about__block-left-img {
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .about__block-left-img {
    max-width: 400px;
    margin: 0 auto 6px;
  }
}

.about__block-left-text {
  font-size: 1.9rem;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .about__block-left-text {
    max-width: 400px;
    margin: 0 auto 30px;
    font-size: 1.3rem;
  }
}

.about__block-left-list {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 1200px) {
  .about__block-left-list {
    position: static;
  }
}

.about__block-left-list-item {
  font-size: 1.9rem;
}

@media (max-width: 768px) {
  .about__block-left-list-item {
    font-size: 1.3rem;
  }
}

.about__block-right {
  width: calc(60% - 20px);
}

@media (max-width: 1200px) {
  .about__block-right {
    width: calc(50% - 20px);
  }
}

@media (max-width: 768px) {
  .about__block-right {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .about__block-right.pc {
    display: none;
  }
}

.about__block-right.sp {
  display: none;
}

@media (max-width: 768px) {
  .about__block-right.sp {
    display: block;
    margin-bottom: 12px;
  }
}

.about__block-right-img-s {
  width: calc(50% - 15px);
}

@media (max-width: 768px) {
  .about__block-right-img-s {
    width: calc(50% - 6px);
  }
}

.about__block-right-img-s-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .about__block-right-img-s-wrapper {
    margin-bottom: 12px;
  }
}

.original__top-tit {
  padding-top: 80px;
  position: relative;
  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-bottom: 60px;
}

@media (max-width: 768px) {
  .original__top-tit {
    padding-top: 56px;
    margin-bottom: 40px;
  }
}

.original__top-tit::before {
  content: '';
  width: 59px;
  height: 56.4px;
  background: url(../img/about-dec.png) center/cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .original__top-tit::before {
    width: 38px;
    height: 36.3px;
  }
}

.original__top-tit-s {
  font-size: 2rem;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .original__top-tit-s {
    font-size: 1.3rem;
  }
}

.original__top-tit-l {
  font-size: 3rem;
}

@media (max-width: 768px) {
  .original__top-tit-l {
    font-size: 2rem;
  }
}

.original__top-text {
  max-width: 900px;
  margin: 0 auto 100px;
  font-size: 1.9rem;
}

@media (max-width: 768px) {
  .original__top-text {
    font-size: 1.3rem;
    max-width: 600px;
    margin: 0 auto 40px;
  }
}

.original__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #a1e0dc;
}

@media (max-width: 960px) {
  .original__container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 768px) {
  .original__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 32px;
    width: 100vw;
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}

.original__container-inner {
  width: calc(100% - 300px);
  padding: 0 20px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 768px) {
  .original__container-inner {
    width: 100%;
    padding: 0 12px 12px 12px;
  }
}

.original__container-img {
  width: 340px;
}

@media (max-width: 960px) {
  .original__container-img {
    width: 300px;
  }
}

@media (max-width: 768px) {
  .original__container-img {
    width: 53%;
    max-width: 340px;
  }
}

.original__container-profile {
  width: 100%;
  max-width: 410px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  top: -26px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .original__container-profile {
    -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;
    top: -20px;
  }
}

.original__container-profile-icon {
  width: 140px;
}

@media (max-width: 768px) {
  .original__container-profile-icon {
    width: 90px;
    margin-bottom: 12px;
  }
}

.original__container-profile-name-wrapper {
  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;
}

.original__container-profile-int {
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .original__container-profile-int {
    font-size: 0.8rem;
    margin-bottom: 4px;
  }
}

.original__container-profile-name {
  font-size: 3.3rem;
}

@media (max-width: 768px) {
  .original__container-profile-name {
    font-size: 2rem;
    margin-bottom: 4px;
  }
}

.original__container-profile-name-jp {
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .original__container-profile-name-jp {
    font-size: 1rem;
  }
}

.original__container-profile-text {
  font-size: 1.9rem;
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .original__container-profile-text {
    font-size: 1.3rem;
    margin: 0 auto 28px;
    max-width: 600px;
  }
}
/*# sourceMappingURL=style.css.map */