@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  outline: none;
  font-family: メイリオ, Meiryo,游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro',Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

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

  #contents {
    position: relative;
    width: 100%;
    padding-top: 15vw;
    background: url(../images/back_img_pc.png);
    background-size: contain;
    background-repeat: repeat;
  }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 15vw;
    background: #202020;
    z-index: 10000;
  }
  .header_pc {
    display: none;
  }
  .header_sp {
    display: block;
    text-align: center;
  }
  .logo {
    padding: 1.2vw 0 0;
  }
  .logo h1 {
    margin-bottom: 0.5vw;
    font-size: 1.15vw;
    font-weight: normal;
    color: #fff;
  }
  .logo img {
    width: 38vw;
    height: auto;
  }

  .btn {
    position: relative;
    opacity: 1;
    transition:  all 0.3s;
  }
  .btn:hover {
    opacity: 0.8;
  }
  .btn:nth-child(2) {
    margin-left: 30px;
  }
  .btn a {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .btn img {
    width: 180px;
  }

  .menu_btn {
    position: fixed;
    top: 5vw;
    right: 5vw;
  }
  .menu_btn img  {
    width: 5vw;
    height: auto;
  }

  .menu_sp {
    position: fixed;
    left: 100%;
    display: block;
    width: 100%;
    height: 100vh;
    background: url(../images/sp_menu_back.png);
    background-size: cover;
    transition: all 0.3s;
    z-index: 15000;
  }
  .menu_sp.open {
    left: 0;
  }
  .menu_sp ul {
    position: absolute;
    top: 20vw;
    left: 50%;
    transform: translateX(-50%);
    list-style: none;
  }
  .menu_sp ul li {
    margin-bottom: 3vw;
  }
  .menu_sp ul li a {
    font-size: 4vw;
    letter-spacing: 1vw;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
  }

  .close_btn {
    position: absolute;
    top: 5vw;
    right: 5vw;
    width: 6%;
  }
  .close_btn img {
    width: 100%;
    height: auto;
  }
  .link_btn_sp {
    position: absolute;
    top: 110vw;
    margin-bottom:05vw;
  }
  .menu_btn_sp {
    position: relative;
    width: 60%;
    margin: 0 auto 8vw;
  }
  .menu_btn_sp a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .menu_btn_sp img {
    width: 100%;
    height: auto;
  }

  .index {
    position: relative;
    width: 100%;
    margin: 5vw auto 0;
  }
  .index_img img {
    width: 100%;
    height: auto;

  }

  .index_text {
    width: 80%;
    height: 24vw;
    margin: 10vw auto 0;
    background: url(../images/line_pc.png);
    background-repeat: no-repeat;
    background-size: 120%;
    text-align: center;
    color: #535151;
  }
  .index_text_main {
    padding: 5vw 0 0;
    font-size: 5.5vw;
    letter-spacing:1vw;
  }
  .index_text_sub {
    font-size: 3.5vw;
    letter-spacing: 1vw;
  }

  .osae {
    width: 80%;
    margin: 10vw auto 5vw;
    text-align: left;
  }
  .osae p {
    font-size: 3.5vw;
    letter-spacing: 0.5vw;
    line-height: 7vw;
    text-align: justify;
    text-justify: inter-ideograph;
    color: #535151;
  }

  .link {
    width: 90%;
    margin: 0 auto;
  }
  .link ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
  }
  .link ul li  {
    position: relative;
    width: 48%;
    margin-top: 5vw;
    opacity: 1;
    transition: all 0.3s;
  }
  .link ul li:hover {
    opacity: 0.7;
  }
  .link ul li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .link ul li img {
    width: 100%;
    height: auto;
  }

  .footer {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 20vw;
    margin-top: 10vw;
    padding-bottom: 0;
    background: url(../images/footerback_pc.png) #202020;
    background-size: 95%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .footer ul {
    display: none;
  }
  .footer ul li {
    width: 300px;
    margin-top: 30px;
  }
  .footer ul li a {
    font-size: 16px;
    letter-spacing: 8px;
    text-decoration: none;
    color: #fff;
    opacity: 1;
    transition: all 0.3s;
  }
  .footer ul li a:hover {
    opacity: 0.7;
  }

  .copyright {
    width: 100%;
    padding-top: 6.5vw;
    font-size: 2.3vw;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
  }

  /* workflow ---------------- */
  .cont_pc { display: none;}
  .cont_sp {
    display: block;
    width: 100%;

    margin: 10vw auto 0;
  }
  .cont_headline {
    margin: 0 0 10vw 5vw;
    font-size: 5vw;
    letter-spacing: 0.1vw;
    color: #535151;
  }
  .cont_headline span {
    display: inline-block;
    margin-left: 0.5em;
    margin-bottom: 1vw;
    font-size: 3vw;
  }
  .work_box {
    position: relative;
    margin-bottom: 50px;
  }
  .work_btn {
    position: relative;
    margin-bottom: 5vw;
    text-align: center;
  }
  .work_btn p {
    display: inline-block;
    width: 85%;
    margin: 0;
    padding: 2vw 4vw;
    font-size: 4vw;
    letter-spacing: 0.6vw;
    color: #fff;
    text-align: left;
    border-radius: 5px;
  }
  .work_btn:after {
    content: "+";
    position: absolute;
    top: 1.2vw;
    right: 6.5vw;
    font-size: 5vw;
    color: #fff;
  }
  .work_btn p.annai {background: #5c7d8c;}
  .work_btn p.goods {background: #dcab00;}
  .work_btn p.kizai {background: #3ca7a3;}
  .work_box img {
    width: 1100px;
    padding-left: 150px;
  }
  .work_img {
    display: none;
    width: 90%;
    margin: 5vw auto 10vw;
  }
  .work_img img {
    width: 100%;
  }
  .work_text {
    position: relative;
    margin: 8vw 0 0 8vw;
    font-size: 3vw;
  }
  .work_text p:before {
    content: "※";
    position: absolute;
    margin-left: -1em;
  }

  /* company ---------------- */

  .comp_info {
    position: relative;
    left:  10.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10vw 0 0;
  }
  .cont1,.cont2 {
    font-size: 4vw;
    line-height: 7vw;
  }
  .cont1 {
    width: 25vw;
  }
  .cont2 {
    width: 54vw;
    margin-left: 0vw;
  }
  .cont1 ul,.cont2 ul {
    list-style: none;
  }
  .cont1 ul li,.cont2 ul li {
    margin-bottom: 30px
  }

  /* regist ---------------- */
  .regist {
  }

  .reg_box {
    position: relative;
    width: 85%;
    margin: 0 auto;
  }
  .reg_box_headline p {
    margin: 7vw 0;
    font-size: 5.5vw;
    letter-spacing: 1vw;
    color: #535151;
    text-align: center;
  }
  .reg_box_text p {
    margin-bottom: 50px;
    font-size: 4vw;
    letter-spacing: 0.2vw;
    line-height: 8.5vw;
    color: #535151;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .reg_btn p {
    position: relative;
    display: inline-block;
    margin: 0 0 12vw 50%;
    padding: 3vw 6vw;
    font-size: 4vw;
    letter-spacing: 1vw;
    white-space: nowrap;
    color: #fff;
    background: #dcab00;
    border-radius: 100px;
    transform: translateX(-50%);
    opacity: 1;
    transition: all 0.3s;
  }
  .reg_btn p:hover {
    opacity: 0.7;
  }
  .reg_btn a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .information_sp_btn p {
    position: relative;
    display: inline-block;
    margin: 0 0 6vw 30vw;
    padding: 3vw 3vw;
    font-size: 3.1vw;
    letter-spacing: 0.6vw;
    white-space: nowrap;
    color: #fff;
    background: #dcab00;
    border-radius: 100px;
    transform: translateX(-50%);
    opacity: 1;
    transition: all 0.3s;
  }
  .information_sp_btn p:hover {
    opacity: 0.7;
  }
  .information_sp_btn a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .information_sp{
    display: flex;
    width: 100%;
  }

  .information_sp_text{
    color: #535151;
    padding: 10px;
    text-align: left;
    letter-spacing: 1px;
  }

  .reg_arrow {
    width: 20px;
    height: auto;
    margin: 0 auto 12vw;
  }
  .reg_arrow img {
    width: 100%;
  }

  /* intern ---------------- */
  .inte_box {
    position: relative;
    width: 85%;
    margin: 0 auto;
  }
  .inte_box_headline p {
    margin: 7vw 0;
    font-size: 5.5vw;
    letter-spacing: 1vw;
    color: #535151;
    text-align: center;
  }
  .inte_box_text p {
    margin-bottom: 50px;
    font-size: 4vw;
    letter-spacing: 0.2vw;
    line-height: 8.5vw;
    color: #535151;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .inte_img {
    width: 95%;
    margin: 0 auto;
  }
  .inte_img img {
    width: 100%;
  }

  /* access ---------------- */
  .access_map {
    position: relative;
    width: 85%;
    margin: 0 auto;
  }
  .access_map iframe {
    width: 100%;
    height: 80vw
  }
  .access_box {
    position: relative;
    width: 85%;
    margin: 0 auto;
  }
  .access_box_headline p {
    margin: 7vw 0;
    font-size: 5.5vw;
    letter-spacing: 1vw;
    color: #535151;
    text-align: center;
  }
  .access_box_text p {
    margin-bottom: 50px;
    font-size: 4vw;
    letter-spacing: 0.2vw;
    line-height: 8.5vw;
    color: #535151;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .access_box_text p a {
    color: #535151;
  }
  .access_img {
    width: 800px;
  }
  .access_img img {
    width: 100%;
  }
  .access_btn p {
    position: relative;
    display: inline-block;
    margin: 0 0 12vw 50%;
    padding: 3vw 6vw;
    font-size: 4vw;
    letter-spacing: 1vw;
    white-space: nowrap;
    color: #fff;
    background: #dcab00;
    border-radius: 100px;
    transform: translateX(-50%);
    opacity: 1;
    transition: all 0.3s;
  }
  .access_btn p:hover {
    opacity: 0.7;
  }
  .access_btn a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* privacy ------------- */
  .privacy {
    width: 90%;
    margin: 0 auto;
    padding:  0;
  }
  .privacy .cont_title {
    position: relative;
    left:  0;
    margin-bottom: 1em;
    padding-top: 30px;
    font-size: 4vw;
    color: black;
  }
  .privacy_box {
    width: 100%;
    margin: 0 auto 30px;
  }
  .privacy_hedline {
    font-size: 4vw;
    color: black;
  }
  .privacy_text {
    font-size: 3vw;
    text-align: justify;
    text-justify: inter-ideograph;
    color: black;
  }

}


}
