@charset "utf-8";

/* 会社案内 */
h2.vw100{
	background: #e0efff;
	border:none;
	padding: 40px 0;
	margin-bottom: 50px;
	color: #666;
	text-align:center;
	letter-spacing:6px;
	font-size: 180%;
	width: calc(100vw - 9px);
	margin: 2vw calc(50% - 50vw) 2.5vw;
	text-shadow:
		0 0 3px #fff,
		0 0 3px #fff,
		0 0 3px #fff,
		0 0 3px #fff,
		0 0 3px #fff,
		0 0 3px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff;
}
@media(max-width:600px){
	h2.vw100{
        background: #2e76bc;
        padding: 20px 8px;
        margin-top: 10px;
        margin-bottom: 20px;
        width: 100vw;
        color:#fff;
        text-align:center;
        letter-spacing:6px;
        font-size: 150%;
		text-shadow:none;
 }
	h2.vw100:first-child{
		margin-top:-13px
	}
}
/*ごあいさつ・会社概要ここから*/
.aisatu_topleft{width:74%;margin-right:2%;}
.aisatu_topright{width:24%;}

.aisatu_topleft p:nth-of-type(1){
	font-size:120%;
	margin-bottom:10px;
}

.aisatu_topright p:nth-of-type(1){margin:5px 0;}
.aisatu_topright p{font-size: 21px;}

.aisatu_topright span{
	font-size: 34px;
}


.cs{
	display:flex;
	/* background-color: #f3f3f3; */
	color:#333;
	padding:20px;
	max-width:1100px;
	margin:0 auto;
	flex-direction: row;
	align-items: center;
}

.cs_left div{
	margin: 0px 0 5px;
	padding: 17px 12px;
}

.cs_left{width:55%;margin-right:1%}
.cs_right{width: 40%;}

.kaisha_table1, .kaisha_table2{
  width: 95%;
  max-width:1100px;
  margin: 65px auto;
  border-collapse: collapse;
}

.kaisha_table1 tr,.kaisha_table2 tr{
  border-bottom: solid 3px white;
}

.kaisha_table1 tr:last-child{
  border-bottom: none;
}

.kaisha_table1 th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #2e76bc;
  color: white;
  text-align: center;
  padding: 20px;
}

.kaisha_table1 th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #2e76bc;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.kaisha_table1 td{
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: #f3f3f3;
  padding: 20px 30px;
  color:#444;
}

.kaisha_table2{
    margin: 65px auto;
}
.kaisha_table3{
	width:100%
}
.kaisha_table2 th, .kaisha_table3 th{
	background-color: #2e76bc;
	color:#fff;
	letter-spacing:2px;
}
.kaisha_table2 td, .kaisha_table3 td{
	background-color: #f3f3f3;
	color:#444;
}
 
.kaisha_table2 th,
.kaisha_table2 td{
	padding: 20px;
}
.kaisha_table3 th,
.kaisha_table3 td{
	padding: 10px;
	font-weight:normal;
	font-size:90%;
	min-width:7em;
}

.kaisha_table2 span{
	margin-bottom: 11px;
	display: inline-block;
}

.kaisha_table2 img{
	padding-right: 10px;
}
.kaisya_mapleft{
	width: 40%;
	margin-right:2%;
	margin-bottom:20px;
	min-height:380px;
}
.kaisya_mapleft img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.kaisya_mapcenter{
	margin-bottom:20px;
	width: 30%;
	margin-right:2%;
}
.kaisya_mapcenter iframe{
    height:100%;
	width:100%;
}
.kaisya_mapright{
	margin-bottom:20px;
	width: 30%;
}
.tenpo_annai{
	width:1200px;
	max-width:95%;
	margin:0 auto;
}

.tenpo_annai h4{
	font-size: 135%;
	color:#f8b;
	margin: 30px 0 12px;
	border-left:0px;
	border-bottom:1px solid #f8b;
	line-height:1.3;
	padding:20px 10px 5px;
}

.motto{
	/* float:right; */
	margin: 5px 3% 5px 0;
	padding: 4px 10px 8px;
}

.motto,.motto_center,.motto_event, .tochi_area {
	display:inline-block;
	background-color:#555;
	color:#fff;
	font-size:100%;
	/*border:1px solid #555;*/
	border-radius:3px;
}


@media(max-width:600px){
	.kaisya_mapleft,
	.kaisya_mapcenter,
	.kaisya_mapright{
		width: 100%;
	}
	.kaisha_table2 tr{
    	border-bottom: none;
    }
	.kaisha_table2 th{
		padding: 10px 15px 0px;
		text-align:left;
		color: #2e76bc;
		background:none;
		font-size:90%;
	}
	.kaisha_table2 td{
		background:none;
		padding: 3px 15px 13px;
		border-bottom:1px solid #ccc;
		font-size:90%;
	}
	.kaisya_mapleft{
		min-height:auto;
	}
	.kaisya_mapleft img{
		width:100%;
		height:100%;
		object-fit: contain;
	}
	.tenpo_annai .flex{
	    flex-wrap:wrap;
	}
}


