@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* reset */
* {
  box-sizing: border-box; }

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none; }

html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, figure, figcaption, blockquote, dl, dd, table, tr, td, th {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 100%; }

body {
  line-height: 1.75;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400; }

ul,
ol,
li {
  list-style: none; }

em, i {
  font-style: normal; }

img,
iframe,
svg {
  max-width: 100%; }

input, button,
textarea, select {
  font: inherit; }

a {
  text-decoration: none;
  transition-duration: 0.7s; }
  a img {
    transition-duration: 0.7s; }

.pt1 {
  padding-top: 1em; }

.pt2 {
  padding-top: 2em; }

.pt3 {
  padding-top: 3em; }

.txt-center {
  text-align: center; }

.txt-right {
  text-align: right; }

.ti {
  text-indent: -1.4em;
  padding-left: 1.4em;
  line-height: 1.4; }

.ti05 {
  text-indent: -0.5em; }

.ti1 {
  text-indent: -0.1em;
  padding-left: 0.1em; }

.d_ib {
  display: inline-block; }

.fadeIn {
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.6s; }
  .fadeIn.inView {
    visibility: visible;
    opacity: 1; }

.container {
  width: 1240px;
  max-width: 92%;
  margin-left: auto;
  margin-right: auto; }

.head {
  text-align: center; }
  .head p {
    width: 360px;
    max-width: 64%;
    margin: auto;
    padding: 12px 0 2px; }

.kv {
  color: #fff;
  text-align: center;
  padding: 16px 0 0;
  position: relative;
  background: #FF8814;
  width: 1920px;
  max-width: 100%;
  margin: auto; }
  .kv h1 {
    line-height: 0; }
  .kv h2 {
    font-weight: 400;
    padding: 4px 4%;
    position: absolute;
    top: calc(100% - 2em);
    left: 0;
    width: 100%;
    background: #FF8814;
    font-size: clamp(14px, 2.4vw, 16px); }
  .kv p {
    position: absolute;
    left: 50%;
    bottom: 4%;
    width: 540px;
    max-width: 48%;
    transform: translate(-50%, -75%); }
    .kv p a {
      display: block;
      transition-duration: 0.3s; }
    .kv p a:hover {
      margin-top: -4px; }

.btn {
  display: inline-block; }

.btn-cta {
  background: #FF8810;
  border-radius: 64px;
  color: #fff;
  padding: 0.6em 2.4em;
  font-weight: 800;
  font-size: clamp(20px, 2.2vw, 32px);
  box-shadow: 0 8px 0 #AD5727; }
  .btn-cta:hover {
    box-shadow: 0 4px 0 #222; }

.content {
  padding: 4rem 0;
  position: relative; }
  .content h2 {
    text-align: center;
    font-size: clamp(20px, 4.8vw, 48px);
    margin-bottom: 2rem; }
  .content h3 {
    text-align: center;
    font-size: clamp(20px, 3.6vw, 36px);
    margin-bottom: 4rem;
    position: relative; }
    .content h3 span {
      display: block;
      font-size: 0.5em;
      font-weight: 500; }
    .content h3::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 1rem;
      transition-duration: 1.0s;
      height: 4px;
      background: #FF8810;
      border-radius: 8px;
      transform: translate(-50%, 2rem); }
    .content h3.inView::after {
      width: 8rem; }
  .content p {
    font-size: min(3.6vw, 20px); }
  .content strong {
    font-weight: 700; }

.line {
  position: relative; }
  .line em {
    position: relative;
    z-index: 2; }
  .line::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    transition-duration: 0.7s;
    transition-delay: 0.2s;
    left: 0;
    top: 0;
    background: linear-gradient(transparent 60%, #ffff00 70%);
    z-index: 1; }
  .line.inView::after {
    width: 100%; }

.case-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px; }
  .case-list li {
    flex: 0 0 calc(25% - 18px);
    box-shadow: 0 1px 6px #ccc;
    border-radius: 12px;
    padding: 1rem 1.5rem 2rem;
    font-size: 1.2em; }
    .case-list li i {
      display: block;
      max-width: 44%;
      margin: auto; }

