@charset "UTF-8";

html {

}

body {
	font-family: "游ゴシック", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  width: 100%;
  min-width: 960px;
  top: 0;
}

.body{
  overflow: hidden;
  padding: 0;
  top: 0;
}

section {
	text-align: center;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 25px;
}
h4 {
  font-size: 18px;
  line-height: 1.2;
}
p {
	font-size: 20px;
}
ul, ol {
	list-style: none;
}

/*header開始*/
header{
  position: fixed;
  width: 100%;
  height: auto;
  z-index: 200;
}

.header{
  top: 0;
  display: flex;
  justify-content: space-between;
  margin-top: 0;
}

.header .logo{
  padding-top: 25px;
  padding-left: 50px;
  text-align: left;
}

.header .logo img{
  filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.6));
}

.header .header-menu{
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-right: 0px;
  text-align: right;
}

.header .header-menu nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header .header-menu nav ul li {
  text-align: center;
  vertical-align: middle;
  height: 70px;
  width: 200px;
}

.header nav ul li a {
  background: rgba(52, 50, 50, 0.8);
  text-decoration: none;
  color: #fff;
  display: block;
  width: 200px;
  height: 70px;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  display: table-cell;
  vertical-align: middle;
  align-items: center;
  line-height: 1.5;
}

.header nav ul li a:hover {
  background: rgba(16, 191, 16, 0.9);
  opacity: 1;
  text-decoration: none;
}

.header nav ul li.contact {
  width: 200px;
}

.header nav ul li.contact a {
  background: rgba(15, 14, 14, 0.9);
  color: #fff;
}

.header nav ul li.contact a:hover {
  opacity: 1;
  background: rgba(16, 191, 16, 0.9);
  color: #fff;
  border: none;
}

.header nav ul li.indention {
  width: 200px;
  height: 70px;
  vertical-align: middle;
  align-items: center;
}

.header nav ul li.indention a {
  background: rgba(52, 50, 50, 0.8);
  color: #fff;
}

.header nav ul li.indention a:hover {
  background: rgba(16, 191, 16, 0.9);
  opacity: 1;
  border: none;
}

.header .menu-btn {
  display: none;
}

.header-bottom{
  width: 100%;
  height: 150px;
  margin: auto auto 0;
  padding: auto auto 0;
  top: auto;
  bottom: 0;
  justify-content: space-between;
  vertical-align: bottom;
  position: fixed;
  z-index: 200;
}

.header-bottom-wrap{
  display: flex;
  bottom: 0;
  justify-content: space-between;
}

.header-bottom .comment{
  padding-bottom: 25px;
  padding-left: 50px;
  text-align: left;
}

.header-bottom .comment p{
  writing-mode:tb-rl;
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
}

.header-bottom .header-bottom-wrap nav ul {
  display: flex;
  justify-content: flex-end;
  text-align: center;
  align-items: center;
  bottom: 0;
}

.header-bottom .header-bottom-wrap nav ul li {
  text-align: center;
  height: 70px;
  width: 70px;
  margin-right: 20px;
  opacity: 0.7;
}

.header-bottom nav ul li a {
  background: rgba(250, 81, 59, 1);
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 35px;
  font-size: 25px;
  font-weight: 600;
  font-style: normal;
  display: table-cell;
  vertical-align: middle;
  align-items: center;
  text-align: center;
  line-height: 1.5;
  margin: auto 25px 0px auto;
}

.header-bottom nav ul li a .icon::before {
  content:'f106';
  font-family:'Font Awesome 5 Free'
  font-weight:900;
}

.header-bottom nav ul li a:hover {
  background: rgba(28, 199, 140, 1);
  opacity: 1;
  text-decoration: none;
}

.header-bottom .menu-btn {
  display: none;
}
 /*header終了*/

