@charset "UTF-8";

/* ::::::::::  Salon　店舗情報 各店舗ページ  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* =========================================================
common
========================================================= */
@media (max-width: 767px) {
  .globalFooter {
    padding-bottom: 55px;
  }
}

@media (max-width: 767px) {
  .pagetop {
    bottom: 70px !important;
  }
}

.salon-title {
  margin: 0;
  padding: 30px 10px 40px;
  font-size: 2.5rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  letter-spacing: .22em;
  line-height: 1.75;
  text-align: center;
}

@media (max-width: 767px) {
  .salon-title {
    padding: 20px 10px;
    font-size: 2rem;
  }
}

.sideBtnList li {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100px;
}

@media (max-width: 767px) {
  .sideBtnList li {
    height: 65px;
  }
}

.sideBtnList li.bookBtn {
  top: 110px;
}

@media (max-width: 767px) {
  .sideBtnList li.bookBtn {
    top: 0;
  }
}

.sideBtnList li.shopBtn {
  top: 220px;
}

@media (max-width: 767px) {
  .sideBtnList li.shopBtn {
    top: 69px;
  }
}

/* =========================================================
salonNav
========================================================= */
.salonNavWrap {
  margin-bottom: -100px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .salonNavWrap {
    margin-bottom: -20px;
  }
}

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

/* =========================================================
interview
========================================================= */
.interviewList .listItem {
  width: calc(33.33% - 13.33px);
  padding: 0 10px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .interviewList .listItem {
    width: calc(50% - 20px);
  }
}

@media (max-width: 767px) {
  .interviewList .listItem {
    width: 100%;
    padding: 0;
  }
}

