@charset "UTF-8";
/* --------------- variables --------------------- */
/* Break Point */
@font-face {
  font-family: "jost";
  src: url("../font/Jost-VariableFont_wght.ttf");
}
/*----------------------------------
パンくず
----------------------------------*/
.breadcrumbInner {
  width: calc(100% - 40px);
  max-width: 1160px;
  margin: 0 auto;
}

.breadcrumbItems {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: "jost", "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
}
.breadcrumbItems li.slash {
  margin-inline: 4px;
  opacity: 0.5;
}
.breadcrumbItems li a {
  opacity: 0.5;
}
/*----------------------------------
企業ブランディングページ
----------------------------------*/
.serviceBrandingHead {
  position: relative;
}

.serviceBrandingHeadTitle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.serviceBrandingHeadImg {
  text-align: center;
  line-height: 1;
}
.serviceBrandingHeadImg img {
  width: 100%;
  max-width: 947px;
}

.serviceBrandingIntroContent h1 {
  margin-bottom: 22px;
}
.serviceBrandingIntroContent h1 span {
  display: block;
}
.serviceBrandingIntroContent h1 span.en {
  color: #999;
  letter-spacing: 1px;
}
.serviceBrandingIntroContent h1 span.ja {
  letter-spacing: 1px;
}
.serviceSecondLinkList li {
  border-bottom: 1px solid #333;
}
.serviceSecondLinkList li a {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 14px;
}
.serviceSecondLinkList li a::after {
  content: "";
  background: url(../images/service/pageLinkArrow.svg) no-repeat center left/contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
}
.serviceSecondLinkList li a > span {
  transition: all 0.3s ease 0s;
}
.serviceSecondLinkList li a .num {
  display: inline-block;
  font-family: "jost", sans-serif;
}
.serviceSecondLinkList li a:hover > span {
  opacity: 0.5;
}
.serviceSecondLinkList li a:hover::after {
  transform: translateY(calc(-50% + 5px));
}
.serviceSecondLinkList li:last-child {
  border-bottom: none;
}

.bgGray {
  position: relative;
}
.bgGray::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #F2F2F2;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  z-index: -1;
}

.serviceBrandingSection.consultation {
  position: relative;
}
.serviceBrandingSection.consultation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  height: 292px;
  background: linear-gradient(to bottom, #FFF, #F2F2F2);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  z-index: -1;
}
.serviceBrandingSection.production {
  background-color: #F2F2F2;
}
.serviceBrandingSectionTitle {
  position: relative;
}
.serviceBrandingSectionTitle::before {
  content: "";
  background: url(../images/service/hikari.webp) no-repeat center left/contain;
  position: absolute;
  left: 0;
}

.corporateBrandingItems {
  display: flex;
  flex-wrap: wrap;
}

.serviceBrandingSectionWrap {
  background-color: #fff;
}

.serviceBrandingSectionSubTitle {
  color: #fff;
  background-color: #333;
  display: flex;
  align-items: center;
}

.serviceBrandingSectionLists li div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.serviceBrandingSectionLists li p {
  letter-spacing: 0.04em;
}

.serviceBrandingCase {
  background-color: #F2F2F2;
}

.serviceSecondSectionTitle {
  text-align: center;
}

.serviceBrandingSlide a:hover img {
  transform: scale(1.1);
}
.serviceBrandingSlide div {
  overflow: hidden;
}
.serviceBrandingSlide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease 0s, opacity 0.9s cubic-bezier(0.5, 0, 0, 1) 0s;
}
.prev-arrow,
.next-arrow {
  background: url(../images/service/hidari.webp) no-repeat center left/contain;
  position: absolute;
  translate: translateY(-50%);
  aspect-ratio: 1;
  z-index: 2;
}
.prev-arrow:hover,
.next-arrow:hover {
  cursor: pointer;
}

@media print, screen and (min-width: 768px) and (max-width: 1150px) {
  .prev-arrow {
    left: calc(50% - 18vw - 3.5vw - 60px);
  }
}
@media print, screen and (min-width: 1150px) and (max-width: 1430px) {
  .prev-arrow {
    left: calc(50% - 20.5vw - 3.5vw - 60px);
  }
}

.next-arrow {
  rotate: 180deg;
}
@media print, screen and (min-width: 768px) and (max-width: 1150px) {
  .next-arrow {
    right: calc(50% - 18vw - 3.5vw - 60px);
  }
}
@media print, screen and (min-width: 1150px) and (max-width: 1430px) {
  .next-arrow {
    right: calc(50% - 20.5vw - 3.5vw - 60px);
  }
}

.caseLink {
  width: calc(100% - 40px);
  max-width: 1080px;
  margin: auto;
}

.caseLinkLists li a {
  display: flex;
  align-items: center;
  height: 100%;
  font-weight: 500;
  position: relative;
}
.caseLinkLists li a::after {
  content: "";
  background: url(../images/service/pageLinkArrow.svg) no-repeat center left/contain;
  transition: all 0.3s ease 0s;
}
.caseLinkLists li a span {
  transition: all 0.3s ease 0s;
}
.caseLinkLists li a .arrow {
  display: inline-block;
}
.caseLinkLists li a:hover span {
  opacity: 0.5;
}
.caseLinkLists li a:hover::after {
  transform: translateY(5px);
}
.caseLinkLists li a:hover .arrow {
  opacity: 1 !important;
}
.caseLinkLists li:nth-child(2)::before {
  left: 0;
}
.caseLinkLists li:nth-child(2)::after {
  right: 0;
}

.serviceBranding {
  overflow: hidden;
}
.serviceBranding .yellowBackground {
  background: linear-gradient(to bottom, #F2F2F2, #FFFFCC);
}

.yellowBackground {
  background: linear-gradient(to bottom, #FFF, #FFFFCC);
}

.s-branding .yellowBackground {
  background: linear-gradient(to bottom, #F2F2F2, #FFFFCC);
}

.serviceBrandingContactLink {
  position: relative;
}
.serviceBrandingContactLink a:hover img {
  transform: scale(1.1);
}
.serviceBrandingContactLink a:hover .serviceBrandingContactLinkContent div .arrow::before {
  transform: translateX(240%) translateY(-50%);
}
.serviceBrandingContactLink a:hover .serviceBrandingContactLinkContent div .arrow::after {
  transform: translateX(-50%) translateY(-50%);
}

.serviceBrandingContactLinkImg {
  overflow: hidden;
}
.serviceBrandingContactLinkImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease 0s, opacity 0.9s cubic-bezier(0.5, 0, 0, 1) 0s;
}

.serviceBrandingContactLinkContent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.serviceBrandingContactLinkContent * {
  color: #fff;
  font-weight: 500;
}
.serviceBrandingContactLinkContent div {
  display: flex;
  align-items: center;
}
.serviceBrandingContactLinkContent div .arrow {
  position: relative;
  margin-left: 20px;
  border-radius: 50%;
  background-color: #FFFF00;
  display: inline-block;
  overflow: hidden;
}
.serviceBrandingContactLinkContent div .arrow::before, .serviceBrandingContactLinkContent div .arrow::after {
  content: "";
  background: url(../images/service/contactArrow.svg) no-repeat center left/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease 0s;
  animation-fill-mode: both;
  animation-duration: 0.2s;
}
.serviceBrandingContactLinkContent div .arrow::after {
  transform: translateX(-240%) translateY(-50%);
}

.serviceBrandingFlowLists li {
  border-bottom: 1px solid #B3B3B3;
}
.serviceBrandingFlowLists li:first-child {
  border-top: 1px solid #B3B3B3;
}
.serviceBrandingFlowLists li .wrap {
  display: flex;
  align-items: center;
}
.serviceBrandingFlowLists li .num {
  font-family: "jost", sans-serif;
}
.serviceBrandingFlowLists li .title {
  font-weight: 500;
  position: relative;
}
.serviceBrandingFlowLists li .title::before {
  content: "";
  background: url(../images/service/hikari.webp) no-repeat center left/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
}
.serviceBrandingFlowLists li .text a {
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: all 0.3s ease 0s;
}
.serviceBrandingFlowLists li .text a:hover {
  opacity: 0.5;
}

.serviceBrandingProductionIntro {
  text-align: center;
  position: relative;
  width: calc(100% - 40px);
  max-width: 800px;
  margin: auto;
}
.serviceBrandingProductionIntro::before, .serviceBrandingProductionIntro::after {
  content: "";
  background: url(../images/service/brackets.svg) no-repeat center left/contain;
  position: absolute;
  top: 0;
}
.serviceBrandingProductionIntro::before {
  left: 0;
}
.serviceBrandingProductionIntro::after {
  right: 0;
  transform: rotate(180deg);
}
.serviceBrandingProductionIntro h3 {
  font-weight: 700;
}
.serviceBrandingProductionContent {
  width: calc(100% - 40px);
  max-width: 800px;
  margin: auto;
}

.serviceBrandingProductionTable table {
  width: 100%;
}
.serviceBrandingProductionTable table tr {
  border-bottom: 1px solid #B3B3B3;
}
.serviceBrandingProductionTable table tr:not(:first-child) td:nth-child(2) {
  position: relative;
}
.serviceBrandingProductionTable table tr:not(:first-child) td:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  background-color: #B3B3B3;
}
.serviceBrandingProductionTable table tr:not(:first-child) td:nth-child(2) .price {
  display: flex;
  align-items: center;
}
.serviceBrandingProductionTable table tr:not(:first-child) td:nth-child(2) .num {
  font-family: "jost", sans-serif;
}
.serviceBrandingProductionTable table tr:not(:first-child) td:nth-child(2) .yen {
  color: #808080;
}
.serviceBrandingProductionTable table tr:not(:first-child) td:nth-child(2) .period {
  display: block;
  font-size: 14px;
}
.serviceBrandingProductionTable table tr:not(:first-child) td:not(:first-child) {
  text-align: center;
}
.serviceBrandingProductionTable table th {
  font-weight: 400 !important;
}
.serviceBrandingProductionButton div:first-of-type a {
  background-color: #333;
  color: #fff;
}
.serviceBrandingProductionButton div:first-of-type a::after {
  background: url(../images/service/buttonArrowWhite.svg) no-repeat center left/contain;
}
.serviceBrandingProductionButton div:first-of-type a:hover {
  background-color: #ffff00;
  color: #333;
}
.serviceBrandingProductionButton div:first-of-type a:hover::after {
  background: url(../images/service/buttonArrowBlack.svg) no-repeat center left/contain;
}
.serviceBrandingProductionButton div:nth-of-type(2) a {
  border: 1px solid #333;
}
.serviceBrandingProductionButton div:nth-of-type(2) a::after {
  background: url(../images/service/buttonArrowBlack.svg) no-repeat center left/contain;
}
.serviceBrandingProductionButton div:nth-of-type(2) a:hover {
  border: none;
}
.serviceBrandingProductionButton a {
  width: 522px;
  max-width: 100%;
  margin: auto;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease 0s;
  font-weight: 500;
  position: relative;
}
.serviceBrandingProductionButton a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.serviceBrandingProductionButton a:hover {
  background-color: #ffff00;
}

.accordionWrap {
  width: calc(100% - 40px);
  max-width: 800px;
  margin: auto;
}

.accordionItem {
  border-bottom: 1px solid #B3B3B3;
}
.accordionItem:first-of-type {
  border-top: 1px solid #B3B3B3;
}

.accordionTrigger {
  display: flex;
  font-weight: 700;
  position: relative;
}
.accordionTrigger:hover {
  cursor: pointer;
}
.accordionTrigger::after {
  content: "";
  background: url(../images/service/accordionArrow.svg) no-repeat center left/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 12px;
  transition: all 0.3s ease 0s;
}
.accordionTrigger.open::after {
  transform: translateY(-50%) rotate(-180deg);
}
.accordionTrigger .left {
  font-family: "jost", sans-serif;
  flex: 0 0 15px;
}
.accordionContent {
  display: none;
}
.accordionContent p a {
  text-decoration: underline;
}
.accordionContent p a:hover {
  opacity: 0.75;
}

.d-iblock {
  display: inline-block;
}

/*----------------------------------
グラフィックデザインページ
----------------------------------*/
.graphicDesign {
  overflow: hidden;
}
.graphicDesign .serviceSecondLinkList li:last-child {
  border-bottom: none;
}
.graphicDesign .serviceBrandingProductionTable table th.col1 {
  width: 41.63%;
}

.graphicDesignWrap {
  width: calc(100% - 40px);
  max-width: 1160px;
  margin: 0 auto;
}

.sidebar {
  position: relative;
  z-index: 2;
}
.sidebar .button a {
  display: flex;
  align-items: center;
  height: 80px;
  border-radius: 100px;
  background-color: #333;
  color: #fff;
  padding-left: 36px;
  position: relative;
  transition: all 0.3s ease 0s;
}
.sidebar .button a::after {
  content: "";
  background: url(../images/service/buttonArrowWhite.svg) no-repeat center left/contain;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 15px;
  height: 11px;
}
.sidebar .button a:hover {
  background-color: #FFFF00;
  color: #333;
}
.sidebar .button a:hover::after {
  background-image: url(../images/service/buttonArrowBlack.svg);
}

.sidebarTrigger {
  padding: 20px 0;
  text-align: center;
  position: relative;
  font-size: 14px;
}
.sidebarTrigger::after {
  content: "";
  background: url(../images/service/accordionArrow.svg) no-repeat center left/contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 20px;
  height: 10px;
  transition: all 0.3s ease 0s;
}
.sidebarTrigger:hover {
  cursor: pointer;
}
.sidebarTrigger.open::after {
  transform: translateY(-50%) rotate(-180deg);
}

.sidebarItem {
  opacity: 0.5;
  cursor: pointer;
}

.sidebarItem.active {
  opacity: 1;
  position: relative;
}
.sidebarSp {
  border: 1px solid #333;
}
.sidebarSp .sidebarList ul {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 20px 20px;
  position: relative;
}
.sidebarSp .sidebarList ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  height: 1px;
  background-color: #333;
}
.sidebarSp .sidebarList ul li {
  background-color: #f2f2f2;
  border-radius: 50px;
  padding: 10px 20px;
  margin: 0 5px 10px 0;
  font-size: 13px;
}

.graphicDesignContentArea {
  grid-column: 3;
}

.graphicDesignContent h2 span {
  display: block;
}
.graphicDesignContent h2 span.en {
  font-weight: 400;
  letter-spacing: 1px;
  position: relative;
}
.graphicDesignContent h2 span.en::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #FFFF00;
}
.graphicDesignContent .images {
  display: flex;
}
.graphicDesignContent .images .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.graphicDesignContent .text {
  font-size: 15px;
  line-height: 2;
}
.graphicDesignContent .example {
  color: #808080;
}

