.newscont {
    opacity: 0;
}

/*pc_css*/
@media screen and (min-width:751px) {

    /*--- 背景動画 ---*/
    .mv {
        position: relative;
        background: #000;
        line-height: 0;
    }

    #video {
        right: 0;
        top: 0;
        min-width: 100%;
        min-height: 100%;
        width: 100%;
        height: 100vh;
        z-index: -100;
        opacity: 0.85;
        object-fit: cover;
    }

    /*--- 背景動画 ---*/

    #index .maintx {
    position: absolute;
    top: 63%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0px 0 0 100px;
    font-family: "Onest", sans-serif;
    font-size: 4vw;
    font-weight: 600;
    color: white;
    line-height: 115%;
    letter-spacing: 0;
    }


    /*--- アイコン ---*/
    .iconBlock {
        width: 90%;
        min-width: 900px;
        max-width: 1300px;
        margin: -130px auto 6em;
        background: #FFF;
        border-radius: 8px;
        position: relative;
        padding: 50px 0 0 0;
    }

    .pill-links {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 2.78%;
        /* ボタン間の余白 */
        list-style: none;
        margin: 0;
        padding: 0 5%;
    }

    /* ===== Pill button ===== */
    .pill {
        --bg: #f6f6f6;
        /* 背景（画像の周囲と同じ薄グレー） */
        --ink: #1a1a1a;
        /* 文字色 */
        --accent: #7d1a1a;
        /* アイコン枠のえんじ色 */
        --radius: 3px;

        display: flex;
        align-items: center;
        gap: 18px;
        width: calc(100% - 36px);
        min-height: 84px;
        /* 画像の高さに合わせる */
        padding: 14px 18px;
        text-decoration: none;
        color: var(--ink);
        background: var(--bg);
        border-radius: var(--radius);
        box-shadow: 0 0 0 1px rgba(0, 0, 0, .06) inset;
        transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
    }

    /* ホバー/フォーカス */
    .pill:hover,
    .pill:focus-visible {
        background: #ffffff;
        transform: translateY(-2px);
        box-shadow:
            0 4px 10px rgba(0, 0, 0, .08),
            0 0 0 1px rgba(0, 0, 0, .06) inset;
        outline: none;
    }

    /* ===== Icon box ===== */
    .pill__icon {
        flex: 0 0 auto;
        display: grid;
        place-items: center;
        width: 72px;
        /* 添付の赤い正方形に合わせる */
        height: 72px;
        border-radius: 3px;
        background: var(--accent);
        overflow: hidden;
    }

    .pill__icon img {
        width: 70%;
        height: auto;
        display: block;
    }

    /* ===== Label ===== */
    .pill__label {
        font-size: 1.06rem;
        /* 17px 相当 */
        font-weight: 500;
        letter-spacing: .02em;
        line-height: 1.4;
        white-space: nowrap;
        /* 1行固定なら */
    }

    /*--- アイコン ---*/


    /*--- who we are ---*/
    #index .who {
        margin-bottom: 100px;
    }

    #index .who .title {
        font-size: 6rem;
        font-family: "Onest", sans-serif;
        font-size: 4.9vw;
        font-weight: 700;
        text-align: center;
        color: #871b20;
        margin-bottom: 1.5rem;
    }

    #index .who p {
        text-align: center;
        font-size: 1.0rem;
        letter-spacing: 0.02em;
        line-height: 2em;
        font-weight: 400;
    }

    /*--- who we are ---*/



    /*--- ニュース ---*/
    #index .newsArea {
        width: 100%;
        background: #f0f0f0;
    }

    #index .newsbox {
        width: 1040px;
        margin: 0 auto;
        padding: 80px 0;
    }

    #index .newsbox h2 {
        font-size: 36px;
        text-align: center;
        font-family: "Onest", sans-serif;
        font-weight: 600;
        color: #871b20;
        margin-bottom: 25px;
    }

    #index .newsbox .tabs {
        display: flex;
        gap: 10px;
        margin-bottom: 1.5em;
        color: #666;
        font-weight: 400;
        justify-content: center;
    }

    #index .newsbox .tab {
        padding: 15px 30px;
        border: 1px solid #e7e7e7;
        border-radius: 26px;
        cursor: pointer;
        background: #FFF;
    }

    #index .newsbox .tab.active {
        background: #0f4f2b;
        color: #fff;
        border: none;
    }

    #index .newsbox ul a li {
        list-style: none;
        padding: 20px;
        margin: 0 0 10px 0;
        overflow: hidden;
        background: #FFF url(../images/common/right_b.png) center right 20px no-repeat;
        border-radius: 8px;
        border: 1px solid #e7e7e7;
        font-family: "Onest", sans-serif;
        font-weight: 400;
        color: #333;
        transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
    }

    #index .newsbox ul li .thumb {
        width: 120px;
        height: 80px;
        float: left;
        margin-right: 30px;
    }

    #index .newsbox ul li .txtArea {
        float: left;
        line-height: 2em;
    }

    #index .newsbox ul li .txtArea .date {
        font-size: 14px;
        color: #871b20;
        margin-right: 10px;
    }

    #index .newsbox ul li .txtArea .cate {
        font-size: 12px;
        font-weight: 500;
        border-radius: 18px;
        padding: 4px 15px;
        color: #FFF;
    }

    #index .newsbox ul li .txtArea .cate.school {
        background: #f6ad3a;
    }

    #index .newsbox ul li .txtArea .cate.event {
        background: #8fc31f;
    }

    #index .newsbox ul li .txtArea .cate.gallery {
        background: #ed7253;
    }

    #index .newsbox ul li .txtArea .cate.announce {
        background: #2ea7e0;
    }

    #index .newsbox ul li p {
        font-size: 1.1em;
    }

    #index .newsbox ul a li:hover,
    #index .newsbox ul a li:focus-visible {
        background: #ffffff;
        transform: translateY(-2px);
        box-shadow:
            0 4px 10px rgba(0, 0, 0, .08),
            0 0 0 1px rgba(0, 0, 0, .06) inset;
        outline: none;
        opacity: 1 !important;
        background: #FFF url(../images/common/right_b.png) center right 20px no-repeat;
    }
    #index .newsbox a.newsIndex {
        transition: .3s ease;
    }
    #index .newsbox a.newsIndex {
        font-size: 1.0em;
        text-decoration: none;
        color: #FFF;
        background: #0f4f2b;
        border-radius: 28px;
        padding: 20px 0px;
        width: 180px;
        text-align: center;
        display: block;
        margin: 40px auto 0;
    }
    #index .newsbox a:hover.newsIndex {
        font-size: 1.0em;
        text-decoration: none;
        color: #FFF;
        background: #1e834a;
        border-radius: 28px;
        padding: 20px 0px;
        width: 180px;
        text-align: center;
        display: block;
        margin: 40px auto 0;
    }

    #index .newsbox .content {
        display: none;
    }

    #index .newsbox .content.show {
        display: block;
    }

    /*--- ニュース ---*/



    /*--- About Our School ---*/
    @media screen and (min-width:1220px) {
        #index .aboutSchool {
            max-width: 1300px;
            min-width: 900px;
            width: 95%;
            margin: 0 auto;
            padding: 120px 0;
            overflow: hidden;
        }
    }

    @media screen and (max-width:1220px) {
        #index .aboutSchool {
            max-width: 1300px;
            min-width: 900px;
            margin: 0 auto;
            padding: 120px 0;
            overflow: hidden;
        }
    }

    #index .aboutSchool h2 {
        font-size: 36px;
        text-align: center;
        font-family: "Onest", sans-serif;
        font-weight: 600;
        color: #871b20;
        margin-bottom: 50px;
    }

    #index .aboutSchool .mB40 {
        margin-bottom: 4em;
    }

    #index .aboutSchool .imgLeft {
        float: left;
        width: 50%;
        border-radius: 10px;
        overflow: hidden;

    }

    #index .aboutSchool .imgLeft img {
        width: 100%;
        height: auto;
    }

    #index .aboutSchool .imgRight {
        float: right;
        width: 50%;
        border-radius: 10px;
        overflow: hidden;

    }

    #index .aboutSchool .imgRight img {
        width: 100%;
        height: auto;
    }

    #index .aboutSchool .txtRight {
        min-width: 400px;
        width: 40%;
        float: left;
        height: auto;
        padding: 40px 0 0 60px;
    }

    #index .aboutSchool .txtLeft {
        min-width: 400px;
        width: 40%;
        float: right;
        height: auto;
        padding: 40px 60px 0 0;
    }

    #index .aboutSchool .txtBlock .subTitle {
        font-family: "Onest", "Noto Sans JP", sans-serif;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 0.8em;
        letter-spacing: 0.05em;
    }

    #index .aboutSchool .txtBlock h3 {
        font-size: 36px;
        font-weight: 600;
        color: #0f4f2b;
        margin-bottom: 0.7em;
        letter-spacing: 0.05em;
        line-height: 1.3em;
    }

    #index .aboutSchool .txtBlock .bodyCopy {
        font-size: 15px;
        color: #333;
        line-height: 2em;
    }

    /*--- About Our School ---*/




    #index .maincopy {
        padding: 90px 0;
        text-align: center;
        background: #0f4f2b;
    }

    #index .maincopy img {
        width: 619px;
    }


    #index .aboutbox {
        width: 100%;
        margin: 0 auto;
        padding: 90px 0;
    }

    #index .aboutbox .maintl {
        text-align: center;
        font-size: 5em;
        color: #871b20;
        margin: 0 0 50px 0;
        font-weight: 100;
    }

    #index .aboutbox .floatbox {
        margin: 0 0 100px 0;
    }

    #index .aboutbox .floatbox:last-child {
        margin: 0 0 0 0;
    }

    #index .aboutbox .floatbox .phbox {
        width: 50%;
        float: right;
    }

    #index .aboutbox .floatbox .phbox img {
        width: 100%;
    }

    #index .aboutbox .floatbox .txbox {
        width: 50%;
        float: left;
        padding: 0 0 0 150px;
        position: relative;
        box-sizing: border-box;
    }

    #index .aboutbox .floatbox .txbox .poph {
        width: 130px;
        position: absolute;
        top: 0;
        left: 0;
    }

    #index .aboutbox .floatbox .txbox .poph img {
        width: 100%;
    }

    #index .aboutbox .floatbox .txbox .tlbox {
        border-bottom: 1px solid #0f4f2b;
        padding: 0 0 20px 0;
    }

    #index .aboutbox .floatbox .txbox .tlbox .num {
        margin: 0 30px 0 0;
        font-weight: 400;
        font-size: 5.5em;
        color: #0f4f2b;
        float: left;
    }

    #index .aboutbox .floatbox .txbox .tlbox .tltx {
        float: left;
    }

    #index .aboutbox .floatbox .txbox .tlbox .tltx .mtx {
        font-size: 2.5em;
        line-height: 1.2em;
        margin: 10px 0 5px 0;
        font-weight: 400;
        letter-spacing: -0.05em;
    }

    #index .aboutbox .floatbox .txbox .tlbox .tltx .subtx {
        font-size: 0.8em;
        line-height: 1.5em;
        margin: 0 0 0 0;
        font-weight: 300;
    }

    #index .aboutbox .floatbox .txcont {
        padding: 20px 70px 20px 0;
        line-height: 2em;
        font-size: 0.9em;
        text-align: justify;
    }


    #index .aboutbox .floatbox .txcont a {
        display: inline-block;
        padding: 10px 40px;
        border-radius: 50px;
        text-align: center;
        color: #fff;
        text-decoration: none;
        background: #0f4f2b;
        letter-spacing: 0.1em;
        font-size: 0.9em;
        margin: 20px 0 0 0;
        transition: opacity 0.3s;

    }

    #index .aboutbox .floatbox .txcont a:hover {
        opacity: 0.5;
    }


    #index .aboutbox .floatbox.rb .phbox {
        width: 50%;
        float: left;
    }

    #index .aboutbox .floatbox.rb .phbox img {
        width: 100%;
    }

    #index .aboutbox .floatbox.rb .txbox {
        width: 50%;
        float: right;
        padding: 0 150px 0 0;
        position: relative;
        box-sizing: border-box;
    }

    #index .aboutbox .floatbox.rb .txbox .poph {
        width: 130px;
        position: absolute;
        top: -50px;
        right: 0;
        left: auto;
    }

    #index .aboutbox .floatbox .txbox .tlbox .num {
        margin: 0 25px 0 0;
        font-weight: 400;
        font-size: 5.5em;
        color: #0f4f2b;
        float: left;
    }

    #index .aboutbox .floatbox.rb .txbox .tlbox {
        border-bottom: 1px solid #0f4f2b;
        padding: 0 0 20px 70px;
    }

    #index .aboutbox .floatbox.rb .txcont {
        padding: 20px 0 20px 70px;
        line-height: 1.8em;
    }

    #index .underlinkbox {
        width: 900px;
        margin: 0 auto;
        padding: 0 0 90px 0;
    }

    #index .underlinkbox ul {
        width: calc(100% + 30px);
        margin: 0 0 0 -30px;
        list-style: none;
        text-align: center;
    }

    #index .underlinkbox ul a {
        text-decoration: none;
        transition: opacity 0.3s;
        display: block;
    }

    #index .underlinkbox ul a:hover {
        opacity: 0.5;
    }

    #index .underlinkbox ul li {
        width: calc((100% / 4) - 30px);
        margin: 0 15px;
        display: inline-block;
    }

    #index .underlinkbox ul li .phbox {
        width: 100%;
        position: relative;
    }

    #index .underlinkbox ul li .phbox img {
        width: 100%;
    }

    #index .underlinkbox ul li .txcont {
        padding: 10px 0;
        color: #0f4f2b;
        text-align: center;
        line-height: 1.5em;
    }

    #index .underlinkbox ul li .txcont .mtx {
        font-size: 1.4em;
        font-weight: 400;

    }

    #index .underlinkbox ul li .txcont .subtx {
        font-size: 0.9em;

    }

    #index .underlinkbox ul li .phbox .coming {
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.5);
        text-align: center;
    }

    #index .underlinkbox ul li .phbox .coming span {
        display: inline-block;
        text-align: center;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #fff;
    }
}

