html,
body {
  font-family: 'Noto Sans JP', sans-serif;
}

.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

a {
  text-decoration: none;
}

.btn {
  display: inline-block;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
}

.btn__blue {
  background-color: #4B69A6;
  color: white;
  border: solid 2px white;
}

.btn__white {
  background-color: white;
  color: #2D2D32;
  border: solid 2px #2D2D32;
}

.header__container {
  width: 95%;
  margin: 0 auto;
  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;
  padding: 3px 0;
}

.header__container img {
  width: 285px;
}

.header__container .index__container {
  margin: 16px;
  padding-right: 5vw;
}

.header__container .index__container a {
  margin-right: 10px;
  color: black;
  font-size: 14px;
}

.header__container .index__container .btn {
  font-size: 16px;
  padding: 12px 26px;
  color: white;
}

.header__menu {
  display: none;
}

section {
  margin: 0 auto;
}

.section__title {
  font-size: 48px;
  text-align: center;
  color: #4B69A6;
}

.section__title__description {
  font-size: 40px;
  text-align: center;
  margin-bottom: 6px;
  padding-top: 100px;
  color: #ACCDFF;
}

.section__title__description,
.feature__item__number,
.users__container div p,
.flow__item__number,
.footer__container__right p {
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: bold;
}

.twittarget {
  font-family: 'Lato','Noto Sans JP','sans-serif';
}

.top {
  background-color: #E8F0FF;
  height: 40vw;
}

.top__container {
  margin: 0 auto;
  position: relative;
}

.top__container img {
  position: absolute;
  right: 6vw;
  top: 0.5vw;
  width: 39vw;
  height: 40vw;
  -o-object-fit: contain;
     object-fit: contain;
  padding-right: 2vw;
}

.top__sentence {
  padding-left: 8.3vw;
}

.top__sentence h1 {
  padding-top: 8vw;
  padding-bottom: 2vw;
  font-size: 4vw;
  width: 50vw;
}

.top__sentence p {
  margin-top: 1.6vw;
  font-size: 1.1vw;
  width: 50vw;
}

.top__sentence .btn__container {
  margin-top: 2.3vw;
}

.top__sentence .btn__container .btn {
  padding: 1.2vw 2.4vw;
  font-size: 1.25vw;
  border: solid 2px #4B69A6;
  -webkit-box-shadow: 0 1px 5px 1px #B7BEC9;
          box-shadow: 0 1px 5px 1px #B7BEC9;
}

.top__sentence .btn__container .btn + .btn {
  color: #4B69A6;
  margin-left: 2.5vw;
}

.what__container {
  width: 790px;
  margin: 30px auto 100px;
  text-align: center;
}

.what__container p {
  line-height: 32.4px;
  font-size: 18px;
}

.what__container .btn {
  font-size: 24px;
  padding: 23px 34px;
  margin-top: 8px;
  border: none;
  -webkit-box-shadow: 0 1px 5px 1px #3d3d3d3b;
          box-shadow: 0 1px 5px 1px #3d3d3d3b;
}

.feature {
  padding-bottom: 100px;
  background-color: #F9F9F9;
}

.feature .three {
  font-size: 60px;
}

.feature__container {
  width: 1192px;
  margin: 256px auto 0;
}

.feature__item {
  height: 540px;
  position: relative;
}

.feature__item img {
  width: 462px;
  height: 462px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  right: 20px;
  top: -160px;
}

.feature__item__container {
  width: 742px;
  height: 366px;
  background-color: white;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 2px 10px 1px  #c1c4ca;
          box-shadow: 0 2px 10px 1px  #c1c4ca;
}

.feature__item:nth-child(2) .feature__item__container {
  position: absolute;
  right: 0;
}

.feature__item:nth-child(2) img {
  left: 25px;
  top: 10px;
}

.feature__item__sentence h3 {
  font-size: 36px;
  padding-top: 65px;
}

.feature__item__sentence p {
  font-size: 16px;
  padding: 17px 124px 0 0;
}

.feature__item__number {
  color: #4B69A6;
  font-size: 57px;
  font-weight: bold;
  padding: 65px 20px;
}

