@charset "utf-8";
/* land-investment top */
/*============================
	kv
============================*/
main .kv_bg {
  position: relative;
}
main .kv_bg h1 {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: #fff;
  z-index: 1;
  color: #2A2F58;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}
.kv_bg ul {
  position: relative;
  display: flex;
}
.kv_bg ul::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2A2F5866;
}
.kv_bg ul li img {
  width: 100%;
  object-fit: cover;
}

/* SP */
@media screen and (max-width: 767px) {
  main .kv_bg h1 {
    left: 5vw;
    width: 55vw;
    height: 14vw;
    margin: auto;
    border-radius: 8px;
    font-size: 7.44vw;
    line-height: 13.2vw;
  }
  main .kv_bg h1 span {
    font-size: 5.58vw;
    font-weight: 700;
  }
  .kv_bg ul li {
    width: calc(100% / 3);
  }
  .kv_bg ul li:nth-child(1),
  .kv_bg ul li:nth-child(3) {
    display: none;
  }
  .kv_bg ul li img {
    height: 30vw;
  }
}
/* PC */
@media print, screen and (min-width: 768px) {
  main .kv_bg {
    max-width: 1920px;
    margin: 0 auto;
  }
  main .kv_bg h1 {
    right: 50%;
    width: 460px;
    height: 100px;
    border-radius: 8px;
    transform: translateX(-55px);
    font-size: 60px;
    line-height: 100px;
  }
  main .kv_bg h1 span {
    font-size: 44px;
    font-weight: 700;
  }
  .kv_bg ul li {
    width: 20%;
  }
  .kv_bg ul li img {
    height: 280px;
  }
}


/*============================
#about
============================*/
/* SP */
@media screen and (max-width: 767px) {
  section#about {
    width: 90.7%;
    padding: 1.4vw 0 9.3vw;
    margin: 0 auto;
  }
  section#about h2 {
    text-align: center;
    font-size: 5.58vw;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  section#about .about_content {
    margin: 3.02vw 0 0;
    font-size: 3.49vw;
    line-height: 1.67;
    letter-spacing: 0.05em;
  }
  section#about img.img-about {
    display: block;
    margin-bottom: 3.95vw;
    border-radius: 2.33vw;
    overflow: hidden;
  }
  section#about .about_content p:not(:last-child) {
    margin-bottom: 0.9em;
  }
}
/* PC */
@media print, screen and (min-width: 768px) {
  section#about {
    width: 92%;
    max-width: 1200px;
    padding: 50px 0 80px;
    margin: 0 auto;
  }
  section#about h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  section#about .about_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 35px 0;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
  section#about img.img-about {
    display: block;
    width: 460px;
    height: 260px;
    border-radius: 16px;
    overflow: hidden;
  }
  section#about .about_content .about_text {
    width: calc(100% - 514px);
  }
  section#about .about_content p:not(:last-child) {
    margin-bottom: 0.9em;
  }
}

