@charset "UTF-8";
/*----------------------------------------------------
  base (styling element directly contain reset style)
----------------------------------------------------*/
:root {
  --font-primary: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, Arial, sans-serif;
  --font-en: "Jost", sans-serif;
}

body {
  min-width: initial;
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 1.6px;
  font-size: 1.6rem;
  font-family: var(--font-primary);
  font-weight: 400;
  color: #000;
  line-height: 1.8;
  letter-spacing: 0.05em;
  word-break: break-word;
  overflow-wrap: break-word;
  padding-top: constant(safe-area-inset-top);
  padding-right: constant(safe-area-inset-right);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-left: constant(safe-area-inset-left);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
}

.image {
  /*width: 100%;*/
  height: auto;
}
img {
  /*max-width: none;*/
  height: auto;
}

#main a {
  color: #333;
  text-decoration: none;
  word-break: break-all;
  text-decoration: none;
  word-break: break-all;
}

#main a img {
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

#main a:visited {
  color: #222;
}

main section {
  display: block;
}

.floatnavi {
  display: none;
}
.footer {
  font-family: var(--font-primary);
}

/*左から右へ伸びる*/
@-webkit-keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

/* 動き */
.sa {
  opacity: 0;
  transition: all 1.2s ease;
}
.sa.show {
  opacity: 1;
  transform: none;
}
/*下から上にフェードイン*/
.sa--up {
  transform: translate(0, 50px);
}
.sa--down {
  transform: translate(0, -100px);
}
.sa--lr {
  transform: translate(-50px, 0);
}
.sa--rl {
  transform: translate(50px, 0);
}
/*縮小した状態から拡大しながらフェードイン*/
.sa--scaleUp {
  transform: scale(.5);
  transition: all .5s ease;
}

::selection {
    background-color: #003C72;
    color: #fff;
}

.section {
  position: relative;
  padding: 120px 0 240px;
  margin: -120px 0 0 0;
  border-radius: 50px 50px 0 0;
  background: #fff;
}

.section__inner {
  max-width: 1190px;
  position: relative;
  padding: 0 20px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.section__title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 50px;
  color: #008059;
}
.section__titleEn {
  display: block;
  font-family: var(--font-en);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: .5em;
  color: #008059;
}

.title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: .5em;
  color: #008059;
}

p {
  margin-bottom: 0;
  line-height: 1.8;
  text-align: left;
}

p + p {
  margin-top: 1em;
}

p.lead {
  margin-bottom: 50px;
  line-height: 1.8;
  text-align: center;
}

.note {
  font-size: 80%;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0;
  line-height: 1.5;
}

.note + .note {
  margin-top: 0.25em;
}

@media screen and (max-width: 768px) {
body {
  font-size: 1.4rem;
}
img {
  max-width: 100%;
  height: auto;
}
.section {
  padding: 60px 0 120px;
  margin: -60px 0 0 0;
  border-radius: 30px 30px 0 0;
}
.section__inner {
  width: 100%;
}
.section__title {
  font-size: 2.8rem;
  margin-bottom: 1em;
}
.title {
  font-size: 2rem;
}
p.lead {
  text-align: left;
  margin-bottom: 30px;
}
}



/* hero ------------------------------*/
.hero {
  position: relative;
  overflow: hidden;
  background: #008059;
  padding-bottom: 120px;
}

.hero__body {
  margin: 80px auto;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero__body .text {
  width: 50%;
  margin-right: 20px;
}

.hero__body .image {
  width: 50%;
}
.hero__body .image img {
}

.hero__body .balloon {
  color: #FFF;
  background: #006445;
  border-radius: 15px;
  font-size: 1.8rem;
  font-weight: 700;
  width: fit-content;
  letter-spacing: .1em;
  padding: .75em 1.25em;
  position: relative;
  margin: 0 0 30px;
}
.hero__body .balloon::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #006445 transparent transparent transparent;
}

.hero__body .sub {
  color: #FFF;
  font-size: 2.6rem;
  font-weight: 700;
  margin: .25em 0 .25em;
  line-height: 1;
}
.hero__body .sub .color {
  color: #FFF97A;
}

