@charset "utf-8";

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.pcOnly {
	display: block;
}
.spOnly {
	display: none;
}

.mainVisual {
	margin: 0 auto;
	padding: 30px 20px 59px;
	width: 100%;
	max-width: 1200px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	box-sizing: border-box;
}

.mainVisual .photoBox {
	width: 75%;
	position: relative;
}

.mainVisual .photoBox h1 {
	position: absolute;
	left: 4.7%;
	bottom: 20%;
	color: #fff;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.71;
	letter-spacing: 0.45em;
	text-shadow: 0 0 15px rgba(0, 0, 0, 1);
	z-index: 1;
	display:none;
}

.slick-active h1{
	display:block !important;
}

.mainVisual .photoBox .sliderFor li {
	float: left;
	overflow: hidden;
}

.mainVisual .photoBox .sliderFor li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: center center;';
}

.mainVisual .photoBox .dotList {
	position: absolute;
	left: 0;
	bottom: -22px;
	display: flex;
	z-index: 1;
	cursor: pointer;
}

.mainVisual .photoBox .dotList li {
	margin-right: 10px;
	width: 21px;
	height: 3px;
	background: #CCCCCC;
}

/* .mainVisual .photoBox .dotList li:nth-child(4) {
	position: absolute;
	left: 0;
	top: 0;
	background: transparent;
} 

.mainVisual .photoBox .dotList li:nth-child(5) {
	position: absolute;
	left: 31px;
	top: 0;
	background: transparent;
}*/

/* .mainVisual .photoBox .dotList li:nth-child(7) {
	position: absolute;
	left: 62px;
	top: 0;
	background: transparent;
} */

.mainVisual .photoBox .dotList li a {
	width: 21px;
	height: 3px;
	display: block;
}

.mainVisual .photoBox .dotList li.on a {
	background: #0098CC;
}

.mainVisual .smPhoBox {
	box-sizing: border-box;
	padding: 31px 1.2% 29px;
	width: 23.2%;
	height: 100%;
	position: relative;
	background: #F2FAFC;
	overflow: hidden;
}

.mainVisual .smPhoBox .sliderNav {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.mainVisual .smPhoBox .sliderNav .slideItem {
	padding: 5px 0 4px;
	vertical-align: top;
}

.mainVisual .smPhoBox .sliderNav .slideItem a {
	display: block;
}

.mainVisual .smPhoBox .sliderNav .slideItem .photo {
	height: 145px;
	position: relative;
}

.mainVisual .smPhoBox .sliderNav .slideItem .photo img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	/* 以下追加 */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.mainVisual .smPhoBox .arrowList li {
	padding: 12px;
	width: 14px;
	position: absolute;
	left: 50%;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	transform: translateX(-50%);
}

.mainVisual .smPhoBox .arrowList li:hover {
	opacity: 0.7;
}

.mainVisual .smPhoBox .arrowList .prev {
	top: 2px;
}

.mainVisual .smPhoBox .arrowList .next {
	bottom: 0;
}

.topMVbtm {
	width: 70%;
	margin: 0 auto;
}

.topMVbtm.spOnly {
  display: none;
}

.topMVbtm ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 100%;
	gap: 50px;
}

