﻿@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');


/* ----------　all　---------- */
.linkStyle{
	color:#5b79d6;
}
.linkStyle:hover{
	color:#5b79d6;
	opacity: 0.7;
	transition: all 0.5s;
}

/* color */
body, .txt_color_nomal{color: #100b02;}
.txt_color1{color: #ffb425;} /* メインカラー */
.txt_color2{color: #e6e1d7;} /* サブカラー */
.txt_color3{color: #ff6a09;} /* アクセントカラー1 */
.txt_color4{color: #5b79d6;} /* アクセントカラー2 */

/* background-color */
.bg_color1{background-color: #ffb425;} /* メインカラー */
.bg_color2{background-color: #e6e1d7;} /* サブカラー */
.bg_color3{background-color: #ff6a09;} /* アクセントカラー1 */
.bg_color4{background-color: #5b79d6;} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent;}


/* border-color ※!important */
.border_color1{border-color: #ffb425;}
.border_color2{border-color: #e6e1d7;}
.border_color3{border-color: #ff6a09;}
.border_color4{border-color: #5b79d6;}


/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color_nomal:hover{color: #100b02;}
.hvr_txt_color1:hover{color: #ffb425;} /* メインカラー */
.hvr_txt_color2:hover{color: #e6e1d7;} /* サブカラー */
.hvr_txt_color3:hover{color: #ff6a09;} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #5b79d6;} /* アクセントカラー2 */

/* background-color */
.hvr_bg_color1:hover{background-color: #ffb425;} /* メインカラー */
.hvr_bg_color2:hover{background-color: #e6e1d7;} /* サブカラー */
.hvr_bg_color3:hover{background-color: #ff6a09;} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #5b79d6;} /* アクセントカラー2 */


/* border-color ※!important */
.hvr_border_color1:hover{border-color: #ffb425;}
.hvr_border_color2:hover{border-color: #e6e1d7;}
.hvr_border_color3:hover{border-color: #ff6a09;}
.hvr_border_color4:hover{border-color: #5b79d6;}


body {
	font-family: 'Zen Kaku Gothic New', sans-serif!important;
	font-weight: 400;
	background-image:url("Dup/img/bg.jpg");
	background-attachment: fixed;
	font-size: 16px;
}

p {
    font-size: 16px!important;
}

h3 {
    font-size: 18px!important;
}

h2,h3,h4,.con_no {
	font-family: 'Zen Maru Gothic', sans-serif!important;
	font-weight: bold;
}

#fakeloader {
    background-color: #e6e1d7;
}

/* nav */

header {
	background-color:#ffffff!important;
	box-shadow: 5px 0px 5px rgba(0,0,0,0.3);
}

#main_menu ul li a, .tel_bt a {
	color: #100b02!important;
	font-weight: 500;
}



.button {
	background-color: #ffb425;
}

.tel_bt a {
	border-color: #ffb425;
	background-color:transparent!important;
}

.button:hover::after {
    box-shadow: inset 0 0 0 15em #5b79d6;
}

.tel_bt a:hover {
	color:#ffffff!important;
}

.head_banner a {
	background-color: #ffb425;
transition: 0.5s;
}

.head_banner a:hover {
	background-color: #5b79d6;
}



/* footer */

footer {
    background-color:rgba(255,255,255,0.3);
}

#page-top a, #page-top a span {
	color: #100b02;
}

footer p, #footer_menu li a {
    font-weight: 500;
}


/* ----------　TOP　---------- */

/* main-img */

#video {
    height: 100%!important;
}

#video video {
    width: 100%!important;
    height: auto!important;
    transform: none!important;
}

#main_img {
    min-height: initial;
}

#main_img img {
    display: none;
}

.copy-box {
    z-index: 5;
    text-align: left;
    bottom: 20%;
    left: 5%;
}

.copy-box h2 {
    font-size: 60px;
    color: #ffffff;
    text-shadow: 2px 2px 5px rgb(0 0 0 / 70%);
}

.copy-box p {
        font-size: 20px;
    font-weight: 500;
    text-shadow: 0 0 5px rgb(255 255 255 / 80%);
}


/* top */

#contents_box, footer {
/*	background-image:url("Dup/img/bg.jpg");
	background-repeat:repeat-x;
	background-attachment: fixed;*/
}

#contents3 {
	background-color:transparent!important;
}


.con_no::before {
	display: none;
}

.con_no {
	display: block;
	padding-right:0;
	margin: 0 auto;
	font-size: 25px;
	text-align: center;
	color: #ffb425!important;
}

#contents1 {
	padding: 100px 5%;
}

#contents1-wrap {
	background-color:#ffffff;
	padding: 5%;
	border-radius: 50px;
}

#contents1 h2, #contents2 h2, #contents3 h3{
	position: relative;
	text-align:center;
	color: #100b02;
	font-weight: bold;
	margin: 0 auto;
	z-index: 5;
}

#contents2 h2 {
	margin: 30px;
}

#contents1 h2::before, #contents2 h2::before, #contents3 h3::before {
	content: "";
    height: 10px;
    width: 450px;
    border-radius: 6px;
    position: absolute;
    background: rgb(255,179,37);
/*background: -webkit-linear-gradient(left, rgba(255,106,9,1) 0%, rgba(255,143,23,1) 50%, rgba(255,179,37,1) 100%);
background: -o-linear-gradient(left, rgba(255,106,9,1) 0%, rgba(255,143,23,1) 50%, rgba(255,179,37,1) 100%);
background: linear-gradient(to right, rgba(255,106,9,1) 0%, rgba(255,143,23,1) 50%, rgba(255,179,37,1) 100%);*/
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    margin: auto;
}

#contents1 p {
	text-align:center;
}

#attach {
	display:none;
}

#contents2 {
	padding: 150px 10% 150px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
	overflow:hidden; 
}

#contents2::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: inherit;
	left: 0;
	top: 0;
	z-index: -1;
	-webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px)!important;
}

#contents2::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background-color:rgba(91,121,214,0.5);
}

#contents2-wrap {
	background-color:rgba(255,255,255,0.70);
	border-radius: 50px;
	text-align: center;
	padding: 2%;
	z-index: 5;
}

.con2-ul {
	margin-top: 20px;
	column-gap:5%;
	grid-row-gap: 30px;
	flex-wrap: wrap; 
}

.con2-ul li {
	 padding: 2%;
    text-align: center;
    border: 2px solid #ffb425;
    border-radius: 25px;
    width: 35%;
}

.con2-ul li p {
	font-weight:500;
}

.con2-ul li img {
	height: 120px;
	width: auto;
	margin-bottom: 15px;
}

#contents3 {
	padding:100px 10%;
}

.contents3_box {
	column-gap: 20px;
	padding-top: 80px;
	align-items: center!important;
	background-color: rgba(255,255,255,1);
    padding: 30px;
	margin-bottom: 50px;
    border-radius: 50px;
}

.contents3_box .con3-txt, .contents3_box figure {
	width:47%!important;
}

.contents3_wrap {
	padding-top:20px;
	padding-bottom: 50px;
}

.contents3_wrap .contents3_box:first-of-type{
	margin-left: -20px;
}

#contents3 h3 {
	position:relative;
	font-weight: bold;
	margin-bottom: 20px;
}

