﻿body,.txt_color_nomal{color: #181818;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #F17334} /* メインカラー */
.txt_color2{color: #f6f6f6} /* サブカラー */
.txt_color3{color: #181818} /* アクセントカラー1 */
.txt_color4{color: #F1F1EF} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #F17334} /* メインカラー */
.bg_color2{background-color: #f6f6f6} /* サブカラー */
.bg_color3{background-color: #181818} /* アクセントカラー1 */
.bg_color4{background-color: #F1F1EF} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important}


/* border-color ※!important */
.border_color1{border-color: #F17334}
.border_color2{border-color: #f6f6f6}
.border_color3{border-color: #181818}
.border_color4{border-color: #F1F1EF}


/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color_nomal:hover{color: #181818;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #F17334} /* メインカラー */
.hvr_txt_color2:hover{color: #f6f6f6} /* サブカラー */
.hvr_txt_color3:hover{color: #181818} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #F1F1EF} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #F17334} /* メインカラー */
.hvr_bg_color2:hover{background-color: #f6f6f6} /* サブカラー */
.hvr_bg_color3:hover{background-color: #181818} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #F1F1EF} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important}


/* border-color ※!important */
.hvr_border_color1:hover{border-color: #F17334}
.hvr_border_color2:hover{border-color: #f6f6f6}
.hvr_border_color3:hover{border-color: #181818}
.hvr_border_color4:hover{border-color: #F1F1EF}

/* ----------　all　---------- */
.linkStyle{
	color:#F17334;
}
.linkStyle:hover{
	color:#F17334;
	opacity: 0.7;
	transition: all 0.5s;
}
/*body {*/
/*    font-family: 'Zen Antique', serif;*/
/*}*/
.en {
    font-family: 'Outfit', sans-serif;
    font-weight: bold;
}
.Russo {
    font-family: 'Outfit', sans-serif;
    font-weight: bold;
}
#header {
    border-bottom: 0;
    padding: 0;
    background: #fff;
}
#header_contact a.btn_back {
    background-color: #f17334;
}
#header_contact a.btn_back:hover {
    background-color: #000;
}
#header_contact span {
    color: #fff;
    font-size: 22px;
    top: 19px;
    right: 40px;
}
header.mg_b-150px {
    margin-bottom: 81px;
}
#pc_nav {
    padding: 15px 0;
}
#logo {
    width: 200px;
}
#footer_contact {
    position: relative;
}
#footer_contact:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #1818186e;
}
#footer_contact h3, #footer_contact p {
    z-index: 1;
    position: relative;
    color: #fff;
}
#logo2 {
    width: 200px;
}
/* ----------　TOP　---------- */
#main_img {
    height: calc(100vh - 82px);
    margin-bottom: 150px;
}
#main_img:before,#main_img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-repeat: no-repeat;
   
}
#main_img:before {
    background-image: url(./Dup/img/kizuna.png),url(./Dup/img/top_bg.png);
    background-position: 20px 20px,left;
    background-size: max(300px,20%),cover;
}
#main_img:after {
    background-image: url(./Dup/img/catch1.png),url(./Dup/img/man.png);
    background-position: 89% 107%,-20% 100%;
    background-size: max(800px,70%),max(1000px,71%);
}
#top_message h2, #top_message p:last-of-type {
    z-index: 2;
    position: relative;
}
#top_message h2 {
    text-align: center;
}
#top_message:before {
    content: "";
    background: #f17334;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    clip-path: polygon(100% 0%, 100% 100%, 76% 100%);
}
#top_message:after {
    content: "";
    background-image: url(./dup/img/kage.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -7vw;
    left: -27vw;
    width: 60%;
    height: 160%;
    z-index: -1;
    opacity: 0.2;
}
#top_message p:first-of-type {
    color: transparent;
    -webkit-text-stroke: 0.1px #181818;
    text-stroke: 0.1px #FFF;
    font-family: "Russo One", "Noto Sans JP","Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "YuGothic M", meiryo, sans-serif;
}
#top_message p:last-of-type {
    font-size: 16px;
    text-shadow: 1px 1px 0px #fff;
}
#top_contents1 h3::before, #top_contents2 h3::before {
    font-family: 'Outfit', sans-serif;
    font-weight: bold;
    z-index: -1;
}
#top_contents2 div span.after {
    box-shadow: -15px 0px 0 #f17334;
    border-left: 3px solid #fff;
}
#top_contents1 div span.after {
    top: -50%;
    left: -30%;
    box-shadow: 15px 0px 0 #f17334;
    border-right: 3px solid #fff;
}
#page_title #filter_white {
    padding: 190px 0px 100px;
    background-color: #1818184d;
}
#page_title #filter_white h2 {
    color: #fff;
    font-size: 40px;
}
#page_title #filter_white p {
    color: #fff;
}

