@charset "utf-8";

/* ================================================================================


fv fv-inn


*  ================================================================================ */

.fv {
	background-color: #f5f5f5;
	width: 100vw;
}

.fv .fv-inn {
	background-image: url(../img/home/fv-eyecatch.png);
	background-position: right 6.4% bottom 32%;
	background-repeat: no-repeat;
	background-size: 52% auto;
	height: 560px;
	margin: 0 auto;
	position: relative;
	max-width: 1200px;
	min-width: 1023px;
}

@media screen and (max-width: 1023px) {
	.fv .fv-inn {
		background-position: right -200px bottom;
		background-size: 64vw;
		height: 100%;
		padding-bottom: 20vw;
		max-width: 100%;
		min-width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.fv .fv-inn {
		background-position: center bottom 4%;
		background-size: 84vw;
		padding-bottom: 68vw;
	}
}

/* ============================================================

inn-conts

*  ============================================================ */

.fv .fv-inn .inn-conts {
	position: absolute;
		top: 70px;
		left: 40px;
}

@media screen and (max-width: 1023px) {
	.fv .fv-inn .inn-conts {
		margin: 0 auto;
		padding-top: 4vw;
		position: initial;
		width: 80vw;
	}
}

@media screen and (max-width: 600px) {
	.fv .fv-inn .inn-conts {
		padding-top: 6vw;
	}
}

/* ------------------------------------------------------------
p.conts-ttl-upper
*  ------------------------------------------------------------ */

.fv .fv-inn .inn-conts p.conts-ttl-upper {
  color: #04a0e7;
	font-size: 2.4rem;
	font-weight: 400;
}

.fv .fv-inn .inn-conts p.conts-ttl-upper span{
	font-size: 1.6rem;
}

@media screen and (max-width: 1023px) {
	.fv .fv-inn .inn-conts p.conts-ttl-upper {
		font-size: clamp(20px, 4.8vw, 24px);
	}
	.fv .fv-inn .inn-conts p.conts-ttl-upper span{
		font-size: clamp(12px, 4vw, 16px);
	}
}

/* ------------------------------------------------------------
p.conts-ttl-middle
*  ------------------------------------------------------------ */

.fv .fv-inn .inn-conts p.conts-ttl-middle {
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.4;
	padding-top: 20px;
}

@media screen and (max-width: 1023px) {
	.fv .fv-inn .inn-conts p.conts-ttl-middle {
		font-size: clamp(25px, 4.8vw, 34px);
	}
}

@media screen and (max-width: 600px) {
	.fv .fv-inn .inn-conts p.conts-ttl-middle {
		font-size: 6.5vw;
	}
}

/* ------------------------------------------------------------
conts-ttl-lower
*  ------------------------------------------------------------ */

.fv .fv-inn .inn-conts .conts-ttl-lower {
	padding-top: 20px;
	width: 50%;
}

@media screen and (max-width: 1023px) {
	.fv .fv-inn .inn-conts .conts-ttl-lower {
		width: clamp(280px, 72vw, 400px);
	}
}

@media screen and (max-width: 600px) {
	.fv .fv-inn .inn-conts .conts-ttl-lower {
		width: 98%;
	}
}

/* ------------------------------------------------------------
ul.conts-btn
*  ------------------------------------------------------------ */

.fv .fv-inn .inn-conts ul.conts-btn {
	display: flex;
	align-items: center;
	margin-top: 40px;
}

@media screen and (max-width: 1023px) {
	.fv .fv-inn .inn-conts ul.conts-btn {
		margin-top: 20px;
	}
}

/* ----------------------------------------
ul.conts-btn li
*  ---------------------------------------- */

.fv .fv-inn .inn-conts ul.conts-btn li {
	margin-left: 20px;
}

.fv .fv-inn .inn-conts ul.conts-btn li:first-of-type {
	margin-left: 0;
}

.fv .fv-inn .inn-conts ul.conts-btn li a {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ff9d00;
	border-radius: 40px;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 500;
	height: 48px;
	transition: all 0.3s;
	width: 180px;
}

.fv .fv-inn .inn-conts ul.conts-btn li a:hover {
	opacity: 0.5;
}

@media screen and (max-width: 1023px) {
	.fv .fv-inn .inn-conts ul.conts-btn li {
		margin-left: 10px;
	}
	.fv .fv-inn .inn-conts ul.conts-btn li a {
		font-size: 1.5rem;
		width: clamp(120px, 38vw, 180px);
	}
}

@media screen and (max-width: 600px) {
	.fv .fv-inn .inn-conts ul.conts-btn li {
		margin-left: 2vw;
	}
	.fv .fv-inn .inn-conts ul.conts-btn li a {
		font-size: 3.6vw;
		width: 38vw;
	}
}

/* ================================================================================


section01 section01-inn


*  ================================================================================ */

.section01 {
	width: 100vw;
}

.section01 .section01-inn {
	margin: 0 auto;
	padding-top: 30px;
}

/* ============================================================

ul.inn-desc

*  ============================================================ */

.section01 .section01-inn ul.inn-desc {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 600px) {
	.section01 .section01-inn ul.inn-desc {
		flex-direction: column;
	}
}

.section01 .section01-inn ul.inn-desc li {
	margin-left: 16px;
}

.section01 .section01-inn ul.inn-desc li:first-of-type {
	margin-left: 0;
}

.section01 .section01-inn ul.inn-desc li img {
	height: clamp(40px, 8vw, 84px);
	width: auto;
}

@media screen and (max-width: 600px) {
	.section01 .section01-inn ul.inn-desc li {
		margin-left: 0;
		margin-top: 8px;
	}
	.section01 .section01-inn ul.inn-desc li:first-of-type {
		margin-top: 0;
	}
	.section01 .section01-inn ul.inn-desc li img {
		height: 20vw;
	}
}

/* ================================================================================


section02 section02-inn


*  ================================================================================ */

.section02 {
	width: 100vw;
}

.section02 .section02-inn {
	margin: 24px auto;
	text-align: center;
	width: 92%;
	max-width: 1240px;
}

@media screen and (max-width: 600px) {
	.section02 .section02-inn {
		width: 96%;
	}
}

/* ================================================================================


section03 section03-inn


*  ================================================================================ */

.section03 {
	background-color: #f5f5f5;
	background: linear-gradient(180deg, #f5f5f5 0%, #f5f5f5 90%, #fff 90%, #fff 100%);
	width: 100vw;
}

.section03 .section03-inn {
	background-image: url(../img/home/section03-bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 auto;
	padding-bottom: 160px;
	padding-top: 100px;
	max-width: 1240px;
	min-width: 1023px;
}

@media screen and (max-width: 1023px) {
	.section03 .section03-inn {
		max-width: 96%;
		min-width: 96%;
	}
}

@media screen and (max-width: 600px) {
	.section03 .section03-inn {
		background-position: right bottom;
		background-size: 240%;
		padding-bottom: 40vw;
		padding-top: 16vw;
		max-width: 80vw;
		min-width: 80vw;
	}
}

/* ============================================================

inn-logo

*  ============================================================ */

.section03 .section03-inn .inn-logo {
	margin: 0 auto;
	width: 320px;
}

@media screen and (max-width: 600px) {
	.section03 .section03-inn .inn-logo {
		width: 64vw;
	}
}

/* ============================================================

h2.inn-ttl

*  ============================================================ */

.section03 .section03-inn h2.inn-ttl {
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.6;
	padding-top: 40px;
	text-align: center;
}

@media screen and (max-width: 1023px) {
	.section03 .section03-inn h2.inn-ttl {
		font-size: clamp(24px, 4vw, 26px);
	}
}

@media screen and (max-width: 600px) {
	.section03 .section03-inn h2.inn-ttl {
		font-size: 5.6vw;
		text-align: left;
	}
}

/* ============================================================

p.inn-txt

*  ============================================================ */

.section03 .section03-inn p.inn-txt {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 2;
	padding-top: 20px;
	text-align: center;
}

@media screen and (max-width: 1023px) {
	.section03 .section03-inn p.inn-txt {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 600px) {
	.section03 .section03-inn p.inn-txt {
		font-size: 4vw;
		text-align: left;
	}
}

/* ================================================================================


section04 section04-inn


*  ================================================================================ */

.section04 {
	width: 100vw;
}

.section04 .section04-inn {
	margin: 0 auto;
	width: 100%;
}

/* ============================================================

inn-ttlblk

*  ============================================================ */

.section04 .section04-inn .inn-ttlblk {
  display: flex;
  flex-direction: column;
	margin: 0 auto;
	text-align: center;
	position: relative;
	padding-top: 40px;
	width: 940px;
}

@media screen and (max-width: 1023px) {
	.section04 .section04-inn .inn-ttlblk {
		width: 88vw;
	}
}

@media screen and (max-width: 600px) {
	.section04 .section04-inn .inn-ttlblk {
		width: 96vw;
	}
}

/* ------------------------------------------------------------
h2.ttlblk-ttl
*  ------------------------------------------------------------ */

.section04 .section04-inn .inn-ttlblk h2.ttlblk-ttl {
  order: 1;
	display: inline-block;
	font-size: 3.6rem;
	font-weight: 700;
	margin-top: 20px;
	position: relative;
}

.section04 .section04-inn .inn-ttlblk h2.ttlblk-ttl::before {
	content: '';
	background: linear-gradient(-90deg, #04a0e7, transparent);
	display: inline-block;
	height: 2px;
	position: absolute;
		top: 50%;
		left: 0;
	width: 200px;
}

.section04 .section04-inn .inn-ttlblk h2.ttlblk-ttl::after {
	content: '';
	background: linear-gradient(90deg, #04a0e7, transparent);
	display: inline-block;
	height: 2px;
	position: absolute;
		top: 50%;
		right: 0;
	width: 200px;
}

@media screen and (max-width: 1023px) {
	.section04 .section04-inn .inn-ttlblk h2.ttlblk-ttl {
		font-size: 4vw;
	}
	.section04 .section04-inn .inn-ttlblk h2.ttlblk-ttl::before {
		width: 12vw;
	}
	.section04 .section04-inn .inn-ttlblk h2.ttlblk-ttl::after {
		width: 12vw;
	}
}

@media screen and (max-width: 600px) {
	.section04 .section04-inn .inn-ttlblk h2.ttlblk-ttl {
		font-size: 6.4vw;
		margin-top: 3.2vw;
	}
	.section04 .section04-inn .inn-ttlblk h2.ttlblk-ttl::before {
		display: none;
	}
	.section04 .section04-inn .inn-ttlblk h2.ttlblk-ttl::after {
		display: none;
	}
}

/* ------------------------------------------------------------
h3.ttlblk-subttl
*  ------------------------------------------------------------ */

.section04 .section04-inn .inn-ttlblk h3.ttlblk-subttl {
	color: #04a0e7;
	font-size: 1.8rem;
}

@media screen and (max-width: 1023px) {
	.section04 .section04-inn .inn-ttlblk h3.ttlblk-subttl {
		font-size: 2vw;
	}
}

@media screen and (max-width: 600px) {
	.section04 .section04-inn .inn-ttlblk h3.ttlblk-subttl {
		font-size: 3.2vw;
	}
}

/* ============================================================

ul.inn-list

*  ============================================================ */

.section04 .section04-inn ul.inn-list {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
	justify-content: center;
	margin: 0 auto;
	padding: 30px 20px;
	max-width: 1150px;
}

@media screen and (max-width: 1023px) {
	.section04 .section04-inn ul.inn-list {
		padding: 30px 0;
		max-width: 96vw;
	}
}

@media screen and (max-width: 600px) {
	.section04 .section04-inn ul.inn-list {
		flex-direction: column;
		gap: 4vw;
		max-width: 80vw;
	}
}

.section04 .section04-inn ul.inn-list li {
	background-color: #f5f5f5;
	border-radius: 10px;
	box-shadow: 0px 6px 16px #00000031;
	margin-top: 2%;
	overflow: hidden;
	-webkit-transition: -webkit-transform 0.3s;
	transition: all 0.3s;
	width: 32%;
}

.section04 .section04-inn ul.inn-list li:hover {
	-webkit-transform: translate(0, 2px);
	transform: translate(0, 2px);
	box-shadow: none;
}

@media screen and (max-width: 600px) {
	.section04 .section04-inn ul.inn-list li {
		width: 100%;
	}
}

/* ------------------------------------------------------------
list-upper
*  ------------------------------------------------------------ */

.section04 .section04-inn ul.inn-list li .list-upper {
	background-color: #253e8e;
	padding: 36px 30px;
	position: relative;
}

@media screen and (max-width: 1023px) {
	.section04 .section04-inn ul.inn-list li .list-upper {
		padding: 8%;
	}
}

.section04 .section04-inn ul.inn-list li .list-upper h4.upper-ttl {
	color: #fff;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4;
}

@media screen and (max-width: 1023px) {
	.section04 .section04-inn ul.inn-list li .list-upper h4.upper-ttl {
		font-size: 2vw;
	}
}

@media screen and (max-width: 600px) {
	.section04 .section04-inn ul.inn-list li .list-upper h4.upper-ttl {
		font-size: 5vw;
	}
}

.section04 .section04-inn ul.inn-list li .list-upper .upper-img {
	position: absolute;
		top: 0;
		right: 0;
	width: 140px;
}

@media screen and (max-width: 1023px) {
	.section04 .section04-inn ul.inn-list li .list-upper .upper-img {
		width: 35%;
	}
}

/* ------------------------------------------------------------
list-lower
*  ------------------------------------------------------------ */

.section04 .section04-inn ul.inn-list li .list-lower {
	padding: 30px 0 48px;
	position: relative;
}

.section04 .section04-inn ul.inn-list li .list-lower::after {
	content: '';
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #ff9d00;
	position: absolute;
		bottom: 10px;
		left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width: 1023px) {
	.section04 .section04-inn ul.inn-list li .list-lower {
		padding: 8% 0 14%;
	}
	.section04 .section04-inn ul.inn-list li .list-lower::after {
	  border-left: 6px solid transparent;
	  border-right: 6px solid transparent;
	  border-top: 10px solid #ff9d00;
	}
}

@media screen and (max-width: 600px) {
	.section04 .section04-inn ul.inn-list li .list-lower {
		padding: 6% 0 12%;
	}
}

.section04 .section04-inn ul.inn-list li .list-lower p.lower-txt {
	color: #0c133a;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
}

@media screen and (max-width: 1023px) {
	.section04 .section04-inn ul.inn-list li .list-lower p.lower-txt {
		font-size: 2vw;
	}
}

@media screen and (max-width: 600px) {
	.section04 .section04-inn ul.inn-list li .list-lower p.lower-txt {
		font-size: 5vw;
	}
}

/* ================================================================================


section05 section05-inn


*  ================================================================================ */

.section05 {
	background: linear-gradient(180deg, rgba(255,255,255,1) 90%, rgba(245,245,245,1)100%);
	padding-bottom: 80px;
	width: 100vw;
}

@media screen and (max-width: 600px) {
	.section05 {
		padding-bottom: 12vw;
	}
}

.section05 .section05-inn {
	margin: 0 auto;
	width: 92%;
	max-width: 1110px;
}

/* ============================================================

inn-ctr

*  ============================================================ */

.section05 .section05-inn .inn-ctr {
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: contain;
	border: 3px solid #253e8e;
	border-radius: 12px;
	margin-top: 100px;
	min-height: 400px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

@media screen and (max-width: 1024px) {
	.section05 .section05-inn .inn-ctr {
		background-size: 44%;
		margin-top: 8vw;
		min-height: 36vw;
	}
}

@media screen and (max-width: 600px) {
	.section05 .section05-inn .inn-ctr {
		background-size: contain;
		margin-top: 16vw;
		min-height: 100%;
		padding-bottom: 64vw;
	}
}

.section05 .section05-inn .inn-ctr.ctr-bg-1 {
	background-image: url(../img/home/section05-bg-1.png);
}

.section05 .section05-inn .inn-ctr.ctr-bg-2 {
	background-image: url(../img/home/section05-bg-2.png);
}

.section05 .section05-inn .inn-ctr.ctr-bg-3 {
	background-image: url(../img/home/section05-bg-3.png);
}

.section05 .section05-inn .inn-ctr.ctr-bg-4 {
	background-image: url(../img/home/section05-bg-4.png);
}

@media screen and (max-width: 1024px) {
	.section05 .section05-inn .inn-ctr.ctr-bg-4 {
		background-image: url(../img/home/section05-bg-4-sp.png);
	}
}

/* ------------------------------------------------------------
ctr-problem
*  ------------------------------------------------------------ */

.section05 .section05-inn .inn-ctr .ctr-problem {
	background-color: #253e8e;
	border-bottom-right-radius: 12px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	padding-bottom: 16px;
	padding-left: 40px;
	padding-top: 12px;
	width: 56%;
}

@media screen and (max-width: 1024px) {
	.section05 .section05-inn .inn-ctr .ctr-problem {
		font-size: 1.8vw;
		padding-left: 20px;
		width: 48%;
	}
}

@media screen and (max-width: 600px) {
	.section05 .section05-inn .inn-ctr .ctr-problem {
		font-size: 3.6vw;
		padding-left: 4vw;
		width: 80%;
	}
}

/* ------------------------------------------------------------
h2.ctr-ttl
*  ------------------------------------------------------------ */

.section05 .section05-inn .inn-ctr h2.ctr-ttl {
	font-size: 3.2rem;
	font-weight: 700;
	margin-left: 4%;
	margin-top: 48px;
}

@media screen and (max-width: 1024px) {
	.section05 .section05-inn .inn-ctr h2.ctr-ttl {
		font-size: 2.8vw;
		margin-left: 24px;
		margin-top: 40px;
	}
}

@media screen and (max-width: 600px) {
	.section05 .section05-inn .inn-ctr h2.ctr-ttl {
		font-size: 7.2vw;
		margin-left: 6.4vw;
		margin-top: 8vw;
		line-height: 1.4;
	}
}

/* ------------------------------------------------------------
ul.ctr-list
*  ------------------------------------------------------------ */

.section05 .section05-inn .inn-ctr ul.ctr-list {
	background-image: linear-gradient(to right, #b5b5b5, #b5b5b5 2px, transparent 2px, transparent 8px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 8px 1px;
	margin-left: 4%;
	margin-top: 40px;
	width: 580px;
}

@media screen and (max-width: 1024px) {
	.section05 .section05-inn .inn-ctr ul.ctr-list {
		background-image: none;
		margin-left: 24px;
		margin-top: 24px;
		width: 72%;
	}
}

@media screen and (max-width: 600px) {
	.section05 .section05-inn .inn-ctr ul.ctr-list {
		margin-left: 4vw;
		margin-top: 6vw;
		width: 90%;
	}
}

.section05 .section05-inn .inn-ctr ul.ctr-list li {
	background-image: linear-gradient(to right, #b5b5b5, #b5b5b5 2px, transparent 2px, transparent 8px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 1px;
 	font-size: 1.8rem;
 	font-weight: 500;
 	line-height: 1.6;
 	padding: 14px 20px 14px 40px;
 	position: relative;
	text-shadow:1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff,  0-1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}

.section05 .section05-inn .inn-ctr ul.ctr-list li::before {
	content: '';
	background: url(../img/home/section05-list-icon.svg) no-repeat;
	background-size: contain;
	height: 22px;
	position: absolute;
		top: 18px;
		left: 8px;
	width: 22px;
}

@media screen and (max-width: 1024px) {
	.section05 .section05-inn .inn-ctr ul.ctr-list li {
		background-image: none;
	 	font-size: 1.9vw;
	 	padding: 10px 20px 10px 40px;
	}
	.section05 .section05-inn .inn-ctr ul.ctr-list li::before {
		position: absolute;
			top: 1.5vw;
	}
}

@media screen and (max-width: 600px) {
	.section05 .section05-inn .inn-ctr ul.ctr-list li {
		background-image: linear-gradient(to right, #b5b5b5, #b5b5b5 2px, transparent 2px, transparent 8px);
	  background-position: left top;
	  background-repeat: repeat-x;
	  background-size: 8px 1px;
	 	font-size: 4.8vw;
	 	padding: 4vw 2vw 4vw 12vw;
	}
	.section05 .section05-inn .inn-ctr ul.ctr-list li::before {
		height: 6.4vw;
		position: absolute;
			top: 4.8vw;
		width: 6.4vw;
	}
}

/* ------------------------------------------------------------
ctr-img
*  ------------------------------------------------------------ */

.section05 .section05-inn .inn-ctr .ctr-img {
	position: absolute;
		bottom: 0;
		right: 0;
	width: 520px;
}

@media screen and (max-width: 1024px) {
	.section05 .section05-inn .inn-ctr .ctr-img {
		position: absolute;
			bottom: 2vw;
		width: 40vw;
	}
}

@media screen and (max-width: 600px) {
	.section05 .section05-inn .inn-ctr .ctr-img {
		position: absolute;
			bottom: 4.8vw;
		width: 100%;
	}
}

/* ================================================================================


section06 section06-inn


*  ================================================================================ */

.section06 {
	background-image: url(../img/home/section06-bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	padding-bottom: 40px;
	width: 100vw;
}

@media screen and (max-width: 600px) {
	.section06 {
		padding-bottom: 8vw;
	}
}

.section06 .section06-inn {
	margin: 40px auto 0;
	width: 92%;
	max-width: 1110px;
}

@media screen and (max-width: 600px) {
	.section06 .section06-inn {
		margin: 4vw auto 0;
	}
}

/* ============================================================

inn-ttlblk

*  ============================================================ */

.section06 .section06-inn .inn-ttlblk {
  display: flex;
  flex-direction: column;
	position: relative;
	padding-top: 40px;
}

/* ------------------------------------------------------------
h2.ttlblk-ttl
*  ------------------------------------------------------------ */

.section06 .section06-inn .inn-ttlblk h2.ttlblk-ttl {
  order: 1;
	font-size: 3.6rem;
	font-weight: 700;
	padding-top: 20px;
}

@media screen and (max-width: 1023px) {
	.section06 .section06-inn .inn-ttlblk h2.ttlblk-ttl {
		font-size: 4vw;
	}
}

@media screen and (max-width: 600px) {
	.section06 .section06-inn .inn-ttlblk h2.ttlblk-ttl {
		font-size: 7.2vw;
		line-height: 1.4;
		padding-top: 4vw;
	}
}

/* ------------------------------------------------------------
h3.ttlblk-subttl
*  ------------------------------------------------------------ */

.section06 .section06-inn .inn-ttlblk h3.ttlblk-subttl {
	color: #04a0e7;
	font-size: 1.8rem;
}

@media screen and (max-width: 1023px) {
	.section06 .section06-inn .inn-ttlblk h3.ttlblk-subttl {
		font-size: 2vw;
	}
}

@media screen and (max-width: 600px) {
	.section06 .section06-inn .inn-ttlblk h3.ttlblk-subttl {
		font-size: 4vw;
	}
}

/* ============================================================

.inn-imgblk

*  ============================================================ */

.section06 .section06-inn .inn-imgblk {
	margin-top: 50px;
}

/* ============================================================

inn-otherlessonsblk

*  ============================================================ */

.section06 .section06-inn .inn-otherlessonsblk {
	padding-top: 80px;
}

@media screen and (max-width: 600px) {
	.section06 .section06-inn .inn-otherlessonsblk {
		padding-top: 8vw;
	}
}

/* ------------------------------------------------------------
h2.otherlessonsblk-ttl
*  ------------------------------------------------------------ */

.section06 .section06-inn .inn-otherlessonsblk h2.otherlessonsblk-ttl {
	font-size: 2.4rem;
	font-weight: 700;
}

@media screen and (max-width: 600px) {
	.section06 .section06-inn .inn-otherlessonsblk h2.otherlessonsblk-ttl {
		font-size: 5.6vw;
		line-height: 1.4;
	}
}

/* ------------------------------------------------------------
ul.otherlessonsblk-list
*  ------------------------------------------------------------ */

.section06 .section06-inn .inn-otherlessonsblk ul.otherlessonsblk-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}

@media screen and (max-width: 600px) {
	.section06 .section06-inn .inn-otherlessonsblk ul.otherlessonsblk-list {
		flex-direction: column;
		margin-top: 6vw;
	}
}

.section06 .section06-inn .inn-otherlessonsblk ul.otherlessonsblk-list li {
	width: 32%;
}

@media screen and (max-width: 600px) {
	.section06 .section06-inn .inn-otherlessonsblk ul.otherlessonsblk-list li {
		margin-top: 4vw;
		width: 100%;
	}
	.section06 .section06-inn .inn-otherlessonsblk ul.otherlessonsblk-list li:first-of-type {
		margin-top: 0;
	}
}

/* ================================================================================


section07 section07-inn


*  ================================================================================ */

.section07 {
	background-color: #f5f5f5;
	padding-bottom: 80px;
	padding-top: 60px;
	width: 100vw;
}

.section07 .section07-inn {
	margin: 0 auto;
	width: 92%;
	max-width: 1110px;
}

/* ============================================================

h2.inn-ttl

*  ============================================================ */

.section07 .section07-inn h2.inn-ttl {
	display: flex;
	align-items: center;
	font-size: 3.2rem;
	font-weight: 700;
}

.section07 .section07-inn h2.inn-ttl::after {
	content: '';
	flex-grow: 1;
	border-top: 1px solid #0c133a;
	margin-left: 2rem;
}

@media screen and (max-width: 600px) {
	.section07 .section07-inn h2.inn-ttl {
		font-size: 7.2vw;
	}
}

/* ============================================================

ul.inn-list

*  ============================================================ */

.section07 .section07-inn ul.inn-list {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
	justify-content: center;
}

@media screen and (max-width: 600px) {
	.section07 .section07-inn ul.inn-list {
		flex-direction: column;
	}
}

.section07 .section07-inn ul.inn-list li.list-ctr {
  display: flex;
  flex-direction: column;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: 4%;
	padding-top: 16%;
	width: 32%;
}

.section07 .section07-inn ul.inn-list li.list-ctr.section07-1 {
	background-image: url(../img/home/section07-1.jpg);
}

.section07 .section07-inn ul.inn-list li.list-ctr.section07-2 {
	background-image: url(../img/home/section07-2.jpg);
}

.section07 .section07-inn ul.inn-list li.list-ctr.section07-3 {
	background-image: url(../img/home/section07-3.jpg);
}

@media screen and (max-width: 600px) {
	.section07 .section07-inn ul.inn-list li.list-ctr {
		margin-top: 12vw;
		padding-top: 44vw;
		width: 100%;
	}
}

/* ------------------------------------------------------------
ctr-company
*  ------------------------------------------------------------ */

.section07 .section07-inn ul.inn-list li.list-ctr .ctr-company {
	flex-grow: 1;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0px 3px 12px #00000017;
	margin-left: 20px;
	margin-right: 20px;
	overflow: hidden;
	position: relative;
	padding: 20px;
}

@media screen and (max-width: 600px) {
	.section07 .section07-inn ul.inn-list li.list-ctr .ctr-company {
		margin-left: 6.4vw;
		margin-right: 6.4vw;
		padding: 6.4vw;
	}
}

.section07 .section07-inn ul.inn-list li.list-ctr .ctr-company p.company-comments {
	color: #797979;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.6;
	padding-bottom: 20%;
}

@media screen and (max-width: 600px) {
	.section07 .section07-inn ul.inn-list li.list-ctr .ctr-company p.company-comments {
		font-size: 4.4vw;
		padding-bottom: 12vw;
	}
}

.section07 .section07-inn ul.inn-list li.list-ctr .ctr-company p.company-name {
	color: #0c133a;
	font-size: 1.4rem;
	font-weight: 500;
	padding-top: 10px;
	position: absolute;
		bottom: 20px;
		left: 20px;
}

.section07 .section07-inn ul.inn-list li.list-ctr .ctr-company p.company-name::before {
	content: '';
	background-color: #04a0e7;
	display: block;
	height: 1px;
	position: absolute;
		top: 0;
		left: 0;
	width: 60px;
}

@media screen and (max-width: 600px) {
	.section07 .section07-inn ul.inn-list li.list-ctr .ctr-company p.company-name {
		font-size: 3.6vw;
		position: absolute;
			bottom: 6.4vw;
			left: 6.4vw;
	}
}

/* ================================================================================


section08 section08-inn


*  ================================================================================ */

.section08 {
	background-color: #fff;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, .1);
	padding-bottom: 50px;
	padding-top: 50px;
	position: relative;
	width: 100vw;
}

@media screen and (max-width: 600px) {
	.section08 {
		padding-bottom: 16vw;
		padding-top: 16vw;
	}
}

.section08 .section08-inn {
	margin: 0 auto;
}

/* ============================================================

h2.inn-ttl

*  ============================================================ */

.section08 .section08-inn h2.inn-ttl {
	font-size: 2rem;
	font-weight: 500;
	line-height: 2;
	text-align: center;
}

@media screen and (max-width: 600px) {
	.section08 .section08-inn h2.inn-ttl {
		font-size: 4vw;
	}
}

/* ============================================================

ul.inn-btn

*  ============================================================ */

.section08 .section08-inn ul.inn-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px auto 0;
	width: 100%;
}

@media screen and (max-width: 600px) {
	.section08 .section08-inn ul.inn-btn {
		flex-direction: column;
	}
}

.section08 .section08-inn ul.inn-btn li {
	margin-left: 20px;
}

.section08 .section08-inn ul.inn-btn li:first-of-type {
	margin-left: 0;
}

.section08 .section08-inn ul.inn-btn li a {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ff9d00;
	border-radius: 50px;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 500;
	height: 50px;
	transition: all 0.3s;
	width: 240px;
}

.section08 .section08-inn ul.inn-btn li a:hover {
	opacity: 0.5;
}

@media screen and (max-width: 600px) {
	.section08 .section08-inn ul.inn-btn li {
		margin-left: 0;
		margin-top: 4vw;
	}
	.section08 .section08-inn ul.inn-btn li:first-of-type {
		margin-top: 0;
	}
	.section08 .section08-inn ul.inn-btn li a {
		font-size: 1.5rem;
		height: 50px;
		width: 240px;
	}
}

/* ================================================================================


section09 section09-inn


*  ================================================================================ */

.section09 {
	background-color: #f5f5f5;
	padding-top: 80px;
	width: 100vw;
}

@media screen and (max-width: 600px) {
	.section09 {
		padding-top: 16vw;
	}
}

.section09 .section09-inn {
	margin: 0 auto;
	width: 92%;
	max-width: 980px;
}

@media screen and (max-width: 600px) {
	.section09 .section09-inn {
		width: 88vw;
	}
}

/* ============================================================

h2.inn-ttl

*  ============================================================ */

.section09 .section09-inn h2.inn-ttl {
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
}

@media screen and (max-width: 600px) {
	.section09 .section09-inn h2.inn-ttl {
		font-size: 5.6vw;
	}
}

/* ============================================================

inn-card

*  ============================================================ */

.section09 .section09-inn .inn-card {
	display: flex;
	justify-content: space-between;
	align-content: stretch;
	margin: 40px auto 0;
	width: 100%;
}

@media screen and (max-width: 600px) {
	.section09 .section09-inn .inn-card {
		flex-direction: column;
		margin: 40px auto 0;
		width: 88%;
	}
}

/* ------------------------------------------------------------
card-conts
*  ------------------------------------------------------------ */

.section09 .section09-inn .inn-card .card-conts {
	background-color: #fff;
	border: 1px solid #253e8e;
	border-radius: 8px;
	padding-bottom: 30px;
	padding-top: 10px;
	position: relative;
	width: 31%;
}

@media screen and (max-width: 600px) {
	.section09 .section09-inn .inn-card .card-conts {
		margin-top: 6vw;
		padding-bottom: 6vw;
		width: 100%;
	}
	.section09 .section09-inn .inn-card .card-conts:first-of-type {
		margin-top: 0;
	}
}

/* ----------------------------------------
conts-ribbon
*  ---------------------------------------- */

.section09 .section09-inn .inn-card .card-conts .conts-ribbon {
  background-color: #253e8e;
	color: #fff;
  margin-left: -10px;
	font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
	font-weight: 400;
	height: 54px;
  padding-left: 14px;
  padding-top: 14px;
	position: relative;
  width: 93px;
}

.section09 .section09-inn .inn-card .card-conts .conts-ribbon span.bold {
  font-size: 3rem;
	padding-left: 4px;
}

.section09 .section09-inn .inn-card .card-conts .conts-ribbon::after {
	content: '';
	border-bottom: 27px solid transparent;
	border-left: 20px solid #253e8e;
	border-right: 20px solid transparent;
	border-top: 27px solid transparent;
	display: block;
	height: 0;
	position: absolute;
		top: 0;
		right: -39.5px;
	width: 0;
}

/* ----------------------------------------
h3.conts-ttl
*  ---------------------------------------- */

.section09 .section09-inn .inn-card .card-conts h3.conts-ttl {
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.2rem;
	padding-top: 32px;
	text-align: center;
	position: relative;
}

.section09 .section09-inn .inn-card .card-conts h3.conts-ttl.stepthird::before {
	content: '最短即日';
	font-size: 1.6rem;
	position: absolute;
		top: 10px;
		left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 600px) {
	.section09 .section09-inn .inn-card .card-conts h3.conts-ttl {
		font-size: 6.4vw;
		padding-top: 6vw;
	}
	.section09 .section09-inn .inn-card .card-conts h3.conts-ttl.stepthird::before {
		font-size: 4.4vw;
		position: absolute;
			top: 0;
	}
}

/* ----------------------------------------
conts-img
*  ---------------------------------------- */

.section09 .section09-inn .inn-card .card-conts .conts-img {
	margin: 24px auto 0;
	width: 80%;
}

@media screen and (max-width: 600px) {
	.section09 .section09-inn .inn-card .card-conts .conts-img {
		margin: 6vw auto 0;
	}
}

/* ----------------------------------------
p.conts-txt
*  ---------------------------------------- */

.section09 .section09-inn .inn-card .card-conts p.conts-txt {
	font-size: 1.5rem;
	letter-spacing: 0.05rem;
	line-height: 1.5;
	margin: 20px auto 0;
	width: 72%;
}

@media screen and (max-width: 600px) {
	.section09 .section09-inn .inn-card .card-conts p.conts-txt {
		font-size: 4vw;
		margin: 6vw auto 0;
	}
}

/* ================================================================================


fade


*  ================================================================================ */

.fadeIn {
  opacity: 0;
  transition-duration: 800ms;
  transition-property: opacity, transform;
}

.fadeIn-up {
  transform: translate(0, 50px);
}

.scrollIn {
  opacity: 1;
  transform: translate(0, 0);
}
