/*********************************/
/*********************************/
/*********************************/
/*********************************/
/*********************************/
/*********************************/
@media screen and (min-width: 835px) {
  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;
    letter-spacing: 0.08em;
    color: #333;
    min-width: 1280px;
  }
  main {
    padding-top: 110px;
    position: relative;
  }
  body#thanks_page_body {
    overflow-x: auto;
  }
  a:hover {
    opacity: 0.8;
  }
  .sp {
    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;
  }
  .text_green {
    color: #4db882;
  }
  body {
    position: relative;
  }
  .link_btn {
    display: block;
    box-sizing: border-box;
    width: 260px;
    padding: 19px;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    text-align: center;
    position: relative;
    color: #fff;
    background: #3da66c;
  }
  .link_btn::after {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 30px;
    transform: rotate(-45deg) translateY(-50%);
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }
  .main_image_wrap .main_image {
    background: url("../img/business/mv_business.jpg") no-repeat;
    background-size: cover;
  }
  .main_image_wrap .main_image h1 {
    font-size: 5rem;
    letter-spacing: 0.13em;
    color: #fff;
    padding: 90px 0;
    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: 2.4rem;
    letter-spacing: 0.12em;
    margin-top: 6px;
    font-weight: 700;
  }
  #company_page .main_image {
    background: url("../img/company/mv_company.jpg") no-repeat;
    background-size: cover;
  }
  #recruit_page .main_image {
    background: url("../img/recruit/mv_recruit.jpg") no-repeat center;
    background-size: cover;
  }
  #works_page .main_image {
    background: url("../img/works/mv_works.jpg") no-repeat center;
    background-size: cover;
  }
  #contact_page .main_image,
  #thanks_page .main_image {
    background: url("../img/contact/mv_contact.jpg") no-repeat center;
    background-size: cover;
  }
  .pankuzu_wrap.gray {
    background: #f7f7f7;
  }
  .pankuzu_wrap.gray .pankuzu::before {
    border-right: none;
  }
  .pankuzu_wrap.gray .pankuzu::after {
    border-left: none;
  }
  .pankuzu_wrap .pankuzu {
    display: flex;
    max-width: 1743px;
    position: relative;
    width: 100%;
    margin: auto;
    padding: 25px 125px 43px;
  }
  .pankuzu_wrap .pankuzu li {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10;
  }
  .pankuzu_wrap .pankuzu li a {
    color: #999999;
  }
  .pankuzu_wrap .pankuzu li:not(:nth-last-of-type(1))::after {
    content: "";
    height: 1px;
    width: 20px;
    margin: 0 10px 0 8px;
    background: #999999;
    pointer-events: none;
  }
  .pankuzu_wrap .pankuzu::before {
    content: "";
    height: 77px;
    width: 300px;
    border-right: 1px solid rgba(170, 170, 170, 0.15);
    border-left: 1px solid rgba(170, 170, 170, 0.15);
    position: absolute;
    top: 0px;
    left: 100px;
  }
  .pankuzu_wrap .pankuzu::after {
    content: "";
    height: 77px;
    width: 300px;
    border-right: 1px solid rgba(170, 170, 170, 0.15);
    border-left: 1px solid rgba(170, 170, 170, 0.15);
    position: absolute;
    top: 0px;
    right: 100px;
  }
  #site_overwrap {
    display: none;
  }
  #site_overwrap.modal_active {
    position: absolute;
    display: block;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
  }
  #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);
  }
  /******************************/
  /******************************/
  footer .footer_contact_area {
    background: #f7f7f7;
  }
  footer .footer_contact_area .footer_contact_inner {
    max-width: 1743px;
    margin: 0 auto;
    padding: 80px 0;
    position: relative;
  }
  footer .footer_contact_area .footer_contact_inner h2 {
    text-align: center;
    font-weight: 600;
    font-size: 3.6rem;
    letter-spacing: 0.1em;
    margin-bottom: 37px;
  }
  footer .footer_contact_area .footer_contact_inner h2 .en {
    color: #3da66c;
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 25px;
    display: block;
    letter-spacing: 0.12em;
  }
  footer .footer_contact_area .footer_contact_inner .contact_message {
    font-size: 1.4rem;
    margin-bottom: 34px;
    letter-spacing: 0.08em;
    text-align: center;
  }
  footer .footer_contact_area .footer_contact_inner .button_wrap {
    width: 840px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  footer .footer_contact_area .footer_contact_inner .button_wrap .tel_area {
    background: #fff;
    width: 400px;
    box-sizing: border-box;
    display: block;
    padding: 19px 0;
    pointer-events: none;
  }
  footer .footer_contact_area .footer_contact_inner .button_wrap .tel_area .number {
    display: flex;
    font-size: 2.8rem;
    color: #333;
    justify-content: center;
    text-align: center;
    align-items: flex-start;
    margin-bottom: 10px;
    font-weight: 700;
  }
  footer .footer_contact_area .footer_contact_inner .button_wrap .tel_area .number img {
    width: 19px;
    height: auto;
    margin: 2px 10px 0 0;
  }
  footer .footer_contact_area .footer_contact_inner .button_wrap .tel_area .time {
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
  }
  footer .footer_contact_area .footer_contact_inner .button_wrap .mail_area {
    background: #3da66c;
    display: flex;
    width: 400px;
    padding: 34px 0;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  footer .footer_contact_area .footer_contact_inner .button_wrap .mail_area img {
    width: 26px;
    height: auto;
    margin-right: 13px;
  }
  footer .footer_contact_area .footer_contact_inner .button_wrap .mail_area p {
    text-align: center;
    color: #e5f3eb;
    font-size: 2rem;
    letter-spacing: 0.05em;
    margin-right: 20px;
  }
  footer .footer_contact_area .footer_contact_inner .button_wrap .mail_area::after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: 50%;
    right: 44px;
    transform: rotate(-45deg) translateY(-50%);
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }
  footer .footer_contact_area .footer_contact_inner::before {
    content: "";
    height: 100%;
    width: 1px;
    border-left: 1px solid rgba(170, 170, 170, 0.15);
    position: absolute;
    bottom: 0;
    left: 100px;
    box-sizing: border-box;
  }
  footer .footer_contact_area .footer_contact_inner::after {
    content: "";
    height: 100%;
    width: 1px;
    border-right: 1px solid rgba(170, 170, 170, 0.15);
    position: absolute;
    bottom: 0;
    right: 100px;
    box-sizing: border-box;
  }
  footer .footer_main {
    background: #616964;
  }
  footer .footer_main .footer_main_inner {
    max-width: 1743px;
    position: relative;
    margin: 0 auto;
  }
  footer .footer_main .footer_main_inner .footer_main_contents_wrap {
    display: flex;
    justify-content: space-between;
    padding: 45px 0 50px;
    width: 1020px;
    margin: 0 auto;
  }
  footer .footer_main .footer_main_inner .footer_main_contents_wrap .info_area {
    color: #fff;
  }
  footer .footer_main .footer_main_inner .footer_main_contents_wrap .info_area .footer_logo {
    margin-bottom: 35px;
  }
  footer .footer_main .footer_main_inner .footer_main_contents_wrap .info_area .footer_logo img {
    width: 235px;
    height: auto;
  }
  footer .footer_main .footer_main_inner .footer_main_contents_wrap .info_area .footer_address {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  footer .footer_main .footer_main_inner .footer_main_contents_wrap .info_area .footer_tel {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
  footer .footer_main .footer_main_inner .footer_main_contents_wrap .link_area .footer_links {
    width: 544px;
    display: flex;
    justify-content: space-between;
  }
  footer .footer_main .footer_main_inner .footer_main_contents_wrap .link_area .footer_links .link a {
    font-size: 1.6rem;
    letter-spacing: 0.12em;
    color: #fff;
  }
  footer .footer_main .footer_main_inner .footer_main_contents_wrap .link_area .footer_links .link.sub a {
    font-size: 1.5rem;
    letter-spacing: 0.12em;
    color: #c8cbc9;
  }
  footer .footer_main .footer_main_inner::before {
    content: "";
    height: 100%;
    width: 1px;
    border-left: 1px solid rgba(170, 170, 170, 0.15);
    position: absolute;
    bottom: 0;
    left: 100px;
    box-sizing: border-box;
  }
  footer .footer_main .footer_main_inner::after {
    content: "";
    height: 100%;
    width: 1px;
    border-right: 1px solid rgba(170, 170, 170, 0.15);
    position: absolute;
    bottom: 0;
    right: 100px;
    box-sizing: border-box;
  }
  footer .copyright {
    background-color: #565d59;
  }
  footer .copyright .copyright_inner {
    max-width: 1743px;
    margin: 0 auto;
    position: relative;
  }
  footer .copyright .copyright_inner p {
    font-size: 1.2rem;
    text-align: right;
    width: 1020px;
    margin: 0 auto;
    padding: 18px 0;
    color: #fff;
    letter-spacing: 0.12em;
  }
  footer .copyright .copyright_inner::before {
    content: "";
    height: 100%;
    width: 1px;
    border-left: 1px solid rgba(170, 170, 170, 0.15);
    position: absolute;
    bottom: 0;
    left: 100px;
    box-sizing: border-box;
  }
  footer .copyright .copyright_inner::after {
    content: "";
    height: 100%;
    width: 1px;
    border-right: 1px solid rgba(170, 170, 170, 0.15);
    position: absolute;
    bottom: 0;
    right: 100px;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 1181px) {
  /******************************/
  /******************************/
  header {
    background: #fff;
    z-index: 999;
    width: 100%;
    display: flex;
    position: fixed;
    height: 110px;
    padding-left: 60px;
    box-sizing: border-box;
  }
  header .wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  header .wrapper .logo_area {
    display: flex;
    align-items: center;
  }
  header .wrapper .logo_area img {
    width: 250px;
    height: auto;
  }
  header .wrapper .header_contents {
    display: flex;
    width: 100%;
    margin-left: 90px;
    justify-content: end;
  }
  header .wrapper .header_contents nav {
    width: 100%;
    max-width: 500px;
    display: flex;
  }
  header .wrapper .header_contents nav .header_link_wrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  header .wrapper .header_contents nav .header_link_wrap li a {
    font-size: 1.6rem;
    letter-spacing: 0.12em;
    color: #666;
  }
  header .wrapper .header_contents nav .header_link_wrap li a.active {
    color: #3da66c;
    font-weight: 500;
  }
  header .wrapper .header_contents nav .header_link_wrap li a:hover {
    opacity: 0.5;
  }
  header .wrapper .header_contents .contact_wrap {
    width: 435px;
    margin-left: 60px;
    display: flex;
  }
  header .wrapper .header_contents .contact_wrap .tel_area {
    background: #f7f7f7;
    padding: 22px 30px 25px;
    color: #333;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    width: 285px;
    pointer-events: none;
  }
  header .wrapper .header_contents .contact_wrap .tel_area .text {
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin: 0 0 7px 25px;
  }
  header .wrapper .header_contents .contact_wrap .tel_area .number {
    font-size: 2.5rem;
    display: flex;
    align-items: end;
    font-weight: 600;
    letter-spacing: 0.12em;
    margin-bottom: 6px;
    white-space: nowrap;
  }
  header .wrapper .header_contents .contact_wrap .tel_area .number img {
    width: 20px;
    height: auto;
    margin: 0 10px 1px 0;
  }
  header .wrapper .header_contents .contact_wrap .tel_area .time {
    font-size: 1.2rem;
    margin-left: 25px;
    letter-spacing: 0.1em;
  }
  header .wrapper .header_contents .contact_wrap .mail_area {
    background: #3da66c;
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 25px 0 20px;
    justify-content: space-between;
    align-items: center;
    width: 150px;
    letter-spacing: 0.05em;
  }
  header .wrapper .header_contents .contact_wrap .mail_area img {
    width: 33px;
    height: auto;
    margin-bottom: 12px;
  }
  header .wrapper .header_contents .contact_wrap .mail_area .en {
    font-size: 1.2rem;
    margin-bottom: 3px;
    letter-spacing: 0.12em;
  }
  header .wrapper .header_contents .contact_wrap .mail_area p {
    font-size: 1.4rem;
    letter-spacing: 0.12em;
  }
}

@media screen and (min-width: 1181px) and (max-width: 1393px) {
  header .wrapper .header_contents {
    margin-left: 25px;
  }
  header .wrapper .header_contents .contact_wrap {
    margin-left: 22px;
  }
}

@media screen and (min-width: 835px) and (max-width: 1180px) {
  header {
    background: #fff;
    width: 100%;
    height: 110px;
    box-sizing: border-box;
    display: flex;
    position: fixed;
    padding: 19px 38px 19px 60px;
    z-index: 999;
  }
  header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  header .wrapper .logo_area {
    display: flex;
    align-items: center;
  }
  header .wrapper .logo_area img {
    width: 250px;
    height: auto;
  }
  header .wrapper #sp_button {
    display: block;
    width: 30px;
    height: 25px;
    position: relative;
    cursor: pointer;
  }
  header .wrapper #sp_button span {
    width: 30px;
    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 {
    height: 30px;
  }
  header .wrapper #sp_button.active span {
    width: 100%;
  }
  header .wrapper #sp_button.active span:nth-of-type(1) {
    transform: rotate(45deg) translateY(-50%);
    top: 16px;
    left: -1px;
  }
  header .wrapper #sp_button.active span:nth-of-type(2) {
    transform: rotate(-45deg) translateY(-50%);
    bottom: 12px;
  }
  header .wrapper .header_contents {
    display: none;
    position: fixed;
    top: 110px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 10px 40px 0;
    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 span.sp {
    display: block;
  }
  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: 200px;
  }
  header .wrapper .header_contents .contact_wrap .tel_area {
    background: #f7f7f7;
    padding: 16px 0;
    width: 100%;
    display: block;
    margin-bottom: 25px;
    pointer-events: none;
  }
  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 .tel_area .time .sp {
    display: inline-block;
  }
  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;
  }
  header .pc {
    display: none;
  }
}
