﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');
@font-face {
font-family: "impact";
  src: url("./Dup/img/impact.ttf") format("ttf"),url("./Dup/img/impact.eot") format("eot"),url("./Dup/img/impact.woff") format("woff"),url("./Dup/img/impact.woff2") format("woff2");
}

body{font-family: 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif; font-weight: 400;}
.font1,#page_title p{font-family: "impact","sans-serif";}

/*--------------------------------
疑似要素にオブジェクト
--------------------------------*/
#main_img,#con1 li,#con2,.triangle,#con3{position: relative;}
.bg_gra,#main_img:before,#main_img:after,.man,.frame1,.frame2,.frame3,.frame4,#con1 li:before,#con2:before,.triangle:before,.obj1,.obj2{
content: "";
display: block;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
}

.bg_gra{
background:linear-gradient(135deg, rgba(0,90,165,1), rgba(65,195,125,1));
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0.3;
}
#main_img:before{
background-image: url(./Dup/img/catch.png);
background-size: 100%;
width: 50vw;
height: 25vw;
top: 3%;
left: 3%;
z-index: 1;
}
#main_img:after{
background-image: url(./Dup/img/catch2.png);
width: 170px;
height: 170px;
bottom: 10%;
left: 15%;
}
/*
.man{
background-image: url(./Dup/img/main_man.png);
background-size: 100%;
width: 42vw;
height: 52vw;
bottom: 0;
right: 7%;
}
*/

.frame1,.frame2,.frame3,.frame4{
background-image: url(./Dup/img/frame.svg);
width: 20px!important;
height: 20px!important;
}
.frame1{top: 0;left: 0;}
.frame2{top: 0;right: 0;transform: scale(-1, 1);}
.frame3{bottom: 0;left: 0;transform: scale(1, -1);}
.frame4{bottom: 0;right: 0;transform: scale(-1, -1);}

#con1 li:before{
width: 100px;
height: 100px;
top:35px;
left: 50%;
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
transform: translate(-50%,0);
}
#con1 .list1 li:nth-child(1):before{background-image: url(./Dup/img/icon1.png);}
#con1 .list1 li:nth-child(2):before{background-image: url(./Dup/img/icon2.png);}
#con1 .list1 li:nth-child(3):before{background-image: url(./Dup/img/icon3.png);}
#con1 .list2 li:nth-child(1):before{background-image: url(./Dup/img/icon4.png);}
#con1 .list2 li:nth-child(2):before{background-image: url(./Dup/img/icon5.png);}
#con1 .list2 li:nth-child(3):before{background-image: url(./Dup/img/icon6.png);}
#con1 .list2 li:nth-child(4):before{background-image: url(./Dup/img/icon7.png);}

#con2:before{
background-color: #f2f7fa;
width: 100%;
top: 0;
left: 0;
}
.obj1,.obj2{
background-size: 100%;
width: 20vw;
height: 20vw;
}
.obj1{background-image: url(./Dup/img/obj1.png);top: 0;left: 0;}
.obj2{background-image: url(./Dup/img/obj2.png);bottom: 0;right: 0;}

#con3 .triangle:before{
border-top: 800px solid #ffffff;
border-left: 200px solid transparent;
top: 0;
right: 0;
z-index: 1;
}
#con4 .triangle:before{
border-bottom: 800px solid transparent;
border-left: 200px solid #ffffff;
top: 0;
left: 0;
z-index: 1;
}

#con3::before {
position: absolute;
content: "";
left: 0;
bottom: -50px;
width: 100%;
height: 150px;
background-image: url("./dup/img/txt1.png");
background-size: 1500px;
background-position-y: 0;
background-position-x: 0;
background-repeat: repeat-x;
animation: loop 30s linear infinite;
z-index: 2;
opacity: 0.2;
}
@keyframes loop {
	0% {background-position-x: 0;}
	100% {background-position-x: -1500px;}
}
/*--------------------------------
全体
--------------------------------*/
#wrap{overflow: hidden;}
#logo a,#header.headtrans #logo a{padding: 20px;}

#page_top a{color: #005aa5;}
#page_top.trans a{color: #ffffff;}
#page_top .scroll_u .scroll_bar{background-color: #28aae1;}

