@charset "utf-8";

html {
    font-size: 100%;
  }
  body {
    margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
    letter-spacing: 0.1em;
  }
  a {
    text-decoration: none;
    color: #000;
  }
  img {
    max-width: 100%;
	 height: auto;
	vertical-align: bottom;
  }

  li {
    list-style: none;
  }

p {
	margin: 0;
}
  
  iframe {
  	width: 100%;
  }

.inner_wrap1 {
	max-width: 1180px;
   margin: 0 auto;
}

.inner_wrap2 {
	max-width: 1000px;
   margin: 0 auto;
}

.cate_mark {
	color: #fff;
   padding: 3px;
}

.cate_area {
    max-width: 250px;
    height: 220px;
    background: #F7F5F0;
    border-radius: 20px;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
}

.cate_ttl {
	 font-size: 22px;
    text-align: center;
    width: 250px;
    border-bottom: 4px solid #67C171;
    margin: 0;
    padding: 20px 0;
}

.cate_list {
    padding-left: 0;
    line-height: 60px;
	margin-bottom: 0px !important;
	display: inline !important;
}

.cate_list li {
    border-bottom: 3px dotted #646464;
    max-width: 200px;
    text-align: center;
    margin: 0 auto;
}

/*-----------------ヘッダー-------------------*/

.MV {
   width: 100%;
  height: 72.2vh;
  background-image: url(../img/MV.jpg);
  background-size: cover;
  background-position: center;
}

.trg_logo img {
	max-width: 350px;
}

.kwc_logo img {
	max-width: 270px;
}

.pc_none {
	display: none;
}

.sp_none nav {
   max-width: 100%;
   height: auto;
   text-align: center;
	margin-top: 100px;
   margin-bottom: 50px;
}

.gnavi_wrap {
	max-width: 1000px;
    margin: 0 auto;
}

.logos {
	display: flex;
   align-items: center;
   justify-content: space-between;
	padding: 0 50px;
	margin-top: 30px;
}

.gnavi {
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
}

.gnavi .center {
	margin-left: 110px;
}

.menu a {
	font-size: 22px;
}

.first:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 45px;
  background-image: url(../img/m_blue.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}

.center:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 45px;
  background-image: url(../img/m_green.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}

.last:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 45px;
  background-image: url(../img/m_orange.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}
/*-----------------ヘッダー-------------------*/

/*-----------------FOOTER---------------------*/

footer p {
	font-size: 20px;
}

.ftr_flex {
	display: flex;
	justify-content: space-between;
	margin-top: 100px;
	margin-bottom: 100px;
}

.map {
	 display: flex;
    border-bottom: 5px solid #8EC31F;
}

.right {
	max-width: 370px;
}

footer .left p {
	margin-bottom:15px;
}

.pt {
	margin-bottom:40px;
}

.f2 {
	 text-align: center;
    color: #fff;
    background: #8EC31F;
    height: 100px;
    padding-top: 40px;
}

.f2 p {
	margin-bottom: 10px;
}

/*----------------------ページタイトル------------------------*/
.page_ttl_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #CCC;
	height: 350px;
}

.page_ttl {
	margin: 0px;
	color: #fff;
}





/*-----------------------------------------------SP-----------------------------------------------------------*/

@media screen and (max-width: 768px) {
	
	.inner_wrap1 {
   padding: 0 15px;
	margin: 0 auto;
}
	
	.inner_wrap2 {
   padding: 0 25px;
	margin: 0 auto;
}

.logos {
	flex-direction: column;
	margin-top: 0px;
}

.kwc_logo img {
    max-width: 160px;
}

.trg_logo img {
    max-width: 230px;
}
	
	.kwc_logo {
	 margin-top: 20px;
    margin-right: 250px;
    margin-bottom: 20px;
	}
/*--------------------------------ヘッダー---------------------------------*/
	
/*----------------------ナビ------------------------*/
	
	.sp_none {
		display: none;
	}
	
	.pc_none {
    display: inline-block;
}
	.logo_sp img {
		max-width: 200px;
	}
	
/*　ハンバーガーボタン　*/
.hamburger {
    display : block;
    position: fixed;
    z-index : 5;
    right : 13px;
    top   : 32px;
    width : 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
	background: #F78724;
    border-radius: 7px;
  }
  
  .hamburger.active {
  	background: none;
  }
  
  .hamburger span {
    display : block;
    position: absolute;
    width   : 30px;
    height  : 3px ;
    border-radius: 10px;
    left    : 6px;
    background : #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition   : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top : 20px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
  }
  
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
  }
  
  nav.globalMenuSp {
    position: fixed;
    z-index : 3;
    top  : 0;
    left : 0;
    color: #000;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
    height: 100%;
	align-items: center;
    background: #0693e3;
	display: flex;
  }
  
  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    flex-direction: column;
    /*padding-top: 250px;*/
  }
  
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
    margin-left: 0;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  nav.globalMenuSp ul li:hover{
    background :#ddd;
  }
  
  nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration :none;
  }
	
	.denwa {
    position: fixed;
    z-index: 2;
    top: 80px;
    right: 14px;
	 display: inline-block;
}
	
	.denwa img {
		max-width: 41px;
	}
  
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    transform: translateX(0%);
  }
/*----------------------ナビ------------------------*/
	
		.ftr_flex {
    flex-direction: column-reverse;
    margin-top: 50px;
    margin-bottom: 50px;
}
	
	.right {
    max-width: 300px;
	 margin-bottom: 50px;
}
	
	.pt {
    margin-bottom: 20px;
}
	
	footer .left p {
    margin-bottom: 5px;
    font-size: 17px;
}
	
	.f2 p {
    margin-bottom: 0px;
	font-size: 15px;
}
	
	footer p {
    margin-bottom: 0px;
}
	
	
}