@charset "UTF-8";
/*===============================================
画面の横幅が770px以上
===============================================*/
@media screen and (min-width: 770px){
/*=========================
▼▼共通▼▼
===========================*/
.title_box {
	display: inline-block;
}
.title_box h2 {
	font-size: 37px;
	line-height: 1.3;
    margin-bottom: 9px;
}
.title_box p {
	font-size: 13px;
	line-height: 1.5;
    font-weight: bold;
}
/*=========================
▲▲共通▲▲
===========================*/
#contents {
	margin-bottom: 0;
}
#subpage_main .main_img_bg {
	background-image: url("../img/company/main_img.jpg");
}
#conts_innovation {
    padding-top: 64px;
    text-align: center;
	margin-bottom: 50px;
}
#conts_innovation .bg_text {
	font-size: 167px;
	line-height: 0.8;
	font-weight: 500;
	color: #f5f4f4;
	letter-spacing: .29em;
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
    z-index: -1;
}
#conts_innovation .philosophy {
    width: 436px;
	margin: 0 auto;
}

#conts_philosophy {
	padding-top: 56px;
	text-align: center;
	margin-bottom: 163px;
}
#conts_philosophy .title_box {
	margin-bottom: 74px;
}
#conts_philosophy .bg_box {
	background-color: #f18b2c;
	color: #fff;
	position: relative;
	overflow: hidden;
	padding: 102px 0 102px;
}
#conts_philosophy .bg_box .logo {
	width: 241px;
	position: absolute;
	right: 28px;
	bottom: 0;
}
#conts_philosophy .bg_box .text {
	font-size: 35px;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 14px;
}
#conts_philosophy .bg_box .sub_text {
}

#conts_vision {
	padding: 145px 0 110px;
	color: #fff;
	background-image: url("../img/company/bg_01.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#conts_vision .auto {
	padding-left: 686px;
}
#conts_vision .title_box {
	margin-bottom: 27px;
}
#conts_vision .text {
	line-height: 29px;
	margin-bottom: 19px;
}
#conts_vision span {
	font-weight: bold;
}
#conts_vision .text:last-of-type {
	margin-bottom: 0;
}

#conts_agenda {
	padding-top: 136px;
    margin-bottom: 105px;
	text-align: center;
}
#conts_agenda .title_box {
	margin-bottom: 22px;
}
#conts_agenda .text {
	line-height: 29px;
	margin-bottom: 46px;
}
#conts_agenda .agenda_list {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#conts_agenda .agenda_list li {
    width: 270px;
	display: inline-block;
    margin: 0 22px 46px;
}
#conts_agenda .agenda_list li .number {
	font-size: 17px;
	color: #fff;
	font-weight: bold;
	line-height: 1.4;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background-color: #f18b2c;
    text-align: center;
    padding-top: 34px;
    letter-spacing: normal;
    margin: 0 auto 18px;
}
#conts_agenda .agenda_list li:nth-of-type(2) .number {
    background-color: #e5ba43;
}
#conts_agenda .agenda_list li:nth-of-type(3) .number {
	background-color: #4a9e75;
}
#conts_agenda .agenda_list li:nth-of-type(4) .number {
    background-color: #669fac;
}
#conts_agenda .agenda_list li:nth-of-type(5) .number {
    background-color: #1f4a8d;
}
#conts_agenda .agenda_list li .detail {
	display: inline-block;
    vertical-align: middle;
	font-size: 18px;
    font-weight: bold;
	line-height: 1.4;
    color: #f18b2c;
    position: relative;
    padding-bottom: 7px;
    margin-bottom: 4px;
    border-bottom: 1px solid #f18b2c;
}
#conts_agenda .agenda_list li:nth-of-type(2) .detail {
	color: #e5ba43;
    border-color: #e5ba43;
}
#conts_agenda .agenda_list li:nth-of-type(3) .detail {
	color: #4a9e75;
    border-color: #4a9e75;
}
#conts_agenda .agenda_list li:nth-of-type(4) .detail {
	color: #669fac;
    border-color: #669fac;
}
#conts_agenda .agenda_list li:nth-of-type(5) .detail {
	color: #1f4a8d;
    border-color: #1f4a8d;
}

