@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
	font-family:"Noto Sans Japanese",'Noto Sans JP', Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size:100%/1.4;
	background-color: #fff;
	margin: 0;
	padding: 0;
	color: #282828;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding: 0;
}
p {
	font-size:medium;
	line-height:1.8em;
}
p.ten {
	position:relative;
	padding:0 0 0 1em;
	margin:0;
	}
p.ten::before{
	content:"・";
	position:absolute;
	top:0;
	left:0;
	width:1em;
	height:1em;
	color:#01aaed;
	}
.red1{
	color:#ea0f5e;
	}
.center{
	text-align:center;
	margin:0 auto;
	}
a img {
	border: none;
}
a:link {
	color:#333;
	text-decoration: none;
}
a:visited {
	color:#333;
}
a:hover, a:active, a:focus {
	color:#333;
	text-decoration: underline;
}
div{
	box-sizing:border-box;
	}
span{
	display:inline-block;
	}
@media screen and (max-width: 768px) {
p {
	font-size: small;
	}
}

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


/*タイトル*/
.fkds1{
	position:relative;
	text-align:center;
	font-weight:bold;
	color:#01aaed;
	display:inline-block;
	padding:3px 0;
	box-sizing:border-box;
	border-bottom:2px solid #01aaed;
	}
.fkds1::after{
	content:"";
	position:absolute;
	left:0;
	right:0;
	bottom:-6px;
	margin:auto;
	width:6px;
	height:6px;
	background-color:#fff;
	border-bottom:2px solid #01aaed;
	border-right:2px solid #01aaed;
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
	}
.fkds1 + h2{
	font-size:300%;
	margin:0.3em 0 0.8em;
	}
h3.linetxt{
	display: flex;
	align-items: center;
	font-size: xx-large;
	color:#01aaed;
	}
h3.linetxt::before,
h3.linetxt::after{
	content: "";
	flex-grow: 2;
	display: block;
	background-size:4px 4px;
	background-repeat:repeat-x;
	width:auto;
	height:4px;
	}
h3.linetxt::before{
	margin-right: 0.3em;
	}
h3.linetxt::after{
	margin-left: 0.3em;
	}
h3.linetxt.line1::before,
h3.linetxt.line1::after{
	background-image:url(../img/bg_sl1.gif);
	}
h3.linetxt.line2::before,
h3.linetxt.line2::after{
	background-image:url(../img/bg_sl2.gif);
	}
h4.slash{
	font-size: x-large;
	text-align:center;
	color:#01aaed;
	background-image:url(../img/bg_sl3.gif);
	background-size:12px 12px;
	background-repeat:repeat;
	margin:0 0 0.5em;
	padding:3px 0;
	}
.namebox,
.namebox2{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;    
	border-bottom:1px solid #01aaed;
	padding:0 0 20px;
	margin:0 0 20px;
	}
.namebox p,
.namebox2 p{
	margin:0;
	}
.namebox p span{
	font-size:medium;
	}
.namebox p:nth-child(1){
	width:100%;
	font-size:x-large;
	line-height:1em;
	}
.namebox p:nth-child(2),
.namebox2 p{
	width:70%;
	font-size:xx-large;
	font-weight:bold;
	line-height:1.8em;
	}
.namebox2 p{
	width:100%;
	}
.namebox p:nth-child(3){
	width:30%;
	text-align: right;
	color:#01aaed;
	}
h5.twtr{
	position:relative;
	font-size:xx-large;
	color:#01aaed;
	padding:0 0 0 70px;
	margin:0;
	}
h5.twtr::before{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	margin:auto 0;
	width:60px;
	height:60px;
	background-image:url(../img/icon_tw.gif);
	background-size:60px 57px;
	background-repeat:no-repeat;
	}
@media screen and (max-width: 768px) {
.fkds1 + h2{
	font-size: xx-large;
	}
h3.linetxt{
	font-size: x-large;
	}
h4.slash{
	font-size: large;
	}
.namebox,
.namebox2{
	padding:0 0 10px;
	margin:0 0 10px;
	}
.namebox p span{
	font-size: small;
	}
.namebox p:nth-child(1){
	font-size: medium;
	}
.namebox2 p,
.namebox p:nth-child(2){
	font-size:x-large;
	}
.namebox p:nth-child(3){
	font-size: small;
	}
}

