@charset "UTF-8";

.circle {
	padding-bottom: 38px;
}
.circle p {
	font-size: 27px;
	font-weight: 500;
	display: inline-block;
	line-height: 1.42;
	text-align: left;
	max-width: 1100px;
	margin-top: 63px;
	width: 85%;
}

.circle img{
	max-width:978px !important;
}

.date {
	display: flex;
	align-items: baseline;
	gap: 18px;
	justify-content: center;
	margin-top: 50px;
}

.date > span {
	background: #036EB8;
	border-radius: 30px;
	box-sizing: border-box;
	color: #FFF799;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 6px;
	min-width: 130px;
}

.date b {
	font-size: 30px;
}

.date b span {
	font-size: 52px;
}

.bdate{
	font-size: 16px !important;
}

.inove{
	background: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	border: 2px solid #ea5514;
	padding: 20px 30px;
	margin: 15px auto 50px;
	max-width: 960px;
	width: 85%;
}

.inove p{
	color: #ea5514;
	font-size: 16px;
	font-weight:500;
}

.inove span{
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
    display: block;
}

.visit {
	margin: 0 auto;
	width: 85%;
	max-width: 1100px;
	text-align: center;
}

.visit img {
	max-width:500px;
}

.detail {
	background: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 42px 46px 53px;
	margin: 50px auto 28px;
	max-width: 960px;
	width: 85%;
}

.detail ul {
	list-style-type: none;
}

.detail ul li ul li > span{
	font-size: 18px;
	color: #000;
	background: none;
	border-radius: 0;
    box-sizing: content-box;
	text-align: center;
	padding: 10px 0;
	min-width: auto;
}

.detail ul li ul li{
	border-bottom: 1px dashed #CCCCCC;
	margin-top: 0;
	gap: 30px;
}

.detail li {
	display: flex;
	align-items: baseline;
	gap: 43px;
	margin-top: 32px;
}

.detail li:first-child {
	margin-top: 0;
}

.detail li > span {
	background: #036EB8;
	border-radius: 30px;
	box-sizing: border-box;
	color: #FFF799;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 10px 1em;
	min-width: 180px;
}

.detail li div p {
	font-size: 18px;
	font-weight: 500;
}

.detail li div p > span {
	font-size: 24px;
}

.detail li div p .kome {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	padding-left: 1em;
	position: relative;
	line-height: 1.71;
}

.detail li div p .kome::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}

.detail li a {
	background: #fff;
	border: 1px solid #036EB8;
	border-radius: 10px;
	box-sizing: border-box;
	box-shadow: 0 6px 6px #EDE5D1;
	color: #036EB8;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	transition: .3s;
	padding: 13px 12px;
	position: relative;
	margin-top: 12px;
	min-width: 298px;
}

.detail li a span {
	background: #ea5514;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	text-align: center;
	width: 48px;
	height: 24px;
	line-height: 24px;
	margin-right: 14px;
}

.detail li a::after {
	content: "";
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/arrow-gr.svg) no-repeat;
    width: 10px;
    height: 11px;
}

.detail li a:hover {
	background: #036EB8;
	box-shadow: none;
	color: #fff;
	transform: translateY(6px);
}

.detail li a:hover span {
	background: #fff;
	color: #ea5514;
}

.detail li a:hover::after {
	background: url(../images/arrow-w.svg) no-repeat;
}

.detail li.col {
	display: flex;
	gap: 20px;
	align-items: center;
	flex-wrap: wrap;
}

.detail li.col div {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
}

.detail li.col div span {
	background: #036EB8;
	border-radius: 10px;
	box-sizing: border-box;
	color: #FFF799;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	min-width: 60px;
}

.detail li.col div p {
	font-size: 16px;
	font-weight: 500;
}

.detail > b {
	display: block;
	font-size: 21px;
	margin: 64px auto 21px;
	text-align: center;
}

.detail > div.col {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 35px;
}

.detail > div.col a {
	border: 1px solid #036EB8;
	box-shadow: 0 6px 6px 0 #EDE5D1;
	border-radius: 10px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.44;
	text-align: center;
	text-decoration: none;
	transition: .3s;
	position: relative;
}

.detail > div.col a:first-child {
	background: #FFFDE8;
	padding: 35px;
}

.detail > div.col a:last-child {
	background: #E5F6EB;
	padding: 22px;
}

.detail > div.col a::after {
	content: "";
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/arrow-gr.svg) no-repeat;
    width: 10px;
    height: 11px;
}

.detail > div.col a:hover {
	background: #036EB8;
	box-shadow: none;
	color: #fff;
	transform: translateY(6px);
}

.detail > div.col a:hover::after {
	background: url(../images/arrow-w.svg) no-repeat;
}
.detail .topsta,
.detail .col .topsta{
	align-self: flex-start;
}

.detail .bg_gray{
	background-color: #F3F3F3;
}

.detail .bg_gray span{
	font-size: 14px;
}

.detail li div p.pname {
    font-size: 85%;
}

.detail li div p.pname > span {
    font-size: 16px;
}

.pname{
	padding-bottom: 10px;
}

/* レイアウト */
.instructor{
	display: grid;
	grid-template-columns: 1fr 154px; /* 左：テキスト / 右：写真 */
	gap: 24px;
	align-items: stretch;
  	min-height: 0; /* 余計なオーバーフロー防止（特にFirefox） */
}

.instructor > img{
	width: 100%;
	height: 100%;      /* ← 左側の内容の高さに追従 */
	object-fit: cover; /* 画像を切り抜いてでも満たす */
	display: block;
}

