@charset "utf-8";

/* *****************************************************************************

  message style

***************************************************************************** */
/* philosophy-contents */
.philosophy-contents > .-field{
  margin-top: 150px;
}
.philosophy-contents > .-field:nth-child(1){
  margin-top: 0;
}
.philosophy-contents .heading-2{
  margin-bottom: 60px;
}

@media print, screen and (max-width: 760px){
  /* philosophy-contents */
  .philosophy-contents > .-field{
      margin-top: 100px;
  }
  .philosophy-contents .heading-2{
    margin-bottom: 35px;
  }
}

/* message-catch */
.message-catch > p{
  color: #182d94;
  font-size: 4.8rem;
  letter-spacing: 0.4em;
  line-height: 1;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
}

@media screen and (max-width: 760px){
  /* message-catch */
  .message-catch{
    padding-top: 20px;
  }
  .message-catch > p{
    font-size: 3.6rem;
  }
}

/* message-text */
.message-text{
  margin-top: 80px;
}
.message-text > p{
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  line-height: 1.7143;
  margin-top: 1.75em;
}
.message-text > p:nth-child(1){
  margin-top: 0;
}

@media screen and (max-width: 760px){
  /* message-text */
  .message-text{
    margin-top: 60px;
  }
  .message-text > p{
    font-size: 1.8rem;
  }
}

/* message-name */
.message-name{
  margin-top: 60px;
}
.message-name > span{
  vertical-align: middle;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2em;
}
.message-name > .-position{
  font-size: 1.6rem;
}
.message-name > .-name{
  font-size: 2.4rem;
  margin-left: 1em;
}

@media screen and (max-width: 760px){
  /* message-name */
  .message-name{
    margin-top: 50px;
  }
  .message-name > .-position{
    font-size: 1.5rem;
  }
  .message-name > .-name{
    font-size: 2.5rem;
  }
}

