.key {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.key .inner {
  position: relative;
  width: 100%;
  height: 400px;
  margin: 0 auto;
}

.key .image {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.key .image img {
  position: absolute;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.key .textbox {
  position: relative;
  width: 1024px;
  height: 100%;
  margin: 0 auto;
}

.key .key_text01 {
  position: absolute;
  left: 160px;
  top: 0;
  bottom: 0;
  width: 397px;
  height: 391px;
  margin: auto 0;
}

.key .key_text01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.key .key_text02 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 397px;
  height: 391px;
  margin: auto;
}

.key .key_text02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.key .key_text03 {
  position: absolute;
  right: 160px;
  top: 0;
  bottom: 0;
  width: 397px;
  height: 391px;
  margin: auto 0;
}

.key .key_text03 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.key .key_text04 {
  position: absolute;
  right: 160px;
  top: 0;
  bottom: 0;
  width: 397px;
  height: 391px;
  margin: auto 0;
}

.key .key_text04 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.key .slick-dots {
  position: absolute;
  bottom: 40px;
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  z-index: 50;
}

.key .slick-dots li button:before {
  font-size: 50px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .key {
    position: relative;
    width: 100%;
    height: 106.6vw;
    overflow: hidden;
  }
  .key .inner {
    position: relative;
    width: 100%;
    height: 106.6vw;
    margin: 0 auto;
  }
  .key .image {
    position: relative;
    height: 106.6vw;
    overflow: visible;
  }
  .key .image img {
    position: absolute;
    width: 100%;
    height: 106.6vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .key .textbox {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .key .key_text01 {
    position: absolute;
    left: 2.6vw;
    top: 47.3vw;
    bottom: auto;
    width: 66.6vw;
    height: 55.5vw;
    margin: 0;
  }
  .key .key_text01 img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .key .key_text02 {
    position: absolute;
    left: 2.6vw;
    right: auto;
    top: 47.3vw;
    bottom: auto;
    width: 66.6vw;
    height: 55.5vw;
    margin: auto;
  }
  .key .key_text02 img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .key .key_text03 {
    position: absolute;
    left: 2.6vw;
    right: auto;
    top: 47.3vw;
    bottom: auto;
    width: 66.6vw;
    height: 55.5vw;
    margin: auto 0;
  }
  .key .key_text03 img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .key .key_text04 {
    position: absolute;
    left: 2.6vw;
    right: auto;
    top: 47.3vw;
    bottom: auto;
    width: 66.6vw;
    height: 55.5vw;
    margin: auto 0;
  }
  .key .key_text04 img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .key .slick-dots {
    position: absolute;
    bottom: 8vw;
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 50;
  }
  .key .slick-dots li button:before {
    font-size: 8vw;
    color: #fff;
    line-height: 1.5;
  }
}

.news_sec {
  padding: 70px 0;
}

.news_sec .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  border-bottom: 1px dashed #0363A6;
  margin: 0 auto;
  padding: 0 0 10px;
}

.news_sec .sec_title {
  margin: 0 30px auto 0;
  font-size: 20px;
  font-weight: 700;
}

.news_sec .sec_title .large {
  font-size: 24px;
  font-weight: 700;
  color: #447CB9;
}

.news_sec .item:nth-of-type(1) {
  margin: 0 0 10px;
}

.news_sec .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news_sec .item_title {
  font-size: 15px;
  font-weight: 600;
}

.news_sec .item_date {
  margin: 0 10px 0 0;
  font-size: 15px;
}

.news_sec .btn {
  margin: auto 0 0 auto;
  font-size: 15px;
}

.news_sec .btn .space {
  padding: 0 5px 0 0;
}

@media screen and (max-width: 768px) {
  /* =====news_sec===== */
  .news_sec {
    padding: 5.3vw;
    margin: 0 0 10.6vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .news_sec .inner {
    display: block;
    width: 100%;
    border-bottom: 1px dashed #0363A6;
    margin: 0 auto;
    padding: 0 0 2.6vw;
  }
  .news_sec .sec_title {
    margin: 0 0 2.6vw;
    font-size: 5.3vw;
    font-weight: 700;
  }
  .news_sec .sec_title .large {
    font-size: 5.8vw;
    font-weight: 700;
    color: #447CB9;
  }
  .news_sec .list {
    margin: 0 0 5.3vw;
  }
  .news_sec .item:nth-of-type(1) {
    margin: 0 0 2.6vw;
  }
  .news_sec .item a {
    display: block;
  }
  .news_sec .item_title {
    font-weight: 600;
    font-size: 4vw;
  }
  .news_sec .item_date {
    margin: 0 5.3vw 0 0;
    font-size: 4vw;
  }
  .news_sec .btn {
    margin: 0 0 0 auto;
    text-align: right;
    font-size: 4vw;
  }
  .news_sec .btn .space {
    padding: 0 1.3vw 0 0;
  }
}

.top_banner_sec {
  padding: 50px 0;
}

.top_banner_sec .renewal_banner {
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top_banner_sec {
    padding: 0 5.3vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .top_banner_sec .renewal_banner {
    width: 100%;
    margin: 0 auto;
  }
}

.sec01 {
  padding: 50px 0;
  letter-spacing: .14em;
}

.sec01 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1024px;
  margin: 0 auto;
}

.sec01 .left {
  width: 360px;
  margin: 0 30px 0 0;
}

.sec01 .left .logo {
  margin: 0 0 10px;
}

.sec01 .left .logo img {
  width: 360px;
}

.sec01 .left .telbox {
  width: 310px;
  margin: 0 auto;
}

.sec01 .left .tel_text {
  position: relative;
  margin: 0 0 10px;
  font-size: 13px;
  text-align: center;
}

.sec01 .left .tel_text:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  width: 27px;
  height: 22px;
  background: url(../images/index/sec01_kira01.png) center/contain no-repeat;
}

.sec01 .left .tel_text:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  width: 27px;
  height: 22px;
  background: url(../images/index/sec01_kira02.png) center/contain no-repeat;
}

.sec01 .left .tel_num {
  border-top: 1px solid #474747;
  border-bottom: 1px solid #474747;
  margin: 0 0 10px;
}

.sec01 .left .tel_num a {
  padding: 10px 0 10px 60px;
  position: relative;
  font-size: 36px;
  letter-spacing: .04em;
}

.sec01 .left .tel_num img {
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 23px;
  height: 29px;
  margin: auto 0;
}

.sec01 .left .btn {
  width: 317px;
  margin: 0 auto;
}

.sec01 .right .address {
  margin: 0 0 20px;
}

.sec01 .right .table {
  width: 432px;
  margin: 0 0 5px;
}

.sec01 .right .right_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec01 .right .right_bottom .text01 {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 15px;
  background: #447cb9;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

.sec01 .right .right_bottom .text02 {
  position: relative;
  padding: 0 0 0 20px;
}

.sec01 .right .right_bottom .text02:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  margin: auto 0;
  background: url(../images/index/sec01_slash.jpg) center/contain no-repeat;
}

@media screen and (max-width: 768px) {
  .sec01 {
    padding: 13.3vw 5.3vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    letter-spacing: .14em;
  }
  .sec01 .inner {
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 0 auto;
  }
  .sec01 .left {
    width: 100%;
    margin: 0 0 8vw;
  }
  .sec01 .left .logo {
    width: 100%;
    margin: 0 0 5.3vw;
  }
  .sec01 .left .logo img {
    width: 100%;
  }
  .sec01 .left .telbox {
    width: 80vw;
    margin: 0 auto;
  }
  .sec01 .left .tel_text {
    position: relative;
    margin: 0 0 2.6vw;
    font-size: 3.7vw;
    text-align: center;
  }
  .sec01 .left .tel_text:before {
    content: "";
    position: absolute;
    left: 2.6vw;
    top: 0;
    width: 5.3vw;
    height: 4.3vw;
    background: url(../images/index/sec01_kira01.png) center/contain no-repeat;
  }
  .sec01 .left .tel_text:after {
    content: "";
    position: absolute;
    right: 2.6vw;
    top: 0;
    width: 5.3vw;
    height: 4.3vw;
    background: url(../images/index/sec01_kira02.png) center/contain no-repeat;
  }
  .sec01 .left .tel_num {
    border-top: 1px solid #474747;
    border-bottom: 1px solid #474747;
    margin: 0 0 5.3vw;
  }
  .sec01 .left .tel_num a {
    padding: 2.6vw 0 2.6vw 13.3vw;
    position: relative;
    font-size: 8vw;
    letter-spacing: .04em;
  }
  .sec01 .left .tel_num img {
    position: absolute;
    left: 5.3vw;
    top: 0;
    bottom: 0;
    width: 5.3vw;
    height: 6.6vw;
    margin: auto 0;
  }
  .sec01 .left .btn {
    width: 80vw;
    margin: 0 auto;
  }
  .sec01 .right .address {
    margin: 0 0 5.3vw;
    font-size: 4.2vw;
    text-align: center;
  }
  .sec01 .right .table {
    width: 100%;
    margin: 0 0 5.3vw;
  }
  .sec01 .right .right_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec01 .right .right_bottom .text01 {
    display: inline-block;
    padding: 1.3vw 1.3vw;
    margin: 0 3.3vw 0 0;
    border-radius: 15px;
    background: #447cb9;
    font-size: 4vw;
    font-weight: 500;
    text-align: center;
    color: #fff;
  }
  .sec01 .right .right_bottom .text02 {
    position: relative;
    padding: 0 0 0 5.3vw;
    font-size: 4vw;
  }
  .sec01 .right .right_bottom .text02:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3.7vw;
    height: 3.7vw;
    margin: auto 0;
    background: url(../images/index/sec01_slash.jpg) center/contain no-repeat;
  }
}

.sec02 {
  position: relative;
  padding: 120px 0 80px;
  background: #efeeed;
  letter-spacing: .14em;
  overflow: hidden;
}

.sec02 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/index/sec02_bg.png) center top/contain no-repeat;
}

