@charset "UTF-8";

/*--------------------------------------
　MV
---------------------------------------*/
.mv_lower .mv_inner{
	max-width: 1080px;
	margin: auto;
	padding: 200px 40px 60px;
}
.mv_lower .mv_ttl_box .mv_ttl {
	margin:  40px 0 20px;
	font-size: 54px;
	font-weight: bold;
}
.mv_lower .mv_ttl_box .eng {
	font-size: 16px;
	color: #5EA555;
	font-weight: normal;
}


@media screen and (max-width: 768px) {
.mv_lower .mv_inner{
	max-width: 1080px;
	padding: 90px 20px 30px;
}
.mv_lower .mv_ttl_box .mv_ttl {
	margin:  20px 0 10px;
	font-size: 32px;
}
.mv_lower .mv_ttl_box .eng {
	font-size: 14px;
}
}
/*--------------------------------------
　navi_box
---------------------------------------*/
.navi_box {
	margin-top: 60px;
}
.navi_box ul{
	display: flex;
}
.navi_box a {
	font-size: 18px;
	color: #5EA555;
	display: block;
	min-width: 184px;
	padding: 20px 40px 15px 0;
	border-bottom: 2px dotted #5EA555;
	margin-right:40px;
	position: relative;
}
.navi_box a::before{
	content:"";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #5EA555;
	border-right: 1px solid #5EA555;
	-webkit-transform: rotate(135deg);
	transform:translate(0,-50%),rotate(135deg);
}
.navi_box .yoko a::before{
	-webkit-transform: rotate(45deg);
	transform:rotate(45deg);
}
@media screen and (max-width: 768px) {
.navi_box {
	margin-top: 30px;
}
.navi_box ul{
	display:block;
}
.navi_box a {
	font-size: 16px;
	min-width: 100%;
	padding: 20px 20px 10px 0;
	margin-right:20px;
}
}
/*--------------------------------------
　bc-list
---------------------------------------*/
.bc-list_wrap {
  width: 100%;
}

.bc-list {
	padding: 5px 20px;
	border-radius: 100px;
	font-size: 12px;
	position: relative;
	z-index: 0;
	background: #FAFAFA;
	display:table;
	color: #5EA555;
}

.bc-list a {
	display: inline-block;
	text-decoration: none;
	color: #696969;
}

@media screen and (max-width: 768px) {
.bc-list {
	padding: 5px 10px;
	font-size: 10px;
}
}


/*--------------------------------------
　background
---------------------------------------*/
.bg_glay {
	background: url("../img/sec02_bg.webp") center repeat!important;
}
.bg_glay02 {
	background: url("../img/bg_glay02.webp") center no-repeat;
	background-size: cover;
}
.bg_green {
	background: url("../img/bg_green.webp") center no-repeat;
	background-size: cover;
}
.dotline_under {
	border-bottom: 2px dotted #5EA555;
	padding-bottom:80px;
}
@media screen and (max-width: 768px) {
.dotline_under {
	padding-bottom:40px;
}
}


/*--------------------------------------
　margin
---------------------------------------*/
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mt120 {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .mt10 {
    margin-top: 8px;
  }
  .mt20 {
    margin-top: 10px;
  }
  .mt30 {
    margin-top: 15px;
  }
  .mt40 {
    margin-top: 20px;
  }
  .mt50 {
    margin-top: 25px;
  }
  .mt60 {
    margin-top: 30px;
  }
  .mt70 {
    margin-top: 35px;
  }
  .mt80 {
    margin-top: 40px;
  }
.mt120 {
  margin-top: 60px;
}
}


/*--------------------------------------
　contents
---------------------------------------*/
.contents_lower {
	width: 100%;
	min-width:1080px;
	padding: 0;
  overflow: hidden;
}

.sec_lower {
	width: 100%;
	margin: 0 auto;
	padding: 120px 0;
}
.sec_lower:last-child {
	margin: 0 auto 0;
}

.sec_lower .sec_inner {
	max-width: 1080px;
	margin: auto;
  padding: 0 40px;
}

.sec_lower .sec_block {
	margin: 90px auto 90px;
}
.sec_lower .sec_block:last-child {
	margin: 90px auto 0;
}

.sec_lower .sec_box {
	margin: 60px auto 60px;
}
.sec_lower .sec_box:last-child {
	margin: 60px auto 0;
}

@media screen and (max-width: 768px) {
  .contents_lower {
    min-width: 100%;
    padding: 0;
  }

  .sec_lower {
    width: 100%;
    margin: 0 auto;
    padding: 60px 20px;
  }

  .sec_lower .sec_inner {
    max-width: 100%;
    padding: 0 0;
  }

  .sec_lower .sec_block {
    margin: 40px auto 40px;
  }
  .sec_lower .sec_block:last-child {
    margin: 40px auto 0;
  }
}


/*--------------------------------------
　title
---------------------------------------*/
.lower_ttl_wrap {
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 40px;
}
.lower_ttl_wrap:before{
	background: url("../img/lower_ttl_line01.svg") center no-repeat;
	background-size: cover;
	width: 60px;
	height: 15px;
	content: "";
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
}
.lower_ttl_wrap .lower_ttl {
  font-size: 26px;
  font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.5;
}
.lower_ttl_wrap .eng {
  font-size: 16px;
	color: #5EA555;
}
.lower_ttl_wrap.white:before{
	background: url("../img/lower_ttl_line02.svg") center no-repeat;
	background-size: cover;
}
.lower_ttl_wrap.white .lower_ttl,.lower_ttl_wrap.white .eng {
	color: #fff;
}
.lower_ttl_wrap.center .lower_ttl {
	text-align: center;
}
.lower_ttl_wrap.center .eng {
  text-align: center;
}
.lower_ttl_wrap.center:before{
	bottom: 0;
	left: 0;
	right: 0;
	margin:auto;
}
.lower_ttl01 {
	font-size: 44px;
	font-weight: bold;
	color: #5EA555;
	line-height: 1.5;
}
.lower_ttl02 {
	font-size: 26px;
	text-align: center;
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 20px;
	font-weight: bold;
	line-height: 1.5;
}
.lower_ttl02:after {
	width: 25px;
	height: 3px;
	border-radius: 2px;
	background: #5EA555;
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.lower_ttl03 {
	font-size: 22px;
	padding-bottom: 15px;
	font-weight: bold;
	border-bottom: 3px dotted  #5EA555;
	line-height: 1.5;
}
.lower_ttl04 {
	font-size: 22px;
	padding-left: 15px;
	font-weight: bold;
	line-height: 1.5;
	border-left: 3px solid  #E8AB1F;
}
@media screen and (max-width: 768px) {
.lower_ttl_wrap {
	margin-bottom: 40px;
}
.lower_ttl_wrap .lower_ttl {
  font-size: 24px;
}
.lower_ttl_wrap .eng {
  font-size: 14px;
}

.lower_ttl01 {
	font-size: 24px;
}
.lower_ttl02 {
	font-size: 18px;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.lower_ttl02:after {
	width: 20px;
	height: 2px;
}
.lower_ttl03 {
	font-size: 18px;
}
.lower_ttl04 {
	font-size: 18px;
}
}


/*--------------------------------------
　text
---------------------------------------*/
.lower .txt {
  margin: 30px 0 0;
  font-size: 16px;
  line-height: 1.8;
}
.orange {
	color: #E8AB1F;
	font-weight: bold;
}
.green {
	color: #5EA555;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.lower .txt {
    margin: 15px 0 0;
    font-size: 14px;
    line-height: 1.6;
	}
}


/*--------------------------------------
　border
---------------------------------------*/
.border-b {
  padding: 0 0 50px;
  position: relative;
}
.border-b::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
  width: 100vw;
  min-width: 1280px;
  border-bottom: 1px solid #E5E5E5;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .border-b {
    padding: 0 0 20px;
  }
  .border-b::after {
    min-width: 100%;
  }
}


/*--------------------------------------
　flexBox
---------------------------------------*/
.flexBox01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flexBox01 .left {
  width: 25%;
}
.flexBox01 .right {
  width: 70%;
}
.flexBox01 .right .sec_block:first-child {
	margin-top: 0;
}

.flexBox02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flexBox02 .boxL {
  width: 48%;
}
.flexBox02 .boxR {
  width: 48%;
}

.flexBox03 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.flexBox03 .txtBox {
  width: calc(45% - 80px);
  margin: 0 80px 0 0;
}
.flexBox03 .imgBox {
  width: 35%;
}

.rev {
  flex-direction: row-reverse;
}
.rev .txtBox {
  margin: 0 0 0 80px;
}

@media screen and (max-width: 768px) {
  .flexBox01 {
    display: block;
  }
.flexBox01 .left {
  width: 100%;
}
.flexBox01 .right {
  width: 100%;
}
.flexBox01 .right .sec_block:first-child {
	margin-top: 20px;
}

  .flexBox02 {
    display: block;
  }
  .flexBox02 .boxL {
    width: 100%;
  }
  .flexBox02 .boxR {
    width: 100%;
    margin: 20px 0 0;
  }

  .flexBox03 {
    display: block;
  }
  .flexBox03 .txtBox {
    width: 100%;
    margin: 0 0 0 0;
  }
  .flexBox03 .imgBox {
    width: 100%;
    margin: 20px auto 0;
  }

  .rev .txtBox {
    margin: 0 0 0 0;
  }
}