.topMVbtm ul li>a {
	display: flex;
	padding: 20px;
	border-radius: 12px;
	color: #fff;
	font-size: 1.4em;
	font-weight: 500;
	margin-bottom: 15px;
	align-items: center;
	justify-content: center;
}
.topMVbtm ul li.topMVbtn01>a {
	background: #595959;
}
.topMVbtm ul li.topMVbtn01>a .topMVbtn01-01 {
	padding-left: 30px;
	display: inline-block;
	background: url("/assets/common/img/icon40.png") no-repeat left center / 23px auto;
}
.topMVbtm ul li.topMVbtn01>a .topMVbtn01-02 {
	font-size: 0.7em;
	margin-left: 1em;
	font-weight: 300;
}
.topMVbtm ul li .btnbtm {
	text-align: center;
}
.topMVbtm ul li.topMVbtn01 .btnbtm a {
	margin: 0 10px;
}
.topMVbtm ul li.topMVbtn01 .btnbtm a:last-child {
	font-weight: 700;
}
.topMVbtm ul li.topMVbtn01 .btnbtm a span {
	padding-left: 13px;
	display: inline-block;
	background: url("/assets/common/img/icon11.png") no-repeat left center / 10px auto;
}
.topMVbtm ul li.topMVbtn02>a {
	background: #00a7cb;
}
.topMVbtm ul li.topMVbtn02>a .topMVbtn02-01 {
	padding-left: 33px;
	display: inline-block;
	background: url("/assets/common/img/icon41.png") no-repeat left center / 25px auto;
}
.topMVbtm ul li.topMVbtn02 .btnbtm span:first-child {
	font-weight: 700;
	display: block;
}

#main .topTxt {
	padding: 56px 20px 52px;
	text-align: center;
	font-size: 1.6rem;
	letter-spacing: 0.09em;
	line-height: 1.7;
}

#main .topTxt span {
	margin: -2px 0 2px;
	display: inline-block;
	vertical-align: middle;
	font-size: 3.4rem;
	color: #0098CC;
}

#main .topImage {
	background: url(/assets/top/img/bg12.png);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	width: 100%;
	height: 600px;
	position: relative;
}
#main .topImage::before {
	content: '';
	display: block;
	background: url(/assets/top/img/intro_img02.png);
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
	height: 180px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
#main .topImage::after {
	content: '';
	display: block;
	background: url(/assets/top/img/intro_img01.png);
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	width: 40%;
	max-width: 420px;
	height: 400px;
	position: absolute;
	top: 220px;
	left: 50%;
	transform: translateX(-50%);
}

#main .product-service {
	padding: 52px 0 78px;
	background: #F2FAFC;
}

#main .product-service .content div.listBox {
	padding: 10px 0 20px 15px;
	margin-bottom: 30px;
}

#main .product-service ul.servicelist {
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
}
#main .product-service div.list01 {
	border-left: 12px solid #00B0F0;
}
#main .product-service div.list02 {
	border-left: 12px solid #E97132;
}
#main .product-service div.list03 {
	border-left: 12px solid #C00000;
}
#main .product-service div.list04 {
	border-left: 12px solid #275317;
}
#main .product-service div.list05 {
	border-left: 12px solid #002060;
}
#main .product-service div.list06 {
	border-left: 12px solid #78206E;
	position: relative;
}
#main .product-service div.list06::after {
	content: 'スターツパートナーズコンサルティング株式会社はスターツ証券の子会社です';
	position: absolute;
	bottom: 0;
	left: 15px;
	display: inline-block;
	color: #4f4f4f;
	font-size: 0.65em;
}

#main .product-service div>p.listtitle {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px;
}
#main .product-service div.list01 p.listtitle {
	color: #00B0F0;
}
#main .product-service div.list02 p.listtitle {
	color: #E97132;
}
#main .product-service div.list03 p.listtitle {
	color: #C00000;
}
#main .product-service div.list04 p.listtitle {
	color: #275317;
}
#main .product-service div.list05 p.listtitle {
	color: #002060;
}
#main .product-service div.list06 p.listtitle {
	color: #78206E;
}

#main .product-service ul.servicelist li {
	display: grid;
	width: 188px;
}
#main .product-service .flexlist .list05 ul.servicelist li {
	width: 49%;
}

#main .product-service .flexlist .list06 ul.servicelist li {
	width: 32%;
}

#main .product-service ul.servicelist li a {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 2;
	background: #fff;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
	padding: 30px 0 20px;
	text-align: center;
	transition: background-color .3s ease-out;
}

