body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #4d4d4d;
  scroll-behavior: smooth;
  letter-spacing: 1px;
  font-size: clamp(16px, 2.083vw, 20px);
}
@media screen and (max-width: 768px) {
  body {
    font-size: clamp(14px, 4vw, 28px);
  }
}

h1, h2, h3, h4, h5, h6 {
  color: #4d4d4d;
}

p {
  margin: 0;
}

a {
  display: block;
}
a:hover {
  color: #fff;
  cursor: pointer;
}

ul, ol {
  margin: 0;
  padding: 0;
}

.about, .supporter, .partner {
  background-image: url(../img/bg_grade.png);
  background-size: cover;
}

.vision {
  background-color: #f0f7fc;
}

.service {
  background-color: #b8d9f4;
}

.section {
  padding: 7.0833333333vw 0;
}
@media screen and (max-width: 768px) {
  .section {
    padding: 14.3229166667vw 0;
  }
}

.title-wrap {
  padding-bottom: 7.0833333333vw;
}
@media screen and (max-width: 768px) {
  .title-wrap {
    padding-bottom: 14.3229166667vw;
  }
}

.title-wrap_h2 {
  color: #1c60a3;
  letter-spacing: 0.5rem;
  border-bottom: 1px solid #1c60a3;
  width: fit-content;
  margin: 0 auto;
  padding-left: 0.5rem;
  font-weight: bold;
  font-size: clamp(30px, 3.906vw, 45px);
}
@media screen and (max-width: 768px) {
  .title-wrap_h2 {
    font-size: clamp(26px, 7.428vw, 45px);
  }
}

.vision .title-wrap_h2,
.partner .title-wrap_h2 {
  border: none;
}

.image-block img {
  display: block;
  width: 100%;
}

.inline-block {
  display: inline-block;
}

.pc-only {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block !important;
  }
}

.mobile-only {
  display: none !important;
}
@media screen and (max-width: 1200px) {
  .mobile-only {
    display: block !important;
  }
}

.mincho {
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 768px) {
  .container {
    max-width: 688px;
  }
}

.btn_type1, .btn_type2 {
  width: 18.2291666667vw;
  min-width: 250px;
}
@media screen and (max-width: 768px) {
  .btn_type1, .btn_type2 {
    width: 60.15625vw;
    min-width: 200px;
  }
}

.btn_type2 {
  margin: 7.8125vw auto 0;
}
@media screen and (max-width: 768px) {
  .btn_type2 {
    margin: 15.625vw auto 0;
  }
}

.swiper .swiper-slide {
  height: auto;
}
@media screen and (max-width: 768px) {
  .swiper .swiper-slide {
    display: flex;
    justify-content: center;
  }
}