/*top開始*/
.top{
	text-align: center;
  position: relative;
  background: -moz-linear-gradient(-25deg, #517b97, #48a67d);
  background: -webkit-linear-gradient(-25deg, #517b97, #48a67d);
  background: linear-gradient(-65deg, #517b97, #48a67d);
  padding: 167px 0 100px;
  margin: 0;
  top: 0;
}

.top .top-contents{
  width: 960px;
  margin: 0 auto;
}

.top h2{
  color: #fff;
  margin-bottom: 56px;
  font-weight: bold;
  line-height: 1.3;
}

.top-menu{
  position: relative;
}

.icon{
  position: absolute;
}

.base{
}

.top li{
  position: absolute;
}

.top li a{
}

.top li a img{
  position: absolute;
}

.top li a img.static{
  z-index: 100;
}

.top li a img.static:hover + .motion{
  animation: rotate-anime 3s linear infinite;
}

@keyframes rotate-anime {
  0%  {transform: rotate(0);}
  100%  {transform: rotate(360deg);}
}

.icon-item1{
  top: -5px;
  left: 540px;
}

.icon-item2{
  top: 120px;
  left: 590px;
}

.icon-item3{
  top: 265px;
  left: 517px;
}

.icon-item4{
  top: 305px;
  left: 390px;
}

.icon-item5{
  top: 212px;
  left: 245px;
}

.icon-item6{
  top: 120px;
  left: 218px;
}
/*top終了*/

/*main開始*/
.main{
  background: -moz-linear-gradient(-25deg, #ede5f1, #cfe4f3 30%, #e2f5ed 70%, #f2f5e0);
  background: -webkit-linear-gradient(-25deg, #ede5f1, #cfe4f3 30%, #e2f5ed 70%, #f2f5e0);
  background: linear-gradient(-65deg, #ede5f1, #cfe4f3 30%, #e2f5ed 70%, #f2f5e0);
  text-align: center;
  padding: 100px 0;
}

.main #contents1 {
  width: 960px;
  margin: 0 auto
}

.main #contents2 {
  width: 960px;
  margin: 0 auto
}

.main #contents3 {
  width: 960px;
  margin: 0 auto
}

.main #contents4 {
  width: 960px;
  margin: 0 auto
}

.main #contents5 {
  width: 960px;
  margin: 0 auto
}

.main #contents6 {
  width: 960px;
  margin: 0 auto
}

.contents{
}

.contents .tag{
  justify-content: center;
  display: flex;
  padding: 40px 0 0;
}

.contents .tag .title{
  margin-left:18px;
}

.contents .tag .title h2{
  font-weight: bold;
  color: #4c4948;
  margin-bottom: 23px;
}

.contents .tag .title h3{
  color: #898989;
}

.contents .slide{
}

.contents .slide .slider{
  margin: 50px 0;
  max-width: 960px;
  padding: 0;
  height: auto;
  text-align: center;
}

.contents .slide .slider .slider-item{
  height: auto;
  width: 300px;
  margin: auto 10px;
}

.contents .slide .slider .slider-item .item-wrap{
  width: 100%;
}

.contents .slide .slider .slider-item .item-wrap img{
  width: 100%;
}


.contents .slide .slider .slider-item .item-wrap video{
  width: 100%;
}

.contents .slide .slider2{
  margin: 50px 0;
  max-width: 960px;
  padding: 0;
  height: auto;
  text-align: left;
}

.contents .slide .slider2 .slider-item{
  height: auto;
  width: 300px;
  margin: auto 15px auto 0;
  display: inline-block;
}

.contents .slide .slider2 .slider-item .item-wrap{
  width: 100%;
}

.contents .slide .slider2 .slider-item .item-wrap img{
  width: 100%;
}


.contents .slide .slider2 .slider-item .item-wrap video{
  width: 100%;
}

.contents h4{
  color: #4c4948;
  font-weight: bold;
  font-size: 18px;
  margin: auto 0 100px;
}

/*main終了*/

/*footer開始*/
footer{
  width: 100%;
  padding-top: 30px;
  background-color: #303030;
  color:#fff;
  position: relative;
  z-index: 5000;
}

footer .footer{
}

footer .footer-main{
  text-align:center;
  padding-left: 50px;
  padding-right: 50px;
}

footer .company-name{
  font-size: 20px;
  text-align:left;
  margin: 15px auto;
}

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

footer .company{
  text-align:left;
  line-height: 1.2;
}

footer .company-link{
  text-align:right;
}

footer .company-link a{
  color: #fff;
  transition: color 0.3s;
  text-decoration: none;
}

footer .company-link a:hover{
  color: #fdc256;
  text-decoration: none;
}

footer .copyright{
  width: 100%;
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: center;
}
/*footer終了*/