@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
/*
@mixin clamp-font-size ($min_font_size, $font_size, $max_font_size)

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
html,
body {
  width: 100%;
}

body,
th,
td {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 32px;
  color: #000;
  font-feature-settings: "palt";
  letter-spacing: 1.12px;
}

body {
  margin: 0px;
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
form {
  margin: 0px;
  padding: 0px;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

img {
  border: 0px;
  image-rendering: -webkit-optimize-contrast;
}

ul,
li {
  margin: 0px;
  padding: 0px;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
  list-style-type: none;
}

@media screen and (max-width: 767px) {
  body,
th,
td {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
    line-height: 32px;
    color: #000;
    font-feature-settings: "palt";
  }
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
}

a {
  text-decoration: underline;
  color: #2FB0C4;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #DD6494;
}

.warpper {
  width: 100%;
  overflow: hidden;
}

.header {
  position: relative;
  overflow: hidden;
  background: #fff;
  position: sticky;
  top: 0; /* 画面の一番上で固定する */
  left: 0;
  width: 100%;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .header {
    position: relative;
    top: auto;
    overflow: visible;
  }
}
.header__inner {
  width: 980px;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 30px 0 10px;
}
@media (max-width: 980px) {
  .header__inner {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .header__inner {
    width: 100%;
    min-width: 360px;
  }
}
.header_logo {
  width: 177px;
}
@media screen and (max-width: 767px) {
  .header_logo {
    width: 150px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .header_btn {
    position: fixed;
    bottom: calc(10px + env(safe-area-inset-bottom));
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    width: 150px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
  }
  .header_btn__bg-white {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(60px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.7);
    z-index: 9998;
  }
  .header_btn.is-show {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
  }
}

.footer {
  position: relative;
  display: block;
}
.footer__link {
  background: #2FB0C4;
  padding: 20px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.footer__link a {
  color: #fff;
}
.footer__inner {
  width: 980px;
  margin: 0 auto;
  padding: 40px 0;
  color: #5A5A5A;
}
@media (max-width: 980px) {
  .footer__inner {
    width: 100%;
    box-sizing: border-box;
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner {
    width: 89.7435897436vw;
    padding: 40px 0 calc(80px + env(safe-area-inset-bottom));
  }
}
.footer__inner .txt-box {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.4px;
  letter-spacing: 0.96px;
  margin-bottom: 40px;
}
.footer__inner .np-row {
  width: 600px;
  margin: 0 auto 40px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__inner .np-row {
    width: 89.7435897436vw;
  }
}
.footer__inner .np-row .flex-box__left {
  width: 280px;
}
.footer__inner .np-row .flex-box__right {
  width: 280px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.4px;
  letter-spacing: 0.96px;
}
.footer__inner .info-row {
  width: 600px;
  margin: 0 auto 40px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__inner .info-row {
    width: 89.7435897436vw;
  }
}
.footer__inner .info-row .flex-box__left {
  width: 240px;
}
.footer__inner .info-row .flex-box__left .jpx-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.footer__inner .info-row .flex-box__left .jpx-row__left {
  width: 64px;
  margin-right: 10px;
}
.footer__inner .info-row .flex-box__left .jpx-row__right {
  width: 210px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.4px;
  letter-spacing: 0.96px;
}
.footer__inner .info-row .flex-box__right {
  width: 220px;
}
.footer__inner .info-row .flex-box__right .mark-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
}
.footer__inner .info-row .flex-box__right .mark-row .mark-row__list-item,
.footer__inner .info-row .flex-box__right .mark-row .mark-row__list-item a {
  display: block;
  height: 100%;
}
.footer__inner .info-row .flex-box__right .mark-row .mark-row__list-item img,
.footer__inner .info-row .flex-box__right .mark-row .mark-row__list-item a img {
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.footer__bottom {
  display: flex;
  justify-content: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 12px */
  letter-spacing: 0.96px;
}
.footer__bottom-list a {
  color: #5A5A5A;
  text-decoration: none;
}
.footer__bottom-list a:hover {
  text-decoration: underline;
}
.footer__bottom-list:first-child {
  margin-right: 10px;
}
.footer__bottom-list address {
  font-style: normal;
}

.btn-box {
  position: relative;
}
.btn-box__microcopy {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .btn-box__microcopy {
    font-size: 14px;
  }
}

.btn {
  border: 1px solid #DD6494;
  background: #DD6494;
  color: #fff;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  box-sizing: border-box;
  transition: background-color 0.6s;
  transition-delay: 0.2s;
  cursor: pointer;
}
.btn:hover {
  border: 1px solid #DD6494;
  background: #fff;
}
.btn__size-small {
  width: 150px;
  font-size: 14px;
  padding: 3px 18px;
  border-radius: 20px;
}
.btn__size-middle {
  width: 300px;
  display: block;
  font-size: 20px;
  margin: 0 auto;
  padding: 18px 18px;
  border-radius: 34px;
}
.btn__size-large {
  width: 300px;
  font-size: 20px;
  padding: 18px 36px;
  margin-bottom: 44px;
  border-radius: 34px;
}
@media screen and (max-width: 767px) {
  .btn__size-large {
    margin-bottom: 30px;
  }
}

.bnr-box {
  width: 277px;
  background: #fff;
  display: flex;
  vertical-align: middle;
  margin: 0 auto;
  padding: 10px;
  font-size: 12px;
  line-height: 18px;
  box-sizing: border-box;
}
.bnr-box img {
  margin-right: 10px;
}

.bg {
  position: relative;
}
.bg__white {
  background: #fff;
}
.bg__green {
  background: rgba(4, 163, 186, 0.35);
}
.bg__mint-green {
  background: rgba(255, 255, 255, 0.7);
}
.bg__turquoise-blue {
  background: #2FB0C4;
  color: #fff;
}
.bg__yellow {
  background: rgba(255, 191, 0, 0.45);
}
.bg_ivory {
  background: rgba(255, 255, 255, 0.7);
}
.bg__amber {
  background: #FFBF00;
}

h2 {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 1.92px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 22px;
    line-height: 33px;
  }
}

h3 {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 1.92px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
    line-height: 33px;
    text-align: left;
  }
}

small {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.96px;
  display: inline-block;
}

.marker__blue {
  background: #D9F2F6;
  font-weight: 700;
}
.marker__yellow {
  background: #FFE8A6;
  font-weight: 700;
}

sup {
  font-size: 10px;
}

.flex-box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .flex-box {
    flex-direction: column;
  }
}

.box-radius__large {
  border-radius: 80px 80px 0 0;
}
@media screen and (max-width: 767px) {
  .box-radius__large {
    border-radius: 40px 40px 0 0;
  }
}
.box-radius__middle {
  border-radius: 40px 40px 0 0;
}
@media screen and (max-width: 767px) {
  .box-radius__middle {
    border-radius: 20px 20px 0 0;
  }
}
.box-radius__middle-title {
  text-align: center;
  display: block;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 1.92px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .box-radius__middle-title {
    font-size: 22px;
    line-height: 33px;
    text-align: left;
    margin-bottom: 20px;
  }
}

.troubled-voice {
  width: 920px;
  display: flex;
  justify-content: space-between;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.28px;
  margin: 0 auto 40px;
}
@media (max-width: 980px) {
  .troubled-voice {
    width: 93%;
    flex-direction: column;
    margin: 0 30px 40px;
  }
}
@media screen and (max-width: 767px) {
  .troubled-voice {
    width: 74.358974359vw;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 40px;
  }
}
.troubled-voice__item {
  background: #738A89;
  width: 286px;
  padding: 20px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 21px;
  box-sizing: border-box;
}
@media (max-width: 980px) {
  .troubled-voice__item {
    width: 100%;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 767px) {
  .troubled-voice__item {
    padding: 10px;
    margin-bottom: 10px;
  }
}

.example-block {
  position: relative;
  margin-bottom: 40px;
}
.example-block:last-child {
  margin-bottom: 0;
}
.example-block__title {
  width: 400px;
  margin: 0 auto -30px;
  padding: 8px 0;
  background: #fff;
  border-radius: 30px 30px 0 0;
  color: #2FB0C4;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 40px */
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
  .example-block__title {
    width: 51.2820512821vw;
    border-radius: 20px 20px 0 0;
  }
}
.example-block__cont {
  background: #fff;
  padding: 40px 40px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .example-block__cont {
    padding: 40px 10px 20px;
  }
}
.example-block__cont .img-box {
  width: 460px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .example-block__cont .img-box {
    width: 74.358974359vw;
  }
}

.store-ligo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 980px) {
  .store-ligo {
    width: 380px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .store-ligo {
    width: 100%;
  }
}
.store-ligo__list-item {
  width: 180px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .store-ligo__list-item {
    width: 34.6153846154vw;
  }
}
.store-ligo__list-item:nth-last-child(-n+4) {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .store-ligo__list-item {
    width: 34.6153846154vw;
  }
  .store-ligo__list-item:nth-last-child(-n+4) {
    margin-bottom: 20px;
  }
  .store-ligo__list-item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}

.table-box {
  display: flex;
  flex-wrap: wrap;
  width: 276px;
  font-weight: 700;
  margin-bottom: 15px;
}
.table-box__th {
  background: #FFBF00;
  width: 126px;
  text-align: center;
  margin-bottom: 2px;
}
.table-box__td {
  background: #fff;
  width: 150px;
  text-align: center;
  margin-bottom: 2px;
}

.plugin-ligo {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .plugin-ligo {
    justify-content: flex-start;
  }
}
.plugin-ligo__list-item {
  width: 246px;
}
@media (max-width: 980px) {
  .plugin-ligo__list-item {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .plugin-ligo__list-item {
    width: 38.4615384615vw;
    margin-bottom: 10px;
  }
  .plugin-ligo__list-item:nth-child(odd) {
    margin-right: 10px;
  }
}
.plugin-ligo__list-item .img-box {
  display: flex;
}
.plugin-ligo__list-item .plugin-name {
  display: block;
  text-align: center;
}

.key-visual {
  background: linear-gradient(103deg, #FFF8E5 48.22%, #58C0D0 116.62%);
  position: relative;
}
.key-visual__inner {
  width: 980px;
  height: 470px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 980px) {
  .key-visual__inner {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .key-visual__inner {
    width: 90.7692307692vw;
    height: 540px;
  }
}
.key-visual__inner::before {
  content: "";
  background: url("../images/kv1.png") no-repeat;
  background-size: contain;
  width: 427px;
  height: 338px;
  display: block;
  position: absolute;
  left: calc(50% - 490px);
  bottom: 30px;
}
@media (min-width: 768px) and (max-width: 980px) {
  .key-visual__inner::before {
    left: calc(50% - (10.4395vw + 387.69px));
    right: auto;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .key-visual__inner::before {
    min-width: 220px;
    width: 56.4102564103vw;
    max-width: 242px;
    min-height: 174px;
    height: 44.6153846154vw;
    max-height: 191px;
    bottom: auto;
    top: 5px;
    margin: 0;
    right: auto;
    left: calc(70% - 25.581395vw);
    transform: translateX(-50%);
  }
}
.key-visual__inner::after {
  content: "";
  background: url("../images/kv2.webp") no-repeat;
  background-size: contain;
  width: 315px;
  height: 293px;
  display: block;
  position: absolute;
  left: 200px;
  bottom: 0;
}
@media (min-width: 768px) and (max-width: 980px) {
  .key-visual__inner::after {
    left: clamp(120px, 43.96vw - 230.8px, 200px);
    right: auto;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .key-visual__inner::after {
    min-width: 164px;
    width: 42.0512820513vw;
    max-width: 180px;
    min-height: 152px;
    height: 38.9743589744vw;
    max-width: 167px;
    bottom: auto;
    top: 55px;
    right: auto;
    left: calc(60% + 6.976744vw);
    transform: translateX(-50%);
  }
}
.key-visual__right {
  width: 490px;
  text-align: center;
  float: right;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .key-visual__right {
    min-width: 154px;
    width: 90.7692307692vw;
  }
}
.key-visual__right .catch-block {
  position: relative;
  margin: 45px 0 40px;
}
@media screen and (max-width: 767px) {
  .key-visual__right .catch-block {
    z-index: 1;
    margin: 185px 0 40px;
  }
}
.key-visual__right .catch-block__top {
  font-size: 44px;
  line-height: 57px;
  font-weight: 700;
  display: block;
  letter-spacing: 3.52px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .key-visual__right .catch-block__top {
    font-size: 30px;
    line-height: 43px;
  }
}
@media screen and (max-width: 767px) and (min-width: 327.2727271537px) {
  .key-visual__right .catch-block__top {
    font-size: 9.16666667vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 359.9999998691px) {
  .key-visual__right .catch-block__top {
    font-size: 33px;
  }
}
.key-visual__right .catch-block__top .font-size__small {
  font-size: 26px;
  letter-spacing: 2.08px;
}
@media screen and (max-width: 767px) {
  .key-visual__right .catch-block__top .font-size__small {
    font-size: 18px;
  }
}
.key-visual__right .catch-block__bottom {
  font-size: 64px;
  line-height: 57px;
  font-weight: 700;
  display: block;
  letter-spacing: 5.12px;
}
@media screen and (max-width: 767px) {
  .key-visual__right .catch-block__bottom {
    font-size: 45px;
    line-height: 42px;
  }
}
.key-visual__right .catch-block__bottom .font-size__small {
  font-size: 42px;
  letter-spacing: 3.36px;
}
@media screen and (max-width: 767px) {
  .key-visual__right .catch-block__bottom .font-size__small {
    font-size: 27px;
  }
}

.cont {
  position: relative;
}
.cont__inner {
  position: relative;
  width: 980px;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .cont__inner {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .cont__inner {
    width: 89.7435897436vw;
  }
}

#sec01 {
  position: relative;
}
#sec01 .cont__inner {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  #sec01 .cont__inner h2 {
    text-align: left;
  }
}
#sec01 .cont__inner .flex-box__left {
  width: 477px;
  box-sizing: border-box;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  #sec01 .cont__inner .flex-box__left {
    width: 89.7435897436vw;
    padding: 10px 0;
  }
}
#sec01 .cont__inner .flex-box__right {
  width: 477px;
  box-sizing: border-box;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  #sec01 .cont__inner .flex-box__right {
    width: 89.7435897436vw;
    padding: 10px 0;
  }
}
#sec01 .cont__inner .flex-box__arrow {
  width: 20px;
  height: 50px;
  background: #0097b2;
  margin: auto 20px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 767px) {
  #sec01 .cont__inner .flex-box__arrow {
    width: 50px;
    height: 20px;
    background: #0097b2;
    margin: 20px auto;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}

#sec02 {
  position: relative;
  padding: 40px 0 0;
}
#sec02 .cont__inner {
  position: relative;
  padding: 60px 0 120px;
  box-sizing: border-box;
}
@media (max-width: 980px) {
  #sec02 .cont__inner {
    padding: 60px 40px 120px;
  }
  #sec02 .cont__inner h3 {
    margin: 0 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  #sec02 .cont__inner {
    padding: 60px 0 120px;
  }
  #sec02 .cont__inner h3 {
    margin: 0 0 20px;
  }
}
#sec02 .cont__inner .box-radius__middle {
  padding: 60px;
  margin-bottom: 40px;
}
#sec02 .cont__inner .box-radius__middle.bg__turquoise-blue {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #sec02 .cont__inner .box-radius__middle {
    padding: 40px 20px;
    margin-bottom: 40px;
  }
  #sec02 .cont__inner .box-radius__middle .box-radius__middle-title {
    text-align: left;
  }
}
#sec02 .cont__inner .box-radius__middle .txt-box {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1.28px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #sec02 .cont__inner .box-radius__middle .txt-box {
    text-align: left;
  }
}
#sec02 .cont__inner .box-radius__middle:nth-of-type(2) .txt-box {
  margin-bottom: 20px;
}

