@charset "UTF-8";
/**scss共通***/
img {
  width: 100%;
}

.test {
  transition: all 0.4s ease-out;
  transform: translate(-50%, -50%);
  animation: Flash1 1s infinite;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, #00486e 0%, #00789b 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
.test {
  content: "";
  font-family: FontAwesome;
}

/**scss共通ここまで***/
#title_contena {
  background-image: url(../../images/products/watertight/story/vehicle_title_bg.png);
  background-size: cover;
  background-position: center;
}
#title_contena h1 {
  font-size: 28px;
}
@media screen and (max-width:680px) {
  #title_contena h1 {
    font-size: 20px;
  }
}
#title_contena .titlearea-desc {
  color: #727172;
  font-size: 14px;
  display: inline-block;
  line-height: 1em;
  position: relative;
  top: -10px;
  left: 0;
}
@media screen and (max-width:680px) {
  #title_contena .titlearea-desc {
    top: -4px;
  }
}
#title_contena .titlearea--story {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 100px;
  top: calc(50% - -18px) !important;
}
@media screen and (max-width:680px) {
  #title_contena .titlearea--story {
    top: calc(50% - -4px) !important;
    margin: 0 16px;
  }
}
#title_contena .titlearea--story:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 86px;
  height: 7px;
  background: url(../../images/products/watertight/story/story_icon.png) no-repeat center/100% auto;
}
@media screen and (max-width:680px) {
  #title_contena .titlearea--story:before {
    top: -16px;
    width: 64px;
  }
}

.story-area {
  margin-top: 120px;
}
@media screen and (max-width:680px) {
  .story-area {
    margin-top: 40px;
  }
}
.story-text img {
  width: auto;
  max-width: 100%;
}

.story-area {
  margin-top: 96px;
  text-align: center;
}
@media screen and (max-width:680px) {
  .story-area {
    margin-top: 40px;
  }
}
.story-copy {
  position: relative;
  top: 0;
  left: 0;
  padding: 32px 0;
  display: inline-block;
  max-width: 814px;
  width: 100%;
  font-size: 32px;
  line-height: 1.6em;
  font-weight: bold;
}
@media screen and (max-width:680px) {
  .story-copy {
    font-size: 18px;
  }
}
.story-copy:before, .story-copy:after {
  content: "";
  position: absolute;
  width: 68px;
  height: 38px;
}
.story-copy:before {
  top: 0;
  left: 0;
  background: url(../../images/products/watertight/story/story_concept_copy_left.png) no-repeat top left;
}
.story-copy:after {
  bottom: 0;
  right: 0;
  background: url(../../images/products/watertight/story/story_concept_copy_right.png) no-repeat bottom right;
}
@media screen and (max-width:680px) {
  .story-copy:before, .story-copy:after {
    height: 20px;
  }
  .story-copy:before {
    top: 0;
    left: 0;
    background: url(../../images/products/watertight/story/story_concept_copy_left.png) no-repeat top left/auto 100%;
  }
  .story-copy:after {
    bottom: 0;
    right: 0;
    background: url(../../images/products/watertight/story/story_concept_copy_right.png) no-repeat bottom right/auto 100%;
  }
}
.story-text {
  font-size: 14px;
  text-align: left;
  line-height: 1.8em;
  margin-top: 56px;
}
@media screen and (max-width:680px) {
  .story-text {
    margin-top: 32px;
  }
}
.story-text--center {
  text-align: center;
}

