@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
:root {
  --viewport: 1920;
}
@media (max-width: 1280px) {
  :root {
    --viewport: 1200;
  }
}
@media (max-width: 768px) {
  :root {
    --viewport: 768;
  }
}

main {
  width: 100%;
}

.why-choose-us {
  background-image: url(../img/top/point_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 65px 0;
}
.why-choose-us__contents {
  background-color: white;
  padding: 45px 150px;
}
@media (max-width: 1280px) {
  .why-choose-us__contents {
    padding: 30px 20px;
  }
}
.why-choose-us__contents-img {
  margin-top: 50px;
}
@media (max-width: 1280px) {
  .why-choose-us__contents-img {
    margin-top: 30px;
  }
}
.why-choose-us__contents-img img {
  width: 100%;
}
.why-choose-us__contents-title {
  text-align: center;
}
.why-choose-us__contents-title p {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.why-choose-us__contents-title p span {
  color: #612a7a;
}
.why-choose-us__contents-title p br {
  display: none;
}
@media (max-width: 1280px) {
  .why-choose-us__contents-title p br {
    display: block;
  }
}
@media (max-width: 1280px) {
  .why-choose-us__contents-title p {
    font-size: 14px;
  }
}
.why-choose-us__contents-title h3 {
  color: #000;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  margin-top: 20px;
  background: linear-gradient(transparent 30%, #e4d7ea 30%);
  letter-spacing: -2px;
}
.why-choose-us__contents-title h3 br {
  display: none;
}
@media (max-width: 1280px) {
  .why-choose-us__contents-title h3 {
    font-size: 20px;
    display: inline-block;
  }
  .why-choose-us__contents-title h3 br {
    display: block;
  }
}
.why-choose-us__contents-title h3 span {
  color: #612a7a;
}
.why-choose-us__contents-text {
  margin-top: 30px;
}
.why-choose-us__contents-text p {
  font-size: 20px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: -1px;
}
@media (max-width: 1280px) {
  .why-choose-us__contents-text p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .why-choose-us__contents-text p br {
    display: none;
  }
}
.why-choose-us__contents-text p span {
  color: #612a7a;
  font-weight: 700;
}
.why-choose-us__contents-button {
  text-align: center;
}
.why-choose-us__contents-button a {
  border-radius: 50px;
  background: #793598;
  display: inline-block;
  padding: 20px 50px;
  margin-top: 30px;
  gap: 10px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1280px) {
  .why-choose-us__contents-button a {
    font-size: 14px;
    padding: 10px 20px;
  }
}

.page-reasons {
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .page-reasons .inner {
    width: 100%;
  }
}
.page-reasons .mv {
  height: 600px;
  background-position: center;
  background-size: cover;
}
.page-reasons__maintitle > div {
  display: inline-block;
  text-align: right;
}
.page-reasons__subtitle {
  margin-top: 100px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .page-reasons__subtitle {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
.page-reasons__subtitle-upper p {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3px;
}
@media (max-width: 768px) {
  .page-reasons__subtitle-upper p {
    font-size: 16px;
  }
}
.page-reasons__subtitle-middle {
  color: #612a7a;
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 3.2px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .page-reasons__subtitle-middle {
    font-size: 28px;
  }
}
.page-reasons__subtitle-middle p span {
  position: relative;
}
.page-reasons__subtitle-middle p span::before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #612a7a;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .page-reasons__subtitle-middle p span::before {
    width: 5px;
    height: 5px;
  }
}
.page-reasons__subtitle-lower {
  text-align: center;
}
.page-reasons__subtitle-lower p {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
  border-radius: 50px;
  background: #793598;
  padding: 10px 50px;
  margin: 65px auto;
  position: relative;
}
@media (max-width: 768px) {
  .page-reasons__subtitle-lower p {
    font-size: 14px;
    margin: 30px 0;
  }
}
.page-reasons__subtitle-lower p::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 20px solid #793598;
  border-bottom: 0;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
.page-reasons__contents {
  background-image: url(../img/reason/grid-bg.png);
  background-repeat: repeat;
  padding-bottom: 225px;
}
@media (max-width: 768px) {
  .page-reasons__contents {
    padding-bottom: 100px;
  }
}
.page-reasons__contents .content {
  position: relative;
  min-height: 600px;
  margin: 80px 0;
}
@media (max-width: 768px) {
  .page-reasons__contents .content {
    min-height: auto;
    margin: 30px 0;
  }
}
.page-reasons__contents .content.right-position img {
  position: absolute;
  left: 0;
}
.page-reasons__contents .content.right-position img.pc {
  display: block;
}
@media (max-width: 768px) {
  .page-reasons__contents .content.right-position img.pc {
    display: none;
  }
}
.page-reasons__contents .content.right-position img.sp {
  display: none;
}
@media (max-width: 768px) {
  .page-reasons__contents .content.right-position img.sp {
    display: block;
    margin: auto;
  }
}
@media (max-width: 1280px) {
  .page-reasons__contents .content.right-position img {
    position: relative;
    left: auto;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .page-reasons__contents .content.right-position img {
    max-height: 257px;
    width: auto;
  }
}
.page-reasons__contents .content.right-position .content__text {
  border: 1px solid #793598;
  background: #fff;
  padding: 50px 80px;
  z-index: 2;
  max-width: 700px;
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  height: fit-content;
  margin: auto -80px;
}
@media (max-width: 1280px) {
  .page-reasons__contents .content.right-position .content__text {
    border: 1px solid #793598;
    background: #fff;
    padding: 30px 20px 50px;
    z-index: 3;
    max-width: 700px;
    position: relative;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    height: fit-content;
    margin: -50px auto 0;
  }
}
@media (max-width: 768px) {
  .page-reasons__contents .content.right-position .content__text {
    max-width: 335px;
  }
}
.page-reasons__contents .content.right-position .content__text .number p {
  color: #000;
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  display: inline-flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: #e4d7ea;
}
@media (max-width: 768px) {
  .page-reasons__contents .content.right-position .content__text .number p {
    font-size: 14px;
  }
}
.page-reasons__contents .content.right-position .content__text .number p span {
  color: #793598;
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
}
.page-reasons__contents .content.right-position .content__text .title {
  padding: 20px 0;
}
.page-reasons__contents .content.right-position .content__text .title p {
  color: #000;
  font-family: "Zen Maru Gothic";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.8px;
}
@media (max-width: 768px) {
  .page-reasons__contents .content.right-position .content__text .title p {
    font-size: 20px;
  }
}
.page-reasons__contents .content.right-position .content__text .text {
  color: #555;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .page-reasons__contents .content.right-position .content__text .text {
    font-size: 14px;
  }
}
.page-reasons__contents .content.right-position .content__text .text span {
  color: #793598;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1px;
}
.page-reasons__contents .content.left-position img {
  position: absolute;
  right: 0;
}
.page-reasons__contents .content.left-position img.pc {
  display: block;
}
@media (max-width: 768px) {
  .page-reasons__contents .content.left-position img.pc {
    display: none;
  }
}
.page-reasons__contents .content.left-position img.sp {
  display: none;
}
@media (max-width: 768px) {
  .page-reasons__contents .content.left-position img.sp {
    display: block;
    margin: auto;
  }
}
@media (max-width: 1280px) {
  .page-reasons__contents .content.left-position img {
    position: relative;
    left: auto;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .page-reasons__contents .content.left-position img {
    max-height: 257px;
    width: auto;
  }
}
.page-reasons__contents .content.left-position .content__text {
  border: 1px solid #793598;
  background: #fff;
  padding: 50px 80px;
  z-index: 2;
  max-width: 700px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: inline-block;
  height: fit-content;
  margin: auto -80px;
}
@media (max-width: 1280px) {
  .page-reasons__contents .content.left-position .content__text {
    border: 1px solid #793598;
    background: #fff;
    padding: 30px 20px 50px;
    z-index: 3;
    max-width: 700px;
    position: relative;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    height: fit-content;
    margin: -50px auto 0;
  }
}
@media (max-width: 768px) {
  .page-reasons__contents .content.left-position .content__text {
    max-width: 335px;
  }
}
.page-reasons__contents .content.left-position .content__text .number p {
  color: #000;
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  display: inline-flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: #e4d7ea;
}
@media (max-width: 768px) {
  .page-reasons__contents .content.left-position .content__text .number p {
    font-size: 14px;
  }
}
.page-reasons__contents .content.left-position .content__text .number p span {
  color: #793598;
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
}
.page-reasons__contents .content.left-position .content__text .title {
  padding: 20px 0;
}
.page-reasons__contents .content.left-position .content__text .title p {
  color: #000;
  font-family: "Zen Maru Gothic";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.8px;
}
@media (max-width: 768px) {
  .page-reasons__contents .content.left-position .content__text .title p {
    font-size: 20px;
  }
}
.page-reasons__contents .content.left-position .content__text .text {
  color: #555;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .page-reasons__contents .content.left-position .content__text .text {
    font-size: 14px;
  }
}
.page-reasons__contents .content.left-position .content__text .text span {
  color: #793598;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1px;
}
.page-reasons .flow__title {
  border-top: 2px solid #612a7a;
  border-bottom: 2px solid #612a7a;
  background: #fff;
  text-align: center;
}
.page-reasons .flow__title h3 {
  color: #612a7a;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.8px;
  padding: 24px 0;
}
@media (max-width: 768px) {
  .page-reasons .flow__title h3 {
    font-size: 20px;
  }
}
.page-reasons .flow__contents {
  background-image: url(../img/reason/flow-bg.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
  padding: 80px 0;
}
.page-reasons .flow__contents .content__way {
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media (max-width: 1280px) {
  .page-reasons .flow__contents .content__way {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .page-reasons .flow__contents .content__flow {
    width: 100%;
  }
}
.page-reasons .flow__contents .content__flow .title {
  width: 575px;
  text-align: center;
}
@media (max-width: 768px) {
  .page-reasons .flow__contents .content__flow .title {
    width: 100%;
  }
}
.page-reasons .flow__contents .content__flow .title h4 {
  display: inline-flex;
  padding: 15px 50px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: white;
  border-radius: 50px;
  line-height: 1;
  font-weight: 700;
  font-size: 32px;
}
@media (max-width: 768px) {
  .page-reasons .flow__contents .content__flow .title h4 {
    font-size: 20px;
  }
}
.page-reasons .flow__contents .content__flow .title.red h4 {
  background-color: #e80000;
}
.page-reasons .flow__contents .content__flow .title.purple h4 {
  background-color: #793598;
}
.page-reasons .flow__contents .content__flow .free p {
  padding: 20px 30px;
  gap: 10px;
  border-radius: 50px;
  border: 1px solid #d5d5d5;
  background: #fff;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .page-reasons .flow__contents .content__flow .free p {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 14px;
    padding: 10px 20px;
  }
}
.page-reasons .flow__contents .content__flow .free p span {
  color: #e80000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
}
@media (max-width: 768px) {
  .page-reasons .flow__contents .content__flow .free p span {
    font-size: 14px;
  }
}
.page-reasons .flow__contents .content__flow .construct {
  width: 575px;
}
@media (max-width: 768px) {
  .page-reasons .flow__contents .content__flow .construct {
    width: 100%;
  }
}
.page-reasons .flow__contents .content__flow .construct p {
  padding: 20px 30px;
  gap: 10px;
  border-radius: 50px;
  border: 1px solid #d5d5d5;
  background: #fff;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .page-reasons .flow__contents .content__flow .construct p {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 14px;
    padding: 10px 20px;
  }
}
.page-reasons .flow__contents .content__flow .construct p span {
  color: #793598;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
}
@media (max-width: 768px) {
  .page-reasons .flow__contents .content__flow .construct p span {
    font-size: 14px;
  }
}
.page-reasons .flow__contents .content__compleate {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .page-reasons .flow__contents .content__compleate {
    margin-top: 30px;
  }
}
.page-reasons .flow__contents .content__compleate .title {
  text-align: center;
}
.page-reasons .flow__contents .content__compleate .title h4 {
  display: inline-flex;
  padding: 15px 50px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: white;
  border-radius: 50px;
  line-height: 1;
  font-weight: 700;
  background-color: #55256a;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.8px;
  color: white;
}
@media (max-width: 768px) {
  .page-reasons .flow__contents .content__compleate .title h4 {
    font-size: 20px;
  }
}
.page-reasons .flow__contents .content__compleate .text {
  margin-top: 20px;
}
.page-reasons .flow__contents .content__compleate .text p {
  color: #55256a;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
}
@media (max-width: 768px) {
  .page-reasons .flow__contents .content__compleate .text p {
    font-size: 16px;
  }
}
.page-reasons .faq {
  padding: 154px 0;
}
@media (max-width: 768px) {
  .page-reasons .faq {
    padding: 30px 0;
  }
}
.page-reasons .faq__title p {
  color: #000;
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
}
.page-reasons .faq__title h2 {
  color: #793598;
  text-align: center;
  font-family: "Century Gothic";
  font-size: 96px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4.8px;
}
.page-reasons .faq__contents {
  margin: 80px 0;
}
@media (max-width: 768px) {
  .page-reasons .faq__contents {
    margin: 50px 0;
  }
}
.page-reasons .faq__contents .faq {
  padding: 50px;
}
@media (max-width: 768px) {
  .page-reasons .faq__contents .faq {
    margin: 0 20px;
    padding: 30px 20px;
  }
}
.page-reasons .faq__contents .faq.gray {
  background-color: #f5f5f5;
}
.page-reasons .faq__contents .faq .question {
  gap: 20px;
  display: flex;
  align-items: center;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
}
@media (max-width: 768px) {
  .page-reasons .faq__contents .faq .question svg {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 768px) {
  .page-reasons .faq__contents .faq .question {
    align-items: start;
    font-size: 14px;
  }
}
.page-reasons .faq__contents .faq .answer {
  padding-top: 30px;
  gap: 20px;
  display: flex;
  align-items: center;
  color: #000;
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.2px;
}
@media (max-width: 768px) {
  .page-reasons .faq__contents .faq .answer svg {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 768px) {
  .page-reasons .faq__contents .faq .answer {
    align-items: start;
    padding-top: 14px;
    font-size: 14px;
  }
}
.contact {
  width: 100%;
}