#sec03 {
  position: relative;
  padding: 40px 0 0;
}
#sec03 .cont__inner {
  position: relative;
  padding: 60px 0 40px;
  box-sizing: border-box;
}
@media (max-width: 980px) {
  #sec03 .cont__inner {
    padding: 60px 40px 40px;
  }
}
@media screen and (max-width: 767px) {
  #sec03 .cont__inner {
    padding: 60px 0 40px;
  }
}
#sec03 .cont__inner .txt-box {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1.28px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #sec03 .cont__inner .txt-box {
    text-align: left;
  }
}
#sec03 .cont__inner .box-radius__middle {
  padding: 60px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #sec03 .cont__inner .box-radius__middle {
    padding: 40px 20px;
    margin-bottom: 40px;
  }
  #sec03 .cont__inner .box-radius__middle.bg__amber {
    margin-bottom: 80px;
  }
}
#sec03 .cont__inner .box-radius__middle .flex-box {
  justify-content: space-between;
  align-items: center;
}
#sec03 .cont__inner .box-radius__middle .flex-box .img-box {
  width: 410px;
}
@media screen and (max-width: 767px) {
  #sec03 .cont__inner .box-radius__middle .flex-box .img-box {
    width: 79.4871794872vw;
    margin-bottom: 0px;
  }
}
#sec03 .cont__inner .box-radius__middle .flex-box .txt-box {
  width: 410px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #sec03 .cont__inner .box-radius__middle .flex-box .txt-box {
    width: 79.4871794872vw;
    margin-bottom: 0;
  }
}
#sec03 .cont__inner .box-radius__middle.bg__white:nth-last-child(odd) .flex-box {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  #sec03 .cont__inner .box-radius__middle.bg__white:nth-last-child(odd) .flex-box {
    flex-direction: column;
  }
}
#sec03 .cont__inner .box-radius__middle.bg__amber .bg__white {
  position: relative;
  padding: 40px 20px;
  margin-bottom: 60px;
}
#sec03 .cont__inner .box-radius__middle.bg__amber .bg__white:last-child {
  margin-bottom: 0;
}
#sec03 .cont__inner .box-radius__middle.bg__amber .bg__white .title-results {
  display: block;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 2.24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #sec03 .cont__inner .box-radius__middle.bg__amber .bg__white .title-results {
    font-size: 22px;
    line-height: 33px;
    text-align: left;
  }
}
#sec03 .cont__inner .box-radius__middle.bg__amber .bg__white .flex-box {
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  #sec03 .cont__inner .box-radius__middle.bg__amber .bg__white .flex-box {
    align-items: center;
  }
}
#sec03 .cont__inner .box-radius__middle.bg__amber .bg__white .flex-box .logo-box {
  width: 200px;
  line-height: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sec03 .cont__inner .box-radius__middle.bg__amber .bg__white .flex-box .logo-box {
    margin: 0 auto 30px;
  }
}
#sec03 .cont__inner .box-radius__middle.bg__amber .bg__white .flex-box .img-box {
  width: 590px;
}
@media (max-width: 980px) {
  #sec03 .cont__inner .box-radius__middle.bg__amber .bg__white .flex-box .img-box {
    min-width: 298px;
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  #sec03 .cont__inner .box-radius__middle.bg__amber .bg__white .flex-box .img-box {
    width: 69.2307692308vw;
  }
}
@media screen and (max-width: 767px) {
  #sec03 .cont__inner .box-radius__middle.bg__amber .box-radius__inner .box-radius__middle-title {
    text-align: center;
  }
}

