@charset "utf-8";
/* CSS Document */

/* SampleSite
-----------------------------------------------------*/
.home #container {
	width: 100%;
	line-height: 1.4;
}
.home main a:hover {
	opacity: 0.6;
}

.home main #main_image{
	margin-top: 0px;
}

.home main #main_image div{
	height: 550px;
	position: relative;
}


.home main #main_image #btn1 {
	position: absolute;
	bottom: 24px;
	right: 260px;
	text-align: right;
}

.home main #main_image #btn2 {
	position: absolute;
	bottom: 24px;
	right: 25px;
	text-align: right;
}

@media screen and (max-width: 1000px) {
	.home main #main_image div{
		height: 450px;
	}

	.home main #main_image #btn1 img,
	.home main #main_image #btn2 img {
		width: 85%;
		height: auto;
	}

	.home main #main_image #btn1 {
		position: absolute;
		bottom: 16px;
		right: 220px;
	}

	.home main #main_image #btn2 {
		position: absolute;
		bottom: 16px;
		right: 20px;
	}
}

@media screen and (max-width: 850px) {
	.home main #main_image div{
		height: 380px;
	}

	.home main #main_image #btn1 img,
	.home main #main_image #btn2 img {
		width: 72%;
		height: auto;
	}

	.home main #main_image #btn1 {
		position: absolute;
		bottom: 16px;
		right: 190px;
	}

	.home main #main_image #btn2 {
		position: absolute;
		bottom: 16px;
		right: 20px;
	}
}

@media screen and (max-width: 720px) {
	.home main #main_image div{
		height: 300px;
	}
	.home main #main_image #btn1 img,
	.home main #main_image #btn2 img {
		width: 60%;
		height: auto;
	}

	.home main #main_image #btn1 {
		position: absolute;
		bottom: 14px;
		right: 160px;
	}

	.home main #main_image #btn2 {
		position: absolute;
		bottom: 14px;
		right: 20px;
	}
}

@media screen and (max-width: 640px) {
	.home main #main_image {
		margin: 0;
		padding: 0;
		line-height: 0;
	}

	.home main #main_image div{
		height: auto;
	}
	.home main #main_image #btn1 img,
	.home main #main_image #btn2 img {
		width: 100%;
		height: auto;
	}

	.home main #main_image #btn1 {
		position: absolute;
		width: 40%;
		bottom: 16px;
		left: 8%;
	}

	.home main #main_image #btn2 {
		position: absolute;
		width: 40%;
		bottom: 14px;
		right: 8%;
	}

}

.home main #main_image div>img{
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
	font-family: 'object-fit: cover; object-position: center top;'
}


@media screen and (max-width: 640px) {
	.home main #main_image div>img{
		object-fit: fill;
	}
}

.home main h1 {
	font-family: "Noto Serif JP", serif;
	font-size: 40px;
	color: #18469d;
	font-weight: normal;
	text-align: center;
	background: url(image/top_h1_line.png) no-repeat bottom center;
	padding-bottom: 16px;
	margin-top: 75px;
	margin-bottom: 30px;
}

.home main #products {
	background: url(image/top_bg1.png) no-repeat center center;
	background-size: cover;
}

.home main #products .inner {
	width: 96%;
	padding: 32px 2%;
	max-width: 1000px;
	margin: 0 auto;
}

.home main #products #topmenu {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 35px;
	flex-wrap: wrap;
}

.home main #products #topmenu a {
	display: block;
	background: #18469d;
	color: #FFFFFF;
	width: 80%;
	text-decoration: none;
	font-size: 18px;
	padding: 18px 10% 16px 10%;
	background: url(image/top_arrow_or.png) no-repeat;
	background-position: center right 10px;
}

.home main #products #topmenu li {
	list-style: none;
	width: 23%;
	background: #18469d;
}

@media screen and (max-width: 720px) {
	.home main #products #topmenu li {
		width: 48%;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}


.home main #products h2 {
	display: flex;
	align-items: center;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.5;
	text-align: center;
	color: #18469d;
}

.home main #products h2::before,
.home main #products h2::after {
	content: "";
	height: 1px;
	border-top: 1.5px solid #93d260;
	flex-grow: 1;
}
.home main #products h2::before{
	margin-right: 30px;
}
.home main #products h2::after{
	margin-left: 30px;
}



.home main #products h3 {

	font-weight: normal;
	background: url(image/top_lm_hex.png) no-repeat center left;
	padding-left: 20px;
	padding-top: 3px;
	margin-bottom: 15px;

}

.home main #products #class {
	background: #FFFFFF;
}

.home main #products #class li {
	background: url(image/top_arrow_or.png) no-repeat;
	background-position: center right 10px;
	border-bottom: solid #ff9c00 1px;
	list-style: none;
}

