
@charset "UTF-8";

/*
project
---------------------------------------------*/

#project .project-navi {
	margin-bottom: 60px;
}
#project .project-navi .row {
	margin-left: -5px;
	margin-right: -5px;
}
#project .project-navi .row .col-md-4 {
	padding: 0 5px;
}
#project .project-navi .col-md-4 a {
	display: block;
	border: 1px solid #1e1c8d;
	padding: 10px;
}
#project .project-navi .col-md-4 a .number {
	line-height: 1;
}
#project .project-navi .col-md-4 a .number em {
	font-family: 'Inter UI', sans-serif;
    font-weight: 800;
	font-size: 0.6rem;
	font-style: normal;
	display: block;
	letter-spacing: 0.2;
	text-indent: 0.25em;
}
#project .project-navi .col-md-4 a .number strong {
	font-family: 'Inter UI', sans-serif;
    font-weight: 600;
	font-size: 2.15rem;
	font-style: normal;
	display: block;
}
#project .project-navi .col-md-4 a h3 {
	font-size: 1.3rem;
	display: block;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 600;
	letter-spacing: 0;
}
#project .project-navi .col-md-4 a p {
	margin-bottom: 0;
	font-size: 0.7rem;
	line-height: 1.4;
	letter-spacing: 0;
}
#project .project-navi .col-md-4 a.select {
	background: #1e1c8d;
}
#project .project-navi .col-md-4 a.select h3,#project .project-navi .col-md-4 a.select p,#project .project-navi .col-md-4 a.select h3,#project .project-navi .col-md-4 a.select .number {
	color: #fff;
}
.project-image {
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 36%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.projext-bg {
	padding:80px 0 0 0;
}
.projext-bg .ttl-bg {
    font-family: 'Inter UI', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 1;
    color: #ececf3;
}
.project-content {
	padding:0 0 0 0;
	margin-top: -25px;
}
.project-content h2,.project-content p {
	max-width: 450px;
	text-align: left;
	width: 100%;
	display: block;
}
.project-content h2 {
	font-size: 1.4rem;
	display: block;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 500;
	margin-bottom: 20px;
	display: block
}
.project-content p {
	line-height: 1.8
}
.project-content .col-md-6 img {
	width: 100%;
}
.project-navi-botttom {
	padding-top:80px;
}

@media (max-width: 1140px) {
	#project .project-navi .col-md-4 a h3 {
		font-size: 1.8vw;
	}
	#project .project-navi .col-md-4 a p {
		display: none;
	}
}
@media (max-width: 992px) {
    #project .project-navi {
	    margin-bottom: 30px;
    }
	#project .project-navi .row .col-md-4 img {
		display: none;
	}
	#project .project-navi .row {
		margin-left: -2px;
		margin-right: -2px;
	}
	#project .project-navi .col-md-4 a {
		padding: 8px;
	}
	#project .project-navi .row .col-md-4 {
		padding: 0 2px;
	}
	#project .project-navi .col-md-4 a h3 {
		font-size: 2.7vw;
		margin-bottom: 0.2em;
	}
	#project .project-navi .col-md-4 a .number em {
		font-size: 0.5vw;
	}
	
	.project-image {
		padding-bottom: 65%;
	}
	.projext-bg {
	    padding: 33px 0 0 0;
	}
	.projext-bg .ttl-bg {
		font-size: 9vw;
	}
	.project-content {
		margin-top: -15px;
	}
	.project-content h2 {
		font-size: 1.1rem;
		margin-bottom: 15px;
	}
	.project-navi-botttom {
		padding-top: 45px;
	}
	
}

@media (max-width: 768px) {
	.project-content h2, .project-content p {
		max-width: 100%;
	}
}

/*
seraku life
---------------------------------------------*/

