@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual {
	height: 100vh;
	min-height: 500px;
	display: flex;
	align-items: center;
	background: url(../img/index/toppage_2.jpg) no-repeat center;
	background-size: cover;
}
#main .mainVisual .content {
	width: 100%;
	padding-top: 119px;
	padding-bottom: 20px;
	text-align: center;
}
#main .mainVisual h2 {
	margin-bottom: 72px;
}
#main .mainVisual p {
	font-size: 2.3rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.88;
}
#main .mainVisual p .red {
	color: #d00f31;
}


#main .industries {
	padding: 200px 0 86px;
	color: #111183;
	background-color: #FFFFFF;
}
#main .industries p {
	color: #000;
}

#main .industries p#center {
	text-align: center;
}

#main .industries .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .industries .inner .photoBox {
	width: 100%;
	margin: 0 0 50px 0;
	text-align: center;
}

#main .industries .inner .textBox {
	flex: 1;
}
#main .industries .inner .headLine01 {
	margin: 0 -150px 20px -10px;
}
#main .industries .inner .center{
	margin: 0 0 20px 0;
}
#main .industries .inner p {
	line-height: 2.5;
	text-align: justify;
}


#main .industries p span {
	font-size: 2.0rem;
	font-weight: 600;
}



#main .industries .boshu {
	color: #111183;
	margin: 15px 0 15px 0;
	padding-left: 20px;
	display: grid;
	width: fit-content;
	column-gap: 3em;
	grid-template-columns: repeat(3, auto);
}

#main .industries .boshu li{
	margin: 8px 0 8px 0;
	list-style-type: disc;
}

#main .industries .boshu li span{
	color: #000;
}

@media all and (max-width: 896px) {
	
	#main .industries .boshu {
	grid-template-columns: repeat(1, auto);
}
}

@media all and (max-width: 374px) {
	#main .industries .boshu {
	grid-template-columns: repeat(1, auto);
}
}



#main .whatwedo {
	padding: 200px 0 86px;
	color: #111183;
	background-color: #FFFFFF;
}
#main .whatwedo p {
	color: #000;
}

#main #a02 p.center {
	text-align: center;
}

#main #a06 p.center {
	text-align: center;
}

#main .whatwedo .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .whatwedo .inner .photoBox {
	width: 41.7%;
	margin: 80px 0 0 97px;
}
#main .whatwedo .inner .photoBox img {
	width: 100%;
}
#main .whatwedo .inner .textBox {
	flex: 1;
}
#main .whatwedo .inner .headLine01 {
	margin: 0 -150px 20px -10px;
}
#main .whatwedo .inner .center{
	margin: 0 0 20px 0;
}
#main .whatwedo .inner p {
	line-height: 2.13;
	text-align: justify;
}


#main .whatwedo p span {
	font-size: 1.8rem;
	font-weight: 600;	
}

#main .whatwedo p.caption {
    text-align: right;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
@media all and (max-width: 896px) {
#main .whatwedo p.caption {
    text-align: right;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
}

#main .whatwedo p span.kaisoku {
	font-size: 2.0rem;
	font-weight: 600;
	padding-left: 15px;
	border-left: 5px solid #111183;
}

#main .whatwedo .activ_text{
	padding: 0 0 60px 0 ;
}

@media all and (max-width: 896px) {
	#main .whatwedo p span {
	font-size: 1.4rem;
}
	
	#main .whatwedo {
	padding: 70px 0 86px;
}
	
	#main .whatwedo .activ_text{
	padding: 0 0 0 0 ;
}
}


#main .company {
	padding: 90px 0 127px;
}
#main .company .headLine01 {
	margin-bottom: 58px;
}
#main .companyDl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 1px solid #8F8F8F;
	margin-bottom: 40px;
}

#main .company p {
	line-height: 2.13;
	text-align: justify;
}
#main .companyDl dt {
	width: 150px;
	padding: 35px 10px 42px 0;
	box-sizing: border-box;
	color: #111183;
	border-bottom: 1px solid #8F8F8F;
	font-weight: 700;
}
#main .companyDl dd {
	padding: 35px 10px 42px 0;
	width: calc(100% - 150px);
	box-sizing: border-box;
	border-bottom: 1px solid #8F8F8F;
}


#main .companyDl dd a {
	color: #004BF5;
	cursor: pointer;
}
#main .companyDl dd a:hover {
	text-decoration: underline;
}



