@charset "UTF-8";
/* -----------------------------------------------
common
----------------------------------------------- */
main h1,
main h2,
main p,
main dl,
main dd {
  margin: 0;
}
main img {
  width: 100%;
}

/* -----------------------------------------------
mv_wrap
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .mv_wrap {
    position: relative;
  }
  .mv_wrap .mv_text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-39.5%);
    text-align: center;
    color: #fff;
  }
  .mv_text strong {
    font-size: 2.6rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-weight: bold;
    display: block;
  }
  .mv_text h1 {
    margin-top: 12px;
    font-size: 1.6rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-weight: bold;
  }
  .mv_text p {
    margin-top: 42px;
    font-size: 1.4rem;
    line-height: 1.78;
    letter-spacing: 0.05em;
  }
}

@media screen and (min-width: 768px) {
  .mv_wrap {
    position: relative;
  }
  .mv_wrap .mv_text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-34.5%);
    text-align: center;
    color: #fff;
  }
  .mv_text strong {
    font-size: 4vw;
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-weight: bold;
    display: block;
  }
  .mv_text h1 {
    margin-top: 14px;
    font-size: 1.66vw;
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-weight: bold;
  }
  .mv_text p {
    margin-top: 32px;
    font-size: 1.5vw;
    line-height: 1.77;
    letter-spacing: 0.05em;
  }
}

@media screen and (min-width: 1200px) {
  .mv_text strong {
    font-size: 4.8rem;
  }
  .mv_text h1 {
    font-size: 2rem;
  }
  .mv_text p {
    font-size: 1.8rem;
  }
}

/* -----------------------------------------------
content_wrap
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .content_wrap {
    padding: 40px 0 46px;
  }
  .content_wrap dl .fx_wrap + .fx_wrap {
    border-top: 1px solid #DEDEDE;
    margin-top: 36px;
    padding-top: 38px;
  }
  .content_wrap dt strong {
    font-size: 2.4rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-weight: bold;
    display: block;
    color: #555555;
  }
  .content_wrap dt h2 {
    font-size: 1.6rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #888888;
    margin-top: 5px;
  }
  .content_wrap dd {
    margin-top: 27px;
  }
  .content_wrap dd p {
    font-size: 1.3rem;
    line-height: 1.76;
    letter-spacing: 0.05em;
    color: #555555;
  }
  .content_wrap dd .text_bold {
    font-weight: bold;
  }
  .content_wrap dd table {
    width: 100%;
    border-collapse: collapse;
  }
  .content_wrap dd table tr > * {
    width: 36.23%;
    height: 64px;
  }
  .content_wrap dd table tr:nth-child(even) > * {
    background-color: #F7F7F7;
  }
  /* .content_wrap dd table tr + tr > * {
    border-top: 1px solid #DDDDDD;
  } */
  .content_wrap dd table tr > *:first-child {
    width: 27.54%;
    text-align: left;
  }
  .content_wrap dd table tr > *:nth-child(n + 2) {
    border-left: 1px solid #DDDDDD;
  }
  .content_wrap dd table th {
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #555555;
    padding: 6px 1%;
  }
  .content_wrap dd table th:first-child {
    font-weight: normal;
    padding: 6px 2%;
  }
  .content_wrap dd table td {
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: normal;
    color: #555555;
    text-align: center;
    padding: 6px 1%;
  }
  .content_wrap dd table td:first-child {
    font-weight: bold;
    padding: 6px 2%;
  }
}