.sec02 .inner {
  position: relative;
  z-index: 2;
  width: 1024px;
  margin: 0 auto;
}

.sec02 .inner .sec_image {
  position: absolute;
  z-index: 1;
  top: -120px;
  right: -100px;
  width: 511px;
  height: 511px;
  background: url(../images/index/sec02_image.png) center/contain no-repeat;
}

.sec02 .eng {
  width: 392px;
  margin: 0 0 70px 25px;
}

.sec02 .eng img {
  width: 100%;
}

.sec02 .sec_title {
  position: relative;
  z-index: 2;
  margin: 0 0 50px 120px;
  font-size: 20px;
  font-weight: 500;
  text-shadow: 1px 1px 0 #fff;
}

.sec02 .sec_text {
  width: 590px;
  margin: 0 0 0 120px;
  line-height: 2.5;
}

@media screen and (max-width: 768px) {
  .sec02 {
    position: relative;
    padding: 21.3vw 5.3vw 21.3vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #efeeed;
    letter-spacing: .14em;
    overflow: hidden;
  }
  .sec02 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/index/sec02_bg.png) center top/contain no-repeat;
  }
  .sec02 .inner {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
  }
  .sec02 .inner .sec_image {
    position: absolute;
    z-index: 1;
    top: 26.6vw;
    right: -13.3vw;
    width: 53.3vw;
    height: 53.3vw;
    background: url(../images/index/sec02_image.png) center/contain no-repeat;
  }
  .sec02 .eng {
    position: relative;
    z-index: 2;
    width: 66.6vw;
    margin: 0 0 8vw;
  }
  .sec02 .eng img {
    width: 100%;
  }
  .sec02 .sec_title {
    position: relative;
    z-index: 2;
    margin: 0 0 21.3vw;
    font-size: 4.8vw;
    font-weight: 500;
    text-shadow: 1px 1px 0 #fff;
  }
  .sec02 .sec_text {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
    line-height: 2.5;
    font-size: 4.2vw;
  }
}

