@charset "UTF-8";

/* A Modern CSS Reset */
* {
    margin: 0;
    padding: 0;
    color: white;
    font-family: noto-sans, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 1px;
    list-style: none;
    text-decoration: none;
}

body {
    font-size: 18px;
}

a {
    text-decoration: none;
}

.bk {
    color: black;
}

.bk2 {
    color: black;
}

.red {
    color: #9F0000;
}

.gold {
    background-color: #C6A95D;
}

img {
    width: 100%;
    max-width: 100%;
}

.mv {
    width: 100%;
    margin: 0 auto;
}

.mv img {
    width: 100%;
    vertical-align: bottom;
}

.wrapper {
    background-color: #000000;
    margin: 0 auto;
}

section {
    padding: 40px 0px;
}

header {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
    z-index: 1000;
}

header a {
    line-height: 80px;
    font-size: 30px;
    padding: 0 30px;
    text-shadow: rgba(0, 0, 0, 0.6) 0px 3px 10px;
}

header img {
    height: 90%;
    width: auto;
    margin-left: 20px;
}

.wrapper {
    overflow: hidden;
}

footer {
    width: 100%;
    margin: 0 auto;
    background-color: #AC9250;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    color: white;
    font-weight: normal;
    font-size: 16px;
    padding-bottom:100px;
}


h2 {
    color: #AC9250;
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px;
}

/*point*/
.point {
    padding-bottom: 0;
}

.point_cards {
    width: 100%;
    margin-bottom: 40px;
    padding: 20px 40px;
    box-sizing: border-box;
}

.point_card {
    width: 30%;
}

.point_card_text {
    padding: 10px 0;
}

.point_card_text p {
    font-size: 20px;
    text-align: center;
}

.point_card_text .bk {
    font-size: 25px;
}

.point_list h3 {
    display: block;
    text-align: center;
    font-size: 20px;
    padding: 20px;
}

.point_list h3 span {
    font-size: 30px;
    margin-right: 10px;
}

.point_list_content {
    width: 100%;
    align-items: center;
}

.point_list_content p {
    width: 50%;
    padding: 40px;
    box-sizing: border-box;
}

.point_list_content img {
    width: 50%;
}

/*recruit*/
.recruit {
    background-image: url(img/recruit_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 80px;
}

.h2 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 80px;
}

.recruit .h2:before {
    content: 'RECRUITMENT';
    font-size: 35px;
    display: block;
}

table {
    width: 800px;
    margin: 0 auto;
    border-collapse: collapse;
    background-color: black;
}


table th,
table td {
    border: 1px solid white;
    border-width: 1px 0px;
    padding: 20px 0;
}


th {
    width: 180px;
    color: #C6A95D;
}

td {
    width: 620px;
    color: white;
    padding-left: 40px;
}

/*voice*/
.voice {
    background-image: url(img/voice_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 80px;
}

.voice .h2:before {
    content: 'VOICE';
    font-size: 35px;
    display: block;
}

.voice_card {
    width: 80%;
    margin: 0 auto 20px;
    max-width: 1000px;
    background-color: black;
    padding: 20px;
}

.voice_card img {
    width: 50%;
}

.voice_card .voice_text {
    width: 50%;
    padding: 40px;
    box-sizing: border-box;
}

.voice_card .name {
    font-size: 25px;
    color: #C6A95D;
    border-bottom: 5px solid #C6A95D;
    margin-bottom: 20px;
}

.label_y {
    background-color: #C6A95D;
    color: black;
    padding: 5px 10px;
    margin-right: 20px;
}

.voice_text p {
    margin-bottom: 40px;
}

/*qa*/
.q_a {
    background-image: url(img/qa_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 80px;
}

.q_a .h2:before {
    content: 'Q&A';
    font-size: 35px;
    display: block;
}

.qa-list {
    width: 80%;
    max-width: 800px;
    background-color: black;
    margin: 0 auto;
    display: block;
}

.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
    cursor: pointer;
    border-bottom: 3px solid #C6A95D;
}

.qa-list dl:first-child {
    border-top: 3px solid #C6A95D;
}

.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 3px solid #C6A95D;
    border-right: 3px solid #C6A95D;
}

.qa-list .open::before {
    transform: rotate(-45deg);
}

.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 50px;
    font-weight: bold;
}

.qa-list dl dt::before {
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    content: 'Q.';
    color: #C6A95D;
}

.qa-list dl dd::before {
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #C6A95D;
}

.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
}

.qa-list dl dd p {
    margin: 30px 0 0;
}

.qa-list dl dd p:first-child {
    margin-top: 0;
}

