@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css");
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

/* Slider */
/* Icons */
@font-face {}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Z-INDEX */
.formError {
  z-index: 990;
}

.ss_error_msg {
  z-index: 991;
}

.formError .formErrorArrow {
  z-index: 996;
}

.ui-dialog .formError {
  z-index: 5000;
}

.ui-dialog .ss_error_msg {
  z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.ss_error_msg {
  width: 100%;
  background: tranparent;
  position: relative;
  color: #E8382D;
  min-width: 120px;
  font-size: 12px;
  border: 0 solid #FFF;
  box-shadow: 0 0 0 #333;
  -moz-box-shadow: 0 0 0 #333;
  -webkit-box-shadow: 0 0 0 #333;
  -o-box-shadow: 0 0 0 #333;
  padding: 4px 10px 4px 10px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}

body[dir=rtl] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  border-left: 0 solid #FFF;
  border-right: 0 solid #FFF;
  box-shadow: 0 0 0 #4d4d4d;
  -moz-box-shadow: 0 0 0 #4d4d4d;
  -webkit-box-shadow: 0 0 0 #4d4d4d;
  -o-box-shadow: 0 0 0 #4d4d4d;
  font-size: 0px;
  height: 1px;
  background: tranparent;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow .line10 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 11px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 0;
  border-left: 0 solid #FFF;
  border-right: 0 solid #FFF;
  border-bottom: 0 solid #FFF;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #FFF;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #FFF;
}

html {
  height: initial;
  scroll-behavior: smooth;
  width: 100%;
}

body {
  color: #2e2c2e;
  font-family: "FOT-筑紫A丸ゴシック Std B", TsukuARdGothicStd-B, "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic Medium", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
  font-feature-settings: "palt";
  font-size: 3.84vw;
  line-height: 1.57;
}
@media (min-width: 769px) {
  body {
    font-size: 16px;
    line-height: 1.9;
  }
}

h1, h2, h3, h4, h5, h6,
.nav,
[class*=btn-] {
  font-family: "FOT-筑紫B丸ゴシック Std B", TsukuBRdGothicStd-B, "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic Medium", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}
a {
  color: #2e2c2e;
  text-decoration: none;
  transition: opacity 0.5s;
}
a:hover {
  opacity: 0.7;
}
@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

