/*----------------------------------------------------------------------------*/
/* 	株式会社 D.O.D  企業概要 page					 	CSS      */
/*----------------------------------------------------------------------------*/
	main {
		background-color:#FFF;
	}
	#main-area {
		width:100%;
		margin:0 auto;
		position: relative;
	}
	#main-area h1 {
		text-indent: -99999px;	/* テキスト非表示 */
	}
	#main-area>.particle {
		display:block;
		margin-top:0px;
	}
	#main-area>.circlesym {	/* ◎ */
		position:absolute;
		top:150px;
		top:100px;
		right:8.5%;
		width:192px;
		height:192px;
		z-index:9;
	}
	#main-area>.circlesym .circle {
		margin: 0 auto 0 auto;
		width:192px;
		height:192px;
		background: url( "../images/bg/csym03.png" ) no-repeat;
		background-size: 274px 274px;
		background-size: 192px 192px;	/* 70% */
		background-position:center 0;
		position:relative;
	}
	#main-area>.circlesym .circle::before {
	 	content: '';
	 	padding-top: 50%;
	}
	/* 回転 */
	#main-area>.circlesym .circle {
		animation-name: rotate;
		animation-duration: 20s;
		animation-timing-function: cubic-bezier(0.5, 0.51, 0.51, 0.52);
		animation-iteration-count: infinite;
	}
	@keyframes rotate {
		 0% {
		 	transform: rotateZ(0);
		 }
		 100% {
			transform: rotateZ(360deg);
		}
	}
	#main-area>.circlesym .syml {
		position:absolute;
		top:40%;
		left:0;
		right:0;
		margin:auto;
		width:101px;	/* 144px 70% */
		height:43px;		/* 62px 70% */
		text-align:center;
	}
	/* Tablet Layout ◇ */
	@media only screen and (min-width: 768px) and (max-width: 992px) {

		#main-area>.circlesym {	/* ◎ */
			position:absolute;
			top:140px;
			right:8.5%;
			width:192px;
			height:192px;
		}
		#main-area>.circlesym .circle {
			margin: 0 auto 0 auto;
			width:192px;
			height:192px;
			background: url( "../images/bg/csym03.png" ) no-repeat;
			background-size: 192px 192px;	/* 70% */
			background-position:center 0;
			position:relative;
		}
		#main-area>.circlesym .syml {
			position:absolute;
			top:40%;
			left:0;
			right:0;
			margin:auto;
			width:144px;
			height:62px;
			width:101px;
			height:43px;
		}
	}
	@media screen and (max-width:767px) {

		#main-area>.particle {
			display:none;
		}
		#main-area>.circlesym {	/* ◎ */
			position:absolute;
			top:40px;
			right:8.5%;
			width:137px;
			height:137px;
			z-index:999999;
		}
		#main-area>.circlesym .circle {
			margin: 0 auto 0 auto;
			width:137px;
			height:137px;
			background: url( "../images/bg/csym03.png" ) no-repeat;
			background-size: 137px 137px;	/* 50% */
			background-position:center 0;
			position:relative;
		}
		#main-area>.circlesym .syml {
			position:absolute;
			top:40%;
			left:0;
			right:0;
			margin:auto;s
			width:77px;
			height:31px;
		}
	}

	header .g-nav02 {		/* ◆PC menu 2ndary 固定 */
		position: fixed;
	}

/* ■ introduction section -----------------------------------------------*/

	#introduction {
		margin:-880px auto 0 auto;
		width:100%;
		padding-bottom:700px;
		background-color:#FFF;
	}

	@media screen and (max-width:550px) {
		#introduction h2{
			margin:0 0 50px 0;
		}
	}
	#introduction h2 span.bgLRextend::before{
		background:#333;
	}
	#introduction .cont {
		margin:0 auto 0 auto;
		width:100%;
		position:relative;
	}
	#introduction .cont .inttxt {
		margin:0 auto 0 auto;
		width:100%;
		font-size:19px;
		text-align:center;
		line-height:1.8em;
		font-family: "Noto Sans JP", serif;
		font-optical-sizing: auto;
		font-weight: 500;
		font-style: normal;
		font-display: swap;
		padding-bottom:0;
	}

	#introduction .cont>.textbox {
		position:absolute;
		top:120px;
		left:0;
		right:0;
		margin:auto;
		width:75%;
		padding:0 0 50px 0;
			border-radius:15px;  
			-moz-border-radius:15px;
			-webkit-border-radius:15px;
	}
	#introduction .cont>.textbox>h2 {
		display:block;
		margin:0 auto 30px auto;
		width:90%;
		font-size:30px;
		text-align:center;
		line-height:1.8em;
		letter-spacing:2.0px;
		font-family: "Noto Sans JP", serif;
		font-optical-sizing: auto;
		font-weight: 700;
		font-style: normal;
		font-display: swap;
		color:#444;
		padding-bottom:20px;
		border-bottom: 1px solid #221815;	/* base-black */
	}
	#introduction .cont>.textbox .philosophy {
		margin:0 auto 0 auto;
		padding:20px 0 20px 0;
	}
	#introduction .cont>.textbox .philosophy>dl {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin:0 auto 30px auto;
		width:80%;
		height:130px;
		background-color:rgba( 255,255,255,0.95 ); 	/*  White  透過95% */