@media screen and (max-width: 480px) {
.fkds1 + h2{
	font-size: x-large;
	}
}





	
/* ~~ リンクボタン挙動用_グラデーション ~~ */
.grad01{
    background:-webkit-gradient(linear, left top, right top, color-stop(0, #ed4052), color-stop(0.5, #ed4052), color-stop(1, #a30239));
    background:-webkit-linear-gradient(left, #ed4052 0, #ed4052 50%, #a30239 100%);
    background:-moz-linear-gradient(left, #ed4052 0, #ed4052 50%, #a30239 100%);
    background:-o-linear-gradient(left, #ed4052 0, #ed4052 50%, #a30239 100%);
    background:linear-gradient(to left, #ed4052 0, #ed4052 50%, #a30239 100%);
	}
.grad02{
    background:-webkit-gradient(linear, left top, right top, color-stop(0, #ed4052), color-stop(0.6, #a30239), color-stop(1, #a30239));
    background:-webkit-linear-gradient(left, #ed4052 0, #a30239 60%, #a30239 100%);
    background:-moz-linear-gradient(left, #ed4052 0, #a30239 60%, #a30239 100%);
    background:-o-linear-gradient(left, #ed4052 0, #a30239 60%, #a30239 100%);
    background:linear-gradient(to left, #ed4052 0, #a30239 60%, #a30239 100%);
	}
.grad03{
    background:-webkit-gradient(linear, left top, right top, color-stop(0, #aa8646), color-stop(0.5, #f6daa8), color-stop(1, #f6daa8));
    background:-webkit-linear-gradient(left, #aa8646 0, #f6daa8 50%, #f6daa8 100%);
    background:-moz-linear-gradient(left, #aa8646 0, #f6daa8 50%, #f6daa8 100%);
    background:-o-linear-gradient(left, #aa8646 0, #f6daa8 50%, #f6daa8 100%);
    background:linear-gradient(to left, #aa8646 0, #f6daa8 50%, #f6daa8 100%);
	}
.grad04{
    background:-webkit-gradient(linear, left top, right top, color-stop(0, #f6daa8), color-stop(0.5, #f6daa8), color-stop(1, #aa8646));
    background:-webkit-linear-gradient(left, #f6daa8 0, #f6daa8 50%, #aa8646 100%);
    background:-moz-linear-gradient(left, #f6daa8 0, #f6daa8 50%, #aa8646 100%);
    background:-o-linear-gradient(left, #f6daa8 0, #f6daa8 50%, #aa8646 100%);
    background:linear-gradient(to left, #f6daa8 0, #f6daa8 50%, #aa8646 100%);
	}
.btn_blue,
a.btn_blue{
	display:block;
	position: relative;
	overflow: hidden;
	z-index: 0;
	box-sizing:border-box;
	background-color:#01aaed;
	border:2px solid #01aaed;
	color:#fff;
  -webkit-transition: all .3s;
  transition: all .3s;
	text-align: center;
	width:100%;
	max-width:540px;
	margin:0 auto;
	padding:1em 0;
	font-size: large;
	}
.btn_blue:focus,
.btn_blue:hover,
a.btn_blue:focus,
a.btn_blue:hover{
	text-decoration: none;
	background-color:#fff;
	border:2px solid #01aaed;
	color:#01aaed;
	}
.btn_blue::before,
a.btn_blue::before,
.btn_blue::after,
a.btn_blue::after{
	content:"";
	position:absolute;
	display: block;
	top:0;
	bottom:0;
	z-index:10;
	margin:auto 0;
	pointer-events: none;
  -webkit-transition: all .3s;
  transition: all .3s;
	}
.btn_blue::before,
a.btn_blue::before{
	right:1em;
	background-color:#fff;
	width:20px;
	height:1px;
	}
.btn_blue::after,
a.btn_blue::after{
	right:1.1em;
	width:8px;
	height:8px;
	border-top:1px solid #fff;
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
	}
.btn_blue:hover::before,
a.btn_blue:hover::before{
	right:0.5em;
	background-color:#01aaed;
	}
.btn_blue:hover::after,
a.btn_blue:hover::after{
	right:0.6em;
	border-top:1px solid #01aaed;
	}
@media screen and (max-width: 768px) {
.btn_blue,
a.btn_blue{
	font-size: medium;
	}
}
@media screen and (max-width: 480px) {
}
	
	
	
	

/* ~~ デフォルトコンテナ~~ */
.container {
	position:relative;
	width: 100%;
	margin: 0 auto;
	padding:0;
}
.container.bg1 {
	background-color: #ecf5fc;
	padding:0 0 90px;
	z-index:0;
	}
.container.bg2 {
	background-color: #ecf5fc;
	padding:90px 0;
	margin:90px auto 0;
	z-index:0;
	}
.content {
	position:relative;
	width: 100%;
	max-width: 1020px;
	min-width: 10px;
	margin: 0 auto;
	box-sizing:border-box;
	padding:0 10px;
}
.content .onflex {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.content .onflex.traimg{
	flex-wrap: wrap;
}
.content .onflex.traimg a{
	display: block;
	width:31%;
}
.content .onflex.traimg a:nth-child(n + 4){
	margin: 30px 0 0;
}
.content2 {
	position:relative;
	width: 100%;
	max-width: 1000px;
	min-width: 10px;
	margin: 0 auto;
	box-sizing:border-box;
	padding:0 10px 60px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.content2.travideo{
	flex-wrap: wrap;
	}
.content2 .txtbox{
	}
.indexvideo{
	position: relative;
	z-index: 6;
	padding: 100px 0 0;
}
.content2.travideo .txtbox,
.indexvideo .content2 .txtbox{
	text-align: center;
}
.content2.travideo .txtbox:nth-child(n + 3){
	margin: 50px 0 0;
}
.content2.travideo .txtbox a,
.indexvideo .content2 .txtbox a{
	position: relative;
	display: block;
	width:100%;
}
.content .onflex.traimg a img,
.content2.travideo .txtbox a img,
.indexvideo .content2 .txtbox a img{
	display: block;
	width:100%;
	height:auto;
	margin: 0;
	opacity: 1;
    transition: 0.5s;
}
.content .onflex.traimg a img:hover,
.content2.travideo .txtbox a img:hover,
.indexvideo .content2 .txtbox a img:hover{
	opacity: 0.5;
}
.content2.travideo .txtbox a img:nth-child(1),
.indexvideo .content2 .txtbox a img:nth-child(1){
	position: relative;
}
.content2.travideo .txtbox a img:nth-child(2),
.indexvideo .content2 .txtbox a img:nth-child(2){
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index: 10;
	pointer-events: none;
}
.indexvideo .content2 .txtbox a p{
	margin: 0;
}
.content2 .txtbox h4{
	color:#01aaed;
	font-size:xx-large;
	font-weight:bold;
	margin:0 0 0.2em;
	}
.content2 .txtbox.other p{
	font-size:90%;
	}
.content2 .box5{
	width:47%;
}
.content2 .box6{
	width:57%;
	}
.content2 .box4{
	width:37%;
	}
@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 768px) {
.content2 {
	padding:0 10px 30px;
	flex-direction: column;
	}
.container.bg1 {
	padding:0 0 45px;
	}
.container.bg2{
	padding:45px 0;
	margin:45px auto 0;
	}
.content .onflex.traimg a{
	width:48%;
}
.content .onflex.traimg a:nth-child(n + 3){
	margin: 20px 0 0;
}
.content2 .txtbox{
	width:100%;
	}
.content2.travideo .txtbox:nth-child(n + 2){
	margin: 30px 0 0;
}
.indexvideo{
	padding: 50px 0 0;
	}
.indexvideo .content2 .txtbox:nth-child(2){
	padding: 1em 0 0;
	}
.content2 .txtbox:not(:first-child){
	margin:1em 0 0;
	}
.content2 .txtbox.other p{
	font-size: small;
	}
.content2 .txtbox h4{
	font-size:x-large;
	}
}

@media screen and (max-width: 480px) {
.content .onflex.traimg a{
	width:100%;
	}
.content .onflex.traimg a:nth-child(n + 2){
	margin: 15px 0 0;
	}	
}


/*スライド*/
.container.slide{
	padding:0;
	margin:-90px 0 90px;
	}
.container .photog a{
	display:block;
	margin:0;
	}
.container .photog a img{
	display:block;
	width:100%;
	height:auto;
	margin:0;
	}
@media screen and (max-width: 768px) {
.container.slide{
	padding:0;
	margin:0 0 30px;
	}
}


/*index用_サブタイトル・ツイッター枠・about*/
.indximg{
	position:relative;
}
.indximg .colorbar{
	display:block;
	position:absolute;
	right:0;
	height:50%;
	width:300px;
	z-index:2;
	}
.indximg .colorbar.white{
	background-color:#fff;
	bottom:0;
	}
.indximg .colorbar.blue{
	background-color:#01aaed;
	top:0;
	}
.indximg div.bgall{/*背景アニメーションpc*/
	overflow:hidden;
	display:block;
	width:100%;
	height:642px;
  position   : absolute;
  top        : 0;
  left       : 0;
  bottom     : 0;
  right      : 0;
	z-index:1;
	}
.indximg div.bgslide{
	display:block;
	width:90%;
	height:642px;
  background-position:center bottom;
  background-repeat:no-repeat;
  background-size:100% auto;
  position   : absolute;
  top        : 0;
  left       : 0;
  bottom     : 0;
  right      : 0;
  opacity: 0;
  animation  : bgAnime 10s infinite;   /* 例）4画像 × 各5s = 20s */
}
/* --- 段差で背景画像のアニメーションを実行 ----------------- */
.indximg div.bgslide.pcbg1 {
	background-image:url(../img/topbg_ind.jpg);
}
.indximg div.bgslide.pcbg2 {
	background-image:url(../img/topbg_ind_2.jpg);
  animation-delay  : 5s;
}
@keyframes bgAnime {
/*   0% { opacity: 0; transform: scale(1.0); filter: blur(5px);}
  15% { opacity: 1;}
  20% { opacity: 1; filter: blur(0px);filter: blur(0.1px); }
  30% { opacity: 1;}
  40% { opacity: 1;}
  60% { opacity: 0; }
  65% { transform: scale(1.1); }
 100% { opacity: 0; }*/
   0% { opacity: 0;}
  15% { opacity: 1;}
  20% { opacity: 1;}
  30% { opacity: 1;}
  50% { opacity: 1;}
  65% { opacity: 0; }
 100% { opacity: 0; }
}
.indximg .content{
	max-width:4000px;
	z-index:8;
	padding:0 60px;
	margin:0 auto;
	}
.indximg .content img.logo{
	position:absolute;
	bottom:10%;
	left:60px;
	display:block;
	width:80%;
	max-width:480px;
	height:auto;
	z-index:9;
}
.indximg .indx_tw{
	display:block;
	margin:0 0 0 auto;
	padding:20px;
	background-color:#fff;
	max-width:460px;
	box-shadow: 0 0 40px 1px rgba(200,200,200,0.4);
	z-index:10;
	}
.indximg .indx_tw.pc{
	display:block;
	min-height:642px;
	}
.indximg .indx_tw.sp{
	display:none;
	}
.indximg .content .headslide.slide_pc img{
	display:block;
	width:100%;
	max-width:800px;
	height:auto;
	}
.indximg .content .headslide.slide_sp{
	position:relative;
	display:none;
	}
.indximg .content .spbg{
	position:relative;
	bottom:auto;
	left:auto;
	width:100%;
	max-width:800px;
	z-index:8;
	}
#about{
	margin:90px 0 0;
	}
#about .content{
	text-align:center;
	}
#about .content .fkds1 + h2 {
    margin: 0.3em 0 0.3em;
	}
img.aboutimg{
	display:block;
	width:100%;
	max-width:1076px;
	height:auto;
	margin:0.5em auto;
	}
@media screen and (max-width: 1373px) {
.indximg div.bgslide {
    background-size: cover;
	}
	}
@media screen and (max-width: 768px) {
.indximg .content{
	padding:0;
	}
.indximg div.bgall{/*背景アニメーションpc*/
	display:none;
	}
.indximg .colorbar{
	display:none;
	}
.indximg .content img.logo{
	left:0;
	}
.indximg .indx_tw.pc{
	display:none;
	}
.indximg .indx_tw.sp{
	display:block;
	max-width:1000px;
	}
.indximg .content .headslide.slide_sp{
	display:block;
	}
#about{
	margin:30px 0 0;
	}
}
@media screen and (max-width: 480px) {
}


/*白ボックス*/
.whitebox{
	background-color: #FFF;
	border-radius:30px 0 30px 0;
	box-sizing:border-box;
	padding:40px;
	z-index:10;
}
.whitebox + .whitebox{
	margin:30px 0 0;
	}
.whitebox .content2 {
	padding:0;
	}
.whitebox .content2 .txtbox.box6{
	flex-grow: 2;
	flex-shrink: 2;
	padding-left:40px;
	}
.whitebox .content2 .txtbox.box4{
	width:330px;
	flex-grow: 0;
	flex-shrink: 0;  
	}
.whitebox .content2 .txtbox.box5{
	width:50%;
	}
.whitebox .content2 .txtbox.box5:nth-child(1){
	padding:0 30px 0 0;
	}
.whitebox .content2 .txtbox.box5:nth-child(2){
	padding:0 0 0 30px;
	border-left:1px dotted #282828;
	}
.whitebox .content2 .txtbox.box5 .col2{
	display: flex; 
	}
.whitebox .content2 .txtbox p,
.whitebox .content2 .txtbox.box5 .col2 p{
	margin:0;
	}
.bg2 .whitebox .content2 .txtbox.box4 p{
	font-size:small;
	}
.bg2 .whitebox .content2 .txtbox.box4 p:nth-child(2){
	font-weight:bold;
	font-size: medium;
	margin:1em 0;
	vertical-align:middle;
	}
.bg2 .whitebox .content2 .txtbox.box4 p:nth-child(2) span{
	font-size: x-large;
	}
.bg2 .whitebox .content2 .txtbox.box6 p{
	margin:0 0 1em;
	}
.bg2 .whitebox .content2 .txtbox.box6 .namebox2 p{
	margin:0;
	}
.whitebox .content2 .txtbox.box5 .col2 p:nth-child(1){
	flex-grow: 0;
	flex-shrink: 0;
	width:8em;
	color:#01aaed;
	}
.whitebox .content2 .txtbox.box5 .col2 p:nth-child(2){
	flex-grow: 2;
	}
.whitebox .content2 + h4.slash{
	margin:1em 0;
	}
.whitebox img{
	display:block;
	width:100%;
	max-width:330px;
	height:auto;
	margin:0;
	}

@media screen and (max-width: 768px) {
.whitebox{
	padding:30px;
	}
.whitebox + .whitebox{
	margin:15px 0 0;
	}
.whitebox .content2 .txtbox.box6{
	padding-left:0;
	}
.whitebox .content2 .txtbox.box5,
.whitebox .content2 .txtbox.box6,
.whitebox .content2 .txtbox.box4{
	width:100%;
	}
.whitebox .content2 .txtbox.box5:nth-child(1),
.whitebox .content2 .txtbox.box5:nth-child(2){
	padding:0;
	border-left:none;
	}
.whitebox img{
	margin:0 auto;
	}
}
@media screen and (max-width: 480px) {
}



/*point*/
.pointbox{
	position:relative;
	padding:270px 0;
	overflow:hidden;
	margin:-90px auto 0;
	}
.pointbox .content{
	z-index:5;
	}
.pointbox .content .whitebox{
	width:100%;
	max-width:600px;
	height:460px;
	box-shadow: 0 0 40px 1px rgba(100,100,100,0.2);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	}
.pointbox.point1 .content .whitebox{
	margin:0 auto 0 0;
	}
.pointbox.point2 .content .whitebox{
	margin:0 0 0 auto;
	}
.pointbox .content .whitebox img{
	display:block;
	width:100%;
	max-width:54px;
	height:auto;
	margin:0 auto;
	box-sizing:border-box;
	border-bottom:2px solid #01aaed;
	}
.pointbox .content .whitebox h3{
	font-size:xx-large;
	text-align:center;
	line-height:1.5em;
	margin:0.5em 0;
	}
.pointbox .pointbg{
	position:absolute;
	top:180px;
	bottom:180px;
	display:block;
	width:65%;
	max-width:960px;
	height:auto;
	z-index:3;
	}
.pointbox.point1 .pointbg{
	right:0;
	}
.pointbox.point2 .pointbg{
	left:0;
	}
.pointbox .bgslh{
	background-image:url(../img/bg_sl4.gif);
	background-repeat:repeat;
	position:absolute;
	top:360px;
	bottom:90px;
	width:65%;
	z-index:2;
	}
.pointbox.point1 .bgslh{
	left:0;
	}
.pointbox.point2 .bgslh{
	right:0;
	}
.pointbox .bgcircle{
	background-image:url(../img/bg_sl5.gif);
	background-repeat:repeat;
	position:absolute;
	top:0;
	width:540px;
	height:540px;
	border-radius: 50%;
	z-index:-1;
	}
.pointbox.point1 .bgcircle{
	left:-210px;
	}
.pointbox.point2 .bgcircle{
	right:-210px;
	}
.pointbox .bgslh2{
	background-color:#ecf5fc;
	position:absolute;
	top:360px;
	bottom:0;
	left:0;
	right:0;
	z-index:1;
	}
@media screen and (max-width: 768px) {
.pointbox{
	padding:90px 0 30px;
	margin:-45px auto 0;
	}
.pointbox .content .whitebox{
	height:auto;
	box-shadow: 0 0 30px 1px rgba(100,100,100,0.2);
	}
.pointbox.point1 .content .whitebox{
	margin:-60px auto 0 0;
	}
.pointbox.point2 .content .whitebox{
	margin:-60px 0 0 auto;
	}
.pointbox .content .whitebox h3{
	font-size:x-large;
	}
.pointbox .pointbg{
	position: relative;
	top:auto;
	bottom:auto;
	width:90%;
	}
.pointbox.point1 .pointbg{
	margin:0 0 0 auto;
	}
.pointbox.point2 .pointbg{
	margin:0 auto 0 0;
	}
.pointbox .bgslh{
	bottom:0;
	}
.pointbox .bgcircle{
	width:400px;
	height:400px;
	}
.pointbox.point1 .bgcircle{
	left:-110px;
	}
.pointbox.point2 .bgcircle{
	right:-110px;
	}
}
@media screen and (max-width: 480px) {
}

/*ポイント丸*/

.container.bg1 .circle{
	position:absolute;
	bottom:-270px;
	right:0;
	width:540px;
	height:540px;
	overflow:hidden;
	z-index:1;
}
.container.bg1 .circle .bgcircle2{
	position:absolute;
	right:-210px;
	background-image:url(../img/bg_sl5.gif);
	background-repeat:repeat;
	border-radius: 50%;
	width:540px;
	height:540px;
}
.container.bg1 .content{
	z-index:10;
	}
@media screen and (max-width: 768px) {
.container.bg1 .circle{
	bottom:-300px;
	width:400px;
	height:400px;
	}
}
@media screen and (max-width: 480px) {
}

/*実績一覧*/
.jisseki{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-start;
	width:100%;
	max-width:740px;
	margin:0 auto;
	}
.jisseki p{
	font-size:large;
	margin:0;
	}
.jisseki .box1{
	flex-grow: 0;
	flex-shrink: 0;
	width:6em;
	color:#01aaed;
	font-weight:bold;
	text-align:right;
	box-sizing:border-box;
	padding-right: 2em;
	margin:0;
	}
.jisseki .box2{
	flex-grow: 2;
	flex-shrink: 2;
	position: relative;
	padding:0 0 0 1em;
	}
.jisseki .box2::before{
	content:"・";
	position:absolute;
	top:0;
	left:0;
	width:1em;
	height:1em;
	color:#01aaed;
	}
.jisseki .box3{
	flex-grow: 0;
	flex-shrink: 0;
	width:6em;
	font-weight:bold;
	box-sizing:border-box;
	padding-left: 2em;
	margin:0;
	}
@media screen and (max-width: 768px) {
.jisseki p{
	font-size:small;
	}
.jisseki .box1{
	width:5em;
	padding-right: 1em;
	}
.jisseki .box3{
	width:5em;
	padding-left: 1em;
	}
}
@media screen and (max-width: 480px) {
}


/* ~~ ななめコンテナ1~~ */
.cont_slash {
	width: 100%;
	min-width: 10px;
	background-image:url(../img/bg_kamimura.gif);
	background-repeat:repeat;
	background-position:top left;
	margin: 120px auto 0;
	padding:0 0 300px 0;
	overflow:hidden;
	position:relative;
}
.cont_slash .triangle_gray{
	z-index:1;
	position:absolute;
	bottom:-100px;
	left:0;
	right:0;
	display:block;
	width: 100%;
	height: 400px;
    -webkit-transform: skewY(8deg);
    -moz-transform: skewY(8deg);
	transform: skewY(8deg);
	transform-origin: bottom left;
	background-color:#f2f2f2;
	overflow:hidden;
	pointer-events: none;
	}
.cont_slash .triangle_white{
	z-index:2;
	position:absolute;
	bottom:-100px;
	left:0;
	right:0;
	display:block;
	width: 100%;
	height: 400px;
    -webkit-transform: skewY(-8deg);
    -moz-transform: skewY(-8deg);
	transform: skewY(-8deg);
	transform-origin: bottom right;
	background-color:#fff;
	overflow:hidden;
	pointer-events: none;
	}
.cont_slash .slash_sch{
	width: 94%;
	max-width:1020px;
	margin: 0 auto;
	padding:60px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	}
.cont_slash .slash_sch .txt{
	z-index:50;
	width: 50%;
	flex-grow: 1;
	flex-shrink: 1;
	line-height:1.8em;
	}
.cont_slash .slash_sch .txt p:nth-child(3){
	margin:0 0 2em 0;
	}
.cont_slash .slash_sch .txt p ~ p{
	margin:0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	}
.cont_slash .slash_sch .txt p ~ p span.sub{
	flex-grow: 0;
	flex-shrink: 0;
	width:5em;
	padding:0 1em 0 0;
	}
.cont_slash .slash_sch .txt h5{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	font-size:180%;
	font-weight: normal;
	margin:0 0 0.5em 0;
	}
.cont_slash .slash_sch .txt h5::before{
	content:"";
	display: inline-block;
	width:53px;
	height:79px;
	background-image:url(../img/logo_kamimura.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-size:53px 79px;
	margin:0 10px 0 0;
	}
.cont_slash .slash_sch a.btn_blue{
	position:relative;
	display:block;
	width:100%;
	overflow: hidden;
	margin:2em 0 0;
	padding:1em 20px;
	text-align:center;
	font-size:large;
	}
.cont_slash .slash_sch a.btn_blue span{
	z-index:10;
	}
.cont_slash .slash_sch .photo{
	z-index:0;
	flex-grow: 0;
	flex-shrink: 1;
	display:block;
	margin:0 0 0 60px;
	}
.cont_slash .slash_sch .photo img{
	display:block;
	width:100%;
	max-width:480px;
	height:auto;
	margin:auto;
	}
.cont_slash .slash_sch .txt img{
	display:none;
	}

@media screen and (max-width: 1280px) {
.cont_slash {
	padding:0 0 200px 0;
}
.cont_slash .triangle_gray,
.cont_slash .triangle_white{
	bottom:-200px;
	}
}

@media screen and (max-width: 768px) {
.cont_slash {
	margin: 60px auto 0;
	padding:0 0 150px 0;
}
.cont_slash .triangle_gray,
.cont_slash .triangle_white{
	bottom:-250px;
	}
.cont_slash .slash_sch{
	padding:30px 0;
	flex-direction: column;
	}
.cont_slash .slash_sch .photo{
	display:none;
	}
.cont_slash .slash_sch .txt{
	width: 100%;
	font-size:85%;
	}
.cont_slash .slash_sch .txt p:nth-child(3){
	margin:0 0 1em 0;
	}
.cont_slash .slash_sch .txt a{
	margin:1em 0 0;
	}
.cont_slash .slash_sch .txt img{
	display:block;
	width:100%;
	max-width:480px;
	height:auto;
	margin:0 auto 1em;
	}
}

@media screen and (max-width: 480px) {
.cont_slash .slash_sch .txt h5{
	font-size: x-large;
	}
}



/* ~~ ヘッダー ~~ */
.header {
	position:relative;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	padding:0;
}
.header .logo{
	padding:1em 2em 1em 1em;
	}
.header .logo img{
	display:block;
	width:100%;
	max-width:292px;
	height:auto;
	opacity:1;
	}
.header .logo a img:hover, 
.header .logo a img:active, 
.header .logo a img:focus{
	opacity:0.7;
	}
.header .titlelink{
	flex-grow: 0; 
	flex-shrink: 0;
	margin:0 auto 0 0;
	padding:0 1em 0 0;
	display: flex;
	align-items: center;
	}
.header .titlelink a{
	font-size:xx-large;
	font-weight:bold;
	}
.header .titlelink a:hover, 
.header .titlelink a:active, 
.header .titlelink a:focus {
	text-decoration:none;
	color: #01aaed;
	}
.header .menu{
	width:50%;
	background-color: #01aaed;
	display: flex;
	flex-direction: row; 
	justify-content: flex-end;
	align-items: center;
	padding:0 1em;
	}
.header .menu a{
	display:block;
	color: #bbefff;
	margin:0 1em;
	box-sizing:border-box;
	padding:10px 0;
	border-bottom:2px solid #01aaed;
	}
.header .menu a:nth-child(2){
	min-width:8.2em;
	}
.header .menu a:nth-child(3),
.header .menu a:nth-child(4){
	min-width:4.2em;
	}
.header .menu a.active{
	color: #fff;
	}
.header .menu a:hover, 
.header .menu a:active, 
.header .menu a:focus {
	text-decoration:none;
	color: #fff;
	border-bottom:2px solid #fff;
	}
@media screen and (max-width: 1355px) {
.header .menu{
	flex-grow: 2; 
	flex-shrink: 2;
	width:auto;
	}
.header .titlelink a{
	font-size:x-large;
	}
}
@media screen and (max-width: 1240px) {
	.header .menu a {
	margin:0 0.5em;
	}
}
@media screen and (max-width: 1160px) {
.header .logo{
	padding:1em;
	}
.header .menu a{
	font-size:90%;
	}
}
@media screen and (max-width: 1000px) {
.header .logo img{
	max-width:200px;
	}
.header .titlelink a{
	font-size:large;
	}
.header .menu a{
	font-size:small;
	}
}

@media screen and (max-width: 768px) {
.header{
	flex-wrap: wrap;
	align-items: center;
	}
.header .logo{
	width:50%;
	padding:0.5em;
	}
.header .logo img{
	max-width:292px;
	}
.header .titlelink{
	margin:0 auto 0;
	padding:0 0 0.5em;
	}
.header .titlelink a{
	font-size:x-large;
	}
.header .menu{
	width:100%;
	justify-content: center;
	padding:0.5em 0;
	}
}

@media screen and (max-width: 480px) {
.header .logo{
	width:40%;
	}
.header .menu{
	padding:0.5em 1em;
	flex-wrap: wrap;
	justify-content:flex-start;
	}
.header .menu a{
    padding: 5px 0;
	}
}
@media screen and (max-width: 360px) {
.header .titlelink a{
	font-size:large;
	}
	
}


/* ~~ フッター ~~ */
.footer {
	position:relative;
	width: 100%;
	max-width: 1020px;
	min-width: 10px;
	margin: 0 auto;
	padding: 10px 10px 100px;
	background-color: #fff;
	text-align:center;
}
.footer .titlebox{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start; 
	border-bottom:1px solid #dcdcdc;
	padding:0 0 60px;
	margin:0 0 90px;
	}
.footer .titlebox.notind{
	padding: 30px 0 0;
	margin:90px 0 0;
	border-top:1px solid #dcdcdc;
	border-bottom:none;
	}
.footer .titlebox img{
	display: block;
	width: 47%;
	max-width:450px;
	height:auto;
	margin:0;
	}
.footer .titlebox p{
	width: 100%;
	margin:1em 0 0;
	}
.footer .fkds1 ~ p{
	margin:0;
	}
.footer p.foot_copy{
	font-size: small;
    letter-spacing: 1px;
	color:#646464;
	border-top:1px solid #dcdcdc;
	padding:1em 0 0;
	margin:2em 0 0;
	}
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 768px) {
.footer {
	padding: 10px 10px 160px;
	}
.footer .titlebox{
	justify-content: center;
	padding:0 0 30px;
	margin:0 0 45px;
	}
.footer .titlebox.notind{
	padding: 15px 0 0;
	margin:45px 0 0;
	}
.footer .titlebox img{
	width: 100%;
	}
.footer .titlebox img:nth-child(1){
	margin:0 0 1.5em;
	}
.footer .titlebox img:nth-child(2){
	margin:0 0 1em;
	}
.footer .titlebox p{
	margin:0;
	}
.footer p.foot_copy{
	font-size: small;
	margin:1.5em 0 0;
	}
}
@media screen and (max-width: 480px) {
.footer {
	padding: 10px 10px 140px;
	}
}



/*googlemap*/
.cont2map{
	width: 100%;
	max-width: 1020px;
	min-width: 50px;
	height: 420px;
	margin: 2em 0;
	display: inline-block;
}
@media screen and (max-width: 768px) {
.cont2map{
	margin: 1.5em 0;
	height: 300px;
	}
}


/*topへ戻るリンク*/
.totop{
	position:fixed;
	right:10px;
	bottom:95px;
	display:block;
	z-index:999;
	}
.totop a{
	display:block;
	overflow:hidden;
	border-radius: 20px;		/* CSS3草案 */
	-webkit-border-radius: 20px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 20px;	/* Firefox用 */
	opacity:1;
	}
.totop a:hover,
.totop a:focus{
	opacity:0.5;
	}
.totop a img{
	display:block;
	width:40px;
	height:40px;
	}
@media screen and (max-width: 768px) {
.totop {
	bottom:160px;
	}
}
@media screen and (max-width: 480px) {
.totop {
	bottom:140px;
	}
}


/* 下部固定のメニュー */
div#floating-menu {
	display: table;
    position: fixed;
	width: 100%;
	bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 0px;
	background-color:#5fa001;
	border-top:2px solid #5fa001;
    z-index: 9998;
	text-align:center;
}
.floating-bnr{
	margin:0 auto;
	width:100%;
	display:flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	}
.floating-bnr .tel{
	display:flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	margin:1em 0;
	}
.floating-bnr .tel p{
	color:#fff;
	margin:0 1em 0 1em;
	padding:0;
	font-size: medium;
	text-align:left;
	line-height:1.5em;
	flex-grow: 0;
	flex-shrink: 0; 
	}
.floating-bnr .tel p span{
	 display:inline-block;
	}
.floating-bnr .tel img{
	display:block;
	width:100%;
	max-width:271px;
	height:auto;
	margin:0 auto;
	}
.floating-bnr .buttun{
	display:flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	margin: 0 0 0 3em;
	}
.floating-bnr .buttun a.btn{
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding:1em;
	background-color:#7cb923;
	color:#ffe943;
	position:relative;
	transform:skewX(-25deg);
	flex-grow: 50;
	width:13em;
	}
.floating-bnr .buttun a.btn + a.btn{
	margin-left:2px;
	}
.floating-bnr .buttun a.btn span{
	font-weight:bold;
	display:inline-block;
	transform:skewX(25deg);
	font-size:130%;
	width:100%;
	}
.floating-bnr .buttun a.btn + a.btn span{
	font-size:130%;
	}
.floating-bnr .buttun a.btn span.sml,
.floating-bnr .buttun a.btn + a.btn span.sml{
	font-size: 90%;
	}
.floating-bnr .buttun a.btn:focus,
.floating-bnr .buttun a.btn:hover{
	background-color:#ffe943;
	color:#7cb923;
	text-decoration:none;
	}
@media screen and (max-width: 910px) {
.floating-bnr .buttun a.btn{
    width: 11em;
	}
.floating-bnr .buttun a.btn span.sml,
.floating-bnr .buttun a.btn + a.btn span.sml{
	font-size: 70%;
	}
	}
@media screen and (max-width: 768px) {
.floating-bnr{
	flex-direction: column;
	overflow:hidden;
	}
.floating-bnr .tel{
	flex-direction: row;
	justify-content: center;
	}
.floating-bnr .tel p{
	margin:0 0 0 1em;
	width:40%;
	font-size:small;
	text-align:center;
	}
.floating-bnr .tel .telimg{
	text-align:center;
	width:60%;
	box-sizing:border-box;
	padding-right:5px;
	}
.floating-bnr .buttun{
	margin: 0 0 0 -10%;
	width:120%;
	}
.floating-bnr .buttun a.btn{
	padding:1em 1em 1em 10%;
	flex-grow: 50;
	width:50%;
	}
.floating-bnr .buttun a.btn span,
.floating-bnr .buttun a.btn + a.btn span{
	font-size:x-large;
	}
.floating-bnr .buttun a.btn + a.btn{
	padding:1em 10% 1em 1em;
	}
}
@media screen and (max-width: 640px) {
.floating-bnr .tel p{
	font-size:small;
	}
}
@media screen and (max-width: 560px) {
.floating-bnr .tel p{
	text-align:left;
	}
}
@media screen and (max-width: 480px) {
.floating-bnr .tel{
	margin:0.5em 0;
	}
.floating-bnr .tel p{
	font-size:small;
	width:35%;
	}
.floating-bnr .tel .telimg{
	width:65%;
	}
.floating-bnr .tel img{
	display:block;
	width:100%;
	max-width:300px;
	height:auto;
	margin:0 auto;
	}
.floating-bnr .buttun a.btn{
	padding:0.5em 0 0.5em 10%;
	}
.floating-bnr .buttun a.btn + a.btn{
	padding:0.5em 10% 0.5em 0;
	}
.floating-bnr .buttun a.btn span,
.floating-bnr .buttun a.btn + a.btn span{
	font-size:large;
	}
.floating-bnr .buttun a.btn span.sml,
.floating-bnr .buttun a.btn + a.btn span.sml{
	font-size: small;
	}
}

