@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: none;
font-style: normal;
zoom: 1;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
table {
border-collapse: collapse;
font-family: inherit;
}
h1,h2,h3,h4,h5, {
font-size: 100%;
font-weight: normal;
line-height: 1;

}
input,textarea,select {
font-family: inherit;
font-size: 16px;
}
input[type="button"],input[type="text"],input[type="submit"] {
 -webkit-appearance: none;
 border-radius: 0;
}
textarea {
resize: none;
-webkit-appearance: none;
border-radius: 0;
}
th,td {
border-collapse: collapse;
}
table th,table td {
white-space: nowrap;
}
ul,ol {
list-style-type: none;

}
img {
vertical-align: text-bottom;
vertical-align: -webkit-baseline-middle;
max-width: 100%;
height: auto;
width /***/:auto;
}

a {
  text-decoration: none;
}

h1{
  font-family: sans-serif;
  text-decoration: none;
}

h2{
  font-family: sans-serif;
  text-decoration: none;
}

h3{
  font-family: sans-serif;
  text-decoration: none;
}

h4{
  font-family: sans-serif;
  text-decoration: none;
}

p{
  font-family: sans-serif;
  text-decoration: none;
}

body {font-family: ‘Quicksand’, ‘ヒラギノ角ゴシック’, ‘メイリオ’ ,sans-serif;}

li,ul {
  list-style: none;
}
@-ms-viewport
{
    width: device-width;
    initial-scale: 1;
}
@viewport
{
    width: device-width;
    initial-scale: 1;
}
@page {
  size: A4 portrait;  // portraitは縦
  margin:0;  
}

@media print{
    #top {
        display: none;
    }
    #ham {
      display: none;
    }
}
/*---------------------ここより上リセット-----------*/
body a:hover{opacity:0.5;}

/* A4縦用のベース設定 */
@page {
    size: A4 portrait; /* 横の場合はlandscape */
    margin: 0mm;
}
/*---------------------順リセット---------*/
html, body { height: 100%; }

section {
  justify-content: space-between;

}
/*---------------------butt下段---------*/
/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  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;
}
/*---------------------ここより下書いたもの-----------*/
body a:hover{
	opacity:0.5;
}

#gtranslate_wrapper{    position: fixed;
    top: 0px;
    right: 1% !important;
    z-index: 999999;}

/*---------------ヘッダCSS------------*/
header{
    background: #fff;
    margin-top: 0px;
    padding: 5px 0 0 0;
	width:100%;
}


.h-i{
  /* display: block;
  justify-content: space-between; */
  width: 90%;
  margin: auto;
}
.aaa{
	display:flex;
	justify-content:space-between;
	padding:2% 0;
  box-sizing: border-box;
  align-items: end;
}
.aaa_tel_flex {
  width: 55%;
  display: flex;
}
.aaa_tel_flex a {
  padding: 0 2%;
  box-sizing: border-box;
}

div#___gcse_0 {
  width: 15%;
}
.gsc-search-button {
  margin-left: 0px!important;
}
.gsc-search-button-v2 {
  font-size: 10px!important;
  padding: 6px 6px!important;
}
.yokoichi{
  /* display: flex; */
  text-align: center;
  /* justify-content: space-between; */
  font-family: "Arial", "メイリオ";
  font-size: 140%;
  padding: 1% 0 2%;
  width: 100%;
  margin: 0 auto;
}

.yokoichi ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* list-style: none; */
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  width: 100%;

}
.yokoichi ul::after {
content: "";
display: block;
clear: both;
}
.yokoichi ul li {
  /* width:14%;
  max-height:100px;
  float: left; */
  border-left: 2px solid rgba(0,0,0,.1);
  width: calc(100% / 7);
  height: 40px;
  line-height: 40px;
}
.yokoichi ul li:last-child {
  border-right: 2px solid rgba(0,0,0,.1);
}
.yokoichi ul li a {
display: block;
padding:1%;
text-decoration: none;
color: rgb(65 62 62);
background: #fff;
text-align: center;
font-size: 0.9vw;
}
.yokoichi ul li a:hover {
/* background: #eee; */
background-color: rgba(0, 0, 0, 0.7);
color: #fff;
opacity: 1;
}
.yokoichi img{
  width: 30%;
  height: 18px;
}
.yokoichi-a img{
    width: 21%;
    height: 18px;
    vertical-align: middle;
    padding: 0 2% 0 0;
}

.logoz{
    display: block;
    width: 30%;
	/* padding: 0 2%; */
	margin: -23px 0 0 0;
}

.logoz img{
  width: 100%;
}
table.gsc-search-box td.gsc-input {
    padding-right: 0px!important;
}
.gsc-control-cse {
    padding: 11px 0 !important;
}
@media screen and (max-width: 900px) {
  .logoz{
      display: block;
      width: 80%;
  	/* padding: 0 2%; */
  	margin: -23px 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  .aaa_tel_flex_sp {
    display: none;
  }
}

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

header{
    position: fixed;
    z-index: 10;
    background: #fff;
    margin: -128px 0 0 0 !important;
    padding: 5px 0 0 0;
	width:100%;
}
.aaa {
    display: block;
    justify-content: space-between;
    padding: 1% 0 0 0;
}
.h1s2-b {
    margin: 3% auto 7%;
    width: 92%;
}
.logoz {
  width: 50%;
margin: 145px 0 20px 0 !important;  
}
.gsc-control-cse {
  display: none!important;
}
.bana-top {
  display: none;
}
.aaa_tel_flex {
  display: none;
}
.aaa_tel_flex_sp {
  display: flex;
  justify-content: space-between;
}
.aaa_tel_flex_sp a {
  width: 49%;
}
}
@media screen and (max-width: 480px) {
  .logoz {
    width: 80%;
  }

}
/*---------------------butt下段---------*/
.btn01 {
  display:block;
  max-width: 180px;
  border: 2px solid #333;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  padding:16px;
  text-align: center;
  border-radius: 4px;
  transition: .4s;
}
.btn01:hover {
  background-color: #333;
  border-color: #333;
  color: #FFF;
}


.z-btn2 p{
  font-family: serif;
  color: rgb(69, 69, 69);
}




