/* Nav　　https://codingmania.net/globalnav/1586.html
-----------------------------------------*/
.Nav {
  margin-top: 0px;
  border-top: solid 1px #F5F4F0;
  border-bottom: solid 1px #F5F4F0;
    background-color: #28BFE7;
}


@media screen and (max-width: 599px) {
  .Nav {
  margin-top: 60px;
    position: relative;
  border-top:none;
  }
}
.Nav .navbtn {
  display: none;
  margin-top: -60px;
}
@media screen and (max-width: 599px) {
  .Nav .navbtn {
    display: block;
    position: absolute;
    top: 0px;  /*ハンバーガーメニューの位置*/
    right: 0px;
    background-color: #;/*ハンバーガーメニューの背景色*/
    padding: 15px 10px 13px 15px;


  }
}
@media screen and (max-width: 599px) {
  .Nav .navbtn a,
  .Nav .navbtn a.close {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #28BFE7;
	border-radius: 50%;  /*ハンバーガーメニューアイコン丸に*/
  }
  .Nav .navbtn a::before,
  .Nav .navbtn a.close::before {
    position: absolute;
    top:10px;
    left:10px;
    content:"";
    width: 20px;
    height: 3px;
    background-color: #FFF; /*三本線*/
   transition: .2s;
  }
  .Nav .navbtn a.open::before {
    top:19px;
    transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  }
  .Nav .navbtn a::after,
  .Nav .navbtn a.close::after {
    position: absolute;
    bottom:10px;
    left:10px;
    content:"";
    width: 20px;
    height: 3px;
    background-color: #FFF;  /*三本線*/
    transition: .2s;
  }
  .Nav .navbtn a.open::after {
    bottom:18px;
    transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  }
}
@media screen and (max-width: 599px) {
  .Nav .navbtn a.open {
  }
}
 
@media screen and (max-width: 599px) {
  .Nav .navbtn a span {
    display: block;
    overflow: hidden;
    width: 1px;
    height: 1px;
  }
  .Nav .navbtn a span::after,
  .Nav .navbtn a.close span::after {
    position: absolute;
    top:18px;
    left:10px;
    content:"";
    width: 20px;
    height: 3px;
    background-color: #FFF;  /*三本線*/
  }
  .Nav .navbtn a.open span::after {
    display: none;

  }
}
.Nav ul.close {
  display: none;
  border-top: solid 1px #F5F4F0;
}
.Nav > ul {
  margin: 0 auto;
  max-width: 1218px;

}

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

.Nav > ul > li a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 19px 0px;/*上下１９　左右０*/
  font-size: 10px;
  color: #333;
  background-color: #28BFE7;
  z-index: 2;
}
.Nav > ul > li.parent > a {
  padding-right:0px;
}
.Nav > ul > li.parent > a::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 6px;
    height: 6px;
    margin: -6px 0 0 0;
    border-top: solid 2px #302833; /*ドロップダウンの矢印の色*/
    border-right: solid 2px #302833; /*ドロップダウンの矢印の色*/
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.Nav > ul > li {
  position: relative;
  font-size: 10px;
  display: inline-block;
}

}


@media screen and (max-width: 599px) {
  .Nav > ul {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: #FFFFFF; /*出てくる要らない行間の色*/
  }
}
.Nav > ul > li {
  position: relative;
  font-size: 15px;
  display: inline-block;
}

  .Nav > ul > li >a:hover {
    color: #FFF;
  }

  .Nav > ul > li > ul li a:hover {
    color: #FFF;
  }


@media screen and (max-width: 599px) {
  .Nav > ul > li {
    display: block;
    border-bottom: solid 1px #fff; /*出てくる行間の色*/
  }
}
.Nav > ul > li a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 19px 15px;/*上下１９　左右１５*/
  font-size: 15px;
  color: #333;
  background-color: #28BFE7;
  z-index: 2;
}



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

.Nav > ul > li a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 19px 10px;/*上下１９　左右１０*/
  font-size: 15px;
  color: #333;
  background-color: #28BFE7;
  z-index: 2;
}
}



