﻿/* ----------　all　---------- */
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru&display=swap');

.linkStyle{
	color:#333;
	border-bottom: 1px solid;
}
.linkStyle:hover{
	color:#;
	opacity: 0.7;
	transition: all 0.5s;
}
/* color */
body,.txt_color_nomal{color: #333333;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #EFC04B;} /* メインカラー */
.txt_color2{color: #FF5050;} /* サブカラー */
.txt_color3{color: #F28827;} /* アクセントカラー1 */
.txt_color4{color: #edeae6;} /* アクセントカラー2 */
.txt_color5{color: #333333;}

/* background-color */
.bg_white{background-color: white;} /* 白背景 */
.bg_black{background-color: #333333;} /* 黒背景 */
.bg_color1{background-color: #EFC04B;} /* メインカラー */
.bg_color2{background-color: #FF5050;} /* サブカラー */
.bg_color3{background-color: #F28827;} /* アクセントカラー1 */
.bg_color4{background-color: #edeae6;} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important;}


/* border-color ※!important */
.border_color1{border-color: #EFC04B;}
.border_color2{border-color: #FF5050;}
.border_color3{border-color: #F28827;}
.border_color4{border-color: #edeae6;}


/* 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: #EFC04B;} /* メインカラー */
.hvr_txt_color2:hover{color: #FF5050;} /* サブカラー */
.hvr_txt_color3:hover{color: #F28827;} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #edeae6;} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: #333333;} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #EFC04B;} /* メインカラー */
.hvr_bg_color2:hover{background-color: #FF5050;} /* サブカラー */
.hvr_bg_color3:hover{background-color: #F28827;} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #F28827;} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important;}

/* border-color ※!important */
.hvr_border_color1:hover{border-color: #EFC04B;}
.hvr_border_color2:hover{border-color: #FF5050;}
.hvr_border_color3:hover{border-color: #F28827;}
.hvr_border_color4:hover{border-color: #edeae6;}

/* ----------　TOP　---------- */
#fakeloader {
    background-color:#F28827;
}
#fakeloader .fl {
    max-width: 230px;
}
#fakeloader f1 img {
    width: 100%;
    max-width: 980px;
}

.pc_nav li {
    padding-top: 47px;
}
.header ul.pc_nav li:nth-of-type(1) ,.header ul.pc_nav li:nth-of-type(2) ,.header ul.pc_nav li:nth-of-type(3) ,.header ul.pc_nav li:nth-of-type(4) ,.header ul.pc_nav li:nth-of-type(5) {
    background-image: url(Dup/img/QA.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center top 10px;
    padding-right: 0;
    width: 160px;
}
.header ul.pc_nav li {
    background-position: center top 10px;
    padding-right: 0;
}
.header ul.pc_nav li:nth-of-type(1) {
    background-image: url(Dup/img/news.png);
}
.header ul.pc_nav li:nth-of-type(2) {
    background-image: url(Dup/img/about.png);
}
.header ul.pc_nav li:nth-of-type(3) {
    background-image: url(Dup/img/flow.png);
}
.header ul.pc_nav li:nth-of-type(4) {
    background-image: url(Dup/img/service.png);
}
#main_img .dec01 {
    right: 0;
    top: 0;
    max-width: 450px;
    width: 25%;
}
#main_img .dec02 {
    left: 0%;
    bottom: 20%;
    max-width: 450px;
    width: 20%;
}
#main_img .dec03 {
    max-width: 980px;
    width: 35%;
    top: inherit;
    bottom: 53px;
}
#main_img .dec04 {
    max-width: 1050px;
    width: 43%;
    top: 30%;
}
#question {
    background-image: url(Dup/img/bg02.jpg);
    background-size: cover;
    background-position: center;
}
#question:before {
    opacity: 0.5;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

#question .box{
	z-index: 1;
}
#question .box .box_item{
    padding: 80px;
    justify-content: space-around;
}
#question .txt {
    width: 40%;
    padding-left:5%;
    position: relative;
}
#question .txt:nth-child(even) {
	margin-right: 0%;
}
#question .txt .check {
    width: 8%;
    position: absolute;
    left: 0;
    top: 0;
}
#question .txt:before{
	content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    z-index: 0;
    border-radius: 5px;
	top: 2px;
}
#question .sliceTxt4,#question .sliceTxt5,#question .sliceTxt6{
	font-size: 80px;
	
	    font-size: -webkit-calc(1rem + 30px);
    font-size: calc(1rem + 30px);
    text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff;
}
#question:before {
background-color: #ffffff;
}

#con1 h2 {
    font-weight: bold;
    }
.f_contact_img {
    opacity: 0.7;
}
.footer ul li .txt_white ,.footer p {
    color: #333333;
}
.footer {
    background-color: #f7f7f7;
}
.footer_contact .f_contact_btn i.fas{
    display: none;
}

/* ----------　下層ページ　---------- */
.pagetitle {
    background-color: #ffeec3;
}
#cms_6-a .cate_box .box_txt1 ,#cms_3-d .cate_box .box_title{
    font-size: -webkit-calc(1rem + 3px);
    font-size: calc(1rem + 3px);
}
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */
/*-------------------------------------------------------
			          1200px以下
-------------------------------------------------------*/
@media screen and (max-width: 1200px){
.header .pc_nav{display: none;}
.header-in{justify-content: start;}
}
/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
.header-in {
    /* justify-content: start; */
    justify-content: space-between;
}
#question .txt { 
    width: 100%;
    margin-right: 0%;
    padding-left: 10%;
}
#question .box .box_item {
    padding: 50px;
}
#question .title span {
    font-size: -webkit-calc(1rem + 18px);
    font-size: calc(1rem + 18px);
}
#main_img .dec03 {
    width: 49%;
    top: inherit;
    bottom: -8%;
}

#con3 figure {
    width: 50%;
    margin: 0 auto;
}




}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
    #question .title span {
    font-size: -webkit-calc(1rem + 8px);
    font-size: calc(1rem + 8px);
}
#con1 .topTxt1 {
    padding: 11px 20px 9px;
}
#question .box .box_item {
    padding: 30px;
}	
#question .txt {
    width: 100%;
    margin-right: 0%;
}
#question .txt .check {
    padding-right: 10px;
}
#main_img .dec03 {
    width: 49%;
    top: inherit;
    bottom: -11%;
}
#main_img .dec04 {
    top: 41%;
    width: 80%;
}
#con3 figure {
    width: 100%;
    margin: 0 auto;
}
.footer_contact h4 {
    font-size: 40px;
}
}