#main .product-service ul.servicelist li a:hover {
	background: #f5f5f5;
}

#main .product-service ul.servicelist li img {
	width: auto;
	height: 38px;
	margin: 0 auto 8px;
}

#main .product-service ul.servicelist li p {
	font-weight: 700;
}
#main .product-service ul.servicelist li p span.fsdown {
	font-size: 0.7em;
	font-weight: 500;
	display: inline-block;
	margin-left: 5px;
}
#main .product-service ul.servicelist li p span.s-subtitle {
	font-size: 0.8em;
	display: block;
	font-weight: 500;
	color: #4f4f4f;
}

#main .product-service .flexlist {
	display: grid;
	grid-template-columns: 2fr 3fr;
	gap: 35px;
}
#main .product-service .flexlist ul.servicelist.list05 {
	grid-template-columns: repeat(2,1fr);
}
#main .product-service .flexlist ul.servicelist.list06 {
	grid-template-columns: repeat(3,1fr);
}

#main .secBox {
	margin-bottom: 38px;
}

#main .content {
	max-width: 1064px;
}

#main .secBox .ttlBox {
	padding: 58px 0 45px;
}

#main .secBox .ttlInner {
	width: 28.8%;
}

#main .secBox .h2Ttl {
	box-sizing: border-box;
	margin-bottom: 31px;
	width: 100%;
	padding-bottom: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 4rem;
	font-weight: 500;
	letter-spacing: 0.3em;
	line-height: 1.55;
	background: url("/assets/top/img/bg01.png") no-repeat center center / cover;
}

#main .secBox .h2Ttl span {
	padding-bottom: 8px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	white-space: nowrap;
	transform: translate(-50%, -50%);
}

#main .secBox .ttlBox p {
	color: #fff;
	font-size: 1.7rem;
	line-height: 2.11;
	letter-spacing: 0.2em;
}

#main .secBox .linkBox {
	padding: 20px 0 26px;
	background: rgba(0, 152, 204, 0.7);
}

#main .secBox .linkBox .oncompassplus_txt a {
       font-size:1.5rem;
}
#main .secBox .linkBox .sto_txt a{
       font-size:1.8rem;
}

#main .secBox .linkBox .oncompassplus_txt .linktitle{
       font-size:2.0rem !important;
}

#main .secBox .linkBox .content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#main .secBox .linkBox .content::after {
	content: '';
	width: 31.2%;
}

#main .secBox .linkList,
#main .secBox .linkList.banner {
	width: 31.2%;
}

#main .secBox .linkList li {
	margin-bottom: 15px;
}

#main .secBox .linkList li:last-child {
	margin-bottom: 0;
}

#main .secBox .linkList li a {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 7px 20px 7px 0;
	display: block;
	color: #fff;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	background: url("/assets/common/img/icon04.png") no-repeat right 10px center;
	background-size: 9px auto;
}

#main .secBox .linkList.banner li a {
	box-sizing: border-box;
	width: 239px;
	height: 60px;
    padding: 0;
    border-bottom: unset;
	background: none;
	background-size: unset;
}

#main .secBox .linkList li a:hover {
	opacity: 0.7;
}

#main .secBox .linkList.banner li a img {
    width: 100%;
    height: 100%;
}

#main .secBox .linkList li a .txt01 {
	display: block;
	font-weight: 400;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
}

#main .secBox .linkList li a .txt02 {
	font-size: 1.8rem;
}

#main .secBox .linkList li a .txt03 {
	font-size: 1.9rem;
}

#main .sec01 {
	background: url("/assets/top/img/bg02.jpg") no-repeat center center / cover;
}

#main .sec02 {
	background: url("/assets/top/img/bg03.jpg") no-repeat center center / cover;
}

#main .sec03 {
	margin-bottom: 100px;
	background: url("/assets/top/img/bg04.jpg") no-repeat center center / cover;
}

#main .linkArea {
	display: block;
	margin-bottom: 90px;
}

