@charset "utf-8";


/* [CSS RESET]==============================================*/
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,lo,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{
margin:0;
padding:0;
border:0;
outline:0;
vertical-align:baseline;
background:transparent;
}

/* ---------- font ---------- */
body{
/* 	
font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	
font-family:Shin Maru Go Regular , Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
*/

font-family: 'Kosugi Maru', sans-serif;
	
/* -- #slideRの配置用　横からhover メニュー https://gimmicklog.com/jquery/203/  -- */    
position: relative;
}

/* ---------- スクロールバー有無によるズレ対策 ---------- */	
html {
overflow-y: scroll;
}



/* ---------- float clear ---------- */	 
.clear {
     clear:both;
	 }	



/* link
------------------------------------------------------------*/
a{
color: #444444;
text-decoration:none;
}
a:hover{
color: #999999;
text-decoration:none;
}

a.a_orange{
color: #c74d0c;
text-decoration:none;
}
a.a_orange:hover{
color: #333333;
text-decoration:none;
}

a.a_green {
color: #9fc24d;
text-decoration:none;
}
a.a_green:hover{
color: #333333;
text-decoration:none;
}


a.a_blue{
color: #00529f;
text-decoration:none;
}
a.a_blue:hover{
color: #999999;
text-decoration:none;
}

a.a_red{
color: #ff000;
text-decoration:none;
}
a.a_red:hover{
color: #999999;
text-decoration:none;
}

a.a_blue_underline{
color: #00529f;
text-decoration:underline;
}
a.a_blue_underline:hover{
color: #999999;
text-decoration:underline;
}

a.a_red_underline{
color: #ff0000;
text-decoration:underline;
}
a.a_red_underline:hover{
color: #999999;
text-decoration:underline;
}


/* tel リンクをスマホのみ有効
------------------------------------------------------------*/
@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}

/* tel リンクをPCでも有効
------------------------------------------------------------*/
.a_tel_event {
pointer-events: auto!important;
cursor: pointer!important;
}


/* br 改行　sp pc 振り分け
------------------------------------------------------------*/
@media screen and (max-width: 680px){   
  .br_pc { display:none; }
  .br_sp { display:block; }
}
@media screen and (min-width: 680px){   
  .br_pc { display:block; }
  .br_sp { display:none; }
}
/* br 改行　sp pc 振り分け 599px
------------------------------------------------------------*/
@media screen and (max-width: 599px){   
  .br_pc_02 { display:none; }
  .br_sp_02 { display:block; }
}
@media screen and (min-width: 599px){   
  .br_pc_02 { display:block; }
  .br_sp_02 { display:none; }
}






/* list
------------------------------------------------------------*/
ul, ol {
    list-style: none;
}

/* none
------------------------------------------------------------*/
.sp-none {
    }
.sp-none_02 {
    }
.pc-none {
    display: none;
}
.tab-visible {
    display: none;
}
.sp-visible {
    display: none;
}
.pc-visible {
    display: inherit;
}
.toggle_none_visible {
    display: none;
    }
.gnavi_none_visible {
    display: inherit;
    }
.logo_sp-visible {
    display: none;
}
@media screen and (max-width: 1000px) {
    .tab-none {
        display: none;
    }
    .tab-visible {
        display: inherit;
    }
    .sp-visible {
        display: none;
    } 
    .pc-visible {
        display: none;
    }
.logo_sp-visible {
    display: inherit;
}
.toggle_none_visible {
    display: inherit;
    }
.gnavi_none_visible {
    display: none;
    }
}
@media screen and (max-width: 970px) {
    .pc-none {
        display: inherit;
    }
    .sp-none {
    display: inherit;
    }
}
@media screen and (max-width: 599px) {
    .sp-none {
        display: none;
    }
    .sp-none_02 {
        display: none;
    }
    .sp-visible {
        display: inherit;
    }    
    .pc-visible {
        display: none;
    }
    .tab-visible {
        display: none;
    }
}