.home main #products #class li.search {
	background: url(image/top_arrow_gr.png) no-repeat;
	background-position: center right 10px;
}

.home main #products #class li a {
	display: block;
	text-decoration: none;
	color: #000000;
	padding: 16px 20px 13px 20px;
}


.home main #products #class li.search a {
	background: url(image/top_lm_hex.png) no-repeat;
	background-position: center left 20px;
	padding: 16px 20px 14px 35px;
}

.home main #products #class li:last-child {
	border-bottom: none;
}

.home main #products #search_section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.home main #products #search_section #class_section {
	width: 24%;
}

.home main #products #search_section #category_section {
	flex: 1;
	margin-left: 30px;
}


.home main #products #search_section #category_section div {
	background: #FFFFFF;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

}


.home main #products #search_section #category_section div ul {
	width: 45%;
	min-width: 265px;
	list-style: none;
}

.home main #products #search_section #category_section div ul li {
	border-bottom: solid #ff9c00 1px;
	background: url(image/top_arrow_or.png) no-repeat;
	background-position: center right 10px;

}

.home main #products #search_section #category_section div ul li:last-child {
	border-bottom: none;
	
}

.home main #products #search_section #category_section div ul li a {
	display: block;
	text-decoration: none;
	color: #000000;
	padding: 35px 5% 33px 34.7%;

}

.home main #products #search_section #category_section div ul li#cat1 a {
	background: url(image/top_cat1.jpg) no-repeat;
	background-position: center left 10px;
}

.home main #products #search_section #category_section div ul li#cat2 a {
	background: url(image/top_cat2.jpg) no-repeat;
	background-position: center left 10px;
}
.home main #products #search_section #category_section div ul li#cat3 a {
	background: url(image/top_cat3.jpg) no-repeat;
	background-position: center left 10px;
}
.home main #products #search_section #category_section div ul li#cat4 a {
	background: url(image/top_cat4.jpg) no-repeat;
	background-position: center left 10px;
}
.home main #products #search_section #category_section div ul li#cat5 a {
	background: url(image/top_cat5.jpg) no-repeat;
	background-position: center left 10px;
}

.home main #products #search_section #category_section div ul li#cat6 a {
	background: url(image/top_cat6.jpg) no-repeat;
	background-position: center left 10px;
}

.home main #products #search_section #category_section div ul li#cat7 a {
	background: url(image/top_cat7.jpg) no-repeat;
	background-position: center left 10px;
}

.home main #products #search_section #category_section div ul li#cat8 a {
	background: url(image/top_cat8.jpg) no-repeat;
	background-position: center left 10px;
}


@media screen and (max-width: 880px) {
	.home main #products #class li a {
		padding: 16px 15px 13px 15px;
	}


	.home main #products #class li.search a {
		background: url(image/top_lm_hex.png) no-repeat;
		background-position: center left 15px;
		padding: 16px 20px 14px 30px;
	}

	.home main #products #search_section #category_section div ul {
		min-width: 250px;
	}

	.home main #products #search_section #category_section div ul li a {
		padding: 35px 5% 33px 37%;

	}


	.home main #products li {
		font-size: 14px;
	}
}

@media screen and (max-width: 760px) {
	.home main #products #search_section #class_section {
		width: 100%;
	}
	.home main #products #search_section #category_section {
		margin-left: 0;
		margin-top: 20px;

	}
}

@media screen and (max-width: 545px) {
	.home main #products #search_section #category_section div ul {
		width: 100%;
		list-style: none;
	}

	.home main #products #search_section #category_section div ul:first-child  li:last-child {
		border-bottom: solid #ff9c00 1px;

	}

	.home main #products li {
		font-size: 16px;
	}

	.home main #products #search_section #category_section div ul li a {
		padding: 35px 5% 33px 100px;

	}
}

.home main #devel {
	background: #e6efff;

}

.home main #devel .inner {
	width: 96%;
	padding: 32px 2%;
	max-width: 1000px;
	margin: 0 auto;
}

.home main #devel .inner div {
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}

.home main #devel dl {
	width: 47.5%;
}

.home main #devel dt {
	background: #18469d url(image/top_arrow_gr.png) no-repeat;
	background-position: center right 20px;
	list-style: none;
}

.home main #devel dt a {
	display: block;
	font-size: 18px;
	background: url(image/top_lm_hex.png) no-repeat;
	background-position: center left 20px;
	padding: 16px 20px 14px 40px;
	color: #ffffff;
	text-decoration:none;
}

.home main #devel dd {
	background: #FFFFFF;
	padding: 14px;
	display: flex;
	align-items: center;
}

.home main #devel dd img {
	margin-right: 1em;
}


