
.main_v{
    position: relative;
}
.main-img{
	width: 100%;
	aspect-ratio: 73 / 38;
}
.main-img video{
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.main-txt{
    position: absolute;
    width: 42.2%;
    top:37%;
    left:9%;
}
.main-txt img{
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.sec-ttlbox{
	display: flex;
	color:#0068B7;
	gap:40px;
	font-size:30px;
	align-items: end;
}
.sec-ttlbox02{
	color:#0068B7;
	margin-top: -77px;
	font-size:40px;
	align-items: end;
    position: relative;
}
.sec-ttl01{
	font-size: 70px;
    font-family: "Roboto", sans-serif;
    line-height: 1;
    font-weight: 700;
}
.sec-ttl02{
	font-size:20px;
	padding-bottom:10px ;
	line-height: 1;
}
.sec-ttl03{
	font-size: 110px;
    font-family: "Roboto", sans-serif;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}
.sec-txt01{
	font-size:24px;
	padding-bottom:20px ;
	line-height: 1;
}
.sec-txt02{
	font-size:17px;
	color: #000;
}

@media screen and (max-width: 769px) {
    
    .main-img{
        aspect-ratio: auto;
        height: calc(70svh - 20px);
    }
    .main-txt {
        position: absolute;
        width: 79%;
        top:auto;
        bottom: 10%;
        left: 8%;
    }

}

#sec01 {
    max-width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    padding: 30px 0 65px;
}
.sec01__flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 35px auto 50px;
    max-width: 1460px;
}
.sec01__content{
    width: 50%;
}
.sec01__content02{
    width: 50%;
}
.sec01__txt01{
	margin: 45px 0 0 31%;
    position: relative;
}
.sec01__txt01 img{
    width: 171px;
}
.sec01__txt01:after{
    content:"";
	width: 1px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 38%;
    right: calc(100% + 20px);
    transform-origin: top right;
    opacity: 0;
    transform: translateY(20px) rotate(-30deg);
    transition: all 1.2s ease 1.2s; 
}
.sec01__txt02 {
	margin: 100px 0 0 50px;
    position: relative;
    font-size: 20px;
    line-height: 2;
    width: 500px;
    max-width: calc(100% - 50px);
    opacity: 0;
}
.sec01__img01:after{
    content:"";
	width: 1px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 33%;
    left: 48%;
    transform-origin: top left;
    opacity: 0;
    transform: translateY(0) rotate(30deg);
    transition: all 1.2s ease 2.8s; 
    z-index: -1;
}
.sec01__txt02:before{
    content: "";
    width: 1px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 105%;
    right: calc(83%);
    transform-origin: top right;
    opacity: 0;    
    transform: translateY(20px) rotate(-33deg);
    transition: all 3.2s ease 4.7s; 
}
.sec01__img01{
    margin: 190px 0 0 30px;
    position: relative;
    z-index: 1;
}
.sec01__img01 img{
    width: 600px;
}
.sec01__img02{
    margin: 190px 0 0 50px;
    position: relative;
    z-index: 2;
}
.parallax-container01 {
    position: absolute;
    top:1%;
    right: 0;
    width: 235px;
}
.parallax-container02 {
    position: absolute;
    bottom:50%;
    left: 0;
    width: 180px;
    z-index: 5;
}
.parallax-image-1 {
    position: absolute;
    top: 0;
    right: -1px;
    width: 235px;
    transition: transform 0.1s linear;
    will-change: transform;
    max-width: 100vw;
}
.parallax-image-1 img{
    width: 235px;
}
.parallax-image-2 {
    position: absolute;
    top: 0;
    left: -1px;
    width: 354px;
    transition: transform 0.1s linear;
    will-change: transform;
    max-width: 100vw;
}
.parallax-image-1 img{
    width: 235px;
}
.sec01__bg01{
    position: absolute;
    top: 30%;
    right: -20px;
}
.sec01__bg02{
    position: absolute;
    bottom: -6%;
    left: 10%;
    z-index: -1;
}
.sec01__bg01 img{
    width: 269px;
}
.sec01__bg02 img{
    width: 504px;
}
.sec01__flex.fade-target{
  opacity: 1;
  transform: translateY(0);
}
.fade-target .sec01__txt01 {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1.5s ease 0.2s; 
}
.fade-target .sec01__img01 {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1.5s ease 2.2s; 
}
.fade-target .sec01__txt02{
    opacity: 0;
    transform: translateY(20px);
    transition: all 1.5s ease 3.2s; 
}
.fade-target .sec01__img02 {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1.5s ease 6.7s; 
}
.fade-target.show .sec01__img01,
.fade-target.show .sec01__txt01,
.fade-target.show .sec01__txt02,
.fade-target.show .sec01__img02{
  opacity: 1;
  transform: translateY(0) ;
}
.fade-target.show  .sec01__txt01:after{
    opacity: 1;
    transform: translateY(0) rotate(-30deg);
    width: 360px;
}
.fade-target.show  .sec01__img01:after{
    opacity: 1;
    transform: translateY(0) rotate(30deg);
    width: 450px;
}
.fade-target.show  .sec01__txt02:before {
    opacity: 1;
    transform: translateY(0) rotate(-33deg);
    width: 1450px;
}
@media screen and (max-width: 1200px) {    
    .sec01__txt01{
        margin: auto 0 0 20%;
        position: relative;
    }
    .parallax-image-1 {
        position: absolute;
        max-width: 22vw;
    }
}
@media screen and (max-width: 900px) {    
    .parallax-image-1 {
        display: none;
    }
}
@media screen and (max-width: 769px) {    
    .sec01__content02{
        width: 100%;
    }
    .sec01__flex{
         margin: 0px 0 50px;
    }
    .sec01__txt01 {
        margin: 22px 15% 0 auto;
        position: relative;
        text-align: right;
    }
    .sec01__txt01 img{
        width: 45%;
        margin: 0 0 0 auto;
    }
    .sec01__txt01:after {
        width: 1px;
        height: 1px;
        transform: rotate(-66deg);
        top: 50%;
        right: 50%;
    }
    .sec01__img01{
        margin: 60px 0 0 0px;
    }
    .sec01__img01:after{
        top: auto;
        bottom: 40px;
        left: 10%;
        width: 1px;
        transform: translateY(0) rotate(65deg);
    }
    .sec01__img01 img{
        width: 70%;
    }
    .sec01__img01-absolute{
        width: 35svw;
        position: absolute;
        right: 20svw;
        bottom:-10px;
    }
    .sec01__img01-absolute img{
        width: 35svw;
    }
    .sec01__txt02 {
        margin: 60px 0 0 auto;
        position: relative;
        font-size: 16px;
        line-height: 2;
        width: 80%;
    }
    .sec01__txt02:after {
        width: 1px;
        transform: rotate(65deg);
        top: -5%;
        right: 85%;
    }
    .sec01__txt02:before {
        width: 1px;
        transform: rotate(-67deg);
        top: 120%;
        right: calc(40%);
        transform-origin: top right;
    }
    .fade-target.show  .sec01__txt01:after{
        opacity: 1;
        transform: translateY(0) rotate(-66deg);
        width: 55vw;
    }
    .fade-target.show  .sec01__txt02:after{
        opacity: 1;
        transform: translateY(0) rotate(65deg);
        width: 100px;
    }
    
    .fade-target.show  .sec01__img01:after{
        opacity: 1;
        transform: translateY(0) rotate(65deg);
        width: 100px;
    }
    .fade-target.show  .sec01__txt02:before {
        opacity: 1;
        transform: translateY(0) rotate(-67deg);
        width: 650px;
    }
    .sec01__img02 {
        margin: 66px 0 0 0;
        text-align: right;
        position: relative;
        z-index: 1;
    }
    .sec01__img02 img{
        width: 88%;
    }
    .parallax-container02 {
        bottom:auto;
        left: auto;
        top: 47%;
        right: 0;
        width: 180px;
        z-index: 5;
    }
    .parallax-image-2 {    
        top: 0;
        left: auto;
        right: -90px;
        width: 180px;
        transition: transform 0.1s linear;
        will-change: transform;
        max-width: 100vw;
    }
    .sec01__bg01 {
        position: absolute;
        top: 0;
        right: auto;
        left: -47px;
    }
    .sec01__bg01  img{
        width: 180px;
    }
    .sec01__bg02 {
        position: absolute;
        bottom: 14px;
        left: -35px
    }
    .sec01__bg02  img{
        width: 180px;
    }

}
#sec02 {
    max-width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0 0 60px;
    
}
.sec02__flex{
    display: flex;
    flex-wrap: wrap;
    color:#fff;
}
.sec02__box{
    background: #000000;
    width: 53.5%;
    padding: 77px 170px 30px 130px;
}
.sec02__ttl01{
    font-family: "Akshar", sans-serif;
    font-weight: 700;
    font-size: 80px;
    line-height: 1;
}
.sec02__ttl02{
    margin-bottom: 50px;
}
.sec02__txt{
    line-height: 2;
}