.interviewList .listItem:nth-child(n + 4) {
  margin-top: 80px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .interviewList .listItem:nth-child(n + 3) {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .interviewList .listItem+.listItem {
    margin-top: 20px;
  }

  .interviewList .listItem:nth-child(n + 4) {
    margin-top: 20px;
  }
}

.interviewList .listItem a {
  display: block;
}

@media (min-width: 768px) {
  .interviewList .listItem a:hover {
    opacity: 1;
  }

  .interviewList .listItem a:hover .circle {
    background: #fceeee;
  }
}

.interviewList .listItem .photo {
  display: block;
  position: relative;
}

.interviewList .listItem .photo>img {
  width: 100%;
  height: 288px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media (min-width: 768px) and (max-width: 1024px) {
  .interviewList .listItem .photo>img {
    height: 29vw;
  }
}

@media (max-width: 767px) {
  .interviewList .listItem .photo>img {
    height: 56vw;
  }
}

.interviewList .listItem .kounin {
  position: absolute;
  left: 26px;
  top: 26px;
  width: 2.875em;
  max-height: calc(100% - 52px);
  padding: 10px;
  background: #e05257;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .interviewList .listItem .kounin {
    line-height: 1.2;
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .interviewList .listItem .kounin {
    top: 6px;
    left: 20px;
    width: 2.5em;
    max-height: calc(100% - 12px);
    padding: 4px;
    font-size: 1rem;
  }
}

.interviewList .listItem .kounin .icon {
  position: relative;
  left: -2px;
  display: inline-block;
  width: 20px;
  margin: 0 auto 5px;
  vertical-align: baseline;
}

@media (max-width: 767px) {
  .interviewList .listItem .kounin .icon {
    width: 13px;
    height: auto;
  }
}

.interviewList .listItem .info {
  margin-top: 22px;
  color: #e05257;
  line-height: 1.5;
  min-height: 21px;
}

@media (max-width: 767px) {
  .interviewList .listItem .info {
    margin-top: 15px;
    font-size: 1.2rem;
    min-height: auto;
  }
}

.interviewList .listItem .commentWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 116px;
  margin-top: 18px;
}

@media (max-width: 767px) {
  .interviewList .listItem .commentWrap {
    min-height: auto;
    margin-top: 10px;
  }
}

.interviewList .listItem .commentWrap .comment {
  width: calc(100% - 60px);
  padding-right: 20px;
  border-right: 1px solid #c8c8c8;
}

@media (max-width: 767px) {
  .interviewList .listItem .commentWrap .comment {
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
}

.interviewList .listItem .commentWrap .comment .title {
  font-size: 2rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  letter-spacing: .22em;
  line-height: 1.75;
  height: 3.5em;
}

@media (max-width: 767px) {
  .interviewList .listItem .commentWrap .comment .title {
    font-size: 1.3rem;
    line-height: 1.6;
    height: auto;
  }
}

.interviewList .listItem .commentWrap .comment .name {
  margin: 10px 0 0;
  font-size: 1.8rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .interviewList .listItem .commentWrap .comment .name {
    font-size: 1.3rem;
  }
}

/* ================= interview article ================= */
.interviewArticle .articleHeader .wrapper {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .interviewArticle .articleHeader .wrapper {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .interviewArticle .articleHeader .imgAnime {
    width: 47%;
  }
}

.interviewArticle .articleHeader .photo {
  display: block;
  position: relative;
}

.interviewArticle .articleHeader .photo>img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media (min-width: 768px) and (max-width: 1024px) {
  .interviewArticle .articleHeader .photo>img {
    width: 100%;
    height: 29vw;
  }
}

@media (max-width: 767px) {
  .interviewArticle .articleHeader .photo>img {
    width: 100%;
    height: 56vw;
  }
}

.interviewArticle .articleHeader .kounin {
  position: absolute;
  left: 26px;
  top: 26px;
  width: 2.875em;
  max-height: calc(100% - 52px);
  padding: 10px;
  background: #e05257;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .interviewArticle .articleHeader .kounin {
    line-height: 1.2;
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .interviewArticle .articleHeader .kounin {
    top: 6px;
    left: 20px;
    width: 2.5em;
    max-height: calc(100% - 12px);
    padding: 4px;
    font-size: 1rem;
  }
}

.interviewArticle .articleHeader .kounin .icon {
  position: relative;
  left: -2px;
  display: inline-block;
  width: 20px;
  margin: 0 auto 5px;
  vertical-align: baseline;
}

@media (max-width: 767px) {
  .interviewArticle .articleHeader .kounin .icon {
    width: 13px;
    height: auto;
  }
}

.interviewArticle .articleHeader .textArea {
  width: calc(100% - 620px);
}

@media (min-width: 768px) and (max-width: 1024px) {
  .interviewArticle .articleHeader .textArea {
    width: 47%;
  }
}

@media (max-width: 767px) {
  .interviewArticle .articleHeader .textArea {
    width: 100%;
  }
}

.interviewArticle .articleHeader .textArea .info {
  color: #e05257;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .interviewArticle .articleHeader .textArea .info {
    margin-top: 15px;
    font-size: 1.2rem;
  }
}

.interviewArticle .articleHeader .textArea .name {
  font-size: 3.0rem;
  font-weight: bold;
  margin-top: 18px;
}

@media (max-width: 767px) {
  .interviewArticle .articleHeader .textArea .name {
    font-size: 2.0rem;
    margin-top: 10px;
  }
}

.interviewArticle .articleHeader .textArea .title {
  font-size: 2.5rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  letter-spacing: .22em;
  line-height: 2.15;
  margin: 10px 0 0;
}

@media (max-width: 767px) {
  .interviewArticle .articleHeader .textArea .title {
    font-size: 2.0rem;
    line-height: 1.75;
  }
}

.interviewArticle .articleHeader .textArea .lead {
  font-size: 1.7rem;
  line-height: 2.45;
  margin: 15px 0 0;
}

@media (max-width: 767px) {
  .interviewArticle .articleHeader .textArea .lead {
    font-size: 1.35rem;
    line-height: 2;
  }
}

.interviewArticle .articleFooter {
  width: 100%;
  position: relative;
  text-align: center;
}

@media (max-width: 767px) {
  .interviewArticle .articleFooter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.interviewArticle .articleFooter .wrapper {
  padding-top: 60px;
}

@media (max-width: 767px) {
  .interviewArticle .articleFooter .wrapper {
    padding-top: 30px;
  }
}

.interviewArticle .articleFooter .interviewBtn {
  margin-top: 65px;
}

@media (max-width: 767px) {
  .interviewArticle .articleFooter .interviewBtn {
    margin-top: 20px;
    width: 100%;
  }
}

.interviewArticle .articleFooter .interviewBtn a {
  color: #fff;
}

.interviewArticle .articleFooter .interviewBtn a>svg {
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  display: inline-block;
  width: 21px;
  height: 13px;
  margin: auto 0;
  fill: #fff;
  vertical-align: middle;
}

.interviewArticle .articleHeader .textArea table {
  margin: 2.5em 0;
}
.interviewArticle .articleHeader .textArea table td{
  border: 1px solid #b2b2b2;
  padding: 0 10px;
}

/* ================= interview articleContent ================= */
.interviewArticle .articleContent {
  background: #f2f2f2;
}

.interviewArticle .articleContent dl>dt {
  position: relative;
  color: #000;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  letter-spacing: .22em;
  font-size: 2.5rem;
}

@media (max-width: 767px) {
  .interviewArticle .articleContent dl>dt {
    line-height: 1.6;
    font-size: 2.0rem;
  }
}

.interviewArticle .articleContent dl>dd {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.9;
  margin: 17px 0 0;
}

@media (max-width: 767px) {
  .interviewArticle .articleContent dl>dd {
    font-size: 1.2rem;
    line-height: 1.80;
  }
}

.interviewArticle .articleContent dl>dd+dt {
  margin-top: 90px;
}

@media (max-width: 767px) {
  .interviewArticle .articleContent dl>dd+dt {
    margin-top: 50px;
  }
}

.interviewArticle .articleContent p {
  margin: 2.5em 0;
  line-height: 2.8;
}

@media (max-width: 767px) {
  .interviewArticle .articleContent p {
    line-height: 1.95;
  }
}

.interviewArticle .articleContent p:not([class]) a {
  color: #e05257;
}

.interviewArticle .articleContent a {
  color: #e05257;
  text-decoration: underline !important;
}

.interviewArticle .articleContent a:hover {
  text-decoration: none !important;
}

.interviewArticle .articleContent a[target="_blank"]::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url(../img/common/icon_external.svg) no-repeat center/14px auto;
  width: 14px;
  height: 14px;
  margin: 0 5px 3px 5px;
}

.interviewArticle .articleContent a[href$=".pdf"]::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url(../img/common/icon_pdf.svg) no-repeat center/14px auto;
  width: 14px;
  height: 13px;
  margin: 0 5px 3px 5px;
}

.interviewArticle .articleContent img {
  display: block;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 840px;
  height: 540px;
  margin: 2.5em auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .interviewArticle .articleContent img {
    width: 100%;
    height: 60vw;
  }
}

@media (max-width: 767px) {
  .interviewArticle .articleContent img {
    width: 100%;
    height: 59vw;
  }
}

.interviewArticle .articleContent table {
  margin: 2.5em 0;
}
.interviewArticle .articleContent table td{
  border: 1px solid #b2b2b2;
  padding: 0 10px;
}
/* ================= otherStaff ================= */
.otherStaffArea {
  position: relative;
}

.otherStaff .listItem {
  padding: 0 25px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .otherStaff .listItem {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .otherStaff .listItem {
    padding: 0 14px;
  }
}

.otherStaff .listItem.on {
  display: none;
}

.otherStaff .listItem a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (min-width: 768px) {
  .otherStaff .listItem a:hover {
    opacity: 1;
  }

  .otherStaff .listItem a:hover .circle {
    background: #fceeee;
  }
}

/* .otherStaff {
  margin: 0 auto;
  display: flex;
  width: 100%;
  justify-content: center;
}
.otherStaff .listItem {
  width: 50%;
}
.otherStaff .listItem + .listItem {
  margin-left: 50px;
}
@media (max-width: 1024px) {
  .otherStaff .listItem + .listItem {
    margin-left: 30px;
  }
}
.otherStaff .listItem a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .otherStaff .listItem a {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .otherStaff .listItem a:hover {
    opacity: 1;
  }
  .otherStaff .listItem a:hover .circle {
    background: #fceeee;
  }
}
.otherStaff .listItem.prev a {
  padding-left: 155px;
}
.otherStaff .listItem.next a {
  padding-right: 155px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .otherStaff .listItem.prev a {
    padding-left: 65px;
  }
  .otherStaff .listItem.next a {
    padding-right: 65px;
  }
}
@media (max-width: 767px) {
  .otherStaff .listItem.prev a {
    padding-left: 40px;
  }
  .otherStaff .listItem.next a {
    padding-right: 40px;
  }
}
.otherStaff .listItem a::before {
  content: '';
  display: block;
  border-radius: 50%;
  border: 1px solid #ccc;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: all .3s;
  background: url(../img/common/icon_slide01.svg) no-repeat center, #fff;
  background-size: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 45px;
}
.otherStaff .listItem.next a::before {
  background: url(../img/common/icon_slide02.svg) no-repeat center, #fff;
  background-size: 8px;
  left: auto;
  right: 45px;
}
@media (max-width: 1024px) {
  .otherStaff .listItem a::before {
    left: 0;
  }
  .otherStaff .listItem.next a::before {
    left: auto;
    right: 0;
  }
}
@media (max-width: 767px) {
  .otherStaff .listItem a::before {
    width: 27px;
    height: 27px;
    background-size: 6px;
  }
} */
.otherStaff .listItem .photo {
  display: block;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .otherStaff .listItem .photo {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .otherStaff .listItem .photo {
    width: 100%;
  }
}

.otherStaff .listItem .photo>img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media (min-width: 768px) and (max-width: 1024px) {
  .otherStaff .listItem .photo>img {
    width: 100%;
    height: 10vw;
  }
}

@media (max-width: 767px) {
  .otherStaff .listItem .photo>img {
    width: 100%;
    height: 15.5vw;
  }
}

.otherStaff .listItem .kounin {
  position: absolute;
  left: 14px;
  top: 7px;
  width: 2.5em;
  max-height: calc(100% - 14px);
  padding: 4px;
  font-size: 1rem;
  background: #e05257;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -moz-transform-origin: left top;
  -webkit-transform-origin: left top;
  -o-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  letter-spacing: -0.2px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .otherStaff .listItem .kounin {
    left: 50%;
    top: auto;
    bottom: 0;
    width: 111%;
    max-height: 2.5em;
    padding: 2px 4px;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    -moz-transform: scale(0.8) translateX(-50%);
    -webkit-transform: scale(0.8) translateX(-50%);
    -o-transform: scale(0.8) translateX(-50%);
    -ms-transform: scale(0.8) translateX(-50%);
    transform: scale(0.8) translateX(-50%);
  }
}

@media (max-width: 767px) {
  .otherStaff .listItem .kounin {
    left: 50%;
    top: auto;
    bottom: -3px;
    width: 175%;
    max-height: 2.5em;
    padding: 2px 4px;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    -moz-transform: scale(0.5) translateX(-50%);
    -webkit-transform: scale(0.5) translateX(-50%);
    -o-transform: scale(0.5) translateX(-50%);
    -ms-transform: scale(0.5) translateX(-50%);
    transform: scale(0.5) translateX(-50%);
  }
}

.otherStaff .listItem .kounin .icon {
  position: relative;
  left: -1px;
  display: inline-block;
  width: 10px;
  margin: 0 auto 3px;
  vertical-align: baseline;
}

@media (max-width: 1024px) {
  .otherStaff .listItem .kounin .icon {
    left: auto;
    width: 9px;
    height: auto;
    margin: 0 3px -3px 0;
  }
}

.otherStaff .listItem .textBlock {
  width: calc(100% - 225px);
  margin-left: 25px;
  text-align: left;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .otherStaff .listItem .textBlock {
    width: 54%;
    margin-left: 15px;
  }
}

@media (max-width: 767px) {
  .otherStaff .listItem .textBlock {
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
    text-align: center;
  }
}

.otherStaff .listItem .info {
  color: #e05257;
  line-height: 1.5;
  min-height: 21px;
}

@media (max-width: 1024px) {
  .otherStaff .listItem .info {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .otherStaff .listItem .info {
    min-height: 36px;
  }
}

.otherStaff .listItem .info span+span {
  border-left: 1px solid #e05257;
  padding-left: 12px;
  margin-left: 12px;
}

@media (max-width: 767px) {
  .otherStaff .listItem .info span+span {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
  }

  .otherStaff .listItem .info span {
    display: block;
  }
}

.otherStaff .listItem .commentWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .otherStaff .listItem .commentWrap {
    margin: 15px 0 0;
  }
}

@media (max-width: 767px) {
  .otherStaff .listItem .commentWrap {
    margin: 0;
  }
}

.otherStaff .listItem .commentWrap .comment {
  width: calc(100% - 50px);
}

@media (max-width: 767px) {
  .otherStaff .listItem .commentWrap .comment {
    width: 100%;
  }
}

.otherStaff .listItem .commentWrap .comment .name {
  font-weight: bold;
  font-size: 2.5rem;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .otherStaff .listItem .commentWrap .comment .name {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .otherStaff .listItem .commentWrap .comment .name {
    font-size: 1.3rem;
  }
}

.otherStaff .slick-list {
  max-width: 980px;
  margin: 0 auto;
  /* overflow: visible; */
}

@media (min-width: 768px) and (max-width: 1024px) {
  .otherStaff .slick-list {
    width: calc(100% - 100px);
  }
}

@media (max-width: 767px) {
  .otherStaff .slick-list {
    width: calc(100% - 54px);
  }
}

.otherStaffArea .slick-arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin-top: 0;
  width: 100%;
  transition: all .5s;
}

.otherStaffArea .slick-arrows .slick-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 45px;
}

.otherStaffArea .slick-arrows .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 45px;
}

@media (max-width: 1024px) {
  .otherStaffArea .slick-arrows .slick-prev {
    left: 0;
  }

  .otherStaffArea .slick-arrows .slick-next {
    right: 0;
  }
}

@media (max-width: 767px) {
  .otherStaffArea .slick-arrows .slick-arrow {
    width: 27px;
    height: 27px;
  }

  .otherStaffArea .slick-arrows .slick-arrow.slick-prev {
    background-size: 6px;
  }

  .otherStaffArea .slick-arrows .slick-arrow.slick-next {
    background-size: 6px;
  }
}

.otherStaffArea .slick-arrows .slick-prev.slick-disabled,
.otherStaffArea .slick-arrows .slick-next.slick-disabled {
  visibility: hidden;
}

/* =========================================================
information
========================================================= */
.informationList .listItem {
  width: calc(33.33% - 30px);
}

@media (min-width: 768px) and (max-width: 1024px) {
  .informationList .listItem {
    width: calc(50% - 15px);
  }
}

@media (max-width: 767px) {
  .informationList .listItem {
    width: 100%;
  }
}

.informationList .listItem:nth-child(n + 4) {
  margin-top: 40px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .informationList .listItem:nth-child(n + 3) {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .informationList .listItem+.listItem {
    margin-top: 15px;
  }

  .informationList .listItem:nth-child(n + 4) {
    margin-top: 15px;
  }
}

.informationList .listItem a {
  display: block;
  height: 100%;
  padding: 40px 35px 35px;
  background: #f1f1f1;
}

@media (min-width: 768px) {
  .informationList .listItem a:hover {
    opacity: 1;
  }

  .informationList .listItem a:hover .more {
    color: #e05257;
  }

  .informationList .listItem a:hover .circle {
    background: #fff;
  }
}

@media (max-width: 767px) {
  .informationList .listItem a {
    padding: 20px 25px;
  }
}

.informationList .listItem a.blank .more::after,
.informationList .listItem a[target="_blank"] .more::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url(../img/common/icon_external.svg) no-repeat center/14px auto;
  width: 14px;
  height: 14px;
  margin: 0 0 3px 5px;
}

.informationList .listItem a.pdf .more::after,
.informationList .listItem a[href$=".pdf"] .more::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url(../img/common/icon_pdf.svg) no-repeat center/14px auto;
  width: 14px;
  height: 13px;
  margin: 0 0 3px 5px;
}

