@charset "UTF-8";
.company-header {
  background-color: #A8FF5F;
  border-bottom: 2px solid #000;
}
.company-header .header-page__illust {
  width: 25cqw;
  margin-top: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .company-header .header-page__illust {
    width: 25.4237288136cqw;
  }
}
@media screen and (max-width: 450px) {
  .company-header .header-page__illust {
    width: 29.2682926829cqw;
  }
}
.company01 {
  padding-top: min(3.90625vw, 50px);
}

/*.company-comment-block{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: math.percentage(math.div(1003, 1200));
  margin-left: auto;
  margin-right: auto;
  margin-bottom: innerSize(100);
}
.company-comment-block__illust{
  width: innerSize(222);
  > img{
    display: block;
    max-width: 100%;
  }
}
.company-comment-block__comment{
  position: relative;
  > p{
    position: relative;
    box-sizing: border-box;
    width: innerSize(713);
    padding: 1.6em 1.7em;
    letter-spacing: 0.05em;
    line-height: math.div(45, 23);
    border: 2px solid #000;
    border-radius: innerSize(52);
    background-color: #fff;
    z-index: 2;
  }
  &::before{
    content: "";
    display: block;
    position: absolute;
    border-top: innerSize(15) solid #000;
    border-right: innerSize(33) solid #000;
    border-left: innerSize(33) solid transparent;
    border-bottom: innerSize(15) solid transparent;
    z-index: 1;
    right: 99%;
    top: 50%;
    margin-top: innerSize(-15);
  }
  &::after{
    content: "";
    display: block;
    position: absolute;
    border-top: innerSize(15) solid #fff;
    border-right: innerSize(33) solid #fff;
    border-left: innerSize(33) solid transparent;
    border-bottom: innerSize(15) solid transparent;
    z-index: 3;
    right: 99%;
    top: 50%;
    margin-top: innerSize(-15);
    transform-origin: right center;
    transform: scale(0.85);
  }
}*/
.company-h {
  margin-bottom: 2.75cqw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .company-h {
    margin-bottom: 3.3898305085cqw;
  }
}
@media screen and (max-width: 450px) {
  .company-h {
    margin-bottom: 3.9024390244cqw;
  }
}

.company-cg-name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.75cqw;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0.6em;
  text-align: center;
}
.company-cg-name > span {
  color: #F6730F;
}
@media screen and (max-width: 768px) {
  .company-cg-name {
    font-size: 5.0847457627cqw;
  }
}
@media screen and (max-width: 450px) {
  .company-cg-name {
    font-size: 5.8536585366cqw;
  }
}

.company-cg-name-en {
  font-family: "Knewave", sans-serif;
  font-weight: 400;
  font-size: 2.5cqw;
  line-height: 1;
  text-align: center;
}
.company-cg-name-en > span {
  color: #F6730F;
}
@media screen and (max-width: 768px) {
  .company-cg-name-en {
    font-size: 3.3898305085cqw;
  }
}
@media screen and (max-width: 450px) {
  .company-cg-name-en {
    font-size: 3.9024390244cqw;
  }
}

.company01-lead {
  line-height: 1.9565217391;
  letter-spacing: 0.05em;
}

.company02 {
  border-top: 2px solid #000;
  margin-top: min(12.5vw, 160px);
  margin-bottom: min(12.5vw, 160px);
}
@media screen and (max-width: 768px) {
  .company02 {
    margin-top: min(13.0208333333vw, 100px);
    margin-bottom: min(13.0208333333vw, 100px);
  }
}
@media screen and (max-width: 450px) {
  .company02 {
    margin-top: min(17.7777777778vw, 80px);
    margin-bottom: min(13.3333333333vw, 60px);
  }
}

.company-web-h {
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 0.6em 1.5em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.8333333333cqw;
  background-color: #000;
  border-radius: 0.5em;
  font-size: 3.3333333333cqw;
  font-weight: 900;
  text-align: center;
  color: #fff;
  line-height: 1;
  transform: translateY(-50%);
}
.company-web-h > br {
  display: none;
}
@media screen and (max-width: 768px) {
  .company-web-h {
    font-size: 3.9548022599cqw;
  }
}
@media screen and (max-width: 450px) {
  .company-web-h {
    margin-bottom: 0;
    font-size: 4.8780487805cqw;
    line-height: 1.4;
  }
  .company-web-h > br {
    display: inline;
  }
}

.company-web-wrap {
  display: flex;
  align-items: flex-start;
  gap: 3.75cqw;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .company-web-wrap {
    flex-direction: column;
    align-items: center;
    gap: 4.2372881356cqw;
  }
}

.company-web-ext-img {
  width: 46.2962962963%;
}
.company-web-ext-img > img {
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .company-web-ext-img {
    width: 66%;
  }
}
@media screen and (max-width: 768px) {
  .company-web-ext-img {
    width: 75%;
  }
}

.company-web-text-wrap {
  flex: 1;
}

.company-web-text {
  line-height: 1.9565217391;
  letter-spacing: 0.05em;
}
.company-table-wrapper {
  margin-top: 6.6666666667cqw;
}

.company-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px dashed #000;
  border-left: none;
  border-right: none;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.company-table th, .company-table td {
  box-sizing: border-box;
  padding: 1em;
  border-bottom: 1px dashed #000;
  vertical-align: top;
}
.company-table th {
  width: 13em;
  padding-left: 2.5em;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .company-table th {
    padding-left: 1em;
    width: 8em;
  }
}
.company-table td {
  padding-left: 0;
}
.company-table .jigyo {
  padding-top: 1em;
  padding-left: 2em;
}