.junbi{
	background: #f0f0f0;
    padding: 128px;
    text-align: center;
    font-size: 39px;
}

/*20210406追加*/
.messe_daiji{
	text-align: center;
	/* padding-top: 40px; */
}

.messe_daiji p{
	font-size: 5vw;
	margin: 40px 0 20px;
	color: rgb(54, 54, 54);
}
.messege_wrap{
        /* background: linear-gradient(to bottom, #9ec6e5, #3b679e); */
        /* background-color: #5f84f2; */
        max-width:1200px;
        margin:0 auto;
}
.m_flex{
	display: flex;
	align-items: flex-end;
	margin-bottom:30px;
}
.m_bun{
	width: 65%;
	padding: 0 0 0 60px;
	/* color: #fff; */
}
.m_bun p:nth-child(1){
	font-size: 1.4vw;
}
.m_bun p:nth-child(1)::after,
.interview_youtube_intro p:nth-child(1)::after
{
	content: "";
	display: block;
	margin-top:10px;
	height: 2px;
	background: #2e76bc;
}
.interview_youtube_intro p:nth-child(1)::after{
	margin-top:0;
}
.m_bun p{
	margin:18px 0;
}
.m_flex div:nth-child(2){
	width: 35%;
	text-align: right;
}
.m_bun p:last-child{
	text-align: right;
	font-size: 20px;
}
.m_flex div:nth-child(2) img{
	width: 90%;
}
.interview_youtube_intro{
	margin:60px 0 0
}
.interview_youtube_intro p:nth-child(1){
	font-size:24px;
	max-width:500px;
	margin:65px auto 10px;
}
.interview_youtube_intro p:nth-child(2){
	font-size:15px;
	margin:10px 0 20px;
}
.interview_youtube {
    position: relative;
    width:90%;
    max-width:1000px;
    padding-bottom: 50.5%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
    margin: 0 auto 1em;
}

.interview_youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
@media(max-width:800px){
	.messe_daiji p {
		font-size: 10vw;
	}
	.m_flex{
		flex-wrap:wrap
	}
	.m_bun{
		width: 100%;
		padding: 0px 20px 10px;
		/* color: #fff; */
	}
	.m_bun p:nth-child(1){
		font-size: 4.5vw;
	}
	.m_flex div:nth-child(2){
		width: 70%;
		margin-left: 30%;
		text-align: right;
		margin-top: -7em;
	}
	.m_bun p:nth-child(3){
		text-align: left;
		padding-right: 20%;
		font-size:110%;
		margin-top:35px
	}
}

@media screen and (max-width:600px) {

	.kaisha_table1,.kaisha_table2,
	.kaisha_table1 tr,.kaisha_table2 tr,
	.kaisha_table1 td,.kaisha_table2 td,
	.kaisha_table1 th,.kaisha_table2 th
	{display:block;}

	.kaisha_table1{
		width:100vw
		margin: 12vw auto 0;
	}
    .kaisha_table1 tbody{
    	width:100vw;
    }

	.kaisha_table2{
		width:auto;
		margin-top: 7vw;		
	}

	.aisatu_topright span {
		font-size: 22px;
	}
	
	.aisatu_topright p {
		font-size: 16px;
		text-align: center;
	}

	.aisatu_topright p:nth-of-type(1) {
		margin: 19px 0 0px;
	}
	
	.kaisha_table1 th{
		width:fit-content;
		margin:0 auto;
		/* border-radius:8px; */
		padding:8px;
	}
	.kaisha_table1 td {
        background:none;
		width:100%;
		padding:20px 15px 25px;
	}
	.kaisha_table1 th:after{
	  display: block;
	  content: "";
	  width: 0px;
	  height: 0px;
	  position: absolute;
	  right:calc(50% - 10px);
	  top: calc(10px + 1.6em);
	  border-top: 10px solid #2e76bc;
	  border-bottom: 10px solid transparent;
	  border-right: 10px solid transparent;
	  border-left: 10px solid transparent;
	}
	
	.cs {
		flex-wrap: wrap;
	}
	
	.cs_left div {
		margin: 0px 0 10px;
		padding: 7px 0px;
		font-size:85%;
		color:#666
	}
	
	.cs_txt p {
		text-indent: -2rem;
		padding-left: 2rem;
	}

	.kaisya_mapright {
		margin-bottom: 15px;
	}
}
/*ごあいさつ・会社概要ここまで*/