.z-btn2 {
  display:block;
  font-family: serif;
  font-size: 1.6rem;
  color: rgb(6, 54, 161);
  font-weight: bold;
  padding:4%;
  box-sizing: border-box;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
}
.z-btn2:hover {
  padding:4%;
  font-family: serif;
  background-color: rgb(122 160 244);
  border-color: rgb(6, 54, 161);
  color: #ffffff;
    font-weight: lighter;
}
.z-btn2a {
  display:block;
  max-width: 100%;
  font-family: serif;
  font-size: 1.6rem;
  font-weight: lighter;
  color: rgb(6, 54, 161);
  font-weight: bold;
  padding:4%;
  text-align: center;
  border-radius: 6px;
  transition: .4s;
  text-decoration: none;
}
.z-btn2a:hover {
  font-family: serif;
  background-color: rgb(122 160 244);
  border-color: rgb(6, 54, 161);
  color: #ffffff;
  font-weight: lighter;
}
.z-btn2b {
  display:block;
  font-family: serif;
  border-color: rgb(6, 54, 161);
  font-size: 120%;
  font-weight: lighter;
  color: rgb(6, 54, 161);
  font-weight: bold;
  padding:1% 10%;
  text-align: center;
  border-radius: 6px;
		border:1px solid #ccc;
  transition: .4s;
  text-decoration: none;
}
.z-btn2b:hover {
  font-family: serif;
  background-color: rgb(122 160 244);
  border-color: rgb(6, 54, 161);
  color: #ffffff;
    font-weight: lighter;
	border:1px solid #ccc;
}




.panph{
max-width:1500px;
margin:50px auto;
}
.z-flex{
display: flex;
justify-content: space-between;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
width: 76%;
margin: auto;
padding: 10px 0;
}
.z-flex-left{
padding:1% 0;
}
.z-flex-left p{
font-size:1.6rem !important;
}
.z-flex-right p{
font-size:1.6rem !important;
}
.z-flex-right {
  display:block;
  padding:1% 8%;
  border-radius: 6px;
  border:1px solid #ccc;
  text-decoration: none;
}
.z-flex-right:hover {
  background-color: rgb(122 160 244);
  border-color: rgb(6, 54, 161);
  color: #ffffff;
}

/*追加要素---------------------------------*/
/*---------------------butt下段---------*/
.z2-btn01 {
  display:block;
  max-width: 180px;
  border: 2px solid #333;
  font-size: 16px;
  color: #787878;
  font-weight: bold;
  padding:16px;
  text-align: center;
  border-radius: 4px;
  transition: .4s;
}
.z2-btn01:hover {
  background-color: #333;
  border-color: #333;
  color: #FFF;
}

.z2-btn2 {
  display:block;
  max-width: 100%;
  font-family: serif;
  border: 1px solid rgb(122, 160, 244);
  font-size: 120%;
  font-weight: lighter;
  color: rgb(6, 54, 161);
  font-weight: bold;
  padding:4%;
  text-align: center;
  border-radius: 6px;
  transition: .4s;
  text-decoration: none;
}
.z2-btn2:hover {
    font-family: serif;
  background-color: rgb(122, 160, 244);
  border-color: rgb(6, 54, 161);
  color: #ffffff;
    font-weight: lighter;
}

.z2-btn3 {
 width: 40%;
 padding: 1.5%;
 margin: 1% 0;

}

.z2-btn4 {
 width: 46%;
 padding: 1%;
 margin: 1% 0;

}





/*---------------------グラデ---

.wrapper {
  height: 100%;
  width: 100%;
  left:0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
background: linear-gradient(124deg, #ff2400, #e81d1d, #e8b71d, #e3e81d,  #67591c);
background-size: 1800% 1800%;

-webkit-animation: rainbow 10s ease infinite;
-z-animation: rainbow 10s ease infinite;
-o-animation: rainbow 10s ease infinite;
  animation: rainbow 10s ease infinite;}

@-webkit-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@-moz-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@-o-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
------------*/
/*---------------------カヴァーグラデ-----*/

.z-sd1{
display: flex;
width: 100%;
}


.z-sec1bp{}



.z-sec1bk{
	justify-content:center;
	position: absolute;
	width: 100%;
	background: linear-gradient(80deg, rgba(21, 88, 237,0), rgba(255, 255, 255, 6) ) fixed,url(images/z-sec1.jpg);
	background-size: cover;
	background-position: center;
	background-image: 100%;
    height: 60%;
    object-fit: cover;
    padding: 0%;
    margin: 0 auto;
    box-shadow: 0px 8px 16px -2px rgba(42, 4, 4, 0.1), 0px -2px 0px 1px rgba(10,10,10,0.02);
    border-radius: 0px 0 8rem 0px;
  }
.z-sec1{
  justify-content: space-between;
  display: flex;
  width: 100%;
  height: 68%;
  margin: 0 auto;
}