.sec02__img{
    width: calc(46.5% + 100px);
    margin: 80px 0 0 -100px;
    padding-bottom: 80px;
}
.sec02__img img{
	width: 100%;
	object-fit:cover;
    transition: 0.4s;
}
.sec02__content{
	width: calc(100% - 220px);
	padding: 27px 35px;
	position: relative;
}
.sec02__ttl{
	font-size: 20px;
    padding-bottom: 20px;
	color: #0068B7;
	font-weight:700;
}
.sec02__txt{
	font-size: 16px;
}
@media screen and (max-width: 1200px) {    
    .sec02__box{
        padding: 74px 140px 30px 60px;
        width: 60.5%;
    }
    .sec02__img {
        width: calc(39.5% + 100px);
        margin: 80px 0 0 -100px;
        padding-bottom: 80px;
    }
}
@media screen and (max-width: 1100px) {
    .sec02__ttl01 {
        font-size: 50px;
    }
}
@media screen and (max-width: 769px) {  
    #sec02 {
        padding: 25px 0 20px;
    } 
    .sec02__flex{
        margin: 0 0 20px;
        flex-direction: column-reverse;
    }
    .sec02__img{
        width: 82%;
        margin: 0 auto ;
        padding: 0;
        position: relative;
        z-index: 1;
    }
    .sec02__img img{
        aspect-ratio: 4 / 3;
    }
    .sec02__box{
        width: 100%;
        padding: 130px 30px 20px 30px;
        margin-top: -83px;
    }
    .sec02__ttl01{
        font-size: 34px;
    }
    .sec02__ttl02{
        font-size: 12px;
        margin-bottom: 20px;
    }
    .sec02__txt {
        font-size: 14px;
    }
    .sec02__link{
        margin: 35px 0;
    }
    .sec02__link a{
        width: 240px;
        padding: 8px 20px 8px 30px;
    }
    .sec02__link img{
        width: 30px;
    }
}


