﻿/*!
*  Style.css | 2016.05.24 by yk
*/

/*!
 *  Variables | 2016.03.17 by yk
 */

#mainVisual {
	position: relative;
	border-bottom: 9px solid #a9ccb1;
	border-bottom: 9px solid #d1d199;
	overflow: hidden
}
#mainVisual p img {
	width: 100%
}
#about {
	padding: 6px 0 36px;
  padding: 0 10px 36px;
}
#about>div {
	padding: 36px 0;
	background-color: #fff;
	border-radius: 12px;
	box-shadow: 0 0 3px #c7b299
}
#about .philosophy {
	text-align: center;
	margin-bottom: 30px
}
#about .philosophy h2 {
	margin-bottom: 15px
}
#about .philosophy h3 {
	margin-bottom: 10px;
	color: #534741;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 2.0em;
	letter-spacing: 1px
}
#about .philosophy h3 strong {
	display: block;
	font-size: 1.4em
}
#about .philosophy p {
	color: #534741;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 1.2em;
	line-height: 2.0em
}
#about .service .box {
	text-align: center
}
#about .service .box h2 {
	margin-bottom: 15px
}
#about .service .box .lead {
	padding-left: 12px;
	margin-bottom: 21px;
  color: #534741;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.1em;
  line-height: 1.8;
}
#about .service .box ul li {
	float: left;
	width: 210px
}
#about .service .box ul li+li {
	margin-left: 30px
}
#information {
	padding: 36px 0;
	background-color: #c7b299;
	background-color: rgba(199, 178, 153, 0.6)
}
#information .news {
	float: left;
	width: 450px
}
#information .news ul {
	height: 200px;
	overflow: scroll
}
#information .news ul li {
	padding: 12px;
	color: #534741;
	border-bottom: 1px dashed #534741
}
#information .news ul li .date {
	font-weight: bold
}
#information .news ul li a {
	text-decoration: underline
}
#information .news ul li a:hover {
	text-decoration: none
}
#information .recruit {
	float: right;
	width: 450px;
	padding: 12px 0;
	text-align: center
}
#information .recruit h2 {
	margin-bottom: 18px
}
#information .recruit ul li {
	float: left;
	width: 200px;
	height: 200px;
	padding: 5px;
	font-size: 0.9em;
	line-height: 1.8em;
	background-color: #fff
}
#information .recruit ul li a {
	display: block
}
#information .recruit ul li a img {
	margin-bottom: 6px
}
#information .recruit ul li+li {
	margin-left: 15px
}
#map {
	padding: 36px 0 18px
}
#map #map_canvas {
	float: left;
	width: 50%;
	width: 520px;
	height: 300px;
	border: 6px solid #d1d199
}
#map .access {
	float: right;
	width: 500px;
	padding: 24px 0
}
#map .access .logo {
	margin-bottom: 12px
}
#map .access address {
	margin-bottom: 18px;
	font-style: normal;
	line-height: 1.8em
}
#map .access .contact h3 span {
	display: block;
	width: 160px;
	margin-bottom: 12px;
	color: #fff;
	font-weight: normal;
	line-height: 1.8em;
	text-align: center;
	background-color: #534741
}
#map .access .contact p {
	padding-left: 12px;
	color: #534741;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif
}
#map .access .contact p img {
	margin-bottom: 9px
}


/*!
*  レスポンシブ/2021/07/09
*/
#about .service .box ul li {
	float: none;
}
.box .cf {
    display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
}
@media screen and (max-width: 1080px) {
    #map #map_canvas {
        float: none;
        margin: 0 auto;
        width: 450px;
        height: 200px;
        box-sizing: border-box;
    }
    #map .access {
        float: none;
        margin: 0 auto;
        width: 450px;
    }
    #map .access .contact p {
        padding-left: 0;
        text-align: center;
    }
    #map .access .contact h3 span {
        width: 100%;
    }
    #map .access .logo {
        text-align: center;
    }
    #information {
        padding: 36px 20px;
    }
    #map .access address {
        text-align: center;
    }
    #information .news {
        float: none;
        margin: 0 auto;
    }
    #information .recruit {
        float: none;
        margin: 0 auto;
    }
}
@media screen and (max-width: 765px) {
    #about .service .box ul li+li {
        margin-left: 0;
        margin-top: 10px;
    }
    #information .news {
        width: 310px;
    }
    #about .philosophy {
        padding: 5px;
    }
    .service {
        padding: 5px;
    }
    #about .philosophy h3 {
        font-size: 1.2rem;
      margin-bottom: 15px;
    }
    #map .access .logo img {
        width: 200px;
    }
    #map #map_canvas {
        width: 320px;
    }
    #map .access {
        width: 320px;
    }
    #information .recruit {
        width: 320px;
    }
    #map .access .contact p {
        text-align: inherit;
    }
	#about .philosophy p {
		font-size: 1.2em;
		line-height: 1.8em
	}
	
}
@media screen and (max-width: 375px) {
    #map .access {
        width: 310px;
    }
    #information {
        padding: 36px 5px;
    }
}

/*2022/05/13追加*/
.sdgs {
	position: relative;
  margin-top: 70px;
}
.sdgs_inner {
	text-align: center;
}
.sdgs:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -45px;/*線の上下位置*/
  display: inline-block;
  width: 320px;/*線の長さ*/
  height: 1px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #D5D0CC;/*線の色*/
}
.sdgs_h2 {
	font-size: 2.0em;
	color: #534741;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 2.0em;
}
.sdgs_text {
  padding: 0 10px;
	margin-top: 10px;
	color: #534741;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.2em;
  line-height: 2.0em;
}
.sdgsimg {
	width: 100px;
	margin: 0 auto;
}

@media screen and (max-width: 765px) {
  .sdgs_text {
    font-size: 0.9em;
  }
}