[lang="en"] body{
  font-family: "Pathway Extreme", sans-serif;
}
[lang="ja"] body{
  font-family: "Noto Sans JP","Pathway Extreme", sans-serif;
}

/* ---------------------------------------------------------------- *
	調整
 * ---------------------------------------------------------------- */
.text-right{
  text-align: right;
}

/* ---------------------------------------------------------------- *
	既存記述の改修・調整
 * ---------------------------------------------------------------- */
@media (min-width: 1024px) {
    header .menu-header-container,header .nav-primary,header .nav-primary li {
        height:100%
    }
}

.no-ttlview{
  display: none !important;
}

#overview_aboutus h2:first-of-type{
  margin-top: 0;
  margin-bottom: 0;
}
#overview_aboutus h3:first-of-type{
  margin-top: 0;
}
.form_accepted{
  display: inline;
}

/* ---------------------------------------------------------------- *
	背景設定
 * ---------------------------------------------------------------- */
/*about us*/
#core-values{
  background-color: #f5f5f5;
}
#action-guidelines{
  background-color: #f5f5f5;
}
#aboutus_innovation{
  padding-bottom: 0;
}
#about-us{
}
#overview_aboutus{
  margin-bottom: -4rem;
  padding-top: 0;
  padding-bottom: 0;
  /*background-color: #f5f5f5;*/
}
#monodukuri{
  background-color: #f5f5f5;
}
#monodukuri_title{
  padding-bottom: 0;
  /*padding-top: 0;*/
  /*background-color: #f5f5f5;*/
}
.our-company-history{
  background-color: #f5f5f5;
}
/*#quality{
  background-color: #f5f5f5;
}*/
#network{
  /*background-color: #f5f5f5;*/
}

/*sustainability*/
#sustainability_overview{
  background-color: #f5f5f5;
}
#key-initiatives{
  background-color: #f5f5f5;
}
#our-goals{
  background-color: #fff;
}
#other-initiatives{
  background-color: #f5f5f5;
}
#case-study-{
  background-color: #fff;
}

/* ---------------------------------------------------------------- *
	日英切り替え
 * ---------------------------------------------------------------- */
/* ---languageBtn--- */
#languageBtn_box{
  display: flex;
  width: 70px;
  margin-left: 40px;
}
@media (max-width: 768px) {
  #languageBtn_box{
    margin-left: 20px;
  }
}
.languageBtn{
  cursor: pointer;
  font-size: 15px;
  width: 35px;
  box-sizing: border-box;
  padding: 5.5px 9px;
  border-radius: 5px;
  text-align: center;
  background-color: #00123c;
  color: rgba(255,255,255,0.50);
  transition: 0.2s;
}
.languageBtn.languageBtn_active{
  cursor: default;
  background: #fff;
  color: #0e3a9f;
}
#languageBtn_jp{
  border-radius:5px 0 0 5px;
}
#languageBtn_en{
  border-radius:0 5px 5px 0;
}

/* ---languageTxt--- */
.langTxt-en{
  display: none;
}

/* ---------------------------------------------------------------- *
	調整
 * ---------------------------------------------------------------- */
@media (min-width: 769px) {
  .no-pc{display: none !important;}
}
@media (max-width: 768px) {
  .no-sp{display: none !important;}
}

.display-inlinebl{
  display: inline-block;
}

/* ---------------------------------------------------------------- *
	integrity
 * ---------------------------------------------------------------- */
#integrity{
  padding-bottom: 0;
}
#aboutus_anchorBox{
  position: fixed;
  z-index: 1;
  width: 100%;
  height: calc(100% - 90px);
  top: 90px;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
