@charset "UTF-8"; 
.l-globalNav__list > .about_tws > a:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.hl {
  background-image: url("../img/common/bg_gray.png");
  padding: 45px 0;
  background-repeat: repeat;
}
.en {
	font-size: 35px;
	color: #123888;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 1px;
}
.en span {
	color: #ed2400;
}
.jp {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
}
h2 {
	font-size: 30px;
	color: #123888;
	text-align: center;
	font-weight: bold;
	line-height: 0.7;
	margin-bottom: 50px;
}
h2 span {
	border-bottom: solid #ed2400 3px;
	width: 90px;
	display: inline-block;
}
/*--------------------------
　　　
企業情報 INDEX

--------------------------*/
.main_img {
  background-image: url("../img/our_business/main_img.jpg");
  height: 500px;
  background-size: cover;
  background-position: center center;
	text-align: center;
	display: grid;
	place-items: center;
}
.main_img .en, .main_img .jp {
	color: #FFFFFF;
}
.link div {
	width: 46%;
	padding: 80px 0 0;
}
.link .left {
	float: left;
}
.link .right {
	float: right;
}
.link div h3 {
	font-size: 20px;
	font-weight: bold;
	padding: 20px 0 10px;;
}
.link div p {
	margin-bottom: 30px;
}
/*--------------------------
　　　
ご挨拶

--------------------------*/
.top_message .main_img_pc {
	position: relative;
	margin-bottom: 100px;
}
.top_message .main_img_pc p {
	position: absolute;
	color: #fff;
	top: 33%;
	right: 7%;
	font-size: 1.8vw;
	width: 45%;
}
.top_message .main_img_pc .name {
	top: 58%;
	font-size: 1.9vw;
	width: 20%;
}
.top_message .main_img_pc .name span {
	font-size: 1.2vw;
	padding-right: 5%;
}
.top_message p {
	font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.top_message .name_2 {
	text-align: right;
	font-size: 25px;
	letter-spacing: 2px;
	margin: 30px 0 100px;
}
.top_message .name_2 img {
	width: 120px;
	margin-top: -5px;
}

/*--------------------------
　　　
企業理念

--------------------------*/

.phirosophy p {
	text-align: center;
	font-size: 25px;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.phirosophy .img_01 {
	margin: 50px 0 100px;
}
.phirosophy .bg_blue {
	background-image: url("../img/common/bg_blue.png");
	padding: 60px 5%;
	margin-bottom: 50px;
}
.phirosophy .bg_blue:after {
content:"";
display:block;
font-size:o;
clear:both;
}
.phirosophy .bg_blue p {
	font-weight: bold;
	font-size: 25px;
}
.maru {
	width: 213px;
	height: 213px;
	border-radius: 50%; 
	background-color: #FFFFFF;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	float: left;
	line-height: 1.5;
	margin: 1%;
}
.maru span {
	color: #ed2400;
	font-size: 35px;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 0;
	margin: 35px 0 20px;
	display: block;
}
.maru:nth-child(5) span{
	margin: 35px 0 10px;
}
.bg_img {
  background-image: url("../img/about_tws/philosophy/img_02.jpg");
  height: 550px;
  background-size: cover;
  background-position: center 0%;
}

/*--------------------------
　　　
企業情報

--------------------------*/
table {
	width: 100%;
	border-top: 1px solid #123888;
	border-bottom: 1px solid #123888;
	margin-bottom: 100px;
}
.plofile th {
	width: 12%;
}
td {
	line-height: 1.7;
	padding: 20px 0;
}
tr {
	border-bottom: 1px solid #b1b1b1;
}
/*--------------------------
　　　
沿革

--------------------------*/
th {
	color: #123888;
	width: 11%;
	padding: 20px 0;
	text-align: left;
	font-weight: bold;
}



/*--------------------------------------------------------------------------------------------------------
　　　
SP版

--------------------------------------------------------------------------------------------------------*/
@media (max-width: 767.98px) {

.hl {
	background-image: url("../img/common/bg_gray.png");
	padding: 30px 0 25px;
}
.en {
	font-size: 6vw;
	line-height: 1.7;
	letter-spacing: 1px;
}
.en span {
	color: #ed2400;
}
.jp {
	font-size: 3.5vw;
	font-weight: bold;
	letter-spacing: 2px;
}
.mb_100 {
	margin-bottom: 50px;
}
	h2 {
	font-size: 6vw;
	color: #123888;
	text-align: center;
	font-weight: bold;
	line-height: 0.7;
	margin-bottom: 30px;
}
h2 span {
	border-bottom: solid #ed2400 2px;
	width: 70px;
	display: inline-block;
}
/*--------------------------
　　　
企業情報 INDEX

--------------------------*/
.main_img {
  height: 350px;
}
.link div {
	width: 100%;
	padding: 50px 0 0;
}
.link div h3 {
	font-size: 4.5vw;
	padding: 20px 0 10px;;
}
.link div p {
	margin-bottom: 10px;
}
/*--------------------------
　　　
ご挨拶

--------------------------*/

	.top_message p {
	margin: 30px 0 20px;
	font-size: 4vw;
}
	.top_message .main_img_pc {
	margin-bottom: 0px;
}
	.top_message .main_img_sp {
		position: relative;
	}
	.top_message .main_img_sp p {
		font-size: 4.5vw;
		margin-bottom: 20px;
	}
	.top_message .name {
		position: absolute;
		bottom: -15px;
		right: 5%;
		color: #ffffff;
		font-size: 5vw;
	}
	.top_message .name span {
		font-size: 3vw;
		margin-right: 10px;
	}
	.top_message .name_2 {
		font-size: 5vw;
		margin: 0px 0 50px;
	}
	.top_message .name_2 img {
		width: 27%
	}

/*--------------------------
　　　
企業理念

--------------------------*/
.phirosophy p {
	font-size: 4vw;
	letter-spacing: 1px;
}
.phirosophy .img_01 {
	margin: 0px 0 50px;
}
.phirosophy .bg_blue {
	padding: 50px 3%;
	margin-bottom: 50px;
}
.phirosophy .bg_blue p {
	font-weight: bold;
	font-size: 4.5vw;
}
.maru {
	width: 47%;
	height: 36vw;
	border-radius: 50%; 
	background-color: #FFFFFF;
	font-size: 3.8vw;
	font-weight: 600;
	text-align: center;
	float: left;
	line-height: 1.5;
	margin: 1.5%;
	padding-bottom: 14%
}
.maru span {
	color: #ed2400;
	font-size: 7vw;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 0;
	margin: 8vw 0 1vw;
	display: block;
}
.maru:nth-child(5) span{
	margin: 8vw 0 -1vw;
}
	.bg_img {
  background-image: url("../img/about_tws/philosophy/img_02.jpg");
  height: 250px;
  background-size: cover;
  background-position: center 0%;
}
/*--------------------------
　　　
企業情報

--------------------------*/
table {
	width: 100%;
	border-top: 1px solid #123888;
	border-bottom: 1px solid #123888;
	margin-bottom: 50px;
}
.plofile th {
	width: 25%;
}
td {
	font-size: 3.5vw;
	padding: 10px 0;
}
tr {
	border-bottom: 1px solid #b1b1b1;
}
/*--------------------------
　　　
沿革

--------------------------*/
th {
	color: #123888;
	width: 25%;
	padding: 20px 0;
	text-align: left;
	font-weight: bold;
	font-size: 3.5vw;
}

	
	
	
}