@charset "utf-8";

/*■ PC : 751px < Window Size ■*/
@media print,screen and (min-width: 751px) {
	#top .top_box:before{
		background-image: url(../../img/overlays/11.png),
											url(../../img/about/top_bg_pc.jpg);
	}

	#about{
	}
	#about_bloc{
		background-color:#003853;
	}
	#about_bloc .inner {
		padding-top: 11.5rem;
		position: relative;
		padding-bottom: 12rem;
	}
	#about_bloc{
		width: 100%;
		margin: 0 auto;
	}
	#about_bloc h3 {
		color: #fff;
		font-size: 2.4rem;
		font-weight: 700;
		line-height: 1.4em;
		margin-bottom: 4.5rem;
		letter-spacing: 0;
		text-align: center;
	}
	#about_bloc p {
		color: #fff;
		line-height: 2.4em;
		letter-spacing: 0;
		text-align: center;
		margin-bottom: 5rem;
	}
	#about_bloc .owner {
		color: #fff;
		font-size: 1.4rem;
		font-weight: 400;
		line-height: 1.2em;
		letter-spacing: 0.02em;
		text-align: center;
	}

	#policy_bloc {
		background-image: url(../../img/overlays/11.png),
											url(../../img/about/policy_pc.jpg);
		background-color: transparent;
		background-size: 2px,cover;
		background-position: left top,center;
		background-repeat: repeat,no-repeat;
	}
	#policy_bloc  .inner{
		display:flex;
		display:-webkit-flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		flex-flow: column wrap;
		-webkit-flex-flow: column wrap;
		align-items: flex-end;
		-webkit-align-items: flex-end;
		padding-top: 11.3rem;
		padding-bottom: 9.5rem;
	}
	#policy_bloc .philosophy {
		width: 50rem;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding-left: 3rem;
	}
	#policy_bloc .philosophy h3 {
		color: #fff;
		font-size: 2.4rem;
		font-weight: 700;
		line-height: 1.4em;
		margin-bottom: 5rem;
		letter-spacing: 0;
		text-align: left;
	}
	#policy_bloc .philosophy ul{
		counter-reset: no1 0;
	}
	#policy_bloc .philosophy ul li {
		color: #fff;
		font-size: 1.8rem;
		counter-increment: no1 1;
		position: relative;
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding-left: 4rem;
		letter-spacing: 0;
		border-bottom: 1px solid #fff;
		margin-bottom: 2.6rem;
		padding-bottom: 1.7rem;
	}
	#policy_bloc .philosophy ul li::before {
		content: counter(no1) "";
		color: #fff;
		font-family: 'Oswald';
		font-weight: 700;
		font-size: 1.8rem;
		line-height: 1.4em;
		letter-spacing: 0;
		white-space: nowrap;
		position: absolute;
		left: 0.5rem;
		top: 0;
	}

	#table_bloc{
		background-color:#005185;
	}
	#table_bloc .inner {
		display: flex;
		display: -webkit-flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		flex-flow: row nowrap;
		-webkit-flex-flow: row nowrap;
		align-items: stretch;
		-webkit-align-items: stretch;
		padding-top: 11.6rem;
		padding-bottom: 12.1rem;
	}
	#table_bloc .inner > div{
		max-width:530px;
		width:46.5%;
	}
	#table_bloc h3 {
		color: #fff;
		font-size: 1.8rem;
		font-weight: 500;
		line-height: 1.4em;
		margin-bottom: 2.8rem;
		letter-spacing: 0;
		text-align: left;
	}
}

