@charset "UTF-8";
/* ======================================================
   common style
====================================================== */
/* -------------------------------------
   common
------------------------------------- */
body {
  -webkit-text-size-adjust: none;
  /* フォントサイズ自動調整 */
  -webkit-font-smoothing: subpixel-antialiased;
  /*フォント細くなるのを解消 safari */
  font-family: "Avenir",'Lato',"游ゴシック","YuGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #202020;
  background: #ffffff; }
  @media screen and (max-width: 320px) {
    body {
      font-size: 15.008px;
      font-size: 0.938rem; } }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #1A9FAA;
  text-decoration: underline; }
  a:hover, a:active {
    color: #202020;
    text-decoration: none; }
  a:visited {
    color: #1A9FAA;
    text-decoration: underline; }
  @media screen and (max-width: 767px) {
    a a {
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-feature-settings: "palt"; }

section {
  font-feature-settings: "palt"; }
  section:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

#wrapper {
  position: relative;
  line-height: 1.8em;
  color: #202020;
  width: 100%;
  min-width: 1120px;
  max-height: 999999px;
  /*Androidブラウザフォントバグ対策*/ }
  @media screen and (max-width: 767px) {
    #wrapper {
      min-width: 320px; } }
  @media screen and (max-width: 414px) {
    #wrapper {
      line-height: 1.6; } }

.box-inner {
  position: relative;
  margin: 0 auto;
  width: 1280px; }
  .box-inner:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

.box-contents {
  position: relative;
  margin: 0 auto;
  width: 1070px; }
  .box-contents:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
  @media screen and (max-width: 767px) {
    .box-contents {
      width: auto; } }

.btn-transition a {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  padding: 7px 25px 7px 44px; }
  .btn-transition a:link, .btn-transition a:visited {
    background-color: #ffffff; }
  .btn-transition a:hover {
    background-color: #ffffff; }

/* -------------------------------------
   sp mode
------------------------------------- */
#display-mode-sp {
  display: none;
  font-size: 48px;
  font-size: 3rem;
  margin: 30px auto;
  background-color: #7eaf94;
  width: 75%;
  text-align: center;
  font-weight: bold; }
  @media screen and (max-width: 320px) {
    #display-mode-sp {
      font-size: 45.024px;
      font-size: 2.814rem;
      font-size: 42px;
      font-size: 2.625rem; } }
  #display-mode-sp a {
    color: #ffffff;
    display: block;
    text-decoration: none;
    padding: 20px 30px; }

#display-mode-pc {
  display: none; }

@media screen and (max-width: 767px) {
  #display-mode-pc {
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    margin: 20px 0 40px;
    border: 1px solid #fff;
    width: 100%;
    text-align: center;
    font-weight: bold; }
    #display-mode-pc a {
      display: block;
      color: #ffffff;
      text-decoration: none;
      width: 100%;
      padding: 10px 0 10px; } }
/* -------------------------------------
   header
------------------------------------- */
#wrapper header#header {
  position: relative;
  display: block;
  width: 100%;
  height: 300px;
  background-color: #ffffff; }
  #wrapper header#header .sub-header {
    color: #ffffff;
    background-color: #BEBA92;
    overflow: hidden; }
    #wrapper header#header .sub-header p.header-description {
      font-size: 12px;
      font-size: 0.75rem;
      font-family: 'source-han-sans-japanese', sans-serif;
      font-style: normal;
      font-weight: 400;
      /*@else if $weight == montserrat{
      	font-family: 'Montserrat', sans-serif;
      	font-style: normal;
      	font-weight: 400;
      }@else if $weight == montserrat_bold{
      	font-family: 'Montserrat', sans-serif;
      	font-style: normal;
      	font-weight: 700;
      }*/
      float: left;
      padding: 10px 0px 10px 20px;
      font-feature-settings: "pkna"; }
    #wrapper header#header .sub-header ul.sub-header-nav {
      float: right;
      list-style-type: none; }
      #wrapper header#header .sub-header ul.sub-header-nav li {
        float: left;
        font-family: 'source-han-sans-japanese', sans-serif;
        font-style: normal;
        font-weight: 700;
        /*@else if $weight == montserrat{
        	font-family: 'Montserrat', sans-serif;
        	font-style: normal;
        	font-weight: 400;
        }@else if $weight == montserrat_bold{
        	font-family: 'Montserrat', sans-serif;
        	font-style: normal;
        	font-weight: 700;
        }*/
        border-left: 1px solid #fff;
        padding: 10px 20px;
        font-size: 14px;
        font-size: 0.875rem; }
        #wrapper header#header .sub-header ul.sub-header-nav li a {
          color: #ffffff;
          text-decoration: none; }
  #wrapper header#header .header-box {
    position: relative;
    width: 1080px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      #wrapper header#header .header-box {
        width: 100%;
        height: auto; } }
  #wrapper header#header .logo {
    position: relative;
    margin-top: 30px;
    text-align: center; }
    #wrapper header#header .logo img {
      width: 178px; }
  @media screen and (max-width: 767px) {
    #wrapper header#header {
      height: auto;
      min-width: 320px; }
      #wrapper header#header .sub-header {
        display: none; }
      #wrapper header#header .logo {
        position: relative;
        margin: 20px 0;
        text-align: center; }
        #wrapper header#header .logo img {
          width: 162px; } }
  @media screen and (max-width: 380px) {
    #wrapper header#header .logo img {
      width: 136px; } }

/* -------------------------------------
   navigation
------------------------------------- */
#wrapper .nav-header {
  position: relative;
  display: block;
  margin-top: 40px;
  right: 0px; }
  @media screen and (max-width: 767px) {
    #wrapper .nav-header {
      display: none;
      position: fixed;
      margin-top: 0px;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      z-index: 800;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      overflow-scrolling: touch; } }
  #wrapper .nav-header .nav-inner {
    position: relative;
    display: block; }
    #wrapper .nav-header .nav-inner:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden; }
    @media screen and (max-width: 767px) {
      #wrapper .nav-header .nav-inner {
        background-color: rgba(50, 50, 50, 0.9);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        padding-top: 80px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll; } }
  #wrapper .nav-header ul.menu {
    position: relative;
    *zoom: 1; }
    @media screen and (max-width: 767px) {
      #wrapper .nav-header ul.menu {
        width: auto;
        min-width: 320px; } }
    #wrapper .nav-header ul.menu li {
      position: relative;
      display: block;
      float: left;
      text-align: center;
      font-size: 15px;
      font-size: 0.9375rem;
      font-family: 'source-han-sans-japanese', sans-serif;
      font-style: normal;
      font-weight: 400;
      /*@else if $weight == montserrat{
      	font-family: 'Montserrat', sans-serif;
      	font-style: normal;
      	font-weight: 400;
      }@else if $weight == montserrat_bold{
      	font-family: 'Montserrat', sans-serif;
      	font-style: normal;
      	font-weight: 700;
      }*/ }
      @media screen and (max-width: 320px) {
        #wrapper .nav-header ul.menu li {
          font-size: 14.07px;
          font-size: 0.879375rem; } }
      @media screen and (max-width: 767px) {
        #wrapper .nav-header ul.menu li {
          font-size: 16px;
          font-size: 1rem;
          font-weight: bold;
          float: none;
          text-align: left; } }
  @media screen and (max-width: 767px) and (max-width: 320px) {
    #wrapper .nav-header ul.menu li {
      font-size: 15.008px;
      font-size: 0.938rem; } }

      #wrapper .nav-header ul.menu li i {
        padding-left: 10px; }
      #wrapper .nav-header ul.menu li a {
        position: relative;
        padding: 0 30px 14px;
        display: block;
        color: #202020;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #wrapper .nav-header ul.menu li a span {
          font-size: 13px;
          font-size: 0.8125rem;
          font-family: 'Reem Kufi', sans-serif;
          font-style: normal;
          font-weight: 400;
          /*@else if $weight == montserrat{
          	font-family: 'Montserrat', sans-serif;
          	font-style: normal;
          	font-weight: 400;
          }@else if $weight == montserrat_bold{
          	font-family: 'Montserrat', sans-serif;
          	font-style: normal;
          	font-weight: 700;
          }*/ }
          #wrapper .nav-header ul.menu li a span:after {
            position: absolute;
            left: 50%;
            top: 45px;
            margin-left: -5px;
            font-family: 'FontAwesome';
            content: '\f107';
            font-size: 20px;
            font-size: 1.25rem;
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
            @media screen and (max-width: 320px) {
              #wrapper .nav-header ul.menu li a span:after {
                font-size: 18.76px;
                font-size: 1.1725rem;
                font-size: 17.5px;
                font-size: 1.09375rem; } }
        #wrapper .nav-header ul.menu li a:hover, #wrapper .nav-header ul.menu li a:active {
          color: #988F39; }
          #wrapper .nav-header ul.menu li a:hover span:after, #wrapper .nav-header ul.menu li a:active span:after {
            color: #988F39;
            opacity: 1;
            filter: alpha(opacity=100); }
        @media screen and (max-width: 767px) {
          #wrapper .nav-header ul.menu li a {
            height: 50px;
            line-height: 50px;
            padding: 0 50px 0 50px;
            color: #ffffff; }
            #wrapper .nav-header ul.menu li a span {
              display: none; }
            #wrapper .nav-header ul.menu li a:hover span, #wrapper .nav-header ul.menu li a:active span {
              background: none; }
            #wrapper .nav-header ul.menu li a:before {
              font-family: 'FontAwesome';
              content: '\f0da';
              margin-right: 6px;
              margin-right: 15px; } }
    #wrapper .nav-header ul.menu li.top {
      padding-left: 0; }
    #wrapper .nav-header ul.menu li.contact {
      padding-right: 0; }
    #wrapper .nav-header ul.menu li.sp-only {
      display: none; }
      @media screen and (max-width: 767px) {
        #wrapper .nav-header ul.menu li.sp-only {
          display: block; } }
  #wrapper .nav-header ul.menu li ul.sub {
    position: absolute;
    top: 49px;
    left: 0;
    background-color: #ffffff;
    z-index: 9900;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    padding-bottom: 20px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    @media screen and (max-width: 767px) {
      #wrapper .nav-header ul.menu li ul.sub {
        position: relative;
        top: auto;
        left: auto;
        padding-bottom: 0;
        background-color: transparent;
        z-index: auto;
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100); } }
  #wrapper .nav-header ul.menu li:hover ul.sub {
    top: 71px;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100); }
    @media screen and (max-width: 767px) {
      #wrapper .nav-header ul.menu li:hover ul.sub {
        top: auto; } }
  #wrapper .nav-header ul.menu li ul.sub li {
    min-width: 200px;
    position: relative;
    display: block;
    float: none;
    background-color: #ffffff;
    text-align: left;
    font-size: 14px;
    font-size: 0.875rem;
    height: 44px;
    white-space: nowrap; }
    #wrapper .nav-header ul.menu li ul.sub li a {
      padding: 15px 30px 15px 30px;
      height: 100%;
      line-height: 1;
      height: 14px; }
      #wrapper .nav-header ul.menu li ul.sub li a:hover, #wrapper .nav-header ul.menu li ul.sub li a:active {
        color: #988F39; }
      #wrapper .nav-header ul.menu li ul.sub li a:before {
        font-family: 'FontAwesome';
        content: '\f105';
        margin-right: 6px; }
    #wrapper .nav-header ul.menu li ul.sub li.second a {
      padding-left: 34px; }
    @media screen and (max-width: 767px) {
      #wrapper .nav-header ul.menu li ul.sub li {
        min-width: 320px;
        background-color: transparent;
        font-size: 16px;
        font-size: 1rem;
        opacity: 1;
        filter: alpha(opacity=100);
        font-weight: normal; } }
  @media screen and (max-width: 767px) and (max-width: 320px) {
    #wrapper .nav-header ul.menu li ul.sub li {
      font-size: 15.008px;
      font-size: 0.938rem; } }
    @media screen and (max-width: 767px) {
        #wrapper .nav-header ul.menu li ul.sub li a {
          height: 50px;
          line-height: 50px;
          background-color: transparent;
          padding: 0px 50px 0px 50px; }
          #wrapper .nav-header ul.menu li ul.sub li a:hover, #wrapper .nav-header ul.menu li ul.sub li a:active {
            color: #988F39;
            background-color: transparent; }
          #wrapper .nav-header ul.menu li ul.sub li a:before {
            margin-right: 15px; }
        #wrapper .nav-header ul.menu li ul.sub li.second a {
          padding-left: 72px; }
        #wrapper .nav-header ul.menu li ul.sub li:last-child {
          border-bottom: none; } }

/*menu select*/
/*main menu*/
body#top #wrapper .nav-header ul.menu li.top a.main,
body#concept #wrapper .nav-header ul.menu li.concept a.main,
body#works #wrapper .nav-header ul.menu li.works a.main,
body#reports #wrapper .nav-header ul.menu li.reports a.main,
body#reports-projects #wrapper .nav-header ul.menu li.reports a.main,
body#reports-detail #wrapper .nav-header ul.menu li.reports a.main,
body#column #wrapper .nav-header ul.menu li.column a.main,
body#column-category #wrapper .nav-header ul.menu li.column a.main,
body#column-detail #wrapper .nav-header ul.menu li.column a.main,
body#faq #wrapper .nav-header ul.menu li.qa a.main,
body#contact #wrapper .nav-header ul.menu li.contact a.main,
body#contact-thanks #wrapper .nav-header ul.menu li.contact a.main,
body#company #wrapper .nav-header ul.menu li.company a.main,
body#landed-estate #wrapper .nav-header ul.menu li.landed-estate a.main,
body#landed-estate-category #wrapper .nav-header ul.menu li.landed-estate a.main,
body#landed-estate-detail #wrapper .nav-header ul.menu li.landed-estate a.main,
body#recruit #wrapper .nav-header ul.menu li.recruit a.main,
body#recruit-form #wrapper .nav-header ul.menu li.recruit a.main,
body#recruit-thanks #wrapper .nav-header ul.menu li.recruit a.main,
body#privacy-policy #wrapper .nav-header ul.menu li.privacy-policy a.main {
  color: #988F39; }
body#top #wrapper .nav-header ul.menu li.top span:after,
body#concept #wrapper .nav-header ul.menu li.concept span:after,
body#works #wrapper .nav-header ul.menu li.works span:after,
body#reports #wrapper .nav-header ul.menu li.reports span:after,
body#reports-projects #wrapper .nav-header ul.menu li.reports span:after,
body#reports-detail #wrapper .nav-header ul.menu li.reports span:after,
body#column #wrapper .nav-header ul.menu li.column span:after,
body#column-category #wrapper .nav-header ul.menu li.column span:after,
body#column-detail #wrapper .nav-header ul.menu li.column span:after,
body#faq #wrapper .nav-header ul.menu li.qa span:after,
body#contact #wrapper .nav-header ul.menu li.contact span:after,
body#contact-thanks #wrapper .nav-header ul.menu li.contact span:after,
body#company #wrapper .nav-header ul.menu li.company span:after,
body#landed-estate #wrapper .nav-header ul.menu li.landed-estate span:after,
body#landed-estate-category #wrapper .nav-header ul.menu li.landed-estate span:after,
body#landed-estate-detail #wrapper .nav-header ul.menu li.landed-estate span:after,
body#recruit #wrapper .nav-header ul.menu li.recruit span:after,
body#recruit-form #wrapper .nav-header ul.menu li.recruit span:after,
body#recruit-thanks #wrapper .nav-header ul.menu li.recruit span:after,
body#privacy-policy #wrapper .nav-header ul.menu li.privacy-policy span:after {
  color: #988F39;
  opacity: 1;
  filter: alpha(opacity=100); }
@media screen and (max-width: 767px) {
  body#top #wrapper .nav-header ul.menu li.top a.main,
  body#concept #wrapper .nav-header ul.menu li.concept a.main,
  body#works #wrapper .nav-header ul.menu li.works a.main,
  body#reports #wrapper .nav-header ul.menu li.reports a.main,
  body#reports-projects #wrapper .nav-header ul.menu li.reports a.main,
  body#reports-detail #wrapper .nav-header ul.menu li.reports a.main,
  body#column #wrapper .nav-header ul.menu li.column a.main,
  body#column-category #wrapper .nav-header ul.menu li.column a.main,
  body#column-detail #wrapper .nav-header ul.menu li.column a.main,
  body#faq #wrapper .nav-header ul.menu li.qa a.main,
  body#contact #wrapper .nav-header ul.menu li.contact a.main,
  body#contact-thanks #wrapper .nav-header ul.menu li.contact a.main,
  body#company #wrapper .nav-header ul.menu li.company a.main,
  body#landed-estate #wrapper .nav-header ul.menu li.landed-estate a.main,
  body#landed-estate-category #wrapper .nav-header ul.menu li.landed-estate a.main,
  body#landed-estate-detail #wrapper .nav-header ul.menu li.landed-estate a.main,
  body#recruit #wrapper .nav-header ul.menu li.recruit a.main,
  body#recruit-form #wrapper .nav-header ul.menu li.recruit a.main,
  body#recruit-thanks #wrapper .nav-header ul.menu li.recruit a.main,
  body#privacy-policy #wrapper .nav-header ul.menu li.privacy-policy a.main {
    color: #BEBA92; }
  body#top #wrapper .nav-header ul.menu li.top span:after,
  body#concept #wrapper .nav-header ul.menu li.concept span:after,
  body#works #wrapper .nav-header ul.menu li.works span:after,
  body#reports #wrapper .nav-header ul.menu li.reports span:after,
  body#reports-projects #wrapper .nav-header ul.menu li.reports span:after,
  body#reports-detail #wrapper .nav-header ul.menu li.reports span:after,
  body#column #wrapper .nav-header ul.menu li.column span:after,
  body#column-category #wrapper .nav-header ul.menu li.column span:after,
  body#column-detail #wrapper .nav-header ul.menu li.column span:after,
  body#faq #wrapper .nav-header ul.menu li.qa span:after,
  body#contact #wrapper .nav-header ul.menu li.contact span:after,
  body#contact-thanks #wrapper .nav-header ul.menu li.contact span:after,
  body#company #wrapper .nav-header ul.menu li.company span:after,
  body#landed-estate #wrapper .nav-header ul.menu li.landed-estate span:after,
  body#landed-estate-category #wrapper .nav-header ul.menu li.landed-estate span:after,
  body#landed-estate-detail #wrapper .nav-header ul.menu li.landed-estate span:after,
  body#recruit #wrapper .nav-header ul.menu li.recruit span:after,
  body#recruit-form #wrapper .nav-header ul.menu li.recruit span:after,
  body#recruit-thanks #wrapper .nav-header ul.menu li.recruit span:after,
  body#privacy-policy #wrapper .nav-header ul.menu li.privacy-policy span:after {
    color: #BEBA92;
    opacity: 1;
    filter: alpha(opacity=100); }
  body#top #wrapper .nav-header ul.menu li.top span,
  body#concept #wrapper .nav-header ul.menu li.concept span,
  body#works #wrapper .nav-header ul.menu li.works span,
  body#reports #wrapper .nav-header ul.menu li.reports span,
  body#reports-projects #wrapper .nav-header ul.menu li.reports span,
  body#reports-detail #wrapper .nav-header ul.menu li.reports span,
  body#column #wrapper .nav-header ul.menu li.column span,
  body#column-category #wrapper .nav-header ul.menu li.column span,
  body#column-detail #wrapper .nav-header ul.menu li.column span,
  body#faq #wrapper .nav-header ul.menu li.qa span,
  body#contact #wrapper .nav-header ul.menu li.contact span,
  body#contact-thanks #wrapper .nav-header ul.menu li.contact span,
  body#company #wrapper .nav-header ul.menu li.company span,
  body#landed-estate #wrapper .nav-header ul.menu li.landed-estate span,
  body#landed-estate-category #wrapper .nav-header ul.menu li.landed-estate span,
  body#landed-estate-detail #wrapper .nav-header ul.menu li.landed-estate span,
  body#recruit #wrapper .nav-header ul.menu li.recruit span,
  body#recruit-form #wrapper .nav-header ul.menu li.recruit span,
  body#recruit-thanks #wrapper .nav-header ul.menu li.recruit span,
  body#privacy-policy #wrapper .nav-header ul.menu li.privacy-policy span {
    padding-bottom: 2px;
    border-bottom: #fff 3px solid; } }

/*sub menu*/
body#concept #wrapper .nav-header ul.menu li.concept ul.sub li:nth-child(1) a,
body#concept-ability #wrapper .nav-header ul.menu li.concept ul.sub li:nth-child(2) a,
body#concept-inability #wrapper .nav-header ul.menu li.concept ul.sub li:nth-child(3) a,
body#concept-reason #wrapper .nav-header ul.menu li.concept ul.sub li:nth-child(4) a,
body#concept-step #wrapper .nav-header ul.menu li.concept ul.sub li:nth-child(5) a,
body#works #wrapper .nav-header ul.menu li.works ul.sub li:nth-child(1) a,
body#works-newconstruction #wrapper .nav-header ul.menu li.works ul.sub li:nth-child(2) a,
body#works-renovation #wrapper .nav-header ul.menu li.works ul.sub li:nth-child(3) a,
body#works-commercial-facility #wrapper .nav-header ul.menu li.works ul.sub li:nth-child(4) a,
body#works-other #wrapper .nav-header ul.menu li.works ul.sub li:nth-child(5) a {
  color: #988F39; }
@media screen and (max-width: 767px) {
  body#concept #wrapper .nav-header ul.menu li.concept ul.sub li:nth-child(1) a,
  body#concept-ability #wrapper .nav-header ul.menu li.concept ul.sub li:nth-child(2) a,
  body#concept-inability #wrapper .nav-header ul.menu li.concept ul.sub li:nth-child(3) a,
  body#concept-reason #wrapper .nav-header ul.menu li.concept ul.sub li:nth-child(4) a,
  body#concept-step #wrapper .nav-header ul.menu li.concept ul.sub li:nth-child(5) a,
  body#works #wrapper .nav-header ul.menu li.works ul.sub li:nth-child(1) a,
  body#works-newconstruction #wrapper .nav-header ul.menu li.works ul.sub li:nth-child(2) a,
  body#works-renovation #wrapper .nav-header ul.menu li.works ul.sub li:nth-child(3) a,
  body#works-commercial-facility #wrapper .nav-header ul.menu li.works ul.sub li:nth-child(4) a,
  body#works-other #wrapper .nav-header ul.menu li.works ul.sub li:nth-child(5) a {
    color: #BEBA92; } }

/* -------------------------------------
   navigation for sp
------------------------------------- */
.sp-only {
  display: none; }
  @media screen and (max-width: 767px) {
    .sp-only {
      display: block; } }

.sp-menu {
  display: none; }
  @media screen and (max-width: 767px) {
    .sp-menu {
      display: block; }
      .sp-menu .btn-menu-toggle {
        position: fixed;
        z-index: 999;
        top: 0px;
        right: 0px;
        font-weight: bold;
        font-size: 18px;
        font-size: 1.125rem;
        display: block;
        padding: 20px 20px;
        height: 30px;
        color: #BEBA92; } }
    @media screen and (max-width: 767px) and (max-width: 320px) {
      .sp-menu .btn-menu-toggle {
        font-size: 16.884px;
        font-size: 1.05525rem;
        font-size: 15.75px;
        font-size: 0.984375rem; } }
  @media screen and (max-width: 767px) {
        .sp-menu .btn-menu-toggle .btn-menu {
          position: relative;
          display: inline-block;
          width: 30px;
          height: 30px;
          box-sizing: border-box; }
        .sp-menu .btn-menu-toggle .bar {
          position: absolute;
          top: 0;
          left: 0;
          display: inline-block;
          width: 100%;
          height: 4px;
          background: #BEBA92;
          width: 30px;
          -webkit-transition: all .4s;
          transition: all .4s; }
        .sp-menu .btn-menu-toggle .bar.top {
          top: 0; }
        .sp-menu .btn-menu-toggle .bar.middle {
          top: 10px; }
        .sp-menu .btn-menu-toggle .bar.bottom {
          top: 20px; }
        .sp-menu .btn-menu-toggle.close .bar {
          left: 0;
          width: 100%; }
        .sp-menu .btn-menu-toggle.close .bar.top {
          -webkit-transform: translateY(10px) rotate(-135deg);
          -ms-transform: translateY(10px) rotate(-135deg);
          transform: translateY(10px) rotate(-135deg); }
        .sp-menu .btn-menu-toggle.close .bar.middle {
          opacity: 0; }
        .sp-menu .btn-menu-toggle.close .bar.bottom {
          -webkit-transform: translateY(-10px) rotate(135deg);
          -ms-transform: translateY(-10px) rotate(135deg);
          transform: translateY(-10px) rotate(135deg); } }

.sp-sub-menu {
  overflow: hidden;
  height: 150px;
  margin: 30px auto 0;
  padding: 30px 0;
  background-color: #BEBA92;
  text-align: center; }
  .sp-sub-menu .facebook, .sp-sub-menu .twitter, .sp-sub-menu .instagram, .sp-sub-menu .tumblr {
    display: inline-block;
    font-size: 38px;
    font-size: 2.375rem;
    padding: 0 60px 0 0; }
    @media screen and (max-width: 320px) {
      .sp-sub-menu .facebook, .sp-sub-menu .twitter, .sp-sub-menu .instagram, .sp-sub-menu .tumblr {
        font-size: 35.644px;
        font-size: 2.22775rem;
        font-size: 33.25px;
        font-size: 2.078125rem; } }
    .sp-sub-menu .facebook:last-child, .sp-sub-menu .twitter:last-child, .sp-sub-menu .instagram:last-child, .sp-sub-menu .tumblr:last-child {
      padding: 0; }
    .sp-sub-menu .facebook a, .sp-sub-menu .twitter a, .sp-sub-menu .instagram a, .sp-sub-menu .tumblr a {
      color: #ffffff; }
      .sp-sub-menu .facebook a:hover, .sp-sub-menu .facebook a:active, .sp-sub-menu .twitter a:hover, .sp-sub-menu .twitter a:active, .sp-sub-menu .instagram a:hover, .sp-sub-menu .instagram a:active, .sp-sub-menu .tumblr a:hover, .sp-sub-menu .tumblr a:active {
        color: #ffffff !important; }
      .sp-sub-menu .facebook a:visited, .sp-sub-menu .twitter a:visited, .sp-sub-menu .instagram a:visited, .sp-sub-menu .tumblr a:visited {
        color: #ffffff; }

.fixed {
  position: fixed !important;
  left: 0;
  width: 100% !important;
  z-index: 500; }

.fixed {
  background-color: #ffffff;
  opacity: 0.95;
  filter: alpha(opacity=95); }
  .fixed .header-box-inner {
    position: relative;
    width: 1080px;
    margin: 0 auto; }
  .fixed .logo {
    display: none; }
  .fixed .nav-header {
    margin-top: 10px !important; }

.bodyfixed {
  position: fixed !important;
  height: 100%;
  width: 100%; }

.and43 #wrapper .sp-menu {
  display: block; }

/* -------------------------------------
   breadcrumbs
------------------------------------- */
ul#breadcrumbs {
  position: relative;
  display: block;
  overflow: hidden;
  width: 1070px;
  margin: 20px auto 60px;
  list-style: none;
  font-size: 12px;
  font-size: 0.75rem; }
  ul#breadcrumbs li {
    float: left;
    margin: 0 12px 0 0; }
    ul#breadcrumbs li:after {
      font-family: 'FontAwesome';
      content: '\f105';
      margin: 0 0 0 12px; }
    ul#breadcrumbs li:last-child:after {
      content: none; }
  ul#breadcrumbs i {
    margin-right: 4px; }
  ul#breadcrumbs a {
    text-decoration: underline;
    color: #202020; }
  ul#breadcrumbs a:hover {
    text-decoration: none; }
  ul#breadcrumbs .current,
  ul#breadcrumbs .current:hover {
    text-decoration: none; }
  @media screen and (max-width: 767px) {
    ul#breadcrumbs {
      width: 95%; } }
  @media screen and (max-width: 414px) {
    ul#breadcrumbs {
      display: none; } }

