@charset "utf-8";
/* CSS Document */
* {
  padding: 0;
  margin: 0;
}
*, *:before, *:after { box-sizing: inherit; }
html { box-sizing: border-box; }
body {
  padding: 0;
  margin: 0;
  color: #000000;
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Helvetica,Arial,"メイリオ",Meiryo,Osaka,sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  height: 100%;
/*  background-image: url(../images/common_bg.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;*/
}
h1, h2, h3, h4, h5, h6 {
  position: relative;
  text-decoration: none;
  line-height: 1.5;
  margin-bottom: 3rem;
  word-wrap: break-word;
  font-family: "Noto Sans JP","ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Helvetica,Arial,"メイリオ",Meiryo,Osaka,sans-serif;]
  font-optical-sizing: auto;
  font-style: normal;
}
h1 {
  font-size: 5.2vw;
  line-height: 1.4;
  margin-bottom: 3.5vw;
  font-family: "Rubik", sans-serif;
}
h2 {
  font-size: 1.4rem;
  margin-right: auto;
  margin-left: auto;
  color: #1bd75f;
}
h2 .en-title {
  display: block;
  font-family: "Rubik",sans-serif;
  font-size: 2.4rem;
  font-optical-sizing: auto;
  font-style: normal;
  margin-bottom: 0;
}
h2.jp-title {
  font-size: 2.4rem;
  color: white;
  background: linear-gradient(0deg, #0099e8, #4cc9e7);
  padding: 0 1rem;
/*  background: -webkit-linear-gradient(0deg, #0099e8, #4cc9e7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
}
h3 {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.bg-grad-title {
  color: white;
  background: -webkit-linear-gradient(0deg, #0099e8, #4cc9e7);
  padding: 0.25rem 3rem;
  border-radius: 9999px;
}
h4 {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
table h3,
table h4 {
  margin-bottom: 0;
}
p {
  font-size: 1.5rem;
  line-height: 1.5;
}
a {
  color: #0094e7;
}
input[type="submit"],
input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0;
  border-radius: none;
}
input:focus,
button:focus,
select:focus,
textarea:focus { border-color: #fe7e30; }
ul, ol { margin-bottom: 0; }
header,
footer {
  width: 100%;
  margin: 0;
  padding: 0;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
hr {
  margin-bottom: 5em;
}

.block { display: block; }
.inline-block { display: inline-block; }
.table { display: table; }
.text-center { text-align: center!important; }
.text-left { text-align: left!important; }
.text-right { text-align: right!important; }
.clear { clear: both; }
.flex {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.items-center { align-items: center; }
.items-baseline { align-items: baseline; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.justify-around { justify-content: space-around; }
.relative { position: relative; }
.absolute { position: absolute; }
.static { position: static; }
.col-4 { width: 25%; }
.col-3 { width: 33.33333333%; }
.col-2 { width: 50%; }
.col-1 { width: 100%; }
.mt-100 { margin-top: 100px!important; }
.mt-50 { margin-top: 50px!important; }
.mt-30 { margin-top: 30px!important; }
.mt-0 { margin-top: 0!important; }
.mb-100 { margin-bottom: 100px!important; }
.mb-50 { margin-bottom: 50px!important; }
.mb-30 { margin-bottom: 30px!important; }
.mb-15 { margin-bottom: 15px!important; } 
.mb-0 { margin-bottom: 0!important; }
.mx-15 {
  margin-right: 15px;
  margin-left: 15px;
}
.mx-auto {
  margin-right: auto;
  margin-left: auto;
}
.ml-auto {
  margin-left: auto;
}

.p-15 { padding: 15px; }
.pt-100 { padding-top: 100px!important; }
.pt-0 { padding-top: 0!important; }
.pt-30 { padding-top: 30px!important; }
.pt-50 { padding-top: 50px!important; }
.pb-100 { padding-bottom: 100px!important; }
.pb-5 { padding-bottom: 5px!important; }
.pb-0 { padding-bottom: 0!important; }
.pl-10 { padding-left: 10px!important; }
.pl-15 { padding-left: 15px!important; }
.px-15 {
  padding-right: 15px;
  padding-left: 15px;
}
.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}
.py-10 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.radius-05 { border-radius: 0.5rem; }

.normal { font-weight: normal; }
.bold { font-weight: bold; }
.Rubik {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.text-white { color: white; }
.text-black { color: black; }
.text-gray { color: #aaaaaa; }
.text-light-gray { color: #eeeeee; }
.text-otonal { color: #18a6a9; }
.text-spotify { color: #1bd75f; }
.text-blue { color: #27c7ff; }
.text-dark-blue { color: #0094e7; }
.text-navy { color: #083e68; }
.text-green { color: #035e60; }
.text-orange { color: #fe7e30; }
.text-gradation {
  color: #21d5c4;
  background: linear-gradient(0deg, #2196F3, #21d5c4);
  background: -webkit-linear-gradient(0deg, #2196F3, #21d5c4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bg-otonal {
  background-color: #444;
  background: linear-gradient(to right, #838383, #444);
}
.bg-light-green { background-color: #f6fffa; }
.bg-spotify {
  background-color: #1bd75f;
  background-color: #5cf794;
}
.bg-gray { background-color: #F8F8F8; }
.bg-white { background-color: white; }

.sp { display: none; }

.shadow { box-shadow: 0 0.25rem 1rem 0 rgba(34, 35, 36, 0.1); }
.txt { font-size: 1.8rem; }
.read-text {
  font-size: 1.1rem;
  margin-bottom: 2.5rem;
}
.text-small { font-size: 1rem; }
.text-medium  { font-size: 1.6rem; }

.inner720 {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.inner1440 {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.inner1200 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.inner1024 {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.section-block {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* 画面外にいる状態 */
.fadein {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1000ms;
}
/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeup {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.bottom__fadein {
  animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.left__slidein {
  animation: SlideIn 1.5s;
}
@keyframes SlideIn {
  0% {
    opacity: 0;
    transform: translateX(-64px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@media only screen and (max-width: 767px){
  .section-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pc { display: none; }
  .sp { display: block; }
  h1 {
    font-size: 6.8vw;
    margin-bottom: 5vw;
  }
  h2 { font-size: 1.2rem; }
  h2 .en-title,
  h2.jp-title {
    font-size: 1.8rem;
    padding: 0 0.5rem;
  }
  h3 { font-size: 1.3rem; }
  h4 { font-size: 1.2rem; }
  p { font-size: 15px; }
  .txt { font-size: 15px; }
  .read-text { font-size: 1rem; }
  .text-small { font-size: 11px; }
  .text-medium { font-size: 13px; }
  .col-4,
  .col-3,
  .col-2 {
    width: 100%;
  }
}


/**************************
 * HEADER
**************************/
.head-logo {
  max-width: 180px;
}
#header {
  position: absolute;
  z-index: 9999;
  background-color: transparent;
  height: 90px;
  width: 100%;
  /*以下はレイアウトのためのCSS*/
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .inner {
  width: 98%;
  margin: 0 auto;
}

@media only screen and (max-width: 980px){
  #header { height: 70px; }
  .head-logo { max-width: 150px; }
}

@media only screen and (max-width: 767px){
  #header { height: 50px; }
  .head-logo { max-width: 100px; }
}

.bg-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 5rem;
  height: 400px;
  background-size: cover;
  background-position: center;
}
.bg-heading .filter {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.bg-heading-1 {
  background-image: url(../images/bg-heading-1.jpg);  
}
.bg-heading h2 {
  text-shadow: black 1px 1px 3px;
  z-index: 1;
}

@media only screen and (max-width: 767px){
  .bg-heading {
    height: 200px;
  }
}

/**************************
 * HERO
**************************/
#hero {
  background-color: white;
}
#hero .hero-inner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#hero .circle-wrap {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#hero .circle-wrap .swiper-wrapper {
  z-index: 3;
}
#hero .hero-circle {
  position: absolute;
  border-radius: 100%;
  overflow: hidden;
}
#hero .hero-circle01 {
  width: 50vw;
  height: 50vw;
  left: -20vw;
  top: -37.5vw;
  background-color: #1bd75f;
  z-index: 1;
}

#hero .hero-circle02 {
  position: absolute;
  width: 50vw;
  height: 50vw;
  right: 0;
  margin-left: auto;
  top: 200px;
  background-color: #35fb7d;
  z-index: 3;
}
.hero-circle.hero-circle02 .swiper-slide::before {
  display: inline-block;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #1bd75f;
  opacity: 0.5;
  z-index: 5;
}
.hero-circle.hero-circle02 .swiper-wrapper {
  transition-timing-function: linear;
}
#hero .hero-circle02 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#hero .hero-circle02 .swiper-slide01 {
}
#hero .hero-circle02 .swiper-slide02 img {
  object-position: center right;
}
#hero .hero-circle02 .swiper-slide03 img {
  object-position: center right;
}

