﻿/* -----------------------------------------------　all　---------------------------------------------------- */

/* -----------------------------　ボディ　------------------------------------- */
body{
    overflow: hidden;
}

.pagetop {
    z-index: 1;
}

/*--------------------------------
疑似要素にオブジェクト
--------------------------------*/
#main_img,#con1 .con1_inner, #con2, #con2 .img_wrap,#con3,.topCms.cms1,.all_contents .content{position: relative;}
/*リピートなし*/
#main_img:before,#main_img:after, #con1 .con1_inner:before,#con1 .con1_inner:after,#con2:before,#con2 .img_wrap:before,#con3:before,.topCms.cms1:before,.obj,
.all_contents .content:before,.all_contents .content:after ,#con2:after,#con3:after,#main_img:before,#main_img:after{
content: "";
display: block;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
}

/*装飾に便利な疑似クラス設定*/

/* ----------　font　---------- */
@font-face {
    font-family: 'LogoType_G_Condense';
    font-style: normal;
    font-weight: 400;
    src: url('./Dup/img/LogoType_G_Condense.woff') format('woff'),
         url('./Dup/img/LogoType_G_Condense.woff2')  format('woff2');
    font-display: swap;
}

.l-menu,.pc_nav,.en_font,.TopTxt04, h1, h2, h3, h4, h5, h6,.pager a, .cate_list li a, .sns_title, .con_no, .tel, .copyright{
    font-family: 'LogoType_G_Condense',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* color -----------------------------------------------------------------------------*/

:root{
    --color1:#e67928;
    --color2:#c5b7a3;
    --color3:#bb9855;
    --color4:#e59f0b;
    --color5:#e9e5dc;
    --white:#ffffff;
    --black:#1B1A17;
    --gray:#ccc;
}

body,.txt_color_nomal,.hvr_txt_color_nomal:hover{color: var(--black);}
.txt_white,.hvr_txt_white:hover{color: var(--white);}
.txt_color1,.hvr_txt_color1:hover{color: var(--color1);} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: var(--color2);} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: var(--color3);} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: var(--color4);} /* アクセントカラー2 */
.txt_color5,.hvr_txt_color5:hover{color: var(--color5);} /* アクセントカラー2 */

/* background-color */
.bg_white,.hvr_bg_white:hover{background-color: var(--white)} /* 白背景 */
.bg_black,.hvr_bg_black:hover{background-color: var(--black);} /* 黒背景 */
.bg_color1,.hvr_bg_color1:hover{background-color: var(--color1);} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: var(--color2);} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: var(--color3);} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: var(--color4);} /* アクセントカラー2 */
.bg_color5,.hvr_bg_color5:hover{background-color: var(--color5);} /* アクセントカラー2 */
.bg_color_clear,.hvr_bg_color_clear:hover{background-color: transparent!important;}

/* border-color ※!important */
.border_white,.hvr_border_white:hover{border-color: var(--white);}
.hvr_border_black:hover{border-color: var(--black);}
.border_black{border-color: var(--gray);}
.border_color1,.hvr_border_color1:hover{border-color: var(--color1);}
.border_color2,.hvr_border_color2:hover{border-color: var(--color2);}
.border_color3,.hvr_border_color3:hover{border-color: var(--color3);}
.border_color4,.hvr_border_color4:hover{border-color: var(--color4);}
.border_color5,.hvr_border_color5:hover{border-color: var(--color5);}

/* ----------　linkStyle　---------- */
.linkStyle{
    color: var(--color1);
    border-bottom:solid 1px;
}

.linkStyle:hover{
	color: var(--color3);
	opacity: 0.7;
	transition: all 0.5s;
}

body#body {
    background: var(--white);
}

.txt_title{
	color: var(--color4);
}

/* color -----------------------------------------------------------------------------*/

/* ----------　custom_box　---------- */


/* ----------　custom　---------- */


/* ----------　cms　---------- */


/* ---------------------------------------------　TOP　---------------------------------------- */

.catch {
    transform: translate(76%,50%);
    bottom: 60%;
    width: 40%;
    z-index: 1;
}

div#bnr {
    width: 80%;
    z-index: 1;
    transform: translate(22%,50%);
    bottom: 8%;
}

.topTxt1 .arrow{
    margin-left: 0;
    transform: translate(-50%, 0);
}

p.TopTxt04,.privacy h3 {
    color: var(--color1);
}

#con2 .img_wrap:before {
    background-image: url(./Dup/img/obj2.png);
    background-size: 100%;
    width: 16vw;
    height: 12vw;
    top: -50%;
    left: 88%;
}

