@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@500;700;900&display=swap');
* {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
    font-style: normal;
}
body {
    position: relative;
    min-height: 100vh;  /* 高さを100vhにし、コンテンツが超えた場合にスクロール可能にする */
    background: -webkit-linear-gradient(-45deg, #174f87, #b9d2dc, #b6baf3); /* Safari用 */
    background: linear-gradient(-45deg, #174f87, #b9d2dc, #b6baf3);
    background-size: 400% 400%;
    padding: 0;
    margin: 0;
    animation: gradient 15s ease infinite;
}
.background {
    position: fixed;
    background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.6) 1px, transparent 1px);
    background-image: linear-gradient(90deg, rgb(255 255 255 / 0.6) 1px, transparent 1px);
    background-size: 42px 20px;
    background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}


@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


#Guarantors_Page h1 {
    text-align: center;
    color: #174f87;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 2;
    padding: 10px 0;
}

#Guarantors_Page article{
    width: 90%;
    max-width: 375px;
    background: #FFF;
    padding: 15px 2%;
    border-radius: 15px;
    margin: 15px auto;
}

#Guarantors_Page article > section {
    margin: 0 auto 100px;
}
#Guarantors_Page article > section h2::after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 140;
    height: 80;
    bottom: -10;
    left: 50%;
    transform: translateX(-50%);
}


#Guarantors_Page h2,
#Guarantors_Page h3 {
    position: relative;
    text-align: center;
    letter-spacing: 3px;
    font-size: 20px;
    font-weight: 700;
    color: #174f87;
    margin-bottom: 50px;
}
#Guarantors_Page h3 {
    text-align: left;
    font-size: 16px;
    margin-bottom: 15px;
}

#Guarantors_Page p {
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 175%;
}

#Guarantors_Page a.btnlink {
    position: relative;
    display: block;
    width: 230px;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    padding: 5px 15px;
    border-radius: 30px;
    margin: 15px auto;
    background: #174f87;
}
#Guarantors_Page a.btnlink::after {
    position: absolute;
    color: #FFF;
    content: '\f061';
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    font-weight: 900;
    right: 20px;
    top: 15px;
    transition: transform .5s;
}
#Guarantors_Page a.btnlink.oneline {
    padding: 13.5px 15px;
}

/*hover*/
#Guarantors_Page a.btnlink:hover {
    opacity: .5;
}
#Guarantors_Page a.btnlink:hover::after {
    transition: transform .5s;
    transform: translateX(10px);
}
/*Tab*/
@media print, screen and (min-width: 1024px) {
        #Guarantors_Page article { max-width: 950px;}
        #Guarantors_Page article > section { width: 800px;}
        #Guarantors_Page p {
            font-size: 16px;
            line-height: 200%;
        }
        #Guarantors_Page h2 { font-size: 24px;}
        #Guarantors_top h2 span { font-size: 18px!important;}
        #Guarantors_Page h3 {
            font-size: 20px;
            margin-bottom: 30px;
        }
        #Guarantors_Page a.btnlink {
            width: 270px;
            font-size: 14px;
            letter-spacing: 2px;
            padding: 15px;
            border-radius: 50px;
            margin: 30px auto 0;
        }
        #Guarantors_Page a.btnlink::after {
            font-size: 20px;
            right: 25px;
            top: 25px;
        }
}




#Guarantors_top h2 {
    color: #FFF;
    background: #174f87;
    padding: 70px 30px 100px 30px;
    border-radius: 15px;
    margin-bottom: 30px;
}
#Guarantors_top h2::after {
    width: 140;
    height: 100;
    background: url(../../img/exam/guarantors/top.webp) no-repeat;
    background-size: contain;
}
#Guarantors_top h2 span {
    width: 100%;
    display: block;
    text-align: left;
    font-size: 14px;
}
#Guarantors_top h2 span:last-of-type { text-align: right;}
#Guarantors_top h2 strong {
    display: block;
    font-weight: 900;
    padding: 30px 0;
}
#Guarantors_top p {
    text-align: center;
}
/*安心の理由*/
#Guarantors_Page article > #Reason h2::after {
    bottom: -55px;
    left: 85px;
    background: url(../../img/exam/guarantors/reason.webp) no-repeat;
    background-size: contain;
}
#Reason ul {
    width: 95%;
    background: #FDF6EE;
    padding: 10px;
    border-radius: 15px;
    margin: 0 auto;
}
#Reason ul li {
    position: relative;
    display: block;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px;
    background: #FDF6EE;
}
#Reason ul li:first-of-type {
    border-radius: 15px 15px 0 0;
}
#Reason ul li:last-of-type {
    border-radius: 0 0 15px 15px;
}


