@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&family=BIZ+UDPGothic:wght@400;700&family=Kosugi+Maru&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
.bg_even {
  background: #f2f2f2;
}

.mainvisual {
  width: 100%;
  height: 505px;
  background: url(../img/mv_bg.jpg) center center/cover no-repeat;
  display: grid;
  place-items: center;
}
.mainvisual .logo {
  width: 80%;
  max-width: 704px;
  transform: translateY(15%);
}
@media screen and (max-width: 640px) {
  .mainvisual {
    height: 380px;
  }
}

.top_title {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-family: "新丸ゴ R", "G-OTF 新丸ゴ Pro", sans-serif;
  padding: 0 0.5em 0.1375em;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.35;
  color: #003b83;
  border-bottom: 3px solid currentColor;
}
@media screen and (max-width: 640px) {
  .top_title {
    width: 100%;
    text-align: center;
    font-size: 34px;
    border-width: 4px;
  }
}

.upYmd {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 16px;
  margin-top: 0.875em;
}

#detail {
  width: 90.625%;
  max-width: 702px;
  margin: 2em auto 0;
}
#detail .detailText {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
#detail * {
  font-size: 18px !important;
  line-height: 1.75;
  text-align: justify;
}
#detail * ul {
  padding-left: 2em;
}
#detail * ul li {
  list-style-type: disc;
}
#detail * ol {
  padding-left: 2em;
}
#detail * ol li {
  list-style-type: decimal;
}
#detail * a:hover {
  opacity: 0.8;
}
#detail .detailUpfile {
  width: min(90%, 600px);
  margin: 3em auto 0;
}

.backORcloseBtn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 3em auto 0;
  font-size: 18px;
}
.backORcloseBtn a {
  display: block;
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  border-radius: 0.25em;
  background: linear-gradient(#fff, #e5e5e5);
  color: #333;
}
.backORcloseBtn a:hover {
  background: linear-gradient(#e5e5e5, #fff);
}

.area01 {
  width: 100%;
  padding: 50px 0 60px;
}
.area01.list {
  padding-bottom: 100px !important;
}
.area01 .top_title_area {
  width: 90.625%;
  margin: auto;
}
.area01 .nav_box {
  width: 90.625%;
  max-width: 914px;
  margin: 55px auto;
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: start;
  -moz-column-gap: 14px;
       column-gap: 14px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .area01 .nav_box {
    grid-template-columns: auto;
    width: 670px;
    row-gap: 14px;
    margin: 40px auto;
  }
}
@media screen and (max-width: 640px) {
  .area01 .nav_box {
    width: 90.625%;
  }
}
.area01 .nav_box .nav_img {
  position: absolute;
  right: -105px;
  bottom: 0;
  width: 313px;
}
@media screen and (max-width: 1024px) {
  .area01 .nav_box .nav_img {
    right: 0;
    bottom: inherit;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 640px) {
  .area01 .nav_box .nav_img {
    right: -15px;
  }
}
.area01 .nav_box .btn {
  width: 343px;
  height: 160px;
  border-radius: 80px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
  transition: all 0.4s;
}
.area01 .nav_box .btn.green {
  background-color: #8fc31f;
}
.area01 .nav_box .btn.orange {
  background-color: #f8b62d;
}
.area01 .nav_box .btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.area01 .nav_box .btn:hover {
  transform: translate(4px, 4px);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 640px) {
  .area01 .nav_box .btn {
    width: 320px;
    height: 150px;
    border-radius: 75px;
  }
}
.area01 .top_news {
  width: 90.625%;
  max-width: 800px;
  margin: 32px auto 0;
  box-sizing: border-box;
  font-family: "Roboto", "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  padding: 1em 1.5em;
  border: 2px solid #ccc;
}
@media screen and (max-width: 640px) {
  .area01 .top_news {
    font-size: 22px;
  }
}
.area01 .top_news .newsList {
  width: 100%;
  height: 200px;
  overflow: auto;
}
@media screen and (max-width: 640px) {
  .area01 .top_news .newsList {
    height: 250px;
  }
}
.area01 .top_news .newsList li {
  display: grid;
  grid-template-columns: auto 1fr;
  justify-content: start;
  align-items: start;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
.area01 .top_news .newsList li:nth-child(n+2) {
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: 1px solid #ccc;
}
.area01 .top_news .newsList li .up_ymd {
  font-size: 0.875em;
  color: #666;
  box-sizing: border-box;
  padding-top: 0.0625em;
}
.area01 .top_news .newsList li .title a {
  color: #000;
}
.area01 .top_news .newsList li .title a:hover {
  text-decoration: underline;
}
.area01 .news_list {
  width: 90.625%;
  max-width: 800px;
  margin: 1em auto 0;
  text-align: right;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
}
.area01 .news_list a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .area01 .news_list {
    font-size: 22px;
  }
}

.margin_60 {
  margin-top: 60px !important;
}

.news_php {
  width: 90.625%;
  max-width: 800px;
  margin: 40px auto 0;
}
.news_php .news_list_php li .headline {
  display: grid;
  grid-template-columns: auto 1fr;
  justify-content: start;
  align-items: start;
  font-size: 24px;
  line-height: 1.35;
  gap: 0.75em;
}
@media screen and (max-width: 640px) {
  .news_php .news_list_php li .headline {
    font-size: 28px;
  }
}
.news_php .news_list_php li .headline .up_ymd {
  font-size: 0.8125em;
  padding-top: 0.2em;
  color: #666;
}
.news_php .news_list_php li .headline .title {
  font-weight: 700;
}
.news_php .news_list_php li .headline .title a {
  color: #000;
}
.news_php .news_list_php li .headline .title a:hover {
  text-decoration: underline;
}
.news_php .news_list_php li .comment {
  margin-top: 0.5em;
  font-size: 18px;
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  .news_php .news_list_php li .comment {
    font-size: 22px;
  }
}
.news_php .news_list_php li:nth-child(n+2) {
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
}
.news_php .pager {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  font-size: 18px;
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .news_php .pager {
    font-size: 22px;
  }
}
.news_php .pager a {
  display: block;
  padding: 0.375em 0.5em;
  border: 1px solid #ccc;
  border-radius: 0.25em;
  background: linear-gradient(#fff, #e5e5e5);
  color: #333;
}
.news_php .pager a:hover {
  background: linear-gradient(#e5e5e5, #fff);
}

.youtube_area {
  width: min(600px, 90.625%);
  margin: 0 auto 40px;
  position: relative;
  aspect-ratio: 16/9;
  border: 1px solid #ccc;
}
.youtube_area iframe {
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  -o-object-fit: cover;
     object-fit: cover;
}

.banners {
  width: 100%;
  padding: 50px 0;
  background: var(--bgblue);
}
.banners .inner {
  max-width: 90.625%;
  display: grid;
  grid-template-columns: repeat(2, 400px);
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: auto;
}
@media (width <= 900px) {
  .banners .inner {
    grid-template-columns: repeat(1, 400px);
  }
}
@media (width <= 640px) {
  .banners .inner {
    grid-template-columns: repeat(1, 480px);
  }
}
.banners .inner .item {
  width: 100%;
  height: auto;
}
.banners .inner .item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
.banners .inner .item img:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
}/*# sourceMappingURL=style.css.map */