@charset "utf-8";
h1 {
  margin: 50px auto 0 auto;
  font-size: 28px;
  color: #ffef00;
  text-align: center;
padding: 0;
	font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
	font-weight: lighter;
}
h2 {
  margin: 80px auto 30px auto;
  padding: 5px 20px;
  border: 1px solid #fff; /* 枠線 */
  font-size: 20px;
	text-align: center;
	font-weight: lighter;
	color: #fff;
}
h3 {
  margin: 80px auto 30px auto;
  padding: 5px 20px;
  border-radius: 5px;
  font-size: 20px;
	text-align: center;
	color: #fff;
	font-weight: lighter;
	background-color: #5e9222;
}
h4 {
  margin: 0 auto 10px auto;
  padding: 5px 20px;
background-color: #000;
  font-size: 20px;
	text-align: center;
	color: #fff;
	font-weight: lighter;
}
h5 {
  margin: 100px auto 80px auto;
  padding: 5px 20px;
  border: 1px solid #fff; /* 枠線 */
  font-size: 20px;
	text-align: center;
	font-weight: lighter;
	color: #fff;
}
h6 {
  margin: 100px auto 30px auto;
  padding: 5px 20px;
  border: 1px solid #fff; /* 枠線 */
  font-size: 20px;
	text-align: center;
	font-weight: lighter;
	color: #fff;
}
.koe {
  position: relative;
  color: #5e9222;
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0;
}
.koe:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 150px;
  height: 58px;
  border-radius: 50%;
  border: 5px solid #5e9222;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.underline {
  text-decoration: none;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  color: #fff;
	font-weight: lighter;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-slide {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
/*slider01*/
.slider01 {
  position: relative;
}
.slider01 img {
  width: 100%;
}
.slider01 .slider-arrow {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -21px;
  z-index: 10;
  cursor: pointer;
}
.slider01 .slider-prev {
  left: 10px;
}
.slider01 .slider-next {
  right: 10px;
}
.slider mypattern {
  width: 100%;
}
.mypattern .slick-slide:not(.slick-center) {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 0.2s linear;
}
/* ボタン */
.btm_01 {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  padding: 3px 10px;
  border-radius: 3px;
  transition: .4s;
  margin: 10px auto;
  letter-spacing: 0.2em;
  border: 1px solid #fff;
	width: 80%;
}
.btm_01:hover {
  color: #000;
  background-color: #fff;
}
.btm_02 {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  padding: 3px 20px;
  border-radius: 5px;
  transition: .4s;
  margin: 10px auto;
  letter-spacing: 0.2em;
  border: 2px solid #a61527;
	  background-color: #a61527;
}
.btm_02:hover {
  color: #a61527;
  background-color: #fff;
}
.a01 {
  font-size: 2.5vw;
	font-weight: lighter;
	padding: 0;
	margin: 0;
}
.b01 {
  font-size: 14px;
}
.st01 {
  color: #a61527;
}
.st02 {
  color: #ffef00;
}
.text_sl01 {
  margin: 0 auto;
  font-size: 4.5vw;
  top: 35%;
  left: 10%;
	right: 10%;
  color: #fff;
	text-align: center;
   text-shadow: 0 0 0.2em rgba(0,0,0,1);
  position: absolute;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
	line-height: 1.2em;
}
.text_sl02 {
  margin: 0 auto;
  font-size: 2.5vw;
  text-align: center;
  bottom: 1%;
  right: 10%;
  left: 10%;
  color: #fff;
  text-shadow: 0px 0px 10px #000;
  position: absolute;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  padding: 0;
}
.text_sl03 {
  margin: 0 auto;
  font-size: 2.5vw;
  top: 1%;
  left: 10%;
  color: #000;
  position: absolute;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  padding: 4% 5px 0 5px;
}
.text_center {
  margin: 0;
	padding: 0;
	text-align: center;
}
.text01 {
  margin: 0 auto;
  font-size: 16px;
	padding: 0 20px;
	text-align: center;
}
.text02 {
  margin: 0;
  padding: 5px 0;
  text-align: justify;
  font-size: 18px;
  line-height: 1.8em;
	color: #fff;
}
.text03 {
  margin: 0 auto;
  padding: 0 20px;
  font-size: 20px;
	text-align: center;
	color: #fff;
}
.text04 {
  margin: 10px auto;
  padding: 5px 10px;
  text-align: justify;
  font-size: 12px;
	border: 1px solid #fff;
	width: 80%;
}
.text05 {
  margin: 0;
  padding: 0 10px;
  text-align: justify;
	font-size: 16px;
}
.text06 {
  margin: 0 auto;
  padding: 5px;
  width: 94%;
  background-color: #fff; /* 背景色 */
  border: 1px solid #a71527; /* 枠線 */
  font-size: 16px;
	text-align: center;
	color: #a71527;
	 box-sizing: border-box;
}
.text07 {
  margin: 0 auto;
  font-size: 16px;
	padding: 10px 3%;
	text-align: justify;
}
.text08 {
  margin: 0 auto;
  font-size: 36px;
	padding: 10px;
	text-align: center;
	color: #fff;
}
.text09 {
  margin: 0 auto;
  font-size: 16px;
	padding: 20px;
	text-align: justify;
	color: #000;
}
.text10 {
  margin: 0 auto;
  font-size: 16px;
	padding: 10px;
	text-align: justify;
}
.text11 {
  padding: 5px 0;
  text-align: center;
  border: 1px solid #fff;
  margin: 15px auto;
  width: 90%;
  box-sizing: border-box;
	color: #fff;
	font-size: 18px;
}
.text12 {
  margin: 0 auto;
  font-size: 12px;
	padding: 10px;
	text-align: center;
}
.text13 {
  margin: 0 0 40px 0;
  padding: 5px 0;
  text-align: justify;
  font-size: 16px;
  line-height: 1.6em;
	color: #fff;
}
.text14 {
  margin: 0 0 40px 0;
  padding: 5px 0;
  text-align: justify;
  font-size: 16px;
  line-height: 1.6em;
	color: #fff;
	font-weight: bold;
}
.content1 {
  width: 1000px;
  margin: 50px auto;
  padding: 0;
  text-align: center;
}
.content2 {
  width: 700px;
  margin: 0 auto 50px auto;
  padding: 0;
}
.content3 {
  width: 800px;
  margin: 0 auto 20px auto;
  padding: 0;
}
.content4 {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.content5 {
  width: 800px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
/* 画像 */

.flex {
  display: flex;
}
/*　サービス
------------------------------------------------------------*/
#service {
}
#service a {
  color: #fff;
	text-decoration: none;
}
#service a:hover {
  color: #4fb5c4;
}
#service ul {
  margin: 0;
  padding: 0;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  display: flex;
}
#service ul li {
  width: 33%;
  margin: 0 0 30px 0;
  text-align: center;
}
#service ul li img {
  max-width: 160px;
}
#service ul li:nth-of-type(2) {
  transition-delay: .2s;
}
#service ul li:nth-of-type(3) {
  transition-delay: .4s;
}
#service ul li:nth-of-type(4) {
  transition-delay: .6s;
}
#service b {
  font-size: 14px;
}
/*　グリーティング
------------------------------------------------------------*/
#greeting {
	padding: 0;
	margin: 0;
	color: #fff;
	background-color: #000000;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cg fill='%23333333' fill-opacity='0.4'%3E%3Cpath fill-rule='evenodd' d='M0 0h4v4H0V0zm4 4h4v4H4V4z'/%3E%3C/g%3E%3C/svg%3E");
}
#greeting ul {
  margin: 0;
  padding: 0;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  display: flex;
}
#greeting ul li {
  width: 48%;
  margin: 0 1% 80px 1%;
  text-align: center;
}
#greeting ul li img {
  width: 300px;
}
#greeting ul li:nth-of-type(2) {
  transition-delay: .2s;
}
#greeting ul li:nth-of-type(3) {
  transition-delay: .4s;
}
#greeting ul li:nth-of-type(4) {
  transition-delay: .6s;
}
/*　告知
------------------------------------------------------------*/
#announcement  {
}
#announcement ul {
  margin: 0;
  padding: 0;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  display: flex;
}
#announcement ul li {
  width: 31%;
  margin: 0 1%;
  text-align: center;
	padding: 0;
}
#announcement ul li img {
  width: 300px;
}
/*　パートナー
------------------------------------------------------------*/
#partner {
	padding: 0;
	margin: 0;
}
#partner ul {
  margin: 0;
  padding: 0;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  display: flex;
}
#partner li {
  width: 50%;
  margin: 0 0 50px 0;
  text-align: center;
	font-size: 16px;
	padding: 0;
}
#partner ul li:nth-of-type(2) {
  transition-delay: .2s;
}
#partner ul li:nth-of-type(3) {
  transition-delay: .4s;
}
#partner ul li:nth-of-type(4) {
  transition-delay: .6s;
}
#partner ul li img {
  width: 400px;
}
/*　特許
------------------------------------------------------------*/
#patent  {
margin: 0;
  padding: 0;
	background-color: #93302a;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cg fill='%23911922' fill-opacity='0.4'%3E%3Cpath fill-rule='evenodd' d='M0 0h4v4H0V0zm4 4h4v4H4V4z'/%3E%3C/g%3E%3C/svg%3E");
}
#patent ul {
  margin: 0;
  padding: 0;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  display: flex;
}
#patent li {
  width: 50%;
  margin: 0 0 50px 0;
  text-align: center;
	font-size: 16px;
	padding: 0;
}
#patent ul li:nth-of-type(2) {
  transition-delay: .2s;
}
#patent ul li:nth-of-type(3) {
  transition-delay: .4s;
}
#patent ul li:nth-of-type(4) {
  transition-delay: .6s;
}
#patent ul li img {
  width: 400px;
}
/*　使用方法
------------------------------------------------------------*/
#use  {
margin: 0;
  padding: 50px 0;
	color: #fff;
	background-color: #000000;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cg fill='%23333333' fill-opacity='0.4'%3E%3Cpath fill-rule='evenodd' d='M0 0h4v4H0V0zm4 4h4v4H4V4z'/%3E%3C/g%3E%3C/svg%3E");
}
#use ul {
  margin: 0;
  padding: 0;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  display: flex;
}
#use li {
  width: 50%;
  margin: 50px 0 30px 0;
  text-align: center;
	font-size: 16px;
	padding: 0;
	background-color: #fff;
}
#use ul li:nth-of-type(2) {
  transition-delay: .2s;
}
#use ul li:nth-of-type(3) {
  transition-delay: .4s;
}
#use ul li:nth-of-type(4) {
  transition-delay: .6s;
}
#use ul li img {
  width: 400px;
}
/*　声
------------------------------------------------------------*/
#voice  {
margin: 0;
  padding: 50px 0;
}
#voice ul {
  margin: 0;
  padding: 0;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  display: flex;
}
#voice li {
  width: 50%;
  margin: 50px 0 30px 0;
  text-align: center;
	font-size: 16px;
	padding: 0;
}
#voice ul li:nth-of-type(2) {
  transition-delay: .2s;
}
#voice ul li:nth-of-type(3) {
  transition-delay: .4s;
}
#voice ul li:nth-of-type(4) {
  transition-delay: .6s;
}
#voice ul li img {
  width: 200px;
}
/*　開発者
------------------------------------------------------------*/
#developer  {
margin: 0;
  padding: 0;
	background-color: #93302a;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cg fill='%23911922' fill-opacity='0.4'%3E%3Cpath fill-rule='evenodd' d='M0 0h4v4H0V0zm4 4h4v4H4V4z'/%3E%3C/g%3E%3C/svg%3E");
}
/* -------------------------------------------------------------------
*  pc
* ------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
	.content1 {
    width: 90%;
  }
	.content2 {
    width: 80%;
  }
	.content3 {
    width: 90%;
  }
	.content4 {
    width: 90%;
  }
	.content5 {
  width: 80%;
}
	#greeting ul li img {
  width: 90%;
}
	#announcement ul li img {
  width: 100%;
}
	#partner ul li img {
   width: 90%;
}
	#patent ul li img {
   width: 90%;
}
	#use ul li img {
   width: 100%;
}
	img.menupage {
  width: 100%;
}
}
/* -------------------------------------------------------------------
*  ipad
* ------------------------------------------------------------------*/
@media screen and (max-width: 780px) {
	h1 {
  font-size: 24px;
		padding: 0 20px;
}
	.slider01 .slider-arrow {
  position: absolute;
  top: 70%;
  width: 30px;
  height: 30px;
  margin-top: -21px;
  z-index: 10;
  cursor: pointer;
}
.text_sl01 {
	font-size: 6vw;
	 right: 5%;
  left: 5%;
	text-align: center;
}
	.text_sl02 {
  margin: 0 auto;
  font-size: 3.5vw;
  text-align: center;
  bottom: 1%;
  right: 10%;
  left: 10%;
  color: #fff;
  text-shadow: 0px 0px 10px #000;
}
	.a01 {
  font-size: 4vw;
		}
	.content5 {
  width: 90%;
}
	#greeting ul li img {
  max-width: 90%;
}
	#greeting ul li {
  width: 100%;
  margin: 0 0 60px 0;
  text-align: center;
}
	#partner li {
  width: 100%;
  margin: 0 0 30px 0;
}
	#patent li {
  width: 100%;
  margin: 0 0 50px 0;
}
	#announcement ul li {
  width: 80%;
  margin: 0 auto;
}
	#use ul li {
  width: 80%;
  margin: 0 auto;
}
	#voice li {
  width: 100%;
  margin: 0 0 30px 0;
}
	img.room {
  width: 90%;
}
}
/* -------------------------------------------------------------------
*  iphone
* ------------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
#partner li {
  width: 100%;
  margin: 0 auto 30px auto;
}
}