@charset "utf-8";

@keyframes fadeinfv {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    filter: blur(0);
  }
}
main {
  padding-top: 240px;
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 88px;
  }
}
.fv {
  max-width: 1280px;
  padding: 0 80px;
  margin: 0 auto 216px;
  box-sizing: border-box;
  position: relative;
  min-height: 562px;
}
.fv_left {
  position: absolute;
  left: 110px;
  top: -70px;
  z-index: 2;
}
.fv_h1 {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 30px;
}
.fv_h1 img {
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  animation: fadeinfv 2s ease-in-out forwards;
  width: 100%;
  max-width: 605px;
  height: auto;
}
.fv_slide_container {
  position: absolute;
  right: 0;
  max-width: 736px;
  width: 100%;
  border-radius: 8px 0 0 8px;
  overflow: hidden;
  z-index: 1;
}
.fv_slide {
  position: absolute;
  width: 100%;
}
img[class^="fv_para"] {
  position: absolute;
  z-index: 0;
  transition: transform 0.1s linear;
}
.fv_para01 {
  width: 172px;
  top: -52px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.fv_para02 {
  width: 200px;
  top: 317px;
  left: -140px;
}
.fv_para03 {
  width: 294px;
  top: 630px;
  margin: 0 auto;
  left: 800px;
  right: 10px;
}
.slick-list,
.slick-track {
  height: 100%;
}
.slick-track {
  border-radius: 8px;
  overflow: hidden;
}
.slick-track > div {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}
.slick-track > div > img {
  width: 66px;
  position: absolute;
  right: 32px;
  bottom: 32px;
}
.fv_slide01 {
  background-image: url(../img/top/fv_slide01.png);
}
.fv_slide02 {
  background-image: url(../img/top/fv_slide02.png);
}
.fv_slide03 {
  background-image: url(../img/top/fv_slide03.png);
}
.fv_slide04 {
  background-image: url(../img/top/fv_slide04.png);
}
.fv_slide_container,
.slick-slider {
  height: 100%;
}
@media screen and (min-width: 1290px) {
  .fv {
    max-width: initial;
  }
  .fv_left {
    width: fit-content;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateX(-228px);
  }
  .fv_slide_container {
    height: 561px;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: translateX(50%);
    overflow: visible;
  }
  .fv_slide {
    height: 561px;
  }
  .slick-slider {
    width: 50vw;
    overflow-y: hidden;
  }
}
.search_input {
  background-color: initial;
}
@media screen and (max-width: 768px) {
  .fv {
    max-width: 100%;
    padding: 0;
    margin: 0 0 99px;
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .fv_slide_container {
    max-width: 300px;
    height: 228px;
    right: 0;
    position: relative;
    align-self: flex-end;
  }
  .fv_left {
    position: relative;
    right: 0;
    top: 0;
    left: 0;
    margin: 33px auto 0;
    order: 1;
  }
  .fv_h1 img {
    max-width: 349px;
  }
  .search_form {
    max-width: 290px;
  }
  .search_input {
    padding: 12px 40px 12px 10px;
  }
  .fv_para01 {
    width: 92px;
    left: 20px;
    right: initial;
    top: -20px;
  }
  .fv_para02 {
    right: -30px;
    left: initial;
    top: 255px;
    width: 124px;
  }
  .fv_para03 {
    width: 120px;
    bottom: -130px;
    left: -10px;
    right: initial;
    top: initial;
  }
}
.slider-dots {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
  position: absolute;
  bottom: -3px;
  line-height: 0;
}
.slider-dots li {
  display: none;
  width: 100%;
  height: 10px;
}
.slider-dots li.slick-active {
  display: inline-block;
}
.slider-dots button {
  position: relative;
  width: 100%;
  height: 3.71px;
  border: 0;
  font-size: 0;
  background-color: var(--lightGray);
}
.slider-dots button:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0%;
  height: 100%;
}
.slider-dots .slick-active button:after {
  animation: progress 5.5s linear forwards;
}
.slider-dots .slick-active button.test:after {
  animation: progress 5s linear forwards;
}
.slider-dots li:nth-child(1).slick-active button:after {
  background-color: #e5001e;
}
.slider-dots li:nth-child(2).slick-active button:after {
  background-color: #d7a600;
}
.slider-dots li:nth-child(3).slick-active button:after {
  background-color: #00973b;
}
.slider-dots li:nth-child(4).slick-active button:after {
  background-color: #c60f28;
}

@-webkit-keyframes progress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@keyframes progress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .slider-dots {
    bottom: -4px;
  }
}

