@charset "utf-8";
/* CSS Document */
* { margin: 0; padding: 0; box-sizing: inherit;}
html {
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  text-decoration: none;
  list-style: none;
	box-sizing: border-box;
	scroll-behavior: smooth;
	min-height: 2000px; }
body { 
	width: 100%;
	font-size: 16px;
	color: #434343;
	line-height: 1.7;
	letter-spacing: 0.05em; }
a { text-decoration: none; cursor: pointer; color: #333;}
a:visited { color: #333;}

p { margin: 18px 0;}
ul { list-style-type: none; }
hr { 	border-top: 1px solid #8c8b8b; border-bottom: 1px solid #fff; margin: 12px 0 ;}
.blog b { background-color: #ff9; }


/* 枠 */
header { width: 100%; box-shadow: 0px 5px 5px 0px #ccc; border-top: 8px solid #0098dd;}
.wrapper { overflow-x: hidden;}
.content { margin: 0 12px; }
.service { width: 100%; padding: 0 12px; }
.boxA { display: flex; flex-direction: column;}
aside { width: 100%; order: 2; }
main { width: 100%; order: 1;}
.blog { margin: 40px 0; line-height: 1.6; }
.blog h1{ font-size: 20px; padding: 3px 6px; border-bottom: 2px solid #0098dd; margin-bottom: 20px;}
.toptitle h1 { font-size: 20px; padding: 6px; background: linear-gradient(transparent 70%, #a7d6ff 70%);  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);}
.mini_title { font-size: 12px; padding-left: 12px;}
section { margin: 30px 0;}
.sentence { margin: 12px 30px;}
.box_mini{ padding: 12px; background-color: #f5f2f2; margin: 0 0 12px 18px;}
.list li::before { 

	font-family: 'Font Awesome 6 Free';
	content:'\f15c';
	font-weight: 400;
	padding-right: 12px;
	display: inline-block; }
	

/* 画像 */
img { max-width: 100%; display: block; }
#logo img { width: 78%;}
.bloglogo { margin-bottom: 20px;}
.category { margin: 20px 0;}


.bloglogo { width: 60%; margin: 0 auto 30px; }


/* メニュー */
nav{
	width: 100%;
	height: 70px;
	position: relative;
	background: #FFF; }
.drawer{
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	position: relative;
	height: 70px;
	padding: 0 1em 0 0;
	overflow-x: hidden; }
.menu ul li a {
	display:block;
	padding: 2em;
	border-bottom: 1px dotted #CCC;
  color:#FFF;
  text-decoration:none; }
.menu ul li a:hover{
	background-color:rgba(0,0,0,0.5);
	color:#FFF; }
.menu{
position: relative;
	z-index: 9999;
	text-align:center;
	background-color: #0098dd;
	transition: 0.5s ease;
	-webkit-transform: translateX(100%); }
/*OPEN*/
.menu.open {
	-webkit-transform: translateX(0%);
	transform: translateX(0%); }
.Toggle {
	display: block;
	position: relative;
	width: 42px;
	height: 42px;
	cursor: pointer;
	right:15px; }
.Toggle span {
	display: block;
	position: absolute;
	width: 40px;
	border-bottom: solid 4px #333;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;	}
.Toggle span:nth-child(1) { top: 5px; }
.Toggle span:nth-child(2) { top: 18px; }
.Toggle span:nth-child(3) { top: 32px; }
.Toggle.active span:nth-child(1) {
	top: 18px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg); }
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg); }

/* パンくず */
.breadcrumb {
  margin: 12px;
  padding: 3px 0;
  list-style: none; }
.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
	font-size: 14px; }
.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #555; }
.breadcrumb li:last-child:after {
  content: ''; }
.breadcrumb li a {
  text-decoration: none;
  color: #333;/*色*/ }
.breadcrumb li a:hover {
  text-decoration: underline; }

/* 更新日 */
.day { font-size: 14px; text-align: right; width: 100%;}

/* 事業紹介 */

.flex,
.top_info { 
	display: flex; flex-direction: column; margin: 40px 0; }
.item1, .item2, .item3, .item4 { 
	width: 100%; padding:0 12 px 12px; }
.item1 { text-align: center;}
.item2, .item3, .item4 { text-align: left; }
.title_b { font-family:Verdana, Helvetica, Arial, sans-serif; color:#43a1f6; font-weight: bold;}
.item1 h1  { margin-bottom: 18px;}
.subtitle { line-height:1.2; font-size: 14px; }
.dis_sp { display: block; margin-top: 30px; }
.dis_t { display: none;}
.sp { display: block; }
.pc { display: none; }
/* 見出し */
h1 { font-size: 20px; }
h2 { font-size: 18px; border-bottom: 3px solid #0098dd; }
h3 { font-size: 16px; margin-top: 18px; padding-left: 18px ; }
.title { border-bottom: 1px solid #0098dd; margin: 30px 0 18px; font-weight: bold; }
.item1 h1 { font-size: 18px;  }
.item2 h1 { text-align: left; }

.service ol {
  counter-reset:list;
  list-style-type:none;
  font-size: 16px;
	margin: 30px 0; }
.service ol li{
  position:relative;
  line-height: 30px;
  margin: 7px 0 10px 40px;
  padding-left:10px;
  border-bottom:solid 1px #0098dd;  }
.service ol li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: -30px;
  width: 30px;
  height: 32px;
  background: #0098dd;
  text-align: center;
  color: #fff;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);}
.service ol li a{ display: block; }


/* ボタン */
.btn01{ margin: 40px auto; }
.btn01 a {
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #fff;
  font-weight: 700;
  background-color: #0098dd;
  border-radius: 20px; }
.btn01 a:hover {
  text-decoration: none;
  background-color: #7DB9DE; }

.up { text-align: right; margin-right: 18px; }




/* お問い合わせ */

.ask { 
	width: 96%;
	margin: 20px auto;
	padding: 18px; }
.askbtn { 
	width: 100% ;
	border: 1px solid #0098dd;
	padding: 18px 0;
	text-align: center;
	color: #0098dd;
	border-radius: 5px; }
.ask a,
.ask a:visited { 
	color: #0098dd;
	display: block; }
.ask a:hover {
	background-color: #0098dd;
	color: #fff;}

/* フォーム */

input[type="text"],
input[type="email"], 
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
input[type="radio"] { display: none; }

input[type="text"],
input[type="email"], 
textarea {
  outline: none;
	border-radius: 6px; 
  border: 1px solid #aaa;
  -webkit-transition: all .3s;
  transition: all .3s; }
input[type="text"],
input[type="email"] {
  width: 100%;
	padding: 15px 12px; }
	
textarea { width: 100%; height:200px; padding:12px; resize: vertical;}


label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 20px;
  cursor: pointer; }
label::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 100%; }
input[type="radio"]:checked + label::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #0098dd;
  border-radius: 100%; }
.contact_btn {
	width: 300px ;
	margin: 18px auto;
	border: none;
	padding: 18px 0;
	text-align: center;
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
	background-color: #0098dd; }
.contact_btn:hover {
  background-color: #ccc;
  border-radius: 5px;
	background-color: #006284;
	color: #fff; }
small { font-size: 12px; color: red;}

/* table */
table { width:100%; margin: 30px auto 0; border-collapse:collapse; }
td, 
th { width: 100%; display: block; padding: 10px;}
th { text-align: left; }

/* 会社概要 */
.company tr { border-bottom: 1px solid #ccc;}

/* お問い合わせフォーム */
.ask_form th { padding: 0 12px; }
.ask_form td { margin-bottom: 18px; }
.memo { width: 100%; margin: 0 auto; border-radius: 10px; background-color: #F2F2F2; padding: 12px; line-height: 1.5;}

/* お問い合わせ確認 */
.ask_confirm table { margin-bottom: 18px;}
.ask_confirm th { padding: 8px 0; }
.ask_confirm td { margin-bottom: 0; padding: 0 20px; border-bottom: 1px solid #ccc; }
.ask_confirm .contact_btn {	margin: 12px auto; }
/* 完了 */
.comp { width: 100%; margin: 0 auto; }



/* フッター */
footer { width: 100%;}
footer ul { display: flex; flex-direction: column;  margin: 40px 12px 18px; }
footer li { width: 100%; margin-bottom: 40px; }
footer b { font-family: Arial Black; color: #0098dd; }
.foot_menu { 
	width: 100%; 
	margin:0 auto;
	text-align: left; }
.item { width: 100%; text-align: left; padding: 12px 0; border-bottom: 1px solid #ccc; }
.item a { display: block;}
.copyright b{ color: #333; }
.logo2 { margin-top: 30px; padding-top: 30px;}
.address { background-color: #04448d;  padding-bottom: 30px;}
.logo2 img { width:60%;}


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

.logo img { width: 45%;}
.hamb-line { width: 30px; } 


/* 文字 */


.tab { display: none;}

.flex,
.top_info { flex-direction: row; align-items: center; }

.item1, .item2, .item3, .item4 { width: 50%; padding: 16px; }
.item1 { order: 1;}
.item2 { order: 2;}
.item3 { order: 4;}
.item4 { order: 3;}

.item1 h1  { font-size: 22px; margin-bottom: 22px;}
.subtitle { line-height:1.4; font-size: 16px; }


.dis_sp { display: block;}
.dis_t { display:  none;}

/* メニュー */
#logo img { max-width:60%; display:block; }

/* 見出し */


/* お問い合わせ */
.ask { width: 400px; }
.askbtn { width: 400px ; margin: 0 auto;}

.logo2 img { width:40%;}
.address img { width:70%;} 

/* table */
table { width:80%; }
.memo { width: 450px; }
.comp { width: 450px; }


}

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

body,
header,
footer { width: 960px; margin: 0 auto; }
.service { width: 800px; margin: 0 auto ; }

.content { margin: 0; }
.boxA { flex-direction: row;  justify-content:space-between;}
aside { width: 28%; padding-left: 10px;}
main { width: 72%; padding-right: 18px;}

.bloglogo { width: 90%; margin: 0 auto 30px; }
/* 文字 */

.tab { display: block;}
.item1 h1 { font-size: 26px; margin-bottom: 26px;}
.title_b { font-size: 20px; }
.subtitle { line-height:1.4; font-size: 16px; }
.sp { display: none; }
.pc { display: block; }
/* メニュー */

header::after{ display:none; } 
nav{ display: flex; }
.Toggle{ display: none; }
.menu{ 
 width: 100%;
 color: #333;
  background-color: transparent;
  margin-top:0;
 -webkit-transform: translateX(0);
 transform: translateX(0); }
.menu ul{
 height: 70px;
 display: flex;
 flex-wrap: wrap;
 justify-content: flex-end;
 align-items: center; }
.menu ul li a{
	padding: 0 1em;
	border-bottom: none;
	color: #333; }
.menu ul li a:hover { 
	color: #0098dd;
	background-color: #FFF; }


/* フッター */
footer { margin-top: 100px;}
footer ul { flex-direction: row; }
footer li { width: 33.3%; margin-bottom: 40px; margin-right: 18px; text-align: left; }
.item { padding-left: 18px; }
.logo2 img { width:35%;}
.address img { width:50%;} 


/* table */
table { width:500px; margin: 30px auto 0; }
.comp { width: 450px; }

/* 会社概要 */




input[type="text"], input[type="email"] { width:100%; padding: 12px; }
textarea { width: 100%; height:200px; padding:12px; resize: vertical;}

}