.hero__body .title {
  font-size: 5.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  color: #FFF;
  margin-bottom: 20px;
}

.hero__body .btn {
  margin-top: 40px;
}


@media (min-width: 768px) and (max-width: 1000px) {
.hero__body {
  margin: 60px auto !important;
  flex-direction: initial !important;
}
}

@media screen and (max-width: 768px) {
.hero {
  padding-bottom: 80px;
}
.hero__body {
  margin: 30px auto;
  flex-direction: column;
}
.hero__body .text {
  width: 100%;
  margin-right: 0;
}
.hero__body .balloon {
  font-size: 1.4rem;
  margin: 0 auto 20px;
}
.hero__body .sub {
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
}
.hero__body .title {
  font-size: 3.6rem;
  margin-bottom: 30px;
  line-height: 1.25;
  text-align: center;
}
.hero__body p {
  margin-bottom: 20px;
}
.hero__body .image {
  width: 80%;
  max-width: 450px;
}
.hero__body .btn {
  margin-top: 20px;
}
}





/* issue ------------------------------*/
.issue {
  background: #F1F3F2;
}

.issue__box {
  position: relative;
  margin: 0 auto;
}

.issue__box .balloon {
  position: absolute;
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  color: #003C72;
  background: #FAF04B;
  border-radius: 100px;
  padding: .5em 2.25em;
  top: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  font-family: var(--font-en);
}

.issue__box .balloon::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #FAF04B transparent transparent transparent;
}

.issue__box .section__title {
  font-size: 3.2rem;
  line-height: 1.8;
  margin-bottom: 1.25em;
}

.issue__box .section__title em.line {
  color: #333;
  background: none;
  border-bottom: 3px solid #333;
  padding-bottom: 3px;
}

.issue__box .wrap {
  display: flex;
  align-items: flex-start;
  margin: 0 auto;
}

.issue__box .wrap .image {
  width: 240px;
  margin-left: 30px;
}

.issue__box .wrap .text {
  webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.issue__box .list {
  margin-left: 0;
  margin-bottom: 1.5em;
  line-height: 1.8;
}

.issue__box .list.-check  > li {
  position: relative;
  text-indent: 0;
  margin-left: 0;
  padding-left: 32px;
}

.issue__box .list.-check > li::before {
  content: "";
  position: absolute;
  display: inline-block;
  color: #fff;
  width: 22px;
  height: 22px;
  top: 6px;
  left: 0;
  background: #008059;
}

.issue__box .list.-check > li::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 6px;
  border: 2px solid #fff;
  border-top: 0;
  border-right: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(-45deg);
  top: 14px;
  left: 6px;
  right: 0;
  bottom: 0;
}

.issue__arrow {
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: -70px;
  width: 70px;
  height: auto;
}


@media screen and (min-width: 769px) {
.issue {
  padding: 120px 0 380px;
}
}

@media screen and (max-width: 768px) {
.issue {
  padding: 60px 0 220px;
}
.issue__box .section__title {
  font-size: 2.2rem;
}
.issue__box .section__title em.line {
  font-size: 2rem;
  padding-bottom: 2px;
}
.issue__box .wrap {
  flex-direction: column;
}
.issue__box .list.-check > li::before {
  top: 2px;
}
.issue__box .list.-check > li::after {
  top: 10px;
}
.issue__box .wrap .image {
  width: 200px;
  margin: 0 auto;
}
.issue__arrow {
  width: 40px;
  margin-top: 30px;
  margin-bottom: -30px;
}
}

/* content ------------------------------*/
.content {
  background: linear-gradient(180deg, #008059, #00B2A1);
  padding: 180px 0 120px;
}

.content__itemList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 20px;
  padding-top: 15px;
}

.content__itemList .item {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  background: #FFF;
  border-radius: 30px;
  width: calc((100% - 40px) / 3);
  box-sizing: border-box;
  padding: 40px 30px;
}

.content__itemList .item .num {
  position: absolute;
  font-family: var(--font-en);
  color: #008059;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  top: -16px;
  left: 27px;
}

.content__itemList .item .title {
  font-size: 2rem;
  text-align: left;
}

