@charset "UTF-8";
/* CSS Document */
.desc a {
    color: #000;
}
.bg--white {
    background-color: #fff;
}
.bg--white header,
.bg--white footer {
    background-color: #000;
    color: #fff;
}
.text_bold {
    font-size: 16px;
    font-weight: bold;
    margin-top: 24px;
    padding-bottom: 8px;
}
.text_bold a {
    color: #000;
    text-decoration: underline;
}
.flex_wrap {
    flex-wrap: wrap; 
    display: flex;
}
.flex_wrap_recruit
{
    flex-flow: nowrap; 
    display: flex;
}
.col_2 > * {
    width: 100%;
}
main #section01 #pankuzu {
    font-size: 12px;
    text-align: left;
    letter-spacing: 6px;
    font-weight: normal;
}
main #section01 p {
    padding-top: 65px;
    color: #000;
    text-align: left;
}
main #section01 p a {
    color: #000;
}
.page_width {
    max-width: 1280px;
    margin: auto;
    padding: 0 20px;
}
main #section01.sec_01 {
    height: auto;
}
main #section02.sec_02 {
    background-color: #fff;
    padding: 100px 0;
}

main #section02 h2 {
    text-align: center;
    letter-spacing: .8rem;
    position: relative;
    font-size: 20px;
    color: #000;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 700;
    font-style: normal;
}
.content_head {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 24px;
}
#section02 .content_inner {
  text-align: justify;
}
#section02 .privacylead {
  font-size: 1.4rem;
  line-height: 2;
  padding-top: 20px;
}
.content_title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 40px;
    padding-bottom: 8px;
    line-height: 1.5;
}
#section02 .sec-ttl {
  line-height: 1.5;
  text-align: left;
  letter-spacing: 1.5px;
  padding-top: 50px;
}
.content_title--bottom-line {
    border-bottom: 2px solid #000;
    margin-top: 50px;
    padding-left: 0px;
}
.content_title--bottom-line a {
   color: #000;
   text-decoration: none;
}
.color-x,
.desc .color-x {
  color: #00b8d7;
}
.desc_list {
    padding-left: 20px;
}
.desc_list li {
    list-style-type: disc;
    line-height: normal;
}
.desc,
.desc_list {
    font-size: 14px;
    line-height: normal;
    text-align: justify;
}
.site_list {
    margin-top: 20px;
}
.text_right {
    text-align: right;
    margin-top: 30px;
}
main #section02.sec_02.preparation {
    height: calc(100vh - 353px);
    margin-bottom: 100px;
    padding: 265px 0px 170px;
}
main #section02.sec_02.preparation h2 {
    font-size: 40px;
}
@media screen and (min-width: 400px) {
    .col_2 > * {
        width: calc(100% / 2);
    }
}

@media screen and (min-width: 600px) {

    main #section02 h2 {
        font-size: 50px;
    }
    .col_2 > * {
        width: calc(100% / 2);
    }
    main #section02.sec_02 {
        background-color: #fff;
        padding: 200px 15px;
    }
    main #section02.sec_02.preparation h2 {
        font-size: 40px;
    }
}

@media screen and (min-width: 1024px) {
    .page_width {
        padding: 0 40px;
    }
    main #section01 #pankuzu {
        font-size: 18px;
    }
    main #section01 p {
        padding-top: 65px;
    }
    main #section02.sec_02 {
        padding: 200px 0px 170px;
    }
    main #section02 h2 {
        font-size: 50px;
    }
    .content_head {
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        margin-top: 50px;
    }
    .content_title {
        font-size: 24px;
        font-weight: bold;
        margin-top: 40px;
        padding-bottom: 8px;
    }
    .content_title--bottom-line {
        margin-top: 100px;
        padding-left: 30px;
    }
#section02 .privacylead {
  font-size: 1.7rem;
  line-height: 2;
  padding-top: 20px;
}
    .desc,
    .desc_list {
        font-size: 1.7rem;
        line-height: normal;
    }
    .desc_list {
        margin-top: 24px;
        padding-left: 20px;
    }
    .col_2 > * {
        width: calc(100% / 4);
    }
    .site_list {
        padding-left: 50px;
        margin-top: 40px;
    }
    .site_list .text_bold {
        margin-top: 40px;
        font-size: 20px;
    }
    .text_right {
        text-align: right;
        margin-top: 80px;
    }
    main #section02.sec_02.preparation {
        height: calc(100vh - 353px);
        margin-bottom: 120px;
        padding: 265px 0px 170px;
    }
    main #section02.sec_02.preparation h2 {
        line-height: 1.3;
        font-size: 80px;
    }
}