@media (max-width: 1023px) {
  #aboutus_anchorBox{
    display: none !important;
  }
}
#aboutus_anchorBox a:hover{
  opacity: 0.5;
}
#aboutus_anchor01,
#aboutus_anchor02,
#aboutus_anchor03,
#aboutus_anchor04,
#aboutus_anchor06{
  pointer-events: auto;
  position: absolute;
  color: transparent;
  display: block;
  top: 0%;
  right: 0%;
  z-index: 1;
  opacity: 0;
  font-size: 0px;
  background: none !important;
  transition: 0s;
  /*以下検証用*/
  /*background: #000;
  opacity: 0.5;*/
}
#aboutus_anchor01{
  width: 32vh;
  height: 13vh;
  top: 27vh;
  right: 39vh;
}
#aboutus_anchor02{
  width: 20vh;
  height: 10vh;
  top: 47vh;
  right: 29vh;
}
#aboutus_anchor03{
  width: 20vh;
  height: 12vh;
  top: 43vh;
  right: 20vh;
}
#aboutus_anchor04{
  width: 30vh;
  height: 13vh;
  top: 21vh;
  right: 88vh;
}
#aboutus_anchor06{
  width: 29vh;
  height: 11vh;
  top: 38vh;
  right: 52vh;
}
@media (min-width: 1024px) and (max-aspect-ratio: 2560/1158) and (min-aspect-ratio: 1175/600) {
  #aboutus_anchor01,
  #aboutus_anchor02,
  #aboutus_anchor03,
  #aboutus_anchor04,
  #aboutus_anchor06{
    background: #ff0000;
  }
  #aboutus_anchor01{
    width: 16vw;
    height: 7vw;
    top: 14vw;
    right: 20vw;
  }
  #aboutus_anchor02{
    width: 10vw;
    height: 5vw;
    top: 24vw;
    right: 15vw;
  }
  #aboutus_anchor03{
    width: 10vw;
    height: 5vw;
    top: 22vw;
    right: 10.7vw;
  }
  #aboutus_anchor04{
    width: 15vw;
    height: 7vw;
    top: 10vw;
    right: 45vw;
  }
  #aboutus_anchor06{
    width: 15vw;
    height: 6vw;
    top: 19vw;
    right: 26vw;
  }
}
@media (min-width: 1024px) and (min-aspect-ratio: 2560/1158) and (min-aspect-ratio: 1175/600){
  #aboutus_anchor01,
  #aboutus_anchor02,
  #aboutus_anchor03,
  #aboutus_anchor04,
  #aboutus_anchor06{
    background: #2FED20;
  }
  #aboutus_anchor01{
    width: 16vw;
    height: 7vw;
    top: 14vw;
    right: 20vw;
  }
  #aboutus_anchor02{
    width: 10vw;
    height: 5vw;
    top: 24vw;
    right: 15vw;
  }
  #aboutus_anchor03{
    width: 10vw;
    height: 5vw;
    top: 22vw;
    right: 10.7vw;
  }
  #aboutus_anchor04{
    width: 15vw;
    height: 7vw;
    top: 10vw;
    right: 45vw;
  }
  #aboutus_anchor06{
    width: 15vw;
    height: 6vw;
    top: 19vw;
    right: 26vw;
  }
}
@media (min-width: 1024px) {
  #aboutus_tgt01,
  #aboutus_tgt02,
  #aboutus_tgt03,
  #aboutus_tgt04,
  #aboutus_tgt06{
    margin-top: -166px;
    padding-top: 166px;
    z-index: -1;
  }
}
@media (min-width: 1830px) {
  /*#aboutus_anchor01{
    top: 16vw;
    right: 21.6%;
    width: 13.1%;
    height: 3.2vw;
  }
  #aboutus_anchor02{
    top: 25vw;
    right: 16.5%;
    width: 7.9%;
    height: 2.3vw;
  }
  #aboutus_anchor03{
    top: 22.8vw;
    right: 12.2%;
    width: 7.9%;
    height: 2.3vw;
  }
  #aboutus_anchor04{
    top: 11.9vw;
    right: 47%;
    width: 12.1%;
    height: 3.2vw;
  }
  #aboutus_anchor06{
    top: 20.3vw;
    right: 28%;
    width: 12.1%;
    height: 3.2vw;
  }*/
}

.about_us-integrity_flex{
  display: flex;
  gap: 30px;
}
.about_us-integrity_name{
  text-align: right;
}
.about_us-integrity_name_mini{
  font-size: 60%;
}
.about_us-integrity_img{
  max-width: 648px;
  margin-left: auto;
}
.about_us-integrity_img img{
  width: 100%;
  margin: 0;
}
@media (max-width: 768px) {
  .about_us-integrity_flex{
    flex-wrap: wrap;
  }
  .about_us-integrity_textbox{
    width: 100%;
    max-width: none;
  }
  .about_us-integrity_catch{
    font-size: 1.475rem;
  }
  .about_us-integrity_img{
    width: 100%;
    max-width: none;
  }
  .about_us-integrity_name{
    font-size: 1.475rem;
  }
}

