/**********************************************************************/
/* 共通
/**********************************************************************/

section .heading .title{
  margin-bottom: 1em;
  border-bottom: 1px solid var(--c_lime);
  display: inline-block;
}
@media screen and (max-width: 860px){
  section.page{
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 520px){
  section .heading .title{
    margin-bottom: 0em;
    font-size: 4.5vw;
  }
}

/**********************************************************************/
/* 企業理念
/**********************************************************************/

section.philosophy{
  background-image: url("../img/common/symbol_bg.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1930px auto;
}
section.philosophy .bodying{
  padding: 3em 0;
}
section.philosophy .bodying .strong{
  margin-bottom: 1.25em;
}
section.philosophy .bodying .text{
  max-width: 38em;
  margin-inline: auto;
  padding-bottom: 3em;
}
section.philosophy .bodying .text p + p{
  margin-top: 1.5em;
}
@media screen and (max-width: 520px){
  section.philosophy .bodying{
    padding: 2em 0 1em 0;
  }
}

/*--------------------------------------------------------------------*/
/* name */

section.philosophy .bodying .name{
  padding: 4vw 0;
  margin-top: 3vw;
  background-color: rgba(255,255,255,.98);
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
section.philosophy .bodying .name .leading{
  padding: 1em 6vw;
}
section.philosophy .bodying .name .leading .index{
  margin-bottom: 1.25em;
}
section.philosophy .bodying .name .leading .index .dot{
  display: inline-block;
  padding-inline: 1em;

  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%3E%3Ccircle%20cx='7'%20cy='7'%20r='7'%20fill='%239f9f9f'%20opacity='0.12'/%3E%3Ccircle%20cx='3'%20cy='3'%20r='3'%20transform='translate(4%204)'%20fill='%239f9f9f'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto;
}
section.philosophy .bodying .name .leading .description{
  max-width: 1200px;
}
section.philosophy .bodying .name .leading .description strong{
  color: var(--c_lime);
}
section.philosophy .bodying .name .imaging{
  padding: 3em 6vw;
  max-width: 18.5vw;
  min-width: 220px;
}
@media screen and (max-width: 520px){
  section.philosophy .bodying .name{
    flex-direction: column;
    padding: 3em 1.5em 2em 1.5em;
    box-sizing: border-box;
    gap: 0;
    align-items: stretch;
  }
  section.philosophy .bodying .name .leading{
    padding: 0;
    padding-bottom: 2em;
  }
  section.philosophy .bodying .name .leading .description{
    max-width: none;
    font-feature-settings: "palt";
  }
  section.philosophy .bodying .name .imaging{
    padding: 2em 0;
    border-left: none;
    text-align: center;
    max-width: none;
  }
  section.philosophy .bodying .name .imaging img{
    max-width: 40vw;
    margin-inline: auto;
  }
}

/**********************************************************************/
/* 代表メッセージ
/**********************************************************************/

section.message{

}
section.message .imaging .cover{
  width: 100%;
  box-sizing: border-box;
  aspect-ratio: 1920 / 680;
}
section.message .wrapper{
  padding-block: 4em 0;
}
section.message .strong{
  padding: 2em 0;
}
section.message .strong .sub{
  padding: 1em 0;
}
section.message .text{
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 3em 0 0 0;
  border-top: 1px solid var(--c_border);
  gap: 2em 4em;
}
section.message .text p{
  max-width: 45em;
}
section.message .sign img{
  height: 1.25em;
  width: auto;
}
@media screen and (max-width: 520px){
  section.message .imaging .cover{
    aspect-ratio: 1920 / 1000;
  }
  section.message .wrapper{
    padding-block: 1em 0;
  }
  section.message .strong .main{
    font-feature-settings: "palt";
    font-size: clamp(18px, 5vw, 35px);
  }
  section.message .strong .sub{
    font-size: clamp(16px, 4vw, 24px);
  }
  section.message .text{
    flex-direction: column;
    padding: 2em 0 0 0;
    margin-top: 0;
    gap: 2em 1em;
  }
  section.message .sign img{
    height: 1.25em;
    margin: 0 .5em;
  }
}

/**********************************************************************/
/* 会社概要
/**********************************************************************/

section.summary{
  
}
section.summary .table{
  
}
section.summary .table table{
  width: 100%;
  border-bottom: 1px solid var(--c_border);
}
section.summary .table table th,
section.summary .table table td{
  padding: 2.4em 2em;
  border-top: 1px solid var(--c_border);
}
section.summary .table table th{
  white-space: nowrap;
}
section.summary .table table td{
  width: 80%;
  box-sizing: border-box;
}
@media screen and (max-width: 520px){
  section.summary .heading{
    margin-bottom: 2em;
  }
  section.summary .table table th,
  section.summary .table table td{
    display: block;
    padding: 1.5em 0;
    width: 100%;
    box-sizing: border-box;
  }
  section.summary .table table th{
    padding-bottom: .25em;
  }
  section.summary .table table td{
    padding-top: .25em;
    border-top: 0;
  }
}

/*--------------------------------------------------------------------*/
/* 所在地 */

section.summary .table table .location .address a{
  text-decoration: underline;
}
section.summary .table table .location .tel .index{
  margin-top: 1.5em;
}
section.summary .table table .location .tel .numbers{
  gap: 2em;
}

/* 事業内容 */

section.summary .table table .business li{
  padding-left: 1.5em;

  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%3E%3Ccircle%20cx='7'%20cy='7'%20r='7'%20fill='%239f9f9f'%20opacity='0.12'/%3E%3Ccircle%20cx='3'%20cy='3'%20r='3'%20transform='translate(4%204)'%20fill='%239f9f9f'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left top .4em;
  background-size: auto;
  margin-bottom: 1em;
}

/*--------------------------------------------------------------------*/
/* 取引先銀行 */

section.summary .table table .banks ul{
  gap: .5em 0;
}
section.summary .table table .banks li{
  padding-right: 1.5em;
  margin-right: 1em;

  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='7.932'%20height='18.362'%20viewBox='0%200%207.932%2018.362'%3E%3Cline%20x1='7'%20y2='18'%20transform='translate(0.466%200.181)'%20fill='none'%20stroke='%23707070'%20stroke-width='1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 1em;
}