/* Common */
.sec {
	padding: 120px 0px;
}

.sec-title {
	display: flex;
	gap:10px;
	font-size:3.6rem;
	font-weight:700;
	line-height: 1;
	margin-bottom:60px;
	/* overflow: hidden; */
}

.sec-title span {
	display: block;
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {
	.sec {
		padding: 100px 0px;
	}

	.sec-title {
		gap:6px;
		font-size:2.8rem;
		margin-bottom:40px;
	}
}
@media screen and (max-width:768px) {

}
@media screen and (max-width:576px) {
	.sec {
		padding: 70px 0px;
	}

	.sec-title {
		gap:4px;
		font-size:2.4rem;
		margin-bottom:30px;
	}
}


/* Sub Visual */
.sub-visual {
	width:100%;
	height: 380px;
	background: url('/child/img/sub/sv.png') no-repeat center / cover;
}

.sub-visual .sub-container {
	display: flex;
	align-items: center;
	max-width:1310px;
	width:100%;
	height:100%;
	margin:0 auto;
	padding:0px 15px;
}

.sub-visual .sub-title {
	font-family: 'Inter', sans-serif;
	font-size:4.8rem;
	font-weight: 800;
	line-height:1;
	margin-bottom:40px;
}

.sub-visual .sub-title span {
	color:#e50000;
}

.sub-visual .sub-text {
	font-size:2.4rem;
	line-height: 1.5;
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {
	.sub-visual {
		height:280px;
	}

	.sub-visual .sub-title {
		font-size:3.6rem;
		margin-bottom:30px;
	}

	.sub-visual .sub-text {
		font-size:2rem;
	}
}
@media screen and (max-width:768px) {
	
}
@media screen and (max-width:576px) {
	.sub-visual {
		height:220px;
		background-position: right center;
	}

	.sub-visual .sub-title {
		font-size:2.8rem;
		margin-bottom:20px;
	}

	.sub-visual .sub-text {
		font-size:1.8rem;
	}
}


/* Company */
.company .sec02 {
	background-color: #f9f9f9;
}

.company .sec01 .txt .t01 {
	font-size:2.8rem;
	margin-bottom:30px;
}

.company .sec01 .txt .t02 {
	font-size: 2rem;
}

.company .sec02 .bd {
	display: flex;
	justify-content: space-between;
}

.company .sec02 .txt .t01 {
	font-size:2.8rem;
}

.company .sec02 .txt .t02 {
	font-size:2.8rem;
	margin:20px 0px 50px;
}

.company .sec02 .txt .t03 {
	font-size:2rem;
	margin-bottom:30px;
}

.company .sec02 .txt .t03:last-child {
	margin-bottom:0px;
}

.company .sec02 .img {
	font-size:0px;
}

.company .sec03 .his {
	display: flex;
	justify-content: space-between;
}

.company .sec03 .lt {
	width:37.5%;
	position: relative;
}

.company .sec03 .rt {
	width:50%;
}

.company .sec03 .img-inner {
	position: relative;
	font-size:0px;
}

.company .sec03 .btn {
	display: flex;
	gap:10px;
	position: absolute;
	left:20px;
	bottom:20px;
}

.company .sec03 .anchor {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width:160px;
	height:36px;
	border:1px solid #fff;
	border-radius:50px;
	text-align: center;
	font-size:1.8rem;
	font-weight: 500;
	line-height:1;
	color:#fff;
}

.company .sec03 .anchor.on {
	background-color: #e50000;
	border-color: #e50000;
}

.company .sec03 .his-item {
	margin-top: 120px;
}

.company .sec03 .his-item:first-child {
	margin:0px;
}

.company .sec03 .his-tit {
	display: flex;
	align-items: center;
	gap:20px;
	font-size:2.8rem;
	padding-bottom:80px;
}

.company .sec03 .his-tit i {
	display: block;
	width:16px;
	height:16px;
	background: url('/child/img/sub/company/sec03_pin.png') no-repeat center;
}

.company .sec03 .his-con {
	position: relative;
}

.company .sec03 .his-con::after {
	content: "";
	display: block;
	position: absolute;
	top:10px;
	left:8px;
	width:1px;
	height:calc(100% - 20px);
	background-color: #d9d9d9;
	z-index:-1;
}

.company .sec03 .his-con dl {
	display: flex;
	align-items: center;
	padding-bottom:40px;
}

.company .sec03 .his-con dl:last-child {
	padding:0px;
}

.company .sec03 .his-con dt {
	position: relative;
	width:170px;
	padding-left:30px;
	font-size:2rem;
}

.company .sec03 .his-con dt::before {
	content: "";
	display: block;
	position: absolute;
	top:50%;
	left:4px;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	width:9px;
	height:9px;
	background-color: #e50000;
	border-radius: 50%;
}

.company .sec03 .his-con dd {
	width: calc(100% - 170px);
	font-size: 2rem;
	color:#343434;
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {
	.company .sec01 .txt .t01 {
		font-size:2.4rem;
		margin-bottom:20px;
	}
	
	.company .sec01 .txt .t02 {
		font-size: 1.8rem;
	}

	.company .sec02 .bd {
		flex-direction: column;
		justify-content: flex-start;
		gap:30px;
	}

	.company .sec02 .txt .t01 {
		font-size:2.4rem;
	}
	
	.company .sec02 .txt .t02 {
		font-size:2.4rem;
		margin:16px 0px 36px;
	}
	
	.company .sec02 .txt .t03 {
		font-size:1.8rem;
		margin-bottom:20px;
	}
	
	.company .sec02 .img img {
		content: url('/child/img/sub/company/sec02_m_img.jpg');
	}

	.company .sec03 .lt {
		width:45.5%;
	}

	.company .sec03 .btn {
		gap:6px;
		left:16px;
		bottom:16px;
	}
	
	.company .sec03 .anchor {
		width:140px;
		height:28px;
		font-size:1.6rem;
	}

	.company .sec03 .his-item {
		margin-top:100px;
	}

	.company .sec03 .his-tit {
		gap:12px;
		font-size: 2.4rem;
		padding-bottom:60px;
	}

	.company .sec03 .his-tit i {
		width:14px;
		height:14px;
		background-size:auto 14px;
	}

	.company .sec03 .his-con dl {
		padding-bottom:30px;
	}

	.company .sec03 .his-con dt {
		width:120px;
		padding-left:20px;
		font-size:1.8rem;
	}
	
	.company .sec03 .his-con dt::before {
		left:5px;
		width: 7px;
		height:7px;
	}

	.company .sec03 .his-con dd {
		width: calc(100% - 120px);
		font-size:1.8rem;
	}
}
@media screen and (max-width:768px) {
	.company .sec03 .his {
		flex-direction: column;
		gap:40px;
	}

	.company .sec03 .lt {
		width: 100%;
	}

	.company .sec03 .rt {
		width: 100%;
	}

	.company .sec03 .btn {
		display: none;
	}

	.company .sec03 .his-item {
		margin-top:70px;
	}

	.company .sec03 .his-img img {
		width: 100%;
	}

	.company .sec03 .his-tit {
		padding-bottom:40px;
	}
}
@media screen and (max-width:576px) {
	.company .sec01 .txt .t01 {
		font-size:2rem;
		margin-bottom:16px;
	}
	
	.company .sec01 .txt .t02 {
		font-size: 1.6rem;
	}

	.company .sec02 .bd {
		gap:20px;
	}

	.company .sec02 .txt .t01 {
		font-size:2rem;
	}
	
	.company .sec02 .txt .t02 {
		font-size:2rem;
		margin:12px 0px 24px;
	}
	
	.company .sec02 .txt .t03 {
		font-size:1.6rem;
		margin-bottom:16px;
	}

	.company .sec03 .his {
		gap: 30px;
	}

	.company .sec03 .his-item {
		margin-top:50px;
	}

	.company .sec03 .his-tit {
		gap:6px;
		font-size: 2rem;
		padding-bottom: 20px;
	}

	.company .sec03 .his-tit i {
		width:12px;
		height:12px;
		background-size:auto 12px;
	}

	.company .sec03 .his-con::after {
		left:5px;
	}

	.company .sec03 .his-con dl {
		align-items: flex-start;
		flex-direction: column;
		gap:4px;
		padding-bottom:20px;
	}

	.company .sec03 .his-con dt {
		width:100px;
		padding-left:16px;
		font-size:1.6rem;
	}

	.company .sec03 .his-con dt::before {
		left:3px;
		width: 5px;
		height:5px;
	}

	.company .sec03 .his-con dd {
		width: 100%;
		padding-left:16px;
		font-size:1.6rem;
	}
}


/* Service */
.service .dep {
	margin-bottom:80px;
}

.service .dep-inner {
	padding:6px;
	border:1px solid #3b3b3b;
	border-radius:30px;
}

.service .dep-menu {
	display: flex;
	gap:6px;
}

.service .dep-menu li {
	flex:1 1;
}

.service .dep-menu a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	height:48px;
	border-radius:30px;
	font-size:2rem;
	font-weight:500;
	line-height: 1;
	color:#3b3b3b;
}

.service .dep-menu li.on a {
	font-weight:700;
	color:#fff;
	background-color: #3b3b3b;
}

.service .comment-tit {
	display: flex;
	gap:10px;
	font-size:3.6rem;
	margin-bottom:40px;
}

.service .comment-tit span {
	display: block;
}

.service .comment-txt {
	font-size: 2rem;
}

.service .sec .din {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap:40px;
}

.service .sec .lt-img {
	width: 46.875%;
}

.service .sec .lt-txt {
	width: 50%;
}

.service .sec .rt-img {
	width: 46.875%;
}

.service .sec .rt-txt {
	width: 50%;
}

.service .sec .img {
	font-size:0px;
}

.service .sec .txt {
	padding-left:40px;
}

.service .sec .txt .t01 {
	font-size: 2.4rem;
	margin-bottom:40px;
}

.service .sec .txt .t02 {
	font-size:2rem;
}

.service .sec02, .service .sec04 {
	background-color: #f9f9f9;
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {
	.service .dep {
		margin-bottom:60px;
	}

	.service .dep-inner {
		padding: 4px;
	}

	.service .dep-menu a {
		height:40px;
		font-size:1.8rem;
	}

	.service .comment-tit {
		gap:6px;
		font-size:2.8rem;
		margin-bottom:30px;
	}
	
	.service .comment-txt {
		font-size:1.8rem;
	}

	.service .sec .din {
		gap:30px;
	}
	
	.service .sec .txt {
		padding-left:30px;
	}

	.service .sec .txt .t01 {
		font-size: 2rem;
		margin-bottom:30px;
	}

	.service .sec .txt .t02 {
		font-size:1.8rem;
	}

}
@media screen and (max-width:768px) {
	.service .dep-inner {
    position: relative;
		padding:0px;
    padding-top: 40px;
		border:0px;
  }

	.service .dep-menu {
		gap:0px;
		flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    margin:0px;
    margin-bottom:0px;
    z-index:1000;
  }

	.service .dep-menu::before {
    content:'';
    position: absolute;
    top:11px;
    right:20px;
    display: block;
    width:12px;
    height:12px;
    border-left:3px solid #fff;
    border-bottom:3px solid #fff;
    transform: rotate(-45deg);
  }

	.service .dep-menu li {
    display: none;
    flex:1 1 100%;
    width: 100%;
    order: 2;
    padding:0px;
		cursor: pointer;
  }

	.service .dep-menu a {
		background-color: #efefef;
		border-radius:0px;
	}

	.service .dep-menu.on li{
    display:block;
  }

  .service .dep-menu li.on {
    display:block;
    order: 1;
  }

  .service .dep-menu li.on a {
    pointer-events: none;
  }

	.service .sec .din {
		flex-wrap: wrap;
		gap:30px;
	}

	.service .sec .lt-img {
		width: 100%;
		order: 1;
	}
	
	.service .sec .lt-txt {
		width: 100%;
		order: 2;
	}
	
	.service .sec .rt-img {
		width: 100%;
		order: 1;
	}
	
	.service .sec .rt-txt {
		width: 100%;
		order: 2;
	}

	.service .sec .lt-img img,
	.service .sec .rt-img img {
		width: 100%;
	}

	.service .sec .txt {
		padding-left:0px;
	}
}
@media screen and (max-width:576px) {
	.service .dep {
		margin-bottom:40px;
	}

	.service .dep-menu a {
		font-size:1.6rem;
	}

	.service .comment-tit {
		gap:4px;
		font-size:2.4rem;
		margin-bottom:16px;
	}
	
	.service .comment-txt {
		font-size:1.6rem;
	}

	.service .sec .din {
		gap:20px;
	}

	.service .sec .txt .t01 {
		font-size:1.8rem;
		margin-bottom:16px;
	}

	.service .sec .txt .t02 {
		font-size:1.6rem;
	}
}


/* Attract */
.attract {
	background-color: #f9babc;
}

.attract .img {
	text-align: center;
	margin-bottom:40px;
}

.attract .btn {
	display: flex;
	justify-content: center;
	gap:80px;
}

.attract .link {
	position: relative;
	display: inline-flex;
	align-items: center;
	max-width:480px;
	width: 100%;
	height:auto;
	padding:12px;
	background-color: #ffffff;
	border-radius:10px;
}

.attract .link::after {
	content: "";
	display: inline-block;
	position: absolute;
	top:12px;
	right:12px;
	width:40px;
	height:40px;
	background: url('/child/img/sub/service/attract/sec05_arr.png') no-repeat center;
	-webkit-transition:all .3s ease;
	transition:all .3s ease;
}

.attract .link i {
	display: inline-block;
	width:40px;
	height:40px;
	margin-right:16px;
	background-repeat: no-repeat;
	background-position: center;
}

.attract .link i.ico01 {
	background-image: url('/child/img/sub/service/attract/sec05_ico_01.png');
}

.attract .link i.ico02 {
	background-image: url('/child/img/sub/service/attract/sec05_ico_02.png');
}

.attract .link span {
	font-size: 2rem;
	font-weight:500;
}

@media screen and (min-width:1201px) {
	.attract .link:hover::after {
		right:4px;
	}
}
@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {
	.attract .img {
		margin-bottom:30px;
	}

	.attract .img img {
		width:149px;
	}

	.attract .btn {
		gap:20px;
	}

	.attract .link::after {
		width:30px;
		height: 30px;
		background-size:auto 16px;
	}

	.attract .link i {
		width:30px;
		height:30px;
		background-size:auto 30px;
		margin-right:12px;
	}

	.attract .link span {
		font-size:1.8rem;
	}
}	
@media screen and (max-width:768px) {
	
}
@media screen and (max-width:576px) {
	.attract .img {
		margin-bottom:20px;
	}

	.attract .img img {
		width:119px;
	}

	.attract .btn {
		flex-wrap: wrap;
		gap:8px;
	}

	.attract .link {
		height:auto;
		padding:6px;
		border-radius: 6px;
	}

	.attract .link::after {
		top:6px;
		right:6px;
		width:26px;
		height:26px;
		background-size:auto 12px;
	}

	.attract .link i {
		width:26px;
		height:26px;
		background-size:auto 26px;
	}

	.attract .link span {
		font-size:1.6rem;
	}
}


/* Learn */
.learn .list {
	display: flex;
	margin:-20px;
}

.learn .list li {
	width: 25%;
	padding:20px;
}

.learn .list .thumb {
	position: relative;
	width: 100%;
	height:0;
	padding-top: calc(290/290*100%);
	overflow: hidden;
	font-size:0px;
}

.learn .list .thumb img {
	display: block;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width: 100%;
	height:100%;
}

.learn .list .con {
	text-align: center;
	padding-top:30px;
}

.learn .list .con p {
	font-size:2.4rem;
	margin-bottom:16px;
}

.learn .list .con span {
	font-size: 2rem;
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {
	.learn .list {
		margin:-12px;
	}
	
	.learn .list li {
		padding:12px;
	}
	
	.learn .list .con {
		padding-top:20px;
	}
	
	.learn .list .con p {
		font-size:2rem;
		margin-bottom:12px;
	}
	
	.learn .list .con span {
		font-size:1.8rem;
	}
}
@media screen and (max-width:768px) {
	.learn .list {
		flex-wrap: wrap;
		margin:-12px -8px;
	}
	
	.learn .list li {
		width:50%;
		padding:12px 8px;
	}

}
@media screen and (max-width:576px) {
	.learn .list {
		margin:-12px -4px;
	}
	
	.learn .list li {
		padding:12px 4px;
	}

	.learn .list .con {
		padding-top:16px;
	}
	
	.learn .list .con p {
		font-size:1.8rem;
		margin-bottom:6px;
	}
	
	.learn .list .con span {
		font-size:1.6rem;
	}
}


/* Contact */
.contact .sec01 .txt .t01 {
	font-size:3.6rem;
	font-weight:700;
	margin-bottom:40px;
}

.contact .sec01 .txt .t02 {
	font-size:2rem;
}

.contact .sec01 .txt .t02 a,
.contact .sec01 .txt .t02 span {
	position: relative;
	display:inline-block;
}

.contact .sec01 .txt .t02 a::after {
	content: "";
	display: inline-block;
	position: absolute;
	left:0;
	bottom: 0;
	width:100%;
	height:1px;
	background-color: #141414;
}

.contact .sec01 .txt .t02 span {
	margin:0px 12px;
}

.contact .sec02 {
	background-color: #f9f9f9;
}

.contact .sec02 .block {
	margin-bottom:40px;
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {
	.contact .sec01 .txt .t01 {
		font-size:2.8rem;
		margin-bottom:30px;
	}
	
	.contact .sec01 .txt .t02 {
		font-size:1.8rem;
	}

	.contact .sec02 .block {
		margin-bottom:30px;
	}
}
@media screen and (max-width:768px) {

}
@media screen and (max-width:576px) {
	.contact .sec01 .txt .t01 {
		font-size:2.4rem;
		margin-bottom:20px;
	}
	
	.contact .sec01 .txt .t02 {
		font-size:1.6rem;
	}

	.contact .sec01 .txt .t02 b {
		display: block;
		margin-bottom:6px;
	}

	.contact .sec01 .txt .t02 span {
		margin:0px 6px;
	}
}


/* Privacy */
.privacy .sec {
	padding:15px 0px;
}

.privacy .privacy-textarea {
	width: 100%;
	height:500px;
	border:1px solid #dbdbdb;
	overflow-y: auto;
}

.privacy .privacy-textarea div {
	padding:20px;
}

.privacy .privacy-textarea p {
	font-size: 1.8rem;
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {
	.privacy .privacy-textarea div {
		padding:16px;
	}
	
	.privacy .privacy-textarea p {
		font-size: 1.6rem;
	}
	
}
@media screen and (max-width:768px) {

}
@media screen and (max-width:576px) {
	.privacy .privacy-textarea div {
		padding:12px;
	}
	
	.privacy .privacy-textarea p {
		font-size: 1.4rem;
	}	
}