@charset "UTF-8";
/*Theme Name: 東京ミレニアム*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@media (min-width: 769px) {
  html {
    font-size: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 120px;
  }
  body {
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #000;
    width: 100%;
    line-height: 1.8;
    min-width: 1280px;
    margin: 0 auto;
  }
  body img {
    height: auto;
  }
  body .inner {
    max-width: 1180px;
    margin: 0 auto;
  }
  body .inner.wide {
    max-width: 1220px;
  }
  body .inner.mdl {
    max-width: 1160px;
  }
  body .inner.narrow {
    max-width: 800px;
  }
  body .bg_l_org {
    background: #ffddcd;
  }
  body .bg_l_ylw {
    background: #fff6b2;
  }
  body .main_title {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 40px;
  }
  body .main_title img {
    margin-bottom: 20px;
  }
  body .main_title div {
    color: #ff5c0b;
    font-size: 1rem;
    font-weight: 500;
  }
  body .main_title span {
    padding: 0 10px;
    background: linear-gradient(transparent 60%, #fdd302 60%);
  }
  body .main_title em {
    font-size: 3rem;
  }
  body .main_title em.org {
    color: #ff5c0b;
  }
  body .main_title.blue span {
    background: linear-gradient(transparent 60%, #b0c4dd 60%);
  }
  body .main_title.white {
    color: #fff;
  }
  body .main_title.white em {
    color: #fdd302;
    font-size: 2rem;
  }
  body .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 350px;
    color: #fff;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    padding: 12px;
    border-radius: 100px;
    background: #ff3939;
    box-shadow: 0 4px 0 0 #cd2f2f;
  }
  body .btn.white {
    width: 400px;
    background: none;
    box-shadow: none;
    border: 3px solid #fff;
  }
  body .btn:hover {
    background: #cd2f2f;
  }
  body .lead {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.7;
  }
  body .lead:not(:last-child) {
    margin-bottom: 50px;
  }
  body .lead span {
    color: #ff5c0b;
  }
  body .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
  }
  body .list li {
    position: relative;
    background: #fff;
    padding: 20px 20px 30px;
    border: 3px solid #ff5c0b;
    border-radius: 10px;
    box-shadow: 0 4px 0 0 #ff5c0b;
  }
  body .list li > span {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    width: 200px;
    color: #fff;
    text-align: center;
    background: #ff5c0b;
    border-radius: 5px 5px 0 0;
    font-size: 1.5rem;
    font-weight: 900;
    padding: 3px;
  }
  body .list li > span:after {
    position: absolute;
    content: "";
    background: url("images/icon_crown.svg") no-repeat;
    background-size: 100%;
    width: 75px;
    height: 57px;
    top: -55px;
    left: 0;
    right: 0;
    z-index: -1;
    margin: auto;
  }
  body .list img {
    border-radius: 5px;
  }
  body .list .title {
    font-size: 1.25rem;
    font-weight: bold;
    margin: 20px 0;
    text-align: center;
    line-height: 1.7;
    letter-spacing: 1.2px;
  }
  body .list .title span {
    display: block;
    font-size: 1.5rem;
    color: #ff5c0b;
  }
  body .list dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-weight: bold;
    gap: 10px 0;
    margin-bottom: 20px;
  }
  body .list dl dt {
    background: #fdd302;
    text-align: center;
    width: 100px;
    border-radius: 5px;
  }
  body .list dl dd {
    width: calc(100% - 120px);
  }
  body .list p {
    font-weight: 500;
  }
  body .grecaptcha-badge {
    display: none;
  }
  header .h_blc {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 50px;
    background: #fff;
    max-height: 120px;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  header .h_blc {
    padding: 20px 10px;
  }
}
@media (min-width: 769px) {
  header .h_blc .logo a {
    display: block;
  }
  header .h_blc nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  header .h_blc nav {
    gap: 20px;
  }
}
@media (min-width: 769px) {
  header .h_blc nav .nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  header .h_blc nav .nav {
    gap: 20px;
  }
}
@media (min-width: 769px) {
  header .h_blc nav .nav a {
    display: block;
    font-weight: bold;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  header .h_blc nav .nav a {
    font-size: 0.8rem;
  }
}
@media (min-width: 769px) {
  header .h_blc nav .nav a:hover {
    color: #ff3939;
  }
  header .h_blc nav .btn {
    width: 150px;
    padding: 10px;
    font-size: 1rem;
  }
  header .fv {
    position: relative;
    padding-top: 120px;
    overflow: hidden;
  }
  header .fv > img {
    width: 100%;
    object-fit: cover;
    object-position: bottom;
    max-height: 700px;
  }
  header .fv .copy {
    position: absolute;
    top: 75%;
    transform: translateY(-75%);
    left: 50px;
  }
  header .fv .copy .balloon {
    position: relative;
    width: 390px;
    border-radius: 5px;
    background: #ff5c0b;
    color: #fff;
    text-align: center;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 2px;
    margin-bottom: 20px;
  }
  header .fv .copy .balloon:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 30px;
    border: 12px solid transparent;
    border-top: 12px solid #ff5c0b;
  }
  header .fv .copy strong {
    display: block;
    font-size: 3rem;
    font-weight: 900;
    letter-spacing: 2.4px;
    line-height: 0.9;
    margin-bottom: 20px;
  }
  header .fv .copy strong span {
    font-size: 4rem;
    letter-spacing: 3.2px;
  }
  header .fv .copy strong em {
    font-size: 8rem;
    color: #ff3939;
    letter-spacing: 6.4px;
  }
  header .fv .copy .frame {
    position: relative;
    font-size: 2.25rem;
    letter-spacing: 1.08px;
    font-weight: 900;
    margin-bottom: 20px;
  }
  header .fv .copy .frame div {
    -webkit-text-stroke-width: 8px;
    -webkit-text-stroke-color: #fff;
  }
  header .fv .copy .frame div span {
    position: relative;
    margin-right: 15px;
  }
  header .fv .copy .frame div span:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    width: 400px;
    height: 50px;
    z-index: -1;
    border-radius: 5px;
    background: linear-gradient(91deg, #ffa600 0%, #ff3939 100%);
  }
  header .fv .copy .frame p {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    color: #000;
  }
  header .fv .copy .frame p span {
    color: #ff3939;
    margin-right: 15px;
  }
  header .fv .copy > p {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 20px;
  }
  header .fv .copy ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
  }
  header .fv .copy ul li {
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #ff3939;
    font-weight: bold;
    border: 2px solid #ff3939;
    border-radius: 5px;
  }
  main section {
    padding: 50px 0;
  }
  main #trusted ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: flex-end;
    gap: 20px;
  }
  main #trusted ul img {
    display: block;
    margin: 0 auto -10px;
  }
  main #trusted ul div {
    border: 3px solid #ff5c0b;
    border-radius: 10px;
    background: #fff4c0;
    text-align: center;
    padding: 10px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main #trusted ul h3 {
    font-weight: 500;
  }
  main #trusted ul h3 span {
    display: block;
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: bold;
  }
  main #nayami {
    padding: 50px 0 0;
    background: #d1dce2;
  }
  main #nayami ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: flex-end;
    gap: 10px;
  }
  main #nayami ul li {
    position: relative;
    z-index: 1;
  }
  main #nayami ul li:nth-child(2) img {
    max-width: 200px;
  }
  main #nayami ul li:nth-child(3) img {
    max-width: 225px;
  }
  main #nayami ul img {
    max-width: 265px;
  }
  main #nayami ul div {
    position: absolute;
    content: "";
    background: url("images/bg_memo.webp") no-repeat;
    background-size: 100%;
    width: 300px;
    height: 230px;
    top: 80px;
    right: 0;
    z-index: -1;
    padding: 20px 15px;
  }
  main #nayami ul div p {
    max-width: 170px;
    font-weight: bold;
    margin-left: auto;
  }
  main #nayami ul div p span {
    color: #ff5c0b;
  }
  main #solve {
    background: url("images/bg_solve.webp") no-repeat;
    background-size: 100%;
    padding: 40px;
    color: #fff;
    text-align: center;
  }
  main #solve h2 {
    font-size: 2.25rem;
    font-weight: bold;
    line-height: 1.5;
  }
  main #solve h2 span {
    font-size: 3rem;
    color: #fdd302;
  }
  main #strengths .lead {
    margin-bottom: 90px;
  }
  main #strengths ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 65px;
  }
  main #strengths ul li {
    position: relative;
  }
  main #strengths ul .tag {
    position: absolute;
    top: -40px;
    left: -20px;
  }
  main #strengths ul .pic {
    border-radius: 5px;
  }
  main #strengths ul h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ff5c0b;
    text-align: center;
    margin: 20px 0;
    line-height: 1.5;
    letter-spacing: 1.2px;
  }
  main #strengths ul p {
    font-weight: 500;
  }
  main #lineup h3 {
    font-weight: bold;
    border-radius: 5px;
    background: #fdd302;
    padding: 10px 20px;
    margin-bottom: 30px;
  }
  main #lineup h3 span {
    font-size: 1.5rem;
    margin-right: 5px;
  }
  main #lineup h3.pink {
    background: #ffb4c4;
  }
  main #lineup h3.green {
    background: #c4de83;
  }
  main #lineup h3.brown {
    background: #e4c09e;
  }
  main #lineup ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 10px;
    margin-bottom: 50px;
  }
  main #lineup ul li {
    text-align: center;
    font-weight: 500;
    font-size: 1.25rem;
  }
  main #lineup ul img {
    margin-bottom: 20px;
  }
  main #lineup .btn {
    margin: 0 auto;
  }
  main #item .list {
    margin: 150px auto 50px;
  }
  main #item .list li {
    padding: 20px 20px 15px;
  }
  main #flow ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
    margin: 80px auto 0;
  }
  main #flow ul li {
    position: relative;
    border: 3px solid #ff5c0b;
    border-radius: 10px;
    min-height: 340px;
  }
  main #flow ul li:not(:last-child):after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: -40px;
    margin: auto;
    background: url("images/icon_arrow.svg") no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
  }
  main #flow ul .tag {
    position: absolute;
    top: -30px;
    left: -30px;
  }
  main #flow ul .pic {
    border-radius: 8px 8px 0 0;
  }
  main #flow ul h3 {
    font-size: 1.25rem;
    font-weight: bold;
    color: #ff5c0b;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  main #flow ul div {
    padding: 20px;
  }
  main #flow ul p {
    font-weight: 500;
  }
  main #case ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px 53px;
  }
  main #case ul li {
    text-align: center;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  main #case ul img {
    margin-bottom: 20px;
  }
  main #faq ul li {
    background: #fff;
    border: 3px solid #fdd302;
    border-radius: 10px;
    padding: 12px 20px;
  }
  main #faq ul li:not(:last-child) {
    margin-bottom: 30px;
  }
  main #faq ul .accordion {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 1.25rem;
    font-weight: bold;
  }
  main #faq ul .accordion:before, main #faq ul .accordion:after {
    content: "";
    position: absolute;
    right: 20px;
    width: 20px;
    height: 3px;
    background: #fdd302;
    border-radius: 4px;
    transition: 0.3s;
  }
  main #faq ul .accordion:before {
    top: 50%;
    transform: translateY(-50%);
  }
  main #faq ul .accordion:after {
    top: 48%;
    transform: rotate(-90deg);
  }
  main #faq ul .accordion.open:after {
    transform: rotate(0deg);
  }
  main #faq ul .accordion .q {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fdd302;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }
  main #faq ul .accordion .title {
    display: block;
    width: 90%;
  }
  main #faq ul .cont {
    display: none;
  }
  main #faq ul .cont .wrap {
    border-top: 1px dashed #fdd302;
    padding: 20px 0 10px;
    margin-top: 20px;
  }
  main #faq ul .cont .txt {
    line-height: 1.5;
    font-weight: 500;
  }
  main #faq ul .cont .txt p:not(:last-child) {
    margin-bottom: 20px;
  }
  main #cta {
    background: url("images/bg_cta.webp") no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 50px 0 80px;
  }
  main #cta p {
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 1.25rem;
    margin-bottom: 50px;
  }
  main #cta ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
  }
  main #cta ul .tel {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    color: #fff;
    font-weight: 500;
  }
  main #cta ul .tel a {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 2.5rem;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 4px;
  }
  main #cta ul .tel a:hover {
    color: #fdd302;
  }
  main #contact li:not(:last-child) {
    margin-bottom: 30px;
  }
  main #contact .title {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  main #contact .title span {
    width: 70px;
    font-size: 1rem;
    color: #fff;
    background: #de2222;
    border-radius: 5px;
    text-align: center;
    display: block;
  }
  main #contact input[type=text],
  main #contact input[type=email],
  main #contact input[type=tel] {
    font-size: 1rem;
    width: 100%;
    height: 70px;
    padding: 10px;
    border-radius: 5px;
    background: #fff4c0;
    border: 1px solid #fdd302;
  }
  main #contact .wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
  }
  main #contact .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
    position: relative;
    width: 100%;
    margin: 0;
  }
  main #contact .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
    cursor: pointer;
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
  }
  main #contact .wpcf7-form-control.wpcf7-checkbox input[type=checkbox] {
    position: absolute;
    opacity: 0;
  }
  main #contact .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label:before {
    content: "";
    border: 1px solid #fdd302;
    border-radius: 3px;
    background: #fff4c0;
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    top: -3px;
    margin-right: 20px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
  }
  main #contact .wpcf7-form-control.wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 3px;
    width: 18px;
    height: 10px;
    border-left: 3px solid #ff5c0b;
    border-bottom: 3px solid #ff5c0b;
    transform: rotate(-45deg);
  }
  main #contact textarea {
    font-size: 1rem;
    width: 100%;
    height: 200px;
    padding: 10px;
    border: 1px solid #fdd302;
    border-radius: 5px;
    background: #fff4c0;
  }
  main #contact .agree {
    text-align: center;
    font-weight: 500;
    margin: 50px auto;
  }
  main #contact .agree a {
    text-decoration: underline;
  }
  main #contact .agree a:hover {
    color: #ff5c0b;
  }
  main #contact .agree .wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item {
    position: relative;
    width: 100%;
    margin: 0;
  }
  main #contact .agree .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
    cursor: pointer;
    position: relative;
  }
  main #contact .agree .wpcf7-form-control.wpcf7-acceptance input[type=checkbox] {
    position: absolute;
    opacity: 0;
  }
  main #contact .agree .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label:before {
    content: "";
    background: #fff4c0;
    border: 1px solid #fdd302;
    border-radius: 3px;
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    top: -1px;
    margin-right: 20px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
  }
  main #contact .agree .wpcf7-form-control.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 2px;
    width: 20px;
    height: 10px;
    border-left: 3px solid #ff5c0b;
    border-bottom: 3px solid #ff5c0b;
    transform: rotate(-45deg);
  }
  main #contact input[type=submit],
  main #contact input[type=button] {
    cursor: pointer;
    overflow: hidden;
    padding: 15px;
    margin: 0 auto;
    transition: 0.7s;
  }
  main #error .btn {
    margin: 40px auto;
  }
  footer {
    border-top: 2px solid #000;
    padding: 30px 0 40px;
  }
  footer .f_blc {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-weight: 500;
  }
  footer .f_blc .f_left .f_logo a {
    display: block;
    margin-bottom: 10px;
  }
  footer .f_blc .f_left .f_logo a span {
    font-size: 1.25rem;
    font-weight: bold;
    margin-right: 20px;
  }
  footer .f_blc .f_left > a {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
  }
  footer .f_blc .f_left > a:hover {
    color: #ff5c0b;
  }
  footer .f_blc .f_right .f_nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    margin-bottom: 5px;
  }
  footer .f_blc .f_right .f_nav li {
    position: relative;
  }
  footer .f_blc .f_right .f_nav li:not(:last-child):after {
    position: absolute;
    content: "|";
    top: 0;
    right: -12px;
  }
  footer .f_blc .f_right .f_nav a {
    display: block;
  }
  footer .f_blc .f_right .f_nav a:hover {
    color: #ff5c0b;
  }
  footer .f_blc .f_right small {
    display: block;
  }
  footer .pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #ff3939;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 10;
    transition: 0.7s;
  }
  footer .pagetop:after {
    content: "";
    width: 12px;
    height: 12px;
    border: 0;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 15px;
    right: 0;
    left: 0;
    margin: auto;
  }
  footer .pagetop:hover {
    cursor: pointer;
    background: #ff5c0b;
  }
  .smonly {
    display: none;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 87.5%;
    scroll-behavior: smooth;
    scroll-padding-top: 70px;
    overflow-x: hidden;
  }
  body {
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #000;
    margin: 0 auto;
    width: 100%;
    line-height: 1.8;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
  }
  body img {
    height: auto;
  }
  body .bg_l_org {
    background: #ffddcd;
  }
  body .bg_l_ylw {
    background: #fff6b2;
  }
  body .main_title {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  body .main_title img {
    width: 80px;
    margin-bottom: 10px;
  }
  body .main_title div {
    color: #ff5c0b;
    font-size: 1rem;
    font-weight: 500;
  }
  body .main_title span {
    padding: 0 10px;
    background: linear-gradient(transparent 60%, #fdd302 60%);
  }
  body .main_title em {
    font-size: 2rem;
  }
  body .main_title em.org {
    color: #ff5c0b;
  }
  body .main_title.blue span {
    background: linear-gradient(transparent 60%, #b0c4dd 60%);
  }
  body .main_title.white {
    color: #fff;
  }
  body .main_title.white em {
    color: #fdd302;
    font-size: 1.8rem;
  }
  body .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 320px;
    color: #fff;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    border-radius: 100px;
    background: #ff3939;
    box-shadow: 0 4px 0 0 #cd2f2f;
  }
  body .btn.white {
    background: none;
    box-shadow: none;
    border: 2px solid #fff;
  }
  body .lead {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
  }
  body .lead:not(:last-child) {
    margin-bottom: 20px;
  }
  body .lead span {
    color: #ff5c0b;
  }
  body .list li {
    position: relative;
    background: #fff;
    padding: 20px;
    border: 2px solid #ff5c0b;
    border-radius: 10px;
    box-shadow: 0 4px 0 0 #ff5c0b;
  }
  body .list li:not(:last-child) {
    margin-bottom: 30px;
  }
  body .list li > span {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    width: 200px;
    color: #fff;
    text-align: center;
    background: #ff5c0b;
    border-radius: 5px 5px 0 0;
    font-size: 1.2rem;
    font-weight: 900;
  }
  body .list li > span:after {
    position: absolute;
    content: "";
    background: url("images/icon_crown.svg") no-repeat;
    background-size: 100%;
    width: 50px;
    height: 40px;
    top: -35px;
    left: 0;
    right: 0;
    z-index: -1;
    margin: auto;
  }
  body .list img {
    border-radius: 5px;
  }
  body .list .title {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 10px 0;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 1.2px;
  }
  body .list .title span {
    display: block;
    font-size: 1.4rem;
    color: #ff5c0b;
  }
  body .list dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-weight: bold;
    gap: 10px 0;
    margin-bottom: 20px;
  }
  body .list dl dt {
    background: #fdd302;
    text-align: center;
    width: 100px;
    border-radius: 5px;
  }
  body .list dl dd {
    width: calc(100% - 120px);
  }
  body .list p {
    font-weight: 500;
  }
  body .grecaptcha-badge {
    display: none;
  }
  header .h_blc {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    padding: 5px 10px 10px;
    background: #fff;
    max-height: 70px;
  }
  header .logo a {
    max-width: 140px;
    display: inline-block;
  }
  header .menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    z-index: 100;
    background: #ff3939;
    border-radius: 50%;
    transition: 0.7s;
  }
  header .menu-btn span,
  header .menu-btn span:before,
  header .menu-btn span:after {
    content: "";
    display: block;
    height: 2px;
    width: 24px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    margin: auto;
  }
  header .menu-btn span:before {
    top: 8px;
  }
  header .menu-btn span:after {
    top: 16px;
  }
  header #menu-btn-check:checked ~ .menu-btn span {
    top: 24px;
    transform: rotate(45deg);
  }
  header #menu-btn-check:checked ~ .menu-btn span::before {
    display: none;
  }
  header #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(90deg);
  }
  header #menu-btn-check {
    display: none;
  }
  header #menu-btn-check:checked ~ .menu-content {
    left: 0;
  }
  header .menu-content {
    width: 100%;
    height: 100%;
    background: #fdd302;
    padding: 80px 20px 40px;
    position: fixed;
    top: 0;
    left: 100%;
    transition: 0.7s;
    z-index: 99;
    overflow: scroll;
  }
  header .menu-content .nav {
    margin-bottom: 20px;
  }
  header .menu-content .nav a {
    display: block;
    padding: 10px;
    font-weight: bold;
    position: relative;
  }
  header .menu-content .nav a:after {
    position: absolute;
    content: "";
    border: 0;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    display: inline-block;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
  }
  header .fv {
    position: relative;
    padding-top: 70px;
    overflow: hidden;
  }
  header .fv > img {
    width: 100%;
    object-fit: cover;
    object-position: bottom;
    min-height: 400px;
  }
  header .fv .copy {
    position: absolute;
    top: 75%;
    transform: translateY(-75%);
    left: 15px;
  }
  header .fv .copy .balloon {
    position: relative;
    width: 280px;
    border-radius: 5px;
    background: #ff5c0b;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
  }
  header .fv .copy .balloon:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 20px;
    border: 8px solid transparent;
    border-top: 8px solid #ff5c0b;
  }
  header .fv .copy strong {
    display: block;
    font-size: 1.6rem;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 0.9;
    margin-bottom: 10px;
  }
  header .fv .copy strong span {
    font-size: 2.6rem;
    letter-spacing: 3px;
  }
  header .fv .copy strong em {
    font-size: 3.4rem;
    color: #ff3939;
    letter-spacing: 4px;
  }
  header .fv .copy .frame {
    position: relative;
    font-size: 1.3rem;
    letter-spacing: 1px;
    font-weight: 900;
    margin-bottom: 10px;
  }
  header .fv .copy .frame div {
    -webkit-text-stroke-width: 4px;
    -webkit-text-stroke-color: #fff;
  }
  header .fv .copy .frame div span {
    position: relative;
    margin-right: 10px;
  }
  header .fv .copy .frame div span:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 2px;
    margin: auto;
    width: 215px;
    height: 30px;
    z-index: -1;
    border-radius: 5px;
    background: linear-gradient(91deg, #ffa600 0%, #ff3939 100%);
  }
  header .fv .copy .frame p {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    color: #000;
  }
  header .fv .copy .frame p span {
    color: #ff3939;
    margin-right: 10px;
  }
  header .fv .copy > p {
    font-size: 0.8rem;
    font-weight: 900;
    margin-bottom: 10px;
  }
  header .fv .copy ul {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.9rem;
    margin-bottom: 10px;
  }
  header .fv .copy ul li {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #ff3939;
    font-weight: bold;
    border: 2px solid #ff3939;
    border-radius: 5px;
  }
  main section {
    padding: 40px 20px;
  }
  main #trusted ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-end;
    gap: 10px;
  }
  main #trusted ul img {
    display: block;
    margin: 0 auto -10px;
    width: 80px;
  }
  main #trusted ul div {
    border: 2px solid #ff5c0b;
    border-radius: 10px;
    background: #fff4c0;
    text-align: center;
    padding: 10px 5px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main #trusted ul h3 {
    font-weight: 500;
    font-size: 0.8rem;
  }
  main #trusted ul h3 span {
    display: block;
    line-height: 1.4;
    font-weight: bold;
  }
  main #nayami {
    padding: 40px 20px 0;
    background: #d1dce2;
  }
  main #nayami ul li {
    position: relative;
    z-index: 1;
    max-width: 300px;
    margin: 0 auto;
  }
  main #nayami ul li:nth-child(2) img {
    max-width: 100px;
  }
  main #nayami ul li:nth-child(3) img {
    max-width: 110px;
  }
  main #nayami ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  main #nayami ul img {
    max-width: 130px;
  }
  main #nayami ul div {
    position: absolute;
    content: "";
    background: url("images/bg_memo.webp") no-repeat;
    background-size: 100%;
    width: 200px;
    height: 150px;
    top: 20px;
    right: 10px;
    z-index: -1;
    padding: 10px;
  }
  main #nayami ul div p {
    font-weight: bold;
  }
  main #nayami ul div p span {
    color: #ff5c0b;
  }
  main #solve {
    background: url("images/bg_solve.webp") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px;
    color: #fff;
    text-align: center;
  }
  main #solve h2 {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
  }
  main #solve h2 span {
    font-size: 2rem;
    color: #fdd302;
  }
  main #strengths .lead {
    margin-bottom: 60px;
  }
  main #strengths li {
    position: relative;
  }
  main #strengths li:not(:last-child) {
    margin-bottom: 60px;
  }
  main #strengths .tag {
    position: absolute;
    top: -30px;
    left: -10px;
    width: 80px;
  }
  main #strengths .pic {
    border-radius: 5px;
  }
  main #strengths h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ff5c0b;
    text-align: center;
    margin: 10px 0;
    letter-spacing: 1.2px;
  }
  main #strengths p {
    font-weight: 500;
  }
  main #lineup h3 {
    font-weight: bold;
    border-radius: 5px;
    background: #fdd302;
    padding: 10px 15px;
    margin-bottom: 20px;
  }
  main #lineup h3 span {
    display: block;
    font-size: 1.2rem;
    margin-right: 5px;
  }
  main #lineup h3.pink {
    background: #ffb4c4;
  }
  main #lineup h3.green {
    background: #c4de83;
  }
  main #lineup h3.brown {
    background: #e4c09e;
  }
  main #lineup ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 5px;
    margin-bottom: 40px;
  }
  main #lineup ul li {
    text-align: center;
    font-weight: 500;
  }
  main #lineup ul img {
    margin-bottom: 20px;
  }
  main #lineup .btn {
    margin: 0 auto;
  }
  main #item .list {
    margin: 80px auto 40px;
  }
  main #flow ul {
    margin: 40px auto 0;
  }
  main #flow ul li {
    position: relative;
    border: 2px solid #ff5c0b;
    border-radius: 10px;
  }
  main #flow ul li:not(:last-child) {
    margin-bottom: 40px;
  }
  main #flow ul li:not(:last-child):after {
    position: absolute;
    content: "";
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    background: url("images/icon_arrow.svg") no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    transform: rotate(90deg);
  }
  main #flow ul .tag {
    position: absolute;
    top: -20px;
    left: -10px;
    width: 60px;
  }
  main #flow ul .pic {
    border-radius: 8px 8px 0 0;
  }
  main #flow ul h3 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #ff5c0b;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  main #flow ul div {
    padding: 20px;
  }
  main #flow ul p {
    font-weight: 500;
  }
  main #case ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 10px;
  }
  main #case ul li {
    text-align: center;
    font-weight: 500;
    line-height: 1.4;
    font-size: 0.8rem;
  }
  main #case ul img {
    margin-bottom: 10px;
  }
  main #faq ul li {
    background: #fff;
    border: 2px solid #fdd302;
    border-radius: 10px;
    padding: 10px;
  }
  main #faq ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  main #faq ul .accordion {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
  }
  main #faq ul .accordion:before, main #faq ul .accordion:after {
    content: "";
    position: absolute;
    right: 5px;
    width: 15px;
    height: 2px;
    background: #fdd302;
    border-radius: 4px;
    transition: 0.3s;
  }
  main #faq ul .accordion:before {
    top: 50%;
    transform: translateY(-50%);
  }
  main #faq ul .accordion:after {
    top: 48%;
    transform: rotate(-90deg);
  }
  main #faq ul .accordion.open:after {
    transform: rotate(0deg);
  }
  main #faq ul .accordion .q {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fdd302;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }
  main #faq ul .accordion .title {
    display: block;
    width: 80%;
  }
  main #faq ul .cont {
    display: none;
  }
  main #faq ul .cont .wrap {
    border-top: 1px dashed #fdd302;
    padding-top: 10px;
    margin-top: 10px;
  }
  main #faq ul .cont .txt {
    font-weight: 500;
  }
  main #faq ul .cont .txt p:not(:last-child) {
    margin-bottom: 20px;
  }
  main #cta {
    background: url("images/bg_cta.webp") no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 40px 20px 60px;
  }
  main #cta p {
    text-align: center;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
  }
  main #cta .tel {
    padding-top: 20px;
    color: #fff;
    font-weight: 500;
    text-align: center;
  }
  main #cta .tel a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 2.5rem;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 4px;
  }
  main #cta .tel span {
    display: block;
  }
  main #contact li:not(:last-child) {
    margin-bottom: 20px;
  }
  main #contact .title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  main #contact .title span {
    width: 50px;
    font-size: 1rem;
    color: #fff;
    background: #de2222;
    border-radius: 5px;
    text-align: center;
    display: block;
  }
  main #contact input[type=text],
  main #contact input[type=email],
  main #contact input[type=tel] {
    font-size: 1rem;
    width: 100%;
    height: 50px;
    padding: 10px;
    border-radius: 5px;
    background: #fff4c0;
    border: 1px solid #fdd302;
  }
  main #contact .wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
  }
  main #contact .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
    position: relative;
    width: 100%;
    margin: 0;
  }
  main #contact .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
    cursor: pointer;
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
  }
  main #contact .wpcf7-form-control.wpcf7-checkbox input[type=checkbox] {
    position: absolute;
    opacity: 0;
  }
  main #contact .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label:before {
    content: "";
    border: 1px solid #fdd302;
    border-radius: 3px;
    background: #fff4c0;
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    top: -3px;
    margin-right: 20px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
  }
  main #contact .wpcf7-form-control.wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 3px;
    width: 18px;
    height: 10px;
    border-left: 3px solid #ff5c0b;
    border-bottom: 3px solid #ff5c0b;
    transform: rotate(-45deg);
  }
  main #contact textarea {
    font-size: 1rem;
    width: 100%;
    height: 150px;
    padding: 10px;
    border: 1px solid #fdd302;
    border-radius: 5px;
    background: #fff4c0;
  }
  main #contact .agree {
    text-align: center;
    font-weight: 500;
    margin: 30px auto;
  }
  main #contact .agree a {
    text-decoration: underline;
  }
  main #contact .agree .wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item {
    position: relative;
    width: 100%;
    margin: 0;
  }
  main #contact .agree .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
    cursor: pointer;
    position: relative;
  }
  main #contact .agree .wpcf7-form-control.wpcf7-acceptance input[type=checkbox] {
    position: absolute;
    opacity: 0;
  }
  main #contact .agree .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label:before {
    content: "";
    background: #fff4c0;
    border: 1px solid #fdd302;
    border-radius: 3px;
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    top: -1px;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
  }
  main #contact .agree .wpcf7-form-control.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 2px;
    width: 20px;
    height: 10px;
    border-left: 3px solid #ff5c0b;
    border-bottom: 3px solid #ff5c0b;
    transform: rotate(-45deg);
  }
  main #contact input[type=submit],
  main #contact input[type=button] {
    overflow: hidden;
    margin: 0 auto;
  }
  main #error .btn {
    margin: 20px auto;
  }
  footer {
    border-top: 2px solid #000;
    padding: 20px;
  }
  footer .f_blc {
    font-weight: 500;
  }
  footer .f_blc .f_left {
    margin-bottom: 20px;
  }
  footer .f_blc .f_left .f_logo a {
    display: block;
    margin-bottom: 10px;
  }
  footer .f_blc .f_left .f_logo a span {
    font-size: 1.2rem;
    font-weight: bold;
    margin-right: 10px;
  }
  footer .f_blc .f_left > a {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
  }
  footer .f_blc .f_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
  }
  footer .f_blc .f_nav li {
    position: relative;
  }
  footer .f_blc .f_nav li:not(:last-child):after {
    position: absolute;
    content: "|";
    top: 0;
    right: -12px;
  }
  footer .f_blc .f_nav a {
    display: block;
  }
  footer .f_blc small {
    display: block;
    text-align: center;
  }
  footer .pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #ff3939;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 10;
  }
  footer .pagetop:after {
    content: "";
    width: 12px;
    height: 12px;
    border: 0;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 15px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .pconly {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */