@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/* PC、SPの非表示 */
body {
  font-family: Noto Sans JP;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
}

@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}
/* PC、SPの非表示 */
img {
  width: 100%;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 8rem;
  word-break: break-all;
  font-size: 10px;
}

@media (max-width: 1140px) and (min-width: 768px) {
  html {
    font-size: 0.8771929825vw;
  }
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 6rem;
  }
}
body {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}
/* PC、SPの非表示 */
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
.footer {
  background-color: #EEEFFA;
  padding-top: 4rem;
  padding-bottom: 2.4rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .footer {
    padding-top: 4.5rem;
  }
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .footer__list {
    font-size: min(3.2vw, 12px);
    letter-spacing: 0.05rem;
    line-height: 2.1;
    width: 100%;
    -webkit-column-gap: 0rem;
       -moz-column-gap: 0rem;
            column-gap: 0rem;
    display: grid;
    grid-template-columns: 80px 80px 80px;
    text-align: center;
    margin-bottom: 2.1rem;
  }
}
@media (max-width: 767px) {
  .footer__list li {
    text-align: center;
  }
}
.footer__list li:first-of-type {
  text-align: right;
}
.footer__list li:nth-of-type(2) {
  text-align: center;
}
.footer__list li:nth-of-type(3) {
  text-align: left;
}
.footer__list li a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer__logo {
  width: 100%;
  max-width: 8rem;
  margin: 0 auto 1.8rem;
}
.footer__logo-link {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer__PP {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 1.7rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer__copyright {
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (max-width: 340px) {
  .footer__list {
    font-size: 1.1rem;
  }
}
header {
  margin-top: 0rem;
}
@media (max-width: 767px) {
  header {
    margin-top: 0rem;
  }
}

.about {
  padding-top: 6.5rem;
  padding-bottom: 5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  max-width: 128rem;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .about {
    padding-top: 3.7rem;
  }
}
.about__title {
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .about__title {
    margin-bottom: 2.2rem;
  }
}
.about__title h2 {
  font-size: 5rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  margin-bottom: 1rem;
  color: #312680;
  position: relative;
}
@media (max-width: 767px) {
  .about__title h2 {
    font-size: 4rem;
    margin-bottom: 0.6rem;
  }
}
.about__title h2::after {
  content: "";
  display: block;
  height: 3px;
  width: 7rem;
  background-color: #312680;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .about__title h2::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 5.2rem;
  }
}
.about__title p {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
@media (max-width: 767px) {
  .about__title p {
    font-size: 1.2rem;
  }
}

.about-flex {
  margin-bottom: 5.2rem;
}
@media (max-width: 767px) {
  .about-flex {
    margin-bottom: 0rem;
  }
}
.about-flex__wrap {
  max-width: 128rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2.1rem;
     -moz-column-gap: 2.1rem;
          column-gap: 2.1rem;
}
@media (max-width: 767px) {
  .about-flex__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4.4rem;
    margin: 0 auto;
  }
}
.about-flex__coder {
  position: relative;
}
@media (max-width: 767px) {
  .about-flex__coder {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
  }
}
@media (max-width: 767px) {
  .about-flex__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.about-flex__designer {
  position: relative;
}
@media (max-width: 767px) {
  .about-flex__designer {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.box-green__coder-about {
  width: 100%;
  max-width: 22rem;
  height: 4.5rem;
  line-height: 4.5rem;
  text-align: center;
  background-color: #55D3C1;
  position: absolute;
  top: -0.2%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 10;
}
@media (max-width: 767px) {
  .box-green__coder-about {
    margin-left: 0rem;
    top: 0%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}
.box-green__coder-about p {
  color: white;
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .box-green__coder-about p {
    font-size: 1.8rem;
  }
}

.box-white__coder {
  max-width: 32rem;
  width: 40960000vw;
  height: auto;
  border: 1px outset #000000;
  text-align: left;
  padding-top: 3.6rem;
  padding-left: 2.4rem;
  padding-right: 3rem;
  padding-bottom: 9.3rem;
  font-size: min(1.25vw, 16px);
  font-weight: 400;
  z-index: 5;
}
@media (max-width: 767px) {
  .box-white__coder {
    max-width: 58rem;
    padding-bottom: 3.2rem;
    margin: 0 auto;
    font-size: 4.2666666667vw;
    width: 100%;
  }
}

.name {
  font-size: 1.5625vw;
  font-size: min(1.5625vw, 20px);
  margin-bottom: 0.3rem;
  letter-spacing: 0.07rem;
}
@media (max-width: 767px) {
  .name {
    font-size: min(4.2666666667vw, 16px);
    margin-bottom: 0.5rem;
  }
}

.pre-job {
  font-size: min(1.25vw, 16px);
  margin-bottom: 3rem;
  letter-spacing: 0.07rem;
}
@media (max-width: 767px) {
  .pre-job {
    font-size: min(4.2666666667vw, 16px);
  }
}
.pre-job__designer {
  font-size: min(1.25vw, 16px);
  margin-bottom: 3rem;
  letter-spacing: 0.05rem;
}
@media (max-width: 767px) {
  .pre-job__designer {
    letter-spacing: 0rem;
    margin-bottom: 3.1rem;
    font-size: min(4.2666666667vw, 16px);
  }
}

.skill {
  margin-bottom: 0.5rem;
  font-size: min(1.25vw, 16px);
}
@media (max-width: 767px) {
  .skill {
    font-size: min(4.2666666667vw, 16px);
  }
}
.skill__detail {
  letter-spacing: 0.05rem;
  line-height: 1.7;
  font-size: min(1.25vw, 16px);
}
@media (max-width: 767px) {
  .skill__detail {
    letter-spacing: 0.04rem;
    font-size: min(4.2666666667vw, 16px);
  }
}

.about-flex__img {
  width: 31.25vw;
  max-width: 40rem;
}
@media (max-width: 767px) {
  .about-flex__img {
    margin: 0 auto;
    width: 37.3333333333vw;
  }
}

.box-green__designer {
  width: 100%;
  max-width: 22rem;
  height: 4.5rem;
  line-height: 4.5rem;
  text-align: center;
  background-color: #55D3C1;
  position: absolute;
  top: -0.2%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 10;
}
@media (max-width: 767px) {
  .box-green__designer {
    top: 0%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}
.box-green__designer p {
  color: white;
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .box-green__designer p {
    font-size: 1.8rem;
  }
}

.box-white__designer {
  width: 25vw;
  max-width: 32rem;
  height: auto;
  border: 1px outset #000000;
  text-align: left;
  padding-top: 3.6rem;
  padding-left: 2.3rem;
  padding-right: 1rem;
  padding-bottom: 4.1rem;
  font-size: min(1.25vw, 16px);
  font-weight: 400;
  z-index: 5;
}
@media (max-width: 767px) {
  .box-white__designer {
    max-width: 58rem;
    padding-bottom: 3.7rem;
    margin: 0 auto;
    font-size: min(4.2666666667vw, 16px);
    width: 100%;
  }
}

.contact__massage-thanks {
  font-size: 2rem;
  font-weight: 400;
  max-width: 70rem;
  text-align: center;
  margin: 0 auto 4rem;
  letter-spacing: 0.05rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .contact__massage-thanks {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.breadcrumbs {
  max-width: 128rem;
  text-align: left;
  margin: 0 auto 4rem;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.05rem;
}
@media (max-width: 767px) {
  .breadcrumbs {
    margin: 0 auto 1rem;
  }
}

.contact {
  padding-top: 3.6rem;
  padding-bottom: 3.8rem;
  padding-left: 3rem;
  padding-right: 3rem;
  max-width: 128rem;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contact {
    padding-top: 3.1rem;
    padding-bottom: 1rem;
  }
}
.contact__title {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .contact__title {
    margin-bottom: 2.1rem;
  }
}
.contact__title h2 {
  font-size: 5rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  margin-bottom: 1rem;
  color: #312680;
  position: relative;
}
@media (max-width: 767px) {
  .contact__title h2 {
    font-size: 4rem;
    margin-bottom: 0.5rem;
  }
}
.contact__title h2::after {
  content: "";
  display: block;
  width: 7rem;
  height: 3px;
  background-color: #312680;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .contact__title h2::after {
    width: 5.2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.contact__title p {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
@media (max-width: 767px) {
  .contact__title p {
    font-size: 1.2rem;
  }
}
.contact__massage {
  font-size: 2rem;
  font-weight: 400;
  max-width: 70rem;
  text-align: left;
  margin: 0 auto;
  letter-spacing: 0.05rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .contact__massage {
    font-size: 1.6rem;
    line-height: 1.5;
    max-width: 55rem;
  }
}

.contact-form {
  font-size: 1.6rem;
  width: 100%;
  max-width: 55rem;
  padding-top: 2.5rem;
  padding-bottom: 3rem;
  text-align: left;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contact-form {
    padding-top: 1.9rem;
  }
}
.contact-form__label {
  margin-bottom: 1rem;
}

.input {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}

.company-name,
.user-name,
.email {
  width: 100%;
  max-width: 55rem;
  padding-top: 1rem;
  padding-left: 1.5rem;
  padding-bottom: 1rem;
  padding-right: 1.5rem;
  border: #000 1px solid;
  margin-bottom: 1.2rem;
  margin-top: 1rem;
  border-radius: 0.5rem;
  letter-spacing: 0.05rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .company-name,
  .user-name,
  .email {
    margin-bottom: 1.9rem;
    margin-top: 0.7rem;
  }
}
.company-name ::-webkit-input-placeholder, .user-name ::-webkit-input-placeholder, .email ::-webkit-input-placeholder {
  color: rgba(187, 187, 187, 0.3);
}
.company-name ::-moz-placeholder, .user-name ::-moz-placeholder, .email ::-moz-placeholder {
  color: rgba(187, 187, 187, 0.3);
}
.company-name :-ms-input-placeholder, .user-name :-ms-input-placeholder, .email :-ms-input-placeholder {
  color: rgba(187, 187, 187, 0.3);
}
.company-name ::-ms-input-placeholder, .user-name ::-ms-input-placeholder, .email ::-ms-input-placeholder {
  color: rgba(187, 187, 187, 0.3);
}
.company-name ::placeholder,
.user-name ::placeholder,
.email ::placeholder {
  color: rgba(187, 187, 187, 0.3);
}

.select-text {
  position: relative;
  width: 100%;
  max-width: 55rem;
  padding: 1rem;
  border: #000 1px solid;
  margin-bottom: 1.6rem;
  margin-top: 1rem;
  border-radius: 0.5rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  letter-spacing: 0.05rem;
  background-image: url("../img-file/PC-select-btn.webp");
  background-size: 1.6rem auto;
  /* 画像のサイズ（幅 高さ）*/
  background-position: right 2.4rem center;
  /* 画像の位置 */
  cursor: pointer;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .select-text {
    margin-top: 0.4rem;
    letter-spacing: 0.05rem;
  }
}

_::-webkit-full-page-media,
_:future,
:root .select-text {
  background-color: #fff;
}

@-moz-document url-prefix() {
  .select-text {
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  .textarea {
    margin-top: 3rem;
  }
}

.textarea-content {
  width: 100%;
  max-width: 55rem;
  height: 14.8rem;
  padding: 1rem;
  border: #000 1px solid;
  margin-bottom: 1.8rem;
  margin-top: 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .textarea-content {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    padding-left: 1.4rem;
    letter-spacing: 0.05rem;
  }
}

.privacy-policy {
  width: 100%;
  max-width: 55rem;
  letter-spacing: 0.05rem;
  font-size: 1.6rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  text-align: center !important;
  -webkit-display: flex !important;
  -webkit-justify-content: center !important;
  -webkit-align-items: center !important;
  -webkit-text-align: center !important;
  margin: 0 auto 1.7rem;
}
@media (max-width: 767px) {
  .privacy-policy {
    margin-bottom: 1.9rem;
    font-size: 1.4rem;
  }
}
.privacy-policy p {
  text-align: center;
  letter-spacing: 0;
}

.wpcf7-list-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2rem;
  position: relative;
  cursor: pointer;
  -webkit-display: flex;
  -webkit-align-items: center;
  -webkit-padding-left: 2rem;
  -webkit-position: relative;
  -webkit-cursor: pointer;
}

.wpcf7-list-item-label::before {
  display: block;
  content: "";
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0.5rem;
  width: 1.5rem;
  /*チェックボックスの横幅*/
  height: 1.5rem;
  /*チェックボックスの縦幅*/
  position: absolute;
  top: 50%;
  left: 0rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.wpcf7-list-item-label::after {
  display: block;
  content: "";
  border-bottom: 2.5px solid #fff;
  /*チェックの太さ*/
  border-left: 2.5px solid #fff;
  /*チェックの太さ*/
  opacity: 0;
  /*チェック前は非表示*/
  height: 6px;
  /*チェックの高さ*/
  width: 8px;
  /*チェックの横幅*/
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  /*チェック時の位置調整*/
  left: 0.3rem;
  /*チェック時の位置調整*/
}

/*リセット */
input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wpcf7-list-item label input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  -webkit-opacity: 1;
}

.wpcf7-list-item label input:checked + .wpcf7-list-item-label::before {
  background: #FD4F30;
  -webkit-background: #FD4F30;
}

.send-btn {
  display: block;
  width: 100%;
  max-width: 30rem;
  margin: 0 auto;
  background-color: #FD4F30;
  border-radius: 5rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .send-btn {
    width: min(80vw, 300px);
  }
}

.c-button {
  font-size: 2rem;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  letter-spacing: 0.1rem;
  height: 50px;
}
@media (max-width: 767px) {
  .c-button {
    font-weight: 600;
    font-size: min(5.3333333333vw, 20px);
    width: 100%;
    height: 50px;
    margin: 0 auto;
  }
}

.company-name,
.user-name,
.email,
.select-text {
  display: block;
}

@media (min-width: 768px) {
  .contact-btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .contact-btn {
    width: 90.6666666667vw;
    margin: 0 auto;
    position: fixed;
    bottom: 0px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1000;
  }
}

.contact-btn.fixed {
  position: fixed;
  bottom: 0px;
  right: 50%;
  z-index: 1000;
}

.contact-btn.fixed.none {
  opacity: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .contact-btn__link {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}

@media (max-width: 767px) {
  .contact-btn__link:hover {
    opacity: 0.5;
  }
}

.CTA {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .CTA {
    display: none;
  }
}
.CTA__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.CTA__left-slash {
  width: 2.65625vw;
}
.CTA__right-slash {
  width: 2.65625vw;
}
.CTA__text-couple {
  font-size: 2.1875vw;
  text-align: center;
  padding-left: 5rem;
  padding-right: 5rem;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  margin-bottom: 1.4rem;
}
.CTA__text-couple span {
  color: #FB8136;
}
.CTA__btn {
  display: block;
  width: 54.6875vw;
  margin: 0 auto;
  margin-bottom: 1rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.CTA__btn :hover {
  opacity: 0.9;
}
.CTA__text-24h {
  font-size: 1.796875vw;
  text-align: center;
  letter-spacing: 0.15rem;
}

/*きらっと光る*/
.CTA__btn-link {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.CTA__btn-link:after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 2s ease-in-out infinite;
}

@-webkit-keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.FAQ {
  padding-top: 4rem;
  padding-bottom: 10rem;
  padding-left: 3rem;
  padding-right: 3rem;
  max-width: 128rem;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .FAQ {
    padding-top: 2.6rem;
    padding-bottom: 9rem;
  }
}
.FAQ__title {
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .FAQ__title {
    margin-bottom: 4rem;
  }
}
.FAQ__title h2 {
  font-size: 5rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  margin-bottom: 1rem;
  color: #312680;
  position: relative;
}
@media (max-width: 767px) {
  .FAQ__title h2 {
    font-size: 4rem;
    margin-bottom: 0.7rem;
  }
}
.FAQ__title h2::after {
  content: "";
  display: block;
  width: 7rem;
  height: 3px;
  background-color: #312680;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .FAQ__title h2::after {
    width: 5.2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.FAQ__title p {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
@media (max-width: 767px) {
  .FAQ__title p {
    font-size: 1.2rem;
  }
}

.FAQ-question__flex-Q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EEEFFA;
  padding-top: 1.9rem;
  padding-right: 2rem;
  padding-left: 2.9rem;
  padding-bottom: 1.9rem;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  max-width: 70rem;
  width: 100%;
  height: auto;
  margin: 0 auto;
  letter-spacing: 0.05rem;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .FAQ-question__flex-Q {
    padding-top: 1.3rem;
    padding-bottom: 1.2rem;
    padding-left: 1.1rem;
    -webkit-column-gap: 1.1rem;
       -moz-column-gap: 1.1rem;
            column-gap: 1.1rem;
  }
}
.FAQ-question__img-Q {
  width: 100%;
  max-width: 2.2rem;
}
@media (max-width: 767px) {
  .FAQ-question__img-Q {
    max-width: 1.8rem;
  }
}
.FAQ-question__text {
  font-size: 2rem;
  font-weight: 600;
  color: #312680;
}
@media (max-width: 767px) {
  .FAQ-question__text {
    font-size: 1.6rem;
    text-align: left;
  }
}
.FAQ-question__flex-A {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding-top: 1.6rem;
  padding-right: 1.6rem;
  padding-left: 2.8rem;
  padding-bottom: 1.5rem;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  max-width: 70rem;
  margin: 0 auto;
  letter-spacing: 0.05rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .FAQ-question__flex-A {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    -webkit-column-gap: 1.1rem;
       -moz-column-gap: 1.1rem;
            column-gap: 1.1rem;
    line-height: 1.45;
  }
}
.FAQ-question__img-A {
  width: 100%;
  max-width: 2.2rem;
}
@media (max-width: 767px) {
  .FAQ-question__img-A {
    max-width: 1.8rem;
  }
}
.FAQ-question__answer {
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  text-align: left;
}

.FAQ-question__flex-Q::after {
  position: absolute;
  top: 50%;
  right: 23px;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 2px #312680;
  border-right: solid 2px #312680;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media (max-width: 767px) {
  .FAQ-question__flex-Q::after {
    top: 50%;
    right: 10px;
  }
}

.FAQ-question__flex-Q.active::after {
  -webkit-transform: translate(0, -50%) rotate(135deg);
          transform: translate(0, -50%) rotate(135deg);
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.FAQ-question__flex-Q-twoline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EEEFFA;
  padding-top: 1.9rem;
  padding-right: 2rem;
  padding-left: 2.9rem;
  padding-bottom: 1.9rem;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  max-width: 70rem;
  width: 100%;
  height: auto;
  margin: 0 auto;
  letter-spacing: 0.05rem;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .FAQ-question__flex-Q-twoline {
    padding-top: 0.1rem;
    padding-bottom: 0rem;
    padding-left: 1.1rem;
    -webkit-column-gap: 1.1rem;
       -moz-column-gap: 1.1rem;
            column-gap: 1.1rem;
    height: 5rem;
  }
}

.FAQ-question__text-twoline {
  font-size: 2rem;
  font-weight: 600;
  color: #312680;
}
@media (max-width: 767px) {
  .FAQ-question__text-twoline {
    font-size: 1.6rem;
    text-align: left;
  }
}

@media screen and (max-width: 348px) {
  .FAQ-question__flex-Q-twoline {
    height: 7rem;
  }
}
.FAQ-question__flex-Q-twoline::after {
  position: absolute;
  top: 50%;
  right: 23px;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 2px #312680;
  border-right: solid 2px #312680;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media (max-width: 767px) {
  .FAQ-question__flex-Q-twoline::after {
    top: 50%;
    right: 10px;
  }
}

.FAQ-question__flex-Q-twoline.active::after {
  -webkit-transform: translate(0, -50%) rotate(135deg);
          transform: translate(0, -50%) rotate(135deg);
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.finally {
  padding-top: 3.5rem;
  padding-bottom: 10rem;
  padding-left: 3rem;
  padding-right: 3rem;
  text-align: center;
  margin: 0 auto;
  background-image: url(../img-file/PC-finally-bg-image.webp);
  background-position: bottom;
  background-size: 100 .finally;
}
@media (max-width: 767px) {
  .finally {
    padding-top: 4.5rem;
    padding-right: 2.9rem;
    padding-bottom: 4.5rem;
    background-image: url(../img-file/SP-finally-bg-image.webp);
  }
}
.finally__title {
  margin-bottom: 5.5rem;
}
@media (max-width: 767px) {
  .finally__title {
    margin-bottom: 3.5rem;
  }
}
.finally__title h2 {
  font-size: 5rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  margin-bottom: 1rem;
  color: #312680;
  position: relative;
}
@media (max-width: 767px) {
  .finally__title h2 {
    font-size: 4rem;
  }
}
.finally__title h2::after {
  content: "";
  display: block;
  width: 7rem;
  height: 3px;
  background-color: #312680;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .finally__title h2::after {
    width: 5.2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.finally__title p {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
@media (max-width: 767px) {
  .finally__title p {
    font-size: 1.2rem;
  }
}
.finally__message {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: left;
  max-width: 70rem;
  margin: 0 auto;
  letter-spacing: 0.05rem;
}
@media (max-width: 767px) {
  .finally__message {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

.space {
  margin-bottom: 2.3rem;
}
@media (max-width: 767px) {
  .space {
    margin-bottom: 1.2rem;
  }
}

@media (max-width: 767px) {
  .space-second {
    margin-bottom: 1rem;
  }
}

.fv-img {
  width: 100%;
}

.CTA__btn-link {
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.CTA__btn-link:hover {
  opacity: 0.5;
}

.green-first {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.green-first:hover {
  opacity: 0.5;
  color: #312680;
}

.works-flex-corder__item a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.works-flex-corder__item a:hover {
  opacity: 0.5;
}

.works-flex-designer__item {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}

.works-flex-designer__item:hover {
  opacity: 0.5;
}

.send-btn:hover {
  opacity: 0.5;
}

.footer__logo-link:hover {
  opacity: 0.5;
}

.footer__PP:hover {
  opacity: 0.5;
}

.footer__list li a:hover {
  opacity: 0.5;
}

.not-found__btn {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.not-found__btn:hover {
  opacity: 0.5;
}

/* モーダル全体 */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.modal.is-open {
  display: block;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: -9998;
  cursor: pointer;
}

/* モーダル外の内容部分 */
.modal__items {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 38.8888888889vw;
  height: auto;
  text-align: center;
  background: #fff;
  padding: 1.5rem 1.5rem 0.9rem;
  overflow-y: auto;
  max-height: 90%;
}
@media (max-width: 767px) {
  .modal__items {
    width: 84vw;
  }
}

/* ウィンドウを閉じるボタン */
.modal__cancel {
  position: absolute;
  top: -8px;
  right: -2px;
  font-size: 2.5rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .modal__cancel {
    font-size: 2rem;
  }
}

.not-found {
  padding-top: 3.6rem;
  padding-bottom: 3.8rem;
  padding-left: 3rem;
  padding-right: 3rem;
  max-width: 128rem;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .not-found {
    padding-top: 0rem;
    padding-bottom: 1rem;
  }
}
.not-found__title {
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  .not-found__title {
    margin-bottom: 6rem;
  }
}
.not-found__title h2 {
  font-size: 5rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  margin-bottom: 1rem;
  color: #312680;
  position: relative;
}
@media (max-width: 767px) {
  .not-found__title h2 {
    font-size: 4rem;
    margin-bottom: 0.5rem;
  }
}
.not-found__title h2::after {
  content: "";
  display: block;
  width: 7rem;
  height: 3px;
  background-color: #312680;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .not-found__title h2::after {
    width: 5.2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.not-found__title p {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
@media (max-width: 767px) {
  .not-found__title p {
    font-size: 1.2rem;
  }
}
.not-found__text {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  margin: 0 auto 6rem;
  letter-spacing: 0.05rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .not-found__text {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 4rem;
  }
}
.not-found__btn {
  width: 100%;
  max-width: 22rem;
  height: 4.5rem;
  line-height: 4.5rem;
  text-align: center;
  background-color: #55D3C1;
  margin: 0 auto 3rem;
}
.not-found__btn__green {
  display: block;
  color: white;
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .not-found__btn__green {
    font-size: 1.8rem;
  }
}

.green-first {
  color: #55D3C1;
}

.age {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .age {
    font-size: min(4.2666666667vw, 16px);
  }
}

.red-label {
  width: 100%;
  max-width: 4rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #FFF;
  background-color: #FD4F30;
  padding: 0.25rem 1rem;
  border-radius: 0.5rem;
}
@media (max-width: 767px) {
  .red-label {
    padding: 0.2rem 0.8rem;
  }
}

.pp {
  padding-top: 6.5rem;
  padding-bottom: 3.8rem;
  padding-left: 14rem;
  padding-right: 14rem;
  max-width: 128rem;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .pp {
    padding-top: 2.9rem;
    padding-bottom: 1rem;
    padding-left: 3rem;
    padding-right: 2.9rem;
  }
}
.pp__title {
  margin-bottom: 2.2rem;
}
@media (max-width: 767px) {
  .pp__title {
    margin-bottom: 3.9rem;
  }
}
.pp__title h1 {
  font-size: 5rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  margin-bottom: 0.7rem;
  color: #312680;
  position: relative;
}
@media (max-width: 767px) {
  .pp__title h1 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
  }
}
.pp__title h1::after {
  content: "";
  display: block;
  width: 7rem;
  height: 3px;
  background-color: #312680;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .pp__title h1::after {
    width: 7.3rem;
    left: 50%;
    bottom: -12.3%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.pp__title p {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
@media (max-width: 767px) {
  .pp__title p {
    font-size: 1.2rem;
  }
}
.pp__wrap {
  max-width: 128rem;
  text-align: left;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .pp__wrap {
    padding-top: 3.1rem;
    padding-bottom: 0rem;
  }
}
.pp__text {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05rem;
}
.pp__space {
  margin-bottom: 3.4rem;
}
@media (max-width: 767px) {
  .pp__space {
    margin-bottom: 4rem;
  }
}
.pp__space-second {
  margin-bottom: 3rem;
}
.pp__space-third {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .pp__space-third {
    margin-bottom: 2rem;
  }
}
.pp__space-fourth {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .pp__space-fourth {
    margin-bottom: 2.2rem;
  }
}
.pp__space-fifth {
  margin-bottom: 4rem;
}
.pp__subtitle {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .pp__subtitle {
    margin-bottom: 0.7rem;
  }
}
.pp__subtitle-h3 {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  margin-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .pp__subtitle-h3 {
    margin-bottom: 0.9rem;
  }
}
.pp__list-detail {
  list-style: disc;
  padding-left: 2.5rem;
}
@media (max-width: 767px) {
  .pp__list-detail {
    font-size: 1.6rem;
  }
}
.pp__list-detail-second {
  list-style: disc;
  padding-left: 2.8rem;
  letter-spacing: 0.04rem;
}
@media (max-width: 767px) {
  .pp__list-detail-second {
    font-size: 1.6rem;
  }
}
.pp__list-detail-third {
  list-style: disc;
  padding-left: 5rem;
  letter-spacing: 0.04rem;
}
@media (max-width: 767px) {
  .pp__list-detail-third {
    font-size: 1.6rem;
  }
}

.review {
  padding-top: 4.8rem;
  padding-bottom: 10rem;
  padding-left: 3rem;
  padding-right: 3rem;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .review {
    padding-top: 0rem;
    padding-bottom: 3rem;
    width: 100%;
  }
}
.review__title {
  margin-bottom: 4.1rem;
}
@media (max-width: 767px) {
  .review__title {
    margin-bottom: 3rem;
  }
}
.review__title h2 {
  font-size: 5rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  margin-bottom: 1rem;
  color: #312680;
  position: relative;
}
@media (max-width: 767px) {
  .review__title h2 {
    font-size: 3.8rem;
    margin-bottom: 1.7rem;
  }
}
.review__title h2::after {
  content: "";
  display: block;
  width: 7rem;
  height: 3px;
  background-color: #312680;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .review__title h2::after {
    bottom: -15.2%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 5.2rem;
  }
}
.review__title p {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
@media (max-width: 767px) {
  .review__title p {
    font-size: 1.2rem;
  }
}

.review-grid {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 33rem 33rem;
  grid-template-rows: 25rem 25rem;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  row-gap: 2rem;
}
@media (max-width: 767px) {
  .review-grid {
    display: block;
  }
}
.review-grid__item {
  width: 100%;
  background-color: #EEEFFA;
  padding-top: 1.7rem;
  padding-left: 0rem;
  padding-bottom: 2.3rem;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .review-grid__item {
    margin-bottom: 2rem;
    padding-top: 1.6rem;
  }
}
.review-grid__title {
  max-width: 20rem;
  height: 3rem;
  width: 100%;
  background-color: #55D3C1;
  text-align: left;
  margin-bottom: 0.7rem;
  padding-left: 1rem;
  padding-top: 0.1rem;
}
.review-grid__title p {
  color: #FFF;
  font-size: 1.6rem;
}
.review-grid__person {
  padding-left: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-column-gap: 0.1rem;
     -moz-column-gap: 0.1rem;
          column-gap: 0.1rem;
  margin-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .review-grid__person {
    margin-bottom: 0.8rem;
  }
}
.review-grid__img {
  max-width: 7rem;
  width: 100%;
}
.review-grid__age {
  padding-bottom: 0.3rem;
  font-size: 1.6rem;
}
.review-grid__sentence {
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: left;
}
@media (max-width: 767px) {
  .review-grid__sentence {
    font-size: 1.6rem;
    padding-left: 1.5rem;
    padding-right: 0.1rem;
    letter-spacing: 0.04rem;
  }
}

#solution {
  margin-top: -9rem;
}

.solution {
  background-color: #FBFFDB;
  padding-top: 14.1rem;
  padding-bottom: 4.3rem;
  padding-left: 3rem;
  padding-right: 3rem;
  z-index: 5;
}
@media (max-width: 767px) {
  .solution {
    padding-top: 12rem;
    padding-bottom: 9.5rem;
    padding-left: 3rem;
    padding-right: 3rem;
    position: relative;
    z-index: 5;
  }
}

.solution-title-img {
  max-width: 74.5rem;
  width: 58.203125vw;
  margin: 0 auto 4.2rem;
}
@media (max-width: 767px) {
  .solution-title-img {
    max-width: 63rem;
    width: 84vw;
    margin: 0 auto 3.5rem;
  }
}

@media (max-width: 767px) {
  .solution-flex {
    display: block;
  }
}
.solution-flex__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
}
.solution-flex__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.solution-flex__img {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .solution-flex__img {
    margin-right: 0rem;
  }
}
.solution-flex__check-one {
  width: 2.734375vw;
  margin-bottom: 7.6171875vw;
  margin-right: 0.4rem;
}
@media (max-width: 767px) {
  .solution-flex__check-one {
    width: 5.3333333333vw;
    margin-bottom: 37.3333333333vw;
  }
}
.solution-flex__check-two {
  width: 2.734375vw;
  margin-bottom: 7.6171875vw;
  margin-right: 0.4rem;
}
@media (max-width: 767px) {
  .solution-flex__check-two {
    width: 2rem;
    width: 5.3333333333vw;
    margin-bottom: 32.5333333333vw;
  }
}
.solution-flex__check-three {
  width: 2.734375vw;
  margin-bottom: 8.59375vw;
  margin-right: 0.4rem;
}
@media (max-width: 767px) {
  .solution-flex__check-three {
    width: 2rem;
    width: 5.3333333333vw;
    margin-bottom: 53.3333333333vw;
  }
}
.solution-flex__check-title {
  font-size: 2.34375vw;
  font-weight: 400;
  color: #312680;
  margin-bottom: 0.5rem;
  letter-spacing: 0rem;
}
@media (max-width: 767px) {
  .solution-flex__check-title {
    font-size: 5.3333333333vw;
    padding-top: 0rem;
    margin-bottom: 0rem;
  }
}

.solution-explain {
  font-size: 1.25vw;
  line-height: 1.6;
  letter-spacing: 0.05rem;
  margin-bottom: 2.34375vw;
  padding-left: 0rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .solution-explain {
    font-size: 4.2666666667vw;
    padding-left: 0.3rem;
    line-height: 1.4;
    margin-bottom: 5.3333333333vw;
    white-space: inherit;
  }
}

@media screen and (max-width: 374px) {
  .solution-explain {
    letter-spacing: 0rem;
  }
}
.solution-flex-smile {
  width: 17.96875vw;
  padding-top: 9.6rem;
}
@media (max-width: 767px) {
  .solution-flex-smile {
    width: 100%;
    width: 24vw;
    margin: 0 0 0 auto;
    position: absolute;
    top: 85.8%;
    left: 68.3%;
    padding-top: 0rem;
  }
}

.works {
  padding-top: 2.4rem;
  padding-bottom: 5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  margin: 0 auto;
  max-width: 108rem;
  text-align: center;
}
.works__title {
  margin-bottom: 3.1rem;
}
@media (max-width: 767px) {
  .works__title {
    margin-bottom: 3.1rem;
  }
}
.works__title h2 {
  font-size: 5rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  margin-bottom: 1rem;
  color: #312680;
  position: relative;
}
@media (max-width: 767px) {
  .works__title h2 {
    font-size: 4rem;
    margin-bottom: 0.6rem;
  }
}
.works__title h2::after {
  content: "";
  display: block;
  width: 7rem;
  height: 3px;
  background-color: #312680;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .works__title h2::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 5.2rem;
  }
}
.works__title p {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
@media (max-width: 767px) {
  .works__title p {
    font-size: 1.2rem;
  }
}

.works-subtitle {
  padding-left: 7.5rem;
}
@media (max-width: 767px) {
  .works-subtitle {
    padding-left: 1.3rem;
  }
}

.box-green__coder-work,
.box-green__designer-work {
  width: 100%;
  max-width: 20rem;
  height: 4.5rem;
  line-height: 4.5rem;
  text-align: left;
  background-color: #55D3C1;
  border-top-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  margin-bottom: 2rem;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .box-green__coder-work,
  .box-green__designer-work {
    max-width: 18rem;
    margin-bottom: 1.5rem;
  }
}
.box-green__coder-work p,
.box-green__designer-work p {
  color: white;
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .box-green__coder-work p,
  .box-green__designer-work p {
    font-size: 1.8rem;
  }
}

.works-flex-corder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4.2rem;
  width: 100%;
  height: auto;
  padding-left: 9.5rem;
  padding-right: 9.5rem;
}
@media (max-width: 767px) {
  .works-flex-corder {
    padding-left: 1.2rem;
    padding-right: 1.9rem;
    width: 85.3333333333vw;
    margin: 0 auto 3.1rem;
  }
}
.works-flex-corder__item {
  max-width: 25rem;
  width: 100%;
  margin-left: 2rem;
  margin-right: 2rem;
  border: 0.5px solid rgb(127, 117, 204);
}
.works-flex-corder__item-second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  background-color: rgba(127, 117, 204, 0.1);
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
}
.works-flex-corder__item-text {
  font-size: 1.6rem;
  text-align: left;
  padding-left: 1rem;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  -moz-user-select: text;
   -ms-user-select: text;
       user-select: text;
  -webkit-user-select: text;
}
@media (max-width: 767px) {
  .works-flex-corder__item-text {
    font-size: 4.2666666667vw;
  }
}
.works-flex-corder__item-link {
  width: 1.6rem;
}
@media (max-width: 767px) {
  .works-flex-corder__item-link {
    width: 4.2666666667vw;
  }
}
@media (max-width: 767px) {
  .works-flex-corder__item {
    width: 85.3333333333vw;
    max-width: 100%;
    padding-right: 3rem;
  }
}
.works-flex-corder__leftarrow {
  width: 1.8rem;
  position: absolute;
  top: 50%;
  left: -3%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
@media (max-width: 767px) {
  .works-flex-corder__leftarrow {
    width: 0.9rem;
  }
}
.works-flex-corder__rightarrow {
  width: 1.8rem;
  position: absolute;
  top: 50%;
  right: -3%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
@media (max-width: 767px) {
  .works-flex-corder__rightarrow {
    width: 0.9rem;
  }
}

.nowrap {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .nowrap {
    font-size: 3.7333333333vw;
  }
}

.works-flex-designer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4.2rem;
  width: 100%;
  height: auto;
  padding-left: 9.5rem;
  padding-right: 9.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .works-flex-designer {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 0rem;
    width: 85.3333333333vw;
    margin: 0 auto 3.1rem;
  }
}
.works-flex-designer__item {
  max-width: 25rem;
  width: 100%;
  margin-left: 2rem;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .works-flex-designer__item {
    max-width: 100%;
    width: 85.3333333333vw;
    padding-right: 3rem;
  }
}
.works-flex-designer__leftarrow {
  width: 1.8rem;
  position: absolute;
  top: 52%;
  left: -3%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
@media (max-width: 767px) {
  .works-flex-designer__leftarrow {
    width: 0.9rem;
  }
}
.works-flex-designer__rightarrow {
  width: 1.8rem;
  position: absolute;
  top: 52%;
  right: -3%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
@media (max-width: 767px) {
  .works-flex-designer__rightarrow {
    width: 0.9rem;
  }
}

.worried-img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .worried-img {
    z-index: 10;
  }
}/*# sourceMappingURL=style.css.map */