﻿@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: 'Kiwi Maru', "游明朝", "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;}

/*--------------------------------疑似要素にオブジェクト--------------------------------▼*/
.line1,#main_img .slick,.main_img_wrap,#intro,.top_cms_blog,#top_cms,#contents,#info_title_box,#bottom_menu,#page_title{position: relative;}
/*リピートなし*/
.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;
}
/*--------------------------------疑似要素にオブジェクト--------------------------------▲*/



.svg_wrap{
    display: none;
}

/* color -----------------------------------------------------------------------------*/
:root {
    --color1: #e89763;
    --color2: #f9f0ea;
    --color3: #FFC107;
    --color4: #f7805a;
    --color5: #ffe8a1;
    --color6: #fcfbf9;
    --color7: #ffe8a1;
    --white: #fffdf5;
    --black: #2c1b01;
    --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_color6,.hvr_bg_color6:hover{background-color: var(--color6);} /* アクセントカラー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);}
.border_color6,.hvr_border_color6:hover{border-color: var(--color6);}
.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: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;
}

/* ---------------------------------------------　TOP　▼---------------------------------------- */

/* ------------------------------------　header　▼--------------------------------- */
/* イラストの配置 -----------------------------------*/
.header_dec1 {
    max-width: 350px;
    width: 13%;
    bottom: 30%;
    right: 50%;
    z-index: 1;
    opacity: 0.9;
    animation: 12s linear infinite rotation1;
}

@keyframes rotation1{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}

.header_dec2 {
    max-width: 350px;
    width: 13%;
    bottom: 30%;
    right: 50%;
    z-index: 1;
    opacity: 0.9;
    animation: 12s linear infinite rotation1;
}

@keyframes rotation2{
  0%{ transform:rotate(360deg);}
  100%{ transform:rotate(0deg); }
}

.header_dec1_2, .header_dec2_2 {
    width: 10%;
    z-index: 1;
    bottom: 50%;
    right: auto;
    top: auto;
    left: 2%;
    opacity: 0.8;
}

.header_dec1_2{animation:6s linear infinite rotation2;}

.header_dec2_2{animation:7s linear infinite rotation1;}
/* ------------------------------------　header　▲--------------------------------- */

body{
    overflow:hidden;
}

.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);
}

/* ----------header---------- */
header #header #header_menu li a span {
    font-weight: 600;
}

#wrap{
    background-color: var(--white);
}

#intro .top_cms_box .cms_title h2 {
    color: var(--color4);
}

#intro_bg {
    background-color: var(--color7);
}

#main_img .main_img_wrap {
    height: auto;
    width: 100%;
}

#main_img {
    padding-top: 0px !important;
    box-sizing: border-box;
}

.catch {
    object-fit: contain;
    z-index: 1;
    width: 50% !important;
    max-width: 1000px;
    opacity: 1;
    bottom: 35%;
    left: 4%;
    right: auto;
    filter: none;
}

/*p.date {*/
/*    color: var(--color6);*/
/*    background-color: var(--color4);*/
/*}*/

/* ----------　bg color変更　---------- */
section#contents {
    background: var(--color7);
}

.svg_box.txt_white svg {
    color: var(--color7);
}

/* ----------　topcms　---------- */
#top_cms {
    background-color: var(--color6);
}

.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: 27px;
}

.svg_box2 {
    color: var(--color6);
}

.cms_title {
    background-image: url(Dup/img/icon2.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 75px;
    padding-top: 90px;
}

#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);
}

/* ----------------------------　intro　▼------------------------------ */

/* ----------　topcms　▼---------- */
.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;
}
/* ----------　topcms　▲---------- */

/* ----------　intro　▼---------- */
#info_title_box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50px;
    left: 0;
    top: -3px;
    background-image: url(./Dup/img/bg_footer5.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: -5px;
    background-image: url(./Dup/img/bg_footer6.png);
    background-size: 103% 100%;
    background-repeat: no-repeat;
    z-index: 1;
}
/* ----------　intro　▲---------- */

/* ----------　contents1　▼---------- */
#intro:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50px;
    left: 0;
    bottom: -10px;
    background-image: url(./Dup/img/bg_footer3.png);
    background-size: 103% 100%;
    background-repeat: no-repeat;
    z-index: 1;
}
/* ----------　contents1　▲---------- */

/* ----------　top_cms　▼---------- */
#top_cms:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50px;
    left: 0;
    top: -37px;
    background-image: url(./Dup/img/bg_footer4.png);
    background-size: 103% 100%;
    background-repeat: no-repeat;
    z-index: 1;
}
/* ----------　top_cms　▼---------- */

/* イラストの配置 -----------------------------------*/
.dec1 {
    max-width: 350px;
    width: 30%;
    top: 50px;
    right: 3%;
    z-index: 0;
    opacity: 0.9;
    animation: 12s linear infinite rotation1;
}

