html,
* {
  box-sizing: border-box;
}
body {
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Noto Sans JP",
    Meiryo,
    sans-serif;
    font-size: 14px;
    margin-top: 0;
    padding-top: 0;
    -webkit-text-size-adjust: 100%;
}
h1 {
    font-weight: normal;
    width: 960px;
    letter-spacing: 0.2em;
    text-align: center;
    color: #FFF;
    background-color: #3b5998;
    font-size: 18px;
    margin: 0 auto 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    clear: both;
}
h2 {
	font-size: 18px;
	color: #fff;
	background-color: #3b5998;
	list-style-type: circle;
	text-align: center;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	letter-spacing: 0.2em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #3b5998;
	border-right-color: #3b5998;
	border-bottom-color: #3b5998;
	border-left-color: #3b5998;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
h3 {
	font-size: 18px;
	color: #fff;
	background-color: #3b5998;
	list-style-type: circle;
	text-align: center;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	letter-spacing: 0.2em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #3b5998;
	border-right-color: #3b5998;
	border-bottom-color: #3b5998;
	border-left-color: #3b5998;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
h4 {
    font-size: 14px;
    color: #666;
    padding: 0;
    margin-top: 8px;
}
p {
    font-size: 14px;
    margin: 3px;
}
a img {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
#container {
	width: 960px;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}
#header {
    width: 960px;
    background-image: url(../img/image.jpg);
    background-repeat: no-repeat;
    background-position: 860px 27px;
    position: relative;
    }
#index a {
	height: 26px;
	width: 236px;
	display: block;
	position: absolute;
	background-image: url(../img/top.jpg);
	left: 724px;
	top: -1px;
	text-indent: -9999px;
}
#topyb {
    font-size: 9px;
    text-align: right;
}
#topgs {
    text-align: left;
    left: auto;
    right: auto;
    margin-right: auto;
    margin-left: auto;
    letter-spacing: normal;
    padding: 0;
    margin-top: 0;
    margin-bottom: 4px;
    border: 0;
    line-height: normal;
    width: 300px;
    float: left;
}
.header-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.drawer {
  display: none;
}

/* ハンバーガーメニュー　input */
.checkbox-hidden {
  display: none;
}

label {
  position: absolute;
  top: 2.2rem;
  right: 5.2%;
  width: 20px;
  height: 16px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.hamburger {
  z-index: 100;
}

.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
  position: absolute;
  transition: transform 0.5s, opacity 0.5s, width 0.3s;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}

.hamburger span:nth-child(3) {
  bottom: 0;
}

#navTgl:checked + .hamburger span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
  background-color: #fff;
}

#navTgl:checked + .hamburger span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0px;
  opacity: 0;
  background-color: #fff;
}

#navTgl:checked + .hamburger span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
  background-color: #fff;
}

.menu {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 100%;
  opacity: 0;
  z-index: 99;
  background:  #627aad;
  transition: 0.5s ease-in-out;
}

.menu ul {
  text-align: center;
  margin-top: 20%;
}

.menu ul li {
  position: relative;
  margin-bottom: 35px;
  transform: translateX(-200px);
  transition: transform 1.3s ease;
}

.menu ul li:nth-child(2) {
  transition-delay: 0.15s;
}

.menu ul li:nth-child(3) {
  transition-delay: 0.3s;
}

.menu ul li:nth-child(4) {
  transition-delay: 0.45s;
}

.menu ul li a {
  font-size: 1.2rem;
  color: #fff;
}

#navTgl:checked ~ .menu {
  left: 0;
  opacity: 1;
}

#navTgl:checked ~ .menu li {
  transform: translateX(0px);
}
#menu {
	position: relative;
	padding: 0;
	margin: 0 auto 20px;
	clear: both;
	height: 950px;
}
#contact1 {
	margin-top: 2px;
	margin-bottom: 2px;
	width: 290px;
	position: absolute;
	left: 429px;
	top: 34px;
	text-align: right;
	font-size: 12px;
	height: 45px;
}
#box-A {
	float: left;
	width: 33%;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #b3b3b3;
	border-bottom-color: #b3b3b3;
	border-left-color: #b3b3b3;
	margin-left: 0px;
	margin-right: 1px;
	}