.informationList .listItem .dateCat {
  font-size: 1.5rem;
  font-family: "Oooh Baby", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

@media (max-width: 767px) {
  .informationList .listItem .dateCat {
    font-size: 1.3rem;
  }
}

.informationList .listItem .title {
  margin-bottom: 1.6em;
  font-size: 1.6rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  letter-spacing: .075em;
  line-height: 2;
  height: 5.8em;
}

@media (max-width: 767px) {
  .informationList .listItem .title {
    font-size: 1.3rem;
    height: auto;
  }
}

.informationList .listItem .more {
  position: relative;
  padding: 25px 0 10px;
  border-top: 1px solid #c8c8c8;
  letter-spacing: 0;
  transition: color .5s;
}

@media (max-width: 767px) {
  .informationList .listItem .more {
    padding: 15px 0 0;
    font-size: 1.2rem;
  }
}

.informationList .listItem .circle {
  position: absolute;
  right: 0;
  top: 20px;
}

@media (max-width: 767px) {
  .informationList .listItem .circle {
    top: 15px;
  }
}

/* ================= section_pager ================= */
.section_pager {
  text-align: center;
  padding: 50px 0 0;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}

@media (max-width: 767px) {
  .section_pager {
    padding: 20px 0 0;
  }
}

.section_pager span a {
  display: block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0 3px;
  color: #000;
  background: #fff;
  border-radius: 50%;
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .section_pager span a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 1px;
    font-size: 1.3rem;
  }
}

