﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Yusei+Magic&display=swap');


/* ----------　all　---------- */
.linkStyle{
	color:#333333;
	text-decoration: underline;
}
.linkStyle:hover{
	color:#eb3333;
	opacity: 0.7;
	transition: all 0.5s;
}

body {
	font-weight:400;
}

h2, h3, h4 {
	font-weight:bold;
}

#fakeloader .fl {
    max-width: 20%;
}


/* color */
body,.txt_color_nomal{color: #333333!important;}
.txt_red{color: #d43d23!important;}
.txt_color1{color: #d43d23!important;} /* メインカラー */
.txt_color2{color: #ffd120!important;} /* サブカラー */
.txt_color3{color: #ffd120!important;} /* アクセントカラー1 */
.txt_color4{color: #fbf8f7!important;} /* アクセントカラー2 */
.txt_color5{color: #fffff9!important;} /* アクセントカラー2 */

/* background-color */
.bg_color1{background-color: #d43d23!important;} /* メインカラー */
.bg_color2{background-color: #ffd120!important;} /* サブカラー */
.bg_color3{background-color: #ffd120!important;} /* アクセントカラー1 */
.bg_color4{background-color: #fbf8f7!important;} /* アクセントカラー2 */
.bg_color5{background-color: #fffff9!important;} /* アクセントカラー2 */



/* border-color ※!important */
.border_color1{border-color: #d43d23!important;}
.border_color2{border-color: #ffd120!important;}
.border_color3{border-color: #ffd120!important;}
.border_color4{border-color: #cccccc!important;}
.border_color5{border-color: #fffff9!important;}


/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color_nomal:hover{color: #333333!important;}
.hvr_txt_color1:hover{color: #d43d23!important;} /* メインカラー */
.hvr_txt_color2:hover{color: #ffd120!important;} /* サブカラー */
.hvr_txt_color3:hover{color: #ffd120!important;} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #fbf8f7!important;} /* アクセントカラー2 */
.hvr_txt_color5:hover{color: #fffff9!important;} /* アクセントカラー2 */

/* background-color */
.hvr_bg_color1:hover{background-color: #d43d23!important;} /* メインカラー */
.hvr_bg_color2:hover{background-color: #ffd120!important;} /* サブカラー */
.hvr_bg_color3:hover{background-color: #ffd120!important;} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #fbf8f7!important;} /* アクセントカラー2 */
.hvr_bg_color5:hover{background-color: #fffff9!important;} /* アクセントカラー2 */



/* border-color ※!important */
.hvr_border_color1:hover{border-color: #d43d23!important;}
.hvr_border_color2:hover{border-color: #ffd120!important;}
.hvr_border_color3:hover{border-color: #ffd120!important;}
.hvr_border_color4:hover{border-color: #cccccc!important;}
.hvr_border_color5:hover{border-color: #fffff9!important;}


/* nav */

.pc_nav li a span:first-of-type {
	color:#d43d23!important;
}

#sp_nav .sp_nav_inner .l-menu ul li a {
	color:#eb3333!important;
	transition: 0.5s;
}

#sp_nav {
	background-color: #fffff9!important;
}

/* footer */

.footer {
    background-color: #ffffcc!important;
    color: #333333!important;
}

.f_sitemap_inner li a, .f_sitemap_inner li i, .footer p {
    color: #333333!important;
}

.f_sitemap_inner p {
    
}

.f_contact_box p {
    margin: 15px auto;
}

.f_contact_box h4 {
    font-size: 30px!important;
}

.pagetop {
    z-index: 20;
}

.pagetop, #fix-con {
    margin-bottom: 15px;
}

#fix-con {
    position: fixed;
    right: 100px;
        -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: 20;
}

#fix-con a {
    width: 250px;
    padding: 10px 20px;
    color: #333333;
    background-color: #ffd120;
    text-align: center;
    font-weight: bold;
    border-radius: 30px;
    transition: 0.5s;
}

#fix-con a:hover {
    background-color: #d43d23;
    color: #ffffff;
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}

/* ----------　TOP　---------- */

/* main-img */


#main_img {
	height:80vh;
	background-color: #d43d23!important;
	padding-top:150px!important;
}

.main-img-wrap {
	width: 95%;
    margin: 5% auto;
    column-gap: 5%;
}

.main-left {
	width: 50%;
}

.copy-box {
	width:30%;
}

.copy-box h2 {
	font-size: 60px;
    color: #ffffff;
	white-space:nowrap;
	line-height: 1.5;
	letter-spacing: 0.3em;
}

.copy-box p {
	font-size:18px;
	color: #ffffff;
	margin-top: 20px;
	white-space:nowrap;
	letter-spacing: 0.3em;
}

/* top */

.topTxt1 {
	font-family: 'Yusei Magic', sans-serif;
}

#con3, #con1 {
	background-image: url("Dup/img/bg-ptn.png");
	background-size: 40%;
	animation: bgiLoop 15s linear infinite;
}

@keyframes bgiLoop {
    0% { background-position: 0 0;}
  100% { background-position: 100% -300px;}
}

#con1 .con1_inner h2 {
	position:relative;
	z-index: 0;
	font-weight: bold;
}

#con1 .con1_inner h2::before {
	content: "";
    width: 50%;
    height: 10px;
    background-color: rgba(235,51,51,0.30);
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

#con1 .con1_inner p {
	text-align: left!important;
}

#con1::before {
	content: "";
    width: 20%;
    height: 30%;
    background-image: url(Dup/img/hito1.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 5px;
    top: 20px;
}

#con1::after {
	content: "";
    width: 20%;
    height: 30%;
    background-image: url(Dup/img/hito2.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 50px;
    top: 20px;
}

.top-con-bt {
	width: 10%;
	z-index: 5;
}

#con3 .box_wrap {
	align-items:flex-start;
}

#con3 .box .icon {
	padding: 10px;
	margin:-10px auto 10px;
	background-color:#ffd120;
	border-radius: 30px;
	color: #ffffff;
	width: 80%!important;
	line-height: 1.5;
	font-size: 16px;
	
}

/* top-cms */

#con4 {
	display:none;
}


/* ----------　下層ページ　---------- */

.cate_list li a {
    color: #666666!important;
    border-color: #666666!important;
}

.cate_list li a:hover {
    background-color: #ffd120!important;
    border-color: #ffd120!important;
}

.pager li a {
    background-color: #ffd120!important;
    color: #333333!important;
}

.pager li a:hover {
    color: #ffffff!important;
}

#cms_2-a #cate1 .cate_box {
    padding-bottom: 20px!important;
}

#cms_2-a #cate1 .cate_box p {
    padding-bottom: 3%!important;
}

.page6-bnr a {
    text-align: center;
    width: 200px;
    margin: 0 auto 100px;
    padding: 20px;
    background-color: #ffd120;
    border-radius: 50px;
    color: #333333;
    font-weight: bold;
    transition: 0.5s;
}

#cms_2-a #cate0 .page6-bnr {
    display: block!important;
}

.page6-bnr a:hover {
    background-color: #d43d23;
    color: #ffffff;
}


/* 会社情報 */
/* お問い合わせ */

.con-box-wrap {
        width: 80%;
    column-gap: 5%;
    display: flex;
    margin: 0 auto;
    place-content: flex-end;
}

.tel-box p {
    margin-top: 10px;
}

.tel-box, .mail-box {
    width: 42%;
    text-align: center;
}

#tel_txt .box {
    border-color: #CECACA!important;
}

#page8 .contact_tel a, #page8 .contact_tel a span{
    font-size: 18px;
}

#page8 .tel-box h3, #page8 .mail-box h3 {
    font-size: 25px;
}

/* プライバシーポリシー */

.privacy .box a:hover {
    background-color: #d43d23!important;
    opacity: 0.5;
}

/* サイトマップ */

#page10 .sitemap li a {
    background-color: #ffd120!important;
    color: #333333!important;
}


/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
    
	
#main_img {
	padding-top:70px!important;
}

.main-img-wrap {
	flex-direction: column;
}

.main-left {
	width: 70%;
}

.copy-box {
	width:70%;
	margin-top: 20px;
}

.copy-box h2 {
	font-size: 50px;
}

.copy-box p {
	font-size:16px;

}
    
#con1::after {
        width: 15%;
            top: 90%;
}
    
.top-con-bt {
    width: 20%;
}

#con1 .con1_inner h2 {
    text-align: center;
}
    
#con1 .con1_inner h2::before {
    width: 70%;
    bottom: 5px;
}
    
    .con-box-wrap {
        display: block!important;
        width: 85%;
    }
    
    .tel-box, .mail-box {
    width: 100%;
}

    .mail-box {
    margin-top: 50px;
}
    
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
    
    #fakeloader .fl {
        max-width: 60%;
    }
    
    header {
        background-color: rgba(255,255,255,0.8);
    }
    
    .header-in {
        margin-top:0;
    }
    
    .header .logo1 {
        padding:0;
    }
    
    .pagetop, #fix-con {
    margin-bottom: 0px;
}
	
#fix-con {
        right: 80px;
}
	
#fix-con a {
    width: 180px;
    padding: 10px 10px;
}
	
#main_img {
    padding-top: 20vh!important;
    height: 70vh;
}


.main-left {
	width: 80%;
}

.copy-box {
	width:80%;
	margin-top: 20px;
}

.copy-box h2 {
	font-size: 30px;
	letter-spacing: 0.2em;
}

.copy-box p {
   font-size: 14px;

}
    

    
#con1::before, #con1::after {
    display: none;
} 
    
#con1 .con1_inner h2::before {
    display: none;
}
    
.con-box-wrap {
    width: 100%;
}
    
#page8 .contact_tel a, #page8 .contact_tel a span{
    font-size: 14px;
}

.tel-box p {
    text-align: left!important;
}

#page8 .tel-box h3, #page8 .mail-box h3 {
    font-size: 20px;
}
    
}