/*			box-shadow: 0px 1px 3px 1px #aaa;
			-webkit-box-shadow: 0px 1px 3px 1px #aaa;
			-moz-box-shadow: 0px 1px 3px 1px #aaa;	*/
	}
	#introduction .cont>.textbox .philosophy>dl dt {
		display:block;
		margin:0 auto 0 auto;
		width:30%;
		text-align:center;
		font-size:44px;
		line-height:1.0em;
		letter-spacing:2px;
		font-family: "Futura Bold font";
		font-display: swap;
		color: #D5D5D5;
		padding:55px 0 0 30px;
		background-color:#FFF;
		border-left: 1px solid #D03C1B;	/* HB-red prored */
		position:relative;
	}
	#introduction .cont>.textbox .philosophy>dl dt .ex {
		font-size:120px;
		letter-spacing:2px;
		font-weight:bold;
		padding-right:5px;
		font-family: "Futura Heavy font";
		font-display: swap;
		color: #BDC3C7;		/* Siver */
		text-shadow: 1px 1px 2px #E5E5E5;
	}
	#introduction .cont>.textbox .philosophy>dl dt.ft {
		padding:50px 50px 40px 0;
	}
	#introduction .cont>.textbox .philosophy>dl dt>img {
		display:block;
		position:absolute;
		top:0;
		right:0;
		zoom:0.7;
	}
	#introduction .cont>.textbox .philosophy>dl dd {
		display:block;
		margin:0 auto 0 auto;   
		width:65%;
		height:100px;
		font-size:17px;
		line-height:1.8em;
		font-family: "Noto Sans JP", serif;
		font-optical-sizing: auto;
		font-weight: 500;
		font-style: normal;
		font-display: swap;
		color:#333;
		padding:30px 30px 30px 50px;
	}
	#introduction .cont>.textbox .philosophy>dl dd.fd {
		padding-top:30px;
	}
	@media only screen and (min-width: 1400px) and (max-width: 1680px) {	/*◇ PC-M */

	}
	@media only screen and (min-width: 1020px) and (max-width: 1400px) {	/*◇ PC-S */

		#introduction .cont>.textbox {
			position:absolute;
			top:200px;
			left:0;
			right:0;
			margin:auto;
			width:80%;
		}
		#introduction .cont>.textbox .philosophy>dl {
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
			margin:20px auto 0 12%;
			width:85%;
		}
		#introduction .cont>.textbox .philosophy>dl dt {
			margin:0 auto 0 auto;
			width:23%;
			font-size:34px;
			line-height:1.3em;
		}
		#introduction .cont>.textbox .philosophy>dl dt .ex {
			font-size:38px;
		}
		#introduction .cont>.textbox .philosophy>dl dd {
			margin:0 auto 0 auto;
			width:77%;
			font-size:16px;
			line-height:3.7em;
		}
	}
	/* Tablet Layout ◇ */
	@media only screen and (min-width: 768px) and (max-width: 1020px) {

		#introduction {
			margin:-180px auto 0 auto;
			width:100%;
			padding-bottom:320px;
		}
		#introduction .cont {
			margin:0 auto 20px auto;   
			width:100%;
			height:180px;
			position:relative;
		}
		#introduction .cont>.textbox {
			position:absolute;
			top:10px;
			left:0;
			right:0;
			margin:auto;
			padding:0 0 20px 0;
			width:95%;
				border-radius:5px;
				-moz-border-radius:5px;
				-webkit-border-radius:5px;
		}
		#introduction .cont>.textbox>h2{
			margin:0px auto 30px auto;
			width:90%;
			text-align:center;
			font-size:17px;
			font-weight:bold;
			line-height:1.8em;
			color:#333;
			padding-top:15px;
			padding-bottom:10px;
		}
		#introduction .cont>.textbox>dl {
			margin:0 auto 10px auto;
			width:90%;
			padding-bottom:5px;
			border-left: 3px solid #6E3919;	/* sopv-brown03 */
		}
		#introduction .cont>.textbox>dl dt {
			width:10%;
			font-size:15px;
			font-weight:bold;
			padding-top:4px;
			padding-left:10px;
		}
		#introduction .cont>.textbox>dl dt .ex {
			font-size:17px;
			font-weight:bold;
			letter-spacing:1.5px;
			padding-left:10px;
		}
		#introduction .cont>.textbox>dl dd {
			margin:0 auto 0 auto;
			width:90%;
			font-size:13px;
			line-height:1.7em;
			color:#333;
		}
	}

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

		#introduction {
			margin:20px auto 0 auto;
			width:100%;
			padding-bottom:0;
		}
		#introduction .cont {
			margin:0 auto 20px auto;   
			width:100%;
			position:relative;
		}
		#introduction .cont .inttxt {
			margin:0 auto 0 auto;
			width:90%;
			font-size:13px;
			text-align:center;
			line-height:1.7em;
			font-weight:bold;
			padding-bottom:0;
		}
		#introduction .cont>.textbox {
			top:30px;
			left:0;
			right:0;
			margin:20px auto 20px auto;
			width:95%;
				border-radius:5px;
				-moz-border-radius:5px;
				-webkit-border-radius:5px;
		}
		#introduction .cont>.textbox>h2{
			margin:0px auto 25px auto;
			width:90%;
			text-align:center;
			font-size:15px;
			font-weight:bold;
			line-height:1.8em;
			color:#333;
			padding-top:15px;
			padding-bottom:7px;
		}
		#introduction .cont>.textbox .philosophy {
			margin:0 auto 0 auto;
			padding:0px 0 20px 0;
		}
		#introduction .cont>.textbox .philosophy>dl {
			margin:0 auto 10px auto;
			width:100%;
			height:auto;
		}
		#introduction .cont>.textbox .philosophy>dl dt {
			width:25%;
			height:auto;
			font-size:13px;
			letter-spacing:1px;
			font-weight:bold;
			padding:20px 0 20px 0;
		}
		#introduction .cont>.textbox .philosophy>dl dt .ex {
			font-size:18px;
			font-weight:bold;
			letter-spacing:1.5px;
			padding-right:5px;
		}
		#introduction .cont>.textbox .philosophy>dl dt.ft {
			padding:0 0 0 0;
		}
		#introduction .cont>.textbox .philosophy>dl dt>img {
			display:block;
			position:absolute;
			top:0;
			right:0;
			zoom:0.4;
		}
		#introduction .cont>.textbox .philosophy>dl dd {
			margin:0 auto 0 auto;
			width:75%;
			height:auto;
			font-size:12px;
			font-weight:bold;
			line-height:1.5em;
			color:#333;
			padding-left:0;
			padding:10px 10px 10px 10px;
		}
		#introduction .cont>.textbox .philosophy>dl dd.fd {
			padding:10px 10px 10px 10px;
		}
	}

