@charset "utf-8";
/* CSS Document */
/*----------------------------*/
:where(figure){
	margin-bottom: 0em !important;
}
:where(.wp-block-columns){
	margin-bottom: 0em !important;
}

section p{
	/*letter-spacing: 0.1em;*/
	color: #333;
	position: relative;
font-weight: 400;
}

section#firstview .inner .catchImage{
	background: url(../image/college/mainvisual02.webp) 0 0 / cover no-repeat;
}
/*----------------------------*/

section.wp-block-group{
	position: relative;
}


section.wp-block-group > div{
	margin: 0 auto;
}

    section.content > section {
        padding: 0 25px;
        box-sizing: border-box;
    }
    section.content > section:nth-of-type(even) {
	background-color: #F4F9FC;
}
/*----------------------------*/
section.content h2{
	font-size: 1.65rem;
	font-weight: 600;
	line-height: 1;
	color: #333333;
	text-align: center;
	padding-bottom: 12px;
	position: relative;
}

section.content h2::before{
	content: '';
	background: linear-gradient(
		to right,
		#0075c1 0%,
		#0075c1 50%,
		#e75297 50%,
		#e75297 100%
	);
	width: 100%;
	max-width: 110px;
	height: calc(5px / 2);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

/*===================================
	#anchor_navi
=====================================*/

#anchor_navi{
	padding: 42px 0 0;
}

#anchor_navi .inner{
	width: 86.1111%;/*620*/
	margin: 0 auto;
}

#anchor_navi .inner .anchor_wrap{
	width: 100%;
	border: 1px solid rgba(115,177,217,0.5);
	border-radius: 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 13px 0 16px;
}

#anchor_navi .inner .anchor_wrap ul.anchor_list{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 0;
	width: 100%;
}

#anchor_navi .inner .anchor_wrap ul.anchor_list li{
	width: 50%;
	padding: 0 0.88em;/*14*/
	box-sizing: border-box;
	position: relative;
}

#anchor_navi .inner .anchor_wrap ul.anchor_list li:nth-child(even){
	border-left: 2px dotted #73b1d9;
}

#anchor_navi .inner .anchor_wrap ul.anchor_list li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 29px;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.2;
	color: #333333;
	padding-right: 2.4em;/*60*/
	box-sizing: border-box;
	position: relative;
}

#anchor_navi .inner .anchor_wrap ul.anchor_list li a::after{
	content: '';
	background: url(../image/common/icon_circle_blue.svg) no-repeat;
	background-size: cover;
	width: 1.2em;/*30*/
	height: auto;
	aspect-ratio: 1 / 1;	
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	right: 0;
}

/*----------------------------*/

#college01 .college_photo figure{
        width: 100vw;
        margin: 0 calc(50% - 100vw / 2);
        overflow: hidden;
        height: 44vw;
}

#college01 .college_photo figure img{
width: 110vw;
        height: 44vw;
        object-fit: cover;
}
#college01 table{
	        margin: 0 auto;
	        border-collapse: collapse;
	width: 100%;
	
}
#college01 table tr{
	
}
#college01 table tr th{
background-color: #EBF4FA;
        color: #0075C1;
        text-align: center;
        font-size: 1.45rem;
        font-weight: 500;
        padding: 0.56rem 1.5rem;
}
#college01 table tr td{
        background-color: #fff;
	        padding: 1.1rem 1.1rem 1.1rem 1.5rem;
        font-size: 1.4rem;
}
#college01 table tr th,
#college01 table tr td{
        border: 1px solid #73B1D9;
	        display: inline-block;
	width: 100%;
	box-sizing: border-box;
}
#college01 table tr:first-of-type th:first-of-type {
}

#college01 table td.car a{
display: inline-flex;
        align-items: center;
        gap: 0.65em;
        font-weight: 500;
        text-decoration: underline;
        color: #0075C1;
        font-size: 1.45rem;
        min-width: 50%;
        padding: 0.67em 0px;
}


#college01 table td.car br{
display: none;
}
#college01 table  td.car a::before{
		width: 1.11em;
	height: 1.11em;
	margin-left: unset;
	background: url(../image/common/icon_circle_blue.svg) no-repeat;
	content: "";
	display: block;
}
#college01 h3{
font-size:1.65rem;
	
}

#college01 h3 mark{
	font-family: YakuHanJP, "Jost", sans-serif;
font-weight:600;
color:#0075C1;
        background-color: unset !important;
font-size:3rem;
}



/*----------------------------*/
.sisetsu_title{
font-size: 1.45rem;
        font-weight: 500;
        /* padding-bottom: 0.5em; */
        margin-top: 1.5rem;
        text-align: center;
        color: #fff;
}
.sisetsu_desc{
font-size: 1.35rem;
	        line-height: 1.48;
	text-align: justify;
	margin-top: 1em;
	color: #fff;
}
.slick{
        width: 100vw;
        margin: 0 calc(50% - 100vw / 2);
	position: relative;
}
.slick::before{
content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	
background-color: #0075C1;
top: 9.5rem;
}

.slick .slick-slide { 
	margin: 0 3rem;
	width: 31rem;
}

.slick  .slick-dotted.slick-slider{
	margin-bottom: 0;
}
.slick .dots-wrap {
    display: flex;
    justify-content: center;
	margin-top: 2.75rem;
}