.content .title__box {
  background-color: #E4FCEF;
  border: 4px solid #008059;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 40px 80px;
  margin: -300px auto 0;
}
.content .title__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px 40px;
  width: fit-content;
}
.content .title__box .title {
  color: #333;
  font-size: 3.8rem;
  text-align: left;
  margin-bottom: 0;
}
.content .title__box .title .color {
  color: #008059;
}
.content .title__box .title .balloon {
  background-color: #008059;
  color: #FFF97A;
  width: fit-content;
  border-radius: 100px;
  font-size: 2.4rem;
  text-align: center;
  padding: .5em 1.5em;
  position: absolute;
  top: -1.15em;
  left: 0;
  right: 0;
  margin: auto;
}
.content .title__box .title .balloon::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #008059 transparent transparent transparent;
}
.content .title__box .text p {
  font-size: 2.2rem;
  font-weight: 700;
}

.content .title__box + .section__title {
  color: #FFF;
  margin-top: 80px;
}
.content .title__box + .section__title .section__titleEn {
  color: #FFF;
}

.content .image__box {
  background-color: #FFF;
  border-radius: 30px;
  padding: 60px 70px;
  margin: 60px 0 120px;
}


@media screen and (max-width: 768px) {
.content {
  padding: 60px 0 60px;
}
.content .title__box .title .balloon {
  font-size: 1.6rem;
  top: -18px;
}
.content .title__box {
  border-radius: 20px;
  gap: 20px 40px;
  flex-direction: column;
  padding: 35px 30px;
  margin: -150px auto 0;
}
.content .title__box .title {
  font-size: 2.8rem;
  text-align: center;
  line-height: 1.4;
  margin-bottom: .25em;
}
.content .title__box .text p {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.6;
}
.content .title__box .image {
  max-width: 150px;
}
.content .image__box {
  max-width: 520px;
  border-radius: 20px;
  padding: 20px 20px;
  margin: 40px auto 80px;
}
.content .image__box .image {
  max-width: initial;
}
.content .title__box + .section__title {
  margin-top: 60px;
}
.content__itemList {
  flex-direction: column;
  gap: 35px;
}
.content__itemList .item {
  padding: 30px 30px;
  border-radius: 20px;
  width: 100%;
}
.content__itemList .item .title {
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}

}


/* feature ------------------------------*/
.feature {
  background: #FFF;
}

.feature .section__title {
  color: #008059;
  font-size: 3.2rem;
  line-height: 1.8;
}
.feature .section__title em.line {
  background: #008059;
  color: #FFF;
  padding: 0 .2em .1em;
}
.feature .lead {
  margin-bottom: 20px;
}

.feature__box {
  background-color: #E4FCEF;
  border-radius: 30px;
  padding: 60px 40px;
  margin: 60px 0 0;
}
.feature__box .title {
  font-size: 2.8rem;
}
.feature__box .content__itemList .item {
  background: transparent;
  padding: 0px 10px;
}
.feature__box .content__itemList .item .image {
  background: #FFF;
  border-radius: 30px;
  padding: 20px;
  margin-bottom: 20px;
}

.feature__itemList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feature__itemList .item {
  box-sizing: border-box;
  border-right: 1px solid #fff;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: calc(100% / 3);
  padding: 40px 30px 20px;
}

.feature__itemList .item:nth-child(3n) {
  border-right: none;
}

.feature__itemList .item:nth-child(n+4) {
  border-top: 1px solid #fff;
}

.feature__itemList .item .image {
  margin: 0 auto;
  width: 100px;
  height: auto;
}

.feature__itemList .item .title {
  text-align: center;
  color: #fff;
  margin: .75em 0 .5em;
}

.feature__itemList .item p {
  color: #FFF;
  text-align: center;
}
.feature__itemList .list {
  line-height: 1.8;
  margin: 3em 0 0;
}

.feature__itemList .list.-check  > li {
  border-top: 1px solid #40AC94;
  color: #FFF;
  font-size: 1.4rem;
  position: relative;
  text-indent: 0;
  text-align: left;
  margin-left: 0;
  padding-left: 32px;
  padding-top: 8px;
  margin-bottom: 8px;
}

