@charset "UTF-8";
.main_image {
  position: relative;
  width: 1280px;
  min-width: 100%;
  height: 450px;
  padding-top: 195px;
  box-sizing: border-box;
  background: url(/images/medical/medical_key.webp) center top/cover no-repeat;
  overflow: hidden;
}
.main_image .inner {
  width: 1025px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.main_image .text {
  position: relative;
  z-index: 5;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 48px;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 768px) {
  .main_image {
    position: relative;
    width: initial;
    height: 80vw;
    padding-top: 45.3vw;
    box-sizing: border-box;
    background: url(/images/medical/medical_key.webp) right 40% top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
  .main_image .text {
    text-align: center;
    font-size: 5.8vw;
    padding-left: initial;
  }
}

.sec01 {
  margin-bottom: 100px;
}
.sec01 .gridbox_menu {
  -moz-column-gap: 25px;
       column-gap: 25px;
  row-gap: 30px;
}
.sec01 .gridbox_menu .box {
  background-color: rgba(59, 99, 154, 0.2);
}
.sec01 .gridbox_menu .top_title {
  color: #fff;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  height: 73px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sec01 .gridbox_menu .imagebox {
  text-align: center;
  padding: 30px 15px 0;
}
.sec01 .gridbox_menu .textbox {
  height: 270px;
  padding: 0 15px;
}
.sec01 .gridbox_menu .box_title {
  color: #333631;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dashed #3B639A;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
}
.sec01 .gridbox_menu .menu_link {
  background-color: #3B639A;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin: 10px auto 15px;
  width: 80%;
}
.sec01 .gridbox_menu .btn {
  position: relative;
  font-size: 17px;
  color: #fff;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  line-height: 1.2;
}
.sec01 .gridbox_menu .btn::before {
  content: "＞";
  position: absolute;
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  right: -30px;
  bottom: 50%;
  transform: translateY(50%);
}
.sec01 .medicalbox {
  margin-bottom: 95px;
}
.sec01 .medicalbox .top_title {
  background-color: #3B639A;
}
.sec01 .medicalbox .top_title::before {
  content: "";
  position: absolute;
  width: 37px;
  height: 23px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/images/medical/blue_sankaku.webp) center/contain no-repeat;
}
.sec01 .childbox {
  margin-bottom: 95px;
}
.sec01 .childbox .title {
  font-size: 21px;
  text-align: center;
  color: #D4797E;
  border-bottom: 1px dashed #D4797E;
  padding-bottom: 20px;
  margin-bottom: 35px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
}
.sec01 .childbox .box {
  background-color: rgba(212, 121, 126, 0.2);
}
.sec01 .childbox .gridbox_menu {
  grid-template-columns: repeat(1, 1fr);
  width: 356px;
  margin: 0 auto;
}
.sec01 .childbox .gridbox_menu .box_title {
  border-bottom: 1px dashed #D4797E;
}
.sec01 .childbox .gridbox_menu .menu_link {
  background-color: #D4797E;
}
.sec01 .childbox .top_title {
  background-color: #D4797E;
}
.sec01 .childbox .top_title::before {
  content: "";
  position: absolute;
  width: 37px;
  height: 23px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/images/medical/pink_sankaku.webp) center/contain no-repeat;
}
.sec01 .lostbox {
  margin-bottom: 95px;
}
.sec01 .lostbox .title {
  font-size: 21px;
  text-align: center;
  color: #437C93;
  border-bottom: 1px dashed #437C93;
  padding-bottom: 20px;
  margin-bottom: 35px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
}
.sec01 .lostbox .box {
  background-color: rgba(67, 124, 147, 0.2);
}
.sec01 .lostbox .gridbox_menu {
  margin: 0 auto;
}
.sec01 .lostbox .gridbox_menu .box_title {
  border-bottom: 1px dashed #437C93;
}
.sec01 .lostbox .gridbox_menu .menu_link {
  background-color: #437C93;
}
.sec01 .lostbox .top_title {
  background-color: #437C93;
}
.sec01 .lostbox .top_title::before {
  content: "";
  position: absolute;
  width: 37px;
  height: 23px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/images/medical/green_sankaku.webp) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .gridbox_menu {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 10vw;
  }
  .sec01 .gridbox_menu .box {
    padding: 0 0 5vw;
  }
  .sec01 .gridbox_menu .textbox {
    height: initial;
    margin-bottom: 5vw;
    padding: 0 3vw;
  }
  .sec01 .gridbox_menu .imagebox {
    padding: 7vw 3vw 0;
  }
  .sec01 .gridbox_menu .box_title {
    padding-bottom: 3vw;
    margin-bottom: 3vw;
  }
  .sec01 .gridbox_menu .menu_link {
    border-radius: 100vw;
    height: 15vw;
    margin: 8vw auto 0;
  }
  .sec01 .gridbox_menu .btn {
    position: relative;
    font-size: 4vw;
  }
  .sec01 .gridbox_menu .btn::before {
    content: "＞";
    position: absolute;
    font-size: 4vw;
    right: -7vw;
    bottom: 50%;
    transform: translateY(50%);
  }
  .sec01 .gridbox_menu .top_title {
    height: 15vw;
    font-size: 4vw;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .sec01 .gridbox_menu .top_title::before {
    width: 10vw;
    height: 6vw;
    bottom: -5vw;
  }
  .sec01 .childbox .title {
    font-size: 4.8vw;
    padding-bottom: 3vw;
    margin-bottom: 5vw;
  }
  .sec01 .childbox .gridbox_menu {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }
  .sec01 .childbox .top_title::before {
    width: 10vw;
    height: 6vw;
    bottom: -5vw;
  }
  .sec01 .lostbox .title {
    font-size: 4.8vw;
    padding-bottom: 3vw;
    margin-bottom: 5vw;
  }
  .sec01 .lostbox .top_title::before {
    width: 10vw;
    height: 6vw;
    bottom: -5vw;
  }
}/*# sourceMappingURL=medical.css.map */