.Nav > ul > li.parent > a {
  padding-right:20px;
}
.Nav > ul > li.parent > a::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 6px;
    height: 6px;
    margin: -6px 0 0 0;
    border-top: solid 2px #302833; /*ドロップダウンの矢印の色*/
    border-right: solid 2px #302833; /*ドロップダウンの矢印の色*/
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
@media screen and (max-width: 599px) {
.Nav > ul > li.parent.open > a::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
}
@media screen and (max-width: 599px) {
  .Nav > ul > li.parent.open {
    border-bottom: none;
  }
}
  .Nav > ul > li.parent.open > a{
    color: #FFF;
  }
  .Nav > ul > li.parent.open > a::after {
  background: #b0c4de;
  -webkit-transform: scale(1);
  trans#3577CAform: scale(1);
}
@media screen and (max-width: 599px) {
  .Nav > ul > li.parent.open > a {
    color: #FFF;
  }
}
 
.Nav > ul >#b0c4de li a:hover {
    color: #FFF;
}
.Nav > ul > li a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.Nav > ul > li a,
.Nav > ul > li a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;

}
.Nav > ul > li a::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.Nav > ul > li a:hover::after {
  background: #3577CA; /*ホバー後の背景の色*/
　color: #ffffff;
  -webkit-transform: scale(1);
  transform: scale(1);
}
 
/* 2階層 */
.Nav > ul > li > ul {
  display: none;
  position: absolute;
  top: 53px;
  left: 0;
  width: 100px;

  z-index: 9;
  list-style:none;
}
 

@media screen and (max-width: 599px) {
  .Nav > ul > li > ul {
    background-color: #fbfbfb; /*不明*/
    position: static;
  width: auto;
  }
}
 
.Nav > ul > li > ul li {
  white-space: nowrap;
}
 
.Nav > ul > li > ul li a {
  position: relative;
  margin-top: 0px; /*２階層目表示高さ*/
  padding: 12px 0px 12px 15px;

}


@media screen and (max-width: 599px) {
  .Nav > ul > li > ul li a {
    border-bottom: solid 1px #dddddd;
  margin-top: 0px; /*２階層目表示高さ*/
  padding: 12px 0px 12px 30px;
    background-color: #afeeee; /*２階層目のバックカラー*/
  }
}
.Nav > ul > li > ul li a::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 6px;
    height: 6px;
    margin: -6px 0 0 0;
    border-top: solid 2px #302833; /*二段目の矢印の色*/
    border-right: solid 2px #302833; /*二段目の矢印の色*/
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.Nav > ul > li > ul li a:hover {
  text-decoration: underline;
}
 
@media screen and (max-width: 599px) {
  .Nav > ul > li > ul li a:hover {
    color: #FFF;
  }
}
 
.Nav > ul > li > ul li ul li a {
  padding-left: 42px;
}
.Nav > ul > li > ul li ul li a::before {
    left: 20px;
}







/*====================================================================================
body style
====================================================================================*/
body {
　padding-top:0px;
  margin-top: 0px;
	font: 15px/1.9 "ヒラギノ丸ゴ ProN W4",'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
 margin: 0;
 padding: 0;
}

/* リンク設定　　勿忘草色わすれなぐさいろ#89c3eb　　 月白げっぱく#eaf4fc　  padding: 0 20px;
------------------------------------------------------------*/
a{color:#6caefe;text-decoration:none;}
a:hover{color:#488fdd;}/*リンクにホバーした時の色*/
a:active, a:focus {outline:0;}


.cp_link {
	display: inline-block;
	padding: 0.1em 0.3em;
	transition: all .3s;
	padding: 0 20px;
}
.cp_link:hover {
	color: #fff;

	background-color: #89c3eb;
}



/* 共通
------------------------------------------------------------*/



h1, h2{
	font: 15px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
}



section{clear:both;}

section h2{
	font-size: 22px;
	font-weight:normal;
	text-align: center;
        padding-top: 20px;
        padding-bottom: 30px;
}

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.col2 li{
	display: inline-block;
	width: 100%;
  	margin: 20px 0 20px 0;
}

.inner4{
	width: 28%;
	margin: 0 auto;
}

/* 装飾*/

.heading03 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;

}






.heading04 {
  padding: 0.7rem 3rem;
  color: #192f60;/*紺青こんじょう*/
  border-radius: 100vh;
  background: #e5f2ff;　/**/

}

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



.inner4{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;

}


.heading03 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	text-align: center;

}
}









