p {
    line-height: 2em;
}
a {
  color: inherit;
  text-decoration: none;
}
.container{
	max-width:1000px;
	width:100%;
}
.h1Box {
margin-bottom: 50px;
}
.h1Box img {
    max-width: 100%;
    height: auto;
}
h1 {
	padding-bottom: 20px;
	font-size: 30px;
	color:#3FC1C9;
	margin-bottom: 40px;
	border-bottom: 2px dotted #ddd;
	margin-top: 40px;
}
.interview_h1{
	font-size:24px;
}
h1 small{
	font-size:20px;
}

h2 {
	font-size: 20px;
	color: #3fc1c9;
	margin-top: 40px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	padding-bottom: 10px;
	line-height: 1.5em;
}
h2 span{
	padding: 8px;
	margin-bottom: -1px;
}
h2:before {
	content: "";
	border-bottom: 3px solid #3fc1c9;
	bottom: 0;
	height: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}
h2:after {
	border-bottom: 3px solid #ddd;
	bottom: 0;
	content: "";
	position: absolute;
	width: 100%;
	z-index: 1;
}
.hr{
	padding-top: 30px;
	border-top: 1px solid #c6c6c6;
	clear: both;
}
.Box01{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	max-width:1000px;
	width:100%;
	margin:15px auto;
	align-items:flex-start;
}
.Box01 .inBox01{
	display:block;
	width:60%;
}
.Box01 .inBox01 p.inBox01_01,
.Box01 p.inBox01_01{
	width:calc(100% - 20px);
	padding:10px;
}
.Box01 p.inBox01_02{
	width:calc(100% - 20px);
	padding:10px;
}
.Box01 img.inBox01_img{
	display:block;
	width:40%;
	object-fit:contain;
}
.Box02{
	max-width:1000px;
	width:100%;
	margin:15px auto;
}
.Box02 p.inBox02_01{
	width:calc(100% - 20px);
	padding:10px;
}
.Box02 .inBox02{
	max-width:1000px;
	width:100%;
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	margin:0 auto 30px;
}
.Box02 .inBox02 a{
	display:block;
}
.Box02 .inBox02 a li.inBox02_02{
	display:flex;
	justify-content:center;
	flex-wrap:nowrap;
	position:relative;
	z-index:0;
}
.Box02 .inBox02 a li.inBox02_02 .inBox02_02_img{
	max-width:360px;
	width:100%;
	object-fit:contain;
}
.Box02 .inBox02 a li.inBox02_02 p.inBox02_02_p{
	position:absolute;
	bottom:10px;
	left:0;
	display:block;
	width:100%;
	background:rgba(255, 255, 255, 0.7);
	color:#130d6b;
	font-size:24px;
	font-weight:700;
	z-index:1;
	text-align:center;
	padding:10px 0;
}
.schoolLink{
	margin:15px auto;

}
.schoolLink a{
	display: inline-block;
	position:relative;
}
.schoolLink a span{
	display:inline-block;
	position:absolute;
	padding:5px;
	color:#eb6100;
	background:#ccc;
	right:-40px;
	top:-15px;
	transform:rotate(15deg);
	font-size:14px;
}
.schoolLink a img{
	width:320px;
	objec-fit:contain;
	border:1px solid #ccc;
	border-radius:5px;
	padding:5px;
}
a.schoolLink:hover img{
	transform:translate(-3px, -3px);
}
.Box03{
	max-width:1000px;
	width:100%;
	margin:0 auto 30px;
}
.Box03 p{
	margin:20px auto 0;
}
.Box03 .schoolYear{
	color:#3fc1c9;
	margin-right:5px;
	font-weight:600;
}

.gallery-container {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
	gap: 10px;
}
.gallery-item {
	width: 100%;
	height: auto;
	border: 10px solid #ddd; /* 外側の枠 */
	padding: 10px; /* 枠の内側の余白 */
	background-color: #f8f8f8; /* 枠の背景色 */
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* 影効果 */
}
.buttons{
	margin:40px auto 20px;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 5px;
	grid-row-gap: 0;
}
.btn--below,
a.btn--below {
	color: #3FC1C9;
	background-color: #fff;
	border:1px solid #ccc;
	font-size:10px;
	font-weight:600;
	text-align:center;
}
.btn--below{
	display:flex;
	justify-content:center;
	align-items:center;
}
.btn--below:hover,
a.btn--below:hover {
	background: #fff;
	color: #3FC1C9;
}
a.btn--radius {
	border-radius: 100vh;
	position:relative;
}
a.btn--radius span{
	position:absolute;
	display:inline-block;
	right:0;top:-20px;
	padding:5px;
	background:#ccc;
	transform:rotate(15deg);
	font-size:9px;
}
@media (max-width:767px){
.Box01{
	display:block;
}
.Box01 .inBox01{
	width:100%;
}
.Box01 img.inBox01_img{
	width:100%;
}
.Box02 .inBox02 a li.inBox02_02 p.inBox02_02_p{
	font-size:16px;
	padding:2px 0;
}
.schoolLink a span{
	right:-10px;
	top:-10px;
	font-size:12px;
}
.buttons{
	width:80%;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(5, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 5px;
}
a.btn--radius {
	margin-bottom:20px;}
a.btn--radius span{
	right:0;top:-10px;
}
}