.life-visual {
	background: -moz-linear-gradient(-225deg, #0a3fc7, #3ad0e7); 
	background: -webkit-linear-gradient(-225deg, #0a3fc7, #3ad0e7); 
	background: linear-gradient(-225deg, #0a3fc7, #3ad0e7);
	padding: 50px 0;
}
.life-visual .col-lg-6 {
	display: table;
	height: 440px;
}
.life-visual h3 {
	color: #fff;
	font-size: 1.3rem;
	text-align: center;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 200;
	line-height: 1.8;
	margin-bottom: 0;
	display: table-cell;
	vertical-align: middle;
}
.life-visual img {
	display: block;
	margin: 0 auto;
}

.life-sub-visual {
	margin-bottom: 100px;
	margin-top: 80px;
}
.life-sub-visual .bg {
    background: #f2f2ff;
    display: block;
    width: 100%;
    height: 90%;
    position: absolute;
    z-index: -2;
    bottom: -60px;
}
.life-sub-visual .txt {
	width: 32%;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	border: 4px solid #b59f14;
	padding: 40px;
	margin-top: 60px;
}
.life-sub-visual .txt h3 {
	margin-bottom: 15px;
}
.life-sub-visual .txt h3 strong {
	font-family: 'Minion', sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 2.6rem;
	display: inline-block;
	margin-right: 6px;
}
.life-sub-visual .txt h3 small {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 500;
	font-size: 1.2rem;
}
.life-sub-visual .txt p {
	margin-bottom: 0;
	line-height: 1.8;
	font-size: 0.9rem;
}
.life-sub-visual .image {
	width: 68%;
	height: 420px;
	display: block;
	float: left;
	position: relative;
}
.life-sub-visual .image .inner {
	position: absolute;
	background-color: #1e1c8d;
	width: 110%;
	display: block;
	height: 420px;
	left: -5%;
}
.life-content {
	max-width: 980px;
	margin: 0 auto;
}
.life-content h4 {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 500;
    font-size: 1.1rem;
}
.life-content ul {
	border-bottom: 1px solid #1e1c8d;
	margin-bottom: 45px;
}
.life-content ul li {
	display: block;
	width: 33.333%;
	float: left;
	list-style-type: none;
	text-align: center;
	padding: 15px 0;
	font-size: 0.9rem;
	border-top: 1px solid #1e1c8d;
}
.life-content ul li:nth-child(3n+1) {
	border-right: 1px solid #1e1c8d;
}
.life-content ul li:nth-child(3n+2) {
	border-right: 1px solid #1e1c8d;
}
.life-content .project-list {
	border-top: 1px solid #1e1c8d;
	margin: 0;
}
.life-content .project-list .col-md-3 {
	padding-left: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}
.life-content .project-list .col-md-9 {
	padding-right: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}
.life-content .project-list .col-md-2 {
	padding-left: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}
.life-content .project-list .col-md-10 {
	padding-right: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}
.life-content .project-list h5 {
	font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 500;
    font-size: 0.9rem;
}
.life-content .project-list p {
	margin-bottom: 0;
}
.life-content .project-list-last {
	border-bottom: 1px solid #1e1c8d;
	margin-bottom: 45px;
}
.life-content .life-sub h4 {
	line-height: 1.1;
	margin-bottom: 20px;
	margin-top: 30px;
}
.life-content .life-sub h4 strong,.life-content .life-sub h4 small {
	display: block;
}
.life-content .life-sub h4 strong {
	font-family: 'Minion', sans-serif;
    font-style: italic;
    font-weight: bold;
    font-size: 2rem;
}
.life-content .life-sub h4 small {
	font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 500;
    font-size: 0.9rem;
}
.life-content .life-sub .image-sub {
	display: block;
	width: 100%;
	padding-bottom: 45%;
	background-color: #1e1c8d;
}
.life-content .life-sub {
	margin-bottom: 45px;
}
.life-content .etc {
	margin-top: -40px;
	font-size: 0.8rem;
}

.life-content .image-service {
    display: block;
    width: 100%;
    padding-bottom: 35%;
    background-color: #1e1c8d;
    margin-bottom: 10px;
}

.life-mid-visual {
    max-width: 980px;
    margin: 0 auto;
}
.life-mid-visual .image {
	display: block;
    width: 100%;
    padding-bottom: 45%;
    background-color: #1e1c8d;
}
.life-mid-visual  {
    margin-top: 80px;
}
.life-mid-visual .txt h3 {
    line-height: 1.1;
    margin-bottom: 15px;
    margin-top: 30px;
}
.life-mid-visual .txt h3 strong {
    font-family: 'Minion', sans-serif;
    font-style: italic;
    font-weight: bold;
    font-size: 2rem;
}
.life-mid-visual .txt h3 small {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 500;
    font-size: 0.9rem;
}
.welfare-list .media {
	border-top: 1px solid #1e1c8d;
	padding-top: 20px;
	padding-bottom: 20px;
}
.welfare-list .media p {
	font-size: 0.8rem;
	margin-bottom: 0;
}
.welfare-list .media h5 {
	font-size: 0.95rem;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 500;
}

#seraku-life .bg-line1 {
	transform: rotate(12deg);
	bottom: 80%;
}
#seraku-life .bg-line2 {
	transform: rotate(-14deg);
	bottom: 80%;
}
#seraku-life .bg-line3 {
	transform: rotate(11deg);
	bottom: 80%;
}
#seraku-life .bg-line4 {
	transform: rotate(-13deg);
	bottom: 80%;
}