#conts_profile {
	padding: 120px 0 100px;
	background-color: #fafafa;
	text-align: center;
}
#conts_profile .title_box {
	margin-bottom: 20px;
}
#conts_profile table {
	width: 752px;
	margin: 0 auto 44px;
	text-align: left;
	line-height: 28px;
	border-top: 1px solid #ececec;
}
#conts_profile table tr {
	width: 100%;
	border-bottom: 1px solid #ececec;
}
#conts_profile table tr th {
	width: 190px;
    padding: 18px 15px 17px;
	color: #f18b2c;
	height:100px;
	vertical-align:middle;
}
#conts_profile table tr th img{
	margin:0px auto;
}
#conts_profile table tr td {
	width: 562px;
    padding: 18px 15px 17px 0;
}
#conts_profile table tr td .link_gmap {
	display: inline-block;
    width: auto;
    margin-left: 14px;
	font-size: 13px;
	position: relative;
    text-decoration: underline;
    transition-duration: .3s;
}
#conts_profile table tr td .link_gmap:hover {
    text-decoration: none;
}
#conts_profile table tr td .link_gmap::after {
	content: "";
	display: block;
	width: 32px;
	height: 5px;
	background-image: url("../img/share/icon_arrow_01.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	position: absolute;
	right: -42px;
	top: 9px;
    transition-duration: .3s;
}
#conts_profile table tr td .link_gmap:hover::after {
	right: -52px;
}
#conts_profile .btn {
	width: 348px;
    margin: 0 auto;
}
#conts_profile .btn a {
	background-color: #fafafa;
}
#conts_profile .btn a:hover {
	background-color: #000;
}
table.partner tr td{
	vertical-align:middle;
	padding-left:100px !important;
}
#conts_profile table.partner tr td a{
	text-decoration:underline;
}
#conts_profile table.partner tr td a:hover{
	text-decoration:none;
}
}
/*===============================================
画面の横幅が769pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width:769px){
/*=========================
▼▼共通▼▼
===========================*/
.title_box h2 {
	font-size: 3rem;
	line-height: 1.3;
    margin-bottom: 6px;
}
.title_box p {
	font-size: 1.2rem;
	line-height: 1.5;
    font-weight: bold;
}
/*=========================
▲▲共通▲▲
===========================*/
#contents {
	margin-bottom: 0;
}
#subpage_main .main_img_bg {
	background-image: url("../img/company/main_img.jpg");
	background-position: right 20% center;
}
#conts_innovation {
    text-align: center;
	margin-bottom: 50px;
	overflow: hidden;
}
#conts_innovation .bg_text {
	font-size: 13vw;
	line-height: 1;
	font-weight: 500;
	color: #f5f4f4;
	letter-spacing: .29em;
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-48%);
	white-space: nowrap;
    z-index: -1;
}
#conts_innovation .philosophy {
    width: 90%;
    max-width: 314px;
	margin: 0 auto;
}
#conts_philosophy {
	text-align: center;
	margin-bottom: 76px;
}
#conts_philosophy .title_box {
	margin-bottom: 26px;
}
#conts_philosophy .bg_box {
	max-width: 580px;
    margin: 0 auto;
    background-color: #f18b2c;
	color: #fff;
	position: relative;
	overflow: hidden;
	padding: 35px 5% 34px;
}
#conts_philosophy .bg_box .logo {
	width: 120px;
	position: absolute;
	right: 18px;
	bottom: 0;
}
#conts_philosophy .bg_box .text {
	font-size: 2rem;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 12px;
}
#conts_philosophy .bg_box .sub_text {
	font-size: 1.4rem;
	line-height: 2;
    text-align: left;
}

#conts_vision {
	padding: 60px 0 64px;
	color: #fff;
	background-image: url("../img/company/bg_01.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#conts_vision .auto {
	
}
#conts_vision .title_box {
	margin-bottom: 24px;
    text-align: center;
}
#conts_vision .text {
	max-width: 548px;
    margin: 0 auto 16px;
    line-height: 1.9;
}
#conts_vision span {
	font-weight: bold;
}
#conts_vision .text:last-of-type {
	margin-bottom: 0;
}

