@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
header, nav, article, aside, section, footer, address {
	display:block;
}

body	{margin: 0;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;}

header {
	width: 100%;
	height: 130px;
	position: fixed; /*← fixedで固定 */
	top: 0px;
	background-color: #4985F6;
	
}
/* ヘッダーを固定させる */

.pc_header {
	width: 100%;
	max-width: 1180px;
	height: 130px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
}
.pc_header .site {
	margin-right: auto
}
/* サイト名 */

.site h1 a	{color: #000000;
	text-decoration: none}

.site h1	{margin: 0;
	padding-left: 0px;
	font-size: 30px}
.site h1 img {
	width: 100%;
	height: auto;
}

/* 画像レスポンシブ */
.img_fluide	{max-width: 100%;
	height: auto;
	vertical-align: bottom;}

/* section_title */
.section_title h2 {
	text-align: center;
	font-size: 32pt;
	font-weight: 500;	
}
.section_title h2 img {
	width: 980px; 
	height: auto;
}
/* section_title */
.section_title h3 {
	text-align: center;
	font-size: 32pt;
	font-weight: 500;	
}
.section_title h3 img {
	width: 380px; 
}

#top_title {
	margin-top: 200px;
}
/*profile表の設定*/
table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
.hyo table {
  table-layout: fixed;  /* table要素に指定することで、幅を固定 */
  width: 100%;
	font-size: .9em;
	margin: 0px;
	line-height: 1.4em;
	border: 1px solid #000;
/*	 -webkit-box-shadow: 2px 2px 5px #6B6B6B;
    box-shadow: 2px 2px 5px #6B6B6B;*/
	margin-bottom: 20px;
}
.hyo table td {
	padding: 8px 0px 8px 20px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-top-style:none;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:none;
	border-right-color: #000;
	border-bottom-color: #000;
}
.hyo table th{
  width: 37%;         /* 幅を指定した要素だけ固定される。他は等倍の可変 */
	padding: 8px 0px 8px 20px;
	text-align: left;
	vertical-align: top;
	border-right-width:1px;
	border-bottom-width:1px;
	border-top-style:none;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:none;
	border-right-color: #000;
	border-bottom-color: #000;
}

/*2カラムのセクション*/
.service {
	display: flex;/*４つのカラムを横に並べる*/
    justify-content: space-between;
	margin-bottom: 50px;
}
.service p {
	font-size: 1rem;
	line-height: 1.4rem;
	font-weight: 500;
}


/*３カラムのセクション*/
#column3 {
    display: flex;/*３カラムを横に並べる*/
    justify-content: space-between;
}


/*４カラムのセクション*/
#column4 {
    display: flex;/*４つのカラムを横に並べる*/
    justify-content: space-between;
    
}
#column4 a:hover {
	opacity: 0.7;
}
/*6カラムのセクション*/
#column6 {
    display: flex;/*6つのカラムを横に並べる*/
    justify-content: space-between;
    
}

/*contact*/
.form .formname {
	width: 100%;
	padding: 10px;

}
.btn {
	padding: 5px 15px;
}

/*inner10内のBOXの指定*/
/*５：５*/
#grid5_5 {
    display: flex;/*boc5grid10を横に並べる*/
    justify-content: space-between;
}
/*スクロールpage-topボタン*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 32px;
}

#page-top a {
    display: block;
    background-color: #56A2FF;
    color: #fff;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    /*line-height: 50px;*/
    /*padding: 20px;*/
    text-align: center;
    text-decoration: none;
    border-radius: 30px;
}
 
#page-top a:hover {
    text-decoration: none;
    opacity: 0.7;
}
/* footer */
footer {
	width: 100%;
	height: auto;
	background-color: #4985F6;
	padding-top: 20px;	
}
footer .footer_cont p {
	width: 100%;
		text-align: left;
	font-size: 0.8rem;
	color: #fff;
}
footer .footer_cont2 p {
	width: 100%;
		text-align: left;
	font-size: 0.95rem;
	color: #fff;
}
/* コピーライト */
.copyright	{
    margin-top: -30px;
    color: #ffffff;
    font-size: 0.7rem;
	text-align: center;
	padding: 0px 0px 20px 0px;
}