@media (max-width: 992px) {
	#seraku-life {
		overflow: hidden;
	}
	.life-visual {
		padding: 20px 0;
	}
	.life-sub-visual {
		margin: 30px -15px 30px -15px;
	}
	.life-sub-visual .bg {
		bottom: -20px;
	}
	.life-visual .col-lg-6 {
		height: auto;
	}
	.life-visual h3 {
		font-size: 3.5vw;
		margin-bottom: 15px;
	}
	.life-visual img {
		width: 220px;
		margin: 20px auto 5px auto;
	}
	.life-sub-visual .txt,.life-sub-visual .image {
		float: none;
	}
	.life-sub-visual .txt {
	    padding: 20px 15px 20px 15px;
	    width: 80%;
	    margin-top: -20px;
	    margin-left: -5px;
	}
	#life-study .txt {
		float: right;
		margin-right: -5px;
	}
	.life-sub-visual .txt h3 {
	    margin-bottom: 0.4rem;
	    line-height: 1;
	}
	.life-sub-visual .txt h3 strong {
		font-size: 1.5rem;
		margin-right: 0.1rem;
	}
	.life-sub-visual .txt h3 small {
		font-size: 0.7rem;
	}
	.life-sub-visual .txt p {
		font-size: 0.7rem;
	}
	.life-sub-visual .image {
		padding-bottom: 0;
		width: 100%;
		height: auto;
	}
	.life-sub-visual .image .inner {
		position: relative;
		width: 100%;
		left: 0;
		height: auto;
		padding-bottom: 65%;
	}
	.life-content ul li {
		width: 100%;
		font-size: 0.8rem;
		text-align: left;
		padding: 10px 0;
	}
	.life-content ul li:nth-child(3n+1) {
		border-right: 0;
	}
	.life-content ul li:nth-child(3n+2) {
		border-right: 0;
	}
	.life-content .project-list .col-md-3 {
		padding: 15px 0 0 0;
	}
	.life-content .project-list .col-md-9 {
		padding: 0 0 15px 0;
	}
	.life-content .project-list .col-md-2 {
		padding: 15px 0 0 0;
	}
	.life-content .project-list .col-md-10 {
		padding: 0 0 15px 0;
	}
	.life-content .life-sub {
		margin-bottom: 15px;
	}
	.life-content .life-sub h4 {
		margin-top: 15px;
		margin-bottom: 0.5rem;
	}
	.life-content .life-sub h4 strong, .life-content .life-sub h4 small {
		display: inline-block;
	}
	.life-content .life-sub h4 strong {
		font-size: 1.5rem;
		margin-right: 0.2rem;
	}
	.life-content .life-sub h4 span {
		font-size: 0.7rem;
	}
	.welfare-list .media {
		padding: 15px 0;
	}
	.welfare-list .media img {
		width: 60px;
		margin-right: 0.5rem !important;
		margin-left: 0 !important;
	}
	.life-mid-visual {
		margin-top: 30px;
	}
	.life-mid-visual .txt h3 {
		margin-top: 15px;
		margin-bottom: 0.5rem;
	}
	.life-mid-visual .txt h3 strong {
		font-size: 1.5rem;
		margin-right: 0.1rem;
	}
	.life-mid-visual .txt h3 small {
		font-size: 0.7rem;
	}
}

