@charset "utf-8";
/* ------------------------------
 見出し・テキスト（PC）
------------------------------ */
/* h2 */
.contents h2 {
	position: relative;
	z-index: 3;
	margin-bottom: 55px;
	font-size: 4rem;
	line-height: 1.35;
	font-weight: 700;
	text-align: center;
	letter-spacing: .06em;
}
.contents h2 span {
	display: block;
	margin-bottom: -40px;
	color: var(--h2-eng);
	font-family: "Barlow", sans-serif;
	font-size: 17.2rem;
	line-height: 1;
	font-style: italic;
	font-weight: 800;
	letter-spacing: .025em;
}
.contents .bgBlock h2 span {
	color: #fff;
}
.contents h2::after {
	content: "";
	display: block;
	width: 64px;
	height: 8px;
	margin: 24px auto 0;
	background: url(../../img/highschool/h2_decoration.svg) no-repeat 0 0 / cover;
}
/* h3 */
.contents h3 {
	margin-bottom: 25px;
	font-size: 2.8rem;
	line-height: 1.45;
	font-weight: 700;
}
/* 帯テキスト */
.bar-text {
	width: 273px;
	height: 42px;
	margin: 0 auto 30px;
	background-color: var(--ad-red);
	color: #fff;
	font-size: 2.3rem;
	line-height: 42px;
	font-weight: 700;
	text-align: center;
	clip-path: polygon(2% 0, 100% 0%, 98% 100%, 0% 100%);
}
.bar-text.long {
	width: 546px;
}
@media print, screen and (min-width: 768px) {
	/* h3 */
	.contents h3 span {
		display: block;
	}
}
/* ------------------------------
 見出し・テキスト（スマホ）
------------------------------ */
@media screen and (max-width: 767px) {
	/* h2 */
	.contents h2 {
		position: relative;
		margin-bottom: 35px;
		font-size: 2.2rem;
		line-height: 1.35;
	}
	.contents h2 span {
		display: block;
		margin-bottom: -15px;
		font-size: 6.2rem;
		letter-spacing: .01em;
	}
	.contents h2::after {
		content: "";
		display: block;
		width: 64px;
		height: 8px;
		margin: 18px auto 0;
		background: url(../../img/highschool/h2_decoration.svg) no-repeat 0 0 / cover;
	}
	/* h3 */
	.contents h3 {
		margin: 0 0 30px;
		font-size: 2.4rem;
	}
	/* 帯テキスト */
	.bar-text {
		width: 168px;
		height: 37px;
		margin: 0 auto 20px;
		font-size: 1.7rem;
		line-height: 37px;
		clip-path: polygon(2% 0, 100% 0%, 98% 100%, 0% 100%);
	}
	.bar-text.long {
		width: 337px;
	}
}

/* ------------------------------
 横幅（PC）
------------------------------ */
.w100p {
	width: 100%;
}
@media print, screen and (min-width: 768px) {
	/* 1/2 */
	.w1-2 {
		width: 47.89474%;
	}
	.w546 {
		width: 546px;
	}
	/* 1/3 */
	.w1-3 {
		width: 30.70175%;
	}
	.w350 {
		width: 350px;
	}
	.w1-3.cms_fl + .w1-3.cms_fl,
	.w1-3.fl + .w1-3.fl {
		margin-left: 3.94736%;
	}
	.w350.cms_fl + .w350.cms_fl,
	.w350.fl + .w350.fl {
		margin-left: 45px;
	}
	/* 2/3 */
	.w2-3 {
		width: 65.35087%;
	}
	.w745 {
		width: 745px;
	}
	/* 1/4 */
	.w1-4 {
		width: 22.63157%;
	}
	.w258 {
		width: 258px;
	}
	.w1-4.cms_fl + .w1-4.cms_fl,
	.w1-4.fl + .w1-4.fl {
		margin-left: 3.15789%;
	}
	.w258.cms_fl + .w258.cms_fl,
	.w258.fl + .w258.fl {
		margin-left: 36px;
	}
	/* 3/4 */
	.w3-4 {
		width: 74.21052%;
	}
	.w846 {
		width: 846px;
	}
	/* -- その他 -- */
	.w425 {
		width: 425px;
	}
	.w665 {
		width: 665px;
	}
}
/* ----------------------
 横幅（SP）
---------------------- */
@media screen and (max-width: 767px) {
	.w1-4.cms_fl,
	.w1-4.fl,
	.w258.cms_fl,
	.w258.fl {
		float: left !important;
		width: 47.25%;
	}
	.w1-4.cms_fl + .w1-4.cms_fl,
	.w1-4.fl + .w1-4.fl,
	.w258.cms_fl + .w258.cms_fl,
	.w258.fl + .w258.fl,
	.w1-4.cms_fl + .w1-4.cms_fl + .w1-4.cms_fl + .w1-4.cms_fl,
	.w1-4.fl + .w1-4.fl + .w1-4.fl + .w1-4.fl,
	.w258.cms_fl + .w258.cms_fl + .w258.cms_fl + .w258.cms_fl,
	.w258.fl + .w258.fl + .w258.fl + .w258.fl {
		margin-left: 5.5%;
	}
	.w1-4.cms_fl + .w1-4.cms_fl + .w1-4.cms_fl,
	.w1-4.fl + .w1-4.fl + .w1-4.fl,
	.w258.cms_fl + .w258.cms_fl + .w258.cms_fl,
	.w258.fl + .w258.fl + .w258.fl {
		margin-left: 0;
	}
}

