/* Graduates */

/* Transcript */

.transcript_application h6 {
    margin-bottom: 1.5em;
}
.transcript_text {
    margin-bottom: 2.5em;
}
.transcript_send_necessities {
    margin-bottom: 2.5em;
}
.transcript_send_necessities .send_self {
    margin-bottom: 1.5em;
}
.transcript_send_necessities h5 {
    margin-bottom: 0.5em;
    font-size: 1.1em;
    font-weight: 500;
}
.transcript_send_necessities h6 {
    margin-bottom: 0.5em;
    font-size: 1.05em;
    font-weight: 500;
}
.transcript_data {
    margin-bottom: 3.5em;
}
.transcript_data tbody td {
	text-align: center;
}
.table_price,
.table_shipping_day {
	text-align: center;	
}
#transcript_contact h5 {
    margin-bottom: 0.5em;
    font-size: 1.05em;
    font-weight: 500;
}
#transcript_contact h6 {
    margin-bottom: 0.25em;
    font-size: 1.25em;
    font-size: 1.1em;
}
#transcript_contact_data {
    font-size: 0.85em;
}
#transcript_contact_data li {
	float: left;
}
#transcript_contact_data li:not(:last-of-type) {
    margin-right: 0.35em;
}
#transcript_contact_data li:not(:last-of-type)::after {
	margin-left: 0.35em;
	content: '/';
}
#send_front_tel {
    margin-bottom: 2em;
}
#send_front_tel dl {
    margin-bottom: 1em;
}
#send_front_tel dt {
    float: left;
    font-size: 0.9em;
}
#send_front_tel dd {
    padding-left: 6rem;
    padding-bottom: 0.5em;
    font-size: 1.4em;
}
#send_front_tel li .label {
    margin-right: 0.5em;
}
#send_front_tel .note {
	margin-top: 0.5em;
}
.transcript_send_stamp dt {
    float: left;
    padding-top: 1.3em;
    width: 10em;
	clear: both;
}
.transcript_send_stamp dt span {
    font-size: 0.85em;
}
.transcript_send_stamp dd {
    padding-top: 1.2em;
    padding-left: 12em;
    padding-bottom: 1.2em;
    border-bottom: 1px solid #ddd;
}
.transcript_send_stamp dd:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
}


/* Alumni */

#alumni_about_images {
    float: left;
    width: 40%;
}
#alumni_about_image {
    margin: 0 auto 3.5em auto;
    width: 75%;
}
@keyframes circle_show {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

#alumni_about_image .venn_diagram {
    position: relative;
    height: 312px;
}
#alumni_about_image .venn_circle {
    position: absolute;
    border-radius: 50%;
    color: #fff;
    opacity: 0;
}
#alumni_about_image .venn_circle h5 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 500;
    line-height: 1.5em;
    text-align: center;
    width: max-content;
}
#alumni_about_image #venn_circle_top,
#alumni_about_image #venn_circle_left,
#alumni_about_image #venn_circle_right {
    width: 120px;
    height: 120px;
}
#alumni_about_image #venn_circle_top {
    top: 0;
    left: calc(50% - 60px);
    background: rgba(88, 130, 112, 0.78);
}

