/* 以下SP */
.c-card_wrap {
    padding-top: 53px;
    box-sizing: border-box;
}
.c-card_wrap .ank_wrap {
    display: none;
}
.c-card_wrap .c-card_in {
    max-width: 100%;
    height: auto;
    overflow: visible;
}
.c-card_wrap .mv_wrap .ttl {
    width: 100%;
    font-size: 5.8vw;
    font-weight: bold;
    position: absolute;
    bottom: 34.1vw;
    left: 50%;
    transform: translateX(-50%);
}
.c-card_wrap .mv_wrap .mv-ank {
    position: absolute;
    bottom: 9.3vw;
    left: 50%;
    transform: translateX(-50%);
}
.c-card_wrap .mv_wrap .mv-ank a {
    width: 84vw;
    height: 13.3vw;
    font-size: 5.3vw;
    font-weight: bold;
    color: #C90017;
    background: #fff;
    border: 2px solid #C90017;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.c-card_wrap .mv_wrap .mv-ank a::before {
    content: "";
    position: absolute;
    background: url(/images/c-card/icn01.svg) no-repeat center / 100% auto;
    width: 4vw;
    height: 3vw;
    top: 50%;
    right: 5.8vw;
    transform: translateY(-50%);
}
.c-card_wrap .compCnt_wrap {
    padding-bottom: 10.1vw;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(238, 242, 245, 1));
}
.c-card_wrap .compCnt_wrap#is-01 {
    padding-bottom: 11.3vw;
}
.c-card_wrap .compCnt_wrap > .ttl {
    width: 100%;
    height: 13.3vw;
    font-size: 5.8vw;
    font-weight: bold;
    color: #fff;
    background: #304E7E;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 7.4vw;
    padding-bottom: 0.5vw;
    box-sizing: border-box;
}
.c-card_wrap .coexist_wrap,
.c-card_wrap .compCnt_in {
    padding: 0 4vw;
}
.c-card_wrap .coexist_wrap .ttl {
    font-size: 5.8vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3vw;
}
.c-card_wrap .coexist_wrap .coexistImg_wrap img {
    width: 100%;
    height: auto;
    margin-bottom: 4.9vw;
}
.c-card_wrap .coexist_wrap .txt:not(:last-of-type) {
    margin-bottom: 3.7vw;
}
.c-card_wrap .compCnt_in .txt:not(:last-of-type) {
    margin-bottom: 4.8vw;
}
.c-card_wrap .compCnt_wrap .txt {
    font-size: 4.2vw;
    line-height: 1.75;
}
.c-card_wrap .compCnt_wrap#is-02,
.c-card_wrap .compCnt_wrap#is-03 {
    padding: 0;
}
.c-card_wrap .compCnt_wrap#is-02 > .ttl,
.c-card_wrap .compCnt_wrap#is-03 > .ttl {
    margin: 0;
}
.c-card_wrap .missionLst_wrap {
    padding: 7.4vw 4vw;
    background: url(/images/c-card/bg01.png) no-repeat center / cover;
}
.c-card_wrap .missionLst_wrap li {
    padding: 5.3vw 5.3vw 5.3vw 14vw;
}
.c-card_wrap .missionLst_wrap li .is-one {
    top: 5.3vw;
    left: 4vw;
}
.c-card_wrap .missionLst_wrap li:not(:last-of-type) {
    margin-bottom: 7.2vw;
}
.c-card_wrap .guidelines_wrap {
    padding: 9.3vw 7vw 13.3vw;
    background: url(/images/c-card/bg02.png) no-repeat center / cover;
}
.c-card_wrap .guidelines_wrap .guidelines_in:not(:last-of-type) {
    margin-bottom: 13.3vw;
}
.c-card_wrap .guidelines_in {
    text-align: center;
}
.c-card_wrap .guidelines_in .ttl {
    font-size: 13.3vw;
    font-weight: bold;
    color: #304E7E;
    letter-spacing: 0.1em;
    line-height: 1.2;
}
.c-card_wrap .guidelines_in .add-ttl {
    font-size: 3.2vw;
    font-weight: bold;
    color: #304E7E;
    margin: 1.3vw 0 4.8vw;
    font-family: "ヒラギノ角ゴ Pro W3", sans-serif;
    letter-spacing: 0.06em;
}
.c-card_wrap .guidelines_in .add-txt {
    font-size: 4.2vw;
    font-weight: bold;
    color: #304E7E;
    margin-bottom: 3.2vw;
}
.c-card_wrap .guidelines_in .txt {
    line-height: 1.68;
}
.c-card_wrap .compCnt_in .compLst_wrap {
    margin-top: 4.8vw;
}
.c-card_wrap .compCnt_in .compLst_wrap.is-ver2 {
    margin: 4.8vw 0;
}
.c-card_wrap .compCnt_in .compLst_wrap li:not(:last-of-type) {
    margin-bottom: 1.7vw;
}
.c-card_wrap .compCnt_in .compLst_wrap li .txt {
    position: relative;
    padding-left: 1em;
}
.c-card_wrap .compCnt_in .compLst_wrap li .txt span {
    position: absolute;
    top: 0;
    left: 0;
}
.c-card_wrap .compCnt_in .link-txt a {
    position: relative;
    font-size: 4.2vw;
    font-weight: bold;
    padding-left: 1.2em;
    padding-top: 0.5vw;
    color: #304E7E;
}
.c-card_wrap .compCnt_in .link-txt a::before {
    content: "";
    position: absolute;
    background: url(/images/c-card/icn02.svg) no-repeat center / 100% auto;
    width: 2.4vw;
    height: 4.6vw;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.c-card_wrap .purpose-txt {
    font-size: 5.3vw;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 2.5;
    text-align: center;
    padding-top: 3vw;
}

@media screen and (max-width:374px) {
	.com_tls.ms span {
		display: block;
		margin-left: -7px;
	}
}


/* pc.cssから移植 */
.c-card_wrap .c-card_in {
    max-width: 375px;
    width: 100%;
    margin: 0 auto;
}
.c-card_wrap .mv_wrap {
    position: relative;
    text-align: center;
}
.c-card_wrap .mvImg_wrap img {
    width: 100%;
    height: auto;
}
.c-card_wrap .mv_wrap .ttl {
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    bottom: 130px;
    left: 50%;
    transform: translateX(-50%);
}
.c-card_wrap .mv_wrap .mv-ank {
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
}
.c-card_wrap .mv_wrap .mv-ank a {
    width: 315px;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #C90017;
    background: #fff;
    border: 2px solid #C90017;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-decoration: none;
    transition: .2s;
}
.c-card_wrap .mv_wrap .mv-ank a::before {
    content: "";
    position: absolute;
    background: url(/images/c-card/icn01.svg) no-repeat center / 100% auto;
    width: 15px;
    height: 10px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.c-card_wrap .compCnt_wrap {
    padding-bottom: 30px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(238, 242, 245, 1));
}
.c-card_wrap .compCnt_wrap#is-01,
.c-card_wrap .compCnt_wrap#is-10 {
    padding-bottom: 40px;
}
.c-card_wrap .compCnt_wrap#is-00 {
    background-image: linear-gradient(45deg, rgba(176, 219, 243, 1), rgba(255, 255, 255, 1) 50%);
}
.c-card_wrap .compCnt_wrap > .ttl {
    width: 100%;
    height: 50px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    background: #304E7E;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 3px;
    box-sizing: border-box;
    letter-spacing: 0.1em;
}
.c-card_wrap .coexist_wrap,
.c-card_wrap .compCnt_in {
    padding: 0 15px;
}
.c-card_wrap .coexist_wrap .ttl {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.c-card_wrap .coexist_wrap .coexistImg_wrap img {
    width: 100%;
    height: auto;
    margin-bottom: 18px;
}
.c-card_wrap .coexist_wrap .txt:not(:last-of-type) {
    margin-bottom: 14px;
}
.c-card_wrap .compCnt_in .txt:not(:last-of-type) {
    margin-bottom: 18px;
}
.c-card_wrap .compCnt_wrap .txt {
    font-size: 16px;
    line-height: 1.75;
}
.c-card_wrap .compCnt_wrap#is-02,
.c-card_wrap .compCnt_wrap#is-03 {
    padding: 0;
}
.c-card_wrap .compCnt_wrap#is-02 > .ttl,
.c-card_wrap .compCnt_wrap#is-03 > .ttl {
    margin: 0;
}
.c-card_wrap .missionLst_wrap {
    padding: 25px 0 35px 0;
    background: url(/images/c-card/bg01.png) no-repeat center / cover;
}
.c-card_wrap .missionLst_wrap li {
    width: calc(100% - 30px);
    padding: 20px 20px 20px 50px;
    margin-right: auto;
    margin-left: auto;
    background: #fff;
    line-height: 1.75;
    position: relative;
}
.c-card_wrap .missionLst_wrap li:not(:last-of-type) {
    margin-bottom: 27px;
}
.c-card_wrap .missionLst_wrap li .is-one {
    position: absolute;
    top: 20px;
    left: 14px;
}
.c-card_wrap .guidelines_wrap {
    padding: 35px 25px 50px;
    background: url(/images/c-card/bg02.png) no-repeat center / cover;
}
.c-card_wrap .guidelines_wrap .guidelines_in:not(:last-of-type) {
    margin-bottom: 50px;
}
.c-card_wrap .guidelines_in {
    text-align: center;
}
.c-card_wrap .guidelines_in .ttl {
    font-size: 50px;
    font-weight: bold;
    color: #304E7E;
    letter-spacing: 0.1em;
    line-height: 1.2;
}
.c-card_wrap .guidelines_in .add-ttl {
    font-size: 12px;
    font-weight: bold;
    color: #304E7E;
    margin: 5px 0 18px;
    font-family: "ヒラギノ角ゴ Pro W3", sans-serif;
    letter-spacing: 0.06em;
}
.c-card_wrap .guidelines_in .add-txt {
    font-size: 16px;
    font-weight: bold;
    color: #304E7E;
    margin-bottom: 12px;
}
.c-card_wrap .guidelines_in .txt {
    line-height: 1.68;
}
.c-card_wrap .compCnt_in .compLst_wrap {
    margin-top: 18px;
}
.c-card_wrap .compCnt_in .compLst_wrap.is-ver2 {
    margin: 18px 0;
}
.c-card_wrap .compCnt_in .compLst_wrap li:not(:last-of-type) {
    margin-bottom: 5px;
}
.c-card_wrap .compCnt_in .compLst_wrap li .txt {
    position: relative;
    padding-left: 1em;
}
.c-card_wrap .compCnt_in .compLst_wrap li .txt span {
    position: absolute;
    top: 0;
    left: 0;
}
.c-card_wrap .compCnt_in .link-txt a {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    padding-left: 1.2em;
    color: #304E7E;
}
.c-card_wrap .compCnt_in .link-txt a::before {
    content: "";
    position: absolute;
    background: url(/images/c-card/icn02.svg) no-repeat center / 100% auto;
    width: 8px;
    height: 14px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.c-card_wrap .purpose-txt {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 2.5;
    text-align: center;
    padding-top: 5px;
}
@media (min-width: 769px) {
    .c-card_wrap {
        background-image: radial-gradient(circle, rgba(255, 255, 255, 1), rgba(238, 242, 245, 1));
        height: 100vh; /* 2025 レイアウト調整 */
        width: 100vw;
        padding-top: 90px;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        position: fixed;
        top: 0;
    }
    .c-card_wrap .ank_wrap {
        position: fixed;
        left: 50%;
        bottom: 85px;
        margin-left: 280px;
    }
    .c-card_wrap .ankLst_wrap li {
        margin-bottom: 10px;
    }
    .c-card_wrap .ankLst_wrap li a {
        font-size: 16px;
        font-weight: bold;
        color: #333;
        position: relative;
        letter-spacing: 0.01em;
        padding-left: 20px;
        text-decoration: none;
    }
    .c-card_wrap .ankLst_wrap li a:before {
        content: "";
        position: absolute;
        background: url(/images/c-card/icn03.svg) no-repeat center / 100% auto;
        width: 13px;
        height: 8px;
        top: 50%;
        left: 0;
        margin-top: -3px;
    }
    .c-card_wrap .ankLst_wrap li a::after {
        content: "";
        position: absolute;
        bottom: -3px;
        left: 20px;
        width: 0;
        height: 2px;
        background-color: #304E7E;
        transition: .3s;
    }
    .c-card_wrap .ankLst_wrap li a:hover:after {
        width: calc(100% - 20px);
    }
    .c-card_wrap .ankLst_wrap li:last-of-type {
        margin: 0;
    }
    .c-card_wrap .c-card_in {
        margin-bottom: 50px;
        overflow-y: auto;
        scrollbar-width: none;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.16);
        height: calc(100vh - 90px); /* 2025 レイアウト調整 */
    }
    .c-card_in::-webkit-scrollbar {
        display: none;
    }
    .c-card_wrap .mv_wrap .mv-ank a:hover {
        color: #fff;
        background: #C90017;
    }
    .c-card_wrap .mv_wrap .mv-ank a:hover::before {
        background: url(/images/c-card/icn04.svg) no-repeat center / 100% auto;
    }
}
@media (min-width: 901px) and (max-width: 1100px) {
    .c-card_wrap .ank_wrap {
        margin-left: 22%;
    }
}
@media (min-width: 769px) and (max-width: 900px) {
    .c-card_wrap .ank_wrap {
        margin-left: 26%;
    }
    .c-card_wrap .ankLst_wrap li a {
        padding-left: 15px;
        font-size: max(1.6vw, 12px);
    }
    .c-card_wrap .ankLst_wrap li a:before {
        width: 10px;
        height: 7px;
        margin-top: -4px;
    }
    .c-card_wrap .ankLst_wrap li a::after {
        left: 15px;
    }
}


/* 2025 レイアウト調整 */
#Contents{
  margin-top: 0;
}
@media (min-width: 769px) {
    .c-card_wrap{
        position: relative;
    }
    .c-card_wrap .ank_wrap{
        display: block;
    }
}
/* 2025 レイアウト調整終了 */
