@charset "UTF-8";
#index div#main .sec01 {
  position: relative;
  font-size: 0;
  line-height: 0;
}
#index div#main .sec01 .swiper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}
#index div#main .sec01 .swiper-pagination {
  text-align: center;
  bottom: 20px;
}
#index div#main .sec01 .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  background: #fff;
  margin: 0 5px;
  opacity: 1;
}
#index div#main .sec01 .swiper-pagination-bullet-active {
  background: #FF4E00;
}
#index div#main .sec02 {
  padding: 40px 0;
}
#index div#main .sec02 .title__ptn__1 {
  margin: 0 0 20px;
}
#index div#main .sec02 .title__ptn__1 p {
  font-size: 30px;
}
#index div#main .sec02 ol {
  justify-content: space-between;
}
#index div#main .sec02 ol > li {
  width: 30.5084745763%;
}
#index div#main .sec02 figure {
  font-size: 0;
  line-height: 0;
  margin: 0 0 20px;
}
#index div#main .sec02 h3 {
  color: #0092EC;
  margin: 0 0 5px;
}
#index div#main .sec02 dl {
  margin: 0 0 20px;
}
#index div#main .sec02 dt {
  font-weight: bold;
  margin: 0 0 5px;
}
#index div#main .sec02 .btn__ptn__1 a,
#index div#main .sec02 .btn__ptn__2 a {
  justify-content: flex-end;
}
@media (max-width: 750px) {
  #index div#main .sec02 {
    padding: 8% 2.6666666667%;
  }
  #index div#main .sec02 .title__ptn__1 {
    margin: 0 0 4%;
  }
  #index div#main .sec02 .title__ptn__1 p {
    font-size: 24px;
  }
  #index div#main .sec02 ol.flex {
    display: block;
  }
  #index div#main .sec02 ol > li {
    width: auto;
    margin: 0 0 8%;
  }
  #index div#main .sec02 ol > li:last-child {
    margin: 0;
  }
  #index div#main .sec02 figure {
    margin: 0 0 2%;
  }
  #index div#main .sec02 figure img {
    width: 100%;
  }
  #index div#main .sec02 h3 {
    margin: 0 0 2%;
  }
  #index div#main .sec02 dl {
    margin: 0 0 6%;
  }
  #index div#main .sec02 dt {
    margin: 0 0 2%;
  }
}
#index div#main .sec03 {
  background: url(/images_new/index/sec03_bg_pc.jpg) no-repeat center center;
  background-size: cover;
  padding: 30px 0 50px;
}
#index div#main .sec03 h2 {
  color: #21568F;
}
#index div#main .sec03 .sec__in__l {
  border-radius: 10px;
  background: #fff;
  padding: 30px 35px;
  box-sizing: border-box;
}
#index div#main .sec03 .sec__in__l > div {
  justify-content: space-between;
  margin: 0 0 15px;
}
#index div#main .sec03 .sec__in__l > div:before {
  content: "";
}
#index div#main .sec03 .sec__in__l > div:before,
#index div#main .sec03 .sec__in__l > div .btn__ptn__1 {
  width: 150px;
}
#index div#main .sec03 .list ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
#index div#main .sec03 .list li {
  width: 18.5585585586%;
  transition: opacity 0.3s ease 0s;
}
#index div#main .sec03 .list li.js--on {
  opacity: 0.5;
}
#index div#main .sec03 .list li figure {
  font-size: 0;
  line-height: 0;
  margin: 0 0 10px;
}
#index div#main .sec03 .list li div.flex {
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  margin: 0 0 10px;
}
#index div#main .sec03 .list li div.flex time {
  color: #21568F;
}
#index div#main .sec03 .list li div.flex span {
  color: #FF4E00;
  border: 1px solid #FF4E00;
  border-radius: 3px;
  padding: 0.2em 0.5em;
}
@media (max-width: 750px) {
  #index div#main .sec03 {
    background: url(/images_new/index/sec03_bg_sp.jpg) no-repeat center center;
    padding: 6% 2.6666666667% 8%;
  }
  #index div#main .sec03 .sec__in__l {
    border-radius: 10px;
    background: #fff;
    padding: 2.8169014085%;
    box-sizing: border-box;
  }
  #index div#main .sec03 .sec__in__l > div {
    justify-content: space-between;
    align-items: center;
    margin: 0 0 6%;
  }
  #index div#main .sec03 .sec__in__l > div:before {
    display: none;
  }
  #index div#main .sec03 .sec__in__l > div .btn__ptn__1 {
    width: auto;
  }
  #index div#main .sec03 .list li {
    width: 70%;
  }
  #index div#main .sec03 .list li figure {
    font-size: 0;
    line-height: 0;
    margin: 0 0 4%;
  }
  #index div#main .sec03 .list li figure img {
    width: 100%;
  }
  #index div#main .sec03 .list li div.flex {
    margin: 0 0 4%;
  }
}
#index div#main .sec04 {
  padding: 40px 0 60px;
}
#index div#main .sec04 .sec__in__l > div.flex {
  justify-content: space-between;
  align-items: flex-start;
}
#index div#main .sec04 .sec__in__l > div.flex > div {
  width: 47.9661016949%;
}
#index div#main .sec04 .twitter h2 {
  color: #0092EC;
}
#index div#main .sec04 .twitter p {
  margin: 0 0 20px;
}
#index div#main .sec04 .twitter .embed {
  height: 688px;
  overflow: scroll;
}
#index div#main .sec04 .insta h2 {
  color: #FF4E00;
}
#index div#main .sec04 .insta p {
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  #index div#main .sec04 {
    padding: 6% 2.6666666667% 8%;
  }
  #index div#main .sec04 .sec__in__l > div.flex {
    display: block;
  }
  #index div#main .sec04 .sec__in__l > div.flex > div {
    width: auto;
  }
  #index div#main .sec04 .twitter {
    margin: 0 0 8%;
  }
  #index div#main .sec04 .twitter h2 {
    color: #0092EC;
  }
  #index div#main .sec04 .twitter p {
    margin: 0 0 4%;
  }
  #index div#main .sec04 .twitter .embed {
    height: 326px;
    overflow: scroll;
  }
  #index div#main .sec04 .insta p {
    margin: 0 0 4%;
  }
}
#index div#main .sec05 {
  font-size: 0;
  line-height: 0;
  padding: 50px 0 30px;
}
#index div#main .sec05 a {
  transition: opacity 0.5s ease 0s;
}
#index div#main .sec05 a.js--on {
  opacity: 0.5;
}
@media (max-width: 750px) {
  #index div#main .sec05 {
    padding: 8% 2.6666666667%;
  }
  #index div#main .sec05 img {
    width: 100%;
  }
}
#index div#main .sec06 {
  padding: 30px 0 65px;
}
#index div#main .sec06 p {
  font-size: 0;
  line-height: 0;
}
#index div#main .sec06 p.txt02 {
  text-align: right;
}
@media (max-width: 750px) {
  #index div#main .sec06 {
    padding: 3% 0 5%;
  }
  #index div#main .sec06 p.txt01 {
    overflow: hidden;
  }
  #index div#main .sec06 p.txt01 img {
    width: 100%;
    position: relative;
    left: -2px;
  }
}
#index div#main .sec07 {
  padding: 40px 0 50px;
}
#index div#main .sec07 .title__ptn__1 p {
  margin: 0 0 14px;
}
#index div#main .sec07 .slide_pc {
  display: block;
}
#index div#main .sec07 .slide_sp {
  display: none;
}
#index div#main .sec07 div.slick__slide {
  position: relative;
  padding: 0 7px 0 0;
  box-sizing: border-box;
  transition: opacity 0.3s ease 0s;
}
#index div#main .sec07 div.slick__slide.js--on {
  opacity: 0.5;
}
#index div#main .sec07 div.slick__slide a {
  position: relative;
}
#index div#main .sec07 span.mask {
  position: relative;
  overflow: hidden;
}
#index div#main .sec07 span.mask:after {
  content: "";
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.2s ease-in-out;
  background-color: rgba(0, 0, 0, 0.4);
  width: 0;
  height: 100%;
  pointer-events: none;
}
#index div#main .sec07 span.mask.js--on:after {
  opacity: 1;
  width: 100%;
}
#index div#main .sec07 span.txt {
  position: absolute;
  z-index: 3;
  right: 15px;
  bottom: 10px;
  font-weight: 400;
  font-style: italic;
  color: #fff;
  opacity: 0;
  transition: opacity 0.2s 0s ease-in-out;
}
#index div#main .sec07 span.mask.js--on span {
  opacity: 1;
}
#index div#main .sec07 .btn__ptn__1 a {
  margin: 10px 40px 0 0;
  justify-content: right;
}
@media (max-width: 750px) {
  #index div#main .sec07 {
    padding: 7% 0 10%;
  }
  #index div#main .sec07 .title__ptn__1 p {
    margin: 0 0 5%;
  }
  #index div#main .sec07 .slide_pc {
    display: none;
  }
  #index div#main .sec07 .slide_sp {
    display: block;
  }
  #index div#main .sec07 div.slick__slide {
    padding: 0 2% 0 0;
  }
  #index div#main .sec07 div.slick__slide a {
    display: block;
  }
  #index div#main .sec07 span.mask {
    display: block;
  }
  #index div#main .sec07 .btn__ptn__1 a {
    margin: 2% 3% 0 0;
  }
}
#index div#main .sec08 {
  background: #F6F6F6;
  padding: 50px 0 60px;
}
#index div#main .sec08 .container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#index div#main .sec08 .box {
  flex: 1 1 calc(25% - 10px);
  padding: 20px 5px;
  box-sizing: border-box;
}
#index div#main .sec08 .lead_results {
  padding: 20px;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