/*========= 上部固定させるためのCSS ===============*/
#header{
	height: 0px;/*高さ指定　元は７０だった*/
	width:100%;/*横幅指定*/
	/*以下はレイアウトのためのCSS*/

}

/*JSを使いfixedクラスが付与された際の設定*/
#header.fixed{
	position: fixed;/*fixedを設定して固定*/
  z-index: 999;/*最前面へ*/
  top:0;/*位置指定*/
  left:0;/*位置指定*/
}


  


/* ヘッダーロゴ小
------------------------------------------------------------*/
#fix-header-logo{
	float:left;
}

#fix-header-logo img{
margin-top: 7px;
margin-left: 90px;
width: 350px;
height: 61px;
}


/* 600px〜1024px：タブレット
------------------------------ */
@media screen and (min-width:600px) and (max-width:1218px) {

#fix-header-logo img{
margin-top: 7px;
margin-left: 0%;
width: 350px;
height: 61px;
}

}


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

#fix-header-logo{
	float:left;
margin-top: 0px;
  background: #ffffff;　/**/

clear:left;

}

#fix-header-logo img{
margin-top: 0px;
margin-left: 0px;
width: 100%;
height: auto;
}

}

.itemA {
    text-align: left;   /*変えたら？  text-align*/
    padding: 20px;
    box-sizing: border-box;
}

/* レスポンシブしたときPCモバイル用と各画像を表示させる
 https://fastcoding.jp/blog/all/frontend/responsive_img/ */

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important;
    text-align: left; }
.sp { display: none !important;
    text-align: left; }

 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 600px) {
    .pc { display: none !important;
    text-align: left; }
    .sp { display: block !important;
    text-align: left;
	paading: 0; }

}



/*スライダー上のロゴ画像*/
#hlogo{
  width: 960px;
  margin:0 auto;
    display: flex;
}
#rogotop {
align: left;
  margin-top: 85px;
}

.setu3{
    text-align: right;   /*株式会社　あんしんネットワーク 代表取締役 川岡　昌史*/
  font-weight:  bold;

 }

.setu4{
  padding-right: -10px;
  padding-right: 10px;
  padding-left: 10px;
 }

@media screen and (min-width:680px) {
.inner,#rogomb {
align: center;
  margin:0 auto;
  width: 100%;
  padding-top: 0px;
}
}

.info{
  padding-top: 85px;
  width: 730px;
  text-align:left;
}

.info .open{
  font-size: 15px;
}

.info .setu { 
  font-size: 16px; 
  font-weight:  bold;
  color: #0E8DD6;  /*あんしんネットワークは呉市焼山～代理店です*/ 
}


/* ↓しっかりとしたリンクボタン↓ */


.section5 {
  max-width: 300px;
  margin: 0 auto;
  padding-bottom: 80px;
}
a.btn_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #228bc8;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 6% 0 12%;
  color: #228bc8;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}
a.btn_02:hover {
  background: #228bc8;
  color: #fff;
}
a.btn_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #228bc8;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}
a.btn_02:hover:before {
  border-color: transparent transparent transparent #fff;
}


/* ↑しっかりとしたリンクボタン↑ */





.section5 {
  max-width: 250px; /* ボタン　左からの距離 */
  margin: 0 auto;
  padding-bottom: 20px;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}



/* 背景用*/
/* ↓線が離れたボタン / 背景色↓ */

.btn3,
a.btn3,
button.btn3 {
  font-size: 0.9rem; /* 文字の大きさ*/
  font-weight: 100;
  line-height: 2.20; /* ボタンの高さ*/
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-border-shadow {
  padding: calc(1.5rem - 12px) 3rem 1.5rem;

  background: #fff;
}

a.btn-border-shadow:before {
  position: absolute;
  top: -6px;
  left: -6px;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

  border: 2px solid #000;
  border-radius: 0.5rem;
}

a.btn-border-shadow:hover {
  padding: calc(1.5rem - 6px) 3rem;
}

a.btn-border-shadow:hover:before {
  top: 0;
  left: 0;
}

a.btn-border-shadow--color {
  border-radius: 0;
  background: yellow;
}

a.btn-border-shadow--color:before {
  border-radius: 0;
}


/* ↑線が離れたボタン / 背景色↑ */




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






 /*モバイルあんしんネットワークは呉市焼山～代理店です*/
#hlogo{
	display: none;
}
#hlogo,inner img{
max-width: 100%;
height: auto;
}


