@charset "UTF-8";

/**/
/* for pc*/
@media screen and (min-width: 768px) {
  main{
    position: relative;
  }
  .pankuzu{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  .pankuzu ul li,
  .pankuzu ul li a{
    color: #fff;
  }
}


/*intro
--------------------------------- */
.intro{
  position: relative;
}
.intro div{
  position: absolute;
  left: 50%;
  top: 18%;
  transform: translate(-50%,0);
  color: var(--color-white);
  text-align: center;
}
.intro div img{
  display: block;
  /*max-width: 244px;*/
  max-width: 360px;
  margin: 0 auto;
}
.intro div img + h2{
  margin: 30px 0 0 0;
  padding-left: 0.2em;
  font-size: clamp(calc(35px * var(--font-markup)), calc(35vw / var(--vw-sp)), 35px);/*35 / 24*/
  font-feature-settings: "palt";
  letter-spacing: 0.2em;
}

/* for sp*/
@media screen and (max-width: 767px) {
  .intro{}
  .intro div{
    top: 10%;
    width: 100%;
  }
  .intro div img{
    width: 50%;
  }
  .intro div img + h2{
    margin: 10px 0 0 0;
    padding-left: 0.1em;
    font-size: clamp(calc(24px * var(--font-markup)), calc(24vw / var(--vw-sp)), 24px);/*35 / 24*/
    letter-spacing: 0.2em;
  }
}


/*keyword
--------------------------------- */
.keyword{
  padding: 0 0 140px 0;
}
.keyword > section{
  max-width: 750px;
  margin: 120px auto 0 auto;
}

.keyword > section .ttl{
  /*width: 320px;*/
  /*width: 600px;*/
  margin: 0 auto;
}
.keyword > section .ttl img{
  display: block;
  width: clac((240 / 750) * 100%);
  margin: 0 0 0 auto;
}
.keyword > section .ttl h3{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /*height: 80px;*/
  height: 130px;
  margin: 0;
  background: var(--color-white);
  border: 1px solid var(--color-key01);
}
.keyword > section .ttl h3 strong{
  margin: 10px 0 0 0;
  font-size: 150%;
  font-weight: normal;
  line-height: 1.0;
}
.keyword > section .ttl + div{
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0 0;
}
.keyword > section:nth-of-type(2n) .ttl + div{
  flex-direction: row-reverse;
}
.keyword > section .ttl + div .txt{
  width: calc((300 / 750) * 100%);
  text-align: left;
}
.keyword > section .ttl + div .img{
  position: relative;
  width: calc((400 / 750) * 100%);
}

.keyword > section .ttl + div .img p{
  position: absolute;
  right: 10px;
  top: -30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: var(--color-key01);
  color: var(--color-white);
  font-size: clamp(calc(14px * var(--font-markup)), calc(14vw / var(--vw-pc)), 14px);/*14 / 12*/
  line-height: 1.0;
}
.keyword > section:nth-of-type(2n) .ttl + div .img p{
  right: auto;
  left: 10px;
}
.keyword > section .ttl + div .img p span{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 0 0;
}
.keyword > section .ttl + div .img p strong{
  font-size: 200%;
  font-weight: 400;
  line-height: 1.0;
}
.keyword > section .ttl + div .img p i{
  margin-top: 5px;
  font-style: normal;
}

.keyword > section .btn{
  max-width: 230px;
  height: 40px;
  margin: 35px auto 0 0;
  border-radius: 200px;
  font-size: clamp(calc(16px * var(--font-markup)), calc(16vw / var(--vw-pc)), 16px);/*16 / 15*/
}
.keyword > section .btn a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  background: var(--color-key01);
  border-radius: inherit;
  color: var(--color-white);
  text-decoration: none;
}
.keyword > section .btn a::after{
  content: "";
  display: block;
  width: 30px;
  height: 7px;
  background: url("../img/cmn/ico_arrow_wh.svg") no-repeat right center;
  background-size: cover;
  transition: var(--transition-duration01);
}


.keyword > section .btn a:hover{
  background: var(--color-def01);
}
.keyword > section .btn a:hover::after{
  transform: translateX(5px);
}