#index div#main .sec08 .results_age {
  padding: 3%;
  font-size: 20px;
  background-color: #21568F;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 2;
}
#index div#main .sec08 .results_img {
  width: 100%;
  margin: auto 0;
}
#index div#main .sec08 .results_value {
  width: fit-content;
  margin: auto;
  padding: 10px 0;
}
#index div#main .sec08 .results_value li {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-style: italic;
  font-weight: 700;
}
#index div#main .sec08 .results span {
  font-weight: 700;
}
#index div#main .sec08 .triangle {
  color: #21568F;
  font-style: normal;
}
#index div#main .sec08 .value_after {
  font-size: 20px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-style: italic;
  font-weight: 700;
  color: #FF4E00;
}
#index div#main .sec08 .comment {
  text-align: left;
  line-height: normal;
}
@media (max-width: 750px) {
  #index div#main .sec08 .comment {
    text-align: left;
    line-height: normal;
  }
  #index div#main .sec08 .box {
    flex: 1 1 100%;
  }
  #index div#main .sec08 .box p,
  #index div#main .sec08 ul,
  #index div#main .sec08 img {
    width: 100%;
  }
}
#index div#main .sec09 {
  padding: 35px 0 43px;
  background: url(../images_new/index/sec09_bg_pc.jpg) no-repeat center/cover;
}
#index div#main .sec09 .flex {
  align-items: center;
  gap: 37px;
}
#index div#main .sec09 .flex figure {
  width: 183px;
}
#index div#main .sec09 .flex figure img {
  width: 100%;
  height: auto;
}
#index div#main .sec09 .flex dt {
  font-weight: bold;
  color: #21568F;
  border-bottom: 1px solid #21568F;
  padding: 0 0 9px;
  margin: 0 0 11px;
}
#index div#main .sec09 .flex dd {
  font-weight: bold;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
}
#index div#main .sec09 .flex dd span {
  display: inline-block;
  font-weight: bold;
}
#index div#main .sec09 .flex dd .blue {
  color: #0092EC;
}
@media (max-width: 750px) {
  #index div#main .sec09 {
    padding: 5.3333333333% 2.6666666667% 11.7333333333%;
    box-sizing: border-box;
  }
  #index div#main .sec09 .title__ptn__1 {
    margin: 0 0 6.9333333333%;
  }
  #index div#main .sec09 .flex {
    flex-direction: column;
    gap: 4.2666666667%;
  }
  #index div#main .sec09 .flex figure {
    width: 41.6901408451%;
  }
  #index div#main .sec09 .flex dt {
    font-size: 20px;
  }
  #index div#main .sec09 .flex dd {
    font-size: 16px;
  }
  #index div#main .sec09 .flex dd span {
    display: inline;
    font-size: 20px;
  }
}
#index div#main .sec10 {
  padding: 75px 0;
  background: url(../images_new/index/sec10_bg.jpg) no-repeat center top/cover;
}
#index div#main .sec10 h4 {
  font-size: 30px;
  color: #21568F;
  font-weight: bold;
  line-height: 60px;
  padding-bottom: 35px;
  width: 1200px;
}
#index div#main .sec10 ul li {
  font-size: 16px;
}
@media (max-width: 750px) {
  #index div#main .sec10 {
    background: none;
    padding: 0 0 6.1333333333%;
  }
  #index div#main .sec10 h4 {
    font-size: 20px;
    width: auto;
    background: url(../images_new/index/sec10_bg.jpg) no-repeat center top/cover;
    padding: 31px 2.6666666667%;
    box-sizing: border-box;
    line-height: 1.5;
  }
  #index div#main .sec10 ul {
    padding: 4.8% 2.8169014085% 0;
    box-sizing: border-box;
  }
}
#index div#main .circle_m {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #f62e36;
  display: inline-block;
}
#index div#main .circle_m::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #FFF;
}
#index div#main .circle_c {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #009944;
  display: inline-block;
}
#index div#main .circle_c::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #FFF;
}
#index div#main .circle_g {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #f39700;
  display: inline-block;
}
#index div#main .circle_g::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #FFF;
}
#index div#main .circle_n {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #00ac9b;
  display: inline-block;
}
#index div#main .circle_n::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #FFF;
}