<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ----------------------------------------------------------------------------
common
---------------------------------------------------------------------------- */
.f_corporate_profile_other {
  background-color: #ffffff;
}
.s_page--body {
  padding-bottom: 20px;
}
.s_page--header .s_page--header_title {
  color: #ffffff;
}

.f_corporate_profile_other .s_text_spec {
  position: relative;
  margin-bottom: 20px;
  background-color: #fff;
  color: #f0f6fe;
  font-family: Barlow,sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  word-break: normal;
  z-index: 2;
}
.f_corporate_profile_other .s_catch {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #2a3432;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  word-break: normal;
}
.f_corporate_profile_other .s_catch:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100px;
  height: 2px;
  background-color: #225ca5;
}
@media (992px &lt;= width) {
  .s_page--body {
    position: relative;
    padding-bottom: 120px;
  }
  .f_corporate_profile_other .f_all:before {
    background: linear-gradient(0deg,#fff,#fff 20%,hsla(0,0%,100%,0));
    content: "";
    height: 238px;
    left: 0;
    position: absolute;
    top: calc(100vh - 228px);
    width: 100%;
    z-index: 0;
  }
  .f_corporate_profile_other .s_frame {
    position: relative;
    margin-top: -120px;
  }
  .f_corporate_profile_other .s_text_spec {
    font-size: 70px;
  }
  .f_corporate_profile_other .s_catch {
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-size: 40px;
  }
  .f_corporate_profile_other .s_catch:before {
    height: 5px;
  }
}
@media (1281px &lt;= width) {
  .f_corporate_profile_other .s_text_spec {
    position: absolute;
    /*top: clamp(-252px,-22.96875vw + 189px,-105px);*/
    top: 10px;
    left: clamp(-260px,-42.1875vw + 550px,10px);
    background-color: transparent;
    font-size: clamp(50px,15.625vw + -150px,150px);
    white-space: nowrap;
    -moz-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
}





/* ----------------------------------------------------------------------------
螻慕､ｺ莨壽ュ蝣ｱ
/corporate-profile/exhibition/
---------------------------------------------------------------------------- */
#exhibition .s_exhibition--box li {
  padding: 30px;
  border: 1px solid #cccccc;
}
#exhibition .s_exhibition--box li + li {
  border-top: none;
}
#exhibition .s_exhibition--box .box_grid {
  gap: 30px;
}
#exhibition .s_exhibition--box a .s_title_02 {
  color: #225ca5;
  text-decoration: underline;
}
#exhibition .s_exhibition--box a:hover .s_title_02,
#exhibition .s_exhibition--box a:active .s_title_02,
#exhibition .s_exhibition--box a:focus .s_title_02 {
  text-decoration: none;
}
@media (992px &lt;= width) {
  #exhibition .s_exhibition--box table th {
    width: 6em;
  }
  #exhibition .s_exhibition--box table td {
    width: calc(100% - 20px - 6em);
  }
}





/* ----------------------------------------------------------------------------
OYO繝輔ぉ繧｢2015髢句ぎ縺励∪縺励◆
/corporate-profile/exhibition2/exhibition-oyo-fair-2015/
---------------------------------------------------------------------------- */
.exhibition-oyo-fair .mainvisual {
  margin-top: 40px;
  margin-bottom: 60px;
}
.exhibition-oyo-fair h3 .s_link_pdf {
  padding-left: 30px;
}
.exhibition-oyo-fair h3 .s_link_pdf::before {
  top: 5px;
  width: 25px;
  height: 25px;
}
.exhibition-oyo-fair figure,
.exhibition-oyo-fair figure .s_caption,
.exhibition-oyo-fair .box_grid .box_grid--img,
.exhibition-oyo-fair .box_grid .box_grid--img .s_caption {
  text-align: center;
}
.exhibition-oyo-fair .box_grid .box_grid--img img {
  width: auto;
}
.exhibition-oyo-fair h3 + table {
  margin-top: 30px;
}
@media (992px &lt;= width) {
  .exhibition-oyo-fair table th {
    white-space: nowrap;
  }
}





/* ----------------------------------------------------------------------------
蜷�ｨｮ譁ｹ驥�
/corporate-profile/various-policies/
---------------------------------------------------------------------------- */
#various-policies .s_page * + h2 {
  margin-top: 20px;
}
@media (992px &lt;= width) {
  #various-policies .s_page * + h2 {
    margin-top: 60px;
  }
}





