@charset "UTF-8";
/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  display: block;
  object-fit: cover;
}

button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

body {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
}

body {
  color: #333;
}

html {
  font-size: 16px;
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.28vw;
  }
}
@media (min-width: 1250px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  a {
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
}

section {
  overflow-x: hidden;
}

html.fixed {
  overflow: hidden;
}

main {
  margin-top: 4.75rem;
}
@media screen and (min-width: 768px) {
  main {
    margin-top: 2.6875rem;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  background-color: #fff;
}

.header__inner {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 1.25rem;
  position: relative;
  z-index: 500;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding-left: 0.75rem;
  }
}

.header-logo {
  position: relative;
  z-index: 500;
  width: 5.125rem;
}
@media screen and (min-width: 768px) {
  .header-logo {
    width: 12.5rem;
  }
}

.header__contact-btn {
  width: 9.125rem;
  margin-left: 1.25rem;
  background-color: #F5B15E;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header__contact-btn {
    width: 10rem;
    margin-left: 2.625rem;
  }
}

.header__contact-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5rem;
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .header__contact-btn a {
    height: 6.5rem;
    font-size: 0.875rem;
    font-weight: 700;
    width: 10rem;
  }
}

footer {
  width: 100%;
  padding: 1.875rem 0 4.25rem;
  background-color: #333;
  color: #fff;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 1.875rem 0 2.25rem;
  }
}

.footer-inner {
  padding: 0 1.625rem;
}
@media screen and (min-width: 768px) {
  .footer-inner {
    padding: 0 1.25rem;
    max-width: 83.75rem;
    margin: 0 auto;
  }
}

.footer-logo {
  max-width: 13.75rem;
}
@media screen and (min-width: 768px) {
  .footer-logo {
    max-width: 17.5rem;
  }
}

.footer-rinc {
  gap: 2.5rem;
  font-size: 0.75rem;
  line-height: 1;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .footer-rinc {
    gap: 3.125rem;
    font-size: 1rem;
    margin-top: 1.625rem;
  }
}

.copyright {
  margin-top: 1.5rem;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .copyright {
    margin-top: 1.875rem;
    font-size: 0.9375rem;
  }
}

.inner {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1250px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.header-hamberger {
  width: 1.5rem;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .header-hamberger {
    display: none;
  }
}

.hamberger {
  position: relative;
  width: 1.5rem;
  height: 1rem;
  margin-left: auto;
  transition: transform 0.5s ease 0s;
  cursor: pointer;
  margin-left: auto;
  z-index: 500;
}
.hamberger-bar {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 0.0625rem;
  background: #444444;
  border-radius: 5px;
  transition: 0.3s;
  transform: translate(-50%, -50%);
}

.hamberger-bar:nth-of-type(1) {
  top: 0%;
}

.hamberger-bar:nth-of-type(2) {
  top: 50%;
}

.hamberger-bar:nth-of-type(3) {
  top: 100%;
}

/* オープン時の動き */
.open .hamberger-bar {
  width: 2.3125rem;
  transition: 0.3s;
}

.open .hamberger-bar:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
}

.open .hamberger-bar:nth-of-type(2) {
  transform: translate(-50%, -50%);
  opacity: 0;
}

.open .hamberger-bar:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
}