.section_pager span.prev a,
.section_pager span.next a {
  border-radius: 50%;
  color: #fff;
}

.section_pager span.prev a {
  background: url(../img/common/icon_slide01.svg) no-repeat center center;
  background-size: 6px 12px;
}

.section_pager span.next a {
  background: url(../img/common/icon_slide02.svg) no-repeat center center;
  background-size: 6px 12px;
}

@media (max-width: 767px) {

  .section_pager span.prev a,
  .section_pager span.next a {
    background-size: 4px 8px;
  }
}

.section_pager span.active a {
  background: #e05257;
  color: #fff;
}

/* ================= article ================= */
.article .wrapper {
  padding-top: 70px;
  padding-bottom: 130px;
}

@media (max-width: 767px) {
  .article .wrapper {
    padding-top: 40px;
    padding-bottom: 65px;
  }
}

.article .articleHeader {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .article .articleHeader {
    margin-bottom: 30px;
  }
}

.article .articleHeader .dateCat {
  font-size: 1.5rem;
  font-family: "Oooh Baby", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

@media (max-width: 767px) {
  .article .articleHeader .dateCat {
    font-size: 1.3rem;
  }
}

.article .articleHeader .title {
  padding: 15px 0 20px;
  border-bottom: 1px solid #c8c8c8;
  font-size: 2.5rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

@media (max-width: 767px) {
  .article .articleHeader .title {
    font-size: 2.0rem;
  }
}

.article .articleFooter {
  margin-top: 50px;
  border-top: 1px solid #c8c8c8;
}

@media (max-width: 767px) {
  .article .articleFooter {
    margin-top: 25px;
  }
}

.article .articleFooter .share {
  display: flex;
  padding: 30px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #c8c8c8;
}

@media (max-width: 767px) {
  .article .articleFooter .share {
    justify-content: space-between;
    padding: 25px 0;
    margin-bottom: 0;
  }
}

.article .articleFooter .share>p {
  color: #e05257;
  font-size: 2.6rem;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .article .articleFooter .share>p {
    font-size: 1.9rem;
    margin-right: 0;
  }
}

.article .articleFooter .snsList li {
  margin: 0 0 0 -1px;
}

.article .articleFooter .snsList li a {
  border: 1px solid #c8c8c8;
  border-radius: 0;
  width: 40px;
  height: 40px;
}

.article .articleFooter .snsList li a svg {
  max-width: 8px;
  max-height: 16px;
}

.article .articleFooter .snsList li:nth-of-type(3) a svg {
  max-width: 15px;
  max-height: 12px;
}

.article .articleFooter .snsList li.sp a svg {
  max-width: 16px;
  max-height: 15px;
}

.article .articleFooter .footerLink {
  width: 100%;
  position: relative;
  text-align: center;
}

@media (max-width: 767px) {
  .article .articleFooter .footerLink {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.article .articleFooter .footerLink a.prev,
.article .articleFooter .footerLink a.next {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  min-width: 90px;
  padding: 10px 0;
  color: #000;
  white-space: nowrap;
}

.article .articleFooter .footerLink a.prev {
  left: 0;
  text-align: left;
}

.article .articleFooter .footerLink a.next {
  right: 0;
  text-align: right;
}

@media (max-width: 767px) {

  .article .articleFooter .footerLink a.prev,
  .article .articleFooter .footerLink a.next {
    position: static;
    transform: translateY(0);
    padding: 16px 0;
  }
}

.article .articleFooter .footerLink a.prev .circle {
  margin-right: 10px;
}

.article .articleFooter .footerLink a.prev .circle .icon_arrow {
  transform: scale(-1, 1);
}

.article .articleFooter .footerLink a.next .circle {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .article .articleFooter .footerLink .informationBtn {
    width: 100%;
  }
}

.article .articleFooter .footerLink .informationBtn a {
  color: #fff;
}

.article .articleFooter .footerLink .informationBtn a>svg {
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  display: inline-block;
  width: 21px;
  height: 13px;
  margin: auto 0;
  fill: #fff;
  vertical-align: middle;
}

/* ================= articleContent ================= */
.article .articleContent h3 {
  color: #e05257;
  margin: 35px 0 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e05257;
  font-size: 2rem;
  font-weight: bold;
}

.article .articleContent p {
  margin: 2.5em 0;
  line-height: 2.8;
}

@media (max-width: 767px) {
  .article .articleContent p {
    line-height: 1.95;
  }
}

.article .articleContent p:not([class]) a {
  color: #e05257;
}

.article .articleContent a {
  color: #e05257;
  text-decoration: underline !important;
}

.article .articleContent a:hover {
  text-decoration: none !important;
}

.article .articleContent a[target="_blank"]::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url(../img/common/icon_external.svg) no-repeat center/14px auto;
  width: 14px;
  height: 14px;
  margin: 0 5px 3px 5px;
}

.article .articleContent a[href$=".pdf"]::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url(../img/common/icon_pdf.svg) no-repeat center/14px auto;
  width: 14px;
  height: 13px;
  margin: 0 5px 3px 5px;
}

.article .articleContent img {
  display: block;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 840px;
  height: 540px;
  margin: 2.5em auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .article .articleContent img {
    width: 100%;
    height: 60vw;
  }
}

@media (max-width: 767px) {
  .article .articleContent img {
    width: 100%;
    height: 59vw;
  }
}

.article .articleContent table {
  margin: 2.5em 0;
}
.article .articleContent table td{
  border: 1px solid #b2b2b2;
  padding: 0 10px;
}

/* =========================================================
entry_salon
========================================================= */
.inner .textBox {
  width: 100%;
}

.entry_salon .inner {
  display: flex;
  justify-content: space-between;
}

.entry_salon .haveImg .textBox {
  width: 78.5%;
}

@media (max-width: 767px) {
  .entry_salon .haveImg .textBox {
    width: 100%;
  }
}

.entry_salon .accordion:not(:last-child) {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .entry_salon .accordion:not(:last-child) {
    margin-bottom: 20px;
  }
}

.entry_salon .accordion>dt {
  position: relative;
  background: #efefef;
  padding: 29px 80px 29px 28px;
  color: #000;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  letter-spacing: .22em;
  font-size: 1.6rem;
  cursor: pointer;
}

@media (max-width: 767px) {
  .entry_salon .accordion>dt {
    padding: 15px 48px 15px 24px;
    line-height: 1.35;
    font-size: 1.2rem;
  }
}

.entry_salon .accordion>dt span.cercle {
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 39px;
  height: 39px;
  background: #dedede;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .entry_salon .accordion>dt span.cercle {
    right: 15px;
    width: 25px;
    height: 25px;
  }
}

.entry_salon .accordion dt::before,
.entry_salon .accordion dt::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 42px;
  background: #000;
  width: 15px;
  height: 1px;
  margin: auto;
  z-index: 1;
}