/*============================
#lineup
============================*/
.bg_gray {
  background: #F5F5F5;
}
section#lineup ul li a figure figcaption {
  position: absolute;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  line-height: 2.2em;
  background: #333;
}
section#lineup ul li a dl dd {
  padding-left: 3em;
  text-indent: -3em;
  line-height: 1.4;
}
section#lineup ul li a dl dd var.price {
  font-style: normal;
}
section#lineup a.property_all {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  background: #DE1F4B;
  overflow: hidden;
  z-index: 1;
}
section#lineup a.property_all::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5%;
  height: 100%;
  background: #2A2F58;
  z-index: -1;
}
section#lineup a.property_all::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: 2;
  transform: rotate(45deg);
  pointer-events: none;
}
/* SP */
@media screen and (max-width: 767px) {
  section#lineup {
    width: 90.7%;
    padding: 10.7vw 0 14vw;
    margin: 0 auto;
  }
  section#lineup h2 {
    text-align: center;
    font-size: 5.58vw;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  section#lineup > p {
    margin: 2vw 0 0;
    font-size: 3.72vw;
    line-height: 1.56;
    letter-spacing: 0.05em;
  }
  section#lineup ul {
    margin-top: 7.9vw;
  }
  section#lineup ul li:not(:last-child) {
    margin-bottom: 4.65vw;
  }
  section#lineup ul li a {
    position: relative;
    display: flex;
    border-radius: 1.86vw;
    color: #000;
    overflow: hidden;
    box-shadow: 0.6vw 0.6vw 1.4vw rgba(0, 0, 0, 0.2);
  }
  section#lineup ul li a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 2.79vw;
    bottom: 0;
    margin: auto 0;
    width: 2.79vw;
    height: 2.79vw;
    border-top: 2px solid #007BD4;
    border-right: 2px solid #007BD4;
    transform: rotate(45deg);
  }
  section#lineup ul li a figure {
    position: relative;
    width: 38%;
  }
  section#lineup ul li a figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  section#lineup ul li a figure figcaption {
    top: 3vw;
    left: 2.3vw;
    width: 85%;
    font-size: 3.49vw;
    border-radius: 1.86vw;
  }
  section#lineup ul li a dl {
    width: 62%;
    padding: 0.6em 1.3em 0.6em 0.9em;
  }
  section#lineup ul li a dl dt {
    margin-bottom: 0.4em;
    font-size: 4.19vw;
  }
  section#lineup ul li a dl dd {
    font-size: 3.49vw;
  }
  section#lineup ul li a dl dd:not(:last-child) {
    margin-bottom: 0.25em;
  }
  section#lineup ul li a dl dd var.price {
    font-size: 4.19vw;
    font-weight: 500;
    color: #007BD4;
  }
  section#lineup a.property_all {
    width: 100%;
    height: 16.28vw;
    margin: 7.9vw auto 0;
    font-size: 4.19vw;
    border-radius: 1.86vw;
    box-shadow: 0.6vw 0.6vw 1.4vw rgba(0, 0, 0, 0.2);
  }
  section#lineup a.property_all::after {
    right: 5.5vw;
    width: 2.8vw;
    height: 2.8vw;
  }
}
/* PC */
@media print, screen and (min-width: 768px) {
  section#lineup {
    padding: 0 0 90px;
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
  }
  section#lineup h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  section#lineup > p {
    margin: 20px 0 0;
    text-align: center;
    font-size: 18px;
    line-height: 1.78;
    letter-spacing: 0.05em;
  }
  section#lineup ul {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 3.37%;
    margin-top: 38px;
  }
  section#lineup ul li {
    width: 31.08%;
  }
  section#lineup ul li a {
    display: block;
    height: 100%;
    border-radius: 8px;
    color: #000;
    overflow: hidden;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  }
  section#lineup ul li a figure {
    position: relative;
  }
  section#lineup ul li a figure img {
    width: 100%;
    height: 20.7vw;
    max-height: 270px;
    object-fit: cover;
  }
  section#lineup ul li a figure figcaption {
    top: 16px;
    left: 10px;
    width: 150px;
    font-size: 20px;
    border-radius: 8px;
  }
  section#lineup ul li a dl {
    padding: 24px;
  }
  section#lineup ul li a dl dt {
    margin-bottom: 0.8em;
    font-size: 22px;
  }
  section#lineup ul li a dl dd {
    font-size: 18px;
  }
  section#lineup ul li a dl dd:not(:last-child) {
    margin-bottom: 0.4em;
  }
  section#lineup ul li a dl dd var.price {
  }
  section#lineup a.property_all {
    width: 480px;
    height: 72px;
    margin: 58px auto 0;
    font-size: 20px;
    border-radius: 8px;
    box-shadow: 4px 4px 10px 0 rgba(0,0,0,0.2);
  }
  section#lineup a.property_all::before {
    transition: width 0.3s ease;
  }
  section#lineup a.property_all::after {
    right: 27px;
    width: 14px;
    height: 14px;
  }
}
/* hover */
@media (hover: hover) {
  section#lineup a.property_all:hover::before {
    width: 100%;
  }
}