#main .linkArea:hover {
	opacity: 0.7;
}

#main .seminar {
	padding: 52px 0 78px;
	background: #F2FAFC;
}

#main .seminarList {
	margin-top: -66px;
	margin-bottom: 72px;
}

#main .seminarList::after {
	width: 30.2%;
	content: '';
}

#main .seminarList li {
	margin-top: 66px;
	width: 30.2%;
}

#main .seminarList li a {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

#main .seminarList li a:hover {
	opacity: 0.7;
}

#main .seminarList li .photo {
	margin-bottom: 13px;
	height: 220px;
	display: block;
	position: relative;
}

#main .seminarList li .photo img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	/* 以下追加 */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#main .seminarList li .time {
	margin-bottom: 4px;
	font-size: 1.3rem;
}

#main .seminarList li .time .new {
	margin-bottom: 2px;
	margin-left: 10px;
	padding: 0 8px;
	display: inline-block;
	vertical-align: bottom;
	color: #fff;
	line-height: 1.4;
	border-radius: 2px;
	background: #E50012;
}

#main .seminarList li .text {
	font-weight: 500;
	letter-spacing: 0.075em;
}

#main .info {
	padding: 70px 0 114px;
}

#main .info .headLine05 {
	margin-bottom: 35px;
}

#main .info .infoList {
	margin-bottom: 54px;
}

#main .info .infoList::after {
	width: 30.2%;
	content: '';
}

#main .info .infoList li {
	width: 30.2%;
}

#main .info .infoList li a {
	padding-top: 15px;
	display: block;
	border-top: 1px solid #0098CC;
}

#main .info .infoList li a:hover {
	opacity: 0.7;
}

#main .info .infoList li .time {
	margin-bottom: 7px;
	font-size: 1.3rem;
}

#main .info .infoList li .time .new {
	margin-bottom: 2px;
	margin-left: 10px;
	padding: 1px 8px 0;
	display: inline-block;
	vertical-align: bottom;
	color: #fff;
	line-height: 1.4;
	border-radius: 2px;
	background: #E50112;
}

#main .info .infoList li .text {
	letter-spacing: 0.075em;
	line-height: 1.45;
}

#main .profile {
	margin-bottom: 98px;
	padding: 100px 0 122px;
	background: url("/assets/top/img/bg06.jpg") no-repeat center center / cover;
}

#main .profile .content {
	align-items: center;
}

#main .profile .ttlBox {
	padding: 68px 0 0;
	width: 35%;
}

#main .profile .ttlBox .headLine05 {
	width: 100%;
	max-width: 215px;
	color: #fff;
}

#main .profile .ttlBox .headLine05 .en {
	color: #fff;
}

#main .profile .linkList {
	margin-top: -22px;
	width: 65%;
	max-width: 460px;
}

#main .profile .linkList li {
	margin-top: 22px;
	margin-bottom: 0;
	width: 45%;
}

#main .profile .linkList li a {
	padding-top: 8px;
	padding-bottom: 8px;
}

#main .bannerList {
	margin-bottom: 96px;
}

#main .bannerList li {
	margin-right: 1.86%;
	width: 23.6%;
}

#main .bannerList li:nth-child(4n) {
	margin-right: 0;
}

#main .bannerList li a {
	display: block;
	text-align: center;
}

#main .bannerList li a:hover {
	opacity: 0.7;
}

#main .bannerList li a .txt {
	margin-top: 8px;
	display: block;
	font-size: 1.4rem;
	line-height: 1.45;
	letter-spacing: 0.075em;
}

#main .intro {
	padding: 38px 20px 159px;
	background: url("/assets/top/img/bg07.jpg") no-repeat center center / cover;
	margin-bottom: 20px;
	position: relative;
}

#main .intro .ttlBox {
	width: 34%;
}

#main .intro .ttlBox h2 {
	margin-top: 3px;
	text-align: center;
}

