@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: 20px 0 0 20px;
}

#nav01 .navbar-brand img {
	height: 150px;
}
.sub #nav01 .navbar-brand img {
	height: 90px;
}

#nav01 .navbar .btn1 {
	margin: 0 0 auto 0;
	padding-top: 10px;
	width: 240px;
	height: 84px;
	color: #FFF;
	text-align: center;
	background: #BD9EBC;
	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: 32px;
	line-height: 2!important;
}
#nav01 .navbar .tel {
	margin: 0;
	font-size: 20px;
	text-align: left;
	line-height: 1.3;
}
#nav01 .navbar .open {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	line-height: 1.3;
}
#nav01 .navbar .btn2 > div {
	margin: 0 10px;
}
#nav01 .navbar .btn2 {
	margin: 0 0 auto 0;
	padding-top: 10px;
	width: 240px;
	height: 84px;
	color: #FFF;
	text-align: center;
	background: #5BBE9A;
	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.5);
	background: url('../img/index/jumbBg.png');
}

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(#5F5248, #5F5248);
}
main #gNav a {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	line-height: 5;
}
main #gNav .nav-item ul {
	display: none;
	position: absolute;
	top: 58px;
	left: -25px;
	width: 260px;
	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: #473c33;
	border-top: 1px solid #b0a094;
}
main #gNav .nav-item ul li a:hover {
	color: #FFF;
	text-decoration: none;
	background: #887a6f;
}

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





/* トピックス */
main #topic {
	background: url('../img/index/netWorkBg.png');
	padding-top: 80px!important;
	padding-bottom: 50px!important;
}
main #topic .container {
	padding-bottom: 50px;
}
main #topic:after {
    content: "";
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    display: block;
    background: url('../img/index/topicBg.png') repeat-x;
    z-index: 3;
}
main #topic h2 {
	margin-bottom: 40px!important;
	text-align: center;
	font-size: 32px;
	color: #73655b;
	font-weight: bold;
	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 #company1 {
	background: url('../img/index/company_bg.png') no-repeat top center;
	background-size: 100%;
	padding-top: 100px!important;
	padding-bottom: 100px!important;
}
main #company1 h2 {
	margin-bottom: 40px!important;
	text-align: center;
	font-size: 32px;
	color: #73655b;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.4;
}
main #company1 h2 span {
	display: block;
	font-size: 16px;
	color: #231815;
	letter-spacing: 0.1em;
	line-height: 1.4;
}

main #company1 h3 {
	color: #00913A;
	font-size: 28px;
	line-height: 1.6;
}
main #company1 .sNav div {
	display: flex;
}
main #company1 .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 #company1 .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 #FFF;
}

main #company2 {
	background: url('../img/index/topic_bg.png') no-repeat top center;
	background-size: 100%;
	padding-top: 100px!important;
	padding-bottom: 100px!important;
}
main #company2 h2 {
	margin-bottom: 40px!important;
	text-align: center;
	font-size: 32px;
	color: #73655b;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.4;
}
main #company2 h2 span {
	display: block;
	font-size: 16px;
	color: #231815;
	letter-spacing: 0.1em;
	line-height: 1.4;
}

main #company2 h3 {
	color: #00913A;
	font-size: 28px;
	line-height: 1.6;
}
main #company2 .sNav div {
	display: flex;
}
main #company2 .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 #company2 .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 #FFF;
}



/* ネットワーク */
main #network {
}
main #network .container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 40px;
}
.block {
	flex: 0 1 auto;
	background-color: #ccc;
	width: 260px;
	height: 260px;
	border-radius: 9999px;
	margin: 0 2.5% 10px;
	position: relative;
	padding-top: 20px;
}
.block p {
	margin-top: 1.5rem;
	color: #fff;
	text-align: center;
}
.block .num {
	font-size: 54px;
	display: block;
	line-height: 0.6;
	margin-bottom: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.block .description {
	font-size: 20px;
	display: block;
	margin-bottom: 5px;
}
.block .maincopy {
	font-size: 32px;
	font-weight: 500;
	display: block;
}
.block.one {
	background: linear-gradient(#eaa19f 0%, #e87c79 100%);
	filter: drop-shadow(0px 4px 20px #e87c79);
}
.block.ones::after {
	width: 38px;
	height: 43px;
	background-image: url(img/icon-wheelchair.svg);
	content: "";
	display: inline-block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	top:-2px;
	left:10px;
}


.block.two {
	background: linear-gradient(#f7c872 0%, #edaf3e 100%);
	filter: drop-shadow(0px 4px 20px #edaf3e);
}
.block.one::after {
	width: 43px;
	height: 36px;
	background-image: url(img/icon-hand.svg);
	content: "";
	display: inline-block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	top:0px;
	left:10px;
}


.block.three {
	background: linear-gradient(#83cce5 0%, #5cb9d8 100%);
	filter: drop-shadow(0px 4px 20px #5cb9d8);
}
.block.one::after {
	width: 40px;
	height: 40px;
	background-image: url(img/icon-sprout.svg);
	content: "";
	display: inline-block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	top:-2px;
	left:10px;
}


/* 事業案内 */
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/slide01.jpg') no-repeat top center;
	background-size: 100%;
	height: 100px;
}
#nav01 .navbar-brand {
	padding: 5px 0 0 5px;
}

.sub #slick {
	padding: 40px 0 20px 0;
	background: url('../img/index/netWorkBg.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: #000000;
}
.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;
	letter-spacing: 3px;
	border-bottom: 2px solid #4C4037;
}

.main-col h3 {
	color: #000000;
    font-size: 32px;
    color: #73655b;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin-bottom: 2.4rem;
}

.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: url('../img/index/jumbBg.png'); 
	padding-top: 0!important;
	padding-bottom: 60px!important;
}
#footer:before {
	padding-top: 50px!important;
    content: "";
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    display: block;
    background: url('../img/index/footerBg.png') repeat-x;
    z-index: 3;
}
#footer .container {
	padding-top: 120px!important;
}
#footer-index > div:nth-of-type(1) {
}
#footer-index > div:nth-of-type(2),
#footer-index > div:nth-of-type(3) {
}

#footer-index h1 {
	margin: 0 0 .5rem 0;
	padding: 0;
	color: #000;
	font-size: 40px;
	font-weight: bold;
}
#footer-index p {
	font-size: 14px;
	line-height: 1.8;
}
#footer-index p a {
}

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

#footer-index li a{
}

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



.bg-primary {
	background: #5F5248!important;
}
.bg-primary .f_copy {
}
.bg-primary .f_copy p {
	margin: .5rem 0;
	text-align: center;
	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;
    }
