@charset "utf-8";

/* *****共通設定***** */
a {
  color: #000000;
}

a:hover {
  color: #a9a9a9;
}

.py-5 {
	padding-top: 3rem!important;
	padding-bottom: 3rem!important;
}



/* ヘッダー(navbar) */
#nav01 .navbar {
	padding: 0;
}
#nav01 .navbar-brand {
	padding: 21px 0 0 21px;
}
#nav01 .navbar .btn1 {
	margin: 0;
	padding-top: 18px;
	width: 240px;
	height: 80px;
	color: #FFF;
	text-align: center;
	background: #008E9A;
	border-radius: 0 0 0 .6rem!important;
}
#nav01 .navbar .btn1 > div {
	margin: 0 10px;
}
#nav01 .navbar .icon {
	margin: 0;
	padding: 4px 0 0 0;
	font-size: 28px;
	line-height: 1.3;
}
#nav01 .navbar .tel {
	margin: 0;
	font-size: 20px;
	text-align: left;
	line-height: 1.3;
}
#nav01 .navbar .open {
	margin: 0;
	font-size: 13px;
	text-align: left;
	line-height: 1.3;
}
#nav01 .navbar .btn2 {
	margin: 0;
	padding-top: 28px;
	width: 200px;
	height: 80px;
	color: #FFF;
	text-align: center;
	background: #1176C3;
	border-radius: 0!important;
}
#nav01 .navbar .form {
	margin: 0;
	font-size: 18px;
	line-height: 1.2;
}




/* トップページ */
main #jumbotron {
	margin: 0;
	padding: 0;
	width: 100%;
	height: calc(100vw * 0.48);
}

main #jumbotron .slick01 {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
}
main #jumbotron img {
	width: 100%;
}

main #jumbotron #nav01 {
	width: 100%;
}




/* グローバルナビ */
main #gNav {
	background: linear-gradient(#46ad4a, #1F9022);
}
main #gNav a {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	color: #FFF;


	line-height: 3.8;
}
main #gNav .nav-item ul {
	display: none;
	position: absolute;
	top: 58px;
	left: 0;
	width: 180px;
	padding: 0;
	z-index: 99;
}
main #gNav .nav-item ul li {
	list-style: none;
}
main #gNav .nav-item ul li a {
	display: block;
	color: #FFF;
	line-height: 44px;
	text-align: center;
	background: #1F9022;
	border-top: 1px solid #a9d6af;
}
main #gNav .nav-item ul li a:hover {
	color: #FFF;
	text-decoration: none;
	background: #46ad4a;
}

@media all and (min-width: 768px) {
main #gNav .col-md-2 {
	flex: none;
    max-width: 20%;
}
}





/* トピックス */
main #topic {
	background: url('../img/index/topic_bg.png') no-repeat top center;
	background-size: 100%;
}
main #topic h2 {
	margin-bottom: 40px!important;
	text-align: center;
	font-size: 48px;
	color: #00913A;
	letter-spacing: 0.1em;
	line-height: 1.4;
}
main #topic h2 span {
	display: block;
	font-size: 16px;
	color: #000;
	letter-spacing: 0.1em;
	line-height: 1.4;
}

main #topic .title {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 2.0;
}
main #topic .lead {
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.8;
}




/* 業務内容 */
main #service {
	background: url('../img/index/service_bg.jpg') no-repeat top center;
	background-size: cover;
}
main #service h2 {
	margin-bottom: 40px!important;
	text-align: center;
	font-size: 38px;
	color: #FFF;
	letter-spacing: 0.1em;
	line-height: 1.4;
}
main #service h2 span {
	display: block;
	font-size: 16px;
	color: #FFF;
	letter-spacing: 0.1em;
	line-height: 1.4;
}

