@charset "UTF-8";

/* ==========================================================================
    main style
============================================================================= */
.bg-white {
  background-color: #fff;
}

.bg-gray {
  background-color: #f8f8f8;
}

#documents {
  background: url(../images/top/v2_mv_bg.png) no-repeat 0 0 / 100% auto;
}

.txt {
  font-size: 1.6rem;
}


/* ------------------------------------------------------------
    mv
------------------------------------------------------------ */
.p-mv {
  overflow: hidden;
  position: relative;
  margin-inline: 2.777vw;
}

.p-mv__bg img {
  border-radius: 20px;
  height: 600px;
  object-fit: cover;
  max-width: inherit;
  width: 100%;
}

.p-mv__text {
  background-color: #fff;
  border-radius: 0 10px 0 0;
  color: var(--color-coa-black);
  position: absolute;
  left: 0;
  bottom: -2px;
  padding: 3.4722vw 3.4722vw 0;
}

.p-mv__text .ttl {
  font-size: clamp(2.4rem, 2.5vw, 3.6rem);
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}

.p-mv__text .txt {
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (min-width: 576px) {
  .p-mv__text::before, .p-mv__text::after {
    background: url(../images/top/v2_mv_curve.svg) no-repeat 0 0 / 100% auto;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
  }
  
  .p-mv__text::before {
    right: -20px;
    bottom: 0;
  }
  
  .p-mv__text::after {
    top: -19px;
    left: 0;
  }
}

@media screen and (max-width: 575.98px) {
  .p-mv__bg img {
    height: 400px;
  }

  .p-mv__text {
    position: static;
  }

  .p-mv__text .ttl {
    position: absolute;
    padding: 12px;
    background: #fff;
    border-radius: 0 10px 0 20px;
    font-weight: bold;
    letter-spacing: 2.4px;
    top: calc(400px - 50px);
    left: 0;
  }

  .p-mv__text .ttl::before, .p-mv__text .ttl::after {
    background: url(../images/top/v2_mv_curve.svg) no-repeat 0 0 / 100% auto;
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
  }

  .p-mv__text .ttl::before {
    right: -10px;
    bottom: 6px;
  }

  .p-mv__text .ttl::after {
    top: -9px;
    left: 0;
  }

  .p-mv__text .txt {
    font-size: 1.3rem;
  }
}


/* ------------------------------------------------------------
    strendth
------------------------------------------------------------ */
.p-strength {
  padding-top: 90px;
}

.p-strength .hdg-1 {
  margin-bottom: 40px;
}

.p-strength .l-column.col-3 {
  margin-block-end: 40px;
}

@media screen and (max-width: 767.98px) {
  .p-strength .card__cont .ttl em {
    font-size: 1.6rem;
    padding-right: 30px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 575.98px) {
  .p-strength .l-column.col-3 {
    flex-direction: column;
  }
}


/* ------------------------------------------------------------
    wecan
------------------------------------------------------------ */
.p-wecan {
  margin-block-start: 80px;
  padding: 90px 0 0;
  position: relative;
}

.p-wecan::before,
.p-wecan::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -10;
}

.p-wecan::before {
  background: var(--gradi-coa);
  border-radius: 0 20px 20px 0;
  position: absolute;
  left: 0;
  width: calc(100% - 2.7778vw);
  height: calc(100% - 40px);
}

.p-wecan::after {
  background: url(../images/top/v2_wecan_bg.svg) no-repeat 0 0 / 100% auto;
  content: "";
  position: absolute;
  right: 6.25vw;
  height: 27.7778vw;
  width: 62.8472vw;
}

.p-wecan__wrap {
  position: relative;
}

.p-wecan__wrap::before,
.p-wecan__wrap::after {
  content: "";
  position: absolute;
  z-index: -5;
}

.p-wecan__wrap::before {
  background: url(../images/top/v2_wecan_ill_01.svg) no-repeat right 0 / contain;
  width: 20vw;
  height: 14.930556vw;
  right: 0;
  top: calc(-4.8611vw - 90px);
  max-width: 360px;
  max-height: 215px;
  min-width: 110px;
  min-height: 80px;
}

.p-wecan__wrap::after {
  background: url(../images/top/v2_wecan_ill_02.svg) no-repeat 0 0 / contain;
  width: 15.9667vw;
  max-width: 288px;
  height: 16.6667vw;
  max-height: 240px;
  left: 0;
  top: calc(12.63889vw - 90px);
}

.p-wecan .hdg-1,
.p-wecan .lead {
  margin-bottom: 40px;
  text-align: center;
}

.p-wecan__order>li {
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 4px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 50px rgba(0, 0, 0, 0.05);
  position: relative;
}

.p-wecan__order .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0 50px;
  position: relative;
  gap: 24px;
}

.p-wecan__order .cont:hover {
  transform: scale(1.1);
  opacity: 1;
}

.p-wecan__order .icon {
  background-color: rgba(54, 159, 204, 0.06);
  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;
  width: 140px;
  height: 140px;
}

.p-wecan__order .icon img {
  max-width: 74px;
}