/*.company-web-link{
  margin-top: innerSize(64);
  > a{
    @include f-zenkaku();
    display: block;
    width: fit-content;
    padding-bottom: 0.2em;
    font-weight: 700;
    line-height: 1;
    border-bottom: 2px solid #000;
    &:hover{
      text-decoration: none;
      border-bottom-style: dashed;
    }
  }
}*/
.news-header {
  height: min(23.4375vw, 300px);
  position: relative;
  background-color: #67F2FF;
  border-bottom: 2px solid #000;
  padding-left: 40px;
  padding-right: 40px;
  z-index: 2;
}
.news-header > .header-page-inner {
  display: flex;
  height: 100%;
  position: relative;
  z-index: 2;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .news-header {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 450px) {
  .news-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.news-header__l {
  position: absolute;
  width: min(26%, 524px);
  left: clamp(-150px, (100vw - 1280px) / (640) * 150 + -150px, 0px);
  bottom: -6.6666666667%;
  overflow: hidden;
}
.news-header__l > img {
  display: block;
  max-width: 100%;
}

.news-header__r {
  position: absolute;
  width: min(38.4375vw, 492px);
  right: 0;
  bottom: -9.6666666667%;
}
.news-header__r > img {
  display: block;
  max-width: 100%;
}

.news-header__fisherman {
  position: absolute;
  width: min(39.6875vw, 508px);
  right: 11.1979166667%;
  bottom: -38%;
}
.news-header__fisherman > img {
  display: block;
  max-width: 100%;
}

.breadcrumb--news {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.breadcrumb--news > .inner {
  width: 100%;
}
.news-wrapper {
  position: relative;
  background-color: #08B7C7;
  padding: min(3.125vw, 40px) min(6.25vw, 80px) min(6.25vw, 80px) min(6.25vw, 80px);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .news-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 450px) {
  .news-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.news-content-area {
  background-color: #fff;
  padding-top: min(5.625vw, 72px);
  padding-bottom: min(5.625vw, 72px);
  padding-left: 0;
  padding-right: 0;
  container-type: inline-size;
  container-name: newsContentArea;
}
.news-content-area > .sec-page-inner > .news-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  gap: 6.6666666667cqw;
}
@container newsContentArea (max-width: 1280px) {
  .news-content-area > .sec-page-inner > .news-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .news-content-area > .sec-page-inner > .news-inner {
    padding-left: 30px;
    padding-right: 30px;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
@media screen and (max-width: 450px) {
  .news-content-area > .sec-page-inner > .news-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.news-content-area > .sec-page-inner--post > .news-inner {
  display: block;
}

@media screen and (max-width: 768px) {
  .news-archive-title {
    margin-bottom: 5.6497175141cqw;
  }
}

.news-archive-list-wrapper {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .news-archive-list-wrapper {
    width: 100%;
  }
}
.news-archive-list > li {
  line-height: 1.5652173913;
}
.news-archive-list > li > a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #000;
  text-decoration: none;
  transition: none;
  transition: background-color 0.2s ease 0s;
}
.news-archive-list > li > a:hover {
  background-color: #E8FF67;
}
.news-archive-list > li > a > .date {
  width: 5.5em;
  white-space: nowrap;
}
.news-archive-list > li > a > .newstitle {
  flex: 1;
}

.news-archive-pager {
  margin-top: 5.8333333333cqw;
}
.news-archive-pager > .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5em;
}
.news-archive-pager > .wp-pagenavi > a {
  text-decoration: none;
  transition: none;
}
.news-archive-pager > .wp-pagenavi > a:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
}
.news-archive-pager > .wp-pagenavi > a.current,
.news-archive-pager > .wp-pagenavi > span.current {
  font-weight: bold;
}
.news-archive-pager > .wp-pagenavi > .previouspostslink,
.news-archive-pager > .wp-pagenavi > .nextpostslink {
  width: 2.43em;
  aspect-ratio: 1/1;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  transition: opacity 0.4s ease 0s;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.news-archive-pager > .wp-pagenavi > .previouspostslink:hover,
.news-archive-pager > .wp-pagenavi > .nextpostslink:hover {
  opacity: 0.5;
}
.news-archive-pager > .wp-pagenavi > .previouspostslink {
  background-image: url(../img/news/news-prev.png);
}
.news-archive-pager > .wp-pagenavi > .nextpostslink {
  background-image: url(../img/news/news-next.png);
}

.news-post-content__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 0.32em;
  font-size: 2.9166666667cqw;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .news-post-content__title {
    font-size: 3.9548022599cqw;
  }
}
@media screen and (max-width: 450px) {
  .news-post-content__title {
    font-size: 5.9756097561cqw;
  }
}

.news-post-content__date {
  margin-bottom: 2em;
  font-size: 1.6666666667cqw;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .news-post-content__date {
    font-size: 2.5423728814cqw;
  }
}
@media screen and (max-width: 450px) {
  .news-post-content__date {
    font-size: 3.9024390244cqw;
  }
}

.news-post-content__catchimg {
  aspect-ratio: 2/1;
  margin-bottom: 4.1666666667cqw;
}
.news-post-content__catchimg > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

.news-post-content__body {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}

.news-post-prevnext {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #000;
  margin-top: 8.3333333333cqw;
  padding-top: 3.3333333333cqw;
  gap: 2.5cqw;
}

.prevnext-link {
  flex: 1;
}
.prevnext-link.prev > .prevnext-link__link {
  flex-direction: row-reverse;
}
.prevnext-link.next > .prevnext-link__link > .prevnext-link__title {
  text-align: right;
}

.prevnext-link__link {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1em;
  width: 100%;
  height: 100%;
  transition: none;
}
.prevnext-link__link:hover > .prevnext-link__arrow {
  opacity: 0.7;
}
.prevnext-link__link:hover > .prevnext-link__title {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
}

.prevnext-link__title {
  flex: 1;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.prevnext-link__arrow {
  width: 2.8em;
  aspect-ratio: 1/1;
  transition: opacity 0.2s ease 0s;
}
.prevnext-link__arrow > img {
  display: block;
  max-width: 100%;
}

/* 投稿部分用 */
/************************************************************
 * Block Editor 出力用ベーススタイル（スコープ: .entry-content）
 * - reset.css の影響を本文内で打ち消し、自然な読みやすさを付与
 * - Gutenberg 固有クラス（.wp-block-*）も最低限サポート
 ************************************************************/
/* 調整用の変数（必要に応じて色や余白を変更） */
.entry-content {
  --content-max-width: 100%;
  --content-text-color: #000; /* 本文文字色 */
  --content-muted-color: #6b7280; /* 補助文字色（キャプション等） */
  --content-link-color: #2563eb; /* 通常リンク色 */
  --content-border-color: #e5e7eb; /* テーブルやセパレーターの境界色 */
  --content-accent-color: #2563eb; /* 引用線・ボタンなどのアクセント */
  --content-bg-soft: #f5f7fa; /* code/pre 背景など */
  --content-block-gap: 1.25rem; /* 段落/ブロック間の標準余白 */
  --content-line-height: 1.7; /* 本文行間 */
  --content-font-size: max(14px, 1.5cqw); /* 本文フォントサイズ */
  --content-font-size-tab: max(12px, 2.2598870056cqw); /* 本文フォントサイズ */
  --content-font-size-sp: max(12px, 3.4146341463cqw); /* 本文フォントサイズ */
  --content-radius: 8px; /* 角丸（コード・画像など） */
}

/* ベース（本文ラッパー） */
.entry-content {
  width: var(--content-max-width);
  color: var(--content-text-color);
  font-size: var(--content-font-size);
  line-height: var(--content-line-height);
  word-wrap: break-word;
  /* ブロック間の余白（安全網） */
  /* 見出し（h1–h6） */
  /* 段落 */
  /* リンク */
  /* 画像・メディア */
  /* リスト（reset の list-style: none を復元） */
  /* ナビ内はそのまま */
  /* 引用 */
  /* 強調・インライン */
  /* pre / コードブロック */
  /* テーブル */
  /* セパレーター（水平線） */
  /* ボタン（Block: .wp-block-button） */
  /* ギャラリー */
  /* 画像ブロックのアライメント */
  /* Wide / Full 幅対応（テーマのコンテナ次第で調整） */
  /* 埋め込み（iframeなどのレスポンシブ対応） */
  /* プルクオート（pullquote） */
  /* グループ（group）・スタック（stack）・行（row） */
  /* リストブロック（rich）内のリンクスタイル保持 */
  /* 画像キャプションの左寄せ/右寄せ時の余白補正 */
  /* クリアフロート（長文で画像回り込みを解除したいとき） */
  /* 余白の最後の調整：最後の要素の下余白を詰める */
}
@media screen and (max-width: 768px) {
  .entry-content {
    font-size: var(--content-font-size-tab);
  }
}
@media screen and (max-width: 450px) {
  .entry-content {
    font-size: var(--content-font-size-sp);
  }
}
.entry-content * {
  font-size: inherit;
}
.entry-content .has-small-font-size {
  font-size: 0.8em !important;
}
.entry-content .has-medium-font-size {
  font-size: 1em !important;
}
.entry-content .has-large-font-size {
  font-size: 1.2em !important;
}
.entry-content .has-x-large-font-size {
  font-size: 1.4em !important;
}
.entry-content > * {
  margin-top: 0;
  margin-bottom: var(--content-block-gap);
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: var(--content-text-color);
  margin: 1.5em 0 0.75em;
  letter-spacing: 0.05em;
}
.entry-content h1 {
  font-size: 1.5em;
  font-weight: 900;
}
.entry-content h2 {
  font-size: 1.4em;
  font-weight: 900;
}
.entry-content h3 {
  font-size: 1.3em;
}
.entry-content h4 {
  font-size: 1.2em;
}
.entry-content h5 {
  font-size: 1.1em;
}
.entry-content h6 {
  font-size: 1em;
}
.entry-content p {
  margin: 0 0 var(--content-block-gap);
}
.entry-content a {
  transition: none;
  color: var(--content-link-color);
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
}
.entry-content a:hover,
.entry-content a:focus {
  text-decoration-style: dashed;
}
.entry-content img,
.entry-content video {
  max-width: 100%;
  height: auto;
  display: block;
  border: 0;
  border-radius: var(--content-radius);
}
.entry-content figure {
  margin: 0 0 var(--content-block-gap);
}
.entry-content figcaption {
  font-size: 0.875em;
  color: var(--content-muted-color);
  text-align: center;
  margin-top: 0.5em;
}
.entry-content ul {
  list-style: disc;
  padding-left: 1.5em;
  margin: 0 0 var(--content-block-gap);
}
.entry-content ol {
  list-style: decimal;
  padding-left: 1.5em;
  margin: 0 0 var(--content-block-gap);
}
.entry-content li {
  margin: 0.25em 0;
  list-style: inherit;
}
.entry-content nav ul {
  list-style: none;
  padding-left: 0;
}
.entry-content ul ul, .entry-content ul ol, .entry-content ol ul, .entry-content ol ol {
  margin-bottom: 0;
}
.entry-content blockquote {
  margin: var(--content-block-gap) 0;
  padding-left: 1em;
  border-left: 4px solid var(--content-accent-color);
  color: inherit;
}
.entry-content blockquote > p {
  margin: 0.5em 0;
}
.entry-content mark {
  padding: 0 0.2em;
  font-style: inherit;
  font-weight: inherit;
}
.entry-content code,
.entry-content kbd,
.entry-content samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.95em;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  padding: 0.1em 0.35em;
}
.entry-content pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  overflow: auto;
  background: var(--content-bg-soft);
  border-radius: var(--content-radius);
  padding: 1em;
  border: 1px solid var(--content-border-color);
}
.entry-content table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: var(--content-block-gap) 0;
}
.entry-content th,
.entry-content td {
  border: 1px solid var(--content-border-color);
  padding: 0.6em 0.75em;
  text-align: left;
  vertical-align: baseline;
}
.entry-content thead th {
  background: rgba(0, 0, 0, 0.03);
  font-weight: 600;
}
.entry-content hr {
  border: 0;
  height: 1px;
  background: var(--content-border-color);
  margin: 2rem 0;
}
.entry-content .wp-block-button {
  margin-bottom: var(--content-block-gap);
}
.entry-content .wp-block-button__link {
  display: inline-block;
  padding: 0.6em 1em;
  border-radius: 999px;
  background: var(--content-accent-color);
  color: #fff;
  text-decoration: none;
  border: 0;
}
.entry-content .wp-block-button__link:hover {
  opacity: 0.9;
}
.entry-content .wp-block-gallery {
  gap: 0.5rem;
  margin-bottom: var(--content-block-gap);
}
.entry-content .wp-block-gallery .blocks-gallery-item img {
  width: 100%;
  height: auto;
  border-radius: var(--content-radius);
}
.entry-content .alignleft {
  float: left;
  margin: 0 var(--content-block-gap) var(--content-block-gap) 0;
}
.entry-content .alignright {
  float: right;
  margin: 0 0 var(--content-block-gap) var(--content-block-gap);
}
.entry-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .wp-block-embed,
.entry-content .wp-block-video {
  margin-bottom: var(--content-block-gap);
}
.entry-content .wp-block-embed__wrapper,
.entry-content .wp-block-video video {
  max-width: 100%;
}
.entry-content .wp-has-aspect-ratio {
  position: relative;
}
.entry-content .wp-has-aspect-ratio iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.entry-content .wp-block-pullquote {
  border-top: 3px solid var(--content-border-color);
  border-bottom: 3px solid var(--content-border-color);
  padding: 1em 0;
  text-align: center;
  margin-bottom: var(--content-block-gap);
}
.entry-content .wp-block-pullquote blockquote {
  border: 0;
  padding: 0;
}
.entry-content .wp-block-pullquote cite {
  display: block;
  margin-top: 0.5em;
  color: var(--content-muted-color);
  font-style: normal;
  font-size: 0.9em;
}
.entry-content .wp-block-group,
.entry-content .wp-block-stack,
.entry-content .wp-block-row {
  margin-bottom: var(--content-block-gap);
}
.entry-content .wp-block-group > * + * {
  margin-top: var(--content-block-gap);
}
.entry-content .wp-block-list a {
  text-decoration: underline;
}
.entry-content figure.alignleft {
  margin-right: var(--content-block-gap);
}
.entry-content figure.alignright {
  margin-left: var(--content-block-gap);
}
.entry-content .clear {
  clear: both;
}
.entry-content > :last-child {
  margin-bottom: 0;
}

.feature-header {
  background-color: #E3E3E3;
  border-bottom: 2px solid #000;
}
.feature-header .header-page__illust {
  width: 14.0833333333cqw;
}
@media screen and (max-width: 768px) {
  .feature-header .header-page__illust {
    width: 14.3220338983cqw;
  }
}
@media screen and (max-width: 450px) {
  .feature-header .header-page__illust {
    width: 16.487804878cqw;
  }
}

.feature-lead-sec {
  position: relative;
  padding-top: min(10.9375vw, 140px);
  padding-bottom: min(2.34375vw, 30px);
  overflow: hidden;
  border-bottom: 3px solid #000;
}
@media screen and (max-width: 768px) {
  .feature-lead-sec {
    border-bottom-width: 2px;
    padding-top: min(7.8125vw, 60px);
  }
}
@media screen and (max-width: 450px) {
  .feature-lead-sec {
    padding-top: min(8.8888888889vw, 40px);
  }
}
.feature-lead-sec > .sec-page-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}
.feature-lead-sec::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: calc((100% - min(123.3333333333cqw, 1480px)) / 2);
  width: min(123.3333333333cqw, 1480px);
  aspect-ratio: 1728/738;
  border-radius: 2000px 2000px 0 0;
  background-color: #29FFDD;
}

.feature-lead-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4.1666666667cqw;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5.8333333333cqw;
}
@media screen and (max-width: 450px) {
  .feature-lead-title {
    font-size: 5.1219512195cqw;
  }
}

.feature-lead-title-sub {
  font-family: "Knewave", sans-serif;
  font-weight: 400;
  font-size: 2.5cqw;
  line-height: 1;
  margin-bottom: 5.8333333333cqw;
}
.feature-lead-title-sub > span {
  color: #F6730F;
}

.feature-lead-lead {
  text-align: center;
  line-height: 1.9565217391;
  letter-spacing: 0.05em;
  margin-bottom: 2.0833333333cqw;
}

.feature-lead-image {
  width: 80%;
}
.feature-lead-image > img {
  display: block;
  max-width: 100%;
}

.feature-lead-contact-btn-area {
  position: relative;
  width: 100%;
  margin-top: 7.5cqw;
  padding-bottom: 11.9166666667cqw;
}
.feature-lead-contact-btn-area:has(.feature-lead-contact-btn:hover) > .feature-lead-contact-deco02 #kame-fukidashi {
  fill: #E8FF67;
}

.feature-lead-contact-btn {
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 13.3333333333cqw;
  border: 0.3333333333cqw solid #000;
  background-color: #fff;
  border-radius: 1000px;
  font-size: 5.4166666667cqw;
  font-weight: 700;
  z-index: 2;
  transition: none;
  transition: background-color 0.2s ease 0s;
}
.feature-lead-contact-btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 4.6666666667cqw;
  aspect-ratio: 1/1;
  background-image: url(../img/common/arrow-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  top: 50%;
  right: 4cqw;
  margin-top: -2.3333333333cqw;
  transition: transform 0.2s ease 0s;
}
.feature-lead-contact-btn:hover {
  background-color: #E8FF67;
}
.feature-lead-contact-btn:hover::after {
  transform: translateX(10%);
}

.feature-lead-contact-deco01 {
  position: absolute;
  width: 38.25cqw;
  left: 1.8333333333cqw;
  top: -8cqw;
  z-index: 1;
}
.feature-lead-contact-deco01 > img {
  display: block;
  max-width: 100%;
}

.feature-lead-contact-deco02 {
  position: absolute;
  width: 18.1666666667cqw;
  aspect-ratio: 218/152;
  left: 15.5833333333cqw;
  top: 10.75cqw;
  z-index: 3;
}
.feature-lead-contact-deco02 > svg {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
.feature-lead-contact-deco02 > svg #kame-fukidashi {
  transition: fill 0.2s ease 0s;
  stroke-width: 0.6666666667cqw !important;
}

.feature-sec {
  margin-top: min(9.375vw, 120px);
}
.feature-sec:last-child {
  margin-bottom: min(11.71875vw, 150px);
}

.feature-sec-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3.3333333333cqw;
}
@media screen and (max-width: 450px) {
  .feature-sec-header {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 450px) {
  .feature-sec-header {
    margin-bottom: 4.8780487805cqw;
  }
}

.feature-sec-header__text {
  flex: 1;
}
@media screen and (max-width: 450px) {
  .feature-sec-header__text {
    display: contents;
  }
}

.feature-sec-header__num {
  width: 35cqw;
  margin-bottom: 3cqw;
}
.feature-sec-header__num > img {
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 450px) {
  .feature-sec-header__num {
    width: 58.5365853659cqw;
    margin-bottom: 4.8780487805cqw;
    order: 1;
  }
}

.feature-sec-header__subh {
  font-family: "Knewave", sans-serif;
  font-weight: 400;
  font-size: 3.3333333333cqw;
  line-height: 1;
  margin-bottom: 3.3333333333cqw;
}
.feature-sec-header__subh > span {
  color: #F6730F;
}
@media screen and (max-width: 450px) {
  .feature-sec-header__subh {
    text-align: center;
    font-size: 6.8292682927cqw;
    margin-bottom: 4.8780487805cqw;
    line-height: 1.3;
    order: 2;
  }
}

.feature-sec-header__h {
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  margin-bottom: 2.5cqw;
  padding: 0.32em 0.4em;
  line-height: 1;
  font-size: 4.1666666667cqw;
  font-weight: 700;
  background-color: #30FF03;
}
@media screen and (max-width: 450px) {
  .feature-sec-header__h {
    font-size: 5.8536585366cqw;
    margin-bottom: 4.8780487805cqw;
    order: 4;
  }
}

.feature-sec-header__lead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 2.8571428571em;
  font-size: 2.9166666667cqw;
  font-weight: 700;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 450px) {
  .feature-sec-header__lead {
    font-size: 4.3902439024cqw;
    min-height: initial;
    order: 5;
  }
}

