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: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

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

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
}

.service-content {
  padding-top: 140px;
  padding-bottom: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-content .service-content-left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 42px;
  padding-bottom: 30px;
}
.service-content .service-content-left .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.service-content .service-content-left .title .title-tag {
  border-radius: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 700;
  padding: 6px 26px;
  background: linear-gradient(135deg, #4EB6F0, #9EF6F5);
  color: #fff;
}
.service-content .service-content-left .title .title-copy {
  font-size: 40px;
  font-weight: 700;
}
.service-content .service-content-left .info {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}
.service-content .service-content-right {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.service-content .service-content-right img {
  width: 100%;
  height: auto;
}

.feature {
  padding: 130px 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 120px;
  background-color: #FAFAFA;
}
.feature .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;
  gap: 80px;
}
.feature .feature-list .feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 130px;
}
.feature .feature-list .feature-item__left img {
  width: 360px;
  height: auto;
}
.feature .feature-list .feature-item__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.feature .feature-list .feature-item__right .right-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
}
.feature .feature-list .feature-item__right .right-top .num-tag {
  border-radius: 50px;
  padding: 6px 14px;
  background: linear-gradient(135deg, #4EB6F0, #9EF6F5);
  color: #fff;
  font-size: 14px;
}
.feature .feature-list .feature-item__right .right-top .item-title {
  font-size: 32px;
  font-weight: 700;
  background: linear-gradient(135deg, #4EB6F0, #9EF6F5);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.feature .feature-list .feature-item__right .right-bottom p {
  font-size: 16px;
  line-height: 2;
}

.flow {
  background: linear-gradient(135deg, #4EB6F0, #9EF6F5);
}
.flow .inner {
  padding: 130px 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 120px;
}
.flow .title-group {
  color: #fff;
}
.flow .flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.flow .flow-list .flow-item {
  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;
  gap: 14px;
}
.flow .flow-list .flow-item__number {
  font-size: 56px;
  line-height: 78px;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 700;
  background: #fff;
  border-radius: 10px;
  padding: 47px 55px;
  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;
  color: #4EB6F0;
  height: 170px;
  width: 170px;
}
.flow .flow-list .flow-item__number .step-logo {
  width: 85px;
  height: 85px;
}
.flow .flow-list .flow-item__content {
  height: 170px;
  padding: 30px 60px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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: left;
      -ms-flex-align: left;
          align-items: left;
  color: #161616;
  gap: 10px;
  background-color: #fff;
  border-radius: 10px;
  margin: 0;
}
.flow .flow-list .flow-item__title {
  font-size: 24px;
  line-height: 2;
  font-weight: 700;
  margin: 0;
}
.flow .flow-list .flow-item__description {
  font-size: 16px;
  line-height: 2;
  margin: 0;
  padding: 0;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media (max-width: 960px) {
  .feature {
    padding: 60px 20px;
    gap: 60px;
  }
  .feature .feature-list {
    gap: 60px;
  }
  .feature .feature-list .feature-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .feature .feature-list .feature-item__left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .feature .feature-list .feature-item__left img {
    width: 280px;
  }
  .feature .feature-list .feature-item__right {
    gap: 30px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .feature .feature-list .feature-item__right .right-top {
    gap: 16px;
  }
  .feature .feature-list .feature-item__right .right-top .item-title {
    font-size: 24px;
  }
  .feature .feature-list .feature-item__right .right-top .item-title.break-after-word::after {
    content: "\a";
    white-space: pre;
  }
  .feature .feature-list .feature-item__right .right-bottom p {
    font-size: 16px;
    line-height: 1.8;
  }
  .flow .inner {
    padding: 80px 20px;
    gap: 80px;
  }
  .flow .flow-list {
    gap: 30px;
  }
  .flow .flow-list .flow-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  .flow .flow-list .flow-item__number {
    font-size: 20px;
    width: 100%;
    height: 40px;
    padding: 10px;
    border-radius: 6px;
  }
  .flow .flow-list .flow-item__number .step-logo {
    width: 24px;
    height: 24px;
  }
  .flow .flow-list .flow-item__content {
    height: auto;
    padding: 20px 20px 32px;
    text-align: left;
    border-radius: 6px;
    width: 100%;
  }
  .flow .flow-list .flow-item__title {
    font-size: 18px;
    text-align: center;
  }
  .flow .flow-list .flow-item__description {
    font-size: 14px;
  }
}
.mobile-br {
  display: none;
}

@media (max-width: 480px) {
  .mobile-br {
    display: inline;
  }
  .service-content {
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px;
  }
  .service-content .service-content-left {
    width: 100%;
    gap: 30px;
    padding-bottom: 0;
  }
  .service-content .service-content-left .title {
    gap: 16px;
  }
  .service-content .service-content-left .title .title-tag {
    font-size: 12px;
    padding: 4px 20px;
  }
  .service-content .service-content-left .title .title-copy {
    font-size: 28px;
    line-height: 1.3;
  }
  .service-content .service-content-left .title .title-copy.tablet-break .break::after {
    content: "\a";
    white-space: pre;
  }
  .service-content .service-content-left .info {
    font-size: 15px;
    line-height: 1.8;
  }
  .service-content .service-content-right {
    width: 100%;
  }
}
@media (min-width: 481px) {
  .mobile-br {
    display: none;
  }
}