header {
  width: 100%;
  position: fixed;
  display: block;
  z-index: 1;
}

header h1 a img {
    position: absolute;
    left: 20px;
    width: 120px;
    height: auto;
    display: block;
    padding-top: 4px;
}


.nav-btn {
  height: 80px;
  line-height: 80px;
  display: flex;
  margin-left: auto;
  justify-content: right;
  -webkit-justify-content: flex-end;     /* Safari etc. */
  -ms-justify-content    : flex-end;       /* IE10        */
}

.btn-info {
  background: #252C34;
  color: #fff;
  line-height: 80px;
  width: 120px;
  text-align: center;
}

.btn-info a {
  display: block;
}

.btn-entry {
  background: #CC2C86;
  color: #fff;
  line-height: 80px;
  width: 120px;
  text-align: center;
}

.top-mv__inner {
  position: relative;
}

.top-mv__ttl {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.top-mv__ttl-tag span {
  font-size: 32px;
  background: #fff;
  color: #222;
  padding: 4px 10px;
}

p.top-mv__lead {
  padding-top: 20px;
  font-weight: bold;
  font-size: 48px;
}

.top-sect {
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 180px;
}

.top-sect2 {
  margin-bottom: 120px;
}

h2.c-ttl--01 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 1em;
}

h2.c-ttl--02 {
  text-align: center;
  font-size: 40px;
  position: relative;
  margin-bottom: 1em;
}

h2.c-ttl--04 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}

h2.c-ttl--02:before {
  content: '';
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 80px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #D23085;
  border-radius: 2px;
}

.top-mv__bg-inner img {
  max-height: 720px;
  object-fit: cover;
}

.intro-content {
  display: flex;
  position: relative;
  margin-top: 100px;
}

h3.intro-slogan {
  font-size: 48px;
  line-height: 1.6;
  padding-top: 40px;
  padding-left: 40px;
}

.intro-img {
  width: 50%;
}

.intro-faq {
  background: #fff;
  padding: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 80px;
  width: 70%;
  right: 0;
  top: 60%;
  position: absolute;
}

.att-back {
  position: relative;
}

.attraction-heading {
  position: absolute;
  top: 40%;
  left: 25%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

h3.attraction-ttl {
  color: #fff;
  font-size: 48px;
}

.l-inner2 {
  max-width: 1080px;
  margin: 0 auto;
}

.l-inner4 {
  max-width: 1080px;
  margin: 0 auto;
}

.l-inner6 {
  max-width: 820px;
  margin: 0 auto;
}

.l-inner-center {
  text-align: center;
}

.attraction-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.attraction-list li {
  width: calc(50% - 10px); /* margin padding分を引く */
  color: #222;
  background: #fff;
}

.attraction-inner {
  position: relative;
  margin-top: 100px;
  padding-bottom: 180px;
}

.l-inner2 {
  position: absolute;
  top: 70%;
  left: 50%;
  width: 1080px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.l-inner3 {
  width: 1080px;
  margin: 0 auto;
  margin-top: 100px;
}

p.attraction-list__ttl {
  font-size: 22px;
  padding: 0 20px;
  background: #262C34;
  color: #fff;
}

.attraction-list__inner {
  padding: 20px 40px;
}

.interview-profile {
  display: flex;
  margin-bottom: 60px;
}

.interview-profile__img {
  width: 30%;
}

.interview-profile__txt {
  width: 70%;
  padding-top: 0px;
  padding-bottom: 20px;
  padding-left: 60px;
  padding-right: 0;
}

.interview-profile__txt2 {
  padding-top: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 60px;
}

.interview-profile__img-photo {
  position: relative;
}

.interview-profile__img-photo figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #252B33;
  color: #fff;
  padding: 10px;
}

.interview-profile__img-number {
  position: absolute;
  z-index: 1;
}

p.interview-profile__txt-ttl {
  font-size: 24px;
  margin-bottom: 20px;
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  border-left: solid 5px #CC2C86;/*左線*/
}

.interview-profile__txt-detail {
  border: 3px solid #DEDEDE;
  padding: 20px;
}

p.detail-ttl {
  color: #CD2B87;
  font-size: 20px;
  margin-bottom: 10px;
}

.detail-ttl span {
  background: #CD2B87;
  color: #fff;
  margin-right: 10px;
  padding: 2px 8px;
}

#environment {
  padding-top: 60px;
  margin-bottom: 0!important;
}

p.environment-system__lead {
  font-size: 18px;
  width: 800px;
  margin: 0 auto;
  padding-top: 20px;
  margin-bottom: 60px;
}

.environment-system__card {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding-bottom: 80px;
}

.environment-system__card-item {
  width: calc(50% - 20px); /* margin padding分を引く */
  display: flex;
  background: #fff;
  border-top: solid 10px #CC2D84;
  padding: 20px;
  gap: 30px;
}