.feature-sec-header__image {
  width: 34.75%;
}
.feature-sec-header__image > figure > img {
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 450px) {
  .feature-sec-header__image {
    order: 3;
    width: 55%;
    margin-bottom: 4.8780487805cqw;
  }
}

.feature-sec-content {
  font-size: 1.6666666667cqw;
  line-height: 1.75;
  /*p:not([class]){
    font-size: max(1em, 14px);
    }*/
}
@media screen and (max-width: 768px) {
  .feature-sec-content {
    font-size: 2.5423728814cqw;
  }
}
@media screen and (max-width: 450px) {
  .feature-sec-content {
    font-size: 3.9024390244cqw;
  }
}

.feature-list {
  font-family: "Zen Kaku Gothic New", sans-serif;
  list-style-type: none;
  font-size: 110%;
  margin: 1em 0;
  /*&.type01{background-color: #FFBFBF;}
  &.type02{background-color: #FCFFAA;}
  &.type03{background-color: #F6B1FF;}*/
}
.feature-list > li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.5909090909;
  gap: 0.66em;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.feature-list > li::before {
  content: "";
  display: block;
  width: 2.3181818182em !important;
  height: 1.5909090909em;
  background-image: url(../img/feature/feature_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  flex-shrink: 0;
}
.feature-list > li + li {
  margin-top: 0.8em;
}

.feature-03-list {
  display: flex;
  flex-direction: column;
  gap: 5.8333333333cqw;
  margin-top: 4.1666666667cqw;
}

.feature-03-list-item:nth-child(1) .feature-03-list-item__image > img {
  width: 31.4166666667cqw;
}
.feature-03-list-item:nth-child(2) .feature-03-list-item__image {
  margin-top: -4.8333333333cqw;
}
.feature-03-list-item:nth-child(2) .feature-03-list-item__image > img {
  width: 31.25cqw;
}
.feature-03-list-item:nth-child(3) .feature-03-list-item__image {
  margin-top: -4.8333333333cqw;
}
.feature-03-list-item:nth-child(3) .feature-03-list-item__image > img {
  width: 34.9166666667cqw;
}
.feature-03-list-item:nth-child(4) .feature-03-list-item__image {
  margin-top: -6.1666666667cqw;
}
.feature-03-list-item:nth-child(4) .feature-03-list-item__image > img {
  width: 25.6666666667cqw;
}

.feature-03-list-item__h {
  margin-bottom: 3cqw;
}
.feature-03-list-item__h > h5 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: 0;
  font-size: 2.0833333333cqw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 1em 1.5em;
  background-color: #F6B1FF;
  border-radius: 1.2em;
}
@media screen and (max-width: 768px) {
  .feature-03-list-item__h > h5 {
    font-size: 2.9661016949cqw;
  }
}
@media screen and (max-width: 450px) {
  .feature-03-list-item__h > h5 {
    font-size: 3.9024390244cqw;
    margin-bottom: 3.9024390244cqw;
  }
}

.feature-03-list-item__content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 450px) {
  .feature-03-list-item__content {
    display: block;
  }
  .feature-03-list-item__content::after {
    content: "";
    display: block;
    clear: both;
  }
}

.feature-03-list-item__text {
  width: 60.5cqw;
  order: 1;
}
.feature-03-list-item__text > p:not([class]) {
  font-size: 1.5cqw;
  line-height: 1.9444444444;
}
.feature-03-list-item__text > p:not([class]) + p {
  margin-top: 1.9444444444em;
}
@media screen and (max-width: 768px) {
  .feature-03-list-item__text > p:not([class]) {
    font-size: 2.2598870056cqw;
  }
}
@media screen and (max-width: 450px) {
  .feature-03-list-item__text > p:not([class]) {
    font-size: 3.9024390244cqw;
  }
}
@media screen and (max-width: 450px) {
  .feature-03-list-item__text {
    display: contents;
  }
}

.feature-03-list-item__image {
  width: 37.5cqw;
  order: 2;
}
.feature-03-list-item__image > img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 450px) {
  .feature-03-list-item__image {
    float: left;
    margin-top: 0 !important;
    margin-right: 1.9512195122cqw;
    margin-bottom: 1.9512195122cqw;
  }
}

.service-link-btn {
  position: relative;
  width: 62.5%;
  margin-top: 5cqw;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.5cqw;
}
.service-link-btn::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0.3em;
  left: 0;
  height: 11.25cqw;
  background-color: #000;
  border: 0.25cqw solid #000;
  border-radius: 1000px;
  z-index: 1;
}
.service-link-btn > a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 11.25cqw;
  font-weight: 700;
  color: white;
  letter-spacing: 0.05em;
  line-height: 1;
  border: 0.25cqw solid #000;
  border-radius: 1000px;
  z-index: 2;
  transition: transform 0.2s ease 0s;
}
.service-link-btn > a::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.8em;
  aspect-ratio: 1/1;
  top: 50%;
  right: 0.8em;
  margin-top: -0.9em;
  background-image: url(../img/common/arrow-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: transform 0.2s ease 0s;
}
.service-link-btn > a:hover {
  transform: translateY(0.3em);
}
.service-link-btn.type01 > a {
  background-color: #E60012;
}
.service-link-btn.type02 > a {
  background-color: #FFF45C;
  color: #000;
}
.service-link-btn.type03 > a {
  background-color: #EA68A2;
}

.q-and-a-header {
  height: min(23.4375vw, 300px);
  background-color: #C6FFFF;
  border-bottom: 2px solid #000;
}
.q-and-a-header .header-page__illust {
  width: 30.5833333333cqw;
  margin-right: 12.3333333333cqw;
}

.qa-top-text {
  font-size: min(1.5625vw, 20px);
  line-height: 1.4;
  text-align: center;
  margin-top: min(5.46875vw, 70px);
  margin-bottom: min(13.28125vw, 170px);
}

.qa-sec {
  border-top: 2px solid #000;
}
.qa-sec + .qa-sec {
  margin-top: min(18.359375vw, 235px);
}
.qa-sec:last-child {
  border-bottom: 2px solid #000;
  padding-bottom: min(14.0625vw, 180px);
}

.qa-sec-h {
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 9.5833333333cqw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3cqw;
  font-size: 4.1666666667cqw;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  background-color: #000;
  transform: translateY(-50%);
  border-radius: 0.8333333333cqw;
}

.qa-item + .qa-item {
  margin-top: 5cqw;
}

.qa-q {
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2.5cqw;
  font-size: 2.9166666667cqw;
  line-height: 1.2;
  font-weight: 900;
  cursor: pointer;
}
.qa-q::before {
  font-family: "Knewave", sans-serif;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "Q";
  font-size: 3.3333333333cqw;
  width: 5.8333333333cqw;
  aspect-ratio: 1/1;
  border: 1px solid #000;
  background-color: #5CFF8C;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -0.1em;
  flex-shrink: 0;
}
.qa-q::after {
  font-family: "Knewave", sans-serif;
  font-weight: 400;
  content: "";
  width: 3.5cqw;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  background-image: url(../img/q-and-a/qa-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transform-origin: center center;
  transition: transform 0.2s ease 0s;
}
.qa-q.onOpen::after {
  transform: rotate(180deg);
}

.qa-item__a-inner {
  padding-top: 3.3333333333cqw;
}

.qa-item__a-text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2.5cqw;
}
.qa-item__a-text::before {
  font-family: "Knewave", sans-serif;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "A";
  font-size: 3.3333333333cqw;
  width: 5.8333333333cqw;
  aspect-ratio: 1/1;
  border: 1px solid #000;
  background-color: #0083FF;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -0.1em;
  flex-shrink: 0;
}
.qa-item__a-text p {
  font-size: 1.5cqw;
  line-height: 1.9444444444;
}

.recruit-header {
  background-color: #FFD1C6;
  border-bottom: 2px solid #000;
}
.recruit-header .header-page__illust {
  width: 26.6666666667cqw;
}
@media screen and (max-width: 768px) {
  .recruit-header .header-page__illust {
    width: 27.1186440678cqw;
  }
}
@media screen and (max-width: 450px) {
  .recruit-header .header-page__illust {
    width: 31.2195121951cqw;
  }
}

.recruit-lead {
  font-size: min(1.5625vw, 20px);
  line-height: 1.6;
  text-align: center;
  margin-top: 3.25em;
}
@media screen and (max-width: 768px) {
  .recruit-lead {
    font-size: min(2.34375vw, 18px);
  }
}
@media screen and (max-width: 450px) {
  .recruit-lead {
    font-size: min(3.5555555556vw, 16px);
  }
}

.recruit-sec {
  margin-top: min(6.640625vw, 85px);
}
.recruit-sec + .recruit-sec {
  margin-top: min(9.375vw, 120px);
}

.recruit-h {
  margin-left: auto;
  margin-right: auto;
}
.recruit-h + p {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 3.5em;
  letter-spacing: 0.05em;
}

.recruit-table-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.recruit-subh {
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.5cqw;
  padding: 0.75em 2em;
  line-height: 1;
  font-weight: 900;
  background-color: #000;
  color: #fff;
  border-radius: 0.33em;
}
@media screen and (max-width: 768px) {
  .recruit-subh {
    font-size: 3.3898305085cqw;
  }
}
@media screen and (max-width: 450px) {
  .recruit-subh {
    font-size: 4.8292682927cqw;
  }
}

.recruit-table {
  margin-top: 3.3333333333cqw;
  width: 100%;
  border-collapse: collapse;
  border: 1px dashed #000;
  border-left: none;
  border-right: none;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.recruit-table th, .recruit-table td {
  box-sizing: border-box;
  padding: 1em;
  border-bottom: 1px dashed #000;
  vertical-align: top;
}
.recruit-table th {
  width: 13em;
  padding-left: 2.5em;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .recruit-table th {
    padding-left: 1em;
    width: 8em;
  }
  .recruit-table th > br {
    display: none;
  }
}
.recruit-table td {
  padding-left: 0;
}
.recruit-table td p + p {
  margin-top: 0.5em;
}
.recruit-table .jigyo {
  padding-top: 1em;
  padding-left: 2em;
}

.recruit-contact-block {
  margin-top: min(6.25vw, 80px);
  margin-bottom: min(16.40625vw, 210px);
}

.recruit-contact-text > p {
  font-size: 1.75cqw;
  line-height: 1.9047619048;
  text-align: center;
}
.recruit-contact-text > p + p {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .recruit-contact-text > p {
    font-size: 2.6694915254cqw;
  }
}
@media screen and (max-width: 450px) {
  .recruit-contact-text > p {
    font-size: 3.8414634146cqw;
  }
}

.rexruit-text-link {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
}
.rexruit-text-link::after {
  margin-left: 0.25em;
}
.rexruit-text-link:hover {
  text-decoration-style: dashed;
}

.recruit-contact-btn {
  position: relative;
  width: 41.6666666667cqw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .recruit-contact-btn {
    width: 70.6214689266cqw;
  }
}
@media screen and (max-width: 450px) {
  .recruit-contact-btn {
    width: 91.4634146341cqw;
  }
}

.recruit-contact-btn__deco {
  position: relative;
  width: 76%;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: -4.5833333333cqw;
  z-index: 1;
  transform: translateX(-3.1666666667cqw);
}
.recruit-contact-btn__deco > img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .recruit-contact-btn__deco {
    margin-bottom: -7.7683615819cqw;
    transform: translateX(-5.3672316384cqw);
  }
}
@media screen and (max-width: 450px) {
  .recruit-contact-btn__deco {
    margin-bottom: -10.0609756098cqw;
    transform: translateX(-6.9512195122cqw);
  }
}

