
@charset "utf-8";

.text-center{
 text-align:center !important;
}
.cssgrid_jiko {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(530px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 0.2em;
  /*border: 1px solid #ddd;*/
    grid-template-rows: auto;
  margin: 0 0 2em;
  text-align:center;

}

.cssgrid_jiko > div {
  text-align:center;
  overflow: hidden;
  min-width: 0;
  padding: 0.1em;
}

@media screen and (max-width:530px) {
.cssgrid_jiko {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));

}
}


.box_photo{
  float:left;
  max-width:600px;
  margin-left:-50px;
  margin-top:40px;
  background:#fff;
  padding:15px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.h_sq_koutsu{
 max-width:400px;
}

.go-hp{
	display: none  !important;
}

.bg-white{
 background:#fff;
}


.bg-to{

 background:#f6f6f6;
 
}
.com_fuku{
 background:#ccebf9;
 padding:10px;
 font-size:1.1em;
 font-weight:bold;
 border-radius:5px;
 color:#009de1;
}
.com_kita{
 background:#e2f0d5;
 padding:10px;
 font-size:1.1em;
 font-weight:bold;
 border-radius:5px;
 color:#70b52c;
}

.sp-fuku{
 background:#009de1;
 color:white;
 padding:3px;
 line-height:250%;
 margin:5px;
}
.sp-kita{
 background:#70b52c;
 color:white;
 line-height:250%;
 padding:5px;


}

.check1{
 border:2px lightblue dashed;
 padding:10px;
 font-weight:bold;
 border-radius:3px;
 max-width:1100px;
}

.check2{
  position: relative;
  padding-left:20px !important;
  font-size:1.1em;
  font-weight:bold;
  line-height:200%;
}
.check2::after {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: 0.1em;
  width: 10px;
  height: 5px;
  border-left: 4px solid #7fbeb6;
  border-bottom: 4px solid #7fbeb6;
  transform: rotate(-45deg);
  
}

.iinkai{
 border:1px solid #70b52c;
 padding:10px;
 margin:5px;
}
.iinkai_mida{
 background:#e2f0d5;
  padding:5px;
  margin-bottom:5px;

}
.fuku_menu a:link,.fuku_menu a:visited{
  color:#009de1;
  display: block;
  background:#ccebf9  !important;
  padding:15px;
  margin:0px;
  border-radius:2px; 
  border:1px solid #009de1;
  text-align:center;
  text-decoration: none;
}

.fuku_menu a:hover{
  background:#fff!important;
}
.kita_menu a:link,.kita_menu a:visited{
  color:#70b52c;
  display: block;
  background:#e2f0d5  !important;
  padding:15px;
  margin:0px;
  border-radius:2px; 
  border:1px solid #70b52c;
  text-align:center;
  text-decoration: none;
}

.kita_menu a:hover{
  background:#fff!important;
}

.pdf{
    display: inline-block;
    padding-right: 22px;
    background: url(../img/pdf_01.gif) no-repeat right center;
}
.cssgrid_03 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 0.2em;
  /*border: 1px solid #ddd;*/
    grid-template-rows: auto;
  margin: 0 0 2em;

}

.cssgrid_03 > div {

  overflow: hidden;
  min-width: 0;
  padding: 0.1em;
}

.cssgrid_04 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 4.3em;
  grid-gap: 0.2em;
  /*border: 1px solid #ddd;*/
    grid-template-rows: auto;
  margin: 0 0 2em;
}

.cssgrid_04 > div {

  overflow: hidden;
  min-width: 0;
  padding: 0.1em;
}

h2 {
font-size:0.9em;
padding:15px;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
}
.title_area{
  max-width:1200px !important;
  margin:0 auto;
    position: relative;

}

img{
    box-sizing: border-box !important;
    max-width : 100% ;
}

.title_text{

    position: absolute;
    bottom: -80px;
    left: 10px;
    width: 500px;
    height: auto;
    background: black;
    color:#fff;
    font-size:2em;
    text-align:center;
    padding:0.5em;
    box-sizing:border-box;
    
}


* {
	padding: 0;
	margin: 0;
	box-sizing:border-box;
}

html {
  height: 100%;
    box-sizing: border-box !important;
}

body {
	color: #111;
	background-color: #FFFFFF;
    box-sizing: border-box !important;
	word-wrap: break-word;
	height: 100%;

}


section,
article {
	display: block;
}

img {
	vertical-align: top;

}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

li {
	list-style-type: none;
}

a {
	color: #0066CC;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover {
	color: #009de1;
	text-decoration: none;
}

table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}

.clfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

/*
ヘッダー
-------------------------------------------*/
header {

	width: 100%;
	background-color: #FFF;
	position: fixed;
	z-index: 300;
	height:100px !important;

}

header h1 a img {
	display: block;
	position: absolute;
}

header .h_btn a {
	display: block;
	text-align: center;
	position: absolute;
	text-decoration: none;
	color: #FFF;
	letter-spacing: 1px;
	border: 5px solid #009de1;
	background-color: #009de1;
}
header .h_btn a:hover {
	color: #009de1;
	background-color: #FFF;
	border: 5px solid #009de1;
}



header .h_btn a i,
header .h_tel a i {
	padding-left: 5px;
	padding-right: 5px;
}
#g_navi ul li a.ac_menu {
	cursor: pointer;
	overflow: hidden;
}

.pankuzu {

	background-color: #F6F6F6;
	/*margin-bottom: 20px;*/
	margin-bottom: 5px;
	line-height: 30px;
	color: #555;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	font-size:0.8em;
}

