@charset "UTF-8";
/*
Theme Name: 色葉造園
Theme URI: 
Description: Neu Wordpressテーマ
Author: UMIBE
Author URI: 
Version: 1.0
Tags: responsive, white
*/
/*============================================================================
	TOP
==============================================================================*/
.swiper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vw / 1.8);
  overflow: hidden;
  /* JS 初期化前は1枚目だけ見せて LCP 描画遅延を防ぐ */ }
  @media screen and (max-width: 768px) {
    .swiper {
      height: calc(100vw / 1.35); } }
  .swiper:not(.swiper-initialized) .swiper-wrapper {
    display: block;
    transform: none !important; }
  .swiper:not(.swiper-initialized) .swiper-slide:not(:first-child) {
    display: none; }
  .swiper .swiper-pagination-bullet-active {
    background-color: #222; }
  .swiper .swiper-wrapper,
  .swiper .swiper-slide {
    height: 100%; }
  .swiper .swiper-slide {
    overflow: hidden; }
    .swiper .swiper-slide figure {
      margin: 0;
      height: 100%;
      overflow: hidden; }
      .swiper .swiper-slide figure a {
        display: block;
        width: 100%;
        height: 100%; }
  .swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
  .swiper .title-cont {
    position: absolute;
    top: 20%;
    right: 10%;
    z-index: 9999;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .swiper .title-cont {
        top: 30%; } }
    .swiper .title-cont h2.title {
      display: inline-block;
      font-size: 4vw;
      font-family: "Copperplate", sans-serif;
      font-weight: 400;
      line-height: 1;
      padding: 17px 30px 10px;
      margin-bottom: 10px;
      border: 5px solid #bb8021; }
    .swiper .title-cont p {
      font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
      text-align: right;
      letter-spacing: 0.06em;
      font-size: 1.5vw;
      font-weight: 700; }

.info-cont {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .info-cont {
      flex-direction: column;
      justify-content: flex-start; } }
  .info-cont.wooddeck {
    align-items: center;
    margin-bottom: 80px; }
    .info-cont.wooddeck .info-l {
      width: 35%;
      margin-left: -80px;
      margin-bottom: 50px; }
      @media screen and (max-width: 768px) {
        .info-cont.wooddeck .info-l {
          width: 100%;
          margin: 0; } }
    .info-cont.wooddeck .info-r {
      width: 65%;
      padding: 0;
      font-size: 18px; }
      @media screen and (max-width: 768px) {
        .info-cont.wooddeck .info-r {
          width: 100%;
          margin: 0; } }
  .info-cont.exterior {
    align-items: center;
    margin-bottom: 80px; }
    .info-cont.exterior .info-l {
      width: 45%;
      margin-left: -80px; }
      @media screen and (max-width: 768px) {
        .info-cont.exterior .info-l {
          width: 100%;
          margin: 0; } }
    .info-cont.exterior .info-r {
      width: 55%;
      padding: 0; }
      @media screen and (max-width: 768px) {
        .info-cont.exterior .info-r {
          width: 100%;
          margin: 0; } }
  .info-cont.keeping {
    align-items: center;
    margin-bottom: 80px; }
    .info-cont.keeping .info-r {
      padding: 0; }
      @media screen and (max-width: 768px) {
        .info-cont.keeping .info-r {
          width: 100%;
          margin: 0; } }
  .info-cont.bassai {
    align-items: center;
    margin-bottom: 80px; }
    .info-cont.bassai .info-r {
      padding: 0; }
      @media screen and (max-width: 768px) {
        .info-cont.bassai .info-r {
          width: 100%;
          margin: 0; } }

.info-l {
  width: 70%;
  margin-bottom: 60px;
  margin-right: 40px; }
  @media screen and (max-width: 768px) {
    .info-l {
      width: 100%;
      margin: 0 0 20px 0; } }
  .info-l h2.top-message,
  .info-l h1.top-message {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.6; }
    @media screen and (max-width: 768px) {
      .info-l h2.top-message,
      .info-l h1.top-message {
        font-size: 20px; } }
    .info-l h2.top-message span,
    .info-l h1.top-message span {
      font-size: 18px;
      display: block; }
      @media screen and (max-width: 768px) {
        .info-l h2.top-message span,
        .info-l h1.top-message span {
          font-size: 15px; } }
  .info-l p {
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .info-l p {
        margin-bottom: 20px; } }

.info-r {
  width: 30%;
  padding-top: 30px; }
  @media screen and (max-width: 768px) {
    .info-r {
      width: 100%;
      margin: 0;
      padding: 0; } }
  @media screen and (max-width: 768px) {
    .info-r.top-intro-visual {
      width: 80%;
      margin: 0 auto;
      text-align: center; }
      .info-r.top-intro-visual figure {
        margin: 0 auto; }
      .info-r.top-intro-visual img {
        width: 100%;
        height: auto;
        display: block; } }

.concept-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 160px 0 80px;
  color: #333;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 768px) {
    .concept-cont {
      padding: 140px 0 40px 0;
      font-size: 12px; } }

/*============================================================================
	ニュース
==============================================================================*/
.news-item-cont {
  border-top: 1px solid #eee; }
  .news-item-cont .news-item {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    gap: 20px; }
    .news-item-cont .news-item .category {
      display: block;
      padding: 0 20px;
      border: 1px solid #333; }

/*============================================================================
	SERVICE
==============================================================================*/
.service-cont-l {
  position: relative;
  margin-bottom: 100px; }
  .service-cont-l figure {
    width: 80%;
    margin-left: -80px; }
    @media screen and (max-width: 768px) {
      .service-cont-l figure {
        width: 95%;
        margin-left: -20px; } }
  .service-cont-l .text-box {
    position: relative;
    display: block;
    float: right;
    width: 50%;
    margin-top: -200px;
    background-color: #fff;
    padding: 60px 80px 60px 60px;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      .service-cont-l .text-box {
        width: 95%;
        margin-top: -80px;
        padding: 20px 40px 30px 30px; } }
    .service-cont-l .text-box h3 {
      position: absolute;
      top: 40px;
      right: 5px;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      font-size: 34px;
      color: #E0DFDF;
      writing-mode: vertical-rl;
      font-weight: normal;
      letter-spacing: 0.2em; }
      @media screen and (max-width: 768px) {
        .service-cont-l .text-box h3 {
          line-height: 1; } }
    .service-cont-l .text-box h4,
    .service-cont-l .text-box .service-en-label {
      font-size: 24px;
      margin: 0;
      font-family: "Copperplate", sans-serif; }
      @media screen and (max-width: 768px) {
        .service-cont-l .text-box h4,
        .service-cont-l .text-box .service-en-label {
          line-height: 1.2;
          margin-bottom: 10px; } }
    .service-cont-l .text-box p {
      margin-bottom: 20px; }
  .service-cont-l:after {
    content: "";
    display: block;
    clear: both; }

.service-cont-r {
  position: relative;
  margin-bottom: 100px; }
  .service-cont-r figure {
    width: 80%;
    margin-right: -80px;
    float: right; }
    @media screen and (max-width: 768px) {
      .service-cont-r figure {
        width: 95%;
        margin-right: -20px; } }
  .service-cont-r .text-box {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    margin-top: -200px;
    background-color: #fff;
    padding: 60px 60px 60px 80px;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      .service-cont-r .text-box {
        width: 95%;
        margin-top: -80px;
        padding: 30px 30px 30px 60px; } }
    .service-cont-r .text-box h3 {
      position: absolute;
      top: 40px;
      left: 5px;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      font-size: 26px;
      color: #E0DFDF;
      writing-mode: vertical-rl;
      font-weight: normal;
      letter-spacing: 0.2em; }
      @media screen and (max-width: 768px) {
        .service-cont-r .text-box h3 {
          line-height: 1; } }
    .service-cont-r .text-box h4,
    .service-cont-r .text-box .service-en-label {
      font-size: 24px;
      margin: 0;
      font-family: "Copperplate", sans-serif; }
    .service-cont-r .text-box p {
      margin-bottom: 20px; }
  .service-cont-r:after {
    content: "";
    display: block;
    clear: both; }

/*============================================================================
	WORK
==============================================================================*/
.work-item-cont {
  padding: 40px 48px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px 20px;
  align-items: start; }
  @media screen and (max-width: 768px) {
    .work-item-cont {
      padding: 40px 0;
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  .work-item-cont .work-item {
    width: auto;
    min-width: 0;
    text-align: center;
    margin-bottom: 0; }
    .work-item-cont .work-item figure.triangle {
      width: 100%;
      position: relative; }
      .work-item-cont .work-item figure.triangle:before {
        content: "";
        top: 0;
        right: 0;
        border-bottom: 4em solid transparent;
        border-right: 4em solid #fff;
        /* ラベルの色はここで変更 */
        position: absolute;
        z-index: 100; }
      .work-item-cont .work-item figure.triangle:after {
        content: "";
        bottom: 0;
        left: 0;
        border-top: 4em solid transparent;
        border-left: 4em solid #fff;
        /* ラベルの色はここで変更 */
        position: absolute;
        z-index: 100; }
      .work-item-cont .work-item figure.triangle picture {
        display: block;
        width: 100%; }
      .work-item-cont .work-item figure.triangle img {
        display: block;
        width: 100%;
        max-width: 100%;
        aspect-ratio: 2 / 3;
        object-fit: cover;
        height: auto; }

.center-btn {
  margin: auto; }

/*============================================================================
	FLOW
==============================================================================*/
.flow-cont dl {
  background-color: #F8F8F8;
  padding: 40px;
  margin-bottom: 40px;
  position: relative; }
  .flow-cont dl.last-child:before {
    display: none; }
  .flow-cont dl:before {
    content: '';
    width: 15px;
    height: 15px;
    border: 0;
    border-bottom: solid 2px #333;
    border-right: solid 2px #333;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -6px;
    transform: rotate(45deg); }
  .flow-cont dl dt {
    font-family: "Copperplate", sans-serif;
    font-weight: bold;
    font-size: 18px; }
    .flow-cont dl dt span {
      font-size: 26px;
      margin-right: 10px; }
  .flow-cont dl dd {
    margin: 0; }

/* Instagram Feed は他コンテンツと同じ wrapper 幅に揃える（フル幅化しない） */
@media screen and (max-width: 768px) {
  .gallery-cont #sb_instagram {
    width: 100%;
    max-width: 100%;
    margin: 0;
    position: static;
    left: auto;
    transform: none; }

  #sb_instagram #sbi_images {
    gap: 6px !important; } }
/* Modula: 初期化前に visibility:hidden のまま固まるのを防ぐ */
.modula-gallery .modula-items {
  visibility: visible !important; }

html body .modula .modula-items .modula-item .modula-item-content {
  opacity: 1 !important; }

/*============================================================================
	ACCESS
==============================================================================*/
.gallery-flex {
  display: flex;
  gap: 30px; }
  @media screen and (max-width: 768px) {
    .gallery-flex {
      flex-direction: column; } }
  .gallery-flex .gallery-l {
    width: 40%; }
    @media screen and (max-width: 768px) {
      .gallery-flex .gallery-l {
        width: 100%; } }
    .gallery-flex .gallery-l p {
      margin-bottom: 10px; }
  .gallery-flex .gallery-r {
    width: 60%; }
    @media screen and (max-width: 768px) {
      .gallery-flex .gallery-r {
        width: 100%; } }

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative; }

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }

.item-cont {
  width: 80%;
  max-width: 1720px;
  margin: 0 auto 40px auto;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .item-cont {
      width: 90%; } }
  .item-cont .item {
    text-align: center;
    width: calc(25% - 0.5em);
    padding: 0 0.5em 1em 0.5em; }
    @media screen and (max-width: 768px) {
      .item-cont .item {
        width: calc(50%); } }

/*============================================================================
	FOOTER
==============================================================================*/
.f-cta {
  padding: 80px 0;
  background-image: url("./img/footer_bg.jpg");
  background-image: image-set(url("./img/footer_bg.webp") type("image/webp"), url("./img/footer_bg.jpg") type("image/jpeg"));
  background-size: cover; }
  .f-cta .f-info-01 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .f-cta .f-info-01 {
        font-size: 18px; } }
  .f-cta .f-info-02 {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px; }
  .f-cta .cta-link {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      .f-cta .cta-link {
        flex-direction: column;
        width: 90%;
        margin: auto; } }
    .f-cta .cta-link li {
      width: 30%;
      margin: 0 5px;
      padding: 0;
      list-style: none; }
      @media screen and (max-width: 768px) {
        .f-cta .cta-link li {
          width: 100%;
          margin: 0 0 10px; } }
      .f-cta .cta-link li.mail {
        font-family: "Copperplate", sans-serif; }
      .f-cta .cta-link li a {
        display: block;
        padding: 10px;
        text-align: center;
        border: 1px solid #fff;
        color: #fff;
        font-family: "Copperplate", sans-serif;
        font-size: 20px;
        text-decoration: none;
        opacity: 1;
        transition: background-color .3s ease, color .3s ease; }
        .f-cta .cta-link li a:hover, .f-cta .cta-link li a:focus, .f-cta .cta-link li a:active {
          background-color: #fff;
          color: #222;
          text-decoration: none;
          opacity: 1; }