.sec03 {
  position: relative;
  padding: 60px 0;
  background: #bddce4;
  letter-spacing: .14em;
}

.sec03 .bg01 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/index/sec03_bg01.png) center top -10px/contain no-repeat;
}

.sec03 .bg02 {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/index/sec03_bg02.png) center bottom -300px/contain no-repeat;
}

.sec03 .inner {
  position: relative;
  z-index: 2;
  width: 1024px;
  margin: 0 auto;
}

.sec03 .sec_title {
  width: 640px;
  height: 189px;
  margin: 0 auto 40px;
}

.sec03 .sec_title img {
  width: 100%;
  height: 100%;
}

.sec03 .cont {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
}

.sec03 .cont:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.sec03 .textbox {
  width: 440px;
}

.sec03 .cont_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 40px;
}

.sec03 .cont_head .num {
  width: 87px;
  height: 87px;
  margin: 0 10px 0 0;
}

.sec03 .cont_head .num img {
  width: 87px;
  height: 87px;
}

.sec03 .cont_head .cont_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 332px;
  border-top: 1px solid #265071;
  border-bottom: 1px solid #265071;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  color: #265071;
}

.sec03 .cont_text {
  line-height: 2.5;
}

.sec03 .cont01:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 822px;
  height: 20px;
  margin: 0 auto;
  background: url(../images/index/sec03_border01.png) center/cover no-repeat;
}

.sec03 .cont01 .cont_image {
  min-width: 463px;
  margin: 0 20px 0 0;
}

.sec03 .cont02:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 822px;
  height: 20px;
  margin: 0 auto;
  background: url(../images/index/sec03_border02.png) center/cover no-repeat;
}

.sec03 .cont02 .textbox {
  margin: 0 20px 0 0;
}

.sec03 .cont02 .cont_image {
  min-width: 434px;
}

.sec03 .cont03:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 822px;
  height: 20px;
  margin: 0 auto;
  background: url(../images/index/sec03_border02.png) center/cover no-repeat;
}

.sec03 .cont03 .cont_image {
  min-width: 468px;
  margin: 0 20px 0 0;
}

.sec03 .cont04:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 822px;
  height: 20px;
  margin: 0 auto;
  background: url(../images/index/sec03_border02.png) center/cover no-repeat;
}

.sec03 .cont04 .textbox {
  margin: 0 20px 0 0;
}

.sec03 .cont04 .cont_image {
  min-width: 468px;
}

.sec03 .cont05:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 822px;
  height: 20px;
  margin: 0 auto;
  background: url(../images/index/sec03_border02.png) center/cover no-repeat;
}

.sec03 .cont05 .cont_image {
  min-width: 377px;
  margin: 0 20px 0 0;
}

.sec03 .cont06:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 822px;
  height: 20px;
  margin: 0 auto;
  background: url(../images/index/sec03_border02.png) center/cover no-repeat;
}

.sec03 .cont06 .textbox {
  margin: 0 20px 0 0;
}

.sec03 .cont06 .cont_image {
  min-width: 445px;
}