.instructor .name{
	margin: .2rem 0 1rem;
	font-size: clamp(1.2rem, 2.2vw, 1.8rem);
	font-weight: 800;
	line-height: 1.2;
}
.instructor .name b{    
	font-size: 18px;
	margin-left: .3em;
	font-weight: 700;
}

/* 事業概要の灰ボックス */
.instructor .bg_gray{
	background: #f2f3f5;
	border-radius: 8px;
	padding: 12px 16px;
	font-size: 14px !important;
}
.instructor .bg_gray > b{
	display: inline-block;
	margin-bottom: .4rem;
}
.instructor .bg_gray > p{
	font-size: 14px !important;
	text-align: left;
}

.operation {
	background: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 32px 44px;
	margin: 0 auto 31px;
	max-width: 960px;
	width: 85%;
}

.operation .col {
	display: grid;
	grid-template-columns: 126px 1fr;
	gap: 48px;
}

.operation b {
	font-size: 18px;
}

.operation p {
	font-size: 16px;
	line-height: 1.75;
}

.operation div span {
	display: inline-block;
	font-size: 14px;
	position: relative;
	padding-left: 1.5em;
}

.operation div span::before {
	content: "";
	background: url(../images/mail.svg) no-repeat;
	position: absolute;
	left: 0;
	top: 5px;
	width: 15px;
	height: 10px;
}

.application {
	text-align: center;
	margin: 0 auto;
	max-width: 960px;
    width: 85%;
}

.application b {
	font-size: 21px;
	line-height: 1.52;
}

.application a {
	background: #ea5514;
	border: 1px solid #fff;
	border-radius: 10px;
	box-sizing: border-box;
	box-shadow: 0 8px 8px 0 rgba(180, 223, 236, .5);
	color: #fff;
	display: block;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transition: .3s;
	padding: 31px;
	position: relative;
	margin: 31px auto 143px;
	max-width: 432px;
}

.application a:after {
	content: "";
	position: absolute;
	right: 13px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/arrow-w.svg) no-repeat;
    width: 10px;
    height: 11px;
}

.application a:hover {
	background: #fff;
	border: 1px solid #ea5514;
	box-shadow: none;
	color: #ea5514;
	transform: translateY(8px);
}

.application a:hover::after {
	background: url(../images/arrow-o.svg) no-repeat;
}

.orange{
	color: #ea5514;
}

@media screen and (max-width: 767px) {

	.circle {
		padding-bottom: 0;
	}
	.circle p {
		font-size: 18px;
		margin-top: 0;
	}

	.visit img {
		width: 100%;
	}

	.date {
		flex-flow: column;
		align-items: center;
		gap: 0;
		margin: 14px auto 25px;
	}

	.date span {
		font-size: 14px;
	}
	
	.date b {
		font-size: 20px;
	}

	.date b span {
		font-size: 28px;
	}

	.inove{
		padding: 15px;
		margin: 0px auto 28px;
	}

	.inove p{
		font-size: 14px;
	}

	.inove span{
		font-size: 16px;
	}

	.detail {
		margin: 40px auto 12px;
		padding: 28px 12px 28px;
	}

	.detail ul li ul li {
		flex-flow: nowrap;
		margin: 0 10px;
		align-items: baseline;
		gap: 20px;
	}

	.detail ul li ul li div p{
		text-align: left;
		padding-bottom: 10px;
	}

	.detail li {
		align-items: center;
		flex-flow: column;
		gap: 7px;
		margin-top: 23px;
	}

	.detail li > span {
		font-size: 14px !important;
	}

	.detail li div p {
		font-size: 14px;
		text-align: center;
	}

	.detail li div p > span {
		font-size: 20px;
	}

	.detail li div p .kome {
		font-size: 12px;
		line-height: 1.66;
		text-align: left;
        width: 270px;
	}

	.detail > b {
		font-size: 14px;
		line-height: 1.71;
		text-align: left;
		margin: 28px auto 13px;
	}

	.detail > div.col {
		display: flex;
		align-items: center;
		flex-flow: column;
		gap: 12px;
	}

	.detail li a {
		font-size: 14px;
		margin-top: 7px;
		min-width: 269px;
	}

	.detail li a span {
		font-size: 12px;
		margin-right: 12px;
		width: 43px;
	}

	.detail li a::after {
		right: 8px;
	}

	.detail li.col {
		align-items: baseline;
		gap: 9px;
		margin-top: 33px;
	}

	.detail li.col div span {
		font-size: 14px;
	}

	.detail li.col div p {
		font-size: 14px;
		text-align: left;
	}

	.detail > div.col a {
		box-sizing: border-box;
		font-size: 14px;
		line-height: 1.42;
		width: 100%;
		max-width: 276px;
	}

	.detail > div.col a:first-child {
		padding: 23px;
	}

	.detail > div.col a:last-child {
		padding: 13px;
	}

	.detail > div.col a::after {
		right: 6px;
	}

	.instructor{
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.instructor > img{
		order: -1;
		height: auto;     /* 画像の比率を維持 */
		object-fit: contain;
		width: 170px;
        margin: auto;
	}

	.operation {
		padding: 20px 12px;
	}

	.operation .col {
		display: flex;
		flex-flow: column;
		gap: 6px;
	}

	.operation b {
		font-size: 14px;
		line-height: 1.57;
	}

	.operation p {
		font-size: 14px;
	}

	.operation p.s {
		font-size: 12px;
	}

	.application b {
		font-size: 16px;
		display: inline-block;
		text-align: left;
		line-height: 1.375;
	}

	.application a {
		font-size: 20px;
		margin: 27px auto 60px;
		padding: 19px;
		max-width: 290px;
	}

	.detail .topsta{
		align-self: auto;
	}

	.detail li div p.pname > span {
        font-size: 16px;
    }

	.orange{
		padding: 0 !important
	}

}