@charset "UTF-8";
/* CSS Document */
h1, h2, h3 {
	font-weight: 500 !important;
}

@media only screen and (max-width:960px) {
	/*スマホ*/
	h1 {
		margin-top: 60px;
		margin-bottom: 40px;
		text-align: center;
		font-size: 2rem;
	}
	
	.main {
		width: 100%;
		height: 250px;
		object-fit: cover;
	}
	.concept,
	.mission,
	.vision {
		padding: 60px 0;
	}
	
	.mission {
		background: url("../images/profile/back.jpg") no-repeat center center;
		text-shadow: 1px 1px 5px #FFF;
	}
	
	.vision {
		background: url("../images/profile/back2_sp.jpg") no-repeat bottom center;
		background-size: 100% auto;
		text-shadow: 1px 1px 5px #FFF;
		padding-bottom: 12em;
	}
	
	.concept h2,
	.mission h2,
	.vision h2,
	.profile h2 {
		font-size: 1.8rem;
		margin-bottom: 40px;
		text-align: center;
	}

	
	.concept h2::before,
	.mission h2::before,
	.vision h2::before {
		content: "- ";
	}
	
	.concept h2::after,
	.mission h2::after,
	.vision h2::after {
		content: " -";
	}
	
	.concept h3,
	.mission h3,
	.vision h3 {
		font-size: 2.1rem;
		font-weight: 600 !important;
		margin-bottom: 50px;
		text-align: center;
		letter-spacing: 0 !important;
		color: #000;
	}
	
	
	.concept h3 img {
		width: 80%;
		display: block;
		margin: 0 auto;
	}
	
	.concept h3 span,
	.mission h3 span,
	.vision h3 span {
		font-size: 1.1rem !important;
		display: block;
	}
	.mission h3 span,
	.vision h3 span {
		padding-top: 10px;
		letter-spacing: 0 !important;
	}
	.concept p,
	.mission p,
	.vision p {
		width: 85%;
		margin: 0 auto;
		line-height: 200%;
		
	}
	
	.mission p {
		padding-bottom: 8em;
	}
	
	.p_sp {
		border-top: 1px solid #ccc;
	}
	
	.p_sp,
	.p_sp2 {
		width: 100%;
		margin: 0 auto;
	} 
	.profile {
		padding: 90px 0 40px;
		
	}
	.history {
		background: #EFEFEF;
		padding: 90px 0 0;
	}

	.profile dl {
		width: 100%;
		word-break: keep-all;
		line-height: 200%;
	}
	.profile dt {
		padding: 2em 2em 0.5em;
	}
	.profile dd {
		padding: 0.5em 2em 2em;
		border-bottom: 1px solid #CCC;
	}
	.profile a {
		width: 29px;
	}
	.profile a img {
		width: 29px;
		padding-top: 5px;
	}
	
	.store span {
		display: block;
		margin-bottom: 0.5em;
		text-decoration: underline;
	}
	
	.store a {
		text-decoration: none !important; /* !importantで優先度を強制的に上げる */
		border-bottom: none !important;    /* 破線がborderで表現されている可能性を潰す */
		box-shadow: none !important;      /* ごく稀にbox-shadowで下線が表現される場合を潰す */
	}
	
	.store p {
		margin-bottom: 1em;
	}
	.store p:last-of-type {
		margin-bottom: 0;
	}
	.link_btn {
		margin-bottom: 110px;
		width: 16em;
	}
	
	.telfax span {
		margin-right: 2em;
	}
	
	.president span {
		margin-right: 20px;
		line-height: 29px;
	}
	.president a {
		width: 29px;
		margin-left: 10px;
	}
	.president a img {
		width: 29px;
	}
	
	.store ul {
		width: 100%;
		margin-bottom: 1.75em;
	}
	.store ul:last-of-type {
		margin-bottom: 0;
	}
	
	.store ul li {
		width: 100%;
		display: block;
		margin-bottom: 0.75em;
	}
	
	.store h3 {
		font-size: 1.4rem;
	}
	.store ul li a {
		color: #666;
	}
	
	.jigyo li {
		margin-bottom: 1em;
		white-space: normal;
	}
	
	.jigyo li:last-child {
		margin-bottom: 0;
	}
	
	.jigyo h3 {
		font-weight: 300;
		font-size: 1.4rem;
	}
	.jigyo p {
		margin-bottom: 0.75em;
	}
}

