body {
  width: 100%;
  font-family: "游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro","メイリオ","Meiryo",メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック","Helvetica","Verdana",sans-serif;
}

p {
  line-height: 1.6;
  margin: 0.5em 0;
}

.business_in {
  margin: 30px auto 0 auto;
  padding: 10px 0;
  border-bottom: 2px solid #21697C;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.business_in a {
  display: inline-block;
  padding: 7px 5px 5px 5px;
  background: #21697C;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.business_in a:hover {
  color: #21697C;
  background: #fff;
}

.business_in a:after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  margin-left: 10px;
}

.business_in img {
  width: 40%;
}

.business_in1 {
  width: 55%;
}

.business_in1 h3{
  font-size: 22px;
  color: #21697C;
  margin-bottom: 5px;
  border-bottom: none;
}

#content {
  max-width: 1000px;
  margin: 0 auto;
}

.copyright{
  margin: 0 auto;
  text-align: center;
  color: #333;
}

.copyright a{
  color: #333;
  text-decoration: none;
}

.c_inquiry{
  background: #007CB0;
  text-align: center;
  margin: 10px 0;
  padding: 30px 0 10px 0;
}

.c_inquiry_in {
  max-width: 1000px;
  margin: 0 auto;
}

.c_inquiry p{
  color: #fff;
}

.c_inquiry_form{
  max-width: 500px;
  margin: 20px auto;
}

.c_inquiry_form a{
  text-decoration: none;
}

.c_inquiry_form p{
  padding: 10px 0;
  background: #333;
  border: 3px solid #fff;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.c_inquiry_form p:hover{
  background: #fff;
  border: 3px solid #333;
  color: #333;
}

.c_inquiry_form p:before{
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.c_inquiry_form p:after{
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 20px;
}

footer{
  background: #21697C;
}

.footer_menu {
  width: 33%;
}

.footer_menu a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

.footer_menu a:hover{
  color: #DA6E00;
}

.footer_menu ul{
  list-style-position: inside;
  list-style-type: none;
}

.footer_menu ul li{
  margin-bottom: 10px;
}

.footer_menu ul li:before{
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  margin-right: 10px;
}

.footer_menu ul .footer_menu_in {
  list-style-position: inside;
  list-style-type: none;
}

.footer_menu ul .footer_menu_in:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  margin-right: 10px;
  margin-left: 10px;
}

.footer_menu img {
  width: 50%;
}

#footer_nav {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
}

h2 {
  text-align: center;
  font-size: 28px;
  color: #21697C;
  margin: 50px auto;
  display: inline-block;
  border-bottom: 2px solid #21697C;
}

h3 {
  font-size: 24px;
  color: #007CB0;
  margin-bottom: 20px;
  display: inline-block;
  border-bottom: 2px solid #007CB0;
}

h4 {
  color: #fff;
  font-size: 28px;
}

h5 {
  margin: 0 auto;
  font-size: 24px;
  color: #21697C;
  display: inline-block;
  border-bottom: 2px solid #21697C;
}

header {
  display: block;
  background: #21697C;
}

header nav ul {
  display: flex;
}

header nav ul li {
  margin-left: 15px;
}

header nav ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

header nav ul li a:hover {
  color: #DA6E00;
}

#header_in {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header_in img {
  vertical-align: bottom;
  height: 50px;
  margin: 5px 0;
}

.list1 a {
  color: #333;
  text-decoration: none;
}

.list1 a:hover {
  color: #21697C;
}

#nav_toggle {
  display: none;
}

.news {
  max-width: 1000px;
  margin: 50px auto;
  text-align: center;
}

.news ul {
  display: block;
  width: 60%;
  margin: 50px auto;
  list-style-position: inside;
}

.news ul li {
  text-align: left;
  margin-top: 20px;
  border-bottom: 1px solid #dcdcdc;
  list-style-type: none;
  padding-left: 20px;
}

.privacy {
  margin: 50px 0;
}

.privacy h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 0;
  margin-top: 10px;
  border-bottom: none;
}

.privacy ul {
  list-style-position: inside;
}

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