.card-ttl {
  font-size: 22px;
  color:#CC2D84;
  padding-bottom: 20px;
}

.card-txt {
  font-size: 16px;
  line-height: 1.8;
}

.environment-system__card-item figure img {
  width: 160px;
  height: 160px;
}

#allowance {
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #252C34;
  color: #fff;
}

.allowance-item {
  display: flex;
  padding-top: 20px;
  border-bottom: solid 1px #30373F;
  padding-bottom: 20px;
}

p.allowance-item__ttl {
  width: 25%;
}

p.allowance-item__txt {
  width: 75%;
}

#office {
  padding-top: 60px;
  padding-bottom: 80px;
  color: #fff;
  background-image: url(../img/officeback.png);    /* 背景画像指定 */
}

#entry {
  margin: 0 auto;
  width: 1080px;
  padding-top: 80px;
  padding-bottom: 120px;
}

.c-ttl--05 {
  color: #fff;
  font-size: 22px;
  line-height: 1.4;
  padding-bottom: 40px;
}

.c-ttl--05 span {
  font-size: 32px;
  color: #A29B8B;
}

p.office__location-address {
  text-align: left;
  font-size: 18px;
  color: #fff;
  max-width: 850px;
  margin: 0 auto;
  padding-top: 10px;
}

.entry__btn-items {
  display: flex;
  justify-content: center;
  gap: 60px;
}

.c-btn--general a {
  display: block;
  background: #252C34;
  font-size: 24px;
  color: #fff;
  height: 80px;
  line-height: 80px;
  width: 320px;
  text-align: center;
}

p.entry__btn-txt {
  font-size: 16px;
  text-align: center;
}

.flipdesk-trigger {
  display: none!important;
}

.c-btn--entry a {
  background: #CC2C86;
}

.contentinfo {
  background: #252C34;
  padding-top: 50px;
  padding-bottom: 30px;
  color: #fff;
}

