@charset "UTF-8";
/*============================================================================================================
  base
  ============================================================================================================*/
  html {
   font-size: 62.5%;
 }
 @media screen and (min-width: 768px) and (max-width: 1280px) {
  html {
    font-size: 0.78125vw;
  }
}
body {
  color: #232946;
  -webkit-text-size-adjust: 100%;
  line-height: 2;
  letter-spacing: 0.07rem;
  font-size: 1.8rem;
}

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: 1.8rem;
  margin: 0;
  word-wrap: break-word;
}
@media screen and (max-width: 767px) {
  p, li, td, th, dt, dd {
    font-size: 1.6rem;
  }
}
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: 110.0rem;
    }
  }

/*------------------------------------------
  hover
  ------------------------------------------*/
  @media screen and (min-width: 768px) {
    a {
      transition: all 0.3s ease-in-out;
    }
    a:hover {
      opacity: 0.8;
    }
  }
/*============================================================================================================
  .header
  ============================================================================================================*/
  .header-top {
    min-width: 110.0rem;
    position: fixed;
    top: auto;
    left: auto;
    width: 100%;
    height: 8.0rem;
    z-index: 9990;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 8.0rem;
    margin: auto;
  }
  .header__tit {
    max-width: 36%;
    line-height: 1.5;
    font-weight: bold;
    font-size: 1.2rem;
  }
  .header__tit a {
    display: block;
  }

  .global-nav {
  }

  .global-nav-list {
    display: flex;
    justify-content: space-around;
  }

  .global-nav-list li{
    margin: 0 1.5rem;
    line-height: 1.4;
    font-size: 1.4rem;
  }

  .global-nav-list li.btn{
    margin-right: 0;  
  }

  .global-nav-list li.btn a {
    background: #232946;
    padding: 1.5rem 2.0rem;
    color: #fff;
    white-space: nowrap;
  }

  @media screen and (max-width: 130.0rem) and (min-width: 768px) {
    .global-nav-list li {
      font-size: min(1.2vw,1.2rem);
    }
  }

  @media screen and (min-width: 768px) {
    .header__logo {
      width: 16.9rem;
      height: 8.0rem;
      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: 8.0rem;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .header-sns__tit {
      display: flex;
      justify-content: center;
      margin: 0 auto 3rem;
      font-weight: bold;
      font-size: 1.2rem;
    }
    .header-sns__tit span {
      writing-mode: vertical-rl;
    }
    .header-sns-list__item {
      width: 4.0rem;
      height: 4.0rem;
      margin: 0 auto 2.0rem;
    }
    .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: 1.5rem;
    }
    .header-sns-list__item.is-tw img {
      width: 2.6rem;
    }
    .header-sns-list__item.is-ig img {
      width: 2.6rem;
    }
    .header-sns-list__item.is-yt img {
      width: 2.6rem;
    }
    .header-line {
      background: rgba(255, 255, 255, 0.7);
      position: fixed;
      z-index: 9989;
      top: 0;
      right: 0;
      width: 8.0rem;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: bold;
      font-size: 1.4rem;
      writing-mode: vertical-rl;
    }
    .header-line a {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 4.0rem 1rem 0;
      background: url("../img/common/ico_phone01.png") no-repeat center top;
      background-size: 1.8rem;
    }
  }
  @media screen and (max-width: 767px) {
    .header-top {
      right: 0;
      left: 0;
      height: 5.0rem;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: left;
      min-width: 0;
    }
    .header__tit {
      max-width: 70%;
      font-size: 1rem;
      height: 5.0rem;
      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: 5.0rem;
      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: 1.2rem;
    padding: 2.0rem 8.0rem;
    background: #f6f6f6;
  }
  @media screen and (max-width: 767px) {
    .breadcrumbs {
      margin: 1rem auto 1rem;
      font-size: 1rem;
      white-space: nowrap;
      overflow: auto;
    }
  }
/*============================================================================================================
  .nav
  ============================================================================================================*/
  .nav {
    display: none;
    position: fixed;
    z-index: 9991;
    width: 48.0rem;
    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: 2.0rem;
  }
  .nav-list__item a {
    display: block;
    padding: 1rem 0;
  }
  .nav-list__item .sub-menu > .menu-item {
    position: relative;
    padding-left: 2.2rem;
  }
/*  .nav-list__item .sub-menu > .menu-item::before {
    content: "";
    position: absolute;
    left: .4rem;
    top: 2.4rem;
    width: .8rem;
    height: .8rem;
    border-left: .1rem solid #fff;
    border-bottom: .1rem 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: 7.0rem 3rem 4.5rem;
        display: block;
      }
      .nav-list {
        margin: 0 auto 2.5rem;
      }
      .nav-list__item {
        font-size: 1.6rem;
      }
      .nav-list__item a {
        padding: .4rem 0;
      }
      .nav-sns {
        margin: 0 auto 4.0rem;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .nav-sns__tit {
        margin-right: 1rem;
        color: #fff;
        font-weight: bold;
        font-size: 1.2rem;
      }
      .nav-sns-list {
        display: flex;
      }
      .nav-sns-list__item {
        width: 4.0rem;
        height: 4.0rem;
        margin-right: .5rem;
      }
      .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: 1.6rem;
      }
      .nav-sns-list__item.is-tw img {
        width: 3rem;
      }
      .nav-sns-list__item.is-ig img {
        width: 3rem;
      }
      .nav-sns-list__item.is-yt img {
        width: 3rem;
      }
      .nav-line {
        width: 100%;
        color: #fff;
        font-weight: bold;
        font-size: 1.6rem;
        text-align: center;
        border: .1rem solid #fff;
      }
      .nav-line a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 6.0rem;
      }
      .nav-line a span {
        padding: 0 0 0 2.4rem;
        background: url("../img/common/ico_phone02.png") no-repeat left .7rem;
        background-size: 1.2rem;
      }
    }

    .navBtn {
      overflow: hidden;
      cursor: pointer;
      position: fixed;
      z-index: 9992;
      top: 0;
      right: 0;
      width: 8.0rem;
      height: 8.0rem;
      text-align: center;
      border: none;
    }
    .navBtn span {
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      width: 3rem;
      height: .1rem;
      margin: auto;
      background-color: #232946;
      transition: all 0.3s ease-in-out;
    }
    .navBtn span:nth-of-type(1) {
      top: 2.8rem;
    }
    .navBtn span:nth-of-type(2) {
      top: 0;
      bottom: 0;
      margin: auto;
    }
    .navBtn span:nth-of-type(3) {
      bottom: 2.8rem;
    }
    .navBtn.is-close span {
      background: #fff;
    }
    .navBtn.is-close span:nth-of-type(1) {
      transform: translateY(1.1rem) rotate(-45deg);
    }
    .navBtn.is-close span:nth-of-type(2) {
      left: 50%;
      opacity: 0;
    }
    .navBtn.is-close span:nth-of-type(3) {
      transform: translateY(-1.2rem) rotate(45deg);
    }
    @media screen and (max-width: 767px) {
      .navBtn {
        width: 5.0rem;
        height: 5.0rem;
      }
      .navBtn span {
        width: 2.5rem;
      }
      .navBtn span:nth-of-type(1) {
        top: 1.5rem;
      }
      .navBtn span:nth-of-type(3) {
        bottom: 1.5rem;
      }
      .navBtn.is-close span:nth-of-type(1) {
        transform: translateY(1rem) rotate(-45deg);
      }
      .navBtn.is-close span:nth-of-type(3) {
        transform: translateY(-.9rem) rotate(45deg);
      }
    }

/*============================================================================================================
  .footer
  ============================================================================================================*/
  .footer {
    /* padding: 0 8.0rem; */
  }
  .footer-inner {
    /* padding: 7.0rem 0 7.5rem;
    border-top: .1rem solid #232946;
    border-bottom: .1rem solid #232946;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; */
  }
  .footer-info {
    /* width: 40%; */
  }

  .footer__tit {
    margin-bottom: .5rem;
    font-weight: bold;
  }
  .footer__address {
    font-size: 1.4rem;
  }

  .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: 1.4rem;
    text-align: center;
    padding: 1em 0;
  }
  @media screen and (max-width: 767px) {
    .footer {
      /* padding: 0 1.5rem; */
    }
    .footer-inner {
      /* display: block;
      padding: 3.5rem 1.5rem 5.0rem; */
    }
    .footer-info {
      /* margin: 0 auto 3rem;
      width: 100%; */
    }
    .footer__tit {
      font-size: 1.6rem;
      text-align: center;
    }
    .footer__address {
      font-size: 1.2rem;
      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: 1rem;
      text-align: center;
    }
  }

