/* ============================================================
PC
==============================================================*/
@media (min-width: 762px) {
    /* ============================================================
 	main vi 
	==============================================================*/
    #main_wrap {
        background: url(../img/mv_bg.jpg) no-repeat top left;
        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 00
	==============================================================*/
    #sec00 {
        padding: 80px 0;
        position: relative;
        margin: 0 0 0 70px;
        background: url(../img/sec01_bg.jpg) no-repeat top right;
        background-size: 900px;
        background-position-x: right -92px;
        background-position-y: -90px;
    }
    #sec00 .wrapper {
        box-sizing: border-box;
        border-radius: 10px 10px 0 0;
        padding: 18px 0 0px;
        width: 1100px;
    }
    #sec00 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;
    }
    #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;
        margin: 0 0 0 70px;
        background: url(../img/sec01_bg.jpg) no-repeat top right;
        background-size: 900px;
        background-position-x: right -92px;
        background-position-y: -90px;
    }
    #sec01 .wrapper {
        box-sizing: border-box;
        border-radius: 10px 10px 0 0;
        padding: 18px 0 0px;
        width: 1100px;
    }
    #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 90px;
    }
    #sec01 .wrapeer {
        max-width: 100%;
        margin: 0 auto;
    }
    #sec01 .img_box{
        width: 460px;
        background: #fff;
    }
    #sec01 .img_box{
        width: 490px;
        background: #fff;
    }
    #sec01 .img_box img{
        width:400px;
        padding: 8px 0 0 36px;
    }
    #sec01 .sec01-block .img_box img{
        width:400px;
        padding: 8px 0 0 36px;
    }
    #sec01 .sec01-block .img_box img{
        width: 718px;
        padding: 36px 0 44px 135px;
    }
    #sec01 .img_bigwrap{
        margin:90px 0 
    }
    .sec01-block {
        margin-top: 22px;
        background: #fff;
        width: 1000px;
        margin: 0 auto 60px;
    }
    .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 {
        display: grid;
        gap: 23px;
        padding: 24px 27px 30px;
    }
    .sec01-grid.grid-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .sec01-grid.grid-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 24px 27px 30px;
    }
    /* ===== cards ===== */
    .sec01-card {
        background: #f5f6f7;
        border-radius: 8px;
        padding: 14px 21px 12px;
        min-height: 96px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
    }
    .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.2rem;
        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-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;
    }
    .sec01-card--row {
        gap: 12px;
        min-height: 110px;
    }
    .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;
        width: 1000px;
        margin: 22px auto 60px;
    }
    .sec01-panel {
        background: transparent;
        width: 490px;
    }
    .sec01-list {
        list-style: none;
        padding: 36px 31px 17px;
        margin: 0;
        background: #fff;
        display: grid;
        gap: 21px;
        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 67px;
    }
    .sec01-list__item {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        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 14px;
    }
    .sec01-list__item .prof_text{
        display:block;
        margin: 6px 0 0;
    }
    .sec01-list__item:last-child {
        border: none;
    }
    .sec01-icon {
        width: 32px !important;
        flex: 0 0 33px;
        margin-top: -4px;
    }
    .sec01-icon img{
        width: 30px;
    }
    #sec02 {
        padding: 114px 0;
        position: relative;
        margin: 0 0 0 70px;
        background: url(../img/sec01_bg.jpg) no-repeat top right;
        background-size: 900px;
        background-position-x: right -92px;
        background-position-y: -90px;
    }
    #sec02 .wrapper {
        width: 1000px;
    }
    #sec02 a {
        display: block;
        transition: 0.4s;
    }
    #sec02 a:hover {
        transform: scale(1.03);
    }
    #sec02 .img_box {
        margin: 130px 0;
    }
}