﻿@import url('https://fonts.googleapis.com/css2?family=Inria+Serif:ital,wght@0,400;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300&display=swap');



:root{
    --font-jp: 'Inria Serif', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif", sans-serif!important;
    --font-jp2:  'Kiwi Maru', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif"!important;
    --font-en: 'Inria Serif', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif", sans-serif!important;
    --font-en2:  'Kiwi Maru', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif"!important;
}
body, .font_sans-serif{
    font-family: var(--font-jp)!important;
}

.font_jp{
    font-family: var(--font-jp2)!important;
}

#info_title_box, #page_title, a[href^="tel:"], .drawer-menu, #con_h .con_no, .font_en, a[href^="tel:"]{
    font-family: var(--font-en)!important;
}

.top_cms_box .cms_title, .more, #info_title_box, #page_title, a[href^="tel:"], header #header #header_menu ul, #bottom_menu, #info .info_txt h3, .drawer-menu, #page10, #intro .intro_no, #con_h .con_no,.sub_cate_title{
    font-family: var(--font-en2)!important;
}

h2, h3, h4, #info_title_box .info_title span, .cate_list li a, #header_menu li a,#foot_banner a{
    font-family: 'Kiwi Maru', sans-serif!important;
    letter-spacing: 0.1rem;
    line-height: 1.5;
}

.font_bold{
    font-weight: normal;
}

body {line-height: 1.8;}

/* color -----------------------------------------------------------------------------*/
:root {
    --color1: #676767;
    --color2: #d7dfcf;
    --color3: #8e6846;
    --color4: #c3d2af;
    --color5: #f2dc7f;
    --color6: #ffffff;
    --color7: #f4f0ed;
    --white: #F4F0ED;
    --black: #676767;
    --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 */
.txt_color6,.hvr_txt_color6:hover{color: var(--color6);} /* アクセントカラー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{
    color: var(--color1);
    border-bottom:solid 1px;
}

.linkStyle:hover{
	color: var(--color3);
	opacity: 0.7;
	transition: all 0.5s;
}

body#body {
    font-size: 18px;
    background: var(--white);
}

/*--------------------------------疑似要素にオブジェクト--------------------------------▼*/
#main_img,.line1,#main_img .slick,.main_img_wrap,#intro,.top_cms_blog,#top_cms,#contents,#info_title_box,#bottom_menu,#page_title{position: relative;}
/*リピートなし*/
#main_img:before,#main_img:after,.line1:after,#main_img .slick:before,#main_img .slick:after,.main_img_wrap:before,
.obj,#intro:before,#intro:after,#intro h3:before,.top_cms_blog:before,.top_cms_blog:after,#top_cms:before,#contents:before,
#info_title_box:before,#info_title_box:after,#bottom_menu:after,#page_title:after{
content: "";
display: block;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
}
/*--------------------------------疑似要素にオブジェクト--------------------------------▲*/

/* ----------　all　---------- */
body{
    overflow:hidden;
}

#main_img {
    padding-top: 14px;
    margin-top: 103px;
}

video {
    vertical-align: bottom;
}

.drawer-hamburger-icon::after, .drawer-hamburger-icon::before {
    background-color: var(--color4)!important;
}

span.drawer-hamburger-icon.bg_color1 {
    background: var(--color4);
}

.drawer-open .drawer-hamburger-icon {
    background-color: transparent !important;
}

nav.drawer-nav.pd_10px.bg_color1 {
    background-color: var(--color4);
}

.border_rad3 {
    background-color: var(--color4);
}

#page-top a {
    background-image: url(./Dup/img/page-top.png);
    background-color: #fff0;
    display: inline-block;
    width: 70px;
    height: 70px;
    position: relative;
    border-radius: 0%;
    transition: .3s;
}

#page-top a:hover {
  transform: scale(1.1);
}

/* ----------header---------- */
header #header #header_menu li a span {
    font-weight: 600;
}

header {
    padding-bottom: 2px;
}

#header_menu li a:before {
    width: 100%;
    height: 48px;
    background-repeat: no-repeat;
    background-position: left 50% bottom 0;
    background-size: auto 86%;
    content: "";
    display: block;
    transition: all 0.3s;
}

#header_menu li a:hover:before {
    background-position: left 50% bottom 5px;
}

#header_menu li:nth-of-type(1) a:before {
    background-image: url(Dup/img/icon1.png);
}

#header_menu li:nth-of-type(2) a:before {
    background-image: url(Dup/img/icon2.png);
}

#header_menu li:nth-of-type(3) a:before {
    background-image: url(Dup/img/icon3.png);
}