@keyframes rotation1{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}

.dec2{
    max-width: 350px;
    width: 30%;
    top: 50px;
    right: 3%;
    z-index: 0;
    opacity: 0.3;
    animation:6s linear infinite rotation2;
}
@keyframes rotation2{
  0%{ transform:rotate(360deg);}
  100%{ transform:rotate(0deg); }
}
.dec1_2, .dec2_2 {
    width: 15%;
    z-index: 0;
    top: 20%;
    right: auto;
    bottom: auto;
    left: 3%;
    opacity: 0.5;
}
.dec1_2{animation:6s linear infinite rotation2;}
.dec2_2{animation:7s linear infinite rotation1;}

/* ----------------------------　intro　▲------------------------------ */

/* ----------　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 {
    font-size: 40px;
    font-family: var(--font-en);
    margin: 0;
}

/*#contents .fadein:nth-of-type(even) .con_no {*/
/*    right: auto;*/
/*    left: 250px;*/
/*    top: -53px;*/
/*}*/

#contents .svg_box {
    color: var(--color6);
}

#contents .con_box .con_txt_wrap {
    padding: 50px;
    position: relative;
}

.con_title {
    font-size: 21px;
}
/* ----------　con_item　▼---------- */
.con_item1 {
    display: block;
    max-width: 350px !important;
    height: 135px !important;
    width: 131% !important;
    bottom: -20% !important;
    left: 80% !important;
    z-index: 2;
}

.con_item2 {
    display: block;
    max-width: 350px !important;
    height: 115px!important;
    width: 100% !important;
    bottom: -15% !important;
    left: 5% !important;
    z-index: 2;
}
/* ----------　con_item　▲---------- */

/* ----------　more　---------- */
.more a {
    background-color: var(--color3);
    border: solid 1px var(--color1);
    box-shadow: 3px 3px 0 var(--color1);
}

.more a:hover {
    background-color: var(--color4);
    box-shadow: none;
    border: solid 1px var(--color4);
    transform: translate(3px, 3px);
}
/* -------------------　cms変更部分CSS　▼----------------- */

/* ----------　ブログ　▼---------- */
.topcms_news_type2 .cate_box {
    width: 46.33333%!important;
    margin-right: 1.5%;
    margin-left: 1.5%;
    cursor: pointer;
    border-bottom: 1px solid var(--color4);
    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}
}
/* ----------　ブログ　▲---------- */

/* ----------　サービス　▼---------- */
.link_type1 .link_top .link_title {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    padding-top: 50px!important;
    margin-bottom: 30px;
    color: #474521;
    font-weight: normal;
    background-image: url("../dup/img/link_type1_icon.png");
    background-size: 50px;
    background-position: top center;
    background-repeat: no-repeat;
}
.link_type1 .link_top .link_title{
    font-size: 20px;
    margin-bottom: 20px;
}
.link_type1 .link_top a {
    border-radius: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.link_type1 .link_top a:hover{
    background-color: #ededeb;
}
.link_type1 .link_top a:hover .link_img1{
    transform: translate(-50%, -50%) scale(1.1,1.1);
    opacity: 0.1;
}
@media screen and (max-width: 667px){
.link_type1 .link_top .link_title{
    font-size: 15px;
}
}
/* ----------　サービス　▲---------- */

/* ----------　メニュー　▼---------- */
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.topcms_menu_type3 .cate:last-of-type{margin-bottom: 0}
}
/* ----------　メニュー　▲---------- */

/* -------------------　cms変更部分CSS　▲----------------- */

/* -------------------　footer　----------------- */
#foot_banner a {
    background-color: #4CAF50;
    color: var(--white);
    font-size: 19px;
    padding: 19px 5px 20px 44px;
}

#info_title_box .info_title span {
    color: var(--black); 
    font-weight: bold;
    font-size: 60px;
    letter-spacing: 10px;
}

.tel a:hover {
    color: var(--color4);
}

/* ------------------------------------　TOP　▲------------------------------------ */

/* ---------------------------------　下層ページ ▼--------------------------------- */
.cate_list li a{
    color: var(--white);
}

#page_title #filter_white {
    background-color: rgb(255 255 255 / 64%) !important;
}

#page_title .svg_box {
    color: var(--white);
}

section#page_title span {
    color: var(--black);
    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;
    font-weight: bold;
}

#page_title {
    color: var(--black)!important;
}

/* ----------　blog　---------- */
ul.pager a {
    font-size: 20px;
    font-weight: bold;
    color: var(--color6);
    background-color: var(--color4);
    border: none;
}

ul.pager li a:hover {
    background-color: var(--color3);
    border: none;
}

/* ----------　会社情報　---------- */
#page7 .box_item p{
    color: var(--black);
}
/* ----------　お問い合わせ　---------- */
#tel, #line{
    background-color: var(--color2);
}

