@charset "UTF-8";
/* Body */
/* 20220901追加 */
.bg {
	animation: slide 3s ease-in-out infinite alternate;
	background-image: linear-gradient(-60deg, #6c3 50%, #09f 50%);
	bottom: 0;
	left: -50%;
	opacity: .5;
	position: fixed;
	right: -50%;
	top: 0;
	z-index: -1;
	width: auto;
}

.bg2 {
  animation-direction:alternate-reverse;
  animation-duration:4s;
}

.bg3 {
  animation-duration:5s;
}


@keyframes slide {
  0% {
    transform:translateX(-25%);
  }
  100% {
    transform:translateX(25%);
  }
}
/* 20220901追加ここまで */
.box p {
    -webkit-transition: all 1s;
    -webkit-transform: translate(0, 0);
    opacity: 1;
}
.box p.move {
  -webkit-transform: translate(-10px, 0);
  opacity: 0;
}
/* Container */
.container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}
/* Navigation */
.hero_header {
    color: #FFFFFF;
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    letter-spacing: 4px;
    text-shadow: 2px 2px #3F464C;
    font-weight: bold;
    font-size: xx-large;
}
/* Hero Section */
.hero {
	padding-top: 210px;
	padding-bottom: 210px;
	background-image: url(../images/top_img02.jpg);
	background-attachment: scroll;
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-top: 18px;
	background-size: contain;
}
.light {
    display: inline-block;
    white-space: nowrap;
}
.tagline {
    text-align: center;
    color: #000000;
    margin-top: 4px;
    font-weight: lighter;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0px 0px;
}
/* About Section */
.text_column {
    text-align: center;
    font-weight: lighter;
    line-height: 25px;
    padding-right: 80px;
    color: #A3A3A3;
    width: 322px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    padding-left: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    margin-top: 40px;
}
.about {
	padding-left: 8%;
	padding-right: 8%;
	padding-top: 35px;
	display: block;
	margin-top: 0px;
	width: 84%;
	text-align: center;
	font-size: small;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(126,206,252,0.20) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(126,206,252,0.20) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(126,206,252,0.20) 0%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(126,206,252,0.20) 0%,rgba(255,255,255,1.00) 100%);
}
/* Stats Gallery */
.stats1 {
    margin-bottom: 15px;
    background-image: url(../images/top_img11.jpg);
    background-repeat: repeat-y;
    width: 100%;
    background-attachment: scroll;
    background-position: right 0%;
    background-size: cover;
    min-height: 300px;
}
.text_about {
    color: #2186C4;
    font-family: "Times New Roman", Times, serif;
    font-size: xx-large;
}
.stats2 {
    margin-bottom: 15px;
    background-image: url(../images/top_img12.jpg);
    background-repeat: repeat-y;
    width: 100%;
    background-size: cover;
    background-attachment: scroll;
    background-position: center 0%;
    min-height: 300px;
}
.stats3 {
    margin-bottom: 15px;
    background-image: url(../images/top_img13.jpg);
    background-repeat: repeat-y;
    width: 100%;
    background-size: cover;
    background-attachment: scroll;
    background-position: right 0%;
    min-height: 300px;
}
.gallery {
    clear: both;
    display: inline-block;
    width: 100%;
    /* [disabled]min-width: 400px;
*/
    padding-bottom: 100px;
    padding-top: 0px;
    margin-top: -5px;
}
.thumbnail a {
    text-decoration: none !important;
}
.thumbnail {
    width: 21%;
    text-align: center;
    float: left;
    margin-top: 35px;
    padding-left: 3%;
    padding-right: 3%;
    margin-left: 3%;
    margin-right: 3%;
    padding-bottom: 15px;
}
.thumbnail:hover {
    opacity: 0.6;
    background-color: #FFF6E5;
}
.thumbnail1 {
    display: compact;
    padding-top: 10px;
    padding-bottom: 50px;
    background-color: #2186C4;
    padding-left: 5%;
    padding-right: 5%;
    width: 90%;
    height: 330px;
}
hr {
    border-color: #FFF6E5;
}
.thumbnail2 {
    display: compact;
    padding-top: 10px;
    padding-bottom: 50px;
    background-color: #7ECEFC;
    padding-left: 5%;
    padding-right: 5%;
    width: 90%;
    height: 330px;
}
.thumbnail3 {
    display: compact;
    padding-top: 10px;
    padding-bottom: 50px;
    background-color: #FF7F66;
    padding-left: 5%;
    padding-right: 5%;
    width: 90%;
    height: 330px;
}
.gallery .thumbnail h4 {
    margin-top: 30px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    color: #3F464C;
}
.gallery .thumbnail p {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #3F464C;
    padding-top: 30px;
    padding-bottom: 30px;
    height: 100px;
}
/* Parallax Section */
.banner {
    background-color: #7ECEFC;
    background-image: url("../images/jinbutsu01.png"),url(../images/top_mess01.svg);
    background-attachment: scroll;
    background-size: 210px ,contain;
    background-repeat: no-repeat;
    background-position: 5% bottom, 0% 0%;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    min-height: 612px;
    padding-bottom: 38px;
}
.parallax {
    color: #FFFFFF;
    text-align: right;
    letter-spacing: 2px;
    z-index: 7;
}
.parallax_description {
    color: #3F464C;
    text-align: right;
    font-weight: lighter;
    line-height: 23px;
    display: inline;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    z-index: 6;
}
/* More info */
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}
.hidden {
	display: none;
}
.banner_img {
    display: none;
}
.banner_img img {
    background-repeat: no-repeat;
    margin-left: -135px;
    margin-bottom: -110px;
}
.banner_imge img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 175px;
    margin-top: 75px;
    margin-bottom: -130px;
}
.banner_imge {
    display: none;
}
.parallax_sign {
    font-size: x-large;
}