.inner-foot {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.yoko {
  margin-left: auto;
      display: flex;
}

@media (min-width: 768px) {

  .pc_none {
    display: none;
  }

}


@media (max-width: 767px) {

  .sp_none {
    display: none;
  }

  .btn-info {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin-top: 10px;
    width: 90px;
  }

  .btn-entry {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin-top: 10px;
    width: 90px;
  }

  header h1 a img {
      position: absolute;
      left: 20px;
      width: auto;
      height: 40px;
      display: block;
      margin-top: 10px;
  }

  .nav-btn {
      height: 60px;
      line-height: 60px;
      display: flex;
      margin-left: auto;
      justify-content: right;
      -webkit-justify-content: flex-end;     /* Safari etc. */
      -ms-justify-content    : flex-end;       /* IE10        */
      margin-right: 20px;
  }

  .top-mv {
    padding-top: 60px;
  }

  header {
    background: #fff;
  }

  .top-mv__ttl-tag span {
      font-size: 18px;
      background: #fff;
      color: #222;
      padding: 4px 8px;
      white-space: nowrap;
  }

  p.top-mv__lead {
      padding-top: 20px;
      font-weight: bold;
      font-size: 24px;
      line-height: 1.6;
  }

  .top-mv__ttl {
      position: absolute;
      top: 38%;
      left: 40%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
  }

  .top-sect {
      max-width: 1280px;
      margin: 0 auto;
      margin-top: 60px;
      margin-bottom: 360px;
  }

  h2.c-ttl--02 {
      text-align: center;
      font-size: 28px;
      position: relative;
      margin-bottom: 10px;
      line-height: 1.4;
  }

  h2.c-ttl--02:before {
      content: '';
      position: absolute;
      bottom: -20px;
      display: inline-block;
      width: 60px;
      height: 2px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      background-color: #D23085;
      border-radius: 2px;
  }

  .intro-content {
      display: flex;
      position: relative;
      margin-top: 60px;
  }

  h3.intro-slogan {
      font-size: 28px;
      line-height: 1.6;
      padding-top: 0px;
      padding-left: 0px;
  }

  .intro-img {
    width: 90%;
  }

  .intro-faq {
      background: #fff;
      padding: 20px;
      width: 90%;
      right: 0;
      top: 60%;
      position: absolute;
  }

  .intro-faq__answer p {
    font-size: 14px;
    padding-top: 10px;
  }

  .attraction-inner {
      position: relative;
      margin-top: 60px;
      padding-bottom: 180px;
  }

  .attraction-heading {
      position: absolute;
      top: 40%;
      left: 30%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
  }

  h3.attraction-ttl {
    color: #fff;
    font-size: 32px;
  }

  .attraction-list {
      display: block;
  }

  .l-inner2 {
      position: absolute;
      top: 70%;
      left: 50%;
      width: 90%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
  }

  .attraction-list li {
      width: 100%;
      color: #222;
      background: #fff;
  }

  p.attraction-list__ttl {
      font-size: 18px;
      padding: 6px 20px;
      background: #262C34;
      color: #fff;
  }

  .attraction-list__inner {
      padding: 10px 20px 20px;
      background: #EEEEEE;
  }

  .attraction-list li {
      width: 100%;
      color: #222;
      background: #fff;
      margin-bottom: 20px;
  }

  .top-sect-sp {
      max-width: 1280px;
      margin: 0 auto;
      margin-top: 60px;
      margin-bottom: 60px;
  }

  .attraction-inner {
    background: #fff!important;
  }

  .interview-profile {
      display: block;
      margin-bottom: 60px;
  }

  .l-inner3 {
      width: 100%;
      margin: 0 auto;
      margin-top: 60px;
  }

  .interview-profile__img {
      width: 70%;
      margin: 0 auto;
  }

  .interview-profile__txt {
      width: 90%;
      margin: 0 auto;
      padding-top: 0px;
      padding-bottom: 20px;
      padding-left: 0px;
      padding-right: 0;
  }

  p.interview-profile__txt-ttl {
      font-size: 20px;
      margin-top: 20px;
      margin-bottom: 20px;
      padding: 0.25em 0.5em;
      line-height: 1.4;
      border-left: solid 3px #CC2C86;
  }

  .interview-profile__img-photo figcaption {
      position: absolute;
      bottom: 0;
      right: 0;
      background: #252B33;
      color: #fff;
      padding: 10px;
      font-size: 14px;
  }

  p.detail-ttl {
      color: #CD2B87;
      font-size: 16px;
      margin-bottom: 10px;
  }

  .detail-ttl span {
      background: #CD2B87;
      color: #fff;
      margin-right: 10px;
      padding: 2px 6px;
      font-size: 14px;
  }

  p.interview-profile__txt-detail {
    font-size: 14px;
  }

  .interview-profile {
    display: block;
    margin-bottom: 60px;
  }

  #interview {
    margin-bottom: 60px;
  }

  p.environment-system__lead {
      font-size: 16px;
      width: 90%;
      margin: 0 auto;
      padding-top: 50px;
      margin-bottom: 40px;
  }

  .environment-system__card {
      display: block;
      flex-wrap: wrap;
      gap: 40px;
      padding-bottom: 40px;
  }

  .environment-system__card-item {
      width: 90%;
      margin: 0 auto;
      display: flex;
      background: #fff;
      border-top: solid 4px #CC2D84;
      padding: 20px;
      gap: 20px;
      margin-bottom: 30px;
  }
  .environment-system__card-item figure img {
      width: 100px;
      height: 100px;
  }

  .card-ttl {
    font-size: 18px;
    color: #CC2D84;
    padding-bottom: 10px;
  }

  .card-txt {
      font-size: 14px;
      line-height: 1.6;
  }

  #allowance {
      padding-top: 40px;
      padding-bottom: 60px;
      background-color: #252C34;
      color: #fff;
  }

  h2.c-ttl--04 {
      text-align: center;
      font-size: 24px;
      margin-bottom: 20px;
  }

  .allowance-item {
      display: flex;
      width: 90%;
      margin: 0 auto;
      padding-top: 20px;
      border-bottom: solid 1px #30373F;
      padding-bottom: 20px;
  }

  p.allowance-item__ttl {
      width: 30%;
  }

  p.allowance-item__txt {
      width: 70%;
  }

  #office {
      padding-top: 40px;
      padding-bottom: 60px;
      color: #fff;
      background-image: url(../img/officeback.png);
  }

  .c-ttl--05 {
      color: #fff;
      font-size: 20px;
      line-height: 1.4;
      padding-bottom: 40px;
  }

  .c-ttl--05 span {
    font-size: 28px;
    color: #A29B8B;
  }

  .office__location-item__map iframe {
    width: 100%!important;
  }

  p.office__location-address {
      text-align: left;
      font-size: 14px;
      color: #fff;
      max-width: 90%;
      margin: 0 auto;
      padding-top: 10px;
  }

  #entry {
      margin: 0 auto;
      width: 100%;
      padding-top: 60px;
      padding-bottom: 50px;
  }

  .entry__btn-items {
      display: block;
      justify-content: center;
      gap: 60px;
  }

  .c-btn--general a {
      display: block;
      font-size: 18px;
      color: #fff;
      height: 60px;
      line-height: 60px;
      width: 280px;
      text-align: center;
      margin: 0 auto;
      margin-bottom: 30px;
  }

  .contentinfo {
      background: #252C34;
      padding-top: 30px;
      padding-bottom: 20px;
      color: #fff;
  }

  .inner-foot {
      max-width: 100%;
      margin: 0 auto;
      display: block;
      align-items: center;
  }

.clr li p {
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
  }

  .center {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
  }

}
