/* CSS Document */
/*--------------------------------
TOP
---------------------------------*/
.main-toppage {
  background-color: #f2f2f2;
}

/*----------------------------
Title
-----------------------------*/
/* TOP */
.top-title span {
  display: block;
}
.top-title .top-title__en {
  font-weight: 600;
  font-size: 1.5rem;
  color: #07A455;
  line-height: 1;
}
@media (max-width: 600px) {
  .top-title .top-title__en {
    font-size: 1.4rem;
  }
}
.top-title .top-title__jp {
  font-weight: 700;
  font-size: 3.8rem;
  margin-top: 10px;
  line-height: 1.3;
  color: #1c1c1c;
}
@media (max-width: 600px) {
  .top-title .top-title__jp {
    font-size: 3.2rem;
  }
}

.c-white .top-title__en {
  color: #F9DB00;
}

.c-white .top-title__jp {
  color: #fff;
}

/*-------------------------
 Shape
--------------------------*/
.shape {
  position: absolute;
}

.shape-1 {
  top: 36vw;
  left: -5%;
  width: 32%;
  max-width: 500px;
}
@media (max-width: 600px) {
  .shape-1 {
    width: 48%;
    top: 48vw;
  }
}

.shape-2 {
  bottom: 0;
  right: -5%;
  width: 28%;
  max-width: 500px;
}
@media (max-width: 600px) {
  .shape-2 {
    width: 38%;
    bottom: 30px;
    right: -4%;
  }
}

.shape-3 {
  width: 32%;
  left: -4%;
  top: 65%;
  max-width: 500px;
}
@media (max-width: 600px) {
  .shape-3 {
    top: 45vw;
    left: 1%;
    width: 45%;
  }
}

.shape-4 {
  width: 34%;
  right: -5%;
  bottom: -60px;
  max-width: 500px;
}
@media (max-width: 600px) {
  .shape-4 {
    width: 50%;
    bottom: -50px;
    right: -10%;
  }
}

/*-------------------------
 parallax img
--------------------------*/
.parallax-img {
  overflow: hidden;
  width: 100%;
  min-height: 180px;
  aspect-ratio: 1440/580;
}
.parallax-img img {
  width: 100%;
  height: auto;
}

/*-------------------------
 Mask Slider
--------------------------*/
.mask-wrap {
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 50px;
  position: relative;
}
@media (max-width: 600px) {
  .mask-wrap {
    padding-top: 40px;
  }
}