.fix_banner{
transition: width 0.3s,height 0.3s;
width: 200px;
height: 140px;
position: fixed;
bottom: 0;
right: 0;
z-index: 4;
}
.top .fix_banner{
width: 350px;
height: 250px;
}
.fix_banner.scroll{
width: 200px;
height: 140px;
}
/*--------------------------------
TOP
--------------------------------*/
.en{font-size: 50px;}
#con1 .en,#con2 .en,#con3 .en,#con4 .en{
position: absolute;
left: 50%;
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
transform: translate(-50%,0);
}
#con1 .en,#con2 .en{top: -100px;}
#con3 .en,#con4 .en{top: -50px;}


#video{ height: 100vh; }
#video video{
width: 100%!important;
height: auto;
top: 50%;
left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#video:before{
	position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    display: block;
    background-image: url(./Dup/img/dotte.png);
    z-index: 1;
	opacity: 0.2;
}

@media  screen and (max-width: 1600px){
#video video{
width: auto!important;
height: 100%;
}
}

/* タブレット用 */
@media  screen and (max-width: 768px){
#video{ height: 40vh; }
#video video{
width: 100%!important;
height: auto;
}

}

/* スマホ用 */
@media  screen and (max-width: 667px){
#video{ height: 31vh; }
}


#con1 li{
background-color: #f2f7fa;
width: calc(20% - 20px);
margin-right: 20px;
box-sizing: border-box;
padding: 50px 20px;
padding-top: 150px;
position: relative;
}
#con1 li:last-of-type{margin-right: 0;}

#con2 .video{
width: 100%;
height: 500px;
}

#con3 .con_wrap{padding-right: 5%;}
#con4 .con_wrap{padding-left: 5%;}

#con3 .con_img,#con4 .con_img{height: 800px;}
#con3 .con_img{margin-left: 0;}
#con4 .con_img{margin-left: auto;margin-right: 0;}

#con4 .con_box{margin-left: 0;}
#con3 .con_box{margin-left: auto;margin-right: 0;}
#con3 .con_box,#con4 .con_box{
width: 40%;
box-sizing: border-box;
margin-top: -40vh;
z-index: 1;
}



/* TOP お知らせ */
.topcms_news_type2 .cate_box {
	width: 46.33333%!important;
	margin-right: 1.5%;
	margin-left: 1.5%;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	box-shadow: 0 6px 12px rgb(0 0 0 / 0);
	/* padding: 20px; */
	/* border-radius: 20px; */
	/* background-color: #f5f5f5; */
}
.topcms_news_type2 .cate_box:hover {
	transform: translateY(-5px);
}
.topcms_news_type2 .cate_box .box_item {
	cursor: pointer;
}
.topcms_news_type2 .txt_height {
	height: 5em
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.topcms_news_type2 .cate_box {width: 100%!important;}
.topcms_news_type2 .txt_height {height: 3em}
}

/*--------------------------------
下層
--------------------------------*/
#page_title .page_title_bg{background:linear-gradient(135deg, rgba(0,90,165,0.7), rgba(65,195,125,0.7));}

@media  screen and (max-width: 1280px){

#main_img:before{
top: 10%;
left: 3%;
}
#con3 .con_box, #con4 .con_box{margin-top: -55vh;}

.banner .banner1,.banner .banner2{width: 50%;}

}
@media  screen and (max-width: 1000px){

#logo a,#header.headtrans #logo a{width: 150px;}

}

/*タブレット用（768px以下）*/
@media  screen and (max-width: 768px){

#loader img{width: 200px;}

#logo a,#header.headtrans #logo a{padding: 15px;}
#logo img.width_60per_sp{width: 100%!important;}

#main_img {height: 53vw!important;}
#main_img:before{
top: 5%;
left: 3%;
}
#main_img:after{
width: 120px;
height: 120px;
}
#con1 li{
width: calc(25% - 20px);
padding: 20px;
padding-top: 120px;
font-size: 13px;
}
#con1 li:before{
width: 80px;
height: 80px;
}

#con3 .con_img,#con4 .con_img{height: 600px;}
#con3 .triangle:before,
#con4 .triangle:before{display: none;}
#con3 .con_wrap{padding-right: 0;}
#con4 .con_wrap{padding-left: 0;}
#con3 .con_box, #con4 .con_box{
width: 90%;
margin-top: -12vh;
margin-left: auto;
margin-right: auto;
}