/* ----------------------------------------------------------------------------
CSR豢ｻ蜍墓婿驥�
/corporate-profile/various-policies/csr-activities-policy/
---------------------------------------------------------------------------- */
#csr-activities-policy .s_accordion {
  margin-top: 60px;
}
#csr-activities-policy .s_accordion + .s_accordion {
  margin-top: 10px;
}
#csr-activities-policy .s_accordion--ttl {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 42px 20px 14px;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  transition: opacity .2s ease-out;
}
#csr-activities-policy .s_accordion--jp {
  color: #2a3432;
}
#csr-activities-policy .s_accordion--en {
  color: #225ca5;
  font-family: Barlow,sans-serif;
}
#csr-activities-policy .s_accordion--ttl::before {
  position: absolute;
  top: 50%;
  right: 14px;
  content: '';
  width: 14px;
  height: 2px;
  background: #225ca5;
  transform: translateY(-50%);
}
#csr-activities-policy .s_accordion--ttl::after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: '';
  width: 2px;
  height: 14px;
  background: #225ca5;
  transform: translateY(-50%);
  transition: .2s ease-out;
}
#csr-activities-policy .s_accordion--ttl.active::after {
  opacity: 0;
  transform: rotate(90deg) translateX(-7px) translateY(calc(-50% + 7px));
}
#csr-activities-policy .s_accordion--inner {
  height: 0;
  overflow: hidden;
}
#csr-activities-policy .s_accordion--content {
  padding: 20px 14px 50px;
}
@media (992px &lt;= width) {
  #csr-activities-policy .s_accordion--ttl {
    padding: 20px 64px 20px 30px;
  }
  #csr-activities-policy .s_accordion--ttl::before {
    right: 30px;
  }
  #csr-activities-policy .s_accordion--ttl::after {
    right: 36px;
  }
  #csr-activities-policy .s_accordion--jp {
    font-size: 20px;
  }
  #csr-activities-policy .s_accordion--content {
    padding: 20px 30px 50px;
  }
}





/* ----------------------------------------------------------------------------
莨∵･ｭ陦悟虚隕冗ｯ�
/corporate-profile/business-conduct-guidelines/
---------------------------------------------------------------------------- */
#business-conduct-guidelines .s_frame {
  padding: 0;
}
#business-conduct-guidelines .s_frame .box_grid {
  margin-top: 0;
  padding: 60px;
}
#business-conduct-guidelines .s_frame .box_grid + .box_grid {
  border-top: 1px solid #cccccc;
}
#business-conduct-guidelines .s_list-num {
  font-size: 20px;
  font-weight: 700;
  color: #2a3432;
}
#business-conduct-guidelines .s_list-num li + li {
  margin-top: 20px;
}
#business-conduct-guidelines .box_grid--title {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 130px;
}
#business-conduct-guidelines .box_grid--title::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  content: '';
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
}
#business-conduct-guidelines #challenge .box_grid--title::before {
  background-image: url(/assets/images/corporate-profile/business-conduct-guidelines/icon_challenge.svg);
}
#business-conduct-guidelines #evolution .box_grid--title::before {
  background-image: url(/assets/images/corporate-profile/business-conduct-guidelines/icon_evolution.svg);
}
#business-conduct-guidelines #integrity .box_grid--title::before {
  background-image: url(/assets/images/corporate-profile/business-conduct-guidelines/icon_integrity.svg);
}
#business-conduct-guidelines #diversity .box_grid--title::before {
  background-image: url(/assets/images/corporate-profile/business-conduct-guidelines/icon_diversity.svg);
}
#business-conduct-guidelines .box_grid--title h2 {
  font-size: 30px;
  color: #2a3432;
  line-height: 1.6em;
}
#business-conduct-guidelines .box_grid--title span {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1em;
}
#business-conduct-guidelines #challenge .box_grid--title span {
  color: #4a5c84;
}
#business-conduct-guidelines #evolution .box_grid--title span {
  color: #513666;
}
#business-conduct-guidelines #integrity .box_grid--title span {
  color: #3c4941;
}
#business-conduct-guidelines #diversity .box_grid--title span {
  color: #584b48;
}

#business-conduct-guidelines #box_pride {
  width: 93.1034482759vw;
  max-width: 1160px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px;
  background-color: #225ca5;
  color: #f9f9f9;
  gap: 60px;
}
#business-conduct-guidelines #box_pride dt {
  margin-bottom: 50px;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.4em;
}
#business-conduct-guidelines #box_pride dt span {
  display: inline-block;
  margin-left: 20px;
  font-family: Barlow,sans-serif;
  font-size: 50px;
  font-weight: 200;
  letter-spacing: .05em;
}
#business-conduct-guidelines #box_pride dd p {
  margin-bottom: 60px;
  font-weight: 400;
  line-height: 2em;
}
#business-conduct-guidelines #box_pride .s_news a {
  background-color: #ffffff;
}