#hero .hero-circle03 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 70vw;
  height: 70vw;
  right: -15vw;
  top: -20vw;
  background-color: #c8ffdc;
  z-index: 1;
}
#hero .hero-circle03::before {
  display: inline-block;
  content: "";
  width: 60vw;
  height: 60vw;
  background-color: white;
  border-radius: 50%;
  z-index: 2;
}
#hero .circle-img01 {
  position: absolute;
  width: 32vw;
  right: -5vw;
  top: 1vw;
  z-index: 2;
}
#hero .circle-img02 {
  position: absolute;
  width: 12vw;
  left: 14.5vw;
  top: 2.5%;
  z-index: 1;
}
#hero .title {
  position: absolute;
  left: 5vw;
  top: 30%;
  z-index: 99;
}
#hero .hero-desc {
  font-size: 1.869vw;
  margin-bottom: 1vw;
}
#hero .title h1 span {
  margin-left: -3vw;
}
.hero-cta {
  display: flex;
  flex-direction: row;
  gap: 1.5vw;
}
.hero-cta a {
  color: #1bd75f;
  background-color: white;
  border: 1px solid;
  font-size: 2vw;
  text-decoration: none;
  padding: 1vw 2vw;
  border-radius: 9999px;
}
.hero-cta a.document {
  color: #35fb7d;
  background-color: black;
  border-color: black;
}
.hero-cta a .icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1vw;
}
.hero-cta a .icon:before {
  display: inline-block;
  content: "";
  -webkit-mask-image: url(../images/contact-icon-2.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../images/contact-icon-2.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #1bd75f;
  width: 2.2vw;
  height: 2.2vw;
  margin-bottom: -0.25vw;
}
.hero-cta a.document .icon:before {
  -webkit-mask-image: url(../images/document-icon-1.svg);
  mask-image: url(../images/document-icon-1.svg);
  background-color: #35fb7d;
  width: 2.2vw;
  height: 2.2vw;
  transition: all .3s;
}


#hero .fluid {
  aspect-ratio: 1;
  animation: fluid-anim 20s infinite;
}

