@charset "UTF-8";
/* Scss Document
*****************************************************************/
/* mixin
*********************************************************************/
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
/* 1280 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;400;700&display=swap");
/*　font-family: 'Noto Serif JP', serif;　*/
@import url("https://fonts.googleapis.com/css2?family=Yuji+Syuku&display=swap");
/*　font-family: 'Yuji Syuku', serif;　*/
ruby rt {
  font-size: 40%;
}

.area_header .block_header h1 {
  font-size: 4rem;
  letter-spacing: 0.1em;
  line-height: 1.6em;
}
@media all and (max-width: 896px) {
  .area_header .block_header h1 {
    font-size: 2.8rem;
    line-height: 1.2em;
  }
}
@media all and (max-width: 320px) {
  .area_header .block_header h1 br.sponly {
    display: none;
  }
}
.area_header .block_header h1 span {
  display: block;
  font-size: 2.5rem;
}
@media all and (max-width: 896px) {
  .area_header .block_header h1 span {
    font-size: 1.8rem;
  }
}

.area_contents .block_contents .box_twocolumn .side_img {
  width: 48%;
  position: relative;
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .box_twocolumn .side_img {
    width: 100%;
  }
}
.area_contents .block_contents .box_twocolumn .side_img .object {
  position: absolute;
  bottom: -10px;
  right: -30px;
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .box_twocolumn .side_img .object {
    bottom: -50px;
    right: 0;
  }
}
.area_contents .block_contents .box_twocolumn .side_img .object img {
  max-width: 120px;
  box-shadow: none;
}
@media all and (max-width: 480px) {
  .area_contents .block_contents .box_twocolumn .side_img .object img {
    max-width: 90px;
  }
}
.area_contents .block_contents .box_twocolumn .side_txt {
  width: 52%;
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .box_twocolumn .side_txt {
    width: 100%;
    margin-top: 50px;
  }
}
.area_contents .block_contents .box_twocolumn .side_txt p {
  font-size: 1.8rem;
  line-height: 2em;
}
.area_contents .block_contents .profileArea li.box_flex {
  padding: 20px 30px 30px;
  background: rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .profileArea li.box_flex {
    display: block;
    padding: 30px;
  }
}
.area_contents .block_contents .profileArea li.box_flex .txt {
  width: 60%;
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .profileArea li.box_flex .txt {
    order: 2;
    width: 100%;
    margin-top: 20px;
  }
}
.area_contents .block_contents .profileArea li.box_flex .txt .spec {
  margin-left: 1em;
  text-align: left;
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .profileArea li.box_flex .txt .spec {
    margin-left: 0;
  }
}
.area_contents .block_contents .profileArea li.box_flex .txt .spec dl {
  display: flex;
  border-bottom: 2px dotted #DB8600;
  font-size: 1.8rem;
  line-height: 2em;
  padding: 10px 0;
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .profileArea li.box_flex .txt .spec dl {
    display: block;
  }
}
.area_contents .block_contents .profileArea li.box_flex .txt .spec dl dt {
  width: 200px;
  font-weight: bold;
  color: #DB8600;
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .profileArea li.box_flex .txt .spec dl dt {
    width: 100%;
  }
}
.area_contents .block_contents .profileArea li.box_flex .txt .spec dl dd {
  width: calc(100% - 200px);
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .profileArea li.box_flex .txt .spec dl dd {
    width: 100%;
  }
}
.area_contents .block_contents .profileArea li.box_flex .txt .spec dl dd img.catch {
  max-height: 100%;
  margin-bottom: 10px;
}
.area_contents .block_contents .profileArea li.box_flex .txt .spec dl dd.ml {
  margin-left: -0.5em;
}
.area_contents .block_contents .profileArea li.box_flex .img {
  width: 35%;
  text-align: center;
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .profileArea li.box_flex .img {
    order: 1;
    width: 100%;
  }
}
.area_contents .block_contents .profileArea li.box_flex .img img {
  width: 100%;
  max-width: 500px;
}
.area_contents .block_contents h2.profileTitle {
  text-align: center;
  margin: 50px 0 10px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #DB8600;
  line-height: 1.5em;
}
@media all and (max-width: 896px) {
  .area_contents .block_contents h2.profileTitle {
    font-size: 2.5rem;
  }
}
.area_contents .block_contents h2.themeTitle {
  text-align: center;
  margin-top: 80px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
  .area_contents .block_contents h2.themeTitle {
    font-size: 2.5rem;
  }
}
.area_contents .block_contents .pdfArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}
.area_contents .block_contents .pdfArea li {
  width: 30%;
  margin: 0 1.5% 40px;
}
@media all and (max-width: 1025px) {
  .area_contents .block_contents .pdfArea li {
    width: 44%;
    margin: 0 2% 40px;
  }
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .pdfArea li {
    width: 100%;
    margin: 0 0 40px;
  }
}
.area_contents .block_contents .pdfArea li a {
  color: #fff;
}
.area_contents .block_contents .pdfArea li a span {
  position: relative;
}
.area_contents .block_contents .pdfArea li a span img {
  width: 100%;
}
.area_contents .block_contents .pdfArea li a span::after {
  position: absolute;
  content: "";
  background: url(../../common/images/icon_pdf.svg);
  background-size: cover;
  width: 20px;
  height: 23px;
  right: 10px;
  bottom: 10px;
}
.area_contents .block_contents .pdfArea li a p {
  padding: 20px 15px 10px;
  font-size: 1.5rem;
  line-height: 2.2em;
  background: #DB8600;
  margin-top: -2px;
}
.area_contents .block_contents .pdfArea li a:hover {
  color: #fff;
}
.area_contents .block_contents .pdfArea li a:hover p {
  background: #2A1710;
}