@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

html {
  color: #707070;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

#wrapper,
.outer-block {
  min-width: 1080px;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: #fff;
  z-index: 10;
}
.c-header .logo {
  margin-left: 23px;
}
.c-header .logo a {
  height: inherit;
}
.c-header .logo img {
  height: inherit;
}

#footer {
  background-color: #0D5BAA;
  padding: 31px 0 29px;
  position: relative;
  z-index: 10;
}
#footer .txt {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}

.c-ttl01 {
  background-color: #1D2088;
  color: #fff;
  font-size: 32px;
  width: 402px;
  border-radius: 8px;
  text-align: center;
  margin: auto;
  padding: 2px 5px;
}

.c-ttl02 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4285714286;
}
.c-ttl02 .note {
  margin-left: 10px;
  font-weight: 400;
}

/* --------------------------------
c-graph
----------------------------------- */
.graph-content .graph-ttl {
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  margin: auto;
  font-size: 19px;
  line-height: 1.45;
  font-weight: 600;
}
.graph-content .graph-ttl::before {
  content: "【";
  position: absolute;
  top: 0;
  left: 0;
}
.graph-content .graph-ttl::after {
  content: "】";
  position: absolute;
  top: 0;
  right: 0;
}
.graph-content .time {
  font-size: 20px;
  line-height: 1.45;
  text-align: center;
  font-weight: 600;
}

