/* ttl */
.ttl-contact,
.ttl-check,
.ttl-thanks,
.ttl-about,
.ttl-prof,
.ttl-work,
.ttl-concept,
.ttl-news{
    color: #0b3775;
    font-size: 3.0rem;
    font-weight: bold;
    text-align: center;
    margin: 80px 0;
}

.ttl-contact::after{
    color: #e5e645;
    content: "Contact Us";
    display: block;
    font-size: 1.6rem;
    margin: 20px auto 0;
}
.ttl-about::after{
    color: #e5e645;
    content: "About us";
    display: block;
    font-size: 1.6rem;
    margin: 20px auto 0;
}
.ttl-prof::after{
    color: #e5e645;
    content: "Profile";
    display: block;
    font-size: 1.6rem;
    margin: 20px auto 0;
}
.ttl-work::after{
    color: #e5e645;
    content: "Work";
    display: block;
    font-size: 1.6rem;
    margin: 20px auto 0;
}
.ttl-concept::after{
    color: #e5e645;
    content: "Concept";
    display: block;
    font-size: 1.6rem;
    margin: 20px auto 0;
}
.ttl-news::after{
    color: #e5e645;
    content: "News";
    display: block;
    font-size: 1.6rem;
    margin: 20px auto 0;
}

.ttl-check{margin: 80px 0 20px;}

.check-cap{
    text-align: center;
    line-height: 1.6;
    margin-bottom: 80px;
}
.pc-mainimg {
    width: 100%;
}
.contents_block {
    margin: 0 auto;
    padding: 50px 0;
    position: relative;
}
.pc-mainimg .contents_block_right {
    position: relative;
    left: 50%;
}
.pc-mainimg .contents_block_left {
    height: 798px;
    position: absolute;
    top: 0;
    left: 0;
}

.contents_block_left,
.contents_block_right {
    width: 50%;
}

.contents_img {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.pc-mainimg .contents_img div {
    background-image: url(/img/img-pc-main.jpg);
}
.contents_img div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.contents_textarea {
    display: table;
    width: 425px;
    height: 100%;
    margin: 0 auto;
}
.contents_textarea > div {
    display: table-cell;
    width: 100%;
    vertical-align:middle;
}
.contents_textarea .contents_text {
    font-weight: bold;
    line-height: 1.6;
    text-align: left;
    width: 100%;
}
.contents_logo img{
    width: 100%;
    height: auto;
}
.contents_logo{
    margin-bottom: 30px;
    width: 70%;
}

.clear {
    clear: both;
}


/* concept  */
.concept > div{
    text-align: center;
}
.concept > div p{
    line-height: 2.2;
}

/* sp-mainimg */
.sp-mainimg{display: none;}

/* work */
#work h3{
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
#work h3 + p{
    text-align: center;
    margin-bottom: 80px;
}
.work-content li{
    display: flex;
}
.work-content li:not(:nth-child(3)){
    margin-bottom: 160px;
}
.work-content li:nth-child(2) .work-text{
    margin-right: 40px;
}
.work-content .work-img{
    width: 40%;
}
.work-content img{
    width: 100%;
    height: auto;
}
.work-content .work-text{
    line-height: 1.6;
    margin-left: 40px;
    width: 55%;
}
.work-content li h4{
    border-bottom: 1px solid #e5e645;
    font-size: 3.0rem;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.work-content li h4 span{
    font-size: 4.0rem;
}

/* subwork */

.subwork{
    background-color: #fffff4;
}
.subwork ul{
    display: flex;
    line-height: 1.6;
    justify-content: space-between;
}
.subwork ul li{
    width: 30%;
    display: flex;
    flex-direction: column;
    align-content: space-between;
}
.subwork ul li:nth-child(2) h5,
.subwork ul li:nth-child(3) h5{
    transform: translateY(29%) translateX(0%);
    -webkit-transform: translateY(29%) translateX(0%);
}

.subwork li div{
    margin-bottom: 20px;
}
.subwork img{
    width: 100%;
    height: auto;
}
.subwork h5{
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    height: 60px;
    margin-bottom: 20px;
}

/* prof */

#prof dl{
    display: flex;
    justify-content: space-around;
}
#prof dt p{
    font-size: 3.0rem;
    position: relative;
}
#prof dt p::after{
    content: "";
    background: url(/img/img-name.png) no-repeat;
    background-size: contain;
    padding: 2.6rem 10rem;
    position: absolute;
    top:30px;
    left: 0;
}
#prof ul li{
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}