#cms_2-h .box_title1:before {
    width: 150px;
    top: 50%;
    left: 100px;
}
#page_title span.before {
    box-shadow: 10px 0px 0 #f17334;
    border-right: 2px solid #fff;
}
#page_title span.after{
    box-shadow: -10px 0px 0 #f17334;
    border-left: 2px solid #fff;
}
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */



/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
/* ----------　all　---------- */
#logo {
    padding: 10px 0;
}
#main_img:before {
    background-position: 20px 20px,20%;
    background-size: 50%,cover;
}
#main_img:after {
    background-position: 89% 90%,53% 100%;
    background-size: 100%,170%;
}

.l-menu {
    background: #fff;
    overflow: hidden;
}
.l-menu__body:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -20%;
    border-bottom: 2px solid #f17334;
    width: 150%;
    height: 5px;
    transform: rotate(-45deg);
}
.l-menu__body .txt_white {
    color: #181818;
}
.is-active .l-hdr-toggle__line {
    background-color: #000;
}
.l-menu__body h3 {
    font-size: 40px;
}
.l-menu__body li a span {
    font-size: 20px;
}
.l-menu__subitem.font_12 a span {
    font-size: 16px;
}
.l-menu__contact a {
    width: 250px;
    font-size: 20px;
}
/* ----------　TOP　---------- */
#top_message:before {
    background: #fd8042;
}
#top_message p:last-of-type {
     text-shadow: none 
}
#top_message p:first-of-type {
    font-size: 70px;
    opacity: 0.5;
}
#top_message h2 {
    line-height: 1.3;
    margin-top: 30px;
}
#top_message:after {
    width: 0;
}


/* ----------　下層ページ　---------- */
#cms_2-h .box_title1:before {
    width: 100px;
}
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */

}



/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
/* ----------　all　---------- */
#logo {
    width: 130px;
    margin: 0px auto 0px 20px;
}
header.mg_b-150px {
    margin-bottom: 61px;
}
#page-top {
    width: 150px;
}
/* ----------　TOP　---------- */
#main_img {
    height: calc(90vh - 61px);
}
#main_img:before {
    background-position: 10px 10px,20% 50%;
    background-size: 40%,cover;
}
#main_img:after {
    background-position: 89% 90%,53% 100%;
    background-size: 101%,200%;
}
#top_message h2 {
    font-size: 25px;
}
#top_message p:first-of-type {
    font-size: 50px;
}
#top_message p:first-of-type {
    -webkit-text-stroke: 0.5px #181818;
    text-stroke: 0.5px #FFF;
}
#top_message:before {
    clip-path: polygon(100% 50%, 100% 100%, 40% 100%);
}
#top_contents1 h3::before {
    top: -30%;
}
.top_contents1_box {
    padding: 40px 30px 30px;
}
#top_contents1 h3 {
    line-height: 1.3;
    margin-bottom: 10px;
}
#top_contents1 h3::before {
    top: -70%;
}
#top_contents1 h3, #top_contents2 h3 {
    font-weight: bold;
    margin-bottom: 10px;
}
#footer_contact p:last-of-type .c-btn {
    padding: 30px 20px 30px 30px;
}
#footer_contact p:last-of-type .c-btn .fas {
    margin-left: 10px;
}
#footer_contact p:first-of-type .c-btn {
    padding: 30px 50px 30px 60px;
    left: 5px;
}
/* ----------　下層ページ　---------- */
#page_title #filter_white {
    padding: 100px 0px 30px;
}
#page_title #filter_white h2 {
    font-size: 20px;
    letter-spacing: 0px;
}
#cms_2-h .box_item p {
    padding-top: 0px;
    padding-left: 10%;
}
#cms_2-h .box_title1:before {
    width: 70%;
    left: 50px;
}
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */
}