@charset "UTF-8";
/* CSS Document */


#first-image {
	width: 100%;
	height: 45vh;
    min-height: 350px;
    max-height: 550px;
	box-sizing: border-box;
	margin: 120px 0 100px 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.catch {
    width: 100%;
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: clamp(40px, 3.5vw,60px);
    line-height: 1em;
    margin: 20vh 0 10px;
    padding: 0 3% 10px;
    letter-spacing: 0.02em;
    color: #002d94;
    display: inline-block;
    border-bottom: 5px solid #002d94;
}
.catch-eng {
    max-width: 100%;
    max-height: 70px;
}

header {
    height: auto;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    position: relative;
}
section {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    display: block;
}
section2 {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 50px 0;
    background: linear-gradient(to bottom, 
    transparent 30%, 
    #E7EAE6 30%, 
    #E7EAE6 70%, 
    transparent 70%);
    display: inline-block;
}
.container {
    width: 100%;
    box-sizing: border-box;
    padding: 0 5%;
    margin: 0;
    position: relative;
    display: block;
}

.container-gold {
	width: 100%;
    min-height: 500px;
	box-sizing: border-box;
	padding: 100px 0 30px;
	margin: 70px 0;
	position: relative;
    background-color: #b9af98;
    text-align: left;
}
.founder-wrap {
    width: 25%;
    float: left;
    margin: 30px 10% 50px 5%;
    text-align: center;
}
.founder {
    width: 100%;
    display: inline-block;
    margin: 0 0 5px;
    padding: 0;
}
.founder-name {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    line-height: 1.2em;
}
.about {
    width: 55%;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.80);
    display: inline-block;
    padding: 50px 40px 50px;
    margin: 0 0 70px;
}
.about_h1 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: clamp(30px, 2.7vw,40px);
    line-height: 1.5em;
    margin: 0 0 20px;
    padding: 0;
}
.about_h1 strong {
    color: #FB8118;
    font-weight: 600;
    font-style: normal;
}
.about_p {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    line-height: 2em;
    margin: 0;
    padding: 0;
    text-align: justify;
    text-align: justify-all;
}
.about_lbtn {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    line-height: 1.6em;
    text-decoration: none;
    margin: 20px 0;
    padding: 10px 30px 10px 15px;
    display: inline-block;
    background-color: #403d3c;
    color: #fff;
    transition: 0.3s;
}
.about_lbtn:hover {
    background-color: #002d94;
    transition: 0.3s;
}
.eligibility-description {
    width: 100%;
    margin: 10px auto;
    padding: 20px;
    display: block;
    box-sizing: border-box;
    border: 1px solid #002c94;
    background-color: #f3f7ff;
}
.section__container__h2 {
	font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 35px;
    line-height: 1.2em;
    display: block;
    box-sizing: border-box;
    padding: 0 0 7px;
    margin: 0 0 30px;
    border-bottom: 1px solid #000;
}
.section__container__h2 small {
    font-weight: 300;
    font-size: 0.6em;
    line-height: 1em;
    font-style: italic;
    display: block;
    margin: 0;
    padding: 0;
}
.section__container__h2 strong {
    color: #002c94;
    font-weight: 600;
    font-style: normal;
}
.container__h3 {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 27px;
	line-height: 1.2em;
	display: block;
	box-sizing: border-box;
	padding: 15px 10px;
	margin: 0 0 30px;
	border-radius: 8px;
	background-color: #e5e5df;
}


.gaiyo {
	width: 100%;
	box-sizing: border-box;
	border-collapse: collapse;
    text-align: left;
    margin: 0 0 70px;
    padding: 0;
}
.gaiyo th {
    width: 15%;
    border-bottom: 1px solid #A7A7A7;
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    line-height: 1.6em;
    padding: 20px 15px;
    margin: 0;
}
.gaiyo td {
    border-bottom: 1px solid #A7A7A7;
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    line-height: 1.6em;
    padding: 20px 15px;
    margin: 0;
}
.gaiyo tr:last-child th,
.gaiyo tr:last-child td {
    border-bottom: none;
}
.programs {
    width: 100%;
    box-sizing: border-box;
    list-style: none;
    margin: 0 auto 100px;
    padding: 0 1em;
    display: block;
}
.programs li {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 1.5em;
    margin: 0 auto 20px;
    padding: 0;
}
.achievements {
	width: 96%;
	box-sizing: border-box;
	border-collapse: collapse;
    text-align: left;
    display: table;
    margin: 0 auto 70px;
    padding: 0;
}
.achievements th {
    width: 15%;
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1.6em;
    padding: 0 1em 10px;
    margin: 0;
}
.achievements tr:first-child th {
    font-weight: 600;
    font-style: normal;
    font-size: 17px;
    padding: 0 0 20px;
}
.achievements td {
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1.6em;
    padding: 0 1em 10px;
    margin: 0;
}
.list-pdf {
    width: 100%;
	box-sizing: border-box;
	border-collapse: collapse;
    text-align: left;
    list-style: none;
    margin: 0 0 70px;
    padding: 0;
}
.list-pdf li {
    border-bottom: 1px solid #A7A7A7;
    box-sizing: border-box;
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    line-height: 1.6em;
    padding: 20px 15px 20px 70px;
    margin: 0;
}
.list-pdf li .icon {
    width: 40px;
    position: absolute;
    left: 10px;
    top: 10px;
}
.list-pdf li a {
    text-decoration: none;
    color: #000;
    transition: 0.3s;
}
.list-pdf li a:hover {
    color: #002c94;
    border-bottom: 1px solid #002c94;
    transition: 0.3s;
}