.header-nav {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 6.25rem 1rem 2rem;
}
@media screen and (min-width: 768px) {
  .header-nav {
    max-width: 26.875rem;
    margin-left: auto;
    height: initial;
    position: initial;
    display: block;
    overflow-y: initial;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .header-nav__items {
    align-items: center;
    justify-content: right;
  }
}

.header-nav__item {
  font-size: 0.9375rem;
  text-align: center;
}
.header-nav__item:nth-child(n+2) {
  margin-top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .header-nav__item:nth-child(n+2) {
    margin-top: 0;
    margin-left: 2.625rem;
  }
}

.header-nav__item a {
  padding: 0.1875rem;
}
.section-title {
  display: flex;
  justify-content: center;
}

.section-title h2 {
  background-color: #333;
  border-radius: 5px;
  padding: 0.875rem;
  width: 19.875rem;
  text-align: center;
  color: #fff;
  line-height: 0.90625;
  font-size: 2rem;
  letter-spacing: 0.1em;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .section-title h2 {
    border-radius: 7.5px;
    padding: 1.25rem;
    font-size: 2.25rem;
    line-height: 1.1944444444;
    width: 23.4375rem;
    letter-spacing: 0.16em;
  }
}

.section-content__texts .title {
  text-align: center;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.6111111111;
}
@media screen and (min-width: 768px) {
  .section-content__texts .title {
    font-size: 1.625rem;
    line-height: 1.8076923077;
  }
}

.section-content__texts .text {
  font-size: 0.875rem;
  line-height: 1.75;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .section-content__texts .text {
    font-size: 1.375rem;
    margin-top: 2.25rem;
  }
}

.mv {
  width: 100%;
}

.mv__main {
  position: absolute;
  top: 0rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mv__main {
    top: 0;
    padding-right: 3.125rem;
    display: flex;
    flex-direction: row-reverse;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .mv-mainimage {
    display: block;
    height: 56.25rem;
  }
}

@media screen and (min-width: 768px) {
  .mv-mainimage img {
    height: 54.375rem;
  }
}

.mv__texts {
  padding: 0 2.25rem;
  width: 100%;
  margin-top: 93%;
}
@media screen and (min-width: 768px) {
  .mv__texts {
    position: relative;
    z-index: 1;
    width: 59%;
    margin: 10.625rem 0 0 auto;
    padding: 0;
  }
}

.mv__texts--label {
  background-color: #333;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2083333333;
  padding: 0.875rem 1.5rem;
  max-width: 28.125rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .mv__texts--label {
    max-width: 62.5rem;
    padding: 1.25rem 0.75rem;
    font-size: 2.25rem;
    letter-spacing: 0.12em;
  }
}

.mv__texts--label span {
  display: block;
}
@media screen and (min-width: 768px) {
  .mv__texts--label span {
    display: inline-block;
  }
}

.mv__texts--title {
  margin: 0.5rem auto 0;
  max-width: 31.25rem;
}
@media screen and (min-width: 768px) {
  .mv__texts--title {
    margin-top: 3rem;
    max-width: initial;
    width: 80%;
    max-width: initial;
  }
}

.mv__phone {
  width: 90%;
  margin-top: -6.25rem;
}
@media screen and (min-width: 768px) {
  .mv__phone {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
  }
}

.mv-btm {
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #333;
}
.mv-btm__content {
  padding: 0.75rem 2.25rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .mv-btm__content {
    padding: 3.5rem 4.0625rem;
  }
}

.mv-btm__content .mv-btm_sideline {
  top: 0;
  width: 2rem;
  height: 100%;
  background-image: url("../img/mv-btm_sideline.png");
  background-size: cover;
  background-repeat: repeat-y;
  background-position: top;
}
@media screen and (min-width: 768px) {
  .mv-btm__content .mv-btm_sideline {
    background-image: url("../img/mv-btm_sideline2.png");
    background-size: cover;
    background-repeat: repeat-x;
    background-position: left;
    left: 0;
    width: 100%;
    height: 2rem;
  }
}

.mv-btm__content ul {
  max-width: 71.875rem;
  margin: 0 auto;
}

.mv-btm__content .mv-btm_sideline:nth-of-type(1) {
  left: 0;
}

.mv-btm__content .mv-btm_sideline:nth-of-type(2) {
  right: 0;
}
@media screen and (min-width: 768px) {
  .mv-btm__content .mv-btm_sideline:nth-of-type(2) {
    top: initial;
    right: initial;
    bottom: 0;
  }
}

.mv-btm__card li:nth-child(n+2) {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .mv-btm__card li:nth-child(n+2) {
    margin-top: 0;
    margin-left: 2.875rem;
  }
}

.about {
  padding: 2rem 0 1.75rem;
  background-image: url("../img/about-bg_sp.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .about {
    background-image: url("../img/about-bg_pc.jpg");
    padding: 5rem 0 4.375rem;
  }
}

.about__content {
  max-width: 34.375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .about__content {
    max-width: 90rem;
  }
}

@media screen and (min-width: 768px) {
  .about__content--main {
    margin-top: -2.8125rem;
  }
}

.about__content--texts {
  padding: 0 1.25rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .about__content--texts {
    padding: 0 2.5rem 0 2.5rem;
    margin-top: 6.25rem;
    max-width: 35.375rem;
    margin-left: auto;
  }
}

.about__content--texts .text {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .about__content--texts .text {
    margin-top: 2.25rem;
    font-size: 1.3125rem;
    line-height: 1.8;
  }
}

.about__content--img {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .about__content--img {
    margin-top: 0;
    max-width: 48.125rem;
  }
}

.achievements {
  padding: 2.25rem 0 3.5rem;
  background-color: #333;
}
@media screen and (min-width: 768px) {
  .achievements {
    padding: 3.75rem 0;
  }
}

.achievements-content {
  padding: 0 1.25rem;
  max-width: 34.375rem;
  margin: 0 auto 0;
}
@media screen and (min-width: 768px) {
  .achievements-content {
    max-width: 60rem;
    flex-direction: row-reverse;
    gap: 7.25rem;
  }
}

.achievements-title h2 {
  background-color: #fff;
  color: #333;
  padding: 0.875rem 1.0625rem;
}
@media screen and (min-width: 768px) {
  .achievements-title h2 {
    padding: 1.25rem 7rem;
    width: 35.3125rem;
    margin-top: 1rem;
  }
}

.achievements-content--texts {
  color: #fff;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .achievements-content--texts {
    margin-top: 0.625rem;
  }
}

.achievements-content--texts .text {
  margin-top: 1.125rem;
  font-size: 0.875rem;
  line-height: 1.58;
}
@media screen and (min-width: 768px) {
  .achievements-content--texts .text {
    font-size: 1.25rem;
    max-width: 31.25rem;
    margin: 1rem auto 0;
  }
}

.achievements-content__movie {
  padding: 0 3.5rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .achievements-content__movie {
    margin-top: 0;
    padding: 0;
    max-width: 16.875rem;
  }
}

.achievements-content__movie ul {
  width: 100%;
}

.achievements-content__movie .slide-item {
  width: 100%;
}

.slide-item video {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .slide-item video {
    width: 16.875rem;
  }
}

.achievements_slider .slick-prev,
.achievements_slider .slick-next {
  background-image: url("../img/slider-arrow.png");
  background-size: contain;
  background-position: center;
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 50%;
  position: absolute;
  bottom: -1.125rem;
}

.achievements_slider .slick-prev {
  left: -1.125rem;
}

.achievements_slider .slick-next {
  right: -1.125rem;
  transform: rotate(180deg);
}

.achievements_slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 2.25rem;
}

.achievements_slider .slick-dots li {
  background-color: #B4C2D0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}

.achievements_slider .slick-dots li.slick-active {
  background-color: #034495;
}

.achievements_slider .slick-dots li button {
  color: transparent;
}

.merit {
  padding: 1.5rem 0 2rem;
}
@media screen and (min-width: 768px) {
  .merit {
    padding: 3.75rem 0 12.6875rem;
  }
}

.merit-content--texts {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .merit-content--texts {
    margin-top: 1.5rem;
  }
}

.merit__cotent {
  width: 100%;
  max-width: 34.375rem;
  margin: 2rem auto 0;
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .merit__cotent {
    max-width: 74.375rem;
    padding: 0 1.25rem;
    margin-top: 5.9375rem;
  }
}

.merit-card__item {
  background-color: #fff;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .merit-card__item {
    display: flex;
  }
}

.merit-card__item:nth-child(n+2) {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .merit-card__item:nth-child(n+2) {
    margin-top: 3.5rem;
  }
}

@media screen and (min-width: 768px) {
  .merit-card__item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .merit-card__image {
    max-width: 35.625rem;
  }
}

.merit-card__image img {
  aspect-ratio: 327/204;
}
@media screen and (min-width: 768px) {
  .merit-card__image img {
    aspect-ratio: 570/300;
  }
}

.merit-card__texts {
  margin-top: -1.75rem;
}
@media screen and (min-width: 768px) {
  .merit-card__texts {
    width: 100%;
    margin-top: 0;
    padding: 2.5rem 1.5rem 2.5rem;
    max-width: 36.25rem;
  }
}

.merit-card__texts--top {
  padding: 0rem 1rem 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .merit-card__texts--top {
    padding: 0rem;
    display: flex;
    gap: 1rem;
  }
}