@media (max-width: 767px) {

  .entry_salon .accordion dt::before,
  .entry_salon .accordion dt::after {
    width: 10px;
    right: 21.5px;
  }
}

.entry_salon .accordion dt::after {
  right: 49px;
  width: 1px;
  height: 15px;
}

@media (max-width: 767px) {
  .entry_salon .accordion dt::after {
    height: 10px;
    right: 26px;
  }
}

.entry_salon .accordion dt.active::after {
  opacity: 0;
}

.entry_salon .accordion>dd {
/*  display: none;*/
  position: relative;
  background: #fff;
  font-size: 1.6rem;
  border: 1px solid #efefef;
  padding: 28px 28px;
}

@media (max-width: 767px) {
  .entry_salon .accordion>dd {
    padding: 15px 24px 15px 24px;
    font-size: 1.2rem;
  }
}

.entry_salon .accordion dd .title {
  line-height: 1.8;
}

.entry_salon dd .table01 {
  margin: 30px 0 50px;
  border-top: 1px solid #c8c8c8;
}

@media (max-width: 767px) {
  .entry_salon dd .table01 {
    margin: 15px 0 20px;
  }
}

.entry_salon dd .table01 tr {
  border-bottom: 1px solid #c8c8c8;
}

.entry_salon dd .table01 th {
  vertical-align: baseline;
  width: 22%;
}

