@charset "utf-8";
/* Copyright 2021 FSFIELD All Rights Reserved. */

@media print, screen and (min-width:768px){ /* 表示領域が768px以上の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	PC

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

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

	会社概要

	------------------------------------------------------------ */
	
	/* グローバルナビアクティブ
	---------------------------------------------- */
	.nav_global ul li.g02 span::after{width: 100%;}
	
	/* ページタイトル
	---------------------------------------------- */
	.pagettl{background-image: url("../company/img/pc/bg_pagettl01.jpg");}



	/* 社是
	---------------------------------------------- */
	.sec_company-policy {
		width: 1100px;
		margin: 0 auto;
		padding: 160px 0 80px;
	}

	.company-policy_image {
		width:500px;
		height: 128px;
		margin: 0 auto;
	}

	.company-policy_image img {
		width: 100%;
	}



	/* 経営理念
	---------------------------------------------- */
	.sec_philosophy {
		width: 1100px;
		margin: 0 auto;
		padding: 80px 0 0;
	}

	.wrap_philosophy {
		width: 100%;
		padding-block:80px;
		background-image: url(/company/img/bg_philosophy01.jpg);
	}

	.wrap_philosophy p span{
		display: block;
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		line-height: 2.5;
		color: #1A3B88;
	}




	/* 経営方針
	---------------------------------------------- */
	.sec_management-policy {
		width: 1100px;
		margin: 0 auto;
		padding-top: 80px;
	}


	.sec_management-policy ul {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	.sec_management-policy ul li {
		padding: 16px 20px;
		line-height: 1.5;
		font-size: 2rem;
		font-weight: 500;
		display: flex;
		gap: 16px;
		background-color: #F0F7FB;
	}

	.sec_management-policy ul li span {
		width: 32px;
		height: 32px;
		background-color: #1A3B88;
		color: #fff;
		font-weight: 700;
		text-align: center;
		flex: none;
		line-height: 1.5;
	}


	/* 社長挨拶
	---------------------------------------------- */
	.sec_message{
		width: 1100px;
		position: relative;
		padding: 160px 0 80px;
		margin: 0 auto;
	}

	
	.sec_message .message {
		display: flex;
		gap: 28px;
	}

	.sec_message .message .text {
		display: flex;
		gap: 32px;
		flex-direction: column;
		text-align: justify;
	}

	.sec_message .message .text p > span{
		text-indent: 1em;
		display: block;
	}

	

	.sec_message .message .text p:nth-of-type(1) span span,
	.sec_message .message .text p:nth-of-type(3) span:first-of-type {
		letter-spacing: 0.03em;
	}

	.sec_message .message .text p:nth-of-type(2) span,
	.sec_message .message .text p:nth-of-type(4) span  {
		letter-spacing: 0.01em;
	}

	.sec_message .message .text p:nth-of-type(3) span span {
		letter-spacing: 0 !important;
	}
	


	
	.sec_message .message .image figure{
		display: flex;
		flex-direction: column;
		gap: 16px;
		align-items: center;
	}

	/* 会社概要
	---------------------------------------------- */
	.sec_company{
		width: 1100px;
		margin: 0 auto;
		padding: 80px 0 100px;
	}
	
	.tbl_company01{width: 100%;}
	
	.tbl_company01 tr{border-bottom: 1px solid #E8E8E8;}
	
	.tbl_company01 tr:first-of-type{border-top: 1px solid #E8E8E8;}
	
	.tbl_company01 th,
	.tbl_company01 td{padding: 50px 0;}
	
	.tbl_company01 th{
		font-weight: 700;
		color: #1A3B88;
		width: 160px;
	}
	
	.tbl_company01 .bank th,
	.tbl_company01 .relation th,
	.tbl_company01 .mainoffice th{vertical-align: top;}	
	
	.tbl_company01 td{line-height: 2;}
	
	.tbl_company01 td .logo{width: 181px;}
	
	.tbl_company01 td .logo img{
		width: 100%;
		height: auto;
	}

	/* 所在地
	---------------------------------------------- */
	.sec_location{
		width: 1100px;
		margin: 0 auto 100px;
	}
	
	.location{
		border-bottom: 1px solid #E8E8E8;
		padding-bottom: 80px;
		margin-bottom: 75px;
		display: flex;
		justify-content: space-between;
	}
	
	.location:last-of-type{
		padding-bottom: 0;
		margin-bottom: 0;
	}
	
	.location .place{width: 520px;}
	
	.location .place .inner{
		line-height: 2;
		margin-bottom: 30px;
	}
	
	.location .place figure img{
		width: 100%;
		height: auto;
	}
	
	.location .access{width: 520px;}
	
	.location .access .inner{margin-bottom: 30px;}
	
	.location .access .map iframe{
		display: block;
		width: 100%;
		height: 320px;
	}
	
	/* 沿革
	---------------------------------------------- */
	.sec_history{
		width: 1100px;
		margin: 0 auto 150px;
	}
	
	.history{
		position: relative;
		padding-left: 60px;
	}
	
	.history::before{
		content: "";
		background: #1A3B88;
		width: 1px;
		height: calc(100% - 10px);
		position: absolute;
		top: 10px;
		left: 6px;
	}
	
	.tbl_history01{width: 100%;}
	
	.tbl_history01 th,
	.tbl_history01 td{
		padding: 30px 0;
		border-bottom: 1px solid #E8E8E8;
	}

	.tbl_history01 tr:first-of-type th,
	.tbl_history01 tr:first-of-type td{padding-top: 0;}
	
	.tbl_history01 th{
		width: 320px;
		vertical-align: top;
	}
	
	.tbl_history01 th > div{position: relative;}

	.tbl_history01 th > div::before{
		  content: "";
		  display: block;
		  background: #1A3B88;
		  width: 13px;
		  height: 13px;
		  border-radius: 13px;
		  position: absolute;
		  top: 8px;
		  left: -60px;
	}
	
	
}/*--@media--*/


@media only screen and (max-width:767px){ /* 表示領域が767px以下の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

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

	会社概要

	------------------------------------------------------------ */
	
	/* ページタイトル
	---------------------------------------------- */
	.pagettl{background-image: url("../company/img/sp/bg_pagettl01.jpg");}


	/* 社是
	---------------------------------------------- */
	.sec_company-policy {padding: 40px 15px;}

	.company-policy_image {
		width: 245px;
		height: 63px;
		margin: 0 auto;
	}

	.company-policy_image img {
		width: 100%;
	}


	/* 経営理念
	---------------------------------------------- */
	.sec_philosophy {padding: 40px 0;}

	.sec_philosophy .heading01 {
		margin-left: 15px !important; 
	}

	.wrap_philosophy {
		width: 100%;
		padding: 30px 20px;
		background-image: url(/company/img/bg_philosophy01.jpg);
	}

	.wrap_philosophy p span{
		text-align: center;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 2;
		color: #1A3B88;
	}

	

	/* 社長挨拶
	---------------------------------------------- */
	.sec_message {padding: 40px 15px;}

	
	.sec_message .message {
		display: flex;
		gap: 40px;
		flex-direction: column-reverse;
	}

	.sec_message .message .text {
		display: flex;
		gap: 24px;
		flex-direction: column;
	}

	.sec_message .message .text p > span{
		text-indent: 1em;
		display: block;
	}
	
	.sec_message .message .image figure{
		display: flex;
		flex-direction: column;
		gap: 16px;
		align-items: center;
	}

	
	/* 会社概要
	---------------------------------------------- */
	.sec_company{padding: 40px 15px;}
	
	.tbl_company01{width: 100%;}
	
	.tbl_company01 tr{border-bottom: 1px solid #E8E8E8;}
	
	.tbl_company01 tr:first-of-type{border-top: 1px solid #E8E8E8;}
	
	.tbl_company01 th,
	.tbl_company01 td{padding: 18px 0;}
	
	.tbl_company01 th{
		font-weight: 700;
		color: #1A3B88;
		width: 90px;
	}
	
	.tbl_company01 .bank th,
	.tbl_company01 .relation th,
	.tbl_company01 .mainoffice th{vertical-align: top;}	
	
	.tbl_company01 td{line-height: 1.4;}
	
	.tbl_company01 td .logo{width: 125px;}
	
	.tbl_company01 td .logo img{
		width: 100%;
		height: auto;
	}
	
	/* 所在地
	---------------------------------------------- */
	.sec_location{padding: 0 15px 50px;}
	
	.location{
		border-bottom: 1px solid #E8E8E8;
		padding-bottom: 40px;
		margin-bottom: 35px;
		display: flex;
		flex-direction: column;
	}
	
	.location:last-of-type{
		padding-bottom: 0;
		margin-bottom: 0;
	}
	
	.location .place{display: contents;}
	
	.location .place h4{order: 1;}
	
	.location .place .inner{
		order: 2;
		margin-bottom: 20px;
	}
	
	.location .place figure{
		order: 5;
		margin-bottom: 20px;
	}
	
	.location .place figure img{
		width: 100%;
		height: auto;
	}
	
	.location .access{display: contents;}
	
	.location .access h4{order: 3;}
	
	.location .access .inner{
		order: 4;
		margin-bottom: 20px;
	}
	
	.location .access .map{
		order: 6;
		position: relative;
		padding-top: 61.59%;
	}
	
	.location .access .map iframe{
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	/* 沿革
	---------------------------------------------- */
	.sec_history{padding: 0 15px 75px;}
	
	.history{
		position: relative;
		padding-left: 20px;
	}
	
	.history::before{
		content: "";
		background: #1A3B88;
		width: 1px;
		height: calc(100% - 10px);
		position: absolute;
		top: 10px;
		left: 6px;
	}
	
	.tbl_history01{
		width: 100%;
		font-size: 1.3rem;
	}
	
	.tbl_history01 tr{border-bottom: 1px solid #E8E8E8;}
	
	.tbl_history01 th,
	.tbl_history01 td{display: block;}
	
	.tbl_history01 th{
		padding: 20px 0 5px;
		font-weight: 700;
	}
	
	.tbl_history01 tr:first-of-type th{padding-top: 0;}
	
	.tbl_history01 th > div{position: relative;}
	
	.tbl_history01 th > div::before{
		  content: "";
		  display: block;
		  background: #1A3B88;
		  width: 10px;
		  height: 10px;
		  border-radius: 10px;
		  position: absolute;
		  top: 5px;
		  left: -18px;
	}
	
	.tbl_history01 td{padding-bottom: 20px;}
	
	
}/*--@media--*/