.z-sc1te{
  display: flex;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.z-sc1te h1{
  font-size: 6rem;
  font-weight:lighter;
  font-family: serif;
  color: rgb(255, 255, 255);
  position: absolute;
  top: 41%;
  left: 6%;
  text-shadow: 3px 3px 3px rgba(255,255,255,0.3);
}
.z-sc1te h2{
  font-size: 2rem;
  font-weight:lighter;
  font-family: sans-serif;
  color: rgb(255, 255, 255);
  position: absolute;
  top: 63%;
  left: 7%;
  text-shadow: 3px 3px 3px rgba(255,255,255,0.3);
}
.z-sec1 p{
  font-family: serif;
  font-weight: lighter;
  color: rgb(255, 255, 255);
  font-size: 2rem;
  position: absolute;
  top: 30%;
  left: 7%;
  text-shadow: 3px 3px 3px rgba(255,255,255,0.3);
}
.z-contaa{
  display: flex;
  max-width:1500px;
  margin:auto;
}
.z-conta1{
border: 1px solid rgb(122 160 244);
  justify-content: space-between;
  width: 20%;
  margin: 1%;
  padding: 0%;
   box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 0px -2px 0px 1px rgba(217, 29, 29, 0.02);
   border-radius: 11px;
}

/*----------------------------*/
.z-sec2{
  display: flex;
  margin:auto;
  padding: 3%;
  background-color: rgb(122 160 244);
  box-shadow: 0px 0px 15px #ccc;
border-radius: 10px;
width:96%;
}
.z-sec2tx{
  width: 100%;
    text-align: center;
    margin: 2%;
 border: 20px;
}
.z-sec2 h1{
  font-size: 3rem;
  font-family: serif;
  font-weight: lighter;
  color: rgb(110, 111, 111);
  margin: 0 auto;
  padding: 4%;
  background-color: rgb(255, 255, 255);
  border-radius: 9px 9px 0 0;
}

.z-sec2 h1 span{
  font-size: 3rem;
  font-family: serif;
  font-weight: bold;
  color: rgb(6, 54, 161);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
.z-sec2 h1 span{
font-size:2rem;
}
}
.z-sec2w{
  display: flex;
  background-color: rgb(255, 255, 255);
  width: 96%;
  padding: 2%;
}
.z-sec3w-s {
  display: flex;
  background-color: rgb(255, 255, 255);
  border-radius:0 0 0 0;
  padding: 0 1%;
}
.z-sec3w {
  display: flex;
  background-color: rgb(255, 255, 255);
  border-radius: 0px 0 9px 9px;
  padding:0 1%;
}


/*.z-sec2tex2{
  width: 100%;
  margin: 2%;
  border-radius: 3%;
}*/
.z-sec2tex2-b {
  width: 100%;
  background-color:#d8dded;
  margin: 1%;
  border-radius: 3%;
}
.z-sec2tex2-c {
  width: 31%;
  background-color:#d8dded;
  margin: 1%;
  border-radius: 3%;
}

.z-sec2tex2-b img{
    width: 20%;
    margin: 0 auto;
    margin-top: 10%;
}
.z-sec2tex2-b p{
  font-size: 1.4rem;
  font-family: serif;
  line-height: 2;
  color: rgb(111, 110, 106);
  text-align: justify;
}
.z-sec2tex2-b a{
  text-decoration: none;
}
.z-sec2tex2-b h3{
  font-size:1.8rem;
  line-height: 4;
  text-align:center;
}
.z-sec2tex2-c img{
    width: 25%;
    margin: 0 auto;
    margin-top: 10%;
}
.z-sec2tex2-c p{
  font-size: 1.4rem;
  font-family: serif;
  line-height: 2;
  color: rgb(111, 110, 106);
  text-align: justify;
}
.z-sec2tex2-c a{
  text-decoration: none;
}
.z-sec2tex2-c h3{
  font-size:1.8rem;
  line-height: 4;
  text-align:center;
}

.z-s2t2 {
  width: 80%;
  height: auto;
  padding: 1%;
  margin: 4% auto;
}


.z-sec2tex3{
  display: block;
  width: 96%;
  padding: 2%;
  text-align: left;
  color: rgb(255, 255, 255);

}

.z-sec2tex3 p{
    font-family: serif;
}
.z-sec2tx span{
    text-decoration: inherit;
    font-size: 230%;
      color: rgb(99, 95, 95);
    font-family: sans-serif;
    font-weight: 200;
    text-shadow: 3px 3px 3px rgba(105, 97, 97, 0.3);
}
.z-sec2 h2{
    font-family: serif;
    font-weight: lighter;
    line-height: 1;
    text-align: left;
    color: rgb(237, 97, 52);
    margin: 0 auto;
  padding: 1%;
  background-color: rgb(255, 255, 255);
}
.z-sec2w{
    display: contents;
    width: 96%;
    padding: 2%;
}
.z-sec2tex3{
    display: block;
    width: 96%;
    padding: 2%;
    text-align: left;
    color: rgb(255, 255, 255);
}
.z-sec2tex3 p{
      font-family: serif;
}
.z-sec2tite1{
    display: block;
    width: 100%;
    padding: 0%;
    margin: 5% 0 2% 0;
}
.z-sec2tite1x{
    display: block;
    width:85%;
    padding: 0%;
    margin: 5% auto;
}
.z-sec2tite1 h2 span{
    font-size: 18px;
}
.z-sec2tite1 h1{
    font-size: 1.8rem;
    font-family: serif;
    color: rgb(112, 124, 121);
  padding: 0.5em;/*文字周りの余白*/
  text-align: left;
  background: #f7fcff;/*背景色*/
  border-left: solid 5px rgb(6, 54, 161);/*左線（実線 太さ 色）*/
}
.z1f{
  font-size: 1.6rem;
  margin: 2%;
  color:rgb(6, 54, 161);
  background: #d0ebfb;/*背景色*/
  padding:0 1%;
}
.z2f{
  font-size: 1.6rem;
  margin: 2%;
  color: rgb(6, 54, 161);
  background: #d0ebfb;/*背景色*/
  padding:0 1%;
}
.z3f{
  font-size: 1.6rem;
  margin: 2%;
  color: rgb(6, 54, 161);
  background: #d0ebfb;/*背景色*/
  padding:0 1%;
}
.z4f{
  font-size: 1.6rem;
  margin: 2%;
  color: rgb(6, 54, 161);
  background: #d0ebfb;/*背景色*/
  padding:0 1%;
}
.z-sec2tite1 h3{
color:rgb(6, 54, 161);
font-size:1.6rem;
}
.z-sec2tite1x h3{
color:rgb(6, 54, 161);
font-size:1.6rem;
}

.z-sec2tex2 p{
    font-size: 1.4rem;
    font-family: serif;
    line-height: 2;
    color: rgb(111, 110, 106);
    text-align:left;
}
.z-sec2tex2 a{
    text-decoration: none;
}

.z-s2t1-flex{
    display: flex;
    justify-content: space-evenly;
}

.z-s2t2-a{width:42%;}
.z-s2t2-b{width:42%;}
.z-s2t2-c{width: 89%;margin: 0 auto;}
/*-----------------------sec3------*/
.z-sec3{
display: block;
margin: 3% auto;
}
.z-sec3tex1-2 {
  width: 100%;
  background:linear-gradient(360deg, rgba(255, 255, 255,0), rgba(255, 255, 255, 1) ) fixed,url(images/pixta_7197207_L.jpg);
  background-position: left;
  background-size: cover;
  padding: 5% 0;
  margin: 0 auto;
  height: 200px;
  text-shadow: 1px 1px 5px #fff;
}
.z-sec3tex1-3 {
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255,0), rgba(255, 255, 255, 1) ) fixed,url(images/pixta_40120878_XL.jpg);
  background-position: right;
  background-size: cover;
  padding: 5% 0;
  margin: 0 auto;
}
.z-sec3tex1{
  position: relative;
  background:linear-gradient(180deg, rgba(255, 255, 255,0), rgba(255, 255, 255, 1) ) fixed,url(images/MG_0066.jpg);
  background-position: right;
  background-size: cover;
  padding: 5% 0;
  height:200px;
}