/* BOXの横幅を固定 */
 .inner {
	width: 92%;  /* 1カラム(12グリッド分/1180÷1280＝0.912(92％)) */
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}
 .inner10 {
	width: 76.5%;  /*980÷1280=0.765(76.5%) */
    max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}
 .inner8 {
	width: 60%;  /* 780÷1280=0.60(60%) */
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}
 .inner6 {
	width: 45%;  /* 580÷1280=0.45(45%) */
	max-width: 580px;
	margin-left: auto;
	margin-right: auto;
}
/*BOXのサイズ*/	

.box12col {
	width: 100%;  /* 1カラム(12グリッド分/1180÷1180=1(100%)) */
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;	
}

.box8col {
	width:66%;  /* 1カラム（8グリッド分/780÷1180=） */
	height: auto;
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;	
	box-sizing: border-box;
}

.box7col {
	width:680px;  /* 7カラム（7グリッド分） */
	float: left;
}

.box6col {
	width: 49%;  /* 580÷1180=0.4915(49%) */
	hight:auto;
	box-sizing: border-box;
	
}

.box5col {
	width:480px;  /* ５カラム（５グリッド分） */
	float: left;
}
.box4col {
	width: 32%;  /* 380÷1180=0.322(32%) */
    height: auto;
    box-sizing: border-box;
}
.box3col {
	width: 23.5%;  /* 280÷1180=0.237(23.5%) */
    height: auto;
    box-sizing: border-box;
}

.box2col {
	width: 15%;  /* 180÷1180=0.152(15%) */
    height: auto;
    box-sizing: border-box;
}

/* inner10内のBOXサイズ */
.box8grid10 {
	
}
.box7grid10 {
	
}
.box6grid10 {
	
}
.box5grid10 {
	width: 49%;/*480÷980=0.489(49%)*/
    height: auto;
    box-sizing: border-box;
}
.box4grid10 {
	
}
.box3grid10 {
	
}
.box2grid10 {
	
}

/* BOXの横余白 */
.mr20 {
	margin-right: 20px;
}

/* ボックスの上下余白 */

.mt30 {
	margin-top: 30px;/*ボックスの上部余白を30px*/
}
.mt50 {
	margin-top: 50px;/*ボックスの上部余白を50px*/
}
.mb10 {
	margin-bottom: 10px;/*ボックスの下部余白を30px*/
}
.mb20 {
	margin-bottom: 20px;/*ボックスの下部余白を30px*/
}
.mb30 {
	margin-bottom: 30px;/*ボックスの下部余白を30px*/
}
.mb50 {
	margin-bottom: 50px;/*ボックスの下部余白を50px*/
}
.mb100 {
	margin-bottom: 100px;/*ボックスの下部余白を50px*/
}
/* =========== 1066px以上 =========== */
@media (min-width: 1066px) {
	
/*ハンバーガーメニュー非表示*/
	.header {
		display: none;
	}
.site h1 img {
	width: 100%;
	height: auto;
}
/* トグルボタン */	
#menubtn	{display: none}
/* ナビゲーション */
#menu	{display: block !important}
	
.menu ul	{margin: 0;
	padding: 0;
	list-style: none;}
.menu a li {
		display: block;
    color: #ffffff;
    font-size: 20px;
    line-height: 40px;
	border: solid 4px #ffffff;
    text-decoration: none;
    padding: 0px 10px;	
	margin-left: 20px;
	}
.menu li a	{
    display: block;
    color: #ffffff;
    font-size: 20px;
    line-height: 40px;
	border: solid 4px #ffffff;
    text-decoration: none;
    padding: 0px 10px;	
	margin-left: 20px;
}

.menu li a:hover	{
    background-color: #7CC4ED;
}

.menu a:hover li {
		background-color: #7CC4ED;
	}
.menu li	{float: left;
	width: auto;}

.clearfix::after	{content: "";
	display: block;
	clear: both;}

}


