@charset "utf-8";

body,
html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.05rem;
    font-optical-sizing: auto;
    font-style: normal;
    background: #224531;
    font-size: 16px;
    color: #fff;
}

.r_only {
    display: none;
}

.sp {
    display: none;
}

.pc {
    display: block;
}

@media (max-width:767.98px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}

a:hover {
    opacity: 0.65;
    transition: 0.4s;
}

#header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    background: rgba(255, 255, 255, 0);
}

footer {
    background: #222;
    margin-top: 0;
    padding: 4rem 0;
}

footer * {
    color: #fff;
}

footer a:link,
footer a:hover,
footer a:visited,
footer a:active {
    color: #fff;
}

/* レイアウト */



.container {
    display: flex;
    position: relative;
    width: 100%;
    min-height: 200vh;
    /* 右側をスクロールできるように長さを持たせる */
}

/* 左側 */
.left {
    position: relative;
    width: 50vw;
    height: 100vh;
    overflow: hidden;
    flex-shrink: 0;
}

.left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 右側 */
.right {
    width: 50vw;
    padding-bottom:8rem;
}


/* →ここから去年 */

.mainTitle {
	width:90%;
	margin:8rem auto 4rem;
}

.maincopy {
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 2rem;
    color: #fff;
    font-weight: 500;
    line-height: 1.6;
}

.copy {
    color: #fff;
    font-size: .9rem;
    line-height: 2.4;
}

.section {
    margin: 0 auto;
    width: 80%;
}

.section--white {
    background: #fff;
    padding: 1.2rem 1.6rem;
}

.section--attention {
    margin: 4rem auto;
    display: grid;
    border: 2px solid #fff;
    padding: 1rem;
    border-radius: .4rem;
    color: #fff;
    align-items: center;
    grid-template-columns: 3.2rem auto;
}

.section--attention span {
    border-right: 1px solid #fff;
    padding-right: .4rem;
    justify-content: end;
    text-align: center;
}

.section--attention p {
    padding-left: .8rem;
    line-height: 1.6;
    font-size: 1rem;
    text-align: center;
}

.section--attention span i {
    font-size: 2rem;
}

.fsS {
    font-size: .7rem;
}

.fsM {
    font-size: 1.2rem;
}

.fsL {
    font-size: 1.4rem;
}

.fwB {
    font-weight: 600;
}

.taC {
    text-align: center;
}

.summary__Inner .pict {
    margin: .8rem 0;
}

.pict--intro {
    margin: 2.4rem auto;
}

.pict img {
    border-radius: .4rem;
}

.summary__head {
    font-size: 1.1rem;
    font-family: "Noto Sans JP", serif;
    font-weight: 600;
}

.summary__head:before {
    font-family: "Font Awesome 5 Free";
    font-size: 1.8rem;
    font-weight: 600;
    padding: 0 7px 0 0;
}

.summary__head--01:before {
    content: "\f06b";
    color: #e50000;
}

.summary__head--02:before {
    content: "\f1bb";
    color: #ddb700;
}

.summary__head--03:before {
    content: "\f2dc";
    color: #0088c1;
}

.summary__head--04:before {
    content: "\f005";
    color: #ffc000;
}

.summary__body {
    margin-bottom: 4rem;
}

.summary__body p {
    line-height: 1.4;
    font-weight:400;
    font-size: .9rem;
}

.summary__body p.strong {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
}

.part .part__head {
    font-weight: 600;
    font-size: 1rem;
    padding: .6rem;
}

.summary__body .part * {
    margin-bottom: 1.2rem;
}

.summary__body .list li:first-child {
    margin: 0 0 1.6rem;
}

.summary__body .list li {
    margin: 1.6rem 0;
}

.summary__body .list li:before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: .6rem;
}

.summary__body .list li>p:first-child {
    display: inline;
    margin-bottom: .4rem;
}

.summary__body .list li {
    margin: 1.6rem 0;
}

.summary .summary__Inner:last-child {
    margin-bottom: 0;
}

.part {
    margin-bottom: 3.2rem;
}

.part__head {
    padding: .4rem .8rem;
    background: #326147;
    margin-bottom: .8rem;
    border-radius: .4rem;
}

.part p {
    margin-bottom: .8rem;
}

.indent {
    margin-left: 1rem;
}

.logomark {
    width: 160px;
    margin: 4rem auto;
}

.attention {
    background: #fff;
    color: #2c402f;
    padding: 1.6rem 1.6rem 1.4rem;
    border-radius: .4rem;
    margin-bottom: 2.4rem;
}


.bnrBlock{
	margin-top:8rem;
}

.bnrBlock dl dt {
	text-align: center;
	margin-bottom:.4rem;
}


@media (min-width:767.98px) {
    .section--white {
        padding: 3.2rem;
    }
/*
    .summary__Inner {
        display: grid;
        grid-template-columns: 10rem auto;
        margin-bottom: 2rem;
    }*/

    .summary__body {
        padding-top: .2rem;
    }
}

@media (max-width:767.98px) {
    .overlay {
        height: 30vh;
    }

    .main {
        width: 90%;
        margin: 0 auto;
        position: relative;
    }

    .sample {
        height: 60vh;
    }

    .main .title {
        width: 90%;
        left: 5%;
        bottom: 0;
    }

    .section--attention p {
        font-size: .8rem;
        text-align: left;
    }

    .maincopy {
        font-size: 1.1rem;
        line-height: 1.6;
    }

    .copy {
        text-align: left;
        line-height: 2;
        font-size: .8rem;
    }

    .summary__body {
        margin: .4rem 0 1.6rem;
    }

    .section--attention {
        margin: 2rem auto;
    }

    .section {
        width: 90%;
    }

    .section--intro {
        margin: 1rem auto 0;
    }

}




@media (max-width: 767.98px) {

    .left {
        display:none;
    }

    .right {
        width: 100%;
    }

    .mainTitle {
        width:94%;
        margin-top:-40px;
        margin-bottom:2rem;
    }

}