.z-sec3tex1 h1{
  font-size:3rem;
  color:#666;
  text-align:center;
  text-shadow: 1px 1px 5px #fff;
}
.z-sec3tex1 p{
  font-size: 1.4rem;
  font-family: sans-serif;
  color: rgb(101, 102, 98);
}
.z-sec3tex1-2 h1{
font-size: 3rem;
color: #666;
text-align: center;
}

.z-sec3tex1-2 p{
  font-size: 60%;
  justify-content: flex-start;
  position: absolute;
  font-family: sans-serif;
  font-weight: lighter;
  color: rgb(101, 102, 98);
  top: 60%;
  left: 3%;
}
.z-sec3tex1-3 h1{
font-size: 3rem;
color: #666;
text-align: center;
}

.z-sec3tex1-3 p{
  font-size: 1.4rem;
  font-family: sans-serif;
  color: rgb(101, 102, 98);
}
.z-sec3l{}


.z-sotofuku{
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}
.z-sotofuku-b{
  display: flex;
  justify-content: left;
  width: 100%;
}
.z-sotofuku-c{
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}

.z-tell_no{
  width: 90%;
  margin: 4% auto;
  padding:2%;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 6px;
  min-height: 110px;
}
.z-sec3tex3{
  width: 40%;
  padding:0;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.z-sec3tex3 h1{
  color:rgb(6, 54, 161);
}
.smll{font-size: 70%;}


.z-space{width: 100%;height: 50px;}

.z-btn3 {
  display: block;
  font-family: serif;
  border: 1px solid rgb(122 160 244);
  font-size: 1.6rem;
  color: rgb(6, 54, 161);
  font-weight: bold;
  padding: 4% 0;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
}
.z-btn3:hover {
  font-family: serif;
  background-color: rgb(122 160 244);
  border-color: rgb(6, 54, 161);
  color: #ffffff;
    font-weight: lighter;
}

.z-conta1-a {
  width:40%;
  margin: 2%;
  box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 0px -2px 0px 1px rgba(217, 29, 29, 0.02);
  border-radius: 11px;
}
.z-conta1-2 {
  justify-content: space-between;
  width: 90%;
  margin: 4% auto;
  padding: 0%;
  box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 0px -2px 0px 1px rgba(217, 29, 29, 0.02);
  border-radius: 6px;
	border: 1px solid rgb(122 160 244);
}

.z-sec3tex3 img{
      width: 100%;
      height: 200px;
      object-fit: cover;
      text-align: center;
      /*box-shadow: 0px 0px 8px -2px rgba(42, 4, 4, 0.1), 0px 2px 0px 4px rgba(10,10,10,0.02);*/
    border-radius: 6px 6px 0 0;
}

.z-sec3tex3 h2{
  color: rgb(78, 77, 77);
  font-weight: lighter;
}

.z-sec3tex3 p{
  color: rgb(78, 77, 77);
  font-weight: lighter;
}


.z-contaa2{
  display: flex;
  width: 100%;


}

.z-conta2{
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding: 0%;
   margin: 2%;
   box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 0px -2px 0px 1px rgba(217, 29, 29, 0.02);
   border-radius: 11px;
   position:relative;
	border: 1px solid rgb(122 160 244);
}
/*--.z-conta2 a::after{
  content: url(images/yazirushi.svg);
  position: absolute;
  top: 30%;
  left: 90%;
  width: 20px;
}--*/

.z-sec3tex3-b2{
  justify-content: space-around;
  width: 29.5%;
  height: 80%;
  padding: 2%;
  text-align: center;
  border-radius: 6px;
  position: relative;
}

.pdf a{
  text-decoration: none;
  color:#333;
  display: flex;
  justify-content: flex-end;
 }
.pdf img{
  width:10%;
	    height: 10%;
  display: block;
 }

.z-sec3tex3-b3{
  justify-content: space-around;
  width: 40%;
  height: 80%;
  padding: 2%;
  text-align: center;
  border-radius: 6px;
}
.z-sec3tex3-b2 img{border-radius: 6px;}
.z-sec3tex3-b3 img{border-radius: 6px;}

.z-sec3tex3-b2 p{text-align: left; font-size:1.4rem;}
.z-sec3tex3-b3 p{text-align: left; font-size:1.4rem;}

.z-link{
  display: block;
  position:relative;
}
.z-link a{
  display: block;
}
/*
.z-link a::after{
  content: url(images/yazirushi.svg);
  position: absolute;
  top: -25px;
  left:95%;
  width: 30px;
}*/

.flex{
  /*display: flex;*/
  padding: 1%;
}
/*----------------------------------





.wana1{
  display: flex;
  justify-content: space-around;
  width: 100%;
  background-color: rgb(255, 255, 255);
  padding: 2%;
}



.nai{
  display: flex;
  position: relative;
  width: 100%;
}


.ti23{
  display: flex;
  justify-content: space-around;
  margin: 0%;
  padding: 2%;
  text-align: center;

}

.ti23 h1{
font-size: 320%;
  padding: 2%;
  text-align: center;
  color: rgb(255, 255, 255);
}

.ti23 p{
  color: rgb(255, 255, 255);
  margin: 0%;
  padding: 0%;
  text-align: center;
}









.centb{
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 1000px;

  background-color: rgb(6, 54, 161);
}
.centb2{
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  background-color: rgb(237, 157, 21);
}


.h1s{
  font-size: 150%;
  font-family: sans-serif;
  text-align: center;
  margin: 1%;
  padding: 1%;
}


.zibasan{
  padding: %;
 box-sizing: content-box;
 width: 100%;
 height:100px;
 background-image: url(images/IMG_0800.jpg);
}


.fukufuku{
  padding: %;
 box-sizing: content-box;
 width: 100%;
 height:100px;
 background-image: url(images/IMG_0800.jpg);
}
/*-----------------------sec3------*/

/*-----------------------sec4------*/

.z-centerinfo2{
  justify-content: center;
text-align:center;

}



.z-sec4{
  display: flex;
  background-image: url();

  padding: 5%;
  background: rgb(34,193,195);
background: linear-gradient(95deg, rgba(34,193,195,1) 0%, rgba(255,255,255,1) 49%, rgba(253,187,45,1) 100%);
}

.z-centb3{
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 15px -5px #777777;


  background-color: rgb(254, 254, 254);
}
.z-centb4{
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 15px -5px #777777;

}


.z-h1s{
  font-size: 150%;
  font-family: sans-serif;
  text-align: center;
  margin: 1%;
  padding: 1%;
}


.z-midasi1{
  display: block;
  padding: 0%;
text-align: center;
 width: 100%;
 height:150px;

}

.z-zibasan2{
  justify-content: center;
  padding: 0%;
margin: 0;
 width: 100%;
 height:500px;
 background: rgb(34,112,195);
 background: linear-gradient(180deg, rgba(34,112,195,1) 41%, rgba(255,255,255,1) 94%);
}



.z-fukufuku2{
  padding: 0%;
 box-sizing: content-box;
 width: 100%;
 height:500px;
 background: rgb(231,120,43);
 background: linear-gradient(180deg, rgba(231,120,43,1) 41%, rgba(255,255,255,1) 94%);
}


.z-calam2{
  display: flex;
  justify-content: center;
  width: 100%;
}


.z-h1s2{
  display: flex;
  font-size: 150%;
  font-family: sans-serif;
  text-align: center;
  margin: 1%;
  padding: 1%;
}

.z-h1s3{
  font-size: 150%;
  font-family: sans-serif;
  text-align: center;
  margin: 1%;
  padding: 1%;
}

.z-items {
  display: flex;
  justify-content: space-around;
  height: 400px;

}
.z-items .item {
  width: 50%;
  margin: 2%;
}

.z-item-title{
  font-size: 220%;
  text-align: center;
  font-family: sans-serif;
  line-height: 1.8;
  font-weight: bold;
  color: rgb(65, 68, 77);
}

.z-item p{
  font-size: 150%;
  font-family: sans-serif;
  line-height: 1.5;
}


/*
.towbotan{
  display: flex;
  width: 100%;
}

.b1{
  display: flex;
  justify-content: space-between;
}

*/

.z-fb{
  display: inline;
  justify-content: center;
  width: 100%;
  height: 568px;
  margin: 3%;
}






/*-----------------------sec5------*/

.z-sec5{
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: 700px;


}


.z-zurassec1{
  display: flex;
  width: 100%;
  justify-content: space-around;


}


.z-ti2{
  justify-content: space-around;
  margin: 0%;
  padding: 2%;
  text-align: center;

}

.z-ti2 h1{
font-size: 320%;
  padding: 2%;
  text-align: center;
  color: rgb(146, 145, 149);
}

.z-ti2 p{
  color: rgb(146, 145, 149);
  margin: 0%;
  padding: 0%;
  text-align: center;
}






.z-fl1 h1{


}




.z-leiz{
  display: flex;
  width: 100%;
}





.z-flia h2{
  padding: 1%;
  font-size: 160%;
  text-align: center;
  line-height: 2;
  color: rgb(105, 113, 120);
}




.z-flia img{

      width: 100%;
      height: 300px;
      object-fit: cover;
      text-align: center;

    border-radius: 6px 6px 0 0;


    }

/*----------------------bt*/
    a.z-cp_btn {
    	display: block;
    	position: relative;
    	width: 100%;
    	padding: 0.8em;
    	text-align: center;
    	text-decoration: none;
    	color: #fff;
    	border:1px solid #8BC34A;
    	background: #8BC34A;
    	overflow: hidden;
    	z-index: 1 !important;
      padding: 5%;
    }
    a.z-cp_btn:after {
    	content:"";
    	position: absolute;
    	top: 50%;
    	left: 50%;
    	height: 0;
    	width: 100%;
    	background : #fff;
    	opacity: 0;
    	transform: translateX(-50%) translateY(-50%) rotate(45deg);
    	transition: 0.3s;
    	z-index: -1;
    }
    a.z-cp_btn:hover {
    	color: #6a6868;
    }
    a.z-cp_btn:hover:after {
    	height: 250%;
    	opacity: 1;
    }
    a.z-cp_btn:active:after {
    	height: 350%;
    	opacity: 1;
    }
/*----------------------bt*/


a.z-cp_btn2 {
  display: block;
  position: relative;
  width: 100%;
  padding: 0.8em;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border:1px solid #c3a07b;
  background: #c3a07b;
  overflow: hidden;
  z-index: 1 !important;
  padding: 5%;
}
a.z-cp_btn2:after {
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 100%;
  background : #fff;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: 0.3s;
  z-index: -1;
}
a.z-cp_btn2:hover {
  color: #6a6868;
}
a.z-cp_btn2:hover:after {
  height: 250%;
  opacity: 1;
}
a.z-cp_btn2:active:after {
  height: 350%;
  opacity: 1;
}


a.z-cp_btn3 {
  display: block;
  position: relative;
  width: 100%;
  padding: 0.8em;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border:1px solid #7b9cc3;
  background: #7b9cc3;
  overflow: hidden;
  z-index: 1 !important;
  padding: 5%;
}
a.z-cp_btn3:after {
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 100%;
  background : #fff;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: 0.3s;
  z-index: -1;
}
a.z-cp_btn3:hover {
  color: #6a6868;
}
a.z-cp_btn3:hover:after {
  height: 250%;
  opacity: 1;
}
a.z-cp_btn3:active:after {
  height: 350%;
  opacity: 1;
}


a.z-cp_btn4 {
  display: block;
  position: relative;
  width: 100%;
  padding: 0.8em;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border:1px solid #9abfc2;
  background: #9abfc2;
  overflow: hidden;
  z-index: 1 !important;
  padding: 5%;
}
a.z-cp_btn4:after {
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 100%;
  background : #fff;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: 0.3s;
  z-index: -1;
}
a.z-cp_btn4:hover {
  color: #6a6868;
}
a.z-cp_btn4:hover:after {
  height: 250%;
  opacity: 1;
}
a.z-cp_btn4:active:after {
  height: 350%;
  opacity: 1;
}


/*BUTT2---------------------sec6用--------------------------------*/

a.z-cp_btn88 {
  display: block;
  position: relative;
  width: 100%;
  padding: 0.8em;
  text-align: center;
  text-decoration: none;
  color: #6f6d6d;
  border:1px solid #ffffff;
  background: #f2e4e4;
  overflow: hidden;
  z-index: 1 !important;
  padding: 5%;
}
a.z-cp_btn88:after {
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 100%;
  background : #8f5028;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: 0.3s;
  z-index: -1;
}
a.z-cp_btn88:hover {
  color: #ffffff;
}
a.z-cp_btn88:hover:after {
  height: 250%;
  opacity: 1;
}
a.z-cp_btn88:active:after {
  height: 350%;
  opacity: 1;
}


a.z-cp_btn99 {
  display: block;
  position: relative;
  width: 100%;
  padding: 0.8em;
  text-align: center;
  text-decoration: none;
  color: #6f6d6d;
  border:1px solid #ffffff;
  background: #ffffff;
  overflow: hidden;
  z-index: 1 !important;
  padding: 5%;
}
a.z-cp_btn99:after {
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 100%;
  background : #4f9acb;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: 0.3s;
  z-index: -1;
}
a.z-cp_btn99:hover {
  color: #ffffff;
}
a.z-cp_btn99:hover:after {
  height: 250%;
  opacity: 1;
}
a.z-cp_btn99:active:after {
  height: 350%;
  opacity: 1;
}


a.z-cp_btn72 {
  display: block;
  position: relative;
  width: 100%;
  padding: 0.8em;
  text-align: center;
  text-decoration: none;
  color: #6f6d6d;
  border:1px solid #ffffff;
  background: #ffffff;
  overflow: hidden;
  z-index: 1 !important;
  padding: 5%;
}
a.z-cp_btn72:after {
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 100%;
  background : #789e51;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: 0.3s;
  z-index: -1;
}
a.z-cp_btn72:hover {
  color: #ffffff;
}
a.z-cp_btn72:hover:after {
  height: 250%;
  opacity: 1;
}
a.z-cp_btn72:active:after {
  height: 350%;
  opacity: 1;
}
/*------------------------------sec7---------------------------*/
.z-sec7{
  display: flex;
  justify-content: space-around;
  margin: 5%;
  padding: 3%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 15px -5px #777777;
border-radius: 10px;

}

.z-mapp55{
  display: flex;
  width: 100%;
}



.z-cent800{
  display: flex;
  flex-grow: flex-shrink;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
color: rgb(152, 152, 152);
padding: 1%;
}

.z-sig12{
  display: flex;
  flex-grow: flex-shrink;
  flex-wrap: wrap;
  width: 800px;
  justify-content: center;
  text-align: center;
}


.z-sig12 p{
  font-size: 250%;
text-align: center;
line-height: 1.8;
font-family: sans-serif;
font-weight: bold;

}



.z-sayuwake{
display:flex;
    justify-content: space-around;
    margin: 0%;
    padding: 2%;
    text-align: center;

}

.z-sayuwake h1{
 font-size: 180%;
 text-align: center;

}



.z-ite1{
justify-content: space-around;
  width: 100%;

}
/*------------------------------sec8----行政　バナーエリア-----------------------*/

.z-sec8{

  justify-content: space-around;
  width: 100%;

  text-align: center;


}


.z-zurassec58{
      display: flex;
      width: 100%;
      justify-content: space-around;
      text-decoration: none;

}


.z-ti8{
display: block;
justify-content: space-around;
margin: 0%;
padding: 2%;
text-align: center;

}

.z-ti8 h1{
  font-size: 320%;
  padding: 2%;
  text-align: center;
  color: rgb(146, 145, 149);
}

.z-ti8 p{
color: rgb(146, 145, 149);
margin: 0%;
padding: 0%;
text-align: center;
}



.z-fl8{
display: flex;
width: 100%;
padding: 5%;
}


.z-fl8 h1{


}




.z-leiz{
display: flex;
width: 100%;
}



.z-flia{
  display: flex;
  justify-content: space-around;
  width: 80%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 15px -5px #777777;
  margin: 1%;
  border-radius: 6px;
    }




.z-flia8{
  display: block;
  flex-grow: flex-shrink;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  height: 80px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 15px -5px #777777;
  margin: 1%;
  border-radius: 6px;
    }


.z-flia8 img{
width: 100%;
height: 80px;
justify-content: center;
object-fit: cover;
text-align: center;
border-radius: 6px 6px 0 0;

  }

/*----------------ftz-------*/

.sec9{
  display: flex;
  width: 100%;
  padding: 5% 0;
  background:#0058B7;
  background-size: cover;
  background-position: center;
  object-fit: cover;
}
.sec9 a{
color:#000;
}


.text11qf{
  display: block;
  justify-content: space-around;
  text-align: center;
  text-decoration: none;
  padding: 1%;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
}
.text11f{
  display: block;
  justify-content: space-around;
  text-align: center;
  text-decoration: none;
  padding: 1%;
  width:38%;
}

.text11f p{
line-height:2;
color:#fff;
font-family: sans-serif;
font-size: 1.4rem;
}
.text11f h1{
font-size: 200%;
line-height: 1.1;
font-weight: lighter;
font-family:sans-serif;
color: #4e4b4f;
}

.text11f h1 img {
  width: 30px;
  margin-right: 6px;
  vertical-align: bottom;

}

.text11f h2{
font-size: 130%;
line-height: 1;
font-weight: bold;
font-family:sans-serif;
color: rgb(89, 89, 85);
}

.ftzd2{
  width: 100%;
  display: flex;
  padding:4% 0;
  line-height: 2;
  color: rgb(63, 60, 64);
  font-size:1.4rem;
}
.ftzd1 a{
   text-decoration:none !important;
    color: rgb(63, 60, 64);
}
.ftzd2 a{
 text-decoration:none;
 color:#fff;
}

.ftzd2 h1{
font-size:1.6rem;
color: #fff;
}

.ftzd1{
  width: 100%;
  padding: 1%;
}

.ftzd1 p{
font-size: 90%;
font-weight: lighter;
}

.dom{
  display: flex;
  width: 100;
  padding: 1%;
}

.sec10{
  width: 100%;
  height: 50px;
  background-color: rgb(10, 3, 38);
}

  /*------------------------------------------メディアクエリ　ここから追加------*/

  /*----------------------------------------------------スマホサイズ zibasan（個別）*/
  @media screen and (max-width: 767px) {

.yokoichi-ab {
    margin-right: 50px;
    margin-top: -16px !important;
}
.z-sec1 {
  height: 400px;
}

.z-sec1bk {
	justify-content:center;
	position: absolute;
	width: 100%;
	background: linear-gradient(80deg, rgba(21, 88, 237,0.6), rgba(255, 255, 255, 0.2) ) fixed,url(images/z-sec1.jpg);
	background-size: cover;
	background-position: center;
	background-image: 100%;
    height: 400px;
    object-fit: cover;
    padding: 0%;
    margin: 0 auto;
    box-shadow: 0px 8px 16px -2px rgba(42, 4, 4, 0.1), 0px -2px 0px 1px rgba(10,10,10,0.02);
   border-radius:0;
  }
    .z-sec3w-s,
    .z-sec3w {
      flex-wrap: wrap;
    }
    .z-sec2 h1 {
      font-size:1.6rem;
    }
    .z-sec2tex2-b p {
      font-size: 1.4rem;
    }
    .z-sec2tex3 p {
      font-size:1.2rem;
    }
    .z-sec2tex2-c {
    width: 100%;
    }
    .z-s2t1-flex,
    .z-flex,
    .z-sotofuku-b,
    .z-sotofuku-c {
      flex-wrap: wrap;
    }
    .z-s2t1-flex {
      display:block;
    }
    .z-sec2tite1x {
      display: block;
      width: 94%;
      padding: 0%;
      margin: 10% auto;
    }
    .z-flex {
    width: 90%;
    }
    .z-flex-right {
    width: 100%;
    }
    .z-sec3tex1 p {
    text-align: center;
    }
    .z-sec3 {
    width: 96%;
    }
    .local_industry{
    width:100% !important;
    }
    .z-s2t2-a,
    .z-s2t2-b,
    .z-conta1-2,
    .z-btn2b,
    .z-sec2tex2,
    .z-conta1-a,
    .z-cont-a {
      width: 96%;
      margin: 5% auto;
      box-sizing: border-box;
    }
    .z-s2t2-b {
      width: 100%;
    }
    .z-s2t2-c {
      width: 100%;
    }
    .z-sec2tite1 {
    display: block;
    width: 96%;
    margin: 5% auto;
    }
    .z-sec3tex3 h2 {
      font-size: 1.4rem;
      font-weight:bold;
    }
    .z-sec3tex3 h1 {
      font-size: 130%;
    }
    .z-sec3l{
    display: block;
    margin: 3% 0;
    }
    .z-conta1-2 {
    margin:10px auto;
    width: 96%;
    }
    .z-sec3tex3 {
      margin-bottom: 10px;
    }
    .z-sec3tex3-b2,
    .z-sec3tex3-b3 {
      width: 100%;
    }
    .z-space {
      display: none;
    }
    .z-tell_no {
    width: 96%;
    padding: 2% 0 0;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin: 0 auto 2%;
    }
    .z-tell_no p{
    text-align:center;
    }
    .z-contaa {
      display:block;
      margin-top: 0;
    }
    .z-sc1te p {
      font-size: 1.4rem;
      top: 53%;
    }
    .z-sc1te h1 {
     font-size: 4rem;
    top: 62%;
    left: 3%;
    }
    .z-sc1te h2 {
    font-size: 1.4rem;
    top: 80%;
    left: 5%;
    }
    .z-sotofuku {
    display: block;
    margin: auto;
    }
    .z-sec3tex3 {
      width: 100%;
      height: auto;
    }
    .z-link2 a::after {
      top:72%;
    }

    .z-contaa2 {
      flex-wrap: wrap;
    }

	.z-conta1 {
    border: 1px solid rgb(122 160 244);
    justify-content: space-between;
    width: 96%;
    margin: 1% auto;
    padding: 0%;
    box-shadow: 0px 8px 16px -2px rgb(10 10 10 / 10%), 0px -2px 0px 1px rgb(217 29 29 / 2%);
    border-radius: 11px;
}

.z-sec3tex1-2 {
  background-position: bottom;
    background-size: 160%;
    padding: 10% 0;
    height: 120px;
}
.z-sec3tex1-3 {
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 10% 0;
  margin: 0 auto;
}
.z-sec2tex2 p {
    font-size: 1.6rem;
    font-family: serif;
    line-height: 2;
    color: rgb(111, 110, 106);
    text-align: left;
    padding-left:10px;
}
.z-sec3tex1 {
    position: relative;
    width: 100%;
    padding: 20% 0;
    margin: 0 auto;
}
.z-sec3tex3 p {
    color: rgb(78, 77, 77);
    text-align: center;
}
}




    /*----------------------------------------------------（共通）*/
    .side-menu {
      display: none;
    }

    @media screen and (min-width: 768px) {
      #ham {
      display: none;
    }
    .side-menu {
      display: none;
    }
    /*---------------------------------------page_top*/
    #page_top{
      width: 70px;
      height: 70px;
      position: fixed;
      right: 0;
      bottom: 30%;
      background: #ef3f98;
      opacity: 0.6;
      border-radius: 50%;
      z-index: 99;
    }
    #page_top a{
      position: relative;
      display: block;
      width: 70px;
      height: 70px;
      text-decoration: none;
    }
    #page_top a::before{
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      content: '\f102';
      font-size: 25px;
      color: #fff;
      position: absolute;
      width: 25px;
      height: 25px;
      top: -20px;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      text-align: center;
    }
    #page_top a::after{
      content: 'PAGE TOP';
      font-size: 10px;
      color: #fff;
      position: absolute;
      top: 40px;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      text-align: center;
    }
    }

    @media screen and (max-width: 767px) {
    table th, table td {
      white-space:inherit;
    }
    .list {
      display: none;
    }

    #page_top {
      display: none;
    }
    }
  /*----------------------------------------------------スマホサイズ フッター（共通）*/
