@charset "UTF-8";
/* Normal:300 Medium:500 Bold:700 */
/* Regular:400 Demi:600 */
/* B:600 */
/* M:500 */
/* structure
----------------------------------------------------------------------*/
html, body {
  overflow-x: hidden; }

html {
  font-size: 62.5%;
  /* html入力枠用設定 */ }

body {
  width: 100%;
  color: #000;
  font-size: 13px;
  -webkit-text-size-adjust: 100%;
  font-family: source-han-sans-japanese, sans-serif !important;
  font-weight: 300;
  font-style: normal;
  line-height: 2.0em;
  letter-spacing: 0.1em;
  text-align: left; }

@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
    line-height: 1.7em;
    letter-spacing: 0.1em; } }
@media print {
  body {
    width: 1000px;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0; } }
input::placeholder {
  color: #A0A0A0; }

textarea::placeholder {
  color: #A0A0A0; }

/* IE */
input:-ms-input-placeholder {
  color: #A0A0A0; }

textarea:-ms-input-placeholder {
  color: #A0A0A0; }

/* Edge */
input::-ms-input-placeholder {
  color: #A0A0A0; }

textarea::-ms-input-placeholder {
  color: #A0A0A0; }

/* 携帯以外の電話リンク無効 */
a[href^="tel:"] {
  color: #000; }

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none; } }
/* Scrollup */
#scrollUp {
  background: url("../images/common/pagetop.png") left top no-repeat;
  background-size: contain;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  transition: all 0.3s ease 0s; }

@media screen and (max-width: 767px) {
  #scrollUp {
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px; } }
/* dl */
dl {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

/* 非表示 */
body h1 {
  display: none; }

.disno {
  display: none; }

.sp {
  display: none; }

@media screen and (max-width: 767px) {
  .pc {
    display: none; }

  .sp {
    display: block; } }
/*--------------------------------------------------*/
#wrapper {
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden; }

.columnarea {
  display: flex;
  display: -webkit-flex;
  width: 950px;
  margin: 0 auto 50px auto;
  padding-top: 35px;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

/* header
--------------------------------------------------*/
.h_area {
  position: relative;
  width: 100%;
  height: 190px;
  background: url("../images/header/bg.jpg") left center no-repeat;
  background-size: cover; }
  .h_area header {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 950px;
    height: 90px;
    transform: translateX(-50%);
    z-index: 3; }
    .h_area header dl {
      width: 100%; }
      .h_area header dl dt {
        width: 344px; }
        .h_area header dl dt p {
          color: #FFF;
          font-size: 17px;
          line-height: 1.4em;
          text-align: left;
          margin-bottom: 6px; }
      .h_area header dl dd {
        width: 240px; }
        .h_area header dl dd h3 {
          color: #FFF;
          font-size: 15px;
          font-family: dnp-shuei-mincho-pr6, sans-serif;
          line-height: 1.4em;
          text-align: center;
          margin-bottom: 3px; }
        .h_area header dl dd a {
          display: block;
          width: 100%; }
          .h_area header dl dd a p.tel {
            color: #FFF;
            font-size: 32px;
            font-family: din-2014, sans-serif;
            font-weight: 600;
            line-height: 1.0em;
            text-align: center;
            background: url("../images/common/tel.png") left center no-repeat;
            background-size: 28px 28px;
            margin-bottom: 5px;
            padding-left: 30px; }
  .h_area nav {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    height: 84px;
    padding: 13px 0;
    z-index: 4; }
    .h_area nav ul {
      display: flex;
      display: -webkit-flex;
      width: 950px;
      height: 58px;
      background: url("../images/navi/bg.gif") left top repeat-x;
      background-size: auto 58px;
      margin: 0 auto;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      .h_area nav ul li {
        width: 158px;
        height: 58px;
        text-align: center;
        padding: 8px 0 0 0; }
        .h_area nav ul li a {
          position: relative;
          display: block;
          width: 100%;
          height: 50px;
          color: #4D4C44;
          font-size: 16px;
          font-weight: 500;
          line-height: 1.3em;
          transition: all 1s;
          z-index: 1; }
          .h_area nav ul li a span {
            display: block;
            color: #F39800;
            font-size: 11px;
            font-family: din-2014, sans-serif;
            font-weight: 400;
            line-height: 1.3em;
            margin: 5px 0 0 0; }
        .h_area nav ul li a::before {
          position: absolute;
          left: 0;
          bottom: 0;
          content: '';
          width: 100%;
          height: 7px;
          background: url("../images/navi/over.gif") left bottom repeat-x;
          background-size: auto 7px;
          z-index: 2;
          transform-origin: center center;
          transform: scale(0, 1);
          transition: transform .3s; }
        .h_area nav ul li a:hover::before {
          transform: scale(1, 1); }
        .h_area nav ul li a:hover {
          opacity: 1; }

body#top li#n_top a, body#news li#n_news a, body#about li#n_company a, body#service li#n_service a, body#work li#n_works a, body#contact li#n_contact a {
  background: url("../images/navi/over.gif") left bottom repeat-x;
  background-size: auto 7px; }

#top .h_area {
  position: relative;
  width: 100%;
  height: 750px;
  background: none; }
  #top .h_area .topimage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/top/topphoto.jpg") left bottom no-repeat;
    background-size: cover;
    padding-top: 130px;
    z-index: 1; }
    #top .h_area .topimage h2 {
      width: 950px;
      color: #1F2A67;
      font-size: 39px;
      font-family: dnp-shuei-ymincho-std, sans-serif;
      line-height: 1.5em;
      text-align: right;
      margin: 0 auto; }

#top nav {
  background-color: #1F2A67; }

@media screen and (min-width: 1270px) {
  #top .h_area .topimage {
    background: url("../images/top/topphoto.jpg") center center no-repeat;
    background-size: cover; } }