/* ■ MISSION section ----------------------------------------------*/

	#vision {			/* ◆ PC layout */
		margin:-930px auto 80px auto;
		margin:-50% auto 80px auto;
		width:75%;
		display: flex;
		justify-content:space-between;
/*		align-items: center;	*/
		flex-wrap: wrap;
	}
	#vision .img {
		margin:-10% auto 0 auto;
		margin:13% auto 0 auto;
		width:30%;
		height:700px;
		padding:0 0 0 0;
		background:url("../images/about/pict_01.jpg") no-repeat center;
		background-size: contain;
		background-size: 457px 700px;
		background-position: center top 0; 
	}
	#vision .content {
		margin:0 auto 0 auto;
		width:55%; 
	}
	#vision h2 {
		margin:30px 0 50px 0;
		width:100%;
		text-align: center;
		font-size: 3.2rem;
		color:#444;
		font-weight:bold;
		font-family: "Futura Heavy font";
		font-display: swap;
		padding:0 0 10px 0;
		border-bottom: 1px solid #E43A1E;		/* HB-base-red */
	}
	#vision p {
		margin: 0 auto 30px 8%;
		width:90%;
		font-size: 17px;
		line-height:1.8em;
		color:#333;
		text-align: left;
		font-family: "Noto Sans JP", serif;
		font-optical-sizing: auto;
		font-weight: 500;
		font-style: normal;
		font-display: swap;
	}
	#vision p.txtex {
		text-align:right;
		font-weight:bold;
		font-family: "Antro_Vectra";
		font-display: swap;
		font-size: 36px;
	}
	#vision .vision-lead{
		margin: 0 0 90px 0;
		position: relative;
		color: #333;
		font-size:1.3rem;
		font-weight: bold;
		text-align: right;
	}
	#vision .vision-lead::after{
		content:'';
		position: absolute;
		bottom:-30px;
		right:0;
		background:#00B0CE;		/* noah-base-blue */
		background:#D03C1B;		/* HB-red prored */
		color: #333;
		width:12em;
		height: 1px;
	}
	#vision .btn{
		text-align: right;
		font-weight:bold;
		font-family: "Futura Heavy font";
		font-display: swap;
	}
	@media only screen and (min-width: 1400px) and (max-width: 1680px) {	/*◇ PC-M */

		#vision{			/* ◆ PC layout */
			margin:-50% auto 150px auto;
		}
		#vision .img {
			margin:15% auto 0 auto;
		}
	}
	@media only screen and (min-width: 1020px) and (max-width: 1400px) {	/*◇ PC-S */

		#vision{			/* ◆ PC layout */
			margin:-50% auto 150px auto;
		}
		#vision .img {
			margin:18% auto 0 auto;
		}
	}
	/* Tablet Layout ◇ */
	@media only screen and (min-width: 768px) and (max-width: 1020px) {

		#vision{
			margin:-430px auto 50px auto;
			width:90%;
		}
		#vision .img {
			margin:18% auto 0 auto;
			width:37%;
		}
		#vision .content {
			margin:0 auto 0 auto;
			width:55%; 
		}
		#vision h2 {
			margin:30px 0 30px 0;
			width:100%;
			text-align: center;
			font-size: 2.5rem;
			color:#444;
			font-weight:bold;
			font-family: "Futura Heavy font";
			font-display: swap;
			padding:0 0 10px 0;
			border-bottom: 1px solid #E43A1E;		/* HB-base-red */
		}
		#vision p {
			margin: 0 auto 20px auto;
			width:100%;
			font-size: 15px;
			line-height:1.7em;
			color:#333;
			text-align: left;
			font-family: "Noto Sans JP", serif;
			font-optical-sizing: auto;
			font-weight: 500;
			font-style: normal;
			font-display: swap;
			padding-left:3%;
		}
		#vision p.txtex {
			font-size: 20px;
		}
	}

	@media screen and (max-width:767px) {	/* ◇SP layout */

		#vision{
			margin:-25px 0 0 0;
			width:100%;
			text-align:center;
		}
		#vision .img {
			margin:0 0 30px 0;
			margin:0 auto 15px auto;
			width:100%;
			background:url("../images/about/pict_02.jpg") no-repeat center;
			background-size: contain;
			background-position: center top 0; 
		}
		#vision h2{
			margin:0 0 10px 0;
			text-align: right;
			font-size: 1.3rem;
			padding:0 0 5px 0;
			border-bottom: 1px solid #E43A1E;		/* HB-base-red */
		}
		#vision .content{
			margin:-430px auto 0 auto;
			width:90%; 
			text-align: left;
		}  
		#vision p {
			margin: 0 auto 20px auto;
			font-size: 12px;
			line-height: 1.7em;
			color:#222;
		}
		#vision p.txtex {
			font-size: 20px;
		}
		#vision .vision-lead{
			margin: 0 0 40px 0;
			font-size:13px;
		}
		#vision .vision-lead::after{
			content:'';
			position: absolute;
			bottom:-30px;
			bottom:-15px;
			right:0;
			background:#131D3E;		/* HISAYA-blue01 */
			width:12em;
			height: 3px;
		}
	}