/*--------------------------------------
　other_box
---------------------------------------*/
.other_btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.other_btn a {
	width: 49%;
	background: url("../img/arrow_maru.svg") right no-repeat, #8CC485;
	background-size:auto 100%, cover;
	border: 2px solid #5EA555;
	border-radius: 100px;
	color: #fff;
	padding: 30px;
	font-size: 18px;
	position: relative;
	margin-bottom: 30px;
}
.other_btn a:hover {
	background: url("../img/arrow_maru.svg") right no-repeat, #fff;
	background-size:auto 100%, cover;
	color:#5EA555;
}
.other_box .info_box {
	margin:40px 0 0 0;
}
@media screen and (max-width: 768px) {
.other_btn {
	display: block;
}
.other_btn a {
	width: 100%;
	padding: 20px;
	font-size: 16px;
	margin-bottom: 15px;
}
.other_box .info_box {
	margin:40px 0 0 0;
}
}
/*--------------------------------------
　table
---------------------------------------*/
.table_01 { width: 100%;}
.table_01 th {
  background: #8CC485;
	color: #fff;
	text-align: center;
	padding: 20px 40px;
	font-weight: bold;
}
.table_01 td {
    border: 1px solid #ccc; 
	padding: 20px 40px;
}
.table_01 td ul{
	margin: 0;
}
@media screen and (max-width: 768px) {

}



/*--------------------------------------
　ul_list
---------------------------------------*/
.ul_list {
	margin: 30px 0 0;
}
.ul_list li {
	padding: 0 0 0 15px;
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 1.8;
	position: relative;
	font-weight: bold;
}
.ul_list li:last-child {
	margin: 0 0 0;
}
.ul_list li:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	background: #5EA555;
	width: 5px;
	height: 5px;
	box-sizing: border-box;
	border-radius: 50%;
}
.ul_list.yoko {
	display: flex;
	flex-wrap: wrap;
}
.ul_list.yoko li{
	margin: 0 20px 20px 0;
}
@media screen and (max-width: 768px) {
	.ul_list {
		margin: 20px 0 0;
	}
	.ul_list li {
		padding: 0 0 0 15px;
		margin: 0 0 15px;
		font-size: 14px;
	}
	.ul_list li:before {
		top: 10px;
		width: 5px;
		height: 5px;
	}
.ul_list.yoko li{
	margin: 0 15px 10px 0;
}
}



/*--------------------------------------
　ol_list
---------------------------------------*/
.ol_list {
	margin: 30px 0 0;
}
.ol_list li {
	padding: 0 0 0 30px;
	margin: 0 0 20px;
	font-size: 15px;
	line-height: 1.8;
	position: relative;
  counter-increment: count;
	font-weight: bold;
}
.ol_list li:last-child {
	margin: 0 0 0;
}
.ol_list li::before{
  content: counter(count)".";
	position: absolute;
	top: -4px;
	left: 0;
	color: #5EA555;
	font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
	.ol_list {
		margin: 20px 0 0;
	}
	.ol_list li {
		padding: 0 0 0 25px;
		margin: 0 0 15px;
		font-size: 14px;
	}
  .ol_list li::before {
    font-size: 18px;
  }
}


/*--------------------------------------
num_box
---------------------------------------*/