.bgimg figure {
  position: relative;
  z-index: 2; }
  .bgimg figure img {
    border-radius: 8px; }
  .bgimg figure::after {
    content: "";
    right: -3%;
    bottom: -3%;
    position: absolute;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    background: #E0F4C3;
    transform: rotate(3deg);
    border-radius: 8px; }

.list-notice li {
  background-image: url("../images/notice.png");
  background-repeat: no-repeat;
  background-position: 0 4px;
  background-size: 1.5em;
  padding-left: 2.0em;
  margin-bottom: 1em;
  font-weight: 600;
  min-height: 1.5em; }

.list-check-g li {
  background-image: url("../images/check.png"); }

.list-check-y li {
  background-image: url("../images/check2.png"); }

.list-check-a li {
  background-image: url("../images/check3.png"); }

.content-down .container {
  position: relative;
  padding: 2rem 0 4rem; }
  .content-down .container::after {
    content: "";
    position: absolute;
    z-index: -1;
    background: #fafafa;
    left: -4%;
    top: -4%;
    width: 108%;
    height: 108%;
    border-radius: 12px;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%); }
.content-down p {
  text-align: center;
  margin-bottom: 2rem; }
.content-down .flex {
  max-width: 1080px;
  margin: auto;
  gap: 4rem;
  margin-bottom: 4rem; }
.content-down .list-notice li {
  margin-bottom: 2rem; }
.content-down h4 {
  font-size: clamp(18px, 3.2vw, 32px);
  text-align: center;
  font-weight: 700;
  padding-bottom: 4rem; }

.content-online .container {
  position: relative; }
.content-online p {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.2em; }
.content-online .flex {
  max-width: 1080px;
  margin: auto;
  padding-top: 2rem;
  margin-bottom: 4rem;
  gap: 4rem; }
.content-online dl {
  margin-top: 2rem;
  border-radius: 8px;
  background: #E0F4C3;
  border: 3px solid #AAE45F;
  display: flex;
  padding: 0 2rem;
  flex-direction: column;
  text-align: center; }
