@charset "utf-8";

/*----------------------------------------------------
	#mainImg
----------------------------------------------------*/

#main_img {
    width: auto;
    overflow: hidden;
    min-width: 1100px;
    height: 450px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
}

#img_area {
    width: 1100px;
    height: 450px;
    margin: 0 auto;
}

#main_sp {
    display: none;
}

#main_img-sub {
    min-width: 1100px;
    height: 120px;
    overflow: hidden;
}

#img_area-sub {
    width: 1100px;
    height: 120px;
    margin: 0 auto;
}

#img_area-sub h2 {
    clear: both;
    width: 100%;
    height: auto;
    font-size: 34px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
    color: #333;
    text-align: left;
    padding-top: 52px;
}

#img_area-sub h2 .sub_title {
    font-size: 13px;
    font-weight: 200;
    position: relative;
    bottom: 0;
    padding-left: 10px;
    color: #f8b416;
    font-family: tauri, "Noto Sans Japanese", Meiryo, sans-serif;
}


@media screen and (max-width: 768px) {

#main_img,
#img_area {
    display: none;
}

#main_sp {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}

#main_img-sub {
    min-width: 100%;
    width: 100%;
    height: 100px;
}

#img_area-sub {
    width: 95%;
    height: 100px;
}

#img_area-sub h2 {
    clear: both;
    width: 100%;
    height: auto;
    font-size: 25px;
    text-align: left;
    margin: 0 !important;
    padding-top: 37px;
}

}


/*----------------------------------------------------
	#main
----------------------------------------------------*/

#main {
    width: 1100px;
}

#main h2 {
    width: auto;
    height: auto;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    padding: 12px 0;
    border-top: 2px solid #00a0e6;
    border-bottom: 1px solid #ddd;
}

#main h2.h2_bold {
    border: none;
    border-bottom: 3px solid;
    padding: 0 0 12px;
    margin-bottom: 15px;
    color: #f8b416;
    font-size: 31px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -1px;
}

#main h3 {
    width: auto;
    height: auto;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #00a0e6;
    line-height: 140%;
}

#main h3.h3_bg {
    background: #00a0e6;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    padding: 10px 5px 10px 15px;
}


@media screen and (max-width: 768px) {

#main {
    width: 100%;
    height: auto;
}

#main h2 {
    width: 100%;
    height: auto;
    font-size: 18px;
    margin-bottom: 20px;
}

#main h2.h2_bold {
    font-size: 24px;
    line-height: 140%;
}

#main h3 {
    width: 100%;
    height: auto;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 150%;
}

}


/* -----------------------------------------------------------
	仕事内容
----------------------------------------------------------- */

#works {
    width: 102%;
    margin: 0 auto;
    margin-bottom: 20px;
    letter-spacing: -1em;
}

.works_in {
    width: 23%;
    display: inline-block;
    vertical-align: top;
    margin: 0 2% 20px 0;
}


@media screen and (max-width: 768px) {

#works {
    width: 100%;
    overflow: hidden;
}

.works_in {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}

}


/* -----------------------------------------------------------
	お問い合わせ
----------------------------------------------------------- */

.contact_tel {
    margin-bottom: 0;
}

.contact_tel a {
    height: 45px;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0;
    cursor: default;
    pointer-events: none;
    font-family: tauri, "Noto Sans Japanese", Meiryo, sans-serif;
}

.contact_tel a:before {
    content: "\f095";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 5px;
    font-size: 28px;
    vertical-align: middle;
    position: relative;
    top: -4px;
}

.fax {
    height: 45px;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0;
    margin-left: 40px;
    cursor: default;
    pointer-events: none;
    font-family: tauri, "Noto Sans Japanese", Meiryo, sans-serif;
}

.fax:before {
    content: "\f1ac";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 5px;
    font-size: 28px;
    vertical-align: middle;
    position: relative;
    top: -4px;
}


@media screen and (max-width: 768px) {

.contact_tel a {
    pointer-events: auto;
    text-decoration: none;
    cursor: pointer;
    font-size: 30px;
}

.contact_tel a:hover {
    color: #f8b416;
}

.fax {
    height: auto;
    display: block;
    margin: 5px 0;
    font-size: 30px;
}

}


/* -----------------------------------------------------------
	サイトマップ
----------------------------------------------------------- */

#sitemap_list li a {
    text-indent: 0;
    display: block;
    list-style-type: none;
    border-bottom: 1px dotted #ccc;
    color: #333;
    overflow: hidden;
    padding: 15px 0;
}

#sitemap_list li a:hover {
    opacity: 0.7;
    text-decoration: none;
}


/* -----------------------------------------------------------
	NEWマーク
----------------------------------------------------------- */

