@charset "UTF-8";
.ll-outer :where(*) {
  box-sizing: border-box;
}
.ll-outer :where(div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure) {
  margin: 0;
  padding: 0;
}
.ll-outer :where(h1, h2, h3, h4, h5, h6, small) {
  font-size: 100%;
  font-weight: normal;
}
.ll-outer :where(ol, ul) {
  list-style: none;
}
.ll-outer :where(fieldset, img) {
  border: 0;
}
.ll-outer :where(table) {
  border-collapse: collapse;
  border-spacing: 0;
}
.ll-outer :where(caption, th) {
  text-align: left;
}
.ll-outer :where(address, caption, cite, code, dfn, em, strong, th, var) {
  font-style: normal;
  font-weight: normal;
}
.ll-outer :where(img) {
  vertical-align: bottom;
}

.ll-outer {
  width: 100%;
  margin: auto;
  padding: 64px 0;
  background: #f5f1c8;
  color: #221c1c;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  font-weight: 400;
  font-size: 1.5rem;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: auto;
}
.ll-outer a {
  color: #221c1c;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 1040px) {
  .ll-outer {
    overflow-x: auto;
  }
}
@media screen and (max-width: 767px) {
  .ll-outer {
    padding: 40px 0;
    font-size: 1.4rem;
  }
}

.ll-container {
  position: relative;
  display: block;
  min-width: 1040px;
  max-width: 1040px;
  padding-right: 20px;
  padding-left: 20px;
  margin: auto;
}
.ll-container::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  max-width: 1000px;
  width: 100%;
  height: 100%;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .ll-container {
    min-width: inherit;
    max-width: inherit;
    padding-right: 0;
    padding-left: 0;
    width: calc(100% - 32px);
  }
}

.ll-container_inner {
  position: relative;
  padding: 0;
  overflow: hidden;
  border-radius: 10px;
  letter-spacing: 0.05em;
  background-color: #fff;
}

.ll-container_inner {
  padding-bottom: 64px;
  background-color: #fefde8;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .ll-container_inner {
    padding-bottom: 10.6666666667vw;
  }
}
.ll-container_inner section + section {
  padding: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .ll-container_inner section + section {
    padding-top: 21.3333333333vw;
  }
}
.ll-container_inner .maintenance {
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .ll-container_inner .maintenance {
    margin: 10.6666666667vw 0;
  }
}
.ll-container_inner .maintenance + .sec01 {
  padding-top: 0;
}
.ll-container_inner .sec01 {
  padding-top: 64px;
}
@media screen and (max-width: 767px) {
  .ll-container_inner .sec01 {
    padding-top: 10.6666666667vw;
  }
}

.sec_ttl {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec_ttl img {
    width: 74.1333333333vw;
  }
}

.sec_inner {
  width: 880px;
  margin: -38px auto 0;
  padding: 104px 40px 72px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .sec_inner {
    width: calc(100% - 8.5333333333vw);
    margin-top: -9.3333333333vw;
    padding: 19.2vw 5.3333333333vw 10.6666666667vw;
  }
}