.recruit_in {
  width: 30%;
    margin-top: 50px;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.recruit_in img {
  width: 100%;
  margin-bottom: 30px;
}

.recruit_in h3 {
  font-size: 20px;
  margin-bottom: 10px;
  display: inline-block;
  border-bottom: none;
}

strong {
  font-weight: bold;
  color: #ff0000;
}

.service {
  text-align: center;
  background-image: url("../img/midashib.jpg")
}

.service h3 {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  margin: 100px 0;
  display: inline-block;
  border-bottom: none;
}

.service1{
  margin: 50px auto;
  position: relative;
}

.service1_img {
  width: 60%;
}

.service1_img img {
  width: 100%;
}

.service1_in {
  position: absolute;
  top: 20%;
  left: 50%;
  background-color: rgba(255,255,255,0.9);
  padding: 40px 0 40px 40px;
  width: 50%;
  border-top: 2px solid #007CB0;
  border-bottom: 2px solid #007CB0;
  -webkit-box-sizing: border-box;  /*webkit系*/
  -moz-box-sizing: border-box;  /*Firefox*/
  box-sizing: border-box;
}

.service1_in p{
  font-size: 18px;
  color: #333;
}

.service2{
  margin: 50px auto;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}

.service2_img {
  width: 60%;
}

.service2_img img {
  width: 100%;
}

.service2_in {
  position: absolute;
  background-color: rgba(255,255,255,0.9);
  padding: 40px 0 40px 40px;
  width: 50%;
  top: 20%;
  left: 0;
  border-top: 2px solid #007CB0;
  border-bottom: 2px solid #007CB0;
  -webkit-box-sizing: border-box;  /*webkit系*/
  -moz-box-sizing: border-box;  /*Firefox*/
  box-sizing: border-box;
}

.service2_in p{
  font-size: 18px;
  color: #333;
}

.service3 {
  margin: 50px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.service3_in {
  width: 49%;
  display: flex;
  flex-direction: column;
}

.service3_in img {
  width: 100%;
}

.service3_in h2{
  margin: 0 0 10px 0;
  text-align: left;
  border-bottom: none;
}

.service4 {
  margin: 50px 0;
  display: flex;
  justify-content: space-between;
}

.service4_in {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 19%;
}

.service4_in img {
  width: 80%;
  margin: 0 auto;
}

.sitemap_in {
  margin-top: 50px;
}

.sitemap_in h3 {
  width: 100%;
  font-size: 22px;
  color: #333;
  display: block;
  border-bottom: 1px solid #bbb;
  margin-bottom: 0;
}

.sitemap_in1 {
  margin-top: 10px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.sitemap_in p {
  width: 33%;
}

.sitemap_in1 a {
  text-decoration: none;
  color: #333;
}

.sitemap_in1 a:after {
  display: inline-block;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #bbb;
  margin-right: 10px;
  margin-left: 10px;
}

.sitemap_in1 a:hover {
  text-decoration: underline;
}

#top {
  text-align: center;  background-image: url("../img/top11.jpg");
  background-repeat:no-repeat;
  padding-bottom: 50px;
}

#top p {
  font-weight: bold;
  color: #333;
}

table {
  max-width: 600px;
  margin: 0 auto 40px auto;
  color: #333;
  font-size: 18px;
  text-align: left;
  border-collapse: separate;
  border-spacing: 30px 30px;
}

/*トップに戻るボタン始まり*/
#page_top {
  position:fixed;
  bottom: 0;
  right: 0;
  z-index:10;
  background-color:transparent;
  font-size: 14px;
}

#page_top a{
  text-decoration: none;
  color: #fff;
}

#page_top a:hover{
  text-decoration: underline;
}

.pagetop_p {
  position:relative;
  display:block;
  background:#333;
  color:#fff;
  text-decoration:none;
  font-weight:bold;
  padding: 10px 10px 10px 20px;
  text-align:center;
  box-sizing:border-box;
}

.pagetop_p:before {
  content: "\f0d8";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position:absolute;
  right:40%;
  width:100%;
  text-align:center;
}
/*トップに戻るボタン終わり*/

/*ハンバーガーメニュー部分始まり*/
@media screen and (max-width:768px){
nav{
  display: none;
  position: absolute;
  top:60px;
  left: 0;
  width: 100%;
  background: #21697C;

}

header nav ul{
  display: block;
  margin: 0 auto;
  width: 90%;
}

header nav ul li{
  margin: 0 auto;
  margin-top: 3px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #fff;
}

header nav ul li:last-child{
  border: none;
}

header nav ul li a{
  display: block;
}
}

@media screen and (max-width:768px){
  /*開閉ボタン*/
#nav_toggle{
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  top: 6px;
  z-index: 100;
}

#nav_toggle div {
  position: relative;
}

#nav_toggle span{
  display: block;
  height: 3px;
  background: #fff;
  position:absolute;
  width: 100%;
  left: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#nav_toggle span:nth-child(1){
  top:0px;
}

#nav_toggle span:nth-child(2){
  top:12px;
}

#nav_toggle span:nth-child(3){
  top:24px;
}

/*開閉ボタンopen時*/
.open #nav_toggle span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}

.open #nav_toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open #nav_toggle span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
}
/*ハンバーガーメニュー部分終わり*/


/*お問い合わせフォーム始まり*/
#info {
  text-align: center;
}

.item {
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  word-break: break-all;
  margin-bottom: 5px;
}

.item p{
  border: 1px solid #999;
  border-radius: 5px;
  margin: 5px;
  padding-left: 10px;
  font-size: 100%;
  width: 70%;
}

.item1 {
  display: flex;
  flex-direction: row-reverse;
}

.item1 a{
  color: #333;
  display: inline-block;
}
.inquiry{
  width: 80%;
  margin: 30px auto;
}

input[type=text] {
  border: 1px solid #999;
  border-radius: 5px;
  margin: 5px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 100%;
  width: 70%;
}

input[name=btn_submit],
input[name=btn_back] {
  margin-top: 10px;
  font-size: 100%;
  color: #000;
  font-weight: bold;
  background: #eee;
}

input[name=btn_confirm] {
  margin-top: 5px;
  font-size: 100%;
  color: #000;
  font-weight: bold;
  background: #eee;
}

input[type=checkbox] {
  margin: 0 5px 3px 0;
  font-size: 100%;
  color: #000;
  background: #000;
}

input[type=file] {
  border: 1px solid #fff;
  border-radius: 5px;
  margin: 5px;
  margin-right: 15px;
  width: 70%;
}

label[for=agreement] {
  width: auto;
  font-weight: normal;
  background: none;
  border-right: none;
}

label {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-align: center;
  width: 30%;
  padding-left: 10px;
}

textarea[name=contact]{
  border: 1px solid #999;
  border-radius: 5px;
  margin: 5px;
  padding-left: 10px;
  font-size: 100%;
  width: 70%;
  height: 100px;
}


.error_list {
  margin-top: 30px;
  padding: 10px 30px;
  color: #ff2e5a;
  font-size: 86%;
  text-align: left;
  border: 1px solid #ff2e5a;
  border-radius: 5px;
}

/*お問い合わせフォーム終わり*/