/*===============================================
　SP
===============================================*/
@media (max-width:761px) {
	/* ============================================================
 	main vi 
	==============================================================*/
	#main_wrap {
		width: 100%;
		height: 600px!important;
		position: relative;
		background: url(../img/mv_bg_sp.jpg) no-repeat top center;
		background-size: cover;
	}

	#main_wrap h1{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		letter-spacing: 0.1rem;
		color: #000000;
		line-height:1.4;
		font-size: 4.0rem;
		position: absolute;
		top: 45%;
		left: 6%;
		transform: translate(0, -50%);
		white-space: nowrap;
	}

	#main_wrap h1 span{
			font-size: 1.7rem;
			display: table;
			border:1px solid #000;
			padding: 2px 10px;
	}
	

	#main_wrap .ttl_wrap{
			/* position: absolute; */
			/* bottom: 14%; */
			padding: 0 6%;
			padding: 20% 6% 0;
	}
    #main_wrap .body_txt {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        letter-spacing: 0.1rem;
        font-size: 1.5rem;
        line-height: 1.8;
        font-feature-settings: 'palt';
        padding: 0 0 35px;
        color: #ffffff;
        text-align: left;
        width: 100%;
    }

	
    /* ============================================================
 	section 00
	==============================================================*/
    #sec00 {
        padding: 62px 6%;
        position: relative;
    }
    #sec00 .wrapper {
        box-sizing: border-box;
        border-radius: 10px 10px 0 0;
        padding: 18px 0 0px;
        width: 1100px;
    }
    #sec00 h2 {
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 600;
        font-size: 2.5rem;
        letter-spacing: 0rem;
        color: #000000;
        position: relative;
        line-height: 142%;
        font-feature-settings: "palt";
        text-align: center;
    }
    #sec00 h2:after {
        content: "";
        display: block;
        width: 102px;
        height: 3px;
        margin: 24px auto 60px;
        background: linear-gradient(90deg, #0091d2 0%, #09597d 100%);
    }
    #sec00 .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;
    }
    /* ============================================================
 	section 01
	==============================================================*/
    #sec01 {
        padding: 180px 0 180px;
        position: relative;
    }
    #sec01 .wrapper {
        box-sizing: border-box;
        border-radius: 10px 10px 0 0;
        padding: 18px 6% 0px;
    }
    #sec01 h2 {
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 600;
        font-size: 8rem;
        letter-spacing: 0rem;
        color: #000000;
        position: relative;
        line-height: 1.0;
        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';
        padding: 0 0 105px;
        color: #000;
        text-align: left;
    } 
	/* ===== sec01 base ===== */
    #sec01 {
        background: #eef1f4;
        padding: 97px 0 40px;
    }
    #sec01 .wrapeer {
        margin: 0 auto;
        padding: 0 6%;
    }
    #sec01 .img_box{
        background: #fff;
    }
    #sec01 .img_box{
        background: #fff;
        padding: 20px 0%;
    }    
	#sec01 .img_box01 {
        background: #fff;
        padding: 20px 10%;
    }
    #sec01 .img_box img{
    }
    #sec01 .sec01-block .img_box img{
        padding: 8px 0 0 36px;
    }
    #sec01 .sec01-block .img_box img{
        padding: 36px 0 44px;
    }
    #sec01 .img_bigwrap{
        width: 157%;
        margin: 56px 0 56px -7%;
    }
    .sec01-block {
        margin-top: 22px;
        background: #fff;
        margin: 0 auto 33px;
    }
    .sec01-title {
        background: #5a5a5a;
        color: #fff;
        font-weight: 400;
        font-family: 'Noto Sans JP', sans-serif;
        text-align: center;
        font-size: 2.0rem;
        line-height: 1.35;
        letter-spacing: 0.1rem;
        padding: 18px 10px 18px;
        font-feature-settings: "palt";
    }
    .sec01-title--tight {}
    /* ===== grids ===== */
    .sec01-grid {
	    padding: 7px 4% 20px;
	   }
    .sec01-grid.grid-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .sec01-grid.grid-2 {
    }
    /* ===== cards ===== */
    .sec01-card {
        background: #f5f6f7;
        border-radius: 8px;
        padding: 14px 21px 12px;
        position: relative;
        margin: 15px 0 17px;
    }
    .sec01-card__text {
        color: #000;
        font-size: 12px;
        line-height: 1.6;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        letter-spacing: 0;
        font-size: 1.6rem;
        /* font-feature-settings: "palt"; */
    }
    .prof_text {
        color: #000;
        font-size: 1.4rem;
        line-height: 1.6;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        letter-spacing: 0.2rem;
        margin: 10px 0 0;
        font-feature-settings: "palt";
        text-align:right;
    }
    .sec01-list__item .prof_text{
        display:block;
        margin: 6px 0 0;
    }
    .sec01-card__avatar {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #1c5f8f;
        margin-top: 10px;
        position: absolute;
        bottom: -16px;
        left: 50%;
        transform: translate(-50%, 0%);
        display: none;
    }
    /* äººåž‹ã£ã½ã„ã‚¢ã‚¤ã‚³ãƒ³ï¼ˆCSSã ã‘ã§ãã‚Œã£ã½ãï¼‰ */
    
    /* æ¨ªä¸¦ã³ã‚«ãƒ¼ãƒ‰ï¼ˆã‚¢ãƒã‚¿ãƒ¼å·¦ã€æ–‡ç« å³ï¼‰ */
    .sec01-card--row {
        flex-direction: row;
        align-items: flex-start;
        gap: 12px;
    }
    .sec01-card--row .sec01-card__avatar {
        flex: 0 0 34px;
        margin-top: 0;
    }
    .sec01-card--row .sec01-card__text {
        flex: 1;
    }
    /* ===== split panels (list) ===== */
    .sec01-split {
        margin-top: 22px;
        padding: 0 !important;
    }
    .sec01-panel {
        background: transparent;
        margin: 0 0 37px;
    }
    .sec01-list {
        list-style: none;
        padding: 37px 31px 37px;
        margin: 0;
        background: #fff;
        display: grid;
        gap: 29px;
        line-height: 1.6;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        font-size: 1.6rem;
    }
    .sec01-panel:nth-child(2) .sec01-list {
        padding: 37px 31px 37px;
    }
    .sec01-list__item {
        display: flex;
        align-items: flex-start;
        gap: 6px;
        font-size: 1.6rem;
        line-height: 1.6;
        color: #000;
        font-feature-settings: "palt";
        letter-spacing: 0.1rem;
        border-bottom: 1px solid #d7d7d7;
        padding: 0 0 24px;
    }
    .sec01-list__item:last-child {
        border: none;
        padding: 0 0;
    }
    .sec01-icon {
        flex: 0 0 33px;
        margin-top: -1px;
    }
    .sec01-icon img{
		width:24px;
	}
    #sec02 {
        padding: 48px 0;
        position: relative;
    }
    #sec02 .wrapper {
    }
    #sec02 a {
        display: block;
    }
    #sec02 .img_box {
        margin: 130px 0;
    }
}