main #service .content {
	background: #FFF;
}
main #service .content01_01 {
	height: 170px;
	width: 100%;
	background: url('../img/index/service01_bg01.jpg') no-repeat top center;
	background-size: cover;
	clip-path: polygon(0 0, 100% 0, 100% 170px, 0 130px);
}
main #service .content01_02 {
	height: 170px;
	width: 100%;
	background: url('../img/index/service01_bg02.jpg') no-repeat top center;
	background-size: cover;
	clip-path: polygon(0 0, 100% 0, 100% 170px, 0 130px);
}
main #service .content01_03 {
	height: 170px;
	width: 100%;
	background: url('../img/index/service01_bg03.jpg') no-repeat top center;
	background-size: cover;
	clip-path: polygon(0 0, 100% 0, 100% 170px, 0 130px);
}
main #service .content01_04 {
	height: 170px;
	width: 100%;
	background: url('../img/index/service01_bg04.jpg') no-repeat top center;
	background-size: cover;
	clip-path: polygon(0 0, 100% 0, 100% 170px, 0 130px);
}
main #service .content01_05 {
	height: 170px;
	width: 100%;
	background: url('../img/index/service01_bg05.jpg') no-repeat top center;
	background-size: cover;
	clip-path: polygon(0 0, 100% 0, 100% 170px, 0 130px);
}
main #service .content01_06 {
	height: 170px;
	width: 100%;
	background: url('../img/index/service01_bg06.jpg') no-repeat top center;
	background-size: cover;
	clip-path: polygon(0 0, 100% 0, 100% 170px, 0 130px);
}
main #service .content01_07 {
	height: 170px;
	width: 100%;
	background: url('../img/index/service01_bg07.jpg') no-repeat top center;
	background-size: cover;
	clip-path: polygon(0 0, 100% 0, 100% 170px, 0 130px);
}
main #service .content01_08 {
	height: 170px;
	width: 100%;
	background: url('../img/index/service01_bg08.jpg') no-repeat top center;
	background-size: cover;
	clip-path: polygon(0 0, 100% 0, 100% 170px, 0 130px);
}
main #service .content02 {
	padding: 0 50px 25px 50px;
	margin-top: -20px;
}
main #service .content02 .title {
	margin: 0;
	font-size: 26px;
	line-height: 1.8;
}
main #service .content02 .title span {
	display: block;
	color: #009844;
	font-size: 14px;
	line-height: 1.2;
}
main #service .content02 .lead {
	display: flex;
	justify-content:space-between;
	align-items: center;
}
main #service .content02 .lead p {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
}
main #service .content02 .lead a {
	display: block;
}



/* 事業案内 */
main #company {
	background: url('../img/index/company_bg.png') no-repeat top center;
	background-size: 100%;
}
main #company h2 {
	margin-bottom: 40px!important;
	text-align: center;
	font-size: 38px;
	color: #00913A;
	letter-spacing: 0.1em;
	line-height: 1.4;
}
main #company h2 span {
	display: block;
	font-size: 16px;
	color: #231815;
	letter-spacing: 0.1em;
	line-height: 1.4;
}

main #company h3 {
	color: #00913A;
	font-size: 28px;
	line-height: 1.8;
}
main #company p {
	color: #000;
	font-size: 14px;
	line-height: 1.8;
}

main #company .sNav div {
	display: flex;
}
main #company .sNav div a:nth-of-type(1) {
	display: block;
	width: calc(100% - 51px);
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	color: #FFF;
	line-height: 3.8;
	background: #209E2C;
}
main #company .sNav div a:nth-of-type(2) {
	display: block;
	width: 50px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	color: #FFF;
	line-height: 3.8;
	background: #209E2C;
	border-left: 1px solid #a9d6af;
}



/* ネットワーク */
main #network {
	background: linear-gradient(#117E96, #62b7ca);
}
main #network .title {
	width: 100%;
	background: url('../img/index/network_bg.png') no-repeat top center;
	background-size: cover;
	border-radius: 5px;
}
@media all and (min-width: 768px){
main #network .carry_btn_img {
	width: 100%;	
	padding: 0 200px;
}
}

@media all and (max-width: 769px) {
main #network .carry_btn_img {
	width: 100%;
	padding: 0 20px;	
}	
}



/* 事業案内 */
main #licence {
}
main #licence h2 {
	margin-bottom: 40px!important;
	text-align: center;
	font-size: 38px;
	color: #00913A;
	letter-spacing: 0.1em;
	line-height: 1.4;
}
main #licence h2 span {
	display: block;
	font-size: 16px;
	color: #231815;
	letter-spacing: 0.1em;
	line-height: 1.4;
}





/* 許認可状況 */
main #licence .row > div {
}
main #licence a {
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	color: #000;
	border: 1px solid red;
	line-height: 4;
}
main #licence a i {
	color: red;
}