p a {
  color: #a151aa;
  text-decoration: underline;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

input,
select,
textarea {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic Medium", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
  outline: none;
}
input ::placeholder,
select ::placeholder,
textarea ::placeholder {
  color: #827e83;
}

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

@media (min-width: 769px) {
  .sp {
    display: none;
  }
}

.wrap {
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 6.92vw;
  position: relative;
  width: 100%;
}
@media (min-width: 769px) {
  .wrap {
    padding: 0 20px;
  }
}

.f-b {
  font-family: "FOT-筑紫B丸ゴシック Std B", TsukuBRdGothicStd-B, "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic Medium", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
}

.mark-a {
  display: flex;
  margin: 0 auto;
  width: 40.64vw;
}
@media (min-width: 769px) {
  .mark-a {
    width: 163px;
  }
}
.kv-sub .mark-a {
  margin-top: -4vw;
}
@media (min-width: 769px) {
  .kv-sub .mark-a {
    margin-top: -18px;
  }
}

.ttl-a {
  color: #a151aa;
  font-size: 6.92vw;
  line-height: 1.22;
  margin: 2.56vw 0 5.12vw;
  text-align: center;
}
@media (min-width: 769px) {
  .ttl-a {
    font-size: 40px;
    margin: 10px 0 40px;
  }
}
.kv-sub .ttl-a {
  color: #2e2c2e;
  font-size: 7.69vw;
}
@media (min-width: 769px) {
  .kv-sub .ttl-a {
    font-size: 40px;
  }
}

.btn-white a,
.btn-beige a,
.btn-blue a,
.btn-gray a {
  align-items: center;
  background: url(https://above-ac.com/assets/img/common/btn-white.png) no-repeat 50% 50%/contain;
  display: flex;
  font-size: 4.1vw;
  height: 12.3vw;
  justify-content: center;
  margin: 7.17vw auto 0;
  padding: 0 0.76vw 1.02vw 0;
  width: 46.15vw;
}
@media (min-width: 769px) {
  .btn-white a,
  .btn-beige a,
  .btn-blue a,
  .btn-gray a {
    font-size: 18px;
    height: 53px;
    margin: 50px auto 0;
    padding: 0 2px 5px 0;
    width: 200px;
  }
}

.btn-beige a {
  background-image: url(https://above-ac.com/assets/img/common/btn-beige.png);
}

.btn-blue a {
  background-image: url(https://above-ac.com/assets/img/common/btn-blue.png);
}

.btn-gray a {
  background-image: url(https://above-ac.com/assets/img/common/btn-gray.png);
}

.submit-group {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  margin: 8.97vw 0 0;
}
@media (min-width: 769px) {
  .submit-group {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 50px auto 10px;
    max-width: 700px;
  }
}
@media (min-width: 769px) {
  .submit-group .btn-submit {
    order: 2;
  }
  .submit-group .btn-back {
    order: 1;
  }
}

.btn-submit {
  align-items: center;
  background-color: #ed7767;
  border: none;
  border-radius: 6.66vw;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 4.1vw;
  height: 13.33vw;
  justify-content: center;
  line-height: 0.8;
  margin: 5.76vw auto 0;
  transition: opacity 0.5s;
  width: 61.53vw;
}
@media (min-width: 769px) {
  .btn-submit {
    border-radius: 30px;
    font-size: 20px;
    height: 60px;
    margin: 20px auto 0;
    padding: 0 0 4px;
    width: 280px;
  }
}
.btn-submit:hover {
  opacity: 0.7;
}

.btn-back {
  align-items: center;
  background-color: #fff;
  border: 0.57vw solid #ed7767;
  border-radius: 6.66vw;
  color: #ed7767;
  cursor: pointer;
  display: flex;
  font-size: 4.1vw;
  height: 13.33vw;
  justify-content: center;
  line-height: 0.8;
  margin: 5.12vw auto 0;
  transition: opacity 0.5s;
  width: 61.53vw;
}
@media (min-width: 769px) {
  .btn-back {
    border-radius: 30px;
    border-width: 2px;
    font-size: 20px;
    height: 60px;
    margin: 20px auto 0;
    padding: 0 0 4px;
    width: 280px;
  }
}
.btn-back::before {
  background: url(https://above-ac.com/assets/img/common/btn-back-arrow.png) no-repeat 50% 50%/contain;
  content: "";
  display: block;
  height: 2.82vw;
  margin-right: 1.92vw;
  width: 3.07vw;
}
@media (min-width: 769px) {
  .btn-back::before {
    height: 15px;
    margin-right: 10px;
    width: 16px;
  }
}
.btn-back:hover {
  opacity: 0.7;
}

.btn-back-page {
  align-items: center;
  background: url(https://above-ac.com/assets/img/news/btn-back.png) no-repeat 50% 50%/contain;
  display: flex;
  height: 12.3vw;
  justify-content: center;
  margin: 10.25vw auto;
  padding: 0 0 1.28vw 3.84vw;
  width: 52.69vw;
}
@media (min-width: 769px) {
  .btn-back-page {
    font-size: 20px;
    height: 64px;
    margin: 50px auto;
    padding: 0 0 5px 25px;
    width: 281px;
  }
}

.header {
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
@media (min-width: 769px) {
  .header {
    align-content: center;
    display: flex;
    height: 116px;
    visibility: hidden;
  }
}
@media (min-width: 769px) {
  .header.on {
    visibility: visible;
  }
}
.header .nav-open {
  background: #f9f3e3 url(https://above-ac.com/assets/img/common/gnav-btn-open.png) no-repeat 50% 50%/9.48vw auto;
  border-radius: 2.56vw;
  height: 16.66vw;
  padding: 2.56vw;
  position: absolute;
  right: 2.56vw;
  top: 1.28vw;
  width: 14.61vw;
  z-index: 100;
}
@media (min-width: 769px) {
  .header .nav-open {
    display: none;
  }
}
.header .nav-close {
  background: url(https://above-ac.com/assets/img/common/gnav-btn-close.png) no-repeat 50% 50%/contain;
  height: 10.25vw;
  position: absolute;
  right: 5.12vw;
  top: 3.58vw;
  width: 10.12vw;
  z-index: 100;
}
@media (min-width: 769px) {
  .header .nav-close {
    display: none;
  }
}
@media (max-width: 768px) {
  .header .wrap {
    background-color: #e4d0f0;
    display: none;
    padding: 19.23vw 6.92vw 12.17vw;
    position: relative;
    z-index: 101;
  }
}
@media (min-width: 769px) {
  .header .wrap {
    align-items: center;
    display: flex;
  }
}
@media (max-width: 768px) {
  .header .logo {
    display: none;
  }
}
@media (min-width: 769px) {
  .header .logo {
    flex-shrink: 0;
    margin: 0 25px 0 30px;
  }
}
@media (min-width: 769px) {
  .header .contact-list {
    display: none;
  }
}

.nav {
  align-items: center;
  flex-grow: 1;
  font-size: 14px;
}
.nav ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 3.33vw 3.84vw;
}
@media (max-width: 768px) {
  .nav ul {
    justify-content: center;
  }
}
@media (min-width: 769px) {
  .nav ul {
    flex-grow: 1;
    gap: 10px;
    justify-content: flex-end;
    padding: 0 10px 0 0;
  }
}
.nav a {
  align-items: center;
  display: flex;
  justify-content: center;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .nav a {
    background: #fff;
    border-radius: 5.12vw;
    font-size: 4.1vw;
    height: 10.25vw;
    width: 41.02vw;
  }
}
@media (min-width: 769px) {
  .nav a {
    background: url(https://above-ac.com/assets/img/common/nav-btn-w.png) no-repeat 50% 50%/contain;
    height: 42px;
    padding: 0 2px 4px 0;
    width: 130px;
  }
}
.nav a:hover {
  opacity: 1;
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .nav a.corp {
    background: #fff url(https://above-ac.com/assets/img/common/ico-external.png) no-repeat right 6.41vw top 50%/3.46vw auto;
    padding: 0 3.2vw 0 0;
    width: 50vw;
  }
}
@media (min-width: 769px) {
  .nav a.corp {
    background-image: url(https://above-ac.com/assets/img/common/nav-btn-corp.png);
    padding-right: 20px;
    width: 151px;
  }
}
@media (max-width: 768px) {
  .nav a.reg {
    display: none;
  }
}
@media (min-width: 769px) {
  .nav a.reg {
    background-image: url(https://above-ac.com/assets/img/common/nav-btn-reg.png);
    color: #fff;
    padding-right: 20px;
    width: 230px;
  }
}
.nav .nav_txt a {
  background-image: none;
}
@media (max-width: 768px) {
  .nav .nav_txt a {
    background-color: transparent;
    margin-top: 3.33vw;
  }
}

.kv .nav,
.kv-sub .nav {
  height: 190px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.kv .nav ul,
.kv-sub .nav ul {
  padding: 0 10px 0 300px;
}

.kv {
  position: relative;
}
@media (max-width: 768px) {
  .kv {
    overflow: hidden;
    padding: 7.43vw 0 0;
  }
}
.kv::before {
  background-color: #f9f3e3;
  content: "";
  display: block;
  height: 63.46vw;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 769px) {
  .kv::before {
    height: 373px;
  }
}
@media (max-width: 768px) {
  .kv .wrap {
    padding: 0;
  }
}
@media (min-width: 769px) {
  .kv .wrap {
    align-items: flex-start;
    display: flex;
  }
}
.kv .logo {
  display: none;
}
.kv .img {
  border-radius: 50%;
}
@media (max-width: 768px) {
  .kv .img {
    margin: 0 -6.03vw;
    width: 112.05vw;
  }
}
@media (min-width: 769px) {
  .kv .img {
    border: 50px solid #f9f3e3;
    margin: -10px -50px -50px;
  }
}
@media (max-width: 768px) {
  .kv .img img {
    width: 100%;
  }
}
.kv .txt {
  background-color: #fff;
  border-radius: 50%;
  margin: 3.84vw 0 0;
  text-align: center;
}
@media (min-width: 769px) {
  .kv .txt {
    height: 482px;
    margin: 173px 0 0 43px;
    width: 482px;
  }
}
@media (max-width: 768px) {
  .kv .txt .pop {
    margin: 0 auto -5.13vw;
    width: 52.05vw;
  }
}
@media (min-width: 769px) {
  .kv .txt .pop img {
    margin: 35px auto 5px;
  }
}
.kv .txt .ttl {
  background: url(https://above-ac.com/assets/img/home/kv-ico01.png) no-repeat 6.92vw 0.64vw/12.3vw auto, url(https://above-ac.com/assets/img/home/kv-ico02.png) no-repeat right 6.92vw top 0/12.17vw auto;
  display: block;
  font-size: 7.84vw;
  line-height: 1.17;
  padding: 6.41vw 0 0;
}
@media (min-width: 769px) {
  .kv .txt .ttl {
    background-position: 10px 5px, right 10px top 5px;
    background-size: auto, auto;
    font-size: 46px;
    display: inline-flex;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .kv .txt .btn-reg {
    display: none;
  }
}
.kv .txt .btn-reg a {
  align-items: center;
  background: url(https://above-ac.com/assets/img/home/kv-btn-reg.png) no-repeat;
  color: #fff;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .kv .txt .btn-reg a {
    font-size: 20px;
    height: 65px;
    margin: 35px auto 0;
    padding: 0 20px 4px 0;
    width: 355px;
  }
}
@media (max-width: 768px) {
  .kv .nav {
    display: none;
  }
}

.kv-sub {
  min-height: 30.76vw;
  position: relative;
}
@media (min-width: 769px) {
  .kv-sub {
    min-height: 190px;
  }
}
@media (min-width: 769px) {
  .kv-sub::before {
    background-color: #f9f3e3;
    content: "";
    display: block;
    height: 190px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .kv-sub .wrap {
    padding: 0;
  }
}
.kv-sub .logo {
  left: 3.46vw;
  position: absolute;
  top: 3.33vw;
  width: 27.17vw;
  z-index: 2;
}
@media (min-width: 769px) {
  .kv-sub .logo {
    left: 20px;
    height: 131px;
    top: 28px;
    width: 131px;
  }
}
@media (min-width: 769px) {
  .kv-sub .img img {
    margin: 0 auto;
    width: 519px;
  }
}
@media (max-width: 768px) {
  .kv-sub .nav {
    display: none;
  }
}
.kv-sub .nav ul {
  padding: 0 10px 0 160px;
}

.breadcrumbs ul {
  border-bottom: 0.89vw solid #edeced;
  display: flex;
  font-size: 3.58vw;
  list-style: none;
  padding: 0.76vw 0;
}
@media (min-width: 769px) {
  .breadcrumbs ul {
    border-width: 2px;
    font-size: 16px;
    margin: 60px 0 0;
    padding: 4px 0;
  }
}
@media (max-width: 768px) {
  .breadcrumbs li {
    max-width: 43.58vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.breadcrumbs li a {
  text-decoration: underline;
}
.breadcrumbs li + li {
  background: url(https://above-ac.com/assets/img/common/breadcrumbs-arrow.png) no-repeat 2.56vw 50%/1.41vw auto;
  padding: 0 0 0 5.76vw;
}
@media (min-width: 769px) {
  .breadcrumbs li + li {
    background-position: 12px 55%;
    background-size: 7px auto;
    padding: 0 0 0 30px;
  }
}

.nav-search {
  margin: 12.82vw auto;
}
@media (min-width: 769px) {
  .nav-search {
    margin: 70px auto 60px;
  }
}
.nav-search ul {
  display: flex;
  gap: 7.17vw;
  justify-content: center;
}
@media (min-width: 769px) {
  .nav-search ul {
    gap: 56px;
  }
}
.nav-search li {
  list-style: none;
}
.nav-search a {
  align-items: flex-end;
  display: flex;
  height: 31.92vw;
  justify-content: center;
  padding: 0 0 5.12vw;
  width: 35.38vw;
}
@media (min-width: 769px) {
  .nav-search a {
    height: 149px;
    padding: 0 0 20px;
    width: 170px;
  }
}
.nav-search .btn-faq {
  background: url(https://above-ac.com/assets/img/common/btn-faq.png) no-repeat 50% 50%/contain;
}
.nav-search .btn-flow {
  background: url(https://above-ac.com/assets/img/common/btn-flow.png) no-repeat 50% 50%/contain;
}

.foot-contact {
  margin: 12.82vw 0 0;
  overflow: hidden;
  padding: 10.89vw 0 11.53vw;
  position: relative;
  text-align: center;
}
@media (min-width: 769px) {
  .foot-contact {
    margin: 65px auto 0;
    padding: 65px 0 70px;
  }
}
.foot-contact::after {
  background-color: #f9f3e3;
  border-radius: 120vw 120vw 0 0;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, 0);
  z-index: 1;
  width: 120vw;
}
@media (min-width: 769px) {
  .foot-contact::after {
    border-radius: 700px 700px 90px 90px;
    width: 1400px;
  }
}
.foot-contact .wrap {
  z-index: 2;
}
@media (min-width: 769px) {
  .foot-contact p {
    margin: 30px 0 0;
  }
}

.contact-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 769px) {
  .contact-list {
    max-width: 650px;
  }
}
.contact-list .item {
  margin: 6.41vw 0 0;
  width: 50%;
}
@media (min-width: 769px) {
  .contact-list .item {
    margin: 40px 0 0;
  }
}
.contact-list .item .ttl {
  font-size: 3.33vw;
}
@media (min-width: 769px) {
  .contact-list .item .ttl {
    font-size: 19px;
    margin: 0 0 5px;
  }
}
@media (max-width: 768px) {
  .contact-list .item .btn {
    margin: 1.28vw 0 0;
  }
}
.contact-list .item .btn a {
  align-items: center;
  color: #2e2c2e;
  display: flex;
  font-family: "FOT-筑紫A丸ゴシック Std B", TsukuARdGothicStd-B, "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic Medium", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
  justify-content: center;
  margin: 0 auto;
  text-decoration: none;
}
@media (min-width: 769px) {
  .contact-list .item .btn a {
    font-size: 26px;
  }
}
.contact-list .item .btn .btn-reg {
  background: url(https://above-ac.com/assets/img/common/contact-btn-reg.png) no-repeat 50% 50%/contain;
  color: #fff;
  font-size: 4.61vw;
  height: 16.15vw;
  padding: 0 1.79vw 1.79vw 0;
  width: 82.69vw;
}
@media (min-width: 769px) {
  .contact-list .item .btn .btn-reg {
    font-size: 26px;
    height: 97px;
    padding: 0 10px 10px 0;
    width: 491px;
  }
}
.contact-list .item .btn .btn-email {
  background: url(https://above-ac.com/assets/img/common/contact-btn-email-sp.png) no-repeat 50% 50%/contain;
  height: 15.12vw;
  padding: 0 1.02vw 0.76vw 8.97vw;
  width: 40.76vw;
}
@media (min-width: 769px) {
  .contact-list .item .btn .btn-email {
    background-image: url(https://above-ac.com/assets/img/common/contact-btn-email.png);
    font-size: 23px;
    height: 86px;
    padding: 0 10px 8px 50px;
    width: 304px;
  }
}
.contact-list .item .btn .btn-tel {
  background: url(https://above-ac.com/assets/img/common/contact-btn-tel-sp.png) no-repeat 50% 50%/contain;
  height: 15.12vw;
  padding: 0 1.02vw 0.76vw 7.69vw;
  width: 40.76vw;
}
@media (min-width: 769px) {
  .contact-list .item .btn .btn-tel {
    background-image: url(https://above-ac.com/assets/img/common/contact-btn-tel.png);
    font-size: 26px;
    height: 88px;
    padding: 0 10px 6px 60px;
    width: 305px;
  }
}
.contact-list .item.reg {
  width: 100%;
}
.contact-list .item.reg .ttl {
  font-size: 4.61vw;
}
@media (min-width: 769px) {
  .contact-list .item.reg .ttl {
    font-size: 26px;
  }
}

.footer {
  font-size: 3.33vw;
  padding: 11.53vw 0 11.53vw;
}
@media (min-width: 769px) {
  .footer {
    font-size: 14px;
    padding: 70px 0;
  }
}
.footer .wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer .info {
    margin: 0 auto;
    text-align: center;
  }
}
@media (min-width: 769px) {
  .footer .info {
    min-width: 340px;
  }
}
@media (max-width: 768px) {
  .footer .info .logo {
    width: 69.23vw;
  }
}
.footer .info .address {
  margin: 2.56vw 0 0;
}
@media (min-width: 769px) {
  .footer .info .address {
    margin: 10px 0 0 52px;
  }
}
.footer .info .address .map {
  display: block;
  text-decoration: underline;
}
@media (min-width: 769px) {
  .footer .info .address .map {
    display: inline-block;
    margin: 0 0 0 5px;
  }
}
.footer .info .btn {
  margin: 12px 0 0 52px;
  max-width: 170px;
  width: 100%;
}
@media (max-width: 768px) {
  .footer .info .btn {
    display: none;
  }
}
.footer .info .btn a {
  align-items: center;
  background: url(https://above-ac.com/assets/img/common/ico-external.png) no-repeat right 16px top 50%/18px auto;
  border: 2px solid #3d373f;
  border-radius: 19px;
  color: #2e2c2e;
  display: flex;
  font-family: "FOT-筑紫A丸ゴシック Std B", TsukuARdGothicStd-B, "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic Medium", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
  height: 38px;
  justify-content: center;
  padding: 0 18px 0 0;
}
.footer .info .copyright {
  margin: 5.12vw 0 0;
}
@media (min-width: 769px) {
  .footer .info .copyright {
    margin: 10px 0 0 52px;
  }
}
.footer .fnav {
  margin: 0 0 0 auto;
  max-width: 550px;
}
@media (max-width: 768px) {
  .footer .fnav {
    display: none;
  }
}
.footer .fnav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 17px;
  justify-content: flex-end;
}
.footer .fnav ul li {
  max-width: 170px;
  width: 100%;
}
.footer .fnav ul li a {
  align-items: center;
  color: #2e2c2e;
  display: flex;
  justify-content: center;
}
@media (min-width: 769px) {
  .footer .fnav ul li a {
    border: 2px solid #3d373f;
    border-radius: 19px;
    height: 38px;
  }
}

.foot-float {
  align-items: center;
  bottom: 0;
  display: flex;
  height: 19.23vw;
  justify-content: center;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 100;
}
@media (min-width: 769px) {
  .foot-float {
    display: none !important;
  }
}
.foot-float a {
  align-items: center;
  background: url(https://above-ac.com/assets/img/common/contact-btn-reg.png) no-repeat 50% 50%/contain;
  color: #fff;
  display: flex;
  font-size: 4.61vw;
  height: 16.15vw;
  justify-content: center;
  margin: 0 auto;
  padding: 0 1.79vw 1.79vw 0;
  width: 82.69vw;
}
.foot-float a:hover {
  opacity: 1;
}

.p-home {
  font-size: 3.8vw;
}
@media (min-width: 769px) {
  .p-home {
    font-size: 16px;
  }
}
.p-home .sample {
  overflow: hidden;
  margin: 10.89vw 0;
  padding: 10.89vw 0 0;
  position: relative;
}
@media (min-width: 769px) {
  .p-home .sample {
    margin: 10px 0 0;
    padding: 65px 0 70px;
  }
}
.p-home .sample::after {
  background-color: #f9f3e3;
  border-radius: 120vw;
  content: "";
  display: block;
  height: calc(100% - 13.84vw);
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, 0);
  width: 120vw;
  z-index: 1;
}
@media (min-width: 769px) {
  .p-home .sample::after {
    border-radius: 700px 700px 90px 90px;
    height: 100%;
    width: 1400px;
  }
}
.p-home .sample .wrap {
  z-index: 2;
}
.p-home .sample .list {
  display: flex;
  flex-wrap: wrap;
  font-size: 4.1vw;
  gap: 5.12vw;
  justify-content: center;
}
@media (min-width: 769px) {
  .p-home .sample .list {
    font-size: 18px;
    gap: 30px 40px;
    margin: 40px auto 0;
    max-width: 830px;
  }
}
.p-home .sample .list li {
  text-align: center;
}
@media (max-width: 768px) {
  .p-home .sample .list li .img {
    align-items: center;
    display: flex;
    height: 30.76vw;
    justify-content: center;
    margin: 0 0 2.56vw;
  }
}
@media (max-width: 768px) {
  .p-home .sample .list li {
    width: 46.5%;
  }
  .p-home .sample .list li img {
    margin: 0 auto;
    width: 38vw;
  }
  .p-home .sample .list li img [src*=ico02],
  .p-home .sample .list li img [src*=ico03] {
    width: 34.35vw;
  }
  .p-home .sample .list li img [src*=ico06] {
    width: 37.3vw;
  }
}
.p-home .sample .middle {
  align-items: center;
  display: flex;
  font-family: "FOT-筑紫B丸ゴシック Std B", TsukuBRdGothicStd-B, "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic Medium", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
  font-size: 5.64vw;
  justify-content: center;
  line-height: 1.5;
  margin: 10.25vw auto 0;
  text-align: center;
}
@media (min-width: 769px) {
  .p-home .sample .middle {
    font-size: 26px;
    height: 100px;
    margin: 40px auto 0;
  }
}
.p-home .sample .middle::before, .p-home .sample .middle::after {
  background: url(https://above-ac.com/assets/img/home/sample-arrow01.png) no-repeat 0 100%;
  content: "";
  display: flex;
  height: 23.07vw;
  width: 10vw;
}
@media (min-width: 769px) {
  .p-home .sample .middle::before, .p-home .sample .middle::after {
    height: 100%;
    width: 55px;
  }
}
.p-home .sample .middle::after {
  transform: scaleX(-1);
}
@media (max-width: 768px) {
  .p-home .sample .middle p {
    padding: 0 3.84vw;
  }
}
@media (max-width: 768px) {
  .p-home .sample .middle span {
    font-size: 4.87vw;
  }
}
.p-home .sample .box {
  background-color: #fff;
  border-radius: 50%;
  margin: 0 -12.83vw;
  padding: 19.23vw 0 0;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .p-home .sample .box {
    border: 12.82vw solid #f9f3e3;
    height: 111.79vw;
    width: 111.79vw;
  }
}
@media (min-width: 769px) {
  .p-home .sample .box {
    border-radius: 80px;
    margin: 60px auto 0;
    max-width: 690px;
    padding: 40px 0;
  }
}
.p-home .sample .box .img {
  left: 50%;
  position: absolute;
  top: -50px;
  transform: translate(-50%, 0);
}
@media (max-width: 768px) {
  .p-home .sample .box .img {
    height: 22.17vw;
    top: -5.52vw;
  }
}
.p-home .sample .box .ttl-a {
  font-size: 5.64vw;
  margin: 0;
}
@media (min-width: 769px) {
  .p-home .sample .box .ttl-a {
    font-size: 30px;
    margin: 10px 0 0;
  }
}
.p-home .sample .box p {
  margin: 2.56vw 0 0;
}
@media (min-width: 769px) {
  .p-home .sample .box p {
    font-size: 18px;
    margin: 5px 0 0;
  }
}
@media (min-width: 769px) {
  .p-home .reason {
    padding: 65px 0;
  }
}
.p-home .reason .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 2.56vw;
}
@media (min-width: 769px) {
  .p-home .reason .list {
    gap: 20px;
    margin: 20px 0 0;
  }
}
.p-home .reason .list .item .ttl {
  font-size: 5.64vw;
  text-align: center;
}
@media (min-width: 769px) {
  .p-home .reason .list .item .ttl {
    font-size: 26px;
  }
}
.p-home .reason .list .item .ttl span {
  color: #a151aa;
}
.p-home .reason .list .item .txt {
  height: 47.56vw;
  padding: 6.41vw 6.41vw 0 36.53vw;
}
@media (min-width: 769px) {
  .p-home .reason .list .item .txt {
    height: 230px;
    padding: 30px 0 0;
    width: 502px;
  }
}
@media (min-width: 769px) {
  .p-home .reason .list .item .txt p {
    margin: 0 50px 0 auto;
    max-width: 235px;
  }
}
.p-home .reason .list .item.item01 .txt {
  background: url(https://above-ac.com/assets/img/home/reason-img01-sp.png) no-repeat 50% 0/contain;
}
@media (min-width: 769px) {
  .p-home .reason .list .item.item01 .txt {
    background-image: url(https://above-ac.com/assets/img/home/reason-img01.png);
  }
}
.p-home .reason .list .item.item02 .txt {
  background: url(https://above-ac.com/assets/img/home/reason-img02-sp.png) no-repeat 50% 0/contain;
}
@media (min-width: 769px) {
  .p-home .reason .list .item.item02 .txt {
    background-image: url(https://above-ac.com/assets/img/home/reason-img02.png);
  }
}
.p-home .reason .list .item.item03 .txt {
  background: url(https://above-ac.com/assets/img/home/reason-img03-sp.png) no-repeat 50% 0/contain;
}
@media (min-width: 769px) {
  .p-home .reason .list .item.item03 .txt {
    background-image: url(https://above-ac.com/assets/img/home/reason-img03.png);
  }
}
.p-home .reason .list .item.item04 .txt {
  background: url(https://above-ac.com/assets/img/home/reason-img04-sp.png) no-repeat 50% 0/contain;
}
@media (min-width: 769px) {
  .p-home .reason .list .item.item04 .txt {
    background-image: url(https://above-ac.com/assets/img/home/reason-img04.png);
  }
}
.p-home .test-info {
  margin: 10.89vw 0;
  overflow: hidden;
  padding: 10.89vw 0;
  position: relative;
}
@media (min-width: 769px) {
  .p-home .test-info {
    margin: 0;
    padding: 65px 0 70px;
  }
}
.p-home .test-info::after {
  background-color: #e3eef9;
  border-radius: 120vw;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, 0);
  width: 120vw;
  z-index: 1;
}
@media (min-width: 769px) {
  .p-home .test-info::after {
    border-radius: 700px 700px 90px 90px;
    width: 1400px;
  }
}
.p-home .test-info .wrap {
  z-index: 2;
}
.p-home .test-info .list {
  display: flex;
  flex-wrap: wrap;
  gap: 5.76vw;
}
@media (min-width: 769px) {
  .p-home .test-info .list {
    gap: 28px 40px;
    margin: 45px auto 0;
    max-width: 920px;
  }
}
.p-home .test-info .list .item {
  align-items: center;
  background-color: #fff;
  border-radius: 7.69vw;
  display: flex;
  gap: 3.07vw;
  padding: 2.56vw 8.33vw 2.56vw 4.48vw;
  position: relative;
  width: 100%;
}
@media (min-width: 769px) {
  .p-home .test-info .list .item {
    border-radius: 50px;
    gap: 17px;
    margin: 0 auto;
    max-width: 440px;
    padding: 10px 45px 10px 25px;
  }
}
.p-home .test-info .list .item .status {
  align-items: center;
  background-color: #7a7878;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 3.07vw;
  height: 10.25vw;
  justify-content: center;
  line-height: 1.2;
  position: absolute;
  right: 0;
  top: -3.85vw;
  width: 10.25vw;
}
@media (min-width: 769px) {
  .p-home .test-info .list .item .status {
    height: 55px;
    font-size: 15px;
    right: -8px;
    top: -29px;
    width: 55px;
  }
}
.p-home .test-info .list .item .status.on {
  background-color: #a151aa;
}
.p-home .test-info .list .item .img {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 20.51vw;
  justify-content: center;
  width: 20.51vw;
}
@media (min-width: 769px) {
  .p-home .test-info .list .item .img {
    height: 120px;
    width: 120px;
  }
}
.p-home .test-info .list .item .img img {
  width: 100%;
}
@media (min-width: 769px) {
  .p-home .test-info .list .item .txt {
    font-size: 18px;
  }
}
.p-home .test-info .list .item .date {
  font-size: 3.33vw;
}
@media (min-width: 769px) {
  .p-home .test-info .list .item .date {
    font-size: 16px;
  }
}
.p-home .test-info .list .item .ttl {
  font-size: 4.61vw;
  line-height: 1.6;
}
@media (min-width: 769px) {
  .p-home .test-info .list .item .ttl {
    font-size: 22px;
  }
}
.p-home .test-info .list .item .reword {
  align-items: center;
  background-color: #f9f3e3;
  display: flex;
  height: 7.69vw;
  line-height: 1.3;
  margin: 1.28vw 0 0;
  padding: 0 2.56vw;
}
@media (min-width: 769px) {
  .p-home .test-info .list .item .reword {
    height: 45px;
    margin: 15px 0 0;
    padding: 0 15px;
  }
}
@media (min-width: 769px) {
  .p-home .voice {
    padding: 65px 0;
  }
}
@media (max-width: 768px) {
  .p-home .voice .wrap {
    padding: 0;
  }
}
@media (min-width: 769px) {
  .p-home .voice .list {
    display: flex;
    justify-content: space-between;
  }
}
.p-home .voice .list .item {
  background-color: #f9f3e3;
  border-radius: 12.82vw;
  padding: 7.69vw;
  width: 70vw;
}
@media (max-width: 768px) {
  .p-home .voice .list .item {
    margin: 3.46vw;
  }
}
@media (min-width: 769px) {
  .p-home .voice .list .item {
    border-radius: 50px;
    padding: 35px 40px 45px;
    max-width: 336px;
    width: 30.5%;
  }
}
@media (max-width: 768px) {
  .p-home .voice .list .item .img {
    height: 35.12vw;
  }
}
.p-home .voice .list .item .img img {
  height: 100%;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .p-home .voice .list .item .img img {
    height: auto;
    width: 233px;
  }
}
.p-home .voice .list .item .ttl {
  align-items: center;
  background-color: #fff;
  display: flex;
  font-size: 3.58vw;
  height: 7.69vw;
  justify-content: center;
  margin: 3.84vw auto 0;
  position: relative;
  max-width: 27.69vw;
}
@media (min-width: 769px) {
  .p-home .voice .list .item .ttl {
    height: 37px;
    font-size: 18px;
    margin: 22px auto 0;
    max-width: 137px;
  }
}
.p-home .voice .list .item .ttl::before {
  border: 2.05vw solid transparent;
  border-bottom: 1.53vw solid #fff;
  border-top: 0;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  top: -1.42vw;
  transform: translate(-50%, 0);
  width: 0;
}
@media (min-width: 769px) {
  .p-home .voice .list .item .ttl::before {
    border-width: 10px;
    border-bottom-width: 8px;
    border-top: 0;
    top: -8px;
  }
}
.p-home .voice .list .item p {
  margin: 3.2vw 0 0;
}
@media (min-width: 769px) {
  .p-home .voice .list .item p {
    margin: 15px 0 0;
  }
}
.p-home .voice .slider {
  position: relative;
}
.p-home .voice .slider .prev,
.p-home .voice .slider .next {
  background: url(https://above-ac.com/assets/img/home/voice-arrow.png) no-repeat 50% 50%/contain;
  display: block;
  height: 3.84vw;
  position: absolute;
  top: 56.41vw;
  width: 4.1vw;
  z-index: 10;
}
.p-home .voice .slider .prev {
  left: 7.17vw;
}
.p-home .voice .slider .next {
  right: 7.17vw;
  transform: scaleX(-1);
}
.p-home .flow {
  margin: 10.89vw 0;
  overflow: hidden;
  padding: 10.89vw 0 22vw;
  position: relative;
}
@media (min-width: 769px) {
  .p-home .flow {
    margin: 0;
    padding: 65px 0 70px;
  }
}
.p-home .flow::after {
  background-color: #fbeef1;
  border-radius: 120vw;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, 0);
  width: 120vw;
  z-index: 1;
}
@media (min-width: 769px) {
  .p-home .flow::after {
    border-radius: 650px 650px 90px 90px;
    width: 1400px;
  }
}
.p-home .flow .wrap {
  z-index: 2;
}
@media (min-width: 769px) {
  .p-home .flow .list {
    display: flex;
    justify-content: space-between;
    margin: 60px auto 0;
  }
}
.p-home .flow .list .item {
  background-color: #fff;
  border-radius: 7.69vw;
  padding: 3.84vw;
  position: relative;
}
@media (max-width: 768px) {
  .p-home .flow .list .item {
    margin: 7.17vw 0 0;
  }
}
@media (min-width: 769px) {
  .p-home .flow .list .item {
    border-radius: 50px;
    padding: 35px 40px 45px;
    max-width: 336px;
    width: 30.5%;
  }
}
.p-home .flow .list .item::after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 100%;
  width: 0;
}
@media (max-width: 768px) {
  .p-home .flow .list .item::after {
    border: 3.84vw solid transparent;
    border-top: 6.41vw solid #fff;
    border-bottom: 0;
  }
}
@media (min-width: 769px) {
  .p-home .flow .list .item::after {
    border: 20px solid transparent;
    border-left: 34px solid #fff;
    border-right: 0;
    left: initial;
    right: -50px;
    top: 50%;
  }
}
.p-home .flow .list .item:last-child::after {
  content: none;
}
.p-home .flow .list .item .step {
  left: 0.25vw;
  position: absolute;
  top: -5.13vw;
}
@media (min-width: 769px) {
  .p-home .flow .list .item .step {
    left: 3px;
    top: -22px;
  }
}
@media (max-width: 768px) {
  .p-home .flow .list .item .step img {
    width: 12.94vw;
  }
}
.p-home .flow .list .item .ttl {
  color: #a151aa;
  font-size: 4.87vw;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 769px) {
  .p-home .flow .list .item .ttl {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .p-home .flow .list .item .cont {
    display: flex;
    margin: 2.56vw 0 0;
  }
}
.p-home .flow .list .item .img {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .p-home .flow .list .item .img {
    flex-shrink: 0;
    width: 25.64vw;
  }
}
@media (min-width: 769px) {
  .p-home .flow .list .item .img {
    align-items: center;
    height: 95px;
    margin: 20px 0 0;
  }
}
@media (max-width: 768px) {
  .p-home .flow .list .item .img [src*=img01] {
    width: 12.82vw;
  }
  .p-home .flow .list .item .img [src*=img02] {
    width: 21.53vw;
  }
  .p-home .flow .list .item .img [src*=img03] {
    margin-right: 3vw;
    width: 19.61vw;
  }
}
@media (min-width: 769px) {
  .p-home .flow .list .item p {
    margin: 15px 0 0;
  }
}
@media (min-width: 769px) {
  .p-home .faq {
    padding: 65px 0;
  }
}
.p-home .faq .list dl {
  background-color: #e3eef9;
  border-radius: 5.12vw;
  margin: 5.76vw auto 0;
  padding: 2.56vw 3.84vw 2.56vw 5.12vw;
}
@media (min-width: 769px) {
  .p-home .faq .list dl {
    border-radius: 30px;
    margin: 40px auto 0;
    max-width: 850px;
    padding: 15px 33px 15px 40px;
  }
}
.p-home .faq .list dt {
  align-items: center;
  background: url(https://above-ac.com/assets/img/home/faq-q.png) no-repeat 0 1.28vw/5vw auto;
  cursor: pointer;
  display: flex;
  font-size: 4.1vw;
  padding: 0 0 0 6.41vw;
  position: relative;
}
@media (min-width: 769px) {
  .p-home .faq .list dt {
    background-position: 0 13px;
    background-size: auto;
    font-size: 24px;
    padding: 0 0 0 40px;
  }
}
.p-home .faq .list dt i {
  background-color: #fff;
  border-radius: 50%;
  display: block;
  height: 5.76vw;
  position: absolute;
  right: 0;
  top: 0.25vw;
  transition: 0.5s;
  width: 5.76vw;
}
@media (min-width: 769px) {
  .p-home .faq .list dt i {
    height: 38px;
    top: 3px;
    width: 38px;
  }
}
.p-home .faq .list dt i::before, .p-home .faq .list dt i::after {
  background-color: #000;
  content: "";
  display: block;
  height: 0.25vw;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.05vw;
}
@media (min-width: 769px) {
  .p-home .faq .list dt i::before, .p-home .faq .list dt i::after {
    height: 1px;
    width: 14px;
  }
}
.p-home .faq .list dt i::after {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-home .faq .list dt:hover i {
  opacity: 0.7;
}
.p-home .faq .list dt.on i::after {
  opacity: 0;
}
.p-home .faq .list dd {
  margin: 2.56vw 9.61vw 1.28vw 0;
}
@media (min-width: 769px) {
  .p-home .faq .list dd {
    margin: 0 52px 15px 0;
  }
}
.p-home .faq .list dd a {
  color: #a151aa;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .p-home .news {
    padding: 11.53vw 0 0;
  }
}
@media (min-width: 769px) {
  .p-home .news .wrap {
    max-width: 850px;
  }
}
.p-home .news .list {
  border: 1.79vw solid #dddfe1;
  border-radius: 7.69vw;
  padding: 0 4.48vw;
}
@media (min-width: 769px) {
  .p-home .news .list {
    border-width: 8px;
    border-radius: 30px;
    padding: 15px 30px;
  }
}
.p-home .news .list .item {
  line-height: 1.375;
}
.p-home .news .list .item + .item {
  border-top: 0.25vw dashed #a4a4a5;
}
@media (min-width: 769px) {
  .p-home .news .list .item + .item {
    border-top: 1px dotted #a4a4a5;
  }
}
.p-home .news .list .item a {
  display: flex;
}
@media (max-width: 768px) {
  .p-home .news .list .item a {
    flex-wrap: wrap;
    padding: 4.48vw 0;
  }
}
@media (min-width: 769px) {
  .p-home .news .list .item a {
    padding: 20px;
  }
}
.p-home .news .list .item .date {
  flex-shrink: 0;
  width: 19.23vw;
}
@media (min-width: 769px) {
  .p-home .news .list .item .date {
    font-size: 14px;
    padding: 3px 0 0;
    width: 80px;
  }
}
@media (max-width: 768px) {
  .p-home .news .list .item .ttl {
    margin: 1.28vw 0 0;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .p-home .news .list .item .ttl {
    background: url(https://above-ac.com/assets/img/home/news-arrow01.png) no-repeat 100% 3px;
    flex-grow: 1;
    padding: 0 40px 0 0;
  }
}

.p-information .lead .ttl {
  color: #a151aa;
  font-size: 5.64vw;
  line-height: 1.3;
  padding: 7.69vw 0 0;
  text-align: center;
}
@media (min-width: 769px) {
  .p-information .lead .ttl {
    font-size: 30px;
    padding: 60px 0 0;
  }
}
.p-information .lead .btn a {
  align-items: center;
  background: url(https://above-ac.com/assets/img/information/arrow.png) no-repeat right 4.1vw top 50%/6.53vw auto;
  border: 0.57vw solid #a151aa;
  border-radius: 9.48vw;
  display: flex;
  font-size: 4.1vw;
  height: 18.97vw;
  justify-content: center;
  line-height: 1.5;
  margin: 7.69vw auto 10.25vw;
  max-width: 76.92vw;
  text-align: center;
}
@media (min-width: 769px) {
  .p-information .lead .btn a {
    background-position: right 24px top 50%;
    background-size: 29px auto;
    border-width: 2px;
    border-radius: 40px;
    font-size: 18px;
    height: 80px;
    margin: 30px auto 0;
    max-width: 350px;
  }
}
@media (min-width: 769px) {
  .p-information .type .wrap {
    max-width: 850px;
  }
}
.p-information .type .item {
  background-color: #e3eef9;
  border-radius: 8.97vw;
  margin: 6.66vw auto 0;
}
@media (min-width: 769px) {
  .p-information .type .item {
    border-radius: 38px;
    margin: 33px auto 0;
  }
}
.p-information .type .item > dt {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 5.38vw;
  line-height: 1.2;
  padding: 1.92vw 5.64vw 1.92vw 2.17vw;
  position: relative;
}
@media (min-width: 769px) {
  .p-information .type .item > dt {
    font-size: 26px;
    padding: 12px 22px 12px 26px;
  }
}
.p-information .type .item > dt img {
  margin-right: 2.56vw;
  width: 14.1vw;
}
@media (min-width: 769px) {
  .p-information .type .item > dt img {
    margin-right: 10px;
    width: 60px;
  }
}
.p-information .type .item > dt i {
  background-color: #fff;
  border-radius: 50%;
  display: block;
  height: 6.41vw;
  position: absolute;
  right: 5.64vw;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.5s;
  width: 6.41vw;
}
@media (min-width: 769px) {
  .p-information .type .item > dt i {
    height: 38px;
    right: 33px;
    width: 38px;
  }
}
.p-information .type .item > dt i::before, .p-information .type .item > dt i::after {
  background-color: #000;
  content: "";
  display: block;
  height: 0.25vw;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.05vw;
}
@media (min-width: 769px) {
  .p-information .type .item > dt i::before, .p-information .type .item > dt i::after {
    height: 1px;
    width: 14px;
  }
}
.p-information .type .item > dt i::after {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-information .type .item > dt:hover i {
  opacity: 0.7;
}
.p-information .type .item > dt.on i::after {
  transform: translate(-50%, -50%) rotate(0);
}
@media (max-width: 768px) {
  .p-information .type .item > dd {
    font-size: 3.84vw;
    line-height: 1.3;
    padding: 0 6.41vw 7.69vw;
  }
}
@media (min-width: 769px) {
  .p-information .type .item > dd {
    line-height: 1.5;
    padding: 0 60px 60px;
  }
}
.p-information .type .item > dd .ttl {
  font-size: 3.84vw;
  margin: 3.84vw 0 2.56vw;
}
@media (min-width: 769px) {
  .p-information .type .item > dd .ttl {
    font-size: 18px;
    margin: 20px 0 8px;
  }
}
.p-information .type .item > dd .ttl::before {
  color: #b988bf;
  content: "●";
  display: inline-block;
  margin-right: 1.28vw;
}
@media (min-width: 769px) {
  .p-information .type .item > dd .ttl::before {
    margin-right: 5px;
  }
}
@media (min-width: 769px) {
  .p-information .type .item > dd .ttl + dl {
    margin: 15px 0 3px;
  }
}
.p-information .type .item > dd > p {
  margin: 2.56vw 0 0;
}
@media (min-width: 769px) {
  .p-information .type .item > dd > p {
    margin: 8px 0 0;
  }
}
.p-information .type .item > dd dl {
  display: flex;
  line-height: 1.5;
  margin: 0 0 0.64vw;
}
@media (min-width: 769px) {
  .p-information .type .item > dd dl {
    font-size: 18px;
    margin: 0 0 3px;
  }
}
.p-information .type .item > dd dl dt {
  align-items: center;
  background-color: #fff;
  color: #a151aa;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  width: 20.51vw;
}
@media (min-width: 769px) {
  .p-information .type .item > dd dl dt {
    padding: 5px 0 10px;
    width: 95px;
  }
}
.p-information .type .item > dd dl dd {
  background-color: #fff;
  display: flex;
  margin-left: 0.64vw;
  padding: 1.28vw 3.84vw;
}
@media (min-width: 769px) {
  .p-information .type .item > dd dl dd {
    margin-left: 3px;
    min-width: 230px;
    padding: 5px 15px 10px;
    width: 100%;
  }
}
.p-information .type .item > dd .scroll {
  overflow-x: scroll;
}
@media (max-width: 768px) {
  .p-information .type .item > dd .scroll {
    margin: 0 -13.34vw;
  }
}
.p-information .type .item > dd .scroll table {
  border-spacing: 0.89vw;
  margin: 2.56vw 13.33vw;
  table-layout: fixed;
  width: 100%;
}
@media (min-width: 769px) {
  .p-information .type .item > dd .scroll table {
    border-spacing: 3px;
    margin: 10px 0 0;
  }
}
.p-information .type .item > dd .scroll th, .p-information .type .item > dd .scroll td {
  vertical-align: top;
}
.p-information .type .item > dd .scroll th {
  background-color: #b988bf;
  color: #fff;
  padding: 1.28vw;
}
@media (min-width: 769px) {
  .p-information .type .item > dd .scroll th {
    padding: 5px;
  }
}
.p-information .type .item > dd .scroll td {
  background-color: #fff;
  padding: 1.28vw 1.92vw;
}
@media (min-width: 769px) {
  .p-information .type .item > dd .scroll td {
    padding: 5px 10px;
  }
}
.p-information .type .item > dd .scroll td b {
  color: #a151aa;
}
.p-information .type .item > dd .scroll .cell0 {
  width: 15.38vw;
}
@media (min-width: 769px) {
  .p-information .type .item > dd .scroll .cell0 {
    width: 70px;
  }
}
.p-information .type .item > dd .scroll .cell1 {
  width: 37.17vw;
}
@media (min-width: 769px) {
  .p-information .type .item > dd .scroll .cell1 {
    width: 155px;
  }
}
.p-information .type .item > dd .scroll .cell2 {
  width: 24.35vw;
}
@media (min-width: 769px) {
  .p-information .type .item > dd .scroll .cell2 {
    width: 105px;
  }
}
.p-information .type .item > dd .scroll .patch {
  vertical-align: middle;
}
.p-information .type .item > dd .scroll .patch div {
  align-items: center;
  display: flex;
  gap: 0.89vw;
  justify-content: center;
}
@media (min-width: 769px) {
  .p-information .type .item > dd .scroll .patch div {
    gap: 5px;
  }
}
.p-information .type .item > dd .scroll .patch div img {
  width: 32.43vw;
}
@media (min-width: 769px) {
  .p-information .type .item > dd .scroll .patch div img {
    width: 160px;
  }
}
@media (min-width: 769px) {
  .p-information .type .item > dd .txt {
    display: flex;
  }
}
@media (min-width: 769px) {
  .p-information .type .item > dd .txt p {
    width: 57.5%;
  }
}
@media (max-width: 768px) {
  .p-information .type .item > dd .txt .img {
    margin: 5.12vw 0 0;
  }
}
@media (min-width: 769px) {
  .p-information .type .item > dd .txt .img {
    max-width: 310px;
    width: 42.5%;
  }
}
.p-information .type .item > dd .notice {
  background-color: #fff;
  margin: 7.69vw 0 0;
  padding: 3.2vw 4.48vw 4.48vw;
}
@media (min-width: 769px) {
  .p-information .type .item > dd .notice {
    margin: 25px 0 0;
    padding: 15px 25px 25px;
  }
}
.p-information .type .item > dd .notice .ttl {
  color: #fc2346;
  margin-top: 0;
}
.p-information .type .item > dd .notice .ttl::before {
  color: #fc2346;
}
.p-information .type .item > dd .notice ul {
  margin-left: 0.5em;
}
.p-information .type .item > dd .notice li {
  line-height: 1.5;
  text-indent: -0.5em;
}
.p-information .type .item > dd .btn-area .txt1 {
  font-size: 4.61vw;
  margin: 6.41vw 0 2.56vw;
  text-align: center;
}
@media (min-width: 769px) {
  .p-information .type .item > dd .btn-area .txt1 {
    font-size: 20px;
    margin: 30px 0 0;
  }
}
.p-information .type .item > dd .btn-area .txt2 {
  text-align: center;
}
@media (min-width: 769px) {
  .p-information .type .item > dd .btn-area .txt2 {
    font-size: 17px;
  }
}
.p-information .type .item > dd .btn-registration {
  align-items: center;
  background: url(https://above-ac.com/assets/img/information/btn-registration.png) no-repeat 0 0/contain;
  color: #fff;
  display: flex;
  font-size: 4.61vw;
  height: 15.38vw;
  justify-content: center;
  margin: 2.56vw auto 0;
  padding: 0 0.76vw 1.02vw 0;
  width: 71.02vw;
}
@media (min-width: 769px) {
  .p-information .type .item > dd .btn-registration {
    font-size: 20px;
    height: 69px;
    margin: 5px auto 0;
    padding: 0 2px 5px 0;
    width: 317px;
  }
}
@media (max-width: 768px) {
  .p-information .flow .wrap {
    padding: 0;
  }
}
.p-information .flow table {
  border-spacing: 6.92vw 5.12vw;
  position: relative;
  width: 100%;
}
@media (min-width: 769px) {
  .p-information .flow table {
    border-spacing: 30px 20px;
    margin: -10px auto 0;
    max-width: 610px;
  }
}
.p-information .flow table::before {
  background-color: #f992ab;
  content: "";
  display: block;
  height: calc(100% - 30.76vw);
  left: 26.15vw;
  position: absolute;
  top: 15.38vw;
  width: 1.02vw;
  z-index: -2;
}
@media (min-width: 769px) {
  .p-information .flow table::before {
    height: calc(100% - 120px);
    left: 158px;
    top: 60px;
    width: 4px;
  }
}
.p-information .flow table::after {
  background-color: #80bcf9;
  content: "";
  display: block;
  height: calc(100% - 30.76vw);
  position: absolute;
  right: 26.15vw;
  top: 15.38vw;
  width: 1.02vw;
  z-index: -2;
}
@media (min-width: 769px) {
  .p-information .flow table::after {
    height: calc(100% - 200px);
    right: 158px;
    top: 60px;
    width: 4px;
  }
}
.p-information .flow table .ttl {
  font-size: 4.61vw;
  text-align: center;
}
@media (min-width: 769px) {
  .p-information .flow table .ttl {
    font-size: 20px;
  }
}
.p-information .flow th, .p-information .flow td {
  border: 1px solid #000;
  line-height: 1.3;
  padding: 2.56vw 4.35vw;
  position: relative;
  vertical-align: top;
  width: 39.48vw;
}
@media (min-width: 769px) {
  .p-information .flow th, .p-information .flow td {
    padding: 10px 28px 20px;
    width: 260px;
  }
}
.p-information .flow th::after, .p-information .flow td::after {
  background-color: #f9f3e3;
  content: "";
  display: block;
  height: calc(100% + 2px);
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% + 2px);
  z-index: -1;
}
.p-information .flow th.none, .p-information .flow td.none {
  border: none;
}
.p-information .flow th.none::after, .p-information .flow td.none::after {
  content: none;
}
.p-information .flow th p, .p-information .flow td p {
  margin: 1.28vw 0 0;
}
@media (min-width: 769px) {
  .p-information .flow th p, .p-information .flow td p {
    margin: 5px 0 0;
  }
}
.p-information .flow th[colspan="2"] p, .p-information .flow td[colspan="2"] p {
  padding-left: 11.28vw;
}
@media (min-width: 769px) {
  .p-information .flow th[colspan="2"] p, .p-information .flow td[colspan="2"] p {
    padding-left: 52px;
  }
}
.p-information .flow th.first, .p-information .flow td.first {
  background: url(https://above-ac.com/assets/img/information/flow01.png) no-repeat 4.87vw 50%/5.89vw auto;
}
@media (min-width: 769px) {
  .p-information .flow th.first, .p-information .flow td.first {
    background-position: 50px 50%;
    background-size: 25px auto;
  }
}
.p-information .flow th.agree, .p-information .flow td.agree {
  background: url(https://above-ac.com/assets/img/information/flow02.png) no-repeat 4.35vw 2.05vw/5.89vw auto;
}
@media (min-width: 769px) {
  .p-information .flow th.agree, .p-information .flow td.agree {
    background-position: 55px 8px;
    background-size: 27px auto;
  }
}
.p-information .flow th.wash, .p-information .flow td.wash {
  background: url(https://above-ac.com/assets/img/information/flow03.png) no-repeat 4.87vw 50%/7.43vw auto;
}
@media (min-width: 769px) {
  .p-information .flow th.wash, .p-information .flow td.wash {
    background-position: 28px 50%;
    background-size: 31px auto;
  }
}
.p-information .flow th.measurement, .p-information .flow td.measurement {
  background: url(https://above-ac.com/assets/img/information/flow04.png) no-repeat 3.07vw 50%/10.64vw auto;
}
@media (min-width: 769px) {
  .p-information .flow th.measurement, .p-information .flow td.measurement {
    background-position: 24px 50%;
    background-size: 45px auto;
  }
}
.p-information .flow th.goods, .p-information .flow td.goods {
  background: url(https://above-ac.com/assets/img/information/flow05.png) no-repeat 4.1vw 2.05vw/7.56vw auto;
}
@media (min-width: 769px) {
  .p-information .flow th.goods, .p-information .flow td.goods {
    background-position: 45px 8px;
    background-size: 32px auto;
  }
}
.p-information .flow th.first::after, .p-information .flow th.end1::after, .p-information .flow td.first::after, .p-information .flow td.end1::after {
  background-color: #fdcbd7;
}
.p-information .flow th.second::after, .p-information .flow th.end2::after, .p-information .flow td.second::after, .p-information .flow td.end2::after {
  background-color: #bddcfc;
}
@media (min-width: 769px) {
  .p-information .flow th.first, .p-information .flow th.second, .p-information .flow th.end1, .p-information .flow td.first, .p-information .flow td.second, .p-information .flow td.end1 {
    padding-bottom: 10px;
  }
}

.p-registration .lead {
  margin: 8.97vw 0 6.41vw;
  text-align: center;
}
@media (min-width: 769px) {
  .p-registration .lead {
    margin: 60px 0 30px;
  }
}
.p-registration .lead .ttl {
  font-size: 5.64vw;
  margin: 0 0 1.28vw;
}
@media (min-width: 769px) {
  .p-registration .lead .ttl {
    font-size: 40px;
    line-height: 1.25;
    margin: 0 0 40px;
  }
}
.p-registration .attention .box {
  border: 0.83vw solid #fcc1ca;
  border-radius: 7.69vw;
  margin: 5.76vw 0 0;
  padding: 3.84vw 5.12vw 5.12vw;
}
@media (min-width: 769px) {
  .p-registration .attention .box {
    border-width: 4px;
    border-radius: 30px;
    margin: 30px auto 40px;
    max-width: 630px;
    padding: 15px 30px 20px;
  }
}
.p-registration .attention .ttl {
  align-items: center;
  color: #fc2346;
  display: flex;
  font-size: 3.84vw;
  justify-content: center;
  text-align: center;
}
@media (min-width: 769px) {
  .p-registration .attention .ttl {
    font-size: 16px;
  }
}
.p-registration .attention .ttl::before, .p-registration .attention .ttl::after {
  background: url(https://above-ac.com/assets/img/registration/attention-mark.png) no-repeat 50% 50%/contain;
  content: "";
  display: inline-flex;
  height: 4.35vw;
  margin: 0 1.02vw;
  width: 4.35vw;
}
@media (min-width: 769px) {
  .p-registration .attention .ttl::before, .p-registration .attention .ttl::after {
    height: 17px;
    margin: 0 8px;
    width: 17px;
  }
}
.p-registration .attention ul {
  margin: 2.56vw 0 0;
}
@media (min-width: 769px) {
  .p-registration .attention ul {
    margin: 10px 0 0;
  }
}
.p-registration .attention li {
  margin: 1.92vw 0 0 1em;
  text-indent: -1em;
}
@media (min-width: 769px) {
  .p-registration .attention li {
    line-height: 1.25;
    margin: 10px 0 0 1em;
  }
}
.p-registration .attention li::before {
  color: #fc2346;
  content: "※";
  display: inline;
}
@media (min-width: 769px) {
  .p-registration .form .wrap {
    max-width: 840px;
    padding: 0 20px;
  }
}
.p-registration .form dl {
  margin: 5.12vw 0 0;
}
@media (min-width: 769px) {
  .p-registration .form dl {
    margin: 20px 0 0;
  }
}
.p-registration .form dt {
  align-items: center;
  display: flex;
  padding: 0 0 0 5.64vw;
  position: relative;
}
@media (min-width: 769px) {
  .p-registration .form dt {
    padding: 0 0 0 22px;
    min-width: 210px;
  }
}
.p-registration .form dt::before {
  color: #b988bf;
  content: "●";
  display: inline-flex;
  left: 0;
  position: absolute;
  top: 0;
}
.p-registration .form dd {
  margin: 1.28vw 0 0;
  position: relative;
}
@media (min-width: 769px) {
  .p-registration .form dd {
    flex-grow: 1;
    margin: 0;
  }
}
/* プレースホルダー用（.ph）は表示せず JS のみ参照。shanonCommon.css と同じ考え方 */
.p-registration .form .ss_upComment .ph {
  display: none;
}
.p-registration .form p {
  margin: 7.69vw 0 0;
  text-align: center;
}
@media (min-width: 769px) {
  .p-registration .form p {
    margin: 0;
  }
}
.p-registration .form dt .ss_notnull {
  align-items: center;
  background: transparent;
  border: 0.25vw solid #fc2346;
  border-radius: 1.28vw;
  box-sizing: border-box;
  color: #fc2346;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 2.82vw;
  font-weight: normal;
  height: 5.12vw;
  line-height: 1;
  margin-left: 1.92vw;
  padding: 0 2.56vw;
  vertical-align: middle;
}
@media (min-width: 769px) {
  .p-registration .form dt .ss_notnull {
    border-width: 1px;
    border-radius: 5px;
    font-size: 12px;
    height: 22px;
    margin-left: 10px;
    padding: 0 10px;
  }
}
.p-registration .form label {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  line-height: 1;
  margin: 3.2vw 0 0 5.12vw;
}
@media (min-width: 769px) {
  .p-registration .form label {
    margin: 10px 15px 0 0;
  }
}
.p-registration .form [type=text],
.p-registration .form [type=number],
.p-registration .form [type=tel],
.p-registration .form [type=email],
.p-registration .form textarea {
  background-color: #f9f3e3;
  border: none;
  border-radius: 5.12vw;
  padding: 0 5.12vw;
  width: 100%;
}
@media (min-width: 769px) {
  .p-registration .form [type=text],
  .p-registration .form [type=number],
  .p-registration .form [type=tel],
  .p-registration .form [type=email],
  .p-registration .form textarea {
    border-radius: 20px;
    padding: 0 20px;
  }
}
.p-registration .form [type=text],
.p-registration .form [type=number],
.p-registration .form [type=tel],
.p-registration .form [type=email] {
  height: 10.25vw;
}
@media (min-width: 769px) {
  .p-registration .form [type=text],
  .p-registration .form [type=number],
  .p-registration .form [type=tel],
  .p-registration .form [type=email] {
    height: 42px;
  }
}

/* 氏名など：dd 直下に .ss_input が2つ続く場合（姓・名を横並び） */
.p-registration .form dd:has(> .ss_input + .ss_input) {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 2.56vw;
}
.p-registration .form dd:has(> .ss_input + .ss_input) > .ss_input {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1.28vw;
  min-width: 0;
  position: relative;
  width: 100%;
}
/* エラー表示時：入力行の上にスペースを確保 */
.p-registration .form dd:has(> .ss_input + .ss_input) > .ss_input:has(> .label-warning) {
  padding-top: 1.6em;
}
/* エラーアイコン・メッセージを絶対配置で入力行の上に表示 */
.p-registration .form dd:has(> .ss_input + .ss_input) > .ss_input > .label-warning {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.p-registration .form dd:has(> .ss_input + .ss_input) > .ss_input > .ss_error_msg {
  position: absolute;
  top: 0;
  left: calc(0.8rem + 12px);
  pointer-events: none;
}
.p-registration .form dd:has(> .ss_input + .ss_input) > .ss_input > br {
  display: none;
}
/* バリデーションエラー（.validationError）表示時も同様に上部スペースを確保 */
.p-registration .form dd:has(> .ss_input + .ss_input) > .ss_input:has(> .validationError) {
  padding-top: 1.6em;
}
.p-registration .form dd:has(> .ss_input + .ss_input) > .ss_input > .validationError {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.p-registration .form dd:has(> .ss_input + .ss_input) > .ss_input .ss_upComment {
  flex: 0 0 auto;
}
.p-registration .form dd:has(> .ss_input + .ss_input) > .ss_input .ss_leftComment {
  flex-shrink: 0;
  white-space: nowrap;
}
.p-registration .form dd:has(> .ss_input + .ss_input) > .ss_input > input[type=text] {
  flex: 1 1 auto;
  max-width: 100%;
  min-width: 0;
  width: auto;
}
@media (min-width: 769px) {
  .p-registration .form dd:has(> .ss_input + .ss_input) {
    align-items: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 12px;
  }
  .p-registration .form dd:has(> .ss_input + .ss_input) > .ss_input {
    flex: 1 1 0;
    gap: 8px;
    width: auto;
  }
  .p-registration .form dd:has(> .ss_input + .ss_input) > .ss_input > input[type=text] {
    flex: 0 1 160px;
    max-width: 220px;
  }
}

/* ラジオ・チェックボックス型：上下コメントを選択肢の外（前後）に改行表示
   JS修正で ss_bottomComment は label の外（.ss_input の直下）に置かれるが、
   万一 label 内に入り込んでも崩れないよう、かつコメントなし時も影響ゼロになるよう明示 */
.p-registration .form .ss_input:has(> label) > .ss_upComment,
.p-registration .form .ss_input:has(> label) > .ss_bottomComment {
  display: block;
  width: 100%;
  margin-top: 6px;
}
.p-registration .form .ss_input:has(> label) > .ss_upComment {
  margin-top: 0;
  margin-bottom: 4px;
}

/* 生年月日（dd 内 .ss_input が3つ）：年欄内の .ss_bottomComment のみ折り返し */
.p-registration .form dd:has(> .ss_input + .ss_input + .ss_input) > .ss_input:has(> .ss_bottomComment) {
  align-items: center;
  column-gap: 1.28vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 1.28vw;
}
.p-registration .form dd:has(> .ss_input + .ss_input + .ss_input) > .ss_input:has(> .ss_bottomComment) > .ss_bottomComment {
  flex: 1 1 100%;
  min-width: 0;
}
@media (min-width: 769px) {
  .p-registration .form dd:has(> .ss_input + .ss_input + .ss_input) > .ss_input:has(> .ss_bottomComment) {
    column-gap: 8px;
    row-gap: 6px;
  }
}

/* 生年月日：.birth-group + .notice と同型（1 段目＝年・月・日、2 段目＝ .ss_field_hint） */
.p-registration .form dd:has(> .ss_input + .ss_input + .ss_input) {
  align-items: flex-end;
  column-gap: 1.28vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 1.28vw;
}
.p-registration .form dd:has(> .ss_input + .ss_input + .ss_input) > .ss_input:first-child {
  align-items: center;
  display: inline-flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1.28vw;
  position: relative;
  width: auto;
}
/* 生年月日（年・月・日）：バリデーションエラー表示時に入力欄を下にずらして重なりを防ぐ */
.p-registration .form dd:has(> .ss_input + .ss_input + .ss_input) > .ss_input:first-child:has(> .validationError),
.p-registration .form dd:has(> .ss_input + .ss_input + .ss_input) > .ss_input:has(> select):has(> .validationError) {
  align-items: flex-end;
  padding-top: 1.8em;
  position: relative;
}
.p-registration .form dd:has(> .ss_input + .ss_input + .ss_input) > .ss_input:first-child > .validationError,
.p-registration .form dd:has(> .ss_input + .ss_input + .ss_input) > .ss_input:has(> select) > .validationError {
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  white-space: nowrap;
}
.p-registration .form dd:has(> .ss_input + .ss_input + .ss_input) > .ss_input:first-child > input[type=text] {
  flex: 0 0 auto;
  min-width: 30vw;
  width: 30vw;
}
.p-registration .form dd:has(> .ss_input + .ss_input + .ss_input) > .ss_input:has(> select) {
  align-items: center;
  box-sizing: border-box;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: row;
  gap: 1.28vw;
  max-width: none;
  width: auto;
}
.p-registration .form dd:has(> .ss_input + .ss_input + .ss_input) > .ss_input .ss_rightComment {
  flex-shrink: 0;
  white-space: nowrap;
}
.p-registration .form dd:has(> .ss_input + .ss_input + .ss_input) > .ss_input:has(> select)::after {
  display: none;
}
.p-registration .form dd:has(> .ss_input + .ss_input + .ss_input) > .ss_input:has(> select) > select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath d='M0 0L12 0L6 10Z' fill='%23a151aa'/%3E%3C/svg%3E");
  background-position: right 3.07vw center;
  background-repeat: no-repeat;
  background-size: 2.56vw 2.17vw;
  flex: 0 0 auto;
  max-width: 100%;
  min-width: 17.94vw;
  padding: 0 7.17vw 0 2.56vw;
  width: auto;
}
.p-registration .form dd:has(> .ss_input + .ss_input + .ss_input) > .ss_field_hint {
  flex: 1 1 100%;
  margin: 0;
  min-width: 0;
  width: 100%;
}
@media (min-width: 769px) {
  .p-registration .form dd:has(> .ss_input + .ss_input + .ss_input) {
    column-gap: 10px;
    row-gap: 8px;
  }
  .p-registration .form dd:has(> .ss_input + .ss_input + .ss_input) > .ss_input:first-child {
    flex: 0 1 auto;
    gap: 8px;
    width: auto;
  }
  .p-registration .form dd:has(> .ss_input + .ss_input + .ss_input) > .ss_input:first-child > input[type=text] {
    max-width: 120px;
    min-width: 0;
  }
  .p-registration .form dd:has(> .ss_input + .ss_input + .ss_input) > .ss_input:has(> select) {
    flex: 0 0 auto;
    gap: 8px;
  }
  .p-registration .form dd:has(> .ss_input + .ss_input + .ss_input) > .ss_input:has(> select) > select {
    background-position: right 13px center;
    background-size: 12px 10px;
    min-width: 72px;
    padding: 0 30px 0 16px;
    width: auto;
  }
}

/* data-ss-hint で JS 挿入した注釈（一般項目は dd 末尾） */
.p-registration .form .ss_field_hint {
  color: #2e2c2e;
  font-size: 3.84vw;
  line-height: 1.5;
  margin: 1.28vw 0 0;
}
.p-registration .form dd:has(> .ss_input + .ss_input + .ss_input) > .ss_field_hint {
  margin: 0;
}
@media (min-width: 769px) {
  .p-registration .form .ss_field_hint {
    font-size: 16px;
    margin: 6px 0 0;
  }
  .p-registration .form dd:has(> .ss_input + .ss_input + .ss_input) > .ss_field_hint {
    margin: 0;
  }
}

.p-registration .form textarea {
  height: 17.94vw;
  margin: 2.56vw 0 0;
  padding: 2.56vw 5.12vw;
}
@media (min-width: 769px) {
  .p-registration .form textarea {
    height: 103px;
    margin: 10px 0 0;
    padding: 10px 20px;
  }
}
/* group2（縦積みレイアウト）の入力要素を textarea と揃える */
.p-registration .form .group2 [type=text],
.p-registration .form .group2 [type=number],
.p-registration .form .group2 [type=tel],
.p-registration .form .group2 [type=email],
.p-registration .form .group2 [type=file],
.p-registration .form .group2 [type=datetime-local],
.p-registration .form .group2 .ss_input > select {
  margin: 2.56vw 0 0;
}
@media (min-width: 769px) {
  .p-registration .form .group2 [type=text],
  .p-registration .form .group2 [type=number],
  .p-registration .form .group2 [type=tel],
  .p-registration .form .group2 [type=email],
  .p-registration .form .group2 [type=file],
  .p-registration .form .group2 [type=datetime-local],
  .p-registration .form .group2 .ss_input > select {
    margin: 10px 0 0;
  }
}
.p-registration .form [type=radio] {
  accent-color: #827e83;
  height: 4.48vw;
  margin-right: 1.28vw;
  width: 4.48vw;
}
@media (min-width: 769px) {
  .p-registration .form [type=radio] {
    height: 18px;
    margin-right: 5px;
    width: 18px;
  }
}
.p-registration .form [type=checkbox] {
  accent-color: #827e83;
  height: 3.84vw;
  margin-right: 1.28vw;
  width: 3.84vw;
  height: 18px;
  margin-right: 5px;
  width: 18px;
}
.p-registration .form .birth-group {
  align-items: center;
  display: flex;
}
.p-registration .form [name=textarea-823] {
  margin-right: 1.28vw;
  width: 29.48vw;
}
@media (min-width: 769px) {
  .p-registration .form [name=textarea-823] {
    margin-right: 10px;
    width: 105px;
  }
}
.p-registration .form .select {
  align-items: center;
  display: inline-flex;
  margin: 0 1.28vw 0 2.56vw;
  position: relative;
}
@media (min-width: 769px) {
  .p-registration .form .select {
    margin: 0 5px 0 10px;
  }
}
/* all_items 出力は .select ではなく dd > .ss_input 直下に select が入る */
.p-registration .form dd .ss_input:has(> select) {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  position: relative;
  width: 100%;
}
.p-registration .form .select::after,
.p-registration .form dd .ss_input:has(> select)::after {
  background-color: #a151aa;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  height: 2.17vw;
  pointer-events: none;
  position: absolute;
  right: 3.07vw;
  top: 50%;
  transform: translateY(-50%);
  width: 2.56vw;
}
@media (min-width: 769px) {
  .p-registration .form .select::after,
  .p-registration .form dd .ss_input:has(> select)::after {
    height: 10px;
    right: 13px;
    width: 12px;
  }
}
/* ▽矢印：::after（コンテナ基準）は非表示にし、select の background-image で実装。
   コンテナ内に ss_upComment / ss_bottomComment / エラー行が入っても
   矢印位置が select 自体を基準に常に垂直中央に収まる。 */
.p-registration .form dd .ss_input:has(> select)::after {
  display: none;
}
.p-registration .form .select select {
  appearance: none;
  background-color: #fff;
  border: 0.64vw solid #ded2e6;
  border-radius: 5.12vw;
  color: #333333;
  cursor: pointer;
  height: 10.25vw;
  padding: 0 3.2vw;
  width: 16.15vw;
}
.p-registration .form dd .ss_input > select {
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath d='M0 0L12 0L6 10Z' fill='%23a151aa'/%3E%3C/svg%3E");
  background-position: right 3.07vw center;
  background-repeat: no-repeat;
  background-size: 2.56vw 2.17vw;
  border: 0.64vw solid #ded2e6;
  border-radius: 5.12vw;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  height: 10.25vw;
  max-width: 100%;
  padding: 0 8.96vw 0 3.2vw;
  width: 100%;
}
@media (min-width: 769px) {
  .p-registration .form .select select {
    border-width: 3px;
    border-radius: 20px;
    height: 42px;
    padding: 0 20px;
    width: 80px;
  }
  .p-registration .form dd .ss_input > select {
    background-position: right 13px center;
    background-size: 12px 10px;
    border-width: 3px;
    border-radius: 20px;
    height: 42px;
    padding: 0 40px 0 20px;
    width: 100%;
  }
}
.p-registration .form .select .formError,
.p-registration .form dd .ss_input:has(> select) .formError {
  left: 0 !important;
  right: initial !important;
  top: -0.9em !important;
}
@media (min-width: 769px) {
  .p-registration .form [name=textarea-394] {
    height: 60px;
  }
}
.p-registration .form .zip-wrap {
  align-items: center;
  display: flex;
}
.p-registration .form .zip-wrap input {
  width: 12em;
}
@media (min-width: 769px) {
  .p-registration .form .zip-wrap input {
    width: 16em;
  }
}
@media (min-width: 769px) {
  .p-registration .form .zip-wrap .mark {
    display: none;
  }
}
.p-registration .form [name=textarea-455] {
  margin-left: 1.28vw;
  width: 45.89vw;
}
@media (min-width: 769px) {
  .p-registration .form [name=textarea-455] {
    margin: 0;
    width: 180px;
  }
}
.p-registration .form .ss_input_autofill_wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
  width: 100%;
}
.p-registration .form .ss_input_autofill_wrap > .ss_input {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  gap: 1.28vw;
  min-width: 0;
  position: relative;
}
.p-registration .form .ss_input_autofill_wrap > .ss_input:has(> .label-warning) {
  padding-top: 1.6em;
}
.p-registration .form .ss_input_autofill_wrap > .ss_input > .label-warning {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.p-registration .form .ss_input_autofill_wrap > .ss_input > .ss_error_msg {
  position: absolute;
  top: 0;
  left: calc(0.8rem + 12px);
  pointer-events: none;
}
.p-registration .form .ss_input_autofill_wrap > .ss_input:has(> .validationError) {
  padding-top: 1.6em;
}
.p-registration .form .ss_input_autofill_wrap > .ss_input > .validationError {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.p-registration .form .ss_input_autofill_wrap > .ss_input > br {
  display: none;
}
.p-registration .form .ss_input_autofill_wrap > .ss_input > input[type=text] {
  flex: 1 1 auto;
  width: auto;
}
.p-registration .form .ss_input_autofill_wrap > .ss_input .ss_leftComment {
  flex-shrink: 0;
  white-space: nowrap;
}
@media (min-width: 769px) {
  .p-registration .form .ss_input_autofill_wrap > .ss_input {
    gap: 8px;
  }
}
.p-registration .form .js-zip-autofill-btn {
  display: none;
}
.p-registration .form dl[data-zip-autofill-pref][data-zip-autofill-addr] .js-zip-autofill-btn {
  display: inline-flex;
}
.p-registration .form .autofill {
  align-items: center;
  background-color: #ed7767;
  border: none;
  border-radius: 5.12vw;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  height: 10.25vw;
  justify-content: center;
  margin-left: auto;
  transition: opacity 0.5s;
  width: 31.79vw;
}
@media (min-width: 769px) {
  .p-registration .form .autofill {
    border-radius: 20px;
    height: 42px;
    margin-left: 10px;
    width: 120px;
  }
}
.p-registration .form .autofill:hover {
  opacity: 0.7;
}
@media (min-width: 769px) {
  .p-registration .form .group1 {
    max-width: 620px;
  }
}
@media (min-width: 769px) {
  .p-registration .form .group1 dl {
    align-items: flex-start;
    display: flex;
  }
}
@media (min-width: 769px) {
  .p-registration .form .group1 dl.group2 {
    display: block;
  }
}
@media (min-width: 769px) and (max-width: 830px) {
  .p-registration .form .group1 .formError {
    left: 85% !important;
  }
}
@media (min-width: 769px) {
  .p-registration .form .group2 dd {
    padding: 0 0 0 20px;
  }
}
.p-registration .form .group2 dd .other {
  position: relative;
}
.p-registration .form .group2 dd .formError {
  left: initial !important;
  right: 0 !important;
  top: 0 !important;
}
.p-registration .form .group3 {
  background-color: #f9f3e3;
  border-radius: 5.12vw;
  margin: 6.41vw 0 0;
  padding: 3.84vw 5.12vw;
}
@media (min-width: 769px) {
  .p-registration .form .group3 {
    border-radius: 20px;
    margin: 40px 0;
    padding: 25px 50px 25px 40px;
  }
}
@media (min-width: 769px) {
  .p-registration .form .group3 dl {
    margin: 15px 0 0;
  }
}
.p-registration .form .group3 dt::before {
  color: #999799;
}
@media (min-width: 769px) {
  .p-registration .form .group3 dd {
    padding: 0 0 0 20px;
  }
}
.p-registration .form .group3 .head {
  cursor: pointer;
  position: relative;
}
.p-registration .form .group3 .head i {
  background-color: #fff;
  border-radius: 50%;
  display: block;
  height: 5.76vw;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 5.76vw;
}
@media (min-width: 769px) {
  .p-registration .form .group3 .head i {
    height: 36px;
    right: -30px;
    width: 36px;
  }
}
.p-registration .form .group3 .head i::before, .p-registration .form .group3 .head i::after {
  background-color: #2e2c2e;
  content: "";
  display: block;
  height: 0.32vw;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.56vw;
}
@media (min-width: 769px) {
  .p-registration .form .group3 .head i::before, .p-registration .form .group3 .head i::after {
    height: 1px;
    width: 16px;
  }
}
.p-registration .form .group3 .head i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-registration .form .group3 .head.on i::after {
  transform: translate(-50%, -50%) rotate(0);
}
.p-registration .form .group3 .child-group {
  margin: 0 0 0 5.12vw;
}
@media (min-width: 769px) {
  .p-registration .form .group3 .child-group {
    margin: 0;
  }
}
@media (min-width: 769px) {
  .p-registration .form .group3 .child-group {
    display: flex;
    flex-wrap: wrap;
  }
}
.p-registration .form .group3 .child-group .child {
  align-items: center;
  display: flex;
  flex-grow: 0;
  margin: 3.2vw 0 0;
}
@media (min-width: 769px) {
  .p-registration .form .group3 .child-group .child {
    margin: 0;
  }
}
.p-registration .form .group3 .child-group .child span {
  min-width: 12.82vw;
}
@media (min-width: 769px) {
  .p-registration .form .group3 .child-group .child span {
    margin-right: 15px;
    min-width: 0;
  }
}
.p-registration .form .group3 .child-group .child label {
  margin-top: 0;
}
.p-registration .form .group3 textarea {
  background-color: #fff;
  height: 23.07vw;
}
@media (min-width: 769px) {
  .p-registration .form .group3 textarea {
    height: 80px;
    margin: 10px 0;
  }
}
.p-registration .form .agree {
  margin: 0 5.12vw 0 0;
  position: relative;
  text-align: center;
}
@media (min-width: 769px) {
  .p-registration .form .agree {
    margin: 10px 0 0;
  }
}
.p-registration .form .agree .formError {
  left: initial !important;
  top: 0 !important;
}
@media (min-width: 769px) {
  .p-registration .form .agree .formError {
    top: 0 !important;
  }
}
.p-registration .form .formError {
  left: initial !important;
  margin: 0 !important;
  right: 0 !important;
  top: -6vw !important;
  white-space: nowrap;
}
@media (min-width: 769px) {
  .p-registration .form .formError {
    left: 100% !important;
    right: initial !important;
    top: 0 !important;
  }
}
.p-registration .form .ss_error_msg {
  color: #fc2346;
  font-size: 3.07vw;
  min-width: 0;
  padding: 0;
}
@media (min-width: 769px) {
  .p-registration .form .ss_error_msg {
    font-size: 12px;
  }
}
.p-registration .form .formError .formErrorArrow {
  display: none;
}
.p-registration .form .group2 .wpcf7-radio .wpcf7-list-item.first, .p-registration .form .group3 .wpcf7-radio .wpcf7-list-item.first {
  display: none;
}
@media (min-width: 769px) {
  .p-registration.confirm .form {
    margin: 50px 0 0;
  }
}
.p-registration.confirm .form .wrap {
  max-width: 800px;
}
.p-registration.confirm .form dd {
  background-color: #ece0f4;
  margin: 1.53vw 0 0;
  padding: 1.92vw 5.12vw;
}
@media (min-width: 769px) {
  .p-registration.confirm .form dd {
    margin: 0 0 0;
    padding: 2px 15px;
  }
}
.p-registration.confirm .form dd.zip {
  display: inline-flex;
}
.p-registration.confirm .form .birth-group div + div {
  margin-left: 3.84vw;
}
@media (min-width: 769px) {
  .p-registration.confirm .form .birth-group div + div {
    margin-left: 20px;
  }
}
.p-registration.confirm .form dd:has(> .ss_input + .ss_input) {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 0 1em;
}
.p-registration.confirm .form dd:has(> .ss_input + .ss_input) > .ss_input {
  flex: 0 0 auto;
  width: auto;
}
.p-registration.confirm .form .address-group {
  width: 100%;
}
@media (min-width: 769px) {
  .p-registration.confirm .form .address-group dd + dd {
    margin: 10px 0 0;
  }
}
@media (min-width: 769px) {
  .p-registration.confirm .form .group1 {
    max-width: none;
  }
}
@media (min-width: 769px) {
  .p-registration.confirm .form .group2 dd {
    margin: 5px 0 0;
  }
}
.p-registration.confirm .form .group3 {
  background-color: transparent;
  padding: 0;
}
@media (min-width: 769px) {
  .p-registration.confirm .form .group3 {
    margin: 0;
  }
}
@media (min-width: 769px) {
  .p-registration.confirm .form .group3 dd {
    margin: 5px 0 0;
  }
}
@media (min-width: 769px) {
  .p-registration.confirm .form .group3 .child-group {
    margin: 10px 0 0;
  }
}
.p-registration.confirm .form .group3 .child {
  background: none;
}
@media (max-width: 768px) {
  .p-registration.confirm .form .group3 .child {
    padding: 0;
  }
}
.p-registration.confirm .form .group3 .child span {
  background-color: #ece0f4;
  display: inline-flex;
  justify-content: center;
  min-width: 23.07vw;
  padding: 1.92vw 5.12vw;
}
@media (min-width: 769px) {
  .p-registration.confirm .form .group3 .child span {
    min-width: 67px;
    padding: 0;
  }
}
.p-registration.confirm .form .group3 b {
  color: #2e2c2e;
  display: inline-block;
  margin-right: 1.28vw;
  min-width: 14.1vw;
}
@media (min-width: 769px) {
  .p-registration.confirm .form .group3 b {
    min-width: 0;
  }
}
.p-registration.complete .lead p {
  margin: 2.56vw 0 0;
}
@media (min-width: 769px) {
  .p-registration.complete .lead p {
    margin: 1em 0 0;
  }
}
@media (min-width: 769px) {
  .p-registration.complete .lead [href*="tel:"] {
    color: #2e2c2e;
    text-decoration: none;
  }
}
@media (min-width: 769px) {
  .p-registration.complete .btn-back {
    margin: 40px auto 0;
  }
}

.p-news .news-list .lead {
  color: #a151aa;
  font-size: 5.64vw;
  margin: 7.69vw 0 3.84vw;
  text-align: center;
}
@media (min-width: 769px) {
  .p-news .news-list .lead {
    font-size: 30px;
    margin: 60px 0 20px;
  }
}
.p-news .news-list .list li {
  border-bottom: 0.25vw dashed #737374;
}
@media (min-width: 769px) {
  .p-news .news-list .list li {
    border-width: 1px;
    line-height: 1.375;
    margin: 0 auto;
    max-width: 760px;
  }
}
.p-news .news-list .list li a {
  background: url(https://above-ac.com/assets/img/news/list-arrow.png) no-repeat 100% 50%/3.97vw auto;
  display: block;
  padding: 3.2vw 8.97vw 3.2vw 0;
}
@media (min-width: 769px) {
  .p-news .news-list .list li a {
    background-size: 18px auto;
    display: flex;
    padding: 25px 100px 25px 0;
  }
}
.p-news .news-list .list li span {
  display: block;
}
@media (min-width: 769px) {
  .p-news .news-list .list li .date {
    flex-shrink: 0;
    width: 100px;
  }
}
.p-news .pagination {
  align-items: center;
  color: #a151aa;
  display: flex;
  justify-content: center;
  margin: 6.41vw 0;
}
@media (min-width: 769px) {
  .p-news .pagination {
    margin: 50px 0;
  }
}
.p-news .pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-news .pagination li {
  margin: 0 1.79vw;
}
@media (min-width: 769px) {
  .p-news .pagination li {
    font-size: 17px;
    margin: 0 5px;
  }
}
.p-news .pagination li a,
.p-news .pagination li span {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 6.92vw;
  justify-content: center;
  width: 6.92vw;
}
@media (min-width: 769px) {
  .p-news .pagination li a,
  .p-news .pagination li span {
    height: 30px;
    width: 30px;
  }
}
.p-news .pagination li a {
  border: 0.25vw solid #a151aa;
  color: #a151aa;
}
@media (min-width: 769px) {
  .p-news .pagination li a {
    border-width: 2px;
  }
}
.p-news .pagination li .current {
  background-color: #a151aa;
  color: #fff;
}
.p-news .pagination .prev,
.p-news .pagination .next {
  align-items: center;
  background: url(https://above-ac.com/assets/img/news/pagination-arrow.png) no-repeat 50% 50%/3.97vw auto;
  display: flex;
  height: 6.92vw;
  justify-content: center;
  width: 6.92vw;
}
@media (min-width: 769px) {
  .p-news .pagination .prev,
  .p-news .pagination .next {
    background-size: 18px auto;
    height: 30px;
    width: 30px;
  }
}
.p-news .pagination .prev {
  transform: scale(-1);
}
@media (min-width: 769px) {
  .p-news .news-detail .wrap {
    max-width: 900px;
  }
}
.p-news .news-detail h1 {
  color: #a151aa;
  font-size: 5.64vw;
  margin: 6.41vw 0;
}
@media (min-width: 769px) {
  .p-news .news-detail h1 {
    font-size: 40px;
    margin: 60px 0 30px;
    text-align: center;
  }
}
.p-news .news-detail h2 {
  color: #a151aa;
  font-size: 4.35vw;
  line-height: 1.4;
  margin: 7.69vw 0 2.56vw;
}
@media (min-width: 769px) {
  .p-news .news-detail h2 {
    font-size: 18px;
    line-height: 1.55;
    margin: 40px 0 10px;
  }
}
.p-news .news-detail h3 {
  border-bottom: 0.32vw dashed #ababab;
  color: #a151aa;
  font-size: 4.1vw;
  line-height: 1.4;
  margin: 3.84vw 0 2.56vw;
  padding: 0 0 0.76vw;
}
@media (min-width: 769px) {
  .p-news .news-detail h3 {
    border-width: 1px;
    font-size: 18px;
    line-height: 1.55;
    margin: 30px 0 20px;
    padding: 0 0 10px;
  }
}
.p-news .news-detail p {
  margin: 2.56vw 0;
}
@media (min-width: 769px) {
  .p-news .news-detail p {
    margin: 10px 0 0;
  }
}
@media (min-width: 769px) {
  .p-news .news-detail p + p {
    margin: 20px 0 0;
  }
}
.p-news .news-detail b {
  font-family: "FOT-筑紫A丸ゴシック Std E", TsukuARdGothicStd-E, "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic Medium", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
}
.p-news .news-detail .img {
  margin: 2.56vw auto;
}
@media (min-width: 769px) {
  .p-news .news-detail .img {
    margin: 30px auto;
  }
}
.p-news .news-detail .img img {
  margin: 0 auto;
}
.p-news .news-detail blockquote {
  background: #fbeef1 url(https://above-ac.com/assets/img/news/blockquote-img.png) no-repeat 5.38vw 3.58vw/8.33vw auto;
  margin: 7.69vw 0 3.84vw;
  padding: 5.12vw 6.41vw 5.12vw 21.15vw;
}
@media (min-width: 769px) {
  .p-news .news-detail blockquote {
    background-position: 25px 16px;
    background-size: 38px auto;
    margin: 40px auto;
    max-width: 600px;
    padding: 20px 30px 20px 80px;
  }
}

.p-voice .lead {
  color: #a151aa;
  font-size: 5.64vw;
  margin: 7.69vw 0;
  text-align: center;
}
@media (min-width: 769px) {
  .p-voice .lead {
    font-size: 30px;
    margin: 60px 0 30px;
  }
}
.p-voice .voice-list .wrap {
  max-width: 940px;
}
.p-voice .list {
  display: flex;
  flex-wrap: wrap;
  gap: 6.41vw;
}
@media (min-width: 769px) {
  .p-voice .list {
    gap: 34px 40px;
  }
}
.p-voice .list .item {
  margin: 0 auto;
}
.p-voice .list .item a {
  background: #f9f3e3 url(https://above-ac.com/assets/img/voice/arrow.png) no-repeat right 3.84vw bottom 3.84vw/6.53vw auto;
  border-radius: 7.69vw;
  display: flex;
  font-size: 3.58vw;
  gap: 2.56vw;
  padding: 4.48vw 10.25vw 4.48vw 5.12vw;
  width: 100%;
}
@media (min-width: 769px) {
  .p-voice .list .item a {
    background-position: right 15px bottom 18px;
    background-size: 33px;
    border-radius: 30px;
    font-size: 18px;
    height: 220px;
    gap: 13px;
    padding: 24px 55px 24px 27px;
    width: 430px;
  }
}
.p-voice .list .item .img {
  flex-shrink: 0;
  width: 30.25vw;
}
@media (min-width: 769px) {
  .p-voice .list .item .img {
    width: 155px;
  }
}
.p-voice .list .item .txt {
  width: 36.66vw;
}
@media (min-width: 769px) {
  .p-voice .list .item .txt {
    width: auto;
  }
}
.p-voice .list .item .profile {
  align-items: center;
  background-color: #fff;
  display: inline-flex;
  height: 6.41vw;
  justify-content: center;
  margin: 0.64vw 0 0;
  width: 27.69vw;
}
@media (min-width: 769px) {
  .p-voice .list .item .profile {
    height: 32px;
    margin: 2px 0 0;
    width: 141px;
  }
}
.p-voice .list .item p {
  line-height: 1.44;
  margin: 1.28vw 0 0;
}
@media (min-width: 769px) {
  .p-voice .list .item p {
    margin: 10px 0 0;
  }
}
.p-voice .voice-detail .wrap {
  max-width: 940px;
}
.p-voice .voice-detail .profile {
  align-items: center;
  background-color: #f9f3e3;
  display: inline-flex;
  font-size: 3.58vw;
  height: 6.41vw;
  justify-content: center;
  margin: 8.97vw 0 0;
  padding: 0 5.12vw;
}
@media (min-width: 769px) {
  .p-voice .voice-detail .profile {
    font-size: 18px;
    height: 32px;
    margin: 70px 0 0;
    padding: 0 30px;
  }
}
.p-voice .voice-detail .ttl {
  color: #a151aa;
  font-size: 5.64vw;
  margin: 0.64vw 0 0;
}
@media (min-width: 769px) {
  .p-voice .voice-detail .ttl {
    font-size: 40px;
    margin: 0;
  }
}
.p-voice .voice-detail .tag {
  color: #aa88b6;
  display: flex;
  flex-wrap: wrap;
  font-size: 3.33vw;
  gap: 1.28vw;
  margin: 1.28vw 0 0;
}
@media (min-width: 769px) {
  .p-voice .voice-detail .tag {
    font-size: 18px;
    gap: 10px;
    margin: 5px 0 0;
  }
}
.p-voice .voice-detail .tag li {
  align-items: center;
  border: 0.25vw solid #aa88b6;
  border-radius: 1.28vw;
  display: inline-flex;
  height: 5.76vw;
  justify-content: center;
  padding: 0 2.56vw;
}
@media (min-width: 769px) {
  .p-voice .voice-detail .tag li {
    border-width: 2px;
    border-radius: 8px;
    height: 31px;
    padding: 0 15px;
  }
}
.p-voice .voice-detail .img {
  align-items: center;
  background-color: #f9f3e3;
  border-radius: 7.69vw;
  display: flex;
  height: 46.15vw;
  justify-content: center;
  margin: 7.69vw auto;
  width: 55.12vw;
}
@media (min-width: 769px) {
  .p-voice .voice-detail .img {
    border-radius: 50px;
    height: 244px;
    margin: 30px auto;
    width: 290px;
  }
}
.p-voice .voice-detail .img img {
  max-width: 42.82vw;
}
@media (min-width: 769px) {
  .p-voice .voice-detail .img img {
    max-width: 227px;
  }
}
.p-voice .voice-detail .item {
  margin: 3.84vw 0 0;
}
@media (min-width: 769px) {
  .p-voice .voice-detail .item {
    margin: 15px 0 0;
  }
}
.p-voice .voice-detail .item dt {
  align-items: center;
  background: url(https://above-ac.com/assets/img/voice/flag.png) no-repeat 0 calc(50% - 2.5px)/3.84vw auto;
  color: #a151aa;
  border-bottom: 0.32vw dashed #ababab;
  display: flex;
  padding: 0 0 0.64vw 5.12vw;
}
@media (min-width: 769px) {
  .p-voice .voice-detail .item dt {
    background-position: 0 50%;
    background-size: 22px auto;
    border-bottom: 2px dotted #d8d8d8;
    font-size: 20px;
    padding: 0 0 0 30px;
  }
}
.p-voice .voice-detail .item dd {
  font-size: 3.58vw;
  margin: 0.64vw 0 0;
}
@media (min-width: 769px) {
  .p-voice .voice-detail .item dd {
    font-size: 16px;
    margin: 10px 0 0;
  }
}

.p-privacy .content .wrap {
  max-width: 895px;
}
.p-privacy .content .ttl {
  color: #a151aa;
  font-size: 5.64vw;
  margin: 7.69vw 0 0;
}
@media (min-width: 769px) {
  .p-privacy .content .ttl {
    font-size: 40px;
    margin: 60px 0 0;
    text-align: center;
  }
}
.p-privacy .content .ttl + p {
  margin: 3.84vw 0 0;
}
@media (min-width: 769px) {
  .p-privacy .content .ttl + p {
    margin: 30px auto 0;
    max-width: 668px;
    text-align: center;
  }
}
.p-privacy .content .ttl02 {
  color: #a151aa;
  border-bottom: 0.12vw dashed #ababab;
  font-size: 4.1vw;
  margin: 5.76vw 0 0;
  padding: 0 0 0.64vw;
}
@media (min-width: 769px) {
  .p-privacy .content .ttl02 {
    font-size: 18px;
    margin: 30px 0 0;
    padding: 0 0 10px;
  }
}
.p-privacy .content p {
  margin: 2.56vw 0 0;
}
@media (min-width: 769px) {
  .p-privacy .content p {
    margin: 20px 0 0;
  }
}
.p-privacy .content ol {
  list-style: decimal;
  padding-left: 1em;
}
@media (min-width: 769px) {
  .p-privacy .content ol {
    margin: 20px 0 0;
  }
}
.p-privacy .content ul {
  padding-left: 1em;
}
.p-privacy .content ul li {
  margin: 0;
}
.p-privacy .content li {
  margin: 2.56vw 0 0;
}
@media (min-width: 769px) {
  .p-privacy .content li {
    margin: 10px 0 0;
  }
}

@media (min-width: 769px) {
  .p-contact .notice .wrap {
    max-width: 660px;
  }
}
.p-contact .notice .box {
  background: #e3eef9 url(https://above-ac.com/assets/img/contact/ico-qa.png) no-repeat 4.48vw 4.48vw/12.3vw auto;
  border-radius: 7.69vw;
  margin: 11.53vw 0 0;
  padding: 3.84vw 5.12vw 3.84vw 18.58vw;
}
@media (min-width: 769px) {
  .p-contact .notice .box {
    background-position: 30px 20px;
    background-size: 61px auto;
    border-radius: 30px;
    margin: 70px 0 0;
    padding: 20px 30px 20px 110px;
  }
}
.p-contact .lead {
  margin: 3.84vw 0 5.12vw;
  text-align: center;
}
@media (min-width: 769px) {
  .p-contact .lead {
    margin: 30px 0;
  }
}
.p-contact .lead .wrap {
  padding: 0;
}
@media (min-width: 769px) {
  .p-contact .lead .wrap {
    max-width: 660px;
  }
}
.p-contact .lead .ttl {
  font-size: 5.64vw;
  margin: 0 0 1.28vw;
}
@media (min-width: 769px) {
  .p-contact .lead .ttl {
    font-size: 40px;
    line-height: 1.25;
    margin: 0 0 40px;
  }
}
.p-contact .lead p {
  margin: 1.28vw 0 0;
}
@media (min-width: 769px) {
  .p-contact .lead p {
    margin: 10px 0 0;
  }
}
.p-contact .attention {
  text-align: center;
}
@media (min-width: 769px) {
  .p-contact .attention .wrap {
    max-width: 660px;
  }
}
.p-contact .attention .box {
  border: 0.83vw solid #fcc1ca;
  border-radius: 7.69vw;
  margin: 5.76vw 0 0;
  padding: 2.56vw 5.12vw 3.84vw;
}
@media (min-width: 769px) {
  .p-contact .attention .box {
    border-width: 4px;
    border-radius: 30px;
    margin: 30px auto 40px;
    padding: 15px 30px 20px;
  }
}
.p-contact .attention .ttl {
  color: #fc2346;
  font-size: 3.84vw;
}
@media (min-width: 769px) {
  .p-contact .attention .ttl {
    font-size: 16px;
  }
}
.p-contact .attention a {
  color: #fc2346;
}
@media (max-width: 768px) {
  .p-contact .attention p {
    line-height: 1.33;
    margin: 0.64vw 0 0;
  }
}
.p-contact .form {
  margin: 8.97vw 0 0;
}
@media (min-width: 769px) {
  .p-contact .form {
    margin: 40px 0 0;
  }
}
@media (min-width: 769px) {
  .p-contact .form .wrap {
    max-width: 660px;
    padding: 0 20px;
  }
}
.p-contact .form dl {
  margin: 5.12vw 0 0;
}
@media (min-width: 769px) {
  .p-contact .form dl {
    margin: 20px 0 0;
  }
}
.p-contact .form dt {
  align-items: center;
  display: flex;
  padding: 0 0 0 5.64vw;
  position: relative;
}
@media (min-width: 769px) {
  .p-contact .form dt {
    padding: 0 0 0 22px;
    min-width: 210px;
  }
}
.p-contact .form dt::before {
  color: #b988bf;
  content: "●";
  display: inline-flex;
  left: 0;
  position: absolute;
  top: 0;
}
.p-contact .form dd {
  margin: 1.28vw 0 0;
  position: relative;
}
@media (min-width: 769px) {
  .p-contact .form dd {
    flex-grow: 1;
    margin: 0;
  }
}
.p-contact .form p {
  margin: 7.69vw 0 0;
  text-align: center;
}
@media (min-width: 769px) {
  .p-contact .form p {
    margin: 30px 0 0;
  }
}
.p-contact .form .req dt .ss_notnull {
  align-items: center;
  background: transparent;
  border: 0.25vw solid #fc2346;
  border-radius: 1.28vw;
  box-sizing: border-box;
  color: #fc2346;
  display: inline-flex;
  font-size: 2.82vw;
  font-weight: normal;
  height: 5.12vw;
  line-height: 1;
  margin-left: 1.92vw;
  padding: 0 2.56vw;
  vertical-align: middle;
}
@media (min-width: 769px) {
  .p-contact .form .req dt .ss_notnull {
    border-width: 1px;
    border-radius: 5px;
    font-size: 12px;
    height: 22px;
    margin-left: 6px;
    padding: 0 10px;
  }
}
@media (min-width: 769px) {
  .p-contact .form .list {
    margin: 0 -20px 0 20px;
  }
}
@media (max-width: 768px) {
  .p-contact .form .list label:nth-child(3) {
    width: 39.1vw;
  }
}
.p-contact .form label {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  line-height: 1;
  margin: 3.2vw 0 0 5.12vw;
}
@media (min-width: 769px) {
  .p-contact .form label {
    margin: 10px 15px 0 0;
  }
}
.p-contact .form [type=text],
.p-contact .form [type=number],
.p-contact .form [type=tel],
.p-contact .form [type=email],
.p-contact .form textarea {
  background-color: #f9f3e3;
  border: none;
  border-radius: 5.12vw;
  padding: 0 5.12vw;
  width: 100%;
}
@media (min-width: 769px) {
  .p-contact .form [type=text],
  .p-contact .form [type=number],
  .p-contact .form [type=tel],
  .p-contact .form [type=email],
  .p-contact .form textarea {
    border-radius: 20px;
    padding: 0 20px;
  }
}
.p-contact .form [type=text],
.p-contact .form [type=number],
.p-contact .form [type=tel],
.p-contact .form [type=email] {
  height: 10.25vw;
}
@media (min-width: 769px) {
  .p-contact .form [type=text],
  .p-contact .form [type=number],
  .p-contact .form [type=tel],
  .p-contact .form [type=email] {
    height: 42px;
  }
}
.p-contact .form textarea {
  height: 17.94vw;
  margin: 2.56vw 0 0;
  padding: 2.56vw 5.12vw;
}
@media (min-width: 769px) {
  .p-contact .form textarea {
    height: 103px;
    margin: 10px 0 0;
    padding: 10px 20px;
  }
}
@media (min-width: 769px) {
  .p-contact .form [name=textarea-883] {
    height: 60px;
  }
}
.p-contact .form [name=textarea-436] {
  height: 47.94vw;
}
@media (min-width: 769px) {
  .p-contact .form [name=textarea-436] {
    height: 130px;
  }
}
.p-contact .form [type=radio] {
  accent-color: #827e83;
  height: 4.48vw;
  margin-right: 1.28vw;
  width: 4.48vw;
}
@media (min-width: 769px) {
  .p-contact .form [type=radio] {
    height: 18px;
    margin-right: 5px;
    width: 18px;
  }
}
@media (min-width: 769px) {
  .p-contact .form .group1 dl {
    align-items: baseline;
    display: flex;
  }
}
@media (min-width: 769px) {
  .p-contact .form .group1 dl.wide {
    display: block;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .p-contact .form .group1 .formError {
    left: 75% !important;
  }
}
@media (min-width: 769px) and (max-width: 820px) {
  .p-contact .form .group2 .formError {
    left: 95% !important;
  }
}
.p-contact .form .other {
  position: relative;
}
.p-contact .form .agree {
  position: relative;
  text-align: center;
}
@media (min-width: 769px) {
  .p-contact .form .agree {
    margin: 5px 0 0;
  }
}
.p-contact .form .agree input {
  margin: 0 1.28vw 0 0;
}
@media (min-width: 769px) {
  .p-contact .form .agree input {
    margin: 0 5px 0 0;
  }
}
.p-contact .form .agree .formError {
  left: initial !important;
  top: 0 !important;
}
@media (min-width: 769px) {
  .p-contact .form .agree .formError {
    top: 0 !important;
  }
}
.p-contact .form .formError {
  left: initial !important;
  margin: 0 !important;
  right: 0 !important;
  top: -6vw !important;
  white-space: nowrap;
}
@media (min-width: 769px) {
  .p-contact .form .formError {
    left: 100% !important;
    right: initial !important;
    top: 0 !important;
  }
}
.p-contact .form .ss_error_msg {
  color: #fc2346;
  font-size: 3.07vw;
  min-width: 0;
  padding: 0;
}
@media (min-width: 769px) {
  .p-contact .form .ss_error_msg {
    font-size: 12px;
  }
}
.p-contact .form .formError .formErrorArrow {
  display: none;
}
.p-contact .faq {
  margin: 10.25vw 0 0;
}
@media (min-width: 769px) {
  .p-contact .faq {
    margin: 70px 0 0;
  }
}
.p-contact .faq .wrap {
  max-width: 850px;
}
.p-contact .faq .list dl {
  background-color: #e3eef9;
  border-radius: 5.12vw;
  margin: 4.48vw 0 0;
  padding: 3.2vw 10.89vw 3.2vw 5.76vw;
}
@media (min-width: 769px) {
  .p-contact .faq .list dl {
    border-radius: 30px;
    margin: 20px 0 0;
    padding: 25px 80px 25px 35px;
  }
}
.p-contact .faq .list dt {
  align-items: center;
  background: url(https://above-ac.com/assets/img/contact/ico-q.png) no-repeat 0 0.76vw/5vw auto;
  cursor: pointer;
  display: flex;
  font-size: 4.1vw;
  line-height: 1.375;
  padding: 0 0 0 7.05vw;
  position: relative;
}
@media (min-width: 769px) {
  .p-contact .faq .list dt {
    background-position: 0 2px;
    background-size: 28px auto;
    font-size: 24px;
    line-height: 1;
    padding: 0 0 0 45px;
  }
}
.p-contact .faq .list dt i {
  background-color: #fff;
  border-radius: 50%;
  display: block;
  height: 5.76vw;
  position: absolute;
  right: -7.06vw;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.5s;
  width: 5.76vw;
}
@media (min-width: 769px) {
  .p-contact .faq .list dt i {
    height: 38px;
    right: -50px;
    width: 38px;
  }
}
.p-contact .faq .list dt i::before, .p-contact .faq .list dt i::after {
  background-color: #000;
  content: "";
  display: block;
  height: 0.25vw;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.05vw;
}
@media (min-width: 769px) {
  .p-contact .faq .list dt i::before, .p-contact .faq .list dt i::after {
    height: 1px;
    width: 14px;
  }
}
.p-contact .faq .list dt i::after {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-contact .faq .list dt:hover i {
  opacity: 0.7;
}
.p-contact .faq .list dt.on i::after {
  opacity: 0;
}
.p-contact .faq .list dd {
  margin: 2.56vw 0 1.28vw;
}
@media (min-width: 769px) {
  .p-contact .faq .list dd {
    margin: 10px 0 0;
  }
}
.p-contact .faq .list dd a {
  color: #a151aa;
  text-decoration: underline;
}
@media (min-width: 769px) {
  .p-contact.confirm .form {
    margin: 50px 0 0;
  }
}
.p-contact.confirm .form .wrap {
  max-width: 800px;
}
.p-contact.confirm .form dd {
  background-color: #ece0f4;
  margin: 1.53vw 0 0;
  padding: 1.92vw 5.12vw;
}
@media (min-width: 769px) {
  .p-contact.confirm .form dd {
    margin: 0 0 0;
    padding: 2px 15px;
  }
}
.p-contact.confirm .form dd.zip {
  display: inline-flex;
}
@media (min-width: 769px) {
  .p-contact.confirm .form .wide {
    display: block;
  }
  .p-contact.confirm .form .wide dd {
    margin: 10px 0 0;
  }
}
@media (min-width: 769px) {
  .p-contact.confirm .form .group1 {
    max-width: none;
  }
}
.p-contact.complete .lead p {
  margin: 2.56vw 0 0;
}
@media (min-width: 769px) {
  .p-contact.complete .lead p {
    margin: 1em 0 0;
  }
}
@media (min-width: 769px) {
  .p-contact.complete .lead p + p {
    margin: 0;
  }
}
@media (min-width: 769px) {
  .p-contact.complete .lead [href*="tel:"] {
    color: #2e2c2e;
    text-decoration: none;
  }
}
@media (min-width: 769px) {
  .p-contact.complete .btn-back {
    margin: 40px auto 0;
  }
}

.p-term .content .wrap {
  max-width: 895px;
}
.p-term .content .ttl {
  color: #a151aa;
  font-size: 5.64vw;
  margin: 7.69vw 0 0;
}
@media (min-width: 769px) {
  .p-term .content .ttl {
    font-size: 40px;
    margin: 60px 0 0;
    text-align: center;
  }
}
.p-term .content .ttl + p {
  margin: 3.84vw 0 0;
}
@media (min-width: 769px) {
  .p-term .content .ttl + p {
    margin: 30px auto 0;
    max-width: 668px;
    text-align: center;
  }
}
.p-term .content .ttl02 {
  color: #a151aa;
  border-bottom: 0.12vw dashed #ababab;
  font-size: 4.1vw;
  margin: 5.76vw 0 0;
  padding: 0 0 0.64vw;
}
@media (min-width: 769px) {
  .p-term .content .ttl02 {
    font-size: 18px;
    margin: 30px 0 0;
    padding: 0 0 10px;
  }
}
.p-term .content p {
  margin: 2.56vw 0 0;
}
@media (min-width: 769px) {
  .p-term .content p {
    margin: 20px 0 0;
  }
}
.p-term .content p + ul {
  margin: 1.28vw 0 0 0.5em;
}
@media (min-width: 769px) {
  .p-term .content p + ul {
    margin: 5px 0 0 0.5em;
  }
}
.p-term .content ul {
  margin: 2.56vw 0 0 0.5em;
  text-indent: -0.5em;
}
@media (min-width: 769px) {
  .p-term .content ul {
    margin: 20px 0 0 0.5em;
  }
}
.p-term .content ul li {
  margin: 0;
}/*# sourceMappingURL=style.css.map */

/*エラーアイコンのCSS追加*/
.label {
	padding: 2px 4px;
}
.label-warning {
	background-color: #E8382D;
	color: white;
	font-size: 0.8rem;
	font-weight: bold;
}
.ss_input > .label-warning,
.ss_input .validationError > .label-warning {
	margin-right: 4px;
}
/* 生年月日など flex gap 適用済みの .ss_input では margin を打ち消す */
.p-registration .form dd:has(> .ss_input + .ss_input) > .ss_input > .label-warning {
	margin-right: 0;
}

/* プライバシーポリシー同意ブロック上部の余白 */
.p-registration .form .js-privacy-agree-section {
	margin-top: 2.5em;
}
/* プライバシーポリシー同意エラー文言：中央揃え・「！」と文言の間のスペース */
.js-privacy-agree-error {
	text-align: center;
}
.js-privacy-agree-error .label-warning {
	margin-right: 4px;
}

/* $FORM{memo} に class="hidden-item" を指定した項目を非表示（入力画面・確認画面共通） */
.p-registration .form dl.hidden-item {
	display: none !important;
}

/* $FORM{memo} に data-hide-label を指定した項目 */
/* SP：見えない dt が縦積みで隙間になるためレイアウトから外す */
@media (max-width: 768px) {
	.p-registration .form dl[data-hide-label] > dt {
		display: none;
	}
}
/* PC：項目名を視覚のみ非表示（dt の幅を維持して他行と揃える） */
@media (min-width: 769px) {
	.p-registration .form dl[data-hide-label] > dt {
		visibility: hidden;
	}
	/* group2 の dl は縦積みのため visibility だと dt ぶんの隙間が残る */
	.p-registration .form dl.group2[data-hide-label] > dt {
		display: none;
	}
}

/* noscript */
.alert-error {
    background-color: #f8d7da;
    color: #721c24;           
    border: 1px solid #f5c6cb; 
    
    /* 幅の調整 */
    max-width: 1000px;         
    margin: 0 auto 30px;      
    
    /* 内側の余白 */
    padding: 20px;
    border-radius: 4px;       
    text-align: center;       
}