@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

select,
option,
input[type=checkbox],
input[type=radio] {
  cursor: pointer;
}

body {
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", "Meiryo", "YuGothic", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@font-face {
  font-family: "icon";
  src: url("../fonts/icon.eot?6laahd");
  src: url("../fonts/icon.eot?6laahd#iefix") format("embedded-opentype"), url("../fonts/icon.ttf?6laahd") format("truetype"), url("../fonts/icon.woff?6laahd") format("woff"), url("../fonts/icon.svg?6laahd#icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\e900";
}

.icon-arrow_fill:before {
  content: "\e901";
}

.icon-check:before {
  content: "\e902";
}

.icon-close:before {
  content: "\e903";
}

@media screen and (min-width: 768px) {
  .contents {
    max-width: 440px;
    margin: 120px auto 60px;
  }
}

.small-side-margin {
  padding-right: 20px;
  padding-left: 20px;
}

p {
  letter-spacing: 0.03em;
  color: #484848;
}

a {
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #484848;
}
a:hover {
  opacity: 0.6;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (min-width: 768px) {
  .small-only {
    display: none;
  }
}

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

.contents-margin {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .contents-margin {
    margin-bottom: 100px;
  }
}

.text {
  color: #484848;
  line-height: 1.8;
  letter-spacing: 0.03em;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .text {
    font-size: 16px;
  }
}

body {
  position: relative;
}
@media screen and (min-width: 768px) {
  body {
    background-color: rgba(0, 198, 60, 0.1);
  }
}

img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  main {
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
  }
}

.bg-base,
.bg-gray {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .bg-base,
  .bg-gray {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.bg-gray {
  background-color: #EFF2F1;
}

.title-set-a {
  text-align: center;
  margin-bottom: 40px;
}
.title-set-a__text {
  background-color: #00C650;
  padding: 5px 40px;
  border-radius: 1000px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  font-size: 15px;
  font-size: 4vw;
}
@media screen and (min-width: 768px) {
  .title-set-a__text {
    font-size: 15px;
  }
}
.title-set-a__title {
  font-weight: 800;
  color: #132F47;
  font-size: 22px;
  font-size: 5.8666666667vw;
}
@media screen and (min-width: 768px) {
  .title-set-a__title {
    font-size: 22px;
  }
}
.title-set-a__title strong {
  color: #D95D3D;
}

.title-set-b {
  text-align: center;
  font-weight: 800;
  color: #132F47;
  line-height: 1.4;
  margin-bottom: 40px;
  font-size: 28px;
  font-size: 7.4666666667vw;
}
@media screen and (min-width: 768px) {
  .title-set-b {
    font-size: 28px;
  }
}
.title-set-b strong {
  color: #00C650;
}

.button-cv {
  background-color: #F87E31;
  border-radius: 1000px;
  height: 75px;
  text-align: center;
  position: relative;
  display: block;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
  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;
}
.button-cv p {
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.08em;
}
.button-cv i {
  color: #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 25px;
}
.button-cv img {
  position: absolute;
  top: -20px;
  left: 2px;
  display: inline-block;
  width: 50px;
}

.header {
  background-color: #fff;
  height: 50px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .header {
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  .header {
    height: 80px;
  }
}
.contact .header {
  opacity: 1;
  position: relative;
}
.header__logo {
  width: 120px;
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 240px;
  }
}
.header__form {
  margin-left: auto;
}
.header__form .button-cv {
  height: 50px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 18px;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .header__form .button-cv {
    height: 80px;
  }
}
.header__form .button-cv p {
  font-size: 12px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .header__form .button-cv p {
    font-size: 20px;
  }
}
.header__form .button-cv i {
  right: 5px;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .header__form .button-cv i {
    font-size: 30px;
  }
}
.header__form .button-cv img {
  width: 35px;
}
@media screen and (min-width: 768px) {
  .header__form .button-cv img {
    width: 60px;
  }
}
.header__schedule {
  opacity: 1;
  position: fixed;
}

/*　左の動き　*/
@media screen and (max-width: 767px) {
  #header.LeftMove {
    opacity: 1;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}

/*　右の動き　*/
@media screen and (max-width: 767px) {
  #header.RightMove {
    opacity: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}

.footer {
  background-color: #00C650;
  padding: 60px 0;
}
.footer__logo {
  width: 240px;
  margin: 0 auto 30px;
}
.footer__list {
  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;
}
.footer__list li {
  margin: 0 10px;
}
.footer__list a {
  color: #fff;
  text-decoration: underline;
  font-size: 11px;
}
.footer__text {
  text-align: center;
  color: #fff;
  font-size: 10px;
}

.article-head {
  background-color: #00C650;
  padding: 25px 0;
  text-align: center;
}
.article-head h1 {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.08em;
  font-size: 22px;
  font-size: 5.8666666667vw;
}
@media screen and (min-width: 768px) {
  .article-head h1 {
    font-size: 22px;
  }
}

.mv {
  padding-bottom: 80px;
  background-color: #00C650;
}
.mv__slide {
  margin-bottom: 20px;
}
.mv__slide img {
  background-color: #00C650;
}
.mv__head {
  margin-bottom: 20px;
  padding-top: 30px;
}
.mv__text {
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .mv__text {
    font-size: 16px;
  }
}
.mv__logo {
  margin: 0 20px;
}
.mv__title {
  font-weight: 800;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.4;
  font-size: 30px;
  font-size: 8vw;
}
@media screen and (min-width: 768px) {
  .mv__title {
    font-size: 30px;
  }
}
.mv__title strong {
  color: #fff;
}

.introduction.bg-gray {
  padding-bottom: 0;
}
.introduction__item {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.introduction__icon {
  width: 22%;
  padding-right: 5px;
}
.introduction__balloon {
  width: 70%;
  position: relative;
  display: block;
  padding: 15px;
  background: #fff;
  border-radius: 18px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
}
.introduction__balloon:before {
  content: "";
  position: absolute;
  top: 26px;
  left: -15px;
  border: 8px solid transparent;
  border-right: 10px solid #ffffff;
}
.introduction__balloon p strong {
  color: #D95D3D;
  font-weight: bold;
}
.introduction__balloon p em {
  font-weight: 800;
  color: #D95D3D;
  line-height: 1.4;
  font-size: 24px;
  font-size: 6.4vw;
}
@media screen and (min-width: 768px) {
  .introduction__balloon p em {
    font-size: 24px;
  }
}
.introduction__ranking {
  margin-bottom: 40px;
}
.introduction__ranking-t {
  text-align: center;
  margin-bottom: 10px;
  color: #262626;
  font-weight: bold;
  font-size: 16px;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .introduction__ranking-t {
    font-size: 16px;
  }
}
.introduction__note {
  margin-top: 5px;
  color: #898989;
  font-size: 12px;
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  .introduction__note {
    font-size: 12px;
  }
}
.introduction__note a {
  color: #898989;
  text-decoration: underline;
  font-size: 12px;
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  .introduction__note a {
    font-size: 12px;
  }
}
.introduction__supplement {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 40px;
}
.introduction__supplement strong {
  color: #D95D3D;
}
.introduction__bg img {
  display: block;
}

.reason {
  margin: 80px 0;
}
.reason li {
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
  margin-bottom: 30px;
  padding: 25px 20px;
}
.reason__title {
  text-align: center;
  margin-bottom: 20px;
  color: #262626;
  line-height: 1.4;
  font-weight: bold;
  font-size: 20px;
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .reason__title {
    font-size: 20px;
  }
}
.reason__image {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 20px;
}
.reason__image.is-ranking {
  border-radius: 0;
}

.cta {
  background: url("../img/bg_cta.jpg") no-repeat center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .cta {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.cta__title {
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.5;
  font-size: 23px;
  font-size: 6.1333333333vw;
}
@media screen and (min-width: 768px) {
  .cta__title {
    font-size: 23px;
  }
}
.cta__title span {
  font-weight: normal;
  font-size: 0.8em;
}
.cta__title strong {
  font-size: 2.5em;
  font-weight: 800;
  color: #FFFF00;
}
.cta__text {
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}
.cta__button {
  width: 95%;
  margin: 0 auto;
}
.cta__con {
  width: 80%;
  margin: 0 auto;
}
.cta__con img {
  display: block;
}

.feature__arrow {
  text-align: center;
}
.feature__arrow i {
  font-size: 110px;
  color: #00C650;
}
.feature__text {
  text-align: center;
  font-size: 16px;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .feature__text {
    font-size: 16px;
  }
}

.choice__list {
  margin-bottom: 40px;
}
.choice__list li {
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  width: 70%;
  margin: 0 auto 30px;
  padding: 35px 20px 20px;
}
.choice__list li::before {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background-color: #00C650;
  position: absolute;
  top: 0;
  left: 0;
}
.choice__list li:last-child {
  margin-bottom: 0;
}
.choice__title {
  text-align: center;
  font-weight: bold;
  color: #262626;
  line-height: 1.5;
  font-size: 20px;
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .choice__title {
    font-size: 20px;
  }
}
.choice__title strong {
  color: #D95D3D;
}
.choice__title a {
  color: #D95D3D;
  text-decoration: underline;
}

.voice__list li {
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
  margin-bottom: 30px;
  padding: 20px;
}
.voice__list li:last-child {
  margin-bottom: 0;
}
.voice__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.voice__image {
  width: 20%;
  padding-right: 15px;
}
.voice__meta {
  color: #262626;
  font-weight: bold;
  font-size: 16px;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .voice__meta {
    font-size: 16px;
  }
}
.voice__text strong {
  color: #D95D3D;
}

.flow__list {
  margin-bottom: 30px;
}
.flow__item {
  border: 1px solid #C7C7C7;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
  width: 80%;
  margin: 0 auto;
}
.flow__step {
  background-color: #00C650;
  border-radius: 1000px;
  padding: 5px 20px;
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
  font-size: 14px;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .flow__step {
    font-size: 14px;
  }
}
.flow__title {
  color: #262626;
  font-weight: bold;
  line-height: 1.4;
  font-size: 16px;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .flow__title {
    font-size: 16px;
  }
}
.flow__arrow {
  text-align: center;
}
.flow__arrow i {
  color: #BABABA;
  font-size: 60px;
  display: inline-block;
  -webkit-transform: scaleX(1.5);
          transform: scaleX(1.5);
}

.affinity__lead {
  text-align: center;
  margin-bottom: 30px;
}
.affinity__list li {
  position: relative;
  padding: 20px;
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
  margin-bottom: 40px;
  text-align: center;
}
.affinity__list li:before {
  content: "";
  position: absolute;
  right: 20%;
  width: 10px;
  height: 10px;
  bottom: -18px;
  background: #fff;
  border-radius: 50%;
}
.affinity__list li:after {
  content: "";
  position: absolute;
  right: 13%;
  width: 26px;
  height: 26px;
  bottom: -10px;
  background: #fff;
  border-radius: 50%;
}
.affinity__list li p {
  font-weight: bold;
  color: #262626;
  font-size: 16px;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .affinity__list li p {
    font-size: 16px;
  }
}
.affinity__list li p strong {
  color: #00C650;
}

.faq__list li {
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
  margin-bottom: 25px;
  padding: 20px;
}
.faq__top, .faq__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faq__top {
  padding-right: 20px;
}
.faq__left {
  padding-right: 10px;
  font-weight: bold;
}
.faq__left.is-q {
  color: #00C650;
}
.faq__left.is-a {
  color: #D95D3D;
}
.faq__bottom {
  padding-top: 20px;
}

.title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
}

/*アイコンの＋と×*/
.title::before,
.title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #C7C7C7;
}

.title::before {
  top: 48%;
  right: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.title::after {
  top: 48%;
  right: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*　closeというクラスがついたら形状変化　*/
.title.close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.title.close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
  display: none; /*はじめは非表示*/
}

.banner a {
  display: block;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  overflow: hidden;
}