/* ---------- #img_opacity ---------- */	
/* 画像透過リンク */	
a:hover img.img_opacity {
        opacity: 0.8;
        filter: alpha(opacity=80);
        -moz-opacity:0.80;
        }
		
/* 新旧Firefox */
a:hover img.img_opacity, x:-moz-any-link { background: #fff;}
a:hover img.img_opacity, x:-moz-any-link, x:default { background: #fff;}

/* ---------- #img_index_bnr_gn ---------- */	
img.img_index_bnr_gn {
	padding:0px 0 0px 0;
	margin:0px;
	}

/* 画像透過リンク */	
a:hover img.img_index_bnr_gn {
        opacity: 0.8;
        filter: alpha(opacity=80);
        -moz-opacity:0.80;
        }
		
/* 新旧Firefox */
a:hover img.img_index_bnr_gn, x:-moz-any-link { background: #fff;}
a:hover img.img_index_bnr_gn, x:-moz-any-link, x:default { background: #fff;}

/* ---------- #img_opacity_slider ---------- */	
/* 画像透過リンク */	
.slick-slider a:hover img {
        opacity: 0.8;
        filter: alpha(opacity=80);
        -moz-opacity:0.80;
        }

/* ---------- #img_opacity_slider ---------- */	
/* 画像_反転 */	
.img_reverse {
    transform: scale(-1, 1);
    filter: FlipH;
    -ms-filter: "FlipH";
}


/* [body]===================================================*/
body {
	padding:0;
	margin:0;
    font-size:12px;
    line-height:1.1;
	color:#444444;
    }

/* float
------------------------------------------------------------*/
.float_left {
    float: left!important;
}
.float_right {
    float: right!important;
}


/* position
------------------------------------------------------------*/
.position_relative {
    position: relative;
}

/* padding
------------------------------------------------------------*/
.padding-0 {
	padding: 0 !important;
}
.padding_left_5 {
	padding-left: 5px !important;
}
.padding_top-0 {
	padding-top: 0;
}
.padding_top-20 {
	padding-top: 20px;
}

/* p
------------------------------------------------------------*/
.h1_01 {
	padding:50px 0 20px 0px;
	letter-spacing:0.2em;
	font-size:34px;
	font-weight:bolder;
	text-align: center;
	color: #000000;
	}
.h2_01 {
	padding:0 0 1em 1em;
	font-size:18px;
	font-weight:bolder;
	color: #000000;
	}

.p_001 {
    font-size: 16px;
	padding:0 0 .5em 1em;
    line-height: 1.5em;
}

.p_center {
	text-align: center!important;
}	
.p_black {
	color:#000!important;
}	
.p_black_sp {
}
.p_999 {
	color:#999!important;
}
.p_aaa {
	color:#aaa!important;
}
.p_red {
	color:#FF0000!important;
}
.p_pink {
	color:#df2b84!important;
}
.p_green {
	color:#9fc24d!important;
}
.p_blue {
	color: #346fba!important;
}
.p_white {
	color: #ffffff!important;
}
.p_orange {
	color:#c74d0c!important;
}

.p_bold {
	font-weight: bold!important;
}
.p_right {
	text-align: right!important;
}
.p_left {
	text-align: left!important;
}
.p_90 {
	font-size: 90%!important;
}
.p_120 {
	font-size:120%!important;
}
.p_underline {
	text-decoration: underline!important;
}
.p_line-through {
	text-decoration:line-through!important;
}
.p_line-through_red {
    color: #f00!important;
    text-decoration : line-through!important;
 }
.p_70-percent {
	font-size: 70%!important;
}
.p_80-percent {
	font-size: 80%!important;
}
.p_90-percent {
	font-size: 90%!important;
}


.p_mincyo {
    font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}	
.p_gothic {
    font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.p_weight-normal {
	font-weight: normal;
}

.p_pad_1em_sp-non {
	padding-top: 1em;
}

@media screen and (max-width: 599px) {
.h1_01 {
	padding:20px 0 10px 0px;
	letter-spacing:0.2em;
	font-size:20px;
	}
.p_004 {
	font-size:14px;
}
}
@media screen and (max-width: 799px) {
.p_black_sp {
	color:#000!important;
}
}
@media screen and (min-width: 600px) {
.h1_01 {
	padding:30px 0 10px 0px;
	letter-spacing:0.2em;
	font-size:25px;
	}
.p_004 {
	font-size:16px;
}
}
@media screen and (min-width: 800px) {
.h1_01 {
	padding:30px 0 10px 0px;
	letter-spacing:0.2em;
	font-size:30px;
	}
.p_004 {
	font-size:18px;
}
}
@media screen and (min-width: 1100px) {
.h1_01 {
	padding:50px 0 20px 0px;
	letter-spacing:0.2em;
	font-size:32px;
	}
.p_004 {
	font-size:20px;
}
}
@media screen and (min-width: 1400px) {
.p_004 {
	font-size:24px;
}
}

/* hr
------------------------------------------------------------*/
.hr01 {
    height: 1px;
    background-color: #bbb;
    border: none;
    color: #bbb;
	margin: 0;
}
.hr02 {
    height: 1px;
    background-color: #bbb;
    border: none;
    color: #bbb;
	margin: 0;
}
.hr {
    height: 2px;
    width: 80%;
   }	
.hr_ddd {
   border: 0.5px dashed #ddd;
   }

@media screen and (max-width: 599px) {
.hr02 {
	margin: 20px 0 20px;
}
}
@media screen and (min-width: 600px) {
.hr02 {
	margin: 50px 0 10px;
}
}
@media screen and (min-width: 1100px) {
.hr02 {
	margin: 50px 0 10px;
}
}


/* z-index
------------------------------------------------------------*/
.z_index_3 { z-index: 3; }
.z_index_4 { z-index: 4; }
.z_index_5 { z-index: 5; }


/* flex_order
------------------------------------------------------------*/
.flex_order_01 { order: 1; }
.flex_order_02 { order: 2; }
.flex_order_03 { order: 3; }
    
    

/* img
------------------------------------------------------------*/
.img_gray {
-webkit-filter: grayscale(100%) brightness(50%);
-moz-filter: grayscale(100%) brightness(50%);
-ms-filter: grayscale(100%) brightness(50%);
-o-filter: grayscale(100%) brightness(50%);
filter: grayscale(100%) brightness(50%);
}

/* 画像下の謎の余白消し */
.img_no_space_bottom {
    vertical-align: bottom;
    display: block;
    margin: 0 auto;
}

.img_width_30 {
    width: 30%;
    margin: auto;
    display: block;
}
.img_width_40 {
    width: 40%;
    margin: auto;
    display: block;
}
.img_width_50 {
    width: 50%;
    margin: auto;
    display: block;
}
.img_width_60 {
    width: 60%;
    margin: auto;
    display: block;
}
.img_width_70 {
    width: 70%;
    margin: auto;
    display: block;
}
.img_width_80 {
    width: 80%;
    margin: auto;
    display: block;
}
.img_width_90 {
    width: 90%;
    margin: auto;
    display: block;
}
.img_width_100 {
    width: 100%;
}
.img_width_60_sp {
}
.img_width_75_sp {
}
.img_width_80_sp {
}
.img_width_90_sp {
}
.img_width_95_sp {
}
.img_width_100_sp {
}
.img_border_grey {
    border: 1px #eeeeee solid;
}

@media screen and (max-width: 599px) {
.img_width_60_sp {
    width: 60%!important;
}
.img_width_75_sp {
    width: 75%!important;
}
.img_width_80_sp {
    width: 80%!important;
}
.img_width_90_sp {
    width: 90%!important;
}
.img_width_95_sp {
    width: 95%!important;
}
.img_width_100_sp {
    width: 100%!important;
}
}
@media screen and (min-width: 600px) {
}
@media screen and (min-width: 800px) {	
.img_logo {
   }	 
}
@media screen and (min-width: 1100px) {   
}
@media screen and (min-width: 1400px) {
}



/* bg_img print対応　print.css参照させる
------------------------------------------------------------*/
img.nodisplay{
  display:none;
}




/* sp ハンバーガー 上 帯
------------------------------------------------------------*/	
.sp_header_bar {
    background-color: #558e36;
    max-height: 40px;
}


/* sp ハンバーガー navi drawer-nav
------------------------------------------------------------*/	
.img_logo_side {
    width: 200px;
    margin: 0 0 0px 0px;
}
.drawer-nav {
    position: fixed;
    z-index: 101!important;
    top: 0;
    overflow: hidden;
    width: 16.25rem;
    height: 100%;
    color: #222;
    background-color: #f7f2eb;
	padding-top: 10px;
	font-size: 14px;
}
.drawer-menu {
    list-style: none;
	margin-left: 0px;
}
.drawer-menu li {
    padding: 4px 0 4px 10px;
    border-bottom: 1px solid #dddddd;
}
.drawer-menu a {
	text-decoration: none;
	color:#333;
}
.drawer-menu a:hover {
	text-decoration: none;
	color:#e50012;
}
.drawer-dropdown-menu li {
	font-size: 1rem;
}
.drawer-dropdown-menu-item {
    line-height: 2.5rem;
}

.drawer-hamburger {
    top: -3px;
}
.img_icon_left {
	vertical-align: text-top;
	padding-right: .5em;
}
@media screen and (max-width: 999px) {
.drawer-hamburger {
    top: 2px;
}
}
@media screen and (max-width: 599px) {
.drawer-hamburger {
    top: 0px;
}
}



/* button アニメーション　https://www.nxworld.net/tips/css-ghost-button-good-chemistry-hover-effect.html
------------------------------------------------------------*/
.button {
  display: inline-block;
  padding: 1em 0 .8em;
  border: 1px solid #dad6ca;
  color: #999;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: all .3s;
    width: 100%;
}
.button:hover {
  background-color: rgba(201,186,177,.3);
  border-radius: 30px;
}
.button_02 {
  display: inline-block;
  padding: .4em 0 .3em;
  border: 1px solid #dad6ca;
  color: #333333;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: all .3s;
  border-radius: 5px;
    background-color: #9fc24d;
    width: 12em;
}
.button_02:hover {
  background-color: #f1fce2;
  border-radius: 30px;
  color: #9fc24d;
}
@media screen and (max-width: 599px) {
}



/* bg_color
------------------------------------------------------------*/
.bg_color_blue {
	background-color: #0051a0!important;
}
.bg_color_pink {
	background-color: #e5cbc2!important;
}
.bg_color_yellow {
	background-color: #fef9d0!important;
}
.bg_color_white {
	background-color: #ffffff!important;
}
.bg_color_grey {
	background-color: #eeeeee!important;
}
	
/* #wrapper
------------------------------------------------------------*/
.wrapper {
	width: 1160px;
	margin: auto;
}


/* .header
------------------------------------------------------------*/
.header_wrapper {
	width: 1000px;
	margin: auto;
}
.header_logo_en_wrapper {
    margin-left: 1em;
    width: 30%;
    float: left;
}
.header_logo_jp_wrapper {
    margin-right: 1em;
    width: 30%;
    float: right;
}

@media screen and (min-width: 1px) {
.header_wrapper {
	width: 100%;
}
.header_logo_en_wrapper {
    width: 50%;
    padding: .3em 0;
}
.header_logo_jp_wrapper {
    width: 40%;
    padding: .3em 0;
}
}
@media screen and (min-width: 600px) {
.header_logo_en_wrapper {
    width: 300px;
    padding: .5em 0;
}
.header_logo_jp_wrapper {
    width: 200px;
    padding: .5em 0;
}
}
@media screen and (min-width: 1000px) {
.header_logo_en_wrapper {
    width: 300px;
}
.header_logo_jp_wrapper {
    width: 300px;
}
}
@media screen and (min-width: 1300px) {
.header_wrapper {
	width: 1300px;
}
}
/* .header .img
------------------------------------------------------------*/
.img_logo {
    width: 100%;
    padding: .5em 0 0 0;
}
.img_logo_en {
    width: 100%;
    padding: .7em 0 0 0;
}

@media screen and (min-width: 1px) {
.img_logo {
    width: 100%;
}
}
@media screen and (min-width: 600px) {
.img_logo {
    width: 100%;
}
}
@media screen and (min-width: 1000px) {
.img_logo {
    width: 100%;
}
}
@media screen and (min-width: 1300px) {
.img_logo {
    width: 100%;
}
}


/*  トップの動き　https://webdesignday.jp/inspiration/technique/css/4166/
------------------------------------------------------------*/	
.site-header{
    background: #fff;
    position: fixed;
    top: 0;
    transition: .5s;
    width: 100%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.23);
    z-index: 10;
}
.site-header.hide{
    top: -63px;
}
@media screen and (min-width: 1px) {
.site-header.hide{
    top: -9.541%;
}
}
@media screen and (min-width: 600px) {
.site-header.hide{
    top: -73.25px;
}
}
@media screen and (min-width: 1000px) {
.site-header.hide{
    top: -72.25px;
}
}
@media screen and (min-width: 1300px) {
.site-header.hide{
    top: -72.25px;
}
}
/*  トップの動き　hero header_wrapperの高さ分下げる
------------------------------------------------------------*/	
#wrapper_hero {
}
@media screen and (min-width: 1px) {
#wrapper_hero {
    padding-top: 8.875%!important;
}
}
@media screen and (min-width: 600px) {
#wrapper_hero {
    padding-top: 53.25px!important;
}
}
@media screen and (min-width: 1000px) {
#wrapper_hero {
    padding-top: 68.25px!important;
}
}
@media screen and (min-width: 1300px) {
#wrapper_hero {
    padding-top: 68.25px!important;
}
}

	

