@charset "UTF-8";
/*============================================================================================================
  base
  ============================================================================================================*/
  body {
    color: #232946;
    -webkit-text-size-adjust: 100%;
    line-height: 2;
    letter-spacing: 0.7px;
  }

  div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, th, td, section, article, header, footer, main, nav, span, a {
    box-sizing: border-box;
  }

  a {
    color: inherit;
    text-decoration: none;
  }

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

  h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
    font-weight: normal;
    margin: 0;
    word-wrap: break-word;
  }

  p, li, td, th, dt, dd {
    font-size: 16px;
    margin: 0;
    word-wrap: break-word;
  }
  @media screen and (max-width: 767px) {
    p, li, td, th, dt, dd {
          font-size: 16px;
   }
 }
 style{
  display: none;
 }

 table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}

ul, ol, dl {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/*------------------------------------------
  font
  ------------------------------------------*/
  body {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  }

  .f-serif {
    font-family: "Noto Serif JP", serif;
  }

/*------------------------------------------
  frame
  ------------------------------------------*/
  @media screen and (min-width: 768px) {
    body {
      min-width: 1100px;
    }
  }

/*------------------------------------------
  hover
  ------------------------------------------*/
  @media screen and (min-width: 768px) {
    a {
      transition: all 0.3s ease-in-out;
    }
    a:hover {
      opacity: 0.7;
    }
  }
/*============================================================================================================
  .header
  ============================================================================================================*/
  .header-top {
    position: fixed;
    top: auto;
    left: auto;
    width: 100%;
    height: 80px;
    z-index: 9990;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 80px;
    margin: auto;
    min-width:  1100px;
  }
  .header__tit {
    max-width: 36%;
    line-height: 1.5;
    font-weight: bold;
    font-size: 12px;
  }
  .header__tit a {
    display: block;
  }

.global-nav {
}

.global-nav-list {
    display: flex;
    justify-content: space-around;
}

.global-nav-list li{
  margin: 0 15px;
  line-height: 1.4;
  font-size: 14px;
}

  @media screen and (max-width: 1300px) and (min-width: 768px) {
    .global-nav-list li {
        font-size: 1.2vw;
    }
  }
  @media screen and (min-width: 768px) {
    .header__logo {
      width: 169px;
      height: 80px;
      position: relative;
      top: auto;
      bottom: auto;
      right: auto;
      left: auto;
      margin: auto;
      z-index: 2;
      display: flex;
      align-items: center;
    }
    .header__logo a, .header__logo img {
      display: block;
      width: 90%;
      height: 90%;
      object-fit: contain;
    }
    .header-sns {
      background: rgba(255, 255, 255, 0.7);
      position: fixed;
      top: 0;
      left: 0;
      z-index: 9989;
      width: 80px;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .header-sns__tit {
      display: flex;
      justify-content: center;
      margin: 0 auto 30px;
      font-weight: bold;
      font-size: 12px;
    }
    .header-sns__tit span {
      writing-mode: vertical-rl;
    }
    .header-sns-list__item {
      width: 40px;
      height: 40px;
      margin: 0 auto 20px;
    }
    .header-sns-list__item:last-of-type {
      margin-bottom: 0;
    }
    .header-sns-list__item a {
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
    }
    .header-sns-list__item a:hover {
      opacity: 1;
    }
    .header-sns-list__item a:hover img {
      transform: scale(1.2);
    }
    .header-sns-list__item img {
      transition: all 0.3s ease-in-out;
    }
    .header-sns-list__item.is-fb img {
      width: 15px;
    }
    .header-sns-list__item.is-tw img {
      width: 26px;
    }
    .header-sns-list__item.is-ig img {
      width: 26px;
    }
    .header-sns-list__item.is-yt img {
      width: 26px;
    }
    .header-line {
      background: rgba(255, 255, 255, 0.7);
      position: fixed;
      z-index: 9989;
      top: 0;
      right: 0;
      width: 80px;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: bold;
      font-size: 14px;
      writing-mode: vertical-rl;
    }
    .header-line a {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 40px 10px 0;
      background: url("../img/common/ico_phone01.png") no-repeat center top;
      background-size: 18px;
    }
  }
  @media screen and (max-width: 767px) {
    .header-top {
      right: 0;
      left: 0;
      height: 50px;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: left;
      min-width: 0;
    }
    .header__tit {
      max-width: 70%;
      font-size: 10px;
      height: 50px;
      width: 100%;
      padding-right: 30%;
      text-align: center;
    }
    .header__tit a {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      height: 100%;
    }
    .header__logo{
      width: 30%;
      height: 50px;
      padding: 0 1.5%;
      order: -1;
      display: flex;
      align-items: center;
    }
    .header__logo a{
      display: flex;
      align-items: center;
      width: 100%;
      height: 100%;
    }
    .header__logo a img{
      width: 70%;
      height: 70%;
      object-fit: contain;
      object-position: left;
    }

  }

/*============================================================================================================
  .breadcrumbs
  ============================================================================================================*/

  .breadcrumbs {
    width: 100%;
    font-size: 12px;
    padding: 20px 80px;
    background: #f6f6f6;
  }
  @media screen and (max-width: 767px) {
    .breadcrumbs {
      margin: 10px auto 10px;
      font-size: 10px;
      white-space: nowrap;
      overflow: auto;
    }
  }
/*============================================================================================================
  .nav
  ============================================================================================================*/
  .nav {
    display: none;
    position: fixed;
    z-index: 9991;
    width: 480px;
    height: 100%;
    top: 0;
    right: 0;
  }
  .nav-inner {
    height: 100%;
    padding: 0;
    position: relative;
    z-index: 2;
    background: #232946;
    overflow-y: auto;
    -ms-overflow-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10%;
  }
  .nav-inner::-webkit-scrollbar {
    display: none;
  }
  .nav-list__item {
    color: #fff;
    font-size: 20px;
  }
  .nav-list__item a {
    display: block;
    padding: 10px 0;
  }
  .nav-list__item .sub-menu > .menu-item {
    position: relative;
    padding-left: 22px;
  }
/*  .nav-list__item .sub-menu > .menu-item::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 24px;
    width: 8px;
    height: 8px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    }*/
    .nav-overlay {
      cursor: pointer;
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
      z-index: 1;
      background: rgba(255, 255, 255, 0.7);
    }
    @media screen and (max-width: 767px) {
      .nav {
        width: 100%;
      }
      .nav-inner {
        padding: 70px 30px 45px;
        display: block;
      }
      .nav-list {
        margin: 0 auto 25px;
      }
      .nav-list__item {
        font-size: 16px;
      }
      .nav-list__item a {
        padding: 4px 0;
      }
      .nav-sns {
        margin: 0 auto 40px;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .nav-sns__tit {
        margin-right: 10px;
        color: #fff;
        font-weight: bold;
        font-size: 12px;
      }
      .nav-sns-list {
        display: flex;
      }
      .nav-sns-list__item {
        width: 40px;
        height: 40px;
        margin-right: 5px;
      }
      .nav-sns-list__item:last-of-type {
        margin-right: 0;
      }
      .nav-sns-list__item a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
      }
      .nav-sns-list__item.is-fb img {
        width: 16px;
      }
      .nav-sns-list__item.is-tw img {
        width: 30px;
      }
      .nav-sns-list__item.is-ig img {
        width: 30px;
      }
      .nav-sns-list__item.is-yt img {
        width: 30px;
      }
      .nav-line {
        width: 100%;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        text-align: center;
        border: 1px solid #fff;
      }
      .nav-line a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 60px;
      }
      .nav-line a span {
        padding: 0 0 0 24px;
        background: url("../img/common/ico_phone02.png") no-repeat left 7px;
        background-size: 12px;
      }
    }

    .navBtn {
      overflow: hidden;
      cursor: pointer;
      position: fixed;
      z-index: 9992;
      top: 0;
      right: 0;
      width: 80px;
      height: 80px;
      text-align: center;
      border: none;
    }
    .navBtn span {
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      width: 30px;
      height: 1px;
      margin: auto;
      background-color: #232946;
      transition: all 0.3s ease-in-out;
    }
    .navBtn span:nth-of-type(1) {
      top: 28px;
    }
    .navBtn span:nth-of-type(2) {
      top: 0;
      bottom: 0;
      margin: auto;
    }
    .navBtn span:nth-of-type(3) {
      bottom: 28px;
    }
    .navBtn.is-close span {
      background: #fff;
    }
    .navBtn.is-close span:nth-of-type(1) {
      transform: translateY(11px) rotate(-45deg);
    }
    .navBtn.is-close span:nth-of-type(2) {
      left: 50%;
      opacity: 0;
    }
    .navBtn.is-close span:nth-of-type(3) {
      transform: translateY(-12px) rotate(45deg);
    }
    @media screen and (max-width: 767px) {
      .navBtn {
        width: 50px;
        height: 50px;
      }
      .navBtn span {
        width: 25px;
      }
      .navBtn span:nth-of-type(1) {
        top: 15px;
      }
      .navBtn span:nth-of-type(3) {
        bottom: 15px;
      }
      .navBtn.is-close span:nth-of-type(1) {
        transform: translateY(10px) rotate(-45deg);
      }
      .navBtn.is-close span:nth-of-type(3) {
        transform: translateY(-9px) rotate(45deg);
      }
    }

/*============================================================================================================
  .footer
  ============================================================================================================*/
  .footer {
    padding: 0 80px;
  }
  .footer-inner {
    padding: 70px 0 75px;
    border-top: 1px solid #232946;
    border-bottom: 1px solid #232946;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .footer-info {
    width: 40%;
  }

  .footer__tit {
    margin-bottom: 5px;
    font-weight: bold;
  }
  .footer__address {
    font-size: 14px;
  }

  .footer-nav {
    width: 60%;
  }

  .footer-nav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: auto;
    max-width: 100%;
  }

  .footer-nav-list__item {
    padding: 0.5em 1em;
  }


  .footer__copyright {
    font-size: 14px;
    text-align: center;
    padding: 1em 0;
  }
  @media screen and (max-width: 767px) {
    .footer {
      padding: 0 15px;
    }
    .footer-inner {
      display: block;
      padding: 35px 15px 50px;
    }
    .footer-info {
      margin: 0 auto 30px;
      width: 100%;
    }
    .footer__tit {
      font-size: 16px;
      text-align: center;
    }
    .footer__address {
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    .footer-nav{
      width: 100%;
    }
    .footer-nav-list {
      display: block;
      text-align: center;
    }
    .footer-nav-list__item {
      padding: 0;
    }
    .footer__copyright {
      font-size: 10px;
      text-align: center;
    }
  }

/*  pagetop 
------------------------------------------*/
.pagetop {
  display: none;
  position: fixed;
  width: 40px;
  z-index: 9990;
  right: 20px;
  bottom: 20px;
  font-weight: bold;
  font-size: 12px;
}
.pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 35px 0 0;
  background: url("../img/common/ico_arrow01.png") no-repeat left 20px top 5px;
  background-size: 5px;
}
.pagetop span {
  line-height: 1;
  width: 16px;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .pagetop a:hover {
    opacity: 1;
    background-position: left 20px top;
  }
}
@media screen and (max-width: 767px) {
  .pagetop {
    right: 0;
    bottom: 0;
    width: 30px;
    font-size: 10px;
  }
  .pagetop a {
    padding: 30px 0 5px;
    background-position: left 14px top;
  }
  .pagetop span {
    width: 10px;
  }
}

