@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=Maven+Pro:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
:root {
  --cp_color: #003e94;
}

.lower_mv {
  width: 100%;
  height: 580px;
  position: relative;
  box-sizing: border-box;
  padding-top: 115px;
  position: relative;
  background: url(../../img/common/lower_mv_bg_pc_large_h160.svg) center bottom/2560px 160px no-repeat, url(../img/mv_pc_h580.jpg) center center/cover no-repeat;
}
@media screen and (max-width: 1400px) {
  .lower_mv {
    background: url(../../img/common/lower_mv_bg_pc_h160.svg) center bottom/1400px 160px no-repeat, url(../img/mv_pc_h580.jpg) center center/cover no-repeat;
  }
}
@media screen and (max-width: 640px) {
  .lower_mv {
    padding-top: 205px;
    height: 820px;
    background: url(../../img/common/mv_cover_640_43.svg) center bottom/640px 43px no-repeat, url(../img/mv_mobile_h820.jpg) center center/cover no-repeat;
  }
  .lower_mv::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
}
.lower_mv .mobile_only {
  display: block;
  width: 232px;
  margin: auto;
  filter: drop-shadow(0 0 5px #fff);
}
.lower_mv .contact {
  position: absolute;
  right: 0;
  bottom: 27px;
  width: calc(50% - 120px);
  height: 100px;
  border-bottom: 6px solid #fff;
  background: linear-gradient(to right, #009de6, #0069b7 44%, #003a90);
  display: grid;
  justify-content: start;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .lower_mv .contact {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 640px) {
  .lower_mv .contact {
    border: none;
    bottom: 0;
    transform: translateY(50%);
  }
}
.lower_mv .contact_inner {
  display: grid;
  grid-template-columns: auto;
  justify-content: start;
  row-gap: 4px;
  box-sizing: border-box;
  padding: 0 16px;
  color: #fff;
}
.lower_mv .contact_inner a {
  color: #fff;
}
.lower_mv .contact_inner p {
  font-weight: 700;
}
.lower_mv .contact_inner .tel {
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-size: 48px;
}
.lower_mv .hide_mobile_ct {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .lower_mv .hide_mobile_ct {
    display: none;
  }
}

.active_mobile_ct {
  margin-top: 100px;
  display: none;
  position: relative;
}
@media screen and (max-width: 640px) {
  .active_mobile_ct {
    display: block;
  }
  .active_mobile_ct .img {
    width: 190px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

.area01 {
  padding: 60px 0 100px;
}
.area01 h2 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .area01 h2 {
    font-size: 32px;
  }
}
.area01 .click {
  font-size: 20px;
  font-weight: 700;
  color: #f53744;
  line-height: 1.5;
  margin-top: 0.5em;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .area01 .click {
    font-size: 28px;
  }
}
.area01 .page_navi {
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .area01 .page_navi {
    grid-template-columns: repeat(2, auto);
  }
}
.area01 .page_navi li {
  width: 250px;
  height: 50px;
  position: relative;
}
.area01 .page_navi li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 25px;
  color: #003e94;
  border: 1px solid currentColor;
  display: grid;
  place-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding-bottom: 0.125em;
  font-size: 22px;
  background: #fff;
  transition: all 0.4s;
}
.area01 .page_navi li a:hover {
  background: lightyellow;
}
.area01 .page_navi li a.marg p {
  margin-left: 0.3em;
}
.area01 .page_navi li a.marg p span {
  display: inline-block;
  letter-spacing: 0.3em;
}
.area01 .page_navi li a.active {
  background: #003e94;
  color: #fff;
}
.area01 .page_navi li a.active:hover {
  background: #003e94;
  color: #fff;
}
.area01 #newsWrap {
  width: min(90.625%, 900px);
  margin: 60px auto 0;
}
.area01 #newsWrap #newsList {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 60px;
}
.area01 #newsWrap .titles {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  padding: 0 0.5em 0.5em;
  border-bottom: 1px solid #000;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.area01 #newsWrap .titles .title {
  font-size: 30px;
  font-weight: 700;
  transition: all 0.4s;
}
.area01 #newsWrap .titles .title a {
  color: #000;
}
.area01 #newsWrap .titles .title:hover {
  opacity: 0.85;
}
.area01 #newsWrap .titles .up_ymd {
  font-size: 14px;
  color: #278fcf;
}
.area01 #newsWrap .titles .categorys {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.area01 #newsWrap .titles .catName {
  width: 125px;
  height: 26px;
  box-sizing: border-box;
  border-radius: 13px;
  border: 1px solid #003e94;
  display: grid;
  place-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #003e94;
  padding-bottom: 0.075em;
}
.area01 #newsWrap .news_items {
  margin-top: 26px;
  display: grid;
  grid-template-columns: 600px 1fr;
  align-items: start;
  -moz-column-gap: 38px;
       column-gap: 38px;
}
@media screen and (max-width: 820px) {
  .area01 #newsWrap .news_items {
    width: 580px;
    margin: 26px auto 0;
    grid-template-columns: 1fr;
  }
}
.area01 #newsWrap .news_items .thumbNailWrap {
  width: 100%;
  aspect-ratio: 6/4;
  position: relative;
  overflow: hidden;
}
.area01 #newsWrap .news_items .thumbNailWrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.area01 #newsWrap .news_items .thumbNailWrap:hover img {
  transform: scale(1.035);
}
.area01 #newsWrap .news_items .comment {
  padding-top: 44px;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 820px) {
  .area01 #newsWrap .news_items .comment {
    padding-top: 0.75em;
    padding-left: 0.5em;
    line-height: 1.5;
  }
}
@media screen and (max-width: 640px) {
  .area01 #newsWrap .news_items .comment {
    font-size: 24px;
  }
}
.area01 #newsWrap .pager {
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto 0;
}
.area01 #newsWrap .pager a {
  font-size: 30px;
  padding: 0 0.5em;
  line-height: 1.5;
  color: #00a0e9;
  border-right: 1px solid currentColor;
}
.area01 #newsWrap .pager a:last-child {
  border: none;
}

