@charset "utf-8";

/* *****************************************************************************

  index.html

***************************************************************************** */
/* section-heading */
.section-heading{
  color: #1d2c6b;
}
.section-heading.-line{
  display: flex;
  align-items: center;
}
.section-heading > .-en{
  font-size: 6rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
  margin-bottom: 1.8rem;
  white-space: nowrap;
}
.section-heading > .-main{
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;  
}
.section-heading.-line > .-main{
  padding-left: 4rem;
}

@media screen and (max-width: 1000px){
  /* section-heading */
  .section-heading{
    text-align: center;
  }
  .section-heading.-line{
    display: block;
  }
  .section-heading.-line > .-main{
    padding-left: 0;
  }
}

@media screen and (max-width: 760px){
  /* section-heading */
  .section-heading > .-en{
      font-size: 5.4rem;
  }
  .section-heading > .-main{
      font-size: 1.9rem;
  }
}

@media screen and (max-width: 640px){
  /* section-heading */
  .section-heading{
      display: block;
      text-align: center;
  }
  .section-heading > .-en{
      margin-bottom: 1.2rem;
  }
  .section-heading > .-main{
      padding-bottom: 0;
  }
}

/* section-topics */
.section-topics{
  padding-left: 6rem;
  padding-right: 6rem;
  margin-bottom: 10rem;
}
.section-topics > .-inner{
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1000px){
  /* section-topics */
  .section-topics{
    padding-left: 4rem;
    padding-right: 4rem;
    margin-bottom: 8rem;
  }
}