.pankuzu > div {

	width: 100%;
	max-width: 1100px;
	margin-right: auto;
	margin-left:  auto;
}



.pankuzu a {
	text-decoration: none;
	color: #999;
}

/*
.pankuzu li a::after {
	content: ">";
	padding-left: 10px;
	padding-right: 10px;
}*/

.pankuzu a:hover {
	color: #111;
}

.pankuzu li i {
	padding-right: 5px;
}


/*
メインコンテンツ
-------------------------------------------*/
.content {
	width: 100%;
	background-color: #FFF;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left:10px ;
	padding-right:10px ;
}
.cont_wrap {
	max-width: 1200px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#top_slide {
	padding-top: 100px;
	background-color: #000;
	padding-bottom: 5px;
}

#sub_top {
	background-color: #EEE;
	background-repeat: no-repeat;
	background-position: center center;
	height: 150px;
	line-height: 30px;
	padding-top: 350px;
	width: 100%;
	background-size: cover;
	/*text-align: center;
	font-family: 'Raleway', sans-serif;
	color: #FFF;
	font-size: 20px;
	letter-spacing: 1em;
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);*/

}



/*
.content p {
	font-size: 16px;
	line-height: 1.8;
	padding: 10px;
	margin-bottom: 30px;
	margin-top: 20px;
	margin-right: 30px;
	margin-left: 30px;
}*/

.content .ul_news li {
	line-height: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-size: 16px;
	padding-right: 10px;
	padding-left: 10px;
}
.content .ul_news li span.news_date {
	color: #999;
	padding-right: 20px;
}

.content .ul_news li span.news_icon {
	color: #FFF;
	padding-left: 10px;
	display: inline-block;
	padding-right: 10px;
	background-color: #FF6600;
	margin-right: 10px;
	font-weight: bold;
	font-size: 14px;
}

.content .ul_news li span.news_icon.cl_02 {
	background-color: #009999;
}

.img_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

.img_left {
	float: left;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
}
.img_right {
	float: right;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
}

.content .img_left p {
	font-size: 12px;
	margin: 0px;
}



@media screen and (min-width:960px){



.box_contact .box_in {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.box_contact .btn {
	float: left;
	width: 50%;
}

.box_contact .tel {
	float: right;
	width: 50%;
}

.box_contact.only_tel .tel {
	float: none;
	width: 100%;
}

}

/*-----トップへ戻るボタン------*/

.to_top {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 200;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
.to_top a {
	text-decoration: none;
	color: #FFF;
	text-align: center;
	display: block;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	font-size: 10px;
	background-color: #0085B2;
	padding: 20px;
	height: 30px;
	width: 30px;
}
.to_top a:hover {

}

/*
フッター
-------------------------------------------*/

footer {
	background-color: #000;
	color: #FFF;
	clear: both;
	width: 100%;
	display: block;
}

footer ul.f_bn {
	text-align: center;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #fff;
	border-top:2px solid black;
}
footer .f_bn li {
	display: inline;
}
footer .f_bn li a {
	display: inline-block;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 10px;
	text-decoration: none;
	color: #000;
	margin-left: 10px;
	font-weight: bold;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-right: 10px;
}



footer .f_bn li a i {
	padding-right: 5px;
	font-size: 200%;
}


ul.f_list{
   display: flex;
   justify-content: center;
   padding:20px;
}
.f_list li{
   padding:10px;
}
.f_list a:hover{
   text-decoration: underline; 
}

footer ul.f_list li a {
	text-decoration: none;
	color: #FFF;
	display: block;
	padding: 2px;
}

footer ul.f_list li li a {
	padding-left: 25px;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 14px;
}

footer ul.f_list li li a:hover {
	background-color: #0085B2;
}

footer ul.f_list li li a::before {
	content:"・";
	position: absolute;
	top: 5px;
	left: 5px;
}


address {
	font-size: 10px;
	font-style: normal;
	padding-top: 20px;
	padding-bottom: 20px;
	letter-spacing: 1px;
	text-align: center;
	display: block;
	clear: both;
	background-color: #000;
}

footer .box_pr {
	clear: both;
	width: 100%;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 10px;
	color: #FFF;
	background-color: #474747;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #0085B2;
}

.box_pr ul li {
	display: inline;
	padding: 5px;
}

.box_pr ul li a {
	color: #FFF;
}


/*
スライダー
-------------------------------------------*/
.sp-thumbnail-container img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	object-fit: cover;
}
.sp-thumbnail-container:hover img,
.sp-thumbnail-container.sp-selected-thumbnail img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	cursor: pointer;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
#top_slide .top_catch {
	font-size: 5vw;
	line-height: 1.3;
	width: 100%;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	position: absolute;
	top: 50%;
	letter-spacing: 0.1em;
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
#top_slide .top_catch span {
	font-size:40%;
}
.top_catch a{
	font-size: 1.6vw;
	line-height: 1.3;
	width: 100%;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.1em;
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

#top_slide .slide_btn a {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 10%;
	font-size: 18px;
	color: #FFF;
	width: 300px;
	margin-left: -150px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #FFF;
	line-height: 40px;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
#top_slide .slide_btn a:hover {
	background-color: #FFF;
	color: #111;
}



/*
トップピックアップバナー
-------------------------------------------*/

.pickup {
	background-color: #012;
	padding-top: 30px;
	padding-bottom: 30px;
}

