/* custom */

body {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
}

.kv {
  background: #f8f8f8;
}

.freespace4.u-inner {
  max-width: calc(1000px + clamp(40px, 12vw, 160px));
}

.u-inner.header {
  max-width: 100%;
}

.gnav__item > a,
.gnav__item > span {
  font-weight: bold;
}

.list-area1-wrap.section-block.preview_edit_area14 {
  background-color: #f9f9f9;
  padding: 80px 0;
}

.list-area2-wrap.section-block.preview_edit_area16 {
  background-color: #f9f9f9;
  padding: 80px 0 0 0;
  margin-top: 20px;
}

.top-layout .contents-list--datelist .contents-list__item {
  border: none;
  background-color: #fff;
  padding: 3px 25px;
  margin-bottom: 10px;
  border-radius: 20px;
}

.top-layout .contents-list--datelist .contents-list__date {
  font-weight: bold;
  position: relative;
  padding-left: 20px;
  margin-right: 25px;
  font-size: 15px;
  margin-top: 0;
}

.top-layout .contents-list__date::before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #df2924;
  position: absolute;
  top: 9px;
  left: 0;
  border-radius: 50%;
}

.top-layout .contents-list.list-area.contents-list--datelist h3 {
  font-size: 16px;
}

.top-layout .list-area1-wrap .section-more,
.top-layout .list-area2-wrap .section-more {
  color: #df2924;
  font-weight: bold;
  text-decoration: none;
  border: solid 2px #df2924;
  padding: 3px 20px;
  border-radius: 10px;
  font-size: 12px;
  margin-top: -5px;
}

@media screen and (max-width: 768px) {
  .top-layout .section-header {
    display: flex;
  }
  .top-layout .section-more {
    margin-bottom: 0;
    margin-left: 20px;
  }
}

.top-layout .page-layout.main_contents {
  border-top: solid 10px #efefef;
}
.ly-footer {
  background: #353646;
}

.contact__link.btn {
  background: #df2924;
  border: none;
}

.company-wrap {
  display: none;
}

.page_wrap {
  border-top: solid 10px #efefef;
}
.page-body {
  font-weight: 500;
  font-family: 'Noto Sans Japanese', sans-serif;
}

.top-layout .contents-list--card {
  max-width: calc(1000px + clamp(40px, 12vw, 160px));
}

.top-layout .contents-list--card .contents-list__item {
  background: #fff;
  border-radius: 10px;
}

.top-layout .contents-list__body {
  padding: 0 20px;
}

.contents-list__category {
  padding: 0 20px 20px 20px;
}

.contents-list__img-wrapper > img {
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

/* add */

.btn-border {
  border: solid 1px #df2924;
  padding: 7px 40px;
  font-size: 18px;
  text-decoration: none;
  color: #df2924;
  border-radius: 5px;
  display: flex;
  align-items: center;
  max-width: 220px;
  background: #fff;
  font-weight: bold;
}

.btn-border__icon {
  color: #df2924;
  font-size: 16px !important;
  margin-left: auto;

  font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
}

.section-ttl-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 48px;
}
.header__ttl {
  padding: 30px 0;
}

.about-wrap {
  display: flex;
  margin-bottom: 64px;
}
.about-disc {
  font-size: 70px;
  color: #f3f3f3;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  border-left: dashed 1px #333;
  border-right: dashed 1px #333;
  padding: 0 45px;
  max-width: 210px;
}

.section-label {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  color: #df2924;
  padding: 0 0 0 25px;
  margin: 0;
}

.about-wrap .section-label {
  margin: 20px 0;
}

.section-label::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #df2924;
  position: absolute;
  top: 5px;
  left: 0;
}

.secition-ttl {
  font-size: 40px;
  margin: 0;
  font-weight: bold;
}

.about {
  padding: 0 12%;
  background: url(/cc105274/file/309150.png) no-repeat right bottom;
  background-size: 210px;
}
.about__body {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .about-disc {
    display: none;
  }

  .about {
    padding: 0;
    background-size: 180px;
  }

  .secition-ttl {
    font-size: 28px;
  }

  .about__body {
    font-size: 15px;
  }

  .about-wrap .section-label {
    margin: 0;
  }

  .section-ttl-wrap {
    margin-bottom: 32px;
  }

  .section-ttl-wrap {
    align-items: flex-end;
  }
}

.service-wrap .btn-border {
  margin: 25px 10px 0 20px;
}

.service__body,
.service__item {
  margin: 0;
  padding: 0;
}

.service__item {
  display: flex;
  border: solid 2px #333;
  width: 100%;
  border-radius: 16px;
  padding: 5%;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}