@media screen and (max-width: 768px) {
  .sec03 {
    position: relative;
    padding: 16vw 5.3vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #bddce4;
    letter-spacing: .14em;
  }
  .sec03 .bg01 {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/index/sec03_bg01.png) center top -2.6vw/contain no-repeat;
  }
  .sec03 .bg02 {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/index/sec03_bg02.png) center bottom -13.3vw/contain no-repeat;
  }
  .sec03 .inner {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
  }
  .sec03 .sec_title {
    width: 89.3vw;
    height: 26.3vw;
    margin: 0 auto 5.3vw;
  }
  .sec03 .sec_title img {
    width: 100%;
    height: 100%;
  }
  .sec03 .cont {
    position: relative;
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8vw 0;
  }
  .sec03 .cont:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sec03 .textbox {
    width: 100%;
    margin: 0 0 5.3vw;
  }
  .sec03 .cont_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 8vw;
  }
  .sec03 .cont_head .num {
    width: 21.3vw;
    height: 21.3vw;
    margin: 0 2.6vw 0 0;
  }
  .sec03 .cont_head .num img {
    width: 21.3vw;
    height: 21.3vw;
  }
  .sec03 .cont_head .cont_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 53.3vw;
    border-top: 1px solid #265071;
    border-bottom: 1px solid #265071;
    font-size: 4.5vw;
    font-weight: 500;
    text-align: center;
    color: #265071;
  }
  .sec03 .cont_text {
    line-height: 2;
    text-align: justify;
    text-justify: distribute;
    font-size: 4.2vw;
  }
  .sec03 .cont01 .illust01 {
    position: absolute;
    top: -9px;
    left: -8px;
    width: 16px;
    height: 18px;
    background: url(../images/index/sp_kira01.png) center/contain no-repeat;
  }
  .sec03 .cont01 .illust02 {
    position: absolute;
    top: -9px;
    right: -8px;
    width: 16px;
    height: 18px;
    background: url(../images/index/sp_kira01.png) center/contain no-repeat;
  }
  .sec03 .cont01:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 90%;
    height: 1px;
    margin: 0 auto;
    background: #accde3;
  }
  .sec03 .cont01 .cont_image {
    width: 100%;
    min-width: auto;
    height: 66.6vw;
    margin: 0;
  }
  .sec03 .cont01 .cont_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .sec03 .cont02 .illust01 {
    position: absolute;
    top: -9px;
    left: -8px;
    width: 16px;
    height: 18px;
    background: url(../images/index/sp_kira02.png) center/contain no-repeat;
  }
  .sec03 .cont02 .illust02 {
    position: absolute;
    top: -9px;
    right: -8px;
    width: 16px;
    height: 18px;
    background: url(../images/index/sp_kira02.png) center/contain no-repeat;
  }
  .sec03 .cont02:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 90%;
    height: 1px;
    margin: 0 auto;
    background: #fff;
  }
  .sec03 .cont02 .textbox {
    margin: 0 0 5.3vw;
  }
  .sec03 .cont02 .cont_image {
    width: 100%;
    min-width: auto;
    height: 66.6vw;
    margin: 0;
  }
  .sec03 .cont02 .cont_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .sec03 .cont03 .illust01 {
    position: absolute;
    top: -9px;
    left: -8px;
    width: 16px;
    height: 18px;
    background: url(../images/index/sp_kira02.png) center/contain no-repeat;
  }
  .sec03 .cont03 .illust02 {
    position: absolute;
    top: -9px;
    right: -8px;
    width: 16px;
    height: 18px;
    background: url(../images/index/sp_kira02.png) center/contain no-repeat;
  }
  .sec03 .cont03:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 90%;
    height: 1px;
    margin: 0 auto;
    background: #fff;
  }
  .sec03 .cont03 .cont_image {
    width: 100%;
    min-width: auto;
    height: 66.6vw;
    margin: 0;
  }
  .sec03 .cont03 .cont_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .sec03 .cont04 .illust01 {
    position: absolute;
    top: -9px;
    left: -8px;
    width: 16px;
    height: 18px;
    background: url(../images/index/sp_kira02.png) center/contain no-repeat;
  }
  .sec03 .cont04 .illust02 {
    position: absolute;
    top: -9px;
    right: -8px;
    width: 16px;
    height: 18px;
    background: url(../images/index/sp_kira02.png) center/contain no-repeat;
  }
  .sec03 .cont04:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 90%;
    height: 1px;
    margin: 0 auto;
    background: #fff;
  }
  .sec03 .cont04 .textbox {
    margin: 0 0 5.3vw;
  }
  .sec03 .cont04 .cont_image {
    width: 100%;
    min-width: auto;
    height: 66.6vw;
    margin: 0;
  }
  .sec03 .cont04 .cont_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .sec03 .cont05 .illust01 {
    position: absolute;
    top: -9px;
    left: -8px;
    width: 16px;
    height: 18px;
    background: url(../images/index/sp_kira02.png) center/contain no-repeat;
  }
  .sec03 .cont05 .illust02 {
    position: absolute;
    top: -9px;
    right: -8px;
    width: 16px;
    height: 18px;
    background: url(../images/index/sp_kira02.png) center/contain no-repeat;
  }
  .sec03 .cont05:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 90%;
    height: 1px;
    margin: 0 auto;
    background: #fff;
  }
  .sec03 .cont05 .cont_image {
    width: 100%;
    min-width: auto;
    height: 66.6vw;
    margin: 0;
  }
  .sec03 .cont05 .cont_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .sec03 .cont06 .illust01 {
    position: absolute;
    top: -9px;
    left: -8px;
    width: 16px;
    height: 18px;
    background: url(../images/index/sp_kira02.png) center/contain no-repeat;
  }
  .sec03 .cont06 .illust02 {
    position: absolute;
    top: -9px;
    right: -8px;
    width: 16px;
    height: 18px;
    background: url(../images/index/sp_kira02.png) center/contain no-repeat;
  }
  .sec03 .cont06:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 90%;
    height: 1px;
    margin: 0 auto;
    background: #fff;
  }
  .sec03 .cont06 .textbox {
    margin: 0 0 5.3vw;
  }
  .sec03 .cont06 .cont_image {
    width: 100%;
    min-width: auto;
    height: 66.6vw;
    margin: 0;
  }
  .sec03 .cont06 .cont_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.sec04 {
  padding: 100px 0;
  letter-spacing: .14em;
}