#box-B {
	float: left;
	width: 33%;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #b3b3b3;
	border-bottom-color: #b3b3b3;
	border-left-color: #b3b3b3;
	left: 1px;
	margin-right: 1px;
	margin-left: 1px;
}
#box-C {
	width: 33%;
	float: left;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #b3b3b3;
	border-bottom-color: #b3b3b3;
	border-left-color: #b3b3b3;
	margin-left: 1px;
	margin-right: 0px;
}
#footer {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    clear: both;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}
#footer h3 {
    font-size: 14px;
    color: #666;
    padding: 0;
    margin-top: 8px;
    width: 660px;
    background-color: #fff;
    border: 0;
}
form {
    text-align: left;
    left: auto;
    right: auto;
    margin-right: auto;
    margin-left: auto;
    letter-spacing: normal;
    padding: 0;
    margin-top: 0;
    margin-bottom: 4px;
    border: 0;
    line-height: normal;
    width: 300px;
    float: left;
}
table {
    text-align: center;
    left: auto;
    right: auto;
    list-style-type: circle;
    margin: 0 auto;
    padding: 0;
    height: auto;
    width: auto;
    float: none;
    letter-spacing: normal;
    font-size: 10px;
    line-height: normal;
    clear: both;
}
ul {
    vertical-align: top;
    padding: 0;
    line-height: 20px;
    font-size: 16px;
    list-style-type: disc;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    margin-top: 0;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: #b3b3b3;
    border-right-color: #b3b3b3;
    border-bottom-color: #b3b3b3;
    border-left-color: #b3b3b3;
}
li {
	list-style-type: disc;
	list-style-position: inside;
	list-style-image: none;
	border: thin none #000;
	letter-spacing: 0.15em;
	margin-top: 10px;
	margin-bottom: 8px;
	margin-left: 1.5em;
}
td {
    vertical-align: top;
    list-style-type: circle;
}
a:visited {
    color: #3b5988;
    text-decoration: none;
}
a:active {
    color: #000;
    text-decoration: none;
}
a:link {
    color: #3b5988;
    text-decoration: none;
}
a:hover {
	color: #F60;
	text-decoration: underline;
}
form {
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    letter-spacing: normal;
    padding: 0;
    margin-top: 0;
    margin-bottom: 4px;
    border: 0;
    line-height: normal;
    display: inline;
}
#jobo {
    margin: 5px;
    padding: 5px;
    color: #f60;
    text-align: center;
}
#fbfanpage {
    text-align: center;
    margin: 1px 5px 5px;
    padding: 1px 5px 5px;
    border-top-width: 1px;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-left-width: 0;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #b3b3b3;
    border-right-color: #b3b3b3;
    border-bottom-color: #b3b3b3;
    border-left-color: #b3b3b3;
}
#ct {
    font-size: 14px;
    color: #060;
    padding: 5px;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 2px;
}
#box-D {
    clear: both;
    margin-top: 30px;
}
#haifulogo {
    margin: 15px 5px 5px;
    padding: 5px;
    color: #f60;
    text-align: center;
}

@media screen and (max-width:520px){
body {
font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Noto Sans JP",
    Meiryo,
    sans-serif;
    font-size: 14px;
    margin-top: 0;
    padding-top: 0;
    -webkit-text-size-adjust: 100%;
}
h1 {
    font-weight: normal;
    width: 100%;
    letter-spacing: 0.2em;
    text-align: left;
    color: #FFF;
    background-color: #3b5998;
    font-size: 14px;
    margin: 0 auto 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    clear: both;
}
h2 {
	font-size: 14px;
	color: #fff;
	background-color: #3b5998;
	list-style-type: circle;
	text-align: center;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	letter-spacing: 0.2em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #3b5998;
	border-right-color: #3b5998;
	border-bottom-color: #3b5998;
	border-left-color: #3b5998;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
h3 {
	font-size: 14px;
	color: #fff;
	background-color: #3b5998;
	list-style-type: circle;
	text-align: center;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	letter-spacing: 0.2em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #3b5998;
	border-right-color: #3b5998;
	border-bottom-color: #3b5998;
	border-left-color: #3b5998;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
h4 {
    font-size: 14px;
    color: #666;
    padding: 0;
    margin-top: 8px;
}
p {
    font-size: 14px;
    margin: 3px;
}
a img {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
#container {
	width: 100%;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: 100%;
	background-image: url(../img/image.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
		/* [disabled]display: none; */
}
#index a {
	height: 8px;
	width: 78px;
	display: none;
	position: static;
	background-image: url(../img/top.jpg);
	top: 0px;
	text-indent: 0px;
}
#topyb {
	font-size: 12px;
	text-align: right;
	left: auto;
}
#topgs {
    text-align: left;
    left: auto;
    right: auto;
    margin-right: auto;
    margin-left: auto;
    letter-spacing: normal;
    padding: 5;
    margin-top: 5;
    margin-bottom: 5px;
    border: 0;
    line-height: normal;
    width: 100%;
}
  .header-sec {
    height: 20px;
    padding: 0 20px;
  }
  .drawer {
    display: block;
  }
  .photo-box p {
    font-size: 1.6rem;
  }
  .text-sec p {
    font-size: 1.6rem;
    line-height: 1.9;
  }
  .photo-sec {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
#menu {
	position: static;
	padding: 0;
	margin: 0 auto 20px;
	clear: both;
	height: auto;
}
#contact1 {
   display: none;
}
#box-A {
	float: none;
	width: 100%;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #b3b3b3;
	border-bottom-color: #b3b3b3;
	border-left-color: #b3b3b3;
	margin-left: 0px;
	margin-right: 1px;
	text-align: left;
	}
