@charset "UTF-8";
/* メディアクエリ */
/* コンテンツ幅 */
/* デバイス限定 */
/* ==================================================
ボタン
================================================== */
/* メインカラー背景・矢印付 */
/* 白背景・矢印左 */
/* 白背景・矢印右 */
/* 白背景・矢印左 */
/* 矢印 */
/* 黒丸白矢印（画像） */
/* ==================================================
Reset
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

*, *::before, *::after {
  box-sizing: border-box;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

input[type=text], input[type=email], input[type=submit], select, textarea, button {
  font: inherit;
  appearance: none;
}

a {
  color: inherit;
}

html {
  font-size: 62.5%;
}

body {
  background: #fff;
  scroll-behavior: smooth;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1280px;
  }
  body.top {
    min-width: 1366px;
  }
}

/* リンク、フォームのボタン */
a, button, input[type=submit], input[type=image] {
  transition: all 0.3s;
  text-decoration: none;
}

a:hover, button:hover, input[type=submit]:hover, input[type=image]:hover {
  opacity: 0.7;
}

/* 電話番号リンク */
a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}

/* デバイス限定 */
.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

/* ラッパー */
.inner {
  position: relative;
  width: 100%;
  padding-right: 4.6%;
  padding-left: 4.6%;
}
@media screen and (min-width: 768px) {
  .inner {
    width: 1120px;
    padding: 0;
    margin: 0 auto;
  }
}

.inner2 {
  position: relative;
  width: 100%;
  padding-right: 4.6%;
  padding-left: 4.6%;
  padding-left: 0;
  padding-right: 0;
  margin-top: -1.875em;
  margin-bottom: -3.75em;
}
@media screen and (min-width: 768px) {
  .inner2 {
    width: 1120px;
    padding: 0;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .inner2 {
    width: 1366px;
    margin-top: -100px;
    margin-bottom: -100px;
  }
}

/* CTAボタン */
.btnCta {
  display: inline-block;
  width: 69.3vw;
  background: #fff;
  border: 2px solid #000;
  border-radius: 2.75em;
  box-shadow: 3px 3px 0 #000;
  font-weight: 700;
  padding: 0.4em 0;
  text-align: center;
  position: relative;
}
.btnCta::before {
  display: block;
  content: "";
  position: absolute;
  top: 0.1em;
  left: -0.5em;
  width: 12.2vw;
  height: 13.6vw;
  background: transparent url(../img/common/ico_hand.png) no-repeat top left/cover;
}
@media screen and (min-width: 768px) {
  .btnCta {
    width: 326px;
  }
  .btnCta::before {
    width: 54px;
    height: 60px;
  }
}

/* ボタン */
.btn01 {
  background: #ffec3f;
  border: 1px solid #fff;
  border-radius: 2em;
  display: inline-block;
  padding: 0.5em 2em;
}
.btn01::after {
  display: inline-block;
  content: "";
  border-style: solid;
  border-color: transparent transparent transparent #000;
  border-width: 6px;
  vertical-align: middle;
  margin-left: 0.5em;
}
@media screen and (min-width: 768px) {
  .btn01 {
    padding: 0.8em 2em;
  }
}

.btn02 {
  background: #fff;
  border: 2px solid #000;
  border-radius: 2em;
  display: inline-block;
  padding: 0.7em 2em;
}
.btn02::after {
  display: inline-block;
  content: "";
  border-style: solid;
  border-color: transparent transparent transparent #000;
  border-width: 6px;
  vertical-align: middle;
  margin-left: 0.5em;
}
@media screen and (min-width: 768px) {
  .btn02 {
    font-size: 1.125em;
  }
}

.btn03 {
  background: #fff;
  border: 2px solid #000;
  border-radius: 2em;
  display: inline-block;
  padding: 0.7em 2em;
}
.btn03::before {
  display: inline-block;
  content: "";
  border-style: solid;
  border-color: transparent #000 transparent transparent;
  border-width: 6px;
  vertical-align: middle;
  margin-right: 0.5em;
}
@media screen and (min-width: 768px) {
  .btn03 {
    font-size: 1.125em;
  }
}

.btn04 {
  background: #fff;
  border-radius: 2em;
  display: inline-block;
  padding: 0.7em 2em;
}
.btn04::after {
  display: inline-block;
  content: "";
  border-style: solid;
  border-color: transparent transparent transparent #000;
  border-width: 6px;
  vertical-align: middle;
  margin-left: 0.5em;
}
@media screen and (min-width: 768px) {
  .btn04 {
    font-size: 1.125em;
  }
}

/* ページタイトル */
.pageTitle {
  background: #ffec3f;
  margin: 0 0 1.875em;
}
.pageTitle .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent url(../img/common/symbol.png) no-repeat top 45% left 10px/50%;
  height: 40vw;
}
.pageTitle .heading {
  font-size: 1.375em;
  font-weight: 900;
  padding: 1em 0 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pageTitle {
    margin: 0 0 100px;
  }
  .pageTitle .inner {
    height: 250px;
    background-size: 32%;
    background-position: top 36% left 120px;
  }
  .pageTitle .heading {
    font-size: 2.5em;
  }
}

/* リード */
.pageSummary {
  margin: 0 0 3.75em;
}
.pageSummary .heading {
  background: transparent url(../img/common/balloon_bg_sp.png) no-repeat top center/100% 100%;
  font-size: 1.25em;
  font-weight: 900;
  line-height: 1.45;
  padding: 1em 1em 1.5em;
  margin: 0 0 1.25em;
  text-align: center;
}
.pageSummary .heading strong {
  color: #ffa700;
}
.pageSummary p {
  font-size: 0.875em;
}
@media screen and (min-width: 768px) {
  .pageSummary {
    margin: 0 auto 100px;
    width: 830px;
  }
  .pageSummary .heading {
    background-image: url(../img/common/balloon_bg.png);
    font-size: 1.875em;
    margin: 0 0 50px;
  }
  .pageSummary p {
    font-size: 1em;
    padding: 0 1em;
  }
}

/* ページャー */
.pager {
  margin: 3.75em 0;
}
.pager ul {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
}
.pager a, .pager span {
  display: inline-block;
  font-size: 0.875em;
  font-weight: bold;
  padding: 0.5em 0.8em;
  border: 1px solid #ebebeb;
  color: #7e7e7e;
}
.pager span {
  background: #ffcd4b;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .pager {
    margin: 100px 0;
  }
}

.header {
  padding: 0.875em 0;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}
