@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 {
    width: 100%;
}

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: clamp(16px, 1.1vw,17px);
    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: clamp(16px, 1.1vw,17px);
    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;
    border-bottom: 1px solid #fff;
}
.list-pdf li a:hover {
    color: #002c94;
    border-bottom: 1px solid #002c94;
    transition: 0.3s;
}

.plan-table {
	width: 100%;
	box-sizing: border-box;
	border-collapse: collapse;
    text-align: left;
    margin: 0 0 30px;
    padding: 0;
}
.plan-table th {
    width: 15%;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: clamp(18px, 1.4vw,21px);
    line-height: 1.3em;
    padding: 20px 15px;
    margin: 0;
    vertical-align: text-top;
    background-color: #e5e5df;
}
.plan-table 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: clamp(16px, 1.1vw,17px);
    line-height: 1.8em;
    padding: 20px 15px;
    margin: 0;
}
.plan-table td .komoku {
    font-weight: 600;
    font-size: clamp(18px, 1.4vw,21px);
    display: inline-block;
    margin-bottom: 0.5em;
}
.plan-table td small {
    font-size: 0.9em;
}
.plan-table tr:last-child th,
.plan-table tr:last-child td {
    border-bottom: none;
}
.plan-table td .plan-table__list, .plan-table td .plan-table__sonota-list {
    margin: 0.3em 0 2em 1em;
    padding: 0;
    list-style: none;
}
.plan-table td .plan-table__list li {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(16px, 1.1vw,17px);
    line-height: 1.8em;
    margin-bottom: 0.5em;
    padding: 0;
}
.plan-table td .plan-table__sonota-list li {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(16px, 1.1vw,17px);
    line-height: 1.8em;
    margin-bottom: 0.5em;
    padding-left: 5em;   /* "(1) " の幅ぶん右にずらす */
    text-indent: -5em;   /* 1行目だけ左に戻して(1)を先頭に出す */
}




@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, 5.5vw,35px);
    padding: 0 0 7px;
    margin: 0 0 20px;
}
.section__container__h2 small {
    font-size: 0.6em;
}
.container__h3 {
    width: 100%;
    box-sizing: border-box;
    font-size: clamp(20px, 4vw ,30px);
	line-height: 1.2em;
	padding: 12px 7px;
	margin: 10px 0;
	border-radius: 8px;
    display: inline-block;
}
.list-pdf {
    width: 100%;
    margin: 0 0 50px;
    padding: 0;
}
.list-pdf li {
    font-size: 15px;
    line-height: 1.6em;
    padding: 20px 15px 10px 45px;
    margin: 0;
}
.list-pdf li .icon {
    width: 30px;
    position: absolute;
    left: 5px;
    top: 15px;
}
.plan-table {
	width: 100%;
    margin: 0 auto 0px;
    padding: 0;
}
.plan-table th {
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6em;
    padding: 5px 5px;
}
.plan-table td {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 1.6em;
    padding: 15px 5px 30px;
    margin: 0;
    border-bottom: 0px solid #A7A7A7;
}
.plan-table tr:last-child th {
    border-bottom: 1px solid #A7A7A7;
}
.plan-table td .komoku {
    font-size: 17px;
    display: inline-block;
    margin-bottom: 0.5em;
}

}