@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto+Condensed:wght@100..900&family=Roboto:wght@100..900&display=swap");
.robot {
  font-family: "Roboto", sans-serif;
}

.noto {
  font-family: "Noto Serif JP", serif;
}

.RoNow {
  font-family: "ナウ-GM", "NOW-GM";
}

/*==================================================================
会社情報　aboutus　共通
===================================================================*/
#wrapperContent #content.aboutus main article section {
  padding-top: 100px;
  padding-bottom: 100px;
}
#wrapperContent #content.aboutus main article section:last-child {
  padding-bottom: 140px;
}
@media only screen and (max-width: 640px) {
  #wrapperContent #content.aboutus main article section {
    padding-top: 50px;
    padding-bottom: 25px;
  }
  #wrapperContent #content.aboutus main article section:last-child {
    padding-bottom: 75px;
  }
}
#wrapperContent #content.aboutus main article section table {
  width: 100%;
  border-top: solid 1px #cbcbcb;
}
#wrapperContent #content.aboutus main article section table th, #wrapperContent #content.aboutus main article section table td {
  padding: 15px 10px;
  border-bottom: solid 1px #cbcbcb;
  line-height: 1.7;
}
#wrapperContent #content.aboutus main article section table th {
  padding-right: 30px;
  white-space: nowrap;
  vertical-align: top;
}
/*==================================================================
会社情報　aboutus　トップ
===================================================================*/
#wrapperContent #content.aboutus_index main article section#sec_pagettl .pagettl_wrap {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 80px;
}
#wrapperContent #content.aboutus_index main article section#sec_pagettl .pagettl_wrap .bxl {
  width: 400px;
}
#wrapperContent #content.aboutus_index main article section#sec_pagettl .pagettl_wrap .bxl p {
  color: #1E50A2;
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 60px;
}
#wrapperContent #content.aboutus_index main article section#sec_pagettl .pagettl_wrap .bxl p:first-child {
  font-size: 1.6rem;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
#wrapperContent #content.aboutus_index main article section#sec_pagettl .pagettl_wrap .bxl > img {
  width: 218px;
  aspect-ratio: 218/66;
}
#wrapperContent #content.aboutus_index main article section#sec_pagettl .pagettl_wrap .bxr {
  width: 100%;
  min-width: 460px;
  flex: 1;
}
#wrapperContent #content.aboutus_index main article section#sec_pagettl .pagettl_wrap .bxr > p {
  margin-bottom: 10px;
  color: #1E50A2;
  font-size: 1.4rem;
  line-height: 2.57;
}
@media only screen and (max-width: 640px) {
  #wrapperContent #content.aboutus_index main article section#sec_pagettl .pagettl_wrap .bxl, #wrapperContent #content.aboutus_index main article section#sec_pagettl .pagettl_wrap .bxr {
    width: 100%;
    min-width: 100%;
  }
  #wrapperContent #content.aboutus_index main article section#sec_pagettl .pagettl_wrap .bxl p {
    font-size: 3.8rem;
  }
}
#wrapperContent #content.aboutus_index main article section#sec_lead {
  padding: 40px 0;
}
#wrapperContent #content.aboutus_index main article section#sec_lead .lead_txt {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}
#wrapperContent #content.aboutus_index main article section#sec_contents {
  padding-bottom: 50px;
}
#wrapperContent #content.aboutus_index main article section#sec_contents .flex4 .bx a {
  display: block;
}
#wrapperContent #content.aboutus_index main article section#sec_contents .flex4 .bx a span {
  display: block;
}
#wrapperContent #content.aboutus_index main article section#sec_contents .flex4 .bx a span.image {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}
#wrapperContent #content.aboutus_index main article section#sec_contents .flex4 .bx a span.image img {
  transition: all 0.2s ease-out;
}
#wrapperContent #content.aboutus_index main article section#sec_contents .flex4 .bx a span.txt {
  position: relative;
  font-weight: bold;
  color: #1E50A2;
  line-height: 1.4;
}
#wrapperContent #content.aboutus_index main article section#sec_contents .flex4 .bx a span.txt::after {
  content: "\e5c8";
  font-family: "Material Symbols Rounded";
  position: absolute;
  top: 0;
  right: 0;
}
#wrapperContent #content.aboutus_index main article section#sec_contents .flex4 .bx a:hover span.image img {
  transform: scale(1.2);
}

