/*--------------------------------
	common
--------------------------------*/
.sub-ttl1 p {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  line-height: 40px; }
  .sub-ttl1 p::after {
    content: '';
    display: block;
    width: 468px;
    height: 16px;
    margin: auto;
    background-image: url("/img/common/sub-ttl1-obj.png");
    background-size: contain;
    vertical-align: middle;
    margin-top: 5px; }
@media (max-width: 768px) {
  .sub-ttl1 p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 34px; }
    .sub-ttl1 p::after {
      max-width: 290px;
      height: 10px; } }

.sub-ttl2 p {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  border-bottom: solid 2px #ffd821;
  border-bottom-style: dotted;
  padding-bottom: 5px;
  position: relative; }
  .sub-ttl2 p::before {
    display: inline-block;
    content: '';
    background: #ffd821;
    width: 28px;
    height: 28px;
    border-radius: 5rem;
    vertical-align: middle;
    margin-right: 12px; }
@media (max-width: 768px) {
  .sub-ttl2 p {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 30px;
    font-weight: 600; }
    .sub-ttl2 p::before {
      width: 20px;
      height: 20px;
      margin-right: 10px; } }

#sub.sec .main-txt p {
  letter-spacing: 1px; }
#sub.sec .fle-box {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify; }
  #sub.sec .fle-box .cont-01 {
    width: 100%;
    max-width: 440px; }
  #sub.sec .fle-box .cont-02 {
    width: 600px;
    max-width: 100%; }
  #sub.sec .fle-box .main-txt {
    margin-top: 15px; }
  @media (max-width: 768px) {
    #sub.sec .fle-box {
      display: block; }
      #sub.sec .fle-box .cont-01 {
        width: 100%;
        margin: auto; }
      #sub.sec .fle-box .cont-02 {
        width: 100%;
        max-width: 600px;
        margin: auto;
        margin-top: 20px; } }
#sub.sec .wrap-recommend .list .fle-box:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
#sub.sec .wrap-flow table {
  border: none; }
  #sub.sec .wrap-flow table tr th, #sub.sec .wrap-flow table tr td {
    vertical-align: middle;
    padding: 25px;
    border: none; }
  #sub.sec .wrap-flow table tr th {
    width: 235px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 36px;
    color: #fff;
    text-align: center; }
  #sub.sec .wrap-flow table tr td {
    line-height: 28px;
    padding: 25px 50px; }
  #sub.sec .wrap-flow table tr:nth-child(odd) th {
    background: #9ec550; }
  #sub.sec .wrap-flow table tr:nth-child(odd) td {
    background: #f5f4f2; }
  #sub.sec .wrap-flow table tr:nth-child(even) th {
    background: #83ab34; }
  #sub.sec .wrap-flow table tr:nth-child(even) td {
    background: #eae9e8; }
  #sub.sec .wrap-flow table tr .inner {
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center; }
    #sub.sec .wrap-flow table tr .inner .tel {
      font-size: 32px;
      font-size: 3.2rem;
      font-weight: 600; }
      #sub.sec .wrap-flow table tr .inner .tel span {
        font-size: 24px;
        font-size: 2.4rem;
        margin-right: 5px; }
    #sub.sec .wrap-flow table tr .inner .wrap-btn {
      width: auto;
      margin: 0;
      margin-left: 30px; }
      #sub.sec .wrap-flow table tr .inner .wrap-btn a {
        display: inline-block;
        font-size: 16px;
        font-size: 1.6rem;
        padding: 5px 22px; }