/*============================================================================================================
  .contents (common)
  ============================================================================================================*/
  .contents {
    padding: 80px 0 0;
    overflow-x: hidden;
  }
  @media screen and (max-width: 767px) {
    .contents {
      padding: 50px 0 0;
    }
  }

/*==========================================
  .main
  ==========================================*/

  main.main{
    position: relative;
  }

/*============================================================================================================
  component
  ============================================================================================================*/
/*------------------------------------------
  inner
  ------------------------------------------*/
  .c-inner01 {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 80px;
    padding-right: 80px;
  }
  @media screen and (max-width: 767px) {
    .c-inner01 {
      padding-left: 30px;
      padding-right: 30px;
    }
  }

  .c-inner02 {
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
    padding-left: 80px;
    padding-right: 80px;
  }
  @media screen and (max-width: 767px) {
    .c-inner02 {
      padding-left: 30px;
      padding-right: 30px;
    }
  }

/*------------------------------------------
  tit
  ------------------------------------------*/
  .c-tit01 {
    position: relative;
    padding: 0 0 33px;
    font-weight: 500;
    font-size: 20px;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    margin: 0 0 70px 0;
  }
  .c-tit01:before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background: #232946;
  }
  .c-tit01__en {
    line-height: 1;
    display: block;
    margin: 0 auto 15px;
    font-size: 44px;
    letter-spacing: 2px;
  }
  .c-tit01__en-small {
    font-size: 34px;
  }
  @media screen and (min-width: 768px) {
    .c-tit01.is-left {
      text-align: left;
    }
    .c-tit01.is-left:before {
      right: auto;
    }
  }
  @media screen and (max-width: 767px) {
    .c-tit01 {
      padding-bottom: 25px;
      font-size: 14px;
    }
    .c-tit01:before {
      width: 40px;
    }
    .c-tit01__en {
      margin-bottom: 10px;
      font-size: 30px;
    }
    .c-tit01__en-small {
      font-size: 24px;
    }
  }