#main .contact {
	padding: 40px 0 40px;
	color: #111183;
	background-color: #EFEFEF;
}
#main .contact p {
	color: #000;
}

#main #a02 p.center {
	text-align: center;
}

#main #a06 p.center {
	text-align: center;
}

#main .contact .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .contact .inner .photoBox {
	width: 41.7%;
	margin: 80px 0 0 97px;
}
#main .contact .inner .photoBox img {
	width: 100%;
}
#main .contact .inner .textBox {
	flex: 1;
}
#main .contact .inner .headLine01 {
	margin: 0 -150px 20px -10px;
}
#main .contact .inner .center{
	margin: 0 0 20px 0;
}
#main .contact .inner p {
	line-height: 2.13;
	text-align: justify;
}


#main .contact p span {
	font-size: 1.8rem;
	font-weight: 600;	
}

#main .contact p span.kaisoku {
	font-size: 2.0rem;
	font-weight: 600;
	padding-left: 15px;
	border-left: 5px solid #111183;
}

#main .contact a {
	color: #004BF5;
	cursor: pointer;
}

#main .contact a:hover {
	text-decoration: underline;
}

@media all and (max-width: 896px) {
	#main .contact p span {
	font-size: 1.4rem;
}
	#main .contact {
	padding: 30px 0 30px;
}
}


#main #formlink a {
	color: #004BF5;
	text-decoration: underline;
}
#main #formlink a:hover {
	text-decoration: underline;
}




#main .profile {
	padding: 200px 0 86px;
	color: #111183;
	background-color: #FFFFFF;
}
#main .profile p {
	color: #000;
}

#main .profile p#center {
	text-align: center;
}

#main .profile .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .profile .inner .photoBox {
	width: 20%;
	margin: 0 20px 50px 0;
}

#main .profile .inner .textBox {
	flex: 1;
}
#main .profile .inner .center{
	margin: 0 0 20px 0;
}
#main .profile .inner p {
	line-height: 2.5;
	text-align: justify;
}


#main .profile p span {
	font-size: 2.0rem;
	font-weight: 600;
}

#main .industries table {
	border: 1px solid #cccccc;
	border-collapse: collapse;
}

#main .industries table th{
	color: #000;
	font-weight: bold;
	width: 8%;
	padding: 15px;
	vertical-align: top;
	border: 1px solid #cccccc;
}

#main .industries table td{
	color: #000;
	padding: 15px;
	vertical-align: top;
	border: 1px solid #cccccc;
}

#main #plofile_box {
	padding: 10px 0 150px 0;
}

#main .industries table tr:nth-child(odd){
	background-color: aliceblue;
}







#main .industry {
	padding: 100px 0 0;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: url(../img/index/photo13.jpg) no-repeat center bottom;
	background-size: cover;
}
#main .industry .photoBox {
	width: 36.6%;
	order: 2;
	margin: min(12vw,179px) 0 -14px min(13vw,204px);
}
#main .industry .photoBox img {
	width: 100%;
	position: relative;
	bottom: -2px;
}
#main .industry .textBox {
	padding: 0 0 40px 20px;
	flex: 1;
	display: flex;
	justify-content: flex-end;
}
#main .industry .textBox .sub {
	width: 100%;
	max-width: min(49vw,610px);
}
#main .industry .headLine01 {
	margin: 0 -10px 20px;
}
#main .industry p {
	line-height: 2.133;
}