@media (max-width: 767px) {
  .entry_salon dd .table01 th {
    width: 100%;
  }
}

.entry_salon dd .table01 td {
  line-height: 2.4;
}

.entry_salon dd .table01 a[href^="tel"] {
  text-decoration: underline;
  color: #e05257;
}

.entry_salon dd .table01:last-of-type {
  margin-bottom: 0;
}

.entry_salon dd .btnList {
  display: flex;
  width: calc(100% + 12px);
  margin: 55px auto 22px;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 767px) {
  .entry_salon dd .btnList {
    display: block;
    width: 100%;
    margin: 30px auto 15px;
  }
}

.entry_salon dd .btnList li {
  margin: 0 8px;
  flex-grow: 0;
}

@media (max-width: 767px) {
  .entry_salon dd .btnList li {
    width: 100%;
    margin: 0;
  }

  .entry_salon dd .btnList li+li {
    margin-top: 10px;
  }
}

.entry_salon dd .btnList li a {
  width: 260px;
  height: 80px;
}

@media (max-width: 767px) {
  .entry_salon dd .btnList li a {
    width: 100%;
    height: 55px;
  }
}

.entry_salon dd .btnList li a.line {
  background: #008015;
}

@media (min-width: 768px) {
  .entry_salon dd .btnList li a.line:hover {
    background: #339944;
  }
}

.entry_salon dd .btnList li a.line .circle {
  background: rgba(255, 255, 255, 0.2);
}

.entry_salon dd .btnList li a.line .circle svg {
  width: 21px;
  height: 21px;
  fill: #fff;
}

.img.pc img {
  width: 220px;
  height: 220px;
  object-fit: cover;
}

.img.sp {
  margin-top: 30px;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  box-sizing: border-box;
}

.img.sp img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.entry_salon .textBox {
  width: 100%;
}

.entry_salon .table01 th {
  width: 20%;
}

/* =========================================================
entry_salon Google jobs用
========================================================= */
.job .entry_salon dt {
  padding: 0 0 28px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  letter-spacing: .22em;
  font-size: 2rem;
}

@media (max-width: 767px) {
  .job .entry_salon dt {
    padding: 0 0 14px;
    font-size: 1.4rem;
  }
}

.job .entry_salon dd {
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .job .entry_salon dd {
    font-size: 1.2rem;
  }
}

/* =========================================================
entryForm
========================================================= */
/* ================= breadcrumbs ================= */
.breadcrumbs li.confirm {
  color: #b3b3b3;
}

