@charset "utf-8";

/*------------------------------------------------
company
------------------------------------------------*/

.main-content {}

@media print, screen and (min-width: 769px) {
  .main-content {
    background-image: url(../../images/company/creed_bg.jpg);
/*    background-position: left calc(50% - 350px) bottom 400px;*/
    background-position: left calc(50% - 350px) bottom 200px;
  }
}

.link {}
.link-list {}
.link-item {
  width: 90%;
  max-width: 400px;
  height: 100px;
  position: relative;
  margin: 50px auto;
  box-shadow: 2px 2px 0 #91a9d6;
  background-size: cover;
}

.link-item.message-bg {
  background-image: url(../../images/company/link_item_button_bg_01.jpg);
  background-position: right top;
}
.link-item.history-bg {
  background-image: url(../../images/company/link_item_button_bg_02.jpg);
}
.link-item.factory-bg {
  background-image: url(../../images/company/link_item_button_bg_03.jpg);
}

.link-item-button {
  color: #2c4390;
  height: 100%;
  width: 100%;
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-family: "Noto serif JP", serif;
  text-shadow: 0 0 5px rgba(255,255,255,1), 0 0 10px rgba(255,255,255,1), 0 0 20px rgba(255,255,255,1), 0 0 30px rgba(255,255,255,1), 0 0 40px rgba(255,255,255,1);
}

.link-item-button::before {
  content: "";
  display: block;
  border: 3px solid #2c4390;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 5px;
  left: 5px;
}

.link-item-button::after {
  content: "";
  display: block;
  border-style: solid;
  border-width: 8px;
  border-color: rgba(44, 67, 144, 0) rgba(44, 67, 144, 1) rgba(44, 67, 144, 1) rgba(44, 67, 144, 0);
  position: absolute;
  bottom: 12px;
  right: 12px;
}


@media print, screen and (min-width: 769px) {
  .link-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 100px auto 50px;
  }
  .link-item {
    max-width: inherit;
  }
  .link-item.message-bg {
    width: 750px;
    height: 245px;
    margin: 100px auto 0;
  }
  .link-item.message-bg .link-item-button {
    font-size:6rem;
    justify-content: flex-start;
    padding-left: 80px;
  }
  .link-item.history-bg,
  .link-item.factory-bg {
    width: 480px;
    height: 150px;
    margin: 0;
  }
  .link-item.history-bg .link-item-button,
  .link-item.factory-bg .link-item-button {
    font-size:3.8rem;
  }
}




.overview-text {}

.overview-list {
  width: 100%;
}
.overview-item-title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #2c4390;
  border-bottom: 1px dashed #2c4390;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.overview-item-text {
  margin-bottom: 25px;
  font-size: 1.4rem;
}

.details-item-title:not(:first-of-type) {
  margin-top: 25px;
}

@media print, screen and (min-width: 769px) {

  .overview-list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
  }
  .overview-item-title {
    font-size: 1.8rem;
    width: 150px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
    padding: 20px 0;
  }
  .overview-item-text {
    font-size: 1.7rem;
    width: calc(100% - 150px);
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
  }
}

.creed-img {
  width: 100%;
  margin-bottom: 100px;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.6);
}

.creed-img > img {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .creed-img {
    width: 740px;
    margin: 0 auto 100px;
  }
}
