@charset "UTF-8";

html {
  font-size: 62.5%;
}

/* sp */
/* p {
  font-size: 1.4rem;
}

h2 {
  font-size: 1.9rem;
}

h3 {
  font-size: 1.6rem;
} */

/* sec01 */
.container01 {
  width: 100%;
  height: 45vw;
  position: relative;
  background-image: url(../images/corporate_governance/ir_mv_sp.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.text__main {
  & .txt__top1 {
    color: var(--color-black);
  }

  & .txt__top2 {
    color: var(--color-black);
  }

}


/* sec02 */
/* #sec02 .contents {
  padding-bottom: 8vw;
} */

/* #sec02 .contents {
  margin-bottom: 50px;
} */

#sec02 {
  padding-top: 8%;
  line-height: 1.875;

  & .contents p:first-of-type{
    /* margin-bottom: 4rem; */
  }
}

.txtrignt {
  text-align: right;
}

.p-top {
  padding-top: 2rem;
}

/* #sec02 p:not(.bgc-main) {
  margin-bottom: 2rem;
} */

/* ul liリスト */

.bgc-main {
  color: var(--color-white);
  background-color: var(--color-main);
  padding: 16px 20px;
  margin-bottom: 2rem;
  line-height: 1.5;
}

.headline {
  position: relative;
  padding-left: 22px;
  margin-bottom: 2rem;
  line-height: 1.5;
}

.headline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 100%;
  background-color: #00817a;
}

.c-main {
  color: var(--color-main);
  margin: 8rem 0 2rem 0;
}

.backwall {
  display: block;
  width: 100%;
  background-color: #ffffff;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  /* 薄い影 */
  margin-bottom: 7rem;

  &>.green {
    margin-bottom: 1rem;
    font-weight: 700;
  }
  &>p {
    padding-left: 0;
  }
  &>ul {
    padding-left: 0;

    &>li {
      list-style: none;
      display: flex;
      & span {
        display: block;
        &:first-of-type{
          flex-shrink: 0;
        }
      }
    }
  }
}

.link-item {
  margin-top: 4rem;
}

.link-item>a{
  /* color: var(--color-main); */
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 8px;
}

.link-item>a:hover{
  /* background-color: #f4fadd; */
}


.link-item img {
  height: auto;
  width: 20px;
  flex-shrink: 0;
}


.pdf-link {
  display: inline-block;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: transform .3s;
}

.pdf-link:hover {
  opacity: 0.6;
}


.flexcontainer {
  display: block;
  gap: 20px;
  flex-direction: column;
}

.flexcontainer-top {
  display: block;
  gap: 20px;
}

.box {
  display: block;
  width: 100%;
  justify-content: space-between;
  /* 左右に配置 */
  align-items: center;
  height: auto;
  border: 1px solid #008080;
  padding: 0 20px;
  margin: 3vw 0;
}

#sec02 .item_sec02 {
  padding: 2rem;
  line-height: 1.5;
  &>p {
    flex-grow: 1;
    margin: 0;
    padding-block: 1rem;
  }
  &>a {
    color: var(--color-main);
    flex-shrink: 0;
  }
  &>a:hover {
    opacity: 0.7;
  }
}

.item_sec02:hover p {
  /* color: #f4fadd; */
  transition: color 0.3s ease;
}

.right-column {
  margin-top: 2rem;
  position: relative;
  top: -8px;
  width: 80%;
}

.left-text {
  margin: 0;
  font-size: 1.4rem;
  color: #006666;
  text-align: left;
}

.left-text>a {
  flex-shrink: 0;
}

.icon {
  width: 20px;
  height: auto;
}



/* pc */
@media screen and (min-width: 999.8px) {
  h2 {
    font-size: 3.5rem;
  }

  h3 {
    font-size: 2.6rem;
  }

  /* sec01 */
  .container01 {
    width: 100%;
    height: 27vw;
    position: relative;
    background-image: url(../images/corporate_governance/ir_mv_pc.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }

  /* sec02 */
  /* #sec02 .contents {
    padding-top: 0;
  } */

  #sec02 .contents h2 {
    margin-bottom: 4rem;
  }

  .backwall {
    padding: 6rem;
  }


  .flexcontainer {
    display: flex;
    gap: 20px;
    flex-direction: row;
  }

  .box {
    display: block;
    justify-content: space-between;
    /* 左右に配置 */
    align-items: center;
    /* width: 45em; */
    height: auto;
    border: 1px solid #008080;
    padding: 0 20px;
    margin: 0%;
  }

  .flexcontainer-top {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
  }

  .flexcontainer-bottom {
    display: flex;
    gap: 20px;
  }

  .flexcontainer-bottom::after {
    content: "";
    display: block;
    width: 50%;
    height: 1px;
  }
  
  .box {
    display: block;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    /* 上段ボックスの幅 */
    border: 1px solid #008080;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .flex-container {
    display: flex;
    gap: 40px;
    align-items: flex-start;
  }

  .left-text {
    font-size: 1.8rem;
  }

}