@media (max-width: 768px) {
	
}


/*
business
---------------------------------------------*/

#business .sub-ttl small {
text-align: center;
}
#business .sub-ttl span {
	text-align: center;
}
#business .business-navi {
	margin-bottom: 80px;
}
#business .business-navi ul {
	margin-left: -2px;
	margin-right: -2px;
	max-width: 820px;
	margin: 0 auto;
}
#business .business-navi ul li {
	display: block;
	width: 25%;
	position: relative;
	float: left;
	padding: 0 2px;
	margin-bottom: 4px;
}
#business .business-navi ul li div {
    display: block;
    overflow: hidden;
    padding: 10px;
    background-color: rgba(30,28,141,1);
}
#business .business-navi ul li span.image-pic {
    display: block;
    transition: all 0.2s ease-out;
    transform: matrix3d( 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 );
    /* filter: grayscale(1); */
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
}
#business .business-navi ul li a {
	display: table;
	width: 100%;
	padding: 36% 0;
	color: #fff;
	position: relative;
}
#business .business-navi ul li:after {
	position: absolute;
	width: 32px;
	height: 32px;
	background: #b59f14;
	left: 2px;
	top:0;
	text-align: center;
	vertical-align: middle;
	font-family: 'Minion', sans-serif;
	font-style: italic;
	font-size: 1.3rem;
	line-height: 1.7;
	color: #fff;
}
#business .business-navi ul li:nth-child(1):after {
	content: "1";
}
#business .business-navi ul li:nth-child(2):after {
	content: "2";
}
#business .business-navi ul li:nth-child(3):after {
	content: "3";
}
#business .business-navi ul li:nth-child(4):after {
	content: "4";
}
#business .business-navi ul li a span {
	display: table-cell;
	text-align: center;
}
#business .business-navi ul li a strong,#business .business-navi ul li a span {
	font-weight: normal;
	text-align: center;
	display: block;
}
#business .business-navi ul li strong {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
}
#business .business-navi ul li small {
	font-family: 'Minion', sans-serif;
	font-size: 0.6rem;
}

