@charset "UTF-8";
/* CSS Document */
.section-fix{
	padding-top: 50px;
}
.i-text{
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #2c2c2c;
    text-align: left;
    width: 100%;
    line-height: 1.6;
}
.t-wrap{
	display: block;
	width: 100%;
}
.plate-accent{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color:#E4007F;
}
	.fix-info{
	display: flex;
	flex-wrap: nowrap;
	justify-content:center;


}
.fix-wrapper{
		padding: 40px 0 10px 0;
    background-color: #fdcada;
    width: 100%;
    border-radius: 10px;
}
.sub-sub-text{
		font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #2c2c2c;
	line-height: 1.4;
	margin: 10px 0;
	text-align: center;
}
.fix-info-box-sub{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #2c2c2c;
	text-align: center;
	margin-top: 5px
}
.fix-info-box-main{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #E4007F;
	text-align: center;
	padding: 10px 0;
}
.fix-info-box-left p span{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #2c2c2c;
}
.fix-info h6{
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #E4007F;
	color: #FFF;
	padding: 15px 10px; 
	border-radius: 7px 7px 0 0;
	text-align: center;
	letter-spacing: 0.5rem;
}
.fix-info-box-left{
	display: block;
	width: 35%;
	border: 1px solid #E4007F;
	border-radius: 8px;
	list-style: none;
	margin-right: 30px;
}
.fix-info-box-right{
	display: block;
	width: 35%;
	border: 1px solid #E4007F;
	border-radius: 8px;
	list-style: none;
	margin-left: 30px;
}
.wrapper{
	padding: 170px 0px 60px;
	display: flex;
	justify-content: center;
	gap: 36px;
    margin: 0 auto;
    max-width: 900px;
}
.wrapper-left{
	display: block;
	width: 100%;
}
.works-block{
	list-style: none;
	display: block;
	width: 30%;
}
.img-wrapper{
	display: flex;
	justify-content: center;
	gap:36px;
}
.img-wrapper li{
	list-style: none;
	width:55%;
}
.img-wrapper img{
	display: block;
	width:100%;
}
.works-block img{
	width: 100%;
	height: 100%;
}
.works-wrapper{
	display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    gap: 36px;
    margin-top: 30px;
}
.kind-ul li,.industry-ul li{
	list-style: none;
	margin: 12px 0;
		font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #2c2c2c;
}
.kind-ul li a,.industry-ul li a{
	text-decoration: none;
	color: #2c2c2c;
}
.current{
	background-color: #CFCFCF;
	padding: 20px 0 ;
}
.deadline{
		margin-top: 60px;
		font-family: 'Noto Sans JP', sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #E4007F;
}
.text{
font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
	color: #2c2c2c;
	line-height: 1.4;
	margin: 15px 0;
}

.title-kind,.title-industry{
font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 2px solid #2c2c2c;
    margin-bottom: 20px;
    padding-bottom: 10px;
}






.side-bar-wrapper{
	width: 20%;
}
.industry-wrapper{
	margin-top: 40px;
}
/*
.heading10 {
	font-family: 'Noto Sans JP', sans-serif;
    position: relative;
    padding: 0 30px 30px;
    font-size: 20px;
    margin: -50px auto 0px;
    display: block;
    text-align: center;
	color: #2c2c2c;
	font-weight: 500;
	letter-spacing: 0.2rem;
	
}
.heading10  span {
    background: linear-gradient(transparent 60%, #FFFE03 60%);
}*/
.heading10 {
font-family: 'Noto Sans JP', sans-serif;
    position: relative;
    padding: 0 30px 36px;
    font-size: 20px;
    margin: -50px auto 0px;
    display: block;
    text-align: center;
	color: #2c2c2c;
	font-weight: 600;
	letter-spacing: 0.2rem;
}
.heading10::before {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 2px;
  content: "";
  background-color: #2c2c2c;
}
.heading10 span {
  background-color: #FFF;
  padding: 0 40px;
  position: relative;
}


/*
.heading10::before {
	font-family: 'Noto Sans JP', sans-serif;
	content: attr(data-en);
	position: relative;
	top: 26px;
	left: 0;
	color: rgba(5,62,98,0.2);
	font-size: 40px;
	text-transform: uppercase;
	z-index: 1;
	text-align: center;
	    display: block;
    margin: 0 auto;
}*/
/*--ページネーション------------------------------------------------------------------------*/
.pagenation-wrapper{
	display: block;
	margin: 40px auto;
	text-align: center;
}
.page-numbers{
	padding: 15px;
	border: 2px solid #111;
	text-decoration: none;
	color:#111;
}
.prev,.next{
	display: none;
}
/*--見出し------------------------------------------------------------------------*/
.heading07 {
	position: relative;
	font-size: 20px;
	margin: 36px 0 36px 0;
	border-bottom: solid 2px #2c2c2c;
	width: 100%;
	letter-spacing: 0.5rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	padding-bottom: 3px;
}