.damage-area {
  margin-top: 72px;
}
@media screen and (max-width:680px) {
  .damage-area {
    margin-top: 48px;
  }
}
.damage-title {
  font-size: 18px;
  font-weight: bold;
}
.damage-list {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:680px) {
  .damage-list {
    margin-top: 24px;
  }
}
.damage-item {
  max-width: 497px;
  width: 48%;
}
.damage-item:nth-child(3), .damage-item:last-child {
  margin-top: 56px;
}
@media screen and (max-width:680px) {
  .damage-item:nth-child(3), .damage-item:last-child {
    margin-top: 24px;
  }
}
.damage-item h3 {
  font-weight: bold;
  margin-bottom: 8px;
}
.damage-item h3.damage-item-title-big {
  font-size: 18px;
  line-height: 1.6em;
  margin-bottom: 16px;
}
@media screen and (max-width:680px) {
  .damage-item h3.damage-item-title-big {
    font-size: 16px;
  }
}
.damage-item .damage-item-title--line {
  border-bottom: 1px solid #000;
}
.damage-item-text {
  word-break: break-all;
}
.damage-box-title {
  margin-top: 140px;
  color: #d80000;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4em;
  margin-bottom: 56px;
}
@media screen and (max-width:680px) {
  .damage-box-title {
    font-size: 18px;
    margin-bottom: 32px;
    margin-top: 64px;
  }
}
.damage-box-content {
  display: flex;
}
@media screen and (max-width:680px) {
  .damage-box-content {
    display: block;
  }
}
.damage-box-img-wrap {
  min-width: 367px;
  margin-right: 32px;
  width: 40%;
}
@media screen and (max-width:680px) {
  .damage-box-img-wrap {
    min-width: 100%;
    width: 100%;
  }
}
.damage-box-img-wrap figcaption {
  font-size: 14px;
}
.damage-box-content {
  font-size: 18px;
  line-height: 1.8em;
}
@media screen and (max-width:680px) {
  .damage-box-content {
    font-size: 16px;
  }
}

.bg_arw {
  position: relative;
  top: 0;
  left: 0;
  margin: 100px calc(50% - 50vw) 180px;
}
.bg_arw-item {
  position: absolute;
  top: -90px;
  left: 0;
  width: 100%;
  height: 170px;
  background: url(../../images/products/machine_tool/concept01/bg_arw.png) no-repeat center;
}
@media screen and (max-width:680px) {
  .bg_arw-item {
    height: 120px;
    background: url(../../images/products/machine_tool/concept01/bg_arw.png) no-repeat center/auto 100%;
  }
}

.lineup-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lineup-item {
  max-width: 320px;
  width: 32%;
}
.lineup-item:nth-child(4), .lineup-item:nth-child(5), .lineup-item:last-child {
  margin-top: 56px;
}
@media screen and (max-width:680px) {
  .lineup-item {
    max-width: 100%;
    width: 48%;
  }
  .lineup-item:nth-child(3), .lineup-item:nth-child(4), .lineup-item:nth-child(5), .lineup-item:last-child {
    margin-top: 40px;
  }
}
.lineup-item-title {
  margin-bottom: 16px;
  position: relative;
  top: 0;
  left: 0;
  padding-left: 8px;
}
.lineup-item-title h3 {
  font-weight: bold;
  font-size: 16px;
}
.lineup-item-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background: #d80000;
}
.lineup-item-content-title {
  padding-left: 52px;
  position: relative;
  top: 0;
  left: 0;
  color: #d80000;
  font-weight: bold;
  min-height: 46px;
  margin-top: 16px;
}
.lineup-item-content-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 46px;
  background: url(../../images/products/watertight/story/needs_icon.png) no-repeat center top/100% auto;
}
.lineup-item-content-text {
  margin-top: 16px;
  min-height: 70px;
}
@media screen and (max-width:680px) {
  .lineup-item-content-text {
    min-height: 0;
  }
}
.lineup-item .next_botan {
  margin-top: 16px;
}

#foot_contact {
  max-width: 100%;
  margin-bottom: 0;
}
#foot_contact .more_contents {
  margin: 60px auto 48px auto;
}
@media screen and (max-width:680px) {
  #foot_contact {
    width: 100%;
  }
}

.contact-under {
  background-color: #f2f2f2;
  box-sizing: border-box;
  padding: 96px 0 120px;
}
@media screen and (max-width:680px) {
  .contact-under {
    padding: 48px 5% 80px;
  }
}
.contact-under-container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.contact-under-text {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 56px;
}
@media screen and (max-width:680px) {
  .contact-under-text {
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 32px;
  }
}
.contact-under-wrap {
  display: flex;
}
@media screen and (max-width:680px) {
  .contact-under-wrap {
    display: block;
  }
}
.contact-under-item-title {
  border: 1px solid #000;
  padding: 4px 8px 5px;
  line-height: 1em;
  display: inline-block;
  margin-right: 16px;
}