@media screen and (max-width: 750px) {

	.home main #devel dl {
		width: 100%;
		margin: 10px 0;
	}

}


.home main #tech {
	background: #e6efff;

}

.home main #tech .inner {
	width: 96%;
	padding: 32px 2%;
	max-width: 1000px;
	margin: 0 auto;
}

.home main #tech .inner>div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.home main #tech .inner>div div {
	width: 47.5%;
	display: flex;
	justify-content: space-between;
}

.home main #tech dl {
	min-width: 210px;
}

.home main #tech dt {
	background: #18469d url(image/top_arrow_gr.png) no-repeat;
	background-position: center right 20px;
	white-space: nowrap;
}

.home main #tech dt a {
	display: block;
	font-size: 18px;
	background: url(image/top_lm_hex.png) no-repeat;
	background-position: center left 20px;
	padding: 16px 20px 14px 40px;
	color: #ffffff;
	text-decoration:none;
}

.home main #tech dd {
	padding: 14px;
}

@media screen and (max-width: 900px) {
	.home main #tech dd {
		font-size: 14px;
	}

}

@media screen and (max-width: 840px) {
	.home main #tech .inner>div div {
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.home main #tech .inner>div div dl {
		flex: 1;
	}
	
	.home main #tech dd {
		font-size: 16px;
	}

	.home main #tech .inner>div img {
		max-width: 42%;
		height: auto;
	}

}





.home main #news_topics {
	background: #e6efff;

}





.home main #news_topics .inner {
	width: 96%;
	padding: 32px 2%;
	max-width: 1000px;
	margin: 0 auto;
}

.home main #news_topics dt {
	width: 250px;
	float: left;
	padding-top: 20px;
	padding-bottom: 18px;
	color: #000000;
}


@media screen and (max-width: 500px) {
	.home main #news_topics dt {
		float: none;
		padding-bottom: 0;
	}
	.home main #news_topics dd {
		padding-top: 0;
	}
}

.home main #news_topics dt img {
	margin-left: 20px;
}

.home main #news_topics dd {
	border-bottom: solid #d2d2d2 1px;
	padding-top: 20px;
	padding-bottom: 18px;

}

.home main #news_topics dd a {
	color: #000000;
}

.home main #news_topics .more {
	text-align: center;
}

.home main #news_topics .more a {
	display: inline-block;
	text-align: center;
	color: #000000;
	background: #fdeacc;
	text-decoration: none;
	padding: 13px 15px 13px 15px;
	margin-top: 30px;
}






.home main #recruit {
	background: #e6efff;

}


.home main #recruit .inner {
	width: 96%;
	padding: 32px 2%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-grow: 1;
	flex-wrap: wrap;
}
.home main #recruit ul {
	background: #18469d;
	width: 30%;
	flex-grow: 1;
}

.home main #recruit ul li {
	background: #18469d url(image/top_arrow_or.png) no-repeat;
	background-position: center right 20px;
	border-bottom: solid #ff9c00 1px;
	list-style: none;
}
.home main #recruit ul li:last-child {
	border-bottom: none;
}

.home main #recruit ul li a {
	display: block;
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
	padding: 18px 35px 16px 20px;
}





.home main #recruit img{
  object-fit: fill;
  object-position: top;
  width: 100%;
  height: 100%;
	font-family: 'object-fit: cover; object-position: center top;'
}


@media screen and (max-width: 1038px) {
	.home main #recruit ul li a {
		font-size: 15px;
	}

	.home main #recruit .inner>div {
		height: 223px;
	}
}

@media screen and (max-width: 960px) {
	
	.home main #recruit .inner>div {
		width: 100%;
		height: auto;
	}
	.home main #recruit ul {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.home main #recruit ul li {
		width: 48%;
	}

	.home main #recruit ul li:last-child {
		border-bottom: solid #ff9c00 1px;
	}
}




.home main #question {
	background: url(image/top_bg2.png) no-repeat center center;
	background-size: cover;

}

.home main #question .inner {
	width: 96%;
	max-width: 800px;
	padding: 32px 2% 32px 2%;
	margin: 0 auto 50px auto;

}

.home main #question .inner div {
	
	display: flex;
	justify-content:space-between;
}


.home main #question dl {
	width: 26%;
	background: rgba(255,255,255,0.7);
	padding: 20px 2% 20px 2%;

}

.home main #question dl dt {
	text-align: center;
	padding-bottom: 20px;

}

.home main #question dl a {
	color: #18469d;
	text-decoration: none;
}

.home main #manga p {
	text-align: center;
}

.home main #manga img {
	width: 100%;
	height: auto;
}

.home main #manga .inner {
	width: 100%;
	max-width: 844px;

}