.num_box__grid{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/* ===== card ===== */
.num_box__grid .card{
  background:#fff;
  border-radius:0 5px 5px 0;
	margin-bottom: 20px;
  padding: 28px 32px;
	border-left: 3px solid #5EA555;
	width: 49%;
}
.num_box__grid.glay .card{
  background:#FAFAFA;
}
.num_box__grid .num{
  text-align:center;
  color:#5EA555;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: .06em;
  margin-bottom: 10px;
}
.num_box__grid .cardTtl{
  margin: 0 0 16px;
  text-align:center;
  color:#5EA555;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.num_box__grid .txt{
  margin: 0;
  color:#666;
  line-height: 1.9;
}

/* ===== responsive ===== */
@media (max-width: 768px){
.num_box__grid{
	display:block;
}

/* ===== card ===== */
.num_box__grid .card{
	margin-bottom: 10px;
  padding: 20px 20px;
	border-left: 2px solid #5EA555;
	width: 100%;
}
.num_box__grid .num{
  font-size: 20px;
}
.num_box__grid .cardTtl{
  font-size:16px;
}
}
/*--------------------------------------
　upper_box
---------------------------------------*/
.upper_box {
	background: url("../img/fist_bg01.webp") center no-repeat;
	background-size: cover;
}

.upper_box .wrap_01 {
	background: url("../img/fist_bg02.webp") center no-repeat;
	background-size: cover;
	padding: 60px 80px;
	border: 4px solid #5EA555;
}
.upper_box .txt_01 {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5;
}
@media (max-width: 768px){
.upper_box .wrap_01 {
	padding: 30px 20px;
}
.upper_box .txt_01 {
	font-size: 18px;
}
}

/*--------------------------------------
　about 当グループについて
---------------------------------------*/
.lower_top_img {
	height: 300px;
	width:calc(100vw - ((100vw - 1000px) / 2  ));
	background: url("../img/about_mv.webp") center no-repeat;
	background-size: cover;
	border-radius: 0 999px 999px 0;
	position: relative;
	left: -40px;
}
.lower_top_img:after{
	position: absolute;
	content: "";
	display: block;
	background: url("../img/about_maru.svg") center no-repeat;
	background-size: cover;
	width: 330px;
	height: 330px;
	right: -150px;
	bottom: -260px;
}

.about .sec01 {
	background: url("../img/about_bg.webp") center 100px no-repeat;
	background-size: cover;
	padding: 0 40px 120px;
}
.name_box .job_name  {
	font-size: 14px;
	color: #696969;
	margin-bottom: 10px;
}
.name_box .name  {
	font-size: 22px;
	color: #696969;
}
.about .sec02 {
	position: relative;
}
.about .sec02 .kazari_01 {
	position: absolute;
	right: 0;
	top: 0;
	width: 580px;
	z-index: -1;
}
.about .sec02:before {
	position: absolute;
	content: "";
	display: block;
	
}
.para_box{
	width: 100%;
	height: 300px;
	background: url("../img/about_bg02.webp") center no-repeat;
	background-attachment: fixed;
  background-size: cover;
}

.about .sec03 {
	background: url("../img/about_bg03.webp") center top no-repeat,#FFFCAC;
	background-size: 100% auto;
}
.about .sec03 .sec03_ttl {
	background: url("../img/about_sec03_ttl_bg.svg") center no-repeat;
	background-size: auto 100%;
	font-size: 36px;
	font-weight: bold;
	color: #5EA555;
	text-align: center;
	margin-bottom: 60px;
}
.about .sec03 .ul_01 {
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
}
.about .sec03 .ul_01 li {
	width: 24%;
	background: #fff;
	border-radius: 5px;
	padding: 20px 0 0 0;
}
.about .sec03 .ul_01 li .img {
	width: 60%;
	margin: 0 auto;
}
.about .sec03 .ul_01 li .txt_01{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #5EA555;
	padding:20px 10px;
	line-height: 1.4;
}
.about .sec03 .ul_01 li a{
	display: block;
	border-top: #D5D5D5 solid 1px;
	text-align: center;
	padding: 10px 10px 25px;
	position: relative;
}
.about .sec03 .ul_01 li a::before{
	position: absolute;
	display: block;
	content: "";
	width: 4px;
	height: 4px;
	border-top: 1px solid #5EA555;
	border-right: 1px solid #5EA555;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	bottom: 10px;
	left: 0;
	right: 0;
	margin: auto;
}
.about .sec03 .ul_01 li a:hover{
	background: #5EA555;;
	color: #fff;
}
.about .sec03 .ul_01 li a:hover::before{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
.lower_top_img {
	height: 150px;
	width:90vw;
	left: -20px;
}
.lower_top_img:after{
	width: 150px;
	height: 150px;
	right: -60px;
	bottom: -120px;
}
.about .sec01 {
	background: url("../img/yellow_bg.webp") center 70px no-repeat;
	background-size: cover;
	padding: 0 20px 60px;
}
.name_box .job_name  {
	font-size: 10px;
	margin-bottom: 10px;
}
.name_box .name  {
	font-size: 16px;
}
.about .sec02 .kazari_01 {
	width: 50%;
}
.para_box{
	height: 150px;
}
.about .sec03 {
	background: url("../img/about_bg03.webp") center top no-repeat,#FFFCAC;
	background-size: 100% auto;
}
.about .sec03 .sec03_ttl {
	background: url("../img/about_sec03_ttl_bg.svg") center no-repeat;
	background-size: 100% auto;
	font-size: 6vw;
	margin-bottom: 30px;
}
.about .sec03 .ul_01 {
	display: block;
	margin-top:30px;
}
.about .sec03 .ul_01 li {
	width: 100%;
	padding: 20px 0 0 0;
	margin-bottom: 10px;
}
.about .sec03 .ul_01 li .img {
	width: 60%;
	margin: 0 auto;
}
.about .sec03 .ul_01 li .txt_01{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #5EA555;
	padding:20px 10px;
}
.about .sec03 .ul_01 li a{
	display: block;
	border-top: #D5D5D5 solid 1px;
	text-align: center;
	padding: 10px 10px 25px;
	position: relative;
}
.about .sec03 .ul_01 li a::before{
	position: absolute;
	display: block;
	content: "";
	width: 4px;
	height: 4px;
	border-top: 1px solid #5EA555;
	border-right: 1px solid #5EA555;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	bottom: 10px;
	left: 0;
	right: 0;
	margin: auto;
}
.about .sec03 .ul_01 li a:hover{
	background: #5EA555;;
	color: #fff;
}
.about .sec03 .ul_01 li a:hover::before{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
}
/*--------------------------------------
　first
---------------------------------------*/
.first .sec01 {
	background: url("../img/fist_bg01.webp") center no-repeat;
	background-size: cover;
}

.first .sec01 .wrap_01 {
	background: url("../img/fist_bg02.webp") center no-repeat;
	background-size: cover;
	padding: 40px 80px;
	border: #5EA555 solid 4px;
	display: flex;
	justify-content: space-between;
}
.first .sec01 .wrap_01 .left {
	width: 160px;
	height: 160px;
	background: #5EA555;
	border-radius: 100%;
	color: #fff;
	font-size: 22px;
	text-align: center;
	display: table;
	padding-top: 50px;
}
.first .sec01 .wrap_01 .right {
	width: calc(100% - 200px);
}
.first .sec01 .wrap_01 .txt_01 {
	font-size: 26px;
	font-weight: bold;
}
.first .sec01 .wrap_01 ul li {
	display: flex;
	align-items: center;
	color: #696969;
	background: #fff;
	border-radius: 5px;
	padding: 20px 20px;
	margin-top: 10px;
}

.first .sec01 .wrap_01 ul li span {
	display: block;
	color: #5EA555;
	padding-right: 20px;
	border-right: 1px solid #5EA555;
	margin-right: 20px;
	font-weight: bold;
}
.medicaltime {
	background: #FFFCAC;
	display: flex;
	align-items: center;
	border: 4px solid #F7F38A;
}
.medicaltime .left {
	padding: 40px;
	background: #F7F38A;
	width: 30%;
	height: 100%!important;
}
.medicaltime .left .ttl {
	font-size: 26px;
	font-weight: bold;
	border-left: 3px solid #5EA555;
	padding: 0 0 0 10px;
	line-height: 1.4;
}
.medicaltime .center {
	padding: 40px;
	width: 35%;
	border-right: 2px solid #fff;
}
.medicaltime .center .time li{
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 22px;
	color: #E8AB1F;
}
.medicaltime .center .time  li:not(:last-child) {
	margin-bottom: 10px;
}
.medicaltime .center .time li span {
	font-size: 14px;
	background: #E8AB1F;
	padding: 4px 10px;
	border-radius: 2px;
	color: #fff;
	margin-right: 10px;
}
.medicaltime .right {
	padding:40px 30px 40px;
	width: 35%;
}
.medicaltime .right .tel_txt {
	font-size: 16px;
	font-weight: bold;
}
.medicaltime .right .num {
	font-size: 40px;
	font-weight: bold;
}
.medicaltime .right .btn01 a{
	margin: 0;
}
.first .sec03 {
	background: url("../img/fist_bg03.webp") center no-repeat;
	background-size: cover;
}
.first .sec03 .right .ul_01>li{
	background: #fff;
	border-radius: 5px;
	padding: 40px 30px;
	margin-bottom: 20px;
}
.first .sec03 .right .ul_01>li .upper{
	display: flex;
	justify-content: space-between;
}
.first .sec03 .right .ul_01>li .upper .left{
	display: flex;
	width: 35%;
}
.first .sec03 .right .ul_01>li .upper .left .txt_box{
	color: #5EA555;
	font-weight: bold;
	font-size: 22px;
	padding:10px 0 0 20px;
}
.first .sec03 .right .ul_01>li .upper .left .txt_box span{
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-bottom: 4px;
}
.first .sec03 .right .ul_01>li .upper .right{
	width: 60%;
	font-size: 14px;
	color: #696969;
	line-height: 1.6;
}
.first .sec03 .right .ul_01>li .under {
	background: #FAFAFA;
	padding: 20px;
	font-size: 14px;
	color: #696969;
	line-height: 1.6;
	margin-top: 20px;
}
.first .sec03 .right .ul_01>li .under .txt_01 {
	font-weight: bold;
	font-size: 16px;
}
.first .sec03 .right .ul_01>li .under .txt {
	font-size: 14px;
	color: #696969;
	line-height: 1.6;
	margin:10px 0 0 0;
}
.first .sec03 .right .ul_01>li:first-child .under {
	display: flex;
}
.first .sec03 .right .ul_01>li:first-child .under .under_inner{
	width: 50%;
}
.first .sec03 .right .ul_01>li:first-child .under .under_inner:first-child {
	padding-right: 20px;
	margin-right: 20px;
	border-right: 2px solid #fff;
}
@media screen and (max-width: 768px) {
.first .sec01 {
	background: url("../img/fist_bg01.webp") center no-repeat;
	background-size: cover;
}
.first .sec01 .wrap_01 {
	background: url("../img/fist_bg02.webp") center no-repeat;
	background-size: cover;
	padding:80px 20px 20px;
	display: block;
	position: relative;
}
.first .sec01 .wrap_01 .left {
	width: 120px;
	height: 120px;
	font-size: 20px;
	padding-top: 34px;
	margin: auto;
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
}
.first .sec01 .wrap_01 .right {
	width: 100%;
}
.first .sec01 .wrap_01 .txt_01 {
	font-size: 22px;
	line-height: 1.5;
	margin: 10px 0 0 0;
}
.first .sec01 .wrap_01 ul li {
	padding:10px;
	font-size: 14px;
	line-height: 1.5;
}
.medicaltime {
	display: block;
}
.medicaltime .left {
	padding: 20px;
	width:100%;
}
.medicaltime .left .ttl {
	font-size: 22px;
	font-weight: bold;
	border-left: 3px solid #5EA555;
	padding: 0 0 0 10px;
}
.medicaltime .center {
	padding: 20px;
	width:100%;
	border-right:none;
	border-bottom: 2px solid #fff;
}

.medicaltime .right {
	padding:20px;
	width: 100%;
}

.first .sec03 {
	background: url("../img/fist_bg03.webp") center no-repeat;
	background-size: cover;
}
.first .sec03 .right .ul_01>li{
	padding: 20px;
	margin-bottom: 10px;
}
.first .sec03 .right .ul_01>li .upper{
	display: block;
}
.first .sec03 .right .ul_01>li .upper .left{
	display: flex;
	width: 100%;
}
	.first .sec03 .right .ul_01>li .upper .left .icon{
		width: 70px;
		margin-bottom: 10px;
}

.first .sec03 .right .ul_01>li .upper .right{
	width: 100%;
}
.first .sec03 .right .ul_01>li .under {
	padding: 20px;
}
.first .sec03 .right .ul_01>li:first-child .under {
	display: block;
}
.first .sec03 .right .ul_01>li:first-child .under .under_inner{
	width: 100%;
}
.first .sec03 .right .ul_01>li:first-child .under .under_inner:first-child {
	padding:0 0 10px 0;
	margin: 0 0 10px 0;
	border-right:none;
	border-bottom: 2px solid #fff;
}
}
/*--------------------------------------
　medical
---------------------------------------*/
.medical .sec01 {
	background: url("../img/medical_bg01.webp") center no-repeat;
	background-size: cover;
}

.medical .sec01 .wrap_01 {
	background: url("../img/medical_bg02.webp") center no-repeat;
	background-size: cover;
}
.medical .sec01 .wrap_inner {
	padding: 40px 80px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.medical .sec01 .wrap_01 a {
	padding: 30px 0 20px;
	display: block;
	background: url("../img/medical_btn_bg.png") repeat-x;
	background-size: auto 100%;
}
.medical .sec01 .wrap_01 a span{
	display: table;
	color: #fff;
	font-weight:bold;
	margin: auto;
	position: relative;
	padding-right: 30px;
}
.medical .sec01 .wrap_01 a span::before,
.medical .sec01 .wrap_01 a span::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 7px;
  height:1px;
  border-radius: 9999px;
  background-color:#fff;
  transform-origin: calc(100% - 1px) 50%;
}
.medical .sec01 .wrap_01 a span::before {
  transform: rotate(45deg);
}
.medical .sec01 .wrap_01 a span::after {
  transform: rotate(-45deg);
}
.medical .sec01 .wrap_01 .left {
	width: 150px;
	height: 150px;
	background: #5EA555;
	border-radius: 100%;
	color: #fff;
	font-size: 22px;
	text-align: center;
	display: table;
	padding-top: 60px;
}
.medical .sec01 .wrap_01 .right {
	width: calc(100% - 200px);
}
.medical .sec01 .wrap_01 .txt_01 {
	font-size: 26px;
	font-weight: bold;
}
.medical .sec03 .upper{
	display: flex;
	justify-content: space-between;
}
.medical .sec03 .upper .txt{
	width: 70%;
}
.medical .ul_01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 40px 0 40px;
}
.medical .ul_01 li  {
	background: #fff;
	width: 49%;
	margin-bottom: 20px;
}
.medical .ul_01 li .wrap_01 {
	display: flex;
	padding: 20px;
	justify-content: space-between;
}
.medical .ul_01 li .wrap_01 .img{
	width: 20%;
}
.medical .ul_01 li .wrap_01 .txtBox{
	width: 75%;
}
.medical .ul_01 li .wrap_01 .txtBox .txt_01{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.medical .ul_01 li .wrap_01 .txtBox .txt {
	color: #696969;
	font-size: 14px;
}
.medical .ul_01 li .wrap_01 .txtBox .txt {
	color: #696969;
	font-size: 14px;
}
.medical .sec04 .num_box .card:nth-child(3) {
	width: 100%;
}
.medical .sec04 .num_box .under{
	width: 100%;
	background: #FAFAFA;
	padding: 40px;
	display: flex;
	justify-content: space-between;
}
.medical .sec04 .num_box .under>div{
	width: 48%;
}
.medical .sec04 .num_box .under .txt_01{
	font-size: 18px;
	border-bottom: #D5D5D5 solid 2px;
	line-height: 1.5;
	padding-bottom: 10px;
}


.kensa_box ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.kensa_box ul li{
	height: 160px;
	position: relative;
	width: 49.8%;
	margin-bottom: 4px;
}
.kensa_box ul li:nth-child(1){
	width: 100%;
}
.kensa_box ul li .txtBox{
	height: 160px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background: #5EA555;
	display: flex;
	align-items: center;
	padding-right: 100px;
	color: #fff;
	border-radius: 0 999px 999px 0;
}
.kensa_box ul li .txtBox{
	height: 160px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background: #5EA555;
	display: flex;
	align-items: center;
	padding-right: 100px;
	color: #fff;
	border-radius: 0 999px 999px 0;
}
.kensa_box ul li .txtBox:hover{
	padding-right: 160px;
}
.kensa_box ul li .txtBox::before,
.kensa_box ul li .txtBox::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 35px;
  width: 12px;
  height:2px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 1px) 50%;
}
.kensa_box ul li .txtBox::before {
  transform: rotate(45deg);
}
.kensa_box ul li .txtBox::after {
  transform: rotate(-45deg);
}
.kensa_box ul li .txtBox .txt_01{
	font-size: 26px;
	font-weight: bold;
	border-left: 3px solid #E8AB1F;
	padding-left: 20px;
}
.kensa_box ul li .txtBox .txt {
	padding-left: 30px;
	margin: 0;
}


