@charset "utf-8";
/*
Theme Name: LIQUID CORPORATE Child
Theme URI: https://lqd.jp/wp/
Description: LIQUID PRESS THEME
Author: LIQUID DESIGN
Author URI: https://lqd.jp/
Template: liquid-corporate
Version: 9999
*/
/* Child Styles */

a {
    color: #333;
}

a:visited {
    color: #333;
}

a:hover, a:active {
    color: #008caf;
}



/* ------------------------------------
// main
------------------------------------ */

.headline {
    border-top: 0px solid #fff;
    padding: 0 0 1rem 0;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    -o-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    -ms-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}

.logo_text {
    background: rgba(0, 0, 0, 0);
}

/* loading */
.load-hidden {
    visibility: hidden;
}


.ttl_h1 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

h2, h3 {
    font-size: 1.2rem;
}


.icon_big {
    background: linear-gradient(-225deg, #22E1FF 0%, #1D8FE1 48%, #625EB1 100%);
    border-radius: 50%;
    width: 130px;
    height: 130px;
    margin: 0 auto 1rem auto;
    background-position: center center;
    background-repeat: no-repeat;
}
.icon_big .icon {
    color: #fff;
    display: block;
    bottom: 1rem;
    font-size: 70px;
    line-height: 130px;
}
.icon_big .icon:before {
    margin-right: 0;
}



.breadcrumb {
    background: transparent;
    border-radius: 0;
    padding: .5em 1em;
    border-top: 3px solid #fff;
    border-bottom: 3px solid rgba(255, 255, 255) !important;
    font-size: small;
    line-height: 1.2;
}


/*lang*/
.lang {
	text-align: right;
	margin-right: 20px;
	font-size: small;
}


/* ------------------------------------
// mainslider
------------------------------------ */
 /*home slide*/
.main_slide-animation{
    animation: fadezoom 20s 0s forwards;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.main_slide {
  position: relative;
  margin: 0;
  padding: 0;
}
.main_slide .main_img {
  position: relative;
  height: auto;
}
.main_slide .main_img::before {
  display: block;
  padding-top: 30%;
  content: "";
}
.main_slide .main_img .image {
  position: relative;
  overflow: hidden;
}
.main_slide .main_img img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 0;
}
.main_slide > .slick-list,
.main_slide > .slick-list > .slick-track,
.main_slide > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: auto;
}

.slick-slide img{
	width: 100%;
	max-width: 100%;
	height: auto;
	padding: 0;
}



.slide {
	position: relative;
	z-index: 1;
	color: #fff;
	width: 100%;
	height: auto;
}

.slide_en {
	position: absolute;
	z-index: 1;	
	color: white;
    font-family :Quicksand, sans-serif;/*Google Font*/
	font-weight: bold;
	font-size: 40px;
    top: 55%;
	left: 55%;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, .25), -1px 1px 5px rgba(0, 0, 0, .25), 1px -1px 5px rgba(0, 0, 0, .25), -1px -1px 5px rgba(0, 0, 0, .25)

}
.slide_content {
	position: absolute;
	z-index: 1;	
	color: white;
	font-size: 20px;
    top: 70%;
	left: 55%;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, .25), -1px 1px 5px rgba(0, 0, 0, .25), 1px -1px 5px rgba(0, 0, 0, .25), -1px -1px 5px rgba(0, 0, 0, .25)

}



/*img mask*/
.layer-gray {

    background-color: #174777;


}

.layer-gray::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(23,71,119,0.5);
    opacity: 0.5;
    display:block
}

/* ------------------------------------
// main-company
------------------------------------ */
/*company*/
.home-ttl {
	text-align: center;
	font-weight: bold;
	font-size: 35px;
	margin-bottom: 1.5em;
}
.aligncenter img{
  cursor: pointer;
  transition-duration: 0.3s;
}
.aligncenter:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}

/*link*/
.wp-block-column {
	text-align: center;
}
.company-ttl {
	padding: 0.1em 0.3em;
	position: relative;
	display: inline-block;
	transition: .3s;
	color: #000;
    margin-bottom: 1em;
    padding-bottom: 0;
    font-weight: bold;
    font-size: large;
}
.company-ttl::after {
	position: absolute;
	bottom: .3em;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #008caf;
	opacity: 0;
	transition: .3s;
}
.company-ttl:hover::after {
	bottom: 0;
	opacity: 1;
}


/* ------------------------------------
// post
------------------------------------ */
.list .post_links .list-block {
	line-height: 3.2;
}

.listblock {
	margin: 0;
}
/* ------------------------------------
// @media
------------------------------------ */
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .slide_en {
    	font-size: 34px;
    }
    .slide_content {
    	font-size: 20px;
    }
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .slide_en {
    	font-size: 25px;
    }
    .slide_content {
    	font-size: 13px;
    }
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .slide_en {
    	font-size: 20px;
    }
    .slide_content {
    	font-size: 8px;
    }
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .slide_en {
    	font-size: 18px;
    }
    .slide_content {
    	font-size: 6px;
    }
}


/* ------------------------------------
// page
------------------------------------ */