.loop {
  overflow: hidden;
}

.loopWrap {
  width: 100%;
  position: relative;
}

.loopImg {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: loopAnim 40s linear infinite;
  height: 100%;
}

.loopImg img {
  height: 100%;
  width: auto;
}

@keyframes loopAnim {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.graphicDesignStrengthsContent ul li {
  border-bottom: 1px solid #999;
}
.graphicDesignStrengthsContent ul li:first-child {
  border-top: 1px solid #999;
}
.graphicDesignStrengthsContent ul li .left .num {
  font-family: "jost", sans-serif;
}
.graphicDesignStrengthsContent ul li .right div {
  height: 100%;
}
.graphicDesignStrengthsContent ul li .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*----------------------------------
ブランディングデザイン
----------------------------------*/
.brandingLoop {
  overflow: hidden;
}

.brandingLoopWrap {
  animation: slideRightLeft 40s linear infinite;
  display: flex;
  margin: 0;
  padding: 0;
  width: -moz-max-content;
  width: max-content;
}
.brandingLoopWrap div img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes slideRightLeft {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
.brandingIntro {
  width: calc(100% - 40px);
  max-width: 752px;
  margin: 0 auto;
}
.braindingBgGray {
  background-color: #f2f2f2;
}

.brandingSection.element .brandingSectionElement div {
  width: 664px;
  max-width: 100%;
  margin: auto;
}
.brandingSectionImportant div h3 {
  font-weight: 500;
}
.brandingSectionImportantButton {
  text-align: right;
}
.brandingSectionImportantButton a {
  border-bottom: 1px solid;
  padding-bottom: 7px;
  position: relative;
}
.brandingSectionImportantButton a::after {
  content: "";
  background: url(../images/service/pageLinkArrow.svg) no-repeat center left/contain;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s ease 0s;
}
.brandingSectionImportantButton a:hover span {
  opacity: 0.5;
}
.brandingSectionImportantButton a:hover::after {
  transform: translateY(5px);
}
.brandingSectionImportantButton a span {
  transition: all 0.3s ease 0s;
}

.brandingSectionProcessWrap {
  width: 795px;
  max-width: 100%;
  margin: auto;
}
.brandingSectionProcessWrap .right h3 {
  font-weight: 500;
}
.brandingSectionProcessWrap .right ul li {
  color: #808080;
}

.brandingMenuList ul li {
  border-bottom: 1px solid #333;
}
.brandingMenuList ul li:last-child {
  border-bottom: none;
}
.brandingMenuList ul li a {
  display: flex;
  align-items: center;
  position: relative;
}
.brandingMenuList ul li a:hover .title {
  opacity: 0.5;
}
.brandingMenuList ul li a:hover .button::before {
  transform: translateX(240%) translateY(-50%);
}
.brandingMenuList ul li a:hover .button::after {
  transform: translateX(-50%) translateY(-50%);
}
.brandingMenuList ul li a .title {
  transition: all 0.3s ease 0s;
}
.brandingMenuList ul li a .title span {
  display: block;
}
.brandingMenuList ul li a .title span.ja {
  font-weight: 700;
}
.brandingMenuList ul li a .title span.en {
  color: #999;
  font-family: "jost", sans-serif;
}
.brandingMenuList ul li a .button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #333;
  overflow: hidden;
}
.brandingMenuList ul li a .button::before, .brandingMenuList ul li a .button::after {
  content: "";
  background: url(../images/service/buttonArrowWhite.svg) no-repeat center left/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease 0s;
  animation-fill-mode: both;
  animation-duration: 0.2s;
}
.brandingMenuList ul li a .button::after {
  transform: translateX(-240%) translateY(-50%);
}

.brandingSectionThinkingItem h3 {
  font-family: "jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0.15em;
}
.brandingSectionThinkingItem div p {
  letter-spacing: 0.1em;
}

.brandingSectionThinkingOutro p {
  text-align: center;
}

/*----------------------------------
サービスページ
----------------------------------*/
.serviceNew .contentsHead {
  border-bottom: none;
}

.contentsHeadWrapper {
  background: linear-gradient(to bottom, #FFF, #F2F2F2);
}

.serviceNewBg {
  background-color: #F2F2F2;
}

.serviceNewItem:first-of-type h2 {
  position: relative;
}
.serviceNewItem:first-of-type h2::before {
  content: "";
  background: url(../images/service/branding.webp) no-repeat center left/contain;
  position: absolute;
  z-index: -1;
}
.serviceNewItem:nth-of-type(2) ul {
  width: 890px;
  grid-template-columns: auto 68px auto 50px auto 50px auto;
}
.serviceNewItem:nth-of-type(2) ul li:nth-child(4n+1) {
  grid-column: 1;
}
.serviceNewItem:nth-of-type(2) ul li:nth-child(4n+2) {
  grid-column: 3;
}
.serviceNewItem:nth-of-type(2) ul li:nth-child(4n+3) {
  grid-column: 5;
}
.serviceNewItem:nth-of-type(2) ul li:nth-child(4n) {
  grid-column: 7;
}
.serviceNewItem:nth-of-type(3) ul {
  width: 750px;
  grid-template-columns: auto 47px auto 9px auto 89px auto;
}
.serviceNewItem:nth-of-type(3) li:nth-child(4n+1) {
  grid-column: 1;
}
.serviceNewItem:nth-of-type(3) li:nth-child(4n+2) {
  grid-column: 3;
}
.serviceNewItem:nth-of-type(3) li:nth-child(4n+3) {
  grid-column: 5;
}
.serviceNewItem:nth-of-type(3) li:nth-child(4n) {
  grid-column: 7;
}
.serviceNewItem:nth-of-type(4) ul {
  width: 670px;
  grid-template-columns: auto 54px auto 50px auto;
}
.serviceNewItem:nth-of-type(4) li:nth-child(3n+1) {
  grid-column: 1;
}
.serviceNewItem:nth-of-type(4) li:nth-child(3n+2) {
  grid-column: 3;
}
.serviceNewItem:nth-of-type(4) li:nth-child(3n) {
  grid-column: 5;
}
.serviceNewItem a {
  display: block;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.serviceNewItem a:hover {
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1);
  scale: 1.05;
}
.serviceNewItem a:hover h2 .ja::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.serviceNewItem a:hover h2 .ja .arrow::before {
  transform: translateX(250%) translateY(-50%);
}
.serviceNewItem a:hover h2 .ja .arrow::after {
  transform: translateX(-50%) translateY(-50%);
}
.serviceNewItem h2 {
  text-align: center;
}
.serviceNewItem h2 > span {
  display: block;
}
.serviceNewItem h2 > span.en {
  color: #999;
  font-family: "jost", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}
.serviceNewItem h2 > span.ja {
  display: inline-block;
  letter-spacing: 0.05em;
  position: relative;
}
.serviceNewItem h2 > span.ja::before {
  background: #333;
  content: "";
  width: 100%;
  height: 1.5px;
  position: absolute;
  left: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.serviceNewItem h2 > span.ja .arrow {
  border-radius: 50%;
  background-color: #333;
  overflow: hidden;
  display: inline-block;
  position: absolute;
  top: 5px;
  right: -57px;
}
.serviceNewItem h2 > span.ja .arrow::before, .serviceNewItem h2 > span.ja .arrow::after {
  content: "";
  background: url(../images/service/buttonArrowWhite.svg) no-repeat center left/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease 0s;
  animation-fill-mode: both;
  animation-duration: 0.2s;
}
.serviceNewItem h2 > span.ja .arrow::after {
  transform: translateX(-250%) translateY(-50%);
}
.serviceNewItem div img {
  width: 100%;
}
.serviceNewItem ul {
  max-width: 100%;
  margin: auto;
}
.serviceNewItem ul li {
  position: relative;
}
.serviceNewItem ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  border-radius: 50%;
  background-color: #FFFF00;
}

.serviceWrap h1 {
  margin-bottom: 22px;
}
.serviceWrap h1 span {
  display: block;
}
.serviceWrap h1 span.en {
  color: #999;
}
.serviceWrap h1 span.ja {
  margin-top: 10px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@media screen and (max-width: 768px) {
  /*----------------------------------
  パンくず
  ----------------------------------*/
  .breadcrumb {
    margin-top: 110px;
  }
  .breadcrumbInner {
    width: calc(100% - 40px);
    max-width: 1160px;
    margin: 0 auto;
  }
  .breadcrumbItems {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-family: "jost", "Noto Sans JP", sans-serif;
    letter-spacing: 0.08em;
  }
  .breadcrumbItems li {
    font-size: 12px;
    margin-bottom: 3px;
  }
  .breadcrumbItems li.slash {
    margin-inline: 4px;
    opacity: 0.5;
  }
  .breadcrumbItems li a {
    opacity: 0.5;
  }
  .breadcrumbItems li:has(.post) {
    margin-left: 0;
  }
  /*----------------------------------
  企業ブランディングページ
  ----------------------------------*/
  .serviceBrandingHead {
    position: relative;
  }
  .serviceBrandingHeadTitle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 21px;
    top: 45px;
  }
  .serviceBrandingHeadImg {
    text-align: center;
    line-height: 1;
    width: 400px;
    max-width: 100%;
    margin: auto;
  }
  .serviceBrandingHeadImg img {
    width: 100%;
    max-width: 947px;
  }
  .serviceBrandingIntroContent h1 {
    margin-bottom: 22px;
  }
  .serviceBrandingIntroContent h1 span {
    display: block;
  }
  .serviceBrandingIntroContent h1 span.en {
    color: #999;
    letter-spacing: 1px;
    font-size: 13px;
  }
  .serviceBrandingIntroContent h1 span.ja {
    letter-spacing: 1px;
    font-size: 21px;
  }
  .serviceBrandingIntroContent p {
    font-size: 15px;
    line-height: 2;
    margin-top: 30px;
  }
  .serviceSecondLinkList {
    margin-top: 40px;
  }
  .serviceSecondLinkList li {
    border-bottom: 1px solid #333;
  }
  .serviceSecondLinkList li a {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 14px;
    padding: 20px 0;
  }
  .serviceSecondLinkList li a::after {
    content: "";
    background: url(../images/service/pageLinkArrow.svg) no-repeat center left/contain;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    width: 23px;
    height: 23px;
  }
  .serviceSecondLinkList li a > span {
    transition: all 0.3s ease 0s;
  }
  .serviceSecondLinkList li a .num {
    display: inline-block;
    font-family: "jost", sans-serif;
    font-size: 18px;
    margin-right: 20px;
  }
  .serviceSecondLinkList li a:hover > span {
    opacity: 0.5;
  }
  .serviceSecondLinkList li a:hover::after {
    transform: translateY(calc(-50% + 5px));
  }
  .serviceSecondLinkList li:last-child {
    border-bottom: none;
  }
  .bgGray {
    position: relative;
  }
  .bgGray::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #F2F2F2;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    z-index: -1;
  }
  .serviceBrandingSection.consultation {
    position: relative;
    margin-top: 100px;
  }
  .serviceBrandingSection.consultation::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    height: 292px;
    background: linear-gradient(to bottom, #FFF, #F2F2F2);
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    z-index: -1;
  }
  .serviceBrandingSection.howTo {
    margin-top: 152px;
  }
  .serviceBrandingSection.howTo p {
    font-size: 13px;
    line-height: 2;
    margin-top: 35px;
  }
  .serviceBrandingSection.brandingContent {
    padding-top: 100px;
  }
  .serviceBrandingSection.flow {
    padding-top: 80px;
  }
  .serviceBrandingSection.production {
    background-color: #F2F2F2;
    margin-top: 90px;
    padding: 80px 0;
  }
  .serviceBrandingSection.faq {
    padding-top: 80px;
  }
  .serviceBrandingSectionTitle {
    position: relative;
    font-size: 16px;
    padding-left: 32px;
  }
  .serviceBrandingSectionTitle::before {
    content: "";
    background: url(../images/service/hikari.webp) no-repeat center left/contain;
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
  }
  .corporateBrandingItems {
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
  }
  .corporateBrandingItem {
    width: calc(50% - 10px);
  }
  .corporateBrandingItem:nth-of-type(even) {
    margin-left: 20px;
  }
  .corporateBrandingItem:nth-of-type(n + 3) {
    margin-top: 40px;
  }
  .corporateBrandingItem div {
    width: 70%;
    margin: auto;
  }
  .corporateBrandingItem p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 2;
  }
  .serviceBrandingSectionWrap {
    background-color: #fff;
    margin-top: 64px;
    padding: 45px 20px;
    border-radius: 25px;
  }
  .serviceBrandingSectionItem + .serviceBrandingSectionItem {
    margin-top: 50px;
  }
  .serviceBrandingSectionSubTitle {
    color: #fff;
    background-color: #333;
    display: flex;
    align-items: center;
    font-size: 15px;
    padding: 1px 0 0 7px;
  }
  .serviceBrandingSectionLists li {
    margin-top: 35px;
  }
  .serviceBrandingSectionLists li div img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .serviceBrandingSectionLists li h4 {
    font-size: 15px;
    margin-top: 20px;
  }
  .serviceBrandingSectionLists li p {
    letter-spacing: 0.04em;
    font-size: 13px;
    line-height: 2;
    margin-top: 20px;
  }
  .serviceBrandingCase {
    background-color: #F2F2F2;
    padding-top: 70px;
  }
  .serviceSecondSectionTitle {
    text-align: center;
    font-size: 18px;
  }
  .serviceBrandingSlider {
    margin-top: 30px;
  }
  .serviceBrandingSlide {
    padding: 0 12.5px;
  }
  .serviceBrandingSlide a:hover img {
    transform: scale(1.1);
  }
  .serviceBrandingSlide div {
    overflow: hidden;
  }
  .serviceBrandingSlide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 0.5s ease 0s, opacity 0.9s cubic-bezier(0.5, 0, 0, 1) 0s;
  }
  .serviceBrandingSlide h3 {
    font-size: 14px;
    margin-top: 20px;
  }
  .serviceBrandingSlide p {
    font-size: 12px;
    line-height: 2;
    margin-top: 20px;
  }
  .prev-arrow,
  .next-arrow {
    background: url(../images/service/hidari.webp) no-repeat center left/contain;
    position: absolute;
    translate: translateY(-50%);
    aspect-ratio: 1;
    z-index: 2;
    top: 22%;
    width: 15vw;
  }
  .prev-arrow:hover,
  .next-arrow:hover {
    cursor: pointer;
  }
  .prev-arrow {
    left: calc(50% - 50vw);
  }
  /*----------------------------------
  グラフィックデザインページ
  ----------------------------------*/
  /*----------------------------------
  ブランディングデザイン
  ----------------------------------*/
  /*----------------------------------
  サービスページ
  ----------------------------------*/
  /* Slider */
  /* Slider */
  /* Icons */
  /* Arrows */
  /* Dots */
}
@media screen and (max-width: 768px) and (min-width: 768px) and (max-width: 1150px) {
  .prev-arrow {
    left: calc(50% - 18vw - 3.5vw - 60px);
  }
}
@media screen and (max-width: 768px) and (min-width: 1150px) and (max-width: 1430px) {
  .prev-arrow {
    left: calc(50% - 20.5vw - 3.5vw - 60px);
  }
}
@media screen and (max-width: 768px) {
  .next-arrow {
    rotate: 180deg;
    right: calc(50% - 50vw);
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) and (max-width: 1150px) {
  .next-arrow {
    right: calc(50% - 18vw - 3.5vw - 60px);
  }
}
@media screen and (max-width: 768px) and (min-width: 1150px) and (max-width: 1430px) {
  .next-arrow {
    right: calc(50% - 20.5vw - 3.5vw - 60px);
  }
}
@media screen and (max-width: 768px) {
  .caseLink {
    width: calc(100% - 40px);
    max-width: 1080px;
    margin: auto;
    margin-top: 35px;
  }
  .caseLinkLists li {
    border-bottom: 1px solid #B3B3B3;
  }
  .caseLinkLists li a {
    display: flex;
    align-items: center;
    height: 100%;
    font-weight: 500;
    position: relative;
    font-size: 15px;
    padding: 20px 0;
  }
  .caseLinkLists li a::after {
    content: "";
    background: url(../images/service/pageLinkArrow.svg) no-repeat center left/contain;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 23px;
    height: 23px;
  }
  .caseLinkLists li a span {
    transition: all 0.3s ease 0s;
  }
  .caseLinkLists li a .arrow {
    display: inline-block;
  }
  .caseLinkLists li a:hover span {
    opacity: 0.5;
  }
  .caseLinkLists li a:hover::after {
    transform: translateY(5px);
  }
  .caseLinkLists li a:hover .arrow {
    opacity: 1 !important;
  }
  .caseLinkLists li:nth-child(2)::before {
    left: 0;
  }
  .caseLinkLists li:nth-child(2)::after {
    right: 0;
  }
  .serviceBranding {
    overflow: hidden;
    margin-top: -10px;
  }
  .serviceBranding .yellowBackground {
    background: linear-gradient(to bottom, #F2F2F2, #FFFFCC);
  }
  .yellowBackground {
    background: linear-gradient(to bottom, #FFF, #FFFFCC);
    height: 70px;
  }
  .s-branding .yellowBackground {
    background: linear-gradient(to bottom, #F2F2F2, #FFFFCC);
  }
  .serviceBrandingContactLink {
    position: relative;
  }
  .serviceBrandingContactLink a:hover img {
    transform: scale(1.1);
  }
  .serviceBrandingContactLink a:hover .serviceBrandingContactLinkContent div .arrow::before {
    transform: translateX(240%) translateY(-50%);
  }
  .serviceBrandingContactLink a:hover .serviceBrandingContactLinkContent div .arrow::after {
    transform: translateX(-50%) translateY(-50%);
  }
  .serviceBrandingContactLinkImg {
    overflow: hidden;
    height: 252px;
  }
  .serviceBrandingContactLinkImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 0.5s ease 0s, opacity 0.9s cubic-bezier(0.5, 0, 0, 1) 0s;
  }
  .serviceBrandingContactLinkContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
  }
  .serviceBrandingContactLinkContent * {
    color: #fff;
    font-weight: 500;
  }
  .serviceBrandingContactLinkContent p {
    font-size: 13px;
  }
  .serviceBrandingContactLinkContent div {
    display: flex;
    align-items: center;
    font-size: 22px;
    justify-content: center;
  }
  .serviceBrandingContactLinkContent div .arrow {
    position: relative;
    margin-left: 20px;
    border-radius: 50%;
    background-color: #FFFF00;
    display: inline-block;
    overflow: hidden;
    width: 40px;
    height: 40px;
  }
  .serviceBrandingContactLinkContent div .arrow::before, .serviceBrandingContactLinkContent div .arrow::after {
    content: "";
    background: url(../images/service/contactArrow.svg) no-repeat center left/contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease 0s;
    animation-fill-mode: both;
    animation-duration: 0.2s;
    width: 13px;
    height: 9px;
  }
  .serviceBrandingContactLinkContent div .arrow::after {
    transform: translateX(-240%) translateY(-50%);
  }
  .serviceBrandingFlowLists {
    margin-top: 40px;
  }
  .serviceBrandingFlowLists li {
    border-bottom: 1px solid #B3B3B3;
    padding: 20px 0;
  }
  .serviceBrandingFlowLists li:first-child {
    border-top: 1px solid #B3B3B3;
  }
  .serviceBrandingFlowLists li .wrap {
    display: flex;
    align-items: center;
  }
  .serviceBrandingFlowLists li .num {
    font-family: "jost", sans-serif;
    font-size: 20px;
  }
  .serviceBrandingFlowLists li .title {
    font-weight: 500;
    position: relative;
    font-size: 15px;
    margin-left: 32px;
  }
  .serviceBrandingFlowLists li .title::before {
    content: "";
    background: url(../images/service/hikari.webp) no-repeat center left/contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    left: -23px;
  }
  .serviceBrandingFlowLists li .text {
    font-size: 13px;
    line-height: 2;
    margin: 5px 0 0 59px;
  }
  .serviceBrandingFlowLists li .text a {
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: all 0.3s ease 0s;
  }
  .serviceBrandingFlowLists li .text a:hover {
    opacity: 0.5;
  }
  .flowCaption {
    font-size: 12px;
    line-height: 2;
    margin-top: 20px;
  }
  .serviceBrandingProductionIntro {
    text-align: center;
    position: relative;
    width: calc(100% - 40px);
    max-width: 800px;
    margin: auto;
    margin-top: 45px;
    padding: 0 30px;
  }
  .serviceBrandingProductionIntro::before, .serviceBrandingProductionIntro::after {
    content: "";
    background: url(../images/service/brackets.svg) no-repeat center left/contain;
    position: absolute;
    top: 0;
    width: 6vw;
    height: 100%;
  }
  .serviceBrandingProductionIntro::before {
    left: 0;
  }
  .serviceBrandingProductionIntro::after {
    right: 0;
    transform: rotate(180deg);
  }
  .serviceBrandingProductionIntro h3 {
    font-weight: 700;
    font-size: 15px;
  }
  .serviceBrandingProductionIntro p {
    font-size: 13px;
    line-height: 2;
    margin-top: 10px;
  }
  .serviceBrandingProductionContent {
    width: calc(100% - 40px);
    max-width: 800px;
    margin: auto;
    margin-top: 45px;
  }
  .serviceBrandingProductionTable table {
    width: 100%;
  }
  .serviceBrandingProductionTable table tr {
    border-bottom: 1px solid #B3B3B3;
  }
  .serviceBrandingProductionTable table tr:not(:first-child) td {
    padding: 20px 0;
  }
  .serviceBrandingProductionTable table tr:not(:first-child) td:first-child {
    font-size: 14px;
    font-weight: 700;
  }
  .serviceBrandingProductionTable table tr:not(:first-child) td:nth-child(2) {
    position: relative;
    text-align: left !important;
    padding-left: 20px;
  }
  .serviceBrandingProductionTable table tr:not(:first-child) td:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    background-color: #B3B3B3;
    height: 80%;
  }
  .serviceBrandingProductionTable table tr:not(:first-child) td:nth-child(2) .price {
    display: flex;
    align-items: center;
  }
  .serviceBrandingProductionTable table tr:not(:first-child) td:nth-child(2) .num {
    font-family: "jost", sans-serif;
    font-size: 20px;
  }
  .serviceBrandingProductionTable table tr:not(:first-child) td:nth-child(2) .yen {
    color: #808080;
    font-size: 12px;
    margin-left: 2px;
  }
  .serviceBrandingProductionTable table tr:not(:first-child) td:nth-child(2) .period {
    display: block;
    font-size: 14px;
  }
  .serviceBrandingProductionTable table tr:not(:first-child) td:nth-child(3) {
    display: none;
  }
  .serviceBrandingProductionTable table tr:not(:first-child) td:not(:first-child) {
    text-align: center;
  }
  .serviceBrandingProductionTable table th {
    font-weight: 400 !important;
    font-size: 13px;
    padding-bottom: 15px;
  }
  .serviceBrandingProductionTable table th.col1 {
    width: 35%;
  }
  .serviceBrandingProductionTable table th.col2 {
    width: 40%;
  }
  .serviceBrandingProductionTable table th:last-child {
    display: none;
  }
  .serviceBrandingProductionCaption {
    margin-top: 15px;
  }
  .serviceBrandingProductionCaption p {
    font-size: 12px;
    line-height: 2;
  }
  .serviceBrandingProductionButton {
    margin-top: 60px;
  }
  .serviceBrandingProductionButton div:first-of-type a {
    background-color: #333;
    color: #fff;
  }
  .serviceBrandingProductionButton div:first-of-type a::after {
    background: url(../images/service/buttonArrowWhite.svg) no-repeat center left/contain;
  }
  .serviceBrandingProductionButton div:first-of-type a:hover {
    background-color: #ffff00;
    color: #333;
  }
  .serviceBrandingProductionButton div:first-of-type a:hover::after {
    background: url(../images/service/buttonArrowBlack.svg) no-repeat center left/contain;
  }
  .serviceBrandingProductionButton div:nth-of-type(2) {
    margin-top: 25px;
  }
  .serviceBrandingProductionButton div:nth-of-type(2) a {
    border: 1px solid #333;
  }
  .serviceBrandingProductionButton div:nth-of-type(2) a::after {
    background: url(../images/service/buttonArrowBlack.svg) no-repeat center left/contain;
  }
  .serviceBrandingProductionButton div:nth-of-type(2) a:hover {
    border: none;
  }
  .serviceBrandingProductionButton a {
    width: 522px;
    max-width: 100%;
    margin: auto;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease 0s;
    font-weight: 500;
    position: relative;
    font-size: 15px;
    height: 70px;
  }
  .serviceBrandingProductionButton a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 20px;
    height: 13px;
  }
  .serviceBrandingProductionButton a:hover {
    background-color: #ffff00;
  }
  .accordionWrap {
    width: calc(100% - 40px);
    max-width: 800px;
    margin: auto;
    margin-top: 30px;
  }
  .accordionItem {
    border-bottom: 1px solid #B3B3B3;
  }
  .accordionItem:first-of-type {
    border-top: 1px solid #B3B3B3;
  }
  .accordionTrigger {
    display: flex;
    font-weight: 700;
    position: relative;
    padding: 25px 0;
  }
  .accordionTrigger:hover {
    cursor: pointer;
  }
  .accordionTrigger::after {
    content: "";
    background: url(../images/service/accordionArrow.svg) no-repeat center left/contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 12px;
    transition: all 0.3s ease 0s;
    right: 0;
  }
  .accordionTrigger.open::after {
    transform: translateY(-50%) rotate(-180deg);
  }
  .accordionTrigger .left {
    font-family: "jost", sans-serif;
    flex: 0 0 15px;
    font-size: 18px;
  }
  .accordionTrigger .right {
    font-size: 15px;
    line-height: 1.6666666667;
    margin-left: 25px;
    padding-right: 35px;
  }
  .accordionContent {
    display: none;
    padding: 0 0 25px 10px;
  }
  .accordionContent p {
    font-size: 13px;
    line-height: 2;
  }
  .accordionContent p a {
    text-decoration: underline;
  }
  .accordionContent p a:hover {
    opacity: 0.75;
  }
  .d-iblock {
    display: inline-block;
  }
  .graphicDesign {
    overflow: hidden;
  }
  .graphicDesign .serviceBrandingIntroContent {
    margin-top: -60px;
  }
  .graphicDesign .serviceBrandingIntroContent p {
    margin-top: 20px;
  }
  .graphicDesign .serviceSecondLinkList li:last-child {
    border-bottom: none;
  }
  .graphicDesign .loop + .serviceWrap {
    padding: 0;
  }
  .graphicDesign .serviceBrandingProductionTable table th.col1 {
    width: 41.63%;
  }
  .graphicDesignWrap {
    width: calc(100% - 40px);
    max-width: 1160px;
    margin: 0 auto;
    padding-top: 80px;
  }
  .sidebar {
    position: relative;
    z-index: 2;
    display: none;
  }
  .sidebar .button {
    display: none;
  }
  .sidebar .button a {
    display: flex;
    align-items: center;
    height: 80px;
    border-radius: 100px;
    background-color: #333;
    color: #fff;
    padding-left: 36px;
    position: relative;
    transition: all 0.3s ease 0s;
  }
  .sidebar .button a::after {
    content: "";
    background: url(../images/service/buttonArrowWhite.svg) no-repeat center left/contain;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 15px;
    height: 11px;
  }
  .sidebar .button a:hover {
    background-color: #FFFF00;
    color: #333;
  }
  .sidebar .button a:hover::after {
    background-image: url(../images/service/buttonArrowBlack.svg);
  }
  .sidebarTrigger {
    padding: 20px 0;
    text-align: center;
    position: relative;
    font-size: 14px;
  }
  .sidebarTrigger::after {
    content: "";
    background: url(../images/service/accordionArrow.svg) no-repeat center left/contain;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 20px;
    height: 10px;
    transition: all 0.3s ease 0s;
  }
  .sidebarTrigger:hover {
    cursor: pointer;
  }
  .sidebarTrigger.open::after {
    transform: translateY(-50%) rotate(-180deg);
  }
  .sidebarList {
    display: none;
  }
  .sidebar ul {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 20px;
    position: relative;
  }
  .sidebarItem {
    opacity: 0.5;
    cursor: pointer;
  }
  .sidebarItem.active {
    opacity: 1;
    position: relative;
  }
  .sidebarSp {
    border: 1px solid #333;
  }
  .sidebarSp .sidebarList ul {
    display: flex;
    flex-wrap: wrap;
    padding: 25px 20px 20px;
    position: relative;
  }
  .sidebarSp .sidebarList ul::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    height: 1px;
    background-color: #333;
  }
  .sidebarSp .sidebarList ul li {
    background-color: #f2f2f2;
    border-radius: 50px;
    padding: 10px 20px;
    margin: 0 5px 10px 0;
    font-size: 13px;
  }
  .graphicDesignContentArea {
    grid-column: 3;
  }
  .graphicDesignContent:first-of-type {
    padding-top: 90px;
  }
  .graphicDesignContent + .graphicDesignContent {
    padding-top: 35px;
    margin-top: 35px;
  }
  .graphicDesignContent h2 span {
    display: block;
  }
  .graphicDesignContent h2 span.en {
    font-weight: 400;
    letter-spacing: 1px;
    position: relative;
    font-size: 13px;
    padding-left: 20px;
  }
  .graphicDesignContent h2 span.en::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #FFFF00;
  }
  .graphicDesignContent h2 span.ja {
    font-size: 18px;
    margin-top: 5px;
  }
  .graphicDesignContent .images {
    display: flex;
    margin-top: 20px;
  }
  .graphicDesignContent .images .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .graphicDesignContent .images .image:not(:nth-of-type(3)) {
    display: none;
  }
  .graphicDesignContent .text {
    font-size: 15px;
    line-height: 2;
    margin-top: 30px;
  }
  .graphicDesignContent .example {
    color: #808080;
    font-size: 12px;
    line-height: 2;
    margin-top: 15px;
  }
  .loop {
    overflow: hidden;
    margin-top: 90px;
  }
  .loopWrap {
    width: 100%;
    position: relative;
    height: 110px;
  }
  .loopImg {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    animation: loopAnim 40s linear infinite;
    height: 100%;
  }
  .loopImg img {
    height: 100%;
    width: auto;
    margin-right: 80px;
  }
  @keyframes loopAnim {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  .graphicDesignStrengths {
    padding-top: 90px;
  }
  .graphicDesignStrengths h2 {
    font-size: 21px;
    padding-left: 20px;
  }
  .graphicDesignStrengthsContent {
    margin-top: 40px;
  }
  .graphicDesignStrengthsContent ul li {
    border-bottom: 1px solid #999;
  }
  .graphicDesignStrengthsContent ul li:first-child {
    border-top: 1px solid #999;
  }
  .graphicDesignStrengthsContent ul li:first-child .left {
    padding-top: 35px;
  }
  .graphicDesignStrengthsContent ul li + li {
    margin-top: 50px;
  }
  .graphicDesignStrengthsContent ul li .left {
    padding: 0 20px;
  }
  .graphicDesignStrengthsContent ul li .left .num {
    font-family: "jost", sans-serif;
    font-size: 23px;
  }
  .graphicDesignStrengthsContent ul li .left h3 {
    font-size: 16px;
    line-height: 1.6875;
    margin: 20px 0 0 50px;
  }
  .graphicDesignStrengthsContent ul li .left p {
    font-size: 13px;
    line-height: 1.8461538462;
    margin: 25px 0 0 50px;
  }
  .graphicDesignStrengthsContent ul li .right {
    margin-top: 35px;
  }
  .graphicDesignStrengthsContent ul li .right div {
    height: 100%;
  }
  .graphicDesignStrengthsContent ul li .right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .branding {
    padding-top: 40px;
  }
  .branding .yellowBackground {
    height: 100px;
  }
  .brandingLoop {
    overflow: hidden;
    margin-top: 25px;
  }
  .brandingLoopWrap {
    animation: slideRightLeft 40s linear infinite;
    display: flex;
    margin: 0;
    padding: 0;
    width: -moz-max-content;
    width: max-content;
  }
  .brandingLoopWrap + .brandingLoopWrap {
    margin-left: -165px;
  }
  .brandingLoopWrap div {
    width: 230px;
    height: 118px;
  }
  .brandingLoopWrap div img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  @keyframes slideRightLeft {
    from {
      transform: translateX(0%);
    }
    to {
      transform: translateX(-50%);
    }
  }
  .brandingIntro {
    width: calc(100% - 40px);
    max-width: 752px;
    margin: 0 auto;
    margin-top: 90px;
  }
  .brandingIntro h2 img {
    width: 90%;
    max-width: 350px;
  }
  .brandingIntro p {
    margin-top: 50px;
    font-size: 14px;
    line-height: 2;
  }
  .braindingBgGray {
    background-color: #f2f2f2;
  }
  .brandingSection.important {
    padding-top: 50px;
    padding-bottom: 8px;
  }
  .brandingSection.element {
    margin-top: 90px;
  }
  .brandingSection.element .brandingSectionElement {
    margin-top: 30px;
  }
  .brandingSection.element .brandingSectionElement div {
    width: 664px;
    max-width: 100%;
    margin: auto;
    margin-top: 30px;
  }
  .brandingSection.element p {
    font-size: 13px;
    line-height: 1.9230769231;
  }
  .brandingSection.process {
    margin-top: 90px;
  }
  .brandingSection.process p {
    font-size: 13px;
    line-height: 1.9230769231;
    margin-top: 30px;
  }
  .brandingSection.thinking {
    margin-top: 0;
    padding-top: 50px;
  }
  .brandingSectionImportant {
    margin-top: 60px;
  }
  .brandingSectionImportant div + div {
    margin-top: 60px;
  }
  .brandingSectionImportant div h3 {
    font-weight: 500;
    font-size: 30px;
  }
  .brandingSectionImportant div p {
    font-size: 13px;
    line-height: 1.9230769231;
    margin-top: 35px;
  }
  .brandingSectionImportantButton {
    text-align: right;
    margin: 50px 0px 0 0;
  }
  .brandingSectionImportantButton a {
    border-bottom: 1px solid;
    padding-bottom: 7px;
    position: relative;
    font-size: 15px;
    padding-right: 45px;
  }
  .brandingSectionImportantButton a::after {
    content: "";
    background: url(../images/service/pageLinkArrow.svg) no-repeat center left/contain;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.3s ease 0s;
    width: 23px;
    height: 23px;
  }
  .brandingSectionImportantButton a:hover span {
    opacity: 0.5;
  }
  .brandingSectionImportantButton a:hover::after {
    transform: translateY(5px);
  }
  .brandingSectionImportantButton a span {
    transition: all 0.3s ease 0s;
  }
  .brandingSectionProcessWrap {
    width: 795px;
    max-width: 100%;
    margin: auto;
    margin-top: 30px;
  }
  .brandingSectionProcessWrap .right {
    display: none;
  }
  .brandingSectionProcessWrap .right h3 {
    font-weight: 500;
  }
  .brandingSectionProcessWrap .right ul li {
    color: #808080;
  }
  .brandingMenuList {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .brandingMenuList ul li {
    border-bottom: 1px solid #333;
  }
  .brandingMenuList ul li:last-child {
    border-bottom: none;
  }
  .brandingMenuList ul li a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 40px 0;
  }
  .brandingMenuList ul li a:hover .title {
    opacity: 0.5;
  }
  .brandingMenuList ul li a:hover .button::before {
    transform: translateX(240%) translateY(-50%);
  }
  .brandingMenuList ul li a:hover .button::after {
    transform: translateX(-50%) translateY(-50%);
  }
  .brandingMenuList ul li a .num {
    flex: 0 0 55px;
    margin-right: 25px;
  }
  .brandingMenuList ul li a .num img {
    width: 100%;
  }
  .brandingMenuList ul li a .title {
    transition: all 0.3s ease 0s;
  }
  .brandingMenuList ul li a .title span {
    display: block;
  }
  .brandingMenuList ul li a .title span.ja {
    font-weight: 700;
    font-size: 18px;
  }
  .brandingMenuList ul li a .title span.en {
    color: #999;
    font-family: "jost", sans-serif;
    font-size: 13px;
  }
  .brandingMenuList ul li a .button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #333;
    overflow: hidden;
    width: 28px;
    height: 28px;
  }
  .brandingMenuList ul li a .button::before, .brandingMenuList ul li a .button::after {
    content: "";
    background: url(../images/service/buttonArrowWhite.svg) no-repeat center left/contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease 0s;
    animation-fill-mode: both;
    animation-duration: 0.2s;
    width: 15px;
    height: 12px;
  }
  .brandingMenuList ul li a .button::after {
    transform: translateX(-240%) translateY(-50%);
  }
  .brandingSectionThinking {
    margin-top: 45px;
  }
  .brandingSectionThinkingItem + .brandingSectionThinkingItem {
    margin-top: 100px;
  }
  .brandingSectionThinkingItem h3 {
    font-family: "jost", sans-serif;
    font-weight: 500;
    letter-spacing: 0.15em;
    font-size: 40px;
  }
  .brandingSectionThinkingItem div {
    margin-top: 45px;
  }
  .brandingSectionThinkingItem div h4 img {
    display: none;
  }
  .brandingSectionThinkingItem div h4 span {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
  }
  .brandingSectionThinkingItem div p {
    letter-spacing: 0.1em;
    font-size: 13px;
    line-height: 1.9230769231;
    margin-top: 50px;
  }
  .brandingSectionThinkingOutro {
    margin: 70px 0 90px;
  }
  .brandingSectionThinkingOutro p {
    text-align: center;
    font-size: 15px;
    line-height: 2.1333333333;
  }
  .serviceNew {
    padding-top: 10px;
  }
  .serviceNew .contentsHead {
    border-bottom: none;
  }
  .contentsHeadWrapper {
    background: linear-gradient(to bottom, #FFF, #F2F2F2);
  }
  .serviceNewBg {
    background-color: #F2F2F2;
    padding-bottom: 80px;
  }
  .serviceNewItem:first-of-type a {
    padding-top: 70px;
  }
  .serviceNewItem:first-of-type h2 {
    position: relative;
    font-size: 18px;
  }
  .serviceNewItem:first-of-type h2::before {
    content: "";
    background: url(../images/service/branding.webp) no-repeat center left/contain;
    position: absolute;
    z-index: -1;
    top: -37px;
    left: 52%;
    transform: translateX(-50%);
    width: 310px;
    height: 84px;
  }
  .serviceNewItem:nth-of-type(2) {
    margin-top: 60px;
  }
  .serviceNewItem:nth-of-type(2) a {
    padding: 35px 20px 35px 36px;
  }
  .serviceNewItem:nth-of-type(2) ul {
    width: 890px;
    grid-template-columns: auto 68px auto 50px auto 50px auto;
  }
  .serviceNewItem:nth-of-type(2) ul li:nth-child(4n+1) {
    grid-column: 1;
  }
  .serviceNewItem:nth-of-type(2) ul li:nth-child(4n+2) {
    grid-column: 3;
  }
  .serviceNewItem:nth-of-type(2) ul li:nth-child(4n+3) {
    grid-column: 5;
  }
  .serviceNewItem:nth-of-type(2) ul li:nth-child(4n) {
    grid-column: 7;
  }
  .serviceNewItem:nth-of-type(3), .serviceNewItem:nth-of-type(4) {
    margin-top: 40px;
  }
  .serviceNewItem:nth-of-type(3) a, .serviceNewItem:nth-of-type(4) a {
    padding: 35px 20px 35px 36px;
  }
  .serviceNewItem:nth-of-type(3) ul {
    width: 750px;
    grid-template-columns: auto 47px auto 9px auto 89px auto;
  }
  .serviceNewItem:nth-of-type(3) li:nth-child(4n+1) {
    grid-column: 1;
  }
  .serviceNewItem:nth-of-type(3) li:nth-child(4n+2) {
    grid-column: 3;
  }
  .serviceNewItem:nth-of-type(3) li:nth-child(4n+3) {
    grid-column: 5;
  }
  .serviceNewItem:nth-of-type(3) li:nth-child(4n) {
    grid-column: 7;
  }
  .serviceNewItem:nth-of-type(4) ul {
    width: 670px;
    grid-template-columns: auto 54px auto 50px auto;
  }
  .serviceNewItem:nth-of-type(4) li:nth-child(3n+1) {
    grid-column: 1;
  }
  .serviceNewItem:nth-of-type(4) li:nth-child(3n+2) {
    grid-column: 3;
  }
  .serviceNewItem:nth-of-type(4) li:nth-child(3n) {
    grid-column: 5;
  }
  .serviceNewItem a {
    display: block;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
  }
  .serviceNewItem a:hover {
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1);
    scale: 1.05;
  }
  .serviceNewItem a:hover h2 .ja::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .serviceNewItem a:hover h2 .ja .arrow::before {
    transform: translateX(250%) translateY(-50%);
  }
  .serviceNewItem a:hover h2 .ja .arrow::after {
    transform: translateX(-50%) translateY(-50%);
  }
  .serviceNewItem h2 {
    text-align: center;
    line-height: 1.2;
  }
  .serviceNewItem h2 > span {
    display: block;
  }
  .serviceNewItem h2 > span.en {
    color: #999;
    font-family: "jost", sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 13px;
  }
  .serviceNewItem h2 > span.ja {
    display: inline-block;
    letter-spacing: 0.05em;
    position: relative;
    font-size: 18px;
    margin-top: -5px;
  }
  .serviceNewItem h2 > span.ja::before {
    background: #333;
    content: "";
    width: 100%;
    height: 1.5px;
    position: absolute;
    left: 0;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform 0.3s;
    bottom: -3px;
  }
  .serviceNewItem h2 > span.ja .arrow {
    border-radius: 50%;
    background-color: #333;
    overflow: hidden;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: -57px;
    width: 25px;
    height: 25px;
    top: -1px;
    right: -33px;
  }
  .serviceNewItem h2 > span.ja .arrow::before, .serviceNewItem h2 > span.ja .arrow::after {
    content: "";
    background: url(../images/service/buttonArrowWhite.svg) no-repeat center left/contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease 0s;
    animation-fill-mode: both;
    animation-duration: 0.2s;
    width: 10px;
    height: 7px;
  }
  .serviceNewItem h2 > span.ja .arrow::after {
    transform: translateX(-250%) translateY(-50%);
  }
  .serviceNewItem div {
    margin-top: 30px;
  }
  .serviceNewItem div img {
    width: 100%;
    border-radius: 0 0 20px 20px;
  }
  .serviceNewItem ul {
    max-width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
  }
  .serviceNewItem ul li {
    position: relative;
    width: calc(50% - 20px);
    font-size: 12px;
  }
  .serviceNewItem ul li:nth-child(even) {
    margin-left: 40px;
  }
  .serviceNewItem ul li:nth-child(n+3) {
    margin-top: 10px;
  }
  .serviceNewItem ul li::before {
    content: "";
    position: absolute;
    top: 8px;
    border-radius: 50%;
    background-color: #FFFF00;
    left: -16px;
    width: 6px;
    height: 6px;
  }
  .serviceWrap {
    padding: 0 20px;
  }
  .serviceWrap h1 {
    margin-bottom: 22px;
  }
  .serviceWrap h1 span {
    display: block;
  }
  .serviceWrap h1 span.en {
    color: #999;
    font-size: 13px;
  }
  .serviceWrap h1 span.ja {
    margin-top: 10px;
    font-size: 21px;
  }
  .serviceTopIntro .serviceTopCatch + p {
    margin-top: 25px;
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
  }
  .serviceTopIntro .serviceTopCatch .catch {
    font-weight: 500;
    line-height: 1.8;
    font-size: 15px;
    font-feature-settings: "palt";
    letter-spacing: 0.15em;
  }
  .serviceTopIntro .serviceTopCatch .catch.second {
    font-size: 20px;
  }
  .serviceTopIntro .serviceTopCatch .contactBtnWrap .contactBtn {
    margin-top: 25px;
    width: 100%;
    height: 40px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #211815;
    font-size: 15px;
    font-family: "jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    position: relative;
  }
  .serviceTopIntro .serviceTopCatch .contactBtnWrap .contactBtn:before {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: calc(50% - 0.5px);
    right: 10px;
  }
  .serviceTopIntro .serviceTopCatch .contactBtnWrap .contactBtn:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: calc(50% - 3px);
  }
  .l4dService {
    margin-top: 80px;
  }
  .l4dService img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .l4dService h2 {
    font-size: 26px;
    font-weight: 400;
    @incluide fontEn;
    text-align: center;
  }
  .l4dService figure {
    text-align: center;
    margin-top: 20px;
  }
  .l4dService p {
    text-align: center;
    margin-top: 25px;
    font-size: 15px;
    font-weight: 500;
  }
  .serviceTopLink {
    margin-top: 50px;
  }
  .serviceTopLink .serviceTopLinkList {
    display: grid;
    gap: 6px;
    margin: 100px auto 0;
    max-width: 450px;
    grid-template-columns: 1fr 1fr;
  }
  .serviceTopLink .serviceTopLinkList li {
    background-color: #F5F5F5;
    position: relative;
    padding: 15px 15px 50px;
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
  }
  .serviceTopLink .serviceTopLinkList li .engTitle {
    font-family: "jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    font-size: 10px;
  }
  .serviceTopLink .serviceTopLinkList li h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
    font-feature-settings: "palt";
  }
  .serviceTopLink .serviceTopLinkList li p {
    font-size: 13px;
    margin-top: 20px;
    line-height: 1.8;
    display: none;
  }
  .serviceTopLink .serviceTopLinkList li .link_btn {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #000;
    color: #fff;
  }
  .serviceTopLink .serviceTopLinkList li .link_btn:before, .serviceTopLink .serviceTopLinkList li .link_btn:after {
    border-color: #fff;
  }
  .serviceH1 {
    margin-bottom: 40px;
    padding-top: 10px;
  }
  .serviceH1 .entitle {
    font-family: "jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
  }
  .serviceH1 h1 {
    font-size: 23px;
    font-weight: 700;
    margin-top: 10px;
  }
  .serviceH1 h1 + p {
    margin-top: 25px;
    font-size: 15px;
    font-weight: 500;
  }
  .BrandingBorderBox {
    border: 1px solid #000;
    padding: 25px 15px;
    margin-top: 50px;
  }
  .BrandingBorderBox * + .title {
    margin-top: 40px;
  }
  .BrandingBorderBox * + .text {
    margin-top: 20px;
  }
  .BrandingBorderBox .title {
    font-size: 20px;
    font-weight: 700;
  }
  .BrandingBorderBox .text {
    font-size: 14px;
  }
  .serviceH2 {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 15px;
  }
  .serviceH2 + figure {
    text-align: center;
  }
  .contents.service .memberworksListWrap {
    width: 100%;
  }
  .kanrenBtnWrap {
    margin-top: 40px;
  }
  .kanrenBtnWrap .kanrenBtn {
    color: #fff;
    background-color: #211815;
    display: flex;
    width: 100%;
    height: 65px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 20px;
    position: relative;
  }
  .kanrenBtnWrap .kanrenBtn:before {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 32px;
    right: 15px;
  }
  .kanrenBtnWrap .kanrenBtn:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 27px;
    right: 14px;
  }
  .serviceFlow {
    margin-top: 25px;
  }
  .serviceFlow + p {
    font-size: 10px;
    margin-top: 10px;
  }
  .serviceFlow > div {
    background-color: #F0EEEC;
    padding: 20px 15px;
  }
  .serviceFlow > div + div {
    margin-top: 15px;
  }
  .serviceFlow > div:last-of-type {
    background-color: #fff;
    border: 1px solid #000;
  }
  .serviceFlow > div > dt {
    display: flex;
    align-items: center;
  }
  .serviceFlow > div > dt .num {
    font-family: "jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    font-size: 21px;
    font-weight: 500;
  }
  .serviceFlow > div > dt .flowTitle {
    font-size: 19px;
    font-weight: 700;
    margin-left: 15px;
  }
  .serviceFlow > div > dd {
    font-size: 13px;
    margin-top: 10px;
  }
  .brandingPolicyWrap {
    margin-top: 50px;
  }
  .brandingPolicyWrap .brandingPolicy + .brandingPolicy {
    margin-top: 50px;
  }
  .brandingPolicyWrap .brandingPolicy .entitle {
    font-size: 40px;
    font-family: "jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .brandingPolicyWrap .brandingPolicy .title {
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
  }
  .brandingPolicyWrap .brandingPolicy .textWrap {
    margin-top: 20px;
  }
  .brandingPolicyWrap .brandingPolicy .textWrap .hide {
    margin-top: 1em;
    display: none;
  }
  .brandingPolicyWrap .brandingPolicy .textWrap p {
    font-size: 13px;
    line-height: 1.8;
  }
  .brandingPolicyWrap .brandingPolicy .moreBtn {
    color: #fff;
    background-color: #211815;
    display: flex;
    width: 100%;
    height: 65px;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0;
    font-size: 20px;
    position: relative;
  }
  .brandingPolicyWrap .brandingPolicy .moreBtn:before {
    content: "";
    transform: rotate(225deg);
    position: absolute;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    width: 14px;
    height: 14px;
    right: 30px;
    bottom: 30px;
    position: absolute;
  }
  .brandingPolicyWrap .brandingPolicy .moreBtn.open::before {
    content: "";
    transform: rotate(135deg) scale(1, -1);
    position: absolute;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    width: 14px;
    height: 14px;
    right: 30px;
    bottom: 21px;
    position: absolute;
  }
  .serviceDetailList .serviceDetail + .serviceDetail {
    margin-top: 40px;
  }
  .serviceDetailList .serviceDetail .numTitle {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .serviceDetailList .serviceDetail .numTitle .num {
    font-size: 25px;
    font-weight: 700;
    display: inline-block;
    border-bottom: 2px solid #000;
    padding-bottom: 2px;
    letter-spacing: 0.1em;
    flex: none;
  }
  .serviceDetailList .serviceDetail .numTitle h2 {
    font-size: 21px;
    font-weight: 700;
  }
  .serviceDetailList .serviceDetail .serviceDetailCont {
    margin-top: 20px;
  }
  .serviceDetailList .serviceDetail .serviceDetailCont p {
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
  }
  .serviceDetailList .serviceDetail .serviceDetailCont figure {
    margin-top: 25px;
  }
  .serviceDetailList .serviceDetail .serviceDetailCont figure img {
    width: 100%;
  }
  .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
  }
  .slick-list:focus {
    outline: none;
  }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
  }
  .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table;
  }
  .slick-track:after {
    clear: both;
  }
  .slick-loading .slick-track {
    visibility: hidden;
  }
  .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
  }
  [dir=rtl] .slick-slide {
    float: right;
  }
  .slick-slide img {
    display: block;
  }
  .slick-slide.slick-loading img {
    display: none;
  }
  .slick-slide.dragging img {
    pointer-events: none;
  }
  .slick-initialized .slick-slide {
    display: block;
  }
  .slick-loading .slick-slide {
    visibility: hidden;
  }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
    display: none;
  }
  .slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat;
  }
  @font-face {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  .slick-prev,
  .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
  }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
  }
  .slick-prev:hover:before, .slick-prev:focus:before,
  .slick-next:hover:before,
  .slick-next:focus:before {
    opacity: 1;
  }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25;
  }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slick-prev {
    left: -25px;
  }
  [dir=rtl] .slick-prev {
    left: auto;
    right: -25px;
  }
  .slick-prev:before {
    content: "←";
  }
  [dir=rtl] .slick-prev:before {
    content: "→";
  }
  .slick-next {
    right: -25px;
  }
  [dir=rtl] .slick-next {
    left: -25px;
    right: auto;
  }
  .slick-next:before {
    content: "→";
  }
  [dir=rtl] .slick-next:before {
    content: "←";
  }
  .slick-dotted.slick-slider {
    margin-bottom: 30px;
  }
  .slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }
  .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
  }
  .slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
  }
  .slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
  }
  .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
  }
}
@media print, screen and (min-width: 769px) {
  /*----------------------------------
  パンくず
  ----------------------------------*/
  .breadcrumb {
    margin-top: 40px;
  }
  .breadcrumbInner {
    width: calc(100% - 40px);
    max-width: 1160px;
    margin: 0 auto;
  }
  .breadcrumbItems {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-family: "jost", "Noto Sans JP", sans-serif;
    letter-spacing: 0.08em;
  }
  .breadcrumbItems li {
    font-size: 14px;
  }
  .breadcrumbItems li.slash {
    margin-inline: 4px;
    opacity: 0.5;
  }
  .breadcrumbItems li a {
    opacity: 0.5;
  }
  /*----------------------------------
  企業ブランディングページ
  ----------------------------------*/
  .serviceBrandingHead {
    position: relative;
  }
  .serviceBrandingHeadTitle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 34px;
    top: 124px;
  }
  .serviceBrandingHeadImg {
    text-align: center;
    line-height: 1;
  }
  .serviceBrandingHeadImg img {
    width: 100%;
    max-width: 947px;
  }
  .serviceBrandingIntro {
    display: flex;
    justify-content: space-between;
    margin-top: 38px;
  }
  .serviceBrandingIntroContent h1 {
    margin-bottom: 22px;
  }
  .serviceBrandingIntroContent h1 span {
    display: block;
  }
  .serviceBrandingIntroContent h1 span.en {
    color: #999;
    letter-spacing: 1px;
    font-size: 24px;
  }
  .serviceBrandingIntroContent h1 span.ja {
    letter-spacing: 1px;
    font-size: 44px;
  }
  .serviceBrandingIntroContent p {
    font-size: 18px;
    line-height: 2.4444444444;
  }
  .serviceSecondLinkList {
    flex: 0 0 360px;
    margin: -15px 0 0 30px;
  }
  .serviceSecondLinkList li {
    border-bottom: 1px solid #333;
  }
  .serviceSecondLinkList li a {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 14px;
    height: 62px;
  }
  .serviceSecondLinkList li a::after {
    content: "";
    background: url(../images/service/pageLinkArrow.svg) no-repeat center left/contain;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    width: 25px;
    height: 25px;
  }
  .serviceSecondLinkList li a > span {
    transition: all 0.3s ease 0s;
  }
  .serviceSecondLinkList li a .num {
    display: inline-block;
    font-family: "jost", sans-serif;
    margin-right: 36px;
  }
  .serviceSecondLinkList li a:hover > span {
    opacity: 0.5;
  }
  .serviceSecondLinkList li a:hover::after {
    transform: translateY(calc(-50% + 5px));
  }
  .serviceSecondLinkList li:last-child {
    border-bottom: none;
  }
  .bgGray {
    position: relative;
  }
  .bgGray::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #F2F2F2;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    z-index: -1;
  }
  .serviceBrandingSection.consultation {
    position: relative;
    margin-top: 271px;
  }
  .serviceBrandingSection.consultation::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    height: 292px;
    background: linear-gradient(to bottom, #FFF, #F2F2F2);
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    z-index: -1;
  }
  .serviceBrandingSection.howTo {
    margin-top: 193px;
  }
  .serviceBrandingSection.howTo p {
    line-height: 2.375;
    margin-top: 20px;
    padding: 0 70px;
  }
  .serviceBrandingSection.brandingContent {
    padding-top: 138px;
  }
  .serviceBrandingSection.flow {
    padding-top: 165px;
  }
  .serviceBrandingSection.production {
    background-color: #F2F2F2;
    margin-top: 165px;
    padding: 165px 0;
  }
  .serviceBrandingSection.faq {
    padding-top: 135px;
  }
  .serviceBrandingSectionTitle {
    position: relative;
    font-size: 23px;
    padding-left: 70px;
  }
  .serviceBrandingSectionTitle::before {
    content: "";
    background: url(../images/service/hikari.webp) no-repeat center left/contain;
    position: absolute;
    left: 0;
    top: 3px;
    width: 30px;
    height: 30px;
  }
  .corporateBrandingItems {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    padding: 0 70px;
  }
  .corporateBrandingItem {
    width: calc(50% - 24px);
    display: flex;
    align-items: center;
  }
  .corporateBrandingItem:nth-of-type(even) {
    margin-left: 48px;
  }
  .corporateBrandingItem:nth-of-type(n + 3) {
    margin-top: 43px;
  }
  .corporateBrandingItem div {
    flex: 0 0 124px;
  }
  .corporateBrandingItem p {
    margin-left: 19px;
    line-height: 2.375;
  }
  .serviceBrandingSectionWrap {
    background-color: #fff;
    margin-top: 50px;
    padding: 68px 90px;
    border-radius: 20px;
  }
  .serviceBrandingSectionItem + .serviceBrandingSectionItem {
    margin-top: 100px;
  }
  .serviceBrandingSectionSubTitle {
    color: #fff;
    background-color: #333;
    display: flex;
    align-items: center;
    font-size: 18px;
    padding: 1px 0 0 7px;
    height: 28px;
  }
  .serviceBrandingSectionLists {
    display: flex;
    flex-wrap: wrap;
  }
  .serviceBrandingSectionLists li {
    width: calc(50% - 50px);
    margin-top: 68px;
  }
  .serviceBrandingSectionLists li:nth-child(even) {
    margin-left: 100px;
  }
  .serviceBrandingSectionLists li div img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .serviceBrandingSectionLists li h4 {
    font-size: 18px;
    margin-top: 30px;
  }
  .serviceBrandingSectionLists li p {
    letter-spacing: 0.04em;
    font-size: 15px;
    line-height: 1.8666666667;
    margin-top: 17px;
  }
  .serviceBrandingCase {
    background-color: #F2F2F2;
    padding-top: 90px;
  }
  .serviceSecondSectionTitle {
    text-align: center;
    font-size: 24px;
  }
  .serviceBrandingSlider {
    margin-top: 55px;
  }
  .slick-slide {
    width: 50vw;
    max-width: 778px !important;
  }
  .serviceBrandingSlide {
    padding: 0 60px;
  }
  .serviceBrandingSlide a:hover img {
    transform: scale(1.1);
  }
  .serviceBrandingSlide div {
    overflow: hidden;
    height: 28.13vw;
    max-height: 409px;
  }
  .serviceBrandingSlide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 0.5s ease 0s, opacity 0.9s cubic-bezier(0.5, 0, 0, 1) 0s;
  }
  .serviceBrandingSlide h3 {
    font-size: 25px;
    margin-top: 35px;
  }
  .serviceBrandingSlide p {
    line-height: 2.375;
    margin-top: 18px;
  }
  .prev-arrow,
  .next-arrow {
    background: url(../images/service/hidari.webp) no-repeat center left/contain;
    position: absolute;
    translate: translateY(-50%);
    aspect-ratio: 1;
    z-index: 2;
    top: 29%;
    width: 7vw;
    max-width: 110px;
  }
  .prev-arrow:hover,
  .next-arrow:hover {
    cursor: pointer;
  }
  .prev-arrow {
    left: calc(50% - 439px);
  }
  /*----------------------------------
  グラフィックデザインページ
  ----------------------------------*/
  /*----------------------------------
  ブランディングデザイン
  ----------------------------------*/
  /*----------------------------------
  サービスページ
  ----------------------------------*/
  /* Slider */
  /* Slider */
  /* Icons */
  /* Arrows */
  /* Dots */
}
@media print, screen and (min-width: 769px) and (min-width: 768px) and (max-width: 1150px) {
  .prev-arrow {
    left: calc(50% - 18vw - 3.5vw - 60px);
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1150px) and (max-width: 1430px) {
  .prev-arrow {
    left: calc(50% - 20.5vw - 3.5vw - 60px);
  }
}
@media print, screen and (min-width: 769px) {
  .next-arrow {
    rotate: 180deg;
    right: calc(50% - 439px);
  }
}
@media print, screen and (min-width: 769px) and (min-width: 768px) and (max-width: 1150px) {
  .next-arrow {
    right: calc(50% - 18vw - 3.5vw - 60px);
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1150px) and (max-width: 1430px) {
  .next-arrow {
    right: calc(50% - 20.5vw - 3.5vw - 60px);
  }
}
@media print, screen and (min-width: 769px) {
  .caseLink {
    width: calc(100% - 40px);
    max-width: 1080px;
    margin: auto;
    margin-top: 140px;
  }
  .caseLinkLists {
    display: flex;
    justify-content: space-between;
    height: 100px;
    border: 1px solid #B3B3B3;
    border-radius: 50px;
  }
  .caseLinkLists li {
    width: 33.3333333333%;
  }
  .caseLinkLists li a {
    display: flex;
    align-items: center;
    height: 100%;
    font-weight: 500;
    position: relative;
    justify-content: center;
  }
  .caseLinkLists li a::after {
    content: "";
    background: url(../images/service/pageLinkArrow.svg) no-repeat center left/contain;
    transition: all 0.3s ease 0s;
    width: 25px;
    height: 25px;
    margin-left: 10px;
  }
  .caseLinkLists li a span {
    transition: all 0.3s ease 0s;
  }
  .caseLinkLists li a .arrow {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 10px;
  }
  .caseLinkLists li a:hover span {
    opacity: 0.5;
  }
  .caseLinkLists li a:hover::after {
    transform: translateY(5px);
  }
  .caseLinkLists li a:hover .arrow {
    opacity: 1 !important;
  }
  .caseLinkLists li:nth-child(2) {
    position: relative;
  }
  .caseLinkLists li:nth-child(2)::before, .caseLinkLists li:nth-child(2)::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #B3B3B3;
    width: 1px;
    height: 68px;
  }
  .caseLinkLists li:nth-child(2)::before {
    left: 0;
  }
  .caseLinkLists li:nth-child(2)::after {
    right: 0;
  }
  .serviceBranding {
    overflow: hidden;
  }
  .serviceBranding .yellowBackground {
    background: linear-gradient(to bottom, #F2F2F2, #FFFFCC);
    padding-top: 34px;
  }
  .yellowBackground {
    background: linear-gradient(to bottom, #FFF, #FFFFCC);
    height: 186px;
  }
  .s-branding .yellowBackground {
    background: linear-gradient(to bottom, #F2F2F2, #FFFFCC);
    padding-top: 34px;
  }
  .serviceBrandingContactLink {
    position: relative;
  }
  .serviceBrandingContactLink a:hover img {
    transform: scale(1.1);
  }
  .serviceBrandingContactLink a:hover .serviceBrandingContactLinkContent div .arrow::before {
    transform: translateX(240%) translateY(-50%);
  }
  .serviceBrandingContactLink a:hover .serviceBrandingContactLinkContent div .arrow::after {
    transform: translateX(-50%) translateY(-50%);
  }
  .serviceBrandingContactLinkImg {
    overflow: hidden;
    height: 420px;
  }
  .serviceBrandingContactLinkImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 0.5s ease 0s, opacity 0.9s cubic-bezier(0.5, 0, 0, 1) 0s;
  }
  .serviceBrandingContactLinkContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .serviceBrandingContactLinkContent * {
    color: #fff;
    font-weight: 500;
  }
  .serviceBrandingContactLinkContent p {
    font-size: 24px;
  }
  .serviceBrandingContactLinkContent div {
    display: flex;
    align-items: center;
    font-size: 36px;
    margin: 5px 0 0 50px;
  }
  .serviceBrandingContactLinkContent div .arrow {
    position: relative;
    margin-left: 20px;
    border-radius: 50%;
    background-color: #FFFF00;
    display: inline-block;
    overflow: hidden;
    width: 70px;
    height: 70px;
  }
  .serviceBrandingContactLinkContent div .arrow::before, .serviceBrandingContactLinkContent div .arrow::after {
    content: "";
    background: url(../images/service/contactArrow.svg) no-repeat center left/contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease 0s;
    animation-fill-mode: both;
    animation-duration: 0.2s;
    width: 26px;
    height: 20px;
  }
  .serviceBrandingContactLinkContent div .arrow::after {
    transform: translateX(-240%) translateY(-50%);
  }
  .serviceBrandingFlowLists {
    margin-top: 40px;
  }
  .serviceBrandingFlowLists li {
    border-bottom: 1px solid #B3B3B3;
    display: flex;
    align-items: center;
    padding: 30.5px 0;
  }
  .serviceBrandingFlowLists li:first-child {
    border-top: 1px solid #B3B3B3;
  }
  .serviceBrandingFlowLists li .wrap {
    display: flex;
    align-items: center;
  }
  .serviceBrandingFlowLists li .num {
    font-family: "jost", sans-serif;
    font-size: 24px;
    flex: 0 0 32px;
  }
  .serviceBrandingFlowLists li .title {
    font-weight: 500;
    position: relative;
    flex: 0 0 250px;
    font-size: 21px;
    margin-left: 78px;
  }
  .serviceBrandingFlowLists li .title::before {
    content: "";
    background: url(../images/service/hikari.webp) no-repeat center left/contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    left: -43px;
  }
  .serviceBrandingFlowLists li .text {
    margin-left: 56px;
    font-size: 15px;
    line-height: 2.1333333333;
  }
  .serviceBrandingFlowLists li .text a {
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: all 0.3s ease 0s;
  }
  .serviceBrandingFlowLists li .text a:hover {
    opacity: 0.5;
  }
  .flowCaption {
    text-align: center;
    font-size: 15px;
    line-height: 2.1333333333;
    margin-top: 28px;
  }
  .serviceBrandingProductionIntro {
    text-align: center;
    position: relative;
    width: calc(100% - 40px);
    max-width: 800px;
    margin: auto;
    margin-top: 80px;
  }
  .serviceBrandingProductionIntro::before, .serviceBrandingProductionIntro::after {
    content: "";
    background: url(../images/service/brackets.svg) no-repeat center left/contain;
    position: absolute;
    top: 0;
    width: 16px;
    height: 154px;
  }
  .serviceBrandingProductionIntro::before {
    left: 0;
  }
  .serviceBrandingProductionIntro::after {
    right: 0;
    transform: rotate(180deg);
  }
  .serviceBrandingProductionIntro h3 {
    font-weight: 700;
    font-size: 22px;
  }
  .serviceBrandingProductionIntro p {
    font-size: 15px;
    line-height: 2.1333333333;
    margin-top: 12px;
  }
  .serviceBrandingProductionContent {
    width: calc(100% - 40px);
    max-width: 800px;
    margin: auto;
    margin-top: 100px;
  }
  .serviceBrandingProductionTable table {
    width: 100%;
  }
  .serviceBrandingProductionTable table tr {
    border-bottom: 1px solid #B3B3B3;
  }
  .serviceBrandingProductionTable table tr:not(:first-child) td {
    height: 100px;
  }
  .serviceBrandingProductionTable table tr:not(:first-child) td:first-child {
    font-size: 18px;
    font-weight: 500;
    padding-left: 40px;
  }
  .serviceBrandingProductionTable table tr:not(:first-child) td:nth-child(2) {
    position: relative;
    font-size: 30px;
  }
  .serviceBrandingProductionTable table tr:not(:first-child) td:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    background-color: #B3B3B3;
    height: 76px;
  }
  .serviceBrandingProductionTable table tr:not(:first-child) td:nth-child(2) .price {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .serviceBrandingProductionTable table tr:not(:first-child) td:nth-child(2) .num {
    font-family: "jost", sans-serif;
  }
  .serviceBrandingProductionTable table tr:not(:first-child) td:nth-child(2) .yen {
    color: #808080;
    font-size: 20px;
    margin: 0 0 -3px 2px;
  }
  .serviceBrandingProductionTable table tr:not(:first-child) td:nth-child(2) .period {
    display: block;
    font-size: 14px;
  }
  .serviceBrandingProductionTable table tr:not(:first-child) td:nth-child(3) {
    font-size: 18px;
  }
  .serviceBrandingProductionTable table tr:not(:first-child) td:not(:first-child) {
    text-align: center;
  }
  .serviceBrandingProductionTable table th {
    font-weight: 400 !important;
    font-size: 15px;
    padding-bottom: 25px;
  }
  .serviceBrandingProductionTable table th.col1 {
    width: 43.1%;
  }
  .serviceBrandingProductionTable table th.col2 {
    width: 33.5%;
  }
  .serviceBrandingProductionCaption {
    margin-top: 42px;
  }
  .serviceBrandingProductionCaption p {
    font-size: 15px;
    line-height: 2.1333333333;
    text-align: center;
  }
  .serviceBrandingProductionButton {
    margin-top: 68px;
  }
  .serviceBrandingProductionButton div:first-of-type a {
    background-color: #333;
    color: #fff;
  }
  .serviceBrandingProductionButton div:first-of-type a::after {
    background: url(../images/service/buttonArrowWhite.svg) no-repeat center left/contain;
  }
  .serviceBrandingProductionButton div:first-of-type a:hover {
    background-color: #ffff00;
    color: #333;
  }
  .serviceBrandingProductionButton div:first-of-type a:hover::after {
    background: url(../images/service/buttonArrowBlack.svg) no-repeat center left/contain;
  }
  .serviceBrandingProductionButton div:nth-of-type(2) {
    margin-top: 24px;
  }
  .serviceBrandingProductionButton div:nth-of-type(2) a {
    border: 1px solid #333;
  }
  .serviceBrandingProductionButton div:nth-of-type(2) a::after {
    background: url(../images/service/buttonArrowBlack.svg) no-repeat center left/contain;
  }
  .serviceBrandingProductionButton div:nth-of-type(2) a:hover {
    border: none;
  }
  .serviceBrandingProductionButton a {
    width: 522px;
    max-width: 100%;
    margin: auto;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease 0s;
    font-weight: 500;
    position: relative;
    font-size: 20px;
    height: 100px;
  }
  .serviceBrandingProductionButton a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    width: 27px;
    height: 19px;
  }
  .serviceBrandingProductionButton a:hover {
    background-color: #ffff00;
  }
  .accordionWrap {
    width: calc(100% - 40px);
    max-width: 800px;
    margin: auto;
    margin-top: 45px;
  }
  .accordionItem {
    border-bottom: 1px solid #B3B3B3;
  }
  .accordionItem:first-of-type {
    border-top: 1px solid #B3B3B3;
  }
  .accordionTrigger {
    display: flex;
    font-weight: 700;
    position: relative;
    font-size: 18px;
    padding: 36.5px 0;
  }
  .accordionTrigger:hover {
    cursor: pointer;
  }
  .accordionTrigger::after {
    content: "";
    background: url(../images/service/accordionArrow.svg) no-repeat center left/contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 12px;
    transition: all 0.3s ease 0s;
    right: 15px;
  }
  .accordionTrigger.open::after {
    transform: translateY(-50%) rotate(-180deg);
  }
  .accordionTrigger .left {
    font-family: "jost", sans-serif;
    flex: 0 0 15px;
  }
  .accordionTrigger .right {
    margin-left: 39px;
  }
  .accordionContent {
    display: none;
    padding: 0 0 40px 54px;
  }
  .accordionContent p {
    font-size: 15px;
    line-height: 2.1333333333;
  }
  .accordionContent p a {
    text-decoration: underline;
  }
  .accordionContent p a:hover {
    opacity: 0.75;
  }
  .d-iblock {
    display: inline-block;
  }
  .graphicDesign {
    overflow: hidden;
  }
  .graphicDesign .serviceBrandingIntroContent {
    margin-top: -40px;
  }
  .graphicDesign .serviceBrandingIntroContent p {
    font-size: 15px;
    line-height: 2.2666666667;
  }
  .graphicDesign .serviceSecondLinkList li:last-child {
    border-bottom: none;
  }
  .graphicDesign .serviceBrandingFlowLists li .title {
    flex: 0 0 240px;
  }
  .graphicDesign .serviceBrandingFlowLists li .text {
    margin-left: 67px;
  }
  .graphicDesign .serviceBrandingProductionTable table th.col1 {
    width: 41.63%;
  }
  .graphicDesignWrap {
    width: calc(100% - 40px);
    max-width: 1160px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 270px 100px 1fr;
    align-items: start;
    -moz-column-gap: 0;
         column-gap: 0;
    min-height: 100vh;
    position: relative;
    padding-top: 112px;
  }
  .sidebarWrapper {
    width: 270px;
    min-height: 100vh;
  }
  .sidebar {
    position: relative;
    z-index: 2;
  }
  .sidebar .button {
    margin-top: 20px;
  }
  .sidebar .button a {
    display: flex;
    align-items: center;
    height: 80px;
    border-radius: 100px;
    background-color: #333;
    color: #fff;
    padding-left: 36px;
    position: relative;
    transition: all 0.3s ease 0s;
    font-size: 15px;
  }
  .sidebar .button a::after {
    content: "";
    background: url(../images/service/buttonArrowWhite.svg) no-repeat center left/contain;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 15px;
    height: 11px;
  }
  .sidebar .button a:hover {
    background-color: #FFFF00;
    color: #333;
  }
  .sidebar .button a:hover::after {
    background-image: url(../images/service/buttonArrowBlack.svg);
  }
  .sidebarTrigger {
    padding: 20px 0;
    text-align: center;
    position: relative;
    font-size: 14px;
  }
  .sidebarTrigger::after {
    content: "";
    background: url(../images/service/accordionArrow.svg) no-repeat center left/contain;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 20px;
    height: 10px;
    transition: all 0.3s ease 0s;
  }
  .sidebarTrigger:hover {
    cursor: pointer;
  }
  .sidebarTrigger.open::after {
    transform: translateY(-50%) rotate(-180deg);
  }
  .sidebar ul {
    padding-left: 36px;
  }
  .sidebarItem {
    opacity: 0.5;
    cursor: pointer;
    font-size: 15px;
    line-height: 2.2666666667;
  }
  .sidebarItem.active {
    opacity: 1;
    position: relative;
  }
  .sidebarItem.active::before {
    content: "";
    position: absolute;
    top: 51%;
    left: -36px;
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #FFFF00;
  }
  .sidebarSp {
    border: 1px solid #333;
    display: none;
  }
  .sidebarSp .sidebarList ul {
    display: flex;
    flex-wrap: wrap;
    padding: 25px 20px 20px;
    position: relative;
  }
  .sidebarSp .sidebarList ul::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    height: 1px;
    background-color: #333;
  }
  .sidebarSp .sidebarList ul li {
    background-color: #f2f2f2;
    border-radius: 50px;
    padding: 10px 20px;
    margin: 0 5px 10px 0;
    font-size: 13px;
  }
  .graphicDesignContentArea {
    grid-column: 3;
  }
  .graphicDesignContent + .graphicDesignContent {
    margin-top: 120px;
  }
  .graphicDesignContent h2 span {
    display: block;
  }
  .graphicDesignContent h2 span.en {
    font-weight: 400;
    letter-spacing: 1px;
    position: relative;
    font-size: 17px;
    padding-left: 25px;
  }
  .graphicDesignContent h2 span.en::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #FFFF00;
  }
  .graphicDesignContent h2 span.ja {
    font-size: 30px;
    margin-top: 10px;
  }
  .graphicDesignContent .images {
    display: flex;
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-top: 30px;
  }
  .graphicDesignContent .images .image {
    flex: 0 0 34%;
    max-width: 430px;
  }
  .graphicDesignContent .images .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .graphicDesignContent .text {
    font-size: 15px;
    line-height: 2;
    margin-top: 30px;
    max-width: 840px;
  }
  .graphicDesignContent .example {
    color: #808080;
    font-size: 14px;
    margin-top: 30px;
  }
  .loop {
    overflow: hidden;
    margin-top: 165px;
  }
  .loopWrap {
    width: 100%;
    position: relative;
    height: 256px;
  }
  .loopImg {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    animation: loopAnim 40s linear infinite;
    height: 100%;
  }
  .loopImg img {
    height: 100%;
    width: auto;
    margin-right: 150px;
  }
  @keyframes loopAnim {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  .graphicDesignStrengths {
    padding-top: 165px;
  }
  .graphicDesignStrengthsContent {
    margin-top: 52px;
  }
  .graphicDesignStrengthsContent ul li {
    border-bottom: 1px solid #999;
    display: flex;
  }
  .graphicDesignStrengthsContent ul li:first-child {
    border-top: 1px solid #999;
  }
  .graphicDesignStrengthsContent ul li .left {
    flex: 0 0 50%;
    padding: 40px 40px 40px 0;
  }
  .graphicDesignStrengthsContent ul li .left .num {
    font-family: "jost", sans-serif;
    font-size: 26px;
  }
  .graphicDesignStrengthsContent ul li .left h3 {
    font-size: 22px;
    line-height: 1.7272727273;
    margin: 35px 0 0 97px;
  }
  .graphicDesignStrengthsContent ul li .left p {
    font-size: 15px;
    line-height: 2;
    margin: 10px 0 0 97px;
  }
  .graphicDesignStrengthsContent ul li .right div {
    height: 100%;
  }
  .graphicDesignStrengthsContent ul li .right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .branding .serviceBrandingHeadTitle {
    top: 157px;
  }
  .branding .loop {
    margin-top: 145px;
  }
  .brandingLoop {
    overflow: hidden;
  }
  .brandingLoopWrap {
    animation: slideRightLeft 40s linear infinite;
    display: flex;
    margin: 0;
    padding: 0;
    width: -moz-max-content;
    width: max-content;
  }
  .brandingLoopWrap + .brandingLoopWrap {
    margin-left: -230px;
  }
  .brandingLoopWrap div {
    width: 460px;
    height: 236px;
  }
  .brandingLoopWrap div img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  @keyframes slideRightLeft {
    from {
      transform: translateX(0%);
    }
    to {
      transform: translateX(-50%);
    }
  }
  .brandingIntro {
    width: calc(100% - 40px);
    max-width: 752px;
    margin: 0 auto;
    display: flex;
    margin: 140px auto 72px;
  }
  .brandingIntro h2 {
    flex: 0 0 42px;
    margin-right: 129px;
  }
  .brandingIntro p {
    line-height: 2.5625;
    letter-spacing: 0.1em;
  }
  .braindingBgGray {
    background-color: #f2f2f2;
  }
  .brandingSection.important {
    padding-top: 140px;
  }
  .brandingSection.element {
    margin-top: 165px;
  }
  .brandingSection.element .brandingSectionElement div {
    width: 664px;
    max-width: 100%;
    margin: auto;
    margin-top: 60px;
  }
  .brandingSection.element p {
    padding-left: 90px;
    margin-top: 15px;
    line-height: 2.375;
  }
  .brandingSection.process {
    margin-top: 165px;
  }
  .brandingSection.process p {
    padding-left: 90px;
    margin-top: 15px;
    line-height: 2.375;
  }
  .brandingSection.thinking {
    margin-top: 115px;
    padding-top: 50px;
  }
  .brandingSection .serviceBrandingSectionTitle {
    padding-left: 90px;
  }
  .brandingSectionImportant {
    padding: 0 90px;
    margin-top: 140px;
  }
  .brandingSectionImportant div + div {
    margin-top: 100px;
  }
  .brandingSectionImportant div h3 {
    font-weight: 500;
    font-size: 37px;
  }
  .brandingSectionImportant div p {
    padding-left: 180px;
    margin-top: 48px;
    line-height: 2.375;
    letter-spacing: 0.1em;
  }
  .brandingSectionImportantButton {
    text-align: right;
    margin: 100px 90px 0 0;
  }
  .brandingSectionImportantButton a {
    border-bottom: 1px solid;
    padding-bottom: 7px;
    position: relative;
    padding-right: 55px;
  }
  .brandingSectionImportantButton a::after {
    content: "";
    background: url(../images/service/pageLinkArrow.svg) no-repeat center left/contain;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.3s ease 0s;
    width: 24px;
    height: 24px;
  }
  .brandingSectionImportantButton a:hover span {
    opacity: 0.5;
  }
  .brandingSectionImportantButton a:hover::after {
    transform: translateY(5px);
  }
  .brandingSectionImportantButton a span {
    transition: all 0.3s ease 0s;
  }
  .brandingSectionProcessWrap {
    width: 795px;
    max-width: 100%;
    margin: auto;
    display: flex;
    margin-top: 100px;
  }
  .brandingSectionProcessWrap .left {
    flex: 0 0 295px;
    margin-right: 28px;
  }
  .brandingSectionProcessWrap .right {
    margin-top: 22px;
  }
  .brandingSectionProcessWrap .right div + div {
    margin-top: 55px;
  }
  .brandingSectionProcessWrap .right h3 {
    font-weight: 500;
    font-size: 26px;
  }
  .brandingSectionProcessWrap .right ul {
    margin-top: 15px;
    padding-left: 15px;
  }
  .brandingSectionProcessWrap .right ul li {
    color: #808080;
    font-size: 15px;
    line-height: 2;
  }
  .brandingMenuList {
    margin-top: 165px;
    padding-bottom: 165px;
  }
  .brandingMenuList ul li {
    border-bottom: 1px solid #333;
  }
  .brandingMenuList ul li:last-child {
    border-bottom: none;
  }
  .brandingMenuList ul li a {
    display: flex;
    align-items: center;
    position: relative;
    height: 220px;
  }
  .brandingMenuList ul li a:hover .title {
    opacity: 0.5;
  }
  .brandingMenuList ul li a:hover .button::before {
    transform: translateX(240%) translateY(-50%);
  }
  .brandingMenuList ul li a:hover .button::after {
    transform: translateX(-50%) translateY(-50%);
  }
  .brandingMenuList ul li a .num {
    flex: 0 0 155px;
    margin-right: 93px;
  }
  .brandingMenuList ul li a .title {
    transition: all 0.3s ease 0s;
  }
  .brandingMenuList ul li a .title span {
    display: block;
  }
  .brandingMenuList ul li a .title span.ja {
    font-weight: 700;
    font-size: 32px;
  }
  .brandingMenuList ul li a .title span.en {
    color: #999;
    font-family: "jost", sans-serif;
    font-size: 20px;
  }
  .brandingMenuList ul li a .button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #333;
    overflow: hidden;
    width: 70px;
    height: 70px;
  }
  .brandingMenuList ul li a .button::before, .brandingMenuList ul li a .button::after {
    content: "";
    background: url(../images/service/buttonArrowWhite.svg) no-repeat center left/contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease 0s;
    animation-fill-mode: both;
    animation-duration: 0.2s;
    width: 26px;
    height: 20px;
  }
  .brandingMenuList ul li a .button::after {
    transform: translateX(-240%) translateY(-50%);
  }
  .brandingSectionThinking {
    margin-top: 165px;
  }
  .brandingSectionThinkingItem + .brandingSectionThinkingItem {
    margin-top: 220px;
  }
  .brandingSectionThinkingItem:first-of-type div {
    padding-left: 88px;
  }
  .brandingSectionThinkingItem:first-of-type h4 {
    flex: 0 0 26px;
    margin-right: 154px;
  }
  .brandingSectionThinkingItem:nth-of-type(2) div, .brandingSectionThinkingItem:nth-of-type(3) div {
    padding-left: 81px;
  }
  .brandingSectionThinkingItem:nth-of-type(2) h4, .brandingSectionThinkingItem:nth-of-type(3) h4 {
    flex: 0 0 76px;
    margin-right: 111px;
  }
  .brandingSectionThinkingItem h3 {
    font-family: "jost", sans-serif;
    font-weight: 500;
    letter-spacing: 0.15em;
    font-size: 102px;
  }
  .brandingSectionThinkingItem div {
    display: flex;
    margin-top: 100px;
  }
  .brandingSectionThinkingItem div h4 span {
    display: none;
  }
  .brandingSectionThinkingItem div p {
    letter-spacing: 0.1em;
    font-size: 15px;
    line-height: 2.4;
  }
  .brandingSectionThinkingOutro {
    margin: 165px 0;
  }
  .brandingSectionThinkingOutro p {
    text-align: center;
    font-size: 18px;
    line-height: 2.3888888889;
  }
  .serviceNew .contentsHead {
    border-bottom: none;
  }
  .contentsHeadWrapper {
    background: linear-gradient(to bottom, #FFF, #F2F2F2);
  }
  .serviceNewBg {
    background-color: #F2F2F2;
    padding-bottom: 170px;
  }
  .serviceNewItem:first-of-type a {
    padding-top: 179px;
  }
  .serviceNewItem:first-of-type h2 {
    position: relative;
  }
  .serviceNewItem:first-of-type h2::before {
    content: "";
    background: url(../images/service/branding.webp) no-repeat center left/contain;
    position: absolute;
    z-index: -1;
    top: -100px;
    left: 52%;
    transform: translateX(-50%);
    width: 700px;
    height: 190px;
  }
  .serviceNewItem:nth-of-type(2) {
    margin-top: 170px;
  }
  .serviceNewItem:nth-of-type(2) a {
    padding: 60px 20px 66px 45px;
  }
  .serviceNewItem:nth-of-type(2) ul {
    width: 890px;
    grid-template-columns: auto 68px auto 50px auto 50px auto;
  }
  .serviceNewItem:nth-of-type(2) ul li:nth-child(4n+1) {
    grid-column: 1;
  }
  .serviceNewItem:nth-of-type(2) ul li:nth-child(4n+2) {
    grid-column: 3;
  }
  .serviceNewItem:nth-of-type(2) ul li:nth-child(4n+3) {
    grid-column: 5;
  }
  .serviceNewItem:nth-of-type(2) ul li:nth-child(4n) {
    grid-column: 7;
  }
  .serviceNewItem:nth-of-type(3), .serviceNewItem:nth-of-type(4) {
    margin-top: 30px;
  }
  .serviceNewItem:nth-of-type(3) a, .serviceNewItem:nth-of-type(4) a {
    padding: 57px 20px 63px 45px;
  }
  .serviceNewItem:nth-of-type(3) ul {
    width: 750px;
    grid-template-columns: auto 47px auto 9px auto 89px auto;
  }
  .serviceNewItem:nth-of-type(3) li:nth-child(4n+1) {
    grid-column: 1;
  }
  .serviceNewItem:nth-of-type(3) li:nth-child(4n+2) {
    grid-column: 3;
  }
  .serviceNewItem:nth-of-type(3) li:nth-child(4n+3) {
    grid-column: 5;
  }
  .serviceNewItem:nth-of-type(3) li:nth-child(4n) {
    grid-column: 7;
  }
  .serviceNewItem:nth-of-type(4) ul {
    width: 670px;
    grid-template-columns: auto 54px auto 50px auto;
  }
  .serviceNewItem:nth-of-type(4) li:nth-child(3n+1) {
    grid-column: 1;
  }
  .serviceNewItem:nth-of-type(4) li:nth-child(3n+2) {
    grid-column: 3;
  }
  .serviceNewItem:nth-of-type(4) li:nth-child(3n) {
    grid-column: 5;
  }
  .serviceNewItem a {
    display: block;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
  }
  .serviceNewItem a:hover {
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1);
    scale: 1.05;
  }
  .serviceNewItem a:hover h2 .ja::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .serviceNewItem a:hover h2 .ja .arrow::before {
    transform: translateX(250%) translateY(-50%);
  }
  .serviceNewItem a:hover h2 .ja .arrow::after {
    transform: translateX(-50%) translateY(-50%);
  }
  .serviceNewItem h2 {
    text-align: center;
  }
  .serviceNewItem h2 > span {
    display: block;
  }
  .serviceNewItem h2 > span.en {
    color: #999;
    font-family: "jost", sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 17px;
  }
  .serviceNewItem h2 > span.ja {
    display: inline-block;
    letter-spacing: 0.05em;
    position: relative;
    font-size: 31px;
  }
  .serviceNewItem h2 > span.ja::before {
    background: #333;
    content: "";
    width: 100%;
    height: 1.5px;
    position: absolute;
    left: 0;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform 0.3s;
    bottom: -3px;
  }
  .serviceNewItem h2 > span.ja .arrow {
    border-radius: 50%;
    background-color: #333;
    overflow: hidden;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: -57px;
    margin-left: 17px;
    width: 40px;
    height: 40px;
  }
  .serviceNewItem h2 > span.ja .arrow::before, .serviceNewItem h2 > span.ja .arrow::after {
    content: "";
    background: url(../images/service/buttonArrowWhite.svg) no-repeat center left/contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease 0s;
    animation-fill-mode: both;
    animation-duration: 0.2s;
    width: 13px;
    height: 9px;
  }
  .serviceNewItem h2 > span.ja .arrow::after {
    transform: translateX(-250%) translateY(-50%);
  }
  .serviceNewItem div {
    margin-top: 60px;
  }
  .serviceNewItem div img {
    width: 100%;
  }
  .serviceNewItem ul {
    max-width: 100%;
    margin: auto;
    display: grid;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 20px;
    margin-top: 40px;
  }
  .serviceNewItem ul li {
    position: relative;
  }
  .serviceNewItem ul li::before {
    content: "";
    position: absolute;
    top: 8px;
    border-radius: 50%;
    background-color: #FFFF00;
    left: -26px;
    width: 9px;
    height: 9px;
  }
  .serviceWrap {
    width: calc(100% - 40px);
    max-width: 1080px;
    margin: 0 auto;
  }
  .serviceWrap h1 {
    margin-bottom: 22px;
  }
  .serviceWrap h1 span {
    display: block;
  }
  .serviceWrap h1 span.en {
    color: #999;
    font-size: 24px;
  }
  .serviceWrap h1 span.ja {
    margin-top: 10px;
    font-size: 44px;
  }
  .serviceTopIntro .serviceTopCatch {
    display: flex;
    justify-content: space-between;
  }
  .serviceTopIntro .serviceTopCatch + p {
    font-size: 15px;
    font-weight: 500;
    margin-top: 60px;
    line-height: 2.5;
  }
  .serviceTopIntro .serviceTopCatch .catch {
    font-weight: 500;
    line-height: 1.8;
    font-size: 26px;
    font-feature-settings: "palt";
    letter-spacing: 0.15em;
  }
  .serviceTopIntro .serviceTopCatch .catch.second {
    font-size: 40px;
  }
  .serviceTopIntro .serviceTopCatch .contactBtnWrap .contactBtn {
    width: 232px;
    height: 130px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #211815;
    font-size: 23px;
    font-family: "jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    transition: 0.3s;
    position: relative;
  }
  .serviceTopIntro .serviceTopCatch .contactBtnWrap .contactBtn:before {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: calc(50% - 0.5px);
    right: 20px;
  }
  .serviceTopIntro .serviceTopCatch .contactBtnWrap .contactBtn:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: calc(50% - 5px);
  }
  .serviceTopIntro .serviceTopCatch .contactBtnWrap .contactBtn:hover {
    background-color: #feff01;
    color: #000;
  }
  .serviceTopIntro .serviceTopCatch .contactBtnWrap .contactBtn:hover:before {
    background-color: #000;
  }
  .serviceTopIntro .serviceTopCatch .contactBtnWrap .contactBtn:hover:after {
    border-color: #000;
  }
  .l4dService {
    margin-top: 80px;
  }
  .l4dService h2 {
    font-size: 68px;
    font-weight: 400;
    @incluide fontEn;
    text-align: center;
  }
  .l4dService figure {
    text-align: center;
    margin-top: 50px;
  }
  .l4dService figure img {
    max-width: 800px;
  }
  .l4dService p {
    text-align: center;
    margin-top: 50px;
    font-size: 20px;
    font-weight: 500;
  }
  .serviceTopLink {
    margin-top: 70px;
  }
  .serviceTopLink .serviceTopLinkList {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 6px;
  }
  .serviceTopLink .serviceTopLinkList li a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #F5F5F5;
    position: relative;
    padding: 30px 30px 40px;
    min-height: 340px;
    transition: all 0.3s ease;
  }
  .serviceTopLink .serviceTopLinkList li a:hover, .serviceTopLink .serviceTopLinkList li a:focus {
    background-color: #feff01;
  }
  .serviceTopLink .serviceTopLinkList li a:hover .link_btn .label, .serviceTopLink .serviceTopLinkList li a:focus .link_btn .label {
    transform: translateY(-100%);
    opacity: 0;
  }
  .serviceTopLink .serviceTopLinkList li a:hover .link_btn .hover, .serviceTopLink .serviceTopLinkList li a:focus .link_btn .hover {
    transform: translate(-50%, -50%) translateY(0px);
    opacity: 1;
  }
  .serviceTopLink .serviceTopLinkList li .engTitle {
    font-family: "jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
  }
  .serviceTopLink .serviceTopLinkList li h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
  }
  .serviceTopLink .serviceTopLinkList li p {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.8;
  }
  .serviceTopLink .serviceTopLinkList li .link_btn {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #000;
    color: #fff;
  }
  .serviceTopLink .serviceTopLinkList li .link_btn:before, .serviceTopLink .serviceTopLinkList li .link_btn:after {
    border-color: #fff;
  }
  .serviceH1 {
    margin-bottom: 90px;
    padding-top: 10px;
  }
  .serviceH1 .entitle {
    font-family: "jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
  }
  .serviceH1 h1 {
    font-size: 40px;
    font-weight: 700;
    margin-top: 10px;
  }
  .serviceH1 h1 + p {
    margin-top: 40px;
    font-size: 20px;
    font-weight: 500;
  }
  .BrandingBorderBox {
    border: 1px solid #000;
    padding: 40px 25px;
    margin-top: 80px;
  }
  .BrandingBorderBox * + .title {
    margin-top: 40px;
  }
  .BrandingBorderBox * + .text {
    margin-top: 20px;
  }
  .BrandingBorderBox .title {
    font-size: 25px;
    font-weight: 700;
  }
  .BrandingBorderBox .text {
    font-size: 15px;
  }
  .serviceH2 {
    font-size: 27px;
    margin-top: 80px;
    margin-bottom: 35px;
  }
  .serviceH2 + figure {
    text-align: center;
  }
  .serviceH2 + figure.small img {
    max-width: 714px;
  }
  .contents.service .memberworksListWrap {
    width: 100%;
  }
  .contents.service .worksList li > a img {
    height: 100%;
  }
  .kanrenBtnWrap {
    margin-top: 80px;
  }
  .kanrenBtnWrap .kanrenBtn {
    color: #fff;
    background-color: #211815;
    display: flex;
    width: 232px;
    height: 48px;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    margin: 0 auto;
    font-size: 20px;
    position: relative;
  }
  .kanrenBtnWrap .kanrenBtn:before {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 23px;
    right: 13px;
  }
  .kanrenBtnWrap .kanrenBtn:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 18px;
    right: 14px;
  }
  .kanrenBtnWrap .kanrenBtn:hover {
    background-color: #feff01;
    color: #000;
  }
  .kanrenBtnWrap .kanrenBtn:hover:before {
    background-color: #000;
  }
  .kanrenBtnWrap .kanrenBtn:hover:after {
    border-color: #000;
  }
  .serviceFlow {
    margin-top: 130px;
  }
  .serviceFlow + p {
    text-align: right;
    font-size: 15px;
    margin-top: 15px;
  }
  .serviceFlow > div {
    background-color: #F0EEEC;
    min-height: 100px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    flex: none;
  }
  .serviceFlow > div + div {
    margin-top: 10px;
  }
  .serviceFlow > div:last-of-type {
    background-color: #fff;
    border: 1px solid #000;
  }
  .serviceFlow > div > dt {
    display: flex;
    align-items: center;
    flex: none;
    width: 330px;
    padding-right: 20px;
  }
  .serviceFlow > div > dt .num {
    font-family: "jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    font-weight: 500;
  }
  .serviceFlow > div > dt .flowTitle {
    font-size: 25px;
    font-weight: 700;
    margin-left: 25px;
  }
  .serviceFlow > div > dd {
    font-size: 15px;
  }
  .brandingPolicyWrap {
    margin-top: 160px;
  }
  .brandingPolicyWrap .brandingPolicy + .brandingPolicy {
    margin-top: 100px;
  }
  .brandingPolicyWrap .brandingPolicy .entitle {
    font-size: 80px;
    font-family: "jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .brandingPolicyWrap .brandingPolicy .title {
    font-size: 26px;
    font-weight: 500;
    margin-top: 20px;
  }
  .brandingPolicyWrap .brandingPolicy .textWrap {
    margin-top: 50px;
  }
  .brandingPolicyWrap .brandingPolicy .textWrap .hide {
    margin-top: 1em;
    display: none;
  }
  .brandingPolicyWrap .brandingPolicy .textWrap p {
    font-size: 15px;
    line-height: 1.8;
  }
  .brandingPolicyWrap .brandingPolicy .moreBtn {
    color: #fff;
    background-color: #211815;
    display: flex;
    width: 232px;
    height: 42px;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    margin-top: 25px;
    margin-left: auto;
    font-size: 16px;
    position: relative;
    cursor: pointer;
  }
  .brandingPolicyWrap .brandingPolicy .moreBtn:before {
    content: "";
    transform: rotate(225deg);
    position: absolute;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    width: 12px;
    height: 12px;
    right: 20px;
    bottom: 17px;
    position: absolute;
  }
  .brandingPolicyWrap .brandingPolicy .moreBtn:hover {
    background-color: #feff01;
    color: #000;
  }
  .brandingPolicyWrap .brandingPolicy .moreBtn:hover::before {
    content: "";
    transform: rotate(225deg);
    position: absolute;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    width: 12px;
    height: 12px;
    right: 20px;
    bottom: 17px;
  }
  .brandingPolicyWrap .brandingPolicy .moreBtn.open::before {
    content: "";
    transform: rotate(135deg) scale(1, -1);
    position: absolute;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    width: 12px;
    height: 12px;
    right: 20px;
    bottom: 13px;
    position: absolute;
  }
  .brandingPolicyWrap .brandingPolicy .moreBtn.open:hover::before {
    content: "";
    transform: rotate(135deg) scale(1, -1);
    position: absolute;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    width: 12px;
    height: 12px;
    right: 20px;
    bottom: 12px;
  }
  .serviceDetailList .serviceDetail + .serviceDetail {
    margin-top: 60px;
  }
  .serviceDetailList .serviceDetail .numTitle .num {
    font-size: 28px;
    font-weight: 700;
    display: inline-block;
    border-bottom: 3px solid #000;
    padding-bottom: 3px;
    letter-spacing: 0.1em;
  }
  .serviceDetailList .serviceDetail .numTitle h2 {
    font-size: 38px;
    font-weight: 700;
    margin-top: 15px;
  }
  .serviceDetailList .serviceDetail .serviceDetailCont {
    display: flex;
  }
  .serviceDetailList .serviceDetail .serviceDetailCont p {
    width: 50%;
    font-size: 15px;
    font-weight: 700;
    line-height: 2.5;
    margin-top: 20px;
  }
  .serviceDetailList .serviceDetail .serviceDetailCont figure {
    width: 50%;
    padding-left: 70px;
    padding-top: 30px;
  }
  .serviceDetailList .serviceDetail .serviceDetailCont figure img {
    width: 100%;
  }
  .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
  }
  .slick-list:focus {
    outline: none;
  }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
  }
  .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table;
  }
  .slick-track:after {
    clear: both;
  }
  .slick-loading .slick-track {
    visibility: hidden;
  }
  .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
  }
  [dir=rtl] .slick-slide {
    float: right;
  }
  .slick-slide img {
    display: block;
  }
  .slick-slide.slick-loading img {
    display: none;
  }
  .slick-slide.dragging img {
    pointer-events: none;
  }
  .slick-initialized .slick-slide {
    display: block;
  }
  .slick-loading .slick-slide {
    visibility: hidden;
  }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
    display: none;
  }
  .slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat;
  }
  @font-face {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  .slick-prev,
  .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
  }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
  }
  .slick-prev:hover:before, .slick-prev:focus:before,
  .slick-next:hover:before,
  .slick-next:focus:before {
    opacity: 1;
  }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25;
  }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slick-prev {
    left: -25px;
  }
  [dir=rtl] .slick-prev {
    left: auto;
    right: -25px;
  }
  .slick-prev:before {
    content: "←";
  }
  [dir=rtl] .slick-prev:before {
    content: "→";
  }
  .slick-next {
    right: -25px;
  }
  [dir=rtl] .slick-next {
    left: -25px;
    right: auto;
  }
  .slick-next:before {
    content: "→";
  }
  [dir=rtl] .slick-next:before {
    content: "←";
  }
  .slick-dotted.slick-slider {
    margin-bottom: 30px;
  }
  .slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }
  .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
  }
  .slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
  }
  .slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
  }
  .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
  }
}
/*# sourceMappingURL=map/service.css.map */