#Reason ul li::before,
#Reason ul li::after {
    position: absolute;

}
#Reason ul li::before {
    content: "";
    width: 38px;
    height: 38px;
    top: 9px;
    right: 10px;
    border-radius: 100%;
    background: #174f87;
}
#Reason ul li::after {
    color: #FFF;
    content: '\f061';
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    font-weight: 900;
    right: 20px;
    top: 20px;
    transition: transform .5s;
}

#Reason ul li a {
    color: #464646;
}
#Reason ul li a::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    content: '';
}
#Reason ul li a span {
    display: block;
    color: #174f87;
    font-size: 80%;
}

/*hover*/
#Reason ul li:hover { background: #FFF;}
#Reason ul li:hover a {
    color: #174f87;
}
#Reason ul li:hover::after {
    top: 20px;
    right: 22px;
    transition: transform .5s;
    transform: rotate(90deg);
}

/*Tab*/
@media print, screen and (min-width: 1024px) {
    #Guarantors_Page article > #Reason h2::after {
        width: 79px;
        height: 115px;
        left: 253px;
}
    #Reason ul { width: 70%;}
    #Reason ul li { font-size: 18px;}
}



/*強み*/
#Guarantors_Page article > #Strong h2::after {
    width: 150px;
    height: 100px;
    bottom: -105px;
    left: 260px;
    background: url(../../img/exam/guarantors/strong.webp) no-repeat;
    background-size: contain;
}
#Strong section {
    padding: 30px;
    border-radius: 15px;
    background: #b9d2dc;
}

@media print, screen and (min-width: 1024px) {
    #Guarantors_Page article > #Strong h2::after {
        width: 250px;
        height: 169px;
        bottom: -382px;
        left: auto;
        right: -100px;
        background: url(../../img/exam/guarantors/strong.webp) no-repeat;
        background-size: contain;
    }
    #Guarantors_Page article > #Strong section { padding-right: 300px;}
}


/*手厚い支援で希望の進路へ*/
#Guarantors_Page article > #Employment h2 { margin-bottom: 100px;}
#Guarantors_Page article > #Employment h2::after {
    width: 300px;
    height: 110px;
    bottom: -128px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../../img/exam/guarantors/employment.webp) no-repeat;
    background-size: contain;
}

#Employment > section {
    padding: 30px 20px;
    border-radius: 15px;
    background: #F5F5F5;
}
#Employment section > section {
    padding: 15px;
    border-radius: 15px;
    background: #FFF;
    margin: 15px 0;
}

#Employment figure {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px auto;
}
#Employment figure img {
    width: 130px;
    height: auto;
}
/*Tab*/
@media print, screen and (min-width: 1024px) {
    #Employment > section { padding: 30px;}
    #Employment section > section {
        padding: 30px;
        margin: 30px 0;
    }
    #Employment figure { margin: 30px auto;}
    #Employment figure img {
    width: 200px;
}
}



/*多様な受験スタイル*/
#Guarantors_Page article > #Examination h2 { margin-bottom: 100px;}
#Guarantors_Page article > #Examination h2::after {
    width: 80px;
    height: 94px;
    bottom: -123px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../../img/exam/guarantors/examination.webp) no-repeat;
    background-size: contain;
}
#Examination > section {
    padding: 30px 20px;
    border-radius: 15px;
    background: #b9d2dc;
}
/*Tab*/
@media print, screen and (min-width: 1024px) {
    #Examination > section { padding: 50px;}
}