@media screen and (max-width: 768px) {
.medical .sec01 {
	background: url("../img/medical_bg01.webp") center no-repeat;
	background-size: cover;
}


.medical .sec01 .wrap_01 {
	background: url("../img/medical_bg02.webp") left top no-repeat;
	background-size: cover;
}
.medical .sec01 .wrap_inner {
	padding:80px 20px 20px;
	display: flex;
	display: block;
	position: relative;
}
.medical .sec01 .wrap_01 .left {
	width: 120px;
	height: 120px;
	font-size: 18px;
	padding-top: 46px;
	margin: auto;
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
}
.medical .sec01 .wrap_01 .right {
	width:100%;
}
.medical .sec01 .wrap_01 .txt_01 {
	font-size: 22px;
	line-height: 1.5;
	margin: 10px 0 0 0;
}
.medical .sec03 .upper{
	display: block;
}
.medical .sec03 .upper .txt{
	width: 100%;
}
.medical .ul_01 {
	display: block;
	margin: 40px 0 20px;
}
.medical .ul_01 li  {
	width: 100%;
	margin-bottom: 10px;
}
.medical .ul_01 li .wrap_01 {
	display: flex;
	align-items: center;
	padding: 20px;
	justify-content: space-between;
}
.medical .ul_01 li .wrap_01 .img{
	width: 30%;
}
.medical .ul_01 li .wrap_01 .txtBox{
	width: 65%;
}
.medical .ul_01 li .wrap_01 .txtBox .txt_01{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.medical .ul_01 li .wrap_01 .txtBox .txt {
	font-size: 14px;
}
.medical .sec04 .num_box .card:nth-child(3) {
	width: 100%;
}
.medical .sec04 .num_box .under{
	padding: 20px;
	display: block;
}
.medical .sec04 .num_box .under>div{
	width: 100%;
}
	.medical .sec04 .num_box .under>div:nth-child(1){
		margin-bottom: 30px;
}
.medical .sec04 .num_box .under .txt_01{
	font-size: 18px;
	border-bottom: #D5D5D5 solid 2px;
	line-height: 1.5;
	padding-bottom: 10px;
}



.kensa_box ul {
	display: block;
}
.kensa_box ul li{
	height: auto;
	width: 100%;
	margin-bottom: 4px;
}
.kensa_box ul li:nth-child(1){
	width: 100%;
}
.kensa_box ul li .txtBox{
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-right: 50px;
	width: 60%;
}
.kensa_box ul li:nth-child(1) .txtBox{
	display: block;
		padding-top:9%;
}
.kensa_box ul li .txtBox:hover{
	padding-right: 50px;
	width: 80%;
}
.kensa_box ul li .txtBox::before,
.kensa_box ul li .txtBox::after {
  right: 25px;
}
.kensa_box ul li .txtBox .txt_01{
	font-size: 22px;
	font-weight: bold;
	border-left: 3px solid #E8AB1F;
	padding-left: 20px;
}
.kensa_box ul li .txtBox .txt {
	padding:10px 0 0 27px;
	margin: 0;
}
}
/*--------------------------------------
　dogrun
---------------------------------------*/
.dog-run .sec03 .flexBox01 .img01{
	display: block;
	width: 120px;
	margin: auto;
}
.dog-run .sec03 .wrap_01 {
	background: #fff;
	padding: 40px 60px;
	border-radius:5px;
}
@media screen and (max-width: 768px) {
.dog-run .sec03 .flexBox01 .img01{
	width: 120px;
	margin:0 auto 20px;
}
	.dog-run .sec03 .flexBox01 .img02{
	width: 200px;
	margin:0 auto 20px;
}
.dog-run .sec03 .wrap_01 {
	padding: 20px;
}
	
}
/*--------------------------------------
　alternative
---------------------------------------*/
.alternative .flow_block .ol_list .green  {
	font-size: 24px;
}
.alternative .flow_block .ol_list li:before {
	font-size: 28px;
}
@media screen and (max-width: 768px) {
.alternative .flow_block .ol_list .green  {
	font-size: 20px;
}
.alternative .flow_block .ol_list li:before {
	font-size: 24px;
}
}
/*--------------------------------------
　post
---------------------------------------*/
.post .all_block {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.post .news_block {
	width: 75%;
	box-sizing: border-box;
}

/*----- post 共通 -----*/
.post .news_block .news_list li {
	padding: 30px 0;
	border-bottom: 1px solid #e7e7e7;
}
.post .news_block .news_list li:first-child {
	border-top: 1px solid #e7e7e7;
}
.post .date_box {
	width: 100%;
	display: flex;
	align-items: center;
	margin: 0 0 10px;
	box-sizing: border-box;
}
.post .date_box .day {
	width: 100px;
  color: #B3B3B3;
  font-family: "Open Sans", sans-serif;
}
.post .news_list .cate_box {
  display: flex;
}
.post .date_box .cate,
.post .date_box .tag {
	display: flex;
}
.post .date_box .cate span {
  width: 100px;
	color: #fff;
	font-size: 12px;
  background: #5EA555;
	border-radius: 3px;
	text-align: center;
	margin: 0 3px 0 0;
	padding: 4px 0 5px;
	box-sizing: border-box;
	display: inline-block;
}
.post .date_box .tag span {
  width: 100px;
	color: #fff;
	font-size: 12px;
  background:#5EA555;
	border-radius: 3px;
	text-align: center;
	margin: 0 3px 0 0;
	padding: 4px 10px 5px;
	box-sizing: border-box;
	display: inline-block;
}
.post .news_block .news_ttl {
	width: 100%;
	font-size: 15px;
	text-align: justify;
	line-height: 1.5em;
}

/*----- post_02 -----*/
.post_02 .news_block .news_list li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.post_02 .news_block .img_box {
	width: 30%;
}
.post_02 .news_block .img_box img {
	border-radius: 10px;
}
.post_02 .news_block .txt_box {
	width: 65%;
}

/*----- info-area -----*/
.single .info-block {
	width: 85%;
  margin: auto;
}
.single .info-area p {
	text-align: justify;
	line-height: 2.0em;
	margin: 0 0 30px;
}
.info-txt img {
	width: inherit;
	max-width: 100%;
	height: auto;
	border-radius: 10px;
	margin: 0 0 30px;
  display: block;
}
.info-txt h1 {
	color: #fff;
	font-size: 30px;
	background: #5EA555;
	border-radius: 5px;
	text-align: justify;
	line-height: 1.5em;
	margin: 0 0 30px;
	padding: 5px 20px 5px;
	display: inline-block;
}
.info-txt h2 {
  color: #5EA555;
	font-size: 25px;
	background: #F5F5F5;
	border-left: 5px solid #5EA555;
  border-radius: 0 3px 3px 0;
	text-align: justify;
	line-height: 1.5em;
	margin: 0 0 30px;
	padding: 8px 10px 8px 20px;
	box-sizing: border-box;
}
.info-txt h3 {
	font-size: 22px;
	border-bottom: 2px solid #545F79;
	text-align: justify;
	line-height: 1.5em;
	margin: 0 0 30px;
	padding: 0 10px;
	box-sizing: border-box;
}
.info-txt h4 {
  color: #fff;
	font-size: 16px;
	font-weight: bold;
  background: #5EA555;
  border-radius: 3px;
	text-align: justify;
	line-height: 1.5em;
  margin: 0 0 20px;
  padding: 8px 15px;
  box-sizing: border-box;
  display: inline-block;
}
.info-txt h5 {
  color:#5EA555;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0 0 20px;
}
.info-txt h6 {
	font-size: 16px;
  font-weight: bold;
	line-height: 1.5em;
	margin: 0 0 20px;
}
.info-txt a {
	text-decoration: underline;
	display: inline-block;
}
.info-txt strong {
	font-weight: bold;
	text-align: justify;
	margin: 0 0 30px;
}

/* ul list */
.info-txt ul {
	margin: 0 0 40px;
}
.info-txt ul li {
	text-align: justify;
	line-height: 1.8em;
	margin: 0 0 10px;
	padding: 0 0 0 18px;
	box-sizing: border-box;
	position: relative;
}
.info-txt ul li:last-child {
	margin: 0 0 0;
}
.info-txt ul li::before {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	background: #5EA555;
	border-radius: 100px;
	box-sizing: border-box;
	top: 11px;
	left: 0;
}

/* ol list */
.info-txt ol {
  margin: 0 0 40px;
	list-style-type: none;
	counter-reset: count;
}
.info-txt ol li {
	text-align: justify;
	line-height: 1.8em;
	margin: 0 0 10px;
	padding: 0 0 0 25px;
	box-sizing: border-box;
	position: relative;
	counter-increment: count;
}
.info-txt ol li:last-child {
  margin: 0 0 0;
}
.info-txt ol li::before{
	content: counter(count)".";
	position: absolute;
	color: #5EA555;
	font-size: 18px;
  font-weight: bold;
	top: 0;
	left: 0;
}

/* info-top */
.single .info-top {
	margin: 0 0 60px;
	position: relative;
}
.single .info-top::before {
  content: "";
	display: block;
  position: absolute;
  width: 100%;
  height: 2px;
	background: #ccc;
	bottom: -25px;
  left: 0;
}
.single .date_box {
	width: 100%;
	display: flex;
	align-items: center;
	margin: 0 0 15px;
	box-sizing: border-box;
}
.single .date_box .day {
	width: 100px;
  color: #B3B3B3;
  /*font-size: 16px;*/
}
.single .cate_box {
  display: flex;
}
.single .date_box .cate,
.single .date_box .tag {
	display: flex;
}
.single .date_box .cate span {
  width: 100px;
	color: #fff;
	font-size: 12px;
  background:#5EA555;
	border-radius: 3px;
	text-align: center;
	margin: 0 3px 0 0;
	padding: 4px 10px 5px;
	box-sizing: border-box;
	display: inline-block;
}
.single h4.n-ttl {
	width: 100%;
	font-size: 18px;
	text-align: justify;
	line-height: 1.5em;
}

/*----- btn -----*/
.single .btn {
  margin: 70px auto 0;
}

/*----- side -----*/
.post .side {
	width: 20%;
	box-sizing: border-box;
}
.post .side .side_box {
	margin: 0 0 50px;
}
.post .side .side_box:last-child {
	margin: 0 0 0;
}
.post .side .side_ttl {
	color: #fff;
	font-size: 15px;
	background: #5EA555;
  border-radius: 3px;
	text-align: center;
	padding: 15px 15px;
	box-sizing: border-box;
}
.post .side ul {
	margin: 10px 0 0;
}
.post .side ul li {
	font-size: 15px;
	border-bottom: 1px solid #e7e7e7;
	padding: 20px 0;
}
.post .side ul li a {
	display: inline;
}

/*----- pagination -----*/
.post .pagination {
	text-align: center;
	margin: 80px auto 0;
}
.post .pagination ul {
	position: relative;     
	overflow: hidden;
	text-align: center;
	font-size: 0;
}
.post .pagination li {
	display: inline-block;
}
.post .pagination a {
	display: inline-block;
	line-height: 40px;
	font-size: 16px;
	text-decoration: none;
	margin: 0 15px;
}
.post .pagination span {
	display: inline-block;
	line-height: 40px;
	font-size: 16px;
	padding: 0 15px;
}
.post .pagination span.current {
	background: #5EA555;
	color: #fff;
}
span.page-numbers.dots {
	padding: 0 0;
}

@media screen and (max-width: 768px) {
.post .all_block {
	display: block;
  width: 90%;
  margin: auto;
}
.post .news_block {
	width: 100%;
}
	
/*----- post 共通 -----*/
.post .news_block .news_list li {
	padding: 20px 0;
}
.post .date_box {
	width: 100%;
	display: block;
	margin: 0 0 10px;
}  
.post .date_box .day {
	width: 90px;
  font-size: 14px;
  margin: 0 0 8px;
}
.post .news_list .cate_box {
  display: flex;
}
.post .date_box .cate,
.post .date_box .tag {
	display: flex;
}
.post .date_box .cate span {
  width: 80px;
	font-size: 10px;
	margin: 0 3px 0 0;
	padding: 4px 0 5px;
}  
.post .date_box .tag span {
  width: 80px;
	font-size: 10px;
	margin: 0 3px 0 0;
	padding: 4px 0 5px;
}  
.post .news_block .news_ttl {
	font-size: 14px;
}
  
/*----- post_02 -----*/
.post_02 .news_block .news_list li a {
	display: block;
}
.post_02 .news_block .img_box {
	width: 100%;
  margin: 0 auto 20px;
}
.post_02 .news_block .txt_box {
	width: 100%;
}  

/*----- info-area -----*/
.single .info-block {
	width: 90%;
}  
.single .info-area p {
	text-align: justify;
	line-height: 1.8em;
	margin: 0 0 20px;
}
.info-txt img {
	width: inherit;
	max-width: 100%;
	height: auto;
	border-radius: 10px;
	margin: 0 0 30px;
}
.info-txt h1 {
	font-size: 22px;
  border-radius: 3px;
	margin: 0 0 20px;
	padding: 5px 15px 4px;
}	
.info-txt h2 {
	font-size: 20px;
	border-left: 3px solid #545F79;
	line-height: 1.5em;
	margin: 0 0 20px;
	padding: 5px 10px 5px 13px;
}	
.info-txt h3 {
  font-size: 16px;
	border-bottom: 1px solid #545F79;
	margin: 0 0 20px;
	padding: 0 5px;
}	
.info-txt h4 {
	font-size: 15px;
  margin: 0 0 20px;
  padding: 5px 10px;
}
.info-txt h5 {
	font-size: 16px;
}
.info-txt h6 {
	font-size: 14px;
}
	
/* ul list */
.info-txt ul {
	margin: 0 0 30px;
}
.info-txt ul li {
	margin: 0 0 8px;
	padding: 0 0 0 15px;
}
.info-txt ul li::before {
	width: 7px;
	height: 7px;
	top: 8px;
}

/* ol list */  
.info-txt ol li {
	margin: 0 0 8px;
	padding: 0 0 0 18px;
}
.info-txt ol li:before{
	font-size: 15px;
	top: 0;
} 

/* info-top */
.single .info-top {
	margin: 0 0 40px;
}
.single .info-top::before {
  height: 2px;
	bottom: -20px;
}
.single .date_box {
	width: 100%;
	display: block;
	margin: 0 0 10px;
}
.single .date_box .day {
	width: 90px;
  font-size: 14px;
  margin: 0 0 8px;
}
.single .cate_box {
  display: flex;
}
.single .date_box .cate,
.single .date_box .tag {
	display: flex;
}
.single .date_box .cate span {
  width: 80px;
	font-size: 10px;
	margin: 0 3px 0 0;
	padding: 4px 0 5px;
}
.single .date_box .tag span {
  width: 80px;
	font-size: 10px;
	margin: 0 3px 0 0;
	padding: 4px 0 5px;
}  
.single h4.n-ttl {
	font-size: 14px;
}	
	
/*----- btn -----*/
.single .btn {
  margin: 30px auto 0;
}

/*----- pagination -----*/
.post .pagination {
	margin: 30px auto 0;
}
.post .pagination a {
	line-height: 30px;
	font-size: 13px;
}
.post .pagination span {
	line-height: 30px;
	font-size: 13px;
	padding: 0 10px;
}	

/*----- side -----*/
.post .side {
	width: 100%;
	margin: 80px 0 0;
}
.post .side .side_box {
	margin: 0 0 30px;
}
.post .side .side_ttl {
	font-size: 14px;
	padding: 15px 10px;
}
.post .side ul {
	margin: 5px 0 0;
}
.post .side ul li {
	font-size: 13px;
	padding: 15px 0;
}
}

/*--------------------------------------
department
---------------------------------------*/

.department .sec_lower {
	padding-top: 0;
	margin-bottom: 0;
}
.department .lower_ttl01 {
		border-bottom: 2px dotted #5EA555;
	padding-bottom: 12px;
	padding-top: 0;
	margin-top: 0;
}

.department .tab-t {
	position: relative;
	margin-top: 30px;
	padding-left: 30px;
}
.department .tab-t h4 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 16px;
}

.department .tab-t::before {
	background: #5EA555;
	width: 4px;
	height: 100%;
	content: "";
	position: absolute;
	display: block;
	left: 0;	
  border-radius: 10px;	
}

.department .tab-container {
  display: flex;
  justify-content: flex-start; 
  flex-wrap: wrap; 
	margin-bottom: 40px;
}

.department .tab , .department .tab01 , .department .tab02 , .department .tab03{
  font-weight: bold;
  text-align:center;
	font-size: 14px;
  background-color: #EBEBEB;
  cursor: pointer;
	color: #AFAFAF;
	padding: 7px 20px;
	border-radius: 100px;
	margin: 0 10px 0 0;
}

.department .tab.active , .department .tab01.active01 , .department .tab02.active02 , .department .tab03.active03 {
  background-color:#5EA555;
	color: #fff;	
}

.department .content , .department .content01 , .department .content02 , .department .content03{
  display: none; /*必須*/
}
.department .content.show , .department .content01.show01 , .department .content02.show02 , .department .content03.show03{
  display: block; /*必須*/
}

.department .fix-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 	
}