/* footer
--------------------------------------------------*/
footer {
  width: 100%;
  background: url("../images/footer/bg.gif") center top repeat-x;
  background-size: contain;
  padding: 25px 0; }
  footer dl {
    width: 950px;
    margin: 0 auto; }
    footer dl dt {
      width: 290px; }
      footer dl dt h2 {
        width: 282px;
        height: 55px;
        color: #1F2A67;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.0em;
        background: url("../images/footer/logo.png") left bottom no-repeat;
        background-size: 282px auto;
        margin-bottom: 10px; }
        footer dl dt h2 span {
          display: none; }
      footer dl dt p {
        color: #4D4C44;
        font-size: 13px;
        line-height: 1.4em;
        margin-bottom: 7px; }
      footer dl dt p.tel {
        width: 100%;
        height: 38px;
        color: #000;
        font-size: 38px;
        font-family: din-2014, sans-serif;
        font-weight: 600;
        line-height: 1.0em;
        background: url("../images/common/tel.png") left center no-repeat;
        background-size: 35px 35px;
        margin-bottom: 5px;
        padding-left: 42px; }
    footer dl dd {
      width: 530px; }
      footer dl dd ul {
        display: flex;
        display: -webkit-flex;
        width: 100%;
        margin-bottom: 25px;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between; }
        footer dl dd ul li {
          width: 110px; }
          footer dl dd ul li a.bigtxt {
            display: block;
            color: #4D4C44;
            font-size: 13px;
            font-weight: 700;
            line-height: 1.4em;
            margin-top: 15px; }
          footer dl dd ul li a.bigtxt::before {
            content: '▶︎';
            color: #F39800; }
          footer dl dd ul li a.bigtxt:first-child {
            margin-top: 0; }
          footer dl dd ul li a.smalltxt {
            display: block;
            color: #4D4C44;
            font-size: 12px;
            font-weight: 300;
            line-height: 1.4em;
            margin-top: 5px; }
          footer dl dd ul li a.smalltxt::before {
            content: '▪'; }
      footer dl dd p.copyright {
        width: 100%;
        color: #4D4C44;
        font-size: 11px;
        font-family: din-2014, sans-serif;
        font-weight: 400;
        line-height: 1.4em;
        text-align: right; }

/* sidebar
--------------------------------------------------*/
.sidebar {
  width: 200px; }
  .sidebar h3 {
    width: 100%;
    height: 33px;
    background: url("../images/sidebar/tl_sidebar.png") top left no-repeat;
    background-size: contain;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px; }
  .sidebar .i_box {
    width: 100%;
    color: #4D4C44;
    background: url("../images/sidebar/bg.gif") top left repeat-x;
    background-size: contain;
    border-right: 1px solid #4D4C44;
    border-bottom: 1px solid #4D4C44;
    border-left: 1px solid #4D4C44;
    padding: 10px 8px; }
    .sidebar .i_box p.tel {
      color: #4D4C44;
      font-size: 23px;
      font-family: din-2014, sans-serif;
      font-weight: 600;
      line-height: 1.0em;
      text-align: left;
      background: url("../images/common/tel.png") left center no-repeat;
      background-size: 23px 23px;
      margin-bottom: 5px;
      padding-left: 27px; }
    .sidebar .i_box p.tx_time {
      font-size: 12px;
      line-height: 14px;
      margin-bottom: 8px; }
      .sidebar .i_box p.tx_time span {
        display: block;
        width: 56px;
        height: 15px;
        color: #FFF;
        font-size: 11px;
        font-weight: 700;
        background-color: #4CB234;
        line-height: 15px;
        letter-spacing: 0.05em;
        text-align: center;
        margin-right: 7px;
        float: left; }
    .sidebar .i_box p.tx_contact {
      color: #4D4C44;
      font-size: 13px;
      font-weight: 700;
      line-height: 1.4em;
      letter-spacing: 0.05em;
      text-align: left;
      margin-bottom: 5px;
      clear: left; }
  .sidebar ul.bannerarea {
    width: 100%; }
    .sidebar ul.bannerarea li {
      margin-top: 5px; }

/* カラム共通
--------------------------------------------------*/
/* タイトル画像 */
.titlephoto {
  width: 100%;
  height: 200px;
  margin: 0 auto; }
  .titlephoto h2 {
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    line-height: 200px;
    letter-spacing: 0.35em;
    text-shadow: 0px 0px 20px #000;
    text-align: center; }

body#about .titlephoto {
  background: url("../images/about/titlephoto.jpg") center center no-repeat;
  background-size: cover; }

