@charset "UTF-8";
/* CSS Document */

body{max-width: 1440px; margin:0px auto;}

.box {display: flex;flex-wrap: wrap;} 

a{overflow-wrap: break-word;}
a:hover{opacity:0.7;} 
a:hover{opacity:0.7;} 
a:hover{opacity:0.7;} 

@media screen and (min-width:780px) {
	
	.sp{display:none;}
	.contents{max-width: 1440px; margin:0px auto; padding:10% 15% 3%;}
	.p15{padding:0 15px;}
	.text-c p{text-align: center;}
	h2{margin:5% 0 2% 0;}
	h3{margin:3% 0 2% 0;}
	h4{margin:3% 0 2% 0;}

	#ttl{
		background:url("");
		background-size:100% 100%;
		background-position:center;
		background-repeat:no-repeat; 
	}

	#ttl .ttl{
		max-width: 386px; width: 40%; margin:15% auto 0;
	}

}


@media screen and (max-width:779px) {
	.pc{display:none;}
	.contents{width:90%; margin:80px auto 0; padding:15% 5% 3%;}
	.text-c p{text-align: left;}
	h2{margin:5% 0 2% 0;}
	h3{margin:3% 0 2% 0;}
	h4{margin:3% 0 2% 0;}

	#ttl{
		background:url("");
		background-size:100% 100%;
		background-position:center;
		background-repeat:no-repeat;
	}
	
	#ttl .ttl{
		max-width: 386px;
		width: 40%;
		margin:15% auto;
	}

}
	/*****************************************************
		About Us
	*****************************************************/
	#aboutus {
		text-align:left;
	}
	#aboutus a {
		color: #007cff;
		text-decoration: underline;
	}
	#aboutus table {
		width:100%;
		margin-bottom:6rem;
	}
	#aboutus table th {
	background: #EFEFEF;
	font-weight:normal;
	text-align:center;
	}
	#aboutus table td {
	}
	#aboutus table th ,
	#aboutus table td {
		padding: 0rem 1rem;
		border: 1px solid #EFEFEF;
	}
	#aboutus img {
		margin-bottom:2rem;
	}
	#aboutus p {
		margin-bottom:2rem;
	}
	.main-contents.page#aboutus .office h2 {
		font-size: 2rem;
		line-height: inherit;
		font-weight: bold;
		text-align:left;
	}
	#aboutus dl {
		margin-bottom:2rem;
	}
	#aboutus dl dt {
		font-weight:bold;
	}
	#aboutus dl dd {
	}
	#aboutus dl dt ,
	#aboutus dl dd {
	}
	@media only screen and (max-width: 767px){
		#aboutus img {
			max-width:55px;
		}
		#aboutus table th, #aboutus table td {
			padding: 1rem;
			line-height: 1.6;
		}
			.margin-adjustment{margin-top:0;}
	}




	/*****************************************************
		20230827 追加
	*****************************************************/

	p.founder{
		text-align: right;
		font-weight: 700;
	}


	.office{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		justify-content: center;
		box-sizing: border-box;
		
	}

	.office .office_inner{
		width: 33%;
		box-sizing: border-box;
	}

	.office .office_inner h3{
		font-weight: 700;
		text-align: left;
	}


	.office .office_inner:nth-child(1){
		padding-right: 3%;
		border-right:1px solid #dcdcdc;

	}
	.office .office_inner:nth-child(2){
		padding-right: 3%;
		padding-left: 3%;
		border-right:1px solid #dcdcdc;
	}
	.office .office_inner:nth-child(3){
		padding-left: 3%;
	}


	@media only screen and (max-width: 767px){
		.office .office_inner{
			width: 100%;
		}

		.office .office_inner:nth-child(1){
		padding-right: 0%;
		border-right:0px solid #dcdcdc;

		}
		.office .office_inner:nth-child(2){
			padding-right: 0%;
			padding-left: 0%;
			border-right:0px solid #dcdcdc;
		}
		.office .office_inner:nth-child(3){
			padding-left: 0%;
		}

	}