.pickup ul {
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 1400px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.pickup ul li {
	width: 33%;
/*	max-height: 220px;*/
	position: relative;
}
.pickup ul li a .pu_icon {
	position: absolute;
	top: -5px;
	left: -5px;
	background-color: #0085B2;
	color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}
.pickup ul li a div {
	position: absolute;
	top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
	height: auto;
	color: #FFF;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}
.pickup ul li a div .pu_title {
	display: block;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 10px;
}

.pickup ul li a img {

	-webkit-filter:brightness(0.8);
    -moz-filter:brightness(0.8);
    -ms-filter:brightness(0.8);
    filter:brightness(0.8)
  -webkit-transition: .3s ease-in-out;
  
  /*
      -moz-filter:brightness(0.5);
    -ms-filter:brightness(0.5);
    filter:brightness(0.5)
  -webkit-transition: .3s ease-in-out;*/
  
  transition: .3s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pickup ul li a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	-webkit-filter:brightness(1.5);
    -moz-filter:brightness(1.5);
    -ms-filter:brightness(1.5);
    filter:brightness(1.5);
}

@media screen and (min-width:960px){

.sm-slider, .sm-slider::after {
	top: 100px !important;
}
/*
ヘッダー
-------------------------------------------*/
header {
	height: 140px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	position: fixed;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}


header h1 a img {
	top: 20px;
	left: 10px;
}

header .h_btn a {
	width: 160px;
	top: 15px;
	right: 10px;
	line-height: 38px;
	padding-top: 2px;
	font-size: 14px;
	font-weight: bold;
}
header .h_tel a {
	top: 20px;
	right: 190px;
	line-height: 38px;
	padding-top: 4px;
}

/*
header.fixed {
	height: 120px;
}

header.fixed h1 a img {

	top:5px;
}
header.fixed .h_btn a,
header.fixed .h_tel a {
	top: 5px;
}
*/

.menu_btn,
.btn_close {
	display: none;
}

/*
PCグローバルナビ
-------------------------------------------*/
#g_navi {

	z-index: 1000;
	bottom: 0px;
	font-size: 14px;
	letter-spacing: 1px;
    padding-right:0px;
	padding-top:30px;
	margin:0 auto;
    font-weight:bold;
    float:right;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
}

#g_navi ul li{
	display: inline;
}

#g_navi li a {
	/*width: 16%;*/
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	
	height: 70px;
	display: block;
	color: #222;
	font-weight:bold;
	text-decoration: none;
	text-align: center;
	line-height: 20px;
	position: relative;
	float: left;

}

#g_navi li a::before {
	display: block;
	height: 2px;
	position: absolute;
	top: 2px;
	width: 70%;
	left: 15%;
	background-color: #FFF;
	content: '';
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

#g_navi li a:hover::before {
	background-color: #07a0e2;

	top:0px;
}

#g_navi li a:hover,
#g_navi li a.active,
#g_navi ul li:hover > a {
	color: #009de1;

}

#g_navi ul li:hover > a.ac_menu,
#g_navi li a.ac_menu:hover {
	position: relative;
}

#g_navi li a.ac_menu::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
 	margin-left: -15px;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #FFF;
  border-left: 15px solid transparent;
 	z-index: 300;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

#g_navi ul li:hover > a.ac_menu::after,
#g_navi li a.ac_menu:hover::after {
  border-bottom: 20px solid #07a0e2;
}

#g_navi ul li div {
	position: absolute;
	z-index: 2000;
	top: 100px;
	left: 0px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	width: 120%;
	height: auto;
	background-color: #001533;
	background-image: linear-gradient(315deg, #71ba2f 0%, #009de1 30%);
	opacity:0.8;
	margin-right:0px;
	padding-right:0px;
	
}
#g_navi ul li ul{
  width: 96%;
  padding-left: 2%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

#g_navi li ul li a {
	/*width: 21%;*/
	padding-left: 3%;
	padding-top: 9px;
	padding-bottom: 9px;
	line-height: 22px;
	height: auto;
	color: #FFF;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 1%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#g_navi li ul li a::after {
	content: "+";
	color: #FFF;
	position: absolute;
	display: block;
	left: 15px;
	top: 8px;
	font-size: 9px;
}
#g_navi li ul li a:hover::after {
	color: #036;
}
#g_navi ul li ul li a:hover{
	color: #036;
	background-color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
}
#g_navi li li a::before {
	display: none;
}

#g_navi ul li:hover div{
  visibility: visible;
  opacity: 1;
}

#g_navi div.ac_list {
	display: block !important;
}

#g_navi div.ac_list_block {
	display: block !important;
}


/*
サブトップ
-------------------------------------------*/


.no_pc {
	display: none;
}

}
/*(/960～)*/


@media screen and (min-width:1200px){
header .h_btn a {
	right: 50%;
	margin-right: -600px;
}
header .h_tel a {
	right: 50%;
	margin-right: -400px;
}

header h1 a img {
	left:50%;
	margin-left: -600px;
}

}
/*(/1200～)*/

@media screen and (max-width:960px){


#bucktop{
	display:none;
}
.go-hp{
	display: block !important;
	margin-bottom:100px;
}

.imglogo {
	max-width: 100% !important;
	height: auto;
	width /***/:auto;
	margin-left:auto;
	margin-right:auto;
	width:90px;
	height:45px;
}

.content h4 {
	margin-right: 10px;
	margin-left: 10px;
}

ul.works_list li {
	width: 33.3%;
}

#top_slide {
	padding-top: 50px;
}


/*
メニューボタン
-------------------------------------------*/