body#service .titlephoto {
  background: url("../images/service/titlephoto.jpg") center center no-repeat;
  background-size: cover; }

body#work .titlephoto {
  background: url("../images/work/titlephoto.jpg") center center no-repeat;
  background-size: cover; }

body#news .titlephoto {
  background: url("../images/news/titlephoto.jpg") center center no-repeat;
  background-size: cover; }

body#contact .titlephoto {
  background: url("../images/contact/titlephoto.jpg") center center no-repeat;
  background-size: cover; }

/* 見出し */
.topcontents {
  width: 720px; }
  .topcontents h3 {
    width: 100%;
    height: 54px;
    margin-bottom: 20px;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px; }
  .topcontents h3#a1 {
    background: url("../images/about/a1.png") left top no-repeat;
    background-size: contain; }
  .topcontents h3#a2 {
    background: url("../images/about/a2.png") left top no-repeat;
    background-size: contain; }
  .topcontents h3#a3 {
    background: url("../images/about/a3.png") left top no-repeat;
    background-size: contain; }
  .topcontents h3#a4 {
    background: url("../images/about/a4.png") left top no-repeat;
    background-size: contain; }
  .topcontents h3#a5 {
    background: url("../images/about/a5.png") left top no-repeat;
    background-size: contain; }
  .topcontents h3#s1 {
    background: url("../images/service/s1.png") left top no-repeat;
    background-size: contain; }
  .topcontents h3#s2 {
    background: url("../images/service/s2.png") left top no-repeat;
    background-size: contain; }
  .topcontents h3#s3 {
    background: url("../images/service/s3.png") left top no-repeat;
    background-size: contain; }
  .topcontents h3#w1 {
    background: url("../images/work/w1.png") left top no-repeat;
    background-size: contain; }
  .topcontents h3#w2 {
    background: url("../images/work/w2.png") left top no-repeat;
    background-size: contain; }
  .topcontents h3#w3 {
    background: url("../images/work/w3.png") left top no-repeat;
    background-size: contain; }
  .topcontents h3#c1 {
    background: url("../images/contact/c1.png") left top no-repeat;
    background-size: contain; }
  .topcontents h3#c2 {
    background: url("../images/contact/c2.png") left top no-repeat;
    background-size: contain; }