.new {
    color: #fff;
    display: inline-block;
    font-style: normal;
    padding: 3px 7px;
    font-size: 12px;
    background: #f8b416;
    margin-left: 10px;
    line-height: 100%;
    position: relative;
    top: -1px;
    font-family: tauri, "Noto Sans Japanese", Meiryo, sans-serif;
}


/* -----------------------------------------------------------
	新着情報
----------------------------------------------------------- */

.more_btn_info {
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 14px;
    color: #00a0e6;
    line-height: 100%;
}

.more_btn_info:before {
    content: "\f00a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 5px;
    font-size: 16px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.more_btn_info:hover {
    opacity: 0.7;
}

li.info-top {
    clear: both;
    overflow: hidden;
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
}

p.date {
    font-size: 13px;
    margin-bottom: 0;
    color: #333;
}

p.title {
    margin-bottom: 0;
    line-height: 160%;
}

p.title a {
    font-size: 14px;
    color: #00a0e6;
}

.single_date {
    text-align: right;
    font-size: 13px !important;
    margin-bottom: 30px;
    letter-spacing: 0;
}

.list_none {
    float: none !important;
    width: auto !important;
    height: auto !important;
    min-height: 100% !important;
    max-height: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 30px !important;
    text-align: left;
}


@media screen and (max-width: 768px) {

p.date {
    float: none;
    margin: 0;
}

p.title {
    float: none;
    line-height: 130%;
}

.list_none {
    margin-bottom: 20px !important;
}

}


/* -----------------------------------------------------------
	個別ページページャー
----------------------------------------------------------- */

.pager {
    clear: both;
    text-align: center;
    margin: 50px 0 20px;
}

.pager .fas {
    padding: 0 5px !important;
}

.pager .next a {
    width: auto;
    height: 35px;
    clear: both;
    font-size: 16px;
    padding: 9px 10px;
    background: #f8b416;
    color: #fff;
    line-height: 100%;
    display: inline-block;
}

.pager .previous a {
    width: auto;
    height: 35px;
    clear: both;
    font-size: 16px;
    padding: 9px 10px;
    background: #f8b416;
    color: #fff;
    line-height: 100%;
    display: inline-block;
}

.pager .more {
    clear: both;
    width: auto;
    height: 35px;
    font-size: 16px;
    background: #f8b416;
    padding: 9px 15px;
    margin: 10px 5px;
    color: #fff !important;
    line-height: 100%;
    display: inline-block;
}

.pager .next a:hover,
.pager .previous a:hover,
.pager .more:hover {
    background: #fac609;
    text-decoration: none;    
}


/* -----------------------------------------------------------
	ページネーション
----------------------------------------------------------- */

.pagination {
    clear: both;
    list-style-type: none;
    padding-left: 0;
    margin: 30px 0;
}
 
.pagination,
.pagination li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
 
.pagination a {
    font-weight: 300;
    padding-top: 1px;
    text-decoration: none;
    border: 1px solid #fff;
    border-left-width: 0;
    min-width: 36px;
    min-height: 35px;
    color: #fff;
    background: #00a0e6;
}
 
.pagination li:not([class*="current"]) a:hover {
    background: #f8b416;
}
 
.pagination li:first-of-type a {
    border-left-width: 1px;
}
 
.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
 
.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
 
.pagination li.first a::before { content: "\f100"; }
.pagination li.last a::after { content: "\f101"; }
 
.pagination li.previous a::before { content: "\f104"; }
.pagination li.next a::after { content: "\f105"; }
 
.pagination li.current a {
    background: #f8b416;
    cursor: default;
    pointer-events: none;
}
 
.pagination > li:first-child > a {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
 
.pagination > li:last-child > a {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
 
@media only screen and ( max-width: 680px ) {
  .pagination li.first,
  .pagination li.last {
    position: absolute;
    top: -9999px;
    left: -9999px;
  } 
  .pagination li.previous a { border-left-width: 1px; }
}

 
@media only screen and ( max-width: 500px ) {
  .pagination li {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next{
    position: initial;
    top: initial;
    left: initial;
  }
  .pagination li.previous a { border-left-width: 0; }
}

 
@media only screen and ( max-width: 400px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a { border-left-width: 1px; }
}
 

@media only screen and ( max-width: 240px ) {
  .pagination li { width: 50%;}
  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}


/* -----------------------------------------------------------
	アーカイブ表示
----------------------------------------------------------- */

#archive {
    display: block;
    margin-bottom: 20px;
}

#archive li {
    padding: 5px;
    border-bottom: 1px dotted #ccc;
}

#archive li a {
    color: #00a0e6;
}

#archive li a:before {
    content: "\f073";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 5px;
    color: #f8b416;
}

#archive li a:hover {
    color: #00a0e6;
}

#archive li a:hover:before {
    text-decoration: none;
}