.recruit-contact-btn__link {
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5cqw;
  font-size: 2.0833333333cqw;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  border: 0.1666666667cqw solid #000;
  background-color: #E2FF00;
  border-radius: 1000px;
  z-index: 2;
  transition: background-color 0.2s ease 0s;
}
.recruit-contact-btn__link::after {
  content: "";
  display: block;
  position: absolute;
  width: 2em;
  aspect-ratio: 1/1;
  top: 50%;
  right: 0.8em;
  margin-top: -1em;
  background-image: url(../img/common/arrow-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: transform 0.2s ease 0s;
}
.recruit-contact-btn__link:hover {
  background-color: #F6730F;
}
.recruit-contact-btn__link:hover::after {
  transform: translateX(10%);
}
@media screen and (max-width: 768px) {
  .recruit-contact-btn__link {
    height: 16.1016949153cqw;
    font-size: 3.5310734463cqw;
    border-width: 1px;
  }
}
@media screen and (max-width: 450px) {
  .recruit-contact-btn__link {
    height: 20.8536585366cqw;
    font-size: 4.5731707317cqw;
  }
}

.recruit-contact-notice {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 2.5em;
  line-height: 1.4;
  /*@media screen and (max-width: $breakTab){
    font-size: innerSizeTab(23 * .9);
  }
  @media screen and (max-width: $breakSp){
    font-size: innerSizeSp(23 * .7);
  }*/
}

.recruit-comment-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 83.5833333333%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7.5cqw;
}

.recruit-comment-block__illust {
  width: 18.5cqw;
}
.recruit-comment-block__illust > img {
  display: block;
  max-width: 100%;
}

.recruit-comment-block__comment {
  position: relative;
}
.recruit-comment-block__comment > p {
  position: relative;
  box-sizing: border-box;
  width: 59.4166666667cqw;
  padding: 1.2266666667em 1.3033333333em;
  font-size: 2.5cqw;
  letter-spacing: 0.05em;
  line-height: 1.9565217391;
  border: 2px solid #000;
  border-radius: 4.3333333333cqw;
  background-color: #fff;
  z-index: 2;
  text-align: center;
}
.recruit-comment-block__comment::before {
  content: "";
  display: block;
  position: absolute;
  border-top: 1.25cqw solid #000;
  border-right: 2.75cqw solid #000;
  border-left: 2.75cqw solid transparent;
  border-bottom: 1.25cqw solid transparent;
  z-index: 1;
  right: 99%;
  top: 50%;
  margin-top: -1.25cqw;
}
.recruit-comment-block__comment::after {
  content: "";
  display: block;
  position: absolute;
  border-top: 1.25cqw solid #fff;
  border-right: 2.75cqw solid #fff;
  border-left: 2.75cqw solid transparent;
  border-bottom: 1.25cqw solid transparent;
  z-index: 3;
  right: 99%;
  top: 50%;
  margin-top: -1.25cqw;
  transform-origin: right center;
  transform: scale(0.85);
}

.contact-header {
  border-bottom: 2px solid #000;
}
.contact-header .header-page__illust {
  width: 18cqw;
}
@media screen and (max-width: 768px) {
  .contact-header .header-page__illust {
    width: 18.3050847458cqw;
  }
}
@media screen and (max-width: 450px) {
  .contact-header .header-page__illust {
    width: 26.3414634146cqw;
  }
}

.breadcrumb--contact {
  padding-right: 0;
  padding-left: 0;
}

.contact-sec {
  position: relative;
  background-color: #67F2FF;
  padding-bottom: min(4.6875vw, 60px);
  z-index: 2;
}
.contact-sec > .sec-page-inner {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .contact-sec {
    padding-bottom: min(6.25vw, 48px);
  }
}

.contact-sec-top {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.contact-sec-top__bg-l {
  position: absolute;
  top: calc(0px - min(14.6875vw, 188px));
  left: 0;
  width: calc(100% - min(76.1458333333vw, 1462px));
  height: min(23.984375vw, 307px);
  overflow: hidden;
  z-index: 2;
}
.contact-sec-top__bg-l > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right bottom;
     object-position: right bottom;
}
@media screen and (min-width: 1921px) {
  .contact-sec-top__bg-l {
    width: 458px;
    height: 307px;
  }
}

.contact-sec-top__bg-r {
  position: absolute;
  top: calc(0px - min(14.0625vw, 180px));
  right: 0;
  width: calc(100% - min(70.1041666667vw, 1346px));
  height: min(31.5625vw, 404px);
  overflow: hidden;
  z-index: 2;
}
.contact-sec-top__bg-r > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
}
@media screen and (min-width: 1921px) {
  .contact-sec-top__bg-r {
    width: 574px;
    height: 404px;
  }
}

.contact-sec-top__ikimono {
  position: absolute;
  top: calc(0px - min(20.78125vw, 266px));
  right: calc(100% - min(70.1041666667vw, 1346px) - min(25.078125vw, 321px));
  width: min(14.609375vw, 187px);
  aspect-ratio: 187/219;
  overflow: hidden;
  z-index: 3;
}
.contact-sec-top__ikimono > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
}
@media screen and (min-width: 1921px) {
  .contact-sec-top__ikimono {
    right: 253px;
  }
}

.contact-sec-top__bg-base {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  width: min(87.96875vw, 1126px);
  aspect-ratio: 1126/138;
  max-height: 138px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.contact-sec-top__bg-base > img {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1921px) {
  .contact-sec-top__bg-base {
    width: calc(100% - 794px);
  }
}

.contact-h {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -7.4166666667cqw;
  z-index: 2;
}
.contact-h + p {
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .contact-h {
    margin-bottom: -11.313559322cqw;
  }
}
@media screen and (max-width: 450px) {
  .contact-h {
    margin-bottom: -16.2804878049cqw;
  }
}

.contact-content {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.contact-content::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: min(0.78125vw, 10px);
  left: min(0.78125vw, 10px);
  border: 2px solid #000;
  background-color: #00FF6C;
  border-radius: min(11.25vw, 144px);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .contact-content::after {
    top: min(1.3020833333vw, 10px);
    left: min(1.3020833333vw, 10px);
    border-radius: min(10.4166666667vw, 80px);
  }
}
@media screen and (max-width: 450px) {
  .contact-content::after {
    top: min(1.7777777778vw, 8px);
    left: min(1.7777777778vw, 8px);
    border-radius: min(10.6666666667vw, 48px);
  }
}

.contact-content-inner {
  position: relative;
  padding: min(9.375vw, 120px) 0 min(7.8125vw, 100px);
  border: 2px solid #000;
  background-color: #fff;
  border-radius: min(11.25vw, 144px);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .contact-content-inner {
    padding-top: min(14.0625vw, 108px);
  }
}
@media screen and (max-width: 450px) {
  .contact-content-inner {
    padding-top: min(20vw, 90px);
  }
}

.contact-content-header {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 8.75cqw;
  font-size: 2.0833333333cqw;
}
.contact-content-header::before, .contact-content-header::after {
  content: "";
  display: block;
  width: 0.1666666667cqw;
  height: 8em;
  background-color: #000;
  transform-origin: center bottom;
}
.contact-content-header::before {
  transform: rotate(-24deg);
}
.contact-content-header::after {
  transform: rotate(24deg);
}
@media screen and (max-width: 768px) {
  .contact-content-header {
    font-size: 2.4011299435cqw;
    margin-bottom: 8.4745762712cqw;
  }
  .contact-content-header::before, .contact-content-header::after {
    width: 1px;
  }
}
@media screen and (max-width: 450px) {
  .contact-content-header {
    font-size: 3.9024390244cqw;
    margin-bottom: 11.7073170732cqw;
  }
  .contact-content-header::before, .contact-content-header::after {
    display: none;
  }
}

.contact-content-header-inner {
  text-align: center;
  line-height: 1;
}
.contact-content-header-inner > .contact-exp {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 1.6666666667cqw;
  font-weight: 700;
  line-height: 2.0454545455;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 450px) {
  .contact-content-header-inner > .contact-exp {
    line-height: 1.75;
  }
}
.contact-content-header-inner > .contact-notice {
  font-size: 92%;
  letter-spacing: 0.05em;
  color: red;
}

.goenryo-bird {
  position: absolute;
  right: 0;
  top: 1.6666666667cqw;
  width: 16.3333333333cqw;
  aspect-ratio: 196/179;
}
.goenryo-bird > img {
  display: block;
  max-width: 100%;
}

.contact-form-wrapper {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .contact-form-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 450px) {
  .contact-form-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.contact-item {
  display: flex;
  justify-content: center;
  font-size: 1.6666666667cqw;
  line-height: 1.6;
  gap: 1em;
}
@media screen and (max-width: 768px) {
  .contact-item {
    font-size: 2.5423728814cqw;
  }
}
@media screen and (max-width: 450px) {
  .contact-item {
    font-size: 3.9024390244cqw;
  }
}
.contact-item + .contact-item {
  margin-top: 1.5em;
}
.contact-item + .contact-item.mt0 {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .contact-item + .contact-item.mt0 {
    margin-top: 0;
  }
}
.contact-item.required > .contact-item__h > p:first-child::after {
  content: "※";
  color: red;
}
.contact-item.required > .contact-item__h > p.contact-item__h-notice {
  font-size: 0.8em;
  margin: 0;
  margin-top: 0.25em;
}
.contact-item > .contact-item__h {
  width: auto !important;
  flex: 0 0 9em !important;
}
@media screen and (max-width: 768px) {
  .contact-item > .contact-item__h br {
    display: none !important;
  }
}
.contact-item > .contact-item__input {
  flex: 1;
}
.contact-item > .contact-item__input > .contact-item__notice {
  font-size: 1.3333333333cqw;
  margin-top: 1em;
  color: #347B00;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .contact-item > .contact-item__input > .contact-item__notice {
    font-size: 1.9774011299cqw;
  }
}
@media screen and (max-width: 450px) {
  .contact-item > .contact-item__input > .contact-item__notice {
    font-size: 2.9268292683cqw;
  }
}
.contact-item > .contact-item__input .smf-select-control {
  display: block;
  width: 100%;
}
.contact-item > .contact-item__input input[type=text],
.contact-item > .contact-item__input input[type=email],
.contact-item > .contact-item__input input[type=tel],
.contact-item > .contact-item__input input[type=url],
.contact-item > .contact-item__input select,
.contact-item > .contact-item__input textarea,
.contact-item > .contact-item__input .smf-radio-buttons-control__control,
.contact-item > .contact-item__input .smf-checkboxes-control__control {
  width: 100%;
  border: 0.1666666667cqw solid #000;
  border-radius: 0.6666666667cqw;
  font-size: 16px;
  line-height: 1.2;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .contact-item > .contact-item__input input[type=text],
  .contact-item > .contact-item__input input[type=email],
  .contact-item > .contact-item__input input[type=tel],
  .contact-item > .contact-item__input input[type=url],
  .contact-item > .contact-item__input select,
  .contact-item > .contact-item__input textarea,
  .contact-item > .contact-item__input .smf-radio-buttons-control__control,
  .contact-item > .contact-item__input .smf-checkboxes-control__control {
    border-width: 1px;
    border-radius: 6px;
  }
}
.contact-item > .contact-item__input .smf-radio-buttons-control__control,
.contact-item > .contact-item__input .smf-checkboxes-control__control {
  padding: 1em;
}
.contact-item > .contact-item__input .smf-radio-buttons-control__control .smf-label + .smf-label,
.contact-item > .contact-item__input .smf-checkboxes-control__control .smf-label + .smf-label {
  margin-top: 0.5em;
}
.contact-item > .contact-item__input .smf-text-control,
.contact-item > .contact-item__input .smf-select-control,
.contact-item > .contact-item__input .smf-textarea-control,
.contact-item > .contact-item__input .smf-radio-buttons-control,
.contact-item > .contact-item__input .smf-checkboxes-control {
  position: relative;
}
.contact-item > .contact-item__input .smf-text-control::after,
.contact-item > .contact-item__input .smf-select-control::after,
.contact-item > .contact-item__input .smf-textarea-control::after,
.contact-item > .contact-item__input .smf-radio-buttons-control::after,
.contact-item > .contact-item__input .smf-checkboxes-control::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.5cqw;
  width: 100%;
  height: 100%;
  border: max(1px, 0.1666666667cqw) solid #000;
  background-color: #00FF6C;
  border-radius: 0.6666666667cqw;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .contact-item > .contact-item__input .smf-text-control::after,
  .contact-item > .contact-item__input .smf-select-control::after,
  .contact-item > .contact-item__input .smf-textarea-control::after,
  .contact-item > .contact-item__input .smf-radio-buttons-control::after,
  .contact-item > .contact-item__input .smf-checkboxes-control::after {
    top: 4px;
    border-width: 1px;
    border-radius: 6px;
  }
}
.contact-item > .contact-item__input .smf-select-control__toggle {
  background-color: transparent;
  z-index: 1;
  pointer-events: none;
}
.contact-item > .contact-item__input .message-note-h {
  font-size: 1.6666666667cqw;
  font-weight: 500;
  margin-top: 1em;
}
.contact-item > .contact-item__input .message-note-h:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .contact-item > .contact-item__input .message-note-h {
    font-size: 2.2598870056cqw;
  }
}
@media screen and (max-width: 450px) {
  .contact-item > .contact-item__input .message-note-h {
    font-size: 3.4146341463cqw;
  }
}
.contact-item > .contact-item__input .message-note-p {
  font-size: 1.3333333333cqw;
  line-height: 1.6;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .contact-item > .contact-item__input .message-note-p {
    font-size: 1.9774011299cqw;
  }
}
@media screen and (max-width: 450px) {
  .contact-item > .contact-item__input .message-note-p {
    font-size: 2.9268292683cqw;
  }
}
.contact-item > .contact-item__input--noshadow .smf-radio-buttons-control__control,
.contact-item > .contact-item__input--noshadow .smf-checkboxes-control__control {
  border: none;
  padding: 0;
}
.contact-item > .contact-item__input--noshadow .smf-text-control::after,
.contact-item > .contact-item__input--noshadow .smf-select-control::after,
.contact-item > .contact-item__input--noshadow .smf-textarea-control::after,
.contact-item > .contact-item__input--noshadow .smf-radio-buttons-control::after,
.contact-item > .contact-item__input--noshadow .smf-checkboxes-control::after {
  display: none;
}
.contact-item.section-pp > .contact-item__input > .pp-text {
  font-size: 1.5cqw;
  margin-bottom: 1em;
}
.contact-item.section-pp > .contact-item__input > .pp-text a {
  transition: none;
  color: var(--content-link-color);
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
}
.contact-item.section-pp > .contact-item__input > .pp-text a:hover,
.contact-item.section-pp > .contact-item__input > .pp-text a:focus {
  text-decoration-style: dashed;
}
@media screen and (max-width: 768px) {
  .contact-item.section-pp > .contact-item__input > .pp-text {
    font-size: 2.2598870056cqw;
  }
}
@media screen and (max-width: 450px) {
  .contact-item.section-pp > .contact-item__input > .pp-text {
    font-size: 3.4146341463cqw;
  }
}
.contact-item.section-pp > .contact-item__input .smf-checkboxes-control {
  align-items: center;
  line-height: 1;
}
.contact-item.section-pp > .contact-item__input .smf-label {
  font-size: 1.5cqw;
}
.contact-item.section-pp > .contact-item__input .smf-label .smf-checkbox-control__control {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .contact-item.section-pp > .contact-item__input .smf-label {
    font-size: 2.2598870056cqw;
  }
}
@media screen and (max-width: 450px) {
  .contact-item.section-pp > .contact-item__input .smf-label {
    font-size: 3.4146341463cqw;
  }
}