body#top .topcontents h3 {
  background: url("../images/top/copy.gif") left top no-repeat;
  background-size: contain; }

body#top .topcontents dl dt h3 {
  background: url("../images/top/tl_info.png") left top no-repeat;
  background-size: contain;
  margin-bottom: 0; }

body#top .topcontents dl dd h3 {
  height: 54px;
  background: url("../images/top/tl_work.png") left top no-repeat;
  background-size: cover;
  margin-bottom: 0; }

/* c_info */
ul.c_info {
  width: 100%;
  margin: 0 0 50px 0; }
  ul.c_info li {
    width: 100%;
    padding: 16px 15px 16px 15px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6em;
    background-color: #ECF0F0;
    border-bottom: 1px dotted #F39800;
    clear: left; }
    ul.c_info li span.green {
      display: block;
      width: 130px;
      color: #4CB234;
      float: left; }
    ul.c_info li span.tx_small {
      display: block;
      font-weight: 300;
      text-indent: 110px; }
  ul.c_info li:nth-child(2n) {
    background-color: #FFF; }

/* トップ
--------------------------------------------------*/
body#top h2.copy {
  width: 820px;
  height: 116px;
  background: url("../images/top/catchcopy.png") left center no-repeat;
  background-size: cover;
  margin: 35px auto 0 auto;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px; }

body#top .topcontents dl dt {
  width: 378px; }
body#top .topcontents dl dd {
  width: 320px; }

.servicemenu {
  display: flex;
  display: -webkit-flex;
  width: 100%;
  margin-bottom: 30px;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .servicemenu li {
    width: 232px; }
    .servicemenu li a {
      display: block;
      width: 100%;
      height: 200px;
      padding-top: 156px; }
      .servicemenu li a p {
        width: 100%;
        height: 32px;
        color: #FFF;
        font-size: 16px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: 0.2em;
        background: url("../images/top/bg_green.png") left top repeat-x;
        background-size: 32px 32px;
        text-shadow: 2px 2px 5px #000;
        text-align: center; }
  .servicemenu li.m1 a {
    background: url("../images/top/btn_about1.jpg") left center no-repeat;
    background-size: cover; }
  .servicemenu li.m2 a {
    background: url("../images/top/btn_about2.jpg") left center no-repeat;
    background-size: cover; }
  .servicemenu li.m3 a {
    background: url("../images/top/btn_about3.jpg") left center no-repeat;
    background-size: cover; }

body#top ul.newslist {
  width: 100%;
  height: 257px;
  overflow: auto; }
  body#top ul.newslist li {
    width: 100%;
    padding: 13px 13px 15px 13px;
    font-size: 14px;
    line-height: 1.4em;
    background-color: #FFF;
    clear: left; }
    body#top ul.newslist li a {
      display: block;
      color: #000; }
      body#top ul.newslist li a span {
        display: block;
        width: 100px;
        color: #F39800;
        font-size: 13px;
        line-height: 1.3em;
        margin-bottom: 3px; }
  body#top ul.newslist li:nth-child(2n) {
    background-color: #ECF0F0; }

/* about
--------------------------------------------------*/
#about .topcontents h2 {
  font-size: 32px;
  font-family: dnp-shuei-ymincho-std, sans-serif;
  font-weight: 600;
  line-height: 1.7em;
  text-align: center;
  margin-bottom: 35px; }
  #about .topcontents h2 span {
    color: #F39800; }

