@charset "UTF-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■common
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#mainImg .mv_img {
  z-index: 10;
  height: 440px;
}

@media only screen and (max-width: 768px) {
  #mainImg .mv_img {
    height: auto;
    padding-bottom: 62%;
    margin-bottom: 0;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■代表メッセージ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#sec_president {
  position: relative;
  margin: -146px 0 60px;
}

#sec_president:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #e9f2f3;
}

#sec_president .innerWrap {
  max-width: 1000px;
  background: white;
  padding: 0 20px 25px 30px;
}

#sec_president .name {
  margin: 0 0 40px;
}

#sec_president .name img {
  height: 146px;
}

#sec_president .txt p {
  line-height: 2.0;
}

#sec_president .txt p + p {
  margin: 2em 0 0;
}

@media only screen and (max-width: 768px) {
  #sec_president {
    margin: 0 30px 40px 0;
  }
  #sec_president:before {
    right: -30px;
  }
  #sec_president .innerWrap {
    padding: 10px 15px 25px 15px;
  }
  #sec_president .name {
    margin: 0 0 20px;
  }
  #sec_president .name img {
    width: 80%;
    height: auto;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■事業内容
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#sec_business .sec_ttl {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 239px;
  margin: 0 0 67px;
}

#sec_business .sec_ttl .img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: calc(((100vw - 1000px) / 2) - 100px);
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

#sec_business .sec_ttl .txt {
  position: relative;
  width: 1000px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  padding: 0 0 0 0;
  margin: 0 auto 0 auto;
}

#sec_business .sec_ttl .txt .hd img {
  height: 61px;
}

#sec_business .dummy {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 500px;
  background: rgba(0, 0, 0, 0.5);
}

#sec_business .dummy p {
  color: #ffffff;
  font-size: 4.0rem;
  font-weight: bold;
}

#sec_business .secWrap {
  max-width: 1000px;
  padding: 0;
  margin: auto;
}

#sec_business .secWrap .secBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

#sec_business .secWrap .secBlock:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#sec_business .secWrap .secBlock:nth-of-type(even) .thumbnail {
  margin: 23px -40px 0 0;
}

#sec_business .secWrap .secBlock:nth-of-type(even) .thumbnail .img:before {
  left: 20px;
  right: -20px;
}

#sec_business .secWrap .secBlock:nth-of-type(even) .detail:before {
  left: auto;
  right: 0;
}

#sec_business .secWrap .secBlock:nth-of-type(even) .detail:after {
  left: -50px;
  right: auto;
}

#sec_business .secBlock {
  margin: 0 0 80px;
}

#sec_business .secBlock .thumbnail {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 450px;
  -ms-flex: 1 0 450px;
  flex: 1 0 450px;
  width: 450px;
  font-size: 0;
  line-height: 0;
  margin: 23px 0 0 -30px;
}

#sec_business .secBlock .thumbnail .img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}

#sec_business .secBlock .thumbnail .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#sec_business .secBlock .detail {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 580px;
  padding: 40px 65px;
}

#sec_business .secBlock .detail:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  background: rgba(233, 242, 243, 0.8);
}

#sec_business .secBlock .detail:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -50px;
  z-index: 5;
  width: 100px;
  height: 2px;
  background: #ea2f5e;
  margin: auto 0;
}

#sec_business .secBlock .detail .hd {
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-weight: 700;
  color: #018089;
  font-size: 2.2rem;
  line-height: 1.6;
  margin: 0 0 26px;
}

#sec_business .secBlock .detail .txt {
  line-height: 1.75;
}

@media only screen and (max-width: 1260px) {
  #sec_business .sec_ttl .img {
    right: 30px;
  }
}

@media only screen and (max-width: 768px) {
  #sec_business .sec_ttl {
    height: auto;
    min-height: 110px;
    padding: 30px 15px;
    margin: 0 15px 30px 0;
  }
  #sec_business .sec_ttl .img {
    right: 0;
  }
  #sec_business .sec_ttl .txt .hd {
    margin: 0;
  }
  #sec_business .sec_ttl .txt .hd img {
    width: 90%;
    height: auto;
  }
  #sec_business .dummy {
    height: 250px;
    margin: 0 15px;
  }
  #sec_business .dummy p {
    font-size: 2.4rem;
  }
  #sec_business .secWrap .secBlock {
    display: block;
  }
  #sec_business .secWrap .secBlock:nth-of-type(even) .thumbnail {
    margin: -15px auto 0 0;
  }
  #sec_business .secWrap .secBlock:nth-of-type(even) .thumbnail .img:before {
    left: 10px;
    right: -10px;
  }
  #sec_business .secWrap .secBlock:nth-of-type(even) .detail {
    padding: 20px 30px 40px 15px;
  }
  #sec_business .secWrap .secBlock:nth-of-type(even) .detail:before {
    left: auto;
    right: 15px;
  }
  #sec_business .secWrap .secBlock:nth-of-type(even) .detail:after {
    right: 15px;
  }
  #sec_business .secBlock {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    margin: 0 0 35px;
  }
  #sec_business .secBlock .thumbnail {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 80%;
    max-height: inherit;
    margin: -15px 0 0 auto;
  }
  #sec_business .secBlock .thumbnail .img:before {
    top: 10px;
    bottom: -10px;
    left: -10px;
    right: 10px;
  }
  #sec_business .secBlock .detail {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: inherit;
    padding: 20px 15px 40px 30px;
  }
  #sec_business .secBlock .detail:before {
    left: 15px;
    width: 100%;
  }
  #sec_business .secBlock .detail:after {
    top: auto !important;
    bottom: -25px !important;
    left: 15px;
    width: 2px;
    height: 50px;
    margin: auto !important;
  }
  #sec_business .secBlock .detail .hd {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 0 13px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■会社概要
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
	タイトルエリア
