@charset "utf-8";
/* CSS Document */

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #fff;
}

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  letter-spacing: 0rem;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background: #fff;
}

*:focus {
  outline: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

a {
  text-decoration: none;
  color: #3e3e3e;
}

a:hover {
  text-decoration: underline;
}

a:link,
a:visited,
a:active {
  color: #000;
  text-decoration: none;
}

selector {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
  line-height: 0px;
}

article {
  overflow: hidden;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  height: 70px;
  position: fixed;
  right: 20px;
  z-index: 1;
}

.header .menu .menu__list {
  display: flex;
  justify-content: center;
  gap: 20px
}

.header .menu .menu__list .menu__item:hover {
  opacity: .5;
  transition: all .2s;
}

.kv {
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/bg_kv.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  background-attachment: fixed;
}

.kv .inner img {
  margin-bottom: 26px;
}

.kv .inner .button {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  height: 62px;
  position: relative;
  border-radius: 100px;
  background-color: #e70012;
  border: 2px solid #212121;
  box-sizing: border-box;
  filter: drop-shadow(3.67464px 6.1244px 0px #212121);
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list {
  background-image: url("../img/bg_list.svg");
  background-repeat: repeat;
  background-size: 40px;
}

.list .inner {
  max-width: 740px;
  margin: 0 auto;
  width: 100%;
  padding: 50px 0;
}

.list .inner {
  padding: 10px 0;
}

.about_list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 14px;
  padding: 40px 0;
}

.about_list .about_item {
  width: 100%;
  position: relative;
  box-shadow: 5.187729358673096px 8.646215438842773px 0px #e70012;
  border-radius: 34.58px;
  background-color: #fff;
  border: 2px solid #e70012;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  font-size: 27px;
  font-weight: 800;
  color: #000;
  font-family: "M PLUS Rounded 1c", sans-serif;
  width: 216px;
  height: 190px;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  text-align: center;
  position: relative;
}

.about_list .about_item:nth-of-type(1)::before {
  content: "";
  background-image: url("../img/about_01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 90px;
  position: absolute;
  top: -27px;
  right: 110px;
}

.about_list .about_item:nth-of-type(3)::before {
  content: "";
  background-image: url("../img/about_02.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 79px;
  position: absolute;
  top: -31px;
  right: -23px;
}

.about_list .about_item:nth-of-type(4)::before {
  content: "";
  background-image: url("../img/about_03.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 69px;
  position: absolute;
  bottom: -27px;
  left: -20px;
}

.about_list .about_item:nth-of-type(6)::before {
  content: "";
  background-image: url("../img/about_04.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 69px;
  position: absolute;
  bottom: -27px;
  right: -20px;
}

.about_list .about_item .emp {
  font-size: 52px;
  letter-spacing: 0px;
  color: #e70012;
  font-family: "Jost", sans-serif;
  display: contents;
}

.about_list .about_item .emp_text {
  font-size: 40px;
  color: #e70012;
  letter-spacing: 0px;
  display: contents;
}

.contents {
  min-height: 100vh;
  width: 100%;
  background-image: url(../img/bg_kv_op.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  padding: 48px 0;
}

.contents .inner {
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 45px;
}

.contents .inner .folw {
  border-radius: 104px;
  background-color: #fff;
  border: 4px solid #e70012;
  /* margin-top: 48px; */
  padding-top: 45px;
  padding-bottom: 40px;
}

.contents .inner .folw .title {
  text-align: center;
  margin-bottom: 70px;
}

.contents .inner .title img {
  height: 74px;
}

.contents .inner .folw .flow_list {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: baseline;
}

.contents .inner .folw .flow_list .list_item img {
  display: block;
  margin-bottom: 30px;
  margin: 0 auto 30px;
}

.contents .inner .folw .flow_list .list_item .list_item_title {
  font-size: 22px;
  font-weight: 800;
}

.contents .inner .folw .flow_list img {
  margin: 0px 15px 0 7px;
  transform: translate(2px, 7px);
}

.contents .inner .setup {
  border-radius: 104px;
  background-color: #fff;
  border: 4px solid #e70012;
  margin-top: 18px;
  padding-top: 45px;
  padding-bottom: 40px;
}

.contents .inner .setup .title {
  text-align: center;
  margin-bottom: 70px;
}

.contents .inner .setup .setup_list {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: baseline;
  gap: 60px;
}

.contents .inner .setup .setup_list .setup_item .list_item_title {
  font-size: 26px;
  font-weight: 800;
}

.contents .inner .setup .setup_list .setup_item .list_item_title .small_text {
  font-size: 18px;
}

.contents .inner .setup .setup_list .setup_item .list_item_sub {
  font-weight: 800;
}

.contents .inner .price {
  border-radius: 104px;
  background-color: #e70012;
  border: 4px solid #e70012;
  margin-top: 18px;
  padding-top: 45px;
  padding-bottom: 40px;
  text-align: center;
  margin-bottom: 70px;
}

.contents .inner .price .title {
  margin-bottom: 30px;
}

.contents .inner .price .sub_title {
  margin-bottom: 30px;
}

.contents .inner .price img {}

.contents .inner .price .inner {
  background: #fff;
  border-radius: 70px;
  margin: 0;
  padding: 52px 0px;
  box-sizing: border-box;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}

.contents .inner .price .inner .price_text {
  font-size: 28px;
  font-weight: 800;
  position: relative;
  z-index: 0;
  width: 380px;
  white-space: nowrap;
  margin: 0 auto 30px;
}

.contents .inner .price .inner .price_text::after {
  content: "";
  position: absolute;
  height: 14px;
  background: #f6df41;
  width: 100%;
  bottom: 5px;
  left: 0;
  z-index: -1;
}

.contents .inner .price .inner .price_text span {
  font-family: "Jost", sans-serif;
  font-size: 56px;
  transform: translate(0, 3px);
  display: inline-block;
}

.contents .inner .price .inner .price_text .small {
  position: absolute;
  bottom: 0px;
  right: 3px;
  font-size: 14px;
  font-weight: 500;
}

.contents .inner .price .inner .button {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  height: 62px;
  position: relative;
  border-radius: 100px;
  background-color: #f6df41;
  ;
  border: 2px solid #212121;
  box-sizing: border-box;
  filter: drop-shadow(3.67464px 6.1244px 0px #212121);
  font-size: 20px;
  font-weight: 800;
  color: #212121;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button:hover {
  opacity: .7;
  transition: all .2s;
}

.contents .inner .faq .title {
  text-align: center;
  margin-bottom: 40px;
}
.contents .inner .faq .accordion a {
    color: #e80012;
    text-decoration: underline;
}
.contents .inner .faq .accordion a:hover {
    text-decoration: none;
}
.contents .inner .faq .accordion li {
  width: 100%;
  position: relative;
  box-shadow: 5.187729358673096px 8.646215438842773px 0px #e70012;
  border-radius: 34.58px;
  background-color: #fff;
  border: 2px solid #e70012;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  font-size: 22px;
  color: #000;
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin-bottom: 30px;
}

.contents .inner .faq .accordion .accordion-q {
  width: 100%;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.contents .inner .faq .accordion .accordion-q button span.accordion-q-content {
  font-weight: 700;
}

.contents .inner .faq .link_area {
  font-size: 22px;
  font-weight: 800;
  display: flex;
  justify-content: right;
}

.contents .inner .faq .link_area .text_link {
  color: #e70012;
  text-decoration: underline;
}

.contents .inner .faq .link_area .text_link:hover {
  text-decoration: none;
}

.bottom_cta {
  height: 400px;
  background: #e70012;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
}

.bottom_cta .inner {
  position: relative;
  width: 100%;
  max-width: 1470px;
  margin: 0 auto;
  z-index: 0;
}

.bottom_cta .inner::before {
  content: "";
  background-image: url(../img/cta_left.svg);
  background-size: cover;
  height: 420px;
  width: 500px;
  position: absolute;
  left: -2%;
  bottom: -70px;
  z-index: -1;
}

.bottom_cta .inner::after {
  content: "";
  background-image: url(../img/cta_right.svg);
  background-size: cover;
  height: 420px;
  width: 510px;
  position: absolute;
  right: -2%;
  bottom: -70px;
  z-index: -1;
}

.bottom_cta .inner .title_cta {
  font-size: 26px;
  font-weight: 700;
  padding: 20px 0 30px;
}

.bottom_cta .inner .button {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  height: 62px;
  position: relative;
  border-radius: 100px;
  background-color: #f6df41;
  ;
  border: 2px solid #212121;
  box-sizing: border-box;
  filter: drop-shadow(3.67464px 6.1244px 0px #212121);
  font-size: 20px;
  font-weight: 800;
  color: #212121;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer {
  background: #212121;
  color: #fff;
  text-align: center;
  padding: 50px;
}

.footer .footer__inner .footer__list {
  padding: 44px 0;
  display: flex;
  justify-content: center;
  gap: 30px;
}


.footer .footer__inner .footer__list .footer__item .footer__link {
  color: #fff;
}

.footer .footer__inner .footer__list .footer__item .footer__link:hover {
  opacity: .6;
  transition: all .2s;
}

.footer .footer__copyright {
  color: #6f6f6f;
  font-size: 14px;
}

.accordion {
  list-style: none;
}

.accordion-q-prefix {
  display: block;
  position: absolute;
  font-weight: 500;
  font-variation-settings: "wdth" 75;
  line-height: 1;
}

@media print,
(min-width: 768px) {
  .accordion-q-prefix {
    left: 20px;
    top: 24px;
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .accordion-q-prefix {
    left: 10px;
    top: 18px;
    font-size: 24px;
  }
}

.accordion-q-content {
  display: block;
  font-weight: 400;
  line-height: 1.6;
}

@media print,
(min-width: 768px) {
  .accordion-q-content {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .accordion-q-content {
    font-size: 16px;
  }
}

.accordion-q-icon {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media print,
(min-width: 768px) {
  .accordion-q-icon {
    right: 20px;
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .accordion-q-icon {
    right: 10px;
    width: 16px;
    height: 16px;
  }
}

.accordion-q-icon::before,
.accordion-q-icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background: #e70012;
  border-radius: 100px;
}

@media print,
(min-width: 768px) {

  .accordion-q-icon::before,
  .accordion-q-icon::after {
    top: 9px;
  }
}

@media screen and (max-width: 767px) {

  .accordion-q-icon::before,
  .accordion-q-icon::after {
    top: 7px;
  }
}

.accordion-q-icon::after {
  transform: rotate(90deg);
  transition: transform 400ms;
}

.accordion-q button {
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border: none;
  background: none;
  color: inherit;
  font: inherit;
  text-align: left;
  appearance: none;
  cursor: pointer;
  transition: opacity 400ms;
}

@media print,
(min-width: 768px) {
  .accordion-q button {
    padding: 25px 60px 25px 57px;
  }
}

@media screen and (max-width: 767px) {
  .accordion-q button {
    padding: 20px 36px 20px 41px;
  }
}

.accordion-a {
  display: none;
  overflow: hidden;
}

.accordion-a-inner {
  position: relative;
}

@media print,
(min-width: 768px) {
  .accordion-a-inner {
    padding: 5px 0 30px 57px;
  }
}

@media screen and (max-width: 767px) {
  .accordion-a-inner {
    padding: 5px 0 25px 41px;
  }
}

.accordion-a-prefix {
  position: absolute;
  font-weight: 500;
  font-variation-settings: "wdth" 75;
  line-height: 1;
}

@media print,
(min-width: 768px) {
  .accordion-a-prefix {
    left: 20px;
    top: 1px;
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .accordion-a-prefix {
    left: 10px;
    top: 3px;
    font-size: 24px;
  }
}

@media print,
(min-width: 768px) {
  .accordion-a-content p {
    font-size: 16px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 767px) {
  .accordion-a-content p {
    font-size: 15px;
    line-height: 1.7;
  }
}

@media print,
(min-width: 768px) {
  .accordion-a-content p+p {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .accordion-a-content p+p {
    margin-top: 20px;
  }
}

.accordion>li {
  border-bottom: 1px solid #ccc;
}

.accordion>li.is-open .accordion-q-icon::after {
  transform: rotate(0deg);
}



/* //////////////////////////////////////////
  TABLET / SP
  ////////////////////////////////////////// */

@media screen and (max-width: 768px) {

  /*スマフォボタンリセット*/
  * {
    -webkit-appearance: none;
  }

  body {
    font-size: 14px;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
  }

  .kv {
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/bg_kv_sp.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
    background-attachment: scroll;
  }

  .contents {
    min-height: 100vh;
    width: 100%;
    background-image: url(../img/bg_kv_op_sp.svg);
    background-position: center;
    background-size: contain;
    background-repeat: repeat;
    background-attachment: scroll;
    padding: 20px 0px 0;
  }

  .kv .inner img {
    width: 70%;
    text-align: center;
    display: block;
    margin: 0 auto 6px;
  }

  .contents .inner .title img {
    height: 48px;
  }

  .contents .inner .folw .title {
    text-align: center;
    margin-bottom: 30px;
  }

  .contents .inner .folw .flow_list .list_item .list_item_title {
    font-size: 14px;
  }

  .arrow_01 {
    width: 25px;
    margin: 0px 0px 0px -11px !important;
  }

  .arrow_02 {
    width: 47px;
    margin: 0px 0px 0px -6px !important;
  }

  .contents .inner .folw {
    padding-top: 35px;
    border-radius: 84px;
  }

  .contents .inner .folw .flow_list .list_item img {
    width: 90px;
  }

  .contents .inner .setup .setup_list .setup_item img {
    width: 90px;
  }

  .contents .inner .setup .title {
    margin-bottom: 40px;
  }

  .contents .inner .setup {
    margin-top: -12px;
    padding-top: 35px;
    border-radius: 84px;
  }

  .contents .inner .setup .setup_list .setup_item .list_item_title {
    font-size: 18px;
  }

  .contents .inner .setup .setup_list .setup_item .list_item_title .small_text {
    font-size: 12px;
  }

  .contents .inner .setup .setup_list .setup_item .list_item_sub {
    font-weight: 800;
    font-size: 12px;
  }

  .contents .inner .price {
    margin-top: -12px;
    padding-top: 35px;
    border-radius: 84px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
  }

  .contents .inner .price .inner {
    padding: 32px 0px;
  }

  .contents .inner .price .inner .price_text span {
    font-family: "Jost", sans-serif;
    font-size: 45px;
  }

  .contents .inner .price .inner .price_text {
    font-size: 20px;
    width: 300px;
    margin: 0 auto 20px;
  }

  .contents .inner .faq .accordion li {
    border-radius: 26px;
  }

  .contents .inner .faq {
    padding: 0 10px;
  }

  .contents .inner .faq .link_area {
    font-size: 18px;
  }

  .bottom_cta {
    height: 220px;
  }

  .bottom_cta .inner .title_cta {
    font-size: 20px;
    font-weight: 700;
    padding: 0px 0 20px;
  }

  .bottom_cta .inner::after {
    content: "";
    background-image: url(../img/cta_right.svg);
    background-size: cover;
    height: 180px;
    width: 130px;
    position: absolute;
    right: -15%;
    bottom: -37px;
    z-index: -1;
  }

  .bottom_cta .inner::before {
    content: "";
    background-image: url(../img/cta_left.svg);
    background-size: cover;
    height: 180px;
    width: 210px;
    position: absolute;
    left: -40%;
    bottom: -35px;
    z-index: -1;
  }

  .footer .footer__inner .footer__list {
    padding: 30px 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }

  .footer {
    padding: 50px 10px 15px;
  }

  .about_list .about_item {
    font-size: 14px;
    width: 110px;
    height: 104px;
    box-shadow: 3.187729px 3.646215px 0px #e70012;
    border-radius: 20.58px;
    font-weight: 800;
  }

  .about_list .about_item .emp {
    font-size: 28px;
  }

  .about_list .about_item .emp_text {
    font-size: 20px;
  }

  .about_list .about_item:nth-of-type(3)::before {
    content: "";
    background-image: url(../img/about_02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 39px;
    position: absolute;
    top: -13px;
    right: -23px;
  }

  .about_list .about_item:nth-of-type(6)::before {
    content: "";
    background-image: url(../img/about_04.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 29px;
    position: absolute;
    bottom: -15px;
    right: 10px;
  }

  .about_list .about_item:nth-of-type(4)::before {
    content: "";
    background-image: url(../img/about_03.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 29px;
    position: absolute;
    bottom: -17px;
    left: 0;
  }

  .about_list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 8px;
    padding: 18px 0;
    justify-content: center;
  }

  .about_list .about_item:nth-of-type(1)::before {
    content: "";
    background-image: url(../img/about_01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 40px;
    position: absolute;
    top: -12px;
    right: 50px;
  }

  .contents .inner .price .inner .price_text .small {
    position: absolute;
    bottom: -6px;
  }


}

/*media screen_end*/

@media screen and (max-width: 667px) {}

/*media screen_end*/

@media screen and (max-width: 568px) {}

/*media screen_end*/

@media screen and (max-width: 480px) {}

/*media screen_end*/

@media screen and (max-width: 375px) {}

/*media screen_end*/

@media screen and (max-width: 320px) {}

/*media screen_end*/


.login-account {
    background-color: #fee9ec;
    border-radius: 16px;
    border: none;
    padding: 5px 18px;
    font-size: 13px;
}
.login-account a {
    color: #e70012;
}

.login-menu-container {
    background-color: #ffffff;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 200px;
    z-index: 50;
    box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    border-radius: 10px;
}
.login-menu-container ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.login-menu-container ul li {
    /* border-top: 1px solid var(--color-border);
    color: var(--color-text);
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center; */
    width: 100%;
}
.login-menu-container ul li:hover {
    background-color: #fee9ec;
}
.login-menu-container ul li a {
    /* border-top: 1px solid var(--color-border); */
    color: var(--color-text);
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    text-decoration: none;
}
.login-menu-container ul li:hover a {
    color: var(--color-primary);
}

@media (max-width: 768px) {
.login-account {
    border: none;
    padding: 2px 10px;
    font-size: 12px;
    text-align: left;
}
}