/*==================================================================
会社情報　aboutus　ご挨拶
===================================================================*/
#wrapperContent #content.aboutus_greeting main article section#sec_greeting {
  padding-top: 50px;
}
#wrapperContent #content.aboutus_greeting main article section#sec_greeting .greeting_wrap {
  display: flex;
  gap: 80px;
}
#wrapperContent #content.aboutus_greeting main article section#sec_greeting .greeting_wrap .bxl {
  max-width: calc(100% - 440px);
}
#wrapperContent #content.aboutus_greeting main article section#sec_greeting .greeting_wrap .bxl .ttl {
  margin-bottom: 50px;
  color: #1E50A2;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.7;
}
#wrapperContent #content.aboutus_greeting main article section#sec_greeting .greeting_wrap .bxl .ttl br.bp1024 {
  display: none;
}
#wrapperContent #content.aboutus_greeting main article section#sec_greeting .greeting_wrap .bxl .txt p {
  margin-bottom: 15px;
}
#wrapperContent #content.aboutus_greeting main article section#sec_greeting .greeting_wrap .bxl .txt p:last-of-type {
  margin-bottom: 0;
}
#wrapperContent #content.aboutus_greeting main article section#sec_greeting .greeting_wrap .bxl .txt p.sign {
  padding-top: 30px;
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  text-align: right;
  white-space: nowrap;
}
#wrapperContent #content.aboutus_greeting main article section#sec_greeting .greeting_wrap .bxl .txt p.sign span {
  margin-right: 15px;
  font-size: 1.6rem;
}
#wrapperContent #content.aboutus_greeting main article section#sec_greeting .greeting_wrap .bxl .bx-photo.tablet, #wrapperContent #content.aboutus_greeting main article section#sec_greeting .greeting_wrap .bxl .bx-photo.sponly {
  display: none;
}
#wrapperContent #content.aboutus_greeting main article section#sec_greeting .greeting_wrap .bxr {
  width: 360px;
}
#wrapperContent #content.aboutus_greeting main article section#sec_greeting .greeting_wrap .bxr .bx-photo img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #wrapperContent #content.aboutus_greeting main article section#sec_greeting .greeting_wrap {
    display: flex;
    gap: 80px;
    lex-direction: column;
  }
  #wrapperContent #content.aboutus_greeting main article section#sec_greeting .greeting_wrap .bxl {
    max-width: 100%;
  }
  #wrapperContent #content.aboutus_greeting main article section#sec_greeting .greeting_wrap .bxl p.ttl {
    margin-bottom: 50px;
    color: #1E50A2;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.7;
  }
  #wrapperContent #content.aboutus_greeting main article section#sec_greeting .greeting_wrap .bxl p.ttl br.bp1024 {
    display: block;
  }
  #wrapperContent #content.aboutus_greeting main article section#sec_greeting .greeting_wrap .bxl .txt p {
    margin-bottom: 15px;
  }
  #wrapperContent #content.aboutus_greeting main article section#sec_greeting .greeting_wrap .bxl .txt p:last-of-type {
    margin-bottom: 0;
  }
  #wrapperContent #content.aboutus_greeting main article section#sec_greeting .greeting_wrap .bxl .txt p.sign {
    padding-top: 30px;
    font-size: 3rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1;
    text-align: right;
    white-space: nowrap;
  }
  #wrapperContent #content.aboutus_greeting main article section#sec_greeting .greeting_wrap .bxl .txt p.sign span {
    margin-right: 15px;
    font-size: 1.6rem;
  }
  #wrapperContent #content.aboutus_greeting main article section#sec_greeting .greeting_wrap .bxl .bx-photo {
    width: 360px;
    padding-left: 50px;
    padding-bottom: 50px;
    float: right;
  }
  #wrapperContent #content.aboutus_greeting main article section#sec_greeting .greeting_wrap .bxl .bx-photo.tablet {
    display: block;
  }
  #wrapperContent #content.aboutus_greeting main article section#sec_greeting .greeting_wrap .bxl .bx-photo.sponly {
    display: none;
  }
  #wrapperContent #content.aboutus_greeting main article section#sec_greeting .greeting_wrap .bxr {
    display: none;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 640px) {
  #wrapperContent #content.aboutus_greeting main article section#sec_greeting .greeting_wrap .bxl .txt p.sign {
    padding-top: 10px;
  }
  #wrapperContent #content.aboutus_greeting main article section#sec_greeting .greeting_wrap .bxl .bx-photo {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    padding-left: 0px;
    padding-bottom: 30px;
    float: initial;
  }
  #wrapperContent #content.aboutus_greeting main article section#sec_greeting .greeting_wrap .bxl .bx-photo.tablet {
    display: none;
  }
  #wrapperContent #content.aboutus_greeting main article section#sec_greeting .greeting_wrap .bxr {
    display: none;
  }
}
#wrapperContent #content.aboutus_greeting main article section#sec_philosophy .flex3.bx_philosophy {
  justify-content: center;
}
#wrapperContent #content.aboutus_greeting main article section#sec_activity .inner {
  max-width: 810px;
  margin: 0 auto;
}
#wrapperContent #content.aboutus_greeting main article section#sec_activity .inner p {
  margin-bottom: 10px;
}
#wrapperContent #content.aboutus_greeting main article section#sec_initiative .inner {
  max-width: 810px;
  margin: 0 auto;
}
#wrapperContent #content.aboutus_greeting main article section#sec_initiative .inner p {
  margin-bottom: 10px;
}
#wrapperContent #content.aboutus_greeting main article section#sec_initiative .inner .bx {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
#wrapperContent #content.aboutus_greeting main article section#sec_initiative .inner .bx img {
  width: 150px;
}

