/*-----------------------------------
  ★ 共通設定 ★
------------------------------------*/
/*----- H1 -----*/
.heading-bottom::after {
  content: "";
  display: inline-block;
  border-top-style: solid;
  border-color: inherit;
  width: 5rem;
  border-top-width: 5px;
  padding-bottom: 4%;
}

.brd-primary {
  text-align: center;
  border-color: #208bac !important;
}

/* PC */
@media (min-width: 768px) {
  .section-h_title {
    color: #333;
    font-size: 2.3rem;
    text-transform: uppercase;
    font-family: Georgia, 'Times New Roman', Times, serif, -apple-system, BlinkMacSystemFont;
  }
  .section-h_subtitle {
    color: #208bac;
    font-size: 1rem;
    font-weight: 600;
    padding-top: 2%;
  }
}

/* SP */
@media (max-width: 768px) {
  .section-h_title {
    color: #333;
    font-size: 2rem;
    text-align: center;
    text-transform: uppercase;
    font-family: Georgia, 'Times New Roman', Times, serif, -apple-system, BlinkMacSystemFont;
  }
  .section-h_subtitle {
    color: #208bac;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    padding-top: 4%;
  }
}

/*----- H2 -----*/
.section-h2_title {
  position: relative;
  display: inline-block;
  color: #525252;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0 55px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: Georgia, 'Times New Roman', Times, serif, -apple-system, BlinkMacSystemFont;
}

.section-h2_title:before,
.section-h2_title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #919191;
}

.section-h2_title:before {
  left:0;
}

.section-h2_title:after {
  right: 0;
}

.section-h2_subtitle {
  font-size: 1rem;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 20px;
  margin-left: 5px;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic;
}


/*------------------------------------
  ★ INTRO TOP ★
------------------------------------*/
.intro  {
  position: relative;
}

