@charset "UTF-8";
/* -----------------------------------------------
common
----------------------------------------------- */
main h1,
main h2,
main h3,
main p,
main dl,
main dd {
  margin: 0;
}
main img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  main a {
    transition: all .3s;
  }
  main a:hover {
    opacity: 0.8;
  }
}

/* -----------------------------------------------
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;
  }
}

@media screen and (min-width: 768px) {
  .mv_wrap {
    position: relative;
  }
  .mv_wrap .mv_text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-17.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: 10px;
    font-size: 1.66vw;
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-weight: bold;
  }
}

@media screen and (min-width: 1200px) {
  .mv_text strong {
    font-size: 4.8rem;
  }
  .mv_text h1 {
    font-size: 2rem;
  }
}

/* -----------------------------------------------
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 h3 {
    font-size: 1.8rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
    color: #555555;
    font-weight: bold;
    padding-left: 17px;
    position: relative;
  }
  .content_wrap dd h3:before {
    content: '';
    width: 3px;
    height: 88%;
    background-color: #DDDDDD;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .content_wrap dd h3 + p {
    margin-top: 13px;
  }
  .content_wrap dd p + h3 {
    margin-top: 18px;
  }
  .content_wrap dd p a {
    text-decoration: underline;
  }
  .content_wrap dd ol {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .content_wrap dd ol li {
    width: 27.85%;
    min-height: 56px;
    background-color: #F7F7F7;
    color: #555555;
    font-size: 1.3rem;
    line-height: 1.3;
    font-weight: bold;
    letter-spacing: 0.05em;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
  }
  .content_wrap dd ol li:nth-child(1)::after,
  .content_wrap dd ol li:nth-child(2)::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 10px;
    border-color: transparent transparent transparent #cccccc;
    position: absolute;
    top: 50%;
    left: calc(100% + 12%);
    transform: translateY(-50%);
  }
  .content_wrap dd ol + p {
    margin-top: 28px;
  }
  .content_wrap dd > a {
    margin: 25px auto 0;
    width: 160px;
    height: 40px;
    border: 1px solid #555555;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .content_wrap dd > a span {
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #555555
  }
}

@media screen and (min-width: 768px) {
  .content_wrap {
    padding: 79px 0 106px;
  }
  .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 h3 {
    font-size: 1.8rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
    color: #555555;
    font-weight: bold;
    padding-left: 17px;
    position: relative;
  }
  .content_wrap dd h3:before {
    content: '';
    width: 3px;
    height: 88%;
    background-color: #DDDDDD;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .content_wrap dd h3 + p {
    margin-top: 13px;
  }
  .content_wrap dd p + h3 {
    margin-top: 18px;
  }
  .content_wrap dd p a {
    text-decoration: underline;
  }
  .content_wrap dd ol {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .content_wrap dd ol li {
    width: 27.85%;
    min-height: 56px;
    background-color: #F7F7F7;
    color: #555555;
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: bold;
    letter-spacing: 0.05em;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
  }
  .content_wrap dd ol li:nth-child(1)::after,
  .content_wrap dd ol li:nth-child(2)::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 10px;
    border-color: transparent transparent transparent #cccccc;
    position: absolute;
    top: 50%;
    left: calc(100% + 12%);
    transform: translateY(-50%);
  }
  .content_wrap dd ol + p {
    margin-top: 23px;
  }
  .content_wrap dd > a {
    margin-top: 29px;
    width: 200px;
    height: 48px;
    border: 1px solid #555555;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .content_wrap dd > a span {
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #555555
  }
}

/* -----------------------------------------------
target_wrap
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .target_wrap {
    background-color: #F7F7F7;
    border-bottom: 1px solid #DEDEDE;
    padding: 47px 0 38px;
  }
  .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;
  }
  .target_contact {
    margin: 31px auto 0;
    padding: 22px 10px 29px;
    border: 4px solid #FFFFFF;
  }
  .target_contact p {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #555555;
    text-align: center;
  }
  .target_contact a {
    margin: 18px auto 0;
    width: 200px;
    height: 48px;
    border: 1px solid #555555;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .target_contact a span {
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: bold;
    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;
  }
  .target_contact {
    max-width: 1105px;
    margin: 31px auto 0;
    padding: 37px 10px;
    border: 4px solid #FFFFFF;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .target_contact p {
    font-size: 2rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #555555;
    margin-right: 64px;
  }
  .target_contact a {
    width: 200px;
    height: 48px;
    border: 1px solid #555555;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .target_contact a span {
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #555555
  }
}

/* -----------------------------------------------
news_wrap
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .news_wrap {
    padding: 42px 0 46px;
  }
}

@media screen and (min-width: 768px) {
  .news_wrap {
    padding: 74px 0 82px;
  }
}

/* -----------------------------------------------
pickup_wrap
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .pickup_wrap {
    background-color: #333333;
    padding: 65px 0 54px;
  }
  .pickup_wrap .sec_heading {
    color: #fff;
    text-align: center;
  }
  .pickup_wrap .sec_heading h2 {
    margin-top: 11px;
  }
  .pickup_wrap .pickup_content {
    margin-top: 28px;
  }
  .pickup_wrap .pickup_content > * {
    display: block;
  }
  .pickup_wrap .pickup_content > * + * {
    margin-top: 12px;
  }
  .fs-pt-column__image {
    display: block;
  }
  .fs-pt-column__image img {
    width: 100%;
    aspect-ratio: 1/0.464;
    object-fit: cover;
  }
}

@media screen and (min-width: 768px) {
  .pickup_wrap {
    background-color: #333333;
    padding: 59px 0 168px;
  }
  .pickup_wrap .sec_heading {
    color: #fff;
    text-align: center;
  }
  .pickup_wrap .sec_heading h2 {
    margin-top: 13px;
  }
  .pickup_wrap .pickup_content {
    margin-top: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .pickup_wrap .pickup_content > * {
    width: 31.66%;
  }
  .pickup_wrap .pickup_content > * + * {
    margin-left: 2.5%;
  }
  .fs-pt-column__image {
    display: block;
  }
  .fs-pt-column__image img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}