/* ================= leadSec ================= */
.leadSec.entryForm .wrapper {
  padding-top: 80px;
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .leadSec.entryForm .wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.leadSec.entryForm .leadText .rMark {
  margin: 0 7px;
}

.leadSec.entryForm .entryFormFlow {
  position: absolute;
  right: 0;
  bottom: -55px;
}

.leadSec.entryForm .entryFormFlow.confirm {
  bottom: 0;
}

@media (max-width: 767px) {
  .leadSec.entryForm .entryFormFlow {
    position: static;
    margin-top: 25px;
  }
}

.leadSec.entryForm .entryFormFlow .flow {
  width: 355px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

@media (max-width: 767px) {
  .leadSec.entryForm .entryFormFlow .flow {
    width: 100%;
  }
}

.leadSec.entryForm .entryFormFlow .flow::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 0;
  border-top: 1px solid #c8c8c8;
  z-index: -1;
}

.leadSec.entryForm .entryFormFlow .flow li {
  background: #dfdfdf;
  color: #989898;
  border-radius: 5px;
  width: 91px;
  height: 46px;
  line-height: 46px;
  font-weight: bold;
  text-align: center;
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
}

@media (max-width: 767px) {
  .leadSec.entryForm .entryFormFlow .flow li {
    width: calc(33.33% - 15px);
    height: 28px;
    line-height: 28px;
    font-size: 1.2rem;
  }
}

.leadSec.entryForm .entryFormFlow .flow li.active {
  background: #e05257;
  color: #fff;
}

/* ================= entryForm ================= */
.entryForm .wrapper {
  padding-top: 20px;
  padding-bottom: 130px;
}

@media (max-width: 767px) {
  .entryForm .wrapper {
    padding-top: 0;
    padding-bottom: 65px;
  }
}

.entryForm {
  /* IE 10+ */
}

.entryForm input[type="text"],
.entryForm input[type="tel"],
.entryForm input[type="number"],
.entryForm input[type="email"],
.entryForm input[type="submit"],
.entryForm button,
.entryForm select,
.entryForm textarea {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #f1f1f1;
  width: 100%;
  height: 70px;
  line-height: 70px;
  padding: 0 25px;
  font-size: 1.6rem;
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  color: #000;
}

@media (max-width: 767px) {

  .entryForm input[type="text"],
  .entryForm input[type="tel"],
  .entryForm input[type="number"],
  .entryForm input[type="email"],
  .entryForm input[type="submit"],
  .entryForm button,
  .entryForm select,
  .entryForm textarea {
    padding: 0 20px;
    font-size: 1.2rem;
    height: 52px;
    line-height: 52px;
  }
}

.entryForm .radioLabel {
  display: inline-block;
  margin: 20px 0 0;
  cursor: pointer;
}

@media (max-width: 767px) {
  .entryForm .radioLabel {
    min-width: 100%;
    margin: 4px 0;
  }
}

.entryForm .radioLabel+label {
  margin-left: 30px;
}

@media (max-width: 767px) {
  .entryForm .radioLabel+label {
    margin-left: 0;
  }
}

.entryForm .radioLabel span {
  position: relative;
  display: flex;
  align-items: center;
}

.entryForm .radioLabel span::before {
  content: '';
  display: block;
  border-radius: 50%;
  border: none;
  background: #f0f0f0;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.entryForm .radioLabel span::after {
  content: '';
  position: absolute;
  left: 5px;
  display: block;
  border-radius: 50%;
  border: none;
  background: #e05257;
  width: 10px;
  height: 10px;
  opacity: 0;
  transition: all .15s;
}

.entryForm .radioLabel input {
  appearance: none;
  display: none;
  position: absolute;
}

.entryForm .radioLabel input:checked+span::after {
  opacity: 1;
}

.entryForm .small {
  width: 250px;
}

.entryForm select {
  border: none;
  background: #f1f1f1 url("../img/salon/icon_select.svg") no-repeat right 25px center/13px auto;
}

@media (max-width: 767px) {
  .entryForm select {
    background-position: right 20px center;
    background-size: 10px auto;
  }
}

.recruitContact select::-ms-expand {
  display: none;
}

.entryForm textarea {
  height: 256px;
  line-height: 1.7;
  padding: 20px 20px;
}

@media (max-width: 767px) {
  .entryForm textarea {
    height: 192px;
    padding: 15px 20px;
  }
}

.entryForm input[type="text"]:focus,
.entryForm input[type="tel"]:focus,
.entryForm input[type="email"]:focus,
.entryForm textarea:focus {
  box-shadow: 0 0 5px 2px rgba(224, 82, 87, 0.8);
}

.entryForm ::placeholder {
  color: #b3b3b3;
  font-size: 1.6rem;
}

.entryForm :-ms-input-placeholder {
  color: #b3b3b3;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .entryForm ::placeholder {
    font-size: 1.2rem;
  }

  .entryForm :-ms-input-placeholder {
    font-size: 1.2rem;
  }
}

.rMark {
  display: inline-block;
  background: #e05257;
  border-radius: 5px;
  width: 60px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .rMark {
    width: 41px;
    height: 28px;
    line-height: 28px;
    font-size: 1.2rem;
  }
}

.entryForm .entryFormTable {
  width: 100%;
}

.entryForm .entryFormTable tr:not(:first-child) {
  border-bottom: 1px solid #c8c8c8;
}

@media (max-width: 767px) {

  .entryForm .entryFormTable th,
  .entryForm .entryFormTable td {
    display: block;
  }
}

.entryForm .entryFormTable th {
  vertical-align: top;
  width: calc(100% - 900px);
  padding: 45px 0 40px;
  text-align: left;
  font-size: 1.6rem;
  line-height: 46px;
  color: #e05257;
  font-weight: bold;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .entryForm .entryFormTable th {
    width: 35%;
  }
}

@media (max-width: 767px) {
  .entryForm .entryFormTable th {
    display: flex;
    width: 100%;
    font-size: 1.2rem;
    line-height: 28px;
    padding: 15px 0 2px;
  }
}

.entryForm .entryFormTable th .rMark {
  vertical-align: top;
  margin-right: 15px;
}

.entryForm .entryFormTable td {
  width: 900px;
  padding: 30px 0;
  word-break: break-all;
  font-size: 1.6rem;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .entryForm .entryFormTable td {
    width: 65%;
  }
}

@media (max-width: 767px) {
  .entryForm .entryFormTable td {
    display: block;
    width: 100%;
    padding: 10px 0 20px;
    font-size: 1.2rem;
  }
}

.entryForm .entryFormTable td .note {
  display: block;
  margin: 7px 0 0;
  color: #b3b3b3;
}

@media (min-width: 768px) {

  .entryForm .entryFormTable tr:first-child th,
  .entryForm .entryFormTable tr:nth-child(2) th {
    padding: 30px 0 25px;
    line-height: normal;
  }

  .entryForm .entryFormTable tr:first-child td,
  .entryForm .entryFormTable tr:nth-child(2) td {
    padding: 30px 0 25px;
  }

  .entryForm .entryFormTable tr:last-child td {
    padding-top: 52px;
  }
}

@media (max-width: 767px) {
  .entryForm .entryFormTable tr:first-child td {
    padding: 0;
  }

  .entryForm .entryFormTable tr:nth-child(2) td {
    padding-top: 0;
  }
}

