@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&family=BIZ+UDPGothic:wght@400;700&family=M+PLUS+1p:wght@100;300;400;500;700;800;900&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Shippori+Mincho+B1:wght@400;500;600;700;800&family=Shippori+Mincho:wght@400;500;600;700;800&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Opti:wght@400;500;700&display=swap");
:root {
  --corporate: #004098;
  --pink: #ea5550;
}

.mv {
  background: url(../img/mv_1400.jpg) center center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .mv {
    background-image: url(../img/mv_640.jpg);
  }
}
.mv .title_area {
  background: url(../../img/common/pagetitle_bg_700_120.png) left center/700px 120px repeat-x, rgba(0, 172, 151, 0.7);
}

.intro {
  height: 78px;
}

.headline {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 400px;
  height: 50px;
  border-radius: 25px;
  padding: 0 1.3em;
  box-sizing: border-box;
  margin: auto;
  display: grid;
  place-content: center;
  place-items: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.headline span {
  margin-left: 0.25em;
  letter-spacing: 0.25em;
}
.headline.cl01 {
  background: #4cc5b6;
}
.headline.cl02 {
  background: #a48b78;
}
.headline.cl03 {
  background: #00ac97;
}
@media screen and (max-width: 640px) {
  .headline {
    height: 62px;
    border-radius: 31px;
    font-size: 30px;
  }
}

.area01 {
  padding-bottom: 90px;
  background: #f9f1d9;
}
.area01_inner {
  width: 87.5%;
  max-width: 900px;
  margin: 60px auto 0;
  background: #fff;
  box-sizing: border-box;
  padding: 20px 50px;
}
.area01_inner #newsList li {
  padding: 30px 0;
  border-bottom: 2px dotted #61754e;
}
.area01_inner #newsList li:last-child {
  border-bottom: none;
}
.area01_inner #newsList li .area {
  width: 100%;
  max-width: 600px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 12px;
}
@media screen and (max-width: 640px) {
  .area01_inner #newsList li .area {
    row-gap: 17px;
  }
}
.area01_inner #newsList li .area .up_ymd {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: 500;
  font-size: 12px;
  color: var(--pink);
}
@media screen and (max-width: 640px) {
  .area01_inner #newsList li .area .up_ymd {
    font-size: 16px;
  }
}
.area01_inner #newsList li .area .title {
  font-size: 20px;
  font-weight: 700;
  color: var(--pink);
}
.area01_inner #newsList li .area .title a {
  color: var(--pink);
}
@media screen and (max-width: 640px) {
  .area01_inner #newsList li .area .title {
    font-size: 26px;
  }
}
.area01_inner #newsList li .area .comment {
  font-size: 14px;
  line-height: 1.7;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  .area01_inner #newsList li .area .comment {
    font-size: 20px;
  }
}
.area01_inner .pager {
  margin-top: 40px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  gap: 0.5em;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: 400;
}
.area01_inner .pager a {
  display: inline-block;
  font-size: 18px;
  padding: 0.25em 0.5em;
  box-sizing: border-box;
  border: 1px solid var(--pink);
  color: var(--pink);
  border-radius: 3px;
}
@media screen and (max-width: 640px) {
  .area01_inner .pager a {
    font-size: 22px;
    border-radius: 4px;
  }
}
.area01_inner2 {
  width: 87.5%;
  max-width: 900px;
  margin: 60px auto 0;
  background: #fff;
  box-sizing: border-box;
  padding: 50px;
}
.area01_inner2 .detail_area .container {
  width: 100%;
  max-width: 620px;
  margin: auto;
}
.area01_inner2 .detail_area .container h2 {
  font-size: 24px;
  font-weight: 700;
  color: var(--pink);
}
@media screen and (max-width: 640px) {
  .area01_inner2 .detail_area .container h2 {
    font-size: 28px;
  }
}
.area01_inner2 .detail_area .container #up_ymd {
  font-size: 14px;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: 400;
  color: var(--pink);
  text-align: right;
}
@media screen and (max-width: 640px) {
  .area01_inner2 .detail_area .container #up_ymd {
    font-size: 18px;
  }
}
.area01_inner2 .detail_area .container #detail {
  margin-top: 22px;
}
.area01_inner2 .detail_area .container #detail * {
  font-size: 18px !important;
  line-height: 1.6;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  .area01_inner2 .detail_area .container #detail * {
    font-size: 24px !important;
  }
}
.area01_inner2 .detail_area .container #detail * ul {
  padding-left: 2em;
}
.area01_inner2 .detail_area .container #detail * ul li {
  list-style-type: disc;
}
.area01_inner2 .detail_area .container #detail * ol {
  padding-left: 2em;
}
.area01_inner2 .detail_area .container #detail * ol li {
  list-style-type: decimal;
}
.area01_inner2 .detail_area .container #detail * a:hover {
  opacity: 0.8;
}
.area01_inner2 .detail_area .container #detail .detailUpfile {
  width: min(90%, 600px);
  margin: 3em auto 0;
}
.area01_inner2 .detail_area hr {
  border: none;
  border-top: 1px solid #61754e;
  margin: 18px 0;
}
.area01_inner2 .detail_area .backORcloseBtn {
  text-align: center;
  margin-top: 36px;
  font-size: 18px;
}
.area01_inner2 .detail_area .backORcloseBtn a {
  color: var(--pink);
}
@media screen and (max-width: 640px) {
  .area01_inner2 .detail_area .backORcloseBtn {
    font-size: 24px;
  }
}/*# sourceMappingURL=style.css.map */