@keyframes fluid-anim {
    0%    { border-radius: 65% 35% 55% 45% / 55% 50% 55% 45%; }
    12.5% { border-radius: 60% 75% 40% 80% / 70% 70% 60% 65%; }
    25%   { border-radius: 55% 95% 65% 90% / 75% 65% 85% 70%; }
    37.5% { border-radius: 60% 40% 50% 45% / 60% 40% 60% 40%; }
    50%   { border-radius: 55% 95% 65% 90% / 75% 65% 85% 70%; }
    62.5% { border-radius: 60% 40% 50% 45% / 60% 40% 60% 40%; }
    75%   { border-radius: 60% 75% 40% 80% / 70% 70% 60% 65%; }
    87.5% { border-radius: 40% 60% 55% 45% / 50% 60% 40% 50%; }
    100%  { border-radius: 65% 35% 55% 45% / 55% 50% 55% 45%; }
}

@media only screen and (max-width: 1440px){
  #hero .hero-inner {
    height: 60vw;
  }
}
@media only screen and (max-width: 980px){
  #hero .hero-inner {
    height: 480px;
  }
  #hero .hero-circle02 {
    width: 55vw;
    height: 55vw;
    top: 150px;
  }
  #hero .circle-img01 {
    width: 40vw;
  }
}
@media only screen and (max-width: 767px){
  #hero .hero-inner {
    height: 100vw;
  }
  #hero .title {
    top: 30vw;
  }
  #hero .hero-circle01 {
    width: 60vw;
    height: 60vw;
  }
  #hero .hero-circle02 {
    top: 200px;
  }
  #hero .hero-circle03 {
    width: 100vw;
    height: 100vw;
    right: -50vw;
    top: -30vw;
  }
  #hero .hero-circle03::before {
    width: 80vw;
    height: 80vw;
  }
  #hero .circle-img01 {
    top: 100px;
    width: 45vw;
  }
  #hero .circle-img02 {
    width: 15vw;
    left: 15vw;
    top: 12.5%;
  } 
  #hero .hero-desc {
    font-size: 3.4vw;
    margin-bottom: 2vw;
  }
  .hero-cta {
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }
  .hero-cta a {
    width: 50vw;
    font-size: 3.6vw;
    padding: 0.5rem 1rem;
  }
  .hero-cta a.document .icon:before,
  .hero-cta a .icon:before {
    width: 4vw;
    height: 4vw;
    margin-bottom: -0.5vw;
  }
}