/* =========== 1065px以下 =========== */
@media (max-width: 1065px) {
header {
	width: 100%;
	height: 100px;
	background-color: #4985F6;
	display: flex;
	align-items: center;
}
.site h1 img {
	width: 80%;
	height: auto;
}
.site {
	padding-left: 20px;
}
.pc_menu {
	display: none;/*PC用のmenuを非表示に*/
	}
/*ハンバーガーメニュー*/
.header {
  position: relative;
  padding: 20px;
}

.hamburger {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 100;
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.hamburger__line {
  position: absolute;
  left: 11px;
  width: 26px;
  height: 2px;
  background-color: #fff;/*3本線の色*/
  transition: all .4s;
}

.hamburger__line:nth-of-type(1) {
  top: 14px;
}
.hamburger__line:nth-of-type(2) {
  top: 23px;
}
.hamburger__line:nth-of-type(3) {
  top: 32px;
}

/* メニューオープン時 */
.hamburger.active .hamburger__line:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.hamburger.active .hamburger__line:nth-of-type(2) {
  opacity: 0;
}
.hamburger.active .hamburger__line:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 350px;
  height: 100vh;
  background-color:  rgba(124,196,237,0.70);/*オーバーレイの背景*/
  box-shadow: 2px 0 4px rgba(0,0,0,.1);
  transform: translateX(-100%);
  transition: transform .4s;
  z-index: 90;
}

.nav.active {
  transform: translateX(0);
}

.nav__list {
  margin: 0;
  padding: 100px 0 0;
  list-style: none;
}

.nav__item {
  padding: 0 20px;
}
.nav__item a:hover {/*ハンバーガーメニューのhover*/
   color: #ffffff;
}

.nav__link {
  display: block;
  padding: 15px 0;
  color: #1958D3;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}

#top_title {
	margin-top: 180px;
}	

 .inner8 {
	width: 92%;  /* 780÷1280=0.60(60%) */
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}
}

@media only screen and (min-width: 760px) and (max-width: 980px) {
#top_title {
	margin-top: 180px;
}
.box4col {
	width: 100%;/*３カラムを縦に並べる*/  
    height: auto;
    box-sizing: border-box;
    margin-bottom: 30px;
}	
/*３カラムのセクション*/
#column3 {
    display: flex;
    flex-direction: column-reverse;/*３カラムを縦に並べる*/
	
}
	
.pc {
		display: none;
	}
.box4col {
	width: 50%;/*３カラムを縦に並べる*/  
    height: auto;
    box-sizing: border-box;
    margin-bottom: 30px;
}
}
@media only screen and (min-width: 600px) and (max-width: 759px) {

/*３カラムのセクション*/
#column3 {
    display: flex;
    flex-direction: column-reverse;/*３カラムを縦に並べる*/
	
}
	
.pc {
		display: none;
	}
.box4col {
	width: 50%;/*３カラムを縦に並べる*/  
    height: auto;
    box-sizing: border-box;
    margin-bottom: 30px;
}
/* section_title */
.section_title h2 {
	text-align: center;
	font-size: 32pt;
	padding: 0px;
	font-weight: 500;	
}
.section_title h2 img {
	width: 100%; 
	height: auto;
}
/* section_title */
.section_title h3 {
	text-align: center;
	font-size: 32pt;
	font-weight: 500;	
}
.section_title h3 img {
	width: 304px; /*380×0.8=304px*/
}
/*profile表の設定*/
table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
.hyo table {
  table-layout: fixed;  /* table要素に指定することで、幅を固定 */
  width: 100%;
	font-size: 1em;
	margin: 0px;
	line-height: 1.4em;
	border: 1px solid #000;
/*	 -webkit-box-shadow: 2px 2px 5px #6B6B6B;
    box-shadow: 2px 2px 5px #6B6B6B;*/
	margin-bottom: 20px;
}
.hyo table td {
	padding: 8px 0px 8px 20px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-top-style:none;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:none;
	border-right-color: #000;
	border-bottom-color: #000;
}
.hyo table th{
  width: 37%;         /* 幅を指定した要素だけ固定される。他は等倍の可変 */
	padding: 8px 0px 8px 20px;
	text-align: left;
	vertical-align: top;
	border-right-width:1px;
	border-bottom-width:1px;
	border-top-style:none;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:none;
	border-right-color: #000;
	border-bottom-color: #000;
}
.box8col {
	width:92%;  /* 1カラム（8グリッド分/780÷1180=） */
	height: auto;
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;	
	box-sizing: border-box;
}
}

