@charset "utf-8";
/* /////////////////////////////
      TOP
///////////////////////////// */
*{box-sizing: border-box;}
:root{
  --red: #ed1c24;
  --blue: #c8e6ff;
  --lightblue: #eef7ff;
}
.wrap{
  width: calc(100% - 410px);
}
.scroll_table{
  height: 730px;
  white-space: nowrap;
  overflow-x: scroll;
  width: 100%;
}
.scroll_img{
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  border: solid 7px #FFF;
}
.scroll_img::before{
  content: "";
  display: block;
}
.scroll_img,.scroll_table table{
  width: 3800px;
}
.scroll_img::before,
.scroll_img li,
.scroll_table table th,
.scroll_table table td{
  width: 170px;
  margin: auto;
}
.scroll_img li img{
  text-align: center;
}
.scroll_table table{
  border: solid 7px #191c92;
  overflow: hidden;
  table-layout: fixed;
}
.scroll_table table tr:first-child th{
  border-bottom: solid 3px #4d4d4d;
}
.scroll_table table tr:first-child th,
.scroll_table table tr:nth-child(odd) th,
.scroll_table table tr:nth-child(odd) td{
  background: #eef7ff;
}
.scroll_table table th{
}
.scroll_table table th,
.scroll_table table td{
  font-size: 18px;
  font-weight: bold;
  border-left: solid 1px #4d4d4d;
  text-align: center;
  vertical-align: middle;
  height: 80px;
}
.scroll_table table .red{
  color: #ed1c24;
  border-left: solid 7px #ed1c24;
  border-right: solid 7px #ed1c24;
}
.scroll_table table tr:first-child .red{
  border-top: solid 7px #ed1c24;
}
.scroll_table table tr:last-child .red{
  border-bottom: solid 7px #ed1c24;
}
.scroll_table table p{
  font-size: 24px;
}
.scroll_table table th span,
.scroll_table table td span{
  display: block;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}