/*FAQ関連*/
.faq_container {
    width: 100%;
    box-sizing: border-box;
    padding: 50px 5%;
    margin: 0;
    position: relative;
    display: block;
    background-color: #f4f4f4;
}
.faq_contents {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    padding: 8px 32px;
    margin-bottom: 40px;
}

/* ---- Question row ---- */
.questions {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 24px 0;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}

.q_icon,
.a_icon {
    flex: 0 0 auto;
    width: 64px;
    height: 64px;
    box-sizing: border-box;
    border: 2px solid #1e3a8a;
    border-radius: 6px;
    display: flex;
    padding: 10px 0 0;
    justify-content: center;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 35px;
    line-height: 1em;
    color: #1e3a8a;
}

.a_icon {
    border-color: #a52a4c;
    color: #a52a4c;
}

.q_text {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    flex: 1 1 auto;
    font-size: clamp(18px, 1.3vw,20px);
    line-height: 1.8;
}

.toggle_icon {
    flex: 0 0 auto;
    position: relative;
    width: 22px;
    height: 22px;
    margin-left: 12px;
}

.toggle_icon::before,
.toggle_icon::after {
    content: "";
    position: absolute;
    background: #1a1a1a;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.toggle_icon::before {
    width: 20px;
    height: 3px;
}

.toggle_icon::after {
    width: 3px;
    height: 20px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.faq_contents.is-open .toggle_icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
}

/* ---- Divider between Q and A ---- */
.faq_divider {
    height: 1px;
    background: #dcdcdc;
    margin: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.faq_contents.is-open .faq_divider {
    opacity: 1;
}

/* ---- Answer panel ---- */
.answer_panel {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.45s ease, opacity 0.4s ease, padding 0.45s ease;
}

.faq_contents.is-open .answer_panel {
    max-height: 600px;
    opacity: 1;
}

.answer_inner {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 24px 0;
}

.a_text {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    flex: 1 1 auto;
    font-size: clamp(18px, 1.3vw,20px);
    line-height: 1.8;
    color: #379e49;
}

.a_spacer {
    flex: 0 0 auto;
    width: 22px;
    margin-left: 12px;
}



@media only screen and (max-width: 899px) {
#first-image {
	width: 100%;
	height: 30vh;
    min-height: 250px;
    max-height: inherit;
	margin: 65px 0 50px;
	padding: 0;
}
.catch {
    font-size: clamp(30px, 7vw,50px);
    margin: 15vh 0 0;
    padding: 0 3% 10px;
}
.section__container__h2 {
    font-size: clamp(27px, 6vw,35px);
    padding: 0 0 7px;
    margin: 0 0 20px;
}
.section__container__h2 small {
    font-size: 0.6em;
}
.container__h3 {
    font-size: clamp(20px, 4vw ,30px);
	line-height: 1.2em;
	padding: 12px 7px;
	margin: 0 0 30px;
	border-radius: 8px;
}
.faq_contents { padding: 6px 20px; }

    .questions { gap: 16px; padding: 18px 0; }

    .q_icon, .a_icon {
      width: 48px;
      height: 48px;
      font-size: 25px;
        padding: 7px 0 0;
    }

    .q_text { font-size: 15px; line-height: 1.7; }

    .answer_inner { gap: 16px; padding: 18px 0; }

    .a_text { font-size: 15px; }

    .a_spacer { width: 18px; margin-left: 8px; }

    .toggle_icon { width: 18px; height: 18px; }
    .toggle_icon::before { width: 16px; }
    .toggle_icon::after { height: 16px; }

}