.sec04 .inner {
  width: 1024px;
  margin: 0 auto;
}

.sec04 .sec_title {
  position: relative;
  margin: 0 0 50px;
  font-size: 24px;
  text-align: center;
}

.sec04 .sec_title:before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  width: 166px;
  height: 80px;
  margin: 0 auto;
  background: url(../images/index/sec04_title.png) center/contain no-repeat;
}

.sec04 .sec_title .large {
  font-size: 36px;
  font-weight: 500;
  color: #447cb9;
}

.sec04 .contbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sec04 .cont {
  position: relative;
  width: 50%;
}

.sec04 .cont a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec04 .cont a .cont_bg {
  position: absolute;
  left: 15px;
  top: 10px;
  width: 279px;
  height: 112px;
  background: url(../images/index/title_bg.png) center/contain no-repeat;
}

.sec04 .cont a .border {
  position: absolute;
  left: 0;
  top: 0;
  width: 98%;
  height: 1px;
  background: #7daec8;
}

.sec04 .cont a .border02 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 98%;
  height: 1px;
  background: #7daec8;
}

.sec04 .cont:nth-child(2n) .border {
  left: auto;
  right: 0;
}

.sec04 .cont:nth-child(2n) .border02 {
  left: auto;
  right: 0;
}

.sec04 .cont:nth-child(2n-1):before {
  content: "";
  position: absolute;
  right: -8px;
  top: -9px;
  width: 16px;
  height: 18px;
  background: url(../images/index/sec04_kira01.png) center/contain no-repeat;
}

.sec04 .cont09:after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: -9px;
  width: 16px;
  height: 18px;
  background: url(../images/index/sec04_kira01.png) center/contain no-repeat;
}

.sec04 .cont:nth-child(2n):before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 90%;
  margin: auto 0;
  background: #7daec8;
}

.sec04 .cont_title {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 239px;
  height: 94px;
  border-bottom: 1px solid #265071;
  margin: 0 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 25px;
  font-weight: 500;
  color: #265071;
}

.sec04 .cont_title .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 17px;
  height: 16px;
  margin: auto 0;
  background: url(../images/index/arrow01.png) center/contain no-repeat;
}

.sec04 .cont01 .cont_image {
  position: absolute;
  top: 0;
  right: 0;
  width: 264px;
  height: 171px;
  background: url(../images/index/sec04_image01.png) center/contain no-repeat;
}

.sec04 .cont02 .cont_image {
  position: absolute;
  top: 0;
  right: 0;
  width: 256px;
  height: 185px;
  background: url(../images/index/sec04_image02.png) center/contain no-repeat;
}

.sec04 .cont03 .cont_image {
  position: absolute;
  top: 0;
  right: 0;
  width: 251px;
  height: 170px;
  background: url(../images/index/sec04_image03.png) center/contain no-repeat;
}

.sec04 .cont04 .cont_image {
  position: absolute;
  top: 0;
  right: 0;
  width: 243px;
  height: 175px;
  background: url(../images/index/sec04_image04.png) center/contain no-repeat;
}

.sec04 .cont05 .cont_image {
  position: absolute;
  top: 0;
  right: 0;
  width: 237px;
  height: 166px;
  background: url(../images/index/sec04_image05.png) center/contain no-repeat;
}

.sec04 .cont06 .cont_image {
  position: absolute;
  top: 0;
  right: 0;
  width: 218px;
  height: 164px;
  background: url(../images/index/sec04_image06.png) center/contain no-repeat;
}

.sec04 .cont07 .cont_image {
  position: absolute;
  top: 0;
  right: 0;
  width: 254px;
  height: 170px;
  background: url(../images/index/sec04_image07.png) center/contain no-repeat;
}

.sec04 .cont08 .cont_title {
  display: block;
}

.sec04 .cont08 .cont_title .small {
  font-size: 23px;
  font-weight: 500;
}

.sec04 .cont08 .cont_image {
  position: absolute;
  top: 0;
  right: 0;
  width: 248px;
  height: 168px;
  background: url(../images/index/sec04_image08.png) center/contain no-repeat;
}

.sec04 .cont09 .cont_image {
  position: absolute;
  top: 0;
  right: 0;
  width: 252px;
  height: 212px;
  background: url(../images/index/sec04_image09.png) center/contain no-repeat;
}

.sec04 .cont10 .cont_image {
  position: absolute;
  top: 0;
  right: 0;
  width: 261px;
  height: 181px;
  background: url(../images/index/sec04_image10.png) center/contain no-repeat;
}

.sec04 .cont_text {
  line-height: 2;
  text-align: justify;
  text-justify: distribute;
}