#hlogo.info .open{
   font-size:15px;
 }


.index .setu2 {
  padding-top: 20px;
  font-weight:  bold;
width: 100%;
   color: #0E8DD6;  /*あんしんネットワークは呉市焼山～代理店です*/
 }
}


/*スライダーの画像*/
  #wrapper,.inner{
  width:960px;
  padding:0;
  margin:0 auto;
  }
.inner.#rogotop {
align: left;
}


.bxslider {
width: 960px;
}
.bxslider img {
max-width: 100%;
height: auto;
  margin:0 auto;
  display: block;
}




/* レスポンシブしたときPCモバイル用と各画像を表示させる
 https://fastcoding.jp/blog/all/frontend/responsive_img/ */

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important;
    text-align: right; }
.sp { display: none !important;
    text-align: right; }

 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 600px) {
    .pc { display: none !important;
    text-align: right; }
    .sp { display: block !important;
    text-align: right;
	paading: 0; }

}

/* pcで改行無効 */
.pc_hid {
     display: none;
}
/* スマートフォンで改行有効 */
@media screen and (min-width: 768px){
.pc_hid {
     display: none;
 }
}


/* SEC01 index　　　   #eaf4fc;  /*入力背景色*/  #a0d8ef;　/*ボタンの文字色*/
------------------------------------------------------------*/
section.content img{
max-width:100%;
height:auto;
}

.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 0;
}

.alignright{
float:right;
clear:right;
margin:3px 0 10px 10px;
}
.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto

}

.aligncenter2{
    display: block;
    margin-left: auto;
    margin-right: auto;
  text-align:center;

}

/* 600px〜1024px：タブレット
------------------------------ */
@media screen and (min-width:600px) and (max-width:1024px) {

.aligncenter2{
    display: block;
    margin-left: auto;
    margin-right: auto;
  text-align:center;

}
}




.index{
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 80px;
}

#r{
	margin: 0 auto;
 width: 800px;
 height: 30px;
 overflow: auto;
 background-color: #ffffff;
 font-size: 14px;
 color: #000000;


}

#rireki{

 margin: 0 auto;
 width: 800px;
 height: 50px;
 overflow: auto;
 background-color: #ffffff;
 border: 1px dotted;
 font-size: 14px;
 color: #000000;
}

.leftze{
  text-align:left
}

@media screen and (max-width:680px) {
  .alignleft,.alignright,img.alignleft,img.alignright{float:none;display:block;margin:0 auto 10px;
  width: 100%;
  height: auto;
}
.index{
	width: 95%;
	margin: 0 auto;
	padding-bottom: 80px;
}
#r{
	margin: 0 auto;
 width: 90%;
 height: 30px;
 overflow: auto;
 background-color: #ffffff;
 font-size: 14px;
 color: #000000;
}

#rireki{
text-align:left
	margin: 0 auto;
 width: 90%;
 height: 50px;
 overflow: auto;
 background-color: #ffffff;
 border: 1px dotted;
 font-size: 14px;
 color: #000000;
}


}







/* SEC03 取扱保険会社.TOPQUALITY.Blog
------------------------------------------------------------*/
#sec03{
	background: url(img/bgSec04.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	color: #fff;
}




/* 理念箇条書き
------------------------------------------------------------*/
.inner3{
  width: 1200px;
  margin: 0 auto;
text-align: center
}
.setu5{
padding-left: 25px;
}

.col3 li{
  list-style: none;
  width: 30%;
  margin-bottom: 50px;
  text-decoration: none;
  display: inline-block;
text-align: center;
  margin-left: 15px;
        vertical-align:top; /* 上端揃え */
}

.col3 img{
	max-width: 288px;
	display: block;
	margin: 15px auto 20px;
}

/* ↑ホバー時拡大するリンクボタン↑ */

/*バナーの位置*/   /* 元は.parentだった */
.parent2 {
    text-align: center;         /* 子要素を左右中央揃えにする */
    border: solid 0px;          /* 枠線指定 */
    padding:  20px;             /* 余白指定 */
}

