h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
body {
  font-size: 16px;
  color: #000000;
  box-sizing: border-box;
  font-family: 'Hiragino Kaku Gothic ProN', 'HGｺﾞｼｯｸE', '游ゴシック', 'メイリオ', meiryo, sans-serif;
  position: relative;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
ul li {
  list-style: none;
}
img {
  vertical-align: bottom;
}
.wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
a:hover {
  transition: 0.5s;
}
.fadeInDown {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.line:before,
.line:after {
  position: absolute;
  content: "";
  background: url(../img/line01.png) repeat-x;
  width: 100%;
  height: 4px;
  left: 0;
}
.line:before {
  top: 0;
}
.line:after {
  bottom: 0;
}
.line02:before,
.line02:after {
  position: absolute;
  content: "";
  background: url(../img/line02.png) repeat-x;
  width: 100%;
  height: 4px;
  left: 0;
}
.line02:before {
  top: 0;
}
.line02:after {
  bottom: 0;
}
.hover01 {
  background: #000000;
}
.hover02 {
  background: #FFF;
}
/*header*/
.header {
  height: 88px;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  background: #FFF;
  transition: 0.5s;
}
.header h1 {
  background: url(../img/logo01.png?2605) no-repeat top left;
  width: 325px;
  height: 45px;
  margin: 20px 0;
  transition: 0.5s;
  float: left;
}
.header h1 span {
  display: none;
}
.header .panel_btn {
  display: none;
}
.header ul {
  float: right;
  margin-top: 30px;
  transition: 0.5s;
}
.header ul li {
  float: left;
  border: solid 2px #000000;
  margin-left: 5px;
  line-height: 1em;
}
.header ul li a {
  display: block;
}
.header ul li a img {
  padding: 10px 18px 10px 18px;
}
.header ul li:first-child img {
  width: 64px;
}
.header ul li:first-child a:hover {
  background: #000000;
}
.header ul li:nth-child(2) img {
  width: 55px;
}
.header ul li:nth-child(2) a:hover {
  background: #000000;
}
.header ul li:nth-child(3) img {
  width: 65px;
}
.header ul li:nth-child(3) a:hover {
  background: #000000;
}
.header ul li:last-child img {
  width: 57px;
}
.header ul li:last-child a:hover {
  background: #000000;
}
.fixed {
  position: fixed;
  top: 0;
  z-index: 30;
  height: 70px;
}
.fixed h1 {
  width: 240px;
  margin: 10px 0;
}
.fixed ul {
  margin-top: 19px;
}
@media screen and (max-width: 848px) {
  .fixed {
    height: 55px;
  }
  .header {
    height: 55px;
    background: #FFF;
  }
  .header ul {
    float: none;
    width: 100%;
    background: #FFF;
    position: absolute;
    top: 55px;
    margin-top: 0;
    left: 0;
    z-index: 20;
    transition: none;
  }
  .header ul li {
    float: none;
    border: none;
    margin-left: 0;
    text-align: center;
    border-top: dotted 2px #EEE;
  }
  .header ul li a {
    padding: 10px;
  }
  .header ul li a:hover {
    background: #FFF;
  }
  .header ul li:first-child img {
    width: 80px;
  }
  .header ul li:first-child a:hover {
    background: #FFF;
  }
  .header ul li:nth-child(2) img {
    width: 68px;
  }
  .header ul li:nth-child(2) a:hover {
    background: #FFF;
  }
  .header ul li:nth-child(3) img {
    width: 80px;
  }
  .header ul li:nth-child(3) a:hover {
    background: #FFF;
  }
  .header ul li:nth-child(4) img {
    width: 67px;
  }
  .header ul li:nth-child(4) a:hover {
    background: #FFF;
  }
  .header h1 {
    width: 250px;
    background-size: 100%;
    margin: 10px 0;
    background-size: contain;
    height: 35px;
  }
  .header .panel_btn {
    display: block;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 400px) {
  .header h1 {
    width: 220px;
    background-size: contain;
    height: 35px;
  }
}
@media screen and (max-width: 400px) {
  .fixed h1 {
    width: 220px!important;
  }
}
.panel_btn {
  display: none;
  position: relative;
  float: right;
  width: 40px;
  height: 40px;
  margin-top: 12px;
  cursor: pointer;
}
.panel_btn:hover .panel_btn_icon {
  background: #e60012;
}
.panel_btn:hover .panel_btn_icon:before,
.panel_btn:hover .panel_btn_icon:after {
  background: #e60012;
}
.panel_btn_icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 3px;
  margin: 0 0 0 -10px;
  background: #000000;
  transition: 0.2s;
}
.panel_btn_icon:before,
.panel_btn_icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 2.5px;
  background: #000000;
  transition: 0.3s;
}
.panel_btn_icon:before {
  margin-top: -12px;
}
.panel_btn_icon:after {
  margin-top: 9px;
}
/*mainv*/
.mainv {
  background: url(../img/mainv01.png);
  background-size: 100%;
  padding: 10px;
}
.mainv h2 {
  transition: 0.5s;
}
.mainv ul li img {
  width: 100%;
}
.mainv .wrap {
  padding: 60px 0;
  position: relative;
}
.mainv_logo {
  position: absolute;
  right: 0;
  top: 60px;
  width: 200px;
}
.mainv_logo img {
  width: 100%;
}
.mainv a {
  background: #000000;
  position: absolute;
  right: 0;
  bottom: 20px;
  display: block;
  padding: 20px;
  line-height: 1em;
}
.mainv a:hover {
  background: #e60012;
}
@media screen and (max-width: 1400px) {
  .mainv {
    background-size: cover;
    background-position: 30% top;
    padding: 0 20px;
  }
}
@media screen and (max-width: 848px) {
  .mainv {
    background-position: 50% top;
  }
  .mainv .wrap {
    padding: 40px 0;
  }
  .mainv h2 {
    width: 100px;
  }
  .mainv h2 img {
    width: 100%;
  }
  .mainv_logo {
    width: 28%;
    top: 40px;
  }
}
@media screen and (max-width: 520px) {
  .mainv h2 {
    width: 80px;
  }
  .mainv .wrap {
    padding-bottom: 108px;
  }
  .mainv a {
    box-sizing: border-box;
    text-align: center;
  }
  .mainv a img {
    width: 100%;
    max-width: 269px;
  }
}
@media screen and (max-width: 488px) {
  .mainv {
    background-position: 40% top;
  }
  .mainv_logo {
    width: 20%;
    top: 40px;
  }
}
/*content01*/
.content01 {
  padding: 60px 10px;
}
.content01 .wrap {
  overflow: hidden;
}
.content01_l {
  float: left;
  width: 30%;
}
.content01_r {
  float: left;
  margin-left: 5%;
}
.content01_r h3 {
  margin-bottom: 15px;
}
.content01_r p {
  line-height: 1.8em;
  margin-bottom: 15px;
}
.content01_r a {
  color: #FFF;
  background: #e60012;
  padding: 20px;
  line-height: 1em;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  border: solid 3px #e60012;
  width: 89%;
  text-align: center;
}
.content01_r a:hover {
  background: none;
  color: #e60012;
}
@media screen and (max-width: 968px) {
  .content01 {
    padding: 60px 20px;
  }
  .content01_r {
    width: 60%;
  }
  .content01_l {
    width: 25%;
  }
  .content01_l img {
    width: 100%;
  }
}
@media screen and (max-width: 865px) {
  .content01 {
    padding: 60px 0 60px 40px;
  }
  .content01_r p br {
    display: none;
  }
  .content01_r img {
    width: 100%;
  }
  .content01_r a {
    line-height: 1.4em;
  }
}
@media screen and (max-width: 480px) {
  .content01 {
    padding: 40px 20px;
  }
  .content01_r {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .content01_r img {
    max-width: 380px;
    margin: 0 auto;
  }
  .content01_r a {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 15px 10px;
  }
  .content01_l {
    float: none;
    width: 100px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
/*content02*/
.content02 {
  position: relative;
  padding: 25px 0;
}
.content02 ul {
  overflow: hidden;
}
.content02 ul li {
  float: left;
}
.content02 ul li img {
  width: 100%;
}
.content02 ul li:first-child {
  width: 27.88%;
}
.content02 ul li:nth-child(2) {
  width: 39.1%;
}
.content02 ul li:nth-child(3) {
  width: 17.56%;
}
.content02 ul li:nth-child(4) {
  width: 15.27%;
}
@media screen and (max-width: 480px) {
  .content02 ul {
    overflow: hidden;
  }
  .content02 ul li:first-child {
    width: 50%;
  }
  .content02 ul li:nth-child(2) {
    width: 70.1%;
    margin-right: -20.1%;
  }
  .content02 ul li:nth-child(3) {
    width: 57.5%;
    margin-right: -7.6%;
  }
  .content02 ul li:nth-child(4) {
    width: 50%;
  }
}
/*content03*/
.content03 {
  padding: 50px 10px;
}
.content03_tit h4 {
  text-align: center;
  margin-bottom: 10px;
}
.content03_tit p {
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 25px;
}
.content03_tit dl {
  border: solid 1px #b28850;
  padding: 5px;
  line-height: 1em;
  overflow: hidden;
  margin-bottom: 10px;
}
.content03_tit dl dt {
  color: #b28850;
  font-size: 0.8em;
  float: left;
  margin-right: 5%;
}
.content03_tit dl dd {
  float: left;
  margin-right: 1.6%;
}
.content03_detail_img {
  overflow: hidden;
  position: relative;
}
.content03_detail_img img {
  width: 100%;
}
.content03_detail_img:after {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 50px;
  height: 30px;
  z-index: 20;
  background: url(../img/logo.png) no-repeat;
  background-size: 100%;
  content: "";
}
.content03_detail ul {
  overflow: hidden;
  box-sizing: border-box;
}
.content03_detail ul li {
  box-sizing: border-box;
  border: solid 1px #b28850;
  border-right: none;
  width: 25%;
  float: left;
  padding: 8px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  line-height: 1;
}
.content03_detail ul li a {
  display: block;
  text-decoration: none;
  width: 100%;
}
.content03_detail ul li a:hover {
  opacity: 0.8;
}
.content03_detail ul li a:hover h5 {
  color: #e60012;
}
.content03_detail ul li a:hover .address {
  color: #e60012;
}
.content03_detail ul li:nth-child(4n) {
  border-right: solid 1px #b28850;
}
.content03_detail ul li:last-child {
  border-right: solid 1px #b28850;
}
.content03_detail ul li .flg {
  display: block;
  padding: 5px 22px;
  text-align: center;
  font-size: 0.8em;
  font-weight: bold;
  right: -25px;
  top: 18px;
  color: #FFF;
  min-width: 70px;
  position: absolute;
  -moz-transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  z-index: 20;
  font-size: 0.7em;
}
.content03_detail ul li h5 {
  font-size: 1em;
  color: #333333;
  text-align: center;
  margin: 15px 0 5px 0;
}
.content03_detail ul li .links {
  font-size: 0.8em;
  color: #959595;
  margin-left: 20px;
  position: relative;
  padding-left: 15px;
  padding-bottom: 5px;
  display: block;
}
.content03_detail ul li .links:before {
  position: absolute;
  left: 0;
  top: 3px;
  content: "";
  width: 10px;
  height: 10px;
  background: url(../img/link_icon.png) no-repeat;
  background-size: 100%;
}
.content03_detail ul li .address {
  border: solid 3px #b28850;
  color: #333333;
  width: 232px;
  font-size: 0.9em;
  padding: 5px;
  line-height: 1.2em;
  height: 50px;
  display: table-cell;
  font-weight: bold;
  vertical-align: middle;
  box-sizing: border-box;
}
.content03_detail ul .tel {
  background: #b28850;
  padding: 5px 5px 0px 5px;
  margin-top: 5px;
}
.content03_detail ul .tel dt {
  background: #FFF;
  color: #b28850;
  font-weight: bold;
  width: 20%;
  float: left;
  text-align: center;
  margin-right: 10px;
  font-size: 0.8em;
  padding: 3px;
}
.content03_detail ul .tel dd {
  color: #FFF;
  font-weight: bold;
  padding: 2px 0 5px 0;
  margin-bottom: 3px;
}
.content03_detail ul .tel dd a {
  pointer-events: none;
  text-decoration: none;
  color: #FFF;
}
.content03_detail ul .company {
  background: #000000;
  color: #FFF;
  text-align: center;
  padding: 5px 5px;
  font-size: 0.85em;
  margin-top: 5px;
}
.content03 .archive {
  border: solid 2px #e60012;
  color: #e60012;
  padding: 10px;
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
  display: none;
}
.content03 .archive:hover {
  transition: 0.5s;
  background: #e60012;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .content03 {
    padding: 30px 10px 20px 10px;
  }
  .content03_tit h4 {
    width: 180px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .content03_tit h4 img {
    width: 100%;
  }
  .content03_tit p {
    font-size: 1em;
  }
  .content03_tit p br {
    display: none;
  }
  .content03_tit dl {
    padding-bottom: 0;
  }
  .content03_tit dl dd {
    margin-bottom: 8px;
  }
  .content03_detail ul li {
    width: 50%;
    margin-bottom: 5px;
  }
  .content03_detail ul li:nth-child(2n) {
    border-right: solid 1px #b28850;
  }
  .content03_detail ul li .address {
    width: 435px;
  }
  .content03_detail ul li .tel dd {
    margin-bottom: 1px;
  }
}
@media screen and (max-width: 480px) {
  .content03_detail ul li {
    width: 100%;
    border-right: solid 1px #b28850;
  }
  .content03 .archive {
    display: block;
  }
}
.content04 {
  padding: 25px 8px;
  position: relative;
}
.content04_bg {
  background: url(../img/content04_bg01.jpg), url(../img/content04_bg02.jpg);
  background-repeat: no-repeat, repeat-x;
  background-position: bottom;
}
.content04 .wrap {
  padding: 50px 0;
  padding-bottom: 37%;
  max-height: 960px;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.content04 p {
  margin: 20px 0;
  font-size: 1.1em;
  line-height: 1.6em;
}
.content04 h6 {
  border: solid 5px #000000;
  color: #000000;
  background: #FFF;
  padding: 5px 20px;
  display: inline-block;
  font-size: 1.8em;
  margin-top: 40px;
}
.content04 .areaimg img {
  width: 100%;
}
.content04 .area01 {
  position: absolute;
  left: 43%;
  top: 28%;
  width: 29.8%;
}
.content04 .area02 {
  position: absolute;
  left: 10%;
  top: 50%;
  width: 32.6%;
}
.content04 .area03 {
  position: absolute;
  left: 10%;
  top: 50%;
  width: 30%;
}
@media screen and (max-width: 1300px) {
  .content04_bg {
    background-position: bottom center, top left;
    padding-top: 8px;
  }
  .content04 .wrap {
    padding: 25px 0;
    background: none;
    padding-bottom: 50%;
  }
  .content04 p {
    margin: 10px 10px;
  }
  .content04 p br {
    display: none;
  }
  .content04 h5 {
    width: 60%;
    margin: 0 10px;
  }
  .content04 h5 img {
    width: 100%;
  }
  .content04 h6 {
    margin-bottom: 40%;
    font-size: 1.6em;
    margin-left: 10px;
    margin-top: 15px;
  }
  .content04 .area01 {
    width: 36.8%;
    top: 31%;
    max-width: 298px;
  }
  .content04 .area02 {
    width: 38.6%;
    left: 5%;
    max-width: 326px;
  }
  .content04 .area03 {
    width: 33.6%;
    max-width: 276px;
  }
}
@media screen and (max-width: 480px) {
  .content04 .wrap {
    padding-bottom: 70%;
  }
  .content04 h5 {
    width: 260px;
  }
  .content04 h6 {
    margin-bottom: 20%;
    font-size: 1.2em;
    border: solid 2px #e60012;
  }
  .content04 .area01 {
    top: 27%;
    left: 58%;
    width: 40%;
  }
  .content04 .area02 {
    left: 5%;
    top: 39%;
    width: 45%;
  }
  .content04 .area03 {
    top: 50%;
    left: 5%;
    width: 45%;
  }
}
.flg01 {
  background: #e40013;
}
.flg02 {
  background: #01a568;
}
.flg03 {
  background: #00ade7;
}
.flg04 {
  background: #ed5c00;
}
.flg05 {
  background: #0668f1;
}
.pagetop {
  max-width: 1000px;
  margin: 0 auto;
  text-align: right;
  padding: 40px;
}
.pagetop a {
  margin: 20px 0;
  display: inline-block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}
.pagetop a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .pagetop {
    padding: 20px;
  }
  .pagetop a {
    margin: 20px 0 13px 0;
  }
  .pagetop a img {
    width: 20px;
  }
}
.footer {
  background: #e60012;
  padding: 20px 0 0 0;
  overflow: hidden;
}
.footer .copy {
  color: #FFF;
  text-align: center;
  font-size: 0.9em;
  padding: 20px 0 10px 0;
  clear: both;
}
.footer_logo {
  float: left;
}
.footer ul {
  float: right;
}
.footer ul li {
  float: left;
  margin-left: 5px;
  padding: 5px 18px 10px 18px;
}
.footer ul li a {
  display: block;
  line-height: 1em;
}
.footer ul li a:hover {
  opacity: 0.8;
}
.footer ul li:first-child img {
  width: 63px;
}
.footer ul li:nth-child(2) img {
  width: 55px;
}
.footer ul li:nth-child(3) img {
  width: 65px;
}
.footer ul li:last-child img {
  width: 55px;
}
@media screen and (max-width: 768px) {
  .footer_logo {
    float: none;
    padding: 0 10px;
  }
  .footer_logo img {
    max-width: 262px;
  }
  .footer ul {
    float: none;
    overflow: hidden;
    margin-top: 10px;
    border-top: solid 1px #FFF;
  }
  .footer ul li {
    width: 50%;
    float: left;
    box-sizing: border-box;
    margin-left: 0;
    border-bottom: solid 1px #FFF;
    text-align: center;
  }
  .footer ul li a {
    padding: 10px;
  }
  .footer ul li:first-child {
    border-right: solid 1px #FFF;
  }
  .footer ul li:nth-child(3) {
    border-right: solid 1px #FFF;
  }
}
.grandTop .footer_ga {
  display: block;
  font-size: 12px;
  padding: 10px;
  text-align: center;
}
.grandTop .footer_ga .ga-pdf {
  color: #333;
  opacity: 0.7;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .grandTop .footer_ga .ga-pdf:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 969px) {
  .content01 .wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  .content01_l {
    width: 118px;
  }
}
@media screen and (max-width: 865px) {
  .content01_r p br {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .content01_r p {
    text-align: center;
  }
}