#header_menu li:nth-of-type(4) a:before {
    background-image: url(Dup/img/icon4.png);
}

#header_menu li:nth-of-type(5) a:before{
    background-image: url(Dup/img/icon5.png);
}

#header_menu li:nth-of-type(6) a:before{
    background-image: url(Dup/img/icon6.png);
}

#top_cms .top_cms_box:nth-of-type(2) .cms_title{
    background-image: url(Dup/img/icon7.png);
}

#top_cms .top_cms_box:nth-of-type(3) .cms_title{
    background-image: url(Dup/img/icon8.png);
}

#top_cms .top_cms_box:nth-of-type(4) .cms_title{
    background-image: url(Dup/img/icon9.png);
}

.cms_title {
    background-image: url(Dup/img/icon2.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 75px;
    padding-top: 90px;
}

#logo .logo {
    width: 140px;
}

#wrap{
    background-color: var(--white);
}

#intro .top_cms_box .cms_title h2 {
    color: var(--color4);
}

#intro_bg {
    background-color: var(--color7);
}

.intro_txt_wrap h2 {
    font-size: 28px;
}

#intro #intro_bg .intro_img_h {
    height: 400px;
}

#main_img .main_img_wrap {
    height: 100vh;
}

#main_img .main_img_wrap:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    mix-blend-mode: soft-light;
}

#main_img .main_img_wrap {
    background-image: url(./Dup/img/top_bg.png);
    background-size: contain;
    background-repeat: repeat-x;
    background-position: center bottom;
    /*height: 800px;*/
}



.catch {
    object-fit: contain;
    z-index: 1;
    width: 18% !important;
    max-width: 440px;
    opacity: 1;
    top: 49%;
    transform: translateY(-50%);
    right: 3%;
    left: auto;
    filter: none;
}

#main_img {
    padding-top: 0px;
    box-sizing: border-box;
}

.svg_wrap.over_hide {
    display: none;
}

#intro_bg .intro_wrap {
    background-image: url(./Dup/img/bg_02.png),url(./Dup/img/bg_01.png);
    background-size: 600px;
    background-repeat: no-repeat;
    background-position: top 0px right,bottom left;
}


#intro_bg, #contents, #top_cms {
    background-color: var(--color7);
    background-image: url(dup/img/bg_img.jpg) !important;
}

#info {
    padding-top: 35px;
}

/* ----------　bg color変更　---------- */
section#contents {
    background: var(--color7);
}

#intro:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50px;
    left: 0;
    top: -3px;
    background-image: url(./Dup/img/bg_footer3.png);
    background-size: 103% 100%;
    background-repeat: no-repeat;
    z-index: 1;
}

.svg_box.txt_white svg {
    color: var(--color7);
}

/* ----------　topcms　---------- */
#top_cms {
    background-color: var(--color6);
}

.cms_title h2 {
    color: var(--black);
}

.topcms_news_type4 .cate_box {
    width: 30.33333%!important;
    margin-right: 1.5%;
    margin-left: 1.5%;
    border-radius: 15px;
    background-color: #fff;
    padding: 0;
    box-sizing: border-box;
    border: 2px solid #ffa4a7;
    /* box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2); */
}

.topcms_news_type4 .cate_box {
    transition: all 0.3s;
}

.top_cms_box .cms_title h2 {
    font-size: 50px;
}

.top_cms_blog:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50px;
    left: 0;
    top: -37px;
    background-image: url(./Dup/img/bg_footer.png);
    background-size: 103% 100%;
    background-repeat: no-repeat;
    z-index: 1;
}

.top_cms_blog:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50px;
    left: 0;
    bottom: -35px;
    background-image: url(./Dup/img/bg_footer2.png);
    background-size: 103% 100%;
    background-repeat: no-repeat;
    z-index: 1;
}

.svg_box2 {
    color: var(--color6);
}

.link_type3{padding-bottom: 50px;}
.link_type3 .link_img1 {z-index: 1;}
.link_type3 .cate_box a:hover .link_img1 img {transform: translate(-50%, -50%) scale(1.05,1.05);}
.link_type3 .link_title1 {
    left: 1px;
    bottom: 1px;
    width: calc(100% - 2px);
    box-sizing: border-box;
}
.link_type3 .cate_box a .link_title1 {transition-timing-function: cubic-bezier(.78,.09,.27,1.36);}
.link_type3 .cate_box a:hover .link_title1 {bottom: -47px;}
	
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){	
.link_type3{padding-bottom: 0;}
}


