/* ----------------------------------------------
 * 共通
---------------------------------------------- */
/*PCの場合*/
.pc {
  display: inline !important;
}
.mb {
  display: none !important;
}
.tb {
  display: none !important;
}
@media screen and (max-width: 600px) {
  /*タブレット、スマホの場合*/
  .pc {
    display: none !important;
  }
  .mb {
    display: inline !important;
  }
  .tb {
    display: inline !important;
  }
}
.br {
  display: inline !important;
}
@media screen and (max-width: 1440px) {
  .br {
    display: none !important;
  }
}
@media (min-width: 960px) and (max-width: 1024px) {
  .tb {
    display: inline !important;
  }
}
.m-title .m-title_text {
  position: relative;
  z-index: 1;
  color: #fff;
}
.m-title .m-title_text h2 {
  font-weight: 500;
  font-size: 50px;
  color: #fff;
  line-height: 1.6;
  font-style: italic;
  text-align: center;
}
.m-title .m-title_text .en {
  display: block;
  font-weight: 500;
  letter-spacing: .1em;
  font-size: 20px;
  color: #FFF;
  font-style: italic;
}
@media (max-width: 599px) {
  .m-title .m-title_text h2 {
    font-size: 36px;
  }
  .m-title .m-title_text .en {
    font-size: 18px;
  }
}
/* ボタン
----------------------------------------------------------- */
a.btn_red {
  display: block;
  position: relative;
  text-decoration: none;
  width: 40%;
  text-align: center;
  color: #B20000;
  background: #FFF;
  border: solid 1px #B20000;
  overflow: hidden;
  letter-spacing: 3px;
  margin: 40px auto 0;
  padding: 12px;
  font-size: 18px;
  font-weight: 700;
}
a.btn_red:before {
  content: "";
  position: absolute;
  top: -25px;
  left: -30px;
  height: 110px;
  width: 20px;
  background: #B20000;
  opacity: 0.2;
  transform: rotate(40deg);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
a.btn_red:hover:before {
  left: 104%;
}
a.btn_red object {
  float: right;
  margin-top: 12px;
}
a.btn_white {
  display: block;
  position: relative;
  text-decoration: none;
  width: 30%;
  text-align: center;
  color: #FFF;
  border: solid 1px #FFF;
  overflow: hidden;
  letter-spacing: 3px;
  margin: 40px auto 0;
  padding: 12px;
  font-size: 18px;
  font-weight: 700;
}
a.btn_white:before {
  content: "";
  position: absolute;
  top: -25px;
  left: -30px;
  height: 110px;
  width: 20px;
  background: #FFF;
  opacity: 0.2;
  transform: rotate(40deg);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
a.btn_white:hover:before {
  left: 104%;
}
a.btn_white object {
  float: right;
  margin-top: 12px;
}
@media (max-width: 320px) {
  a.btn_red {
    width: 70%;
    margin: 20px auto 20px;
    padding: 12px;
    font-size: 18px;
  }
  a.btn_white {
    width: 70%;
    margin: 20px auto 20px;
    padding: 12px;
    font-size: 18px;
  }
}
@media (min-width: 321px) and (max-width: 599px) {
  a.btn_red {
    width: 60%;
    margin: 20px auto 40px;
    padding: 12px;
    font-size: 16px;
  }
  a.btn_white {
    width: 50%;
    margin: 40px auto 20px;
    padding: 12px;
    font-size: 16px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  a.btn_red {
    width: 50%;
    margin: 30px auto 60px;
  }
  a.btn_white {
    width: 40%;
    margin: 60px auto;
  }
}
@media (min-width: 960px) and (max-width: 1440px) {
  a.btn_red {
    width: 50%;
    margin: 30px auto;
  }
  a.btn_white {
    width: 40%;
    margin: 40px auto;
  }
}
/* ----------------------------------------------
 * ページ
---------------------------------------------- */
/* トップ \*/
.index-mv {
  width: 100%;
  height: 94vh;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.index-mv_video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index-mv_video > video {
  width: 100%;
  height: auto;
}
.index-mv_photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none !important;
}
.index-mv_photo > img {
  width: 100%;
  height: auto;
}
.index-mv_video::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #10394b;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .5;
}
.index-mv-copy-upper {
  color: #FFF;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 2.0;
  text-shadow: 2px 2px 1px #000000;
  padding-bottom: 30px;
  border-bottom: #B20000 solid 5px;
}
.index-mv-copy-lower {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 2.0;
  text-shadow: 1px 1px 1px #000000;
  padding-top: 50px;
}
.index-mv-copy {
  z-index: 998;
  position: absolute;
  width: 47%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.index-mv-overflow-width .index-mv-image {
  background-size: auto 100%
}
.index-mv-image-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity 3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 3s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 3s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 2s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}
.index-mv-image-container:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  background-image: url(../../img/common/bg-dot.png);
  background-attachment: fixed;
  z-index: 1;
}
.index-mv-image-container.is-default {
  opacity: 1;
  z-index: 1
}
.index-mv-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto
}
.index-mv-copy * {
  overflow: visible
}
@media (max-width: 599px) {
  .index-mv {
    height: 70vh;
  }
  .index-mv-copy-upper {
    font-size: 24px;
    line-height: 2.0;
  }
  .index-mv-copy-lower {
    font-size: 12px;
    line-height: 2.0;
    padding-top: 30px;
  }
  .index-mv-copy {
    width: 86%;
    margin-top: 20px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .index-mv {
    width: 100%;
    height: 80vh;
  }
  .index-mv-copy-upper {
    font-size: 36px;
    line-height: 2.0;
  }
  .index-mv-copy-lower {
    font-size: 20px;
    line-height: 2.0;
    padding-top: 30px;
  }
  .index-mv-copy {
    width: 82%;
  }
}
@media (min-width: 960px) and (max-width: 1440px) {
  .index-mv-copy {
    width: 70%;
  }
}
@media (max-width: 1279px) {
  .index-mv_video {
    display: none !important;
  }
  .index-mv_photo {
    display: block !important;
  }
}
@media (max-width: 1366px) {
  .index-mv_video > video {
    width: 100%;
    height: auto;
  }
}
.index-news-head {
  position: relative;
  margin-bottom: 104px;
}
.index-news-head-inner {
  position: absolute;
  width: 58%;
  left: 21%;
  right: 21%;
  background-color: #fff;
  border-top: 4px #B20000 solid;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 10px;
  top: -44px;
  height: 94px;
  overflow: hidden;
  z-index: 997;
}
.index-news-head-title {
  position: absolute;
  top: 50%;
  left: 35px;
  font-size: 35px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.index-news-head-title-left {
  font-weight: 700;
  font-size: 22px;
  color: #333;
  margin-right: 18px
}
.index-news-head-title-right {
  font-weight: 600;
  font-size: 18px;
  color: #B20000;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px)
}
.index-news-head-inner .ticker {
  width: 80%;
  text-align: left;
  position: relative;
  overflow: hidden;
  float: left;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 18px;
}
.index-news-head-inner .ticker a {
  color: #0062A9;
  text-decoration: underline;
}
.index-news-head-inner .ticker a:hover {
  color: #FF3333;
  text-decoration: none;
}
.index-news-head-inner .ticker ul {
  width: 100%;
  position: relative;
}
.index-news-head-inner .ticker ul li {
  width: 100%;
  display: none;
}
.index-news-head-inner .ticker span.date {
  margin-right: 15px;
}
.index-news-head-inner .ticker span.note {}
@media (max-width: 599px) {
  .index-news-head {
    position: relative;
    margin-bottom: 74px;
  }
  .index-news-head-inner {
    width: 90%;
    left: 5%;
    right: 5%;
    top: -30px;
    height: 60px;
  }
  .index-news-head-title {
    width: 100%;
    left: 10px;
  }
  .index-news-head-title-left {
    font-size: 12px;
    margin-right: 10px
  }
  .index-news-head-title-right {
    font-size: 10px;
    margin-right: 100px
  }
  .index-news-head-inner .ticker {
    width: 68%;
    font-size: 12px;
    right: 0px;
    line-height: 1.4;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .index-news-head-inner {
    width: 90%;
    left: 5%;
    right: 5%;
    top: -48px;
    height: 96px;
  }
  .index-news-head-title {
    left: 20px;
  }
  .index-news-head-title-left {
    font-size: 18px;
    margin-right: 10px
  }
  .index-news-head-title-right {
    font-size: 12px;
    margin-right: 100px
  }
  .index-news-head-inner .ticker {
    width: 78%;
    font-size: 16px;
  }
}
@media (min-width: 960px) and (max-width: 1440px) {
  .index-news-head-inner {
    width: 80%;
    left: 10%;
    right: 10%;
  }
  .index-news-head-title {
    left: 25px;
  }
}
.index_about {
  width: 100%;
  background-color: #FFF;
  overflow: hidden;
  padding: 60px 0;
}
.index_about .inner {
  width: 100%;
}
.index_about .inner .text {
  width: 40%;
  padding: 0 4% 0 6%;
  float: left;
}
.index_about .inner .text h3 {
  font-size: 36px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 5px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.index_about .inner .text h3::before {
  content: "A";
  display: inline-block;
  font-size: 60px;
  color: #B20000;
  font-weight: 700;
  font-style: italic;
}
.index_about .inner .text h3 span {
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 3px;
}
.index_about .inner .text h3 span::before {
  content: "　―";
  display: inline-block;
}
.index_about .inner .text p {
  padding-bottom: 20px;
}
.index_about .inner .photo {
  width: 50%;
  height: 500px;
  float: right;
  background-image: url(../../img/top/p_about.jpg);
  background-position: left center;
}
@media (max-width: 599px) {
  .index_about {
    width: 100%;
    padding: 10px 0 0;
  }
  .index_about .inner {
    width: 100%;
  }
  .index_about .inner .text {
    width: 90%;
    padding: 0 5%;
  }
  .index_about .inner .text h3 {
    font-size: 24px;
    letter-spacing: 5px;
    line-height: 1.4;
  }
  .index_about .inner .text h3::before {
    font-size: 48px;
  }
  .index_about .inner .text h3 span {
    font-size: 14px;
  }
  .index_about .inner .text p {
    padding-bottom: 15px;
    font-size: 16px;
  }
  .index_about .inner .photo {
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 599px) {
  .index_about .inner .text {
    padding-bottom: 20px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .index_about {
    padding: 20px 0 0;
  }
  .index_about .inner .text {
    width: 80%;
    padding: 0 10% 20px;
  }
  .index_about .inner .photo {
    width: 100%;
    height: 500px;
  }
}
@media (min-width: 960px) and (max-width: 1440px) {
  .index_about .inner .text {
    width: 40%;
    padding: 0 4% 0 6%;
    float: left;
  }
}
.index_business {
  width: 100%;
  background-color: #FFF;
  overflow: hidden;
  margin-top: 60px;
}
.index_business .inner {
  width: 100%;
  text-align: center;
  padding-top: 40px;
}
.index_business .inner h3 {
  font-size: 36px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 5px;
  line-height: 1.0;
  margin-bottom: 40px;
}
.index_business .inner h3::before {
  content: "B";
  display: inline-block;
  font-size: 60px;
  color: #B20000;
  font-weight: 700;
  font-style: italic;
}
.index_business .inner h3 span {
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 3px;
}
.index_business .inner .left {
  width: 50%;
  height: 500px;
  float: left;
  background-image: url(../../img/top/p_business01.jpg);
  background-position: center center;
  color: #FFF;
  font-size: 32px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.index_business .inner .right {
  width: 50%;
  height: 500px;
  float: right;
  background-image: url(../../img/top/p_business02.jpg);
  background-position: center center;
  color: #FFF;
  font-size: 32px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 599px) {
  .index_business {
    margin-top: 40px;
  }
  .index_business .inner {
    padding-top: 20px;
  }
  .index_business .inner h3 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  .index_business .inner h3::before {
    font-size: 48px;
  }
  .index_business .inner h3 span {
    font-size: 16px;
  }
  .index_business .inner .left {
    width: 100%;
    height: 300px;
    font-size: 24px;
  }
  .index_business .inner .right {
    width: 100%;
    height: 300px;
    font-size: 24px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .index_business .inner .left {
    width: 100%;
    height: 500px;
  }
  .index_business .inner .right {
    width: 100%;
    height: 500px;
  }
}
.contact-area {
  width: 100%;
  overflow: hidden
}
.contact-area {
  width: 100%;
  overflow: hidden
}
.contact-area_inner {
  width: 90%;
  background-image: url(../../img/common/bg_contact.jpg);
  background-position: center center;
  overflow: hidden;
  padding: 60px 5%;
  color: #FFF;
  font-size: 18px;
  line-height: 2.0
}
.contact-area_inner .contact-area_company {
  width: 23.33%;
  padding: 0 5%;
  float: left;
  text-align: center
}
.contact-area_inner .contact-area_company span {
  display: block;
  position: relative
}
.contact-area_inner .contact-area_address {
  width: 23.33%;
  padding: 0 5%;
  float: left;
  text-align: center
}
.contact-area_inner .contact-area_tel {
  width: 23.33%;
  padding: 0 5%;
  float: left;
  text-align: center
}
@media (max-width: 599px) {
  .contact-area_inner {
    width: 90%;
    background-image: url(../../img/common/bg_contact.jpg);
    background-position: left center;
    overflow: hidden;
    padding: 40px 5%;
    font-size: 12px;
    line-height: 1.6
  }
  .contact-area_inner .contact-area_company {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-bottom: 20px
  }
  .contact-area_inner .contact-area_address {
    width: 50%;
    padding: 0;
    text-align: center;
    margin-bottom: 20px
  }
  .contact-area_inner .contact-area_tel {
    width: 50%;
    padding: 0;
    text-align: center
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .contact-area_inner .contact-area_company {
    width: 29.33%;
    padding: 0 2%
  }
  .contact-area_inner .contact-area_address {
    width: 37.33%;
    padding: 0 1%
  }
  .contact-area_inner .contact-area_tel {
    width: 23.33%;
    padding: 0 2%
  }
}
@media (min-width:960px) and (max-width:1024px) {
  .contact-area_inner {
    padding: 60px 5%;
    font-size: 16px
  }
  .contact-area_inner .contact-area_company {
    width: 25.33%;
    padding: 0 4%
  }
  .contact-area_inner .contact-area_address {
    width: 25.33%;
    padding: 0 4%
  }
  .contact-area_inner .contact-area_tel {
    width: 25.33%;
    padding: 0 4%
  }
}
.index_banner {
  width: 100%;
  overflow: hidden;
  margin: 30px auto;
  text-align: center;
}
.index_banner .inner {
  width: 1100px;
  margin: 0 auto;
}
.index_banner .inner a:hover {
  opacity: 0.8;
}
@media (max-width: 599px) {
  .index_banner {
    margin: 20px auto;
  }
  .index_banner .inner {
    width: 96%;
    margin: 0 2%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .index_banner {
    margin: 30px auto;
  }
  .index_banner .inner {
    width: 90%;
    margin: 0 5%;
  }
}
@media (min-width: 960px) and (max-width: 1440px) {
  .index_banner {
    width: 100%;
  }
  .index_banner .inner {
    width: 90%;
    margin: 0 5%;
  }
}
/* ----------------------------------------------

* 事業内容

---------------------------------------------- */
.business .m-title {
  position: relative;
  background-position: center center;
  background-size: cover;
  color: #fff;
  background-image: url("../../img/business/ttl-business_bg.jpg");
  padding: 100px 0 60px;
}
.business h3 {
  font-weight: 600;
  margin: 20px auto 60px;
  font-size: 36px;
  line-height: 0.7;
  color: #B20000;
  text-align: center
}
.business p {
  margin: 30px 0;
  padding: 0;
  line-height: 2.0;
  text-align: left;
  font-size: 18px;
}
.business p span {
  font-weight: 700;
  color: #05173f;
}

.business h4 {
  font-size: 28px;
  font-weight: 700;
  margin: 60px 0 20px;
  padding: 0 30px;
  background-color: #EEE;
  color: #05173f;
}
.business img.last {
  margin: 0 auto 40px;
}
.business .left {
  width: 49%;
  margin: 20px 1% 40px 0;
  height: 500px;
  float: left;
  background-image: url(../../img/top/p_business01.jpg);
  background-position: center center;
  color: #FFF;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.business .right {
  width: 49%;
  margin: 20px 0 40px 1%;
  height: 500px;
  float: right;
  background-image: url(../../img/top/p_business02.jpg);
  background-position: center center;
  color: #FFF;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 599px) {
  .business video {
    margin: 20px auto 30px;
  }
  .business h3 {
    margin: 0 auto 15px;
    font-size: 24px;
  }
  .business h4 {
    font-size: 24px;
    margin: 0 0 10px;
    padding: 4px 20px;
  }
  .business img {
    margin: 0 auto 40px;
  }
.business .left {
  width: 100%;
  margin: 20px 0;
  height: 300px;
  font-size: 24px;
}
.business .right {
  width: 100%;
  margin: 20px 0;
  height: 300px;
  float: left;
  font-size: 24px;
}
}
@media (min-width: 600px) and (max-width: 959px) {
  .business video {
    margin: 20px auto 0;
  }
  .business h3 {
    margin: 20px auto 40px;
  }
  .business h4 {
    margin: 40px 0 10px;
    padding: 4px 20px;
  }
  .business img {
    margin: 10px auto 20px;
  }
.business .left {
  width: 100%;
  margin: 20px 0 40px;
  height: 400px;
  font-size: 32px;
}
.business .right {
  width: 100%;
  margin: 20px 0 40px;
  height: 400px;
  float: left;
  font-size: 32px;
}
}
@media (min-width: 960px) and (max-width: 1024px) {}
/* ----------------------------------------------

* 会社情報

---------------------------------------------- */
.about .m-title {
  position: relative;
  background-position: center center;
  background-size: cover;
  color: #fff;
  background-image: url("../../img/about/ttl-about_bg.jpg");
  padding: 100px 0 60px;
}
.about h3 {
  font-weight: 600;
  margin: 60px auto 60px;
  font-size: 36px;
  line-height: 0.7;
  color: #B20000;
  text-align: center
}
.about h3.first {
  margin: 20px auto 60px;
}
.about h4 {
  font-weight: 600;
  margin: 0 auto 20px;
  font-size: 24px;
  line-height: 0.7;
  color: #333333;
  text-align: left
}
.about h4::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../../img/common/icon_map.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  padding: 0 10px 8px 0;
  margin-bottom: 4px;
}
.about {
  margin: 0 auto 60px;
}
.about dl.cell_item {
  padding-top: 15px;
  padding-right: 0;
  padding-bottom: 15px;
  padding-left: 0px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	overflow: hidden
}
.about dl.cell_item dt {
  clear: both;
  float: left;
  font-weight: 700;
  width: 16%;
  padding-left: 2%;
  text-align: left;
  line-height: 1.8;
  font-size: 18px;
}
.about dl.cell_item dt.first {
  padding-top: 15px;
}
.about dl.cell_item dd {
  width: 78%;
  text-align: left;
  padding-right: 2%;
  padding-left: 20%;
  line-height: 1.8;
  font-size: 18px;
}
.about dl.cell_item dd.first {
  border-top: 1px solid #E1E1E1;
  padding-top: 15px;
}
.about dl.cell_item dt.last {
  margin-bottom: 0px;
}
@media (max-width: 599px) {
  .about h3 {
    margin: 40px auto 30px;
    font-size: 24px;
  }
.about h3.first {
  margin: 0px auto 20px;
}
  .about h4 {
    font-size: 20px;
  }
  .about {
    margin: 0 auto 40px;
  }
  .about dl.cell_item dt {
    width: 98%;
  }
  .about dl.cell_item dd {
    width: 94%;
    padding-right: 2%;
    padding-left: 2%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .about h3 {
    margin: 40px auto;
  }
.about h3.first {
  margin: 20px auto 40px;
}
}
/* ----------------------------------------------

* 採用情報

---------------------------------------------- */
.recruit .m-title {
  position: relative;
  background-position: center center;
  background-size: cover;
  color: #fff;
  background-image: url("../../img/recruit/ttl-recruit_bg.jpg");
  padding: 100px 0 60px;
}
.recruit h3 {
  font-weight: 600;
  margin: 20px auto 60px;
  font-size: 36px;
  line-height: 0.7;
  color: #B20000;
  text-align: center
}
.recruit h4 {
  font-weight: 600;
  margin: 0 auto 20px;
  font-size: 24px;
  line-height: 0.7;
  color: #333333;
  text-align: left
}
.recruit {
  margin: 0 auto 60px;
}
.recruit dl.cell_item {
  padding-top: 15px;
  padding-right: 0;
  padding-bottom: 15px;
  padding-left: 0px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	overflow: hidden
}
.recruit dl.cell_item dt {
  clear: both;
  float: left;
  font-weight: 700;
  width: 16%;
  padding-left: 2%;
  text-align: left;
  line-height: 1.8;
  font-size: 18px;
}
.recruit dl.cell_item dt.first {
  padding-top: 15px;
}
.recruit dl.cell_item dd {
  width: 78%;
  text-align: left;
  padding-right: 2%;
  padding-left: 20%;
  line-height: 1.8;
  font-size: 18px;
}
.recruit dl.cell_item dd.first {
  border-top: 1px solid #E1E1E1;
  padding-top: 15px;
}
.recruit dl.cell_item dt.last {
  margin-bottom: 0px;
}
.recruit .last {
  margin-bottom: 60px;
}
@media (max-width: 599px) {
  .recruit h3 {
    margin: 0 auto 30px;
    font-size: 24px;
  }
  .recruit {
    margin: 0 auto 40px;
  }
  .recruit dl.cell_item dt {
    width: 98%;
  }
  .recruit dl.cell_item dd {
    width: 94%;
    padding-right: 2%;
    padding-left: 2%;
  }
.recruit .last {
  margin-bottom: 40px;
}
}
@media (min-width: 600px) and (max-width: 959px) {
  .recruit h3 {
    margin: 20px auto 40px;
  }
.recruit .last {
  margin-bottom: 40px;
}
}
/* ----------------------------------------------

* お問合せ

---------------------------------------------- */
.contact .m-title {
  position: relative;
  background-position: center center;
  background-size: cover;
  color: #fff;
  background-image: url("../../img/contact/ttl-contact_bg.jpg");
  padding: 100px 0 60px;
}
.contact h3 {
  font-weight: 600;
  margin: 20px auto 60px;
  font-size: 36px;
  line-height: 0.7;
  color: #B20000;
  text-align: center
}
.contact p {
  width: 85%;
  margin: 0 5% 60px;
  padding: 0;
  line-height: 1.8;
  text-align: left;
  font-size: 18px;
}
.contact .contact-form {
  margin: 0 auto;
  overflow: hidden;
  font-size: 18px;
}
.form-box {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  clear: both;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
.form-box .form-box-title {
  width: 22%;
  float: left;
  margin-top: 8px;
  overflow: hidden;
}
.form-box .form-box-title h4 {
  font-size: 18px;
  font-weight: 700;
  display: inline;
}
.form-box span.form-box-required {
  background: #D90000;
  border-radius: 3px;
  margin-right: 3%;
  padding: 7px 13px 8px;
  text-align: center;
  line-height: 1.2;
  font-size: 11px;
  color: #FFFFFF;
  display: inline;
  float: right;
}
.form-box-wrapper {
  width: 75%;
  text-align: left;
  float: right;
}
.form-box-wrapper span {
  font-size: 12px;
  color: #FF0000;
}
.form-box-wrapper-check {
  width: 75%;
  float: right;
  text-align: left;
  margin-top: 8px;
  font-size: 18px;
}
.form-box form {
  margin: 0;
  padding: 0;
}
.form-box input {
  padding: 8px;
  background-color: #ffffff;
  border: 1px solid #B20000;
  margin-top: 0px;
  vertical-align: -5%;
  font-size: 18px;
  font-family: "SourceHanSerif", sans-serif;
}
.form-box input {
  padding: 8px;
  background-color: #ffffff;
  border: 1px solid #B20000;
  margin-top: 0px;
  vertical-align: -5%;
  font-size: 18px;
  font-family: "SourceHanSerif", sans-serif;
}
input[type="file"] {
  padding: 8px 0;
  background-color: #ffffff;
  border: 1px solid #B20000;
  border: none;
  margin-top: 0px;
  vertical-align: -5%;
  font-size: 18px;
  font-family: "SourceHanSerif", sans-serif;
}
.form-box textarea {
  padding: 8px;
  background-color: #ffffff;
  border: 1px solid #B20000;
  font-size: 18px;
  font-family: "SourceHanSerif", sans-serif;
  margin-bottom: 20px;
}
.form-box select {
  padding: 8px;
  background-color: #ffffff;
  border: 1px solid #B20000;
  font-size: 18px;
  font-family: "SourceHanSerif", sans-serif;
}
.form-box label {
  cursor: pointer;
}
.form-box select:focus, .form-box input:focus, .form-box textarea:focus {
  background-color: #FDFBF9;
}
input.submit_button {
  position: relative;
  z-index: 2;
  background: rgba(178, 0, 0, 1.0);
  color: #FFFFFF;
  line-height: 60px;
  font-size: 20px;
  font-weight: 600;
  width: 25%;
  font-family: "SourceHanSerif", sans-serif;
}
input.submit_button:hover {
  background: rgba(178, 0, 0, 0.7);
  color: #FFFFFF;
  text-decoration: none;
}
input::placeholder {
  color: #DDDDDD;
}
/* IE */
input:-ms-input-placeholder {
  color: #DDDDDD;
}
/* Edge */
input::-ms-input-placeholder {
  color: #DDDDDD;
}
textarea::placeholder {
  color: #DDDDDD;
}
/* IE */
textarea:-ms-input-placeholder {
  color: #DDDDDD;
}
/* Edge */
textarea::-ms-input-placeholder {
  color: #DDDDDD;
}
.sendbox {
  margin: 40px 0 0px;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}
.finish {
  height: 350px;
  padding-top: 60px;
  border: 1px dotted #72706E;
  text-align: center;
  line-height: 2;
  clear: both;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #FFFFFF;
}
.finish b {
  display: block;
  width: 268px;
  height: 226px;
  margin: 0 auto;
  text-indent: -9999px;
  background-image: url("../../img/contact/w_finish.gif");
  background-repeat: no-repeat;
}
.contact_tel {
  margin: 80px 5% 0;
  overflow: hidden;
  width: 90%;
}
.contact_tel h3 {
  line-height: 1.0;
}
.contact_tel h3 img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  margin-top: 10px;
}
.contact_tel ul {
  margin: 0;
  padding: 0;
}
.contact_tel ul li {
  float: left;
  list-style: none;
  border: solid 2px #EEE;
  width: 28.6%;
  margin-right: 2%;
  margin-bottom: 20px;
  padding: 15px 1.5%;
  font-size: 15px;
  background-color: #F6F6F6;
}
.contact_tel ul li:nth-child(3), .contact_tel ul li:nth-child(6) {
  margin-right: 0;
}
.contact_tel ul li span {
  font-size: 24px;
  font-weight: 600;
}
.contact h5 {
  font-size: 18px;
  font-weight: 600;
  color: #B20000;
  margin: 0 auto 30px;
  clear: both;
  width: 90%;
}
@media (max-width: 599px) {
  .contact h3 {
    margin: 0 auto 20px;
    font-size: 24px;
    line-height: 1.8;
  }
  .form-box {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .form-box .form-box-title {
    width: 100%;
    float: left;
    margin-top: 8px;
    margin-bottom: 10px;
  }
  .form-box-wrapper {
    width: 100%;
    text-align: left;
    float: left;
    margin-bottom: 10px;
  }
  .form-box-wrapper-check {
    width: 100%;
    text-align: left;
    float: left;
    margin-bottom: 10px;
  }
  .form-box span.form-box-required {
    float: right;
  }
  input.submit_button {
    line-height: 50px;
    width: 50%;
  }
  .sendbox {
    margin: 20px 0 0px;
  }
  .contact p {
    width: 100%;
    margin: 20px 0;
  }
  .contact_tel {
    margin: 60px 0 0;
    width: 100%;
  }
  .contact_tel h3 img {
    margin-top: 14px;
  }
  .contact_tel ul li {
    width: 88.5%;
    margin-left: 0;
    padding: 15px 5%;
  }
  .form-box textarea {
    margin-bottom: 0;
  }
  .contact h4 {
    font-size: 18px;
    margin: 0 auto 10px;
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .form-box {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .form-box .form-box-title {
    width: 100%;
    float: left;
    margin-top: 8px;
    margin-bottom: 10px;
  }
  .form-box-wrapper {
    width: 100%;
    text-align: left;
    float: left;
    margin-bottom: 10px;
  }
  .form-box-wrapper-check {
    width: 100%;
    text-align: left;
    float: left;
    margin-bottom: 10px;
  }
  .form-box span.form-box-required {
    float: right;
  }
  .sendbox {
    margin: 20px 0 0px;
  }
  .contact p {
    width: 100%;
    margin: 20px 0;
  }
  .contact_tel {
    margin: 80px 0 0;
    width: 100%;
  }
  .contact_tel ul li {
    width: 45.4%;
  }
  .contact_tel ul li:nth-child(3) {
    margin-right: 2%;
  }
  .contact_tel ul li:nth-child(2), .contact_tel ul li:nth-child(4), .contact_tel ul li:nth-child(6), .contact_tel ul li:nth-child(8) {
    margin-right: 0;
  }
  .form-box textarea {
    margin-bottom: 0;
  }
  .contact h5 {
    margin: 0 auto 20px;
    width: 100%;
  }
}
@media (min-width: 960px) and (max-width: 1024px) {
  .form-box {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .contact p {
    width: 100%;
    margin: 20px 0;
  }
  .contact_tel {
    margin: 80px 0 0;
    width: 100%;
  }
  .contact_tel ul li {
    width: 45.5%;
  }
  .contact_tel ul li:nth-child(3) {
    margin-right: 2%;
  }
  .contact_tel ul li:nth-child(2), .contact_tel ul li:nth-child(4), .contact_tel ul li:nth-child(6), .contact_tel ul li:nth-child(8) {
    margin-right: 0;
  }
}
/* ----------------------------------------------

* プライバシーポリシー

---------------------------------------------- */
.privacy .m-title {
  position: relative;
  background-position: center center;
  background-size: cover;
  color: #fff;
  background-image: url("../../img/privacy/ttl-privacy_bg.jpg");
  padding: 100px 0 60px;
}
.privacy .m-title:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-attachment: fixed;
}
.privacy h3 {
  font-weight: 600;
  margin: 20px auto 60px;
  font-size: 36px;
  line-height: 0.7;
  color: #B20000;
  text-align: center
}
.privacy p {
  margin: 20px 0 40px;
  padding: 0;
  line-height: 1.8;
  text-align: left;
  font-size: 18px;
}
.privacy p.first {
  margin: 40px 0;
}
.privacy p.last {
  margin: 20px 0 0;
}
.privacy h4 {
  background-color: #F3F4F5;
  padding: 8px 20px;
  font-size: 18px;
  font-weight: 700;
}
.privacy ol {
  margin: 0 0 40px;
  padding: 0;
}
.privacy ol li {
  margin-left: 20px;
  margin-bottom: 10px;
  padding-left: 5px;
  font-size: 18px;
  line-height: 1.8;
  list-style: decimal;
}
@media (max-width: 599px) {
  .privacy h3 {
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.8;
  }
  .privacy p.first {
    margin: 20px 0 40px;
  }
}
@media (min-width:600px) and (max-width:959px) {}
/* fixedでヘッダ固定時のページ内リンクのずれを解消
----------------------------------------------------------- */
#kouwan {
  content: "";
  display: inline-block;
  height: -7px;
  margin-top: 7px;
  vertical-align: top;
}
#kamotsu {
  content: "";
  display: inline-block;
  height: -6px;
  margin-top: 6px;
  vertical-align: top;
}
@media (max-width: 599px) {
#kouwan {
  content: "";
  display: inline-block;
  height: 63px;
  margin-top: -63px;
  vertical-align: top;
}
#kamotsu {
  content: "";
  display: inline-block;
  height: 63px;
  margin-top: -63px;
  vertical-align: top;
}
}
@media (min-width:600px) and (max-width:959px) {
#kouwan {
  content: "";
  display: inline-block;
  height: 13px;
  margin-top: -13px;
  vertical-align: top;
}
#kamotsu {
  content: "";
  display: inline-block;
  height: 13px;
  margin-top: -13px;
  vertical-align: top;
}
}