/*==================================================================
会社情報　aboutus　会社概要・沿革
===================================================================*/
#wrapperContent #content.aboutus_about main article section#sec_outline {
  padding-top: 50px;
}
#wrapperContent #content.aboutus_about main article section#sec_outline p.read_outline {
  margin-bottom: 100px;
  color: #1E50A2;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #wrapperContent #content.aboutus_about main article section#sec_outline p.read_outline {
    font-size: 1.8rem;
  }
}
#wrapperContent #content.aboutus_about main article section#sec_outline .outline_wrap table {
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
}
#wrapperContent #content.aboutus_about main article section#sec_outline .outline_wrap table th {
  width: 125px;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
#wrapperContent #content.aboutus_about main article section#sec_outline .outline_wrap table td {
  width: calc(100% - 125px);
}
#wrapperContent #content.aboutus_about main article section#sec_outline .outline_wrap table td.officers dl {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  #wrapperContent #content.aboutus_about main article section#sec_outline .outline_wrap table {
    max-width: 100%;
  }
  #wrapperContent #content.aboutus_about main article section#sec_outline .outline_wrap table th, #wrapperContent #content.aboutus_about main article section#sec_outline .outline_wrap table td {
    font-size: 1.5rem;
  }
  #wrapperContent #content.aboutus_about main article section#sec_outline .outline_wrap table th {
    width: 100px;
    padding-right: 10px;
    -moz-text-align-last: justify;
         text-align-last: justify;
  }
  #wrapperContent #content.aboutus_about main article section#sec_outline .outline_wrap table td.officers dl {
    display: flex;
    gap: 20px;
  }
  #wrapperContent #content.aboutus_about main article section#sec_outline .outline_wrap table td.officers dl dt {
    min-width: 130px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 640px) {
  #wrapperContent #content.aboutus_about main article section#sec_outline .outline_wrap table td.officers dl {
    margin-bottom: 10px;
    flex-wrap: wrap;
    gap: 0px;
  }
  #wrapperContent #content.aboutus_about main article section#sec_outline .outline_wrap table td.officers dl dt {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