#about .topcontents p {
  margin-bottom: 10px; }

#about .topcontents p.kunugi {
  font-size: 17px;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 0.3em;
  text-align: right;
  margin-bottom: 50px; }
  #about .topcontents p.kunugi span {
    font-size: 12px; }

#about .topcontents .gmap {
  margin-bottom: 50px; }

#about h2.copy {
  width: 663px;
  height: 46px;
  background: url("../images/about/copy.png") left center no-repeat;
  background-size: cover;
  margin: 0 auto 25px auto;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px; }

dl.tx_bending {
  width: 620px;
  height: 62px;
  margin: 30px auto 50px auto; }
  dl.tx_bending dt {
    width: 160px;
    height: 62px;
    color: #FFF;
    font-size: 17px;
    font-family: dnp-shuei-mincho-pr6, sans-serif;
    font-weight: 500;
    line-height: 62px;
    letter-spacing: 0.3em;
    background-color: #1F2A67;
    text-align: center; }
  dl.tx_bending dd {
    width: calc(100% - 160px);
    height: 62px;
    font-size: 15px;
    line-height: 1.7em;
    background-color: #ECF0F0;
    padding: 6px 0 0 50px; }

ul.mechalist {
  display: flex;
  display: -webkit-flex;
  width: 100%;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  ul.mechalist li {
    width: 325px;
    margin-bottom: 30px; }
    ul.mechalist li img {
      margin-bottom: 15px; }
    ul.mechalist li p {
      font-size: 20px;
      font-family: dnp-shuei-mincho-pr6, sans-serif;
      font-weight: 500;
      margin-bottom: 10px;
      line-height: 1.4em;
      text-align: center; }
    ul.mechalist li a {
      display: block;
      width: 165px;
      margin: 0 auto; }

a.btn_list {
  display: block;
  width: 320px;
  margin: 0 auto 50px auto; }

h4.icon1 {
  width: 100%;
  height: 43px;
  color: #F39800;
  font-size: 21px;
  font-weight: 700;
  line-height: 33px;
  background: url("../images/about/icon1.png") left top no-repeat;
  background-size: 43px 33px;
  border-bottom: 3px dotted #1F2A67;
  margin: 20px 0;
  padding: 0 0 0 50px; }

ul.alliance {
  display: flex;
  display: -webkit-flex;
  width: 100%;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  ul.alliance li {
    width: 33%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    margin-bottom: 15px; }
  ul.alliance li::before {
    content: '▪︎'; }

ul.alliance::after {
  content: '';
  width: 33%; }

/* service
--------------------------------------------------*/
h4.icon2 {
  width: 100%;
  height: 48px;
  color: #F39800;
  font-size: 21px;
  font-weight: 700;
  line-height: 38px;
  background: url("../images/service/icon2.png") left top no-repeat;
  background-size: 42px 38px;
  border-bottom: 3px dotted #1F2A67;
  margin: 30px 0;
  padding: 0 0 0 55px; }

ul.rooflist {
  display: flex;
  display: -webkit-flex;
  width: 100%;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  ul.rooflist li {
    width: 31%;
    font-size: 13px;
    line-height: 1.4em;
    margin-bottom: 30px;
    text-align: center; }
    ul.rooflist li img {
      margin-bottom: 10px; }

ul.rooflist::after {
  content: '';
  width: 31%; }

dl.servicearea {
  width: 100%;
  margin-bottom: 50px; }
  dl.servicearea dt {
    width: 380px; }
  dl.servicearea dd {
    width: 305px; }

.illust {
  margin: 30px 0 50px 0; }

dl.flowbox {
  width: 100%;
  background-color: #ECF0F0;
  margin-bottom: 10px;
  padding: 10px; }
  dl.flowbox dt {
    width: 520px; }
    dl.flowbox dt h4 {
      color: #4D4C44;
      font-size: 22px;
      font-weight: 700;
      line-height: 1.4em;
      margin-bottom: 7px; }
      dl.flowbox dt h4 span {
        color: #4CB234; }
  dl.flowbox dd {
    width: 170px; }

.arrow {
  width: 100%;
  height: 28px;
  background: url("../images/service/arrow.png") center top no-repeat;
  background-size: 56px 28px;
  margin-bottom: 10px; }

/* work
--------------------------------------------------*/
body#work h2.cate {
  width: 332px;
  height: 59px;
  background: url("../images/work/tl_work.png") left center no-repeat;
  background-size: cover;
  margin: 0 auto 20px auto;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px; }

body#work ul.m_work {
  display: flex;
  display: -webkit-flex;
  width: 100%;
  margin: 0 auto 50px auto;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  body#work ul.m_work li {
    width: 230px;
    height: 155px;
    overflow: hidden; }
    body#work ul.m_work li a {
      display: block;
      position: relative;
      width: 230px;
      height: 155px; }
    body#work ul.m_work li a:hover {
      opacity: 1; }
    body#work ul.m_work li a::before {
      display: block;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 153px;
      background-color: #4D4C44;
      transform-origin: left bottom;
      transform: skewY(0deg) scale(1, 1);
      transition: transform .3s;
      opacity: 0.4;
      z-index: 2; }
    body#work ul.m_work li a:hover::before {
      transform-origin: left top;
      transform: skewY(-30deg) scale(1, 0); }