/* .wrapper_gnavi
------------------------------------------------------------*/
.wrapper_bg_light_green {
    width: 100%;
    background-color: #f1fce2;
}
#wrapper_gnavi {
    width: 70%;
    max-width: 700px;
    margin: auto;
    padding-top: 1.5em;
}
.ul_gnavi_menu {
    display: flex;
    justify-content: space-between;
}
.li_gnavi_menu {
    list-style-type: none;
}
.p_gnavi_menu {
    font-size: 18px;
	padding:0 0 .8em 0;
    line-height: 1.5em;
    color: #9fc24d;
    font-weight: bold;
}
@media screen and (min-width: 1400px) {
#wrapper_gnavi {
      max-width: 840px;
}
}


/* .contents
------------------------------------------------------------*/
.contents_01 {
    width: 70%;
    max-width: 700px;
    margin: auto;
    padding-top: 1.5em;
}
.contents_01_inner {
    width: 100%;
    padding-top: 0em;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-self: center;
}
.contents_01_inner_img {
    width: 28%;
    align-self: center;
    margin: auto;
}
.contents_01_inner_text {
    width: 70%;
    align-self: center;
}
.contents_01_inner_img_02 {
    width: 38%;
    align-self: center;
    margin: auto;
}
.contents_01_inner_text_02 {
    width: 60%;
    width: 100%;
    align-self: center;
}
.contents_01_img_right {
    padding: 2em 0 1em 1em;
    float: right;
}
.contents_02 {
    width: 80%;
    max-width: 700px;
    margin: auto;
    padding: 3em 0;
}
.contents_03 {
    width: 60%;
    max-width: 600px;
    margin: auto;
    padding-top: 1.5em;
}
.contents_04 {
    width: 70%;
    max-width: 700px;
    margin: auto;
    padding: 1em 0 .5em;
}
.flex_order_1-2 { 
}
.flex_order_2-1 {
}
.bg_color_services {
    background-color: #f1fce2;
}