@media screen and (max-width: 768px) {
  .sec04 {
    padding: 21.3vw 5.3vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    letter-spacing: .14em;
  }
  .sec04 .inner {
    width: 100%;
    margin: 0 auto;
  }
  .sec04 .sec_title {
    position: relative;
    margin: 0 0 13.3vw;
    font-size: 5.3vw;
    text-align: center;
  }
  .sec04 .sec_title:before {
    content: "";
    position: absolute;
    top: -21.3vw;
    left: 0;
    right: 0;
    width: 40vw;
    height: 19.2vw;
    margin: 0 auto;
    background: url(../images/index/sec04_title.png) center/contain no-repeat;
  }
  .sec04 .sec_title .large {
    font-size: 5.8vw;
    font-weight: 500;
    color: #447cb9;
  }
  .sec04 .contbox {
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec04 .cont {
    position: relative;
    width: 100%;
  }
  .sec04 .cont a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 5.3vw 5.3vw 8vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec04 .cont a .cont_bg {
    position: absolute;
    left: -1.3vw;
    top: 2.6vw;
    width: 66.6vw;
    height: 26.7vw;
    background: url(../images/index/title_bg.png) center/contain no-repeat;
  }
  .sec04 .cont a .border {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 90%;
    height: 1px;
    margin: 0 auto;
    background: #7daec8;
  }
  .sec04 .cont a .border02 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 90%;
    height: 1px;
    margin: 0 auto;
    background: #7daec8;
  }
  .sec04 .cont:nth-child(2n) .border {
    left: 0;
    right: 0;
  }
  .sec04 .cont:nth-child(2n) .border02 {
    left: 0;
    right: 0;
  }
  .sec04 .cont:before {
    content: "";
    position: absolute;
    right: -1.3vw;
    top: -1.3vw;
    width: 4.2vw;
    height: 4.8vw;
    background: url(../images/index/sec04_kira01.png) center/contain no-repeat;
  }
  .sec04 .cont:after {
    content: "";
    position: absolute;
    left: -1.3vw;
    top: -2.6vw;
    width: 4.2vw;
    height: 4.8vw;
    background: url(../images/index/sec04_kira01.png) center/contain no-repeat;
  }
  .sec04 .cont09:after {
    content: "";
    position: absolute;
    right: -8px;
    bottom: -9px;
    width: 4.2vw;
    height: 4.8vw;
    background: url(../images/index/sec04_kira01.png) center/contain no-repeat;
  }
  .sec04 .cont:nth-child(2n):before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 90%;
    margin: auto 0;
    background: #7daec8;
  }
  .sec04 .cont:nth-child(2n):before {
    content: "";
    position: absolute;
    left: auto;
    right: -1.3vw;
    bottom: auto;
    top: -2.6vw;
    width: 4.2vw;
    height: 4.8vw;
    background: url(../images/index/sec04_kira01.png) center/contain no-repeat;
  }
  .sec04 .cont_title {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 24vw;
    border-bottom: 1px solid #265071;
    margin: 0 0 8vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 5.3vw;
    font-weight: 500;
    color: #265071;
  }
  .sec04 .cont_title .arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4.5vw;
    height: 4.2vw;
    margin: auto 0;
    background: url(../images/index/arrow01.png) center/contain no-repeat;
  }
  .sec04 .cont01 .cont_image {
    position: absolute;
    top: 0;
    right: 0;
    width: 53.3vw;
    height: 34.5vw;
    background: url(../images/index/sec04_image01.png) center/contain no-repeat;
  }
  .sec04 .cont02 .cont_image {
    position: absolute;
    top: 0;
    right: 0;
    width: 53.3vw;
    height: 38.5vw;
    background: url(../images/index/sec04_image02.png) center/contain no-repeat;
  }
  .sec04 .cont03 .cont_image {
    position: absolute;
    top: 0;
    right: 0;
    width: 53.3vw;
    height: 36vw;
    background: url(../images/index/sec04_image03.png) center/contain no-repeat;
  }
  .sec04 .cont04 .cont_image {
    position: absolute;
    top: 0;
    right: 0;
    width: 53.3vw;
    height: 38.3vw;
    background: url(../images/index/sec04_image04.png) center/contain no-repeat;
  }
  .sec04 .cont05 .cont_image {
    position: absolute;
    top: 0;
    right: 0;
    width: 53.3vw;
    height: 37.3vw;
    background: url(../images/index/sec04_image05.png) center/contain no-repeat;
  }
  .sec04 .cont06 .cont_image {
    position: absolute;
    top: 0;
    right: 0;
    width: 53.3vw;
    height: 40vw;
    background: url(../images/index/sec04_image06.png) center/contain no-repeat;
  }
  .sec04 .cont07 .cont_image {
    position: absolute;
    top: 0;
    right: 0;
    width: 53.3vw;
    height: 35.6vw;
    background: url(../images/index/sec04_image07.png) center/contain no-repeat;
  }
  .sec04 .cont08 .cont_title {
    display: block;
  }
  .sec04 .cont08 .cont_title .small {
    font-size: 4.8vw;
    font-weight: 500;
  }
  .sec04 .cont08 .cont_image {
    position: absolute;
    top: 0;
    right: 0;
    width: 53.3vw;
    height: 36.1vw;
    background: url(../images/index/sec04_image08.png) center/contain no-repeat;
  }
  .sec04 .cont09 .cont_image {
    position: absolute;
    top: 0;
    right: 0;
    width: 53.3vw;
    height: 44.8vw;
    background: url(../images/index/sec04_image09.png) center/contain no-repeat;
  }
  .sec04 .cont10 .cont_image {
    position: absolute;
    top: 0;
    right: 0;
    width: 53.3vw;
    height: 36.9vw;
    background: url(../images/index/sec04_image10.png) center/contain no-repeat;
  }
  .sec04 .cont_text {
    line-height: 2;
    font-size: 4.2vw;
  }
}

.sec05 {
  position: relative;
  padding: 60px 0;
  letter-spacing: .14em;
}

