.company {
	width: 90%;
	margin: auto;
}

#main .flex .company_logo {
	width: 48%;
}
#main .flex .company_logo img {
	width: 80%;
	max-width: 180px;
}
#main .flex .profile {
	width: 50%;
}
.profile dl {
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
}
.profile dl dt {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
	letter-spacing: .2em;
	width: 20%;
	margin: 0vh 0 3vh;
	position: relative;
}
.profile dl dd {
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
	letter-spacing: .2em;
	width: 80%;
	margin: 0vh 0 3vh;
}
.profile ul {
	font-size: 12px;
	line-height: 2;
}
.profile li {
	display: inline-block;
	margin-right: 5px;
}
.profile li::before {
	content: "・"
}

#msg_wrap {
	width: 100%;
	height: 100vw;
	overflow: hidden;	
	position: relative;
	z-index: 2000;
}
#msg_wrap .lines {
	width: 100%;
	height: 100vw;
	overflow: hidden;	
	position: absolute;
	top: 0;
	right: 0;
}
#msg_wrap .lines svg {
	width: 100%;
}
#msg_wrap .com_line line {
	stroke: #fff;
	stroke-miterlimit: 10;
	stroke-width: 2px;
}
#message {
	width: 64%!important;
	max-width: 770px!important;
	margin: 0vh auto 0;
	padding: 0!important;
	position: absolute;
	top: 10vh;
	right: 0;
	left: 0;
	z-index: 2030;
}
#msg_base {
	width: 140vw;
	max-width: 770px;
	height: 140vw;
	max-height: 770px;
	padding: 0;
	margin: 0vh auto 0;
	position: absolute;
	top: 10vh;
	right: -20vw;
	left: -20vw;
	z-index: 2010;
}
#msg_bg {
	width: 100%;
}
#msg_base h2 {
	font-family: 'Lato', sans-serif;
	font-size: 32px;
	line-height: 1;
	text-align: left;
	letter-spacing: .2em;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.msg_txt {
	color: #009EE5;
	font-size: 14px;
	width: 60%;
	height: 60%;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.msg_txt p {
	line-height: 2.5;
	text-align: left;
	margin-bottom: 2em;
}
.msg_txt p.ceo {
	text-align: center;
	margin: 2em auto;
}



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

#main {
	margin: 5vh auto 0vh!important;
}
#main .flex {
	width: 90%;
	margin: auto;
}
#main .flex .company_logo {
	width: 28%;
}
#main .flex .company_logo img {
	width: 80%;
	max-width: 180px;
}
#main .flex .profile {
	width: 70%;
}

#msg_wrap .lines svg {
}
#msg_wrap .com_line line {
	stroke-width: 4px;
}
#msg_wrap {
	width: 100%;
	height: 100vh;
	position: relative;
	z-index: 2000;
}
#msg_base h2 {
	color: #009EE5;
	font-size: 24px;
	text-align: center;
	margin: 5vh auto;
	top: 0;
	left: 0;
	right: 0;
}
.msg_txt {
	color: #009EE5;
	font-size: 14px;
	width: 60%;
	height: 60%;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.msg_txt p {
	line-height: 2.5;
	text-align: left;
	margin-bottom: 2em;
}

}

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

#main .flex {
	width: 90%;
	margin: auto;
}
#main .flex .company_logo {
	text-align: center;
	width: 100%;
	margin: 2em 0;
}
#main .flex .company_logo img {
	width: 40%;
	max-width: 180px;
}
#main .flex .profile {
	width: 100%;
}
.profile dl {
	display: flex;
	flex-direction: column;
}
.profile dl dt {
	font-size: 12px;
	text-align: center;
	width: 100%;
	margin: 0em 0 .5em;
}
.profile dl dd {
	font-size: 12px;
	text-align: center;
	width: 100%;
	margin: 0em 0 1em;
}
.profile ul {
	font-size: 12px;
	line-height: 2;
}
.profile li {
	display: inline-block;
	margin-right: 5px;
}
.profile li::before {
	content: "・"
}

#msg_base h2 {
	font-size: 24px;
}
.msg_txt {
	color: #009EE5;
	font-size: 14px;
	width: 60%;
	height: 60%;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.msg_txt p {
	line-height: 1.5;
	text-align: left;
	margin-bottom: 1em;
}


}