/* お問い合わせ */
main #form {
	background: #E5E3E0;
}
main #form h2 {
	margin-bottom: 20px!important;
	text-align: center;
	font-size: 38px;
	color: #00913A;
	letter-spacing: 0.1em;
	line-height: 1.4;
}
main #form h2 span {
	display: block;
	font-size: 16px;
	color: #231815;
	letter-spacing: 0.1em;
	line-height: 1.4;
}

main #form .tel {
	padding-top: 17.5px;
}
main #form .btn {
	padding-top: 41px;
	width: 400px;
	height: 110px;
	background: #00913A;
	border-radius: 6px;	
}



@media all and (min-width: 768px) {
  main #sec5 .googleCalendar iframe {
	width: 730px;
	height: 360px;
}  
}

main #sec5 .kouen {
	margin: 0;
	padding: 1rem;
	text-align: center;
	border: 1px solid #FF9900;
	background:rgba(255, 255, 255, 0.7);
}
main #sec5 .btn {
	padding: 0;
	width: 180px;
	background: #FF9900;
	color: #FFF;
	font-size: 0.938rem;
	font-weight: normal;
	line-height: 34px;
	border-radius: 17px;
}

main #sec5 .facebook {
	margin: 0;
	padding: 0;
}
main #sec5 .facebook li {
	margin: 0 0 .4rem 0;
	padding: 0;
	display: flex;
	background: #7888BB;
	border: 1px solid #FFF;
}
main #sec5 .facebook li a:nth-of-type(1) {
	flex: 1 1 1;
	display: block;
	width: 50px;
	height: 50px;
}
main #sec5 .facebook li a:nth-of-type(1) img {
	width: 50px;
	height: 50px;
}
main #sec5 .facebook li a:nth-of-type(2) {
	padding: 0 0 0 .6rem;
	flex: 1 1 auto;
	display: block;
	color: #FFFFFF;
	font-size: 0.875rem;
	line-height: 50px;
}

a.btn--orange {
  color: #fff;
  background-color: #FF9900;
}

a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

a.btn--circle {
    border-radius: 20px;
    line-height: 100px;
    width: 300px;
    height: 150px;
    padding: 0;
    padding-top: 25px;
    font-size: 1.5em;
}


/* サブページ共通 */
.sub {
	font-size: 15px;
}

.sub #header {
	background: url('../img/index/service_bg.jpg') no-repeat top center;
	background-size: 100%;
	height: 100px;
}

.sub #slick {
	padding: 40px 0 20px 0;
	background: url('../img/index/topic_bg.png') no-repeat top center;
	background-size: 100%;
}
.sub #slick h2 {
	color: #333;
}

.breadcrumb {
	padding: 0;
	font-size: .85rem;
	background: none;
}
.breadcrumb li a {
	color: #2A8F27;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: "＞";
}

.sub .catch {
	color: #2A8F27;
	font-size: 38px;
	line-height: 1.8;
}

.sub .table th,
.sub .table td {
	font-size: 15px;
	line-height: 1.8;
	vertical-align: middle;
}
.sub .table th {
	text-align: center;
	font-weight: normal;
}

.sub input,
.sub textarea {
	padding: 0.5rem;
	border: 1px solid #CCC;	
}


@media (max-width: 1139px) {
	.sub img {
		width: ;
	}
main #form .btn {
	width: 100%;
}
}

.main-col h2 {
	padding: .2rem 0 .8rem 0;
    color: #333;
    font-size: 1.75rem;
    font-weight: normal;
	letter-spacing: 3px;
	border-bottom: 2px solid #2A8F27;
}

.main-col h3 {
	color: #FF9900;
	letter-spacing: 3px;
	font-size: 1.5rem;
}

