@charset "utf-8";

/*================================================
  company
================================================*/

/* .page-header::after {
  background-image: url(../../image/company/page_header_img.svg);
} */

@media print, screen and (min-width: 1600px) {
  .page-header-img {
    height: 147.2px;
    width: 159.3px;
    bottom: -18px;
  }
}

/*------------------------------------------------
  greeting
------------------------------------------------*/

.greeting {
  position: relative;
}

.greeting::before {
  content: "";
  display: block;
  position: absolute;
  width: 85%;
  height: 85%;
  bottom: 0;
  left: 0;
  background-color: rgba(var(--secondary-color-rgb), 0.1);
  border-bottom-right-radius: 30px;
  z-index: -1;
}

.greeting-pic {
  width: 30%;
  max-width: 260px;
  position: relative;
  text-align: right;
  margin:calc(var(--layout-gap)/1.5) 0 0 auto;
}
.greeting-pic > img {
  box-shadow: 5px 5px 0 var(--secondary-color);
  margin-left: auto;
  position: relative;
}
.greeting-pic > figcaption {
  text-align: right;
  width: 100px;
  position: absolute;
  bottom: 0;
  left:-120px;
}
.greeting-pic > figcaption > span.ceo-title {
  padding-top: 1em;
  font-size: clamp(1rem, 0.92rem + 0.4vw, 1.4rem);
  display: block;
}
.greeting-pic > figcaption img.ceo-signature {
  max-width: 144.8px;
}

.greeting-sub-title {
  font-size: clamp(1.4rem, 0.68rem + 3.6vw, 5rem);
  font-weight: 700;
  margin: 2em 0 1.5em;
}

@media print, screen and (min-width: 960px) {
  .greeting-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .greeting-detail {
    width: 80%;
  }
  .greeting-sub-title {
    margin-top: 0;
  }
  .greeting-pic {
    width: 20%;
    position: inherit;
    margin: 0;
  }
  .greeting-pic > figcaption {
    position: inherit;
    width: 100%;
  }
}

@media print, screen and (min-width: 1200px) {
  .greeting::before {
    width: 80%;
    height: 77%;
    border-bottom-right-radius: 50px;
  }
}
@media print, screen and (min-width: 1600px) {
  .greeting::before {
    width: calc(50% - 580px + 1000px);
    height: calc(100% - 400px);
    border-bottom-right-radius: 80px;
  }
}



/*------------------------------------------------
  overview
------------------------------------------------*/
.overview-list {
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(1.2rem, 1.12rem + 0.4vw, 1.6rem);
}
.overview-item-title {
  color: rgba(var(--point-text-color-rgb),0.8);
  letter-spacing: 0.15em;
  font-weight: 700;
  width: calc(4em + calc(var(--layout-gap) / 4));
  border-bottom: 1px solid var(--point-text-color);
  padding: calc(var(--layout-gap) / 3) 0;
}
.overview-item-detail {
  width:calc(100% - 4em - calc(var(--layout-gap) / 4));
  border-bottom: 1px solid var(--color-gray);
  padding: calc(var(--layout-gap) / 3) 0 calc(var(--layout-gap) / 3) calc(var(--layout-gap) / 3);
}

.overview-item-detail span.font-josefin {
  display: inline-block;
}

.overview-item-detail a {
  color: var(--point-text-color);
  display: inline-block;
}

@media print, screen and (min-width: 769px) {
  .overview-list {
    margin-bottom:  calc(var(--layout-gap) * 2) ;
  }
  .overview-item-title {
    width: 20%;
  }
  .overview-item-detail {
    width: 80%;
  }
}

@media print, screen and (min-width: 1200px) {
  .overview-list {
    margin-bottom:  calc(var(--layout-gap) * 3) ;
  }
  .overview-item-title {
    width: 25%;
    padding: calc(var(--layout-gap) / 1.25) 0;
  }
  .overview-item-detail {
    width: 75%;
    padding: calc(var(--layout-gap) / 1.25) 0;
  }
}

/*事業案内*/
.business-list {
  counter-reset: cnt;
}

.business-list> li {
  counter-increment: cnt;
  position: relative;
  line-height: 1.5;
  padding-left: 1.5em;
}

.business-list> li + li {
  margin-top: 0.5em;
}

.business-list > li::before {
  content:"" counter(cnt) ".";
  color: var(--color-brown);
  display:block;
  position: absolute;
  line-height: 1.5;
  top: 0;
  left: 0;
}


/*社会貢献活動*/
.csr-activities {
  margin-top: 3em;
  border: 1px solid var(--point-text-color);
}
.csr-activities-item {
  padding:calc(var(--layout-gap)/2) 0;
}
.csr-activities-head {
  padding: calc(var(--layout-gap)/3);
  text-align: center;
  width: 100%;
  border-bottom: 1px solid var(--point-text-color);
}
.csr-activities-title {
  color: var(--point-text-color);
  font-size: clamp(1.4rem, 1.28rem + 0.6vw, 2rem);
}
.csr-activities-head > p {
  line-height: 1.5;
}

.csr-activities-body {
  padding:calc(var(--layout-gap)/3)
}
.csr-activities-list {
  padding-left: 1.5em;
}

