@charset "UTF-8";
/* CSS Document */

/* ***** Loading Animation ***** */
.loader{ 
	position:absolute;
	top: 40vh;
	left: 50%;
	z-index: 0;
}

.loader > .spin{
	border:solid 5px cyan;
	border-radius: 100%;
	position:absolute;
	box-shadow: 0px 0px 2px 2px cyan;
}

.spin.a{
	width:80px;
	height:80px;
	top: -45px; left: -45px;
	-webkit-animation: rotOuter 1.5s infinite linear;
}

.spin.b{
	width:70px;
	height:70px;
	top:-40px;
	left:-40px;
	-webkit-animation: rotInner 1.5s infinite linear;
}

.loader .txt{
	position:absolute;
	width: 90px;
	line-height: 90px;
	top:-45px; left: -45px;
	text-align: center;
}

@-webkit-keyframes rotInner{
	0%   { -webkit-transform: rotateY(-0deg)   rotateX(30deg); }
	50%  { -webkit-transform: rotateY(-180deg) rotateX(210deg); }
	100% { -webkit-transform: rotateY(-360deg) rotateX(390deg); }
}
@-webkit-keyframes rotOuter{
	0%   { -webkit-transform: rotateY(0deg)   rotateX(30deg); }
	50%  { -webkit-transform: rotateY(180deg) rotateX(30deg); }
	100% { -webkit-transform: rotateY(360deg) rotateX(30deg); }
}

/* ***** Main Visual Layout ***** */
.main {
	width: 100%;
	height: 90vh;
	margin: 0;
	padding: 0;
	float: left;
	z-index: 0;
}

/* video */

.videoblock {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	position: absolute;
	background-color: #3B3B3B;
	z-index: 0;
}

.video{
  width: 100%;
  height: 90%;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: 0;
  background-color: #FFF;
}

.video::after{
  content: '';
  width: 100%;
  height: 90%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}