.merit-card__num {
  display: flex;
  gap: 0.1875rem;
  align-items: flex-end;
  justify-content: right;
  color: #FE2C55;
}
@media screen and (min-width: 768px) {
  .merit-card__num {
    gap: 1rem;
  }
}

.merit-card__num p {
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  padding-bottom: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .merit-card__num p {
    font-size: 1rem;
  }
}

.merit-card__num span {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1;
  -webkit-text-stroke: 2px #fff;
  letter-spacing: -2px;
}
@media screen and (min-width: 768px) {
  .merit-card__num span {
    font-weight: 900;
    font-size: 3.5625rem;
  }
}

.merit-card__title {
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .merit-card__title {
    margin-top: 0;
    font-size: 2.25rem;
    letter-spacing: 0;
  }
}

.merit-card__texts--btm {
  margin-top: 1rem;
  padding: 0 1.25rem 3.375rem;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .merit-card__texts--btm {
    margin-top: 0.875rem;
    font-size: 1.5rem;
    padding: 0;
  }
}

.strength {
  padding: 2.375rem 0 3.625rem;
  background-color: #F7F7F7;
}
@media screen and (min-width: 768px) {
  .strength {
    padding: 5.5rem 0 6.5625rem;
    overflow: initial;
  }
}

.strength-bg__img {
  top: 0;
  left: 0;
  width: 7.375rem;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .strength-bg__img {
    width: 26.875rem;
  }
}

.strength-bg__img2 {
  bottom: 0;
  right: 0;
  width: 11.875rem;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .strength-bg__img2 {
    width: 16.25rem;
  }
}

.strength-title h2 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .strength-title h2 {
    width: 28.625rem;
  }
}

.strength-content--texts {
  margin-top: 1rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .strength-content--texts {
    margin-top: 1.5rem;
  }
}

.strength-content {
  position: relative;
  margin: 3.375rem auto 0;
  max-width: 34.375rem;
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .strength-content {
    max-width: 74.375rem;
    padding: 0 1.25rem;
    margin-top: 7.75rem;
  }
}

@media screen and (min-width: 768px) {
  .strength-card ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5rem 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .strength-card__item {
    width: calc(50% - 1.25rem);
  }
}

.strength-card__item:nth-child(n+2) {
  margin-top: 5.25rem;
}
@media screen and (min-width: 768px) {
  .strength-card__item:nth-child(n+2) {
    margin-top: 0;
  }
}

.strength-card__image {
  position: relative;
}
.strength-card__image img {
  aspect-ratio: 327/204;
}
@media screen and (min-width: 768px) {
  .strength-card__image img {
    aspect-ratio: 630/325;
  }
}

.strength-card__num {
  position: absolute;
  top: 0;
  left: 1rem;
  transform: translateY(-50%);
  font-weight: 600;
  font-family: "Poppins", serif;
  font-style: italic;
  font-size: 3.5rem;
  line-height: 1;
  text-shadow: 4px 3px 3px #fff;
}
@media screen and (min-width: 768px) {
  .strength-card__num {
    font-size: 6.75rem;
    left: 0.25rem;
    transform: translateY(-44%);
  }
}

.strength-card__title {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #333;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .strength-card__title {
    margin-top: 1.25rem;
    padding-bottom: 0.5rem;
    border-bottom: 1.5px solid #333;
  }
}

.strength-card__title h3 {
  font-weight: 700;
  font-size: 1.3125rem;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .strength-card__title h3 {
    font-size: 1.625rem;
  }
}

.strength-card__text {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .strength-card__text {
    font-size: 0.9375rem;
    margin-top: 1.25rem;
  }
}

.strength-btm__text {
  margin-top: 2rem;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.8125;
}
@media screen and (min-width: 768px) {
  .strength-btm__text {
    font-size: 1.5rem;
    line-height: 1.76;
    max-width: 60.8125rem;
    margin: 6.875rem auto 0;
  }
}

.effefect {
  background-color: #333;
  padding: 2.5rem 0 2.1875rem;
}
@media screen and (min-width: 768px) {
  .effefect {
    padding: 5rem 0;
  }
}

.effefect-title h2 {
  background-color: #fff;
  color: #333;
}
@media screen and (min-width: 768px) {
  .effefect-title h2 {
    width: 35.3125rem;
  }
}

.effefect .section-content__texts {
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .effefect .section-content__texts {
    padding: 0rem;
    margin-top: 2.875rem;
  }
}

@media screen and (min-width: 768px) {
  .effefect .achievements-content--texts .text {
    max-width: initial;
    text-align: center;
    margin-top: 0;
    font-size: 1.0625rem;
  }
}

.effefect__content {
  padding: 0 1.25rem;
  margin: 1rem auto 0;
  max-width: 34.375rem;
}
@media screen and (min-width: 768px) {
  .effefect__content {
    margin-top: 3.875rem;
    max-width: 70rem;
  }
}

@media screen and (min-width: 768px) {
  .effefect__card ul {
    gap: 3rem;
  }
}

.effefect__card--item {
  background-color: #fff;
  padding: 1.25rem 0.875rem 4.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .effefect__card--item {
    width: calc(50% - 1.4375rem);
    padding: 1.75rem 1.25rem 7.1875rem;
  }
}

.effefect__card--item:nth-child(n+2) {
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .effefect__card--item:nth-child(n+2) {
    margin-top: 0;
  }
}

.effefect__card--label {
  padding: 0.71875rem 1.3125rem;
  border-radius: 10px 10px 0 0;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .effefect__card--label {
    padding: 1.1875rem 2rem;
  }
}

.effefect__card--label h3 {
  font-weight: 400;
  text-align: center;
  font-size: 1.125rem;
  padding: 0rem 0.34375rem 0.25rem;
}
@media screen and (min-width: 768px) {
  .effefect__card--label h3 {
    font-size: 1.75rem;
  }
}

.effefect__card--label h3::after {
  content: "";
  display: block;
  width: 2.9375rem;
  height: 0.0625rem;
  background-color: #fff;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .effefect__card--label h3::after {
    width: 4.5rem;
  }
}

.effefect__card--label p {
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.3;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .effefect__card--label p {
    font-size: 1.25rem;
    margin-top: 0.5rem;
  }
}

.effefect__card--name {
  font-weight: 500;
  text-align: center;
  font-size: 1rem;
  margin-top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .effefect__card--name {
    font-size: 1.5rem;
    margin-top: 1.125rem;
  }
}