#sec04 {
  position: relative;
  padding: 100px 0 0;
}
#sec04 .cont__inner {
  position: relative;
  padding: 0px 0 40px;
}
@media screen and (max-width: 767px) {
  #sec04 .cont__inner {
    padding: 10px 0 40px;
  }
}
#sec04 .cont__inner .flex-box {
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}
#sec04 .cont__inner .flex-box__left {
  width: 370px;
}
#sec04 .cont__inner .flex-box__right {
  width: 370px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  letter-spacing: 1.28px;
}

#sec05 {
  position: relative;
  padding: 60px 0 140px;
}
@media screen and (max-width: 767px) {
  #sec05 h2 {
    text-align: left;
    margin: 0 20px 40px;
  }
}
#sec05 .cont__inner {
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 980px) {
  #sec05 .cont__inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  #sec05 .cont__inner {
    padding: 0;
  }
}
#sec05 .cont__inner .txt-box {
  display: block;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1.28px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #sec05 .cont__inner .txt-box {
    text-align: left;
  }
}
#sec05 .cont__inner .box-radius__middle {
  padding: 20px 100px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #sec05 .cont__inner .box-radius__middle {
    padding: 40px 20px;
  }
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pc-display {
  display: block !important;
}

.sp-display {
  display: none !important;
}

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

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