#sec03{
    max-width: calc(100% - 40px);
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 38px 0 43px;
    
}
.sec03__ttl01{
    font-family: "Akshar", sans-serif;
    font-weight: 700;
    font-size: 80px;
    line-height: 1;
    text-align: center;
}
.sec03__ttl02{
    font-size: 18px;
    color:#004898;
    text-align: center;
}
.sec03__subttl{
    color: white;
     text-shadow:
    -1px -1px 0 #004898,
     1px -1px 0 #004898,
    -1px  1px 0 #004898,
     1px  1px 0 #004898;
    font-family: "Akshar", sans-serif;
    font-weight: 700;
    font-size: 60px;
}
.sec03__txt{
    text-align: center;
    max-width: 800px;
    margin: 45px auto 40px;
}
.sec03__flex{
	display: flex;
    flex-wrap: wrap;
    margin: 40px auto 20px;
    max-width: 1100px;
    justify-content:space-between;
}
.sec03__img{
	width: 50%;
}
.sec03__img img{
	width: 100%;
}
#sec03 .sec03__link{
    margin: 60px auto;
    justify-content: center;
}


@media screen and (max-width: 769px) {    
    #sec03{
        padding: 30px 0 40px;
    }
    .sec03__ttl01{
        font-size: 30px;
    }
    .sec03__ttl02{
        font-size: 12px;
        margin-bottom: 20px;
    }
    .sec03__txt {
        text-align: left;
        max-width: calc(100% - 40px);
        margin: 20px auto 30px;
        line-height: 2;
        font-size: 14px;        
    }
    .sec03__flex {
        margin: 35px auto 20px;
    }
    .sec03__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 0.4s;
        aspect-ratio: 8/7;
    }
    .sec03__link{
        margin: 40px auto;
    }
    .sec03__link a{
        width: 240px;
        padding: 8px 20px 8px 30px;
    }
    .sec03__link img{
        width: 30px;
    }
}