/*------------------------------------------
  btn
  ------------------------------------------*/
  .c-btn01 {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    line-height: 1.4;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
  }
  .c-btn01 a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, #232946 50%, #343d68 50%);
  }
  .c-btn01__txt {
    padding: 0 40px 0 5px;
    background: url("../img/common/ico_arrow03.png") no-repeat right 5px center;
    background-size: 20px;
    transition: all 0.3s ease-in-out;
  }
  .c-btn01.is-white a {
    border: 1px solid #fff;
  }
  @media screen and (min-width: 768px) {
    .c-btn01 a:hover {
      opacity: 1;
      background-position: -100% 100%;
    }
    .c-btn01 a:hover .c-btn01__txt {
      background-position: right center;
    }
  }
  @media screen and (max-width: 767px) {
    .c-btn01 {
      max-width: none;
      font-size: 16px;
    }
    .c-btn01 a {
      height: 60px;
    }
    .c-btn01__txt {
      padding: 0 35px 0 5px;
      background-size: 18px;
    }
  }

/*------------------------------------------
  table
  ------------------------------------------*/
  .c-table01 {
    border-top: 1px solid #232946;
  }
  .c-table01 th, .c-table01 td {
    padding: 38px 40px;
    border-bottom: 1px solid #232946;
  }
  .c-table01 th {
    width: 240px;
    background: #e9e9ec;
    font-weight: bold;
  }
  @media screen and (max-width: 767px) {
    .c-table01 th, .c-table01 td {
      display: block;
      width: 100%;
      padding: 15px 15px;
    }
  }

