﻿/* -----------------------------------------------　all　---------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');


/*body#body  {*/
/*    background-color: var(--white);*/
/*    background-image: url(Dup/img/bg_img.jpg);*/
/*}*/

main {
    overflow: hidden;
}

#main_img, #main_img img {
    max-height: auto;
    min-height: auto;
    border-radius: 0;
}

html, body {
    font-size: 16px;
    line-height: 1.9;
}

img{
    border-radius: 15px;
}

.con_no, #main_menu ul li a, .fv_bnr a p ,.tel_bt a,.foot_tel_bt a,.font_en, .date, a[href^="tel:"], a[href^="mailto:"],.cate_title, .cate_list li a,.con_tel_box p,.cate_list_txt,.flow_type4 .box_txt1,.topcms_about_type1 .number::before{
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
    font-weight: normal;
}

h3, h4, .font_en, .fv_bnr a, .cms_2-c .box_txt1, .catch, .fv_btn a {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
 }

figure.shadow {
    box-shadow: none;
}

.font_14 {
    font-size: 16px;
}

.font_12 {
    font-size: 14px;
}

.scroll_bt {
    display: none;
}
/* -----------------------------　body------------------------------------- */

/* color ----------------------------------------------------------------------------- ▼*/
:root {
    --color1: #ee7a3f;
    --color2: #fac98b;
    --color3: #f6ad4c;
    --color4: #f6ac7c;
    --color5: #FBF6F0;
    --color6: #f78033;
    --color7: #d9d9d9;
    --white: #ffffff;
    --black: #271402;
    --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);}


body#body {
    background: var(--color5);
}


.linkStyle{
    color: var(--color1);
    border-bottom:solid 1px;
}

.linkStyle:hover{
	color: var(--color6);
	opacity: 0.7;
	transition: all 0.5s;
}



.button:hover::after {
    box-shadow: inset 0 0 0 15em var(--color1);
}

/* color ----------------------------------------------------------------------------- ▲*/
/*.main_box {*/
/*    width: calc(100% - 251px);*/
/*    margin-left: 250px;*/
/*    min-width: 700px;*/
/*}*/
/* ---------------------------------------------　TOP　▼------------------------------------------- */
.catch {
    max-width: 1700px;
    object-fit: contain;
    width: 45Vw;
    z-index: 1;
    left: 3%;
    bottom: 3%;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
}


/* ----------　header　▼---------- */
header {
    background-color: var(--color4)!IMPORTANT;
}

header #logo {
    padding: 0px;
    max-width: 225px;
}



header .head_box .link_box li {
    width: 35px !important;
    height: 35px !important;
}

.tel_bt {
    border-top: 0.5px solid var(--color1);
    border-bottom: 0.5px solid var(--color1);
    background-color: var(--white);
    margin-bottom: 15px;
}

.tel_bt a {
    border: none;
}

.head_banner a {
    background-color: var(--color6);
}

.head_banner a:hover {
    background-color: var(--color3);
}

#main_menu ul li a {
    font-weight: 500;
    margin-left: 20px;
    /* text-align: left; */
    font-size: 17px;
    color: var(--black);
}

#main_menu ul li a::before {
    background-color: var(--color1);
}


/* ----------　header　▲---------- */

/* ----------　intro　▼---------- */


.txt3 {
    display: inline-block;
    text-align: left;
    color: var(--white);
}

.txt5,.txt7{
    font-size: 25px;
}

/* ----------　intro　▲---------- */

#attach {
    height: 480px;
    background-position: right 5% top;
}

#attach::before {
    content: "";
    position: absolute;
    top: -1%;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(Dup/img/intro-bt.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    z-index: 10;
}

#attach::after {
    content: "";
    position: absolute;
    bottom: -1%;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(Dup/img/content-tp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
    z-index: 10;
}

/* ----------　contents1　▼---------- */
#contents1 {
    background-position: 50%;
    padding: 70px 115px 25px;
    background-color: var(--color1);
}

#contents1 .con_no {
    color: var(--white);
    font-size: 18px;
}

#contents1 h2 {
    color: var(--white);
}

#contents1 h2, #contents2 h2 {
    font-size: 30px;
    padding-bottom: 0px;
    font-weight: 700;
}

.img5, .img6, .img7{
    border-radius: 10px;
}

#contents4 h2{
    /*padding-left: 16%;*/
}


/* ----------　contents1　▲---------- */

/* ----------　contents2　▼---------- */
#contents2 {
    padding: 25px 10% 50px;
}

.stamp {
    position: absolute;
    content: "";
    background-image: url(Dup/img/data.png);
    background-size: 100%;
    width: 19vw;
    height: 4vw;
    top: 9%;
    left: 50%;
    z-index: 2;
    filter: drop-shadow(2px 4px 6px white);
}

