@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-------------------------
- main_ttl & breadcrumbs
- container
- side_nav
- main_contents
- contact_bnr
-------------------------*/
/*=======================================
　main_ttl & breadcrumbs
=======================================*/
.main_ttl {
  background: center/cover url(../img/company/main.jpg) no-repeat;
}
@media screen and (max-width: 768px) {
  .main_ttl {
    background: center/cover url(../img/company/main_sp.jpg) no-repeat;
  }
}

@media screen and (max-width: 768px) {
  .breadcrumbs {
    margin-bottom: 53px;
  }
}

/*=======================================
　container
=======================================*/
.container {
  position: relative;
}
.container .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 148px;
}
@media screen and (max-width: 768px) {
  .container .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
  }
}

/*=======================================
　side_nav
=======================================*/
.side_nav {
  padding: 30px 16px;
  background: rgba(255, 255, 255, 0.83);
  border-radius: 5px;
  margin-top: -30px;
  margin-bottom: 100px;
  z-index: 1;
}
.side_nav ul {
  padding-bottom: 0;
}
.side_nav ul li {
  width: 109px;
  padding-left: 22px;
}

/*=======================================
	company_cmn_txt
=======================================*/
.company_cmn_txt {
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .company_cmn_txt {
    width: 100%;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.8461538462;
  }
}

/*=======================================
	greetings_sec
=======================================*/
@media screen and (max-width: 768px) {
  .greetings_sec {
    margin-bottom: 37.5px !important;
  }
}
.greetings_sec .greetings_content .content_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .greetings_sec .greetings_content .content_heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    gap: 25px;
  }
}
@media screen and (max-width: 768px) {
  .greetings_sec .greetings_content .content_heading {
    margin-bottom: 30px;
  }
}
.greetings_sec .greetings_content .content_heading hgroup {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  letter-spacing: 0.1em;
}
.greetings_sec .greetings_content .content_heading hgroup h4 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.6666666667;
  margin-bottom: 43.5px;
}
@media screen and (max-width: 768px) {
  .greetings_sec .greetings_content .content_heading hgroup h4 {
    font-size: 17px;
    margin-bottom: 20px;
  }
}
.greetings_sec .greetings_content .content_heading hgroup h4 span {
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3611111111;
}
@media screen and (max-width: 768px) {
  .greetings_sec .greetings_content .content_heading hgroup h4 span {
    font-size: 20px;
    line-height: 1.7;
  }
}
.greetings_sec .greetings_content .content_heading hgroup .content_signature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .greetings_sec .greetings_content .content_heading hgroup .content_signature {
    gap: 13px;
  }
}
.greetings_sec .greetings_content .content_heading hgroup .content_signature p:first-of-type {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4285714286;
}
@media screen and (max-width: 768px) {
  .greetings_sec .greetings_content .content_heading hgroup .content_signature p:first-of-type {
    font-size: 12px;
    letter-spacing: 0.05em;
  }
}
.greetings_sec .greetings_content .content_heading hgroup .content_signature p:nth-of-type(2) {
  width: 137.5px;
}
@media screen and (max-width: 768px) {
  .greetings_sec .greetings_content .content_heading hgroup .content_signature p:nth-of-type(2) {
    width: 97px;
  }
}
.greetings_sec .greetings_content .content_heading picture {
  width: 51.68316832%;
}
@media screen and (max-width: 1024px) {
  .greetings_sec .greetings_content .content_heading picture {
    width: 100%;
    aspect-ratio: 345/262;
  }
}
.greetings_sec .greetings_content .company_cmn_txt:not(:last-of-type) {
  margin-bottom: 2em;
}

/*=======================================
	philosophy_sec
=======================================*/
.philosophy_sec {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .philosophy_sec {
    padding-top: 37.5px;
    padding-bottom: 37.5px;
    margin-bottom: 37.5px !important;
  }
}
.philosophy_sec::before {
  content: "";
  display: block;
  width: 200vw;
  height: 100%;
  background: #f9f9f9;
  position: absolute;
  top: 0;
  left: -50vw;
  z-index: -1;
}
.philosophy_sec .philosophy_content .philosophy_list {
  display: grid;
  gap: 24px;
  margin-bottom: 31px;
}
@media screen and (max-width: 768px) {
  .philosophy_sec .philosophy_content .philosophy_list {
    gap: 17px;
  }
}
.philosophy_sec .philosophy_content .philosophy_list .philosophy_item {
  color: var(--main_white);
  background: var(--main_navy);
  padding: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 37px;
}
@media screen and (max-width: 768px) {
  .philosophy_sec .philosophy_content .philosophy_list .philosophy_item {
    padding: 4px 14px 4px 18px;
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 26px;
  }
}
.philosophy_sec .philosophy_content .philosophy_list .philosophy_item span {
  font-family: "Noto Sans", sans-serif;
  font-style: italic;
  font-size: 27px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .philosophy_sec .philosophy_content .philosophy_list .philosophy_item span {
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-right: 18px;
  }
}
.philosophy_sec .philosophy_content .company_cmn_txt {
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  .philosophy_sec .philosophy_content .company_cmn_txt {
    margin-bottom: 24px;
  }
}
.philosophy_sec .philosophy_content .signature {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 21px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .philosophy_sec .philosophy_content .signature {
    gap: 14px;
  }
}
.philosophy_sec .philosophy_content .signature .logo {
  width: 245px;
}
@media screen and (max-width: 768px) {
  .philosophy_sec .philosophy_content .signature .logo {
    width: 198px;
  }
}
.philosophy_sec .philosophy_content .signature .president-signature {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4285714286;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .philosophy_sec .philosophy_content .signature .president-signature {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.8333333333;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 13px;
  }
}
.philosophy_sec .philosophy_content .signature .president-signature span {
  width: 137.5px;
}
@media screen and (max-width: 768px) {
  .philosophy_sec .philosophy_content .signature .president-signature span {
    width: 97px;
  }
}

