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

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

/* 共通 */

.wrap{
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}

.wrap-900{
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
}

.flex{
    display: flex;
}

 .line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #606060;
  margin: 3% auto;
}

@media screen and (max-width: 768px) {
     .line {
  margin: 8% auto;
}
}


.orange{
    background-color: #E39300;
}


/* メインビジュアル */

.bg-img{
    background-image: url(../img/bk.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.mv{
    background-image: url(../img/MV.png);
    padding: 150px 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    color: #fff;
}

.mv h2{
    font-size: clamp(24px,3.67vw,44px);
    letter-spacing: 0.25em;
    text-align: justify;
    font-feature-settings: "palt";
}

.mv h2 span{
    font-size: clamp(18px,2.25vw,27px);
    text-align: justify;
    letter-spacing: 0.15em;
}

.mv h3{
    font-size: clamp(20px,2.25vw,27px);
    text-align: justify;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    margin: 3% 0;
}

.mv p{
    font-size: clamp(14px,1.5vw,18px);
    text-align: justify;
    letter-spacing: 0.08em;
    line-height: 2em;
}

.mv img{
    max-width: 80px;
    width: 12%;
    margin: 5% 0 5% 25%;
}

@media screen and (max-width: 768px) {

.bg-img{
    background-image: url(../img/bk-sp.png);
    background-size: cover;
    background-repeat: repeat-x;
}

.mv{
    padding: 80px 0;
}

.mv h2{
    line-height: 1.3em;
}

.mv h2 span{
    letter-spacing: 0.1em;
}

.mv h3{
    margin: 4% 0;
}

.mv img{
    max-width: 120px;
    width: 12%;
    margin: 8% 0 8% 20%;
}

}






/* sec01 */

.sec01{
    margin-top: 7%;
}

.sec01 h2{
    font-size: clamp(20px,2.25vw,27px);
    text-align: justify;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    text-align: center;
}

.sec01 h2.ttl{
    margin-bottom: 6%;
}

.sec01 ul{
    width: 90%;
    max-width: 800px;
    margin: 3% auto 0;
    gap: 2%;
}

@media screen and (max-width: 768px) {

.sec01{
    margin-top: 10%;
}

.sec01 h2{
    text-align: justify;
    letter-spacing: 0.03em;
    line-height: 1.5em;
    text-align: center;
}

.sec01 ul{
    width: 100%;
    margin: 5% auto 0;
    gap: 2%;
}

}






/* sec02 */
.sec02{
    margin-top: 6%;
}

.sec02 h2{
    font-size: clamp(20px,2.25vw,27px);
    text-align: justify;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    text-align: center;
}

.sec02 h2::before,
.sec02 h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #606060;
}

.sec02 h2::before{
    margin-bottom: 1%;
}

.sec02 h2::after{
    margin-top: 1%;
}

.sec02 h2.ttl{
    margin-bottom: 6%;
}

.sec02 .point{
    margin-top: 1%;
}

.sec02 .point.first{
    margin-top: 5%;
}


.sec02 .point .ttl{
    align-items: center;
    gap: 12px;
    background: #F8E4BF;
    background: linear-gradient(to right, #F8E4BF, #FCF4E5);
    margin-bottom: 2%;
}

.sec02 .point .ttl h3{
    width: 230px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.05em;
    font-size: clamp(16px, 1.8vw, 18px);;
    font-weight: 500;
    position: relative;
    color: white;
    background-color: #E39300;
}

.sec02 .point .ttl h3::after {
    content: "";
    position: absolute;
    display: block;
    height: 36px;
    top: 0;
    right: 0;
    border-left: 10px solid #E39300;
    border-top: 18px solid #F8E4BF;
    border-bottom: 18px solid #F8E4BF;
}

.sec02 .point .ttl p{
    font-size: clamp(14px, 1.6vw, 16px);
    text-align: justify;
    color: #E39300;
}

.right-box{
    position: relative;
}

.right-box .cap,
.right-area .cap{
    position: absolute;
    bottom: 5px;
    right: 10px;
    color: black;
    font-size: clamp(10px, 1.2vw, 12px);
    text-align: justify;
}

.right-box .cap.chosei,
.right-area .cap.chosei{
    bottom: -20px;
}

.cap.white{
    color: #fff;
    text-shadow: 0 0 5px #4D4D4D, 0 0 5px #4D4D4D, 0 0 5px #4D4D4D;
}


.sec02 .point ul{
    width: 100%;
    gap: 5%;
    flex-wrap: wrap;
}

.sec02 .point li{
    width: 47.5%;
    gap: 2%;
    align-items: flex-start;
}

.sec02 .point li:nth-child(n+3){
    margin-top: 2%;
}

.left-box{
    width: 52%;
}

.right-box{
    width: 46%;
}

.left-box.chosei{
    width: 100%;
}


.sec02 .point li .left-box.chosei h3{
    margin-bottom: 3%;
}

.left-flex{
    gap: 2%;
}

.left-flex .left-area{
    width: 60%;
}

.left-flex .right-area{
    width: 38%;
    position: relative;
}

.left-flex .right-area

.right-img img{
    width: 100%;
}


.left-flex{
    gap: 2%;
}


.sec02 .point li h3{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-weight: 500;
    margin-bottom: 5%;
}

.sec02 .point li h4{
    margin: -3% 0 5%;
    font-size: clamp(14px, 1.6vw, 16px);
}

.sec02 .point li span.number-ttl{
    font-size:  clamp(18px, 2vw, 20px);
    text-align: justify;
    color: #E39300;
    line-height:1.1em ;
    }


.sec02 .point li span.number {
    margin-right: 0.3em;
    flex: none;
    display: block;
    width: 1.3em;
    height: 1.3em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 3px;
}

.sec02 .point li p{
    font-size: clamp(14px, 1.6vw, 16px);
    text-align: justify;
    font-feature-settings: "palt";
    line-height: 1.4em;
    letter-spacing: -0.01em;
}

.sec02 .point li p.notes{
    font-size: 11px;
    font-feature-settings: "palt";
    text-align: justify;
    margin-top: 2%;
}


.sec02 .point.blue .ttl{
    background: linear-gradient(to right, #D3E2EF, #EDF4F9);
}

.sec02 .point.blue .ttl h3{
    font-size: clamp(14px, 1.8vw, 16px);
    letter-spacing: 0;
    background-color: #4E8DBF;
}

.sec02 .point.blue .ttl h3::after {
    border-left: 10px solid #4E8DBF;
    border-top: 18px solid #D3E2EF;
    border-bottom: 18px solid #D3E2EF;
}

.sec02 .point.blue .ttl p{
    color: #4E8DBF;
}

.sec02 .point.blue .ttl p{
    color: #4E8DBF;
}

.sec02 .point.blue li span.number-ttl{
    color: #4E8DBF;
    }

    .sec02 .point.blue li span.number {
        background-color: #4E8DBF;
}

.sec02 .point.blue li{
  position: relative;
  padding-bottom:2%;
}


.left-box.noflex{
    width: 35%;
}

.right-box.noflex{
    width: 63%;
}


.sec02 .point.blue li:nth-child(-n+4)::after{
    content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #c7d3e4;
}

.sec02 .point.blue  li:last-child{
    padding-top: 2%;
    margin-top: 0;
}

.sec02 .point.blue  li:last-child{
    width:100%;
    gap: 2%;
}


.sec02 .point li:last-child::after{
    content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #c7d3e4;
}

.notes-noflex p{
    font-size: 11px;
    font-feature-settings: "palt";
    line-height: 1.5em;
}


@media screen and (max-width: 768px) {
     .sec02{
    margin-top: 10%;
}

.sec02 h2{
    letter-spacing: 0.03em;
}

.sec02 h2::before{
    margin-bottom: 2%;
}

.sec02 h2::after{
    margin-top: 2%;
}

.sec02 h2.ttl{
    margin-bottom: 8%;
}

.sec02 .point{
    margin-top: 1%;
}

.sec02 .point.first{
    margin-top: 8%;
}

.sec02 .point .flex{
    display: block;
}


.sec02 .point .ttl{
    align-items: unset;
    gap: unset;
    margin-bottom: 8%;
}

.sec02 .point .ttl h3{
    width: 100%;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.05em;
    position: unset;
}

.sec02 .point .ttl h3::after {
    content: "";
    position: unset;
    display: unset;
    height:unset;
    border-left:unset;
    border-top: unset;
    border-bottom: unset;
}

.sec02 .point .ttl p{
    padding: 2% 3%;
    line-height: 1.4em;
}

.right-box{
    position: relative;
}

.sec02 .point ul{
    width: 100%;
    gap: unset;
    flex-wrap: unset;
}

.sec02 .point li{
    width: 100%;
    gap: unset;
    align-items: flex-start;
     margin-top: 8%;
}

.sec02 .point li:nth-child(n+3){
    margin-top: 0;
}

.left-box{
    width: 100%;
}

.right-box{
    width: 100%;
}

.left-box.chosei{
    width: 100%;
}

.sec02 .point li .left-box.chosei h3{
    margin-bottom: 3%;
}

.left-flex{
    gap: 2%;
}

.left-flex .left-area{
    width: 100%;
}

.left-flex .right-area{
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.left-flex .right-area.logo-img{
    width: 80%;
}

.right-img img{
    width: 100%;
}


.left-flex{
    gap: 2%;
}


.sec02 .point li p{
    margin-bottom: 5%;
}

.sec02 .point li p.notes{
    font-size: 11px;
    font-feature-settings: "palt";
    text-align: justify;
    margin-top: -3%;
    margin-bottom: 5%;
}

.sec02 .point.blue{
    margin-top: 8%;
}


.sec02 .point.blue .ttl h3::after {
    border-left:unset;
    border-top:unset;
    border-bottom:unset
}

.sec02 .point.blue li{
  padding-bottom:8%;
  margin: 8% 0;
}


.sec02 .point.blue li:last-child{
    margin-bottom: 0;
}


.left-box.noflex{
    width: 100%;
}

.right-box.noflex{
    width: 100%;
    margin-top: 7%;
}


.sec02 .point.blue li::after{
    content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #c7d3e4;

}

.sec02 .point.blue  li:last-child{
    padding-top: 0%;
    margin-top: 0;
}

.sec02 .point.blue  li:last-child{
    width:100%;
    gap: 2%;
}


.sec02 .point li:last-child::after{
    content: "";
  position: unset;
  left: 0;
  top: 0;
  width: unset;
  height: unset;
  background-color: unset;
}

.notes-noflex p{
    font-size: 11px;
    font-feature-settings: "palt";
    line-height: 1.5em;
}

.right-box .cap.chosei,
.right-area .cap.chosei{
    bottom: 0;
}

}


/*  */

.sec03{
    margin-top: 5%;
    padding-bottom: 100px;
}

.sec03 .ttl-area{
    background-image: url(../img/sec03-ttl.png);
    background-size: cover;
     background-repeat: no-repeat;
    background-position: top center;
    padding: 3%;
}

.sec03 .ttl-area h2{
    font-size: clamp(20px,2.25vw,27px);
    letter-spacing: 0.1em;
    line-height: 1.5em;
    text-align: center;
    color: #fff;
}

.sec03 .text-box {
    display: flex;
    align-items: center;
    gap: 2%;
    margin-bottom: 4%;
}

.sec03 .text-box:first-child{
    margin-top: 6%;
}

.sec03 .text-box .sq {
    width: 127px;
    line-height: 127px;
    letter-spacing: 0.05em;
    text-align: center;
    color: white;
    font-size: 25px;
    font-family: YakuHanMP, "Shippori Mincho B1", serif;
    background: #7AA9CF;
    background: linear-gradient(to bottom, #7AA9CF, #4E8DBF);
    margin-right: 10px;
}

.sec03 .text-box .sq .small{
    font-size: 15px;
}


.sec03 .text-box .right-text{
    width: 82%;
    max-width: 860px;
}

.sec03 .text-box .right-text h3{
        color: #4E8DBF;
    font-size: clamp(19px,2.25vw,27px);
    text-align: justify;
    margin-bottom: 17px;
}

.sec03 .text-box .right-text p{
    font-size: clamp(14px, 1.5vw, 15px);
    text-align: justify;
    letter-spacing: 0.03em;
    line-height: 1.5em;
}

.sec03 h4 {
    text-align: center;
    background: #D3E2EF;
    background: linear-gradient(to right, #D3E2EF, #EDF4F9);
    line-height: 30px;
    font-size: clamp(16px, 1.8vw, 18px);;
    color: #4E8DBF;
    margin-bottom: 15px;
}

.sec03 .img-box{
    width:100%;
    max-width: 850px;
    margin: 1.5% auto 0;
    gap: 5%;
}

.sec03 .line{
  background-color: #c7d3e4;;
}

.sec03 .about-effect{
    gap: 6%;
    margin-bottom: 3%;
}

.sec03 .about-effect .risk{width: 49%;}

.sec03 .about-effect .effect{width: 45%}

.sec03 .about-effect h5{
    font-size: clamp(16px, 1.8vw, 18px);
    text-align: justify;
}

.sec03 .about-effect h5 span{
        color: #7AA9CF;
    margin-right: 2px;
}

.sec03 .about-effect p{
    font-size: clamp(14px, 1.5vw, 15px);
    line-height: 1.5em;
    font-feature-settings: "palt";
    text-align: justify;
    margin: 2% 0;
    letter-spacing: 0.03em;
}

.sec03 .about-effect li:last-child{
    margin-top: -2%;
}

.sec03 .about-effect .mg-top{
    margin-top: 4%;
}

.sec03 .about-effect .notes{
    font-size: clamp(10px,1.1vw,11px);
    font-feature-settings: "palt";
    text-align: justify;
    line-height: 1.5em;
}

.sec03 .about-health{
    gap: 2%;
    margin-bottom: 5%;
}

.sec03 .about-health .health-img{
    width: 71%;
}

.sec03 .about-health .health-text{
    width: 27%;
}

.sec03 .about-health .health-text p{
    font-size: clamp(14px, 1.5vw, 15px);
    line-height: 1.5em;
    font-feature-settings: "palt";
    text-align: justify;
    letter-spacing: 0.03em;
}

.sec03 .insulation{
    gap: 1.5%;
    margin-bottom: 3%;
}

.sec03 .insulation-img{width: 77.5%;}

.sec03 .insulation-text{width: 21%;}

.sec03 .insulation-text{
    font-size: clamp(10px,1.1vw,11px);
    font-feature-settings: "palt";
    text-align: justify;
    line-height: 1.4em;
}

.sec03 .insulation-img h5{
    font-size: clamp(14px, 1.5vw, 17px);
    text-align: justify;
    margin-bottom: 1%;
}

.sec03 .insulation-img h5 span{
        color: #7AA9CF;
    margin-right: 2px;
}

.sec03 .medical-relief{
    margin-bottom: 3%;
}

.sec03 .medical-relief h3{
    color: #4E8DBF;
    font-size: clamp(19px,2.25vw,27px);
    text-align: justify;
    letter-spacing: 0.03em;
    margin-bottom: 1.5%;
}

.sec03 .medical-relief p{
    font-size: clamp(14px, 1.5vw, 15px);
    text-align: justify;
    letter-spacing: 0.03em;
    line-height: 1.5em;
}

.sec03 .medical-graph h5{
    font-size: clamp(14px, 1.5vw, 17px);
    text-align: justify;
    margin-bottom: 1%;
}

.sec03 .medical-graph h5 span{
        color: #7AA9CF;
    margin-right: 2px;
}

.sec03 .text-box {
    display: flex;
    align-items: center;
    gap: 2%;
    margin-bottom: 4%;
}


.sec03 .text-box.utility .right-text{
    width: 56%;
    max-width: 760px;
}

.sec03 .text-box.utility .right-text h3{
    font-size: clamp(17px,2.25vw,27px);
    text-align: justify;
    margin-bottom: 17px;
}

.sec03 .text-box.utility .right-text p{
    font-size: clamp(14px, 1.5vw, 15px);
    text-align: justify;
    letter-spacing: 0.03em;
    line-height: 1.5em;
}

.sec03 .text-box.utility .right-img{
    width: 28%;
}

.sec03 .text-box.utility .right-img h5{
    font-size: clamp(10px, 1.5vw, 15px);
    text-align: justify;
    margin-bottom: 1%;
}

.sec03 .text-box.utility .right-img h5 span{
        color: #7AA9CF;
    margin-right: 2px;
}

.sec03 .road-map{
    gap: 2%;
    align-items: flex-start;
}

.sec03 .road-map .road-map-text{
    width: 21%;
    font-size: clamp(14px, 1.5vw, 15px);
    letter-spacing: 0.05em;
    line-height: 1.7em;
    text-align: justify;
}

.sec03 .road-map .road-map-graph{width: 40%;}

.sec03 .road-map .road-map-plan{width: 37%;}

.small-notes{
   font-size: 10px;
   vertical-align: super;
}
@media screen and (max-width: 768px) {
    .sec03{
    margin-top: 8%;
    padding-bottom: 60px;
}

.sec03 .ttl-area{
    background-image: url(../img/sec03-ttl-sp.png);
    padding: 6% 0;
}

.sec03 .text-box {
    display: block;
    align-items: unset;
    gap: unset;
    margin-bottom: 6%;
}

.sec03 .text-box:first-child{
    margin-top: 8%;
}

.sec03 .text-box .sq {
    width: 100%;
    line-height:1.8em;
    letter-spacing: 0.05em;
    font-size: 20px;
}

.sec03 .text-box .sq .small{
    font-size: 15px;
}


.sec03 .text-box .right-text{
    width: 100%;
    max-width: unset;
}

.sec03 .text-box .right-text h3{
    text-align: center;
    line-height: 1.5em;
    margin-top: 3%;
    margin-bottom: 5%;
}

.sec03 .text-box .right-text p{
    text-align: justify;
    letter-spacing: 0.03em;
    line-height: 1.5;
}

.sec03 h4 {
    line-height: 1.4em;
    margin-bottom: 5%;
    padding: 2% 0;
}

.sec03 .img-box.flex{
    display: block;
}

.sec03 .img-box{
    width:90%;
    max-width: unset;
    margin: 2% auto 0;
    gap: unset;
}

.sec03 .img-box img:first-child{
    margin-bottom: 5%;
}

.sec03 .about-effect.flex{
    display: block;
}

.sec03 .about-effect{
    gap: unset;
    margin-bottom: 8%;
}

.sec03 .about-effect .risk{width: 100%;}

.sec03 .about-effect .effect{
    width: 100%;
}

.sec03 .about-effect h5{
    font-size: clamp(16px, 1.8vw, 18px);
    text-align: justify;
}

.sec03 .about-effect h5 span{
        color: #7AA9CF;
    margin-right: 2px;
}

.sec03 .about-effect p{
    font-size: clamp(14px, 1.5vw, 15px);
    line-height: 1.5;
    font-feature-settings: "palt";
    text-align: justify;
    margin: 2% 0;
    letter-spacing: 0.03em;
}

.sec03 .about-effect li:last-child{
    margin-top: 5%;
}

.sec03 .about-effect .mg-top{
    margin-top: 4%;
}


.sec03 .about-health.flex{
    display: block;
}

.sec03 .about-health{
    gap: 2%;
    margin-bottom: 8%;
}

.sec03 .about-health .health-img{
    width: 100%;
    margin-bottom: 5%;
}

.sec03 .about-health .health-text{
    width: 100%;
}

.sec03 .insulation.flex{
    display: block;
}

.sec03 .insulation{
    gap: unset;
    margin-bottom: 8%;
}

.sec03 .insulation-img{width: 100%;}

.sec03 .insulation-text{
    width: 100%;
    margin-top: 4%;
}


.sec03 .insulation-img h5{
    line-height: 1.3em;
    margin-bottom: 2%;
}

.sec03 .medical-relief{
    margin-bottom: 8%;
}

.sec03 .medical-relief h3{
    color: #4E8DBF;
    font-size: clamp(19px,2.25vw,27px);
    text-align: center;
    letter-spacing: 0.03em;
    margin-bottom: 3%;
    line-height: 1.5;
}

.sec03 .medical-relief p{
    font-size: clamp(14px, 1.5vw, 15px);
    text-align: justify;
    letter-spacing: 0.03em;
    line-height: 1.5em;
}

.sec03 .medical-graph h5{
    font-size: clamp(14px, 1.5vw, 17px);
    text-align: justify;
    line-height: 1.3em;
    margin-bottom: 2%;
}

.sec03 .text-box.utility{
    margin-bottom: 8%;
}

.sec03 .text-box.utility .right-text{
    width: 100%;
    max-width: 760px;
}

.sec03 .text-box.utility .right-text h3{
    font-size: clamp(19px,2.25vw,27px);
    text-align: center;
    margin-bottom: 3%;
}

.sec03 .text-box.utility .right-text p{
    margin-bottom: 5%;
}

.sec03 .text-box.utility .right-img{
    width: 100%;
}

.sec03 .text-box.utility .right-img h5{
    font-size: clamp(14px, 1.5vw, 15px);
    text-align: justify;
    margin-bottom: 2%;
}

.sec03 .text-box.utility .right-img h5 span{
        color: #7AA9CF;
    margin-right: 2px;
}

.sec03 .road-map.flex{
    display: block;
}

.sec03 .road-map{
    gap: unset;
    align-items: flex-start;
}

.sec03 .road-map .road-map-text{
    width: 100%;
    margin-bottom: 4%;

}

.sec03 .road-map .road-map-graph{
    width: 100%;
    margin-bottom: 4%;
}

.sec03 .road-map .road-map-plan{width: 100%;}
}