.sec05 .bg01 {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/index/sec05_bg01.png) center top/contain no-repeat;
}

.sec05 .bg02 {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/index/sec05_bg02.png) center bottom/contain no-repeat;
}

.sec05 .inner {
  width: 1024px;
  margin: 0 auto;
}

.sec05 .sec_title {
  width: 392px;
  height: 96px;
}

.sec05 .sec_title img {
  width: 100%;
  height: 100%;
}

.sec05 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 60px;
}

.sec05 .sec_text {
  width: 520px;
  margin: 50px 30px 0 0;
  line-height: 2;
}

.sec05 .sec_image {
  width: 312px;
  height: 566px;
}

.sec05 .sec_image img {
  width: 100%;
  height: 100%;
}

.sec05 .cont01 {
  width: 880px;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  margin: 0 auto 30px;
  background: #ece7e5;
}

.sec05 .cont01 .cont_title {
  position: relative;
  z-index: 2;
  width: 110px;
  margin: 0 auto 40px;
  background: #ece7e5;
  font-size: 24px;
  font-weight: 600;
  color: #265071;
  text-align: center;
}

.sec05 .cont01 .dlist {
  position: relative;
  padding: 0 0 30px 80px;
  border-bottom: 1px solid #447cb9;
}

.sec05 .cont01 .dlist:before {
  content: "";
  position: absolute;
  top: -55px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #447cb9;
}

.sec05 .cont01 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px;
}

.sec05 .cont01 .term {
  width: 260px;
}

.sec05 .cont02 {
  position: relative;
  width: 820px;
  padding: 0 0 30px;
  border-bottom: 1px solid #447cb9;
  margin: 0 auto 40px;
}

.sec05 .cont02:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #447cb9;
}

.sec05 .cont02 .cont_title {
  position: relative;
  z-index: 2;
  width: 150px;
  margin: 0 auto 40px;
  background: #fff;
  font-size: 24px;
  font-weight: 600;
  color: #265071;
  text-align: center;
}

.sec05 .cont02 .cont_text {
  position: relative;
  padding: 0 0 0 2em;
  margin: 0 0 20px;
  font-weight: 500;
}

.sec05 .cont02 .cont_text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 16px;
  margin: auto 0;
  background: url(../images/index/sec05_kira01.png) center/contain no-repeat;
}

.sec05 .cont02 .box {
  width: 750px;
  padding: 30px 50px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 30px;
  background: #dbe9ed;
  line-height: 2;
}

.sec05 .cont02 .box_title {
  font-size: 17px;
  color: #447cb9;
}

.sec05 .cont02 .box_text {
  font-size: 15px;
}

.sec05 .bottom_cont {
  width: 750px;
  margin: 0 auto;
}

.sec05 .bottom_cont .bottom_title {
  margin: 0 0 20px;
  font-size: 19px;
  font-weight: 500;
  color: #65988a;
}

.sec05 .bottom_cont .bottom_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec05 .bottom_cont .cont_text {
  margin: 0 35px 0 0;
  line-height: 2;
}

.sec05 .bottom_cont .cont_image {
  width: 214px;
  height: 309px;
  -webkit-box-shadow: 5px 5px 0 #65988a;
          box-shadow: 5px 5px 0 #65988a;
  margin: 0 0 30px;
}

.sec05 .bottom_cont .cont_image img {
  width: 100%;
  height: 100%;
}