/* Mobile */
@media (max-width:799px){
.text_column {
    width: 100%;
    text-align: center;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.thumbnail {
    width: 86%;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border: thick double #FFF6E5;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
    padding-right: 15px;
    padding-left: 15px;
    width: 88%;
    margin-right: 2%;
    margin-bottom: 0px;
    float: none;
    text-align: center;
    display: inline-block;
    margin-left: 2%;
    background-color: hsla(0,0%,100%,0.60);
    padding-top: 35px;
    padding-bottom: 30px;
}
.banner {
    background-image: none;
    min-height: 880px;
    padding-right: 5px;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
    display: none;
}
.gallery {
    display: inline-table;
}
.stats {
    width: 100%;
    height: 290px;
}
.banner_img {
    display: inline;
}
.banner_imge {
    display: inline;
}
.hero {
	background-attachment: scroll;
	background-image: url(../images/top_img_sp03.jpg);
	background-size: contain;
}
.text_about {
    font-size: large;
}
}

/* Small Desktops */
@media (min-width:415px){
.text_column {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.banner {
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
}
.parallax {
    text-align: center;
    padding-top: 20%;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
    font-size: 18px;
}
.parallax_description {
    padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-right: 2%;
    margin-bottom: 0px;
    margin-left: 40%;
    width: 58%;
    display: inline-block;
}
}

/* Small Tablets */
@media (min-width:415px) and (max-width:896px){
.thumbnail {
    width: 86%;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border: thick double #FFF6E5;
}
.stats1 {
    height: 40vh;
    min-height: 420px;
    background-position: center center;
}
.stats2 {
    height: 40vh;
    min-height: 420px;
    background-position: center center;
}
.stats3 {
    height: 40vh;
    min-height: 420px;
    background-position: center center;
}
.parallax {
    text-align: center;
    padding-top: 40%;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 90%;
    font-size: 18px;
    display: block;
    margin-left: auto;
}
.parallax_description {
    display: block;
}
.banner {
    background-size: 150px, 135% auto;
    background-position: left bottom,center 0%;
    background-attachment: scroll,scroll;
    height: 700px;
}
}
