@charset "UTF-8";
/* -------------------------------------
	BASE
---------------------------------------- */
body {
  color: #231815;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  padding: 0px;
  margin: 0px;
}

@media print {
  body {
    width: 1280px;
    transform: sclae(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
  }
}
img {
  max-width: 100%;
}

a:hover {
  opacity: 0.8;
}

.none {
  visibility: hidden;
}

.small {
  font-size: 80%;
}

/* -------------------------------------
	HEADER
---------------------------------------- */
header {
  padding: 0px;
  background-color: #E60012;
}
header .banner_wrap {
  width: 1030px;
  max-width: 100%;
  margin: 0px auto;
  position: relative;
}
header .banner_wrap h1 {
  padding: 0px;
  margin: 0px;
  animation: mainfadeIn 2s ease 0s 1 forwards;
  -webkit-animation: mainfadeIn 2s ease 0s 1 forwards;
}
header .banner_wrap h1 .banner_pc {
  display: none;
}
@media print, screen and (min-width: 1030px) {
  header .banner_wrap h1 .banner_pc {
    display: inline-block;
  }
  header .banner_wrap h1 .banner_sp {
    display: none;
  }
}
header .banner_wrap .message {
  display: none;
}
@media print, screen and (min-width: 1030px) {
  header .banner_wrap .message {
    display: block;
    position: absolute;
    top: 80px;
    left: 20px;
    z-index: 99;
    animation: messagefadeIn 2s ease 1s 1 forwards;
    -webkit-animation: messagefadeIn 2s ease 1s 1 forwards;
    opacity: 0;
  }
}
@media print {
  header .banner_wrap .message {
    opacity: 1;
  }
}

@keyframes mainfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes mainfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes messagefadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes messagefadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
nav {
  margin: 0px auto;
  padding: 20px 0px;
  width: 960px;
  max-width: 100%;
}
@media print, screen and (min-width: 1030px) {
  nav {
    padding: 40px 0px;
  }
}
nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  margin: 0px;
  padding: 0px 5px;
}
@media print, screen and (min-width: 1030px) {
  nav ul {
    padding: 0px;
  }
}
nav ul li {
  font-size: 120%;
  font-weight: bold;
  margin: 0px 0px 5px 0px;
  padding: 5px 0px;
  text-align: center;
  background-color: #E60012;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 49%;
}
@media print, screen and (min-width: 1030px) {
  nav ul li {
    font-size: 150%;
    width: 185px;
    margin: 5px 0px;
  }
}
nav ul li:hover {
  background-color: #F06671;
}
nav ul li a {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
  height: 2em;
  padding: 0px;
  color: #FFFFFF;
  line-height: 1.0;
}
nav ul li a .small {
  font-size: 70%;
}

/* -------------------------------------
	CONTENT
---------------------------------------- */
.b_itemwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 960px;
  max-width: 100%;
}
@media print, screen and (min-width: 1030px) {
  .b_itemwrap {
    justify-content: space-between;
    margin: 0px auto;
  }
}
.b_itemwrap .b_item {
  border: 1px solid #E60012;
  width: 300px;
  min-height: 250px;
  margin: 0px 0px 20px 0px;
}
.b_itemwrap .b_item .item_title {
  background-color: #E60012;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 2em;
  height: 2.5em;
  line-height: 1.0;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.b_itemwrap .b_item .item_title .small {
  font-size: 60%;
}
.b_itemwrap .b_item .item_cont {
  padding: 10px;
}
.b_itemwrap .b_item .item_cont .item_job {
  border-left: 7px solid #231815;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 5px;
}
.b_itemwrap .b_item .item_cont .item_place {
  border-right: 2px solid #231815;
  border-left: 2px solid #231815;
  margin: 15px 15px 5px 15px;
  padding: 0px 5px;
}
.b_itemwrap .b_item .item_cont .item_place p {
  margin: 0px;
  padding: 0px;
}
.b_itemwrap .b_item .item_cont .item_place p.item_place_ex {
  padding-left: 10px;
}

/* -------------------------------------
	FOOTER
---------------------------------------- */
footer {
  background-color: #E60012;
  padding: 5px 0px;
  color: #FFFFFF;
}
footer .footer_wrap {
  font-size: 80%;
  width: 960px;
  max-width: 100%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media print, screen and (min-width: 1030px) {
  footer .footer_wrap {
    flex-direction: row;
  }
}
footer .footer_wrap .f_address {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media print, screen and (min-width: 1030px) {
  footer .footer_wrap .f_address {
    flex-direction: row;
  }
}
footer .footer_wrap .f_address p {
  padding: 0px 0px 0px 10px;
  margin: 0px;
}
footer .footer_wrap .f_address p .f_company {
  padding: 0px;
}