.swiper .testimonial-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  margin: 0 4%;
  min-height: 500px !important;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1200px) {
  .swiper .testimonial-item {
    max-width: 688px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .swiper .testimonial-item {
    width: 85.9375vw;
    margin: 0 1rem;
  }
}
.swiper .testimonial-item p {
  font-style: normal !important;
}
.swiper .testimonial-item .swiper-slide_title_h3 {
  margin: 0 !important;
  text-align: center;
}
.swiper .testimonial-item .swiper-slide_title_h4 {
  margin: 0 !important;
  text-align: center;
  padding: 1.5rem 0;
  font-weight: bold;
}
.swiper .testimonial-item .swiper-slide_desc {
  background: transparent !important;
  padding: 0;
}

.testimonials .swiper-wrapper {
  padding-bottom: 1rem;
}

.testimonials .swiper-pagination {
  margin-top: 30px;
}

.header .logo {
  width: 100%;
  max-width: 517px;
  width: 26.9270833333vw;
  height: 4.0104166667vw;
}
@media screen and (max-width: 1200px) {
  .header .logo {
    width: 67.3177083333vw;
    height: 10.0260416667vw;
  }
}
.header .logo img {
  object-fit: contain;
  max-height: none;
}
@media screen and (max-width: 1200px) {
  .header .navmenu_ul {
    padding: 20px 0;
    border-radius: 0;
  }
}
@media screen and (max-width: 1200px) {
  .header .navmenu_list {
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #b8d9f4;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.5vw 0;
  }
}
@media screen and (max-width: 1200px) {
  .header .navmenu_list:first-child, .header .navmenu_list:last-child {
    padding: 30px 10px;
  }
}
.header .navmenu_list .image-block {
  max-width: 460px;
  width: 100%;
}
.header .navmenu_list .navmenu_link {
  color: #4d4d4d;
}
.header .navmenu_list .navmenu_link:hover, .header .navmenu_list .navmenu_link:active, .header .navmenu_list .navmenu_link:focus {
  color: #1c60a3;
}
.header .navmenu_list:last-child {
  margin: 0 1em;
}
@media screen and (max-width: 1200px) {
  .header .navmenu_list:last-child {
    margin: 0;
  }
}
.header .navmenu_list:last-child:hover {
  opacity: 0.8;
  transition: 0.8s;
}
.header .navmenu_list:last-child .navmenu_link {
  background-color: #757575;
  border-radius: 5px;
  color: #fff;
  max-width: 211px;
  width: 100%;
  height: 38px;
  justify-content: center;
  padding: 0;
}
.header .navmenu_list:last-child .navmenu_link_txt {
  padding: 0 10px;
}
@media screen and (max-width: 1200px) {
  .header .navmenu_list:last-child .navmenu_link_txt {
    padding: 0;
  }
}
.header .navmenu .mobile-nav-toggle {
  color: #4d4d4d;
  width: 40px;
  height: 40px;
  display: block;
  font-size: 40px;
}

.mobile-nav-active .mobile-nav-toggle {
  color: #fff !important;
}

.hero {
  background-image: url(../img/hero_bg.png);
  background-size: cover;
  background-position: center;
  height: 44.2708333333vw;
  max-height: 850px;
  min-height: 500px;
  display: block;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .hero {
    height: 93.4895833333vw;
  }
}
@media screen and (max-width: 576px) {
  .hero {
    min-height: 300px;
  }
}
.hero .container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1920px;
  padding: 0;
}
.hero_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.0729166667vw;
  height: 16.875vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .hero_text {
    width: 76.953125vw;
    height: 40.7552083333vw;
  }
}
.hero_text .image-block {
  width: 100%;
  height: 100%;
}
.hero_text .image-block img {
  object-fit: contain;
  object-position: center;
}

.about .title-wrap_p {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  padding: 4.6875vw 0 0 !important;
  letter-spacing: 8px;
  color: #4d4d4d;
  text-align: center;
  font-size: clamp(24px, 3.125vw, 30px);
}
@media screen and (max-width: 768px) {
  .about .title-wrap_p {
    font-size: clamp(18px, 5.142vw, 30px);
    padding: 14.3229166667vw 0 0 !important;
  }
}
.about_subtitle {
  color: #1c60a3;
  font-size: clamp(24px, 3.125vw, 30px);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .about_subtitle {
    font-size: clamp(26px, 7.428vw, 45px);
  }
}