/* -------------------------------------
   footer
------------------------------------- */
footer {
  position: relative;
  display: block;
  color: #202020;
  width: 100%;
  padding: 150px 0 0 0; }
  footer .box-inner {
    width: 1080px;
    margin: 0 auto; }
  footer .conact-area {
    padding: 100px 0;
    background-color: #BEBA92;
    color: #ffffff;
    text-align: center; }
    footer .conact-area p.contact-text {
      font-family: 'source-han-sans-japanese', sans-serif;
      font-style: normal;
      font-weight: 700;
      /*@else if $weight == montserrat{
      	font-family: 'Montserrat', sans-serif;
      	font-style: normal;
      	font-weight: 400;
      }@else if $weight == montserrat_bold{
      	font-family: 'Montserrat', sans-serif;
      	font-style: normal;
      	font-weight: 700;
      }*/
      font-size: 16px;
      font-size: 1rem;
      margin-bottom: 50px; }
      @media screen and (max-width: 320px) {
        footer .conact-area p.contact-text {
          font-size: 15.008px;
          font-size: 0.938rem; } }
    footer .conact-area .tel-area {
      display: inline-block;
      padding-right: 110px;
      border-right: 1px #ffffff solid;
      vertical-align: middle; }
      footer .conact-area .tel-area p.tel-number {
        font-family: 'Lato', sans-serif;
        font-style: normal;
        font-weight: 400;
        /*@else if $weight == montserrat{
        	font-family: 'Montserrat', sans-serif;
        	font-style: normal;
        	font-weight: 400;
        }@else if $weight == montserrat_bold{
        	font-family: 'Montserrat', sans-serif;
        	font-style: normal;
        	font-weight: 700;
        }*/
        font-weight: bold;
        font-size: 35px;
        font-size: 2.1875rem;
        line-height: 1.2em; }
        @media screen and (max-width: 320px) {
          footer .conact-area .tel-area p.tel-number {
            font-size: 32.83px;
            font-size: 2.051875rem;
            font-size: 30.625px;
            font-size: 1.9140625rem; } }
        footer .conact-area .tel-area p.tel-number i {
          margin-right: 10px; }
        footer .conact-area .tel-area p.tel-number a:link {
          color: #ffffff; }
      footer .conact-area .tel-area p.tel-time {
        font-family: 'source-han-sans-japanese', sans-serif;
        font-style: normal;
        font-weight: 400;
        /*@else if $weight == montserrat{
        	font-family: 'Montserrat', sans-serif;
        	font-style: normal;
        	font-weight: 400;
        }@else if $weight == montserrat_bold{
        	font-family: 'Montserrat', sans-serif;
        	font-style: normal;
        	font-weight: 700;
        }*/
        font-size: 14px;
        font-size: 0.875rem; }
        footer .conact-area .tel-area p.tel-time span {
          font-family: 'Lato', sans-serif;
          font-style: normal;
          font-weight: 400;
          /*@else if $weight == montserrat{
          	font-family: 'Montserrat', sans-serif;
          	font-style: normal;
          	font-weight: 400;
          }@else if $weight == montserrat_bold{
          	font-family: 'Montserrat', sans-serif;
          	font-style: normal;
          	font-weight: 700;
          }*/
          font-size: 16px;
          font-size: 1rem; }
          @media screen and (max-width: 320px) {
            footer .conact-area .tel-area p.tel-time span {
              font-size: 15.008px;
              font-size: 0.938rem; } }
    footer .conact-area .inqiry-area {
      display: inline-block;
      margin-left: 80px;
      vertical-align: middle; }
      footer .conact-area .inqiry-area .inqiry-btn {
        font-family: 'source-han-sans-japanese', sans-serif;
        font-style: normal;
        font-weight: 700;
        /*@else if $weight == montserrat{
        	font-family: 'Montserrat', sans-serif;
        	font-style: normal;
        	font-weight: 400;
        }@else if $weight == montserrat_bold{
        	font-family: 'Montserrat', sans-serif;
        	font-style: normal;
        	font-weight: 700;
        }*/
        font-size: 16px;
        font-size: 1rem; }
        @media screen and (max-width: 320px) {
          footer .conact-area .inqiry-area .inqiry-btn {
            font-size: 15.008px;
            font-size: 0.938rem; } }
        footer .conact-area .inqiry-area .inqiry-btn a {
          color: #ffffff;
          padding: 25px 20px;
          border: 2px #ffffff solid;
          text-decoration: none; }
          footer .conact-area .inqiry-area .inqiry-btn a i {
            padding-right: 10px; }
          footer .conact-area .inqiry-area .inqiry-btn a:hover {
            background-color: #ffffff;
            color: #BEBA92; }
  footer .enployment-area {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
    background: url(../img/index/recruit_bigbanner.png) no-repeat 50% 50%;
    background-size: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    footer .enployment-area:hover {
      background-size: 104%; }
    footer .enployment-area a {
      color: #988F39;
      text-decoration: none;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      footer .enployment-area a:hover .employment-banner-inner {
        color: #786F19; }
        footer .enployment-area a:hover .employment-banner-inner:after {
          right: 10px; }
    footer .enployment-area .employment-banner-inner {
      position: relative;
      margin: 40px auto;
      padding: 40px 40px;
      background: #ffffff;
      opacity: 0.95;
      filter: alpha(opacity=95);
      width: 515px; }
      footer .enployment-area .employment-banner-inner:after {
        position: absolute;
        font-family: 'FontAwesome';
        font-size: 40px;
        font-size: 2.5rem;
        content: '\f054';
        margin-top: -25px;
        top: 50%;
        right: 20px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        @media screen and (max-width: 320px) {
          footer .enployment-area .employment-banner-inner:after {
            font-size: 37.52px;
            font-size: 2.345rem;
            font-size: 35px;
            font-size: 2.1875rem; } }
    footer .enployment-area h2 {
      position: relative;
      font-family: 'source-han-sans-japanese', sans-serif;
      font-style: normal;
      font-weight: 700;
      /*@else if $weight == montserrat{
      	font-family: 'Montserrat', sans-serif;
      	font-style: normal;
      	font-weight: 400;
      }@else if $weight == montserrat_bold{
      	font-family: 'Montserrat', sans-serif;
      	font-style: normal;
      	font-weight: 700;
      }*/
      font-size: 20px;
      font-size: 1.25rem;
      text-align: center;
      margin-bottom: 10px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media screen and (max-width: 320px) {
        footer .enployment-area h2 {
          font-size: 18.76px;
          font-size: 1.1725rem;
          font-size: 17.5px;
          font-size: 1.09375rem; } }
    footer .enployment-area h3 {
      position: relative;
      font-family: 'Reem Kufi', sans-serif;
      font-style: normal;
      font-weight: 400;
      /*@else if $weight == montserrat{
      	font-family: 'Montserrat', sans-serif;
      	font-style: normal;
      	font-weight: 400;
      }@else if $weight == montserrat_bold{
      	font-family: 'Montserrat', sans-serif;
      	font-style: normal;
      	font-weight: 700;
      }*/
      font-size: 20px;
      font-size: 1.25rem;
      text-align: center;
      margin-bottom: 40px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media screen and (max-width: 320px) {
        footer .enployment-area h3 {
          font-size: 18.76px;
          font-size: 1.1725rem;
          font-size: 17.5px;
          font-size: 1.09375rem; } }
    footer .enployment-area p {
      position: relative;
      font-family: 'source-han-sans-japanese', sans-serif;
      font-style: normal;
      font-weight: 700;
      /*@else if $weight == montserrat{
      	font-family: 'Montserrat', sans-serif;
      	font-style: normal;
      	font-weight: 400;
      }@else if $weight == montserrat_bold{
      	font-family: 'Montserrat', sans-serif;
      	font-style: normal;
      	font-weight: 700;
      }*/
      font-size: 14px;
      font-size: 0.875rem;
      text-align: center;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  footer .sns-area {
    position: relative;
    width: 100%; }
    footer .sns-area .facebook, footer .sns-area .instagram {
      display: inline-block;
      width: 50%;
      padding: 20px 0;
      text-align: center;
      /*@else if $weight == montserrat{
      	font-family: 'Montserrat', sans-serif;
      	font-style: normal;
      	font-weight: 400;
      }@else if $weight == montserrat_bold{
      	font-family: 'Montserrat', sans-serif;
      	font-style: normal;
      	font-weight: 700;
      }*/
      font-size: 18px;
      font-size: 1.125rem; }
      @media screen and (max-width: 320px) {
        footer .sns-area .facebook, footer .sns-area .instagram {
          font-size: 16.884px;
          font-size: 1.05525rem;
          font-size: 15.75px;
          font-size: 0.984375rem; } }
      footer .sns-area .facebook i, footer .sns-area .instagram i {
        font-size: 24px;
        font-size: 1.5rem;
        padding-right: 8px; }
        @media screen and (max-width: 320px) {
          footer .sns-area .facebook i, footer .sns-area .instagram i {
            font-size: 22.512px;
            font-size: 1.407rem;
            font-size: 21px;
            font-size: 1.3125rem; } }
      footer .sns-area .facebook a, footer .sns-area .instagram a {
        color: #3F729B;
        text-decoration: none; }
        footer .sns-area .facebook a:hover, footer .sns-area .instagram a:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }
  footer .bottom {
    position: relative;
    width: 100%;
    color: #ffffff;
    background-color: #50493E;
    overflow: hidden;
    padding: 60px 0 50px; }
    footer .bottom ul {
      list-style: none;
      display: inline-block;
      vertical-align: top;
      margin-bottom: 30px;
      width: 33%; }
      footer .bottom ul a {
        color: #ffffff;
        text-decoration: none; }
      footer .bottom ul li.category-only {
        font-family: 'source-han-sans-japanese', sans-serif;
        font-style: normal;
        font-weight: 700;
        /*@else if $weight == montserrat{
        	font-family: 'Montserrat', sans-serif;
        	font-style: normal;
        	font-weight: 400;
        }@else if $weight == montserrat_bold{
        	font-family: 'Montserrat', sans-serif;
        	font-style: normal;
        	font-weight: 700;
        }*/
        font-size: 14px;
        font-size: 0.875rem;
        margin-bottom: 20px; }
        footer .bottom ul li.category-only:before {
          font-family: 'FontAwesome';
          content: '\f0da';
          padding-right: 20px; }
      footer .bottom ul li.category-top {
        font-family: 'source-han-sans-japanese', sans-serif;
        font-style: normal;
        font-weight: 700;
        /*@else if $weight == montserrat{
        	font-family: 'Montserrat', sans-serif;
        	font-style: normal;
        	font-weight: 400;
        }@else if $weight == montserrat_bold{
        	font-family: 'Montserrat', sans-serif;
        	font-style: normal;
        	font-weight: 700;
        }*/
        font-size: 14px;
        font-size: 0.875rem;
        margin-bottom: 0; }
        footer .bottom ul li.category-top:before {
          font-family: 'FontAwesome';
          content: '\f0da';
          padding-right: 20px; }
      footer .bottom ul li.category-sub-list {
        font-family: 'source-han-sans-japanese', sans-serif;
        font-style: normal;
        font-weight: 400;
        /*@else if $weight == montserrat{
        	font-family: 'Montserrat', sans-serif;
        	font-style: normal;
        	font-weight: 400;
        }@else if $weight == montserrat_bold{
        	font-family: 'Montserrat', sans-serif;
        	font-style: normal;
        	font-weight: 700;
        }*/
        font-size: 14px;
        font-size: 0.875rem;
        margin-bottom: 0; }
        footer .bottom ul li.category-sub-list:before {
          font-family: 'FontAwesome';
          content: '\f105';
          padding-right: 20px; }
      footer .bottom ul li.list-mid {
        margin-bottom: 20px; }
    footer .bottom .service-area {
      text-align: center;
      border-top: 1px #999 solid;
      border-bottom: 1px #999 solid;
      padding-top: 20px;
      padding-bottom: 30px; }
      footer .bottom .service-area h2 {
        font-family: 'source-han-sans-japanese', sans-serif;
        font-style: normal;
        font-weight: 700;
        /*@else if $weight == montserrat{
        	font-family: 'Montserrat', sans-serif;
        	font-style: normal;
        	font-weight: 400;
        }@else if $weight == montserrat_bold{
        	font-family: 'Montserrat', sans-serif;
        	font-style: normal;
        	font-weight: 700;
        }*/
        font-size: 16px;
        font-size: 1rem;
        margin-bottom: 5px; }
        @media screen and (max-width: 320px) {
          footer .bottom .service-area h2 {
            font-size: 15.008px;
            font-size: 0.938rem; } }
      footer .bottom .service-area p {
        font-family: 'source-han-sans-japanese', sans-serif;
        font-style: normal;
        font-weight: 400;
        /*@else if $weight == montserrat{
        	font-family: 'Montserrat', sans-serif;
        	font-style: normal;
        	font-weight: 400;
        }@else if $weight == montserrat_bold{
        	font-family: 'Montserrat', sans-serif;
        	font-style: normal;
        	font-weight: 700;
        }*/
        font-size: 14px;
        font-size: 0.875rem; }
    footer .bottom small {
      display: block;
      font-size: 14px;
      font-size: 0.875rem;
      /*@else if $weight == montserrat{
      	font-family: 'Montserrat', sans-serif;
      	font-style: normal;
      	font-weight: 400;
      }@else if $weight == montserrat_bold{
      	font-family: 'Montserrat', sans-serif;
      	font-style: normal;
      	font-weight: 700;
      }*/
      font-weight: 400;
      text-align: center;
      padding: 40px 0 0 0; }
  @media screen and (max-width: 767px) {
    footer {
      width: 100%;
      padding: 100px 0 0 0;
      text-align: center; }
      footer .box-inner {
        width: auto;
        padding: 0 20px; }
      footer .conact-area {
        padding: 60px 0 80px; }
        footer .conact-area p.contact-text {
          font-size: 14px;
          font-size: 0.875rem; }
        footer .conact-area .tel-area {
          display: block;
          padding-right: 0;
          border-right: none;
          margin-bottom: 60px; }
        footer .conact-area .inqiry-area {
          display: block;
          margin-left: 0; }
          footer .conact-area .inqiry-area .inqiry-btn {
            font-family: 'source-han-sans-japanese', sans-serif;
            font-style: normal;
            font-weight: 700;
            /*@else if $weight == montserrat{
            	font-family: 'Montserrat', sans-serif;
            	font-style: normal;
            	font-weight: 400;
            }@else if $weight == montserrat_bold{
            	font-family: 'Montserrat', sans-serif;
            	font-style: normal;
            	font-weight: 700;
            }*/
            font-size: 16px;
            font-size: 1rem; } }
        @media screen and (max-width: 767px) and (max-width: 320px) {
          footer .conact-area .inqiry-area .inqiry-btn {
            font-size: 15.008px;
            font-size: 0.938rem; } }
  @media screen and (max-width: 767px) {
            footer .conact-area .inqiry-area .inqiry-btn a:hover {
              background-color: #ffffff;
              color: #BEBA92; }
      footer .enployment-area {
        margin: 0px auto; }
        footer .enployment-area .employment-banner-inner {
          margin: 40px auto;
          padding: 20px 10px;
          width: 280px;
          min-width: 200px; }
          footer .enployment-area .employment-banner-inner:after {
            font-size: 24px;
            font-size: 1.5rem;
            margin-top: -20px;
            right: 10px; } }
        @media screen and (max-width: 767px) and (max-width: 320px) {
          footer .enployment-area .employment-banner-inner:after {
            font-size: 22.512px;
            font-size: 1.407rem;
            font-size: 21px;
            font-size: 1.3125rem; } }
  @media screen and (max-width: 767px) {
        footer .enployment-area h2 {
          font-size: 20px;
          font-size: 1.25rem; } }
      @media screen and (max-width: 767px) and (max-width: 320px) {
        footer .enployment-area h2 {
          font-size: 18.76px;
          font-size: 1.1725rem;
          font-size: 17.5px;
          font-size: 1.09375rem; } }
  @media screen and (max-width: 767px) {
        footer .enployment-area h3 {
          font-size: 16px;
          font-size: 1rem;
          margin-bottom: 20px; } }
      @media screen and (max-width: 767px) and (max-width: 320px) {
        footer .enployment-area h3 {
          font-size: 15.008px;
          font-size: 0.938rem; } }
  @media screen and (max-width: 767px) {
        footer .enployment-area p {
          font-size: 12px;
          font-size: 0.75rem;
          line-height: 1.6; }
      footer .sns-area {
        display: none; }
      footer .bottom {
        position: relative;
        padding-top: 30px;
        text-align: center; }
        footer .bottom ul {
          display: none; }
        footer .bottom .service-area {
          border: none;
          padding: 0; } }
  @media screen and (max-width: 380px) {
    footer .enployment-area {
      margin: 0px auto; }
      footer .enployment-area .employment-banner-inner {
        opacity: 0.9;
        filter: alpha(opacity=90);
        margin: 16px auto;
        padding: 10px 10px;
        width: 70%;
        min-width: 200px; }
        footer .enployment-area .employment-banner-inner:after {
          font-size: 24px;
          font-size: 1.5rem;
          margin-top: -12px;
          right: 10px; } }
      @media screen and (max-width: 380px) and (max-width: 320px) {
        footer .enployment-area .employment-banner-inner:after {
          font-size: 22.512px;
          font-size: 1.407rem;
          font-size: 21px;
          font-size: 1.3125rem; } }
  @media screen and (max-width: 380px) {
      footer .enployment-area h2 {
        font-size: 18px;
        font-size: 1.125rem;
        margin-bottom: 0px; } }
    @media screen and (max-width: 380px) and (max-width: 320px) {
      footer .enployment-area h2 {
        font-size: 16.884px;
        font-size: 1.05525rem;
        font-size: 15.75px;
        font-size: 0.984375rem; } }
  @media screen and (max-width: 380px) {
      footer .enployment-area h3 {
        font-size: 14px;
        font-size: 0.875rem;
        margin-bottom: 20px; }
      footer .enployment-area p {
        font-size: 10px;
        font-size: 0.625rem;
        width: 80%;
        margin: 0 auto; }
    footer .bottom {
      padding: 30px 0 30px; }
      footer .bottom .service-area p {
        font-size: 12px;
        font-size: 0.75rem; } }

#top footer {
  padding: 0; }

@media screen and (max-width: 767px) {
  #concept .box-inner h2.common-title, #concept-ability .box-inner h2.common-title, #concept-inability .box-inner h2.common-title, #concept-reason .box-inner h2.common-title, #concept-step .box-inner h2.common-title, #works .box-inner h2.common-title, #works-newconstruction .box-inner h2.common-title, #works-renovation .box-inner h2.common-title, #works-commercial-facility .box-inner h2.common-title, #works-other .box-inner h2.common-title, #works-detail .box-inner h2.common-title, #reports .box-inner h2.common-title, #reports-projects .box-inner h2.common-title, #reports-detail .box-inner h2.common-title, #column .box-inner h2.common-title, #column-category .box-inner h2.common-title, #column-detail .box-inner h2.common-title, #faq .box-inner h2.common-title, #contact .box-inner h2.common-title, #contact-thanks .box-inner h2.common-title, #company .box-inner h2.common-title, #recruit .box-inner h2.common-title, #privacy-policy .box-inner h2.common-title, #landed-estate .box-inner h2.common-title, #landed-estate-category .box-inner h2.common-title, #recruit .box-inner h2.common-title, #recruit-form .box-inner h2.common-title, #recruit-thanks footer .box-inner h2.common-title {
    display: none; }
  #concept .box-inner h2.common-sub-title, #concept-ability .box-inner h2.common-sub-title, #concept-inability .box-inner h2.common-sub-title, #concept-reason .box-inner h2.common-sub-title, #concept-step .box-inner h2.common-sub-title, #works .box-inner h2.common-sub-title, #works-newconstruction .box-inner h2.common-sub-title, #works-renovation .box-inner h2.common-sub-title, #works-commercial-facility .box-inner h2.common-sub-title, #works-other .box-inner h2.common-sub-title, #works-detail .box-inner h2.common-sub-title, #reports .box-inner h2.common-sub-title, #reports-projects .box-inner h2.common-sub-title, #reports-detail .box-inner h2.common-sub-title, #column .box-inner h2.common-sub-title, #column-category .box-inner h2.common-sub-title, #column-detail .box-inner h2.common-sub-title, #faq .box-inner h2.common-sub-title, #contact .box-inner h2.common-sub-title, #contact-thanks .box-inner h2.common-sub-title, #company .box-inner h2.common-sub-title, #recruit .box-inner h2.common-sub-title, #privacy-policy .box-inner h2.common-sub-title, #landed-estate .box-inner h2.common-sub-title, #landed-estate-category .box-inner h2.common-sub-title, #recruit .box-inner h2.common-sub-title, #recruit-form .box-inner h2.common-sub-title, #recruit-thanks footer .box-inner h2.common-sub-title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold; } }
  @media screen and (max-width: 767px) and (max-width: 320px) {
    #concept .box-inner h2.common-sub-title, #concept-ability .box-inner h2.common-sub-title, #concept-inability .box-inner h2.common-sub-title, #concept-reason .box-inner h2.common-sub-title, #concept-step .box-inner h2.common-sub-title, #works .box-inner h2.common-sub-title, #works-newconstruction .box-inner h2.common-sub-title, #works-renovation .box-inner h2.common-sub-title, #works-commercial-facility .box-inner h2.common-sub-title, #works-other .box-inner h2.common-sub-title, #works-detail .box-inner h2.common-sub-title, #reports .box-inner h2.common-sub-title, #reports-projects .box-inner h2.common-sub-title, #reports-detail .box-inner h2.common-sub-title, #column .box-inner h2.common-sub-title, #column-category .box-inner h2.common-sub-title, #column-detail .box-inner h2.common-sub-title, #faq .box-inner h2.common-sub-title, #contact .box-inner h2.common-sub-title, #contact-thanks .box-inner h2.common-sub-title, #company .box-inner h2.common-sub-title, #recruit .box-inner h2.common-sub-title, #privacy-policy .box-inner h2.common-sub-title, #landed-estate .box-inner h2.common-sub-title, #landed-estate-category .box-inner h2.common-sub-title, #recruit .box-inner h2.common-sub-title, #recruit-form .box-inner h2.common-sub-title, #recruit-thanks footer .box-inner h2.common-sub-title {
      font-size: 18.76px;
      font-size: 1.1725rem;
      font-size: 17.5px;
      font-size: 1.09375rem; } }
@media screen and (max-width: 767px) {
  #concept .conact-area, #concept-ability .conact-area, #concept-inability .conact-area, #concept-reason .conact-area, #concept-step .conact-area, #works .conact-area, #works-newconstruction .conact-area, #works-renovation .conact-area, #works-commercial-facility .conact-area, #works-other .conact-area, #works-detail .conact-area, #reports .conact-area, #reports-projects .conact-area, #reports-detail .conact-area, #column .conact-area, #column-category .conact-area, #column-detail .conact-area, #faq .conact-area, #contact .conact-area, #contact-thanks .conact-area, #company .conact-area, #recruit .conact-area, #privacy-policy .conact-area, #landed-estate .conact-area, #landed-estate-category .conact-area, #recruit .conact-area, #recruit-form .conact-area, #recruit-thanks footer .conact-area {
    padding: 40px 0 60px; }
    #concept .conact-area p.contact-text, #concept-ability .conact-area p.contact-text, #concept-inability .conact-area p.contact-text, #concept-reason .conact-area p.contact-text, #concept-step .conact-area p.contact-text, #works .conact-area p.contact-text, #works-newconstruction .conact-area p.contact-text, #works-renovation .conact-area p.contact-text, #works-commercial-facility .conact-area p.contact-text, #works-other .conact-area p.contact-text, #works-detail .conact-area p.contact-text, #reports .conact-area p.contact-text, #reports-projects .conact-area p.contact-text, #reports-detail .conact-area p.contact-text, #column .conact-area p.contact-text, #column-category .conact-area p.contact-text, #column-detail .conact-area p.contact-text, #faq .conact-area p.contact-text, #contact .conact-area p.contact-text, #contact-thanks .conact-area p.contact-text, #company .conact-area p.contact-text, #recruit .conact-area p.contact-text, #privacy-policy .conact-area p.contact-text, #landed-estate .conact-area p.contact-text, #landed-estate-category .conact-area p.contact-text, #recruit .conact-area p.contact-text, #recruit-form .conact-area p.contact-text, #recruit-thanks footer .conact-area p.contact-text {
      display: none; }
    #concept .conact-area .tel-area, #concept-ability .conact-area .tel-area, #concept-inability .conact-area .tel-area, #concept-reason .conact-area .tel-area, #concept-step .conact-area .tel-area, #works .conact-area .tel-area, #works-newconstruction .conact-area .tel-area, #works-renovation .conact-area .tel-area, #works-commercial-facility .conact-area .tel-area, #works-other .conact-area .tel-area, #works-detail .conact-area .tel-area, #reports .conact-area .tel-area, #reports-projects .conact-area .tel-area, #reports-detail .conact-area .tel-area, #column .conact-area .tel-area, #column-category .conact-area .tel-area, #column-detail .conact-area .tel-area, #faq .conact-area .tel-area, #contact .conact-area .tel-area, #contact-thanks .conact-area .tel-area, #company .conact-area .tel-area, #recruit .conact-area .tel-area, #privacy-policy .conact-area .tel-area, #landed-estate .conact-area .tel-area, #landed-estate-category .conact-area .tel-area, #recruit .conact-area .tel-area, #recruit-form .conact-area .tel-area, #recruit-thanks footer .conact-area .tel-area {
      margin-bottom: 30px; }
    #concept .conact-area .inqiry-area, #concept-ability .conact-area .inqiry-area, #concept-inability .conact-area .inqiry-area, #concept-reason .conact-area .inqiry-area, #concept-step .conact-area .inqiry-area, #works .conact-area .inqiry-area, #works-newconstruction .conact-area .inqiry-area, #works-renovation .conact-area .inqiry-area, #works-commercial-facility .conact-area .inqiry-area, #works-other .conact-area .inqiry-area, #works-detail .conact-area .inqiry-area, #reports .conact-area .inqiry-area, #reports-projects .conact-area .inqiry-area, #reports-detail .conact-area .inqiry-area, #column .conact-area .inqiry-area, #column-category .conact-area .inqiry-area, #column-detail .conact-area .inqiry-area, #faq .conact-area .inqiry-area, #contact .conact-area .inqiry-area, #contact-thanks .conact-area .inqiry-area, #company .conact-area .inqiry-area, #recruit .conact-area .inqiry-area, #privacy-policy .conact-area .inqiry-area, #landed-estate .conact-area .inqiry-area, #landed-estate-category .conact-area .inqiry-area, #recruit .conact-area .inqiry-area, #recruit-form .conact-area .inqiry-area, #recruit-thanks footer .conact-area .inqiry-area {
      display: block;
      margin-left: 0; }
      #concept .conact-area .inqiry-area .inqiry-btn a, #concept-ability .conact-area .inqiry-area .inqiry-btn a, #concept-inability .conact-area .inqiry-area .inqiry-btn a, #concept-reason .conact-area .inqiry-area .inqiry-btn a, #concept-step .conact-area .inqiry-area .inqiry-btn a, #works .conact-area .inqiry-area .inqiry-btn a, #works-newconstruction .conact-area .inqiry-area .inqiry-btn a, #works-renovation .conact-area .inqiry-area .inqiry-btn a, #works-commercial-facility .conact-area .inqiry-area .inqiry-btn a, #works-other .conact-area .inqiry-area .inqiry-btn a, #works-detail .conact-area .inqiry-area .inqiry-btn a, #reports .conact-area .inqiry-area .inqiry-btn a, #reports-projects .conact-area .inqiry-area .inqiry-btn a, #reports-detail .conact-area .inqiry-area .inqiry-btn a, #column .conact-area .inqiry-area .inqiry-btn a, #column-category .conact-area .inqiry-area .inqiry-btn a, #column-detail .conact-area .inqiry-area .inqiry-btn a, #faq .conact-area .inqiry-area .inqiry-btn a, #contact .conact-area .inqiry-area .inqiry-btn a, #contact-thanks .conact-area .inqiry-area .inqiry-btn a, #company .conact-area .inqiry-area .inqiry-btn a, #recruit .conact-area .inqiry-area .inqiry-btn a, #privacy-policy .conact-area .inqiry-area .inqiry-btn a, #landed-estate .conact-area .inqiry-area .inqiry-btn a, #landed-estate-category .conact-area .inqiry-area .inqiry-btn a, #recruit .conact-area .inqiry-area .inqiry-btn a, #recruit-form .conact-area .inqiry-area .inqiry-btn a, #recruit-thanks footer .conact-area .inqiry-area .inqiry-btn a {
        padding: 10px 20px; } }

/* -------------------------------------
   link btn
------------------------------------- */
.linkbtn {
  padding: 0;
  display: inline-block;
  margin: 0 auto;
  text-align: center; }
  .linkbtn a {
    padding: 20px 5%;
    color: #ffffff;
    background: #1A9FAA;
    width: 330px;
    display: inline-block;
    font-weight: bold; }
    .linkbtn a i {
      vertical-align: middle;
      color: #ffffff;
      padding-right: 10px;
      margin-top: -6px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all  0.3s ease;
      font-size: 20px;
      font-size: 1.25rem; }
      @media screen and (max-width: 320px) {
        .linkbtn a i {
          font-size: 18.76px;
          font-size: 1.1725rem;
          font-size: 17.5px;
          font-size: 1.09375rem; } }
    .linkbtn a:link, .linkbtn a:visited {
      text-decoration: none; }
    .linkbtn a:hover {
      opacity: 0.7;
      filter: alpha(opacity=70); }
  @media screen and (max-width: 580px) {
    .linkbtn {
      width: 100%; }
      .linkbtn a {
        width: 90%; } }

/* -------------------------------------
   btn-pagetop
------------------------------------- */
.btn-pagetop {
  position: fixed;
  display: block;
  bottom: 0px;
  right: 0px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  z-index: 4;
  font-size: 50px;
  font-size: 3.125rem; }
  @media screen and (max-width: 320px) {
    .btn-pagetop {
      font-size: 46.9px;
      font-size: 2.93125rem;
      font-size: 43.75px;
      font-size: 2.734375rem; } }
  .btn-pagetop i {
    color: #ffffff; }
  .btn-pagetop a {
    display: block;
    width: 70px;
    height: 70px;
    background-color: #50493E;
    opacity: 0.7;
    filter: alpha(opacity=70); }
    .btn-pagetop a:hover, .btn-pagetop a:active {
      background-color: #666; }

/* -------------------------------------
   swiper setting
------------------------------------- */
.swiper-container {
  min-width: 1070px;
  width: 100%; }
  .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%; }
  @media screen and (max-width: 767px) {
    .swiper-container {
      min-width: 320px; } }

@media screen and (max-width: 767px) {
  #slide3 .swiper-wrapper {
    display: block; }
    #slide3 .swiper-wrapper .swiper-slide {
      margin-bottom: 0px; }
  #slide3 .swiper-button-prev, #slide3 .swiper-button-next, #slide3 .swiper-pagination {
    display: none; } }