@media (max-width: 768px) {
  #sub.sec .wrap-flow table {
    width: 100%; }
    #sub.sec .wrap-flow table tr th, #sub.sec .wrap-flow table tr td {
      padding: 10px; }
    #sub.sec .wrap-flow table tr th {
      width: 100px;
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 600;
      line-height: 26px; }
    #sub.sec .wrap-flow table tr td {
      padding: 15px; }
    #sub.sec .wrap-flow table tr .inner {
      display: block; }
      #sub.sec .wrap-flow table tr .inner .tel {
        font-size: 20px;
        font-size: 2rem;
        letter-spacing: 0; }
        #sub.sec .wrap-flow table tr .inner .tel span {
          font-size: 15px;
          font-size: 1.5rem; }
      #sub.sec .wrap-flow table tr .inner .wrap-btn {
        width: 100%;
        margin: 0;
        margin-top: 10px; } }

/*--------------------------------
	company
--------------------------------*/
#sub.company table {
  border: none; }
  #sub.company table tr th, #sub.company table tr td {
    border: none; }
  #sub.company table tr th {
    position: relative; }
    #sub.company table tr th::before {
      font-family: "Font Awesome 5 Free";
      content: '\f111';
      font-weight: 900;
      font-size: 10px;
      font-size: 1rem;
      vertical-align: top;
      margin-right: 12px;
      color: #ffd821; }
  #sub.company table tr:nth-child(odd) th, #sub.company table tr:nth-child(odd) td {
    background: #f5f4f2; }
  #sub.company table tr:nth-child(even) th, #sub.company table tr:nth-child(even) td {
    background: #eae9e8; }

/*--------------------------------
	works-index
--------------------------------*/
#main.works-index {
  background: #f5f4f2; }
  #main.works-index .wrap-tag {
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    border-bottom: solid 1px #c6c6c6;
    padding-bottom: 60px; }
    #main.works-index .wrap-tag .wrap-btn {
      position: static;
      transform: none;
      width: 100%;
      max-width: 500px;
      margin: 0; }
      #main.works-index .wrap-tag .wrap-btn a {
        font-size: 16px;
        font-size: 1.6rem;
        color: #fff;
        background: #222; }
  #main.works-index ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    #main.works-index ul li {
      margin-bottom: 55px; }

/*--------------------------------
	news-detail
--------------------------------*/
#sub.news-detail {
  background-color: #FFF;
  background-image: linear-gradient(transparent 95%, #f3f3f3 50%, #f3f3f3), linear-gradient(90deg, transparent 95%, #f3f3f3 50%, #f3f3f3);
  background-size: 10px 10px;
  background-repeat: repeat; }
  #sub.news-detail .ttl {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 600; }
  #sub.news-detail .day {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    background: #bbb;
    padding: 6px 20px; }
  #sub.news-detail .main-txt {
    background: #fff;
    padding: 30px 20px; }

/*--------------------------------
	works_detail
--------------------------------*/
#sub.works_detail {
  background: #f5f4f2; }
  #sub.works_detail .garally {
    max-width: 500px;
    margin: auto;
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox; }
    #sub.works_detail .garally .box1 {
      width: 100%; }
      #sub.works_detail .garally .box1 .slider1 img {
        height: 400px;
        object-fit: cover;
        font-family: 'object-fit:cover';
        border: solid 1px #ccc; }
      #sub.works_detail .garally .box1 .thumb1 li.slick-slide {
        margin-right: 5px; }
        #sub.works_detail .garally .box1 .thumb1 li.slick-slide img {
          max-width: 100%;
          height: auto;
          margin-left: auto;
          margin-right: auto;
          height: 80px;
          object-fit: cover;
          font-family: 'object-fit:cover';
          cursor: pointer;
          border: solid 1px #ccc; }
      #sub.works_detail .garally .box1 .thumb1 li.slick-current img {
        opacity: .8; }
  #sub.works_detail .wrap_info .comment {
    white-space: pre-wrap; }
  @media (max-width: 768px) {
    #sub.works_detail .innerMain {
      padding-bottom: 0; }
    #sub.works_detail .garally {
      width: 100%;
      display: block; }
      #sub.works_detail .garally .box1 {
        width: 100%; }
        #sub.works_detail .garally .box1 .slider1 img {
          height: 250px; }
        #sub.works_detail .garally .box1 .thumb1 img {
          height: 100px; } }

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