.menu_btn {
	display: block;
	height: 30px;
	width: 40px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	position: fixed;
	z-index: 5000;
	top: 5px;
	right: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.menu_btn:hover {
	cursor: pointer;
}

.menu_btn span {
	width: 28px;
	height: 2px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -14px;
	background-color: #555;
}
.menu_btn span {
    transition: all 0.3s;
    transform: rotate(0deg);
	-webkit-transform: rotate(0deg);  
    -moz-transform: rotate(0deg);    
  }
.menu_btn span.top {
    transform: translateY(-8px);
	-webkit-transform: translateY(-8px);  
    -moz-transform: translateY(-8px);    
  }
.menu_btn span.bottom {
    transform: translateY(8px);
	-webkit-transform: translateY(8px);  
    -moz-transform: translateY(8px);    
}


.menu_btn:hover span.top {
    transform: translateY(-10px);
	-webkit-transform: translateY(-10px);  
    -moz-transform: translateY(-10px);    
}
.menu_btn:hover span.bottom {
    transform: translateY(10px);
	-webkit-transform: translateY(10px);  
    -moz-transform: translateY(10px);    
}


.menu_btn.opened  span.middle {
    background: rgba(255, 255, 255, 0);
	 transform: translateX(30px);
	 -webkit-transform: translateX(30px);  
    -moz-transform: translateX(30px);    
}
.menu_btn.opened  span.top {
    transform: rotate(-45deg) translateY(0px);
	-webkit-transform: rotate(-45deg) translateY(0px);  
    -moz-transform: rotate(-45deg) translateY(0px);    
}
.menu_btn.opened  span.bottom {
    transform: rotate(45deg) translateY(0px);
	-webkit-transform: rotate(45deg) translateY(0px);  
    -moz-transform: rotate(45deg) translateY(0px);    
}

/*
グローバルナビ
-------------------------------------------*/
#g_navi {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;

	display: none;
	padding-top: 50px;
	overflow: auto;
	z-index: 3000;
	background-color: #fff;
	
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;

	font-size: 14px;
	letter-spacing: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}


#g_navi ul {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#g_navi ul li:first-child {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEE;
}

#g_navi ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
}

#g_navi ul li a {
	color: #111;
	text-decoration: none;
	display: block;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 14px;
	padding-left: 20px;
	line-height: 22px;
	vertical-align: middle;

}
#g_navi ul li a:hover {
	color: #999;
}

body.fixed {
	overflow: hidden;
}

/*
アコーディオン
--------------------------------------------------*/


#g_navi ul li a.ac_menu {
	position: relative;
	background-image: none;

}
#g_navi ul li a.ac_menu::after {
	font-size: 11px;
	display: block;
	height: 20px;
	width: 20px;
	/*content: "▼";*/
	text-align: center;
	line-height: 20px;
	position: absolute;
	top: 16px;
	right: 10px;
	color: #555;
}
#g_navi ul li a.ac_menu.active {
	color: #999;
}
#g_navi ul li a.ac_menu.active::after {
	content: "▲";
}
#g_navi div.ac_list {
	display: none;
}
#g_navi ul li ul li {
	border-bottom: none;
}
#g_navi ul li li:first-child {
	border-top: none;
}
#g_navi ul li ul li a {
	border-bottom: none;
}
#g_navi ul li ul li a::before {
	content: "・";
	padding-right: 5px;
	color: #999;
}

#g_navi ul li ul li a:hover {
	color: #999;
}

/*
メニューシャドウ
-------------------------------------------*/
.bg_bl {
	background-color: #FFF;
	height: 100%;
	width: 100%;
	opacity: 0.80;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	display: block;
	position: fixed;
	z-index: 2000;
}


/*
ヘッダー
-------------------------------------------*/
.sm-slider, .sm-slider::after {
	top: 50px !important;
}

header {
	height: 52px;
}

header h1 a img {
	top: 5px;
	left:5px;
	height: 45px;
}

header .h_btn a {
	width: 120px;
	top: 5px;
	right: 55px;
	line-height: 29px;
	padding-top: 1px;
	font-size: 12px;
}
header .h_tel a {
	top: 10px;
	right: 200px;
	line-height: 29px;
	padding-top: 1px;
	font-size: 12px;
}
header .h_menu {
	display: none;
}

header #info {
	display: none;
}

/*
サブトップ
-------------------------------------------*/

.no_sp {
	display: none;
}

}
/*(/～960)*/


@media screen and (max-width:640px){

#top_slide .top_catch {
	font-size: 6vw;
	top: 34%;
}
#top_slide .slide_btn a {
	font-size: 16px;
	bottom: 10%;
	line-height: 32px;
	width: 260px;
	margin-left: -130px;
}
.pickup ul li {
	width: 100%;
	/*max-height: 130px;*/
	margin-bottom: 1px;
}
.pickup ul li a div {
		font-size: 12px;
}
	

header h1 a img {
	top:5px;
	/*height: 30px;*/
}

header .h_btn a {
	width: 50px;
	top: 10px;
	right: 50px;
	font-size: 18px;
	border-top-style: none !important;
	border-bottom-style: none !important;
	border-right-style: none !important;
	border-left-style: none !important;
}
header .h_tel a {
	width: 50px;
	font-size: 18px;
	right: 95px;
}
header .h_tel a span,
header .h_btn a span {
	display: none;
}


.content {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left:5px !important;
	padding-right:5px !important;
}

/*
.content p {
	margin-bottom: 20px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}*/

ul.works_list {
	padding: 10px;
}

ul.works_list li {
	width: 50%;
}

ul.works_list li a {
	padding: 10px;
}

.img_left,
.img_right {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.box_contact p {
	font-size: 14px;
}

ul.f_bn li a span {
	display: none;
}

footer .f_bn li a i {
	padding-right: 0px;
}

footer .cont_wrap {
	display: none;
}

}
/*(/～640)*/

