@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;
}

a:hover{
  opacity: 0.7;
}

/* sec02 */
#sec02 {
  margin-top: min(15vw, 200px);
  /* margin-bottom: min(11.5vw, 130px); */
  line-height: 2;
}
.bgc-main {
  color: var(--color-white);
  background-color: var(--color-main);
  padding: 10px 20px;
  margin-bottom: var(--header-margin-bottom);
}

.bgc-main:not(:first-of-type) {
  margin-top: 4rem;
}
.c-main {
  color: var(--color-main);
  padding: 1rem 0;
  /* display: flex; */
  /* align-items: center; */
  /* gap: 1rem; */
}
.c-main img {
  width: 20px;
  height: auto;
  flex-shrink: 0;
}
/* .box-left img {
  margin-top: 20px;
} */

.d-f {
  display: flex;
  gap: 4rem;
  flex-direction: column;

  & img {
    width: 100%;
  }
}

.bg-sfgreen {
  background-color: #f4fadd;
  padding: 2rem 2rem;
}


.box-left>p{
  margin-bottom: 2rem;
}

/* 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;
    /* line-height: 2; */
  }
  .bgc-main {
    /* margin-bottom: 2rem; */
  }
  .d-f {
    gap: 2rem;
    align-items: start;
    flex-direction: row;
  }

  .box-left, .box-right {
    width: 50%;
  }
  .box-left {
    display: flex;
    flex-direction: column;
    justify-content: space-around;;
  }

  .bg-sfgreen {
    padding: 2rem 4rem;
  }
}

.mb-0 {
  margin-bottom: 0;
}

.text-weight {
  font-weight: bold;
}

.text-line {
  border-bottom: 1px solid var(--color-main);
  margin-bottom: 1rem;
}

.b-sfgreen {
  border: 1px solid var(--color-main);
  line-height: 1.5;
  & .c-main {
    padding: 0;
    padding-bottom: 1rem;
  }

  & .c-main:first-of-type {
    padding-block: 0 2rem;
  }

  & p:last-of-type {
    margin-top: 2rem;
  }

  &>p:not(.c-main) a{
    text-decoration: underline;
    text-underline-offset: 0.5rem;
    color: var(--color-main);
  }

}

@media screen and (min-width: 999.8px) {
  
  .b-sfgreen {
  
    & .c-main:first-of-type {
      padding-block: 2rem 4rem;
    }
  
    & p:last-of-type {
      margin-top: 3rem;
    }
  }
  
}
