/*
====================================================================
 Fonts
====================================================================
*/
/* Noto Serif Bold */
@font-face {
  font-display: swap;
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("./fonts/noto-serif-jp-bold.woff2") format("woff2"), url("./fonts/noto-serif-jp-bold.woff") format("woff");
}
/*
====================================================================
	COMMON
====================================================================
*/
.section__header p {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.025em;
}

/*
====================================================================
	PROFILE
====================================================================
*/
.profile .page-section01 .section__header {
  padding-bottom: 48px;
}
.profile .page-section02 {
  padding-bottom: 0;
}
.profile .page-section02 .section__header {
  padding-bottom: 64px;
}

.company-info-box {
  background-color: white;
  padding: 24px 60px 60px 60px;
}
.company-info-box figure {
  padding: 0 10px;
  margin-bottom: 56px;
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.3));
}
.company-info-box table {
  border: 1px solid #c7c7c7;
}
.company-info-box table th {
  background: url(../images/common/bg_red_dot.png);
  color: white;
  text-align: left;
  padding: 14px 24px;
  width: 204px;
  border-bottom: 1px solid white;
}
.company-info-box table td {
  padding: 14px 20px 14px 27px;
  border-bottom: 1px solid #c7c7c7;
  letter-spacing: 0;
}
.company-info-box table tr:last-child th, .company-info-box table tr:last-child td {
  border-bottom: none;
}
.company-info-box p {
  margin-top: 5px;
  text-align: right;
}

.history {
  width: 1040px;
  margin: 0 auto;
  background: url(../images/common/bg_white_dot.png);
}
.history h3 {
  cursor: pointer;
  background: url(../images/common/bg_red_dot.png);
  color: white;
  font-family: "Noto Serif";
  font-size: 24px;
  padding: 13px 24px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
  position: relative;
  margin-bottom: 20px;
}
.history h3::after {
  content: "";
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  right: 2px;
  top: 2px;
  border: 2px solid #de0517;
  background: white url(../images/company/icon_accordion_open.svg) center center no-repeat;
  transition: background-image 0.3s;
}
.history h3.is-active::after {
  background-image: url(../images/company/icon_accordion_close.svg);
}

.timeline {
  height: 0;
  overflow: hidden;
}
.timeline dl {
  padding: 20px 24px 0 24px;
  display: grid;
  grid-template-columns: 108px 1fr;
  position: relative;
}
.timeline dl::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: calc(100% - 45px);
  background-color: #808080;
  bottom: 0;
  left: 130px;
}
.timeline dt {
  font-size: 32px;
  font-family: "Noto Serif";
  color: #de0517;
  padding-bottom: 36px;
}
.timeline dd {
  padding: 12px 0 0 32px;
}
.timeline dd div {
  display: grid;
  grid-template-columns: 1fr 180px;
  -moz-column-gap: 36px;
       column-gap: 36px;
  padding-bottom: 36px;
}
.timeline dd p {
  letter-spacing: -0.015em;
  padding-bottom: 36px;
  position: relative;
  max-width: 640px;
}
.timeline dd p span {
  display: block;
  font-size: 16px;
}
.timeline dd p sup {
  font-size: 65%;
  vertical-align: super;
}
.timeline dd p::before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  background-color: white;
  border: 4px solid #de0517;
  border-radius: 50%;
  left: -40px;
  top: 9px;
}
.timeline figcaption {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.28;
  margin-top: 8px;
}
.timeline figcaption + img {
  margin-top: 20px;
}