.video video{
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.video video.pc { display: block; }
.video video.mb { display: none; }

/* 1.5秒間かけてフェードイン */
.fadeIn {
    animation-name: fadeIn;
    animation-delay: 1500ms;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translateY(50px);
    opacity: 0;
}
@keyframes fadeIn {
    0% {
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.bg {
  display: block;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  color: #fff;
}

.bg.-visible:before {
  transform: translate(0, 0);
}

.bg:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background-color: rgba(0,0,0,0.3);
  transform: translate(0, 100%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .6s;
  content: '';
}

.bg .copy {
	top: 40%;
	color: #FFF;
	font-size: 4vw;
	font-weight: 700;
	font-family: "Noto Serif JP", serif;
	display: block;
	position: absolute;
	line-height: 1.7em;
	width: 90%;
	margin: 0 5%;
	text-align: center;
	text-shadow: 3px 3px 3px #000;
}

.bg .copy span { font-size: 2.7vw; }

.scroll_btn {
	top: 85vh;
	left: 0;
	position: absolute;
	width: 100%;
	display: flex;
	text-align: center;
}

.scroll_btn a {
	width: 100px;
	height: 70px;
	background-color: #0058A6;
	color: #FFF;
	display: block;
	padding: 30px 0 0;
	margin: 0 auto;
	font-size: 16px;
	transition: ease 0.5s all;
	border-radius: 50px;
	text-align: center;
	background-image: url("../images/common/arr_dwn.png");
	background-repeat: no-repeat;
	background-position: center bottom 20px;
	background-size: 40px;
}



/* ********************************************************* 
            Common Rayout
************************************************************ */

.frontpage .title {
	width: 100%;
	margin: 50px 0;
	padding: 0;
	float: left;
	text-align: center;
}

.frontpage .title h2 {
	font-weight: 700;
	color: #3B3B3B;
	font-size: 24px;
	line-height: 25px;
	margin: 0;
	padding: 0;
}

.frontpage .title .line {
	width: 100px;
	height: 1px;
	background-color: #1C4356;
	float: left;
	margin: 7px 0;
}

.frontpage .title .title_en {
	width: 100%;
	margin: 0;
	float: left;
	color: #3B3B3B;
	font-size: 70px;
	font-weight: 100;
	line-height: 1.3em;
}


/* ********************************************************* 
            Thoughts Rayout
************************************************************ */

.frontpage .thoughts {
	width: 100%;
	margin: 0 0 50px;
	padding: 100px 0 0;
	float: left;
}

.frontpage .thoughts .glid {
	width: 40%;
	margin: 0;
	padding: 0 5%;
	float: left;
}

.frontpage .thoughts .glid img {
	width: 100%;
	border-radius: 20px;
}

.frontpage .thoughts .title {
	margin: 0 0 50px;
}

.frontpage .thoughts .sentence {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

/* ********************************************************* 
            Service Rayout
************************************************************ */
.frontpage .product {
	width: 100%;
	margin: 0;
	padding: 50px 0;
	float: left;
	background-color: #3B3B3B;
}

.frontpage .product .title {
	width: 90%;
	margin: 0 5% 100px;
	padding: 50px 0;
}

.frontpage .product .title h2 {
	color: #FFF;
}

.frontpage .product .title_en {
	color: #FFF;
}

.frontpage .product .block {
	width: 90%;
	max-width: 1860px;
	height: 500px;
	padding: 0;
	margin: 50px auto;
	background-repeat: repeat;
	background-position: center;
	background-size: cover;
	border-radius: 20px;
}

.frontpage .product .block.oversea {
	margin: 200px auto 50px;
	background-image: url("../images/top/product_01.webp");
}

.frontpage .product .block.jp {
	margin: 0 auto 50px;
	background-image: url("../images/top/product_02.webp");
	background-position: center bottom;
}

.frontpage .product .block .filter {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.40);
	margin: 0;
	padding: 0;
	border-radius: 20px;
}


.frontpage .product .block h3 {
	font-size: 28px;
	color: #FFF;
	text-align: center;
	margin: 0 0 100px;
	padding: 0;
	text-shadow: 3px 3px 3px #000;
	line-height: 1.3em;
}

.frontpage .product .block.jp h3 {
	padding: 100px 0 0;
}

.frontpage .product .block h3 span {
	font-size: 38px;
	font-weight: 400;
}


.frontpage .product .glid {
	width: 33%;
	margin: 0;
	float: left;
}

.frontpage .product .glid a {
	width: 90%;
	height: 42px;
	margin: 50px 5% 50px;
	display: block;
	border: 1px solid #FFF;
	box-sizing: border-box;
	text-align: center;
	color: #FFF;
	line-height: 40px;
	font-size: 18px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 200% auto;
	background-image: linear-gradient(
    to right,
    rgba(255,255,255,0.00) 0%,
    rgba(255,255,255,0.00) 50%,
    rgba(255,255,255,0.80) 50%,
    rgba(255,255,255,0.80) 100%
	);
	box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
	transition: background-position ease 0.4s;
}

.frontpage .product .glid a .cover {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url("../images/common/arr_wh_large.png");
	background-repeat: no-repeat;
	background-position: center right 15px;
	background-size: 10px;
	transition: ease 0.5s all;
}

.frontpage .product .glid a .cover:hover {
	background-image: url("../images/common/arr_gr_large.png");
}

.frontpage .product .glid a:hover {
  background-position: 100% 0;
  color: #3B3B3B;
  cursor: pointer;
}




/* ********************************************************* 
            TOPICS Rayout
************************************************************ */

.frontpage .topics {
	width: 100%;
	margin: 0;
	padding: 0 0 50px;
	float: left;
	/*background: linear-gradient(90deg, #0058A6 0%, #3B3B3B 70%);*/
	background-color: #0058A6;
}

.frontpage .topics .title h2 {
	color: #FFF;
}

.frontpage .topics .title_en {
	color: #FFF;
}


.frontpage .topics .list_box {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 50px 0 0;
	background-color:#FFF;
	border-radius: 20px;
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
}

.frontpage .topics .list_box a {
	width: 85%;
	margin: 5px 7.5% 0;
	padding: 0;
	float: left;
	color: #000;
	border-bottom: #000 1px dotted;
	transition: ease 0.5s all;
}

.frontpage .topics .list_box .more_btn a {
	margin: 0;
	border-bottom: none;
}

.frontpage .topics .list_box table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

.frontpage .topics .list_box td {
	text-align: center;
	padding: 10px;
	transition: ease 0.5s all;
}

.frontpage .topics .list_box a:hover td {
	background-color: rgba(252,252,233,1.00);
}

.frontpage .topics .list_box td:nth-of-type(1) {
	width: 160px;
}

.frontpage .topics .list_box td:nth-of-type(2) {
	width: 100px;
}

.frontpage .topics .list_box td:nth-of-type(2) span {
	background-color: #0058A6;
	color: #FFF;
	width: 100%;
	display: block;
	font-size: 14px;
	text-transform:capitalize;
}

.frontpage .topics .list_box td:nth-of-type(2) a {
	background-color: #0058A6;
	color: #FFF;
	width: 100%;
	display: block;
	font-size: 14px;
}

.frontpage .topics .list_box td:nth-of-type(3) {
	text-align: left;
}

.frontpage .topics .list_box td:nth-of-type(4) {
	width: 50px;
	color: #B5B5B5;
	font-size: 13px;
	text-align: left;
	background-image: url("../images/common/arr_topics.png");
	background-repeat: no-repeat;
	background-position: center right;
	vertical-align: middle;
}



/* ********************************************************* 
            Recruit Rayout
************************************************************ */

.frontpage .recruit {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

.frontpage .recruit .glid {
	width: 40%;
	margin: 0;
	padding: 50px 5%;
	float: right;
}

.frontpage .recruit .sentence {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}

.frontpage .recruit .photo02 {
	float: right;
	margin: -120px 0 0;
}

/* ********************************************************* 
            Company Rayout
************************************************************ */

.frontpage .company {
	width: 100%;
	height: 600px;
	margin: 0;
	float: left;
	background-image: url("../images/top/company_bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}

.frontpage .company .filter {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 0 50px;
	float: left;
	background-color: rgba(0,0,0,0.70);
	color: rgba(255,255,255,1.00)
}

canvas{
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	z-index: 0;
}

.frontpage .company .wrapper {
	width: 100%;
	top:-550px;
	display: block;
	position: relative;
}

.frontpage .company .title h2,
.frontpage .company .title .title_en {
	color: #FFF;
	width: 100%;
	float: left;
}

.frontpage .company .glid {
	width: 33.3%;
	margin: 0;
	float: left;
}

.frontpage .company .glid a {
	width: 90%;
	height: 42px;
	margin: 50px 5% 50px;
	display: block;
	border: 1px solid #FFF;
	box-sizing: border-box;
	text-align: center;
	color: #FFF;
	line-height: 40px;
	font-size: 18px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 200% auto;
	background-image: linear-gradient(
    to right,
    rgba(255,255,255,0.00) 0%,
    rgba(255,255,255,0.00) 50%,
    rgba(255,255,255,0.80) 50%,
    rgba(255,255,255,0.80) 100%
	);
	box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
	transition: background-position ease 0.4s;
}

.frontpage .company .glid a .cover {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url("../images/common/arr_wh_large.png");
	background-repeat: no-repeat;
	background-position: center right 15px;
	background-size: 10px;
	transition: ease 0.5s all;
}

.frontpage .company .glid a .cover:hover {
	background-image: url("../images/common/arr_gr_large.png");
}

.frontpage .company .glid a:hover {
  background-position: 100% 0;
  color: #3B3B3B;
  cursor: pointer;
}

/* ***************************************************************
           RESPONSIVE  RAYOUT
****************************************************************** */
@media only screen and (max-width: 1400px) {

.bg .copy { font-size: 4.5vw; }

.bg .copy span { font-size: 3.2vw; }

}


@media only screen and (max-width: 1300px) {

.frontpage .product .block ul { height: 250px; }
.frontpage .product .block ul li { height: 210px; }
.frontpage .product .block ul li a { height: 150px;	padding: 50px 0 0; }
.frontpage .product .block ul li a:hover {
	height: 300px;
	padding: 50px 0 0;
	background-position: center top 100px;
	background-size: 60%;
}

}

@media only screen and (max-width: 1200px) {

/*.main,
.video,
.bg,
.videoblock { height: 70vh; }
.videoblock { top: 100px; }
.bg .copy { top: 50%; }
.scroll_btn { display: none; }*/

.frontpage .product .glid a .cover { background-position: center right 10px; }

.frontpage .company .glid {	width: 33.3%; }
.frontpage .company .glid a { margin: 15px 10%; }
.frontpage .company .title { margin-bottom: 100px; }

}



@media only screen and (max-width: 980px) {

.frontpage .thoughts .glid { width: 90%; }

/*.frontpage .product .block { grid-template-columns: 1fr; }
.frontpage .product .block ul li a:hover { background-size: 200px; }*/

.frontpage .product .block h3 { margin: 0 0 50px; }
.frontpage .product .glid { width: 80%;	margin: 0 10% 20px; }
.frontpage .product .glid a { width: 80%;margin: 0 10%; }
.frontpage .product .block.jp {	height: 400px;margin-bottom: 0; }

.frontpage .recruit .glid {	width: 90%; }

.frontpage .company { height: 700px; }
.frontpage .company .wrapper { top:-650px; }
.frontpage .company .inner { width: 100%; margin: 0; padding: 0;float: left; }
.frontpage .company .glid { width: 100%;margin: 0;padding: 0;float: left; }
.frontpage .company .glid a { width: 60%; margin: 10px 20%; }

}

@media only screen and (max-width: 780px) {

/*.main,
.bg,
.videoblock { height: auto;aspect-ratio: 1920 / 1080; }
.video { width: 100%;max-width: 100%; height: 100%; }
.bg .copy { top: 55%; }*/

.frontpage .product .target {
	width: 94%;
	margin: 0 3%;
}
.frontpage .product .target ul { width: 100%; }
.frontpage .product .target ul li {
	width: 100%;
	margin: 20px 0 0;
}

.frontpage .product .target ul.last li {
	margin: 20px 0;
}

.frontpage .topics .list_box td { padding: 10px 2%;float: left; }
.frontpage .topics .list_box td:nth-of-type(1) { width: 36%;text-align: left; }
.frontpage .topics .list_box td:nth-of-type(2) { width: 56%; }
.frontpage .topics .list_box td:nth-of-type(2) a {
	width: auto;
	font-size: 14px;
	float: right;
	margin-left: 1em;
	padding: 2px 1em;
}
.frontpage .topics .list_box td:nth-of-type(3) { width: 76%;padding: 0 2% 10px; }
.frontpage .topics .list_box td:nth-of-type(4) { width: 16%;padding: 0 2% 10px; }

}

@media only screen and (max-width: 680px) {

.bg .copy { font-size: 5.5vw; }
.bg .copy span { font-size: 4.5vw; }

}

@media screen and (min-width: 580px) {
  .video{
    min-width: 580px;
  }
}

@media only screen and (max-width: 580px) {

.video video.pc { display: none; }
.video video.mb { display: block; }


.scroll_btn {
	top: 86vh;
	left: 0;
	width: 100%;
	display: flex;
	text-align: center;
}

.scroll_btn a {
	width: 70px;
	height: 55px;
	padding: 15px 0 0;
	margin: 0 auto;
	font-size: 13px;
	border-radius: 35px;
	background-size: 20px;
}


.frontpage .title h2 { font-size: 18px; }
.frontpage .title .title_en { font-size: 9vw; }

.frontpage .thoughts { padding: 50px 0 0; }

.frontpage .product .glid a { width: 100%;margin: 0; }
/*.frontpage .product .target ul li a { line-height: 100px;font-size: 20px; }*/

.frontpage .company { height: 600px; }
.frontpage .company .wrapper { top:-600px; }
.frontpage .company .glid a { width: 70%; margin: 10px 15%; }

}

@media only screen and (max-width: 480px) {

.frontpage .topics .list_box td:nth-of-type(1),
.frontpage .topics .list_box td:nth-of-type(2),
.frontpage .topics .list_box td:nth-of-type(3) { width: 100%;padding: 2px 0; }
.frontpage .topics .list_box td:nth-of-type(4) { display: none; }

.frontpage .recruit .glid {	padding: 0 5%; }

}
