﻿@font-face {
font-family: "utsukushi";
  src: url("./Dup/img/utsukushi.otf") format("otf"),url("./Dup/img/utsukushi.woff") format("woff"),url("./Dup/img/utsukushi.woff2") format("woff2");
}

body{
font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
.font1,#page_title h2{font-family: "utsukushi","serif";}
/*--------------------------------
疑似要素にオブジェクト
--------------------------------*/
body,#side_contact h2 span,#main_img,#contents h2,#top_contents .con_txt span,#top_cms .cms_title,#page_title,.cate_title{position: relative;}
/*リピートなし*/
body:before,#side_contact h2 span:before,#main_img:before,#main_img:after,#contents h2:before,#top_contents .con_txt span:before,#top_cms .cms_title:before,
#page_title:before,#page_title:after,.cate_title:before{
content: "";
display: block;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
}

body:before{
background-image: url(./Dup/img/obj1.png);
background-size: 100%;
width: 17vw;
height: 15vw;
top: -25px;
left: -15px;
z-index: 1;
}

#side_contact h2 span:before{
background-image: url(./Dup/img/icon1.png);
width: 50px;
height: 50px;
top: -55px;
left: 50%;
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
transform: translate(-50%,0);
}

#main_img:before{
background-image: url(./Dup/img/catch.png);
background-size: 100%;
width: 43vw;
height: 20vw;
top:50%;
left: 5vw;
-ms-transform: translate(0,-50%);
-webkit-transform: translate(0,-50%);
transform: translate(0,-50%);
z-index: 1;
}

#main_img:after,#page_title:after{
background-image: url(./Dup/img/obj2.png);
background-size: 100%;
width: 8vw;
height: 6vw;
bottom: -10px;
right: 0;
z-index: 1;
}

#contents h2,#top_cms .cms_title,.cate_title{padding-left: 55px;}
#contents h2:before,#top_cms .cms_title:before,.cate_title:before{
background-image: url(./Dup/img/icon1.png);
width: 50px;
height: 50px;
top: -10px;
left: 0;
}

#top_contents .con_txt span{padding-left: 25px;}
#top_contents .con_txt span:before{
background-image: url(./Dup/img/check.png);
width: 20px;
height: 20px;
top: 0;
left: 0;
}

#page_title:before{
background-color: rgba(65,130,50,0.5);
width: 100%;
height: 100%;
top: 0;
left: 0;
}
/*--------------------------------
全体
--------------------------------*/
body{
width: 100%;
min-width: 1000px;
}
.width_1280-1000{
width: 100%;
max-width: 1600px;
min-width: 1000px;
}
.header_wrap.width_1280-1000{max-width: 1280px;}
#header{background-color: #82BE73;}
#header.shadow-b{box-shadow: 0 5px 10px rgba(0,0,0,0.1);}
#header li{border-right: none;border-left: none;}
#header .txt_color_nomal{color: white;}
#header .txt_color1{color: #e6eba0;}

article.grid_8{width: 70%!important;}
article section.width_1000-max{max-width: none;}
aside.grid_3{position: sticky;top: 150px;left: 0;}
#side_contact h2{
color: #82BE73;
position: static;
}
#side_contact h2 span{background-color: transparent;}

#logo{
position: relative;
z-index: 1;
}

#side_contact{background-color: #e6f2e3;border: none;}
#side_info{background-color: #f5ecdf;border: none;}

footer{
background-image: url(./Dup/img/bg2.jpg);
background-size: 20%;
}
.footer_box.bg_white{background-color: transparent;}

/* 角丸 */
.mail_bt a,.more a,.cate_list li a,#tel_contact a,#page10 li a{border-radius: 50px;}
.rectangle_img,.square_img,.normal_img img{border-radius: 30px;}
#side_contact,#side_info,.v_type3 .cate_box{border-radius: 15px;}
#cms_1-e .date{border-radius: 5px;}
.border_rad50per{border-radius: 50%;}

.intro .normal_img img{border-radius: 0;}
/*--------------------------------
TOP
--------------------------------*/