/*  pagetop 
------------------------------------------*/
.pagetop {
  display: none;
  position: fixed;
  width: 4.0rem;
  z-index: 9990;
  right: 2.0rem;
  bottom: 2.0rem;
  font-weight: bold;
  font-size: 1.2rem;
}
.pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3.5rem 0 0;
  background: url("../img/common/ico_arrow01.png") no-repeat left 2.0rem top .5rem;
  background-size: .5rem;
}
.pagetop span {
  line-height: 1;
  width: 1.6rem;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .pagetop a:hover {
    opacity: 1;
    background-position: left 2.0rem top;
  }
}
@media screen and (max-width: 767px) {
  .pagetop {
    right: 0;
    bottom: 0;
    width: 3rem;
    font-size: 1rem;
  }
  .pagetop a {
    padding: 3rem 0 .5rem;
    background-position: left 1.4rem top;
  }
  .pagetop span {
    width: 1rem;
  }
}

/*============================================================================================================
  .contents (common)
  ============================================================================================================*/
  .contents {
    padding: 0;
    overflow-x: hidden;
  }
  @media screen and (max-width: 767px) {
    .contents {
      padding: 0;
    }
  }

/*==========================================
  .main
  ==========================================*/

  main.main{
    position: relative;
  }

/*============================================================================================================
  component
  ============================================================================================================*/