/*============================================================================================================
  project
  ============================================================================================================*/

/*------------------------------------------
  .top-mv01
  ------------------------------------------*/

  .top-mv01{
    width: calc(100% - 160px);
    height: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto;
  }
  .top-mv01 .mainVis{
    width: 100%;
    height: auto;
  }

  @media screen and (min-width: 1400px) {
    .top-mv01{
      height: calc(100vh - 80px);
    }
    .top-mv01 .mainVis{
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
  @media screen and (max-width: 767px) {
    .top-mv01 {
      width: 100%;
      height: auto;
      padding: 0;
      margin-bottom: 20px;
    }
  }
/*------------------------------------------
  .p-mv01
  ------------------------------------------*/
  .p-mv01 {
    position: relative;
    width: calc(100% - 160px);
    height: calc(100vh - 276px);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px auto 50px;
  }
  .p-mv01 .mainVis{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .p-mv01.lp {
    height: auto;
  }
  .p-mv01.lp .mainVis {
    position: relative;
  }

  .p-mv01__tit {
    position: relative;
    padding: 55px 85px;
    color: #fff;
    font-weight: 500;
    font-size: 44px;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 8px;
  }
  .p-mv01__tit:before, .p-mv01__tit:after {
    position: absolute;
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    pointer-events: none;
  }
  .p-mv01__tit:before {
    top: 0;
    left: 0;
  }
  .p-mv01__tit:after {
    right: 0;
    bottom: 0;
    transform: scale(-1, -1);
  }

  .p-mv01__tit-small {
    width: calc(100% - 160px);
    display: flex;
    justify-content: flex-end;
    margin: auto;
    font-size: 10px;
    left: 0;
    right: 0;
    padding: 2px;
    position: absolute;
    top: 0;
    z-index: 10;
  }

  @media screen and (max-width: 767px) {
    .p-mv01 {
      width: 100%;
      height: auto;
      min-height: 500px;
      padding: 1rem;
      margin-bottom: 20px;
    }

    .p-mv01-titBox {
      width: 100%;
      max-width: 380px;
    }
    .p-mv01__tit {
      min-height: 0px;
      padding: 30px 15px;
      font-size: 25px;
      line-height: 1.5;
      letter-spacing: 3px;
    }
    .p-mv01__tit:before, .p-mv01__tit:after {
      width: 30px;
      height: 30px;
    }

    .p-mv01__tit-small {
      width: 100%;
      display: flex;
      justify-content: flex-end;
      margin: auto;
      font-size: 10px;
      top: 5px;
      left: 0;
      right: 0;
      padding: 2px;
    }
  }

/*------------------------------------------
  .p-mv02
  ------------------------------------------*/
  .p-mv02 {
    width: calc(100% - 160px);
    padding: 80px;
    margin: 0 auto;
  }
  .p-mv02-titBox {
    display: table;
    margin: 0 auto;
  }
  .p-mv02__tit {
    position: relative;
    padding: 55px 85px;
    font-weight: 500;
    font-size: 44px;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 8px;
  }
  .p-mv02__tit:before, .p-mv02__tit:after {
    position: absolute;
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    border-top: 1px solid #232946;
    border-left: 1px solid #232946;
    pointer-events: none;
  }
  .p-mv02__tit:before {
    top: 0;
    left: 0;
  }
  .p-mv02__tit:after {
    right: 0;
    bottom: 0;
    transform: scale(-1, -1);
  }
  @media screen and (max-width: 767px) {
    .p-mv02 {
      width: calc(100% - 30px);
      padding: 45px 15px;
    }
    .p-mv02-titBox {
      width: 100%;
      max-width: 400px;
    }
    .p-mv02__tit {
      padding: 20px 15px;
      font-size: 25px;
      line-height: 1.5;
      letter-spacing: 3px;
    }
    .p-mv02__tit:before, .p-mv02__tit:after {
      width: 30px;
      height: 30px;
    }
  }

/*------------------------------------------
  .p-breadcrumbs01
  ------------------------------------------*/
  .p-breadcrumbs01 {
    margin: 0 auto 100px;
    padding: 15px 80px;
  }
  .p-breadcrumbs01-list {
    display: flex;
    flex-wrap: wrap;
  }
  .p-breadcrumbs01-list__item {
    margin-right: 7px;
    font-weight: bold;
    font-size: 12px;
  }
  .p-breadcrumbs01-list__item:last-of-type {
    margin-right: 0;
  }
  .p-breadcrumbs01-list__item a {
    position: relative;
    display: block;
    padding: 0 7px 0 0;
  }
  .p-breadcrumbs01-list__item a:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    background: #232946;
    transform: rotate(15deg);
  }
  @media screen and (max-width: 767px) {
    .p-breadcrumbs01 {
      margin-bottom: 55px;
      padding: 10px 15px;
    }
    .p-breadcrumbs01-list__item {
      font-size: 10px;
    }
  }

/*------------------------------------------
  .p-blog01
  ------------------------------------------*/
  .p-blog01 {
    padding: 105px 0 115px;
  }
  .p-blog01-inner {
    width: 100%;
    max-width: 1355px;
    padding: 0 80px;
    margin: 0 auto;
  }
  .p-blog01__tit {
    margin-bottom: 80px;
  }
  .p-blog01-archive {
    display: flex;
    flex-wrap: wrap;
  }
  .p-blog01-archive__item a {
    display: block;
  }
  .p-blog01-archive__item-imgBox {
    margin: 0 auto 17px;
    height: 14vw;
    max-height: 180px;
  }
  .p-blog01-archive__item-imgBox img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    border: 1px solid #eee;
  }
  .p-blog01-archive__item__tit {
    margin-bottom: 12px;
    line-height: 1.6;
    font-weight: bold;
    font-size: 16px;
  }
  .p-blog01-archive__item-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 13px;
  }
  .p-blog01-archive__item__date {
    margin-right: 10px;
    color: #999;
    font-weight: bold;
    font-size: 14px;
  }
  .p-blog01-archive__item__tag {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
    padding: 2px 12px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #ccc;
  }
  .p-blog01-archive__item__more {
    display: table;
    padding: 0 30px 0 0;
    background: url("../img/common/ico_arrow02.png") no-repeat right 5px center;
    background-size: 20px;
    font-weight: bold;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
  }
  .p-blog01-btn {
    margin-top: 25px;
  }
  @media screen and (min-width: 768px) {
    .p-blog01-archive__item {
      width: 23.5%;
      margin-right: 2%;
      margin-bottom: 50px;
    }
    .p-blog01-archive__item:nth-of-type(4n) {
      margin-right: 0;
    }
    .p-blog01-archive__item a:hover .p-blog01-archive__item__more {
      background-position: right center;
    }
  }
  @media screen and (max-width: 767px) {
    .p-blog01 {
      padding: 70px 0 75px;
    }
    .p-blog01-inner {
      padding: 0 30px;
    }
    .p-blog01__tit {
      margin-bottom: 45px;
    }
    .p-blog01-archive {
      display: block;
      padding: 0 30px;
    }
    .p-blog01-archive__item {
      margin: 0 auto 25px;
    }
    .p-blog01-archive__item:last-of-type {
      margin-bottom: 0;
    }
    .p-blog01-archive__item-imgBox {
      margin-bottom: 10px;
      height: auto;
      max-height: initial;
    }
    .p-blog01-archive__item__tit {
      font-size: 14px;
    }
    .p-blog01-archive__item-meta {
      margin-bottom: 7px;
    }
    .p-blog01-archive__item__date {
      margin-right: 12px;
      font-size: 12px;
    }
    .p-blog01-archive__item__tag {
      padding: 3px 8px;
      font-size: 12px;
    }
    .p-blog01-archive__item__more {
      padding-right: 32px;
      background-size: 10px;
      font-size: 12px;
    }
    .p-blog01-btn {
      margin-top: 40px;
    }
  }