/*============================
#merit
============================*/
section#merit ul li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2A2F58;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
section#merit section.step h3 {
  position: relative;
  margin: 0 auto;
  color: #2A2F58;
  text-align: center;
  font-size: 1.176rem;
  font-weight: 700;
}
section#merit section.step h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3px;
  background: #2A2F58;
  transform: rotate(-30deg);
}
section#merit section.step h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3px;
  background: #2A2F58;
  transform: rotate(30deg);
}
section#merit section.step a.start {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #DE1F4B;
  color: #FFE76D;
  text-align: center;
  font-weight: 700;
  border-radius: 4em;
  transition: all 0.2s linear;
}
section#merit section.step a.start::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  background: url(../image/start-arrow-y.png) 0 50% / 100% auto no-repeat;
  transform: translateY(-50%);
}
/* SP */
@media screen and (max-width: 767px) {
  .bg_sky {
    background: url(../image/img-bg-sp.jpg) 50% 50% / cover no-repeat;
  }
  section#merit {
    width: 92%;
    padding: 10.7vw 0 14vw;
    margin: 0 auto;
  }
  section#merit h2 {
    text-align: center;
    font-size: 5.58vw;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: 0.05em;
  }
  section#merit > p {
    margin: 2vw 0 0;
    font-size: 3.72vw;
    line-height: 1.56;
    letter-spacing: 0.05em;
  }
  section#merit ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9vw 6.5vw;
    margin: 10vw auto 0;
  }
  section#merit ul li {
    width: 36.5vw;
    height: 36.5vw;
    border-radius: 1.86vw;
    font-size: 4.42vw;
    line-height: 1.47;
  }
  section#merit ul li::before {
    content: "";
    position: absolute;
    top: -6vw;
    left: 3vw;
    width: 13vw;
    height: 10.5vw;
    background: url(../image/ico-check.png) 0 0 / 100% auto no-repeat;
  }
  section#merit .merit_summary {
    margin: 9.3vw auto;
    font-size: 3.49vw;
    line-height: 1.67;
    letter-spacing: 0.05em;
  }
  section#merit .merit_summary p:not(:last-child) {
    margin-bottom: 0.9em;
  }
  section#merit section.step {
    width: 90.7vw;
    margin: 0 auto;
    padding: 8.9vw 0 8.9vw;
    border: 0.7vw solid #2A2F58;
    border-radius: 1.86vw;
    background: rgba(255,255,255,0.6);
  }
  section#merit section.step h3 {
    width: 15em;
    font-size: 1.176rem;
    line-height: 1.47;
  }
  section#merit section.step h3::before,
  section#merit section.step h3::after {
    bottom: 1vw;
    height: 10vw;
  }
  section#merit section.step h3 .f_orange {
    display: inline-block;
    margin: 0 0.25em;
    font-weight: 700;
    color: #EB5308;
  }
  section#merit section.step h3 b {
    display: inline-block;
    margin: 0 0.25em 0 0;
    font-size: 1.882rem;
  }
  section#merit section.step ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    width: 88%;
    height: 123vw;
    margin: 6vw auto 0;
  }
  section#merit section.step ol li {
    position: relative;
    width: 35vw;
    height: 35vw;
    color: #2A2F58;
    text-align: center;
    font-weight: 700;
    font-size: 0.824rem;
    line-height: 1.36;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 2vw 0 rgba(0, 0, 0, 0.15);
  }
  section#merit section.step ol li:nth-child(3) {
    order: 1;
  }
  section#merit section.step ol li:nth-child(5) {
    order: 2;
  }
  section#merit section.step ol li:nth-child(6) {
    order: 3;
  }
  section#merit section.step ol li::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 77%;
    height: 2px;
    margin: auto;
    background: #E1E1E1;
  }
  section#merit section.step ol li::after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 2.6vw);
    display: block;
    width: 3.9vw;
    height: 6.9vw;
    background: #2A2F58;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    transform: translateY(-50%);
  }
  section#merit section.step ol li img {
    display: block;
    width: 30%;
    padding-top: 2vw;
    margin: 0 auto 3.3vw;
  }
  section#merit section.step ol li:nth-child(2)::after,
  section#merit section.step ol li:nth-child(4)::after {
    top: calc(100% + 2.6vw);
    left: 50%;
    transform: translateX(-50%);
    width: 6.9vw;
    height: 3.9vw;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
  }
  section#merit section.step ol li:nth-child(3)::after {
    left: auto;
    right: calc(100% + 2.6vw);
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
  }
  section#merit section.step ol li:nth-child(6)::after {
    display: none;
  }
  section#merit section.step a.start {
    width: 90%;
    height: 20.0vw;
    margin: 8vw auto 0;
    font-size: 1.059rem;
  }
  section#merit section.step a.start::after {
    right: 4.6vw;
    width: 5.6vw;
    height: 5.6vw;
  }
}
/* PC */
@media print, screen and (min-width: 768px) {
  .bg_sky {
    background: url(../image/img-bg-pc.jpg) 50% 50% / cover no-repeat;
  }
  section#merit {
    padding: 85px 0 90px;
  }
  section#merit h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  section#merit > p {
    display: flex;
    justify-content: center;
    margin: 36px 0 0;
    font-size: 18px;
    line-height: 1.67;
    letter-spacing: 0.05em;
  }
  section#merit ul {
    display: flex;
    justify-content: space-between;
    width: 92%;
    max-width: 1200px;
    margin: 55px auto 0;
  }
  section#merit ul li {
    width: 200px;
    height: 200px;
    border-radius: 8px;
    font-size: 22px;
    line-height: 1.54;
  }
  section#merit ul li::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 12px;
    width: 71px;
    height: 53px;
    background: url(../image/ico-check.png) 0 0 / 100% auto no-repeat;
  }
  section#merit .merit_summary {
    width: 50em;
    margin: 63px auto;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
  section#merit .merit_summary p:not(:last-child) {
    margin-bottom: 0.9em;
  }
  section#merit section.step {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0 58px;
    border: 3px solid #2A2F58;
    border-radius: 16px;
    background: rgba(255,255,255,0.6);
  }
  section#merit section.step h3 {
    width: 27.5em;
    font-size: 28px;
    line-height: 1.57;
  }
  section#merit section.step h3::before,
  section#merit section.step h3::after {
    bottom: 6px;
    height: 42px;
  }
  section#merit section.step h3 .f_orange {
    display: inline-block;
    margin: 0 0.25em;
    font-weight: 700;
    color: #EB5308;
  }
  section#merit section.step h3 b {
    display: inline-block;
    margin: 0 0.25em 0 0;
    font-size: 46px;
  }
  section#merit section.step ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    width: 880px;
    height: 560px;
    margin: 50px auto 0;
  }
  section#merit section.step ol li {
    position: relative;
    width: 240px;
    height: 240px;
    color: #2A2F58;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.36;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  }
  section#merit section.step ol li:nth-child(4) {
    order: 6;
  }
  section#merit section.step ol li:nth-child(5) {
    order: 5;
  }
  section#merit section.step ol li:nth-child(6) {
    order: 4;
  }
  section#merit section.step ol li::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 190px;
    height: 2px;
    margin: auto;
    background: #E1E1E1;
  }
  section#merit section.step ol li::after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 29px);
    display: block;
    width: 25px;
    height: 46px;
    background: #2A2F58;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    transform: translateY(-50%);
  }
  section#merit section.step ol li:nth-child(3)::after {
    top: calc(100% + 29px);
    left: 50%;
    transform: translateX(-50%);
    width: 46px;
    height: 25px;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
  }
  section#merit section.step ol li:nth-child(4)::after,
  section#merit section.step ol li:nth-child(5)::after {
    left: auto;
    right: calc(100% + 29px);
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
  }
  section#merit section.step ol li:nth-child(6)::after {
    display: none;
  }
  section#merit section.step ol li img {
    display: block;
    width: 77px;
    padding-top: 12px;
    margin: 0 auto 22px;
  }
  section#merit section.step ol li:nth-child(1) img {
    width: 72px;
  }
  section#merit section.step ol li:nth-child(3) img,
  section#merit section.step ol li:nth-child(4) img {
    width: 78px;
  }
  section#merit section.step a.start {
    width: 880px;
    height: 94px;
    margin: 53px auto 0;
    font-size: 26px;
  }
  section#merit section.step a.start::after {
    right: 48px;
    width: 32px;
    height: 27px;
  }
}
/* hover */
@media (hover: hover) {
  section#merit section.step a.start:hover {
    background: #FFE76D;
    color: #2A2F58;
  }
  section#merit section.step a.start:hover::after {
    background: url(../image/start-arrow-n.png) 0 0 / 100% auto no-repeat;
  }
}