/* ------------------------------
 ボックス（PC）
------------------------------ */
/* 背景色 */
.bgBlock {
	position: relative;
	z-index: 2;
	padding: 150px 0;
}
.cms_block.bgBlock::before {
	content: "";
	display: block;
	clear: none;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	width: 100vw;
	height: 100%;
	background: url(../../img/highschool/bg.png) repeat 0 0 / 4px 4px;
	transform: translateX(-50%);
	clip-path: polygon(0 calc(0% + 30px), 100% 0, 100% calc(100% - 30px), 0 100%);
}
.bgBlock.top-only {
	padding: 150px 0 52px;
}
.cms_block.bgBlock.top-only::before {
	clip-path: polygon(0 calc(0% + 30px), 100% 0, 100% 100%, 0 100%);
}
.bgBlock > * {
	position: relative;
	z-index: 3;
}
/* 横並び */
.flexBox {
	display: flex !important;
	flex-wrap: wrap;
}
.cms_block.flexBox::after {
	content: none;
}
/* 横並び センター揃え */
.flexBox.jc-c {
	justify-content: center;
}
/* 横並び 端揃え */
.flexBox.jc-sb {
	justify-content: space-between;
}
/* 横並び 縦センター揃え */
.flexBox.ai-c {
	align-items: center;
}
/* 横並び4列（SP横並び2列） */
.flexBox.div4 {
	flex-wrap: wrap;
}
/* 横並びで写真キャプションが上 */
.flexBox.capTop > * {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
	/* 横並び2列 */
	.flexBox.div2 {
		gap: 40px 48px;
	}
	.flexBox.div2 > * {
		width: 546px;
		margin-bottom: 0;
	}
	/* 横並び3列 */
	.flexBox.div3 {
		gap: 40px 45px;
	}
	.flexBox.div3 > * {
		width: 350px;
		margin-bottom: 0;
	}
	/* 横並び4列（SP横並び2列） */
	.flexBox.div4 {
		gap: 40px 36px;
	}
	.flexBox.div4 > * {
		width: 258px;
		margin-bottom: 0;
	}
}
/* ------------------------------
 ボックス（スマホ）
------------------------------ */
@media screen and (max-width: 767px) {
	/* 背景色 */
	.bgBlock {
		padding: 80px 0;
	}
	.cms_block.bgBlock::before {
		clip-path: polygon(0 calc(0% + 10px), 100% 0, 100% calc(100% - 10px), 0 100%);
	}
	.bgBlock.top-only {
		padding: 80px 0 50px;
	}
	.cms_block.bgBlock.top-only::before {
		clip-path: polygon(0 calc(0% + 10px), 100% 0, 100% 100%, 0 100%);
	}
	/* 横並び2列・横並び3列 */
	.flexBox.div2,
	.flexBox.div3 {
		display: block !important;
	}
	/* 横並び4列（SP横並び2列） */
	.flexBox.div4 > * {
		width: 47.895%;
	}
	.flexBox.div4 {
		gap: 0 4.21%;
	}
}