.graph {
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.3s ease-in-out;
  transition: opacity 0.3s 0.3s ease-in-out;
  position: relative;
}
.graph .line,
.graph .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.graph .line {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: -webkit-clip-path 3s 0.6s ease-in-out;
  transition: -webkit-clip-path 3s 0.6s ease-in-out;
  transition: clip-path 3s 0.6s ease-in-out;
  transition: clip-path 3s 0.6s ease-in-out, -webkit-clip-path 3s 0.6s ease-in-out;
}
.graph .info {
  opacity: 0;
  -webkit-transition: opacity 0.3s 2.8s ease-in-out;
  transition: opacity 0.3s 2.8s ease-in-out;
}
.graph.is-animated {
  opacity: 1;
}
.graph.is-animated .line {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.graph.is-animated .info {
  opacity: 1;
}

.graph02 {
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.3s ease-in-out;
  transition: opacity 0.3s 0.3s ease-in-out;
  position: relative;
}
.graph02 .graph-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
  -webkit-transition: -webkit-clip-path 3s 0.6s ease-in-out;
  transition: -webkit-clip-path 3s 0.6s ease-in-out;
  transition: clip-path 3s 0.6s ease-in-out;
  transition: clip-path 3s 0.6s ease-in-out, -webkit-clip-path 3s 0.6s ease-in-out;
}
.graph02.is-animated {
  opacity: 1;
}
.graph02.is-animated .graph-line {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.graph-content01 {
  margin-top: 85px;
  margin-bottom: 115px;
}
.graph-content01 img {
  margin: 20px auto 0;
  display: block;
}

.graph-content02 {
  margin-top: 45px;
  margin-bottom: 77px;
}
.graph-content02 .img-box {
  margin-top: 8px;
  position: relative;
}

.graph-content03 {
  margin-top: 68px;
  margin-bottom: 120px;
  margin: 68px auto 120px;
}

.graph-content04 {
  margin: 46px auto 0;
}
.graph-content04 .img-box {
  margin-top: 26px;
  margin-bottom: 48px;
}

.graph-content05 {
  margin-top: 60px;
}
.graph-content05 + .lead02 {
  margin-top: 8px;
}
.graph-content05 .ttl-img {
  margin-bottom: 14px;
}
.graph-content05 .graph-box {
  margin-bottom: 8px;
}
.graph-content05 .img01 {
  margin-right: 28px;
}

/* --------------------------------
c-link
----------------------------------- */
.c-link02 {
  color: #fff;
  background: url(../image/top/bg_link.svg) no-repeat;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
  height: 59px;
  width: 205px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  z-index: 50;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-link02 .txt {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-bottom: 1px solid transparent;
}
.c-link02::after {
  content: "";
  display: block;
  background: url(../image/common/icon_arrow.svg) no-repeat;
  margin-left: 15px;
  background-size: contain;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.anm-fade-up {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}

/* トリガー発火でis-activeを付与 */
.anm-fade-up.is-animated {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.mv-content {
  -webkit-animation: fadeInAndOut 1s ease-in-out forwards;
          animation: fadeInAndOut 1s ease-in-out forwards;
}
.mv-content .mv-txt {
  opacity: 0;
  -webkit-animation: fadeInAndOut 1s ease-in-out 1s forwards;
          animation: fadeInAndOut 1s ease-in-out 1s forwards;
}
.mv-content .mv-ttl-txt {
  opacity: 0;
  -webkit-animation: fadeInAndOut 1s ease-in-out 2s forwards;
          animation: fadeInAndOut 1s ease-in-out 2s forwards;
}
.mv-content .mv-sub-ttl {
  opacity: 0;
  -webkit-animation: fadeIn 1s ease-in-out 6s forwards;
          animation: fadeIn 1s ease-in-out 6s forwards;
}
.mv-content .nav {
  -webkit-animation: fadeIn 1s ease-in-out 7s forwards;
          animation: fadeIn 1s ease-in-out 7s forwards;
  opacity: 0;
}
.mv-content .mv-green {
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
  -webkit-animation: anm-green 1s ease-in-out 3s forwards;
          animation: anm-green 1s ease-in-out 3s forwards;
}
.mv-content .mv-flare {
  opacity: 0;
  -webkit-animation: fadeInAndOut 1s ease-in-out 4s forwards;
          animation: fadeInAndOut 1s ease-in-out 4s forwards;
}
.mv-content .mv-flare.flash {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.mv-content .mv-flare.on-flash {
  -webkit-animation: anm-flash 1s ease-in-out forwards;
          animation: anm-flash 1s ease-in-out forwards;
}
.mv-content::before {
  -webkit-animation: reflect 1.5s ease-in-out 5s;
          animation: reflect 1.5s ease-in-out 5s;
}

@-webkit-keyframes fadeInAndOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInAndOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes anm-flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anm-flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes anm-green {
  0% {
    opacity: 0;
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes anm-green {
  0% {
    opacity: 0;
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes reflect {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(100) rotate(45deg);
            transform: scale(100) rotate(45deg);
    opacity: 0;
  }
}
@keyframes reflect {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(100) rotate(45deg);
            transform: scale(100) rotate(45deg);
    opacity: 0;
  }
}
/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.mv-content {
  position: relative;
  background: url(../image/top/bg_mv.jpg) no-repeat;
  background-size: cover;
  padding-top: 60px;
  z-index: 70;
  overflow: hidden;
}
.mv-content:before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #FFF;
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mv-green {
  position: absolute;
  left: 0;
  right: 60px;
  bottom: 0;
  margin: auto;
  z-index: 30;
}
.mv-green img {
  width: inherit;
  height: inherit;
}

.mv-flare {
  position: absolute;
  left: 0;
  right: 60px;
  margin: auto;
  bottom: 0;
  mix-blend-mode: screen;
  z-index: 60;
  opacity: 1;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.mv-txt {
  font-size: 44px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.2954545455;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.mv-txt .txt-small {
  font-size: 27px;
  display: block;
  margin-top: 20px;
}
.mv-txt .txt-small02 {
  font-size: 22px;
  display: block;
  margin-top: 10px;
  line-height: 1;
}
.mv-txt .target-icon {
  position: absolute;
  right: -170px;
  top: 0;
  width: 110px;
}

.mv-ttl-txt {
  text-align: center;
  margin-top: 40px;
  position: relative;
  z-index: 40;
}
.mv-ttl-txt .ttl-small {
  font-size: 32px;
  color: #fff;
  display: block;
}
.mv-ttl-txt .ttl-small01 {
  letter-spacing: 0.2em;
  line-height: 1.3125;
}
.mv-ttl-txt .ttl-small02 {
  margin-top: 17px;
  line-height: 1.5;
}
.mv-ttl-txt img {
  width: 53.5871156662vw;
  margin: auto;
  display: block;
}

.mv-sub-ttl {
  margin-top: 273px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 60;
}
.mv-sub-ttl .sub-ttl {
  font-size: 40px;
  line-height: 1.475;
  font-weight: bold;
  text-shadow: 0px 0px 7px #0067CB;
}
.mv-sub-ttl .sub-txt {
  font-weight: 600;
  font-size: 20px;
  text-shadow: 0px 0px 5px #0067CB;
}

.nav {
  position: absolute;
  bottom: 15px;
  width: 100%;
  z-index: 100;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.nav.active {
  position: fixed;
  top: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 100;
}
.nav.active .nav-item {
  background-color: #fff;
  color: #1D2088;
}
.nav.active .nav-item:not(.act)::before {
  display: none;
}
.nav.active .act {
  background-color: #1D2088;
  color: #fff;
}

.nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

.nav-item {
  color: #1D2088;
  background-color: rgba(255, 255, 255, 0.3);
  width: 100%;
  position: relative;
  z-index: 70;
  overflow: hidden;
  -webkit-backdrop-filter: blur(30px) brightness(150%);
          backdrop-filter: blur(30px) brightness(150%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.nav-item.act {
  color: #fff;
  background-color: #1D2088;
}
.nav-item.act::before {
  content: none;
}
.nav-item .link {
  text-align: center;
  display: block;
  padding: 21px 10px 20px;
  border-right: none;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.45;
  height: 100%;
}

.point-content {
  padding-top: 80px;
  position: relative;
  z-index: 10;
  background-color: #fff;
}
.point-content .point-ttl {
  font-size: 32px;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 57px;
  background-color: #1D2088;
  border-radius: 8px;
  margin: auto;
  margin-bottom: 45px;
}

.point-box {
  display: block;
}
.point-box + .point-box {
  margin-top: 23px;
}

.point-list {
  padding: 43px 0 160px;
}
.point-list .item-txt {
  font-size: 20px;
  line-height: 1.45;
  color: #707070;
  margin-top: 10px;
}

.point-item {
  border-radius: 88px;
  background-color: rgba(171, 205, 3, 0.1);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.point-item.bg-thin {
  background-color: rgba(171, 205, 3, 0.05);
}
.point-item.bg-white {
  background-color: #FFFFFF;
}
.point-item + .point-item {
  margin-top: 24px;
}
.point-item .point-img {
  display: block;
  height: 145px;
  margin-top: 8px;
}
.point-item .txt-box {
  margin-left: 54px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: inherit;
  position: relative;
  width: 100%;
}
.point-item .item-ttl {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  color: #1D2088;
}

.item-txt02 {
  line-height: 1.4285714286;
  font-size: 14px;
}

.c-red {
  color: #FF0000;
}

.point-count {
  padding-top: 64px;
  padding-bottom: 120px;
}
.point-count:last-child {
  padding-bottom: 0;
}

.point-area {
  padding-bottom: 70px;
  background-color: #F7FAE5;
  width: auto;
  overflow: hidden;
}
.point-area .point-item {
  margin-bottom: 45px;
}

.lead {
  font-size: 24px;
  line-height: 1.5;
}
.lead + .lead {
  margin-top: 30px;
}
.lead .icon-bl {
  color: #00ABEB;
}
.lead .icon-green {
  color: #5DA71E;
}
.lead .icon-green02 {
  color: #ABCD03;
}

.lead02 {
  line-height: 1.4285714286;
  font-size: 14px;
}
.lead02 + .c-red {
  margin-top: 20px;
}

.lead03 {
  font-size: 24px;
  line-height: 2;
  color: #0E5BAA;
  text-align: center;
  margin-top: 50px;
  letter-spacing: 0.05em;
}
.lead03 + .lead03 {
  margin-top: 48px;
}

.lead04 {
  font-size: 32px;
  line-height: 2;
  color: #0E5BAA;
  text-align: center;
  margin-top: 85px;
  letter-spacing: 0.05em;
}
.lead04 .underline {
  font-weight: bold;
  text-decoration: underline;
}

.advice {
  margin-top: 20px;
}
.advice img {
  width: 100%;
}

.course-content {
  padding-top: 70px;
  padding-bottom: 120px;
  background-color: #F4F8FC;
  position: relative;
  z-index: 10;
}
.course-content .course-ttl {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.46875;
  color: #1D2088;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #1D2088;
  padding: 3px 10px;
  margin-bottom: 44px;
}
.course-content .img-course-block {
  margin: 45px auto 0;
  text-align: center;
}

.about-content {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF7A7), to(#ADE5B2));
  background: linear-gradient(180deg, #FFF7A7, #ADE5B2);
  position: relative;
  z-index: 10;
}
.about-content .dot-bg {
  background-image: radial-gradient(rgba(255, 255, 255, 0.1) 30%, transparent 30%);
  background-size: 10px 10px;
  padding-top: 120px;
  padding-bottom: 120px;
}
.about-content .border-box {
  position: relative;
  width: 100%;
  padding: 17px 14px;
  background-color: #fff;
  border-radius: 14px;
}
.about-content .line {
  display: block;
  position: absolute;
  background-color: #fff;
  width: 25px;
  height: 25px;
  z-index: 30;
}
.about-content .diagonal {
  position: absolute;
  display: block;
  height: 20px;
  width: 0.5px;
  background-color: #006525;
  z-index: 40;
}
.about-content .line01 {
  left: 8px;
  top: 8px;
  border-radius: 14px 0 0 0;
}
.about-content .diagonal01 {
  left: 18px;
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.about-content .line02 {
  right: 8px;
  top: 8px;
}
.about-content .diagonal02 {
  right: 18px;
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.about-content .line03 {
  left: 8px;
  bottom: 8px;
}
.about-content .diagonal03 {
  left: 18px;
  bottom: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.about-content .diagonal04 {
  right: 18px;
  bottom: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.about-content .line04 {
  right: 8px;
  bottom: 8px;
}
.about-content .deco-txt {
  position: absolute;
  top: -27px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 40;
}
.about-content .about-box {
  position: relative;
  background-size: contain;
  padding: 65px 40px 70px;
  border: 0.5px solid #006525;
}
.about-content .about-ttl {
  text-align: center;
  margin-bottom: 76px;
}
.about-content .about-ttl img {
  width: 100%;
}
.about-content .about-sub-ttl {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 14px;
}
.about-content .about-sub-ttl .marker {
  color: #006525;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #FFFF00));
  background: linear-gradient(transparent 60%, #FFFF00 0%);
  padding: 0 1px 0px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.about-content .strong {
  margin-top: 28px;
  margin-bottom: 120px;
}
.about-content .strong .img01 {
  display: block;
}
.about-content .strong-item {
  margin-top: 35px;
}
.about-content .strong-item .img-box {
  margin: 19px auto 0;
  text-align: center;
}
.about-content .strong-item .img-box + .lead02 {
  margin-top: 30px;
}
.about-content .strong-item img {
  margin: 0 auto;
  display: block;
  width: 100%;
}
.about-content .strong-item .txt {
  display: block;
  margin: 28px auto 0;
  display: block;
}

.grow-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 50px auto 25px;
}

.grow-item {
  position: relative;
  width: calc(50% - 27px);
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#FFEDC3), to(#FECA8D));
  background: linear-gradient(90deg, #FFEDC3, #FECA8D);
  padding: 22px 24px;
}
.grow-item .grow-deco {
  color: #fff;
  background-color: #F59746;
  border-radius: 10px;
  position: absolute;
  width: 304px;
  text-align: center;
  font-size: 28px;
  top: -21px;
  left: 0;
  right: 0;
  margin: auto;
}
.grow-item .item-ttl {
  font-size: 31px;
  color: #E85400;
  line-height: 1.4838709677;
  font-weight: 500;
}
.grow-item .item-box {
  position: relative;
  height: 100%;
  width: 100%;
}
.grow-item .item-txt {
  font-size: 15px;
  line-height: 1.3333333333;
  color: #000;
}
.grow-item .item-txt.sp-ta-l {
  text-align: left;
}
.grow-item .item-txt.big {
  font-size: 17px;
}
.grow-item:not(.dif) .item-ttl {
  text-align: center;
}
.grow-item:not(.dif) .item-ttl + .item-txt {
  padding-top: 38px;
}
.grow-item.dif .item-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  font-size: 22px;
  font-weight: 500;
  margin-top: 28px;
}
.grow-item.dif .item-ttl + .item-ttl {
  margin-top: 15px;
}
.grow-item.dif .item-txt {
  position: static;
  margin-top: 20px;
}
.grow-item.dif .num {
  font-weight: bold;
  font-size: 44px;
  line-height: 1;
}

.donation-content {
  background-color: #F4F8FC;
  padding: 80px 0 170px;
  position: relative;
  z-index: 10;
}
.donation-content .donation-txt {
  margin-top: 48px;
}
.donation-content .img-box01 {
  margin-top: 78px;
  text-align: center;
}

.donated-content {
  padding-top: 80px;
}
.donated-content .list-wrap {
  margin-top: 48px;
}
.donated-content .list-wrap li {
  background-color: #fff;
}
.donated-content .list-wrap li + li {
  border-top: 1px solid rgb(196, 196, 196);
}
.donated-content .list-wrap li > a {
  display: block;
  padding: 15px 15px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.donated-content .list-wrap li > a:hover {
  background-color: #f1f1f1;
}
.donated-content .list-wrap .date {
  font-size: 18px;
  font-weight: bold;
  color: #E85400;
}
.donated-content .list-wrap .date + .txt {
  margin-left: 20px;
}
.donated-content .list-wrap .txt {
  border-bottom: 1px solid #707070;
}

.donation-box {
  margin-top: 165px;
  background-color: #fff;
  border-radius: 44px;
  padding: 114px 30px 90px;
  position: relative;
}
.donation-box .img-box02 {
  text-align: center;
}
.donation-box::before {
  content: "";
  display: block;
  width: 207px;
  height: 100%;
  background: url(../image/top/bg_donation01.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.donation-box::after {
  content: "";
  width: 207px;
  height: 100%;
  background: url(../image/top/bg_donation02.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.donation-box .lead03,
.donation-box .lead04 {
  position: relative;
  z-index: 10;
}

.group {
  padding: 80px 0 140px;
  position: relative;
  z-index: 10;
  background-color: #fff;
}
.group .lead {
  margin-top: 36px;
}
.group .group-list {
  width: calc(100% - 150px);
  margin: 93px auto 0;
}
.group .group-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.group .group-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.group .group-item img {
  display: block;
  margin: auto;
}
.group .group-item .asterisk {
  position: relative;
}
.group .group-item .asterisk::after {
  content: "※";
  position: absolute;
  right: -30px;
  top: -5px;
  font-size: 20px;
  font-weight: bold;
}
.group .int {
  font-size: 12px;
  padding-left: 15px;
  position: relative;
  width: calc(100% - 150px);
  display: block;
  margin: 30px auto 0;
}
.group .int::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.group .date {
  margin-top: 10px;
  font-weight: 500;
  text-align: center;
}
.group .txt-content {
  margin-top: 160px;
}
.group .txt-box + .txt-box {
  margin-top: 20px;
}
.group .txt-box .txt {
  font-size: 16px;
  line-height: 1.4285714286;
}
.group .txt-box .txt .c-red {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(5%, #FF0000));
  background: linear-gradient(transparent 95%, #FF0000 5%);
  background-position: 0 -1px;
  display: inline;
  padding: 0 1px 0px;
}
.group .txt-box .small {
  font-size: 8px;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: -7px;
}

.pb-40 {
  padding-bottom: 40px;
}

.fw-b {
  font-weight: bold;
}

.ta-c {
  text-align: center;
}

.block {
  display: block;
}

.space-bg {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  opacity: 0;
}
.space-bg.active {
  opacity: 1;
}
.space-bg img {
  width: 100%;
}

.space {
  width: 100%;
  padding-top: 280px;
}

.lead.int {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.indent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
.indent > span:nth-child(1) {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper,
  .outer-block {
    min-width: 320px;
  }
  .inner-block {
    padding: 0 24px;
  }
  .pc {
    display: none !important;
  }
  .c-header {
    height: 54px;
  }
  .c-header .logo {
    margin-left: 16px;
    height: 28px;
  }
  #footer {
    padding: 32px 0;
  }
  #footer .txt {
    font-size: 14px;
    line-height: 1.7142857143;
  }
  .c-ttl01 {
    width: 250px;
    font-size: 22px;
  }
  .c-ttl02 {
    font-size: 12px;
    line-height: 1.4615384615;
  }
  .c-ttl02 .note {
    margin-left: 8px;
  }
  .graph-content .graph-ttl {
    padding: 0 11px;
    font-size: 20px;
  }
  .graph-content .graph-ttl::before {
    font-size: 88px;
    left: -70px;
    line-height: 1;
  }
  .graph-content .graph-ttl::after {
    font-size: 88px;
    right: -70px;
    line-height: 1;
  }
  .graph-content .graph-ttl.lh-2::before, .graph-content .graph-ttl.lh-2::after {
    font-size: 56px;
  }
  .graph-content .graph-ttl.lh-2::before {
    left: -50px;
  }
  .graph-content .graph-ttl.lh-2:after {
    right: -50px;
  }
  .graph-content .time {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 8px;
  }
  .graph-content01 {
    margin-top: 50px;
    margin-bottom: 68px;
  }
  .graph-content01 img {
    width: calc(100% - 30px);
    margin: 30px auto 0;
  }
  .graph-content02 {
    margin-top: 55px;
    margin-bottom: 65px;
  }
  .graph-content02 .img01 {
    margin-top: 20px;
    width: 100%;
  }
  .graph-content02 .img02 {
    display: block;
    width: calc(100% - 48px);
    margin: 30px auto 0;
  }
  .graph-content03 {
    margin-top: 49px;
    margin-bottom: 62px;
    margin: 49px auto 55px;
  }
  .graph-content03 .graph {
    margin-top: 30px;
  }
  .graph-content04 {
    margin-top: 35px;
  }
  .graph-content04 .img-box {
    margin: 32px 0;
  }
  .graph-content05 {
    margin-top: 30px;
  }
  .graph-content05 + .graph-content05 {
    margin-top: 50px;
  }
  .graph-content05 + .lead02 {
    margin-top: 15px;
  }
  .graph-content05 .ttl-img {
    width: 38.7179487179vw;
    margin-bottom: 4px;
  }
  .graph-content05 .img02 {
    width: 100%;
    margin-top: 32px;
  }
  .c-link02 {
    width: 192px;
    height: 55px;
    font-size: 18px;
    background-size: contain;
    bottom: -20px;
  }
  .mv-content {
    padding: 28px 24px 380px;
    overflow: hidden;
  }
  .mv-green {
    width: 60.7692307692vw;
    right: 0;
  }
  .mv-flare {
    right: 0;
    left: 0;
    width: 100%;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mv-flare img {
    width: auto;
  }
  .mv-txt {
    font-size: 17px;
    line-height: 1.2352941176;
  }
  .mv-txt .txt-small {
    margin-top: 5px;
    font-size: 11px;
  }
  .mv-txt .txt-small02 {
    font-size: 10px;
    margin-top: 5px;
  }
  .mv-txt .target-icon {
    right: -70px;
    width: 60px;
  }
  .mv-ttl-txt {
    margin-top: 35px;
  }
  .mv-ttl-txt .ttl-small {
    font-size: 12px;
  }
  .mv-ttl-txt .ttl-small02 {
    margin-top: 7px;
  }
  .mv-sub-ttl {
    margin-top: 20px;
  }
  .mv-sub-ttl .sub-ttl {
    font-size: 26px;
    line-height: 1.4615384615;
  }
  .mv-sub-ttl .sub-txt {
    font-size: 17px;
    line-height: 1.3529411765;
    margin-top: 15px;
  }
  .nav {
    margin-left: -24px;
    bottom: 0;
  }
  .nav-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .nav-item {
    width: 50%;
    height: auto;
  }
  .nav-item:nth-child(n+3) {
    border-top: 1px solid #1D2088;
  }
  .nav-item:nth-child(odd) {
    border-right: 1px solid #1D2088;
  }
  .nav-item .link {
    font-size: 18px;
    padding: 17px 2px;
  }
  .point-content {
    padding-top: 65px;
  }
  .point-content .point-ttl {
    font-size: 22px;
  }
  .point-box + .point-box {
    margin-top: 25px;
  }
  .point-list {
    padding: 30px 0 55px;
  }
  .point-list .item-txt {
    font-size: 18px;
    line-height: 1.5;
  }
  .point-item {
    padding: 19px 20px;
    margin-bottom: 20px;
  }
  .point-item .point-img {
    height: 53px;
  }
  .point-item .txt-box {
    margin-left: 14px;
  }
  .point-item .item-ttl {
    font-size: 22px;
  }
  .item-txt02 {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 27px;
  }
  .point-count {
    padding-top: 32px;
    padding-bottom: 64px;
  }
  .point-area {
    padding-bottom: 65px;
  }
  .point-area .point-item {
    margin-bottom: 15px;
  }
  .lead {
    font-size: 18px;
    line-height: 1.5;
  }
  .lead02 {
    font-size: 13px;
    line-height: 1.5;
  }
  .lead02 + .c-red {
    margin-top: 25px;
  }
  .lead03 {
    font-size: 18px;
    line-height: 1.8888888889;
    margin-top: 30px;
  }
  .lead03 + .lead03 {
    margin-top: 32px;
  }
  .lead04 {
    margin-top: 60px;
    font-size: 22px;
    line-height: 1.7272727273;
  }
  .advice {
    margin-top: 25px;
  }
  .course-content {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .course-content .course-ttl {
    font-size: 22px;
    line-height: 1.5;
    padding: 5px 10px;
    margin-bottom: 15px;
  }
  .course-content .img-course-block {
    margin-top: 27px;
  }
  .course-content .img-course-block .img01 {
    margin-bottom: 48px;
  }
  .about-content .dot-bg {
    padding-top: 82px;
    padding-bottom: 60px;
  }
  .about-content .border-box {
    padding: 8px;
  }
  .about-content .line {
    width: 20px;
    height: 20px;
  }
  .about-content .diagonal {
    height: 16px;
  }
  .about-content .line01 {
    left: 4px;
    top: 4px;
  }
  .about-content .diagonal01 {
    left: 12px;
    top: 4px;
  }
  .about-content .line02 {
    right: 4px;
    top: 4px;
  }
  .about-content .diagonal02 {
    right: 12px;
    top: 4px;
  }
  .about-content .line03 {
    left: 4px;
    bottom: 4px;
  }
  .about-content .diagonal03 {
    left: 12px;
    bottom: 4px;
  }
  .about-content .diagonal04 {
    right: 12px;
    bottom: 4px;
  }
  .about-content .line04 {
    right: 4px;
    bottom: 4px;
  }
  .about-content .deco-txt {
    top: -20px;
  }
  .about-content .about-box {
    padding: 45px 8px 30px;
  }
  .about-content .sp-px-10 {
    padding: 0 10px;
  }
  .about-content .about-ttl {
    margin-bottom: 34px;
  }
  .about-content .about-sub-ttl {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 18px;
  }
  .about-content .strong {
    margin-bottom: 60px;
    margin-top: 38px;
  }
  .about-content .strong .img01 {
    margin: auto;
  }
  .about-content .strong-item {
    margin-top: 32px;
  }
  .about-content .strong-item .img-box + .lead02 {
    margin-top: 15px;
  }
  .about-content .strong-item .txt {
    margin-top: 13px;
  }
  .grow-content .lead02 {
    padding: 0 10px;
  }
  .grow-list {
    width: calc(100% - 26px);
    margin-top: 30px;
  }
  .grow-item {
    width: 100%;
    min-height: 200px;
    padding: 20px 15px;
  }
  .grow-item + .grow-item {
    margin-top: 40px;
  }
  .grow-item .grow-deco {
    font-size: 17px;
    width: 200px;
    top: -14px;
  }
  .grow-item .item-ttl {
    font-size: 19px;
    text-align: center;
  }
  .grow-item .item-txt {
    text-align: center;
    font-size: 15px;
  }
  .grow-item .item-txt.big {
    font-size: 10px;
  }
  .grow-item:not(.dif) .item-ttl {
    padding-top: 49px;
  }
  .grow-item.dif .item-ttl {
    font-size: 15px;
  }
  .grow-item.dif .item-ttl + .item-ttl {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .grow-item.dif .num {
    font-size: 29px;
  }
  .donation-content {
    padding: 60px 0 87px;
  }
  .donation-content .donation-txt {
    margin-top: 15px;
  }
  .donation-content .img-box01 {
    margin-top: 28px;
  }
  .donated-content {
    padding: 60px 0 60px;
  }
  .donated-content .list-wrap {
    margin-top: 15px;
  }
  .donated-content .list-wrap .date {
    font-size: 14px;
  }
  .donated-content .list-wrap .date + .txt {
    margin-left: 5px;
  }
  .donation-box {
    margin-top: 25px;
    padding: 32px 20px 60px;
  }
  .donation-box::after {
    background-position: right;
  }
  .group {
    padding: 64px 0 32px;
  }
  .group .lead {
    margin-top: 32px;
  }
  .group .group-list {
    width: calc(100% - 32px);
    margin: 60px auto 0;
  }
  .group .group-item + .group-item {
    margin-top: 55px;
  }
  .group .int {
    width: calc(100% - 32px);
    margin: 20px auto 0;
  }
  .group .txt-content {
    margin-top: 90px;
  }
  .group .txt-box .txt {
    font-size: 12px;
    line-height: 1.4615384615;
  }
  .group .txt-box .small {
    top: -5px;
  }
  .pb-40 {
    padding-bottom: 20px;
  }
  .mt-120 {
    margin-top: 60px;
  }
  .sp-block {
    display: block;
  }
  .space {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding: 0 30px;
    width: 1080px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .graph-content01 img {
    padding-left: 60px;
    width: 613px;
  }
  .graph-content02 .img01 {
    max-width: 1130px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .graph-content02 .img02 {
    position: absolute;
    right: 0;
    top: 40px;
    width: 380px;
  }
  .graph-content03 {
    width: calc(100% - 88px);
  }
  .graph-content04 {
    width: calc(100% - 88px);
  }
  .graph-content05 .graph-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .c-link02:hover::after {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  .mv-content {
    min-width: 1080px;
    padding-bottom: 185px;
  }
  .mv-green {
    width: 413px;
  }
  .mv-flare {
    width: 1020px;
  }
  .nav-list {
    width: 1040px;
    padding: 15px 0;
  }
  .nav-item:last-child .link {
    border-right: 1px solid #1D2088;
  }
  .nav-item .link {
    border: 1px solid #1D2088;
  }
  .point-box {
    width: calc(100% - 88px);
    margin: auto;
  }
  .point-list .point-item:hover {
    background-color: rgba(171, 205, 3, 0.2);
  }
  .point-list .point-item.bg-thin:hover {
    background-color: rgba(171, 205, 3, 0.15);
  }
  .point-item {
    height: 176px;
  }
  .point-item.bg-thin:hover {
    background-color: rgba(171, 205, 3, 0.08);
  }
  .point-item .point-img {
    margin-left: 25px;
  }
  .point-item .txt-box {
    padding-right: 30px;
  }
  .point-item .item-txt02 {
    position: absolute;
    left: 0;
    bottom: 5px;
  }
  .course-content {
    width: 100%;
  }
  .course-content .img-course-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .course-content .img-course-block .img01 {
    margin-right: 88px;
  }
  .course-content .img-course-block .img01,
  .course-content .img-course-block .img02 {
    width: calc(50% - 44px);
  }
  .about-content {
    width: 100%;
  }
  .about-content .strong-item .img-box {
    width: calc(100% - 56px);
  }
  .about-content .strong-item .lead02 {
    margin-right: auto;
    margin-left: auto;
  }
  .about-content .strong-item .txt {
    width: calc(100% - 56px);
  }
  .grow-content .lead02 {
    width: calc(100% - 54px);
    margin: auto;
  }
  .grow-list {
    width: calc(100% - 54px);
  }
  .grow-item {
    height: 304px;
  }
  .grow-item:nth-child(n+3) {
    margin-top: 60px;
  }
  .grow-item:nth-child(odd) {
    margin-right: 54px;
  }
  .grow-item .item-txt {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .grow-item:not(.dif) .item-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .donation-content {
    width: 100%;
  }
  .group {
    width: 100%;
  }
  .group .group-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 50px;
  }
  .group .group-item {
    width: calc(50% - 25px);
  }
  .mt-120 {
    margin-top: 120px;
  }
  .space-bg {
    min-width: 1080px;
  }
  .space {
    min-width: 1080px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 389px) {
  .graph-content .graph-ttl {
    font-size: 16px;
    padding: 0 5px;
  }
  .graph-content .graph-ttl::before {
    font-size: 70px;
    left: -55px;
  }
  .graph-content .graph-ttl::after {
    font-size: 70px;
    right: -55px;
  }
}
@media only screen and (max-width: 1366px) {
  .mv-ttl-txt img {
    width: 732px;
  }
}
@media only screen and (max-width: 1366px) and (max-width: 767px) {
  .mv-ttl-txt img {
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 767px) and (max-width: 370px) {
  .nav-item .link {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 390px) {
  .point-item .point-img {
    height: 40px;
  }
  .grow-item .item-ttl {
    font-size: 4.8717948718vw;
  }
  .grow-item .item-txt {
    font-size: 3.5897435897vw;
  }
}
@media only screen and (max-width: 1080px) {
  .point-area {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (max-width: 767px) and (max-width: 380px) {
  .grow-item.dif .item-ttl {
    font-size: 3.8461538462vw;
  }
  .grow-item.dif .num {
    font-size: 6.6666666667vw;
  }
}