@charset "UTF-8";
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1.8;
  color: #222;
  font-size: 16px;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  margin: 0 auto;
  background-color: #f3f3f3;
  position: relative;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, img, p, div, ul, li, dl, dt, dd, figure {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style: none;
  display: inline-block;
}

img {
  border: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #000;
}

p {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  line-height: 2.0;
  font-size: 17px;
  text-align: left;
}

header {
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3001;
  background-color: rgba(243, 243, 243, 0.95);
  height: 80px;
}

header .headerWrap {
  max-width: 1200px;
  padding: 8px 10px;
  margin: 0 auto;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
}

header .headerWrap div .logo {
  max-width: 180px;
}

header .headerWrap .cmnInfo {
  font-size: 14px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  header .headerWrap .cmnInfo {
    display: block;
    padding-top: 20px;
    width: 96%;
    margin: 0 auto;
    font-size: 15px;
  }
}

header .headerWrap .cmnInfo li a {
  color: #fff;
  padding: 6px 10px 6px 10px;
  border-radius: 8px;
  display: block;
}

@media screen and (max-width: 768px) {
  header .headerWrap .cmnInfo li a {
    padding: 8px 10px 8px 10px;
  }
}

header .headerWrap .cmnInfo li + li {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  header .headerWrap .cmnInfo li + li {
    margin-left: 0;
  }
}

header .headerWrap .cmnInfo li:first-child a {
  color: #fff;
  background-color: #1845a9;
}

header .headerWrap .cmnInfo li:first-child a:hover {
  background-color: #09296e;
}

header .headerWrap .cmnInfo li:nth-child(2) {
  background-color: #1845a9;
  color: #fff;
  padding: 6px 10px 6px 10px;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  header .headerWrap .cmnInfo li:nth-child(2) {
    padding: 8px 10px 8px 10px;
  }
}

header .headerWrap .cmnInfo li:nth-child(3) {
  letter-spacing: 1px;
}

header .headerWrap .cmnInfo li:nth-child(3) a {
  background-color: #2fbb62;
  color: #fff;
}

header .headerWrap .cmnInfo li:nth-child(3) a:hover {
  background-color: #13883e;
}

header .headerWrap .cmnInfo li img {
  margin-right: 3px;
  max-width: 20px;
}

@media screen and (max-width: 768px) {
  header .headerWrap .cmnInfo li {
    display: block;
    margin-bottom: 10px;
  }
}

header .headerWrap .humberger {
  text-align: left;
}

header .headerWrap .humberger .hm_menu_check {
  display: none;
}

header .headerWrap .humberger .hm_btn {
  position: absolute;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: block;
  z-index: 2;
  padding: 5px 0;
  top: 16px;
  right: 10px;
}

header .headerWrap .humberger .hm_btn::before {
  -webkit-box-shadow: #333 0 12px 0;
  box-shadow: #333 0 12px 0;
}

header .headerWrap .humberger .hm_btn::after {
  bottom: 0;
}

header .headerWrap .humberger .hm_btn::before,
header .headerWrap .humberger .hm_btn::after {
  width: 30px;
  height: 2px;
  background: #333;
  display: block;
  content: '';
  position: absolute;
  -webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
  transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
}

header .headerWrap .humberger .hm_menu_wrap {
  width: 100%;
  height: 10000px;
  position: absolute;
  right: -100%;
  top: 60px;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.95);
}

header .headerWrap .humberger .hm_menu_check:checked ~ .hm_btn::before {
  -webkit-box-shadow: transparent 0 0 0;
  box-shadow: transparent 0 0 0;
  -webkit-transform: rotate(45deg) translate3d(5.5px, 11px, 0);
  transform: rotate(45deg) translate3d(5.5px, 11px, 0);
  background-color: #333;
}

header .headerWrap .humberger .hm_menu_check:checked ~ .hm_btn::after {
  -webkit-transform: rotate(-45deg) translate3d(5.5px, -11px, 0);
  transform: rotate(-45deg) translate3d(5.5px, -11px, 0);
  background-color: #333;
}