@media screen and (max-width: 599px) {
.contents_01 {
    width: 90%;
}
.contents_04 {
    width: 90%;
}
.contents_01_inner_img {
    width: 40%;
}
.contents_01_inner_img_sp_50 {
    width: 50%!important;
}
.contents_01_inner_img_sp_60 {
    width: 60%!important;
}
.contents_01_inner_img_sp_70 {
    width: 70%!important;
}
.contents_01_inner_text {
    width: 100%;
}
.contents_01_inner_img_02 {
    width: 40%;
}
.contents_01_inner_text_02 {
    width: 100%;
}
.contents_03 {
    width: 80%;
}
.flex_order_1-2 { 
    order: 2;
}
.flex_order_2-1 {
    order: 1;
}
}
@media screen and (min-width: 600px) {

.flex_order_1-2 { 
    order: 1;
}
.flex_order_2-1 {
    order: 2;
}
}
@media screen and (min-width: 1100px) {
}
@media screen and (min-width: 1400px) {
.contents_01 {
    max-width: 840px;
}
.contents_03 {
    max-width: 740px;
}
}


/* list
------------------------------------------------------------*/
.ul_001 {
    list-style-type: disc;
    line-height: 2.2;
    padding: 0 0 0 2.5em;
}
.ul_001 li {
    margin-bottom: 0em;
}