/*------------------------------------------
  inner
  ------------------------------------------*/
  .c-inner01 {
    width: 100%;
    max-width: 144.0rem;
    margin: 0 auto;
    padding-left: 8.0rem;
    padding-right: 8.0rem;
  }
  @media screen and (max-width: 767px) {
    .c-inner01 {
      padding-left: 3rem;
      padding-right: 3rem;
    }
  }

  .c-inner02 {
    width: 100%;
    max-width: 168.0rem;
    margin: 0 auto;
    padding-left: 8.0rem;
    padding-right: 8.0rem;
  }
  @media screen and (max-width: 767px) {
    .c-inner02 {
      padding-left: 3rem;
      padding-right: 3rem;
    }
  }

/*------------------------------------------
  tit
  ------------------------------------------*/
  .c-tit01 {
    position: relative;
    padding: 0 0 3.3rem;
    font-weight: 500;
    font-size: 2.0rem;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    margin: 0 0 7.0rem 0;
  }
  .c-tit01:before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    display: block;
    width: 6.0rem;
    height: .1rem;
    background: #232946;
  }
  .c-tit01__en {
    line-height: 1;
    display: block;
    margin: 0 auto 1.5rem;
    font-size: 4.4rem;
    letter-spacing: .2rem;
  }
  .c-tit01__en-small {
    font-size: 3.4rem;
  }
  @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: 2.5rem;
      font-size: 1.4rem;
    }
    .c-tit01:before {
      width: 4.0rem;
    }
    .c-tit01__en {
      margin-bottom: 1rem;
      font-size: 3rem;
    }
    .c-tit01__en-small {
      font-size: 2.4rem;
    }
  }