#box-B {
	float: none;
	width: 100%;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #b3b3b3;
	border-bottom-color: #b3b3b3;
	border-left-color: #b3b3b3;
	left: 1px;
	margin-right: 1px;
	margin-left: 1px;
}
#box-C {
	width: 100%;
	float: none;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #b3b3b3;
	border-bottom-color: #b3b3b3;
	border-left-color: #b3b3b3;
	margin-left: 1px;
	margin-right: 0px;
}
#footer {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    clear: both;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}
#footer h3 {
    font-size: 14px;
    color: #666;
    padding: 0;
    margin-top: 8px;
    width: 660px;
    background-color: #fff;
    border: 0;
}
form {
    text-align: left;
    left: auto;
    right: auto;
    margin-right: auto;
    margin-left: auto;
    letter-spacing: normal;
    padding: 0;
    margin-top: 0;
    margin-bottom: 4px;
    border: 0;
    line-height: normal;
    width: 300px;
    float: left;
}
table {
	text-align: center;
	left: auto;
	right: auto;
	list-style-type: circle;
	margin: 0 auto;
	padding: 0;
	height: auto;
	width: auto;
	float: none;
	letter-spacing: normal;
	font-size: 12px;
	line-height: normal;
	clear: both;
}
ul {
	vertical-align: top;
	padding: 0;
	line-height: 1.5em;
	font-size: 14px;
	list-style-type: disc;
	margin-left: 0;
	margin-right: 0;
	text-align: left;
	margin-top: 16px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #b3b3b3;
	border-right-color: #b3b3b3;
	border-bottom-color: #b3b3b3;
	border-left-color: #b3b3b3;
	margin-bottom: 15px;
}
li {
	list-style-type: none;
	list-style-position: inside;
	list-style-image: none;
	border: thin none #000;
	letter-spacing: 0.15em;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 1.5em;
	text-align: center;
}
td {
    vertical-align: top;
    list-style-type: circle;
}
a:visited {
    color: #3b5988;
    text-decoration: none;
}
a:active {
    color: #000;
    text-decoration: none;
}
a:link {
    color: #3b5988;
    text-decoration: none;
}
a:hover {
	color: #F60;
	text-decoration: underline;
}
form {
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    letter-spacing: normal;
    padding: 0;
    margin-top: 0;
    margin-bottom: 4px;
    border: 0;
    line-height: normal;
    display: inline;
}
#jobo {
    margin: 5px;
    padding: 5px;
    color: #f60;
    text-align: center;
}
#fbfanpage {
    text-align: center;
    margin: 1px 5px 5px;
    padding: 1px 5px 5px;
    border-top-width: 1px;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-left-width: 0;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #b3b3b3;
    border-right-color: #b3b3b3;
    border-bottom-color: #b3b3b3;
    border-left-color: #b3b3b3;
}
#ct {
    font-size: 14px;
    color: #060;
    padding: 5px;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 2px;
}
#box-D {
    clear: both;
    margin-top: 30px;
}
#haifulogo {
    margin: 15px 5px 5px;
    padding: 5px;
    color: #f60;
    text-align: center;
}
img {
	height: auto;
	max-width: 100%;
}
.img15 {
	height: auto;
	max-width: 15%;
}
}