.side-col h2 {
	margin: 0;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	line-height: 52px;
	letter-spacing: 3px;
	background: #2A8F27;
	border-radius: 6px 6px 0 0;
}
.side-col h2 span {
	color: #000000;
	font-size: 0.875rem;
	letter-spacing: 1px;
}
.sidenav {
	margin: 0;
	padding: 5px;
	background: #ECFAD8;
}
.sidenav > li {
	margin: 0 0 5px 0;
	list-style: none;
	background: #FFF;
	border: 1px solid #2A8F27;
}
.sidenav > li > ul > li {
	margin: 0 0 5px 0;
	list-style: none;
}
.sidenav> li > ul {
	margin: 0;
	padding: 0;
}
.sidenav> li > ul > li {
	list-style: none;
	border-top: 1px solid #2A8F27;
}
.sidenav > li > a {
	padding: 10px 10px 10px 20px;
	display: block;
	font-size: 15px;
	color: #333;
	background: url('../img/sub/arrow.png') right 10px center no-repeat;
}
.sidenav > li > ul > li > a {
	padding: 10px 20px;
	display: block;
	font-size: 15px;
	color: #333;
	background: url('../img/sub/arrow.png') right 10px center no-repeat;
}
.sidenav > li > a.non {
	background: none;
}
.sidenav > li > ul > li > a {
	padding: 10px 30px;
	display: block;
	font-size: 1rem;
	color: #333;
	background: url('../img/sub/arrow.png') right 10px center no-repeat;
}
.sidenav > li > ul > li > ul > li > a {
	padding: 10px 30px;
	display: block;
	font-size: 1rem;
	color: #333;
	background: url('../img/sub/arrow.png') right 10px center no-repeat;
}

.aisatsu_t {
	font-size: 1.1em;
	line-height: 2em;
	color: blue;
}
ol.mb-5 li.mb-3{
  list-style-type: none;
  counter-increment: cnt;
  list-style-position: outside;
}
ol.mb-5 li.mb-3:before{
  display: marker;
  content: "（ " counter(cnt) " ）";
}
.mb-2 {
	list-style-type: none;
}
.m_img {
	width: 200px;
}
.block-2 {
    width: 48%;
    padding: 0 10px;
}
.mb-3 {
	list-style-type: none;
}
.s_img {
	width: 255px;
	height: 180px;
}
.contents3_box {
	width: 100%;
}
.block-3 {
    width: 33.333%;
    padding-left: 10px;
}
.map iframe {
	width: 825px;
	height: 425px;
}
.w100 td .frmText {
	width: 100%;
}
 
@media all and (max-width: 768px) {
.col_2 {
	height: auto;
    padding: 0 10px;
	display: flex;
}
.block-2 {
    width: 100%;
  }
.block-2 img {
	width: 220px;
}
.col_3 {
	display: flex;
}
.block-3 {
    width: 100%;
  }
.s_img {
	width: 100%;
	height: auto;
}
.contents3_box {
	width: 100%;
	padding-right: 15px;
    padding-left: 5px;
}
.map iframe {
	width: 100%;
	height: 400px;
}
.w100 {
	width: 100%;
}
.w100 th {
	width: 30%;
}
.w100 td {
	width: 70%;
}
}


/* フッター */
#footer {
	background: linear-gradient(to bottom, #8DC21F, #00913A); 
	border-bottom: 1px solid #9AD0A4;
}

#footer-index > div:nth-of-type(1) {
	border-right: 1px solid #A9D69A;
}
#footer-index > div:nth-of-type(2),
#footer-index > div:nth-of-type(3) {
	padding-left: 3rem;
}

#footer-index h1 {
	margin-top: 1rem;
	color: #FFF;
	font-size: 1.625rem;
	line-height: 1.2;
}
#footer-index p {
	color: #FFF;
	font-size: 14px;
	line-height: 1.8;
}
#footer-index p a {
	color: #FFF;
}

#footer-index li {
	list-style: none;
	font-size: 14px;
	line-height: 1.8;
}

#footer-index li a{
	color: #FFF;
}

#footer-index ul ul {
  padding-left: .5rem;
}



.bg-primary {
	background-color: #00913A!important;
}
.bg-primary .f_copy {
	display: flex;
	justify-content: space-between;
}
.bg-primary .f_copy p {
	margin: .5rem 0;
	color: #FFF;
	font-size: 14px;
}


/* --------------------------------------------------

 レスポンシブ

--------------------------------------------------　*/

@media (max-width: 991.98px) {
  /* md タブレット・スマートフォン向け */

  #nav01 .size-button {
	  display: none;
  }
  #nav01 .navbar-brand {
	  width: calc(100% - 56px);
	  height: auto;
  }
  #nav01 .navbar-brand img {
	  width: 90%;
	  height: auto;
  }

  #nav02 .nav-item {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #dee2e6;
    letter-spacing: 0.25rem;
  }

  .sub #slick {
    padding: 10px 0 5px 0;
  }
  
  .col-4 {
	  flex:none;
	  max-width: 100%;
  }

  @media (max-width: 575.98px) {
    /* xs スマートフォン向け */

    /* フッター */
    #footer-sns img {
      height: 29px;
      margin-right: 15px;
    }