/*------------------------------------------
  btn
  ------------------------------------------*/
  .c-btn01 {
    width: 100%;
    max-width: 28.0rem;
    margin: 0 auto;
    line-height: 1.4;
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
  }
  .c-btn01 a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 7.0rem;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, #232946 50%, #343d68 50%);
  }
  .c-btn01__txt {
    padding: 0 4.0rem 0 .5rem;
    background: url("../img/common/ico_arrow03.png") no-repeat right .5rem center;
    background-size: 2.0rem;
    transition: all 0.3s ease-in-out;
  }
  .c-btn01.is-white a {
    border: .1rem 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: 1.6rem;
    }
    .c-btn01 a {
      height: 6.0rem;
    }
    .c-btn01__txt {
      padding: 0 3.5rem 0 .5rem;
      background-size: 1.8rem;
    }
  }

/*------------------------------------------
  table
  ------------------------------------------*/
  .c-table01 {
    border-top: .1rem solid #232946;
  }
  .c-table01 th, .c-table01 td {
    padding: 3.8rem 4.0rem;
    border-bottom: .1rem solid #232946;
  }
  .c-table01 th {
    width: 24.0rem;
    background: #e9e9ec;
    font-weight: bold;
  }
  @media screen and (max-width: 767px) {
    .c-table01 th, .c-table01 td {
      display: block;
      width: 100%;
      padding: 1.5rem 1.5rem;
    }
  }

/*============================================================================================================
  project
  ============================================================================================================*/

/*------------------------------------------
  .top-mv01
  ------------------------------------------*/

  .top-mv01{
    width: calc(100% - 16.0rem);
    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 - 8.0rem);
    }
    .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: 2.0rem;
    }
  }
/*------------------------------------------
  .p-mv01
  ------------------------------------------*/
  .p-mv01 {
    position: relative;
    width: calc(100% - 16.0rem);
    height: calc(100vh - 27.6rem);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5.0rem auto 5.0rem;
  }
  .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: 5.5rem 8.5rem;
    color: #fff;
    font-weight: 500;
    font-size: 4.4rem;
    text-align: center;
    line-height: 1.6;
    letter-spacing: .8rem;
  }
  .p-mv01__tit:before, .p-mv01__tit:after {
    position: absolute;
    content: "";
    display: block;
    width: 6.0rem;
    height: 6.0rem;
    border-top: .1rem solid #fff;
    border-left: .1rem 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% - 16.0rem);
    display: flex;
    justify-content: flex-end;
    margin: auto;
    font-size: 1rem;
    left: 0;
    right: 0;
    padding: .2rem;
    position: absolute;
    top: 0;
    z-index: 10;
  }

  @media screen and (max-width: 767px) {
    .p-mv01 {
      width: 100%;
      height: auto;
      min-height: 50.0rem;
      padding: 1rem;
      margin-bottom: 2.0rem;
    }

    .p-mv01-titBox {
      width: 100%;
      max-width: 38.0rem;
    }
    .p-mv01__tit {
      min-height: .0rem;
      padding: 3rem 1.5rem;
      font-size: 2.5rem;
      line-height: 1.5;
      letter-spacing: .3rem;
    }
    .p-mv01__tit:before, .p-mv01__tit:after {
      width: 3rem;
      height: 3rem;
    }

    .p-mv01__tit-small {
      width: 100%;
      display: flex;
      justify-content: flex-end;
      margin: auto;
      font-size: 1rem;
      top: .5rem;
      left: 0;
      right: 0;
      padding: .2rem;
    }
  }

