@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
:root {
  --primary: #11b4d9;
  --secondary: #4981d5;
  --tertiary: #88d9ec;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.7;
}

html {
  height: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-size: 1.6rem;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  color: #343a40;
}

main {
  display: block;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

a {
  text-decoration: none;
  transition: 0.2s ease-in-out;
}

a[href^="tel:"] {
  pointer-events: none;
  cursor: default;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
}

h1 {
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 2.6rem;
}

h3 {
  font-size: 2.2rem;
}

h4 {
  font-size: 1.8rem;
}

h5 {
  font-size: 1.6rem;
}

a:link,
a:visited {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:visited {
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
}

img,
video {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

figure {
  margin: 0;
  text-align: center;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

label[for] {
  cursor: pointer;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

.wrap {
  max-width: 980px;
  margin: 0 auto;
}

.wrap-inner {
  padding: 0 2.5%;
}
@media screen and (max-width: 768px) {
  .wrap-inner {
    padding: 0 4vw;
    overflow: hidden;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.en {
  font-family: "Roboto", sans-serif;
}

.btn {
  border-radius: 8px;
  padding: 12px;
  text-align: center;
  display: inline-block;
  width: 200px;
  font-size: 1.6rem;
}

.bg-gradation {
  background: transparent linear-gradient(90deg, #4981d5 0%, #11b4d9 50%, #88d9ec 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  font-weight: 600;
}

.sec-title {
  font-size: 3.8rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
}
.sec-title span {
  font-size: 2rem;
  font-weight: 400;
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-title {
    font-size: 2.2rem;
  }
  .sec-title span {
    font-size: 1.8rem;
  }
}

.sub-title {
  text-align: center;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .sub-title {
    font-size: 1.6rem;
  }
}

.sec {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .sec {
    padding: 46px 0;
  }
}

header.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 20px 100px 20px 2%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.5s;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.0588235294);
  background-color: #fff;
}
header.header a {
  color: #fff;
  line-height: 1.7;
  font-weight: 300;
  font-style: normal;
}
header.header h1.logo {
  transition: 0.2s;
  width: 202px;
  margin-right: auto;
  line-height: 1;
}
header.header h1.logo a {
  display: block;
  line-height: 1;
}
header.header h1.logo img {
  width: 100%;
  transition: 0.2s;
}
header.header .toggle-btn {
  display: block;
  position: fixed;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  z-index: 30;
  cursor: pointer;
}
header.header .toggle-btn span {
  position: absolute;
  display: block;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: var(--primary);
  transition: all 0.5s;
  border-radius: 4px;
}
header.header .toggle-btn span:nth-child(1) {
  top: 4px;
}
header.header .toggle-btn span:nth-child(2) {
  top: 14px;
}
header.header .toggle-btn span:nth-child(3) {
  bottom: 4px;
}
header.header #mask {
  display: none;
  transition: all 0.5s;
}
header.header #spnavArea nav {
  visibility: hidden;
  position: fixed;
  background: transparent linear-gradient(90deg, #4981d5 0%, #11b4d9 50%, #88d9ec 100%) 0% 0% no-repeat padding-box;
  top: -100%;
  left: 0;
  bottom: 0;
  padding-top: 70px;
  width: 100%;
  transition: all 0.5s;
  z-index: 20;
  opacity: 0;
}
header.header #spnavArea nav .inner {
  padding: 25px;
  display: flex;
}
header.header #spnavArea nav .inner .col {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
header.header #spnavArea nav .inner .col:first-child {
  border-right: 1px solid #fff;
}
header.header #spnavArea nav .inner li {
  margin-bottom: 1em;
  text-align: center;
}
header.header #spnavArea .btn {
  background-color: #fff;
  color: #00496d;
  font-weight: 600;
  font-size: 2.6rem;
  width: auto;
  padding: 12px 32px;
  margin-top: 2em;
}
header.header #spnavArea.open nav {
  visibility: visible;
  top: 0;
  opacity: 1;
}
header.header #spnavArea.open li {
  font-size: 20px;
  margin: 16px 0;
}
header.header #spnavArea.open #mask {
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  cursor: pointer;
}
header.header #spnavArea.open .toggle-btn span {
  background-color: #fff;
}
header.header #spnavArea.open .toggle-btn span:nth-child(1) {
  transform: translateY(10px) rotate(-315deg);
}
header.header #spnavArea.open .toggle-btn span:nth-child(2) {
  opacity: 0;
}
header.header #spnavArea.open .toggle-btn span:nth-child(3) {
  transform: translateY(-10px) rotate(315deg);
}
@media screen and (max-width: 768px) {
  header.header h1.logo {
    width: 150px;
  }
  header.header #spnavArea {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  header.header {
    padding: 12px;
  }
  header.header .toggle-btn {
    top: 10px;
    right: 20px;
    cursor: pointer;
  }
  header.header .pconly {
    display: none;
  }
  header.header #spnavArea nav {
    padding-top: 0px;
  }
  header.header #spnavArea nav .nav-logo {
    width: 200px;
    text-align: left;
  }
  header.header #spnavArea nav .inner {
    flex-direction: column;
  }
  header.header #spnavArea nav .inner .col {
    width: 100%;
    display: block;
  }
  header.header #spnavArea nav .inner .col:first-child {
    border-right: none;
    margin-bottom: 3em;
  }
  header.header #spnavArea nav .inner .col li {
    text-align: center;
  }
  header.header #spnavArea nav .inner .col li .btn {
    font-size: 1.6rem;
  }
}
.footer {
  padding: 60px 0 80px;
  position: relative;
  background: url(../img/img_cta_bg.png) center top no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.footer .l-cta__heading {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 40px 0 40px;
  }
  .footer .l-cta__heading {
    margin-bottom: 40px;
  }
}