/*------------------------------------------
  .p-sns01
  ------------------------------------------*/
  .p-sns01 {
    position: relative;
    padding: 110px 0 0;
    margin: 0 0 120px;
  }
  .p-sns01:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 134px);
    background: #f2f2f4;
  }
  .p-sns01__tit {
    margin-bottom: 80px;
  }
  .p-sns01-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-sns01-list__item a {
    overflow: hidden;
    position: relative;
    display: block;
  }
  .p-sns01-list__item img {
    transition: all 0.5s ease-in-out;
  }
  .p-sns01-list__item-btn {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 100%;
    max-width: 280px;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, #232946 50%, #343d68 50%);
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    transition: all 0.3s ease-in-out;
  }
  .p-sns01-list__item-btn__txt {
    padding: 0 40px 0 5px;
    background: url("../img/common/ico_arrow03.png") no-repeat right 5px center;
    background-size: 20px;
    transition: all 0.3s ease-in-out;
  }
  @media screen and (min-width: 768px) {
    .p-sns01-list__item {
      width: 32.5%;
      margin-right: 1.25%;
      margin-bottom: 1.5%;
    }
    .p-sns01-list__item:nth-child(3n),
    .p-sns01-list__item:last-child{
      margin-right: 0;
    }
    .p-sns01-list__item a:hover {
      opacity: 1;
    }
    .p-sns01-list__item a:hover img {
      opacity: 0.7;
    }
    .p-sns01-list__item a:hover .p-sns01-list__item-btn {
      background-position: -100% 100%;
    }
    .p-sns01-list__item a:hover .p-sns01-list__item-btn .p-sns01-list__item-btn__txt {
      background-position: right center;
    }
  }
  @media screen and (max-width: 767px) {
    .p-sns01 {
      padding: 70px 0 75px;
    }
    .p-sns01:before {
      height: calc(100% - 150px);
    }
    .p-sns01__tit {
      margin-bottom: 45px;
    }
    .p-sns01-list {
      display: block;
    }
    .p-sns01-list__item {
      margin: 0 auto 15px;
    }
    .p-sns01-list__item:last-of-type {
      margin-bottom: 0;
    }
    .p-sns01-list__item-btn {
      width: 80%;
      max-width: 225px;
      height: 50px;
      font-size: 14px;
    }
    .p-sns01-list__item-btn__txt {
      padding: 0 35px 0 5px;
      background-size: 18px;
    }
  }