#contents3 .contents3_box:first-of-type h3::before {
	width:80%;
}

#contents3 .contents3_box:last-of-type h3::before {
	width:55%;
}

#contents3 .contents3_box:last-of-type {
    margin-top: 100px;
}


/* top-cms */

#top_cms {
    background-color: rgba(255,255,255,0.85);
}

.cms_title h2 {
	color: #100b02; 
}


/* ----------　下層ページ　---------- */

#page_title .title_img {
        height: 310px;
        background-image: none;
}

#page_title .title_img::before {
    display: none;
}

#page_title .page_box {
        width: 70%;
    margin: 0 auto;
        padding: 130px 0 0;
    z-index: 10;
}

#page_title h2 {
    color: #100b02;
    text-shadow: 0 0 5px #ffffff;
}

#page_title p {
    text-shadow: 0 0 5px #ffffff;
}

article.page_wrap {
    background-color: rgba(255,255,255,0.9);
}

.hvr_bg_color1:hover {
    box-shadow: none;
}

.cate_list li a, .pager li a, #page10 ul li a {
    font-weight: 500;
    color: #ffffff;
    background-color: #ffb425!important;
}

.cate_list li a:hover, .pager li a:hover, #page10 ul li a:hover {
    background-color: #5b79d6!important;
}