.slick .dots-wrap li {
    width: 1.25rem;
    height: 1.25rem;
    margin: 0 0.75rem;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
	opacity: .5;
}

.slick .dots-wrap li:hover,
.slick .dots-wrap li.slick-active {
	opacity: 1;
}
.slick .dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}


.prev-arrow,
.next-arrow {
        display: block;
        width: 4rem;
        height: 4rem;
        transition: all .3s ease;
        cursor: pointer;
        background-image: url(../image/common/icon_circle_blue_02.svg);
        position: absolute;
        z-index: 1;
        border: 2px solid #0075C1;
        border-radius: 50%;
        background-repeat: no-repeat;
                top: 7.9rem;
}
.prev-arrow{
	transform: rotate(-180deg);
	left: calc(50% - 17.2rem);
}
.next-arrow{
	right: calc(50% - 17.2rem);
	
}
/*----------------------------*/

.history_block{
position: relative;
	        z-index: 0;
	padding-bottom: 3rem;
	        overflow: hidden;

}
.history_block::before{
content: "";
        position: absolute;
        width: 0;
        height: 100%;
        border-left: 1.14px solid #0075C1;
        left: 7.05rem;
        z-index: -1;
               top: 2.25rem;

}
.history_block .history_content{
display: flex;
	        align-items: flex-start;
	        gap: 1.375rem;
	margin-top: 1.89rem;

}

.history_block .history_content:first-of-type {
	margin-top: 0;
}

.history_block .history_content .year{
        color: #0075C1;
        font-family: YakuHanJP, "Jost", sans-serif;
        flex-shrink: 0;
        font-size: 2rem;
        line-height: 1.75;
        width: 7.58rem;
        display: flex;
        position: relative;
        font-weight: 600;
}
.history_block .history_content .year::after{
        content: "";
	position: absolute;
	right: 0;
	width: 1rem;
	height: 1rem;
	background-color: #E75297;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	
}
.history_block .history_content .bubbleline {
background-color: #fff;
	border-radius: 0.75rem;
	padding: 1.4rem 1.65rem;
	position: relative;
	box-sizing: border-box;
	        width: 100%;
	        border: 1px solid #0075C1;
	
}

.history_block .history_content :has(figure) {
	        display: flex;
        /*align-items: flex-end;
	        width: 50.93em;
	justify-content: space-between;*/
	flex-direction: column;
}
.history_block .history_content .month{
	color: #0075C1;
	font-weight: 600;
	font-size: 1.45rem;
	        font-family: YakuHanJP, "IBM Plex Sans JP", sans-serif;
	
}
.history_block .history_content .desc{
        line-height: 1.75;
	font-size: 1.35rem;
}

/*.history_block .history_content .bubbleline:has(figure) .desc{
        letter-spacing: 0.05em;
}*/
.history_block .history_content figure{
        flex-shrink: 0;
	
	width: 12.5rem;
	margin:0.8rem auto 0;
}

/*.schedule_block:last-of-type .ac_content::before{
	        height: calc(100% - 8em);
}*/
/*----------------------------*/
#college03 *{
max-width: 1000px;	
}




#college03 h3{
font-size: 1.6rem;
        border-bottom: 2px solid #0075C1;
        font-weight: 600;
        line-height: 1.75;
        color: #333333;
        padding-left: 2.5rem;
        padding-bottom: 0.96rem;
        position: relative;
}
#college03 h3::before{
	content: '';
	background: linear-gradient(
		to bottom,
		#0075c1 0%,
		#0075c1 50%,
		#e75297 50%,
		#e75297 100%
	);
        width: 0.6rem;
        height: 2.6rem;
	position: absolute;
        top: 50%;
        transform: translateY(-60%);
	        left: 0.75rem;
	
	
}


/*----------------------------*/
.yt-thumb{
	cursor: pointer;
	        transition: 0.3s;
	text-align: center;
}
.yt-thumb:hover{
	opacity: 0.7;
}
.yt-thumb img{
        width: 100vw;
        margin: 0 calc(50% - 100vw / 2);
	position: relative;
}
.yt-embed-hidden {
	text-align: center;
	    display: none;
	
}
.yt-embed-hidden iframe{
        width: 100vw;
        margin: 0 calc(50% - 100vw / 2);
	position: relative;
	min-height: 20.27rem;
	
}

.links_pdf > div{
	background-color: #D9EEFC;
	border-radius: 0.96rem;
	padding: 2.37rem 1.75rem;
	margin-top: 2.3rem;
}

.links_pdf > div a{
        display: flex;
        align-items: center;
        gap: 1.4rem;
        background-color: #fff;
        border: 2px solid #73B1D9;
        border-radius: 1rem;
        font-weight: 500;
        padding: 0.53rem 1.14rem 0.53rem 1.42rem;
        font-size: 1.35rem;
        box-sizing: border-box;
        min-height: 5.5rem;
}

.links_pdf > div a[href$=".pdf"]::before{
		content: "";
	display: block;
	width: 2.1rem;
	height: 2.79rem;
	background: url("../image/common/icon_pdf.svg") no-repeat;
	        flex-shrink: 0;
}
.links_pdf > div a::after{
        content: "";
        display: block;
        width: 1.75rem;
        height: 1.75rem;
        background: url(../image/common/icon_circle_blue.svg) no-repeat;
        margin-left: auto;
        flex-shrink: 0;
}