.content-online dt {
  font-weight: 700;
  font-size: clamp(20px, 3vw, 36px);
  padding: 8px 8px;
  border-bottom: 3px solid #AAE45F; }
.content-online dd {
  padding: 8px; }

.content-reason {
  background: #F5FAC4; }
  .content-reason .container {
    width: 1080px; }
  .content-reason h3 {
    margin-bottom: 6rem; }
  .content-reason table {
    border-collapse: collapse;
    margin: auto;
    width: 100%;
    margin-bottom: 2rem; }
  .content-reason th, .content-reason td {
    padding: 1em 1em;
    text-align: center;
    font-weight: 600;
    font-size: 1.1em; }
  .content-reason th {
    background: #F5D675;
    border: 1px solid #fff; }
  .content-reason td {
    background: #fff;
    border: 1px solid #F5D675;
    width: 35%; }
    .content-reason td:first-child {
      width: auto; }
    .content-reason td img {
      height: 3em; }

.content-choise {
  padding-top: 8rem; }
  .content-choise h3 {
    font-size: clamp(18px, 6.4vw, 44px); }
  .content-choise .container {
    position: relative;
    padding: 2rem 0 0;
    color: #fff; }
    .content-choise .container::after {
      content: "";
      position: absolute;
      z-index: -1;
      background: #AAE45F;
      left: -4%;
      top: -4%;
      width: 108%;
      height: 108%;
      border-radius: 12px;
      clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%); }
  .content-choise .flex {
    max-width: 1080px;
    margin: auto;
    gap: 4rem;
    margin-bottom: 1rem;
    justify-content: space-between;
    padding-top: 2rem; }
  .content-choise .col-4 {
    flex: 0 0 48%;
    background: #fff;
    border: 3px solid #209213;
    border-radius: 12px;
    color: #222;
    padding: 2.5rem 2rem 2rem;
    position: relative; }
  .content-choise .choise-standard {
    background: #FCF8E2; }
  .content-choise .no1 {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    color: #FF8810;
    background: #FFFF00;
    border-radius: 64px;
    border: 3px solid #209213;
    padding: 8px 24px;
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 54%; }
    .content-choise .no1 b {
      font-size: clamp(16px, 2.8vw, 28px); }
  .content-choise .list-notice li {
    background-size: 2.4rem;
    min-height: 3.2rem;
    padding-left: 3rem;
    padding-top: .5rem;
    font-size: 1.1em; }
  .content-choise h5 {
    text-align: center;
    color: #209213;
    font-weight: 800;
    font-size: clamp(22px, 3vw, 30px);
    padding-bottom: 1rem; }
  .content-choise h4 {
    padding: 4rem 0;
    font-size: clamp(16px, 3.2vw, 32px);
    text-align: center;
    position: relative; }
    .content-choise h4 b {
      position: relative;
      z-index: 2; }
    .content-choise h4::after {
      content: "";
      position: absolute;
      z-index: 0;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      opacity: 0.3;
      background: url("../images/dougaicon.png") no-repeat center top/contain; }

.content-entry {
  padding-bottom: 0; }

.list-video {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 4rem; }
  .list-video li {
    flex: 0 0 calc(25% - 18px);
    box-shadow: 0 1px 6px #ccc;
    border-radius: 12px;
    overflow: hidden; }
    .list-video li i {
      display: block; }
    .list-video li b {
      display: block;
      padding: 8px;
      text-align: center;
      font-size: 0.95em; }
    .list-video li span {
      display: block;
      padding: 8px 8px 1rem;
      font-size: 0.8em; }

.content-flow {
  background: #F1F9E9; }
  .content-flow h3::after {
    content: none; }
  .content-flow h3 em {
    position: relative;
    display: inline-block;
    font-size: 15px;
    background: #FF8810;
    border-radius: 40px;
    color: #fff;
    padding: 12px 24px;
    white-space: nowrap; }
    .content-flow h3 em::after {
      content: "";
      position: absolute;
      top: 99%;
      left: calc(50% - 8px);
      width: 16px;
      height: 20px;
      clip-path: polygon(0 0, 100% 0, 50% 100%);
      background: #FF8810; }
  .content-flow h3 b {
    padding-top: 1rem;
    display: block;
    color: #76C425; }

.list-flow {
  width: 1080px;
  max-width: 100%;
  margin: auto; }
  .list-flow li {
    display: flex;
    position: relative; }
    .list-flow li::after {
      content: "";
      width: 4px;
      height: 100%;
      position: absolute;
      left: 38px;
      top: 8px;
      background: #76C425;
      z-index: 1; }
    .list-flow li:last-child::after {
      content: none; }
    .list-flow li i {
      flex: 0 0 80px;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      background: #76C425;
      border-radius: 50%;
      font-size: 54px;
      font-weight: 800;
      line-height: 1;
      padding-bottom: 0.2em;
      position: relative;
      z-index: 3; }
    .list-flow li span {
      flex: 1;
      padding-left: 1rem;
      padding-bottom: 2rem; }
    .list-flow li b {
      display: block;
      color: #76C425;
      font-size: 1.4em; }

.list-voice {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px; }
  .list-voice li {
    flex: 0 0 calc(25% - 13px);
    box-shadow: 0 1px 6px #ccc;
    border-radius: 12px;
    overflow: hidden;
    padding: 2rem  1rem 1rem; }
  .list-voice i {
    display: block;
    text-align: center; }
    .list-voice i img {
      width: 100px; }
  .list-voice span {
    display: block;
    font-size: 0.9em;
    padding: 0.8rem 0; }
  .list-voice em {
    display: block;
    text-align: right;
    font-size: 13px; }

.content-faq {
  background: #DDE7F8; }
  .content-faq h3 {
    margin-bottom: 6rem; }

.qa {
  overflow: hidden;
  border-radius: 12px;
  width: 1080px;
  margin: auto;
  max-width: 100%;
  background: #fff;
  margin-bottom: 1rem; }
  .qa dt,
  .qa dd {
    display: flex;
    justify-content: space-between; }
    .qa dt i,
    .qa dd i {
      background: #76C425;
      flex: 0 0 100px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-size: clamp(16px, 3vw, 28px);
      font-weight: 800;
      min-height: 4rem; }
    .qa dt b,
    .qa dd b {
      flex: 1;
      padding: 2rem;
      display: flex;
      align-items: center;
      font-size: 1.1em;
      font-weight: 600; }
    .qa dt span,
    .qa dd span {
      flex: 0 0 100px;
      padding: 1rem;
      display: flex;
      align-items: center; }
      .qa dt span em,
      .qa dd span em {
        width: 100%;
        position: relative;
        border-radius: 50%;
        background: #76C425;
        aspect-ratio: 1 / 1; }
        .qa dt span em::before, .qa dt span em::after,
        .qa dd span em::before,
        .qa dd span em::after {
          content: "";
          position: absolute;
          width: 50%;
          height: 2px;
          background: #fff;
          left: 25%;
          top: 50%;
          transition-duration: 0.3s; }
        .qa dt span em::after,
        .qa dd span em::after {
          transform: rotate(90deg); }
  .qa dt {
    cursor: pointer; }
    .qa dt:hover span em {
      opacity: 0.8; }
  .qa dd i {
    background: #fff;
    color: #76C425; }
  .qa dd b {
    font-weight: 400; }

.open dt {
  border-bottom: 1px dashed #ccc; }
  .open dt span em::after {
    transform: rotate(0deg); }

.flex {
  display: flex;
  justify-content: space-between; }

.justify-center {
  justify-content: center; }

.col-6 {
  flex: 0 0 48.5%; }

.col-5 {
  flex: 0 0 42.5%; }

.flex2 p,
.flex2 figure {
  flex: 0 0 48%;
  padding: 8px 0; }

.content-cta {
  background: #9DC93A;
  text-align: center; }
  .content-cta h2 {
    color: #fff;
    font-size: clamp(16px, 3vw, 28px);
    margin-bottom: 0.5rem; }
    .content-cta h2 em {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      position: relative; }
      .content-cta h2 em::before, .content-cta h2 em::after {
        content: "";
        background: url("../images/left.png") no-repeat center bottom;
        background-size: contain;
        width: 32px;
        height: 33px;
        display: block; }
      .content-cta h2 em::after {
        background-image: url("../images/right.png"); }
  .content-cta .btn-cta {
    width: 480px;
    max-width: 88%;
    margin: auto;
    font-size: clamp(16px, 3.2vw, 26px);
    position: relative;
    transition-duration: 0.4s; }
    .content-cta .btn-cta:hover {
      transform: translateY(4px); }

.pagetop {
  position: sticky;
  z-index: 10;
  bottom: 8px; }
  .pagetop p {
    text-align: right;
    position: absolute;
    right: 8px;
    bottom: 8px;
    font-size: 12px; }
    .pagetop p a {
      display: inline-flex;
      position: relative;
      border-radius: 10px;
      padding: 8px;
      width: 40px;
      height: 40px;
      background: #fff;
      border-radius: 50%;
      border: 1px solid #AAE45F;
      transition-duration: 0.4s; }
      .pagetop p a::after {
        position: absolute;
        content: "";
        left: 50%;
        top: 46%;
        width: 16px;
        height: 12px;
        clip-path: polygon(0 100%, 50% 0, 100% 100%);
        background: #AAE45F;
        transform: translate(-50%, -50%);
        transform-origin: center; }
      .pagetop p a:hover {
        opacity: 0.8;
        background: #AAE45F; }
        .pagetop p a:hover::after {
          background: #fff; }

.footer {
  background: #EAE7E0;
  padding: 4rem 0;
  font-size: 0.8em; }
  .footer a {
    color: #333; }
  .footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }

.footer-txt p {
  padding-bottom: 1rem; }
.footer-txt ul {
  display: flex; }
.footer-txt li {
  padding: 0 8px 0 0; }
  .footer-txt li img {
    width: 32px; }
  .footer-txt li a:hover {
    opacity: 0.8; }

.footer-menu ul {
  display: flex; }
.footer-menu li {
  padding: 0 0 0 1em; }
.footer-menu a {
  text-decoration: underline; }
.footer-menu a:hover {
  color: #FF8810; }

.footer-copy {
  text-align: center;
  flex: 0 0 100%;
  font-size: 11px;
  padding: 1rem 0 0; }

.tb,
.sp {
  display: none; }

.sm {
  display: none; }

@media (max-width: 1240px) {
  .case-list li,
  .list-video li {
    flex: 0 0 calc(33% - 24px); }

  .content-online dl {
    padding: 0 1rem; } }
@media (max-width: 768px) {
  .sp {
    display: block; }

  br.sp {
    display: inline; }

  .pc {
    display: none; }

  .kv p {
    display: none; }
  .kv h2 {
    top: auto;
    bottom: 0;
    text-align: left; }

  .content {
    padding: 8vw 0 4vw; }

  .content-cta {
    transition-duration: 0.8s;
    position: sticky;
    bottom: 0;
    padding: 8px 8px 16px;
    z-index: 9; }
    .content-cta .container {
      padding-bottom: 8px; }
    .content-cta h2 {
      padding: 0;
      margin: 0 auto; }
    .content-cta.show {
      transform: translateY(0);
      opacity: 1; }

  .flex {
    display: block; }

  .case-list li,
  .list-video li,
  .list-voice li {
    flex: 0 0 calc(50% - 13px); }

  .case-list li {
    font-size: 0.9em;
    padding: 1em; }

  .bgimg {
    margin-bottom: 2rem; }

  .bgimg figure::after {
    right: -8px; }

  .content-down {
    overflow: hidden; }
    .content-down .flex {
      margin-bottom: 2rem; }
    .content-down .list-notice li {
      margin-bottom: 1em; }

  .content-down .container::after {
    height: 100%;
    top: -2%;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 50% 100%, 0 92%); }

  .content-online {
    padding-top: 0; }

  .overflow {
    overflow-x: auto; }

  .content-choise {
    overflow: hidden;
    padding-bottom: 16vw; }
    .content-choise h3 {
      margin-bottom: 2rem; }
    .content-choise .container {
      padding-top: 0; }
      .content-choise .container::after {
        left: -4%;
        top: -4%;
        width: 108%;
        height: 108%;
        clip-path: polygon(0 0, 100% 0, 100% 94%, 50% 100%, 0 94%); }
    .content-choise .col-4 {
      margin-bottom: 2rem; }

  .content-faq h3,
  .content-reason h3 {
    margin-bottom: 4rem; }

  .content-entry {
    padding-top: 4vw; }

  .content-flow h3 {
    margin-bottom: 2rem; }

  .list-voice {
    padding-top: 1rem; } }
.ssp {
  display: none; }

@media (max-width: 480px) {
  body {
    font-size: 16px; }

  .ssp {
    display: inline; }

  body {
    overflow-x: hidden; }

  .content h3 span {
    font-size: 0.65em; }

  .case-list li i {
    max-width: 64%; }

  .content-reason th, .content-reason td {
    font-size: 0.82em;
    padding: 8px 4px;
    line-height: 1.3;
    min-width: 30vw;
    width: auto; }
    .content-reason th img, .content-reason td img {
      height: 2rem; }
  .content-reason td:first-child {
    min-width: 10%; }

  .content-cta h2 em {
    font-size: 0.9em; }

  .content-flow h3 em {
    padding: 12px;
    letter-spacing: -0.05em;
    font-size: 14px; }

  .list-flow li {
    line-height: 1.5; }
    .list-flow li::after {
      left: 8vw; }
    .list-flow li b {
      font-size: 1.12em; }
    .list-flow li i {
      flex: 0 0 16vw;
      height: 16vw;
      font-size: 8vw; }

  .list-voice {
    gap: 16px;
    font-size: 0.8em; }
    .list-voice li {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    .list-voice em {
      font-size: 11px; }

  .content-choise .list-notice li {
    font-size: 1em; }

  .qa dt i,
  .qa dd i,
  .qa dt span,
  .qa dd span {
    flex: 0 0 16vw; }

  .qa dt b,
  .qa dd b {
    padding: 1em;
    font-size: 1em; }

  .pagetop {
    position: relative; }
    .pagetop p {
      bottom: auto;
      top: 16px; } }

/*# sourceMappingURL=page.css.map */