.f-nav {
  background-color: #222;
  padding: 40px 0 0 0;
  display: flex;
  align-items: center;
  flex-direction: column; }
  @media screen and (max-width: 768px) {
    .f-nav .f-link {
      display: none; } }
  .f-nav ul {
    display: flex;
    gap: 20px;
    margin-bottom: 20px; }
    .f-nav ul li a {
      color: #fff; }
    .f-nav ul li.mail {
      width: 20px; }
    .f-nav ul li.instagram {
      font-size: 16px; }
  .f-nav .f-sns {
    display: flex;
    align-items: center; }
  .f-nav .privacy-policy {
    text-align: center;
    font-weight: normal;
    color: #fff;
    font-size: 11px;
    margin-bottom: 30px; }

.copy {
  width: 100%;
  text-align: center;
  color: #fff;
  border-top: 1px solid #666666;
  line-height: 1;
  padding: 7px 0;
  vertical-align: middle; }

/*============================================================================

	ABOUT

==============================================================================*/
.company-item-cont {
  border-top: 1px solid #eee; }
  .company-item-cont dl {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    gap: 20px; }
    .company-item-cont dl dt {
      width: 20%; }
    .company-item-cont dl dd {
      width: 80%; }

/*============================================================================

	SERVICE

==============================================================================*/
.example-item-cont {
  display: flex;
  gap: 30px; }
  @media screen and (max-width: 768px) {
    .example-item-cont {
      padding-top: 30px;
      flex-direction: column;
      gap: 10px; } }
  .example-item-cont.wooddeck {
    margin-left: -80px; }
  .example-item-cont .example-item {
    text-align: center; }
    @media screen and (max-width: 768px) {
      .example-item-cont .example-item {
        width: 80%;
        margin: auto;
        text-align: left; }
        .example-item-cont .example-item figure {
          margin-bottom: 0; } }

.feature-item-cont {
  padding: 50px 30px;
  display: flex;
  gap: 30px;
  padding: 0; }
  @media screen and (max-width: 768px) {
    .feature-item-cont {
      gap: 10px;
      padding: 0;
      flex-direction: column; } }
  .feature-item-cont .feature-item {
    text-align: left;
    background-color: #F8F8F8;
    padding: 0 20px 20px 20px;
    width: 33%; }
    @media screen and (max-width: 768px) {
      .feature-item-cont .feature-item {
        padding: 20px;
        width: 100%; } }
    .feature-item-cont .feature-item h3 {
      text-align: center; }
      @media screen and (max-width: 768px) {
        .feature-item-cont .feature-item h3 {
          display: inline-block;
          line-height: 1.2em; } }
      .feature-item-cont .feature-item h3 span {
        font-size: 50px;
        color: #CCCCCC;
        padding-right: 10px;
        margin-top: 10px;
        line-height: 1;
        text-align: center;
        display: block; }
        @media screen and (max-width: 768px) {
          .feature-item-cont .feature-item h3 span {
            font-size: 36px;
            padding-right: 10px; } }
    .feature-item-cont .feature-item figure {
      margin-bottom: 10px; }

/*============================================================================
	
	ITEM SINGLE

==============================================================================*/
.shop-url {
  margin: 50px 0 30px 0; }

/*============================================================================
	
	ITEM ARCHIVE

==============================================================================*/
.news-cont.item {
  margin-top: -220px;
  padding-top: 220px;
  margin-bottom: 60px; }

.item-anchor-cont {
  display: block;
  position: sticky;
  top: 80px;
  width: 100%;
  text-align: center;
  margin: 0 auto 60px auto;
  z-index: 3; }

.item-anchor {
  word-break: keep-all;
  display: inline-block;
  margin: 2px 5px;
  font-size: 80%;
  border-radius: 30px;
  border: 1px solid #000;
  text-decoration: none;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1; }
  .item-anchor:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none; }
  @media screen and (max-width: 768px) {
    .item-anchor {
      display: none; } }

.item-btn-cont {
  display: flex;
  justify-content: center;
  align-items: center; }
  .item-btn-cont a.btn-01 {
    margin: 0 2px; }

/*============================================================================
	
	CONTACT

==============================================================================*/
.contact-box dl {
  margin-bottom: 40px; }
  .contact-box dl dt {
    margin: 0;
    padding: 0; }
  .contact-box dl dd {
    margin: 0;
    padding: 0; }
    .contact-box dl dd input,
    .contact-box dl dd textarea {
      width: 100%; }
.contact-box .wpcf7 input[type="submit"] {
  color: #333;
  background: #fff;
  cursor: pointer;
  text-align: center;
  display: block;
  padding: 5px 0;
  margin: 0 auto;
  width: 20em;
  border-radius: inherit;
  border: 1px solid #333;
  transition: all 0.4s;
  box-shadow: none; }
.contact-box .wpcf7 input[type="submit"]:hover {
  background-color: #333;
  color: #fff; }

.grecaptcha-badge {
  display: none; }

/*============================================================================

	SINGLE,ARCHIVE

==============================================================================*/
.blog-single-cont {
  width: 980px;
  margin: auto;
  display: flex; }
  @media screen and (max-width: 768px) {
    .blog-single-cont {
      width: 90%;
      flex-direction: column; } }
  .blog-single-cont .h2-news-cont {
    margin-bottom: 20px; }
    .blog-single-cont .h2-news-cont h2.news-tit,
    .blog-single-cont .h2-news-cont h1.news-tit {
      font-size: 22px; }
    .blog-single-cont .h2-news-cont span {
      font-size: 12px; }
  .blog-single-cont .news-l {
    width: 70%;
    margin-right: 30px; }
    @media screen and (max-width: 768px) {
      .blog-single-cont .news-l {
        width: 100%;
        margin-right: 0; } }
    .blog-single-cont .news-l .single-entry-body picture {
      display: block;
      max-width: 100%; }
    .blog-single-cont .news-l .single-entry-body img {
      margin: 10px 0;
      height: auto;
      max-width: 100%; }
  .blog-single-cont .news-r {
    width: 30%; }
    @media screen and (max-width: 768px) {
      .blog-single-cont .news-r {
        width: 100%;
        margin-top: 40px; } }
    .blog-single-cont .news-r .float {
      position: sticky;
      background-color: #eee;
      padding: 30px;
      top: 100px; }
      @media screen and (max-width: 768px) {
        .blog-single-cont .news-r .float {
          position: static;
          padding: 20px; } }
      .blog-single-cont .news-r .float div h4 {
        font-size: 14px;
        border-bottom: 1px solid #333;
        margin-bottom: 10px; }
      .blog-single-cont .news-r .float div ul {
        margin-bottom: 30px; }
        .blog-single-cont .news-r .float div ul li {
          line-height: 1.4; }
          .blog-single-cont .news-r .float div ul li a {
            font-size: 12px; }

.pagenate {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0; }

.pagenate .prev,
.pagenate .next {
  width: 50px; }

.pagenate .prev a {
  margin-right: 30px; }

.pagenate .next a {
  margin-left: 30px; }

.pagenate .prev a,
.pagenate .next a {
  font-size: 20px;
  color: #393939;
  text-decoration: none;
  width: 50px; }

a.btn-03 {
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid #393939;
  padding-bottom: 5px;
  color: #393939; }
  @media screen and (max-width: 768px) {
    a.btn-03 {
      width: 12px; } }

.wp-pagenavi {
  clear: both;
  width: 100%;
  text-align: center;
  margin: 40px 0; }

.wp-pagenavi a.page {
  color: #393939;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  width: 44px;
  height: 44px;
  margin: 0 6px;
  transition: 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: none; }

.wp-pagenavi span.current {
  color: #fff;
  background-color: #393939;
  display: inline-block;
  text-align: center;
  line-height: 38px;
  width: 44px;
  height: 44px;
  margin: 0 6px;
  transition: 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: none; }

a.page-numbers:hover {
  opacity: 0.7; }

span.page {
  color: #fff;
  background-color: #ccc;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  width: 44px;
  height: 44px;
  margin: 0 6px;
  transition: 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

/*============================================================================

	NEWS

==============================================================================*/
h2.news_cat a.cat_link,
p.news_cat a.cat_link,
div.news_cat a.cat_link {
  color: #fff;
  font-size: 12px;
  line-height: 1em;
  padding: 4px 10px;
  border-radius: 20px;
  border: 1px solid #fff; }

.h2-blog-tit-cont {
  text-align: center; }

.news-fl-box {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px dotted #cccccc;
  margin-bottom: 0; }

.article-l {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 80%; }
  .article-l h3.title a {
    font-weight: bold; }
  .article-l .title {
    width: 100%; }

.excerpt {
  width: 100%; }

.thumb {
  width: 20%; }
  .thumb img {
    width: 100%; }

.blog-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }

.blog-item {
  flex-basis: 31%;
  flex-wrap: wrap;
  margin: 0 1% 20px 1%; }
  .blog-item .category {
    margin-right: 10px; }
  .blog-item a.category {
    font-size: 11px;
    font-weight: normal;
    color: #707070;
    text-decoration: none;
    padding: 0 10px;
    border: 1px solid #707070; }
  .blog-item .title a {
    font-weight: bold;
    color: #707070;
    text-decoration: none; }

.blog-item.news-fl-box {
  border: none; }

.sub {
  display: flex;
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px dotted #ccc; }
  .sub div {
    margin-right: 30px;
    text-align: center; }
    .sub div h4 {
      color: #02326a; }
    .sub div a {
      color: #707070; }

.wp-pagenavi {
  display: block;
  padding: 60px 0;
  text-align: center;
  width: 100%; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
  min-height: 20px;
  width: 100%; }
  .pager li {
    display: inline; }
    .pager li > a {
      display: inline-block;
      padding: 2px 14px;
      background-color: #fff;
      border: 1px solid #214490;
      border-radius: 15px;
      transition: all 300ms 0s ease;
      font-size: 14px; }
      .pager li > a:hover {
        text-decoration: none;
        color: #fff;
        background-color: #214490;
        transition: all 300ms 0s ease; }
    .pager li > span {
      display: inline-block;
      padding: 2px 14px;
      background-color: #fff;
      border: 1px solid #214490;
      border-radius: 15px;
      transition: all 300ms 0s ease;
      font-size: 14px; }
  .pager .previous > a {
    float: left;
    color: #214490;
    text-decoration: none !important; }
  .pager .previous > span {
    float: left;
    color: #214490;
    text-decoration: none !important; }
  .pager .next > a {
    float: right;
    color: #214490;
    text-decoration: none !important; }
  .pager .next > span {
    float: right;
    color: #214490;
    text-decoration: none !important; }

.viewall {
  text-align: center;
  margin: 60px 0; }

/*============================================================================
	SERVICE
==============================================================================*/
.privacy-cont {
  width: 80%;
  margin: auto;
  padding: 20px 0 60px;
  line-height: 1.8;
  font-size: 14px; }
  @media screen and (max-width: 768px) {
    .privacy-cont {
      width: 100%; } }
  .privacy-cont h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 24px; }
  .privacy-cont h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 32px 0 12px; }
  .privacy-cont p {
    margin-bottom: 16px; }
  .privacy-cont ol {
    margin: 0 0 16px 1.5em;
    list-style: decimal;
    padding: 0; }
    .privacy-cont ol li {
      margin-bottom: 8px;
      list-style: decimal;
      display: list-item; }

.contact-form-cont {
  padding: 20px 0 0 0;
  width: 80%;
  margin: auto; }
  .contact-form-cont dl {
    margin-bottom: 40px; }
    .contact-form-cont dl dt {
      font-weight: bold;
      margin-bottom: 5px; }
      .contact-form-cont dl dt span {
        color: #fff;
        font-size: 10px;
        background-color: #D84949;
        padding: 2px 6px;
        margin-left: 10px; }
    .contact-form-cont dl dd {
      width: 100%;
      margin: 0; }
      .contact-form-cont dl dd input {
        -webkit-appearance: none;
        width: 100% !important;
        padding: 10px;
        border: solid 1px #cccccc;
        background: #fff;
        border-radius: 6px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 18px !important; }
      .contact-form-cont dl dd textarea {
        -webkit-appearance: none;
        width: 100% !important;
        padding: 10px;
        border: solid 1px #cccccc;
        background: #fff;
        border-radius: 6px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 18px !important; }

.sub-tit span {
  font-size: 22px; }

.submit-btn {
  width: 40%;
  margin: 20px auto 0 auto; }
  .submit-btn .form-btn {
    font-size: 18px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #222;
    color: #222;
    cursor: pointer;
    padding: 10px 0;
    transition: all 0.4s; }
    .submit-btn .form-btn:hover {
      background-color: #222;
      color: #fff; }
