@charset "UTF-8";
.boxIndexTop .item {
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: center center;
}
@-webkit-keyframes zoomUp {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
}
@keyframes zoomUp { /* 1.15倍させる指定 */
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
}
.swiper-slide {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-slide-active .slide-img, .swiper-slide-duplicate-active .slide-img, .swiper-slide-prev .slide-img { /* 12秒かけて拡大させる */
    -webkit-animation: zoomUp 12s linear 0s;
    animation: zoomUp 12s linear 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.slide-img {
    background-size: cover;
    background-position: center center; /* 背景画像は中央を軸に表示させる */
    max-height: inherit;
	height: 59vw;
  min-height: 1039px;
}
.slide-img img {
    display: block;
    max-width: inherit;
    width: 100%;
}
.boxIndexTop .swiper-slide {
	position: relative;
}
.boxIndexTop .swiper-slide .text {
  position: absolute;
  right: 5%;
  top: 35%;
  z-index: 1;
}
.boxIndexTop .swiper-slide .text .p01 {
  z-index: 1;
}
.boxIndexTop .swiper-slide .text .p02 {
  font-size: 60px;
  color: #fff;
  line-height: 1.55;
  font-weight: bold;
  text-align: right;
}
.boxIndexTop .swiper-slide .text .p02 span {
  font-size: 70.94px;
  color: #fffac0;
}
.boxIndexTop .swiper-slide .text .p02 small {
  font-size: 0.83em;
}
.boxIndexTop .swiper-slide .text .p03 {
  font-size: 26px;
  opacity: 0.51;
  letter-spacing: 0;
  text-align: right;
  margin-top: 1em;
  color: #fff;
}
.boxIndexTop {
  position: relative;
}

.boxIndex01Wrap {
  padding: 80px 0;
}
.boxIndex01 {
  display: flex;
}
.boxIndex01 .left {
  width: 47.8%;
  position: relative;
}
.ttl_index01 {
  letter-spacing: 0.12em;
  color: #206e95;
  font-size: 2.125rem;
  position: relative;
  padding-bottom: 0.6em;
  margin-bottom: 1.2em;
}
.ttl_index01:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #adbed1;
  position: absolute;
  left: 0;
  bottom: 0;
}
.ttl_index01:after {
  content: "";
  width: 186px;
  height: 1px;
  background-color: #206e95;
  position: absolute;
  left: 0;
  bottom: 0;
}
.linkBase01 {
  letter-spacing: 0.12em;
  padding: 2px 35px 2px 0;
  background: url("../../images/common/img-arrow02.png") no-repeat right center;
}
.boxIndex01 .linkBase01 {
  position: absolute;
  right: 0;
  top: 12px;
}
.boxIndex01 .left .list_wrap {
}
.boxIndex01 .left .list_wrap dl {
  display: flex;
  align-items: center;
}
.boxIndex01 .left .list_wrap dl:nth-child(n+2) {
  margin-top: 25px;
}
.boxIndex01 .left .list_wrap dl dt {
  width: 90px;
}
.boxCategoryList li {
  background-color: #6d93b1;
  color: #fff;
  letter-spacing: 0.08em;
  border-radius: 8px;
  min-width: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.625em;
  padding-top: 1px;
}
.boxIndex01 .left .list_wrap dl .date {
  width: 124px;
  text-align: center;
  font-size: 0.875rem;
  padding-top: 2px;
}
.boxIndex01 .left .list_wrap dl .txt {
  width: calc(100% - 214px);
  font-size: 1.0625rem;
}
.boxIndex01 .left .list_wrap dl .txt a {
}
.boxIndex01 .right {
  margin-left: auto;
  width: 47.8%;
  position: relative;
}
.boxIndex01 .right .box_wrap {
  display: flex;
}
.boxIndex01 .right .box_wrap .box {
  width: 31%;
}
.boxIndex01 .right .box_wrap .box:nth-child(n+2) {
  margin-left: 3.5%;
}
.boxIndex01 .right .box_wrap .box .img {
  height: 150px;
  background-color: #ccc;
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
}
.boxIndex01 .right .box_wrap .box .img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.boxIndex01 .right .box_wrap .box .ttl {
  font-weight: bold;
  font-size: 1.125rem;
  letter-spacing: 0.12em;
  color: #206e95;
  margin-bottom: 0.6em;
}
.boxIndex01 .right .box_wrap .box .date {
  font-size: 0.875rem;
}
.boxIndex02Wrap {
  padding: 78px 0 90px 0;
  background: url("../../images/index/bg-annai.jpg") no-repeat center top;
  background-size: cover;
}
.boxIndex02 {
  position: relative;
}
.boxIndex02 .img {
  position: absolute;
  left: -176px;
  top: 0;
}
.boxIndex02 .img img {
}
.boxIndex02 .cont {
  width: 911px;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.boxIndex02 .cont .ttl01 {
  letter-spacing: 0.1em;
  font-size: 2.375rem;
  color: #206e95;
  margin-bottom: 0.7em;
}
.boxIndex02 .cont .ttl02 {
  font-size: 1.68rem;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  margin-bottom: 34px;
  background-color: #6d93b1
}
.boxIndex02 .cont .ttl02 span {
  color: #fffac0;
}
.boxIndex02 .cont .boxBaseCom {
  padding: 0 207px 0 10px
}
.boxIndex02 .cont .boxBaseCom p {
  font-size: 1.0625rem;
}
.boxIndex02 .cont .btn_area {
  margin-top: 34px;
  display: flex;
}
.boxIndex02 .cont .btn_area .btnBase01:last-child {
  margin-left: 10px;
}
.boxIndex02Wrap .ill01 {
  height: 331px;
  width: 224px;
  overflow: hidden;
  position: relative;
}
.boxIndex02Wrap .ill01Wrap {
  position: absolute;
  bottom: -90px;
  right: -20px;
}
.boxIndex02Wrap .ill01Wrap:before {
  content: "";
  width: 342px;
  height: 202px;
  background: url("../../images/index/img-illust03-over.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 7px;
  top: -38px;
}
.boxIndex02Wrap .ill01 img {
  width: 224px;
  position: absolute;
  top: 0;
  left: 0;
}
.boxIndex03Wrap {
  padding: 90px 0 70px 0;
  position: relative;
}
.boxIndex03 {
  position: relative;
  z-index: 1;
}
.boxIndex03Wrap:after {
  content: "";
  width: 100%;
  height: 425px;
  background-color: #e9f2f1;
  position: absolute;
  left: 0;
  bottom:0;
}
.boxIndex03 .box_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1080px;
  margin: auto;
}
.boxIndex03 .box_wrap .box {
  border-radius: 8px;
  width: 348px;
  background-color: #fff;
  padding: 22px 18px;
}

.boxIndex03 .box_wrap .box:nth-child(n+2) {
  margin-left: 1.333%;
}
.boxIndex03 .box_wrap .box:nth-child(n+4) {
  margin: 1.33% 0 0 0;
}
.boxIndex03 .box_wrap .box:nth-of-type(5),
.boxIndex03 .box_wrap .box:nth-of-type(6) {
  margin-left: 1.33%;
}
.boxIndex03 .box_wrap .box:nth-of-type(4) {
  margin-left: 0;
}
.boxIndex03 .box_wrap .box a {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  height: 104px;
}
.boxIndex03 .box_wrap .box a .ico {
  width: 96px;
  background-color: #ccd9e7;
  display: flex;
  justify-content: center;
  align-items: center;
}
.boxIndex03 .box_wrap .box a .ico img {
  width: 61px;
}
.boxIndex03 .box_wrap .box a .txt {
  width: calc(100% - 96px);
  padding-left: 20px;
  display: flex;
  align-items: center;
  color: #fff;
  background:url("../../images/common/img-arrow03.png") no-repeat right 15px center;
  background-color: #216d92;
  font-weight: bold;
  letter-spacing: 0.18em;
  font-size: 1.375rem;
}
.boxIndex03 .box_wrap .box:nth-of-type(5) a .txt {
  font-size: 1.2rem;
  padding-left: 15px;
  letter-spacing: 0.04em;
}
.boxIndex03 .box_wrap .box p {
  letter-spacing: 0.12em;
  margin-top: 1em;
  padding-left: 5px;
}
.boxIndex04Wrap {
  padding: 75px 0;
  background: url("../../images/index/bg-jisseki.jpg") no-repeat center top;
  background-size: cover;
}
.boxIndex04 {
  max-width: 1080px;
  position: relative;
}
.boxIndex04:before {
  content: "";
  width: 369px;
  height: 468px;
  background: url("../../images/index/img-illust00.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: -80px;
  top: 156px;
  z-index: 2;
}
.boxIndex04 .ttl01 {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.boxIndex04 .ttl01 .p01 span:nth-of-type(1) {
  font-size: 1.268rem;
  letter-spacing: 0.18em;
  font-weight: bold;
  display: block;
}
.boxIndex04 .ttl01 .p01 span:nth-of-type(2) {
  font-size: 2.375rem;
  letter-spacing: 0.18em;
  color: #216d92;
  display: block;
}
.boxIndex04 .ttl01 .p02 {
  letter-spacing: 0.02em;
  font-size: 1.125rem;
  line-height: 1.66;
  margin-left: 50px;
}
.boxIndex04 .ttl02 {
  height: 73px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.boxIndex04 .ttl02:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: #e3e9f0;
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
}
.boxIndex04 .ttl02:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 19px solid #e3e9f0;
  border-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -19px;
}
.boxIndex04 .ttl02 .p01 {
  position: relative;
  z-index: 1;
  color: #6c91ae;
  line-height: 1.2;
}
.boxIndex04 .ttl02 .p01 small {
}
.boxIndex04 .ttl02 .p02 {
  position: relative;
  z-index: 1;
  letter-spacing: 0.1em;
  color: #6c91ae;
  font-size: 2em;
  font-weight: bold;
  padding-left: 12px;
}
.boxIndex04 .count01 {
  text-align: center;
  margin: 20px 0;
  position: relative;
  z-index: 3;
}
.boxIndex04 .count01 span {
  font-size: 5.45rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #216d92;
}
.boxIndex04 .count01 small {
  font-size: 2.355rem;
  font-weight: bold;
  padding-left: 10px;
}
.boxIndex04 .count02 {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 3;
}
.boxIndex04 .count02 div:nth-of-type(1) {
  font-weight: bold;
  color: #336733;
  font-size: 1.25rem;
  margin-right: 20px;
}
.boxIndex04 .count02 div:nth-of-type(1) span {
  color: #727171;
  letter-spacing: 0.12em;
  display: block;
  font-weight: normal;
}
.boxIndex04 .count02 div:nth-of-type(2) span {
  color: #336733;
  font-weight: bold;
  letter-spacing: -0.02em;
  font-size: 2.678rem;
}
.boxIndex04 .count02 div:nth-of-type(2) small {
  color: #727171;
  font-size: 1.128rem;
  padding-left: 5px;
}
.boxIndex04 .box_wrap {
  margin-top: 40px;  
  display: flex;
  justify-content: space-between;
    position: relative;
  z-index: 3;
}
.boxIndex04 .box_wrap a {
  box-shadow: 0 0 35px rgba(218,218,218,0.35);
  border-radius: 8px;
  overflow: hidden;
  width: 49%;
}
.boxIndex04 .box_wrap .img {
}
.boxIndex04 .box_wrap a .btn {
  height: 150px;
  background: url("../../images/index/bg-jisseki01.jpg") no-repeat left bottom;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
}
.boxIndex04 .box_wrap a:nth-of-type(2) .btn {
  background-image: url("../../images/index/bg-jisseki02.jpg")
}
.boxIndex04 .box_wrap a .btn:after {
  content: "";
  width: 31px;
  height: 23px;
  background: url("../../images/common/img-arrow04.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.boxIndex04 .box_wrap a .btn .ico {
  width: 122px;
  margin-left: 24px;
}
.boxIndex04 .box_wrap a .btn .ico img {
  width: 122px;
}
.boxIndex04 .box_wrap a .btn .t01 {
  color: #fff;
  font-weight: bold;
  font-size: 2.125rem;
  letter-spacing: 0.1em;
  padding-left: 40px;
}
.boxIndex04 .box_wrap a .btn .t01 span {
  display: block;
  font-weight: normal;
  font-size: 1.3675rem;
  margin-top: 0.3em;
}
.boxIndex05Wrap {
  padding: 90px 0;
  background: url("../../images/index/bg-features.jpg") no-repeat left top;
  background-size: cover;
}
.boxIndex05 {
  position: relative;
}
.boxIndex05:before {
  content: "";
  width: 1350px;
  height: 150px;
  background: url("../../images/index/index-txt01.png") no-repeat;
  position: absolute;
  top: -97px;
  left: 55px;
}
.boxIndex05 .ttl_area {
  position: relative;
  position: absolute;
  left: 0;
  top:83px;
}
.boxIndex05 .ttl_area .t01 {
  font-size: 1.53rem;
  font-weight: bold;
  letter-spacing: 0.12em;
  margin-bottom: 35px;
}
.boxIndex05 .ttl_area .t02 {
  display: flex;
  align-items: flex-start;
}
.boxIndex05 .ttl_area .t02 span:nth-of-type(1) {
  font-size: 2.43rem;
  color: #6c91ae;
  margin: 23px 5px 0 0;
}
.boxIndex05 .ttl_area .t02 span:nth-of-type(2) {
  letter-spacing: 0.1em;
  color: #216d92;
  font-size: 4.5rem;
  line-height: 1;
}
.boxIndex05 .ttl_area a {
  width: 206px;
  height: 44px;
  border-radius: 8px;
  background: url("../../images/common/img-arrow01.png") no-repeat right 17px center;
  background-color: #e3e9f0;
  display: flex;
  align-items: center;
  padding-left: 20px;
  position: absolute;
  right: 0;
  bottom: 38px;
}
.boxIndex05 .box_wrap {
  width: calc(100% - 420px);
  margin-left: auto;
  position: relative;
  z-index: 1;
  display: flex;
}
.boxIndex05 .box_wrap .box {
  width: 32%;
}
.boxIndex05 .box_wrap .box:nth-child(n+2) {
  margin-left: 1.5%;
}
.boxIndex05 .box_wrap .box .img {
  border-radius: 8px;
  overflow: hidden;
}
.boxIndex05 .box_wrap .box .num {
  color: #6c91ae;
  letter-spacing: 0;
  font-size: 1.729rem;
  display: flex;
  align-items: flex-end;
  font-weight: normal;
  justify-content: flex-end;
  margin-top: -25px;
}
.boxIndex05 .box_wrap .box .num span {
  font-size: 4.14rem;
  line-height: 1;
  margin-left: 5px;
}
.boxIndex05 .box_wrap .box p {
  font-size: 1.375rem;
  margin-top: 0.5em;
  line-height: 1.72;
  letter-spacing: 0.24em;
}
.boxIndex05 .box_wrap .box:nth-of-type(2) p,
.boxIndex05 .box_wrap .box:nth-of-type(4) p {
  letter-spacing: 0.1em;
}
.boxIndex05 .box_wrap .box p span {
  font-weight: bold;
  color: #216d92;
}
.boxIndex05 .box_wrap.box_wrap02 {
  width: 100%;
margin-top: 97px;
}
.boxIndex06Wrap {
  background: url("../../images/index/bg-img01.jpg") no-repeat;
  background-size: cover;
  height: 509px;
}

@media all and (max-width: 750px){
  .boxIndexTop .swiper-slide .text .p02 {
    font-size: 1.4rem;
  }
  .boxIndexTop .swiper-slide .text .p02 span {
    font-size: 1.8em;
  }
  .boxIndexTop .swiper-slide .text .p03 {
    font-size: 1rem;
  }
  .boxIndexOpenInfo {
    width: 100%;
    flex-wrap: wrap;
    position: relative;
    align-items: flex-start;
    padding: 2rem 5%;
  }
  .boxIndexTop .slide-img {
    min-height: 120vw;
  }
  .boxIndexOpenInfo:after {
    content: none;
    width: 36vw;
    height: 63vw;
    left: 0vw;
    bottom: auto;
    top: -15vw;
}
  .boxIndexOpenInfo .box01 {
    width: 40%;
    height: 54vw;
            padding-left: 4.2vw;
    margin-top: 0;
    bottom: 0;
}
  .boxIndexOpenInfo .box02 {
    width: 57%;
    margin: 0 0 0 auto;
  }
  .boxIndexOpenInfo .box02 .tel .linkBaseTelno {
    font-size: 1.6rem;
  }
  .boxBaseBusinessDayInfo01 .pTodayDate span {
    font-size: 1.6rem;
    margin-top: 11vw;
  }
  .boxBaseBusinessDayInfo01 .pTodayDate small {
    margin-top: 0.4em;
    display: inline-block;
  }
  .boxBaseBusinessDayInfo01 .pTodayStatus {
    font-size: 1.6rem;
    margin-top: 9vw;
  }
  .boxBaseMedicalTb01 {
    margin-top: 1rem;
  }
  .boxIndexOpenInfo .box02 .btn_area .flex a {
    height: 14vw;
  }
  .boxIndexOpenInfo .box02 .btn_area p {
    padding-left: 0;
    font-size: 0.97rem;
  }
  .boxIndex01 {
    display: block;
  }
  .boxIndex01 .left {
    width: 100%;
  }
  .boxIndex01 .right {
    width: 100%;
    margin-top: 3rem;
  }
  .ttl_index01 {
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    margin-bottom: 2.5em;
  }
  .boxIndex01 .linkBase01 {
    top: 4.3em;
  }
  .boxIndex01 .left .list_wrap dl {
    flex-wrap: wrap;
  }
  .boxIndex01 .left .list_wrap dl .txt {
    width: 100%;
    margin-top: 0.8em;
  }
  .boxIndex01 .right .box_wrap {
    flex-wrap: wrap;
  }
  .boxIndex01 .right .box_wrap .box {
    width: 48%;
    margin: 0!important;
  }
  .boxIndex01 .right .box_wrap .box:nth-of-type(2n) {
    margin-left: auto!important;
  }
  .boxIndex01 .right .box_wrap .box:nth-child(n+3) {
    margin-top: 1.5rem!important;
  }
  .boxIndex01 .right .box_wrap .box .img {
    height: 32vw;
    margin-bottom: 1rem;
  }
  .boxIndex02Wrap {
    padding: 4rem 0;
    position: relative;
  }
  .boxIndex02 .img {
    left: 0;
    top: auto;
    bottom: 0;
  }
  .boxIndex02 .cont {
    width: 100%;
  }
  .boxIndex02 .cont .ttl01 {
    font-size: 1.4rem;
    line-height: 1.66;
  }
  .boxIndex02 .cont .ttl02 {
    font-size: 1.25rem;
    height: auto;
    display: block;
    padding: 1rem;
  }
  .boxIndex02 .cont .boxBaseCom {
    padding: 0;
  }
  .boxIndex02 {
    padding-bottom: 106vw;
  }
  .boxIndex02 .cont .btn_area {
    display: block;
  }
  .boxIndex02 .cont .btn_area .btnBase01:last-child {
    margin: 1rem 0 0 0;
    font-size: 0.9rem;
  }
  .boxIndex02 .cont .btn_area .btnBase01{
    font-size: 0.9rem;
  }
  .boxIndex02Wrap .ill01Wrap {
        position: absolute;
        bottom: 0;
        right: 17vw;
  }
  .boxIndex02Wrap .ill01Wrap:before {
    content: "";
    width: 40vw;
    height: 25vw;
    background: url(../../images/index/img-illust03-over.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 2vw;
    top: -7vw;
}
  .boxIndex03Wrap {
    padding: 4rem 0;
    z-index: 1;
  }
  .boxIndex03 .box_wrap {
    display: block;
  }
  .boxIndex03 .box_wrap .box {
    width: 100%;
  }
  .boxIndex04Wrap {
    padding: 4rem 0;
  }
  .boxIndex04 .ttl01 {
    display: block;
    text-align: center;
  }
  .boxIndex04 .ttl01 .p01 {
    margin-bottom: 1.5rem;
  } 
  .boxIndex04 .ttl01 .p02 {
    margin: 0;
    font-size: 1rem;
  }
  .boxIndex04:before {
    transform: scale(0.4);
    left: -32vw;
    top: 42vw;
  }
  .boxIndex04 .ttl02 .p02 {
    font-size: 1.5rem;
  }
  .boxIndex04 .count02 div:nth-of-type(1) {
    font-size: 1rem;
  }
  .boxIndex04 .count02 div:nth-of-type(2) span {
    font-size: 1.8rem;
  }
  .boxIndex04 .count01 span {
    font-size: 2.7rem;
    letter-spacing: 0;
  }
  .boxIndex04 .count01 {
    text-align: right;
  }
  .boxIndex04 .count02 {
    justify-content: flex-end;
  }
  .boxIndex04 .box_wrap {
    display: block;
  }
  .boxIndex04 .box_wrap a {
    width: 100%;
    display: block;
  }
  .boxIndex04 .box_wrap a:nth-child(n+2) {
    margin-top: 0.8rem;
  }
  .boxIndex04 .box_wrap a .btn .t01 {
    font-size: 1.4rem;
    padding-left: 1rem;
  }
  .boxIndex04 .box_wrap a .btn .t01 span {
    font-size: 0.9rem;
  }
  .boxIndex04 .box_wrap a .btn:after {
    transform: none;
    top: auto;
    bottom: 20px;
    right: 20px;
  }
  .boxIndex05:before {
    content: "";
    width: 100%;
    height: 24vw;
    top: -20.5vw;
    left: 0;
    background-size: contain;
  }
  .boxIndex05 .ttl_area {
    position: relative;
    margin-top: 1rem;
    top: auto;
  }
  .boxIndex05 .ttl_area .t02 img {
    width: 25vw;
  }
  .boxIndex05 .ttl_area .t02 span:nth-of-type(2) {
    font-size: 3.5rem;
  }
  .boxIndex05 .ttl_area .t02 span:nth-of-type(1) {
    margin-top: 0.5rem;
  }
  .boxIndex05 .box_wrap {
    width: 100%;
    margin-top: 2rem;
    flex-wrap: wrap;
  }
  .boxIndex05 .ttl_area a {
    bottom: 4vw;
    right: 1vw;
  }
  .boxIndex05 .box_wrap .box {
    width: 100%;
    overflow: hidden;
    clear: both;
  }
  .boxIndex05 .box_wrap:not(.box_wrap02) .box .img {
    border-radius: 0;
    width: 45%;
    float: left;
  }
  .boxIndex05 .box_wrap .box .img img {
    border-radius: 8px;
  }
  .boxIndex05 .box_wrap .box .num {
    float: left;
    font-size: 1rem;
    margin-left: 5%;
    margin-top: 0;
  }
  .boxIndex05 .box_wrap:not(.box_wrap02) .box p {
    width: 50%;
    float: left;
    margin-left: 5%;
    margin-top: 0.5em;
    font-size: 1rem;
  }
  .boxIndex05 .box_wrap .box .num span {
    font-size: 2.5rem;
  }
  .boxIndex05 .box_wrap .box:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  .boxIndex05 .box_wrap02 .box {
    width: 48%;
    margin: 0!important;
  }
  .boxIndex05 .box_wrap02 .box:nth-child(n+3) {
    margin-top: 1.5rem!important;
  }
  .boxIndex05 .box_wrap02 .box:nth-of-type(2n) {
    margin-left: auto!important;
  }
  .boxIndex05 .box_wrap02 .box .num {
    float: none;
    margin-top: -4vw;
  }
  .boxIndex05 .box_wrap02 .box p {
    font-size: 1rem;
  }
  .boxIndex05 .box_wrap.box_wrap02 {
    margin-top: 1.5rem;
  }
  .boxIndex06Wrap {
    height: 40vw;
  }
  .boxIndex05Wrap {
    padding: 4rem 0;
  }
  .boxIndex01 .right .box_wrap .box .date {
    font-size: 0.8rem;
  }
  body.btnHmbMenuOpen .boxHeader01 .logo01Header.dPc {
    display: none!important;
  }
 body.btnHmbMenuOpen .boxHeader01 .logo01Header.dSp {
    display: block!important;
  }
 body.btnHmbMenuOpen .btnHmbMenu.typeCss01 .btnHmbMenuIn > span {
    background-color: #206e95;
  }
  .boxIndex02Wrap .ill01 {
        height: 41vw;
        width: 27vw;

  }
  .boxIndex05 .ttl_area a {
    background-color: #fff;
    background-image: url("../../images/common/img-arrow02.png");
  }
  .boxIndex02 .cont .boxBaseCom p {
    font-size: 0.9375rem;
  }
  
  
  
}

@media all and (max-width: 1730px) and (min-width: 751px) {
  .boxIndex02 .img {
    width: 30%;
    left: 0;
  }
  .boxIndex02Wrap .ill01Wrap {
    transform: scale(0.7);
    transform-origin: bottom;
    right: 15px;
  }
  .boxIndex02 .cont {
    width: 67%;
  }
  
  
}

@media all and (max-width: 1500px) and (min-width: 751px) {
  .boxIndex02 .cont .btn_area {
    display: block;
  }
  .boxIndex02 .cont .btn_area .btnBase01:last-child {
    margin: 15px 0 0 0 ;
  }
  .boxIndex02 .cont .btn_area .btnBase01 {
    max-width: 380px;
  }
  .boxIndex05 .box_wrap .box p {
    font-size: 1.125rem;
  }
  
}
@media all and (max-width: 1350px) and (min-width: 751px) {
  .boxIndex02 .cont .ttl02 {
    font-size: 1.5rem;
  }
  .boxIndex02 .cont .ttl01 {
    font-size: 2rem;
  }
}
.boxIndex01 .boxCategoryList li:nth-child(n+2) {
  margin-top: 0.5em;
}
.boxIndex01 .boxCategoryList li {
  font-size: 0.875rem;
  line-height: 1;
  padding-top: 2px;
  height: 1.7em;
}



