html {
  scroll-behavior: smooth;
}

@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  body {
    font-family: sans-serif;
    line-height: 1.6;
    color: #5a5550;
  }
  img {
    width: 100%;
  }
  .inner {
    width: 1200px;
    margin: auto;
  }
  header {
    padding: 1.2em 0;
    text-align: center;
  }
  header img {
    width: 325px;
  }
  .fv {
    position: relative;
    background-color: #ececec;
  }
  .fv .fv__btn {
    width: 44%;
    position: absolute;
    bottom: 11%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .problem {
    background-color: #ececec;
    padding: 8em 0 6em;
    text-align: center;
  }
  .problem .problem__baloon {
    position: relative;
  }
  .problem .problem__title {
    background: #fff;
    font-size: 3.8em;
    font-weight: bold;
    padding: 0.3em 0;
    border-radius: 1em;
    color: #39a1a0;
  }
  .problem .problem__title span {
    color: #f57d30;
  }
  .problem .problem__baloon-image {
    width: 85px;
    position: absolute;
    bottom: -95px;
    left: 100px;
  }
  .problem .problem__title-sub {
    font-size: 3.4em;
    margin: 0.4em 0;
  }
  .problem .problem__box {
    border: 4px solid #39a1a0;
    padding: 2em;
    position: relative;
  }
  .problem .problem__box .problem__box-text {
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.8;
  }
  .problem .problem__box .problem__box-image {
    position: absolute;
    bottom: 7em;
    right: -2em;
    width: 183px;
  }
  .problem .problem__box span {
    color: #f57d30;
  }
  .problem .problem__list {
    text-align: left;
    padding: 3em;
  }
  .problem .problem__list .problem__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 1.2em;
  }
  .problem .problem__list .problem__list-item span {
    color: #f57d30;
  }
  .problem .problem__list .problem__list-item .problem__list-image {
    width: 2em;
    margin-right: 0.4em;
    margin-top: 0.4em;
  }
  .problem .problem__list .problem__list-item .problem__list-text {
    font-size: 1.8em;
    font-weight: bold;
    color: #39a1a0;
    line-height: 1.4;
  }
  .problem .problem__list .problem__list-item .problem__list-text span {
    color: #f57d30;
  }
  .problem .problem__white-box {
    background-color: #fff;
    padding: 3em 0;
    border: 6px solid #39a1a0;
    border-radius: 5em;
    position: relative;
    margin-top: 3em;
  }
  .problem .problem__white-box-icon {
    width: 128px;
    position: absolute;
    top: -6em;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .problem .problem__white-box-text {
    font-size: 2.6em;
    font-weight: bold;
    color: #39a1a0;
    line-height: 1.3;
  }
  .problem span {
    color: #f57d30;
  }
  .point {
    padding: 6em 0 5em;
    background-color: #58b9b8;
    position: relative;
    font-weight: bold;
  }
  .point .point__title {
    font-size: 3.8em;
    text-align: center;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 1em;
  }
  .point .point__title span {
    color: #ffe96f;
  }
  .point .point__image {
    width: 396px;
    position: absolute;
    top: -4em;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    margin-right: -30em;
  }
  .point .point__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .point .point__list-item {
    width: 592px;
    margin-bottom: 1.2em;
    background-color: #fff;
    padding: 1.5em 1em;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .point .point__number {
    position: absolute;
    top: -1em;
    left: -2.5em;
    font-size: 1.2em;
    color: #fff;
    background: #f57d30;
    width: 5em;
    height: 5em;
    border-radius: 50%;
    text-align: center;
    line-height: 1;
    padding-top: 1em;
  }
  .point .point__number span {
    font-size: 2em;
  }
  .point .point__list-image {
    width: 200px;
    margin-right: 0.4em;
  }
  .point .point__list-text-block {
    width: 392px;
    margin-top: 0.5em;
  }
  .point .point__list-title {
    font-size: 1.8em;
    font-weight: bold;
    color: #f57d30;
    line-height: 1.4;
    margin-bottom: 0.5em;
  }
  .point .point__list-text {
    font-size: 1.5em;
    font-weight: bold;
  }
  .develop {
    padding: 6em 0;
    background-color: #ececec;
    position: relative;
    font-weight: bold;
  }
  .develop__title {
    font-size: 3.8em;
    text-align: center;
    color: #39a1a0;
    line-height: 1.3;
    margin-bottom: 1em;
  }
  .develop__list-item {
    margin-bottom: 2.5em;
    position: relative;
  }
  .develop__list-image {
    width: 250px;
    position: absolute;
    top: -4em;
    right: -1em;
  }
  .develop__list-item:last-child .develop__list-image {
    width: 230px;
    top: 13em;
  }
  .develop__list-title {
    background: #fff9da;
    font-size: 2.3em;
    color: #39a1a0;
    padding: 0.3em 0.9em;
  }
  .develop__list-text {
    background: #fff;
    font-size: 1.9em;
    padding: 1.2em;
  }
  .flow {
    padding: 6em 0;
    background-color: #58b9b8;
    position: relative;
    font-weight: bold;
  }
  .flow__title {
    font-size: 3.8em;
    text-align: center;
    color: #fff;
    margin-bottom: 0.5em;
  }
  .flow__list-item {
    margin-bottom: 1.2em;
    background: #fff9da;
    border-radius: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1em;
  }
  .flow__list-step {
    font-size: 1.9em;
    color: #fff;
    background: #39a1a0;
    border-radius: 1em;
    text-align: center;
    width: 120px;
    height: 120px;
    line-height: 1.1;
    padding-top: 0.5em;
    margin-right: 2em;
  }
  .flow__list-step span {
    font-size: 2em;
  }
  .flow__list-text {
    font-size: 1.8em;
  }
  .flow__list-text span {
    font-size: 1.4em;
    color: #f57d30;
  }
  .faq {
    padding: 8em 0 6em;
    background-color: #ececec;
    position: relative;
    font-weight: bold;
  }
  .faq__title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
  }
  .faq__title {
    font-size: 3.8em;
    text-align: center;
    color: #39a1a0;
    line-height: 1;
    margin-bottom: 0.8em;
  }
  .faq__image-before {
    width: 160px;
    position: absolute;
    top: -10em;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-left: -18em;
  }
  .faq__image-after {
    width: 160px;
    position: absolute;
    top: -13em;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    margin-right: -15em;
  }
  .faq__list-item {
    margin-bottom: 2.5em;
  }
  .faq__list-question {
    position: relative;
    margin-bottom: 1em;
  }
  .faq__list-question-icon {
    font-size: 2.8em;
    color: white;
    background: #ffc048;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -1em;
    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;
    z-index: 1;
  }
  .faq__list-question-text {
    font-size: 2.2em;
    color: #39a1a0;
    background: #fff;
    display: inline-block;
    padding: 0.2em 0.7em 0.2em 1.8em;
    border-radius: 0 2em 2em 0;
    position: relative;
  }
  .faq__list-question-text::after {
    content: "";
    position: absolute;
    right: -0.5em;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 0.5em solid white;
    border-top: 0.2em solid transparent;
    border-bottom: 0.2em solid transparent;
  }
  .faq__list-answer {
    font-size: 2em;
  }
  .cv {
    padding: 8em 0;
    background-color: #58b9b8;
  }
  .cv .cv__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cv__image {
    width: 400px;
    margin-right: 4em;
  }
  .cv__title {
    font-size: 4em;
    color: #fff;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 0.9em;
  }
  .cv__text {
    font-size: 2em;
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 0.4em;
    margin-bottom: 1em;
    line-height: 2;
  }
  .cv__text span {
    color: #ffe96f;
    font-weight: bold;
  }
  .cv__btn {
    width: 835px;
    margin: 5em auto 0;
  }
  #form {
    padding: 8em 0;
  }
  #form .inner {
    width: 800px;
  }
}
@media (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  body {
    font-family: sans-serif;
    line-height: 1.6;
    color: #5a5550;
    font-size: 6.5px;
  }
  img {
    width: 100%;
  }
  .inner {
    width: 84%;
    margin: auto;
  }
  header {
    padding: 1.6em 0;
    text-align: center;
  }
  header img {
    width: 23%;
  }
  .fv {
    position: relative;
    background-color: #ececec;
  }
  .fv .fv__btn {
    width: 70%;
    position: absolute;
    bottom: 7%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .problem {
    background-color: #ececec;
    padding: 8em 0 6em;
    text-align: center;
  }
  .problem .problem__baloon {
    position: relative;
  }
  .problem .problem__title {
    background: #fff;
    font-size: 2.6em;
    font-weight: bold;
    padding: 0.3em 0;
    border-radius: 1em;
    color: #39a1a0;
  }
  .problem .problem__title span {
    color: #f57d30;
  }
  .problem .problem__baloon-image {
    width: 20px;
    position: absolute;
    bottom: -22px;
    left: 22px;
  }
  .problem .problem__title-sub {
    font-size: 2.6em;
    margin: 0.6em 0;
  }
  .problem .problem__box {
    border: 2px solid #39a1a0;
    padding: 2em;
    position: relative;
  }
  .problem .problem__box .problem__box-text {
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.8;
  }
  .problem .problem__box .problem__box-image {
    position: absolute;
    bottom: 8em;
    right: -2.5em;
    width: 40px;
    background: #ececec;
    padding: 0.5em;
  }
  .problem .problem__box span {
    color: #f57d30;
  }
  .problem .problem__list {
    text-align: left;
    padding: 3em 2em;
  }
  .problem .problem__list .problem__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 1.2em;
  }
  .problem .problem__list .problem__list-item span {
    color: #f57d30;
  }
  .problem .problem__list .problem__list-item .problem__list-image {
    width: 2em;
    margin-right: 0.4em;
    margin-top: 0.4em;
  }
  .problem .problem__list .problem__list-item .problem__list-text {
    font-size: 1.8em;
    font-weight: bold;
    color: #39a1a0;
    line-height: 1.4;
  }
  .problem .problem__list .problem__list-item .problem__list-text span {
    color: #f57d30;
  }
  .problem .problem__white-box {
    background-color: #fff;
    padding: 4.3em 2em 3em;
    border: 3px solid #39a1a0;
    border-radius: 7em;
    position: relative;
    margin-top: 2em;
  }
  .problem .problem__white-box-icon {
    width: 50px;
    position: absolute;
    top: -4em;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .problem .problem__white-box-text {
    font-size: 2.3em;
    font-weight: bold;
    color: #39a1a0;
    line-height: 1.3;
  }
  .problem span {
    color: #f57d30;
  }
  .point {
    padding: 8em 0 5em;
    background-color: #58b9b8;
    position: relative;
    font-weight: bold;
  }
  .point .point__title {
    font-size: 3.3em;
    text-align: center;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 1em;
  }
  .point .point__title span {
    color: #ffe96f;
  }
  .point .point__image {
    width: 25%;
    position: absolute;
    top: 18em;
    right: 0%;
    z-index: 1;
  }
  .point .point__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .point .point__list-item {
    margin-bottom: 2.5em;
    background-color: #fff;
    padding: 3em 2.5em 2em;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .point .point__number {
    position: absolute;
    top: -2.5em;
    left: -1.5em;
    font-size: 1.6em;
    color: #fff;
    background: #f57d30;
    width: 5em;
    height: 5em;
    border-radius: 50%;
    text-align: center;
    line-height: 1.1;
    padding-top: 1em;
  }
  .point .point__number span {
    font-size: 2em;
  }
  .point .point__list-image {
    width: 35%;
  }
  .point .point__list-text-block {
    width: 61%;
    margin-top: 0.5em;
  }
  .point .point__list-title {
    font-size: 2.5em;
    font-weight: bold;
    color: #f57d30;
    line-height: 1.4;
    margin-bottom: 0.5em;
  }
  .point .point__list-text {
    font-size: 1.8em;
    font-weight: bold;
  }
  .develop {
    padding: 8em 0 2em;
    background-color: #ececec;
    position: relative;
    font-weight: bold;
  }
  .develop__title {
    font-size: 3em;
    text-align: center;
    color: #39a1a0;
    line-height: 1.3;
    margin-bottom: 3em;
  }
  .develop__list-item {
    margin-bottom: 9em;
    position: relative;
    text-align: center;
  }
  .develop__list-image {
    width: 80px;
    position: absolute;
    top: -6em;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .develop__list-title {
    background: #fff9da;
    font-size: 2.3em;
    color: #f57d30;
    padding: 0.5em 0;
  }
  .develop__list-text {
    background: #fff;
    font-size: 1.9em;
    padding: 1.2em;
  }
  .flow {
    padding: 7em 0;
    background-color: #58b9b8;
    position: relative;
    font-weight: bold;
  }
  .flow__title {
    font-size: 3.8em;
    text-align: center;
    color: #fff;
    margin-bottom: 1em;
  }
  .flow__list-item {
    margin-bottom: 1.2em;
    background: #fff9da;
    border-radius: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2em;
  }
  .flow__list-step {
    font-size: 1.9em;
    color: #fff;
    background: #39a1a0;
    border-radius: 1em;
    text-align: center;
    width: 4em;
    height: 4em;
    line-height: 1.1;
    padding-top: 0.5em;
    margin-right: 0.7em;
  }
  .flow__list-step span {
    font-size: 2em;
  }
  .flow__list-text {
    font-size: 1.7em;
    width: 82%;
  }
  .flow__list-text span {
    font-size: 1.4em;
    color: #f57d30;
  }
  .faq {
    padding: 8em 0 4em;
    background-color: #ececec;
    position: relative;
    font-weight: bold;
  }
  .faq__title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
  }
  .faq__title {
    font-size: 3.8em;
    text-align: center;
    color: #39a1a0;
    line-height: 1;
    margin-bottom: 1em;
  }
  .faq__image-before {
    width: 10em;
    position: absolute;
    top: -10em;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-left: -18em;
  }
  .faq__image-after {
    width: 10em;
    position: absolute;
    top: -13em;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    margin-right: -15em;
  }
  .faq__list-item {
    margin-bottom: 3em;
  }
  .faq__list-question {
    position: relative;
    margin-bottom: 1em;
  }
  .faq__list-question-icon {
    font-size: 2.8em;
    color: white;
    background: #ffc048;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -1em;
    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;
    z-index: 1;
  }
  .faq__list-question-text {
    font-size: 2em;
    color: #39a1a0;
    background: #fff;
    display: inline-block;
    padding: 0.4em 0.7em 0.4em 1.8em;
    border-radius: 0 2em 2em 0;
    position: relative;
    width: 100%;
  }
  .faq__list-question-text::after {
    content: "";
    position: absolute;
    right: -0.5em;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 0.5em solid white;
    border-top: 0.2em solid transparent;
    border-bottom: 0.2em solid transparent;
  }
  .faq__list-answer {
    font-size: 2em;
  }
  .cv {
    padding: 8em 0;
    background-color: #58b9b8;
    text-align: center;
  }
  .cv__image {
    width: 55%;
    margin: 0 auto 3em;
  }
  .cv__title {
    font-size: 3.2em;
    color: #fff;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 1.2em;
  }
  .cv__text {
    font-size: 2.4em;
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 0.4em;
    margin-bottom: 1em;
    line-height: 2;
  }
  .cv__text span {
    color: #ffe96f;
    font-weight: bold;
  }
  .cv__btn {
    margin: 4em auto 0;
    width: 85%;
  }
  #form {
    padding: 8em 0;
  }
}