.contact-form-wrapper .smf-action {
  text-align: center;
  margin-top: 6.6666666667cqw;
}
.contact-form-wrapper .smf-button-control button {
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 18em;
  height: 4.5em;
  font-size: 2.0833333333cqw;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  border: max(2px, 0.25cqw) solid #000;
  background-color: #E2FF00;
  border-radius: 1000px;
  z-index: 2;
  transition: background-color 0.2s ease 0s;
}
@media screen and (max-width: 768px) {
  .contact-form-wrapper .smf-button-control button {
    font-size: 2.8248587571cqw;
  }
}
@media screen and (max-width: 450px) {
  .contact-form-wrapper .smf-button-control button {
    font-size: 3.9024390244cqw;
  }
}
.contact-form-wrapper .smf-button-control button::after {
  content: "";
  display: block;
  position: absolute;
  width: 2em;
  aspect-ratio: 1/1;
  top: 50%;
  right: 0.8em;
  margin-top: -1em;
  background-image: url(../img/common/arrow-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: transform 0.2s ease 0s;
}
.contact-form-wrapper .smf-button-control button:hover {
  background-color: #F6730F;
}
.contact-form-wrapper .smf-button-control button:hover::after {
  transform: translateX(10%);
}
.contact-form-wrapper .smf-button-control button .smf-sending {
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.contact-form-wrapper .smf-button-control button .smf-sending::before {
  width: 2em;
  height: 2em;
}
.contact-form-wrapper .smf-button-control button[data-action=back] {
  background-color: #ddd;
}
.contact-form-wrapper .smf-button-control button[data-action=back]::after {
  right: auto;
  left: 0.8em;
  transform: rotate(180deg);
}
.contact-form-wrapper .smf-button-control button[data-action=back]:hover {
  background-color: #bbb;
}
.contact-form-wrapper .smf-button-control button[data-action=back]:hover::after {
  transform: translateX(-10%) rotate(180deg);
}
@media screen and (max-width: 768px) {
  .contact-form-wrapper .smf-button-control {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.contact-form-wrapper .smf-button-control + .smf-button-control {
  margin-left: auto !important;
  margin-right: auto;
  margin-top: var(--_margin-1);
}
.contact-form-wrapper .snow-monkey-form[data-screen=confirm] .section-pp {
  display: none !important;
}

/*** complete ***/
.contact-content--complete {
  margin-top: min(7.03125vw, 90px);
  margin-bottom: min(7.03125vw, 90px);
}
.contact-content--complete .contact-content-inner {
  padding: min(7.03125vw, 90px) 40px;
}
@media screen and (max-width: 768px) {
  .contact-content--complete .contact-content-inner {
    padding: min(10.546875vw, 81px) 30px;
  }
}
@media screen and (max-width: 450px) {
  .contact-content--complete .contact-content-inner {
    padding: min(15vw, 67.5px) 20px;
  }
}
.contact-content--complete .contact-content-inner > .sec-page-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-content--complete .contact-content-inner > .sec-page-inner p:not([class]) {
  width: 85.3333333333cqw;
  font-size: 1.8333333333cqw;
  line-height: 2.2727272727;
  letter-spacing: 0.05em;
  text-align: center;
}
.contact-content--complete .contact-content-inner > .sec-page-inner p:not([class]) + p:not([class]) {
  margin-top: 2.2727272727em;
}
@media screen and (max-width: 768px) {
  .contact-content--complete .contact-content-inner > .sec-page-inner p:not([class]) {
    width: auto;
    font-size: 2.5423728814cqw;
  }
}
@media screen and (max-width: 450px) {
  .contact-content--complete .contact-content-inner > .sec-page-inner p:not([class]) {
    font-size: 3.9024390244cqw;
  }
}

.complete-h {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: 0;
  margin-bottom: 0.4em;
  font-size: 4.1666666667cqw;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .complete-h {
    font-size: 5.6497175141cqw;
  }
}
@media screen and (max-width: 450px) {
  .complete-h {
    font-size: 7.3170731707cqw;
  }
}

.complete-tel {
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0.25em;
  margin: 0;
  margin-top: 0.25em;
  font-size: 5.5cqw;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
.complete-tel::before {
  content: "";
  width: 0.6515151515em;
  aspect-ratio: 1/1;
  background-image: url(../img/contact/complete-tel-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .complete-tel {
    font-size: 6.7796610169cqw;
  }
}
@media screen and (max-width: 450px) {
  .complete-tel {
    font-size: 7.8048780488cqw;
  }
}

.pp-header {
  height: min(23.4375vw, 300px);
  background-color: #FBFF98;
  border-bottom: 2px solid #000;
}
.pp-header .header-page__illust {
  width: 18cqw;
  margin-right: 13.9166666667cqw;
}

.pp-sec {
  margin-top: min(7.8125vw, 100px);
}

.service-page-header-inner {
  container-type: inline-size;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.service-page-header-common {
  border-bottom: 2px solid #000;
  height: min(8.203125vw, 105px);
  padding-left: 40px;
  padding-right: 40px;
  background-color: #E5FFE0;
}
@media screen and (max-width: 768px) {
  .service-page-header-common {
    height: min(10.9375vw, 84px);
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 450px) {
  .service-page-header-common {
    height: min(14vw, 63px);
    padding-left: 20px;
    padding-right: 20px;
  }
}

.service-page-header-page {
  border-bottom: 2px solid #000;
  height: min(15.234375vw, 195px);
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .service-page-header-page {
    height: min(20.3125vw, 156px);
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 450px) {
  .service-page-header-page {
    height: min(26vw, 117px);
    padding-left: 20px;
    padding-right: 20px;
  }
}

.service-page-header-common__en {
  font-family: "Knewave", sans-serif;
  font-weight: 400;
  font-size: 2.0833333333cqw;
  line-height: 1;
}
.service-page-header-common__en > span {
  color: #F6730F;
}
@media screen and (max-width: 768px) {
  .service-page-header-common__en {
    font-size: 2.8248587571cqw;
  }
}
@media screen and (max-width: 450px) {
  .service-page-header-common__en {
    font-size: 4.3902439024cqw;
  }
}

.service-page-header-common__ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6666666667cqw;
  font-weight: 700;
  line-height: 1;
  margin-top: 0.25em;
}
@media screen and (max-width: 768px) {
  .service-page-header-common__ja {
    font-size: 2.2598870056cqw;
  }
}
@media screen and (max-width: 450px) {
  .service-page-header-common__ja {
    font-size: 3.4146341463cqw;
  }
}

.service-page-header-page__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4.5833333333cqw;
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .service-page-header-page__title {
    font-size: 5.0847457627cqw;
  }
}
@media screen and (max-width: 450px) {
  .service-page-header-page__title {
    font-size: 5.8536585366cqw;
  }
}

.service-lead-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .service-lead-main {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}

.service-lead-main__image {
  width: 47.6666666667cqw;
}
.service-lead-main__image > img {
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .service-lead-main__image {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    order: 2;
  }
}

.service-lead-main__text {
  flex: 1;
  margin-left: 3cqw;
}
.service-lead-main__text > h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: 0;
  margin-bottom: 1em;
  font-size: 3.75cqw;
  font-weight: 900;
  line-height: 1.3333333333;
}
@media screen and (max-width: 768px) {
  .service-lead-main__text > h2 {
    font-size: 4.1949152542cqw;
  }
}
@media screen and (max-width: 450px) {
  .service-lead-main__text > h2 {
    font-size: 5.487804878cqw;
  }
}
.service-lead-main__text > p {
  line-height: 2.25;
}
.service-lead-main__text > p + p {
  margin-top: 2.25em;
}
@media screen and (max-width: 768px) {
  .service-lead-main__text {
    margin-left: 0;
    margin-bottom: 4.5197740113cqw;
  }
}

.sec-service-feature {
  border-top: max(2px, min(0.234375vw, 3px)) solid #000;
}
.sec-service-feature > .sec-page-inner {
  position: relative;
  padding-top: min(14.84375vw, 190px);
  padding-bottom: min(19.53125vw, 250px);
}
@media screen and (max-width: 768px) {
  .sec-service-feature > .sec-page-inner {
    padding-top: min(15.625vw, 120px);
    padding-bottom: min(15.625vw, 120px);
  }
}
@media screen and (max-width: 450px) {
  .sec-service-feature > .sec-page-inner {
    padding-top: min(26.6666666667vw, 120px);
    padding-bottom: min(26.6666666667vw, 120px);
  }
}

.service-feature-h {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(-55%);
  z-index: 1;
}

.service-feature-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 450px) {
  .service-feature-list {
    flex-direction: column;
    align-items: center;
    gap: 13.1707317073cqw;
  }
}

.service-feature-item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc((100% - 2cqw * 2) / 3);
}
.service-feature-item::after {
  content: "";
  font-family: "Knewave", sans-serif;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.6666666667cqw;
  letter-spacing: 0.05em;
  line-height: 1;
  width: 7.25em;
  height: 1.8125em;
  background-color: #000;
  border: max(0.25cqw, 2px) solid #000;
  border-radius: 0.59375em;
  position: absolute;
  top: max(2px, 0.25cqw);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(-8deg) translate(0.5cqw, calc(-72% + 0.5cqw));
  z-index: 1;
}
@media screen and (max-width: 450px) {
  .service-feature-item {
    width: 100%;
  }
  .service-feature-item::after {
    font-size: 4.8780487805cqw;
    transform: rotate(-4deg) translate(0.9756097561cqw, calc(-72% + 0.9756097561cqw));
  }
}

.service-feature-item__header {
  position: relative;
  width: 100%;
  height: 14.5833333333cqw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2.5cqw;
  border: max(2px, 0.25cqw) solid #000;
  border-bottom: none;
  box-shadow: 0 max(6px, 0.9166666667cqw) 0 #000;
  background-color: #E2FF00;
  z-index: 2;
}
.service-feature-item__header > h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.5cqw;
  font-weight: 900;
  line-height: 1.3333333333;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .service-feature-item__header > h3 {
    font-size: 2.8248587571cqw;
  }
}
@media screen and (max-width: 450px) {
  .service-feature-item__header > h3 {
    font-size: 4.3902439024cqw;
  }
}
@media screen and (max-width: 768px) {
  .service-feature-item__header {
    border-radius: 2.8248587571cqw;
    height: 14.1242937853cqw;
  }
}
@media screen and (max-width: 450px) {
  .service-feature-item__header {
    border-radius: 3.9024390244cqw;
    height: 21.9512195122cqw;
  }
}

.service-feature-item__num {
  font-family: "Knewave", sans-serif;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.6666666667cqw;
  letter-spacing: 0.05em;
  line-height: 1;
  width: 7.25em;
  height: 1.8125em;
  background-color: #30FF03;
  border: max(0.25cqw, 2px) solid #000;
  border-radius: 0.59375em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(-8deg) translateY(-72%);
  z-index: 2;
}
@media screen and (max-width: 450px) {
  .service-feature-item__num {
    font-size: 4.8780487805cqw;
    transform: rotate(-4deg) translateY(-72%);
  }
}

.service-feature-item__content {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 1.5em;
  border-radius: 2.5cqw;
  border: max(2px, 0.25cqw) solid #000;
  background-color: #fff;
  box-shadow: 0 max(6px, 0.9166666667cqw) 0 #000;
  z-index: 2;
}
.service-feature-item__content > p:not([class]) {
  margin: 0;
  line-height: 1.5;
}
.service-feature-item__content > p:not([class]) + p:not([class]) {
  margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
  .service-feature-item__content {
    border-radius: 2.8248587571cqw;
    padding: 1em;
  }
}
@media screen and (max-width: 450px) {
  .service-feature-item__content {
    border-radius: 3.9024390244cqw;
    justify-content: flex-start;
  }
  .service-feature-item__content > p:not([class]) {
    line-height: 1.8;
  }
}

.sec-service-menu {
  border-top: 2px solid #000;
  padding-bottom: min(12.5vw, 160px);
}
.sec-service-menu > .sec-page-inner {
  position: relative;
  padding-top: min(10.9375vw, 140px);
}
@media screen and (max-width: 768px) {
  .sec-service-menu {
    padding-bottom: min(14.3229166667vw, 110px);
  }
  .sec-service-menu > .sec-page-inner {
    padding-top: min(13.0208333333vw, 100px);
  }
}
@media screen and (max-width: 450px) {
  .sec-service-menu {
    padding-bottom: min(15.5555555556vw, 70px);
  }
  .sec-service-menu > .sec-page-inner {
    padding-top: min(15.5555555556vw, 70px);
  }
}

.service-menu-h {
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0.65em 0.9em;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #000;
  border-radius: 0.25em;
  font-size: 4.1666666667cqw;
  font-weight: 900;
  text-align: center;
  color: #fff;
  line-height: 1;
  transform: translateY(-50%);
}
.service-menu-h > br {
  display: none;
}
@media screen and (max-width: 768px) {
  .service-menu-h {
    font-size: 3.9548022599cqw;
    line-height: 1.4;
  }
}
@media screen and (max-width: 450px) {
  .service-menu-h {
    margin-bottom: 0;
    font-size: 4.8780487805cqw;
  }
  .service-menu-h > br {
    display: inline;
  }
}

.service-menu-block + .service-menu-block {
  margin-top: 6.6666666667cqw;
}
@media screen and (max-width: 768px) {
  .service-menu-block + .service-menu-block {
    margin-top: 6.7796610169cqw;
  }
}
@media screen and (max-width: 450px) {
  .service-menu-block + .service-menu-block {
    margin-top: 7.8048780488cqw;
  }
}
.service-menu-block + .service-note {
  margin-top: 1em;
}
.service-menu-block + .service-note + .service-menu-block {
  margin-top: 6.6666666667cqw;
}
@media screen and (max-width: 768px) {
  .service-menu-block + .service-note + .service-menu-block {
    margin-top: 6.7796610169cqw;
  }
}
@media screen and (max-width: 450px) {
  .service-menu-block + .service-note + .service-menu-block {
    margin-top: 7.8048780488cqw;
  }
}

.service-menu-block__h {
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.66em 0.66em 0 0;
  width: 40.3333333333cqw;
  height: 5.5cqw;
  font-size: 2.5cqw;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  background-color: #E2FF01;
  border: 2px solid #000;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .service-menu-block__h {
    width: 54.6892655367cqw;
    height: 7.4576271186cqw;
    font-size: 3.3898305085cqw;
  }
}
@media screen and (max-width: 450px) {
  .service-menu-block__h {
    width: 100%;
    height: auto;
    padding: 0.5em;
    min-height: 3em;
    font-size: 4.3902439024cqw;
  }
  .service-menu-block__h > br {
    display: inline;
  }
}

.service-menu-block__content {
  background-color: #fff;
  border: 2px solid #000;
  padding: 2.7em 2.2em;
}
.service-menu-block__content > p:not([class]) {
  font-size: inherit;
  line-height: 1.6666666667;
}
.service-menu-block__content > p:not([class]) + p:not([class]) {
  margin-top: 1.6666666667em;
}
@media screen and (max-width: 768px) {
  .service-menu-block__content {
    padding: 2em;
  }
}
.service-menu-block__detail-link {
  position: relative;
  width: 13em;
  margin-top: 1.5em;
  margin-left: auto;
  margin-right: 0;
  font-size: 1.1111111111em;
}
.service-menu-block__detail-link::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0.3em;
  left: 0;
  height: 100%;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 1000px;
  z-index: 1;
}
.service-menu-block__detail-link > a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  border: 2px solid #000;
  border-radius: 1000px;
  z-index: 2;
  transition: transform 0.2s ease 0s;
  background-color: #fff;
  padding-right: 1em;
}
.service-menu-block__detail-link > a::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.8em;
  aspect-ratio: 1/1;
  top: 50%;
  right: 0.8em;
  margin-top: -0.9em;
  background-image: url(../img/common/arrow-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: transform 0.2s ease 0s;
}
.service-menu-block__detail-link > a:hover {
  transform: translateY(0.3em);
}
.service-menu-block__detail-link > a:hover::after {
  transform: translateX(10%);
}
.service-menu-block__detail-link.type01 > a {
  background-color: #E60012;
}
.service-menu-block__detail-link.type02 > a {
  background-color: #FFF45C;
  color: #000;
}
.service-menu-block__detail-link.type03 > a {
  background-color: #EA68A2;
}

