@charset "UTF-8";

#header {
  padding-top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  background-blend-mode: lighten;
}

#header h1 {
  color: #fff;
  background-color: #283c4d;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 30px;
}

div.title_mv {
  display: flex;
  text-align: left;
  margin: auto;
  justify-content: center;
  margin-top: 126px;
  gap: 20px;
}

#header h2 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 38px;
  font-weight: 500;
}

#header h2 span {
  font-size: 18px;
  margin-top: 10px;
  padding-left: 5px;
}

#header p {
  background: none;
  font-size: 13px;
  line-height: 1.8;
  overflow: visible;
  padding: 32px 0 0 5px;
}

div.title_mv img {
  width: 390px;
}

#bannerArea {
  position: relative;
}

.description img {
  margin: auto;
  width: 760px;
}

.description_detail {
  padding: 0px;
  max-width: 280px;
  position: absolute;
}

.description_detail.first {
  top: -5px;
  left: -260px;
}

.description_detail.second {
  top: 220px;
  left: -260px;
  max-width: 300px;
}

.description_detail.third {
  top: 175px;
  right: -314px;
  max-width: 250px;
}

.add_summary .description_detail.first {
  top: 161px;
  left: -190px;
}

.add_summary .description_detail.second {
  top: 375px;
  left: -190px;
}

.add_summary .description_detail.third {
  top: 160px;
  right: -300px;
}

.add_summary .description_detail.forth {
  top: 372px;
  right: -300px;
}

.heading_copy {
  font-size: 16px;
  font-weight: bold;
  color: #1e3a8a;
  margin-bottom: 9px;
  opacity: 0;
  transform: translateY(30px);
}

.description_detail.forth .heading_copy,
.description_detail.third .heading_copy {
  text-align: right;
}

.line {
  height: 2px;
  background: #1e3a8a;
  margin-bottom: 9px;
  width: 0;
}

.description_below {
  font-size: 12px;
  color: #1e3a8a;
  line-height: 1.8;
  opacity: 0;
  transform: translateY(30px);
  padding-right: 60px;
}

.description_detail.forth .description_belowm,
.description_detail.third .description_below {
  padding: 0 0 0 40px;
}

/* 初期状態：非表示 */
.description_detail .heading_copy,
.description_detail .description_below {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.description_detail .line {
  width: 0;
  height: 2px;
  background: #1e3a8a;
  margin-bottom: 9px;
  transition: width 0.8s ease;
}

/* アニメーション後 */
.description_detail.is-animated .heading_copy,
.description_detail.is-animated .description_below {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.0s;
}

.description_detail.is-animated .line {
  width: 100%;
  transition-delay: 0.4s;
}

.description_detail.second.is-animated .line {
  width: 300px;
}

.add_summary .description_detail.is-animated .line {
  width: 218px;
}

.add_summary .description_detail.third.is-animated .line,
.add_summary .description_detail.forth.is-animated .line {
  width: 238px;
}


.download_h3 {
  text-align: center;
  border-top: solid 1px #283c4d;
  width: 80%;
  margin: 0 auto;
}

.download_h3 h3 {
  font-size: 20px;
  margin: 20px auto;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.download_h3 p {
  margin-bottom: 50px;
}

.download_h3 ul {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 30px auto 80px;
  white-space: nowrap;
}

.download_h3 ul li a {
  border: #283c4d solid 1px;
  border-radius: 20px;
  padding: 10px 20px;
  text-decoration: none;
  color: #283c4d;
  transition: 0.5s;
}

.download_h3 ul li a::after {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/ico_pdf.png);
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
  left: 5px;
}

.box {
  width: 240px !important;
}

.inmap {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #283c4d;
  padding: 10px 0;
}

.inmap ul li a:hover,
.download_h3 ul li a:hover {
  opacity: 0.56;
}

.inmap ul li {
  position: relative !important;
  margin: 10px;
}

.inmap ul li a {
  text-align: center;
  width: 180px;
  border: #283c4d solid 1px;
  border-radius: 20px;
  padding: 6px;
  text-decoration: none;
  color: #283c4d;
  transition: 0.5s;
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
}

.inmap ul li a::after {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/ico_pdf.png);
  width: 13px;
  height: 13px;
  position: relative;
  top: 2px;
  left: 3px;
}

.per_park {
  margin: 0 10%;
}

.c-dList--call {
  max-width: none;
}

.for_preskit p {
  margin-bottom: 0 !important;
  margin-top: 10px;
  border-radius: 5px;
  background-color: #d6e3ed;
  color: #283c4d;
}

.c-dList--call+.c-dLists-wrap {
  border: solid 1px #d6e3ed;
  margin-top: -3px;
  background-color: #fff;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0 30px 60px;
}

.c-dLists-wrap h4 {
  text-align: left;
  background-color: #283c4d;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 6px 20px;
  border-radius: 30px;
  margin: 30px 30px 0;
  width: fit-content;
}

.c-dList--01 {
  border-top: none;
  text-align: left;
  padding: 20px 0 4px;
}

.c-dList--01 a {
  padding-left: 4px;
  font-size: 14px;
  color: #283c4d;
  text-decoration: none;
}

.c-dList--01 a::before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/ico_arrow.png);
  width: 13px;
  height: 13px;
  position: relative;
  top: 2px;
  left: -3px;
}

.bktop {
  text-align: center;
  margin: 100px auto;
}

.bktop a {
  text-align: center;
  color: #fff;
  background-color: #283c4d;
  font-size: 20px;
  padding: 20px 40px;
  font-weight: 500;
  border-radius: 50px;
  text-decoration: none;
}

/* ページ読み込み時のフェードイン */
body {
  animation: fadeIn 1.6s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.media {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.media div{
  width: 32%;
  word-break: break-all;
}

.media h4 {
  font-weight: 600;
  margin-bottom: 12px;
  text-align: center;
  font-size: 14px;
}

.media p {
  padding: 14px 20px;
  border-radius: 10px;
  background-color: #f2f0e9;
  line-height: 1.6;
  font-size: 14px;
  height: 91%;
}

.mailto{
  display: flex;
  width: 80%;
  max-width: 800px;
  margin: 100px auto;
  align-items: center;
}

.shinseisaki{
  font-size: 18px;
  font-weight: 600;
  min-width: 180px;
  margin-right: 36px;
  white-space: nowrap;
}

.mail_detail{
  border: solid 1px #4e4e4e;
  padding: 12px 24px;
  border-radius: 4px;
}

.mail_detail a::before{
  content: '';
  background:url(../img/ico_mail.png);
  display: inline-block;
  position: relative;
    width: 20px;
    height: 14px;
    background-size: cover;
    top: 2.8px;
    left: -4px;
}

.mail_detail a{
  padding-left: 4px;
}

.mail_detail span{
  line-height: 1.4;
  font-size: 12px;
}

.add_contact{
  text-align: center;
  margin: 60px auto;
  border-radius: 10px;
  background-color: #f2f0e9;
  padding: 30px;
  width: 700px;
  font-size: 14px;
}