﻿@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400&display=swap');
/* -----------------------------　body------------------------------------- */

/* ----------　font　---------- */
body{
    font-family: 'Kiwi Maru',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*.top_nav,.menu .nav,.all_page .menu,#page_title .page_title_box,.pc_nav,.CONTENT1,.CONTENT2,.CONTENT3,.en_font, h1, h2, h3, h4, h5, h6,.cms_title,.pager a, .cate_list li a, .sns_title, .con_no, .tel, #copyright{*/
/*    font-family: 'Kiwi Maru',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
/*}*/

/* color -----------------------------------------------------------------------------*/
:root{
    --color1:#487370;
    --color2:#87a5a3;
    --color3:#a1654a;
    --color4:#fbefda;
    --color5:#c08f76;
    --color6:#d6aa97;
    --white:#fffbf8;
    --black:#60513c;
    --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{
    color: var(--color1);
    border-bottom:solid 1px;
}

.linkStyle:hover{
	color: var(--color3);
	opacity: 0.7;
	transition: all 0.5s;
}

body#body {
    background: var(--white);
}

#loading_line .line{
    background-color: var(--color4)!important;
}

/* ----------　custom_box　---------- */


/* ----------　custom　---------- */


/* ----------　cms　---------- */


/* ---------------------------------------------　TOP　---------------------------------------- */
body{
    overflow:hidden;
    font-size:18px;
}
/*header{*/
/*    z-index:10;*/
/*}*/

#nav_menu{
    z-index:997;
}

.main_img_wrap .navi{
    display: none;
}

#main_b {
    z-index: 10;
    position: absolute;
    right: 2vw;
    bottom: 0vw;
}
/*.main_wrap {*/
/*    background: url(Dup/img/dot-grid.png);*/
/*}*/

/*.main_wrap{*/
/*    z-index:9;*/
/*}*/

.menu .nav ul li{
    border-left:0;
}

.bottom_menu{
    margin-left:20px;
}
.bottom_menu li a{
    font-size:17px;
}
.sns_links li {
    max-width: 35px;
}



.CONTENT1,.CONTENT2,.CONTENT3 {
    font-size: 2.5rem;
}

#top_cms:before{
    width: 100%;
}

#top_cms .line{
    display: none;
}

.top_cms_box .more_box .more:hover{
    background-color: var(--color2);
}

.top_cms_box .more_box .more{
    border-radius: 5px;
}

.cms_title {
    text-align: center;
}

.t_cms_img1 img, .t_cms_img2 img, .t_cms_img3 img {
    border-radius: 5px;
}

#contents .box figure:after{
    border-radius: 5px;
}

#contents {
    background-color: var(--color4);
    background-image: url(./Dup/img/bg_img4.png);
    background-size: 100% 100px, auto;
    background-repeat: no-repeat, repeat;
    background-position: bottom, top left;
    padding-bottom: 250px;
}

#top_cms{position:relative;}

#top_cms::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 200px;
    background-image: url(./Dup/img/img7.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%,0%);
    left: 50%;
    top: -200px;
    margin: auto;
    z-index: 2;
    pointer-events: none;
}

span.letter_3.txt_color_nomal span:last-of-type:after {
    content: "";
    width: 70px;
    height: 70px;
    position: absolute;
    background: url(Dup/img/nikunyu.png) no-repeat;
    background-size: 90%;
    background-position: center;
    top: -20px;
    right: -81px;
}

footer {
    background-color: var(--color6)
}

footer #logo .logo {
    width: 80%!important;
}

#page-top{
    z-index: 9;
}

#fix_banner {
    position: fixed;
    right: 80px;
    bottom: 10px;
    z-index: 9;
    max-width: 300px;
    transition: all 0.3s;
}

img.catch{
    position: absolute;
    bottom: 5%!important;
    left: 0%!important;
    z-index: 3;
    width: 50vw;
}

img.catch02 {
    position: absolute;
    top: -2px;
    right: -2px;
    z-index: 1;
    width: 50vw;
}


/* -------------------　BLOG　----------------- */



/* ----------　pager　---------- */
video {
    min-width: 100%;
    min-height: 100vh;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}

/* ---------------------------------　下層ページ　--------------------------------- */
#title_img span::after {
    background: #f7f0dc;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
    opacity: 0.4;
}

#page_title p span {
    text-shadow: var(--white) 1px 1px 0, var(--white) -1px -1px 0,/*右下、左上*/ var(--white) -1px 1px 0, var(--white) 1px -1px 0,/*右上、左下*/ var(--white) 0px 1px 0, var(--white) 0-1px 0,/*右、左*/ var(--white) -1px 0 0, var(--white) 1px 0 0;
}

.cate {
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}

/* ----------　会社情報　---------- */

/* ----------　お問い合わせ　---------- */


/* ----------　プライバシーポリシー ---------- */


/* ----------　サイトマップ　---------- */
.page10 .more_box .more:hover{
    background-color:var(--color4);
}

@media all and (-ms-high-contrast: none){
  .sample{

  }
}

/*-------------------------------------------------------タブレット-------------------------------------------------------*/
@media screen and (max-width: 768px){

.main_wrap {
    padding-top: 15px;
    margin-top: 45.5vh!important;
}

.main_img_wrap {
    height: 47vh!important;
}

.main_wrap:before {
    height: 32vw;
    top: -31vw;
}

img.catch {
    bottom: 0%!important;
    width: 60vw;
}

img.catch02 {
    width: 60vw;
}

.cms_title{
    font-size: 15px;
}

#contents .box .txt_wrap {
    width: 90%!important;
}

#contents .box figure {
    width: 60%!important;
    position: relative;
    z-index: 1;
    padding-top: 10px;
    padding-bottom: 10px;
}

#top_cms::after{
    width: 90%;
    transform: translate(-50%,21%);
}

#fix_banner {
    width: 265px;
    left: 26px;
}

}

/*-------------------------------------------------------スマホ-------------------------------------------------------*/
@media screen and (max-width: 667px){
img.catch {
    width: 70vw;
}

img.catch02 {
    width: 70vw;
}

.other h2.box_title{
    white-space:nowrap;
}

ul.pager{
    position: relative;
    left: -10px;
}

.main_img_wrap {
    height: 28vh !important;
}

.main_wrap {
    padding-top: 15px;
    margin-top: 27.5vh !important;
}

#recruit {
    max-width: 250px;
    margin: auto;
}

#contents .box figure {
    width: 90%!important;
}

#contents_img {
    max-width: 250px;
    margin: auto;
    margin-bottom: 50px;
}

#contents .box {
    background: url(Dup/img/con_bg.png) no-repeat;
    padding:10px 0;
}

#contents .box h3 {
    letter-spacing: 0;
    font-size: 18px;
}

#fix_banner {
        position: fixed;
        left: 25px;
        bottom: 10px;
        z-index: 99;
        max-width: 180px;
        transition: all 0.3s;
    }

#footer {
    height: 57vh;
    margin-bottom: 100px;
}

#page_title p span {
    text-shadow: none;
}

}

/*2024/0911*/
#fix_banner2 {
    position: fixed;
    right: 80px;
    bottom: 120px;
    z-index: 9;
    max-width: 300px;
    transition: all 0.3s;
}


@media screen and (max-width: 768px){
    #fix_banner2 {
        width: 265px;
        left: 26px;
    }
}

@media screen and (max-width: 667px){
    #fix_banner2 {
        position: fixed;
        left: 25px;
        bottom: 80px;
        z-index: 99;
        max-width: 180px;
        transition: all 0.3s;
    }
}