@media screen and (min-width: 1025px) {
  .header__lower.header__lower--top {
    position: relative;
  }
  .top {
    margin-top: -186px;
    z-index: 1;
  }
}
@media screen and (max-width: 1024px) {
  .top {
    margin-top: -20px;
  }
  .top__inner {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 599px) {
  .top__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.top_mv {
  background: url(../images/top/mv_bg@2x.webp) no-repeat center center;
  background-size: cover;
  height: 54.1727672035vw;
  position: relative;
}
.top_mv img {
  max-width: 100%;
  max-height: 100%;
}

.top_mv__middle {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/top/mv_middle@2x.webp) no-repeat center center;
  background-size: cover;
}

.top_mv__ttl {
  position: absolute;
  width: 40.1903367496vw;
  bottom: 15.330307vw;
  right: 4.4655929722vw;
}

.top_mv__cloud {
  position: absolute;
  width: 13.4699853587vw;
  bottom: 3.6603221083vw;
  left: 3.6603221083vw;
}

.top_mv__txt {
  position: absolute;
  width: 66.8374816984vw;
  bottom: 1.3909224012vw;
  right: 0;
}

.top_mv__bottom {
  position: absolute;
  width: 495px;
  height: 33px;
  bottom: 0;
  right: 0;
  background: url(../images/top/mv_bottom@2x.webp) no-repeat center center;
  background-size: cover;
  background-position: top left;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: bold;
}

@media screen and (max-width: 599px) {
  .top_mv {
    background: url(../images/top/mv_sp@2x.webp) no-repeat center center;
    background-size: cover;
    height: 194.9333333333vw;
  }
  .top_mv__bottom {
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    bottom: 74px;
    right: 50%;
    transform: translateX(50%);
    background: none;
    text-align: center;
    font-size: 15px;
    line-height: 1.6;
  }
  .g-nav__button {
    position: absolute;
    z-index: 5;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .g-nav__button a {
    color: #fff;
  }
}
.top_campaign .serviceFv {
  padding-top: 1px;
}
.top_campaign .serviceFv__current {
  margin-top: 40px;
}
.top_campaign .serviceFv__slider {
  width: 760px;
}
.top_campaign .serviceFv__slider li img {
  width: 640px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.top_campaign .serviceFv__slider li img:hover {
  opacity: 0.7;
}
.top_campaign .serviceFv__slider li a {
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .top_campaign .serviceFv {
    padding-top: 1px;
  }
  .top_campaign .serviceFv__current {
    margin-top: 60px;
    line-height: 1.4;
  }
  .top_campaign .serviceFv__slider {
    width: 100%;
  }
  .top_campaign .serviceFv__slider li {
    padding: 20px 0;
  }
  .top_campaign .serviceFv__slider li img {
    width: 88.8%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
}
.top_results__head {
  font-family: "Noto Sans JP", serif;
  font-size: 48px;
  font-weight: bold;
  margin-top: 110px;
}

.top_results__red {
  color: #cb2323;
  margin-bottom: 34px;
  display: block;
}

.top_results__red img {
  width: 230px;
}

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

.top_results__ttl img {
  width: 140px;
  margin-right: 5px;
  -o-object-fit: contain;
  object-fit: contain;
}

.top_results__carousel {
  position: relative;
  max-width: 1200px;
  width: calc(100% - 110px);
  margin: 0 auto 50px;
  padding-bottom: 123px;
  overflow: hidden;
}
.top_results__card {
  display: block;
  position: relative;
  width: 330px;
  margin-right: 48px;
}
.top_results__card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3 / 4;
  border-radius: 8px;
}
.top_results__card .shop {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 12px;
  color: #CB2323;
  font-size: 13px;
  font-weight: 500;
  border-radius: 20px;
  background: #fff;
}
.top_results__card .name {
  position: absolute;
  left: 16px;
  bottom: 16px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}
.top_results__carousel .slick-arrow {
  position: absolute;
  top: auto;
  bottom: -123px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #CB2323;
  transform: rotate(0);
}
.top_results__carousel .slick-arrow.slick-disabled {
  background-color: #E4E4E4;
}
.top_results__carousel .slick-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 8px;
  margin: -4px 0 0 -6px;
  outline: none;
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  border-radius: 0;
  background-color: transparent;
  transform: rotate(90deg);
}
.top_results__carousel .slick-prev {
  left: 50%;
  margin-left: -60px;
}
.top_results__carousel .slick-next {
  right: 50%;
  margin-right: -60px;
}
.top_results__carousel .slick-next:before {
  transform: rotate(-90deg);
}
.top_results__carousel .slick-arrow:after {
  content: none;
}
.top_results__carousel .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -67px;
  display: flex;
}
.top_results__carousel .slick-dots li {
  display: block;
  flex: 1;
}
.top_results__carousel .slick-dots li button {
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
}
.top_results__carousel .slick-dots li.slick-active button {
  background: #CB2323;
}

@media screen and (max-width: 599px) {

.top_results__carousel {
  width: 100%;
  margin-bottom: 60px;
  padding: 0 30px;
}
.top_results__card {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.top_results__carousel .slick-arrow {
  top: 50%;
  bottom: auto;
  margin-top: -18px;
}
.top_results__carousel .slick-prev {
  left: -18px;
  margin-left: 0;
}
.top_results__carousel .slick-next {
  right: -18px;
  margin-right: 0;
}

}


.top_results__list {
  max-width: 1200px;
  width: calc(100% - 110px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .top_results__list {
    width: 100%;
  }
}

.top_results__list li {
  width: 50%;
  margin-bottom: 10px;
}

.top_results__list video {
  max-width: 100%;
}

@media screen and (max-width: 599px) {
  .top_results__head {
    font-size: 22px;
    margin-top: 68px;
    padding: 0 20px;
  }
  .top_results__red {
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .top_results__red img {
    width: 138px;
  }
  .top_results__ttl {
    line-height: 2.5;
    margin-bottom: 0;
    font-size: 25px;
  }
  .top_results__ttl img {
    width: 77px;
  }
  .top_results__list li {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 7px;
  }
}
.top_story .memberSns__headline img {
  width: auto;
}
.top_story .memberSns__headline .weight,
.memberSns__headline .weight {
  color: #cb2323;
  font-weight: bold;
  font-size: 120%;
}

.top_enquete {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #efefef;
}

.top_enquete__head {
  margin-bottom: 56px;
  font-family: "Noto Sans JP", serif;
  font-size: 48px;
  display: flex;
  font-weight: bold;
  align-items: flex-end;
  width: fit-content;
}

.top_enquete__ttl {
  display: flex;
  align-items: center;
}

.top_enquete__ttl img {
  width: 140px;
  margin-right: 10px;
}

.top_enquete__red {
  color: #cb2323;
}

.top_enquete__list {
  max-width: 964px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top_enquete__list li {
  max-width: 462px;
  width: calc((100% - 40px) / 2);
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top_enquete__list-head {
  width: 100%;
  background-color: #cb2323;
  padding: 10px 58px;
  position: relative;
  display: flex;
  align-items: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.top_enquete__list-head-q {
  color: #f8b15e;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 54px;
  font-family: "Oswald", serif;
}

.top_enquete__list-head-txt {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}

.top_enquete__list img {
  width: 403px;
  margin-bottom: 40px;
}

.top_enquete__list img + img {
  width: 400px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .top_enquete__head {
    font-size: 35px;
    flex-direction: column;
    align-items: flex-start;
  }
  .top_enquete__list {
    flex-direction: column;
  }
  .top_enquete__list li {
    width: 100%;
  }
  .top_enquete__list li:first-child {
    margin-bottom: 30px;
  }
  .top_enquete__list img {
    width: 86%;
  }
  .top_enquete__list img + img {
    width: 86%;
  }
}
@media screen and (max-width: 599px) {
  .top_enquete {
    padding: 40px 20px;
  }
  .top_enquete__head {
    margin-bottom: 40px;
    flex-direction: column;
    font-size: 22px;
    align-items: flex-start;
  }
  .top_enquete__ttl {
    line-height: 2.5;
    flex-wrap: wrap;
  }
  .top_enquete__list-head {
    padding: 10px 20px;
    justify-content: center;
  }
  .top_enquete__list-head-q {
    font-size: 39px;
  }
  .top_enquete__list-head-txt {
    font-size: 14px;
  }
  .top_enquete__list img {
    margin-bottom: 30px;
  }
  .top_enquete__ttl img {
    width: 80px;
    margin-right: 5px;
  }
}
.top_difference {
  background-color: #f0e1e1;
  padding-top: 100px;
  padding-bottom: 100px;
}

.top_seniorBnr {
  display: flex;
  justify-content: center;
}

.top_seniorBnr img {
  margin: 30px 0;
}

@media screen and (max-width: 599px) {
  .top_seniorBnr img {
    padding: 0 20px;
    width: 100%;
  }
}

.top_difference__head {
  color: #cb2323;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.top_difference__head-large {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 48px;
  position: relative;
}

.top_difference__head-large::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    background-image: url(../images/icon/character-1-left.svg);
    background-repeat: no-repeat;
}

.top_difference__head-large::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  background-image: url(../images/icon/character-1-right.svg);
  background-repeat: no-repeat;  
}

.top_difference__head-large::before {
  left: -120px;
}

.top_difference__head-large::after {
  right: -120px;
}


/* 
.top_difference__head-large::before,
.top_difference__head-large::after {
  position: absolute;
  content: "";
  width: 190px;
  height: 6px;
  border-radius: 4px;
  background-color: #cb2323;
  display: block;
  top: 50%;
}

.top_difference__head-large::before {
  left: -230px;
}

.top_difference__head-large::after {
  right: -230px;
}
 */
.top_difference__list {
  margin-top: 60px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.top_difference__list-other,
.top_difference__list-rat {
  background-color: #fff;
  width: calc((100% - 40px) / 2);
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  display: block;
}

@media screen and (max-width: 1024px) {
  .about .top_difference__list-other.full,
  .about .top_difference__list-rat.full {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}

.top_difference__list-other {
  border-radius: 10px;
}

.top_difference__list-other-ttl {
  height: 140px;
  padding-top: 64px;
  display: block;
}

.top_difference__list-rat {
  background: linear-gradient(to right, #a5b2db 0%, #ff61aa 100%);
  border-radius: 16px;
  padding: 6px;
}

.top_difference__list-rat-inner {
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
}

.top_difference__list-img {
  height: 330px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top_difference__list-rat-ttl {
  height: 140px;
  padding-top: 50px;
  display: block;
  line-height: 2;
}

.top_difference__list-rat-ttl img {
  width: 124px;
}

.top_difference__list-txt {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  line-height: 1.5;
  font-size: 20px;
  font-weight: bold;
}

.top_difference__list-txt span {
  font-size: 24px;
  color: #cb2323;
}

.top_difference__last {
  margin-top: 60px;
  font-size: 16px;
  line-height: 2;
  max-width: 723px;
}

@media screen and (max-width: 1024px) {
  .top_difference__list {
    flex-direction: column;
  }
  .top_difference__list-other,
  .top_difference__list-rat {
    width: 100%;
    height: auto;
  }
  .top_difference__list-other {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .top_difference {
    padding: 75px 20px 60px;
  }
  .top_difference__head-large {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 28px;
  }
  .top_difference__head-large::before {
    width: 60px;
    height: 60px;
    background-image: url(../images/icon/character-1-left.svg);
    background-repeat: no-repeat;
  }
  .top_difference__head-large::after {
    width: 60px;
    height: 60px;
    background-image: url(../images/icon/character-1-right.svg);
    background-repeat: no-repeat;
  }
  .top_difference__head-large::before {
    left: -60px;
  }
  .top_difference__head-large::after {
    right: -60px;
  }

/*   
  .top_difference__head-large::before,
  .top_difference__head-large::after {
    width: 30px;
    height: 3px;
    border-radius: 6px;
  }
  .top_difference__head-large::before {
    left: -50px;
  }
  .top_difference__head-large::after {
    right: -50px;
  }
 */
  .top_difference__list {
    margin-top: 40px;
  }
  .top_difference__list-other,
  .top_difference__list-rat {
    font-size: 14px;
  }
  .top_difference__list-other-ttl {
    height: 60px;
    padding-top: 20px;
  }
  .top_difference__list-rat-ttl {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .top_difference__list-rat-ttl img {
    width: 86px;
  }
  .top_difference__list-txt {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    text-align: left;
  }
  .about .top_difference__list-txt {
    display: inline-block;
    width: auto;
    font-size: 13px;
    line-height: 1.54;
    font-weight: 400;
  }
  .about .top_difference__list-txt span {
    font-size: 15px;
  }
  .about .top_difference__list-txt--strong {
    font-size: 18px;
    font-weight: bold;
    width: 100%;
  }
  .about .top_difference__list-img {
    height: 187px;
  }
  .top_difference__last {
    margin-top: 40px;
    font-size: 14px;
  }
}
.top_feature {
  padding-top: 110px;
  padding-bottom: 120px;
  text-align: center;
}

.top_feature__movie {
  margin-bottom: 150px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  max-width: 800px;
  height: 450px;
}

.top_feature__movie iframe {
  width: 100%;
  height: 100%;
}

.top_feature__ttl {
  font-size: 48px;
  line-height: 2;
  font-weight: bold;
  color: #cb2323;
  font-family: "Noto Sans JP", serif;
}

.top_feature__ttl--sp {
  display: none;
  color: #000000;
}
@media screen and (max-width: 599px) {
  .top_feature__ttl--sp {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top_feature__ttl--sp img {
    width: 80px;
    margin: 0 5px;
  }
}

.top_feature__ttl img {
  width: 58px;
  margin-left: 5px;
  margin-right: 38px;
}

.top_feature__ttl img.top_feature__ttl__image {
  width: 81px;
}

.top_feature__btn {
  margin-top: 38px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 599px) {
  .top_feature {
    padding-top: 60px;
    padding-bottom: 36px;
  }
  .top_feature__movie {
    margin-bottom: 50px;
    width: 333px;
    height: 188px;
  }
  .top_feature__ttl {
    font-size: 22px;
  }
  .top_feature__ttl img {
    width: 30px;
    margin-left: 0;
    margin-right: 5px;
  }
  .top_feature__btn {
    margin-top: 35px;
  }
}
.top_voice {
  position: relative;
  z-index: 20;
  width: 100%;
  display: block;
  padding-top: 100px;
  background-color: #efefef;
}
@media screen and (max-width: 599px) {
  .top_voice.review {
    padding-top: 60px;
  }
}
.top_voice.review::before {
  content: "";
  position: absolute;
  width: 388px;
  height: 501px;
  background: url(../images/top/voice_anan@2x.webp) no-repeat center;
  background-size: contain;
  top: -250px;
  right: 20px;
}
@media screen and (max-width: 1024px) {
  .top_voice.review::before {
    height: 400px;
    width: 300px;
    top: -140px;
    right: 194px;
  }
}
@media screen and (max-width: 599px) {
  .top_voice.review::before {
    top: -186px;
    right: 0;
    width: 250px;
    height: 448px;
  }
}
.top_voice .review__logoImage {
  width: 35px;
}
@media screen and (max-width: 599px) {
  .top_voice .review__logoImage {
    width: 22px;
  }
}
.top_voice .review__googleIcon {
  width: 40px;
  vertical-align: middle;
}

.top_voice__head {
  margin-top: 110px;
  text-align: center;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 599px) {
  .top_voice__head {
    padding: 0 20px;
  }
}

.top_voice__ttl {
  font-family: "Noto Sans JP", serif;
  font-size: 48px;
  font-weight: bold;
}

.top_voice__ttl img {
  width: 124px;
}

@media screen and (max-width: 599px) {
  .top_voice {
    margin-top: 0;
    padding-top: 1px;
  }
  .top_voice .review__googleIcon {
    width: 32px;
  }
  .top_voice__head {
    margin-top: 0;
    width: 100%;
    text-align: left;
  }
  .top_voice__head::before {
    width: 300px;
    height: 400px;
    top: -400px;
    right: 20px;
  }
  .top_voice__ttl {
    font-size: 22px;
    text-align: left;
    line-height: 2;
  }
  .top_voice__ttl img {
    width: 81px;
    padding-bottom: 0;
    position: relative;
    top: -4px;
  }
}
.top_staff {
  position: relative;
  overflow: hidden;
  background-color: #f0e1e1;
  padding-bottom: 100px;
}

.top_staff::before {
  width: 100%;
  position: absolute;
  content: none;
  display: block;
  height: 580px;
  z-index: 1;
  background-color: #f0c5c5;
  bottom: 0;
}

.top_staff__head {
  padding-top: 108px;
  padding-bottom: 60px;
  position: relative;
  z-index: 10;
  background-color: #fff;
  font-family: "Noto Sans JP", serif;
  font-size: 48px;
  font-weight: bold;
}

.top_staff__head::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  top: 0;
  height: 650px;
  z-index: -1;
  display: block;
}

.top_staff__red {
  color: #cb2323;
  margin-bottom: 20px;
  display: block;
}

.top_staff__span {
  display: block;
}

.top_staff__red img {
  width: 230px;
}

.top_staff__ttl {
  line-height: 1.6;
}

.top_staff__ttl img {
  width: 140px;
}

.top_staff__ttl-star {
  position: relative;
}

.top_staff__ttl-star::before {
  content: "";
  position: absolute;
  width: 131px;
  height: 38px;
  background: url(../images/top/staff_icon02@2x.webp) no-repeat center;
  background-size: contain;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
}

.top_staff__slide {
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 15;
  /*矢印の設定*/
}
.top_staff__slide__slider {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.top_staff__slide__slider img {
  width: 100%;
  height: auto;
}
.top_staff__slide .slick-prev,
.top_staff__slide .slick-next {
  position: absolute;
  top: 42%;
  cursor: pointer;
  outline: none;
  height: 15px;
  width: 15px;
}
.top_staff__slide .slick-prev {
  left: 15%;
  transform: rotate(-135deg);
}
.top_staff__slide .slick-prev::before {
  outline: solid 3px #cb2323;
  background-color: transparent;
}
.top_staff__slide .slick-prev::after {
  border-top: 4px solid #cb2323;
  border-right: 4px solid #cb2323;
}
.top_staff__slide .slick-next {
  right: 15%;
  transform: rotate(45deg);
}
.top_staff__slide .slick-next::before {
  outline: solid 3px #cb2323;
  background-color: transparent;
}
.top_staff__slide .slick-next::after {
  border-top: 4px solid #cb2323;
  border-right: 4px solid #cb2323;
}
.top_staff__slide .slick-slide {
  height: 500px;
  margin-left: 50px;
  margin-right: 50px;
  opacity: 0.5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_staff__slide .slick-active {
  opacity: 1;
}
.top_staff__slide .slick-current {
  transform: scale(1.5);
  overflow: visible;
}
.top_staff__slide .slick-current .top_staff__slider-txt {
  display: flex;
}
.top_staff__slide-slider li {
  position: relative;
  transition: 0.2s;
}

.top_staff__slide-slider li img {
  width: 300px;
}

.top_staff__slider-txt {
  position: absolute;
  bottom: 100px;
  left: -120px;
  background: linear-gradient(to right, #a5b2db 0%, #ff61aa 100%);
  border-radius: 10px;
  width: 220px;
  height: 85px;
  color: #fff;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 30px;
  display: none;
}

.top_staff__slider-name {
  font-size: 16px;
}

.top_staff__slider-note {
  font-size: 14px;
}

.top_staff__subhead {
  z-index: 10;
  color: #cb2323;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.8;
  margin-bottom: 70px;
}

.top_staff__subhead-large {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 36px;
  position: relative;
  display: flex;
  align-items: center;
}

.top_staff__subhead-large::before,
.top_staff__subhead-large::after {
  position: absolute;
  content: "";
  width: 190px;
  height: 6px;
  border-radius: 4px;
  background-color: #cb2323;
  display: block;
  top: 50%;
}

.top_staff__subhead-large::before {
  left: -230px;
}

.top_staff__subhead-large::after {
  right: -230px;
}

.top_staff__subhead-num {
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  margin-left: 20px;
}

.top_staff__subhead-middle {
  font-size: 28px;
}

.top_staff__require {
  position: relative;
  z-index: 10;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}

.top_staff__require-ttl {
  background-color: #cb2323;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 20px;
}

.top_staff__require-subttl {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #cb2323;
  text-align: center;
}

.top_staff__require-list + .top_staff__require-subttl {
  border-top: 1px solid #d9d9d9;
}

.top_staff__require-list {
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, 270px);
  gap: 30px 20px;
  justify-content: center;
}

.top_staff__require-list li {
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.top_staff__require-list li a {
  padding: 20px 15px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: 0.2s;
  position: relative;
}

.top_staff__require-list li a:hover {
  background-color: #dedede;
}

.top_staff__require-list li a:hover::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url(../images/top/staff_btn_arrow@2x.webp) no-repeat center;
  background-size: contain;
}

.top_staff__require-name {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}

.top_staff__require-note {
  font-size: 10px;
  color: #707070;
}

a.top_staff__button {
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  color: #cb2323;
}

a.top_staff__button::after {
  background-image: url(../images/arrow-content.svg);
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .top_staff__head::before {
    width: 100vw;
    top: 0;
    left: 0;
    height: 420px;
  }
  .top_staff__require {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 599px) {
  .top_staff {
    padding-bottom: 60px;
  }
  .top_staff::before {
    height: 230px;
  }
  .top_staff__head {
    padding: 50px 20px 30px;
    font-size: 22px;
  }
  .top_staff__head::before {
    width: 100vw;
    top: 0;
    left: 0;
    height: 420px;
  }
  .top_staff__red {
    line-height: 2;
  }
  .top_staff__red img {
    width: 130px;
    position: relative;
    top: -4px;
  }
  .top_staff__ttl {
    line-height: 1.9;
    margin-top: 14px;
    display: block;
  }
  .top_staff__ttl img {
    width: 70px;
    padding-bottom: 0;
    position: relative;
    top: -6px;
  }
  .top_staff__ttl-star::before {
    width: 66px;
    height: 22px;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
  }
  .top_staff__slide .slick-prev {
    left: 8%;
    top: 50%;
  }
  .top_staff__slide .slick-next {
    right: 8%;
    top: 61%;
  }
  .top_staff__slide .slick-slide {
    height: 300px;
  }
  .top_staff__slide .slick-current {
    transform: none;
  }
  .top_staff__slider-txt {
    bottom: 0;
    width: 165px;
    height: 60px;
    padding-left: 16px;
    left: -20px;
  }
  .top_staff__slider-name {
    font-size: 14px;
    display: block;
    margin-bottom: 4px;
  }
  .top_staff__slider-note {
    font-size: 12px;
  }
  .top_staff__subhead {
    font-size: 18px;
    margin-bottom: 40px;
    padding: 0 20px;
  }
  .top_staff__subhead-large {
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 1;
    font-size: 24px;
  }
  .top_staff__subhead-large::before,
  .top_staff__subhead-large::after {
    width: 54px;
    height: 3px;
    border-radius: 6px;
  }
  .top_staff__subhead-large::before {
    left: -74px;
  }
  .top_staff__subhead-large::after {
    right: -74px;
  }
  .top_staff__subhead-num {
    font-size: 37px;
    margin-left: 13px;
    letter-spacing: 0.04em;
  }
  .top_staff__subhead-middle {
    font-size: 20px;
  }
  .top_staff__subhead-bottom {
    font-size: 18px;
    line-height: 2;
    margin-top: 30px;
  }
  .top_staff__require {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .top_staff__require-ttl {
    font-size: 16px;
  }
  .top_staff__require-subttl {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    font-size: 18px;
    text-align: left;
    display: flex;
    align-items: center;
    border-bottom: 1px solid transparent;
  }
  .top_staff__require-subttl:not(.close) {
    border-bottom: 1px solid #d9d9d9;
  }
  .top_staff__require-list + .top_staff__require-subttl {
    border-top: none;
  }
  .top_staff__require-subttl > .hidden-pc {
    color: #95000c;
    padding-left: 15px;
    font-size: 14px;
    display: flex;
    font-weight: 500;
    align-items: center;
  }
  .top_staff__require-subttl-num {
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    padding-right: 5px;
  }
  .top_staff__require-list {
    margin-top: 0;
    padding-top: 1px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    grid-template-columns: repeat(auto-fill, 100%);
    gap: 10px;
  }
  .top_staff__require-list li {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
  }
  .top_staff__require-list li a {
    padding-right: 50px;
  }
  .top_staff__require-list li a::after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: url(../images/top/staff_btn_arrow@2x.webp) no-repeat center;
    background-size: contain;
  }
  .top_staff__require-name {
    line-height: 1.46;
  }
  /*==================================================
  アコーディオンのためのcss
  ===================================*/
  /*アコーディオンタイトル*/
  .top_staff__require-subttl {
    position: relative;
    cursor: pointer;
  }
  /*アイコンの＋と×*/
  .top_staff__require-subttl::before,
  .top_staff__require-subttl::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background-color: #95000c;
    transition: 0.2s;
  }
  .top_staff__require-subttl::before {
    top: 48%;
    right: 20px;
    transform: rotate(0deg);
  }
  .top_staff__require-subttl::after {
    top: 48%;
    right: 20px;
    transform: rotate(90deg);
  }
  .top_staff__require-subttl.close::before {
    transform: rotate(45deg);
    opacity: 0;
  }
  .top_staff__require-subttl.close::after {
    transform: rotate(0);
  }
  .top_staff__require-list {
    display: none;
  }
  a.top_staff__button {
    width: 80%;
    height: 55px;
    line-height: 55px;
    max-width: 260px;
    font-size: 14px;
    padding: 0;
  }
}
.top_price {
  padding-bottom: 80px;
}

.top_price__head {
  background-color: #efefef;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-weight: bold;
}

.top_price__head-black {
  margin-bottom: 55px;
  padding: 15px 20px;
  background-color: #000;
  color: #fff;
  font-size: 48px;
}

.top_price__head-red {
  font-size: 56px;
  color: #cb2323;
}

.top_price__head-large {
  margin-top: 20px;
  margin-bottom: 20px;
  background: linear-gradient(to right, #a5b2db 0%, #ff61aa 100%);
  padding: 10px 5px;
  color: #fff;
  font-family: "Noto Sans CJK JP", sans-serif;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: inline-block;
}

.top_price__head-large-01 {
  font-size: 36px;
}

.top_price__head-large-02 {
  font-family: "Oswald", serif;
  font-size: 90px;
  margin-left: 20px;
  margin-right: 10px;
}

.top_price__head-large-03 {
  font-size: 36px;
}

.top_price__head-red img {
  width: 250px;
}

.top_price__table {
  padding-top: 55px;
}

.top_price__button {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 599px) {
  .top_price__table {
    overflow: hidden;
  }
  .top_price {
    padding-bottom: 40px;
  }
  .top_price__head {
    padding: 60px 20px 40px;
  }
  .top_price__head-black {
    margin-bottom: 30px;
    padding: 5px 5px;
    font-size: 30px;
    display: inline;
    line-height: 2.2;
  }
  .top_price__head-red {
    margin-top: 20px;
    font-size: 24px;
  }
  .top_price__head-large {
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .top_price__head-large-01 {
    font-size: 21px;
  }
  .top_price__head-large-02 {
    font-size: 53px;
    margin-left: 10px;
    margin-right: 5px;
  }
  .top_price__head-large-03 {
    font-size: 21px;
  }
  .top_price__head-red img {
    width: 150px;
  }
}
.top_example {
  background-color: #f0e1e1;
  padding-top: 80px;
  padding-bottom: 120px;
  overflow: hidden;
}
.top_example .top__inner {
  background-color: #fff;
  border-radius: 10px;
  padding-left: 47px;
  padding-right: 47px;
}

.top_example__head {
  padding-top: 66px;
  padding-bottom: 66px;
  font-family: "Noto Sans JP", serif;
  font-size: 48px;
  font-weight: bold;
}

.top_example__ttl {
  position: relative;
}

.top_example__ttl img {
  width: 140px;
}

.top_example__red {
  color: #cb2323;
  margin-top: 30px;
  margin-bottom: 40px;
  display: block;
}

img.top_example__ttl-img {
  width: 210px;
  height: 210px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.top_example__mv {
  margin-bottom: 65px;
}

.top_example__mv img {
  margin-bottom: 38px;
}

.top_example__mv p {
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
}

.top_example__flow-list {
  position: relative;
  padding-left: 135px;
  padding-right: 80px;
}

.top_example__flow-list::before {
  position: absolute;
  content: "";
  top: 20px;
  left: 63px;
  width: 6px;
  height: calc(100% - 300px);
  background: linear-gradient(to bottom, #a5b2db 0%, #ff61aa 100%);
}

.top_example__flow-list li {
  padding-top: 10px;
  padding-bottom: 60px;
  position: relative;
}

.top_example__flow-list li:last-child:after {
  position: absolute;
  content: "";
  top: 40px;
  left: -75px;
  width: 12px;
  height: calc(100% - 50px);
  background-color: #fff;
}

.top_example__flow-list li::before {
  position: absolute;
  content: "";
  width: 34px;
  height: 34px;
  border-radius: 50%;
  left: -85px;
  border: 4px solid #fff;
}

.top_example__flow-list li:nth-child(1):before {
  background-color: #a5b2db;
}

.top_example__flow-list li:nth-child(2):before {
  background-color: #bc9ecf;
}

.top_example__flow-list li:nth-child(3):before {
  background-color: #d28ac3;
}

.top_example__flow-list li:nth-child(4):before {
  background-color: #e974b6;
}

.top_example__flow-list li:nth-child(5):before {
  background-color: #ff61aa;
}

.top_example__flow-ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.top_example__flow-note {
  font-size: 14px;
  font-weight: normal;
  color: #707070;
  margin-left: 20px;
}

img.top_example__flow-img05-1 {
  position: absolute;
  top: 50px;
  right: -80px;
  width: 175px;
  height: 176px;
}

img.top_example__flow-img05-2 {
  position: absolute;
  top: 250px;
  right: -80px;
  width: 175px;
  height: 176px;
}

@media screen and (max-width: 599px) {
  .top_example {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .top_example .top__inner {
    width: calc(100% - 40px);
    padding-left: 10px;
    padding-right: 10px;
  }
  .top_example__head {
    padding-top: 40px;
    padding-bottom: 30px;
    font-size: 21px;
  }
  .top_example__ttl img {
    width: 70px;
    padding-bottom: 0;
  }
  .top_example__red {
    color: #cb2323;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  img.top_example__ttl-img {
    width: 120px;
    height: 120px;
    top: -80px;
    transform: none;
  }
  .top_example__mv {
    margin-bottom: 30px;
  }
  .top_example__mv img {
    margin-bottom: 30px;
  }
  .top_example__mv p {
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
  }
  .top_example__flow-list {
    padding-left: 35px;
    padding-right: 0px;
  }
  .top_example__flow-list::before {
    top: 0px;
    left: 7px;
    height: calc(100% - 50px);
  }
  .top_example__flow-list li {
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .top_example__flow-list li:last-child:after {
    top: 22px;
    left: -30px;
  }
  .top_example__flow-list li::before {
    width: 28px;
    height: 28px;
    top: -4px;
    left: -39px;
  }
  .top_example__flow-ttl {
    display: block;
  }
  .top_example__flow-note {
    display: block;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  img.top_example__flow-img05-1 {
    position: absolute;
    top: 20px;
    right: -35px;
    width: 82px;
    height: 82px;
  }
  img.top_example__flow-img05-2 {
    position: absolute;
    top: 100px;
    right: -35px;
    width: 82px;
    height: 82px;
  }
}
.top_obsession {
  padding-top: 110px;
  padding-bottom: 100px;
  background-color: #efefef;
}
.top_obsession__head {
  font-family: "Noto Sans JP", serif;
  font-size: 48px;
  font-weight: bold;
  position: relative;
}

.top_obsession__ttl {
  margin-bottom: 20px;
  line-height: 2;
}

.top_obsession__ttl img {
  width: 140px;
  padding-bottom: 0;
  vertical-align: text-bottom;
}

.top_obsession__red {
  color: #cb2323;
  margin-bottom: 60px;
  display: block;
}

img.top_obsession__head-img {
  position: absolute;
  width: 673px;
  top: -192px;
  right: 0;
}

.top_obsession__p {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.shop_obsession__p {
  margin-bottom: 80px;
}

.--p01 .top_obsession__p-img {
  width: 213px;
}

.--p02 .top_obsession__p-img {
  width: 254px;
}

.--p03 .top_obsession__p-img {
  width: 213px;
}

.top_obsession__p_detail {
  background-color: #fff;
  border-radius: 10px;
  padding: 80px 40px;
  max-width: 980px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.top_obsession__p_detail p {
  font-size: 16px;
  line-height: 2;
}

.--p01 .top_obsession__p_detail p {
  width: 553px;
  margin-top: 46px;
  margin-right: 10px;
  margin-left: auto;
}

img.top_obsession__p--01-img1 {
  width: 669px;
  margin-right: 30px;
  margin-left: auto;
}

img.top_obsession__p--01-img2 {
  position: absolute;
  width: 303px;
  bottom: 0;
  left: -113px;
}

.top_obsession__coaching-ttl {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.top_obsession__coaching-item {
  position: relative;
}
.top_obsession__coaching-item + .top_obsession__coaching-item {
  margin-top: 40px;
}

.top_obsession__coaching-item-q {
  position: relative;
  z-index: 11;
}

.top_obsession__coaching-item-q > img {
  width: 84px;
  margin-bottom: 10px;
}

.top_obsession__coaching-item-q-cloud {
  width: calc(100% - 109px - 69px);
  background: linear-gradient(to right, #ff61aa 0%, #a5b2db 100%);
  border-radius: 20px;
  padding: 35px 30px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 69px;
}

.top_obsession__coaching-item-q-cloud::before,
.top_obsession__coaching-item-q-cloud::after {
  content: "";
  position: absolute;
}

.top_obsession__coaching-item-q-cloud::before {
  width: 58px;
  height: 47px;
  background: url(../images/top/obsession_cloud_q.svg) no-repeat center;
  background-size: contain;
  top: -10px;
  left: -17px;
}

.top_obsession__coaching-item-q-cloud::after {
  width: 16px;
  height: 10px;
  background: url(../images/top/obsession_icon_arrow.svg) no-repeat center;
  background-size: contain;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: 0.2s;
}

.top_obsession__coaching-item-q-cloud > img {
  width: 33px;
  margin-right: 13px;
}

.top_obsession__coaching-item-q-cloud > p {
  font-size: 20px;
}

.top_obsession__coaching-item-a {
  margin-top: -120px;
  position: relative;
  z-index: 10;
}

.top_obsession__coaching-item-a > img {
  width: 84px;
  margin-right: 0;
  margin-left: auto;
  display: block;
  margin-bottom: 10px;
}

.top_obsession__coaching-item-a-cloud {
  width: calc(100% - 109px - 69px);
  background: #f0e1e1;
  border-radius: 20px;
  padding: 45px 30px 35px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  margin-left: 109px;
  cursor: pointer;
}

.top_obsession__coaching-item-a-cloud::before,
.top_obsession__coaching-item-a-cloud::after {
  content: "";
  position: absolute;
}

.top_obsession__coaching-item-a-cloud::before {
  width: 58px;
  height: 47px;
  background: url(../images/top/obsession_cloud_a.svg) no-repeat center;
  background-size: contain;
  top: -10px;
  right: -17px;
}

.top_obsession__coaching-item-a-cloud-watch {
  transition: 0.1s;
  opacity: 1;
  position: relative;
  width: fit-content;
}
.top_obsession__coaching-item-a-cloud-watch::after {
  position: absolute;
  content: "";
  transform: translate(100%, -50%);
  top: 68%;
  right: -24px;
  background-image: url(../images/top/click-here.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 42.66px;
}

@media screen and (max-width: 1024px) {
  .top_obsession__coaching-item-q-cloud > p {
    font-size: 18px;
  }
  .top_obsession__coaching-item-a-cloud-watch::after {
    right: -12px;
  }
}

.close .top_obsession__coaching-item-a-cloud-watch {
  opacity: 0;
  transition: 0.1s;
}

.top_obsession__coaching-item-a-cloud-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.top_obsession__coaching-item-a-cloud-head > img {
  width: 33px;
  margin-right: 13px;
}

.top_obsession__coaching-item-a-cloud-txt {
  font-size: 16px;
  color: #cb2323;
}

.top_obsession__coaching-item-q {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  transition: all 0.5s ease;
}

.close .top_obsession__coaching-item-q-cloud::after {
  transform: rotate(180deg) translateY(0);
}

.top_obsession__coaching-item-a-cloud-open {
  display: none;
}

img.top_obsession__p--03-img1 {
  width: 724px;
  margin-right: -40px;
  margin-left: auto;
}

img.top_obsession__p--03-img2 {
  position: absolute;
  width: 254px;
  bottom: 35px;
  left: -64px;
}

img.top_obsession__p--03-img3 {
  width: 395px;
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.top_obsession__shop {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .top_obsession__shop {
    margin-bottom: 40px;
  }
}

.obsession__shop-list-wrapper {
  display: flex;
  padding-top: 40px;
  /**
  * Chrome用のデフォルト三角削除
  **/
}
@media screen and (max-width: 1024px) {
  .obsession__shop-list-wrapper {
    flex-flow: column;
    padding-top: 20px;
  }
}
.obsession__shop-list-wrapper .title-wrapper {
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .obsession__shop-list-wrapper .title-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
  }
}
.obsession__shop-list-wrapper .obsession__shop-list-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .obsession__shop-list-wrapper .obsession__shop-list-title {
    font-size: 18px;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
  }
}
.obsession__shop-list-wrapper .obsession__shop-list-title .name,
.obsession__shop-list-wrapper .obsession__shop-list-title .area {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .obsession__shop-list-wrapper .obsession__shop-list-title .name,
  .obsession__shop-list-wrapper .obsession__shop-list-title .area {
    display: inline-block;
    font-size: 14px;
  }
}
.obsession__shop-list-wrapper .obsession__shop-list-title-sub {
  color: #cb2323;
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .obsession__shop-list-wrapper .obsession__shop-list-title-sub {
    font-size: 18px;
  }
}
.obsession__shop-list-wrapper .obsession__shop-list-title-sub span {
  font-size: 80px;
  font-weight: bold;
  font-family: "Oswald-SemiBold", sans-serif;
  color: #cb2323;
}
@media screen and (max-width: 1024px) {
  .obsession__shop-list-wrapper .obsession__shop-list-title-sub span {
    font-size: 22px;
  }
}
.obsession__shop-list-wrapper .obsession__shop-list {
  width: 75%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .obsession__shop-list-wrapper .obsession__shop-list {
    flex-flow: column;
    align-items: center;
    width: 100%;
  }
}
.obsession__shop-list-wrapper .obsession__shop-list-item {
  position: relative;
  width: calc(50% - 30px);
  padding: 20px 23px;
  margin: 15px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1024px) {
  .obsession__shop-list-wrapper .obsession__shop-list-item {
    width: 100%;
    padding: 10px auto;
  }
}
.obsession__shop-list-wrapper .obsession__shop-list-item .title {
  font-size: 18px;
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  .obsession__shop-list-wrapper .obsession__shop-list-item .title {
    font-size: 14px;
  }
}
.obsession__shop-list-wrapper .obsession__shop-list-item .text {
  font-size: 14px;
  color: #707070;
}
@media screen and (max-width: 1024px) {
  .obsession__shop-list-wrapper .obsession__shop-list-item .text {
    font-size: 12px;
  }
}
.obsession__shop-list-wrapper .obsession__shop-list-item a {
  position: relative;
  z-index: 1;
}
.obsession__shop-list-wrapper .obsession__shop-list-item::before {
  content: "";
  position: absolute;
  right: 23px;
  top: 20px;
  width: 22px;
  height: 22px;
  background-image: url(../images/gym-detail/obsession_point_arrow.webp);
  background-size: contain;
}
.obsession__shop-list-wrapper .obsession__shop-list-item:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.obsession__shop-list-wrapper .obsession__shop-list-item:nth-child(odd)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  width: 100%;
  height: 100%;
  border-right: 1px solid #efefef;
}
@media screen and (max-width: 1024px) {
  .obsession__shop-list-wrapper
    .obsession__shop-list-item:nth-child(odd)::after {
    display: none;
  }
}
.obsession__shop-list-wrapper details summary {
  list-style: none;
  cursor: pointer;
}
.obsession__shop-list-wrapper details summary::-webkit-details-marker {
  display: none;
}

.obsession__shop-btn {
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .title-wrapper {
    position: relative;
  }
  .title-wrapper::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    background-image: url(../images/top/plus.webp);
    background-size: cover;
  }
  details[open] .title-wrapper::after {
    top: 25px;
    height: 2px;
    background-image: url(../images/top/minus.webp);
  }
}
.top_obsession__img04 {
  max-width: 964px;
  width: 100%;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 1024px) {
  .top_obsession {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .top_obsession__head {
    font-size: 22px;
  }
  .top_obsession__ttl {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .top_obsession__ttl img {
    width: 73px;
    margin: 0 2px;
  }
  .top_obsession__red {
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 24px;
  }
  img.top_obsession__head-img {
    position: unset;
    max-width: 325px;
    width: 100%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .top_obsession__p {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .--p01 .top_obsession__p-img {
    width: 221px;
    margin-left: -16px;
    padding-left: 20px;
  }

  .--p02 .top_obsession__p-img {
    width: 338px;
    margin-left: -16px;
    padding-left: 20px;
  }
  .--p03 .top_obsession__p-img {
    width: 222px;
    margin-left: -16px;
    padding-left: 20px;
  }
  .top_obsession__p_detail {
    padding: 40px 20px;
    margin-top: 30px;
  }
  .--p01 .top_obsession__p_detail p {
    width: 100%;
    margin: 0 auto;
  }
  img.top_obsession__p--01-img1 {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  img.top_obsession__p--01-img2 {
    width: 122px;
    bottom: unset;
    top: -127px;
    left: unset;
    right: 0;
  }
  .top_obsession__coaching-ttl {
    font-size: 18px;
  }
  .top_obsession__coaching-item-q > img {
    width: 64px;
    margin-bottom: 18px;
  }
  .top_obsession__coaching-item-q-cloud {
    width: calc(100% - 20px - 64px);
    padding: 20px 10px;
    font-size: 14px;
    margin-left: 0px;
    flex-direction: column;
    align-items: flex-start;
  }
  .top_obsession__coaching-item-q-cloud::before,
  .top_obsession__coaching-item-q-cloud::after {
    content: "";
  }
  .top_obsession__coaching-item-q-cloud::before {
    top: -10px;
    left: 0px;
    z-index: -1;
  }
  .top_obsession__coaching-item-q-cloud::after {
    width: 13px;
    height: 8px;
    top: 20px;
    right: 20px;
    transform: none;
  }
  .top_obsession__coaching-item-q-cloud > img {
    width: 20px;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .top_obsession__coaching-item-q-cloud > p {
    font-size: 14px;
  }
  .top_obsession__coaching-item-a {
    margin-top: -100px;
  }
  .top_obsession__coaching-item-a > img {
    width: 64px;
  }
  .top_obsession__coaching-item-a-cloud {
    width: 100%;
    padding: 45px 10px 20px;
    font-size: 14px;
    margin-left: 0;
  }
  .top_obsession__coaching-item-a-cloud::before {
    top: -10px;
    right: 0;
  }
  .top_obsession__coaching-item-a-cloud-head {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .top_obsession__coaching-item-a-cloud-head > img {
    width: 21px;
  }
  .top_obsession__coaching-item-a-cloud-txt {
    font-size: 14px;
  }
  img.top_obsession__p--03-img1 {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  img.top_obsession__p--03-img2 {
    width: 148px;
    bottom: -41px;
    left: -20px;
  }
  img.top_obsession__p--03-img3 {
    width: 270px;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
}
.top_obsession__coaching-item-img-wrapper {
  margin-top: 30px;
}
.top_obsession__coaching-item-img-wrapper
  .top_obsession__coaching-item-img-title {
  text-align: center;
  font-size: 16px;
}
.top_obsession__coaching-item-img-wrapper
  .top_obsession__coaching-item-img-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .top_obsession__coaching-item-img-wrapper
    .top_obsession__coaching-item-img-list {
    margin-top: 20px;
  }
}
.top_obsession__coaching-item-img-wrapper
  .top_obsession__coaching-item-img-list
  li {
  width: calc(33.3333333333% - 15px);
}
@media screen and (max-width: 1024px) {
  .top_obsession__coaching-item-img-wrapper
    .top_obsession__coaching-item-img-list
    li {
    width: calc(50% - 10px);
  }
}
.top_obsession__coaching-item-img-wrapper
  .top_obsession__coaching-item-img-list
  li
  p {
  font-size: 10px;
}

@media screen and (max-width: 599px) {
  .top_obsession {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .top .obsession__shop-list-wrapper .title-wrapper {
    padding: 10px 0;
  }
  .top .obsession__shop-list-wrapper .obsession__shop-list-title .name,
  .top .obsession__shop-list-wrapper .obsession__shop-list-title .area {
    font-size: 18px;
  }
  .top .obsession__shop-list-wrapper .obsession__shop-list-title-sub span {
    font-weight: 400;
    font-family: "Oswald";
    margin-right: 3px;
  }
  .top .obsession__shop-list-wrapper .obsession__shop-list-title-sub {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
  }
  .top .top_obsession__p--03-img1.hidden-pc {
    /*width: calc(100% + 40px);*/
    margin-left: 0px;
  }
  .top img.top_obsession__p--03-img2 {
    left: -30px;
  }
}
.top_flow .serviceFlow__headlineJa + p {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .top_flow .serviceFlow__headlineJa + p {
    text-align: left;
  }
}

.top_faq .serviceFlow__headlineJa + p {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .top_faq .serviceFlow__headlineJa + p {
    text-align: left;
  }
}
.top_faq .faq__button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 60px;
}
.top_faq .faqList__answer-inner {
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .top_faq .faqList__answer-inner {
    padding: 18px 4px 18px 4px;
  }
}
.top_faq .faqList__answer-slider .slick-next::before,
.top_faq .faqList__answer-slider .slick-prev::before {
  outline: solid 3px #cb2323;
  background-color: transparent;
}
.top_faq .faqList__answer-slider .slick-next::after,
.top_faq .faqList__answer-slider .slick-prev::after {
  border-top: 4px solid #cb2323;
  border-right: 4px solid #cb2323;
  background-color: transparent;
}
.top_faq .slick-slider {
  width: 100%;
}
.top_faq .faqList__answer-rebound {
  margin-top: 20px;
  background-color: #f0e1e1;
  padding: 0 0 30px 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .top_faq .faqList__answer-rebound {
    padding-bottom: 20px;
  }
}
.top_faq .faqList__answer-rebound .faqList__answer-rebound-title {
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  padding: 18px 0;
  background: linear-gradient(#f577ae, #a5b2db);
}
@media screen and (max-width: 1024px) {
  .top_faq .faqList__answer-rebound .faqList__answer-rebound-title {
    font-size: 12px;
  }
}
.top_faq .faqList__answer-rebound .faqList__answer-rebound-food {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 20px auto;
}
@media screen and (max-width: 1024px) {
  .top_faq .faqList__answer-rebound .faqList__answer-rebound-food {
    width: 96%;
  }
}
.top_faq .faqList__answer-rebound .faqList__answer-rebound-food-left,
.top_faq .faqList__answer-rebound .faqList__answer-rebound-food-right {
  width: 50%;
}
.top_faq .faqList__answer-rebound .faqList__answer-rebound-text {
  width: 90%;
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .top_faq .faqList__answer-rebound .faqList__answer-rebound-text {
    width: 96%;
  }
}
.top_faq .faqList__answer-rebound .faqList__answer-rebound-img {
  width: 90%;
  margin: 20px auto;
}
@media screen and (max-width: 1024px) {
  .top_faq .faqList__answer-rebound .faqList__answer-rebound-img {
    width: 96%;
  }
}
.top_faq .faqList__answer-type {
  margin: 30px 0;
}
.top_faq .faqList__answer-type li {
  display: flex;
  margin-top: 20px;
}
.top_faq .faqList__answer-type li:first-of-type .faqList__answer-type-left {
  background-color: #a5b2db;
}
.top_faq .faqList__answer-type li:nth-child(2) .faqList__answer-type-left {
  background-color: #b4a6d4;
}
.top_faq .faqList__answer-type li:nth-child(3) .faqList__answer-type-left {
  background-color: #c793c8;
}
.top_faq .faqList__answer-type .faqList__answer-type-left {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .top_faq .faqList__answer-type .faqList__answer-type-left {
    width: 65%;
  }
}
.top_faq .faqList__answer-type .faqList__answer-type-left p {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  padding: 44px 0;
}
@media screen and (max-width: 1024px) {
  .top_faq .faqList__answer-type .faqList__answer-type-left p {
    font-size: 16px;
  }
}
.top_faq .faqList__answer-type .faqList__answer-type-number {
  width: 50px;
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .top_faq .faqList__answer-type .faqList__answer-type-number {
    width: 24px;
  }
}
.top_faq .faqList__answer-type .faqList__answer-type-img {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .top_faq .faqList__answer-type .faqList__answer-type-img {
    width: 35%;
  }
}
.top_faq .faqList__answer-type .faqList__answer-type-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top_faq .faqList__answer-reason {
  background-color: #f0e1e1;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.top_faq .faqList__answer-reason .faqList__answer-reason-title-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(#f577ae, #a5b2db);
  padding: 18px 0;
}
.top_faq .faqList__answer-reason .faqList__answer-reason-title {
  color: #fff;
  font-size: 29px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .top_faq .faqList__answer-reason .faqList__answer-reason-title {
    font-size: 12px;
  }
}
.top_faq .faqList__answer-reason .faqList__answer-reason-title-img {
  width: 90px;
  margin: 0 8px;
}
@media screen and (max-width: 1024px) {
  .top_faq .faqList__answer-reason .faqList__answer-reason-title-img {
    width: 30px;
    margin: 0 4px;
  }
}
.top_faq .faqList__answer-reason .faqList__answer-reason-title-img.-arrow {
  width: 70px;
}
@media screen and (max-width: 1024px) {
  .top_faq .faqList__answer-reason .faqList__answer-reason-title-img.-arrow {
    width: 20px;
  }
}
.top_faq .faqList__answer-reason .faqList__answer-reason-top,
.top_faq .faqList__answer-reason .faqList__answer-reason-center,
.top_faq .faqList__answer-reason .faqList__answer-reason-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  background-color: #fff;
  margin: 20px auto;
}
@media screen and (max-width: 1024px) {
  .top_faq .faqList__answer-reason .faqList__answer-reason-top,
  .top_faq .faqList__answer-reason .faqList__answer-reason-center,
  .top_faq .faqList__answer-reason .faqList__answer-reason-bottom {
    width: 96%;
  }
}
.top_faq .faqList__answer-reason .faqList__answer-reason-top-left {
  width: 60%;
}
.top_faq .faqList__answer-reason .faqList__answer-reason-top-right {
  width: 40%;
}
.top_faq .faqList__answer-reason .faqList__answer-reason-top-right p {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .top_faq .faqList__answer-reason .faqList__answer-reason-top-right p {
    font-size: 8px;
  }
}
.top_faq .faqList__answer-reason .faqList__answer-reason-top-right span {
  color: #cb2323;
  font-weight: bold;
  font-size: 28px;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .top_faq .faqList__answer-reason .faqList__answer-reason-top-right span {
    font-size: 12px;
  }
}
.top_faq .faqList__answer-reason .faqList__answer-reason-bottom-left {
  width: 60%;
}
.top_faq .faqList__answer-reason .faqList__answer-reason-bottom-left p {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .top_faq .faqList__answer-reason .faqList__answer-reason-bottom-left p {
    font-size: 8px;
  }
}
.top_faq .faqList__answer-reason .faqList__answer-reason-bottom-left p span {
  font-weight: bold;
  font-size: 18px;
  color: #cb2323;
}
@media screen and (max-width: 1024px) {
  .top_faq .faqList__answer-reason .faqList__answer-reason-bottom-left p span {
    font-size: 8px;
  }
}
.top_faq .faqList__answer-reason .faqList__answer-reason-bottom-right {
  width: 40%;
  background-image: url(../images/top/faq_13-bg@2x.webp);
  background-size: cover;
}
.top_faq .faqList__answer-reason .faqList__answer-reason-bottom-right img {
  padding: 20px;
}

@media screen and (max-width: 599px) {
  .top_faq .serviceFlow__headlineJa + p {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .top_faq .faq__button {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
.top_last {
  overflow: hidden;
  background: url(../images/top/last_bg@2x.webp) no-repeat center #000;
  background-size: cover;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
.top_last .top__inner {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 10;
}
.top_last .top__inner::before {
  content: "";
  position: absolute;
  display: block;
  max-width: 594px;
  width: 45.6923076923vw;
  height: 60.3076923077vw;
  background: url("https://www.ratgym.jp/wp-content/uploads/2024/03/last_img001.png")
    no-repeat center;
  background-size: contain;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
}

.top_last__large {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.5;
}

.top_last__normal {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.2;
}

.top_last__normal p {
  margin-bottom: 40px;
}

.top_last__bottom {
  font-size: 36px;
  font-weight: bold;
  font-family: "Noto Sans JP", serif;
  line-height: 1.5;
}

a.top_last__button {
  position: absolute;
  bottom: 0;
  right: 120px;
  background-color: #fff;
  color: #000;
}

a.top_last__button::after {
  width: 12px;
  height: 7px;
  background: url(../images/top/last_arrow.svg) no-repeat center;
  background-size: contain;
}

@media screen and (max-width: 599px) {
  .top_last {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .top_last .top__inner::before {
    width: 294px;
    height: 389px;
    top: unset;
    right: unset;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  .top_last__large {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .top_last__normal {
    font-size: 14px;
  }
  .top_last__normal p {
    margin-bottom: 20px;
  }
  .top_last__bottom {
    font-size: 22px;
    padding-bottom: 389px;
  }
  a.top_last__button {
    width: 80%;
    bottom: 0;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
.company__inner {
  outline: 8px solid #95000c;
  padding: 50px;
  margin: 60px auto 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .company__inner {
    outline: none;
    padding: 20px;
    width: auto;
    margin-top: 20px;
  }
}

.facility {
  padding: 64px 20px;
}
.facility__description {
  font-size: 28px;
  line-height: 40px;
  font-weight: bold;
  color: #cb2323;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .facility {
    padding: 40px 20px;
  }
  .facility__description {
    font-size: 18px;
    line-height: 2;
  }
}

.reference__main {
  padding: 100px;
}
.reference__headline {
  font-size: 40px;
  font-weight: bold;
}
.reference__table {
  margin-top: 20px;
  font-size: 24px;
  border-collapse: collapse;
}
.reference__table th {
  background-color: skyblue;
}
.reference__table th,
.reference__table td {
  border-block: solid 1px;
  padding: 10px;
}
.reference__table a {
  text-decoration: underline;
  color: blue;
}

.privacy {
  background-color: #efefef;
}
.privacy__inner {
  padding: 60px 20px 80px;
}
@media screen and (max-width: 599px) {
  .privacy__inner {
    padding: 0;
  }
}
.privacy__content {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
  max-width: 964px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .privacy__content {
    padding: 35px 20px 57px;
    border-radius: 0;
  }
}
.privacy__item:not(:first-child) {
  margin-top: 33px;
}
@media screen and (max-width: 599px) {
  .privacy__item:not(:first-child) {
    margin-top: 22px;
  }
}
.privacy__item-heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.8;
  color: #cb2323;
}
@media screen and (max-width: 599px) {
  .privacy__item-heading {
    font-size: 18px;
    line-height: 2;
  }
}
.privacy__item-text {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.85;
  margin-top: 8px;
}
@media screen and (max-width: 599px) {
  .privacy__item-text {
    font-size: 14px;
    line-height: 1.71;
    margin-top: 4px;
  }
}

.faq {
  background-color: #efefef;
}
.faq__inner {
  padding: 60px 20px 80px;
}
@media screen and (max-width: 599px) {
  .faq__inner {
    padding: 40px 20px 60px;
  }
}
.faq__content {
  background-color: #fff;
  border-radius: 10px;
  padding: 55px 50px 60px;
  max-width: 964px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .faq__content {
    padding: 40px 10px 40px;
  }
}
.faq__content .serviceVirus__headline {
  text-align: center;
}

.sitemap {
  padding: 73px 20px 89px;
}
@media screen and (max-width: 599px) {
  .sitemap {
    padding: 45px 20px 59px;
  }
}
.sitemap a {
  color: #71bed4;
  text-decoration: underline;
}
.sitemap a:hover {
  opacity: 0.8;
}
.sitemap__content {
  max-width: 1206px;
  margin-left: auto;
  margin-right: auto;
}
.sitemap__areas {
  padding-left: 20px;
  margin-top: 13px;
}
@media screen and (max-width: 599px) {
  .sitemap__areas {
    padding-left: 0;
    margin-top: 11px;
  }
}
.sitemap__area-name {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 599px) {
  .sitemap__area-name {
    font-size: 16px;
  }
}
.sitemap__area-name:not(:first-child) {
  margin-top: 23px;
}
@media screen and (max-width: 599px) {
  .sitemap__area-name:not(:first-child) {
    margin-top: 17px;
  }
}
.sitemap__row-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  .sitemap__row-links {
    margin-top: 6px;
  }
}
.sitemap__row-links li:not(:last-child) {
  margin-right: 16px;
  padding-right: 22px;
  position: relative;
}
.sitemap__row-links li:not(:last-child)::after {
  content: "/";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.sitemap__row-links a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 599px) {
  .sitemap__row-links a {
    font-size: 14px;
    line-height: 2.5;
  }
}
.sitemap__flex-container {
  display: flex;
  margin-top: 33px;
}
@media screen and (max-width: 1024px) {
  .sitemap__flex-container {
    display: block;
    margin-top: 15px;
  }
}
.sitemap__flex-item:nth-child(1) {
  width: 35%;
}
@media screen and (max-width: 1024px) {
  .sitemap__flex-item:nth-child(1) {
    width: 100%;
  }
}
.sitemap__flex-item:nth-child(2) {
  width: 35%;
}
@media screen and (max-width: 1024px) {
  .sitemap__flex-item:nth-child(2) {
    width: 100%;
    margin-top: 22px;
  }
}
.sitemap__flex-item:nth-child(3) {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .sitemap__flex-item:nth-child(3) {
    width: 100%;
    margin-top: 20px;
  }
}
.sitemap__flex-item > li:not(:first-child) {
  margin-top: 20px;
}
.sitemap__child-list {
  padding-left: 10px;
  margin-top: 7px;
}
.sitemap__child-list li:not(:first-child) {
  margin-top: 8px;
}
.sitemap__link {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: 0.04em;
  padding-left: 13px;
  position: relative;
}
.sitemap__link::before,
.sitemap__link::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 2px;
  background-color: #cb2323;
  top: 50%;
  left: 0;
}
.sitemap__link::before {
  transform: translateY(calc(-50% + 2px)) rotate(-45deg);
}
.sitemap__link::after {
  transform: translateY(calc(-50% - 2px)) rotate(45deg);
}
.sitemap__link-child {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.04em;
  padding-left: 18px;
  position: relative;
}
.sitemap__link-child::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  background-color: #cb2323;
  top: 50%;
  left: 0;
}
.sitemap__link-child::after {
  transform: translateY(calc(-50% - 0px));
}

.campaign {
  background-color: #f577ae;
  padding: 60px 20px 85px;
  padding: 60px 20px 0;
}
.campaign__inner {
  max-width: 1206px;
  margin-left: auto;
  margin-right: auto;
}
.campaign__cardList {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1206px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .campaign__cardList {
    grid-template-columns: repeat(1, 1fr);
  }
}
.campaign__cardList--column {
  margin-top: 60px;
}
@media screen and (max-width: 599px) {
  .campaign__cardList--column {
    margin-top: 30px;
  }
}

.p-news {
  padding: 60px 21px 85px;
}
@media screen and (max-width: 599px) {
  .p-news {
    padding: 40px 21px 60px;
  }
}
.p-news__content {
  max-width: 1206px;
  margin-left: auto;
  margin-right: auto;
}
.p-news__pagination {
  padding-top: 85px;
}
@media screen and (max-width: 599px) {
  .p-news__pagination {
    padding-top: 42px;
  }
}

.reserveThanks {
  padding: 51px 20px 80px;
}
@media screen and (max-width: 599px) {
  .reserveThanks {
    padding: 30px 20px 60px;
  }
}
.reserveThanks__content {
  max-width: 1206px;
  margin-left: auto;
  margin-right: auto;
}
.reserveThanks__heading01,
.reserveThanks__heading02 {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.79;
  letter-spacing: 0.01em;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .reserveThanks__heading01,
  .reserveThanks__heading02 {
    font-size: 20px;
  }
}
.reserveThanks__heading01 .hidden-pc,
.reserveThanks__heading02 .hidden-pc {
  display: none;
}
@media screen and (max-width: 599px) {
  .reserveThanks__heading01 .hidden-pc,
  .reserveThanks__heading02 .hidden-pc {
    display: block;
  }
}
.reserveThanks__heading01 {
  color: #ff8227;
}
@media screen and (max-width: 599px) {
  .reserveThanks__heading01 {
    line-height: 2.5;
  }
}
.reserveThanks__heading02 {
  color: #cb2323;
  margin-top: 70px;
}
@media screen and (max-width: 599px) {
  .reserveThanks__heading02 {
    line-height: 1.5;
    margin-top: 34px;
  }
}
.reserveThanks__texts01,
.reserveThanks__texts02 {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 599px) {
  .reserveThanks__texts01,
  .reserveThanks__texts02 {
    text-align: left;
    margin-top: 9px;
  }
}
.reserveThanks__texts01 p:nth-child(1),
.reserveThanks__texts02 p:nth-child(1) {
  font-weight: 500;
  font-size: 20px;
  line-height: 2.14;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 599px) {
  .reserveThanks__texts01 p:nth-child(1),
  .reserveThanks__texts02 p:nth-child(1) {
    letter-spacing: 0;
  }
}
.reserveThanks__texts01 p:nth-child(2),
.reserveThanks__texts02 p:nth-child(2) {
  font-weight: 400;
  font-size: 18px;
  line-height: 2.3;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 599px) {
  .reserveThanks__texts01 p:nth-child(2),
  .reserveThanks__texts02 p:nth-child(2) {
    line-height: 1.54;
    margin-top: 14px;
  }
}
@media screen and (max-width: 599px) {
  .reserveThanks__texts02 {
    margin-top: 19px;
  }
}
.reserveThanks__contact {
  max-width: 808px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 34px;
}
@media screen and (max-width: 599px) {
  .reserveThanks__contact {
    margin-top: 30px;
  }
}
.reserveThanks__line {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .reserveThanks__line {
    margin-top: 30px;
  }
}
.reserveThanks__button {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .reserveThanks__button {
    margin-top: 60px;
  }
}

.forMedia {
  padding: 34px 20px 80px;
  background-color: #f0e1e1;
}
@media screen and (max-width: 599px) {
  .forMedia {
    padding-top: 20px;
  }
}
.forMedia__content {
  max-width: 1206px;
  margin-left: auto;
  margin-right: auto;
}
.forMedia__text {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.45;
  color: #cb2323;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .forMedia__text {
    font-size: 18px;
    line-height: 1.44;
    text-align: left;
  }
}
.forMedia__buttons {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .forMedia__buttons {
    display: block;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
}
.forMedia__buttons .c-button--line {
  margin-right: 30px;
}
@media screen and (max-width: 599px) {
  .forMedia__buttons .c-button--line {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .forMedia__buttons .c-button--reserve {
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .forMedia__buttons .c-button--reserve {
    margin: 20px auto 0;
  }
}
.forMedia__form {
  max-width: 808px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 59px;
}
@media screen and (max-width: 599px) {
  .forMedia__form {
    margin-top: 60px;
  }
}
.forMedia .hidden-pc {
  display: none;
}
@media screen and (max-width: 599px) {
  .forMedia .hidden-pc {
    display: block;
  }
}

.forMediaThanks {
  padding: 51px 20px 80px;
}
@media screen and (max-width: 599px) {
  .forMediaThanks {
    padding: 34px 20px 60px;
  }
}
.forMediaThanks__heading {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.79;
  letter-spacing: 0.01em;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .forMediaThanks__heading {
    font-size: 20px;
    line-height: 2.5;
  }
}
@media screen and (max-width: 599px) {
  .forMediaThanks__heading--recruit {
    line-height: 1.5;
  }
}
.forMediaThanks__heading .hidden-pc {
  display: none;
}
@media screen and (max-width: 599px) {
  .forMediaThanks__heading .hidden-pc {
    display: block;
  }
}
.forMediaThanks__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 2.14;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 31px;
}
@media screen and (max-width: 599px) {
  .forMediaThanks__text {
    text-align: left;
    margin-top: 18px;
  }
}
.forMediaThanks__button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 43px;
}
@media screen and (max-width: 599px) {
  .forMediaThanks__button {
    margin-top: 35px;
  }
}

.notFound {
  padding: 49px 20px 80px;
}
@media screen and (max-width: 599px) {
  .notFound {
    padding: 40px 20px 60px;
  }
}
.notFound__content {
  max-width: 1206px;
  margin-left: auto;
  margin-right: auto;
}
.notFound__icons {
  display: flex;
  justify-content: space-between;
  max-width: 214px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .notFound__icons {
    max-width: 115px;
  }
}
.notFound__icons img {
  width: 58px;
  height: 75px;
}
@media screen and (max-width: 599px) {
  .notFound__icons img {
    width: 29px;
    height: 38px;
  }
}
.notFound__heading {
  font-family: "Oswald-SemiBold", sans-serif;
  font-weight: 600;
  font-size: 120px;
  letter-spacing: 0.1em;
  color: #cb2323;
  text-align: center;
  padding-left: 10px;
  margin-top: -2px;
}
@media screen and (max-width: 599px) {
  .notFound__heading {
    font-size: 80px;
  }
}
.notFound__subheading {
  font-weight: 700;
  font-size: 24px;
  line-height: 2.13;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 12px;
}
@media screen and (max-width: 599px) {
  .notFound__subheading {
    font-size: 20px;
    line-height: 2.5;
    letter-spacing: 0.01em;
    text-align: left;
    margin-top: 4px;
  }
}
.notFound__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 2.14;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 28px;
}
@media screen and (max-width: 599px) {
  .notFound__text {
    text-align: left;
    margin-top: 19px;
  }
}
.notFound__text span {
  color: #cb2323;
}
.notFound__button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 43px;
}
@media screen and (max-width: 599px) {
  .notFound__button {
    margin-top: 35px;
  }
}

.reserve {
  padding: 12px 20px 80px;
  background-color: #f0e1e1;
}
@media screen and (max-width: 599px) {
  .reserve {
    padding-top: 20px;
  }
}
.reserve__content {
  max-width: 808px;
  margin-left: auto;
  margin-right: auto;
}
.reserve__form {
  margin-top: 60px;
}
@media screen and (max-width: 599px) {
  .reserve__form {
    margin-top: 41px;
  }
}

.wrapper {
  background-image: linear-gradient(to bottom, #f0e1e1 110px, #f8f8f8 110px);
  padding: 162px 20px 80px;
}
@media screen and (max-width: 599px) {
  .wrapper {
    padding: 0 0 60px;
    background-image: none;
    background-color: #fff;
  }
}
.wrapper__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1206px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .wrapper__inner {
    display: block;
  }
}
.wrapper__main {
  width: 71%;
  margin-left: 0;
  margin-right: 0;
  margin-top: -183px;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .wrapper__main {
    margin-top: -120px;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .wrapper__main {
    margin-top: 0;
  }
}
.wrapper__sidebar {
  width: 24%;
}
@media screen and (max-width: 1024px) {
  .wrapper__sidebar {
    width: 100%;
    padding-left: 21px;
    padding-right: 21px;
    margin: 70px auto 0;
  }
}
@media screen and (max-width: 599px) {
  .wrapper__sidebar {
    padding: 0;
  }
}
.wrapper__button {
  font-weight: 700;
  color: #fff;
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}
@media screen and (max-width: 599px) {
  .wrapper__button {
    display: none;
  }
}
.wrapper__button .button {
  width: 100%;
}
.wrapper__button--mt10 {
  margin: 10px auto 0 auto;
}
@media screen and (max-width: 599px) {
  .wrapper__button--mt10 {
    display: flex;
    justify-content: center;
    width: 80%;
  }
}

.column {
  padding: 60px 21px 85px;
}
.column__inner {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media screen and (max-width: 599px) {
  .column__inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.column__category {
  text-align: center;
}
.column__headline {
  font-size: 24px;
  letter-spacing: 0.04em;
  line-height: 51px;
  font-weight: bold;
}
.column__categoryList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 10px;
  margin: 30px auto 30px auto;
  justify-content: center;
  max-width: 840px;
  width: fit-content;
}
.column__categoryItem {
  display: block;
  width: fit-content;
}
.column__categoryLink {
  color: #fff;
  display: block;
  width: 160px;
  height: 40px;
  border-radius: 4px;
  background-color: #71bed4;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 20px;
  font-weight: bold;
  transition: 0.25s;
}
.column__categoryLink:hover {
  background-color: #5494a7;
}
.column__categoryLink--red {
  background-color: #ed9595;
}
.column__content {
  max-width: 1206px;
  margin-left: auto;
  margin-right: auto;
}

.message__fv {
  background-color: #cb2323;
}
.message__fvInner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 40px;
  display: flex;
  gap: 30px 70px;
  align-items: center;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .message__fvInner {
    flex-direction: column;
  }
}
.message__fvInfo {
  width: 100%;
  max-width: 420px;
  height: auto;
}
.message__fvImageWrapper {
  max-width: 380px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 599px) {
  .message__fvImageWrapper {
    max-width: 100%;
    max-height: 100%;
  }
}
.message__fvImage {
  width: 100%;
  height: auto;
  box-shadow: 19px 19px 0px rgba(255, 255, 255, 0.5);
}
.message__fvHeadline {
  font-weight: bold;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0.04em;
  margin-top: 14px;
}
.message__fvHeadline--mt0 {
  margin-top: 0;
}
@media screen and (max-width: 599px) {
  .message__fvHeadline {
    display: block;
    text-align: center;
    font-size: 24px;
  }
}
.message__fvJaName {
  display: inline-block;
  margin-top: 5px;
  font-size: 28px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 599px) {
  .message__fvJaName {
    display: block;
    text-align: center;
    font-size: 24px;
    margin-top: 0;
  }
}
.message__fvJaNameRuby {
  margin-top: 50px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 599px) {
  .message__fvJaNameRuby {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
}
.message__fvEnName {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0.04em;
  margin-top: 5px;
  color: #ed9595;
  font-family: "Oswald";
  margin-left: 28px;
}
@media screen and (max-width: 599px) {
  .message__fvEnName {
    display: block;
    text-align: center;
    font-size: 16px;
    margin-left: 0;
  }
}
.message__fvContent {
  display: flex;
  margin-top: 20px;
  gap: 10px 40px;
}
@media screen and (max-width: 599px) {
  .message__fvContent {
    flex-direction: column;
    margin-top: 20px;
  }
}
.message__fvAchievement {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
}
.message__fvList {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.04em;
  list-style-type: disc;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 599px) {
  .message__historySp {
    display: none;
  }
}
.message__historyInner {
  width: 100%;
  max-width: 964px;
  margin: 0 auto;
  padding: 80px 20px 50px 20px;
}
.message__historyHeadline {
  font-size: 28px;
  line-height: 44px;
  letter-spacing: 0.08em;
  color: #cb2323;
  padding-bottom: 22px;
  border-bottom: 3px solid #cb2323;
}
@media screen and (max-width: 599px) {
  .message__historyHeadline {
    font-size: 18px;
    line-height: 36px;
  }
}
.message__historyContent {
  margin-top: 20px;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.04em;
}
.message__imageWrapper {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  height: 240px;
  max-width: 1206px;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .message__imageWrapper {
    flex-wrap: wrap;
    height: auto;
    justify-content: center;
  }
}
@media screen and (max-width: 599px) {
  .message__imageWrapper {
    gap: 0;
  }
}
.message__image {
  width: calc((100% - 96px) / 4);
  height: auto;
}
.message__image:nth-child(2),
.message__image:nth-child(4) {
  align-self: end;
}
@media screen and (max-width: 1024px) {
  .message__image:nth-child(2),
  .message__image:nth-child(4) {
    width: 222px;
  }
}
@media screen and (max-width: 599px) {
  .message__image:nth-child(2),
  .message__image:nth-child(4) {
    width: 90%;
  }
}
.message__image:nth-child(1),
.message__image:nth-child(3),
.message__image:nth-child(5) {
  align-self: start;
}
@media screen and (max-width: 1024px) {
  .message__image:nth-child(1),
  .message__image:nth-child(3),
  .message__image:nth-child(5) {
    width: 222px;
  }
}
@media screen and (max-width: 599px) {
  .message__image:nth-child(1),
  .message__image:nth-child(3),
  .message__image:nth-child(5) {
    width: 90%;
  }
}

.about img {
  max-width: 100%;
}
.about p {
  line-height: 1.8;
}
.about .about_method {
  text-align: center;
  background-image: url(../images/about/bg.webp);
  padding: 60px 0 80px 0;
}
@media screen and (max-width: 1024px) {
  .about .about_method {
    padding: 40px 0;
  }
}
.about .about_method .method-top-text {
  font-size: 36px;
  font-weight: bold;
  font-family: "Noto Sans JP", serif;
}
@media screen and (max-width: 1024px) {
  .about .about_method .method-top-text {
    font-size: 24px;
  }
}
.about .about_method .method-top-text img {
  width: 120px;
  margin: 0 20px 0 20px;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .about .about_method .method-top-text img {
    width: 75px;
  }
}
.about .about_method .method-top-text span {
  font-size: 42px;
  color: #cb2323;
}
@media screen and (max-width: 1024px) {
  .about .about_method .method-top-text span {
    display: inline-block;
    font-size: 24px;
  }
}
.about .about_method .method-title-wrapper {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .about .about_method .method-title-wrapper {
    margin-top: 45px;
  }
}
.about .about_method .method-title-wrapper .method-subtitle {
  font-size: 24px;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 1024px) {
  .about .about_method .method-title-wrapper .method-subtitle {
    font-size: 20px;
  }
}
.about .about_method .method-title-wrapper .method-title {
  position: relative;
  font-size: 48px;
  color: #71bed4;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .about .about_method .method-title-wrapper .method-title {
    font-size: 28px;
  }
}
.about .about_method .method-title-wrapper .method-title::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: -240px;
  width: 180px;
  height: 4px;
  background-color: #71bed4;
}
@media screen and (max-width: 1024px) {
  .about .about_method .method-title-wrapper .method-title::before {
    width: 30px;
    left: -50px;
  }
}
.about .about_method .method-title-wrapper .method-title::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: -240px;
  width: 180px;
  height: 4px;
  background-color: #71bed4;
}
@media screen and (max-width: 1024px) {
  .about .about_method .method-title-wrapper .method-title::after {
    width: 30px;
    right: -50px;
  }
}
.about .about_method .method-img {
  width: 80%;
  margin: 40px auto 0 auto;
  max-width: 900px;
}
@media screen and (max-width: 1024px) {
  .about .about_method .method-img {
    width: 90%;
    margin-top: 32px;
  }
}
.about .about_method .method-img-arrow {
  width: 50px;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .about .about_method .method-img-arrow {
    width: 20px;
  }
}
.about .about_method .method-box {
  width: 90%;
  max-width: 960px;
  background-color: white;
  margin-top: 30px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  margin: 30px auto 0 auto;
}
.about .about_method .method-box-title {
  background-color: #71bed4;
  border-radius: 10px 10px 0 0;
  padding: 10px 0;
}
.about .about_method .method-box-title p {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .about .about_method .method-box-title p {
    font-size: 20px;
  }
}
.about .about_method .method-box-list {
  padding: 30px;
}
@media screen and (max-width: 1024px) {
  .about .about_method .method-box-list {
    padding: 16px 8px;
  }
}
.about .about_method .method-box-list li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.about .about_method .method-box-list li p {
  font-size: 24px;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .about .about_method .method-box-list li p {
    font-size: 16px;
    text-align: left;
  }
}
.about .about_method .method-box-list li img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .about .about_method .method-box-list li img {
    width: 16px;
    height: 16px;
    margin-left: 8px;
  }
}
.about .about_btn-group {
  width: 90%;
  max-width: 780px;
  margin: 80px auto 100px auto;
}
@media screen and (max-width: 1024px) {
  .about .about_btn-group {
    margin: 40px auto 60px auto;
  }
}
.about .about_btn-group .btn-group-top {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .about .about_btn-group .btn-group-top {
    flex-flow: column;
    align-items: center;
  }
}
.about .about_btn-group .btn-group-red-btn {
  position: relative;
  background-color: #cb2323;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  width: 45%;
  padding: 20px 0 30px 0;
  border-radius: 10px;
  border: 2px solid #000000;
  text-align: center;
}
.about .about_btn-group .btn-group-red-btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .about .about_btn-group .btn-group-red-btn {
    font-size: 20px;
    width: 100%;
    margin-top: 40px;
  }
}
.about .about_btn-group .btn-group-red-btn::after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
  content: url(../images/about/btn-group_arrow.webp);
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 1024px) {
  .about .about_btn-group .btn-group-red-btn::after {
    left: calc(50% - 26px);
    width: 26px;
    height: 26px;
  }
}
.about .about_btn-group .btn-group-bottom {
  margin-top: 40px;
}
.about .about_btn-group .btn-group-white-btn {
  position: relative;
  width: 100%;
  font-weight: bold;
  font-size: 20px;
  padding: 15px 0 40px 0;
  border-radius: 10px;
  border: 2px solid #000000;
  text-align: center;
  display: block;
}
.about .about_btn-group .btn-group-white-btn:hover {
  opacity: 0.7;
}
.about .about_btn-group .btn-group-white-btn::after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
  content: url(../images/about/btn-group_arrow-black.webp);
  width: 30px;
  height: 30px;
}
.about .about_comparison {
  text-align: center;
  padding: 80px 0 80px 0;
  background-color: #f0e1e1;
}
@media screen and (max-width: 1024px) {
  .about .about_comparison {
    padding: 40px 0 0;
  }
}
.about .about_comparison .comparison-top-title {
  width: 90%;
  max-width: 800px;
  font-size: 36px;
  font-family: "Noto Sans JP", serif;
  font-weight: bold;
  border-bottom: 5px solid #cb2323;
  padding-bottom: 5px;
  margin: 0 auto;
}
.about .about_comparison .comparison-top-title::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  background-image: url(../images/icon/character-2.svg);
  background-repeat: no-repeat;
  left: 220px;
}
@media screen and (max-width: 1024px) {
  .about .about_comparison .comparison-top-title {
    font-size: 24px;
    line-height: 1.92;
    padding-bottom: 10px;
    border-bottom: 3px solid #cb2323;
  }
  .about .about_comparison .comparison-top-title::before {
    left: 30%;
  }
}
.about .about_comparison .comparison-top-title span {
  color: #cb2323;
  font-size: 42px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .about .about_comparison .comparison-top-title span {
    font-size: 24px;
  }
}
.about .about_comparison .comparison-top-desc {
  font-size: 16px;
  margin-top: 20px;
}
.about .about_comparison .comparison-top-desc .is-find {
  font-size: 16px;
  color: #cb2323;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .about .about_comparison .comparison-top-desc {
    text-align: left;
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
  }
}
.about .about_comparison .comparison-top-main-text {
  font-size: 24px;
  font-weight: bold;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .about .about_comparison .comparison-top-main-text {
    font-size: 18px;
  }
}
.about .about_comparison .comparison-top-main-text span {
  color: #fff;
  font-size: 32px;
  padding: 5px 8px;
  display: inline-block;
  background: linear-gradient(to right, #a5b2db 0%, #ff61aa 100%);
}
@media screen and (max-width: 599px) {
  .about .about_comparison .comparison-top-title::before {
    left: 20px;
  }
  .about .about_comparison .comparison-top-main-text span {
    margin-top: 12px;
    padding: 10px 14px;
  }
}
.about .about_comparison .comparison-top-img {
  width: 100%;
  margin-top: 40px;
}
.about .about_comparison .comparison-movie {
  width: 90%;
  max-width: 800px;
  margin: 40px auto 0 auto;
  height: 450px;
}
@media screen and (max-width: 1024px) {
  .about .about_comparison .comparison-movie {
    width: 95%;
  }
}
@media screen and (max-width: 599px) {
  .about .about_comparison .comparison-movie {
    height: 200px;
  }
}
.about .about_comparison .comparison-movie iframe {
  width: 100%;
  height: 100%;
}
.about .about_comparison .comparison-bottom-title,
.top_price .top_price__table .comparison-bottom-title {
  position: relative;
  font-weight: bold;
  font-size: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 80px auto 0 auto;
}
@media screen and (max-width: 599px) {
  .about .about_comparison .comparison-bottom-title,
  .top_price .top_price__table .comparison-bottom-title {
    margin-top: 40px;
  }
}
.about .about_comparison .comparison-bottom-title::before,
.top_price .top_price__table .comparison-bottom-title::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: -240px;
  width: 180px;
  height: 4px;
  background-color: #cb2323;
}
@media screen and (max-width: 1024px) {
  .about .about_comparison .comparison-bottom-title::before,
  .top_price .top_price__table .comparison-bottom-title::before {
    display: none;
  }
}
.about .about_comparison .comparison-bottom-title::after,
.top_price .top_price__table .comparison-bottom-title::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: -240px;
  width: 180px;
  height: 4px;
  background-color: #cb2323;
}
@media screen and (max-width: 1024px) {
  .about .about_comparison .comparison-bottom-title::after,
  .top_price .top_price__table .comparison-bottom-title:after {
    display: none;
  }
}
.about .about_comparison .comparison-table {
  width: 90%;
  max-width: 900px;
  margin: 40px auto 0 auto;
}
@media screen and (max-width: 599px) {
  .about .about_comparison .comparison-table {
    margin-top: 20px;
  }
}
.about .about_comparison .comparison-white-area {
  text-align: center;
  background: linear-gradient(
    180deg,
    #f0e1e1 0%,
    #f0e1e1 20%,
    #fff 20%,
    #fff 80%,
    #f0e1e1 80%,
    #f0e1e1 100%
  );
}
@media screen and (max-width: 1024px) {
  .about .about_comparison .comparison-white-area {
    background-color: inherit;
  }
}
.about .about_comparison .comparison-white-area img {
  width: 90%;
  max-width: 800px;
  margin: -50px auto;
}
@media screen and (max-width: 1024px) {
  .about .about_comparison .comparison-white-area img {
    width: 100%;
    max-width: inherit;
  }
}
.about .about_coaching {
  text-align: center;
  padding: 80px 0;
  background-color: #e9f5f9;
}
@media screen and (max-width: 599px) {
  .about .about_coaching {
    padding: 80px 0 40px 0;
  }
}
.about .about_coaching .coaching-top-title {
  width: 90%;
  max-width: 800px;
  font-size: 36px;
  font-weight: bold;
  border-bottom: 5px solid #cb2323;
  padding-bottom: 5px;
  margin: 0 auto;
  font-family: "Noto Sans JP", serif;
}
@media screen and (max-width: 1024px) {
  .about .about_coaching .coaching-top-title {
    font-size: 24px;
  }
}
.about .about_coaching .coaching-top-title span {
  color: #cb2323;
  font-size: 42px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .about .about_coaching .coaching-top-title span {
    font-size: 24px;
  }
}
.about .about_coaching .comparison-top-desc {
  font-size: 16px;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .about .about_coaching .comparison-top-desc {
    text-align: left;
    width: 90%;
    margin: 30px auto 0;
  }
}
.about .about_coaching .coaching-img {
  width: 90%;
  max-width: 900px;
  margin: 40px auto 0 auto;
}
@media screen and (max-width: 1024px) {
  .about .about_coaching .coaching-img {
    width: 100%;
    position: relative;
    left: -5%;
  }
  .about .about_coaching .coaching-img img {
    width: 100%;
  }
}
.about .about_coaching .coaching-bottom-text {
  font-weight: bold;
  font-size: 24px;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .about .about_coaching .coaching-bottom-text {
    font-size: 18px;
  }
}
.about .about_coaching .coaching-bottom-text span {
  color: #fff;
  font-size: 32px;
  padding: 3px 16px;
  background: linear-gradient(to right, #a5b2db 0%, #ff61aa 100%);
}
@media screen and (max-width: 1024px) {
  .about .about_coaching .top_difference__list-other .top_difference__list-txt {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.about .about_foods {
  padding: 80px;
}
@media screen and (max-width: 1024px) {
  .about .about_foods {
    padding: 40px 5%;
  }
}
.about .about_foods .foods-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about .about_foods .foods-title img {
  width: 150px;
  padding-right: 30px;
}
@media screen and (max-width: 1024px) {
  .about .about_foods .foods-title img {
    width: 100px;
    padding-right: 10px;
  }
}
.about .about_foods .foods-title h3 {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 5px solid #cb2323;
  padding-bottom: 4px;
}
.about .about_foods .foods-title h3 span {
  font-size: 30px;
}
@media screen and (max-width: 1024px) {
  .about .about_foods .foods-title h3 {
    font-size: 18px;
    border: none;
    text-decoration: underline;
    text-underline-offset: 6px;
    -webkit-text-decoration-color: #cb2323;
    text-decoration-color: #cb2323;
    line-height: 1.8;
  }
  .about .about_foods .foods-title h3 span {
    font-size: 20px;
  }
}
.about .about_foods .foods-list {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 40px auto 0 auto;
}
@media screen and (max-width: 1024px) {
  .about .about_foods .foods-list {
    flex-flow: column;
    align-items: center;
    margin-top: 0;
  }
}
.about .about_foods .foods-list li {
  text-align: center;
  width: calc(33.3333333333% - 10px);
  max-width: 300px;
}
@media screen and (max-width: 1024px) {
  .about .about_foods .foods-list li {
    width: 100%;
    margin-top: 40px;
    max-width: 500px;
  }
}
.about .about_foods .foods-list .foods-list-title {
  background-image: url(../images/about/foods-list-title.webp);
  background-size: contain;
  color: #fff;
  font-weight: bold;
  font-size: 34px;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1024px) {
  .about .about_foods .foods-list .foods-list-title {
    font-size: 28px;
    background-size: cover;
  }
}
.about .about_foods .foods-list li:not(:last-child) .foods-list-title {
  position: relative;
}
.about .about_foods .foods-list li:not(:last-child) .foods-list-title::after {
  content: "";
  background-image: url(../images/about/food-list-arrow.webp);
  position: absolute;
  top: 0;
  right: -35px;
  height: 100%;
  background-size: contain;
  width: 48px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .about .about_foods .foods-list li:not(:last-child) .foods-list-title::after {
    display: none;
  }
}
.about .about_foods .foods-list-text {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #cb2323;
  margin-top: 10px;
}
.about .about_foods .foods-list-img {
  width: 100%;
  border-radius: 10px;
  margin-top: 10px;
}
.about .about_foods .foods-list-desc {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
}
.about .about_foods .foods-intro {
  margin-top: 80px;
}
@media screen and (max-width: 599px) {
  .about .about_foods .foods-intro {
    margin-top: 60px;
  }
}
.about .about_foods .foods-intro-title {
  position: relative;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .about .about_foods .foods-intro-title {
    font-size: 18px;
  }
}
.about .about_foods .foods-intro-title::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  top: 50%;
  left: -100px;
  background-color: #000000;
  transform: rotateZ(45deg);
}
@media screen and (max-width: 1024px) {
  .about .about_foods .foods-intro-title::before {
    width: 35px;
    left: -50px;
  }
}
.about .about_foods .foods-intro-title::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  top: 50%;
  right: -100px;
  background-color: #000000;
  transform: rotateZ(315deg);
}
@media screen and (max-width: 1024px) {
  .about .about_foods .foods-intro-title::after {
    width: 35px;
    right: -50px;
  }
}
.about .about_foods .foods-intro-group {
  background-color: #ffdfb9;
  border-radius: 10px;
  width: 90%;
  max-width: 1100px;
  margin: 30px auto 0 auto;
  padding: 20px 30px;
}
@media screen and (max-width: 599px) {
  .about .about_foods .foods-intro-group {
    width: 100%;
  }
}
.about .about_foods .foods-intro-group.lunch {
  background-color: #f0e1e1;
}
.about .about_foods .foods-intro-group.lunch .menu-title {
  padding-bottom: 10px;
  border-bottom: 5px solid #cb2323;
}
.about
  .about_foods
  .foods-intro-group.lunch
  .foods-intro-group-bottom-text
  span {
  color: #cb2323;
}
.about .about_foods .foods-intro-group.dinner {
  background-color: #e9f5f9;
}
.about .about_foods .foods-intro-group.dinner .menu-title {
  border-bottom: 5px solid #71bed4;
}
.about
  .about_foods
  .foods-intro-group.dinner
  .foods-intro-group-bottom-text
  span {
  color: #cb2323;
}
.about .about_foods .foods-intro-group.dessert {
  background-color: #fbe7f0;
}
.about .about_foods .foods-intro-group.dessert .menu-title {
  border-bottom: 5px solid #f577ae;
}
.about
  .about_foods
  .foods-intro-group.dessert
  .foods-intro-group-bottom-text
  span {
  color: #cb2323;
}
.about .about_foods .foods-intro-group-top {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .about .about_foods .foods-intro-group-top {
    flex-flow: column-reverse;
  }
}
.about .about_foods .foods-intro-group-top-right {
  margin-top: -10px;
}
.about .about_foods .foods-intro-group-name {
  text-align: center;
}
.about .about_foods .foods-intro-group-name img {
  width: 50%;
}
.about .about_foods .foods-intro-group-menu .menu-title {
  margin: 10px 8% 0 8%;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  border-bottom: 5px solid #ff8227;
}
@media screen and (max-width: 1024px) {
  .about .about_foods .foods-intro-group-menu .menu-title {
    font-size: 20px;
    margin-top: 23px;
  }
}
.about .about_foods .foods-intro-group-menu .menu-item-group {
  width: 80%;
  margin: 10px auto;
}
@media screen and (max-width: 1024px) {
  .about .about_foods .foods-intro-group-menu .menu-item-group {
    text-align: center;
  }
}
.about .about_foods .foods-intro-group-menu .menu-item-group--breakfast {
  /*max-width: 306px;*/
}
.about .about_foods .foods-intro-group-menu .menu-item-group--lunch {
  max-width: 70%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .about .about_foods .foods-intro-group-menu .menu-item-group--lunch {
    max-width: 440px;
  }
}
.about .about_foods .foods-intro-group-menu .menu-item-group--dinner {
  max-width: 70%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .about .about_foods .foods-intro-group-menu .menu-item-group--dinner {
    max-width: 150px;
  }
}
.about .about_foods .foods-intro-group-menu .menu-item-group--desert {
  max-width: 30%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .about .about_foods .foods-intro-group-menu .menu-item-group--desert {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .about .about_foods .foods-intro-group-menu .menu-item-group > p {
    display: inline-block;
    text-align: left;
  }
}
.about .about_foods .foods-intro-group-menu .menu-item-group > p > span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  min-width: 40%;
  letter-spacing: 0.03em;
  font-size: 20px;
  font-weight: 500;
  padding-top: 4px;
}
@media screen and (max-width: 1024px) {
  .about .about_foods .foods-intro-group-menu .menu-item-group > p > span {
    min-width: 50%;
  }
}
.about
  .about_foods
  .foods-intro-group-menu
  .menu-item-group
  > p
  > span:nth-of-type(even) {
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  .about
    .about_foods
    .foods-intro-group-menu
    .menu-item-group
    > p
    > span:nth-of-type(even) {
    margin-left: 0;
  }
}
.about .about_foods .foods-intro-group-menu .menu-item-left,
.about .about_foods .foods-intro-group-menu .menu-item-right {
  margin: 0 20px;
}
@media screen and (max-width: 1024px) {
  .about .about_foods .foods-intro-group-menu .menu-item-left,
  .about .about_foods .foods-intro-group-menu .menu-item-right {
    width: inherit;
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
  }
}
.about .about_foods .foods-intro-group-menu .menu-item-left p,
.about .about_foods .foods-intro-group-menu .menu-item-right p {
  font-size: 16px;
  font-weight: 500;
  padding-top: 4px;
}
.about .about_foods .foods-intro-group-menu .menu-item-left small,
.about .about_foods .foods-intro-group-menu .menu-item-right small {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .about .about_foods .foods-intro-group-menu .menu-item-left {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .about .about_foods .foods-intro-group-menu .menu-item-left p:first-child {
    order: 1;
  }
  .about .about_foods .foods-intro-group-menu .menu-item-left p:nth-child(2) {
    order: 3;
  }
}
@media screen and (max-width: 1024px) {
  .about .about_foods .foods-intro-group-menu .menu-item-right p:first-child {
    order: 2;
  }
  .about .about_foods .foods-intro-group-menu .menu-item-right p:nth-child(2) {
    order: 4;
  }
}
.about .about_foods .foods-intro-group-top-left {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .about .about_foods .foods-intro-group-top-left {
    width: calc(100% + 20px);
    margin-top: 30px;
    margin-left: -10px;
  }
}
.about .about_foods .foods-intro-group-top-right {
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .about .about_foods .foods-intro-group-top-right {
    width: 100%;
  }
}
.about .about_foods .foods-intro-group-bottom {
  position: relative;
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .about .about_foods .foods-intro-group-bottom {
    flex-flow: column;
    margin-top: 20px;
  }
}
.about .about_foods .foods-coach-img {
  width: 20%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .about .about_foods .foods-coach-img {
    position: absolute;
    top: 0px;
    width: 120px;
    left: -3%;
  }
}
.about .about_foods .foods-info-img {
  position: absolute;
  bottom: 0;
  right: -10px;
  width: 25%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .about .about_foods .foods-info-img {
    position: inherit;
    width: 120%;
    -o-object-fit: contain;
    object-fit: contain;
    transform: translate(-10px, 0) rotate(350deg);
    margin-left: 0;
  }
}
.about .about_foods .foods-intro-group-bottom-text {
  background-color: #fff;
  width: 60%;
  padding: 20px;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .about .about_foods .foods-intro-group-bottom-text {
    width: 100%;
    margin-left: 10px;
  }
}
.about .about_foods .foods-intro-group-bottom-text .main-text {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .about .about_foods .foods-intro-group-bottom-text .main-text {
    font-size: 16px;
    width: 70%;
    margin-left: 30%;
    min-height: 150px;
    padding: 42px 0 0;
  }
}
.about .about_foods .foods-intro-group-bottom-text .main-text span {
  font-size: 20px;
  font-weight: bold;
  color: #cb2323;
}
@media screen and (max-width: 1024px) {
  .about .about_foods .foods-intro-group-bottom-text .main-text span {
    font-size: 16px;
  }
}
.about .about_foods .foods-intro-group-bottom-text .sub-text {
  font-size: 16px;
  margin-top: 16px;
}
.about .about_foods .foods-intro-group-bottom-text .sub-text span {
  font-weight: bold;
  color: #cb2323;
}
.about .about_foods .foods-intro-bottom {
  text-align: center;
  margin-top: 30px;
}
.about .about_foods .foods-bottom-arrow {
  width: 30px;
  margin: 0 auto;
}
.about .about_foods .foods-bottom-title {
  margin-top: 30px;
  font-weight: bold;
  color: #cb2323;
  font-size: 48px;
}
@media screen and (max-width: 1024px) {
  .about .about_foods .foods-bottom-title {
    font-size: 28px;
    margin-top: 20px;
  }
}
.about .about_foods .foods-bottom-desc {
  font-size: 16px;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .about .about_foods .foods-bottom-desc {
    text-align: left;
    margin-top: 20px;
  }
}
.about .about_food-coaching {
  padding: 80px 0;
  background-color: #efefef;
}
@media screen and (max-width: 1024px) {
  .about .about_food-coaching {
    padding: 40px 0;
  }
}
.about .about_food-coaching .food-coaching-title-wrapper {
  text-align: center;
}
.about .about_food-coaching .coaching-title-top {
  font-size: 36px;
  font-weight: bold;
  font-family: "Noto Sans JP", serif;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .about .about_food-coaching .coaching-title-top {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.about .about_food-coaching .coaching-title {
  font-size: 42px;
  font-weight: bold;
  font-family: "Noto Sans JP", serif;
  display: block;
}
@media screen and (max-width: 1024px) {
  .about .about_food-coaching .coaching-title {
    font-size: 24px;
  }
}
.about .about_food-coaching .coaching-title span {
  color: #cb2323;
}
.about .about_food-coaching .top_obsession__coaching {
  margin: 40px auto 0 auto;
}
@media screen and (max-width: 1024px) {
  .about .about_food-coaching .top_obsession__coaching {
    width: 90%;
  }
}
.about .about_graph {
  background-color: #f0e1e1;
  padding: 80px 0;
}
.about .about_graph .graph-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 50px;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .about .about_graph .graph-wrapper {
    padding: 30px 20px;
  }
}
.about .about_graph .graph-title-wrapper {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.about .about_graph .graph-title-wrapper::before {
  content: "";
  position: absolute;
  width: 68px;
  top: 50%;
  left: -100px;
  height: 73px;
  background-repeat: no-repeat;
  background-image: url(../images/about/graph_01.webp);
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .about .about_graph .graph-title-wrapper::before {
    width: 40px;
    top: 30%;
    left: -35px;
    height: 73px;
  }
}
.about .about_graph .graph-title-wrapper::after {
  content: "";
  position: absolute;
  width: 68px;
  top: 50%;
  right: -100px;
  height: 73px;
  background-repeat: no-repeat;
  background-image: url(../images/about/graph_01.webp);
  background-size: contain;
  transform: scale(-1, 1);
}
@media screen and (max-width: 1024px) {
  .about .about_graph .graph-title-wrapper::after {
    width: 40px;
    top: 30%;
    right: -35px;
    height: 73px;
  }
}
.about .about_graph .graph-title-wrapper .graph-title-top {
  text-align: center;
  font-size: 29px;
  font-family: "Noto Sans JP", serif;
  display: block;
}
@media screen and (max-width: 1024px) {
  .about .about_graph .graph-title-wrapper .graph-title-top {
    font-size: 22px;
  }
}
.about .about_graph .graph-title-wrapper .graph-title-top span.red {
  color: #cb2323;
}
.about .about_graph .graph-title-wrapper .graph-title-top span.large {
  font-size: 64px;
  font-family: "Oswald-Medium", sans-serif;
  padding: 0 10px;
}
@media screen and (max-width: 1024px) {
  .about .about_graph .graph-title-wrapper .graph-title-top span.large {
    font-size: 54px;
    padding: 0 4px;
  }
}
.about .about_graph .graph-title-wrapper .graph-title-bottom {
  text-align: center;
  font-size: 25px;
  margin-top: 30px;
  font-family: "Noto Sans JP", serif;
  display: block;
}
@media screen and (max-width: 1024px) {
  .about .about_graph .graph-title-wrapper .graph-title-bottom {
    font-size: 22px;
    margin-top: 10px;
  }
}
.about .about_graph .graph-title-wrapper .graph-title-bottom span {
  font-weight: bold;
  font-size: 37px;
  color: #fff;
  font-family: "Noto Sans JP", serif;
  padding: 8px 5px 8px 10px;
  background: linear-gradient(to right, #a5b2db 0%, #ff61aa 100%);
  display: inline-block;
  margin: 0 10px;
}
@media screen and (max-width: 1024px) {
  .about .about_graph .graph-title-wrapper .graph-title-bottom span {
    font-size: 30px;
    margin: 10px 0;
  }
}
.about .about_graph .graph-img {
  width: 80%;
  max-width: 710px;
  margin: 60px auto 0 auto;
}
@media screen and (max-width: 1024px) {
  .about .about_graph .graph-img {
    width: 100%;
    margin: 0;
  }
}
.about .about_graph .graph-img p {
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .about .about_graph .graph-img p {
  }
}
.about .about_own {
  padding: 80px 0;
}
@media screen and (max-width: 1024px) {
  .about .about_own {
    padding: 50px 5%;
  }
}
.about .about_own .own-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about .about_own .own-title img {
  width: 150px;
  padding-right: 30px;
}
@media screen and (max-width: 1024px) {
  .about .about_own .own-title img {
    width: 125px;
    padding: 0;
    margin-right: 11px;
  }
}
.about .about_own .own-title h3 {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 5px solid #cb2323;
  padding-bottom: 4px;
}
@media screen and (max-width: 1024px) {
  .about .about_own .own-title h3 {
    font-size: 18px;
    border: none;
    text-decoration: underline;
    text-underline-offset: 5px;
    -webkit-text-decoration-color: #cb2323;
    text-decoration-color: #cb2323;
    text-decoration-thickness: 4px;
    line-height: 2.25;
  }
}
.about .about_own .own-desc {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .about .about_own .own-desc {
    text-align: left;
    font-size: 14px;
  }
}
.about .about_own .own-list {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 40px auto 0 auto;
}
@media screen and (max-width: 1024px) {
  .about .about_own .own-list {
    flex-flow: column;
    margin-top: 0;
  }
}
.about .about_own .own-list li {
  text-align: center;
  width: calc(33.3333333333% - 10px);
  max-width: 300px;
}
@media screen and (max-width: 1024px) {
  .about .about_own .own-list li {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
}
.about .about_own .own-list .own-list-title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #cb2323;
  margin-top: 10px;
}
.about .about_own .own-list .own-list-img {
  width: 100%;
  border-radius: 10px;
  margin-top: 10px;
}
.about .about_own .own-list .own-list-text {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  margin-top: 12px;
}
.about .about_own .own-center {
  margin-top: 80px;
}
.about .about_own .own-center .own-center-title {
  text-align: center;
}
.about .about_own .own-center .own-center-title .own-center-title-sub {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .about .about_own .own-center .own-center-title .own-center-title-sub {
    font-size: 16px;
  }
}
.about .about_own .own-center .own-center-title .own-center-title-main {
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  color: #cb2323;
  margin-top: 13px;
  font-family: "Noto Sans JP", serif;
}
@media screen and (max-width: 1024px) {
  .about .about_own .own-center .own-center-title .own-center-title-main {
    font-size: 24px;
  }
}
.about .about_own .own-center .own-center-title .own-center-desc {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .about .about_own .own-center .own-center-title .own-center-desc {
    text-align: left;
    font-weight: normal;
  }
}
.about
  .about_own
  .own-center
  .own-difference
  .top_difference__list-other:first-child {
  background-color: #efefef;
}
.about .about_own .own-bottom {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .about .about_own .own-bottom {
    margin-top: 40px;
  }
}
.about .about_own .own-bottom .own-bottom-title {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  padding-left: 126px;
  position: relative;
}
.about .about_own .own-bottom .own-bottom-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/about/own-0bj01.webp);
  width: 110px;
  height: 126px;
}
.about .about_own .own-bottom .own-bottom-title .own-bottom-title-sub {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .about .about_own .own-bottom .own-bottom-title {
    padding-left: 80px;
  }
  .about .about_own .own-bottom .own-bottom-title::before {
    width: 62px;
    height: 74px;
  }
  .about .about_own .own-bottom .own-bottom-title .own-bottom-title-sub {
    font-size: 16px;
  }
}
.about .about_own .own-bottom .own-bottom-title .own-bottom-title-main {
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  color: #cb2323;
  margin-top: 13px;
  font-family: "Noto Sans JP", serif;
}
@media screen and (max-width: 1024px) {
  .about .about_own .own-bottom .own-bottom-title .own-bottom-title-main {
    font-size: 24px;
  }
}
.about .about_own .own-bottom .own-bottom-img {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .about .about_own .own-bottom .own-bottom-img {
    margin-top: 25px;
  }
}
@media screen and (max-width: 599px) {
  .about .about_own .own-bottom .own-bottom-img {
    width: 100%;
  }
}
.about .about_own .own-bottom .own-bottom-img img:nth-child(3) {
  margin-top: -60px;
}
.about .about_point {
  padding: 80px 0;
  background-color: #e9f5f9;
}
@media screen and (max-width: 1024px) {
  .about .about_point {
    padding: 40px 0;
  }
}
.about .about_point .point-inner {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.about .about_point .point-title-wrapper {
  text-align: center;
}
.about .about_point .point-title-wrapper .point-title {
  font-size: 40px;
  font-family: "Noto Sans JP", serif;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 3px solid #cb2323;
}
@media screen and (max-width: 1024px) {
  .about .about_point .point-title-wrapper .point-title {
    font-size: 24px;
  }
}
.about .about_point .point-title-wrapper .point-title span {
  color: #cb2323;
}
.about .about_point .point-title-wrapper .point-text {
  text-align: center;
  padding: 20px 0;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .about .about_point .point-title-wrapper .point-text {
    text-align: left;
  }
}
.about .about_point .point-list-wrapper {
  display: contents;
}
@media screen and (max-width: 1024px) {
  .about .about_point .point-list-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0 0 0;
    border-radius: 10px;
    border: 1px solid #71bed4;
    background-color: #fff;
  }
}
.about .about_point .point-list {
  display: flex;
  justify-content: center;
  margin: 20px 0 0 0;
  border-radius: 10px;
  border: 1px solid #71bed4;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .about .about_point .point-list {
    display: contents;
  }
}
.about .about_point .point-list li {
  width: 20%;
  border-left: 1px solid #efefef;
  padding: 25px 0 20px 0;
}
.about .about_point .point-list li:first-child {
  border-left: none;
}
@media screen and (max-width: 1024px) {
  .about .about_point .point-list li {
    width: 50%;
    border: none;
  }
}
.about .about_point .point-list .point-list-img {
  height: 80px;
}
@media screen and (max-width: 1024px) {
  .about .about_point .point-list .point-list-img {
    height: 70px;
  }
}
.about .about_point .point-list .point-list-img img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.about .about_point .point-list p {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  margin-top: 14px;
}
.about .about_point .point-bottom-text {
  text-align: center;
  margin-top: 70px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .about .about_point .point-bottom-text {
    font-size: 16px;
  }
}
.about .about_point .point-bottom-text-main {
  font-size: 42px;
  font-weight: bold;
  font-family: "Noto Sans JP", serif;
  text-align: center;
  margin-top: 14px;
}
@media screen and (max-width: 1024px) {
  .about .about_point .point-bottom-text-main {
    font-size: 24px;
    margin-top: 0;
  }
}
.about .about_point .point-bottom-text-main span {
  color: #f577ae;
}
.about .about_point .point-bottom-img {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .about .about_point .point-bottom-img {
    margin-top: 20px;
  }
}
.about .about_voice {
  padding: 80px 0 10px 0;
  background-color: #f0e1e1;
}
@media screen and (max-width: 1024px) {
  .about .about_voice {
    padding-top: 40px;
  }
}
.about .about_voice .voice-inner {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.about .about_voice .voice-title-wrapper {
  text-align: center;
  position: relative;
}
.about .about_voice .voice-title-wrapper::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  background-image: url(../images/icon/character-3.svg);
  background-repeat: no-repeat;
  left: 50px;
}
@media screen and (max-width: 1024px) {
  .about .about_voice .voice-title-wrapper::before {
    left: 20%;
  }
}
@media screen and (max-width: 599px) {
  .about .about_voice .voice-title-wrapper::before {
    width: 70px;
    height: 70px;
    left: 15px;
    top: 25px;
  }
}
.about .about_voice .voice-title-sub {
  font-weight: bold;
  font-size: 36px;
  font-family: "Noto Sans JP", serif;
  display: block;
}
@media screen and (max-width: 1024px) {
  .about .about_voice .voice-title-sub {
    font-size: 20px;
  }
}
.about .about_voice .voice-title-sub img {
  width: 120px;
  margin: 0 20px;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .about .about_voice .voice-title-sub img {
    width: 60px;
    margin: 0 10px;
  }
}
.about .about_voice .voice-title-main {
  font-weight: bold;
  font-size: 42px;
  color: #cb2323;
  font-family: "Noto Sans JP", serif;
  display: block;
}
@media screen and (max-width: 1024px) {
  .about .about_voice .voice-title-main {
    font-size: 24px;
  }
}
.about .about_voice .voice-list {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .about .about_voice .voice-list {
    margin-top: 30px;
  }
}
.about .about_voice .voice-list-item {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .about .about_voice .voice-list-item {
    flex-flow: column;
    padding: 10px;
  }
}
.about .about_voice .voice-list-item img {
  width: 30%;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .about .about_voice .voice-list-item img {
    width: 100%;
  }
}
.about .about_voice .voice-list-item p {
  width: 70%;
  padding-left: 20px;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .about .about_voice .voice-list-item p {
    width: 100%;
    margin-top: 10px;
    padding: 0;
    font-size: 14px;
    line-height: 1.92;
  }
}
.about .about_voice .voice-bottom {
  margin-top: 96px;
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .about .about_voice .voice-bottom {
    margin-top: 60px;
    padding: 10px;
  }
}
.about .about_voice .voice-bottom a {
  font-size: 12px;
  color: #71bed4;
  border-bottom: 1px solid #71bed4;
}
.about .about_voice .voice-bottom p {
  font-size: 12px;
}
.about .top_obsession__coaching-item-img-wrapper {
  margin-top: 30px;
}
.about
  .top_obsession__coaching-item-img-wrapper
  .top_obsession__coaching-item-img-title {
  text-align: center;
  font-size: 16px;
}
.about
  .top_obsession__coaching-item-img-wrapper
  .top_obsession__coaching-item-img-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .about
    .top_obsession__coaching-item-img-wrapper
    .top_obsession__coaching-item-img-list {
    margin-top: 20px;
  }
}
.about
  .top_obsession__coaching-item-img-wrapper
  .top_obsession__coaching-item-img-list
  li {
  width: calc(33.3333333333% - 15px);
}
@media screen and (max-width: 1024px) {
  .about
    .top_obsession__coaching-item-img-wrapper
    .top_obsession__coaching-item-img-list
    li {
    width: calc(50% - 10px);
  }
}
.about
  .top_obsession__coaching-item-img-wrapper
  .top_obsession__coaching-item-img-list
  li
  p {
  font-size: 10px;
}

.top.gym-detail {
  position: relative;
  margin-top: 0;
}
.top.gym-detail .top_mv {
  width: 90%;
  margin: 0 auto;
}
.top.gym-detail .mv-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f0e1e1;
  width: 100%;
  height: 80px;
}
.top.gym-detail .conversion__phoneIcon {
  width: auto;
}
.top.gym-detail .gym-detail_map {
  position: relative;
  padding: 60px 0;
}
@media screen and (max-width: 1024px) {
  .top.gym-detail .gym-detail_map {
    padding: 60px 0 20px 0;
  }
}
.top.gym-detail .gym-detail_map .gym-detail_map-wrapper {
  background-color: #f8f8f8;
  width: 90%;
  max-width: 1200px;
  padding: 40px 50px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .top.gym-detail .gym-detail_map .gym-detail_map-wrapper {
    padding: 40px 0;
  }
}
.top.gym-detail .gym-detail_map .gym-detail_map-group {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .top.gym-detail .gym-detail_map .gym-detail_map-group {
    flex-flow: column;
  }
}
.top.gym-detail .gym-detail_map .gym-detail_map {
  width: 50%;
  margin-right: 25px;
}
@media screen and (max-width: 1024px) {
  .top.gym-detail .gym-detail_map .gym-detail_map {
    width: 100%;
    margin: 0;
  }
}
.top.gym-detail .gym-detail_map .gym-detail_map iframe {
  width: 100%;
  height: 350px;
}
.top.gym-detail .gym-detail_map .address {
  width: 50%;
  margin-left: 25px;
}
@media screen and (max-width: 1024px) {
  .top.gym-detail .gym-detail_map .address {
    width: 100%;
    padding: 20px;
    margin-left: 0;
  }
}
.top.gym-detail .gym-detail_map .address .address_title {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .top.gym-detail .gym-detail_map .address .address_title {
    position: absolute;
    top: 80px;
    left: calc(50% - 78px);
    font-size: 18px;
    text-align: center;
  }
}
.top.gym-detail .gym-detail_map .address table {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .top.gym-detail .gym-detail_map .address table {
    margin: 0;
  }
}
.top.gym-detail .gym-detail_map .address table th {
  font-weight: bold;
  width: 30%;
  margin-right: 10px;
  padding: 10px 0;
}
@media screen and (max-width: 1024px) {
  .top.gym-detail .gym-detail_map .address table th {
    width: 100%;
    display: block;
    padding-bottom: 0;
  }
}
.top.gym-detail .gym-detail_map .address table td {
  width: 70%;
  padding: 10px 0;
}
@media screen and (max-width: 1024px) {
  .top.gym-detail .gym-detail_map .address table td {
    width: 100%;
    display: block;
  }
}
.top.gym-detail .top_results__ttl img {
  vertical-align: sub;
}
.top.gym-detail .top_difference__head.hidden-pc {
  position: relative;
  align-items: inherit;
}
.top.gym-detail .top_difference__head.hidden-pc img {
  width: 114px;
  position: absolute;
  top: 40px;
  left: 20%;
}
.top.gym-detail .top_difference__head.hidden-pc .top_difference__head-left {
  position: relative;
  text-align: left;
  margin-top: 10px;
  z-index: 2;
}
.top.gym-detail .top_difference__head.hidden-pc .top_difference__head-right {
  position: relative;
  text-align: right;
  margin-bottom: 20px;
  z-index: 2;
}
.top.gym-detail .top_enquete {
  background-color: #f0e1e1;
}
.top.gym-detail .top_enquete__head {
  justify-content: center;
}
.top.gym-detail .review {
  padding: 0 20px 80px;
}
@media screen and (max-width: 599px) {
  .top.gym-detail .review {
    padding: 20px 0;
  }
}
.top.gym-detail .top_feature__ttl p {
  color: #000000;
}
.top.gym-detail .top_feature__ttl p img {
  width: 90px;
  vertical-align: middle;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 1024px) {
  .top.gym-detail .top_feature__ttl p img {
    width: 80px;
  }
}
@media screen and (max-width: 599px) {
  .top.gym-detail .top_feature__ttl p img {
    width: 70px;
  }
}
.top.gym-detail .top_staff__ttl {
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .top.gym-detail .top_staff__ttl .botton {
    margin-top: 25px;
  }
}
.top.gym-detail .top_obsession__coaching-item-img-wrapper {
  margin-top: 30px;
}
.top.gym-detail
  .top_obsession__coaching-item-img-wrapper
  .top_obsession__coaching-item-img-title {
  text-align: center;
  font-size: 16px;
}
.top.gym-detail
  .top_obsession__coaching-item-img-wrapper
  .top_obsession__coaching-item-img-list {
  display: flex;
  /*justify-content: space-between;*/
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 10px;
}
a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1024px) {
  .top.gym-detail
    .top_obsession__coaching-item-img-wrapper
    .top_obsession__coaching-item-img-list {
    margin-top: 20px;
    justify-content: space-between;
  }
}
.top.gym-detail
  .top_obsession__coaching-item-img-wrapper
  .top_obsession__coaching-item-img-list
  li {
  width: calc(33.3333333333% - 15px);
}
@media screen and (max-width: 1024px) {
  .top.gym-detail
    .top_obsession__coaching-item-img-wrapper
    .top_obsession__coaching-item-img-list
    li {
    width: calc(50% - 10px);
  }
}
.top.gym-detail
  .top_obsession__coaching-item-img-wrapper
  .top_obsession__coaching-item-img-list
  li
  p {
  font-size: 10px;
}
.top.gym-detail .top_obsession__p_ttl p {
  font-size: 24px;
  font-weight: 900;
  line-height: 2.7;
  text-decoration: underline;
  -webkit-text-decoration-color: #71bed4;
  text-decoration-color: #71bed4;
  text-decoration-thickness: 7px;
  text-underline-offset: 12px;
  /*margin-left: 20px;*/
  margin: 0 auto;
  text-align: center;
  padding-bottom: 30px;
}
.top.gym-detail .shop_obsession__p_ttl p {
  font-size: 24px;
  font-weight: 900;
  line-height: 2.7;
  text-decoration: underline;
  -webkit-text-decoration-color: #71bed4;
  text-decoration-color: #71bed4;
  text-decoration-thickness: 7px;
  text-underline-offset: 12px;
  /*margin-left: 20px;*/
  margin: 0 auto;
  text-align: center;
  padding-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .top.gym-detail .top_obsession__p_ttl p {
    font-size: 18px;
    text-decoration-thickness: 4px;
    text-underline-offset: 8px;
    line-height: 2.2;
  }
  .top.gym-detail .shop_obsession__p_ttl p {
    font-size: 18px;
    text-decoration-thickness: 4px;
    text-underline-offset: 8px;
    line-height: 2.2;
  }
}
.top.gym-detail .--p03 .top_obsession__p-img {
  width: 140px;
}
@media screen and (max-width: 1024px) {
  .top.gym-detail .--p03 .top_obsession__p-img {
    width: 140px;
  }
}
.top.gym-detail .--p04 .top_obsession__p-img {
  width: 213px;
}
@media screen and (max-width: 1024px) {
  .top.gym-detail .--p04 .top_obsession__p-img {
    width: 143px;
  }
}
.top.gym-detail .top_obsession__shop-ttl {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
}
.top.gym-detail .top_obsession__shop-img {
  padding: 40px 0 60px 0;
  border-bottom: 1px solid #f8f8f8;
}
.top.gym-detail .top_obsession__shop-img iframe {
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 768px) {
  .top.gym-detail .top_obsession__shop-img iframe {
    height: 300px;
  }
}
.top.gym-detail .obsession__shop-list-wrapper {
  display: flex;
  padding-top: 40px;
}
@media screen and (max-width: 1024px) {
  .top.gym-detail .obsession__shop-list-wrapper {
    flex-flow: column;
    padding-top: 20px;
  }
}
.top.gym-detail .obsession__shop-list-wrapper .obsession__shop-list-title {
  font-size: 28px;
  font-weight: bold;
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .top.gym-detail .obsession__shop-list-wrapper .obsession__shop-list-title {
    width: 100%;
    font-size: 18px;
    text-align: center;
  }
}
.top.gym-detail .obsession__shop-list-wrapper .obsession__shop-list {
  width: 75%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .top.gym-detail .obsession__shop-list-wrapper .obsession__shop-list {
    flex-flow: column;
    align-items: center;
    width: 100%;
  }
}
.top.gym-detail .obsession__shop-list-wrapper .obsession__shop-list-item {
  position: relative;
  width: calc(50% - 30px);
  padding: 20px 23px;
  margin: 15px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1024px) {
  .top.gym-detail .obsession__shop-list-wrapper .obsession__shop-list-item {
    width: 90%;
    padding: 10px auto;
  }
}
.top.gym-detail
  .obsession__shop-list-wrapper
  .obsession__shop-list-item
  .title {
  font-size: 18px;
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  .top.gym-detail
    .obsession__shop-list-wrapper
    .obsession__shop-list-item
    .title {
    font-size: 14px;
  }
}
.top.gym-detail .obsession__shop-list-wrapper .obsession__shop-list-item .text {
  font-size: 14px;
  color: #707070;
}
@media screen and (max-width: 1024px) {
  .top.gym-detail
    .obsession__shop-list-wrapper
    .obsession__shop-list-item
    .text {
    font-size: 12px;
  }
}
.top.gym-detail
  .obsession__shop-list-wrapper
  .obsession__shop-list-item::before {
  content: "";
  position: absolute;
  right: 23px;
  top: 20px;
  width: 22px;
  height: 22px;
  background-image: url(../images/gym-detail/obsession_point_arrow.webp);
  background-size: contain;
}
.top.gym-detail .obsession__shop-list-wrapper .obsession__shop-list-item:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.top.gym-detail
  .obsession__shop-list-wrapper
  .obsession__shop-list-item:nth-child(odd)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  width: 100%;
  height: 100%;
  border-right: 1px solid #efefef;
}
@media screen and (max-width: 1024px) {
  .top.gym-detail
    .obsession__shop-list-wrapper
    .obsession__shop-list-item:nth-child(odd)::after {
    display: none;
  }
}
.top.gym-detail .obsession__shop-list-wrapper .obsession__shop-list-item a {
  position: relative;
  z-index: 1;
}
.top.gym-detail .top__inner.gym-detail-shop {
  margin-top: 28px;
}
@media screen and (max-width: 1024px) {
  .top.gym-detail .top__inner.gym-detail-shop {
    margin-top: 30px;
  }
}
.top.gym-detail .gym-detail_voice {
  margin-top: 60px;
}
.top.gym-detail .gym-detail_voice .voice-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .top.gym-detail .gym-detail_voice .voice-list {
    flex-flow: column;
  }
}
.top.gym-detail .gym-detail_voice .voice-list-item {
  width: calc(50% - 50px);
  margin: 20px 25px;
  background-color: #efefef;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .top.gym-detail .gym-detail_voice .voice-list-item {
    width: 90%;
    margin: 10px auto;
  }
}
.top.gym-detail .gym-detail_voice .voice-list-item img {
  width: 100%;
}
.top.gym-detail .gym-detail_voice .voice-list-item .voice-text {
  font-size: 14px;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .top.gym-detail .gym-detail_voice .voice-list-item .voice-text {
    font-size: 12px;
  }
}
.top.gym-detail .top_last {
  position: relative;
}
.top.gym-detail .top_last .top__inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .top.gym-detail .top_last .top__inner {
    flex-flow: column;
  }
}
.top.gym-detail .top_last .top__inner::before {
  display: none;
}
.top.gym-detail .top_last .top__inner .gym-detail_last-img {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .top.gym-detail .top_last .top__inner .gym-detail_last-img {
    width: 100%;
    padding-top: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .top.gym-detail .top_last .top__inner .top_last__large {
    position: absolute;
    top: 0;
    left: calc(50% - 146px);
  }
}
@media screen and (max-width: 1024px) {
  .top.gym-detail .top_last .top__inner .gym-detail_last-name .top_last__large {
    position: inherit;
  }
}
.top.gym-detail .top_last .top__inner .gym-detail_last-text {
  width: 70%;
  margin-left: 50px;
}
@media screen and (max-width: 1024px) {
  .top.gym-detail .top_last .top__inner .gym-detail_last-text {
    width: 100%;
    margin: 20px 0 0 0;
  }
}
.top.gym-detail .top_last .top__inner .gym-detail_last-text .title {
  font-weight: 18px;
  font-weight: bold;
  margin-top: 30px;
}
.top.gym-detail .top_last .top__inner .gym-detail_last-text .message {
  margin-top: 10px;
}
.top.gym-detail .top_last .top__inner .gym-detail_last-text .works-list {
  margin-top: 10px;
  list-style: disc;
  margin-left: 20px;
  line-height: 2.5;
}
.top.gym-detail .top_last .top__inner .gym-detail_last-text .career-list {
  margin-top: 10px;
  list-style: none;
  margin-left: 20px;
}
.top.gym-detail .top_last .top__inner .gym-detail_last-text .career-list li {
  position: relative;
  margin-top: 15px;
  padding-left: 1em;
}
.top.gym-detail
  .top_last
  .top__inner
  .gym-detail_last-text
  .career-list
  li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 4px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
}
.top.gym-detail .top_last .gym-detail_last-name {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .top.gym-detail .top_last .gym-detail_last-name {
    flex-flow: column;
    align-items: center;
  }
}
.top.gym-detail .top_last .gym-detail_last-name .top_last__large {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .top.gym-detail .top_last .gym-detail_last-name .top_last__large {
    margin: 20px 0 0 0;
  }
}
.top.gym-detail .top_last .gym-detail_last-name .name-en {
  margin-left: 20px;
  font-size: 18px;
  color: #71bed4;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 1024px) {
  .top.gym-detail .top_last .gym-detail_last-name .name-en {
    margin-left: 0;
    margin-top: 10px;
    letter-spacing: 1.8px;
  }
}
.top.gym-detail .faq__content {
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .top.gym-detail .faq__content {
    margin-top: 20px;
    padding-top: 40px;
  }
  .gallery {
    overflow-x: hidden;
  }
}
.top.gym-detail .gallery_slider.slider img {
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .top.gym-detail .gallery_slider.slider img {
    height: 165px;
  }
}
.top.gym-detail .gallery_slider.sliderMini img {
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .top.gym-detail .gallery_slider.sliderMini img {
    height: 165px;
  }
}
.top.gym-detail .gallery_slider.sliderMini p {
  margin-top: 20px;
  font-size: 12px;
}
.top.gym-detail .facility_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.top.gym-detail .facility_list .facility_list-item {
  width: 20%;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .top.gym-detail .facility_list .facility_list-item {
    width: 50%;
  }
}
.top.gym-detail .facility_list .facility_list-item img {
  width: 100%;
}
.top.gym-detail .facility_list .facility_list-item p {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
.top.gym-detail .faq__content.news .title {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .top.gym-detail .faq__content.news .title {
    align-items: flex-start;
  }
}
.top.gym-detail .faq__content.news .title p {
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .top.gym-detail .faq__content.news .title p {
    font-size: 14px;
  }
}
.top.gym-detail .faq__content.news .title img {
  width: 20px;
}
@media screen and (max-width: 1024px) {
  .top.gym-detail .faq__content.news .title img {
    margin-left: 5px;
  }
}
.top.gym-detail .faq__content.news .text {
  margin-top: 20px;
}
.top.gym-detail .faq__content.news .link {
  margin-top: 20px;
}
.top.gym-detail .faq__content.news .link a {
  display: block;
  color: #71bed4;
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .top.gym-detail .faq__content.news .link a {
    margin-top: 20px;
    font-size: 14px;
  }
}
.top.gym-detail .payment-table {
  margin-top: 30px;
}
.top.gym-detail .payment-table th,
.top.gym-detail .payment-table td {
  padding: 10px 0;
}
@media screen and (max-width: 1024px) {
  .top.gym-detail .payment-table th,
  .top.gym-detail .payment-table td {
    display: block;
  }
}
.top.gym-detail .payment-table th {
  font-weight: bold;
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .top.gym-detail .payment-table th {
    width: 100%;
    font-size: 14px;
  }
}
.top.gym-detail .payment-table td {
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .top.gym-detail .payment-table td {
    width: 100%;
  }
}
.top.gym-detail .payment-table td.--red {
  color: #cb2323;
  font-weight: bold;
}
.top.gym-detail .payment-table td.text {
  font-size: 14px;
}
.top.gym-detail .payment-table td img {
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .top.gym-detail .payment-table td img {
    width: 100%;
  }
}
.top.gym-detail .faq__content.guarantee {
  position: relative;
}
.top.gym-detail .faq__content.guarantee .text {
  position: relative;
  font-weight: bold;
  text-align: left;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .top.gym-detail .faq__content.guarantee .text {
    font-size: 14px;
    margin-top: 30px;
  }
}
.top.gym-detail .faq__content.guarantee .red-text {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #cb2323;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .top.gym-detail .faq__content.guarantee .red-text {
    font-size: 18px;
  }
}
.top.gym-detail .faq__content.guarantee::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/gym-detail/guarantee-bg.webp);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-size: cover;
  background-position: bottom;
  opacity: 0.2;
}
@media screen and (max-width: 1024px) {
  .top.gym-detail .top_feature {
    padding-bottom: 60px;
  }
}
.top.gym-detail .faq__content .gym-detail_faq-text {
  text-align: left;
}
.top.gym-detail .bottom-link {
  padding: 20px;
  background-color: #f0e1e1;
  font-size: 12px;
}
.top.gym-detail .bottom-link a {
  font-size: 12px;
  color: #71bed4;
  border-bottom: 1px solid #71bed4;
}

.banner {
  max-width: 1000px;
  margin-inline: auto;
  flex-wrap: wrap;
  margin-top: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px 50px;
}
@media screen and (max-width: 599px) {
  .banner {
    gap: 20px;
    font-size: 14px;
  }
}
.banner__whiteBack {
  background-color: #fff;
  border-radius: 10px;
  width: 220px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .banner__whiteBack {
    width: 157px;
    height: 149px;
  }
}
.banner__image {
  max-width: 80%;
}
.banner__link:hover {
  color: #cb2323;
}
.banner__link:hover .banner__figcaption::after {
  content: url(../images/link-icon-red.webp);
}
.banner__link:hover .banner__whiteBack {
  outline: 5px solid #bb352d;
}
.banner__figcaption {
  margin-top: 10px;
}
.banner__figcaption::after {
  content: url(../images/link-icon.webp);
}

.beforeAfter__pictograph {
  display: block;
  margin: 38px auto 0 auto;
  max-width: 251px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .beforeAfter__pictograph {
    max-width: 138px;
    margin: 15px auto 5px auto;
  }
}
.beforeAfter__spBr {
  display: none;
}
@media screen and (max-width: 599px) {
  .beforeAfter__spBr {
    display: block;
  }
}
.beforeAfter__headline {
  position: relative;
  margin: 0px auto;
  text-align: center;
  font-size: 48px;
  letter-spacing: 0.04em;
  line-height: 72px;
  font-family: "Noto Sans JP";
  font-weight: black;
}
h2.beforeAfter__headline::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  background-image: url(../images/icon/character-4.svg);
  background-repeat: no-repeat;
  left: 17%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  h2.beforeAfter__headline::before {
    left: 8%;
  }
}
@media screen and (max-width: 599px) {
  .beforeAfter__headline {
    font-size: 24px;
    line-height: 32px;
  }
  h2.beforeAfter__headline::before {
    width: 70px;
    height: 70px;
    left: 50%;
    top: 60px;
}
}
.beforeAfter__headline--red {
  color: #cb2323;
}
.beforeAfter__logoImage {
  max-width: 140px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .beforeAfter__logoImage {
    max-width: 77px;
  }
}
.beforeAfter__trainingResult {
  margin: 60px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.breadcrumbs {
  font-size: 12px;
  text-align: left;
  padding: 5px 20px;
  line-height: 21px;
  display: flex;
  align-items: center;
  gap: 0 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .breadcrumbs {
    padding: 0;
  }
}
.breadcrumbs__item {
  display: inline-block;
}
.breadcrumbs__link {
  color: #71bed4;
  text-decoration: underline;
  position: relative;
  display: inline-block;
}
.breadcrumbs__link::after {
  display: inline-block;
  content: "/";
  margin-left: 10px;
  pointer-events: none;
  color: #000000;
}

.button {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #cb2323;
  width: 400px;
  height: 80px;
  padding-inline: 30px;
  border-radius: 40px;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 22px;
  gap: 10px;
}
.button.sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .button {
    font-size: 14px;
    height: 60px;
    width: 300px;
  }
  .button.pc {
    display: none;
  }
  .button.sp {
    display: flex;
  }
}
.button:hover {
  opacity: 0.8;
}
.button--line {
  background-color: #06c755;
}
.button--book {
  background-color: #ff8227;
}
.button--red {
  background-color: #cb2323;
}
.button--center {
  margin-inline: auto;
}
.button--center span {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .button--pc {
    display: none;
  }
}
.button--sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .button--sp {
    display: flex;
  }
}
@media screen and (max-width: 599px) {
  .button--tab {
    display: none;
  }
}

.c-button {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.04em;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 420px;
  border-radius: 50vh;
  padding: 30px 50px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .c-button {
    font-size: 14px;
    padding: 27px 40px;
    width: 80%;
  }
}
.c-button:hover {
  opacity: 0.8;
}
.c-button::before,
.c-button::after {
  content: "";
  position: absolute;
  top: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c-button::after {
  width: 12px;
  height: 8px;
  background-image: url("../images/arrow.svg");
  right: 38px;
  transform: translateY(-50%) rotate(270deg);
}
@media screen and (max-width: 599px) {
  .c-button::after {
    right: 28px;
  }
}
.c-button--red {
  background-color: #cb2323;
}
.c-button--orange {
  background-color: #ff8227;
}
.c-button--black {
  background-color: #000000;
}
.c-button--down::after {
  transform: translateY(-50%);
}
.c-button--line,
.c-button--reserve {
  max-width: 400px;
  padding: 30px 60px;
}
@media screen and (max-width: 599px) {
  .c-button--line,
  .c-button--reserve {
    padding: 21px 45px;
  }
}
.c-button--line::before,
.c-button--reserve::before {
  left: 30px;
  transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  .c-button--line::before,
  .c-button--reserve::before {
    left: 20px;
  }
}
.c-button--line::after,
.c-button--reserve::after {
  right: 48px;
}
@media screen and (max-width: 599px) {
  .c-button--line::after,
  .c-button--reserve::after {
    right: 30px;
  }
}
.c-button--line {
  background-color: #06c755;
}
.c-button--line::before {
  width: 25px;
  height: 24px;
  background-image: url("../images/line.svg");
}
.c-button--reserve {
  background-color: #ff8227;
}
.c-button--reserve::before {
  width: 22px;
  height: 20px;
  background-image: url("../images/calendar.svg");
}

.campaignCard--column {
  max-width: 100%;
  text-align: left;
}
.campaignCard__link {
  display: block;
  border-radius: 10px;
  background-color: #fff;
  transition: 0.25s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.campaignCard__link img {
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}
.campaignCard__link:hover {
  background-color: #f0e1e1;
}
.campaignCard__image {
  width: 100%;
  height: auto;
}
.campaignCard__info {
  padding: 20px;
  width: 100%;
  height: auto;
}
.campaignCard__time {
  display: block;
  font-family: "Oswald";
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 20px;
  color: #cb2323;
}
.campaignCard__headline {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 28px;
  margin-top: 10px;
}
.campaignCard__updateTime {
  display: block;
  font-family: "Oswald";
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 20px;
  color: #707070;
  margin-top: 10px;
  text-align: right;
}

.campaignCardMini {
  margin-bottom: 30px;
}
.campaignCardMini__link {
  display: block;
}
.campaignCardMini__image {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}
.campaignCardMini__headline {
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.04em;
  margin-top: 10px;
}

.contentArea {
  background-color: #fff;
  margin-top: -100px;
  max-width: 850px;
  width: 100%;
  z-index: 30;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1200px) {
  .contentArea {
    min-width: 600px;
  }
}
@media screen and (max-width: 1024px) {
  .contentArea {
    min-width: auto;
    margin-top: 0;
  }
}
.contentArea__inner {
  padding: 80px 50px;
}
@media screen and (max-width: 1024px) {
  .contentArea__inner {
    padding-inline: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .contentArea__inner {
    margin-bottom: 50px;
    padding: 0;
  }
}
.contentArea__headline {
  font-size: 28px;
  letter-spacing: 0.04em;
  line-height: 44px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .contentArea__headline {
    font-size: 18px;
    line-height: 1.67;
    padding-top: 30px;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 599px) {
  .contentArea__headline--campaign {
    padding-top: 30px;
  }
}
.contentArea__time {
  display: inline-block;
  font-family: "Oswald";
  font-size: 22px;
  letter-spacing: 0.04em;
  line-height: 28px;
  color: #cb2323;
  margin-right: 30px;
}
@media screen and (max-width: 599px) {
  .contentArea__time {
    font-size: 16px;
    padding-bottom: 0;
    margin-right: 10px;
  }
}
.contentArea__campaign {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.04em;
  font-weight: bold;
  padding: 5px 15px;
  display: inline-block;
  background-image: linear-gradient(to right, #a5b2db, #ff61aa);
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .contentArea__campaign {
    padding: 5px;
  }
}
.contentArea__tag {
  display: inline-block;
  margin-right: auto;
  font-size: 14px;
  margin-right: 10px;
  line-height: 20px;
  letter-spacing: 0.04em;
  background: linear-gradient(transparent 60%, #71bed4 60%);
}
.contentArea__updateTime {
  display: inline-block;
  font-family: "Oswald";
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 20px;
  color: #707070;
  text-align: right;
}
@media screen and (max-width: 599px) {
  .contentArea__updateTime {
    width: 100%;
    text-align: left;
  }
}
.contentArea__sns {
  display: flex;
  gap: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 16px;
}
@media screen and (max-width: 599px) {
  .contentArea__sns {
    display: none;
  }
}
.contentArea__contentInfo {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 10px;
}
@media screen and (max-width: 599px) {
  .contentArea__contentInfo {
    gap: 0 10px;
  }
}
@media screen and (max-width: 599px) {
  .contentArea__contentInfo--campaign {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px 10px;
  }
}
.contentArea__contentInfo-inner {
  display: flex;
  align-items: end;
}
.contentArea__thumbnail {
  margin-top: 60px;
  margin-inline: 0px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .contentArea__thumbnail {
    margin-inline: 0px;
    width: 100%;
  }
}
.contentArea__outline {
  margin-top: 50px;
}
.contentArea__body h2 {
  font-size: 36px;
  letter-spacing: 0.04em;
  line-height: 56px;
  font-weight: bold;
  -webkit-text-decoration: underline #cb2323 solid 7px;
  text-decoration: underline #cb2323 solid 7px;
  margin-top: 70px;
}
@media screen and (max-width: 599px) {
  .contentArea__body h2 {
    font-size: 18px;
    line-height: 48px;
    -webkit-text-decoration: underline #cb2323 solid 6px;
    text-decoration: underline #cb2323 solid 6px;
  }
}
.contentArea__body h3 {
  font-size: 24px;
  letter-spacing: 0.04em;
  line-height: 44px;
  font-weight: bold;
  color: #cb2323;
  margin-top: 50px;
}
@media screen and (max-width: 599px) {
  .contentArea__body h3 {
    font-size: 16px;
    line-height: 30px;
  }
}
.contentArea__body h4 {
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 28px;
  font-weight: bold;
  margin-top: 40px;
  margin-left: 30px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .contentArea__body h4 {
    font-size: 14px;
    line-height: 24px;
  }
}
.contentArea__body h4::before {
  display: block;
  position: absolute;
  content: "";
  width: 20px;
  height: 4px;
  background-color: #cb2323;
  top: 10px;
  left: -30px;
}
.contentArea__body p {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 26px;
  margin-top: 40px;
}
.contentArea__body a {
  /* display: block; */
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 26px;
  margin-top: 40px;
  color: #71bed4;
  text-decoration: underline;
}
.contentArea__body .red {
  color: #cb2323;
}
.contentArea__body .bgBlue {
  background-color: #71bed4;
}
.contentArea__body .bgOrange {
  background-color: #f8b15e;
}
.contentArea__body ul {
  margin-top: 20px;
  list-style-type: disc;
}
.contentArea__body ul li {
  margin-left: 25px;
}
.contentArea__body li {
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.04em;
}
.contentArea__body ol {
  list-style-type: decimal;
}
.contentArea__body ol li {
  margin-left: 25px;
}
.contentArea__body blockquote {
  margin-top: 60px;
  background-color: #f8f8f8;
  border-radius: 20px;
  padding: 30px;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.04em;
  color: #707070;
  border-left: none;
}
.contentArea__body blockquote p {
  margin-top: 0;
}
.contentArea__body blockquote cite {
  text-align: right;
  font-style: normal;
  display: block;
}
.contentArea__body blockquote cite a {
  display: inline-block;
}
.contentArea__body blockquote cite::before {
  display: inline-block;
  content: "引用元：";
  color: #000000;
}
.contentArea__body .tableWrapper {
  overflow-x: auto; /* tableタグのはみ出た要素を隠す */
  white-space: nowrap; /* テキストの折り返しなし */
}
.contentArea__body .faqList__item {
  list-style-type: none;
}
.contentArea__body .faqList__question-text {
  margin-top: 0;
}
.contentArea__body .faqList__answer-text {
  margin-top: 0;
}
.contentArea__body dl {
  border-radius: 20px;
  /*padding: 40px 30px;*/
  margin: 0 auto;
}
.contentArea__body dl blockquote {
  background-color: transparent;
  padding: 0;
  margin-top: 20px;
}
.contentArea__body dl blockquote p {
  margin-top: 0;
}
.contentArea__body .borderBlue {
  border: 4px solid #a5b2db;
  background-color: #fff;
}
.contentArea__body .borderBlue p:first-child {
  margin-bottom: 20px;
}
.contentArea__body .borderBlue p:first-child mark {
  padding-left: 30px;
  position: relative;
  font-size: 16px;
}
.contentArea__body .borderBlue p:first-child mark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/question.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}
.contentArea__body .borderBlue dt::before {
  content: url(../images/question.svg);
  vertical-align: middle;
  padding-right: 5px;
}
.contentArea__body .borderPink {
  border: 4px solid #ed9595;
  background-color: #fff;
}
.contentArea__body .borderPink p:first-child {
  margin-bottom: 20px;
}
.contentArea__body .borderPink p:first-child mark {
  padding-left: 30px;
  position: relative;
  font-size: 16px;
}
.contentArea__body .borderPink p:first-child mark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/exclamation.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}
.contentArea__body .borderPink dt::before {
  content: url(../images/exclamation.svg);
  vertical-align: middle;
  padding-right: 5px;
}
.contentArea__body .borderOrange {
  border: 4px solid #f8b15e;
  background-color: #fff;
}
.contentArea__body .borderOrange p:first-child {
  margin-bottom: 20px;
}
.contentArea__body .borderOrange p:first-child mark {
  color: #f8b15e !important;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  line-height: 1.3;
}
.contentArea__body .borderOrange p:not(:first-child) {
  color: #000000;
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.contentArea__body .borderOrange p:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background-image: url(../images/orange-checkbox.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.contentArea__body .borderOrange p:last-child {
  margin-bottom: 0;
}
.contentArea__body .borderOrange dt {
  color: #f8b15e;
}
.contentArea__body .borderOrange dd ul {
  margin-top: 20px;
  list-style-type: none;
}
.contentArea__body .borderOrange dd ul li {
  margin-left: 0;
}
.contentArea__body .borderOrange dd ul li::before {
  content: url(../images/orange-checkbox.svg);
  vertical-align: middle;
  padding-right: 5px;
}
.contentArea__article {
  margin-top: 100px;
}
.contentArea table {
  margin: 40px auto 0 auto;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
  border-spacing: 0;
  border-collapse: collapse;
  border-radius: 20px;
}
.contentArea table td {
  padding: 20px !important;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 17px;
  color: #707070;
  width: 180px;
  min-width: 180px !important;
  border: none !important;
}
.contentArea table td strong {
  color: #000000;
}
.contentArea table td + td {
  border-left: 1px solid #efefef !important;
}
.contentArea table th {
  width: 180px;
  min-width: 180px !important;
  background-color: #cb2323 !important;
  padding: 20px !important;
  border: none !important;
}
.contentArea table th strong {
  color: #fff;
}
.contentArea table .bgDeepRed {
  background-color: #95000c !important;
}
.contentArea table strong {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.contentArea table thead th {
  border-bottom: 1px solid #e03f3f !important;
}
.contentArea table thead th:first-child {
  border-radius: 20px 0 0 0;
}
.contentArea table thead th:last-child {
  border-radius: 0 20px 0 0;
}
.contentArea table tbody th {
  border-top: 1px solid #e03f3f !important;
}
.contentArea table tbody th.corner-none {
  border-radius: 0 !important;
}
.contentArea table tbody tr + tr td {
  border-top: 1px solid #efefef !important;
}
.contentArea table tbody tr:first-child th {
  border-top: none !important;
}
.contentArea table tbody tr:first-child th:first-child {
  border-radius: 20px 0 0 0;
}
.contentArea table tbody tr:first-child th:last-child {
  border-radius: 0 20px 0 0;
}
.contentArea table tbody tr:last-child th:first-child {
  border-radius: 0 0 0 20px;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table {
  overflow-x: auto;
}

.vk_faq {
  /*width: 80% !important;*/
  border-radius: 0 !important;
  padding: 0 !important;
  margin-bottom: 3px !important;
  border: 2px solid #f0e1e1 !important;
}
@media screen and (max-width: 599px) {
  .vk_faq {
    width: 100% !important;
  }
}
.vk_faq_title {
  background-color: #f0e1e1;
  padding: 26px 114px 22px 100px !important;
  font-size: 14px !important;
  line-height: normal;
  border: none !important;
}
.vk_faq_title::before {
  top: 50% !important;
  left: 30px !important;
  transform: translateY(-50%) !important;
  font-size: 38px !important;
  font-weight: 700 !important;
  color: #f8b15e !important;
}
.vk_faq_title span {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  display: inline-block;
}
.vk_faq_title span::before,
.vk_faq_title span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 18px;
  height: 3px;
  background-color: #f8b15e;
  transition: 0.3s;
}
.vk_faq_title span::before {
  transform: rotate(-45deg) translateY(-50%);
  right: -15px;
}
.vk_faq_title span::after {
  left: -15px;
  transform: rotate(45deg) translateY(-50%);
}
.vk_faq_title span.open::before {
  right: -14px;
  transform: rotate(45deg) translateY(-50%);
}
.vk_faq_title span.open::after {
  left: -14px;
  transform: rotate(-45deg) translateY(-50%);
}
.vk_faq_content {
  opacity: 0;
  height: 0;
  padding: 0 !important;
}
.vk_faq_content::before {
  top: 50% !important;
  left: 30px !important;
  transform: translateY(-50%) !important;
  font-size: 38px !important;
  font-weight: 700 !important;
  color: #71bed4 !important;
  opacity: 0;
}
.vk_faq_content p {
  padding: 30px 30px 20px 100px !important;
}
.vk_faq_content.open {
  opacity: 1;
  height: auto;
}
.vk_faq_content.open::before {
  opacity: 1;
}

#toc_container a {
  display: block;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 26px;
}

.contentAreaArticle {
  padding: 40px 30px;
  display: flex;
  gap: 30px;
  background-color: #f8f8f8;
  border-radius: 20px;
}
.contentAreaArticle + .contentAreaArticle {
  margin-top: 30px;
}
@media screen and (max-width: 599px) {
  .contentAreaArticle {
    flex-direction: column;
  }
}
.contentAreaArticle__imageWrapper {
  max-width: 270px;
  width: 100%;
  /*max-height: 179px;*/
  height: auto;
}
@media screen and (max-width: 599px) {
  .contentAreaArticle__imageWrapper {
    max-width: 100%;
    max-height: 100%;
  }
}
.contentAreaArticle__imageWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.contentAreaArticle__image {
  width: 100%;
  height: auto;
}
.contentAreaArticle__info {
  width: 100%;
  max-width: 420px;
  height: auto;
}
.contentAreaArticle__date {
  color: #cb2323;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.04em;
  font-family: "Oswald";
}
.contentAreaArticle__update {
  color: #707070;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.04em;
  font-family: "Oswald";
}
.contentAreaArticle__headline {
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0.04em;
  margin-top: 14px;
}
.contentAreaArticle__headline--mt0 {
  margin-top: 0;
}
.contentAreaArticle__description {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.04em;
  margin-top: 20px;
  color: #707070;
}
.contentAreaArticle__link {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.04em;
  margin-top: 20px;
  color: #cb2323;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.contentAreaArticle__link::after {
  content: url(../images/arrow-content.svg);
  color: #cb2323;
}
.contentAreaArticle__subHeadline {
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0.04em;
  margin-top: 10px;
  color: #cb2323;
}
.contentAreaArticle__jaName {
  display: inline-block;
  margin-top: 5px;
  font-size: 28px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 0.04em;
}
.contentAreaArticle__enName {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0.04em;
  margin-top: 5px;
  color: #cb2323;
  font-family: "Oswald";
  margin-left: 28px;
}
.contentAreaArticle__content {
  display: flex;
  margin-top: 20px;
  gap: 10px 40px;
}
.contentAreaArticle__achievement {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  white-space: nowrap;
}
.contentAreaArticle__list {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.04em;
  list-style-type: disc;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contentAreaOutline {
  background-color: #f8f8f8;
  border-radius: 10px;
}
.contentAreaOutline .outline-open {
  position: relative;
}
.contentAreaOutline .outline-open::before {
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 40px;
  content: "";
  width: 30px;
  height: 4px;
  background-color: #000000;
  transition: 0.25;
  transform: rotate(90deg);
}
.contentAreaOutline__headline {
  font-size: 24px;
  font-weight: bold;
  line-height: 44px;
  letter-spacing: 0.04em;
  padding: 20px 30px;
  border-bottom: 1px solid #707070;
  position: relative;
}
.contentAreaOutline__headline::after {
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 40px;
  content: "";
  width: 30px;
  height: 4px;
  background-color: #000000;
}
.contentAreaOutline__content {
  padding: 20px 30px;
  font-size: 14px;
  line-height: 24px;
}
.contentAreaOutline__list {
  list-style-type: decimal;
  padding-left: 20px;
}
.contentAreaOutline__item {
  margin-bottom: 20px;
}
.contentAreaOutline__secondList {
  counter-reset: section;
  list-style-type: decimal;
  padding-left: 20px;
  color: #707070;
}
.contentAreaOutline__secondItem {
  margin-top: 20px;
}
.contentAreaOutline__secondItem:before {
  counter-increment: section;
  content: counters(section, "-") "";
}

#toc_container {
  background-color: #f8f8f8;
  border-radius: 10px;
}
#toc_container .toc_list {
  padding: 20px 30px;
  margin-top: 0;
}
#toc_container .toc_list li {
  list-style: none;
  margin-left: 0;
  margin-top: 0;
}
#toc_container .toc_list li ul li {
  margin-left: 25px;
  color: #707070;
}
#toc_container .toc_list a {
  margin-top: 20px;
  color: inherit;
  text-decoration: none;
}
#toc_container .toc_title {
  font-size: 24px;
  font-weight: bold;
  line-height: 44px;
  letter-spacing: 0.04em;
  padding: 20px 30px;
  border-bottom: 1px solid #707070;
  position: relative;
}
#toc_container .toc_title::after {
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 40px;
  content: "";
  width: 30px;
  height: 4px;
  background-color: #000000;
}
#toc_container .toc_title::before {
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 40px;
  content: "";
  width: 30px;
  height: 4px;
  background-color: #000000;
  transition: 0.25s;
  transform: rotate(90deg);
}
#toc_container .toc_title.outline-open::before {
  transform: rotate(0deg);
}

.conversion {
  background-image: url("../images/conversionBack4.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 80px 20px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .conversion {
    font-size: 24px;
    padding: 40px 20px;
  }
}
.conversion__headline {
  font-size: 28px;
  line-height: 51px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.conversion__headline .sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .conversion__headline {
    font-size: 24px;
    line-height: normal;
  }
  .conversion__headline .sp {
    display: block;
  }
}
.conversion__subheadline {
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-top: 11px;
}
@media screen and (max-width: 599px) {
  .conversion__subheadline {
    font-size: 14px;
  }
}
.conversion__links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 34px;
}
.conversion__phone {
  margin-top: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  font-family: "Oswald";
  font-size: 44px;
  letter-spacing: 0.1em;
  line-height: 60px;
}
@media screen and (max-width: 599px) {
  .conversion__phone {
    font-size: 26px;
  }
}
@media screen and (max-width: 599px) {
  .conversion__phoneIcon {
    width: 20px;
  }
}
.conversion__open {
  margin-top: 10px;
  font-size: 13px;
  letter-spacing: 0.06em;
  line-height: 20px;
  font-weight: bold;
}

.dataList {
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .dataList {
    font-size: 15px;
  }
}
.dataList__dl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}
@media screen and (max-width: 1024px) {
  .dataList__dl {
    flex-direction: column;
  }
}
.dataList__dt {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #cb2323;
  color: #fff;
  letter-spacing: 0.04em;
  width: 200px;
  line-height: 30px;
}
.dataList__dt--large {
  height: 80px;
}
@media screen and (max-width: 1024px) {
  .dataList__dt {
    width: 100%;
    text-align: center;
  }
}
.dataList__dd {
  line-height: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  letter-spacing: 0.02em;
  width: 600px;
  padding-inline: 20px;
  background-color: #f8f8f8;
}
.dataList__dd--large {
  height: 80px;
}
@media screen and (max-width: 1024px) {
  .dataList__dd {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

.faqList__item {
  border: 2px solid #f0e1e1;
  background-color: #fff;
}
.faqList__item:not(:first-child) {
  margin-top: 2px;
}
.faqList__question {
  padding: 26px 114px 22px 32px;
  background-color: #f0e1e1;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 599px) {
  .faqList__question {
    padding: 17px 58px 17px 15px;
  }
}
.faqList__question::before,
.faqList__question::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 3px;
  background-color: #f8b15e;
  top: 53%;
  transition: transform 0.3s;
}
@media screen and (max-width: 599px) {
  .faqList__question::before,
  .faqList__question::after {
    width: 12px;
    top: 50%;
  }
}
.faqList__question::before {
  right: 40px;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 599px) {
  .faqList__question::before {
    right: 20px;
  }
}
.faqList__question::after {
  right: 50px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 599px) {
  .faqList__question::after {
    right: 27px;
  }
}
.faqList__question.open::before {
  transform: translateY(-50%) rotate(45deg);
}
.faqList__question.open::after {
  transform: translateY(-50%) rotate(-45deg);
}
.faqList__question-text {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 599px) {
  .faqList__question-text {
    font-size: 13px;
    line-height: 1.69;
  }
}
.faqList__answer {
  /*
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease-out;
  */
  display: none;
}
.faqList__answer-inner {
  padding: 30px 30px 20px 30px;
  display: flex;
}
@media screen and (max-width: 599px) {
  .faqList__answer-inner {
    padding: 18px 14px 18px 15px;
  }
}
.faqList__answer-content {
  width: 90%;
}
.faqList__answer-content img {
  width: 100%;
}
.faqList__answer-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.04em;
  color: #333333;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .faqList__answer-text {
    font-size: 13px;
    line-height: 1.69;
  }
}
.faqList__answer-img {
  margin: 20px 0;
  width: 80%;
}
@media screen and (max-width: 599px) {
  .faqList__answer-img {
    width: 100%;
  }
}
.faqList__answer-img img {
  width: 100%;
}
.faqList__answer-link {
  color: #cb2323;
  border-bottom: 1px solid #cb2323;
  margin: 20px 0;
}
.faqList__question-mark,
.faqList__answer-mark {
  font-family: "DIN-Alternate-Bold", sans-serif;
  font-weight: 700;
  font-size: 58px;
  color: #f8b15e;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 599px) {
  .faqList__question-mark,
  .faqList__answer-mark {
    font-family: "Oswald", sans-serif;
    font-size: 38px;
  }
}
.faqList__question-mark {
  color: #f8b15e;
  margin-right: 18px;
}
@media screen and (max-width: 599px) {
  .faqList__question-mark {
    margin-right: 14px;
  }
}
.faqList__answer-mark {
  color: #71bed4;
  margin-right: 20px;
}
@media screen and (max-width: 599px) {
  .faqList__answer-mark {
    margin-right: 16px;
  }
}
.faqList .faqList__answer-slider .slick-next::before,
.faqList .faqList__answer-slider .slick-prev::before {
  outline: solid 3px #cb2323;
  background-color: transparent;
}
.faqList .faqList__answer-slider .slick-next::after,
.faqList .faqList__answer-slider .slick-prev::after {
  border-top: 4px solid #cb2323;
  border-right: 4px solid #cb2323;
  background-color: transparent;
}
.faqList .faqList__answer-rebound {
  margin-top: 20px;
  background-color: #f0e1e1;
  padding: 0 0 30px 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .faqList .faqList__answer-rebound {
    padding-bottom: 20px;
  }
}
.faqList .faqList__answer-rebound .faqList__answer-rebound-title {
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  padding: 18px 0;
  background: linear-gradient(#f577ae, #a5b2db);
}
@media screen and (max-width: 1024px) {
  .faqList .faqList__answer-rebound .faqList__answer-rebound-title {
    font-size: 12px;
  }
}
.faqList .faqList__answer-rebound .faqList__answer-rebound-food {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 20px auto;
}
@media screen and (max-width: 1024px) {
  .faqList .faqList__answer-rebound .faqList__answer-rebound-food {
    width: 96%;
  }
}
.faqList .faqList__answer-rebound .faqList__answer-rebound-food-left,
.faqList .faqList__answer-rebound .faqList__answer-rebound-food-right {
  width: 50%;
}
.faqList .faqList__answer-rebound .faqList__answer-rebound-text {
  width: 90%;
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .faqList .faqList__answer-rebound .faqList__answer-rebound-text {
    width: 96%;
  }
}
.faqList .faqList__answer-rebound .faqList__answer-rebound-img {
  width: 90%;
  margin: 20px auto;
}
@media screen and (max-width: 1024px) {
  .faqList .faqList__answer-rebound .faqList__answer-rebound-img {
    width: 96%;
  }
}
.faqList .faqList__answer-type {
  margin: 30px 0;
}
.faqList .faqList__answer-type li {
  display: flex;
  margin-top: 20px;
}
.faqList .faqList__answer-type li:first-of-type .faqList__answer-type-left {
  background-color: #a5b2db;
}
.faqList .faqList__answer-type li:nth-child(2) .faqList__answer-type-left {
  background-color: #b4a6d4;
}
.faqList .faqList__answer-type li:nth-child(3) .faqList__answer-type-left {
  background-color: #c793c8;
}
.faqList .faqList__answer-type .faqList__answer-type-left {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .faqList .faqList__answer-type .faqList__answer-type-left {
    width: 65%;
  }
}
.faqList .faqList__answer-type .faqList__answer-type-left p {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  padding: 44px 0;
}
@media screen and (max-width: 1024px) {
  .faqList .faqList__answer-type .faqList__answer-type-left p {
    font-size: 16px;
  }
}
.faqList .faqList__answer-type .faqList__answer-type-number {
  width: 50px;
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .faqList .faqList__answer-type .faqList__answer-type-number {
    width: 24px;
  }
}
.faqList .faqList__answer-type .faqList__answer-type-img {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .faqList .faqList__answer-type .faqList__answer-type-img {
    width: 35%;
  }
}
.faqList .faqList__answer-type .faqList__answer-type-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.faqList .faqList__answer-reason {
  background-color: #f0e1e1;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.faqList .faqList__answer-reason .faqList__answer-reason-title-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(#f577ae, #a5b2db);
  padding: 18px 0;
}
.faqList .faqList__answer-reason .faqList__answer-reason-title {
  color: #fff;
  font-size: 29px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .faqList .faqList__answer-reason .faqList__answer-reason-title {
    font-size: 12px;
  }
}
.faqList .faqList__answer-reason .faqList__answer-reason-title-img {
  width: 90px;
  margin: 0 8px;
}
@media screen and (max-width: 1024px) {
  .faqList .faqList__answer-reason .faqList__answer-reason-title-img {
    width: 30px;
    margin: 0 4px;
  }
}
.faqList .faqList__answer-reason .faqList__answer-reason-title-img.-arrow {
  width: 70px;
}
@media screen and (max-width: 1024px) {
  .faqList .faqList__answer-reason .faqList__answer-reason-title-img.-arrow {
    width: 20px;
  }
}
.faqList .faqList__answer-reason .faqList__answer-reason-top,
.faqList .faqList__answer-reason .faqList__answer-reason-center,
.faqList .faqList__answer-reason .faqList__answer-reason-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  background-color: #fff;
  margin: 20px auto;
}
@media screen and (max-width: 1024px) {
  .faqList .faqList__answer-reason .faqList__answer-reason-top,
  .faqList .faqList__answer-reason .faqList__answer-reason-center,
  .faqList .faqList__answer-reason .faqList__answer-reason-bottom {
    width: 96%;
  }
}
.faqList .faqList__answer-reason .faqList__answer-reason-top-left {
  width: 60%;
}
.faqList .faqList__answer-reason .faqList__answer-reason-top-right {
  width: 40%;
}
.faqList .faqList__answer-reason .faqList__answer-reason-top-right p {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .faqList .faqList__answer-reason .faqList__answer-reason-top-right p {
    font-size: 8px;
  }
}
.faqList .faqList__answer-reason .faqList__answer-reason-top-right span {
  color: #cb2323;
  font-weight: bold;
  font-size: 28px;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .faqList .faqList__answer-reason .faqList__answer-reason-top-right span {
    font-size: 12px;
  }
}
.faqList .faqList__answer-reason .faqList__answer-reason-bottom-left {
  width: 60%;
}
.faqList .faqList__answer-reason .faqList__answer-reason-bottom-left p {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .faqList .faqList__answer-reason .faqList__answer-reason-bottom-left p {
    font-size: 8px;
  }
}
.faqList .faqList__answer-reason .faqList__answer-reason-bottom-left p span {
  font-weight: bold;
  font-size: 18px;
  color: #cb2323;
}
@media screen and (max-width: 1024px) {
  .faqList .faqList__answer-reason .faqList__answer-reason-bottom-left p span {
    font-size: 8px;
  }
}
.faqList .faqList__answer-reason .faqList__answer-reason-bottom-right {
  width: 40%;
  background-image: url(../images/top/faq_13-bg@2x.webp);
  background-size: cover;
}
.faqList .faqList__answer-reason .faqList__answer-reason-bottom-right img {
  padding: 20px;
}

@media screen and (max-width: 1024px) {
  .top .faqList__answer-inner {
    padding: 17px 15px 17px 15px;
  }
  .top .faqList__answer-mark {
    margin: 0 14px 0 0;
  }
}
.footer__upper {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .footer__upper {
    flex-direction: column;
  }
}
.footer__logo {
  background-color: #f0e1e1;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 320px;
  width: 100%;
  height: 180px;
  flex-shrink: 1;
}
@media screen and (max-width: 1024px) {
  .footer__logo {
    max-width: 100%;
    order: 2;
    height: 120px;
  }
}
.footer__logoImage {
  max-width: 160px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 599px) {
  .footer__logoImage {
    max-width: 135px;
    width: 100%;
  }
}
.footer__logoLink {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__store {
  background-color: #fff;
  padding: 50px 80px;
  border-radius: 0 0 20px 0;
  display: flex;
  gap: 51px;
  justify-content: center;
  align-items: flex-start;
  flex-shrink: 0;
  flex-grow: 1;
}
@media screen and (max-width: 1200px) {
  .footer__store {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .footer__store {
    order: 3;
    width: 100%;
    flex-direction: column;
  }
}
.footer__storeTitle {
  font-size: 24px;
  letter-spacing: 0.04em;
  line-height: 28px;
  font-weight: bold;
}
.footer__storeList {
  font-size: 14px;
  letter-spacing: 0.04em;
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
  gap: 30px 70px;
}
.footer__storeItem {
  display: flex;
  flex-wrap: wrap;
}
.footer__areaName {
  letter-spacing: 0.2em;
}
.footer__storeName {
  display: flex;
  gap: 30px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.footer__storeLink {
  position: relative;
}
.footer__storeLink:not(:last-child)::after {
  display: inline-block;
  content: " / ";
  position: absolute;
  right: -20px;
}
.footer__scrollTop {
  background-color: #95000c;
  height: 180px;
  color: #fff;
  font-size: 12px;
  font-family: "Oswald";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
}
@media screen and (max-width: 1024px) {
  .footer__scrollTop {
    width: 100%;
    height: 55px;
    order: 1;
  }
}
.footer__scrollTopInner {
  transform: rotate(90deg);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .footer__scrollTopInner {
    transform: rotate(0);
  }
}
.footer__scrollTopIcon {
  transform: rotate(-90deg);
  max-width: 28px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .footer__scrollTopIcon {
    transform: rotate(0deg);
  }
}
.footer__middle {
  background-color: #cb2323;
  margin-top: -60px;
}
.footer__middle {
  display: flex;
  color: #fff;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .footer__middle {
    flex-wrap: wrap;
    gap: 32px;
  }
}
.footer__sns {
  width: 320px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30px, 1fr));
  gap: 21px;
  padding: 35px 80px;
}
@media screen and (max-width: 1024px) {
  .footer__sns {
    order: 2;
    width: 100%;
    padding: 35px 80px;
    padding: 20px;
    text-align: center;
  }
}
.footer__pageLists {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .footer__pageLists {
    order: 1;
  }
}
.footer__pageList1 {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.footer__pageItem {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.footer__pageItem2 {
  position: relative;
}
.footer__pageItem2:not(:last-child)::after {
  display: inline-block;
  content: " / ";
  position: absolute;
  right: -20px;
}
.footer__pageList2 {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.footer__lower {
  background-color: #95000c;
  color: #fff;
  font-size: 13px;
  padding: 30px 10px;
}
@media screen and (max-width: 1024px) {
  .footer__lower {
    padding-bottom: 130px;
  }
}
.footer__otherList {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .footer__otherList {
    justify-content: flex-start;
    gap: 30px 0;
  }
}
.footer__otherItem {
  position: relative;
}
.footer__otherItem:not(:last-child)::after {
  display: inline-block;
  content: " / ";
  position: absolute;
  right: -30px;
}
@media screen and (max-width: 599px) {
  .footer__otherItem {
    width: 50%;
    text-align: center;
  }
  .footer__otherItem:not(:last-child)::after {
    display: none;
  }
}
.footer__copyright {
  display: block;
  margin-top: 16px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .footer__copyright {
    margin-top: 36px;
    font-size: 14px;
  }
}

#fixed-menu.g-nav__button {
  display: none;
}
@media screen and (max-width: 1024px) {
  #fixed-menu.g-nav__button {
    bottom: 40px;
    left: 50%;
    transform: translateZ(0) translateX(-50%);
    width: 100%;
    gap: 13px;
    position: fixed;
    z-index: 20;
  }
}
#fixed-menu.g-nav__button a {
  color: #fff;
}

#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: -300%;
  left: 0;
  width: 100%;
  height: 100vh; /*ナビの高さ*/
  background: #cb2323;
  /*動き*/
  transition: all 0.6s;
  color: #fff;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  top: 0;
  overflow: auto;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh; /*表示する高さ*/
  height: calc(var(--vh, 1vh) * 100);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav li a {
  text-decoration: none;
  padding: 10px;
  display: block;
  letter-spacing: 0.1em;
}

.g-nav__upperList {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .g-nav__upperList {
    margin-top: 20px;
    gap: 5px;
  }
}
.g-nav__lowerList {
  margin: 40px auto 0 auto;
  font-weight: normal;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  justify-content: center;
  align-items: center;
  gap: 30px 20px;
}
@media screen and (max-width: 599px) {
  .g-nav__lowerList {
    margin-top: 20px;
    gap: 10px;
  }
}
.g-nav__contact {
  margin-top: 50px;
  background-color: #95000c;
  padding-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .g-nav__contact {
    margin-top: 30px;
  }
}
.g-nav__sns {
  width: 320px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30px, 1fr));
  gap: 21px;
  padding: 35px 80px;
  max-width: 500px;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .g-nav__sns {
    order: 2;
    width: 100%;
    padding: 35px 80px;
    padding: 20px;
    text-align: center;
  }
}
.g-nav__button {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 599px) {
  .g-nav__button {
    gap: 13px;
  }
}

@media screen and (max-width: 1024px) {
  .header .g-nav__button {
    position: relative;
    bottom: 0;
  }
  .header .conversion__open {
    text-align: center;
    margin-top: 0;
    padding-bottom: 30px;
  }
  .header .g-nav__lowerList {
    max-width: 240px;
  }
  .header .g-nav__lowerList li {
    width: calc(50% - 10px);
  }
}
.gallery {
  background-color: #efefef;
  padding: 80px 20px;
}
.gallery__top {
  background-color: #fff;
  max-width: 964px;
}
.gallery__top.section {
  padding-bottom: 20px;
}
.gallery__point {
  margin-top: 60px;
}

.galleryPoint {
  max-width: 964px;
  width: 100%;
  margin-inline: auto;
  background-color: #fff;
  padding-bottom: 10px;
}
.galleryPoint__upper {
  padding: 40px 50px 0 50px;
  display: flex;
  gap: 30px;
  position: relative;
  padding-bottom: 30px;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .galleryPoint__upper {
    flex-wrap: wrap;
    padding: 20px;
  }
}
.galleryPoint__upperLeft {
  position: relative;
  width: 100%;
}
.galleryPoint__upperRight {
  max-width: 459px;
}
@media screen and (max-width: 1024px) {
  .galleryPoint__upperRight {
    max-width: 100%;
  }
}
.galleryPoint__numberWrapper {
  position: absolute;
  top: 0px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
@media screen and (max-width: 599px) {
  .galleryPoint__numberWrapper {
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.galleryPoint__number {
  font-size: 33px;
  letter-spacing: 0.08em;
  color: #f577ae;
  font-family: "Oswald";
  line-height: 80px;
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  .galleryPoint__number {
    font-size: 24px;
  }
}
.galleryPoint__number--large {
  font-size: 80px;
}
@media screen and (max-width: 599px) {
  .galleryPoint__number--large {
    font-size: 60px;
  }
}
.galleryPoint__number--orange {
  color: #f8b15e;
}
.galleryPoint__number--blue {
  color: #71bed4;
}
.galleryPoint__number--purple {
  color: #a5b2db;
}
.galleryPoint__mv {
  width: 376px;
  height: auto;
  margin-top: 64px;
}
@media screen and (max-width: 1024px) {
  .galleryPoint__mv {
    width: 100%;
  }
}
.galleryPoint__headline {
  color: #f577ae;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 36px;
}
@media screen and (max-width: 599px) {
  .galleryPoint__headline {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
  }
}
.galleryPoint__headline--orange {
  color: #f8b15e;
}
.galleryPoint__headline--blue {
  color: #71bed4;
}
.galleryPoint__headline--purple {
  color: #a5b2db;
}
.galleryPoint__description {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 26px;
  margin-top: 14px;
}
.galleryPoint__lower {
  margin: 50px auto 40px auto;
}
.galleryPoint__lower .sliderMicro img {
  height: 136px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 599px) {
  .galleryPoint__lower .sliderMicro img {
    height: 220px;
  }
}
.galleryPoint__subheadline {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 26px;
  text-align: center;
  padding-inline: 20px;
}
.galleryPoint__date {
  display: block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 26px;
  margin-top: 10px;
  text-align: center;
}
.galleryPoint__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 30px auto 0 auto;
}
.galleryPoint__itemName {
  text-align: center;
  margin-top: 17px;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 26px;
}

.gymListCard {
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
.gymListCard__article {
  width: calc((100% - 50px) / 2);
  background-color: #f8f8f8;
  padding-bottom: 40px;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .gymListCard__article {
    width: 100%;
  }
}
.gymListCard img {
  width: 100%;
}
.gymListCard__headline {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 40px;
  text-align: center;
  margin-top: 40px;
  color: #cb2323;
}
.gymListCard__info {
  margin-top: 28px;
  display: flex;
  padding: 0 40px 40px 40px;
  gap: 20px;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .gymListCard__info {
    flex-direction: column;
  }
}
.gymListCard__text {
  font-size: 14px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.gymListCard__dl {
  display: flex;
  line-height: 24px;
}
.gymListCard__dt {
  font-weight: bold;
  width: 80px;
}
.gymListCard__dd {
  width: calc(100% - 80px);
}
.gymListCard__button {
  width: 90%;
  max-width: 500px;
}
@media screen and (max-width: 1024px) {
  .gymListCard__button {
    display: flex;
  }
}
.gymListCard__mapImage--tab {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 599px) {
  .gymListCard__mapImage--tab {
    display: none;
  }
}
.gymListCard__mapImage--sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .gymListCard__mapImage--sp {
    display: block;
    margin-inline: auto;
    width: 100%;
    max-width: 313px;
  }
}

.history {
  width: 900px;
  margin: 100px auto 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 599px) {
  .history__list {
    margin-top: 70px;
  }
}
.history__item {
  -webkit-margin-before: 50px;
  margin-block-start: 50px;
  -webkit-margin-after: 50px;
  margin-block-end: 50px;
  margin-left: 300px;
  display: flex;
  gap: 35px;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 599px) {
  .history__item {
    margin-left: 30px;
    -webkit-margin-before: 30px;
    margin-block-start: 30px;
    -webkit-margin-after: 30px;
    margin-block-end: 30px;
  }
}
.history__item::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 65px;
  left: -44px;
  top: 15px;
  background-color: #e19997;
  z-index: 4;
}
@media screen and (max-width: 599px) {
  .history__item::after {
    left: 35px;
    height: 75px;
  }
}
.history__item--upperDot::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 65px;
  left: -44px;
  top: -55px;
  border-left: 4px dotted #e19997;
  z-index: 4;
}
@media screen and (max-width: 599px) {
  .history__item--upperDot::before {
    left: 35px;
  }
}
.history__item--lowerDot::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 65px;
  left: -44px;
  top: 15px;
  background-color: transparent;
  border-left: 4px dotted #e19997;
  z-index: 4;
}
@media screen and (max-width: 599px) {
  .history__item--lowerDot::after {
    left: 35px;
  }
}
.history__item--long::after {
  height: 130px;
  top: -50px;
}
@media screen and (max-width: 599px) {
  .history__item--long::after {
    height: 150px;
    top: -70px;
  }
}
.history__year {
  position: relative;
}
.history__year::before {
  font-size: 90px;
  color: #f0e1e1;
  position: absolute;
  left: 0px;
  top: -35px;
  font-family: "Oswald";
}
@media screen and (max-width: 599px) {
  .history__year::before {
    font-size: 30px;
    top: -50px;
  }
}
.history__year--2020 {
  border-bottom: 1px solid #ccc;
}
.history__year--2020::before {
  content: "2020";
}
.history__year--2021 {
  border-bottom: 1px solid #ccc;
}
.history__year--2021::before {
  content: "2021";
}
.history__year--2022::before {
  content: "2022";
}
.history__month {
  color: #cb2323;
  font-size: 18px;
  font-family: "Oswald";
}
.history__month::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 50%;
  left: -50px;
  background-color: #cb2323;
  z-index: 5;
}
@media screen and (max-width: 599px) {
  .history__month::before {
    left: 29px;
    font-size: 16px;
  }
}
.history__description {
  font-size: 16px;
  text-align: left;
  line-height: 20px;
}
@media screen and (max-width: 599px) {
  .history__description {
    font-size: 14px;
  }
}
@media screen and (max-width: 350px) {
  .history__description {
    font-size: 12px;
  }
}

.main {
  margin-inline: auto;
}
.main__history {
  margin-top: 40px;
}
.main__twoColumn {
  display: flex;
  padding: 50px 0 80px;
  gap: 60px;
  justify-content: center;
  max-width: 1206px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .main__twoColumn {
    flex-wrap: wrap;
    padding: 0;
  }
}
.main__bgGray {
  background-color: #f8f8f8;
  padding: 0 20px 80px;
}
@media screen and (max-width: 1024px) {
  .main__bgGray {
    background-color: #fff;
  }
}
.main--low {
  min-height: auto;
}
.main .none {
  text-align: center;
  margin: 60px 0;
}

.map {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto 0 auto;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .map {
    display: none;
  }
}

.memberSns__headline {
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 0.04em;
  margin: 80px auto;
  text-align: center;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 599px) {
  .memberSns__headline {
    font-size: 24px;
    text-align: left;
    max-width: calc(100% - 40px);
    margin: 36px auto 40px;
  }
}
.memberSns__slider {
  margin-top: 60px;
  margin-bottom: 80px;
}
.memberSns__sliderItem {
  max-width: 500px;
  margin-left: 50px;
}
@media screen and (max-width: 599px) {
  .memberSns__sliderItem {
    margin-left: 20px;
  }
  .memberSns__slider {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
.memberSns__image {
  display: block;
  width: 100%;
  height: auto;
}
.memberSns__button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 43px;
  max-width: 600px;
  width: 100%;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .memberSns__button {
    margin-top: 35px;
    max-width: calc(100% - 40px);
    line-height: 20px;
  }
}
.memberSns__spBr {
  display: none;
}
@media screen and (max-width: 599px) {
  .memberSns__spBr {
    display: block;
  }
}

.nav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 23px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .nav {
    display: none;
  }
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 9999; /*ボタンを最前面に*/
  top: 0px;
  right: 0px;
  cursor: pointer;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1025px) {
  .openbtn {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .openbtn.is-scroll {
    background-color: #000000;
  }
  .openbtn.is-scroll.active {
    background-color: rgba(0, 0, 0, 0);
  }
  .openbtn.is-scroll span {
    background-color: #fff;
  }
}
.reserve-spbtn {
  display: none;
}
@media screen and (max-width: 599px) {
  .reserve-spbtn {
    display: block;
    position: fixed;
    top: 0;
    right: 64px;
    pointer-events: none;
    opacity: 0;
    transition: 0.3s;
  }
  .header__reserve-spbtn {
    display: block;
    width: fit-content;
    height: auto;
  }
  .header__reserve-spbtn {
    display: block;
    height: 64px;
    width: auto;
  }
  .reserve-spbtn.is-scroll {
    pointer-events: painted;
    opacity: 1;
    transition: 0.3s;
  }
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  height: 2px;
  border-radius: 2px;
  background-color: #000000;
  width: 24px;
}

.openbtn span:nth-of-type(1) {
  top: 22px;
}

.openbtn span:nth-of-type(2) {
  transform: translate(-50%, -50%);
  top: 50%;
}

.openbtn span:nth-of-type(3) {
  top: 40px;
}

.openbtn.active span:nth-of-type(1) {
  top: 50%;
  left: 18px;
  transform: translateY(-50%) rotate(-45deg);
  width: 50%;
  background-color: #cb2323;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 50%;
  left: 18px;
  transform: translateY(-50%) rotate(45deg);
  width: 50%;
  background-color: #cb2323;
}

.questionnaire {
  background-color: rgba(248, 177, 94, 0.15);
  padding-top: 92px;
  padding-bottom: 90px;
}
@media screen and (max-width: 599px) {
  .questionnaire {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.questionnaire__inner {
  max-width: 962px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .questionnaire__inner {
    padding: 20px;
  }
}
.questionnaire__headline {
  margin: 8px auto;
  text-align: center;
  font-size: 36px;
  letter-spacing: 0.04em;
  line-height: 42px;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 599px) {
  .questionnaire__headline {
    font-size: 24px;
    max-width: calc(100% - 40px);
    text-align: left;
    margin: 0;
  }
}
.questionnaire__headline--red {
  color: #cb2323;
}
.questionnaire__results {
  display: flex;
  gap: 40px;
  margin-top: 50px;
}
@media screen and (max-width: 599px) {
  .questionnaire__results {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
  }
}
.questionnaire__imageWrapper {
  max-width: 462px;
}
.questionnaire__image {
  width: 100%;
  height: auto;
}
.questionnaire__spBr {
  display: none;
}
@media screen and (max-width: 599px) {
  .questionnaire__spBr {
    display: block;
  }
}

.referenceList {
  margin: 100px;
  color: #000;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.referenceList a {
  text-decoration: underline;
}

.review {
  background-color: #efefef;
  padding: 100px 20px;
}
@media screen and (max-width: 599px) {
  .review {
    padding: 40px 0;
  }
}
.review__spNone {
  display: none;
}
@media screen and (max-width: 599px) {
  .review__spNone {
    display: block;
  }
}
.review__inner {
  margin: 0 auto;
  max-width: 1000px;
  background-color: #fff;
  padding: 50px 60px;
}
@media screen and (max-width: 599px) {
  .review__inner {
    padding: 20px 20px 40px;
  }
}
.review__logoImage {
  width: 35px;
  height: auto;
}
.review__headline {
  font-size: 28px;
  line-height: 58px;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 599px) {
  .review__headline {
    font-size: 18px;
    line-height: 2;
  }
}
.review__list {
  margin: 42px auto 0 auto;
}
@media screen and (max-width: 599px) {
  .review__list {
    margin: 20px auto 0;
  }
}
.review__item {
  background-color: #f0e1e1;
  padding: 30px;
  border-radius: 10px;
}
.review__item:not(:first-child) {
  margin-top: 20px;
}
.add-img.review__item {
  display: flex;
  gap: 30px;
}
.add-img .review__item-img {
  display: block;
  height: 160px;
  width: auto;
  aspect-ratio: 200 / 180;
  object-fit: cover;
}
.review__googleIcon {
  width: 40px;
  height: auto;
  vertical-align: middle;
}
.review__comment {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 24px;
  margin-top: 10px;
}
.review__commentLink {
  text-align: right;
  display: none;
}
.review__commentLink a {
  color: #cb2323;
}
.review__button {
  margin: 40px auto 0 auto;
  font-weight: 700;
}

.section {
  margin-inline: auto;
  text-align: center;
  padding: 40px 10px 40px 10px;
}
.section--paddingInline0 {
  padding-inline: 0;
}
@media screen and (max-width: 1024px) {
  .section {
    padding: 54px 20px;
  }
}
@media screen and (max-width: 599px) {
  .section {
    padding: 54px 0;
  }
  .add-img.review__item {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
  }
  .add-img .review__item-img {
    display: block;
    height: auto;
    width: 100%;
    aspect-ratio: 273 / 180;
    object-fit: cover;
    object-position: 50% 0%;
  }
}
.section--pinkBack {
  background-color: #f0e1e1;
}
.section--breadcrumb {
  padding: 20px;
}
.section__headline {
  font-size: 28px;
  line-height: 51px;
  letter-spacing: 0.08em;
  margin: 3px auto 0 auto;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .section__headline {
    font-size: 24px;
  }
}
.section__headline:before {
  content: attr(data-title);
  display: block;
  font-family: "Oswald";
  color: #cb2323;
  font-size: 28px;
  letter-spacing: 0.04em;
  line-height: 36px;
}

.serviceFv {
  /*==================================================
  スライダーのためのcss
  ===================================*/
  /*矢印の設定*/
  /*戻る、次へ矢印の位置*/
  /*ドットナビゲーションの設定*/
  background-image: url(../images/serviceFvBg.webp);
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  height: 700px;
  width: 100%;
}
.serviceFv__slider {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  margin: 0 auto;
  /*slickのJSで書かれるタグ内、スライド左右の余白調整*/
}
.serviceFv__slider img {
  width: 70%;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
  height: 360px;
}
@media screen and (max-width: 599px) {
  .serviceFv__slider img {
    height: auto;
  }
}
.serviceFv .slick-prev,
.serviceFv .slick-next {
  position: absolute; /*絶対配置にする*/
  top: 42%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  height: 15px;
  width: 15px;
}
@media screen and (max-width: 1024px) {
  .serviceFv .slick-prev,
  .serviceFv .slick-next {
    display: none !important;
  }
}
.serviceFv .slick-prev {
  /*戻る矢印の位置と形状*/
  left: -1.5%;
  transform: rotate(-135deg);
}
.serviceFv .slick-prev::before {
  outline: solid 3px #cb2323;
  background-color: transparent;
}
.serviceFv .slick-prev::after {
  border-top: 4px solid #cb2323;
  border-right: 4px solid #cb2323;
}
.serviceFv .slick-next {
  /*次へ矢印の位置と形状*/
  right: -1.5%;
  transform: rotate(45deg);
}
.serviceFv .slick-next::before {
  outline: solid 3px #cb2323;
  background-color: transparent;
}
.serviceFv .slick-next::after {
  border-top: 4px solid #cb2323;
  border-right: 4px solid #cb2323;
}
.serviceFv .slick-dots {
  text-align: center;
  margin-top: 30px;
  padding-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .serviceFv .slick-dots {
    margin-top: 20px;
  }
}
.serviceFv .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}
.serviceFv .slick-dots button {
  color: transparent;
  outline: none;
  width: 10px; /*ドットボタンのサイズ*/
  height: 10px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc; /*ドットボタンの色*/
}
.serviceFv .slick-dots .slick-active button {
  background: #cb2323;
  border: #d0005b 100px !important;
  position: relative;
  /*ドットボタンの現在地表示の色*/
}
.serviceFv .slick-dots .slick-active button::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: rgba(208, 0, 91, 0.14);
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
@media screen and (max-width: 599px) {
  .serviceFv {
    height: auto;
  }
}
.serviceFv__headline {
  font-weight: bold;
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 0.04em;
  display: inline-block;
  max-width: 500px;
  width: 90%;
  background: linear-gradient(to right, #a5b2db, #ff61aa);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 auto;
  border-radius: 25px;
}
@media screen and (max-width: 599px) {
  .serviceFv__headline {
    font-size: 18px;
    padding: 2px 20px;
    width: auto;
  }
}
.serviceFv__spBr {
  display: none;
}
@media screen and (max-width: 599px) {
  .serviceFv__spBr {
    display: block;
  }
}
.serviceFv__current {
  color: #cb2323;
  font-size: 36px;
  letter-spacing: 0.04em;
  font-weight: 900;
  margin-top: 20px;
  line-height: 42px;
}
@media screen and (max-width: 599px) {
  .serviceFv__current {
    font-size: 20px;
  }
}
.serviceFv__currentTime {
  color: #6e6e6e;
  font-size: 15px;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .serviceFv__currentTime {
    font-size: 12px;
    margin-bottom: 2px;
  }
}

.servicePay {
  background-color: #efefef;
  padding: 100px 20px;
}
@media screen and (max-width: 599px) {
  .servicePay {
    padding: 60px 20px;
  }
}
.servicePay__upperInner {
  margin: 0 auto;
  max-width: 964px;
  width: 100%;
  padding: 60px 80px 50px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 599px) {
  .servicePay__upperInner {
    padding: 20px;
  }
}
.servicePay__headline {
  font-size: 28px;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #cb2323;
}
@media screen and (max-width: 599px) {
  .servicePay__headline {
    font-size: 20px;
  }
}
.servicePay__description {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.04em;
  margin-top: 13px;
}
@media screen and (max-width: 599px) {
  .servicePay__description {
    font-size: 16px;
    margin-top: 20px;
  }
}
.servicePay__method {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.04em;
  margin-top: 36px;
  margin-bottom: 30px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .servicePay__method {
    font-size: 20px;
  }
}
.servicePay__upperImage {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .servicePay__upperImage {
    display: none;
  }
}
.servicePay__upperImage--sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .servicePay__upperImage--sp {
    display: block;
  }
}
.servicePay__caution {
  border-top: 1px solid rgba(112, 112, 112, 0.1);
  border-bottom: 1px solid rgba(112, 112, 112, 0.1);
  padding: 20px 0;
  text-align: left;
}
.servicePay__cautionHeadline {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.04em;
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .servicePay__cautionHeadline {
    text-align: center;
    display: block;
  }
}
.servicePay__cautionDescription {
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.04em;
  margin-left: 22px;
}
@media screen and (max-width: 599px) {
  .servicePay__cautionDescription {
    margin-left: 0;
    line-height: 20px;
    margin-top: 5px;
  }
}
.servicePay__lowerInner {
  margin: 30px auto 0 auto;
  max-width: 964px;
  width: 100%;
}
.servicePay__lowerImage {
  width: 100%;
  height: auto;
}

.serviceFaq {
  background-color: #efefef;
  padding: 100px 20px;
}
@media screen and (max-width: 599px) {
  .serviceFaq {
    padding: 40px 20px 60px 20px;
  }
}
.serviceFaq__inner {
  margin: 0 auto;
  max-width: 964px;
  width: 100%;
  padding: 60px 10px 50px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 599px) {
  .serviceFaq__inner {
    padding: 34px 9px 0px 9px;
  }
}
.serviceFaq__headlineEn {
  font-size: 33px;
  line-height: 40px;
  font-family: "Oswald";
  letter-spacing: 0.08em;
  color: #cb2323;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .serviceFaq__headlineEn {
    font-size: 28px;
  }
}
.serviceFaq__headlineJa {
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin-top: 15px;
}
@media screen and (max-width: 599px) {
  .serviceFaq__headlineJa {
    font-size: 24px;
  }
}

.serviceFlow {
  background-color: #f0e1e1;
  padding: 100px 20px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .serviceFlow {
    padding: 60px 20px;
  }
}
.serviceFlow__inner {
  max-width: 964px;
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
  padding: 60px 37px 60px 50px;
  border-radius: 10px;
}
@media screen and (max-width: 599px) {
  .serviceFlow__inner {
    padding: 34px 5px;
  }
}
.serviceFlow__headlineEn {
  font-family: "Oswald";
  font-size: 33px;
  line-height: 40px;
  letter-spacing: 0.08em;
  color: #cb2323;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .serviceFlow__headlineEn {
    font-size: 28px;
  }
}
.serviceFlow__headlineJa {
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0.04em;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  .serviceFlow__headlineJa {
    font-size: 24px;
  }
}
.serviceFlow__figure {
  margin: 60px auto 0 auto;
}
@media screen and (max-width: 599px) {
  .serviceFlow__figure {
    margin: 0 auto;
  }
}
.serviceFlow__step {
  display: flex;
  gap: 50px;
  position: relative;
  margin-top: 86px;
  min-height: 220px;
}
@media screen and (max-width: 599px) {
  .serviceFlow__step {
    margin-top: 0;
    gap: 0;
  }
}
.serviceFlow__infoImage {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 369px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .serviceFlow__infoImage {
    max-width: 100%;
    position: static;
    margin-top: 5px;
  }
}
.serviceFlow__infoHeadline {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
}
@media screen and (max-width: 599px) {
  .serviceFlow__infoHeadline {
    padding-top: 90px;
  }
}
.serviceFlow__infoDescription {
  font-size: 14px;
  line-height: 24px;
  color: #707070;
  max-width: 333px;
  margin-top: 11px;
}
@media screen and (max-width: 1024px) {
  .serviceFlow__infoDescription {
    max-width: 100%;
  }
}
.serviceFlow__line {
  position: relative;
}
.serviceFlow__line--01 {
  color: #a6b0da;
}
.serviceFlow__line--02 {
  color: #b4a6d4;
}
.serviceFlow__line--03 {
  color: #c793c8;
}
.serviceFlow__line--04 {
  color: #e678b8;
}
.serviceFlow__line--05 {
  color: #f965ad;
}
.serviceFlow__line::before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 75%;
  position: absolute;
  left: 10px;
  top: 100px;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .serviceFlow__line::before {
    top: 60px;
    height: calc(75% + 60px);
  }
}
.serviceFlow__line--01::before {
  background: linear-gradient(#a6b0da, #b4a6d4);
}
.serviceFlow__line--02::before {
  background: linear-gradient(#b4a6d4, #c793c8);
}
.serviceFlow__line--03::before {
  background: linear-gradient(#c793c8, #e678b8);
}
.serviceFlow__line--04::before {
  background: linear-gradient(#e678b8, #f965ad);
}
.serviceFlow__line--05::before {
  background: linear-gradient(#f965ad, #f965ad);
}
.serviceFlow__number {
  font-size: 80px;
  font-family: "Oswald";
  line-height: 80px;
}
@media screen and (max-width: 599px) {
  .serviceFlow__number {
    font-size: 40px;
  }
}
.serviceFlow__numberFlow {
  position: absolute;
  font-family: "Oswald";
  background-color: #fff;
  left: 0;
  top: 55px;
  display: inline-block;
  padding: 6px 60px 20px 13px;
  font-size: 17px;
  letter-spacing: 0.08em;
  z-index: 3;
}
@media screen and (max-width: 599px) {
  .serviceFlow__numberFlow {
    font-size: 14px;
    padding: 3px 20px 10px 3px;
  }
}
.serviceFlow__spBr {
  display: none;
}
@media screen and (max-width: 599px) {
  .serviceFlow__spBr {
    display: block;
  }
}

@media screen and (max-width: 599px) {
  .top .serviceFlow__inner {
    padding-right: 10px;
    padding-left: 10px;
  }
  .top .serviceFlow__number {
    font-size: 50px;
    background: #fff;
    position: relative;
    z-index: 2;
  }
  .top .serviceFlow__numberFlow {
    font-size: 16px;
    padding: 3px 20px 10px 3px;
  }
  .top .serviceFlow__info {
    margin-left: -14px;
  }
}
.servicePlan {
  padding: 65px 20px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .servicePlan {
    padding: 30px 20px 65px 20px;
  }
}
.servicePlan__headline {
  font-family: "Noto Sans JP";
  font-weight: 900;
  margin: 8px auto;
  text-align: center;
  font-size: 36px;
  letter-spacing: 0.04em;
  line-height: 56px;
}
@media screen and (max-width: 599px) {
  .servicePlan__headline {
    font-size: 24px;
    line-height: 48px;
  }
}
.servicePlan__headline--red {
  color: #cb2323;
}
.servicePlan__logoImage {
  height: 55px;
}
.servicePlan__image {
  width: 100%;
  max-width: 450px;
  height: auto;
  display: block;
  margin: 50px auto 0 auto;
}
@media screen and (max-width: 599px) {
  .servicePlan__image {
    display: none;
  }
}
.servicePlan__image--sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .servicePlan__image--sp {
    display: block;
    max-width: 80%;
    width: 100%;
    margin: 44px auto 0 auto;
    height: auto;
  }
}
@media screen and (max-width: 599px) {
  .servicePlan__logoImage {
    height: auto;
  }
}
.servicePlan__spBr {
  display: none;
}
@media screen and (max-width: 599px) {
  .servicePlan__spBr {
    display: block;
  }
}

.servicePlanContent {
  margin: 60px auto 0 auto;
}
.servicePlanContent--blue {
  margin-top: 20px;
}
.servicePlanContent__catchCopy {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #71bed4;
  position: relative;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.servicePlanContent__catchCopy--pink {
  color: #f577ae;
}
@media screen and (max-width: 599px) {
  .servicePlanContent__catchCopy--pink {
    text-align: left;
    display: flex;
    gap: 12px;
  }
}
.servicePlanContent__catchCopy--red {
  color: #cb2323;
}
@media screen and (max-width: 599px) {
  .servicePlanContent__catchCopy--red {
    text-align: left;
    display: flex;
    gap: 12px;
  }
}
@media screen and (max-width: 599px) {
  .servicePlanContent__catchCopy {
    font-size: 18px;
  }
}
.servicePlanContent__figure {
  max-width: 964px;
  width: 100%;
  margin: 10px auto 0 auto;
}
.servicePlanContent__content {
  background-color: rgba(113, 190, 212, 0.15);
  padding: 20px 52px 40px 52px;
  border-radius: 0 0 10px 10px;
}
.servicePlanContent__content--pink {
  background-color: rgba(245, 119, 174, 0.15);
}
.servicePlanContent__content--red {
  background-color: rgba(203, 35, 35, 0.15);
}
.servicePlanContent__content--blue {
  background-color: rgba(20, 180, 226, 0.15);
  padding: 30px 20px;
}
.servicePlanContent__content--white {
  background-color: #fff;
  padding: 8px;
  border: solid 4px #cb2323;
}
@media screen and (max-width: 599px) {
  .servicePlanContent__content {
    padding: 20px;
  }
}
.servicePlanContent__headline {
  background-color: #71bed4;
  color: #fff;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 0.04em;
  font-weight: bold;
  padding: 10px;
  border-radius: 10px 10px 0 0;
}
.servicePlanContent__headline--pink {
  background-color: #f577ae;
}
.servicePlanContent__headline--red {
  background-color: #cb2323;
}
.servicePlanContent__headline--red02 {
  background-color: #cb2323;
  font-size: 28px;
}
.servicePlanContent__headline--blue {
  background-color: #14b4e2;
  font-size: 28px;
}
@media screen and (max-width: 599px) {
  .servicePlanContent__headline {
    font-size: 20px;
    padding: 8px;
  }
}
.servicePlanContent__logo {
  max-width: 100px;
  width: 100%;
  height: auto;
  position: absolute;
  left: -110px;
  top: 0;
  z-index: 3;
}
@media screen and (max-width: 599px) {
  .servicePlanContent__logo {
    position: static;
    max-width: 70px;
    height: auto;
  }
}
.servicePlanContent__description {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.04em;
  text-align: left;
}
.servicePlanContent__starImage {
  width: 53px;
  height: auto;
  display: block;
  margin: 30px auto 0 auto;
}
@media screen and (max-width: 599px) {
  .servicePlanContent__starImage {
    margin-top: 20px;
  }
}
.servicePlanContent__recommend {
  margin-top: 10px;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.04em;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: solid 4px #71bed4;
}
.servicePlanContent__recommend--pink {
  border-bottom: solid 4px #f577ae;
}
.servicePlanContent__recommend--red {
  border-bottom: solid 4px #cb2323;
}
@media screen and (max-width: 599px) {
  .servicePlanContent__recommend {
    font-size: 18px;
    line-height: 30px;
  }
}
.servicePlanContent__spBr {
  display: none;
}
@media screen and (max-width: 599px) {
  .servicePlanContent__spBr {
    display: block;
  }
}
.servicePlanContent__recommendList {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .servicePlanContent__recommendList {
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: space-around;
  }
}
.servicePlanContent__image {
  width: 100%;
  height: auto;
}
.servicePlanContent__image--logo {
  margin-bottom: 15px;
  height: 100%;
  max-height: 80px;
  width: auto;
}
.servicePlanContent__imageWrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
}
.servicePlanContent__imageWrapper:first-child {
  border-left: none;
}
.servicePlanContent__imageWrapper--pd20 {
  padding: 20px 5px;
  border-left: 1px solid #efefef;
}
@media screen and (max-width: 599px) {
  .servicePlanContent__imageWrapper {
    max-width: 135px;
    border-left: none;
    margin-bottom: 20px;
  }
}
.servicePlanContent__imageCaption {
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  display: flex;
  align-items: center;
  font-weight: normal;
}
@media screen and (max-width: 599px) {
  .servicePlanContent__imageCaption {
    font-size: 13px;
  }
}
@media screen and (max-width: 599px) {
  .servicePlanContent__pcBr {
    display: none;
  }
}
.servicePlanContent__table {
  width: 100%;
  text-align: center;
  margin: 34px auto 0 auto;
  border-spacing: 0;
  border-collapse: collapse;
  border-radius: 20px;
}
@media screen and (max-width: 599px) {
  .servicePlanContent__table {
    margin-top: 30px;
  }
}
.servicePlanContent__table tbody {
  border-radius: 10px;
}
.servicePlanContent__table th {
  width: 50%;
  padding: 5px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .servicePlanContent__table th {
    width: auto;
  }
}
.servicePlanContent__table tr:first-child th:first-child,
.servicePlanContent__table tr:first-child td:first-child {
  border-top-left-radius: 10px;
}
.servicePlanContent__table tr:first-child th:last-child,
.servicePlanContent__table tr:first-child td:last-child {
  border-top-right-radius: 10px;
}
.servicePlanContent__table tr:last-child th:first-child,
.servicePlanContent__table tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.servicePlanContent__table tr:last-child th:last-child,
.servicePlanContent__table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.servicePlanContent__table tr + tr td {
  border-top: 1px solid #efefef;
}
.servicePlanContent__table tr + tr th {
  border-top: 1px solid #e03f3f;
}
.servicePlanContent__table tr th {
  padding: 10px;
  background-color: #71bed4;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.04em;
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  .servicePlanContent__table tr th {
    font-size: 16px;
  }
}
.servicePlanContent__table tr .servicePlanContent__table--pink {
  background-color: #f577ae;
}
.servicePlanContent__table tr .servicePlanContent__table--red {
  background-color: #cb2323;
}
.servicePlanContent__table tr .bgDeepRed {
  background-color: #95000c;
}
.servicePlanContent__table tr td {
  padding: 10px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #707070;
  background-color: #fff;
  color: #000000;
}
@media screen and (max-width: 599px) {
  .servicePlanContent__table tr td {
    font-size: 16px;
  }
}
.servicePlanContent__table tr td .pd0 {
  padding: 0;
}
.servicePlanContent__table tr td + td {
  border-left: 1px solid #efefef;
}
.servicePlanContent__table tr .servicePlanContent__table-td {
  padding: 0;
}
.servicePlanContent__table tr strong {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #000000;
}

.servicePlanContent__price {
  max-width: 500px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin: 40px auto 0;
  background-color: #fff;
}
.servicePlanContent__price.is-blue {
  border: #71bed4 solid 2px;
}
.servicePlanContent__price.is-pink {
  border: #f577ae solid 2px;
}
.servicePlanContent__price.is-red {
  border: #cb2323 solid 2px;
}
.is-blue .servicePlanContent__price-head {
  background-color: #71bed4;
}
.is-pink .servicePlanContent__price-head {
  background-color: #f577ae;
}
.is-red .servicePlanContent__price-head {
  background-color: #cb2323;
}
.servicePlanContent__price-head p {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 2;
}
.servicePlanContent__price-body {
  padding: 14px;
}
.servicePlanContent__price-campaign {
  background-color: #7ab932;
  border-radius: 5px;
  max-width: 400px;
  width: 100%;
  font-size: 20px;
  color: #fff;
  display: block;
  margin: 0 auto 17px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.05em;
  position: relative;
}

.servicePlanContent__price-campaign:after {
  border: 15px solid transparent;
  border-top-color: #7ab932;
  border-bottom-width: 0;
  bottom: -14px;
  content: "";
  display: block;
  left: 46%;
  position: absolute;
  width: 0;
}

.servicePlanContent__price-campaign-free {
  font-size: 24px !important;
  color: #ffff00;
  font-weight: bold;
}

.servicePlanContent__price-text {
  font-size: 20px;
  font-weight: bold;
  color: #cb2323;
  padding-bottom: 15px;
}

.servicePlanContent__price-marker {
  font-size: 24px;
  background: linear-gradient(transparent 50%, #ffff00 0%);
}

.servicePlanContent__price-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  padding: 0 20px;
}

.servicePlanContent__price-course-blue {
  width: 40%;
  font-size: 20px;
  color: #71bed4;
  font-weight: bold;
  border: 3px solid #71bed4;
  border-radius: 5px;
  padding: 20px 5px;
}

.servicePlanContent__price-course-pink {
  width: 40%;
  font-size: 20px;
  color: #f479ae;
  font-weight: bold;
  border: 3px solid #f479ae;
  border-radius: 5px;
  padding: 20px 5px;
}

.servicePlanContent__price-course-red {
  width: 40%;
  font-size: 20px;
  color: #cb2323;
  font-weight: bold;
  border: 3px solid #cb2323;
  border-radius: 5px;
  padding: 20px 5px;
}

.servicePlanContent__price-total-blue {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #71bed4;
  padding: 5px;
  margin-bottom: 10px;
}

.servicePlanContent__price-total-pink {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #f479ae;
  padding: 5px;
  margin-bottom: 10px;
}

.servicePlanContent__price-total-red {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #cb2323;
  padding: 5px;
  margin-bottom: 10px;
}

.servicePlanContent__price-tax {
  font-size: 14px;
}

.servicePlanContent__price-split {
  font-size: 38px;
  font-weight: bold;
}

.servicePlanContent__price-monthly {
  font-size: 24px;
}

.servicePlanContent__price-splat {
  font-size: 14px;
  vertical-align: bottom;
}

.servicePlanContent__price-comments {
  font-size: 10px;
  text-align: right;
  padding-right: 20px;
}

@media screen and (max-width: 599px) {
  .servicePlanContent__price-box {
    flex-direction: column;
  }
  .servicePlanContent__price-course-blue {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
  }
  .servicePlanContent__price-course-pink {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
  }
  .servicePlanContent__price-course-red {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
  }
  .servicePlanContent__price-main {
    width: 100%;
    padding: 0;
  }
}
.servicePlanContent__price-campaign-yen {
  font-size: 14px;
}
/*
.servicePlanContent__price-campaign strong{
  font-size: 24px;
  color:#FFF500;
}
.servicePlanContent__price-main{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.servicePlanContent__price-main span{
  font-size: 30px;
}
*/

.servicePlanContent__tableCaption {
  margin-top: 10px;
  text-align: left;
  font-size: 13px;
  line-height: 26px;
}

.seniorBnr {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 599px) {
  .seniorBnr img {
    padding: 0 20px;
    width: 100%;
    margin-bottom: 30px;
  }
}

.gym-detail .servicePlanContent__headline--blue {
  text-align: center;
}

.serviceTable {
  text-align: center;
}
@media screen and (max-width: 599px) {
  .serviceTable__tableWrapper {
    max-width: 100%;
    overflow-x: scroll;
  }
  .servicePlanContent__price-campaign {
    max-width: 240px;
    font-size: 14px;
    line-height: 1.5;
    padding: 4px;
    margin: 0 auto 15px;
  }
  .servicePlanContent__price-campaign span {
    font-size: 10px;
  }
  .servicePlanContent__price-campaign strong {
    font-size: 14px;
    color: #fff500;
  }
}
.serviceTable__figure {
  max-width: 1200px;
  width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .serviceTable__figure {
    min-width: 832px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  .serviceTable__figure--pc {
    display: none;
  }
}
.serviceTable__figure--sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .serviceTable__figure--sp {
    display: inline-block;
  }
}
.serviceTable__caution {
  display: none;
}
@media screen and (max-width: 599px) {
  .serviceTable__caution {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 30px auto 24px auto;
  }
}
.serviceTable table {
  margin: 40px auto 0 auto;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
  border-spacing: 0;
  border-collapse: collapse;
  border-radius: 20px;
}
.serviceTable table tbody {
  border-radius: 20px;
}
.serviceTable table th {
  padding: 20px;
  text-align: center;
}
.serviceTable table tr:first-child th:first-child,
.serviceTable table tr:first-child td:first-child {
  border-radius: 20px 0 0 0;
}
.serviceTable table tr:first-child th:last-child,
.serviceTable table tr:first-child td:last-child {
  border-radius: 0 20px 0 0;
}
.serviceTable table tr:last-child th:first-child,
.serviceTable table tr:last-child td:first-child {
  border-radius: 0 0 0 20px;
}
.serviceTable table tr:last-child th:last-child,
.serviceTable table tr:last-child td:last-child {
  border-radius: 0 0 20px 0;
}
.serviceTable table tr + tr td {
  border-top: 1px solid #efefef;
}
.serviceTable table tr + tr th {
  border-top: 1px solid #e03f3f;
}
.serviceTable table tr th {
  background-color: #cb2323;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.04em;
  vertical-align: middle;
  width: 180px;
  min-width: 180px;
}
.serviceTable table tr .bgDeepRed {
  background-color: #95000c;
}
.serviceTable table tr td {
  padding: 20px;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 17px;
  color: #707070;
  width: 180px;
  min-width: 180px;
}
.serviceTable table tr td + td {
  border-left: 1px solid #efefef;
}
.serviceTable table tr strong {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #000000;
}
.serviceTable__headline {
  max-width: 1200px;
  width: 100%;
  margin: 60px auto;
  font-size: 28px;
  line-height: 51px;
  font-weight: bold;
  letter-spacing: 0.04em;
  position: relative;
}
@media screen and (max-width: 599px) {
  .serviceTable__headline {
    font-size: 24px;
  }
}
.serviceTable__headline::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #cb2323;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .serviceTable__headline::before {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .serviceTable__headline {
    margin: 0 auto;
  }
}
.serviceTable__headlineInner {
  padding: 0 20px;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background-color: #fff;
  z-index: 3;
}

@media screen and (max-width: 599px) {
  .about .serviceTable__tableWrapper {
    overflow-x: scroll;
    scrollbar-width: none;
    padding-right: 20px;
    max-width: 110%;
    width: 110%;
    margin-left: -5%;
    padding: 60px 0 70px;
    position: relative;
    top: -40px;
  }
  .about .serviceTable__tableWrapper::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .about .serviceTable__figure {
    min-width: 584px;
  }
}
.about .serviceTable__caution {
  width: calc(100% - 36px);
  position: relative;
  margin: 40px auto 0;
  height: 36px;
  pointer-events: none;
}
.about .serviceTable__caution--bottom {
  margin: 0 auto;
  top: -64px;
}
.about .serviceTable__caution::before {
  content: "";
  position: absolute;
  border-radius: 10px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 4px;
  background: #95000c;
  width: 100%;
}
.about .serviceTable__caution > p {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #626262;
  position: relative;
  top: -26px;
  font-weight: 500;
}
.about .serviceTable__cautionIcon {
  width: 36px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transform: translate(-50%, 0px);
}

@media screen and (max-width: 599px) {
  .top .serviceTable__tableWrapper {
    overflow-x: scroll;
    scrollbar-width: none;
    max-width: 110%;
    width: 110%;
    margin-left: -5%;
    padding: 60px 0 70px;
    position: relative;
    top: -40px;
  }
  .service.serviceTable__tableWrapper {
    overflow-x: scroll;
    scrollbar-width: none;
    max-width: 110%;
    width: 110%;
    margin-left: -5%;
    padding: 60px 0 70px;
    position: relative;
    top: -40px;
  }
  .top .is-front .serviceTable__tableWrapper {
    overflow-x: unset;
    scrollbar-width: none;
    max-width: 100%;
    width: 100%;
    margin-left: 0%;
    padding: 0 0 40px;
    position: relative;
    top: 0;
  }
  .service.serviceTable__tableWrapper {
    overflow-x: unset;
    scrollbar-width: none;
    max-width: 100%;
    width: 100%;
    margin-left: 0%;
    padding: 0 0 40px;
    position: relative;
    top: 0;
  }
  .top .serviceTable__tableWrapper::-webkit-scrollbar {
    display: none;
  }
  .service .serviceTable__tableWrapper {
    max-width: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .service .serviceTable__tableWrapper img {
    width: 100%;
    min-width: 100%;
    padding: 60px 20px 40px;
  }
}
@media screen and (max-width: 599px) {
  .top .serviceTable__figure {
    min-width: 684px;
    padding: 0 20px 0;
  }
  .top .is-front .serviceTable__figure {
    min-width: 100%;
    padding: 0;
  }
  .serviceTable.is-front.service {
    width: 100%;
  }
}
.top .serviceTable__caution {
  width: calc(100% - 36px);
  position: relative;
  margin: 40px auto 0;
  height: 36px;
  pointer-events: none;
}
.top .is-front .serviceTable__caution {
  display: none;
}
.top .serviceTable__caution--bottom {
  margin: 0 auto;
  top: -88px;
}
.top .serviceTable__caution::before {
  content: "";
  position: absolute;
  border-radius: 10px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 4px;
  background: #95000c;
  width: 100%;
}
.top .serviceTable__caution > p {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #626262;
  position: relative;
  top: -26px;
  font-weight: 500;
}
.top .serviceTable__caution > p.bottom {
  top: 50px;
}
.top .serviceTable__cautionIcon {
  width: 36px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transform: translate(-50%, 0px);
}

@media screen and (max-width: 599px) {
  .gym-detail .serviceTable__tableWrapper {
    padding: 60px 20px 70px;
  }
}

.serviceVirus {
  text-align: center;
  padding: 89px 20px 80px 20px;
}
@media screen and (max-width: 599px) {
  .serviceVirus {
    padding: 45px 20px 40px 20px;
  }
}
.serviceVirus__headline {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #14b4e2;
}
@media screen and (max-width: 599px) {
  .serviceVirus__headline {
    font-size: 20px;
  }
}
.serviceVirus__content {
  display: flex;
  gap: 35px;
}
@media screen and (max-width: 599px) {
  .serviceVirus__content {
    flex-wrap: wrap;
  }
}
.serviceVirus__contentLeft {
  max-width: 334px;
}
@media screen and (max-width: 599px) {
  .serviceVirus__contentLeft {
    max-width: 100%;
    width: 100%;
  }
}
.serviceVirus__image {
  width: 100%;
  height: auto;
}
.serviceVirus__contentRight {
  text-align: left;
}
@media screen and (max-width: 599px) {
  .serviceVirus__pcBr {
    display: none;
  }
}
.serviceVirus__spBr {
  display: none;
}
@media screen and (max-width: 599px) {
  .serviceVirus__spBr {
    display: block;
  }
}
.serviceVirus__content01 {
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0.04em;
  font-weight: bold;
}
.serviceVirus__content01--red {
  color: #cb2323;
}
.serviceVirus__content02 {
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 599px) {
  .serviceVirus__content02 {
    font-size: 24px;
    justify-content: center;
  }
}
.serviceVirus__logoImage {
  width: 125px;
  height: auto;
}
@media screen and (max-width: 599px) {
  .serviceVirus__logoImage {
    width: 86px;
  }
}
.serviceVirus__content03 {
  margin-top: 30px;
  font-size: 24px;
  line-height: 48px;
  letter-spacing: 0.04em;
  font-weight: bold;
}
.serviceVirus__content03--strong {
  color: #cb2323;
  position: relative;
  z-index: 3;
  background: linear-gradient(transparent 70%, #ffeb00 70%);
}
@media screen and (max-width: 599px) {
  .serviceVirus__content03 {
    font-size: 20px;
    line-height: 31px;
    text-align: center;
  }
}
.serviceVirus__content04 {
  margin-top: 6px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: #707070;
}
@media screen and (max-width: 599px) {
  .serviceVirus__content04 {
    margin-top: 20px;
  }
}
.serviceVirus__openClose {
  font-size: 24px;
  line-height: 48px;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #cb2323;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .serviceVirus__openClose {
    font-size: 20px;
    line-height: 28px;
  }
}
.serviceVirus__openCloseFigure {
  /*margin-top: 20px;*/
  margin-top: 0px;
  padding: 40px 0 40px;
}
.serviceVirus__openCloseFigureUpper {
  padding: 10px;
  line-height: 20px;
  text-align: center;
}
.serviceVirus__openCloseFigureLower {
  padding: 8px;
}

.top .serviceVirus__logoImage {
  width: 125px;
}
@media screen and (max-width: 599px) {
  .top .serviceVirus__logoImage {
    width: 86px;
  }
}

.service_seniorBnr {
  display: flex;
  justify-content: center;
}

.service_seniorBnr img {
  margin: 30px 0;
}

@media screen and (max-width: 599px) {
  .service_seniorBnr img {
    padding: 0 20px;
    width: 100%;
  }
}

.sidebar {
  min-width: 290px;
}
.sidebar__headline {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 10px;
  background-image: linear-gradient(to right, #a5b2db, #ff61aa);
  border-radius: 10px 10px 0 0;
}
.sidebar__cardList {
  padding: 20px 10px;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .campaign-single .sidebar {
    min-width: auto;
    width: 100%;
    max-width: 810px;
  }
}

/*==================================================
スライダーのためのcss
===================================*/
.slider {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 100%;
  margin: 30px auto;
}

.slider img {
  width: 100%;
  /*スライダー内の画像を横幅100%に*/
  height: auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
  margin: 0 0px;
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute;
  /*絶対配置にする*/
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  z-index: 3;
}
.slick-prev::before,
.slick-next::before {
  display: block;
  content: "";
  width: 52px;
  height: 52px;
  outline: solid 3px #000000;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  left: -18px;
  background-color: #fff;
  z-index: 3;
}
@media screen and (max-width: 599px) {
  .slick-prev::before,
  .slick-next::before {
    width: 30px;
    height: 30px;
  }
}
.slick-prev::after,
.slick-next::after {
  display: block;
  content: "";
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  border-top: 4px solid #000000;
  /*矢印の色*/
  border-right: 4px solid #000000;
  /*矢印の色*/
  height: 15px;
  width: 15px;
  position: absolute;
  z-index: 5;
}
@media screen and (max-width: 599px) {
  .slick-prev::after,
  .slick-next::after {
    top: -9px;
    left: -9px;
    border-top: 2px solid #000000;
    /*矢印の色*/
    border-right: 2px solid #000000;
    /*矢印の色*/
    height: 10px;
    width: 10px;
  }
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: 0%;
  transform: rotate(-135deg);
  top: 52%;
}
@media screen and (max-width: 599px) {
  .slick-prev {
    top: 45%;
  }
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: 0%;
  transform: rotate(45deg);
  top: 47%;
}
@media screen and (max-width: 599px) {
  .slick-next {
    top: 51%;
    right: 5%;
  }
}

/*ドットナビゲーションの設定*/
.slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}

.slick-dots li {
  display: none;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  /*ドットボタンのサイズ*/
  height: 8px;
  /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc;
  /*ドットボタンの色*/
}

.slick-dots .slick-active button {
  background: #333;
  /*ドットボタンの現在地表示の色*/
}

.slider01-dots.slick-dots {
  display: flex;
  justify-content: center;
}
.slider01-dots.slick-dots li {
  width: 10px;
  margin: 0 8px;
  display: block;
}
.slider01-dots.slick-dots li button {
  outline: 3px solid transparent;
  background: #d1d1d1;
  width: 10px;
  height: 10px;
}
.slider01-dots.slick-dots li.slick-active button {
  outline: 3px solid rgba(188, 0, 0, 0.14);
  background: #bc0000;
}

/*==================================================
スライダーのためのcss
===================================*/
.facility_slider01 {
  width: 100%;
  margin: 30px auto;
}
@media screen and (max-width: 599px) {
  .facility_slider01 {
    display: none;
  }
}
.facility_slider01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.facility_slider01 .facility_slider01 .slick-slide {
  margin: 0 0px;
}
.facility_slider01 .slick-prev,
.facility_slider01 .slick-next {
  display: none;
}
.facility_slider01 .slick-track {
  display: flex;
}
.facility_slider01 .slick-slide {
  height: auto !important;
}
@media screen and (max-width: 1024px) {
  .facility_slider01 .slick-slide {
    padding: 0 20px;
  }
}

.facility_slider02 {
  width: 100%;
  margin: 30px auto;
}
.facility_slider02 .slick-track {
  display: flex;
}
.facility_slider02 .slick-slide {
  margin: 0;
  height: auto !important;
  padding: 0 20px;
}
.facility_slider02 img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 599px) {
  .facility_slider02 img {
    height: 164px;
  }
}
.facility_slider02 .facility_slider02__description {
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 0.04em;
  color: #707070;
  text-align: left;
  margin-top: 12px;
}
.facility_slider02 .slick-prev--mini,
.facility_slider02 .slick-next--mini {
  position: absolute;
  cursor: pointer;
  z-index: 3;
}
.facility_slider02 .slick-prev--mini::before,
.facility_slider02 .slick-next--mini::before {
  display: block;
  content: "";
  width: 54px;
  height: 54px;
  border: solid 3px #000000;
  outline: none !important;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  left: -18px;
  background-color: #fff;
  z-index: 3;
}
@media screen and (max-width: 599px) {
  .facility_slider02 .slick-prev--mini::before,
  .facility_slider02 .slick-next--mini::before {
    border: solid 2px #000000;
    width: 32px;
    height: 32px;
  }
}
.facility_slider02 .slick-prev--mini::after,
.facility_slider02 .slick-next--mini::after {
  display: block;
  content: "";
  outline: none;
  border-top: 4px solid #000000;
  border-right: 4px solid #000000;
  height: 15px;
  width: 15px;
  position: absolute;
  z-index: 5;
  right: -15px;
}
@media screen and (max-width: 599px) {
  .facility_slider02 .slick-prev--mini::after,
  .facility_slider02 .slick-next--mini::after {
    top: -8px;
    left: -9px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    height: 10px;
    width: 10px;
    right: auto;
  }
}
.facility_slider02 .slick-prev--mini .slick-prev--mini,
.facility_slider02 .slick-next--mini .slick-prev--mini {
  left: 0%;
  transform: rotate(-135deg);
  top: 40%;
}
@media screen and (max-width: 599px) {
  .facility_slider02 .slick-prev--mini .slick-prev--mini,
  .facility_slider02 .slick-next--mini .slick-prev--mini {
    top: 37%;
  }
}
.facility_slider02 .slick-prev--mini .slick-next--mini,
.facility_slider02 .slick-next--mini .slick-next--mini {
  right: 0%;
  transform: rotate(45deg);
  top: 33%;
}
@media screen and (max-width: 599px) {
  .facility_slider02 .slick-prev--mini .slick-next--mini,
  .facility_slider02 .slick-next--mini .slick-next--mini {
    top: 39%;
  }
}
.facility_slider02 .slick-prev--mini .slick-dots,
.facility_slider02 .slick-next--mini .slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}
.facility_slider02 .slick-prev--mini .slick-dots li,
.facility_slider02 .slick-next--mini .slick-dots li {
  display: none;
}
.facility_slider02 .slick-prev--mini .slick-dots button,
.facility_slider02 .slick-next--mini .slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  /*ドットボタンのサイズ*/
  height: 8px;
  /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc;
  /*ドットボタンの色*/
}
.facility_slider02 .slick-prev--mini .slick-dots .slick-active button,
.facility_slider02 .slick-next--mini .slick-dots .slick-active button {
  background: #333;
  /*ドットボタンの現在地表示の色*/
}
@media screen and (max-width: 599px) {
  .facility_slider02 .slick-next--mini {
    top: 39.7%;
  }
}

/*==================================================
スライダーのためのcss
===================================*/
.sliderMicro {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 100%;
  margin: 30px auto;
}

.sliderMicro img {
  width: 100%; /*スライダー内の画像を横幅100%に*/
  height: auto;
}

.sliderMicro__description {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 12px;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.sliderMicro .slick-slide {
  margin: 0 10px;
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev--micro,
.slick-next--micro {
  position: absolute; /*絶対配置にする*/
  cursor: pointer; /*マウスカーソルを指マークに*/
  z-index: 3;
}
.slick-prev--micro::before,
.slick-next--micro::before {
  display: block;
  content: "";
  width: 52px;
  height: 52px;
  outline: solid 3px #000000;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  left: -18px;
  background-color: #fff;
  z-index: 3;
}
@media screen and (max-width: 599px) {
  .slick-prev--micro::before,
  .slick-next--micro::before {
    width: 30px;
    height: 30px;
  }
}
.slick-prev--micro::after,
.slick-next--micro::after {
  display: block;
  content: "";
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 4px solid #000000; /*矢印の色*/
  border-right: 4px solid #000000; /*矢印の色*/
  height: 15px;
  width: 15px;
  position: absolute;
  z-index: 5;
}
@media screen and (max-width: 599px) {
  .slick-prev--micro::after,
  .slick-next--micro::after {
    top: -9px;
    left: -9px;
    border-top: 2px solid #000000; /*矢印の色*/
    border-right: 2px solid #000000; /*矢印の色*/
    height: 10px;
    width: 10px;
  }
}

.slick-prev--micro {
  /*戻る矢印の位置と形状*/
  left: 3%;
  transform: rotate(-135deg);
  top: 40%;
}
@media screen and (max-width: 599px) {
  .slick-prev--micro {
    top: 37%;
  }
}

.slick-next--micro {
  /*次へ矢印の位置と形状*/
  right: 3%;
  transform: rotate(45deg);
  top: 33%;
}
@media screen and (max-width: 599px) {
  .slick-next--micro {
    top: 42%;
  }
}

/*ドットナビゲーションの設定*/
.slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}

.slick-dots li {
  display: none;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /*ドットボタンのサイズ*/
  height: 8px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc; /*ドットボタンの色*/
}

.slick-dots .slick-active button {
  background: #333; /*ドットボタンの現在地表示の色*/
}

/*==================================================
スライダーのためのcss
===================================*/
.sliderMini {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 100%;
  margin: 30px auto;
}

.sliderMini img {
  width: 100%; /*スライダー内の画像を横幅100%に*/
  height: auto;
}

.facility-sliderMini.sliderMini img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 599px) {
  .facility-sliderMini.sliderMini img {
    height: 164px;
  }
}

.sliderMini__description {
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 0.04em;
  color: #707070;
  text-align: left;
  margin-top: 12px;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.sliderMini .slick-slide {
  margin: 0 20px;
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev--mini,
.slick-next--mini {
  position: absolute; /*絶対配置にする*/
  cursor: pointer; /*マウスカーソルを指マークに*/
  z-index: 3;
}
.slick-prev--mini::before,
.slick-next--mini::before {
  display: block;
  content: "";
  width: 52px;
  height: 52px;
  outline: solid 3px #000000;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  left: -18px;
  background-color: #fff;
  z-index: 3;
}
@media screen and (max-width: 599px) {
  .slick-prev--mini::before,
  .slick-next--mini::before {
    width: 30px;
    height: 30px;
  }
}
.slick-prev--mini::after,
.slick-next--mini::after {
  display: block;
  content: "";
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 4px solid #000000; /*矢印の色*/
  border-right: 4px solid #000000; /*矢印の色*/
  height: 15px;
  width: 15px;
  position: absolute;
  z-index: 5;
}
@media screen and (max-width: 599px) {
  .slick-prev--mini::after,
  .slick-next--mini::after {
    top: -9px;
    left: -9px;
    border-top: 2px solid #000000; /*矢印の色*/
    border-right: 2px solid #000000; /*矢印の色*/
    height: 10px;
    width: 10px;
  }
}

.slick-prev--mini {
  /*戻る矢印の位置と形状*/
  left: 0%;
  transform: rotate(-135deg);
  top: 40%;
}
@media screen and (max-width: 599px) {
  .slick-prev--mini {
    top: 37%;
  }
}

.slick-next--mini {
  /*次へ矢印の位置と形状*/
  right: 0%;
  transform: rotate(45deg);
  top: 33%;
}
@media screen and (max-width: 599px) {
  .slick-next--mini {
    top: 42%;
  }
}

/*ドットナビゲーションの設定*/
.slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}

.slick-dots li {
  display: none;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /*ドットボタンのサイズ*/
  height: 8px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc; /*ドットボタンの色*/
}

.slick-dots .slick-active button {
  background: #333; /*ドットボタンの現在地表示の色*/
}

.spContactButton {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: solid 2px #fff;
}
.spContactButton--green {
  background-image: linear-gradient(to bottom, #06c755, #008637);
}
.spContactButton--orange {
  background-image: linear-gradient(to bottom, #dd7f00, #b44f06);
}
.spContactButton:hover {
  opacity: 0.8;
}

.student {
  padding: 80px 20px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 50px;
  max-width: 1040px;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .student {
    padding: 40px 20px;
  }
}
.student__article {
  max-width: 457px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 599px) {
  .student__article {
    box-shadow: none;
  }
}
.student__text {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 24px;
  padding: 20px 40px;
}
@media screen and (max-width: 599px) {
  .student__text {
    padding: 20px 0 0;
  }
}
.student__image {
  width: 100%;
}

.top .student__image {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media screen and (max-width: 599px) {
  .top .student__image {
    height: 220px;
  }
}

.top .student__article {
  overflow: hidden;
  background: #fff;
}
@media screen and (max-width: 599px) {
  .top .student__text {
    padding: 20px;
  }
}
@media screen and (max-width: 599px) {
  .top .review--google {
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 599px) {
  .top .review--google .review__headline {
    padding: 0 10px;
  }
}
@media screen and (max-width: 599px) {
  .top .review--google .review__comment,
  .top .review--google .review__commentLink {
    font-size: 12px;
  }
}
@media screen and (max-width: 599px) {
  .top .review--google .review__item {
    padding: 20px;
  }
}
@media screen and (max-width: 599px) {
  .top .review--google .review__button {
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .top .review__inner {
    width: calc(100% - 40px);
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;
    overflow: hidden;
    padding: 40px 10px;
  }
}

.trainingResult {
  width: 100%;
  max-width: 964px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 0 40px 0 0;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  max-height: 620px;
}
@media screen and (max-width: 599px) {
  .trainingResult {
    flex-wrap: wrap;
    padding: 30px 0;
    align-items: center;
    justify-content: center;
    max-height: none;
    box-shadow: none;
    background-color: #f8f8f8;
  }
}
.trainingResult--reverse {
  flex-direction: row-reverse;
  padding: 0 0 0 40px;
}
@media screen and (max-width: 599px) {
  .trainingResult--reverse {
    padding: 0;
  }
}
.trainingResult__imageWrapper {
  max-width: 502px;
}
.trainingResult__image {
  width: 100%;
  height: auto;
}
.trainingResult__image02 {
  width: 100%;
  height: auto;
}
.trainingResult__info {
  max-width: 402px;
}
@media screen and (max-width: 1024px) {
  .trainingResult__info {
    max-width: 300px;
  }
}
@media screen and (max-width: 599px) {
  .trainingResult__info {
    max-width: calc(100% - 40px);
  }
}
.trainingResult__headline {
  font-size: 24px;
  color: #cb2323;
  line-height: 40px;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin-top: 30px;
}
@media screen and (max-width: 599px) {
  .trainingResult__headline {
    font-size: 18px;
    margin-top: 0;
  }
}
.trainingResult__description {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.04em;
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .trainingResult__description {
    margin-top: 10px;
    line-height: 26px;
  }
}
.trainingResult__image02 {
  display: block;
  width: 100%;
}

.articleList {
  display: flex;
  flex-wrap: wrap;
}
.articleList__article {
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  position: relative;
  padding-bottom: 35px;
}
@media screen and (max-width: 599px) {
  .articleList__article {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 599px) {
  .articleList__article {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    margin-right: 0;
  }
}
.articleList__article:nth-child(3n) {
  margin-right: 0;
}
.articleList__article:nth-child(n + 4) {
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .articleList__article:not(:first-child) {
    margin-top: 40px;
  }
}
.articleList__article:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.articleList__image {
  width: 100%;
  aspect-ratio: 575/323;
  position: relative;
}
.articleList__image img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
@media screen and (max-width: 599px) {
  .articleList__image img {
    border-radius: 10px 10px 0 0;
  }
}
.articleList__texts {
  margin-top: 29px;
}
@media screen and (max-width: 599px) {
  .articleList__texts {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 22px;
  }
}
.articleList__date {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #cb2323;
  letter-spacing: 0.04em;
}
.articleList__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: 0.04em;
  margin-top: 12px;
}
@media screen and (max-width: 599px) {
  .articleList__title {
    font-size: 16px;
    line-height: 1.63;
    margin-top: 14px;
  }
}
.articleList__update {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #707070;
  letter-spacing: 0.04em;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 599px) {
  .articleList__update {
    position: static;
    text-align: right;
    margin-top: 8px;
  }
}

.campaign .articleList__article {
  width: calc((100% - 57px) / 2);
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  margin-right: 40px;
  padding: 0;
}
@media screen and (max-width: 599px) {
  .campaign .articleList__article {
    width: 100%;
    margin-right: 0;
  }
}
.campaign .articleList__article:nth-child(2n) {
  margin-right: 0;
}
.campaign .articleList__article:nth-child(3n) {
  margin-right: 57px;
}
@media screen and (max-width: 599px) {
  .campaign .articleList__article:nth-child(3n) {
    margin-right: 0;
  }
}
.campaign .articleList__article:nth-child(n + 3) {
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .campaign .articleList__article:nth-child(n + 3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 599px) {
  .campaign .articleList__article:nth-child(n + 2) {
    margin-top: 40px;
  }
}
.campaign .articleList__image img {
  border-radius: 0;
}
.campaign .articleList__texts {
  padding: 0 20px 40px;
}
@media screen and (max-width: 599px) {
  .campaign .articleList__texts {
    padding: 0 20px 20px;
  }
}
.campaign .articleList__update {
  right: 20px;
  bottom: 20px;
}
@media screen and (max-width: 599px) {
  .campaign .articleList__update {
    right: 10px;
  }
}

.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.pagination .page-numbers:not(.dots) {
  font-family: "Oswald-Medium", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #707070;
  letter-spacing: 0.04em;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #707070;
}
.pagination .page-numbers:not(.dots):hover {
  border: 1px solid #cb2323;
  background-color: #cb2323;
  color: #fff;
  transition: 0.3s;
}
.pagination .page-numbers:not(:first-child) {
  margin-left: 12px;
}
.pagination .page-numbers.dots {
  margin-left: 5px;
}
.pagination .page-numbers.dots + .page-numbers {
  margin-left: 5px;
}
.pagination .page-numbers.current {
  border: 1px solid #cb2323;
  background-color: #cb2323;
  color: #fff;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  position: relative;
}
.pagination .page-numbers.prev::after,
.pagination .page-numbers.next::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  color: #707070;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.pagination .page-numbers.prev:hover::after,
.pagination .page-numbers.next:hover::after {
  color: #fff;
}
.pagination .page-numbers.prev::after {
  content: "\f053";
}
.pagination .page-numbers.next {
  content: "\f054";
}
.top_difference__list-txt-sp-hide {
  display: block;
}
@media screen and (max-width: 599px) {
  .pagination .page-numbers.hidden-sp {
    display: none;
  }
}
.pagination i {
  font-size: 12px;
}

.pagination.hidden-pc {
  display: none;
}
@media screen and (max-width: 1024px) {
  .pagination.hidden-pc {
    display: block;
  }
  .top_difference__list-txt-sp-hide {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .pagination.hidden-sp {
    display: none;
  }
}

.telephoneReception__heading {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.43;
  color: #fff;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #cb2323;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 599px) {
  .telephoneReception__heading {
    font-size: 17px;
    line-height: 1.47;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
.telephoneReception__content {
  border: 4px solid #cb2323;
  border-radius: 0 0 10px 10px;
  padding: 34px 20px 27px;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .telephoneReception__content {
    padding: 28px 20px 23px;
  }
}
.telephoneReception__phone {
  display: flex;
  justify-content: center;
  align-items: center;
}
.telephoneReception__phone img {
  width: 30px;
  height: 30px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 23px;
}
@media screen and (max-width: 599px) {
  .telephoneReception__phone img {
    width: 20px;
    height: 20px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 15px;
  }
}
.telephoneReception__phone span {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 44px;
  color: #cb2323;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 599px) {
  .telephoneReception__phone span {
    font-size: 26px;
  }
}
.telephoneReception__time {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: #cb2323;
  text-align: center;
  margin-top: 12px;
}

.form {
  /* 名前・フリガナ・年齢・メールアドレス・電話番号 */
  /* 店舗 */
  /* 希望日時 */
  /* 業務形態 */
  /* 履歴書 */
  /* ご相談内容 */
  /* プライバシーポリシー同意 */
  /* 送信ボタン */
}
.form__heading {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.43;
  color: #fff;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #ff8227;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 599px) {
  .form__heading {
    font-size: 17px;
    line-height: 1.47;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
.form__heading--gray {
  background-color: #707070;
}
.form__heading--pink {
  background-color: #ed9595;
}
.form__content {
  border: 4px solid #ff8227;
  border-radius: 0 0 10px 10px;
  padding: 20px 36px 35px;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .form__content {
    padding: 20px 16px 36px;
  }
}
.form__content--gray {
  border: 4px solid #707070;
}
.form__content--pink {
  border: 4px solid #ed9595;
}
.form__item {
  padding-top: 19px;
  padding-bottom: 19px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .form__item {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.form__item:not(:first-child) {
  border-top: 1px dotted #707070;
}
@media screen and (max-width: 599px) {
  .form__item:not(:first-child) {
    border-top: none;
  }
}
.form__item dt {
  font-weight: 700;
  font-size: 20px;
  color: #707070;
  line-height: 1.5;
  text-align: left;
  width: 200px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .form__item dt {
    width: 100%;
    padding-left: 50px;
  }
}
.form__item dd {
  width: calc(100% - 200px - 48px);
}
@media screen and (max-width: 599px) {
  .form__item dd {
    width: 100%;
    margin-top: 13px;
  }
}
.form__item--store {
  padding-top: 27px;
  padding-bottom: 16px;
  align-items: flex-start;
}
@media screen and (max-width: 599px) {
  .form__item--store {
    padding-top: 12px;
    padding-bottom: 6px;
  }
}
.form__item--store dd {
  padding-top: 3px;
}
@media screen and (max-width: 599px) {
  .form__item--store dd {
    width: 100%;
  }
}
.form__item--date {
  display: block;
}
@media screen and (max-width: 599px) {
  .form__item--date dt {
    padding-left: 0;
  }
}
.form__item--date dd {
  width: calc(100% - 200px - 10px);
}
@media screen and (max-width: 599px) {
  .form__item--date dd {
    width: 100%;
    margin-top: 14px;
  }
}
.form__item--contract-type {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .form__item--contract-type {
    padding-top: 8px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 599px) {
  .form__item--contract-type dd {
    margin-top: 20px;
  }
}
.form__item--resume {
  align-items: flex-start;
  padding-bottom: 22px;
}
@media screen and (max-width: 599px) {
  .form__item--resume {
    padding-bottom: 12px;
  }
}
.form__item--resume dt {
  margin-top: 10px;
}
.form__item--datail {
  align-items: flex-start;
  padding-bottom: 0;
}
@media screen and (max-width: 599px) {
  .form__item--datail {
    padding-top: 5px;
  }
}
.form__item--datail dd {
  width: calc(100% - 200px - 10px);
}
@media screen and (max-width: 599px) {
  .form__item--datail dd {
    width: 100%;
  }
}
.form__item--datail-wide {
  align-items: flex-start;
  padding-bottom: 0;
}
@media screen and (max-width: 599px) {
  .form__item--datail-wide {
    padding-top: 10px;
  }
}
.form__item--datail-wide dt {
  width: 160px;
}
@media screen and (max-width: 599px) {
  .form__item--datail-wide dt {
    padding-left: 0;
  }
}
.form__item--datail-wide dd {
  width: calc(100% - 160px);
}
@media screen and (max-width: 599px) {
  .form__item--datail-wide dd {
    width: 100%;
  }
}
.form__item--detail-narrow {
  align-items: flex-start;
}
.form__required,
.form__any {
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 40px;
}
@media screen and (max-width: 599px) {
  .form__required,
  .form__any {
    left: 0;
  }
}
.form__required.hidden-pc,
.form__any.hidden-pc {
  display: none;
}
@media screen and (max-width: 599px) {
  .form__required.hidden-pc,
  .form__any.hidden-pc {
    display: block;
    position: static;
  }
}
@media screen and (max-width: 599px) {
  .form__required.hidden-sp,
  .form__any.hidden-sp {
    display: none;
  }
}
.form__required {
  background-color: #cb2323;
}
.form__any {
  background-color: #707070;
}
.form__name,
.form__kana,
.form__age,
.form__email,
.form__email02,
.form__phone,
.form__detail {
  width: 100%;
  border: 1px solid #d6d6d6;
  padding: 13px 19px;
}
@media screen and (max-width: 599px) {
  .form__name,
  .form__kana,
  .form__age,
  .form__email,
  .form__email02,
  .form__phone,
  .form__detail {
    padding: 8px 9px;
  }
}
.form__name::-moz-placeholder,
.form__kana::-moz-placeholder,
.form__age::-moz-placeholder,
.form__email::-moz-placeholder,
.form__email02::-moz-placeholder,
.form__phone::-moz-placeholder,
.form__detail::-moz-placeholder {
  font-weight: 300;
  font-size: 14px;
  color: #cccccc;
  line-height: 2.14;
  letter-spacing: 0.02em;
}
.form__name:-ms-input-placeholder,
.form__kana:-ms-input-placeholder,
.form__age:-ms-input-placeholder,
.form__email:-ms-input-placeholder,
.form__email02:-ms-input-placeholder,
.form__phone:-ms-input-placeholder,
.form__detail:-ms-input-placeholder {
  font-weight: 300;
  font-size: 14px;
  color: #cccccc;
  line-height: 2.14;
  letter-spacing: 0.02em;
}
.form__name::placeholder,
.form__kana::placeholder,
.form__age::placeholder,
.form__email::placeholder,
.form__email02::placeholder,
.form__phone::placeholder,
.form__detail::placeholder {
  font-weight: 300;
  font-size: 14px;
  color: #cccccc;
  line-height: 2.14;
  letter-spacing: 0.02em;
}
.form__store p {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.2em;
  margin-bottom: 7px;
}
.form__store p:not(:first-child) {
  margin-top: 17px;
}
@media screen and (max-width: 599px) {
  .form__store p:not(:first-child) {
    margin-top: 18px;
  }
}
.form__store .wpcf7-list-item {
  margin-left: 0;
}
.form__store .wpcf7-list-item-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 2.3;
  display: inline-block;
  padding-left: 27px;
  position: relative;
  margin-right: 16px;
}
.form__store .wpcf7-list-item-label::before,
.form__store .wpcf7-list-item-label::after {
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(calc(-50% + 2px));
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.form__store .wpcf7-list-item-label::before {
  background-image: url("../images/checkbox.svg");
}
.form__store .wpcf7-list-item-label::after {
  background-image: url("../images/check.svg");
  display: none;
}
.form__store input {
  display: none;
}
.form__store input:checked + .wpcf7-list-item-label::before {
  display: none;
}
.form__store input:checked + .wpcf7-list-item-label::after {
  display: block;
}
.form__store-area01 .wpcf7-not-valid-tip,
.form__store-area02 .wpcf7-not-valid-tip {
  display: none;
}
.form__date-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .form__date-item {
    display: block;
  }
}
.form__date-item:nth-child(2) {
  margin-top: 18px;
}
@media screen and (max-width: 599px) {
  .form__date-item:nth-child(2) {
    margin-top: 15px;
  }
}
.form__date-label span:nth-child(1) {
  color: #fff;
  background-color: #000000;
  display: inline-block;
  width: 140px;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
}
@media screen and (max-width: 599px) {
  .form__date-label span:nth-child(1) {
    width: 100%;
  }
}
.form__date-selects {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.form__date-selects select {
  font-weight: 500;
  font-size: 14px;
  color: #707070;
  width: 100%;
  border: 1px solid #ced4da;
  background-color: #f8f8f8;
  border-radius: 4px;
  padding: 5px 8px;
}
@media screen and (max-width: 599px) {
  .form__date-selects select {
    padding: 6px 8px;
  }
}
@media screen and (max-width: 599px) {
  .form__date-selects span.form__required,
  .form__date-selects .form__any {
    margin-left: 0;
    transform: translateY(0%);
    margin-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
.form__select-wrapper {
  position: relative;
}
.form__select-wrapper::after {
  content: "";
  width: 11px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-image: url("../images/arrow02.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.form__select-wrapper select {
  width: 100%;
}
.form__select01 {
  width: 200px;
  margin-right: 10px;
}
.form__select02 {
  width: 75px;
  margin-right: 30px;
}
@media screen and (max-width: 599px) {
  .form__select02 {
    width: 115px;
    margin-right: 0;
  }
}
.form__select03 {
  display: flex;
  align-items: center;
  width: 218px;
}
@media screen and (max-width: 1024px) {
  .form__select03 {
    width: 100%;
    margin-top: 12px;
  }
}
@media screen and (max-width: 599px) {
  .form__select03 {
    margin-left: auto;
    justify-content: flex-end;
  }
}
.form__select03 .calendar-mark {
  width: 22px;
  height: 20px;
  background-image: url("../images/calendar02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.form__select03 span:not(.wpcf7-form-control-wrap) {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.43;
  white-space: nowrap;
  margin-left: 10px;
  margin-right: 10px;
}
.form__select03 select {
  width: 120px;
}
@media screen and (max-width: 599px) {
  .form__select03 select {
    width: 148px;
  }
}
.form__contract-type .wpcf7-list-item-label {
  font-size: 14px;
  font-weight: 500;
  padding-left: 27px;
  margin-right: 45px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .form__contract-type .wpcf7-list-item-label {
    padding-left: 36px;
    margin-right: 36px;
  }
}
.form__contract-type .wpcf7-list-item-label::before,
.form__contract-type .wpcf7-list-item-label::after {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.form__contract-type .wpcf7-list-item-label::before {
  width: 21px;
  height: 21px;
  border: 1px solid #d6d6d6;
  left: 0;
}
@media screen and (max-width: 599px) {
  .form__contract-type .wpcf7-list-item-label::before {
    width: 30px;
    height: 30px;
  }
}
.form__contract-type .wpcf7-list-item-label::after {
  width: 11px;
  height: 11px;
  left: 5px;
}
@media screen and (max-width: 599px) {
  .form__contract-type .wpcf7-list-item-label::after {
    width: 20px;
    height: 20px;
  }
}
.form__contract-type input {
  display: none;
}
.form__contract-type
  input[type="radio"]:checked
  + .wpcf7-list-item-label::before {
  border: 1px solid #cb2323;
}
.form__contract-type
  input[type="radio"]:checked
  + .wpcf7-list-item-label::after {
  background-color: #cb2323;
}
.form__contract-type .wpcf7-list-item {
  margin-left: 0;
}
.form__resume label {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  display: inline-block;
  width: 100%;
  background-color: #dddddd;
  padding: 14px 20px;
  border-radius: 5px;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .form__resume label {
    padding: 11px 10px;
  }
}
.form__resume label:hover {
  opacity: 0.8;
}
.form__resume input {
  display: none;
}
.form__resume p {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0 0.2em;
  color: #5d5d5d;
  margin-top: 12px;
  margin-left: 2px;
}
@media screen and (max-width: 599px) {
  .form__resume p {
    margin-top: 10px;
    margin-left: 0;
  }
}
.form__detail {
  padding: 8px 19px;
  height: 200px;
}
@media screen and (max-width: 599px) {
  .form__detail {
    padding: 5px 9px;
    height: 140px;
  }
}
.form__privacy {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  text-align: right;
  margin-top: 14px;
}
@media screen and (max-width: 599px) {
  .form__privacy {
    text-align: left;
    margin-top: 21px;
  }
}
@media screen and (max-width: 599px) {
  .form__privacy label {
    padding-left: 23px;
    display: block;
    position: relative;
  }
}
.form__privacy input {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  margin-bottom: 5px;
}
@media screen and (max-width: 599px) {
  .form__privacy input {
    position: absolute;
    top: 5px;
    left: 0;
  }
}
.form__privacy a {
  color: #4fb7c0;
  text-decoration: underline;
}
.form__privacy a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 599px) {
  .form__privacy > label {
    padding-left: 0;
  }
}
.form__privacy .wpcf7-list-item {
  margin-left: 0;
}
.form__submit {
  max-width: 420px;
  margin-left: auto;
  margin-top: 28px;
  position: relative;
}
.form__submit::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 8px;
  background-image: url("../images/arrow.svg");
  top: 36px;
  right: 36px;
  transform: rotate(270deg);
}
@media screen and (max-width: 599px) {
  .form__submit::after {
    right: 27px;
  }
}
.form__submit input {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.04em;
  text-align: center;
  background-color: #ff8227;
  border-radius: 50vh;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .form__submit input {
    font-size: 14px;
    padding-top: 27px;
    padding-bottom: 27px;
  }
}
.form__submit input:hover {
  opacity: 0.8;
}
.form__submit--red input {
  background-color: #cb2323;
}

.wpcf7-submit:disabled {
  background-color: #bbb;
}
.wpcf7-submit:disabled:hover {
  opacity: 1;
}

.post {
  background-color: #fff;
}
.post__head {
  padding: 80px 50px 50px;
}
@media screen and (max-width: 599px) {
  .post__head {
    padding: 40px 21px;
  }
}
.post__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.57;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 599px) {
  .post__title {
    font-size: 18px;
    line-height: 1.67;
    letter-spacing: 0.08em;
  }
}
.post__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .post__info {
    margin-top: 23px;
  }
}
.post__date {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0.04em;
  color: #cb2323;
  padding-bottom: 15px;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .post__date {
    font-size: 16px;
    padding-bottom: 0;
  }
}
.post__update {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #707070;
}
.post__sns {
  display: flex;
  justify-content: space-between;
  width: 112px;
  margin-left: 16px;
}
@media screen and (max-width: 599px) {
  .post__sns {
    display: none;
  }
}
.post__sns a:hover {
  opacity: 0.8;
}
.post__eyecatch {
  width: 100%;
  padding-top: 66.4%;
  position: relative;
}
.post__eyecatch img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.post__content {
  padding: 70px 50px 65px;
}
@media screen and (max-width: 599px) {
  .post__content {
    padding: 45px 20px 0;
  }
}
.post__content h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 2;
  letter-spacing: 0.04em;
  border-bottom: 7px solid #cb2323;
  display: inline;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
}
@media screen and (max-width: 599px) {
  .post__content h2 {
    font-size: 18px;
    line-height: 2.67;
    padding-bottom: 5px;
    border-bottom: 6px solid #cb2323;
  }
}
.post__content h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.83;
  letter-spacing: 0.04em;
  color: #cb2323;
  margin-top: 1.4em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 599px) {
  .post__content h3 {
    font-size: 16px;
    line-height: 1.88;
    margin-top: 3em;
    margin-bottom: 2.2em;
  }
}
.post__content h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: 0.04em;
  padding-left: 34px;
  position: relative;
  margin-top: 2em;
  margin-bottom: 2em;
}
@media screen and (max-width: 599px) {
  .post__content h4 {
    font-size: 14px;
    line-height: 1.71;
    padding-left: 29px;
    margin-top: 2.4em;
    margin-bottom: 2.4em;
  }
}
.post__content h4::after {
  content: "";
  width: 20px;
  height: 4px;
  background-color: #cb2323;
  position: absolute;
  top: 12px;
  left: 0;
}
@media screen and (max-width: 599px) {
  .post__content h4::after {
    width: 18px;
    top: 8px;
  }
}
.post__content p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: 0.04em;
  font-size: 0.875rem;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
.post__content p .red {
  color: #cb2323;
}
.post__content p .blue-bg {
  background-color: rgba(113, 190, 212, 0.42);
}
.post__content p .orange-bg {
  background-color: rgba(248, 177, 94, 0.42);
}
.post__content a {
  font-weight: 500;
  color: #71bed4;
  text-decoration: underline;
}
.post__content a:hover {
  opacity: 0.8;
}
.post__button {
  font-weight: 700;
  color: #fff;
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 56px;
  display: none;
}
@media screen and (max-width: 599px) {
  .post__button {
    display: block;
  }
}
.post__button .button {
  width: 100%;
  height: 70px;
}

.sidebar02 {
  max-width: 90%;
}
@media screen and (max-width: 599px) {
  .sidebar02 {
    max-width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .sidebar02__inner {
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  }
}
.sidebar02__inner:not(:first-child) {
  margin-top: 50px;
}
.sidebar02__heading {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #ed9595;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 599px) {
  .sidebar02__heading {
    display: block;
  }
}
.sidebar02__heading--blue {
  background-color: #71bed4;
}
.sidebar02__heading--purple {
  background-color: #a5b2db;
}
.sidebar02__heading--orange {
  background-color: #f8b15e;
}
.sidebar02__category {
  display: inline-block;
  background-color: #c3e3ed;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  color: #707070;
  font-size: 12px;
  letter-spacing: 0.04em;
  padding: 8px 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sidebar02__article-list {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 599px) {
  .sidebar02__article-list {
    padding-top: 11px;
  }
}
.sidebar02__article-list li:not(:first-child) {
  border-top: 1px solid #f8f8f8;
}
.sidebar02__article-list--category li,
.sidebar02__article-list--category a {
  display: inline-block;
  border-top: none !important;
}
.sidebar02__article-list a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 8px 10px;
}
@media screen and (max-width: 599px) {
  .sidebar02__article-list a {
    padding: 8px 20px;
  }
}
.sidebar02__article-list a:hover {
  opacity: 0.8;
}
.sidebar02__article-image {
  width: 32%;
  padding-top: 21%;
  position: relative;
}
@media screen and (max-width: 599px) {
  .sidebar02__article-image {
    width: 29%;
    padding-top: 20%;
  }
}
.sidebar02__article-image img {
  display: block;
  width: 100%;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sidebar02__article-texts {
  width: 64.5%;
}
@media screen and (max-width: 599px) {
  .sidebar02__article-texts {
    width: 65.5%;
  }
}
.sidebar02__article-texts span {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #cb2323;
}
.sidebar02__article-texts h3 {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.58;
  letter-spacing: 0.04em;
  margin-top: 4px;
}

/*==========================
  採用情報
==========================*/
.recruit .section__headline {
  line-height: 70px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 599px) {
  .recruit .section__headline {
    line-height: 1.42;
  }
}
.recruit .section__headline::before {
  letter-spacing: 0.08em;
}
@media screen and (max-width: 599px) {
  .recruit .section__headline::before {
    margin-bottom: 12px;
  }
}
.recruit .hidden-pc {
  display: none;
}
@media screen and (max-width: 599px) {
  .recruit .hidden-pc {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .recruit .hidden-sp {
    display: none;
  }
}
.recruit__mv {
  background-image: linear-gradient(#f0e1e1 100px, #fff 100px);
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .recruit__mv {
    padding-top: 50px;
  }
}
.recruit__vision {
  background-image: url("../images/recruitVision_bg.webp");
  background-size: cover;
  background-position: center;
  padding-top: 60px;
  padding-bottom: 65px;
}
@media screen and (max-width: 599px) {
  .recruit__vision {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.recruit__vision .section__headline {
  color: #fff;
  margin-bottom: 25px;
}
@media screen and (max-width: 599px) {
  .recruit__vision .section__headline {
    margin-bottom: 40px;
  }
}
.recruit__vision .section__headline:before {
  color: #ed9595;
}
.recruit__concept {
  padding-top: 80px;
  padding-bottom: 70px;
}
@media screen and (max-width: 599px) {
  .recruit__concept {
    padding-top: 60px;
    padding-bottom: 55px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.recruit__concept .section__headline {
  margin-bottom: 25px;
}
@media screen and (max-width: 599px) {
  .recruit__concept .section__headline {
    margin-bottom: 30px;
  }
}
.recruit__imageBg {
  background-image: url("../images/recruit_bg_01.webp");
  background-size: cover;
}
@media screen and (max-width: 599px) {
  .recruit__imageBg {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.recruit__mission {
  padding-top: 85px;
  padding-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .recruit__mission {
    padding-top: 48px;
  }
}
.recruit__mission .section__headline {
  margin-bottom: 42px;
}
@media screen and (max-width: 599px) {
  .recruit__mission .section__headline {
    margin-bottom: 35px;
  }
}
.recruit__talent {
  padding-top: 20px;
  padding-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .recruit__talent {
    padding-top: 5px;
  }
}
.recruit__talent .section__headline {
  font-family: "Noto Sans JP", serif;
  font-weight: 900;
  font-size: 48px;
  margin-bottom: 14px;
}
@media screen and (max-width: 599px) {
  .recruit__talent .section__headline {
    font-size: 28px;
    line-height: 1.36;
    text-align: left;
    margin-bottom: 17px;
  }
}
.recruit__target {
  padding-top: 20px;
  padding-bottom: 82px;
}
@media screen and (max-width: 599px) {
  .recruit__target {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
.recruit__interview {
  padding-top: 80px;
  padding-bottom: 120px;
}
@media screen and (max-width: 599px) {
  .recruit__interview {
    padding-top: 60px;
    padding-bottom: 25px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.recruit__interview .section__headline {
  margin-bottom: 22px;
}
@media screen and (max-width: 599px) {
  .recruit__interview .section__headline {
    margin-bottom: 32px;
  }
}
.recruit__event {
  padding-top: 18px;
  padding-bottom: 80px;
}
@media screen and (max-width: 599px) {
  .recruit__event {
    padding-bottom: 58px;
  }
}
.recruit__event .section__headline {
  margin-bottom: 2px;
}
@media screen and (max-width: 599px) {
  .recruit__event .section__headline {
    margin-bottom: 20px;
  }
}
.recruit__history {
  background-color: #efefef;
  padding-top: 80px;
}
@media screen and (max-width: 599px) {
  .recruit__history {
    padding-top: 60px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.recruit__history .history__year::before {
  color: #cb2323;
}
.recruit__future {
  padding-top: 25px;
  padding-bottom: 80px;
  background-color: #efefef;
}
@media screen and (max-width: 599px) {
  .recruit__future {
    padding-top: 20px;
    padding-bottom: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.recruit__future .section__headline {
  font-family: "Noto Sans JP", serif;
  font-weight: 900;
  font-size: 48px;
  line-height: 1.92;
  margin-bottom: 83px;
}
@media screen and (max-width: 599px) {
  .recruit__future .section__headline {
    font-size: 28px;
    line-height: 1.36;
    text-align: left;
    margin-bottom: 85px;
  }
}
.recruit__description {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f0e1e1;
}
@media screen and (max-width: 599px) {
  .recruit__description {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.recruit__access {
  padding-top: 80px;
}
@media screen and (max-width: 599px) {
  .recruit__access {
    padding-top: 61px;
    padding-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.recruit__access .section__headline {
  margin-bottom: 35px;
  line-height: 51px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 599px) {
  .recruit__access .section__headline {
    line-height: 1.42;
    letter-spacing: 0.04em;
    margin-bottom: 40px;
  }
}
.recruit__access .section__headline::before {
  letter-spacing: 0.04em;
}
@media screen and (max-width: 599px) {
  .recruit__access .section__headline::before {
    letter-spacing: 0.08em;
  }
}
.recruit__flow {
  padding-top: 35px;
  padding-bottom: 80px;
}
@media screen and (max-width: 599px) {
  .recruit__flow {
    padding-top: 28px;
    padding-bottom: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.recruit__flow .section__headline {
  line-height: 51px;
  letter-spacing: 0.08em;
  margin-bottom: -3px;
}
@media screen and (max-width: 599px) {
  .recruit__flow .section__headline {
    line-height: 1.42;
    letter-spacing: 0.04em;
  }
}
.recruit__flow .section__headline::before {
  letter-spacing: 0.04em;
}
@media screen and (max-width: 599px) {
  .recruit__flow .section__headline::before {
    letter-spacing: 0.08em;
  }
}
.recruit__form {
  padding-top: 80px;
  padding-bottom: 78px;
  background-color: #efefef;
}
@media screen and (max-width: 599px) {
  .recruit__form {
    padding-top: 64px;
    padding-bottom: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.recruit__form .section__headline {
  line-height: 51px;
  letter-spacing: 0.08em;
  margin-bottom: 35px;
}
@media screen and (max-width: 599px) {
  .recruit__form .section__headline {
    line-height: 1.42;
    letter-spacing: 0.04em;
    margin-bottom: 40px;
  }
}
.recruit__form .section__headline::before {
  letter-spacing: 0.04em;
}
@media screen and (max-width: 599px) {
  .recruit__form .section__headline::before {
    letter-spacing: 0.08em;
  }
}
.recruit__form .form {
  max-width: 808px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .recruit__form .form__heading {
    padding-top: 17px;
    padding-bottom: 14px;
  }
}
.recruit__form .form__content {
  padding-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .recruit__form .form__content {
    padding: 20px 14px 20px 18px;
  }
}
.recruit__form .form__item:not(.form__item--contract-type) {
  padding-top: 18px;
}
@media screen and (max-width: 599px) {
  .recruit__form .form__item:not(.form__item--contract-type) {
    padding-top: 11px;
  }
}
.recruit__form .form__privacy {
  margin-top: -5px;
}
@media screen and (max-width: 599px) {
  .recruit__form .form__privacy {
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .recruit__form .form__submit {
    margin-top: 28px;
  }
}
.recruit__form .form__submit input:not(:disabled) {
  background-color: #cb2323;
}

/* メインビジュアル */
.recruitMv {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.recruitMv__image img {
  width: 100%;
}
.recruitMv__lower {
  padding: 60px 20px 80px;
}
@media screen and (max-width: 599px) {
  .recruitMv__lower {
    padding: 40px 30px 40px;
  }
}
.recruitMv__lower .c-button {
  padding: 25px 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .recruitMv__lower .c-button {
    padding: 20px 50px;
  }
}

/* VISION */
.recruitVision {
  text-align: left;
}
.recruitVision__inner {
  display: flex;
  justify-content: space-between;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .recruitVision__inner {
    display: block;
  }
}
.recruitVision__image {
  width: 44.8%;
}
.recruitVision__image img {
  box-shadow: 20px 20px 0 rgba(245, 119, 174, 0.7);
  width: 100%;
}
@media screen and (max-width: 599px) {
  .recruitVision__image {
    width: calc(100% - 20px);
  }
}
.recruitVision__texts {
  width: 47%;
  color: #fff;
  letter-spacing: 0.04em;
  font-weight: 700;
  padding-top: 8px;
}
@media screen and (max-width: 599px) {
  .recruitVision__texts {
    width: 100%;
    margin-top: 52px;
  }
}
.recruitVision__subheading {
  font-size: 24px;
}
@media screen and (max-width: 599px) {
  .recruitVision__subheading {
    font-size: 20px;
  }
}
.recruitVision__text {
  font-size: 14px;
  line-height: 1.71;
  font-weight: 400;
  margin-top: 24px;
}
.recruitVision__name {
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .recruitVision__name {
    text-align: center;
    margin-top: 40px;
  }
}
.recruitVision__name p:nth-child(1) {
  font-size: 18px;
  letter-spacing: 0;
}
.recruitVision__name p:nth-child(2) {
  font-size: 14px;
  margin-top: 14px;
}
@media screen and (max-width: 599px) {
  .recruitVision__name p:nth-child(2) {
    margin-top: 25px;
  }
}
.recruitVision__name p:nth-child(3) {
  font-size: 28px;
  margin-top: 5px;
}
@media screen and (max-width: 599px) {
  .recruitVision__name p:nth-child(3) {
    font-size: 24px;
  }
}
.recruitVision__name p:nth-child(3) span {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #ed9595;
  letter-spacing: 0.1em;
  margin-left: 32px;
  position: relative;
  top: -3px;
}
@media screen and (max-width: 1024px) {
  .recruitVision__name p:nth-child(3) span {
    font-size: 16px;
    display: block;
    margin-left: 0;
    margin-top: 20px;
  }
}

/* CONCEPT */
.recruitConcept__inner {
  max-width: 1206px;
  margin-left: auto;
  margin-right: auto;
}
.recruitConcept__heading {
  width: 56.5%;
  margin-left: auto;
  margin-right: auto;
}
.recruitConcept__heading img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .recruitConcept__heading {
    width: 100%;
  }
}
.recruitConcept__images {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media screen and (max-width: 599px) {
  .recruitConcept__images {
    display: block;
    margin-top: 40px;
  }
}
.recruitConcept__images li {
  width: 48%;
}
@media screen and (max-width: 599px) {
  .recruitConcept__images li {
    width: 100%;
  }
}
.recruitConcept__images li img {
  width: 100%;
  border-radius: 10px;
}
.recruitConcept__images li:nth-child(n + 3) {
  margin-top: 38px;
}
@media screen and (max-width: 599px) {
  .recruitConcept__images li:not(:first-child) {
    margin-top: 20px;
  }
}
.recruitConcept__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.04em;
  text-align: left;
  max-width: 962px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 52px;
}
@media screen and (max-width: 599px) {
  .recruitConcept__text {
    font-size: 14px;
    line-height: 2;
    margin-top: 25px;
  }
}

/* MISSION */
.recruitMission__inner {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .recruitMission__image {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.recruitMission__image img {
  width: 100%;
}
.recruitMission__text01 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2;
  margin-top: 22px;
}
@media screen and (max-width: 599px) {
  .recruitMission__text01 {
    text-align: left;
  }
}
.recruitMission__text02 {
  margin-top: 22px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .recruitMission__text02 {
    text-align: left;
    margin-top: 10px;
  }
}
.recruitMission__text02 .span01 {
  color: #fff;
  background-image: linear-gradient(120deg, #a5b2db 0%, #ff61aa 100%);
  padding-top: 4px;
  padding-bottom: 7px;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .recruitMission__text02 .span01 {
    font-size: 29px;
    padding-top: 10px;
    padding-bottom: 12px;
    display: block;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  .recruitMission__text02 .span02 {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .recruitMission__text02 .span03 {
    display: block;
    text-align: right;
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .recruitMission__text02 .span04 {
    font-size: 28px;
    display: inline-block;
    margin-top: 10px;
  }
}

/* 求める人材 */
.recruitTalent {
  text-align: left;
}
.recruitTalent__inner {
  max-width: 864px;
  margin-left: auto;
  margin-right: auto;
}
.recruitTalent__list-wrapper {
  position: relative;
  padding-left: 50px;
}
@media screen and (max-width: 599px) {
  .recruitTalent__list-wrapper {
    padding-left: 0;
  }
}
.recruitTalent__center-image {
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
  width: 210px;
  height: 210px;
}
@media screen and (max-width: 599px) {
  .recruitTalent__center-image {
    width: 150px;
    height: 150px;
  }
}
.recruitTalent__center-image img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .recruitTalent__list {
    margin-left: -8px;
  }
}
.recruitTalent__item {
  display: flex;
  align-items: center;
}
.recruitTalent__item img {
  display: block;
  width: 160px;
  height: 160px;
}
@media screen and (max-width: 599px) {
  .recruitTalent__item img {
    width: 120px;
    height: 120px;
  }
}
.recruitTalent__item:nth-child(1) .recruitTalent__item-text {
  color: #dd8888;
}
.recruitTalent__item:nth-child(2) {
  padding-left: 80px;
  margin-top: -40px;
}
@media screen and (max-width: 599px) {
  .recruitTalent__item:nth-child(2) {
    padding-left: 48px;
    margin-top: -50px;
  }
}
.recruitTalent__item:nth-child(2) .recruitTalent__item-text {
  color: #fa6aa4;
}
.recruitTalent__item:nth-child(3) {
  padding-left: 122px;
  margin-top: -20px;
}
@media screen and (max-width: 599px) {
  .recruitTalent__item:nth-child(3) {
    padding-left: 72px;
    margin-top: -37px;
  }
}
.recruitTalent__item:nth-child(3) .recruitTalent__item-text {
  color: #7d8fc7;
}
.recruitTalent__item:nth-child(4) {
  padding-left: 141px;
  margin-top: -15px;
}
@media screen and (max-width: 599px) {
  .recruitTalent__item:nth-child(4) {
    padding-left: 85px;
    margin-top: -32px;
  }
}
.recruitTalent__item:nth-child(4) .recruitTalent__item-text {
  color: #a984d3;
}
.recruitTalent__item:nth-child(5) {
  padding-left: 122px;
  margin-top: -12px;
}
@media screen and (max-width: 599px) {
  .recruitTalent__item:nth-child(5) {
    padding-left: 72px;
    margin-top: -32px;
  }
}
.recruitTalent__item:nth-child(5) .recruitTalent__item-text {
  color: #edad61;
}
.recruitTalent__item:nth-child(6) {
  padding-left: 80px;
  margin-top: -22px;
}
@media screen and (max-width: 599px) {
  .recruitTalent__item:nth-child(6) {
    padding-left: 48px;
    margin-top: -37px;
  }
}
.recruitTalent__item:nth-child(6) .recruitTalent__item-text {
  color: #58afc7;
}
.recruitTalent__item:nth-child(7) {
  margin-top: -40px;
}
@media screen and (max-width: 599px) {
  .recruitTalent__item:nth-child(7) {
    margin-top: -50px;
  }
}
.recruitTalent__item:nth-child(7) .recruitTalent__item-text {
  color: #d28ac3;
}
.recruitTalent__item-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-left: -5px;
}
@media screen and (max-width: 599px) {
  .recruitTalent__item-text {
    font-size: 11px;
    line-height: 1.64;
    margin-left: -16px;
    margin-top: -5px;
  }
}

/* 募集対象者 */
.recruitTarget__inner {
  background-color: rgba(240, 225, 225, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 65px 50px 55px;
  max-width: 964px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .recruitTarget__inner {
    padding: 45px 20px 40px;
  }
}
.recruitTarget__heading {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.recruitTarget__list {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.25;
  text-align: left;
  margin-top: 18px;
}
.recruitTarget__list li {
  position: relative;
  padding-left: 17px;
}
@media screen and (max-width: 599px) {
  .recruitTarget__list li {
    padding-left: 24px;
  }
}
.recruitTarget__list li::after {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.recruitTarget__attention {
  background-color: #fff;
  border-radius: 20px;
  text-align: left;
  margin-top: 55px;
  padding: 38px 30px;
}
@media screen and (max-width: 599px) {
  .recruitTarget__attention {
    margin-top: 15px;
    padding: 20px 10px 18px;
  }
}
.recruitTarget__attention .text01 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.63;
  padding-left: 33px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .recruitTarget__attention .text01 {
    font-size: 14px;
    line-height: 1.43;
    padding-left: 30px;
  }
}
.recruitTarget__attention .text01::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../images/exclamation.svg") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
}
.recruitTarget__attention ul {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.86;
}
.recruitTarget__attention .text02 {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.12;
  color: #707070;
  margin-top: 5px;
}
@media screen and (max-width: 599px) {
  .recruitTarget__attention .text02 {
    line-height: 1.83;
  }
}

/* INTERVIEW */
.recruitInterview__inner {
  max-width: 965px;
  margin-left: auto;
  margin-right: auto;
}
.recruitInterview__item {
  text-align: left;
}
.recruitInterview__item:not(:first-child) {
  margin-top: 75px;
}
@media screen and (max-width: 599px) {
  .recruitInterview__item:not(:first-child) {
    margin-top: 30px;
  }
}
.recruitInterview__item:nth-child(2n) .recruitInterview__image {
  order: 2;
}
.recruitInterview__item:nth-child(2n) .recruitInterview__texts {
  order: 1;
}
.recruitInterview__heading {
  font-family: "Noto Sans JP", serif;
  font-weight: 900;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.57;
  letter-spacing: 0.08em;
  color: #cb2323;
  padding-bottom: 18px;
  border-bottom: 3px solid #bb352d;
}
@media screen and (max-width: 599px) {
  .recruitInterview__heading {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0;
  }
}
.recruitInterview__content {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
@media screen and (max-width: 599px) {
  .recruitInterview__content {
    display: block;
    margin-top: 20px;
  }
}
.recruitInterview__image {
  width: 56.5%;
  margin-top: 5px;
}
@media screen and (max-width: 599px) {
  .recruitInterview__image {
    width: 100%;
  }
}
.recruitInterview__image img {
  width: 100%;
}
.recruitInterview__texts {
  width: 39.5%;
}
@media screen and (max-width: 599px) {
  .recruitInterview__texts {
    width: 100%;
    margin-top: 15px;
  }
}
.recruitInterview__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.86;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 599px) {
  .recruitInterview__text {
    line-height: 1.71;
  }
}
.recruitInterview__button {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
  display: block;
  max-width: 320px;
  background-color: #000000;
  padding-top: 24px;
  padding-bottom: 24px;
  border-radius: 50vh;
  margin-top: 28px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .recruitInterview__button {
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 313px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}
.recruitInterview__button:hover {
  opacity: 0.8;
}
.recruitInterview__button::after {
  content: "";
  width: 8px;
  height: 12px;
  background-image: url("../images/arrow.webp");
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 36px;
  transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  .recruitInterview__button::after {
    right: 28px;
  }
}

/* イベント */
.recruitEvent__inner {
  max-width: 1206px;
  margin-left: auto;
  margin-right: auto;
}
.recruitEvent__lead {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.86;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 599px) {
  .recruitEvent__lead {
    line-height: 1.71;
    text-align: left;
  }
}
.recruitEvent__img {
  width: 70%;
  margin: 30px auto 0;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 10px;
}
@media screen and (max-width: 599px) {
  .recruitEvent__img {
    width: 100%;
  }
}
.recruitEvent__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 38px;
}
@media screen and (max-width: 599px) {
  .recruitEvent__list {
    display: block;
    margin-top: 15px;
  }
}
.recruitEvent__item {
  width: 48%;
}
@media screen and (max-width: 599px) {
  .recruitEvent__item {
    width: 100%;
  }
}
.recruitEvent__item img {
  width: 100%;
  border-radius: 10px;
}
.recruitEvent__item:nth-child(n + 3) {
  margin-top: 38px;
}
@media screen and (max-width: 599px) {
  .recruitEvent__item:not(:first-child) {
    margin-top: 20px;
  }
}

/* まだまだ私たちは高みを目指します */
.recruitFuture__inner {
  max-width: 1206px;
  margin-left: auto;
  margin-right: auto;
}
.recruitFuture__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .recruitFuture__list {
    display: block;
  }
}
.recruitFuture__item {
  width: 48%;
  position: relative;
}
@media screen and (max-width: 599px) {
  .recruitFuture__item {
    width: 100%;
  }
}
.recruitFuture__item span {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 80px;
  letter-spacing: -0.01em;
  position: absolute;
  top: -65px;
  left: 20px;
}
.recruitFuture__item img {
  width: 100%;
  border-radius: 10px;
}
.recruitFuture__item p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  margin-top: 25px;
}
@media screen and (max-width: 599px) {
  .recruitFuture__item p {
    font-size: 16px;
    line-height: 1.63;
    margin-top: 12px;
  }
}
.recruitFuture__item:nth-child(n + 3) {
  margin-top: 120px;
}
@media screen and (max-width: 599px) {
  .recruitFuture__item:not(:first-child) {
    margin-top: 77px;
  }
}
.recruitFuture__item:nth-child(1) span,
.recruitFuture__item:nth-child(1) p {
  color: #f577ae;
}
.recruitFuture__item:nth-child(2) span,
.recruitFuture__item:nth-child(2) p {
  color: #f8b15e;
}
.recruitFuture__item:nth-child(3) span,
.recruitFuture__item:nth-child(3) p {
  color: #71bed4;
}

/* 募集要項 */
.recruitDescription__inner {
  background-color: #fff;
  border-radius: 10px;
  padding: 55px 43px 45px;
  max-width: 964px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .recruitDescription__inner {
    padding: 40px 15px 30px;
  }
}
.recruitDescription__heading {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.82;
  color: #cb2323;
}
@media screen and (max-width: 599px) {
  .recruitDescription__heading {
    font-size: 24px;
    line-height: 1.42;
  }
}
.recruitDescription__table {
  margin-top: 15px;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .recruitDescription__table {
    margin-top: 24px;
  }
}
.recruitDescription__table th,
.recruitDescription__table td {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.71;
  padding: 7px 4px;
}
@media screen and (max-width: 599px) {
  .recruitDescription__table th,
  .recruitDescription__table td {
    padding: 3px 4px;
  }
}
.recruitDescription__table th {
  font-weight: 700;
  width: 97px;
}
@media screen and (max-width: 599px) {
  .recruitDescription__table th {
    display: block;
    width: 100%;
  }
}
.recruitDescription__table td {
  width: calc(100% - 97px);
}
@media screen and (max-width: 599px) {
  .recruitDescription__table td {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .recruitDescription__table tr:not(:first-child):not(.row08) th {
    margin-top: 18px;
  }
}
.recruitDescription__table .row07 th,
.recruitDescription__table .row07 td,
.recruitDescription__table .row08 th,
.recruitDescription__table .row08 td {
  line-height: 2;
}
@media screen and (max-width: 599px) {
  .recruitDescription__table .row07 th {
    margin-bottom: -4px;
  }
}
.recruitDescription__table .row07 .text02 {
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  .recruitDescription__table .row07 .text02 {
    margin-top: 12px;
  }
}
.recruitDescription__table .row08 th {
  padding-top: 2px;
}
@media screen and (max-width: 599px) {
  .recruitDescription__table .row08 th {
    margin-top: 14px;
    margin-bottom: -3px;
  }
}
.recruitDescription__table .row08 td {
  padding-top: 2px;
}

/* ACCESS */
.recruitAccess__inner {
  max-width: 1206px;
  margin-left: auto;
  margin-right: auto;
}
.recruitAccess__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .recruitAccess__list {
    display: block;
  }
}
.recruitAccess__item {
  text-align: left;
  width: 48%;
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 36px 40px 30px;
}
@media screen and (max-width: 1024px) {
  .recruitAccess__item {
    width: 100%;
    padding: 25px 22px 20px;
  }
}
.recruitAccess__item:nth-child(2n) {
  margin-left: 4%;
}
@media screen and (max-width: 1024px) {
  .recruitAccess__item:nth-child(2n) {
    margin-left: 0;
  }
}
.recruitAccess__item:nth-child(n + 3) {
  margin-top: 38px;
}
@media screen and (max-width: 1024px) {
  .recruitAccess__item:not(:first-child) {
    margin-top: 19px;
  }
}
.recruitAccess__heading {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #cb2323;
}
.recruitAccess__address {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 15px;
}
.recruitAccess__address .span01,
.recruitAccess__address .span02 {
  font-size: 14px;
  letter-spacing: 0.04em;
}
.recruitAccess__address .span01 {
  font-weight: 700;
  width: 76px;
  margin-top: 11px;
}
@media screen and (max-width: 599px) {
  .recruitAccess__address .span01 {
    width: 55px;
  }
}
.recruitAccess__address .span02 {
  line-height: 1.71;
  width: calc(100% - 76px - 60px);
  margin-top: 8px;
}
@media screen and (max-width: 599px) {
  .recruitAccess__address .span02 {
    width: calc(100% - 55px);
  }
}
.recruitAccess__address a {
  display: block;
  width: 60px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  padding: 8px 5px;
  border-radius: 6px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .recruitAccess__address a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 17px;
  }
}
.recruitAccess__address a:hover {
  opacity: 0.8;
}
.recruitAccess__address a img {
  display: inline-block;
  width: 19px;
}
@media screen and (max-width: 599px) {
  .recruitAccess__address a img {
    width: 16px;
    margin-right: 15px;
  }
}
.recruitAccess__address a span {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.04em;
  margin-top: 5px;
}
@media screen and (max-width: 599px) {
  .recruitAccess__address a span {
    margin-top: 0;
  }
}

/* FLOW */
.recruitFlow {
  text-align: left;
}
.recruitFlow__inner {
  max-width: 1206px;
  margin-left: auto;
  margin-right: auto;
}
.recruitFlow__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .recruitFlow__list {
    display: block;
  }
}
.recruitFlow__item {
  width: 31%;
}
@media screen and (max-width: 599px) {
  .recruitFlow__item {
    width: 100%;
  }
}
.recruitFlow__item:nth-child(1) .recruitFlow__number,
.recruitFlow__item:nth-child(1) .recruitFlow__heading {
  color: #f577ae;
}
@media screen and (max-width: 599px) {
  .recruitFlow__item:nth-child(2) {
    margin-top: 3px;
  }
}
.recruitFlow__item:nth-child(2) .recruitFlow__number,
.recruitFlow__item:nth-child(2) .recruitFlow__heading {
  color: #f8b15e;
}
@media screen and (max-width: 599px) {
  .recruitFlow__item:nth-child(3) {
    margin-top: 3px;
  }
}
.recruitFlow__item:nth-child(3) .recruitFlow__number,
.recruitFlow__item:nth-child(3) .recruitFlow__heading {
  color: #71bed4;
}
.recruitFlow__number {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 33px;
  letter-spacing: 0.08em;
}
.recruitFlow__number span {
  font-size: 80px;
  letter-spacing: -0.01em;
  position: relative;
  top: 23px;
  padding-left: 3px;
}
@media screen and (max-width: 599px) {
  .recruitFlow__number span {
    top: 26px;
    padding-left: 10px;
  }
}
.recruitFlow__image {
  width: 100%;
  border-radius: 10px;
}
.recruitFlow__heading {
  font-size: 20px;
  font-weight: 700;
  margin-top: 23px;
}
@media screen and (max-width: 599px) {
  .recruitFlow__heading {
    font-size: 16px;
    margin-top: 15px;
  }
}
.recruitFlow__text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.86;
  margin-top: 10px;
  margin-right: -5px;
}
@media screen and (max-width: 599px) {
  .recruitFlow__text {
    top: 26px;
    margin-right: 0;
  }
}
.recruitFlow__bring {
  background-color: #f8f8f8;
  border-radius: 20px;
  max-width: 808px;
  padding: 32px 32px 35px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
@media screen and (max-width: 599px) {
  .recruitFlow__bring {
    padding-bottom: 30px;
    margin-top: 28px;
  }
}
.recruitFlow__bring h3 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.recruitFlow__bring-list {
  display: flex;
  margin-top: 23px;
}
@media screen and (max-width: 599px) {
  .recruitFlow__bring-list {
    display: block;
    margin-top: 26px;
  }
}
.recruitFlow__bring-item {
  display: flex;
}
.recruitFlow__bring-item span {
  font-size: 14px;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #fff;
  padding: 1px 5px 3px;
  margin-right: 15px;
  position: relative;
  top: -2px;
}
.recruitFlow__bring-item p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.recruitFlow__bring-item:nth-child(1) span {
  background-color: #cb2323;
}
.recruitFlow__bring-item:nth-child(2) {
  margin-left: 50px;
}
@media screen and (max-width: 599px) {
  .recruitFlow__bring-item:nth-child(2) {
    margin-left: 0;
    margin-top: 21px;
  }
}
.recruitFlow__bring-item:nth-child(2) span {
  background-color: #707070;
}

img.hidden-sp {
  display: block;
}

@media screen and (min-width: 1025px) {
  .hidden-pc {
    display: none;
  }
  img.hidden-pc {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .hidden-tab {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .hidden-sp {
    display: none;
  }
  img.hidden-sp {
    display: none;
  }
  .column__categoryList {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 599px) {
  .hidden-sp_only {
    display: none;
  }
  img.hidden-sp {
    display: none;
  }
  img.hidden-pc {
    display: block;
  }
}
#toc_container {
  display: block !important;
  width: 100% !important;
}
.toc_toggle {
  display: none;
}
.recruit .hidden-pc02 {
  display: none;
}
.recruit .hidden-sp02 {
  display: block;
}
@media screen and (max-width: 599px) {
  .recruit .hidden-pc02 {
    display: block;
  }
  .recruit .hidden-sp02 {
    display: none;
  }
}

.voice__blank {
  margin-top: 1em;
  margin-left: auto;
  text-align: right;
  color: blue;
  text-decoration: underline;
  display: block;
  width: 100%;
}

/* 2023-3-01 改修 */
.top_onlysp {
  display: none;
}
.only-sp {
  display: none;
}
.only-pc {
  display: block;
}
.graph-wrapper {
  position: relative;
}
.graph__cast {
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 94%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .graph__cast {
    bottom: 5vw;
  }
}
@media screen and (max-width: 599px) {
  .only-sp {
    display: block;
  }
  .only-pc {
    display: none;
  }
  .top_onlysp {
    display: block;
    background-color: #eeeeee;
    padding-bottom: 30px;
  }
  .graph__cast {
    bottom: 80px;
  }
  .about .about_graph .graph-img p {
    margin-top: 40vw;
  }

  /* baner */
  .onlysp__banner {
    position: relative;
    z-index: 1;
    margin: -50px auto 0;
    max-width: calc(calc(335 / 375) * 100svw);
  }
  .onlysp__banner img {
    padding-bottom: 20vw;
    margin-top: 20vw;
  }

  /* btn */
  .onlysp__btn {
    margin: 18px auto 0;
    max-width: calc(calc(300 / 375) * 100svw);
    display: block;
    background-image: linear-gradient(to bottom, #dd7f00 0%, #b44f06 100%);
    border-radius: 8px;
    border: 2px solid #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 16%);
    padding: 6px 12px;
  }
  .onlysp__btn img {
  }

  /* list */
  .sponly__check-list {
    padding: 10px 40px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    max-width: 300px;
    width: 100%;
    margin: 30px auto 0;
  }
  .sponly__check-list li {
    position: relative;
    font-size: 17px;
    font-weight: bold;
    padding-left: 36px;
    display: block;
  }
  .sponly__check-list li::before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    height: 26px;
    width: 26px;
    background-image: url(../images/top/icon-check.webp);
    transform: translateY(-50%);
    top: 50%;
    left: 0px;
  }
  .sponly__check-list li:nth-child(2) {
    margin-top: 16px;
  }

  /* con */
  .onlysp__contents {
    display: flex;
    gap: 16px;
    margin: 12px auto 0;
    width: fit-content;
  }

  .onlysp__con {
    width: 26svw;
  }
  .onlysp__con img {
  }
  .onlysp__con p {
    text-align: center;
    font-weight: bold;
    font-size: 4svw;
    line-height: calc(18 / 14);
    margin-top: 2px;
  }
  .onlysp__con p span {
    color: #cb2323;
  }
}

.over_graph {
  margin-top: -30%;
}

.top_feature__movie video {
  width: 100%;
  height: auto;
}

.staff-comment {
  position: absolute;
  transform: translateY(-100%);
  left: 10%;
  top: -20%;
  padding: 8px 12px;
  font-size: 12px;
  line-height: calc(20 / 14);
  background-color: #fff;
  border: 4px solid #cb2323;
  border-radius: 10px;
  width: 170px;
  font-weight: normal;
  height: auto;
  color: #000;
}

.top_staff__slider-txt::after {
  position: absolute;
  content: "";
  transform: translateY(-10%);
  left: 40%;
  top: -20%;
  height: 21px;
  width: 24.78px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/top/comment_pc.svg);
}
.graph__caption {
  font-size: 14px;
  margin-top: 1em;
  text-align: center;
}

.sp-block {
  display: none;
}

@media screen and (max-width: 1024px) {
  .staff-comment {
    left: 80%;
    top: 50%;
  }
  .graph__caption {
    font-size: 12px;
  }
  .graph__caption.is02 {
    text-align: left;
    max-width: 462px;
    margin-left: auto;
    margin-right: auto;
  }
  .sp-block {
    display: block;
  }

  .top_staff__slider-txt::after {
    left: 72%;
    top: -10%;
    background-image: url(../images/top/comment_sp.svg);
  }
  .top_staff__slider-txt {
    left: -40px;
  }
}

@media screen and (max-width: 599px) {
  .staff-comment {
    left: 80%;
    top: 50%;
  }

  .top_staff__slider-txt::after {
    left: 67%;
    top: -20%;
    background-image: url(../images/top/comment_sp.svg);
  }
}

.review__comment > a,
.voice-list-item > p > a {
  display: block;
  width: 100%;
  text-align: right;
  text-decoration: underline;
  color: #cb2323;
}

.vk_faq .vk_faq_title:before,
.vk_faq .vk_faq_content:before {
  font-family: "Oswald" !important;
}

/*
.wp-block-table.is-style-regular,.contentArea__inner .wp-block-flexible-table-block-table{
  overflow: unset;
}

.wp-block-table table,.contentArea__inner .wp-block-flexible-table-block-table table{
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
*/
.wp-block-table table thead th,
.contentArea__inner .wp-block-flexible-table-block-table table thead th {
  color: #fff;
}

/* 店舗｜コース・料金 */
.price_card {
  padding: 20px 0 0;
}
.price_card-catch {
  display: flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
.price_card-catch img {
  width: 64px;
  margin-right: 12px;
}
.price_card-box {
  margin: 0 0 10px;
  padding: 0 10px 15px;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  border-radius: 8px;
}
.price_card-head {
  margin: 0 -10px 12px;
  padding: 12px 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border-radius: 6px 6px 0 0;
  background: #ccc;
}
.price_card-price {
  width: max-content;
  min-width: 210px;
  max-width: 100%;
  margin: 0 auto 8px;
  padding: 2px 5px 4px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background: #ccc;
}
.price_card-price em {
  font-size: 18px;
  font-style: normal;
}
.price_card-month {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: bold;
}
.price_card-month em {
  font-size: 32px;
  font-style: normal;
}
.price_card-month sub {
  font-size: 10px;
}
.price_card-note {
  font-size: 8px;
}
.--price01 .price_card-catch {
  color: #71bed4;
}
.--price01 .price_card-box {
  border-color: #71bed4;
}
.--price01 .price_card-head,
.--price01 .price_card-price {
  background-color: #71bed4;
}
.--price02 .price_card-catch {
  color: #f577ae;
}
.--price02 .price_card-box {
  border-color: #f577ae;
}
.--price02 .price_card-head,
.--price02 .price_card-price {
  background-color: #f577ae;
}
.--price03 .price_card-catch {
  color: #cb2323;
}
.--price03 .price_card-box {
  border-color: #cb2323;
}
.--price03 .price_card-head,
.--price03 .price_card-price {
  background-color: #cb2323;
}

@media screen and (min-width: 1025px) {
  .price_block {
    max-width: 400px;
    margin: 0 auto;
  }
}

/* 店舗｜お客様の声 */
.voiceList {
  padding-top: 20px;
}
.voiceList__item {
  margin-bottom: 16px;
}
.voiceList__toggle {
  display: flex;
  padding: 0 114px 0 0;
  background-color: #f0e1e1;
  cursor: pointer;
  position: relative;
}
.voiceList__toggle::before,
.voiceList__toggle::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 3px;
  background-color: #f8b15e;
  top: 53%;
  transition: transform 0.3s;
}
.voiceList__toggle::before {
  right: 40px;
  transform: translateY(-50%) rotate(-45deg);
}
.voiceList__toggle::after {
  right: 50px;
  transform: translateY(-50%) rotate(45deg);
}
.voiceList__toggle.open::before {
  transform: translateY(-50%) rotate(45deg);
}
.voiceList__toggle.open::after {
  transform: translateY(-50%) rotate(-45deg);
}
.voiceList__toggle-pic {
  width: 64px;
  flex-shrink: 0;
}
.voiceList__toggle-pic img {
  width: 100%;
  height: 100%;
  aspect-ratio: 64 / 85;
  object-fit: cover;
}
.voiceList__toggle-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px 0 20px 18px;
}
.voiceList__toggle-profile {
  margin: 0 0 3px;
  font-weight: 700;
  font-size: 10px;
}
.voiceList__toggle-profile span {
  display: inline-block;
  margin-left: 5px;
  padding: 1px 8px 2px;
  color: #fff;
  font-size: 8px;
  vertical-align: top;
  border-radius: 30px;
  background: #707070;
}
.voiceList__toggle-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.04em;
}
.voiceList__answer {
  display: none;
}
.voiceList__answer-inner {
  padding: 20px 16px;
  background: #f5f5f5;
}
.voiceList__answer-text {
  color: #707070;
  font-size: 14px;
  line-height: 1.71;
}
@media screen and (max-width: 599px) {
  .voiceList__toggle {
    padding: 0 45px 0 0;
  }
  .voiceList__toggle::before,
  .voiceList__toggle::after {
    width: 12px;
    top: 50%;
  }
  .voiceList__toggle::before {
    right: 20px;
  }
  .voiceList__toggle::after {
    right: 27px;
  }
  .voiceList__toggle-text {
    padding: 12px 0 12px 12px;
  }
  .voiceList__toggle-title {
    line-height: 1.4;
  }
}

/* 店舗｜トレーナーの紹介 */
.trainer_unit {
  padding: 50px 0 0;
  margin-top: 50px;
  border-top: 2px solid #333;
}
.trainer_unit--name {
  margin: 0 0 30px;
  font-size: 24px;
  font-weight: bold;
}
.trainer_unit--message {
  display: flex;
  margin: 0 0 30px;
}
.trainer_unit--message figure {
  width: 30%;
  margin-right: 50px;
  flex-shrink: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  position: relative;
}
.trainer_unit--message figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.trainer_unit--message .msg {
  flex-grow: 1;
  line-height: 1.8;
}
.trainer_unit--detail + .trainer_unit--detail {
  padding-top: 50px;
}
.trainer_unit--detail dt {
  margin: 0 0 25px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.trainer_unit--detail dd ul {
  list-style: none;
  border-top: 1px dotted #ccc;
}
.trainer_unit--detail dd ul li {
  position: relative;
  padding: 15px 0 15px 1em;
  line-height: 1.5;
  border-bottom: 1px dotted #ccc;
}
.trainer_unit--detail dd ul li:before {
  content: "";
  position: absolute;
  top: 25px;
  left: 4px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
}

@media screen and (max-width: 599px) {
  .trainer_unit {
    padding: 30px 0 0;
    margin-top: 30px;
    font-size: 14px;
  }
  .trainer_unit--name {
    margin: 0 0 20px;
    font-size: 20px;
  }
  .trainer_unit--message {
    display: block;
    margin: 0 0 40px;
  }
  .trainer_unit--message figure {
    width: auto;
    max-width: 80%;
    margin: 0 auto 20px;
    text-align: center;
  }
  .trainer_unit--detail dt {
    margin: 0 0 20px;
    font-size: 18px;
  }
  .trainer_unit--detail dd ul li:before {
    top: 23px;
    left: 4px;
    width: 3px;
    height: 3px;
  }
}


.cta_block {
  min-height: 300px;
  margin-bottom: 30px;
  padding: 35px 40px;
  border-radius: 20px;
  background: url(../images/cta_bg01.png) no-repeat right top / cover, linear-gradient(to right, #FF61AA, #A5B2DB);
}
h3.cta_block--title {
  margin: 0;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}
.cta_block--lead {
  padding-top: 10px;
}
.cta_block--lead p {
  margin: 10px 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
}
.cta_block--group {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 40px;
  padding-top: 15px;
}
.cta_block--check {
  width: 100%;
  max-width: 440px;
  margin: 0 !important;
  padding: 20px 16px;
  border-radius: 12px;
  background: #fff;
}
.cta_block--check li {
  position: relative;
  margin: 0 !important;
  padding: 0 0 0 36px;
  list-style: none;
  font-size: 14px;
  font-weight: 500;
}
.cta_block--check li + li {
  margin-top: 12px !important;
}
.cta_block--check li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 20px;
  height: 21px;
  background: url(../images/check02.svg) no-repeat 0 0 / 100% auto;
}
.cta_block--btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 5px;
  width: 172px;
  height: 172px;
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #FF8227;
}
.cta_block--btn a:before {
  content: "";
  display: block;
  width: 30px;
  height: 28px;
  background: url(../images/calendar.svg) no-repeat 0 0 / 100% auto;
}
.cta_block--note {
  padding-top: 10px;
  color: #fff;
  font-size: 12px;
  text-align: right;
}

@media screen and (max-width: 599px) {

.cta_block {
  padding: 40px 20px;
  background: url(../images/cta_bg02.png) no-repeat right top / cover, linear-gradient(to right, #FF61AA, #A5B2DB);
}
h3.cta_block--title {
  font-size: 24px;
}
.cta_block--lead p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
.cta_block--group {
  flex-direction: column;
  column-gap: 40px;
  padding-top: 15px;
}
.cta_block--check {
  max-width: inherit;
  padding: 16px;
}
.cta_block--check li {
  padding: 0 0 0 32px;
  line-height: 1.3;
}
.cta_block--btn {
  width: 100%;
  padding-top: 20px;
}
.cta_block--btn a {
  width: 100%;
  min-height: 62px;
  height: auto;
  font-size: 16px;
  border-radius: 30px;
}
.cta_block--btn a br {
  display: none;
}
.cta_block--btn a:before {
  content: none;
}
.cta_block--note {
  text-align: left;
}

}


.voice_index {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}
.voice_search {
  padding: 24px 42px 38px;
  border-radius: 12px;
  background: #F8F8F8;
}
.voice_search--item + .voice_search--item {
  margin-top: 26px;
}
.voice_search--item dt {
  margin-bottom: 12px;
}
.voice_search--item dt em {
  display: inline-block;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  border-bottom: 2px solid #CB2323;
}
.voice_search--item dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.voice_search--item dd ul li {
  position: relative;
}
.voice_search--item dd ul li span {
  display: block;
  padding: 4px 12px;
  font-size: 12px;
  cursor: pointer;
  border-radius: 30px;
  border: 1px solid #E4E4E4;
  background: #fff;
}
.voice_search--item dd ul li input[type=checkbox]:checked + span {
  color: #fff;
  border-color: #CB2323;
  background: #CB2323;
}
.voice_search--item dd ul li input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.voice_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
  padding: 45px 0;
}
.voice_listShop {
  padding: 30px 0;
  grid-template-columns: repeat(2, 1fr);
}
.voice_list--pic {
  position: relative;
}
.voice_list--pic figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3 / 2;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.voice_list--pic figcaption {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 12px;
  color: #CB2323;
  font-size: 13px;
  font-weight: 500;
  border-radius: 20px;
  background: #fff;
}
.voice_list--tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.voice_list--tag li {
  padding: 4px 12px;
  font-size: 12px;
  border-radius: 20px;
  border: 1px solid #E4E4E4;
  background: #fff;
}
.voice_list--title {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.voice__button {
  margin-inline: auto;
  margin-top: 40px;
}

@media screen and (max-width: 599px) {

.voice_index {
  padding: 70px 20px;
}
.voice_search {
  padding: 24px 20px;
}
.voice_search--item dt {
  cursor: pointer;
  background: url(../images/ic_baseline-plus.svg) no-repeat right top / 32px 32px;
}
.voice_search--item dt.is-open {
  background-image: url(../images/ic_baseline-minus.svg);
}
.voice_search--item dd {
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}
.voice_search--item dd.is-open {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.voice_list {
  display: block;
  padding: 45px 0 0;
}
.voice_list--item {
  padding-bottom: 42px;
}
.voice__button {
  margin-top: 0;
}




}