@media (width &lt; 992px) {
  #business-conduct-guidelines .pc {
    display: none;
  }
  #business-conduct-guidelines .s_frame .box_grid {
    padding: 40px;
  }
  #business-conduct-guidelines .box_grid--title {
    padding-left: 80px;
  }
  #business-conduct-guidelines .box_grid--title::before {
    width: 60px;
    height: 60px;
  }
  #business-conduct-guidelines #box_pride {
    padding: 40px;
  }
}
@media (width &lt; 768px) {
  #business-conduct-guidelines .box_grid--title h2 {
    font-size: 24px;
    line-height: 1.4em;
  }
  #business-conduct-guidelines .box_grid--title span {
    margin-bottom: 5px;
  }
  #business-conduct-guidelines .s_list-num {
    font-size: 16px;
  }
  #business-conduct-guidelines .s_list-num li + li {
    margin-top: 10px;
  }
  #business-conduct-guidelines #box_pride dt {
    font-size: 24px;
  }
  #business-conduct-guidelines #box_pride dt span {
    display: block;
    margin-top: 10px;
    margin-left: 0;
    font-size: 34px;
  }
}





/* ----------------------------------------------------------------------------
邨悟霧逅�ｿｵ繝ｻ邨悟霧繝薙ず繝ｧ繝ｳ
/corporate-profile/management-philosophy-vision/
---------------------------------------------------------------------------- */
#management-philosophy-vision .s_frame {
  padding: 0;
}
#management-philosophy-vision .s_page--body .box_grid {
  margin-top: 0;
  padding: 40px;
}
#management-philosophy-vision .s_page--body .box_grid + .box_grid {
  border-top: 1px solid #cccccc;
}
#management-philosophy-vision .s_page--body .box_grid--title {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
#management-philosophy-vision .s_page--body h2 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6em;
  color: #2a3432;
}
#management-philosophy-vision .s_page--body h2 span {
  display: block;
  font-family: Barlow,sans-serif;
  font-size: 24px;
  line-height: 1.2em;
  color: #225ca5;
}
#management-philosophy-vision .s_page--body .box_grid--txt {
  font-weight: 700;
}
#management-philosophy-vision .s_page--body .catch {
  font-size: 16px;
  line-height: 1.6em;
}
@media (992px &lt;= width) {
  #management-philosophy-vision .s_page--body .box_grid {
    padding: 80px;
  }
  #management-philosophy-vision .s_page--body .box_grid--txt {
    font-size: 20px;
    line-height: 1.6em;
  }
  #management-philosophy-vision .s_page--body h2,
  #management-philosophy-vision .s_page--body .catch {
    font-size: 30px;
  }
  #management-philosophy-vision .s_page--body h2 span {
    font-size: 50px;
  }
}
@media (768px &lt;= width) {
  #management-philosophy-vision .s_page--body h2 {
    margin-bottom: 0;
  }
}





/* ----------------------------------------------------------------------------
繝医ャ繝励Γ繝�そ繝ｼ繧ｸ
/corporate-profile/message-from-the-president/
---------------------------------------------------------------------------- */
#message-from-the-president .s_page--body {
  margin-top: 25px;
  overflow-x: visible;
}
#message-from-the-president .s_message--title {
  display: flex;
  flex-direction: column-reverse;
  gap: 60px;
  margin-bottom: 60px;
}
#message-from-the-president .s_message--title figure {
  position: relative;
  width: 100%;
}
#message-from-the-president .s_message--title figure:after {
  display: block;
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: 100%;
  height: 100%;
  content: '';
  background: url(/assets/images/common/bg_photo.webp) no-repeat 50%;
  background-size: cover;
}
#message-from-the-president .s_message--title figure img {
  position: relative;
  z-index: 2;
}
#message-from-the-president .s_message--title .title {
  width: 100%;
  color: #225ca5;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
}
#message-from-the-president .position {
  margin-top: 60px;
  font-weight: 700;
  color: #2a3432;
  text-align: right;
}
#message-from-the-president .name {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #2a3432;
  text-align: right;
}
@media (768px &lt;= width) {
  #message-from-the-president .s_message--title {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin-bottom: 100px;
  }
  #message-from-the-president .s_message--title figure {
    position: relative;
    width: 35vw;
    margin-top: -120px;
    margin-left: -40px;
  }
  #message-from-the-president .s_message--title .title {
    width: calc(100% - 35vw - 40px);
  }
}
@media (992px &lt;= width) {
  #message-from-the-president .s_message--title .title {
    font-size: 35px;
  }
  #message-from-the-president .position {
    font-size: 20px;
    line-height: 1.4em;
  }
  #message-from-the-president .name {
    font-size: 30px;
  }
}
@media (1280px &lt;= width) {
  #message-from-the-president .s_message--title figure {
    width: 510px;
  }
  #message-from-the-president .s_message--title .title {
    width: calc(100% - 460px);
  }
}
@media (1500px &lt;= width) {
  #message-from-the-president .s_message--title figure {
    position: relative;
    margin-left: -130px;
  }
  #message-from-the-president .s_message--title figure:after {
    left: -40px;
    bottom: -40px;
  }
}