/*=======================================
	profile_sec
=======================================*/
.profile_sec {
  margin-bottom: 150px !important;
}
@media screen and (max-width: 768px) {
  .profile_sec {
    margin-bottom: 75px !important;
  }
}
.profile_sec .profile_img {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .profile_sec .profile_img {
    margin-bottom: 20px;
  }
}
.profile_sec .profile_content {
  display: grid;
  grid-template-columns: 550px 1fr;
  gap: 4.85148515%;
  margin-bottom: 120px;
}
@media screen and (max-width: 1200px) {
  .profile_sec .profile_content {
    grid-template-columns: 70.7% 1fr;
  }
}
@media screen and (max-width: 768px) {
  .profile_sec .profile_content {
    grid-template-columns: 1fr;
    gap: 50px;
    margin-bottom: 50px;
  }
}
.profile_sec .profile_content .profile_list .profile_item {
  padding: 19.5px 0;
  border-bottom: 1px solid #D1D1D1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8%;
}
@media screen and (max-width: 768px) {
  .profile_sec .profile_content .profile_list .profile_item {
    padding: 13px 0;
    gap: 24px;
  }
}
.profile_sec .profile_content .profile_list .profile_item:first-of-type {
  padding-top: 0;
}
.profile_sec .profile_content .profile_list .profile_item dt {
  color: var(--main_navy);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8823529412;
  width: 75px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .profile_sec .profile_content .profile_list .profile_item dt {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 24px;
    width: 60px;
  }
}
.profile_sec .profile_content .profile_list .profile_item dd:not(:nth-of-type(1)) {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .profile_sec .profile_content .profile_list .profile_item dd:not(:nth-of-type(1)) {
    margin-top: 8px;
  }
}
.profile_sec .profile_content .profile_list .profile_item dd .nowrap {
  white-space: nowrap;
}
.profile_sec .profile_content .profile_img-box p:first-of-type {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .profile_sec .profile_content .profile_img-box p:first-of-type {
    margin-bottom: 20px;
  }
}
.profile_sec .profile_map iframe {
  width: 100%;
  height: 330px;
}
@media screen and (max-width: 768px) {
  .profile_sec .profile_map iframe {
    height: 291px;
  }
}

/*=======================================
	history_sec
=======================================*/
.divider-wrap {
  height: 28.1875vw;
  left: 50%;
  translate: -50% 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .divider-wrap {
    height: 45.3333333333vw;
  }
}
.divider-wrap .divider {
  width: 100vw;
  position: absolute;
  left: calc(-289px - (100vw - 1400px) / 2);
}
@media screen and (max-width: 1555px) {
  .divider-wrap .divider {
    left: calc(-289px - 5vw);
  }
}
@media screen and (max-width: 768px) {
  .divider-wrap .divider {
    height: 100%;
    left: -4vw;
  }
  .divider-wrap .divider img {
    width: auto;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.history_sec {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .history_sec {
    padding-top: 75px;
    padding-bottom: 37.5px;
    margin-bottom: 37.5px !important;
  }
}
.history_sec::before {
  content: "";
  display: block;
  width: 200vw;
  height: 100%;
  background: #f9f9f9;
  position: absolute;
  top: 0;
  left: -50vw;
  z-index: -1;
}
.history_sec .history_timeline {
  width: 90%;
  max-width: 844px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  .history_sec .history_timeline {
    width: 100%;
    gap: 40px;
  }
}
.history_sec .history_timeline .timeline_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 55px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .history_sec .history_timeline .timeline_item {
    gap: 24px;
  }
}
.history_sec .history_timeline .timeline_item:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 1px;
  height: 49px;
  background: #141C2B;
  position: absolute;
  left: 36px;
  bottom: -57px;
}
@media screen and (max-width: 768px) {
  .history_sec .history_timeline .timeline_item:not(:last-of-type)::after {
    height: 32px;
    left: 26px;
    bottom: -36px;
  }
}
.history_sec .history_timeline .timeline_item .year {
  color: var(--main_navy);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.45;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .history_sec .history_timeline .timeline_item .year {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}
.history_sec .history_timeline .timeline_item .history_txt {
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .history_sec .history_timeline .timeline_item .history_txt {
    font-size: 12px;
    letter-spacing: 0.05em;
  }
}

/*=======================================
	factory_sec
=======================================*/
@media screen and (max-width: 768px) {
  .factory_sec {
    margin-bottom: 0 !important;
  }
}
.factory_sec .factory_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 98px 4.18181818%;
}
@media screen and (max-width: 768px) {
  .factory_sec .factory_list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.factory_sec .factory_list .factory_item .factory_img {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .factory_sec .factory_list .factory_item .factory_img {
    margin-bottom: 15px;
  }
}
.factory_sec .factory_list .factory_item .factory_name {
  color: var(--main_white);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.15em;
  background: var(--main_navy);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .factory_sec .factory_list .factory_item .factory_name {
    font-size: 15px;
    letter-spacing: 0.1em;
    padding: 6px 11px;
    margin-bottom: 8px;
  }
}
.factory_sec .factory_list .factory_item .factory_information {
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .factory_sec .factory_list .factory_item .factory_information {
    font-size: 12px;
    letter-spacing: 0.05em;
  }
}/*# sourceMappingURL=company.css.map */