@media screen and (max-width: 599px) {
.ul_001 li {
	font-size:12px;
}
}
@media screen and (min-width: 600px) {
.ul_001 li {
	font-size:14px;
}
}
@media screen and (min-width: 800px) {
.ul_001 li {
}
}
@media screen and (min-width: 1000px) {
.ul_001 li {
}
}
@media screen and (min-width: 1400px) {
.ul_001 {
    padding: 0 0 0 3.2em;
}
.ul_001 li {
	font-size:16px;
}
}



/* list_services
https://saruwakakun.com/html-css/reference/ul-ol-li-design
https://fontawesome.com/how-to-use/on-the-web/styling/icons-in-a-list
------------------------------------------------------------*/
.list_services {
  box-shadow :0px 0px 3px silver;
  border: solid 1px whitesmoke;
  background: #ffffff;
  border-radius :1em;
}
.list_services ul {
    margin: auto;
    width: 14em;
    padding: 1.5em 0 1.1em;
}

.list_services ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}
@media screen and (max-width: 599px) {
.list_services ul {
	font-size:12px;
}
}
@media screen and (min-width: 600px) {
.list_services ul {
	font-size:14px;
}
}
@media screen and (min-width: 800px) {
}
@media screen and (min-width: 1000px) {
}
@media screen and (min-width: 1400px) {
.list_services ul {
	font-size:16px;
}
}