/* ------------------------------
 テーブル（PC）
------------------------------ */
/* デフォルト */
.contents table {
	width: 100%;
	border: 1px solid #dcdcdc;
}
.contents table th,
.contents table td {
	padding: 22px 26px;
	border: 1px solid #dcdcdc;
}
.contents table th {
	width: calc(12em + 52px);
	background: url(../../img/tbl_th_bg.png) repeat;
	font-weight: bold;
	white-space: nowrap;
}
.contents table td {
	width: auto;
}
.contents table td table {
	border:0;
	width: auto;
}
/* ------------------------------
 テーブル（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* デフォルト */
	.contents table th,
	.contents table td {
		padding: 12px;
	}
	.contents table th {
		width: calc(6em + 52px);
	}
	/* スマホ時縦積み */
	.contents .res table {
		border-top: 1px solid #dcdcdc;
		border-right: 1px solid #dcdcdc;
		border-bottom: 0 solid #dcdcdc;
		border-left: 1px solid #dcdcdc;
	}
	.contents .res table th,
	.contents .res table td {
		width: 100%;
		display: block;
		border-top: 0 solid #dcdcdc;
		border-right: 0 solid #dcdcdc;
		border-bottom: 1px solid #dcdcdc;
		border-left: 0 solid #dcdcdc;
	}
	/* スクロール */
	.contents .scroller table {
		width: 1140px !important;
	}
}

/* ------------------------------
 リスト（PC）
------------------------------ */
/* ノーマルリスト */
.cms_text ul > li {
	position: relative;
	padding-left: 1em;
	font-weight: 500;
}
.cms_text ul > li::before {
	content: "";
	width: 8px;
	height: 8px;
	background-color: var(--ad-red);
	vertical-align: top;
	position: absolute;
	top: .7em;
	left: 2px;
}
.cms_text:not(.inline) ul > li:not(:last-child) {
	margin-bottom: 10px;
}
/* 横並びリスト */
.cms_text.inline ul > li {
	display: inline-block;
}
.cms_text.inline ul li:not(:last-child) {
	margin-right: 1em;
}
/* 数字リスト */
.cms_text ol > li {
	counter-increment: cnt;
	position: relative;
	padding-left: 30px;
	font-weight: 500;
}
.cms_text ol > li:before {
	content: counter(cnt);
	position: absolute;
	top: 3px;
	left: 0;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	background-color: var(--ad-red);
	color: #fff;
	font-family: "Barlow", sans-serif;
	font-size: 1.3rem;
	line-height: 23px;
	font-weight: 700;
	text-align: center;
}
.cms_text ol > li:not(:last-child) {
	margin-bottom: 10px;
}
/* ------------------------------
 リスト（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.cms_text ul > li::before {
		top: .6em;
	}
}

/* ------------------------------
 ボタン（PC）
------------------------------ */
.cms_link.btn a,
.cms_pdf.btn a,
.cms_doc.btn a,
.cms_xls.btn a {
	display: inline-block;
	position: relative;
	min-width: 292px;
	height: 74px;
	padding: 0;
	background-color: var(--ad-red);
	color: #fff;
	font-size: 2rem;
	line-height: 74px;
	font-weight: 700;
	text-align: center;
	transform: skewX(-12.8deg);
}
.cms_pdf.btn a,
.cms_doc.btn a,
.cms_xls.btn a {
	overflow: hidden;
}
.cms_link.btn a::after,
.cms_pdf.btn a::after,
.cms_doc.btn a::after,
.cms_xls.btn a::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	width: 16px;
	height: 16px;
	margin: auto 0;
	border-radius: 0;
	background: url(../../img/highschool/icon_arrow.svg) no-repeat 0 0 /cover;
	transform: skewX(12.8deg);
}
.cms_link.btn a span,
.cms_pdf.btn a span,
.cms_doc.btn a span,
.cms_xls.btn a span {
	display: block;
	transform: skewX(12.8deg);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}
