@charset "UTF-8";
.bg_green {
  background-color: #009fa8;
}

.kome.white{
  color: #fff;
}
.common_btn_wrap{
  margin-top: 20px;
  text-align: center;
}
.common_btn{
  position: relative;
  display: inline-block;
  background-color: #ff9e20;
  border-radius: 40px;
  color: #FFF;
  font-size: 2.4rem;
  padding: 18px 0;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 340px;
  height: 80px;
  background-image: url(../img/common/btn_arrow.svg);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: 40px, center;
}

@media screen and (min-width: 768px) {
  .scroll_arrow {
    position: absolute;
    top: 500px;
    left: 20px;
    z-index: 999;
  }
}

@media screen and (max-width: 767px) {
  .scroll_arrow {
    display: none;
  }
}

/* --------------------------------------
*  メイン
* --------------------------------------*/
.problem {
  padding: 55px 0;
}

@media screen and (max-width: 767px) {
  .problem {
    padding: 30px 0;
  }
}

.problem .ttl {
  font-size: 4.6rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .problem .ttl {
    font-size: 2.3rem;
  }
}

.problem .ttl span {
  border-bottom: 3px solid #009fa8;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .problem .ttl span {
    padding-bottom: 0;
  }
}

.problem .problem_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 35px auto 0;
  width: 980px;
}

@media screen and (max-width: 767px) {
  .problem .problem_flex {
    width: 100%;
  }
}

.problem .problem_flex .problem_item {
  text-align: center;
  width: 320px;
}

@media screen and (max-width: 767px) {
  .problem .problem_flex .problem_item {
    width: 45%;
  }
}