#contents2 {
    background-image:  url(Dup/img/kazari2.png);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: 500px;
}

/* ----------　contents2　▲---------- */

/* ----------　contents3　▼---------- */
#contents3 {
    background-color: var(--color3);
    padding: 0 10% 60px;
}

#contents3 .con_no {
    color: var(--white);
    font-size: 25px;
    font-weight: 700;
}

#contents3 .con_img:before{z-index: 0;}

#contents3 .fade_box:first-of-type{margin-bottom: 100px;}

#contents3 .con_no {
    color: var(--white);
    font-size: 20px;
    font-weight: 500;
}

#contents3 .grid_6 figure {
    margin-top: 140px;
}

.img5, .img6, .img7, div#contents3 {
    position: relative;
}

.txt5, .txt7, .txt6, .txt8 {
    color: var(--white);
}



#contents3::before {
    content: "";
    position: absolute;
    top: -1%;
    left: 0;
    height: 15%;
    width: 100%;
    background-image: url(Dup/img/bg_img1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    z-index: 0;
}
/* ----------　contents3　▲---------- */

#top_cms::before {
    content: "";
    position: absolute;
    pointer-events: none;
    top: -10px;
    left: 0;
    height: 5%;
    width: 100%;
    background-image: url(Dup/img/bg_img2.png);
    background-repeat: no-repeat;
    background-size: 101%;
    background-position: center top;
    z-index: 10;
}

#top_cms .more a:before {
    font-family: fontello;
    content: "➤";
    position: absolute;
    left: 9.8em;
    position: absolute;
    top: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1em;
}

#page-top {
    display: inline-block;
}

/* ----------　banner　▼---------- */
#banner {
    position: fixed;
    bottom: 5px;
    right: 15px;
    max-width: 400px;
    z-index: 99;
}

#banner a:hover{
    opacity:0.8;
}

#banner img {
    border-radius: 0;
}

#banner a{
    transition:all 0.2s;
}

#map .ggmap {
    padding-bottom: 440px;
}

/* ----------　banner　▲---------- */

/* ----------　head_box　▼---------- */
.fat-nav.active li a {
    display: inline-block;
    color: var(--color1);
    font-size: 200%;
    text-decoration: none;
    transition: .3s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.fat-nav.active li a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.8;
}


.fat-nav.active {
    background-color: var(--white);
}

.fat-nav__wrapper{
    transform: translateY(0%);
    height: 100%!important;
}
/* ----------　head_box　▲---------- */

.cms_title h2 {
    font-weight: 800;
    font-size: 28px;
}

/* -------------------　BLOG　▼----------------- */
#cms_1-d .title_box::before{border-right: solid 20px var(--color3);}

 #cms_1-d .title_box::after{border-left: solid 20px var(--color3);}
 
.topcms_news_type2 .cate_box {
	width: 46.33333%!important;
	margin-right: 1.5%;
	margin-left: 1.5%;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	box-shadow: 0 6px 12px rgb(0 0 0 / 0);
	/* padding: 20px; */
	/* border-radius: 20px; */
	/* background-color: #f5f5f5; */
}
.topcms_news_type2 .cate_box:hover {
	transform: translateY(-5px);
}
.topcms_news_type2 .cate_box .box_item {
	cursor: pointer;
}
.topcms_news_type2 .txt_height {
	height: 5em
}
.topcms_news_type2 .box_img1 {
	border-radius: 10px;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.topcms_news_type2 .cate_box {width: 100%!important;}
.topcms_news_type2 .txt_height {height: 3em}
}
/* -------------------　BLOG　▲----------------- */

/* -------------  ----　業務内容　▼------------- */
.topcms_about_type1 {counter-reset: box 0;padding-top: 35px;}

.topcms_about_type1 .cate_box {
	width: 31%!important;
	padding: 55px 25px 25px;
	background-color: var(--white);
	border-radius: 10px;
	box-sizing: border-box;
}

.topcms_about_type1 .number {
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 90px;
}

.topcms_about_type1 .number::before {
    counter-increment: box 1;
    content: "0" counter(box);
    font-size: 67px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    color: var(--color3);
    display: inline-block;
    position: absolute;
    right: 0;
    left: 0;
    top: -42px;
    margin: auto;
    z-index: 0;
}

.topcms_about_type1 .number::after {
	content: "";
	position: absolute;
	display: block;
	width: 73%;
	height: 2px;
	background: var(--color3);
	left: 0;
	right: 0;
	margin: auto;
	top: 22px;
}

.topcms_about_type1 .cate_box .box_title1{font-size: 18px;line-height: 1.6;z-index: 1}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.topcms_about_type1 .cate_box {
	margin: 0 auto 80px;
	width: 80%!important;
}