.area02 {
  width: min(90.625%, 900px);
  margin: 60px auto 0;
  padding-bottom: 90px;
}
.area02 .titles {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.5em 0.5em;
  border-bottom: 1px solid #000;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.area02 .titles .title {
  font-size: 30px;
  font-weight: 700;
  transition: all 0.4s;
}
.area02 .titles #up_ymd {
  font-size: 14px;
  color: #278fcf;
}
.area02 #detail {
  margin-top: 26px;
}
@media screen and (max-width: 820px) {
  .area02 #detail {
    width: 580px;
    margin: 26px auto 0;
    grid-template-columns: 1fr;
  }
}
.area02 #detail .detailSet {
  display: grid;
  grid-template-columns: 600px 1fr;
  align-items: start;
  -moz-column-gap: 38px;
       column-gap: 38px;
}
@media screen and (max-width: 820px) {
  .area02 #detail .detailSet {
    grid-template-columns: 1fr;
  }
}
.area02 #detail .detailSet:nth-child(n+2) {
  margin-top: 30px;
}
.area02 #detail .img {
  width: 100%;
}
.area02 #detail .detailText {
  font-size: 18px;
  line-height: 2;
  word-break: break-word;
}
@media screen and (max-width: 820px) {
  .area02 #detail .detailText {
    padding-top: 0.75em;
    padding-left: 0.5em;
    line-height: 1.5;
  }
}
@media screen and (max-width: 640px) {
  .area02 #detail .detailText {
    font-size: 24px;
  }
}
.area02 .backORcloseBtn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto 0;
}
.area02 .backORcloseBtn a {
  font-size: 18px;
  padding: 0.375em 1em;
  line-height: 1.5;
  white-space: nowrap;
  color: #00a0e9;
  border: 1px solid currentColor;
  border-radius: 0.25em;
  font-weight: 500;
}

.tel_set {
  margin-top: 60px;
}/*# sourceMappingURL=style.css.map */