.service-menu-bottom-block {
  margin-top: 7.5cqw;
}
@media screen and (max-width: 768px) {
  .service-menu-bottom-block {
    margin-top: 9.8870056497cqw;
  }
}
@media screen and (max-width: 450px) {
  .service-menu-bottom-block {
    margin-top: 13.1707317073cqw;
  }
}

.service-note {
  font-size: 1.8333333333cqw;
  line-height: 1.8181818182;
  padding-left: 1em;
  text-indent: -1em;
}
.service-note::before {
  content: "※";
}
@media screen and (max-width: 768px) {
  .service-note {
    font-size: 2.5423728814cqw;
  }
}
@media screen and (max-width: 450px) {
  .service-note {
    font-size: 3.4146341463cqw;
  }
}

.service-common-table {
  display: block;
}
.service-common-table tbody {
  display: block;
}
.service-common-table tr {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  min-height: 5.8333333333cqw;
}
.service-common-table tr + tr {
  margin-top: 2.0833333333cqw;
}
.service-common-table th {
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 31.6666666667%;
  font-size: 2.0833333333cqw;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
  border: 2px solid #000;
  background-color: #41F0FF;
  box-shadow: 0 0.6666666667cqw 0 #000;
  border-radius: 2.5cqw;
}
.service-common-table td {
  width: 67.6666666667%;
  border: 2px solid #000;
  background-color: #fff;
  box-shadow: 0 0.6666666667cqw 0 #000;
  border-radius: 2.5cqw;
  font-size: 1.6666666667cqw;
  line-height: 1.5;
  padding: 1em 2em;
}

.paper-header {
  border-bottom: 2px solid #000;
  background-color: #D3FFF7;
}

.contact-content-header--paper::before, .contact-content-header--paper::after {
  height: 6em;
}

.paper-h {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -7.4166666667cqw;
  font-size: 2.6666666667cqw;
  z-index: 2;
}
.paper-h + p {
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .paper-h {
    margin-bottom: -11.313559322cqw;
    font-size: 4.0677966102cqw;
  }
}
@media screen and (max-width: 450px) {
  .paper-h {
    margin-bottom: -16.2804878049cqw;
    font-size: 5.8536585366cqw;
  }
}

.paper-title-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.5cqw;
  padding: 0.75em 2em;
  line-height: 1.2;
  font-weight: 900;
  background-color: #000;
  color: #fff;
  border-radius: 0.33em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .paper-title-text {
    font-size: 3.3898305085cqw;
  }
}
@media screen and (max-width: 450px) {
  .paper-title-text {
    font-size: 4.8292682927cqw;
  }
}

.paper-hidden-inputs {
  display: none;
}

/* 一覧ページ */
.paper-sec {
  position: relative;
  padding-bottom: min(7.8125vw, 100px);
  z-index: 2;
}
.paper-sec > .sec-page-inner {
  position: relative;
  z-index: 2;
  margin-top: min(3.75vw, 48px);
}
.paper-lead {
  line-height: 1.75;
}

.paper-dl-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6.6666666667cqw;
  flex-wrap: wrap;
  margin-top: 7.5cqw;
}
@media screen and (max-width: 450px) {
  .paper-dl-list {
    gap: 14.6341463415cqw;
  }
}

.paper-dl-item {
  width: calc(50% - 3.3333333333cqw);
}
@media screen and (max-width: 450px) {
  .paper-dl-item {
    width: 100%;
  }
}

.paper-dl-item__image {
  margin-bottom: 2.3333333333cqw;
}
.paper-dl-item__image > img {
  display: block;
  max-width: 100%;
}

.paper-dl-item__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.5cqw;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3333333333;
  margin-bottom: 2.3333333333cqw;
}
@media screen and (max-width: 768px) {
  .paper-dl-item__title {
    font-size: 3.6723163842cqw;
  }
}
@media screen and (max-width: 450px) {
  .paper-dl-item__title {
    font-size: 4.8780487805cqw;
  }
}

.paper-dl-item__btn {
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6.6666666667cqw;
  font-size: 1.6666666667cqw;
  font-weight: 700;
  line-height: 1;
  border: 0.1666666667cqw solid #000;
  background-color: #E2FF00;
  border-radius: 1000px;
  z-index: 2;
  transition: background-color 0.2s ease 0s;
}
.paper-dl-item__btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 2.3em;
  aspect-ratio: 1/1;
  top: 50%;
  right: 0.8em;
  margin-top: -1.15em;
  background-image: url(../img/common/arrow-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: transform 0.2s ease 0s;
}
.paper-dl-item__btn:hover {
  background-color: #F6730F;
}
.paper-dl-item__btn:hover::after {
  transform: translateX(10%);
}
@media screen and (max-width: 768px) {
  .paper-dl-item__btn {
    border-width: 1px;
    height: 9.0395480226cqw;
    font-size: 2.2598870056cqw;
  }
}
@media screen and (max-width: 450px) {
  .paper-dl-item__btn {
    height: 15.6097560976cqw;
    font-size: 3.9024390244cqw;
  }
}

.service-page-header--internetad-creative > .service-page-header-page {
  background-color: #FF9067;
}

.sec-internetad-creative-lead {
  margin-top: min(3.75vw, 48px);
  margin-bottom: min(14.375vw, 184px);
}
@media screen and (max-width: 768px) {
  .sec-internetad-creative-lead {
    margin-top: min(3.90625vw, 30px);
    margin-bottom: min(18.2291666667vw, 140px);
  }
}
@media screen and (max-width: 450px) {
  .sec-internetad-creative-lead {
    margin-bottom: min(26.6666666667vw, 120px);
  }
}