.topcms_about_type1 .cate_box:last-of-type {
	margin-bottom: 0;
}
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){

#top_cms > .box {
    padding: 50px 5%;
}

#top_cms .more a:before {
    left: 11em;
}

.topcms_about_type1 .cate_box {
	width: 90%!important;
	padding: 50px 25px 25px;
}

.topcms_about_type1 .number::before{
	font-size: 59px;
	top: -34px;
}

.topcms_about_type1 .number::after{
	width: 72%;
}
}
/* ------------------　業務内容　▲-------------- */
.more a,.foot_tel_bt a {
    border-radius: 50px;
}

#footer_menu li a {
    font-size: 20px;
}

/* ---------------------------------------------　TOP　▲------------------------------------------- */

/* ----------------------------------------　下層ページ　▼----------------------------------------- */

/*#page_title .page_box p {*/
/*    color: var(--color4);*/
/*}*/

#page_title .title_img {
    background-repeat: no-repeat;
    background-size: cover;
    /*background-position: center bottom 15%;*/
    height: 275px;
}

#page_title .page_box h2 {
    font-size: 35px;
    font-weight: 700;
    padding: 15px 0 5px 0;
}

/* ------------------　BLOG　▼------------------- */
.pager li a {
    background-color: var(--color3);
    color: var(--white);
}

.pager li a:hover {
    background-color: var(--color6);
}

.page_inner .cate_list li a {
    background-color: var(--color1);
    color: var(--white);
}

.page_inner .cate_list li a:hover {
    background-color: var(--color6);
    transition: 0.3s;
}
/* --------------------　BLOG　▲----------------- */

/* ----------------　1日の流れ　▼---------------- */
.flow_type4 .box_description2{
	border-left: dotted 4px #1e2b38;
	background-color: rgba(204, 204, 204, .35);
}
.flow_type4 .box_txt1,
.flow_type4 .box_txt2{
	padding-left:20px;
}
.flow_type4 .box_wrap{
    position: relative;
    padding-left: 30px;
}
.flow_type4 .box_wrap:before{
    content: "";
    display: inline-block;
    height: calc(100% - 30px);
    border-left: 4px dotted #1e2b38;
    position: absolute;
    top: 30px;
    left: 26px;
}
.flow_type4 .cate_box:last-of-type{
	padding-bottom: 0;
}
.flow_type4 .box_description2{
    position: relative;
    border-left: none;
    background-color: rgba(255, 255, 255, 0);
}
.flow_type4 .box_description2 span{
	position: absolute;
    display: inline-block;
    width: 68px;
    top: 5px;
    left: -38px;
}
/*--------タブレット--------*/
@media screen and (max-width: 768px){
.flow_type4 .cate_box{
	flex-direction: column-reverse;
}
.flow_type4 .box_description2 span {
	width: 61px;
	left: -34px;
}
}
/*--------スマートフォン--------*/
@media screen and (max-width: 667px){
.flow_type4 .box_wrap{
    padding-left: 23px;
}
.flow_type4 .box_wrap:before {
    left: 19px;
}
}
/* ----------------　1日の流れ　▲---------------- */

/* ----------------　会社情報　▼----------------- */
#page7 .box_item h3 {
    color: var(--color1);
}

#page7 .box_wrap .box_item p {
    color: var(--black);
}
/* ---------------　会社情報　▲------------------ */

/* --------------　お問い合わせ　▼--------------- */
#contact_tel {
    background-color: var(--color1);
    border: none;
    transition: 0.3s;
}

#contact_tel a:hover {
    opacity: 1;
    color: var(--white);
}

#contact_tel a {
    color: var(--white);
    font-size: 25px;
    padding: 10px 0px;
}

#contact_tel:hover {
    background-color: var(--color3);
    border-color: transparent;
}
/* ----------------　お問い合わせ　▲-------------- */

/* ---------------　プライバシーポリシー ▼-------- */
#page9 .box_wrap .box h3 {
    font-size: 18px;
    font-weight: 600;
}
/* -------------　プライバシーポリシー ▲---------- */

/* ----------------　サイトマップ　▼---- --------- */
#page10 li a {
    background: var(--color3);
    color: var(--white);
}

#page10 li a:hover {
    background-color: var(--color1);
}
/* ----------------　サイトマップ　▲-------- ------ */


/* -----------------------------------------------　レスポンシブ　---------------------------------------------------- */
@media all and (-ms-high-contrast: none){
  .sample{

  }
}