/*■ Mobile (Low Res) : 750px > 0 ■*/
@media only screen and (max-width: 750px) {
	#top .top_box:before{
		background-image: url(../../img/overlays/11.png),
											url(../../img/about/top_bg_sp.jpg);
	}

	#about{
	}
	#about_bloc{
		background-color:#003853;
	}
	#about_bloc .inner {
		padding-top: 1.12rem;
		position: relative;
		padding-bottom: 1.18rem;
	}
	#about_bloc{
		width: 100%;
		margin: 0 auto;
	}
	#about_bloc h3 {
		color: #fff;
		font-size: 0.32rem;
		font-weight: 700;
		line-height: 1.4em;
		margin-bottom: 0.45rem;
		letter-spacing: 0;
		text-align: center;
	}
	#about_bloc p {
		color: #fff;
		line-height: 1.4em;
		letter-spacing: 0px;
		text-align: left;
		margin-bottom: 0.19rem;
	}
	#about_bloc .owner {
		color: #fff;
		font-size: 0.26rem;
		font-weight: 400;
		line-height: 1.2em;
		letter-spacing: 0.02em;
		text-align: right;
	}

	#policy_bloc {
		background-image: url(../../img/overlays/11.png),
											url(../../img/about/policy_sp.jpg);
		background-color: transparent;
		background-size: 2px,cover;
		background-position: left top,center;
		background-repeat: repeat,no-repeat;
	}
	#policy_bloc  .inner{
		display:flex;
		display:-webkit-flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		flex-flow: column wrap;
		-webkit-flex-flow: column wrap;
		align-items: flex-end;
		-webkit-align-items: flex-end;
		padding-top: 1.13rem;
		padding-bottom: 1.21rem;
	}
	#policy_bloc h3 {
	}
	#policy_bloc .philosophy {
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	#policy_bloc .philosophy h3 {
		color: #fff;
		font-size: 0.32rem;
		font-weight: 700;
		line-height: 1.4em;
		margin-bottom: 0.45rem;
		letter-spacing: 0;
		text-align: center;
	}
	#policy_bloc .philosophy ul{
		counter-reset: no1 0;
	}
	#policy_bloc .philosophy ul li {
		color: #fff;
		font-size: 0.26rem;
		counter-increment: no1 1;
		position: relative;
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding-left: 0.4rem;
		letter-spacing: 0;
		border-bottom: 1px solid #fff;
		margin-bottom: 0.23rem;
		padding-bottom: 0.26rem;
	}
	#policy_bloc .philosophy ul li:last-child{
		margin-bottom:0;
	}
	#policy_bloc .philosophy ul li::before {
		content: counter(no1) "";
		color: #fff;
		font-family: 'Oswald';
		font-weight: 700;
		font-size: 0.26rem;
		line-height: 1.4em;
		letter-spacing: 0;
		white-space: nowrap;
		position: absolute;
		left: 0.05rem;
		top: 0;
	}

	#table_bloc{
		background-color:#005185;
	}
	#table_bloc .inner {
		padding-top: 1.14rem;
		padding-bottom: 1.21rem;
	}
	#table_bloc .inner > div{
		width:100%;
	}
	#table_bloc h3 {
		color: #fff;
		font-size: 0.26rem;
		font-weight: 500;
		line-height: 1.4em;
		margin-bottom: 0.26rem;
		letter-spacing: 0;
		text-align: left;
	}
	#table_bloc #profile_bloc{
		margin-bottom:0.53rem;
	}
}

#access_bloc{
	background-color: #005185;
	padding: 0 40px 180px;
}
#access_bloc .gmap{
	width:100%;
  display:         flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
          flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
          align-items: flex-start;
  -webkit-align-items: flex-start;
  gap:40px;
}
#access_bloc .map__bloc {
	width: calc((100% / 3) - (80px / 3));
}
#access_bloc .map__iframe {
	position: relative;
	width: 100%;
}
#access_bloc .map__iframe:before {
	content:"";
	width: 100%;
	padding-top: 100%;
	display: block;
}
#access_bloc .map__iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	vertical-align: top;
	display: block;
}
#access_bloc .map__title {
	display: block;
	line-height: 1.3em;
	margin-top: 10px;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
}
@media only screen and (max-width: 750px) {
	#access_bloc{
		padding: 0 0.25rem 1.8rem;
	}
	#access_bloc .gmap{
	  gap:0.6rem;
	}
	#access_bloc .map__bloc {
		width: 100%;
	}
	#access_bloc .map__title {
		font-size: 0.26rem;
		margin-top: 0.2rem;
	}
}