@media screen and (max-width:460px){

input,
textarea {
	max-width: 300px !important;
}

.content table.table_01 th,
.content table.table_01 td {
	width: 100% !important;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.content table.table_01 th {
	background-color: #F6F6F6;
}


#sub_top {
	font-size: 16px;
}


}
/*(/～460)*/


/*
エフェクト
-------------------------------------------*/
.effect {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateY(20px);
	-webkit-transform: translateY(20px);  
    -moz-transform: translateY(20px); 
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
}
.effect.d_02 {
transition-delay:0.2s;
-webkit-transition-delay:0.2s;
}
.effect.d_04 {
transition-delay:0.4s;
-webkit-transition-delay:0.4s;
}
.effect.d_06 {
transition-delay:0.6s;
-webkit-transition-delay:0.6s;
}
.effect.d_08 {
transition-delay:0.8s;
-webkit-transition-delay:0.8s;
}
.effect.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);  
    -moz-transform: translateY(0px);    
}
.content p.check {
	color: #FF3333;
}
.content p.p_st {
	font-size: 20px;
	color: #CA28B1;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 15px;
}

.heading13 {

	position: relative;
	font-size: 1.2em;
	font-weight:bold;
}

.heading13::before {
    padding-top:50px;
    padding-bottom:20px;
	content: attr(data-number);
	display: block;
	color: #BBDFE6;
	font-size: 2em;
}

.heading13::after {
    margin-top:30px;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 1px;
	background-color: #222;
}

.bt_001{
 border:1px #0d3d6e solid;
 margin:0px;
 margin-top:5px !important;
 padding:15px;
 margin:0 auto;
 text-align:center;
 max-width:300px;
 background:#fff;
 color:#0d3d6e;
 font-weight:bold;
}

.bt_001:hover{

  background:#0d3d6e;
 color:#fff;
}

.card a{
 text-decoration:none;
}

.card{
 margin-bottom:30px;
}
.head_title {
    margin:  0;                   
    font-size:  1.2em;            
    position:  relative;          
    font-weight:  bold;           
    margin-bottom: 15px;            
    padding-top: 50px;              
    padding-left: 40px;             
    margin-bottom:50px;
}

.head_title:before {
    content:  '';                   
    width: 0;                       
    height: 0;                      
    border-style: solid;            
    border-width: 0px 0 110px 80px; 
    border-color: transparent transparent #a3d0e4 transparent;  
    position:  absolute;            
    z-index:  -1;                   
    transform: rotate(30deg);       
    top: -20px;                     
    left: 30px;                    
}


/* menu */

#menu{
    position:relative;
    margin: 0 0 100px 0;
    
}

#menu .menu-bg{
    position: relative;
    background:url(img/bg_01.jpg?01) no-repeat center;
    background-size:cover;
    background-attachment:fixed;
    width:100%;
    height:50vh;
}

#menu section{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}

#menu section:nth-of-type(2n){
    flex-direction:row-reverse;
}

#menu .menu-img{
    width:50%;
    height:40vh;
}

#menu .menu-img-detail{
    height:40vh;
}

#menu .menu-box{
    animation-delay:.7s;
    padding:10px;
}

#menu .torikumi-content{
    width:50%;
    display:flex;
    /*justify-content:center;
    align-items:center;*/
    -ms-writing-mode: tb-rl;

    
}

#menu section:nth-of-type(1) .menu-img-detail{
    background:url(../ijikanri/1.jpg) no-repeat center;
    background-size:cover;
    border-top:1px solid black;
}

#menu section:nth-of-type(2) .menu-img-detail{
    background:url(../ijikanri/2.jpg) no-repeat center;
    background-size:cover;
    border-top:1px solid black;
}

#menu section:nth-of-type(3) .menu-img-detail{
    background:url(../ijikanri/3.jpg) no-repeat center;
    background-size:cover;
    border-top:1px solid black;
}
#menu section:nth-of-type(4) .menu-img-detail{
    background:url(../ijikanri/4.jpg) no-repeat center;
    background-size:cover;
    border-top:1px solid black;
}
#menu section:nth-of-type(5) .menu-img-detail{
    background:url(../ijikanri/5.jpg) no-repeat center;
    background-size:cover;
    border-top:1px solid black;
}
#menu section:nth-of-type(6) .menu-img-detail{
    background:url(../ijikanri/6.jpg) no-repeat center;
    background-size:cover;
    border-top:1px solid black;
}

#menu .torikumi-content h3{
    font-size:1.2rem;
    margin:0 0 0 1em;
}

#menu .torikumi p{
    height:13em;
    line-height:2.5;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 0.2em;
  /*border: 1px solid #ddd;*/
    grid-template-rows: auto;
  margin: 0 0 2em;
}

.grid > div {

  overflow: hidden;
  min-width: 0;
  padding: 0.3em;

}


img.top_icon {
    width: 270px;
    height:200px;
    object-fit: contain;

}

img.top_photo {
    width: 300px !important;
    height: 250px !important;
    object-fit: contain;

}

.card p{
  height:80px;
}

.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 1.2em;
	background-image: linear-gradient(315deg, #009de1 0%, #009de1 30%);
  margin:0 auto;
  font-weight:bold;
  margin-bottom:25px;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #009de1;

}

.balloon1 p {
  margin: 0;
  padding: 0;

}


.title_text_2{
  padding-top:20px !important;
   padding-bottom:10px !important;
border-bottom: solid 2px black;
   display:block;
}