/*------------------------------------------
  .p-mv02
  ------------------------------------------*/
  .p-mv02 {
    width: calc(100% - 16.0rem);
    padding: 8.0rem;
    margin: 0 auto;
  }
  .p-mv02-titBox {
    display: table;
    margin: 0 auto;
  }
  .p-mv02__tit {
    position: relative;
    padding: 5.5rem 8.5rem;
    font-weight: 500;
    font-size: 4.4rem;
    text-align: center;
    line-height: 1.6;
    letter-spacing: .8rem;
  }
  .p-mv02__tit:before, .p-mv02__tit:after {
    position: absolute;
    content: "";
    display: block;
    width: 6.0rem;
    height: 6.0rem;
    border-top: .1rem solid #232946;
    border-left: .1rem 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% - 3rem);
      padding: 4.5rem 1.5rem;
    }
    .p-mv02-titBox {
      width: 100%;
      max-width: 40.0rem;
    }
    .p-mv02__tit {
      padding: 2.0rem 1.5rem;
      font-size: 2.5rem;
      line-height: 1.5;
      letter-spacing: .3rem;
    }
    .p-mv02__tit:before, .p-mv02__tit:after {
      width: 3rem;
      height: 3rem;
    }
  }

/*------------------------------------------
  .p-breadcrumbs01
  ------------------------------------------*/
  .p-breadcrumbs01 {
    margin: 0 auto 10.0rem;
    padding: 1.5rem 8.0rem;
  }
  .p-breadcrumbs01-list {
    display: flex;
    flex-wrap: wrap;
  }
  .p-breadcrumbs01-list__item {
    margin-right: .7rem;
    font-weight: bold;
    font-size: 1.2rem;
  }
  .p-breadcrumbs01-list__item:last-of-type {
    margin-right: 0;
  }
  .p-breadcrumbs01-list__item a {
    position: relative;
    display: block;
    padding: 0 .7rem 0 0;
  }
  .p-breadcrumbs01-list__item a:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    display: block;
    width: .1rem;
    height: 1rem;
    background: #232946;
    transform: rotate(15deg);
  }
  @media screen and (max-width: 767px) {
    .p-breadcrumbs01 {
      margin-bottom: 5.5rem;
      padding: 1rem 1.5rem;
    }
    .p-breadcrumbs01-list__item {
      font-size: 1rem;
    }
  }

/*------------------------------------------
  .p-blog01
  ------------------------------------------*/
  .p-blog01 {
    padding: 10.5rem 0 11.5rem;
  }
  .p-blog01-inner {
    width: 100%;
    max-width: 135.5rem;
    padding: 0 8.0rem;
    margin: 0 auto;
  }
  .p-blog01__tit {
    margin-bottom: 8.0rem;
  }
  .p-blog01-archive {
    display: flex;
    flex-wrap: wrap;
  }
  .p-blog01-archive__item a {
    display: block;
  }
  .p-blog01-archive__item-imgBox {
    margin: 0 auto 1.7rem;
    height: 14vw;
    max-height: 18.0rem;
  }
  .p-blog01-archive__item-imgBox img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    border: .1rem solid #eee;
  }
  .p-blog01-archive__item__tit {
    margin-bottom: 1.2rem;
    line-height: 1.6;
    font-weight: bold;
    font-size: 1.6rem;
  }
  .p-blog01-archive__item-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1.3rem;
  }
  .p-blog01-archive__item__date {
    margin-right: 1rem;
    color: #999;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .p-blog01-archive__item__tag {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
    padding: .2rem 1.2rem;
    font-size: 1.4rem;
    text-align: center;
    border: .1rem solid #ccc;
  }
  .p-blog01-archive__item__more {
    display: table;
    padding: 0 3rem 0 0;
    background: url("../img/common/ico_arrow02.png") no-repeat right .5rem center;
    background-size: 2.0rem;
    font-weight: bold;
    font-size: 1.4rem;
    transition: all 0.3s ease-in-out;
  }
  .p-blog01-btn {
    margin-top: 2.5rem;
  }
  @media screen and (min-width: 768px) {
    .p-blog01-archive__item {
      width: 23.5%;
      margin-right: 2%;
      margin-bottom: 5.0rem;
    }
    .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: 7.0rem 0 7.5rem;
    }
    .p-blog01-inner {
      padding: 0 3rem;
    }
    .p-blog01__tit {
      margin-bottom: 4.5rem;
    }
    .p-blog01-archive {
      display: block;
      padding: 0 3rem;
    }
    .p-blog01-archive__item {
      margin: 0 auto 2.5rem;
    }
    .p-blog01-archive__item:last-of-type {
      margin-bottom: 0;
    }
    .p-blog01-archive__item-imgBox {
      margin-bottom: 1rem;
      height: auto;
      max-height: initial;
    }
    .p-blog01-archive__item__tit {
      font-size: 1.4rem;
    }
    .p-blog01-archive__item-meta {
      margin-bottom: .7rem;
    }
    .p-blog01-archive__item__date {
      margin-right: 1.2rem;
      font-size: 1.2rem;
    }
    .p-blog01-archive__item__tag {
      padding: .3rem .8rem;
      font-size: 1.2rem;
    }
    .p-blog01-archive__item__more {
      padding-right: 3.2rem;
      background-size: 1rem;
      font-size: 1.2rem;
    }
    .p-blog01-btn {
      margin-top: 4.0rem;
    }
  }