#home ul.m_work li.m_home a {
  border: 3px solid #4CB234; }

#home ul.m_work li.m_home a::before {
  display: none; }

#company ul.m_work li.m_company a {
  border: 3px solid #4CB234; }

#company ul.m_work li.m_company a::before {
  display: none; }

#temple ul.m_work li.m_temple a {
  border: 3px solid #4CB234; }

#temple ul.m_work li.m_temple a::before {
  display: none; }

body#work ul.worklist {
  display: flex;
  display: -webkit-flex;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  body#work ul.worklist li {
    width: 48%;
    margin-bottom: 30px; }
    body#work ul.worklist li a {
      display: block;
      width: 100%; }
      body#work ul.worklist li a img {
        margin-bottom: 10px; }
      body#work ul.worklist li a p {
        color: #000;
        font-size: 17px;
        font-weight: 700;
        line-height: 1.4em;
        text-align: center; }

.sliderbox {
  width: 100%;
  margin: 0 0 40px 0; }
  .sliderbox .photobox {
    position: relative;
    width: 100%;
    height: 448px; }
    .sliderbox .photobox img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: contain;
      z-index: 0; }

/* Slick Dots Arrows */
ul.slider .slick-dotted.slick-slider {
  margin-bottom: 0; }

ul.slider .slick-dots {
  bottom: -20px; }

ul.slider .slick-dots li {
  width: 13px;
  height: 13px;
  margin: 0; }

ul.slider .slick-dots li button {
  width: 13px;
  height: 13px;
  padding: 0; }