@media screen and (max-width:600px) {

.title_text{
    left: 20px;
    max-width: 90%;
    bottom: -20px;
    opacity:0.8;

}



#sub_top{
 margin-bottom:0px !important;
 padding-bottom:30px !important;

}

}
   

.cont{
    width: 100%;
    max-width: 1000px;
    height: 400px;

}

.cont_l{
    margin-bottom:60px;
}

.cont .box_torikumi{
    position: relative;
    /*margin: 0 auto;
    width: 90%;*/
    height: 400px;
}

.cont .box_torikumi img{
    position: absolute;
    left: 0%;
    top: 20px;
    max-width: 400px;
    height: auto;
    object-fit: cover;

}

.cont .box_torikumi .box_s{
    position: absolute;
    right: 5%;
    background: #fff;
    z-index: 100;
    top: 50px;
    max-width: 600px;
    height:  auto;
    padding: 15px;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    text-align: justify;

}

.title_text_2{
  font-size:1.1em;
  font-weight:bold;
}
.title_text li {
 color:#fff;
 font-size:0.5em;
}
.title_text li a{
 color:#fff;

}

.title_text ul{
 border-top:1px solid #fff;
 text-align:left;
 padding-top:20px;
 margin-top:20px;
}

.hover_img{
 width:300px; // サイズがサンプルなので適時変更してください。
 margin:0 auto; //サンプルで中央に寄せたいので書かせていただいております。
 overflow:hidden; //これを記述することではみ出た部分を非表示にします。
}
.hover_img img{
 transition:1s all;
}
.hover_img img:hover{
  transform:scale(1.2,1.2);
  transition:1s all;
}

@media screen and (max-width:960px) {

.font-kita,.font-fuku{
 font-size:180%;
}
.font-kitar,.font-fukur{
 font-size:100% !important;
}


body{
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
}
.cont .box .box_s{
    position: relative;
    width: 100%;
    padding: 10px;
    right: 0%;
    left:5px;
    top:-10%;
    position: static !important;
    font-size:0.9em;

}

.title_text{
  font-size:1.5em;

}
.title_text li{
  font-size:1.2em;
}
.box_s{
    position: static !important;
}
.cont{
    position: static !important;
}



.cont .box_torikumi img{
    position: static !important;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    object-fit: cover;
}


.cont .box_torikumi p{
    position: static !important;
    background: #fff !important;
    width: 100% !important;
    padding: 30px !important;
    box-sizing: border-box !important;
}

.cont_l{
  margin-bottom:150px;
  position: static !important;
 
}


.cont{
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
    position: static !important;

}

.cont_l{
    margin-bottom:60px;
        position: static !important;

}

.cont .box{
    position: relative;
        position: static !important;
    /*margin: 0 auto;
    width: 90%;*/
    height: 500px;
}



}

/* statistic*/


.count-size{
    font-size: 5vw;
    color:#00b7b8;
    padding: 0 10px;
    line-height: 1.2;
}

#count-up-area{
    /*display: flex;*/
justify-content: center;
}

@media screen and (max-width:768px) {
#count-up-area{
    justify-content: center;

}    
}

@media screen and (max-width:550px) {
#count-up-area{
    justify-content:flex-start;
} 
.count-size{
    font-size:2rem;
    }
}

.chart-area.bar{
    position: relative;
    width:100%;
    max-width: 600px;
    margin: 0 0 100px 0;

}

.chart-area.pie{/*円グラフがスマホでつぶれないようにする*/
	position: relative;
	width:100%;
	max-width: 400px;
	height:50vh;
	margin: 0 auto 100px auto;


}

@media screen and (max-width:630px) {
.hidediv{
 display:none;
}
}

@media screen and (max-width:960px) {
.chart-area.bar,
.chart-area.pie{
    margin:0 auto 100px auto;
}
    
}

#waveCanvas{
    position: absolute;
    bottom: 0;
	left:0;
    width: 100%;
}
#waveCanvas{
    position: absolute;
    bottom:0;
    z-index: -1;
}

.cssgrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  /*grid-auto-rows: 1fr;*/
  grid-gap: 0.2em;
  /*border: 1px solid #ddd;*/
  grid-template-rows: auto;
  margin: 0 0 2em;
  grid-auto-rows: minmax(100px, auto);
}

.cssgrid_br {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 0.2em;
  /*border: 1px solid #ddd;*/
    grid-template-rows: auto;
  margin: 0 0 2em;
}


.cssgrid > div {

  overflow: hidden;
  min-width: 0;
  padding: 0.1em;
}

.cssgrid_topbn {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 0.2em;
  /*border: 1px solid #ddd;*/
  padding: 0.2em;
  margin: 0 0 2em;
}

.cssgrid_topbn > div {
  overflow: hidden;
  min-width: 0;
  padding: 0.1em;
}

.font-fuku{
 color:#009de1;
 font-weight:bold;

}

.font-kita{
 color:#6eb92b;
 font-weight:bold;
}

@media screen and (max-width:960px){

/*
span{
  display:inline-block;
}*/

header {
	height:55px !important;

}

.title_text li {
 color:#fff;
 font-size:0.7em;
 line-height:150% !important;
}


}

@media screen and (max-width:560px) {

.heading13 {
	position: relative;
	font-size: 1.6em;
	font-weight:bold;
}

#menu .menu-img,
#menu .torikumi-content{
    width:100%;
    margin: 0 0 0px 0;
}



   
}


.torikumi h3 {
  position: relative;
  padding: 1.5rem 2rem;
  border: 3px solid #d8d8d8;
  border-radius: 10px;
  background: #f9f9f9;
  margin-bottom:50px;
}