/* ---------------------------------------------------------------- *
	monodukuri
 * ---------------------------------------------------------------- */
.about_us-monodukuri_ttl{
  position: relative;
  width: 400px;
  height: 400px;
  border: 1px solid #0e3a9f;
  text-align: center;
  box-sizing: border-box;
  border-radius: 50%;
  margin: 60px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_us-monodukuri_ttl_in{
  line-height: 1.4;
}
.about_us-monodukuri_ttl_big{
  font-size: 50px;
  font-weight: 700;
  color: rgb(14 58 159 / var(--tw-text-opacity));
}
.about_us-monodukuri_ttl_mini{
  display: block;
  font-size: 40px;
  font-weight: 700;
  color: rgb(14 58 159 / var(--tw-text-opacity));
}
.about_us-monodukuri_txt{
  line-height: 2;
  font-size: 20px;
}
@media (max-width: 768px) {
  .about_us-monodukuri_ttl{
    width: 91vw;
    height: 91vw;
  }
  .about_us-monodukuri_txt{
    text-align: left;
    font-size: 19px;
  }
}

/* ---------------------------------------------------------------- *
	monodukuri_title
 * ---------------------------------------------------------------- */
#monodukuri_title .text-3xl{
  margin-top: 0;
}
#monodukuri_title .container.paragraph{
  margin-bottom: 0;
}

/* ---------------------------------------------------------------- *
	company
 * ---------------------------------------------------------------- */
#about-us > .container{
  margin-bottom: 0;
}
.about_us-company_table > dl{
  width: 100%;
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  background-color: #f5f5f5;
}
.about_us-company_table > dl:nth-child(1){
  /*padding-bottom: 0;*/
}
.about_us-company_table > dl:nth-child(2){
  margin-top: -1rem;
  padding-top: 0;
}
.about_us-company_table > dl:nth-child(n+3):nth-child(odd){
  background-color: #fff;
}
.about_us-company_table > dl::before,
.about_us-company_table > dl::after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
}
.about_us-company_table > dl > dt{
  font-size: 19px;
  width: 174px;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
  color: rgb(14 58 159 / var(--tw-text-opacity));
  margin: 0;
}
.about_us-company_table > dl > dd{
  width: calc(100% - 174px);
  margin: 0;
  padding: 0 38px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .about_us-company_table > dl{
    flex-wrap: wrap;
    gap: .2rem 0;
  }
  .about_us-company_table > dl > dt{
    width: 100%;
    text-align: left;
    padding: 0 1rem;
  }
  .about_us-company_table > dl > dd{
    width: 100%;
    padding: 0 1rem;
  }
}
/*.about_us-company_table > dl{
  width: 100%;
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.about_us-company_table > dl::before,
.about_us-company_table > dl::after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
}
.about_us-company_table > dl::before{
  background-color: #0e3a9f;
  width: 174px;
  z-index: 2;
}
.about_us-company_table > dl::after{
  background-color: #bbbbbb;
  z-index: 1;
}
.about_us-company_table > dl > dt{
  font-size: 19px;
  width: 174px;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
  color: rgb(14 58 159 / var(--tw-text-opacity));
  margin: 0;
}
.about_us-company_table > dl > dd{
  width: calc(100% - 174px);
  margin: 0;
  padding: 0 38px;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .about_us-company_table{
    padding-left: 96px;
  }
}
@media (max-width: 768px) {
  .about_us-company_table > dl{
    flex-wrap: wrap;
    gap: 10px 0;
  }
  .about_us-company_table > dl > dt{
    width: 100%;
    text-align: left;
  }
  .about_us-company_table > dl > dd{
    width: 100%;
  }
}*/
  
/* ---------------------------------------------------------------- *
	history
 * ---------------------------------------------------------------- */