header .headerWrap .humberger .hm_menu_check:checked ~ .hm_menu_wrap {
  left: 0;
}

header .headerWrap .humberger .hm_menu_check:checked ~ .hm_menu_wrap .hm_list {
  left: 0;
  position: fixed;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
}

header .headerWrap .humberger .hm_list {
  list-style-type: none;
  margin: 0 0 0;
  padding: 0;
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  list-style: none;
  left: -100%;
  padding-bottom: 70px;
}

header .headerWrap .humberger .hm_list::-webkit-scrollbar {
  display: none;
}

header .headerWrap .humberger .hm_list {
  -ms-overflow-style: none;
}

header .headerWrap .humberger .hm_list > li {
  width: 100%;
  display: block;
}

header .headerWrap .humberger .hm_list > li:nth-child(11) {
  padding: 16px 10px;
  border-top: 1px solid #ccc;
  color: #fff;
  background-color: rgba(9, 71, 95, 0.7);
  font-size: 13px;
}

header .headerWrap .humberger .hm_list > li:nth-child(11) img {
  margin-right: 4px;
  vertical-align: bottom;
}

header .headerWrap .humberger .hm_list > li a {
  color: #fff;
  font-size: 16px;
  display: block;
  overflow: hidden;
  padding: 16px 10px;
  position: relative;
  text-decoration: none;
  z-index: 1;
  border-top: 1px solid #ccc;
  font-size: 13px;
  font-weight: bold;
  background-color: rgba(9, 71, 95, 0.7);
}

header .headerWrap .humberger .hm_list > li a img {
  vertical-align: bottom;
  margin-right: 4px;
}

header .headerWrap .humberger .hm_list > li a img.sns {
  width: 40px;
  display: inline-block;
}

header .headerWrap .humberger .hm_list > li a:hover::before {
  bottom: 0;
}