#sec04{
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 100px 20px 40px;
    background: rgba(230,230,230,0.6);
}
.sec04__bg01{
    position: absolute;
    top: -120px;
    left: 0;
    width:502px ;
}
.sec04__ttl01{
    font-family: "Akshar", sans-serif;
    font-weight: 700;
    font-size: 80px;
    line-height: 1;
    text-align: center;
}
.sec04__ttl02{
    font-size: 18px;
    color:#004898;
    text-align: center;
}
.sec04__subttl-box{
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    margin: 40px auto;
    max-width: 1200px;
    gap: 40px;
}

.sec04__subttl-box{
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    margin: 40px auto;
    max-width: 1200px;
    gap: 40px;
}
.sec04__subttl{
    color: #eaeaea;
     text-shadow:
    -1px -1px 0 #004898,
     1px -1px 0 #004898,
    -1px  1px 0 #004898,
     1px  1px 0 #004898;
    font-family: "Akshar", sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 1;
}
.sec04__txt{
    text-align: center;
    max-width: 800px;
    margin: 40px auto 40px;
}
.sec04__flex{
	display: flex;
    flex-wrap: wrap;
    margin: 67px auto 80px;
    max-width: calc(100% - 40px);
    width:1000px;
    justify-content:space-between;
    gap: 50px;
}
.sec04__box{
    width: calc(33.333% - 33.3334px);
}
.sec04__box-txt{
    margin: -28px 0 0 11px;
    padding: 43px 0 10px 20px;
    border-left: solid 3px #004898;
    font-size: 26px;
    font-weight: 700;
    z-index: 1;
    position: relative;
}
#sec04 .sec04__link{
    margin: 60px auto;
    justify-content: center;
}
.sec04__flow{
    position: relative;
    margin: 50px auto;
    width: 800px;
    max-width: calc(100% - 40px);
    z-index: 2;
}
.sec04__flowbox-txt{
    width: calc(100% - 280px);
    display: flex;
    align-items: center;
    padding: 10px 40px;
    font-size: 26px;
    gap: 30px;
    font-weight: 700;
}
.sec04__flowbox-txt span{
    font-family: "Akshar", sans-serif;
    font-weight: 700;
    color:#004898;
    font-size: 55px;
    font-style: italic;
}
.sec04__flowbox{
    display: flex;
    background: #fff;
    margin-bottom: 30px;
}
.sec04__flow::after{
    background-color: #bcbcbc;
    position: absolute;
    width: 20px;
    height: 100%;
    top:0;
    right: 50%;
    transform: translate(50% , 0);
    z-index: -1;
    content:"";
}
.sec04__flowbox-img{
    aspect-ratio: 28/15;
    width: 280px;
}
.sec04__flowbox-img img{
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1100px) {
    .sec04__box-txt {
        margin: -14px 0 0 11px;
        padding: 30px 0 10px 20px;
        font-size: 18px;
        font-weight: 700;
        padding: 22px 0 6px 9px;
    }
}
@media screen and (max-width: 769px) {    
    #sec04{
        padding: 60px 0 20px;
    }
    .sec04__ttl01{
        font-size: 33px;
    }
    .sec04__ttl02{
        font-size: 12px;
        margin-bottom: 20px;
    }
    .sec04__subttl-box{
        margin: 30px auto 18px;
        text-align: center;
        gap: 0;
    }
    .sec04__subttl {
        font-size: 26px;
        width: 100%;
        text-align: center;
    }
    
    .sec04__subttl img{
        width: 187px;
    }
    .sec04__subttl02 {
        font-size: 12px;
        width: 100%;
        text-align: center;
    }
    .sec04__txt {
        text-align: left;
        max-width: calc(100% - 40px);
        margin: 18px auto 30px;
        line-height:2;
        font-size: 14px;        
    }
    .sec04__flex {
        margin: 30px auto 50px;
        justify-content: center;
        gap:24px 26px;
    }
    .sec04__flowbox-img {
        aspect-ratio: 28 / 15;
        width: 40%;
    }
    .sec04__flowbox-txt {
        width: 60%;
        padding: 10px 20px;
    }
    .sec04__flowbox-txt span {
        font-size: 38px;
    }
    .sec04__flowbox-txt{
        font-size: 20px;
        gap: 30px;
        line-height: 1.4;
    }
    .sec04__flowbox {
        margin-bottom: 20px;
    }
    .sec04__box {
        width: calc(50% - 13px);
    }
    .sec04__box-txt {
        margin: -14px 0 0 9px;
        font-size: 14px;
        font-weight: 700;
        padding: 22px 0 6px 8px;
    }
    .sec04__flow {
        position: relative;
        margin: 22px auto;
        z-index: 2;
    }
    .sec04__link{
        margin: 40px auto;
    }
    .sec04__link a{
        width: 240px;
        padding: 8px 20px 8px 30px;
    }
    .sec04__link img{
        width: 30px;
    }
    .sec04__link {
        margin: 50px auto;
    }
    .sec04__bg01 {
        position: absolute;
        top: -60px;
        left: -57px;
        width: 230px;
    }
}
@media screen and (max-width: 560px) {    
    .sec04__flowbox-img {
        aspect-ratio: 28 / 15;
        width: 120px;
    }
    .sec04__flowbox-txt {
        width: calc(100% - 120px);
        padding: 10px 10px;
    }
    .sec04__flowbox-txt span {
        font-size: 28px;
    }
    .sec04__flowbox-txt{
        font-size: 12px;
        gap: 10px;
        line-height: 1.4;
    }
    .sec04__flowbox {
        margin-bottom: 20px;
    }
}  