/* ----------------------------------------------------------------------------
隗｣隱ｬ�∝ｿ懃畑蝨ｰ雉ｪ縺ｮ莉穂ｺ九→縺ｯ��
/corporate-profile/earth-consultant/
---------------------------------------------------------------------------- */
#earth-consultant .s_page--body {
  padding-bottom: 0;
}
#earth-consultant #customers {
  background: url(/assets/images/corporate-profile/earth-consultant/bg_customers.webp) no-repeat 50%;
  background-size: cover;
  color: #ffffff;
}
#earth-consultant #customers .s_frame {
  margin-top: 0;
  background-color: transparent;
}
#earth-consultant #customers h2 {
  font-weight: 700;
  line-height: 1.6em;
}
#earth-consultant #customers h2 span {
  display: block;
  font-family: Barlow,sans-serif;
}
#earth-consultant #customers .catch {
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 700;
}
#earth-consultant #customers dl {
  padding: 40px;
  background-color: #ffffff;
}
#earth-consultant #customers dl dt {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e7e9eb;
  font-size: 20px;
  color: #225ca5;
  line-height: 1.4em;
}
#earth-consultant #customers dl dd {
  color: #4e5359;
}
#earth-consultant #customers dl th {
  text-align: left;
}
@media (992px &lt;= width) {
  #earth-consultant #customers {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #earth-consultant #customers h2 {
    font-size: 30px;
  }
  #earth-consultant #customers h2 span {
    font-size: 40px;
  }
  #earth-consultant #customers .catch {
    font-size: 25px;
  }
}





/* ----------------------------------------------------------------------------
遐皮ｩｶ髢狗匱
/corporate-profile/research-and-development/
---------------------------------------------------------------------------- */
#research-and-development .s_page--body .box_bg &gt; .box_grid-cols_2 {
  display: grid;
}
#research-and-development .box_bg figure {
  display: block;
}
#research-and-development .box_bg dl {
  padding: 20px;
  background-color: #ffffff;
}
#research-and-development .box_bg dt {
  margin-bottom: 20px;
  padding: 10px;
  font-family: Barlow,sans-serif;
  font-size: 16px;
  line-height: 1em;
  color: #ffffff;
  text-align: center;
}
#research-and-development .box_bg #what dt {
  background-color: #18395a;
}
#research-and-development .box_bg #how dt {
  background-color: #225ca5;
}
#research-and-development .box_bg #to_whom dt {
  background-color: #0286d1;
}
@media (992px &lt;= width) {
  #research-and-development .box_bg dt {
    padding: 20px;
    font-size: 25px;
  }
}
@media (width &lt; 768px) {
  #research-and-development .box_bg {
    display: flex;
    flex-direction: column;
  }
  #research-and-development .box_bg #what {
    order: 2;
    margin-top: 40px;
  }
  #research-and-development .box_bg figure {
    order: 1;
    margin-top: 0;
  }
  #research-and-development .box_bg figure + .box_grid {
    order: 3;
    margin-top: 20px;
  }
}





/* ----------------------------------------------------------------------------
謚陦灘ｹｴ蝣ｱ
/corporate-profile/research-and-development/technology-annual/
---------------------------------------------------------------------------- */
#technology-annual .s_list-num {
  padding-left: 40px;
  padding-right: 20px;
  overflow: hidden;
}
#technology-annual .s_accordion li {
  position: relative;

}
#technology-annual .s_accordion li + li {
  margin-top: 20px;
  padding-top: 20px;
}
#technology-annual .s_accordion li + li::before {
  display: block;
  position: absolute;
  top: 0;
  left: -100px;
  content: '';
  width: 200%;
  border-top: 1px solid #e3e3e3;
}
#technology-annual .s_accordion a {
  text-decoration: underline;
}
#technology-annual .s_accordion a:hover,
#technology-annual .s_accordion a:active,
#technology-annual .s_accordion a:focus {
  text-decoration: none;
}
#technology-annual .s_accordion a::after {
  display: inline-block;
  position: relative;
  top: 2px;
  content: '';
  width: 18px;
  height: 18px;
  margin-left: 6px;
  background-image: url(/assets/images/common/icon_pdf_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (992px &lt;= width) {
  #technology-annual .s_accordion li {
    font-size: 18px;
  }
  #technology-annual .s_accordion a::after {
    top: 3px;
    width: 24px;
    height: 24px;
    margin-left: 10px;
  }
}





