@charset "utf-8";

/* =======================================================
※共通うわがき
* ======================================================= */
img {
  width: 100%;
  height: auto;
  border: 0;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
}


/* =======================================================
header
* ======================================================= */
.new-hed-inner {
  background-color: transparent;
  box-shadow: none;
}

header nav li a {
  color: var(--fontcolor);
}


/* =======================================================
MV
* ======================================================= */
.new-mv {
  background: var(--bgcolor) url(../../img/new_top/mv_bg.png) repeat-x left bottom;
  background-size: 10px auto;
  position: relative;
}

.new-mv-inner {
  width: 100%;
  height: 576px;
	display:flex;
  flex-wrap: wrap;
  text-decoration: none;
}


/* 左側：テキスト */
.new-mv-content {
  width: calc(((100% - 1100px) / 2) + 570px);
  position: relative;
  height: 576px;
  top: -576px;
  z-index: 200;
  background: url(../../img/new_top/mv_ttl_bg.png) no-repeat right 90px top 116px;
  background-size: 640px auto;
  display: flex;
  align-items: center;
}
.new-mv-content-inner {
  max-width: 585px;
  margin-left: auto;
  padding: 108px 15px 10px 15px;
}

.new-mv-ttl {
  margin-bottom: 24px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: -0.05rem;
}

.new-mv-ttl-small {
  margin-bottom: 16px;
  font-size: 32px;
}

.new-mv-corp {
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: bold;
}

.new-mv-name {
  margin-bottom: 16px;
  font-size: 16px;
}
.new-mv-name strong {
  font-size: 18px;
}

.new-mv-lead {
  font-size: 16px;
  line-height: 1.7;
  font-feature-settings: "palt";
}
.new-mv-lead-sp {
  display: none;
}


/* ラベル */
.new-mv-label {
  margin-bottom: 16px;
  display: flex;
}

.new-mv-date {
  width: object-fit;
  font-size: 16px;
  line-height: 28px;
  color: var(--c-lightgray);
}

.new-mv-label-item {
  width: fit-content;
  margin-left: 12px;
  padding: 0 16px;
  font-size: 14px;
  line-height: 28px;
  border-radius: 14px;
  text-align: center;
}


/* 画像 */
.new-mv-img {
  width: 100%;
  height: 576px;
  padding-top: 140px;
  padding-left: calc(((100% - 1100px) / 2) + 570px);
}
.new-mv-img img {
  height: 380px;
  object-fit: cover;
  border-radius: 10px 0 0 10px;
}


@media screen and (max-width: 1132px) {
.new-mv-ttl {
  font-size: 26px;
}

.new-mv-ttl-small {
  margin-bottom: 10px;
  font-size: 28px;
}
}

@media screen and (max-width: 1032px) {
.new-mv-inner {
  height: auto;
}

.new-mv-ttl {
  margin-bottom: 16px;
  font-size: 26px;
}

.new-mv-content {
  width: 100%;
  height: auto;
  position: absolute;
  top: auto;
  bottom: 0;
}
.new-mv-content-inner {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  padding: 82px 10px 16px 16px;
}

.new-mv-date {
  color: var(--white);
}

.new-mv-ttl,
.new-mv-corp,
.new-mv-name {
  color: var(--white);
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

.new-mv-ttl {
  font-feature-settings: "palt";
}

.new-mv-name {
  margin-bottom: 0;
  font-size: 12px;
}
.new-mv-name strong {
  font-size: 16px;
}

.new-mv-img {
  height: auto;
  padding: 0;
}
.new-mv-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../img/common/mv_cover.png) repeat-x left bottom;
  background-size: 10px auto;
}

.new-mv-lead {
  display: none;
}
.new-mv-lead-sp {
  padding: 24px 16px 0;
  display: block;
  font-size: 16px;
  line-height: 1.5;
  font-feature-settings: "palt";
}
}

@media screen and (max-width: 767px) {
.new-mv-date {
  font-size: 14px;
  line-height: 24px;
}

.new-mv-label-item {
  margin-left: 10px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 24px;
  border-radius: 12px;
}
}


/* アンカー */
.a-container {
  margin: 0 auto;
  padding: 0 16px 112px;
}

.a-container ul {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.a-container ul li {
  flex: 1 1 auto;
}


.a-container ul li a {
  width: 100%;
  height: 100%;
  padding: 32px;
  display: block;
  background: var(--pale-red);
}
.a-container ul li:first-of-type a {
  border-radius: 10px 0 0 10px;
}
.a-container ul li:last-of-type a {
  border-radius: 0 10px 10px 0;
}

.a-ttl {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  color: var(--maincolor);
}

@media screen and (max-width: 1032px) {
.a-container {
  padding: 32px 16px 64px;
}

.a-container ul li {
  width: 100%;
}
.a-container ul li:first-of-type a {
  border-radius: 10px 10px 0 0;
}
.a-container ul li:last-of-type a {
  border-radius: 0 0 10px 10px;
}

.a-container ul li a {
  padding: 16px;
}

.a-container ul li.a-container-center a,
.a-container ul li + li a {
  padding: 0 16px 16px;
}
}


/* 本文 */
.new-container {
  max-width: 1132px;
  margin: 0 auto;
  padding: 0 16px 112px;
}
.new-container-narrow {
  max-width: 832px;
}

.interview h2 {
  margin-bottom: 32px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  font-feature-settings: "palt";
}

.interview-body,
.interview-body p {
  font-size: 16px;
  line-height: 1.7;
}

.interview-body .interview-name {
  margin: 24px 0 8px;
  font-size: 18px;
  font-weight: bold;
}

.interview-img {
  margin: 32px 0 80px;
}
.interview-img img {
  border-radius: 10px;
}


/* クライアント紹介 */
.client-content {
  padding: 32px;
  background: var(--bg-gray);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.client-img {
  width: 250px;
}
.client-img img {
  border-radius: 5px;
}

.client-info {
  width: calc(100% - 274px);
}

.client-content .client-name {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: bold;
}

.client-txt {
  margin-bottom: 4px;
  line-height: 1.5;
}

.client-url {
  font-weight: bold;
  text-decoration: underline;
}
.client-url:hover {
  text-decoration: none;
}


@media screen and (max-width: 1032px) {
.client-content {
  padding: 16px;
}

.client-img {
  width: 100%;
  margin-bottom: 8px;
}


.client-info {
  width: 100%;
}

.interview h2 {
  font-size: 24px;
}
}