header .headerWrap .humberger .hm_list > li a:hover::after {
  opacity: 0.5;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

header .headerWrap .humberger .hm_list > li:last-child {
  border-bottom: 1px solid #ccc;
  margin-bottom: 100px;
}

header .headerWrap .humberger .subTtl {
  display: block;
}

header .headerWrap .humberger .subTtl li {
  display: block;
  color: #fff;
  font-size: 12px;
}

header .headerWrap .humberger .subTtl li:first-child {
  border-top: 1px solid #ccc;
}

header .headerWrap .humberger .subTtl li a {
  padding: 16px 10px;
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  border-top: 1px solid rgba(9, 71, 95, 0.5);
  background-color: rgba(15, 91, 121, 0.95);
}

@media screen and (max-width: 768px) {
  header {
    height: 60px;
    background-color: rgba(243, 243, 243, 0.95);
    width: 100%;
  }
  header .headerWrap div .logo {
    max-width: 140px;
  }
}

section {
  text-align: left;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

section .wrap {
  max-width: 1200px;
  width: 98%;
  margin: 0 auto;
  padding: 50px 0;
}

.keyVis {
  padding-top: 80px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.keyVis .mainRead {
  text-align: center;
  background-color: #000;
  color: #fff;
  width: 100%;
  display: block;
  padding: 5px;
}

@media screen and (max-width: 768px) {
  .keyVis .mainRead {
    padding: 3px;
  }
  .keyVis .mainRead p {
    font-size: 14px;
    line-height: 1.7;
    width: 96%;
  }
}

@media screen and (max-width: 768px) {
  .keyVis {
    padding-top: 60px;
    overflow: hidden;
    width: 100%;
    display: block;
  }
}

.keyVis a:hover {
  opacity: 0.8;
}

.keyVis a img:hover {
  opacity: 0.9;
}

.keyVis .slick-track {
  width: 100%;
  overflow: hidden;
}

.keyVis .slick-slide {
  display: none;
}

.top_read {
  background: url(../img/top/Read_Bg.jpg) right center no-repeat;
  background-color: #ececec;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .top_read {
    background: url(../img/top/Read_Bg.jpg) 60% center no-repeat;
    background-color: #ececec;
    background-size: cover;
  }
}

.top_read .wrap {
  padding: 40px 10px;
  text-align: center;
}

.top_read .wrap img {
  max-width: 100px;
}

.top_read .wrap p {
  max-width: 640px;
  width: 96%;
  text-align: left;
  margin: 0 auto;
  font-size: 15px;
  padding-top: 10px;
}

.top_content {
  background-color: #515151;
  width: 100%;
}

.top_content .wrap {
  padding: 50px 10px;
}

.top_content .wrap h2 {
  color: #fff;
}

.top_content .wrap p {
  max-width: 640px;
  margin: 0 auto;
  color: #fff;
}

.top_content .wrap .TopcontentWrap {
  margin-top: 10px;
  max-width: 1200px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top_content .wrap .TopcontentWrap div {
  max-width: 200px;
  margin: 15px;
}

@media screen and (max-width: 768px) {
  .top_content .wrap .TopcontentWrap div {
    max-width: 160px;
    width: 42%;
    margin: 10px;
  }
}

.top_content .wrap .TopcontentWrap div img {
  max-width: 200px;
  width: 100%;
}

.top_content .wrap .TopcontentWrap div span {
  font-size: 14px;
  color: #fff;
  text-align: center;
  display: block;
  line-height: 1.4;
}

dl.companylist {
  width: 96%;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: left;
  max-width: 640px;
  margin: 0 auto;
}

dl.companylist img.name {
  width: 64px;
  padding-top: 7px;
}

dl.companylist dt {
  font-size: 15px;
  font-weight: bold;
  width: 6em;
  display: inline-block;
  vertical-align: top;
  padding-left: 3px;
}

dl.companylist dd {
  font-size: 15px;
  font-weight: normal;
  width: calc(100% - 6.5em);
  display: inline-block;
  vertical-align: top;
}

iframe.map {
  width: 100%;
  height: 400px;
  margin-top: 40px;
}

h2 {
  font-size: 35px;
  text-align: center;
  color: #000;
  margin-bottom: 20px;
}

.mailForm {
  width: 100%;
  height: 1060px;
  margin: 0 auto;
}

footer {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  margin-top: 5%;
  position: relative;
  z-index: 1;
}

footer .form_Area {
  background-color: rgba(34, 34, 34, 0.1);
  width: 100%;
  padding: 30px 20px 40px 20px;
  text-align: center;
}

footer .form_Area p {
  text-align: center;
  font-size: 15px;
}

footer .form_Area a {
  background-color: #EF8620;
  max-width: 700px;
  width: 90%;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 25px 15px;
  margin-top: 2%;
}

@media screen and (max-width: 768px) {
  footer .form_Area a {
    padding: 20px 5px;
  }
}

footer .form_Area a:hover {
  text-decoration: none;
  background-color: #ca6b11;
}

footer .form_Area a span {
  position: relative;
  display: inline-block;
  padding-left: 45px;
}

@media screen and (max-width: 768px) {
  footer .form_Area a span {
    font-size: 14px;
    padding-left: 20px;
  }
}

footer .form_Area a span:before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  top: -3px;
  left: 5px;
  background: url(../img/common/ico_form.png) center center no-repeat;
}

@media screen and (max-width: 768px) {
  footer .form_Area a span:before {
    width: 18px;
    height: 18px;
    background-size: cover;
    top: 1px;
    left: -2px;
  }
}

footer .inner {
  background-color: #000;
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  text-align: center;
  display: block;
}

footer .inner p {
  font-size: 13px;
  text-align: center;
  color: #fff;
  display: block;
}

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

footer a:hover {
  text-decoration: underline;
}

.IndentWrap {
  margin-top: 20px;
  margin-bottom: 30px;
}

.IndentWrap:first-child {
  margin-top: 0;
}

p.txtIndent01 {
  font-weight: bold;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.6;
  margin-top: 20px;
}

span.txtIndent02 {
  display: block;
  font-size: 15px;
  padding-left: 1em;
  line-height: 1.6;
  margin-top: 5px;
}

p.txtIndent03 {
  font-weight: normal;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.6;
  margin-top: 20px;
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

@media (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