/* ■ 会社概要 MainConents */

	#about {
		margin:0 auto 50px auto;
		width:100%;
		padding-bottom:100px;
		background:linear-gradient(rgba(000, 000, 000, 0.0), rgba(000,000, 000, 0.0)),
		url("../images/bg/info_back01.jpg") no-repeat;
		background-size: cover;
		background-position: center top 0; 
		background-attachment:fixed;
		background-color:#F0EDE4;			/* Beige-gray02 */
		border-bottom: 3px solid #BDC3C7;		/* Siver */
	}
	#about .sec04 {
		margin:80px auto 0 auto;
		width:70%;
		padding-top:30px;
		padding-bottom:30px;
		background-color:rgba( 255,255,255,0.98 );	/*  White  透過98% */
/*			border-radius:15px;  
			-moz-border-radius:15px;
			-webkit-border-radius:15px;	*/
			box-shadow: 0px 1px 3px 1px #aaa;
			-webkit-box-shadow: 0px 1px 3px 1px #aaa;
			-moz-box-shadow: 0px 1px 3px 1px #aaa;
	}
	#about .sectitle {
		margin: 0 auto 0 auto;
		width: 80%;
		padding-bottom:0;
	}
	#about .sectitle h2 {
		margin:0 auto 0 auto;
		width:90%;
		font-size:34px;
		text-align:center;
		line-height:1.8em;
		letter-spacing:2.0px;
		font-family: "Noto Sans JP", serif;
		font-optical-sizing: auto;
		font-weight: 700;
		font-style: normal;
		font-display: swap;
		color:#333;
		padding-top:20px;
		padding-bottom:15px;
		border-bottom: 1px solid #221815;	/* base-black */
	}
	#about .cont01 {
		margin: 0 auto 0 auto;
		width:85%;
		padding-top:50px;
		padding-bottom:30px;
		position:relative;
	}
	#about .cont01>.circlesym {	/* ◎ */
		position:absolute;
		top:10%;
		right:2%;
		width:274px;
		height:274px;
		z-index:9;
	}
	#about .cont01>.circlesym .circle {
		margin: 0 auto 0 auto;
		width:274px;
		height:274px;
		background: url( "../images/bg/csym04.png" ) no-repeat;
		background-size: 274px 274px;
		background-position:center 0;
		position:relative;
	}
	#about .cont01>.circlesym .circle::before {
	 	content: '';
	 	padding-top: 50%;
	}
	/* 回転 */
	#about .cont01>.circlesym .circle {
		animation-name: rotate;
		animation-duration: 8s;
		animation-timing-function: cubic-bezier(0.5, 0.51, 0.51, 0.52);
		animation-iteration-count: infinite;
	}
	@keyframes rotate {
		 0% {
		 	transform: rotateZ(0);
		 }
		 100% {
			transform: rotateZ(360deg);
		}
	}
	#about .cont01>.circlesym .syml {
		position:absolute;
		top:40%;
		left:0;
		right:0;
		margin:auto;
		width:144px;
		height:62px;
		text-align:center;
	}
	#about .cont01>h3 {
		margin:0 auto 30px auto;
		width:75%;
		font-size:24px;
		text-align:center;
		line-height:1.8em;
		letter-spacing:1.5px;
		padding-top:0;
	}
	#about .cont01>.h3line {
		margin: 15px auto 50px auto;
		width:85%;
		height:1px;
		text-indent: -99999px;	/* テキスト非表示 */
		background:linear-gradient(90deg,#CCCCCC 0%,#CCCCCC 98%,#BF0122 98%,#BF0122 100%);	/* mmts-red02 */
	}
	#about .cont01 .item {
		display:none;
	}
	#about .cont01 .item-pc {
		display:block;
		margin: 0 auto 0 auto;
		width: 100%;
		padding-bottom:0px;
	}
	#about .cont01 .item-pc dl,dt,dd {
		display:block;
	}
	#about .cont01 .item-pc dl {
		display: flex;
		justify-content:space-between;
		flex-wrap: wrap;
		margin: 0 auto 0 auto;
		width:80%;
		padding-bottom:10px;
	}
	#about .cont01 .item-pc dt {
		width:20%;
		text-align:right;
		font-size:15px;
		padding-left:0;
		line-height:1.8em;
		font-family: "Noto Sans JP", serif;
		font-optical-sizing: auto;
		font-weight: 500;
		font-style: normal;
		font-display: swap;
		color: #6E3919;		/* sopv-brown03 */
	}
	#about .cont01 .item-pc dd {
		width:80%;
		text-align:left;
		font-size:15px;
		font-family: "Noto Sans JP", serif;
		font-optical-sizing: auto;
		font-weight: 400;
		font-style: normal;
		font-display: swap;
		padding-left:50px;
		line-height:1.8em;
		color:#222;
	}
	#about .cont02 {
		margin: 0 auto 0 auto;
		width:75%;
		padding-top:0;
		padding-bottom:50px;
	}
	/* ◆ google map  -------*/
	#maparea {
		margin: 0 auto 0 auto;
		width: 100%;
		padding-top:30px;
		padding-bottom:200px;
		padding-bottom:0;
		position:relative;
	}

	/* マップ --------------------*/
	#about .cont02 {
		margin: 0px auto 0 auto;
		width: 60%;
		width: 100%;
		padding-bottom:0;
		background-color:rgba( 255,255,255,0.98 ); 	/*  White  透過95% */
		background:transparent;
	}
	#about .cont02  .sec02title02{
		margin: 0 auto 0 auto;
		width: 100%;
		padding-bottom:20px;
		border-top:1px solid #DAD1BB;	/* smm2-beigegray */
	}
	#about .cont02 .sec02title02 h3 {
		display:block;
		margin: 30px auto 0 auto;
		width: 80%;
		text-align:center;
		font-size:22px;
		font-family: "futura medium condensed bt";
		font-display: swap;
		letter-spacing:2px;
		color:#444;
		padding-top:0;
		padding-left:0;
	}
	#about .cont02  .sec02title02 h4 {
		display:block;
		width: 80%;
		margin: 0 auto 0 auto;
		font-size:20px;
		font-weight:normal;
		font-family: "Noto Sans JP", serif;
		font-optical-sizing: auto;
		font-weight: 500;
		font-style: normal;
		font-display: swap;
		color: #A4966A;		/* Gold01 */
		padding-top:20px;
		padding-left:0px;
	}
	#about .cont02  ul.comment {
		margin: 0 auto 0 auto;
		width: 100%;
	}
	#about .cont02  ul.comment li {
		margin: 0 auto 0 auto;
		width: 60%;
		text-align:left;
		font-weight:normal;
		font-size:14px;
		line-height:1.8em;
		font-weight:normal;
		font-family: "Noto Sans JP", serif;
		font-optical-sizing: auto;
		font-weight: 400;
		font-style: normal;
		font-display: swap;
		color:#444;
	}
	.accessmap {
		margin: 10px auto 0 auto;
		width: 100%;
		height: 670px;
		height: 520px;
		position:relative;
	}
	.map-content {
		position: absolute;		/* 親blockに対し中央配置 */
		top: 0px;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width : 80%;
		width : 100%;
	}
	.map-content #gmap01 {
		height: 500px;
		background: #eee;
		font-size:10px;
		color: #777px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro","Kozuka Gothic Pro","メイリオ", 
					Meiryo, Osaka, helvetica, arial,
					"游ゴシック体", YuGothic,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-display: swap;
		border: 10px solid #F6F6F6;
	}
	.map-content #gmap02 {
		height: 500px;
		background: #eee;
		font-size:10px;
		color: #777px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro","Kozuka Gothic Pro","メイリオ", 
						Meiryo, Osaka, helvetica, arial,
						"游ゴシック体", YuGothic,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-display: swap;
		border: 10px solid #F6F6F6;
	}
	.popup {
		padding:10px;
		padding-right:10px;
		text-align:left;
		background: #eee;
		font-size:11px;
		color: #D35400;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro","Kozuka Gothic Pro","メイリオ", 
					Meiryo, Osaka, helvetica, arial,
					"游ゴシック体", YuGothic,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-display: swap;
		border: 1px solid #e1deda;
	}
	#about .cont02 .adress {		/* ContactAdress ---*/
		margin: 0px auto 0px auto;
		width :100%;
		padding-left:0;
		padding-bottom:0px;
		position: relative;
	}
	#about .cont02 .adress dl,dt,dd {
		display:block;
	}
	#about .cont02 dl.adress {
		margin: 0px auto 0px auto;
		width :90%;
		padding-left:0;
	}
	#about .cont02 .adress dl {
		width :90%;
		font-size:15px;
		text-align:left;
		padding-bottom:50px;
	}
	#about .cont02 .adress dt {
		float:left;
		clear:left;
		width:15%;
		text-align:right;
		font-weight:normal;
		font-family: "Noto Sans JP", serif;
		font-optical-sizing: auto;
		font-weight: 400;
		font-style: normal;
		font-display: swap;
		color:#A4946C;	/* gold01 */
	}
	#about .cont02 .adress dd {
		float:left;
		width:85%;
		line-height:28px;
		color:#333;
		font-family: "Noto Sans JP", serif;
		font-optical-sizing: auto;
		font-weight: 400;
		font-style: normal;
		font-display: swap;
		padding-left:30px;
	}
	#about .cont02 .adress #adank {
		padding-top:145px;
		font-size:12px;
	}

	/* Tablet Layout ◇ */
	@media only screen and (min-width: 768px) and (max-width: 992px) {

		#about {
			margin:0 auto 0 auto;
			width:100%;
			padding-bottom:120px;
			background-color:#F0EDE4;			/* Beige-gray02 */
		}
		#about .sec04 {
			margin:20px auto 0 auto;
			width:95%;
			padding-top:0px;
			padding-bottom:0px;
			background-color:rgba( 255,255,255,0.98 );	/*  White  透過98% */
					border-radius:7px;  
					-moz-border-radius:7px;
					-webkit-border-radius:7px;
					box-shadow: 0px 1px 2px 1px #aaa;
					-webkit-box-shadow: 0px 1px 2px 1px #aaa;
					-moz-box-shadow: 0px 1px 2px 1px #aaa;
		}
		#about .sectitle {
			margin: 0 auto 0 auto;
			width: 90%;
			padding-top:0;
			padding-bottom:0;
		}
		#about .sectitle h2 {
			margin:0px auto 20px auto;
			width:100%;
			font-size:17px;
			text-align:center;
			line-height:1.8em;
			letter-spacing:0.1px;
			font-weight:bold;
			font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro","Kozuka Gothic Pro","メイリオ", 
							Meiryo, Osaka, helvetica, arial,
							"游ゴシック体", YuGothic,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
			font-display: swap;
			color:#333;
			padding-bottom:10px;
		}
		#about .cont01 {
			margin: 0 auto 0 auto;
			width:95%;
			padding-top:10px;
			padding-bottom:5px;
		}
		#about .cont01 img {
			display:block;
			position:relative;
			margin:20px auto 0 auto;
			width:80%;
		}
		#about .cont01 img {
			display:block;
			position:relative;
			margin:20px auto 50px 33.5%;
			width:45%;
		}

		#about .cont01>h3 {
			margin:0 auto 10px auto;
			width:100%;
			font-size:14px;
			line-height:1.7em;
			font-weight:bold;
			color:#444;
		}
		#about .cont01>.h3line {
			margin: 0 auto 30px auto;
			width: 90%;
			height:1px;
			text-indent: -99999px;	/* テキスト非表示 */
			background:linear-gradient(90deg,#CCCCCC 0%,#CCCCCC 98%,#BF0122 98%,#BF0122 100%);	/* mmts-red02 */
		}
		#about .cont01 .item-pc dl {
			display: flex;
			justify-content:space-between;
			flex-wrap: wrap;
			margin: 0 auto 0 7.5%;
			width:95%;
			padding-bottom:10px;
		}
		#about .cont01 .item-pc dt {
			width:20%;
			text-align:right;
			font-size:13px;
			font-weight:bold;
			padding-left:0;
			line-height:2.0em;
			color: #6E3919;		/* sopv-brown03 */
		}
		#about .cont01 .item-pc dd {
			width:80%;
			text-align:left;
			font-size:13px;
			padding-left:30px;
			line-height:2.0em;
			color:#333;
		}
		/* ◆ google map  -------*/
		#maparea {
			margin: 0 auto 0 auto;
			width: 100%;
			padding-top:30px;
			padding-bottom:20px;
			position:relative;
		}
		#about .cont02  .sec02title02{
			margin: 0 auto 0 auto;
			width: 100%;
			padding-bottom:20px;
		}
		#about .cont02  .sec02title02 h3 {
			display:block;
			margin: 30px auto 0 auto;
			width: 100%;
			text-align:center;
			font-size:18px;
			font-weight:bold;
			color: #6E3919;		/* sopv-brown03 */
			padding-top:0;
			padding-left:0;
		}
		#about .cont02 #amap01,#amap02 {	/* □ 固定ヘッダ アンカー位置差分変更 */
			margin-top:-90px;
			padding-top:90px;
		}
		#about .cont02  .sec02title02 h4 {
			display:block;
			width: 80%;
			margin: 0 auto 0 auto;
			font-size:20px;
			font-weight:normal;
			color: #A4966A;		/* Gold01 */
			padding-top:20px;
			padding-left:0px;
		}
	}

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

		#about {
			margin:30px auto 0 auto;
			width:100%;
			padding-bottom:130px;
		}
		#about .sec04 {
			margin:0 auto 0 auto;
			width:95%;
			padding-top:0px;
			padding-bottom:0px;
			background-color:rgba( 255,255,255,0.98 );	/*  White  透過98% */
					border-radius:7px;  
					-moz-border-radius:7px;
					-webkit-border-radius:7px;
					box-shadow: 0px 1px 2px 1px #aaa;
					-webkit-box-shadow: 0px 1px 2px 1px #aaa;
					-moz-box-shadow: 0px 1px 2px 1px #aaa;
		}
		#about .sectitle {
			margin: 0 auto 0 auto;
			width: 90%;
			padding-top:0;
			padding-bottom:0;
		}
		#about .sectitle h2 {
			margin:0px auto 0 auto;
			width:85%;
			font-size:16px;
			text-align:center;
			line-height:1.8em;
			letter-spacing:0.1px;
			font-weight:bold;
			font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro","Kozuka Gothic Pro","メイリオ", 
							Meiryo, Osaka, helvetica, arial,
							"游ゴシック体", YuGothic,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
			font-display: swap;
			color:#444;
			padding-bottom:10px;
			border-bottom: 2px solid #221815;	/* base-black */
		}
		#about .cont01 {
			margin: 0 auto 0 auto;
			width:95%;
			padding-top:10px;
			padding-bottom:5px;
		}
		#about .cont01>.circlesym {	/* ◎ */
			position:absolute;
			top:20%;
			right:5%;
			width:137px;
			height:137px;
			z-index:9;
		}
		#about .cont01>.circlesym .circle {
			margin: 0 auto 0 auto;
			width:137px;
			height:137px;
			background: url( "../images/bg/csym04.png" ) no-repeat;
			background-size: 137px 137px;	/* 50% */
			background-position:center 0;
			position:relative;
		}
		#about .cont01>.circlesym .circle::before {
		 	content: '';
		 	padding-top: 50%;
		}
		/* 回転 */
		#about .cont01>.circlesym .circle {
			animation-name: rotate;
			animation-duration: 8s;
			animation-timing-function: cubic-bezier(0.5, 0.51, 0.51, 0.52);
			animation-iteration-count: infinite;
		}
		@keyframes rotate {
			 0% {
			 	transform: rotateZ(0);
			 }
			 100% {
				transform: rotateZ(360deg);
			}
		}
		#about .cont01>.circlesym .syml {
			position:absolute;
			top:25%;
			left:0;
			right:0;
			margin:auto;
			width:77px;
			height:31px;
		}
		#about .cont01 img {
			display:block;
			position:relative;
			margin:20px auto 0 auto;
			width:80%;
		}
		#about .cont01>h3 {
			margin:0 auto 10px auto;
			width:80%;
			font-size:14px;
			line-height:1.7em;
			font-weight:bold;
			color:#444;
		}
		#about .cont01>.h3line {
			margin: 0 auto 20px auto;
			width: 90%;
			height:1px;
			text-indent: -99999px;	/* テキスト非表示 */
			background:linear-gradient(90deg,#CCCCCC 0%,#CCCCCC 98%,#BF0122 98%,#BF0122 100%);	/* mmts-red02 */
		}
		#about .cont01 .item-pc {
			display:none;
		}
		#about .cont01 .item {
			display:block;
			margin: 15px auto 20px auto;
			width: 90%;
			padding-bottom:0px;
		}
		#about .cont01 .item dl {
			margin: 0 auto 7px auto;
			width: 100%;
			font-size:12px;
			padding-top:0;
			padding-bottom:0px;
			color:#333;
		}
		#about .cont01 .item dt {
			margin: 0 auto 0 auto;
			width: 90%;
			font-weight:bold;
			line-height:1.5em;
		}
		#about .cont01 .item dd {
			margin: 0 auto 0 auto;
			width: 90%;
			line-height:1.5em;
		}
		/* ◆ google map  -------*/
		#maparea {
			margin: 0 auto 0 auto;
			width: 100%;
			padding-top:0px;
			padding-bottom:0;
		}
		#maparea .cont01 {
			margin: 20px auto 0 auto;
			width: 90%;
			padding-bottom:80px;
				box-shadow: 0px 1px 3px 1px #aaa;
				-webkit-box-shadow: 0px 1px 3px 1px #aaa;
				-moz-box-shadow: 0px 1px 3px 1px #aaa;
		}
		#maparea .cont01 dl,dt,dd {
			display:block;
		}

		/* マップ --------------------*/

		#about .cont02   {
			margin: 0 auto 0 auto;
			width: 100%;
			padding-bottom:10px;
			background-color: #FFF;
			background-color:rgba( 255,255,255,0.95 ); 	/*  White  透過95% */
		}
		#about .cont02  .sec02title02{
			margin: 0 auto 0 auto;
			width: 100%;
			padding-bottom:5px;
		}
		#about .cont02 .sec02title02 h3 {
			display:block;
			margin: 0 auto 10px auto;
			width: 90%;
			font-size:15px;
			font-weight:bold;
			text-align:center;
			letter-spacing:5px;
			color:#444;
			padding-top:10px;
			padding-left:0px;
		}
		#about .cont02 #amap01,#amap02 {	/* □ 固定ヘッダ アンカー位置差分変更 */
			margin-top:-45px;
			padding-top:45px;
		}
		#about .cont02  .sec02title02 h4 {
			display:block;
			width: 90%;
			margin: 0 auto 0 auto;
			text-align:center;
			font-size:12px;
			font-weight:bold;
			color: #519D9E;		/* WA-green */
			color: #2E6193;		/* sec-blue01 */
			line-height:20px;
			padding-top:0px;
			padding-left:0px;
		}
		#about .cont02  ul.comment {
			margin: 0 auto 0 auto;
			width: 100%;
		}
		#about .cont02  ul.comment li {
			margin: 0 auto 0 auto;
			width: 90%;
			text-align:left;
			font-weight:normal;
			font-size:12px;
			line-height:1.6em;
			font-weight:normal;
			color:#444;
		}
		.accessmap {
			margin: 0 auto 0 auto;
			width: 95%;
			height: 520px;
			position:relative;
		}
		.map-content {
			position: absolute;		/* 親blockに対し中央配置 */
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			margin: auto;
			width : 100%;
		}

		.map-content #gmap01 {
			height: 500px;
			background: #eee;
			font-size:10px;
			color: #777px;
			font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro","Kozuka Gothic Pro","メイリオ", 
						Meiryo, Osaka, helvetica, arial,
						"游ゴシック体", YuGothic,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
			font-display: swap;
			border: 10px solid #F6F6F6;
		}
		.map-content #gmap02 {
			height: 500px;
			background: #eee;
			font-size:10px;
			color: #777px;
			font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro","Kozuka Gothic Pro","メイリオ", 
						Meiryo, Osaka, helvetica, arial,
						"游ゴシック体", YuGothic,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
			font-display: swap;
			border: 10px solid #F6F6F6;
		}
		.popup {
	/*		width: 180px;
			height: 80px;*/
			padding:2px;
			text-align:left;
			background: #eee;
			font-size:11px;
			color: #D35400;
			font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro","Kozuka Gothic Pro","メイリオ", 
						Meiryo, Osaka, helvetica, arial,
						"游ゴシック体", YuGothic,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
			font-display: swap;
			border: 1px solid #e1deda;
		}
		#about .cont02 .adress {		/* ContactAdress ---*/
			width :95%;
			padding-left:5%;
			position: relative;
		}
		#about .cont02 .adress dl,dt,dd {
			display:block;
		}
		#about .cont02 .adress dl {
			width :100%;
			font-size:12px;
			text-align:left;
			padding-bottom:35px;
		}
		#about .cont02 .adress dt {
			float:left;
			clear:left;
			width:20%;
			color:#A4946C;	/* gold01 */
			line-height:24px;
			font-weight:normal;
		}
		#about .cont02 .adress dd {
			float:left;
			width:80%;
			line-height:24px;
			color:#444;
		 		padding-left:1em;
			 	text-indent:-1em;	/* 2行目以降1字下げ */
		}
		#about .cont02 .adress #adank {
			padding-top:165px;
			font-size:12px;
		}
		#about .cont02 .adress a {
			color:#A4946C;	/* gold01 */
		}
		#about .cont02 .adress a:hover {
			text-decoration: none;
			color: #B27C04;		/* Gold02 */
				transition: 0.4s ease-in-out;
				-webkit-transition: 0.4s ease-in-out;	/* Ease in-out */
				-moz-transition: 0.4s ease-in-out;
				-o-transition: 0.4s ease-in-out;
		}
	}