#sec05{
    max-width: 100%;
    position: relative;
    padding: 100px 0 43px;
    
}
.sec05__bg01{
    position: absolute;
    top: -120px;
    right: 0;
    width: 403px;
}
.sec05__flex{
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 40px);
    max-width: 1200px;
    margin: 0 auto;
}
.sec05__ttlbox{
    max-width: 540px;
    width: 100%;
}
.sec05__txt{
    width: calc(100% - 540px);
}
.sec05__ttl01{
    font-family: "Akshar", sans-serif;
    font-weight: 700;
    font-size: 80px;
    line-height: 1;
}
.sec05__ttl02{
    font-size: 18px;
    color:#004898;
}
.sec05__flex02{
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 50px auto;
    gap: 5px;
    width: calc(100% - 40px);
}
.sec05__box{
    width: calc(25% - 3.75px);
    position: relative;
}
.sec05__box-txt{
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    font-size: 20px;
    line-height: 1.3;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.sec05__box-txt img{
    transition: 0.2s;
    margin-left: 25px;
}
.sec05__box a:hover .sec05__box-txt img{
    transform: translate( 5px , 0);
}
#sec05 .sec05__link{
    margin: 60px auto;
    justify-content: center;
}
.sec05__link_arrow{
    width: 26px;
    height: 26px;
    border: solid 1px #000;
    border-radius: 50px;
    position: relative;
    transition: 0.4s;
}
.sec05__box a:hover .sec05__link_arrow{
    background: #004898;
    border: solid 1px #000;
}
.sec05__link_arrow:after{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 8px;
    content:"";
    background-image: url(../image/common/arrow01.png);
    background-position: center;
    background-size: contain;
    transition: 0.4s;
}
.sec05__link_arrow:before{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 8px;
    content:"";
    background-image: url(../image/common/arrow02.png);
    background-position: center;
    background-size: contain;
    opacity: 0;
    transition: 0.4s;
}
.sec05__box a:hover .sec05__link_arrow:after{
    left: 70%;
    opacity: 0;
}
.sec05__box a:hover .sec05__link_arrow:before{
    left: 70%;
    opacity: 1;
}

