@charset "UTF-8";
.cont_ttl_01 {
  background: url(../img/vision/ttl_01_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 55px 0 40px;
}
.cont_ttl_01 p {
  color: #fff;
  text-align: center;
}
.cont_ttl_01 .wrap p img {
  width: 41%;
}
.txt_brd {
	color: #444;
	font-size: 1.8rem;
	display: flex;
	align-items: center;
/*  width: 18.97%;	*/
  margin: 15px 37% 20px;
}
.txt_brd:before, .txt_brd:after {
	content: "";
	flex-grow: 1;
	border-top: 1px solid #fff;
	display: block;
}
.txt_brd:before {
	margin-right: .4em;
}
.txt_brd:after {
	margin-left: .4em;
}
.cont_ttl_01 .sub_txt {
  font-size: 1.4rem;
  line-height: 2em;
  font-weight: bold;
}
.sub_icon {
  margin: 0 0 30px;
}
.sub_icon p{
  width: 165px;
  line-height: 2em;
  padding: 3px 0 2px;
  text-align: center;
  border-radius: 25px;
  background: #f4f4f6;
  color: #005400;
  font-size: 1.2rem;
}
.ttl_img{
  margin: 0 0 60px;
}
.ttl_img p{
  text-align: center;
}
.ttl_img+p {
  color: #005400;
  text-align: center;
  font-size: 3rem;
  margin: 0 0 40px;
  font-weight: bold;
}
.wrap.btg {
  border-top: 4px solid #005400;
}
.sec01_cont p{
  text-align: center;
  font-size: 2rem;
  line-height: 2em;
  color: #666464;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
.cont_ttl_01 {
  padding: 30px 0 20px;
}
.cont_ttl_01 .wrap p img {
  width: 70%;
  margin: 0 15%;
}
.txt_brd {
  font-size: 1.1rem;
    width: 30%;
    margin: 4% 37% 1%;
}
.sub_icon p{
  width: 165px;
  margin: 0 auto;
}
.ttl_img {
    margin: 0 0 5%;
}
.ttl_img+p {
    font-size: 1.8rem;
    margin: 0 0 5%;
}
.sec01_cont p{
  font-size: 1.2rem;
  line-height: 2em;
}
}
@media screen and (max-width: 320px) {
/* 320pxまでの幅の場合に適応される */
.txt_brd {
    width: 30%;
    margin: 4% 37% 1%;
}
}

.wrap.btg{
  padding: 40px 0 50px;
}
.sec02_cont p{
  font-size: 1.4rem;
  line-height: 1.8em;
  color: #666464;
  width: 90%;
  margin: 0 5%;
}
.s_ttl_img{
  margin: 0 0 30px;
}
.s_ttl_img p{
  text-align: center;
}
@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */

.wrap.btg{
  width: 92%;
}
.sp_sub_txt {
  margin: 7% 0 3%;
}
.sec02_cont p{
  margin: 0;
  width: 100%;
}
.sp_sub_txt .sub_txt{
  font-size: 1.4rem;
  color: #005400;
  text-align: center;
  line-height: 1.5em;
}
}



.cont_ttl p{
  margin: 0 0 30px;
  text-align: center;
  font-size: 3rem;
}
.cont_ttl p{
  line-height: 1em;
  padding: 1.5rem 0;
}
.cont_ttl_uline p{
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 2px solid #005400;
  text-align: left;
  font-size: 1.7rem;
  color: #005400;
  font-weight: bold;
}
.cont_ttl_uline p span {
  font-size: 2rem;
}
.cont_ttl_uline+p{
  margin: 0 0 0;
  padding: 0 0 20px;
  text-align: left;
  font-size: 1.4rem;
  color: #005400;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
.cont_ttl p{
  font-size: 2rem;
}
}


.sec01 {
  padding: 50px 0 60px;
}
.sec01_img ul{
  display: inline-flex;
  flex-wrap: wrap;
}
.sec01_img ul li{
  margin: 0 24.6px 24.6px 0;
}
.main .sec01_img ul li {
  margin: 0 12px 12px 0;
}
.sec01_img ul li:nth-child(4n){
  margin: 0 0 24.6px 0;
}
.main .sec01_img ul li:nth-child(3n) {
  margin: 0 0 12px 0;
}

.sec01_img_01 ul{
  display: inline-flex;
  flex-wrap: wrap;
}
.sec01_img_01 ul li {
  margin: 0 12px 12px 0;
}
.sec01_img_01 ul li:nth-child(3n) {
  margin: 0 0 12px 0;
}

@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
.sec01 {
    padding: 1% 0 6%;

}
.sec01_img ul li {
  width: 48%;
  height: 190px;
  margin: 0 4% 0 0;
}
.sec01_img ul li:nth-child(2n) {
  margin: 0 0 0 0;
}
.sec01_img_01 ul li {
  width: 48%;
  margin: 0 4% 4% 0;
}
.sec01_img_01 ul li:nth-child(3n) {
  margin: 0 4% 4% 0;
}
.sec01_img_01 ul li:nth-child(2n) {
  margin: 0 0 0 0;
}
}
.sec03_cont {
  margin: 0 0 60px;
}
.sec03_cont p {
  text-align: center;
}
.sec03_list {
  display: flex;
  margin: 0 0 10px;
}
.list_cont {
  width: 280px;
  margin: 0 20px 0 0;
}
.list_cont:last-child {
  margin: 0 0 0 0;
}
.list_ttl {
  margin: 0 0 30px;
}
.list_ttl p {
  background: #005400;
  padding: 20px 0 15px;
  color: #fff;
  text-align: center;
  font-size:2rem;
  font-weight: bold;
}
.list_txt {
  margin: 0 0 0 10px;
}
.list_txt .in_ttl {
  margin: 0 0 7px;
}
.list_txt .in_txt {
  font-size: 1.6rem;
  margin: 0 0 25px;
  line-height: 1.8em;
}
.sec03_btn p a{
  width: 300px;
  background: #005400;
  border-radius: 25px;
  font-size: 1.4rem;
  padding: 20px 10px 17px;
  text-align: center;
  margin: 0 auto;
  display: block;
  color: #fff;
}

.sec04_cont p.sec04_img{
  float: left;
}
.sec04_cont p{
  font-size: 1.4rem;
  line-height: 1.8em;
  color: #666464;
}
.sec04_cont p+p{
    padding: 0 0 0 230px;
}
@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
.sec03_list {
  display: block;
  margin: 0 0 3%;
}
.list_cont {
  width: 100%;
  margin: 0 0 0 0;
}
.sec04_cont p.sec04_img {
  float: none;
  width: 60%;
  margin: 0 20% 10%;
}
.sec04_cont p+p {
    padding: 0 0 0 0;
}

.sec03_btn p a{
  width: 100%;
  box-sizing: border-box;
}
}
@media screen and (max-width: 480px) {
/* 480pxまでの幅の場合に適応される */

}
@media screen and (max-width: 320px) {
/* 320pxまでの幅の場合に適応される */

}