.users__container {
  width: 845px;
  margin: 0 auto 10.8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.users__container div {
  width: 385px;
}

.users__container div p {
  text-align: center;
  font-size: 32px;
  margin-bottom: 6px;
  padding-top: 71px;
  color: #ACCDFF;
}

.users__container div img {
  width: 100%;
}

.users__container div .newlaun-ch {
  padding-top: 30px;
}

.flow {
  background-color: #F9F9F9;
}

.flow__container {
  width: 1085px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 102px 0 278px;
}

.flow__container .arrow__container {
  width: 16px;
  height: 16px;
  margin-top: 60px;
  color: #C4C4C4;
  -webkit-transform: scale(2, 5);
          transform: scale(2, 5);
  text-align: center;
}

.flow__item__container {
  width: 298px;
  position: relative;
}

.flow__item__container .image__container {
  width: 280px;
  height: 191px;
  background-color: #E8F0FF;
  border-radius: 30px;
  margin-left: 18px;
  text-align: center;
}

.flow__item__container .image__container img {
  width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

.flow__item__container .sentence__container {
  width: 280px;
  margin-left: 18px;
}

.flow__item__container .sentence__container h4 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 10px;
}

.flow__item__container .sentence__container p {
  font-size: 16px;
  line-height: 28.8px;
}

.flow__item__number {
  color: #4B69A6;
  font-size: 48px;
  font-weight: bold;
  position: absolute;
  top: -10px;
}

.price__container {
  width: 1020px;
  margin: 70px auto;
}

.price__container table {
  border-collapse: collapse;
}

.price__container table tr:nth-child(even) {
  background-color: #E8F0FF;
}

.price__container table tr th {
  color: white;
}

.price__container table tr th:nth-child(even) .price__item {
  background-color: #2D2D32;
  height: 270px;
  margin-top: 16px;
}

.price__container table tr th:nth-child(even) .price__item p {
  margin: 0 auto;
  padding-top: 47px;
  font-size: 24px;
}

.price__container table tr th:nth-child(even) .price__item p + p {
  padding: 17px 0;
}

.price__container table tr th:nth-child(even) .price__item p span {
  font-size: 42px;
  padding: 0 5px;
}

.price__container table tr th:nth-child(3) .price__item {
  background-color: #4B69A6;
  height: 286px;
  -webkit-box-shadow: 0 -1px 20px 1px black;
          box-shadow: 0 -1px 20px 1px black;
}

.price__container table tr th:nth-child(3) .price__item p {
  margin: 0 auto;
  padding-top: 63px;
  font-size: 24px;
}

.price__container table tr th:nth-child(3) .price__item p + p {
  padding: 17px 0;
}

.price__container table tr th:nth-child(3) .price__item p span {
  font-size: 42px;
  padding: 0 5px;
}

.price__container table tr td {
  padding: 10px;
  text-align: center;
  width: 260px;
  font-size: 16px;
}

.price__container table tr td:first-child {
  text-align: left;
  width: 240px;
  padding-left: 50px;
  font-size: 22px;
}

.price__container table tr td:nth-child(3) {
  font-weight: bold;
  font-size: 24px;
}

.price__container .btn {
  padding: 16px 45px;
  font-size: 18px;
}

.question {
  background-color: #F9F9F9;
}

.question__container {
  width: 933px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.question__container .faq dt {
  background-color: #4B69A6;
  color: white;
  padding: 15px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.question__container .faq dt::before {
  content: "Q";
  color: white;
  margin-right: 1em;
  font-size: 22px;
}

.question__container .faq dt:first-child {
  margin-top: 60px;
}

.question__container .faq dd {
  background-color: white;
  padding: 15px;
  border-radius: 4px;
  margin: 14px 0 24px;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.question__container .faq dd::before {
  content: "A";
  margin-right: 1em;
  font-size: 22px;
  font-weight: bold;
}

.contact__container {
  font-size: 24px;
  width: 933px;
  margin: 60px auto;
  padding-bottom: 100px;
}

.contact__container .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: solid 2px #cac9c9;
  padding: 40px 0;
}

.contact__container .item .label {
  font-weight: bold;
  padding-bottom: 60px;
}

.contact__container .item .label span {
  width: 30px;
  border-radius: 8px;
  color: white;
  background-color: #4B69A6;
  padding: 18px 20px;
  margin-right: 15px;
  font-size: 18px;
}

.contact__container .item .label .optional {
  background-color: #aaa9a9;
}

.contact__container .item .radio {
  width: 650px;
  font-weight: bold;
}

.contact__container .item .radio input {
  -webkit-transform: scale(2);
          transform: scale(2);
  margin: 35px;
}

.contact__container .item .radio label {
  margin-right: 70px;
}

.contact__container .item .inputs {
  width: 650px;
  height: 60px;
  background-color: #e2e2e2;
  border-radius: 8px;
  padding-left: 30px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.contact__container .item .inputs::-webkit-input-placeholder {
  color: #8f8f8f;
}

.contact__container .item .inputs:-ms-input-placeholder {
  color: #8f8f8f;
}

.contact__container .item .inputs::-ms-input-placeholder {
  color: #8f8f8f;
}

.contact__container .item .inputs::placeholder {
  color: #8f8f8f;
}

.contact__container .item .textarea {
  height: 300px;
  resize: none;
  margin-top: 50px;
}

.contact__container .btn__container {
  text-align: center;
  border-top: solid 2px #cac9c9;
  padding: 40px 0;
}

.contact__container .btn__container input {
  width: 25vw;
  margin: 0 auto;
  color: #4B69A6;
  border: solid 6px #4B69A6;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 5px 2px #868686;
          box-shadow: 0 2px 5px 2px #868686;
  font-size: 36px;
  padding: 10px;
  font-weight: bold;
}

.cta {
  background-color: #2D2D32;
}

.cta__container {
  text-align: center;
  width: 980px;
  margin: 0 auto;
  padding: 60px 0;
}

.cta p {
  font-size: 2em;
  color: white;
  font-weight: bold;
}

.cta .btn {
  padding: 23px 25px;
  border: none;
  font-size: 24px;
  letter-spacing: 2px;
  margin-top: 32px;
}

.footer {
  background-color: black;
}

.footer__container {
  width: 82%;
  margin: 0 auto;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: white;
  font-weight: bold;
}

.footer__container a {
  color: white;
}

.footer__container small {
  font-size: 10px;
  line-height: 1;
}

.footer__container .icon__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-size: 26px;
}
/*# sourceMappingURL=style.css.map */