.bana_block {
    display: inline-block;      /* インラインブロック要素にする */
    margin:  5px 0px 25px 0px;             /* 余白指定 */
    height: 50px;              /* 高さ指定 微調整して３つの高さを揃えた*/
text-align : center;
border : solid 0px;          /* 枠線指定 */

}

/*バナークリック時のホバー効果*/
img.bana:hover {
position : relative;
top : 3pt;
left : 3pt;
}


@media screen and (min-width:600px) and (max-width:1024px) {
.inner3{
  width: 100%;
  margin: 0 auto;
text-align: center
}
}








/* SEC04 contact　　　   #eaf4fc;  入力背景色  #a0d8ef;　ボタンの文字色
https://yuyauver98.me/contactform-coding-capok/　
------------------------------------------------------------*/
.vision2{
	width: 85%;
	margin: 0 auto;
	padding-bottom: 80px;
}



.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 5px;
  max-width: 325px; /*枠の横幅*/
  }
}
.Form-Item {

  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 1px;
    padding-bottom: 20px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {

}
.Form-Item-Label {
  width: 100%;

  max-width: 248px;
  letter-spacing: 0.01em;
  font-weight: bold;
  font-size: 13px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 13px;


  }
}
.Form-Item-Label.isMsg {
    margin-top: 10px;
  margin-bottom: auto;

}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;

  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
    margin-top: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background:  #eaf4fc;
  color: #a58f86;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;

    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaf4fc;
  font-size: 13px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 10px;
    height: 40px;
    width: 90%;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
    margin-top: 10px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaf4fc;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 10px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}


.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #a0d8ef;
  color: #192f60;
  font-weight: bold;
  font-size: 13px;
text-align: center
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    margin-bottom: 25px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 13px;
  }
}












/* company
------------------------------------------------------------*/
#sec04,p{

	text-align: left;

}



/* 経営理念
------------------------------------------------------------*/
.inner5{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;

}

.col5 ul{
	display: inline-block;

}
.col5 .hidari{
         width: 48%;
	display: inline-block;
  	padding: 0px 0px 0px 0px;
/* 	background:#3577CA; */

       

}
.col5 .migi{
         width: 50%;
	margin: 0 auto;
	display: inline-block;
  	padding: 0px 0px 0px 0px;
/* 	background:#8277CA; */

}


#sec05{
	padding-top: 50px;
}
#sec05 li{
	text-align: center;

}

#sec05 dl{
         width: 95%;
	line-height: 1.2em;
	float: center;
}

#sec05 dt{
         width: 7%;
	clear: left;
	float: left;
	display: block;
	width: 30%;
	margin-left: 10%;
	margin-right: 7%;
	margin-bottom: 20px;
	text-align: right;
	line-height: 1.6em;
}

#sec05 dd{
	width: 45%;
	float: left;
	text-align: left;
	margin-bottom: 15px;
	line-height: 1.6em;
}

#sec05 header{
	display: none;
}

#map{
	position: relative;
	overflow: hidden;


}

#map iframe{

        width: 400px,90%;
        height: 600px,90%:
	position: absolute;
	left: 0;
	right: 0;
	margin-left: 20px;
	margin-bottom: 30px;/*地図の高さを上げて微調整*/

}

@media screen and (max-width:680px) {
.inner5{
	width: 100%;
	margin: 0 auto;

}

.col5 ul{
	display: inline-block;


}
.col5 .hidari{
         width: 100%;
	display: inline-block;
/* 	background:#3277CA;背景色で微調整*/

}
.col5 .migi{
         width: 100%;
	margin: 0 auto;
	display: inline-block;
 /*	background:#8277CA;背景色で微調整*/
}


#sec05{
         width: 95%; /*全部の横幅*/
	padding-top: 50px;
	float: center;
	margin: 0 auto; 
}
#sec05 li{
	text-align: center;

}

#sec05 dl{
         width: 100%;
	line-height: 1.2;
	float: center;


}

#sec05 dt{
         width: 20%;
	clear: left;
	float: left;
	display: block;
	margin-left: 0%;
	margin-right: 5%; /* 	右と左の隙間 */
	margin-left: 5%;
	margin-bottom: 20px;
	text-align: left;
	line-height: 1.6em;
 /* 	background:#cccccc;　背景色で微調整*/
}