@media screen and (min-width: 768px) {
  .content_wrap {
    padding: 76px 0 80px;
  }
  .content_wrap dl .fx_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .content_wrap dl .fx_wrap + .fx_wrap {
    border-top: 1px solid #DEDEDE;
    margin-top: 65px;
    padding-top: 69px;
  }
  .content_wrap dt {
    width: 38.66%;
    padding-right: 3%;
  }
  .content_wrap dt strong {
    font-size: 2.8rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-weight: bold;
    display: block;
    color: #555555;
    margin-top: 2px;
  }
  .content_wrap dt h2 {
    font-size: 1.6rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #888888;
    margin-top: 10px;
  }
  .content_wrap dd {
    width: 61.34%;
  }
  .content_wrap dd p {
    font-size: 1.3rem;
    line-height: 1.76;
    letter-spacing: 0.05em;
    color: #555555;
  }
  .content_wrap dd .text_bold {
    font-weight: bold;
  }
  .content_wrap dd table {
    width: 100%;
    border-collapse: collapse;
  }
  .content_wrap dd table tr > * {
    width: calc(100% / 3);
    height: 61px;
  }
  .content_wrap dd table tr:nth-child(even) > * {
    background-color: #F7F7F7;
  }
  .content_wrap dd table tr + tr > * {
    border-top: 1px solid #DDDDDD;
  }
  .content_wrap dd table tr > *:first-child {
    text-align: left;
  }
  .content_wrap dd table tr > *:nth-child(n + 2) {
    border-left: 1px solid #DDDDDD;
  }
  .content_wrap dd table th {
    font-size: 1.4rem;
    line-height: 1.46;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #555555;
    padding: 1px 3%;
  }
  .content_wrap dd table th:first-child {
    font-weight: normal;
    padding: 1px 3%;
  }
  .content_wrap dd table td {
    font-size: 1.3rem;
    line-height: 1.46;
    letter-spacing: 0.05em;
    font-weight: normal;
    color: #555555;
    text-align: center;
    padding: 1px 3%;
  }
  .content_wrap dd table td:first-child {
    font-weight: bold;
    padding: 1px 3%;
  }
}

/* -----------------------------------------------
target_wrap
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .target_wrap {
    background-color: #F7F7F7;
    border-bottom: 1px solid #DEDEDE;
    padding: 47px 0 33px;
  }
  .target_wrap .sec_heading {
    text-align: center;
  }
  .target_wrap .sec_heading h2 {
    margin-top: 2px;
    color: #888888;
  }
  .target_wrap ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 24px auto 0;
  }
  .target_wrap ul li {
    width: 48.11%;
    background-color: #fff;
    text-align: center;
    padding: 18px 0 13px;
  }
  .target_wrap ul li:nth-child(n + 3) {
    margin-top: 16px;
  }
  .target_wrap li .img {
    width: 46.06%;
    margin: 0 auto;
  }
  .target_wrap li strong {
    font-size: 1.3rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #555555;
    display: block;
    margin-top: 2px;
  }
  .target_wrap .inner_wrap > p {
    font-size: 1.3rem;
    line-height: 1.76;
    letter-spacing: 0.05em;
    margin: 15px auto 0;
    color: #555555;
  }
}

@media screen and (min-width: 768px) {
  .target_wrap {
    background-color: #F7F7F7;
    border-bottom: 1px solid #DEDEDE;
    padding: 88px 0 57px;
  }
  .target_wrap .sec_heading {
    text-align: center;
  }
  .target_wrap .sec_heading h2 {
    margin-top: 11px;
    color: #888888;
  }
  .target_wrap ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    max-width: 1105px;
    margin: 44px auto 0;
  }
  .target_wrap ul li {
    width: 23.71%;
    background-color: #fff;
    text-align: center;
    padding: 18px 0 24px;
  }
  .target_wrap li .img {
    width: 38.16%;
    margin: 0 auto;
  }
  .target_wrap li strong {
    font-size: 1.5rem;
    line-height: 1.46;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #555555;
    display: block;
    margin-top: 10px;
  }
  .target_wrap .inner_wrap > p {
    font-size: 1.3rem;
    line-height: 1.76;
    letter-spacing: 0.05em;
    max-width: 1105px;
    margin: 31px auto 0;
    color: #555555;
  }
}