/* ----------------------------------------------------------------------------
譛芽ｳ��ｼ閠�焚
/corporate-profile/research-and-development/number-of-qualified-personnel/
---------------------------------------------------------------------------- */
#number-of-qualified-personnel table th,
#number-of-qualified-personnel table td {
  vertical-align: top;
}
#number-of-qualified-personnel table th {
  background-color: #fafafa;
  font-weight: 500;
  text-align: left;
}
#number-of-qualified-personnel table th[rowspan] {
  background-color: #f5f5f5;
  font-weight: 700;
}
#number-of-qualified-personnel table td {
  font-weight: 700;
  text-align: right;
}





/* ----------------------------------------------------------------------------
NETIS逋ｻ骭ｲ諠��ｱ
/corporate-profile/research-and-development/netis/
---------------------------------------------------------------------------- */
#netis .s_page--body dl {
  padding: 20px;
  border: 1px solid #cccccc;
}
#netis .s_page--body dl + dl {
  border-top: none;
}
#netis .s_page--body dl dt {
  margin-bottom: 20px;
}
@media (992px &lt;= width) {
  #netis .s_page--body dl {
    padding: 40px;
  }
  #netis .s_page--body dl dt {
    font-size: 20px;
  }
  #netis .s_page--body dl dd {
    display: grid;
    grid-template-columns: auto 230px;
    align-items: center;
  }
  #netis .s_page--body dl dd p {
    margin-right: 40px;
    padding-right: 40px;
    border-right: 1px solid #cccccc;
  }
  #netis .s_page--body dl table {
    margin-top: 0;
    white-space: nowrap;
  }
}





/* ----------------------------------------------------------------------------
迚ｹ險ｱ荳隕ｧ
/corporate-profile/research-and-development/ip-strategy/
---------------------------------------------------------------------------- */
#ip-strategy .s_frame li {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  border: 1px solid #cccccc;
}
#ip-strategy .s_frame li + li {
  border-top: none;
}
@media (992px &lt;= width) {
  #ip-strategy .s_frame li {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    padding: 20px 30px;
  }
  #ip-strategy .s_frame li div:nth-of-type(1) {
    font-size: 18px;
    line-height: 1.6em;
  }
  #ip-strategy .s_frame li div:nth-of-type(2) {
    min-width: 240px;
    text-align: right;
  }
  #ip-strategy .s_frame .s_link_pdf {
    padding-left: 24px;
  }
  #ip-strategy .s_frame .s_link_pdf::before {
    top: 4px;
    width: 20px;
    height: 20px;
  }
}





/* ----------------------------------------------------------------------------
蟄ｦ莨夂匱陦ｨ隲匁枚
/corporate-profile/research-and-development/annual-report/
---------------------------------------------------------------------------- */
#annual-report .s_annual--content_item {
  display: none;
}
#annual-report .s_annual--content_item.active {
  display: block;
}
#annual-report .s_annual--content_item dl {
  padding: 20px;
  border: 1px solid #cccccc;
}
#annual-report .s_annual--content_item dl + dl {
  border-top: none;
}
#annual-report .s_annual--content_item dt {
  margin-bottom: 10px;
  color: #2a3432;
}
@media (992px &lt;= width) {
  #annual-report .s_annual--content_item dl {
    padding: 30px;
  }
  #annual-report .s_annual--content_item dt {
    font-size: 20px;
    line-height: 1.4em;
  }
}