.effefect__card--item-btm {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .effefect__card--item-btm {
    margin-top: 1.125rem;
  }
}

@media screen and (min-width: 768px) {
  .trouble {
    padding-top: 10.75rem;
  }
}

@media screen and (min-width: 768px) {
  .trouble-title {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .trouble-title h2 {
    font-size: 2.75rem;
    width: 33.125rem;
    padding: 1.5625rem;
  }
}

.trouble-top {
  background-color: #F7F7F7;
  padding: 2rem 0 9.375rem;
  position: relative;
  z-index: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .trouble-top {
    padding: 0 0 6.625rem;
  }
}

@media screen and (min-width: 768px) {
  .trouble-top__title {
    transform: translateY(-3.4375rem);
  }
}

.trouble-top__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  padding: 0 2.25rem 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .trouble-top__bg {
    padding: 0;
  }
}

.trouble-top__bg img {
  max-width: 21.5625rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .trouble-top__bg img {
    width: 60%;
    max-width: 53.125rem;
    margin: 0;
  }
}

.trouble-content--texts {
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .trouble-content--texts .title {
    font-size: 1.8125rem;
    margin-top: 2.25rem;
  }
}

.trouble-top__content {
  position: relative;
  z-index: 2;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .trouble-top__content {
    display: flex;
    max-width: 74.375rem;
    margin: 0 auto;
  }
}

.trouble-top__check-list {
  max-width: 34.375rem;
  margin: 0.75rem auto 0;
}
@media screen and (min-width: 768px) {
  .trouble-top__check-list {
    margin: 5.25rem 0 0 8.25rem;
    max-width: 30.625rem;
  }
}

.check-list__item {
  padding: 0.6875rem;
  border-radius: 8px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .check-list__item {
    padding: 0.75rem 0.8125rem;
    font-weight: 400;
    font-size: 1.4375rem;
    border-radius: 14px;
  }
}

.check-list__item:nth-child(n+2) {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .check-list__item:nth-child(n+2) {
    margin-top: 1.625rem;
  }
}

.check-list__item--top {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .check-list__item--top {
    gap: 0.3125rem;
  }
}

.check-list__item img {
  width: 1.875rem;
}
@media screen and (min-width: 768px) {
  .check-list__item img {
    width: 1.375rem;
  }
}

.check-list__item--top p {
  font-weight: 600;
  font-size: 1.0625rem;
  line-height: 1.7058823529;
}
@media screen and (min-width: 768px) {
  .check-list__item--top p {
    width: calc(100% - 1.875rem);
    margin-left: auto;
    font-size: 1.125rem;
  }
}

.check-list__item--btm {
  font-size: 0.75rem;
  line-height: 1.3;
  margin-top: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .check-list__item--btm {
    font-size: 0.8125rem;
    margin-top: 0.375rem;
  }
}

.trouble-btm {
  background-color: #F7F7F7;
  padding-bottom: 2.125rem;
}
@media screen and (min-width: 768px) {
  .trouble-btm {
    padding-bottom: 7.0625rem;
  }
}

.trouble-btm__title {
  padding: 2rem 0 5rem;
  background-image: url("../img/trouble-bg_sp.png");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .trouble-btm__title {
    background-image: url("../img/trouble-bg_pc.png");
    padding: 5.5625rem 0 11.875rem;
  }
}

.trouble-btm__title p {
  font-weight: 600;
  font-size: 0.875rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .trouble-btm__title p {
    font-size: 2.3125rem;
  }
}

.trouble-btm__title h2 {
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1.4285714286;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .trouble-btm__title h2 {
    margin-top: 1.875rem;
    font-size: 3.5rem;
  }
}

.trouble-btm__title h2 span {
  display: inline-block;
  font-feature-settings: "palt";
}

.trouble-btm__title h2 span:nth-child(n+2) {
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .trouble-btm__title h2 span:nth-child(n+2) {
    margin-top: 1.1875rem;
  }
}

.trouble-btm__content {
  margin: 6.25rem auto 0;
  max-width: 34.375rem;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .trouble-btm__content {
    margin-top: 10.9375rem;
    max-width: 77.5rem;
  }
}