/* ----------　contents　---------- */
.fadein .fade_box.trans {
    position: relative;
}

#contents .con_box {
    background-color: var(--color6);
    border: solid 1px var(--color1);
    box-shadow: 5px 5px 0px var(--color1);
}

#contents .con_box .con_no {
    position: absolute;
    opacity: 0.3;
    top: -55px;
    right: 20px;
    font-size: 150px;
    font-family: var(--font-en);
    line-height: 1;
    margin-bottom: 0;
    color: var(--color4);
}

#contents .fadein:nth-of-type(even) .con_no {
    right: auto;
    left: 20px;
    top: -55px;
}

#contents .con_box .con_txt_wrap {
    padding: 50px;
    position: relative;
}

#contents:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 50px;
    left: 0;
    bottom: -35px;
    background-image: url(./Dup/img/bg_footer3.png);
    background-size: 103% 100%;
    background-repeat: no-repeat;
    z-index: 1;
}

.con_title {
    font-size: 22px;
}

.con_item1 {
    display: block;
    max-width: 355px !important;
    width: 143% !important;
    bottom: -14% !important;
    left: 79%;
    z-index: 2;
}

.con_item2 {
    display: block;
    max-width: 386px !important;
    height: 153px!important;
    width: 172% !important;
    bottom: -11% !important;
    left: 4% !important;
    z-index: 2;
}
/* ----------　よくある質問　---------- */
.qa_type5 .faq_no {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    top: -10px;
    left: 0;
	-webkit-background-clip: padding-box; 
	-moz-background-clip: padding; 
	background-clip: padding-box;
}
.qa_type5 .box_title1, .qa_type5 .box_txt1 {padding-left: 70px;line-height: 1.7;}

/* ----------　top 求人情報　---------- */
.cms_6-b .cate_box:first-of-type {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.cms_6-b .cate_box:last-of-type {
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
}

/* ----------　more　---------- */
.more a {
    border-radius: 15px;
    background-color: var(--color3);
    transition: .3s;
}

.more a:hover {
    background-color: var(--color5);
    transform: scale(1.1);
    color: var(--black);
}

/* -------------------　footer　----------------- */
#foot_banner a {
    background-color: var(--color4);
    color: var(--white);
    font-size: 19px;
    padding: 18px 5px 20px 28px;
}

#info_title_box .info_title span {
    color: var(--white); 
    font-weight: bold;
    font-size: 60px;
    letter-spacing: 10px;
}

#info_title_box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50px;
    left: 0;
    top: -3px;
    background-image: url(./Dup/img/bg_footer4.png);
    background-size: 103% 100%;
    background-repeat: no-repeat;
    z-index: 1;
}

#info_title_box:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50px;
    left: 0;
    bottom: -35px;
    background-image: url(./Dup/img/bg_footer3.png);
    background-size: 103% 100%;
    background-repeat: no-repeat;
    z-index: 1;
}

#bottom_menu:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 50px;
    left: 0;
    top: 34px;
    background-image: url(./Dup/img/bg_footer.png);
    background-size: 103% 100%;
    background-repeat: no-repeat;
    z-index: 1;
}

/* ----------　top blog　---------- */
.topcms_news_type2 .cate_box {
	width: 46.33333%!important;
	margin-right: 1.5%;
	margin-left: 1.5%;
	cursor: pointer;
	border-bottom: 1px solid var(--white);
	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}
}

/* ---------------------------------　下層ページ　--------------------------------- */
.cate_list li a{
    color: var(--white);
}

#page_title .svg_box.txt_white svg {
    color: var(--white);
}

#page_title:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50px;
    left: 0;
    bottom: -35px;
    background-image: url(./Dup/img/bg_footer3.png);
    background-size: 103% 100%;
    background-repeat: no-repeat;
    z-index: 1;
}

section#page_title span {
    color: var(--black);
}

#page_title {
    color: var(--black)!important;
}

/* ----------　blog　---------- */
ul.pager a {
    font-size: 20px;
    font-weight: bold;
    color: var(--black) !important;
}

ul.pager a:hover {
    color: var(--white) !important;
}

#cms_2-g .cate_img1 img {
    top: 88%;
    width: 100%!important;
    height: auto!important;
}

/* ----------　会社情報　---------- */
#page7 .box_item p{
    color: var(--black);
}
/* ----------　お問い合わせ　---------- */
#page8 .banner {
    padding-top: 40px;
    transform: translate(150%,-50%);
    width: 25%;
}

/* ----------　プライバシーポリシー ---------- */


