@charset "UTF-8";
/*
Theme Name: makeit
Theme URI: 
Description: makeit Wordpressテーマ
Author: UMIBE
Author URI: 
Version: 1.0
Tags: responsive, white
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,400;0,500;0,700;1,400&display=swap");
/*============================================================================*/
/*=PC/SP切り替え===================================================================*/
/*============================================================================*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");
@media screen and (min-width: 769px) {
  .dis-pc {
    display: block; }

  .dis-sp {
    display: none !important; }

  .dis-sp-inline {
    display: none; }

  .br-pc {
    display: block; }

  .br-sp {
    display: none; } }
@media screen and (max-width: 768px) {
  .dis-pc {
    display: none !important; }

  .dis-sp {
    display: block; }

  .dis-sp-inline {
    display: inline; }

  .br-pc {
    display: none; }

  .br-sp {
    display: block; } }
body {
  margin: 0;
  font-family: "Yu Gothic", "Hiragino Sans", "Noto Sans JP", sans-serif;
  background: #F0F3F5;
  color: #3B4043; }

header {
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0; }
  header.gnav {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    background: #fff; }
    @media screen and (max-width: 768px) {
      header.gnav {
        padding: 0;
        height: 60px; } }
    header.gnav .logo-link {
      text-decoration: none; }
    header.gnav .logo {
      display: flex;
      flex-direction: column;
      padding: 0 0 0 20px;
      gap: 2px; }
      @media screen and (max-width: 768px) {
        header.gnav .logo {
          padding: 0 0 0 10px; } }
      header.gnav .logo_sub {
        font-size: 12px;
        color: #707F89;
        font-weight: 600; }
        @media screen and (max-width: 1100px) {
          header.gnav .logo_sub {
            font-size: 11px; } }
        @media screen and (max-width: 768px) {
          header.gnav .logo_sub {
            font-size: 11px; } }
      header.gnav .logo_main {
        font-size: 19px;
        color: #3B4043;
        font-weight: 700; }
        @media screen and (max-width: 1100px) {
          header.gnav .logo_main {
            font-size: 15px; } }
        @media screen and (max-width: 768px) {
          header.gnav .logo_main {
            font-size: 16px; } }
    header.gnav .main_nav ul {
      display: flex;
      gap: 32px;
      list-style: none;
      margin: 0;
      padding: 0; }
      @media screen and (max-width: 1100px) {
        header.gnav .main_nav ul {
          gap: 22px; } }
      header.gnav .main_nav ul li {
        font-size: 14px;
        color: #3B4043;
        font-weight: 700;
        letter-spacing: 0.05em;
        cursor: pointer; }
        header.gnav .main_nav ul li a {
          text-decoration: none;
          color: #3B4043; }
        @media screen and (max-width: 1100px) {
          header.gnav .main_nav ul li {
            font-size: 11px; } }
    @media screen and (max-width: 768px) {
      header.gnav .main_nav {
        display: none; } }

.nav-left {
  display: flex;
  align-items: center;
  gap: 38px; }

.nav_right {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center; }

.contact_btn {
  background: #0C5980;
  color: #fff;
  border: 1px solid #0C5980;
  padding: 8px 24px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.3s, color 0.3s;
  min-height: 80px;
  border: none;
  padding: 0 25px 0 50px;
  font-size: 18px;
  display: flex;
  align-items: center;
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%); }
  @media screen and (max-width: 768px) {
    .contact_btn {
      width: 100%;
      justify-content: center;
      box-sizing: border-box; } }
  .contact_btn:hover {
    background: #fff;
    color: #0C5980; }
  @media screen and (max-width: 1100px) {
    .contact_btn {
      padding: 0 15px 0 50px;
      font-size: 12px; } }
  @media screen and (max-width: 768px) {
    .contact_btn {
      display: none; } }

.btn_icon::before {
  content: "\f1d8";
  font-family: "FontAwesome";
  margin-right: 6px; }

.tel_btn {
  background-color: #EAEAEA;
  min-height: 80px;
  color: #0C5980;
  font-size: 22px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 50px;
  z-index: 1;
  margin-right: -51px;
  clip-path: polygon(20% 0, 100% 0, 80% 100%, 0% 100%); }
  @media screen and (max-width: 1100px) {
    .tel_btn {
      padding: 0 30px;
      font-size: 15px; } }
  @media screen and (max-width: 768px) {
    .tel_btn {
      display: none; } }

.tel_icon::before {
  content: "\f095";
  font-family: "FontAwesome";
  margin-right: 6px; }

.mv_cont {
  margin-top: 80px;
  width: 100%;
  min-height: 650px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  background: url("images/slider_01.jpg") center/cover no-repeat; }
  @media screen and (max-width: 1100px) {
    .mv_cont {
      min-height: 550px; } }
  @media screen and (max-width: 768px) {
    .mv_cont {
      margin-top: 60px;
      min-height: 300px;
      background: url("images/slider_01_s.jpg") center/cover no-repeat; } }
  .mv_cont .mv_overlay {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
    padding: 0 40px; }
    @media screen and (max-width: 768px) {
      .mv_cont .mv_overlay {
        padding: 0 20px; } }
    .mv_cont .mv_overlay .catch.left {
      text-align: left;
      margin: 40px 0 0 0;
      display: inline-block;
      max-width: 600px; }
      @media screen and (max-width: 768px) {
        .mv_cont .mv_overlay .catch.left {
          margin-top: 0; } }
      .mv_cont .mv_overlay .catch.left .catch_main {
        font-family: "Cormorant", serif;
        font-size: 60px;
        font-weight: 600;
        margin-bottom: 8px;
        color: #0C5980; }
        @media screen and (max-width: 768px) {
          .mv_cont .mv_overlay .catch.left .catch_main {
            font-size: 30px;
            margin-bottom: 0; } }
      .mv_cont .mv_overlay .catch.left .catch_sub {
        font-family: "Hiragino Mincho ProN", serif;
        font-size: 22.7px;
        font-weight: 300;
        margin-bottom: 8px;
        color: #3B4043; }
        @media screen and (max-width: 768px) {
          .mv_cont .mv_overlay .catch.left .catch_sub {
            font-size: 14px; } }
      .mv_cont .mv_overlay .catch.left .catch_txt {
        font-family: "Hiragino Mincho ProN", serif;
        font-size: 18px;
        font-weight: 300;
        margin-bottom: 2px;
        color: #3B4043; }
        @media screen and (max-width: 768px) {
          .mv_cont .mv_overlay .catch.left .catch_txt {
            font-size: 12px; } }

.headline {
  margin-bottom: 48px; }
  @media screen and (max-width: 768px) {
    .headline {
      margin: 0 0 30px 0; } }

.sub {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #0C5980;
  letter-spacing: 0.1em;
  margin-bottom: 8px; }
  @media screen and (max-width: 768px) {
    .sub {
      font-size: 16px; } }

.title {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  color: #3B4043; }
  .title span {
    display: block;
    font-size: 18px; }
  @media screen and (max-width: 768px) {
    .title {
      font-size: 20px; } }

.area {
  padding: 80px 0; }
  @media screen and (max-width: 768px) {
    .area {
      padding: 40px 20px; } }

.strength_support {
  background: #EAEAEA;
  background-image: url(images/bg.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 30vw auto;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .strength_support {
      background-size: 80vw auto; } }
  .strength_support_boxes {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .strength_support_boxes {
        width: 100%; } }
  .strength_support_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 240px;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .strength_support_box {
        width: 45%; } }
    .strength_support_box .strength_support_img_container {
      width: 100%;
      height: 240px;
      overflow: hidden;
      margin-bottom: 10px; }
      @media screen and (max-width: 768px) {
        .strength_support_box .strength_support_img_container {
          width: 50vw;
          height: 25vw; } }
      .strength_support_box .strength_support_img_container .strength_support_img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .strength_support_box .strength_support_text {
      font-size: 16px;
      font-weight: 700;
      color: #0C5980;
      letter-spacing: 0.04em;
      border: 1px solid #083951;
      border-radius: 20px;
      padding: 0 5px;
      width: 14em;
      background: #fff;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .strength_support_box .strength_support_text {
          font-size: 11px; } }

.strength {
  background: #F4F4F4;
  text-align: center; }
  .strength_boxes {
    display: flex;
    flex-direction: column;
    gap: 64px;
    max-width: 1100px;
    margin: 0 auto; }
  .strength_box {
    display: flex;
    align-items: center;
    gap: 48px; }
    @media screen and (max-width: 768px) {
      .strength_box {
        gap: 0; } }
    .strength_box.st_box_r {
      flex-direction: row-reverse; }
      @media screen and (max-width: 768px) {
        .strength_box.st_box_r {
          flex-direction: column; } }
      .strength_box.st_box_r.feature {
        align-items: flex-start; }
    .strength_box.st_box_l {
      flex-direction: row-reverse;
      justify-content: flex-start; }
      @media screen and (max-width: 768px) {
        .strength_box.st_box_l {
          flex-direction: column-reverse; } }
      .strength_box.st_box_l.feature {
        align-items: flex-start; }
    .strength_box .strength_text {
      flex: 1;
      text-align: left; }
      .strength_box .strength_text .strength_head {
        font-size: 22px;
        font-weight: 700;
        color: #0C5980;
        margin-bottom: 16px;
        display: flex;
        align-items: center;
        gap: 12px; }
        .strength_box .strength_text .strength_head.feature {
          flex-direction: column;
          align-items: self-start; }
        @media screen and (max-width: 768px) {
          .strength_box .strength_text .strength_head {
            text-align: center;
            font-size: 16px;
            flex-direction: column; } }
        @media screen and (max-width: 768px) {
          .strength_box .strength_text .strength_head .strength_num_img {
            height: 40px;
            margin-right: 10px; } }
      .strength_box .strength_text .strength_body {
        font-size: 15px;
        line-height: 1.8;
        color: #3B4043;
        margin-bottom: 24px; }
        @media screen and (max-width: 768px) {
          .strength_box .strength_text .strength_body {
            margin-bottom: 10px; } }
      .strength_box .strength_text .strength_btn {
        background: #0C5980;
        color: #fff;
        border: 1px solid #0C5980;
        padding: 8px 24px;
        font-weight: 700;
        text-decoration: none;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        transition: background 0.3s, color 0.3s; }
        @media screen and (max-width: 768px) {
          .strength_box .strength_text .strength_btn {
            width: 100%;
            justify-content: center;
            box-sizing: border-box; } }
        .strength_box .strength_text .strength_btn:hover {
          background: #fff;
          color: #0C5980; }
        .strength_box .strength_text .strength_btn::after {
          content: '';
          display: inline-block;
          width: 16px;
          height: 16px;
          background: url("images/icon-arrow.svg") no-repeat center/contain;
          transition: background 0.3s; }
        .strength_box .strength_text .strength_btn:hover::after {
          background: url("images/icon-arrow-hover.svg") no-repeat center/contain; }
    .strength_box .strength_img {
      width: 320px;
      height: 240px; }
      @media screen and (max-width: 768px) {
        .strength_box .strength_img {
          width: 100%;
          height: auto; } }
      .strength_box .strength_img img {
        width: 100%;
        height: auto;
        object-fit: cover; }
        @media screen and (max-width: 768px) {
          .strength_box .strength_img img {
            margin-bottom: 20px; } }

.strength_btn {
  background: #0C5980;
  color: #fff;
  border: 1px solid #0C5980;
  padding: 8px 24px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.3s, color 0.3s; }
  @media screen and (max-width: 768px) {
    .strength_btn {
      width: 100%;
      justify-content: center;
      box-sizing: border-box; } }
  .strength_btn:hover {
    background: #fff;
    color: #0C5980; }
  .strength_btn::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("images/icon-arrow.svg") no-repeat center/contain;
    transition: background 0.3s; }
  .strength_btn:hover::after {
    background: url("images/icon-arrow-hover.svg") no-repeat center/contain; }

.strength_btn_02 {
  background: #0C5980;
  color: #fff;
  border: 1px solid #0C5980;
  padding: 8px 24px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.3s, color 0.3s;
  width: 50%;
  height: 4em;
  margin: auto;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .strength_btn_02 {
      width: 100%;
      justify-content: center;
      box-sizing: border-box; } }
  .strength_btn_02:hover {
    background: #fff;
    color: #0C5980; }
  .strength_btn_02::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("images/icon-arrow.svg") no-repeat center/contain;
    transition: background 0.3s; }
  .strength_btn_02:hover::after {
    background: url("images/icon-arrow-hover.svg") no-repeat center/contain; }

.info {
  background: #fff;
  text-align: center; }
  .info .h2_tit {
    font-size: 30px;
    font-weight: 700;
    color: #3B4043;
    margin-bottom: 36px;
    letter-spacing: 0.04em; }
    @media screen and (max-width: 768px) {
      .info .h2_tit {
        margin: 0;
        font-size: 20px; } }
  .info .info_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px; }
    @media screen and (max-width: 768px) {
      .info .info_content {
        text-align: left; } }
  .info .bestpro_bnr {
    max-width: 520px;
    width: 100%;
    height: auto; }

.service_container {
  max-width: 1200px;
  margin: 0 auto; }
  .service_container .section {
    display: flex;
    position: relative;
    margin-bottom: 80px; }
    @media screen and (max-width: 768px) {
      .service_container .section {
        flex-direction: column;
        margin-bottom: 20px; } }
    .service_container .section .image-container {
      flex: 1;
      position: relative;
      line-height: 0; }
      .service_container .section .image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .service_container .section .content-box {
      flex: 1;
      background: #fff;
      padding: 40px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      position: relative;
      z-index: 1;
      box-sizing: border-box; }
      @media screen and (max-width: 768px) {
        .service_container .section .content-box {
          padding: 20px; } }
      .service_container .section .content-box .section-title {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 20px; }
        @media screen and (max-width: 768px) {
          .service_container .section .content-box .section-title {
            font-size: 18px; } }
      .service_container .section .content-box .section-text {
        margin-bottom: 30px;
        text-align: left; }
  .service_container .business-succession .content-box {
    margin-left: -50px;
    margin-top: 30px; }
    @media screen and (max-width: 768px) {
      .service_container .business-succession .content-box {
        margin: 0; } }
  .service_container .subsidy-financing {
    flex-direction: row-reverse; }
    @media screen and (max-width: 768px) {
      .service_container .subsidy-financing {
        flex-direction: column; } }
    .service_container .subsidy-financing .content-box {
      margin-right: -50px;
      margin-top: 30px; }
      @media screen and (max-width: 768px) {
        .service_container .subsidy-financing .content-box {
          margin: 0; } }

.btn {
  background: #0C5980;
  color: #fff;
  border: 1px solid #0C5980;
  padding: 8px 24px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.3s, color 0.3s;
  transition: background-color 0.3s; }
  @media screen and (max-width: 768px) {
    .btn {
      width: 100%;
      justify-content: center;
      box-sizing: border-box; } }
  .btn:hover {
    background: #fff;
    color: #0C5980; }

.service {
  background: #EAEAEA;
  text-align: center; }
  .service .service_boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 36px;
    max-width: 1200px;
    margin: 0 auto; }
    .service .service_boxes .service_box {
      background: #fff;
      width: 320px;
      display: flex;
      flex-direction: column;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }
      .service .service_boxes .service_box .service_img {
        width: 100%;
        height: 180px;
        object-fit: cover; }
      .service .service_boxes .service_box .service_txt {
        padding: 24px;
        text-align: left; }
        .service .service_boxes .service_box .service_txt .service_head {
          font-size: 18px;
          font-weight: 700;
          color: #0C5980;
          margin-bottom: 12px; }
        .service .service_boxes .service_box .service_txt .service_body {
          font-size: 14px;
          line-height: 1.7;
          color: #3B4043;
          min-height: 120px;
          margin-bottom: 20px; }
      .service .service_boxes .service_box .service_btn {
        background: #0C5980;
        color: #fff;
        border: 1px solid #0C5980;
        padding: 8px 24px;
        font-weight: 700;
        text-decoration: none;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        transition: background 0.3s, color 0.3s; }
        @media screen and (max-width: 768px) {
          .service .service_boxes .service_box .service_btn {
            width: 100%;
            justify-content: center;
            box-sizing: border-box; } }
        .service .service_boxes .service_box .service_btn:hover {
          background: #fff;
          color: #0C5980; }

.blog_inherit {
  background-color: #F4F4F4; }

.blog {
  background-color: #EAEAEA; }

.blog_inherit, .blog {
  text-align: center; }
  .blog_inherit.blog, .blog.blog {
    background: #EAEAEA; }

.blog_boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 36px;
  max-width: 1062px;
  margin: 0 auto;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .blog_boxes {
      gap: 10px; } }
  .blog_boxes .blog_box {
    background: #fff;
    width: 100%;
    max-width: 320px;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }
    @media screen and (max-width: 768px) {
      .blog_boxes .blog_box {
        width: calc(50% - 5px);
        max-width: none; } }
    .blog_boxes .blog_box .blog_img {
      width: 100%;
      aspect-ratio: 16 / 11;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .blog_boxes .blog_box .blog_img {
          height: auto; } }
      .blog_boxes .blog_box .blog_img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .blog_boxes .blog_box .blog_txt {
      padding: 24px;
      text-align: left; }
      @media screen and (max-width: 768px) {
        .blog_boxes .blog_box .blog_txt {
          padding: 14px; } }
      .blog_boxes .blog_box .blog_txt .blog_info {
        display: flex;
        gap: 12px;
        margin-bottom: 16px; }
        @media screen and (max-width: 768px) {
          .blog_boxes .blog_box .blog_txt .blog_info {
            flex-direction: column;
            gap: 0; } }
      .blog_boxes .blog_box .blog_txt .blog_date, .blog_boxes .blog_box .blog_txt .blog_category {
        font-size: 13px;
        color: #707F89; }
        @media screen and (max-width: 768px) {
          .blog_boxes .blog_box .blog_txt .blog_date, .blog_boxes .blog_box .blog_txt .blog_category {
            font-size: 11px; } }
      .blog_boxes .blog_box .blog_txt .blog_head {
        font-size: 18px;
        font-weight: 700;
        color: #3B4043;
        margin-bottom: 12px; }
        @media screen and (max-width: 768px) {
          .blog_boxes .blog_box .blog_txt .blog_head {
            font-size: 14px; } }

.blog_btn {
  background: #0C5980;
  color: #fff;
  border: 1px solid #0C5980;
  padding: 8px 24px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.3s, color 0.3s;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #707F89;
  border: 1px solid #707F89;
  font-size: 14px; }
  @media screen and (max-width: 768px) {
    .blog_btn {
      width: 100%;
      justify-content: center;
      box-sizing: border-box; } }
  .blog_btn:hover {
    background: #fff;
    color: #0C5980; }
  .blog_btn:hover {
    background-color: #707F89;
    color: #fff; }
  @media screen and (max-width: 768px) {
    .blog_btn {
      font-size: 11px;
      padding: 5px 10px; } }

.profile {
  background: #F4F4F4;
  text-align: center; }
  .profile .profile_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 48px;
    max-width: 1200px;
    margin: 24px auto 0; }
    @media screen and (max-width: 768px) {
      .profile .profile_content {
        flex-direction: column;
        align-items: center; } }
    .profile .profile_content .profile_img {
      width: 320px; }
      .profile .profile_content .profile_img img {
        width: 100%;
        height: auto; }
    .profile .profile_content .profile_txt {
      flex: 1;
      text-align: left;
      max-width: 600px; }
      .profile .profile_content .profile_txt .profile_name {
        font-size: 24px;
        font-weight: 700;
        color: #3B4043;
        margin-bottom: 16px; }
        @media screen and (max-width: 768px) {
          .profile .profile_content .profile_txt .profile_name {
            font-size: 18px; } }
      .profile .profile_content .profile_txt .profile_qual {
        margin-bottom: 20px; }
        @media screen and (max-width: 768px) {
          .profile .profile_content .profile_txt .profile_qual {
            margin-bottom: 20px; } }
      .profile .profile_content .profile_txt .profile_history dl {
        display: flex;
        margin: 0;
        padding: 0;
        font-size: 15px; }
        @media screen and (max-width: 768px) {
          .profile .profile_content .profile_txt .profile_history dl {
            margin-bottom: 10px;
            flex-direction: column; } }
        .profile .profile_content .profile_txt .profile_history dl dt {
          width: 120px;
          white-space: nowrap; }
          @media screen and (max-width: 768px) {
            .profile .profile_content .profile_txt .profile_history dl dt {
              width: 100%; } }
        .profile .profile_content .profile_txt .profile_history dl dd {
          flex: 1; }
          @media screen and (max-width: 768px) {
            .profile .profile_content .profile_txt .profile_history dl dd {
              margin: 0;
              width: 100%; } }

.company {
  background: #EAEAEA;
  text-align: center; }
  .company .company_content {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
    margin-top: 24px;
    border-top: 2px solid #CDD6DD; }
    .company .company_content .company_row {
      display: flex;
      border-bottom: 1px solid #CDD6DD;
      padding: 20px 0;
      font-size: 15px; }
      .company .company_content .company_row .company_label {
        width: 120px;
        color: #707F89;
        font-weight: 700; }
      .company .company_content .company_row .company_value {
        color: #3B4043;
        margin-left: 16px; }
        @media screen and (max-width: 768px) {
          .company .company_content .company_row .company_value {
            flex: 1; } }

.access {
  background: #F4F4F4;
  text-align: center; }
  .access .access_content {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    margin-top: 24px; }
    .access .access_content .access_info {
      background: #fff;
      text-align: left;
      font-size: 15px;
      color: #3B4043;
      min-width: 400px;
      padding: 30px;
      box-sizing: border-box; }
      @media screen and (max-width: 768px) {
        .access .access_content .access_info {
          min-width: inherit;
          width: 100%; } }
    @media screen and (max-width: 768px) {
      .access .access_content .access_map {
        min-width: inherit;
        width: 100%;
        position: relative;
        padding-top: 100%;
        /* 高さ = 幅の56.25% → 16:9比率 */
        overflow: hidden; }
        .access .access_content .access_map iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border: 0; } }
    .access .access_content .access_map_link {
      color: #0C5980;
      font-weight: 700;
      margin: 8px 0;
      cursor: pointer; }
      .access .access_content .access_map_link a {
        color: #0C5980; }
      .access .access_content .access_map_link::after {
        content: "\f00e";
        font-family: "Font Awesome 5 Free";
        margin-left: 8px; }

.f-fixed-btn {
  width: 100%;
  display: flex;
  position: fixed;
  height: 80px;
  align-items: center;
  bottom: 0;
  background-color: #fff; }
  .f-fixed-btn li {
    display: flex;
    justify-content: center;
    align-items: center; }
    .f-fixed-btn li.contact-btn-sp {
      width: 50%;
      background-color: #0C5980;
      color: #fff;
      margin: 0 5px 0 10px; }
      .f-fixed-btn li.contact-btn-sp a::before {
        content: "\f1d8";
        font-family: "FontAwesome";
        margin-right: 6px; }
    .f-fixed-btn li.tel-btn-sp {
      width: 50%;
      font-size: 18px;
      font-family: "Barlow Condensed", sans-serif;
      background-color: #0C5980;
      color: #fff;
      margin: 0 10px 0 5px; }
    .f-fixed-btn li a {
      min-height: 55px;
      width: 100%;
      display: flex;
      color: #fff;
      text-decoration: none;
      justify-content: center;
      align-items: center;
      border: 1px solid #0C5980; }
      .f-fixed-btn li a:hover {
        background-color: #fff;
        color: #0C5980; }

.head-cont {
  display: flex;
  width: 100%;
  height: 160px;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  background-color: #1A5691;
  background-image: url(images/bg.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 30vw auto; }
  @media screen and (max-width: 768px) {
    .head-cont {
      margin-top: 60px; } }
  .head-cont h1 {
    color: #fff; }

.footer {
  background: #054F74;
  color: #fff;
  text-align: center;
  position: relative; }
  .footer .footer_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 24px 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    border-top: 1px solid #0C5980; }
    .footer .footer_inner .footer_menu_area {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 60px;
      width: 100%;
      margin-bottom: 32px; }
      @media screen and (max-width: 768px) {
        .footer .footer_inner .footer_menu_area {
          align-items: center;
          gap: 0px;
          justify-content: center;
          margin-bottom: 20px; } }
      .footer .footer_inner .footer_menu_area .footer_menu {
        display: flex;
        gap: 40px;
        align-items: flex-start; }
        @media screen and (max-width: 768px) {
          .footer .footer_inner .footer_menu_area .footer_menu {
            display: none; } }
        .footer .footer_inner .footer_menu_area .footer_menu .footer_menu_block {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          list-style: none;
          padding: 0;
          margin: 0;
          gap: 8px; }
          .footer .footer_inner .footer_menu_area .footer_menu .footer_menu_block dt {
            font-weight: bold; }
          .footer .footer_inner .footer_menu_area .footer_menu .footer_menu_block dd {
            margin: 0; }
        .footer .footer_inner .footer_menu_area .footer_menu ul.footer_menu_list {
          margin: 0;
          padding: 0; }
          .footer .footer_inner .footer_menu_area .footer_menu ul.footer_menu_list li {
            font-size: 15px;
            color: #fff;
            text-align: left;
            list-style: none; }
            .footer .footer_inner .footer_menu_area .footer_menu ul.footer_menu_list li a {
              color: #fff;
              text-decoration: none; }
      .footer .footer_inner .footer_menu_area .footer_company_col {
        display: flex;
        flex-direction: column;
        gap: 10px;
        min-width: 320px;
        text-align: left; }
        .footer .footer_inner .footer_menu_area .footer_company_col .footer_company_name {
          font-size: 18px;
          font-weight: 700;
          color: #fff; }
        .footer .footer_inner .footer_menu_area .footer_company_col .footer_company_address {
          font-size: 14px;
          color: #cccccc; }
        .footer .footer_inner .footer_menu_area .footer_company_col .footer_contact_btn {
          background: #0C5980;
          color: #fff;
          border: 1px solid #0C5980;
          padding: 8px 24px;
          font-weight: 700;
          text-decoration: none;
          cursor: pointer;
          display: inline-flex;
          align-items: center;
          gap: 8px;
          transition: background 0.3s, color 0.3s;
          padding: 12px 36px;
          font-size: 16px;
          box-shadow: 0 2px 8px rgba(12, 89, 128, 0.08);
          margin-top: 12px;
          display: flex;
          align-items: center;
          gap: 8px;
          justify-content: center; }
          @media screen and (max-width: 768px) {
            .footer .footer_inner .footer_menu_area .footer_company_col .footer_contact_btn {
              width: 100%;
              justify-content: center;
              box-sizing: border-box; } }
          .footer .footer_inner .footer_menu_area .footer_company_col .footer_contact_btn:hover {
            background: #fff;
            color: #0C5980; }
          .footer .footer_inner .footer_menu_area .footer_company_col .footer_contact_btn .footer_btn_icon::before {
            content: "\f0e0";
            font-family: "FontAwesome";
            margin-right: 6px; }
          .footer .footer_inner .footer_menu_area .footer_company_col .footer_contact_btn:hover {
            background: #fff;
            color: #0C5980; }
  .footer .footer_copy {
    background: none;
    color: #CDD6DD;
    font-size: 14px;
    padding: 18px 0 24px;
    margin-top: 24px;
    border-top: 1px solid #0C5980; }

.headline-sub {
  margin-bottom: 48px; }
  @media screen and (max-width: 768px) {
    .headline-sub {
      margin: 0 0 30px 0; } }
  .headline-sub h2 {
    color: #0C5980;
    text-align: center;
    font-size: 30px;
    margin-bottom: 50px;
    position: relative; }
    .headline-sub h2::before {
      content: "";
      position: absolute;
      bottom: -15px;
      left: 50%;
      transform: translateX(-50%);
      width: 60px;
      height: 1px;
      background-color: #0C5980; }

.problem-cont {
  margin: auto;
  padding: 80px 0;
  position: relative;
  background-color: #EAEAEA; }
  .problem-cont.succession::before {
    background: url(images/succession/bg_01.jpg) center center/cover no-repeat; }
    @media screen and (max-width: 768px) {
      .problem-cont.succession::before {
        background: url(images/succession/bg_01_sp.jpg) center center/cover no-repeat; } }
  .problem-cont.funding::before {
    background: url(images/funding/bg_01.jpg) center center/cover no-repeat; }
    @media screen and (max-width: 768px) {
      .problem-cont.funding::before {
        background: url(images/funding/bg_01_sp.jpg) center center/cover no-repeat; } }
  .problem-cont.small-ma::before {
    background: url(images/ma/bg_01.jpg) center center/cover no-repeat; }
    @media screen and (max-width: 768px) {
      .problem-cont.small-ma::before {
        background: url(images/ma/bg_01_sp.jpg) center center/cover no-repeat; } }
  .problem-cont::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 50% 100%, 0 95%);
    z-index: 0; }
  .problem-cont h2 {
    text-align: center;
    font-size: 30px;
    color: #fff;
    margin-bottom: 50px;
    position: relative; }
    .problem-cont h2::before {
      content: "";
      position: absolute;
      bottom: -15px;
      left: 50%;
      transform: translateX(-50%);
      width: 60px;
      height: 1px;
      background-color: #fff; }
  .problem-cont .prob-box {
    max-width: 990px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch; }
    .problem-cont .prob-box .prob-list {
      display: flex;
      flex-wrap: wrap;
      font-weight: bold;
      justify-content: center;
      margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        .problem-cont .prob-box .prob-list {
          flex-direction: column;
          align-items: center; } }
      .problem-cont .prob-box .prob-list li {
        font-size: 13px;
        display: flex;
        width: 45%;
        background-color: #fff;
        clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
        margin: 0 -20px 15px 0;
        padding: 20px 30px 20px 50px;
        align-items: center;
        color: #0C5980; }
        @media screen and (max-width: 768px) {
          .problem-cont .prob-box .prob-list li {
            width: 88%;
            margin: 0 -10px 15px 0; } }
        .problem-cont .prob-box .prob-list li::before {
          content: "";
          display: inline-block;
          width: 20px;
          /* 画像の横幅 */
          height: 20px;
          /* 画像の縦幅 */
          background-image: url("images/check.png");
          /* ←画像パスに置き換えてください */
          background-size: contain;
          background-repeat: no-repeat;
          margin-right: 15px;
          flex-shrink: 0;
          /* 画像の縮小防止 */
          align-self: center; }
    .problem-cont .prob-box .answer-cont {
      width: 90%;
      margin: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      color: #0C5980;
      background-color: #fff;
      padding: 40px;
      filter: drop-shadow(3.178px 3.178px 0px #0C5980); }
      .problem-cont .prob-box .answer-cont h3 {
        text-align: center;
        margin-bottom: 20px; }

.flex-three-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 36px;
  max-width: 1200px;
  margin: 0 auto; }
  .flex-three-columns .column {
    width: 320px;
    display: flex;
    flex-direction: column;
    text-align: left;
    color: #0C5980; }
    .flex-three-columns .column h3 {
      margin-bottom: 10px; }
    .flex-three-columns .column img {
      margin-bottom: 10px; }
    .flex-three-columns .column h3 {
      text-align: center; }
    .flex-three-columns .column ul {
      list-style: disc;
      padding-left: 15px;
      margin-bottom: 10px; }
    .flex-three-columns .column p {
      font-weight: bold; }

.flow-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .flow-container {
      flex-direction: column;
      align-items: center;
      gap: 32px; } }

.flow-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 180px;
  text-align: center;
  position: relative;
  min-height: 400px; }
  @media screen and (max-width: 768px) {
    .flow-step {
      min-height: inherit; } }

.flow-step:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -34px;
  top: 28%;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='%23ccc' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 5l8 7-8 7'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat; }
  @media screen and (max-width: 768px) {
    .flow-step:not(:last-child)::after {
      right: 50%;
      top: 100%;
      transform: translate(50%, 0) rotate(90deg); } }

.step-image {
  width: 150px;
  height: 150px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  margin-bottom: 8px; }

.flow-step h3 {
  color: #0C5980;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px; }
  .flow-step h3 span {
    display: block;
    font-size: 11px;
    font-style: italic; }

.step-text p {
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 1.5;
  text-align: left; }

.concept {
  color: #0C5980;
  font-size: 20px;
  font-weight: bold; }

.title-bubble {
  position: relative;
  display: inline-block;
  background: #fff;
  color: #0C5980;
  padding: 5px 20px;
  margin-bottom: 20px;
  border: 1px solid #0C5980;
  font-size: 16px;
  font-weight: bold; }
  .title-bubble::before {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #0C5980; }
  .title-bubble::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent; }

.title-base {
  color: #0C5980;
  background-color: #fff;
  border-top: 1px solid #0C5980;
  border-bottom: 1px solid #0C5980;
  padding: 15px 0;
  margin: auto;
  text-align: center;
  width: 100%;
  margin-bottom: 30px; }
  .title-base span {
    display: block;
    font-size: 16px;
    font-weight: normal; }

.single-column {
  max-width: 880px;
  margin: 0 auto; }
  .single-column .single-contents {
    text-align: left; }
    .single-column .single-contents .signle-box {
      margin-bottom: 40px; }
      .single-column .single-contents .signle-box h4 {
        color: #0C5980;
        margin-bottom: 10px; }
        .single-column .single-contents .signle-box h4 .circle-number {
          font-family: Helvetica, sans-serif;
          font-weight: normal;
          font-style: italic;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          width: 2.6em;
          height: 2.6em;
          background-color: #0C5980;
          color: #fff;
          border-radius: 50%;
          font-size: 1.2em;
          flex-shrink: 0;
          margin-right: 10px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-90 {
  margin-bottom: 90px; }

.mb-100 {
  margin-bottom: 100px; }

h4.border {
  color: #0C5980;
  display: inline-block;
  border: 1px solid #0C5980;
  padding: 5px 10px;
  margin-bottom: 10px;
  background-color: #fff; }

.flex-box {
  display: flex; }
  .flex-box.sub-contents {
    max-width: 880px;
    margin: auto; }
    @media screen and (max-width: 768px) {
      .flex-box.sub-contents {
        max-width: 100%;
        flex-direction: column-reverse; } }
    .flex-box.sub-contents .left {
      width: 55%; }
      @media screen and (max-width: 768px) {
        .flex-box.sub-contents .left {
          width: 100%; } }
    @media screen and (max-width: 768px) {
      .flex-box.sub-contents .right {
        width: 100%;
        margin-bottom: 10px; } }
  @media screen and (max-width: 768px) {
    .flex-box.blog-box {
      flex-direction: column; } }
  .flex-box.blog-box .left {
    width: 70%;
    margin-right: 30px; }
    @media screen and (max-width: 768px) {
      .flex-box.blog-box .left {
        width: 100%;
        margin: 0 0 40px 0; } }
    .flex-box.blog-box .left .news-tit {
      line-height: 1.2;
      margin-bottom: 20px; }
      .flex-box.blog-box .left .news-tit .date {
        font-size: 12px; }
  .flex-box.blog-box .right {
    flex: 1; }
    @media screen and (max-width: 768px) {
      .flex-box.blog-box .right {
        width: 100%; } }
    .flex-box.blog-box .right div {
      margin-bottom: 20px; }
      .flex-box.blog-box .right div ul li a {
        color: #3B4043; }
  .flex-box .left {
    width: 60%;
    margin-right: 30px; }
  .flex-box .right {
    flex: 1; }

.single-wrap {
  margin-bottom: 60px; }

.dl-list-cont {
  margin-bottom: 80px; }
  @media screen and (max-width: 768px) {
    .dl-list-cont {
      margin-bottom: 40px; } }

.dl-list > dl {
  margin: 0 0 30px 0; }
  .dl-list > dl > dt {
    font-size: 18px;
    font-weight: bold;
    color: #0C5980;
    margin-bottom: 10px; }
  .dl-list > dl dd {
    margin: 0; }
    .dl-list > dl dd dl {
      margin-bottom: 30px; }
    .dl-list > dl dd dt {
      font-weight: bold; }
    .dl-list > dl dd p {
      margin-bottom: 20px; }
    .dl-list > dl dd ul {
      padding-left: 15px; }
      .dl-list > dl dd ul li {
        list-style-type: disc; }

.support-cont {
  text-align: center;
  color: #0C5980;
  font-weight: bold;
  margin-bottom: 60px; }
  .support-cont dl dt {
    font-size: 28px;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .support-cont dl dt {
        font-size: 20px; } }
  .support-cont dl dd {
    font-size: 24px;
    margin-left: 0; }
    @media screen and (max-width: 768px) {
      .support-cont dl dd {
        font-size: 16px; } }
    .support-cont dl dd ul {
      margin: 0 0 30px -1.6em;
      position: relative;
      display: flex;
      flex-direction: column;
      padding-left: 1.6em; }
      .support-cont dl dd ul li {
        display: block;
        position: relative;
        margin: auto;
        padding-left: 1.6em;
        text-align: left; }
        .support-cont dl dd ul li::before {
          content: '✔';
          position: absolute;
          left: 0;
          top: 0.1em;
          width: 1.2em;
          height: 1.2em;
          border: 1px solid #0C5980;
          font-size: 1em;
          color: #0C5980;
          background-color: #fff;
          display: flex;
          align-items: center;
          justify-content: center;
          line-height: 1; }

.consult-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 400px;
  gap: 0.5em;
  padding: 1em;
  background-color: #0C5980;
  color: #fff;
  border: none;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.2s ease; }
  @media screen and (max-width: 768px) {
    .consult-btn {
      width: 100%; } }
  .consult-btn::before {
    content: "\f1d8";
    font-family: "FontAwesome";
    margin-right: 6px; }
  .consult-btn:hover {
    background-color: #fff;
    color: #0C5980; }

.choice-list {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 15px; }
  .choice-list .choice-box {
    width: calc(50% - 10px);
    padding: 25px;
    background-color: #fff; }
    .choice-list .choice-box h3 {
      color: #0C5980;
      margin-bottom: 10px;
      position: relative;
      padding-left: 30px; }
      .choice-list .choice-box h3::before {
        content: '✔';
        position: absolute;
        left: 0;
        top: 0.1em;
        width: 1.2em;
        height: 1.2em;
        font-size: 1em;
        color: #0C5980;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1; }
    .choice-list .choice-box p {
      color: #0C5980; }

.choice-list-02 {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 15px; }
  .choice-list-02 .choice-box {
    width: 100%;
    padding: 25px;
    background-color: #fff;
    display: flex; }
    .choice-list-02 .choice-box .choice-txt {
      flex: 1;
      margin-right: 20px; }
    .choice-list-02 .choice-box .choice-img {
      width: 25%; }
      .choice-list-02 .choice-box .choice-img img {
        width: 100%;
        height: auto; }
    .choice-list-02 .choice-box h3 {
      color: #0C5980;
      margin-bottom: 10px;
      position: relative;
      padding-left: 30px; }
      .choice-list-02 .choice-box h3::before {
        content: '✔';
        position: absolute;
        left: 0;
        top: 0.1em;
        width: 1.2em;
        height: 1.2em;
        font-size: 1em;
        color: #0C5980;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1; }
    .choice-list-02 .choice-box p {
      color: #0C5980; }

.support-list {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  flex-wrap: wrap; }
  .support-list .support-box {
    display: flex;
    width: 100%;
    padding: 15px;
    background-color: #fff;
    align-items: center;
    min-height: 5em; }
    .support-list .support-box p {
      color: #0C5980;
      position: relative;
      padding-left: 50px;
      font-size: 1.17em;
      font-weight: bold; }
      .support-list .support-box p::before {
        content: '✔';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1.2em;
        height: 1.2em;
        font-size: 1em;
        color: #0C5980;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1; }

.contact-cont {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-direction: column; }
  .contact-cont dl {
    margin-bottom: 20px; }
    .contact-cont dl dt {
      margin: 0 0 5px 0;
      color: #0C5980; }
      .contact-cont dl dt span {
        margin-left: 10px;
        background-color: #0C5980;
        color: #fff;
        font-size: 80%;
        padding: 2px 5px; }
    .contact-cont dl dd {
      margin: 0; }
      .contact-cont dl dd input, .contact-cont dl dd textarea {
        border: none;
        width: 100%;
        border-radius: 5px;
        padding: 10px; }

.wpcf7-submit {
  display: block;
  width: 300px;
  margin: 20px auto;
  padding: 20px;
  cursor: pointer;
  background-color: #0C5980;
  border: #0C5980;
  color: #fff;
  transition: all 0.3s; }
  .wpcf7-submit:hover {
    background-color: #fff;
    border: #0C5980;
    color: #0C5980; }

.nav-list-01 > li {
  position: relative; }

.nav-list-01 > li > ul {
  position: absolute;
  top: 30px;
  margin-top: 15px;
  font-size: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 200px;
  gap: 0 !important; }
  .nav-list-01 > li > ul li {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%; }
    .nav-list-01 > li > ul li a {
      font-size: 90% !important;
      background-color: rgba(255, 255, 255, 0.9);
      width: 100%;
      padding: 10px 0;
      border-bottom: 1px dotted #0C5980;
      text-decoration: none;
      transition: all 0.3s; }
      .nav-list-01 > li > ul li a:hover {
        background-color: rgba(255, 255, 255, 0.7); }
    .nav-list-01 > li > ul li:last-child a {
      border-bottom: none; }

.sub-list {
  position: relative;
  padding-right: 25px; }
  .sub-list:after {
    content: "";
    position: absolute;
    right: 6px;
    top: 46%;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    pointer-events: none; }

.blog-column {
  max-width: 1100px;
  margin: 0 auto; }

.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; }