/* blank */
.cms_link.btn a[target="_blank"]::after {
	right: 20px;
	width: 16px;
	height: 16px;
	background: url(../../img/highschool/icon_blank_btn.svg) no-repeat 0 0 /cover;
}
/* 資料 */
.cms_pdf.btn a::before,
.cms_doc.btn a::before,
.cms_xls.btn a::before {
	content: none;
}
.cms_pdf.btn a::after,
.cms_doc.btn a::after,
.cms_xls.btn a::after {
	right: 21px;
	width: 18px;
	height: 18px;
	background: url(../../img/highschool/icon_dl.svg) no-repeat 0 0 /cover;
}
/* 黒 */
.cms_link.btn.black a {
	background-color: var(--main-font-color);
}
/* 横並び */
.inlineBtn {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.inlineBtn.jc-c {
	justify-content: center;
}
.cms_block.inlineBtn::after {
	content: none;
}
.inlineBtn .cms_link {
	margin-bottom: 0;
}
/* ------------------------------
 ボタン（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.cms_link.btn a,
	.cms_pdf.btn a,
	.cms_doc.btn a,
	.cms_xls.btn a {
		min-width: 264px;
		height: 68px;
		font-size: 1.8rem;
		line-height: 68px;
	}
	.cms_link.btn a::after {
		right: 18px;
		width: 14px;
		height: 14px;
	}
	/* blank */
	.cms_link.btn a[target="_blank"]::after {
		right: 18px;
		width: 14px;
		height: 14px;
	}
	/* 資料 */
	.cms_pdf.btn a::after,
	.cms_doc.btn a::after,
	.cms_xls.btn a::after {
		right: 19px;
		width: 16px;
		height: 16px;
	}
	/* 横並び */
	.inlineBtn {
		gap: 15px;
	}
}

/* ------------------------------
 ライン（PC）
------------------------------ */
.dotline-t {
	margin-top: 10px;
	padding-top: 10px;
	border-top: var(--dotline);
}
/* ------------------------------
 ライン（SP）
------------------------------ */

/* ------------------------------
 フェードイン
------------------------------ */
.fadein {
	opacity : 0;
	transform : translate(0, 100px);
	transition : all 1.5s;
}
.fadein.active {
	opacity : 1;
	transform : translate(0, 0);
	transition-delay: 0s;
}