#business .business-content {
	margin-bottom: 30px;
	position: relative;
}
#business .business-content:after {
	position: absolute;
	top:-20px;
	color: #b59f14;
	border: 4px solid #b59f14;
	width: 100px;
	height: 100px;
	text-align: center;
	font-family: 'Minion', sans-serif;
	font-size: 3.4rem;
	font-weight: 800;
	font-style: italic;
	line-height: 1.8;
}
#business #content-agri:after {
	left: -20px;
	content: "1";
}
#business #content-platform:after {
	right: -20px;
	content: "2";
}
#business #content-solution:after {
	left: -20px;
	content: "3";
}
#business #content-search:after {
	right: -20px;
	content: "4";
}
#business .business-content .pict {
	width: 100%;
	padding-bottom: 45%;
	display: block;
}
#business .business-content .txt {
	background: #fff;
	margin: -60px 45px 0 45px;
	padding: 25px 30px;
}
#business .business-content .txt h2 {
	text-align: center;
	margin-bottom: 25px;
}
#business .business-content .txt h2 strong {
	font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 500;
    display: block;
    font-size: 1.9rem;
}
#business .business-content .txt h2 small {
	font-size: 0.8rem;
	display: block;
	font-family: 'Minion', sans-serif;
	font-weight: 900;
}
#business .business-content .txt p {
	text-align: center;
	margin-bottom: 25px;
}
#business .business-content .txt a.bnr {
	border: 2px solid #1e1c8d;
	font-family: 'Minion', sans-serif;
	line-height: 1;
	position: relative;
	padding: 12px 0;
	text-align: center;
	max-width: 140px;
	display: block;
	margin: 0 auto 0 auto;
	font-size: 0.9rem;
	font-weight: bold;
	font-style: italic;
}
#business .business-content .txt a.bnr:before {
	position: absolute;
	width: 36px;
	height: 2px;
	background: #1e1c8d;
	content: "";
	right: -17px;
	top:17px;
}
#business .business-content .txt a.bnr:after {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #1e1c8d;
	transform: rotate(45deg);
	right: -15px;
    top: 12px;
}
#business .business-content .solution-list .media {
	background: #f6f6ff;
	max-width: 920px;
	padding: 30px;
	margin: 0 auto 8px auto;
}
#business .business-content .solution-list .media h5 {
	font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 500;
    font-size: 1rem;
}
#business .business-content .solution-list .media p {
	margin-bottom: 0;
	text-align: left;
	font-size: 0.8rem;
}
#business .business-content .search-box .search-navi ul {
	max-width: 600px;
	margin: 0 auto 10px auto;
}
#business .business-content .search-box .search-navi ul li {
	display: block;
	float: left;
	width: 33.3333%;
	list-style-type: none;
	padding: 0 2px;
}
#business .business-content .search-box .search-navi ul li a {
	display: block;
	text-align: center;
	font-size: 0.8rem;
	border: 1px solid #1e1c8d;
	padding: 14px 0 14px 0;
	position: relative;
}
#business .business-content .search-box .search-navi ul li a:after {
	position: absolute;
	width: 0;
	transition: all 0.3s ease;
	content: "";
	height: 2px;
	left: 0;
	top:0;
	background:  #1e1c8d;
}
#business .business-content .search-box .search-navi ul li a:hover:after {
	width: 100%;
}
#business .business-content .search-box .search-navi ul li a.select:hover:after {
	width: 0;
}
#business .business-content .search-box .search-navi ul li a.select {
	border-top: 3px solid #1e1c8d;
	padding: 12px 0 14px 0;
}
#business .business-content .search-box .search-body {
	background: #f6f6ff;
	padding: 30px;
	max-width: 920px;
	margin: 0 auto;
}
#business .business-content .search-box .search-body .image-pic {
	padding-bottom: 100%;
}
#business .business-content .search-box .search-body .row {
	margin-top: 10px;
}
#business .business-content .search-box .search-body h3 {
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
#business .business-content .search-box .search-body h4 {
	font-weight: bold;
	margin-top: 10px;
	font-size: 1rem;
}

#business .bg-line2 {
	transform: rotate(12deg);
}
#business .bg-line3 {
	transform: rotate(-14deg);
}
#business .bg-line4 {
	transform: rotate(15deg);
}
#business .bg-line5 {
	bottom: auto;
	top:20%;
}

@media (max-width: 992px) {

	#business {
		overflow: hidden;
		display: block;
	}
	#business .sub-ttl span {
		font-size: 4.6vw;
	}
	#business .business-navi {
		margin-top: 12px;
	}
	#business .business-navi ul li {
		width: 50%;
	}
	#business .business-content:after {
		font-size: 2.2rem;
		width: 60px;
		height: 60px;
		line-height: 1.6;
	}
	#business .business-navi ul li strong {
		font-size: 0.8rem;
	}
	#business .business-content .pict {
		padding-bottom: 65%;
	}
	#business .business-content .txt {
	    margin: -30px 15px 0 15px;
	    padding: 15px 0;
	}
	#business .business-content .txt h2 {
		margin-bottom: 15px;
	}
	#business .business-content .txt h2 strong {
		font-size: 1.2rem;
	}
	#business .business-content .txt p {
		text-align: left;
	}
	#business .business-content .txt p br {
		display: none;
	}
	#business .business-content .solution-list {
		margin-left: -15px;
		margin-right: -15px;
	}
	#business .business-content .solution-list .media {
		padding: 15px 15px;
		display: block;
	}
	#business .business-content .solution-list .media img {
	    margin-left: auto !important;
	    margin-right: auto !important;
	    display: block;
	    margin-bottom: 10px;
	}
	#business .business-content .solution-list .media h5 {
		text-align: center;
	}
	#business .business-content .search-box .search-navi ul {
		padding: 0 15px;
	}
	#business .business-content .search-box .search-navi ul li {
		width: 50%;
		margin-bottom: 5px;
	}
	#business .business-content .search-box .search-navi ul li a.select {
		padding: 12px 0 14px 0;
	}
	#business .business-content .search-box .search-navi ul li a {
		padding: 14px 0 14px 0;
		font-size: 0.7rem;
	}
	#business .business-content .search-box .search-body h3 {
		font-size: 1rem;
		text-align: left !important;
	}
	#business .business-content .search-box .search-body h3 br {
		display: none;
	}
	#business .business-content .search-box .search-body {
		padding: 15px;
		margin-left: -15px;
		margin-right: -15px;
	}
	#business .business-content .search-box .search-body h4.text-right {
		text-align: left !important;
	}
	#business .business-content .search-box .search-body p {
		margin-bottom: 0;
	}
	#business .business-content .search-box .search-body .image-pic {
		padding-bottom: 65%;
		display: block;
	}
	
}