/* ----------------------------------------------------------------------------
蠖ｹ蜩｡荳隕ｧ
/corporate-profile/list-of-officers/
---------------------------------------------------------------------------- */
#list-of-officers .s_officers {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 20px;
  margin-bottom: 60px;
}
#list-of-officers .s_officers--emp {
  display: flex;
  gap: 40px;
  margin-bottom: 20px;
}
#list-of-officers .s_officers--emp div {
  flex: 1;
}
#list-of-officers .s_officers--info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#list-of-officers .s_officers--pos {
  color: #2a3432;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4em;
}
#list-of-officers .s_officers--name {
  margin-top: 10px;
  color: #2a3432;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
}
#list-of-officers .s_officers--process {
  position: relative;
  height: 0;
  overflow: hidden;
}
#list-of-officers .s_officers--career_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  color: #225ca5;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  cursor: pointer;
}
#list-of-officers .s_officers--career_btn span {
  display: inline-block;
  position: relative;
  height: 14px;
  margin-left: 10px;
  width: 14px;
}
#list-of-officers .s_officers--career_btn span::before,
#list-of-officers .s_officers--career_btn span::after {
  position: absolute;
  content: '';
  background-color: #225ca5;
  transition: all .5s;
}
#list-of-officers .s_officers--career_btn span::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}
#list-of-officers .s_officers--career_btn span::after {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
}
#list-of-officers .s_officers--career_btn.active {
  background-color: #f5f5f5;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #f5f5f5;
}
#list-of-officers .s_officers--career_btn.active span:after {
  opacity: 0;
}
#list-of-officers .s_officers--career_btn.active + .s_officers--process {
  overflow: visible;
}
#list-of-officers .s_officers--process_content {
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 1160px;
  padding: 20px;top:0;
  background-color: #f5f5f5;
}
#list-of-officers .s_officers--process_list {
  padding: 15px;
  background-color: #ffffff;
}
#list-of-officers .s_officers--process_list li {
  display: flex;
  font-size: 14px;
  line-height: 1.6em;
  color: #2a3432;
}
#list-of-officers .s_officers--process_list span {
  flex-shrink: 0;
  width: 80px;
  margin-right: 10px;
  color: #225ca5;
}
#list-of-officers.en .s_officers--process_list span {
  width: 120px;
}
#list-of-officers .s_officers--process::before,
#list-of-officers .s_officers--process_content {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #f5f5f5;
}
#list-of-officers .s_officers--process::before {
  top: -5px;
  height: 100%;
  content: '';
}
#list-of-officers .s_executive {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 40px 30px;
}
@media (576px &lt;= width) {
  #list-of-officers .s_officers {
    grid-template-columns: repeat(2,1fr);
  }
  #list-of-officers .s_officers--process_content {
    width: calc(200% + 20px);
    margin-top: 10px;
  }
  #list-of-officers .s_officers--item:nth-child(2n) .s_officers--process_content {
    left: calc(-100% - 20px);
  }
  #list-of-officers .s_executive {
    grid-template-columns: repeat(3,1fr);
  }
}
@media (768px &lt;= width) {
  #list-of-officers .s_executive {
    grid-template-columns: repeat(4,1fr);
    gap: 60px 50px;
  }
}
@media (992px &lt;= width) {
  #list-of-officers .s_officers {
    gap: 60px 40px;
  }
  #list-of-officers .s_officers--emp {
    margin-bottom: 30px;
  }
  #list-of-officers .s_officers--pos {
    font-size: 20px;
    line-height: 1.4em;
  }
  #list-of-officers .s_officers--name {
    font-size: 30px;
    line-height: 1.4em;
  }
  #list-of-officers .s_officers--career_btn {
    min-height: 80px;
    font-size: 20px;
  }
  #list-of-officers .s_officers--process_content {
    width: calc(200% + 40px);
    margin-top: 20px;
    padding: 60px 40px 40px;
  }
  #list-of-officers .s_officers--process_list {
    padding: 30px;
  }
  #list-of-officers .s_officers--process_list li {
    font-size: 16px;
  }
  #list-of-officers .s_officers--process_list span {
    width: 100px;
    margin-right: 20px;
  }
  #list-of-officers.en .s_officers--process_list span {
    width: 140px;
  }
  #list-of-officers .s_officers--item:nth-child(2n) .s_officers--process_content {
    left: calc(-100% - 40px);
  }
}
@media (width &lt; 768px) {
  #list-of-officers .s_officers--process_list li {
    flex-direction: column;
  }
  #list-of-officers .s_officers--process_list li + li {
    margin-top: 0.5em;
  }
  #list-of-officers .s_officers--process_list span {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}





/* ----------------------------------------------------------------------------
荳ｭ譛溽ｵ悟霧險育判
/corporate-profile/medium-term-business-plan/
---------------------------------------------------------------------------- */
#medium-term-business-plan .s_frame figure {
  width: 100%;
  margin: 60px auto;
}
#medium-term-business-plan .s_frame figure img {
  border: 1px solid #cccccc;
}
@media (992px &lt;= width) {
  #medium-term-business-plan .s_frame figure {
    width: 872px;
  }
}





/* ----------------------------------------------------------------------------
繝代�繝医リ繝ｼ繝ｻ繧ｵ繝昴�繧ｿ繝ｼ豢ｻ蜍�
/corporate-profile/partner/
---------------------------------------------------------------------------- */
#partner .s_frame .box_grid a {
  border: 1px solid #cccccc;
}
#partner .s_frame .box_grid dl {
  display: flex;
  flex-direction: column;
}
#partner .s_frame .box_grid dl .photo {
  order: -1;
}
#partner .s_frame .box_grid dt {
  padding: 20px;
  font-size: 20px;
  line-height: 1.4em;
}
#partner .s_frame .box_grid .text {
  padding: 30px;
  background-color: #f9f9f9;
}
#partner .s_frame .box_grid .s_link_01 {
  padding-left: 24px;
}
#partner .s_frame .box_grid .s_link_01::before {
  top: 6px;
}