.p-wecan__order .ttl {
  color: var(--color-coa-black);
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.p-wecan__order .ttl .en {
  color: #369fcc;
  display: block;
  font-size: 1.4rem;
  font-family: var(--font-coa-en);
  font-weight: bold;
}

.p-wecan__list {
  margin-block-start: 50px;
}

@media screen and (max-width: 1100px) {
  .p-wecan__wrap {
    width: 100%;
  }
}

@media screen and (max-width: 767.98px) {
  .p-wecan__list {
    padding-bottom: 0;
  }

  .p-wecan__order .cont {
    gap: 16px;
    padding: 20px 6px;
  }

  .p-wecan__order .icon {
    width: 102px;
    height: 102px;
  }

  .p-wecan__order .icon img {
    width: 46px;
  }

  .p-wecan__order .ttl {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 575.98px) {
  .p-wecan .lead br {
    display: none;
  }
}


/* ------------------------------------------------------------
    Social Intiatives
------------------------------------------------------------ */
.p-social {
  background-color: #fff;
  padding: 80px 0;
}

.p-social .hdg-1 {
  margin-bottom: 52px;
}

.p-social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.p-social__list .figure {
  aspect-ratio: 1.577/1;
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-social__list>li {
    -ms-flex-preferred-size: calc(33.33% - 26.667px);
    flex-basis: calc(33.33% - 26.667px);
  }
}

@media screen and (max-width: 767.98px) {
  .p-social .hdg-1 {
    margin-bottom: 30px;
  }

  .p-social__list>li {
    -ms-flex-preferred-size: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
  }
}

@media screen and (max-width: 575.98px) {
  .p-social__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}


/* ------------------------------------------------------------
    Other
------------------------------------------------------------ */
.p-other {
  background-color: #fff;
}

.p-other .l-container {
  margin-bottom: -60px;
}

.p-other__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-transform: translateY(-60px);
  transform: translateY(-60px);
}

.p-other__list .figure {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#67bee4), to(#007cb1));
  background: -webkit-linear-gradient(left, #67bee4 0%, #007cb1 100%);
  background: linear-gradient(90deg, #67bee4 0%, #007cb1 100%);
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .p-other {
    padding-bottom: 80px;
  }

  .p-other__list>li {
    -ms-flex-preferred-size: calc(50% - 15px);
    flex-basis: calc(50% - 15px);
  }
}

@media screen and (max-width: 767.98px) {
  .p-other {
    padding-bottom: 60px;
  }

  .p-other__bg {
    height: 260px;
  }

  .p-other__bg img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }

  .p-other__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-other__list .figure {
    min-height: 170px;
  }

  .p-other__list .figure img {
    width: 80px;
  }
}

/* ------------------------------------------------------------
    Footer banner
------------------------------------------------------------ */
.p-footer__bnr {
  background-color: #f8f8f8;
  border-radius: 20px;
  margin: 30px 2.777vw 0;
  padding: 80px 20px;
}

.p-footer__bnr li {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-footer__bnr li .ttl {
  color: var(--color-coa-black);
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.p-footer__bnr li .ttl .en {
  color: #369fcc;
  display: block;
  font-size: 1.4rem;
  font-family: var(--font-coa-en);
  font-weight: normal;
  line-height: 1;
}

.p-footer__bnr--support {
  margin-block-start: 34px;
}

.p-footer__bnr--support li a {
  align-items: center;
  display: flex;
  color: var(--color-coa-black);
  gap: 20px;
  padding: 20px;
}

.p-footer__bnr--support li a .icon {
  border-radius: 50%;
  background-color: #FFD476;
  display: grid;
  place-content: center;
  flex-basis: 80px;
  height: 80px;
}

.p-footer__bnr--support li:first-child a .icon {
  background-color: #B6D97B;
}

.p-footer__bnr--support li a .detail {
  flex-basis: calc(100% - 80px - 20px);
}

.p-footer__bnr--support li .ttl {
  display: flex;
  gap: 10px;
  align-items: center;
  text-align: left;
}

.p-footer__bnr--support li .ttl::after {
  color: var(--color-coa-orange);
  content: '\f054';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 1.6rem;
}

@media screen and (max-width: 1199.98px) {
  .p-footer__bnr {
    margin-inline: 20px;
  }
}

@media screen and (max-width: 767.98px) {
  .p-footer__bnr {
    padding: 60px 10px;
  }

  .p-footer__bnr .l-column.col-3 {
    gap: 20px;
  }

  .p-footer__bnr li .ttl {
    font-size: 1.4rem;
  }

  .p-footer__bnr--link a {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 120px;
    padding: 15px 5px;
  }

  .p-footer__bnr--support li a .icon {
    flex-basis: 60px;
    height: 60px;
  }

  .p-footer__bnr--support li a .icon img {
    margin-inline: auto;
    width: 70%;
  }

  .p-footer__bnr--support li a .detail {
    flex-basis: calc(100% - 60px - 20px);
  }
}

@media screen and (max-width: 575.98px) {
  .p-footer__bnr .l-column.col-3 {
    flex-direction: column;
  }

  .p-footer__bnr--link a {
    min-height: 90px;
  }
}

@keyframes slide_img {
  0% {
    right: -50vw
  }

  100% {
    right: 0;
  }
}