@charset "UTF-8";
/* animation */
@keyframes imgLeft {
  100% {
    transform: translateX(100%);
  }
}
@keyframes txtLeft {
  from {
    opacity: 0;
    transform: scaleX(0);
  }
  to {
    opacity: 1;
    transform: scaleX(100%);
  }
}
@keyframes arrow {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes scrollIn {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes obiSlideIn {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(101%);
  }
}
@keyframes obiSlideIn-txt {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideBg-right {
  from {
    opacity: 0;
    transform: translate3d(10px, 0, 0);
  }
  to {
    opacity: 0.8;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideBg-left {
  from {
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 0.8;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideImg-right {
  from {
    opacity: 0;
    transform: translate3d(10px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes vertical-slideUp {
  from {
    opacity: 0;
    margin-top: 2em;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.04);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(10px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
/* コベルコ建設機械ニュース feature */
#low {
  line-height: 1.8;
}
#low.is-loaded .artSpecial .artCopy {
  max-width: 100%;
}
#low .f-min {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
#low em, #low address {
  font-style: normal;
}
#low .lowerWrap {
  margin-bottom: 60px;
}
#low .lowInner, #low .lowInnerW {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px), print {
  #low .fR {
    float: right;
  }
  #low .fL {
    float: left;
  }
}
#low .artSpecial {
  height: 610px;
  margin-bottom: 60px;
}
#low .artSpecial .artTtl {
  margin: 0;
}
#low .artSpecial .artTtl mark {
  background: transparent;
}
#low .artSpecial .artSpecialImg {
  margin: 0;
}
#low .artSpecial .artTxtBloc {
  justify-content: flex-start;
  -webkit-box-pack: start;
  padding: 120px 80px 0 80px;
}
#low .specialLead {
  padding: 30px;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
  border: 1px solid #33bdc0;
}
#low .specialLead p {
  margin: 0;
}
#low .fadein-up {
  opacity: 0;
}
#low .fadein-up.is-view {
  animation: scrollIn 1s 0s forwards;
}
#low .specialDetail {
  margin-bottom: 60px;
}
#low .specialDetail h3 {
  margin-bottom: 25px;
  font-size: 26px;
  font-weight: 400;
  color: #33bdc0;
}
#low .specialDetail p {
  font-size: 16px;
}
#low .specialDetail div + div {
  margin-top: 40px;
}
#low .specialDetail div + p {
  margin-top: 35px;
}
#low .specialDetail .lead {
  font-size: 20px;
  margin-bottom: 5px;
}
#low .specialMap {
  padding: 50px 0 20px;
}
@media screen and (min-width: 768px), print {
  #low .specialMap .lowInner {
    text-align: center;
  }
}
#low .specialMap h3 {
  margin-bottom: 50px;
  margin-top: 0;
  text-align: center;
  position: relative;
}
#low .specialMap h3 em {
  font-size: 30px;
  font-weight: bold;
  position: relative;
}
#low .specialMap h3 em::before {
  content: "";
  display: block;
  background-image: url("../images/feature/ic_cmt.png");
  background-repeat: no-repeat;
  background-size: 120px 76px;
  background-position: center;
  width: 120px;
  height: 76px;
  position: absolute;
  top: -25px;
  left: -140px;
}
#low .specialMap h3 em::after {
  content: "";
  width: 100%;
  height: 6px;
  background-color: #000;
  position: absolute;
  bottom: -10px;
  left: 0;
}
#low .specialJobsite {
  position: relative;
  padding-top: 1px;
}
#low .specialJobsite .titJobsite {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-image: linear-gradient(135deg, rgba(145, 184, 255, 0.3) 0%, rgba(98, 187, 224, 0.3) 26%, rgba(51, 189, 192, 0.3) 100%);
}
#low .specialJobsite .titJobsite p {
  font-size: 16px;
  font-weight: bold;
  padding: 50px 0 50px 35px;
  position: relative;
}
#low .specialJobsite .titJobsite p::before {
  content: "";
  width: 7px;
  height: auto;
  background-color: #101010;
  position: absolute;
  top: 65px;
  bottom: 60px;
  left: 0;
}
#low .specialJobsite .titJobsite p em {
  display: block;
  font-size: 50px;
  line-height: 1.4;
  margin-bottom: 15px;
}
#low .specialJobsite .jobsiteBase {
  position: relative;
  margin-top: 40px;
  margin-bottom: 100px;
}
#low .specialJobsite .jobsiteBase .jobsiteMap {
  margin: 0 auto;
}
#low .specialJobsite .jobsiteBase .area p {
  line-height: 1.4;
  font-weight: bold;
  box-sizing: border-box;
  padding: 17px 20px;
  position: absolute;
  width: 379px;
}
#low .specialJobsite .jobsiteBase .area p:nth-of-type(1) {
  background: url(../images/feature/balloon01.png) no-repeat center;
  width: 322px;
  height: 129px;
  padding-right: 0;
  top: 380px;
  left: 245px;
}
#low .specialJobsite .jobsiteBase .area p:nth-of-type(2) {
  background: url(../images/feature/balloon02.png) no-repeat center;
  height: 129px;
  top: 565px;
  left: 15px;
}
#low .specialJobsite .jobsiteBase .area p:nth-of-type(3) {
  background: url(../images/feature/balloon03.png) no-repeat center;
  height: 142px;
  padding-top: 50px;
  top: 740px;
  left: 435px;
}
#low .specialJobsite .jobsiteBase .area p:nth-of-type(4) {
  background: url(../images/feature/balloon04.png) no-repeat center;
  height: 212px;
  padding-top: 120px;
  top: 805px;
  left: 295px;
}
#low .specialJobsite .jobsiteBase .area p em {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
}
#low .specialJobsite .jobsiteBase .photo {
  position: absolute;
  top: 330px;
  right: 15px;
  width: 290px;
}
#low .specialJobsite .jobsiteBase .photo img {
  display: block;
  width: 290px;
}
#low .specialJobsite .jobsiteBase .photo img + img {
  margin-top: 10px;
}
#low .voice {
  background-color: #f3f9f9;
  padding: 20px 20px;
  box-sizing: border-box;
}
#low .voice h4 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
#low .voice h4 em {
  display: block;
  font-size: 30px;
}
#low .voice ul {
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@media screen and (min-width: 768px), print {
  #low .voice ul {
    float: left;
    width: 345px;
    padding-right: 20px;
    margin-left: 20px;
  }
  #low .voice ul:not(:last-of-type) {
    border-right: 2px solid #fff;
  }
}
#low .voice ul li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  font-size: 16px;
  min-height: 120px;
}
#low .voice ul li:first-of-type {
  min-height: 140px;
}
#low .voice ul li:nth-of-type(3) {
  min-height: 170px;
}
#low .voice ul li em {
  color: #00a9ac;
  padding-right: 0.5em;
}
#low .faq .titFaq {
  text-align: center;
}
#low .faq .titFaq em {
  font-size: 30px;
  font-weight: bold;
  border-bottom: 6px solid #101010;
}
#low .faq .faqList {
  margin-top: 40px;
}
#low .faq .faqList dl {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
#low .faq .faqList dl + dl {
  margin-top: 3px;
}
#low .faq .faqList dl dt {
  display: block;
  background: #00a9ac url(../images/feature/ic_q.png) 30px center/34px 33px no-repeat;
  color: #fff;
  font-size: 20px;
  padding: 20px 60px 20px 90px;
  cursor: pointer;
  position: relative;
}
#low .faq .faqList dl dt::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 27px;
  height: 14px;
  transform: translateY(-50%);
  background: url(../images/feature/ic_arrow_down.png) center/27px 14px no-repeat;
}
#low .faq .faqList dl dt.active::before {
  background-image: url(../images/feature/ic_arrow_up.png);
}
#low .faq .faqList dl dd {
  display: none;
  font-size: 16px;
  margin: 0;
  padding: 40px 80px 40px 90px;
  background: #f6f6f6 url(../images/feature/ic_a.png) 30px 40px/32px 26px no-repeat;
}
#low .faq .faqList dl dd img {
  display: block;
  opacity: 1;
  margin-top: 30px;
}
#low .faq .faqList dl dd a {
  display: inline-block;
  margin-top: 15px;
  color: #00a9ac;
  text-decoration: none;
}
#low .faq .faqList dl dd a::after {
  content: "";
  background: url(../images/feature/ic_pdf.png) center/17px 18px no-repeat;
  width: 17px;
  height: 18px;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 10px;
}
#low .faq .faqList dl dd a:hover {
  opacity: 0.7;
}
#low .specialNote {
  margin-top: 50px;
  padding: 16px 0;
  font-size: 12px;
  letter-spacing: 1px;
}
#low .specialNote > span {
  display: inline-block;
  margin-right: 15px;
}
#low .specialNote em {
  font-weight: 500;
  font-size: 16px;
}
#low .specialNote .illust {
  font-size: 16px;
}
#low .arrowBox {
  font-size: 16px;
}
#low .arrowBox .ttl {
  float: left;
  margin: 0 10px 0 0;
}
#low .arrowBox .ttl img {
  display: inline-block;
  margin-left: 5px;
  vertical-align: -2px;
}
#low .arrowBox .cmp {
  float: left;
}
#low .arrowBox .cmp a {
  color: #000;
  text-decoration: none;
}
#low .arrowBox .cmp em {
  font-weight: bold;
  font-size: 18px;
}
#low .newsFeature .lowerWrap {
  margin-bottom: 0;
}
#low .newsFeature .js-scrollIn {
  opacity: 0;
}
#low .newsFeature .is-view {
  animation: scrollIn 1s 0s forwards;
}
@media screen and (min-width: 768px), print {
  #low .newsFeature .specialDetail .item01 img {
    float: right;
    margin-left: 20px;
  }
  #low .newsFeature .specialDetail .item02 img {
    float: left;
    margin-right: 20px;
  }
  #low .newsFeature .specialDetail .item02 p {
    float: right;
    width: 775px;
  }
}
#low .newsFeature .specialDetail img {
  opacity: 0;
}
#low .newsFeature .specialDetail img.is-view {
  animation: scrollIn 1s 0.5s forwards;
}
#low .newsFeature .specialDetail h3 {
  margin-bottom: 22px;
}
#low .newsFeature .noteTxt {
  margin-top: 30px;
}
#low .newsFeature .noteTxt p {
  color: #666;
  font-size: 13px;
}
#low .newsCase .arrowBox .ttl {
  color: #0b3775;
}
@media screen and (min-width: 768px), print {
  #low .newsCase .specialNote {
    margin-top: 30px;
  }
}
#low .newsCase .lowerWrap {
  margin-bottom: 0;
}
#low .newsCase .newsTtl {
  padding: 18px 0;
  font-size: 20px;
}
#low .newsCase .newsTtl .newsTtl_cate {
  display: inline-block;
  padding: 1px 12px;
  margin-right: 15px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: #000;
}
#low .newsCase .newsTtl mark {
  color: #33bdc0;
  background: none;
}
@media screen and (min-width: 768px), print {
  #low .newsCase .specialTopics.spCase .topicsCaption {
    max-width: 100%;
  }
}
#low .newsCase .specialTopics .topicsBox {
  width: auto;
  padding: 120px 0 30px;
}
#low .newsCase .specialTopics .topicsPic.column {
  right: 0;
  top: 40px;
  width: auto;
}
#low .newsCase .specialTopics .topicsPic.column .itemBox {
  margin: 0;
}
#low .newsCase .specialTopics .topicsPic.column .itemBox img.spVis {
  display: none;
}
#low .newsCase .specialTopics .topicsTtl {
  font-size: 40px;
  margin-bottom: 50px;
}
#low .newsCase .caseFlow {
  padding: 50px 0 60px;
  margin-bottom: 50px;
  background: #f8f8f8;
}
#low .newsCase .caseFlow h3 {
  margin: 0 0 32px;
  color: #33bdc0;
  font-size: 20px;
}
#low .newsCase .caseFlow .flow {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
#low .newsCase .caseFlow .flow .blc {
  width: 250px;
  height: 155px;
  position: relative;
  box-sizing: border-box;
  padding: 15px 20px 15px 30px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 15px 15px;
  background-size: auto;
  background-image: url(../images/case/num01.png);
  background-color: #00adb0;
  opacity: 0;
}
#low .newsCase .caseFlow .flow .blc:nth-child(2) {
  background-image: url(../images/case/num02.png);
}
#low .newsCase .caseFlow .flow .blc:nth-child(3) {
  background-image: url(../images/case/num03.png);
}
#low .newsCase .caseFlow .flow .blc:nth-child(4) {
  background-image: url(../images/case/num04.png);
}
#low .newsCase .caseFlow .flow .blc h4 {
  font-size: 20px;
  margin: 0 0 10px;
}
#low .newsCase .caseFlow .flow .blc p {
  font-size: 16px;
  margin: 0;
  line-height: 1.6;
}
#low .newsCase .caseFlow .flow .blc .arw {
  position: absolute;
  height: 2px;
  width: 60px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -30px;
  background: #fff;
}
#low .newsCase .caseFlow .flow .blc .arw:before {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 30px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  background: #33bdc0;
}
#low .newsCase .caseFlow .flow .blc .arw:after {
  content: "";
  display: block;
  position: absolute;
  height: 20px;
  width: 2px;
  margin: auto;
  top: 0;
  bottom: 13px;
  right: 5px;
  background: #33bdc0;
  transform: rotate(-45deg);
}
#low .newsCase .caseFlow .detail {
  padding: 36px 50px;
  background: #fff;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  opacity: 0;
}
#low .newsCase .caseFlow .detail .ttl {
  color: #33bdc0;
}
#low .newsCase .caseFlow .detail .ict img:nth-child(2) {
  margin-left: 15px;
}
#low .newsCase .caseFlow.is-view .flow .blc {
  animation: scrollIn 0.7s 0s forwards;
}
#low .newsCase .caseFlow.is-view .flow .blc:nth-of-type(1) {
  animation-delay: 0.2s;
}
#low .newsCase .caseFlow.is-view .flow .blc:nth-of-type(2) {
  animation-delay: 0.4s;
}
#low .newsCase .caseFlow.is-view .flow .blc:nth-of-type(3) {
  animation-delay: 0.6s;
}
#low .newsCase .caseFlow.is-view .flow .blc:nth-of-type(4) {
  animation-delay: 0.8s;
}
#low .newsCase .caseFlow.is-view .detail {
  animation: scrollIn 0.7s 1s forwards;
}
#low .newsCase .specialDetail {
  margin-bottom: 20px;
}
#low .newsCase .specialDetail h3 {
  font-size: 30px;
  margin: 0 0 20px;
}
#low .newsCase .specialDetail h3.first {
  margin-top: 50px;
}
#low .newsCase .specialDetail .ph {
  width: 330px;
  color: #666;
}
#low .newsCase .specialDetail .ph p {
  margin: 10px 0 0;
  font-size: 13px;
}
@media screen and (min-width: 768px), print {
  #low .newsCase .specialDetail .caseDetail.item01 .txt {
    margin-right: 30px;
  }
  #low .newsCase .specialDetail .caseDetail.item02 .txt, #low .newsCase .specialDetail .caseDetail.item03 .txt {
    margin-left: 30px;
  }
  #low .newsCase .specialDetail .caseDetail .txt {
    width: 780px;
    font-size: 16px;
  }
}
#low .newsCase .specialDetail .pictBox img {
  display: block;
}
#low .newsCase .specialDetail .pictBox img + img {
  margin-top: 26px;
}
#low .newsCase .specialDetail .pictBox p {
  color: #666;
  margin-top: 10px;
  font-size: 13px;
}
@media screen and (min-width: 768px), print {
  #low .newsCase .specialDetail .pictBox {
    border: 2px solid #ebebeb;
    padding: 50px;
  }
  #low .newsCase .specialDetail .pictBox .phItem {
    width: 508px;
  }
}
#low .newsCase .specialDetail .phBox {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#low .newsCase .specialDetail .phBox .ph {
  width: 368px;
  margin-right: 0;
}
#low .newsCase .specialDetail .phBox .widePh {
  flex: 1;
  font-size: 0;
}
#low .newsCase .specialDetail .phBox .widePh div {
  font-size: 0;
}
#low .newsCase .specialDetail .phBox .widePh img {
  display: inline-block;
  margin-left: 18px;
}
#low .newsCase .specialDetail .phBox .widePh p {
  margin-left: 18px;
}
#low .newsCase .specialDetail .voice {
  background-color: #f3f9f9;
}
#low .newsCase .specialDetail .voice dl {
  padding: 50px 20px;
}
#low .newsCase .specialDetail .voice dl dt {
  text-align: center;
}
#low .newsCase .specialDetail .voice dl dt em {
  font-size: 30px;
  font-weight: bold;
  border-bottom: 6px solid #101010;
}
#low .newsCase .specialDetail .voice dl dd {
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-left: 0;
}
@media screen and (min-width: 768px), print {
  #low .newsCase .specialDetail .voice dl dd {
    float: left;
    width: 323px;
    margin-top: 30px;
    box-sizing: border-box;
    padding-right: 30px;
    margin-left: 30px;
    font-size: 16px;
  }
  #low .newsCase .specialDetail .voice dl dd:not(:last-of-type) {
    border-right: 2px solid #fff;
  }
}
#low .newsCase .specialDetail .voice dl dd em {
  color: #00a9ac;
  padding-right: 0.5em;
}
#low .newsStory .theme {
  background-color: #f8f8f8;
  padding: 40px 0;
}
#low .newsStory .theme .arrowBox {
  position: relative;
  background-color: #fff;
  padding: 40px 50px;
}
#low .newsStory .theme .arrowBox .itemImg {
  position: absolute;
  top: -25px;
  right: -40px;
}
#low .newsStory .theme .arrowBox .ttl {
  color: #00adb0;
}
#low .newsStory .specialDetail .member {
  list-style-type: none;
  margin: 0 0 30px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#low .newsStory .specialDetail .member li {
  width: 48.5%;
  box-sizing: border-box;
}
#low .newsStory .specialDetail .member li:nth-of-type(n+3) {
  margin-top: 50px;
}
#low .newsStory .specialDetail .member li img {
  width: 200px;
  height: auto;
  float: left;
  margin-right: 25px;
  margin-bottom: 30px;
}
#low .newsStory .specialDetail .member li p {
  line-height: 1.4;
}
#low .newsStory .specialDetail .member li p.name {
  display: inline-block;
  margin-bottom: 30px;
}
#low .newsStory .specialDetail .member li p.name em {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}
#low .newsStory .specialDetail .member li p.profile {
  display: inline;
  font-size: 15px;
}
@media screen and (min-width: 768px), print {
  #low .newsStory .specialDetail .item01 .ph {
    width: 325px;
  }
  #low .newsStory .specialDetail .item01 .txt {
    width: 780px;
  }
  #low .newsStory .specialDetail .item03 .ph {
    width: 332px;
  }
  #low .newsStory .specialDetail .item03 .txt {
    width: 770px;
  }
  #low .newsStory .specialDetail .txt {
    font-size: 16px;
  }
}
#low .newsWind .specialDetail h3 {
  margin: 0 0 15px;
  opacity: 0;
}
#low .newsWind .specialDetail h3.is-view {
  animation: fadeInRight .4s ease-in 0s forwards;
}
#low .newsWind .specialDetail section.is-view {
  animation-delay: .4s;
}
#low .newsWind .navWrap {
  height: 73px;
  margin-bottom: 60px;
}
#low .newsWind #wind01 p.windTxt {
  width: 550px;
}
@media only screen and (max-width: 767px) {
  #low .newsWind #wind01 p.windTxt {
    width: 100%;
  }
}
#low .newsWind #wind02 section > p {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  #low .newsWind #wind02 section > p {
    margin-top: 10px;
  }
}
#low .newsWind #wind03 p.windTxt {
  width: 550px;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  #low .newsWind #wind03 p.windTxt {
    width: 100%;
    margin-top: 0;
  }
}
#low .newsWind #wind03 .ph {
  margin-top: 25px;
}
#low .newsWind #wind04 p.windTxt {
  width: 550px;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  #low .newsWind #wind04 p.windTxt {
    width: 100%;
    margin-top: 0;
  }
}
#low .newsWind #wind04 .ph {
  margin-top: 25px;
}
#low .newsWind #wind05 p.windTxt {
  width: 550px;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  #low .newsWind #wind05 p.windTxt {
    width: 100%;
    margin-top: 0;
  }
}
#low .newsWind #wind05 .ph {
  margin-top: 25px;
}
#low .newsWind #wind06 p.windTxt {
  width: 550px;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  #low .newsWind #wind06 p.windTxt {
    width: 100%;
    margin-top: 0;
  }
}
#low .newsWind #wind06 .ph {
  margin-top: 25px;
}
#low .windKv {
  background-color: #dff1f9;
  padding: 0;
}
#low .windKv .lowInner {
  padding: 10px 0;
  background-image: url(../images/wind/map.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 100% 0;
}
#low .windKv h2 {
  display: inline-block;
  text-align: center;
}
#low .windKv h2 .note {
  display: block;
  font-weight: 500;
  font-size: 17px;
  color: #33bdc0;
}
#low .windKv h2 .cap {
  font-weight: 400;
  font-size: 16px;
}
#low .windNav {
  min-width: 1240px;
  width: 100%;
}
#low .windNav.is-fixed {
  position: fixed;
  top: 135px;
  width: 100%;
  z-index: 1;
}
#low .windNav ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid #fff;
}
#low .windNav li {
  width: 16.6666666667%;
  margin: 0;
  float: left;
  text-align: center;
  background: #33bdc0;
  list-style-type: none;
}
#low .windNav li:last-child a {
  border: 0px;
}
#low .windNav li a {
  position: relative;
  padding: 12px;
  display: block;
  line-height: 1.3;
  color: #fff;
  text-decoration: none;
  border-right: 2px solid #fff;
}
#low .windNav li a span {
  display: block;
}
#low .windNav li a span .num {
  display: inline-block;
  font-size: 19px;
}
#low .windNav li a em {
  display: block;
  font-size: 19px;
}
#low .windNav li a:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-right: 2px solid  #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 25px;
}
#low .specialDetail {
  padding-top: 210px;
  margin-top: -210px;
  margin-bottom: 60px;
}
#low .specialDetail:last-of-type {
  margin-bottom: 0;
}
#low .specialDetail p {
  margin: 0;
}
#low .specialDetail h3 {
  margin: 0 0 38px;
}
#low .specialDetail h3 dl {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 2px solid #ececec;
  margin: 0;
}
#low .specialDetail h3 dl dt {
  width: 220px;
  padding: 13px;
  padding-left: 55px;
  box-sizing: border-box;
  background-color: #ececec;
  background-image: url(../images/wind/ttl_bg.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 0 0;
  line-height: 1.3;
}
#low .specialDetail h3 dl dt span {
  display: block;
  font-size: 18px;
}
#low .specialDetail h3 dl dt em {
  display: block;
  font-size: 21px;
}
#low .specialDetail h3 dl dd {
  margin-left: 20px;
}
#low .specialDetail .ph p {
  margin-bottom: 0;
  margin-top: 13px;
  font-size: 13px;
  color: #666;
}
#low .specialDetail .ph p em {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #low .specialDetail .ph p em {
    font-size: 15px;
    margin-top: 15px;
    display: block;
  }
}
#low .specialDetail .ph.wide {
  font-size: 0;
}
@media screen and (min-width: 768px), print {
  #low .specialDetail .ph.wide.side {
    display: flex;
    align-items: flex-end;
  }
  #low .specialDetail .ph.wide.side p {
    width: 630px;
    padding-left: 30px;
  }
  #low .specialDetail .ph.wide.onTxt {
    position: relative;
  }
  #low .specialDetail .ph.wide.onTxt p {
    position: absolute;
    width: 280px;
    padding: 20px 25px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.8);
    top: 25px;
    left: 35px;
  }
}
#low .specialDetail .ph.double {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  margin-top: 35px;
}
#low .specialDetail .ph.double .txt p {
  color: #000;
  font-size: 16px;
}
#low .specialDetail .ph.double > div {
  width: 49%;
  margin-top: 0;
}
#low .specialDetail .ph.double.double02 > div:nth-child(1) {
  width: 66%;
}
#low .specialDetail .ph.double.double02 > div:nth-child(2) {
  width: 32%;
}
#low .specialDetail#hist03 .ph.double {
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  #low .specialDetail#hist03 .ph.double {
    padding-top: 30px;
  }
}
#low .specialDetail .floatImg {
  float: right;
  margin-left: 50px;
}
#low .specialDetail#wind01 h3.is-view {
  margin-top: 0;
}
#low .specialDetail#wind01 .wide {
  margin-bottom: 35px;
}
@media screen and (min-width: 768px), print {
  #low .specialDetail#wind01 .wide {
    margin-top: 35px !important;
  }
}
#low .specialDetail#wind01 > p {
  margin-bottom: 30px;
}
#low .specialDetail#wind02 h3 {
  margin-bottom: 0;
}
#low .specialDetail#wind04 h3 dt {
  padding-left: 35px;
}
#low .specialDetail#wind04 h4 {
  margin: 0 0 15px;
}
#low .specialDetail .about {
  display: flex;
  display: -webkit-flex;
  padding-left: 60px;
}
#low .specialDetail .about .blc {
  width: 355px;
}
#low .specialDetail .about .blc dl {
  display: flex;
  display: -webkit-flex;
  margin: 0;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  line-height: 1.4;
}
#low .specialDetail .about .blc dl dt {
  width: 3em;
}
#low .specialDetail .about .blc dl dd {
  flex: 1;
  margin-left: 0;
}
#low .specialDetail .about .blc.icon {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (min-width: 768px), print {
  #low .newsStory .specialDetail h3 {
    margin-bottom: 20px;
  }
}
#low .newsManage .lowerWrap {
  margin-bottom: 0;
}
#low .newsManage .manageWrap {
  background: url(../images/top/bg_stripe.png) repeat;
}
#low .newsManage .artHint {
  min-height: auto;
  padding: 67px 0 58px;
  margin-bottom: 65px;
  background: transparent;
}
#low .newsManage .artHint .lowInner {
  padding: 0 50px;
  box-sizing: border-box;
}
#low .newsManage .artHint .artHintHead {
  margin-bottom: 30px;
  opacity: 0;
}
#low .newsManage .artHint .artCaption {
  margin: 15px 0 0;
  width: auto;
  min-width: auto;
}
#low .newsManage .artHint .hintTtl {
  margin-left: 60px;
}
#low .newsManage .artHint .hintTtl .artTtl {
  margin: 0 0 20px;
  font-size: 40px;
}
#low .newsManage .artHint .hintLogo {
  width: 170px;
  text-align: center;
}
#low .newsManage .artHint .hintLogo img {
  margin-bottom: 15px;
}
#low .newsManage .artHint .hintLogo em {
  font-size: 16px;
}
#low .newsManage .artHint .artHintCont {
  position: relative;
}
#low .newsManage .artHint .artHintCont .coment {
  width: 630px;
  position: relative;
  z-index: 1;
  padding: 22px 15px 15px 130px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
}
#low .newsManage .artHint .artHintCont .coment .txt {
  font-size: 26px;
  margin: 27px 0 17px;
}
#low .newsManage .artHint .artHintCont .coment .name {
  margin: 0;
  text-align: right;
  font-size: 16px;
}
#low .newsManage .artHint .artHintCont .coment .name span {
  font-size: 20px;
}
#low .newsManage .artHint .artHintCont .coment:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  top: 10px;
  left: 10px;
  border: 1px solid #000;
}
#low .newsManage .artHint .artHintCont .artHintImg {
  margin-right: 0;
  margin-top: 20px;
  opacity: 0;
}
#low .newsManage .artHint .artHintCont .artHintImg .itemBox {
  opacity: 1;
}
#low .newsManage .specialDetail .lowInner {
  background: #fff;
  padding: 50px;
  box-sizing: border-box;
}
#low .newsManage .specialDetail .lowInner > p {
  margin-bottom: 35px;
}
#low .newsManage .specialDetail h3 {
  font-size: 26px;
  font-weight: 400;
  border-bottom: 1px solid #0b3775;
  color: #0b3775;
}
#low .newsManage .arrowBox {
  padding: 50px 0;
}
#low .newsManage .arrowBox .ttl {
  color: #0b3775;
}
#low.is-loaded .newsManage .artHint .artHintHead {
  animation: scrollIn 1s 0.5s forwards;
}
#low.is-loaded .newsManage .artHint .artHintImg {
  animation: scrollIn 1s 1s forwards;
}
#low.is-loaded .newsManage .artHint .artHintCont .coment {
  animation: scrollIn 1s 0.7s forwards;
}
#low .newsHist .artHist {
  height: 610px;
  box-sizing: border-box;
  padding: 220px 0 0;
  background: url(../images/hist/kv_bg.jpg) no-repeat center center;
  background-size: cover;
}
#low .newsHist .artHist .lowInner {
  position: relative;
  height: 100%;
}
#low .newsHist .artHist .artHistHead {
  display: flex;
  display: -webkit-flex;
  margin: 0;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  opacity: 0;
  color: #fff;
}
.is-loaded #low .newsHist .artHist .artHistHead {
  animation: scrollIn 1s 0s forwards;
}
#low .newsHist .artHist .artHistHead .histMap {
  margin-top: 10px;
}
#low .newsHist .artHist .artHistHead .histLead {
  margin: 0;
  font-size: 22px;
}
#low .newsHist .artHist .artHistHead .histLead:before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 1px;
  margin-right: 10px;
  vertical-align: -2px;
  background: #fff;
}
#low .newsHist .artHist .artHistHead .artTtl {
  margin: 0 0 20px;
  line-height: 1.4;
  font-size: 40px;
  font-weight: 600;
}
#low .newsHist .artHist .artHistHead .artTtl span {
  font-size: 26px;
}
#low .newsHist .artHist .artHistHead .artCaption {
  font-size: 16px;
}
#low .newsHist .artHist .coment {
  position: absolute;
  right: 0;
  bottom: 40px;
  width: 300px;
  box-sizing: border-box;
  padding: 20px;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.7);
}
#low .newsHist .artHist .coment p {
  margin: 0;
}
#low .newsHist .specialDetail {
  padding-bottom: 60px;
  padding-top: 60px;
  margin-top: 0;
  margin-bottom: 0;
}
#low .newsHist .specialDetail h3 {
  margin: 0 0 20px;
  color: #000;
}
#low .newsHist .specialDetail:nth-child(2n) {
  background-color: #f8f8f8;
}
#low .newsHist .specialDetail .ph.double.tripple > div {
  width: 32%;
}
#low .newsHist .specialDetail:last-of-type {
  margin-bottom: 0;
}
#low .newsHist #hist02 .specialDetail {
  padding-top: 0;
}
@media screen and (min-width: 768px), print {
  #low .newsHist #hist04 .specialDetail .histTxt, #low .newsHist #hist05 .specialDetail .histTxt {
    width: 770px;
  }
  #low .newsHist #hist04 .specialDetail .ph, #low .newsHist #hist05 .specialDetail .ph {
    width: 344px;
  }
}
@media only screen and (max-width: 767px) {
  #low .newsHist #hist04 .specialDetail .ph, #low .newsHist #hist05 .specialDetail .ph {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px), print {
  #low .newsHist #hist05 .specialDetail {
    padding-top: 0;
  }
}
#low .newsHist .specialImg {
  height: 700px;
  margin-top: 0;
  background: url(../images/hist/foot_ph.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 768px), print {
  #low .newsHist .specialImg .lowInner {
    position: relative;
    height: 100%;
  }
  #low .newsHist .specialImg .lowInner .coment {
    position: absolute;
    left: 60px;
    top: 60px;
    width: 300px;
    box-sizing: border-box;
    padding: 20px;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.7);
  }
  #low .newsHist .specialImg .lowInner .coment p {
    margin: 0;
  }
}
#low.is-loaded .newsHist .artHist .artHistHead {
  animation: scrollIn 1s 0.5s forwards;
}
#low .newsRead {
  background: #eaf5f5;
  padding: 60px 0;
}
#low .newsRead .artRead {
  text-align: center;
  margin-bottom: 60px;
}
#low .newsRead .artRead .artTtl {
  margin-bottom: 40px;
}
#low .newsRead .artRead .artCaption {
  font-size: 16px;
}
#low .newsRead .specialReader .lowInner {
  margin-bottom: 36px;
}
#low .newsRead .specialReader .readBox {
  display: flex;
  display: -webkit-flex;
}
#low .newsRead .specialReader .readBox .readBlc {
  width: 370px;
  margin-right: 15px;
  margin-bottom: 20px;
  position: relative;
  padding: 18px 18px 87px;
  font-size: 16px;
  background: #fff;
  border-radius: 20px;
  opacity: 0;
}
#low .newsRead .specialReader .readBox .readBlc:last-child {
  margin-right: 0;
}
#low .newsRead .specialReader .readBox .readBlc.wide {
  width: 800px;
  padding-bottom: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  justify-content: -webkit-space-between;
}
#low .newsRead .specialReader .readBox .readBlc h3 {
  margin: 0 0 25px;
}
#low .newsRead .specialReader .readBox .readBlc .illust {
  text-align: center;
}
#low .newsRead .specialReader .readBox .readBlc .name {
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-align: right;
  color: #666;
}
#low .newsRead .specialReader .readBox.is-view .readBlc {
  animation: scrollIn 1s 0s forwards;
}
#low .newsRead .specialReader .readBox.is-view .readBlc:nth-of-type(2) {
  animation-delay: 0.4s;
}
#low .newsRead .specialReader .readBox.is-view .readBlc:nth-of-type(3) {
  animation-delay: 0.6s;
}
#low .newsRead .illustApply {
  text-align: center;
  margin-bottom: 60px;
  background: #fff;
  border: 3px solid #33bdc0;
  width: 1038px;
  margin: 0 auto;
  padding-bottom: 40px;
  border-radius: 20px;
}
#low .newsRead .illustApply h3 {
  font-size: 24px;
  font-weight: normal;
  color: #33bdc0;
}
#low .newsRead .illustApply a {
  padding: 10px;
  width: 16em;
  display: inline-block;
  font-size: 20px;
  text-decoration: none;
  background: #33bdc0;
  color: #fff;
  border-radius: 30px;
}
#low .newsRead .illustApply a span {
  display: inline-block;
  padding: 0 36px;
  background: #33bdc0 url(../images/reader/icon_mail.png) no-repeat left center;
  background-size: 20px 16px;
}
#low .kpressNews#contents {
  margin-top: 0;
}
#low .kpressNews#contents .headArea {
  background: #000;
  padding-top: 35px;
  padding-bottom: 65px;
  margin-bottom: 60px;
}
#low .kpressNews#contents .headArea h2 {
  position: relative;
  color: #fff;
  font-size: 50px;
  font-family: 'Barlow Semi Condensed', sans-serif;
}
#low .kpressNews#contents .headArea h2:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 90px;
  height: 4px;
  background: #33bdc0;
}
#low .kpressNews#contents .headArea h2 span {
  display: inline-block;
  padding-left: 20px;
  font-size: 20px;
  font-weight: normal;
}
#low .kpressNews#contents #latest {
  background: none;
  padding: 25px 35px;
  border: 2px solid #dbdbdb;
}
#low .kpressNews#contents #latest dl {
  padding: 0 0 0 20px;
  width: auto;
}
#low .kpressNews#contents #latest dl dd ul li {
  margin-bottom: 1em;
}
#low .kpressNews#contents #latest .kpressNews--btns {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
#low .kpressNews#contents #latest .kpressNews--btns li {
  width: 240px;
  margin-right: 25px;
}
#low .kpressNews#contents #latest .kpressNews--btns a {
  position: relative;
  padding: 10px 0;
  font-size: 16px;
  border: none;
  background: #33bdc0;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}