/* IE9 */
.ie9 .swiper-container .swiper-wrapper .swiper-slide,
.ie9 .swiper-container .swiper-pagination,
.ie9 .swiper-container .swiper-button-prev,
.ie9 .swiper-container .swiper-button-next {
  display: none; }

.ie9 .swiper-container .swiper-wrapper .swiper-slide:first-child {
  display: block; }

/* -------------------------------------
   top
------------------------------------- */
.main-image {
  position: relative;
  display: block; }
  .main-image .main-image-container .main-image-wrapper .slide {
    width: 100%; }
    .main-image .main-image-container .main-image-wrapper .slide img {
      width: 100%; }
    .main-image .main-image-container .main-image-wrapper .slide a {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .main-image .main-image-container .main-image-wrapper .slide a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }
  @media screen and (max-width: 767px) {
    .main-image {
      width: auto;
      margin: 0px auto; } }

#top-about {
  clear: both;
  position: relative;
  display: block;
  width: 900px;
  margin: -65px auto 80px; }
  #top-about h2 {
    font-family: 'Reem Kufi', sans-serif;
    font-style: normal;
    font-weight: 400;
    /*@else if $weight == montserrat{
    	font-family: 'Montserrat', sans-serif;
    	font-style: normal;
    	font-weight: 400;
    }@else if $weight == montserrat_bold{
    	font-family: 'Montserrat', sans-serif;
    	font-style: normal;
    	font-weight: 700;
    }*/
    font-size: 100px;
    font-size: 6.25rem;
    line-height: 1em;
    text-align: left;
    padding: 0 0 5px 0;
    margin-left: -5px; }
    @media screen and (max-width: 320px) {
      #top-about h2 {
        font-size: 93.8px;
        font-size: 5.8625rem;
        font-size: 87.5px;
        font-size: 5.46875rem; } }
  #top-about h3 {
    font-family: 'source-han-sans-japanese', sans-serif;
    font-style: normal;
    font-weight: 700;
    /*@else if $weight == montserrat{
    	font-family: 'Montserrat', sans-serif;
    	font-style: normal;
    	font-weight: 400;
    }@else if $weight == montserrat_bold{
    	font-family: 'Montserrat', sans-serif;
    	font-style: normal;
    	font-weight: 700;
    }*/
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1em;
    margin-bottom: 40px; }
    @media screen and (max-width: 320px) {
      #top-about h3 {
        font-size: 28.14px;
        font-size: 1.75875rem;
        font-size: 26.25px;
        font-size: 1.640625rem; } }
  #top-about p.top-about-text {
    font-size: 16px;
    font-size: 1rem;
    color: #202020;
    text-align: left;
    width: 870px; }
    @media screen and (max-width: 320px) {
      #top-about p.top-about-text {
        font-size: 15.008px;
        font-size: 0.938rem; } }
  @media screen and (max-width: 767px) {
    #top-about {
      width: auto;
      margin: -36px auto 40px;
      padding: 0 20px; }
      #top-about h2 {
        font-size: 44px;
        font-size: 2.75rem;
        line-height: 0.7em;
        text-align: left;
        padding: 15px 0 10px 0;
        margin-left: -3px; } }
    @media screen and (max-width: 767px) and (max-width: 320px) {
      #top-about h2 {
        font-size: 41.272px;
        font-size: 2.5795rem;
        font-size: 38.5px;
        font-size: 2.40625rem; } }
  @media screen and (max-width: 767px) {
      #top-about h3 {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.4em;
        margin-bottom: 20px; } }
    @media screen and (max-width: 767px) and (max-width: 320px) {
      #top-about h3 {
        font-size: 18.76px;
        font-size: 1.1725rem;
        font-size: 17.5px;
        font-size: 1.09375rem; } }
  @media screen and (max-width: 767px) {
      #top-about p.top-about-text {
        font-size: 16px;
        font-size: 1rem;
        width: auto;
        margin-top: 0px;
        text-align: left; } }
    @media screen and (max-width: 767px) and (max-width: 320px) {
      #top-about p.top-about-text {
        font-size: 15.008px;
        font-size: 0.938rem; } }

  @media screen and (max-width: 580px) {
    #top-about h2 {
      padding: 15px 0 20px 0; }
    #top-about h3 {
      line-height: 1.2em; } }

#about-banner {
  position: relative;
  display: block;
  width: 100%;
  margin: 0px auto 90px;
  overflow: hidden;
  background: url(../img/index/concept_bigbanner.png) no-repeat 50% 50%;
  background-size: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  	/*@include addMQ(320px){
  		h2 {
  			@include fontSize(24);
  
  		}
  	}*/ }
  #about-banner:hover {
    background-size: 104%; }
  #about-banner a {
    color: #988F39;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #about-banner a:hover .about-banner-inner {
      color: #786F19; }
      #about-banner a:hover .about-banner-inner:after {
        right: 10px; }
  #about-banner .about-banner-inner {
    position: relative;
    margin: 40px auto;
    padding: 40px 40px;
    background: #ffffff;
    opacity: 0.95;
    filter: alpha(opacity=95);
    width: 515px; }
    #about-banner .about-banner-inner:after {
      position: absolute;
      font-family: 'FontAwesome';
      font-size: 40px;
      font-size: 2.5rem;
      content: '\f054';
      margin-top: -25px;
      top: 50%;
      right: 20px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media screen and (max-width: 320px) {
        #about-banner .about-banner-inner:after {
          font-size: 37.52px;
          font-size: 2.345rem;
          font-size: 35px;
          font-size: 2.1875rem; } }
  #about-banner h2 {
    position: relative;
    font-family: 'source-han-sans-japanese', sans-serif;
    font-style: normal;
    font-weight: 700;
    /*@else if $weight == montserrat{
    	font-family: 'Montserrat', sans-serif;
    	font-style: normal;
    	font-weight: 400;
    }@else if $weight == montserrat_bold{
    	font-family: 'Montserrat', sans-serif;
    	font-style: normal;
    	font-weight: 700;
    }*/
    font-size: 20px;
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media screen and (max-width: 320px) {
      #about-banner h2 {
        font-size: 18.76px;
        font-size: 1.1725rem;
        font-size: 17.5px;
        font-size: 1.09375rem; } }
  #about-banner h3 {
    position: relative;
    font-family: 'Reem Kufi', sans-serif;
    font-style: normal;
    font-weight: 400;
    /*@else if $weight == montserrat{
    	font-family: 'Montserrat', sans-serif;
    	font-style: normal;
    	font-weight: 400;
    }@else if $weight == montserrat_bold{
    	font-family: 'Montserrat', sans-serif;
    	font-style: normal;
    	font-weight: 700;
    }*/
    font-size: 20px;
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 40px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media screen and (max-width: 320px) {
      #about-banner h3 {
        font-size: 18.76px;
        font-size: 1.1725rem;
        font-size: 17.5px;
        font-size: 1.09375rem; } }
  #about-banner p {
    position: relative;
    font-family: 'source-han-sans-japanese', sans-serif;
    font-style: normal;
    font-weight: 700;
    /*@else if $weight == montserrat{
    	font-family: 'Montserrat', sans-serif;
    	font-style: normal;
    	font-weight: 400;
    }@else if $weight == montserrat_bold{
    	font-family: 'Montserrat', sans-serif;
    	font-style: normal;
    	font-weight: 700;
    }*/
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  @media screen and (max-width: 767px) {
    #about-banner {
      margin: 0px auto 60px; }
      #about-banner .about-banner-inner {
        margin: 40px auto;
        padding: 20px 10px;
        width: 280px;
        min-width: 200px; }
        #about-banner .about-banner-inner:after {
          font-size: 24px;
          font-size: 1.5rem;
          margin-top: -12px;
          right: 10px; } }
      @media screen and (max-width: 767px) and (max-width: 320px) {
        #about-banner .about-banner-inner:after {
          font-size: 22.512px;
          font-size: 1.407rem;
          font-size: 21px;
          font-size: 1.3125rem; } }
  @media screen and (max-width: 767px) {
      #about-banner h2 {
        font-size: 20px;
        font-size: 1.25rem; } }
    @media screen and (max-width: 767px) and (max-width: 320px) {
      #about-banner h2 {
        font-size: 18.76px;
        font-size: 1.1725rem;
        font-size: 17.5px;
        font-size: 1.09375rem; } }
  @media screen and (max-width: 767px) {
      #about-banner h3 {
        font-size: 16px;
        font-size: 1rem;
        margin-bottom: 20px; } }
    @media screen and (max-width: 767px) and (max-width: 320px) {
      #about-banner h3 {
        font-size: 15.008px;
        font-size: 0.938rem; } }
  @media screen and (max-width: 767px) {
      #about-banner p {
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 1.6; } }
  @media screen and (max-width: 380px) {
    #about-banner .about-banner-inner {
      opacity: 0.9;
      filter: alpha(opacity=90);
      margin: 16px auto;
      padding: 10px 10px;
      width: 70%;
      min-width: 200px; }
      #about-banner .about-banner-inner:after {
        font-size: 24px;
        font-size: 1.5rem;
        margin-top: -12px;
        right: 10px; } }
    @media screen and (max-width: 380px) and (max-width: 320px) {
      #about-banner .about-banner-inner:after {
        font-size: 22.512px;
        font-size: 1.407rem;
        font-size: 21px;
        font-size: 1.3125rem; } }
  @media screen and (max-width: 380px) {
    #about-banner h2 {
      font-size: 18px;
      font-size: 1.125rem;
      margin-bottom: 0px; } }
  @media screen and (max-width: 380px) and (max-width: 320px) {
    #about-banner h2 {
      font-size: 16.884px;
      font-size: 1.05525rem;
      font-size: 15.75px;
      font-size: 0.984375rem; } }
  @media screen and (max-width: 380px) {
    #about-banner h3 {
      font-size: 14px;
      font-size: 0.875rem;
      margin-bottom: 20px; }
    #about-banner p {
      font-size: 10px;
      font-size: 0.625rem;
      width: 80%;
      margin: 0 auto; } }

#top-works {
  position: relative;
  width: 1070px;
  margin: 0px auto 90px; }
  #top-works ul.top-works-list {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    list-style-type: none; }
    #top-works ul.top-works-list li {
      position: relative;
      overflow: hidden;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #top-works ul.top-works-list li a {
        text-decoration: none;
        color: #ffffff; }
      #top-works ul.top-works-list li:nth-child(2), #top-works ul.top-works-list li:nth-child(3), #top-works ul.top-works-list li:nth-child(4) {
        float: left;
        margin-right: 40px; }
        #top-works ul.top-works-list li:nth-child(2) .works-img, #top-works ul.top-works-list li:nth-child(3) .works-img, #top-works ul.top-works-list li:nth-child(4) .works-img {
          width: 330px; }
        #top-works ul.top-works-list li:nth-child(2) .top-works-text-area, #top-works ul.top-works-list li:nth-child(3) .top-works-text-area, #top-works ul.top-works-list li:nth-child(4) .top-works-text-area {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 40px;
          background-color: rgba(0, 0, 0, 0.5);
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          #top-works ul.top-works-list li:nth-child(2) .top-works-text-area h2.top-works-title, #top-works ul.top-works-list li:nth-child(3) .top-works-text-area h2.top-works-title, #top-works ul.top-works-list li:nth-child(4) .top-works-text-area h2.top-works-title {
            text-align: center;
            font-family: 'source-han-sans-japanese', sans-serif;
            font-style: normal;
            font-weight: 700;
            /*@else if $weight == montserrat{
            	font-family: 'Montserrat', sans-serif;
            	font-style: normal;
            	font-weight: 400;
            }@else if $weight == montserrat_bold{
            	font-family: 'Montserrat', sans-serif;
            	font-style: normal;
            	font-weight: 700;
            }*/
            font-size: 16px;
            font-size: 1rem;
            opacity: 0;
            filter: alpha(opacity=0);
            margin: 40px 40px;
            -webkit-transition: all 0.3s 0.3s ease;
            -moz-transition: all 0.3s 0.3s ease;
            -ms-transition: all 0.3s 0.3s ease;
            -o-transition: all 0.3s 0.3s ease;
            transition: all 0.3s 0.3s ease; }
            @media screen and (max-width: 320px) {
              #top-works ul.top-works-list li:nth-child(2) .top-works-text-area h2.top-works-title, #top-works ul.top-works-list li:nth-child(3) .top-works-text-area h2.top-works-title, #top-works ul.top-works-list li:nth-child(4) .top-works-text-area h2.top-works-title {
                font-size: 15.008px;
                font-size: 0.938rem; } }
            #top-works ul.top-works-list li:nth-child(2) .top-works-text-area h2.top-works-title span, #top-works ul.top-works-list li:nth-child(3) .top-works-text-area h2.top-works-title span, #top-works ul.top-works-list li:nth-child(4) .top-works-text-area h2.top-works-title span {
              font-size: 14px;
              font-size: 0.875rem;
              padding-bottom: 15px;
              display: inline-block; }
          #top-works ul.top-works-list li:nth-child(2) .top-works-text-area p.top-works-more, #top-works ul.top-works-list li:nth-child(3) .top-works-text-area p.top-works-more, #top-works ul.top-works-list li:nth-child(4) .top-works-text-area p.top-works-more {
            position: absolute;
            bottom: 6px;
            left: 50%;
            -webkit-transform: translate(-50%, 0);
            -moz-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            font-family: 'Reem Kufi', sans-serif;
            font-style: normal;
            font-weight: 400;
            /*@else if $weight == montserrat{
            	font-family: 'Montserrat', sans-serif;
            	font-style: normal;
            	font-weight: 400;
            }@else if $weight == montserrat_bold{
            	font-family: 'Montserrat', sans-serif;
            	font-style: normal;
            	font-weight: 700;
            }*/
            font-size: 14px;
            font-size: 0.875rem; }
            #top-works ul.top-works-list li:nth-child(2) .top-works-text-area p.top-works-more i, #top-works ul.top-works-list li:nth-child(3) .top-works-text-area p.top-works-more i, #top-works ul.top-works-list li:nth-child(4) .top-works-text-area p.top-works-more i {
              margin-right: 6px; }
        #top-works ul.top-works-list li:nth-child(2):hover .top-works-text-area, #top-works ul.top-works-list li:nth-child(3):hover .top-works-text-area, #top-works ul.top-works-list li:nth-child(4):hover .top-works-text-area {
          height: 220px; }
          #top-works ul.top-works-list li:nth-child(2):hover .top-works-text-area h2.top-works-title, #top-works ul.top-works-list li:nth-child(3):hover .top-works-text-area h2.top-works-title, #top-works ul.top-works-list li:nth-child(4):hover .top-works-text-area h2.top-works-title {
            opacity: 1;
            filter: alpha(opacity=100); }
      #top-works ul.top-works-list li:nth-child(4) {
        margin-right: 0; }
      #top-works ul.top-works-list li:first-child {
        margin-bottom: 30px; }
        #top-works ul.top-works-list li:first-child:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }
        #top-works ul.top-works-list li:first-child .works-img {
          width: 700px;
          float: left; }
        #top-works ul.top-works-list li:first-child .top-works-text-area {
          width: 310px;
          height: 407px;
          padding: 30px;
          float: left;
          background-color: #BE9292; }
          #top-works ul.top-works-list li:first-child .top-works-text-area h2.top-works-title {
            font-family: 'source-han-sans-japanese', sans-serif;
            font-style: normal;
            font-weight: 700;
            /*@else if $weight == montserrat{
            	font-family: 'Montserrat', sans-serif;
            	font-style: normal;
            	font-weight: 400;
            }@else if $weight == montserrat_bold{
            	font-family: 'Montserrat', sans-serif;
            	font-style: normal;
            	font-weight: 700;
            }*/
            font-size: 20px;
            font-size: 1.25rem;
            line-height: 1.4em;
            margin-bottom: 40px; }
            @media screen and (max-width: 320px) {
              #top-works ul.top-works-list li:first-child .top-works-text-area h2.top-works-title {
                font-size: 18.76px;
                font-size: 1.1725rem;
                font-size: 17.5px;
                font-size: 1.09375rem; } }
            #top-works ul.top-works-list li:first-child .top-works-text-area h2.top-works-title span {
              font-size: 16px;
              font-size: 1rem;
              margin-bottom: 20px;
              display: inline-block; }
              @media screen and (max-width: 320px) {
                #top-works ul.top-works-list li:first-child .top-works-text-area h2.top-works-title span {
                  font-size: 15.008px;
                  font-size: 0.938rem; } }
        #top-works ul.top-works-list li:first-child .top-works-text {
          margin-bottom: 50px; }
        #top-works ul.top-works-list li:first-child .top-works-more {
          font-family: 'Reem Kufi', sans-serif;
          font-style: normal;
          font-weight: 400;
          /*@else if $weight == montserrat{
          	font-family: 'Montserrat', sans-serif;
          	font-style: normal;
          	font-weight: 400;
          }@else if $weight == montserrat_bold{
          	font-family: 'Montserrat', sans-serif;
          	font-style: normal;
          	font-weight: 700;
          }*/
          font-size: 14px;
          font-size: 0.875rem;
          text-align: right; }
          #top-works ul.top-works-list li:first-child .top-works-more i {
            margin-right: 6px; }
  @media screen and (max-width: 767px) {
    #top-works {
      width: auto;
      min-width: 320px;
      margin: 0px auto 60px; }
      #top-works ul.top-works-list li:nth-child(2), #top-works ul.top-works-list li:nth-child(3), #top-works ul.top-works-list li:nth-child(4) {
        float: none;
        margin: 0 auto 20px;
        width: 80%; }
        #top-works ul.top-works-list li:nth-child(2) .works-img, #top-works ul.top-works-list li:nth-child(3) .works-img, #top-works ul.top-works-list li:nth-child(4) .works-img {
          width: 100%; }
        #top-works ul.top-works-list li:nth-child(2) .top-works-text-area, #top-works ul.top-works-list li:nth-child(3) .top-works-text-area, #top-works ul.top-works-list li:nth-child(4) .top-works-text-area {
          width: 100%;
          height: auto;
          top: 0;
          background-color: rgba(0, 0, 0, 0.3); }
          #top-works ul.top-works-list li:nth-child(2) .top-works-text-area h2.top-works-title, #top-works ul.top-works-list li:nth-child(3) .top-works-text-area h2.top-works-title, #top-works ul.top-works-list li:nth-child(4) .top-works-text-area h2.top-works-title {
            opacity: 1;
            filter: alpha(opacity=100);
            padding-top: 20%; }
        #top-works ul.top-works-list li:nth-child(2):hover .top-works-text-area, #top-works ul.top-works-list li:nth-child(3):hover .top-works-text-area, #top-works ul.top-works-list li:nth-child(4):hover .top-works-text-area {
          height: auto; }
      #top-works ul.top-works-list li:first-child {
        margin-bottom: 20px; }
        #top-works ul.top-works-list li:first-child .works-img {
          width: 100%;
          float: none; }
        #top-works ul.top-works-list li:first-child .top-works-text-area {
          width: auto;
          height: auto;
          padding: 20px;
          float: none; }
          #top-works ul.top-works-list li:first-child .top-works-text-area h2.top-works-title {
            margin-bottom: 30px; }
          #top-works ul.top-works-list li:first-child .top-works-text-area .top-works-text {
            margin-bottom: 20px; } }
  @media screen and (max-width: 580px) {
    #top-works ul.top-works-list li:nth-child(2) .top-works-text-area h2.top-works-title, #top-works ul.top-works-list li:nth-child(3) .top-works-text-area h2.top-works-title, #top-works ul.top-works-list li:nth-child(4) .top-works-text-area h2.top-works-title {
      padding-top: 10%; } }
  @media screen and (max-width: 380px) {
    #top-works ul.top-works-list li:nth-child(2) .top-works-text-area h2.top-works-title, #top-works ul.top-works-list li:nth-child(3) .top-works-text-area h2.top-works-title, #top-works ul.top-works-list li:nth-child(4) .top-works-text-area h2.top-works-title {
      font-size: 14px;
      font-size: 0.875rem;
      margin: 20px;
      padding-top: 0; }
      #top-works ul.top-works-list li:nth-child(2) .top-works-text-area h2.top-works-title span, #top-works ul.top-works-list li:nth-child(3) .top-works-text-area h2.top-works-title span, #top-works ul.top-works-list li:nth-child(4) .top-works-text-area h2.top-works-title span {
        font-size: 14px;
        font-size: 0.875rem;
        margin-bottom: 10px; } }

#column-list-set {
  position: relative;
  width: 700px;
  float: left; }
  #column-list-set ul.column-list {
    list-style: none; }
    #column-list-set ul.column-list li {
      overflow: hidden;
      padding-bottom: 40px;
      margin-bottom: 40px;
      border-bottom: 1px #95989A dotted; }
      #column-list-set ul.column-list li a {
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #column-list-set ul.column-list li a:hover .column-list-date, #column-list-set ul.column-list li a:hover .column-list-img {
          opacity: 0.7;
          filter: alpha(opacity=70); }
        #column-list-set ul.column-list li a:hover .column-list-content h2, #column-list-set ul.column-list li a:hover .column-list-content p {
          text-decoration: underline; }
      #column-list-set ul.column-list li .column-list-date {
        width: 100px;
        height: 77px;
        padding: 20px 0 10px 0;
        line-height: 1.4em;
        background: #BC92BE;
        font-family: 'Lato', sans-serif;
        font-style: normal;
        font-weight: 400;
        /*@else if $weight == montserrat{
        	font-family: 'Montserrat', sans-serif;
        	font-style: normal;
        	font-weight: 400;
        }@else if $weight == montserrat_bold{
        	font-family: 'Montserrat', sans-serif;
        	font-style: normal;
        	font-weight: 700;
        }*/
        font-size: 14px;
        font-size: 0.875rem;
        color: #ffffff;
        text-align: center;
        float: left;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #column-list-set ul.column-list li .column-list-date span {
          font-size: 30px;
          font-size: 1.875rem;
          line-height: 0.8em; }
          @media screen and (max-width: 320px) {
            #column-list-set ul.column-list li .column-list-date span {
              font-size: 28.14px;
              font-size: 1.75875rem;
              font-size: 26.25px;
              font-size: 1.640625rem; } }
      #column-list-set ul.column-list li .column-list-img {
        width: 160px;
        float: left;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      #column-list-set ul.column-list li .column-list-content {
        margin-left: 280px; }
        #column-list-set ul.column-list li .column-list-content .column-list-category {
          font-family: 'source-han-sans-japanese', sans-serif;
          font-style: normal;
          font-weight: 400;
          /*@else if $weight == montserrat{
          	font-family: 'Montserrat', sans-serif;
          	font-style: normal;
          	font-weight: 400;
          }@else if $weight == montserrat_bold{
          	font-family: 'Montserrat', sans-serif;
          	font-style: normal;
          	font-weight: 700;
          }*/
          font-size: 14px;
          font-size: 0.875rem;
          color: #BC92BE;
          margin-top: -5px; }
        #column-list-set ul.column-list li .column-list-content h2 {
          font-family: 'source-han-sans-japanese', sans-serif;
          font-style: normal;
          font-weight: 700;
          /*@else if $weight == montserrat{
          	font-family: 'Montserrat', sans-serif;
          	font-style: normal;
          	font-weight: 400;
          }@else if $weight == montserrat_bold{
          	font-family: 'Montserrat', sans-serif;
          	font-style: normal;
          	font-weight: 700;
          }*/
          font-size: 16px;
          font-size: 1rem;
          margin-bottom: 5px;
          color: #202020;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          @media screen and (max-width: 320px) {
            #column-list-set ul.column-list li .column-list-content h2 {
              font-size: 15.008px;
              font-size: 0.938rem; } }
        #column-list-set ul.column-list li .column-list-content p {
          color: #202020;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
  @media screen and (max-width: 767px) {
    #column-list-set {
      width: 90%;
      margin: 0 auto 80px;
      float: none; }
      #column-list-set ul.column-list {
        margin: 30px 0 0 0; }
        #column-list-set ul.column-list li {
          padding-bottom: 20px;
          margin-bottom: 20px; }
          #column-list-set ul.column-list li .column-list-inner {
            width: 25%;
            float: left; }
          #column-list-set ul.column-list li .column-list-date {
            width: auto;
            float: none;
            padding: 10px 0 0 0; }
          #column-list-set ul.column-list li .column-list-img {
            width: auto;
            float: none; }
          #column-list-set ul.column-list li .column-list-content {
            margin-left: 30%; } }
  @media screen and (max-width: 380px) {
    #column-list-set {
      margin: 0 auto 80px;
      float: none; }
      #column-list-set ul.column-list {
        margin: 30px 0 0 0; }
        #column-list-set ul.column-list li {
          width: 90%;
          margin: 0 auto 20px; }
          #column-list-set ul.column-list li .column-list-inner {
            width: 100%;
            float: none;
            margin: 0 auto; }
          #column-list-set ul.column-list li .column-list-date {
            width: auto;
            height: auto;
            float: none;
            margin: 0 auto;
            padding: 10px 0 5px 0; }
            #column-list-set ul.column-list li .column-list-date br {
              display: none;
              padding: 0 30px; }
          #column-list-set ul.column-list li .column-list-img {
            width: auto;
            float: none; }
          #column-list-set ul.column-list li .column-list-content {
            float: none;
            margin: 10px auto 0;
            width: auto; } }

#top-facebook {
  position: relative;
  width: 330px;
  float: right; }
  @media screen and (max-width: 767px) {
    #top-facebook {
      width: 90%;
      min-width: 320px;
      float: none;
      margin: 0 auto 80px; }
      #top-facebook .fb-page.fb_iframe_widget {
        text-align: center;
        display: block; } }

#top-instagram {
  position: relative;
  width: 100%; }
  #top-instagram ul#instafeed {
    list-style: none;
    overflow: hidden;
    width: 100%;
    height: auto; }
    #top-instagram ul#instafeed:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden; }
    #top-instagram ul#instafeed li {
      float: left;
      overflow: hidden;
      width: 20%;
      /* トリミングしたい枠の幅 */
      padding-top: 20%;
      /* トリミングしたい枠の高さ */
      position: relative; }
      #top-instagram ul#instafeed li img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        max-width: 300%;
        max-height: 300%; }
  @media screen and (max-width: 767px) {
    #top-instagram ul#instafeed li {
      width: 25%;
      /* トリミングしたい枠の幅 */
      padding-top: 25%;
      /* トリミングしたい枠の高さ */ }
    #top-instagram ul#instafeed li:nth-child(n+9) {
      display: none; } }

/* -------------------------------------
   Page Style Common
------------------------------------- */
#page-header {
  position: relative;
  display: block;
  width: 100%; }
  #page-header .page-header-image {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden; }
    #page-header .page-header-image img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%; }
    #page-header .page-header-image h1 {
      position: absolute;
      top: 105px;
      left: 50%;
      margin-left: -535px;
      color: #ffffff;
      font-family: 'source-han-sans-japanese', sans-serif;
      font-style: normal;
      font-weight: 400;
      /*@else if $weight == montserrat{
      	font-family: 'Montserrat', sans-serif;
      	font-style: normal;
      	font-weight: 400;
      }@else if $weight == montserrat_bold{
      	font-family: 'Montserrat', sans-serif;
      	font-style: normal;
      	font-weight: 700;
      }*/
      font-size: 30px;
      font-size: 1.875rem;
      width: 90%; }
      @media screen and (max-width: 320px) {
        #page-header .page-header-image h1 {
          font-size: 28.14px;
          font-size: 1.75875rem;
          font-size: 26.25px;
          font-size: 1.640625rem; } }
    #page-header .page-header-image h2 {
      position: absolute;
      top: 155px;
      left: 50%;
      margin-left: -535px;
      color: #ffffff;
      font-family: 'Reem Kufi', sans-serif;
      font-style: normal;
      font-weight: 400;
      /*@else if $weight == montserrat{
      	font-family: 'Montserrat', sans-serif;
      	font-style: normal;
      	font-weight: 400;
      }@else if $weight == montserrat_bold{
      	font-family: 'Montserrat', sans-serif;
      	font-style: normal;
      	font-weight: 700;
      }*/
      font-size: 24px;
      font-size: 1.5rem;
      width: max-content;
      font-feature-settings: "pkna"; }
      @media screen and (max-width: 320px) {
        #page-header .page-header-image h2 {
          font-size: 22.512px;
          font-size: 1.407rem;
          font-size: 21px;
          font-size: 1.3125rem; } }
  #page-header .page-header-b h1, #page-header .page-header-b h2 {
    color: #202020; }
  @media screen and (max-width: 767px) {
    #page-header {
      width: auto;
      margin: 0 auto; }
      #page-header .page-header-image {
        height: 140px; }
        #page-header .page-header-image h1 {
          top: 40px;
          margin-left: -45%;
          font-size: 20px;
          font-size: 1.25rem; } }
      @media screen and (max-width: 767px) and (max-width: 320px) {
        #page-header .page-header-image h1 {
          font-size: 18.76px;
          font-size: 1.1725rem;
          font-size: 17.5px;
          font-size: 1.09375rem; } }
  @media screen and (max-width: 767px) {
        #page-header .page-header-image h2 {
          top: 70px;
          margin-left: -45%;
          font-size: 16px;
          font-size: 1rem; } }
      @media screen and (max-width: 767px) and (max-width: 320px) {
        #page-header .page-header-image h2 {
          font-size: 15.008px;
          font-size: 0.938rem; } }
  @media screen and (max-width: 767px) {
      #page-header p.page-about-text {
        padding: 40px 0 0px; } }

