@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&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%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  line-height: 1.6;
}

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;
}

h1,
h2,
h3,
h4,
h5,
h6,
button {
  font-weight: bold;
}

button {
  cursor: pointer;
}

button:focus,
button:active {
  outline: none;
}

button:disabled {
  cursor: default;
}

img {
  -o-object-fit: cover;
  object-fit: cover;
}

textarea {
  overflow-y: auto;
}

select,
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

input::-ms-clear {
  display: none;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

div,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  word-break: break-all;
}

svg {
  vertical-align: unset;
}

a:hover,
button:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

img {
  pointer-events: none;
}

@-webkit-keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  /*use negative width if you want it to flow right to left else and positive for left to right*/
  to {
    background-position: 100px 0;
  }
}

@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  /*use negative width if you want it to flow right to left else and positive for left to right*/
  to {
    background-position: 100px 0;
  }
}
@-webkit-keyframes animation-rocket {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(-20deg) scale(0.95);
    transform: rotate(-20deg) scale(0.95);
  }
  50% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  75% {
    -webkit-transform: rotate(-20deg) scale(0.9);
    transform: rotate(-20deg) scale(0.9);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes animation-rocket {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(-20deg) scale(0.95);
    transform: rotate(-20deg) scale(0.95);
  }
  50% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  75% {
    -webkit-transform: rotate(-20deg) scale(0.9);
    transform: rotate(-20deg) scale(0.9);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes animation-camera {
  0% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
  25% {
    -webkit-transform: scale(0.95) rotate(0);
    transform: scale(0.95) rotate(0);
  }
  50% {
    -webkit-transform: scale(1) rotate(10deg);
    transform: scale(1) rotate(10deg);
  }
  75% {
    -webkit-transform: scale(0.9) rotate(10deg);
    transform: scale(0.9) rotate(10deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes animation-camera {
  0% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
  25% {
    -webkit-transform: scale(0.95) rotate(0);
    transform: scale(0.95) rotate(0);
  }
  50% {
    -webkit-transform: scale(1) rotate(10deg);
    transform: scale(1) rotate(10deg);
  }
  75% {
    -webkit-transform: scale(0.9) rotate(10deg);
    transform: scale(0.9) rotate(10deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoom-in {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes animation-arrow {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  75% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes animation-arrow {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  75% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes animation-thinking {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  90% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes animation-thinking {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  90% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 900;
  src: url(../fonts/NotoSansJP-Black.otf);
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: url(../fonts/NotoSansJP-Bold.otf);
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  src: url(../fonts/NotoSansJP-Medium.otf);
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: url(../fonts/NotoSansJP-Regular.otf);
}
@font-face {
  font-family: "Futura";
  font-weight: 700;
  src: url(../fonts/SFUFuturaHeavy.TTF);
}
@font-face {
  font-family: "Futura";
  font-weight: 400;
  src: url(../fonts/SFUFuturaRegular.TTF);
}
@font-face {
  font-family: "Futura";
  font-weight: 700;
  src: url(../fonts/SFUFuturaBold.TTF);
}
* {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #eeeeee;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #cccccc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #cccccc;
}

html,
body {
  width: 100%;
  font-size: 12px;
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100vw;
  background: white;
}
@media screen and (min-width: 768px) {
  html,
  body {
    font-size: 14px;
  }
}

.header {
  background: #02b9f4;
}
.header__wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .header__wrapper {
    padding: 0;
    height: 83px;
  }
}
.header__logo {
  max-width: 137px;
}
.header__logo img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .header__logo {
    max-width: 180px;
  }
}
@media screen and (min-width: 992px) {
  .header__logo {
    max-width: 230px;
  }
}
@media screen and (min-width: 1200px) {
  .header__logo {
    max-width: 260px;
    left: calc((100vw - 1140px) / 2);
  }
}
@media screen and (min-width: 1400px) {
  .header__logo {
    left: calc((100vw - 1320px) / 2);
  }
}

.main__wrapper {
  margin: 0 auto;
  width: 100%;
  padding: 0 12px;
}
@media screen and (min-width: 768px) {
  .main__wrapper {
    padding: 0 20px;
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .main__wrapper {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .main__wrapper {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1400px) {
  .main__wrapper {
    padding: 0;
    max-width: 1320px;
  }
}
.main__wrapper--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url(../images/img_hero_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .main-hero {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.main-hero-sp__img {
  display: block;
  width: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .main-hero-sp__img {
    display: none;
  }
}
.main-hero-sp__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-hero__left {
  max-width: 620px;
}
.main-hero__wrapper {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 0 30px;
}
@media screen and (min-width: 768px) {
  .main-hero__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.main-hero-addition--pc {
  margin-top: 30px;
  display: none;
}
@media screen and (min-width: 768px) {
  .main-hero-addition--pc {
    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;
  }
}
.main-hero-slogan {
  width: 100%;
  padding: 0 20px 10px;
  max-width: 620px;
}
.main-hero-slogan__img {
  max-width: 620px;
}
.main-hero-slogan__img img {
  width: 100%;
}
.main-hero-slogan__content * {
  font-weight: 700;
}
.main-hero-slogan__content--underline {
  -webkit-text-decoration: double underline;
  text-decoration: double underline;
}
.main-hero-slogan__content p {
  font-size: 19px;
  color: #000;
  font-weight: 700;
}
.main-hero-slogan__content strong {
  color: #e92831;
  font-size: 19px;
  font-weight: 700;
}
.main-hero-slogan__content b {
  font-size: 38px;
  font-family: "Furuta";
  font-weight: 700;
  color: #e92831;
}
.main-hero-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px auto 10px;
}
.main-hero-feature__item {
  width: 105px;
  height: 105px;
}
.main-hero-feature__item:not(:last-child) {
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .main-hero-feature__item {
    width: 125px;
    height: 125px;
  }
}
.main-hero-feature__item img {
  width: 100%;
}
.main-hero__left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .main-hero__left {
    width: 60%;
  }
}
.main-video__wrapper {
  padding: 0 12px;
}
/* @media screen and (min-width: 768px) {
  .main-video__wrapper {
    padding: 60px 0;
  }
} */
.main-video__wrapper video {
  width: 100%;
  max-width: 1000px;
  margin: 40px auto;
  display: block;
}
.main-video__frame {
  width: 100%;
  height: calc((100vw - 40px) * 9 / 16);
  border: none;
}
@media screen and (min-width: 768px) {
  .main-video__frame {
    width: 560px;
    height: 315px;
  }
}
@media screen and (min-width: 1200px) {
  .main-video__frame {
    height: 360px;
    width: 640px;
  }
}
.main-section__title {
  min-height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  font-weight: 700;
  font-size: 24px;
  background: #00b9f2;
  text-align: center;
}
.main-section__title b {
  font-size: 1.3em;
}
.main-solution__wrapper {
  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;
  padding: 0 15px 40px;
}
@media screen and (min-width: 768px) {
  .main-solution {
    padding: 0 0 60px;
  }
}
.main-solution__title {
  font-size: 25px;
  min-height: 80px;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  font-weight: 700;
  font-size: 22px;
  background: #00b9f2;
  position: relative;
  margin-bottom: 0;
  padding: 20px 0;
}
.main-solution__title p {
  font-weight: 700;
  line-height: 1.3;
}
.main-solution__title b {
  font-size: 30px;
  background-image: url(../images/img_wave_underline.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .main-solution__title {
    font-size: 30px;
    margin-bottom: 40px;
    padding: 40px 0;
  }
  .main-solution__title b {
    font-size: 50px;
  }
}
.main-solution__title:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: #00b9f2 transparent transparent transparent;
  border-width: 21px 20px 0 20px;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .main-solution__title:after {
    border-width: 43px 42px 0 42px;
    top: calc(100% - 10px);
  }
}
.main-solution-hard {
  width: 100%;
  max-width: 1000px;
  padding: 25px 15px 30px;
  display: block;
}
@media screen and (min-width: 768px) {
  .main-solution-hard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0 20px;
  }
}
.main-solution-hard__list {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .main-solution-hard__list {
    padding-bottom: 30px;
    margin-right: 15px;
  }
}
.main-solution-hard__item {
  background-image: url(../images/icons/ico_checkbox_square.png);
  background-repeat: no-repeat;
  background-position-x: 0;
  background-position-y: center;
  background-size: 25px;
  color: #000;
  padding: 20px 0 10px 35px;
  border-bottom: 1px solid #000;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
}
.main-solution-hard__item--highlight {
  color: #e92831;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .main-solution-hard__item {
    font-size: 24px;
    padding-left: 55px;
    background-size: 42px;
  }
}
.main-solution-hard__img {
  width: 100%;
  max-width: 250px;
  margin: 15px auto 15px;
}
.main-solution-hard__img img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .main-solution-hard__img {
    width: 40%;
  }
}
.main-solution-emphasis {
  margin-top: 30px;
  display: inline-block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .main-solution-emphasis {
    margin-top: 40px;
  }
}
.main-solution-emphasis__wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 15px;
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.main-solution-emphasis__wrapper::before {
  content: "";
  width: calc(100% + 10px);
  width: 100%;
  height: 12px;
  background: #fff718;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .main-solution-emphasis__wrapper::before {
    height: 24px;
  }
}
.main-solution-emphasis__line {
  position: relative;
  font-size: 30px;
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
}
.main-solution-emphasis__line:first-child {
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .main-solution-emphasis__line:first-child {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.main-solution-emphasis__line span {
  position: relative;
  z-index: 1;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .main-solution-emphasis__line {
    font-size: 60px;
  }
  .main-solution-emphasis__line:first-child {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.main-solution-emphasis__img {
  position: relative;
  z-index: 1;
  width: 85%;
  max-width: 250px;
}
@media screen and (min-width: 768px) {
  .main-solution-emphasis__img {
    width: 100%;
    max-width: 520px;
  }
}
.main-solution-emphasis__img img {
  width: 100%;
}
.main-reason {
  background: white;
}
.main-reason__wrapper {
  max-width: 1000px;
  margin: 0 auto;
  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;
  padding: 50px 25px 50px;
}
@media screen and (min-width: 768px) {
  .main-reason__wrapper {
    padding: 50px 15px 50px;
  }
}
.main-reason-item {
  width: 100%;
  max-width: 100%;
  text-align: center;
  background: white;
  position: relative;
}
.main-reason-item:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .main-reason-item {
    max-width: calc((100% - 40px) / 3);
  }
  .main-reason-item:not(:last-child) {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.main-reason-item__wrapper {
  width: 100%;
  height: 100%;
  background: white;
  position: relative;
  z-index: 9;
  padding: 5px;
}
.main-reason-item::before {
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgb(0, 185, 242);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(0, 185, 242)),
    color-stop(60%, rgb(0, 185, 242)),
    color-stop(65%, rgb(233, 40, 49)),
    to(rgb(233, 40, 49))
  );
  background: linear-gradient(
    180deg,
    rgb(0, 185, 242) 0%,
    rgb(0, 185, 242) 60%,
    rgb(233, 40, 49) 65%,
    rgb(233, 40, 49) 100%
  );
}
.main-reason-item-title {
  font-size: 18px;
  min-height: 65px;
  padding-left: 75px;
  position: relative;
  margin-bottom: 10px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .main-reason-item-title {
    min-height: 60px;
    padding-left: 70px;
  }
}
.main-reason-item-title__number {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  background: #e92831;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
}
.main-reason-item-title__number span {
  font-size: 14px;
  font-weight: 700;
}
.main-reason-item-title__number b {
  font-size: 24px;
  font-family: "Futura";
  font-weight: 700;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .main-reason-item-title__number {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 768px) {
  .main-reason-item-title {
    font-size: 16px;
  }
}
.main-reason-item-title__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 64px;
  align-items: flex-start;
}
.main-reason-item-title__content {
  background: #00b9f2;
  color: white;
  font-weight: bold;
  display: inline-block;
  line-height: 30px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(0%, #00b9f2)
  );
  background: linear-gradient(transparent 0%, #00b9f2 0%);
  padding: 0 6px;
  font-size: 15px;
}
.main-reason-item__img img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.main-reason-item__content {
  font-size: 15px;
  text-align: left;
  letter-spacing: -1px;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 5px;
}
.main-reason-item__content--highlight {
  color: #e92831;
  font-weight: 700;
}
.main-reason-item__content--underline {
  font-weight: bold;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, transparent),
    color-stop(50%, #fff718)
  );
  background: linear-gradient(transparent 50%, #fff718 50%);
  color: #000;
}
.main-feature {
  background: #b3eafc;
}
.main-feature__wrapper {
  max-width: 1000px;
  margin: 0 auto;
  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;
  padding: 50px 25px 50px;
}
@media screen and (min-width: 768px) {
  .main-feature__wrapper {
    padding: 50px 0 50px;
  }
}
.main-feature-item {
  width: 100%;
  max-width: 100%;
  text-align: center;
  background: white;
  padding: 20px 0;
  -webkit-box-shadow: 0px 1.35px 4.5px 0px rgba(0, 0, 0, 0.2196078431);
  box-shadow: 0px 1.35px 4.5px 0px rgba(0, 0, 0, 0.2196078431);
}
.main-feature-item:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .main-feature-item {
    max-width: calc((100% - 40px) / 3);
  }
  .main-feature-item:not(:last-child) {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.main-feature-item__number {
  font-family: "Futura";
  font-size: 40px;
  color: #00b9f2;
  font-weight: 700;
}
.main-feature-item__title {
  font-size: 20px;
  font-weight: 700;
  color: #00b9f2;
  padding: 0 20px;
}
.main-feature-item__item {
  padding: 20px;
  color: #292929;
  font-size: 19px;
  font-weight: 700;
}
.main-feature-item__item * {
  font-weight: inherit;
}
.main-feature-item__img {
  max-width: 100%;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.main-feature-item__img img {
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.main-feature-item__content {
  font-size: 15px;
  text-align: left;
  letter-spacing: -1px;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
}
.main-feature-item__content--highlight {
  color: #e92831;
  font-weight: 700;
}
.main-feature-item__content--underline {
  font-weight: bold;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, transparent),
    color-stop(50%, #fff718)
  );
  background: linear-gradient(transparent 50%, #fff718 50%);
  color: #000;
}
.main-pricing__wrapper {
  max-width: 710px;
  margin: 0 auto;
  padding: 50px 15px 50px;
}
@media screen and (min-width: 768px) {
  .main-pricing__wrapper {
    padding: 50px 0 50px;
  }
}
.main-pricing__box {
  border: 6px solid #e92831;
  padding: 12px;
  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;
}
.main-pricing__title {
  background: #e92831;
  color: white;
  font-weight: 700;
  text-align: center;
  font-size: 24px;
  line-height: 44px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .main-pricing__title {
    font-size: 48px;
    line-height: 88px;
  }
}
.main-pricing__price {
  color: #0a0a0a;
  font-size: 35px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 0 20px;
}
.main-pricing__price:after {
  position: absolute;
  content: "";
  width: calc(100% + 20px);
  max-width: 100%;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 15px;
  background: #fff718;
  z-index: 1;
}
.main-pricing__price span {
  position: relative;
  z-index: 2;
  font-weight: 700;
  font-size: 25px;
}
.main-pricing__price b {
  position: relative;
  z-index: 2;
  font-size: 45px;
  font-family: "Futura";
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .main-pricing__price:after {
    bottom: 10px;
    height: 25px;
  }
  .main-pricing__price span {
    font-size: 35px;
  }
  .main-pricing__price b {
    font-size: 55px;
  }
}
.main-pricing__note {
  color: #0a0a0a;
  font-size: 12px;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .main-pricing__note {
    font-size: 16px;
  }
}
.main-pricing-feature {
  margin-top: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #000;
  padding: 5px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .main-pricing-feature {
    padding: 10px;
  }
}
.main-pricing-feature__img {
  width: 35%;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .main-pricing-feature__img {
    width: 40%;
  }
}
.main-pricing-feature__img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.main-pricing-feature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.main-pricing-feature__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-image: url(../images/icons/ico_checkbox_circle.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-clip: content-box;
  bottom: unset;
  background-position: 0 50%;
  line-height: 30px;
  font-weight: 700;
}
.main-pricing-feature__item span {
  padding-left: 30px;
  font-size: 13px;
  border-bottom: 1px solid #000;
  font-weight: inherit;
}
@media screen and (min-width: 768px) {
  .main-pricing-feature__item {
    background-size: 39px;
    line-height: 45px;
    margin-bottom: 10px;
  }
  .main-pricing-feature__item span {
    font-size: 22px;
    padding-left: 45px;
    border-bottom: 2px solid #000;
  }
}
.main-step__title {
  display: block;
  line-height: 1.2;
  padding: 20px 0;
}
.main-step__wrapper {
  max-width: 720px;
  margin: 0 auto;
  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;
  padding: 30px 15px 30px;
}
@media screen and (min-width: 768px) {
  .main-step__wrapper {
    padding: 50px 0 50px;
  }
}
.main-step-item {
  width: 100%;
  max-width: calc((100% - 20px) / 3);
  border: 3px solid #00b9f2;
  text-align: center;
}
.main-step-item__number {
  background-color: #00b9f2;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 16px;
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .main-step-item__number {
    font-size: 28px;
  }
}
.main-step-item__icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 15px;
}
.main-step-item__icon img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .main-step-item__icon {
    width: 105px;
    height: 105px;
  }
}
.main-step-item__content {
  padding: 20px 5px;
  color: #292929;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .main-step-item__content {
    font-size: 19px;
  }
}
.main-step-item__desc {
  margin-top: 1em;
  color: #292929;
  font-size: 13px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .main-step-item__desc {
    font-size: 19px;
  }
}
.main-voice__wrapper {
  padding: 35px 0 70px;
}
.main-voice .testimonial-card {
  min-height: 500px;
  width: 100%;
  max-width: calc(100vw - 50px);
  padding: 15px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2),
    0 0 10px rgba(0, 176, 240, 0.5);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 176, 240, 0.5);
}
@media screen and (min-width: 768px) {
  .main-voice .testimonial-card {
    min-height: 500px;
  }
}
@media screen and (min-width: 1200px) {
  .main-voice .testimonial-card {
    min-height: 600px;
  }
}
.main-voice .testimonial-card-header {
  padding: 0 20px;
}
.main-voice .testimonial-card-header__number {
  width: 100%;
  display: block;
  text-align: center;
  background: #00b9f2;
  color: white;
  line-height: 35px;
  font-size: 22px;
}
.main-voice .testimonial-card-header__number b {
  font-size: "Futura";
  font-weight: 700;
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .main-voice .testimonial-card-header__number {
    line-height: 40px;
    font-size: 25px;
  }
}
.main-voice .testimonial-card-user {
  position: relative;
  padding-left: 140px;
  padding-bottom: 15px;
  min-height: 110px;
  margin-top: 20px;
  border-bottom: 1px solid #00b9f2;
}
@media screen and (min-width: 768px) {
  .main-voice .testimonial-card-user {
    padding-left: 140px;
    min-height: 130px;
  }
}
.main-voice .testimonial-card-user__img {
  width: 110px;
  height: 110px;
  border: 3px solid #00b9f2;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .main-voice .testimonial-card-user__img {
    width: 130px;
    height: 130px;
  }
}
.main-voice .testimonial-card-user__img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  scale: 1.05;
}
.main-voice .testimonial-card-user-detail {
  min-height: 110px;
  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-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.main-voice .testimonial-card-user-detail * {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .main-voice .testimonial-card-user-detail {
    min-height: 130px;
  }
}
.main-voice .testimonial-card-user-detail__nickname {
  font-size: 14px;
  min-height: 14px;
  color: #00b9f2;
}
@media screen and (min-width: 768px) {
  .main-voice .testimonial-card-user-detail__nickname {
    font-size: 16px;
    min-height: 16px;
  }
}
.main-voice .testimonial-card-user-detail__name {
  font-weight: 700;
  color: #00b9f2;
  line-height: 1;
  min-height: 26px;
  margin-bottom: 10px;
}
.main-voice .testimonial-card-user-detail__name h3 {
  font-size: 26px;
  display: inline;
}
.main-voice .testimonial-card-user-detail__name span {
  font-size: 18px;
  display: inline;
}
@media screen and (min-width: 768px) {
  .main-voice .testimonial-card-user-detail__name {
    min-height: 30p;
    margin-bottom: 15px;
  }
  .main-voice .testimonial-card-user-detail__name h3 {
    font-size: 30px;
  }
  .main-voice .testimonial-card-user-detail__name span {
    font-size: 20px;
  }
}
.main-voice .testimonial-card-user-detail__age {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 1;
  margin-bottom: 5px;
  min-height: 26px;
}
.main-voice .testimonial-card-user-detail__age h3 {
  font-size: 26px;
}
.main-voice .testimonial-card-user-detail__age span {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .main-voice .testimonial-card-user-detail__age {
    margin-bottom: 5px;
    min-height: 30px;
  }
  .main-voice .testimonial-card-user-detail__age h3 {
    font-size: 30px;
  }
  .main-voice .testimonial-card-user-detail__age span {
    font-size: 16px;
  }
}
.main-voice .testimonial-card-user-detail__reside {
  min-height: 20px;
  color: #292929;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 1;
}
.main-voice .testimonial-card-user-detail__reside h3 {
  font-size: 20px;
}
.main-voice .testimonial-card-user-detail__reside span {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .main-voice .testimonial-card-user-detail__reside {
    min-height: 24px;
  }
  .main-voice .testimonial-card-user-detail__reside h3 {
    font-size: 24px;
  }
  .main-voice .testimonial-card-user-detail__reside span {
    font-size: 16px;
  }
}
.main-voice .testimonial-card-user__feedback {
  padding-top: 10px;
  color: #000;
}
.main-voice .testimonial-card-user__feedback p {
  font-size: 16px;
  white-space: pre-line;
}
@media screen and (min-width: 768px) {
  .main-voice .testimonial-card-user__feedback p {
    font-size: 16px;
  }
}
.main-voice .testimonial-card-user__feedback p:not(:last-child) {
  margin-bottom: 20px;
}
.main-faq {
  background: white;
}
.main-faq__wrapper {
  padding: 40px 15px;
}
@media screen and (min-width: 768px) {
  .main-faq__wrapper {
    padding: 50px 0;
  }
}
.main-faq-item {
  margin: 50px auto;
  max-width: 1000px;
}
.main-faq-item__question {
  position: relative;
  margin-bottom: 7px;
  padding: 20px 20px 20px 80px;
  padding-left: 80px;
  color: white;
  font-weight: 700;
  font-size: 16px;
  background: #00b9f2;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; /* タップ時のハイライトを削除 */
}
@media screen and (min-width: 768px) {
  .main-faq-item__question {
    margin-bottom: 20px;
    padding: 20px 20px 20px 100px;
    font-size: 20px;
  }
}
.main-faq-item__question::after {
  position: absolute;
  font-size: 20px;
  top: 32px;
  left: 20px;
  width: 38px;
  height: 38px;
  color: #00b9f2;
  font-weight: 700;
  content: "Q";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: white;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .main-faq-item__question::after {
    left: 30px;
    top: 35px;
  }
}
.main-faq-item__answer {
  position: relative;
  margin-top: 16px;
  margin-bottom: 20px;
  min-height: 100px;
  border: 3px solid #00b9f2;
  padding: 20px 20px 20px 80px;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #000;
  max-height: 1000px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .main-faq-item__answer {
    padding: 25px 30px 25px 100px;
  }
}
.main-faq-item__answer.hidden {
  max-height: 0;
  opacity: 0;
}
.main-faq-item__answer > * {
  font-weight: 700;
  color: #000;
  white-space: pre-line;
}
.main-faq-item__answer::after {
  position: absolute;
  font-size: 20px;
  top: 40px;
  left: 20px;
  width: 38px;
  height: 38px;
  color: white;
  font-weight: 700;
  content: "A";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #00b9f2;
  text-align: center;
  line-height: 38px;
}
@media screen and (min-width: 768px) {
  .main-faq-item__answer::after {
    left: 30px;
    top: 46px;
  }
}
.main-lastly {
  padding: 0 0 50px;
  color: #000;
  background: white;
}
.main-lastly__title {
  margin: 1.25em auto 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00b9f2;
  font-weight: 700;
  font-size: 25px;
  height: 40px;
  border-bottom: 1px solid #00b9f2;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  .main-lastly__title {
    font-size: 43px;
    height: 70px;
  }
}
.main-lastly__content {
  margin: 0 auto;
  max-width: 560px;
  padding: 0 15px 20px;
}
@media screen and (min-width: 768px) {
  .main-lastly__content {
    padding: 20px 0;
  }
}
.main-lastly__content p {
  margin-bottom: 1rem;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .main-lastly__content p {
    font-size: 18px;
  }
}
.main-addition {
  position: relative;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  background: #e0f8ff;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(93, 93, 93, 0.14);
  box-shadow: 0px 3px 3px 0px rgba(93, 93, 93, 0.14);
}
@media screen and (min-width: 768px) {
  .main-addition {
    padding: 30px 0;
  }
}
.main-addition::before {
  position: absolute;
  z-index: 1;
  content: "";
  background: #e0f8ff;
  width: 55px;
  height: 55px;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -28px) rotate(45deg);
  transform: translate(-50%, -28px) rotate(45deg);
  -webkit-box-shadow: 2px 3px 3px 0px rgba(93, 93, 93, 0.14);
  box-shadow: 2px 3px 3px 0px rgba(93, 93, 93, 0.14);
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .main-addition::before {
    width: 70px;
    height: 70px;
    -webkit-transform: translate(-50%, -35px) rotate(45deg);
    transform: translate(-50%, -35px) rotate(45deg);
  }
}
.main-addition__item {
  border: 2px solid #e92831;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 20px;
  color: #e92831;
  font-weight: 700;
  font-size: 18px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.main-addition__item:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .main-addition__item {
    font-size: 24px;
    padding: 5px 20px;
  }
  .main-addition__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.main-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url(../images/img_caro_bg.png);
  padding: 50px 25px 40px;
}
@media screen and (min-width: 768px) {
  .main-cta {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.main-cta-btn {
  position: relative;
  border: none;
  background-color: #33a852;
  padding: 10px 50px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  -webkit-box-shadow: 0 6px 0 #23793d, 0 15px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 0 #23793d, 0 15px 20px rgba(0, 0, 0, 0.3);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(100%, #2c9a4b),
    color-stop(-4.45%, #259047),
    color-stop(-61.28%, #106e3c),
    color-stop(-68.29%, #84ffbd)
  );
  background: linear-gradient(
    180deg,
    #2c9a4b 100%,
    #259047 -4.45%,
    #106e3c -61.28%,
    #84ffbd -68.29%
  );
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 18px;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .main-cta-btn {
    padding: 16px 80px;
    -webkit-box-shadow: 0 8px 0 #23793d, 0 15px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 0 #23793d, 0 15px 20px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
  }
}
.main-cta-btn::before {
  position: absolute;
  top: 50%;
  right: 14px;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  content: "";
  background: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .main-cta-btn::before {
    width: 38px;
    height: 38px;
  }
}
.main-cta-btn::after {
  position: absolute;
  top: 50%;
  right: 22px;
  border-width: 8px 0 8px 13px;
  border-color: transparent transparent transparent #2d9a4b;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-style: solid;
}
@media screen and (min-width: 768px) {
  .main-cta-btn::after {
    border-width: 10px 0 10px 16px;
  }
}
.main-cta-btn:active {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
  -webkit-box-shadow: 0 0px 0 #23793d, 0 8px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0px 0 #23793d, 0 8px 10px rgba(0, 0, 0, 0.3);
}
.main-cta-btn__time {
  height: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  padding: 0 10px;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
}
.main-cta-btn__time span {
  margin-right: 1px;
  margin-left: 1px;
  font-weight: 700;
  line-height: 19px;
}
.main-cta-btn__time--highlight {
  color: #e92831 !important;
}
.main-cta-btn__time--num {
  font-size: 32px;
  line-height: 1em !important;
}
.main-cta-btn__time__wrapper {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 5px;
}
.main-cta-btn__content {
  margin-top: 5px;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .main-cta-btn__content {
    font-size: 20px;
    margin-top: 10px;
  }
}
.main-cta-btn__content b {
  font-weight: 900;
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .main-cta-btn__content b {
    font-size: 32px;
  }
}

.footer {
  height: 50px;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  background: #00b9f2;
  text-align: center;
  line-height: 1.6;
}
.footer * {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .footer {
    height: 100px;
    font-size: 14px;
  }
}
.footer__txt {
  text-decoration: none;
  color: #ffffff;
}

.sp-only {
  display: block !important;
}

.sp-flex-only {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.large-pc-only {
  display: none !important;
}
@media screen and (min-width: 1200px) {
  .large-pc-only {
    display: block !important;
  }
}

.pc-only {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
  .sp-flex-only {
    display: none !important;
  }
  .pc-only {
    display: block !important;
  }
}
.main-block div,
.main-block img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .main-block .sp-only {
    display: none !important;
  }
  .main-block .pc-only {
    display: block !important;
  }
}

.swiper-container {
  width: 100%;
  padding: 20px;
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.accordion-item {
  margin-bottom: 20px;
}
.accordion-header {
  padding: 10px;
  cursor: pointer;
  user-select: none;
  position: relative;
  padding: 20px 20px 20px 80px;
  padding-left: 80px;
  color: white;
  font-weight: 700;
  font-size: 16px;
  background: #00b9f2;
}
@media screen and (min-width: 768px) {
  .accordion-header {
    padding: 20px 20px 20px 100px;
    font-size: 20px;
  }
}
.accordion-header::after {
  position: absolute;
  font-size: 20px;
  top: 32px;
  left: 20px;
  width: 38px;
  height: 38px;
  color: #00b9f2;
  font-weight: 700;
  content: "Q";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: white;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .accordion-header::after {
    left: 30px;
    top: 35px;
  }
}
.accordion-content {
  display: none;
  position: relative;
  margin-top: 16px;
  margin-bottom: 20px;
  min-height: 100px;
  border: 3px solid #00b9f2;
  padding: 20px 20px 20px 80px;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #000;
  max-height: 1000px;
}
@media screen and (min-width: 768px) {
  .accordion-content {
    padding: 25px 30px 25px 100px;
  }
}
.accordion-content > * {
  font-weight: 700;
  color: #000;
}
.accordion-content::after {
  position: absolute;
  font-size: 20px;
  top: 40px;
  left: 20px;
  width: 38px;
  height: 38px;
  color: white;
  font-weight: 700;
  content: "A";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #00b9f2;
  text-align: center;
  line-height: 38px;
}
@media screen and (min-width: 768px) {
  .accordion-content::after {
    left: 30px;
    top: 46px;
  }
}

.accordion-content-link {
  color: #00b9f2;
  font-weight: bold;
}