.torikumi h3:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #d8d8d8 transparent transparent transparent;
}

.torikumi h3:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #f9f9f9 transparent transparent transparent;
}


.torikumi h4 {
  position: relative;
  overflow: hidden;
  padding: 1rem 2rem 1rem 130px;
  border: 2px solid #000;
  margin-top:15px;
  margin-bottom:15px;
  
}

.torikumi h4:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 200px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #000;
}

.torikumi h4 span {
  font-size: 40px;
  font-size: 4rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 3px;
  padding-left: 16px;
  
}

.marker {
background:linear-gradient(transparent 70%, #a3b8d5 0%);
font-size:1.1em;
line-height:30px;

}


.kakomu{
	padding:2px 8px; /* 枠と文字の空間 */
	margin:0 5px; /* 枠の外の空間 */
	background-color:#4872ac; /* 枠の背景色 */
	/*border:1px solid #777;*/ /* 枠の線の太さ・種類・色 */
	border-radius:2px; /* 枠の角を丸くする */
	box-shadow: 1px 2px 2px #ddd; /*影をいれる*/
	font-family:inherit; /* フォントの種類を継承する */
	font-size:0.85em;	/* フォントの大きさ */
	color:white;
}


.contents {
	padding-top: 100px;
}

.cont {
    padding-top: 100px;
    margin-top:-100px;
}

.left{float:left !important;}
.right{float:right;}
.clear{clear:both;}
.jyohou{
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
	margin-right:10px;
	margin-bottom:10px;
}


.h_sq2 {
	position: relative;
	padding: .1em .3em .1em 1.8em;
	font-weight:bold;

}
.h_sq2::before,.h_sq2::after {
	position: absolute;
	content: "□";
	width:4px;
	height: 4px;
	color: #009de1;
}
.h_sq2::before {
	left:0;
	top:0;
}
.h_sq2::after {
	left: 5.5px;
	top: 7.5px;
}

.h_sq {
	padding:5px;
	background:#e1f0ff;
	font-weight:bold;
	margin-bottom:10px ;

}

.torikumi_title_01{
    position: relative;
	background-image: url("../img/slide/img_02.jpg");
	background-position: right 0% bottom 75% !important;
	height:300px !important;
	margin-bottom:100px;
}
.torikumi_title_02{
    position: relative;
	background-image: url("../img/slide/img_05.jpg");
	background-position: right 0% bottom 85% !important;
	height:300px !important;
	margin-bottom:100px;
}
.torikumi_title_03{
    position: relative;
	background-image: url("../img/slide/img_01.jpg");
	background-position: right 0% bottom 75% !important;
	height:300px !important;
	margin-bottom:100px;
}
.torikumi_title_04{
    position: relative;
	background-image: url("../img/slide/img_04.jpg");
	background-position: right 0% bottom 60% !important;
	height:300px !important;
	margin-bottom:100px;
}
.torikumi_title_05{
    position: relative;
	background-image: url("../img/slide/img_03.jpg");
	background-position: right 0% bottom 40% !important;
	height:300px !important;
	margin-bottom:100px;

}
.torikumi_title_06{
    position: relative;
	background-image: url("../img/slide/img_06.jpg");
	height:300px !important;
	margin-bottom:100px;
}
.torikumi_title_07{
    position: relative;
	background-image: url("../img/slide/img_0701.jpg");
	background-position: right 0% bottom 20% !important;
	height:300px !important;
	margin-bottom:100px;
}

.english_bt{
position: fixed;
top: 0;
right: 30px;
z-index:99999;
}

@media screen and (max-width:960px) {

.english_bt{
position: fixed;
top: 10px;
right: 30px;
z-index:99999;
}

.pankuzu ul {
	margin-top:55px;

}
.torikumi_title_01{
    position: relative;
	background-image: url("../img/slide/img_02.jpg");
	background-position: right 40% bottom 30% !important;
	height:200px !important;
	margin-bottom:100px;
}
.torikumi_title_02{
    position: relative;
	background-image: url("../img/slide/img_05.jpg");
	background-position: right 0% bottom 0% !important;
	height:200px !important;
	margin-bottom:100px;
}
.torikumi_title_03{
    position: relative;
	background-image: url("../img/slide/img_01.jpg");
	background-position: left 20% bottom 0% !important;
	height:200px !important;
	margin-bottom:100px;
}
.torikumi_title_04{
    position: relative;
	background-image: url("../img/slide/img_04.jpg");
	background-position: right 40% bottom 0% !important;
	height:200px !important;
	margin-bottom:100px;
}
.torikumi_title_05{
    position: relative;
	background-image: url("../img/slide/img_03.jpg");
	background-position: right 40% bottom 0% !important;
	height:200px !important;
	margin-bottom:100px;
}
.torikumi_title_06{
    position: relative;
	background-image: url("../img/slide/img_06.jpg");
	background-position: left 0% bottom 0% !important;
	height:200px !important;
	margin-bottom:100px;
}

.title_text{
    font-size:1.6em;
    padding:0.5em;
}
.title_text li{
    line-height:100%;
}

}

@media screen and (max-width:560px) {



.title_text{
    font-size:1.2em;
    padding:0.5em;
}
.title_text li{

line-height:80%;
}



}

@media screen and (max-width:400px){

#top_slide .top_catch {
	font-size: 6vw;
	top: 44%;
}

}

.information dt{width:170px !important;}

#page-top{
  color:#fff;
    z-index:19;
}