#page-header.second .page-header-image h1 {
  top: 120px;
  font-family: 'source-han-sans-japanese', sans-serif;
  font-style: normal;
  font-weight: 400;
  /*@else if $weight == montserrat{
  	font-family: 'Montserrat', sans-serif;
  	font-style: normal;
  	font-weight: 400;
  }@else if $weight == montserrat_bold{
  	font-family: 'Montserrat', sans-serif;
  	font-style: normal;
  	font-weight: 700;
  }*/
  font-size: 16px;
  font-size: 1rem;
  width: 90%; }
  @media screen and (max-width: 320px) {
    #page-header.second .page-header-image h1 {
      font-size: 15.008px;
      font-size: 0.938rem; } }
#page-header.second .page-header-image h2 {
  font-family: 'source-han-sans-japanese', sans-serif;
  font-style: normal;
  font-weight: 400;
  /*@else if $weight == montserrat{
  	font-family: 'Montserrat', sans-serif;
  	font-style: normal;
  	font-weight: 400;
  }@else if $weight == montserrat_bold{
  	font-family: 'Montserrat', sans-serif;
  	font-style: normal;
  	font-weight: 700;
  }*/
  font-size: 30px;
  font-size: 1.875rem; }
  @media screen and (max-width: 320px) {
    #page-header.second .page-header-image h2 {
      font-size: 28.14px;
      font-size: 1.75875rem;
      font-size: 26.25px;
      font-size: 1.640625rem; } }
@media screen and (max-width: 767px) {
  #page-header.second .page-header-image h1 {
    top: 45px;
    font-size: 14px;
    font-size: 0.875rem; }
  #page-header.second .page-header-image h2 {
    font-size: 20px;
    font-size: 1.25rem; } }
  @media screen and (max-width: 767px) and (max-width: 320px) {
    #page-header.second .page-header-image h2 {
      font-size: 18.76px;
      font-size: 1.1725rem;
      font-size: 17.5px;
      font-size: 1.09375rem; } }

#page-header.third {
  position: relative;
  display: block;
  width: 100%; }
  #page-header.third .page-header-image {
    position: relative;
    width: 100%;
    height: 120px;
    overflow: hidden;
    background: #3C3B2C; }
    #page-header.third .page-header-image h1 {
      top: 22px;
      font-family: 'source-han-sans-japanese', sans-serif;
      font-style: normal;
      font-weight: 400;
      /*@else if $weight == montserrat{
      	font-family: 'Montserrat', sans-serif;
      	font-style: normal;
      	font-weight: 400;
      }@else if $weight == montserrat_bold{
      	font-family: 'Montserrat', sans-serif;
      	font-style: normal;
      	font-weight: 700;
      }*/
      font-size: 16px;
      font-size: 1rem;
      width: 90%; }
      @media screen and (max-width: 320px) {
        #page-header.third .page-header-image h1 {
          font-size: 15.008px;
          font-size: 0.938rem; } }
    #page-header.third .page-header-image h2 {
      top: 58px;
      font-family: 'source-han-sans-japanese', sans-serif;
      font-style: normal;
      font-weight: 400;
      /*@else if $weight == montserrat{
      	font-family: 'Montserrat', sans-serif;
      	font-style: normal;
      	font-weight: 400;
      }@else if $weight == montserrat_bold{
      	font-family: 'Montserrat', sans-serif;
      	font-style: normal;
      	font-weight: 700;
      }*/
      font-size: 30px;
      font-size: 1.875rem; }
      @media screen and (max-width: 320px) {
        #page-header.third .page-header-image h2 {
          font-size: 28.14px;
          font-size: 1.75875rem;
          font-size: 26.25px;
          font-size: 1.640625rem; } }
  @media screen and (max-width: 767px) {
    #page-header.third .page-header-image h1 {
      top: 31px;
      font-size: 14px;
      font-size: 0.875rem; }
    #page-header.third .page-header-image h2 {
      font-size: 20px;
      font-size: 1.25rem; } }
  @media screen and (max-width: 767px) and (max-width: 320px) {
    #page-header.third .page-header-image h2 {
      font-size: 18.76px;
      font-size: 1.1725rem;
      font-size: 17.5px;
      font-size: 1.09375rem; } }

  @media screen and (max-width: 380px) {
    #page-header.third .page-header-image {
      height: 114px;
      margin-top: 33px; } }

h2.common-title {
  font-family: 'Reem Kufi', sans-serif;
  font-style: normal;
  font-weight: 400;
  /*@else if $weight == montserrat{
  	font-family: 'Montserrat', sans-serif;
  	font-style: normal;
  	font-weight: 400;
  }@else if $weight == montserrat_bold{
  	font-family: 'Montserrat', sans-serif;
  	font-style: normal;
  	font-weight: 700;
  }*/
  font-size: 48px;
  font-size: 3rem;
  text-align: center;
  line-height: 1.2em; }
  @media screen and (max-width: 320px) {
    h2.common-title {
      font-size: 45.024px;
      font-size: 2.814rem;
      font-size: 42px;
      font-size: 2.625rem; } }
  @media screen and (max-width: 767px) {
    h2.common-title {
      font-size: 40px;
      font-size: 2.5rem;
      line-height: 1.2; } }
  @media screen and (max-width: 767px) and (max-width: 320px) {
    h2.common-title {
      font-size: 37.52px;
      font-size: 2.345rem;
      font-size: 35px;
      font-size: 2.1875rem; } }

h2.common-sub-title {
  font-family: 'source-han-sans-japanese', sans-serif;
  font-style: normal;
  font-weight: 400;
  /*@else if $weight == montserrat{
  	font-family: 'Montserrat', sans-serif;
  	font-style: normal;
  	font-weight: 400;
  }@else if $weight == montserrat_bold{
  	font-family: 'Montserrat', sans-serif;
  	font-style: normal;
  	font-weight: 700;
  }*/
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 40px;
  text-align: center; }
  @media screen and (max-width: 320px) {
    h2.common-sub-title {
      font-size: 16.884px;
      font-size: 1.05525rem;
      font-size: 15.75px;
      font-size: 0.984375rem; } }
  @media screen and (max-width: 767px) {
    h2.common-sub-title {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.2;
      margin-bottom: 20px; } }

.page-inner {
  position: relative;
  display: block;
  width: 800px;
  margin: 0 auto 80px; }
  @media screen and (max-width: 767px) {
    .page-inner {
      width: 90%; } }

#contents1, #contents2, #contents3, #contents4, #contents5 {
  position: relative;
  width: 1070px;
  margin: 0 auto 60px; }
  #contents1:last-child, #contents2:last-child, #contents3:last-child, #contents4:last-child, #contents5:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    #contents1, #contents2, #contents3, #contents4, #contents5 {
      width: 90%;
      margin: 0 auto 60px; } }

h2.common-contents-title {
  font-family: 'source-han-sans-japanese', sans-serif;
  font-style: normal;
  font-weight: 700;
  /*@else if $weight == montserrat{
  	font-family: 'Montserrat', sans-serif;
  	font-style: normal;
  	font-weight: 400;
  }@else if $weight == montserrat_bold{
  	font-family: 'Montserrat', sans-serif;
  	font-style: normal;
  	font-weight: 700;
  }*/
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 30px;
  line-height: 1.4em;
  width: 100%; }
  @media screen and (max-width: 320px) {
    h2.common-contents-title {
      font-size: 28.14px;
      font-size: 1.75875rem;
      font-size: 26.25px;
      font-size: 1.640625rem; } }
  @media screen and (max-width: 767px) {
    h2.common-contents-title {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.2em; } }
  @media screen and (max-width: 767px) and (max-width: 320px) {
    h2.common-contents-title {
      font-size: 18.76px;
      font-size: 1.1725rem;
      font-size: 17.5px;
      font-size: 1.09375rem; } }

  @media screen and (max-width: 580px) {
    h2.common-contents-title {
      margin-top: 30px; } }

h3.common-contents-title2 {
  font-family: 'source-han-sans-japanese', sans-serif;
  font-style: normal;
  font-weight: 700;
  /*@else if $weight == montserrat{
  	font-family: 'Montserrat', sans-serif;
  	font-style: normal;
  	font-weight: 400;
  }@else if $weight == montserrat_bold{
  	font-family: 'Montserrat', sans-serif;
  	font-style: normal;
  	font-weight: 700;
  }*/
  font-size: 22px;
  font-size: 1.375rem;
  padding: 50px 0 30px 0; }
  @media screen and (max-width: 320px) {
    h3.common-contents-title2 {
      font-size: 20.636px;
      font-size: 1.28975rem;
      font-size: 19.25px;
      font-size: 1.203125rem; } }
  @media screen and (max-width: 767px) {
    h3.common-contents-title2 {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.2em; } }
  @media screen and (max-width: 767px) and (max-width: 320px) {
    h3.common-contents-title2 {
      font-size: 16.884px;
      font-size: 1.05525rem;
      font-size: 15.75px;
      font-size: 0.984375rem; } }

  @media screen and (max-width: 580px) {
    h3.common-contents-title2 {
      margin-top: 30px; } }

#banner-area {
  position: relative;
  width: 1070px;
  margin: 0 auto;
 /*
@include addMQ(380px){
	.banner-list {
		li {
			margin: 0 auto 0;
			&:first-child{
				margin: 0 0 20px 0;
			}
			&:nth-child(3),&:nth-child(5){
				margin:  0 0 20px 0;
			}
		}
	}
}*/ }
  #banner-area .banner-list {
    position: relative;
    overflow: hidden; }
    #banner-area .banner-list li {
      position: relative;
      width: 330px;
      height: 220px;
      overflow: hidden;
      float: left;
      margin: 0 40px 40px 0; }
      #banner-area .banner-list li a {
        color: #ffffff; }
        #banner-area .banner-list li a:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }
      #banner-area .banner-list li:nth-child(3), #banner-area .banner-list li:nth-child(6) {
        margin: 0 0 40px 0; }
  @media screen and (max-width: 767px) {
    #banner-area {
      width: auto;
      max-width: 620px;
      margin: 0 auto 60px; }
      #banner-area .banner-list li {
        width: 100%;
        max-width: 300px;
        height: auto;
        margin: 0 20px 20px 0; }
        #banner-area .banner-list li:nth-child(2), #banner-area .banner-list li:nth-child(4), #banner-area .banner-list li:nth-child(6) {
          margin: 0 0 20px 0; }
        #banner-area .banner-list li:nth-child(3) {
          margin: 0 20px 20px 0; }
      #banner-area .banner-list img {
        width: 100%;
        max-width: 300px;
        height: auto; } }
  @media screen and (max-width: 580px) {
    #banner-area {
      width: 90%;
      max-width: 330px;
      margin: 0 auto 60px; }
      #banner-area .banner-list li {
        width: 100%;
        max-width: 330px;
        height: auto;
        margin: 0 auto; }
        #banner-area .banner-list li:first-child {
          margin: 0 0 20px 0; }
        #banner-area .banner-list li:nth-child(3), #banner-area .banner-list li:nth-child(5) {
          margin: 0 0 20px 0; }
      #banner-area .banner-list img {
        width: 100%;
        max-width: 330px; } }

/* -------------------------------------
   swiper setting
------------------------------------- */
.swiper-container {
  min-width: 1070px;
  width: 100%; }
  .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%; }
  @media screen and (max-width: 767px) {
    .swiper-container {
      min-width: 90%; } }

/* IE9 */
.ie9 .swiper-container .swiper-wrapper .swiper-slide,
.ie9 .swiper-container .swiper-pagination,
.ie9 .swiper-container .swiper-button-prev,
.ie9 .swiper-container .swiper-button-next {
  display: none; }

.ie9 .swiper-container .swiper-wrapper .swiper-slide:first-child {
  display: block; }

/* -------------------------------------
   reports / column list prev/next
------------------------------------- */
ul.list-prevnext {
  margin: 0 auto 20px;
  list-style: none;
  position: relative;
  padding-top: 0; }
  ul.list-prevnext a {
    text-decoration: none; }
  ul.list-prevnext .list-prevnext_prev {
    float: left;
    position: relative;
    width: 50%; }
    ul.list-prevnext .list-prevnext_prev i {
      margin-right: 5px; }
  ul.list-prevnext .list-prevnext_next {
    float: right;
    position: relative;
    width: 50%;
    text-align: right; }
    ul.list-prevnext .list-prevnext_next i {
      margin-left: 5px; }
  @media screen and (max-width: 767px) {
    ul.list-prevnext ul.list-prevnext {
      margin: 0 auto 20px;
      padding: 20px 0 40px; } }

/* ======================================================
   concept page
======================================================


/* -------------------------------------
   concept ability / inability
------------------------------------- */
body#concept-ability #contents1 #ability-point, body#concept-inability #contents1 #ability-point {
  position: relative;
  overflow: hidden; }
  body#concept-ability #contents1 #ability-point li, body#concept-inability #contents1 #ability-point li {
    position: relative;
    width: 505px;
    overflow: hidden;
    float: left;
    margin: 0 60px 60px 0; }
    body#concept-ability #contents1 #ability-point li:nth-child(2), body#concept-ability #contents1 #ability-point li:nth-child(4), body#concept-inability #contents1 #ability-point li:nth-child(2), body#concept-inability #contents1 #ability-point li:nth-child(4) {
      margin: 0 0 60px 0; }
    body#concept-ability #contents1 #ability-point li h2, body#concept-inability #contents1 #ability-point li h2 {
      line-height: 1.4em;
      text-align: center;
      /*strong{
      	-webkit-text-emphasis: filled dot $color01;
      	text-emphasis: filled dot $color01;
      }*/ }
      body#concept-ability #contents1 #ability-point li h2 span, body#concept-inability #contents1 #ability-point li h2 span {
        display: block;
        font-family: 'Niconne', cursive;
        font-style: normal;
        font-weight: 400;
        /*@else if $weight == montserrat{
        	font-family: 'Montserrat', sans-serif;
        	font-style: normal;
        	font-weight: 400;
        }@else if $weight == montserrat_bold{
        	font-family: 'Montserrat', sans-serif;
        	font-style: normal;
        	font-weight: 700;
        }*/
        font-size: 40px;
        font-size: 2.5rem;
        margin-bottom: 10px; }
        @media screen and (max-width: 320px) {
          body#concept-ability #contents1 #ability-point li h2 span, body#concept-inability #contents1 #ability-point li h2 span {
            font-size: 37.52px;
            font-size: 2.345rem;
            font-size: 35px;
            font-size: 2.1875rem; } }
      body#concept-ability #contents1 #ability-point li h2 strong, body#concept-inability #contents1 #ability-point li h2 strong {
        border-bottom: double; }
    body#concept-ability #contents1 #ability-point li figure, body#concept-inability #contents1 #ability-point li figure {
      margin: 20px 0; }
@media screen and (max-width: 767px) {
  body#concept-ability #contents1 #ability-point li, body#concept-inability #contents1 #ability-point li {
    width: 48%;
    margin: 0 4% 60px 0; }
    body#concept-ability #contents1 #ability-point li:nth-child(2), body#concept-ability #contents1 #ability-point li:nth-child(4), body#concept-inability #contents1 #ability-point li:nth-child(2), body#concept-inability #contents1 #ability-point li:nth-child(4) {
      margin: 0 0 60px 0; }
    body#concept-ability #contents1 #ability-point li h2, body#concept-inability #contents1 #ability-point li h2 {
      line-height: 1.6em; } }
@media screen and (max-width: 580px) {
  body#concept-ability #contents1 #ability-point li, body#concept-inability #contents1 #ability-point li {
    width: 100%;
    float: none;
    margin: 0 0 40px 0; }
    body#concept-ability #contents1 #ability-point li:nth-child(2), body#concept-ability #contents1 #ability-point li:nth-child(4), body#concept-inability #contents1 #ability-point li:nth-child(2), body#concept-inability #contents1 #ability-point li:nth-child(4) {
      margin: 0 0 40px 0; }
    body#concept-ability #contents1 #ability-point li h2, body#concept-inability #contents1 #ability-point li h2 {
      margin-top: 30px;
      margin-bottom: 10px; }
    body#concept-ability #contents1 #ability-point li figure, body#concept-inability #contents1 #ability-point li figure {
      margin: 0 0 20px 0; } }

/* -------------------------------------
   concept reason
------------------------------------- */
body#concept-reason #contents2 #kanseihosho_text {
  width: 830px;
  float: left;
  margin-right: 40px; }
body#concept-reason #contents2 #kanseihosho {
  float: left;
  width: 200px; }
  body#concept-reason #contents2 #kanseihosho img {
    width: 200px; }
body#concept-reason #contents2 .linkbtn {
  margin-top: 30px; }
body#concept-reason #contents3 #pie-chart-area:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }
body#concept-reason #contents3 #pie-chart {
  width: 603px;
  float: left;
  margin: 0 90px 0 90px; }
body#concept-reason #contents3 #pie-chart-notes {
  float: left;
  width: 286px; }
body#concept-reason #contents3 ul#voice-list {
  list-style: none; }
  body#concept-reason #contents3 ul#voice-list li {
    position: relative;
    width: 330px;
    overflow: hidden;
    float: left;
    margin: 0 40px 60px 0;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
    line-height: 1.4em;
    /*.works-category{
    	position: absolute;
    	top: 0;
    	left: 0;
    	@include fontSize(13);
    	background-color: $bg-color11;
    	color: $color02;
    	padding: 5px 20px;
    	//width: 100px;
    	margin: 0 auto;
    }*/ }
    body#concept-reason #contents3 ul#voice-list li:nth-child(3n) {
      margin: 0 0 60px 0; }
    body#concept-reason #contents3 ul#voice-list li h4 {
      font-weight: bold;
      padding: 20px 0 10px 0; }
    body#concept-reason #contents3 ul#voice-list li .works-category {
      border-radius: 15px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      background-color: #F4AB9D;
      color: #ffffff;
      padding: 5px 20px;
      margin: 0 auto;
      font-weight: bold; }
    body#concept-reason #contents3 ul#voice-list li p {
      padding: 20px 0 0 0; }
    body#concept-reason #contents3 ul#voice-list li a {
      color: #202020;
      text-decoration: none; }
      body#concept-reason #contents3 ul#voice-list li a:hover h4, body#concept-reason #contents3 ul#voice-list li a:hover p, body#concept-reason #contents3 ul#voice-list li a:active h4, body#concept-reason #contents3 ul#voice-list li a:active p {
        text-decoration: underline;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      body#concept-reason #contents3 ul#voice-list li a:hover img, body#concept-reason #contents3 ul#voice-list li a:active img {
        opacity: 0.7;
        filter: alpha(opacity=70);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      body#concept-reason #contents3 ul#voice-list li a:hover .works-category, body#concept-reason #contents3 ul#voice-list li a:active .works-category {
        text-decoration: none;
        color: #ffffff;
        opacity: 0.7;
        filter: alpha(opacity=70);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      body#concept-reason #contents3 ul#voice-list li a:visited {
        text-decoration: none; }
@media screen and (max-width: 767px) {
  body#concept-reason #contents2 #kanseihosho_text {
    width: 100%;
    float: none;
    margin-right: 0; }
    body#concept-reason #contents2 #kanseihosho_text .linkbtn {
      text-align: center; }
  body#concept-reason #contents2 #kanseihosho {
    display: none; }
  body#concept-reason #contents3 #pie-chart {
    width: 64%;
    float: left;
    margin: 0 2% 0 0; }
  body#concept-reason #contents3 #pie-chart-notes {
    float: left;
    width: 34%;
    margin-top: 20px; }
  body#concept-reason #contents3 ul#voice-list li {
    width: 48%;
    margin: 0 4% 60px 0; }
    body#concept-reason #contents3 ul#voice-list li:nth-child(3n) {
      margin: 0 4% 60px 0; }
    body#concept-reason #contents3 ul#voice-list li:nth-child(2n) {
      margin: 0 0 60px 0; }
    body#concept-reason #contents3 ul#voice-list li h4 {
      padding: 20px 0 15px 0;
      font-size: 15px;
      font-size: 0.9375rem; } }
    @media screen and (max-width: 767px) and (max-width: 320px) {
      body#concept-reason #contents3 ul#voice-list li h4 {
        font-size: 14.07px;
        font-size: 0.879375rem; } }

@media screen and (max-width: 580px) {
  body#concept-reason #contents3 #pie-chart {
    width: 100%;
    float: none;
    margin: 0 0 30px 0; }
  body#concept-reason #contents3 #pie-chart-notes {
    float: none;
    max-width: 286px;
    width: 70%;
    text-align: center;
    margin: 0 auto; }
  body#concept-reason #contents3 ul#voice-list li {
    width: 100%;
    float: none;
    margin: 0 0 40px 0; }
    body#concept-reason #contents3 ul#voice-list li:nth-child(3n) {
      margin: 0 0 40px 0; } }

/* -------------------------------------
   concept step
------------------------------------- */
body#concept-step #contents1 ol#step {
  list-style: none; }
  body#concept-step #contents1 ol#step li {
    padding: 20px 0 30px 0;
    border-bottom: 1px #95989A dotted; }
    body#concept-step #contents1 ol#step li:first-child {
      padding: 0 0 30px 0; }
    body#concept-step #contents1 ol#step li:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden; }
    body#concept-step #contents1 ol#step li .step-text {
      width: 690px;
      float: left;
      margin-right: 50px; }
      body#concept-step #contents1 ol#step li .step-text h2 {
        margin-bottom: -10px; }
        body#concept-step #contents1 ol#step li .step-text h2 span {
          font-family: 'Niconne', cursive;
          font-style: normal;
          font-weight: 400;
          /*@else if $weight == montserrat{
          	font-family: 'Montserrat', sans-serif;
          	font-style: normal;
          	font-weight: 400;
          }@else if $weight == montserrat_bold{
          	font-family: 'Montserrat', sans-serif;
          	font-style: normal;
          	font-weight: 700;
          }*/
          font-size: 35px;
          font-size: 2.1875rem;
          font-style: normal;
          color: #ffffff;
          background-color: #EC8D91;
          padding: 0;
          margin: 0 20px 0 0;
          width: 100px;
          height: 100px;
          line-height: 100px;
          text-align: center;
          display: inline-block;
          border-radius: 50%; }
          @media screen and (max-width: 320px) {
            body#concept-step #contents1 ol#step li .step-text h2 span {
              font-size: 32.83px;
              font-size: 2.051875rem;
              font-size: 30.625px;
              font-size: 1.9140625rem; } }
      body#concept-step #contents1 ol#step li .step-text .charge {
        margin: 0 0 10px 120px;
        width: 205px; }
      body#concept-step #contents1 ol#step li .step-text p {
        margin-left: 120px; }
      body#concept-step #contents1 ol#step li .step-text .payment {
        display: table;
        margin-left: 120px;
        border: 1px solid #202020;
        margin-top: 20px; }
        body#concept-step #contents1 ol#step li .step-text .payment:after {
          content: ".";
          display: block;
          clear: both;
          height: 0;
          visibility: hidden; }
        body#concept-step #contents1 ol#step li .step-text .payment h3 {
          display: table-cell;
          vertical-align: middle;
          background-color: #202020;
          color: #ffffff;
          padding: 10px 10px;
          width: 35%;
          text-align: center; }
          body#concept-step #contents1 ol#step li .step-text .payment h3 i {
            padding: 0 10px 0 0;
            font-size: 20px;
            font-size: 1.25rem; }
            @media screen and (max-width: 320px) {
              body#concept-step #contents1 ol#step li .step-text .payment h3 i {
                font-size: 18.76px;
                font-size: 1.1725rem;
                font-size: 17.5px;
                font-size: 1.09375rem; } }
        body#concept-step #contents1 ol#step li .step-text .payment p {
          display: table-cell;
          vertical-align: middle;
          padding: 10px 20px;
          font-size: 14px;
          font-size: 0.875rem; }
          body#concept-step #contents1 ol#step li .step-text .payment p em {
            font-weight: bold;
            font-style: normal; }
    body#concept-step #contents1 ol#step li .step-image {
      width: 330px;
      float: left;
      margin-top: 30px; }
body#concept-step #contents1 .notes {
  text-align: right;
  margin-top: 20px; }
@media screen and (max-width: 767px) {
  body#concept-step #contents1 ol#step li {
    padding: 20px 0 30px 0; }
    body#concept-step #contents1 ol#step li .step-text {
      width: 60%;
      margin-right: 5%; }
      body#concept-step #contents1 ol#step li .step-text h2 {
        margin-bottom: 0px; }
        body#concept-step #contents1 ol#step li .step-text h2 span {
          font-family: 'Niconne', cursive;
          font-style: normal;
          font-weight: 400;
          /*@else if $weight == montserrat{
          	font-family: 'Montserrat', sans-serif;
          	font-style: normal;
          	font-weight: 400;
          }@else if $weight == montserrat_bold{
          	font-family: 'Montserrat', sans-serif;
          	font-style: normal;
          	font-weight: 700;
          }*/
          font-size: 22px;
          font-size: 1.375rem;
          width: 60px;
          height: 60px;
          line-height: 60px;
          margin: 0 10px 0 0; } }
        @media screen and (max-width: 767px) and (max-width: 320px) {
          body#concept-step #contents1 ol#step li .step-text h2 span {
            font-size: 20.636px;
            font-size: 1.28975rem;
            font-size: 19.25px;
            font-size: 1.203125rem; } }
@media screen and (max-width: 767px) {
      body#concept-step #contents1 ol#step li .step-text .charge {
        margin: 0 0 10px 70px; }
      body#concept-step #contents1 ol#step li .step-text p {
        margin-left: 70px; }
      body#concept-step #contents1 ol#step li .step-text .payment {
        margin-left: 70px; }
        body#concept-step #contents1 ol#step li .step-text .payment h3 {
          display: inline-block;
          padding: 5px 0;
          width: 100%; }
          body#concept-step #contents1 ol#step li .step-text .payment h3 i {
            font-size: 16px;
            font-size: 1rem; } }
          @media screen and (max-width: 767px) and (max-width: 320px) {
            body#concept-step #contents1 ol#step li .step-text .payment h3 i {
              font-size: 15.008px;
              font-size: 0.938rem; } }
@media screen and (max-width: 767px) {
        body#concept-step #contents1 ol#step li .step-text .payment p {
          display: inline-block;
          padding: 5px 3%;
          margin: 0 auto;
          width: 94%; }
    body#concept-step #contents1 ol#step li .step-image {
      width: 35%;
      float: left;
      margin-top: 20px; }
  body#concept-step #contents1 .notes {
    font-size: 14px;
    font-size: 0.875rem; } }
@media screen and (max-width: 580px) {
  body#concept-step #contents1 ol#step li {
    padding: 0px 0 20px 0;
    border-bottom: none; }
    body#concept-step #contents1 ol#step li:first-child {
      padding: 0 0 20px 0; }
    body#concept-step #contents1 ol#step li .step-text {
      width: 100%;
      margin-right: 0;
      float: none; }
      body#concept-step #contents1 ol#step li .step-text h2 {
        margin-bottom: 20px;
        text-align: center; }
        body#concept-step #contents1 ol#step li .step-text h2 span {
          display: block;
          font-family: 'Niconne', cursive;
          font-style: normal;
          font-weight: 400;
          /*@else if $weight == montserrat{
          	font-family: 'Montserrat', sans-serif;
          	font-style: normal;
          	font-weight: 400;
          }@else if $weight == montserrat_bold{
          	font-family: 'Montserrat', sans-serif;
          	font-style: normal;
          	font-weight: 700;
          }*/
          font-size: 24px;
          font-size: 1.5rem;
          border-radius: 0;
          width: 100%;
          height: auto;
          line-height: 1.2;
          padding: 10px 0;
          margin-bottom: 20px; } }
        @media screen and (max-width: 580px) and (max-width: 320px) {
          body#concept-step #contents1 ol#step li .step-text h2 span {
            font-size: 22.512px;
            font-size: 1.407rem;
            font-size: 21px;
            font-size: 1.3125rem; } }