@media screen and (max-width: 767px) {

.ftzd2,
.sec9 {
    display: block;
    text-align: center;
    padding:0 3%;
    background:#0058B7;
    background-size: cover;
    background-position: center;
    object-fit: cover;
}
.text11f {
      width: 100%;
}
.text11f p {
    line-height: 2;
    color:#fff;
    text-align:center;
}
.text11f img {
  width: 80%;
  margin:2% 0;
}
.ftzd2 {
      display: none;
}

.f_number{
    font-size:2.5rem;
    font-family: sans-serif;
}
      /*-----------------------------下のフィックスボタン--*/
    .btn-wrap .btnA,
    .btn-wrap .btnB{
     display: none;
    }
    .side-menu {
        position: fixed;
        bottom: -26px !important;
        font-size: 12px;
        color: #1b1b1b;
        text-align: center;
        overflow: hidden;
        z-index: 100;
        box-shadow: 0px 0px 10px #000;
        border-radius: 0px 0 0 0px;
        width: 100%;
        height: 50px;
        transform: translateY(-50%);
    }
    .side-menu ul li:nth-child(2) {
        background: #ffaf58;
        color: #fff;
        border: 2px solid #ffaf58;
    }
    .side-menu ul li:nth-child(3) {
        background: #fff;
        color: #4d4d4d;
        border: 2px solid #fff;
    }
    .side-menu ul li:nth-child(3) a {
      color: #4d4d4d;
    }
    .side-menu ul li:nth-child(3) img {
      margin-top:5px;
      width:20px;
    }

    .side-menu ul {
    	  display: flex;
        justify-content: center;
    }

    .side-menu ul li {
        background: #1558ed;
        width: 100%;
        height: 100px;
        align-items: center;
        border: 2px solid #1558ed;
    }
    .side-menu ul li a {
      color: #fff;
      text-decoration: none;
    }

    .side-menu ul li img {
  	width: 30px;
    margin: 0 0 -8px -67px;
  }

    .side-menu img.dor {
     width: 20px;
    }

    }
    /*---------------------------------------------------ハンバーガーボタン(共通)　*/

    .globalMenuSp {
      display : none;
    }
    @media screen and (max-width: 767px) {
    .hamburger {
      display : block;
      position: fixed;
      z-index : 3;
      right : 20px;
      top  : 3%;
      width : 40px;
      height: 40px;
      cursor: pointer;
      text-align: center;
    }
    .hamburger span {
      display : block;
      position: absolute;
      width   : 40px;
      height  : 3px ;
      left    : 6px;
      background: #004da8;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition   : 0.3s ease-in-out;
      transition        : 0.3s ease-in-out;
    }
    .hamburger span:nth-child(1) {
      top: 10px;
    }
    .hamburger span:nth-child(2) {
      top: 20px;
    }
    .hamburger span:nth-child(3) {
      top: 30px;
    }

    /* ナビ開いてる時のボタン */
    .hamburger.active span:nth-child(1) {
      -webkit-transform: translateY(6px);
      -moz-transform   : translateY(6px);
      transform        : translateY(6px);
    }
    .hamburger.active span:nth-child(2){
    -webkit-transform: translateY(-4px);
      -moz-transform   : translateY(-4px);
      transform        : translateY(-4px);
    }

    .hamburger.active span:nth-child(3) {
      -webkit-transform: translateY(-14px);
      -moz-transform   : translateY(-14px);
      transform        : translateY(-14px);
    }

  nav.globalMenuSp {
    position: fixed;
    z-index : 2;
    top  : 0;
    left : 0;
    color: #4d4d4d;
    background: #fff;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
    height: 100%;
    line-height: 1.4;
  }

nav.globalMenuSp ul {
    text-align: center !important;
    background: #fff;
    margin: 0 auto;
    padding: 30% 4% 1% 4%;
    box-sizing: border-box;
    width: 92%;
    height: 100%;
    overflow:hidden;
  }
nav.globalMenuSp ul h1 {
    font-size: 3rem;
    /*font-family: serif;*/
    margin: 20px;
  }
.center_logo{
margin-bottom:10%;
}
nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;

  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  nav.globalMenuSp ul li:hover{
    background :#ddd;
  }

  nav.globalMenuSp ul li a {
    display: block;
    color: #333;
    font-size: 2rem;
    line-height: 3;
    border-bottom: 1px solid #ccc;
  }

.copyright{
font-size:1.2rem !important;
padding-top: 20%;
}

    /* このクラスを、jQueryで付与・削除する */
    nav.globalMenuSp.active {
      transform: translateX(0%);
    }
    .hsm{
      display: none;
    }
    .globalMenuSp {
      display : block;
    }
    }
    /*------------ハンバーガーメニュー end-----*/
    /*----------------------------------------------------ここまでハンバーガーボタン　*/