@media screen and (max-width: 1200px) {
    .sec05__txt{
        width: 100%;
    }
}
@media screen and (max-width: 1100px) {    
    .sec05__box-txt {
        position: absolute;
        bottom: 0;
        right: 0;
        background: #fff;
        font-size: 12px;
        padding: 6px 10px;
        display: flex ;
    }
    .sec05__box-img{        
        aspect-ratio: 14 / 13;
    }
    .sec05__box-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }    
    .sec05__box-txt {
        padding: 3px 10px;
        display: flex;
        align-items: center;
    }
    .sec05__box-txt img {
        margin-left: 10px;
        width: 15px;
        height: 15px;
    }
}
@media screen and (max-width: 769px) {    
    #sec05{
        padding: 68px 0 20px;
    }
    .sec05__ttl01{
        font-size: 33px;
        text-align: center;
    }
    .sec05__ttl02{
        font-size: 12px;
        text-align: center;
        margin-bottom: 25px;
    }
    .sec05__flex{
        display: block;
    }
    .sec05__txt {
        text-align: left;
        width: 100%;
        margin: 18px auto 30px;
        line-height:2;
        font-size: 14px;        
    }
    .sec05__flex02 {
        margin: 40px auto 50px;
        justify-content: center;
        gap:10px;
    }
    .sec05__box {
        width: calc(50% - 5px);
    }
    .sec05__box-txt {
        position: absolute;
        bottom: 0;
        right: 0;
        background: #fff;
        font-size: 12px;
        padding: 6px 10px;
        display: flex ;
    }
    .sec05__box-img{        
        aspect-ratio: 14 / 13;
    }
    .sec05__box-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }    
    .sec05__box-txt {
        padding: 3px 10px;
        display: flex;
        align-items: center;
    }
    .sec05__box-txt img {
        margin-left: 10px;
        width: 15px;
        height: 15px;
    }
    .sec05__link{
        margin: 50px auto 25px;
    }
    .sec05__link a{
        width: 240px;
        padding: 8px 20px 8px 30px;
    }
    .sec05__link img{
        width: 30px;
    }
    .sec05__bg01{
        position: absolute;
        top: -60px;
        right: -110px;
        width: 250px;
    }
    .sec05__bg01 img{
        width: ;
    }
}