.vision .swiper-slide_title {
  margin-top: 1em;
}
.vision .swiper-wrapper > .swiper-slide:nth-child(1) .swiper-slide_title_h3, .vision .swiper-wrapper > .swiper-slide:nth-child(2) .swiper-slide_title_h3, .vision .swiper-wrapper > .swiper-slide:nth-child(3) .swiper-slide_title_h3 {
  font-size: clamp(32px, 4.166vw, 40px);
  padding: 2rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .vision .swiper-wrapper > .swiper-slide:nth-child(1) .swiper-slide_title_h3, .vision .swiper-wrapper > .swiper-slide:nth-child(2) .swiper-slide_title_h3, .vision .swiper-wrapper > .swiper-slide:nth-child(3) .swiper-slide_title_h3 {
    font-size: clamp(26px, 7.428vw, 40px);
  }
}
.vision .swiper-wrapper > .swiper-slide:nth-child(1) .swiper-slide_title_h3 .vision_img_1, .vision .swiper-wrapper > .swiper-slide:nth-child(1) .swiper-slide_title_h3 .vision_img_2, .vision .swiper-wrapper > .swiper-slide:nth-child(1) .swiper-slide_title_h3 .vision_img_3, .vision .swiper-wrapper > .swiper-slide:nth-child(2) .swiper-slide_title_h3 .vision_img_1, .vision .swiper-wrapper > .swiper-slide:nth-child(2) .swiper-slide_title_h3 .vision_img_2, .vision .swiper-wrapper > .swiper-slide:nth-child(2) .swiper-slide_title_h3 .vision_img_3, .vision .swiper-wrapper > .swiper-slide:nth-child(3) .swiper-slide_title_h3 .vision_img_1, .vision .swiper-wrapper > .swiper-slide:nth-child(3) .swiper-slide_title_h3 .vision_img_2, .vision .swiper-wrapper > .swiper-slide:nth-child(3) .swiper-slide_title_h3 .vision_img_3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.vision .swiper-wrapper > .swiper-slide:nth-child(1) .swiper-slide_title_h3 .vision_img_1, .vision .swiper-wrapper > .swiper-slide:nth-child(2) .swiper-slide_title_h3 .vision_img_1, .vision .swiper-wrapper > .swiper-slide:nth-child(3) .swiper-slide_title_h3 .vision_img_1 {
  width: 15.8333333333vw;
  max-width: 304px;
  top: -10%;
}
@media screen and (max-width: 1200px) {
  .vision .swiper-wrapper > .swiper-slide:nth-child(1) .swiper-slide_title_h3 .vision_img_1, .vision .swiper-wrapper > .swiper-slide:nth-child(2) .swiper-slide_title_h3 .vision_img_1, .vision .swiper-wrapper > .swiper-slide:nth-child(3) .swiper-slide_title_h3 .vision_img_1 {
    width: 39.1666666667vw;
    max-width: 470px;
  }
}
@media screen and (max-width: 768px) {
  .vision .swiper-wrapper > .swiper-slide:nth-child(1) .swiper-slide_title_h3 .vision_img_1, .vision .swiper-wrapper > .swiper-slide:nth-child(2) .swiper-slide_title_h3 .vision_img_1, .vision .swiper-wrapper > .swiper-slide:nth-child(3) .swiper-slide_title_h3 .vision_img_1 {
    width: 61.1979166667vw;
    max-width: 470px;
  }
}
.vision .swiper-wrapper > .swiper-slide:nth-child(1) .swiper-slide_title_h3 .vision_img_2, .vision .swiper-wrapper > .swiper-slide:nth-child(2) .swiper-slide_title_h3 .vision_img_2, .vision .swiper-wrapper > .swiper-slide:nth-child(3) .swiper-slide_title_h3 .vision_img_2 {
  width: 12.1875vw;
  max-width: 234px;
  top: -10%;
}
@media screen and (max-width: 1200px) {
  .vision .swiper-wrapper > .swiper-slide:nth-child(1) .swiper-slide_title_h3 .vision_img_2, .vision .swiper-wrapper > .swiper-slide:nth-child(2) .swiper-slide_title_h3 .vision_img_2, .vision .swiper-wrapper > .swiper-slide:nth-child(3) .swiper-slide_title_h3 .vision_img_2 {
    width: 30.1666666667vw;
    max-width: 362px;
  }
}
@media screen and (max-width: 768px) {
  .vision .swiper-wrapper > .swiper-slide:nth-child(1) .swiper-slide_title_h3 .vision_img_2, .vision .swiper-wrapper > .swiper-slide:nth-child(2) .swiper-slide_title_h3 .vision_img_2, .vision .swiper-wrapper > .swiper-slide:nth-child(3) .swiper-slide_title_h3 .vision_img_2 {
    width: 47.1354166667vw;
    max-width: 362px;
  }
}
.vision .swiper-wrapper > .swiper-slide:nth-child(1) .swiper-slide_title_h3 .vision_img_3, .vision .swiper-wrapper > .swiper-slide:nth-child(2) .swiper-slide_title_h3 .vision_img_3, .vision .swiper-wrapper > .swiper-slide:nth-child(3) .swiper-slide_title_h3 .vision_img_3 {
  width: 11.25vw;
  max-width: 216px;
  top: -10%;
}
@media screen and (max-width: 1200px) {
  .vision .swiper-wrapper > .swiper-slide:nth-child(1) .swiper-slide_title_h3 .vision_img_3, .vision .swiper-wrapper > .swiper-slide:nth-child(2) .swiper-slide_title_h3 .vision_img_3, .vision .swiper-wrapper > .swiper-slide:nth-child(3) .swiper-slide_title_h3 .vision_img_3 {
    width: 30vw;
    max-width: 360px;
  }
}
@media screen and (max-width: 768px) {
  .vision .swiper-wrapper > .swiper-slide:nth-child(1) .swiper-slide_title_h3 .vision_img_3, .vision .swiper-wrapper > .swiper-slide:nth-child(2) .swiper-slide_title_h3 .vision_img_3, .vision .swiper-wrapper > .swiper-slide:nth-child(3) .swiper-slide_title_h3 .vision_img_3 {
    width: 46.875vw;
    max-width: 360px;
  }
}
.vision .swiper-wrapper > .swiper-slide:nth-child(1) .swiper-slide_title_h3 .vision_title_txt, .vision .swiper-wrapper > .swiper-slide:nth-child(2) .swiper-slide_title_h3 .vision_title_txt, .vision .swiper-wrapper > .swiper-slide:nth-child(3) .swiper-slide_title_h3 .vision_title_txt {
  z-index: 1;
  position: relative;
}
.vision .swiper-wrapper > .swiper-slide:nth-child(1) .swiper-slide_title_h4, .vision .swiper-wrapper > .swiper-slide:nth-child(2) .swiper-slide_title_h4, .vision .swiper-wrapper > .swiper-slide:nth-child(3) .swiper-slide_title_h4 {
  font-size: clamp(18px, 2.343vw, 22px);
}
@media screen and (max-width: 768px) {
  .vision .swiper-wrapper > .swiper-slide:nth-child(1) .swiper-slide_title_h4, .vision .swiper-wrapper > .swiper-slide:nth-child(2) .swiper-slide_title_h4, .vision .swiper-wrapper > .swiper-slide:nth-child(3) .swiper-slide_title_h4 {
    font-size: clamp(16px, 4.571vw, 30px);
    padding: 0 0 1.5rem;
  }
}

