﻿
@charset "utf-8";

body{
overflow-x: hidden;
color:#5b5b5b;
width:100%;
text-align:center;
margin:0px;
padding:0px;
font-family: 'Noto Sans JP', sans-serif;
font-size:15px;
line-height:1.5;
letter-spacing:0.1em;
animation: fadeIn 2s ease 0s 1 normal;
-webkit-animation: fadeIn 2s ease 0s 1 normal;
}
img{
max-width: 100%;
image-rendering: -webkit-optimize-contrast;
}
.sp-on{
display:none;
}
.sp-off{
display:block;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
h1{
}
h2{
width:100%;
background:#ffffff;
border-radius:32px;
position:relative;
top:-50px;
padding-top:50px !important;
height:100px;
}
h3{
text-align:center;
padding:10px 0px;
font-weight:bolder;
}
.layout{
width:1080px;
margin:0 auto;
text-align:left;
}
a.btm{
display:block;
background-image: linear-gradient(0deg, #446fa7, #5dace2);
font-size:16px;
font-weight:bolder;
color:#ffffff !important;
padding:20px;
border-radius:32px;
text-align:center;
}
header{
width:100%;
padding:10px;
overflow:hidden;
zoom:1;
border-bottom:solid 1px #ececec;
}
header .wrap .logo{
float:left;
width:60%;

text-align:left;
}
header .wrap .logo h1{
font-size:14px;
}
header .wrap .logo .name{
font-size:32px;
font-weight:bolder;
display:inline;
}
header .wrap .logo .company{
font-size:12px;
display:inline;
margin-left:10px;
}

header .wrap .tell{
font-size:12px;
float:right;
width:450px;
}
header .wrap .tell span{
font-size:24px;
font-weight:bolder;
}
header .wrap .tell .float-left,header .wrap .tell .float-right{
text-align:center;
width:49%;
}
header .wrap .tell .float-right img{
width:200px;
}
.main_imgBox {
      height: 800px;
    overflow: hidden;
    position: relative;
}
.index-movie{
display: block;
  width: 100%;
  /* 背景画像の高さ */
  height: 800px;
  /* 高さを維持したまま全体を表示させる */
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.index{
width:100%;
}
.index .banner img{
width:90%;
}
.index .banner{
background-image: linear-gradient(0deg, #ececec, #ffffff 20%);
padding:50px 0px 100px 0px;
}
.index .banner ul li{
margin-bottom:50px;
}
.index .banner ul li img{
margin:10px;
border-radius:32px;
}

.index .list{
background-image: linear-gradient(0deg, #ececec, #ffffff 20%);
padding:50px 0px 100px 0px;
}
.index .list ul li{
width:calc(100%/3);
float:left;
text-align:center;
margin-bottom:50px;
}
.index .list ul li .img-wrap{
margin:0 auto;
width:200px;
height:200px;
overflow:hidden;
border-radius:50%;
box-shadow:0px 0px 3px #000000;
margin-bottom:10px;
display:inlne-block;
position:relative;
}
.index .list ul li .img-wrap img{
height:100%;
position:absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
}
.index .accordion{
margin-bottom:50px;
}
.index .accordion ul li{
width:calc(100%/4);
height:200px;
}
.index .accordion ul li .img-wrap{
width:150px;
height:150px;
}

.index .kakou-list{
background-image: linear-gradient(0deg, #ececec, #ffffff 20%);
padding:50px 0px 100px 0px;
}
.index .kakou-list h5{
font-size:16px;
font-weight:bolder;
margin:10px 0px;
}
.index .kakou-list .float-fix{
margin:10px;
border:solid 1px #ececec;
padding:20px;
}
.index .kakou-list .float-left,.index .kakou-list .float-right{
width:48%;
padding:5px;
}
.index .kakou-list .img-wrap{
width:100%;
}
ul.textlist{
margin-bottom:50px;
overflow:hidden;
zoom:1;
}
ul.textlist li{
margin:0px !important;
padding:5px !important;
text-align:left !important;
}
ul.textlist li:before {
  content: "・";
}
.contents{
background-image: linear-gradient(0deg, #ececec, #ffffff 20%);
padding:50px 0px 100px 0px;
}

footer{
margin:50px 0px 0px 0px;
}
footer .col3{
margin:50px 0px !important;
text-align:center;
}
footer table{
margin:0 auto;
}
footer table tr th{
text-align:center;
font-weight:bolder;
}
footer table tr th,footer table tr td{
padding:10px;
border-bottom:solid 1px #ececec;
}
footer .wrap-top{
background:#ffffff;
border-radius:32px;
width:100%;
height:100px;
display:inline-block;
}
footer .wrap{
margin-top:-50px;
padding:100px 0px 50px 0px;
background:#4daab9;
}
footer .wrap a{
color:#ffffff;
}
footer .wrap .copy{
text-align:center;
color:#ffffff;
padding:50px 0px;
}
.slider{
height:auto;
}
.slider ul{
overlow:hidden;
zoom:1;
}
.slider li{
padding:0px;
}
.slider li .wrap img{
margin:0px;
object-fit:cover; 
}
ul.kakou li{
	float:left;
	width:calc(100% / 4);
}
ul.kakou li img{
	width:100%;
}
ul.kakou li a{
	padding:20px;
	display:inline-block;
}
ul.kakou-2 li{
	float:left;
	width:calc(100% / 2);
}
ul.kakou-2 li img{
	width:100%;
}
ul.kakou-2 li a{
	padding:20px;
	display:inline-block;
}