/*------------------------------------------
  .p-sns01
  ------------------------------------------*/
  .p-sns01 {
    position: relative;
    padding: 11rem 0 0;
    margin: 0 0 12.0rem;
  }
  .p-sns01:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 13.4rem);
    background: #f2f2f4;
  }
  .p-sns01__tit {
    margin-bottom: 8.0rem;
  }
  .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: 7.0rem;
    width: 100%;
    max-width: 28.0rem;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, #232946 50%, #343d68 50%);
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    transition: all 0.3s ease-in-out;
  }
  .p-sns01-list__item-btn__txt {
    padding: 0 4.0rem 0 .5rem;
    background: url("../img/common/ico_arrow03.png") no-repeat right .5rem center;
    background-size: 2.0rem;
    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: 7.0rem 0 7.5rem;
    }
    .p-sns01:before {
      height: calc(100% - 15.0rem);
    }
    .p-sns01__tit {
      margin-bottom: 4.5rem;
    }
    .p-sns01-list {
      display: block;
    }
    .p-sns01-list__item {
      margin: 0 auto 1.5rem;
    }
    .p-sns01-list__item:last-of-type {
      margin-bottom: 0;
    }
    .p-sns01-list__item-btn {
      width: 80%;
      max-width: 22.5rem;
      height: 5.0rem;
      font-size: 1.4rem;
    }
    .p-sns01-list__item-btn__txt {
      padding: 0 3.5rem 0 .5rem;
      background-size: 1.8rem;
    }
  }

/*------------------------------------------
  .p-cv01
  ------------------------------------------*/
  .p-cv01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 16.0rem);
    max-width: 128rem;
    margin: 0 auto;
    padding: 4.0rem;
    background: #232946;
  }
  .p-cv01__tit {
    width: 28%;
    color: #fff;
    font-weight: 500;
    font-size: 3.6rem;
    text-align: center;
    font-family: "Noto Serif JP", serif;
  }
  .p-cv01-txtBox {
    width: 68.5%;
    padding-left: 6.0rem;
    border-left: .1rem solid #fff;
  }
  .p-cv01-txtBox__txt {
    color: #fff;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
  }
  .p-cv01-txtBox-btn {
    max-width: 32.0rem;
    margin: 2.5rem auto 0 0;
  }
  .p-cv01.is-contact .p-cv01__tit {
    padding-top: 3.5rem;
    background: url("../img/common/ico_mail01.png") no-repeat center top;
    background-size: 3rem;
  }
  .p-cv01.is-line .p-cv01__tit {
    background-size: 2.0rem;
  }
  @media screen and (max-width: 767px) {
    .p-cv01 {
      display: block;
      width: 100%;
      padding: 3rem;
    }
    .p-cv01__tit {
      width: 100%;
      font-size: 2.8rem;
      margin: 0 auto 2.5rem;
    }
    .p-cv01-txtBox {
      width: 100%;
      padding: 2.0rem 0 0;
      border-left: none;
      border-top: .1rem solid #fff;
    }
    .p-cv01-txtBox-btn {
      max-width: none;
    }
    .p-cv01.is-contact .p-cv01__tit {
      padding-top: 3rem;
    }
    .p-cv01.is-line .p-cv01__tit {
      padding-top: 3.7rem;
    }
  }