ul.slider .slick-dots li button:hover:before,
ul.slider .slick-dots li button:focus:before {
  color: #F39800; }

ul.slider .slick-dots li button:before {
  font-size: 11px;
  width: 13px;
  height: 13px;
  opacity: 1;
  color: #DFDFDF; }

ul.slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #F39800; }

ul.slider .slick-prev, ul.slider .slick-next {
  width: 40px;
  height: 40px; }

ul.slider .slick-prev.slick-arrow {
  z-index: 50;
  left: 10px;
  top: 50%;
  transform: translateY(-50%); }

ul.slider .slick-next.slick-arrow {
  z-index: 50;
  right: 10px;
  top: 50%;
  transform: translateY(-50%); }

ul.slider .slick-next::before {
  color: transparent;
  font-size: 40px;
  background: url("../images/work/next.png") left top no-repeat;
  background-size: contain;
  transition: 1s all;
  opacity: 1; }

ul.slider .slick-prev::before {
  color: transparent;
  font-size: 40px;
  background: url("../images/work/prev.png") left top no-repeat;
  background-size: contain;
  transition: 1s all;
  opacity: 1; }

ul.slider .slick-next:hover::before {
  opacity: 0.6; }

ul.slider .slick-prev:hover::before {
  opacity: 0.6; }

.workdetail_area {
  width: 100%; }
  .workdetail_area p.tx_cate {
    width: 100%;
    color: #1F2A67;
    line-height: 1.4em;
    margin-bottom: 5px;
    padding-left: 5px; }
    .workdetail_area p.tx_cate a {
      color: #F39800;
      text-decoration: underline; }
  .workdetail_area h2.tl_work {
    width: 100%;
    color: #4D4C44;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    border-bottom: 3px dotted #1F2A67;
    margin-bottom: 10px;
    padding: 0 0 10px 5px; }
  .workdetail_area ul {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 5px; }
    .workdetail_area ul li {
      color: #1F2A67;
      line-height: 1.6em;
      margin-right: 15px;
      float: left; }
  .workdetail_area .btnarea {
    width: 213px;
    margin: 30px auto 0 auto; }

/* contact
--------------------------------------------------*/
p.tx_contact {
  margin-bottom: 30px; }
  p.tx_contact span {
    display: block;
    color: #E71F19; }

dl.formarea {
  display: flex;
  display: -webkit-flex;
  width: 95%;
  margin: 0 auto 30px auto;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  dl.formarea dt {
    width: 130px;
    margin-bottom: 20px; }
  dl.formarea dd {
    width: 545px;
    margin-bottom: 20px; }
  dl.formarea label {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4em; }
    dl.formarea label span.must {
      color: #E71F19; }
  dl.formarea label::before {
    content: '●';
    color: #4CB234; }
  dl.formarea .formitem1 {
    height: 35px; }
  dl.formarea .formitem2 {
    height: 150px; }
  dl.formarea p.note {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4em;
    margin: 5px 0 0 0; }
  dl.formarea .text1 {
    width: 100%;
    height: 35px;
    font-size: 16px;
    line-height: 1.6em;
    border: 1px solid #808284;
    padding: 9px; }
  dl.formarea .text2 {
    width: 60px;
    height: 35px;
    font-size: 16px;
    line-height: 1.6em;
    border: 1px solid #808284;
    padding: 9px; }
  dl.formarea .text3 {
    width: 70px;
    height: 35px;
    font-size: 16px;
    line-height: 1.6em;
    border: 1px solid #808284;
    padding: 9px; }
  dl.formarea .textarea1 {
    width: 100%;
    height: 150px;
    font-size: 16px;
    line-height: 1.6em;
    border: 1px solid #808284;
    padding: 9px; }

.checkbox {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4em;
  text-align: center;
  margin: 0 auto 25px auto; }

.check1 {
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 1.4em;
  border: 1px solid #000; }

.tl_privacy {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
  text-align: center;
  margin: 0 0 15px 0; }

.tx_privacy {
  font-size: 13px;
  line-height: 1.4em;
  text-align: center;
  margin: 0 0 15px 0; }

.privacybox {
  width: 100%;
  height: 200px;
  border: 1px solid #000;
  background-color: #FFF;
  margin: 0 auto 25px auto;
  padding: 15px;
  overflow: scroll; }
  .privacybox h4 {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.7em;
    margin-bottom: 5px; }
  .privacybox p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 20px; }

.btnarea {
  width: 213px;
  margin: 0 auto 50px auto; }
  .btnarea button {
    width: 100%;
    transition: opacity 0.3s ease-out; }
  .btnarea button:hover {
    opacity: .6;
    -webkit-opacity: .6;
    -moz-opacity: .6; }

.recruitarea p {
  margin-bottom: 30px; }

/* news
--------------------------------------------------*/
body#news ul.newslist {
  width: 100%;
  margin-bottom: 40px; }
  body#news ul.newslist li {
    width: 100%;
    padding: 18px 13px 20px 13px;
    font-size: 16px;
    line-height: 1.6em;
    background-color: #ECF0F0;
    clear: left; }
    body#news ul.newslist li a {
      display: block;
      color: #000; }
      body#news ul.newslist li a span {
        display: block;
        width: 100px;
        font-size: 15px;
        line-height: 1.4em;
        margin-bottom: 5px;
        color: #F39800; }
  body#news ul.newslist li:nth-child(2n) {
    background-color: #FFF; }

body#news .tl_news {
  width: 100%;
  border-bottom: 3px dotted #1F2A67;
  margin-bottom: 15px;
  padding: 0 0 10px 10px; }
  body#news .tl_news time {
    color: #F39800;
    font-size: 15px;
    line-height: 1.4em;
    margin-bottom: 2px; }
  body#news .tl_news h4 {
    color: #4D4C44;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em; }

body#news p.tx_news {
  margin-bottom: 10px;
  padding: 0 0 0 10px; }

body#news a.tx_link {
  display: block;
  width: 100%;
  min-height: 15px;
  font-size: 15px;
  line-height: 1.7em;
  text-decoration: underline;
  margin-bottom: 15px;
  padding: 0 0 0 10px; }