/**************************
 * caution
**************************/
#caution {
  padding-top: 10vw;
}
.caution-box {
  border: 1px dashed #aaa;
  padding: 1rem;
}
.caution-box p {
  text-align: center;
  font-size: 30px;
}

@media only screen and (min-width: 1441px){
  #caution {
    padding-top: 15vw;
  }
}

@media only screen and (max-width: 980px){
  .caution-box p {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 767px){
  #caution {
    padding-top: 15vw;
  }
  .caution-box p {
    text-align: left;
    font-size: 18px;
  }
}

/**************************
 * ABOUT
**************************/
.about {
  position: relative;
  z-index: 99;
/*  background-image: url(../images/common_bg.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;*/
}
.about-box01 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1rem;
  align-items: baseline;
}
.about-box .box h3 {
  font-size: 1.15rem;
  line-height: 1.46;
  margin-bottom: 0;
}
.about-box .count-box span {
  font-size: 3rem;
}
.about-box .count-box span:last-child {
  font-size: 2rem;
}
.about-box .count-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.about-box .count-box img {
  width: 45px;
  height: auto;
  object-fit: contain;
}
.about-box .txt-box {
  background-color: #1bd75f;
  color: white;
  padding: 0.25rem;
}
.about-box02 {
  max-width: 1000px;
  margin: 3rem auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: baseline;
}

.about .feature-box01 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
}
.about .feature-box02 {
  max-width: 1000px;
  margin: 3rem auto;
  display: flex;
  flex-direction: row;
  gap: 3rem;
}
.about .feature-box02 .box {
  width: 40%;
}
.about .feature-box02 .box:last-child {
  width: 20%;
}
.about .feature-box .box h3 {
  display: inline-block;
  width: 100%;
  margin-bottom: 1rem;
}
.about .feature-box .box h3 span {
  font-size: 1.2rem;
  line-height: 40px;
  text-align: left;
  float: right;
  width: calc(100% - 50px);
}
.about .feature-box .box h3 .number {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  margin: 0;
  color: white;
  background-color: #1bd75f;
  border-radius: 9999px;
}
.about .feature-box .box p {
  clear: both;
  font-size: 1rem;
}
.about .feature-box .box ul {
  padding-left: 35px;
}

.about .feature-box02 h3 {
  text-align: center;
  font-size: 1.2rem;
}
.about .feature-box .child-box .other-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-left: 0;
}
.about .feature-box .child-box .other-box img {
  width: 45px;
  height: auto;
  object-fit: contain;
}
.about .feature-box .child-box .other-box span {
  font-size: 3rem;
}
.about .feature-box .child-box .other-box span:last-child {
  font-size: 2rem;
}
.about .feature-box .child-box .txt-box {
  text-align: center;
  background-color: #1bd75f;
  color: white;
  padding: 0.25rem;
}

