@charset "UTF-8";
/**
 * メディアクエリー
 */
.Page {
  position: relative;
}
.Page p {
  margin: 0;
}
.Page h1, .Page h2, .Page h3 {
  margin-top: 0;
}
.Page__content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.Page a {
  opacity: 1;
  transition: opacity 300ms;
}
.Page a:hover {
  opacity: 0.7;
}
.Page .f-min {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.Page .f-go {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

@media screen and (max-width: 767px) {
  body {
    padding-bottom: 120px;
  }
}
.Fv {
  background-image: url(/wp-content/themes/uncode-child/images/front-lp/fv_back.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 0 80px;
}
@media screen and (max-width: 767px) {
  .Fv {
    padding: 20px 0 40px;
  }
}
.Fv__top {
  position: relative;
  z-index: 1;
  padding-bottom: 136px;
}
@media screen and (max-width: 767px) {
  .Fv__top {
    padding-bottom: 0;
  }
}
.Fv__top--title {
  color: #BBBBCB;
  border-bottom: 1px solid #999999;
  font-size: 18px;
  letter-spacing: 2px;
  padding: 8px 80px 8px 20px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Fv__top--title {
    font-size: 14px;
  }
}
.Fv__top--title::after {
  content: "";
  background-color: #BBBBCB;
  width: 80px;
  height: 5px;
  border-radius: 100px;
  display: block;
  position: absolute;
  bottom: 6px;
  right: -20px;
}
@media screen and (max-width: 767px) {
  .Fv__top--title::after {
    height: 4px;
    bottom: 5px;
  }
}
.Fv__top--copy {
  width: 64%;
  padding: 40px 24px 60px;
}
@media screen and (max-width: 767px) {
  .Fv__top--copy {
    width: 100%;
    padding: 28px 24px 28px;
    margin-bottom: 20px;
    position: relative;
  }
  .Fv__top--copy::before {
    content: "";
    display: block;
    position: absolute;
    width: 57%;
    bottom: 0;
    height: 1px;
    right: 0;
    background-color: #999999;
  }
  .Fv__top--copy::after {
    content: "";
    display: block;
    position: absolute;
    width: 20%;
    bottom: 6px;
    right: 30%;
    height: 4px;
    border-radius: 100px;
    background-color: #BBBBCB;
  }
}
.Fv__top--copy2 {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .Fv__top--copy2 {
    width: 80%;
  }
}
.Fv__top--copy2 p {
  font-size: 28px;
  line-height: 2;
  text-align: center;
  color: #fff;
  margin-bottom: 12px;
}
@media screen and (max-width: 1100px) {
  .Fv__top--copy2 p {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .Fv__top--copy2 p {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .Fv__top--copy2 p {
    font-size: 19px;
    line-height: 1.8;
    margin-bottom: 8px;
  }
}
.Fv__top--copy2 p:nth-child(1) {
  background: linear-gradient(to right, #000 0%, #000 85%, transparent 85%, transparent 100%);
}
@media screen and (max-width: 900px) {
  .Fv__top--copy2 p:nth-child(1) {
    background: linear-gradient(to right, #000 0%, #000 90%, transparent 90%, transparent 100%);
  }
}
.Fv__top--copy2 p:nth-child(2) {
  background: linear-gradient(to right, transparent 0%, transparent 8%, #000 8%, #000 100%);
}
@media screen and (max-width: 900px) {
  .Fv__top--copy2 p:nth-child(2) {
    background: linear-gradient(to right, transparent 0%, transparent 5%, #000 5%, #000 100%);
  }
}
.Fv__top--image {
  position: absolute;
  right: 0;
  bottom: 0;
  aspect-ratio: 600/414;
  z-index: -1;
  width: 56%;
}
@media screen and (max-width: 767px) {
  .Fv__top--image {
    position: relative;
    width: 100%;
    padding-left: 20px;
    aspect-ratio: unset;
  }
}
.Fv__top--image img {
  width: 100%;
}
.Fv__bottom {
  display: flex;
  padding: 20px 40px 0;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .Fv__bottom {
    padding: 20px 20px 0;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.Fv__bottom--title {
  color: #7744DD;
  width: 42%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .Fv__bottom--title {
    width: 100%;
  }
}
.Fv__bottom--title p {
  font-size: 28px;
  margin-bottom: 8px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1100px) {
  .Fv__bottom--title p {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .Fv__bottom--title p {
    font-size: 18px;
  }
}
.Fv__bottom--title img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .Fv__bottom--title img {
    width: 90%;
  }
}
.Fv__bottom--link {
  width: 50%;
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .Fv__bottom--link {
    width: 100%;
    gap: 20px;
  }
}
.Fv__bottom--link a {
  display: block;
}

.Problem {
  padding: 0px 0 20px;
}
.Problem__box {
  background-image: url(/wp-content/themes/uncode-child/images/front-lp/problem_back.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  padding: 32px 0 52px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .Problem__box {
    padding: 20px 0 32px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
.Problem__box::before {
  content: "Your Problems....";
  border-bottom: 1px solid #fff;
  padding: 0 0 8px 60px;
  font-size: 18px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .Problem__box::before {
    font-size: 14px;
    padding: 0 0 6px 40px;
  }
}
.Problem__box::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 0;
  border-top: 20px solid #9299BB;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: none;
}
.Page .Problem__title {
  text-align: center;
  font-size: 46px;
  letter-spacing: 2px;
  margin: 28px 0 40px;
}
@media screen and (max-width: 767px) {
  .Page .Problem__title {
    font-size: 24px;
    letter-spacing: 0;
    margin-bottom: 30px;
  }
}
.Page .Problem__title span {
  font-size: 1.3em;
}
.Problem__list {
  width: 90%;
  max-width: 760px;
  margin: 0 auto;
}
.Problem__list--item {
  font-size: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .Problem__list--item {
    font-size: 18px;
    line-height: 1.5;
  }
}
.Problem__list--item::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  margin-right: 1.5em;
  background-color: #fff;
  -webkit-mask-image: url(/wp-content/themes/uncode-child/images/front-lp/check.svg);
          mask-image: url(/wp-content/themes/uncode-child/images/front-lp/check.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  flex-shrink: 0;
  flex-grow: 0;
}
@media screen and (max-width: 767px) {
  .Problem__list--item::before {
    margin-right: 1em;
  }
}
.Problem__text {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .Problem__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .Problem__text {
    font-size: 16px;
    text-align: left;
    padding: 0 20px;
  }
}
.Problem__image {
  margin-top: 60px;
  position: relative;
  aspect-ratio: 1100/600;
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .Problem__image {
    margin-top: 20px;
  }
}
.Problem__image--1 {
  position: absolute;
  right: 40px;
  top: 0;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  aspect-ratio: 665/500;
  -o-object-fit: cover;
     object-fit: cover;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .Problem__image--1 {
    right: 0;
  }
}
.Problem__image--2 {
  position: absolute;
  left: 40px;
  bottom: 0;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  aspect-ratio: 510/350;
  -o-object-fit: cover;
     object-fit: cover;
  width: 45%;
}
@media screen and (max-width: 767px) {
  .Problem__image--2 {
    left: 0;
    width: 50%;
  }
}

.Reason {
  padding: 40px 0px 60px;
}
@media screen and (max-width: 767px) {
  .Reason {
    padding-bottom: 0;
  }
}
.Reason__title {
  text-align: center;
  position: relative;
  width: 100%;
}
.Reason__title::before {
  content: "";
  display: block;
  position: absolute;
  width: 120px;
  height: 6px;
  border-radius: 100px;
  background-color: #BBBBCB;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .Reason__title::before {
    height: 4px;
    width: 72px;
    bottom: 15px;
  }
}
.Reason__title::after {
  content: "";
  display: block;
  width: 50%;
  position: absolute;
  left: 0;
  bottom: 8px;
  height: 1px;
  background-color: #999999;
}
.Reason__title img {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}
.Reason__sub {
  color: #7744DD;
  font-size: 28px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .Reason__sub {
    font-size: 16px;
    line-height: 1;
  }
}
.Reason__list {
  margin-top: 40px;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .Reason__list {
    padding: 0 20px;
  }
}
.Reason__item {
  border-left: 1px solid #000;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .Reason__item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-left: none;
  }
}
.Reason__item::before {
  content: "Point.01";
  display: inline-block;
  padding: 8px 1.5em;
  background-color: #000;
  color: #fff;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .Reason__item::before {
    font-size: 18px;
    padding: 4px 1.2em;
  }
}
.Page .Reason__item--title {
  font-size: 40px;
  color: #103377;
  padding-left: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .Page .Reason__item--title {
    font-size: 26px;
    padding-left: 20px;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-top: 0;
    margin-bottom: 0;
    border-left: 1px solid #000;
    text-align: center;
  }
}
.Reason__item--content {
  display: flex;
  gap: 40px;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .Reason__item--content {
    flex-direction: column;
    gap: 20px;
    margin-left: 0px;
  }
}
.Reason__item--image {
  width: 54%;
  flex-grow: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .Reason__item--image {
    width: 100%;
    padding-left: 20px;
    border-left: 1px solid #000;
  }
}
.Reason__item--image img {
  aspect-ratio: 500/315;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .Reason__item--text {
    padding-left: 20px;
  }
}
.Reason__item--text p {
  font-size: 24px;
  margin-bottom: 1em;
}
@media screen and (max-width: 900px) {
  .Reason__item--text p {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .Reason__item--text p {
    font-size: 16px;
  }
}
.Reason__item--text strong {
  color: #103377;
}
.Reason__item.--2 {
  border-left: none;
  border-right: 1px solid #000;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .Reason__item.--2 {
    border-right: none;
  }
}
.Reason__item.--2::before {
  content: "Point.02";
}
.Reason__item.--2 .Reason__item--title {
  padding-left: 0;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .Reason__item.--2 .Reason__item--title {
    padding-right: 0;
    border-left: none;
    border-right: 1px solid #000;
  }
}
.Reason__item.--2 .Reason__item--content {
  flex-direction: row-reverse;
  margin-left: 0;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .Reason__item.--2 .Reason__item--content {
    flex-direction: column;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .Reason__item.--2 .Reason__item--image {
    padding-left: 0;
    padding-right: 20px;
    border-right: 1px solid #000;
    border-left: none;
  }
}
.Reason__item.--2 .Reason__item--text {
  text-align: left;
  padding-left: 0;
  padding-right: 20px;
}
.Reason__item.--3::before {
  content: "Point.03";
}

.Menu {
  padding: 40px 80px;
  background-image: url(/wp-content/themes/uncode-child/images/front-lp/menu_back.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 900px) {
  .Menu {
    padding: 40px 40px;
  }
}
@media screen and (max-width: 767px) {
  .Menu {
    padding: 20px 0 0;
  }
  .Menu.--2 {
    padding-bottom: 80px;
  }
}
.Menu__title {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .Menu__title {
    max-width: 75%;
    margin: 0 auto;
  }
}
.Menu__list {
  padding: 80px 0px;
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media screen and (max-width: 1100px) {
  .Menu__list {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .Menu__list {
    gap: 32px;
  }
}
.Menu__item {
  width: 65%;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .Menu__item {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .Menu__item {
    width: 100%;
    padding: 0 20px;
  }
}
.Menu__item--top {
  display: flex;
  gap: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .Menu__item--top {
    gap: 16px;
    margin-bottom: 8px;
  }
}
.Menu__item--image {
  flex: 1;
}
.Menu__item--image img {
  aspect-ratio: 313/224;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.Page .Menu__item--title {
  flex: 1;
  font-size: 52px;
  color: #333;
}
@media screen and (max-width: 900px) {
  .Page .Menu__item--title {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .Page .Menu__item--title {
    font-size: 26px;
    line-height: 1.3;
  }
}
.Page .Menu__item--title span {
  font-size: 0.7em;
  display: block;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .Page .Menu__item--title span {
    line-height: 2;
  }
}
.Menu__item--time {
  background-color: #eeeeee;
  width: -moz-max-content;
  width: max-content;
  padding: 0 20px;
  border-radius: 10px;
}
.Menu__item--prices {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}
.Menu__item--price {
  width: 60%;
  display: flex;
  border-bottom: 1px dotted #333;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .Menu__item--price {
    width: 70%;
  }
}
.Menu__item--priceName {
  width: 35%;
  background-color: #103377;
  text-align: center;
  padding: 4px;
  border-radius: 10px;
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .Menu__item--priceName {
    font-size: 16px;
  }
}
.Menu__item--priceYen {
  color: #C21111;
  font-size: 56px;
  position: relative;
  line-height: 1.3;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .Menu__item--priceYen {
    font-size: 38px;
  }
}
.Menu__item--priceYen::after {
  content: "円";
  font-size: 32px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 767px) {
  .Menu__item--priceYen::after {
    font-size: 24px;
    margin-left: 4px;
  }
}
.Menu__item--priceYen::before {
  content: "(税込)";
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  position: absolute;
  top: 8px;
  right: 0;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .Menu__item--priceYen::before {
    font-size: 8px;
    top: 4px;
  }
}
.Menu__item--price.--normal {
  border-bottom: none;
}
.Menu__item--price.--normal .Menu__item--priceName {
  font-size: 24px;
  color: #000;
  background-color: transparent;
  font-weight: bold;
}
.Menu__item--text {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .Menu__item--text {
    margin-top: 12px;
  }
}
.Menu__item--text p {
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .Menu__item--text p {
    font-size: 16px;
  }
}

.Cta {
  display: flex;
  justify-content: center;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .Cta {
    padding: 20px 20px;
  }
}
.Cta__content {
  width: 70%;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .Cta__content {
    width: 100%;
    gap: 20px;
  }
}
.Cta__btn {
  flex: 1;
  display: block;
}
.Cta__btn img {
  width: 100%;
}

.Flow {
  background-color: #eeeeee;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .Flow {
    padding: 40px 0;
  }
}
.Flow__title {
  text-align: center;
  color: #103377;
}
@media screen and (max-width: 767px) {
  .Flow__title {
    max-width: 44%;
    margin: 0 auto;
  }
}
.Flow__title span {
  display: block;
  margin: 12px auto 0;
  width: -moz-max-content;
  width: max-content;
  padding: 4px 20px;
  border: 1px solid #103377;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .Flow__title span {
    font-size: 18px;
    margin-top: 8px;
  }
}
.Flow__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .Flow__list {
    margin-top: 40px;
    gap: 12px;
  }
}
.Flow__item {
  margin-left: 40px;
  background-color: #fff;
  display: flex;
  width: 70%;
  align-self: flex-start;
  padding: 40px 40px 20px 0;
}
@media screen and (max-width: 900px) {
  .Flow__item {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .Flow__item {
    width: 100%;
    padding-top: 32px;
  }
}
.Flow__item:nth-child(2n) {
  align-self: flex-end;
  margin-left: 0;
  margin-right: 40px;
  padding: 40px 0 20px 40px;
  flex-direction: row-reverse;
}
.Flow__item:nth-child(2n) .Flow__image {
  transform: translateX(40px);
}
.Flow__item:nth-child(2n) .Flow__image img {
  border-top-left-radius: 100px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 0;
}
@media screen and (max-width: 767px) {
  .Flow__item:nth-child(2n) .Flow__content {
    transform: translateX(20px);
  }
}
@media screen and (max-width: 767px) {
  .Flow__item:nth-child(2n) .Flow__step {
    left: auto;
    right: 15px;
  }
}
.Flow__image {
  position: relative;
  width: 40%;
  transform: translateX(-40px);
}
.Flow__image img {
  aspect-ratio: 264/202;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}
.Flow__step {
  position: absolute;
  left: 20px;
  top: -20px;
  padding: 8px;
  border: 1px solid #333;
  color: #103377;
  background-color: #fff;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .Flow__step {
    font-size: 12px;
    left: 15px;
  }
}
.Flow__step span {
  font-weight: bold;
}
.Flow__content {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .Flow__content {
    transform: translateX(-20px);
  }
}
.Page .Flow__head {
  color: #103377;
  font-size: 44px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .Page .Flow__head {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .Page .Flow__head {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
.Flow__text p {
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .Flow__text p {
    font-size: 16px;
    line-height: 1.3;
  }
}

.Voice {
  background-color: #eeeeee;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .Voice {
    padding: 40px 0;
  }
}
.Voice__title {
  text-align: center;
  position: relative;
  width: 100%;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .Voice__title {
    padding-bottom: 28px;
    margin-bottom: 12px;
  }
  .Voice__title img {
    max-width: 50%;
    margin: 0 auto;
    display: block;
  }
}
.Voice__title::before {
  content: "";
  display: block;
  position: absolute;
  width: 120px;
  height: 6px;
  border-radius: 100px;
  background-color: #BBBBCB;
  bottom: 8px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .Voice__title::before {
    height: 4px;
    width: 72px;
    bottom: 6px;
  }
}
.Voice__title::after {
  content: "";
  display: block;
  width: 55%;
  position: absolute;
  right: 0;
  bottom: 0px;
  height: 1px;
  background-color: #999999;
}
.Voice__sub {
  color: #7744DD;
  font-size: 28px;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .Voice__sub {
    font-size: 16px;
    line-height: 1;
  }
}
.Voice__list {
  margin-top: 60px;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .Voice__list {
    margin-top: 20px;
    gap: 40px;
    padding: 0 20px;
  }
}
.Voice__item {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .Voice__item {
    flex-direction: column;
    gap: 8px;
  }
}
.Voice__item:nth-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .Voice__item:nth-child(2n) {
    flex-direction: column;
  }
}
.Voice__item:nth-child(2n) .Voice__left {
  grid-template-columns: 70% 30%;
}
@media screen and (max-width: 767px) {
  .Voice__item:nth-child(2n) .Voice__left {
    grid-template-columns: 20% 60% 20%;
  }
}
.Voice__item:nth-child(2n) .Voice__number {
  grid-column: 2;
}
@media screen and (max-width: 767px) {
  .Voice__item:nth-child(2n) .Voice__number {
    grid-column: 3;
  }
}
.Voice__item:nth-child(2n) .Voice__image {
  grid-column: 1;
}
@media screen and (max-width: 767px) {
  .Voice__item:nth-child(2n) .Voice__image {
    grid-column: 2;
  }
}
.Voice__item:nth-child(2n) .Voice__person {
  grid-column: 2;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .Voice__item:nth-child(2n) .Voice__person {
    grid-column: 1;
    left: 0;
    right: auto;
  }
}
.Voice__left {
  width: 55%;
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  display: grid;
  grid-template-columns: 30% 70%;
  grid-template-rows: auto 1fr;
}
@media screen and (max-width: 767px) {
  .Voice__left {
    width: 100%;
    grid-template-columns: 20% 60% 20%;
  }
}
.Voice__number {
  grid-column: 1;
  grid-row: 1;
}
.Voice__image {
  grid-column: 2;
  grid-row: 1/3;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .Voice__image {
    grid-column: 2;
    grid-row: 1;
    padding-top: 20px;
  }
}
.Voice__person {
  grid-column: 1;
  grid-row: 2;
  background-color: #103377;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  flex-direction: column;
  width: 95%;
  aspect-ratio: 1;
  border-radius: 50%;
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .Voice__person {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .Voice__person {
    position: absolute;
    right: 0;
    bottom: -20px;
    font-size: 12px;
    width: 24%;
  }
}
.Voice__person--age span {
  font-size: 2em;
}
@media screen and (max-width: 767px) {
  .Voice__person--age span {
    font-size: 1.6em;
  }
}
.Voice__right {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .Voice__right {
    padding-top: 20px;
  }
}
.Page .Voice__head {
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 60px;
}
@media screen and (max-width: 1100px) {
  .Page .Voice__head {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .Page .Voice__head {
    font-size: 20px;
  }
}
.Voice__text p {
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .Voice__text p {
    font-size: 16px;
  }
}
.Voice__text p strong {
  color: #103377;
  text-decoration: underline;
}

.Store {
  background-color: #E3E3E3;
  padding: 100px 0 40px;
}
@media screen and (max-width: 767px) {
  .Store {
    padding: 60px 20px 2%;
  }
}
.Page .Store__title {
  text-align: center;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .Page .Store__title {
    max-width: 50%;
    margin: 0 auto;
  }
}
.Store__sub {
  color: #7744DD;
  font-size: 28px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .Store__sub {
    font-size: 16px;
  }
}
.Store__item {
  width: 100%;
  max-width: 700px;
  margin: 60px auto 0px;
}
@media screen and (max-width: 767px) {
  .Store__item {
    margin-top: 20px;
  }
  .Store__item.--2 {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}
.Store__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 18px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .Store__images {
    gap: 12px;
    margin-bottom: 20px;
  }
}
.Store__images img {
  aspect-ratio: 338/243;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.Store__images img:nth-child(1) {
  border-top-left-radius: 20px;
}
.Store__images img:nth-child(2) {
  border-top-right-radius: 20px;
}
.Store__images img:nth-child(3) {
  border-bottom-left-radius: 20px;
}
.Store__images img:nth-child(4) {
  border-bottom-right-radius: 20px;
}
.Page .Store__head {
  color: #103377;
  margin-bottom: 40px;
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .Page .Store__head {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.Store__details {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .Store__details {
    font-size: 16px;
  }
}
.Store__row {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .Store__row {
    gap: 12px;
  }
}
.Store__th {
  width: 5em;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 2px 0;
  flex-grow: 0;
  flex-shrink: 0;
  font-weight: bold;
}
.Store__td {
  flex: 1;
}

.Faq {
  padding: 100px 40px;
}
@media screen and (max-width: 767px) {
  .Faq {
    padding: 60px 20px;
  }
}
.Faq__title {
  text-align: center;
  color: #103377;
}
@media screen and (max-width: 767px) {
  .Faq__title {
    max-width: 50%;
    margin: 0 auto;
  }
}
.Faq__title span {
  display: block;
  margin: 12px auto 0;
  width: -moz-max-content;
  width: max-content;
  padding: 4px 20px;
  border: 1px solid #103377;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .Faq__title span {
    font-size: 16px;
  }
}
.Faq__items {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .Faq__items {
    gap: 20px;
    margin-top: 40px;
  }
}
.Faq__item {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding-left: 34px;
}
@media screen and (max-width: 767px) {
  .Faq__item {
    gap: 16px;
    padding-left: 24px;
  }
}
.Faq__item--q {
  font-size: 28px;
  font-weight: bold;
  padding: 24px 48px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Faq__item--q {
    font-size: 18px;
    padding: 12px 20px;
  }
}
.Faq__item--q::before {
  content: "Ｑ";
  position: absolute;
  top: 18px;
  left: -34px;
  font-size: 28px;
  width: 2em;
  aspect-ratio: 1;
  border: 2px solid #103377;
  border-radius: 8px;
  color: #103377;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .Faq__item--q::before {
    font-size: 18px;
    top: 8px;
    left: -24px;
  }
}
.Faq__item--a {
  font-size: 24px;
  background-color: #dddddd;
  padding: 24px 48px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Faq__item--a {
    font-size: 18px;
    padding: 12px 20px;
  }
}
.Faq__item--a::before {
  content: "Ａ";
  position: absolute;
  top: -12px;
  left: -34px;
  font-size: 28px;
  width: 2em;
  aspect-ratio: 1;
  border: 2px solid #103377;
  border-radius: 8px;
  background-color: #103377;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .Faq__item--a::before {
    font-size: 18px;
    left: -24px;
  }
}

.Float {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background-color: rgba(255, 255, 255, 0.5);
}
.Float .Cta {
  max-width: 500px;
  margin: auto;
  padding: 0;
}
.Float .Cta__content {
  padding: 20px;
  width: 100%;
  max-width: 500px;
}/*# sourceMappingURL=style.css.map */