.sec05 .bottom_cont .right_text {
  font-weight: 500;
  color: #265071;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec05 {
    position: relative;
    padding: 16vw 5.3vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    letter-spacing: .14em;
  }
  .sec05 .bg01 {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/index/sec05_bg01.png) center top/contain no-repeat;
  }
  .sec05 .bg02 {
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/index/sec05_bg02.png) center bottom/contain no-repeat;
  }
  .sec05 .inner {
    width: 100%;
    margin: 0 auto;
  }
  .sec05 .sec_title {
    width: 66.6vw;
    height: 16.3vw;
    margin: 0 0 13.3vw;
  }
  .sec05 .sec_title img {
    width: 100%;
    height: 100%;
  }
  .sec05 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 13.3vw;
  }
  .sec05 .sec_text {
    width: 100%;
    margin: 0 0 5.3vw;
    line-height: 2;
    font-size: 4.2vw;
  }
  .sec05 .sec_image {
    width: 80vw;
    height: 100%;
    margin: 0 auto 5.3vw;
  }
  .sec05 .sec_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .sec05 .cont01 {
    width: 100%;
    padding: 8vw 5.3vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 10px;
    margin: 0 auto 13.3vw;
    background: #ece7e5;
  }
  .sec05 .cont01 .cont_title {
    position: relative;
    z-index: 2;
    width: 21.3vw;
    margin: 0 auto 8vw;
    background: #ece7e5;
    font-size: 4.8vw;
    font-weight: 600;
    color: #265071;
    text-align: center;
  }
  .sec05 .cont01 .dlist {
    position: relative;
    padding: 2.6vw;
    border-bottom: 1px solid #447cb9;
  }
  .sec05 .cont01 .dlist:before {
    content: "";
    position: absolute;
    top: -10.6vw;
    left: 0;
    width: 100%;
    height: 1px;
    background: #447cb9;
  }
  .sec05 .cont01 .row {
    display: block;
    margin: 0 0 5.3vw;
  }
  .sec05 .cont01 .term {
    width: 100%;
    margin: 0 0 2.6ve;
    font-size: 4.2vw;
  }
  .sec05 .cont01 .data {
    font-size: 4vw;
  }
  .sec05 .cont02 {
    width: 100%;
    padding: 0 0 8vw;
    border-bottom: 1px solid #447cb9;
    margin: 0 auto 8vw;
  }
  .sec05 .cont02:before {
    content: "";
    position: absolute;
    top: 4.8vw;
    left: 0;
    width: 100%;
    height: 1px;
    background: #447cb9;
  }
  .sec05 .cont02 .cont_title {
    position: relative;
    z-index: 2;
    width: 26.6vw;
    margin: 0 auto 8vw;
    background: #fff;
    font-size: 4.8vw;
    font-weight: 600;
    color: #265071;
    text-align: center;
  }
  .sec05 .cont02 .cont_text {
    position: relative;
    padding: 0 0 0 2em;
    margin: 0 0 5.3vw;
    font-weight: 500;
    font-size: 4.2vw;
  }
  .sec05 .cont02 .cont_text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3.7vw;
    height: 4.2vw;
    margin: auto 0;
    background: url(../images/index/sec05_kira01.png) center/contain no-repeat;
  }
  .sec05 .cont02 .box {
    width: 100%;
    padding: 5.3vw;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto 8vw;
    background: #dbe9ed;
    line-height: 2;
  }
  .sec05 .cont02 .box_title {
    font-size: 4.2vw;
    color: #447cb9;
  }
  .sec05 .cont02 .box_text {
    font-size: 4vw;
  }
  .sec05 .bottom_cont {
    width: 100%;
    margin: 0 auto;
  }
  .sec05 .bottom_cont .bottom_title {
    margin: 0 0 8vw;
    font-size: 4.5vw;
    font-weight: 500;
    color: #65988a;
    text-align: center;
  }
  .sec05 .bottom_cont .bottom_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sec05 .bottom_cont .cont_text {
    margin: 0;
    line-height: 2;
    font-size: 4.2vw;
  }
  .sec05 .bottom_cont .cont_image {
    width: 58.6vw;
    height: 66.6vw;
    margin: 0 auto 2.6vw;
  }
  .sec05 .bottom_cont .cont_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec05 .bottom_cont .right_text {
    margin: 0 0 5.3vw;
    font-weight: 500;
    color: #265071;
    text-align: center;
    font-size: 4.2vw;
  }
}

.slide_sec {
  position: relative;
  padding: 40px 0 80px;
}

.slide_sec .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/index/slide_bg.png) center bottom -200px/cover no-repeat;
}

@-webkit-keyframes bMove01 {
  0% {
    background-position: 2000px 0;
  }
  100% {
    background-position: 0 0;
  }
}

@keyframes bMove01 {
  0% {
    background-position: 2000px 0;
  }
  100% {
    background-position: 0 0;
  }
}

.slide_sec .slide {
  display: block;
  height: 209px;
  background: url(../images/index/anime_photo01.png) center center/contain repeat-x;
  -webkit-animation: bMove01 50s linear infinite;
          animation: bMove01 50s linear infinite;
}

@media screen and (max-width: 768px) {
  .slide_sec {
    position: relative;
    padding: 10.6vw 0;
  }
  .slide_sec .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/index/slide_bg.png) center bottom -13.3vw/cover no-repeat;
  }
  @-webkit-keyframes bMove01 {
    0% {
      background-position: 2000px 0;
    }
    100% {
      background-position: 0 0;
    }
  }
  @keyframes bMove01 {
    0% {
      background-position: 2000px 0;
    }
    100% {
      background-position: 0 0;
    }
  }
  .slide_sec .slide {
    display: block;
    height: 53.3vw;
    background: url(../images/index/anime_photo01.png) center center/cover repeat-x;
    -webkit-animation: bMove01 50s linear infinite;
            animation: bMove01 50s linear infinite;
  }
}

.anzentaisakukasan {
  width: 1000px;
  padding: 30px 50px 50px;
  margin: 0 auto;
  border-radius: 16px;
  background: #d6e8ed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.anzentaisakukasan .anzen_title {
  margin-bottom: 50px;
  font-size: 20px;
  text-align: center;
}

.anzentaisakukasan .anzen_item {
  position: relative;
  padding-left: 1.5em;
}

.anzentaisakukasan .anzen_item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 13px;
  height: 14px;
  background: url(../images/perio/kira13.png) center/cover no-repeat;
}

.anzentaisakukasan .anzen_item:not(:last-of-type) {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .anzentaisakukasan {
    width: 100%;
    padding: 8vw 5.5vw;
    margin: 0 auto;
    border-radius: 0;
    background: #d6e8ed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .anzentaisakukasan .anzen_title {
    margin-bottom: 8vw;
    font-size: 4.8vw;
    text-align: center;
  }
  .anzentaisakukasan .anzen_item {
    position: relative;
    padding-left: 1.5em;
    font-size: 4vw;
  }
  .anzentaisakukasan .anzen_item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.6vw;
    width: 3.4vw;
    height: 3.7vw;
    background: url(../images/perio/kira13.png) center/cover no-repeat;
  }
  .anzentaisakukasan .anzen_item:not(:last-of-type) {
    margin-bottom: 4vw;
  }
}
/*# sourceMappingURL=style_20240815.css.map */