@media screen and (max-width: 760px){
  /* section-topics */
  .section-topics{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* topics-list-home */
.topics-list-home{
  width: 100%;
  margin-top: 3.5rem;
}
.topics-list-home > .-item{
  margin-top: 2.5rem;
  display: flex;
}
.topics-list-home > .-item:nth-child(1){
  margin-top: 0;
}
.topics-list-home > .-item .-date{
  /*color: #1d2c6b;*/
  color: #e46155;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  width: 15rem;
  font-size: 1.8rem;
  line-height: 1.75;
  padding-right: 2rem;
  white-space: nowrap;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
.topics-list-home > .-item > .-text{
  color: #e46155;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.75;
  flex: 1;
}

@media screen and (max-width : 760px){
  /* topics-list-home */
  .topics-list-home > .-item{
    display: block;
  }
  .topics-list-home > .-item > .-date{
    width: 100%;
  }
}








/* contents-box-wrap" */
.contents-box-wrap{
  padding-left: 6rem;
  padding-right: 6rem;
}
.contents-box-wrap > .-inner{
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 1000px){
  /* contents-box-wrap" */
  .contents-box-wrap{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .contents-box-wrap > .-inner{
    display: block;
  }
}

@media screen and (max-width: 760px){
  /* contents-box-wrap" */
  .contents-box-wrap{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* section-box */
.section-box{
  width: 50%;
  margin-bottom: 10rem;
}
.section-box:nth-child(odd){
  padding-right: 2rem;
}
.section-box:nth-child(even){
  padding-left: 2rem;
}

@media screen and (max-width: 1000px){
  /* section-box */
  .section-box{
    width: 100%;
    margin-bottom: 8rem;
  }
  .section-box:nth-child(odd){
    padding-right: 0;
  }
  .section-box:nth-child(even){
    padding-left: 0;
  }
}

/* section-box-primary */
.section-box-primary{
  padding-top: 3.5rem;
}
.section-box-primary > .-catch > p{
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.5;
}
.section-box-primary > .-text{
  padding-top: 2rem;
}
.section-box-primary > .-text > p{
  font-size: 1.6rem;
  line-height: 1.75;
}
.section-box-primary > .-button{
  padding-top: 3.8rem;
}

@media screen and (max-width: 1080px){
  /* section-box-primary */
  .section-box-primary > .-catch > p > .-break{
    display: none;
  }
}

@media screen and (max-width: 1000px){
  /* section-box-primary */
  .section-box-primary > .-catch,
  .section-box-primary > .-text,
  .section-box-primary > .-button{
    text-align: center;
  }
  .section-box-primary > .-catch > p > .-break{
    display: inline;
  }
}

@media screen and (max-width: 760px){
  /* section-box-primary */
  .section-box-primary > .-catch > p{
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 580px){
  /* section-box-primary */
  .section-box-primary > .-catch,
  .section-box-primary > .-text{
    text-align: left;
  }
}

@media screen and (max-width: 510px){
  /* section-box-primary */
  .section-box-primary > .-catch > p > .-break{
    display: none;
  }
}

/* section-box-link */
.section-box-link > a{
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  color: #1d2c6b;
}
.section-box-link > a:hover{
  opacity: 0.75;
}
.section-box-link > a > .-en{
  font-size: 6rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
  padding-right: 4rem;
}
.section-box-link > a > .-main{
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 1.619;
}
.section-box-link > a > .-main > span{
  display: inline-block;
  background: url(/assets/images/arrow-link-circle-blue.svg) center right no-repeat;
  background-size: 22px auto;
  padding-right: 5.2rem;
}

@media screen and (max-width: 1000px){
  /* section-box-link */
  .section-box-link{
    text-align: center;
  }
  .section-box-link > a{
    display: block;
  }
  .section-box-link > a > .-en{
    padding-right: 0;
    padding-bottom: 1.6rem;
  }
}

@media screen and (max-width: 760px){
  /* section-box-link */
  .section-box-link > a > .-main{
      font-size: 1.9rem;   
  }
  .section-box-link > a > .-main > span{
    padding-right: 4.2rem;
  }
}

/* hero slider styles */
.hero{
  margin-bottom: 8rem;
  overflow: hidden;
  padding-top: 4rem;
  padding-right: 6rem;
  padding-left: 6rem;
  position: relative;
}

@media screen and (max-width: 760px){
  .hero{
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

/* hero-inner */
.hero-inner{
  margin: auto;
  max-width: 1060px;
  overflow: visible;
  position: relative;
}
.hero-inner::after{
  background-color: #1d2c6b;
  content: '';
  display: block;
  /* height: 308px; */
  height: calc((28.89vw * tan(8.5deg) * 2) + 17.22vw);
  position: absolute;
  top: calc(20.1rem + 12rem);
  left: calc(-50vw + 50%);
  transform: skewY(-8.5deg);
  width: 100vw;
  z-index: 4;
}

@media screen and (max-width: 1180px){
  /* hero-inner */
  .hero-inner::after{
    top: calc(17.03vw + 12rem);
  }
}

@media screen and (max-width: 760px){
  /* hero-inner */
  .hero-inner::after{
    height: calc((80vw * tan(8.5deg) * 2) + 47.68vw);
    top: calc(28.36vw + 6rem);
  }
}

/* hero-text */
.hero-text{
  margin-bottom: 6rem;
  width: 71.1rem;
}
.hero-text img{
  height: auto;
  width: 100%;
}

@media screen and (max-width: 1180px){
  /* hero-text */
  .hero-text{
    width: 60.25vw;
  }
}

@media screen and (max-width: 760px){
  /* hero-text */
  .hero-text{
    margin-bottom: 4rem;
    width: 100%;
  }
}

/* hero-slide */
.hero-slide{
  overflow: visible;
  position: relative;
  transform: rotate(-8.5deg);
  left: calc(-50vw + 50%);
  width: 100vw;
  z-index: 5;
}
.hero-slide .swiper{
  height: 100%;
  overflow: visible;
  width: 100%;
}
.hero-slide .swiper-slide{
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  overflow: visible;
  margin-right: 6.38vw;
  margin-left: -3.19vw;
}

@media screen and (max-width: 760px){
  /* hero-slide */
  .hero-slide .swiper-slide{
    margin-right: 1.33vw;
    margin-left: 4vw;
  }
}

/* hero-item */
.hero-item{
  transform: rotate(8.5deg);
}
.hero-item-inner{
  height: calc((28.89vw * tan(8.5deg) * 2) + 17.22vw);
  transform: skewY(-8.5deg);
  position: relative;
  overflow: hidden;
  width: 28.89vw;
}
.hero-item-inner img{
  height: calc((28.89vw * tan(8.5deg)) + 100%);
  object-fit: cover;
  position: absolute;
  top: calc(28.89vw * tan(8.5deg) * -1);
  left: 0;
  transform: skewY(8.5deg);
  transform-origin: left top;
  width: 100%;
}

@media screen and (max-width: 760px){
  /* hero-item */
  .hero-item-inner{
    height: calc((80vw * tan(8.5deg) * 2) + 47.68vw);
    width: 80vw;
  }
  .hero-item-inner img{
    height: calc((80vw * tan(8.5deg)) + 100%);
    top: calc(80vw * tan(8.5deg) * -1);
  }
}

/* hero-concept */
.hero-concept{
  background-color: #f1f2f6;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.4rem;
  align-items: end;
  padding-top: 16rem;
  padding-bottom: calc(7rem + 13.06vw);
  position: relative;
}
.hero-concept::before{
  background-color: #f1f2f6;
  content: '';
  height: calc(100% + 50vw * tan(8.5deg));
  position: absolute;
  top: calc(50vw * tan(8.5deg) * -1);
  left: calc(-50vw + 50%);
  width: 100vw;
  z-index: 1;
}
.hero-concept::after{
  background: url(../images/home/hero_background.svg) center center no-repeat;
  background-size: contain;
  content: '';
  height: 13.06vw;
  position: absolute;
  bottom: 0;
  left: calc(-50vw + 50%);
  width: 100vw;
  z-index: 2;
}

@media screen and (max-width: 1000px){
  /* hero-concept */
  .hero-concept{
    grid-template-columns: 1fr;
    gap: 4.4rem;
  }
}

@media screen and (max-width: 760px){
  /* hero-concept */
  .hero-concept{
    grid-template-columns: 1fr;
    gap: 3rem;
    padding-top: 10rem;
  }
}

/* hero-concept text */
.hero-concept > .-text{
  position: relative;
  z-index: 3;
}
.hero-concept > .-text > p{
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75; 
}
.hero-concept > .-text > p + p{
  margin-top: 1.75em;
}

@media screen and (max-width: 1000px){
  /* hero-concept text */
  .hero-concept > .-text{
    text-align: center;
  }
}

@media screen and (max-width: 760px){
  /* hero-concept text */
  .hero-concept > .-text{
    text-align: center;
  }
  .hero-concept > .-text > p{
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 580px){
  /* hero-concept text */
  .hero-concept > .-text{
    text-align: left;
  }
}

/* hero-concept image */
.hero-concept > .-image{
  order: -1;
  position: relative;
  z-index: 3;
}
.hero-concept > .-image > img{
  margin: auto;
  width: 57.87%;
}

@media screen and (max-width: 760px){
  /* hero-concept image */
  .hero-concept > .-image{
    padding-top: 10.67vw;
  }
}

/* hero-concept-check */
.hero-concept-check{
  margin-top: 3.2rem;
}
.hero-concept-check > .-check{
  background-color: #1d2c6b;
  border-radius: 100vw;
  color: #ffffff;
  display: inline-block;
  font-size: 1.4rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  line-height: 1; 
  margin-bottom: 10px;
  padding: 0.5em 1em;
}
.hero-concept-check > .-link > a{
  background: url(/assets/images/arrow-link-circle-blue.svg) center right no-repeat;
  background-size: 22px auto;
  border-bottom: 1px solid #1d2c6b;
  display: inline-block;
  font-size: 1.8rem;
  padding-right: calc(1em + 22px);
}

@media screen and (max-width: 760px){
  /* hero-concept-check */
  .hero-concept-check > .-check{
    font-size: 1.3rem;
  }
  .hero-concept-check > .-link > a{
    font-size: 1.6rem;
  }
}

/* hero-ornament */
.hero-ornament{
  position: absolute;
  z-index: 6;
}
.hero-ornament > img{
  height: auto;
  width: 100%;
}
.hero-ornament.-ornament01{
  top: -4rem;
  right: -3rem;
  width: 30.2rem;
}
.hero-ornament.-ornament02{
  top: 30.4rem;
  left: -10.5rem;
  width: 9rem;
}
.hero-ornament.-ornament03{
  top: calc(20.1rem + 6rem + (28.89vw * tan(8.5deg) * 2) + 17.22vw + 2rem);
  left: 6rem;
  width: 8.4rem;
}
.hero-ornament.-ornament04{
  top: 26rem;
  left: 25.7rem;
  width: 8.5rem;
}
.hero-ornament.-ornament05{
  top: calc(20.1rem + 6rem + (28.89vw * tan(8.5deg) * 2) + 17.22vw - 13.6rem);
  left: 46.6rem;
  width: 24.4rem;
}
.hero-ornament.-ornament06{
  top: 18.7rem;
  right: 34.8rem;
  width: 12.4rem;
}
.hero-ornament.-ornament07{
  top: 12.5rem;
  right: -12.2rem;
  width: 10.4rem;
}
.hero-ornament.-ornament08{
  top: 2.8rem;
  right: -3.5rem;
  width: 24.2rem;
}
.hero-ornament.-ornament09{
  top: 4.5rem;
  left: -1.8rem;
  width: 8rem;
}
.hero-ornament.-ornament10{
  top: 0.3rem;
  right: 1.5rem;
  width: 11.4rem;
}
.hero-ornament.-ornament11{
  bottom: -6.6rem;
  left: -12.3rem;
  width: 10.4rem;
}
.hero-ornament.-ornament12{
  bottom: 1.8rem;
  right: 2.3rem;
  width: 2.8rem;
}
.hero-ornament.-ornament13{
  bottom: -12.3rem;
  right: 22.7rem;
  width: 8.4rem;
}
.hero-ornament.-ornament14{
  bottom: -5.6rem;
  right: -5.6rem;
  width: 9.6rem;
}

@media screen and (max-width: 1180px){
  /* hero-ornament */
  .hero-ornament.-ornament01{
    top: -3.39vw;
    right: -2.54vw;
    width: 25.59vw;
  } 
  .hero-ornament.-ornament02{
    top: 25.76vw;
    left: -8.9vw;
    width: 7.63vw;
  }
  .hero-ornament.-ornament03{
    top: calc(17.03vw + 5.1vw + (28.89vw * tan(8.5deg) * 2) + 17.22vw + 1.69vw);
    left: 5.08vw;
    width: 7.12vw;
  }
  .hero-ornament.-ornament04{
    top: 22.03vw;
    left: 21.78vw;
    width: 7.2vw;
  }
  .hero-ornament.-ornament05{
    top: calc(17.03vw + 5.1vw + (28.89vw * tan(8.5deg) * 2) + 17.22vw - 11.53vw);
    left: 39.49vw;
    width: 20.68vw;
  }
  .hero-ornament.-ornament06{
    top: 15.85vw;
    right: 29.49vw;
    width: 10.51vw;
  }
  .hero-ornament.-ornament07{
    top: 10.59vw;
    right: -10.34vw;
    width: 8.81vw;
  }
  .hero-ornament.-ornament08{
    top: 2.37vw;
    right: -2.97vw;
    width: 20.51vw;
  }
  .hero-ornament.-ornament09{
    top: 3.81vw;
    left: -1.53vw;
    width: 6.8vw;
  }
  .hero-ornament.-ornament10{
    top: 0.25vw;
    right: 1.27vw;
    width: 9.66vw;
  }
  .hero-ornament.-ornament11{
    bottom: -5.99vw;
    left: -10.42vw;
    width: 8.81vw;
  }
  .hero-ornament.-ornament12{
    bottom: 1.53vw;
    right: 1.95vw;
    width: 2.37vw;
  }
  .hero-ornament.-ornament13{
    bottom: -10.42vw;
    right: 19.24vw;
    width: 7.12vw;
  }
  .hero-ornament.-ornament14{
    bottom: -4.75vw;
    right: -4.75vw;
    width: 8.14vw;
  }
}

@media screen and (max-width: 760px){
  /* hero-ornament */
  .hero-ornament.-ornament01,
  .hero-ornament.-ornament03,
  .hero-ornament.-ornament04,
  .hero-ornament.-ornament05,
  .hero-ornament.-ornament07{
    display: none;
  }
  .hero-ornament.-ornament02{
    top: calc(28.36vw + 2rem);
    left: -9.6vw;
    width: 24vw;
  }
  .hero-ornament.-ornament06{
    top: calc(28.36vw - 2rem);
    right: -2.67vw;
    width: 33.07vw;
  }
  .hero-ornament.-ornament08{
    top: -8vw;
    right: -9.33vw;
    width: 64.53vw;
  }
  .hero-ornament.-ornament09{
    top: -5.33vw;
    left: -7.6vw;
    width: 21.33vw;
  }
  .hero-ornament.-ornament10{
    top: 5.33vw;
    right: 2.67vw;
    width: 30.4vw;
  }
  .hero-ornament.-ornament11{
    bottom: -8vw;
    left: -2.67vw;
    width: 27.73vw;
  }
  .hero-ornament.-ornament12{
    bottom: 5.33vw;
    right: -1.33vw;
    width: 7.47vw;
  }
  .hero-ornament.-ornament13{
    bottom: calc(-16.88vw - 2rem);
    right: auto;
    left: 5.33vw;
    width: 22.4vw;
  }
  .hero-ornament.-ornament14{
    bottom: calc(-16.88vw - 4rem);
    right: -1.33vw;
    width: 25.6vw;
  }
}