#bucktop {
  background-image: linear-gradient(315deg, #3da5ce 0%, #3da5ce 0%);
  position:fixed;
  z-index:20;
  top: 150px;
  right: 0px;
  text-align:center;
  border-right:10px solid #ffd83d;
  /*border-top:3px solid #ffd83d;
  border-bottom:3px solid #ffd83d;*/
  border-radius:8px 0px 0px 8px;

}

#bucktop a{
  width:120px;
 font-family: 'Noto Sans JP', sans-serif;
 text-decoration: none;
 color:#fff;
 font-weight:bold;
 display: block;
 padding:8px;
  border-right:5px solid #ffd83d;
  /*border-top:3px solid #ffd83d;
  border-bottom:3px solid #ffd83d;*/
  border-radius:8px 0px 0px 8px;
}


@media screen and (max-width:960px){

.box_photo{
  float:left;
  max-width:600px;
  margin-left:20px;
  margin-top:-30px;
  background:#fff;
  padding:15px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}




}


ul.cp_list {
	padding: 0.5em;
	list-style: none;
}
ul.cp_list li {
	position: relative;
	padding: 0.5em 1em 0.5em 2.3em;
	margin-bottom:5px;

}
ul.cp_list li:after,
ul.cp_list li:before {
	content:'';
	position: absolute;
	transform: rotate(45deg);
}
ul.cp_list li:before {
	top: 0.7em;
	left: 0.2em;
	width: 12px;
	height: 12px;
	border:2px solid rgba(76,199,195,1);
}
ul.cp_list li:after {
	top: 0.9em;
	left: 0.7em;
	width: 14px;
	height: 14px;
	background: rgba(76,199,195,0.4);
	transform: rotate(60deg);
}

.umekomi_movie{
max-width:650px;width:100%;
}

@media screen and (max-width:960px){

.nothing_table_movie th,  .nothing_table_movie td{
    display:block !important;
    width:100%;
    padding:0px; !important;

}

}

@page {
  margin: 5;
  margin-top:80px;
  margin-bottom:10px;
  

}

@media print {

.torikumi_title_01{
 	margin-bottom:0px;
}
.torikumi_title_02{
 	margin-bottom:0px;
}
.torikumi_title_03{
 	margin-bottom:0px;
}
.torikumi_title_04{
 	margin-bottom:0px;
}
.torikumi_title_05{
 	margin-bottom:0px;
}
.torikumi_title_06{
 	margin-bottom:0px;
}
.torikumi_title_07{
 	margin-bottom:0px;
}


	#sub_top {
		padding-top:180px;
	}
	#header_tori{
		display: none;
	}
    #menu_btn{
		display: none;
    }
	#g_navi {
		display: none;
	}
	#bucktop{
		display: none;
	}
	.movie{
		display: none;
	}
	.effect{
		opacity: 1;
	}
	.blurTrigger{
    	opacity: 1;
	}
	.smooth{
		opacity:1;
	}
	.lineTrigger{
		opacity:1;
	}
	.lineTrigger.lineanime .lineinappear{
		opacity: 1;/*初期値を透過0にする*/	
	}
	@keyframes lineInnerAnime{
		0% {opacity:1;}
	}

	.menu-img-detail{
		display: block;
	}

	.print-break{
		page-break-after: always;
	}

.lineTrigger{
  position: relative; /* 枠線が書かれる基点*/
  opacity:1;
}

.lineTrigger.lineanime{
	animation-name:lineAnimeBase;
	animation-duration:1s;
	animation-fill-mode:forwards;
}

@keyframes lineAnimeBase{
  from {
    opacity:1;
  }

  to {
    opacity:1;  
}
}

/*上下線*/
.lineTrigger::before,
.lineTrigger::after{
  position: absolute;
  content: '';
  width:0;
  height:1px;
  background:#333;/* 枠線の色*/
}

/*左右線*/
.line2::before,
.line2::after{
  position: absolute;
  content: '';
  width: 1px;
  height:0;
  background:#333;/* 枠線の色*/
  z-index:999;
}

/*上線*/
.lineTrigger::before {
	top:0;
	left:0;
}

.lineTrigger.lineanime::before {
	animation: lineAnime .0s linear 0s forwards;/*表示されて0秒後に上線が0.5秒かけて表示*/
}

/*右線*/
.line2::before{ 
	top:0;
	right:0;
}

.lineTrigger.lineanime .line2::before {
	animation: lineAnime2 .0s linear .0s forwards;/*表示されて0.5秒後に右線が0.5秒かけて表示*/
}

/*下線*/
.lineTrigger::after { 
	bottom:0;
	right:0;
}

.lineTrigger.lineanime::after {
	animation: lineAnime .0s linear 0s forwards;/*表示されて1秒後に下線が0.5秒かけて表示*/
}

/*左線*/
.line2::after{ 
	bottom:0;
	left:0;
}

.lineTrigger.lineanime .line2::after {
	animation: lineAnime2 .0s linear 0s forwards;/*表示されて1.5秒後に左線が0.5秒かけて表示*/
}

@keyframes lineAnime {
	0% {width:0%;}
    100%{width:100%;}
}

@keyframes lineAnime2 {
	0% {height:0%;}
    100%{height:100%;}
}

/*枠線内側の要素*/

.lineTrigger.lineanime .lineinappear{
	animation: lineInnerAnime .0s linear 0s forwards;/*1.5秒後に中央のエリアが0.5秒かけて表示*/
	opacity: 0;/*初期値を透過0にする*/	
}

@keyframes lineInnerAnime{
	0% {opacity:1;}
    100% {opacity:1;}
}


}