/* PC */
@media (min-width: 768px) {
  .intro-height  {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}

/* SP */
@media (max-width: 768px) {
  .intro-height  {
    position: absolute !important;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}


/*-----------------------------------
  ★ BUSINESS ACTIVITIES section ★
------------------------------------*/
.business-section {
  padding: 2rem 0rem 5rem 0rem;
  background-color: #f9f9f9;
}

.content-title {
  text-align: center;
  font-size: 2.62857rem !important;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Georgia, 'Times New Roman', Times, serif, -apple-system, BlinkMacSystemFont;
  margin: 1rem 0em;
}

.l-spacing-3 {
  letter-spacing: -3px;
}

.jp {
  font-size: 1.62857rem !important;
  font-family: Georgia, 'Times New Roman', Times, serif, -apple-system, BlinkMacSystemFont;
  font-weight: 700;
  margin: 0rem 0rem;
}

/*----- info-v3-3 -----*/
/* SP */
.info-v3-3-sp-h  {
  height: 230px;
  margin-bottom: 1rem;
}

.info-v3-3 {
  overflow: hidden;
}

.info-v3-3:hover .info-v3-3__title {
  text-transform: uppercase;
  font-family: Georgia, 'Times New Roman', Times, serif, -apple-system, BlinkMacSystemFont;
  color: #fff;
}

.info-v3-3:hover .info-v3-3__img,
.info-v3-3:hover .info-v3-3__description {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.info-v3-3:hover::after {
  opacity: 1;
}

.info-v3-3::after {
  opacity: 0;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}

/* Image */
.info-v3-3__img {
  -webkit-transform: translate3d(70%, 0, 0);
          transform: translate3d(70%, 0, 0);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

/* Description */
.info-v3-3__description {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translate3d(-20%, 0, 0);
          transform: translate3d(-20%, 0, 0);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  z-index: 1;
}

.g-bg-offwhite {
  background-color: #ffffff !important;
  -webkit-box-shadow: 2px 5px 5px 2px rgba(0, 0, 0, 0.09);
          box-shadow: 2px 5px 5px 2px rgba(0, 0, 0, 0.09);
}

.g-bg-cover {
  position: relative;
}

.g-bg-cover::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.g-flex-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.g-flex-middle-item {
  margin-top: auto;
  margin-bottom: auto;
}

.g-bg-primary-opacity-0_8--after::after {
  background-color: rgba(56, 83, 84, 0.8) !important;
}

.g-color-gray-dark-v3 {
  color: #555 !important;
}

.g-color-white--hover:hover {
  color: #fff !important;
}

.g-pa-30 {
  padding: 2.14286rem !important;
}

.g-line-height-1 {
  line-height: 1 !important;
}

.g-mb-20 {
  margin-bottom: 1.42857rem !important;
}

.g-color-gray-dark-v2 {
  color: #333 !important;
}

.g-color-white--hover:hover {
  color: #fff !important;
}

.g-text-underline--none--hover:focus, .g-text-underline--none--hover:hover {
  text-decoration: none;
}

.g-transition-0_3 {
  -webkit-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
}

.g-transition-0_3::before, .g-transition-0_3::after {
  -webkit-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
}

svg.g-transition-0_3 path,
svg.g-transition-0_3 polygon {
  -webkit-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
}


/*-----------------------------------
  ★ News section ★
------------------------------------*/
.news-section {
  background-color: #f8f8f8;
  padding: 3rem 0 3rem 0;
}

.u-shadow-v1 {
  position: relative;
  margin-bottom: 2.14286rem;
  -webkit-box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.09);
          box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.09);
}

/*----- posted date -----*/
.area-posted {
  position: absolute!important;
  width: 60px;
  height: 65px;
  background-color: rgba(43, 186, 191, 0.8);
  padding: 0.71429rem 1.07143rem;
  position: absolute;
  top: 50%;
  left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.posted-date {
  color: #fff;
  font-size: 1rem;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Tahoma', serif, -apple-system, BlinkMacSystemFont;
}

.brd-posted {
  border-color: #fff;
  margin: 0.4rem 0rem;
}

.bg-newstitle {
  min-height: 65px;
  background-color: rgb(255, 255, 255);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 5.5rem;
  padding-right: 1rem;
}

/*----- TEXT -----*/
.pun-link-c1 {
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.2;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic;
  -webkit-transition-duration: .1s;
       -o-transition-duration: .1s;
          transition-duration: .1s;
  -webkit-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

.pun-link-c1:hover, 
.pun-link-c1:focus {
  color: #2cbbc0;
  text-decoration: none;
}

.pun-link-c2 {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic;
  -webkit-transition-duration: .1s;
       -o-transition-duration: .1s;
          transition-duration: .1s;
  -webkit-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

.pun-link-c2:hover, 
.pun-link-c2:focus {
  color: #2cbbc0;
  text-decoration: none;
}


/*------------------------------------
  ★ CONTACT US section ★
------------------------------------*/
.contact-section {
  background-color: #e5e5e5;
  padding: 3rem 0 3rem 0;
}

.bg-dark-c {
  background-color: #5a6566;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

/*----- boder & padding margin &icon -----*/
/* PC */
@media (min-width: 768px) {
  .area-pd-contact {
    padding: 2.28571rem 0rem;
    text-align: center;
  }
  .brd-left {
    border-left: dotted 1px transparent;
    border-color: rgb(111, 122, 122);
  }
  .icon-size-contact {
    color: rgb(32, 164, 173);
    font-size: 4rem;
    margin: 1.5rem 0rem;
  }
}

/* SP */
@media (max-width: 768px) {
  .area-pd-contact {
    text-align: center;
    padding: 1rem 0rem;
  }
  .brd-bottom {
    border-bottom: dotted 1px transparent;
    border-color: rgb(111, 122, 122);
  }
  .icon-size-contact {
    color: rgb(32, 164, 173);
    font-size: 2.5rem;
    margin: 1rem 0rem;
  }
}

/*----- text -----*/
.Inquiry-type-text {
  color: #ffffff;
  font-size: 1rem;
  margin-bottom: 0rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

.Inquiry-type-sub {
  color: rgb(240, 240, 240);
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  font-family: Georgia, 'Times New Roman', Times, serif, -apple-system, BlinkMacSystemFont;
}

.text-lead {
  color: #757575;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
}

/*-----------------------------------
  ★ BOOK INFOMATION section ★
------------------------------------*/
.book-section {
  background-color: #eeeeee;
  padding: 5rem 0rem;
}

/*-----★ BOOK INFOMATION ★-----*/
.area-infomation {
  margin: 2rem 0rem;
}

@media (min-width: 768px) {
  .Binfo-pd-lr {
    padding-left: 2.85714rem !important;
    padding-right: 2.85714rem !important;
  }
@media (min-width: 1800px) {
  .Binfo-pd-lr {
    padding-left: 5.85714rem !important;
    padding-right: 5.85714rem !important;
  }
}


.binfo-title {
  color: #000 !important;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

/*----- Icon -----*/
.icon-v3 {
  background-color: #111;
  position: relative;
  display: inline-block;
  text-align: center;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.icon-v3:hover {
  text-decoration: none;
}

.icon-v3::before {
  display: block;
}

.icon-v3 > i {
  position: relative;
  top: 55%;
  display: block;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);ser
  z-index: 2;
}

[class*="icon-v"] .u-line-icon-pro {
  -webkit-transform: translateY(-45%);
      -ms-transform: translateY(-45%);
          transform: translateY(-45%);
}

.icon-size-bic {
  font-size: 2.4rem;
}

.icon-v4 {
  font-size: 2.85714rem !important;
}

/* PC */
.height-300 {
  height: 300px;
  background-color: #fcfcfc;
  border: solid 1px transparent !important;
  border-color: rgb(233, 233, 233) !important;
  cursor: pointer;
}

.binfo-shadow-hover:hover {
  background-color: #ffffff !important;
  border-color: transparent !important;
  -webkit-box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.15);
}

.p-binfo {
    padding: 1.5rem 1.5rem!important;
    margin-left: -0.07143rem !important;
}  

/* SP */
.height-270 {
  height: 270px;
  background-color: #fcfcfc;
  border: solid 1px transparent !important;
  border-color: rgb(233, 233, 233) !important;
  cursor: pointer;
}

.p-binfo-sp {
  padding: 2.14286rem 2.7rem!important;
}

/*----- PC Book infomation Carousels -----*/
[class*="u-carousel-indicators"] {
  display: block;
  position: absolute;
  padding-left: 0;
  margin-bottom: 0;
}

[class*="u-carousel-indicators"] li {
  list-style: none;
}

[class*="u-carousel-indicators"] span {
  display: block;
  cursor: pointer;
}

.u-carousel-indicators-v1 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-carousel-indicators-v1 li {
  margin: 0 5px;
}

.u-carousel-indicators-v1 li.slick-active span {
  background-color: rgb(32, 164, 173);
}

.u-carousel-indicators-v1 span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgb(5, 5, 5);
  opacity: 1;
}

.u-carousel-indicators-v1 li span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgb(5, 5, 5);
  opacity: 1;
}

.u-carousel-indicators-v1 li.slick-active span {
  background-color: rgb(32, 164, 173);
}

.carousel-point {
  position: absolute !important;
  left: 50% !important;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-backface-visibility: hidden;
}

.carousel-point-padding {
  padding-bottom: 2.42857rem !important;
}

/*----- SP Book infomation Carousels -----*/
#carousel-indicator .carousel-indicators {
  position: relative;
  padding: 5px 0;
  margin: 0;
  text-align: center;
}

#carousel-indicator .carousel-indicators li {
  width: 42px;
  height: auto;
  text-indent: unset;
  background-color: transparent;
  opacity: 0.5;
  padding: 0 0.5rem;
}
#carousel-indicator .carousel-indicators li.active {
  opacity: 1;
}
#carousel-indicator .carousel-indicators li::before,
#carousel-indicator .carousel-indicators li::after {
  width: 0;
  height: 0;
}

/*------------★ NEW BOOKS ★------------*/
.area-newbooks {
  padding: 3rem 0;
  max-width: 1700px;
  text-align: center;
}

@media (min-width: 768px) {
  .Nbook-pd-lr {
    padding-left: 2.85714rem !important;
    padding-right: 2.85714rem !important;
  }
}

@media (max-width: 768px) {
  .Nbook-pd-lr {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

.slide-pd-lr {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.newbook-article {
  position: relative;
  margin: 0 auto;
  height: 270px;
  min-width: 170px;
}

/*----- img -----*/
.newbook-pos {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.img-newbook {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
}

.u-shadow-v2 {
  border-radius: 0.5rem;
  margin-bottom: 1.14286rem;
  -webkit-box-shadow: 2px 5px 5px 2px rgba(0, 0, 0, 0.09);
          box-shadow: 2px 5px 5px 2px rgba(0, 0, 0, 0.09);
}

/*----- text -----*/
.newbook-text {
  font-size: 0.85714rem !important;
  color: #111;
  text-align: left;
}

/*----- carousel「<」「>」-----*/
.u-arrow-v1::before {
  display: inline-block;
  position: relative;
  top: 50%;
  left: 50%;
  vertical-align: top;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.u-arrow-v1[class*="abs"]::before {
  position: absolute;
}

.point-lr {
  position: absolute !important;
  width: 40px;
  height: 40px;
  color: #fff !important;
  top: 40% !important;
  text-align: left;
  -webkit-transform: translateY(-40%);
      -ms-transform: translateY(-40%);
          transform: translateY(-40%);
  -webkit-backface-visibility: hidden;
  background-color: rgba(37, 190, 201, 0.692) !important;
}

.g-left-0 {
  left: -1rem;
}

.g-right-0 {
  right: -1rem !important;
}


/*----- js-carousel -----*/
[data-animation].js-carousel {
  visibility: visible;
}

.js-carousel .js-next,
.js-carousel .js-prev {
  opacity: 0;
}

.js-carousel.slick-initialized {
  background: none;
}

.js-carousel.slick-initialized .js-slide {
  visibility: visible;
  height: auto;
  overflow: visible;
}

.js-carousel.slick-initialized .js-next,
.js-carousel.slick-initialized .js-prev {
  opacity: 1;
}

.js-slide {
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

.js-slide:first-child {
  height: auto;
}

/*----- JS -----*/
.js-carousel_single-item {
  max-width: 100%;
  position: relative;
}

.js-next,
.js-prev {
  cursor: pointer;
  z-index: 10;
}

.u-carousel-v5 {
  padding-bottom: 2rem;
}

.u-carousel-v5 .slick-list {
  height: 100%;
}

.u-carousel-v5 .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.u-carousel-v5 .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

/*------------------------------------
  ★ SERVICE INFOMATION section ★
------------------------------------*/
.service-section {
  padding: 5rem 0rem 8rem 0rem;
  background-color: #fdfdfd;
}

.service-category {
  padding: 40px 10px 0px 0px;
}

/*----- cbp-item -----*/
.overflow-hidden {
  overflow: hidden;
}

.brd-b-service::after {
  content: "";
  display: block;
  border-top-style: solid;
  border-color: inherit;
  margin-left: 30%;
  margin-right: 30%;
  border-top-width: 3px;
  padding-bottom: 4%;
}

.brd-color-black {
  text-align: center;
  border-color: #2a2b2b !important;
}

.flex-middle {
  display: -webkit-box;
  display: -ms-flexx;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-middle-item {
  text-align: center;
  position: relative !important;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0.42857rem 1rem!important;
}

/* PC */
@media (min-width: 576px) {
  .height-220 {
    height: 220px;
  }
}

/* SP */
@media (max-width: 576px) {
  .height-220 {
    height: 100%;
  }
}

/*----- text -----*/
.svc-dis {
  color: rgb(0, 0, 0);
  font-size: 1rem !important;
  font-weight: 400;
  margin-top: 0.5rem;
  text-align: left;
}

/*----- マウスオンインタラクション -----*/
.block-scale:hover,
.block--scale-img:hover .u-block-hover__img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
}

/*----- cbp Filter button-----*/
[data-animation].cbp {
  visibility: visible;
}

.cbp-slider-next::after,
.cbp-slider-prev::after {
  display: none;
}

.cbp-item-off {
  opacity: 0;
}

.cbp-filter-item {
  color: #555;
  font-size: 0.9rem;
  line-height: 1.5;
  cursor: pointer;
  border: solid 1px transparent;
  border-color: #ddd;
  border-radius: 5px;
}

.cbp-filter-item:hover {
  color: #29a2ab;
  font-size: 0.9rem;
  border: solid 1px transparent;
  border-color: #2cb6c0;
  border-radius: 5px;
}

.cbp-filter-item-active {
  color: #29a2ab;
  border: solid 1px transparent;
  border-color: #2cb6c0;
  border-radius: 5px;
}

.cbp-filter-item.item-mp {
  padding-left: 1.42857rem;
  padding-right: 1.42857rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