/* about */
#about{
    background: #f5f9ff;
}
#about table {
    border-collapse: collapse;
    margin: 0 auto;
    width: auto;
    text-align: center;
  }

.tbl-head {
font-weight: 400;
line-height: 2;
padding-right: 20px;
padding-left: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
vertical-align: top;
}

.tbl-data {
line-height: 2;
  padding-right: 40px;
  padding-left: 105px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}

a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}

#about tr .tbl-head,
#about tr .tbl-data{
border-bottom: 1px solid #dcdcdc;
}

/* news */

#news ul{
    display: flex;
    justify-content: space-evenly;
}

#news h2 + p{
    text-align: center;
    margin-bottom: 40px;
}
#news a{
    color: #0b3775;
    background: url(/img/ico-arrow-top-b.png) no-repeat #e5e645;
    background-position: 88% 50%;
    display: block;
    font-size: 4.0rem;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    transition: ease-in .3s;
    padding: 30px 90px 30px 70px;
}
  #news a:hover {
      color: #fff;
      background: url(/img/ico-arrow-top-w.png) no-repeat #0b3775;
      background-position: 88% 50%;
  }
#news ul li:nth-child(1){text-align: center;}

.facebook-area{
    width: 500px;
}

/* contact */
#formWrap{
    margin: 0 auto;
    width: 84.375%;
    max-width: 1120px;
}
#formWrap table{
    width: 100%;
}

#formWrap table tr{
    border-bottom: 1px solid #eee;
}
#formWrap table th,
#formWrap table td{
    padding: 40px 0;
}
#formWrap table td{
    width: 70%;
}
#formWrap table th{
    font-weight: bold;
    text-align: left;
    width: 30%;
}
#formWrap input[type="text"]{
width: 94%;
border: 1px solid #ccc;
padding: 15px 20px;
}
#formWrap input[type="tel"]{
    border: 1px solid #ccc;
    padding: 15px 20px;
    }
#formWrap textarea{
   border: 1px solid #ccc;
   height: calc( 30px + 1.5em * 10);
   padding: 20px;
   width: 94%;
}
#formWrap label{
    display: inline-block;
    margin-bottom: 10px;
}
#formWrap label:nth-child(odd){
    margin-right: 20px;
}

#formWrap .contact-text{
    vertical-align: top;
}

.required::before{
    content: "必須";
    color: #fff;
    background-color: #e67a45;
    padding: 5px 10px;
    margin-right: 20px;
}
.any::before{
    content: "任意";
    color: #fff;
    background-color: #aaa;
    padding: 5px 10px;
    margin-right: 20px;
}

.btn-submit{
    text-align: center;
    font-size: 2.2rem;
}

.btn-submit input {
    background: url(/img/ico-arrow-b.png) no-repeat #e5e645;
    background-position: 70% 50%;
    color: #0b3775;
    display: inline-block;
    font-weight: bold;
    height: 74px;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
    transition: ease-in .3s;
    margin: 80px 0 160px;
    width: 448px;
  }
  .btn-submit input:hover {
      background: url(/img/ico-arrow-w.png) no-repeat #0b3775;
      background-position: 70% 50%;
      color: #fff;
    }


/* error */
.err{
    margin: 0 auto;
    width: 84.375%;
    max-width: 1120px;
}

.err h4{
    text-align: center;
    margin: 160px 0 80px;
}

/* thanks */
.btn-thanks{
    text-align: center;
    font-size: 2.2rem;
}

.btn-thanks a {
    background: url(/img/ico-arrow-b.png) no-repeat #e5e645;
    background-position: 70% 50%;
    color: #0b3775;
    display: inline-block;
    font-weight: bold;
    height: 74px;
    text-align: center;
    text-decoration: none;
    line-height: 72px;
    transition: ease-in .3s;
    margin: 80px 0 160px;
    width: 448px;
  }
  .btn-thanks a:hover {
      background: url(/img/ico-arrow-w.png) no-repeat #0b3775;
      background-position: 70% 50%;
      color: #fff;
    }

    .thanks-cap{
        text-align: center;
        line-height: 1.6;
    }