#anh .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
#anh .logo img {
  height: 120px;
}
#anh .logo .logo_anh img {
  height: 150px;
}
#anh .logo .txt {
  font-size: 80px;
  font-weight: 300;
  line-height: 1.0em;
}
#anh .illust {
  width: 100%;
  max-width: 500px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}





/* ----------------------------------------------------------------------------
蠢懃畑蝨ｰ雉ｪ縺ｮ豁ｩ縺ｿ
/corporate-profile/company-history/
---------------------------------------------------------------------------- */
#company-history .s_frame {
  position: relative;
}
#company-history .s_frame::before {
  position: absolute;
  top: 0;
  content: '';
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
  z-index: 1;
}
#company-history .s_frame:nth-of-type(odd)::before {
  left: 0;
}
#company-history .s_frame:nth-of-type(even)::before {
  right: 0;
}
#company-history .s_frame + .s_frame {
  margin-top: 40px;
}
#company-history .s_frame--header {
  margin-bottom: 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #e0e0e0;
}
#company-history .s_frame--header,
#company-history .s_frame--body {
  position: relative;
  z-index: 5;
}
#company-history .s_frame--header .s_title {
  display: flex;
  align-items: center;
  flex-grow: 10;
  gap: 10px;
  padding: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  color: #2a3432;
  border: none;
}
#company-history .s_frame--header .s_title::after {
  display: none;
}
#company-history .s_frame--header .s_title span {
  display: block;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  color: #225ca5;
}
#company-history .s_frame--header .s_title + * {
  margin-top: 30px;
}

#company-history .s_frame .block_photo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  position: relative;
  height: 26vw;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
  z-index: 5;
}
#company-history .s_frame .block_photo figure {
  flex: 1;
}
#company-history .s_frame .block_photo figure img {
  width: 100%;
  object-fit: cover;
}

#company-history .s_frame--body dl {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  width: 100%;
}
#company-history .s_frame--body dl + dl {
  margin-top: 30px;
}
#company-history .s_frame--body dl dt {
  position: relative;
  width: 50px;
  font-family: Barlow, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  color: #225ca5;
  text-align: center;
}
#company-history .s_frame--body dl dt::after {
  position: absolute;
  top: 50%;
  left: 60px;
  content: '';
  width: 30px;
  height: 1px;
  background-color: #225ca5;
}
#company-history .s_frame--body dl dd .block_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4em;
  color: #225ca5;
}
#company-history .s_frame--body dl .pc {
  display: none;
}