.value-list {
  flex-wrap: wrap;
  gap: 6rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .value-list {
    gap: 7.5rem 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .value-list {
    gap: 6.25rem 0.875rem;
  }
}

.value-list__item {
  width: calc(50% - 0.75rem);
  background-color: #fff;
  padding: 0rem 1rem 1.875rem;
  box-shadow: 0 10px 20px rgba(3, 68, 149, 0.08);
}
@media screen and (min-width: 768px) {
  .value-list__item {
    padding: 0 1rem 2.5rem;
    width: calc((100% - 1.5rem) / 3);
  }
}
@media screen and (min-width: 1024px) {
  .value-list__item {
    width: calc((100% - 3.5rem) / 5);
  }
}

.value-list__item--img {
  margin-top: -5rem;
}
@media screen and (min-width: 768px) {
  .value-list__item--img {
    margin-top: -6.25rem;
    max-width: 11.25rem;
    margin: -6.25rem auto 0;
  }
}

.value-list__item--title {
  text-align: center;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2142857143;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .value-list__item--title {
    margin-top: 1.125rem;
    font-size: 1.25rem;
    line-height: 23/19;
  }
}

.value-list__item--text {
  font-size: 0.75rem;
  line-height: 1.3333333333;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .value-list__item--text {
    font-size: 1.0625rem;
    line-height: 1.2941176471;
    margin-top: 0.875rem;
    padding: 0 0.375rem;
  }
}

.service {
  padding: 2.125rem 0 3.875rem;
}
@media screen and (min-width: 768px) {
  .service {
    padding: 10rem 0 5rem;
  }
}

.service-content--texts {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .service-content--texts {
    margin-top: 1.75rem;
  }
}

@media screen and (min-width: 768px) {
  .service-title h2 {
    width: 25.625rem;
  }
}

.service-content {
  max-width: 34.375rem;
  margin: 2.625rem auto 0;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .service-content {
    margin-top: 3.375rem;
    max-width: 74.375rem;
  }
}

.service-card {
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .service-card {
    gap: 1.625rem 2.25rem;
  }
}

.service-card__item {
  width: calc(50% - 0.75rem);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 0.75rem 0.9375rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .service-card__item {
    width: calc((100% - 6.75rem) / 4);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 1.25rem 1.625rem;
  }
}

.service-card__image {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .service-card__image {
    gap: 0.6875rem;
  }
}

.service-card__image img {
  width: auto;
  height: auto;
  max-height: 3.5rem;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .service-card__image img {
    max-height: 6.25rem;
  }
}

.service-card__image .option {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background-color: #BEE1F4;
  text-align: center;
  font-weight: 700;
  font-size: 0.5rem;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .service-card__image .option {
    width: 4.8125rem;
    height: 4.8125rem;
    font-size: 0.8125rem;
  }
}

.service-card__texts {
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .service-card__texts {
    margin-top: 0rem;
  }
}

.service-card__texts .title {
  text-align: center;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .service-card__texts .title {
    font-size: 1.375rem;
  }
}

.service-card__texts .title::after {
  content: "";
  display: block;
  width: 2.25rem;
  height: 0.0625rem;
  background-color: #333;
  margin: 0.25rem auto 0;
}
@media screen and (min-width: 768px) {
  .service-card__texts .title::after {
    width: 5.5rem;
    height: 0.15625rem;
    margin-top: 0.5rem;
  }
}

.service-card__texts .text {
  margin-top: 1rem;
  font-size: 0.625rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .service-card__texts .text {
    margin-top: 1.4375rem;
    font-size: 1rem;
  }
}

.price-comparison {
  padding: 0 0 2.125rem;
}
@media screen and (min-width: 768px) {
  .price-comparison {
    padding: 7.5rem 4.375rem 6rem;
    background-color: #F6F6F6;
  }
}

.price-comparison-content {
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .price-comparison-content {
    max-width: 81.25rem;
    background-color: #fff;
    padding-bottom: 2.8125rem;
  }
}

.price-comparison-title h2 {
  padding: 0.875rem 2rem;
}
@media screen and (min-width: 768px) {
  .price-comparison-title h2 {
    padding: 1.375rem;
    margin-top: -2.875rem;
    width: 41.625rem;
  }
}

.price-comparison-content--texts {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .price-comparison-content--texts {
    margin-top: 1.5rem;
  }
}

.price-list__wrap {
  max-width: 34.375rem;
  margin: 1.625rem auto 0;
}
@media screen and (min-width: 768px) {
  .price-list__wrap {
    max-width: 67.5rem;
    margin-top: 2.25rem;
  }
}

.price-list {
  background-color: #F7F7F7;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .price-list {
    max-width: 53.125rem;
    margin: 0 auto;
  }
}

.price-list:nth-of-type(2) {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .price-list:nth-of-type(2) {
    max-width: 67.5rem;
    margin-top: 2.75rem;
  }
}

.price-list__top {
  background-color: #D1D0D0;
  padding: 0.625rem 0 0.75rem;
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .price-list__top {
    padding: 1.25rem 0 1.5rem;
  }
}

.price-list:nth-of-type(2) .price-list__top {
  background-color: #BEE1F4;
  padding: 0.875rem 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .price-list:nth-of-type(2) .price-list__top {
    padding: 0.875rem 0;
  }
}

.price-list__top img {
  width: 10rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .price-list__top img {
    width: 100%;
    max-width: 30.75rem;
  }
}