/*
entry
---------------------------------------------*/

.entry-navi {
	margin-bottom: 30px;
}
.entry-navi ul {
	margin: 0;
	padding: 0;
}
.entry-navi ul li {
	list-style-type: none;
	display: block;
	width: 25%;
	float: left;
	text-align: center;
	font-size: 0.9rem;
	line-height: 1;
	padding: 1px;
}
.entry-navi ul li a {
	padding: 1rem 0;
	display: block;
	background: #eeeffd;
	border: 1px solid #eeeffd;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.entry-navi ul li a:after {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-top: 1px solid #1e1c8d;
	border-right: 1px solid #1e1c8d;
    transform: rotate(90deg);
    right: 2px;
    bottom: 2px;
}
.entry-navi ul li a:hover {
	border: 1px solid #1e1c8d;
}
.entry-navi ul li a.select {
	background: #1e1c8d;
	color: #fff;
}
.entry-navi ul li a.select:after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
#entry-index .row {
	margin-left: -5px;
	margin-right: -5px;
	position: relative;
}
#entry-index .all-list {
	font-size: 0.9rem;
	margin-top: 0;
	position: relative;
	cursor: pointer;
	opacity: 1;
	width: 100%;
	display: block;
	text-align: center;
	line-height: 1;
	padding: 1em 0;
	background: #eeeffd;
	border: 1px solid #fff;
}
#entry-index .col-md-4 {
	padding: 5px;
}
#entry-index .col-md-4 h3 {
	font-size: 1.2rem;
	padding: 10px 0 5px 0;
	margin: 0;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 500;
}
#entry-index .col-md-4 ul {
	text-align: center;
	font-size: 0.7rem;
	padding: 0;
	margin: 0 0 30px 0;
}
#entry-index .col-md-4 ul li {
	display: inline-block;
	line-height: 1;
	padding: 2px 0;
	margin: 0 0.1rem;
	border-bottom: 1px dotted #1e1c8d;
}
#entry-index .col-md-4 p {
	font-size: 0.8rem;
	margin-bottom: 0;
}
#entry-index .col-md-4 span.date {
    font-family: 'Barlow Condensed', sans-sans-serif;
    font-size: 0.8rem;
    width: 100%;
    float: right;
    padding-top: 10px;
}
#entry-index .row a {
	display: block;
	border: 1px solid #1e1c8d;
	padding: 30px;
	transition: all .2s ease-out; 
}
#entry-index .row a:hover {
	border: 2px solid #1e1c8d;
	padding: 29px;
}
#entry-index .row {
	margin-bottom: 30px;
}

#entry-detail h4 {
	border-top: 1px solid #1e1c8d;
	margin: 0;
	padding: 30px 0;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 500;
	font-size: 1rem;
}
#entry-detail p {
	border-top: 1px solid #1e1c8d;
	margin: 0;
	padding: 30px 0;
}
#entry-detail a.btn {
	padding: 1.8rem 9rem;
	margin-top: 20px;
	font-size: 1.1rem;
}

#entry-form {
	max-width: 992px;
}
#entry-form h1 {
	text-align: center;
}