@media (992px &lt;= width) {
  #company-history .s_page--body {
    padding-top: 120px;
  }
  #company-history .s_frame {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  #company-history .s_frame + .s_frame {
    margin-top: 120px;
  }
  #company-history .s_frame--header {
    max-width: 640px;
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
  #company-history .s_frame--header .s_title {
    gap: 20px;
    font-size: 50px;
  }
  #company-history .s_frame--header .s_title span {
    font-size: 40px;
  }
  #company-history .s_frame--header .s_title + * {
    margin-top: 60px;
  }

  #company-history .s_frame--body dl {
    gap: 80px;
    width: calc(50% + 50px);
  }
  #company-history .s_frame--body dl + dl {
    margin-top: 50px;
  }
  #company-history .s_frame--body dl:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
  #company-history .s_frame--body dl:nth-of-type(even) {
    margin-left: auto;
  }
  #company-history .s_frame--body dl dt {
    width: 100px;
    font-size: 40px;
  }
  #company-history .s_frame--body dl dt::after {
    left: 110px;
    width: 50px;
  }
  #company-history .s_frame--body dl:nth-of-type(odd) dt::after {
    left: -60px;
  }
  #company-history .s_frame--body dl dd {
    width: calc(100% - 180px);
    padding-top: 8px;
  }
  #company-history .s_frame--body dl:nth-of-type(odd) dd {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  #company-history .s_frame--body dl dd .block_title {
    font-size: 20px;
  }
  #company-history .s_frame--body dl .pc {
    display: block;
  }

  #company-history .s_frame .block_photo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0;
    overflow: visible;
  }
  #company-history .s_frame .block_photo figure {
    position: absolute;
    width: clamp(250px,32.6315789474vw + -128.5263157895px,498px);
    z-index: 10;
  }
  #company-history .y1954 .block_photo figure:nth-of-type(1) {
    top: 228px;
    right: calc(50% + clamp(360px, 9.2105263158vw + 253.1578947368px, 430px));
  }
  #company-history .y1954 .block_photo figure:nth-of-type(2) {
    top: -120px;
    left: calc(50% + clamp(340px, 24.0789473684vw + 60.6842105263px, 523px));
  }
  #company-history .y1970 .block_photo figure:nth-of-type(1) {
    top: -55px;
    right: calc(50% + clamp(340px, 24.0789473684vw + 60.6842105263px, 523px));
  }
  #company-history .y1970 .block_photo figure:nth-of-type(2) {
    top: 250px;
    left: calc(50% + clamp(340px, 24.0789473684vw + 60.6842105263px, 523px));
  }
  #company-history .y1998 .block_photo figure:nth-of-type(1) {
    top: 165px;
    right: calc(50% + clamp(360px, 13.4210526316vw + 204.3157894737px, 462px));
  }
  #company-history .y1998 .block_photo figure:nth-of-type(2) {
    top: -55px;
    left: calc(50% + clamp(360px, 13.4210526316vw + 204.3157894737px, 462px));
  }
  #company-history .y2010 .block_photo figure:nth-of-type(1) {
    top: 400px;
    right: calc(50% + clamp(360px, 13.4210526316vw + 204.3157894737px, 462px));
  }
  #company-history .y2010 .block_photo figure:nth-of-type(2) {
    top: -55px;
    left: calc(50% + clamp(360px, 13.4210526316vw + 204.3157894737px, 462px));
  }
  #company-history .y2024 .block_photo figure:nth-of-type(1) {
    top: 100px;
    left: calc(50% + clamp(360px, 13.4210526316vw + 204.3157894737px, 462px));
  }
}





/* ----------------------------------------------------------------------------
莨∵･ｭ諠��ｱ
/corporate-profile/
---------------------------------------------------------------------------- */
.s_links-icon #company-overview span::before {
  background-image: url(/assets/images/common/icon_company-overview.svg);
}
.s_links-icon #organization span::before {
  background-image: url(/assets/images/common/icon_organization.svg);
}
.s_links-icon #list-of-officers span::before {
  background-image: url(/assets/images/common/icon_list-of-officers.svg);
}
.s_links-icon #list-of-offices span::before {
  background-image: url(/assets/images/common/icon_list-of-offices.svg);
}
.s_links-icon #group-companies span::before {
  background-image: url(/assets/images/common/icon_group-companies.svg);
}
.s_links-icon #designated-survey-organization-information span::before {
  background-image: url(/assets/images/common/icon_designated-survey-organization-information.svg);
}

#corporate-profile .s_info {
  display: flex;
  background-color: #edf4f8;
  padding: 30px;
}
#corporate-profile .s_info--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#corporate-profile .s_info_01 .s_title {
  margin-bottom: 10px;
  padding: 0;
  border: none;
}
#corporate-profile .s_info_01 .s_title::after {
  display: none;
}
#corporate-profile .s_info .c_btn {
  margin-top: 20px;
}
@media (768px &lt;= width) {
  #corporate-profile .s_info {
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
  }
  #corporate-profile .s_info_02 {
    flex-direction: row-reverse;
  }
  #corporate-profile .s_info--content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 62%;
    padding: 60px;
  }
  #corporate-profile .s_info--content p {
    flex-grow: 100;
  }
  #corporate-profile .s_info--image {
    margin-bottom: 0;
    max-width: 440px;
    width: 38%;
  }
}
@media (width &lt; 768px) {
  #corporate-profile .s_info {
    flex-direction: column;
    gap: 30px;
  }
  #corporate-profile .s_info_02 {
    flex-direction: column-reverse;
  }
}

#corporate-profile .s_page--banner {
  background-color: transparent;
}
#corporate-profile .s_page--footer_layout {
  position: relative;
  width: 89.33333vw;
  margin-left: auto;
  margin-right: auto;
}
#corporate-profile .s_banner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 160px;
  padding: 20px;
  background: url(../images/corporate-profile/banner_exhibition.webp) 50% no-repeat;
  background-size: cover;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1em;
  text-align: center;
  z-index: 1;
}
#corporate-profile .s_banner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .15);
  z-index: -1;
}
@media (992px &lt;= width) {
  #corporate-profile .s_page--banner {
    padding: 100px 0;
  }
  #corporate-profile .s_page--footer_layout {
    width: 93.1034482759vw;
    max-width: 1160px;
  }
  #corporate-profile .s_banner {
    padding: 40px;
  }
}




</pre></body></html>