#alumni_about_image #venn_circle_left {
    bottom: 0;
    left: 0;
    background: rgba(98, 118, 138, 0.78);
}
#alumni_about_image #venn_circle_right {
    bottom: 0;
    right: 0;
    background: rgba(148, 138, 68, 0.78);
}
#alumni_about_image #venn_circle_center {
    width: 180px;
    height: 180px;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(168, 98, 72, 0.85);
    z-index: 5;
}
#alumni_about_image #venn_circle_center h5 {
    display: block;
    width: 120px;
    height: auto;
}
.image_revealed #alumni_about_image #venn_circle_center {
    animation: circle_show 400ms 100ms ease-in-out forwards;
}
.image_revealed #alumni_about_image #venn_circle_top {
    animation: circle_show 400ms 400ms ease-in-out forwards;
}
.image_revealed #alumni_about_image #venn_circle_left {
    animation: circle_show 400ms 700ms ease-in-out forwards;
}
.image_revealed #alumni_about_image #venn_circle_right {
    animation: circle_show 400ms 1000ms ease-in-out forwards;
}
#alumni_about_summary {
    float: right;
    width: 55%;
}
#alumni_about_summary h4 {
    margin-bottom: 1em;
    color: #c9936f;
    font-size: 1.67em;
    font-weight: 500;
    line-height: 1.6em;
    letter-spacing: 0.1em;
}
.alumni_pane {
    /* float: left;
    width: 32%; */
    display: block;
    position: relative;
    padding: 2em 2.5em;
    padding: 1.8em 1.8em 2em 2em;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: all 300ms ease-in-out;
    overflow: hidden;
}
.alumni_pane h4 {
    position: relative;
    float: left;
    font-size: 1.25em;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #c9936f !important;
}
.alumni_pane h5 {
    display: none;
}
.alumni_pane h4 span {
    margin-left: 0.2em;
    font-size: 0.75em;
}
.alumni_pane_links {
    float: right;
    margin-top: 3px;
}
.alumni_pane_links li {
    float: left;
}
.alumni_pane_links li:not(:last-of-type) {
    margin-right: 1em;
}
.alumni_pane_links li a {
    display: block;
    width: 24px;
    height: 24px;
}
.alumni_pane_links li a img {
    display: block;
}
.alumni_pane ul.list_disc li:before {
    background: #000 !important;
}
.alumni_pane .list_disc li:not(:last-of-type) {
    margin-bottom: 0.5em;
}
#alumni_course_v {
    border: 2px solid var(--v);
}
#alumni_course_p {
    border: 2px solid var(--p);
}
#alumni_course_pd {
    border: 2px solid var(--pd);
}
#alumni_course_i {
    border: 2px solid var(--i);
}
#alumni_course_ad {
    border: 2px solid var(--ad);
}
#alumni_course_f {
    border: 2px solid var(--f);
}

#alumni_history {
    position: relative;
    overflow: hidden; /* ← 重要 */
}
#alumni_history_bg {
    position: absolute;
    inset: -30%; /* 上下にはみ出させてスクロール余白を確保 */
    background-image: url('/images/graduates/alumni_history_bg.jpg');
    background-size: cover;
    background-position: center center;
    will-change: transform;
    filter: brightness(60%);
    z-index: -1;
}
#alumni_history .inner {
    position: relative;
    padding-top: 10em;
    padding-bottom: 8em;
    z-index: 1;
}
#alumni_history h3 {
    position: relative;
    margin-bottom: 2em;
    font-size: 1.6em;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: 0.15em;
    text-align: center;
    color: #fff;
}
#alumni_history h3 span {
    display: block;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Gravitas One', serif;
    font-size: 3em;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0;
    color: #fff;
    opacity: 0.3;
    z-index: -1;
}
#alumni_history_text {
    margin: 0 auto;
    width: 70%;
    color: #fff;
}
#alumni_history_text p {
    font-size: 1.15em;
    line-height: 2.2em;
    letter-spacing: 0.08em;
}
#alumni_history_text p:not(:last-of-type) {
    margin-bottom: 1.5em;
}

#alumni_course_panes .alumni_pane {
    float: left;
    width: 48%;
}
#alumni_course_panes .alumni_pane:nth-of-type(even) {
    float: right;
}
#alumni_course_panes .alumni_pane:nth-of-type(2n + 1) {
    clear: both;
}
#alumni_course_panes .alumni_pane:nth-last-of-type(n + 3) {
    margin-bottom: 1.5em;
}

#alumni_contact dl {
    margin-bottom: 1em;
}
#alumni_contact dt {
    float: left;
    font-size: 0.9em;
}
#alumni_contact dd {
    padding-left: 6rem;
    padding-bottom: 0.5em;
    font-size: 1.4em;
}