/* ----------　サイトマップ　---------- */


@media all and (-ms-high-contrast: none){
  .sample{

  }
}

/* ---------------　タブレット　-------------------- */
@media screen and (max-width: 768px){
#main_img {
    margin-top: 185px;
    height: 67vw;
}

#contents .con_box .con_no {
    opacity: 1;
    font-size: 90px;
     top: -88px; 
}

#logo .logo {
    width: 204px;
    padding-top: 6px;
}

#logo {
    padding-top: 0px;
    margin-bottom: 0px;
    /*width: 100%!important;*/
}

@keyframes fadeout-anim {
  100% {
    opacity: 0;
  }
}

.catch {
    width: 25% !important;
    top: 45%;
    animation: fadeout-anim 10s linear forwards;
}

.main_box {
    top: 41%;
    right: 1%;
    width: 65% !important;
}

.con_item1{
    bottom: -11% !important;
}

.con_item2{
    bottom: -14% !important;
}

.machinami{
    background-size: 113%;
}


#main_img .main_img_wrap::after{
    left: 0;
}

#intro #intro_bg .intro_img_h {
    height: 213px;
}

#info_title_box .info_title span {
    font-size: 50px;
}

#page_title #filter_white {
    padding-top: 215px;
    padding-bottom: 65px;
}

#cms_2-h .cate_title {
    font-size: 17px;
    letter-spacing: 0;
}

}

/* ---------------　スマホ　--------------- */
@media screen and (max-width: 667px){
#main_img {
    margin-top: 73px;
    height: 69vw;
}

h2, h3, h4, #info_title_box .info_title span, .cate_list li a, #header_menu li a {
    font-size: 15px!important;
    font-weight: bold;
    letter-spacing: 0rem;
    line-height: 1.5;
}

#logo .logo {
    display: block;
    width: 120px;
    margin-top: 2px;
    margin-left: 10px;
}

.catch {
    width: 94% !important;
    top: 68%;
}

.main_box {
    top: 42%;
    right: -16%;
    width: 76% !important;
}

.con_title {
    letter-spacing: 0;
    font-size: 21px !important;
}

#intro_bg .intro_wrap{
    background-size: 400px;
    background-position: top -1px right,bottom left;
}

.intro_txt_wrap h2 {
    letter-spacing: 0;
    font-size: 25px !important;
}

.topcms_news_type2 .box_img1{
    height: 147px !important;
}

.top_cms_box .cms_title h2 {
    font-size: 28px !important;
}

#contents .con_box .con_txt_wrap {
    padding: 20px;
}

/*#main_img .main_img_wrap::after {*/
/*    width: 100px;*/
/*    height: 100px;*/
/*}*/

#intro .top_cms_box::before{
    width: 100px;
    height: 100px;
    top: -81px;
}

#intro #intro_bg .intro_img_h {
    height: 30vw;
}

.TopTxt03 {
    letter-spacing: -1px;
    font-size: 19px;
}

.TopTxt05 {
    letter-spacing: -1px;
    font-size: 19px;
}

.TopTxt07 {
    letter-spacing: -1px;
    font-size: 19px;
}

#contents .con_box .con_no {
    opacity: 1;
    font-size: 54px;
    top: -57px;
}

#contents .fadein:nth-of-type(even) .con_no {
    right: auto;
    left: 20px;
    top: -62px;
}

.con_item1{
    bottom: -7% !important;
    left: 55%;
}

.con_item2 {
    width: 62% !important;
    bottom: -10% !important;
    left: 4% !important;
}

#top_cms .box_txt1 {
    font-size: 15px;
}

#info_title_box .info_title span {
    font-size: 40px !important;
    margin-top: 20px;
    color: var(--color6);
}

#foot_banner {
    width: 190px;
    right: 100px;
}

#foot_banner a {
    font-size: 16px;line-height: 1;
    letter-spacing: 0;
}

#foot_banner .foot_icon{
    width: 48px;
}

.footer_banner_wrap {
    right: 77px;
}

ul.pager a {
    font-size: 15px;
}

#page8 .banner {
    padding-top: 40px;
    left: 50%;
    transform: translate(25%,-50%);
    width: 67%;
}

section.top_cms_box .box_title1 {
    font-size: 20px !important;
}

}

#page_title {
    margin-bottom: 50px;
}

#page_title #filter_white {
    padding-top: 150px;
    padding-bottom: 65px;
}

#top_cms .top_cms_box {
    margin-bottom: 60px;
}

i.fas.fa-angle-up {
    color: var(--black);
    width: 5px;
}