.about_us-history_list{
  position: relative;
  margin-top: 70px;
  padding-left: 24px;
}
.about_us-history_list::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 62px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #e7282e;
  width: 4px;
  height: calc(100% - 20px);
  z-index: 1;
}
.about_us-history_list > dl{
  display: flex;
  align-items: center;
  gap: 0 43px;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}
.about_us-history_list > dl:last-child{
  margin-bottom: 0;
}
.about_us-history_list > dl > dt{
  text-align: center;
  color: #fff;
  background-color: #0e3a9f;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  border-radius: 50%;
  font-family: "Pathway Extreme", sans-serif;
}
.about_us-history_list > dl > dt .ic_year{
  font-style: normal;
  font-size: 16px;
  font-family: "Noto Sans JP","Pathway Extreme", sans-serif;
}
.about_us-history_list > dl > dd{
  width: calc(100% - 80px - 43px);
}
@media (max-width: 768px) {
  .about_us-history_list{
    padding-left: 0;
  }
  .about_us-history_list::before{
    left: 38px;
  }
  .about_us-history_list > dl{
    align-items: stretch;
    gap: 20px;
    position: relative;
  }
  .about_us-history_list > dl > dd{
    padding-top: 1.5rem;
    width: calc(100% - 80px - 20px);
  }
}

/* ---------------------------------------------------------------- *
	quality
 * ---------------------------------------------------------------- */
.about_us-quality_flex{
  display: flex;
  gap: 30px;
}
.about_us-quality_text{
  width: calc(100% - 466px - 30px);
}
.about_us-quality_text p{
  margin-top: 0;
  margin-bottom: 0;
}
.about_us-quality_indent{
  padding-left: 6em;
  text-indent: -6em;
}
.about_us-quality_indent2{
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
  vertical-align: text-top;
}
.about_us-quality_indent .red_dot{
  color: #e7282e;
  font-style: normal;
}
.about_us-quality_img{
  width: 100%;
  max-width: 466px;
}
.about_us-quality_img img{
  width: 100%;
}
@media (max-width: 768px) {
  .about_us-quality_flex{
    flex-wrap: wrap;
  }
  .about_us-quality_text{
    width: 100%;
  }
}

/* ---------------------------------------------------------------- *
	network
 * ---------------------------------------------------------------- */
.about_us-network_read{
  line-height: 1.77;
}
.about_us-network_box {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 62px;
}
.about_us-network_box > dl {
  width: calc((100% - 62px* 2) / 3);
  margin: 0;
}
.about_us-network_img{
  margin-top: 0;
  margin-bottom: 30px;
  width: 100%;
}
.about_us-network_img img{
  width: 100%;
  margin: 0;
}
.about_us-network_ttl{
  font-size: 19px;
  color: rgb(14 58 159 / var(--tw-text-opacity));
  margin-bottom: 20px;
  padding: 0;
}
.about_us-network_txt{
  padding: 0;
}
@media (max-width: 768px) {
  .about_us-network_read{
    font-size: 1.475rem;
  }
  .about_us-network_box > dl {
    width: 100%;
  }
}

/* ---------------------------------------------------------------- *
	sustainability_three
 * ---------------------------------------------------------------- */
.sustainability_three_list{
  margin-top: 60px;
}
.sustainability_three_list > dl{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px 96px;
  margin-top: 0;
  margin-bottom: 60px;
}
.sustainability_three_list > dl:last-of-type{
  margin-bottom: 0;
}
.sustainability_three_list > dl:nth-child(even){
  flex-direction: row-reverse;
}
.sustainability_three_list > dl > dt{
  width: 46.407186%;
  margin: 0;
  padding: 0;
}
.sustainability_three_list > dl > dt img{
  width: 100%;
  margin: 0;
  padding: 0;
}
.sustainability_three_list > dl > dd{
  width: calc(100% - 46.407186% - 96px);
  margin: 0;
  padding: 0;
}
.sustainability_three_list p{
  margin-top: 0;
  margin-bottom: 0;
}
.sustainability_three_ttl{
  font-size: 24px;
  color: rgb(14 58 159 / var(--tw-text-opacity));
  margin-bottom: 30px;
}
.sustainability_three_indent{
  padding-left: 2.35em;
  text-indent: -1.35em;
  display: inline-block;
}
@media (max-width: 768px) {
  .sustainability_three_list > dl > dt{
    width: 100%;
  }
  .sustainability_three_list > dl > dd{
    width: 100%;
  }
  .sustainability_three_ttl{
    margin-bottom: 20px;
  }
}