#entry-form h3 {
	border-bottom: 1px solid #1e1c8d;
    font-size: 1rem;
    font-family: 'Inter UI', sans-serif;
    font-weight: 600;
    display: block;
    line-height: 1.4;
    padding-bottom: 0.4em;
    padding-top: 2rem;
    margin-bottom: 0.75em;
}
#entry-form .form-explain {
	margin-bottom: 0;
}
#entry-form .form-list label.form-item {
	/* 202102 - デザイン改修追加 */
	display: flex;
	line-height: 24px;
	
	font-size: 0.9rem;
	margin-top: 0.5rem;
}
#entry-form .form-list label.form-item span {
	color: #dc1818;
	font-size: 0.7rem;
}
#entry-form .form-list {
	padding: 0.75rem 0;
}
#entry-form .form-list .form-year {
	width: 80px;
}
#entry-form .form-list .form-month {
	width: 60px;
}
#entry-form .form-list .form-day {
	width: 60px;
}
#entry-form .form-list .form-yubin {
	width: 120px;
}
#entry-form .form-small-bnr {
    border: 0;
    font-size: 0.7rem;
    padding: 0 0 0 0;
    display: block;
    cursor: pointer;
}
.mwform-file-delete {
    cursor: pointer;
    visibility: hidden;
}
#entry-form p {
	margin-bottom: 12px
}
#entry-form .btn-primary {
	font-style: normal;
	/* margin-top: 30px; */
}
.mwform-checkbox-field input, .mwform-radio-field input {
	margin-right: 5px;
}
.mw_wp_form .horizontal-item {
	margin-right: 10px;
}
.page-entry #footer {
	margin-top: 160px;
}


@media (max-width: 992px) {
	.entry-navi {
		margin-bottom: 15px;
	}
	.entry-navi ul li {
		width: 33.333%;
		font-size: 0.8rem;
	}
	#entry-index .col-md-4 h3 {
		padding: 0 0 6px 0;
	}
	#entry-index .col-md-4 ul {
		margin-bottom: 15px;
	}
	#entry-detail h4 {
		border-top: 0;
		padding: 0 0 10px 0;
	}
	#entry-detail p {
		padding: 10px 0 20px 0;
	}
	#entry-detail a.btn {
		max-width: 100%;
		padding: 1.2rem 0;
		margin: 15px 0 0 0;
		display: block;
	}
	#entry-form .form-list {
		padding: 0.4rem 0;
	}
	#entry-form .form-list-sub {
		padding: 0.75rem 0 0 0;
		/* 202102 - デザイン改修コメントアウト */
		/* font-weight: bold; */
		margin-bottom: 0;
	}
	#entry-form .form-inline-sp .form-control {
		width: auto;
		display: inline-block;
	}
}

@media (max-width: 768px) {
	
}


/* 202102 - デザイン改修 */
#entry-index,
#entry-index .ttl,
#entry-index .ttl small,
#entry-index .row .col-md-4 h3,
#entry-index .row .col-md-4 span.date,
#entry-detail,
#entry-detail .ttl,
#entry-detail .ttl small,
#entry-detail .sub-ttl span,
#entry-detail .row h4,
#entry-detail .btn,
#entry-form,
#entry-form .ttl,
#entry-form .ttl span,
#entry-form .sub-ttl,
#entry-form h3
{
	font-family: kozuka-gothic-pr6n, sans-serif;
	/* font-family: kozuka-gothic-pr6n; */
	font-style: normal;
	font-weight: 400; 
}

.row .carrer_entry p {
	color: #727171;
}
.row .carrer_entry span {
	color: #727171;
}
.row #todoufuken,
#entry-form .mwform-radio-field-text,
#entry-form .form-inline,
#entry-form .form-inline-sp,
#entry-form p {
	color: #727171;
}


/* 募集要項 */
.page-entry #entry-detail p {
	color: #727171;
}

/* 応募フォーム */
#entry-form .form-list label.form-item .necessary {
	white-space: nowrap;
    background-color: #1d2088;
    min-width: 47px;
    height: 22px;
	margin: 0 15px 0 0;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px 0 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
}

.checkbox-area {
	font-size: 14px;
	margin-top: 25px;
	margin-bottom: 45px;
	text-align: center;
}

.checkbox-area input {
	margin-right: 5px;
}

.checkbox-area a {
	text-decoration: underline;
}

.checkbox-area span {
	color: #0a0aff;
}