/*学びたい気持ちを支える奨学金*/
#Guarantors_Page article > #Scholarship h2 {}
#Guarantors_Page article > #Scholarship h2::after {
    width: 90px;
    height: 90px;
    bottom: -70px;
    left: 50px;
    background: url(../../img/exam/guarantors/scholarship.webp) no-repeat;
    background-size: contain;
}
#Scholarship > section {
    background: #F5F5F5;
    padding: 30px 20px;
    border-radius: 15px;
}

/*Tab*/
@media print, screen and (min-width: 1024px) {
    #Guarantors_Page article > #Scholarship h2::after {
        width: 110px;
        height: 110px;
        left: 216px;
    }
    #Scholarship > section { padding: 50px;}
    #Scholarship div {
        display: flex;
        justify-content: space-around;
    }
}



/*実録！平女で成長したこと*/
#Guarantors_Page article > #Voice { margin-bottom: 0;}
#Guarantors_Page article > #Voice h2 { margin-bottom: 120px;}
#Guarantors_Page article > #Voice h2::after {
    width: 80px;
    height: 80px;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../../img/exam/guarantors/voice.webp) no-repeat;
    background-size: contain;
}
.details {
    width: 95%;
    border: 1px solid #174f87;
    border-radius: 15px;
    margin: 15px auto;
}

.details__summary {
    position: relative;
    display: block;
    font-size: 14px;
    cursor: pointer;
    background: #b9d2dc;
    padding: 10px 40px 10px 16px;
    border-radius: 15px;
    margin: 0;
}

.details__summary::-webkit-details-marker {
    display: none;
}

.details__summary::before {
    display: block;
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - 6px);
    right: 16px;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #174f87;
    transition: all 0.4s ease-out;
    transform-origin: 3px 6px;
    transform: rotate(90deg);
}

/* 「details」要素が open のときの矢印の回転 */
.details[open] .details__summary::before {
    transform: rotate(-90deg);
}

.details[open] .details__summary {
    border-radius: 15px 15px 0 0;
}

.details__content {
    overflow: hidden;
    margin: 0;
    padding-left: 16px;
    padding-right: 16px;
}

.details__content > * {
    margin: 0;
    padding-top: 16px;
}

.details__content > *:last-child {
    padding-bottom: 16px;
}
/*Tab*/
@media print, screen and (min-width: 1024px) {
    #Voice > p { text-align: center;}
    #Voice .details__content p { font-size: 13px!important;}
}



aside {
    width: 90%;
    max-width: 375px;
    background: #FFF;
    padding: 20px 2% 10px !important;
    border-radius: 15px;
    margin: 30px auto !important;
}

aside ul {
    width: 95%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto !important;
}
aside ul li {
    width: 48%;
    margin-bottom: 10px!important;
}
aside ul li a img {
    display: block;
    width: 100%;
    height: auto;
}
/*Tab*/
@media print, screen and (min-width: 1024px) {
    aside { max-width: 950px!important;}
    aside ul li { width: 24%;}
}


footer {
    margin-top: 20px!important;
    background: #b9d2dc;
}
footer .footer_inner {
    display: flex;
    justify-content: space-between;
    padding: 20px 20px;
    margin: 0 auto;
}

footer ul {}
footer ul#SNS { display: flex;}
footer ul li img {
    width: 25px;
    height: 25px;
    margin-left: .5em!important;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103);
}
footer a { display: block;}
/*Tab*/
@media print, screen and (min-width: 1024px) {
    footer .footer_inner { max-width: 950px;}
    footer ul:not(#SNS) { display: flex;}
    footer ul:not(#SNS) li { margin-right: 1rem;}
}

/*OCにきませんか？*/
#Guarantors_Page article > #OC {margin-top: 100px;}
#Guarantors_Page article > #OC h2 { margin-bottom: 110px;}
#Guarantors_Page article > #OC h2::after {
    width: 160px;
    height: 80px;
    bottom: -113px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../../img/exam/guarantors/oc.webp) no-repeat;
    background-size: contain;
}
#Guarantors_Page article > #OC > section {
    background: #F5F5F5;
    padding: 30px 10px;
    border-radius: 15px;
}

#Guarantors_Page article > #OC p { text-align: center;}
#Guarantors_Page article > #OC p span { display: block;}