@charset "UTF-8";
main .anchor {
  padding-top: 90px;
  margin-top: -90px;
}
main .c-headeing-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
}
main .c-headeing-sub-ttl {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  main .c-headeing-ttl {
    font-size: 20px;
    letter-spacing: 0.06em;
  }
  main .c-headeing-sub-ttl {
    font-size: 15px;
    line-height: 1.6666666667;
  }
}
@-webkit-keyframes arrow {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes arrow {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (max-width: 767px) {
  @-webkit-keyframes arrow {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes arrow {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
}
main {
  position: relative;
  width: 100%;
}
main .tab {
  display: none;
}
main .contact {
  position: fixed;
  top: 50px;
  right: 20px;
  z-index: 12;
  width: 100%;
  max-width: 287px;
}
main .contact .contact-ttl {
  color: #3e3a39;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  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;
  background-color: #ffbf00;
  height: 58px;
  border-radius: 10px 10px 0 0;
}
main .contact .contact-form {
  padding: 15px;
  background: #fff;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0 2px 5px rgba(86, 86, 86, 0.2);
          box-shadow: 0 2px 5px rgba(86, 86, 86, 0.2);
}
main .contact .contact-item {
  margin-bottom: 10px;
}
main .contact .contact-item-list {
  color: #3e3a39;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 500;
}
main .contact .contact-item-list span {
  display: inline-block;
  background-color: #fb4f34;
  color: #fff;
  font-size: 9px;
  letter-spacing: 0.08em;
  padding: 0 6px;
  border-radius: 5px;
  position: relative;
  top: -3px;
  right: -2px;
  font-weight: 400;
}
main .contact .wpcf7-form-control-wrap input {
  width: 100%;
  background-color: #efefef;
  color: #b5b5b6;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 300;
  border-radius: 2px;
}
main .contact .wpcf7-form-control-wrap .wpcf7-list-item {
  margin: 0;
  display: block;
}
main .contact .wpcf7-form-control-wrap .wpcf7-list-item-label {
  font-size: 15px;
}
main .contact textarea {
  width: 100%;
  height: 200px;
  background-color: #efefef;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 300;
}
main .contact .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
main .contact input.privacy-check {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
main .contact input.privacy-check + .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  background-image: url(../img/main/contact-privacy-check.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 5px;
}
main .contact input.privacy-check:checked + .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  background-image: url(../img/main/contact-privacy-check-on.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
}
main .contact .checkbox-content {
  margin-bottom: 18px;
}
main .contact {
  /* 資料請求 デモ申込 */
}
main .contact .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  position: relative;
}
main .contact .wpcf7-checkbox .wpcf7-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .contact .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 17px;
}
main .contact .wpcf7-checkbox input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 28px;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
main .contact .wpcf7-checkbox .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  background-image: url(../img/main/c-box-check.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 5px;
  position: relative;
  top: 7px;
}
main .contact .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  background-image: url(../img/main/c-box-check-on.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  position: relative;
  top: 7px;
}
main .contact .contact-btn {
  height: 50px;
  position: relative;
}
main .contact .contact-btn::after {
  content: "";
  display: block;
  background-image: url(../img/main/form-button-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -190px;
  left: 0;
  margin: auto;
}
main .contact .contact-btn .btn-submit {
  background-color: #fb4f34;
  width: 100%;
  max-width: 260px;
  height: 50px;
  border-radius: 24px;
  text-align: center;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 17px;
  color: #fff;
  line-height: 1;
}
main .contact .wpcf7-not-valid-tip {
  font-size: 14px;
  color: #fb4f34;
}
main .contact .wpcf7-response-output {
  border: unset;
  font-size: 14px;
  color: #3e3a39;
  line-height: 1.6;
  margin: 10px 0 0 0;
}
main .contact .wpcf7-spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
}
@media screen and (max-height: 800px) {
  main .contact .contact-form {
    overflow: auto;
    height: calc(100vh - 90px);
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1300px) {
  main .tab {
    display: block;
  }
  main .contact {
    position: fixed;
    top: 90px;
    left: 0;
    right: 0;
    width: 100%;
    overflow-y: unset;
    max-width: unset;
    height: calc(100% - 90px);
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  main .contact.active {
    opacity: 1;
    visibility: visible;
  }
  main .contact .contact-inner {
    width: 100%;
    height: 100%;
    position: relative;
  }
  main .contact .contact-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
  }
  main .contact .contact-form {
    height: 100%;
    border-radius: 0;
    padding: 0 25px 100px 25px;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    overflow-y: auto;
  }
  main .contact .contact-ttl {
    background-color: #fff;
    height: unset;
    border-radius: 0;
    padding: 15px 0 30px 0;
  }
  main .contact .contact-item-list {
    line-height: 2;
  }
  main .contact .wpcf7-form-control-wrap input {
    color: #b5b5b6;
    padding: 14px 14px;
    font-weight: 300;
    line-height: 1;
  }
  main .contact textarea {
    color: #b5b5b6;
    padding: 15px 14px;
  }
  main .contact .contact-btn {
    height: 60px;
  }
  main .contact .contact-btn::after {
    top: 0;
    bottom: 0;
    right: -200px;
    left: 0;
  }
  main .contact .contact-btn .btn-submit {
    height: 60px;
    font-size: 16px;
    border-radius: 30px;
    font-weight: 700;
    max-width: 285px;
  }
  main .contact .wpcf7-spinner {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  main .tab {
    display: none;
  }
  main .contact {
    top: 70px;
    height: calc(100% - 70px);
  }
  main .contact .contact-form {
    padding-bottom: 90px;
  }
}
main .contact-form-modal {
  position: fixed;
  z-index: 10;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #ffbf00;
  height: 65px;
  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: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #3e3a39;
  border-radius: 11px 11px 0 0;
  cursor: pointer;
}
main .contact-form-modal::after {
  content: "";
  display: block;
  background-image: url(../img/main/form-bottom-button-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 25px;
}
@media screen and (max-width: 767px) {
  main .contact-form-modal {
    position: fixed;
    z-index: 10;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: #ffbf00;
    height: 65px;
    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: 18px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #3e3a39;
    border-radius: 11px 11px 0 0;
  }
  main .contact-form-modal::after {
    content: "";
    display: block;
    background-image: url(../img/main/form-bottom-button-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 25px;
  }
}
main .mv {
  overflow: hidden;
}
main .mv .mv-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 724px;
  position: relative;
}
main .mv .mv-left {
  padding-left: 50px;
  padding-top: 45px;
}
main .mv .mv-fukidashi {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  background-color: #fb4f34;
  border-radius: 30px;
  width: 100%;
  max-width: 280px;
  height: 50px;
  margin-bottom: 25px;
  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;
  position: relative;
}
main .mv .mv-fukidashi::after {
  content: "";
  display: block;
  background-image: url(../img/main/mv-fukidashi.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 16px;
  position: absolute;
  bottom: -16px;
  left: 58px;
}
main .mv h1 {
  font-size: 46px;
  line-height: 1.2058823529;
  font-weight: 700;
  color: #000;
  margin-bottom: 33px;
}
main .mv h1 span {
  font-size: 68px;
  color: #fb4f34;
}
main .mv h1 span.color-black {
  color: #000;
}
main .mv .mv-text {
  font-size: 17px;
  line-height: 2.0588235294;
  font-weight: 700;
  color: #3e3a39;
  margin-bottom: 36px;
}
main .mv .mv-kintone {
  width: 100%;
  max-width: 204px;
}
main .mv .mv-background {
  width: 100%;
  max-width: 836px;
  position: absolute;
  top: 0;
  right: -190px;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  main .mv .mv-left {
    padding-left: 20px;
    padding-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  main .mv .mv-wrap {
    display: block;
    height: unset;
  }
  main .mv .mv-left {
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 75px;
  }
  main .mv .mv-fukidashi {
    font-size: 14px;
    max-width: 195px;
    height: 35px;
    margin-bottom: 18px;
  }
  main .mv .mv-fukidashi::after {
    width: 12px;
    height: 12px;
    bottom: -11px;
    left: 44px;
  }
  main .mv h1 {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 12px;
  }
  main .mv h1 span {
    font-size: 38px;
  }
  main .mv .mv-text {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  main .mv .mv-kintone {
    max-width: 108px;
  }
  main .mv .mv-background {
    max-width: unset;
    position: unset;
    top: 0;
    right: 0;
    z-index: -1;
    margin: -40px auto 30px auto;
  }
  main .mv .mv-background img {
    width: 100%;
  }
}
main .award {
  margin-bottom: 100px;
}
main .award .award-wr {
  padding: 0 90px;
}
main .award .award-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(86, 86, 86, 0.2);
          box-shadow: 0 0 5px rgba(86, 86, 86, 0.2);
  padding: 20px 45px 20px 55px;
  border-radius: 5px;
}
main .award .award-logo {
  width: 100%;
  max-width: 204px;
  position: relative;
}
main .award .award-logo::after {
  content: "";
  display: block;
  background-color: #b5b5b6;
  width: 1px;
  height: 82px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -46px;
}
main .award .award-right {
  width: 100%;
  max-width: 414px;
  margin: 0 auto 0 auto;
}
@media screen and (max-width: 1200px) {
  main .award .award-wr {
    padding: 0 20px;
  }
  main .award .award-content {
    padding: 33px 20px;
  }
  main .award .award-prize {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  main .award {
    margin-bottom: 50px;
  }
  main .award .award-wr {
    padding: 0 25px;
  }
  main .award .award-content {
    display: block;
    padding: 22px 21px 25px 21px;
    border-radius: 8px;
  }
  main .award .award-logo {
    max-width: 142px;
    margin: 0 auto 18px auto;
  }
  main .award .award-logo::after {
    display: none;
  }
  main .award .award-right {
    max-width: 254px;
    margin: 0 auto 0 auto;
  }
}
main .slide-content {
  margin-bottom: 68px;
}
main .slide-content .slide-img {
  width: 100%;
  max-width: 1970px;
}
@media screen and (max-width: 767px) {
  main .slide-content {
    margin-bottom: 30px;
  }
  main .slide-content .slide-img {
    width: 100%;
    max-width: 698px;
  }
}
main .assignment {
  margin-bottom: 165px;
}
main .assignment .assignment-subttl-wr {
  text-align: center;
}
main .assignment .assignment-subttl {
  display: inline-block;
  font-size: 25px;
  line-height: 1;
  font-weight: 700;
  color: #898989;
  margin-bottom: 18px;
  padding: 0 28px 0 33px;
  position: relative;
}
main .assignment .assignment-subttl::before {
  content: "";
  display: block;
  background-image: url(../img/main/assignment-mark01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 20px;
  position: absolute;
  top: -22px;
  left: 0;
  bottom: 0;
  margin: auto;
}
main .assignment .assignment-subttl::after {
  content: "";
  display: block;
  background-image: url(../img/main/assignment-mark02.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 20px;
  position: absolute;
  top: -22px;
  right: 0;
  bottom: 0;
  margin: auto;
}
main .assignment .assignment-ttl {
  font-size: 35px;
  line-height: 1;
  font-weight: 700;
  color: #3e3a39;
  margin-bottom: 50px;
  text-align: center;
}
main .assignment .assignment-ttl span {
  color: #fb4f34;
  display: inline-block;
  margin-left: -18px;
}
main .assignment .assignment-wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main .assignment .assignment-img {
  width: 100%;
  max-width: 182px;
}
main .assignment .assignment-img:nth-child(even) img {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
@media screen and (max-width: 1200px) {
  main .assignment {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  main .assignment {
    margin-bottom: 80px;
  }
  main .assignment .c-wrap948 {
    padding: 0;
  }
  main .assignment .assignment-subttl-wr {
    text-align: center;
  }
  main .assignment .assignment-subttl {
    font-size: 14px;
    margin-bottom: 10px;
    padding: 0 20px 0 24px;
  }
  main .assignment .assignment-subttl::before {
    width: 14px;
    height: 12px;
    top: -12px;
  }
  main .assignment .assignment-subttl::after {
    width: 14px;
    height: 12px;
    top: -12px;
  }
  main .assignment .assignment-ttl {
    font-size: 22px;
    margin-bottom: 28px;
    line-height: 1.3181818182;
  }
  main .assignment .assignment-ttl span {
    margin-left: 0;
  }
  main .assignment .assignment-wr {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
  }
  main .assignment .assignment-wr:nth-child(2) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -16px;
  }
  main .assignment .assignment-wr:nth-child(3) {
    margin-top: -16px;
  }
  main .assignment .assignment-img {
    max-width: 138px;
  }
  main .assignment .assignment-img:nth-child(even) img {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
main .about {
  background-color: #ffbf00;
  padding-bottom: 65px;
}
main .about .about-ttl-img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 45px auto;
  position: relative;
  top: -90px;
}
main .about .about-textarea {
  position: relative;
  margin-top: -100px;
}
main .about .about-textarea::before {
  content: "";
  display: block;
  background-image: url(../img/main/about-bk.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 358px;
  height: 358px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}
main .about .about-ttl {
  font-size: 35px;
  line-height: 1.6;
  font-weight: 800;
  color: #3e3a39;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  z-index: 1;
}
main .about .about-ttl span {
  color: #fb4f34;
}
main .about .about-text {
  font-size: 18px;
  line-height: 2.5;
  font-weight: 700;
  color: #3e3a39;
  margin-bottom: 22px;
  text-align: center;
  position: relative;
  z-index: 1;
}
main .about .about-flex-center {
  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: flex-end;
  padding: 0 72px;
  margin-bottom: 70px;
}
main .about .about-left {
  width: 100%;
  max-width: 320px;
  position: relative;
}
main .about .about-left::after {
  content: "";
  display: block;
  background-image: url(../img/main/about-img03.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 122px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 30px;
  margin: auto;
  right: -130px;
}
main .about .about-right {
  width: 100%;
  max-width: 330px;
}
main .about .about-left-img {
  width: 100%;
  max-width: 316px;
  margin-bottom: 25px;
  margin: 0 auto 25px auto;
}
main .about .about-right-img {
  width: 100%;
  max-width: 284px;
  margin: 0 auto 25px auto;
}
main .about .about-flex-text {
  width: 100%;
  max-width: 232px;
  height: 50px;
  background: #fff;
  border-radius: 25px;
  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;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: #3e3a39;
  margin: 0 auto;
}
main .about .about-flex-text.left-text {
  margin-right: 20px;
}
main .about .about-flex-text.right-text {
  max-width: 330px;
}
main .about .about-flex-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main .about .about-flex-item {
  background-color: #fff;
  width: 100%;
  max-width: 300px;
  padding: 35px 0;
  border-radius: 10px;
  position: relative;
}
main .about .about-flex-item::before {
  content: "";
  display: block;
  background-image: url(../img/main/about-fukidashi.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 18px;
  position: absolute;
  top: -17px;
  right: 0;
  left: 0;
  margin: auto;
}
main .about .about-flex-item-img {
  width: 100%;
  margin: 0 auto 20px auto;
}
main .about .about-flex-item-img.first-img {
  max-width: 90px;
}
main .about .about-flex-item-img.second-img {
  max-width: 170px;
}
main .about .about-flex-item-img.therd-img {
  max-width: 76px;
}
main .about .about-flex-item-text {
  font-size: 22px;
  line-height: 1.1363636364;
  font-weight: 700;
  color: #3e3a39;
  text-align: center;
}
main .about .about-flex-item-text span {
  color: #fb4f34;
}
@media screen and (max-width: 1200px) {
  main .about .about-flex-center {
    padding: 0 20px;
  }
  main .about .about-left::after {
    background-image: url(../img/main/about-img03.png);
    width: 107px;
    height: 13px;
    top: 0;
    bottom: 30px;
    right: -90px;
  }
  main .about .about-flex-bottom {
    gap: 10px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  main .about {
    padding-bottom: 65px;
  }
  main .about .about-ttl-img {
    max-width: 176px;
    margin: 0 auto 0 auto;
    top: -40px;
  }
  main .about .about-textarea {
    margin-top: -15px;
  }
  main .about .about-textarea::before {
    background-image: url(../img/main/about-bk-sp.png);
    width: 290px;
    height: 290px;
    top: unset;
    right: 0;
    left: 0;
    bottom: -17px;
  }
  main .about .about-ttl {
    font-size: 22px;
    line-height: 1.4545454545;
    letter-spacing: 0.04em;
  }
  main .about .about-text {
    font-size: 15px;
    line-height: 2.2;
    margin-bottom: 20px;
    letter-spacing: 0.06em;
  }
  main .about .about-flex-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 25px;
    padding: 0;
    margin-bottom: 40px;
  }
  main .about .about-left {
    max-width: 162px;
  }
  main .about .about-left::after {
    background-image: url(../img/main/about-img03-sp.png);
    width: 46px;
    height: 10px;
    bottom: 30px;
    right: -28px;
  }
  main .about .about-right {
    max-width: 160px;
  }
  main .about .about-left-img {
    max-width: 148px;
    margin: 0 auto 18px auto;
  }
  main .about .about-right-img {
    max-width: 138px;
    margin: 0 auto 18px auto;
  }
  main .about .about-flex-text {
    max-width: 160px;
    height: 46px;
    border-radius: 25px;
    font-size: 13px;
    line-height: 1.2307692308;
    text-align: center;
  }
  main .about .about-flex-text.left-text {
    margin-right: 0;
  }
  main .about .about-flex-text.right-text {
    max-width: 160px;
  }
  main .about .about-flex-bottom {
    padding: 0;
  }
  main .about .about-flex-item {
    max-width: unset;
    padding: 25px 0 13px 0;
    border-radius: 4px;
  }
  main .about .about-flex-item::before {
    content: "";
    display: block;
    background-image: url(../img/main/about-fukidashi.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 18px;
    position: absolute;
    top: -17px;
    right: 0;
    left: 0;
    margin: auto;
  }
  main .about .about-flex-item-img {
    margin: 0 auto 10px auto;
  }
  main .about .about-flex-item-img.first-img {
    max-width: 52px;
  }
  main .about .about-flex-item-img.second-img {
    max-width: 90px;
  }
  main .about .about-flex-item-img.therd-img {
    max-width: 44px;
  }
  main .about .about-flex-item-text {
    font-size: 13px;
    line-height: 1.1538461538;
  }
  main .about .about-flex-item-text.pt-text {
    padding-top: 5px;
  }
}
main .function {
  padding-top: 85px;
  padding-bottom: 75px;
}
main .function .c-headeing {
  margin-bottom: 30px;
}
main .function .function-content-ttl {
  font-size: 22px;
  font-weight: 700;
  border-left: 8px solid #ffbf00;
  padding: 2.5px 0;
  padding-left: 10px;
  margin-bottom: 20px;
  letter-spacing: 0.04em;
}
main .function .function-content-ttl.custom {
  border-left: 8px solid #ea5514;
}
main .function .function-basic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  margin-bottom: 65px;
}
main .function .function-basic-item {
  background-color: #ffbf00;
  border-radius: 10px;
  padding: 25px 25px 35px 25px;
}
main .function .function-basic-img {
  margin-bottom: 25px;
}
main .function .function-basic-img img {
  border-radius: 5px;
}
main .function .function-basic-item-ttl {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 18px;
}
main .function .function-basic-item-txt {
  text-align: justify;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 1.7333333333;
}
main .function .function-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
main .function .function-custom-item {
  background-color: #ea5514;
  padding: 20px 20px 30px 20px;
  border-radius: 10px;
  color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32.0388349515%;
          flex: 0 0 32.0388349515%;
}
main .function .function-custom-img {
  max-width: 290px;
  width: 100%;
  margin-bottom: 10px;
}
main .function .function-custom-img img {
  border-radius: 5px;
}
main .function .function-custom-item-ttl {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main .function .function-custom-item-ttl span {
  font-size: 18px;
}
main .function .function-custom-item-txt {
  text-align: justify;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 1.7333333333;
}
@media (max-width: 767px) {
  main .function {
    padding: 40px 0 60px 0;
  }
  main .function .function-basic {
    display: block;
    margin-bottom: 45px;
  }
  main .function .function-content-ttl {
    font-size: 18px;
    margin-bottom: 15px;
    padding-left: 8px;
    border-left: 6px solid #ffbf00;
  }
  main .function .function-content-ttl.custom {
    border-left: 6px solid #ea5514;
  }
  main .function .function-basic-item {
    padding: 20px 20px 25px 20px;
  }
  main .function .function-basic-item:not(:last-child) {
    margin-bottom: 20px;
  }
  main .function .function-basic-img {
    margin-bottom: 15px;
  }
  main .function .function-basic-item-ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
  main .function .function-custom {
    display: block;
  }
  main .function .function-custom-item:not(:last-child) {
    margin-bottom: 20px;
  }
  main .function .function-custom-img {
    max-width: 100%;
    margin-bottom: 15px;
  }
  main .function .function-custom-item-ttl {
    height: auto;
  }
  main .function .function-custom-item-ttl {
    font-size: 18px;
  }
}
main .point {
  background-color: #ffbf00;
  padding-top: 65px;
  padding-bottom: 65px;
}
main .point .point-logo {
  max-width: 200px;
  width: 100%;
  margin: 0 auto 35px auto;
}
main .point .point-logo img {
  border-radius: 4px;
}
main .point .c-headeing {
  margin-bottom: 50px;
}
main .point .c-headeing-ttl {
  margin-bottom: 12px;
}
main .point .point-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 0;
  margin-bottom: 10px;
}
main .point .point-item {
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.5232067511%;
          flex: 0 0 48.5232067511%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  padding: 30px 20px 30px 25px;
  -webkit-box-shadow: 0 0 5px rgba(86, 86, 86, 0.2);
          box-shadow: 0 0 5px rgba(86, 86, 86, 0.2);
}
main .point .point-item::after {
  content: "";
  position: absolute;
  background-image: url(../img/main/point-num01.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  left: -15px;
  top: -10px;
}
main .point .point-item:nth-child(2)::after {
  background-image: url(../img/main/point-num02.png);
}
main .point .point-item:nth-child(3)::after {
  background-image: url(../img/main/point-num03.png);
}
main .point .point-item:nth-child(4)::after {
  background-image: url(../img/main/point-num04.png);
}
main .point .point-item:nth-child(4) .point-item-icon {
  max-width: 100px;
  margin-left: -9px;
}
main .point .point-item-icon {
  max-width: 88px;
  width: 100%;
}
main .point .point-item-ttl {
  margin-bottom: 14px;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  padding: 0 2px 2px 2px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.4em, #ffbf00), color-stop(0.4em, transparent));
  background-image: linear-gradient(0deg, #ffbf00 0.4em, transparent 0.4em);
}
main .point .point-item-txt {
  text-align: justify;
  font-size: 15px;
  line-height: 1.6666666667;
  letter-spacing: 0.02em;
}
main .point .point-caption {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  main .point {
    padding: 65px 0;
  }
  main .point .point-logo {
    max-width: 162px;
    margin-bottom: 25px;
  }
  main .point .c-headeing-ttl {
    letter-spacing: 0.01em;
  }
  main .point .c-headeing {
    margin-bottom: 40px;
  }
  main .point .point-content {
    display: block;
  }
  main .point .point-item-icon {
    max-width: 70px;
  }
  main .point .point-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 15px 15px 15px;
  }
  main .point .point-item::after {
    left: 0;
    right: 0;
    top: -20px;
    margin: auto;
    width: 40px;
    height: 40px;
  }
  main .point .point-item:not(:last-child) {
    margin-bottom: 30px;
  }
  main .point .point-item:nth-child(4) .point-item-icon {
    max-width: 80px;
    margin-left: -4px;
  }
  main .point .point-item-ttl {
    font-size: 18px;
    margin-bottom: 8px;
  }
  main .point .point-item-txt {
    font-size: 15px;
    line-height: 1.5333333333;
  }
  main .point .point-caption {
    text-align: left;
  }
}
main .system {
  padding-top: 60px;
  padding-bottom: 110px;
}
main .system .c-headeing {
  margin-bottom: 25px;
}
main .system .c-headeing-ttl {
  margin-bottom: 20px;
}
main .system .system-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 55px;
}
main .system .system-flow-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26.3713080169%;
          flex: 0 0 26.3713080169%;
  position: relative;
}
main .system .system-flow-icon {
  margin-bottom: 10px;
}
main .system .system-flow-item-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 5px;
}
main .system .system-flow-item-txt {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.02em;
}
main .system .system-txt-area {
  position: relative;
  margin-top: 88px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
}
main .system .system-txt-area::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 10px;
  background-image: url(../img/main/system-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  bottom: 7px;
  left: -22px;
  margin: auto;
  opacity: 0;
  z-index: 1;
}
main .system .system-txt-area.is-active::after {
  -webkit-animation: arrow 0.6s ease-out forwards;
          animation: arrow 0.6s ease-out forwards;
}
main .system .system-txt-area.is-active:nth-child(4)::after {
  -webkit-animation: arrow 0.6s ease-out 0.6s forwards;
          animation: arrow 0.6s ease-out 0.6s forwards;
}
main .system .system-txt-top {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 25px;
}
main .system .system-txt-btm {
  display: inline-block;
  line-height: 1;
  background-color: #3e3a39;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 7.5px 13.5px;
  border-radius: 50px;
}
main .system .system-support {
  background-color: #ffbf00;
  max-width: 720px;
  width: 100%;
  margin: 0 auto 70px auto;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}
main .system .system-support-ttl {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  padding: 0 42px;
}
main .system .system-support-box {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  border-left: 1px solid #898989;
  padding: 0 25px;
  padding-top: 3px;
}
main .system .system-support-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 12px;
  margin-bottom: 5px;
}
main .system .system-support-list-ttl {
  max-width: 160px;
  width: 100%;
  background-color: #3e3a39;
  color: #fff;
  border-radius: 50px;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  padding: 5px 0;
}
main .system .system-support-list-txt {
  font-size: 15px;
  line-height: 1.8;
}
main .system .system-info {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px rgba(86, 86, 86, 0.2);
          box-shadow: 0 0 5px rgba(86, 86, 86, 0.2);
  margin-bottom: 75px;
}
main .system .system-info-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #dcdddd;
}
main .system .system-info-logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19.9029126214%;
          flex: 0 0 19.9029126214%;
}
main .system .system-info-logo img {
  max-width: 150px;
  width: 100%;
  margin: 0 auto;
}
main .system .system-info-top-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80.0970873786%;
          flex: 0 0 80.0970873786%;
  border-left: 1px solid #dcdddd;
  padding: 43px 0;
  text-align: center;
}
main .system .system-info-top-ttl {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
main .system .system-info-btm {
  padding: 40px 0;
}
main .system .system-info-img-area {
  margin-bottom: 35px;
}
main .system .system-info-img {
  max-width: 300px;
  width: 100%;
}
main .system .system-info-img img {
  border-radius: 5px;
}
main .system .system-info-ttl {
  text-align: center;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 20px;
}
main .system .system-info-txt-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 54.8523206751%;
          flex: 0 0 54.8523206751%;
}
main .system .system-info-txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8888888889;
  margin-bottom: 35px;
  text-align: center;
}
main .system .system-info-record-ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}
main .system .system-info-record-list {
  border-radius: 5px;
  background-color: #efefef;
  padding: 0 20px;
}
main .system .system-info-record-list-txt {
  font-size: 15px;
  line-height: 1.6666666667;
  padding: 20px 0;
}
main .system .system-case {
  margin-bottom: 90px;
}
main .system .system-case-ttl {
  text-align: center;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 30px;
}
main .system .system-case-content {
  background-color: #ffbf00;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
  padding: 50px 41px 45px 41px;
}
main .system .system-case-img {
  max-width: 358px;
  width: 100%;
}
main .system .system-case-img img {
  border-radius: 9px;
}
main .system .system-case-box-ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 15px;
}
main .system .system-case-name {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
}
main .system .system-case-txt {
  font-size: 15px;
  line-height: 2.1333333333;
  text-align: justify;
}
main .system .system-comparison-ttl {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 45px;
}
main .system .system-comparison-content {
  margin-bottom: 20px;
}
main .system tr th {
  padding: 0;
  vertical-align: bottom;
}
main .system tr td {
  text-align: center;
  height: 100px;
  vertical-align: top;
}
main .system tr:first-child .system-comparison-table-first .td-inner {
  border-top: 2px solid #dcdddd;
}
main .system tr:last-child .system-comparison-table-first .td-inner {
  border-bottom: 2px solid #dcdddd;
  height: 100px;
}
main .system tr:last-child .system-comparison-table-txt {
  height: 108px;
}
main .system tr:last-child .system-comparison-table-txt .td-inner {
  height: 100px;
}
main .system tr:last-child .system-comparison-table-txt:nth-child(2) .td-inner {
  height: 108px;
  border-bottom: 6px solid #fb4f34;
  border-left: 6px solid #fb4f34;
  border-right: 6px solid #fb4f34;
  border-radius: 0 0 10px 10px;
}
main .system tr:last-child .system-comparison-table-txt:nth-child(2)::after, main .system tr:last-child .system-comparison-table-txt:nth-child(2)::before {
  height: calc(100% - 8px);
}
main .system .system-comparison-table {
  width: 100%;
}
main .system .system-comparison-table-first {
  width: 17.9%;
}
main .system .system-comparison-table-txt {
  width: 26.89%;
}
main .system .th-inner {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
main .system .system-comparison-table-top .th-inner {
  background-color: #fb4f34;
  height: 140px;
  color: #fff;
  border-radius: 10px 10px 0 0;
}
main .system .system-comparison-table-top p {
  font-size: 30px;
  line-height: 1;
}
main .system .system-comparison-table-logo {
  max-width: 50px;
  width: 100%;
  margin-bottom: 12px;
}
main .system .system-comparison-table-ttl .th-inner {
  text-align: center;
  background-color: #ffbf00;
  font-size: 18px;
  line-height: 1.2222222222;
  height: 84px;
}
main .system .system-comparison-table-first {
  font-size: 16px;
  color: #727171;
  font-weight: 700;
}
main .system .system-comparison-table-first .td-inner {
  background-color: #f7f8f8;
  text-align: center;
  border-left: 2px solid #dcdddd;
  border-bottom: 2px solid #dcdddd;
  height: 100%;
}
main .system .system-comparison-table-txt {
  position: relative;
  font-weight: 700;
  line-height: 1;
}
main .system .system-comparison-table-txt:not(:nth-child(2)) {
  font-size: 16px;
}
main .system .system-comparison-table-txt:nth-child(2) {
  font-size: 20px;
}
main .system .system-comparison-table-txt:nth-child(2)::after, main .system .system-comparison-table-txt:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 100%;
  top: 0;
  background-color: #fb4f34;
  z-index: 2;
}
main .system .system-comparison-table-txt:nth-child(2)::after {
  right: 0;
}
main .system .system-comparison-table-txt:nth-child(2)::before {
  left: 0;
}
main .system .system-comparison-table-txt:nth-child(2) .td-inner {
  background-color: #fff7ed;
  position: relative;
  z-index: 1;
}
main .system .system-comparison-table-txt .td-inner {
  border-bottom: 2px solid #dcdddd;
  border-right: 2px solid #dcdddd;
  background-color: #f7f8f8;
}
main .system .td-inner {
  height: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
main .system .system-comparison-icon {
  max-width: 32px;
  width: 100%;
  margin: 0 auto 10px auto;
}
main .system .system-comparison-caption {
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 1.5333333333;
}
@media (max-width: 900px) {
  main .system .system-txt-top {
    font-size: 18px;
  }
  main .system .system-txt-area {
    margin-top: 70px;
  }
  main .system .system-txt-area::after {
    width: 120px;
    background-size: 100%;
  }
}
@media (min-width: 990px) {
  main .system .splide__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
  main .system .splide__slide {
    max-width: 300px;
    width: 100%;
  }
}
@media (min-width: 767px) {
  main .system .splide__list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 2%;
  }
  main .system .splide__slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
  main .system .splide__slide .system-info-img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  main .system {
    padding: 50px 0 65px 0;
  }
  main .system .c-headeing-ttl {
    margin-bottom: 10px;
  }
  main .system .system-flow {
    display: block;
  }
  main .system .system-flow-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    margin-bottom: 10px;
  }
  main .system .system-flow-icon {
    max-width: 130px;
    margin-bottom: 0;
  }
  main .system .system-flow-item-ttl {
    font-size: 17px;
  }
  main .system .system-flow-item-txt {
    font-size: 14px;
    line-height: 1.5714285714;
  }
  main .system .system-support {
    display: block;
    margin: 0 auto 55px auto;
  }
  main .system .system-flow-item-txt-area {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 135px);
            flex: 0 0 calc(100% - 135px);
  }
  main .system .system-txt-area {
    margin-top: 0;
    max-width: calc(100% - 135px);
    width: 100%;
    margin-left: auto;
  }
  main .system .system-txt-area::after {
    background-image: url(../img/main/system-arrow-sp.png);
    left: -73px;
    width: 10px;
    height: 62px;
  }
  main .system .system-txt-area-in {
    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;
    gap: 10px;
    border: 1px solid #3e3a39;
    max-width: 165px;
    margin: 0 auto;
    border-radius: 2px;
    padding: 5px 0;
  }
  main .system .system-txt-top {
    margin-bottom: 0;
    font-size: 15px;
  }
  main .system .system-txt-btm {
    font-size: 12px;
    padding: 5.5px 12px;
  }
  main .system .system-support-list {
    gap: 5px;
  }
  main .system .system-support-ttl {
    text-align: center;
    border-bottom: 1px solid #3e3a39;
    margin: 0 10px;
    padding: 0 0 8px 0;
    font-size: 14px;
  }
  main .system .system-support-box {
    border-left: unset;
    padding: 10px 10px 0 10px;
  }
  main .system .system-support-list-ttl {
    font-size: 10px;
    max-width: 114px;
  }
  main .system .system-support-list-txt {
    font-size: 12px;
  }
  main .system .system-info {
    margin-bottom: 60px;
  }
  main .system .system-info-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0 0 0;
  }
  main .system .system-info-logo {
    max-width: 116px;
    width: 100%;
  }
  main .system .system-info-top-right {
    padding: 10px 0 15px 0;
    border-left: unset;
  }
  main .system .system-info-top-ttl {
    font-size: 18px;
    line-height: 1.5555555556;
  }
  main .system .system-info-btm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main .system .system-info-img-area {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 30px;
  }
  main .system .system-info-img-area .splide {
    padding-bottom: 35px;
  }
  main .system .system-info-img-area .splide__pagination {
    bottom: 0;
  }
  main .system .system-info-img-area .splide__pagination__page {
    width: 10px;
    height: 10px;
    margin: 0 12px;
  }
  main .system .system-info-img-area .splide__pagination__page.is-active {
    background-color: #ffbf00;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  main .system .system-info-img {
    max-width: 100%;
  }
  main .system .system-info-txt-area {
    display: contents;
  }
  main .system .system-info-btm {
    padding: 20px 0 25px 0;
  }
  main .system .system-info-ttl {
    font-size: 17px;
    margin-bottom: 15px;
    text-align: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  main .system .system-info-txt {
    text-align: center;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 25px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  main .system .system-info-record-ttl {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    font-size: 15px;
    margin-bottom: 10px;
  }
  main .system .system-info-record-list {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    padding: 0 12px;
  }
  main .system .system-info-record-list-txt {
    font-size: 13px;
    padding: 15px 0;
  }
  main .system .system-case {
    margin-bottom: 65px;
  }
  main .system .system-case-ttl {
    font-size: 20px;
  }
  main .system .system-case-content {
    display: block;
    padding: 20px 20px 30px 20px;
  }
  main .system .system-case-img {
    max-width: 100%;
    margin-bottom: 20px;
  }
  main .system .system-case-img img {
    border-radius: 4px;
  }
  main .system .system-case-box-ttl {
    font-size: 17px;
    line-height: 1.4705882353;
    margin-bottom: 10px;
  }
  main .system .system-case-name {
    font-size: 14px;
    margin-bottom: 15px;
  }
  main .system .system-case-txt {
    font-size: 14px;
    line-height: 1.8571428571;
  }
  main .system .system-comparison-ttl {
    font-size: 20px;
    margin-bottom: 30px;
  }
  main .system .system-comparison-content {
    margin-bottom: 10px;
  }
  main .system .system-comparison-caption {
    font-size: 12px;
  }
}
main .plan {
  background-color: #ffbf00;
  padding-top: 75px;
  padding-bottom: 85px;
}
main .plan .c-headeing {
  margin-bottom: 40px;
}
main .plan .c-headeing-ttl {
  margin-bottom: 18px;
}
main .plan .plan-content-ttl {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  border-left: 8px solid #ea5514;
  padding: 4px 0 4px 10px;
  margin-bottom: 12px;
}
main .plan .plan-content-ttl span {
  font-size: 13px;
  padding-left: 5px;
}
main .plan .plan-initial {
  margin-bottom: 30px;
}
main .plan .plan-initial-item {
  background-color: #ea5514;
  border-radius: 10px;
  padding: 29px 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 5px rgba(86, 86, 86, 0.2);
          box-shadow: 0 0 5px rgba(86, 86, 86, 0.2);
}
main .plan .plan-initial-left {
  text-align: center;
  color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 425px);
          flex: 0 0 calc(100% - 425px);
}
main .plan .plan-initial-price {
  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;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 10px;
}
main .plan .plan-initial-price span {
  padding-right: 4px;
  font-size: 45px;
}
main .plan .plan-initial-price-tax {
  font-size: 15px;
  line-height: 1;
}
main .plan .plan-initial-right {
  max-width: 425px;
  width: 100%;
}
main .plan .plan-initial-list {
  background-color: #fff;
  font-size: 16px;
  line-height: 1.8125;
  border-radius: 3px;
  padding: 5.5px 20px 5.5px 40px;
  position: relative;
}
main .plan .plan-initial-list::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(../img/main/plan-check-red.png);
  background-repeat: no-repeat;
  background-size: cover;
  left: 14px;
  top: 11px;
}
main .plan .plan-initial-list:not(:last-child) {
  margin-bottom: 6px;
}
main .plan .plan-usage-item {
  -webkit-box-shadow: 0 0 5px rgba(86, 86, 86, 0.2);
          box-shadow: 0 0 5px rgba(86, 86, 86, 0.2);
  background-color: #fff;
  border-radius: 10px;
  padding: 29px 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
main .plan .plan-usage-item .plan-usage-item-ttl {
  margin-bottom: 8px;
}
main .plan .plan-usage-item .plan-usage-item-txt {
  margin-top: 5px;
}
main .plan .plan-usage-left {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 425px);
          flex: 0 0 calc(100% - 425px);
}
main .plan .plan-usage-right {
  max-width: 425px;
  width: 100%;
}
main .plan .plan-usage-item-ttl {
  font-size: 25px;
  line-height: 1.16;
  letter-spacing: 0.02em;
  font-weight: 700;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 12px;
}
main .plan .plan-usage-item-ttl::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 20px;
  border-radius: 50px;
  background-color: #ffbf00;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
main .plan .plan-usage-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 5px;
}
main .plan .plan-usage-price-num {
  font-size: 50px;
  line-height: 1;
}
main .plan .plan-usage-price-num span {
  font-size: 40px;
  padding-right: 5px;
}
main .plan .plan-usage-price-month {
  position: relative;
  bottom: 4px;
  padding-left: 5px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  padding-bottom: 10px;
}
main .plan .plan-usage-item-txt {
  font-size: 15px;
  line-height: 1.1333333333;
  letter-spacing: 0.02em;
}
main .plan .plan-usage-list {
  background-color: #efefef;
  font-size: 16px;
  line-height: 1.8125;
  border-radius: 3px;
  padding: 5.5px 20px 5.5px 40px;
  position: relative;
}
main .plan .plan-usage-list::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(../img/main/plan-check-yellow.png);
  background-repeat: no-repeat;
  background-size: cover;
  left: 14px;
  top: 11px;
}
main .plan .plan-usage-list:not(:last-child) {
  margin-bottom: 6px;
}
main .plan .plan-usage-btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
main .plan .plan-usage-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 15px 20px 15px;
  max-width: 330px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32.0388349515%;
          flex: 0 0 32.0388349515%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-box-shadow: 0 0 5px rgba(86, 86, 86, 0.2);
          box-shadow: 0 0 5px rgba(86, 86, 86, 0.2);
}
main .plan .plan-usage-box.recommend::after {
  content: "";
  position: absolute;
  background-image: url(../img/main/plan-recommend.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 112px;
  height: 112px;
  left: -6px;
  top: -6px;
}
main .plan .plan-usage-item-ttl {
  text-align: center;
}
main .plan .plan-usage-item-txt {
  text-align: center;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-top: 10px;
}
main .plan .plan-usage-option {
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdddd;
}
main .plan .plan-usage-option:not(:last-child) {
  margin-bottom: 10px;
}
main .plan .plan-usage-option-txt {
  text-align: center;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-bottom: 6px;
}
main .plan .plan-usage-option-price {
  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;
}
main .plan .plan-usage-price-option-plus {
  color: #ffbf00;
  font-size: 40px;
  line-height: 1;
  padding-right: 5px;
}
main .plan .plan-usage-price-option-num {
  font-size: 40px;
  line-height: 1;
}
main .plan .plan-usage-price-option-month {
  font-size: 20px;
  padding-left: 8px;
}
main .plan .plan-caption {
  font-size: 15px;
  line-height: 1.5333333333;
  letter-spacing: 0.02em;
}
@media (max-width: 900px) {
  main .plan .plan-usage-item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 24px 20px;
  }
  main .plan .plan-usage-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 430px);
            flex: 0 0 calc(100% - 430px);
  }
}
@media (max-width: 767px) {
  main .plan {
    padding: 40px 0 25px 0;
  }
  main .plan .c-wrap1030 {
    padding: 0 27px;
  }
  main .plan .c-headeing-ttl {
    margin-bottom: 10px;
  }
  main .plan .plan-content-ttl {
    font-size: 18px;
    padding: 3px 0 3px 8px;
    border-left: 6px solid #ea5514;
    margin-bottom: 10px;
  }
  main .plan .plan-content-ttl span {
    font-size: 12px;
    padding-left: 2px;
  }
  main .plan .plan-initial-price {
    font-size: 40px;
    margin-bottom: 5px;
  }
  main .plan .plan-initial-price span {
    font-size: 30px;
  }
  main .plan .plan-initial-price-tax {
    font-size: 13px;
  }
  main .plan .plan-initial-left {
    margin-bottom: 15px;
  }
  main .plan .plan-initial-right {
    max-width: 100%;
  }
  main .plan .plan-initial-item {
    display: block;
    padding: 30px 10px 15px 10px;
  }
  main .plan .plan-initial-list {
    font-size: 12px;
    padding: 4.5px 5px 4.5px 22px;
  }
  main .plan .plan-initial-list::after {
    width: 14px;
    height: 14px;
    left: 5px;
    top: 9px;
  }
  main .plan .plan-usage-btm {
    display: block;
  }
  main .plan .plan-usage-item {
    display: block;
    padding: 15px 10px 20px 10px;
    margin-bottom: 15px;
  }
  main .plan .plan-usage-item .plan-usage-item-ttl {
    margin-bottom: 10px;
  }
  main .plan .plan-usage-item-ttl {
    font-size: 18px;
    padding-bottom: 7px;
    margin-bottom: 10px;
  }
  main .plan .plan-usage-price {
    margin-bottom: 8px;
  }
  main .plan .plan-usage-price-num {
    font-size: 40px;
  }
  main .plan .plan-usage-price-num span {
    font-size: 30px;
  }
  main .plan .plan-usage-price-month {
    font-size: 20px;
    padding-bottom: 0;
  }
  main .plan .plan-usage-item-txt {
    font-size: 13px;
  }
  main .plan .plan-usage-left {
    margin-bottom: 20px;
  }
  main .plan .plan-usage-list {
    font-size: 12px;
    padding: 4.5px 5px 4.5px 22px;
  }
  main .plan .plan-usage-list::after {
    width: 14px;
    height: 14px;
    left: 5px;
    top: 9px;
  }
  main .plan .plan-usage-box {
    padding: 20px 10px 15px 10px;
    max-width: 100%;
  }
  main .plan .plan-usage-box:not(:last-child) {
    margin-bottom: 15px;
  }
  main .plan .plan-usage-box.recommend::after {
    background-image: url(../img/main/plan-recommend-sp.png);
    width: 96px;
    height: 96px;
  }
  main .plan .plan-usage-box-center {
    margin-bottom: 20px;
  }
  main .plan .plan-usage-option-txt {
    font-size: 13px;
  }
  main .plan .plan-caption {
    font-size: 12px;
  }
}
main .flow {
  padding-top: 45px;
}
main .flow .flow-pop {
  text-align: center;
  max-width: 122px;
  width: 100%;
  margin: 0 auto;
  background-color: #ffbf00;
  border-radius: 50%;
  height: 90px;
  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;
  position: relative;
  margin-bottom: 30px;
}
main .flow .flow-pop::after {
  content: "";
  position: absolute;
  background-color: #ffbf00;
  width: 14px;
  height: 12px;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
main .flow .flow-pop-txt {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.06em;
}
main .flow .flow-pop-txt span {
  font-size: 25px;
}
main .flow .c-headeing {
  margin-bottom: 30px;
}
main .flow .flow-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
  margin-bottom: 105px;
}
main .flow .flow-step::after {
  content: "";
  position: absolute;
  max-width: 382px;
  width: 100%;
  height: 18px;
  background-image: url(../img/main/flow-arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  inset: 0;
  left: 35px;
  margin: auto;
  z-index: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
main .flow .flow-step.is-active::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
main .flow .flow-step-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.8565400844%;
          flex: 0 0 31.8565400844%;
  -webkit-box-shadow: 0 0 5px rgba(86, 86, 86, 0.2);
          box-shadow: 0 0 5px rgba(86, 86, 86, 0.2);
  border-radius: 10px;
  padding: 35px 0;
  position: relative;
  background-color: #fff;
  z-index: 2;
}
main .flow .flow-step-item:last-child {
  z-index: -1;
}
main .flow .flow-step-headeing {
  text-align: center;
  padding-bottom: 6px;
  position: relative;
  margin-bottom: 5px;
}
main .flow .flow-step-headeing::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 16px;
  border-radius: 50px;
  background-color: #ffbf00;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
main .flow .flow-step-en {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 1px;
}
main .flow .flow-step-num {
  font-size: 40px;
  line-height: 1;
}
main .flow .flow-step-icon {
  max-width: 150px;
  width: 100%;
  margin: 0 auto 5px auto;
}
main .flow .flow-step-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
  height: 50px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 5px;
}
main .flow .flow-step-ttl span {
  font-size: 17px;
  font-weight: 500;
}
main .flow .flow-step-txt {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.02em;
}
main .flow .flow-support {
  background-image: url(../img/main/support-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
  padding: 55px 0 55px 0;
  position: relative;
}
main .flow .flow-support::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 305px;
  right: -305px;
  top: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#f7f8f8));
  background-image: linear-gradient(90deg, #ffffff, #f7f8f8);
}
main .flow .flow-support-ttl {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 15px;
}
main .flow .flow-support-txt {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
}
main .flow .flow-support-info {
  max-width: 342px;
  width: 100%;
  background-color: #fff;
  padding: 19px 15px;
}
main .flow .flow-support-time {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-bottom: 5px;
}
main .flow .flow-support-time span {
  background-color: #ffbf00;
  font-size: 15px;
  line-height: 1;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  border-radius: 50px;
  letter-spacing: 0;
  padding: 5px 12px;
}
main .flow .flow-support-content {
  font-size: 15px;
  line-height: 1;
  background-color: #efefef;
  border-radius: 5px;
  padding: 12px 15px;
}
@media (max-width: 1300px) {
  main .flow .flow-support::after {
    display: none;
  }
}
@media (max-width: 800px) {
  main .flow .flow-step::after {
    max-width: 312px;
  }
}
@media (max-width: 767px) {
  main .flow {
    padding-top: 40px;
  }
  main .flow .flow-pop {
    margin-bottom: 25px;
  }
  main .flow .flow-step-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    padding: 10px;
    border-radius: 5px;
  }
  main .flow .flow-step-item:not(:last-child) {
    margin-bottom: 20px;
  }
  main .flow .flow-step-item:last-child {
    z-index: 2;
  }
  main .flow .flow-step {
    display: block;
    margin-bottom: 85px;
  }
  main .flow .flow-step::after {
    background-image: url(../img/main/flow-arrow-sp.png);
    width: 18px;
    height: 524px;
    left: 0;
    top: 30px;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  main .flow .flow-step.is-active::after {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  main .flow .flow-step-icon {
    margin: 0;
    max-width: 120px;
  }
  main .flow .flow-step-headeing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  main .flow .flow-step-headeing::after {
    margin: unset;
  }
  main .flow .flow-step-en {
    font-size: 16px;
  }
  main .flow .flow-step-num {
    font-size: 16px;
  }
  main .flow .flow-step-ttl {
    display: block;
    text-align: left;
    height: unset;
    margin-bottom: 2px;
  }
  main .flow .flow-step-ttl span {
    font-size: 12px;
    padding-left: 3px;
  }
  main .flow .flow-step-txt {
    text-align: left;
    font-size: 15px;
  }
  main .flow .flow-support {
    background-image: url(../img/main/support-bg-sp.jpg);
    background-position: right bottom;
    padding: 50px 0 190px 0;
  }
  main .flow .flow-support-ttl {
    font-size: 23px;
  }
  main .flow .flow-support-txt {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  main .flow .flow-support-info {
    border-radius: 5px;
  }
  main .flow .flow-support-time {
    font-size: 25px;
  }
  main .flow .flow-support-time span {
    font-size: 12px;
  }
  main .flow .flow-support-content {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0.04em;
    padding: 8.5px 17.5px;
  }
}
main .faq {
  background-color: #ffbf00;
  padding-top: 65px;
  padding-bottom: 80px;
}
main .faq .c-headeing {
  margin-bottom: 50px;
}
main .faq .faq-item {
  background-color: #fff;
  border-radius: 10px;
  padding-bottom: 10px;
}
main .faq .faq-item:not(:last-child) {
  margin-bottom: 20px;
}
main .faq .faq-question {
  padding: 35px 44px 20px 44px;
  position: relative;
  cursor: pointer;
}
main .faq .faq-question::after {
  content: "";
  position: absolute;
  background-color: #3e3a39;
  width: 3px;
  height: 20px;
  right: 52.5px;
  top: 10px;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
main .faq .faq-question::before {
  content: "";
  position: absolute;
  background-color: #3e3a39;
  height: 3px;
  width: 20px;
  top: 10px;
  bottom: 0;
  right: 44px;
  margin: auto;
}
main .faq .faq-question.open::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  right: 52px;
}
main .faq .faq-q {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  padding-left: 35px;
  position: relative;
}
main .faq .faq-q::before {
  content: "";
  position: absolute;
  background-image: url(../img/main/faq-q.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 28px;
  height: 24px;
  left: 0;
}
main .faq .faq-answer {
  display: none;
  border-top: 1px solid #dcdddd;
  margin: 0 44px;
  padding: 20px 0 20px 0;
}
main .faq .faq-a {
  text-align: justify;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  main .faq {
    padding: 45px 0 50px 0;
  }
  main .faq .c-headeing {
    margin-bottom: 35px;
  }
  main .faq .faq-item {
    padding-bottom: 0;
  }
  main .faq .faq-item:not(:last-child) {
    margin-bottom: 15px;
  }
  main .faq .faq-question {
    padding: 17px 45px 16px 15px;
  }
  main .faq .faq-question::before {
    right: 15px;
    height: 2px;
    width: 15px;
    top: 0;
  }
  main .faq .faq-question::after {
    right: 21px;
    width: 2px;
    height: 15px;
    top: 0;
  }
  main .faq .faq-question.open::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    right: 21px;
  }
  main .faq .faq-q {
    font-size: 17px;
    padding-left: 25px;
  }
  main .faq .faq-q::before {
    background-image: url(../img/main/faq-q-sp.png);
    width: 20px;
    height: 18px;
    top: 2px;
  }
  main .faq .faq-answer {
    margin: 0 15px;
    padding: 15px 0;
  }
  main .faq .faq-a {
    font-size: 15px;
    letter-spacing: 0.02em;
  }
}