/* ==========================================================================
  Reset
  ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

img {
  font-size: 0;
  line-height: 0;
  display: block;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
  color: #000;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  font-weight: bold;
  font-style: italic;
  color: #000;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

fieldset, img {
  line-height: 0;
  vertical-align: top;
}

hr {
  display: none;
}

input, select {
  vertical-align: middle;
}

* {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
}

html, body {
  width: 100%;
  height: 100%;
}

ul, li {
  list-style: none;
}

b {
  font-weight: bold;
}

iframe {
  border: none;
  outline: none;
}

/* ==========================================================================
  Base
  ========================================================================== */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  color: #222;
  font-size: 1.6em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  background: #fff;
  background: linear-gradient(to right, #71c1fa 0%, #5076eb 100%);
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (min-width: 769px) {
  body {
    min-width: 1100px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4em;
  }
}

img {
  width: 100%;
  height: auto;
}

::selection {
  background: #ffce18;
  color: #fff;
}

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

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

/* ==========================================================================
Font
========================================================================== */
h1, h2, h3, h4, h5, h6, strong {
  font-weight: bold;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
}

@media screen and (min-width: 769px) {
  a:hover, a img {
    transition: 0.2s ease-out;
  }
}
a.btn {
  position: relative;
  display: block;
  max-width: 250px;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease-out;
  color: #fff;
}

@media screen and (min-width: 769px) {
  a.btn:hover {
    text-decoration: none;
    color: #fff;
  }
}
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.mb8 {
  margin-bottom: 8px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb32 {
  margin-bottom: 32px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb48 {
  margin-bottom: 48px;
}

.mb56 {
  margin-bottom: 56px;
}

.mb64 {
  margin-bottom: 64px;
}

.mb72 {
  margin-bottom: 72px;
}

.mb80 {
  margin-bottom: 80px;
}

/* ==========================================================================
Base
========================================================================== */
.l-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.l-inner p {
  text-align: justify;
  line-height: 1.8;
}
.l-inner p:not(:last-child) {
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 768px) {
  .l-inner {
    max-width: 90%;
    margin: 0 auto;
  }
}
.sec-ttl h2 {
  margin-bottom: 3em;
  color: #3d5796;
}
.sec-ttl h2 span {
  display: inline;
}
.sec-ttl h2 .en {
  font-size: 9.2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.sec-ttl h2 .jp {
  font-weight: 700;
  font-size: 1.8rem;
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  .sec-ttl h2 {
    margin-bottom: 2em;
    color: #3d5796;
  }
  .sec-ttl h2 .en {
    font-size: 5rem;
  }
  .sec-ttl h2 .jp {
    margin-top: 0.75em;
    display: block;
    font-size: 1.8rem;
    margin-left: 0;
  }
}

.sec-cnts:not(:last-child) {
  margin-bottom: 3em;
}
.sec-cnts h3 {
  color: #fff;
  margin-bottom: 2em;
}
.sec-cnts h3 span {
  display: inline-block;
  padding: 10px;
  font-size: 3.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.sec-cnts h3 .grad1r {
  background: linear-gradient(to right, #71c1fa 0%, #5076eb 100%);
}
.sec-cnts h3 .grad1l {
  background: linear-gradient(to left, #71c1fa 0%, #5076eb 100%);
}
.sec-cnts h4 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: linear-gradient(to right, #71c1fa 0%, #6693ed 100%);
  margin: 36px auto;
}
.sec-cnts h4 img {
  height: 35px;
  margin: 5px 0 10px;
}
.sec-cnts p {
  color: #3d5796;
}
.sec-cnts .movie {
  max-width: 500px;
  background: #000;
  cursor: pointer;
}
.sec-cnts .movie img {
  display: block;
  transition: all 0.15s ease-out;
}
.sec-cnts .movie:hover img {
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  .sec-cnts h3 {
    margin-bottom: 2em;
    line-height: 1.4;
  }
  .sec-cnts h3 span {
    font-size: 2rem;
  }
  .sec-cnts h4 {
    margin: 36px auto;
  }
  .sec-cnts h4 img {
    height: 28px;
    margin: 5px 0 10px;
  }
  .sec-cnts .movie {
    max-width: inherit;
    width: 100%;
  }
}

/* ==========================================================================
Header
========================================================================== */
.l-header {
  position: fixed;
  width: 100%;
  height: auto;
  padding: 2.5% 5%;
  z-index: 10001;
}
.l-header .header-inner {
  position: relative;
  width: 100%;
  height: 70px;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .l-header .header-inner {
    height: 60px;
  }
}
.l-header .header-inner .logo-corp {
  width: auto;
  height: 100%;
  margin-left: 2.5%;
}
.l-header .header-inner .logo-corp img {
  width: auto;
  height: 100%;
}
.l-header .header-inner .contact a {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px 20px;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  width: auto;
  height: 100%;
}
.l-header .header-inner .contact a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #bdb4ff 0%, #737efa 100%);
  transition: all 0.25s ease-out;
}
.l-header .header-inner .contact a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, #bdb4ff 0%, #737efa 100%);
  transition: all 0.25s ease-out;
  opacity: 0;
}
.l-header .header-inner .contact a:hover::after {
  opacity: 1;
}
.l-header .header-inner .contact a img {
  width: auto;
  height: 17px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .l-header .header-inner .contact a {
    padding: 12px 20px;
  }
}

/* ==========================================================================
Main
========================================================================== */
.l-main {
  padding-top: var(--header-h, 0px);
  background: url(../images/deco-ball.png) no-repeat left top/20% auto;
}

/* ==========================================================================
KV
========================================================================== */
.l-kv {
  position: relative;
  padding-bottom: 120px;
  background: url(../images/deco-dosei.png) no-repeat 10% 12%/12% auto, url(../images/deco-cube.png) no-repeat 80% 11%/6% auto;
}
.l-kv::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -30%;
  width: 100%;
  height: 130%;
  background: url(../images/bg-polygon1.svg) no-repeat center bottom;
  background-size: 130% auto;
}
.l-kv::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: url(../images/kv-bottom.svg) center bottom no-repeat;
  background-size: 100% 100%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .l-kv {
    padding-bottom: 60px;
    background: url(../images/deco-dosei.png) no-repeat 10% 18%/12% auto, url(../images/deco-cube.png) no-repeat 96% 11%/6% auto;
  }
  .l-kv::before {
    bottom: -10%;
    height: 130%;
    background: url(../images/bg-polygon1.svg) no-repeat center bottom;
    background-size: 150% auto;
  }
  .l-kv::after {
    background: url(../images/kv-bottom.svg) center bottom no-repeat;
    background-size: 150% 100%;
  }
}
.l-kv p {
  color: #fff;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-kv p {
    text-align: left;
  }
}
.l-kv .kv-ttl {
  max-width: 530px;
  margin: 30px auto 56px;
}
.l-kv .kv-ttl .catch {
  font-weight: 700;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 6px;
  padding: 12px;
  margin-right: 10px;
  margin-top: 32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-kv .kv-ttl {
    margin: 30px auto 56px;
  }
  .l-kv .kv-ttl .catch {
    margin-right: 6px;
    margin-top: 24px;
    text-align: center;
    font-size: 1.6rem;
  }
}
.l-kv .kv-concept .lead {
  font-size: 3rem;
  margin-bottom: 48px;
  line-height: 1.6;
  font-weight: 700;
}
.l-kv .kv-concept p {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-kv .kv-concept .lead {
    font-size: 2rem;
    margin-bottom: 32px;
  }
  .l-kv .kv-concept p {
    margin-bottom: 1.6rem;
  }
}

/* ==========================================================================
Background
========================================================================== */
.l-background {
  position: relative;
  background: url(../images/bg-polygon2.svg) no-repeat center bottom/130% auto rgba(255, 255, 255, 0.75);
  padding-top: 80px;
  padding-bottom: 160px;
  overflow: hidden;
}
.l-background::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: url(../images/background-bottom.svg) center bottom no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
.l-background::before {
  content: "";
  display: block;
  position: absolute;
  width: 45vw;
  height: 45vw;
  right: -10%;
  top: 15%;
  bottom: auto;
  left: auto;
  margin: 0 0 auto auto;
  background: url(../images/img-background.png) center right no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .l-background .l-inner {
    padding-right: 15%;
  }
}
.l-background .sec-cnts {
  max-width: 665px;
}
@media screen and (max-width: 768px) {
  .l-background {
    padding-top: 60px;
    padding-bottom: 360px;
  }
  .l-background::after {
    background: url(../images/background-bottom.svg) center bottom no-repeat;
    background-size: 150% 100%;
    z-index: 1;
  }
  .l-background::before {
    width: 60vw;
    height: 60vw;
    right: 0;
    top: auto;
    bottom: 2.4%;
    left: auto;
    margin: auto 0 0 auto;
  }
}
.l-background .news-list {
  margin: 3rem 0 3rem;
  border-top: 1px solid #3d5796;
}
.l-background .news-list > li {
  border-bottom: 1px solid #3d5796;
  padding: 24px 0;
}
.l-background .news-list > li a {
  display: flex;
}
.l-background .news-list > li a .thumb {
  width: 180px;
  margin-right: 5%;
}
.l-background .news-list > li a .txt {
  flex: 1;
}
.l-background .news-list > li a .txt .cat {
  display: inline-block;
  border-radius: 9999px;
  color: #fff;
  font-weight: bold;
  padding: 4px 16px;
  background: #3d5796;
}
.l-background .news-list > li a .txt .ttl {
  text-decoration: underline;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-background .news-list > li {
    padding: 24px 0;
  }
  .l-background .news-list > li a .thumb {
    width: 180px;
    margin-right: 5%;
  }
  .l-background .news-list > li a .txt .cat {
    font-size: 1.2rem;
  }
  .l-background .news-list > li a .txt .ttl {
    text-decoration: underline;
    font-size: 1.3rem;
  }
}

/* ==========================================================================
Overview
========================================================================== */
.l-overview {
  background: #fff;
  margin: 0;
}
.l-overview .sec-overview {
  position: relative;
  max-width: 100%;
}
.l-overview .sec-overview .txt {
  max-width: 665px;
}
.l-overview .sec-overview .img {
  position: absolute;
  max-width: 25%;
  right: 10%;
  top: -80px;
}
.l-overview .sec-cnts dl:not(:last-child) {
  margin-bottom: 35px;
}
.l-overview .sec-cnts dl dt {
  position: relative;
  text-align: center;
  border-top: 1px solid #3d5796;
  padding-top: 20px;
}
.l-overview .sec-cnts dl dt span {
  font-size: 1.6rem;
  font-weight: bold;
  color: #3d5796;
}
.l-overview .sec-cnts dl dt::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 135px;
  height: 7px;
  background-color: #3d5796;
}
.l-overview .sec-cnts dl dd {
  text-align: center;
  margin: 30px auto 0;
}
.l-overview .sec-cnts dl dd h3 {
  margin-bottom: 1.5em;
}
.l-overview .sec-cnts dl dd h3 span {
  font-size: 3.2rem;
}
.l-overview .sec-cnts dl dd p {
  font-size: 1.6rem;
  margin-bottom: 2em;
}
.l-overview .sec-cnts dl dd img {
  max-width: 500px;
  margin: 0 auto 2em;
}
.l-overview .sec-cnts dl dd .flex {
  display: flex;
  justify-content: center;
  width: 100%;
}
.l-overview .sec-cnts dl dd .flex .txt {
  flex: 1;
  max-width: 560px;
}
.l-overview .sec-cnts dl dd .flex .txt p {
  font-size: 1.6rem;
  text-align: left;
}
.l-overview .sec-cnts dl dd .flex .img {
  width: 300px;
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .l-overview .sec-overview .txt {
    max-width: 100%;
    margin-bottom: 1rem;
  }
  .l-overview .sec-overview .img {
    position: relative;
    max-width: 50%;
    right: auto;
    top: auto;
    margin: 0 auto;
  }
  .l-overview .sec-cnts dl:not(:last-child) {
    margin-bottom: 35px;
  }
  .l-overview .sec-cnts dl dt {
    padding-top: 20px;
  }
  .l-overview .sec-cnts dl dt span {
    font-size: 1.6rem;
  }
  .l-overview .sec-cnts dl dd {
    text-align: center;
    margin: 30px auto 0;
  }
  .l-overview .sec-cnts dl dd h3 {
    margin-bottom: 1.5em;
  }
  .l-overview .sec-cnts dl dd h3 span {
    font-size: 2rem;
  }
  .l-overview .sec-cnts dl dd p {
    font-size: 1.4rem;
    margin-bottom: 2em;
  }
  .l-overview .sec-cnts dl dd img {
    max-width: 500px;
    margin: 0 auto 2em;
  }
  .l-overview .sec-cnts dl dd .flex {
    flex-direction: column;
  }
  .l-overview .sec-cnts dl dd .flex .txt {
    flex: 1;
    max-width: 100%;
  }
  .l-overview .sec-cnts dl dd .flex .txt p {
    text-align: left;
  }
  .l-overview .sec-cnts dl dd .flex .img {
    flex: 1;
    max-width: 50%;
    margin: 0 auto;
  }
}

/* ==========================================================================
Approach
========================================================================== */
.l-approach {
  position: relative;
  padding-bottom: 80px;
  padding-top: 40px;
}
.l-approach::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  background: url(../images/background-bottom.svg) center bottom no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg);
  z-index: 1;
}
.l-approach .l-inner {
  padding-top: 160px;
}
.l-approach .sec-ttl h2 {
  color: #fff;
}
.l-approach .sec-ttl .lead {
  width: 100%;
  color: #fff;
  font-size: 2.4rem;
  text-align: left;
  margin: 0 auto;
  font-weight: bold;
}
.l-approach .sec-apploach {
  margin: 0 auto;
}
.l-approach .sec-apploach figure img {
  margin: 0 auto;
  max-width: 800px;
}
.l-approach .sec-feature .point-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-approach .sec-feature .point-wrap .point1,
.l-approach .sec-feature .point-wrap .point2,
.l-approach .sec-feature .point-wrap .point3,
.l-approach .sec-feature .point-wrap .point4 {
  width: 48%;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 30px 20px 20px;
  position: relative;
  margin-bottom: 4%;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.l-approach .sec-feature .point-wrap .point1 h5,
.l-approach .sec-feature .point-wrap .point2 h5,
.l-approach .sec-feature .point-wrap .point3 h5,
.l-approach .sec-feature .point-wrap .point4 h5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  font-weight: bold;
  margin: 0;
}
.l-approach .sec-feature .point-wrap .point1 h5::before, .l-approach .sec-feature .point-wrap .point1 h5::after,
.l-approach .sec-feature .point-wrap .point2 h5::before,
.l-approach .sec-feature .point-wrap .point2 h5::after,
.l-approach .sec-feature .point-wrap .point3 h5::before,
.l-approach .sec-feature .point-wrap .point3 h5::after,
.l-approach .sec-feature .point-wrap .point4 h5::before,
.l-approach .sec-feature .point-wrap .point4 h5::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #fff;
}
.l-approach .sec-feature .point-wrap .point1 h5::before,
.l-approach .sec-feature .point-wrap .point2 h5::before,
.l-approach .sec-feature .point-wrap .point3 h5::before,
.l-approach .sec-feature .point-wrap .point4 h5::before {
  margin-right: 40px;
}
.l-approach .sec-feature .point-wrap .point1 h5::after,
.l-approach .sec-feature .point-wrap .point2 h5::after,
.l-approach .sec-feature .point-wrap .point3 h5::after,
.l-approach .sec-feature .point-wrap .point4 h5::after {
  margin-left: 40px;
}
.l-approach .sec-feature .point-wrap .point1 .en,
.l-approach .sec-feature .point-wrap .point2 .en,
.l-approach .sec-feature .point-wrap .point3 .en,
.l-approach .sec-feature .point-wrap .point4 .en {
  font-size: 1.7em;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.l-approach .sec-feature .point-wrap .point1 h6,
.l-approach .sec-feature .point-wrap .point2 h6,
.l-approach .sec-feature .point-wrap .point3 h6,
.l-approach .sec-feature .point-wrap .point4 h6 {
  background-color: #3861fa;
  padding: 7px;
  text-align: center;
  color: #fff;
  font-size: 1.2em;
  margin: 0 auto 10px;
}
.l-approach .sec-feature .point-wrap p {
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .l-approach {
    padding-bottom: 80px;
    padding-top: 0;
  }
  .l-approach::before {
    background: url(../images/background-bottom.svg) center bottom no-repeat;
    background-size: 130% 100%;
  }
  .l-approach .l-inner {
    padding-top: 160px;
  }
  .l-approach .sec-ttl .lead {
    font-size: 1.8rem;
  }
  .l-approach .sec-feature .point-wrap {
    flex-direction: column;
    gap: 20px;
  }
  .l-approach .sec-feature .point-wrap .point1,
.l-approach .sec-feature .point-wrap .point2,
.l-approach .sec-feature .point-wrap .point3,
.l-approach .sec-feature .point-wrap .point4 {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 30px 15px 15px;
  }
  .l-approach .sec-feature .point-wrap .point1 .en,
.l-approach .sec-feature .point-wrap .point2 .en,
.l-approach .sec-feature .point-wrap .point3 .en,
.l-approach .sec-feature .point-wrap .point4 .en {
    font-size: 2.4rem;
  }
  .l-approach .sec-feature .point-wrap .point1 h6,
.l-approach .sec-feature .point-wrap .point2 h6,
.l-approach .sec-feature .point-wrap .point3 h6,
.l-approach .sec-feature .point-wrap .point4 h6 {
    font-size: 1.8rem;
  }
}

/* ==========================================================================
Roadmap
========================================================================== */
.l-roadmap {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}
.l-roadmap::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: -1;
  transform: skewY(-5deg);
}
.l-roadmap::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -15%;
  width: 100%;
  height: 100%;
  background: url(../images/bg-polygon3.svg) no-repeat center bottom/130% auto;
  z-index: -1;
}
.l-roadmap .sec-roadmap figure img {
  margin: 50px auto;
  max-width: 800px;
}
.l-roadmap .sec-roadmap-card {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  color: #3d5796;
}
.l-roadmap .sec-roadmap-card h4 {
  border-radius: 10px 10px 0 0;
  display: flex;
  border: none;
  margin: 20px auto;
  text-align: left;
}
.l-roadmap .sec-roadmap-card h4 img {
  margin: 15px 0 15px;
  width: auto;
  padding: 0 20px;
}
.l-roadmap .sec-roadmap-card p {
  padding: 0 30px;
  text-align: justify;
}
.l-roadmap .sec-roadmap-card dl {
  padding: 0 30px 30px 30px;
  display: flex;
}
.l-roadmap .sec-roadmap-card dl dt {
  color: #fff;
  background: linear-gradient(to right, #88e3fc 0%, #6693ed 100%);
  width: 80px;
  text-align: center;
  align-items: center;
  position: relative;
  margin-right: 40px;
}
.l-roadmap .sec-roadmap-card dl dt p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: #fff;
  padding: 0;
}
.l-roadmap .sec-roadmap-card dl dd ul li {
  list-style: disc;
  margin-bottom: 5px;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .l-roadmap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .l-roadmap::after {
    bottom: -5%;
    background: url(../images/bg-polygon3.svg) no-repeat center bottom/130% auto;
  }
  .l-roadmap .sec-roadmap figure img {
    margin: 30px auto;
  }
  .l-roadmap .sec-roadmap-card h4 {
    border-radius: 10px 10px 0 0;
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
  }
  .l-roadmap .sec-roadmap-card h4 img {
    margin: 15px 0 0;
    width: auto;
    padding: 0 20px;
  }
  .l-roadmap .sec-roadmap-card p {
    padding: 0 15px;
  }
  .l-roadmap .sec-roadmap-card dl {
    padding: 0 15px 30px 15px;
  }
  .l-roadmap .sec-roadmap-card dl dt {
    width: 80px;
    margin-right: 30px;
  }
}