@media screen and (max-width:750px) {
    #index .main {
        width: 100%;
        height: calc(100vh - 60px);
        opacity: 0;
        position: relative;
        background: #000;
    }

    /*--- 背景動画 ---*/
    .mv {
        position: relative;
        background: #000;
        line-height: 0;
        height: calc(100vh - 210px);
    }

    #video {
        position: absolute;
        top: 0;
        min-width: 100%;
        min-height: 100%;
        width: 100%;
        height: calc(100vh - 210px);
        z-index: 5;
        opacity: 0.85;
        object-fit: cover;
    }

    /*--- 背景動画 ---*/

    #index .maintx {
        position: absolute;
      top: 80%;
      left: 50%;
      transform: translate(-50%, -50%);
        font-family: "Onest", sans-serif;
        font-size: 7vw;
        font-weight: 600;
        color: white;
        line-height: 115%;
        z-index: 10;
        width: 90%;
    }

    #index .maintx img {
        width: 100%;
    }


    /*--- アイコン ---*/
    .iconBlock {
        width: 100%;
        margin: -160px auto 5em;
        background: #FFF;
        border-radius: 16px 16px 0 0;
        position: relative;
        padding: 55px 0 0 0;
        z-index: 20;
    }

    .pill-links {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 2.78%;
        /* ボタン間の余白 */
        list-style: none;
        margin: 0;
        padding: 0 8%;
    }

    /* ===== Pill button ===== */
    .pill {
        /* 文字色 */
        --accent: #7d1a1a;
        /* アイコン枠のえんじ色 */
        --radius: 3px;
        gap: 18px;
        width: calc(100% - 36px);
        min-height: 84px;
        /* 画像の高さに合わせる */
        text-decoration: none;
    }

    /* ホバー/フォーカス */
    .pill:hover,
    .pill:focus-visible {
        background: #ffffff;
        transform: translateY(-2px);
        box-shadow:
            0 4px 10px rgba(0, 0, 0, .08),
            0 0 0 1px rgba(0, 0, 0, .06) inset;
        outline: none;
    }

    /* ===== Icon box ===== */
    .pill__icon {
        flex: 0 0 auto;
        display: grid;
        place-items: center;
        width: 80px;
        /* 添付の赤い正方形に合わせる */
        height: 80px;
        border-radius: 3px;
        background: #871b20;
        overflow: hidden;
        margin: 0 auto;
    }

    .pill__icon img {
        width: 70%;
        height: auto;
        display: block;
    }

    /* ===== Label ===== */
    .pill__label {
        display: block;
        text-align: center;
        line-height: 30px;
        color: #000;
        font-size: 1.0em;
        letter-spacing: 0.02em;
    }
    
    /*--- アイコン ---*/


    /*--- who we are ---*/
    #index .who {
        width: 90%;
        margin:0 auto 80px;
    }

    #index .who .title {
        font-family: "Onest", sans-serif;
        font-size: 10vw;
        font-weight: 600;
        text-align: center;
        color: #871b20;
        margin-bottom: 1.5rem;
    }

    #index .who p {
        text-align: justify;
        font-size: 0.95rem;
        letter-spacing: 0.02em;
        line-height: 2.2em;
        font-weight: 400;
        padding: 0 15px;
    }
    #index .who p br {
        display: none;
    }

    /*--- who we are ---*/



    /*--- ニュース ---*/
    #index .newsArea {
        width: 100%;
        background: #f0f0f0;
    }

    #index .newsbox {
        width: 90%;
        margin: 0 auto;
        padding: 80px 0;
    }

    #index .newsbox h2 {
        font-size: 36px;
        text-align: center;
        font-family: "Onest", sans-serif;
        font-weight: 600;
        color: #871b20;
        margin-bottom: 25px;
    }

    #index .newsbox .tabs {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 1.5em;
        color: #666;
        font-weight: 400;
        justify-content: center;
    }

    #index .newsbox .tab {
        padding: 10px 30px;
        border: 1px solid #e7e7e7;
        border-radius: 26px;
        cursor: pointer;
        background: #FFF;
    }

    #index .newsbox .tab.active {
        background: #0f4f2b;
        color: #fff;
        border: none;
    }

    #index .newsbox ul a li {
        list-style: none;
        padding: 14px 20px;
        margin: 0 0 10px 0;
        overflow: hidden;
        background: #FFF;
        border-radius: 8px;
        border: 1px solid #e7e7e7;
        font-family: "Onest", sans-serif;
        font-weight: 400;
        color: #333;
        transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
        background-size: 10px;
    }

    #index .newsbox ul li .thumb {
        width: 90px;
        height: 70px;
        float: left;
        margin-right: 15px;
        padding: 7px 0;
    }

    #index .newsbox ul li .txtArea {
        line-height: 2em;
        overflow: hidden;
    }

    #index .newsbox ul li .txtArea .date {
        font-size: 14px;
        color: #871b20;
        margin-right: 10px;
    }

    #index .newsbox ul li .txtArea .cate {
        font-size: 12px;
        font-weight: 500;
        border-radius: 18px;
        padding: 4px 15px;
        color: #FFF;
          white-space: nowrap;
    }

    #index .newsbox ul li .txtArea .cate.school {
        background: #f6ad3a;
    }

    #index .newsbox ul li .txtArea .cate.event {
        background: #8fc31f;
    }

    #index .newsbox ul li .txtArea .cate.gallery {
        background: #ed7253;
    }

    #index .newsbox ul li .txtArea .cate.announce {
        background: #2ea7e0;
    }

    #index .newsbox ul li p {
        font-size: 1.2em;
        float: left;
        width: 260px;
        line-height: 1.3em;
        letter-spacing: 0.02em;
        padding: 2px 0 0 0;
    }
    #index .newsbox ul a {
        text-decoration: none;
    }

    #index .newsbox ul a li:hover,
    #index .newsbox ul a li:focus-visible {
        background: #ffffff;
        transform: translateY(-2px);
        box-shadow:
            0 4px 10px rgba(0, 0, 0, .08),
            0 0 0 1px rgba(0, 0, 0, .06) inset;
        outline: none;
        opacity: 1 !important;
        background: #FFF;
    }
    #index .newsbox a.newsIndex {
        transition: .3s ease;
    }
    #index .newsbox a.newsIndex {
        font-size: 1.0em;
        text-decoration: none;
        color: #FFF;
        background: #0f4f2b;
        border-radius: 28px;
        padding: 20px 0px;
        width: 180px;
        text-align: center;
        display: block;
        margin: 40px auto 0;
    }
    #index .newsbox a:hover.newsIndex {
        font-size: 1.0em;
        text-decoration: none;
        color: #FFF;
        background: #1e834a;
        border-radius: 28px;
        padding: 20px 0px;
        width: 180px;
        text-align: center;
        display: block;
        margin: 40px auto 0;
    }

    #index .newsbox .content {
        display: none;
    }

    #index .newsbox .content.show {
        display: block;
    }

    /*--- ニュース ---*/



    /*--- About Our School ---*/
    @media screen and (min-width:1220px) {
        #index .aboutSchool {
            max-width: 1300px;
            min-width: 900px;
            width: 95%;
            margin: 0 auto;
            padding: 120px 0;
            overflow: hidden;
        }
    }

    @media screen and (max-width:1220px) {
        #index .aboutSchool {
            width: 100%;
            margin: 0 auto;
            padding: 80px 0 40px;
            overflow: hidden;
        }
    }

    #index .aboutSchool h2 {
        font-size: 36px;
        text-align: center;
        font-family: "Onest", sans-serif;
        font-weight: 600;
        color: #871b20;
        margin-bottom: 30px;
    }

    #index .aboutSchool .mB40 {
        margin-bottom: 4em;
    }

    #index .aboutSchool .imgLeft {
        width: 95%;

    }

    #index .aboutSchool .imgLeft img {
        width: 100%;
        height: auto;
    }

    #index .aboutSchool .imgRight {
        width: 95%;
        padding: 0 0 0 5%;
    }

    #index .aboutSchool .imgRight img {
        width: 100%;
        height: auto;
    }

    #index .aboutSchool .txtRight {
        padding: 35px 0 0 0;
        margin: 0 auto;
        width: 90%;
        text-align: justify;
    }

    #index .aboutSchool .txtLeft {
        padding: 40px 0 0 0;
        margin: 0 auto;
        width: 90%;
        text-align: justify;
    }

    #index .aboutSchool .txtBlock .subTitle {
        font-family: "Onest", "Noto Sans JP", sans-serif;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 0.6em;
    }

    #index .aboutSchool .txtBlock h3 {
        font-size: 30px;
        font-weight: 600;
        color: #0f4f2b;
        margin-bottom: 0.3em;
        letter-spacing: 0.05em;
        line-height: 1.3em;
    }

    #index .aboutSchool .txtBlock .bodyCopy {
        font-size: 15px;
        color: #333;
        line-height: 2em;
        font-weight: 400;
    }

    /*--- About Our School ---*/




    #index .maincopy {
        padding: 90px 0;
        text-align: center;
        background: #0f4f2b;
    }

    #index .maincopy img {
        width: 619px;
    }


    #index .aboutbox {
        width: 100%;
        margin: 0 auto;
        padding: 90px 0;
    }

    #index .aboutbox .maintl {
        text-align: center;
        font-size: 5em;
        color: #871b20;
        margin: 0 0 50px 0;
        font-weight: 100;
    }

    #index .aboutbox .floatbox {
        margin: 0 0 100px 0;
    }

    #index .aboutbox .floatbox:last-child {
        margin: 0 0 0 0;
    }

    #index .aboutbox .floatbox .phbox {
        width: 50%;
        float: right;
    }

    #index .aboutbox .floatbox .phbox img {
        width: 100%;
    }

    #index .aboutbox .floatbox .txbox {
        width: 50%;
        float: left;
        padding: 0 0 0 150px;
        position: relative;
        box-sizing: border-box;
    }

    #index .aboutbox .floatbox .txbox .poph {
        width: 130px;
        position: absolute;
        top: 0;
        left: 0;
    }

    #index .aboutbox .floatbox .txbox .poph img {
        width: 100%;
    }

    #index .aboutbox .floatbox .txbox .tlbox {
        border-bottom: 1px solid #0f4f2b;
        padding: 0 0 20px 0;
    }

    #index .aboutbox .floatbox .txbox .tlbox .num {
        margin: 0 30px 0 0;
        font-weight: 400;
        font-size: 5.5em;
        color: #0f4f2b;
        float: left;
    }

    #index .aboutbox .floatbox .txbox .tlbox .tltx {
        float: left;
    }

    #index .aboutbox .floatbox .txbox .tlbox .tltx .mtx {
        font-size: 2.5em;
        line-height: 1.2em;
        margin: 10px 0 5px 0;
        font-weight: 400;
        letter-spacing: -0.05em;
    }

    #index .aboutbox .floatbox .txbox .tlbox .tltx .subtx {
        font-size: 0.8em;
        line-height: 1.5em;
        margin: 0 0 0 0;
        font-weight: 300;
    }

    #index .aboutbox .floatbox .txcont {
        padding: 20px 70px 20px 0;
        line-height: 2em;
        font-size: 0.9em;
        text-align: justify;
    }


    #index .aboutbox .floatbox .txcont a {
        display: inline-block;
        padding: 10px 40px;
        border-radius: 50px;
        text-align: center;
        color: #fff;
        text-decoration: none;
        background: #0f4f2b;
        letter-spacing: 0.1em;
        font-size: 0.9em;
        margin: 20px 0 0 0;
        transition: opacity 0.3s;

    }

    #index .aboutbox .floatbox .txcont a:hover {
        opacity: 0.5;
    }


    #index .aboutbox .floatbox.rb .phbox {
        width: 50%;
        float: left;
    }

    #index .aboutbox .floatbox.rb .phbox img {
        width: 100%;
    }

    #index .aboutbox .floatbox.rb .txbox {
        width: 50%;
        float: right;
        padding: 0 150px 0 0;
        position: relative;
        box-sizing: border-box;
    }

    #index .aboutbox .floatbox.rb .txbox .poph {
        width: 130px;
        position: absolute;
        top: -50px;
        right: 0;
        left: auto;
    }

    #index .aboutbox .floatbox .txbox .tlbox .num {
        margin: 0 25px 0 0;
        font-weight: 400;
        font-size: 5.5em;
        color: #0f4f2b;
        float: left;
    }

    #index .aboutbox .floatbox.rb .txbox .tlbox {
        border-bottom: 1px solid #0f4f2b;
        padding: 0 0 20px 70px;
    }

    #index .aboutbox .floatbox.rb .txcont {
        padding: 20px 0 20px 70px;
        line-height: 1.8em;
    }

    #index .underlinkbox {
        width: 900px;
        margin: 0 auto;
        padding: 0 0 90px 0;
    }

    #index .underlinkbox ul {
        width: calc(100% + 30px);
        margin: 0 0 0 -30px;
        list-style: none;
        text-align: center;
    }

    #index .underlinkbox ul a {
        text-decoration: none;
        transition: opacity 0.3s;
        display: block;
    }

    #index .underlinkbox ul a:hover {
        opacity: 0.5;
    }

    #index .underlinkbox ul li {
        width: calc((100% / 4) - 30px);
        margin: 0 15px;
        display: inline-block;
    }

    #index .underlinkbox ul li .phbox {
        width: 100%;
        position: relative;
    }

    #index .underlinkbox ul li .phbox img {
        width: 100%;
    }

    #index .underlinkbox ul li .txcont {
        padding: 10px 0;
        color: #0f4f2b;
        text-align: center;
        line-height: 1.5em;
    }

    #index .underlinkbox ul li .txcont .mtx {
        font-size: 1.4em;
        font-weight: 400;

    }

    #index .underlinkbox ul li .txcont .subtx {
        font-size: 0.9em;

    }

    #index .underlinkbox ul li .phbox .coming {
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.5);
        text-align: center;
    }

    #index .underlinkbox ul li .phbox .coming span {
        display: inline-block;
        text-align: center;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #fff;
    }
}