#wrapperContent #content.aboutus_about main article section#sec_history .history_wrap table {
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
}
#wrapperContent #content.aboutus_about main article section#sec_history .history_wrap table th {
  width: 125px;
}
#wrapperContent #content.aboutus_about main article section#sec_history .history_wrap table td {
  width: calc(100% - 125px);
}
@media screen and (max-width: 1024px) {
  #wrapperContent #content.aboutus_about main article section#sec_history .history_wrap table {
    max-width: 100%;
  }
  #wrapperContent #content.aboutus_about main article section#sec_history .history_wrap table th, #wrapperContent #content.aboutus_about main article section#sec_history .history_wrap table td {
    font-size: 1.5rem;
  }
  #wrapperContent #content.aboutus_about main article section#sec_history .history_wrap table th {
    width: 100px;
    padding-right: 10px;
  }
}

/*==================================================================
会社情報　hardwear　設備
===================================================================*/
#wrapperContent #content.aboutus_hardwear main article section p.read {
  margin-bottom: 100px;
  color: #1E50A2;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #wrapperContent #content.aboutus_hardwear main article section p.read {
    font-size: 1.8rem;
  }
}
#wrapperContent #content.aboutus_hardwear main article section .inner table {
  width: 100%;
  max-width: 810px;
  margin: 0 auto 50px;
}
#wrapperContent #content.aboutus_hardwear main article section .inner table th {
  width: calc(100% - 70px);
  white-space: initial;
}
#wrapperContent #content.aboutus_hardwear main article section .inner table td {
  width: 70px;
  text-align: right;
}
#wrapperContent #content.aboutus_hardwear main article section .inner .img-area {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
#wrapperContent #content.aboutus_hardwear main article section .inner .img-area .bx {
  max-width: 700px;
}
#wrapperContent #content.aboutus_hardwear main article section .inner .img-area .bx img {
  height: 160px;
  border: #cbcbcb solid 1px;
  border-radius: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
#wrapperContent #content.aboutus_hardwear main article section .inner .img-area .bx .caption {
  padding-top: 5px;
  font-size: 1.4rem;
}
#wrapperContent #content.aboutus_hardwear main article section#sec_osaka {
  padding-top: 50px;
}
#wrapperContent #content.aboutus_hardwear main article section#sec_osakafact {
  padding-top: 50px;
}
#wrapperContent #content.aboutus_hardwear main article section#sec_tokyo {
  padding-top: 50px;
}
/*==================================================================
会社情報　access　アクセス
===================================================================*/
#wrapperContent #content.aboutus_access main article section p.read {
  margin-bottom: 100px;
  color: #1E50A2;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #wrapperContent #content.aboutus_access main article section p.read {
    font-size: 1.8rem;
  }
}
#wrapperContent #content.aboutus_access main article section .inner {
  display: flex;
  gap: 40px;
}
#wrapperContent #content.aboutus_access main article section .inner .bxl, #wrapperContent #content.aboutus_access main article section .inner .bxr {
  width: calc((100% - 40px) / 2);
}
#wrapperContent #content.aboutus_access main article section .inner .bxl img {
  width: 100%;
  padding: 20px;
  border: #cbcbcb solid 1px;
}
#wrapperContent #content.aboutus_access main article section .inner .bxr > p {
  margin-bottom: 30px;
}
#wrapperContent #content.aboutus_access main article section .inner .bxr .station h3 {
  margin-bottom: 15px;
  padding: 5px 5px 5px 0;
  color: #1E50A2;
  font-weight: 500;
  border-bottom: #1E50A2 solid 1px;
}
@media only screen and (max-width: 640px) {
  #wrapperContent #content.aboutus_access main article section .inner {
    gap: 20px;
    flex-direction: column;
  }
  #wrapperContent #content.aboutus_access main article section .inner .bxl, #wrapperContent #content.aboutus_access main article section .inner .bxr {
    width: 100%;
  }
}
#wrapperContent #content.aboutus_access main article section#sec_osaka {
  padding-top: 50px;
}
#wrapperContent #content.aboutus_access main article section#sec_osakafact {
  padding-top: 50px;
}
#wrapperContent #content.aboutus_access main article section#sec_tokyo {
  padding-top: 50px;
}/*# sourceMappingURL=layout_aboutus.css.map */