/* ==========================================================================
Column
========================================================================== */
.l-column {
  padding-top: 120px;
}
.l-column .sec-ttl h2 {
  color: #fff;
}
.l-column .column-list {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 50px 0;
}
.l-column .column-list li {
  width: 23%;
}
.l-column .column-list li img {
  margin-bottom: 20px;
}
.l-column .column-list li p {
  color: #fff;
}
.l-column .btn-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 45px;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  width: auto;
  height: 100%;
  max-width: 350px;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
  transition: 0.25s ease-out;
  position: relative;
  overflow: hidden;
}
.l-column .btn-wrap a:hover {
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
}
.l-column .btn-wrap a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #bdb4ff 0%, #737efa 100%);
  transition: all 0.25s ease-out;
}
.l-column .btn-wrap a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, #bdb4ff 0%, #737efa 100%);
  transition: all 0.25s ease-out;
  opacity: 0;
}
.l-column .btn-wrap a:hover::after {
  opacity: 1;
}
.l-column .btn-wrap a span {
  position: absolute;
  font-size: 114%;
  font-weight: bold;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .l-column {
    padding-top: 60px;
  }
  .l-column .sec-ttl h2 {
    color: #fff;
  }
  .l-column .column-list {
    flex-wrap: wrap;
    padding: 5% 0 0;
  }
  .l-column .column-list li {
    width: 47.5%;
    margin-bottom: 5%;
  }
  .l-column .column-list li img {
    margin-bottom: 20px;
  }
  .l-column .column-list li p {
    color: #fff;
  }
  .l-column .btn-wrap a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 45px;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    width: auto;
    height: 100%;
    max-width: 350px;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
    transition: 0.25s ease-out;
    position: relative;
    overflow: hidden;
  }
  .l-column .btn-wrap a:hover {
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
  }
  .l-column .btn-wrap a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #bdb4ff 0%, #737efa 100%);
    transition: all 0.25s ease-out;
  }
  .l-column .btn-wrap a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to left, #bdb4ff 0%, #737efa 100%);
    transition: all 0.25s ease-out;
    opacity: 0;
  }
  .l-column .btn-wrap a:hover::after {
    opacity: 1;
  }
  .l-column .btn-wrap a span {
    position: absolute;
    font-size: 114%;
    font-weight: bold;
    z-index: 2;
  }
}

/* ==========================================================================
Footer
========================================================================== */
footer {
  height: 30px;
  text-align: center;
  margin-top: 100px;
}
footer .copyright {
  color: #fff;
}

/*# sourceMappingURL=style.css.map */