/*============================
#owner
============================*/
section#owner a.membership {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  background: #DE1F4B;
  overflow: hidden;
  z-index: 1;
}
section#owner a.membership::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5%;
  height: 100%;
  background: #2A2F58;
  z-index: -1;
}
section#owner a.membership::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: 2;
  transform: rotate(45deg);
  pointer-events: none;
}
/* SP */
@media screen and (max-width: 767px) {
  section#owner {
    width: 90.7%;
    padding: 13vw 0 15vw;
    margin: 0 auto;
  }
  section#owner h2 {
    text-align: center;
    font-size: 5.58vw;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  section#owner .owner_content {
    margin: 3.02vw 0 0;
    font-size: 3.49vw;
    line-height: 1.67;
    letter-spacing: 0.05em;
  }
  section#owner img.img-owner {
    display: block;
    width: 460px;
    height: 260px;
    margin-bottom: 3.95vw;
    border-radius: 2.33vw;
    overflow: hidden;
  }
  section#owner .owner_content p:not(:last-child) {
    margin-bottom: 0.9em;
  }
  section#owner a.membership {
    width: 100%;
    height: 16.28vw;
    margin: 7.9vw auto 0;
    font-size: 4.19vw;
    border-radius: 1.86vw;
    box-shadow: 0.6vw 0.6vw 1.4vw rgba(0, 0, 0, 0.2);
  }
  section#owner a.membership::after {
    right: 5.5vw;
    width: 2.8vw;
    height: 2.8vw;
  }
}
/* PC */
@media print, screen and (min-width: 768px) {
  section#owner {
    width: 92%;
    max-width: 1200px;
    padding: 50px 0 80px;
    margin: 0 auto;
  }
  section#owner h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  section#owner .owner_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 35px 0;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
  section#owner img.img-owner {
    display: block;
    width: 460px;
    height: 260px;
    border-radius: 16px;
    overflow: hidden;
  }
  section#owner .owner_content .owner_text {
    width: calc(100% - 514px);
  }
  section#owner .owner_content p:not(:last-child) {
    margin-bottom: 0.9em;
  }
  section#owner a.membership {
    width: 480px;
    height: 72px;
    margin: 58px auto 0;
    font-size: 20px;
    border-radius: 8px;
    box-shadow: 4px 4px 10px 0 rgba(0,0,0,0.2);
  }
  section#owner a.membership::before {
    transition: width 0.3s ease;
  }
  section#owner a.membership::after {
    right: 27px;
    width: 14px;
    height: 14px;
  }
}
/* hover */
@media (hover: hover) {
  section#owner a.membership:hover::before {
    width: 100%;
  }
}