#conts_agenda {
	padding-top: 60px;
    margin-bottom: 64px;
	text-align: center;
}
#conts_agenda .auto {
	
}
#conts_agenda .title_box {
	margin-bottom: 24px;
}
#conts_agenda .text {
	line-height: 1.7;
    text-align: left;
    max-width: 480px;
    margin: 0 auto 38px;
}
#conts_agenda .agenda_list {
	width: 100%;
    max-width: 320px;
    margin: 0 auto;
	text-align: left;
}
#conts_agenda .agenda_list li {
	width: 100%;
	margin-bottom: 28px;
}
#conts_agenda .agenda_list li:first-of-type, #conts_agenda .agenda_list li:nth-of-type(4) {
	width: 100%;
}
#conts_agenda .agenda_list li:last-of-type {
	margin-bottom: 0;
}
#conts_agenda .agenda_list li .number {
	font-size: 17px;
	color: #fff;
	font-weight: bold;
	line-height: 1.4;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	background-color: #f18b2c;
    display: inline-block;
    text-align: center;
    padding-top: 22px;
    letter-spacing: normal;
    margin-right: 8px;
}
#conts_agenda .agenda_list li:nth-of-type(2) .number {
    background-color: #e5ba43;
}
#conts_agenda .agenda_list li:nth-of-type(3) .number {
	background-color: #4a9e75;
}
#conts_agenda .agenda_list li:nth-of-type(4) .number {
    background-color: #669fac;
}
#conts_agenda .agenda_list li:nth-of-type(5) .number {
    background-color: #1f4a8d;
}
#conts_agenda .agenda_list li .detail {
	display: inline-block;
    vertical-align: middle;
	font-size: 1.4rem;
	line-height: 1.4;
    color: #f18b2c;
    letter-spacing: -.02em;
    position: relative;
    padding-bottom: 4px;
    margin-bottom: 7px;
    border-bottom: 1px solid #f18b2c;
}
#conts_agenda .agenda_list li:nth-of-type(2) .detail {
	color: #e5ba43;
    border-color: #e5ba43;
}
#conts_agenda .agenda_list li:nth-of-type(3) .detail {
	color: #4a9e75;
    border-color: #4a9e75;
}
#conts_agenda .agenda_list li:nth-of-type(4) .detail {
	color: #669fac;
    border-color: #669fac;
}
#conts_agenda .agenda_list li:nth-of-type(5) .detail {
	color: #1f4a8d;
    border-color: #1f4a8d;
}

#conts_profile {
	padding: 60px 0px;
	background-color: #fafafa;
	text-align: center;
}
#conts_profile .title_box {
	margin-bottom: 24px;
}
#conts_profile table {
	width: 100%;
    max-width: 480px;
    display: block;
	margin: 0 auto ;
	text-align: left;
	line-height: 1.6;
	border-top: 1px solid #ececec;
}
#conts_profile table tr {
	width: 100%;
    display: block;
    padding: 20px 5% 19px;
	border-bottom: 1px solid #ececec;
}
#conts_profile table tr:last-of-type {
    margin-bottom: 0;
}
#conts_profile table tr th {
	width: 100%;
    display: block;
	color: #f18b2c;
    font-weight: bold;
    margin-bottom: 6px;
}
#conts_profile table tr td {
	width: 100%;
    display: block;
    font-size: 1.5rem;
    font-size: 1.4rem;
}
#conts_profile table tr:last-of-type td {
	text-align: left;
}
#conts_profile table tr td .link_gmap {
	display: inline-block;
    width: auto;
	font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 8px;
	position: relative;
    text-decoration: underline;
}
#conts_profile table tr td .link_gmap::after {
	content: "";
	display: block;
	width: 26px;
	height: 4px;
	background-image: url("../img/share/icon_arrow_01.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	position: absolute;
	right: -32px;
	top: 8px;
    transition-duration: .3s;
}
#conts_profile table tr td .link_gmap:hover::after {
	right: -42px;
}
#conts_profile .btn {
	width: 270px;
    margin: 0 auto;
}
#conts_profile .btn a {
	background-color: #fafafa;
}
#conts_profile .btn a:hover {
	background-color: #000;
}
#conts_profile table.partner {
	text-align:center;
}
#conts_profile table.partner tr th a{
	max-width: 80%;
	margin: 0px auto;
	height: 100px;
	display: -webkit-box;
}
#conts_profile table.partner tr th a img{
	object-fit:contain;
	margin:0px auto;
}
#conts_profile table.partner tr td{
	vertical-align:middle;
	text-align:center !important;
	padding :10px 0px;
}
}