@media only screen and (max-width: 1100px){
  .about-box01 {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 980px){
  .about .feature-box {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

@media only screen and (max-width: 767px){
  .about-box {
    grid-template-columns: 1fr;
  }
  .about-box .box h3 {
    font-size: 1rem;
  }
  .about .feature-box .box h3 span {
    font-size: 1.1rem;
  }
  .about .feature-box .box p {
    font-size: .8rem;
  }
  .about .feature-box02 {
    flex-direction: column;
  }
  .about .feature-box02 .box {
    width: 100%;
  }
  .about .feature-box02 .box:last-child {
    width: 100%;
  }
  .about .feature-box02 .box img {
    display: block;
    width: 60%;
    margin: 0 auto;
  }
  .about .feature-box02 .box .child-box img {
    display: inline-block;
    width: 45px;
    margin: 0;
  }
}

/**************************
 * PT
**************************/
.points-box {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  margin-top: 5rem;
}
.points-box .box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.points-box .box .img-box {
  width: 40%;
}
.points-box .box .txt-box {
  width: 60%;
}
.points-box .box .txt-box .number {
  font-family: Rubik, sans-serif;
  color: #1bd75f;
}
.points-box .box .txt-box ul {
  list-style: none;
}
.points-box .box .txt-box ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}
.points-box .box .txt-box ul li:last-child {
  margin-bottom: 0;
}
.points-box .box .txt-box ul li:before {
  content: '';
  position: absolute;
  top: 45%;
  display: inline-block;
  width: 25px;
  height: 1px;
  background-color: #1bd75f;
  left: 0;
}
.points-box .box .txt-box p {
  font-size: 1.1rem;
}

@media only screen and (max-width: 767px){
  .points-box .box {
    flex-direction: column;
  }
  .points-box .box:nth-child(2) {
    flex-direction: column-reverse;
  }
  .points-box .box .img-box {
    width: 70%;
  }
  .points-box .box .txt-box {
    width: 100%;
  }
  .points-box .box .txt-box ul li {
    font-size: 1rem;
  }
}

/**************************
 * FEATURE
**************************/
#feature .feature-box-wrap {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
#feature .feature-box-wrap .feature-box-right {
  width: 40%;
  object-fit: cover;
  border-radius: 2rem;
}
#feature .feature-box-wrap .feature-box-right img {
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
  box-shadow: 10px 10px 0 #000000;
}
#feature .feature-box {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
#feature .feature-box .box {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
#feature .feature-box .box .txt-box {
  background: white;
  border-radius: 1rem;
  padding-bottom: 1.5rem;
}
#feature .feature-box .box p,
#feature .feature-box .box ul {
  padding-right: 25px;
}
#feature .feature-box .box h3 {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 22px;
  color: white;
  background: #000000;
  border-radius: 5px;
  padding: 0.25rem 1rem;
  margin-bottom: 1rem;
}
#feature .feature-box .box h3 .number {
/*  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;*/
  font-size: 30px;
  text-align: center;
  background-color: #000000;
/*  border-radius: 50%;
  height: 60px;
  width: 60px;
  line-height: 60px;*/
}
#feature .feature-box .box h3 .title {
  line-height: 1.46;
  padding-left: 25px;
}
#feature .feature-box .box img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
#feature .feature-box .box p,
#feature .feature-box .box ul,
#feature .feature-box .box ol {
  padding-left: 45px;
}
#feature .feature-box .box ul li {
  font-size: 15px;
}
#feature .feature-box .box p {
  font-size: 16px;
}
.targeting-tags {
  list-style: none;
  margin-top: 10px;
}
.targeting-tags li {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1.46;
  /*background-color: white;*/
  color: #35b865;
  border: 1px solid;
  padding: 0 0.5rem;
  margin-right: 0.3rem;
  margin-top: 0.5rem;
}

@media only screen and (max-width: 980px){
  #feature .feature-box-wrap {
    flex-direction: column;
  }
  #feature .feature-box-wrap .feature-box-right {
    width: 90%;
    margin: 0 auto;
  }
  #feature .feature-box {
    width: 100%;
  }
}

@media only screen and (max-width: 767px){
  #feature .feature-box {
    grid-template-columns: 1fr;
  }
  #feature .feature-box .box h3 {
    font-size: 4.5vw;
    padding: 1vw 3vw;
  }
  #feature .feature-box .box h3 .number {
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
  #feature .feature-box .box h3 .title {
    padding-left: 15px;
  }
}

/**************************
 * FLOW
**************************/
#flow .flow-box {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 3rem;
}
#flow .flow-box::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #1bd75f;
  top: 50%;
  left: 0;
  z-index: 0;
}
#flow .flow-box .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  background-color: #f8f8f8;
  border: solid 5px #1bd75f;
  border-radius: 10px;
}
#flow .flow-box .box .step {
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  width: 80%;
  position: absolute;
  top: -25px;
  background-color: #1bd75f;
  margin: auto;
  padding: 0.25rem 0;
  border-radius: 9999px;
}
#flow .flow-box .box h3 {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 0;
}
#flow .flow-box .box ul {
  list-style: none;
  padding: 1rem;
}
#flow .flow-box .box ul li {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
#flow .flow-box .box ul li:last-child {
  margin-bottom: 0;
}
#flow .flow-box .box img {
  display: block;
  width: 50%;
  margin: 2rem auto 1rem;
}

