@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@500&display=swap');
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: #fff;
  background-image: url("../images/bg_pattern_01.webp");
}
a:hover img {
  opacity: 0.5;
}
.honbun_mplus1 {
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #00439d;
  font-size: 1.5rem;
  line-height: 2.0rem;
  text-shadow:
    3px 3px 1px #ffffff, -3px 3px 1px #ffffff, 3px -3px 1px #ffffff, -3px -3px 1px #ffffff, 3px 0px 1px #ffffff, 0px 3px 1px #ffffff, -3px 0px 1px #ffffff, 0px -3px 1px #ffffff;
  padding: 20px 0 30px 0;
}
.blue_bg {
  background-color: #00449e;
}
.btn_sp {
  width: 80%;
  height: auto;
  margin: 0 10%;
  padding: 20px 0;
}
.bottom_txt {
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.5rem;
  padding: 40px 0 40px 0;
}
.mainimg_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.item_box {
  width: 40%;
  height: auto;
  text-align: center;
  padding-top: 30px;
  margin-right: auto;
  margin-left: auto;
}
.button_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.button_class_box {
  width: 20%;
  height: auto;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 50px;
  margin-right: 2.5%;
  margin-left: 2.5%;
}
/* 202507_ボタン */
.btn_container_ichi {
  display: flex;
  width: 80%;
  margin: 0 auto 20px;
  gap: 15px;
}
.btn_container_ichi a {
  display: block;
  flex: 1;
}
.btn_container_ichi img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.btn_container_ni {
  display: flex;
  width: 80%;
  margin: 0 auto 30px;
  gap: 10px;
}
.btn_container_ni a {
  display: block;
  flex: 1;
}
.btn_container_ni img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
