button {
  -webkit-appearance: none;
  border-radius: 0;
  margin: 0;
  background-color: #fff;
  border: 1px solid #555;
}

input[type="submit"] {
  -webkit-appearance: none;
}

input[type="button"] {
  -webkit-appearance: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role="list"],
ol[role="list"] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

body {
  color: #000000;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

a {
  text-decoration: none;
}

.highright {
  color: #ff0303;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

h2 {
  font-size: 34px !important;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 24px !important;
  }
}

.header {
  width: 100%;
  background-image: url(../images/first-view-bg.svg);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  padding-bottom: 0.5rem;
}

@media screen and (max-width: 768px) {
  .header {
    background-image: url(../images/first-view-bg-sp.svg);
    background-position: left;
    background-size: cover;
  }
}

.header__pc {
  position: relative;
  left: 70px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .header__pc {
    display: none;
  }
}

.header__inner {
  max-width: 1540px;
  padding-left: 2.5rem;
  margin: 0 auto;
  text-align: left;
  padding-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .header__inner {
    padding: 1rem 1rem;
  }
}

.header__title {
  font-weight: normal;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}


.header__image {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
}

section {
  padding: 0 1rem;
}

.cta {
  max-width: 1150px;
  margin: 0 auto;
}

.cta a:hover {
  transition: 0.3s;
  transform: scale(1.05, 1.05);
}

.cta__text {
  text-align: center;
  color: #006eba;
  font-weight: 700;
  font-size: 30px;
  font-size: 2rem;
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 768px) {
  .cta__text {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}

.cta__call {
  display: block;
  margin: 0 auto;
  position: relative;
  left: 25px;
}

.cta__call:hover {
  transition: 0.3s;
  transform: scale(1.05, 1.05);
}

@media screen and (max-width: 768px) {
  .cta__call {
    left: auto;
  }
}

.cta__inner {
  max-width: 870px;
  margin: 1rem auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  justify-content: space-between;
  padding-left: 1rem;
}

@media screen and (max-width: 768px) {
  .cta__inner {
    padding-left: 0;
  }
}

.cta__inner img {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .cta__inner img {
    width: 85%;
    margin-bottom: 1rem;
  }
}

.cta_head {
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.cta__button {
  margin: 1rem auto 0 auto;
}

.corona {
  margin-top: 5.5rem;
}

.corona__box {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  border: 3px solid #d7effd;
  padding-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .corona__box {
    padding-bottom: 1rem;
  }
}

.corona__title {
  display: block;
  width: 100%;
  padding: 2rem 0;
  text-align: center;
  background-color: #d7effd;
  font-size: 36px;
  font-size: 2.25rem;
}

@media screen and (max-width: 768px) {
  .corona__title {
    padding: 1rem 0;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.corona__inner {
  display: flex;
  justify-content: space-around;
  padding-top: 4rem;
}

@media screen and (max-width: 768px) {
  .corona__inner {
    padding: 1rem;
  }
  .corona__inner img {
    width: 30%;
  }
}

.corona__text {
  margin-top: 3rem;
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (max-width: 768px) {
  .corona__text {
    margin-top: 0;
  }
}

.about {
  max-width: 1350px;
  margin: 11rem auto 11.5rem auto;
}

@media screen and (max-width: 768px) {
  .about {
    margin-top: 7rem;
    margin-bottom: 6rem;
  }
}

.about__inner {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .about__inner {
    display: block;
  }
}

.about__inner-left {
  width: 40%;
  display: flex;
  align-items: center;
}

.about__inner-left img {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .about__inner-left {
    width: 100%;
  }
}

.about__inner-right {
  width: 57%;
}

@media screen and (max-width: 768px) {
  .about__inner-right {
    width: 100%;
  }
}

.about__title {
  font-size: 34px;
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .about__title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}

.about__text {
  margin-top: 2rem;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (max-width: 768px) {
  .about__text {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 1rem;
  }
}

.features {
  max-width: 1210px;
  margin: 11rem auto 6.4rem auto;
  padding-bottom: 12rem;
}

@media screen and (max-width: 768px) {
  .features {
    margin-top: 7rem;
    padding-bottom: 0;
  }
}

.features__bg {
  background-image: url(../images/features-bg.svg);
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .features__bg {
    background-image: none;
  }
}

@media screen and (max-width: 768px) {
  .features {
    margin: 5rem auto;
  }
}

.features__title {
  font-size: 34px;
  font-size: 2rem;
  font-weight: 900;
  color: #006eba;
  text-align: center;
  position: relative;
}

.features__title:after {
  content: url("../images/feature.png");
  position: absolute;
  top: -40px;
}

@media screen and (max-width: 768px) {
  .features__title:after {
    content: "";
    background-image: url("../images/feature.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 20px;
    top: -10px;
  }
}

@media screen and (max-width: 768px) {
  .features__title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.features__wrapper {
  margin-top: 5.4rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  column-gap: 4rem;
}

@media screen and (max-width: 768px) {
  .features__wrapper {
    margin-top: 2rem;
    column-gap: 1.5rem;
    padding: 0 2rem;
  }
}

.features__box {
  text-align: center;
  margin-bottom: 3rem;
}

.features__box img {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .features__box img {
    width: 50%;
  }
}

.features__copy {
  color: #006eba;
  text-align: center;
  font-weight: 900;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.features__text {
  margin-top: 2rem;
  text-align: left;
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (max-width: 768px) {
  .features__text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.plan__title {
  color: #006eba;
  font-size: 48px;
  font-size: 3rem;
  text-align: center;
  font-weight: 900;
}

.plan__text {
  margin-top: 1rem;
  font-size: 18px;
  font-size: 1.05rem;
}

@media screen and (max-width: 768px) {
  .plan__title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.plan__text {
  margin-bottom: 6rem;
  font-size: 18px;
  text-align: center;
  font-size: 1.05rem;
}


.plan__wrapper {
  margin: 6rem auto 1.4rem auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  column-gap: 3rem;
  justify-self: center;
  max-width: 950px;
}

@media screen and (max-width: 768px) {
  .plan__wrapper {
    margin-top: 3rem;
  }
}

.plan__box {
  margin-bottom: 1rem;
  text-align: center;
}

.plan__box img {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .plan__box img {
    width: 65%;
  }
}

.flow {
  width: 100%;
  background-color: #006eba;
  color: #fff;
  padding: 6rem 1rem 5.5rem 1rem;
}

@media screen and (max-width: 768px) {
  .flow {
    padding: 3rem 1rem;
  }
}

.flow__title {
  font-size: 34px;
  font-size: 2rem;
  text-align: center;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .flow__title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.flow__wrapper {
  max-width: 1150px;
  margin: 2rem auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}

@media screen and (max-width: 768px) {
  .flow__wrapper {
    display: block;
  }
}

.flow__box {
  text-align: center;
}

.flow__step {
  font-weight: 900;
  font-size: 24px;
  font-size: 1.5em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .flow__step {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.flow__white-box {
  background-color: #fff;
  border-radius: 30px;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  width: 230px;
  height: 230px;
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 auto 2rem auto;
}

@media screen and (max-width: 768px) {
  .flow__white-box {
    width: 180px;
    height: 180px;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
  .flow__white-box img {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .flow__text {
    font-size: 16px;
    font-size: 1rem;
  }
}

.flow__arrow {
  width: 16px;
  height: 26px;
  position: relative;
  top: 12px;
  margin: 0 15px;
}

@media screen and (max-width: 768px) {
  .flow__arrow {
    top: auto;
    margin: 0 auto 1rem auto;
    transform: rotate(90deg);
  }
}

.voice {
  width: 100%;
  background: rgba(157, 180, 192, 0.3);
  padding: 3.3rem 1rem 4.4rem 1rem;
  text-align: center;
  margin-bottom: 4.3rem;
}

.voice__heading {
  display: flex;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.2rem;
}

.voice__title {
  font-weight: 800;
  color: #000;
  font-size: 48px;
  font-size: 3rem;
  margin-right: 1.8rem;
}

@media screen and (max-width: 768px) {
  .voice__title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.voice__pig {
  position: relative;
  top: -10px;
  left: -6px;
}

@media screen and (max-width: 768px) {
  .voice__pig {
    width: 20%;
  }
}

.voice__box {
  background: #fff;
  border-radius: 30px;
  padding: 2.2rem 3rem;
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto 3rem auto;
  max-width: 1050px;
}

@media screen and (max-width: 768px) {
  .voice__box {
    display: block;
    padding: 2rem;
  }
}

.voice__box_reverse {
  flex-flow: row-reverse;
}

@media screen and (max-width: 768px) {
  .voice__box_reverse {
    flex-flow: row wrap;
  }
}

.voice__image {
  width: 30%;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .voice__image {
    width: 100%;
  }
}

.voice__text {
  display: flex;
  align-items: center;
  text-align: left;
  width: 52%;
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (max-width: 768px) {
  .voice__text {
    width: 100%;
    margin-top: 1rem;
  }
}

.faq {
  width: 100%;
  background: rgba(157, 180, 192, 0.3);
  padding: 5.5rem 1rem 11rem 1rem;
  margin-top: 1.1rem;
  margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
  .faq {
    margin-top: 4rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.faq__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6.2rem;
}

@media screen and (max-width: 768px) {
  .faq__heading {
    margin-bottom: 3rem;
  }
}

.faq__title {
  font-weight: 900;
  font-size: 34px;
  font-size: 3rem;
  color: #006eba;
  margin-left: 1rem;
}

@media screen and (max-width: 768px) {
  .faq__title {
    font-size: 30px;
    font-size: 1.875rem;
    margin-left: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .faq__image {
    width: 20%;
  }
}

.faq__box {
  border-radius: 40px;
  box-shadow: 15px 15px 5px 0px #00000040;
  background-color: #fff;
  max-width: 950px;
  text-align: left;
  padding: 1.5rem 3rem 1.5rem 3rem;
  margin: 3rem auto;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .faq__box {
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 5px 5px 10px 0px #00000040;
  }
}

.faq__question {
  color: #006eba;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 2rem;
  position: relative;
  margin-left: 4rem;
}

@media screen and (max-width: 768px) {
  .faq__question {
    font-size: 18px;
    font-size: 1.125rem;
    margin-left: 2.5rem;
    margin-bottom: 1.5rem;
  }
}

.faq__question::before {
  content: "Q";
  color: #006eba;
  font-weight: 700;
  font-size: 34px;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -4rem;
}

@media screen and (max-width: 768px) {
  .faq__question::before {
    left: -2.5rem;
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.faq__answer {
  margin-top: 2rem;
  font-size: 18px;
  font-size: 1.125rem;
  margin-left: 4rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .faq__answer {
    font-size: 18px;
    font-size: 1.125rem;
    margin-left: 2.5rem;
    margin-top: 1.5rem;
  }
}

.faq__answer::before {
  content: "A";
  color: #006eba;
  font-weight: 700;
  font-size: 34px;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -4rem;
}

@media screen and (max-width: 768px) {
  .faq__answer::before {
    left: -2.5rem;
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.contact__title {
  color: #006eba;
  text-align: center;
  font-weight: 900;
  font-size: 34px;
  font-size: 3rem;
}

@media screen and (max-width: 768px) {
  .contact__title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.contact__box {
  margin: 13.5em auto 0 auto;
  position: relative;
  background-color: #d7effd;
  max-width: 1150px;
  border-radius: 40px;
  padding: 6.4rem 1rem 2rem 1rem;
}

@media screen and (max-width: 768px) {
  .contact__box {
    margin-top: 7rem;
    padding: 2rem 1rem;
  }
}

.contact__table {
  max-width: 874px;
  margin: 0 auto;
  text-align: left;
}

.contact__th {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 1rem 0;
  width: 29%;
}

@media screen and (max-width: 768px) {
  .contact__th {
    display: block;
    width: 100%;
    padding-bottom: 0.5rem;
  }
}

.contact__td {
  width: 70%;
  padding: 1.5rem 0 1.5rem 2rem;
}

@media screen and (max-width: 768px) {
  .contact__td {
    display: block;
    width: 100%;
    padding: 0;
  }
}

.contact__textarea {
  width: 100%;
  background-color: #fff;
  border: none;
  border-radius: 15px;
  padding: 1.2rem 1rem;
}

.contact__address {
  background-color: #fff;
  border: none;
  border-radius: 15px;
  padding: 1.2rem 1rem;
  font-weight: bold;
}

.contact__description {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}

.contact__content {
  max-width: 875px;
  margin: 1rem auto 2rem auto;
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (max-width: 768px) {
  .contact__content {
    padding: 0;
  }
}

.contact__content .contact__description {
  margin-bottom: 1rem;
}

.contact label {
  white-space: nowrap;
  background-color: #fff;
  border: none;
  border-radius: 15px;
  padding: 0.7rem 1rem;
  display: inline-block;
  margin-bottom: 0.5rem;
  margin-right: 1rem;
  width: 260px;
  font-weight: bold;
}

.contact__text {
  font-weight: bold;
}

.contact__image {
  position: absolute;
  top: -160px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .contact__image {
    width: 120px;
    top: -80px;
  }
}

.contact__submit {
  display: block;
  background-color: #006eba;
  color: #fff;
  padding: 1rem 7rem;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.125rem;
  border-radius: 20px;
  border: none;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .contact__submit {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 1rem 3rem;
  }
}

.contact__submit_return {
  display: inline-block;
}

.company {
  margin-top: 8.7rem;
  margin-bottom: 10rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .company {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

.company__title {
  font-size: 34px;
  font-size: 2rem;
  color: #006eba;
  text-align: center;
  font-weight: 800;
}

@media screen and (max-width: 768px) {
  .company__title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.company__box {
  max-width: 720px;
  margin: 1.5rem auto;
  border: 3px solid #006eba;
  padding: 2rem 1rem;
}

@media screen and (max-width: 768px) {
  .company__box {
    margin-top: 1rem;
    padding: 0;
    border: none;
  }
}

.company table {
  max-width: 500px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .company table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #c7c7c7;
  }
}

.company tr {
  height: 2.6rem;
}

@media screen and (max-width: 768px) {
  .company tr {
    height: auto;
  }
}

.company th {
  width: 40%;
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .company th {
    background-color: #e1e8ec;
    display: block;
    width: 100%;
    padding: 1rem;
    font-weight: bold;
    border-bottom: 1px solid #c7c7c7;
    font-size: 16px;
    font-size: 1rem;
  }
}

.company td {
  width: 60%;
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .company td {
    font-weight: normal;
    display: block;
    width: 100%;
    padding: 1rem;
    border-bottom: 1px solid #c7c7c7;
    font-size: 16px;
    font-size: 1rem;
  }
}

.footer {
  width: 100%;
  margin: 0 auto;
  background-color: #006eba;
  padding: 7rem 3rem;
  color: #fff;
  line-height: 2;
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .footer {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.footer__copyright {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 1rem;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
}
/*# sourceMappingURL=style.css.map */