.main_image {
  position: relative;
  min-width: 100%;
  height: 491px;
  box-sizing: border-box;
  overflow: hidden;
}
.main_image .inner {
  width: 1025px;
  max-width: 100%;
  padding: 0 0 0 35px;
  margin: 0 0 auto;
  box-sizing: border-box;
}
.main_image .text {
  position: relative;
  z-index: 5;
  font-size: 24px;
  letter-spacing: 0.2em;
  text-align: left;
  color: #fff;
  font-weight: bold;
}
.main_image .subtext {
  color: #fff;
  font-size: 50px;
  opacity: 70%;
  text-align: left;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.1;
}
@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/) right 40% top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
  .main_image .text {
    text-align: left;
    font-size: 5.8vw;
    padding-left: initial;
  }
  .main_image .subtext {
    color: #fff;
    font-size: 10vw;
    opacity: 70%;
    text-align: left;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1.1;
  }
}

.lead_sec {
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .lead_sec {
    margin-bottom: 23.8vw;
  }
}

.sec01 {
  margin-bottom: 100px;
  margin-top: 240px;
}
.sec01 .check_box {
  height: 603px;
}
.sec01 .check_box::after {
  width: 109px;
  height: 96px;
  left: 260px;
  top: -100px;
  background: url(/images/function/kazari.webp) center/contain no-repeat;
}
.sec01 .check_box .check_title {
  padding: 30px 0;
}
.sec01 .check_box .check_list {
  -moz-column-gap: 80px;
       column-gap: 80px;
  justify-content: flex-start;
  padding: 170px 0px 0 240px;
}
.sec01 .check_box .check_list .citem {
  display: flex;
  align-items: center;
}
.sec01 .check_box .check_bottom {
  width: 827px;
  padding: 10px 35px;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 13.8vw;
    margin-top: 23.8vw;
  }
  .sec01 .check_box {
    height: auto;
  }
  .sec01 .check_box::after {
    width: 17vw;
    height: 15vw;
    left: 0;
    top: -21vw;
    background: url(/images/function/kazari.webp) center/contain no-repeat;
  }
  .sec01 .check_box .check_title {
    padding: 5vw 0;
  }
  .sec01 .check_box .check_list {
    -moz-column-gap: 0;
         column-gap: 0;
    justify-content: flex-start;
    padding: 30vw 5vw 10vw;
  }
  .sec01 .check_box .check_list .citem {
    display: flex;
    align-items: center;
  }
  .sec01 .check_box .check_bottom {
    width: 80%;
    padding: 5vw;
  }
}

.sec02 {
  margin-bottom: 100px;
}
.sec02 .bottom_text {
  color: #4E89BD;
  font-size: 24px;
  font-weight: bold;
  width: 67%;
  margin: 0 auto;
  font-family: serif;
  letter-spacing: 0.1em;
  line-height: 2;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .bottom_text {
    color: #4E89BD;
    font-size: 4.5vw;
    font-weight: bold;
    width: 100%;
    margin: 0 auto;
    font-family: serif;
    letter-spacing: 0.1em;
    line-height: 2;
    padding-top: 0;
  }
}

.sec03 {
  margin-bottom: 100px;
}
.sec03 .gridbox {
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 70px;
       column-gap: 70px;
}
.sec03 .gridbox .box {
  width: 360px;
}
.sec03 .gridbox .box .imagebox {
  position: relative;
  margin-bottom: 15px;
}
.sec03 .gridbox .box .imagebox .img_text {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  background-color: rgba(78, 137, 189, 0.8);
  color: #fff;
  font-family: serif;
  font-size: 24px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  letter-spacing: 0.1em;
}
.sec03 .gridbox .box .box_text {
  font-size: 16px;
}
.sec03 .gridbox .box .list {
  margin-top: 15px;
  padding-left: 25px;
}
.sec03 .gridbox .box .list .item {
  color: #4E89BD;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .sec03 {
    margin-bottom: 13.8vw;
  }
  .sec03 .gridbox {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 10vw;
  }
  .sec03 .gridbox .box {
    width: 100%;
  }
  .sec03 .gridbox .box .imagebox {
    position: relative;
    margin-bottom: 3vw;
  }
  .sec03 .gridbox .box .imagebox .img_text {
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    background-color: rgba(78, 137, 189, 0.8);
    color: #fff;
    font-family: serif;
    font-size: 4.5vw;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding: 5vw 0;
    letter-spacing: 0.1em;
  }
  .sec03 .gridbox .box .box_text {
    font-size: 4vw;
  }
  .sec03 .gridbox .box .list {
    margin-top: 2vw;
    padding-left: 0;
  }
  .sec03 .gridbox .box .list .item {
    color: #4E89BD;
    font-size: 4vw;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.7;
  }
}/*# sourceMappingURL=function.css.map */