/*
====================================================================
	PHILOSOPHY
====================================================================
*/
.philosophy .page-section01 .container {
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.philosophy .page-section01 p {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
}
.philosophy .page-section01 figure {
  flex-shrink: 0;
  padding-right: 59px;
}
.philosophy .page-section02 .container {
  padding: 0 60px 0 25px;
}
.philosophy .page-section02 h3 {
  display: flex;
  align-items: center;
  font-family: "Noto Serif";
  font-size: 32px;
  font-weight: 600;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 30px;
}
.philosophy .page-section02 h3::before {
  content: "";
  display: block;
  position: unset;
  width: 24px;
  height: 24px;
  background: url(../images/common/icon_quad_square.svg) center center/contain no-repeat;
}
.philosophy .page-section02 h3 + p {
  padding: 0 34px;
  margin-bottom: 30px;
  font-weight: 800;
  font-size: 24px;
}
.philosophy .page-section02 .policy li {
  display: grid;
  grid-template-columns: 220px 1fr;
  -moz-column-gap: 45px;
       column-gap: 45px;
  min-height: 140px;
  align-items: center;
}
.philosophy .page-section02 .policy li:not(:last-child) {
  margin-bottom: 40px;
}
.philosophy .page-section02 .policy li::before {
  content: "";
  display: block;
  position: unset;
  width: 100%;
  height: 100%;
}
.philosophy .page-section02 .policy li p + h4 {
  margin-top: 24px;
}
.philosophy .page-section02 .policy li:nth-child(1)::before {
  background: url(../images/philosophy/figure_02_01.png) right center no-repeat;
}
.philosophy .page-section02 .policy li:nth-child(1) h4 {
  font-size: 24px;
  font-weight: 600;
  color: white;
  background-color: #87bad2;
  padding: 6px 15px;
  line-height: 1;
  margin-bottom: 10px;
}
.philosophy .page-section02 .policy li:nth-child(2)::before {
  background: url(../images/philosophy/figure_02_02.png) right center no-repeat;
}
.philosophy .page-section02 .policy li:nth-child(2) h4 {
  font-size: 24px;
  font-weight: 600;
  color: white;
  background-color: #b4b88b;
  padding: 6px 15px;
  line-height: 1;
  margin-bottom: 10px;
}
.philosophy .page-section02 .policy li:nth-child(3)::before {
  background: url(../images/philosophy/figure_02_03.png) right center no-repeat;
}
.philosophy .page-section02 .policy li:nth-child(3) h4 {
  font-size: 24px;
  font-weight: 600;
  color: white;
  background-color: #f7c190;
  padding: 6px 15px;
  line-height: 1;
  margin-bottom: 10px;
}
.philosophy .page-section03 p:first-of-type {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
}
.philosophy .page-section03 h3 {
  font-size: 24px;
  font-weight: 600;
  font-family: "Noto Serif";
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  margin-top: 1.75em;
}
.philosophy .page-section03 h3::before {
  content: "";
  display: block;
  position: unset;
  width: 18px;
  height: 18px;
  background: url(../images/common/icon_quad_square.svg) center center/contain no-repeat;
  margin-top: 3px;
}
.philosophy .page-section03 h3 + h4 {
  margin-top: 0;
}
.philosophy .page-section03 h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 1.75em;
}
.philosophy .page-section04 {
  background-image: url(../images/common/bg_light_dot.png) !important;
}
.philosophy .page-section04 h3 {
  font-size: 20px;
  font-weight: 600;
}
.philosophy .page-section04 h3:not(:first-of-type) {
  margin-top: 1.75em;
}
.philosophy .page-section04 h4 {
  margin-top: 1.75em;
}
.philosophy .page-section04 p {
  letter-spacing: 0;
}
.philosophy .page-section05 .container {
  background-color: white;
  display: grid;
  grid-template-columns: 230px 1fr;
  -moz-column-gap: 60px;
       column-gap: 60px;
  padding: 60px;
}
.philosophy .page-section05 figure {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 6px;
}
.philosophy .page-section05 figure img {
  width: 100%;
}
.philosophy .page-section05 p {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

/*
====================================================================
 INITIATIVES
====================================================================
*/
.initiatives p {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
}
.initiatives .page-section01 .wrapper {
  display: grid;
  grid-template-columns: 1fr fit-content(100%);
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.initiatives .box-container {
  margin-top: 30px;
  display: grid;
  grid-template: repeat(3, 1fr)/repeat(2, 1fr);
  padding: 40px 48px;
  gap: 20px;
  background-color: white;
}
.initiatives .box {
  border: 2px solid #de0517;
  border-radius: 4px;
  display: grid;
  grid-template-rows: 100px 1fr;
  background-color: white;
  padding: 0 36px 32px 36px;
  position: relative;
  counter-increment: number;
}
.initiatives .box::before {
  content: "0" counter(number);
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  font-weight: 600;
  line-height: 1;
  color: #de0517;
  background-color: white;
  padding: 0 4px 4px 0;
  top: -2px;
  left: -2px;
}
.initiatives .box h3 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.initiatives .box h3 span {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 1.38;
}
.initiatives .box p {
  font-size: 18px;
  font-weight: 400;
}
.initiatives .page-section02 figure,
.initiatives .page-section03 figure {
  width: 1080px;
  margin: 30px auto;
  padding: 40px;
  position: relative;
}
.initiatives .page-section02 figure::before, .initiatives .page-section02 figure::after,
.initiatives .page-section03 figure::before,
.initiatives .page-section03 figure::after {
  content: "";
  display: block;
  position: absolute;
  width: 320px;
  height: 162px;
  background-color: #de0517;
}
.initiatives .page-section02 figure::before,
.initiatives .page-section03 figure::before {
  left: 0;
  top: 0;
}
.initiatives .page-section02 figure::after,
.initiatives .page-section03 figure::after {
  right: 0;
  bottom: 0;
}
.initiatives .page-section02 figure div,
.initiatives .page-section03 figure div {
  display: flex;
  justify-content: space-between;
}
.initiatives .page-section02 figure img,
.initiatives .page-section03 figure img {
  position: relative;
  z-index: 1;
}
.initiatives .page-section02 figcaption,
.initiatives .page-section03 figcaption {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.initiatives .page-section02 .link-button,
.initiatives .page-section03 .link-button {
  width: 600px;
  margin: 54px auto 0 auto;
}
.initiatives .page-section02 .link-button span,
.initiatives .page-section03 .link-button span {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
  padding-right: 30px;
}

.page-section03 p {
  letter-spacing: -0.02em;
  margin-right: -0.2em;
}

/*----------------------------------------------------------------*/
@media (max-width: 767px) {
  /*----------------------------------------------------------------*/
  /*
  ====================================================================
  	SP / COMMON
  ====================================================================
  */
  .section__header p {
    font-size: 18px;
    letter-spacing: 0;
  }
  /*
  ====================================================================
  	SP / PROFILE
  ====================================================================
  */
  .profile .page-section01 .section__header {
    padding-bottom: 35px;
  }
  .profile .page-section02 .section__header {
    padding-bottom: 35px;
  }
  .company-info-box {
    padding: 10px;
  }
  .company-info-box figure {
    padding: 0;
    margin-bottom: 35px;
  }
  .company-info-box table th {
    display: block;
    background: url(../images/sp/common/bg_red_dot.png);
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 100% auto;
    padding: 11px 15px;
    width: 100%;
    border-bottom: none;
  }
  .company-info-box table td {
    display: block;
    padding: 11px 15px;
    border-bottom: none;
  }
  .history {
    width: 100%;
    background: url(../images/sp/common/bg_white_dot.png);
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 100% auto;
  }
  .history h3 {
    background: url(../images/sp/common/bg_red_dot.png);
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 100% auto;
    font-size: 14px;
    padding: 0 10px;
    height: 45px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    line-height: 1.35;
  }
  .history h3::after {
    width: 45px;
    height: 45px;
    top: 0px;
    right: 0px;
    box-sizing: border-box;
    border-width: 1px;
    background-size: 14px auto;
  }
  .timeline dl {
    padding: 0;
    grid-template-columns: 65px 1fr;
  }
  .timeline dl::before {
    height: calc(100% - 16px);
    left: 65px;
  }
  .timeline dt {
    font-size: 20px;
    padding-bottom: 32px;
    padding-left: 5px;
  }
  .timeline dd {
    padding: 6px 0 0 18px;
  }
  .timeline dd div {
    display: block;
    padding-bottom: 32px;
  }
  .timeline dd p {
    letter-spacing: 0;
    padding-bottom: 1em;
    max-width: 100%;
    font-size: 14px;
  }
  .timeline dd p span {
    font-size: 12px;
  }
  .timeline dd p::before {
    width: 10px;
    height: 10px;
    border-width: 2.5px;
    left: -22.5px;
    top: 8px;
  }
  .timeline figure {
    width: 63.6%;
  }
  .timeline figcaption {
    font-size: 12px;
    margin-top: 4px;
  }
  .timeline figcaption + img {
    margin-top: 10px;
  }
  /*
  ====================================================================
  	SP / PHILOSOPHY
  ====================================================================
  */
  .philosophy .page-section01 .container {
    display: block;
  }
  .philosophy .page-section01 p {
    font-size: 18px;
  }
  .philosophy .page-section01 figure {
    padding-right: 0;
  }
  .philosophy .page-section02 p {
    font-size: 18px;
  }
  .philosophy .page-section02 .container {
    padding: 0 15px;
  }
  .philosophy .page-section02 h3 {
    font-size: 22px;
    -moz-column-gap: 6px;
         column-gap: 6px;
    margin-bottom: 20px;
  }
  .philosophy .page-section02 h3::before {
    width: 17.5px;
    height: 17.5px;
  }
  .philosophy .page-section02 h3 + p {
    padding: 0 0 0 23.5px;
    margin-bottom: 40px;
    font-size: 18px;
  }
  .philosophy .page-section02 .policy li {
    display: block;
  }
  .philosophy .page-section02 .policy li:not(:last-child) {
    margin-bottom: 30px;
  }
  .philosophy .page-section02 .policy li::before {
    content: none;
  }
  .philosophy .page-section02 .policy li p + h4 {
    margin-top: 40px;
  }
  .philosophy .page-section02 .policy li:nth-child(1) h4 {
    font-size: 20px;
    color: #87bad2;
    background-color: transparent;
    padding: 0;
    line-height: 1.25;
    margin-bottom: 10px;
  }
  .philosophy .page-section02 .policy li:nth-child(1) h4 span {
    display: block;
    width: 100%;
    padding: 10px 0;
    border-bottom: 4px solid #87bad2;
    letter-spacing: 0;
    font-size: 18px;
  }
  .philosophy .page-section02 .policy li:nth-child(1) h4:first-child {
    display: flex;
    align-items: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .philosophy .page-section02 .policy li:nth-child(1) h4:first-child::before {
    content: "";
    display: block;
    position: unset;
    width: 90px;
    height: 90px;
    background: url(../images/philosophy/figure_02_01.png) center center/contain no-repeat;
    flex-shrink: 0;
  }
  .philosophy .page-section02 .policy li:nth-child(2) h4 {
    font-size: 20px;
    color: #b4b88b;
    background-color: transparent;
    padding: 0;
    line-height: 1.25;
    margin-bottom: 10px;
  }
  .philosophy .page-section02 .policy li:nth-child(2) h4 span {
    display: block;
    width: 100%;
    padding: 10px 0;
    border-bottom: 4px solid #b4b88b;
    letter-spacing: 0;
    font-size: 18px;
  }
  .philosophy .page-section02 .policy li:nth-child(2) h4:first-child {
    display: flex;
    align-items: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .philosophy .page-section02 .policy li:nth-child(2) h4:first-child::before {
    content: "";
    display: block;
    position: unset;
    width: 90px;
    height: 90px;
    background: url(../images/philosophy/figure_02_02.png) center center/contain no-repeat;
    flex-shrink: 0;
  }
  .philosophy .page-section02 .policy li:nth-child(3) h4 {
    font-size: 20px;
    color: #f7c190;
    background-color: transparent;
    padding: 0;
    line-height: 1.25;
    margin-bottom: 10px;
  }
  .philosophy .page-section02 .policy li:nth-child(3) h4 span {
    display: block;
    width: 100%;
    padding: 10px 0;
    border-bottom: 4px solid #f7c190;
    letter-spacing: 0;
    font-size: 18px;
  }
  .philosophy .page-section02 .policy li:nth-child(3) h4:first-child {
    display: flex;
    align-items: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .philosophy .page-section02 .policy li:nth-child(3) h4:first-child::before {
    content: "";
    display: block;
    position: unset;
    width: 90px;
    height: 90px;
    background: url(../images/philosophy/figure_02_03.png) center center/contain no-repeat;
    flex-shrink: 0;
  }
  .philosophy .page-section03 {
    background-image: url(../images/sp/common/bg_light_dot.png) !important;
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 100% auto;
  }
  .philosophy .page-section03 p:first-of-type {
    font-size: 18px;
  }
  .philosophy .page-section03 h3 {
    font-size: 20px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
  .philosophy .page-section03 h3::before {
    width: 17.5px;
    height: 17.5px;
    margin-top: 0;
  }
  .philosophy .page-section03 h4 {
    font-size: 17px;
    font-weight: 700;
    margin-top: 1.75em;
  }
  .philosophy .page-section04 {
    background-image: url(../images/sp/common/bg_light_dot.png) !important;
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 100% auto;
  }
  .philosophy .page-section04 h3 {
    font-size: 17px;
  }
  .philosophy .page-section05 .section__body {
    padding: 0 15px;
  }
  .philosophy .page-section05 .container {
    display: block;
    padding: 40px 20px;
  }
  .philosophy .page-section05 figure {
    margin-bottom: 40px;
  }
  .philosophy .page-section05 figure img {
    width: 59%;
  }
  .philosophy .page-section05 p {
    font-size: 18px;
  }
  /*
  ====================================================================
   SP / INITIATIVES
  ====================================================================
  */
  .initiatives p {
    font-size: 18px;
  }
  .initiatives .page-section01 .wrapper {
    display: block;
  }
  .initiatives .box-container {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 30px;
  }
  .initiatives .box {
    display: block;
    padding: 0 15px 15px 15px;
  }
  .initiatives .box::before {
    font-size: 19px;
  }
  .initiatives .box h3 {
    display: block;
  }
  .initiatives .box h3 span {
    display: block;
    font-size: 18px;
    padding: 30px 0;
  }
  .initiatives .page-section02 figure,
  .initiatives .page-section03 figure {
    width: 100%;
    padding: 6px;
    margin-bottom: 50px;
  }
  .initiatives .page-section02 figure::before, .initiatives .page-section02 figure::after,
  .initiatives .page-section03 figure::before,
  .initiatives .page-section03 figure::after {
    width: 30%;
    height: 0;
    padding-bottom: 16%;
  }
  .initiatives .page-section02 figure div img,
  .initiatives .page-section03 figure div img {
    width: calc((100% - 7px) / 2);
  }
  .initiatives .page-section02 figcaption,
  .initiatives .page-section03 figcaption {
    font-size: 12px;
    position: absolute;
    bottom: -28px;
  }
  .initiatives .page-section02 .link-button,
  .initiatives .page-section03 .link-button {
    width: 100%;
    margin-top: 30px;
  }
  .initiatives .page-section02 .link-button span,
  .initiatives .page-section03 .link-button span {
    font-size: 16px;
    padding: 14px;
  }
  /*----------------------------------------------------------------*/
}
/*----------------------------------------------------------------*//*# sourceMappingURL=company.css.map */