@media screen and (max-width: 580px) {
      body#concept-step #contents1 ol#step li .step-text .charge {
        margin: 0 auto 10px; }
      body#concept-step #contents1 ol#step li .step-text p {
        margin-left: 0; }
      body#concept-step #contents1 ol#step li .step-text .payment {
        margin-left: 0;
        width: 100%; }
        body#concept-step #contents1 ol#step li .step-text .payment p {
          text-align: center; }
    body#concept-step #contents1 ol#step li .step-image {
      width: 70%;
      float: none;
      margin: 20px auto; }
  body#concept-step #contents1 .notes {
    text-align: left; } }

/* ======================================================
   works page
====================================================== */
/* -------------------------------------
   works index
------------------------------------- */
body#works #contents1 ul.works-list, body#works #contents2 ul.works-list, body#works #contents3 ul.works-list, body#works #contents4 ul.works-list, body#works-newconstruction #contents1 ul.works-list, body#works-newconstruction #contents2 ul.works-list, body#works-newconstruction #contents3 ul.works-list, body#works-newconstruction #contents4 ul.works-list, body#works-renovation #contents1 ul.works-list, body#works-renovation #contents2 ul.works-list, body#works-renovation #contents3 ul.works-list, body#works-renovation #contents4 ul.works-list, body#works-commercial-facility #contents1 ul.works-list, body#works-commercial-facility #contents2 ul.works-list, body#works-commercial-facility #contents3 ul.works-list, body#works-commercial-facility #contents4 ul.works-list, body#works-other #contents1 ul.works-list, body#works-other #contents2 ul.works-list, body#works-other #contents3 ul.works-list, body#works-other #contents4 ul.works-list {
  list-style: none;
  margin-top: 40px; }
  body#works #contents1 ul.works-list:after, body#works #contents2 ul.works-list:after, body#works #contents3 ul.works-list:after, body#works #contents4 ul.works-list:after, body#works-newconstruction #contents1 ul.works-list:after, body#works-newconstruction #contents2 ul.works-list:after, body#works-newconstruction #contents3 ul.works-list:after, body#works-newconstruction #contents4 ul.works-list:after, body#works-renovation #contents1 ul.works-list:after, body#works-renovation #contents2 ul.works-list:after, body#works-renovation #contents3 ul.works-list:after, body#works-renovation #contents4 ul.works-list:after, body#works-commercial-facility #contents1 ul.works-list:after, body#works-commercial-facility #contents2 ul.works-list:after, body#works-commercial-facility #contents3 ul.works-list:after, body#works-commercial-facility #contents4 ul.works-list:after, body#works-other #contents1 ul.works-list:after, body#works-other #contents2 ul.works-list:after, body#works-other #contents3 ul.works-list:after, body#works-other #contents4 ul.works-list:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
  body#works #contents1 ul.works-list li, body#works #contents2 ul.works-list li, body#works #contents3 ul.works-list li, body#works #contents4 ul.works-list li, body#works-newconstruction #contents1 ul.works-list li, body#works-newconstruction #contents2 ul.works-list li, body#works-newconstruction #contents3 ul.works-list li, body#works-newconstruction #contents4 ul.works-list li, body#works-renovation #contents1 ul.works-list li, body#works-renovation #contents2 ul.works-list li, body#works-renovation #contents3 ul.works-list li, body#works-renovation #contents4 ul.works-list li, body#works-commercial-facility #contents1 ul.works-list li, body#works-commercial-facility #contents2 ul.works-list li, body#works-commercial-facility #contents3 ul.works-list li, body#works-commercial-facility #contents4 ul.works-list li, body#works-other #contents1 ul.works-list li, body#works-other #contents2 ul.works-list li, body#works-other #contents3 ul.works-list li, body#works-other #contents4 ul.works-list li {
    position: relative;
    width: 330px;
    overflow: hidden;
    float: left;
    margin: 0 40px 30px 0;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
    line-height: 1.4em; }
    body#works #contents1 ul.works-list li:nth-child(3n), body#works #contents2 ul.works-list li:nth-child(3n), body#works #contents3 ul.works-list li:nth-child(3n), body#works #contents4 ul.works-list li:nth-child(3n), body#works-newconstruction #contents1 ul.works-list li:nth-child(3n), body#works-newconstruction #contents2 ul.works-list li:nth-child(3n), body#works-newconstruction #contents3 ul.works-list li:nth-child(3n), body#works-newconstruction #contents4 ul.works-list li:nth-child(3n), body#works-renovation #contents1 ul.works-list li:nth-child(3n), body#works-renovation #contents2 ul.works-list li:nth-child(3n), body#works-renovation #contents3 ul.works-list li:nth-child(3n), body#works-renovation #contents4 ul.works-list li:nth-child(3n), body#works-commercial-facility #contents1 ul.works-list li:nth-child(3n), body#works-commercial-facility #contents2 ul.works-list li:nth-child(3n), body#works-commercial-facility #contents3 ul.works-list li:nth-child(3n), body#works-commercial-facility #contents4 ul.works-list li:nth-child(3n), body#works-other #contents1 ul.works-list li:nth-child(3n), body#works-other #contents2 ul.works-list li:nth-child(3n), body#works-other #contents3 ul.works-list li:nth-child(3n), body#works-other #contents4 ul.works-list li:nth-child(3n) {
      margin: 0 0 30px 0; }
    body#works #contents1 ul.works-list li .voice-label, body#works #contents2 ul.works-list li .voice-label, body#works #contents3 ul.works-list li .voice-label, body#works #contents4 ul.works-list li .voice-label, body#works-newconstruction #contents1 ul.works-list li .voice-label, body#works-newconstruction #contents2 ul.works-list li .voice-label, body#works-newconstruction #contents3 ul.works-list li .voice-label, body#works-newconstruction #contents4 ul.works-list li .voice-label, body#works-renovation #contents1 ul.works-list li .voice-label, body#works-renovation #contents2 ul.works-list li .voice-label, body#works-renovation #contents3 ul.works-list li .voice-label, body#works-renovation #contents4 ul.works-list li .voice-label, body#works-commercial-facility #contents1 ul.works-list li .voice-label, body#works-commercial-facility #contents2 ul.works-list li .voice-label, body#works-commercial-facility #contents3 ul.works-list li .voice-label, body#works-commercial-facility #contents4 ul.works-list li .voice-label, body#works-other #contents1 ul.works-list li .voice-label, body#works-other #contents2 ul.works-list li .voice-label, body#works-other #contents3 ul.works-list li .voice-label, body#works-other #contents4 ul.works-list li .voice-label {
      position: absolute;
      top: 0;
      left: 0;
      margin: 0;
      color: #ffffff;
      background: #878876;
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1;
      padding: 10px; }
      body#works #contents1 ul.works-list li .voice-label i, body#works #contents2 ul.works-list li .voice-label i, body#works #contents3 ul.works-list li .voice-label i, body#works #contents4 ul.works-list li .voice-label i, body#works-newconstruction #contents1 ul.works-list li .voice-label i, body#works-newconstruction #contents2 ul.works-list li .voice-label i, body#works-newconstruction #contents3 ul.works-list li .voice-label i, body#works-newconstruction #contents4 ul.works-list li .voice-label i, body#works-renovation #contents1 ul.works-list li .voice-label i, body#works-renovation #contents2 ul.works-list li .voice-label i, body#works-renovation #contents3 ul.works-list li .voice-label i, body#works-renovation #contents4 ul.works-list li .voice-label i, body#works-commercial-facility #contents1 ul.works-list li .voice-label i, body#works-commercial-facility #contents2 ul.works-list li .voice-label i, body#works-commercial-facility #contents3 ul.works-list li .voice-label i, body#works-commercial-facility #contents4 ul.works-list li .voice-label i, body#works-other #contents1 ul.works-list li .voice-label i, body#works-other #contents2 ul.works-list li .voice-label i, body#works-other #contents3 ul.works-list li .voice-label i, body#works-other #contents4 ul.works-list li .voice-label i {
        margin-right: 5px;
        font-size: 16px;
        font-size: 1rem; }
        @media screen and (max-width: 320px) {
          body#works #contents1 ul.works-list li .voice-label i, body#works #contents2 ul.works-list li .voice-label i, body#works #contents3 ul.works-list li .voice-label i, body#works #contents4 ul.works-list li .voice-label i, body#works-newconstruction #contents1 ul.works-list li .voice-label i, body#works-newconstruction #contents2 ul.works-list li .voice-label i, body#works-newconstruction #contents3 ul.works-list li .voice-label i, body#works-newconstruction #contents4 ul.works-list li .voice-label i, body#works-renovation #contents1 ul.works-list li .voice-label i, body#works-renovation #contents2 ul.works-list li .voice-label i, body#works-renovation #contents3 ul.works-list li .voice-label i, body#works-renovation #contents4 ul.works-list li .voice-label i, body#works-commercial-facility #contents1 ul.works-list li .voice-label i, body#works-commercial-facility #contents2 ul.works-list li .voice-label i, body#works-commercial-facility #contents3 ul.works-list li .voice-label i, body#works-commercial-facility #contents4 ul.works-list li .voice-label i, body#works-other #contents1 ul.works-list li .voice-label i, body#works-other #contents2 ul.works-list li .voice-label i, body#works-other #contents3 ul.works-list li .voice-label i, body#works-other #contents4 ul.works-list li .voice-label i {
            font-size: 15.008px;
            font-size: 0.938rem; } }
    body#works #contents1 ul.works-list li h4, body#works #contents2 ul.works-list li h4, body#works #contents3 ul.works-list li h4, body#works #contents4 ul.works-list li h4, body#works-newconstruction #contents1 ul.works-list li h4, body#works-newconstruction #contents2 ul.works-list li h4, body#works-newconstruction #contents3 ul.works-list li h4, body#works-newconstruction #contents4 ul.works-list li h4, body#works-renovation #contents1 ul.works-list li h4, body#works-renovation #contents2 ul.works-list li h4, body#works-renovation #contents3 ul.works-list li h4, body#works-renovation #contents4 ul.works-list li h4, body#works-commercial-facility #contents1 ul.works-list li h4, body#works-commercial-facility #contents2 ul.works-list li h4, body#works-commercial-facility #contents3 ul.works-list li h4, body#works-commercial-facility #contents4 ul.works-list li h4, body#works-other #contents1 ul.works-list li h4, body#works-other #contents2 ul.works-list li h4, body#works-other #contents3 ul.works-list li h4, body#works-other #contents4 ul.works-list li h4 {
      font-weight: bold;
      padding: 20px 0 10px 0; }
    body#works #contents1 ul.works-list li p, body#works #contents2 ul.works-list li p, body#works #contents3 ul.works-list li p, body#works #contents4 ul.works-list li p, body#works-newconstruction #contents1 ul.works-list li p, body#works-newconstruction #contents2 ul.works-list li p, body#works-newconstruction #contents3 ul.works-list li p, body#works-newconstruction #contents4 ul.works-list li p, body#works-renovation #contents1 ul.works-list li p, body#works-renovation #contents2 ul.works-list li p, body#works-renovation #contents3 ul.works-list li p, body#works-renovation #contents4 ul.works-list li p, body#works-commercial-facility #contents1 ul.works-list li p, body#works-commercial-facility #contents2 ul.works-list li p, body#works-commercial-facility #contents3 ul.works-list li p, body#works-commercial-facility #contents4 ul.works-list li p, body#works-other #contents1 ul.works-list li p, body#works-other #contents2 ul.works-list li p, body#works-other #contents3 ul.works-list li p, body#works-other #contents4 ul.works-list li p {
      padding: 0 0 0 0; }
    body#works #contents1 ul.works-list li a, body#works #contents2 ul.works-list li a, body#works #contents3 ul.works-list li a, body#works #contents4 ul.works-list li a, body#works-newconstruction #contents1 ul.works-list li a, body#works-newconstruction #contents2 ul.works-list li a, body#works-newconstruction #contents3 ul.works-list li a, body#works-newconstruction #contents4 ul.works-list li a, body#works-renovation #contents1 ul.works-list li a, body#works-renovation #contents2 ul.works-list li a, body#works-renovation #contents3 ul.works-list li a, body#works-renovation #contents4 ul.works-list li a, body#works-commercial-facility #contents1 ul.works-list li a, body#works-commercial-facility #contents2 ul.works-list li a, body#works-commercial-facility #contents3 ul.works-list li a, body#works-commercial-facility #contents4 ul.works-list li a, body#works-other #contents1 ul.works-list li a, body#works-other #contents2 ul.works-list li a, body#works-other #contents3 ul.works-list li a, body#works-other #contents4 ul.works-list li a {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      color: #202020;
      text-decoration: none; }
      body#works #contents1 ul.works-list li a:hover, body#works #contents1 ul.works-list li a:active, body#works #contents2 ul.works-list li a:hover, body#works #contents2 ul.works-list li a:active, body#works #contents3 ul.works-list li a:hover, body#works #contents3 ul.works-list li a:active, body#works #contents4 ul.works-list li a:hover, body#works #contents4 ul.works-list li a:active, body#works-newconstruction #contents1 ul.works-list li a:hover, body#works-newconstruction #contents1 ul.works-list li a:active, body#works-newconstruction #contents2 ul.works-list li a:hover, body#works-newconstruction #contents2 ul.works-list li a:active, body#works-newconstruction #contents3 ul.works-list li a:hover, body#works-newconstruction #contents3 ul.works-list li a:active, body#works-newconstruction #contents4 ul.works-list li a:hover, body#works-newconstruction #contents4 ul.works-list li a:active, body#works-renovation #contents1 ul.works-list li a:hover, body#works-renovation #contents1 ul.works-list li a:active, body#works-renovation #contents2 ul.works-list li a:hover, body#works-renovation #contents2 ul.works-list li a:active, body#works-renovation #contents3 ul.works-list li a:hover, body#works-renovation #contents3 ul.works-list li a:active, body#works-renovation #contents4 ul.works-list li a:hover, body#works-renovation #contents4 ul.works-list li a:active, body#works-commercial-facility #contents1 ul.works-list li a:hover, body#works-commercial-facility #contents1 ul.works-list li a:active, body#works-commercial-facility #contents2 ul.works-list li a:hover, body#works-commercial-facility #contents2 ul.works-list li a:active, body#works-commercial-facility #contents3 ul.works-list li a:hover, body#works-commercial-facility #contents3 ul.works-list li a:active, body#works-commercial-facility #contents4 ul.works-list li a:hover, body#works-commercial-facility #contents4 ul.works-list li a:active, body#works-other #contents1 ul.works-list li a:hover, body#works-other #contents1 ul.works-list li a:active, body#works-other #contents2 ul.works-list li a:hover, body#works-other #contents2 ul.works-list li a:active, body#works-other #contents3 ul.works-list li a:hover, body#works-other #contents3 ul.works-list li a:active, body#works-other #contents4 ul.works-list li a:hover, body#works-other #contents4 ul.works-list li a:active {
        color: #202020;
        text-decoration: underline; }
        body#works #contents1 ul.works-list li a:hover img, body#works #contents1 ul.works-list li a:active img, body#works #contents2 ul.works-list li a:hover img, body#works #contents2 ul.works-list li a:active img, body#works #contents3 ul.works-list li a:hover img, body#works #contents3 ul.works-list li a:active img, body#works #contents4 ul.works-list li a:hover img, body#works #contents4 ul.works-list li a:active img, body#works-newconstruction #contents1 ul.works-list li a:hover img, body#works-newconstruction #contents1 ul.works-list li a:active img, body#works-newconstruction #contents2 ul.works-list li a:hover img, body#works-newconstruction #contents2 ul.works-list li a:active img, body#works-newconstruction #contents3 ul.works-list li a:hover img, body#works-newconstruction #contents3 ul.works-list li a:active img, body#works-newconstruction #contents4 ul.works-list li a:hover img, body#works-newconstruction #contents4 ul.works-list li a:active img, body#works-renovation #contents1 ul.works-list li a:hover img, body#works-renovation #contents1 ul.works-list li a:active img, body#works-renovation #contents2 ul.works-list li a:hover img, body#works-renovation #contents2 ul.works-list li a:active img, body#works-renovation #contents3 ul.works-list li a:hover img, body#works-renovation #contents3 ul.works-list li a:active img, body#works-renovation #contents4 ul.works-list li a:hover img, body#works-renovation #contents4 ul.works-list li a:active img, body#works-commercial-facility #contents1 ul.works-list li a:hover img, body#works-commercial-facility #contents1 ul.works-list li a:active img, body#works-commercial-facility #contents2 ul.works-list li a:hover img, body#works-commercial-facility #contents2 ul.works-list li a:active img, body#works-commercial-facility #contents3 ul.works-list li a:hover img, body#works-commercial-facility #contents3 ul.works-list li a:active img, body#works-commercial-facility #contents4 ul.works-list li a:hover img, body#works-commercial-facility #contents4 ul.works-list li a:active img, body#works-other #contents1 ul.works-list li a:hover img, body#works-other #contents1 ul.works-list li a:active img, body#works-other #contents2 ul.works-list li a:hover img, body#works-other #contents2 ul.works-list li a:active img, body#works-other #contents3 ul.works-list li a:hover img, body#works-other #contents3 ul.works-list li a:active img, body#works-other #contents4 ul.works-list li a:hover img, body#works-other #contents4 ul.works-list li a:active img {
          opacity: 0.7;
          filter: alpha(opacity=70); }
      body#works #contents1 ul.works-list li a:visited, body#works #contents2 ul.works-list li a:visited, body#works #contents3 ul.works-list li a:visited, body#works #contents4 ul.works-list li a:visited, body#works-newconstruction #contents1 ul.works-list li a:visited, body#works-newconstruction #contents2 ul.works-list li a:visited, body#works-newconstruction #contents3 ul.works-list li a:visited, body#works-newconstruction #contents4 ul.works-list li a:visited, body#works-renovation #contents1 ul.works-list li a:visited, body#works-renovation #contents2 ul.works-list li a:visited, body#works-renovation #contents3 ul.works-list li a:visited, body#works-renovation #contents4 ul.works-list li a:visited, body#works-commercial-facility #contents1 ul.works-list li a:visited, body#works-commercial-facility #contents2 ul.works-list li a:visited, body#works-commercial-facility #contents3 ul.works-list li a:visited, body#works-commercial-facility #contents4 ul.works-list li a:visited, body#works-other #contents1 ul.works-list li a:visited, body#works-other #contents2 ul.works-list li a:visited, body#works-other #contents3 ul.works-list li a:visited, body#works-other #contents4 ul.works-list li a:visited {
        color: #202020;
        text-decoration: none; }
body#works #contents1 .linkbtn, body#works #contents2 .linkbtn, body#works #contents3 .linkbtn, body#works #contents4 .linkbtn, body#works-newconstruction #contents1 .linkbtn, body#works-newconstruction #contents2 .linkbtn, body#works-newconstruction #contents3 .linkbtn, body#works-newconstruction #contents4 .linkbtn, body#works-renovation #contents1 .linkbtn, body#works-renovation #contents2 .linkbtn, body#works-renovation #contents3 .linkbtn, body#works-renovation #contents4 .linkbtn, body#works-commercial-facility #contents1 .linkbtn, body#works-commercial-facility #contents2 .linkbtn, body#works-commercial-facility #contents3 .linkbtn, body#works-commercial-facility #contents4 .linkbtn, body#works-other #contents1 .linkbtn, body#works-other #contents2 .linkbtn, body#works-other #contents3 .linkbtn, body#works-other #contents4 .linkbtn {
  width: 100%; }
  body#works #contents1 .linkbtn a, body#works #contents2 .linkbtn a, body#works #contents3 .linkbtn a, body#works #contents4 .linkbtn a, body#works-newconstruction #contents1 .linkbtn a, body#works-newconstruction #contents2 .linkbtn a, body#works-newconstruction #contents3 .linkbtn a, body#works-newconstruction #contents4 .linkbtn a, body#works-renovation #contents1 .linkbtn a, body#works-renovation #contents2 .linkbtn a, body#works-renovation #contents3 .linkbtn a, body#works-renovation #contents4 .linkbtn a, body#works-commercial-facility #contents1 .linkbtn a, body#works-commercial-facility #contents2 .linkbtn a, body#works-commercial-facility #contents3 .linkbtn a, body#works-commercial-facility #contents4 .linkbtn a, body#works-other #contents1 .linkbtn a, body#works-other #contents2 .linkbtn a, body#works-other #contents3 .linkbtn a, body#works-other #contents4 .linkbtn a {
    text-align: center;
    padding: 20px 5%; }
@media screen and (max-width: 767px) {
  body#works #contents1 ul.works-list li, body#works #contents2 ul.works-list li, body#works #contents3 ul.works-list li, body#works #contents4 ul.works-list li, body#works-newconstruction #contents1 ul.works-list li, body#works-newconstruction #contents2 ul.works-list li, body#works-newconstruction #contents3 ul.works-list li, body#works-newconstruction #contents4 ul.works-list li, body#works-renovation #contents1 ul.works-list li, body#works-renovation #contents2 ul.works-list li, body#works-renovation #contents3 ul.works-list li, body#works-renovation #contents4 ul.works-list li, body#works-commercial-facility #contents1 ul.works-list li, body#works-commercial-facility #contents2 ul.works-list li, body#works-commercial-facility #contents3 ul.works-list li, body#works-commercial-facility #contents4 ul.works-list li, body#works-other #contents1 ul.works-list li, body#works-other #contents2 ul.works-list li, body#works-other #contents3 ul.works-list li, body#works-other #contents4 ul.works-list li {
    width: 48%;
    margin: 0 4% 20px 0; }
    body#works #contents1 ul.works-list li:nth-child(3n), body#works #contents2 ul.works-list li:nth-child(3n), body#works #contents3 ul.works-list li:nth-child(3n), body#works #contents4 ul.works-list li:nth-child(3n), body#works-newconstruction #contents1 ul.works-list li:nth-child(3n), body#works-newconstruction #contents2 ul.works-list li:nth-child(3n), body#works-newconstruction #contents3 ul.works-list li:nth-child(3n), body#works-newconstruction #contents4 ul.works-list li:nth-child(3n), body#works-renovation #contents1 ul.works-list li:nth-child(3n), body#works-renovation #contents2 ul.works-list li:nth-child(3n), body#works-renovation #contents3 ul.works-list li:nth-child(3n), body#works-renovation #contents4 ul.works-list li:nth-child(3n), body#works-commercial-facility #contents1 ul.works-list li:nth-child(3n), body#works-commercial-facility #contents2 ul.works-list li:nth-child(3n), body#works-commercial-facility #contents3 ul.works-list li:nth-child(3n), body#works-commercial-facility #contents4 ul.works-list li:nth-child(3n), body#works-other #contents1 ul.works-list li:nth-child(3n), body#works-other #contents2 ul.works-list li:nth-child(3n), body#works-other #contents3 ul.works-list li:nth-child(3n), body#works-other #contents4 ul.works-list li:nth-child(3n) {
      margin: 0 4% 20px 0; }
    body#works #contents1 ul.works-list li:nth-child(2n), body#works #contents2 ul.works-list li:nth-child(2n), body#works #contents3 ul.works-list li:nth-child(2n), body#works #contents4 ul.works-list li:nth-child(2n), body#works-newconstruction #contents1 ul.works-list li:nth-child(2n), body#works-newconstruction #contents2 ul.works-list li:nth-child(2n), body#works-newconstruction #contents3 ul.works-list li:nth-child(2n), body#works-newconstruction #contents4 ul.works-list li:nth-child(2n), body#works-renovation #contents1 ul.works-list li:nth-child(2n), body#works-renovation #contents2 ul.works-list li:nth-child(2n), body#works-renovation #contents3 ul.works-list li:nth-child(2n), body#works-renovation #contents4 ul.works-list li:nth-child(2n), body#works-commercial-facility #contents1 ul.works-list li:nth-child(2n), body#works-commercial-facility #contents2 ul.works-list li:nth-child(2n), body#works-commercial-facility #contents3 ul.works-list li:nth-child(2n), body#works-commercial-facility #contents4 ul.works-list li:nth-child(2n), body#works-other #contents1 ul.works-list li:nth-child(2n), body#works-other #contents2 ul.works-list li:nth-child(2n), body#works-other #contents3 ul.works-list li:nth-child(2n), body#works-other #contents4 ul.works-list li:nth-child(2n) {
      margin: 0 0 20px 0; }
    body#works #contents1 ul.works-list li:nth-child(6n), body#works #contents2 ul.works-list li:nth-child(6n), body#works #contents3 ul.works-list li:nth-child(6n), body#works #contents4 ul.works-list li:nth-child(6n), body#works-newconstruction #contents1 ul.works-list li:nth-child(6n), body#works-newconstruction #contents2 ul.works-list li:nth-child(6n), body#works-newconstruction #contents3 ul.works-list li:nth-child(6n), body#works-newconstruction #contents4 ul.works-list li:nth-child(6n), body#works-renovation #contents1 ul.works-list li:nth-child(6n), body#works-renovation #contents2 ul.works-list li:nth-child(6n), body#works-renovation #contents3 ul.works-list li:nth-child(6n), body#works-renovation #contents4 ul.works-list li:nth-child(6n), body#works-commercial-facility #contents1 ul.works-list li:nth-child(6n), body#works-commercial-facility #contents2 ul.works-list li:nth-child(6n), body#works-commercial-facility #contents3 ul.works-list li:nth-child(6n), body#works-commercial-facility #contents4 ul.works-list li:nth-child(6n), body#works-other #contents1 ul.works-list li:nth-child(6n), body#works-other #contents2 ul.works-list li:nth-child(6n), body#works-other #contents3 ul.works-list li:nth-child(6n), body#works-other #contents4 ul.works-list li:nth-child(6n) {
      margin: 0 0 20px 0; }
    body#works #contents1 ul.works-list li .voice-label, body#works #contents2 ul.works-list li .voice-label, body#works #contents3 ul.works-list li .voice-label, body#works #contents4 ul.works-list li .voice-label, body#works-newconstruction #contents1 ul.works-list li .voice-label, body#works-newconstruction #contents2 ul.works-list li .voice-label, body#works-newconstruction #contents3 ul.works-list li .voice-label, body#works-newconstruction #contents4 ul.works-list li .voice-label, body#works-renovation #contents1 ul.works-list li .voice-label, body#works-renovation #contents2 ul.works-list li .voice-label, body#works-renovation #contents3 ul.works-list li .voice-label, body#works-renovation #contents4 ul.works-list li .voice-label, body#works-commercial-facility #contents1 ul.works-list li .voice-label, body#works-commercial-facility #contents2 ul.works-list li .voice-label, body#works-commercial-facility #contents3 ul.works-list li .voice-label, body#works-commercial-facility #contents4 ul.works-list li .voice-label, body#works-other #contents1 ul.works-list li .voice-label, body#works-other #contents2 ul.works-list li .voice-label, body#works-other #contents3 ul.works-list li .voice-label, body#works-other #contents4 ul.works-list li .voice-label {
      position: absolute;
      top: 0;
      left: 0;
      margin-right: -1px;
      color: #ffffff;
      background: #878876;
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1;
      padding: 3%;
      display: inline-block; }
      body#works #contents1 ul.works-list li .voice-label i, body#works #contents2 ul.works-list li .voice-label i, body#works #contents3 ul.works-list li .voice-label i, body#works #contents4 ul.works-list li .voice-label i, body#works-newconstruction #contents1 ul.works-list li .voice-label i, body#works-newconstruction #contents2 ul.works-list li .voice-label i, body#works-newconstruction #contents3 ul.works-list li .voice-label i, body#works-newconstruction #contents4 ul.works-list li .voice-label i, body#works-renovation #contents1 ul.works-list li .voice-label i, body#works-renovation #contents2 ul.works-list li .voice-label i, body#works-renovation #contents3 ul.works-list li .voice-label i, body#works-renovation #contents4 ul.works-list li .voice-label i, body#works-commercial-facility #contents1 ul.works-list li .voice-label i, body#works-commercial-facility #contents2 ul.works-list li .voice-label i, body#works-commercial-facility #contents3 ul.works-list li .voice-label i, body#works-commercial-facility #contents4 ul.works-list li .voice-label i, body#works-other #contents1 ul.works-list li .voice-label i, body#works-other #contents2 ul.works-list li .voice-label i, body#works-other #contents3 ul.works-list li .voice-label i, body#works-other #contents4 ul.works-list li .voice-label i {
        margin-right: 5px;
        font-size: 16px;
        font-size: 1rem; } }
      @media screen and (max-width: 767px) and (max-width: 320px) {
        body#works #contents1 ul.works-list li .voice-label i, body#works #contents2 ul.works-list li .voice-label i, body#works #contents3 ul.works-list li .voice-label i, body#works #contents4 ul.works-list li .voice-label i, body#works-newconstruction #contents1 ul.works-list li .voice-label i, body#works-newconstruction #contents2 ul.works-list li .voice-label i, body#works-newconstruction #contents3 ul.works-list li .voice-label i, body#works-newconstruction #contents4 ul.works-list li .voice-label i, body#works-renovation #contents1 ul.works-list li .voice-label i, body#works-renovation #contents2 ul.works-list li .voice-label i, body#works-renovation #contents3 ul.works-list li .voice-label i, body#works-renovation #contents4 ul.works-list li .voice-label i, body#works-commercial-facility #contents1 ul.works-list li .voice-label i, body#works-commercial-facility #contents2 ul.works-list li .voice-label i, body#works-commercial-facility #contents3 ul.works-list li .voice-label i, body#works-commercial-facility #contents4 ul.works-list li .voice-label i, body#works-other #contents1 ul.works-list li .voice-label i, body#works-other #contents2 ul.works-list li .voice-label i, body#works-other #contents3 ul.works-list li .voice-label i, body#works-other #contents4 ul.works-list li .voice-label i {
          font-size: 15.008px;
          font-size: 0.938rem; } }