.hook_up {
  border-radius: 16px;
  max-width: 1300px;
  width: calc(100% - 140px);
  height: 880px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
  margin: 0 auto;
  padding: 0 9.5rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.hook_up .bg {
  background-image: url(../img/top/hook_up_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 105%;
  height: 100%;
  display: inline-block;
  z-index: 0;
}
.hook_up.active {
  max-width: 100%;
  width: 100%;
  border-radius: 0;
}
.hook_up * {
  color: #fff;
  position: relative;
  z-index: 1;
}
.hook_up_left {
  font-size: 32px;
  width: 360px;
  flex-shrink: 0;
  letter-spacing: 3.2px;
  font-family: var(--shippori-mincho);
}
.hook_up_right {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 518px;
}
.hook_up_right .japanese {
  font-size: 20px;
  letter-spacing: 3px;
  line-height: 220%;
  font-family: var(--shippori-mincho);
}
.hook_up_right .english {
  font-size: 13px;
  font-weight: 300;
  line-height: 240%;
  font-family: var(--kalnia);
  letter-spacing: 1.3px;
}
.hook_up .border {
  content: "";
  display: inline-block;
  border: 1px solid #fff;
  opacity: 0.3;
  height: 400px;
  transform: translateY(20px);
}
.hook_up_left,
.hook_up_right,
.hook_up .border {
  transform: translateY(100px);
}
@media screen and (max-width: 1150px) {
  .hook_up {
    flex-direction: column;
  }
  .hook_up_left {
    width: auto;
  }
  .hook_up .border {
    height: 1px;
    width: 40px;
  }
  .hook_up_left,
  .hook_up_right,
  .hook_up .border {
    transform: none;
  }
}
@media screen and (max-width: 1024px) {
  .hook_up {
    width: 100%;
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .hook_up {
    padding: 120px 20px;
    gap: 0;
    height: 100%;
  }
  .hook_up .bg {
    background-image: url(../img/top/hook_up_bg_sp.png);
  }
  .hook_up_left {
    font-size: 24px;
  }
  .hook_up .border {
    width: 100%;
    margin: 58px 0 48px;
  }
}
.pick_up_articles {
  margin: 220px auto 144px;
  padding: 0 20px;
  position: relative;
}
.pick_up_articles h2 {
  position: absolute;
  width: max-content;
  display: flex;
  margin: 0 auto;
  right: 0;
  left: 0;
  top: -120px;
  z-index: 0;
}
.pick_up_articles h2 span {
  font-size: 160px;
  letter-spacing: 8px;
  font-family: var(--kalnia);
  font-weight: 300;
  white-space: nowrap;
  color: var(--lightGray);
  animation: textScroll 20s infinite linear 0.1s both;
}
@keyframes textScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% / 2));
  }
}
.pick_up_articles-item {
  display: flex;
  align-items: flex-start;
  gap: 72px;
  max-width: 1025px;
  margin: 0 auto;
  position: relative;
}
.pick_up_articles-item-left {
  display: flex;
  flex-shrink: 0;
  max-width: 515px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.pick_up_articles-item-right {
  display: flex;
  flex-direction: column;
  gap: 32px;
  transform: translateY(60px);
}
.pick_up_articles-item h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 180%;
  letter-spacing: 3px;
  font-family: var(--hiragino);
}
.pick_up_articles-item-sentence {
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 950px) {
  .pick_up_articles-item-left {
    max-width: 450px;
  }
  .pick_up_articles-item h3 {
    text-wrap: initial;
  }
}
@media screen and (max-width: 768px) {
  .pick_up_articles {
    margin-bottom: 50px;
  }
  .pick_up_articles-item {
    flex-direction: column;
    align-items: center;
    transform: translateY(-40px);
    gap: 40px;
  }
  .pick_up_articles h2 span {
    font-size: 96px;
    font-weight: 300;
  }
  .pick_up_articles-item-left {
    border-radius: 4px;
  }
  .pick_up_articles-item-right {
    transform: none;
    gap: 24px;
  }
  .pick_up_articles-item h3 {
    font-size: 18px;
  }
}
.ranking {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
}
.interview {
  max-width: 1280px;
  margin: 180px auto 90px;
  padding: 0 20px;
  box-sizing: content-box;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .interview {
    margin: 87px auto 115px;
  }
}
.partner_companies {
  margin: 0 auto 212px;
  max-width: 1280px;
}
.partner_companies-border-wrap {
  border-top: 1px dotted var(--gray);
  border-bottom: 1px dotted var(--gray);
  padding: 68px 95px 68px 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 72px;
}
.partner_companies img {
  width: 166px;
}
.partner_companies h2 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 3.2px;
}
.partner_companies-list {
  display: flex;
  gap: 14px;
}
@media screen and (max-width: 1200px) {
  .partner_companies {
    padding: 0 20px;
  }
  .partner_companies-border-wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .partner_companies {
    margin-bottom: 105px;
  }
  .partner_companies h2 {
    font-size: 24px;
  }
  .partner_companies-list {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 25px 30px;
  }
  .partner_companies-item {
    flex-basis: calc(100% / 2 - 30px);
  }
  .partner_companies img {
    width: 100%;
  }
  .partner_companies-border-wrap {
    gap: 50px;
    padding: 53px 0 58px;
  }
}
.sdgs {
  background-image: url(../img/goals/bg/01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 1280px;
  width: calc(100% - 140px);
  height: 860px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 137px 109px 103px;
  transition: all 0.3s;
  position: relative;
  border-radius: 8px;
  z-index: 1;
}
.sdgs-outer {
  position: relative;
}
.sdgs_para04 {
  position: absolute;
  left: -130px;
  top: -70px;
  width: 200px;
  z-index: 0;
}
.sdgs_para05 {
  position: absolute;
  right: -130px;
  bottom: -120px;
  width: 294px;
  z-index: 0;
}
.sdgs_para04,
.sdgs_para05 {
  transition: transform 0.1s linear;
  will-change: transform;
}
.sdgs_para-wrap {
  position: absolute;
  max-width: 1280px;
  width: calc(100% - 140px);
  height: 860px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.sdgs.active {
  max-width: 100%;
  width: 100%;
  border-radius: 0;
}
.sdgs h2 {
  width: 346px;
}
.sdgs-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.sdgs-icons-item {
  width: calc(100% / 6 - 17px);
}
.sdgs-icons-link {
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0.2;
  display: inline-block;
}
.sdgs-icons-link:hover {
  transform: scale(0.9);
  opacity: 1;
}
.sdgs-wrap {
  display: flex;
  flex-direction: column;
  gap: 57px;
  max-width: 1060px;
}
@media screen and (max-width: 1100px) {
  .sdgs-icons-item {
    width: calc(100% / 5 - 16px);
  }
}
@media screen and (max-width: 768px) {
  .sdgs h2 {
    width: 284px;
  }
  .sdgs {
    height: 100%;
    padding: 100px 20px 72px;
    background-position: -730px -20px;
    width: 100%;
    border-radius: initial;
  }
  .sdgs-icons-item {
    width: calc(100% / 3 - 9px);
  }
  .sdgs-wrap {
    gap: 47px;
  }
  .sdgs-icons {
    gap: 13px;
  }
  .sdgs_para-wrap {
    width: 100%;
  }
  .sdgs_para04 {
    width: 138px;
    left: -17px;
    top: -60px;
  }
  .sdgs_para05 {
    width: 199px;
    right: -50px;
    bottom: -100px;
  }
  .sdgs-icons-link {
    opacity: 1;
  }
}
.column_and_news {
  max-width: 1280px;
  margin: 217px auto 195px;
}
.column_and_news h2 {
  padding: 0 20px;
  box-sizing: content-box;
  display: block;
}
.column_and_news h3 {
  font-size: 32px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 24px;
  letter-spacing: 1.6px;
  margin-bottom: 31px;
  box-sizing: content-box;
}
.column_and_news h3:before {
  content: "";
  display: block;
  background-color: var(--black);
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.column_and_news-box:not(:last-child) {
  margin-bottom: 60px;
}
.column_and_news-box {
  transform: translateX(20px);
}
@media screen and (max-width: 768px) {
  .column_and_news {
    margin: 85px auto 54px;
  }
  .column_and_news h3 {
    font-size: 24px;
    margin-bottom: 37px;
  }
  .column_and_news h3:before {
    height: 8px;
    width: 8px;
  }
  .column_and_news-box:not(:last-child) {
    margin-bottom: 40px;
  }
}
.smart_phone_app {
  display: flex;
  max-width: 970px;
  margin: 0 auto 160px;
  justify-content: space-between;
  gap: 48px;
  align-items: center;
  padding: 0 20px;
  box-sizing: content-box;
}
.smart_phone_app h2 {
  display: flex;
  flex-direction: column;
  margin: 10px 0 40px;
}
.smart_phone_app h2 p {
  font-size: 32px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 3.2px;
  white-space: nowrap;
  font-family: var(--shippori-mincho);
}
.smart_phone_app-detail-intro-text {
  font-size: 15px;
}
.smart_phone_app-image {
  max-width: 389px;
}
.smart_phone_app-detail-links {
  display: flex;
  gap: 20px;
}
.smart_phone_app-detail-link {
  max-width: 172px;
  transition: opacity 0.3s;
}
.smart_phone_app-detail-link:hover {
  opacity: 0.7;
}
.smart_phone_app .sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .smart_phone_app {
    flex-direction: column;
    margin-bottom: 179px;
  }
  .smart_phone_app-detail {
    order: 1;
  }
  .smart_phone_app-detail-links {
    justify-content: center;
  }
}
@media screen and (max-width: 798px) {
  .smart_phone_app {
    gap: 54px;
    margin-bottom: 136px;
  }
  .smart_phone_app-image {
    width: 252px;
  }
  .smart_phone_app-detail-intro-text {
    font-size: 13px;
    font-weight: 300;
  }
  .smart_phone_app h2 p {
    font-size: 24px;
    letter-spacing: 2px;
  }
  .smart_phone_app .pc {
    display: none;
  }
  .smart_phone_app .sp {
    display: block;
  }
  .smart_phone_app h2 p {
    white-space: initial;
  }
  .smart_phone_app h2 {
    text-wrap: initial;
  }
}
