/*********************************/
/*********************************/
/*********************************/
/*********************************/
/*********************************/
/*********************************/
@media screen and (max-width: 834px) {
  html {
    font-family: "Noto Sans JP","Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 10px;
    line-height: 1;
    color: #333;
  }
  main {
    padding-top: 60px;
  }
  .pc {
    display: none;
  }
  .akshar {
    font-family: "Akshar", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 500;
  }
  .josefin {
    font-family: "Josefin Sans","Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  }
  .noto_serif {
    font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  }
  body {
    position: relative;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .text_green {
    color: #4db882;
  }
  .link_btn {
    display: block;
    box-sizing: border-box;
    width: 295px;
    padding: 22px 20px 23px;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
    text-align: center;
    position: relative;
    color: #fff;
    background: #3da66c;
  }
  .link_btn::after {
    content: "";
    position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    top: 50%;
    right: 27px;
    transform: rotate(-45deg) translateY(-50%);
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }
  #site_overwrap {
    display: none;
  }
  #site_overwrap.active {
    position: absolute;
    display: block;
    z-index: 800;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
  }
  #site_overwrap.modal_active {
    position: absolute;
    display: block;
    z-index: 1100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
  }
  /******************************/
  /******************************/
  header {
    background: #fff;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    display: flex;
    position: fixed;
    padding: 19px 25px 19px 20px;
    z-index: 999;
  }
  header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  header .wrapper .logo_area img {
    width: 185px;
    height: auto;
  }
  header .wrapper #sp_button {
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
  }
  header .wrapper #sp_button span {
    width: 20px;
    height: 2px;
    display: block;
    background: #3da66c;
    position: absolute;
  }
  header .wrapper #sp_button span:nth-of-type(1) {
    top: 5px;
  }
  header .wrapper #sp_button span:nth-of-type(2) {
    bottom: 5px;
  }
  header .wrapper #sp_button.active span {
    width: 100%;
  }
  header .wrapper #sp_button.active span:nth-of-type(1) {
    transform: rotate(45deg) translateY(-50%);
    top: 10px;
    left: -1px;
  }
  header .wrapper #sp_button.active span:nth-of-type(2) {
    transform: rotate(-45deg) translateY(-50%);
    bottom: 8px;
  }
  header .wrapper .header_contents {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 10px 40px 0px;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
  }
  header .wrapper .header_contents.active {
    display: block;
  }
  header .wrapper .header_contents .header_link_wrap {
    margin-bottom: 50px;
  }
  header .wrapper .header_contents .header_link_wrap li {
    border-bottom: 1px solid #e0e0e0;
  }
  header .wrapper .header_contents .header_link_wrap li:nth-of-type(1) {
    border-top: 1px solid #e0e0e0;
  }
  header .wrapper .header_contents .header_link_wrap li a {
    display: flex;
    align-items: center;
    padding: 23px 11px;
    font-size: 1.7rem;
    font-weight: 500;
    width: 100%;
    letter-spacing: 0.12em;
    position: relative;
  }
  header .wrapper .header_contents .header_link_wrap li a.active {
    color: #3da66c;
  }
  header .wrapper .header_contents .header_link_wrap li a.active span {
    color: #bde1cd;
  }
  header .wrapper .header_contents .header_link_wrap li a span {
    color: #b9b9b9;
    font-size: 1.2rem;
    margin-left: 12px;
    letter-spacing: 0.15em;
  }
  header .wrapper .header_contents .header_link_wrap li a::after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    display: block;
    border-right: #3da66c 3px solid;
    border-bottom: #3da66c 3px solid;
    transform: rotate(-45deg) translateY(-50%);
    top: 50%;
    right: 10px;
  }
  header .wrapper .header_contents .contact_wrap {
    padding-bottom: 150px;
  }
  header .wrapper .header_contents .contact_wrap .tel_area {
    background: #f7f7f7;
    padding: 16px 0;
    width: 100%;
    display: block;
    margin-bottom: 25px;
  }
  header .wrapper .header_contents .contact_wrap .tel_area .text {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: 0.1em;
  }
  header .wrapper .header_contents .contact_wrap .tel_area .number {
    font-weight: 700;
    font-size: 2.5rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 13px;
  }
  header .wrapper .header_contents .contact_wrap .tel_area .number img {
    width: 16px;
    height: auto;
    margin: 4px 8px 0 0;
  }
  header .wrapper .header_contents .contact_wrap .tel_area .time {
    font-size: 1rem;
    text-align: center;
  }
  header .wrapper .header_contents .contact_wrap .mail_area {
    display: flex;
    width: 100%;
    background: #3da66c;
    padding: 41px 0;
    justify-content: center;
    align-items: center;
  }
  header .wrapper .header_contents .contact_wrap .mail_area img {
    width: 20px;
    height: auto;
    margin: 2px 10px 0 0;
  }
  header .wrapper .header_contents .contact_wrap .mail_area p {
    font-size: 1.8rem;
    color: #fff;
    font-weight: 500;
  }
  /******************************/
  /******************************/
  footer {
    background: #f7f7f7;
  }
  footer .footer_contact_area {
    padding: 60px 31px 50px;
    margin: 0 9px;
    width: calc(100% - 18px);
    box-sizing: border-box;
    border-right: 1px solid rgba(170, 170, 170, 0.15);
    border-left: 1px solid rgba(170, 170, 170, 0.15);
  }
  footer .footer_contact_area h2 {
    font-weight: 700;
    font-size: 3.6rem;
    color: #000;
    margin-bottom: 22px;
    text-align: center;
    letter-spacing: 0.1em;
  }
  footer .footer_contact_area h2 .en {
    color: #3da66c;
    font-weight: 500;
    font-size: 1.5rem;
    display: block;
    margin-bottom: 17px;
    letter-spacing: 0.12em;
  }
  footer .footer_contact_area .contact_message {
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 25px;
    letter-spacing: 0.05em;
  }
  footer .footer_contact_area .button_wrap .tel_area {
    background: #fff;
    box-sizing: border-box;
    display: block;
    padding: 26px 0;
    margin: 0 auto 26px;
    width: 295px;
  }
  footer .footer_contact_area .button_wrap .tel_area .number {
    display: flex;
    font-size: 2.5rem;
    color: #333;
    justify-content: center;
    text-align: center;
    align-items: flex-start;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
  }
  footer .footer_contact_area .button_wrap .tel_area .number img {
    width: 17px;
    height: auto;
    margin: 2px 8px 0 0;
  }
  footer .footer_contact_area .button_wrap .tel_area .time {
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0.08em;
  }
  footer .footer_contact_area .button_wrap .mail_area {
    background: #3da66c;
    display: flex;
    padding: 40px 0;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 295px;
    position: relative;
  }
  footer .footer_contact_area .button_wrap .mail_area img {
    width: 20px;
    height: auto;
    margin: 2px 10px 0 0;
  }
  footer .footer_contact_area .button_wrap .mail_area p {
    text-align: center;
    color: #e5f3eb;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-right: 15px;
  }
  footer .footer_contact_area .button_wrap .mail_area::after {
    content: "";
    position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    top: 50%;
    right: 20px;
    transform: rotate(-45deg) translateY(-50%);
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }
  footer .footer_main {
    background: #616964;
  }
  footer .footer_main .footer_main_inner {
    width: calc(100% - 18px);
    margin: 0 9px;
    border-right: 1px solid rgba(170, 170, 170, 0.15);
    border-left: 1px solid rgba(170, 170, 170, 0.15);
  }
  footer .footer_main .footer_main_inner .footer_main_contents_wrap {
    padding: 39px 0 26px;
  }
  footer .footer_main .footer_main_inner .footer_main_contents_wrap .info_area {
    text-align: center;
    margin-bottom: 50px;
    letter-spacing: 0.08em;
  }
  footer .footer_main .footer_main_inner .footer_main_contents_wrap .info_area .footer_logo {
    margin-bottom: 26px;
  }
  footer .footer_main .footer_main_inner .footer_main_contents_wrap .info_area .footer_logo img {
    width: 245px;
    height: auto;
  }
  footer .footer_main .footer_main_inner .footer_main_contents_wrap .info_area .footer_address {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 16px;
  }
  footer .footer_main .footer_main_inner .footer_main_contents_wrap .info_area .footer_tel {
    color: #fff;
    font-size: 1.2rem;
  }
  footer .footer_main .footer_main_inner .footer_main_contents_wrap .link_area .footer_links {
    width: 295px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    letter-spacing: 0.1em;
    white-space: nowrap;
  }
  footer .footer_main .footer_main_inner .footer_main_contents_wrap .link_area .footer_links .link {
    width: 50%;
    color: #fff;
    margin-bottom: 23px;
  }
  footer .footer_main .footer_main_inner .footer_main_contents_wrap .link_area .footer_links .link a {
    font-size: 1.4rem;
    padding-left: 28px;
    position: relative;
  }
  footer .footer_main .footer_main_inner .footer_main_contents_wrap .link_area .footer_links .link a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: rotate(-45deg) translateY(-50%);
  }
  footer .footer_main .footer_main_inner .footer_main_contents_wrap .link_area .footer_links .link.sub a {
    color: #dfe1e0;
  }
  footer .footer_main .footer_main_inner .footer_main_contents_wrap .link_area .footer_links .link.sub a::before {
    border-color: #dfe1e0;
  }
  footer .copyright {
    background: #565d59;
  }
  footer .copyright .copyright_inner {
    padding: 19px 0;
    color: #fff;
    font-size: 1.1rem;
    text-align: center;
    letter-spacing: 0.1em;
    width: calc(100% - 18px);
    margin: 0 9px;
    border-right: 1px solid rgba(170, 170, 170, 0.15);
    border-left: 1px solid rgba(170, 170, 170, 0.15);
  }
  .main_image_wrap .main_image {
    background: url("../img/business/sp/sp_mv_business.jpg") center no-repeat;
    background-size: cover;
  }
  .main_image_wrap .main_image h1 {
    height: 275px;
    font-size: 3rem;
    letter-spacing: 0.14em;
    padding: 108px 0 121px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    font-weight: 500;
  }
  .main_image_wrap .main_image h1 .sub {
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0.12em;
    margin-top: 8px;
    font-weight: 700;
  }
  #company_page .main_image {
    background: url("../img/company/sp/sp_mv_company.jpg") no-repeat;
    background-size: cover;
  }
  #recruit_page .main_image {
    background: url("../img/recruit/sp/sp_top_recruit.jpg") no-repeat center;
    background-size: cover;
  }
  #works_page .main_image {
    background: url("../img/works/sp/sp_mv_works.jpg") no-repeat center;
    background-size: cover;
  }
  #contact_page .main_image,
  #thanks_page .main_image {
    background: url("../img/contact/sp/sp_mv_contact.jpg") no-repeat center;
    background-size: cover;
  }
  .pankuzu_wrap.gray {
    background: #f7f7f7;
  }
  .pankuzu_wrap .pankuzu {
    display: flex;
    position: relative;
    margin: 0 9px;
    padding: 25px 15px;
    border-right: 1px solid rgba(170, 170, 170, 0.15);
    border-left: 1px solid rgba(170, 170, 170, 0.15);
  }
  .pankuzu_wrap .pankuzu li {
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #666;
  }
  .pankuzu_wrap .pankuzu li a {
    font-weight: normal;
    color: #999999;
  }
  .pankuzu_wrap .pankuzu li:not(:nth-last-of-type(1))::after {
    content: "";
    height: 1px;
    width: 20px;
    margin: 0 8px 0 6px;
    background: #999999;
    pointer-events: none;
  }
}