.entryForm .privacyCheckLabel {
  display: block;
  cursor: pointer;
}

@media (max-width: 767px) {
  .entryForm .privacyCheckLabel {
    margin-left: 17px;
    text-indent: -17px;
    text-align: left;
  }
}

.entryForm .privacyCheckLabel a {
  color: #e05257;
  text-decoration: underline;
}

.entryForm .privacyCheckLabel a:hover {
  text-decoration: none;
}

.entryForm .privacyCheckLabel::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px;
  background: #f1f1f1;
  width: 20px;
  height: 20px;
  margin: 0 10px 3px 0;
}

@media (max-width: 767px) {
  .entryForm .privacyCheckLabel::before {
    width: 15px;
    height: 15px;
  }
}

.entryForm .privacyCheck {
  display: none;
}

.entryForm .privacyCheck:checked+.privacyCheckLabel::before {
  background: #f1f1f1 url("../img/common/icon_check.svg") no-repeat center;
  background-size: 17px 17px;
}

@media (max-width: 767px) {
  .entryForm .privacyCheck:checked+.privacyCheckLabel::before {
    background-size: 12px 12px;
  }
}

.entryForm .btnList {
  justify-content: center;
  margin: 45px 0 0;
}

.entryForm .btnList li {
  flex-grow: 0;
}

.entryForm .inputWrap {
  position: relative;
}

.entryForm .inputWrap .circle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}

.entryForm .inputWrap.sub .circle {
  background: #e67579;
}

.entryForm .inputWrap.sub input[type="submit"][disabled]+.circle {
  background: #e0e0e0;
}

.entryForm .inputWrap.sub .circle .icon_arrow svg {
  fill: #fff;
  transition: none;
}

.entryForm .inputWrap.bk .circle {
  right: auto;
  left: 16px;
}

.entryForm .inputWrap.bk .circle .icon_arrow {
  transform: scale(-1, 1);
}

@keyframes arrowAnime {
  0% {
    left: 0;
  }

  50% {
    left: 105%;
  }

  51% {
    left: -105%;
  }

  100% {
    left: 0;
  }
}

.entryForm .inputWrap:hover .icon_arrow svg {
  animation: arrowAnime 1.2s;
}

.entryForm .inputWrap.sub:hover input[type="submit"][disabled]+.circle .icon_arrow svg {
  animation: none;
}

.entryForm input[type="submit"] {
  position: relative;
  display: inline-block;
  background: #e05257;
  width: 260px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  text-align: center;
  transition: all .3s;
  cursor: pointer;
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .entryForm input[type="submit"] {
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 1.2rem;
  }
}

.entryForm input[type="submit"][disabled] {
  opacity: .5;
  pointer-events: none;
  background: #989898;
}

.entryForm .back {
  -webkit-appearance: none;
  border-radius: 0;
  position: relative;
  display: inline-block;
  background-color: #f0f0f0;
  border: none;
  width: 260px;
  height: 80px;
  line-height: 76px;
  color: #000;
  text-align: center;
  transition: all .3s;
  cursor: pointer;
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .entryForm .back {
    width: 100%;
    font-size: 1.2rem;
    height: 55px;
    line-height: 55px;
  }
}

.entryForm .btnList {
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .entryForm .btnList {
    display: block;
    margin: 30px 0 0;
  }
}

.entryForm .btnList li+li {
  margin-left: 16px;
}

@media (max-width: 767px) {
  .entryForm .btnList li+li {
    margin: 10px 0 0;
  }
}

.entryForm span.error {
  display: block;
  margin: 7px 0 0;
  font-size: 1.6rem;
  color: #A80000;
}

@media (max-width: 767px) {
  .entryForm span.error {
    font-size: 1.2rem;
  }
}

.entryForm input[type="text"].error,
.entryForm input[type="tel"].error,
.entryForm input[type="email"].error,
.entryForm input[type="submit"].error,
.entryForm button.error,
.entryForm select.error,
.entryForm textarea.error {
  background-color: #F6EAEA;
}

.entryForm .confirmTable {
  border-top: 1px solid #c8c8c8;
  margin: 0 0 50px;
}

@media (max-width: 767px) {
  .entryForm .confirmTable {
    margin: 0 0 40px;
  }
}

.entryForm .confirmTable tr {
  border-bottom: 1px solid #c8c8c8;
}

.entryForm .confirmTable th {
  padding: 20px 0;
}

@media (max-width: 767px) {
  .entryForm .confirmTable th {
    padding: 15px 0 5px;
  }
}

.entryForm .confirmTable td {
  vertical-align: middle;
  padding: 20px 0;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .entryForm .confirmTable td {
    padding: 5px 0 15px;
    font-size: 1.2rem;
  }
}

@media (min-width: 768px) {

  .entryForm .confirmTable tr:first-child th,
  .entryForm .confirmTable tr:nth-child(2) th,
  .entryForm .confirmTable tr:first-child td,
  .entryForm .confirmTable tr:nth-child(2) td {
    padding: 20px 0;
  }

  .entryForm .confirmTable tr:first-child th {
    line-height: 46px;
  }

  .entryForm .confirmTable tr:last-child th,
  .entryForm .confirmTable tr:last-child td {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {

  .entryForm .confirmTable tr:first-child td,
  .entryForm .confirmTable tr:nth-child(2) td {
    padding: 5px 0 15px;
  }
}

/* ================= thanks ================= */
.leadSec.entryForm.thanks .wrapper {
  padding-bottom: 130px;
}

@media (max-width: 767px) {
  .leadSec.entryForm.thanks .wrapper {
    padding-bottom: 65px;
  }
}

.leadSec.entryForm.thanks .btn {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .leadSec.entryForm.thanks .btn {
    margin-top: 35px;
  }
}