/*--------------------------------------
            main style start
--------------------------------------*/
/*
*{
    outline: 2px red solid;
}
*/
.mv2 {
    position: relative;
    margin-top: -85px;
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/img2.jpg) center center no-repeat;
    background-size: cover;
}
.big {
    font-size: 20px;
}

body, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    font-family: 'Noto Serif JP', serif;
    color: #000000;
}
p {
    line-height: 1.8;
    font-weight: 400;
}
a:hover {
    opacity: 0.5;
}
.none {
    opacity: 0;
    overflow: hidden;
}
.button {
    width: 300px;
    padding: 15px;
    background: #ffffff;
    border: 1px solid #000000;
    text-align: center;
    color: #000000;
    margin: 30px auto 0;
}
.button:hover {
    color: #7c7c7c;
}
h1 {
    font-weight: 400;
    font-size: 27px;
    letter-spacing: 5px;
    color: #000000;
}
h2 {
    letter-spacing: 5px;
    font-weight: 400;
}
h3 {
    font-weight: 400;
    font-size: 20px;
}
h4 {
    font-weight: 400;
    font-size: 16px;
}
/*--------------------------------------
            main style end
--------------------------------------*/
img.logo_head {
    height: 55px;
}
h2.text-white {
    letter-spacing: 5px;
    font-weight: 400;
}
.mv {
    height: 90vh;
}
.background {
    position: absolute;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    top: 0;
}
.mv_img img {
    position: absolute;
    height: 40vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.mv_img {
    opacity: 0;
    visibility: hidden;
    transform: translateY(2%);
    transition: opacity 2s,visibility 2s, transform 2s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.mv_img.load {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
}
.nav_head {
    background: #ffffff;
}
a.navbar-brand h2 {
    letter-spacing: 5px;
    font-weight: 400;
}
.active {
    border-bottom: 1px solid #000000;
}
.nav_head {
    opacity: 1;
}
.main_text {
    font-weight: 400;
} 
#jirei {
    background: #eeeeee;
}
h2.news_ttl {
    text-align: center;
}
div#news span {
    display: block;
    font-size: 12px;
}
div#news li {
    list-style: none;
    padding: 25px 15px;
    line-height: 1.8;
    border-bottom: 1px dashed #333333;
}
div#news ul {
    max-width: 900px;
    margin: 30px auto;
}
#news li:first-child {
    border-top: 1px dashed #333333;
}
div#about, #news, #jirei {
    padding: 150px 0;
}
.btn-primary {
    color: #ffffff;
    background-color: #333333;
    border-color: #333333;
}
div#news li a {
    color: #316fcc;
    text-decoration: underline;
}
section#jirei_content {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}
.jirei_box {
    width: 29%;
    margin: 2%;
}
.jirei_thum img {
    width: 100%;
    height: auto;
    margin: auto;
    border: 3px solid #000000;
}
.jirei_meta span {
    font-size: 12px;
}
.jirei_meta {
    text-align: center;
    padding: 10px;
    line-height: 1.2;
}
.jirei_meta h3 {
    margin: 5px 0;
}
.jirei_meta a {
    display: block;
    padding: 10px 20px;
    width: 220px;
    background: #333333;
    color: #ffffff;
    font-size: 14px;
    margin: 15px auto 0;
    text-align: center;
}
.footer {
    background: #333333;
}
.copyright {
    color: #ffffff;
    font-size: 12px;
    text-align: center;
}
.fotter_left {
    color: #ffffff;
}
.fotter_left h2 {
    color: #ffffff;
    letter-spacing: 1px;
}
.fotter_area {
    padding: 50px 0;
    display: flex;
    align-items: start;
    justify-content: space-around;
}
.fotter_right a {
    color: #ffffff;
    line-height: 2.2;
}
.fotter_right li {
    list-style: none;
}
.about_img {
    text-align: center;
}
.fotter_right ul {
    padding-left: 0;
}
.about_img img {
    max-height: 700px;
}
.hero-header {
    padding-top: 0;
    padding-bottom: 0;
}
/*--------------------------------------
            page style start
--------------------------------------*/
.contant_page {
    padding-bottom: 150px;
}
.content_pad {
    padding: 100px 0;
}
#main_content h2 {
    text-align: center;
    margin-bottom: 70px;
}
#page .mv {
    height: 40vh;
}
#page .mv_img h2 {
    color: #ffffff;
    font-size: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#page .mv h2 {
    color: #333333;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    font-size: 50px;
    letter-spacing: 12px;
}
#page .hero-header {
    background: #cccccc;
}
#page .background {
    background: none;
}
dl.table_dl dt, dl.table_dl dd {
    font-size: 18px;
    font-weight: 400;
    padding: 40px 0;
    border-bottom: 1px solid #e6e6e6;
}
dl.table_dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
dl.table_dl dt {
    width: 30%;
    letter-spacing: 10px;
}
dl.table_dl dd {
    width: 70%;
    margin-bottom: 0;
}
.comp_img {
    width: 100%;
    height: 600px;
    background-image: url(../img/company.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.work_area_wrap {
    display: flex;
    align-items: center;
}
.work_area_left, .work_area_right {
    width: 44%;
    margin: 3%;
}
.work_area_left img {
    width: 100%;
}
.ceo_cont span, .person_cont span {
    display: block;
    font-size: 12px;
}
.ceo_cont p, .person_cont p {
    letter-spacing: 5px;
    font-size: 18px;
}
.ceo_area_wrap, .person_area_wrap {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.person_area {
    background: #eeeeee;
    padding-bottom: 150px;
}
.person_cont img {
    max-width: 175px;
    margin: auto;
}
.person_cont {
    margin: 0 0 15px;
}
.contact_box h2 span {
    position: relative;
}
body#page .contact_box h2 {
    margin-bottom: 30px;
}
.contact_box h2 span::after {
    content: "";
    width: 150px;
    height: 1px;
    background: #000000;
    display: block;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    left: 200%;
}
.contact_box h2 span::before {
    content: "";
    width: 150px;
    height: 1px;
    background: #000000;
    display: block;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    right: 200%;
}
#main_content h2 {
    text-align: center;
    margin-bottom: 70px;
}
p.tel {
    font-size: 50px;
    text-align: center;
}
p.mail {
    font-size: 40px;
    text-align: center;
}
p.mail img {
    max-width: 500px;
    width: 100%;
}
span.bold {
    font-weight: bold;
}
.flow_ttl h3 {
    letter-spacing: 5px;
}
.flow_box {
    display: table;
    border: 1px solid #333333;
    position: relative;
}
.flow_ttl h3 {
    letter-spacing: 5px;
    background: #333333;
    color: #ffffff;
    padding: 15px 0;
}
.flow_img img {
    width: 250px;
    border: 3px solid #ffffff;
}
.flow_ttl span {
    padding-left: 285px;
}
.flow_txt p {
    padding: 20px 15px 20px 300px;
    margin-bottom: 0;
}
.flow_img {
    position: absolute;
    top: 10px;
    left: 15px;
}
.flow_box {
    display: table;
    border: 1px solid #333333;
    position: relative;
    width: 100%;
    min-height: 210px;
}
artcle.flow::after {
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    background-image: url(../img/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 50px auto;
}
artcle.flow:last-child::after {
    content: none;
}
.ceo_cont img, .person_cont img {
    width: 200px;
}
.sns {
    padding: 50px 0 0;
    text-align: center;
}
.sns img {
    max-width: 280px;
    display: block;
    margin: auto;
    border: 5px double #000000;
    padding: 5px 20px;
}
.sns p {
    margin-bottom: 20px;
}
.jirei_page_img {
    display: flex;
    flex-wrap: wrap;
}
.jirei_page_img img {
    width: calc(50% - 20px);
    margin: 10px;
}
.jirei_page_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.work_box {
    display: flex;
    flex-wrap: wrap;
}
.work_txt {
    padding-left: 20px;
}
.work_txt h3 {
    margin: 0 0 15px 0;
    font-size: 22px;
}
.work_txt p {
    line-height: 1.7;
}
.work_thum img {
    width: 350px;
}
.work_wrap {
    width: 100%;
    padding: 35px 0;
    display: flex;
    border-bottom: 1px solid #e8e8e8;
}
.work_wrap:first-child {
    border-top: 1px solid #e8e8e8;
}

/*--------------------------------------
            hamburger style start
--------------------------------------*/
.l-header {
    display: block;
    z-index: 99999;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 65px;
    background: #fff;
    box-shadow: 0 0 5px 0 #858585;
}
  .c-hamburger {
    position: relative;
    width: inherit;
    height: inherit;
    margin: 0;
    border: 1px solid #000000;
    background: #000000;
    cursor: pointer;
  }
  .c-hamburger span {
    display: block;
    position: relative;
    left: 50%;
    width: 30px;
    height: 2px;
    transform: translateX(-50%);
    background: #fff;
    transition: all 0.4s;
  }
  .c-hamburger span:nth-of-type(1) {
    top: -12px;
  }
  .c-hamburger span:nth-of-type(2) {
    top: -7px;
  }
  .c-hamburger span:nth-of-type(3) {
    top: -1px;
  }
  .c-hamburger .c-hamburger__text {
    display: block;
    top: 10px;
    background: transparent;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
  }
  .c-hamburger.is-active span:nth-of-type(1) {
    top: 0;
    transform: translateX(-50%) rotate(225deg);
  }
  .c-hamburger.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .c-hamburger.is-active span:nth-of-type(3) {
    top: -4px;
    transform: translateX(-50%) rotate(-225deg);
  }
  .p-header__nav {
    display: flex;
    z-index: 10;
    position: absolute;
    top: 0;
    right: -100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background: transparent;
    font-weight: 700;
    opacity: 0;
  }
  li.p-nav__item a {
    color: #333333;
    font-weight: 500;
}

  @media screen and (min-width:992px) {
    .p-header__nav {
      position: static;
      height: 100%;
      opacity: initial;
      align-items: flex-end;
    }
  }
  .p-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: inherit;
    padding: 13px 20px;
  }
  .p-header__title {
    width: 100%;
    max-width: 150px;
    line-height: 1;
    margin-bottom: 0;
  }
  .p-header__title a {
    display: block;
    width: 100%;
    height: auto;
  }
  .p-header__hamburger {
    z-index: 100;
    position: absolute;
    top: 0;
    right: 0;
    width: 95px;
    height: 100%;
  }
  @media screen and (min-width:992) {
    .p-header__hamburger {
      display: none;
    }
  }
  
  .p-header__nav.is-active {
    position: fixed;
    top: 0;
    right: 0;
    background: url(../img/img2_touka.jpg) center center no-repeat;
    background-size: auto 100%;
    opacity: 1;
    transition: 0.6s;
  }
  
  .p-nav {
    padding-top: 0;
    padding-bottom: 0;
  }
  @media screen and (min-width:992px) {
    .p-nav {
      padding-top: 16px;
      padding-bottom: 16px
    }
  }
  .p-nav__list {
    display: block;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  
  @media screen and (min-width:992px) {
    .p-nav__list {
      display: flex;
      background: #fff;
      padding-right: 0;
    }
  }
  
  .p-nav__item {
    position: relative;
    width: 100%;
  }
  
  .p-nav__link {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
    text-align: center;
  }
  .btn-primary:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}
.btn-primary {
    position: fixed;
    bottom: 30px;
    right: 30px;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    box-shadow: none;
}
/*--------------------------------------
            hamburger style end
--------------------------------------*/

/*--------------------------------------
            responsive style start
--------------------------------------*/
@media (min-width: 992px) {
    .p-header {
        display: none;
    }
}
@media (max-width: 1400px) {
    .container {
        width: 90%;
    }
}
@media (max-width: 1200px) {
    .container {
        max-width: 1140px;
        width: 90%;
    }
}
@media (max-width: 992px) {
    .nav_head {
        display: none;
    }
    #page .mv h2 {
        font-size: 40px;
        width: 90%;
        text-align: center;
    }
    #page .hero-header {
        margin-top: -20px;
    }
}
@media (max-width: 768px) {
    .container {
        width: 95%;
    }
    .mv_img img {
        height: auto;
        width: 60%;
    }
    h3 {
        font-size: 16px;
    }
    .jirei_meta a {
        display: block;
        padding: 10px;
        width: 100%;
        background: #333333;
        color: #ffffff;
        font-size: 12px;
        margin: 15px auto 0;
    }
    .jirei_box {
        width: 48%;
        margin: 4% 1%;
    }
    .jirei_meta {
        text-align: left;
        padding: 5px;
    }
    .contact_box h2 span::before {
        content: "";
        width: 100px;
        right: 150%;
    }
    .contact_box h2 span::after {
        content: "";
        width: 100px;
        left: 150%;
    }
}
@media (max-width: 576px) {
    .contant_page {
        padding-bottom: 60px;
    }
    h4 {
        font-weight: 200;
        font-size: 15px;
    }
    .container {
        width: 100%;
    }
    .content_pad {
        padding: 60px 0;
    }
    div#about, #news, #jirei {
        padding: 60px 0;
    }
    .fotter_area {
        padding: 50px 0 30px;
        display: flex;
        align-items: start;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .fotter_left {
        margin-bottom: 30px;
    }
    .fotter_left, .fotter_right {
        width: 100%;
    }
    dl.table_dl dt {
        width: 100%;
        padding: 15px 0 0;
        letter-spacing: 1px;
    }
    dl.table_dl dt, dl.table_dl dd {
        border-bottom: none;
    }
    dl.table_dl dd {
        width: 100%;
        margin-bottom: 0;
        padding: 15px 15px 15px 15px;
        border-bottom: 1px solid #eeeeee;
        font-size: 16px;
    }
    dl.table_dl dt::before {
        content: "-";
        padding: 0 5px 0 0;
    }
    dl.table_dl dt::after {
        content: "-";
        padding: 0 0 0 5px;
    }
    #page .mv h2 {
        font-size: 33px;
        letter-spacing: 10px;
    }
    .comp_img {
        height: 400px;
        background-attachment: unset;
    }
    .work_area_left, .work_area_right {
        width: 94%;
        margin: 0 3% 3%;
    }
    .work_area_wrap {
        flex-wrap: wrap;
    }
    .ceo_cont, .person_cont {
        margin: 0 5px 10px;
    }
    .ceo_area_wrap, .person_area_wrap {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .person_cont img, .ceo_cont img {
        max-width: 150px;
    }
    .person_cont p, .ceo_cont p {
        margin-bottom: 0;
    }
    .ceo_cont span, .person_cont span {
        font-size: 12px;
        line-height: 1;
    }
    .person_area {
        background: #eeeeee;
        padding-bottom: 60px;
    }
    .contact_box h2 span::before {
        content: "";
        width: 75px;
        right: 120%;
    }
    .contact_box h2 span::after {
        content: "";
        width: 75px;
        left: 120%;
    }
    p.tel {
        font-size: 33px;
        text-align: center;
    }
    .flow_img {
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
    }
    .flow_ttl span {
        padding-left: 15px;
    }
    .flow_txt p {
        padding: 10px 15px 15px;
    }
    artcle.flow::after {
        margin: 30px auto;
    }
    .jirei_page_img img {
        width: calc(100% - 10px);
        margin: 5px;
    }
    .work_wrap {
        padding: 25px 0 5px;
        flex-wrap: wrap;
    }
    .work_txt {
        padding-left: 0;
    }
    .work_txt h3 {
        margin: 25px 0 20px 0;
        text-align: center;
    }
    .work_txt p {
        line-height: 1.6;
    }
    .jirei_meta h3 {
        margin: 5px 0;
        line-height: 1.5;
    }
    .work_thum {
        margin: auto;
    }
}
/*--------------------------------------
            responsive style end
--------------------------------------*/