@charset "UTF-8";
html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-size: 2.2rem;
	font-weight: 400;
	color: #231815;
	line-height: 1.5;
}

img {
	max-width: 100%;
}

.triangleTitle {
	width: 100%;
	height: 250px;
	position: sticky;
	z-index: 1;
	top: 0;
	left: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left top;
}

.btn {
	transition: 0.2s;
}

.btn:hover {
	opacity: 0.6;
	transition: 0.2s;
}

.anime {
	opacity: 0;
	transform: translateY(50px);
	transition: 0.5s;
}

.scrollin {
	opacity: 1;
	transform: translateY(0);
}

.notPc {
	display: none;
}

.notSp {
	display: block;
}

@media screen and (max-width: 1500px) {
	body {
		font-size: 1.6rem;
	}

	.triangleTitle {
		height: 150px;
	}
}

@media screen and (max-width: 770px) {
	body {
		font-size: 1.4rem;
	}

	.triangleTitle {
		height: 100px;
	}

	.notPc {
		display: block;
	}

	.notSp {
		display: none;
	}
}

/* ============== MV ============== */
.mv {
	width: 100%;
	height: auto;
	padding: 50px 0;
	background-image: url(../images/top.jpg);
	background-size: cover;
}

.main__title {
	font-family: 'Noto Serif JP';
	font-size: 3.2rem;
	font-weight: 600;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	overflow: hidden; /* はみ出し防止 */
}
.main__title__sub {
	margin-bottom: 2rem;
}
.title__image {
	max-width: 60%;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.main__title__main {
	font-size: clamp(6.25rem, calc(1.25rem + 9.375vw), 12.5rem);
	display: inline-block; /* flexからinline-blockに変更 */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%; /* 親要素を超えないように */
	transform: translateZ(0); /* ハードウェアアクセラレーションを有効に */
	-webkit-text-size-adjust: 100%; /* サファリのテキストサイズ調整を抑制 */
}
/* 親要素でフォントサイズの調整を防ぐ追加設定 */
.main__title {
	overflow: hidden;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
}
.main__title__main .edition {
	/* フォントサイズをメインタイトルに対して比例させるが、上限を下げる */
	font-size: clamp(1rem, calc(0.3rem + 1.5vw), 2.5rem);
	color: white;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	/* サイズも固定的に */
	width: clamp(50px, calc(40px + 2vw), 80px);
	height: clamp(50px, calc(40px + 2vw), 80px);
	border-radius: 50%;
	background: black;
	text-align: center;
	margin-right: 0.2em;
	/* 垂直方向の位置調整 */
	position: relative;
	top: -0.2em;
	/* 重要: 固定サイズを維持 */
	flex-shrink: 0;
	min-width: auto;
}

.main__title__open {
	font-size: 3.5rem;
}

.mv__list__box {
	width: 100%;
	max-width: 1500px;
	margin: 500px auto 0;
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.8);
}

.mv__list__title {
	display: inline-block;
	font-size: 4rem;
	font-weight: 600;
}

.mv__list {
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}

.mv__list__item {
	font-size: 2.6rem;
	line-height: 1.8;
	padding-left: 35px;
	background-image: url(../images/checkBox.png);
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-position: left center;
}

.mv__list__txt {
	display: inline-block;
}

@media screen and (max-width: 1500px) {
	.main__title {
		font-size: 2.5rem;
		padding: 0 0 0 100px;
	}

	.main__title__open {
		font-size: 4rem;
	}

	.mv__list__box {
		max-width: 1000px;
		margin: 300px auto 0;
		padding: 10px;
	}

	.mv__list__title {
		font-size: 3rem;
	}

	.mv__list__item {
		font-size: 2rem;
	}
}

@media screen and (max-width: 999px) {
	.main__title {
		width: 500px;
		margin: 0 auto;
		padding: 0;
		text-align: center;
	}

	.mv__list__box {
		max-width: 800px;
	}

	.mv__list__title {
		font-size: 2.4rem;
	}

	.mv__list__item {
		font-size: 1.5rem;
	}
}