@media screen and (max-width: 767px) {
    body#works #contents1 ul.works-list li .voice-label:after, body#works #contents2 ul.works-list li .voice-label:after, body#works #contents3 ul.works-list li .voice-label:after, body#works #contents4 ul.works-list li .voice-label:after, body#works-newconstruction #contents1 ul.works-list li .voice-label:after, body#works-newconstruction #contents2 ul.works-list li .voice-label:after, body#works-newconstruction #contents3 ul.works-list li .voice-label:after, body#works-newconstruction #contents4 ul.works-list li .voice-label:after, body#works-renovation #contents1 ul.works-list li .voice-label:after, body#works-renovation #contents2 ul.works-list li .voice-label:after, body#works-renovation #contents3 ul.works-list li .voice-label:after, body#works-renovation #contents4 ul.works-list li .voice-label:after, body#works-commercial-facility #contents1 ul.works-list li .voice-label:after, body#works-commercial-facility #contents2 ul.works-list li .voice-label:after, body#works-commercial-facility #contents3 ul.works-list li .voice-label:after, body#works-commercial-facility #contents4 ul.works-list li .voice-label:after, body#works-other #contents1 ul.works-list li .voice-label:after, body#works-other #contents2 ul.works-list li .voice-label:after, body#works-other #contents3 ul.works-list li .voice-label:after, body#works-other #contents4 ul.works-list li .voice-label:after {
      content: '';
      margin-right: 1px;
      float: right; }
    body#works #contents1 ul.works-list li h4, body#works #contents2 ul.works-list li h4, body#works #contents3 ul.works-list li h4, body#works #contents4 ul.works-list li h4, body#works-newconstruction #contents1 ul.works-list li h4, body#works-newconstruction #contents2 ul.works-list li h4, body#works-newconstruction #contents3 ul.works-list li h4, body#works-newconstruction #contents4 ul.works-list li h4, body#works-renovation #contents1 ul.works-list li h4, body#works-renovation #contents2 ul.works-list li h4, body#works-renovation #contents3 ul.works-list li h4, body#works-renovation #contents4 ul.works-list li h4, body#works-commercial-facility #contents1 ul.works-list li h4, body#works-commercial-facility #contents2 ul.works-list li h4, body#works-commercial-facility #contents3 ul.works-list li h4, body#works-commercial-facility #contents4 ul.works-list li h4, body#works-other #contents1 ul.works-list li h4, body#works-other #contents2 ul.works-list li h4, body#works-other #contents3 ul.works-list li h4, body#works-other #contents4 ul.works-list li h4 {
      font-size: 15px;
      font-size: 0.9375rem; } }
    @media screen and (max-width: 767px) and (max-width: 320px) {
      body#works #contents1 ul.works-list li h4, body#works #contents2 ul.works-list li h4, body#works #contents3 ul.works-list li h4, body#works #contents4 ul.works-list li h4, body#works-newconstruction #contents1 ul.works-list li h4, body#works-newconstruction #contents2 ul.works-list li h4, body#works-newconstruction #contents3 ul.works-list li h4, body#works-newconstruction #contents4 ul.works-list li h4, body#works-renovation #contents1 ul.works-list li h4, body#works-renovation #contents2 ul.works-list li h4, body#works-renovation #contents3 ul.works-list li h4, body#works-renovation #contents4 ul.works-list li h4, body#works-commercial-facility #contents1 ul.works-list li h4, body#works-commercial-facility #contents2 ul.works-list li h4, body#works-commercial-facility #contents3 ul.works-list li h4, body#works-commercial-facility #contents4 ul.works-list li h4, body#works-other #contents1 ul.works-list li h4, body#works-other #contents2 ul.works-list li h4, body#works-other #contents3 ul.works-list li h4, body#works-other #contents4 ul.works-list li h4 {
        font-size: 14.07px;
        font-size: 0.879375rem; } }

@media screen and (max-width: 580px) {
  body#works #contents1 ul.works-list li, body#works #contents2 ul.works-list li, body#works #contents3 ul.works-list li, body#works #contents4 ul.works-list li, body#works-newconstruction #contents1 ul.works-list li, body#works-newconstruction #contents2 ul.works-list li, body#works-newconstruction #contents3 ul.works-list li, body#works-newconstruction #contents4 ul.works-list li, body#works-renovation #contents1 ul.works-list li, body#works-renovation #contents2 ul.works-list li, body#works-renovation #contents3 ul.works-list li, body#works-renovation #contents4 ul.works-list li, body#works-commercial-facility #contents1 ul.works-list li, body#works-commercial-facility #contents2 ul.works-list li, body#works-commercial-facility #contents3 ul.works-list li, body#works-commercial-facility #contents4 ul.works-list li, body#works-other #contents1 ul.works-list li, body#works-other #contents2 ul.works-list li, body#works-other #contents3 ul.works-list li, body#works-other #contents4 ul.works-list li {
    width: 100%;
    float: none;
    margin: 0 0 20px 0; }
    body#works #contents1 ul.works-list li .voice-label, body#works #contents2 ul.works-list li .voice-label, body#works #contents3 ul.works-list li .voice-label, body#works #contents4 ul.works-list li .voice-label, body#works-newconstruction #contents1 ul.works-list li .voice-label, body#works-newconstruction #contents2 ul.works-list li .voice-label, body#works-newconstruction #contents3 ul.works-list li .voice-label, body#works-newconstruction #contents4 ul.works-list li .voice-label, body#works-renovation #contents1 ul.works-list li .voice-label, body#works-renovation #contents2 ul.works-list li .voice-label, body#works-renovation #contents3 ul.works-list li .voice-label, body#works-renovation #contents4 ul.works-list li .voice-label, body#works-commercial-facility #contents1 ul.works-list li .voice-label, body#works-commercial-facility #contents2 ul.works-list li .voice-label, body#works-commercial-facility #contents3 ul.works-list li .voice-label, body#works-commercial-facility #contents4 ul.works-list li .voice-label, body#works-other #contents1 ul.works-list li .voice-label, body#works-other #contents2 ul.works-list li .voice-label, body#works-other #contents3 ul.works-list li .voice-label, body#works-other #contents4 ul.works-list li .voice-label {
      position: absolute;
      top: 0;
      left: 0;
      margin: 0;
      color: #ffffff;
      background: #878876;
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1;
      width: auto;
      display: inline-block; }
      body#works #contents1 ul.works-list li .voice-label i, body#works #contents2 ul.works-list li .voice-label i, body#works #contents3 ul.works-list li .voice-label i, body#works #contents4 ul.works-list li .voice-label i, body#works-newconstruction #contents1 ul.works-list li .voice-label i, body#works-newconstruction #contents2 ul.works-list li .voice-label i, body#works-newconstruction #contents3 ul.works-list li .voice-label i, body#works-newconstruction #contents4 ul.works-list li .voice-label i, body#works-renovation #contents1 ul.works-list li .voice-label i, body#works-renovation #contents2 ul.works-list li .voice-label i, body#works-renovation #contents3 ul.works-list li .voice-label i, body#works-renovation #contents4 ul.works-list li .voice-label i, body#works-commercial-facility #contents1 ul.works-list li .voice-label i, body#works-commercial-facility #contents2 ul.works-list li .voice-label i, body#works-commercial-facility #contents3 ul.works-list li .voice-label i, body#works-commercial-facility #contents4 ul.works-list li .voice-label i, body#works-other #contents1 ul.works-list li .voice-label i, body#works-other #contents2 ul.works-list li .voice-label i, body#works-other #contents3 ul.works-list li .voice-label i, body#works-other #contents4 ul.works-list li .voice-label i {
        margin-right: 5px;
        font-size: 16px;
        font-size: 1rem; } }
      @media screen and (max-width: 580px) and (max-width: 320px) {
        body#works #contents1 ul.works-list li .voice-label i, body#works #contents2 ul.works-list li .voice-label i, body#works #contents3 ul.works-list li .voice-label i, body#works #contents4 ul.works-list li .voice-label i, body#works-newconstruction #contents1 ul.works-list li .voice-label i, body#works-newconstruction #contents2 ul.works-list li .voice-label i, body#works-newconstruction #contents3 ul.works-list li .voice-label i, body#works-newconstruction #contents4 ul.works-list li .voice-label i, body#works-renovation #contents1 ul.works-list li .voice-label i, body#works-renovation #contents2 ul.works-list li .voice-label i, body#works-renovation #contents3 ul.works-list li .voice-label i, body#works-renovation #contents4 ul.works-list li .voice-label i, body#works-commercial-facility #contents1 ul.works-list li .voice-label i, body#works-commercial-facility #contents2 ul.works-list li .voice-label i, body#works-commercial-facility #contents3 ul.works-list li .voice-label i, body#works-commercial-facility #contents4 ul.works-list li .voice-label i, body#works-other #contents1 ul.works-list li .voice-label i, body#works-other #contents2 ul.works-list li .voice-label i, body#works-other #contents3 ul.works-list li .voice-label i, body#works-other #contents4 ul.works-list li .voice-label i {
          font-size: 15.008px;
          font-size: 0.938rem; } }

/* -------------------------------------
   works detail
------------------------------------- */
body#works-detail #contents1 h3#works-copy {
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  margin: 60px auto; }
  @media screen and (max-width: 320px) {
    body#works-detail #contents1 h3#works-copy {
      font-size: 28.14px;
      font-size: 1.75875rem;
      font-size: 26.25px;
      font-size: 1.640625rem; } }
body#works-detail #contents1 #works-text {
  margin-bottom: 60px; }
  body#works-detail #contents1 #works-text:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
body#works-detail #contents1 #works-info {
  width: 700px;
  margin-right: 40px;
  float: left; }
  body#works-detail #contents1 #works-info p {
    margin-bottom: 30px; }
  body#works-detail #contents1 #works-info ul {
    list-style: none; }
    body#works-detail #contents1 #works-info ul:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden; }
    body#works-detail #contents1 #works-info ul li {
      position: relative;
      width: auto;
      overflow: hidden;
      float: left;
      font-size: 14px;
      font-size: 0.875rem;
      text-align: center;
      line-height: 1.4em;
      border-radius: 15px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      background-color: #F4AB9D;
      color: #ffffff;
      padding: 5px 20px 5px 20px;
      margin: 0 10px 10px 0; }
body#works-detail #contents1 dl#works-data {
  float: left;
  width: 280px;
  color: #ffffff;
  background: #878876;
  padding: 25px; }
  body#works-detail #contents1 dl#works-data dt {
    float: left;
    clear: left;
    width: 35%;
    font-weight: bold; }
  body#works-detail #contents1 dl#works-data dd {
    float: left;
    width: 65%; }
body#works-detail #contents1 .pickup-image {
  margin-bottom: 20px;
  text-align: center; }
body#works-detail #contents1 .pickup-caption {
  margin-bottom: 60px; }
body#works-detail #contents1 .works-detail-1column-set {
  text-align: center;
  max-width: 860px;
  margin: 0 auto; }
body#works-detail #contents1 .works-detail-2column-set:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }
body#works-detail #contents1 .works-detail-2column-set .works-detail-2column {
  float: left;
  width: 515px;
  margin-right: 40px; }
  body#works-detail #contents1 .works-detail-2column-set .works-detail-2column:last-child {
    margin-right: 0; }
body#works-detail #contents1 .works-detail-3column-set:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }
body#works-detail #contents1 .works-detail-3column-set .works-detail-3column {
  float: left;
  width: 330px;
  margin-right: 40px; }
  body#works-detail #contents1 .works-detail-3column-set .works-detail-3column:last-child {
    margin-right: 0; }
body#works-detail #contents2 {
  background: #B0B1A1;
  padding: 60px 0; }
  body#works-detail #contents2 h2.common-contents-title {
    color: #ffffff;
    padding: 0 0 10px 0;
    text-align: center; }
    body#works-detail #contents2 h2.common-contents-title span {
      display: block;
      font-size: 13px;
      font-size: 0.8125rem;
      font-family: 'Reem Kufi', sans-serif;
      font-style: normal;
      font-weight: 400;
      /*@else if $weight == montserrat{
      	font-family: 'Montserrat', sans-serif;
      	font-style: normal;
      	font-weight: 400;
      }@else if $weight == montserrat_bold{
      	font-family: 'Montserrat', sans-serif;
      	font-style: normal;
      	font-weight: 700;
      }*/
      margin-top: 10px; }
  body#works-detail #contents2 p#owner-voice {
    padding: 30px 40px;
    background: #ffffff;
    width: 910px;
    margin: 0 auto; }
  body#works-detail #contents2 ul#owner-voice-qa {
    list-style: none;
    margin: 0 40px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    body#works-detail #contents2 ul#owner-voice-qa:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden; }
    body#works-detail #contents2 ul#owner-voice-qa li {
      position: relative;
      overflow: hidden;
      width: 435px;
      float: left;
      padding: 30px 20px;
      background: #ffffff;
      margin: 0 38px 40px 0;
      text-align: center; }
      body#works-detail #contents2 ul#owner-voice-qa li:nth-child(2n) {
        margin-right: 0; }
      body#works-detail #contents2 ul#owner-voice-qa li h3 {
        font-weight: bold;
        border-bottom: 1px solid #E3D9CD;
        padding-bottom: 10px; }
        body#works-detail #contents2 ul#owner-voice-qa li h3 span {
          display: block;
          font-size: 13px;
          font-size: 0.8125rem;
          font-family: 'Reem Kufi', sans-serif;
          font-style: normal;
          font-weight: 400;
          /*@else if $weight == montserrat{
          	font-family: 'Montserrat', sans-serif;
          	font-style: normal;
          	font-weight: 400;
          }@else if $weight == montserrat_bold{
          	font-family: 'Montserrat', sans-serif;
          	font-style: normal;
          	font-weight: 700;
          }*/ }
      body#works-detail #contents2 ul#owner-voice-qa li p {
        margin-top: 20px; }
body#works-detail ul.works-list-prevnext {
  width: 1070px;
  margin: 0 auto 20px;
  list-style: none;
  position: relative; }
  body#works-detail ul.works-list-prevnext:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
  body#works-detail ul.works-list-prevnext a {
    text-decoration: none; }
  body#works-detail ul.works-list-prevnext .works-list-prevnext_prev {
    float: left;
    position: relative;
    z-index: 2; }
    body#works-detail ul.works-list-prevnext .works-list-prevnext_prev i {
      margin-right: 5px; }
  body#works-detail ul.works-list-prevnext .works-list-prevnext_next {
    float: right;
    z-index: 1;
    position: relative; }
    body#works-detail ul.works-list-prevnext .works-list-prevnext_next i {
      margin-left: 5px; }
  body#works-detail ul.works-list-prevnext .works-list-prevnext_list {
    position: absolute;
    top: -20px;
    right: 0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    z-index: 0; }
@media screen and (max-width: 767px) {
  body#works-detail #contents1 h3#works-copy {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 20px 0; } }
  @media screen and (max-width: 767px) and (max-width: 320px) {
    body#works-detail #contents1 h3#works-copy {
      font-size: 18.76px;
      font-size: 1.1725rem;
      font-size: 17.5px;
      font-size: 1.09375rem; } }
@media screen and (max-width: 767px) {
  body#works-detail #contents1 #works-text {
    margin-bottom: 60px; }
    body#works-detail #contents1 #works-text:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden; }
  body#works-detail #contents1 #works-info {
    width: 100%;
    margin-right: 0;
    float: none; }
    body#works-detail #contents1 #works-info p {
      margin-bottom: 20px; }
  body#works-detail #contents1 dl#works-data {
    float: none;
    width: 90%;
    padding: 5%;
    margin-top: 20px; }
    body#works-detail #contents1 dl#works-data:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden; }
  body#works-detail #contents1 .pickup-caption {
    margin-bottom: 40px; }
  body#works-detail #contents1 .works-detail-1column-set {
    text-align: left;
    max-width: 767px;
    width: 100%; }
  body#works-detail #contents1 .works-detail-2column-set {
    width: 100%; }
    body#works-detail #contents1 .works-detail-2column-set .works-detail-2column {
      float: none;
      width: 100%;
      margin-right: 0; }
      body#works-detail #contents1 .works-detail-2column-set .works-detail-2column img {
        text-align: center;
        width: 100%;
        max-width: 515px; }
  body#works-detail #contents1 .works-detail-3column-set {
    width: 100%; }
    body#works-detail #contents1 .works-detail-3column-set .works-detail-3column {
      float: none;
      width: 100%;
      margin-right: 0; }
      body#works-detail #contents1 .works-detail-3column-set .works-detail-3column img {
        text-align: center;
        width: 100%;
        max-width: 330px; }
  body#works-detail #contents2 {
    width: 100%;
    padding: 5% 0 10% 0; }
    body#works-detail #contents2 h2.common-contents-title {
      margin-bottom: 10px;
      margin-top: 10px; }
    body#works-detail #contents2 p#owner-voice {
      padding: 5%;
      width: 80%;
      margin: 0 auto; }
    body#works-detail #contents2 ul#owner-voice-qa {
      width: 90%;
      margin: 0 auto;
      text-align: center; }
      body#works-detail #contents2 ul#owner-voice-qa li {
        width: 42%;
        float: left;
        padding: 30px 3%;
        margin: 0 4% 40px 0; }
        body#works-detail #contents2 ul#owner-voice-qa li:nth-child(2n) {
          margin-right: 0; }
  body#works-detail ul.works-list-prevnext {
    width: 90%; }
    body#works-detail ul.works-list-prevnext .linkbtn {
      width: auto; }
      body#works-detail ul.works-list-prevnext .linkbtn a {
        width: auto; }
    body#works-detail ul.works-list-prevnext .works-list-prevnext_list {
      top: -20px;
      width: 100%;
      text-align: center;
      margin: 0 auto; } }
@media screen and (max-width: 580px) {
  body#works-detail #contents2 ul#owner-voice-qa {
    width: 90%;
    margin: 0 auto;
    text-align: center; }
    body#works-detail #contents2 ul#owner-voice-qa li {
      width: 100%;
      float: none;
      padding: 30px 5%;
      margin: 0 0 20px 0; }
      body#works-detail #contents2 ul#owner-voice-qa li h3 {
        padding-bottom: 10px; }
      body#works-detail #contents2 ul#owner-voice-qa li p {
        margin-top: 20px; }
  body#works-detail ul.works-list-prevnext {
    width: 90%;
    padding-bottom: 60px;
    margin-top: -30px; }
    body#works-detail ul.works-list-prevnext .linkbtn a {
      width: 90%; }
    body#works-detail ul.works-list-prevnext .works-list-prevnext_list {
      top: 60px;
      width: 100%;
      text-align: center;
      margin: 0 auto; } }

/* ======================================================
   reports page
====================================================== */
/* -------------------------------------
   reports index
------------------------------------- */
body#reports #contents1 {
  width: 1070px;
  margin: 0 auto; }
  body#reports #contents1:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
body#reports #reports-set {
  position: relative;
  width: 700px;
  overflow: hidden;
  float: left;
  margin-right: 70px; }
  body#reports #reports-set ul.reports-list {
    list-style: none;
    margin-top: 40px;
    width: 700px; }
    body#reports #reports-set ul.reports-list:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden; }
    body#reports #reports-set ul.reports-list li {
      position: relative;
      width: 330px;
      overflow: hidden;
      float: left;
      margin: 0 40px 30px 0;
      font-size: 14px;
      font-size: 0.875rem;
      text-align: center;
      line-height: 1.4em; }
      body#reports #reports-set ul.reports-list li:first-child {
        width: 700px;
        margin: 0 0 30px 0;
        font-size: 16px;
        font-size: 1rem; }
        @media screen and (max-width: 320px) {
          body#reports #reports-set ul.reports-list li:first-child {
            font-size: 15.008px;
            font-size: 0.938rem; } }
      body#reports #reports-set ul.reports-list li:nth-child(odd) {
        margin: 0 0 30px 0; }
      body#reports #reports-set ul.reports-list li .status-label {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        color: #ffffff;
        background: #FF7C5E;
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1;
        padding: 10px; }
      body#reports #reports-set ul.reports-list li h4 {
        font-weight: bold;
        padding: 20px 0 10px 0; }
      body#reports #reports-set ul.reports-list li p {
        padding: 0 0 0 0; }
      body#reports #reports-set ul.reports-list li a {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        color: #202020;
        text-decoration: none; }
        body#reports #reports-set ul.reports-list li a:hover, body#reports #reports-set ul.reports-list li a:active {
          color: #202020;
          text-decoration: underline; }
          body#reports #reports-set ul.reports-list li a:hover img, body#reports #reports-set ul.reports-list li a:active img {
            opacity: 0.7;
            filter: alpha(opacity=70); }
        body#reports #reports-set ul.reports-list li a:visited {
          color: #202020;
          text-decoration: none; }
@media screen and (max-width: 767px) {
  body#reports {
    /*aside{
    	width: 100%;
    	float: none;
    }*/ }
    body#reports #contents1 {
      width: 90%;
      margin: 0 auto; }
    body#reports #reports-set {
      width: 100%;
      margin-right: 0;
      margin-bottom: 80px; }
      body#reports #reports-set ul.reports-list {
        width: 100%; }
        body#reports #reports-set ul.reports-list li {
          width: 48%;
          margin: 0 4% 20px 0; }
          body#reports #reports-set ul.reports-list li:first-child {
            width: 100%;
            margin: 0 0 30px 0;
            font-size: 16px;
            font-size: 1rem; } }
          @media screen and (max-width: 767px) and (max-width: 320px) {
            body#reports #reports-set ul.reports-list li:first-child {
              font-size: 15.008px;
              font-size: 0.938rem; } }
@media screen and (max-width: 767px) {
          body#reports #reports-set ul.reports-list li:nth-child(odd) {
            margin: 0 0 30px 0; }
          body#reports #reports-set ul.reports-list li .status-label {
            position: absolute;
            top: 0;
            left: 0;
            margin-right: -1px;
            font-size: 13px;
            font-size: 0.8125rem;
            line-height: 1;
            display: inline-block; }
          body#reports #reports-set ul.reports-list li .status-label:after {
            content: '';
            margin-right: 1px;
            float: right; }
          body#reports #reports-set ul.reports-list li h4 {
            font-size: 15px;
            font-size: 0.9375rem; } }
          @media screen and (max-width: 767px) and (max-width: 320px) {
            body#reports #reports-set ul.reports-list li h4 {
              font-size: 14.07px;
              font-size: 0.879375rem; } }

@media screen and (max-width: 580px) {
  body#reports #reports-set ul.reports-list li {
    width: 100%;
    float: none;
    margin: 0 0 30px 0; }
    body#reports #reports-set ul.reports-list li .status-label {
      position: absolute;
      top: 0;
      left: 0;
      margin: 0;
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1;
      width: auto;
      display: inline-block; }
    body#reports #reports-set ul.reports-list li:first-child {
      font-size: 14px;
      font-size: 0.875rem; }
    body#reports #reports-set ul.reports-list li:nth-child(odd) {
      margin: 0 0 30px 0; } }

/* -------------------------------------
   reports projects
------------------------------------- */
body#reports-projects div#reports-list-set, body#reports-detail div#reports-list-set {
  width: 700px;
  float: left;
  position: relative;
  margin: 40px 0 0 0; }
  body#reports-projects div#reports-list-set ul#reports-list, body#reports-detail div#reports-list-set ul#reports-list {
    list-style: none;
    position: relative;
    width: 700px;
    margin: 0;
    float: left; }
    body#reports-projects div#reports-list-set ul#reports-list li, body#reports-detail div#reports-list-set ul#reports-list li {
      overflow: hidden;
      padding-bottom: 40px;
      margin-bottom: 40px;
      border-bottom: 1px #95989A dotted; }
      body#reports-projects div#reports-list-set ul#reports-list li a, body#reports-detail div#reports-list-set ul#reports-list li a {
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        body#reports-projects div#reports-list-set ul#reports-list li a:hover .reports-list-date, body#reports-projects div#reports-list-set ul#reports-list li a:hover .reports-list-img, body#reports-detail div#reports-list-set ul#reports-list li a:hover .reports-list-date, body#reports-detail div#reports-list-set ul#reports-list li a:hover .reports-list-img {
          opacity: 0.7;
          filter: alpha(opacity=70); }
        body#reports-projects div#reports-list-set ul#reports-list li a:hover .reports-list-content h2, body#reports-projects div#reports-list-set ul#reports-list li a:hover .reports-list-content p, body#reports-detail div#reports-list-set ul#reports-list li a:hover .reports-list-content h2, body#reports-detail div#reports-list-set ul#reports-list li a:hover .reports-list-content p {
          text-decoration: underline; }
      body#reports-projects div#reports-list-set ul#reports-list li .reports-list-date, body#reports-detail div#reports-list-set ul#reports-list li .reports-list-date {
        width: 100px;
        height: 77px;
        padding: 20px 0 10px 0;
        line-height: 1.4em;
        background: #AAAC95;
        font-family: 'Lato', sans-serif;
        font-style: normal;
        font-weight: 400;
        /*@else if $weight == montserrat{
        	font-family: 'Montserrat', sans-serif;
        	font-style: normal;
        	font-weight: 400;
        }@else if $weight == montserrat_bold{
        	font-family: 'Montserrat', sans-serif;
        	font-style: normal;
        	font-weight: 700;
        }*/
        font-size: 14px;
        font-size: 0.875rem;
        color: #ffffff;
        text-align: center;
        float: left;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        body#reports-projects div#reports-list-set ul#reports-list li .reports-list-date span, body#reports-detail div#reports-list-set ul#reports-list li .reports-list-date span {
          font-size: 30px;
          font-size: 1.875rem;
          line-height: 0.8em; }
          @media screen and (max-width: 320px) {
            body#reports-projects div#reports-list-set ul#reports-list li .reports-list-date span, body#reports-detail div#reports-list-set ul#reports-list li .reports-list-date span {
              font-size: 28.14px;
              font-size: 1.75875rem;
              font-size: 26.25px;
              font-size: 1.640625rem; } }
      body#reports-projects div#reports-list-set ul#reports-list li .reports-list-img, body#reports-detail div#reports-list-set ul#reports-list li .reports-list-img {
        width: 160px;
        float: left;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      body#reports-projects div#reports-list-set ul#reports-list li .reports-list-content, body#reports-detail div#reports-list-set ul#reports-list li .reports-list-content {
        margin-left: 280px; }
        body#reports-projects div#reports-list-set ul#reports-list li .reports-list-content h3, body#reports-detail div#reports-list-set ul#reports-list li .reports-list-content h3 {
          font-family: 'source-han-sans-japanese', sans-serif;
          font-style: normal;
          font-weight: 700;
          /*@else if $weight == montserrat{
          	font-family: 'Montserrat', sans-serif;
          	font-style: normal;
          	font-weight: 400;
          }@else if $weight == montserrat_bold{
          	font-family: 'Montserrat', sans-serif;
          	font-style: normal;
          	font-weight: 700;
          }*/
          font-size: 16px;
          font-size: 1rem;
          margin-bottom: 5px;
          color: #202020;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          @media screen and (max-width: 320px) {
            body#reports-projects div#reports-list-set ul#reports-list li .reports-list-content h3, body#reports-detail div#reports-list-set ul#reports-list li .reports-list-content h3 {
              font-size: 15.008px;
              font-size: 0.938rem; } }
        body#reports-projects div#reports-list-set ul#reports-list li .reports-list-content p, body#reports-detail div#reports-list-set ul#reports-list li .reports-list-content p {
          color: #202020;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