.department .fix-box .image {
	width: 38%;
}

.department .fix-box .text-box {
	width: 58%;
}


.department .under {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 30px 0 80px;
}

.department .under ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.department .under ul li{
	height: 160px;
	position: relative;
	width: 49.8%;
	margin-bottom: 4px;
}
.department .under ul li:nth-child(1){
	width: 100%;
}
.department .under ul li .txtBox{
	height: 160px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background: #5EA555;
	display: flex;
	align-items: center;
	padding-right: 100px;
	color: #fff;
	border-radius: 0 999px 999px 0;
}
.department .under ul li .txtBox:hover{
	padding-right: 160px;
}
.department .under ul li .txtBox::before,
.department .under ul li .txtBox::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 35px;
  width: 12px;
  height:2px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 1px) 50%;
}
.department .under ul li .txtBox::before {
  transform: rotate(45deg);
}
.department .under ul li .txtBox::after {
  transform: rotate(-45deg);
}
.department .under ul li .txtBox .txt_01{
	font-size: 26px;
	font-weight: bold;
	border-left: 3px solid #E8AB1F;
	padding-left: 20px;
}
.department .under ul li .txtBox .txt {
	padding-left: 30px;
	font-size: 14px;
	margin-top: 0;
	font-weight: 500;
}

.department .sec01 .box-inner {
	margin-bottom: 50px;
} 


