﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
.intro_wrap .font_bar, .cms_title p, #page_title .title_wrap span{font-family: 'Roboto', sans-serif;font-weight: 600;}
.cms_title p{font-size: 35px;}


/* color ---------------------------------------------------------------------------------------------*/
.linkStyle{color: #084eb7;transition: opacity .3s;}
.linkStyle:hover{opacity: 0.7}
body,.txt_color_nomal{color: #333333;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #084eb7} /* メインカラー */
.txt_color2{color: #f3f3f3} /* サブカラー */
.txt_color3{color: #4ae} /* アクセントカラー1 */
.txt_color4{color: #c9baa9} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #084eb7} /* メインカラー */
.bg_color2{background-color: #f3f3f3} /* サブカラー */
.bg_color3{background-color: #e1080f} /* アクセントカラー1 */
.bg_color4{background-color: #c9baa9} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important}

/* border-color ※!important */
.border_color1{border-color: #084eb7}
.border_color2{border-color: #f3f3f3}
.border_color3{border-color: #e1080f}
.border_color4{border-color: #c9baa9}

/* hover_color */
.hvr_txt_color_nomal:hover{color: #333333;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #084eb7} /* メインカラー */
.hvr_txt_color2:hover{color: #f3f3f3} /* サブカラー */
.hvr_txt_color3:hover{color: #e1080f} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #c9baa9} /* アクセントカラー2 */

.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #084eb7} /* メインカラー */
.hvr_bg_color2:hover{background-color: #f3f3f3} /* サブカラー */
.hvr_bg_color3:hover{background-color: #e1080f} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #c9baa9} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important}

.hvr_border_color1:hover{border-color: #084eb7}
.hvr_border_color2:hover{border-color: #f3f3f3}
.hvr_border_color3:hover{border-color: #e1080f}
.hvr_border_color4:hover{border-color: #c9baa9}


/* design ---------------------------------------------------------------------------------------------*/
#loader .loader_bar, #loader .loader_gauge{
	top: 50%;
    transform: translateY(-50%);
}
#custom .custom_wrap{position: relative}
#custom .custom_wrap:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgb(59 98 157 / 8%);
    position: absolute;
    top: 0;
    left: 0;
}
#custom .custom_title {
    top: 5%;
    z-index: 1;
    opacity: 0.6;
    max-width: 1232px;
    width: 86%;
}
#custom .custom_img {
    bottom: 16%;
    left: 3%;
    width: 82%;
    max-width: 1079px;
    z-index: 1;
}
#custom .custom_txt {
    left: 50px;
    bottom: 30px;
}
#logo img{max-width: 390px}
#logo2{width: 292px;}

.intro_wrap .font_bar{font-weight: bold;color: #e40000;}

.con_no{width: 55%;}
#contents .con_bg{background: url( "../dup/img/con_bg1.jpg" ) center / cover no-repeat;}
#contents2 .con_bg{background: url( "../dup/img/con_bg2.jpg" ) center / cover no-repeat;}
#contents2 .con_no{width: 43%;}


/* #contents追加 ---------------------------------------------------------------------------------------------*/
.con_box1 {margin-bottom: 0;padding-bottom: 0;}
#contents2 .con_bg {
    top: 0;
    right: 0;
	background-color: #063467;
}
#contents2 .con_wrap {
	opacity: 0;
    right: -10px;
}
#contents2.trans .con_wrap {
    opacity: 1;
    right: 0;
}
#contents2 .con_img {
    top: 100px;
    bottom: 100px;
    left: 0;
}


/* 下層 ---------------------------------------------------------------------------------------------*/
#page_title .title_bg{background-position: top;}
#page_title .title_wrap p span:first-letter{color: #e40000;}
#page03 #cms_2-c .box_txt1{color: #084eb7;font-size: 18px;}
#page03 #cms_2-c .box_txt1:first-letter{font-size: 28px;color:#4ae;}
#page03 #cms_2-c .cate_box{position: relative;background-color: #edf4f9;margin-bottom: 40px;padding-bottom: 0;}
#page03 #cms_2-c .cate_box::before {
    display: inline-block;
    content: "";
    width: 1px;
    height: 50px;
    background: #084eb7;
    position: absolute;
    bottom: -50px;
    left: 20px;
    z-index: -1;
}
#page03 #cms_2-c .cate_box:last-of-type::before, #contents .con_box1::before{display: none}


/* IE */
@media all and (-ms-high-contrast: none){ 
}

@media screen and (min-width: 768px){
#pp-nav ul, .pp-slidesNav ul {
    background-color: #f6f4ef;
    padding: 15px 0;
    border-radius: 15px;
}
}	


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
	#custom .custom_box {background-image: url(./Dup/img/custom_bg_sp.jpg)!important;}
	#custom .custom_title {
		top: -30px;
		left: 2%;
		max-width: 621px;
		width: 85%;
	}
	#custom .custom_txt{text-align: left}
	#contents2 .con_wrap {opacity: 1;right: 0;}
	#contents2 .con_no{width: 55%;}	
}

/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){
	#custom .custom_img{    bottom: 15%;left: 16px;}
	#custom .custom_txt {left: 20px;bottom: 26px;font-size: 15px;}
	#custom .custom_title {
		top: -26px;
		left: -2px;
		width: 100%;
		padding-right: 78px;
	}
	#logo, .cms_title {margin-bottom: 50px;}
	#logo img{width: 229px;}
}