/*アンカーリンク設定*/
.sustainability_three_list > dl{
  /*margin-top: -170px;
  padding-top: 170px;*/
  scroll-margin-top: 190px;
}
@media (max-width: 768px) {
}

/* ---------------------------------------------------------------- *
	sectors
 * ---------------------------------------------------------------- */
#sectors_top_catchcopy h2 + .mb-8{
  width: 100%;
}

/* ---------------------------------------------------------------- *
	contact-form-7
 * ---------------------------------------------------------------- */
#contactform7_block{
  padding-top: 0;
}
#contactform7_block p{
  margin-top: 0;
  margin-bottom: 0;
}
#contactform7_block .cf7_grid > p{
  display: grid;
}
#contactform7_block .cf7_gap-4 > p{
  gap: 1rem;
}
#contactform7_block input[type=text],
#contactform7_block input[type=email],
#contactform7_block input[type=tel],
#contactform7_block input[type=url],
#contactform7_block textarea,
#contactform7_block select{
  width: 100%;
}
#contactform7_block .cf7_form_accepted .wpcf7-list-item{
  margin-left: 0;
}
#contactform7_block .cf7_form_accepted .wpcf7-list-item-label{
  display: inline;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-left: .25rem;
  --tw-text-opacity: 1;
  color: rgb(14 58 159 / var(--tw-text-opacity));
}
#contactform7_block .btn-secondary:hover{
  cursor: pointer;
}
#interested-in{
  
}
#contactform7_block .wpcf7-response-output{
  border: 0;
  color: rgb(14 58 159 / var(--tw-text-opacity));
  padding: 20px;
  text-align: center;
  background-color: #f5f5f5;
  margin: 20px auto;
}
@media (min-width: 1024px){
  #contactform7_block .cf7_grid-cols-2 > p{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ---------------------------------------------------------------- *
	privacy policy プライバシーポリシー
 * ---------------------------------------------------------------- */
.privacypolicy_table{
}
.privacypolicy_table th:first-child,
.privacypolicy_table td:first-child{
  max-width: 30em;
}
.privacypolicy_table th,
.privacypolicy_table td{
  vertical-align: top;
  padding: 1em 2em;
}
.privacypolicy_table thead tr{
  background-color: #0e3a9f;
  color: #fff;
  text-align: left;
}
.privacypolicy_table tbody tr:nth-child(odd){
  background-color: #fff;
}
.privacypolicy_table tbody tr:nth-child(even){
  background-color: #f5f5f5;
}
.pp_indent_list{
  list-style: none;
  padding: 0;
}
.pp_indent_list:first-child{
  margin-top: 0;
}
.pp_indent_list:last-child{
  margin-bottom: 0;
}
.pp_indent_list > li{
  margin: 0;
  padding-left: 2em;
  text-indent: -2em;
}
.pp_indent_list > li:first-child{
  margin-top: 0;
}
.pp_indent_list > li:last-child{
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .privacypolicy_table{
    display: block;
  }
  .privacypolicy_table thead{
    display: none;
  }
  .privacypolicy_table tbody,
  .privacypolicy_table tr,
  .privacypolicy_table td{
    display: block;
    background-color: #fff !important;
  }
  .privacypolicy_table tr{
    margin-bottom: 2em;
    border-bottom: 2px solid #eee;
    padding-bottom: 2em;
  }
  .privacypolicy_table tr:last-child{
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .privacypolicy_table td{
    margin-bottom: 2em;
    padding: 0;
  }
  .privacypolicy_table td:last-of-type{
    margin-bottom: 0;
  }
  .privacypolicy_table td:first-child::before,
  .privacypolicy_table td:last-child::before{
    background-color: #0e3a9f;
    color: #fff;
    display: block;
    margin-bottom: 1em;
    padding: 0.5em 2em;
    text-align: center;
    font-weight: 700;
  }
  .privacypolicy_table td:first-child::before{
    content: "個人情報";
  }
  .privacypolicy_table td:last-child::before{
    content: "利用目的";
  }
}