@charset "utf-8";



.p-about-index .wpb_column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.p-about-index .upb_row_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0
}
/* .upb_row_bg::before{
  background-position: 50% 0 !important;
} */

.p-about-index html.ult-remove-fixed-background .upb_row_bg {
  background-attachment: scroll!important
}

.p-about-index .about-wrapper h2{
  color:#bea773;
  font-size:24px;
  margin-bottom:14px;
  font-weight:bold;
}
.p-about-index .about-wrapper h2 small{
  color:#bea773;
  font-size:12px;
  display:block;
  margin-top:6px;
}
.p-about-index .about-wrapper .textsec .main-word{
  color:#bda672;
}

.p-about-index .title {
  color: #cfc29d;
  font-family: "Montserrat_bold";
  font-size: 50px;
  font-weight: normal;
  padding: 316px 0 80px;
}
.p-about-index .subtitle {
  text-align: center;
  font-size: 30px;
  font-family: "Montserrat";
  font-weight: normal;
  margin: 0 auto 40px;
  color: #000;
  line-height: 24.61px;
}
.p-about-index .star i{
  font-size: 16px !important;
}
.p-about-index .aio-icon.none {
  vertical-align: top !important;
  margin-top: 2px;
}
.p-about-index .uvc-main-heading.ult-responsive {
  margin-top: 175px;
  margin-bottom: 40px;
}
.p-about-index p.main-text {
  font-size: 16px;
  line-height: 210%;
}
.p-about-index h3 {
  font-size: 20px !important;
  line-height: 29.53px !important;
  margin: 20px;
  font-family: "Montserrat";
  font-weight: normal;
}
.p-about-index p.main-text {
  color: #000;
  text-align: start !important;
}
.p-about-index #main {
  padding: 0 !important;
}
.p-about-index #page-body {
  margin-bottom: 40px;
}
.p-about-index .how-to-use {
}
.p-about-index .item-container-wrapper {
  display: flex;
  flex-flow: wrap;
  justify-content: space-evenly;
  margin: 0px 17px 40px;
}
.p-about-index .main-text-container {
  width: 67%;
  margin: 12px auto 70px;
}
.p-about-index p.main-text {
  font-size: 16px;
  line-height: 210%;
}
.p-about-index .item-title-container {
  text-align: center;
  padding-bottom: 35px;
}



.p-about-index .head-border {
  position: relative;
  display: inline-block;
  padding: 0 80px;
}

.p-about-index .head-border:before,
.p-about-index .head-border:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 65px;
  height: 1px;
  background-color: #c6c6c6;
}

.p-about-index .head-border:before {
  left: 0;
}

.p-about-index .head-border:after {
  right: 0;
}
.p-about-index .upb_row_bg.vcpb-vz-jquery{
  background-size: 120% !important;
}
.p-about-index .head-border img {
  width: 19px;
}
.p-about-index .grayscale {  
  filter: invert(20%) sepia(0%) saturate(11%) hue-rotate(143deg) brightness(101%) contrast(93%); 
}



@media (max-width: 767px) {
  .p-about-index .upb_row_bg.vcpb-vz-jquery {
    background-size: 225% !important;
  }
  .p-about-index .title {
    font-size: 25px;
    padding: 153px 0 80px;
  }
  .p-about-index .subtitle {
    font-size: 20px;
    margin: 0 auto;
  }
  .p-about-index h3 {
    font-size: 15px !important;
  }
  .p-about-index p.main-text {
    font-size: 12px;
    line-height: 210%;
  }
  .p-about-index i.fas.fa-star {
    font-size: 5px;
  }
  .p-about-index .uvc-main-heading.ult-responsive {
    margin-bottom: 13px;
    margin-top: 56px;
  }
  .p-about-index #content .wpb_text_column :last-child {
    margin: 0;
  }
  .p-about-index .wpb_content_element {
    margin-bottom: 20px !important;
  }
  .p-about-index .vc_grid.vc_row.vc_grid-gutter-15px .vc_pageable-slide-wrapper {
    margin-right: 0 !important;
  }
  .p-about-index #page-body {
    padding-bottom: 0;
  }
  .p-about-index #main > .wf-wrap {
    padding: 0 20px 0 20px;
  }
  .p-about-index .main-text-container {
    width: 98%;
    margin: 12px auto 53px;
  }
  .p-about-index h3 {
    margin: 7px;
  }
  .p-about-index .item-title-container {
    padding-bottom: 17px;
  }
  .p-about-index h3 {
    font-family: "Montserrat_bold";
  }
  .p-about-index .head-border:before, .p-about-index .head-border:after {
    width: 35px;
  }
  .p-about-index .head-border {
    padding: 0 40px;
  }
  .p-about-index .head-border img {
    width: 14px;
    padding-bottom: 3px;
  }
}

/** 
 * 
 * DH_FRONT_DEPT-6159 レイアウト調整
 * large
*/
@media ( min-width: 960px ) {
  .p-about-index .item-container-wrapper {
    margin: 0px 24px 43px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0px 18px;
  }
}

@media ( min-width: 768px ) {
  .p-about-index .title {
    padding: 314px 0 80px;
    margin: -2px 0 0;
    font-size: 48px;
    letter-spacing: .2px;
  }
  .p-about-index .uvc-main-heading.ult-responsive {
    margin-top: 176px;
  }
  .p-about-index .subtitle {
    letter-spacing: .8px;
  }
  .p-about-index .head-border {
    top: -15px;
  }
  .p-about-index .head-border:before,
  .p-about-index .head-border:after {
    width: 70px;
  }
  .p-about-index .head-border:before {
    left: -4px;
  }
  .p-about-index .head-border:after {
    right: -4px;
  }
  .p-about-index .main-text-container {
    width: 66.2%;
    margin: 10px auto 72px;
  }
  .p-about-index p.main-text {
    letter-spacing: .43px;
  }
  .p-about-index .item-container-wrapper {
    justify-content: space-between;
    padding: 0 24px;
    margin: 0px 0 43px;
  }
  .p-about-index h3 {
    margin: 23px 20px 18px;
    letter-spacing: .5px;
  }
  .p-about-index .how-to-use {
    font-weight: normal;
    margin-top: 22px;
    letter-spacing: .2px;
  }
}
/** 
 * 
 * DH_FRONT_DEPT-6159 レイアウト調整
 * small
*/
@media ( max-width: 767px ) {
  .p-about-index .title {
    margin-top: -12px;
    letter-spacing: -.52px;
  }
  .p-about-index .subtitle {
    letter-spacing: .54px;
  }
  .p-about-index .head-border:before {
    left: -2px;
  }
  .p-about-index .head-border:after {
    right: -2px;
  }
  .p-about-index .head-border img {
    width: 9px;
  }
  .p-about-index .main-text-container {
    width: auto;
    margin: 10px auto 55px;
    padding: 0 4px;
    letter-spacing: .1px;
  }
  .p-about-index .item-container-wrapper {
    padding: 0 2px;
    margin: 0px 0 40px;
  }
  .p-about-index h3 {
    margin: 5px 7px 7px;
    font-family: "Montserrat";
    font-weight: normal;
    letter-spacing: .52px;
  }
  .p-about-index .how-to-use {
    font-weight: normal;
    letter-spacing: .2px;
  }
}

.item-image7 {
  width: 400px;
}