/* contents anim */
#contents .fadein_up {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    transition: transform 1.5s ease,opacity 2s ease;
}
#contents .fadein_up.scrollin {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
#contents .fadein_up2 {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    transition: transform 2s ease,opacity 2s ease;
}
#contents .fadein_up2.scrollin {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
/* contents */
#contents .txt_wrap .con_box {
width: calc(30% - 16px);
padding: 15px;
margin-right: 20px;
box-sizing: border-box;
}
#contents .txt_wrap .con_box:last-of-type {
    margin-right: 0;
}
#contents .fadeIn_box .con_box {
    opacity: 0;
}
#contents .con_img {
    border-radius: 30px;
}
#contents .con_title h3:before {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    position: absolute;
    bottom: -25px;
	left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
	background-color: #3e3e3e;
}
#contents .con_txt{
	font-size: 13px;
}
@media screen and (max-width: 768px){
#contents .txt_wrap .con_box {
    width: calc(33% - 12px);
}
}
@media screen and (max-width: 667px){
#contents .txt_wrap .con_box {
    width: 80%;
    margin-right: 0;
    margin-bottom: 30px;
}
#contents .con_title h3:before {
    bottom: -15px;
}
}

/* TOP お知らせ */
.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}
}
/*--------------------------------
下層
--------------------------------*/
#page_title{
padding-top: 100px;
padding-bottom: 100px;
}
#page_title h2,#page_title p{position: relative;z-index: 1;}
#page_title h2{color: white;}
#page_title p{color: #ebf0be;}

/* 初めての方へ */
.flow_type1 .cate_box{border-left:none;background-color: rgba(0,0,0,0);}
.flow_type1 .box_txt1,
.flow_type1 .box_txt2{padding-left:130px;}

.flow_type1 .box_wrap{
    position: relative;
    padding-left: 30px;
}
.flow_type1 .box_wrap:before{
    content: "";
    display: inline-block;
    height: calc(100% - 0px);
    border-left: 14px solid rgba(243, 237, 225, .78);
    position: absolute;
    top: -5px;
    left: 107px
}
.flow_type1 .box_txt1{position:relative;}
.flow_type1 .box_txt1::before,
.flow_type1 .box_txt1::after {
	content: "";
	display: block;
	position: absolute;
	top: 18px;
}
.flow_type1 .box_txt1::before {
	width: 7px;
	height: 7px;
	margin-top: -3px;
	background: #6b90db;
	border-radius: 50%;
	left: 61.5px;
}
.flow_type1 .box_txt1::after {
	width: 50px;
	border-bottom: 1px dashed #999;
	position: absolute;
	left: 72px;
}
.flow_type1 .box_description2{
    position: relative;
    border-left: none;
    background-color: rgba(255, 255, 255, 0);
}
.flow_type1 .box_description2 span{
position: absolute;
    display: inline-block;
    width: 90px;
    top: -23px;
    left: -50px;
}
/*--------タブレット--------*/
@media screen and (max-width: 768px){
.flow_type1 .flex_order2_tb{
    width: 78%!important;
    margin-left: auto;
}
}
/*--------スマートフォン--------*/
@media screen and (max-width: 667px){
.flow_type1 .box_description2 span {
    width: 70px;
}
.flow_type1 .box_wrap{
    padding-left: 23px;
}
.flow_type1 .box_wrap:before {
    left: 22px;
}
.flow_type1 .box_txt1::before, .flow_type1 .box_txt1::after {
    top: 58px;
}
.flow_type1 .box_txt1::before {
    margin-top: -3px;
    left: -17.5px;
}
.flow_type1 .box_txt1::after {
    width: 30px;
    left: -8px;
}
.flow_type1 .box_txt1, .flow_type1 .box_txt2 {
    padding-left: 30px;
}
.flow_type1 .box_txt1{
    padding-top: 46px;

}
.flow_type1 .flex_order2_tb {
    width: 87%!important;
}
}

