@charset "UTF-8";
/* ======================================================
pc
====================================================== */
@media (min-width: 1001px) {
  .mv {
    margin-top: 80px;
    position: relative;
    height: 420px;
  }
  .mv__chara {
    width: 420px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-600px);
        -ms-transform: translateX(-600px);
            transform: translateX(-600px);
    z-index: 10;
  }
  .mv__catch {
    width: 877px;
    position: absolute;
    bottom: -25px;
    left: 50%;
    -webkit-transform: translateX(-360px);
        -ms-transform: translateX(-360px);
            transform: translateX(-360px);
    z-index: 9997;
  }
  .mv__balloon {
    max-width: 334px;
    width: 26%;
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-173%);
        -ms-transform: translateX(-173%);
            transform: translateX(-173%);
    z-index: 8;
  }
  .mv__btn {
    width: 180px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(285px);
        -ms-transform: translateX(285px);
            transform: translateX(285px);
    z-index: 9998;
  }
  .nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    position: relative;
    z-index: 9998;
  }
  .nav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav ul li:not(:first-of-type)::before {
    content: "・";
  }
  .nav ul li a {
    padding: 0 20px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  /* intro
  ---------------------------------------------------------------------- */
  .intro {
    padding: 60px 0 35px;
  }
  .intro__ttl {
    text-align: center;
    margin-bottom: 30px;
  }
  .intro__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  .intro__chara {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }
  .intro__balloon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 528px;
    gap: 15px;
  }
  .intro__balloon_left img:last-child {
    margin-right: -10px;
  }
  .intro__balloon_right {
    margin-left: 20px;
  }
  .intro__balloon_right img:last-child {
    margin-left: -20px;
  }
  .intro__solution {
    text-align: center;
  }
  /* sales
  ---------------------------------------------------------------------- */
  .sales {
    padding: 60px 0;
  }
  .sales__ttl {
    font-size: 5rem;
    font-weight: 900;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 70px;
  }
  .sales__ttl .sub {
    font-size: 4rem;
  }
  .sales__ttl_logo {
    width: 200px;
    margin-right: 20px;
  }
  .sales__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 95px;
    margin-bottom: 100px;
  }
  .sales__list li {
    width: 49%;
    max-width: 515px;
    border: 4px solid #000;
    background-color: #fff;
    border-radius: 36px;
    padding: 25px;
    position: relative;
  }
  .sales__list li::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: #000;
    position: absolute;
    bottom: -10px;
    right: -10px;
    border-radius: 36px;
    z-index: -1;
  }
  .sales__wrap {
    margin: -60px 0 20px;
  }
  .sales__list_ttl {
    background-color: #FFEE58;
    border: 4px solid #000000;
    border-radius: 50%;
    width: 240px;
    height: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 900;
    font-size: 4.4rem;
    font-family: "M PLUS Rounded 1c", sans-serif;
    text-align: center;
    margin-right: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .sales__list_ttl .sub {
    font-size: 3.8rem;
  }
  .sales__img {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    text-align: center;
  }
  .sales__txt span {
    font-weight: 900;
  }
  .sales__list li:nth-of-type(1) .sales__img {
    top: -22px;
  }
  .sales__list li:nth-of-type(2) .sales__img {
    right: -20px;
    top: -22px;
  }
  .sales__list li:nth-of-type(3) .sales__img {
    right: 4px;
    top: -15px;
  }
  .sales__list li:nth-of-type(4) .sales__img {
    top: 30px;
    width: 53%;
  }
  /* support
  ---------------------------------------------------------------------- */
  .support {
    padding: 60px 0;
  }
  .support__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 50px;
    padding: 30px 10px;
  }
  .support__list li {
    width: 31.5%;
    -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.25) inset;
            box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.25) inset;
    background-color: #fff;
    border-radius: 20px;
    padding: 30px 20px 30px;
    line-height: 1.45;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .support__ttl {
    color: #00ADA9;
    font-size: 4rem;
    font-weight: 900;
    font-family: "M PLUS Rounded 1c", sans-serif;
    text-align: center;
    line-height: 1;
  }
  .support__img {
    text-align: center;
  }
  .support__txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  /* quality
  ---------------------------------------------------------------------- */
  .quality {
    padding: 60px 0 100px;
  }
  .quality__wrap {
    padding: 35px 0 60px;
  }
  .quality__ttl {
    color: #00ADA9;
    font-weight: 900;
    font-size: 4rem;
    border-bottom: 1px solid #00ADA9;
    text-align: left;
    padding-left: 25%;
  }
  .quality__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    padding: 20px 30px;
  }
  .quality__txt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 420px;
            flex: 0 0 420px;
  }
  .quality__img_left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 200px;
            flex: 0 1 200px;
    margin: -80px 4% 0 2%;
  }
  .quality__img_right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 460px;
            flex: 0 1 460px;
    margin-top: -80px;
  }
  .quality__img_right figcaption {
    margin-left: 3%;
    font-size: 1.8rem;
  }
  /* area
  ---------------------------------------------------------------------- */
  .area {
    padding: 60px 0 120px;
  }
  .area__dl {
    padding: 0 40px;
  }
  .area__dl dt {
    font-size: 3rem;
    font-weight: 900;
    color: #00ADA9;
    width: 400px;
    background-color: #FFEE58;
    border-radius: 60px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 13px;
  }
  .area__dl dd {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 500;
  }
  .area__dl:first-of-type {
    margin-bottom: 35px;
  }
  /* faq
  ---------------------------------------------------------------------- */
  .faq {
    padding: 60px 0;
  }
  .faq__wrap {
    padding: 25px 0 60px;
  }
  .faq__item {
    background: rgba(0, 173, 169, 0.25);
    /*transition: background .5s;*/
  }
  .faq__item.active {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 173, 169, 0.25)), to(rgba(0, 173, 169, 0)));
    background: linear-gradient(180deg, rgba(0, 173, 169, 0.25) 0%, rgba(0, 173, 169, 0) 100%);
  }
  .faq__item {
    margin-bottom: 20px;
    padding: 0 20px;
    border-radius: 37px;
  }
  .faq__item dt {
    color: #00ADA9;
    padding: 13px 60px 13px 25px;
    position: relative;
    cursor: pointer;
    font-size: 2.4rem;
    font-weight: 900;
    text-indent: -1em;
    margin-left: 1em;
    text-align: justify;
  }
  .faq__item dt::before {
    content: "Q.";
  }
  .faq__item dt::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 0 12.5px 25px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .faq__item.active dt {
    border-bottom: 1px solid #fff;
  }
  .faq__item.active dt::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .faq__item dd {
    display: none;
    padding: 10px 30px 25px 45px;
    font-size: 1.8rem;
    font-weight: 300;
    text-align: justify;
  }
  .faq__item dd span {
    font-weight: 500;
  }
  /* plsn
  ---------------------------------------------------------------------- */
  .plan {
    padding: 60px 0;
  }
  .plan__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 50px 40px;
    padding: 45px 30px 0;
    margin-bottom: 40px;
  }
  .plan__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
  .plan__txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: #fff;
  }
  .plan__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 422px;
            flex: 0 1 422px;
  }
  /* flow
  ---------------------------------------------------------------------- */
  .flow {
    padding: 60px 0 100px;
  }
  .flow__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
    padding: 20px 0;
  }
  .flow__list li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
  }
  .flow__list li::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15.5px 0 15.5px 21px;
    border-color: transparent transparent transparent #E60012;
    position: absolute;
    top: 30%;
    right: -30px;
  }
  .flow__list li:last-of-type::after {
    content: none;
  }
  .flow__txt {
    width: 840px;
    margin: 0 auto;
    padding: 30px 0;
    margin-bottom: 65px;
    margin-top: 25px;
  }
  /* fee
  ---------------------------------------------------------------------- */
  .fee {
    padding: 60px 0 80px;
  }
  .fee .ctitle {
    margin-bottom: 30px;
  }
  .fee__table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    text-align: center;
  }
  .fee__table th {
    background-color: #B3E7E6;
    border: 1px solid #4C4B4C;
    padding: 15px 15px;
    vertical-align: middle;
    font-size: 2.8rem;
    font-weight: 500;
  }
  .fee__table td {
    border: 1px solid #4C4B4C;
    padding: 15px 15px;
    background-color: #fff;
    vertical-align: middle;
  }
  .fee__table tr > *:first-child {
    width: 359px;
  }
  .fee__num {
    color: #E83828;
    font-weight: bold;
    font-size: 3.6rem;
  }
  .fee__note {
    color: #fff;
    padding: 23px 0;
  }
  .fee__note li {
    text-indent: -1em;
    margin-left: 1em;
  }
  .fee__ttl_sub {
    font-size: 2.4rem;
  }
  .fee__table.fee__table_limited tr > *:first-child {
    width: 320px;
    padding: 30px 15px;
  }
  .fee__table.fee__table_limited tr > *:nth-child(2) {
    width: 200px;
  }
  .fee__table.fee__table_limited tr > *:last-child {
    text-align: left;
    font-size: 1.8rem;
    padding: 5px 15px;
  }
  /* achievement
  ---------------------------------------------------------------------- */
  .achievement {
    padding: 60px 0;
  }
  .achievement__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 60px 0 40px;
  }
  .achievement__img {
    width: 213px;
    margin-right: 55px;
    margin-top: -70px;
  }
  .achievement__txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .achievement__txt li {
    text-indent: -1em;
    margin-left: 1em;
  }
  .achievement__txt li::before {
    content: "・";
  }
  /* contact
  ---------------------------------------------------------------------- */
  .contact {
    padding: 60px 0 130px;
  }
  .contact__wrap {
    background-color: #fff;
    padding: 40px 50px 47px;
    border-radius: 20px;
    margin-top: 30px;
  }
  .required::after {
    content: "*";
    color: #FF0000;
  }
  .contact__lead {
    text-align: center;
    margin-bottom: 10px;
  }
  .contact__note {
    font-size: 1.6rem;
    text-align: right;
  }
  .contact_form {
    font-size: 1.8rem;
  }
  label {
    margin-left: 10px;
    margin-bottom: 3px;
    display: block;
  }
  .radio__wrap,
  textarea,
  input[type=tel],
  input[type=text],
  input[type=mail] {
    display: block;
    padding: 20px 15px;
    font-size: 1.8rem;
    width: 100%;
    border: none;
    border-radius: 10px;
    background-color: rgba(0, 173, 169, 0.2);
    margin-bottom: 25px;
  }
  textarea {
    resize: none;
    line-height: 1.4;
  }
  input[type=text]:last-of-type {
    margin-bottom: 0;
  }
  .submit_btn {
    width: 280px;
    margin: 55px auto 0;
  }
  .submit_btn input[type=submit] {
    cursor: pointer;
    width: 100%;
    line-height: 50px;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    background-color: #61C1BE;
    text-align: center;
    border-radius: 6px;
    position: relative;
    border: none;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .submit_btn::after {
    content: "";
    display: block;
    background-color: #387371;
    width: 100%;
    height: 100%;
    width: 280px;
    height: 50px;
    text-align: center;
    border-radius: 6px;
    margin-top: -45px;
  }
  .submit_btn:hover {
    opacity: 0.8;
  }
  .submit_btn:hover input[type=submit] {
    -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
            transform: translateY(5px);
  }
  .radio__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .radio__wrap label {
    margin-bottom: 0;
  }
  input[type=radio] {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -4px;
    margin-right: 5px;
  }
  .year_month {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 25px;
  }
  .year_month input[type=text] {
    width: 95px;
    margin: 0 15px 0 0;
  }
  .year_month span {
    margin-right: 35px;
  }
  .year_month_day {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 25px;
  }
  .unit span {
    width: 60px;
    text-align: center;
  }
  .error_messe {
    color: red;
    margin-top: -20px;
    margin-bottom: 25px;
  }
  /* thanks
  ---------------------------------------------------------------------- */
  .thanks .ctitle {
    font-size: 4rem;
  }
  .thanks .mv {
    padding: 50px 0;
  }
  .thanks .mv__txt {
    color: #fff;
    text-align: center;
    position: absolute;
    line-height: 1.9;
    bottom: 149px;
    left: 50%;
    -webkit-transform: translateX(37px);
        -ms-transform: translateX(37px);
            transform: translateX(37px);
    z-index: 9998;
  }
  .thanks .mv__chara {
    -webkit-transform: translateX(-450px);
        -ms-transform: translateX(-450px);
            transform: translateX(-450px);
  }
}
@media (max-width: 1000px) {
  .mv {
    margin-top: 80px;
    position: relative;
    height: 85vw;
  }
  .mv__chara {
    width: 60vw;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-78%);
        -ms-transform: translateX(-78%);
            transform: translateX(-78%);
    z-index: 10;
  }
  .mv__catch {
    width: 95vw;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-49%);
        -ms-transform: translateX(-49%);
            transform: translateX(-49%);
    z-index: 9997;
    top: 5vw;
  }
  .mv__balloon {
    width: 35vw;
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-135%);
        -ms-transform: translateX(-135%);
            transform: translateX(-135%);
    z-index: 8;
  }
  .mv__btn {
    width: 30vw;
    position: absolute;
    bottom: 3vw;
    left: 50%;
    -webkit-transform: translateX(45%);
        -ms-transform: translateX(45%);
            transform: translateX(45%);
    z-index: 9998;
  }
  .nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    z-index: 9998;
    padding: 10px 0;
  }
  .nav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav ul li:not(:first-of-type)::before {
    content: "・";
  }
  .nav ul li a {
    padding: 0 20px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  /* intro
  ---------------------------------------------------------------------- */
  .intro {
    padding: 60px 0 35px;
  }
  .intro__ttl {
    text-align: center;
    margin: 0 auto 30px;
    width: 87%;
  }
  .intro__wrap {
    margin-bottom: 30px;
  }
  .intro__chara {
    text-align: center;
  }
  .intro__chara img {
    width: 39%;
  }
  .intro__balloon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1vw;
  }
  .intro__balloon * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .intro__balloon img {
    width: 100%;
  }
  .intro__solution {
    text-align: center;
  }
  .intro__solution img {
    width: 90%;
  }
  /* sales
  ---------------------------------------------------------------------- */
  .sales {
    padding: 60px 0 100px;
  }
  .sales__ttl {
    font-size: 3.2rem;
    font-weight: 900;
    margin-bottom: 70px;
    text-align: justify;
  }
  .sales__ttl .sub {
    font-size: 2.7rem;
  }
  .sales__ttl_logo {
    width: 50vw;
  }
  .sales__list {
    margin-bottom: 100px;
  }
  .sales__list li {
    max-width: 515px;
    margin: 0 auto 80px;
    border: 4px solid #000;
    background-color: #fff;
    border-radius: 36px;
    padding: 25px 3vw;
    position: relative;
  }
  .sales__list li::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: #000;
    position: absolute;
    bottom: -10px;
    right: -10px;
    border-radius: 36px;
    z-index: -1;
  }
  .sales__wrap {
    margin: -60px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .sales__list_ttl {
    background-color: #FFEE58;
    border: 4px solid #000000;
    border-radius: 50%;
    width: min(50vw, 250px);
    height: min(50vw, 250px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 900;
    font-size: 3rem;
    font-size: min(9vw, 3rem);
    font-family: "M PLUS Rounded 1c", sans-serif;
    text-align: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 32%;
  }
  .sales__list_ttl .sub {
    font-size: min(8vw, 2.5rem);
  }
  .sales__img {
    width: 42%;
    text-align: center;
    position: absolute;
    left: 55%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sales__list li:nth-of-type(2) .sales__img {
    width: 52%;
    left: 55%;
  }
  .sales__list li:nth-of-type(3) .sales__img {
    width: 48%;
    left: 57%;
  }
  .sales__list li:nth-of-type(4) .sales__img {
    width: 51%;
    left: 57%;
  }
  .sales__txt span {
    font-weight: 900;
  }
  /* support
  ---------------------------------------------------------------------- */
  .support {
    padding: 60px 0 100px;
  }
  .support__list {
    gap: 5vw;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 40px 10px 0;
  }
  .support__list li {
    -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.25) inset;
            box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.25) inset;
    background-color: #fff;
    border-radius: 20px;
    padding: 30px 20px 30px;
    line-height: 1.45;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .support__ttl {
    color: #00ADA9;
    font-size: 3rem;
    font-weight: 900;
    font-family: "M PLUS Rounded 1c", sans-serif;
    text-align: center;
    line-height: 1;
  }
  .support__img {
    text-align: center;
  }
  .support__txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  /* quality
  ---------------------------------------------------------------------- */
  .quality {
    padding: 60px 0 100px;
  }
  .quality__wrap {
    padding: 35px 0 60px;
  }
  .quality__ttl {
    color: #00ADA9;
    font-weight: 900;
    font-size: 3rem;
    border-bottom: 1px solid #00ADA9;
    text-align: left;
  }
  .quality__item {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 5vw;
  }
  .quality__txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .quality__img_left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    text-align: center;
  }
  .quality__img_right {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
  .quality__img_right img {
    width: 100%;
  }
  .quality__img_right figcaption {
    margin-left: 3%;
    font-size: 1.8rem;
  }
  .quality__item:last-of-type .quality__img_left img {
    width: 94%;
  }
  /* area
  ---------------------------------------------------------------------- */
  .area {
    padding: 60px 0 100px;
  }
  .area__map {
    margin-bottom: 30px;
  }
  .area__dl dt {
    font-size: 3rem;
    font-weight: 900;
    color: #00ADA9;
    max-width: 400px;
    background-color: #FFEE58;
    border-radius: 60px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 13px;
  }
  .area__dl dd {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 500;
  }
  .area__dl:first-of-type {
    margin-bottom: 35px;
  }
  /* faq
  ---------------------------------------------------------------------- */
  .faq {
    padding: 60px 0;
  }
  .faq__wrap {
    padding: 25px 0;
  }
  .faq__item {
    background: rgba(0, 173, 169, 0.2);
    -webkit-transition: background 1.3s;
    transition: background 1.3s;
  }
  .faq__item.active {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 173, 169, 0.25)), to(rgba(0, 173, 169, 0)));
    background: linear-gradient(180deg, rgba(0, 173, 169, 0.25) 0%, rgba(0, 173, 169, 0) 100%);
  }
  .faq__item {
    margin-bottom: 20px;
    padding: 0 3vw;
    border-radius: 37px;
  }
  .faq__item dt {
    color: #00ADA9;
    padding: 13px 7vw 13px 3vw;
    position: relative;
    cursor: pointer;
    font-size: 2rem;
    font-weight: 900;
    text-indent: -1em;
    margin-left: 1em;
    text-align: justify;
  }
  .faq__item dt::before {
    content: "Q.";
  }
  .faq__item dt::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: min(1.7857142857vw, 12.5px) 0 min(1.7857142857vw, 12.5px) min(3.5714285714vw, 25px);
    border-color: transparent transparent transparent #fff;
    position: absolute;
    right: 1vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .faq__item.active dt {
    border-bottom: 1px solid #fff;
  }
  .faq__item.active dt::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .faq__item dd {
    display: none;
    padding: 10px 3vw 25px 5vw;
    font-size: 1.8rem;
    font-weight: 300;
    text-align: justify;
  }
  .faq__item dd span {
    font-weight: 500;
  }
  /* plsn
  ---------------------------------------------------------------------- */
  .plan {
    padding: 60px 0 100px;
  }
  .plan__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
    padding: 45px 0 0;
    margin-bottom: 40px;
  }
  .plan__txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: #fff;
    margin-bottom: 30px;
  }
  .plan__img img {
    width: 100%;
  }
  /* flow
  ---------------------------------------------------------------------- */
  .flow {
    padding: 60px 0 100px;
  }
  .flow__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 6.6666666667%;
    padding: 40px 0 5px;
    max-width: 695px;
    margin: 0 auto;
  }
  .flow__list li {
    width: 20%;
    position: relative;
  }
  .flow__list li::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.9230769231vw 0 1.9230769231vw 2.5641025641vw;
    border-color: transparent transparent transparent #E60012;
    position: absolute;
    top: 30%;
    right: -22%;
  }
  .flow__list li:last-of-type::after {
    content: none;
  }
  .flow__list--wrap {
    gap: 6%;
  }
  .flow__list--wrap li:first-of-type {
    margin-left: 17%;
  }
  .flow__list--wrap li:first-of-type::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.9230769231vw 0 1.9230769231vw 2.5641025641vw;
    border-color: transparent transparent transparent #E60012;
    position: absolute;
    top: 30%;
    left: -22%;
  }
  .flow__list_arrow {
    max-width: 695px;
    margin: 0 auto;
  }
  .flow__list_arrow.flow__list_arrow--s {
    width: 90%;
    margin-right: auto;
    margin-left: 0;
  }
  .flow__txt {
    text-align: justify;
    padding: 30px 0;
    margin-bottom: 30px;
    margin-top: 25px;
  }
  /* fee
  ---------------------------------------------------------------------- */
  .fee {
    padding: 60px 0 100px;
  }
  .fee .ctitle {
    margin-bottom: 30px;
  }
  .fee__table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    text-align: center;
  }
  .fee__table th {
    background-color: #B3E7E6;
    border: 1px solid #4C4B4C;
    padding: 15px 3vw;
    vertical-align: middle;
    font-size: min(5vw, 2.8rem);
    font-weight: 500;
  }
  .fee__table td {
    border: 1px solid #4C4B4C;
    padding: 15px 3vw;
    font-size: min(5vw, 2.8rem);
    background-color: #fff;
    vertical-align: middle;
  }
  .fee__table td.fee__num {
    color: #E83828;
    font-weight: bold;
    font-size: min(6vw, 3.6rem);
  }
  .fee__note {
    color: #fff;
    padding: 23px 0;
  }
  .fee__note li {
    text-indent: -1em;
    margin-left: 1em;
  }
  .fee__ttl_sub {
    font-size: min(5vw, 2.4rem);
  }
  .fee__table.fee__table_limited tr > *:last-child {
    text-align: justify;
    font-size: 1.8rem;
    display: block;
  }
  .fee__table.fee__table_limited th,
  .fee__table.fee__table_limited td {
    display: block;
  }
  .fee__table.fee__table_limited th {
    border-bottom: none;
  }
  .fee__table.fee__table_limited td {
    border-bottom: none;
  }
  .fee__table.fee__table_limited tr:last-child td:last-child {
    border-bottom: 1px solid #4C4B4C;
  }
  /* achievement
  ---------------------------------------------------------------------- */
  .achievement {
    padding: 60px 0;
  }
  .achievement__item {
    padding: 40px 0 0;
  }
  .achievement__img {
    width: 213px;
    margin: 0 auto 20px;
  }
  .achievement__txt li {
    text-indent: -1em;
    margin-left: 1em;
  }
  .achievement__txt li::before {
    content: "・";
  }
  /* contact
  ---------------------------------------------------------------------- */
  .contact {
    padding: 60px 0 130px;
  }
  .contact__wrap {
    background-color: #fff;
    padding: 40px 5vw 47px;
    border-radius: 20px;
    margin-top: 30px;
  }
  .required::after {
    content: "*";
    color: #FF0000;
  }
  .contact__lead {
    text-align: justify;
    margin-bottom: 30px;
  }
  .contact__note {
    font-size: 1.6rem;
    text-align: right;
  }
  .contact_form {
    font-size: 1.8rem;
  }
  label {
    margin-left: 10px;
    margin-bottom: 3px;
    display: block;
  }
  .radio__wrap,
  textarea,
  input[type=tel],
  input[type=text],
  input[type=mail] {
    display: block;
    padding: 20px 15px;
    font-size: 1.8rem;
    width: 100%;
    border: none;
    border-radius: 10px;
    background-color: rgba(0, 173, 169, 0.2);
    margin-bottom: 25px;
  }
  textarea {
    resize: none;
    line-height: 1.4;
  }
  input[type=text]:last-of-type {
    margin-bottom: 0;
  }
  .submit_btn {
    max-width: 280px;
    margin: 55px auto 0;
  }
  .submit_btn input[type=submit] {
    cursor: pointer;
    width: 100%;
    line-height: 50px;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    background-color: #61C1BE;
    text-align: center;
    border-radius: 6px;
    position: relative;
    border: none;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .submit_btn::after {
    content: "";
    display: block;
    background-color: #387371;
    width: 100%;
    height: 100%;
    max-width: 280px;
    height: 50px;
    text-align: center;
    border-radius: 6px;
    margin-top: -45px;
  }
  .submit_btn:hover {
    opacity: 0.8;
  }
  .submit_btn:hover input[type=submit] {
    -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
            transform: translateY(5px);
  }
  .radio__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .radio__wrap label {
    margin-bottom: 0;
  }
  input[type=radio] {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -4px;
    margin-right: 5px;
  }
  .year_month {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 25px;
    row-gap: 3vw;
  }
  .year_month input[type=text] {
    width: 26vw;
    max-width: 95px;
    margin: 0 3vw 0 0;
  }
  .year_month span {
    margin-right: 3vw;
  }
  .year_month_day {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 25px;
  }
  .unit span {
    width: 60px;
    text-align: center;
  }
  .error_messe {
    color: red;
    margin-top: -20px;
    margin-bottom: 25px;
  }
  /* thanks
  ---------------------------------------------------------------------- */
  .thanks .mv {
    padding: 50px 3vw 0;
    height: auto;
  }
  .thanks .mv__txt {
    margin: 20px 0;
    color: #fff;
    text-align: center;
    line-height: 1.9;
    position: relative;
    z-index: 11;
    font-size: 2rem;
  }
  .thanks .mv__chara {
    position: relative;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}/*# sourceMappingURL=index.css.map */