.department .sec02 {
  background: url("../img/department-sec02-bg.jpg") center top no-repeat;
	background-size: cover; 
	width: 100%;
	padding: 100px 0 150px; 
	margin-top: 120px;
}
.department .content-container .text-box .txt {
	font-weight: bold;
	font-size: 16px;
}

.department .sec03 {
	margin-top: 120px;
}

.department .sec03 .box {
	margin-top: 50px;
}

.department .sec03 .item {
	background: #FAFAFA;
	position: relative;
	margin-top: 20px;
}

.department .sec03 .item::before {
  content:"";
	position: absolute;	
	background: #D5D5D5;	
	left: 0;
	height: 100%;
	width: 4px;
	border-radius: 5px;
}

.department .sec03 .item .i-inner {
	padding: 30px 40px;
}

.department .sec03 .item .f-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 	
}
.department .sec03 .item .image {
	width: 30%;
}

.department .sec03 .item .t-box {
	width: 67%;
}


.department .sec03 .item .name {
	font-weight: bold;
	font-size: 18px;
	margin-top: 12px;
}
.department .sec03 .item .txt {
	font-size: 14px;
	margin-top: 15px;
}


.department .sec03 .item .tx01 {
	font-weight: bold;
	font-size: 18px;
	width: 10%;
	margin-top: 5px;
}

.department .sec03 .item .tx02 {
	line-height: 2;
	font-size: 14px;
	width: 88%;
}


.department .sec03 .bg-ttl {
	margin: 40px 0 30px;
}

.department .sec-ma01 {
	margin-bottom: 120px;
}

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

.department .lower_ttl01 {
	border-bottom: 2px dotted #5EA555;
	padding-bottom: 12px;
	padding-top: 0;
	margin-top: 0;
}

.department .tab-t {
	position: relative;
	margin-top: 20px;
	padding-left: 15px;
}
.department .tab-t h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
}

.department .tab-t::before {
	background: #5EA555;
	width: 4px;
	height: 100%;
	content: "";
	position: absolute;
	display: block;
	left: 0;	
  border-radius: 10px;	
}

.department .tab-container {
  display: flex;
  justify-content: flex-start; 
  flex-wrap: wrap; 
	margin-bottom: 20px;
}

.department .tab , .department .tab01 , .department .tab02 , .department .tab03{
  font-weight: bold;
  text-align:center;
	font-size: 13px;
  background-color: #EBEBEB;
  cursor: pointer;
	color: #AFAFAF;
	padding: 7px 15px;
	border-radius: 100px;
	margin: 0 5px 10px ;
}

.department .tab.active , .department .tab01.active01 , .department .tab02.active02 , .department .tab03.active03 {
  background-color:#5EA555;
	color: #fff;	
}

.department .content , .department .content01 , .department .content02 , .department .content03{
  display: none; /*必須*/
}
.department .content.show , .department .content01.show01 , .department .content02.show02 , .department .content03.show03{
  display: block; /*必須*/
}

.department .fix-box {
  display: block;
  justify-content: space-between;
  flex-wrap: wrap; 	
}

.department .fix-box .image {
	width: 100%;
}

.department .fix-box .text-box {
	width: 100%;
}


.department .under {
	display: block;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 30px 0 50px;
}

.department .under ul{
	display: block;
	flex-wrap: wrap;
	justify-content: space-between;
}

.department .under ul li{
	height: auto;
	width: 100%;
	margin-bottom: 4px;
}
.department .under ul li:nth-child(1){
	width: 100%;
}
.department .under ul li .txtBox{
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-right: 50px;
	width: 60%;
}
.department .under ul li .txtBox:hover{
	padding-right: 50px;
	width: 80%;
}
.department .under ul li .txtBox::before,
.department .under ul li .txtBox::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 35px;
  width: 12px;
  height:2px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 1px) 50%;
}
.department .under ul li .txtBox::before {
  right: 25px;
}
.department .under ul li .txtBox::after {
  right: 25px;
}
.department .under ul li .txtBox .txt_01{
	font-size: 22px;
	font-weight: bold;
	border-left: 3px solid #E8AB1F;
	padding-left: 12px;
	padding-bottom: 0;
	margin-bottom: 0;
}
.department .under ul li .txtBox .txt {
	padding:0 0 0 14px;
	margin: 0;
	margin-top: -25px;
}
	
	

.department .sec01 .box-inner {
	margin-bottom: 40px;
} 


.department .sec02 {
  background: url("../img/sp_department-sec02-bg.jpg") left top no-repeat;
	background-size: cover; 
	width: 100%;
	padding: 60px 20px 60px; 
	margin-top: 60px;
}
	
	
	
.department .content-container .text-box .txt {
	font-weight: bold;
	font-size: 14px;
}

.department .sec03 {
	margin-top: 40px;
}

.department .sec03 .box {
	margin-top: 40px;
}

.department .sec03 .item {
	background: #FAFAFA;
	position: relative;
	margin-top: 20px;
}

.department .sec03 .item::before {
  content:"";
	position: absolute;	
	background: #D5D5D5;	
	left: 0;
	height: 100%;
	width: 4px;
	border-radius: 5px;
}

.department .sec03 .item .i-inner {
	padding: 20px 20px;
}