/* お客様の声 */
.v_type3 .cate_box{border: 1px solid #82BE73;}

/*タブレット用（768px以下）*/
@media  screen and (max-width: 768px){

body{
width: 100%;
min-width: 100px;
}
body:before{
width: 27vw;
height: 23vw;
top: 70px;
left: -15px;
}
.width_1280-1000{
width: 100%;
min-width: 100px;
}

header.shadow-b_tb{box-shadow: 0 5px 10px rgba(0,0,0,0.1);}
#logo{width: 30%!important;}
.hamburger{top: 10px;}

article.grid_8{width: 100%!important;}

#main_img:before{
width: 55vw;
height: 25vw;
top: 63%;
left: 3vw;
}
#main_img:after, #page_title:after{
width: 11vw;
height: 8vw;
bottom: -3px;
right: 0;
}

#page_title {
padding-top: 170px;
padding-bottom: 70px;
}

}

/*スマホ用（667px以下）*/
@media  screen and (max-width: 667px){

body:before{
width: 37vw;
height: 32vw;
top: 65px;
}

#logo{width: 50%!important;}
.hamburger{top: 4px;}

#main_img:before{
width: 70vw;
height: 32vw;
top: 63%;
left: 1vw;
}
#main_img:after, #page_title:after{
width: 13vw;
height: 10vw;
bottom: -3px;
}

#contents h2{padding-left: 0;}
#contents h2:before{
width: 40px;
height: 40px;
top: -40px;
left: 50%;
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
transform: translate(-50%,0);
}
#top_cms .cms_title,.cate_title{padding-left: 45px;}
#top_cms .cms_title:before,.cate_title:before{
width: 40px;
height: 40px;
top: 0;
}
.cate_title:before{top: -5px;}

#page_title {
padding-top: 130px;
padding-bottom: 50px;
}

}

/*IE*/
@media all and (-ms-high-contrast: none) {}




/*--------------------------------
自動リンク
--------------------------------*/
/* color */
.linkStyle{color: #82BE73; text-decoration: underline;}
.txt_color_nomal .linkStyle{color: #82BE73;}
.txt_white .linkStyle{color: white;}
.txt_red .linkStyle{color: red;}
.bg_color1 .linkStyle{color: #fff;}
.bg_color2 .linkStyle{color: #82BE73;}
.bg_color3 .linkStyle{color: #fff;}
.bg_color4 .linkStyle{color: #82BE73;}

/*IEのみ*/
@media all and (-ms-high-contrast: none) {
.linkStyle{display: inline-block;}
}

/*--------------------------------
カラー
--------------------------------*/
body,.txt_color_nomal,.hvr_txt_color_nomal:hover{color: #333333;}
.txt_black,.hvr_txt_black:hover{color: black;}
.txt_white,.hvr_txt_white:hover{color: white;}
.txt_red,.hvr_txt_red:hover{color: red;}
.txt_color1,.hvr_txt_color1:hover{color: #82BE73;} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: #EBF0BE;} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: #D7B482;} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: #F9F8ED;} /* アクセントカラー2 */

/* background-color */
.bg_white,.hvr_bg_white:hover{background-color: white;} /* 白背景 */
.bg_black,.hvr_bg_black:hover{background-color: black;} /* 黒背景 */
.bg_color1,.hvr_bg_color1:hover{background-color: #82BE73;} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: #EBF0BE;} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: #D7B482;} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: #F9F8ED;} /* アクセントカラー2 */
.bg_color_clear,.hvr_bg_color_clear:hover{background-color: transparent!important;}

/* border-color */
.border_white,.hvr_border_white:hover{border-color: white;}
.border_black,.hvr_border_black:hover{border-color: black;}
.border_color1,.hvr_border_color1:hover{border-color: #82BE73;}
.border_color2,.hvr_border_color2:hover{border-color: #EBF0BE;}
.border_color3,.hvr_border_color3:hover{border-color: #D7B482;}
.border_color4,.hvr_border_color4:hover{border-color: #F9F8ED;}