@charset "UTF-8";

/*
@import url("https://fonts.googleapis.com/css2?family=Abel&display=swap");
%base-font {
  font-family: "Abel", dnp-shuei-gothic-gin-std,"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-weight: 500;
}

$base-color: #a06c00;//帯、フッター
$bg-color: #129585;//背景
$text-color: #111;
$point-color: #d90a0a;
*/

/*----------------------------------------
	setting
----------------------------------------*/

@media screen and (max-width: 767px) {

	.service-main #ser_wrap {
		margin: 30px 0;
		padding: 0 4px;
	}
}

/*----------------------------------------
	全体
----------------------------------------*/

#lesson-service {
	--main-color-01: #ff9ccf;
	--main-color-02: #10a1df;

	&.service_block_t {
		margin: 0 auto;
	}
}

.service_class .ser_tab {
	margin: 0 -1%;
}

.service_class .ser_tab li {
	width: 31.333%;
	margin: 0 1%;
}

.service_class img {
	width: 100%;
}

.service_class__block {
	/*
	font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
	*/
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	letter-spacing: .03em;
	border: none !important;
	background: transparent !important;
}

.service_block_t {
	padding: 0;
	border: none !important;
}

.bgg {
	padding: 0;
	background-image: url("../img/bg.jpg");
	background-repeat: repeat-y;
	background-size: 100% auto;
}

.box-image img {
	max-width: 100%;
}

.box-inside {
	padding: 20px 30px;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {

	.box-inside {
		padding: 10px 12px 25px;
	}

	.bgg {
		background-size: contain;
	}
}

@media screen and (min-width: 768px) {

	.service_class__block {
		font-size: 20px;
	}
}

.box-text {
	margin-top: 30px;
	padding: 0 20px;
}

.box-text2 {
	margin-top: 30px;
	padding: 0 20px 20px;
}

.top-text {
	padding: 10px;
	margin: 20px 0;
	box-sizing: border-box;
	text-align: center;

	p {
		font-size: 24px;
		font-weight: bold;
		line-height: 2.4;

		background-image: linear-gradient(135deg, #00a474 0%, #076ad9 100%);
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-fill-color: transparent;
		color: transparent;
	}
}

.top-title {
	color: var(--main-color-02);
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	padding: .3em .7em;
	margin: 20px 0;
	background-image: repeating-linear-gradient(90deg, #fff 0, currentColor 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 4px);
	background-size: 4px 4px;
	background-repeat: repeat-x;
	background-position: center bottom;
}

.in-text {
	text-align: left;
	display: block;
	margin: 20px auto;
}

.in-text2 {
	font-size: 18px;
	text-align: left;
	width: 100%;
	margin: .3em 0 .3em 12px;
	padding: 5px 10px 5px 12px;
	box-sizing: border-box;
	border-left: var(--main-color-02) solid 2px;
}

.in-text3 {
	font-size: 16px;
	text-align: left;
	margin: .2em 0;
	padding: 0 10px;
	box-sizing: border-box;
}

.step {
	color: #fff;
	line-height: 46px;
	border-radius: 23px;
	padding: 0px 1.2em;
	letter-spacing: 1px;
	display: inline-block;
	background: var(--main-color-02);
}

.sub-title {
	font-size: 21px;
	font-weight: 800;
	text-align: left;
	margin: 0px .4em;
	display: inline-block;
}

@media screen and (max-width: 767px) {

	.box-text {
		margin-top: 25px;
		padding: 0;
	}

	.box-text2 {
		margin-top: 30px;
		padding: 0;
	}

	.sub-title {
		font-size: 20px;
	}

	.top-title {
		padding: .3em;
	}

	.top-text {
		padding: 10px 0px;

		p {
			font-size: 18px;

			.br-pc {
				display: none;
			}
		}
	}

	.in-text {
		width: 100%;
		margin: 12px auto;
	}

	.in-text2 {
		font-size: 16px;
		margin: 0 0 0 10px;
	}

	.in-text3 {
		font-size: 14px;
		margin: .5em 0;
	}
}

