@charset "utf-8";
/* CSS Document */
.mainvisual {
	background-image: url(../images/index/index-mainvisual.jpg);
	height: 90vh;
  background-position: top center;
  background-size: cover;
	line-height: 0;
}

.block {
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

#description {
	background-image: linear-gradient(to top, #0144be 0%, #0065b2 100%);
	color: #fff;
	padding: 100px 0;
	line-height: 2;
	font-size: 20px;
	z-index: 100;
}

#description .text {
	width: 1200px;
	margin: 0 auto;
	text-align:center;
	padding-top: 55px;
}

#description .tgt {opacity: 0;}
#description .tgt span{opacity: 0;}


#description h2 {
	font-size: 30px;
	font-weight:normal;
	margin-bottom: 30px;
}

#description p {
	border-top: 2px solid #fff;
	padding-top: 30px;
}


/*---------------------- サービス ----------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/



#service {
	background-image: url(../images/index/index_sec_background.jpg);
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
	text-align:center;
	padding: 10em 0;
	z-index: 200;
}

#service h2 {
	font-size: 50px;
	line-height: 0.7;
	margin-bottom: 40px;
	font-family: 'Josefin Sans', sans-serif;
}

#service h2 span {
	color: #868686;
	font-size: 16px;
}

#service .menu {
	width: 268px;
	float:left;
	text-align:center;
	margin-right: 40px;
	font-weight:bold;
}

#service .menu:last-child {
	margin-right: 0;
}

#service .content {
	width: 884px;
	margin: 0 auto;
}

#service .content p {
	margin: 15px 0;
}

#service .content .icon {
	filter: drop-shadow(5px 5px 5px #e6e6e6);
}



/*---------------------- ソリューション事例 ----------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/


#solution {
	text-align:center;
	padding: 10em 0;
	z-index: 300;
	background-image: url(../images/index/index_solution_background.jpg);
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}

#solution h2 {
	font-size: 50px;
	line-height: 0.7;
	margin-bottom: 90px;
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
}

#solution h2 span {
	color: #fff;
	font-size: 16px;
}

#solution h3 {
    margin-top: -50px;
		margin-bottom: 10px;
}

#solution .menu {
	width: 370px;
	height: 350px;
	background: #f9f9f9;
	float:left;
	text-align:center;
	margin-right: 40px;
	font-weight:bold;
}

#solution .menu:last-child {
	margin-right: 0;
}

#solution .content {
	width: 1190px;
	margin: 0 auto;
}

#solution .content p {
	margin: 15px 0;
}

#solution ul {
	width: 370px;
	margin: 0 auto;
  font-size: 0;
}

#solution li {
	font-size: 12px;
	width: 144px;
  display: inline-block;
	padding: 15px 0;
	margin: 0 5px;
}

#solution li a {
    display: block;
		text-decoration: none;
		color: #333;
}

#solution li a img {
    transition: .3s;
}
#solution li a img:hover {
    filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.2));
    transform: scale(1.05,1.05);
}

#solution li.line img {
    margin-bottom: 13px;
}

#solution li.line a img {
    transition: 0;
}
#solution li.line a img:hover {
    filter: drop-shadow(0 0 0 rgba(0,0,0,0.0));
    transform: none;
}

/*---------------------- ニュースお知らせ ----------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/


#news {
	padding: 80px 0 0;
	z-index: 400;
	background: #fff;
}

#news h2 {
	font-size: 50px;
	line-height: 0.7;
	margin-bottom: 40px;
	text-align:center;
	font-family: 'Josefin Sans', sans-serif;
}

#news h2 span {
	color: #868686;
	font-size: 16px;
}

#news .content {
	width: 1200px;
	margin: 0 auto;
}

#news .content p {
	margin: 15px 0;
}

#news .newsContens {
	margin: 80px; auto;
}

#news .newsContens ul {
    border-bottom: 1px solid #dcdcdc;
    padding: 15px 0;
}

#news .newsContens ul:last-child {
    border-bottom: none;
}

#news .newsContens ul li {
    float: left;
    margin-right: 30px;
}

#news .newsContens ul li.category {
    width: 150px;
}

#news .newsContens ul li.category span.news {
    background: rgb(255, 225, 9);
    color: #0065b2;
    padding: 5px 15px;
    font-size: 12px;
    display: block;
    text-align: center;
}

#news .newsContens ul li.category span.information {
    background: #0065b2;
    color: #fff;
    padding: 5px 15px;
    font-size: 12px;
    display: block;
    text-align: center;
}

#news .newsContens ul li.category span.event {
    background: #00a15b;
    color: #fff;
    padding: 5px 15px;
    font-size: 12px;
    display: block;
    text-align: center;
}

/*---------------------- CSSアニメーションの設定 ----------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/

.puyon:hover {
      -webkit-animation: puyon 1.0s linear 0s 1;
      animation: puyon 1.0s linear 0s 1;
}

@-webkit-keyframes puyon {
      0%   { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
      40%  { -webkit-transform: scale(0.95, 1.2) translate(0%, -10%); }
      50%  { -webkit-transform: scale(1.1, 0.9) translate(0%, 5%); }
      60%  { -webkit-transform: scale(0.95, 1.05) translate(0%, -3%); }
      70%  { -webkit-transform: scale(1.05, 0.95) translate(0%, 3%); }
      80%  { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
      100% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
}

@keyframes puyon {
      0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
      40%  { transform: scale(0.95, 1.2) translate(0%, -10%); }
      50%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
      60%  { transform: scale(0.95, 1.05) translate(0%, -3%); }
      70%  { transform: scale(1.05, 0.95) translate(0%, 3%); }
      80%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
      100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}
		
.animationName:hover {
  animation: animationName_7730 3s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes animationName_7730 {
  0% {  transform: scale(1) }
  8.33333% {  transform:scale(.9) rotate(-8deg) }
  16.66667% {  transform:scale(.9) rotate(-8deg) }
  25% {  transform:scale(1.1) rotate(8deg) }
  33.33333% {  transform:scale(1.1) rotate(-8deg) }
  41.66667% {  transform:scale(1.1) rotate(8deg) }
  50% {  transform:scale(1.1) rotate(-8deg) }
  58.33333% {  transform:scale(1.1) rotate(8deg) }
  66.66667% {  transform:scale(1) rotate(0) }
  100% {  transform:scale(1) rotate(0) }
}


/*---------------------- アニメーションの設定 ----------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/

.recruit {
    padding: 10px;
    background: #f5f5f5;
}

.recruit .col {
    max-width: 1307px;
    margin: 0 auto;
}

.recruit .banner {
    max-width: 651px;
	display: inline-block;
}


@media screen and (max-width: 1450px) {
.recruit .banner { width: 49%; }
}

@media screen and (max-width: 650px) {
.recruit .banner { width: 100%; }
}


.sec{
  padding: 3em 0 0;
	background: #0065b2;
}
 
.wrap-top{
    max-width: 1200px;
    margin: 0 auto;
}
 
.col1{
    width:60%;
    float: left;
}

.col2{
    width:40%;
    float: left;
    text-align:center;
    line-height: 0;
}

.page-title{
	text-align: center;
}

.page-title__title{
	color: #0065b2;
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 40px;
}

.img-container{
	overflow: hidden;
	position: relative;
}

.img-container__img{
	display: block;
	opacity: 0;
	position: relative;
	transition:all .5s .3s ease; 
	z-index: 0;
}

.img-container:before{
	background: #0065b2;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transform: translateX(-100%);
	transition:all .8s 0s ease; 
	width: 100%;
	z-index: 1;		
}

p.text-container__text {
    line-height: 2.5;
    color: #fff;
	margin-top: 3em;
}

@media only screen and (max-width: 1400px) {
.col2 {
    width: 45%;
}

.text-container__title {
	font-size: 40px;
}
}


/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

スマホデザイン用

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 860px) {
.col2 {
    width: 100%;
}

.mainvisual {
	line-height: 0;
	margin-top: 75px;
}

p.text-container__text {
    padding: 0;
}

#description {
	background-image: linear-gradient(to top, #0144be 0%, #0065b2 100%);
	color: #fff;
	padding: 50px 20px;
	line-height: 2;
}

#description .text {
	width: 100%;
	margin: 0 auto;
	text-align:center;
}

#description .tgt {opacity: 0;}
#description .tgt span{opacity: 0;}


#description h2 {
	font-weight:normal;
	padding-bottom: 20px;
	border-bottom: 2px solid #fff;
}

#description p {
	padding-top: 30px;
}


/*---------------------- サービス ----------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/



#service {
	background-image: url(../images/index/index_sec_background.jpg);
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
	text-align:center;
	padding: 60px 20px;
}

#service h2 {
	line-height: 1;
	font-size: 30px;
	margin-bottom: 10px;
	font-family: 'Josefin Sans', sans-serif;
}

#service h2 span {
	color: #868686;
	font-size: 14px;
}

#service .menu {
	width: 46%;
	float:left;
	text-align:center;
	margin-right: 20px;
	font-weight:bold;
}

#service .menu:nth-of-type(2) {
	margin-right: 0;
}

#service .menu-last {
	width: 46%;
	margin: 0 auto;
	text-align:center;
	font-weight:bold;
}

#service .menu:last-child {
	margin-right: 0;
    width: 46%;
    float: none;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
}

#service .content {
	width: 100%;
	margin: 0 auto;
}

#service .content p {
	margin: 15px 0;
}

#service .content .icon {
	filter: drop-shadow(5px 5px 5px #e6e6e6);
}



/*---------------------- ソリューション事例 ----------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/


#solution {
	text-align:center;
	padding: 50px 20px;
	background-image: url(../images/index/index_solution_background.jpg);
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}

#solution h2 {
	font-size: 30px;
	line-height: 1;
	color: #fff;
	margin-bottom: 70px;
	font-family: 'Josefin Sans', sans-serif;
}

#solution h2 span {
	color: #fff;
	font-size: 14px;
}

#solution h3 {
    margin-top: -60px;
		margin-bottom: 10px;
}

#solution .menu {
	width: 100%;
	height: 350px;
	background: #f9f9f9;
	float:left;
	text-align:center;
	padding: 20px;
	font-weight:bold;
	margin-bottom: 80px;
}

#solution .menu:last-child {
	margin-right: 0;
	margin-bottom: 0;
}

#solution .content {
	width: 100%;
	margin: 0 auto;
}

#solution .content p {
	margin: 15px 0;
}

#solution ul {
    width: 100%;
	margin: 0 auto;
    font-size: 0;
}

#solution li {
	font-size: 12px;
	width: 45%;
  display: inline-block;
	padding: 15px 0;
	margin: 0 5px;
}

#solution li a {
    display: block;
		text-decoration: none;
		color: #333;
}

#solution li a img {
    transition: .3s;
}
#solution li a img:hover {
    filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.2));
    transform: scale(1.05,1.05);
}

#solution li.line img {
    margin-bottom: 13px;
}

#solution li.line a img {
    transition: 0;
}
#solution li.line a img:hover {
    filter: drop-shadow(0 0 0 rgba(0,0,0,0.0));
    transform: none;
}


/*---------------------- ニュースお知らせ ----------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/


#news {
	background: #fff;
	padding: 0 20px;
	margin: 50px 0;
}

#news h2 {
	font-size: 30px;
	line-height: 1.3;
	margin-bottom: 40px;
	text-align:center;
	font-family: 'Josefin Sans', sans-serif;
}

#news h2 span {
	color: #868686;
	font-size: 14px;
}
    
#news .newsContens {
    margin: 0;
}

#news .content {
	width: 100%;
	margin: 0 auto;
}

#news .content p {
	margin: 15px 0;
}

#news .article {
    border-bottom: 1px solid #dcdcdc;
    padding: 15px 0;
}

#news .article:last-child {
	border-bottom: none;
}

#news .link a {
	display: block;
}

#news .date {
    float: left;
    margin-right: 10px;
    text-align: right;
    color: #b2b2b2;
		margin-bottom: 5px;
}

#news .category {
    width: 150px;
    float: left;
}

#news .category span.news {
    background: rgb(255, 225, 9);
    color: #0065b2;
    padding: 2px 15px;
    font-size: 12px;
    display: block;
    text-align: center;
}

#news .category span.information {
    background: #0065b2;
    color: #fff;
    padding: 2px 15px;
    font-size: 12px;
    display: block;
    text-align: center;
}

#news .category span.event {
    background: #00a15b;
    color: #fff;
    padding: 5px 15px;
    font-size: 12px;
    display: block;
    text-align: center;
}

/*---------------------- CSSアニメーションの設定 ----------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/

.puyon:hover {
      -webkit-animation: puyon 1.0s linear 0s 1;
      animation: puyon 1.0s linear 0s 1;
}

@-webkit-keyframes puyon {
      0%   { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
      40%  { -webkit-transform: scale(0.95, 1.2) translate(0%, -10%); }
      50%  { -webkit-transform: scale(1.1, 0.9) translate(0%, 5%); }
      60%  { -webkit-transform: scale(0.95, 1.05) translate(0%, -3%); }
      70%  { -webkit-transform: scale(1.05, 0.95) translate(0%, 3%); }
      80%  { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
      100% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
}

@keyframes puyon {
      0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
      40%  { transform: scale(0.95, 1.2) translate(0%, -10%); }
      50%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
      60%  { transform: scale(0.95, 1.05) translate(0%, -3%); }
      70%  { transform: scale(1.05, 0.95) translate(0%, 3%); }
      80%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
      100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}
		
.animationName:hover {
  animation: animationName_7730 3s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes animationName_7730 {
  0% {  transform: scale(1) }
  8.33333% {  transform:scale(.9) rotate(-8deg) }
  16.66667% {  transform:scale(.9) rotate(-8deg) }
  25% {  transform:scale(1.1) rotate(8deg) }
  33.33333% {  transform:scale(1.1) rotate(-8deg) }
  41.66667% {  transform:scale(1.1) rotate(8deg) }
  50% {  transform:scale(1.1) rotate(-8deg) }
  58.33333% {  transform:scale(1.1) rotate(8deg) }
  66.66667% {  transform:scale(1) rotate(0) }
  100% {  transform:scale(1) rotate(0) }
}



/*---------------------- アニメーションの設定 ----------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/

.sec{
    padding: 20px 20px 0;
	background: #0065b2;
	text-align: center;
	color: #fff;
}
 
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
 
.col2{
    width:100%;
		margin: 0;
}

.page-title{
	text-align: center;
}

.page-title__title{
	color: #0065b2;
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 40px;
}

.img-container{
	overflow: hidden;
	position: relative;
}

.img-container__img{
	display: block;
	opacity: 0;
	position: relative;
	transition:all .5s .3s ease; 
	z-index: 0;
}

.img-container:before{
	background: #0065b2;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transform: translateX(-100%);
	transition:all .8s 0s ease; 
	width: 100%;
	z-index: 1;		
}

.text-container__title{
	color: #fff;
	font-size: 28px;
	margin: 30px 0 20px;
	font-weight: 700;
	line-height: 1.5;
}

.text-container p {
    line-height: 2;
		font-size: 14px;
		color: #fff;
		margin-bottom: 10px;
}

}