.obj1, .obj2{
width: 30vw;
height: 30vw;
}

}

/*スマホ用（667px以下）*/
@media  screen and (max-width: 667px){

#loader img{width: 150px;}

.fix_banner{
bottom: 60px;
right: 0;
}
.fix_banner,
.top .fix_banner,
.fix_banner.scroll{
width: 50px;
height: 150px;
}

#logo a, #header.headtrans #logo a{padding: 10px 20px 15px;}
#logo img.width_60per_sp{width: 80%!important;}

.frame1, .frame2, .frame3, .frame4{
width: 10px!important;
height: 10px!important;
}

.en{font-size: 30px;}
#con1 .en, #con2 .en{top: -80px;}
#con3 .en, #con4 .en{top: -30px;}

#main_img:after{
width: 50px;
height: 50px;
bottom: 10%;
left: 15%;
}

#con1 li{
font-size: 16px;
width: 100%;
padding-top: 50px;
padding-bottom: 50px;
margin-right: 0;
margin-bottom: 20px;
}
#con1 li:before{
top:50%;
left: 20px;
-ms-transform: translate(0,-50%);
-webkit-transform: translate(0,-50%);
transform: translate(0,-50%);
}
#con1 li span.txt_left{
width: calc(100% - 100px);
margin-left: auto;
margin-right: 0;
}

#con3::before {
bottom: -70px;
height: 100px;
background-size: 1000px;
animation: loop2 30s linear infinite;
}

#con3 .con_wrap{padding-right: 0;}
#con4 .con_wrap{padding-left: 0;}

#con3 .con_img, #con4 .con_img{height: 200px;}
/*
#con3 .triangle:before{
border-top: 200px solid #ffffff;
border-left: 100px solid transparent;
}
#con4 .triangle:before{
border-bottom: 200px solid transparent;
border-left: 100px solid #ffffff;
}
*/

#con3 .con_box, #con4 .con_box{
width: 90%;
margin-left: auto;
margin-right: auto;
margin-top: -20px;
}

.banner .banner1, .banner .banner2 {width: 100%;}

}
@keyframes loop2 {
	0% {background-position-x: 0;}
	100% {background-position-x: -1000px;}
}

/*IE*/
@media all and (-ms-high-contrast: none) {}




/*--------------------------------
自動リンク
--------------------------------*/
/* color */
.linkStyle{color: #28aae1; text-decoration: underline;}
.txt_color_nomal .linkStyle{color: #28aae1;}
.txt_white .linkStyle{color: white;}
.txt_red .linkStyle{color: red;}
.bg_color1 .linkStyle{color: #fff;}
.bg_color2 .linkStyle{color: #005aa5;}
.bg_color3 .linkStyle{color: #fff;}
.bg_color4 .linkStyle{color: #41c37d;}

/*IEのみ*/
@media all and (-ms-high-contrast: none) {
.linkStyle{display: inline-block;}
}

/*--------------------------------
カラー
--------------------------------*/
body,.txt_color_nomal,.hvr_txt_color_nomal:hover{color: #333333;}
.txt_black,.hvr_txt_black:hover{color: black;}
.txt_white,.hvr_txt_white:hover{color: white;}
.txt_red,.hvr_txt_red:hover{color: red;}
.txt_color1,.hvr_txt_color1:hover{color: #005aa5;} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: #28aae1;} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: #41c37d;} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: #fff05a;} /* アクセントカラー2 */

/* background-color */
.bg_white,.hvr_bg_white:hover{background-color: white;} /* 白背景 */
.bg_black,.hvr_bg_black:hover{background-color: black;} /* 黒背景 */
.bg_color1,.hvr_bg_color1:hover{background-color: #005aa5;} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: #f2f7fa;} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: #41c37d;} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: #fff05a;} /* アクセントカラー2 */
.bg_color_clear,.hvr_bg_color_clear:hover{background-color: transparent!important;}

/* border-color */
.border_white,.hvr_border_white:hover{border-color: white;}
.border_black,.hvr_border_black:hover{border-color: black;}
.border_color1,.hvr_border_color1:hover{border-color: #005aa5;}
.border_color2,.hvr_border_color2:hover{border-color: #f2f7fa;}
.border_color3,.hvr_border_color3:hover{border-color: #41c37d;}
.border_color4,.hvr_border_color4:hover{border-color: #fff05a;}