/* index_p
------------------------------------------------------------*/
.p_001 {
    line-height:1.5em;
	padding:.5em 1em;
    color: #9fc24d;
    text-align: center;
    width: 80%;
    margin: auto;
    font-weight:bold;
}
.p_002 {
    line-height:2.2em;
	padding:1em 1em .5em;
}
.p_003 {
    line-height:2em;
	padding:0 0 .5em;
    color: #9fc24d;
    text-align: center;
    width: 100%;
    margin: auto;
    font-weight: normal;
}

@media screen and (max-width: 599px) {
.p_001 {
	font-size:14px;
}
.p_002 {
	font-size:12px;
}
.p_003 {
	font-size:12px;
}
}
@media screen and (min-width: 600px) {
.p_001 {
	font-size:16px;
}
.p_002 {
	font-size:14px;
}
.p_003 {
	font-size:15px;
}
}
@media screen and (min-width: 800px) {
.p_001 {
	font-size:18px;
}
.p_002 {
}
}
@media screen and (min-width: 1000px) {
.p_001 {
	font-size:20px;
}
.p_002 {
}
}
@media screen and (min-width: 1400px) {
.p_001 {
	font-size:22px;
}
.p_002 {
	font-size:16px;
}
.p_003 {
	font-size:19px;
}
}