/* for sp*/
@media screen and (max-width: 767px) {
  .keyword{
    padding-bottom: 80px;
  }
  .keyword > section{
    margin-top: 60px;
  }

  .keyword > section .ttl{
    /*width: 80%;
    max-width: 320px;*/
  }
  .keyword > section .ttl img{
    width: 60%;
  }
  .keyword > section .ttl h3{
    height: 90px;
    font-size: clamp(calc(16px * var(--font-markup)), calc(16vw / var(--vw-sp)), 16px);
    letter-spacing: normal;
  }
  .keyword > section .ttl h3 strong{
    letter-spacing: 0.15em;
  }
  .keyword > section .ttl + div{
    display: block;
    margin-top: 30px;
  }
  .keyword > section:nth-of-type(2n) .ttl + div{}
  .keyword > section .ttl + div .txt{
    width: 100%;
  }
  .keyword > section .ttl + div .img{
    width: 100%;
    margin-top: 40px;
  }

  .keyword > section .ttl + div .img p{
    top: -30px;
    width: 120px;
    height: 120px;
    font-size: clamp(calc(12px * var(--font-markup)), calc(12vw / var(--vw-sp)), 12px);/*14 / 12*/
  }
  .keyword > section:nth-of-type(2n) .ttl + div .img p{
    right: 10px;
    left: auto;
  }
  .keyword > section .ttl + div .img p span{}
  .keyword > section .ttl + div .img p strong{}
  .keyword > section .ttl + div .img p i{}

  .keyword > section .btn{
    max-width: 200px;
    height: 36px;
    margin-top: 20px;
    font-size: clamp(calc(15px * var(--font-markup)), calc(15vw / var(--vw-sp)), 15px);/*16 / 15*/
  }
  .keyword > section .btn a{
    padding: 0 15px;
  }
  .keyword > section .btn a::after{
    width: 24px;
    height: 6px;
  }


  .keyword > section .btn a:hover{
    background: var(--color-def01);
  }
  .keyword > section .btn a:hover::after{
    transform: translateX(5px);
  }
}

/*brand
--------------------------------- */

.brand{
  padding: 130px 0;
  background: var(--color-white);
}
.brand section{
  max-width: 750px;
  margin: 120px auto 0 auto;
}
.brand section .devLogo{
  width: 80%;
  max-width: 370px;
  margin: 0 auto 60px auto;
}
.brand section ul{
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0 0;
}
.brand section ul li{
  width: calc((350 / 750) * 100%);
}
/* for sp*/
@media screen and (max-width: 767px) {
  .brand{
    padding: 60px 0;
  }
  .brand section{
    margin-top: 60px;
  }
  .brand section .devLogo{
    margin-bottom: 30px;
  }
  .brand section ul{
    margin-top: 20px;
  }
  .brand section ul li{
    width: calc((100% - 10px) / 2);
  }
  
}

/*message
--------------------------------- */

.message{
  padding: 0 0 130px 0;
  background: var(--color-white);
}
.message > div{
  position: relative;
  padding: 110px 0 130px 0;
  background: var(--color-def04);
}
.message > div::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 20px;
  background-color: transparent;  
  background-image: radial-gradient(circle, var(--color-key01) 1.5px, transparent 1.5px), radial-gradient(circle, var(--color-key01) 1.5px, transparent 1.5px);
  background-position: 0 3px, 4.5px 9px;
  background-size: 9px 12px;
}
.message section{
  max-width: 650px;
  margin: 100px auto 0 auto;
}
.message section + section{
  padding: 100px 0 0 0;
  border-top: 1px solid #bbb;
}
.message .ttlEn02{
  font-size: clamp(calc(40px * var(--font-markup)), calc(40vw / var(--vw-pc)), 40px);/*40 / 32*/
}
.message .ttlEn02 .fJa{
  padding-top: 30px;
  font-size: clamp(calc(18px * var(--font-markup)), calc(18vw / var(--vw-pc)), 18px);/*18 / 16*/
}

.message section .data{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 0 55px 0;
}
.message section .data figure{
  width: 175px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0 0 25px;
}
.message section .data dt,
.message section .data dd{
  text-align: left;
  line-height: 1.4;
}
.message section .data dt{
  font-size: clamp(calc(16px * var(--font-markup)), calc(16vw / var(--vw-pc)), 16px);/*16 / 12*/
}
.message section .data dd{
  margin: 5px 0 0 0;
}

/* for sp*/
@media screen and (max-width: 767px) {
  .message{
    padding-bottom: 60px;
  }
  .message > div{
    padding: 50px 0 60px 0;
  }
  .message > div::before{}
  .message section{
    width: 90%;
    margin-top: 50px;
  }
  .message section + section{
    padding-top: 50px;
  }
  .message .ttlEn02{
    font-size: clamp(calc(32px * var(--font-markup)), calc(32vw / var(--vw-sp)), 32px);/*40 / 32*/
  }
  .message .ttlEn02 .fJa{
    padding-top: 30px;
    font-size: clamp(calc(16px * var(--font-markup)), calc(16vw / var(--vw-sp)), 16px);/*18 / 16*/
    line-height: 1.6;
  }

  .message section .data{
    margin-bottom: 30px;
  }
  .message section .data figure{
    width: 90px;
    margin-left: 10px;
  }
  .message section .data dt{
    font-size: clamp(calc(12px * var(--font-markup)), calc(12vw / var(--vw-sp)), 12px);/*16 / 12*/
  }
  .message section .data dt,
  .message section .data dd{}
  .message section .data dd{}
  
}
/*set aos
--------------------------------- */
/* for pc*/
@media screen and (min-width: 768px) {
}

/* for sp*/
@media screen and (max-width: 767px) {
}