/* はじめての方へ　バナー */

.fixed-bnr {
    z-index: 20;
    right: 40px;
    bottom: 40px;
}

.con-bnr {
    padding: 20px 30px;
    transition: 0.5s;
}


/* 会社情報 */

#page7 .box_item p {
    color: #100b02;
}

/* お問い合わせ */

.con-line {
    margin: 50px auto ;
}


/* プライバシーポリシー */
/* サイトマップ */

#page10 ul li a{
    font-weight: 500;
}


/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
	
	header{
		box-shadow:none;
	}
	
	.con-bnr {
	    display: none;
	}
	
	#logo img {
	    width: 80%!important;
	}
	
	.copy-box {
    bottom: 10%;
    left: 5%;
}

.copy-box h2 {
    font-size: 45px;
}

.copy-box p {
        font-size: 18px;
}
	
	footer .logo {
    text-align: center;
}
	
	#contents3 .contents3_box:first-of-type h3::before {
	width:80%;
}

#contents3 .contents3_box:last-of-type h3::before {
	width:55%;
}
	
	#contents2 {
		padding:150px 5%;
	}
	
	.con2-ul li {
		width:40%;
	}
	
	.contents3_box .con3-txt, .contents3_box figure {
	width:100%!important;
}
	.contents3_box .con3-txt {
		margin:20px 0;
	}
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
	
	#video {
	    height: 35vh!important;
	}
	
	#video video {
	    width: auto!important;
        height: 100%!important;
	}
	
	.copy-box {
        margin: auto;
    top: 50%;
}
	
	.copy-box h2 {
    font-size: 20px;
}
	
	.copy-box p {
	    font-size: 14px!important;
	}
	
	.button {
		max-width:none!important;
		width:auto!important;
	}
	
	#contents1 h2::before, #contents2 h2::before, #contents3 h3::before {
		display:none;
	}
	
	#contents1 h2, #contents2 h2, #contents3 h3 {
	    text-align: left;
	}
	
	#contents1 .con_no {
	    font-size: 18px;
	    text-align: center;
	}
	
	#contents1 p {
	    text-align: left;
	}
	
	#contents1-wrap {
	    padding: 5% 5% 10% 5%;
	}
	
	#contents2-wrap {
		text-align: left;
    	padding: 5%;	
	}
	
	#contents2 {
	    background-position: center;
	}
	
	#contents2 h2 {
	    margin: 30px 0 ;
	    text-align: left;
	}
	
		#contents2 p {
		    margin-bottom: 20px;
		}
	
	.con2-ul {
		flex-direction: column;
	}
	
	.con2-ul li {
		padding:5%;
		width:90%;
	}
	
	.con2-ul li img {
		height:100px;
	}
	
	#contents3 {
    padding: 80px 5%;
    }
    
    .contents3_box {
        padding: 25px;
    }
    
    #contents3 h3 {
        text-align: left;
    }
    
    #page_title .title_img {
    height: 250px;
}
    
    #page_title .page_box {
        width: 90%;
        padding: 100px 0 0;
    }
    
}


/* cms1 */

.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: #ebebeb;
	left: 0;
	top: -70px;
	z-index: -1;
}
.flow_type3 .box_title1::after{
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #222
}
/*-------- スマートフォン --------*/
@media screen and (max-width: 667px){
.flow_type3 .box_title1::before{
	left: auto;
	right: 0;
	top: -50px
}
.flow_type3 .box_item {
    padding-top: 36px;
}
}