.service__img {
  width: 35%;
  text-align: center;
}
.service__img img {
  max-width: 280px;
}

.service__txt {
  width: 60%;
}
.service__ttl {
  font-size: 32px;
  margin: 0;
  position: relative;
  padding: 0 0 0 20px;
}

.service__ttl::before {
  content: '●';
  color: #df2924;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 15px;
}

.service__sub-ttl {
  font-size: 20px;
  margin: 0 0 20px 0;
}

.service__txt-body {
  font-weight: normal;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .service__item {
    flex-direction: column;
    padding: 10%;
  }

  .service__img,
  .service__txt {
    width: 100%;
  }

  .service__img {
    margin-bottom: 24px;
  }
  .service__ttl {
    font-size: 30px;
  }
  .service__sub-ttl {
    font-size: 18px;
  }

  .service-wrap .btn-border {
    font-size: 14px;
    margin: 0 0 0 20px;
    padding: 7px 10px;
  }
}
/* ニュースリリース */
.contents-list__category a.category-nr {
  background-color: #47b131;
  color: #fff;
}

/* パブリシティ */
.contents-list__category a.category-pr {
  background-color: #2376aa;
  color: #fff;
}

/* 新着情報 */
.contents-list__category a.category-news {
  background-color: #ffb532;
  color: #fff;
}

.list-area1-wrap .section-header,
.list-area2-wrap .section-header {
  max-width: calc(1000px + clamp(40px, 12vw, 160px));
}

.contact-wrap {
  margin: 64px 0;
}
.contact-body {
  display: flex;
}

.contact-body__txt {
  width: 50%;
  font-size: 18px;
}

.contact-body__company-name {
  font-size: 24px;
}

.contact-body__map {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .contact-body {
    flex-direction: column;
  }
  .contact-body__map {
    width: 100%;
  }

  .contact-body__txt {
    width: 100%;
  }
}

.contac-btn {
  background-color: #df2924;
  display: flex;
  padding: 8%;
  align-items: center;
}

.contac-btn__txt {
  font-size: 32px;
  color: #fff;
  width: 50%;
}

.contac-btn__txt::before {
  content: '●';
  margin-right: 10px;
}
.contac-btn__btn {
  width: 50%;
}

.contac-btn__btn .btn-border {
  width: 100%;
  max-width: 470px;
  text-align: center;
  padding: 20px;
  font-size: 24px;
  display: block;
  position: relative;
}

.contac-btn__btn .btn-border__icon {
  font-size: 24px !important;
  position: absolute;
  top: calc(50% - 12px);
  right: 20px;
}

@media screen and (max-width: 768px) {
  .contac-btn {
    flex-direction: column;
  }

  .contac-btn__txt,
  .contac-btn__btn {
    width: 100%;
  }
}

.flex-box {
  display: flex;
  justify-content: space-between;
}

.flex-box .flex-50 {
  width: 50%;
}

.flex-box .flex-45 {
  width: 45%;
}

@media screen and (max-width: 768px) {
  .flex-box {
    display: block;
  }

  .flex-box .flex-50,
  .flex-box .flex-45 {
    width: 100%;
  }
}

.history,
.history__item {
  margin: 0;
  padding: 0;
}
.history {
  list-style: none;
}
.history__item {
  display: flex;
}
.history__year {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  flex: 0 0 140px;
}

.history__body {
  position: relative;
  padding-left: 45px;
  padding-bottom: 32px;
  font-size: 15px;
}
.history__body:before {
  content: '●';
  color: #df2924;
  position: absolute;
  left: 0;
  top: 0;
}

.history__body:after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #df2924;
  position: absolute;
  left: 7px;
  top: 10px;
}

@media screen and (max-width: 768px) {
  .history__year {
    font-size: 16px;
    flex: 0 0 90px;
  }
}

.p-service-item {
  margin-bottom: 56px;
}
.p-service-item .section-ttl-wrap {
  margin-bottom: 24px;
}

.list-check,
.list-check li {
  margin: 0;
  padding: 0;
}

.list-check {
  list-style: none;
  margin: 20px 0 0 20px;
}
.list-check li {
  display: flex;
  margin-bottom: 16px;
}

.service-eature {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 20px 0;
  font-weight: bold;
}

.service-eature p {
  margin: 0;
}
.list-check .icon-check {
  color: #df2924;
  margin-right: 8px;
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24 !important;
}

.p-service-item__btn {
  padding: 24px 0;
  text-align: center;
}

.p-service-item__btn .btn-border {
  margin: 0 auto;
}
.p-service-item .flex-50 {
  margin-bottom: 20px;
}