/* ------------------------------
 メインイメージ（PC）
------------------------------ */
.mainimg {
	background: var(--ad-red);
	background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 3%, rgba(229, 0, 18, 1) 30%, rgba(229, 0, 18, 1) 100%);
	color: #fff;
}
.mainimg .cms_text h1 {
	font-size: 6rem;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: .07em;
}
.mainimg .cms_text p {
	font-weight: 500;
}
/* 最初は透明にしておき、1.5秒かけてふわっと表示するアニメーションを適用 */
.mainimg .cms_image {
	opacity: 0;
	clip-path: polygon(0 calc(0% + 30px), 100% 0, 100% calc(100% - 30px), 0 100%);
	animation: mainimgFade 1.5s ease forwards;
}
/* アニメーションの内容：透明(0)から不透明(1)へ変化 */
@keyframes mainimgFade {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.mainimg .cms_image img {
	width: 100%;
}
@media print, screen and (min-width: 768px) {
	.mainimg .cms_text {
		display: flex;
		align-items: center;
		padding: 95px 0 80px;
	}
	.mainimg .cms_text h1 {
		width: 740px;
	}
	.mainimg .cms_text p {
		width: 400px;
	}
}
/* ------------------------------
 メインイメージ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.mainimg .cms_text {
		padding: 40px 0 45px;
	}
	.mainimg .cms_text h1 {
		margin-bottom: 30px;
		font-size: 3rem;
		letter-spacing: .05em;
	}
	.mainimg .cms_image {
		clip-path: polygon(0 calc(0% + 10px), 100% 0, 100% calc(100% - 10px), 0 100%);
	}
}

/* ------------------------------
 朝日電装ってどんな会社？（PC）
------------------------------ */
.contents .aboutusBlock h3 {
	position: relative;
	margin-bottom: 60px;
	padding-bottom: 25px;
	border-bottom: 1px solid var(--ad-red);
	color: var(--ad-red);
	line-height: 1;
	text-align: center;
}
.contents .aboutusBlock h3::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	border-style: solid;
	border-width: 14px 25px 0 25px;
	border-color: #e50012 transparent transparent;
	translate: -50% 100%;
}
.contents .aboutusBlock h3::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	border-style: solid;
	border-width: 12.9px 23px 0 23px;
	border-color: #fff transparent transparent;
	translate: -50% 100%;
}
@media print, screen and (min-width: 768px) {
	.w1-2.fl.flexBox.flexBox.jc-sb,
	.w1-2.fr.flexBox.flexBox.jc-sb {
		row-gap: 25px;
	}
	.w1-2.fl.flexBox.flexBox.jc-sb .bar-text,
	.w1-2.fr.flexBox.flexBox.jc-sb .bar-text {
		margin-bottom: 5px;
	}
	.w1-2.fl.flexBox.flexBox.jc-sb .cms_image,
	.w1-2.fr.flexBox.flexBox.jc-sb .cms_image {
		margin-bottom: 0;
	}
}
/* ------------------------------
 朝日電装ってどんな会社？（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.contents .aboutusBlock h3 {
		margin-bottom: 40px;
		padding-bottom: 20px;
	}
	.w1-2.fl.flexBox.flexBox.jc-sb .cms_image,
	.w1-2.fr.flexBox.flexBox.jc-sb .cms_image {
		margin-bottom: 15px;
	}
}

/* ------------------------------
 ジマンポイント（PC）
------------------------------ */
.strengthsBlock {
	position: relative;
	z-index: 3;
	row-gap: 30px;
}
.strengthsBlock h2 {
	width: 100%;
	margin-bottom: 30px;
}
.strengthsBlock .cms_image {
	position: relative;
	z-index: 4;
	margin-bottom: 0;
	padding: 104px 0 44px;
	border: 1px solid var(--ad-gray);
	background-color: #fff;
}
.strengthsBlock .cms_image h3 {
	position: absolute;
	top: 39px;
	left: 0;
	width: 100%;
	text-align: center;
}
.strengthsBlock .cms_image h3 span {
	display: block;
	font-weight: 400;
}
.strengthsBlock .cms_image .cms_caption_b {
	padding: 0 29px;
}
/* ------------------------------
 ジマンポイント（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.strengthsBlock {
		row-gap: 20px;
	}
	.strengthsBlock h2 {
		margin-bottom: 20px;
	}
}

/* ------------------------------
 朝日電装の仕事（PC）
------------------------------ */
.w425 .bar-text {
	margin: 0 0 20px;
}
.w425 h3 {
	margin-bottom: 15px;
}
/* ------------------------------
 朝日電装の仕事（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.cms_image.w665 {
		margin-bottom: 30px;
	}
	.w425 .bar-text {
		margin: 0 0 15px;
	}
	.w425 h3 {
		margin-bottom: 10px;
	}
}

/* ------------------------------
 朝日電装の1日 - スライド以外（PC）
------------------------------ */
.cms_text.scheduleBox ul {
	display: flex;
	padding: 76px 0 41px;
	border: 1px solid var(--ad-gray);
	background-color: #fff;
}
.cms_text.scheduleBox ul > li {
	padding-left: 0;
	font-size: 1.8rem;
	line-height: 1.4;
}
.cms_text.scheduleBox ul > li::before {
	content: none;
}
.cms_text.scheduleBox ul > li > div {
	position: relative;
}
.cms_text.scheduleBox ul > li:not(:last-child) > div::after {
	content: "";
	display: block;
	position: absolute;
	background-color: var(--ad-red);
}
.cms_text.scheduleBox ul > li > p {
	color: var(--ad-red);
	font-family: "Barlow", sans-serif;
	font-size: 2.3rem;
	line-height: 1;
}
@media print, screen and (min-width: 768px) {
	.cms_text.scheduleBox {
		max-height: 280px;
	}
	.cms_text.scheduleBox ul {
		justify-content: center;
		column-gap: 40px;
	}
	.cms_text.scheduleBox ul > li {
		width: 116px;
		text-align: center;
	}
	.cms_text.scheduleBox ul > li > div {
		margin-bottom: 22px;
		text-align: center;
	}
	.cms_text.scheduleBox ul > li:not(:last-child) > div::after {
		top: 31px;
		right: -55px;
		width: 70px;
		height: 4px;
	}
	.cms_text.scheduleBox ul > li > div img {
		width: 66px;
	}
}
/* ------------------------------
 朝日電装の1日 - スライド以外（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.cms_text.scheduleBox ul {
		flex-direction: column;
		row-gap: 65px;
		padding: 29px 19px;
	}
	.cms_text.scheduleBox ul > li > div {
		float: left;
		width: 92px;
		height: 72px;
	}
	.cms_text.scheduleBox ul > li > div::after {
		content: "";
		display: block;
		clear: both;
	}
	.cms_text.scheduleBox ul > li:not(:last-child) > div::after {
		position: absolute;
		bottom: -55px;
		left: 34px;
		width: 4px;
		height: 45px;
	}
	.cms_text.scheduleBox ul > li > div img {
		width: 72px;
	}
	.cms_text.scheduleBox ul > li > p {
		margin-top: 12px;
	}
	.cms_text.scheduleBox ul > li > br {
		display: none;
	}
}

/* ------------------------------
 朝日電装の1日 - スライド（PC）
------------------------------ */
.onedayWrap {
	position: relative;
	width: 100%;
	margin-bottom: 100px;
	padding-bottom: 150px;
	background: url(../../img/highschool/bg.png) repeat 0 0 / 4px 4px;
}
.onedayWrap::before {
	content: "";
	display: block;
	clear: none;
	position: absolute;
	bottom: -1px;
	left: 50%;
	z-index: 1;
	width: 100vw;
	height: 31px;
	background-color: #fff;
	transform: translateX(-50%);
	clip-path: polygon(0 calc(0% + 30px), 100% 0, 100% 100%, 0 100%);
}
.onedaySwiper {
	position: relative;
	margin: 0 auto;
}
.onedayBlock .swiper-slide.cms_image {
	margin-bottom: 0;
}
/* 前へ／次へボタン */
.onedayWrap .swiper-button-next,
.onedayWrap .swiper-button-prev {
	top: 39.5%;
	color: var(--ad-gray);
	font-weight: 900;
	-webkit-text-stroke: 3px var(--ad-gray);
}
.onedayWrap .swiper-button-next {
	right: -36px;
}
.onedayWrap .swiper-button-prev {
	left: -36px;
}
.onedayWrap .swiper-notification {
	display: block;
	margin-top: -50px;
	text-align: center;
}
/* ページネーション */
.swiper-horizontal>.swiper-pagination-bullets {
	bottom: -8px !important;
}
.onedayWrap .swiper-horizontal >.swiper-pagination-bullets .swiper-pagination-bullet,
.onedayWrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px);
}
.onedayWrap .swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
	height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
	border-radius: 0;
	background: var(--swiper-pagination-bullet-inactive-color,#b0b4b8);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
}
.onedayWrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--swiper-pagination-bullet-inactive-color,#e50012);
}
@media print, screen and (min-width: 768px) {
	.onedayWrap {
		overflow: hidden;
	}
	.onedaySwiper {
		overflow: visible;
		width: 1140px;
		height: 332px;
		padding-bottom: 32px;
	}
	.onedayBlock .swiper-slide.cms_image {
		width: 350px;
	}
	/* スライド3枚以下 */
	.onedayBlock {
		justify-content: center;
	}
	.onedayBlock .cms_image + .cms_image {
		margin-left: 45px;
	}
	/* スライド4枚以上 */
	.swiper-initialized .onedayBlock {
		justify-content: flex-start;
	}
	.swiper-initialized .onedayBlock .cms_image + .cms_image {
		margin-left: 0;
	}
}
/* ------------------------------
 朝日電装の1日 - スライド（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.onedayWrap {
		margin-bottom: 60px;
		padding: 0 5% 130px;
	}
	.onedayWrap::before {
		height: 11px;
		clip-path: polygon(0 calc(0% + 10px), 100% 0, 100% 100%, 0 100%);
	}
	.onedaySwiper {
		width: 100%;
	}
	.onedaySwiper .cms_block {
		margin: 0;
	}
	/* 前へ／次へボタン */
	.onedayWrap .swiper-button-next {
		right: -5%;
	}
	.onedayWrap .swiper-button-prev {
		left: -5%;
	}
	/* ページネーション */
	.swiper-horizontal>.swiper-pagination-bullets {
		bottom: -24px !important;
	}
}