.feature__itemList .list.-check > li::before {
  content: "";
  position: absolute;
  display: inline-block;
  color: #FFF;
  width: 22px;
  height: 22px;
  top: 10px;
  left: 0;
  background: #FFF;
}

.feature__itemList .list.-check > li::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 6px;
  border: 2px solid #008059;
  border-top: 0;
  border-right: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(-45deg);
  top: 18px;
  left: 6px;
  right: 0;
  bottom: 0;
}


@media screen and (max-width: 768px) {
.feature .section__title {
  font-size: 2rem;
}
.feature__box {
  border-radius: 20px;
  padding: 40px 20px;
  margin: 40px 0 0;
}
.feature .note {
  text-align: left !important;
}
.feature__box .title {
  font-size: 2rem;
  margin-bottom: 1.5em;
}
.feature__box .content__itemList .item {
  background: transparent;
  padding: 0px 10px;
}
.feature__box .content__itemList .item .image {
  border-radius: 10px;
  padding: 10px;
}
.feature__box .content__itemList .item .image img {
  max-width: 100px;
}
.feature__itemList {
  flex-direction: column;
  padding: 0 20px;
}
.feature__itemList .item {
  border-right: none;
  border-bottom: 1px solid #fff;
  width: 100%;
  padding: 30px 0;
}
.feature__itemList .item:nth-child(n+4) {
  border-top: none;
}
.feature__itemList .item:first-child {
  padding: 0 0 30px;
}
.feature__itemList .item:last-child {
  border-bottom: none;
  padding: 30px 0 0;
}
.feature__itemList .item p {
  text-align: left;
}
.feature__itemList .list {
  margin: 1.5em 0 0;
}
}