#con2:after {
    background-image: url(./Dup/img/obj3.png);
    background-size: 100%;
    width: 15vw;
    height: 12vw;
    bottom: -119px;
    left: 3%;
    z-index: 1;
}

#con3:after {
    background-image: url(./Dup/img/obj4.png);
    background-size: 100%;
    width: 18vw;
    height: 12vw;
    bottom: -9%;
    right: 4%;
    z-index: 1;
}

/*#bnr{*/
/*    width: 500px;*/
/*}*/

/*.bnr_01,.bnr_02,.bnr_03 li{*/
/*    float: left;*/
/*    list-style: none;*/
/*    margin: 30px;*/
/*}*/

.fix_banner {
    width: 300px;
    position: fixed;
    bottom: 5px;
    left: 25px;
    z-index: 5;
}

.f_sitemap_inner {
    margin-top: 20px;
}

/* ---------------------------------　下層ページ　--------------------------------- */
.f_contact_box h4{
    font-size: 30px;
}

.f_contact_box p{
    font-size:16px;
}

/* -------------------　BLOG　----------------- */



/* -------------------　依頼の流れ　----------------- */

.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: var(--color5);
	left: 0;
	top: -70px;
	z-index: -1;
}
.flow_type3 .box_title1::after{
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: var(--color3);
}
/*-------- スマートフォン --------*/
@media screen and (max-width: 667px){
.flow_type3 .box_title1::before{
	left: auto;
	right: 0;
	top: -50px
}
.flow_type3 .box_item {
    padding-top: 36px;
}
}

/* -------------------　Q&A　----------------- */
.qa_type2 .cate_box{
	overflow: hidden;
	background-color: var(--color5);
}

.qa_type2 .cate_box, .qa_type2 .box_txt1, .qa_type2 .box_txt2{
	border-color: #cccccc;
}

.qa_type2 .box_txt1, .box2 .box_txt1{
	border-color: var(--color3);
}

.qa_type2 .box_txt1 {
    color: var(--black);
}

.qa_type2 .box_txt1, .qa_type2 .box_txt2,
.box2 .box_txt1, .box2 .box_txt2{
	position:relative;
	z-index: +1;
}

/*Q*/
.qa_type2 .box_txt1::before, .box2 .box_txt1::before {
    content: "Q.";
    position: absolute;
    top: 19px;
    transform: translateY(-50%);
    left: -26px;
    font-size: 7em;
    color: var(--color2);
    z-index: -1;
}

/*A*/
.qa_type2 .box_txt2::before, .box2 .box_txt2::before{
	content: "A.";
	position: absolute;
	top: 19px;
	transform: translateY(-50%);
	left: 5px;
	font-size: 7em;
	color: var(--color2);
	z-index: -1;
	font-weight: bold;
}

.qa_type2 .box_txt1::before, .box2 .box_txt1::before, .qa_type2 .box_txt2::before, .box2 .box_txt2::before {
    opacity: 0.3;
}

/*--------タブレット--------*/
@media screen and (max-width: 768px){
.qa_type2 .cate_box{
	width: 95%!important;
}
}
/*--------スマートフォン--------*/
@media screen and (max-width: 667px){
.qa_type2 .box_txt1::before, .box2 .box_txt1::before {
	top: 3px;
	left: -26px;
	font-size: 18vw;
}
.qa_type2 .box_txt2::before, .box2 .box_txt2::before {
	top: 16px;
	left: 5px;
	font-size: 18vw;
}
}

/* ----------　会社情報　---------- */

/* ----------　お問い合わせ　---------- */


/* ----------　プライバシーポリシー ---------- */
#page9 .box .no {
    background: var(--color1);
}

/* ----------　サイトマップ　---------- */

@media  screen and (max-width: 1536px){
#con2 .img_wrap:before {
    top: 14%;
    left: 61%;
}

}
/*1280px以下*/
@media  screen and (max-width: 1280px){

#con2 .img_wrap:before {
    left: 60%;
}

#con2:after {
    width: 20vw;
    bottom: -15%;
    left: 17%;
}
#con3:after{
bottom: 0%;
right: 5%;
}

}

/*1000px以下）*/
@media  screen and (max-width: 1000px){


.loopSlider_wrap{right: 40px;}

}

@media all and (-ms-high-contrast: none){
  .sample{

  }
}


/*-------------------------------------------------------タブレット-------------------------------------------------------*/
@media screen and (max-width: 768px){

.catch {
    transform: translate(10%,50%);
    bottom: 50%;
    width: 87%;
}

div#bnr {
    width: 95%;
    z-index: 1;
    transform: translate(4%,50%);
    bottom: 0%;
}

