@charset "utf-8";

#developer .head_wrap {
  height: 80px;
background-image: none;
background-color: #fff;
border-bottom: 4px solid #0b3e27;
}

#developer .header_ttl {
  max-width: 330px;
}

/* masters
============================== */
.masters {
  margin-top: 80px;
  padding: 60px 0;
  background-image: url(../images/developer/developer_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-bottom: 4px solid #0b3e27;
}
.masters_text {
  margin-top: 30px;
  color: #000;
}
.masters_text p {
  text-align: center;
  font-size: 18px;
  font-size: clamp(1.6rem, 1.032rem + 0.738vw, 1.8rem);
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .masters_text p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.06em;
    text-align: left;
  }
}


/* highness
============================== */
#developer .highness {
  margin-top: 80px;
  padding-bottom: 100px;
}
.highness .inner {
  max-width: 1180px;
}
#developer .highness .highness_logo {
  max-width: 360px;
  margin: 60px auto 0;
}
.highness_textBox p {
  text-align: center;
  font-size: 18px;
  font-size: clamp(1.4rem, 0.265rem + 1.476vw, 1.8rem);
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-top: 30px;
}
.title_series {
  position: relative;
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 80px;
  padding-bottom: 30px;
  margin-bottom: 60px;
}
.title_series::after {
  content: '';
  position: absolute;
  height: 3px;
  width: 130px;
  background-color: #0b3e27;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#developer .highness .flexBox {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 30px;
  row-gap: 40px;
}
#developer .highness .flexBox .flexItem {
  width: calc(100% / 3 - 30px);

}
#developer .highness .flexBox .flexItem p {
  text-align: center;
  font-size: 16px;
  font-size: clamp(1rem, -0.703rem + 2.214vw, 1.6rem);
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 14px;
}
#developer .highness .flexBox .flexItem figcaption {
  bottom: 0;
  font-size: 14px;
  background-color: rgba(0, 0, 0, .6);
}

@media screen and (max-width: 768px) {
  #developer .highness {
    margin-top: 0;
    padding-bottom: 0;
  }
  .highness_textBox p {
    font-size: 17px;
    line-height: 2.2;
    text-align: justify;
  }
  .title_series {
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-top: 60px;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  .title_series::after {
    width: 60px;
  }
  #developer .highness .flexBox {
    margin-top: 10px;
    display: block;
  }  
  #developer .highness .flexBox .flexItem {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
  #developer .highness .flexBox .flexItem:first-child {
    margin-top: 40px;
  }
  #developer .highness .flexBox .flexItem p {
    font-size: 16px;
    margin-top: 10px;
  }
}


/* outline
====================================== */
#developer .outline {
  padding-top: 10px;
  border-top: 2px solid #d1d1d1;
}
.title_outline {
  width: 238px;
  margin: 60px auto 0;
}
#developer .outline .outlineBox {
  margin: 60px auto 0;
}
#developer .outline dl {
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  display: flex;
  flex-wrap: wrap;
}
#developer .outline dl dt {
  background: #f3f1ed;
  width: 20%;
  text-align: center;
  padding: 20px;
  border-bottom: 1px solid #d1d1d1;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#developer .outline dl dd {
  border-bottom: 1px solid #d1d1d1;
  background-color: #fff;
  width: 80%;
  padding: 20px;
  font-size: 1.8rem;
  line-height: 1.6;
}
#developer .outline dl:first-child {
  border-top: 1px solid #d1d1d1;
}
#developer .outline .infoBtn {
  margin-top: 0px;
  font-size: clamp(2.4rem, 0.13rem + 2.952vw, 3.2rem);
}
#developer .btn_box {
  margin-top: 60px;
  display: flex;
  column-gap: 20px;
}
#developer .btn_box .btn {
  width: 100%;
  margin: 0;
}
#privacy .btn_box {
  margin-top: 60px;
  display: flex;
  column-gap: 20px;
}
#privacy .btn_box .btn {
  width: 100%;
  margin: 0;
}

@media only screen and (max-width:768px) {
  #developer .outline {
    margin-top: 70px;
    padding-top: 0;
  }
  .title_outline {
    width: 238px;
    margin: 60px auto 0;
  }
  #developer .outline .outlineBox {
    margin: 40px auto 0;
  }
  #developer .outline dl {
    display: block;
  }
  #developer .outline dl dt {
    padding: 10px 20px;
    width: 100%;
    font-size: 1.4rem;
    text-align: left;
    justify-content: left;
  }
  #developer .outline dl dd {
    padding: 10px 20px;
    width: 100%;
    font-size: 14px;
  }
  #developer .outline .infoBtn {
    max-width: 280px;
  }
  #developer .btn_box {
    margin-top: 50px;
    flex-direction: column;
    row-gap: 16px;
  }
  #developer .btn_box .btn a {
    margin: 0;
    max-width: 100%;
  }
  #privacy .btn_box {
    margin-top: 50px;
    flex-direction: column;
    row-gap: 16px;
  }
  #privacy .btn_box .btn a {
    margin: 0;
    max-width: 100%;
  }
}


/* capArea
========================================== */
.capArea {
  padding-bottom: 60px;
  margin-bottom: 0;
  background: transparent;
}
.capArea p {
  color: #1a1a1a;
}

@media screen and (max-width: 768px) {
  .capArea {
    padding-bottom: 40px;
  }
  #developer .outline .capArea p {
    font-size: 12px;
    line-height: 1.6;
  }
}

/* footer
========================================= */
#developer .footer {
  border-top: 2px solid #0b3e27;
  padding-top: 40px;
  padding-bottom: 20px;
}
#privacy .footer {
  margin-top: 80px;
  border-top: 2px solid #0b3e27;
  padding-top: 40px;
  padding-bottom: 20px;
}
#developer .footer .flexBox {
  justify-content: center;
  padding-bottom: 30px;
}
#developer .footer .footerBox {
  padding: 20px 0;
  border-top: 1px solid #d1d1d1;
  text-align: center;
}

@media only screen and (max-width:768px) {
  #developer .footer {
    padding-top: 0px;
  }
  #privacy .footer {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .footer .flexBox figure {
    max-width: 230px;
    margin: 20px auto 0;
  }
  #developer .footer .flexBox {
    padding-bottom: 20px;
  }
  #developer .footer .footerBox {
    padding: 0px 0;
  }
}


/* privacy
============================================ */
#privacy .head_wrap {
  height: 80px;
  border-bottom: 3px solid #0b3e27;
  background-image: none;
  background-color: #fff;
}

#privacy .header_ttl {
  max-width: 330px;
}

#privacy .mt30 {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  #privacy {
    font-size: 12px;
  }
}

#privacy h3 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #privacy h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
}

#privacy h4 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #privacy h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

#privacy .privacy {
  margin: 140px 0 100px;
  font-size: 1.6rem;
  line-height: 3.0rem;
}

#privacy .privacy .wrap {
  border: 2px solid #a0a0a0;
  padding: 40px;
  margin-top: 20px;
}

@media screen and (max-width: 750px) {
  #privacy .privacy .wrap {
    padding: 4%;
    margin-top: 3%;
  }
}

#privacy .privacy .wrap section {
  margin-bottom: 40px;
}

@media screen and (max-width: 750px) {
  #privacy .privacy .wrap section {
    margin-bottom: 4%;
  }
}

#privacy .privacy .wrap section p {
  font-size: 16px;
}

@media screen and (max-width: 750px) {
  #privacy .privacy .wrap section p {
    margin-top: 3%;
    font-size: 14px;
  }
}