#line a {
    background-color: #4CAF50;
}


.line_wrap {
    padding: 50px 0;
}

.tel_box {
    padding: 40px 0;
}

/* ----------　プライバシーポリシー ---------- */
#google_privacy {
    max-width: 915px !important;
}
/* ----------　サイトマップ　---------- */


@media all and (-ms-high-contrast: none){
  .sample{

  }
}
/* ---------------------------------　下層ページ ▲--------------------------------- */

/*-------------------------------------------------------1536-------------------------------------------------------*/
@media screen and (max-width: 1536px){}

/*-------------------------------------------------------1530 × 735-------------------------------------------------------*/
@media screen and (max-width: 1530px){}

/*-------------------------------------------------------1366-------------------------------------------------------*/
@media screen and (max-width: 1366px){}

/* ---------------　タブレット　-------------------- */
@media screen and (max-width: 768px){
#main_img {
    margin-top: 132px;
    height: 67vw;
}

.catch {
    width: 80% !important;
    bottom: 10%;
    left: 4%;
}

.header_dec1 {
    width: 13%;
    bottom: 6%;
    right: 15%;
}

.header_dec2 {
    width: 13%;
    bottom: 5%;
    right: 14%;
}

#contents .con_box .con_no {
    font-size: 90px;
}

/*#contents .fadein:nth-of-type(even) .con_no {*/
/*    left: auto;*/
/*    right: 20px;*/
/*    top: -85px;*/
/*}*/

.con_item1 {
    height: 145px !important;
    width: 131% !important;
    bottom: -10% !important;
    left: 80% !important;
}

.con_item2 {
    height: 120px!important;
    width: 100% !important;
    bottom: -10% !important;
    left: 5% !important;
}

#main_img .main_img_wrap::after{
    left: 0;
}

#info_title_box .info_title span {
    font-size: 50px;
}

}

/* ---------------　スマホ　--------------- */
@media screen and (max-width: 667px){
#main_img {
    margin-top: 71px;
    height: 66vw;
}



.main_box {
    top: 42%;
    right: -16%;
    width: 76% !important;
}

#intro_bg .intro_wrap{
    background-size: 400px;
    background-position: top -1px right,bottom left;
}

.intro_txt_wrap h2 {
    font-size: 18px;
    font-weight: bold;
}

#main_img .main_img_wrap::after {
    width: 100px;
    height: 100px;
}

#main_img .human_wrap .hu1 {
    top: 56%;
    left: 59%;
    width: 37%;
}

#main_img .human_wrap .hu2 {
    top: 47%;
    left: 20%;
    width: 39%;
}

.intro_txt_wrap h2 {
    font-size: 15px;
    font-weight: bold;
}

.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 {
    font-size: 55px;
    margin: 0;
}

#contents .con_box .con_txt_wrap {
    padding: 0 10% 10%;
}

/*#contents .fadein:nth-of-type(even) .con_no {*/
/*    right: auto;*/
/*    left: 20px;*/
/*    top: -62px;*/
/*}*/

.con_item1 {
    height: 120px !important;
    width: 131% !important;
    bottom: -10% !important;
    left: 60% !important;
}

.con_item2 {
    height: 100px!important;
    width: 100% !important;
    bottom: -10% !important;
    left: 5% !important;
}

#top_cms .box_txt1 {
    font-size: 19px;
}

#info_title_box .info_title span {
    font-size: 40px;
}

#foot_banner {
    width: 190px;
    right: 100px;
}

#foot_banner a {
    font-size: 16px;
    letter-spacing: 0;
}

.footer_banner_wrap {
    right: 77px;
}

#cms_2-g .cate_title {
    font-size: 1.4em;
}

ul.pager a {
    font-size: 14px;
}

}

#foot_banner .foot_icon {
    width: 47px;
    left: 11px;
}

#page_title h2 span {
    font-size: 27px;
    letter-spacing: 0;
}

#page_title {
    margin-bottom: 50px;
}

#top_cms .top_cms_box {
    margin-bottom: 60px;
}

/* 2023.11.29 修正 */
.catch {
    bottom: 43%;
}
.header_dec1:not(.header_dec1_2) {
    bottom: 36%;
    right: 46%;
}
.header_dec2:not(.header_dec2_2) {
    bottom: 36%;
    right: 46%;
}
@media screen and (max-width: 768px){
.catch {
    bottom: 10%;
}
.header_dec1:not(.header_dec1_2), .header_dec2:not(.header_dec2_2) {
    bottom: 6%;
    right: 16%;
}
}
@media screen and (max-width: 667px){
.catch {
    width: 93% !important;
}
.header_dec1:not(.header_dec1_2), .header_dec2:not(.header_dec2_2) {
    bottom: 6%;
    right: 4%;
}
}