/* index_img
------------------------------------------------------------*/
.img_padding_top_1-5em_sp {
}
@media screen and (max-width: 599px) {
.img_padding_top_1-5em_sp {
    padding-top: 1.5em;
}
}


/* contact request
------------------------------------------------------------*/

.img_width_100_50 {
    width: 100%;
    min-width: 100px;
}
@media screen and (max-width: 599px) {
.img_width_100_50 {
    width: 50%;
}
}
@media screen and (min-width: 600px) {
.img_width_100_50 {
    width: 80%;
}
}


.contents_request_01 {
    width: 47%;
    align-self: center;
    padding-bottom: 1.5em;
}
.contents_request_01:first-child {
    padding-top: .3em;
}
@media screen and (max-width: 599px) {
.contents_request_01 {
    width: 80%;
    margin: auto;
}
.contents_request_01:first-child {
    padding-top: .8em;
}
}







/* fadein アニメーション
------------------------------------------------------------*/
/* 画面外にいる状態 */
.fadein {
    opacity : 0;
    transform : translate(0, 30px);
    transition : all 500ms;
    }

/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }





/* footer
------------------------------------------------------------*/
#footer {
	margin:60px 0 0;
	padding:20px 0 0px;
	background-color: #f1fce2;
    height: 30px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.23);
	}
.p_footer_copyrighy {
    color: #9fc24d;
    text-align: center;
}
@media screen and (max-width: 599px) {
#footer {
	margin:30px 0 0;
}
}


	
/* contents pagetop
------------------------------------------------------------*/
.pagetop {
	text-align: right;
	padding: 5em 2em 0px 0;
}
.pagetop a{
	color: #bbb;
}
.pagetop a:hover{
    color: #0852a1;
}	
@media screen and (max-width: 599px) {
.pagetop {
	display: none;
}	
.sp_display_none {
	display: none !important;
}
}
@media screen and (min-width: 600px) {
.pagetop {
	display: block;
}	
.gototop{
    position:fixed;bottom:50px;right:20px;
}
}
@media screen and (min-width: 1000px)  {
.pagetop {
	padding: 10px 2em 10px 0;
	display: block;
}	
}		

.gototop {
    position:fixed;
    bottom:75px;
    right:2%;
}
.gototop img.img_gototop {
    width: 40px;
}


@media screen and (max-width: 599px) {
.gototop {
    bottom:50px;
    right:1%;
}
.gototop img.img_gototop {
    width: 30px;
}
}
@media screen and (min-width: 600px) {
.gototop {
    bottom:60px;
    right:1.8%;
}
.gototop img.img_gototop {
    width: 30px;
}
}
@media screen and (min-width: 830px) {
.gototop {
    bottom:75px;
    right:1.8%;
}
.gototop img.img_gototop {
    width: 40px;
}
}
@media screen and (min-width: 1400px) {
.gototop {
    bottom:93.75px;
}
.gototop img.img_gototop {
    width: 50px;
}
}


/* youtube レスポンシブ
------------------------------------------------------------*/	
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}


/* google map レスポンシブ 参考：https://inthecom.net/718
------------------------------------------------------------*/	
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



/* ドット ナビゲーション　https://kata-tip.com/current-nav/
------------------------------------------------------------*/	
.wrap {
  width: 100%;
}

.nav-dot {
  position: fixed;
  top: 50%;
  right: 3%;
  z-index: 1;
}