body#reports-projects div#reports-info, body#reports-detail div#reports-info {
  position: relative;
  width: 250px;
  margin: 40px 0 0 0;
  float: right;
  color: #ffffff;
  background: #878876;
  padding: 25px; }
  body#reports-projects div#reports-info h3, body#reports-detail div#reports-info h3 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold; }
    @media screen and (max-width: 320px) {
      body#reports-projects div#reports-info h3, body#reports-detail div#reports-info h3 {
        font-size: 18.76px;
        font-size: 1.1725rem;
        font-size: 17.5px;
        font-size: 1.09375rem; } }
  body#reports-projects div#reports-info p#reports-info-category, body#reports-detail div#reports-info p#reports-info-category {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    background-color: #ffffff;
    color: #878876;
    padding: 5px 20px;
    margin: 5px auto 10px;
    line-height: 1.4;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    display: inline-block;
    text-align: center; }
  body#reports-projects div#reports-info p#reports-info-copy, body#reports-detail div#reports-info p#reports-info-copy {
    line-height: 1.4;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ffffff; }
  body#reports-projects div#reports-info dl#reports-data, body#reports-detail div#reports-info dl#reports-data {
    line-height: 1.4; }
    body#reports-projects div#reports-info dl#reports-data:after, body#reports-detail div#reports-info dl#reports-data:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden; }
    body#reports-projects div#reports-info dl#reports-data dt, body#reports-detail div#reports-info dl#reports-data dt {
      float: left;
      clear: left;
      width: 35%;
      font-weight: bold; }
    body#reports-projects div#reports-info dl#reports-data dd, body#reports-detail div#reports-info dl#reports-data dd {
      float: left;
      width: 65%;
      margin-bottom: 10px; }
      body#reports-projects div#reports-info dl#reports-data dd:last-child, body#reports-detail div#reports-info dl#reports-data dd:last-child {
        margin-bottom: 0; }
body#reports-projects div#reports-other-projects, body#reports-detail div#reports-other-projects {
  float: right;
  width: 300px;
  margin-top: 60px; }
  body#reports-projects div#reports-other-projects h2, body#reports-detail div#reports-other-projects h2 {
    background: #ffffff;
    border-top: 2px solid #AAAC95;
    border-bottom: 2px solid #AAAC95;
    color: #AAAC95;
    text-align: center;
    padding: 10px 0;
    font-family: 'Reem Kufi', sans-serif;
    font-style: normal;
    font-weight: 400;
    /*@else if $weight == montserrat{
    	font-family: 'Montserrat', sans-serif;
    	font-style: normal;
    	font-weight: 400;
    }@else if $weight == montserrat_bold{
    	font-family: 'Montserrat', sans-serif;
    	font-style: normal;
    	font-weight: 700;
    }*/
    font-size: 18px;
    font-size: 1.125rem; }
    @media screen and (max-width: 320px) {
      body#reports-projects div#reports-other-projects h2, body#reports-detail div#reports-other-projects h2 {
        font-size: 16.884px;
        font-size: 1.05525rem;
        font-size: 15.75px;
        font-size: 0.984375rem; } }
  body#reports-projects div#reports-other-projects ul, body#reports-detail div#reports-other-projects ul {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 20px 0;
    list-style: none; }
    body#reports-projects div#reports-other-projects ul li, body#reports-detail div#reports-other-projects ul li {
      line-height: 1.4;
      margin: 10px 0 30px 0; }
      body#reports-projects div#reports-other-projects ul li img, body#reports-detail div#reports-other-projects ul li img {
        width: 60px;
        margin-right: 10px;
        margin-top: -10px; }
      body#reports-projects div#reports-other-projects ul li a, body#reports-detail div#reports-other-projects ul li a {
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        color: #202020; }
        body#reports-projects div#reports-other-projects ul li a:hover, body#reports-projects div#reports-other-projects ul li a:active, body#reports-detail div#reports-other-projects ul li a:hover, body#reports-detail div#reports-other-projects ul li a:active {
          color: #202020;
          text-decoration: underline; }
        body#reports-projects div#reports-other-projects ul li a:hover, body#reports-projects div#reports-other-projects ul li a:active img, body#reports-detail div#reports-other-projects ul li a:hover, body#reports-detail div#reports-other-projects ul li a:active img {
          opacity: 0.7;
          filter: alpha(opacity=70); }
      body#reports-projects div#reports-other-projects ul li:last-child, body#reports-detail div#reports-other-projects ul li:last-child {
        margin: 0; }
@media screen and (max-width: 767px) {
  body#reports-projects #contents1, body#reports-detail #contents1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  body#reports-projects div#reports-list-set, body#reports-detail div#reports-list-set {
    width: 100%;
    float: none;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
    body#reports-projects div#reports-list-set ul#reports-list, body#reports-detail div#reports-list-set ul#reports-list {
      width: 100%; }
      body#reports-projects div#reports-list-set ul#reports-list li, body#reports-detail div#reports-list-set ul#reports-list li {
        margin-bottom: 20px;
        padding-bottom: 20px; }
        body#reports-projects div#reports-list-set ul#reports-list li .reports-list-inner, body#reports-detail div#reports-list-set ul#reports-list li .reports-list-inner {
          width: 25%;
          float: left; }
        body#reports-projects div#reports-list-set ul#reports-list li .reports-list-date, body#reports-detail div#reports-list-set ul#reports-list li .reports-list-date {
          width: auto;
          float: none;
          padding: 10px 0 0 0; }
        body#reports-projects div#reports-list-set ul#reports-list li .reports-list-img, body#reports-detail div#reports-list-set ul#reports-list li .reports-list-img {
          width: auto;
          float: none; }
        body#reports-projects div#reports-list-set ul#reports-list li .reports-list-content, body#reports-detail div#reports-list-set ul#reports-list li .reports-list-content {
          margin-left: 30%; }
  body#reports-projects div#reports-info, body#reports-detail div#reports-info {
    float: none;
    display: block;
    width: 100%;
    padding: 25px 5%;
    margin: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }
    body#reports-projects div#reports-info h3, body#reports-detail div#reports-info h3 {
      text-align: center; }
    body#reports-projects div#reports-info p#reports-info-category, body#reports-detail div#reports-info p#reports-info-category {
      display: block; }
    body#reports-projects div#reports-info p#reports-info-copy, body#reports-detail div#reports-info p#reports-info-copy {
      text-align: center; }
    body#reports-projects div#reports-info dl#reports-data dt, body#reports-detail div#reports-info dl#reports-data dt {
      float: left;
      clear: left;
      width: 25%;
      font-weight: bold; }
    body#reports-projects div#reports-info dl#reports-data dd, body#reports-detail div#reports-info dl#reports-data dd {
      float: left;
      width: 75%; }
  body#reports-projects div#reports-other-projects, body#reports-detail div#reports-other-projects {
    float: none;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; } }
@media screen and (max-width: 380px) {
  body#reports-projects div#reports-list-set ul#reports-list, body#reports-detail div#reports-list-set ul#reports-list {
    margin: 30px 0 0 0; }
    body#reports-projects div#reports-list-set ul#reports-list li .reports-list-inner, body#reports-detail div#reports-list-set ul#reports-list li .reports-list-inner {
      width: 100%;
      float: none;
      margin: 0 auto; }
    body#reports-projects div#reports-list-set ul#reports-list li .reports-list-date, body#reports-detail div#reports-list-set ul#reports-list li .reports-list-date {
      width: auto;
      height: auto;
      float: none;
      margin: 0 auto;
      padding: 10px 0 5px 0; }
      body#reports-projects div#reports-list-set ul#reports-list li .reports-list-date br, body#reports-detail div#reports-list-set ul#reports-list li .reports-list-date br {
        display: none;
        padding: 0 30px; }
    body#reports-projects div#reports-list-set ul#reports-list li .reports-list-img, body#reports-detail div#reports-list-set ul#reports-list li .reports-list-img {
      width: auto;
      float: none; }
    body#reports-projects div#reports-list-set ul#reports-list li .reports-list-content, body#reports-detail div#reports-list-set ul#reports-list li .reports-list-content {
      float: none;
      margin: 10px auto 0;
      width: 100%; } }

/* -------------------------------------
   reports detail
------------------------------------- */
body#reports-detail div#reports-detail-set {
  width: 700px;
  float: left;
  position: relative;
  margin: 40px 0 0 0; }
  body#reports-detail div#reports-detail-set .reports-detail-1column-set {
    text-align: center;
    margin: 0 auto;
    width: 700px; }
  body#reports-detail div#reports-detail-set .pickup-image {
    margin-bottom: 20px;
    text-align: center; }
  body#reports-detail div#reports-detail-set .pickup-caption {
    margin-bottom: 60px; }
  body#reports-detail div#reports-detail-set .list-prevnext {
    border-top: 1px #95989A dotted;
    padding-top: 40px; }
body#reports-detail ul.subcolumn-list {
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 20px;
  list-style: none;
  border-top: 1px #ffffff dotted;
  margin-top: 20px; }
  body#reports-detail ul.subcolumn-list li {
    line-height: 1.4;
    margin: 0 0 10px 10px; }
    body#reports-detail ul.subcolumn-list li span {
      display: block; }
    body#reports-detail ul.subcolumn-list li i {
      margin: 0 5px 0 -10px;
      font-size: 18px;
      font-size: 1.125rem; }
      @media screen and (max-width: 320px) {
        body#reports-detail ul.subcolumn-list li i {
          font-size: 16.884px;
          font-size: 1.05525rem;
          font-size: 15.75px;
          font-size: 0.984375rem; } }
    body#reports-detail ul.subcolumn-list li a {
      text-decoration: none;
      color: #ffffff; }
      body#reports-detail ul.subcolumn-list li a:hover, body#reports-detail ul.subcolumn-list li a:active {
        color: #ffffff;
        text-decoration: underline; }
      body#reports-detail ul.subcolumn-list li a:visited {
        color: #ffffff;
        text-decoration: none; }
    body#reports-detail ul.subcolumn-list li:last-child {
      margin: 0 0 0 10px; }
@media screen and (max-width: 767px) {
  body#reports-detail div#reports-detail-set {
    margin: 20px 0 0 0; }
    body#reports-detail div#reports-detail-set .list-prevnext {
      padding-top: 20px; }
  body#reports-detail div#reports-info {
    margin-top: 40px; } }

/* ======================================================
   reports page / column page common
====================================================== */
@media screen and (max-width: 580px) {
  body#reports-projects h2.common-contents-title, body#reports-detail h2.common-contents-title {
    margin-top: 0; } }
@media screen and (max-width: 480px) {
  body#reports-projects h2.common-contents-title, body#reports-detail h2.common-contents-title {
    margin-top: 40px; } }

body#reports-projects ul#subcolumn-reports-detail-list {
  padding: 20px 0;
  margin-top: 20px;
  border-top: 1px #ffffff dotted; }

body#reports-detail #detail-date, body#column-detail #detail-date {
  margin-top: -20px; }

body#reports aside, body#column aside, body#column-category aside, body#column-detail aside {
  width: 300px;
  position: relative;
  overflow: hidden;
  float: left;
  margin-top: 40px; }
  body#reports aside .subcolumn-list-set, body#column aside .subcolumn-list-set, body#column-category aside .subcolumn-list-set, body#column-detail aside .subcolumn-list-set {
    color: #ffffff;
    margin-bottom: 60px; }
    body#reports aside .subcolumn-list-set h2, body#column aside .subcolumn-list-set h2, body#column-category aside .subcolumn-list-set h2, body#column-detail aside .subcolumn-list-set h2 {
      background: #ffffff;
      text-align: center;
      padding: 10px 0;
      font-family: 'Reem Kufi', sans-serif;
      font-style: normal;
      font-weight: 400;
      /*@else if $weight == montserrat{
      	font-family: 'Montserrat', sans-serif;
      	font-style: normal;
      	font-weight: 400;
      }@else if $weight == montserrat_bold{
      	font-family: 'Montserrat', sans-serif;
      	font-style: normal;
      	font-weight: 700;
      }*/
      font-size: 18px;
      font-size: 1.125rem; }
      @media screen and (max-width: 320px) {
        body#reports aside .subcolumn-list-set h2, body#column aside .subcolumn-list-set h2, body#column-category aside .subcolumn-list-set h2, body#column-detail aside .subcolumn-list-set h2 {
          font-size: 16.884px;
          font-size: 1.05525rem;
          font-size: 15.75px;
          font-size: 0.984375rem; } }
    body#reports aside .subcolumn-list-set:last-child, body#column aside .subcolumn-list-set:last-child, body#column-category aside .subcolumn-list-set:last-child, body#column-detail aside .subcolumn-list-set:last-child {
      margin-bottom: 0px; }
  body#reports aside #subcolumn-recent-reports, body#column aside #subcolumn-recent-reports, body#column-category aside #subcolumn-recent-reports, body#column-detail aside #subcolumn-recent-reports {
    background: #AAAC95; }
    body#reports aside #subcolumn-recent-reports h2, body#column aside #subcolumn-recent-reports h2, body#column-category aside #subcolumn-recent-reports h2, body#column-detail aside #subcolumn-recent-reports h2 {
      border-top: 2px solid #AAAC95;
      color: #AAAC95; }
  body#reports aside #subcolumn-recent-posts, body#column aside #subcolumn-recent-posts, body#column-category aside #subcolumn-recent-posts, body#column-detail aside #subcolumn-recent-posts {
    background: #6F9EB0; }
    body#reports aside #subcolumn-recent-posts h2, body#column aside #subcolumn-recent-posts h2, body#column-category aside #subcolumn-recent-posts h2, body#column-detail aside #subcolumn-recent-posts h2 {
      border-top: 2px solid #6F9EB0;
      color: #6F9EB0; }
  body#reports aside #subcolumn-category, body#column aside #subcolumn-category, body#column-category aside #subcolumn-category, body#column-detail aside #subcolumn-category {
    background: #4C5870; }
    body#reports aside #subcolumn-category h2, body#column aside #subcolumn-category h2, body#column-category aside #subcolumn-category h2, body#column-detail aside #subcolumn-category h2 {
      border-top: 2px solid #4C5870;
      color: #4C5870; }
  body#reports aside #subcolumn-archive, body#column aside #subcolumn-archive, body#column-category aside #subcolumn-archive, body#column-detail aside #subcolumn-archive {
    background: #6C7874; }
    body#reports aside #subcolumn-archive h2, body#column aside #subcolumn-archive h2, body#column-category aside #subcolumn-archive h2, body#column-detail aside #subcolumn-archive h2 {
      border-top: 2px solid #6C7874;
      color: #6C7874; }
  body#reports aside h2, body#column aside h2, body#column-category aside h2, body#column-detail aside h2 {
    background: #ffffff;
    border-top: 2px solid #AAAC95;
    color: #AAAC95;
    text-align: center;
    padding: 10px 0;
    font-family: 'Reem Kufi', sans-serif;
    font-style: normal;
    font-weight: 400;
    /*@else if $weight == montserrat{
    	font-family: 'Montserrat', sans-serif;
    	font-style: normal;
    	font-weight: 400;
    }@else if $weight == montserrat_bold{
    	font-family: 'Montserrat', sans-serif;
    	font-style: normal;
    	font-weight: 700;
    }*/
    font-size: 18px;
    font-size: 1.125rem; }
    @media screen and (max-width: 320px) {
      body#reports aside h2, body#column aside h2, body#column-category aside h2, body#column-detail aside h2 {
        font-size: 16.884px;
        font-size: 1.05525rem;
        font-size: 15.75px;
        font-size: 0.984375rem; } }
  body#reports aside ul.subcolumn-list, body#column aside ul.subcolumn-list, body#column-category aside ul.subcolumn-list, body#column-detail aside ul.subcolumn-list {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 20px;
    list-style: none; }
    body#reports aside ul.subcolumn-list li, body#column aside ul.subcolumn-list li, body#column-category aside ul.subcolumn-list li, body#column-detail aside ul.subcolumn-list li {
      line-height: 1.4;
      margin: 0 0 10px 10px; }
      body#reports aside ul.subcolumn-list li span, body#column aside ul.subcolumn-list li span, body#column-category aside ul.subcolumn-list li span, body#column-detail aside ul.subcolumn-list li span {
        display: block; }
      body#reports aside ul.subcolumn-list li i, body#column aside ul.subcolumn-list li i, body#column-category aside ul.subcolumn-list li i, body#column-detail aside ul.subcolumn-list li i {
        margin: 0 5px 0 -10px;
        font-size: 18px;
        font-size: 1.125rem; }
        @media screen and (max-width: 320px) {
          body#reports aside ul.subcolumn-list li i, body#column aside ul.subcolumn-list li i, body#column-category aside ul.subcolumn-list li i, body#column-detail aside ul.subcolumn-list li i {
            font-size: 16.884px;
            font-size: 1.05525rem;
            font-size: 15.75px;
            font-size: 0.984375rem; } }
      body#reports aside ul.subcolumn-list li a, body#column aside ul.subcolumn-list li a, body#column-category aside ul.subcolumn-list li a, body#column-detail aside ul.subcolumn-list li a {
        text-decoration: none;
        color: #ffffff; }
        body#reports aside ul.subcolumn-list li a:hover, body#reports aside ul.subcolumn-list li a:active, body#column aside ul.subcolumn-list li a:hover, body#column aside ul.subcolumn-list li a:active, body#column-category aside ul.subcolumn-list li a:hover, body#column-category aside ul.subcolumn-list li a:active, body#column-detail aside ul.subcolumn-list li a:hover, body#column-detail aside ul.subcolumn-list li a:active {
          color: #ffffff;
          text-decoration: underline; }
        body#reports aside ul.subcolumn-list li a:visited, body#column aside ul.subcolumn-list li a:visited, body#column-category aside ul.subcolumn-list li a:visited, body#column-detail aside ul.subcolumn-list li a:visited {
          color: #ffffff;
          text-decoration: none; }
      body#reports aside ul.subcolumn-list li:last-child, body#column aside ul.subcolumn-list li:last-child, body#column-category aside ul.subcolumn-list li:last-child, body#column-detail aside ul.subcolumn-list li:last-child {
        margin: 0 0 0 10px; }
@media screen and (max-width: 767px) {
  body#reports aside, body#column aside, body#column-category aside, body#column-detail aside {
    width: 100%;
    float: none; } }

/* ======================================================
   column page
====================================================== */
/* -------------------------------------
   column index
------------------------------------- */
body#column #contents1, body#column-category #contents1, body#column-detail #contents1 {
  width: 1070px;
  margin: 0 auto; }
  body#column #contents1:after, body#column-category #contents1:after, body#column-detail #contents1:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
body#column #column-set, body#column-category #column-set, body#column-detail #column-set {
  position: relative;
  width: 700px;
  overflow: hidden;
  float: left;
  margin-right: 70px; }
  body#column #column-set #column-list-set, body#column-category #column-set #column-list-set, body#column-detail #column-set #column-list-set {
    margin-top: 40px; }
@media screen and (max-width: 767px) {
  body#column #contents1, body#column-category #contents1, body#column-detail #contents1 {
    width: 90%;
    margin: 0 auto; }
  body#column #column-set, body#column-category #column-set, body#column-detail #column-set {
    width: 100%;
    margin-right: 0;
    margin-bottom: 80px; }
    body#column #column-set #column-list-set, body#column-category #column-set #column-list-set, body#column-detail #column-set #column-list-set {
      width: 100%;
      margin: 0 auto; } }
@media screen and (max-width: 380px) {
  body#column #column-set #column-list-set ul.column-list li, body#column-category #column-set #column-list-set ul.column-list li, body#column-detail #column-set #column-list-set ul.column-list li {
    width: auto; } }

/* -------------------------------------
   column detai
------------------------------------- */
body#column-detail #contents1 #column-detail-set {
  margin: 40px 0 0 0; }
  body#column-detail #contents1 #column-detail-set #column-detail-category {
    margin-top: -20px;
    margin-left: 20px;
    display: inline-block;
    float: left;
    font-family: 'source-han-sans-japanese', sans-serif;
    font-style: normal;
    font-weight: 400;
    /*@else if $weight == montserrat{
    	font-family: 'Montserrat', sans-serif;
    	font-style: normal;
    	font-weight: 400;
    }@else if $weight == montserrat_bold{
    	font-family: 'Montserrat', sans-serif;
    	font-style: normal;
    	font-weight: 700;
    }*/
    color: #BC92BE; }
  body#column-detail #contents1 #column-detail-set .category-label {
    position: absolute;
    top: 40px;
    left: 0;
    margin: 0;
    color: #ffffff;
    background: #BC92BE;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1;
    padding: 10px; }
  body#column-detail #contents1 #column-detail-set p {
    margin-bottom: 20px; }
  body#column-detail #contents1 #column-detail-set .list-prevnext {
    border-top: 1px #95989A dotted;
    padding-top: 40px;
    margin-top: 60px; }
@media screen and (max-width: 767px) {
  body#column-detail #contents1 #column-detail-set .category-label {
    margin-right: -1px;
    line-height: 1;
    padding: 3%;
    display: inline-block; }
  body#column-detail #contents1 #column-detail-set .category-label:after {
    content: '';
    margin-right: 1px;
    float: right; }
  body#column-detail #contents1 #column-detail-set .list-prevnext {
    padding-top: 20px; } }
@media screen and (max-width: 580px) {
  body#column-detail #contents1 #column-detail-set {
    margin-top: 20px; }
    body#column-detail #contents1 #column-detail-set .category-label {
      width: auto;
      top: 20px; }
    body#column-detail #contents1 #column-detail-set h3.common-contents-title2 {
      margin-top: 0;
      padding-top: 30px; } }

/* ======================================================
   FAQ page
====================================================== */
body#faq #contents1 #qa-set {
  width: 700px;
  margin: 60px 70px 0 0;
  float: left; }
  body#faq #contents1 #qa-set #qa-anchor-set:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
  body#faq #contents1 #qa-set .qa-anchor {
    position: relative;
    width: 45%;
    overflow: hidden;
    float: left;
    border-top: 2px solid #3D68AC;
    margin: 0 10% 30px 0; }
    body#faq #contents1 #qa-set .qa-anchor:nth-child(2n) {
      margin: 0 0 30px 0; }
    body#faq #contents1 #qa-set .qa-anchor h3 {
      color: #3D68AC;
      padding: 15px 0;
      position: relative;
      display: inline-block;
      margin-bottom: 1em;
      text-align: center;
      font-weight: bold;
      width: 100%; }
      body#faq #contents1 #qa-set .qa-anchor h3 span {
        display: block;
        font-size: 13px;
        font-size: 0.8125rem;
        font-family: 'Reem Kufi', sans-serif;
        font-style: normal;
        font-weight: 400;
        /*@else if $weight == montserrat{
        	font-family: 'Montserrat', sans-serif;
        	font-style: normal;
        	font-weight: 400;
        }@else if $weight == montserrat_bold{
        	font-family: 'Montserrat', sans-serif;
        	font-style: normal;
        	font-weight: 700;
        }*/ }
    body#faq #contents1 #qa-set .qa-anchor h3:before {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      /*線の上下位置*/
      display: inline-block;
      width: 70px;
      /*線の長さ*/
      height: 1px;
      /*線の太さ*/
      -moz-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      /*位置調整*/
      background-color: #3D68AC; }
    body#faq #contents1 #qa-set .qa-anchor ul {
      list-style: none;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.6;
      margin-top: 20px; }
      body#faq #contents1 #qa-set .qa-anchor ul li {
        padding-left: 1em;
        margin-bottom: 10px; }
        body#faq #contents1 #qa-set .qa-anchor ul li i {
          text-indent: -1em; }
        body#faq #contents1 #qa-set .qa-anchor ul li a {
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          color: #202020;
          text-decoration: none; }
          body#faq #contents1 #qa-set .qa-anchor ul li a:hover, body#faq #contents1 #qa-set .qa-anchor ul li a:active {
            color: #202020;
            text-decoration: underline; }
          body#faq #contents1 #qa-set .qa-anchor ul li a:visited {
            color: #202020;
            text-decoration: none; }
body#faq #contents1 #qa-list h3 {
  color: #3D68AC;
  padding: 20px 0;
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  border-top: 4px solid #3D68AC;
  border-bottom: 2px solid #3D68AC;
  width: 100%;
  position: relative;
  display: inline-block; }
  @media screen and (max-width: 320px) {
    body#faq #contents1 #qa-list h3 {
      font-size: 16.884px;
      font-size: 1.05525rem;
      font-size: 15.75px;
      font-size: 0.984375rem; } }
body#faq #contents1 #qa-list dl {
  overflow: hidden;
  _zoom: 1; }
body#faq #contents1 #qa-list dl dd, body#faq #contents1 #qa-list dl dt {
  padding: 0 0 0 30px;
  text-indent: -1.5em; }
body#faq #contents1 #qa-list dl dt {
  margin: 0; }
body#faq #contents1 #qa-list dl dd:first-letter,
body#faq #contents1 #qa-list dl dt:first-letter {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 900;
  /*@else if $weight == montserrat{
  	font-family: 'Montserrat', sans-serif;
  	font-style: normal;
  	font-weight: 400;
  }@else if $weight == montserrat_bold{
  	font-family: 'Montserrat', sans-serif;
  	font-style: normal;
  	font-weight: 700;
  }*/
  margin-right: 10px; }
body#faq #contents1 #qa-list dl dd {
  margin: 15px 0 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px dotted #202020; }
  body#faq #contents1 #qa-list dl dd:last-child {
    border-bottom: none; }
body#faq #contents1 #qa-list dl dt {
  font-weight: bold; }
body#faq #contents1 #qa-list #q1-1, body#faq #contents1 #qa-list #q1-2, body#faq #contents1 #qa-list #q1-3, body#faq #contents1 #qa-list #q1-4, body#faq #contents1 #qa-list #q1-5, body#faq #contents1 #qa-list #q1-6, body#faq #contents1 #qa-list #q2-1, body#faq #contents1 #qa-list #q2-2, body#faq #contents1 #qa-list #q2-3, body#faq #contents1 #qa-list #q3-1, body#faq #contents1 #qa-list #q3-2, body#faq #contents1 #qa-list #q3-3, body#faq #contents1 #qa-list #q4-1, body#faq #contents1 #qa-list #q4-2, body#faq #contents1 #qa-list #q4-3, body#faq #contents1 #qa-list #q4-4, body#faq #contents1 #qa-list #q4-5 {
  margin-top: -110px;
  padding-top: 110px; }
body#faq #contents1 #banner-area {
  float: left;
  width: 300px;
  margin-top: 60px; }
  body#faq #contents1 #banner-area ul li {
    margin: 0 0 30px 0; }
    body#faq #contents1 #banner-area ul li img {
      width: 300px; }
@media screen and (max-width: 767px) {
  body#faq #contents1 #qa-set {
    width: 100%;
    float: none; }
  body#faq #contents1 #qa-list #q1-1, body#faq #contents1 #qa-list #q1-2, body#faq #contents1 #qa-list #q1-3, body#faq #contents1 #qa-list #q1-4, body#faq #contents1 #qa-list #q1-5, body#faq #contents1 #qa-list #q1-6, body#faq #contents1 #qa-list #q2-1, body#faq #contents1 #qa-list #q2-2, body#faq #contents1 #qa-list #q2-3, body#faq #contents1 #qa-list #q3-1, body#faq #contents1 #qa-list #q3-2, body#faq #contents1 #qa-list #q3-3, body#faq #contents1 #qa-list #q4-1, body#faq #contents1 #qa-list #q4-2, body#faq #contents1 #qa-list #q4-3, body#faq #contents1 #qa-list #q4-4, body#faq #contents1 #qa-list #q4-5 {
    margin-top: 0;
    padding-top: 0; }
  body#faq #contents1 #banner-area {
    float: none;
    display: none; } }
@media screen and (max-width: 580px) {
  body#faq #contents1 #qa-set .qa-anchor {
    float: none;
    width: 100%; } }

/* ======================================================
   contact page
====================================================== */
/* -------------------------------------
   contact index
------------------------------------- */
body#contact #contents1, body#contact #contents2 {
  font-feature-settings: "palt"; }
  body#contact #contents1 h2, body#contact #contents2 h2 {
    color: #988F39;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: bold;
    border: 1px solid #988F39;
    padding: 20px;
    text-align: center;
    margin-bottom: 40px; }
    @media screen and (max-width: 320px) {
      body#contact #contents1 h2, body#contact #contents2 h2 {
        font-size: 26.264px;
        font-size: 1.6415rem;
        font-size: 24.5px;
        font-size: 1.53125rem; } }
body#contact #contents1 p.tel-number {
  color: #988F39;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  /*@else if $weight == montserrat{
  	font-family: 'Montserrat', sans-serif;
  	font-style: normal;
  	font-weight: 400;
  }@else if $weight == montserrat_bold{
  	font-family: 'Montserrat', sans-serif;
  	font-style: normal;
  	font-weight: 700;
  }*/
  font-weight: bold;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 15px; }
  @media screen and (max-width: 320px) {
    body#contact #contents1 p.tel-number {
      font-size: 32.83px;
      font-size: 2.051875rem;
      font-size: 30.625px;
      font-size: 1.9140625rem; } }
  body#contact #contents1 p.tel-number i {
    margin-right: 10px; }
  body#contact #contents1 p.tel-number a:link {
    color: #988F39; }
body#contact #contents1 p.tel-time {
  text-align: center; }
  body#contact #contents1 p.tel-time span {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    /*@else if $weight == montserrat{
    	font-family: 'Montserrat', sans-serif;
    	font-style: normal;
    	font-weight: 400;
    }@else if $weight == montserrat_bold{
    	font-family: 'Montserrat', sans-serif;
    	font-style: normal;
    	font-weight: 700;
    }*/
    font-size: 16px;
    font-size: 1rem; }
    @media screen and (max-width: 320px) {
      body#contact #contents1 p.tel-time span {
        font-size: 15.008px;
        font-size: 0.938rem; } }