/*1536*/
@media screen and (max-width: 1536px){
header::before {
    width: 122px;
    height: 280px;
    bottom: -17%;
    left: -6%;
}



}
/*1530 × 735*/
@media screen and (max-width: 1530px){}
/*1366*/
@media screen and (max-width: 1366px){
#contents1 {
    background-position: 50%;
    padding: 110px 103px 20px;
}



}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#main_img img.object_fit_img {
    max-height: auto;
    min-height: auto;
}

.txt5,.txt7{
    font-size: 30px;
}

header #logo {
    padding: 0;
    max-width: 300px;
}

header::before,
.main_box::before{
    display:none;
}

header .head_banner {
    display: none;
    /*bottom: 0;*/
    /*width: 200px;*/
}

.catch {
    width: 70vw;
}

.stamp {
    width: 30vw;
    height: 7vw;
    top: 41%;
    left: 7%;
}

#attach {
    height: 400px;
}

.topcms_news_type2 .cate_box {width: 100%!important;}

.topcms_news_type2 .txt_height {height: 3em}

.hamburger {
        top: 40px;
}

.hamburger__icon {
    background-color: var(--white);
}

.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
    background-color: var(--color3);
}

#contents1 {
    padding: 50px;
}

#contents1 .con_no {
    padding-right: 15px;
}

#contents1 h2, #contents2 h2 {
    padding-top: 25px;
    /*padding-left: 50px;*/
}

#contents1 .con_no::before, #contents2 .con_no::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    top: 15%;
    bottom: 0;
    left: 100%;
    margin: auto;
}


#contents2{
    position:relative;
}

#contents2 {
    padding: 50px 10% 80px;
}
    
#contents2 .con_no {
    padding-right: 0;
    font-size: 3.8vw;
    top: 0vw;
    /*left: 4vw;*/
}

#contents2::before {
    content: '';
    position: absolute;
    display: block;
    width: 250px;
    height: 290px;
    background: url(./Dup/img/reaf2.png) no-repeat;
    background-size: contain;
    top: -3%;
    right: -3%;
    z-index: 2;
    pointer-events: none;
}

#contents3::before {
    top: -5px;
    left: 0;
    height: 3%;
}

#contents3 .fade_box:first-of-type {
    margin-bottom: 20px;
}

#top_cms::before {
    top: -1px;
}

#banner {
    bottom: 5px;
    right: 10px;
    max-width: 250px;
}

#page_title .page_box h2 {
    letter-spacing: 0;
    font-size: 25px;
}



}

/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){
html, body {
    font-size: 15px;
    line-height: 1.9;
}

.main_box {
    padding-top: 58px;
}

    .catch {
        width: 90vw;
        filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.4));
    }

header #logo {
    max-width: 180px;
}

/*.fat-nav__wrapper{*/
/*    transform: translateY(0%);*/
/*    height: 100%!important;*/
/*}*/

.stamp {
    width: 56vw;
    height: 13vw;
    top: 67%;
    left: 7%;
}

#attach {
    background-position: right 25% center;
    height: 300px;
}

#contents1 {
    padding: 25px;
}

    #contents1 .con_no {
        padding-right: 0;
        font-size: 3.8vw;
        top: 4vw;
        left: 0vw;
    }


#contents1, #contents2 {
    background-size: 80%;
}

#contents1 h2, #contents2 h2 {
    letter-spacing: -1px;
    font-size: 19px;
    padding-top: 7px;
    padding-bottom: 0px;
}

#contents2 {
    padding: 50px 10% 40px;
}

#contents2 .con_no {
        padding-right: 0;
        font-size: 3.8vw;
        top: 4vw;
        left: 1vw;
    }


#contents3 {
    padding: 0 10% 50px;
}

#contents3 .grid_6 {
    margin-top: -100px;
}

#contents3 .grid_6:last-child {
    margin-top: -60px;
}

#top_cms > .box:first-of-type {
    padding-top: 50px;
}

.txt4 {
    letter-spacing: 0;
    font-size: 19px;
}

.txt5, .txt7 {
    letter-spacing: 0;
    font-size: 17px;
}

.txt7 {
    letter-spacing: 0;
}

.fat-nav.active li a{
    font-size: 150%;
}

.hamburger {
    top: 18px;
}

footer .link_box li {
    max-width: 100px;
    height: 24px !important;
}

.link_type1 .link_top .link_title{
    font-size: 15px;
}

/*#cms_2-c .cate figure {*/
/*	margin: 0 auto 0px;*/
/*}*/

#cms_2-g .cate_title {
        font-size: 1.5em;
}

.font_14 {
    font-size: 15px;
}

#page_title .title_img {
    height: 120px;
}

#map .ggmap {
    padding-bottom: 200px;
}

#footer_menu li a {
    font-size: 15px;
}

#banner {
    bottom: 5px;
    right: 65px;
    margin: 0 auto;
    max-width: 240px;
}

}