/*------------------------------------------
  .p-cv02
  ------------------------------------------*/
  .p-cv02 {
    margin: 12.0rem 0;
  }
  .p-cv02-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .p-cv02__tit {
    margin-right: 2.5rem;
    font-weight: 500;
    font-size: 4.4rem;
    font-family: "Noto Serif JP", serif;
  }
  .p-cv02__lead {
    font-weight: 500;
    font-size: 1.8rem;
    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: 2.5rem;
  }
  @media screen and (max-width: 767px) {
    .p-cv02 {
      padding: 6.5rem 0 7.0rem;
    }
    .p-cv02-inner {
      display: block;
    }
    .p-cv02__tit {
      margin: 0 auto 1.2rem;
      font-size: 3rem;
      text-align: center;
    }
    .p-cv02__lead {
      margin: 0 auto 4.0rem;
      font-size: 1.4rem;
      text-align: center;
    }
    .p-cv02-btn {
      margin: 0 auto;
    }
    .p-cv02-btn__txt {
      padding-right: 2.8rem;
      background-size: 1.8rem;
    }
  }


/*------------------------------------------
  .partVoice
  ------------------------------------------*/
  .partVoice {
    padding: 11rem 0 11.5rem;
    background: #f2f2f4;
  }
  .partVoice__tit {
    margin-bottom: 8.0rem;
  }
  .partVoice-archive {
    display: flex;
    flex-wrap: wrap;
  }
  .partVoice-archive__item {
    border: .1rem solid #232946;
  }
  .partVoice-archive__item a {
    display: block;
    height: 100%;
    padding: 3rem 4.0rem 3.3rem;
  }
  .partVoice-archive__item__service {
    display: table;
    padding-bottom: 1.2rem;
    margin: 0 auto 3.8rem;
    border-bottom: .1rem solid #232946;
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
  }
  .partVoice-archive__item__img {
    display: block;
    width: calc(100% - 3rem);
    margin: 0 auto 3.5rem;
  }
  .partVoice-archive__item__tit {
    margin-bottom: .7rem;
    line-height: 1.7;
    font-weight: bold;
  }
  .partVoice-archive__item__name {
    display: flex;
    font-size: 1.4rem;
  }
  .partVoice-archive__item__name-bold {
    position: relative;
    flex-shrink: 0;
    margin-right: .8rem;
    padding-right: .8rem;
  }
  .partVoice-archive__item__name-bold:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    display: block;
    width: .1rem;
    height: calc(100% - 1.2rem);
    background: #232946;
  }
  .partVoice-btn {
    margin-top: 8.0rem;
  }
  @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: 5.0rem;
    }
  }
  @media screen and (max-width: 767px) {
    .partVoice {
      padding: 7.0rem 0 7.5rem;
    }
    .partVoice__tit {
      margin-bottom: 4.5rem;
    }
    .partVoice-archive {
      display: block;
    }
    .partVoice-archive__item {
      margin: 0 auto 2.5rem;
    }
    .partVoice-archive__item a {
      padding: 2.2rem 3rem;
    }
    .partVoice-archive__item__service {
      margin-bottom: 3rem;
      padding-bottom: .3rem;
      font-size: 1.2rem;
    }
    .partVoice-archive__item__img {
      width: 100%;
      margin-bottom: 2.8rem;
    }
    .partVoice-archive__item__tit {
      margin-bottom: .4rem;
    }
    .partVoice-archive__item__name {
      font-size: 1.2rem;
    }
    .partVoice-btn {
      margin-top: 4.5rem;
    }
  }