@media all and (max-width: 896px) {
	#main .mainVisual {
		align-items: flex-start;
		position: relative;
		background-image: url(../img/index/toppage_sp.jpg);
	}
	
	#main .mainVisual .content {
		padding: 60px 0 30px;
	}
	#main .mainVisual h2 img {
		width: 200px;
	}
	#main .mainVisual h2 {
		margin: 0 0 20px;
		padding: 100px 0 0 0;
	}
	#main .mainVisual p {
		font-size: 1.6rem;
		line-height: 1.75;
		padding: 100px 0 0 0;
		letter-spacing: 0.1em;
	}
	#main .industries {
		padding: 56px 0 44px;
	}
	#main .industries .inner {
		display: block;
	}
	#main .industries .inner .photoBox {
		width: auto;
		margin: 14px 47px 0;
	}
	#main .industries .inner .headLine01 {
		margin: 0 -3px 4px;
	}
	#main .industries .inner p {
		letter-spacing: 0.08em;
		line-height: 2.29;
	}
	#main .lignin {
		padding: 50px 0 60px;
		display: block;
	}
	#main .lignin .photoBox {
		width: auto;
		margin: 41px 0 0 15px;
	}
	#main .lignin .textBox {
		display: block;
		padding: 0 15px;
	}
	#main .lignin .textBox .sub {
		max-width: inherit;
	}
	#main .lignin .headLine01 {
		margin-bottom: 12px;
	}
	#main .lignin p {
		letter-spacing: 0.08em;
		line-height: 2.286;
	}
	#main .lignin h3 {
		margin-bottom: 20px;
	}
	#main .lignin .list {
		border-width: 5px;
	}
	#main .industry {
		padding-top: 50px;
		display: block;
		background-image: url(../img/index/photo13_sp.jpg);
	}
	#main .industry .textBox {
		padding: 0 15px;
		display: block;
	}
	#main .industry .textBox .sub {
		max-width: inherit;
	}
	#main .industry .headLine01 {
		margin: 0 0 13px;
	}
	#main .industry p {
		letter-spacing: 0.08em;
		line-height: 2.286;
		text-align: justify;
	}
	#main .industry .photoBox {
		width: auto;
		margin: 41px -4px 0 90px;
	}
	#main .company {
		padding: 50px 0 58px;
	}
	#main .company .headLine01 {
		margin-bottom: 39px;
	}
	#main .companyDl {
		display: block;
	}
	#main .companyDl dt {
		width: auto;
		font-size: 1.6rem;
		letter-spacing: 0.08em;
		font-weight: 600;
		padding: 18px 0 7px;
		border: none;
	}
	#main .companyDl dd {
		width: auto;
		padding: 0 0 18px;
		font-size: 1.6rem;
		letter-spacing: 0.08em;
		line-height: 1.786;
	}
	#main .news {
		padding: 54px 0 58px;
	}
	#main .news::before {
		width: 173px;
	}
	#main .news .headLine01 {
		margin-bottom: 40px;
	}
	#main .newsDl {
		display: block;
	}
	#main .newsDl dt {
		width: auto;
		padding: 19px 0 6px;
		border: none;
		font-size: 1.4rem;
		letter-spacing: 0.08em;
	}
	#main .newsDl dd {
		width: auto;
		padding: 0 0 18px;
		font-size: 1.4rem;
		letter-spacing: 0.08em;
		line-height: 1.786;
		min-height: inherit;
	}
	#main .bannerUl {
		display: block;
		text-align: center;
	}
	#main .bannerUl li {
		margin: 0 15px 40px;
	}
	#main .bannerUl li:last-child {
		margin-bottom: 0;
	}
}


@media all and (min-width: 897px) and (max-width: 1100px) {
	#main .bannerUl li {
		width: 250px;
	}
}

/* @media all and (max-width: 374px) {
	#main .mainVisual::after {
		height: 390px;
	}
} */

.pad #main .mainVisual::after {
	height: 82%;
}

@media all and (max-width: 374px) {
	#main .mainVisual::after {
		height: 390px;
	}
}

/*------------------------------------------------------------
	contact
------------------------------------------------------------*/

#mailform {
	font-weight: normal;
}

#main .whatwedo #form_red {
	color: #CC0000;
	font-weight: normal;
	font-size: 1.6rem;
}


#mailform .red {
	color: #CC0000;
}


.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media all and (max-width: 896px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media all and (max-width: 896px) {
  .Form-Item {
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(8) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
	font-size: 1.8rem;
}
@media all and (max-width: 896px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media all and (max-width: 896px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #5bc8ac;
  color: #fff;
  font-size: 12px;
}
@media all and (max-width: 896px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  background: #eaedf2;
  font-size: 1.8rem;
}
@media all and (max-width: 896px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}

.Form-Item-Conf {
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: auto;
  flex: 1;
  width: 100%;
  font-size: 1.8rem;
}
@media all and (max-width: 896px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}


.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.5em;
  height: 216px;
  flex: 1;
  width: 100%;
  background: #eaedf2;
  font-size: 1.8rem;
}
@media all and (max-width: 896px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}

.btn_container {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  display: block;
	text-align: center;
}

.Form-Btn {
	background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
  border-radius: 6px;
  margin: 15px;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 200px;
  letter-spacing: 0.05em;
  background: #3372DE;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
}

.Form-Btn:hover {
  background: #70A0DF;
}


@media all and (max-width: 896px) {
  .Form-Btn {
	 margin: 5px 5px 5px 5px ;
    padding: 10px 10px 10px 10px;
    width: auto;
    font-size: 16px;
  }
}