.heading07 span {
	position: relative;
	z-index: 2;
}
/*
.heading07::before {
	content: attr(data-en);
	position: absolute;
	transform: rotate(-5deg);
	top: -20px;
	left: 0;
	color: rgba(255,214,16,0.6);
	font-size: 50px;
	font-weight: 400;
	font-family: luxus-brut, cursive;
	font-style: italic;
}
*/
.i-main-img{
	display: block;
	width: 100%;
}
.i-main-img img{
	display: block;
	width: 100%;
}
.i-grid{
display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap:43px;
	margin-top: 43px;
}
.i-block{
	width: 42%;
	list-style: none;
	border: solid 3px #666;
	padding: 15px;
}
.i-img{
	width: 100%;
}
.i-main-text{
	    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #2c2c2c;
	  text-align: left;
    width: 100%;
	line-height: 1.6;
	margin-top: 36px;
}
.i--text{
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #2c2c2c;
	  text-align: left;
	line-height: 1.6;
}
.i-block-title{
	/*background-color: #FFD610;*/
    color: #2c2c2c;
    padding: 10px 0;
    margin: 10px 0;
    border-radius: 30px;
    text-align: left;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
	display: block;
	border-image: linear-gradient(0.25turn, #FF0000 100px, #ebf1f2 100px) 1/0 0 2px 0;
    border-bottom: solid;
}
/*スマホ―-------------------------------------------------------------------------------------------------------------------------------*/
@media(max-width:599px){
	.i-block {
    width: 39%;
    list-style: none;
}
.sub-sub-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #2c2c2c;
    line-height: 1.4;
    text-align: left;
    width: 90%;
    margin: 10px auto;
}
	.i-text{
		line-height: 1.2;
	}
	.i-grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 9px;
    margin-top: 14px;
}
	.kind-ul li a, .industry-ul li a {
    text-decoration: none;
    color: #2c2c2c;
}
.wrapper {
    display: block;
    max-width: 370px;
    margin: 0 auto;
    padding: 90px 0 20px;
}
.img-wrapper {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.heading10 {
font-family: 'Noto Sans JP', sans-serif;
    position: relative;
    padding: 0 30px 20px;
    font-size: 20px;
    margin: -50px auto 0px;
    display: block;
    text-align: center;
	color: #2c2c2c;
	font-weight: 600;
	letter-spacing: 0.2rem;
}
.heading10::before {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 2px;
  content: "";
  background-color: #2c2c2c;
}
.heading10 span {
  background-color: #FFF;
  padding: 0 40px;
  position: relative;
font-size: 16px;
letter-spacing: 0;
}
	.wrapper-left {
    display: block;
    width: 100%;
}
	.img-wrapper img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
	.text {
  font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.8;
    margin: 10px auto;
    padding: 0;
}
	.fix-wrapper {
    padding: 40px 0 10px 0;
    background-color: #fdcada;
    width: 100%;
    border-radius: 10px;
    margin: 0 auto;

}
	.heading07 {
    position: relative;
    font-size:18px;
    margin: 30px 0 10px 0;
    border-bottom: solid 2px #2c2c2c;
    width: 100%;
	font-weight: 500;
}
	.section-update{
		display: block;
		width: 100%;
		max-width: 370px;
		margin: 0 auto;
	}

	.works-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
	gap:10px;
	margin-top: 0;
}
	.works-wrapper::after{
		display: block;
		content: "";
		width:45%;
	}
	.fix-info{
		display: block;
	}
	.fix-info-box-left {
    display: block;
    width: 90%;
    border: 1px solid #E4007F;
    border-radius: 8px;
    list-style: none;
    /* margin-right: 30px; */
    margin: 0 auto 20px;
}
	
	.fix-info-box-right {
    display: block;
    width: 90%;
    border: 1px solid #E4007F;
    border-radius: 8px;
    list-style: none;
    /* margin-right: 30px; */
    margin: 0 auto;
}	
	
	
	
	.works-block {
    list-style: none;
    display: block;
    width: 48%;
    margin: 0 auto;
}
	.works-block img {
    width: 100%;
    height: 100%;
}
	.side-bar-wrapper {
    width: 100%;
}

	}
/*タブレット―-------------------------------------------------------------------------------------------------------------------------------*/
@media(min-width:600px) and (max-width:1024px){
	.i-grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 12px;
    margin-top: 36px;
}
	.i-block {
    width: 27%;
    list-style: none;
}
	.fix-wrapper {
    padding: 40px 0 10px 0;
    background-color: #fdcada;
    width: 100%;
    border-radius: 10px;
    margin: 0 auto;
}
	.text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #2c2c2c;
    line-height: 1.8;
    padding-right: 0px;
    width: 100%;
    margin: 20px auto;
}
	.wrapper{
		padding: 40px 0px;
		display: block;
		width: 100%;
		margin: 0 auto;
		max-width: 700px;
	}
	.side-bar-wrapper{
		display: flex;
		flex-wrap: nowrap;
		 width: 100%;
		justify-content: space-around;
	}
	.kind-wrapper,.industry-wrapper{
		display: block;
		width:40%;
	}
	.img-wrapper img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.wrapper-left {
    display: block;
    width: 100%;
}
	.industry-wrapper {
    margin-top: 0px;
}
	.works-wrapper {
   
		display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin: 35px auto 0;
	gap:35px;
}

	.img-wrapper img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
	.heading07 {
		    font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
    position: relative;
    font-size: 20px;
    margin: 40px auto;
    border-bottom: solid 3px #2c2c2c;
    width: 100%;
    letter-spacing: 0.5rem;
	max-width: 700px;
}
}