.department .sec03 .item .f-box {
  display: block;
  justify-content: space-between;
  flex-wrap: wrap; 	
}
.department .sec03 .item .image {
	width: 100%;
}

.department .sec03 .item .t-box {
	width: 100%;
}


.department .sec03 .item .name {
	font-weight: bold;
	font-size: 16px;
	margin-top: 12px;
}
.department .sec03 .item .txt {
	font-size: 14px;
	margin-top: 10px;
}


.department .sec03 .item .tx01 {
	font-weight: bold;
	font-size: 16px;
	width: 100%;
	margin-top: 0;
}

.department .sec03 .item .tx02 {
	line-height: 1.6;
	font-size: 14px;
	margin-top: 14px;
	width: 100%;
}


.department .sec03 .bg-ttl {
	margin: 40px 0 30px;
}

.department .sec-ma01 {
	margin-bottom: 60px;
}
	
}



/*--------------------------------------
social
---------------------------------------*/

.social .sec_lower {
	padding-top: 0;
	margin-bottom: 0;
}


.social .sec01{
  background: url("../img/social_sec01_bg.jpg") center 0 no-repeat;
	background-size: cover; 
	width: 100%;
	padding: 100px 0 100px; 
	margin-top: 20px;
}

.social .sec02{
  background: url("../img/social_sec02_bg.jpg") center top no-repeat;
	background-size: cover; 
	width: 100%;
	padding: 70px 0 80px; 
	margin-bottom: 80px;
}


.social .sec02 .lower_ttl_wrap {
	margin-bottom: 30px;
}
.social .sec02 .item {
	background: #fff;
	position: relative;
	margin-bottom: 20px;
}
.social .sec02 .item::before {
  content:"";
	position: absolute;	
	background: #5EA555;	
	left: 0;
	height: 100%;
	width: 4px;
	border-radius: 5px;	
}

.social .sec02 .item .i-inner {
	padding: 25px 30px;
}
.social .sec02 .item .fix-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 	
}
.social .sec02 .item .image {
	width: 27%;
}
.social .sec02 .item .text-box {
	width: 70%;
}
.social .sec02 .item h4 {
	font-weight: bold;
	font-size: 18px;
	color: #5EA555;
}

.social .sec02 .item .txt {
	margin-top: 5px;
	font-size: 14px;
}

@media screen and (max-width: 768px) {
.social .sec_lower {
	padding-top: 0;
	margin-bottom: 0;
}


.social .sec01{
  background: url("../img/sp_social_sec01_bg.jpg") center 0 no-repeat;
	background-size: cover; 
	width: 100%;
	padding: 50px 20px 50px; 
	margin-top: 20px;
}

.social .sec02{
  background: url("../img/sp_social_sec02_bg.jpg") center top no-repeat;
	background-size: cover; 
	width: 100%;
	padding: 40px 20px 50px; 
	margin-bottom: 60px;
}


.social .sec02 .lower_ttl_wrap {
	margin-bottom: 20px;
}
.social .sec02 .item {
	background: #fff;
	position: relative;
	margin-bottom: 20px;
}
.social .sec02 .item::before {
  content:"";
	position: absolute;	
	background: #5EA555;	
	left: 0;
	height: 100%;
	width: 4px;
	border-radius: 5px;	
}

.social .sec02 .item .i-inner {
	padding: 25px 20px;
}
.social .sec02 .item .fix-box {
  display: block;
  justify-content: space-between;
  flex-wrap: wrap; 	
}
.social .sec02 .item .image {
	width: 100%;
	margin-bottom: 15px;
}
.social .sec02 .item .text-box {
	width: 100%;
}
.social .sec02 .item h4 {
	font-weight: bold;
	font-size: 16px;
	color: #5EA555;
}

.social .sec02 .item .txt {
	margin-top: 8px;
	font-size: 14px;
}	
}



/*--------------------------------------
staff
---------------------------------------*/

.staff .sec_lower {
	padding-top: 0;
	margin-bottom: 0;
}
.staff .sec01 {
	margin-bottom: 90px;
}

.staff .fix-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
}
.staff img {
	border-radius: 5px;
}
.staff .stf01 .image{
	width: 55%;
}
.staff .stf01 .text-box {
	width: 40%;
}
.staff .post {
	font-size: 15px;
	font-weight: bold;
		color: #5EA555;
}
.staff .name {
	font-weight: bold;
	font-size: 32px;
	margin: 5px 0 20px;
}

.staff .txt {
	font-size: 16px;
	padding-top: 0;
	margin-top: 10px;
}

.staff .sec01 ul {margin-top: 30px;}
.staff .sec01 li {
	margin-top: 10px;
	line-height: 1.4;
}
.staff .stf02 {
	margin-top: 90px;
}
.staff .st-box {
	width: 48%;
	margin-bottom: 50px;
}

.staff .st-box .image {
	margin-bottom: 20px;
}

.staff .stf03 {
	margin-top: 60px;
}
.staff .n-box {
	background: #DFFAE1;
	border-radius: 5px;
	color: #141414;
	margin-bottom: 30px;
}
.staff .n-box h3 {
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
	font-size: 25px;
}
.staff .stf03 .st-box {
	width: 23.5%;
	margin-bottom: 20px;	
}

.staff .stf03 .post {
	font-size: 13px;
	text-align: center;
	font-weight: normal;
	color: #141414;
}

.staff .stf03 .st-box .image {
	margin-bottom: 10px;
}
.staff .stf03 .name {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	margin: 2px 0 0;
}
.staff .stf03 .fix-box{
	position: relative;
}
.staff .stf03 .fix-box::after {
  content: '';
  display: block;
	width: 23.5%;
}
.staff .stf03 .fix-box01{
  display: flex;
  justify-content: flex-start; 
  flex-wrap: wrap; 
}

.staff .stf03 .fix-box01 .st-box {
	margin-right: 2%;
}


.staff .stf04 {
	margin-top: 60px;
}


.staff .stf04 .image {
	margin-bottom: 10px;
}
.staff .stf04 .name {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	margin: 2px 0 0;
}

@media screen and (max-width: 768px) {
.staff .sec_lower {
	padding-top: 0;
	margin-bottom: 0;
}
.staff .sec01 {
	margin-bottom: 60px;
}

.staff .fix-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
}
.staff img {
	border-radius: 5px;
}
	.staff .stf01 {
		margin-top: 30px;
	}
.staff .stf01 .fix-box {
  display: block;
  justify-content: space-between;
  flex-wrap: wrap; 
}
	.staff .stf02 .fix-box {
  display: block;
  justify-content: space-between;
  flex-wrap: wrap; 
}
	
.staff .stf01 .image{
	width: 100%;
	margin-bottom: 12px;
}
.staff .stf01 .text-box {
	width: 100%;
}
.staff .post {
	font-size: 12px;
	font-weight: bold;
	color: #5EA555;
}
.staff .name {
	font-weight: bold;
	font-size: 22px;
	margin: 2px 0 10px;
}

.staff .txt {
	font-size: 14px;
	padding-top: 0;
	margin-top: 0;
}

.staff .sec01 ul {margin-top: 20px;}
.staff .sec01 li {
	margin-top: 6px;
	line-height: 1.4;
}
.staff .stf02 {
	margin-top: 50px;
}
.staff .st-box {
	width: 100%;
	margin-bottom: 40px;
}

.staff .st-box .image {
	margin-bottom: 10px;
}

.staff .stf03 {
	margin-top: 30px;
}
.staff .n-box {
	background: #DFFAE1;
	border-radius: 5px;
	color: #141414;
	margin-bottom: 20px;
}
.staff .n-box h3 {
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
	font-size: 18px;
}
.staff .stf03 .st-box {
	width: 48%;
	margin-bottom: 15px;	
}

.staff .stf03 .post {
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	color: #141414;
}

.staff .stf03 .st-box .image {
	margin-bottom: 10px;
}
.staff .stf03 .name {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	margin: 2px 0 0;
}
.staff .stf03 .fix-box{
	position: relative;
}
.staff .stf03 .fix-box::after {
  content: '';
  display: block;
	width: 48%;
}
.staff .stf03 .fix-box01{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
}

.staff .stf03 .fix-box01 .st-box {
	margin-right: 0;
}

.staff .stf04 {
	margin-top: 30px;
}

.staff .stf04 .image {
	margin-bottom: 10px;
}
.staff .stf04 .name {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	margin: 0 0;
}
	
}

/*--------------------------------------
institution
---------------------------------------*/

.institution .sec_lower {
	padding-top: 0;
	margin-bottom: 0;
}

.institution .sec01 {
	background: #DFFAE1;
}

.institution .m-txt {
	font-size: 18px;
	margin-top: 60px;
	line-height: 2;
}

.institution .m-txt .bold {
	font-weight: bold;
	color: #5EA555;
}
.institution .m-txt .line {
	text-decoration: underline;
}
.institution .sec01 .sec_inner {
	padding-top: 60px;
	padding-bottom: 80px;
}

.institution .sec01 .merit-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 	
}

.institution .sec01 .merit {
	background: #fff;
	border-radius: 5px;
	width: 32%;
}