#sec05 dd{
	width: 65%;
	float: left;
	text-align: left;
	margin-bottom: 15px;
        margin-right: 0%;
	line-height: 1.6em;
 /* 	background:#ffffff;　背景色で微調整*/
}

#sec05 header{
	display: none;
}

#map{
	position: relative;
	overflow: hidden;

}

#map iframe{

        width: 100%;
        height: 100%:
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	margin-bottom: 30px;/*地図の高さを上げて微調整*/
	margin-left: 0px;

}

}








/* SEC011 privacy
------------------------------------------------------------*/
h2{
	font: 15px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	padding-top: 20px;
	padding-bottom: 20px;
}


h4{
	font: 20px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	padding-top: 30px;
}

.privacy{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 80px;
}

.contact{
	width: 60%;
	margin: 0 auto;
text-align: center


}
@media screen and (max-width:680px) {
#privacy{
        font-size: 30px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 50px;
}
.privacy{
	width: 80%;
	margin: 0 auto;

	padding-bottom: 80px;
}
.contact{
	width: 80%;
	margin: 0 auto;

}

}










/* recruit　　　   #eaf4fc;  入力背景色 ： #a0d8ef;　ボタンの文字色
------------------------------------------------------------*/
.recruit{
         width: 65%;
         margin: 0 auto;

}

/* Gridレスポンシブ対応基本レイアウト
https://web-manabu.com/responsive8/
Gridレスポンシブ対応基本レイアウト
https://www.webcreatorbox.com/tech/css-grid-basic-layout */
/* 採用　３つカラムダウン */
.gridr {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.itemr {
  border-radius: 10px;
  background: ;
  padding: 10px;

}
img {
  max-width: 100%;
  height: auto;
}
p {
  text-align: left;
}

/* スマホ用採用　３つ カラムダウン*/
@media (max-width: 480px) {
.gridr {
        grid-template-columns: 1fr;

}
}
/* 採用　３つ カラムダウン*/


h6 {
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  font-size: 15px;
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px #7db4e6;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
}
h5 {
  color: #364e96;/*文字色*/
  border: solid 3px #364e96;/*線色*/
  padding: 0.5em;/*文字周りの余白*/
  border-radius: 0.5em;/*角丸*/
}


.balloon2 {

  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 10px 70px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
border-radius: 10px;
}

.balloon2:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.balloon2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}

.balloon2 p {
  margin: 0;
  padding: 0;
}



@media not all and (min-width: 640px){
.recruit{
         width: 90%;
         margin: 0 auto;

}
}

/* ↓ホバー時拡大するリンクボタン↓ */

.img_wrap{
  border: 0px solid #ddd;
  width: 450px;
  height: 253px;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}
.img_wrap img{
  width: 100%;
  transition-duration: 0.5s;
}
.img_wrap:hover img{
  transform: scale(1.2);
  transition-duration: 0.5s;
}



/* ↑ホバー時拡大するリンクボタン↑ */





@media screen and (max-width:680px) {
.img_wrap{
  border: 0px solid #ddd;
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}

.heading03 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	text-align: center;
}




/* モバイルとPCで改行を変える　https://hepocoder.com/css/230/ */
@media screen and (max-width:640px) {
	.pc {
		display: none;
	}
}
@media screen and (min-width:641px) {
	.sp {
		display: none;
	}
}
}






	



/* service
------------------------------------------------------------*/


summary {
  list-style: none;
  position: relative;
  padding: 20px 70px 20px 30px;
  cursor: pointer;
 background-color: #a0d8ef;/*空色*/
  border-radius: 15px 15px 0px  0px;
  border-bottom: transparent;
  border: 1px solid ##1a1a1a;
}



.answer {
 background-color: #f8f8ff;/**/
  padding: 20px 70px 20px 30px;
  border-radius: 0px 0px 15px 15px;
  border: 1px solid #ccc;
  border-top: transparent;
  magin-bottom: 10px;
  color: #1a1a1a;
}


@media not all and (min-width: 768px){
  summary {
    padding: 20px 50px 20px 20px;
  }
}

summary::-webkit-details-marker {
  display: none;
}