/* knowledge ------------------------------*/
.knowledge {
  background: #E4FCEF;
}
.knowledge::before {
  content: "";
  background-image: url(/service/ad_asset/img/img_knowledge_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  width: 100%;
  height: 15vw;
  position: absolute;
  bottom: 50px;
  right: 0;
  left: 0;
  margin: auto;
}
.knowledge .section__title {
  color: #008059;
  font-size: 3.2rem;
  line-height: 1.8;
}
.knowledge .section__title em.line {
  background: #008059;
  color: #E4FCEF;
  padding: 0 .2em .1em;
}
.knowledge .content__itemList .title + p {
  margin-bottom: .5em;
}
.knowledge .content__itemList .tag {
  background: #E4FCEF;
  border-radius: 5px;
  font-size: 1.3rem;
  letter-spacing: 0;
  padding: .5em .75em;
  margin-top: auto;
}

.knowledge__box {
  background-color: #FFF;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  column-gap: 60px;
  padding: 50px 20px;
  margin: 60px 0 10px;
}
.knowledge__box .content__itemList {
  display: flex;
  justify-content: center;
  gap: 0;
  width: 50%;
  position: relative;
}
.knowledge__box .content__itemList:first-child::after {
  content: "";
  background-image: radial-gradient(circle, #008059, #008059 2px, transparent 2px, transparent 10px);
  background-size: 4px 10px;
  background-position: top right;
  background-repeat: repeat-y;
  display: inline-block;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -30px;
}
.knowledge__box .content__itemList p {
  text-align: center;
}
.knowledge__box .content__itemList .item {
  flex-direction: row;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}
.knowledge__box .content__itemList .item .image {
  width: 180px;
  margin: 0 0 0 auto;
}
.knowledge__box .content__itemList .item .text {
  color: #008059;
  font-size: 3rem;
  font-weight: 700;
  margin: auto auto auto 1em;
}
.knowledge__box .content__itemList .item .text .title {
  font-size: 2rem;
  text-align: center;
}
.knowledge__box .content__itemList .item .text .num {
  position: relative;
  font-size: 6rem;
  top: 0;
  left: 0;
}

@media screen and (min-width: 769px) {
.knowledge {
  padding: 120px 0 300px;
}
.knowledge .content__itemList .title {
  font-size: 2.2rem;
}
}
@media (min-width: 768px) and (max-width: 1000px) {
.knowledge::before {
  bottom: 78px;
}
}
@media screen and (max-width: 768px) {
.knowledge {
  padding: 60px 0 180px;
}
.knowledge::before {
  background-size: 680px;
  width: 100%;
  height: 100px;
  bottom: 30px;
}
}
@media screen and (max-width: 768px) {
.knowledge .section__title {
  font-size: 2rem;
}
.knowledge .content__itemList .tag {
  font-size: 1.2rem;
}
.knowledge__box {
  border-radius: 20px;
  flex-direction: column;
  gap: 60px;
  padding: 40px 20px;
  margin: 39px 0 10px;
}
.knowledge__box .content__itemList {
  width: 100%;
  padding: 0;
}
.knowledge__box .content__itemList .item {
  flex-direction: column;
  margin-bottom: 0;
}
.knowledge__box .content__itemList:first-child::after {
  background-size: 10px 4px;
  background-position: bottom center;
  background-repeat: repeat-x;
  top: initial;
  bottom: -30px;
  right: 0;
  width: 100%;
  height: 4px;
}
.knowledge__box .content__itemList .item .image {
  width: 100px;
  margin: 0 auto;
}
.knowledge__box .content__itemList .item .text {
  font-size: 2rem;
  margin: auto;
}
.knowledge__box .content__itemList .item .text .title {
  font-size: 1.8rem;
  margin: .75em 0 .25em;
}
.knowledge__box .content__itemList .item .text .num {
  font-size: 5rem;
}
}


/* output ------------------------------*/
.output {
}

.output .title {
  font-size: 3.2rem;
  margin-top: 2.5em;
  margin-bottom: 1em;
}
.output .title .balloon {
  background-color: #008059;
  color: #FFF97A;
  width: fit-content;
  border-radius: 100px;
  font-size: 2.4rem;
  text-align: center;
  padding: .5em 1.5em;
  position: absolute;
  top: -3.5em;
  left: 0;
  right: 0;
  margin: auto;
}
.output .title .balloon::before {
  content: "";
  background-image: url(/service/ad_asset/img/icon_output.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  width: 57px;
  height: 22px;
  position: absolute;
  top: -32px;
  right: 0;
  left: 0;
  margin: auto;
}
.output .title .balloon::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #008059 transparent transparent transparent;
}
.output .content__itemList {
  background-color: #008059;
  border-radius: 30px;
  box-sizing: border-box;
  color: #FFF;
  position: relative;
  padding: 60px 70px;
  max-width: 780px;
  margin: 100px auto auto;
}
.output .content__itemList .title {
  background-color: #008059;
  border-radius: 30px 30px 0 0;
  box-sizing: border-box;
  color: #FFF;
  font-size: 2.8rem;
  font-weight: 700;
  width: fit-content;
  gap: 20px 70px;
  padding: .5em 2.5em;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
}
.output .content__itemList .text {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  display: flex;
}
.output .content__itemList .list {
  font-size: 2rem;
  font-weight: 700;
  margin: 1.25em auto 1em 1em;
}
.output .content__itemList .list > li::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 5px;
  height: 5px;
  background-color: #72BEA4;
  border-radius: 50%;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.output .flow__itemList {
  display: flex;
  justify-content: space-between;
  gap: 10px 13px;
  margin-top: 60px;
}

.output .flow__itemList .item {
  background-color: #E4FCEF;
  border-radius: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% / 3);
  padding: 50px 20px;
  position: relative;
}
.output .flow__itemList .item:not(:last-child)::before {
  content: "";
  position: absolute;
  background: url(/service/ad_asset/img/img_arrow.png) no-repeat;
  background-size: cover;
  width: 17px;
  height: 20px;
  top: 0;
  right: -16px;
  bottom: 0;
  margin: auto;
  z-index: 100;
}
.output .flow__itemList .item .num {
  background: linear-gradient(180deg, #008059, #00B2A1);
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding: 5px;
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  margin: auto;
}
.output .flow__itemList .item .num span {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  font-family: var(--font-en);
  color: #008059;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  background-color: #fff;
}
.output .flow__itemList .item .title {
  font-size: 2rem;
  margin: 0;
}
.output .flow__itemList .item p {
  text-align: center;
  margin-top: .25em;
}


@media screen and (max-width: 768px) {
.output .title {
  font-size: 2.8rem;
  line-height: 1.4;
}
.output .title .balloon {
  font-size: 1.6rem;
  margin: 0 auto 20px;
}
.output .title .balloon::before {
  width: 42px;
  height: 16px;
  top: -24px;
}
.output .content__itemList {
  border-radius: 20px;
  gap: 20px;
  padding: 20px 30px 40px 30px;
  margin: 80px auto auto;
}
.output .content__itemList .list {
  font-size: 1.6rem;
  margin: 1.25em auto 1em auto;
}
.output .content__itemList .title {
  border-radius: 20px 20px 0 0;
  font-size: 2rem;
  gap: 20px 70px;
  top: -40px;
}
.output .content__itemList .image {
  width: 150px;
  margin: auto;
}
.output .flow__itemList {
  flex-direction: column;
  gap: 50px 13px;
}
.output .flow__itemList .item {
  border-radius: 20px;
  width: 100%;
  padding: 40px 20px 35px 20px;
}
.output .flow__itemList .item:not(:last-child)::before {
  width: 17px;
  height: 20px;
  top: initial;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  transform: rotate(90deg);
}
.output .flow__itemList .item .num {
  width: 60px;
  height: 60px;
  top: -30px;
}
.output .flow__itemList .item .num span {
  font-size: 1.4rem;
}
}



/* cta ------------------------------*/
.cta {
  background: #E4FCEF;
  border-radius: 0;
  padding: 70px 0;
}

.cta .content__box {
  background-color: #008059;
  border-radius: 30px;
  max-width: 1000px;
  padding: 50px 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: auto;
}
.cta .content__box .btn {
  max-width: 400px;
  text-align: center;
  margin: 2em auto 0;
}
.cta .content__box .title {
  color: #FFF;
  margin: 0 auto .5em;
}

.btn {
  display: block;
  position: relative;
  z-index: 999;
  overflow: hidden;
  font-size: 1.8rem;
  text-align: left;
  line-height: 1.5;
  font-weight: 700;
  padding: 1.25em 1.75em;
  width: 475px;
  height: fit-content;
  background: #FFF97A;
  color: #333;
  border-radius: 100px;
  box-sizing: border-box;
  box-shadow: 0 8px 0px 0 #005D40;
  -webkit-box-shadow: 0 8px 0px 0 #005D40; 
  transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
  overflow: hidden;
}
.btn:hover {
  color: #333;
  text-decoration: none;
  transform: translateY(8px);
  box-shadow: none;
  -webkit-box-shadow: none; 
}
.btn:visited {
  color: #333;
}

.btn::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background: #333;
}

.btn::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 10px;
  top: 0;
  bottom: 0;
  right: 26px;
  margin: auto;
  color: #FFF97A;
  background: currentColor;
-webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.803 10"><g transform="translate(0 9.468) rotate(-90)"><path d="M4.468,5.462l-5-5.035L.43-.528,4.468,3.538,8.506-.528l.962.955Z" transform="translate(0 7.341)" fill="currentColor"/><path d="M.606,11.819H-.75V0H.606Z" transform="translate(4.54)" fill="currentColor"/></g></svg>');
mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.803 10"><g transform="translate(0 9.468) rotate(-90)"><path d="M4.468,5.462l-5-5.035L.43-.528,4.468,3.538,8.506-.528l.962.955Z" transform="translate(0 7.341)" fill="currentColor"/><path d="M.606,11.819H-.75V0H.606Z" transform="translate(4.54)" fill="currentColor"/></g></svg>');
-webkit-mask-repeat: no-repeat;
}


@media screen and (max-width: 768px) {
.cta {
  padding: 50px 0;
}
.cta .content__box {
  flex-direction: column;
  padding: 30px 20px 40px 20px;
}
.cta .content__box .image {
  max-width: 180px;
  margin: 1.5em auto 0;
}

.btn {
  font-size: 1.6rem;
  width: 100%;
  padding: 1.25em 3.75em 1.25em 1.75em;
}
}