/*---------420追加----*/
.z-cont-a{
	color:rgb(6, 54, 161);
    border: 1px solid rgb(6, 54, 161);
    width: 40%;
    text-align: center;
    border-radius: 8px;
    margin: 0 0 1% 0;
    display: block;
    font-family: serif;
    transition: .4s;
    box-shadow: 0px 8px 16px -2px rgb(10 10 10 / 10%), 0px -2px 0px 1px rgb(217 29 29 / 2%);
}

.z-cont-a a:hover{
  background-color: rgb(122 160 244);
  border-color: rgb(6, 54, 161);
  color: #ffffff;
}


@media screen and (max-width: 767px) {
.z-cont-a {
  width: 96%;
  max-width: 100%;
  box-sizing: border-box;
}
}
/*----------------------------------------------------------------------------------バナー 追加　221114-----*/
.bana-wrap {
  width: 80%;
  margin: auto;
}
.bana_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bana_flex p.bana_img {
  width: 350px;
  margin-right: 30px;
}
.bana_solid {
  font-size:1.4rem;
  color: rgb(111, 110, 106);
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  padding: 1em 0;
}
@media screen and (max-width: 768px) {
.bana-wrap {
  width: 90%;
  margin: auto;
}
  .bana_flex p.bana_img {
    width: 350px;
    margin-right: 10px;
  }
  .bana_solid {
    border:none;
    padding: 0;
    font-size: 14px;
    text-align: justify;
    letter-spacing: -0.03em;
  }
}
@media screen and (max-width: 480px) {
  .bana_flex {
    display: block;
    justify-content: space-between;
  }
  .bana_flex p {
    width: 100%;
  }
  .bana_flex p.bana_img {
    width: 100%;
    margin-right: 0px;
  }
  .bana_flex p {
    font-size: 13px;
  }
}