@media screen and (min-width: 768px) {
  .problem .problem_flex .problem_item:nth-of-type(n+4) {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .problem .problem_flex .problem_item:nth-of-type(n+3) {
    margin-top: 20px;
  }
}

.problem .problem_flex .problem_item .img {
  display: inline-block;
  width: 206px;
}

@media screen and (max-width: 767px) {
  .problem .problem_flex .problem_item .img {
    width: 100%;
  }
}

.problem .problem_flex .problem_item .txt {
  font-size: 2.4rem;
  margin-top: 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .problem .problem_flex .problem_item .txt {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.solution {
  background-image: url(../img/index/bg_solution.png);
  background-repeat: no-repeat;
  background-position: top center;
  padding: 140px 0 60px;
}

@media screen and (max-width: 767px) {
  .solution {
    background-size: contain;
    padding: 50px 0 30px;
  }
}

.ttl_h2 {
  color: #FFF;
  font-size: 4.8rem;
  line-height: 1.333;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ttl_h2 {
    font-size: 2.4rem;
  }
}

.ttl_h2 span {
  display: block;
  font-size: 2.7rem;
  letter-spacing: 0.06em;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .ttl_h2 span {
    font-size: 2rem;
  }
}

.sec01 {
  overflow-x: hidden;
}

.sec01 .ttl_h2 {
  background-image: url(../img/index/bg_h2.png);
  background-size: cover;
  height: 345px;
  padding-top: 90px;
}

@media screen and (max-width: 767px) {
  .sec01 .ttl_h2 {
    height: 150px;
    padding-top: 40px;
  }
}

.sec01 .sec01_contents.no1 {
  background-image: url(../img/index/bg_geometric.png);
  padding: 70px 91% 75px 0;
  position: relative;
  margin-top: -10px;
  margin-left: -5%;
  width: 200%;
  -webkit-transform: rotate(3deg) translate3d(0, 0, 0);
          transform: rotate(3deg) translate3d(0, 0, 0);
}

@media screen and (max-width: 767px) {
  .sec01 .sec01_contents.no1 {
    margin-top: 0;
    margin-left: 0;
    padding: 30px 0;
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
}

.sec01 .sec01_contents.no1 .wrap{
  -webkit-transform: rotate(-3deg) translate3d(0, 0, 0);
          transform: rotate(-3deg) translate3d(0, 0, 0);
}
.sec01_contents.no1 .sec-01-youtube {
  -webkit-transform: rotate(-3deg) translate3d(0, 0, 0);
          transform: rotate(-3deg) translate3d(0, 0, 0);
          width:800px;
          margin:60px auto 0;
          padding: 0 0 40px;
}
.sec01_contents.no1 .sec-01-youtube iframe {
          width:800px;
          height:450px ;
}


@media screen and (max-width: 767px) {
  .sec01 .sec01_contents.no1 .wrap {
    -webkit-transform: none;
            transform: none;
  }
  .sec01_contents.no1 .sec-01-youtube {
    -webkit-transform: none;
    transform: none;
            width:90%;
            margin:30px auto 0;
            padding: 0 0 30px;
  }
  .sec01_contents.no1 .sec-01-youtube iframe {
            width:100%;
            height:250px ;
  }
}

.sec01 .sec01_contents.no2 {
  padding: 0 0 140px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .sec01 .sec01_contents.no2 {
    padding: 30px 0;
  }
}

.sec01 .sec01_contents.no2 .txt_area {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .sec01 .sec01_contents.no2 .txt_area {
    margin-top: 0;
  }
}

.sec01 .sec01_contents.no3 {
  background-image: url(../img/index/bg_sec01_02.png);
  background-size: cover;
  padding: 140px 0 80px;
  position: relative;
  top: -85px;
  margin-bottom: -85px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .sec01 .sec01_contents.no3 {
    background-image: url(../img/index/bg_geometric.png);
    padding: 30px 0;
    top: 0;
    margin-bottom: 0;
  }
}

.sec01 .sec01_contents .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec01 .media_contents{
  background-color: #efefef;
}

@media screen and (max-width: 767px) {
  .sec01 .sec01_contents .wrap {
    display: block;
  }
}

.sec01 .sec01_contents .wrap .ttl_h3 {
  color: #009fa8;
  font-size: 4.8rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .sec01 .sec01_contents .wrap .ttl_h3 {
    font-size: 2.4rem;
  }
}

.sec01 .sec01_contents .wrap .ttl_h3 span {
  font-size: 11.9rem;
  position: relative;
  vertical-align: -3px;
}

@media screen and (max-width: 767px) {
  .sec01 .sec01_contents .wrap .ttl_h3 span {
    font-size: 6rem;
  }
}

.sec01 .sec01_contents .wrap .ttl_h3 span.period {
  margin-right: -15px;
  vertical-align: 10px;
}

@media screen and (max-width: 767px) {
  .sec01 .sec01_contents .wrap .ttl_h3 span.period {
    margin-right: 0;
    vertical-align: 0;
  }
}

.sec01 .sec01_contents .wrap .txt {
  font-size: 2.4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .sec01 .sec01_contents .wrap .txt {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}

.sec01 .sec01_contents .wrap .txt sup {
  top: -0.7em;
  font-size: 50%;
}

.sec01 .sec01_contents .wrap .txt_small {
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .sec01 .sec01_contents .wrap .txt_small {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}

.sec01 .sec01_contents .wrap .img {
  width: 550px;
}

@media screen and (max-width: 767px) {
  .sec01 .sec01_contents .wrap .img {
    width: 100%;
    margin-top: 30px;
  }
}

.sec02 .ttl_h2 {
  background-image: url(../img/index/bg_h2.png);
  background-size: cover;
  height: 345px;
  padding-top: 90px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .sec02 .ttl_h2 {
    height: 150px;
    padding-top: 40px;
  }
}

.sec02 .sec02_contents {
  padding: 60px 0;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .sec02 .sec02_contents {
    padding: 30px 0;
  }
}

.sec02 .sec02_contents.no1::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #009fa8;
  -webkit-transform: skewY(-3deg);
          transform: skewY(-3deg);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .sec02 .sec02_contents.no1::before {
    content: none;
  }
}

.sec02 .sec02_contents.no1 .research_case.case1 .research_case_flex div {
  position: relative;
}

.sec02 .sec02_contents.no1 .research_case.case1 .research_case_flex div .txt1 {
  color: #d60c0c;
  font-size: 7.2rem;
  line-height: 1;
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec02 .sec02_contents.no1 .research_case.case1 .research_case_flex div .txt1 {
    font-size: 3.6rem;
  }
}

.sec02 .sec02_contents.no1 .research_case.case1 .research_case_flex div .txt1 span {
  color: #111;
  font-size: 3.2rem;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .sec02 .sec02_contents.no1 .research_case.case1 .research_case_flex div .txt1 span {
    font-size: 1.6rem;
    margin-right: 5px;
  }
}

.sec02 .sec02_contents.no1 .research_case.case1 .research_case_flex div .txt2 {
  background-color: #efefef;
  font-size: 2.4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 40px;
  padding: 15px 20px;
}

@media screen and (max-width: 767px) {
  .sec02 .sec02_contents.no1 .research_case.case1 .research_case_flex div .txt2 {
    font-size: 1.6rem;
    margin-top: 20px;
    padding: 10px;
  }
}

.sec02 .sec02_contents.no1 .research_case.case1 .research_case_flex div .img_caption {
  position: absolute;
  top: 0;
  left: -40px;
}

@media screen and (max-width: 767px) {
  .sec02 .sec02_contents.no1 .research_case.case1 .research_case_flex div .img_caption {
    left: 0;
  }
}

.sec02 .sec02_contents.no1 .research_case.case2 .ttl_sub {
  margin-top: 45px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec02 .sec02_contents.no1 .research_case.case2 .ttl_sub {
    margin-top: 20px;
  }
}

.sec02 .sec02_contents.no1 .research_case.case2 .ttl_sub span {
  display: inline-block;
  background-color: #009fa8;
  color: #FFF;
  font-size: 3.2rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .sec02 .sec02_contents.no1 .research_case.case2 .ttl_sub span {
    font-size: 1.6rem;
  }
}

.sec02 .sec02_contents.no1 .research_case.case2 .research_case_flex .txt {
  font-size: 2.1rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec02 .sec02_contents.no1 .research_case.case2 .research_case_flex .txt {
    font-size: 1.6rem;
    text-align: left;
  }
}

.sec02 .sec02_contents.no1 .research_case.case2 .research_case_flex .img {
  margin: 20px 0;
}

.sec02 .sec02_contents.no2 {
  background-color: #FFF;
}

.sec02 .sec02_contents.no2 .ttl_h3 {
  color: #009fa8;
}

.sec02 .sec02_contents.no2 .research_case {
  background-color: #efefef;
  padding-bottom: 50px;
}

.sec02 .sec02_contents.no2 .research_case .ttl span {
  border-bottom: none;
}

.sec02 .sec02_contents.no2 .conditions {
  background-color: #FFF;
  margin-top: 45px;
  padding: 20px 20px 10px;
}

@media screen and (max-width: 767px) {
  .sec02 .sec02_contents.no2 .conditions {
    margin-top: 30px;
    padding: 20px;
  }
}

.sec02 .sec02_contents.no2 .conditions .conditions_ttl {
  display: inline-block;
  background-color: #009fa8;
  color: #FFF;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 10px;
  padding: 8px 5px;
}

@media screen and (max-width: 767px) {
  .sec02 .sec02_contents.no2 .conditions .conditions_ttl {
    font-size: 1.8rem;
    padding: 5px;
  }
}

.sec02 .sec02_contents.no2 .conditions .conditions_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .sec02 .sec02_contents.no2 .conditions .conditions_list {
    display: block;
  }
}

.sec02 .sec02_contents.no2 .conditions .conditions_list li {
  font-size: 2.4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.8333;
}

@media screen and (max-width: 767px) {
  .sec02 .sec02_contents.no2 .conditions .conditions_list li {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .sec02 .sec02_contents.no2 .conditions .conditions_list li:nth-of-type(n+2) {
    margin-left: 20px;
  }
}

.sec02 .sec02_contents.no2 .conditions .conditions_list li.ttl {
  color: #009fa8;
}

.sec02 .sec02_contents.no3 .research_case.case1 .research_case_flex > div:first-of-type {
  width: 49%;
}

@media screen and (max-width: 767px) {
  .sec02 .sec02_contents.no3 .research_case.case1 .research_case_flex > div:first-of-type {
    width: 100%;
  }
}

.sec02 .sec02_contents.no3 .research_case.case1 .research_case_flex .img_heading2 {
  background-color: #009fa8;
  color: #FFF;
  font-size: 2.4rem;
  text-align: center;
  width: 120px;
}

@media screen and (max-width: 767px) {
  .sec02 .sec02_contents.no3 .research_case.case1 .research_case_flex .img_heading2 {
    font-size: 1.8rem;
  }
}

.sec02 .sec02_contents.no3 .research_case.case1 .research_case_flex .img1 {
  padding-top: 30px;
}

.sec02 .sec02_contents.no3 .research_case.case1 .research_case_flex .img2 {
  text-align: center;
}

.sec02 .sec02_contents.no3 .research_case.case2 {
  padding-bottom: 40px;
}

.sec02 .sec02_contents.no3 .research_case.case2 .img {
  margin-top: 30px;
}

.sec02 .sec02_contents .ttl_h3 {
  color: #FFF;
  font-size: 4.8rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .sec02 .sec02_contents .ttl_h3 {
    font-size: 2.4rem;
  }
}

.sec02 .sec02_contents .ttl_h3 span {
  font-size: 17.3rem;
  margin-right: 30px;
  opacity: 0.4;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .sec02 .sec02_contents .ttl_h3 span {
    font-size: 8rem;
    margin-right: 0;
  }
}

.sec02 .sec02_contents .lead_txt {
  font-size: 2.4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .sec02 .sec02_contents .lead_txt {
    font-size: 1.6rem;
  }
}

.sec02 .sec02_contents .research_case {
  background-color: #FFF;
  padding: 45px 40px 25px;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .sec02 .sec02_contents .research_case {
    padding: 20px;
  }
}

.sec02 .sec02_contents .research_case + .research_case {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .sec02 .sec02_contents .research_case + .research_case {
    margin-top: 30px;
  }
}

.sec02 .sec02_contents .research_case .ttl {
  color: #009fa8;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1;
  text-align: center;
}

.sec02 .sec02_contents .research_case .ttl span {
  border-bottom: 1px solid #009fa8;
  font-size: 4.8rem;
}

@media screen and (max-width: 767px) {
  .sec02 .sec02_contents .research_case .ttl span {
    font-size: 1.9rem;
  }
}

.sec02 .sec02_contents .research_case .ttl span .txt_small {
  border-bottom: none;
  font-size: 3.9rem;
}

@media screen and (max-width: 767px) {
  .sec02 .sec02_contents .research_case .ttl span .txt_small {
    font-size: 1.6rem;
  }
}

.sec02 .sec02_contents .research_case .main_txt {
  font-size: 2.4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec02 .sec02_contents .research_case .main_txt {
    font-size: 1.6rem;
    margin-top: 15px;
    text-align: left;
  }
}

.sec02 .sec02_contents .research_case .research_case_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .sec02 .sec02_contents .research_case .research_case_flex {
    display: block;
  }
}

.sec02 .sec02_contents .research_case .research_case_flex > div {
  width: 46.4%;
}

@media screen and (max-width: 767px) {
  .sec02 .sec02_contents .research_case .research_case_flex > div {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sec02 .sec02_contents .research_case .research_case_flex > div + div {
    margin-top: 30px;
  }
}

.sec02 .sec02_contents .research_case .research_case_flex > div .img_caption {
  font-size: 2.1rem;
}

@media screen and (max-width: 767px) {
  .sec02 .sec02_contents .research_case .research_case_flex > div .img_caption {
    font-size: 1.2rem;
  }
}

.sec02 .sec02_contents .research_case .research_case_flex > div .img_heading {
  border-top: 1px solid #009fa8;
  border-bottom: 1px solid #009fa8;
  color: #009fa8;
  font-size: 2.4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 8px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec02 .sec02_contents .research_case .research_case_flex > div .img_heading {
    font-size: 1.8rem;
  }
}

.sec03 {
  background-color: #000;
  padding: 55px 0;
}

@media screen and (max-width: 767px) {
  .sec03 {
    padding: 30px 0;
  }
}

.sec03 .ttl_h2 {
  color: #FFF;
}

.sec03 .sec03_contents_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
}

.sec08{
  background-color: #000;
  color: #fff;
      padding: 80px 0;
}
.sec08 .wrap{
  display: flex;
    justify-content: center;
  align-items: center;
      gap: 0 120px;
  margin-top: 30px;
}

.sec08 .wrap .ttl_h3 {
    font-size: 4.8rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    line-height: 1;
}

.sec08 .wrap .ttl_h3 span{
  font-size: 2.7rem;
}

.sec08 .wrap .ttl_h3 + .txt {
  margin-top: 30px;
}
.sec08 .wrap .txt {
  color: #fff;
      font-size: 2.4rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

  .sec08.bg-gray{
    background-image: url(../img/index/bg_geometric.png);
  }
.sec08.bg-gray .ttl_h2{
  color: #009fa8;
}
  .sec08.bg-gray .txt,
  .sec08.bg-gray .kome{
    color: #000;
  }

@media screen and (max-width: 767px) {
  .sec08 {
    padding: 30px 0;
}
  .sec08 .wrap{
    display: block;
    gap: 0;
  }
  .sec08 .wrap .txt{
    font-size: 1.6rem;
  }
  .sec08 .kome{
    color: #fff;
    text-align: center;
  }
}

.kome{
    /* text-align: center; */
    font-size: 16px;
    margin-top: 5px;
    margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .sec03 .sec03_contents_flex {
    display: block;
  }
}

.sec03 .sec03_contents_flex > div {
  width: 49%;
}

@media screen and (max-width: 767px) {
  .sec03 .sec03_contents_flex > div {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .sec03 .sec03_contents_flex > div:nth-of-type(n+3) {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .sec03 .sec03_contents_flex > div + div {
    margin-top: 30px;
  }
}

.sec03 .sec03_contents_flex > div img {
  width: 100%;
}

.sec03 .sec03_contents_flex > div .txt_area {
  background-color: #FFF;
  padding: 25px;
}

.sec03 .sec03_contents_flex > div .txt_area .ttl {
  color: #009fa8;
  border-bottom: 1px solid #009fa8;
  font-size: 3.6rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.222;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .sec03 .sec03_contents_flex > div .txt_area .ttl {
    font-size: 2rem;
  }
}

.sec03 .sec03_contents_flex > div .txt_area .txt {
  color: #111;
  font-size: 2.4rem;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .sec03 .sec03_contents_flex > div .txt_area .txt {
    font-size: 1.6rem;
  }
}

.sec03 .youtube {
  margin: 50px auto 0;
  aspect-ratio: 16 / 9;
  width: 80%;
}

@media screen and (max-width: 767px) {
  .sec03 .youtube {
    margin: 30px auto 0;
    width: 100%;
  }
}

.sec03 .youtube iframe {
  width: 100%;
  height: 100%;
}

.sec04 {
  background-image: url(../img/index/bg_geometric.png);
  padding: 55px 0;
}

.sec04 .ttl_h2 {
  color: #009fa8;
}

@media screen and (max-width: 767px) {
  .sec04 .ttl_h2 {
    font-size: 2.3rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.sec04 .table_wrap {
  margin-top: 25px;
  overflow: auto;
  white-space: nowrap;
}

.sec04 .table_wrap .sec04_contents {
  border-collapse: separate;
  border-spacing: 5px;
  width: 100%;
}

.sec04 .table_wrap .sec04_contents th, .sec04 .table_wrap .sec04_contents td {
  font-size: 2.9rem;
  line-height: 1.2;
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .sec04 .table_wrap .sec04_contents th, .sec04 .table_wrap .sec04_contents td {
    font-size: 1.6rem;
    padding: 10px;
  }
}

.sec04 .table_wrap .sec04_contents th {
  color: #FFF;
}

.sec04 .table_wrap .sec04_contents th.left_th {
  background-color: #FFF;
}

.sec04 .table_wrap .sec04_contents th.left_th img {
  width: 180px;
}

@media screen and (max-width: 767px) {
  .sec04 .table_wrap .sec04_contents th.left_th img {
    width: 100%;
  }
}

.sec04 .table_wrap .sec04_contents th.top_th {
  background-color: #bebebe;
  width: 223px;
}

.sec04 .table_wrap .sec04_contents th.bg_green {
  background-color: #009fa8;
}

.sec04 .table_wrap .sec04_contents th.bg_blue {
  background-color: #006699;
}

.sec04 .table_wrap .sec04_contents th.select {
  background-color: #009fa8;
}

.sec04 .table_wrap .sec04_contents td {
  background-color: #FFF;
}

.sec04 .table_wrap .sec04_contents td.img {
  padding: 0;
}

.sec04 .table_wrap .sec04_contents td.color_red {
  color: #ff0000;
}

.sec04 .table_wrap .sec04_contents td.color_green {
  color: #00b050;
}

.sec04 .table_wrap .sec04_contents td.color_blue {
  color: #0070c0;
}

.sec04 .table_wrap .sec04_contents td.select {
  background-color: #d3f2f4;
}

.sec04 .img_bottom {
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec04 .img_bottom {
    width: 80%;
    margin: 20px auto 0;
  }
}

.sec05 {
  padding: 55px 0;
}

@media screen and (max-width: 767px) {
  .sec05 {
    padding: 30px 0;
  }
}

.sec05 .ttl_h3 {
  color: #FFF;
  font-size: 3.6rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .sec05 .ttl_h3 {
    font-size: 2rem;
    line-height: 1.3;
  }
}

.sec05 .sec05_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .sec05 .sec05_flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.sec05 .sec05_flex > div {
  width: 33%;
}

@media screen and (max-width: 767px) {
  .sec05 .sec05_flex > div {
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  .sec05 .sec05_flex > div:nth-of-type(n+3) {
    margin-top: 20px;
  }
}

.sec05 .sec05_flex > div .ttl_h3 {
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec05 .sec05_flex > div .ttl_h3 {
    margin-top: 15px;
  }
}

.sec05 .sec05_flex > div .img {
  text-align: center;
}

.sec05 .etc {
  border: 1px solid #FFF;
  margin-top: 30px;
  padding: 35px 40px;
}

@media screen and (max-width: 767px) {
  .sec05 .etc {
    padding: 15px;
  }
}

.sec05 .etc .txt {
  color: #FFF;
  font-size: 2.4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .sec05 .etc .txt {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.sec06 {
  padding: 55px 0;
}

@media screen and (max-width: 767px) {
  .sec06 {
    padding: 30px 0;
  }
}

.sec06 .ttl_h2 {
  color: #009fa8;
}

.sec06 .lead_txt {
  font-size: 2.4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 15px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec06 .lead_txt {
    font-size: 1.6rem;
  }
}

.sec06 .sec06_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .sec06 .sec06_flex {
    display: block;
  }
}

.sec06 .sec06_flex > a {
  display: block;
  margin-right: 30px;
  width: 31.6%;
}

@media screen and (max-width: 767px) {
  .sec06 .sec06_flex > a + a {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .sec06 .sec06_flex > a {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .sec06 .sec06_flex > a:nth-of-type(n+4) {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .sec06 .sec06_flex > a:nth-of-type(3n) {
    margin-right: 0;
  }
}

.sec06 .sec06_flex > a .ttl_h3 {
  color: #009fa8;
  font-size: 2.4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .sec06 .sec06_flex > a .ttl_h3 {
    font-size: 2rem;
  }
}

.sec06 .sec06_flex > a .txt {
  font-size: 2.4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 500;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 767px) {
  .sec06 .sec06_flex > a .txt {
    font-size: 1.6rem;
  }
}

.sec06 .sec06_btn_warp {
  margin-top: 45px;
  text-align: center;
}

.sec06 .sec06_btn_warp .sec06_btn {
  display: inline-block;
  background-color: #009fa8;
  border-radius: 40px;
  color: #FFF;
  font-size: 2.4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 15px 0;
  text-align: center;
  width: 335px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sec06 .sec06_btn_warp .sec06_btn {
    font-size: 2rem;
  }
}

.sec06 .sec06_btn_warp .sec06_btn::before {
  position: absolute;
  content: "";
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.sec07 {
  padding: 55px 0;
}

@media screen and (max-width: 767px) {
  .sec07 {
    padding: 30px 0;
  }
}

.sec07 .ttl_h2 {
  color: #009fa8;
}

.sec07 .sec07_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .sec07 .sec07_flex {
    display: block;
  }
}

.sec07 .sec07_flex > div {
  width: 33%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sec07 .sec07_flex > div {
    width: 100%;
  }
}

.sec07 .sec07_flex > div::after {
  position: absolute;
  content: "";
  background-image: url(../img/index/icon_arrow.svg);
  background-size: cover;
  width: 20px;
  height: 46px;
  right: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .sec07 .sec07_flex > div::after {
    right: auto;
    top: auto;
    left: 50%;
    bottom: -55px;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}

.sec07 .sec07_flex > div:last-of-type::after {
  content: none;
}

@media screen and (max-width: 767px) {
  .sec07 .sec07_flex > div + div {
    margin-top: 60px;
  }
}

.sec07 .sec07_flex > div > * {
  text-align: center;
}

.sec07 .sec07_flex > div .step span {
  background-color: #009fa8;
  color: #FFF;
  font-size: 2.4rem;
  padding: 2px 10px;
}

@media screen and (max-width: 767px) {
  .sec07 .sec07_flex > div .step span {
    font-size: 2rem;
    padding: 3px 10px;
  }
}

.sec07 .sec07_flex > div .ttl_h3 {
  color: #009fa8;
  font-size: 2.4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .sec07 .sec07_flex > div .ttl_h3 {
    font-size: 2rem;
  }
}

.sec07 .sec07_flex > div .img {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .sec07 .sec07_flex > div .img img {
    width: 60%;
  }
}

.sec07 .sec07_flex > div .txt {
  font-size: 2rem;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.2;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .sec07 .sec07_flex > div .txt {
    font-size: 1.8rem;
  }
}

.sec09 {
  background-color: #efefef;
  padding: 55px 0;
}

@media screen and (max-width: 767px) {
  .sec09 {
    padding: 30px 0;
  }
}

.sec09 .ttl_h2 {
    color: #009fa8;
}

.sec09 .sec09_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 25px;
}
.txt_note_area{
  position: absolute;
  bottom: 40px;
  left: 60px;
  max-width: 420px;
  width: auto;
  height: auto;
  padding: 10px;
  background-color: #009fa8;
}
.txt_note_area .txt_note{
  margin-top: 0;
}
.txt_note{
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 1em;
    padding-left: 1.2em;
    position: relative;
  line-height: 1.7;
 
}
.txt_note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 0.25em;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .txt_note_area{
  bottom: 20px;
  left: 0;
}
.txt_note_area .txt_note{
  font-size: 1.5rem;
}
}

@media screen and (max-width: 767px) {
  .sec09 .sec09_flex {
    display: block;
  }
}

.sec09 .sec09_flex .txt_area {
  background-color: #FFF;
  padding: 40px 50px;
  width: 611px;
}

@media screen and (max-width: 767px) {
  .sec09 .sec09_flex .txt_area {
    padding: 20px;
    width: 100%;
  }
}

.sec09 .sec09_flex .txt_area .txt {
  font-size: 2.4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 15px 0;
}

@media screen and (max-width: 767px) {
  .sec09 .sec09_flex .txt_area .txt {
    font-size: 1.8rem;
    padding: 10px 0;
  }
}

.sec09 .sec09_flex .txt_area .txt + .txt {
  border-top: 1px solid #c7c7c7;
  font-weight: 500;
}

.sec10 {
  padding: 55px 0 70px;
}

@media screen and (max-width: 767px) {
  .sec10 {
    padding: 30px 0;
  }
}

.sec10 .wrap {
  width: 1100px;
}

@media screen and (max-width: 767px) {
  .sec10 .wrap {
    width: 90%;
  }
}

.sec10 .wrap .ttl_h2 {
  color: #009fa8;
}


/*フォーム*/
.ps_worm_wrap{
      background-color: #efefef;
    padding: 45px 100px 50px;
}

@media screen and (max-width: 767px) {
    .ps_worm_wrap {
        padding: 40px 20px;
    }
}
/*# sourceMappingURL=index.css.map */