/*============================
#faq
============================*/
.bg_blue {
  background: #f4f4f4;
}
section#faq ol li dl dd {
  background: #FFF6F8;
  color: #000;
  letter-spacing: 0.05em;
}
section#faq a.contact {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  background: #DE1F4B;
  overflow: hidden;
  z-index: 1;
}
section#faq a.contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5%;
  height: 100%;
  background: #2A2F58;
  z-index: -1;
}
section#faq a.contact::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: 2;
  transform: rotate(45deg);
  pointer-events: none;
}
section#faq ol li {
  position: relative;
}
/* SP */
@media screen and (max-width: 767px) {
  section#faq {
    width: 90.7%;
    padding: 13vw 0 16vw;
    margin: 0 auto;
  }
  section#faq h2 {
    text-align: center;
    font-size: 5.58vw;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  section#faq > p {
    margin: 3.95vw 0 0;
    text-align: center;
    font-size: 0.941rem;
    line-height: 1.65;
    letter-spacing: 0.05em;
  }
  section#faq ol {
    margin: 10vw 0 0;
  }
  section#faq ol li:not(:last-child) {
    margin-bottom: 6.98vw;
  }
  section#faq ol li img.ques {
    position: absolute;
    top: -2vw;
    left: -2vw;
    display: block;
    width: 12vw;
    height: 12vw;
    z-index: 2;
  }
  section#faq ol li dl {
    position: relative;
    border: 3px solid #DE1F4B;
    border-radius: 2.3vw 2.3vw 0 0;
    background: #fff;
    overflow: hidden;
  }
  section#faq ol li dl dt {
    position: relative;
    display: flex;
    align-items: center;
    height: 38.3vw;
    padding-left: 3.95vw;
    color: #2A2F58;
    font-size: 1.05882rem;
    font-weight: 700;
    line-height: 1.38;
  }
  section#faq ol li dl dt img.faq-img {
    position: absolute;
    bottom: 0;
  }
  section#faq ol li:nth-child(1) dl dt img.faq-img {
    width: 32vw;
    right: 10vw;
  }
  section#faq ol li:nth-child(2) dl dt img.faq-img {
    width: 26vw;
    right: 11vw;
  }
  section#faq ol li:nth-child(3) dl dt img.faq-img {
    width: 37vw;
    right: 6vw;
  }
  section#faq ol li:nth-child(4) dl dt img.faq-img {
    width: 35vw;
    right: 6vw;
  }
  section#faq ol li:nth-child(5) dl dt img.faq-img {
    width: 35vw;
    right: 7vw;
  }
  section#faq ol li dl dt .arrow {
    position: absolute;
    right: 2vw;
    bottom: 2vw;
    display: block;
    width: 6vw;
    height: 6vw;
    border-radius: 50%;
    background: rgba(0,0,0,0.5);
  }
  section#faq ol li dl dt.is-active .arrow {
    transform: rotate(180deg);
  }
  section#faq ol li dl dt .arrow::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0vw;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1.8vw;
    height: 1.8vw;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    transform-origin: 75% 35%;
  }
  section#faq ol li dl dd {
    display: none;
    padding: 3.26vw 3.95vw;
    font-size: 0.882rem;
    line-height: 1.65;
  }
  section#faq a.contact {
    width: 100%;
    height: 16.28vw;
    margin: 7.9vw auto 0;
    font-size: 4.19vw;
    border-radius: 1.86vw;
    box-shadow: 0.6vw 0.6vw 1.4vw rgba(0, 0, 0, 0.2);
  }
  section#faq a.contact::after {
    right: 5.5vw;
    width: 2.8vw;
    height: 2.8vw;
  }
}
/* PC */
@media print, screen and (min-width: 768px) {
  section#faq {
    width: 92%;
    max-width: 1200px;
    padding: 104px 0;
    margin: 0 auto;
  }
  section#faq h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  section#faq > p {
    margin: 30px 0 0;
    text-align: center;
    font-size: 18px;
    line-height: 1.78;
    letter-spacing: 0.05em;
  }
  section#faq ol {
    margin: 60px 0 0;
  }
  section#faq ol li:not(:last-child) {
    margin-bottom: 50px;
  }
  section#faq ol li img.ques {
    position: absolute;
    top: -14px;
    left: -14px;
    display: block;
    width: 73px;
    height: 73px;
    z-index: 2;
  }
  section#faq ol li dl {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 3px solid #DE1F4B;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
  }
  section#faq ol li dl dt {
    padding-left: 30px;
    color: #2A2F58;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.38;
  }
  section#faq ol li dl dt img.faq-img {
    position: absolute;
    bottom: 0;
    left: 250px;
  }
  section#faq ol li:nth-child(1) dl dt img.faq-img {
    width: 18.125vw;
    max-width: 217.5px;
    left: 24.167vw;
  }
  section#faq ol li:nth-child(2) dl dt img.faq-img {
    width: 14.167vw;
    max-width: 170px;
    left: 26.67vw;
  }
  section#faq ol li:nth-child(3) dl dt img.faq-img {
    width: 19.5vw;
    max-width: 234px;
    left: 24.58vw;
  }
  section#faq ol li:nth-child(4) dl dt img.faq-img {
    width: 17.8vw;
    max-width: 214px;
    left: 25vw;
  }
  section#faq ol li:nth-child(5) dl dt img.faq-img {
    width: 18.167vw;
    max-width: 218px;
    left: 25.83vw;
  }
  section#faq ol li dl dd {
    display: flex;
    align-items: center;
    width: 51.5%;
    max-width: 618px;
    min-height: 250px;
    padding: 1em 24px 1em 36px;
    font-size: 15px;
    line-height: 1.73;
  }
  section#faq a.contact {
    width: 480px;
    height: 72px;
    margin: 58px auto 0;
    font-size: 20px;
    border-radius: 8px;
    box-shadow: 4px 4px 10px 0 rgba(0,0,0,0.2);
  }
  section#faq a.contact::before {
    transition: width 0.3s ease;
  }
  section#faq a.contact::after {
    right: 27px;
    width: 14px;
    height: 14px;
  }
}
@media print, screen and (min-width: 1320px) {
  section#faq ol li:nth-child(1) dl dt img.faq-img {
    width: 217.5px;
    left: 290px;
  }
  section#faq ol li:nth-child(2) dl dt img.faq-img {
    width: 170px;
    left: 320px;
  }
  section#faq ol li:nth-child(3) dl dt img.faq-img {
    width: 234px;
    left: 295px;
  }
  section#faq ol li:nth-child(4) dl dt img.faq-img {
    width: 214px;
    left: 300px;
  }
  section#faq ol li:nth-child(5) dl dt img.faq-img {
    width: 218px;
    left: 310px;
  }
}
/* hover */
@media (hover: hover) {
  section#faq a.contact:hover::before {
    width: 100%;
  }
}