/*
font-family: kozuka-mincho-pr6n, serif;
font-weight: 400;
font-style: normal;
font-family: kozuka-mincho-pr6n, serif;
font-weight: 700;
font-style: normal;
*/


@media screen and (max-width:1024px) {
  header .pc_only.header_top_banner {
    display: none !important;
  }  
}


.about-lp {
  width: 1200px;
  margin: 0 auto;
  font-family: kozuka-mincho-pr6n, serif;
  font-weight: 700;
  font-style: normal;
  color: #2c4350;
}
.about-lp section:not(:last-of-type) {
  border-bottom: 1px solid #C6C6C6;
}

#content01 ._catch {
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.15em;
  margin: 80px auto;
  font-weight: 500;
}

.detail_flex .inner {
  display: flex;
  justify-content: center;
  margin: 100px auto;
}
.detail_ja , .detail_en{
  width: 50%;
  display: inline-block;
  overflow-wrap: break-word;
  word-wrap: break-word;
  color: #2c414e;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 2.2em;
}

.detail_ja .box {
  padding-left: 19.9%;
  text-align: left;
}

.detail_en .box {
  padding-right: 19.9%;
}

.detail_ja p , .detail_en p {
  display: inline-block;
  color: #2c414e;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.8em;
  font-weight: 500;
}

.detail_ja {
  margin-right: 100px;
  text-align: right;
}

.detail_ja h3 {
  text-align: left;
}


.detail_ja p {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif, Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
}
.detail_en {
  text-align: left;
}
.detail_ja h2, .detail_en .en_ttl ,.detail_ja h1 {
  font-size:24px;
  letter-spacing: .05em;
  margin-bottom: 40px;
  font-weight: bold;
}

.about_fukuske_image {
  margin-bottom: 75px;
  padding-left:9.12%;
}

#content03 .about_fukuske_image img:last-of-type {
  margin-left: 50px;
}

@media screen and (max-width:768px), print {
  .about-lp {
    width: 100%;
  }
  .detail_ja {
    margin-right: 50px;
  }
}

@media screen and (max-width:600px), print {

  #content01 h2 {
    font-size: 16px;
    margin: 40px auto;
  }

  .detail_flex .inner {
    display: block;
    margin: 50px auto; 
    padding: 0 10%;
  }

  .detail_ja {
    margin-right: 0;
    margin-bottom: 60px;
  }

  .detail_ja, .detail_en {
    display: block;
    width: 100%;
  }

  .detail_ja .box, .detail_en .box {
    padding: 0;
  }
  .detail_ja p, .detail_en p {
    display: block;
    font-size: 14px;
    line-height: 2;
    font-weight: 700;
  }

  .about_fukuske_image {
    margin-bottom: 75px;
    padding:0 10%;
  }

  #content03 .about_fukuske_image img:last-of-type {
    margin-left: 0;
    margin-top: 20px;
  }

}