@media screen and (min-width:961px) {
	/*PC*/
	h1 {
		margin-top: 150px;
		margin-bottom: 30px;
		text-align: center;
		font-size: 3.2rem;
	}
	
	.main {
		width: 100%;
		height: 580px;
		object-fit: cover;
	}
	.concept,
	.mission,
	.vision {
		text-align: center;
		padding: 60px 0;
	}
	
	.mission {
		background: url("../images/profile/back.jpg") no-repeat center center;
		text-shadow: 1px 1px 5px #FFF;
	}
	
	.vision {
		background: url("../images/profile/back2.jpg") no-repeat center center;
		background-size: 100% auto;
		text-shadow: 1px 1px 5px #FFF;
	}
	
	.concept h2,
	.mission h2,
	.vision h2,
	.profile h2 {
		font-size: 2.2rem;
		margin-bottom: 40px;
		text-align: center;
	}
	
	.concept h2::before,
	.mission h2::before,
	.vision h2::before {
		content: "- ";
	}
	
	.concept h2::after,
	.mission h2::after,
	.vision h2::after {
		content: " -";
	}
	
	.concept h3 img {
		width: 300px;
		display: block;
		margin: 0 auto;
	}
	
	.concept h3,
	.mission h3,
	.vision h3 {
		font-size: 2.5rem;
		font-weight: 600 !important;
		margin-bottom: 50px;
		color: #000;
	}
	.concept h3 span,
	.mission h3 span,
	.vision h3 span {
		font-size: 1.4rem !important;
		display: block;
	}
	
	.mission h3 span,
	.vision h3 span {
		padding-top: 10px;
	}
	.concept p,
	.mission p,
	.vision p {
		line-height: 250%;
		font-size: 1.6rem;
		
	}
	.p_sp {
		border-top: 1px solid #ccc;
	}
	
	.p_sp,
	.p_sp2 {
		border-bottom: 1px solid #ccc;
		width: 100%;
		min-width: 1100px;
		margin: 0 auto;
	} 
	.profile {
		padding: 90px 0 40px;
		
	}

	.profile dl {
		max-width: 1420px;
		min-width: 1100px;
		display:flex;
		flex-wrap: wrap;
		font-size: 1.6rem;
		margin: 0 auto;
		word-break: keep-all;
		line-height: 200%;
	}
	.profile dt {
		width: 20%;
		padding: 3em 1em 3em 3em;
		border-bottom: 1px solid #CCC;
	}
	.profile dd {
		width: 80%;
		padding: 3em 3em 3em 1em;
		border-bottom: 1px solid #CCC;
	}
	
	.link_btn {
		font-size: 2rem;
		font-weight: 600;
		width: 20em;
		margin-bottom: 110px;
	}
	
	
	.telfax span {
		margin-right: 2em;
	}
	
	.president span {
		margin-right: 20px;
		line-height: 29px;
	}
	.president a {
		width: 29px;
		margin-left: 10px;
	}
	.president a img {
		width: 29px;
	}
	
	.store li {
		margin-bottom: 1em;
	}
	
	.store li:last-child {
		margin-bottom: 0;
	}
	
	.store h3 {
		font-weight: 300;
		font-size: 1.6rem;
	}
	
	
	
	
	.jigyo li {
		margin-bottom: 1em;
	}
	
	.jigyo li:last-child {
		margin-bottom: 0;
	}
	
	.jigyo h3 {
		font-weight: 300;
		font-size: 1.6rem;
	}
}

.concept h3 span {
	color: #000;
}