@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/common/tc_common_mv_sp.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

/* sec02 */
#sec02 {
  padding-top: min(8vw, 100px);
  /* padding-bottom: min(8vw, 100px); */
  line-height: 2;
  /* background-image: url(../images/background.png); */
  /* font-size: 14px; */
}
.bgc-main {
  color: var(--color-white);
  background-color: var(--color-main);
  padding: 16px 20px;
  margin-bottom: 2rem;
  line-height: 1.5;
}
.c-main {
  color: var(--color-main);
}
.border-box {
  border: 1px solid #00817a;
  background-color: var(--color-white);
  padding: 20px;
  margin-top: 2rem;
}
.m0auto {
  display: flex;
  margin: 2rem auto;
}
.m0 {
  margin: 0;
}
.contents-box {
  margin-bottom: 6rem;
}
.contents-box:last-of-type {
  margin-bottom: 0;
}
.bgc-ye {
  background-color: #f4fadd;
  border: 1px solid #00817a;
  color: var(--color-main);
}

.bgc-ye>a{
  padding: 2rem;
  color: var(--color-main);
  line-height: 1.5;
}

@media screen and (min-width: 999.8px) {
  .bgc-ye>a{
      padding: 30px 40px;
  }        
}


.bgc-ye 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;
}

.d-f{
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

/* リスト */
.d-f ul {
  margin-left: 15px;
}
.d-f li {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
}
.d-f li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5em; /* 垂直位置の微調整 */
  width: 1em;
  height: 1em;
  background-color: var(--color-main);
  border-radius: 50%;
}



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

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

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

  /* sec02 */
  #sec02 {
    margin-top: 0;
    margin-bottom: 0;
    /* font-size: 16px; */
  }
  .bgc-main {
    margin-bottom: var(--header-margin-bottom);
    /* font-size: 18px; */
  }
  .m0 {
    margin: 0;
  }
  .d-f {
    display: flex;
    gap: 4rem;
  }
  .d-f>.box-item {
    width: calc(50% - 2rem);
  }

  /* sec09, footer */
  #sec09 {
    display: block;
    width: 100%;
  }

  .footer__container {
    height: auto;
  }

  .footer__menu {
    display: flex;
  }

  p.copy {
    padding-bottom: 40px;
  }
}