/*cv*/
.cv {
    background-image: url(img/cv_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 80px;
}

.cv_inner {
    width: 80%;
    margin: 0 auto;
    max-width: 1000px;
    background-color: white;
    padding: 40px;
}

.cv_inner p {
    margin-bottom: 20px;
    font-size: 25px;
    text-align: center;
}

.cv img {
    width: 80%;
    margin: 0 auto;
    display: block;
}


/*company*/
.company .h2:before {
    content: 'COMPANY';
    font-size: 35px;
    display: block;
}

/*cvr*/
.cvr_outer {
    width: 100%;
    padding:5px 0;
    position: fixed;
    bottom: 0;
    left: 0;
}

.cvr {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    align-items: center;
}

.cvr p {
    font-size: 32px;
    color: black;
    vertical-align: middle;
    margin-right: 40px;
}

.cvr span {
    font-size: 40px;
    color: black;
    vertical-align: middle;
    margin-right: 20px;
}

.cvr a {
    width: 45%;
}

.cvr a img{
  vertical-align: middle;
}

.btn_bk{
    background-color: black;
    color:#C6A95D;
    text-align:center;
    display: block;
    width: 300px;
    height: 60px;
    line-height: 60px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #C6A95D;
    font-size: 30px;
}

.cv iframe {
    width: 100%;
}

.btn_mg{
    margin:0 auto;
}

.box {
  height: 400px;               /* 横幅を200pxに指定 */
  border: 1px solid #000;      /* わかりやすくボーダーを引く */
  overflow-y: scroll;          /* 縦方向にスクロール可能にする */
  background-color: white;
  width: 80%;
  margin: 0 auto;
  max-width: 1000px;
  color:#000000!important;
}

.box p{
    color: #000000;
    padding: 40px;
}

/*parallax*/
/*画面全体の設定*/
body,
html {
  height: 100%;
  margin: 0 auto;
  letter-spacing: 2px;
  font-size: 10px;
}

/*固定する背景*/
.parallax-bg , .parallax-bg2 {
  box-sizing: border-box;
  font-size: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 5%;
}

/*.parallax-bg {
  background-image: url('img/bg1.png');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding:15%;
}
.parallax-bg2 {
  background-image: url('img/bg2.png');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding:15%;
}

.parallax-bg3 {
  background-image: url('img/bg3.png');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding:15%;
}*/

.p-kv__img{
  width: 100%;
  overflow: hidden;

   img{
     width: 100%;
   }
}



@media screen and (max-width: 1199px) {

    * {
        font-size: 16px;
    }

    .pc_only {
        display: none !important;
    }

    section {
        padding: 40px 20px;
        box-sizing: border-box;
    }

    .wrapper {
        background-color: #000000;
        margin: 0 auto;
    }

    header {
        width: 100%;
        height: 60px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: rgba(0, 0, 0, 0.75);
        position: fixed;
        z-index: 1000;
    }

    header a {
        line-height: 60px;
        font-size: 16px;
        padding: 0 10px;
        text-shadow: rgba(0, 0, 0, 0.6) 0px 3px 10px;
    }

    header img {
        height: 90%;
        width: auto;
        margin-left: 20px;
    }

    .wrapper {
        overflow: hidden;
    }

    footer {
        width: 100%;
        margin: 0 auto;
        background-color: #AC9250;
        padding: 10px;
        box-sizing: border-box;
        text-align: center;
        color: white;
        font-weight: normal;
        font-size: 12px;
    }

    h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    /*point*/

    .point_card {
        width: 100%;
        margin-bottom: 20px;
    }

    .point_cards {
        padding: 0;
    }

    .point_card_text p {
        font-size: 18px;
    }

    .point_card_text .bk {
        font-size: 18px;
    }

    .point_list_content img {
        width: 100%;
        vertical-align: bottom;
    }

    .point_list h3 span {
        font-size: 20px;
    }

    .point_list h3 {
        font-size: 16px;
        height: auto;
    }

    .point_list_content p {
        width: 100%;
        background: white;
        color: black;
        padding: 20px;
        box-sizing: border-box;
        margin-bottom: 20px
    }

    .h2 {
        font-size: 22px;
        margin-bottom: 40px;
    }

    /*recruit*/
    .recruit .h2:before {
        font-size: 22px;
    }

    table {
        width: 100%;
    }

    table th,
    table td {
        width: 100%;
        display: block;
        padding-right: 20px;
        padding-left: 20px;
        box-sizing: border-box;

    }

    /*voice*/
    .voice .h2:before {
        font-size: 22px;
    }

    .voice_card img,
    .voice_card .voice_text {
        width: 100%;
    }

    .voice_card .voice_text {
        padding: 0px;
    }

    .voice_text p {
        margin-bottom: 0;
    }

    /*qa*/
    .q_a .h2:before {
        font-size: 22px;
    }

    .qa-list {
        width: 100%;
    }

    /*cv*/
    .cv_inner p {
        font-size: 16px;
    }

    /*company*/
    .company .h2:before {
        font-size: 22px;
    }

    .company table td {
        text-align: center;
    }

    /*cvr*/
    .cvr p {
        font-size: 20px;
        text-align: center;
        margin-right: 0;
    }

    .cvr span {
        text-align: center;
        font-size: 22px;
        margin-right: 10px;
    }

    .cvr a img {
        display: block;
        width: 70%;
        max-width: 400px;
        height: auto;
        margin: 0 auto;
    }

    .cvr a{
        margin:0 auto;
    }

    .box{
        width: 90%;
    }

    .box p {
    color: #000000;
    padding: 20px;
}
}

@media screen and (min-width: 1200px) {
    .sp_only {
        display: none !important;
    }

    .flexbox {
        display: flex;
        justify-content: space-around;
    }

    .bk2 {
        font-size: 25px !important;
    }

}