.internetad-creative-lead-examples {
  margin-top: 9.1666666667cqw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.internetad-creative-lead-examples::before {
  position: relative;
  content: "";
  display: block;
  height: 9.1666666667cqw;
  width: 5.8333333333cqw;
  background-image: url(../img/service/internetad-creative/cross.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  order: 2;
  z-index: 2;
}
@media screen and (max-width: 450px) {
  .internetad-creative-lead-examples::before {
    height: 21.4634146341cqw;
    width: 13.6585365854cqw;
    margin-top: -5.8536585366cqw;
    margin-bottom: -5.8536585366cqw;
  }
}
@media screen and (max-width: 450px) {
  .internetad-creative-lead-examples {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}

.example-block {
  width: 45.8333333333cqw;
  z-index: 1;
}
.example-block:nth-child(1) {
  order: 1;
}
.example-block:nth-child(2) {
  order: 3;
}
@media screen and (max-width: 450px) {
  .example-block {
    width: 100%;
  }
}

.example-block__header {
  position: relative;
  width: 100%;
  height: 9.1666666667cqw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2.5cqw;
  border: max(2px, 0.25cqw) solid #000;
  border-bottom: none;
  box-shadow: 0 max(6px, 0.9166666667cqw) 0 #000;
  background-color: #fff;
  z-index: 1;
}
.example-block__header > h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.5cqw;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .example-block__header > h3 {
    font-size: 3.1073446328cqw;
  }
}
@media screen and (max-width: 450px) {
  .example-block__header > h3 {
    font-size: 4.3902439024cqw;
  }
}
.example-block__header--internetad {
  background-color: #E8FF67;
}
.example-block__header--creative {
  background-color: #6DFF67;
}
@media screen and (max-width: 450px) {
  .example-block__header {
    border-radius: 3.9024390244cqw;
    height: 14.6341463415cqw;
  }
}

.example-block__content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2em 1em;
  border-radius: 2.5cqw;
  border: max(2px, 0.25cqw) solid #000;
  background-color: #fff;
  box-shadow: 0 max(6px, 0.9166666667cqw) 0 #000;
  z-index: 2;
}
.example-block__content > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.example-block__content > ul > li {
  line-height: 1.75;
}
@media screen and (max-width: 450px) {
  .example-block__content {
    justify-content: flex-start;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}

.sec-internetad-creative-feature {
  border-top: max(2px, min(0.234375vw, 3px)) solid #000;
  background-color: #FDB69C;
}
.sec-internetad-creative-feature > .sec-page-inner {
  position: relative;
  padding-top: min(12.109375vw, 155px);
  padding-bottom: min(15.3125vw, 196px);
}
@media screen and (max-width: 768px) {
  .sec-internetad-creative-feature > .sec-page-inner {
    padding-top: min(13.0208333333vw, 100px);
    padding-bottom: min(15.625vw, 120px);
  }
}
@media screen and (max-width: 450px) {
  .sec-internetad-creative-feature > .sec-page-inner {
    padding-top: min(17.7777777778vw, 80px);
    padding-bottom: min(22.2222222222vw, 100px);
  }
}

.internetad-creative-feature-h {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(-55%);
  z-index: 1;
}

.internetad-creative-feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3.3333333333cqw 2.1666666667cqw;
}
@media screen and (max-width: 450px) {
  .internetad-creative-feature-list {
    flex-direction: column;
    gap: 4.8780487805cqw;
  }
}

.internetad-creative-feature-item {
  width: calc(50% - 1.0833333333cqw);
  border: max(2px, min(0.234375vw, 3px)) solid #000;
  border-radius: 2.5cqw;
  background-color: #fff;
  box-shadow: 0 max(6px, 0.9166666667cqw) 0 #000;
  padding: 0 3.6666666667cqw 3.6666666667cqw 3.6666666667cqw;
}
.internetad-creative-feature-item p {
  line-height: 2.3333333333;
}
.internetad-creative-feature-item p + p {
  margin-top: 2.3333333333em;
}
@media screen and (max-width: 450px) {
  .internetad-creative-feature-item {
    width: 100%;
    border-radius: 3.9024390244cqw;
    padding: 0 4.8780487805cqw 4.8780487805cqw 4.8780487805cqw;
  }
}

.internetad-creative-feature-item__h {
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  min-height: 6em;
  font-size: 2.0833333333cqw;
  font-feature-settings: "halt";
}
.internetad-creative-feature-item__h > span {
  line-height: 1;
  background-color: #6DFF67;
  padding: 0.2em 0.5em;
}
@media screen and (max-width: 768px) {
  .internetad-creative-feature-item__h {
    font-size: 2.4011299435cqw;
  }
}
@media screen and (max-width: 450px) {
  .internetad-creative-feature-item__h {
    font-size: 4.3902439024cqw;
  }
}

.internetad-creative-feature-recommend-block {
  position: relative;
  margin-top: 15cqw;
  background-color: #FFFBC9;
  padding: 8.3333333333cqw 3.3333333333cqw 1.6666666667cqw;
  border-radius: 2.5cqw;
  border: max(2px, min(0.234375vw, 3px)) solid #000;
  box-shadow: 0 max(8px, 1.3333333333cqw) 0 #000;
}
@media screen and (max-width: 768px) {
  .internetad-creative-feature-recommend-block {
    margin-top: 19.7740112994cqw;
    padding: 11.2994350282cqw 4.2372881356cqw 1.4124293785cqw;
  }
}
@media screen and (max-width: 450px) {
  .internetad-creative-feature-recommend-block {
    margin-top: 24.3902439024cqw;
    padding: 14.6341463415cqw 4.8780487805cqw 2.4390243902cqw;
  }
}

.internetad-creative-feature-recommend-h {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.5cqw;
  line-height: 1.3333333333;
  text-align: center;
  transform: translateY(-52%);
}
.internetad-creative-feature-recommend-h > span {
  transform: translateY(10%);
}
@media screen and (max-width: 768px) {
  .internetad-creative-feature-recommend-h {
    font-size: 3.3898305085cqw;
  }
}
@media screen and (max-width: 450px) {
  .internetad-creative-feature-recommend-h {
    font-size: 4.8780487805cqw;
  }
}

.internetad-creative-feature-recommend-list {
  font-family: "Zen Kaku Gothic New", sans-serif;
  list-style-type: none;
}

.internetad-creative-feature-recommend-item {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 2px dashed #000;
}
.internetad-creative-feature-recommend-item:last-child {
  border-bottom: none;
}

.internetad-creative-feature-recommend-item__h {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1.3888888889em;
  line-height: 1.2;
  letter-spacing: 0.05em;
  gap: 0.66em;
}
.internetad-creative-feature-recommend-item__h::before {
  content: "";
  display: block;
  width: 2.04em !important;
  height: 1.152em;
  background-image: url(../img/feature/feature_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  flex-shrink: 0;
}

.internetad-creative-feature-recommend-item__body {
  margin-top: 0.5em;
  padding-left: 3.75em;
}
.internetad-creative-feature-recommend-item__body > p {
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
}

.sec-internetad-creative-price {
  border-top: 2px solid #000;
  background-color: #DAFFC9;
  padding-bottom: min(10.15625vw, 130px);
}
.sec-internetad-creative-price > .sec-page-inner {
  position: relative;
  padding-top: min(9.375vw, 120px);
}
@media screen and (max-width: 768px) {
  .sec-internetad-creative-price {
    padding-bottom: min(14.3229166667vw, 110px);
  }
  .sec-internetad-creative-price > .sec-page-inner {
    padding-top: min(13.0208333333vw, 100px);
  }
}
@media screen and (max-width: 450px) {
  .sec-internetad-creative-price {
    padding-bottom: min(15.5555555556vw, 70px);
  }
  .sec-internetad-creative-price > .sec-page-inner {
    padding-top: min(15.5555555556vw, 70px);
  }
}

.internetad-creative-price-h {
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0.78em 1.1em;
  background-color: #000;
  border-radius: 0.25em;
  font-size: 3.75cqw;
  font-weight: 900;
  text-align: center;
  color: #fff;
  line-height: 1;
  transform: translateY(-50%);
}
.internetad-creative-price-h > br {
  display: none;
}
@media screen and (max-width: 768px) {
  .internetad-creative-price-h {
    font-size: 3.9548022599cqw;
    line-height: 1.4;
  }
}
@media screen and (max-width: 450px) {
  .internetad-creative-price-h {
    margin-bottom: 0;
    font-size: 4.8780487805cqw;
  }
  .internetad-creative-price-h > br {
    display: inline;
  }
}

.internetad-creative-price-list {
  margin-bottom: 3.3333333333cqw;
}
.internetad-creative-price-list + p {
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .internetad-creative-price-list {
    margin-bottom: 4.2372881356cqw;
  }
}
@media screen and (max-width: 450px) {
  .internetad-creative-price-list {
    margin-bottom: 5.8536585366cqw;
  }
}

.internetad-creative-price-item {
  display: flex;
  border-radius: 2.5cqw;
  border: max(2px, 0.25cqw) solid #000;
  box-shadow: 0 max(4px, 0.6666666667cqw) 0 #000;
}
.internetad-creative-price-item:nth-last-child(1) {
  z-index: 1;
}
.internetad-creative-price-item:nth-last-child(2) {
  z-index: 2;
}
.internetad-creative-price-item:nth-last-child(3) {
  z-index: 3;
}
.internetad-creative-price-item:nth-last-child(4) {
  z-index: 4;
}
.internetad-creative-price-item:nth-last-child(5) {
  z-index: 5;
}
.internetad-creative-price-item:nth-last-child(6) {
  z-index: 6;
}
.internetad-creative-price-item:nth-last-child(7) {
  z-index: 7;
}
.internetad-creative-price-item:nth-last-child(8) {
  z-index: 8;
}
.internetad-creative-price-item:nth-last-child(9) {
  z-index: 9;
}
.internetad-creative-price-item:nth-last-child(10) {
  z-index: 10;
}
.internetad-creative-price-item + .internetad-creative-price-item {
  margin-top: 3.3333333333cqw;
}
.internetad-creative-price-item--plus {
  position: relative;
}
.internetad-creative-price-item--plus::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(-20.6%);
  width: 5.6666666667cqw;
  aspect-ratio: 68/73;
  background-image: url(../img/service/internetad-creative/plus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .internetad-creative-price-item + .internetad-creative-price-item {
    margin-top: 4.2372881356cqw;
  }
  .internetad-creative-price-item--plus::after {
    width: 6.7796610169cqw;
  }
}
@media screen and (max-width: 450px) {
  .internetad-creative-price-item {
    flex-direction: column;
    border-radius: 3.9024390244cqw;
  }
  .internetad-creative-price-item + .internetad-creative-price-item {
    margin-top: 5.8536585366cqw;
  }
  .internetad-creative-price-item--plus::after {
    width: 9.756097561cqw;
  }
}

.internetad-creative-price-item__h {
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 27%;
  font-size: 1.3888888889em;
  line-height: 1.2;
  background-color: #E8FF67;
  border-radius: 2.5cqw 0 0 2.5cqw;
  border-right: 2px solid #000;
}
@media screen and (max-width: 768px) {
  .internetad-creative-price-item__h {
    width: 30%;
    font-size: 1.15em;
  }
}
@media screen and (max-width: 450px) {
  .internetad-creative-price-item__h {
    width: 100%;
    height: 4em;
    border-radius: 3.9024390244cqw 3.9024390244cqw 0 0;
    border-right: none;
    border-bottom: 2px solid #000;
  }
}

.internetad-creative-price-item__body {
  flex: 1;
  background-color: #fff;
  border-radius: 0 2.5cqw 2.5cqw 0;
  padding: 1.7777777778em 2.4444444444em;
}
.internetad-creative-price-item__body > dl {
  display: flex;
  flex-direction: column;
  gap: 0.8em;
}
.internetad-creative-price-item__body > dl > div {
  display: flex;
  align-items: flex-start;
  gap: 1em;
}
.internetad-creative-price-item__body > dl > div > dt {
  width: 10em;
  text-align: center;
  color: white;
  background-color: #000;
  border-radius: 0.6em;
  line-height: 1;
  padding-top: 0.33em;
  padding-bottom: 0.33em;
}
.internetad-creative-price-item__body > dl > div > dd {
  flex: 1;
  line-height: 1.3888888889;
  padding-top: 0.1355555556em;
}
.internetad-creative-price-item__body > .notice {
  margin-top: 1.6em;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  color: #FF0000;
  line-height: 1.2;
  border-top: 2px solid #ff0000;
  border-bottom: 2px solid #ff0000;
}
@media screen and (max-width: 450px) {
  .internetad-creative-price-item__body {
    width: 100%;
    border-radius: 0 0 3.9024390244cqw 3.9024390244cqw;
  }
}

.other-service-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(2.3255813953vw, 40px);
  margin-top: min(7.8125vw, 100px);
  margin-left: -40px;
  margin-right: -40px;
}
@media screen and (max-width: 768px) {
  .other-service-links {
    margin-left: -30px;
    margin-right: -30px;
    margin-top: min(10.4166666667vw, 80px);
  }
}
@media screen and (max-width: 450px) {
  .other-service-links {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    margin-top: min(13.3333333333vw, 60px);
    gap: min(8vw, 36px);
  }
}

.other-service-link {
  position: relative;
  width: calc(50% - min(1.1627906977vw, 20px));
  height: min(18.023255814vw, 310px);
}
@media screen and (max-width: 450px) {
  .other-service-link {
    height: min(22.2222222222vw, 100px);
  }
}
.other-service-link::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: max(2px, min(0.1744186047vw, 3px)) solid #000;
  top: max(6px, min(0.5813953488vw, 10px));
  left: 0;
  z-index: 1;
}
.other-service-link:hover .other-service-link__content::after {
  transform: translateX(7%);
}
@media screen and (max-width: 450px) {
  .other-service-link {
    width: 100%;
  }
}
.other-service-link--internetad {
  border-radius: 0 1000px 1000px 0;
}
@media screen and (max-width: 450px) {
  .other-service-link--internetad {
    border-radius: 1000px;
  }
}
.other-service-link--internetad::after {
  border-left: none;
  border-radius: 0 1000px 1000px 0;
}
@media screen and (max-width: 450px) {
  .other-service-link--internetad::after {
    border-left: 2px solid #000;
    border-radius: 1000px;
  }
}
.other-service-link--internetad .other-service-link__inner {
  padding-left: min(2.3255813953vw, 40px);
  padding-right: min(2.3255813953vw, 40px);
  border-left: none;
  background-color: #E8FF67;
  border-radius: 0 1000px 1000px 0;
}
@media screen and (max-width: 450px) {
  .other-service-link--internetad .other-service-link__inner {
    border-left: 2px solid #000;
    border-radius: 1000px;
  }
}
.other-service-link--internetad .other-service-link__content {
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 450px) {
  .other-service-link--internetad .other-service-link__content {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .other-service-link--internetad .other-service-link__content::after {
    right: min(4.6875vw, 36px);
  }
}
@media screen and (max-width: 450px) {
  .other-service-link--internetad .other-service-link__content::after {
    right: min(4.4444444444vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .other-service-link--internetad .other-service-link__content .other-service-link__text {
    padding-right: 1em;
  }
}
@media screen and (max-width: 450px) {
  .other-service-link--internetad .other-service-link__content .other-service-link__text {
    padding: 0;
  }
}
.other-service-link--creative {
  border-radius: 1000px 0 0 1000px;
}
@media screen and (max-width: 450px) {
  .other-service-link--creative {
    border-radius: 1000px;
  }
}
.other-service-link--creative::after {
  border-right: none;
  border-radius: 1000px 0 0 1000px;
}
@media screen and (max-width: 450px) {
  .other-service-link--creative::after {
    border-radius: 1000px;
    border-right: 2px solid #000;
  }
}
.other-service-link--creative .other-service-link__inner {
  padding-left: min(2.3255813953vw, 40px);
  padding-right: min(2.3255813953vw, 40px);
  border-right: none;
  background-color: #6DFF67;
  border-radius: 1000px 0 0 1000px;
}
@media screen and (max-width: 450px) {
  .other-service-link--creative .other-service-link__inner {
    border-radius: 1000px;
    border-right: 2px solid #000;
  }
}
.other-service-link--creative .other-service-link__content {
  justify-content: flex-start;
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 450px) {
  .other-service-link--creative .other-service-link__content {
    justify-content: center;
  }
}
.other-service-link--creative .other-service-link__content::after {
  order: 1;
}
@media screen and (max-width: 768px) {
  .other-service-link--creative .other-service-link__content::after {
    left: min(4.6875vw, 36px);
  }
}
@media screen and (max-width: 450px) {
  .other-service-link--creative .other-service-link__content::after {
    right: min(4.4444444444vw, 20px);
    left: auto;
    order: 3;
  }
}
.other-service-link--creative .other-service-link__content .other-service-link__text {
  order: 2;
}
@media screen and (max-width: 768px) {
  .other-service-link--creative .other-service-link__content .other-service-link__text {
    padding-left: 1em;
  }
}
@media screen and (max-width: 450px) {
  .other-service-link--creative .other-service-link__content .other-service-link__text {
    padding: 0;
  }
}
.other-service-link--creative .other-service-link__content .other-service-link__image {
  order: 3;
}
@media screen and (max-width: 450px) {
  .other-service-link--creative .other-service-link__content .other-service-link__image {
    order: 1;
  }
}

.other-service-link__inner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  border: max(2px, min(0.1744186047vw, 3px)) solid #000;
}

.other-service-link__content {
  display: flex;
  align-items: center;
  height: 100%;
  max-width: calc(960px - min(1.1627906977vw, 20px));
  gap: min(1.1627906977vw, 20px);
}
.other-service-link__content::after {
  content: "";
  display: block;
  width: min(6.40625vw, 82px);
  aspect-ratio: 1/1;
  background-image: url(../img/common/arrow-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: transform 0.2s ease 0s;
}
@media screen and (max-width: 768px) {
  .other-service-link__content::after {
    position: absolute;
    bottom: min(1.0416666667vw, 8px);
  }
}
@media screen and (max-width: 450px) {
  .other-service-link__content::after {
    width: min(7.1111111111vw, 32px);
    bottom: 0;
    top: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
}

.other-service-link__image {
  width: min(14.5348837209vw, 250px);
  aspect-ratio: 1/1;
}
.other-service-link__image > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 450px) {
  .other-service-link__image {
    position: absolute;
    width: min(16.6666666667vw, 75px);
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: min(7.1111111111vw, 32px);
  }
}

.other-service-link__text {
  font-size: min(1.7441860465vw, 30px);
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .other-service-link__text {
    font-size: min(2.34375vw, 18px);
    padding-bottom: min(6.25vw, 48px);
  }
}
@media screen and (max-width: 450px) {
  .other-service-link__text {
    font-size: min(4vw, 18px);
    padding-bottom: 0;
    padding-left: min(6.6666666667vw, 30px) !important;
  }
}

.service-page-header--web-ads > .service-page-header-page {
  background-color: #E8FF67;
}

.sec-web-ads-lead {
  margin-top: min(3.75vw, 48px);
  margin-bottom: min(14.375vw, 184px);
}
@media screen and (max-width: 768px) {
  .sec-web-ads-lead {
    margin-top: min(3.90625vw, 30px);
    margin-bottom: min(18.2291666667vw, 140px);
  }
}
@media screen and (max-width: 450px) {
  .sec-web-ads-lead {
    margin-bottom: min(26.6666666667vw, 120px);
  }
}

.sec-service-menu--web-ads {
  background-color: #F8FFCE;
}

.web-ads-menu-content-list {
  margin-top: 2.5em;
}
.web-ads-menu-content-list > div {
  border-top: 1px solid #000;
  padding-top: 1.4em;
}
.web-ads-menu-content-list > div + div {
  margin-top: 1.4em;
}
.web-ads-menu-content-list > div > dt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6666666667em;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.8em;
}
.web-ads-menu-content-list > div > dd > p:not([class]) {
  font-size: inherit;
  line-height: 1.6666666667;
}
.web-ads-menu-content-list > div > dd > p:not([class]) + p:not([class]) {
  margin-top: 1.6666666667em;
}

.sec-web-ads-price {
  border-top: 2px solid #000;
  padding-bottom: min(16.40625vw, 210px);
}
.sec-web-ads-price > .sec-page-inner {
  position: relative;
  padding-top: min(10.9375vw, 140px);
}
@media screen and (max-width: 768px) {
  .sec-web-ads-price {
    padding-bottom: min(14.3229166667vw, 110px);
  }
  .sec-web-ads-price > .sec-page-inner {
    padding-top: min(13.0208333333vw, 100px);
  }
}
@media screen and (max-width: 450px) {
  .sec-web-ads-price {
    padding-bottom: min(15.5555555556vw, 70px);
  }
  .sec-web-ads-price > .sec-page-inner {
    padding-top: min(15.5555555556vw, 70px);
  }
}

.web-ads-price-h {
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0.65em 0.9em;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #000;
  border-radius: 0.25em;
  font-size: 4.1666666667cqw;
  font-weight: 900;
  text-align: center;
  color: #fff;
  line-height: 1;
  transform: translateY(-50%);
}
.web-ads-price-h > br {
  display: none;
}
@media screen and (max-width: 768px) {
  .web-ads-price-h {
    font-size: 3.9548022599cqw;
    line-height: 1.4;
  }
}
@media screen and (max-width: 450px) {
  .web-ads-price-h {
    margin-bottom: 0;
    font-size: 4.8780487805cqw;
  }
  .web-ads-price-h > br {
    display: inline;
  }
}

.web-ads-price-subh {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.5cqw;
  font-weight: 900;
  line-height: 1;
  padding: 3cqw 4cqw;
  border: max(2px, 0.25cqw) solid #000;
  border-bottom: none;
  border-radius: 2.5cqw 2.5cqw 0 0;
  background-color: #31FF00;
}
@media screen and (max-width: 450px) {
  .web-ads-price-subh {
    width: 100%;
    height: auto;
    padding: 1.2em;
    font-size: 4.3902439024cqw;
    border-radius: 1em 1em 0 0;
    text-align: center;
  }
}

.web-ads-price-content {
  border: max(2px, 0.25cqw) solid #000;
  background-color: #fff;
  padding: 4cqw;
}

.web-ads-price-list {
  margin-bottom: 1.6666666667cqw;
  font-size: 2.5cqw;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 450px) {
  .web-ads-price-list {
    margin-bottom: 2.9268292683cqw;
    font-size: 4.3902439024cqw;
  }
}
.web-ads-price-list > div {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2.5cqw;
}
@media screen and (max-width: 450px) {
  .web-ads-price-list > div {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.web-ads-price-list > div + div {
  margin-top: 4.1666666667cqw;
}
@media screen and (max-width: 450px) {
  .web-ads-price-list > div + div {
    margin-top: 7.3170731707cqw;
  }
}
.web-ads-price-list > div.plus > dt {
  position: relative;
}
.web-ads-price-list > div.plus > dt::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 5.6666666667cqw;
  aspect-ratio: 68/73;
  transform: translate(-50%, 18%);
  background-image: url(../img/service/web-ads/plus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 450px) {
  .web-ads-price-list > div.plus > dt::before {
    width: 10.243902439cqw;
    transform: translate(-50%, 20%);
  }
}
.web-ads-price-list > div > dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12em;
  height: 2.5em;
  background-color: #000;
  color: #fff;
  line-height: 1;
  border-radius: 0.33em;
}
@media screen and (max-width: 450px) {
  .web-ads-price-list > div > dt {
    width: 100%;
    border-radius: 0.75em 0.75em 0 0;
  }
}
.web-ads-price-list > div > dd {
  flex: 1;
  line-height: 1.3333333333;
}
@media screen and (max-width: 450px) {
  .web-ads-price-list > div > dd {
    width: 100%;
    padding: 1.2em;
    border: 2px solid #000;
  }
}
.web-ads-price-list > div small {
  font-size: 73.3%;
  letter-spacing: 0.05em;
}

.service-page-header--creative > .service-page-header-page {
  background-color: #6DFF67;
}

.sec-creative-lead {
  margin-top: min(3.75vw, 48px);
  margin-bottom: min(14.375vw, 184px);
}
@media screen and (max-width: 768px) {
  .sec-creative-lead {
    margin-top: min(3.90625vw, 30px);
    margin-bottom: min(18.2291666667vw, 140px);
  }
}
@media screen and (max-width: 450px) {
  .sec-creative-lead {
    margin-bottom: min(26.6666666667vw, 120px);
  }
}

.sec-service-menu--creative {
  background-color: #CBFFC9;
}