/* philosophy-list */
.philosophy-list{
  counter-reset: basic-number-list;
}
.philosophy-list > .-item{
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.7857;
  position: relative;
  padding-left: 100px;
  margin-top: 60px;
}
.philosophy-list > .-item:nth-child(1){
  margin-top: 0;
}
.philosophy-list > .-item::before{
  counter-increment: basic-number-list;
  content: counter(basic-number-list,decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  border: 1px solid #182d94;
  font-size: 1.8rem;
  color: #182d94;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 760px){
  /* philosophy-list */
  .philosophy-list > .-item{
    font-size: 2.1rem;
    padding-left: 65px;
    margin-top: 40px;
  }
  .philosophy-list > .-item::before{
    top: -6px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 23px;
    font-size: 1.6rem;
  }
}

/* *****************************************************************************

  ism style

***************************************************************************** */
/* .section-box-ism */
.section-box-ism{
  padding-left: 60px;
  padding-right: 60px;
}
.section-box-ism.-first{
  padding-top: 100px;
  padding-bottom: 120px;
}
.section-box-ism.-second{
  padding-top: 120px;
  padding-bottom: 120px;
}
.section-box-ism.-third{
  padding-bottom: 180px;
}
.section-box-ism > .-inner{
  max-width: 926px;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (max-width: 1000px){
  /* .section-box-ism */
  .section-box-ism{
    padding-left: 40px;
    padding-right: 40px;
  }
  .section-box-ism.-first{
    padding-bottom: 100px;
  }
  .section-box-ism.-second{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section-box-ism.-third{
    padding-bottom: 150px;
  }
}

@media print, screen and (max-width: 760px){
  /* .section-box-ism */
  .section-box-ism{
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-box-ism.-first{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-box-ism.-second{
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .section-box-ism.-third{
    padding-bottom: 100px;
  }
}

/* heading-ism */
.heading-ism{
  color: #182d94;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4444;
  margin-bottom: 28px;
}

@media print, screen and (max-width: 760px){
  /* heading-ism */
  .heading-ism{
    font-size: 2.4rem;
    margin-bottom: 25px;
  }
}

/* img-ism */
.img-ism{
  margin-bottom: 80px;
}
.img-ism > img{
  width: 100%;
}

@media print, screen and (max-width: 1000px){
  /* img-ism */
  .img-ism{
    margin-bottom: 60px;
  }
}

@media print, screen and (max-width: 760px){
  /* img-ism */
  .img-ism{
    margin-bottom: 50px;
  }
}

/* img-catch-ism */
.img-catch-ism{
  margin-top: 120px;
  position: relative;
}
.img-catch-ism::after{
  content: "";
  width: 100%;
  height: 138.8462%;
  position: absolute;
  top: -9.2308%;
  right: 0;
  background: url(/assets/images/about/text-industry.svg) right center no-repeat;
}
.img-catch-ism > img{
  width: 100%;
}

@media print, screen and (max-width: 1000px){
  /* img-catch-ism */
  .img-catch-ism{
    margin-top: 100px;
  }
}

@media print, screen and (max-width: 760px){
  /* img-catch-ism */
  .img-catch-ism{
    margin-top: 60px;
  }
}

/* catch-block */
.catch-block-ism > img{
  width: 100%;
}

/* *****************************************************************************

  outline style

***************************************************************************** */
/* section-box-outline */
.section-box.section-box-outline > .-inner{
  max-width: 1000px;
}

/* outline-table */
.outline-table{
  width: 100%;
}
.outline-table > tbody > tr > th,
.outline-table > tbody > tr > td{
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.6rem;
  line-height: 2;
  padding-top: 25px;
  padding-bottom: 25px;
}
.outline-table > tbody > tr:nth-child(1) > th,
.outline-table > tbody > tr:nth-child(1) > td{
  padding-top: 0;
}
.outline-table > tbody > tr > th{
  font-weight: 700;
  text-align: left;
  color: #182d94;
  padding-right: 20px;
  width: 190px;
}

@media screen and (max-width: 1120px){
  /* outline-table */
  .outline-table > tbody > tr > th,
  .outline-table > tbody > tr > td{
      display: block;
      border-top: none;
  }
  .outline-table.-blue > tbody > tr > th,
  .outline-table.-blue > tbody > tr > td{
      border-top: none;
  }
  .outline-table > tbody > tr > th{
      border-bottom: none;
      padding-left: 5px;
      padding-right: 5px;
      padding-bottom: 5px;
  }
  .outline-table.-blue > tbody > tr > th{
      border-bottom: none;
  }
  .outline-table > tbody > tr > td{
      padding-top: 0;
      padding-left: 5px;
      padding-right: 5px;
  }
  .outline-table > tbody > tr:nth-child(1) > td{
      border-top: none;
  }
  .outline-table.-blue > tbody > tr:nth-child(1) > td{
      border-top: none;
  }
  .outline-table > tbody > tr > th{
      width: 100%;
  }
}

@media screen and (max-width: 760px){
  /* outline-table */
  .outline-table > tbody > tr > th,
  .outline-table > tbody > tr > td{
      font-size: 1.5rem;
      /*
      padding-top: 20px;
      padding-bottom: 20px;
      */
  }
}

/* customer-list */
.customer-list{
  display: flex;
  flex-wrap: wrap;
}
.customer-list > li{
  width: 50%;
}

@media screen and (max-width: 860px){
  /* customer-list */
  .customer-list{
    display: block;
  }
  .customer-list > li{
    width: 100%;
  }
}

/* history-table */
.history-table > tbody > tr > th{
  width: 190px;
}

@media screen and (max-width: 760px){
  /* history-table */
  .history-table > tbody > tr > th{
    width: 180px;
  }
}

@media screen and (max-width: 640px){
  /* history-table */
  .history-table > tbody > tr > th{
    width: 100%;
  }
}

/* *****************************************************************************

  outline style

***************************************************************************** */
/* factory-box */
.factory-box{
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
}
.factory-box:nth-child(1){
  margin-top: 0;
}
.factory-box > .-primary{
  width: 50.0324%;
}
.factory-box > .-primary > .heading-2{
  margin-bottom: 50px;
}
.factory-box > .-primary > .-address{
  font-size: 1.6rem;
  line-height: 1.75;
}
.factory-box > .-img{
  width: 43.1965%;
}
.factory-box > .-img > img{
  width: 100%;
}

@media screen and (max-width: 760px){
  /* factory-box */
  .factory-box{
    margin-top: 80px;
  }
  .factory-box > .-primary > .heading-2{
    margin-bottom: 40px;
  }
  .factory-box > .-primary > .-address{
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 640px){
  /* factory-box */
  .factory-box{
    display: block;
  }
  .factory-box > .-primary{
    width: 100%;
  }
  .factory-box > .-img{
    width: 100%;
    margin-top: 40px;
  }
}

/* factory-contact */
.factory-contact{
  margin-top: 20px;
}
.factory-contact > .-item{
  margin-top: 5px;
}
.factory-contact > .-item:nth-child(1){
  margin-top: 0;
}
.factory-contact > .-item > span{
  line-height: 1;
  vertical-align: baseline;
}
.factory-contact > .-item > .-name{
  color: #182d94;
  font-size: 2.1rem;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  width: 4.5rem;
  display: inline-block;
}
.factory-contact > .-item > .-number{
  font-size: 2.1rem;
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  margin-left: 1em;
}
.factory-contact > .-item > .-note{
  font-size: 1.6rem;
}

@media screen and (max-width: 760px){
  /* factory-contact */
  .factory-contact > .-item > .-name{
    font-size: 1.9rem;
    width: 4rem;
  }
  .factory-contact > .-item > .-number{
    font-size: 1.9rem;
    margin-left: 0.5em;
  }
  .factory-contact > .-item > .-note{
    font-size: 1.5rem;
  }
}