-------------------------*/
#sec_company {
  margin: 160px 0 0;
}

#sec_company .innerWrap {
  max-width: 1000px;
  padding: 0;
}

#sec_company .sec_ttl {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 239px;
  margin: 0 0 67px;
}

#sec_company .sec_ttl .img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: calc(((100vw - 1000px) / 2) - 100px);
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

#sec_company .sec_ttl .txt {
  position: relative;
  width: 1000px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  padding: 0 0 0 0;
  margin: 0 auto 0 auto;
}

#sec_company .sec_ttl .txt .hd img {
  height: 61px;
}

@media only screen and (max-width: 1260px) {
  #sec_company .sec_ttl .img {
    left: 30px;
  }
}

@media only screen and (max-width: 768px) {
  #sec_company {
    margin: 60px 0 60px;
  }
  #sec_company .sec_ttl {
    height: auto;
    min-height: 110px;
    padding: 30px 15px;
    margin: 0 0 30px 15px;
  }
  #sec_company .sec_ttl .img {
    left: 0;
  }
  #sec_company .sec_ttl .txt .hd {
    margin: 0;
  }
  #sec_company .sec_ttl .txt .hd img {
    width: 90%;
    height: auto;
  }
}

/*-------------------------
	概要
-------------------------*/
#sec_company .sec_about {
  margin: 0 0 84px;
}

#sec_company .sec_about dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #c5c5c5;
}

#sec_company .sec_about dl dt, #sec_company .sec_about dl dd {
  overflow: hidden;
  border-bottom: 1px solid #c5c5c5;
}

#sec_company .sec_about dl dt:last-of-type, #sec_company .sec_about dl dd:last-of-type {
  border-bottom: none;
}

#sec_company .sec_about dl dt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 16.7%;
  -ms-flex: 0 1 16.7%;
  flex: 0 1 16.7%;
  max-width: 167px;
  color: #018089;
  font-weight: 700;
  padding: 16px 20px;
}

#sec_company .sec_about dl dd {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 83.3%;
  -ms-flex: 0 1 83.3%;
  flex: 0 1 83.3%;
  font-size: 1.6rem;
  line-height: 1.75;
  padding: 15px 0;
}

#sec_company .sec_about dl dd img {
  float: right;
  padding: 0 40px;
}

#sec_company .sec_about dl dd iframe {
  display: block;
  width: 100%;
  margin: 15px 0 0;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media only screen and (max-width: 768px) {
  #sec_company .sec_about {
    padding: 0 15px;
    margin: 0 0 40px;
  }
  #sec_company .sec_about dl {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #sec_company .sec_about dl dt {
    border-bottom: none;
    font-size: 1.3rem;
    padding: 10px 15px 0;
  }
  #sec_company .sec_about dl dd {
    font-size: 1.4rem;
    padding: 0 15px 10px;
  }
  #sec_company .sec_about dl dd img {
    padding: 0 0 5px 15px;
  }
  #sec_company .sec_about dl dd iframe {
    height: 260px;
  }
}

/*-------------------------
	所在地一覧
-------------------------*/
#sec_company .sec_location {
  margin: 0 0 60px;
}

#sec_company .sec_location .ttl {
  position: relative;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-weight: 700;
  color: #018089;
  font-size: 2.2rem;
  padding: 0 0 18px;
  margin: 0 0 19px;
}

#sec_company .sec_location .ttl:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #c5c5c5;
}

#sec_company .sec_location .location_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px;
}

#sec_company .sec_location .location_list .hd {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 16.7%;
  -ms-flex: 0 1 16.7%;
  flex: 0 1 16.7%;
  max-width: 167px;
  font-weight: 700;
  padding: 3px 0 0;
}

#sec_company .sec_location .location_list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 83.3%;
  -ms-flex: 0 1 83.3%;
  flex: 0 1 83.3%;
}

#sec_company .sec_location .location_list ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  max-width: 50%;
  letter-spacing: 0.06em;
  padding: 0 20px 0 0;
  margin: 0 0 27px;
}

#sec_company .sec_location .location_list .title {
  position: relative;
  color: #ea2f5e;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0 0 5px;
  margin: 0 0 7px;
}

#sec_company .sec_location .location_list .title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 33px;
  height: 2px;
  background: #ea2f5e;
}

#sec_company .sec_location .location_list .detail {
  line-height: 1.6;
}

@media only screen and (max-width: 768px) {
  #sec_company .sec_location {
    padding: 0 15px;
  }
  #sec_company .sec_location .ttl {
    font-weight: bold;
    font-size: 1.8rem;
    padding: 0 0 5px;
    margin: 0 0 10px;
  }
  #sec_company .sec_location .location_list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 10px;
  }
  #sec_company .sec_location .location_list .hd {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: inherit;
    width: 100%;
    font-weight: bold;
    padding: 3px 0 0;
    margin: 0;
  }
  #sec_company .sec_location .location_list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  #sec_company .sec_location .location_list ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: inherit;
    padding: 0;
    margin: 0 0 20px;
  }
  #sec_company .sec_location .location_list .title {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0;
    margin: 0 0 7px;
  }
  #sec_company .sec_location .location_list .title:after {
    width: 30px;
    height: 1px;
  }
  #sec_company .sec_location .location_list .detail {
    line-height: 1.6;
  }
}