.csr-activities-item-detail {
  margin-bottom: 1em;
}
.supported-name {
  display: block;
  color: var(--point-text-color);
  font-size: clamp(1.2rem, 1.12rem + 0.4vw, 1.6rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
}
.supported-name::before {
  content: "";
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  background-color: var(--point-text-color);
  border-radius: 50%;
  left: -1em;
  top: 50%;
  transform: translateY(-50%);
}
.qr-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.qr-link-type {
  display: block;
  width: calc(100% - 60px - calc(var(--layout-gap)/2));
  text-align: right;
  padding-right: calc(var(--layout-gap)/2);
  font-weight: 700;
  line-height: 1.5;
}
a.qr-link-anchor {
  display: block;
  width: 60px;
  height: 60px;
}

@media print, screen and (min-width: 480px) {
  .csr-activities-head,
  .csr-activities-body {
    padding: calc(var(--layout-gap)/2) calc(var(--layout-gap)/4);
  }
  .csr-activities-item {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    padding:calc(var(--layout-gap)/1.5) 0;
  }
  .csr-activities-item-detail {
    width: 60%;
    font-size: clamp(1.2rem, 1.04rem + 0.8vw, 2rem);
  }
  .qr-link {
    width: 40%;
  }
  .qr-link-type {
    margin-right: calc(var(--layout-gap)/4);
    font-size: clamp(1rem, 0.92rem + 0.4vw, 1.4rem);
  }
}
@media print, screen and (min-width: 580px) {
  .csr-activities-head,
  .csr-activities-body {
    padding: calc(var(--layout-gap)/2);
  }
  .qr-link-type {
    width: calc(100% - 80px - calc(var(--layout-gap)/2));
  }
  a.qr-link-anchor {
    width: 80px;
    height: 80px;
  }
}

@media print, screen and (min-width: 690px) {
  .csr-activities-body {
    padding:1em 2em;
  }
  .csr-activities-item {
    padding:var(--layout-gap) 0;
  }
  .qr-link-type {
    width: calc(100% - 90px - calc(var(--layout-gap)/2));
  }
  a.qr-link-anchor {
    width: 90px;
    height: 90px;
  }
  .csr-activities-item-detail {
    max-width: 360px;
  }
  .qr-link {
    max-width: 320px;
  }
}

@media print, screen and (min-width: 960px) {
  .csr-activities {
    display: flex;
    flex-wrap: wrap;
  }
  .csr-activities-head {
    width: calc(100% - 580px);
    max-width: 400px;
    border-bottom: none;
    border-right: 1px solid var(--point-text-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .csr-activities-body {
    min-width: 580px;
    padding: calc(var(--layout-gap)/3.5);
    margin: auto;
  }
  .csr-activities-item-detail {
    max-width: inherit;
  }
  .qr-link {
    max-width: inherit;
  }
}

@media print, screen and (min-width: 1200px) {
  .csr-activities-head {
    width: 400px;
  }
  .csr-activities-body {
    width: calc(100% - 400px);
    padding:calc(var(--layout-gap)/2) calc(var(--layout-gap)*1.5);
    margin: auto;
  }
}


/*------------------------------------------------
  history
------------------------------------------------*/

.history-item {
  border-bottom: 1px solid var(--color-gray);
  background-color: var(--color-white);
  padding: 1em 0;
}

.history-item-date {
  color: var(--color-white);
  background-color: var(--point-color);
  padding: 0.5em 0.5em;
  line-height: 1;
  border-radius: 4px;
  width: 8em;
}

@media print, screen and (min-width: 640px) {
  .history-item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .history-item-date {
    color: var(--color-white);
    background-color: var(--point-color);
    line-height: 1;
    border-radius: 4px;
    width: 8em;
  }
  .history-item-detail {
    width: calc(100% - 9em);
  }
}

@media print, screen and (min-width: 1200px) {
  .history-item-date {
    padding: 0.5em 1.25em;
    width: 10em;
  }
  .history-item-detail {
    width: calc(100% - 12em);
  }
}


/*------------------------------------------------
  access
------------------------------------------------*/
.access {
  position: relative;
}

.access-container {
  position: relative;
}

.access::before {
  content: "";
  display: block;
  position: absolute;
  width: 85%;
  height: 100%;
  bottom: 0;
  right: 0;
  background-color: rgba(var(--secondary-color-rgb), 0.1);
  border-top-left-radius: 30px;
}
.access-item +.access-item {
  margin: calc(var(--layout-gap)*2) 0 0;
}
.access-item > address  {
  font-style: normal;
  margin-bottom: 1em;
}
.google-map {
  width: 100%;
  height: 300px;
}

.google-map > iframe {
  width: 100%;
  height: 100%;
}

@media print, screen and (min-width: 769px) {
  .google-map {
    height: 500px;
  }
}

@media print, screen and (min-width: 1200px) {
  .access::before {
    width: calc(50% - 580px + 1060px);
    border-top-left-radius: 50px;
  }
}

@media print, screen and (min-width: 1600px) {
  .access::before {
    border-top-left-radius: 80px;
  }
}