body#news a.tx_link::before {
  content: '▶︎';
  display: inline-block;
  color: #F39800;
  text-decoration: none; }

body#news .n_imgbox {
  margin-top: 25px; }

body#news .btnarea {
  margin-top: 50px; }

/* ページネーション */
ul.pagination {
  display: flex;
  display: -webkit-flex;
  width: 300px;
  height: 30px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center; }

ul.pagination li {
  margin-right: 5px;
  line-height: 29px; }

ul.pagination li:last-child {
  margin-right: 0; }

ul.pagination li a {
  display: block;
  width: 30px;
  height: 30px;
  color: #1F2A67;
  font-family: din-2014, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 29px;
  text-align: center;
  border: 1px solid #1F2A67;
  transition: all 0.3s ease-out; }

ul.pagination li a:hover {
  color: #FFF;
  background-color: #F39800;
  border: 1px solid #F39800;
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1; }

ul.pagination li a.pageon {
  color: #FFF;
  background-color: #F39800;
  border: 1px solid #F39800;
  cursor: default;
  pointer-events: none;
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1; }

/* スクロールトリガー
--------------------------------------------------*/
.visible, .invisible {
  opacity: 0.0;
  transition: opacity 0.5s ease; }

.visible {
  opacity: 1.0; }

.visible.translateY, .invisible.translateY {
  transform: translateY(100px);
  transition: all 1s cubic-bezier(0.165, 0.5, 0.44, 1); }

.visible.translateY {
  transform: translateY(0); }

.visible.translateToLeft, .invisible.translateToLeft {
  transform: translateX(100px);
  transition: all 1s cubic-bezier(0.165, 0.5, 0.44, 1); }

.visible.translateToLeft {
  transform: translateX(0); }

.visible.translateToRight, .invisible.translateToRight {
  transform: translateX(-100px);
  transition: all 1s cubic-bezier(0.165, 0.5, 0.44, 1); }

.visible.translateToRight {
  transform: translateX(0); }

@media screen and (max-width: 767px) {
  .photoarea_r .visible.translateToLeft, .invisible.translateToLeft {
    transform: translateX(50px); }

  .photoarea_r .visible.translateToLeft {
    transform: translateX(-50%); }

  .photoarea_r .visible.translateToRight, .invisible.translateToRight {
    transform: translateX(-50px); }

  .photoarea_r .visible.translateToRight {
    transform: translateX(-50%); }

  .photoarea_l .visible.translateToLeft, .invisible.translateToLeft {
    transform: translateX(50px); }

  .photoarea_l .visible.translateToLeft {
    transform: translateX(-50%); }

  .photoarea_l .visible.translateToRight, .invisible.translateToRight {
    transform: translateX(-50px); }

  .photoarea_l .visible.translateToRight {
    transform: translateX(-50%); } }
