@charset "utf-8";

#developer .head_wrap {
  height: 80px;
}

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

/* ----- masters ----- */
.masters {
  margin-top: 80px;
  padding: 60px 0;
  background-color: #fdf8f1;
  border-top: 4px solid #8e3e00;
  border-image: linear-gradient(270deg, rgba(142,62,0,1) 0%, rgba(227,170,0,1) 50%, rgba(218,133,21,1) 100%);
  border-image-slice: 1;
  border-bottom: 4px solid #8e3e00;
}
.masters_text {
  margin-top: 30px;
}
.masters_text p {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .masters_text p {
    font-size: 15px;
    line-height: 2.2;
  }
}

/* ----- main_bg ----- */
.main_bg {
  background-image: url(../images/access/bg_01.png);
}

/* ----- koizumi_area ----- */
.koizumi_area {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width:768px) {
  .koizumi_area {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
.koizumi_title {
  max-width: 290px;
  margin: 0 auto;
}
@media only screen and (max-width:768px) {
  .koizumi_title {
    max-width: 180px;
    margin: 0 auto;
  }
}
.title_business {
  width: 230px;
  margin: 80px auto 0;
}
@media only screen and (max-width:768px) {
  .title_business {
    width: 230px;
    margin: 60px auto 0;
  }
}
.koizumi_text p {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .koizumi_text p {
    font-size: 17px;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-top: 30px;
    text-align: justify;
  }
}
.koizumi_area .inner {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
.koizumi_area .flexBox {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .koizumi_area .flexBox {
    margin-top: 10px;
    display: block;
  }
}

.koizumi_area .flexBox .flexItem {
  width: calc(100% / 3 - 40px);
  margin-right: 20px;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .koizumi_area .flexBox .flexItem {
    width: 100%;
    margin-right: 0;
    margin-top: 34px;
  }
  .koizumi_area .flexBox .flexItem:first-child {
    margin-top: 40px;
  }
}

.koizumi_area .flexBox .flexItem p {
  text-align: center;
}

.koizumi_area .flexBox .flexItem figcaption {
  bottom: 0;
}
.flextitle_en {
  color: #984a00;
  font-size: 16px;
  margin-top: 8px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-indent: .1em;
}
.flextitle {
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: center;
}
.flextext {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.4;
}
.koizumi_area .flexBox .flexItem:nth-child(3),
.koizumi_area .flexBox .flexItem:nth-child(5) {
  margin-right: 0;
}
#developer .highness {
  margin-top: 80px;
}
@media only screen and (max-width:768px) {
  #developer .highness {
    margin-top: 0;
  }
}

.highness_border {
  border-top: 1px solid #8a754b;
  border-image: linear-gradient(270deg, rgba(142,62,0,1) 0%, t 50%, rgba(218,133,21,1) 100%);
  border-image-slice: 1;
}
.icon_01 {
  width: 100px;
  margin: 0 auto;
}
.head-border {
  display: flex;
  align-items: center;
}
.head-border:before,
.head-border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #ad9e81;
}
.head-border:before {
  margin-right: 1rem;
}
.head-border:after {
  margin-left: 1rem;
}
.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;
  letter-spacing: 0.1em;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .highness_textBox p {
    font-size: 17px;
    line-height: 2.2;
    text-align: justify;
  }
}
.title_series {
  max-width: 720px;
  margin: 70px auto 0;
}
@media only screen and (max-width:768px) {
  .title_series {
    max-width: 320px;
    width: 80%;
    margin: 70px auto 0;
  }
}

#developer .highness .flexBox {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  #developer .highness .flexBox {
    margin-top: 10px;
    display: block;
  }
}

#developer .highness .flexBox .flexItem {
  width: calc(100% / 3 - 20px);
  margin-right: 20px;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  #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 {
  text-align: center;
}

#developer .highness .flexBox .flexItem figcaption {
  bottom: 0;
}

#developer .highness .flexBox figure:nth-child(3),
#developer .highness .flexBox figure:nth-child(5) {
  margin-right: 0;
}

#developer .outline {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  #developer .outline {
    margin-top: 70px;
  }
}

.title_outline {
  width: 238px;
  margin: 60px auto 0;
}

@media screen and (max-width: 768px) {
  .title_outline {
    width: 238px;
    margin: 60px auto 0;
  }
}

#developer .outline .outlineTitle::before {
  content: '';
  position: absolute;
  width: 200px;
  height: 3px;
  background-color: #438ad6;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#developer .outline .outlineBox {
  margin: 60px auto 0;
}

@media screen and (max-width: 768px) {
  #developer .outline .outlineBox {
    margin: 40px auto 0;
  }
}

#developer .outline dl {
  border-left: 1px solid #ad9e81;
  border-right: 1px solid #ad9e81;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  #developer .outline dl {
    display: block;
  }
}

#developer .outline dl dt {
  background: #dfedff;
  width: 20%;
  text-align: center;
  padding: 20px;
  background-color: #f7dcbb;
  border-bottom: 1px solid #ad9e81;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  #developer .outline dl dt {
    padding: 2% 4%;
    width: 100%;
    font-weight: bold;
    font-size: 1.4rem;
    text-align: left;
  }
}

#developer .outline dl dd {
  border-bottom: 1px solid #ad9e81;
  background-color: #fff;
  width: 80%;
  padding: 20px;
  font-size: 1.8rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  #developer .outline dl dd {
    padding: 3%;
    width: 100%;
    font-size: 14px;
  }
}

#developer .outline dl:first-child {
  border-top: 1px solid #ccc;
}

#developer .outline .infoBtn {
  margin-top: 0px;
}
@media only screen and (max-width:768px) {
  #developer .outline .infoBtn {
    max-width: 280px;
  }
}

#developer .btn_box {
  margin-top: 60px;
}
@media only screen and (max-width:768px) {
  #developer .btn_box {
    margin-top: 30px;
  }
}

.capArea {
  margin-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 0;
  background: transparent;
}

@media screen and (max-width: 768px) {
  #developer .outline .capArea p {
    font-size: 14px;
    text-align: justify;
    line-height: 1.6;
  }
}

#developer .footer {
  border-top: 2px solid #8e3e00;
  border-image: linear-gradient(270deg, rgba(142,62,0,1) 0%, rgba(227,170,0,1) 50%, rgba(218,133,21,1) 100%);
  border-image-slice: 1;
  padding-top: 40px;
}
@media only screen and (max-width:768px) {
  #developer .footer {
    padding-top: 0px;
  }
}

@media only screen and (max-width:768px) {
  .footer .flexBox figure {
    max-width: 230px;
    margin: 20px auto 0;
  }
}

#developer .footer .flexBox {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 30px;
}
@media only screen and (max-width:768px) {
  #developer .footer .flexBox {
    padding-bottom: 20px;
  }
}

#developer .footer .footerBox {
  padding: 20px 0;
  border-top: 1px solid #d1d1d1;
  text-align: center;
}
@media only screen and (max-width:768px) {
  #developer .footer .footerBox {
    padding: 0px 0;
  }
}

#privacy .head_wrap {
  height: 80px;
  border-bottom: 3px solid #984a00;
}

#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;
  }
}