.sec_note > li {
  position: relative;
  margin-top: 2px;
  padding-left: 1em;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec_note > li {
    font-size: 3.4666666667vw;
  }
}
.sec_note > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
* + .sec_note {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  * + .sec_note {
    margin-top: 2.1333333333vw;
  }
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  border: 2px solid #f36d00;
  border-radius: 20px;
  background-color: #ffffff;
  transition: background-color 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .btn {
    height: 10.6666666667vw;
    border-width: 0.5333333333vw;
    border-radius: 5.3333333333vw;
  }
}
.btn span {
  position: relative;
  color: #f36d00;
  font-size: 1.4rem;
  font-weight: bold;
  transition: color 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .btn span {
    font-size: 3.7333333333vw;
  }
}
.btn.blank {
  position: relative;
}
.btn.blank::before {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
  width: 10px;
  height: 10px;
  background-color: #f36d00;
  -webkit-mask-image: url("../img/icon_externallink.svg");
  mask-image: url("../img/icon_externallink.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: background-color 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .btn.blank::before {
    top: calc(50% - 1.3333333333vw);
    right: 4vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.btn.term span {
  padding-left: 20px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .btn.term span {
    padding-left: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.btn.term span::before {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  left: 0;
  width: 11px;
  height: 13px;
  background-color: #f36d00;
  -webkit-mask-image: url("../img/icon_term.svg");
  mask-image: url("../img/icon_term.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: background-color 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .btn.term span::before {
    top: calc(50% - 1.6vw);
    width: 2.9333333333vw;
    height: 3.4666666667vw;
  }
}
.btn.faq span {
  padding-left: 20px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .btn.faq span {
    padding-left: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.btn.faq span::before {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  left: 0;
  width: 13px;
  height: 13px;
  background-color: #f36d00;
  -webkit-mask-image: url("../img/icon_faq.svg");
  mask-image: url("../img/icon_faq.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: background-color 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .btn.faq span::before {
    top: calc(50% - 1.6vw);
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}
.btn:focus-visible {
  background-color: #f36d00;
}
.btn:focus-visible span {
  color: #ffffff;
}
.btn:focus-visible.blank::before {
  background-color: #ffffff;
}
.btn:focus-visible.term span::before {
  background-color: #ffffff;
}
.btn:focus-visible.faq span::before {
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .btn:hover {
    background-color: #f36d00;
  }
  .btn:hover span {
    color: #ffffff;
  }
  .btn:hover.blank::before {
    background-color: #ffffff;
  }
  .btn:hover.term span::before {
    background-color: #ffffff;
  }
  .btn:hover.faq span::before {
    background-color: #ffffff;
  }
}

.btn_list {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .btn_list {
    flex-direction: column;
    align-items: center;
    margin-top: 10.6666666667vw;
  }
}

.btn_item {
  width: 278px;
}
@media screen and (max-width: 767px) {
  .btn_item {
    width: 66.1333333333vw;
  }
}

.pc_only {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }
}

.craft_list {
  max-width: 664px;
  margin: 32px auto 0;
}
@media screen and (max-width: 767px) {
  .craft_list {
    margin: 8.5333333333vw 9.6vw 0;
  }
}

.craft_item {
  border-radius: 10px;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .craft_item {
    display: block;
    margin: 0 auto;
    border-radius: 2.6666666667vw;
    box-shadow: 0.8vw 0.8vw 0 0 rgba(0, 0, 0, 0.1);
  }
}
.craft_item + .craft_item {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .craft_item + .craft_item {
    margin-top: 6.4vw;
  }
}

.craft_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 20px 8px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .craft_inner {
    display: block;
    padding: 5.3333333333vw 3.2vw;
    border-radius: 2.6666666667vw;
  }
}
.item01 .craft_inner {
  background-color: #ffffff;
  border: 9px solid #009d34;
}
@media screen and (max-width: 767px) {
  .item01 .craft_inner {
    border-width: 3.2vw;
  }
}
.item02 .craft_inner {
  background-color: #ffffff;
  border: 9px solid transparent;
  border-image-source: url("../img/bg_acuo_pc.png");
  border-image-slice: 20;
  border-image-repeat: stretch;
}
@media screen and (max-width: 767px) {
  .item02 .craft_inner {
    border-width: 3.2vw;
    border-image-source: url("../img/bg_acuo_sp.png");
    border-image-slice: 50;
  }
}

.craft_img {
  margin-right: 75px;
}
@media screen and (max-width: 767px) {
  .craft_img {
    margin-right: 0;
    text-align: center;
  }
  .craft_img img {
    width: 48.8vw;
  }
}

.craft_cnt {
  margin-right: 32px;
}
@media screen and (max-width: 767px) {
  .craft_cnt {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .craft_ttl img {
    width: auto;
    height: 5.0666666667vw;
  }
}

.craft_detail {
  display: grid;
  grid-template-columns: 84px 1fr;
  grid-gap: 6px 10px;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .craft_detail {
    grid-template-columns: 22.4vw 1fr;
    grid-gap: 1.6vw 2.6666666667vw;
    margin-top: 2.1333333333vw;
  }
}
.craft_detail dt {
  height: fit-content;
  border-radius: 5px;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .craft_detail dt {
    border-radius: 1.3333333333vw;
    font-size: 2.9333333333vw;
  }
}
.item01 .craft_detail dt {
  background-color: #009d34;
}
.item02 .craft_detail dt {
  background-color: #17569b;
}
.craft_detail dd {
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .craft_detail dd {
    font-size: 3.7333333333vw;
  }
}
.item01 .craft_detail dd {
  color: #009d34;
}
.item02 .craft_detail dd {
  color: #17569b;
}

.craft_btn {
  max-width: 216px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .craft_btn {
    max-width: 57.6vw;
    margin: 4.2666666667vw auto 0;
  }
}

.possible {
  position: relative;
  width: 100%;
  height: 763px;
  background-color: #fefde8;
  background-image: url("../img/bg_possible_04_pc.png"), url("../img/bg_possible_05_pc.png"), url("../img/bg_possible_06_pc.png");
  background-position: 400px 45px, 149px 242px, 628px 592px;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 101px 79px, 131px 136px, 61px 75px;
  border: 2px solid #edaa00;
}
@media screen and (max-width: 767px) {
  .possible {
    width: 72.2666666667vw;
    height: auto;
    margin: 0 auto;
    padding: 16.2666666667vw 0 5.8666666667vw;
    background-image: url("../img/bg_possible_04_sp.png"), url("../img/bg_possible_05_sp.png"), url("../img/bg_possible_06_sp.png");
    background-position: 38.9333333333vw 7.4666666667vw, 6.9333333333vw 74.9333333333vw, 54.4vw 129.6vw;
    background-size: 11.7333333333vw 9.0666666667vw, 15.2vw 16vw, 6.6666666667vw 9.0666666667vw;
    border-width: 0.5333333333vw;
  }
}
.possible::before, .possible::after {
  content: "";
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.possible::before {
  top: -32px;
  left: -26px;
  width: 143px;
  height: 125px;
  background-image: url("../img/bg_possible_01_pc.png");
}
@media screen and (max-width: 767px) {
  .possible::before {
    top: -2.4vw;
    left: -4.2666666667vw;
    width: 21.8666666667vw;
    height: 13.8666666667vw;
    background-image: url("../img/bg_possible_01_sp.png");
  }
}
.possible::after {
  bottom: -30px;
  right: -18px;
  width: 242px;
  height: 164px;
  background-image: url("../img/bg_possible_02_pc.png");
}
@media screen and (max-width: 767px) {
  .possible::after {
    bottom: -4.5333333333vw;
    right: -3.4666666667vw;
    width: 33.0666666667vw;
    height: 20.8vw;
    background-image: url("../img/bg_possible_02_sp.png");
  }
}

.possible_item {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .possible_item {
    position: static;
  }
  .possible_item img {
    width: 100%;
  }
}
.possible_item.item01 {
  top: 70px;
  left: 96px;
}
.possible_item.item01::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -159px;
  width: 150px;
  height: 95px;
  background: url("../img/bg_possible_03_pc.png") 0 0/100% no-repeat;
}
@media screen and (max-width: 767px) {
  .possible_item.item01::after {
    top: 37.8666666667vw;
    left: 14.9333333333vw;
    bottom: inherit;
    right: inherit;
    width: 18.1333333333vw;
    height: 13.3333333333vw;
    background-image: url("../img/bg_possible_03_sp.png");
  }
}
.possible_item.item02 {
  top: 29px;
  left: 307px;
}
@media screen and (max-width: 767px) {
  .possible_item.item02 {
    margin-top: -19.2vw;
  }
}
.possible_item.item03 {
  top: 432px;
  left: 378px;
}
@media screen and (max-width: 767px) {
  .possible_item.item03 {
    margin-top: 8.8vw;
  }
}
.possible_item.item04 {
  top: 379px;
  left: 34px;
}
@media screen and (max-width: 767px) {
  .possible_item.item04 {
    margin-top: -7.2vw;
  }
}

.download {
  width: 672px;
  margin: 72px auto 0;
}
@media screen and (max-width: 767px) {
  .download {
    width: 100%;
    margin-top: 13.3333333333vw;
  }
}

.download_ttl {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .download_ttl {
    margin: 0 -5.3333333333vw;
  }
  .download_ttl img {
    width: 76vw;
  }
}

.download_item {
  display: grid;
  grid-template-columns: 1fr 252px;
  grid-template-rows: repeat(3, auto);
  gap: 0 8px;
  margin-top: 52px;
}
@media screen and (max-width: 767px) {
  .download_item {
    display: block;
    margin-top: 12.8vw;
  }
}
.download_item.item02 {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .download_item.item02 {
    margin-top: 12.8vw;
  }
}

@media screen and (max-width: 767px) {
  .download_cnt {
    width: 100%;
  }
}

.download_img {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .download_img {
    margin-top: 4.2666666667vw;
    text-align: center;
  }
  .download_img img {
    width: 100%;
  }
}

.download_cnt {
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .download_cnt {
    font-size: 3.7333333333vw;
  }
}
.download_cnt .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  background-color: #f36d00;
  border-radius: 50%;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .download_cnt .icon {
    width: 6.4vw;
    height: 6.4vw;
    margin-right: 1.0666666667vw;
  }
}
.download_cnt .txt {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .download_note {
    margin: 2.1333333333vw -2.6666666667vw 0 -0.5333333333vw;
    word-break: break-all;
  }
}
.item01 .download_note {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .item01 .download_note {
    margin-top: 2.1333333333vw;
  }
}

.recommend_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 56px 28px;
}
@media screen and (max-width: 767px) {
  .recommend_list {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .recommend_item + .recommend_item {
    margin-top: 10.6666666667vw;
  }
}

.recommend_ttl {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recommend_ttl img {
    width: auto;
    height: 9.8666666667vw;
  }
}

.recommend_img {
  position: relative;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .recommend_img {
    margin-top: 4.2666666667vw;
  }
  .recommend_img img {
    width: 100%;
  }
}

.recommend_deco {
  position: absolute;
  right: -13px;
  bottom: -35px;
}
@media screen and (max-width: 767px) {
  .recommend_deco {
    right: -2.6666666667vw;
    bottom: -6.6666666667vw;
  }
  .recommend_deco img {
    width: 40.5333333333vw;
  }
}

.recommend_txt {
  margin-top: 24px;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recommend_txt {
    margin-top: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}

.recommend_btn {
  width: 278px;
  margin: 64px auto 0;
}
@media screen and (max-width: 767px) {
  .recommend_btn {
    width: 100%;
    margin-top: 10.6666666667vw;
  }
}

.recommend_note {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .recommend_note {
    margin-top: 2.1333333333vw;
  }
}

.lead {
  margin-bottom: 16px;
}

.lead_ttl {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lead_ttl img {
    width: 66.6666666667vw;
  }
}