.partner {
  padding-top: 0;
}
.partner .container:first-child {
  max-width: none;
  background-color: #b8d9f4;
  text-align: center;
  padding: 70px 0;
}
.partner .container:first-child_text {
  margin-bottom: 0;
  text-decoration: none;
}
.partner .container:nth-child(2) > .image-block {
  padding: 8.3333333333vw 0 5.2083333333vw;
}
@media screen and (max-width: 768px) {
  .partner .container:nth-child(2) > .image-block {
    padding: 15.625vw 0;
  }
}
.partner .container:nth-child(2) .partner_btn_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 85px;
}
@media screen and (max-width: 992px) {
  .partner .container:nth-child(2) .partner_btn_wrap {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .partner .container:nth-child(2) .partner_btn_wrap {
    flex-direction: column;
  }
}

.service .testimonials .swiper-slide_title_h4 {
  font-size: clamp(18px, 2.343vw, 22px);
}
@media screen and (max-width: 768px) {
  .service .testimonials .swiper-slide_title_h4 {
    font-size: clamp(16px, 4.571vw, 30px);
  }
}

.supporter .title-wrap_h2_text {
  letter-spacing: 0.5rem;
}
.supporter .card_item {
  background: #fff;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.4);
  margin-top: 5rem;
  list-style-type: none;
}
.supporter .card_item:first-child {
  margin-top: 0;
}
.supporter .card_item .item_about {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .supporter .card_item .item_about {
    flex-direction: column;
  }
}
.supporter .card_item .item_about_image {
  width: 33.3333333333%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .supporter .card_item .item_about_image {
    width: 100%;
  }
}
.supporter .card_item .item_about_text {
  padding: 0 2rem;
  flex: 1;
}
.supporter .card_item .item_about_text .card_item_title {
  padding: 1rem 0;
  border-bottom: 2px solid #b8d9f4;
}
.supporter .card_item .item_about_text .card_item_title .mincho:first-child {
  font-size: 1.3em;
}
.supporter .card_item .item_about_text .card_item_title .mincho:last-child {
  font-size: 1em;
}
.supporter .card_item .item_about_text .card_item_desc {
  padding: 1rem 0;
}
.supporter .card_item .item_license_box {
  display: flex;
  background-color: #f8fcff;
}
@media screen and (max-width: 992px) {
  .supporter .card_item .item_license_box {
    flex-direction: column;
  }
}
.supporter .card_item .item_license_title {
  width: 33.3333333333%;
  background-color: #b8d9f4;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3.0208333333vw 0;
}
@media screen and (max-width: 992px) {
  .supporter .card_item .item_license_title {
    width: 100%;
    padding: 4.8333333333vw 0;
  }
}
@media screen and (max-width: 768px) {
  .supporter .card_item .item_license_title {
    padding: 7.5520833333vw 0;
  }
}
.supporter .card_item .item_license_title .mincho {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0 0.5rem;
}
.supporter .card_item .item_license_text {
  padding: 2rem 1rem 2rem 0;
  flex: 1;
}
.supporter .card_item .item_license_text .item_lists {
  list-style-type: disc;
  margin-left: 3em;
}
.supporter .card_item .item_license_desc {
  padding: 1rem;
}
.supporter .card_item .item_monitor_title {
  text-align: center;
  color: #1c60a3;
}
.supporter .card_item .item_monitor_title .mincho {
  font-size: clamp(20px, 2.604vw, 24px);
  font-weight: bold;
  padding: 2.9166666667vw 0.5rem 2.0833333333vw;
  color: #1c60a3;
}
@media screen and (max-width: 992px) {
  .supporter .card_item .item_monitor_title .mincho {
    font-size: clamp(24px, 3.125vw, 30px);
    padding: 7.5vw 0.5rem 6.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .supporter .card_item .item_monitor_title .mincho {
    font-size: clamp(20px, 5.714vw, 30px);
    padding: 11.71875vw 0.5rem 10.4166666667vw;
  }
}
.supporter .card_item .item_monitor_box {
  display: flex;
  padding: 0 30px 40px;
}
@media screen and (max-width: 1200px) {
  .supporter .card_item .item_monitor_box {
    flex-direction: column;
  }
}
.supporter .card_item .item_monitor_list {
  flex: 1;
  border: 1px solid #1c60a3;
}
.supporter .card_item .item_monitor_list_ul {
  list-style-type: disc;
  list-style-position: inside;
  padding: 54px 35px;
  width: 360px;
}
@media screen and (max-width: 1200px) {
  .supporter .card_item .item_monitor_list_ul {
    width: 100%;
    margin: 0;
    padding: 30px;
  }
}
.supporter .card_item .item_monitor_desc {
  padding: 0.5rem 40px;
}
@media screen and (max-width: 1200px) {
  .supporter .card_item .item_monitor_desc {
    padding: 1rem 0;
  }
}

.contact .title-wrap {
  padding-bottom: 3.125vw;
}
@media screen and (max-width: 768px) {
  .contact .title-wrap {
    padding-bottom: 15.625vw;
  }
}
.contact .catch {
  padding-bottom: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .contact .catch {
    padding-bottom: 15.625vw;
  }
}
.contact .catch .kanryou {
  font-size: 22px;
  color: #ff0000;
  font-weight: bold;
  text-align: center;
}
.contact .catch .desc {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact .catch .desc {
    max-width: 450px;
  }
}
.contact .contact_form {
  background-color: #fff !important;
}
@media screen and (max-width: 768px) {
  .contact .contact_form .d-flex, .contact .contact_form .flex_cont, .contact .contact_form .form_wrap, .contact .contact_form .form, .contact .contact_form .text_wrap, .contact .contact_form .input-parts {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact_form .form {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact_form .form .row {
    --bs-gutter-x: 0;
    width: 95% !important;
  }
}
@media screen and (max-width: 576px) {
  .contact .contact_form .form .row {
    font-size: clamp(22px, 6.28vw, 26px) !important;
  }
}
.contact .contact_form .form .row .item_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact .contact_form .form .row .item_wrap {
    flex-direction: column;
    font-size: clamp(18px, 3.12vw, 26px);
  }
}
.contact .contact_form .form .row .input-parts {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .contact .contact_form .form .row .input-parts {
    margin-top: 1%;
  }
}
.contact .contact_form .form .row .input-parts.valid + .error-area {
  display: none;
}
.contact .contact_form .form .row .input-parts.invalid + .error-area {
  display: block;
}
.contact .contact_form .form .row .input-parts + .error-area {
  display: none;
  color: #ff0000;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.contact .contact_form .form .row .input-parts + .error-area .error-message {
  margin: 0;
}
.contact .contact_form .form .row .input-parts .form-control {
  font-size: 1em;
}
.contact .contact_form .form .form-control {
  background-color: #fff;
  padding: 2%;
  color: #4d4d4d;
}
@media screen and (max-width: 576px) {
  .contact .contact_form .form .form-control {
    height: clamp(40px, 11.42vw, 58px);
  }
}
.contact .contact_form .form input::placeholder, .contact .contact_form .form textarea::placeholder {
  color: #555;
}
.contact .contact_form .form .textarea {
  resize: none;
}
@media screen and (max-width: 576px) {
  .contact .contact_form .form .policy_text {
    font-size: clamp(12px, 3.42vw, 18px) !important;
  }
}
.contact .contact_form .form .policy_text_link {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.contact .contact_form .form .policy_text_link a {
  color: #555;
}
.contact .contact_form .form .submit_btn_wrap {
  display: flex;
  justify-content: center;
  margin-top: 1.5625vw;
}
@media screen and (max-width: 768px) {
  .contact .contact_form .form .submit_btn_wrap {
    margin-top: 15.625vw;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact_form .form .submit_btn_wrap {
    margin-top: 13.8888888889vw;
  }
}
.contact .contact_form .form .submit_btn {
  border: none;
  background: transparent;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .contact .contact_form .form .submit_btn .image-block {
    width: 33.59375vw;
    min-width: 200px;
  }
}

.footer {
  background-color: #b8d9f4;
  padding: 4.8958333333vw 0 1.25vw;
}
@media screen and (max-width: 992px) {
  .footer {
    padding: 9.75vw 0 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 15.234375vw 0 2.34375vw;
  }
}
.footer .sitename {
  color: #1c60a3;
  font-size: 1.8em;
  font-weight: bold;
  padding-bottom: 1.0416666667vw;
}
@media screen and (max-width: 992px) {
  .footer .sitename {
    padding-bottom: 6.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .sitename {
    font-size: 1.5em;
    padding-bottom: 9.6354166667vw;
  }
}
.footer .row {
  font-size: 14px;
}
.footer .footer-info {
  display: flex;
  flex-direction: column;
  gap: 2.5vw;
}
@media screen and (max-width: 992px) {
  .footer .footer-info {
    gap: 3.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-info {
    gap: 4.9479166667vw;
  }
}
.footer .footer-info .image-block {
  width: 24px;
  height: 24px;
}
.footer .footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 992px) {
  .footer .footer-links {
    display: block;
  }
}
.footer .footer-links_menu {
  width: fit-content;
}
.footer .footer-links_menu .footer_link {
  font-weight: bold;
  margin-bottom: 2.5vw;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .footer .footer-links_menu .footer_link {
    margin-bottom: 3.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-links_menu .footer_link {
    margin-bottom: 4.9479166667vw;
  }
}
.footer .footer-links_menu .footer_link:last-child {
  margin-bottom: 0;
}
.footer .footer-links_title {
  color: #4d4d4d;
  font-weight: bold;
}
.footer .copyright {
  background-color: transparent;
  color: #4d4d4d;
  font-size: 14px;
  text-align: center;
  padding: 4.1666666667vw 0 0;
}
@media screen and (max-width: 992px) {
  .footer .copyright {
    padding: 10vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .footer .copyright {
    font-size: 12px;
    padding: 15.625vw 0 0;
  }
}
.footer .copyright_link {
  color: #4d4d4d;
}

.privacy .section {
  margin: 0;
  padding: 0;
}
.privacy .page_title_wrap {
  background-color: #b8d9f4;
  padding: 70px;
  margin-bottom: 97px;
}
.privacy .page_title_wrap .page_title {
  color: #1c60a3;
  text-align: center;
  font-weight: bold;
  font-size: 45px;
}
.privacy .kiyaku_wrap {
  padding-bottom: 60px;
}
.privacy .kiyaku_wrap .kiyaku_title {
  color: #1c60a3;
  font-weight: bold;
  font-size: 28px;
  text-decoration: underline;
  text-decoration-color: #1c60a3;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
}
.privacy .kiyaku_wrap .kiyaku_desc {
  padding-top: 30px;
}
.privacy .kiyaku_wrap .kiyaku_lists {
  list-style-position: inside;
}
.privacy .kiyaku_wrap .kiyaku_sublists {
  list-style-type: disc;
}/*# sourceMappingURL=style.css.map */