﻿body,.txt_color_nomal{color: #333333;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #385CA8} /* メインカラー */
.txt_color2{color: #B9DFFF} /* サブカラー */
.txt_color3{color: #69B6DB} /* アクセントカラー1 */
.txt_color4{color: #385CA8} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #385CA8} /* メインカラー */
.bg_color2{background-color: #B9DFFF} /* サブカラー */
.bg_color3{background-color: #69B6DB} /* アクセントカラー1 */
.bg_color4{background-color: #385CA8} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important}


/* border-color ※!important */
.border_color1{border-color: #385CA8}
.border_color2{border-color: #B9DFFF}
.border_color3{border-color: #69B6DB}
.border_color4{border-color: #385CA8}


/* 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: #385CA8} /* メインカラー */
.hvr_txt_color2:hover{color: #B9DFFF} /* サブカラー */
.hvr_txt_color3:hover{color: #69B6DB} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #385CA8} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #385CA8} /* メインカラー */
.hvr_bg_color2:hover{background-color: #B9DFFF} /* サブカラー */
.hvr_bg_color3:hover{background-color: #69B6DB} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #385CA8} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important}

/* border-color ※!important */
.hvr_border_color1:hover{border-color: #385CA8}
.hvr_border_color2:hover{border-color: #B9DFFF}
.hvr_border_color3:hover{border-color: #69B6DB}
.hvr_border_color4:hover{border-color: #385CA8}

/* ----------　all　---------- */
.linkStyle{
	color:#385CA8;
}
.linkStyle:hover{
	color:#69B6DB;
	opacity: 0.7;
	transition: all 0.5s;
}
.hannari {
    font-family: 'Zen Maru Gothic', sans-serif;
}
#footer_nav li {
    max-width: 180px!important;
    margin-right: 20px!important;
}
#fakeloader .fl {
    max-width: 450px;
}
.font_14 {
    font-size: 16px;
}
#footer_nav li {
    max-width: 190px!important;
}

/* ----------　TOP　---------- */
#video {
    width: 70%;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    margin-bottom: 100px;
}
#video:before {
    content: "";
    background-image: url(./Dup/img/accent.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    transform: translate(-50%,-50%);
    z-index: -1;
}
.banner_box {
        bottom: 10px;
    right: 10px;
    z-index: 10;
}
.back1:before {
    background-color: rgb(185 223 255 / 31%)!important;
}
.didot {
    font-family: 'Zen Maru Gothic';
    font-weight: bold;
}
#top_pc_nav a {
    text-shadow: 1px 1px 5px #385ca8;
}
#main_img:before {
    background-color: #b9dfff54;
}
#main_img .square_box {
    height: auto!important;
}
#pc_nav li, #top_pc_nav li, #footer_nav li {
    max-width: 170px;
    margin-right: 22px;
}
.line:before {
    background-image: url(./Dup/img/line.png);
    background-size: contain;
    width: 89%;
    height: 10px;
    background-repeat: no-repeat;
    background-color: transparent!important;
}
#intro_wrap {
    position: relative;
    background-color: transparent;
}
#intro_wrap:before {
    content: "";
    background-image: url(./Dup/img/top_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0.5;
}
#contents1 .con_title,#contents2 .con_title,#contents3 .con_title {
    position: relative;
}
#contents1 .con_title:before,#contents2 .con_title:before,#contents3 .con_title:before {
    content: "";
    background-image: url(./Dup/img/accent.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 0.5;
    transform: translate(-50%,-50%);
}
#contents3 li {
    position: relative;
    text-indent: 2em;
}
#contents3 li:before {
    content: "";
    background-image: url(./Dup/img/check.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0em;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}
#contents3 .con_title:before {
    width: 250px;
    height: 250px;
    left: 50%;
}
#info_contact .con_img:before {
    background-color: rgb(105 182 219 / 48%);
}
#contents3_wrap:after {
     background-color: transparent!important; 
}
/* ----------　下層ページ　---------- */
.page_title_box {
    background: transparent;
}
.page_title_box p {
    font-size: 30px;
}
.page_title_box h2 {
    font-size: 50px;
}

/* 会社情報 */
/* お問い合わせ */
.contact_line {
    max-width: 420px;
}
#contact_tel a {
   padding: 25px;
}
/* プライバシーポリシー */
/* サイトマップ */



/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
/* ----------　all　---------- */
.font_14 {
    font-size: 14px;
}
/* ----------　TOP　---------- */
#video:before {
    width: 200px;
    height: 200px;
}
#intro_wrap:before {
    width: 108%;
    top: 52%;
}
#contents1 .con_title:before, #contents2 .con_title:before, #contents3 .con_title:before {
    width: 100px;
    height: 100px;
}
/* ----------　下層ページ　---------- */
.page_title_box p {
    font-size: 25px;
}
.page_title_box h2 {
    font-size: 40px;
}
.page_title_box {
    width: 80%;
}
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */

}


/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
/* ----------　all　---------- */

/* ----------　TOP　---------- */
#video {
    width: 90%;
}
.banner_box {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80%!important;
}
.catch_wrap {
    line-height: 0;
}
#intro_wrap:before {
    background-image: none;
}
.intro_txt .txt_center {
    text-align: left;
}
#contents1 .con_title:before, #contents2 .con_title:before, #contents3 .con_title:before {
    left: 10%;
}
#contents3 li {
    text-indent: 0em;
    margin-left: 2em;
    margin-bottom: 10px;
}
#contents3 li:before {
    text-indent: 0em;
    margin-left: 1em;
    transform: translateY(0px);
    top: 2px;
    left: -2.8em;
}
#contents3 .con_txt {
    line-height: 1.4;
    
}
/* ----------　下層ページ　---------- */
.page_title_box p {
    font-size: 18px;
}
.page_title_box h2 {
    font-size: 26px;
}
.page_title_box {
    width: 100%;
}
/* 会社情報 */
/* お問い合わせ */
#contact_tel a {
    padding: 10px;
}
#tel_wrap {
    padding: 5% 5px;
}
#tel_wrap p {
    padding: 10px;
}
/* プライバシーポリシー */
/* サイトマップ */
}
/*-------------------------------------------------------
		            CMS-4
-------------------------------------------------------*/
.flow_type3 .cate{counter-reset: box;}
.flow_type3 .cate_box{counter-increment: box;}
.flow_type3 .box_item{padding-top: 60px;}
.flow_type3 .box_title1{z-index: 0}
.flow_type3 .box_title1::before, .flow_type3 .box_title1::after{
	position: absolute;
	content: "";
	display: block;
	pointer-events: none
}
.flow_type3 .box_title1::before {
	content: "0"counter(box);
	font-size: 86px;
	color: #b9dfffa3;
	left: 0;
	top: -70px;
	z-index: -1;
}
.flow_type3 .box_title1::after{
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #385ca8;
}
/*-------- スマートフォン --------*/
@media screen and (max-width: 667px){
.flow_type3 .box_title1::before{
	left: auto;
	right: 0;
	top: -50px
}
.flow_type3 .box_item {
    padding-top: 36px;
}
}