#main .intro .ttlBox h2 .txt {
	margin-bottom: 24px;
	display: block;
	font-size: 1.3rem;
	font-weight: 700;
}

#main .intro .ttlBox h2 img {
	width: 100%;
	max-width: 230px;
}

#main .intro p {
	width: 64%;
	font-size: 1.4rem;
	line-height: 1.85;
	letter-spacing: 0.05em;
}

#main .intro a.g-site_link {
	display: block;
	padding: 5px 36px 5px 26px;
	position: absolute;
	right: 8%;
	bottom: 38%;
	color: #0098CC;
	background: #fff url(/assets/common/img/icon11.png) no-repeat right 14px center / 10px auto;
}

#main .intro a.g-site_link:hover {
	opacity: 0.7;
}

#main .content.clm {
    padding: 70px 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

@media all and (min-width: 481px) and (max-width: 1200px) {
	.mainVisual .photoBox h1 {
		font-size: 2.33vw;
	}
}

@media all and (min-width: 481px) and (max-width: 1064px) {
	#main .secBox .h2Ttl {
		font-size: 3.75vw;
	}
}

@media all and (min-width: 481px) and (max-width: 700px) {
	#main .intro {
		display: block;
		padding-bottom: 240px;
	}


	#main .intro .ttlBox {
		width: auto;
	}

	#main .intro .ttlBox h2 {
		margin-bottom: 25px;
		margin-top: 0;
	}

	#main .intro .ttlBox h2 .txt {
		margin-bottom: 10px;
	}

	#main .intro p {
		width: auto;
	}

	#main .seminarList li .photo {
		height: 24.7vw;
	}
}
@media all and (max-width: 780px) {
	#main .topImage {
		height: 140svw;
		background-size: auto;
	}
	#main .topImage::before {
		content: none;
	}
	#main .topImage::after {
		background: url(/assets/top/img/intro_img01_sp.png);
		background-size: cover;
		background-position: top center;
		background-repeat: no-repeat;
		width: 100%;
		height: 81svw;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media all and (max-width: 480px) {
	.pcOnly {
		display: none;
	}
	.spOnly {
		display: block;
	}

	.mainVisual {
		padding: 0;
		display: block;
	}

	.mainVisual .photoBox {
		width: auto;
	}

	.mainVisual .photoBox h1 {
		left: 5%;
		bottom: 19%;
		font-size: 1.8rem;
		letter-spacing: 0.3em;
	}

	.mainVisual .photoBox .sliderFor li img {
		height: auto;
		object-fit: contain;
		object-position: top center;
	}

	.mainVisual .photoBox .dotList {
		left: 20px;
		bottom: 15px;
	}

	.mainVisual .photoBox .dotList li {
		margin-right: 5px;
		width: 15px;
		background: #fff;
	}

	.mainVisual .photoBox .dotList li:nth-child(5) {
		left: 20px;
	}

	.mainVisual .photoBox .dotList li:nth-child(6) {
		left: 40px;
	}

	.mainVisual .photoBox .dotList li a {
		width: 15px;
	}

	.mainVisual .btnList {
		display: flex;
		position: relative;
	}

	.mainVisual .btnList>li {
		width: 50%;
	}

	.mainVisual .btnList>li>a {
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		padding: 25px 28px 22px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		color: #fff;
		font-size: 1.5rem;
		font-weight: 500;
		background: #00A7CB url("/assets/common/img/icon04.png") no-repeat right 14px center / 7px auto;
	}

	.mainVisual .btnList>li.sub01>a {
		padding: 25px 28px 22px 13px;
		position: relative;
		background: #435156 url("/assets/common/img/icon22.png") no-repeat right 14px center / 12px auto;
	}

	.mainVisual .btnList>li.sub01>a::after {
		margin-left: -7px;
		width: 14px;
		height: 13px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: -12px;
		background: url("/assets/common/img/icon21.png") no-repeat center top / 100% auto;
		content: '';
		z-index: 5;
	}

	.mainVisual .btnList>li.sub01>a.on::after {
		display: block;
	}

	.mainVisual .btnList>li.sub01 .subBox {
		display: none;
		width: 100%;
		position: absolute;
		left: 0;
		top: 100%;
		z-index: 2;
	}

	.mainVisual .btnList>li.sub01 .subBox .subInner {
		padding: 21px 10%;
		display: flex;
		justify-content: space-between;
		background: #F5F5F7;
	}

	.mainVisual .btnList>li.sub01 .subBox .btn {
		width: 53.5%;
	}

	.mainVisual .btnList>li.sub01 .subBox .btn a {
		padding: 18px 30px 18px 10px;
		width: 100%;
		height: 100%;
		display: block;
		text-align: center;
		color: #fff;
		font-size: 1.6rem;
		font-weight: 500;
		box-sizing: border-box;
		background: #2E3E43 url("/assets/common/img/icon04.png") no-repeat right 15px center / 9px auto;
	}

	.mainVisual .btnList>li.sub01 .subBox .btnUl {
		width: 43.5%;
		display: flex;
		flex-wrap: wrap;
		align-content: space-between;
	}

	.mainVisual .btnList>li.sub01 .subBox .btnUl li {
		width: 100%;
	}

	.mainVisual .btnList>li.sub01 .subBox .btnUl li:not(:last-child) {
		margin-bottom: 4px;
	}

	.mainVisual .btnList>li.sub01 .subBox .btnUl li a {
		width: 100%;
		box-sizing: border-box;
		padding: 5px 23px 3px 5px;
		display: block;
		text-align: center;
		font-size: 1.3rem;
		color: #fff;
		background: #586669 url("/assets/common/img/icon01.png") no-repeat right 15px center / 5px auto;
	}

	.mainVisual .smPhoBox {
		padding: 28px 0 31px;
		width: auto;
		height: auto;
		background: #fff;
	}

	.mainVisual .smPhoBox .sliderNav {
		height: auto;
    text-align: center;
	}

	.mainVisual .smPhoBox .sliderNav .slideItem {
		padding: 0 5px;
		width: 39vw !important;
		vertical-align: top;
	}

	.mainVisual .smPhoBox .sliderNav .slideItem .photo {
		height: 93px;
		position: relative;
	}

	.mainVisual .smPhoBox .arrowList {
		display: none;
	}

	#main {
		margin-bottom: 49px;
	}

	.topMVbtm {
		display: none;
	}
  .topMVbtm.spOnly {
    display: block;
    width: 85%;
  }
	.topMVbtm.spOnly ul {
		width: 100%;
		gap: 30px;
		display: flex;
		flex-direction: column-reverse;
    margin: 30px 0;
	}
	.topMVbtm.spOnly ul li.topMVbtn01>a .topMVbtn01-02 {
		display: inline-block;
		text-align: left;
	}
	.topMVbtm.spOnly ul li.topMVbtn01>a .topMVbtn01-02.pcOnly {
		display: none;
		text-align: left;
	}
	.topMVbtm.spOnly ul li>a {
		padding: 15px 20px;
		font-size: 1.2em;
		margin-bottom: 8px;
	}
	.topMVbtm ul li.topMVbtn01 .btnbtm a:first-child {
		margin-bottom: 5px;
		display: block;
	}
	#main .topTxt {
		padding: 50px 10px 24px;
		font-size: 1.46rem;
		letter-spacing: 0.12em;
		line-height: 1.5;
	}

	#main .topTxt span {
		margin: -1px 0 1px;
		font-size: 2rem;
	}


	#main .product-service {
		padding: 52px 0 78px;
		background: #F2FAFC;
	}

	#main .product-service ul.servicelist li {
		width: 47.86%;
	}
	#main .product-service .flexlist .list05 ul.servicelist li,
	#main .product-service .flexlist .list06 ul.servicelist li {
		width: 47.86%;
	}
	#main .product-service ul.servicelist li.listtitle {
		font-size: 1.1em;
	}
	#main .product-service ul.servicelist li a {
		box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
		padding: 20px 0 15px;
	}
	#main .product-service ul.servicelist li p {
		font-size: 0.9em;
	}
	#main .product-service .flexlist {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	#main .product-service .flexlist ul.servicelist.list06 {
		grid-template-columns: repeat(2,1fr);
	}

	#main .secBox {
		margin-bottom: 20px;
	}

	#main .secBox .content {
		padding: 0;
	}

	#main .secBox .ttlBox {
		padding: 38px 22px 34px;
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
	}

	#main .sec01 .ttlBox {
		background: url("/assets/top/img/sp_bg02.jpg") no-repeat center center / cover;
	}

	#main .sec02 .ttlBox {
		background: url("/assets/top/img/sp_bg03.jpg") no-repeat center center / cover;
	}

	#main .sec03 .ttlBox {
		background: url("/assets/top/img/sp_bg04.jpg") no-repeat center center / cover;
	}

	#main .secBox .ttlInner {
		width: 37%;
	}

	#main .secBox .h2Ttl {
		margin-bottom: 8px;
		font-size: 1.8rem;
		letter-spacing: 0.2em;
		line-height: 1.65;
	}

	#main .secBox .h2Ttl span {
		padding-bottom: 3px;
	}

	#main .secBox .ttlBox p {
		box-sizing: border-box;
		width: 63%;
		text-align: right;
		font-size: 1.2rem;
		line-height: 1.7;
	}

	#main .secBox .linkBox {
		padding: 25px 20px 41px;
	}

	#main .secBox .linkBox .content {
		display: block;
	}

	#main .secBox .linkBox .content::after {
		display: none;
	}

	#main .secBox .linkList {
		margin: 0 auto 18px;
		width: 89%;
		min-width: 280px;
		display: block;
	}

	#main .secBox .content .linkList:last-child {
		margin-bottom: 0;
	}

	#main .secBox .linkList li {
		margin-bottom: 18px;
	}

	#main .secBox .linkList li:last-child {
		margin-bottom: 0;
	}

	#main .secBox .linkList li a {
		padding: 5px 20px 5px 0;
		font-size: 1.8rem;
		line-height: 1.39;
		background-position: right 8px top 40%;
	}
	#main .secBox .linkBox .sto_txt a{
		font-size:1.6rem;
 	}

	#main .secBox .linkList li a .txt01 {
		margin-bottom: 3px;
	}

	#main .secBox .linkList li a .txt02 {
		font-size: 1.6rem;
	}

	#main .secBox .linkList li a .txt03 {
		font-size: 1.8rem;
	}

	#main .secBox .linkList li a .txt04 {
		font-size: 1.8rem;
	}

    #main .secBox .linkList,
    #main .secBox .linkList.banner {
	    width: 89%;
}

	#main .sec01 {
		background: none;
	}

	#main .sec02 {
		background: none;
	}

	#main .sec03 {
		margin-bottom: 50px;
		background: none;
	}

	#main .linkArea {
		margin: 0 auto 50px;
		width: 90%;
	}

	#main .linkArea a {
		padding: 41px 42px;
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 1.55;
	}

	#main .linkArea a::after {
		width: 24px;
		height: 24px;
		right: 15px;
	}

	#main .seminar {
		padding: 53px 0 60px;
	}

	#main .seminar .content {
		padding: 0;
	}

	#main .seminarList {
		margin: 0 0 44px;
		display: block !important;
	}

	#main .seminarList::after {
		display: none;
	}

	#main .seminarList li {
		margin: 0;
	}

	#main .seminarList .slick-slide {
		margin: 0 10px;
		width: 70vw;
		box-sizing: border-box;
	}

	#main .seminarList li .photo {
		margin-bottom: 16px;
	}

	#main .seminarList li .time {
		margin-bottom: 5px;
	}

	#main .seminarList li .text {
		font-size: 1.6rem;
	}

	#main .info {
		padding: 49px 0 88px;
	}

	#main .info .headLine05 {
		margin-bottom: 25px;
	}

	#main .info .infoList {
		margin-bottom: 44px;
		padding-bottom: 17px;
		border-bottom: 1px solid #B2E0F0;
	}

	#main .info .infoList::after {
		display: none;
	}

	#main .info .infoList li {
		margin-bottom: 16px;
		width: 100%;
	}

	#main .info .infoList li:last-child {
		margin-bottom: 0;
	}

	#main .info .infoList li a {
		padding-top: 16px;
		border-top: 1px solid #B2E0F0;
	}

	#main .info .infoList li .time {
		margin-bottom: 6px;
	}

	#main .info .infoList li .time .new {
		margin-bottom: 0;
		border-radius: 3px;
	}

	#main .info .infoList li .text {
		line-height: 1.65;
	}

	#main .profile {
		margin-bottom: 51px;
		padding: 40px 0 73px;
		background-image: url("/assets/top/img/sp_bg06.jpg");
	}

	#main .profile .content {
		display: block;
	}

	#main .profile .ttlBox {
		margin-bottom: 34px;
		padding: 0;
		width: auto;
		display: block;
	}

	#main .profile .ttlBox .headLine05 {
		width: auto;
		max-width: inherit;
		font-size: 2.8rem;
	}

	#main .profile .ttlBox .headLine05 .en {
		font-size: 1.1rem;
	}

	#main .profile .linkList {
		margin: -22px auto 0;
		width: 80%;
		max-width: inherit;
		display: flex;
		justify-content: space-between;
	}

	#main .profile .linkList li {
		margin-top: 22px;
		margin-bottom: 0;
		width: 46%;
	}

	#main .profile .linkList li a {
		padding-top: 7px;
		padding-bottom: 6px;
		font-size: 1.8rem;
		letter-spacing: 0.03em;
	}

	#main .bannerList {
		margin-top: -15px;
		margin-bottom: 45px;
		justify-content: space-between;
	}

	#main .bannerList li {
		margin: 15px -1px 0;
		width: 46.8%;
	}

	#main .bannerList li img {
		width: 100%;
	}

	#main .bannerList li a .txt {
		margin-top: 9px;
		font-size: 1.2rem;
		line-height: 1.65;
		letter-spacing: 0.05em;
	}

	#main .intro {
		padding: 23px 20px 140px;
		display: block;
		background-image: url("/assets/top/img/sp_bg07.jpg");
	}

	#main .intro .ttlBox {
		margin-bottom: 21px;
		width: auto;
	}

	#main .intro .ttlBox h2 {
		margin-top: 0;
	}

	#main .intro .ttlBox h2 .txt {
		margin-bottom: 19px;
		font-size: 1.2rem;
	}

	#main .intro .ttlBox h2 img {
		max-width: 130px;
	}

	#main .intro p {
		margin: 0 auto;
		width: 96%;
		font-size: 1.3rem;
	}

	#main .seminarList li .photo {
		height: 190px;
	}

	#main .intro a.g-site_link {
		right: 7%;
		bottom: 22%;
		padding: 12px 40px 12px 26px;
	}

}

@media all and (max-width: 399px) {
	#main .secBox .ttlBox p {
		letter-spacing: 0.05em;
	}
}

@media all and (max-width: 374px) {
	#main .topTxt {
		letter-spacing: 0;
	}
}

@media all and (max-width: 359px) {
	#main .secBox .ttlInner {
		width: 36%;
	}

	#main .secBox .ttlBox p {
		width: 64%;
	}

	#main .seminarList li .photo {
		height: 160px;
	}
}