.institution .sec01 .merit .num {
	text-align: center;
	padding-top: 20px;
	font-weight: bold;
	font-size: 20px;
	color: #5EA555;
	padding-bottom: 0;
	margin-bottom: 0;
}
.institution .sec01 .merit .m-txt {
	text-align: center;
	padding: 0 20px 30px;
	margin-top: 10px;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.6;
}

.institution .sec02 {
	margin-top: 60px;
}
.institution .sec02 .item-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 	
}
.institution .sec02 .item {
	width: 48%;
	margin-bottom: 30px;
}
.institution .sec02 .image img {
  object-fit: cover;
  font-family: 'object-fit: cover';
	height: 280px;
	width: 100%;
	border-radius: 5px;
}
.institution .sec02 .item h4 {
	margin-top: 12px;
	color: #5EA555;
	font-size: 20px;
}

.institution .sec02 .item .txt {
	margin-top: 10px;
	font-size: 14px;
}

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


.institution .sec01 {
	background: #DFFAE1;
}

.institution .m-txt {
	font-size: 15px;
	margin-top: 30px;
	line-height: 2;
}

.institution .m-txt .bold {
	font-weight: bold;
	color: #5EA555;
}
.institution .m-txt .line {
	text-decoration: underline;
}
.institution .sec01 .sec_inner {
	padding-top: 40px;
	padding-bottom: 45px;
}

.institution .sec01 .merit-box {
  display: block;
  justify-content: space-between;
  flex-wrap: wrap; 	
}

.institution .sec01 .merit {
	background: #fff;
	border-radius: 5px;
	width: 100%;
	margin-bottom: 20px;
}

.institution .sec01 .merit .num {
	text-align: left;
	font-weight: bold;
	font-size: 20px;
	color: #5EA555;
	padding: 20px 0 0 20px;
	padding-bottom: 0;
	margin-bottom: 0;
}
.institution .sec01 .merit .m-txt {
	text-align: left;
	padding: 0 20px 25px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.6;
}

.institution .sec02 {
	margin-top: 50px;
	margin-bottom: 80px;
}
.institution .sec02 .item-box {
  display: block;
  justify-content: space-between;
  flex-wrap: wrap; 	
}
.institution .sec02 .item {
	width: 100%;
	margin-bottom: 30px;
}
.institution .sec02 .image img {
  object-fit: cover;
  font-family: 'object-fit: cover';
	height: auto;
	width: 100%;
	border-radius: 5px;
}
.institution .sec02 .item h4 {
	margin-top: 12px;
	color: #5EA555;
	font-size: 18px;
}

.institution .sec02 .item .txt {
	margin-top: 7px;
	font-size: 14px;
}	
}



/*--------------------------------------
access
---------------------------------------*/

.access .sec_lower {
	padding-top: 0;
	margin-bottom: 0;
}

.access .sec01 .image {
	width: 50%;
	margin: auto;
	margin-top: -40px;
}
.access .sec01 .info_box {
	margin-top: 0;
}
.access .sec02 {
	margin-bottom: 60px;
}
.access .sec02 .image {
	margin-bottom: 30px;
}
.access .sec02 .image img {
	border-radius: 5px;
}
.access .sec02 .u-ttl01 {
	margin-bottom: 25px;
}
.access .sec02 .ls02 {
	margin-top: 0;
}
.access .sec02 .ls02 li {
	font-weight: normal;
}

.access .sec02 .ls02 li span {
	font-weight: bold;
	color: #5EA555;
}
.access .sec02 .ttl01 {
	font-size: 30px;
}


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


.access .sec01 .image {
	width: 70%;
	margin: auto;
	margin-top: -30px;
}

.access .sec02 .image {
	margin-bottom: 20px;
}

.access .sec02 .u-ttl01 {
	margin-bottom: 20px;
}

.access .sec02 .ttl01 {
	font-size: 22px;
}
	
}

/*--------------------------------------------------
side_nav
--------------------------------------------------*/
.side_nav{
  position: fixed;
  left: 0;
  top: 200px;
  z-index: 999;
  display: none;
}

.side_nav a {
  display: block;
	width: 82px;
}
@media screen and (max-width: 768px) {
.side_nav{
  position: fixed;
	top: inherit;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: none;
  left: 0;
}

.side_nav a {
  display: block;
	width: 100%;
	max-width: 350px;
	text-align: center;
	margin: 0 auto;
}
	
}


/*--------------------------------------
共通
---------------------------------------*/


.ls01 ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 	
	margin-top: 20px;
}

.ls01 li {
	font-size: 18px;
	position: relative;
	line-height: 1.4;
	border-bottom: #D5D5D5 solid 1px;
	box-sizing: border-box;
	padding-bottom: 15px;
	display: block;
	padding-left: 12px;
	width: 48%;
	margin-bottom: 25px;
	font-weight: bold;
}


.ls01 li::before {
  content:"";
	position: absolute;	
	background: #5EA555;
	width: 6px;
	height: 6px;
	left: 0;
	border-radius: 100px;
	top: 11px;
}


.ls02 li {
	font-size: 18px;
	position: relative;
	line-height: 1.4;
	border-bottom: #D5D5D5 solid 1px;
	box-sizing: border-box;
	padding-bottom: 15px;
	display: block;
	padding-left: 12px;
	width: 100%;
	margin-bottom: 25px;
	font-weight: bold;
}


.ls02 li::before {
  content:"";
	position: absolute;	
	background: #5EA555;
	width: 6px;
	height: 6px;
	left: 0;
	border-radius: 100px;
	top: 11px;
}

@media screen and (max-width: 768px) {
.ls01 ul{
  display: block;
  justify-content: space-between;
  flex-wrap: wrap; 	
	margin-top: 20px;
}

.ls01 li {
	font-size: 15px;
	position: relative;
	line-height: 1.4;
	border-bottom: #D5D5D5 solid 1px;
	box-sizing: border-box;
	padding-bottom: 15px;
	display: block;
	padding-left: 12px;
	width: 100%;
	margin-bottom: 18px;
	font-weight: bold;
}


.ls01 li::before {
  content:"";
	position: absolute;	
	background: #5EA555;
	width: 5px;
	height: 5px;
	left: 0;
	border-radius: 100px;
	top: 9px;
}


.ls02 li {
	font-size: 15px;
	position: relative;
	line-height: 1.4;
	border-bottom: #D5D5D5 solid 1px;
	box-sizing: border-box;
	padding-bottom: 15px;
	display: block;
	padding-left: 12px;
	width: 100%;
	margin-bottom: 18px;
	font-weight: bold;
}


.ls02 li::before {
  content:"";
	position: absolute;	
	background: #5EA555;
	width: 5px;
	height: 5px;
	left: 0;
	border-radius: 100px;
	top: 9px;
}	
}

.u-ttl01 {
	font-size: 26px;
	font-weight: bold;
	position: relative;
	padding-left: 25px;
	margin-bottom: 40px;	
	line-height: 1.4;
}

.u-ttl01::before {
	background: #5EA555;
	width: 4px;
	height: 70%;
	content: "";
	position: absolute;
	display: block;
	left: 0;	
	top: 7px;
  border-radius: 10px;	
}

.bg-ttl {
  background: #2A7B9B;
  background: linear-gradient(90deg,rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 0%, rgba(223, 250, 225, 1) 0%, rgba(223, 250, 225, 1) 0%, rgba(255, 255, 255, 1) 100%);
	position: relative;
	width: 100%;
		z-index: 1;
	margin-bottom: 20px;
}


.bg-ttl::before{
  content:"";
	position: absolute;	
  background: url("../img/ttl-bg.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 42px;
	display: block;
	height: 42px;
	top: 0;
	left: 0;
}

.bg-ttl .ttl01 {
	color: #5EA555;
	font-size: 22px;
	padding: 25px 30px;
}


.u-ttl02 {
	position: relative;
  color: #5EA555;
  font-size: 22px;
	line-height: 1.4;
	padding-left: 16px;
}

.u-ttl02::before {
  content:"";
	position: absolute;	
	background: #5EA555;
	width: 6px;
	height: 6px;
	left: 0;
	border-radius: 100px;
	top: 14px;
}

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

.u-ttl01 {
	font-size: 22px;
	font-weight: bold;
	position: relative;
	padding-left: 15px;
	margin-bottom: 25px;	
	line-height: 1.4;
}


.bg-ttl::before{
  content:"";
	position: absolute;	
  background: url("../img/ttl-bg.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 32px;
	display: block;
	height: 32px;
	top: 0;
	left: 0;
}

.bg-ttl .ttl01 {
	color: #5EA555;
	font-size: 18px;
	padding: 16px 20px;
}


.u-ttl02 {
	position: relative;
  color: #5EA555;
  font-size: 18px;
	line-height: 1.4;
	padding-left: 16px;
}

.u-ttl02::before {
  content:"";
	position: absolute;	
	background: #5EA555;
	width: 6px;
	height: 6px;
	left: 0;
	border-radius: 100px;
	top: 10px;
}

}