#sec06 {
    max-width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0 0 60px;
    
}
.sec06__flex{
    display: flex;
    flex-wrap: wrap;
    color:#fff;
}
.sec06__box{
    background: #004898;
    width: 53.5%;
    padding: 77px 130px 30px 178px;
}
.sec06__ttl01{
    font-family: "Akshar", sans-serif;
    font-weight: 700;
    font-size: 80px;
    line-height: 1;
}
.sec06__ttl02{
    margin-bottom: 50px;
}
.sec06__txt{
    line-height: 2;
}
.sec06__link{
    margin: 60px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec06__img{
    width: calc(46.5% + 100px);
    margin: 80px -100px 0 0;
    padding-bottom: 80px;
    z-index: 1;
}
.sec06__img img{
	width: 100%;
	object-fit:cover;
    transition: 0.4s;
}

.sec06__content{
	width: calc(100% - 220px);
	padding: 27px 35px;
	position: relative;
}
.sec06__ttl{
	font-size: 20px;
    padding-bottom: 20px;
	color: #0068B7;
	font-weight:700;
}
.sec06__txt{
	font-size: 16px;
    line-height: 1.8;
}
@media screen and (max-width: 1200px) {    
    .sec06__box{
        padding: 74px 60px 30px 140px;
        width: 60.5%;
    }
    .sec06__img {
        width: calc(39.5% + 100px);
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 769px) {  
    #sec06 {
        padding: 25px 0 20px;
    } 
    .sec06__flex{
        margin: 0 0 20px;
        flex-direction: column;
    }
    .sec06__img{
        width: 82%;
        margin: 0 auto ;
        padding: 0;
    }
    .sec06__img img{
        aspect-ratio: 4 / 3;
    }
    .sec06__box{
        width: 100%;
        padding: 130px 30px 20px 30px;
        margin-top: -83px;
    }
    .sec06__ttl01{
        font-size: 34px;
    }
    .sec06__ttl02{
        font-size: 12px;
        margin-bottom: 20px;
    }
    .sec06__txt {
        font-size: 14px;
        line-height: 2;
    }
    .sec06__link{
        margin: 35px 0 40px;
    }
    .sec06__link a{
        width: 240px;
        padding: 8px 20px 8px 30px;
    }
    .sec06__link img{
        width: 30px;
    }
}

#sec07{
    max-width: 100%;
    position: relative;
    padding: 38px 0 70px;    
}
.sec07__ttl01{
    font-family: "Akshar", sans-serif;
    font-weight: 700;
    font-size: 80px;
    line-height: 1;
    text-align: center;
}
.sec07__ttl02{
    font-size: 18px;
    color:#004898;
    text-align: center;
}
.sec07__news-area {
    max-width: 780px;
    width: calc(100% - 40px);
    margin: 33px auto;
}
.sec07__news-box a{
	display: flex;
    flex-wrap: wrap;
    padding:13px 0;
    align-items: center;
    gap:10px;
    border-bottom:solid 1px #cccccc;
}
.sec07__news-date{
    width: 110px;
}
.sec07__news-cat{
	display: flex;
    flex-wrap: wrap;
    gap: 5px;
    width: 130px;
}
.sec07__news-cat span{
    font-size: 16px;
    background: #004898;
    color:#fff;
    padding: 2px 10px 1px;
    line-height: 1.2;
}
.sec07__news-txt{
	line-height: 1.6;
    width: calc(100% - 260px);
}
.sec07__link{
    margin: 60px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec07__link a{
    font-family: "Akshar", sans-serif;
    font-weight: 700;
	background:  #000;
    color:#fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 240px;
    padding: 10px 20px 10px 30px;
    margin: 0 auto;
}
.sec07__link a img{
    transition: 0.2s;
}
.sec07__link a:hover img{
    transform: translate( 5px , 0);
}



@media screen and (max-width: 769px) {    
    #sec07{
        padding: 27px 0 43px;
    }
    .sec07__ttl01{
        font-size: 33px;
    }
    .sec07__ttl02{
        font-size: 12px;
        margin-bottom: 20px;
    }
    .sec07__subttl-box{
        margin: 30px auto 18px;
        gap: 0;
    }
    .sec07__news-area {
        font-size: 12px;
        flex-wrap: wrap;
        margin: 20px auto;
    }
    .sec07__news-cat {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        width: calc(100% - 93px);
    }
    .sec07__news-txt {
        width: 100%;
        font-size: 14px;
    }
    .sec07__news-date {
        width: 83px;
    }
    .sec07__news-cat span {
        font-size: 12px;
        padding: 3px 10px 2px;
        line-height: 1.2;
    }
    .sec07__news-box {   
        padding: 20px 0 20px;
    }
    .sec07__link{
        margin: 45px 0 40px;
    }
    .sec07__link a{
        width: 240px;
        padding: 8px 20px 8px 30px;
    }
    .sec07__link img{
        width: 30px;
    }
}