/* ■ 関連会社 Associated Company */

	#associate {
		margin: 80px auto 0 auto;
		width: 100%;
		padding-bottom:40px;
		background:linear-gradient(90deg,#F5F5F5 0%,#F5F5F5 40%,white 40%,white 100%);	/* ★ */
	}
	#associate .sectitle {
		margin: 0 auto 0 auto;
		width: 80%;
		padding-bottom:0;
		position:relative;
	}
	#associate .sectitle h2 {
		margin:0 auto 50px auto;
		width:90%;
		font-size:30px;
		text-align:center;
		line-height:1.8em;
		letter-spacing:2.0px;
		font-family: "Noto Serif JP", serif;
		font-optical-sizing: auto;
		font-weight: 600;
		font-style: normal;
		font-display: swap;
		color:#444;
		padding-top:30px;
		padding-bottom:20px;
		border-bottom: 2px solid #221815;	/* base-black */
	}
	#associate .sectitle>.h2line {
		margin: 15px auto 50px auto;
		width:85%;
		height:1px;
		text-indent: -99999px;	/* テキスト非表示 */
		background:linear-gradient(90deg,#CCCCCC 0%,#CCCCCC 98%,#BF0122 98%,#BF0122 100%);	/* mmts-red02 */
	}
	#associate .sectitle>.symt {
		display:block;
		position:absolute;
		top:35px;
		right:10%;
		font-size:30px;
		text-align:right;
		font-weight:bold;
		font-family: "Antro_Vectra";
		font-display: swap;
		color: #444;
	}
	#associate>section {
		margin: 0 auto 50px auto;
		width: 70%;
		padding:30px 7.5% 40px 7.5%;
		background-color:rgba( 255,255,255,0.97 ); 	/*  White  透過97% */
		border: solid 1px #DDD;
		position:relative;
	}
	#associate>section>h2 {
	}
	#associate>section>h2 a {
		font-size:18px;
		font-family: "Noto Sans JP", serif;
		font-optical-sizing: auto;
		font-weight: 700;
		font-style: normal;
		font-display: swap;
		color:#333;
	}
	#associate>section>h2 a:hover {
		color: #B27C04;		/* Gold02 */
	}
	#associate>section>.ctxt {
		font-size:15px;
		line-height:1.8em;
		font-family: "Noto Sans JP", serif;
		font-optical-sizing: auto;
		font-weight: 400;
		font-style: normal;
		font-display: swap;
		color:#333;
		padding-top:20px;
	}
	#associate>section>.acimg {
		display:block;
		position:absolute;
		top:15px;
		right:10%;
	}

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

		#associate {
			margin: 0 auto 0 auto;
			width: 100%;
			padding-bottom:20px;
			background:linear-gradient(90deg,#F5F5F5 0%,#F5F5F5 40%,white 40%,white 100%);	/* ★ */
		}
		#associate .sectitle {
			margin: 30px auto 0 auto;
			width: 100%;
			padding-bottom:0;
			position:relative;
		}
		#associate .sectitle h2 {
			margin:0 auto 20px auto;
			width:90%;
			font-size:16px;
			text-align:center;
			line-height:1.7em;
			font-weight:bold;
			font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro","Kozuka Gothic Pro","メイリオ", 
							Meiryo, Osaka, helvetica, arial,
							"游ゴシック体", YuGothic,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
			font-display: swap;
			color:#333;
			padding-top:0;
			padding-bottom:10px;
			border-bottom: 2px solid #221815;	/* base-black */
		}
		#associate .sectitle>.h2line {
			margin: 10px auto 50px auto;
			width:85%;
			height:1px;
			text-indent: -99999px;	/* テキスト非表示 */
			background:linear-gradient(90deg,#CCCCCC 0%,#CCCCCC 98%,#BF0122 98%,#BF0122 100%);	/* mmts-red02 */
		}
		#associate .sectitle>.symt {
			display:block;
			position:absolute;
			top:0;
			right:10px;
			font-size:15px;
			text-align:right;
			color: #444;
		}
		#associate>section {
			margin: 0 auto 20px auto;
			width: 90%;
			padding:10px 5% 10px 5%;
			position:relative;
		}
		#associate>section>h2 a {
			font-size:14px;
			font-weight:bold;
			color:#333;
		}
		#associate>section>.ctxt {
			font-size:12px;
			line-height:1.7em;
			color:#333;
			padding-top:10px;
		}
		#associate>section>.acimg {
			position:static;
			margin: 20px auto 10px auto;
			text-align:center;
		}
	}

/* □ scroll position adjustment ----------------------------------------*/

 	#sec01 {
		 margin-top:-20px;		/* ◆アンカー先位置補正 */
		 padding-top:20px;
	}
 	#sec02 {
		 margin-top:-20px;
		 padding-top:20px;
	}
 	#sec03 {
		 margin-top:-20px;
		 padding-top:20px;
	}
 	#sec04 {
		 margin-top:-20px;
		 padding-top:20px;
	}
	@media screen and (max-width:550px) {

	 	#sec01 {
			 margin-top:-20px;		/* ◆アンカー先位置補正 */
			 padding-top:20px;
		}
	 	#sec02 {
			 margin-top:-20px;
			 padding-top:20px;
		}
	 	#sec03 {
			 margin-top:-20px;
			 padding-top:20px;
		}
	 	#sec04 {
			 margin-top:-20px;
			 padding-top:20px;
		}
	}