@media only screen and (max-width: 1100px){
  #flow .flow-box {
    gap: 1.5rem;
  }
}

@media only screen and (max-width: 980px){
  #flow .flow-box {
    gap: 1rem;
  }
  #flow .flow-box .box h3 {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 767px){
  #flow .flow-box {
    grid-template-columns: 1fr;
    gap: 3rem;
    width: 90%;
    margin: 0 auto;
  }
  #flow .flow-box::before {
    height: 100%;
    width: 5px;
    top: 0;
    left: 50%;
  }
}


/* ==========================
  CTA
========================== */
.cta {
  max-width: 100%;
  margin: 0 auto;
  background-color: #1bd75f;
  background-color: #5cf794;
}
.cta h2 .en-title {
  font-size: 4rem;
  color: black;
}
.cta h3 {
  font-size: 1.4rem;
}
.cta .cta-btn-wrap {
  line-height: 80px;
}
.cta .cta-btn-inner {
  overflow: hidden;
  width: 49%;
  border-radius: 80px;
  box-shadow: 0 0.3125rem 1rem 0 rgba(34, 35, 36, 0.2);
}
.cta .cta-btn {
  display: block;
  width: 100%;
  height: 100%;
  color: black;
  background: white;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 1%;
  border-radius: 80px;
  position: relative;
  z-index: 2;
}
.cta .cta-btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  vertical-align: super;
  transition: all 300ms linear;
}
.cta .cta-btn.document {
  color: #35fb7d;
  background-color: black;
  margin-bottom: 0;
}
.cta .cta-btn .cta-btn-txt:after {
  content: "";
  -webkit-mask-image: url(../images/contact-icon-2.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;

  mask-image: url(../images/contact-icon-2.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;

  /*変更したい色をここに書く*/
  background-color: black;
  width: 22px;
  height: 22px;
  margin-left: 0.5rem;
}
.cta .cta-btn.document .cta-btn-txt:after {
  -webkit-mask-image: url(../images/document-icon-1.svg);
  mask-image: url(../images/document-icon-1.svg);
  background-color: #35fb7d;
  width: 22px;
  height: 22px;
  transition: all .3s;
}
.cta .cta-btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 120%;
  height: 101%;
  z-index: -1;
  transition: all 300ms linear;
  transform: skewX(-30deg) scale(0, 1);
  background: #eee;
  background: linear-gradient(90deg, #eee 0%, #eee 100%);
}
.cta .cta-btn.document:before {
  background: #eee;
  background: linear-gradient(90deg, #eee 0%, #eee 100%);
}
.cta .cta-btn.document:hover span {
}
.cta .cta-btn.document:hover .cta-btn-txt:after {
  transition: all .3s;
}
.cta .cta-btn:hover:before {
  left: -10%;
  transform: skewX(-30deg) scale(1, 1);
}

@media (max-width: 980px) {
  .cta-br { display: none; }
  .cta .cta-btn-inner {
    width: 100%;
    margin-bottom: 15px;
  }
  .cta .cta-btn-inner:last-child { margin-bottom: 0; }
}
@media (max-width: 767px) {
  .cta h2 .en-title {
    font-size: 3rem;
  }
  .cta .cta-btn-wrap {
    line-height: 50px;
  }
  .cta .cta-btn .cta-btn-txt { font-size: 1.1rem;}
}
@media (max-width: 424px) {
  .cta .cta-btn .cta-btn-txt { font-size: 1rem;}
}
@media (max-width: 374px) {
  .cta .cta-btn .cta-btn-txt { font-size: 0.9rem;}
}



/*********************
FAQ
*********************/
.faq-wrap {
  padding: 5em 0;
}
.faq {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.faq-contents {
  position: relative;
  border: 1px solid #222;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 15px;
}
.faq-contents:last-child { margin: 0; }
.faq-inner {
  margin: 0;
}
.faq h2 {
  font-size: 26px;
  color: white;
  background-color: #222;
  border: 1px solid #222;
  border-radius: 10px;
  margin: 0 0 50px;
  padding: 10px;
}
.faq h2 span {
  margin-top: 0!important;
  z-index: 2;
  display: block;
}
.faq h2 span:before {
  font-family: "Font Awesome 5 Free";
  content: "\f086";
  padding-right: 7px;
}
.faq h2:before {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #222 transparent transparent transparent;
}
.faq h2:after {
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #222 transparent transparent transparent;
}
.faq h3 {
  display: inline-block;
  border: none;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: 1;
}
.faq-contents h3 span {
  width: 100%;
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  display: inline-block;
  position: relative;
  line-height: 1.4;
}
.faq-contents h4 {
  font-size: 16px;
  margin: 20px 0 0;
}
.faq p {
  font-size: 15px;
  margin: 20px 0 0;
}
.faq .faq-contents:last-child p { margin-bottom: 0; }

@media only screen and (max-width:767px){
  .faq h2 { font-size: 20px; }
  .faq-contents h3 span { font-size: 15px; }
  .faq-contents h4,
  .faq p { font-size: 14px; }
}


/* ==========================
  FOOTER
========================== */
footer {
  background-color: black;
  padding: 3rem 1rem 2rem;
}
footer .foot-logo-wrap .foot-icon {
  width: 50px;
}
footer small {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  padding: 10px 0;
}
footer img {
  max-width: 200px;
  padding: 0 1rem;
}
footer .cross {
  font-size: 30px;
}

@media (max-width: 767px) {
  footer { padding: 3rem 0 1.5rem; }
  footer img { max-width: 130px; }
}



/* ポップアップ */
#popup {
  position: fixed;
  z-index: 10;
  width: 250px;
  height: 45px;
  bottom: 0;
  right: 0;
  color: #006458;
  background-color: white;
  border-radius: 0.75rem 0 0 0;
  box-shadow: 0 2px 20px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
#popup a {
  text-decoration: none;
  cursor: pointer;
}
#popup h3 {
  text-align: center;
  color: #00314d;
  font-size: 14px;
  padding: 5px 0;
  margin: 0 auto;
  line-height: 1.2;
}
#popup #open-btn {
  position: absolute;
  left: -33px;
  top: -1px;
  width: 31px;
  height: 31px;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
}
#popup #open-btn img {
  width: 31px;
  height: auto;
}
#popup-contents {
  text-align: center;
  padding: 0 7px;
}
.popup-box {
  display: inline-block;
  background-color: #27c7ff;
  background: linear-gradient(to bottom, #0099e8, #4cc9e7);
  padding: 10px;
  border-radius: 5px;
}
.popup-box .popup-cta {
  background: none;
  margin-top: 1rem;
 }
.popup-box .popup-cta-btn {
  -webkit-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  color: white;
  margin: 0 auto;
  padding: 3px 12px 4px 6px;
  font-size: 16px;
  font-weight: bold;
  width: 90%;
  background-color: #00314d;
  transition: all 0.3s;
}

.popup-box .img-wrap .box:hover,
.popup-box .popup-cta-btn:hover {
  opacity: 0.7;
}
.popup-box .popup-cta-btn::before {
  content: "";
  -webkit-mask-image: url(../images/dl-icon.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../images/dl-icon.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: white;
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.popup-box p {
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  margin: 10px 0;
  color: white;
}
.popup-box .img-wrap {
  max-width: 280px;
  height: 175px;
  margin: 10px auto 0;
  position: relative;
}
.popup-box .img-wrap .box {
  max-width: 200px;
  position: absolute;
  transition: all 0.3s;
}
.popup-box .img-wrap .box:first-child {
  left: 0;
  top: 0;
  z-index: 2;
}
.popup-box .img-wrap .box:last-child {
  right: 0;
  bottom: 0;
  z-index: 1;
}
.popup-box .img-wrap .box img {
  vertical-align: bottom;
  box-shadow: 2px 2px 4px grey;
}
.popup-box .img-wrap .box a {
  display: inline-block;
  background: none;
  width: 100%;
  border: none;
  padding: 0;
}
.popup-box .img-wrap .box a img {
  height: auto;
  width: 100%;
}

@media only screen and (max-width: 425px){
  #popup { display: none; }
}