#low .kpressNews#contents #latest .kpressNews--btns .kpressNews--btns__pdf a:before {
  content: "";
  background: url(../../../../images/icon_pdf_hover.png) no-repeat left center;
  background-size: contain;
  position: absolute;
  top: 8px;
  left: 20px;
  width: 26px;
  height: 29px;
}
#low .kpressNews#contents .kpressNews--lists {
  padding-top: 0;
  border-top: none;
}
#low .kpressNews#contents .kpressNews--lists > li {
  padding: 30px;
  border: 2px solid #dbdbdb;
}
#low .kpressNews#contents .kpressNews--lists > li a {
  position: relative;
  padding: 12px 30px;
  font-size: 14px;
  border: none;
  background: #33bdc0;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}
#low .kpressNews#contents .kpressNews--lists > li .kpressNews--btns__web.off a {
  background: #b8b8b8;
  pointer-events: none;
}
#low .kpressNews#contents .kpressNews--lists > li .kpressNews--btns__pdf a {
  margin-top: 10px;
}
#low .kpressNews#contents .kpressNews--lists > li .kpressNews--btns__pdf a:before {
  content: "";
  background: url(../../../../images/icon_pdf_hover.png) no-repeat left center;
  background-size: contain;
  position: absolute;
  top: 12px;
  left: 12px;
  width: 20px;
  height: 22px;
}
@media screen and (min-width: 768px), print {
  #low .pc {
    display: block;
  }
  #low .sp {
    display: none;
  }
  #low a[href^="tel:"] {
    pointer-events: none;
  }
}
@media only screen and (max-width: 767px) {
  #low .pc {
    display: none;
  }
  #low .sp {
    display: block;
  }
  #low .lowInner {
    padding: 0 10px;
  }
  #low .newsFeature .specialDetail img {
    width: 100%;
    margin: 0 0 15px 0;
    opacity: 1;
  }
  #low .newsFeature .specialJobsite .titJobsite p {
    font-size: 14px;
    padding: 20px 0 20px 20px;
  }
  #low .newsFeature .specialJobsite .titJobsite p::before {
    width: 3px;
    top: 20px;
    bottom: 20px;
    left: 5px;
  }
  #low .newsFeature .specialJobsite .titJobsite p em {
    font-size: 25px;
  }
  #low .newsFeature .specialJobsite .jobsiteBase {
    margin-top: 17%;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 640px) {
  #low .newsFeature .specialJobsite .jobsiteBase {
    margin-top: 20%;
  }
}
@media only screen and (max-width: 767px) and (max-width: 540px) {
  #low .newsFeature .specialJobsite .jobsiteBase {
    margin-top: 30%;
  }
}
@media only screen and (max-width: 767px) and (max-width: 500px) {
  #low .newsFeature .specialJobsite .jobsiteBase {
    margin-top: 40%;
  }
}
@media only screen and (max-width: 767px) and (max-width: 440px) {
  #low .newsFeature .specialJobsite .jobsiteBase {
    margin-top: 50%;
  }
}
@media only screen and (max-width: 767px) and (max-width: 414px) {
  #low .newsFeature .specialJobsite .jobsiteBase {
    margin-top: 55%;
  }
}
@media only screen and (max-width: 767px) and (max-width: 375px) {
  #low .newsFeature .specialJobsite .jobsiteBase {
    margin-top: 65%;
  }
}
@media only screen and (max-width: 767px) and (max-width: 320px) {
  #low .newsFeature .specialJobsite .jobsiteBase {
    margin-top: 75%;
  }
}
@media only screen and (max-width: 767px) {
  #low .newsFeature .specialJobsite .jobsiteBase .area {
    display: none;
  }
  #low .newsFeature .specialJobsite .jobsiteBase .photo {
    position: static;
    width: 100%;
    font-size: 0;
    margin-top: 30px;
  }
  #low .newsFeature .specialJobsite .jobsiteBase .photo img {
    display: inline-block;
    width: 49%;
    margin-top: 2%;
  }
  #low .newsFeature .specialJobsite .jobsiteBase .photo img + img {
    margin-top: 2%;
  }
  #low .newsFeature .specialJobsite .jobsiteBase .photo img:nth-of-type(odd) {
    margin-right: 1%;
  }
  #low .newsFeature .specialJobsite .jobsiteBase .photo img:nth-of-type(even) {
    margin-left: 1%;
  }
  #low .newsFeature .voice {
    padding: 30px 20px 20px;
  }
  #low .newsFeature .voice h4 {
    font-size: 14px;
  }
  #low .newsFeature .voice h4 em {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 15px;
    position: relative;
  }
  #low .newsFeature .voice h4 em::before {
    content: "";
    width: 7em;
    height: 3px;
    background-color: #101010;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
  }
  #low .newsFeature .voice ul li {
    font-size: 14px;
    min-height: 0;
    border-bottom: 3px solid #fff;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #low .newsFeature .voice ul li:first-of-type {
    min-height: 0;
  }
  #low .newsFeature .voice ul li:nth-of-type(3) {
    min-height: 0;
  }
  #low .newsFeature .voice ul:last-of-type li:last-of-type {
    border-bottom: none;
  }
  #low .newsFeature .faq .titFaq em {
    font-size: 20px;
    border-bottom-width: 3px;
  }
  #low .newsFeature .faq .faqList {
    margin-top: 30px;
  }
  #low .newsFeature .faq .faqList dl dt {
    background-position: 15px 15px;
    background-size: 20px 19px;
    font-size: 14px;
    padding: 16px 40px 16px 45px;
    line-height: 1.4;
  }
  #low .newsFeature .faq .faqList dl dt::before {
    right: 15px;
    width: 20px;
    height: 10px;
    background-size: 20px 10px;
  }
  #low .newsFeature .faq .faqList dl dd {
    font-size: 14px;
    padding: 16px 20px 16px 45px;
    background-position: 15px 15px;
    background-size: 19px 16px;
  }
  #low .newsFeature .faq .faqList dl dd img {
    margin-top: 20px;
  }
  #low .newsFeature .specialNote {
    margin-top: 0;
  }
  #low.is-loaded .artCopy {
    max-width: 100%;
  }
  #low .artSpecial {
    height: auto;
    margin-bottom: 20px;
  }
  #low .artSpecial .artTxtBloc {
    justify-content: flex-end;
    -webkit-box-pack: end;
    padding: 35px 7%;
  }
  #low .specialLead {
    padding: 20px;
    margin-bottom: 30px;
    font-size: 14px;
  }
  #low .specialDetail {
    margin-bottom: 45px;
  }
  #low .specialDetail h3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.6;
  }
  #low .specialDetail p {
    font-size: 14px;
  }
  #low .specialDetail div + div,
  #low .specialDetail div + p {
    margin-top: 20px;
  }
  #low .specialDetail .lead {
    font-size: 17px;
    margin-bottom: 15px;
  }
  #low .specialDetail .ph p {
    margin-top: 5px;
  }
  #low .specialDetail .ph.double {
    display: block;
  }
  #low .specialDetail .ph.double img {
    width: 100%;
  }
  #low .specialDetail .ph.double .txt p {
    font-size: 14px;
  }
  #low .specialDetail .ph.double > div {
    width: auto;
    margin-top: 30px;
  }
  #low .specialDetail .ph.double > div:nth-child(1) {
    margin-top: 0;
  }
  #low .specialDetail .ph.double.double02 > div:nth-child(1),
  #low .specialDetail .ph.double.double02 > div:nth-child(2) {
    width: 100%;
  }
  #low .newsStory .specialDetail div + div {
    margin-top: 40px;
  }
  #low .specialMap {
    padding: 15px 0;
    position: relative;
  }
  #low .specialMap.is-touch .swip {
    animation: fadeOut .4s ease-in .6s forwards;
  }
  #low .specialMap .lowInner {
    padding: 0;
  }
  #low .specialMap .swip {
    position: fixed;
    text-align: center;
    z-index: 1;
    width: 100%;
    height: 220px;
    top: 115px;
    pointer-events: none;
  }
  #low .specialMap .swip img {
    width: 220px;
  }
  #low .specialMap .mapArea {
    padding: 0 10px;
    overflow: auto;
    pointer-events: all;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  #low .specialMap .mapArea .map {
    min-width: 800px;
    pointer-events: none;
  }
  #low .specialMap .mapArea:-webkit-scrollbar-track {
    background: transparent;
  }
  #low .specialMap .mapArea:-webkit-scrollbar-thumb {
    background: #C2C2C2;
  }
  #low .specialMap h3 {
    margin-bottom: 40px;
  }
  #low .specialMap h3 em {
    font-size: 20px;
    line-height: 1.2;
  }
  #low .specialMap h3 em::before {
    background-size: 90px 57px;
    width: 90px;
    height: 57px;
    position: absolute;
    top: 5px;
    left: -110px;
  }
  #low .specialMap h3 em::after {
    width: 112%;
    height: 4px;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
  }
  #low .specialMap .at {
    padding-top: 15px;
  }
  #low .specialNote {
    padding: 40px 10px;
    font-size: 14px;
  }
  #low .specialNote em {
    font-size: 14px;
  }
  #low .specialNote .illust {
    font-size: 14px;
  }
  #low .arrowBox {
    font-size: 14px;
  }
  #low .arrowBox .ttl {
    float: none;
    width: 100%;
  }
  #low .arrowBox .ttl img {
    width: 13px;
    transform: rotate(90deg);
  }
  #low .arrowBox .visit img {
    width: 13px;
  }
  #low .arrowBox .cmp {
    width: 100%;
    float: none;
  }
  #low .arrowBox .cmp em {
    font-size: 14px;
  }
  #low .newsCase .visit {
    padding-left: 20px;
    padding-right: 20px;
  }
  #low .newsCase .specialTopics .topicsBox {
    padding-top: 0;
    margin-bottom: 0;
  }
  #low .newsCase .specialTopics .topicsBox .topicsPic {
    width: 80%;
    margin-left: 20%;
    top: 20px;
  }
  #low .newsCase .specialTopics .topicsBox .topicsPic img.pcVis {
    display: none;
  }
  #low .newsCase .specialTopics .topicsBox .topicsPic img.spVis {
    display: block !important;
  }
  #low .newsCase .specialTopics .topicsBox .topicsHead {
    margin-top: -30%;
  }
  #low .newsCase .specialTopics .topicsBox .topicsHead .topicsTtl {
    font-size: 24px;
    margin-bottom: 30px;
  }
  #low .newsCase .newsTtl {
    padding: 10px 10px 10px 60px;
    font-size: 14px;
    position: relative;
  }
  #low .newsCase .newsTtl .newsTtl_cate {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0px 5px;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 400;
  }
  #low .newsCase .caseFlow {
    padding: 10px 10px 50px;
    margin-bottom: 15px;
  }
  #low .newsCase .caseFlow h3 {
    margin: 0 0 20px;
  }
  #low .newsCase .caseFlow .flow {
    display: block;
    padding: 0 20px;
    margin-bottom: 30px;
  }
  #low .newsCase .caseFlow .flow .blc {
    width: 100%;
    height: auto;
    min-height: 154px;
    margin-bottom: 40px;
    padding: 21px 25px;
  }
  #low .newsCase .caseFlow .flow .blc p {
    font-size: 14px;
  }
  #low .newsCase .caseFlow .flow .blc .arw {
    height: 40px;
    width: 2px;
    top: auto;
    bottom: -20px;
    right: 0;
    left: 0;
  }
  #low .newsCase .caseFlow .flow .blc .arw:before {
    height: 20px;
    width: 2px;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
  }
  #low .newsCase .caseFlow .flow .blc .arw:after {
    height: 2px;
    width: 17px;
    top: auto;
    bottom: 6px;
    right: 0px;
    left: -1px;
  }
  #low .newsCase .caseFlow .detail {
    display: block;
    padding: 20px;
  }
  #low .newsCase .caseFlow .detail .ict {
    width: 100%;
    display: block;
    padding-top: 20px;
  }
  #low .newsCase .caseFlow .detail .ict .cmp {
    padding-top: 15px;
    font-size: 0;
  }
  #low .newsCase .caseFlow .detail .ict .cmp img {
    width: 48%;
  }
  #low .newsCase .caseFlow .detail .ict .cmp img:nth-child(1) {
    margin-right: 4%;
  }
  #low .newsCase .caseFlow .detail .ict .cmp img:nth-child(2) {
    margin-left: 0;
  }
  #low .newsCase .specialDetail {
    margin-bottom: 0;
  }
  #low .newsCase .specialDetail h3 {
    font-size: 20px;
    margin: 0 0 20px;
  }
  #low .newsCase .specialDetail .ph {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
    margin-top: 15px;
  }
  #low .newsCase .specialDetail .ph p {
    font-size: 14px;
  }
  #low .newsCase .specialDetail .caseDetail {
    display: block;
    margin-bottom: 30px;
  }
  #low .newsCase .specialDetail .caseDetail .txt {
    font-size: 14px;
  }
  #low .newsCase .specialDetail .pictBox img + img {
    margin-top: 15px;
  }
  #low .newsCase .specialDetail .pictBox section + section {
    margin-top: 25px;
  }
  #low .newsCase .specialDetail .phBox {
    display: block;
  }
  #low .newsCase .specialDetail .phBox .ph {
    width: 100%;
  }
  #low .newsCase .specialDetail .phBox .widePh {
    width: 100%;
    margin-bottom: 0;
    font-size: 0;
  }
  #low .newsCase .specialDetail .phBox .widePh img {
    margin-left: 0;
    margin-top: 10px;
  }
  #low .newsCase .specialDetail .phBox .widePh p {
    margin-left: 0;
  }
  #low .newsCase .specialDetail .voice dl {
    padding: 30px 20px;
  }
  #low .newsCase .specialDetail .voice dl dt em {
    font-size: 20px;
    border-bottom-width: 3px;
  }
  #low .newsCase .specialDetail .voice dl dd {
    font-size: 14px;
    margin-top: 20px;
  }
  #low .newsCase .specialDetail .voice dl dd + dd {
    border-top: 3px solid #fff;
    padding-top: 20px;
  }
  #low .newsCase .specialNote {
    margin-top: 0;
  }
  #low .newsStory .theme {
    padding: 25px 0;
    margin-top: 30px;
  }
  #low .newsStory .theme .arrowBox {
    padding: 30px;
  }
  #low .newsStory .theme .arrowBox .itemImg {
    width: 81px;
    height: auto;
    top: auto;
    bottom: 30px;
    right: 20px;
  }
  #low .newsStory .theme .arrowBox .cmp {
    width: 220px;
  }
  #low .newsStory .specialDetail .member {
    margin-top: -15px;
    display: block;
  }
  #low .newsStory .specialDetail .member li {
    width: 100%;
  }
  #low .newsStory .specialDetail .member li + li, #low .newsStory .specialDetail .member li:nth-of-type(n+3) {
    margin-top: 35px;
  }
  #low .newsStory .specialDetail .member li img {
    width: 148px;
    height: auto;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  #low .newsStory .specialDetail .member li p.name {
    display: block;
    margin-bottom: 0;
  }
  #low .newsStory .specialDetail .member li p.name em {
    font-size: 19px;
    margin-bottom: 10px;
  }
  #low .newsStory .specialDetail .member li p.profile {
    clear: both;
    width: 100%;
    display: block;
    font-size: 14px;
  }
  #low .newsStory .specialDetail .ph {
    margin-top: 25px;
  }
  #low .newsStory .specialDetail .txt {
    font-size: 14px;
  }
  #low .newsStory .specialNote {
    margin-top: 0;
    margin-bottom: -20px;
    padding-bottom: 0;
  }
  #low .newsWind .windKv .lowInner {
    padding: 10px 10px 125px;
    text-align: center;
    background-size: 300px;
    background-position: 50% 100%;
  }
  #low .newsWind .windKv h2 img {
    width: 120px;
  }
  #low .newsWind .windKv h2 .note {
    font-size: 14px;
  }
  #low .newsWind .windKv h2 .cap {
    font-size: 14px;
  }
  #low .newsWind .navWrap {
    height: 175px;
    margin-bottom: 30px;
  }
  #low .newsWind .windNav {
    min-width: auto;
    width: 100%;
    position: static;
  }
  #low .newsWind .windNav li {
    width: 50%;
    border-bottom: 2px solid #fff;
  }
  #low .newsWind .windNav li:nth-of-type(2) a, #low .newsWind .windNav li:nth-of-type(4) a {
    border-right: 0;
  }
  #low .newsWind .windNav li a {
    padding: 10px;
  }
  #low .newsWind .windNav li a span {
    font-size: 11px;
  }
  #low .newsWind .windNav li a span .num {
    font-size: 14px;
  }
  #low .newsWind .windNav li a em {
    font-size: 14px;
  }
  #low .newsWind .windNav li a:after {
    width: 7px;
    height: 7px;
    right: 10px;
    top: 20px;
  }
  #low .newsWind .specialDetail {
    margin-bottom: 70px;
    padding-top: 175px;
    margin-top: -175px;
    margin-bottom: 60px;
  }
  #low .newsWind .specialDetail p {
    margin: 0;
  }
  #low .newsWind .specialDetail h3 {
    margin: 0 0 15px;
  }
  #low .newsWind .specialDetail h3 dl {
    display: block;
    border-bottom: 0px solid #ececec;
  }
  #low .newsWind .specialDetail h3 dl dt {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 30px;
    background-size: auto 100%;
  }
  #low .newsWind .specialDetail h3 dl dt span {
    display: inline-block;
    font-size: 14px;
  }
  #low .newsWind .specialDetail h3 dl dt em {
    display: inline-block;
    font-size: 14px;
  }
  #low .newsWind .specialDetail h3 dl dd {
    margin-left: 0;
  }
  #low .newsWind .specialDetail .floatImg {
    float: none;
    width: auto;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: inherit;
  }
  #low .newsWind .specialDetail#wind01 h3.is-view {
    margin-top: 0;
  }
  #low .newsWind .specialDetail#wind01 .wide {
    margin-bottom: 15px;
  }
  #low .newsWind .specialDetail#wind01 p {
    margin-bottom: 0;
  }
  #low .newsWind .specialDetail#wind01 .ph.wide {
    margin-top: 0;
  }
  #low .newsWind .specialDetail#wind01 .ph.fR {
    margin-top: 25px;
  }
  #low .newsWind .specialDetail#wind01 .double p {
    margin-bottom: 0;
    margin-top: 13px;
  }
  #low .newsWind .specialDetail#wind01 .ph p {
    margin-top: 10px;
  }
  #low .newsWind .specialDetail#wind02 h3 {
    margin-bottom: 0;
  }
  #low .newsWind .specialDetail#wind02 .ph p {
    margin-top: 10px;
  }
  #low .newsWind .specialDetail#wind03 .ph.double > div :nth-child(2) {
    margin-top: 0px;
  }
  #low .newsWind .specialDetail#wind03 .ph .txt {
    margin-top: 10px;
  }
  #low .newsWind .specialDetail#wind03 .ph {
    margin-top: 35px;
  }
  #low .newsWind .specialDetail#wind03 .ph p {
    margin-top: 10px;
  }
  #low .newsWind .specialDetail#wind04 .ph {
    margin-top: 35px;
  }
  #low .newsWind .specialDetail#wind04 .ph p {
    margin-top: 10px;
  }
  #low .newsWind .specialDetail#wind05 .ph {
    margin-top: 35px;
  }
  #low .newsWind .specialDetail#wind05 .ph p {
    margin-top: 10px;
  }
  #low .newsWind .specialDetail#wind06 .ph {
    margin-top: 35px;
  }
  #low .newsWind .specialDetail#wind06 .ph p {
    margin-top: 10px;
  }
  #low .newsWind .specialDetail .about {
    display: block;
    padding: 0 20px;
  }
  #low .newsWind .specialDetail .about .blc {
    width: 100%;
    margin-bottom: 30px;
  }
  #low .newsWind .specialDetail .about .blc:last-child {
    margin-bottom: 0;
  }
  #low .newsWind .specialDetail .about .blc dl {
    font-size: 14px;
  }
  #low .newsWind .specialDetail .about .blc dl dt {
    width: 3em;
  }
  #low .newsWind .specialDetail .about .blc dl dd {
    flex: 1;
    margin-left: 0;
  }
  #low .newsWind .specialDetail .about .blc.icon img {
    max-width: 100%;
    width: auto;
  }
  #low .newsManage .artHint {
    padding: 30px 0 30px;
    margin-bottom: 20newspx;
    margin-top: 0;
  }
  #low .newsManage .artHint .lowInner {
    padding: 0 10px;
  }
  #low .newsManage .artHint .artHintHead {
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
  #low .newsManage .artHint .hintTtl {
    margin-left: 0;
  }
  #low .newsManage .artHint .hintTtl .artTtl {
    margin: 0 0 20px;
    font-size: 25px;
  }
  #low .newsManage .artHint .hintTtl .artCaption {
    margin: 0;
    width: auto;
    min-width: auto;
  }
  #low .newsManage .artHint .hintLogo {
    width: 105px;
    text-align: center;
    font-size: 10px;
  }
  #low .newsManage .artHint .hintLogo img {
    margin-bottom: 5px;
  }
  #low .newsManage .artHint .hintLogo em {
    font-size: 12px;
  }
  #low .newsManage .artHint .artHintCont {
    position: relative;
  }
  #low .newsManage .artHint .artHintCont .coment {
    width: 95%;
    margin-top: -30px;
    margin-left: -1%;
    padding: 30px 10px 10px 40px;
  }
  #low .newsManage .artHint .artHintCont .coment .txt {
    font-size: 17px;
    margin: 0 0 10px;
  }
  #low .newsManage .artHint .artHintCont .coment .name {
    margin: 0;
    text-align: right;
    font-size: 12px;
  }
  #low .newsManage .artHint .artHintCont .coment .name span {
    font-size: 15px;
  }
  #low .newsManage .artHint .artHintCont .coment:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    top: 10px;
    left: 10px;
    border: 1px solid #000;
  }
  #low .newsManage .artHint .artHintCont .artHintImg {
    margin-right: 0;
    margin-top: 20px;
  }
  #low .newsManage .artHint .artHintCont .artHintImg .itemBox {
    height: 160px;
    width: 100%;
    opacity: 1;
  }
  #low .newsManage .artHint .artHintCont .artHintImg .itemBox.ph01 {
    background-image: url(../images/top/hint_ph01_pc.jpg);
    background-size: cover;
  }
  #low .newsManage .specialDetail {
    padding-right: 10px;
    padding-left: 10px;
  }
  #low .newsManage .specialDetail .lowInner {
    padding: 15px 10px 30px;
  }
  #low .newsManage .specialDetail .lowInner > p {
    margin-bottom: 20px;
  }
  #low .newsManage .specialDetail h3 {
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 20px;
    border-width: 0 0 2px 0;
  }
  #low .newsManage .arrowBox {
    padding: 30px 0;
  }
  #low .newsHist .lowerWrap {
    margin-bottom: 0;
  }
  #low .newsHist .artHist {
    height: 660px;
    padding: 220px 0 0;
    margin-bottom: 20px;
    background-image: url(../images/hist/sp/kv_bg.jpg);
  }
  #low .newsHist .artHist .artHistHead {
    display: block;
  }
  #low .newsHist .artHist .artHistHead .histMap {
    display: block;
    text-align: right;
  }
  #low .newsHist .artHist .artHistHead .histMap img {
    width: 130px;
  }
  #low .newsHist .artHist .artHistHead .histLead {
    margin: 0;
    font-size: 14px;
  }
  #low .newsHist .artHist .artHistHead .histLead:before {
    height: 13px;
    margin-right: 5px;
  }
  #low .newsHist .artHist .artHistHead .artTtl {
    margin: 0 0 15px;
    font-size: 24px;
  }
  #low .newsHist .artHist .artHistHead .artTtl span {
    font-size: 14px;
  }
  #low .newsHist .artHist .artHistHead .artCaption {
    font-size: 14px;
  }
  #low .newsHist .artHist .coment {
    width: calc(100% - 20px);
    padding: 15px;
    right: 0;
    left: 0;
    margin: auto;
  }
  #low .newsHist .specialDetail {
    padding-bottom: 25px;
    padding-top: 25px;
  }
  #low .newsHist .specialDetail h3 {
    margin: 0 0 10px;
  }
  #low .newsHist .specialDetail .ph.double.tripple > div {
    width: 100%;
  }
  #low .newsHist .specialImg {
    height: 300px;
    margin-bottom: 50px;
  }
  #low .newsHist .specialImg .lowInner {
    padding-top: 300px;
  }
  #low .newsHist .specialImg .lowInner .coment {
    font-size: 13px;
    color: #666;
  }
  #low .newsRead {
    padding: 30px 0;
  }
  #low .newsRead .artRead {
    margin-bottom: 20px;
  }
  #low .newsRead .artRead .artTtl {
    width: 76%;
    margin: 0 auto 20px;
  }
  #low .newsRead .specialReader .readBox {
    display: block;
  }
  #low .newsRead .specialReader .readBox .readBlc {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding: 18px 18px 70px;
  }
  #low .newsRead .specialReader .readBox .readBlc:last-child {
    margin-right: 10px;
  }
  #low .newsRead .specialReader .readBox .readBlc.wide {
    width: auto;
    padding-bottom: 70px;
    display: block;
  }
  #low .newsRead .specialReader .readBox .readBlc h3 {
    margin: 0 0 10px;
  }
  #low .newsRead .specialReader .readBox .readBlc .illust {
    width: 80%;
    margin: 0 auto;
  }
  #low .newsRead .illustApply {
    width: auto;
    margin: 0 10px;
  }
  #low .newsRead .illustApply h3 {
    font-size: 18px;
  }
  #low .newsRead .illustApply .lead {
    text-align: left;
  }
  #low .newsRead .illustApply a {
    padding: 8px;
    width: 16em;
    display: inline-block;
    font-size: 18px;
  }
  #low .newsRead .illustApply a span {
    display: inline-block;
    padding: 0 30px;
    background: #33bdc0 url(../images/reader/icon_mail.png) no-repeat left center;
    background-size: 20px 16px;
  }
  #low .kpressNews#contents .headArea {
    padding-top: 30px;
    padding-bottom: 40px;
    margin-bottom: 20px;
  }
  #low .kpressNews#contents .headArea h2 {
    font-size: 30px;
  }
  #low .kpressNews#contents .headArea h2:after {
    width: 75px;
    height: 3px;
  }
  #low .kpressNews#contents .headArea h2 span {
    padding-left: 10px;
    font-size: 14px;
  }
  #low .kpressNews#contents #latest {
    padding: 20px 20px;
  }
  #low .kpressNews#contents #latest dl {
    padding: 10px 0 0 0;
  }
  #low .kpressNews#contents #latest dl dt {
    text-align: left;
    padding-left: 1em;
  }
  #low .kpressNews#contents #latest:before {
    right: 0;
  }
  #low .kpressNews#contents #latest .kpressNews--btns li {
    width: 100%;
  }
  #low .kpressNews#contents #latest .kpressNews--btns li {
    width: 100%;
    margin-right: 0;
  }
  #low .kpressNews#contents #latest .kpressNews--btns a {
    padding: 10px 0;
  }
  #low .kpressNews#contents #latest .kpressNews--btns a:before {
    top: 10px;
    left: 20px;
    width: 24px;
    height: 22px;
  }
  #low .kpressNews#contents #latest .kpressNews--btns .kpressNews--btns__pdf a {
    margin-top: 10px;
  }
  #low .kpressNews#contents .kpressNews--lists > li {
    padding: 10px;
    box-sizing: border-box;
  }
  #low .kpressNews#contents .kpressNews--lists > li a {
    position: relative;
    padding: 12px;
    font-size: 12px;
  }
  #low .kpressNews#contents .kpressNews--lists > li a:before {
    top: 12px;
    left: 6px;
    width: 14px;
    height: 18px;
  }
}

/*# sourceMappingURL=news_low.css.map */