@media screen and (max-width: 767px) {
  body#contact #contents1 h2, body#contact #contents2 h2 {
    font-size: 22px;
    font-size: 1.375rem;
    padding: 15px; } }
  @media screen and (max-width: 767px) and (max-width: 320px) {
    body#contact #contents1 h2, body#contact #contents2 h2 {
      font-size: 20.636px;
      font-size: 1.28975rem;
      font-size: 19.25px;
      font-size: 1.203125rem; } }

@media screen and (max-width: 580px) {
  body#contact #contents1 h2, body#contact #contents2 h2 {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 15px;
    margin-top: 40px; } }
  @media screen and (max-width: 580px) and (max-width: 320px) {
    body#contact #contents1 h2, body#contact #contents2 h2 {
      font-size: 18.76px;
      font-size: 1.1725rem;
      font-size: 17.5px;
      font-size: 1.09375rem; } }

@media screen and (max-width: 380px) {
  body#contact #contents1 h2, body#contact #contents2 h2 {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 10px;
    margin-bottom: 20px; } }
  @media screen and (max-width: 380px) and (max-width: 320px) {
    body#contact #contents1 h2, body#contact #contents2 h2 {
      font-size: 16.884px;
      font-size: 1.05525rem;
      font-size: 15.75px;
      font-size: 0.984375rem; } }

/* -------------------------------------
   contact thanks
------------------------------------- */
body#contact-thanks .linkbtn {
  margin: 50px auto 0;
  text-align: center; }

/* -------------------------------------
   common
------------------------------------- */
/*
#contact {
	#page-about p.page-about-text {
		padding-bottom: 0;
	}
}

#contact-form{
	position: relative;
	width: 1070px;
	margin: 0 auto;
	display: block;

	.form_notes{
		@include fontSize(14);
		margin: 10px 0 0 0;
	}
	#mailformpro {
		dt.form-title {
			font-weight: bold;
			.must {
				padding: 3px 10px;
				&.not {
					visibility: hidden;
				}
			}
		}
	}

	@include addMQ(767px){
		width: 90%;
		margin: 0 auto;
		#mailformpro {
			dt.form-title {
				.must {
					&.not {
						display: none;
					}
				}
			}
		}

	}
	@include addMQ(480px){

	}
}

.botton-link {
	text-align: center;
	a {
		@include fontSize(16);
		font-weight: bold;
		display: inline-block;
		padding: 20px 40px;
		margin: 30px;
		color: #fff;
		background-color: #CB9D75;
		text-align: center;
		text-decoration: none;
		&:hover {
			background-color: #AB7D55;
		}
		&:visited {
		}
	}
}
*/
/* ======================================================
   mailformpro
====================================================== */
/* -------------------------------------
   mailformpro common
------------------------------------- */
/* Chromeでinputのオートフィル機能(以前submitした情報を記憶する機能)で背景色が黄色になるのを回避 */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset; }

/* 全体警告テキスト */
div#mfp_error, div#mfp_warning {
  background-color: #FEE;
  border: solid 1px #F00;
  padding: 10px;
  display: none; }

div#mfp_error p, div#mfp_warning p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  text-align: center; }

div#mfp_error p strong, div#mfp_warning p strong {
  font-size: 18px;
  color: #F00; }

#contact-form {
  width: 100%;
  height: auto; }
  @media screen and (max-width: 380px) {
    #contact-form {
      font-size: 14px;
      font-size: 0.875rem; } }

#mailformpro {
  width: 100%;
  margin: 40px auto 0;
  /*
  .mfp_element_text,
  .mfp_element_number,
  .mfp_element_select-one,
  .mfp_element_email,
  .mfp_element_tel,
  .mfp_element_textarea,
  .mfp_element_date {
  	border: solid 1px #CCC;
  	border-radius: 3px;
  	box-shadow: 0px 0px 5px #CCC inset;
  	padding: 3px 8px;
  	margin: 2px;
  	vertical-align: middle;
  }*/
  /*
  .mfp_element_checkbox,
  .mfp_element_radio {
  	vertical-align: middle;
  	margin: 0px 2px;
  }
  */
  /*エラーテキスト*/
  /* 未入力・エラー時 フォームの色*/
  /* OKマーク */
  /* 送信ボタン */
  /* ラジオボタン、チェックボタン
  label {
  	//border-radius: 3px;
  	//margin: 3px;
  	display: inline-block;
  	white-space: nowrap;
  }
  label.mfp_checked {
  	//padding: 3px;
  	//border: solid 1px #CCC;
  	//background-color: #E8EEF9;
  	//box-shadow: 0px 1px 3px #CCC inset;
  }
  label.mfp_not_checked {
  	//padding: 3px;
  	//border: solid 1px #EEE;
  }*/
  	/*
  	@include addMQ(414px){
  
  		dt {
  			width: 100%;
  			float: none;
  			padding: 0 0 5px 0;
  			font-weight: bold;
  			@include clearfix;
  		}
  		dt.form-title {
  			width: 100%;
  			.must {
  				padding: 3px 10px;
  			}
  			.optional {
  				padding: 3px 10px;
  			}
  		}
  		dd {
  			width: 100%;
  			float: none;
  		}
  		textarea {
  			width: 70%;
  		}
  	}*/ }
  #mailformpro form {
    padding: 0; }
  #mailformpro dl {
    overflow: visible;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    border-bottom: 1px dotted #95989A;
    background-color: #F5F7F7; }
    #mailformpro dl:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden; }
  #mailformpro dt.form-title, #mailformpro dd {
    border-top: 1px dotted #95989A;
    box-sizing: border-box; }
  #mailformpro dt.form-title {
    line-height: 1.6;
    margin: 0;
    width: 25%;
    border-top: 1px dotted #95989A;
    font-weight: bold;
    float: left;
    clear: left;
    padding: 30px 10px; }
    #mailformpro dt.form-title .must {
      font-size: 14px;
      font-size: 0.875rem;
      display: inline-block;
      background-color: #E02727;
      padding: 3px 30px;
      color: #FFF;
      margin: 0 10px 0 0;
      float: left; }
    #mailformpro dt.form-title .optional {
      font-size: 14px;
      font-size: 0.875rem;
      display: inline-block;
      background-color: #a7a7a7;
      padding: 3px 30px;
      color: #FFF;
      margin: 0 10px 0 0;
      float: left; }
  #mailformpro dd {
    line-height: 1.6;
    border-left: 1px dotted #95989A;
    margin: 0;
    width: 75%;
    float: left;
    background-color: #ffffff;
    display: inline-block;
    padding: 30px 30px; }
  #mailformpro ol, #mailformpro ul {
    display: inline-block; }
  #mailformpro ol li, #mailformpro ul li {
    margin: 0 0 20px;
    padding: 0;
    list-style: none; }
    #mailformpro ol li:last-child, #mailformpro ul li:last-child {
      margin: 0; }
    #mailformpro ol li span, #mailformpro ul li span {
      margin-right: 15px; }
  #mailformpro input {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0;
    padding: 10px 15px;
    margin-right: 5px;
    width: 60%;
    border: solid 1px #C6C6C6;
    -webkit-appearance: none;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    box-shadow: 0; }
  #mailformpro textarea {
    margin: 0;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: sans-serif;
    padding: 10px 15px;
    width: 85%;
    border: solid 1px #C6C6C6;
    vertical-align: middle;
    -webkit-appearance: none;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  #mailformpro .select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: content-box;
    text-indent: 0.01px;
    text-overflow: '';
    vertical-align: middle;
    border: solid 1px #C6C6C6;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 10px 30px 10px 10px;
    width: auto;
    display: inline-block;
    background: #fff url(../img/common/form_arrow.png) no-repeat 95% 50%;
    background-size: 12px; }
  #mailformpro select::-ms-expand {
    display: none; }
  #mailformpro #mfp_hidden {
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0px;
    margin: 0px; }
  #mailformpro #mfp_hidden input {
    margin: 10px; }
  #mailformpro .mfp_element_all {
    /*max-width: 90%;*/ }
  #mailformpro .mfp_element_submit, #mailformpro .mfp_element_reset, #mailformpro .mfp_element_button {
    /*
    padding: 5px 10px;
    font-size: 24px;
    */
    cursor: pointer;
    outline: none; }
  #mailformpro .mfp_element_reset {
    color: #333; }
  #mailformpro .form_text {
    margin-bottom: 15px; }
  #mailformpro .form_notes {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 10px;
    color: #6F6F6F; }
  #mailformpro .mfp_err {
    clear: both;
    display: none;
    text-align: left;
    margin: 5px 0px 0px 0px;
    padding: 3px 0px 5px 0;
    color: #E02727;
    font-size: 14px;
    line-height: normal; }
  #mailformpro .mfp_err:before {
    content: "\f071";
    font-family: FontAwesome;
    margin-right: 5px;
    color: #E02727; }
  #mailformpro .problem {
    background-color: #fcc; }
    #mailformpro .problem .select {
      background-color: #fcc; }
  #mailformpro .mfp_ok {
    font-size: 20px;
    font-size: 1.25rem;
    display: inline-block;
    padding: 0 4px;
    color: #1A9FAA;
    display: none; }
    @media screen and (max-width: 320px) {
      #mailformpro .mfp_ok {
        font-size: 18.76px;
        font-size: 1.1725rem;
        font-size: 17.5px;
        font-size: 1.09375rem; } }
  #mailformpro .mfp_buttons {
    margin-top: 20px; }
    #mailformpro .mfp_buttons button {
      width: 330px;
      font-size: 16px;
      font-size: 1rem;
      font-weight: bold;
      border-style: none;
      padding: 20px 5%;
      cursor: pointer;
      color: #ffffff;
      background: #1A9FAA;
      font-feature-settings: "palt"; }
      @media screen and (max-width: 320px) {
        #mailformpro .mfp_buttons button {
          font-size: 15.008px;
          font-size: 0.938rem; } }
    #mailformpro .mfp_buttons button:hover {
      opacity: 0.7;
      filter: alpha(opacity=70); }
  @media screen and (max-width: 767px) {
    #mailformpro {
      margin: 40px auto 80px; }
      #mailformpro dt.form-title {
        width: 30%; }
        #mailformpro dt.form-title .must {
          font-size: 12px;
          font-size: 0.75rem;
          display: inline-block;
          padding: 3px 5px;
          margin: 0 5px 0 0; }
        #mailformpro dt.form-title .optional {
          font-size: 12px;
          font-size: 0.75rem;
          display: inline-block;
          padding: 3px 5px;
          margin: 0 5px 0 0; }
      #mailformpro dd {
        width: 70%; }
      #mailformpro input {
        width: 50%; }
      #mailformpro textarea {
        width: 80%; } }
  @media screen and (max-width: 600px) {
    #mailformpro dt {
      width: 100%;
      float: none;
      padding: 0 0 5px 0; }
      #mailformpro dt:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden; }
    #mailformpro dt.form-title {
      width: 100%;
      padding: 15px; }
    #mailformpro dd {
      width: 100%;
      float: none;
      border-left: none;
      border-top: none;
      padding: 15px; }
    #mailformpro input {
      width: 50%; }
    #mailformpro textarea {
      width: 80%; }
    #mailformpro .mfp_buttons {
      margin-left: 0;
      text-align: center; } }
  @media screen and (max-width: 380px) {
    #mailformpro dt.form-title {
      padding: 15px 5px; }
    #mailformpro dd {
      padding: 15px 5px; }
    #mailformpro .mfp_buttons button {
      width: 100%; } }

/* -------------------------------------
   mailformpro confirm
------------------------------------- */
div#mfp_overlay {
  position: absolute;
  display: none;
  z-index: 10001; }

div#mfp_loading_screen {
  z-index: 20000;
  opacity: 0.8;
  display: none;
  background-color: #000;
  position: absolute; }

div#mfp_loading {
  z-index: 20001;
  position: absolute;
  display: none;
  width: 40px;
  height: 40px;
  background-image: url(images/mfp_loading.gif); }

div#mfp_overlay_inner {
  background-color: #fff;
  padding: 15px;
  margin: 0px auto 20px;
  width: 80%;
  max-width: 800px; }

div#mfp_overlay_background {
  background-color: #000000;
  position: absolute;
  display: none;
  z-index: 10000; }

table#mfp_confirm_table {
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%; }

table#mfp_confirm_table tr.mfp_colored {
  background-color: #fff; }

table#mfp_confirm_table tr.mfp_achroma {
  background-color: #f6f7f9; }

table#mfp_confirm_table tr th, table#mfp_confirm_table tr td {
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 15px 10px; }

table#mfp_confirm_table tr th {
  white-space: nowrap;
  width: 20%; }
  @media screen and (max-width: 320px) {
    table#mfp_confirm_table tr th {
      font-size: 12px;
      font-size: 0.75rem; } }

table#mfp_confirm_table tr td {
  line-height: 1.5em;
  word-break: break-all; }

div#mfp_overlay_inner h4 {
  color: #030303;
  margin: 30px 0;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px; }

div.mfp_buttons {
  clear: both;
  padding: 20px 0px;
  text-align: center; }

div.mfp_buttons button#mfp_button_send,
div.mfp_buttons button#mfp_button_cancel {
  width: 30%;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  border-style: none;
  padding: 20px 20px;
  margin: 30px 10px;
  cursor: pointer;
  color: #fff;
  background-color: #1A9FAA; }
  @media screen and (max-width: 320px) {
    div.mfp_buttons button#mfp_button_send,
    div.mfp_buttons button#mfp_button_cancel {
      font-size: 15.008px;
      font-size: 0.938rem; } }
  div.mfp_buttons button#mfp_button_send:hover,
  div.mfp_buttons button#mfp_button_cancel:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); }
  @media screen and (max-width: 767px) {
    div.mfp_buttons button#mfp_button_send,
    div.mfp_buttons button#mfp_button_cancel {
      margin: 30px 0;
      width: 45%; } }
  @media screen and (max-width: 414px) {
    div.mfp_buttons button#mfp_button_send,
    div.mfp_buttons button#mfp_button_cancel {
      width: 45%;
      font-size: 14px;
      font-size: 0.875rem;
      padding: 10px 5px; } }

/*フラット確認画面の場合*/
/*
div#mfp_phase_confirm {
	clear: both;
}
div#mfp_phase_confirm h4 {
	font-size: 36px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}*/
/* -------------------------------------
   mailformpro thanks page
------------------------------------- */
#contact-thanks, #recruit-thanks {
  font-size: 16px;
  font-size: 1rem;
  	/*
  	.home-btn {
  		a {
  			&:hover {
  
  			}
  		}
  	}*/ }
  @media screen and (max-width: 320px) {
    #contact-thanks, #recruit-thanks {
      font-size: 15.008px;
      font-size: 0.938rem; } }
  #contact-thanks #container, #recruit-thanks #container {
    position: relative;
    height: auto; }
  #contact-thanks .mfp_thanks, #recruit-thanks .mfp_thanks {
    margin: 80px auto 0;
    width: 80%;
    max-width: 600px;
    line-height: 1.6;
    text-align: center;
    /*
    ul.mfp_caution {
    	margin: 0px;
    	padding: 0px;
    }
    ul.mfp_caution li {
    	display: block;
    	color: #C00;
    	margin: 0px;
    	padding: 5px 0px;
    }*/ }
    #contact-thanks .mfp_thanks #mfp_thanks, #recruit-thanks .mfp_thanks #mfp_thanks {
      font-size: 22px;
      font-size: 1.375rem;
      color: #030303;
      margin: 0 0 30px;
      text-align: center; }
      @media screen and (max-width: 320px) {
        #contact-thanks .mfp_thanks #mfp_thanks, #recruit-thanks .mfp_thanks #mfp_thanks {
          font-size: 20.636px;
          font-size: 1.28975rem;
          font-size: 19.25px;
          font-size: 1.203125rem; } }
      #contact-thanks .mfp_thanks #mfp_thanks strong, #recruit-thanks .mfp_thanks #mfp_thanks strong {
        font-size: 22px;
        font-size: 1.375rem; }
        @media screen and (max-width: 320px) {
          #contact-thanks .mfp_thanks #mfp_thanks strong, #recruit-thanks .mfp_thanks #mfp_thanks strong {
            font-size: 20.636px;
            font-size: 1.28975rem;
            font-size: 19.25px;
            font-size: 1.203125rem; } }
      #contact-thanks .mfp_thanks #mfp_thanks span, #recruit-thanks .mfp_thanks #mfp_thanks span {
        font-size: 20px;
        font-size: 1.25rem; }
        @media screen and (max-width: 320px) {
          #contact-thanks .mfp_thanks #mfp_thanks span, #recruit-thanks .mfp_thanks #mfp_thanks span {
            font-size: 18.76px;
            font-size: 1.1725rem;
            font-size: 17.5px;
            font-size: 1.09375rem; } }
    #contact-thanks .mfp_thanks p, #recruit-thanks .mfp_thanks p {
      margin: 0 0 15px;
      text-align: left;
      background-color: #fff; }
  #contact-thanks .arrow-link, #recruit-thanks .arrow-link {
    text-align: center;
    margin: 40px auto; }
  @media screen and (max-width: 414px) {
    #contact-thanks .mfp_thanks, #recruit-thanks .mfp_thanks {
      margin: 40px auto 0; }
      #contact-thanks .mfp_thanks #mfp_thanks, #recruit-thanks .mfp_thanks #mfp_thanks {
        font-weight: bold; }
        #contact-thanks .mfp_thanks #mfp_thanks br, #recruit-thanks .mfp_thanks #mfp_thanks br {
          display: inline; } }

/* ======================================================
   company page
====================================================== */
body#company #contents2 p#ceo-image {
  width: 48%;
  float: left;
  margin-right: 4%; }
body#company #contents2 h3.common-contents-title2 {
  float: left;
  width: 48%;
  padding: 0 0 30px 0; }
  body#company #contents2 h3.common-contents-title2 span {
    font-size: 14px;
    font-size: 0.875rem;
    display: block; }
body#company #contents2 p.contents-text {
  float: left;
  width: 48%; }
body#company #contents3 #company-info {
  width: 100%;
  height: auto;
  box-sizing: border-box; }
body#company #contents3 dl {
  width: 100%;
  background-color: #F5F7F7;
  border-bottom: 1px dotted #95989A;
  height: auto; }
body#company #contents3 dt, body#company #contents3 dd {
  border-top: 1px dotted #95989A;
  box-sizing: border-box;
  padding: 15px 20px; }
body#company #contents3 dt {
  width: 20%;
  background-color: #F5F7F7;
  float: left;
  font-weight: bold; }
body#company #contents3 dd {
  background-color: #ffffff;
  width: 80%;
  display: inline-block;
  margin: 0; }
body#company #contents4 #googlemap {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 420px;
  overflow: hidden; }
body#company #contents4 #access-info {
  background-color: #A1BAD0;
  color: #ffffff;
  padding: 50px 0;
  line-height: 1.4; }
  body#company #contents4 #access-info:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
  body#company #contents4 #access-info h3 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 20px; }
    @media screen and (max-width: 320px) {
      body#company #contents4 #access-info h3 {
        font-size: 18.76px;
        font-size: 1.1725rem;
        font-size: 17.5px;
        font-size: 1.09375rem; } }
  body#company #contents4 #access-info #access-train {
    float: left;
    width: 46%;
    text-align: center;
    padding: 0 2%; }
  body#company #contents4 #access-info #access-car {
    border-left: 1px solid #ffffff;
    float: right;
    width: 46%;
    text-align: center;
    margin-right: -1px;
    padding: 0 2%; }
body#company #contents5 #staff {
  overflow: hidden; }
body#company #contents5 dl {
  width: 330px;
  margin-right: 40px;
  float: left;
  text-align: center; }
  body#company #contents5 dl:last-child {
    margin-right: 0; }
body#company #contents5 dt {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 5px; }
  @media screen and (max-width: 320px) {
    body#company #contents5 dt {
      font-size: 16.884px;
      font-size: 1.05525rem;
      font-size: 15.75px;
      font-size: 0.984375rem; } }
  body#company #contents5 dt img {
    margin-bottom: 10px; }
body#company #contents5 dd.staff-introduction {
  text-align: left;
  margin-top: 5px; }
@media screen and (max-width: 767px) {
  body#company #contents3 #company-info {
    width: 100%;
    height: auto;
    box-sizing: border-box; }
  body#company #contents3 dt, body#company #contents3 dd {
    padding: 10px; }
  body#company #contents3 dt {
    width: 30%; }
  body#company #contents3 dd {
    width: 70%; }
  body#company #contents4 #access-info {
    padding: 30px 0; }
  body#company #contents5 #staff {
    overflow: hidden; }
  body#company #contents5 dl {
    width: 30%;
    margin-right: 5%; }
  body#company #contents5 dd.staff-post {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.4; } }
@media screen and (max-width: 580px) {
  body#company #contents2 p#ceo-image {
    width: 100%;
    float: none;
    margin-right: 0; }
  body#company #contents2 h3.common-contents-title2 {
    float: none;
    width: 100%;
    padding: 0 0 20px 0; }
    body#company #contents2 h3.common-contents-title2 span {
      font-size: 14px;
      font-size: 0.875rem;
      display: block; }
  body#company #contents2 p.contents-text {
    float: none;
    width: 100%; }
  body#company #contents3 dt {
    width: 100%;
    float: none; }
  body#company #contents3 dd {
    width: 100%;
    border-top: none; }
  body#company #contents4 #googlemap {
    height: 300px; }
  body#company #contents4 #access-info {
    padding: 0; }
    body#company #contents4 #access-info h3 {
      font-size: 18px;
      font-size: 1.125rem;
      margin-bottom: 10px; } }
    @media screen and (max-width: 580px) and (max-width: 320px) {
      body#company #contents4 #access-info h3 {
        font-size: 16.884px;
        font-size: 1.05525rem;
        font-size: 15.75px;
        font-size: 0.984375rem; } }
@media screen and (max-width: 580px) {
    body#company #contents4 #access-info #access-train {
      float: none;
      border-bottom: 1px solid #ffffff;
      width: 90%;
      margin: 0 5%;
      padding: 30px 0; }
    body#company #contents4 #access-info #access-car {
      float: none;
      margin-left: none;
      width: 90%;
      margin: 0 5%;
      padding: 30px 0;
      border-left: none; }
  body#company #contents5 dl {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    float: none; }
  body#company #contents5 dt img {
    margin-bottom: 10px;
    width: 80%;
    margin: 0 auto;
    display: block; } }

/* ======================================================
   recruit page
====================================================== */
/* -------------------------------------
   recruit index
------------------------------------- */
body#recruit #contents1 .linkbtn, body#recruit #contents2 .linkbtn {
  margin: 40px auto 20px;
  width: 100%; }
  body#recruit #contents1 .linkbtn a, body#recruit #contents2 .linkbtn a {
    text-align: center; }
body#recruit #contents1 ul {
  list-style: none; }
  body#recruit #contents1 ul:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
  body#recruit #contents1 ul li {
    position: relative;
    width: 330px;
    overflow: hidden;
    float: left;
    margin: 0 40px 0 0; }
    body#recruit #contents1 ul li:last-child {
      margin: 0; }
    body#recruit #contents1 ul li h3 {
      padding-bottom: 20px;
      text-align: center; }
    body#recruit #contents1 ul li img {
      margin-bottom: 20px; }
body#recruit #contents2 .tab_content {
  width: 100%; }
  body#recruit #contents2 .tab_content h3 {
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
    margin: 40px 0; }
    @media screen and (max-width: 320px) {
      body#recruit #contents2 .tab_content h3 {
        font-size: 22.512px;
        font-size: 1.407rem;
        font-size: 21px;
        font-size: 1.3125rem; } }
  body#recruit #contents2 .tab_content dl {
    width: 100%;
    background-color: #F5F7F7;
    border-bottom: 1px dotted #95989A;
    height: auto; }
  body#recruit #contents2 .tab_content dt, body#recruit #contents2 .tab_content dd {
    border-top: 1px dotted #95989A;
    box-sizing: border-box;
    padding: 15px 20px; }
  body#recruit #contents2 .tab_content dt {
    width: 20%;
    background-color: #F5F7F7;
    float: left;
    font-weight: bold; }
  body#recruit #contents2 .tab_content dd {
    background-color: #ffffff;
    width: 80%;
    display: inline-block;
    margin: 0; }
@media screen and (max-width: 767px) {
  body#recruit #contents1 ul li {
    width: 30%;
    margin-right: 5%; }
    body#recruit #contents1 ul li h3 {
      height: 2em; }
  body#recruit #contents2 .tab_content h3 {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 30px 0; } }
  @media screen and (max-width: 767px) and (max-width: 320px) {
    body#recruit #contents2 .tab_content h3 {
      font-size: 20.636px;
      font-size: 1.28975rem;
      font-size: 19.25px;
      font-size: 1.203125rem; } }
@media screen and (max-width: 767px) {
  body#recruit #contents2 .tab_content dt, body#recruit #contents2 .tab_content dd {
    padding: 10px; }
  body#recruit #contents2 .tab_content dt {
    width: 30%; }
  body#recruit #contents2 .tab_content dd {
    width: 70%; } }
@media screen and (max-width: 580px) {
  body#recruit #contents1 ul li {
    width: 100%;
    margin-right: 0;
    float: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    body#recruit #contents1 ul li h3 {
      padding-top: 0;
      padding-bottom: 5px;
      margin-top: 0;
      width: 100%;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2; }
    body#recruit #contents1 ul li .company-point-image {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1;
      margin-top: 40px; }
    body#recruit #contents1 ul li .company-point {
      margin-bottom: 0;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 3;
      -webkit-order: 3;
      order: 3; }
  body#recruit #contents2 .tab_content h3 {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 30px 0; } }
  @media screen and (max-width: 580px) and (max-width: 320px) {
    body#recruit #contents2 .tab_content h3 {
      font-size: 18.76px;
      font-size: 1.1725rem;
      font-size: 17.5px;
      font-size: 1.09375rem; } }
@media screen and (max-width: 580px) {
  body#recruit #contents2 .tab_content dt {
    width: 100%;
    float: none; }
  body#recruit #contents2 .tab_content dd {
    width: 100%;
    border-top: none; } }

/* -------------------------------------
   recruit index tab
------------------------------------- */
/*タブ切り替え全体のスタイル*/
.tabs {
  width: 100%;
  margin: 0 auto; }

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  height: 90px;
  background-color: #EAF1FC;
  line-height: 90px;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  color: #777777;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media screen and (max-width: 320px) {
    .tab_item {
      font-size: 16.884px;
      font-size: 1.05525rem;
      font-size: 15.75px;
      font-size: 0.984375rem; } }
  @media screen and (max-width: 767px) {
    .tab_item {
      height: 50px;
      line-height: 50px;
      font-size: 16px;
      font-size: 1rem; } }
  @media screen and (max-width: 767px) and (max-width: 320px) {
    .tab_item {
      font-size: 15.008px;
      font-size: 0.938rem; } }

.tab_item:hover {
  cursor: pointer;
  background-color: #99B1D7;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none; }

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 0;
  clear: both;
  overflow: hidden;
  border-top: 6px solid #6981A7; }

/*選択されているタブのコンテンツのみを表示*/
#recruit01:checked ~ #recruit01_content,
#recruit02:checked ~ #recruit02_content {
  display: block; }

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #6981A7;
  color: #ffffff; }

/* -------------------------------------
   recruit form
------------------------------------- */
body#recruit-form #contents1 #contact-form dl {
  margin-bottom: 50px; }
body#recruit-form #contents1 #contact-form ol {
  width: 100%; }
body#recruit-form #contents1 #contact-form h3 {
  text-align: center; }
body#recruit-form #contents1 #contact-form p.contents-text {
  text-align: center; }
body#recruit-form #contents1 #contact-form #recruit-privacy-policy {
  margin-top: -110px;
  padding-top: 110px; }
@media screen and (max-width: 767px) {
  body#recruit-form #contents1 #contact-form #recruit-privacy-policy {
    margin-top: 0;
    padding-top: 0; } }
@media screen and (max-width: 580px) {
  body#recruit-form #contents1 #contact-form h3 {
    padding-top: 20px; }
  body#recruit-form #contents1 #contact-form p.contents-text {
    text-align: left; } }
@media screen and (max-width: 380px) {
  body#recruit-form #contents1 #contact-form h3 {
    padding-top: 0; } }

/* -------------------------------------
   recruit thanks
------------------------------------- */
body#recruit-thanks .linkbtn {
  margin: 50px auto 0;
  text-align: center; }

/* ======================================================
   privacy policy page
====================================================== */
body#privacy-policy #contents1 h3.common-contents-title2 {
  border-bottom: 1px solid #202020;
  padding-bottom: 10px;
  margin-bottom: 10px; }
body#privacy-policy #contents1 ul {
  padding: 10px 0 0 20px; }
  body#privacy-policy #contents1 ul li {
    margin-bottom: 5px; }
body#privacy-policy #contents1 dl {
  margin-top: 10px; }
  body#privacy-policy #contents1 dl dt {
    font-weight: bold; }
@media screen and (max-width: 580px) {
  body#privacy-policy #contents1 h3.common-contents-title2 {
    padding-top: 20px; } }

/*# sourceMappingURL=styles.css.map */