.masked {
  width: 65vw;
  height: auto;
  margin: 0 -5% 0 auto;
  aspect-ratio: 800/640;
  -webkit-mask-image: url(../img/top/mask.svg);
          mask-image: url(../img/top/mask.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
}
@media (max-width: 600px) {
  .masked {
    width: 90vw;
    margin-right: -7%;
    display: block;
  }
}

.mask-slide {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mask-slide .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.mask-slide .swiper-slide-active img,
.mask-slide .swiper-slide-duplicate-active img,
.mask-slide .swiper-slide-prev img {
  -webkit-animation: zoomUp 12s linear 0s;
          animation: zoomUp 12s linear 0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/*--- TXT ---*/
.heading-txt {
  position: absolute;
  left: 5%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 600px) {
  .heading-txt {
    position: relative;
    display: block;
    top: initial;
    left: initial;
    -webkit-transform: initial;
            transform: initial;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: -20px;
  }
}
.heading-txt h1 {
  line-height: 1.3;
  z-index: 2;
  color: #000;
  display: block;
}
.heading-txt h1 span {
  display: block;
}
.heading-txt h1 .heading-txt__small {
  font-size: clamp(30px, 4.1666666667vw, 80px);
}
.heading-txt h1 .heading-txt__big {
  font-size: clamp(54px, 9.0277777778vw, 150px);
}
.heading-txt .heading-txt__boxtxt {
  display: block;
  margin-top: 20px;
}
.heading-txt .heading-txt__boxtxt p {
  font-size: clamp(20px, 2.0833333333vw, 40px);
  color: #07A455;
  font-weight: 700;
  line-height: 1.8;
}
.heading-txt .heading-txt__boxtxt p span {
  background-color: #fff;
  display: inline;
  padding: 0px 8px 3px;
}

/*-------------------------
 Intro
--------------------------*/
.intro {
  position: relative;
}
.intro .danraku {
  text-align: center;
}
@media (max-width: 600px) {
  .intro .danraku {
    text-align: left;
  }
}

/*-------------------------
 about
--------------------------*/
.about {
  position: relative;
}

/*--- type container ---*/
.type-container {
  position: relative;
}

.type-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 600px) {
  .type-wrap {
    display: block;
  }
}
.type-wrap .type-wrap__img {
  width: 50%;
  aspect-ratio: 560/460;
  -webkit-mask-image: url(../img/top/mask-2.svg);
          mask-image: url(../img/top/mask-2.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
@media (max-width: 840px) {
  .type-wrap .type-wrap__img {
    width: 43%;
  }
}
@media (max-width: 600px) {
  .type-wrap .type-wrap__img {
    width: 85%;
    margin: 0 0 30px auto;
  }
}
.type-wrap .type-wrap__txt {
  width: 48%;
}
@media (max-width: 840px) {
  .type-wrap .type-wrap__txt {
    width: 55%;
  }
}
@media (max-width: 600px) {
  .type-wrap .type-wrap__txt {
    width: 100%;
  }
}
.type-wrap .type-wrap__txt ul li:not(:last-of-type) {
  margin-bottom: 10%;
}
.type-wrap .type-wrap__txt ul li:nth-of-type(2) {
  margin-left: 80px;
}
@media (max-width: 840px) {
  .type-wrap .type-wrap__txt ul li:nth-of-type(2) {
    margin-left: initial;
  }
}
.type-wrap .type-wrap__txt h3 {
  display: inline-block;
}
.type-wrap .type-wrap__txt h3 span {
  display: inline;
  background: -webkit-gradient(linear, left top, right top, from(#32b466), to(#23b594));
  background: linear-gradient(to right, #32b466, #23b594);
  padding: 2px 20px 4px 38px;
  color: #fff;
  position: relative;
  border-radius: 30px;
}
@media (max-width: 600px) {
  .type-wrap .type-wrap__txt h3 span {
    padding: 2px 20px 4px 34px;
  }
}
.type-wrap .type-wrap__txt h3 span:before {
  content: "";
  position: absolute;
  top: 1.1rem;
  left: 14px;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: #f9db00;
}
@media (max-width: 600px) {
  .type-wrap .type-wrap__txt h3 span:before {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.type-wrap .type-wrap__txt p {
  margin-top: 1.5rem;
}

/*--- Diff container ---*/
.diff-container {
  position: relative;
}
.diff-container .inner-box {
  background-color: #fff;
  border-radius: 30px;
  padding: 60px 60px 50px;
}
@media (max-width: 840px) {
  .diff-container .inner-box {
    padding: 50px 38px 45px;
  }
}
@media (max-width: 600px) {
  .diff-container .inner-box {
    padding: 40px 15px 30px;
    border-radius: 20px;
  }
}

.div-table-container .diff-table {
  border-collapse: separate;
  border-spacing: 4px;
  width: 100%;
}
@media (max-width: 600px) {
  .div-table-container .diff-table {
    border-spacing: 2px;
  }
}
.div-table-container .diff-table thead th {
  padding: 0.8rem;
  color: #fff;
  border-radius: 12px 12px 0 0;
  text-align: center;
}
@media (max-width: 600px) {
  .div-table-container .diff-table thead th {
    border-radius: 10px 10px 0 0;
    padding: 0.7rem;
  }
}
.div-table-container .diff-table thead th:nth-of-type(2) {
  background-color: #32b466;
}
.div-table-container .diff-table thead th:nth-of-type(3) {
  background-color: #ff9800;
}
.div-table-container .diff-table thead th.col-2 {
  width: 38%;
}
.div-table-container .diff-table tbody th, .div-table-container .diff-table tbody td {
  padding: 0.7rem;
  background-color: #f2f2f2;
  text-align: center;
}
@media (max-width: 600px) {
  .div-table-container .diff-table tbody th, .div-table-container .diff-table tbody td {
    padding: 0.7rem 0.4rem;
  }
}
.div-table-container .diff-table tbody th {
  background-color: #e6e6e6;
}
.div-table-container .diff-table tbody td {
  font-weight: 400;
}
.div-table-container .diff-table tbody td:nth-of-type(1) {
  background-color: #ccecd9;
}
.div-table-container .diff-table tbody td:nth-of-type(2) {
  background-color: #fff4da;
}

/*-------------------------
 Flow / Support
--------------------------*/
.flow {
  background-color: #32B466;
}
.flow:after {
  background-color: #32B466;
}

.list-3col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 60px 40px;
}
@media (max-width: 840px) {
  .list-3col {
    gap: 50px 20px;
  }
}
@media (max-width: 600px) {
  .list-3col {
    grid-template-columns: 1fr 1fr;
    gap: 30px 12px;
  }
}
.list-3col .card {
  position: relative;
  background-color: #fff;
  padding: 40px 30px 40px;
  border-radius: 30px;
}
@media (max-width: 840px) {
  .list-3col .card {
    border-radius: 20px;
    padding: 30px 20px 26px;
  }
}
@media (max-width: 600px) {
  .list-3col .card {
    padding: 20px 14px 18px;
    border-radius: 10px;
  }
}
.list-3col .card .number {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F9DB00;
}
@media (max-width: 600px) {
  .list-3col .card .number {
    width: 34px;
    height: 34px;
    top: -17px;
  }
}
.list-3col .card .number .en {
  font-weight: 600;
  font-size: 20px;
  color: #07A455;
}
@media (max-width: 600px) {
  .list-3col .card .number .en {
    font-size: 16px;
  }
}
.list-3col .card .icon {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.list-3col .card .icon img {
  width: 100px;
  max-width: 100%;
  height: auto;
}
@media (max-width: 600px) {
  .list-3col .card .icon img {
    width: 80px;
  }
}
.list-3col .card h5 {
  margin-top: 10px;
  line-height: 1.6;
}
@media (max-width: 600px) {
  .list-3col .card h5 {
    margin-top: 5px;
  }
}
.list-3col .card h5 span {
  display: block;
}
.list-3col .card h5 .en {
  font-weight: 500;
  color: #07A455;
}
.list-3col .card p {
  margin-top: 12px;
}
@media (max-width: 600px) {
  .list-3col .card p {
    margin-top: 5px;
    line-height: 1.6;
  }
}

/*-------------------------
 Support
--------------------------*/
@media (max-width: 600px) {
  .support-list {
    gap: 12px 12px;
  }
}

.support-list .card {
  padding: 50px 30px 46px;
}
@media (max-width: 840px) {
  .support-list .card {
    border-radius: 20px;
    padding: 30px 20px 26px;
  }
}
@media (max-width: 600px) {
  .support-list .card {
    padding: 10px 14px 14px;
    border-radius: 10px;
  }
}
.support-list .card .icon img {
  width: 110px;
}
@media (max-width: 600px) {
  .support-list .card .icon img {
    width: 90px;
  }
}
.support-list .card h5 {
  margin-top: 20px;
}
@media (max-width: 600px) {
  .support-list .card h5 {
    margin-top: 8px;
  }
}

.support {
  background-color: #FFC944;
}

/*---------------------------
Topics
----------------------------*/
.topics {
  overflow: hidden;
}

.topics .slide-swiper {
  width: 100%;
  overflow: visible;
}
.topics .slide-swiper .swiper-slide a:hover img {
  opacity: 1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.topics .slide-swiper .slide img {
  aspect-ratio: 300/380;
  border-radius: 20px;
}
@media (max-width: 600px) {
  .topics .slide-swiper .slide img {
    border-radius: 10px;
  }
}
.topics .slide-swiper .slide .slide-title {
  margin-top: 2rem;
}
.topics .slide-swiper .slide .cat {
  margin-top: 0.8rem;
  color: #07A455;
}

.topics .slide-swiper:not(.swiper-initialized) .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media (max-width: 840px) {
  .topics .slide-swiper:not(.swiper-initialized) .swiper-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }
}
@media (max-width: 600px) {
  .topics .slide-swiper:not(.swiper-initialized) .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

/*---------------------------
Information
----------------------------*/
.info-table {
  width: 100%;
}
.info-table th, .info-table td {
  border-bottom: 1px solid #bdbdbd;
  vertical-align: top;
  padding: 18px 10px;
  text-align: left;
}
@media (max-width: 600px) {
  .info-table th, .info-table td {
    padding: 16px 0px;
  }
}
.info-table th {
  width: 180px;
  font-weight: 600;
  border-bottom: 3px solid #07A455;
  text-align: center;
}
@media (max-width: 600px) {
  .info-table th {
    width: 82px;
  }
}
.info-table td {
  padding-left: 2rem;
}
@media (max-width: 600px) {
  .info-table td {
    padding-left: 0.8rem;
  }
}

/*---------------------------
Top Contact
----------------------------*/
.top-contact {
  background-color: #32B466;
}
.top-contact:after {
  background-color: #32B466;
}

.contact-box-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 150px 150px;
  gap: 10px;
}
@media (max-width: 600px) {
  .contact-box-container {
    grid-template-columns: 1fr;
    grid-template-rows: 120px 120px 120px;
    gap: 6px;
  }
}
.contact-box-container p {
  line-height: 1;
}
.contact-box-container a.box {
  background-color: #fff;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #07A455;
  cursor: pointer;
}
.contact-box-container a.box:hover {
  opacity: 0.85;
}
.contact-box-container a.box:nth-of-type(1) {
  border-top-left-radius: 20px;
}
@media (max-width: 600px) {
  .contact-box-container a.box:nth-of-type(1) {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
}
.contact-box-container a.box:nth-of-type(2) {
  border-top-right-radius: 20px;
}
@media (max-width: 600px) {
  .contact-box-container a.box:nth-of-type(2) {
    border-top-right-radius: 0;
  }
}
.contact-box-container a.box:nth-of-type(3) {
  grid-column: 1/3;
  text-align: center;
  background-color: #ffdc00;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 600px) {
  .contact-box-container a.box:nth-of-type(3) {
    grid-column: initial;
  }
}
.contact-box-container .icon {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-box-container .icon img {
  width: 34px;
  height: auto;
  margin-right: 5px;
  padding-top: 1px;
}
@media (max-width: 840px) {
  .contact-box-container .icon img {
    width: 28px;
  }
}
@media (max-width: 600px) {
  .contact-box-container .icon img {
    width: 26px;
  }
}
.contact-box-container .fs-20 {
  font-weight: 600;
}
@media (max-width: 840px) {
  .contact-box-container .fs-20 {
    font-size: 1.8rem;
  }
}
@media (max-width: 600px) {
  .contact-box-container .fs-20 {
    font-size: 1.6rem;
  }
}
.contact-box-container .fs-32 {
  font-weight: 600;
  margin-top: 10px;
}
@media (max-width: 840px) {
  .contact-box-container .fs-32 {
    font-size: 2.8rem !important;
  }
}
@media (max-width: 600px) {
  .contact-box-container .fs-32 {
    font-size: 2.6rem !important;
  }
}
.contact-box-container .fs-14 {
  margin-top: 10px;
}