/*------------------------------------------
  .p-cv01
  ------------------------------------------*/
  .p-cv01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 160px);
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px;
    background: #232946;
  }
  .p-cv01__tit {
    width: 28%;
    color: #fff;
    font-weight: 500;
    font-size: 36px;
    text-align: center;
    font-family: "Noto Serif JP", serif;
  }
  .p-cv01-txtBox {
    width: 68.5%;
    padding-left: 60px;
    border-left: 1px solid #fff;
  }
  .p-cv01-txtBox__txt {
    color: #fff;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
  }
  .p-cv01-txtBox-btn {
    max-width: 320px;
    margin: 25px auto 0 0;
  }
  .p-cv01.is-contact .p-cv01__tit {
    padding-top: 35px;
    background: url("../img/common/ico_mail01.png") no-repeat center top;
    background-size: 30px;
  }
  .p-cv01.is-line .p-cv01__tit {
    background-size: 20px;
  }
  @media screen and (max-width: 767px) {
    .p-cv01 {
      display: block;
      width: 100%;
      padding: 30px;
    }
    .p-cv01__tit {
      width: 100%;
      font-size: 28px;
      margin: 0 auto 25px;
    }
    .p-cv01-txtBox {
      width: 100%;
      padding: 20px 0 0;
      border-left: none;
      border-top: 1px solid #fff;
    }
    .p-cv01-txtBox-btn {
      max-width: none;
    }
    .p-cv01.is-contact .p-cv01__tit {
      padding-top: 30px;
    }
    .p-cv01.is-line .p-cv01__tit {
      padding-top: 37px;
    }
  }