/* =========== 599px以下 =========== */
@media (max-width: 599px) {
.site h1 img {
	width: 70%;
	height: auto;
}
	
#top_title {
	margin-top: 150px;
}
/* section_title */
.section_title h2 {
	text-align: center;
	font-size: 32pt;
	padding: 0px;
	font-weight: 500;	
}
.section_title h2 img {
	width: 100%; 
	height: auto;
}
/* section_title */
.section_title h3 {
	text-align: center;
	font-size: 32pt;
	font-weight: 500;	
}
.section_title h3 img {
	width: 304px; /*380×0.8=304px*/
}
/*profile表の設定*/
table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
.hyo table {
  table-layout: fixed;  /* table要素に指定することで、幅を固定 */
  width: 100%;
	font-size: 0.95em;
	margin: 0px;
	line-height: 1.4em;
	border: 1px solid #000;
/*	 -webkit-box-shadow: 2px 2px 5px #6B6B6B;
    box-shadow: 2px 2px 5px #6B6B6B;*/
	margin-bottom: 20px;
}
.hyo table td {
	padding: 8px 0px 8px 20px;
	border-right-width:.9px;
	border-bottom-width:1px;
	border-top-style:none;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:none;
	border-right-color: #000;
	border-bottom-color: #000;
}
.hyo table th{
  width: 37%;         /* 幅を指定した要素だけ固定される。他は等倍の可変 */
	padding: 8px 0px 8px 20px;
	text-align: left;
	vertical-align: top;
	border-right-width:1px;
	border-bottom-width:1px;
	border-top-style:none;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:none;
	border-right-color: #000;
	border-bottom-color: #000;
}
.box8col {
	width:92%;  /* 1カラム（8グリッド分/780÷1180=） */
	height: auto;
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;	
	box-sizing: border-box;
}
.box8col {
	width:92%;  /* 1カラム（8グリッド分/780÷1180=） */
	height: auto;
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;	
	box-sizing: border-box;
}
/*service*/
.service {
    display: flex;
    flex-direction: column;/*事業写真を縦に並べる*/
	margin-bottom: 10px;
    }
.box6col {
	width: 100%;
	hight:auto;
	box-sizing: border-box;
    margin-bottom: 20px;
	
}
/*３カラムのセクション*/
#column3 {
    display: flex;
    flex-direction: column-reverse;/*３カラムを縦に並べる*/
	
}
	
.pc {
		display: none;
	}
.box4col {
	width: 100%;/*３カラムを縦に並べる*/  
    height: auto;
    box-sizing: border-box;
    margin-bottom: 30px;
}
/*４カラムのセクション*/
#column4 {
    display: flex;/*４つのカラムを横に並べる*/
    flex-wrap: wrap;/*2つのカラムで折り返す時指定*/
    justify-content: space-between;
    
}
.box3col {
	width: 48%;  /* ガター部分を４％にするとPCサイズの時と同じくらいの空きになる */
    height: auto;
    box-sizing: border-box;
    margin-bottom: 20px;
}
/*6カラムのセクション*/
#column6 {
    display: flex;/*6つのカラムを横に並べる*/
    flex-wrap: wrap;/*3つのカラムで折り返す時指定*/
    justify-content: space-between;
    
}
.box2col {
	width: 30.666%;  /* (100%-8%)÷3=30.666 */
    height: auto;
    box-sizing: border-box;
    margin-bottom: 20px;
}
}