.header .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.header .logo img {
  width: 28vw;
}
@media screen and (min-width: 768px) {
  .header {
    padding: 1.875em 0;
  }
  .header .inner {
    display: grid;
    justify-content: flex-start;
    grid-template-columns: 220px 1fr;
    width: 1280px;
  }
  .header .logo {
    padding: 0 20px;
  }
  .header .logo img {
    width: 160px;
  }
}
.header .nav {
  background: #ffec3f url(../img/common/symbol.png) no-repeat center bottom/110%;
  width: 100%;
  height: 100%;
  height: -webkit-fill-available;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 2em;
  transform: translateX(100%);
}
.header .nav.is_close {
  animation: frameOut 0.4s ease both alternate;
}
.header .nav.is_show {
  animation: frameIn 0.4s ease both alternate;
}
.header .nav .gnavi {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  row-gap: 2em;
}
.header .nav .gnavi li a, .header .nav .gnavi li span {
  display: inline-block;
  font-size: 1.25em;
  font-weight: 700;
}
.header .nav .gnavi li ul {
  margin: 0.8em 0 0;
  padding: 0 0 0 0.8em;
}
.header .nav .gnavi li ul li {
  margin: 0 0 1em;
}
.header .nav .gnavi li ul li:last-child {
  margin: 0;
}
.header .nav .gnavi li ul li a {
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  padding: 0 0 0 1em;
}
.header .nav .gnavi li ul li a br {
  line-height: 0;
}
.header .nav .gnavi li ul li a::before {
  display: inline-block;
  content: "";
  width: 0.5em;
  height: 1px;
  background: #afafaf;
  position: absolute;
  left: 0;
  top: 0.7em;
}
@media screen and (min-width: 768px) {
  .header .nav {
    background: none;
    width: auto;
    height: auto;
    position: static;
    display: flex;
    column-gap: 10px;
    transform: none;
  }
  .header .nav .gnavi {
    flex-direction: initial;
  }
  .header .nav .gnavi li {
    position: relative;
  }
  .header .nav .gnavi li a, .header .nav .gnavi li span {
    display: inline-block;
    padding: 0 0.7em;
    font-weight: 500;
  }
  .header .nav .gnavi li span {
    cursor: pointer;
  }
  .header .nav .gnavi li span::after {
    display: inline-block;
    content: "＋";
    color: #ffa700;
    margin-left: 0.5em;
    width: 20px;
  }
  .header .nav .gnavi li ul {
    display: none;
    transition: all 0.4s;
    background: #ffcd4b;
    border-radius: 10px;
    padding: 10px;
    position: absolute;
    top: 2em;
    left: 10px;
  }
  .header .nav .gnavi li ul li {
    margin-bottom: 0.5em;
  }
  .header .nav .gnavi li ul li a {
    font-weight: 700;
    white-space: nowrap;
    padding-left: 1.2em;
  }
  .header .nav .gnavi li ul li a::before {
    width: 12px;
    height: 12px;
    background: transparent url(../img/common/ico_arrow01.png) no-repeat top left/cover;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .header .nav .gnavi li:hover span::after {
    content: "−";
  }
  .header .nav .gnavi li:hover ul {
    display: flex;
    flex-direction: column;
  }
  .header .nav .btnContact {
    position: static;
    width: auto;
    background: none;
    transform: none;
  }
}
.header .menuBtn {
  cursor: pointer;
  width: 30px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 101;
  transform: translateY(-50%);
}
.header .menuBtn span {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  border-radius: 5px;
  transition: all 0.3s;
}
.header .menuBtn span:nth-of-type(1) {
  top: 4px;
  transform: translateY(0) translateX(0) rotate(0);
}
.header .menuBtn span:nth-of-type(2) {
  top: 50%;
  opacity: 1;
  transform: translateY(-1px);
}
.header .menuBtn span:nth-of-type(3) {
  bottom: 4px;
  transform: translateY(0) translateX(0) rotate(0);
}
.header .menuBtn.is_show span {
  width: 80%;
}
.header .menuBtn.is_show span:nth-of-type(1) {
  transform: translateY(7px) translateX(0) rotate(45deg);
}
.header .menuBtn.is_show span:nth-of-type(2) {
  opacity: 0;
}
.header .menuBtn.is_show span:nth-of-type(3) {
  transform: translateY(-7px) translateX(0) rotate(-45deg);
}

@keyframes frameIn {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes frameOut {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
.serviceLink {
  margin: 3.75em 0;
}
.serviceLink .heading {
  font-size: 1.25em;
  font-weight: 900;
  line-height: 1.45;
  margin: 0 0 0.8em;
  text-align: center;
}
.serviceLink .heading strong {
  color: #ffa700;
}
.serviceLink ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #ffec3f;
  font-weight: 700;
  line-height: 1.5;
  height: 5em;
  text-align: center;
}
.serviceLink ul li a span {
  position: relative;
}
.serviceLink ul li a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Fredoka", sans-serif;
  font-size: 3.125em;
  color: #fff7b2;
}
.serviceLink ul li a::after {
  display: inline-block;
  content: "";
  width: 1.25em;
  height: 1.25em;
  background: transparent url(../img/common/ico_arrow01.png) no-repeat top left/cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  right: 7.2%;
  left: auto;
}
.serviceLink ul li:nth-child(1) a::before {
  content: "01";
}
.serviceLink ul li:nth-of-type(2n) a {
  background: #ffd443;
}
.serviceLink ul li:nth-child(2) a::before {
  content: "02";
}
.serviceLink ul li:nth-child(3) a::before {
  content: "03";
}
@media screen and (min-width: 768px) {
  .serviceLink {
    margin: 100px 0 60px;
  }
  .serviceLink .heading {
    font-size: 1.5em;
    margin: 0 0 0.8em;
    text-align: center;
  }
  .serviceLink ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .serviceLink ul li a {
    font-size: 1.25em;
    height: 10em;
  }
  .serviceLink ul li a::before {
    font-size: 6.45em;
  }
}

.ctaArea {
  padding: 0 10%;
  height: 112vw;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 2em;
}
.ctaArea .video {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateX(-50%);
  z-index: -1;
}
.ctaArea .heading {
  font-size: 1.25em;
  font-weight: 900;
  line-height: 1.45;
  text-shadow: 3px 3px 5px #fff, -3px 3px 5px #fff, 3px -3px 5px #fff, -3px -3px 5px #fff, 3px 3px 5px #fff, -3px 3px 5px #fff, 3px -3px 5px #fff, -3px -3px 5px #fff;
  text-align: center;
}
.ctaArea .btnContact {
  background: #ffec3f;
  padding: 3em 1em;
}
.ctaArea .btnContact .btnCta {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ctaArea {
    height: 500px;
    align-items: center;
  }
  .ctaArea .heading {
    font-size: 2.0625em;
  }
  .ctaArea .btnContact {
    width: 596px;
    text-align: center;
  }
  .ctaArea .btnContact .btnCta {
    width: 365px;
  }
}

.footer {
  background: #ffec3f;
  padding: 9vw 0;
}
.footer .logo {
  text-align: center;
}
.footer .logo img {
  width: 45vw;
}
.footer .address {
  font-size: 0.75em;
  font-style: normal;
  margin: 1em 0 0;
}
.footer .footerLink {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer .btnContact {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1em 0;
    background: #ffec3f;
    text-align: center;
    z-index: 1;
  }
  body.contact .footer .btnContact {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 43px 0;
  }
  .footer .inner {
    display: grid;
    grid-template-columns: auto auto auto 1fr;
    padding: 0 43px;
    width: 1280px;
    column-gap: 40px;
  }
  .footer .logo {
    text-align: left;
  }
  .footer .logo img {
    width: 173px;
  }
  .footer .footerLink {
    display: block;
  }
  .footer .footerLink li {
    margin: 0 0 0.5em;
  }
  .footer .footerLink li ul {
    margin: 0.3em 0 0 0;
  }
  .footer .footerLink li ul li {
    margin: 0 0 0.2em;
  }
  .footer .footerLink li ul li a {
    font-size: 0.75em;
    padding: 0 0 0 1.2em;
    position: relative;
  }
  .footer .footerLink li ul li a::before {
    display: inline-block;
    content: "";
    width: 0.5em;
    height: 1px;
    background: #afafaf;
    position: absolute;
    left: 0;
    top: 0.7em;
  }
  .footer .btnContact {
    display: block;
    justify-self: flex-end;
  }
  .footer .btnContact .btnCta {
    width: 310px;
  }
}

.copyright {
  font-size: 0.625em;
  padding: 1em 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .copyright {
    padding: 2em 0;
  }
}

/* ==================================================
フォーム
================================================== */
.content.column h1 {
  font-size: 2em;
  font-weight: bold;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.content.column h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  background: #ffec3f;
  padding: 10px 30px;
}
.content.column h3 {
  font-size: 1.17em;
  font-weight: bold;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  color: #000;
  border-left: 8px solid #ffec3f;
  border-bottom: 1px solid #ffec3f;
  padding: 10px;
}
.content.column h4 {
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  border: 2px solid #ffec3f;
  padding: 15px 20px;
  border-radius: 30px;
}
.content.column b {
  font-weight: bold;
}
.content.column ol {
  padding-left: 40px;
  list-style-type: decimal;
}
.content.column ul {
  padding-left: 40px;
  list-style-type: disc;
}

.taxonomies {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-bottom: 20px;
}
.taxonomies .taxonomy-list {
  display: flex;
}
.taxonomies .taxonomy-list li {
  margin: 0 10px;
}
.taxonomies .taxonomy-list li.active a {
  font-weight: bolder;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.writerContainer {
  display: flex;
  background: #fff;
  border: 2px solid #000;
  border-radius: 15px;
  padding: 16px 15px;
}
.writerContainer .writerImg {
  margin-right: 18px;
  width: 90px;
  height: 90px;
  overflow: hidden;
  border-radius: 50%;
  align-self: flex-start;
}
.writerContainer .writerImg img {
  border-radius: 50%;
  width: 100%;
  object-fit: cover;
  object-position: 3px 14px;
  transform: scale(3);
}
.writerContainer .writerInfo {
  flex: 1;
}
.writerContainer .writerInfo .infoHeader {
  display: flex;
  margin-top: 6px;
}
.writerContainer .writerInfo .infoHeader .writerRole {
  font-size: 14px;
  line-height: 2.45;
  letter-spacing: 0.6px;
  background: #ffec3f;
  color: #000;
  margin-right: 18px;
  padding: 0 6px 0 11px;
  position: relative;
}
.writerContainer .writerInfo .infoHeader .writerRole::before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffec3f;
  border-style: solid;
  border-width: 18px 0 17px 14px;
  content: "";
  display: block;
  left: 100%;
  position: absolute;
  top: 0;
}
.writerContainer .writerInfo .infoHeader .writerLink {
  color: #222;
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.writerContainer .writerInfo .writerCompany {
  font-size: 14px;
  line-height: 1.75;
  color: #a1a1a1;
  margin-top: 7px;
  width: 100%;
}
.writerContainer .writerInfo .infoContent {
  margin-top: 11px;
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}
.writerContainer .writerInfo .infoContent a {
  color: #0ab6a8;
}

@media (max-width: 768px) {
  .writerContainer {
    display: block;
    margin-bottom: 30px;
  }
  .writerContainer .writerImg {
    float: left;
    margin-right: 8px;
    width: 72px;
    height: 72px;
  }
  .writerContainer .writerInfo .infoHeader {
    flex-direction: column;
    margin-top: 4px;
  }
  .writerContainer .writerInfo .infoHeader .writerRole {
    font-size: clamp(11px, 2.1vw, 14px);
    padding: 0 4px 0 8px;
    line-height: 2;
    margin: 0 0 6px;
    width: fit-content;
    border-right: 1px solid #222;
  }
  .writerContainer .writerInfo .infoHeader .writerRole::before {
    border-width: clamp(11px, 2.2vw, 15px) 0 clamp(11px, 2.1vw, 13px) 9px;
    left: calc(100% + 1px);
  }
  .writerContainer .writerInfo .infoHeader .writerLink {
    font-size: clamp(18px, 3.2vw, 24px);
    max-width: fit-content;
  }
  .writerContainer .writerInfo .writerCompany {
    padding-left: 80px;
    font-size: clamp(12px, 2.2vw, 15px);
    margin-top: 5px;
  }
  .writerContainer .writerInfo .infoContent {
    font-size: clamp(14px, 2.5vw, 18px);
    margin-top: 8px;
  }
}
.articleWrap .content .bannerCV {
  max-width: 512px;
  width: 100%;
  margin: 0 auto 56px;
  background: #FFEC3F;
  background-image: url("../img/common/bg-mask.png");
  border-radius: 10px;
  padding: 20px 20px 40px;
  position: relative;
}
.articleWrap .content .bannerCV::before {
  content: "";
  display: block;
  position: absolute;
  width: 116px;
  height: 149px;
  background: url("../img/common/bg.png") no-repeat center;
  background-size: 100%;
  top: 44.1%;
  right: 15px;
  z-index: 1;
  opacity: 100%;
}
.articleWrap .content .bannerCV .bannerLogo {
  max-width: 93px;
  width: 100%;
  margin-bottom: 8px;
}
.articleWrap .content .bannerCV .bannerLogo img {
  aspect-ratio: 93/35;
  object-fit: cover;
}
.articleWrap .content .bannerCV .venText {
  max-width: 391px;
  width: 100%;
  margin: 0 auto 12px;
  z-index: 2;
}
.articleWrap .content .bannerCV .venText img {
  aspect-ratio: 391/105;
}
.articleWrap .content .bannerCV .bannerList {
  width: fit-content;
  margin: 0 auto 22px;
  transform: translateX(-6px);
  z-index: 2;
  position: relative;
}
.articleWrap .content .bannerCV .bannerList li p {
  margin-bottom: 0;
  padding-left: 33px;
  font-size: 20px;
  position: relative;
}
.articleWrap .content .bannerCV .bannerList li p::before {
  content: "";
  display: block;
  width: 23.68px;
  height: 21px;
  background: url("../img/common/checkbox-icon.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 54%;
  transform: translateY(-50%);
}
.articleWrap .content .bannerCV .bannerBtn {
  max-width: 358px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.articleWrap .content .bannerCV .bannerBtn a {
  display: block;
  box-sizing: content-box;
  border: 2px solid #000;
  background: white;
  border-radius: 10px;
  position: relative;
  box-shadow: 0px 3px 0px 0px #000;
  padding: 13px 46px 13px;
  font-size: 18px;
  line-height: 1.444;
  font-weight: 700;
}
.articleWrap .content .bannerCV .bannerBtn a::before {
  content: "";
  display: block;
  width: 61px;
  height: 66px;
  background: url("../img/common/pointing-hand.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  left: -20px;
  top: 26%;
}
.articleWrap .content .bannerCV .bannerBtn a::after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: url("../img/common/arrow-icon.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .articleWrap .content .bannerCV {
    padding: 20px 20px 40px;
    margin-bottom: 48px;
  }
  .articleWrap .content .bannerCV .bannerList {
    transform: translateX(0);
  }
  .articleWrap .content .bannerCV .bannerList li p {
    font-size: 20px;
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 530px) {
  .articleWrap .content .bannerCV {
    padding-bottom: 30px;
    margin-bottom: 36px;
  }
  .articleWrap .content .bannerCV::before {
    width: 80px;
    height: 100px;
    top: 47%;
  }
  .articleWrap .content .bannerCV .bannerLogo {
    max-width: 80px;
  }
  .articleWrap .content .bannerCV .bannerList li p {
    font-size: clamp(15px, 3.7vw, 20px);
    padding-left: 26px;
  }
  .articleWrap .content .bannerCV .bannerList li p::before {
    width: 18.68px;
    height: 20px;
  }
  .articleWrap .content .bannerCV .bannerBtn {
    width: 90%;
  }
  .articleWrap .content .bannerCV .bannerBtn a {
    font-size: clamp(14px, 2.5806vw + 4.3226px, 18px);
    padding: 10px 46px 10px;
  }
  .articleWrap .content .bannerCV .bannerBtn a::before {
    width: 41px;
    height: 44px;
    top: 43%;
  }
  .articleWrap .content .bannerCV .bannerBtn a::after {
    width: 20px;
    height: 20px;
  }
}
.form .lead {
  font-size: 1.125em;
  text-align: center;
  margin: 0 0 1.875em;
}
.form .lead p {
  font-size: inherit;
  margin: 0;
}
.form .lead p.small {
  font-size: 0.8em;
  margin: 1em 0 0;
}
.form .lead .linelink a {
  text-decoration: underline;
}
.form .lead .linelink a:hover {
  text-decoration: none;
}
.form table th, .form table td {
  display: block;
}
.form table th {
  margin: 1.875em 0 0.5em;
  text-align: left;
  font-weight: 500;
  line-height: 1.2;
}
.form table tr:first-child th {
  margin-top: 0;
}
.form .req {
  border-radius: 7px;
  border: 1px solid #000;
  background: #ffec3f;
  display: inline-block;
  padding: 0.4em 0.8em;
  margin: 0 0 0 0.8em;
  font-size: 0.625em;
  line-height: 1.1;
  vertical-align: middle;
}
.form .notes {
  display: block;
  font-size: 0.75em;
}
.form input[type=text],
.form input[type=email],
.form select,
.form textarea {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #000;
  padding: 0.8em 1em;
  line-height: 1.1;
  width: 100%;
}
.form .half {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.form .half input {
  width: 45%;
}
.form input[type=checkbox],
.form input[type=radio] {
  font-size: 1em;
  width: 1em;
  height: 1em;
}
.form textarea {
  height: 6em;
}
.form .list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.8em;
}
.form .list.row {
  flex-direction: column;
}
.form .list.col .mwform-checkbox-field, .form .list.col > input[type=text] {
  flex-basis: 50%;
}
.form .list.col.trigger .mwform-checkbox-field:last-of-type {
  flex-basis: auto;
}
.form .list.col.trigger input[type=text] {
  flex-basis: auto;
}
.form .btnArea {
  margin: 3.75em 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.625em;
}
@media screen and (min-width: 768px) {
  .form .btnArea {
    margin: 100px 0 0;
  }
}
.form button[name=submitConfirm],
.form button[name=__send__] {
  background: #fff;
  border: 2px solid #000;
  border-radius: 2em;
  display: inline-block;
  padding: 0.7em 2em;
  color: #000;
}
.form button[name=submitConfirm]::after,
.form button[name=__send__]::after {
  display: inline-block;
  content: "";
  border-style: solid;
  border-color: transparent transparent transparent #000;
  border-width: 6px;
  vertical-align: middle;
  margin-left: 0.5em;
}
@media screen and (min-width: 768px) {
  .form button[name=submitConfirm],
  .form button[name=__send__] {
    font-size: 1.125em;
  }
}
.form button[name=submitBack] {
  background: #fff;
  border: 2px solid #000;
  border-radius: 2em;
  display: inline-block;
  padding: 0.7em 2em;
}
.form button[name=submitBack]::before {
  display: inline-block;
  content: "";
  border-style: solid;
  border-color: transparent #000 transparent transparent;
  border-width: 6px;
  vertical-align: middle;
  margin-right: 0.5em;
}
@media screen and (min-width: 768px) {
  .form button[name=submitBack] {
    font-size: 1.125em;
  }
}
.form .mw_wp_form_input .input {
  display: block;
}
.form .mw_wp_form_input .confirm {
  display: none;
}
.form .mw_wp_form_input button[name=submitConfirm],
.form .mw_wp_form_input button[name=__send__],
.form .mw_wp_form_input button[name=submitBack] {
  width: 50%;
}
.form .mw_wp_form_confirm .input {
  display: none;
}
.form .mw_wp_form_confirm .confirm {
  display: block;
}
.form .mw_wp_form_confirm button[name=submitConfirm],
.form .mw_wp_form_confirm button[name=__send__],
.form .mw_wp_form_confirm button[name=submitBack] {
  width: 100%;
}
.form .mw_wp_form .error {
  flex-basis: 100%;
}
.form .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.form .mwform-checkbox-field {
  position: relative;
  padding: 0 0 0 1.5em;
  line-height: 1.45;
}
.form .mwform-checkbox-field input {
  position: absolute;
  top: 0.1em;
  left: 0;
}
@media screen and (min-width: 768px) {
  .form .lead {
    font-size: 1.75em;
    margin: 0 0 50px;
  }
  .form .lead p {
    font-size: inherit;
    margin: 0;
  }
  .form .lead p.small {
    font-size: 0.75em;
  }
  .form table {
    margin: 0 auto 0;
    width: 900px;
  }
  .form table th, .form table td {
    display: table-cell;
    padding: 1em 0;
    vertical-align: top;
  }
  .form table th {
    position: relative;
    width: 315px;
  }
  .form .req {
    position: absolute;
    top: 1.8em;
    right: 50px;
  }
  .form textarea {
    height: 10em;
  }
  .form .list {
    column-gap: 2em;
  }
  .form .list.col .mwform-checkbox-field, .form .list.col > input[type=text] {
    flex-basis: 25%;
  }
  .form .list.col.trigger {
    align-items: center;
    margin-bottom: 0.8em;
  }
  .form .btnArea {
    padding-bottom: 30px;
  }
  .form .btnArea button[name=submitConfirm],
  .form .btnArea button[name=__send__],
  .form .btnArea button[name=submitBack] {
    width: 30%;
  }
  .form .complete {
    width: 60%;
    margin: 0 auto;
  }
  .form .complete .lead {
    margin-bottom: 2em;
  }
}

/* ==================================================
事例
================================================== */
.worksWrap {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.875em;
}
@media screen and (min-width: 768px) {
  .worksWrap {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 27px;
    row-gap: 60px;
  }
}
.worksWrap .work {
  border: 2px solid #000;
  border-radius: 15px;
  padding: 1.875em;
  display: flex;
  flex-direction: column;
}
.worksWrap .work .lead {
  font-size: 1.4375em;
  font-weight: 700;
  line-height: 1.45;
  order: 1;
}
.worksWrap .work .lead strong {
  color: #de0000;
}
.worksWrap .work .thumb {
  margin: 1.25em 0 0;
  order: 2;
}
.worksWrap .work .thumb img {
  width: 100%;
  object-fit: cover;
  height: 43vw;
}
@media screen and (min-width: 768px) {
  .worksWrap .work .thumb img {
    height: 165px;
  }
}
.worksWrap .work .detail {
  order: 3;
}
.worksWrap .work .detail .date {
  margin-top: 0.85em;
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
}
.worksWrap .work .detail .cataBox {
  margin-top: 11px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.worksWrap .work .detail .cataBox span {
  padding: 6px 15px 5px;
  display: block;
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 100px;
  background: #FFEC3F;
}
.worksWrap .work .label {
  border-left: 5px solid #ffa700;
  padding: 0 0 0 5px;
  margin: 1.875em 0 1.25em;
}
.worksWrap .work .client {
  margin: 1.875em 0 0;
  order: 4;
}
.worksWrap .work .client .list {
  display: flex;
  align-items: center;
  column-gap: 1em;
}
.worksWrap .work .client .list .logo {
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  width: 3.625em;
  height: 3.625em;
  object-fit: cover;
  background-color: #fff;
}
.worksWrap .work .client .list .insta {
  width: 2.25em;
}
.worksWrap .work .client p {
  margin: 0.75em 0 0;
  font-size: 0.875em;
}
.worksWrap .work .client .storename {
  margin: 0.75em 0 0;
  font-size: 1.125em;
  font-weight: 700;
}
.worksWrap .work .client .name {
  font-weight: 700;
}
.worksWrap .work .client .summary {
  font-size: 0.75em;
}
.worksWrap .work .btn {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  order: 4;
}
.worksWrap .work .btn a {
  box-sizing: border-box;
  padding: 10px;
  width: 200px;
  max-width: 100%;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: 500;
  border-radius: 36px;
  background: #000;
}
.worksWrap .work .btn a span {
  padding: 1px 21px 1px 5px;
  display: inline-block;
  background: url(../img/common/ico_arrow02.png) no-repeat right center;
  background-size: 16px;
}
@media screen and (max-width: 768px) {
  .worksWrap .work.new .lead {
    font-size: 14px;
  }
}
.worksWrap .work.new .detail {
  margin-top: 1.9em;
}
.worksWrap .work.new .detail p {
  line-height: 1.7;
}
.worksWrap .work.new .detail .text01 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.worksWrap .work.new .detail .text02 {
  margin-bottom: 0.65em;
}

/* ==================================================
インフルエンサー
================================================== */
/* 上部テキスト */
.influencerDesc {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 1.25em;
}
.influencerDesc .balloon {
  display: inline-block;
  border-radius: 8px;
  background: #ffec3f;
  font-size: 1.125em;
  font-family: "Fredoka", sans-serif;
  padding: 0.5em 1.5em;
  margin: 0 0 1.25em;
  position: relative;
}
.influencerDesc .balloon:first-letter {
  color: #ffbc0e;
}
.influencerDesc .balloon::after {
  display: inline-block;
  content: "";
  border-style: solid;
  border-width: 8px;
  border-color: #ffec3f transparent transparent transparent;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .influencerDesc .balloon {
    font-size: 1.5em;
    padding: 0.2em 2em;
  }
}
.influencerDesc .heading {
  font-size: 1.25em;
  font-weight: 900;
  line-height: 1.45;
  position: relative;
}
.influencerDesc .heading::before, .influencerDesc .heading::after {
  display: block;
  content: "";
  width: 2em;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: 0;
}
.influencerDesc .heading::before {
  left: -2.5em;
  transform: rotate(45deg);
  transform-origin: bottom right;
}
.influencerDesc .heading::after {
  right: -2.5em;
  transform: rotate(-45deg);
  transform-origin: bottom left;
}
@media screen and (min-width: 768px) {
  .influencerDesc .heading {
    font-size: 1.85em;
    display: inline-block;
  }
  .influencerDesc .heading::before, .influencerDesc .heading::after {
    width: 1.5em;
  }
  .influencerDesc .heading::before {
    left: -2em;
  }
  .influencerDesc .heading::after {
    right: -2em;
  }
}
.influencerDesc .notes {
  font-size: 0.625em;
  text-align: right;
  padding: 0 3em 0 0;
  margin: 0 0 1.25em;
  align-self: flex-end;
}
@media screen and (min-width: 768px) {
  .influencerDesc .notes {
    font-size: 0.75em;
    align-self: flex-start;
    margin-left: 60%;
  }
}
.influencerDesc .text {
  font-size: 0.875em;
  padding: 0 0 0 13.5vw;
  position: relative;
  text-align: left;
}
.influencerDesc .text::before {
  display: block;
  content: "";
  position: absolute;
  top: 0.1em;
  left: -0.5em;
  width: 12.2vw;
  height: 13.6vw;
  background: transparent url(../img/common/ico_hand.png) no-repeat top left/cover;
  transform: rotate(80deg);
}
@media screen and (min-width: 768px) {
  .influencerDesc .text {
    font-size: 1.25em;
    padding: 0 0 0 70px;
  }
  .influencerDesc .text::before {
    top: -0.2em;
    left: 0.8em;
    width: 45px;
    height: 50px;
  }
}

/* サムネイル */
.influencerThumb {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px;
  row-gap: 10px;
}
.influencerThumb img {
  width: 100%;
  height: 44vw;
  object-fit: cover;
}
.influencerThumb .name {
  display: none;
}
@media screen and (min-width: 768px) {
  .influencerThumb {
    grid-template-columns: repeat(5, 1fr);
  }
  .influencerThumb img, .influencerThumb .name {
    height: 215px;
  }
  .influencerThumb a {
    display: block;
    position: relative;
  }
  .influencerThumb a:hover {
    opacity: 1;
  }
  .influencerThumb a:hover .name {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/* CTA */
.influencerCta {
  background: transparent url(../img/influencer/cta_bg_sp.png) no-repeat center center/cover;
  margin: 3.75em 0;
  padding: 3.75em 2.0625em;
  position: relative;
}
.influencerCta .textWrap {
  background: #fff;
  padding: 2em 1em;
}
.influencerCta .heading {
  font-size: 0.875em;
  margin: 0 0 0.5em;
}
.influencerCta .btnContact {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .influencerCta {
    background-image: url(../img/influencer/cta_bg.png);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: contain;
    margin: 100px 0;
  }
  .influencerCta .textWrap {
    width: 608px;
    padding: 2em;
    margin: 0 auto;
    text-align: center;
  }
  .influencerCta .textWrap .btnContact {
    margin: 2em 0 0;
  }
  .influencerCta .textWrap .btnCta {
    padding: 0.8em 0;
  }
  .influencerCta .heading {
    font-size: 1em;
  }
}

/* 各インフルエンサー */
.influencerCard {
  background: #fffce3;
  border-radius: 15px;
  margin: 0 0 1.85em;
  padding: 1.85em 1em;
}
.influencerCard .thumb {
  text-align: center;
  margin: 0 0 1.85em;
}
.influencerCard .thumb img {
  width: 44vw;
  height: 44vw;
  object-fit: cover;
}
.influencerCard .name {
  font-size: 1.25em;
  font-weight: 900;
  margin: 0 0 1em;
}
.influencerCard .instaAccount {
  font-size: 0.875em;
  font-weight: 900;
  margin: 0 0 1em;
}
.influencerCard .text {
  font-size: 0.875em;
}
.influencerCard .area {
  margin: 1em 0;
  display: flex;
  align-items: center;
  height: 2.5em;
}
.influencerCard .area dt, .influencerCard .area dd {
  display: flex;
  align-items: center;
  height: 100%;
}
.influencerCard .area dt {
  font-size: 0.875em;
  background: #fff;
  border-top-left-radius: 1.5em;
  border-bottom-left-radius: 1.5em;
  padding: 0 1em;
}
.influencerCard .area dd {
  background: #de0000;
  color: #fff;
  font-weight: 900;
  border-top-right-radius: 1.5em;
  border-bottom-right-radius: 1.5em;
  padding: 0 2em;
}
.influencerCard .area dd.aichi {
  background: #de0000;
}
.influencerCard .area dd.tokyo {
  background: #046fde;
}
.influencerCard .area dd.osaka {
  background: #0e911c;
}
.influencerCard .snsList {
  margin: 0 0 1em;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 10px;
  row-gap: 10px;
}
.influencerCard .snsList a, .influencerCard .snsList span {
  display: block;
  color: #fff;
  font-family: "Fredoka", sans-serif;
  font-size: 0.6875em;
  border-radius: 7px;
  padding: 0.8em 1.5625em 0.8em 0;
  text-align: center;
  position: relative;
}
.influencerCard .snsList a img, .influencerCard .snsList span img {
  position: absolute;
  right: 0.75em;
  top: 50%;
  transform: translateY(-50%);
  width: 1.36em;
}
.influencerCard .snsList a {
  background: #000;
}
.influencerCard .snsList span {
  background: #e5e5e5;
}
@media screen and (max-width: 768px) {
  .influencerCard .btnCta {
    width: 73.6vw;
    font-size: 0.875em;
    padding-left: 1em;
  }
  .influencerCard .btnCta::before {
    width: 11.2vw;
    height: 12vw;
  }
}
@media screen and (min-width: 768px) {
  .influencerCard {
    display: grid;
    grid-template-columns: 310px 1fr;
    column-gap: 60px;
    padding: 60px;
  }
  .influencerCard .thumb {
    margin: 0;
  }
  .influencerCard .thumb img {
    width: 310px;
    height: 310px;
  }
  .influencerCard .name {
    font-size: 1.85em;
    margin: 0 0 0.5em;
  }
  .influencerCard .instaAccount {
    margin: 0 0 1em;
  }
  .influencerCard .text {
    font-size: 1em;
    margin: 30px 0;
  }
  .influencerCard .area {
    margin: 1em 0;
  }
  .influencerCard .area dd {
    font-size: 1.125em;
  }
  .influencerCard .snsList {
    margin: 30px 0;
    grid-template-columns: repeat(4, 1fr);
  }
  .influencerCard .snsList a, .influencerCard .snsList span {
    font-size: 0.875em;
  }
  .influencerCard .btnCta {
    width: 365px;
    font-size: 1.124em;
  }
}

/* ==================================================
お知らせ
================================================== */
/* 一覧 */
.articlesWrap {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.875em;
}
@media screen and (min-width: 768px) {
  .articlesWrap {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 27px;
    row-gap: 80px;
  }
}
.articlesWrap .article {
  border: 1px solid #000;
  border-radius: 15px;
}
.articlesWrap .article a {
  display: flex;
  flex-direction: column;
  row-gap: 1.825em;
  padding: 1.875em;
}
.articlesWrap .article .articleHeader {
  display: grid;
  grid-template-areas: "thumb heading";
  grid-template-columns: 16vw 1fr;
  column-gap: 10px;
}
@media screen and (min-width: 768px) {
  .articlesWrap .article .articleHeader {
    grid-template-columns: 80px 1fr;
  }
}
.articlesWrap .article .articleHeader .heading {
  grid-area: heading;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.45;
}
.articlesWrap .article .articleHeader .thumb {
  grid-area: thumb;
}
.articlesWrap .article .articleHeader .thumb img {
  width: 100%;
  object-fit: cover;
  height: 16vw;
}
@media screen and (min-width: 768px) {
  .articlesWrap .article .articleHeader .thumb img {
    height: 80px;
  }
}
.articlesWrap .article .content {
  font-size: 0.875em;
  word-break: break-all;
}
.articlesWrap .article .date {
  font-size: 0.75em;
}
.articlesWrap .article .more {
  text-align: center;
}
.articlesWrap .article .more .btn {
  background: #ffec3f;
  border: 1px solid #fff;
  border-radius: 2em;
  display: inline-block;
  padding: 0.5em 2em;
}
.articlesWrap .article .more .btn::after {
  display: inline-block;
  content: "";
  border-style: solid;
  border-color: transparent transparent transparent #000;
  border-width: 6px;
  vertical-align: middle;
  margin-left: 0.5em;
}
@media screen and (min-width: 768px) {
  .articlesWrap .article .more .btn {
    padding: 0.8em 2em;
  }
}

/* 詳細 */
.articleWrap {
  border: 2px solid #000;
  border-radius: 20px;
  background: #f8f8f8;
  margin: 0 0 1.875em;
}
.articleWrap .articleHeader {
  background: #ffec3f;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom: 2px solid #000;
  padding: 1em;
  display: flex;
  flex-direction: column;
}
.articleWrap .articleHeader .date {
  order: 1;
  font-size: 0.875em;
  margin: 0 0 0.8em;
}
.articleWrap .articleHeader .heading {
  order: 2;
  font-size: 1.125em;
  font-weight: 900;
  line-height: 1.45;
}
.articleWrap .content {
  padding: 1.5em 1em 0.5em;
  font-size: 0.875em;
}
.articleWrap .content p {
  margin: 0 0 1em;
}
@media screen and (min-width: 768px) {
  .articleWrap {
    border-radius: 15px;
    background: #fff;
  }
  .articleWrap .articleHeader {
    padding: 30px 60px;
  }
  .articleWrap .articleHeader .date {
    font-size: 0.875em;
  }
  .articleWrap .articleHeader .heading {
    font-size: 1.875em;
  }
  .articleWrap .content {
    padding: 35px 60px 20px;
    font-size: 1em;
  }
}

.pageLink {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1.875em;
}
.pageLink .prev img {
  width: 6.7vw;
  height: 6.7vw;
  transform: rotate(180deg);
}
.pageLink .list .btn {
  background: #ffec3f;
  border: 1px solid #fff;
  border-radius: 2em;
  display: inline-block;
  padding: 0.5em 2em;
}
.pageLink .list .btn::after {
  display: inline-block;
  content: "";
  border-style: solid;
  border-color: transparent transparent transparent #000;
  border-width: 6px;
  vertical-align: middle;
  margin-left: 0.5em;
}
@media screen and (min-width: 768px) {
  .pageLink .list .btn {
    padding: 0.8em 2em;
  }
}
.pageLink .next img {
  width: 6.7vw;
  height: 6.7vw;
}
.pageLink span {
  display: inline-block;
  mix-blend-mode: difference;
}
@media screen and (min-width: 768px) {
  .pageLink {
    column-gap: 100px;
    margin: 60px 0 0;
  }
  .pageLink .prev img {
    width: 50px;
    height: 50px;
  }
  .pageLink .next img {
    width: 50px;
    height: 50px;
  }
}

/* toc */
#toc_container.no_bullets li {
  margin-bottom: 1.25em;
}

/* ==================================================
トップ
================================================== */
/* MV */
.topMv {
  background: url(../img/common/symbol.png) no-repeat top 20px right 40px/55%, url(../img/top/mv_bg_sp.png) no-repeat center bottom/100% auto;
  background-color: #ffec3f;
}
.topMv .inner {
  padding: 5.625em 6.6% 0;
}
.topMv .heading {
  font-size: 2.125em;
  font-weight: 900;
}
.topMv .heading .lead {
  display: inline-block;
  background: transparent url(../img/top/mv_balloon.png) no-repeat center center/cover;
  padding: 0.5em 0.5em 1em;
  line-height: 1.1;
}
.topMv .heading .lead span {
  background: linear-gradient(transparent 78%, #ffbc0e 78%);
}
.topMv .heading .main {
  display: block;
  line-height: 1.2;
}
.topMv .text {
  font-size: 0.6875em;
  margin: 1em 0;
}
.topMv .img {
  margin: 0 -6.6vw;
  display: block;
}
@media screen and (min-width: 768px) {
  .topMv {
    background: #ffec3f url(../img/common/symbol.png) no-repeat top 120px right 58%/407px auto;
  }
  .topMv .inner {
    padding: 104px 670px 65px 0;
    width: 1200px;
    background: url(../img/top/mv_bg_img01.png) no-repeat top 120px right/660px 337px;
  }
  .topMv .heading {
    font-size: 3.5em;
  }
  .topMv .heading .lead {
    margin-left: -10px;
  }
  .topMv .text {
    font-size: 1.125em;
    margin: 1em 0;
  }
  .topMv .img {
    position: absolute;
    bottom: -10px;
    left: 760px;
    left: 744px;
    margin: 0;
  }
  .topMv .img img {
    width: 220px;
  }
}

@media screen and (max-width: 768px) {
  .topMv .inner {
    background: url(../img/top/mv_bg_img01_sp.png) no-repeat top 96% left/100% 337px;
  }
  .topMv .img {
    left: 0;
    right: 0;
    position: relative;
    width: 230px;
    margin: auto;
    top: 20px;
  }
}
.topNews {
  margin: 1.825em 0;
  margin: 3em 0;
}
.topNews .thumbList {
  text-align: center;
  display: flex;
  justify-content: space-around;
}
@media screen and (min-width: 768px) {
  .topNews .thumbList.slick-initialized {
    display: block;
  }
}
.topNews .thumbList img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  margin: 0 auto;
}
.topNews .inner {
  display: flex;
  flex-direction: column;
  row-gap: 1.25em;
}
@media screen and (min-width: 768px) {
  .topNews .inner {
    display: block;
  }
}
.topNews .inner .headingWrap {
  display: flex;
  flex-direction: column;
  row-gap: 1.25em;
}
@media screen and (min-width: 768px) {
  .topNews .inner .headingWrap {
    display: block;
    margin: 80px 0 30px;
    position: relative;
  }
}
.topNews .inner .heading {
  font-size: 1.6875em;
  font-family: "Fredoka", sans-serif;
  text-align: center;
  order: 1;
  margin-top: 1em;
}
.topNews .inner .heading:first-letter {
  color: #ffbc0e;
}
@media screen and (min-width: 768px) {
  .topNews .inner .heading {
    font-size: 2.25em;
  }
}
.topNews .inner .listLink {
  text-align: right;
  order: 2;
}
@media screen and (min-width: 768px) {
  .topNews .inner .listLink {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.topNews .inner .listLink .btn01 {
  font-size: 0.75em;
}
@media screen and (min-width: 768px) {
  .topNews .inner .listLink .btn01 {
    font-size: 1em;
  }
}
.topNews .inner .articlesList .slick-track {
  display: flex;
  column-gap: 10px;
}
.topNews .inner .articlesList .slick-track .slick-slide {
  height: auto !important;
}
@media screen and (min-width: 768px) {
  .topNews .inner .articlesList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 38px;
  }
}
.topNews .inner .article a {
  display: grid;
  row-gap: 0.5em;
  grid-template-columns: 40% 1fr;
  padding: 1em;
  border: 2px solid #000;
  border-radius: 15px;
  height: 100%;
}
.topNews .inner .article .title {
  font-size: 0.8125em;
  font-weight: 700;
  line-height: 1.45;
  grid-row: 1/2;
  grid-column: 2/3;
}
@media screen and (min-width: 768px) {
  .topNews .inner .article .title {
    font-size: 1em;
  }
}
.topNews .inner .article .thumb {
  grid-row: 1/4;
  grid-column: 1/2;
  justify-self: center;
  align-self: center;
}
.topNews .inner .article .thumb img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.topNews .inner .article .content {
  font-size: 0.625em;
  word-break: break-all;
  grid-row: 2/3;
  grid-column: 2/3;
}
@media screen and (min-width: 768px) {
  .topNews {
    margin-bottom: 100px;
  }
  .topNews .inner {
    width: 1264px;
  }
}

.slick-arrow {
  width: 1.5625em;
  height: 1.5625em;
  position: absolute;
  top: 50%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .slick-arrow {
    width: 50px;
    height: 50px;
  }
}

.slick-next {
  right: -10px;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .slick-next {
    right: -15px;
  }
}

.slick-prev {
  left: -10px;
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (min-width: 768px) {
  .slick-prev {
    left: 10px;
  }
}

.topWorks {
  background: #ffec3f url(../img/top/cta_bg_sp.png) no-repeat center bottom/100% auto;
  padding: 1.875em 0;
  margin: 3.75em 0;
}
.topWorks .heading {
  font-size: 1.625em;
  font-weight: 900;
  margin: -2em 0 1em;
  text-align: center;
}
.topWorks .worksWrap .work {
  margin: 0 15px;
}
.topWorks .worksWrap .work:not(.new) {
  border: none;
  border-radius: none;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .topWorks .worksWrap .work {
    margin: 0 6px;
  }
}
.topWorks .worksWrap .work .detail .date {
  margin-top: 0;
}
.topWorks .worksWrap .work .detail .cataBox {
  margin-top: 20px;
}
.topWorks .worksWrap .work .btn {
  margin-top: 20px;
}
.topWorks .worksWrap .work.new {
  background: #fff;
}
.topWorks .worksWrap .work.new .lead {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .topWorks .worksWrap .work.new .lead {
    font-size: 1.125em;
  }
}
.topWorks .worksWrap .work.new .thumb {
  margin-top: 1.35em;
}
@media screen and (min-width: 768px) {
  .topWorks .worksWrap .work.new .thumb img {
    height: auto;
    aspect-ratio: 291/165;
  }
}
.topWorks .worksWrap .work.new .detail {
  margin-top: 1em;
}
.topWorks .worksWrap .work.new .detail .text01 {
  -webkit-line-clamp: 2;
}
.topWorks .worksWrap .box {
  border: 2px solid #000;
  border-radius: 15px;
  padding: 1.875em;
  background: #fff;
}
.topWorks .worksWrap .client {
  margin-top: 0;
  display: grid;
  grid-template-areas: "storename logo" "name logo" ". logo" "summary summary";
  grid-template-columns: 1fr 3.625em;
  column-gap: 10px;
}
.topWorks .worksWrap .storename {
  grid-area: storename;
  margin: 0;
  line-height: 1.45;
}
.topWorks .worksWrap .name {
  grid-area: name;
}
.topWorks .worksWrap .list {
  grid-area: logo;
}
.topWorks .worksWrap .summary {
  grid-area: summary;
}
.topWorks .worksWrap .after {
  margin: 1.25em 0 0;
}
.topWorks .worksWrap .slick-track {
  display: flex;
}
.topWorks .more {
  margin: 3.75em 0 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .topWorks {
    background: #ffec3f url(../img/top/cta_bg.png) repeat-x center bottom/cover;
    padding: 100px 0;
    margin: 120px 0 0;
  }
  .topWorks .inner {
    width: 1264px;
  }
  .topWorks .heading {
    font-size: 2.375em;
    margin: -3.35em 0 1.5em;
  }
  .topWorks .worksWrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
  }
  .topWorks .worksWrap.slick-initialized {
    display: block;
  }
  .topWorks .worksWrap .workWrap {
    width: 300px;
  }
  .topWorks .worksWrap .client {
    margin-top: 1em;
  }
  .topWorks .worksWrap .client p {
    margin: 1em 0 0;
  }
  .topWorks .worksWrap .client .storename {
    margin: 0;
  }
  .topWorks .worksWrap .slick-track {
    column-gap: 20px;
  }
  .topWorks .slick-prev {
    left: -10px;
    cursor: pointer;
  }
  .topWorks .slick-prev:hover {
    opacity: 0.7;
  }
  .topWorks .slick-next {
    right: -10px;
    cursor: pointer;
  }
  .topWorks .slick-next:hover {
    opacity: 0.7;
  }
}

.topService .headingWrap {
  background: #fff;
  border-radius: 10px;
  position: relative;
  margin: 0 0 1.875em 0;
  padding: 1.5em;
  box-shadow: 6px 8px #f4f4f4;
}
.topService .headingWrap span {
  display: block;
}
.topService .headingWrap .label {
  font-size: 1.25em;
  font-family: "Fredoka", sans-serif;
  font-weight: 400;
}
.topService .headingWrap .label:first-letter {
  color: #FFBC0E;
}
.topService .headingWrap .lead {
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1.45;
}
.topService .headingWrap .serviceName {
  font-size: 1.625em;
  font-weight: 900;
  line-height: 1.45;
}
.topService .headingWrap::after {
  display: block;
  content: "";
  width: 30px;
  height: 21px;
  background: transparent url(../img/top/balloon_tale.png) no-repeat top left/cover;
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .topService .headingWrap {
    padding: 1em 3em;
  }
  .topService .headingWrap .label {
    font-size: 1.5em;
  }
  .topService .headingWrap .lead {
    font-size: 2.25em;
  }
  .topService .headingWrap .serviceName {
    font-size: 2.375em;
  }
  .topService .headingWrap.left::after {
    width: 17px;
    height: 34px;
    background: transparent url(../img/top/balloon_left.png) no-repeat top left/cover;
    left: -17px;
    top: 50%;
    transform: translateY(-50%);
  }
  .topService .headingWrap.right::after {
    width: 24px;
    height: 32px;
    background: transparent url(../img/top/balloon_right.png) no-repeat top left/cover;
    right: -24px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
.topService .text {
  font-size: 0.875em;
}
@media screen and (min-width: 768px) {
  .topService .text {
    font-size: 1em;
  }
}
.topService .btn {
  margin: 1.875em 0;
}
@media screen and (min-width: 768px) {
  .topService .btn {
    margin: 2.5em 0;
  }
}
@media screen and (min-width: 768px) {
  .topService .inner {
    width: 1280px;
  }
}
.topService .topCheckit {
  background: transparent url(../img/top/checkit_bg_sp.jpg) no-repeat top left/cover;
  padding: 1.875em 0 0;
}
.topService .topCheckit::after {
  display: block;
  content: "";
  width: 100%;
  aspect-ratio: 375/422;
  background: transparent url(../img/top/checkit_img_sp.png) no-repeat top left/100%;
}
.topService .topCheckit .serviceName {
  text-indent: -0.5em;
}
.topService .topCheckit .btn {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .topService .topCheckit {
    background: linear-gradient(90deg, #fff 50%, #f3f6f5);
    height: 540px;
  }
  .topService .topCheckit .inner {
    padding: 0 660px 0 80px;
    position: relative;
    height: 100%;
  }
  .topService .topCheckit .inner::after {
    display: block;
    content: "";
    width: 650px;
    height: 570px;
    background: transparent url(../img/top/checkit_img.png) no-repeat top left/cover;
    position: absolute;
    bottom: -15px;
    right: 0;
  }
  .topService .topCheckit::after {
    content: none;
  }
}
.topService .topStarterPack {
  background: #ffec3f;
  padding: 1.875em 0;
  position: relative;
}
.topService .topStarterPack::after {
  display: block;
  content: "";
  width: 90.8%;
  margin: 0 auto;
  aspect-ratio: 515/409;
  background: transparent url(../img/top/starterpack_img.png) no-repeat top left/cover;
}
.topService .topStarterPack .serviceName {
  text-indent: -0.5em;
}
@media screen and (min-width: 768px) {
  .topService .topStarterPack {
    position: relative;
    height: 540px;
    padding: 60px 0;
  }
  .topService .topStarterPack .inner {
    padding: 0 100px 0 630px;
    position: relative;
    height: 100%;
  }
  .topService .topStarterPack .inner::after {
    display: block;
    content: "";
    width: 514px;
    height: 408px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: transparent url(../img/top/starterpack_img.png) no-repeat top left/cover;
  }
  .topService .topStarterPack::after {
    content: none;
  }
}
.topService .topInfluencer {
  background: url(../img/top/influencer_bg_sp.png) no-repeat bottom center/cover;
  padding: 1.875em 0;
}
.topService .topInfluencer::after {
  display: block;
  content: "";
  width: 100%;
  aspect-ratio: 560/525;
  background: transparent url(../img/top/influencer_img_sp.png) no-repeat top left/cover;
  margin: 0 0 3.5em;
}
@media screen and (min-width: 768px) {
  .topService .topInfluencer {
    height: 540px;
    padding: 60px 0;
    background: linear-gradient(90deg, #fff 50%, #f3f6f5);
  }
  .topService .topInfluencer .inner {
    padding: 0 630px 0 100px;
    height: 100%;
    position: relative;
  }
  .topService .topInfluencer .inner::after {
    display: block;
    content: "";
    aspect-ratio: 800/587;
    background: url(../img/top/influencer_img.png) no-repeat top left/cover;
    width: 620px;
    position: absolute;
    bottom: -60px;
    right: 0;
  }
  .topService .topInfluencer::after {
    content: none;
  }
}

.topSupport {
  background: #fff url(../img/top/support_bg_sp.png) no-repeat bottom center/100% auto;
  padding: 0 0 2em;
}
.topSupport .lead {
  font-size: 1.625em;
  font-weight: 900;
  line-height: 1.45;
  margin: 0 0 1em;
  text-align: center;
}
.topSupport .text {
  font-size: 0.875em;
  margin: 0 0 1.4em;
}
.topSupport .boxWrap {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2.5em;
}
.topSupport .box {
  border: 2px solid #000;
  border-radius: 10px;
  background: #f8f8f8;
  padding: 1.5em 1.2em 0.3em;
  position: relative;
}
.topSupport .box:not(:last-child)::after {
  display: block;
  content: "";
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  border-width: 1.5em;
  position: absolute;
  bottom: -3em;
  left: 50%;
  transform: translateX(-50%);
}
.topSupport .box .heading {
  margin: -1.5em -1.2em 1.2em;
  padding: 1.2em 0;
  background: #ffec3f;
  border-bottom: 2px solid #000;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  text-align: center;
}
.topSupport .box .heading span {
  font-size: 1.125em;
}
.topSupport .box .heading .label {
  display: inline-block;
  background: #fff;
  border-radius: 1em;
  font-family: "Fredoka", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  padding: 0 1em;
  margin: 0 0 0.5em;
}
.topSupport .box .heading .label:first-letter {
  color: #FFBC0E;
}
.topSupport .box .heading .content {
  display: block;
  font-weight: 900;
  line-height: 1.45;
}
.topSupport .btn {
  margin: 2em 0 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .topSupport {
    background: #fff url(../img/top/support_bg.png) repeat-x bottom center/auto 490px;
    padding: 0 0 5em;
    margin: 100px 0 0;
  }
  .topSupport .inner {
    width: 1252px;
  }
  .topSupport .lead {
    font-size: 2.375em;
  }
  .topSupport .text {
    font-size: 1.125em;
    text-align: center;
  }
  .topSupport .boxWrap {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 38px;
  }
  .topSupport .box {
    background: #fff;
    padding: 2.5em 1.5em 1em;
    position: relative;
  }
  .topSupport .box:not(:last-child)::after {
    border-color: transparent transparent transparent #000;
    border-width: 1.5em;
    bottom: auto;
    top: 50%;
    left: auto;
    right: -3em;
    transform: translateY(-50%);
  }
  .topSupport .box .heading {
    margin: -2.5em -1.5em 1.7em;
    padding: 2em 0;
  }
  .topSupport .box .heading .label {
    font-size: 1.5em;
    padding: 0 1em;
    margin: 0 0 0.5em;
  }
  .topSupport .box .heading .content {
    font-size: 1.875em;
    height: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .topSupport .box .text {
    font-size: 1em;
    text-align: left;
  }
  .topSupport .btn {
    margin: 3em 0 0;
  }
  .topSupport .btnCta {
    font-size: 1.25em;
    line-height: 2;
  }
}

.topPartner {
  margin: 70px 0;
}
@media screen and (min-width: 768px) {
  .topPartner {
    margin: 120px 0;
  }
}
@media screen and (min-width: 768px) {
  .topPartner .inner {
    display: flex;
    justify-content: space-between;
  }
}
.topPartner .inner .txtBox {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .topPartner .inner .txtBox {
    width: 57%;
  }
}
.topPartner .inner .txtBox p {
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .topPartner .inner .txtBox p {
    font-size: 1.8rem;
    margin: 40px 0 50px 0;
  }
}
.topPartner .inner .txtBox p.comment {
  text-align: left;
}
.topPartner .inner .imgBox {
  align-items: center;
}
@media screen and (min-width: 768px) {
  .topPartner .inner .imgBox {
    width: 42%;
    display: flex;
  }
}
.topPartner .inner .imgBox img {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .topPartner .inner .imgBox img {
    margin: 0;
  }
}
.topPartner h2 {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .topPartner h2 {
    font-size: 6rem;
  }
}
.topPartner .heading {
  font-size: 1.4rem;
  line-height: 1.45;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .topPartner .heading {
    font-size: 2.5rem;
  }
}
.topPartner .heading::before, .topPartner .heading::after {
  display: block;
  content: "";
  width: 2em;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: 0;
}
.topPartner .heading::before {
  left: -1em;
  transform: rotate(45deg);
  transform-origin: bottom right;
}
.topPartner .heading::after {
  right: -1em;
  transform: rotate(-45deg);
  transform-origin: bottom left;
}
@media screen and (min-width: 768px) {
  .topPartner .heading {
    font-size: 2.5rem;
    display: inline-block;
  }
  .topPartner .heading::before, .topPartner .heading::after {
    width: 1.5em;
  }
  .topPartner .heading::before {
    left: -2em;
  }
  .topPartner .heading::after {
    right: -2em;
  }
}
.topPartner .btnCta {
  width: 86.3vw;
}
@media screen and (min-width: 768px) {
  .topPartner .btnCta {
    width: 364px;
  }
}
.topPartner .btnContact {
  text-align: center;
}/*# sourceMappingURL=style.css.map */