summary:hover,
details[open] summary {
  background-color: #004599; /**/
 color: #FFFFFF;
}

summary::after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: transform 0.5s;
  font-size: 30px;
}

details[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.setumei {
  padding: 20px 30px;

}

@media not all and (min-width: 768px){
.service{
  margin: 10px;
}
  summary::after {
    right: 20px;
    font-size: 20px;
  }

  .setumei {
    padding: 10px 20px;

  }
}

details[open] .answer {
  animation: fadein 0.5s ease;
}

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

body, p {
  margin: 0;
}

details {
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  width: 600px;
}

@media not all and (min-width: 640px){
  details {
    width: 100%;
  }
}

details:first-of-type {
  margin-top: 30px;
}


/* ↓サイト説明↓h22 */

.balloon {
position: relative;
background-color: #228bc8;
padding: 10px;
color: #FFFFFF;
margin-top: 20px;
border-radius: 15px;
  margin: 10px;
}

.balloon::before {
content: "";
position: absolute;
border: 12px solid transparent;
border-bottom: 12px solid #228bc8;
top: -24px;
left: 15%;
}

.balloon p {
margin: 0;
padding: 0;
}

/* ↑サイト説明↑h22 */











/* SEC02 greeting
------------------------------------------------------------*/
.greeting{

	margin: 0 auto;
	padding-bottom: 80px;
}
.greeting img{
        text-align: center;
	margin: 0 auto;
	padding-bottom: 50px;
}

.sec02{
	background: url(img/.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	color: #000;
}


#greeting{
   background-image: url("img/.jpg"); /* 画像 */
   background-size: cover;               /* 全画面 */
   background-attachment: fixed;         /* 固定 */
   background-position: center center;   /* 縦横中央 */
}







/* タイムスケジュール ここから
------------------------------------------------------------*/


/* pc　768px以上 */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
 
.clearfix {display: inline-table;}
 
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.wrap{
  overflow: hidden;
  width: 960px;
  margin-left: auto;
  margin-right: auto;

}
.main{
  float: left;
  width: 330px;
  height: 100%;;
  margin-left: 14%;

  background: transparent; /*テーブルを透明して背景が見えるように（無色）*/
}
.side-menu{
  float: right;
  width: 600px;

  margin-right: 14%;

  background: transparent; /*テーブルを透明して背景が見えるように（無色transparent）*/

}


/* スマホ　767px以下 */
@media only screen and (max-width: 767px) {




  .wrap{
    width: 100%;
    height: 100%;

  }
  .main{
    float: none;
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .side-menu{
    /*　floatを解除 */
    float: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
/* タイムスケジュール ここまで */


/*↓タイムスケジュールテーブル装飾↓必須 */

table.type01 {
    width: 100%;
/*  border: px none; */

}

table.type01 td.timetd {
/*  border: 0px none; */
  display: inline-block;
  background: transparent; /*テーブルを透明して背景が見えるように（無色）*/
}

table.type01 td.timetd1 {
/*  border: 0px none; */
  display: inline-block;
  width: 60%;
  margin-left: 10px;
  vertical-align: top;
  background: transparent; /*テーブルを透明して背景が見えるように（無色）*/
}
/*  background: transparent;テーブルを透明して背景が見えるように（無色）*/




↑テーブル装飾↑ */
タイムスケジュールで使う時計
https://ieben.net/tokei/illustration-image/


/*↓行動指針条書き↓　https://benri-no1.com/list/#CSS*/
.list204 ul {
  list-style-type: none;
  border: none;
}
.list204 ul li {
  position:relative;
  padding: 0.3em 0 0.3em 1.6em;
  line-height: 1.5;
list-style-type: none;
}
.list204 ul li:before{
  content: '';
  position: absolute;
  background-color: #192f60;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 10px;
  top: 13px;
}



h7 {
  background: linear-gradient(transparent 70%, #a7d6ff 70%);
  font-size: 27px;
}
 



@media only screen and (max-width: 767px) {
h7 {
  background: linear-gradient(transparent 70%, #a7d6ff 70%);
  font-size: 20px;
}
}






/* SEC04 インスタグラム
------------------------------------------------------------*/
/*-- PC版表示CSS  --*/
.grid {

  display: grid;
  grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  width: 900px;/*幅*/
justify-content: center;　/*真ん中に寄せる*/
  padding: 16px 20% 16px 20%;
  margin: 32px 0 32px 0;

}

.card {
    display: flex;
    flex-direction: column;
  width: 250px;/*幅*/
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 10px 20px #ccc;
    color: #333;
    text-decoration: none;
    transition: 0.5s;
}

.card-image {
    width: 100%;
    object-fit: contain;
    margin-top: 0px;
    border-radius: 5px 5px 0px 0px;
}

.card-box {
    padding: 10px;
}

.card-title {              　/*削除*/
    margin-bottom: 8px;
    margin-top: 0px;
    font-size: 17px;
    font-weight: bold;
}

.card-description {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1.5;
}

.card:hover {
    box-shadow: 0 10px 20px #999;
}



@media (max-width: 650px) {

.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  width: 100%;/*幅*/
justify-content: center;　/*真ん中に寄せる*/
  padding: 16px 20% 16px 20%;
}

.card {
    display: flex;
    flex-direction: column;
  width: auto;/*幅*/
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 10px 20px #ccc;
    color: #333;
    text-decoration: none;
    transition: 0.5s;
}

.card-description {
    margin-bottom: 8px;
    line-height: 1.5;
    font-size: 12px;
}

  }





/* footer pc　　https://www.naaavi.com/html-listtag/
------------------------------------------------------------*/

.footer06 {
 color: #4d4d4d;
	background: linear-gradient(#f4f9ff, #bcddff);
 padding: 30px;
}

.ai{
  border: 0px solid #ddd;
  width: 24px;
  height: 24px;
  margin: 10px auto 0;
  transition-duration: 0.5s;
   float: left;
    margin-right: 10px;
}


.footer06 a {
 color: #1f4266;/*深い青紫系の色*/
 text-decoration: none;
}
.footer06 li a:hover {
 text-decoration: underline;
}
.footer06 .wrap2 {
 width: 1060px;
 margin: 0 auto;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
text-align: center
}
.footer06 .wrap2 h3 {
 margin: 0 0 25px 0;
 padding: 0;
  font-weight: bold;
  font-size: 18px;
 border-bottom: 1px #c4c4c4 solid;
}
.footer06 .wrap2 p {
 margin: 0;
 padding: 0 0 20px 0;
}
.footer06 .wrap2 .box {
 width: 40%;

}
.footer06 .wrap2 .box2 {
 width: 25%;

}
.footer06 .wrap2 .box2 ul {
 border-top: 1px #c4c4c4 solid;
 margin: 0;
 padding: 0 0 20px 0;
 list-style: none;
}
.footer06 .wrap2 .box2 ul li a {
 display: block;
 padding: 5px 0px;
 border-bottom: 1px #c4c4c4 solid;
}
.footer06 .wrap2 .copyright {
 margin: 0 auto;  /* 余白を左右均等に分ける＝要素が真ん中に */
display: block;
text-align: center;
 padding-bottom: 10px;
}






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



/*スライダーの画像*/
#wrapper,.inner,.bxslider img {
max-width: 100%;
height: auto;
margin-top: 20px;
}

/* 3つ横並び sp
------------------------------------------------------------*/

.inner3{
  width: 100%;
  margin: 0 auto;
}

.col3 li{
  margin: 0 auto;
  list-style: none;
  width: 95%;
  text-decoration: none;
text-align: center;

}

.col3 img{
	max-width: 288px;
	display: block;

}





/* footer sp
------------------------------------------------------------*/
.footer06 .wrap2 {
 width: 100%;
 padding: 0 10px;
 box-sizing: border-box;
}
.footer06 .wrap2 h3 {
 border: none;
  font-weight: bold;
 margin: 0 0 0px 0;
}
.footer06 .wrap2 .box {
 width: 100%;
}
.footer06 .wrap2 .box2 {
 width: 100%;
text-align: center
}

.footer06 .wrap2 .box2 ul {
 border-top: 1px #c4c4c4 solid;
 list-style-type: none; /*マーカーを削除*/
}
.footer06 .wrap2 .box2 ul li a {
 display: block;
 padding: 5px 0px;
 border-bottom: 1px #c4c4c4 solid;
}
.footer06 .wrap2 .copyright {
    text-align: center;
}




}