.top_sec01{
  margin-top: 40px;
}
.top_sec01 .top_img01{
  margin-bottom: 20px;
}
.flex_item{
  display: flex;
  justify-content: space-between;
}
.flex_wrap{
  flex-wrap: wrap;
}
.top_sec01 li{
  margin-bottom: 10px;
  width: 49%;
}
.top_sec02{
  position: relative;
  background: #c8e6ff;
  border-radius: 20px;
  padding: 40px;
  margin: 30px auto 0;
  width: 90%;
}
.top_sec02_inner{
  background: #fff;
  border-radius: 15px;
  padding: 40px 30px;
}
.top_img02{
  max-width: 335px;
  width: 30%;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.top_img03{
  max-width: 900px;
  width: 100%;
  margin: 0 auto 40px;
}
.top_sec02_detail01 .flex_item{
  align-items: flex-end;
}
.top_sec02_detail01_txt{
  font-weight: bold;
  font-size: 21px;
  line-height: 1.7;
  text-align: justify;
  width: 65%;
}
.top_img04{
  width: 30%;
}
.top_sec02_detail01_txt02{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.triangle{
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 30px solid var(--blue);
  margin: 20px auto;
}
.red_txt{
  text-align: center;
}
.red_txt span{
  background: var(--red);
  padding: 0 10px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
.top_img05{
  margin: 30px auto;
}
.top_img06{
  max-width: 560px;
  width: 100%;
  margin: 0 auto 20px;
}
.top_sec02_detail02_txt{
  font-weight: bold;
  font-size: 21px;
  line-height: 1.6;
}
.top_sec02_detail02_item01{
  margin: 30px auto;
}
.top_sec02_detail02_item01 table{
  width: 70%;
}
.top_sec02_detail02_item01 table th,
.top_sec02_detail02_item01 table td{
  padding: 5px;
  border: solid 1px;
  text-align: center;
  vertical-align: middle;
  font-weight: 900;
}
.top_sec02_detail02_item01 table th{
  background: var(--lightblue);
}
.top_img07{
  width: 26%;
}
.top_sec02_detail02_item02{
  background: #fdebdd;
  border-radius: 10px;
  padding: 30px;
}
.top_img08{
  max-width: 300px;
  width: 50%;
}
.top_sec02_detail02_item02 .flex_item{
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.top_sec02_detail02_item02 .flex_item p{
  font-size: 19px;
  line-height: 1.6;
  width: 60%;
  text-align: justify;
}
.top_img09{
  width: 36%;
}
.top_sec03{
  background: #fef2e9;
  padding: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.top_img10{
  margin: auto;
  width: 80%;
}
.top_sec03 ul{
  margin-top: 40px;
}
.top_sec03 li{
  padding: 40px 30px 30px 30px;
  border: 10px solid #1e9cd7;
  border-image: linear-gradient(135deg, #cce0f4 0%, #1e9cd7 50%, #cce0f4 100%);
  border-image-slice: 1;
  background: #fff;
  margin-bottom: 40px;
}
.top_sec03 li:last-child{
  margin-bottom: 0;
}
.point{
  position: relative;
  margin-bottom: 30px;
}
.point_num{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 100px;
  width: 100px;
}
.point_ttl{
  background: #191c92;
  color: #fff;
  font-size: 32px;
  padding: 10px 10px 6px 70px;
  margin-left: auto;
  width: calc(100% - 50px);
  font-weight: 900;
}
.top_sec03 li .flex_item p{
  font-size: 21px;
  line-height: 1.6;
  text-align: justify;
  width: 70%;
}
.point_imgarea{
  width: 30%;
}

@media screen and (max-width: 767px) {
  .wrap{
    width: 100%;
  }
  .mv{
    margin: auto -20px;
    width: calc(100% + 40px);
  }
  .scroll_table{
    padding-left: 20px;
    height: 600px;
  }
  .scroll_img, .scroll_table table {
    width: 2000px;
  }
  .scroll_table table th, .scroll_table table td{
    font-size: 14px;
    height: 60px;
  }
  .scroll_img::before, .scroll_img li, .scroll_table table th, .scroll_table table td {
    width: 135px;
  }
  .scroll_table table th span, .scroll_table table td span{
    font-size: 10px;
  }
  .top_sec01{
    padding: 0 20px;
    margin-top: 20px;
  }
  .top_sec01 li{
    margin-bottom: 0;
    width: 100%;
  }
  .top_sec02{
    padding: 10px;
    width: 100%;
  }
  .top_sec02_inner{
    padding: 20px;
  }
  .top_sec02_detail01 .flex_item{
    flex-direction: column-reverse;
  }
  .top_sec02_detail01_txt{
    font-size: 16px;
    width: 100%;
  }
  .top_img04{
    margin: 0 auto 20px;
    width: 90%;
  }
  .top_sec02_detail01_txt02 {
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 0;
  }
  .red_txt span{
    width: 90%;
    margin: auto;
    padding: 10px 0;
    display: block;
  }
  .top_sec02_detail02_txt{
    font-size: 14px;
  }
  .top_sec02_detail02_item01 table,.top_img07 {
    width: 100%;
  }
  .top_img07{
    margin-top: 20px;
  }
  .top_sec02_detail02_item01 table th, .top_sec02_detail02_item01 table td{
    font-size: 11px;
  }
  .top_sec02_detail02_item02 .flex_item p,.top_img08{
    width: 100%;
  }
  .top_sec02_detail02_item02 .flex_item p {
    font-size: 15px;
  }
  .top_img09{
    margin-bottom: 20px;
    width: 100%;
  }
  .top_sec02_detail02_item02{
    padding: 20px;
  }
  .top_sec02_detail02_item02 .red_txt span{
    white-space: nowrap;
    font-size: 22px;
    width: 100%;
  }
  .top_sec03 {
    padding: 30px 10px;
    margin-top: 20px;
  }
  .top_img10 {
    width: 95%;
  }
  .top_sec03 li{
    padding: 20px 15px 15px 15px;
    margin-bottom: 20px;
  }
  .point_num{
    height: 50px;
    width: 50px;
  }
  .point_ttl{
    font-size: 18px;
    padding: 8px 10px 8px 15px;
    width: calc(100% - 40px);
    white-space: nowrap;
  }
  .top_sec03 li .flex_item {
    flex-direction: column-reverse;
  }
  .top_sec03 li .flex_item p{
    font-size: 16px;
    width: 100%;
  }
  .point_imgarea {
    margin: 0 auto 20px;
    width: 80%;
  }
  .top_sec03 li:last-child .point_imgarea {
    width: 100%;
  }
}
