/* ============================================================
PC
==============================================================*/
@media (min-width: 762px) {
    /* ============================================================
 	main vi 
	==============================================================*/
    #main_wrap {
        background: url(../img/mv_bg.jpg) no-repeat top center;
        width: 100%;
        height: 550px;
        position: relative;
        background-size: cover;
        margin: 0 0 0 70px;
    }
    #main_wrap h1 {
        position: absolute;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 600;
        font-size: 6.6rem;
        letter-spacing: 0.1rem;
        color: #000000;
        line-height: 1.4;
        top: 50%;
        left: 100px;
        transform: translate(0, -50%);
    }
    #main_wrap h1 span {
        font-size: 1.7rem;
        display: table;
        border: 1px solid #000;
        padding: 2px 10px;
    }
    /* ============================================================
 	section 01
	==============================================================*/
    #sec01 {
        padding: 80px 0;
        position: relative;
        margin: 0 0 0 70px;
    }
    #sec01 .wrapper {
        width: 90%;
    }
    #sec01 .flex_wrap_all{
        display:flex;
        align-items: flex-start;
    }
    #sec01 .img_box{
        width: 40%;
        max-width: 380px;
        min-width: 300px;
        position: sticky;
        top: 0;
    }
    #sec01 .txt_box{
        padding-left: 60px;
        padding-right: 30px;
        padding-top: 60px;
        width: 60%;
        max-width: 900px;
    }
    #sec01 .img_box img{
        width:100%;
    }
    #sec01 h2 {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 600;
        font-size: 2.6rem;
        letter-spacing: 0.2rem;
        color: #000000;
        position: relative;
        line-height: 130%;
        font-feature-settings: "palt";
        text-align: left;
    }
    #sec01 h2:after {
        content: "";
        display: block;
        width: 102px;
        height: 3px;
        margin: 24px 0 60px;
        background: linear-gradient(90deg, #0091d2 0%, #09597d 100%);
    }
    #sec01 .body_txt {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        letter-spacing: 0.1rem;
        font-size: 1.6rem;
        line-height: 2.0;
        font-feature-settings: 'palt';
        color: #000;
        text-align: left;
    }
    
    #sec01 .flex_wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        padding: 0 0 24px;
        margin-bottom: 30px;
        margin-top: 45px;
        width: 600px;
    }
    #sec01 .con_wrap {
        width: 990px;
        margin: 40px 0 33px;
    }
    #sec01 .flex_wrap > li {
        width: 170px;
        box-sizing: border-box;
        padding: 21px 18px;
    }
    #sec01 .flex_wrap > li:nth-child(1) {
        background: linear-gradient(to bottom right, #bf1e2e 0%, rgb(191 30 46 / 70%) 100%);
    }
    #sec01 .flex_wrap > li:nth-child(2) {
        background: linear-gradient(to bottom right, #f1592a 0%, rgb(241 89 42 / 70%) 100%);
    }
    #sec01 .flex_wrap > li:nth-child(3) {
        background: linear-gradient(to bottom right, #fcb040 0%, rgb(252 176 64 / 70%) 100%);
    }
    #sec01 .flex_wrap > li:nth-child(4) {
        background: linear-gradient(to bottom right, #00a651 0%, rgb(0 166 81 / 70%) 100%);
    }
    #sec01 .flex_wrap > li:nth-child(5) {
        background: linear-gradient(to bottom right, #1d5a90 0%, rgb(29 90 144 / 70%) 100%);
    }
    #sec01 .flex_wrap span.num {
        display: block;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 1.8rem;
        color: #fff;
        letter-spacing: 0.2rem;
        padding: 0 0 0 4px;
    }
    #sec01 .flex_wrap h4 {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 600;
        font-size: 2.4rem;
        line-height: 1;
        color: #fff;
        letter-spacing: 0.2rem;
        font-feature-settings: 'palt';
        padding: 0 0 36px;
        position: relative;
    }
    #sec01 .flex_wrap h4:before {
        content: "";
        display: block;
        width: 50px;
        height: 2px;
        background: #fff;
        opacity: 0.5;
        position: absolute;
        bottom: 14px;
        left: 2px;
    }
    #sec01 .flex_wrap li p {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 300;
        font-size: 1.4rem;
        color: #fff;
        line-height: 1.8;
        padding: 0 0 0 2px;
        font-feature-settings: 'palt';
        letter-spacing: 0.2rem;
    }
    #sec01 .flex_wrap p.body_txt {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
        font-size: 1.6rem;
        color: #fff;
        line-height: 2.2;
        padding: 0 0 0 2px;
        margin: -5px 0 0;
        width: 710px;
        text-indent: 1em;
        font-feature-settings: 'palt';
        letter-spacing: 0.2rem;
        /* text-shadow: 0 0 10px rgb(9 63 100 / 70%); */
    }

    #sec01 a {
        display: block;
        transition: 0.4s;
        width: 770px;
    }
    #sec01 a:hover {
        transform: scale(1.03);
    }




   /* ============================================================
 	section 02
	==============================================================*/
    #sec02 {
        padding: 140px 0 80px;
        position: relative;
        margin: 0 0 0 70px;
    }
    
    #sec02 h2 {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 600;
        font-size: 2.6rem;
        letter-spacing: 0.2rem;
        color: #000000;
        position: relative;
        line-height: 130%;
        font-feature-settings: "palt";
        text-align: center;
    }
    #sec02 h2:after {
        content: "";
        display: block;
        width: 102px;
        height: 3px;
        margin: 24px auto 60px;
        background: linear-gradient(90deg, #0091d2 0%, #09597d 100%);
    }
    #sec02 .body_txt {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        letter-spacing: 0.1rem;
        font-size: 1.6rem;
        line-height: 2.0;
        font-feature-settings: 'palt';
        color: #000;
        text-align: center;
    }

    

   /* ============================================================
 	sec_group
	==============================================================*/
    .sec_group {
        padding: 74px 0 126px;
        position: relative;
        margin: 0 0 0 70px;
    }
    
    .sec_group h2 {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 600;
        font-size: 3.2rem;
        letter-spacing: 0.2rem;
        color: #ffffff;
        position: relative;
        line-height: 130%;
        font-feature-settings: "palt";
        text-align: center;
        margin: 0 0 27px;
    }
    .sec_group .body_txt {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        letter-spacing: 0.1rem;
        font-size: 1.6rem;
        line-height: 2.0;
        font-feature-settings: 'palt';
        color: #000000;
        text-align: left;
    }
    .sec_group .body_txt_w{
        color:#fff;
        text-align: center;
    }

    .sec_group .q_wrap{
        display:flex;
        gap: 35px;
        min-width: 900px;
        max-width: 1100px;
        margin: 64px auto 0;
        position: relative;
        align-items: flex-start;
    }

    .sec_group .q_wrap .txt_box{
        background:#fff;
        width: 60%;
        min-width: 561px;
        padding: 50px 50px 30px;
    }

    .sec_group .q_wrap .img_box{
        width: 40%;
        position: sticky;
        top: 0;
        padding: 0 0 123px;
    }


    
	.sec_group h3{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 2.0rem;
		letter-spacing: 0.2rem;
		color:#005292;
		position: relative;
		margin: 0 0 16px 63px;
		line-height: 1.5;
		font-feature-settings: "palt";
	}
	
	.sec_group h3 span{
		display: block;
		font-family: "Roboto Condensed", sans-serif;
		color: #fff;
		background: #005292;
		position: absolute;
		width: 50px;
		height: 43px;
		text-align: center;
		border-radius: 50px;
		padding: 7px 0 0 0px;
		letter-spacing: 0;
		margin: 4px 0 0;
		top: 0px;
		left: -63px;
		font-size: 2.3rem;
	}

	.sec_group .white_box{
		padding: 5px 0 50px;
		border-bottom:1px solid #e7e7e7;
		margin-bottom: 50px;
	}


    #sec03 {
        background: url(../img/bg_01.jpg) no-repeat top center;
    }

    #sec04 {
        background: url(../img/bg_02.jpg) no-repeat top center;
    }

    #sec05 {
        background: url(../img/bg_03.jpg) no-repeat top center;
    }

    #sec06 {
        background: url(../img/bg_04.jpg) no-repeat top center;
    }
	
    #sec03 .txt_box,#sec05 .txt_box{
		order: 2;
	}
	
    #sec03 .img_box#sec05 .txt_box{
		order: 1;
	}
    
}