.price-list__top span {
  font-weight: 400;
  font-size: 0.875rem;
}
.price-list ul {
  margin: 0.625rem 0.75rem 0.75rem;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .price-list ul {
    margin: 0.625rem 2rem 0.75rem;
    gap: 4rem;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .price-list.btm ul {
    gap: 2.875rem;
  }
}

@media screen and (min-width: 768px) {
  .price-list:nth-of-type(2) ul {
    gap: 6rem;
  }
}

.price-list__item {
  background-color: #fff;
  padding: 1rem 0.625rem;
  width: calc(50% - 0.3125rem);
}
@media screen and (min-width: 768px) {
  .price-list__item {
    width: 100%;
    max-width: 17.5rem;
    padding: 1.125rem 0.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .price-list.btm .price-list__item {
    max-width: 19.5rem;
    padding: 1.25rem 0.75rem;
  }
}

@media screen and (min-width: 768px) {
  .price-list:nth-of-type(2) .price-list__item {
    max-width: 19.125rem;
  }
}

.price-list__label {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.2;
  padding: 0.25rem 0;
  background-color: #F7F7F7;
}
@media screen and (min-width: 768px) {
  .price-list__label {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 768px) {
  .price-list:nth-of-type(2) .price-list__label {
    font-size: 0.9375rem;
  }
}

.price-list__num {
  text-align: center;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .price-list__num {
    margin-top: 1.25rem;
  }
}

.price-list__num .value {
  font-weight: 500;
  font-size: 1.1875rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .price-list__num .value {
    font-size: 1.375rem;
    line-height: 2.0833333333;
  }
}

@media screen and (min-width: 768px) {
  .price-list:nth-of-type(2) .price-list__num .value {
    font-size: 2.25rem;
    line-height: 1.2;
  }
}

.price-list__num .value span {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: -0.07em;
}
@media screen and (min-width: 768px) {
  .price-list__num .value span {
    font-size: 2.75rem;
    letter-spacing: 0;
  }
}

.price-list__num .value .yen {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .price-list__num .value .yen {
    font-size: 1.5625rem;
    line-height: 1.2;
  }
}

@media screen and (min-width: 768px) {
  .price-list:nth-of-type(2) .price-list__num .yen {
    font-size: 1.5625rem;
    line-height: 1.2;
  }
}

.price-list__text {
  margin-top: 0.8125rem;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .price-list__text {
    font-size: 0.875rem;
    margin-top: 1.25rem;
  }
}

.price-list__text p:nth-child(n+2) {
  margin-top: 0.25rem;
}

.price {
  background: -moz-linear-gradient(left, rgba(243, 131, 155, 0.14), rgba(246, 183, 117, 0.14));
  background: -webkit-linear-gradient(left, rgba(243, 131, 155, 0.14), rgba(246, 183, 117, 0.14));
  background: linear-gradient(to right, rgba(243, 131, 155, 0.14), rgba(246, 183, 117, 0.14));
  padding: 2.5rem 0 3.4375rem;
}
@media screen and (min-width: 768px) {
  .price {
    padding: 5rem 0 7.875rem;
  }
}

.price-content {
  padding: 0 1.25rem;
}
.price-title__wrap {
  background-color: #fff;
  padding: 0 1rem 0.75rem;
  max-width: 34.375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .price-title__wrap {
    min-width: 56.25rem;
    padding: 2.25rem;
  }
}

.price-content--texts {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .price-content--texts {
    margin-top: 1.5rem;
  }
}

.price-content--texts .text {
  margin-top: 0.375rem;
  padding: 0 0.375rem;
  font-size: 1.1875rem;
  line-height: 1.7368421053;
}
@media screen and (min-width: 768px) {
  .price-content--texts .text {
    margin: 1.5rem auto 0;
    padding: 0;
    max-width: 38.4375rem;
    text-align: center;
  }
}

.price-plan {
  margin: 1.5rem auto 0;
  max-width: 23.4375rem;
}
@media screen and (min-width: 768px) {
  .price-plan {
    max-width: 71.875rem;
    margin-top: 6.625rem;
  }
}

.price-plan ul {
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .price-plan ul {
    width: 100%;
    justify-content: center;
    gap: 2.5rem;
  }
}

.plan__item {
  background-color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  width: calc((100% - 1rem) / 2);
}
@media screen and (min-width: 768px) {
  .plan__item {
    width: calc((100% - 7.5rem) / 4);
  }
}

.plan__item--patarn {
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.13em;
  width: 100%;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .plan__item--patarn {
    width: 100%;
    font-size: 1.75rem;
  }
}

.plan__item--patarn span {
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .plan__item--patarn span {
    font-size: 4.09375rem;
  }
}

.plan__item--price {
  padding: 0.5rem 0.875rem;
}
@media screen and (min-width: 768px) {
  .plan__item--price {
    text-align: center;
    padding: 0.5rem 1.375rem 0.8125rem;
  }
}

.plan__item--price .num {
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .plan__item--price .num {
    font-size: 2.3125rem;
  }
}

.plan__item--price .num span {
  font-family: "Poppins", serif;
  font-size: 3.4375rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .plan__item--price .num span {
    font-size: 5.375rem;
  }
}

.plan__item--price .btm-text {
  font-size: 0.75rem;
  height: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .plan__item--price .btm-text {
    font-size: 1.25rem;
    height: 6.6875rem;
  }
}

.plan__item--price .btm-text p {
  padding: 0.125rem;
  border-radius: 4.25px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 1.3;
  width: 8.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .plan__item--price .btm-text p {
    padding: 0.25rem;
    font-size: 1.125rem;
    width: 13.125rem;
  }
}

.plan__item--price .btm-text .plus {
  padding: 0;
  color: #000;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .plan__item--price .btm-text .plus {
    font-size: 1.5rem;
  }
}

.plan__item--create {
  width: 4.875rem;
  height: 4.875rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1;
  color: #fff;
  margin-right: 1.3125rem;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .plan__item--create {
    display: none;
    width: 5.5rem;
    height: 5.5rem;
    margin: 0;
    font-size: 0.875rem;
  }
}

.plan__item--create span {
  font-family: "Poppins", serif;
  font-size: 1.6875rem;
  line-height: 1;
  letter-spacing: -0.06em;
  padding: 0 0.0625rem;
}
@media screen and (min-width: 768px) {
  .plan__item--create span {
    font-size: 1.9375rem;
    padding-right: 0.25rem;
  }
}

.plan__item--patarn .plan__item--create {
  display: none;
}
@media screen and (min-width: 768px) {
  .plan__item--patarn .plan__item--create {
    display: flex;
    color: #333;
  }
}

.flow {
  padding: 2rem 0 2.8125rem;
  background-color: #F7F7F7;
}
@media screen and (min-width: 768px) {
  .flow {
    padding: 5.875rem 0 5rem;
  }
}

@media screen and (min-width: 768px) {
  .flow-title h2 {
    width: 21.4375rem;
  }
}

.flow-content--texts {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .flow-content--texts {
    margin-top: 1.875rem;
  }
}

.flow-content {
  padding: 0 1.25rem;
  margin: 3rem auto 0;
  max-width: 34.375rem;
}
@media screen and (min-width: 768px) {
  .flow-content {
    max-width: 74.375rem;
    margin-top: 5.625rem;
  }
}

.flow-list {
  padding: 0 0.25rem 0 0.75rem;
}
@media screen and (min-width: 768px) {
  .flow-list {
    padding: 0;
    gap: 3.5rem;
  }
}

.flow-list__item {
  display: flex;
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .flow-list__item {
    margin-left: 1.875rem;
    display: block;
    border: 5px solid #F7F7F7;
    width: calc((100% - 7rem) / 3);
  }
}

.flow-list__item::after {
  content: "";
  display: block;
  width: 1.375rem;
  height: 1.375rem;
  background-image: url("../img/tri.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: -1.875rem;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}
@media screen and (min-width: 768px) {
  .flow-list__item::after {
    bottom: initial;
    left: initial;
    top: 50%;
    right: -5.3125rem;
    width: 1.6875rem;
    height: 1.375rem;
    transform: initial;
  }
}

.flow-list__item:last-child:after {
  display: none;
}

.flow-list__item:nth-child(n+2) {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .flow-list__item:nth-child(n+2) {
    margin-top: 0;
  }
}

.flow-list__image {
  width: 8.4375rem;
}
@media screen and (min-width: 768px) {
  .flow-list__image {
    width: 100%;
  }
}

.flow-list__image img {
  aspect-ratio: 135/135;
}
@media screen and (min-width: 768px) {
  .flow-list__image img {
    aspect-ratio: 310/162;
  }
}

.flow-list__texts {
  width: calc(100% - 8.4375rem);
  padding: 0.8125rem 0.8125rem 0.8125rem 1rem;
}
@media screen and (min-width: 768px) {
  .flow-list__texts {
    width: 100%;
    padding: 1.75rem 1.625rem;
  }
}

.flow-list__texts h3 {
  font-weight: 700;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .flow-list__texts h3 {
    font-size: 1.25rem;
  }
}

.flow-list__texts p {
  font-weight: 500;
  font-size: 0.8125rem;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .flow-list__texts p {
    font-size: 1.0625rem;
    margin-top: 0.625rem;
  }
}

.flow-list__step {
  width: 3.125rem;
  height: 3.125rem;
  background-color: #ED2727;
  border-radius: 50%;
  text-align: center;
  font-weight: 500;
  font-size: 0.75rem;
  color: #fff;
  top: -1.125rem;
  left: -0.5rem;
}
@media screen and (min-width: 768px) {
  .flow-list__step {
    width: 3.75rem;
    height: 3.75rem;
    font-size: 0.875rem;
    top: -1.875rem;
    left: -1.875rem;
  }
}

.flow-list__step span {
  font-family: "Poppins", serif;
  font-size: 1.25rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .flow-list__step span {
    font-size: 1.5rem;
  }
}

.faq {
  padding: 2.625rem 0 3.75rem;
}
@media screen and (min-width: 768px) {
  .faq {
    padding: 4.375rem 0 12.125rem;
  }
}

@media screen and (min-width: 768px) {
  .faq-title h2 {
    width: 18.875rem;
  }
}

.faq-content--texts {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .faq-content--texts {
    margin-top: 1.75rem;
  }
}

.faq-content {
  padding: 0 1.25rem;
  max-width: 34.375rem;
  margin: 3.375rem auto 0;
}
@media screen and (min-width: 768px) {
  .faq-content {
    max-width: 70rem;
    margin-top: 3.5rem;
  }
}

.accordion__item:nth-child(n+2) {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .accordion__item:nth-child(n+2) {
    margin-top: 1.125rem;
  }
}

.accordion__faq--q {
  display: flex;
  background-color: #F7F7F7;
  padding: 1rem 2.75rem 1rem 1rem;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .accordion__faq--q {
    padding: 1.125rem 3rem 1.125rem 1.125rem;
  }
}

.accordion__item .faq-img {
  width: 2.25rem;
}
@media screen and (min-width: 768px) {
  .accordion__item .faq-img {
    width: 2.5rem;
  }
}

.accordion__faq--q .title {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.7;
  width: calc(100% - 3rem);
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .accordion__faq--q .title {
    font-size: 1rem;
    width: calc(100% - 3.25rem);
  }
}

.accordion__faq--q .plus {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
}
@media screen and (min-width: 768px) {
  .accordion__faq--q .plus {
    width: 1rem;
    height: 1rem;
  }
}

.accordion__faq--q .plus-inner {
  width: 1rem;
  height: 1rem;
  position: relative;
}
.accordion__faq--q .plus span {
  display: block;
  width: 1rem;
  height: 0.125rem;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.accordion__faq--q .plus span:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordion__faq--q.close .plus span:nth-of-type(2) {
  opacity: 0;
}

.accordion__faq--a {
  display: flex;
  padding: 1rem 1rem 0;
}
@media screen and (min-width: 768px) {
  .accordion__faq--a {
    padding-top: 1.625rem;
  }
}

.accordion__faq--a .text {
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  width: calc(100% - 2.75rem);
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .accordion__faq--a .text {
    font-size: 1rem;
    width: calc(100% - 3rem);
  }
}

.js-aco_title {
  cursor: pointer;
}

.js-aco_openbox {
  display: none;
}

.contact {
  padding: 0 0 3.75rem;
}
@media screen and (min-width: 768px) {
  .contact {
    padding: 0 0 11.375rem;
  }
}

@media screen and (min-width: 768px) {
  .contact-title h2 {
    width: 26.5625rem;
  }
}

.contact-content--texts {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .contact-content--texts {
    margin-top: 1.75rem;
  }
}

.contact-form {
  margin: 2.375rem auto 0;
  padding: 0 1.25rem;
  max-width: 34.375rem;
}
@media screen and (min-width: 768px) {
  .contact-form {
    margin-top: 0.875rem;
    max-width: 70rem;
  }
}

.form-block {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form-block {
    display: flex;
  }
}

.form-block:nth-child(n+2) {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .form-block:nth-child(n+2) {
    margin-top: 2.25rem;
  }
}

.form-block__label {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .form-block__label {
    font-size: 1.5rem;
    width: 27.875rem;
  }
}

.form-block__label p {
  display: flex;
  align-items: center;
}

.form-block__label .hissu {
  border: 1px solid #ED2727;
  color: #ED2727;
  border-radius: 10px;
  padding: 0rem 0.5rem;
  text-align: center;
  font-size: 0.625rem;
  line-height: 1;
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .form-block__label .hissu {
    font-size: 0.875rem;
    padding: 0 0.625rem;
    margin-left: 0.75rem;
  }
}

.form-block__input {
  margin-top: 0.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form-block__input {
    margin-top: 0rem;
    width: calc(100% - 27.875rem);
  }
}

.form-block__input input {
  width: 100%;
  background-color: #F3F3F3;
  border-radius: 8px;
  padding: 0.3125rem;
  height: 2.875rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .form-block__input input {
    border-radius: 12px;
    padding: 0.5rem;
    height: 4.125rem;
    font-size: 1.125rem;
  }
}

.name-input {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.25rem;
  padding-left: 0.75rem;
}
@media screen and (min-width: 768px) {
  .name-input {
    gap: 1rem;
    font-size: 1.875rem;
    padding-left: 1rem;
    max-width: 19.6875rem;
  }
}

.form-block__input textarea {
  width: 100%;
  background-color: #F3F3F3;
  border-radius: 8px;
  padding: 0.3125rem;
  height: 15rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .form-block__input textarea {
    padding: 0.5rem;
    height: 21.875rem;
    font-size: 1.125rem;
  }
}

.form-btn {
  margin: 5rem auto 0;
  max-width: 21.5625rem;
}
@media screen and (min-width: 768px) {
  .form-btn {
    max-width: 33.5625rem;
    margin-top: 5rem;
  }
}

.form-btn button {
  display: block;
  width: 100%;
  background-color: #ED2727;
  padding: 1rem;
  border-radius: 36px;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .form-btn button {
    padding: 1.5rem;
    font-size: 1.5rem;
  }
}

.contact-btm {
  margin-top: 2.25rem;
  text-align: center;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.6111111111;
}
@media screen and (min-width: 768px) {
  .contact-btm {
    display: none;
  }
}

.line-btn {
  max-width: 20.9375rem;
  margin: 0.5rem auto 0;
  box-shadow: 4px 0px 8px rgba(58, 76, 53, 0.1);
  background-image: url("../img/line-btn.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  overflow: hidden;
}
.line-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1.625rem 0;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1;
  color: #fff;
}
.line-btn a img {
  width: 0.375rem;
  height: 0.75rem;
}
.change {
  padding: 2.125rem 0 2.5rem;
  background-image: url("../img/change-bg_sp.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: initial;
}
@media screen and (min-width: 768px) {
  .change {
    padding: 4.625rem 0 3.75rem;
    background-image: url("../img/change-bg_pc.jpg");
  }
}

.change-img1 {
  display: none;
}
@media screen and (min-width: 768px) {
  .change-img1 {
    display: block;
    max-width: 24.375rem;
    width: 27%;
    top: 13.75rem;
    left: 0;
    box-shadow: 8px 8px rgba(240, 20, 143, 0.38);
    z-index: 0;
  }
}

.change-img2 {
  display: none;
}
@media screen and (min-width: 768px) {
  .change-img2 {
    display: block;
    max-width: 23.125rem;
    width: 24.3%;
    top: 4.5rem;
    right: 0;
    box-shadow: -8px 8px rgba(240, 20, 143, 0.38);
    z-index: 0;
  }
}

.change-content {
  padding: 0 0.625rem;
  max-width: 34.375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .change-content {
    max-width: initial;
    padding: 0 1.25rem;
    position: relative;
    z-index: 1;
  }
}

.change__title .main-title {
  display: flex;
  justify-content: center;
  width: 100%;
}
.change__title .main-title h2 {
  width: 92%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .change__title .main-title h2 {
    width: 100%;
    max-width: 37.5rem;
  }
}

.change__title .sub-title {
  text-align: center;
  font-size: 1.375rem;
  line-height: 1.2727272727;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .change__title .sub-title {
    font-size: 1.625rem;
    line-height: 1.44;
  }
}

.change__text {
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .change__text {
    margin-top: 1rem;
  }
}

.change__text--top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
}
@media screen and (min-width: 768px) {
  .change__text--top {
    position: relative;
    max-width: 35.9375rem;
    margin: 0 auto;
  }
}

.change__point {
  width: 8.125rem;
}
@media screen and (min-width: 768px) {
  .change__point {
    width: 12.1875rem;
    position: absolute;
    bottom: -12.8125rem;
    left: -9.375rem;
  }
}

.change__text--top .main-text {
  text-align: center;
  font-size: 1.375rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .change__text--top .main-text {
    font-size: 1.625rem;
    line-height: 1.0769230769;
  }
}

.change__text--top .main-text p:nth-of-type(2) {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .change__text--top .main-text p:nth-of-type(2) {
    font-size: 1.625rem;
    margin-top: 1rem;
  }
}

.change__btn {
  margin: 1.5rem auto 0;
  max-width: 20rem;
  border-radius: 36px;
  background: -moz-linear-gradient(-10deg, #2AC3B7, #0198D5);
  background: -webkit-linear-gradient(-10deg, #2AC3B7, #0198D5);
  background: linear-gradient(100deg, #2AC3B7, #0198D5);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .change__btn {
    margin-top: 3.25rem;
    max-width: 25rem;
    border-radius: 45px;
  }
}

.change__btn a {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fff;
  padding: 0.4375rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .change__btn a {
    font-size: 1.5rem;
    padding: 0.53125rem 0.5375rem;
  }
}

.change__btn a img {
  width: 3.3125rem;
}
@media screen and (min-width: 768px) {
  .change__btn a img {
    width: 4.0625rem;
  }
}

.change__btn a p {
  width: calc(100% - 3.3125rem);
}
.change-content .line-btn {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .change-content .line-btn {
    display: none;
  }
}

.thanks {
  min-height: 100vh;
  text-align: center;
}

.thanks h1 {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .thanks h1 {
    font-size: 1.875rem;
  }
}

.thanks p {
  margin-top: 1rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .thanks p {
    font-size: 1.25rem;
    margin-top: 1.25rem;
  }
}

.back-btn {
  width: 18.75rem;
  border-radius: 50px;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 0.75rem;
  display: block;
  margin: 2.25rem auto 0;
}
@media screen and (min-width: 768px) {
  .back-btn {
    font-size: 1.25rem;
    margin-top: 2.5rem;
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

.u-dflex {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-dflex {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

.u-disp-flex {
  display: flex;
}

.u-disp-flex-dt {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-dt {
    display: flex;
  }
}

.u-disp-flex-sp {
  display: flex;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-sp {
    display: block;
  }
}

.u-disp-flex__c {
  display: flex;
  justify-content: center;
}

.u-disp-flex__cc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-disp-flex-dt__c {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-dt__c {
    display: flex;
    justify-content: center;
  }
}

.u-disp-flex-dt__cc {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-dt__cc {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.u-posi-rela {
  position: relative;
}

.u-posi-abso {
  position: absolute;
}

.u-posi-fixed {
  position: fixed;
  box-shadow: 2px 0 6px rgba(0, 0, 0, 0.3);
}

.white-text {
  color: #fff;
}

.red-text {
  color: #ED2727;
}

.border-yerrow {
  background: -moz-linear-gradient(top, transparent, transparent 54%, #FFFCCD 55%, #FFFCCD);
  background: -webkit-linear-gradient(top, transparent, transparent 54%, #FFFCCD 55%, #FFFCCD);
  background: linear-gradient(to bottom, transparent, transparent 54%, #FFFCCD 55%, #FFFCCD);
}

.border-yerrow2 {
  background: -moz-linear-gradient(top, transparent, transparent 54%, #FEFFE6 55%, #FEFFE6);
  background: -webkit-linear-gradient(top, transparent, transparent 54%, #FEFFE6 55%, #FEFFE6);
  background: linear-gradient(to bottom, transparent, transparent 54%, #FEFFE6 55%, #FEFFE6);
}

.text-bg__white {
  background-color: #fff;
}

.bg-orange {
  background-color: #FF9D2E;
}

.bg-red {
  background-color: #FF2758;
}

.bg-pinc {
  background-color: #F0148F;
}

.bg-purple {
  background-color: #CE21B5;
}

.bg-grade {
  background: -moz-linear-gradient(left, #F3839B, #F6B775);
  background: -webkit-linear-gradient(left, #F3839B, #F6B775);
  background: linear-gradient(to right, #F3839B, #F6B775);
}

.bg-grade2 {
  background: -moz-linear-gradient(left, #FE7D3C, #E919A8);
  background: -webkit-linear-gradient(left, #FE7D3C, #E919A8);
  background: linear-gradient(to right, #FE7D3C, #E919A8);
}

/*# sourceMappingURL=style.css.map */