#main_img {
    height: 40vh !important;
    width: 100%;
}

#main_img .main_title {
    left: 20px;
    top: 5%;
}

.logo1 {
    max-width: 100px;
}

.loopSlider_wrap{right: -25px;}

/*.all_contents .content:before{*/
/*width: 14vw;*/
/*height: 16vw;*/
/*top: -60%;*/
/*right: -50%;*/
/*}*/

/*.all_contents .content:after{*/
/*width: 18vw;*/
/*height: 21vw;*/
/*bottom: -75%;*/
/*left: -30%;*/
/*}*/

#con2 .img_wrap:before {
    width: 29vw;
    height: 15vw;
    top: 31%;
    left: 62%;
}

#con2:after{
    width: 32vw;
    height: 33vw;
    bottom: 0;
}

#con3:after {
    width: 45vw;
    height: 20vw;
    z-index: 1;
    bottom: 0%;
    /* right: 22%; */
}


}

/*-------------------------------------------------------スマホ-------------------------------------------------------*/
@media screen and (max-width: 667px){

.catch {
    transform: translate(10%,50%);
    bottom: 59%;
    width: 87%;
}

div#bnr {
    width: 44%;
    transform: translate(65%,50%);
    bottom: 21%;
}

#main_img {
    height: auto !important;
    width: 100%;
    padding-top: 50px;
    background: var(--color5);
}

.topTxt1{
    font-size: 15px;
    letter-spacing: 0px;
    padding: 10px 15px;
}

.topTxt02 {
    letter-spacing: 0px;
    font-size: 17px;
}

.topTxt04 {
    letter-spacing: 0;
    font-weight: lighter;
    font-size: 15px;
}

h3.cate_title {
    text-align: center;
    letter-spacing: 0;
    font-size: 15px;
    font-weight: lighter;
}

#con2 .img_wrap:before {
    width: 40vw;
    height: 27vw;
    top: 9%;
    left: 56%;
}

#con2:after {
    width: 50vw;
    height: 33vw;
    bottom: -1%;
    left: 5%;
}

#con3:after {
    z-index: 1;
    width: 50vw;
    height: 29vw;
    bottom: -70px;
    right: 1%;
}

.fix_banner {
    width: 200px;
    right: auto;
    left: 50%;
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

}




/*公開後修正20230630-----------------------------------------------------------------------*/

.catch {
    transform: translate(-50%,-65%);
    top: 50%;
    width: 40%;
    z-index: 1;
    left: 50%;
    bottom:auto;
}

div#bnr {
    transform: translate(-50%,83%);
    bottom:auto;
    top: 50%;
    width: 60%;
    z-index: 1;
    left: 50%;
}

/*カテゴリリストずれ修正------------------------*/
#cms_2-c .cate {
    display: block;
    padding-top: 150px;
    margin-top: -150px;
}

@media screen and (max-width: 768px){
.catch {
    transform: translate(-50%,-65%);
    top: 50%;
    width: 80%;
    z-index: 1;
    left: 50%;
    bottom: auto;
}

div#bnr {
    transform: translate(-50%,83%);
    bottom: auto;
    top: 54%;
    width: 95%;
    z-index: 1;
    left: 50%;
}

}

@media screen and (max-width: 667px){

.catch {
    transform: translate(-50%,-65%);
    top: 53%;
    width: 80%;
    z-index: 1;
    left: 50%;
    bottom: auto;
}

div#bnr {
    transform: translate(-50%,83%);
    bottom: auto;
    top: 47%;
    width: 80%;
    z-index: 1;
    left: 50%;
}

#cms_2-c .cate  {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}
}
/*カテゴリリストずれ修正------------------------*/



/*20240409修正*/
.fa-line:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: initial;
     content: "\f3c0";
}

/*20250106*/
/* -- TOPバナー -- */
.t_banner_box{
	z-index: 2;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);	
}

.t_banner_box .banner{
	width: 32%;
	margin-left: 2%;
	overflow: hidden;
}

.t_banner_box .banner:first-child{
	margin-left: 0%;
}

@media screen and (max-width: 768px){
.t_banner_box {
    z-index: 2;
    position: relative;
    top: 0%;
    transform: translateY(-50%);
}
}

@media screen and (max-width: 667px){
.t_banner_box {
    top: 0%;
    transform: translateY(0%);
    -webkit- transform: translateY(0%);
    margin-top: 40px;
}

.t_banner_box .banner {
    width: 90%;
    margin-left: 0%;
    margin-top: 20px;
}

.t_banner_box .banner:first-child {
    margin-top: 0px!important;
}

.t_banner_box .banner:hover {
    margin-top: 20px;
}

}