@charset "UTF-8";
/* destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

.display-pc {
	display: block
}
@media screen and (max-width:560px) {
	.display-pc {
		display: none
	}
}
.display-sp {
	display: none
}
@media screen and (max-width:560px) {
	.display-sp {
		display: block
	}
}
.consultingTopMv {
	display: flex;
	align-items: center;
	background: url("/assets/img/consulting/top_mv.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	height: 420px
}
.webp .consultingTopMv {
	background-image: url("/assets/img/consulting/top_mv.webp");
}
@media screen and (max-width:560px) {
	.consultingTopMv {
		height: 210px;
		background-position: 20% 50%
	}
}
.consultingTopInner {
	/* width: 90%;
	max-width: 1160px; */
	width: 1240px;
	padding: 0 20px;
	margin: 0 auto
}
.consultingTopFeature {
	/* padding: 60px 0; */
	padding: 120px 0;
}
@media screen and (max-width:560px) {
	.consultingTopInner {
		width: 90%;
		padding: 0;
	}
	.consultingTopFeature {
		padding: 2em 0 0 0
	}
}
.consultingTopFeatureTitleContainer {
	display: flex;
	justify-content: space-between;
	align-items: center
}
@media screen and (max-width:560px) {
	.consultingTopFeatureTitleContainer {
		display: block
	}
}
.consultingTopFeatureTitle {
	font-size: 20px;
	font-weight: bold;
	color: #004831;
	width: 100%;
	text-align: center
}
@media screen and (max-width:560px) {
	.consultingTopFeatureTitle {
		font-size: 14px
	}
}
.consultingTopFeatureList {
	padding: 50px 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 9em 2em
}
@media screen and (max-width:560px) {
	.consultingTopFeatureList {
		padding: 2.5em 0 0 0;
		grid-template-columns: 1fr;
		gap: 0
	}
}
.consultingTopFeatureItem {
	width: 100%;
	position: relative
}
.consultingTopFeatureImage {
	width: 100%
}
.consultingTopFeatureImage img {
	width: 100%
}
.consultingTopFeatureItemText {
	padding: 2em 3em;
	background-color: #004831;
	width: 80%;
	position: absolute;
	top: 65%;
	right: 0
}
@media screen and (max-width:560px) {
	.consultingTopFeatureItemText {
		position: sticky;
		z-index: 2;
		margin: -60px 0 30px auto;
		padding: 23px 33px;
		width: 85%;
		top: 70%
	}
}
.consultingTopFeatureItemLabel {
	color: #c4d700;
	font-size: 14px
}
@media screen and (max-width:560px) {
	.consultingTopFeatureItemLabel {
		font-size: 12px
	}
}
.consultingTopFeatureItemTitle {
	color: #ffffff;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 10px
}
@media screen and (max-width:560px) {
	.consultingTopFeatureItemTitle {
		font-size: 20px
	}
}
.consultingTopFeatureItemBody {
	color: #ffffff;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	margin-top: 15px
}
@media screen and (max-width:560px) {
	.consultingTopFeatureItemBody {
		font-size: 13px
	}
}
/* .consultingTopMiddle {
	padding: 3em 0;
	background-image: url("/assets/img/consulting/top_middle.png");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative
}
.consultingTopMiddle::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background: rgba(27, 100, 171, 0.5)
}
@media screen and (max-width:560px) {
	.consultingTopMiddle {
		display: none
	}
} */
.consultingTopMiddleLink {
	width: 30%;
	padding: 1em 0;
	position: relative
}
.consultingTopMiddleLink>svg {
	margin-right: 1em
}
@media screen and (max-width:560px) {
	.consulNewsDate {
		font-size: 12px
	}
}
.topNews {
	padding: 90px 0
}
.topNews .newsTitle {
	line-height: 1.5
}
@media screen and (max-width:560px) {
	.topNews .newsTitle {
		font-size: 14px
	}
}
@media screen and (max-width:560px) {
	.topNews {
		padding: 0 0 40px 0
	}
}
.topNewsInner {
	/* max-width: 1160px; 
	width: 90%;*/
	width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between
}
@media screen and (max-width:560px) {
	.topNewsInner {
		width: 90%;
		display: block;
		padding: 0;
	}
}
.topNewsLeft {
	width: 20%;
	padding-left: 60px
}
@media screen and (max-width:560px) {
	.topNewsLeft {
		padding-top: 30px;
		padding-left: 0;
		padding-bottom: 2em;
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center
	}
}
.topNewsList {
	width: 70%
}
@media screen and (max-width:560px) {
	.topNewsList {
		width: 100%
	}
}
.topNewsTitle {
	font-size: 32px;
	font-weight: bold;
	color: #004831;
	padding-bottom: 0.8em
}
@media screen and (max-width:560px) {
	.topNewsTitle {
		padding-bottom: 0;
		font-size: 20px
	}
}
.topNewsLink {
	font-size: 14px;
	font-weight: bold;
	display: flex;
	align-items: center;
	gap: 1em
}
@media screen and (max-width:560px) {
	.topNewsLink {
		font-size: 12px
	}
}
.topNewsItem {
	border-top: 1px solid #cdd6dd;
	padding: 1.5em 0;
	display: flex;
	justify-content: space-between;
	align-items: center
}
.topNewsItem .newsTitle {
	display: inline-block;
	width: 90%;
	line-height: 1.5
}
@media screen and (max-width:560px) {
	.topNewsItem {
		display: block
	}
}
.topNewsItemTop {
	display: flex
}
.topNewsItemBottom {
	width: 85%;
	display: flex;
	transition: all 0.3s
}
@media screen and (max-width:560px) {
	.topNewsItemBottom {
		width: 100%;
		gap: 1em;
		padding-top: 10px;
		padding-right: 1em
	}
	.topNewsItemBottom p {
		width: 90%
	}
}
@media screen and (max-width:560px) {
	.newNewsContainer .sidebarContainer {
		background: none;
		padding: 13em 0 0 0;
		width: 90%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center
	}
}
.newNewsContainer .newNewsTitle {
	font-size: 32px;
	color: #004831;
	font-weight: bold
}
.newNewsContainer .showAllNewNewsLink {
	margin-top: 25px;
	display: flex;
	align-items: center
}
.newNewsContainer .showAllNewNewsLink .showAllNewNewsLinkText {
	font-size: 14px;
	font-weight: bold;
	color: #1a1a1a;
	padding-left: 10px;
	margin-top: 0;
	transition: all 0.3s;
	text-decoration: underline;
	text-decoration-color: transparent
}
.newNewsContainer .showAllNewNewsLink .showAllNewNewsLinkText {
	color: #004831;
	text-decoration-color: #004831
}
.newNewsContainer .news {
	width: 90%;
	padding: 5em 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between
}
@media screen and (max-width:560px) {
	.newNewsContainer .news {
		display: block
	}
}
.newNewsContainer .newsList {
	width: 100%
}
.newNewsContainer .newsLink {
	font-size: 14px;
	font-weight: bold;
	display: flex;
	align-items: center;
	gap: 1em
}
.newNewsContainer .newsLink>.border {
	transition: all 0.3s;
	border-bottom: 1px solid transparent
}
.newNewsContainer .newsLink:hover {
	color: #004831
}
.newNewsContainer .newsLink:hover>.border {
	border-color: #004831
}
.newNewsContainer .newsLink:hover>.circle {
	border: 2px solid #004831;
	transition: all 0.3s;
	background: #fff
}
.newNewsContainer .newsLink:hover>.circle::before {
	transition: all 0.3s;
	border-color: #004831
}
@media screen and (max-width:560px) {
	.newNewsContainer .newsLink {
		font-size: 12px
	}
}
.newNewsContainer .newsItem {
	border-top: 1px solid #cdd6dd;
	padding: 1.5em 0;
	display: flex;
	align-items: center
}
@media screen and (max-width:560px) {
	.newNewsContainer .newsItem {
		display: block
	}
}
.newNewsContainer .newsItem:hover .newsItemTop .newsDate {
	color: #004831;
	text-decoration-color: #004831
}
.newNewsContainer .newsItem:hover .newsItemBottom>.newsTitle {
	color: #004831;
	text-decoration-color: #004831
}
.newNewsContainer .newsItem:hover .newsItemBottom>.circle {
	transition: all 0.3s;
	background: #fff
}
.newNewsContainer .newsItem:hover .newsItemBottom>.circle::before {
	transition: all 0.3s;
	border-color: #004831
}
.newNewsContainer .newsItemTop {
	width: 20%
}
.newNewsContainer .newsItemTop .newsDate {
	font-size: 14px;
	color: #1a1a1a;
	transition: all 0.3s;
	text-decoration: underline;
	text-decoration-color: transparent
}
.newNewsContainer .newsItemBottom {
	width: 80%;
	display: flex;
	align-items: center;
	transition: all 0.3s
}
.newNewsContainer .newsItemBottom>.newsTitle {
	border-bottom: 1px solid transparent;
	color: #1a1a1a;
	transition: all 0.3s;
	text-decoration: underline;
	text-decoration-color: transparent
}
.newNewsContainer .newsItemBottom>.circle {
	margin-right: 25px
}
@media screen and (max-width:560px) {
	.newNewsContainer .newsItemBottom>.circle {
		margin-right: 10px
	}
}
.newNewsContainer .newsItemBottom:hover>.circle {
	transition: all 0.3s;
	background: #fff
}
.newNewsContainer .newsItemBottom:hover>.circle::before {
	transition: all 0.3s;
	border-color: #004831
}
@media screen and (max-width:560px) {
	.newNewsContainer .newsItemBottom {
		width: 100%;
		gap: 1em;
		padding-top: 1em;
		align-items: flex-start
	}
	.newNewsContainer .newsItemBottom p {
		width: 90%
	}
}
.newNewsContainer .newsLayoutContainer {
	padding: 5em 0
}
.newNewsContainer .newsLayoutContainer .sidebarContainer {
	background: transparent
}
@media screen and (max-width:560px) {
	.newNewsContainer .newsSidebar {
		border: 1px solid #cdd6dd;
		border-radius: 4px
	}
}
.newNewsContainer .newsSidebar>.sidebarTop {
	position: relative
}
@media screen and (max-width:560px) {
	.newNewsContainer .newsSidebar>.sidebarTop {
		text-align: left;
		padding: 1em
	}
}
@media screen and (max-width:560px) and (max-width:560px) {
	.newNewsContainer .newsSidebar>.sidebarTop::before {
		content: ""
	}
}
.newNewsContainer .newsMenuCircle {
	width: 18px;
	height: 18px;
	border: 2px solid #98a6b5;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%)
}
.newNewsContainer .newsMenuCircle::after {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 2px;
	border-bottom: 2px solid #98a6b5;
	border-right: 2px solid #98a6b5;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 40%;
	right: 6px
}
.newNewsContainer .newsDetailTop {
	justify-content: flex-end
}
.newNewsContainer .newsDetailTop .newsCategory {
	margin-right: 0
}
.newNewsContainer .newsDetailTitle {
	padding: 2em 0;
	border-bottom: 1px solid #cdd6dd
}
.newNewsContainer .newsDetailImg {
	width: 100%;
	margin-bottom: 2em
}
.consultingTop {
	width: 100%;
	padding: 4em 0;
	background-color: #c4d700;
	background: rgba(196, 215, 0, 0.3)
}
@media screen and (max-width:560px) {
	.consultingTop {
		margin-top: 0;
		padding: 2em 0 1em 0
	}
}
.consultingTopSectionTitle {
	color: #004831;
	font-size: 24px;
	font-weight: bold;
	text-align: center
}
@media screen and (max-width:560px) {
	.consultingTopSectionTitle {
		font-size: 16px
	}
}
.consultingTopList {
	/* width: 80%;
	max-width: 1160px; */
	width: 1240px;
	padding: 0 20px;
	margin: 40px auto 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 3em
}
@media screen and (max-width:560px) {
	.consultingTopList {
		width: 90%;
		margin: 30px auto 0 auto;
		display: block;
		padding: 0;
	}
}
.consultingTopItem {
	flex: 1;
	text-align: center
}
@media screen and (max-width:560px) {
	.consultingTopItem .circle {
		margin-right: 2em;
		margin-left: auto
	}
}
@media screen and (max-width:560px) {
	.consultingTopItem {
		margin-bottom: 2em
	}
	.consultingTopItem:not(:first-child) {
		margin-top: 40px
	}
}
.consultingTopItemTitle {
	position: relative
}
.consultingTopItemTitle::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	background: rgba(26, 26, 26, 0.8)
}
.consultingTopItemTitle .consultingTopTitleImg {
	width: 100%
}
.consultingTopItemTitle .consultingTopTitleText {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-size: 28px;
	font-weight: bold;
	color: #ffffff
}
@media screen and (max-width:560px) {
	.consultingTopItemTitle .consultingTopTitleText {
		font-size: 24px
	}
}
.consultingTopIcon {
	padding-bottom: 2em
}
@media screen and (max-width:560px) {
	.consultingTopIcon {
		padding-bottom: 0;
		margin: 0 1.5em 0 2em;
		width: 12%
	}
}
.consultingTopSubTitle {
	color: #1a1a1a;
	font-size: 16px;
	padding-top: 1em;
	padding-bottom: 1em;
	font-weight: 400;
	text-align: left;
	line-height: 1.5
}
@media screen and (max-width:560px) {
	.consultingTopSubTitle {
		padding-bottom: 0;
		font-size: 14px
	}
}
.consultingTopTitle {
	font-size: 32px;
	font-weight: bold;
	padding-bottom: 1em
}
@media screen and (max-width:560px) {
	.consultingTopTitle {
		padding-bottom: 0;
		font-size: 20px;
		text-align: left
	}
}
.consultingTopItemLink {
	display: inline-block;
	width: 60%;
	margin-top: 40px;
	padding: 1em 1em 1em 0
}
@media screen and (max-width:560px) {
	.consultingTopItemLink {
		margin-top: 30px
	}
}
.consultingGeneralTopMv {
	display: flex;
	align-items: center;
	background: url("/assets/img/consulting/general_top_mv.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	height: 420px
}
.webp .consultingGeneralTopMv {
	background-image: url("/assets/img/consulting/general_top_mv.webp");
}
@media screen and (max-width:560px) {
	.consultingGeneralTopMv {
		background: url("/assets/img/consulting/general_top_mv_sp.jpg");
		height: 250px;
		background-size: cover;
		background-repeat: no-repeat
	}
	.webp .consultingGeneralTopMv {
		background-image: url("/assets/img/consulting/general_top_mv_sp.webp");
	}
}
.consultingGeneralTopHeading {
	padding-left: 2em;
	margin-right: auto
}
.consultingGeneralTopMvContent {
	background: rgba(0, 72, 49, 0.9);
	width: 40%;
	height: 100%;
	padding: 120px 60px 105px 60px
}
@media screen and (max-width:560px) {
	.consultingGeneralTopMvContent {
		background: #004831;
		padding: 2em 0;
		width: 100%
	}
}
.consultingGeneralTopMvTitle {
	font-size: 40px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 1em
}
@media screen and (max-width:560px) {
	.consultingGeneralTopMvTitle {
		font-size: 20px
	}
}
.consultingGeneralTopMvTitle>img {
	padding-right: 0.5em
}
@media screen and (max-width:560px) {
	.consultingGeneralTopMvTitle>img {
		padding-right: 0.3em;
		width: 30px
	}
}
.consultingGeneralTopMvBody {
	margin-top: 45px;
	font-size: 16px;
	line-height: 1.9;
	color: #ffffff;
	font-weight: bold
}
.consultingGeneralTopMvContent.display-sp {
	width: 85%;
	margin-left: auto;
	margin-top: -40px;
	padding: 40px 40px 30px 40px
}
.consultingGeneralTopMvContent.display-sp .consultingGeneralTopMvTitle {
	font-size: 24px;
	color: #ffffff;
	font-weight: bold
}
.consultingGeneralTopMvContent.display-sp .consultingGeneralTopMvBody {
	margin-top: 20px;
	font-size: 12px;
	line-height: 1.5;
	color: #ffffff;
	font-weight: bold
}
.consultingGeneralBenefit {
	padding-top: 65px
}
@media screen and (max-width:560px) {
	.consultingGeneralBenefit {
		padding-top: 40px
	}
}
.consultingGeneralItems {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr
}
@media screen and (max-width:560px) {
	.consultingGeneralItems {
		grid-template-columns: 1fr 1fr
	}
}
.consultingGeneralItem {
	text-align: center;
	padding: 30px 40px
}
@media screen and (max-width:560px) {
	.consultingGeneralItem {
		padding: 20px 20px
	}
}
.consultingGeneralItem:not(:nth-child(3n)) {
	border-right: 1px solid #cdd6dd
}
@media screen and (max-width:560px) {
	.consultingGeneralItem:not(:nth-child(3n)) {
		border-right: none
	}
}
@media screen and (max-width:560px) {
	.consultingGeneralItem:not(:nth-child(2n)) {
		border-right: 1px solid #cdd6dd
	}
}
.consultingGeneralItem:nth-child(n+4) {
	border-top: 1px solid #cdd6dd
}
@media screen and (max-width:560px) {
	.consultingGeneralItem:nth-child(n+4) {
		border-top: none
	}
}
@media screen and (max-width:560px) {
	.consultingGeneralItem:nth-child(n+3) {
		border-top: 1px solid #cdd6dd
	}
}
.consultingGeneralItem img {
	width: 60px;
	height: 60px
}
.consultingGeneralItem .consultingGeneralItemText {
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
	color: #3b4043;
	margin-top: 20px
}
@media screen and (max-width:560px) {
	.consultingGeneralItem .consultingGeneralItemText {
		font-size: 14px
	}
}
.consultingGeneralProgramExample {
	background-color: #F7F9FA;
	padding: 90px 0 60px 0
}
@media screen and (max-width:560px) {
	.consultingGeneralProgramExample {
		padding: 60px 0 30px 0
	}
}
.consultingGeneralProgramExampleTitle {
	color: #004831;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.3
}
@media screen and (max-width:560px) {
	.consultingGeneralProgramExampleTitle {
		font-size: 22px
	}
}
.consultingGeneralProgramExampleSection {
	margin-top: 60px
}
@media screen and (max-width:560px) {
	.consultingGeneralProgramExampleSection {
		margin-top: 40px
	}
}
.consultingGeneralTopRecruitmentList {
	padding: 2em 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2em 3em
}
@media screen and (max-width:560px) {
	.consultingGeneralTopRecruitmentList {
		padding: 18px 0 10px 0;
		grid-template-columns: repeat(1, 1fr);
		gap: 20px
	}
}
.consultingGeneralTopRecruitmentItem {
	border: 1px solid #cdd6dd;
	background-color: #ffffff;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
	border-radius: 6px
}
.consultingGeneralTopRecruitmentItemTop {
	padding: 1em 2em;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #cdd6dd;
	background: rgba(255, 255, 255, 0.5);
	font-weight: bold;
	font-size: 20px
}
.consultingGeneralTopRecruitmentItemTop>h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	color: #1a1a1a
}
@media screen and (max-width:560px) {
	.consultingGeneralTopRecruitmentItemTop>h3 {
		font-size: 16px
	}
}
@media screen and (max-width:560px) {
	.consultingGeneralTopRecruitmentItemTop {
		padding: 0.7em 1em;
		display: block
	}
}
.consultingGeneralTopRecruitmentItemBottom {
	padding: 1em 2em;
	justify-content: space-between;
	align-items: center
}
@media screen and (max-width:560px) {
	.consultingGeneralTopRecruitmentItemBottom {
		padding: 0.7em 1.2em 1em 1.2em;
		display: block
	}
}
.consultingGeneralTopRecruitmentItemBottomInfo>p {
	color: #1a1a1a;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	padding-bottom: 1em
}
@media screen and (max-width:560px) {
	.consultingGeneralTopRecruitmentItemBottomInfo>p {
		font-size: 14px
	}
}
.consultingGeneralTopRecruitmentItemBottomInfo>ul>li {
	position: relative;
	font-size: 14px;
	padding: 0 0 0.7em 0.5em;
	padding-left: 0.7em
}
@media screen and (max-width:560px) {
	.consultingGeneralTopRecruitmentItemBottomInfo>ul>li {
		font-size: 13px
	}
}
.consultingGeneralTopRecruitmentItemBottomInfo>ul>li>span {
	font-weight: bold;
	color: #3b4043
}
.consultingGeneralTopRecruitmentItemBottomInfo>ul>li:before {
	content: "";
	border-radius: 50%;
	width: 5px;
	height: 5px;
	display: block;
	position: absolute;
	left: 0;
	top: 0.6em;
	background: #98a6b5
}
.consultingGeneralTopRecruitmentItemBottomButtons {
	width: 35%
}
@media screen and (max-width:560px) {
	.consultingGeneralTopRecruitmentItemBottomButtons {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 0.5em;
		margin-top: 1em
	}
}
.consultingGeneralTopRecruitmentItemBottomButtons>a {
	text-align: left;
	display: inline-block;
	width: 100%;
	padding: 1em
}
@media screen and (max-width:560px) {
	.consultingGeneralTopRecruitmentItemBottomButtons>a {
		font-size: 12px
	}
}
.consultingGeneralTopRecruitmentItemBottomButtons>a:first-child {
	margin-bottom: 1em
}
@media screen and (max-width:560px) {
	.consultingGeneralTopRecruitmentItemBottomButtons>a:first-child {
		margin-bottom: 0
	}
}
@media screen and (max-width:560px) {
	.consultingGeneralTopRecruitmentItemBottomButtons>a:last-child {
		padding-right: 0.5em
	}
}
.consultingGeneralProgramExampleSubText {
	width: 90%;
	max-width: 960px;
	margin: 40px auto 0 auto;
	padding: 30px 30px 30px 30px;
	font-size: 16px;
	font-weight: bold;
	color: #1a1a1a;
	text-align: center;
	background: #FCFDF2;
	border: 1px solid rgba(196, 215, 0, 0.6)
}
@media screen and (max-width:560px) {
	.consultingGeneralProgramExampleSubText {
		width: 100%;
		margin-top: 20px;
		padding: 20px 20px 20px 20px;
		font-size: 14px;
		text-align: left
	}
}
.consultingGeneralTopMiddle {
	padding: 3em 0;
	background-image: url("/assets/img/consulting/consulting_contact_section.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative
}
.webp .consultingGeneralTopMiddle {
	background-image: url("/assets/img/consulting/consulting_contact_section.webp");
}
@media screen and (max-width:560px) {
	.consultingGeneralTopMiddle {
		background-image: url("/assets/img/consulting/consulting_contact_section_sp.jpg");
		background-size: cover;
		background-repeat: no-repeat
	}
	.webp .consultingGeneralTopMiddle {
		background-image: url("/assets/img/consulting/consulting_contact_section_sp.webp");
	}
}
.consultingGeneralTopMiddle::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background: rgba(59, 64, 67, 0.4)
}
.consultingGeneralTopMiddleContent {
	position: sticky;
	z-index: 3;
	margin: 0 auto;
	background: #fff;
	padding: 60px 0;
	text-align: center;
	border: 5px solid #f0f3f5;
	width: 90%;
	max-width: 960px
}
@media screen and (max-width:560px) {
	.consultingGeneralTopMiddleContent {
		padding: 30px 30px
	}
}
.consultingGeneralTopMiddleContent .consultingGeneralTopMiddleContentSubText {
	color: #3b4043;
	font-size: 20px;
	margin-left: 1em;
	margin-right: auto;
	line-height: 1.5
}
@media screen and (max-width:560px) {
	.consultingGeneralTopMiddleContent .consultingGeneralTopMiddleContentSubText {
		font-size: 14px
	}
}
.consultingGeneralTopMiddleContent .consultingGeneralTopMiddleContentTelNumber {
	color: #1a1a1a;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px
}
.consultingGeneralTopMiddleContent>.btn {
	margin-top: 50px
}
@media screen and (max-width:560px) {
	.consultingGeneralTopMiddleContent>.btn {
		margin-top: 20px
	}
}
.consultingGeneralTopMiddleLink {
	padding: 1em 0;
	position: relative;
	display: block;
	width: 300px;
	margin: 0 auto
}
@media screen and (max-width:560px) {
	.consultingGeneralTopMiddleLink {
		width: 200px
	}
}
.consultingGeneralTopMiddleLink>svg {
	margin-right: 1em
}
.consultingITTopMv {
	display: flex;
	align-items: center;
	background: url("/assets/img/consulting/it_top_mv.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	height: 420px
}
.webp .consultingITTopMv {
	background-image: url("/assets/img/consulting/it_top_mv.webp");
}
@media screen and (max-width:560px) {
	.consultingITTopMv {
		background: url("/assets/img/consulting/it_top_mv_sp.jpg");
		height: 250px;
		background-size: cover;
		background-repeat: no-repeat
	}
	.webp .consultingITTopMv {
		background-image: url("/assets/img/consulting/it_top_mv_sp.webp");
	}
}
.consultingITTopHeading {
	padding-left: 2em;
	margin-right: auto
}
.consultingITTopMvContent {
	background: rgba(0, 72, 49, 0.9);
	width: 40%;
	height: 100%;
	padding: 120px 60px 105px 60px
}
@media screen and (max-width:560px) {
	.consultingITTopMvContent {
		background: #004831;
		padding: 2em 0;
		width: 100%
	}
}
.consultingITTopMvTitle {
	font-size: 40px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 1em
}
@media screen and (max-width:560px) {
	.consultingITTopMvTitle {
		font-size: 20px
	}
}
.consultingITTopMvTitle>img {
	padding-right: 0.5em
}
@media screen and (max-width:560px) {
	.consultingITTopMvTitle>img {
		padding-right: 0.3em;
		width: 30px
	}
}
.consultingITTopMvBody {
	margin-top: 45px;
	font-size: 16px;
	line-height: 1.9;
	color: #ffffff;
	font-weight: bold
}
.consultingITTopMvContent.display-sp {
	width: 85%;
	margin-left: auto;
	margin-top: -40px;
	padding: 40px 40px 30px 40px
}
.consultingITTopMvContent.display-sp .consultingITTopMvTitle {
	font-size: 24px;
	color: #ffffff;
	font-weight: bold
}
.consultingITTopMvContent.display-sp .consultingITTopMvBody {
	margin-top: 20px;
	font-size: 12px;
	line-height: 1.5;
	color: #ffffff;
	font-weight: bold
}
.consultingITTopMiddle {
	padding: 3em 0;
	background-image: url("/assets/img/consulting/consulting_contact_section.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative
}
.webp .consultingITTopMiddle {
	background-image: url("/assets/img/consulting/consulting_contact_section.webp");
}
@media screen and (max-width:560px) {
	.consultingITTopMiddle {
		background-image: url("/assets/img/consulting/consulting_contact_section_sp.jpg");
		background-size: cover;
		background-repeat: no-repeat
	}
	.webp .consultingITTopMiddle {
		background-image: url("/assets/img/consulting/consulting_contact_section_sp.webp");
	}
}
.consultingITTopMiddle::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background: rgba(59, 64, 67, 0.4)
}
.consultingITTopMiddleContent {
	position: sticky;
	z-index: 3;
	margin: 0 auto;
	background: #fff;
	padding: 60px 215px;
	text-align: center;
	border: 5px solid #f0f3f5;
	width: 90%;
	max-width: 960px
}
@media screen and (max-width:560px) {
	.consultingITTopMiddleContent {
		padding: 30px 30px
	}
}
.consultingITTopMiddleContent .consultingITTopMiddleContentSubText {
	color: #3b4043;
	font-size: 20px;
	margin-right: auto
}
@media screen and (max-width:560px) {
	.consultingITTopMiddleContent .consultingITTopMiddleContentSubText {
		font-size: 14px
	}
}
.consultingITTopMiddleContent .consultingITTopMiddleContentTelNumber {
	color: #1a1a1a;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px
}
.consultingITTopMiddleContent>.btn {
	margin-top: 50px
}
@media screen and (max-width:560px) {
	.consultingITTopMiddleContent>.btn {
		margin-top: 20px
	}
}
.consultingITTopMiddleLink {
	padding: 1em 0;
	position: relative;
	display: block;
	width: 300px;
	margin: 0 auto
}
@media screen and (max-width:560px) {
	.consultingITTopMiddleLink {
		width: 200px
	}
}
.consultingITTopMiddleLink>svg {
	margin-right: 1em
}
.consultingITLectureLineup {
	background-color: #f0f3f5;
	padding-top: 60px;
	padding-bottom: 90px;
	line-height: 1.5
}
@media screen and (max-width:560px) {
	.consultingITLectureLineup {
		margin-top: 40px;
		padding-bottom: 40px
	}
}
.consultingITLectureLineupTitle {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #004831
}
@media screen and (max-width:560px) {
	.consultingITLectureLineupTitle {
		font-size: 22px;
		width: 90%;
		margin: auto;
		text-align: left
	}
}
.consultingITLectureLineupItems {
	/* width: 90%;
	max-width: 1160px; */
	width: 1240px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1em 2em;
	padding: 40px 20px 0 20px;
}
@media screen and (max-width:560px) {
	.consultingITLectureLineupItems {
		grid-template-columns: repeat(1, 1fr);
		width: 90%;
		padding: 40px 0 0 0;
	}
}
.consultingITLectureLineupItems .LinkCard {
	background-color: #ffffff;
	border: 1px solid #cdd6dd;
	font-size: 20px;
	font-weight: bold;
	padding: 35px 40px;
	transition: all 0.3s;
	text-decoration: underline;
	text-decoration-color: transparent
}
@media screen and (max-width:560px) {
	.consultingITLectureLineupItems .LinkCard {
		font-size: 16px;
		padding: 20px 20px
	}
}
.consultingITLectureLineupItems .LinkCard>img {
	height: 60px;
	width: 60px;
	padding-right: 0;
	margin-right: 40px
}
@media screen and (max-width:560px) {
	.consultingITLectureLineupItems .LinkCard>img {
		margin-right: 20px
	}
}
.consultingITLectureLineupItems .LinkCard:hover {
	color: #004831;
	text-decoration-color: #004831
}
.consultingITLectureLineupItems .LinkCard:hover>.circle {
	transition: all 0.3s;
	background: #fff
}
.consultingITLectureLineupItems .LinkCard:hover>.circle::before {
	transition: all 0.3s;
	border-color: #004831
}
.excelContainer.consultingITExcelContainer {
	/* width: 90%;
	max-width: 1160px; */
	width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding: 50px 20px 90px;
}
@media screen and (max-width:560px) {
	.excelContainer.consultingITExcelContainer {
		padding: 35px 0 50px 0;
		width: 90%
	}
}
.excelContainer.consultingITExcelContainer .mainContainer {
	width: 100%
}
@media screen and (max-width:560px) {
	.excelContainer.consultingITExcelContainer .mainContainer {
		padding: 0
	}
}
.excelContainer.consultingITExcelContainer .mainContainer .excelSubContainer {
	padding: 1em 0
}
.excelContainer.consultingITExcelContainer .mainContainer .excelSubContainer .consultingITExcelContainerTitle {
	color: #004831;
	font-size: 32px;
	font-weight: bold
}
@media screen and (max-width:560px) {
	.excelContainer.consultingITExcelContainer .mainContainer .excelSubContainer .consultingITExcelContainerTitle {
		font-size: 22px
	}
}
.excelContainer.consultingITExcelContainer .mainContainer .excelSubContainer:not(:first-child) .consultingITExcelContainerTitle {
	margin-top: 60px
}
@media screen and (max-width:560px) {
	.excelContainer.consultingITExcelContainer .mainContainer .excelSubContainer:not(:first-child) .consultingITExcelContainerTitle {
		margin-top: 30px
	}
}
.excelContainer.consultingITExcelContainer .mainContainer .excelSubContainer .excelCourseList {
	width: 100%;
	margin-top: 55px
}
@media screen and (max-width:560px) {
	.excelContainer.consultingITExcelContainer .mainContainer .excelSubContainer .excelCourseList {
		margin-top: 40px
	}
}
.excelContainer.consultingITExcelContainer .mainContainer .excelSubContainer .excelCourseList .excelCourseItem {
	padding: 30px 0
}
@media screen and (max-width:560px) {
	.excelContainer.consultingITExcelContainer .mainContainer .excelSubContainer .excelCourseList .excelCourseItem {
		padding: 20px 0
	}
}
.excelContainer.consultingITExcelContainer .mainContainer .excelSubContainer .excelCourseList .excelCourseItem .excelCourseItemBody {
	width: 100%;
	display: flex;
	align-items: center;
	transition: all 0.3s
}
@media screen and (max-width:560px) {
	.excelContainer.consultingITExcelContainer .mainContainer .excelSubContainer .excelCourseList .excelCourseItem .excelCourseItemBody {
		width: 100%;
		gap: 1em;
		padding-top: 1em;
		align-items: flex-start
	}
	.excelContainer.consultingITExcelContainer .mainContainer .excelSubContainer .excelCourseList .excelCourseItem .excelCourseItemBody p {
		width: 90%
	}
}
.excelContainer.consultingITExcelContainer .mainContainer .excelSubContainer .excelCourseList .excelCourseItem .excelCourseItemBody>.circle {
	margin-right: 25px
}
@media screen and (max-width:560px) {
	.excelContainer.consultingITExcelContainer .mainContainer .excelSubContainer .excelCourseList .excelCourseItem .excelCourseItemBody>.circle {
		margin-right: 10px
	}
}
.excelContainer.consultingITExcelContainer .mainContainer .excelSubContainer .excelCourseList .excelCourseItem .excelCourseItemBody .excelCourseTitle {
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	transition: all 0.3s
}
@media screen and (max-width:560px) {
	.excelContainer.consultingITExcelContainer .mainContainer .excelSubContainer .excelCourseList .excelCourseItem .excelCourseItemBody .excelCourseTitle {
		font-size: 14px
	}
}
.excelContainer.consultingITExcelContainer .mainContainer .excelSubContainer .excelCourseList .excelCourseItem {
	border-top: 1px solid #cdd6dd;
	display: flex;
	align-items: center
}
@media screen and (max-width:560px) {
	.excelContainer.consultingITExcelContainer .mainContainer .excelSubContainer .excelCourseList .excelCourseItem {
		display: block
	}
}
.consultingExcelBeginnerAbout {
	margin-top: 60px
}
@media screen and (max-width:560px) {
	.consultingExcelBeginnerAbout {
		margin-top: 40px
	}
}
.consultingExcelBeginnerAbout .consultingExcelBeginnerTableTitleText {
	font-size: 16px;
	line-height: 2;
	color: #1a1a1a
}
.consultingExcelBeginnerTableTitleText + .consultingExcelBeginnerTableTitleText {
	margin-top: 20px;
}
@media screen and (max-width:560px) {
	.consultingExcelBeginnerAbout .consultingExcelBeginnerTableTitleText {
		font-size: 14px;
	}
	.consultingExcelBeginnerTableTitleText + .consultingExcelBeginnerTableTitleText {
		margin-top: 15px;
	}
}
.consultingExcelBeginnerTableTitle {
	margin-top: 90px;
	color: #004831;
	font-size: 32px;
	font-weight: bold
}
@media screen and (max-width:560px) {
	.consultingExcelBeginnerTableTitle {
		margin-top: 60px;
		font-size: 22px
	}
}
.consultingExcelBeginnerTableContainer {
	padding: 60px 0 90px 0
}
@media screen and (max-width:560px) {
	.consultingExcelBeginnerTableContainer {
		padding: 40px 0 60px 0
	}
}
.consultingExcelBeginnerTableContainer .NormalTable {
	table-layout: auto;
	width: 100%;
	border: 1px solid #cdd6dd
}
.consultingExcelBeginnerTableContainer .NormalTable.fixed {
	table-layout: fixed
}
.consultingExcelBeginnerTableContainer .NormalTable.fixed th.large {
	width: 50%
}
.consultingExcelBeginnerTableContainer .NormalTable.fixed th.small {
	width: 25%
}
.consultingExcelBeginnerTableContainer .NormalTable td.isRight {
	text-align: right
}
.consultingExcelBeginnerTableContainer .NormalTable td.isCenter {
	text-align: center
}
.consultingExcelBeginnerTableContainer .NormalTable th {
	background: #f0f3f5;
	border: 1px solid #cdd6dd;
	font-size: 16px;
	font-weight: bold;
	width: 30%;
	padding: 30px 40px;
	text-align: left;
	vertical-align: top
}
@media screen and (max-width:560px) {
	.consultingExcelBeginnerTableContainer .NormalTable th {
		font-size: 12px;
		width: 20%;
		padding: 20px 10px
	}
}
.consultingExcelBeginnerTableContainer .NormalTable td {
	width: 70%;
	padding: 30px 40px;
	font-size: 16px;
	line-height: 1.5
}
@media screen and (max-width:560px) {
	.consultingExcelBeginnerTableContainer .NormalTable td {
		width: 80%;
		padding: 20px 20px
	}
}
.consultingExcelBeginnerTableContainer .NormalTable td .normalList {
	margin-bottom: 0
}
.consultingExcelBeginnerTableContainer .NormalTable td * + .normalList {
	margin-top: 20px;
}
@media screen and (max-width:560px) {
	.consultingExcelBeginnerTableContainer .NormalTable td .normalList li {
		padding-bottom: 5px
	}
}
.consultingExcelBeginnerTableContainer .NormalTable td .normalList li:last-child {
	padding-bottom: 0
}
.consultingExcelBeginnerTableContainer .NormalTable p {
	color: #1a1a1a;
	font-size: 16px;
	line-height: 1.5
}
.consultingExcelBeginnerTableContainer .NormalTable * + p {
	margin-top: 20px;
}
@media screen and (max-width:560px) {
	.consultingExcelBeginnerTableContainer .NormalTable p {
		font-size: 12px
	}
	.consultingExcelBeginnerTableContainer .NormalTable * + p {
		margin-top: 5px;
	}
}
.consultingExcelBeginnerTableContainer .NormalTable .target td p:nth-of-type(2) {
	margin-top: 30px
}
@media screen and (max-width:560px) {
	.consultingExcelBeginnerTableContainer .NormalTable .target td p:nth-of-type(2) {
		margin-top: 10px
	}
}
@media screen and (max-width:560px) {
	.consultingExcelBeginnerTableContainer .NormalTable .educationalOutcomes th {
		width: 25%
	}
}
.consultingExcelBeginnerTableContainer .NormalTable .educationalOutcomesTtl {
	color: #004831;
	font-weight: bold
}
.consultingExcelBeginnerTableContainer .NormalTable .educationalOutcomesTtl:not(:first-child) {
	margin-top: 30px
}
@media screen and (max-width:560px) {
	.consultingExcelBeginnerTableContainer .NormalTable .educationalOutcomesTtl:not(:first-child) {
		margin-top: 20px
	}
}
.consultingExcelBeginnerTableContainer .showConsultingExcelBtn {
	width: 100%;
	padding-top: 60px;
	text-align: center
}
@media screen and (max-width:560px) {
	.consultingExcelBeginnerTableContainer .showConsultingExcelBtn {
		padding-top: 40px
	}
}
.consultingExcelBeginnerTableContainer .showConsultingExcelBtn>a {
	display: inline-block;
	width: 300px;
	padding: 20px 0
}
@media screen and (max-width:560px) {
	.consultingExcelBeginnerTableContainer .showConsultingExcelBtn>a {
		width: 80%;
		font-size: 14px;
		padding: 20px 40px
	}
}
.newsContainer {
	padding: 2em 0
}
.newsItem {
	border-top: 1px solid #cdd6dd;
	padding: 1.5em 0;
	display: flex;
	align-items: center
}
@media screen and (max-width:560px) {
	.newsItem {
		display: block
	}
}
@media screen and (max-width:560px) {
	.allNewNewsContainer .sidebarContainer {
		padding-top: 40px;
		padding-bottom: 35px
	}
}
@media screen and (max-width:560px) {
	.newsSidebar {
		border: 1px solid #cdd6dd;
		border-radius: 4px
	}
}
@media screen and (max-width:560px) {
	.newsSidebar.Sidebar {
		padding: 0
	}
}
@media screen and (max-width:560px) {
	.newsSidebar .accordionArea {
		padding: 20px 0 20px 20px
	}
}
.newsSidebar>.sidebarTop {
	position: relative
}
.newsSidebar>.sidebarTop::before, .newsSidebar>.sidebarTop::after {
	display: none
}
@media screen and (max-width:560px) {
	.newsSidebar>.sidebarTop {
		text-align: left;
		padding: 1em 0;
		margin-bottom: 0
	}
	.newsSidebar>.sidebarTop::before, .newsSidebar>.sidebarTop::after {
		content: ""
	}
}
@media screen and (max-width:560px) {
	.newsSidebarContainer {
		padding: 0 0 60px 0
	}
}
.newsDetailTop {
	display: flex;
	justify-content: flex-end
}
.newsDetailTop .newsCategory {
	margin-right: 0
}
.newsDetailTitle {
	padding: 2em 0;
	border-bottom: 1px solid #cdd6dd
}
.newsDetailImg {
	width: 100%;
	margin-bottom: 2em
}
.newsItemTop.flex-end {
	width: 100%;
	justify-content: flex-end
}