/*------------------------------------------
  .p-cv02
  ------------------------------------------*/
  .p-cv02 {
    margin: 120px 0;
  }
  .p-cv02-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .p-cv02__tit {
    margin-right: 25px;
    font-weight: 500;
    font-size: 44px;
    font-family: "Noto Serif JP", serif;
  }
  .p-cv02__lead {
    font-weight: 500;
    font-size: 18px;
    font-family: "Noto Serif JP", serif;
  }
  .p-cv02-btn {
    margin: 0 0 0 auto;
  }
  .p-cv02-btn__txt {
    background: url("../img/common/ico_mail01.png") no-repeat right center;
    background-size: 25px;
  }
  @media screen and (max-width: 767px) {
    .p-cv02 {
      padding: 65px 0 70px;
    }
    .p-cv02-inner {
      display: block;
    }
    .p-cv02__tit {
      margin: 0 auto 12px;
      font-size: 30px;
      text-align: center;
    }
    .p-cv02__lead {
      margin: 0 auto 40px;
      font-size: 14px;
      text-align: center;
    }
    .p-cv02-btn {
      margin: 0 auto;
    }
    .p-cv02-btn__txt {
      padding-right: 28px;
      background-size: 18px;
    }
  }


/*------------------------------------------
  .partVoice
  ------------------------------------------*/
  .partVoice {
    padding: 110px 0 115px;
    background: #f2f2f4;
  }
  .partVoice__tit {
    margin-bottom: 80px;
  }
  .partVoice-archive {
    display: flex;
    flex-wrap: wrap;
  }
  .partVoice-archive__item {
    border: 1px solid #232946;
  }
  .partVoice-archive__item a {
    display: block;
    height: 100%;
    padding: 30px 40px 33px;
  }
  .partVoice-archive__item__service {
    display: table;
    padding-bottom: 12px;
    margin: 0 auto 38px;
    border-bottom: 1px solid #232946;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
  }
  .partVoice-archive__item__img {
    display: block;
    width: calc(100% - 30px);
    margin: 0 auto 35px;
  }
  .partVoice-archive__item__tit {
    margin-bottom: 7px;
    line-height: 1.7;
    font-weight: bold;
  }
  .partVoice-archive__item__name {
    display: flex;
    font-size: 14px;
  }
  .partVoice-archive__item__name-bold {
    position: relative;
    flex-shrink: 0;
    margin-right: 8px;
    padding-right: 8px;
  }
  .partVoice-archive__item__name-bold:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 12px);
    background: #232946;
  }
  .partVoice-btn {
    margin-top: 80px;
  }
  @media screen and (min-width: 768px) {
    .partVoice-archive__item {
      width: 23%;
      margin-right: 2.66%;
    }
    .partVoice-archive__item:nth-of-type(4n) {
      margin-right: 0;
    }
    .partVoice-archive__item:nth-of-type(n + 5) {
      margin-top: 50px;
    }
  }
  @media screen and (max-width: 767px) {
    .partVoice {
      padding: 70px 0 75px;
    }
    .partVoice__tit {
      margin-bottom: 45px;
    }
    .partVoice-archive {
      display: block;
    }
    .partVoice-archive__item {
      margin: 0 auto 25px;
    }
    .partVoice-archive__item a {
      padding: 22px 30px;
    }
    .partVoice-archive__item__service {
      margin-bottom: 30px;
      padding-bottom: 3px;
      font-size: 12px;
    }
    .partVoice-archive__item__img {
      width: 100%;
      margin-bottom: 28px;
    }
    .partVoice-archive__item__tit {
      margin-bottom: 4px;
    }
    .partVoice-archive__item__name {
      font-size: 12px;
    }
    .partVoice-btn {
      margin-top: 45px;
    }
  }