/* ------------------------------
 社員インタビュー（PC）
------------------------------ */
.interviewBox .cms_caption_b {
	padding: 50px 60px 0;
	background-color: var(--ad-red);
	color: #fff;
}
.contents .interviewBox .cms_caption_b h3 {
	margin-bottom: 20px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #fff;
}
.interviewBox .cms_caption_b p {
	margin-bottom: 5px;
	line-height: 1;
}
.interviewBox .cms_caption_b .f20 {
	font-weight: 500;
}
@media print, screen and (min-width: 768px) {
	.interviewBox {
		position: relative;
	}
	.interviewBox .cms_caption_b {
		position: absolute;
		bottom: -30px;
		width: 445px;
		height: 278px;
	}
	.interviewBox.cms_left .cms_caption_b {
		right: 0;
	}
	.interviewBox.cms_right .cms_caption_b {
		left: 0;
		text-align: left;
	}
}
/* ------------------------------
 社員インタビュー（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.cms_image.interviewBox {
		width: 111.2%;
		margin: 0 -5.6% 25px;
	}
	.interviewBox .cms_caption_b {
		margin-top: 0;
		padding: 25px 5%;
	}
	.contents .interviewBox .cms_caption_b h3 {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	.interviewBox .cms_caption_b p {
		margin-bottom: 0;
	}
}

/* ------------------------------
 保護者の方へ（PC）
------------------------------ */
.messageBlock h3 {
	margin-bottom: 20px;
	padding-bottom: 25px;
	border-bottom: var(--dotline);
}
.managerBox {
	padding: 59px;
	border: 1px solid var(--ad-gray);
	background-color: #fff;
}
.managerBox .bar-text {
	margin-left: 0;
	margin-right: 0;
}
.messageBlock .cms_image.w1-3 .cms_caption_b p {
	font-size: 1.8rem;
}
@media print, screen and (min-width: 768px) {
	.managerBox img {
		float: right;
		width: 456px;
		margin: 70px 0 0 49px;
	}
	.managerBox h3 {
		width: 515px;
	}
}
/* ------------------------------
 保護者の方へ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.messageBlock h3 {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	.messageBlock .cms_image.w1-3 {
		margin-bottom: 25px;
	}
	.managerBox {
		padding: 29px 19px;
	}
	.messageBlock .cms_image.w1-3 + .managerBox {
		margin-top: 45px;
	}
	.managerBox img {
		margin-bottom: 30px;
	}
}

/* ------------------------------
 よくいただく質問（PC）
------------------------------ */
.cms_text.q {
	position: relative;
	margin-bottom: 0;
	padding: 23px 30px 23px 65px;
	background-color: var(--ad-gray-20);
	font-size: 2rem;
	font-weight: 700;
}
.cms_text.a {
	position: relative;
	margin-bottom: 5px;
	padding: 27px 30px 26px 65px;
}
.q::before,
.a::before {
	content: "Q";
	position: absolute;
	top: 21px;
	left: 32px;
	color: var(--ad-red);
	font-family: "Barlow", sans-serif;
	font-size: 3.5rem;
	line-height: 1;
}
.a::before {
	content: "A";
	top: 26px;
	left: 33px;
	font-size: 3rem;
}
/* ------------------------------
 よくいただく質問（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.cms_text.q {
		padding: 15px 10px 15px 45px;
		font-size: 1.8rem;
	}
	.cms_text.a {
		padding: 20px 0 20px 45px;
	}
	.q::before,
	.a::before {
		top: 18px;
		left: 15px;
		font-size: 3.2rem;
	}
	.a::before {
		top: 20px;
		left: 16px;
		font-size: 2.8rem;
	}
}