.nav-dot li {
  width: 6px;
  height: 6px;
  margin: 0 0 14px;
  background: rgba(58, 58, 58, 0.2);
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.nav-dot li.current {
  background: rgba(58, 58, 58, 0.5);
  transition: background 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.nav-dot li:last-child {
  margin: 0;
}

.block {
  height: 800px;
}





/* company
------------------------------------------------------------*/	
.p_basic {
    font-size: 16px;
    width: 100%;
	color: #444444;
	line-height: 2em;
	text-align: left;
}
.topics_company {
    font-size: 16px;
    width: 96%;
    margin: 1.5em auto 2.5em;
    padding-top: 1em;
    border-top: 1px solid #ccc;
}
.topics_company dl {
    padding: .5em 0;
    border-bottom: 1px solid #ccc;
    line-height: 1.5em
}
.topics_company dl a {
    display: block;
}
.topics_company dl:hover{
    background-color: #f3f3f3;
}
.topics_company dl:first-child {
}
.topics_company dt {
    color: #9fc24d;
}
.dl_nocolor dl:hover{
    background-color: white;
}
.topics_company_treatrment {
    border-top: none;
    padding-top: 1em;
}




.wrapper_company {
    float: right;
    padding-left: 1em;
}
.wrapper_company_news {
    border-top: 1px #bbbbbb solid;
    border-bottom: 1px #bbbbbb solid;
    width: 80%;
    margin: auto;
}
.wrapper_company_map {
    margin: auto;
}
.img_company {
    width: 120px;
    height: 137px;
}
.p_company {
    text-align: center;
    padding-top: .2em;
    color: #999999;
}


@media screen and (max-width: 767px) {
.p_basic {
    font-size: 14px;
}
.topics_company {
    font-size: 14px;
}
.img_company {
    width: 90px;
    height: 103px;
}
.p_company {
    font-size: 90%;
}
.topics_company_treatrment {
    margin-bottom: 0em;
}
}

@media screen and (min-width: 800px) {
.topics_company dt {
    clear: left;
    float: left;
    width: 6em;
}
.topics_company dd {
    margin-left: 6.2em;
}
.topics_company_profile dt {
    width: 9em;
}
.topics_company_profile dd {
    margin-left: 9.2em;
}
}

@media screen and (min-width: 1000px) {
.wrapper_company_news {
    width: 975px;
}
.wrapper_company_map {
}
}

@media screen and (min-width: 1400px) {
.p_basic {
    font-size: 19px;
}
.topics_company {
    font-size: 19.2px;
    border-top: 1.2px solid #ccc;
}
.wrapper_company_news {
    width: 1200px;
}
.wrapper_company_map {
}
}


/* google map レスポンシブ 参考：https://inthecom.net/718
------------------------------------------------------------*/	
.wrapper_company_map {
    margin: auto;
	width: 100%;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



.ggmap_02 {
position: relative;
padding-bottom: 30%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap_02 iframe,
.ggmap_02 object,
.ggmap_02 embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media screen and (max-width: 599px) {
.ggmap_02 {
padding-bottom: 56.25%;
}
}
@media screen and (min-width: 600px) {
.ggmap_02 {
padding-bottom: 56.25%;
}
}
@media screen and (min-width: 800px) {
.ggmap_02 {
padding-bottom: 30%;
}
}





/* company profile
------------------------------------------------------------*/	
.p_company_profile_title {
    padding-bottom: .7em;
    font-weight: bold;
}
.p_company_profile {
    font-size: 16px;
    line-height: 1.4em;
    padding-bottom: 1em;
}
@media screen and (max-width: 767px) {
.p_company_profile {
    font-size: 14px;
}
}
@media screen and (min-width: 800px) {
.p_company_profile {
    line-height: 1.6em
}
}
@media screen and (min-width: 1200px) {
.p_company_profile {
    font-size: 19.2px;
}
}



@media screen and (max-width: 599px) {
}
@media screen and (min-width: 600px) {
}
@media screen and (min-width: 1000px) {
}