/* responsive */
@media screen and (max-width: 770px) {
	.main__title {
		font-size: 1.6rem;
		text-align: left;
		width: 86%;
	}

	.title__image {
		max-width: 80%;
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	.main__title__main {
		font-size: 3.8rem;
	}

	.main__title__open {
		font-size: 1.8rem;
	}

	.mv__list__box {
		max-width: 375px;
		margin: 200px auto 0;
		padding: 10px;
	}

	.mv__list__title {
		display: none;
	}

	.mv__list {
		max-width: 375px;
	}

	.mv__list__item {
		font-size: 1.6rem;
		line-height: 1.5;
		font-weight: 700;
		padding-left: 25px;
		background-size: 20px 20px;
		background-position: top 3px left;
	}
}

@media screen and (max-width: 420px) {
	.main__title__main {
		font-size: 3rem;
	}
}
@media screen and (max-width: 340px) {
	.main__title__main {
		font-size: 3rem;
	}
}

/* =================== message ======================= */
.message {
	background-color: #f1e1d3;
	padding-bottom: 150px;
}

.triangleMessage {
	background-image: url(../images/title_directorsMessage.png);
}

.message__title {
	font-size: 3.5rem;
	font-weight: 600;
	text-align: end;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	position: relative;
}

.message__title::after {
	content: '';
	width: 450px;
	height: 1px;
	background-color: #231815;
	position: absolute;
	top: 50%;
	right: 600px;
}

.message__box {
	width: 100%;
	max-width: 1500px;
	margin: 10px auto;
	padding: 50px 0;
	color: white;
	font-family: 'Noto Serif JP';
	font-weight: 600;

	background-image: url(../images/message.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.message__headline {
	font-size: 4rem;
	color: #fff4d3;
	padding: 50px 0 20px;
}

.message__txt {
	font-size: 2.6rem;
	padding: 10px 0 0 30px;
}

.message__1,
.message__2 {
	margin-left: 30px;
}

.message__3 {
	margin-left: 500px;
}

.message__4 {
	margin-left: 600px;
}

.message__5 {
	margin-left: 650px;
}

.message__sign {
	width: 400px;
	margin: 60px 0 0 680px;
	background-image: url(../images/m_sign.png);
	background-repeat: no-repeat;
	background-size: 208px auto;
	background-position: center right;
}

.sign__school {
	font-size: 2.7rem;
}

.sign__director {
	font-size: 2.1rem;
}

.sign__name {
	font-size: 3.5rem;
}

@media screen and (max-width: 1500px) {
	.message__title {
		font-size: 3rem;
		max-width: 1000px;
	}

	.message__title::after {
		right: 500px;
	}

	.message__box {
		max-width: 1000px;
	}

	.message__headline {
		font-size: 2.4rem;
		padding: 30px 0 10px;
	}

	.message__txt {
		font-size: 1.6rem;
	}

	.message__3 {
		margin-left: 300px;
	}

	.message__4 {
		margin-left: 400px;
	}

	.message__5 {
		margin-left: 450px;
	}

	.message__sign {
		width: 300px;
		background-size: 150px auto;
		margin: 60px 0 0 480px;
	}

	.sign__school {
		font-size: 2rem;
	}

	.sign__director {
		font-size: 1.6rem;
	}

	.sign__name {
		font-size: 3rem;
	}
}

@media screen and (max-width: 999px) {
	.message__title {
		font-size: 2.4rem;
		max-width: 800px;
	}

	.message__title::after {
		right: 400px;
	}

	.message__box {
		max-width: 800px;
	}

	.message__headline {
		font-size: 2rem;
	}

	.message__txt {
		font-size: 1.5rem;
	}

	.message__3 {
		margin-left: 200px;
	}

	.message__4 {
		margin-left: 300px;
	}

	.message__5 {
		margin-left: 350px;
	}

	.message__sign {
		margin: 60px 0 0 380px;
	}

	.sign__school {
		font-size: 2rem;
	}

	.sign__director {
		font-size: 1.6rem;
	}

	.sign__name {
		font-size: 2.4rem;
	}
}

/* responsive */
@media screen and (max-width: 770px) {
	.message {
		padding: 0;
		position: relative;
	}

	.message__title {
		font-size: 1.3rem;
		font-weight: 700;
		width: 86%;
		color: white;
		position: absolute;
		top: 60px;
		right: 7%;
		z-index: 1;
	}

	.message__title::after {
		content: '';
		width: 0;
		height: 0;
		right: 0px;
	}

	.message__box {
		font-size: 1.7rem;
		font-weight: 700;
		padding: 100px 7% 0;
		margin: -100px 0 0;

		background-image: url(../images/message_sp.jpg);
		background-size: cover;
		background-position: bottom;
	}

	.message__headline {
		margin: 40px 0 30px;
		font-size: 2.1rem;
	}

	.message__txt {
		padding: 0;
	}

	.message__txt__margin {
		display: inline-block;
		margin: 30px 0 0;
	}

	.message__1,
	.message__2 {
		margin-left: 0;
	}

	.message__3 {
		margin-left: 0;
	}

	.message__4 {
		margin-left: 0;
	}

	.message__5 {
		margin-left: 0;
	}

	.message__sign {
		font-weight: 500;
		width: 130px;
		margin: 0 0 0 auto;
		padding: 150px 0;
		background-position: center bottom 90px;
		background-size: 130px auto;
	}

	.sign__name {
		line-height: 2;
		letter-spacing: 4.4px;
	}
}

/* ====================== curriculum ====================== */
.triangleCurriculum {
	background-image: url(../images/title_courseCurriculum.png);
}

.curriculum__title::after {
	width: 600px;
	right: 400px;
}

.curriculum {
	background-color: #f8f0e9;
	padding-bottom: 150px;
}

.curriculum__box {
	display: flex;
	width: 100%;
	max-width: 1500px;
	margin: 20px auto 0;
}

.curriculum__reverse {
	flex-direction: row-reverse;
}

.curriculum__img {
	width: 30%;
	height: auto;

	background-image: url(../images/curriculum_1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 80%;
}

.curriculum__contents__box {
	width: 70%;
	display: flex;
	background-color: white;
}

.curriculum__num__box {
	position: relative;
	width: 160px;
	text-align: center;
}

.curriculum__num {
	font-size: 2.8rem;
	display: inline-block;
	margin: 0 10px;
}

.num__size {
	display: inline-block;
	font-family: 'Urbanist';
	font-style: italic;
	font-size: 12.6rem;
	vertical-align: middle;
	margin: -10px 5px 0;
}

.back__triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 50px solid transparent;
	border-left: 50px solid transparent;
	border-bottom: 50px solid #f5be1d;
	border-top: 0;
	transform: rotate(315deg);
	position: absolute;
	top: -8px;
	left: -32px;
}

.curriculum__contents {
	position: relative;
}

.curriculum__contents__title {
	margin-top: 10px;
	text-align: center;
	font-weight: 600;
}

.curriculum__wid__title {
	position: absolute;
	top: 0;
	left: 0;
	width: 1200px;
	text-shadow: 0 0 5px white, 0 0 10px white, 0 0 20px white, 0 0 40px white;
}

.curriculum__contents__mainTitle {
	font-size: 4rem;
}

.keySentence__margin {
	margin-top: 90px;
}

.keySentence {
	font-size: 2.5rem;
	font-family: 'Urbanist';
	position: relative;
}

.keySentence::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 180px;
	width: 600px;
	height: 1px;
	background-color: #231815;
}

.curriculum__item {
	list-style: inside;
	text-indent: -20px;
}

.curriculum__item::marker {
	font-size: 80%;
}

.curriculum__img__2 {
	background-image: url(../images/curriculum_2.jpg);
	background-position: center 30%;
}
.curriculum__img__3 {
	background-image: url(../images/curriculum_3.jpg);
	background-position: center 70%;
}
.curriculum__img__4 {
	background-image: url(../images/curriculum_4.jpg);
	background-position: center;
}
.curriculum__img__5 {
	background-image: url(../images/curriculum_5.jpg);
	background-position: center;
}

@media screen and (max-width: 1500px) {
	.curriculum__box {
		max-width: 1000px;
	}

	.curriculum__img {
		width: 20%;
	}

	.curriculum__contents__box {
		width: 80%;
	}

	.curriculum__num__box {
		padding: 20px 0 0;
	}

	.curriculum__num {
		font-size: 2rem;
	}

	.num__size {
		font-size: 7rem;
	}

	.back__triangle {
		border-right: 30px solid transparent;
		border-left: 30px solid transparent;
		border-bottom: 30px solid #f5be1d;
		top: -5px;
		left: -20px;
	}

	.curriculum__wid__title {
		width: 700px;
	}

	.curriculum__contents__mainTitle {
		font-size: 2.4rem;
	}

	.keySentence {
		font-size: 1.6rem;
	}

	.keySentence::after {
		left: 120px;
		width: 300px;
	}
}

@media screen and (max-width: 999px) {
	.curriculum__box {
		max-width: 800px;
	}

	.curriculum__img {
		width: 15%;
	}

	.curriculum__contents__box {
		width: 85%;
	}

	.curriculum__wid__title {
		width: 600px;
	}

	.curriculum__contents__mainTitle {
		font-size: 2rem;
	}

	.keySentence {
		font-size: 1.6rem;
	}

	.keySentence__margin {
		margin-top: 70px;
	}

	.keySentence::after {
		left: 120px;
		width: 300px;
	}

	.curriculum__item {
		font-size: 1.3rem;
	}
}

/* responsive */
@media screen and (max-width: 770px) {
	.curriculum {
		padding-bottom: 0;
		padding: 0 0 50px 0;
		position: relative;
	}

	.curriculum__title {
		position: absolute;
		top: 40px;
		right: 7%;
		color: #231815;
	}

	.curriculum__img {
		display: none;
	}

	.curriculum__contents__box {
		width: 100%;
		flex-direction: column;
	}

	.back__triangle {
		border-right: 50px solid transparent;
		border-left: 50px solid transparent;
		border-bottom: 50px solid #f5be1d;
		top: -8px;
		left: -32px;
	}

	.curriculum__num__box {
		position: relative;
		width: 100%;
		text-align: left;
	}

	.curriculum__num__box::after {
		content: '';
		position: absolute;
		top: 70%;
		right: 10px;
		width: 75%;
		height: 1px;
		background-color: #231815;
	}

	.curriculum__num {
		position: relative;
		z-index: 1;
	}

	.num__size {
		font-size: 4rem;
		vertical-align: baseline;
	}

	.curriculum__contents {
		width: 100%;
	}

	.curriculum__contents__title {
		text-align: left;
		padding: 0 10px;
	}

	.curriculum__contents__mainTitle {
		font-size: 2.3rem;
		font-weight: 700;
	}

	.curriculum__img__sp {
		height: 200px;
		margin: 10px 0;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

	.curriculum__img__sp1 {
		background-image: url(../images/curriculum_1.jpg);
		height: 264px;
		background-position: center 60%;
	}
	.curriculum__img__sp2 {
		background-image: url(../images/curriculum_2.jpg);
		height: 250px;
		background-position: center 48%;
	}
	.curriculum__img__sp3 {
		background-image: url(../images/curriculum_3.jpg);
		height: 301px;
		background-position: center center;
	}
	.curriculum__img__sp4 {
		background-image: url(../images/curriculum_4.jpg);
		height: 272px;
		background-position: center 60%;
	}
	.curriculum__img__sp5 {
		background-image: url(../images/curriculum_5.jpg);
		height: 252px;
		background-position: center 40%;
	}

	.keySentence {
		font-weight: 700;
		font-family: 'Noto Serif JP';
		width: 86%;
		margin: 0 auto;
	}

	.keySentence::after {
		top: 50%;
		right: 0;
		width: 200px;
	}

	.keySentence__margin {
		margin-top: 0;
	}

	.curriculum__wid__title {
		width: 100%;
		position: static;
	}

	.curriculum__list {
		width: 86%;
		margin: 0 auto;
	}

	.etc {
		padding-left: 20px;
	}
}

/* ======================== infomation ========================= */
.triangleInfo {
	background-image: url(../images/title_8services.png);
}

.info__title::after {
	right: 500px;
}

.information {
	background-color: #f1e1d3;
}

.services__box {
	width: 100%;
	max-width: 1500px;
	margin: 10px auto 0;
	background-image: url(../images/services.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.services__overlay {
	display: flex;
	flex-wrap: wrap;
	padding: 30px 250px;
	background-color: rgba(0, 0, 0, 0.2);
}

.services__list {
	width: 230px;
	height: 180px;
	margin: 10px;
	text-align: center;
	background-image: url(../images/services_back_1.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.services__list__1,
.services__list__2,
.services__list__3,
.services__list__4 {
	transform: translateX(-62.5px);
}
.services__list__5,
.services__list__6,
.services__list__7,
.services__list__8 {
	transform: translateX(62.5px);
}

.services__list__2 {
	background-image: url(../images/services_back_2.png);
}
.services__list__3 {
	background-image: url(../images/services_back_3.png);
}
.services__list__4 {
	background-image: url(../images/services_back_4.png);
}
.services__list__5 {
	background-image: url(../images/services_back_5.png);
}
.services__list__6 {
	background-image: url(../images/services_back_6.png);
}
.services__list__7 {
	background-image: url(../images/services_back_7.png);
}
.services__list__8 {
	background-image: url(../images/services_back_8.png);
}

.service__num {
	padding-top: 0px;
	font-family: 'Noto Serif JP';
	color: white;
	font-size: 3.5rem;
}

.service__txt {
	padding-top: 15px;
	font-size: 2rem;
	font-weight: bold;
}

/* seminar info */
.info {
	margin: 20px auto 0;
	width: 100%;
	max-width: 1500px;
}

.information__subTitle {
	font-size: 2.9rem;
	font-weight: 600;
	margin-left: 30px;
	position: relative;
}

.information__subTitle::after {
	content: '';
	position: absolute;
	top: 13px;
	left: -30px;
	width: 25px;
	height: 25px;
	background-color: #231815;
}

.info__date {
	display: flex;
	border: #231815 1px solid;
}

.table__contents {
	width: 86.6%;
}

.table__title {
	width: 200px;
	font-size: 2.7rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #dbdacd;
	border-right: #231815 1px solid;
}

.table__date {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
}

.saturday,
.sunday {
	font-family: 'Noto Serif JP';
	font-weight: 600;
	padding: 20px 0;
	width: 40%;
}

.saturday__box,
.sunday__box {
	display: flex;
	gap: 30px;
	justify-content: center;
	align-items: center;
}

.course {
	font-size: 2.9rem;
	text-align: center;
}

.saturday__color {
	color: #00a0e9;
}

.sunday__color {
	color: #e4007f;
}

.date__list__flex {
	display: flex;
	align-items: center;
}

.date__list__dt {
	font-size: 2.5rem;
	padding: 5px 10px;
	margin-right: 15px;
	letter-spacing: 0.3em;
	border: #231815 1px solid;
}

.date__list__dd {
	font-size: 3.6rem;
}

.table__or {
	font-size: 2.9rem;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #9fa0a0;
	position: relative;
}

.table__or::before {
	content: '';
	width: 1px;
	height: 90px;
	position: absolute;
	top: -110px;
	left: 50%;
	background-color: #231815;
}

.table__or::after {
	content: '';
	width: 1px;
	height: 90px;
	position: absolute;
	bottom: -110px;
	left: 50%;
	background-color: #231815;
}

.table__time {
	display: flex;
	gap: 30px;
	justify-content: center;
	align-items: center;
	background-color: white;
	position: relative;
}

.table__time::after {
	content: '';
	width: 1200px;
	height: 1.2px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #231815;
}

.time {
	font-size: 3.3rem;
	padding: 20px 0;
}

.info__money {
	display: flex;
	border-left: #231815 1px solid;
	border-bottom: #231815 1px solid;
	border-right: #231815 1px solid;
}

.money {
	display: inline-block;
	width: 86.6%;
	padding: 10px 0;
	font-family: 'Noto Serif JP';
	font-size: 3.3rem;
	font-weight: 600;
	text-align: center;
	background-color: white;
}

/* apply */
.apply {
	width: 100%;
	max-width: 1500px;
	margin: 30px auto 0;
}

.apply__titleBox {
	display: flex;
	align-items: center;
	gap: 30px;
}

.apply__box {
	display: flex;
	border: #231815 1px solid;
	padding: 10px;
	background-color: white;
}

.apply__flow__box {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1%;
}

.flow__title {
	display: flex;
	align-items: center;
	font-size: 2.3rem;
	text-align: center;
	width: 40px;
	line-height: 1.2;
}

.flow__txt {
	background-color: #bdb193;
	text-align: center;
	padding: 8px 20px;
}

.flow__triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	border-top: 25px solid #e60012;
	border-bottom: 0;
	margin: 10px auto;
}

.flow__ex {
	font-size: 1.7rem;
}

/* profile */
.profile {
	width: 100%;
	max-width: 1500px;
	margin: 30px auto 0;
}

.profile__box {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	border: #231815 1px solid;
	background-color: white;
}

.profile__txt {
	font-size: 1.9rem;
	padding: 5px 0 5px 5px;
}

.profile__linehight {
	line-height: 2.2;
}

.profile__name__box {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.profile__name {
	font-size: 3.5rem;
}

.directorImg__sp {
	display: none;
}

.directorImg {
	display: block;
}

/* contact */
.contact {
	width: 100%;
	max-width: 1500px;
	margin: 30px auto 0;
}

.contact__box {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
	border: #231815 1px solid;
}

.contact__txt {
	display: inline-block;
	width: 90%;
	font-size: 2.5rem;
	padding: 10px;
}

.red {
	color: #e60012;
}

.contact__img {
	width: 10%;
	border: #22ac38 15px solid;
}

/* btn */
.apply__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3.7rem;
	font-weight: 600;
	width: 46%;
	height: 100px;
	margin: 50px auto 0;
	background-color: #fabf1a;
}

.footer {
	background-color: #f1e1d3;
}

.copy {
	display: block;
	text-align: center;
	padding: 50px 0 10px;
	font-size: 1.6rem;
}

@media screen and (max-width: 1500px) {
	.info__title::after {
		right: 450px;
	}

	.services__box {
		max-width: 1000px;
	}

	.services__overlay {
		padding: 30px 150px;
		justify-content: center;
	}

	.services__list {
		width: 150px;
		height: 150px;
		margin: 5px;
	}

	.services__list__1,
	.services__list__2,
	.services__list__3,
	.services__list__4 {
		transform: translateX(-40px);
	}
	.services__list__5,
	.services__list__6,
	.services__list__7,
	.services__list__8 {
		transform: translateX(40px);
	}

	.service__num {
		padding-top: 10px;
		font-size: 2.8rem;
	}

	.service__txt {
		font-size: 1.6rem;
	}

	/* seminar info */
	.information__subTitle {
		font-size: 2rem;
		margin-left: 20px;
	}

	.information__subTitle::after {
		top: 8px;
		left: -20px;
		width: 15px;
		height: 15px;
		background-color: #231815;
	}

	.info {
		max-width: 1000px;
	}

	.table__title {
		font-size: 2rem;
	}

	.course {
		font-size: 1.8rem;
		text-align: center;
	}

	.date__list__dt {
		font-size: 1.4rem;
		padding: 0 10px;
	}

	.date__list__dd {
		font-size: 2rem;
	}

	.table__or {
		font-size: 1.6rem;
		width: 30px;
		height: 30px;
	}

	.table__or::before {
		height: 45px;
		top: -60px;
	}

	.table__or::after {
		height: 45px;
		bottom: -60px;
	}

	.table__time::after {
		width: 700px;
	}

	.time {
		font-size: 2.2rem;
	}

	.money {
		font-size: 2.2rem;
	}

	/* apply */
	.apply {
		max-width: 1000px;
	}

	.apply__box {
		align-items: center;
		background-color: white;
	}

	.flow__title {
		font-size: 1.4rem;
		width: 25px;
	}

	.flow__triangle {
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
		border-top: 10px solid #e60012;
		border-bottom: 0;
		margin: 10px auto;
	}

	.flow__txt {
		font-size: 1.4rem;
	}

	.flow__ex {
		font-size: 1.2rem;
	}

	/* profile */
	.profile {
		max-width: 1000px;
	}

	.profile__box {
		padding: 4px;
	}

	.profile__txt {
		display: inline-block;
		width: 80%;
		font-size: 1.3rem;
	}

	.profile__image {
		width: 20%;
	}

	.profile__name__box {
		flex-direction: column;
		gap: 0;
	}

	.profile__name {
		font-size: 2.4rem;
	}

	/* contact */
	.contact {
		max-width: 1000px;
	}

	.contact__txt {
		display: inline-block;
		width: 88%;
		font-size: 1.6rem;
		padding: 10px;
	}

	.contact__img {
		width: 12%;
		border: #22ac38 5px solid;
	}

	/* btn */
	.apply__btn {
		font-size: 3rem;
		width: 46%;
		height: 80px;
	}

	.copy {
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 999px) {
	.info__title::after {
		right: 350px;
	}

	.services__box {
		max-width: 800px;
	}

	.services__overlay {
		padding: 30px 50px;
		justify-content: center;
	}

	/* seminar info */
	.information__subTitle {
		font-size: 2rem;
		margin-left: 20px;
	}

	.info {
		max-width: 800px;
	}

	.table__title {
		font-size: 1.8rem;
	}

	.table__contents {
		width: 100%;
	}

	.course {
		font-size: 1.4rem;
	}

	.date__list__dt {
		font-size: 1.2rem;
	}

	.date__list__dd {
		font-size: 1.8rem;
	}

	.table__or {
		margin: 0 20px;
	}

	.table__time::after {
		width: 600px;
	}

	.time {
		font-size: 1.8rem;
	}

	.time__ex {
		font-size: 1.2rem;
	}

	/* apply */
	.apply {
		max-width: 800px;
	}

	/* profile */
	.profile {
		max-width: 800px;
	}

	.profile__box {
		padding: 4px;
	}

	.profile__txt {
		font-size: 1.1rem;
	}

	/* contact */
	.contact {
		max-width: 800px;
	}

	.contact__txt {
		font-size: 1.2rem;
	}
}

/* responsive */
@media screen and (max-width: 770px) {
	.information {
		position: relative;
	}

	.services__box {
		margin-top: -100px;
	}

	.services__overlay {
		flex-wrap: wrap;
		padding: 130px 7% 30px;
	}

	.services__list {
		width: 140px;
		height: 140px;
	}

	.services__list__1,
	.services__list__2,
	.services__list__3,
	.services__list__4 {
		transform: translateX(0px);
	}
	.services__list__5,
	.services__list__6,
	.services__list__7,
	.services__list__8 {
		transform: translateX(0px);
	}

	.service__num {
		padding-top: 15px;
		font-size: 2rem;
	}

	.service__txt {
		font-size: 1.6rem;
		font-weight: 700;
	}

	/* seminar info */
	.info {
		width: 86%;
	}

	.information__subTitle {
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 2;
	}

	.information__subTitle::after {
		top: 9px;
	}

	.info__date {
		flex-direction: column;
	}

	.table__title {
		width: 100%;
		font-size: 1.6rem;
		padding: 10px 0;
		border: 0;
		border-bottom: 1px solid #231815;
	}

	.table__contents {
		width: 100%;
	}

	.table__date {
		flex-direction: column;
	}

	.saturday,
	.sunday {
		width: 100%;
	}

	.saturday__box,
	.sunday__box {
		flex-direction: column;
		gap: 10px;
	}

	.course {
		font-size: 2rem;
		font-weight: 700;
	}

	.table__or::before {
		width: 100px;
		height: 1px;
		top: 50%;
		left: -130px;
	}

	.table__or::after {
		width: 100px;
		height: 1px;
		top: 50%;
		left: 60px;
	}

	.date__list__dt {
		font-size: 1.5rem;
	}

	.date__list__dd {
		font-size: 2rem;
		font-weight: 700;
	}

	.table__time {
		flex-direction: column;
		gap: 10px;
		padding: 20px;
	}

	.table__time::after {
		content: '';
		width: 300px;
		height: 1.2px;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		background-color: #231815;
	}

	.time {
		font-family: 'Noto Serif JP';
		font-size: 2rem;
		font-weight: 700;
		padding: 0;
	}

	.time__ex {
		font-size: 1.4rem;
	}

	.info__money {
		flex-direction: column;
	}

	.money {
		width: 100%;
		font-size: 2rem;
		font-weight: 700;
	}

	/* apply */
	.apply {
		width: 86%;
	}

	.apply__titleBox {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	.apply__box {
		flex-direction: column;
		border: 0;
		margin-top: 10px;
		background-color: white;
	}

	.apply__flow__box {
		width: 100%;
		flex-direction: column;
		justify-content: center;
	}

	.flow__title {
		font-size: 1.6rem;
		font-weight: 700;
		width: 90%;
		line-height: 3;
		justify-content: flex-start;
	}

	.flow {
		width: 90%;
	}

	.flow__txt {
		color: white;
		font-weight: 700;
		text-align: left;
	}

	.flow__triangle {
		border-right: 20px solid transparent;
		border-left: 20px solid transparent;
		border-top: 25px solid #e60012;
	}

	.flow__ex {
		font-size: 1.4rem;
		padding: 10px 0;
	}

	/* profile */
	.profile {
		width: 86%;
	}

	.profile__box {
		flex-direction: column-reverse;
		border: 0;
		padding: 0;
	}

	.profile__txt {
		font-size: 1.4rem;
		padding: 5px 0;
	}

	.profile__linehight {
		display: inline-block;
		line-height: 1.5;
		margin: 5px 0;
	}

	.profile__image {
		width: 100%;
		position: relative;
	}

	.directorImg {
		display: none;
	}

	.directorImg__sp {
		display: block;
		width: 100%;
		height: auto;
	}

	.profile__name__box {
		gap: 0;
		font-family: 'Noto Serif JP';
		font-weight: 700;

		position: absolute;
		left: 23px;
		bottom: 41px;
	}

	.profile__name__title {
		font-size: 1.2rem;
	}

	.profile__name {
		font-size: 2rem;
	}

	/* contact */
	.contact {
		width: 86%;
	}

	.contact__box {
		width: 100%;
		border: 0;
		flex-direction: column;
		background-color: #22ac38;
	}

	.contact__txt {
		width: 100%;
		font-size: 1.5rem;
		background-color: white;
	}

	.contact__img {
		width: auto;
		height: 190px;
		border: 0;
		padding: 20px 0;
	}

	/* btn */
	.apply__btn {
		font-size: 2rem;
		font-weight: 700;
		width: 86%;
		height: 50px;
	}

	.copy {
		font-size: 1.2rem;
	}
}