.copy {
  background-color: #00496d;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .copy {
    font-size: 1.2rem;
  }
}

.p-index-mv {
  margin-top: 160px;
  position: relative;
  height: calc(100vh - 160px);
}
.p-index-mv:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  clip-path: polygon(100% 1%, 20% 100%, 100% 100%);
  background: transparent linear-gradient(90deg, #4981d5 0%, #11b4d9 50%, #88d9ec 100%) 0% 0% no-repeat padding-box;
  z-index: -1;
}
.p-index-mv__inner {
  width: min(980px, 96%);
  margin: 0 auto;
}
.p-index-mv__heading {
  color: #00496d;
  margin-bottom: 2em;
  text-align: center;
}
.p-index-mv .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-index-mv .row .col-left {
  width: 340px;
}
.p-index-mv .row .col-left .btn {
  width: 340px;
  font-size: 2.6rem;
  color: #fff;
  margin-top: 1.5em;
}
.p-index-mv .row .col-right {
  width: calc(100% - 380px);
}
@media screen and (max-width: 768px) {
  .p-index-mv .row {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .p-index-mv .row .col-left {
    width: 80%;
    margin: 0 auto 30px;
    text-align: center;
  }
  .p-index-mv .row .col-left .btn {
    width: 80%;
    margin: o auto;
    font-size: 1.6rem;
    color: #fff;
    margin-top: 1.5em;
  }
  .p-index-mv .row .col-right {
    width: 96%;
  }
}
@media screen and (max-width: 768px) {
  .p-index-mv {
    margin-top: 80px;
    position: relative;
    height: calc(100vh - 80px);
  }
  .p-index-mv:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    clip-path: polygon(0 81%, 100% 47%, 100% 100%, 0% 100%);
    background: transparent linear-gradient(90deg, #4981d5 0%, #11b4d9 50%, #88d9ec 100%) 0% 0% no-repeat padding-box;
    z-index: -1;
  }
  .p-index-mv__heading {
    margin-bottom: 2em;
    padding: 0 4vw;
  }
}

.scrolldown {
  position: absolute;
  left: 50%;
  bottom: 10px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .scrolldown {
    height: 30px;
  }
}

.scrolldown span {
  position: absolute;
  left: -20px;
  top: -15px;
  color: #eee;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.scrolldown::after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 30px;
  background: #eee;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
.l-issue {
  background-color: #00496d;
}
.l-issue .l-issue__heading {
  margin-bottom: 2em;
}
.l-issue .sec-title {
  color: #fff;
}
.l-issue .sub-title {
  font-size: 2.6rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-issue .sub-title .arrow {
  width: 56px;
  height: 2px;
  background-color: #fff;
  margin-right: 12px;
  position: relative;
}
.l-issue .sub-title .arrow:after {
  content: "";
  position: absolute;
  right: -5px;
  top: -4px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #ffffff;
}
@media screen and (max-width: 768px) {
  .l-issue .sub-title {
    font-size: 1.6rem;
  }
  .l-issue .sub-title .arrow {
    width: 46px;
  }
  .l-issue .sub-title .arrow:after {
    content: "";
    position: absolute;
    right: -5px;
    top: -2px;
    border-width: 3px 0 3px 8px;
  }
}
.l-issue .l-issue__nav-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-issue .l-issue__nav-list {
    flex-wrap: wrap;
  }
}
.l-issue .l-issue__item {
  width: 280px;
  background-color: #fff;
  border-radius: 8px;
}
.l-issue .l-issue__item__heading {
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  padding: 5px;
  border-radius: 8px 8px 0 0;
}
.l-issue .l-issue__item__body {
  text-align: center;
  font-size: 1.6rem;
  padding: 10px 16px;
}
@media screen and (max-width: 768px) {
  .l-issue .l-issue__item {
    width: 100%;
    margin-bottom: 1.6em;
  }
  .l-issue .l-issue__item__heading {
    font-size: 2.2rem;
  }
  .l-issue .l-issue__item__body {
    font-size: 1.6rem;
  }
}

.l-status {
  background: url(../img/img_statusquo_bg.png) center top no-repeat;
  background-size: cover;
}
.l-status .sec-title {
  margin-bottom: 1rem;
}
.l-status__message {
  background-color: #fff;
  border-radius: 16px;
  padding: 4em 6em;
  margin-top: 3em;
}
.l-status__message p {
  margin-bottom: 1em;
  color: #00496d;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .l-status__message {
    padding: 2em 2em 1em;
    margin-top: 3em;
  }
  .l-status__message p {
    margin-bottom: 1em;
    color: #00496d;
    font-size: 1.8rem;
  }
}

.l-about {
  background-color: #ebf6fd;
}
.l-about__heading {
  margin-bottom: 3em;
}
.l-about__heading .sec-title {
  margin-bottom: 1rem;
}
.l-about__heading .sec-title span {
  color: #00496d;
}
.l-about__body:not(:last-of-type) {
  margin-bottom: 4em;
}
.l-about .number {
  position: relative;
  height: 160px;
  margin-bottom: 2em;
}
.l-about .number span.ja {
  text-align: center;
  color: #00496d;
  font-size: 2.8rem;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.l-about .number span.en {
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16rem;
  font-weight: 600;
  color: #fff;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1607843137);
  z-index: 1;
  line-height: 1;
}
.l-about .row {
  display: flex;
  justify-content: space-between;
}
.l-about .row.reverse {
  flex-direction: row-reverse;
}
.l-about .row .col-txt {
  width: 50%;
}
.l-about .row .col-txt .c-txt {
  color: #00496d;
  font-weight: 600;
}
.l-about .row .col-txt ul {
  margin: 0 0 1em 0;
  font-weight: 600;
}
.l-about .row .col-txt p {
  margin-bottom: 1em;
}
.l-about .row .col-image {
  width: 45%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.l-about .row .col-image .comment {
  color: #00496d;
  font-size: 1.4rem;
  font-weight: 600;
  position: absolute;
  bottom: 5px;
  right: 60px;
}
@media screen and (max-width: 768px) {
  .l-about__heading {
    margin-bottom: 2em;
  }
  .l-about__body:not(:last-of-type) {
    margin-bottom: 3em;
  }
  .l-about .number {
    position: relative;
    height: 95px;
    margin-bottom: 2em;
  }
  .l-about .number span.ja {
    font-size: 2.2rem;
    white-space: nowrap;
  }
  .l-about .number span.en {
    font-size: 12rem;
  }
  .l-about .row {
    flex-direction: column;
  }
  .l-about .row.reverse {
    flex-direction: column;
  }
  .l-about .row .col-txt {
    width: 100%;
  }
  .l-about .row .col-image {
    width: 100%;
  }
  .l-about .row .col-image .comment {
    font-size: 1.2rem;
    bottom: 5px;
    right: 30px;
  }
}

.l-faq__heading {
  margin-bottom: 3em;
}
.l-faq__heading .sec-title {
  margin-bottom: 1rem;
}
.l-faq__heading .sec-title span {
  color: #00496d;
}
.l-faq__faq-list {
  background-color: #ebf6fd;
  border-radius: 28px 0 28px 0;
  margin-bottom: 1em;
  padding: 0 42px;
}
.l-faq__faq-list dt {
  padding: 20px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e2e2e2;
  font-size: 2.2rem;
}
.l-faq__faq-list dt:before {
  content: "Q";
  margin-right: 30px;
  color: #88d9ec;
  font-size: 6rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
.l-faq__faq-list dd {
  padding: 20px 0;
  display: flex;
  align-items: flex-start;
}
.l-faq__faq-list dd:before {
  content: "A";
  margin-right: 30px;
  color: #4981d5;
  font-size: 6rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-faq__faq-list {
    border-radius: 20px 0 20px 0;
    padding: 0 12px;
  }
  .l-faq__faq-list dt {
    padding: 10px 0;
  }
  .l-faq__faq-list dt:before {
    content: "Q";
    margin-right: 20px;
    font-size: 4rem;
  }
  .l-faq__faq-list dd {
    padding: 10px 0;
    display: flex;
    align-items: flex-start;
  }
  .l-faq__faq-list dd:before {
    content: "A";
    margin-right: 20px;
    font-size: 4rem;
  }
}

@keyframes bganime {
  0% {
    transform-origin: bottom left;
    transform: scale(2, 2) translateX(-300%) skewX(45deg);
  }
  100% {
    transform-origin: bottom left;
    transform: scale(2, 2) translateX(0%) skewX(45deg);
  }
}
.l-problem {
  position: relative;
  overflow: hidden;
  background-color: #ebf6fd;
}
.l-problem .bg {
  --line-w: 3000;
  --line-h: 400;
  --line-bg: #3c96d7;
  --line-rotate: rotate(-23deg);
  background: var(--line-bg);
  height: calc(var(--line-h) * 1em / 16);
  left: 0;
  bottom: 0;
  position: absolute;
  transition: transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: calc(var(--line-w) * 1em / 16);
  transform: var(--line-rotate) scaleX(0);
  transform-origin: bottom left;
  opacity: 0.9;
}
.l-problem .bg.is-active {
  transform-origin: bottom left;
  transform: var(--line-rotate) scaleX(1);
}
.l-problem__heading {
  margin-bottom: 3em;
}
.l-problem__heading .sec-title {
  margin-bottom: 1rem;
}
.l-problem__heading .sec-title span {
  color: #00496d;
}
.l-problem__problem-list {
  background-color: #fff;
  margin-bottom: 1em;
  padding: 0 60px 20px;
  border-radius: 10px;
}
.l-problem__problem-list h3 {
  background: transparent linear-gradient(90deg, #4981d5 0%, #11b4d9 50%, #88d9ec 100%) 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 20px 20px;
  text-align: center;
  color: #fff;
  max-width: 680px;
  margin: 0 auto;
  padding: 8px;
  margin-bottom: 1em;
  font-size: 2.6rem;
}
.l-problem__problem-list h4 {
  text-align: center;
  color: #00496d;
  font-size: 2.6rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .l-problem__problem-list {
    padding: 0 16px 20px;
  }
  .l-problem__problem-list h3 {
    font-size: 2rem;
  }
  .l-problem__problem-list h4 {
    font-size: 2.2rem;
    margin-bottom: 1em;
    padding: 0 20px;
  }
  .l-problem__problem-list p {
    padding: 0 20px;
  }
}

.l-voice__heading {
  margin-bottom: 3em;
}
.l-voice__heading .sec-title {
  margin-bottom: 1rem;
}
.l-voice__heading .sec-title span {
  color: #00496d;
}
.l-voice__body {
  background-color: #ebf6fd;
  padding: 60px 70px;
  border-radius: 20px;
  position: relative;
}
.l-voice__body p {
  margin-bottom: 1em;
}
.l-voice__body p.article {
  width: 58%;
}
.l-voice__body .voice-image {
  position: absolute;
  right: 40px;
  bottom: 0;
}
.l-voice__body .name {
  display: block;
  text-align: right;
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .l-voice__body {
    padding: 20px 20px 0;
  }
  .l-voice__body p {
    margin-bottom: 1em;
  }
  .l-voice__body p.article {
    width: 100%;
  }
  .l-voice__body .voice-image {
    position: relative;
    right: 0;
    bottom: 0;
  }
  .l-voice__body .name {
    display: block;
    text-align: right;
    font-weight: bold;
    margin-top: 20px;
  }
}

.l-comparison {
  background-color: #ebf6fd;
}
.l-comparison__heading {
  margin-bottom: 3em;
}
.l-comparison__heading .sec-title {
  margin-bottom: 1rem;
}
.l-comparison__heading .sec-title span {
  color: #00496d;
}
.l-comparison .bg-table {
  background-color: #fff;
  padding: 36px;
  border-radius: 16px;
  position: relative;
}
.l-comparison .line {
  width: 4px;
  height: 100%;
  background-color: #dc1fe6;
  position: absolute;
  right: 16%;
  top: 0;
  transform: rotate(31deg);
}
.l-comparison table {
  width: 100%;
}
.l-comparison table th,
.l-comparison table td {
  padding: 20px 10px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ccc;
}
.l-comparison table th {
  background: transparent linear-gradient(90deg, #4981d5 0%, #11b4d9 50%, #88d9ec 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  padding: 20px;
  font-size: 3rem;
}
.l-comparison table th span {
  font-size: 2rem;
  font-weight: normal;
}
.l-comparison table th p {
  font-weight: normal;
  font-size: 1.6rem;
}
.l-comparison table td {
  background-color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
}
.l-comparison table td span {
  font-size: 2rem;
  line-height: 1.4 !important;
  display: inline-block;
  font-weight: normal;
}
.l-comparison table .none {
  background: none;
  border: none;
}
.l-comparison h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.6rem;
  text-align: center;
  margin: 2em 0;
  color: #00496d;
}
.l-comparison h3:before {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../img/icon_comparison_deco_L.svg) center center no-repeat;
  background-size: cover;
  margin-right: 16px;
}
.l-comparison h3:after {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../img/icon_comparison_deco_R.svg) center center no-repeat;
  background-size: cover;
  margin-left: 16px;
}
.l-comparison__list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.l-comparison__list li {
  width: 200px;
  height: 200px;
  border-radius: 100vmax;
  background: transparent linear-gradient(180deg, #4981d5 0%, #11b4d9 50%, #88d9ec 100%) 0% 0% no-repeat padding-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-variation-settings: 2.2rem;
  text-align: center;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .l-comparison .bg-table {
    padding: 20px 6px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .l-comparison .bg-table img {
    width: 100%;
  }
  .l-comparison .line {
    right: -52%;
  }
  .l-comparison .table-header {
    left: -8px;
    min-width: 100px;
    position: sticky;
    width: 100px;
  }
  .l-comparison table {
    width: auto;
    table-layout: fixed;
    min-width: 750px;
    width: 100%;
  }
  .l-comparison table .none {
    background: #fff;
  }
  .l-comparison table th,
.l-comparison table td {
    padding: 10px 5px;
    line-height: 1.4;
  }
  .l-comparison table th span,
.l-comparison table td span {
    line-height: 1.4;
  }
  .l-comparison table th {
    padding: 10px 5px;
    font-size: 2em;
  }
  .l-comparison table th span {
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.4;
  }
  .l-comparison table th p {
    font-size: 1.2rem;
  }
  .l-comparison table td {
    font-size: 2rem;
  }
  .l-comparison table td span {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .l-comparison h3 {
    font-size: 2rem;
  }
  .l-comparison h3:before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../img/icon_comparison_deco_L.svg) center center no-repeat;
    background-size: cover;
    margin-right: 6px;
  }
  .l-comparison h3:after {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../img/icon_comparison_deco_R.svg) center center no-repeat;
    background-size: cover;
    margin-left: 6px;
  }
  .l-comparison__list {
    flex-wrap: wrap;
    gap: 20px;
  }
  .l-comparison__list li {
    width: 160px;
    height: 160px;
    font-size: 2rem;
  }
}

.l-function__heading {
  margin-bottom: 4em;
}
.l-function__heading .sec-title {
  margin-bottom: 1rem;
}
.l-function__heading .sec-title span {
  color: #00496d;
}
.l-function__body {
  background-color: #ebf6fd;
  border-radius: 16px;
  margin-bottom: 3em;
  padding: 60px 20px 40px 100px;
  position: relative;
}
.l-function__body h3 {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -20px);
  border-radius: 100vmax;
  text-align: center;
  width: calc(100% - 200px);
  padding: 4px;
  color: #fff;
}
.l-function__body h3.bg01 {
  background-color: #11b4d9;
}
.l-function__body h3.bg02 {
  background-color: #00496d;
}
.l-function__body ul.list01 li:before {
  color: #11b4d9;
}
.l-function__body ul.list02 li:before {
  color: #00496d;
}
.l-function__body ul li {
  margin-bottom: 4px;
}
.l-function__body ul li:before {
  content: "●";
  display: inline-block;
  margin-right: 12px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .l-function__body {
    padding: 40px 20px 40px 20px;
    position: relative;
  }
  .l-function__body h3 {
    text-align: center;
    width: calc(100% - 20px);
    font-size: 2rem;
  }
  .l-function__body ul li {
    margin-bottom: 4px;
    display: flex;
  }
  .l-function__body ul li:before {
    content: "●";
    display: inline-block;
    margin-right: 12px;
    margin-top: -3px;
    font-size: 2rem;
  }
}

.l-effect {
  background-color: #11b4d9;
  color: #fff;
}
.l-effect__heading {
  margin-bottom: 3em;
}
.l-effect__heading .sec-title {
  margin-bottom: 1rem;
  color: #fff;
}
.l-effect__heading .sec-title span {
  color: #00496d;
}
.l-effect__list {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.l-effect__list li {
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 2.2rem;
}
.l-effect__list li span {
  display: inline-block;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .l-effect__list {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .l-effect__list li {
    width: 200px;
    font-size: 2rem;
  }
}

.l-flow {
  background-color: #ebf6fd;
}
.l-flow__heading {
  margin-bottom: 3em;
}
.l-flow__heading .sec-title {
  margin-bottom: 1rem;
}
.l-flow__heading .sec-title span {
  color: #00496d;
}
.l-flow__list li {
  position: relative;
  margin-bottom: 5em;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 12px 12px 260px;
  min-height: 105px;
  margin-left: 30px;
  width: calc(100% - 30px);
}
.l-flow__list li .circle {
  position: absolute;
  left: -30px;
  top: -20px;
  width: 160px;
  height: 160px;
  background: transparent linear-gradient(180deg, #4981d5 0%, #11b4d9 50%, #88d9ec 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  border-radius: 100vmax;
}
.l-flow__list li:not(:last-of-type):after {
  position: absolute;
  content: "";
  color: #00496d;
  left: 50%;
  bottom: -3em;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 10px 0 10px;
  border-color: #00496d transparent transparent transparent;
}
.l-flow__list h3 {
  color: #00496d;
  font-size: 2.2rem;
  font-weight: 600;
}
.l-flow__list p {
  margin-left: 60px;
}
@media screen and (max-width: 768px) {
  .l-flow__heading {
    margin-bottom: 4em;
  }
  .l-flow__list li {
    margin-bottom: 6em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 90px 16px 16px 16px;
    min-height: auto;
    margin-left: 0;
    width: 100%;
  }
  .l-flow__list li .circle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
    width: 120px;
    height: 120px;
    background: transparent linear-gradient(180deg, #4981d5 0%, #11b4d9 50%, #88d9ec 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    border-radius: 100vmax;
  }
  .l-flow__list li:not(:last-of-type):after {
    position: absolute;
    content: "";
    color: #00496d;
    left: 50%;
    bottom: -2em;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 10px 0 10px;
    border-color: #00496d transparent transparent transparent;
  }
  .l-flow__list li:last-of-type {
    margin-bottom: 0;
  }
  .l-flow__list h3 {
    color: #00496d;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1em;
  }
  .l-flow__list p {
    margin-left: 0px;
  }
}

.l-caution {
  background-color: #00496d;
  padding: 60px;
  color: #fff;
}
.l-caution__heading {
  padding: 10px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
}
.l-caution__heading img {
  display: inline-block;
  vertical-align: middle;
}
.l-caution__list {
  padding-top: 20px;
  padding-left: 100px;
  padding-bottom: 10px;
  border: 1px solid #fff;
  margin-top: -1px;
}
.l-caution__list li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 10px;
}
.l-caution__list li:before {
  content: "●";
  color: #fff;
  display: inline-block;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .l-caution {
    padding: 30px 10px;
  }
  .l-caution__heading {
    margin-bottom: 0;
    padding: 10px;
    border: 1px solid #fff;
    font-size: 2rem;
  }
  .l-caution__heading img {
    display: block;
    margin: 0 auto;
  }
  .l-caution__list {
    padding: 10px 10px 10px 30px;
    border: 1px solid #fff;
  }
  .l-caution__list li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 10px;
  }
  .l-caution__list li:before {
    content: "●";
    color: #fff;
    display: inline-block;
    margin-right: 8px;
  }
}/*# sourceMappingURL=style.css.map */