@charset "UTF-8";

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

h1 {
  font-size: 32px;
  font-weight: 700;
  margin: 40px 0 20px;
}

h2 {
  font-size: 26px;
  font-weight: 700;
  margin: 35px 0 18px;
}

h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 30px 0 15px;
}

h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 25px 0 12px;
}

h5 {
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0 10px;
}

h6 {
  font-size: 14px;
  font-weight: 600;
  margin: 15px 0 8px;
}


ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

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

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  overflow-x: hidden !important;
}

body {
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #000;
  font-size: 16px;
  letter-spacing: 0.04em;
  overflow-x: hidden !important;
  min-height: 100dvh;
  line-height: 1.6;
}

p {
  letter-spacing: 0.035em;
  margin-bottom: 1em;
}

hr {
  border: 0;
  border-top: 0.1rem solid #f4f5f6;
  margin: 3rem 0;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

/* =========================================================
   SERVICE UIUX 
========================================================= */

/* セクション（上下左右padding） */
.service-uiux{
  padding: 80px 24px;          /* 上下・左右 */
}

/* l-container の margin:100px */
.service-uiux > .l-container{
  margin: 0 auto;
  padding: 0;                 
  max-width: 1240px;           
  width: 100%;
}

/* レイアウト（PC） */
.service-uiux__inner{
  display: flex;
  align-items: flex-start;
  gap: 48px;
}

/* 左カラム固定幅 */
.service-uiux__side{
  flex: 0 0 360px;
  min-width: 320px;
}

/* 右カラム */
.service-uiux__main{
  flex: 1;
  min-width: 0;
}

/* ナビ */
.service-uiux__nav{
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}
.service-uiux__nav li{
  padding: 14px 0;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
  color: #888;
  font-size: 14px;
  line-height: 1.4;
}
.service-uiux__nav li.is-active{
  color: #000;
  font-weight: 700;
  border-bottom: 2px solid #000;
}

/* 料金プランリンク（下線でシンプル） */
.service-uiux__planlink{
  margin-top: 18px;
}
.service-uiux__planlink a{
  display: inline-block;
  text-decoration: none;
  color: #111;
  border-bottom: 1px solid #111;
  padding-bottom: 6px;
  font-weight: 600;
}

/* 右側コンテンツ：表示切替 */
.service-uiux__content{
  display: none;
}
.service-uiux__content.is-active{
  display: grid;
  grid-template-columns: 560px 1fr; 
  gap: 40px;
  align-items: start;
}


/* 画像の「箱」を固定 */
.service-uiux__media{
  width: 560px;                
  aspect-ratio: 4 / 3;         
  overflow: hidden;
  border-radius: 16px;
  background: #f3f3f3;         
}

/* picture/img を箱いっぱいに */
.service-uiux__media picture,
.service-uiux__media img{
  display: block;
  width: 100%;
  height: 100%;
}

/* 画像自体はトリミングしてフィット*/
.service-uiux__media img{
  object-fit: cover;
}

/* テキスト側 */
.service-uiux__text{
  min-width: 0;
}

/* 番号：01/03で幅が変わらない（tabular-numsで揃える） */
.service-uiux__number{
  display: inline-block;
  font-size: 72px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  margin: 0 0 10px;
}

/* タイトル・本文 */
.service-uiux__title{
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
}
.service-uiux__lead{
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  max-width: 36em;
}

/* =========================================================
   SP（スマホ） 
========================================================= */
@media (max-width: 767px){
  .service-uiux{
    padding: 48px 16px;
  }

  .service-uiux__inner{
    flex-direction: column;
    gap: 18px;
  }

  .service-uiux__side{
    width: 100%;
    min-width: 0;
  }

  /* ナビを2列×3 */
  .service-uiux__nav{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16px;
    row-gap: 0;
    margin-top: 12px;
  }
  .service-uiux__nav li{
    padding: 10px 0;    
    font-size: 13px;
  }

  /* コンテンツも1画面寄せ：画像小さめ固定箱 */
  .service-uiux__content.is-active{
    grid-template-columns: 120px 1fr; /* 左画像/右テキスト */
    gap: 12px;
  }

  /* SPの画像箱も固定 */
  .service-uiux__media{
    width: 120px;
    aspect-ratio: 1 / 1;   /* SPは正方形が安定する */
    border-radius: 12px;
  }

  .service-uiux__number{
    font-size: 34px;
    margin-bottom: 6px;
  }
  .service-uiux__title{
    font-size: 14px;
    margin-bottom: 6px;
  }
  .service-uiux__lead{
    font-size: 12px;
    line-height: 1.7;
  }
}

.service-uiux__media{ height: auto !important; }
.service-uiux__media img{ height: 100% !important; }



/* =========================
   SERVICE　動かす
========================= */

.service-uiux__content {
  display: none;
}

.service-uiux__content.is-active {
  display: flex; /* 今のレイアウトに合わせて flex */
}


@media (max-width: 767px) {
  .service-uiux__nav {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .service-uiux__inner {
    grid-template-columns: 1fr;
  }

  .service-uiux__nav {
    display: block !important;
  }
}


/* =========================
 ===== 05 CTA ===== 
========================= */

.service-uiux__cta {
  margin-top: 32px;
}

.service-uiux__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s ease;
}

.service-uiux__btn-arrow {
  transition: transform .3s ease;
}

/* hover */
.service-uiux__btn:hover {
  background: rgba(255,255,255,0.08);
  border-color: #fff;
}

.service-uiux__btn:hover .service-uiux__btn-arrow {
  transform: translateX(4px);
}

/* SP */
@media (max-width: 767px) {
  .service-uiux__cta {
    margin-top: 24px;
  }

  .service-uiux__btn {
    width: 100%;
    justify-content: center;
    padding: 14px 20px;
    font-size: 13px;
  }
}


/* =========================
   SERVICE　文字　装飾
========================= */

.service__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

/* 左テキスト */
.service__en {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #b35454; 
  margin-bottom: 8px;
}

.service__jp {
  font-size: 16px;
  margin-bottom: 32px;
}

.service__title {
  font-size: 28px;
  color: #ff1970;
  margin-bottom: 24px;
}

.service__text {
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 40px;
}

/* ボタン */
.service__btn {
  display: inline-block;
  padding: 14px 40px;
  background: #1b2f5b;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  position: relative;
}

.service__btn::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  width: 24px;
  height: 1px;
  background: #1b2f5b;
  transform: translateY(-50%);
}

/* 右画像 */
.service__image img {
  width: 100%;
  height: auto;
  display: block;
}

/* =========================
   SP
========================= */
@media (max-width: 767px) {
  .service {
    padding: 0 0;
  }

  .service__inner {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 20px;
  }

  .service__en {
    font-size: 36px;
  }

  .service__title {
    font-size: 24px;
  }

  .service__text {
    font-size: 14px;
  }

  .service__image {
    order: -1; /* 画像を上に */
  }
}

/* =========================
   HOME LINKS
========================= */

.p-home-links {
  background: #fff;
}

.p-home-links__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* ← PCは2カラム */
  gap: 32px; /* ← 余白を詰める */
}

/* カード */
.p-home-links__item {
  display: block;
  background: #fff;
  color: #111;
  text-decoration: none;
  padding: 32px;
  position: relative;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  transition: border-color .3s ease, transform .3s ease;
}

.p-home-links__item:hover {
  border-color: #e60012;
  transform: translateY(-2px);
}

/* 上部テキスト */
.p-home-links__jp {
  font-size: 13px;
  color: #777;
  margin-bottom: 8px;
}

.p-home-links__title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.p-home-links__title h2 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 0;
}

/* 矢印 */
.p-home-links__arrow {
  font-size: 18px;
  color: #e60012;
  transition: transform .3s ease;
}

.p-home-links__item:hover .p-home-links__arrow {
  transform: translateX(6px);
}

/* 画像エリア */
.p-home-links__image {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 160px;
  height: 100px;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #aaa;
}

/* =========================
   Responsive（SP）
========================= */
@media (max-width: 767px) {
  .p-home-links {
    padding: 0 0 0 0;
  }

  .p-home-links__grid {
    grid-template-columns: 1fr; /* ← SPは縦 */
    gap: 24px;
  }

  .p-home-links__item {
    padding: 28px 24px 88px;
  }

  .p-home-links__title h2 {
    font-size: 26px;
  }

  .p-home-links__image {
    width: 120px;
    height: 80px;
    right: 16px;
    bottom: 16px;
  }
}


/* =========================
   下層
========================= */

/* =========================
   会社概要 テーブル
========================= */
.c-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 32px;
}

.c-table th,
.c-table td {
  padding: 16px 20px;
  font-size: 15px;
  line-height: 1.8;
  vertical-align: top;
}

.c-table th {
  width: 24%;
  background: #f7f7f7;
  font-weight: 600;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
  white-space: nowrap;
}

.c-table td {
  border-bottom: 1px solid #e5e5e5;
  color: #333;
}

/* 最終行の下線を消す */
.c-table tr:last-child th,
.c-table tr:last-child td {
  border-bottom: none;
}

/* SP */
@media (max-width: 767px) {
  .c-table th,
  .c-table td {
    display: block;
    width: 100%;
    padding: 12px 16px;
  }

  .c-table th {
    background: none;
    padding-bottom: 4px;
    color: #777;
    font-size: 13px;
  }

  .c-table td {
    padding-top: 0;
    margin-bottom: 12px;
  }
}

/* =========================
   Process（流れ）
========================= */
.process {
  padding: 120px 0;
  background: #fafafa;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 48px;
  list-style: none;
  padding: 0;
}

/* 各ステップ */
.process-step {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 32px 28px;
  position: relative;
}

/* STEP番号 */
.step-number {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #e60012;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
}

/* タイトル */
.step-title {
  font-size: 18px;
  margin-bottom: 12px;
  line-height: 1.4;
}

/* 説明 */
.step-text {
  font-size: 14px;
  line-height: 1.9;
  color: #555;
}

/* =========================
   PCのみ：横ラインで流れを演出
========================= */
@media (min-width: 768px) {
  .process-step::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -40px;
    width: 40px;
    height: 1px;
    background: #e60012;
  }

  .process-step:nth-child(3n)::after {
    display: none;
  }
}

/* =========================
   SP
========================= */
@media (max-width: 767px) {
  .process {
    padding: 80px 0;
  }

  .process-steps {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .process-step {
    padding: 24px 20px;
  }
}

/* =========================
   事業内容
========================= */

.service {
  background: #fff;
}

/* ブロック単位 */
.service-block {
  margin-top: 64px;
}

.service-block:first-child {
  margin-top: 0;
}

/* 見出し（h3） */
.service .c-h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 16px;
  position: relative;
  padding-left: 14px;
}

.service .c-h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 4px;
  height: 1.2em;
  background: #e60012;
}

/* サブ見出し（h4） */
.service-subtitle {
  margin: 32px 0 12px;
  font-size: 18px;
  font-weight: 600;
  color: #111;
}

/* テキスト */
.service-block p {
  font-size: 15px;
  line-height: 1.9;
  color: #333;
  margin-bottom: 16px;
}

/* リスト */
.service-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.service-list li {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}

.service-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #e60012;
  font-weight: 700;
}

/* 強調 */
.service-block strong {
  font-weight: 600;
  color: #111;
}

/* 締め文 */
.service-block:last-child p {
  font-size: 16px;
  font-weight: 500;
}

/* =========================
   Responsive（SP）
========================= */
@media (max-width: 767px) {
  .service {
    padding: 0 0;
  }

  .service-block {
    margin-top: 48px;
  }

  .service .c-h3 {
    font-size: 20px;
  }

  .service-subtitle {
    font-size: 17px;
  }

  .service-block p,
  .service-list li {
    font-size: 14px;
  }
}


/* =========================
   サービス一覧（01–05）
========================= */
.service-services {
  margin-top: 64px;
  padding: 48px 40px;
  background: #fafafa;
}

.service-services .c-h3 {
  margin-bottom: 24px;
}

/* カードグリッド */
.service-cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* カード */
.service-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 24px 20px;
  transition: border-color .2s ease, transform .2s ease;
}

.service-card:hover {
  border-color: #e60012;
  transform: translateY(-2px);
}

/* 番号 */
.service-card__num {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #e60012;
  letter-spacing: .05em;
  margin-bottom: 8px;
}

/* タイトル */
.service-card__title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #111;
}

/* テキスト */
.service-card__text {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
}

/* =========================
   Responsive
========================= */
@media (max-width: 1024px) {
  .service-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .service-services {
    padding: 32px 20px;
  }

  .service-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* サービスナビ 共通 */
.service-uiux__nav li {
  position: relative;
  padding: 14px 0;
}

/* 下線（棒） */
.service-uiux__nav li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #e5e5e5;
}

/* アクティブ時 */
.service-uiux__nav li.is-active {
  font-weight: 600;
}

.service-uiux__nav li.is-active::after {
  background: #111;
}

/* =========================
   SP調整
========================= */
@media (max-width: 768px) {

  .service-uiux__nav {
    width: 100%;
  }

  .service-uiux__nav li {
    width: 100%;        
    display: block;     
  }

}


/* =========================
   料金プラン
========================= */

.pricing-lead {
  margin: 24px 0 48px;
  text-align: center;
  font-size: 15px;
  line-height: 1.9;
  color: #444;
}

/* プラン一覧 */
.pricing-plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

/* 各プラン */
.pricing-plan {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 32px 28px;
  text-align: center;
}

.pricing-plan.is-main {
  border: 2px solid #e60012;
}

/* タイトル */
.plan-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

/* 価格 */
.plan-price {
  font-size: 22px;
  font-weight: 700;
  color: #e60012;
  margin-bottom: 16px;
}

/* 説明 */
.plan-desc {
  font-size: 14px;
  line-height: 1.8;
  color: #555;
}

/* 注釈 */
.pricing-note {
  margin-top: 40px;
  text-align: center;
  font-size: 13px;
  line-height: 1.7;
  color: #666;
}

/* =========================
   Responsive
========================= */
@media (max-width: 767px) {
  .pricing {
    padding: 0 0;
  }

  .pricing-plans {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .plan-price {
    font-size: 20px;
  }
}

/* =========================
   補助金サポート
========================= */
.subsidy {
  padding: 100px 0;
  background: #fff;
}

.subsidy-lead {
  margin: 24px 0 40px;
  text-align: center;
  line-height: 1.9;
  color: #444;
}

/* ボックス */
.subsidy-box {
  max-width: 800px;
  margin: 0 auto;
  padding: 32px 28px;
  background: #fafafa;
  border: 1px solid #e5e5e5;
}

/* リスト */
.subsidy-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.subsidy-list li {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 10px;
  line-height: 1.8;
  color: #333;
}

.subsidy-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #e60012;
  font-weight: 700;
}

/* 注意書き */
.subsidy-note {
  font-size: 13px;
  line-height: 1.7;
  color: #666;
}

/* CTA文 */
.subsidy-cta {
  margin-top: 32px;
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
  color: #fff;
}

/* =========================
   Responsive
========================= */
@media (max-width: 767px) {
  .subsidy {
    padding: 72px 0;
  }

  .subsidy-box {
    padding: 24px 20px;
  }
}


/* ===== 実績紹介 ===== */

.works {
  padding: 0 0;
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

/* カード全体 */
.works-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  transition: transform .3s ease, box-shadow .3s ease;
}

.works-card a {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
}

.works-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
}

/* サムネ */
.works-card__thumb {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f2f2f2;
}

.works-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 本文 */
.works-card__body {
  padding: 20px;
}

/* ラベル */
.works-card__labels {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.works-card__label {
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 12px;
  line-height: 1;
  color: #fff;
}

/* ラベル色 */
.works-card__label--web {
  background: #e60012;
}

.works-card__label--sns {
  background: #1da1f2;
}

.works-card__label--other {
  background: #666;
}

/* テキスト */
.works-card__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
}

.works-card__url {
  font-size: 12px;
  color: #888;
  margin-bottom: 10px;
  word-break: break-all;
}

.works-card__desc {
  font-size: 14px;
  line-height: 1.7;
  color: #333;
}

/* ===== SP ===== */
@media (max-width: 767px) {
  .works-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .works {
    padding: 0 0;
  }
}

/* =========================
   HOME COLUMN
========================= */

.p-home-column {
  background: #fff;
	margin: 0 0;
}

.p-home-column__head {
  margin-bottom: 40px;
}

.p-home-column__en {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #d70d19;
  opacity: .15;
  margin-bottom: 8px;
}

.p-home-column__jp {
  font-size: 28px;
  margin-bottom: 12px;
}

.p-home-column__lead {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
}

/* list */
.p-home-column__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #e5e5e5;
}

.p-home-column__item {
  border-bottom: 1px solid #e5e5e5;
}

.p-home-column__item a {
  display: block;
  padding: 20px 0;
  text-decoration: none;
  color: #111;
  transition: opacity .3s;
}

.p-home-column__item a:hover {
  opacity: .7;
}

.p-home-column__date {
  font-size: 13px;
  color: #999;
  display: block;
  margin-bottom: 6px;
}

.p-home-column__title {
  font-size: 16px;
  line-height: 1.6;
}

/* button */
.p-home-column__btn {
  margin-top: 32px;
  text-align: right;
}

/* =========================
   Responsive
========================= */
@media (max-width: 767px) {
  .p-home-column {
    padding: 0 0;
  }

  .p-home-column__jp {
    font-size: 24px;
  }

  .p-home-column__btn {
    text-align: left;
  }
}

:root {
  --color-bg: #ffffff;
  --color-text: #000000;
  --color-accent: #d6000f; /* ロゴの赤に近い */
  --color-border: #e5e5e5;
}

/* =========================
  代表プロフィール（Office Sumi カラー）
========================= */

.rep-profile {
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 24px;
  background: var(--color-bg);
  color: var(--color-text);
  font-family: system-ui, -apple-system, "Noto Sans JP", sans-serif;
  line-height: 1.8;
}

/* セクション */
.rep-profile__section {
  margin-bottom: 72px;
}

/* 見出し（赤アクセント） */
.rep-profile__section-title {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 26px;
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 32px;
}

.rep-profile__section-title::before {
  content: "";
  width: 4px;
  height: 44px;
  background: var(--color-accent);
}

/* グリッド：写真35% / 本文65% */
.rep-profile__grid {
  display: grid;
  grid-template-columns: 35% 65%;
  gap: 40px;
  align-items: flex-start;
}

/* 写真 */
.rep-profile__photo img {
  width: 100%;
  display: block;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  background: #f5f5f5;
}

/* 本文 */
.rep-profile__body p {
  margin-bottom: 18px;
  font-size: 15px;
  color: var(--color-text);
}

/* 名前（軽くアクセント） */
.rep-profile__name {
  margin-top: 28px;
  font-weight: 700;
  border-left: 3px solid var(--color-accent);
  padding-left: 12px;
}

/* 経歴 */
.rep-profile__career p {
  margin-bottom: 18px;
  font-size: 15px;
}

/* 強調したい文があれば使う用 */
.rep-profile__highlight {
  color: var(--color-accent);
  font-weight: 700;
}

/* レスポンシブ */
@media (max-width: 768px) {
  .rep-profile__grid {
    grid-template-columns: 1fr;
  }

  .rep-profile__section-title {
    font-size: 22px;
  }

  .rep-profile__section-title::before {
    height: 36px;
  }
}

/* FAQカテゴリ見出し */
.c-accordion__category{
  margin: 22px 0 10px;
  padding: 10px 12px;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  border-left: 4px solid #d6000f; /* 赤アクセント */
  background: #fff;
}

/* 箇条書き（回答内） */
.c-accordion__list{
  margin: 10px 0 0;
  padding-left: 1.2em;
}
.c-accordion__list li{
  margin: 6px 0;
}

/* =========================
   NEWS 一覧：シンプル版
   日付 → タイトル → 罫線
========================= */

.p-news-archive__section{
  background: #fff;
}

.p-news-archive__list{
  display:block;
  margin-top: 24px;
}

/* 1件 */
.p-news-card{
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  transform: none;
}

/* クリック領域 */
.p-news-card__link{
  display:block;
  padding: 22px 0;
  text-decoration:none;
  color:#111;
  border-bottom: 1px solid rgba(17,17,17,.18);
}

/* 最後の罫線を消したいなら */
.p-news-card:last-child .p-news-card__link{
  border-bottom: 1px solid rgba(17,17,17,.18); /* 消すなら none */
}

.p-news-card__date{
  display:block;
  font-size: 12px;
  color: rgba(17,17,17,.55);
  letter-spacing: .02em;
  margin-bottom: 8px;
}

.p-news-card__title{
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  color:#111;
}

/* “続きを読む”は出したくないなら非表示 */
.p-news-card__more{
  display:none;
}

/* ホバーは控えめに（線と文字だけちょい変化） */
.p-news-card__link:hover{
  border-bottom-color: rgba(214,0,15,.55);
}

.p-news-card__link:hover .p-news-card__title{
  color:#d6000f; /* ロゴ赤アクセント */
}

/* SP */
@media (max-width: 767px){
  .p-news-card__link{
    padding: 18px 0;
  }
  .p-news-card__title{
    font-size: 15px;
  }
}

/* =====================================================
   強制：投稿（single-post）の本文エリアの見出しだけに適用
   - 影響範囲：body.single-post の .entry-content / .post-content 内のみ
   - 競り勝つ：高詳細度 + !important
===================================================== */

body.single-post .entry-content h2,
body.single-post .entry-content h3,
body.single-post .entry-content h4,
body.single-post .post-content h2,
body.single-post .post-content h3,
body.single-post .post-content h4{
  line-height: 1.35 !important;
  font-weight: 700 !important;
  color: #111 !important;
  letter-spacing: 0.02em !important;
  margin: 2em 0 .8em !important;
}

/* h2 */
body.single-post .entry-content h2,
body.single-post .post-content h2{
  font-size: clamp(20px, 2.2vw, 28px) !important;
  padding: .6em 0 .6em .9em !important;
  border-left: 6px solid #111 !important;
  background: #f6f7f8 !important;
  border-radius: 10px !important;
}

/* h3 */
body.single-post .entry-content h3,
body.single-post .post-content h3{
  font-size: clamp(18px, 1.8vw, 22px) !important;
  padding: .45em 0 .45em .8em !important;
  border-left: 4px solid #666 !important;
}

/* h4 */
body.single-post .entry-content h4,
body.single-post .post-content h4{
  font-size: clamp(16px, 1.5vw, 18px) !important;
  padding-left: .2em !important;
}

/* 見出し直後の余白も整える */
body.single-post .entry-content h2 + *,
body.single-post .entry-content h3 + *,
body.single-post .entry-content h4 + *,
body.single-post .post-content h2 + *,
body.single-post .post-content h3 + *,
body.single-post .post-content h4 + *{
  margin-top: .4em !important;
}

/* その記事（p=490）だけに限定して強制適用 */
body.postid-490 :is(h2,h3,h4){
  font-size: revert !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  color: #111 !important;
  letter-spacing: .02em !important;
  margin: 2em 0 .8em !important;
}

/* h2 */
body.postid-490 h2{
  font-size: clamp(20px, 2.2vw, 28px) !important;
  padding: .6em 0 .6em .9em !important;
  border-left: 6px solid #111 !important;
  background: #f6f7f8 !important;
  border-radius: 10px !important;
}

/* h3 */
body.postid-490 h3{
  font-size: clamp(18px, 1.8vw, 22px) !important;
  padding: .45em 0 .45em .8em !important;
  border-left: 4px solid #666 !important;
}

/* h4 */
body.postid-490 h4{
  font-size: clamp(16px, 1.5vw, 18px) !important;
  padding-left: .2em !important;
}
/* =========================
  追加CSSここまで
========================= */


body.is-open__nav .l-overlay {
  opacity: 0.5;
  visibility: visible;
}

#lightboxOverlay {
  position: fixed !important;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
}

#lightbox {
  position: fixed !important;
  top: 50% !important;
  transform: translateY(-50%);
}

.l-footer {
  padding-top: 25px;
}

.l-footer .l-footer__logo {
  margin-bottom: 40px;
  text-align: center;
}

.l-footer .l-footer__copylight {
  margin-top: 110px;
  text-align: center;
}

.l-footer .l-footer__copylight p {
  margin-bottom: 0;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 500;
  background: #000;
  color: white;
}

.l-footer h2.is-footer {
  margin-bottom: 55px;
}

.l-footer .l-footer__info-table {
  width: 100%;
  margin: 0 0 30px;
}

.l-footer .l-footer__info-table tbody > tr th,
.l-footer .l-footer__info-table tbody > tr td {
  padding: 0.5em 1em;
  letter-spacing: 0.045em;
  line-height: 2;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.l-footer .l-footer__table-schedule {
  margin-bottom: 15px !important;
}

.l-footer .l-footer__table-schedule thead th,
.l-footer .l-footer__table-schedule thead td {
  line-height: 1 !important;
  text-align: center !important;
  padding: 0 0.3em 1em 0.3em !important;
}

.l-footer .l-footer__table-schedule tbody th,
.l-footer .l-footer__table-schedule tbody td {
  line-height: 1 !important;
  padding: 1em 0.3em !important;
  text-align: center !important;
}

.l-footer .l-footer__table-schedule__notice {
  margin-left: 1.2em;
  margin-bottom: 0.1em;
}

.l-footer .l-footer__btns .c-button01 {
  margin-bottom: 10px;
}

.l-conversion {
  position: fixed;
  bottom: 0;
  top: auto;
  left: 0;
  width: 100%;
  z-index: 10;
}

.l-conversion > div {
  width: 100%;
}

.l-header {
    position: fixed;
    z-index: 9999;
    background: #fff;
    width: 100%;
}

.l-header__container {
  max-width: 100%;
  margin: 0 auto;
  padding: 18px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1920px;
  width: 100%;
}

.l-header__logo {
  display: block;
  width: 24%;
}

.l-header__navwrapper .l-header__outer .menu-item-has-children {
  position: relative;
}

.l-header__navwrapper .l-header__outer .menu-item-has-children:hover:after {
  transform: translate(0, calc(-50% + 4px)) rotate(-45deg);
}

.l-header__navwrapper .l-header__outer .menu-item-has-children:hover ul {
  opacity: 1;
  visibility: visible;
}

.l-header__navwrapper .l-header__outer .menu-item-has-children ul li {
  position: relative;
  margin-bottom: 0;
}

.l-header__navwrapper .l-header__outer .menu-item-has-children ul li a {
  text-align: center;
  display: block;
  text-decoration: none;
  color: #fff;
  border-bottom: solid 1px #fff;
  padding: 0.9em 1em;
  font-size: 90%;
  transition: all 0.2s;
}

.l-header__navwrapper .l-header__outer.is-active {
  visibility: visible;
  opacity: 1;
  right: 0;
}

.l-header__navwrapper .l-header__outer.is-active:after {
  transform: translateY(0%);
}

.l-header__navwrapper .l-header__nav > li > a {
  display: block;
  padding: 0;
  transition: 0.3s;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-optical-sizing: auto;
  font-style: normal;
  position: relative;
}

.l-header__navwrapper .l-header__nav > li > a:hover {
  transition: 0.3s;
  opacity: 1;
}

.l-header__toggle {
  display: none;
}

.l-header__conversion {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.5s;
}


.l-header__conversion__content {
  width: 480px;
  max-width: 100%;
}

.l-header__conversion__content ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-header__conversion__content ul li {
  flex: 1;
}

.l-header__conversion__content ul li a {
  position: relative;
  display: block;
  text-align: center;
  padding: 1.4em 0.5em;
  font-size: 18px;
  letter-spacing: 0.05em;
  background: #000;
  transition: 0.2s;
  overflow: hidden;
}

.l-header__conversion__content ul li a span {
  position: relative;
  padding-right: 1.3em;
  z-index: 2;
}

.l-header__conversion__content ul li a span:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0.1em;
  bottom: 0;
  margin-top: 0.55em;
  width: 18px;
  height: 9px;
  background: url(/wp-content/uploads/icn-arrow_right.svg) no-repeat center;
  transition: 0.2s;
}

.l-header__conversion__content ul li a:after {
  position: absolute;
  content: "";
  top: 0;
  left: calc(-100% - 60px);
  z-index: 1;
  width: calc(100% + 60px);
  height: 100%;
  background-color: #d70d19;
  transition: left 0.3s;
  -webkit-clip-path: polygon(0 100%, 0% 0%, 100% 0%, 80% 100%);
  clip-path: polygon(0 100%, 0% 0%, 100% 0%, 80% 100%);
}

.l-header__conversion__content ul li.is-line a {
  background: #05c855;
}

.l-header__conversion__content ul li.is-tel a {
  background: #ffd800;
}

.l-header__conversion__content ul li.is-reverse a:not(:hover) {
  color: #fff;
  background: #b35454;
}

.l-header__conversion__content ul li.is-reverse a:not(:hover) span:after {
  background: url(/wp-content/uploads/icn-arrow_right__inversion.svg) no-repeat center;
}

.c-accordion .c-accordion__question {
  font-size: 16px;
  border: none;
  position: relative;
  margin: 0 0 0;
  padding: 30px 100px 30px 40px;
  background: #fff;
  border: 1px solid #707070;
  cursor: pointer;
  transition: 0.2s;
}

.c-accordion .c-accordion__question:hover {
  opacity: 0.8;
}

.c-accordion .c-accordion__question__title {
  position: relative;
  padding-left: 3em;
  display: block;
  line-height: 1.6;
}

.c-accordion .c-accordion__question__title:after {
  display: block;
  content: "Q.";
  position: absolute;
  top: -0.4em;
  left: 0;
  font-size: 25px;
  width: 25px;
  height: 30px;
  font-weight: bold;
}

.c-accordion .c-accordion__question:before {
  content: "";
  width: 2px;
  height: 30px;
  background: #707070;
  position: absolute;
  right: 52px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.6s ease;
}

.c-accordion .c-accordion__question:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: #f0dddd;
  right: 38px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.6s ease;
}

.c-accordion .c-accordion__question.is-open {
  background: #000;
  color: #fff;
}

.c-accordion .c-accordion__question.is-open:before {
  background: #fff;
  transform: rotate(90deg);
}

.c-accordion .c-accordion__question.is-open:after {
  background: #fff;
  transform: rotate(-180deg);
}

.c-accordion .c-accordion__question:not(:first-child) {
  margin-top: 1em !important;
}

.c-accordion .c-accordion__answer {
  display: none;
  padding: 30px 30px 30px 40px;
  background: #f0dddd;
}

.c-accordion .c-accordion__answer p:last-child {
  margin-bottom: 0;
}

.c-accordion .c-accordion__answer__content {
  line-height: 1.6;
  position: relative;
  padding-left: 3em;
  display: block;
  line-height: 1.6;
}

.c-accordion .c-accordion__answer__content:after {
  display: block;
  content: "A.";
  position: absolute;
  top: -0.4em;
  left: 0.2em;
  font-size: 25px;
  width: 25px;
  height: 30px;
  font-weight: bold;
}

.c-button01 > * {
  background: #fff;
  display: block;
  border: 1px solid #000;
  border-radius: 50px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  max-width: 250px;
  padding: 1em 1em;
  color: #313131;
  transition: 0.5s ease-in-out;
  overflow: hidden;
  z-index: 2;
}

.c-button01 > *:after,
.c-button01 > *:before {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.5s;
  right: 2em;
  top: 50%;
}

.c-button01 > *:before {
  position: absolute;
  content: "";
  top: 0;
  left: calc(-100% - 50px);
  z-index: 1;
  width: calc(100% + 50px);
  height: 100%;
  background-color: #d70d19;
  transition: left 0.5s;
  -webkit-clip-path: polygon(0 100%, 0% 0%, 100% 0%, 80% 100%);
  clip-path: polygon(0 100%, 0% 0%, 100% 0%, 80% 100%);
  z-index: -1;
}

.c-button01 > *:after {
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
  width: 15px;
  height: 8px;
  background: url(/wp-content/uploads/icn-arrow_right.svg) no-repeat center/15px;
}

.c-button01 > *:hover {
  background: #d70d19;
  color: #fff;
  border-color: #d70d19
}

.c-button01 > *:hover:before {
  left: 0;
}

.c-button01 > *:hover:after {
  background: url(/wp-content/uploads/icn-arrow_right__inversion.svg) no-repeat center/15px;
  right: 1.5em;
}

.c-button02 > * {
  display: block;
  border: 1px solid #000;
  background: #000;
  color: #fff !important;
  border-radius: 50px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  max-width: 250px;
  padding: 1em 1em;
  transition: 0.5s ease-in-out;
  overflow: hidden;
  z-index: 2;
}

.c-button02 > *:after,
.c-button02 > *:before {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.5s;
  right: 2em;
  top: 50%;
}

.c-button02 > *:before {
  position: absolute;
  content: "";
  top: 0;
  left: calc(-100% - 40px);
  z-index: 1;
  width: calc(100% + 50px);
  height: 100%;
  background-color: #d70d19;
  transition: left 0.5s;
  -webkit-clip-path: polygon(0 100%, 0% 0%, 100% 0%, 80% 100%);
  clip-path: polygon(0 100%, 0% 0%, 100% 0%, 80% 100%);
  z-index: -1;
}

.c-button02 > *:after {
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
  width: 15px;
  height: 8px;
  background: url(/wp-content/uploads/icn-arrow_right__inversion.svg) no-repeat center/15px;
}

.c-button02 > *:hover {
  background: #d70d19;
  color: #fff;
  border-color: #d70d19;
}

.c-button02 > *:hover:before {
  left: 0;
}

.c-button02 > *:hover:after {
  background: url(/wp-content/uploads/icn-arrow_right__inversion.svg) no-repeat center/15px;
  right: 1.5em;
}

.l-container {
  margin: 100px auto;
  max-width: 124rem;
  padding: 0 2rem;
  position: relative;
  width: 100%;
}

.l-container_min {
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  width: 100%;
  max-width: 104rem;
}

.l-row {
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 100%;
}

.l-row.row-wrap {
  flex-wrap: wrap;
}

.l-row.row-top {
  align-items: flex-start;
}

.l-row.row-bottom {
  align-items: flex-end;
}

.l-row.row-center {
  align-items: center;
}

.l-row.row-stretch {
  align-items: stretch;
}

.l-row.row-baseline {
  align-items: baseline;
}

.l-row.row-no-padding {
  padding: 0;
}

.l-row.row-no-padding > .column {
  padding: 0;
}

.l-row.sp-row {
  flex-direction: row;
  margin-left: -1rem;
  width: calc(100% + 2rem);
}

.l-row.sp-row > .column {
  padding: 0 1rem;
}

.l-row .column {
  display: block;
  flex: 1 1 auto;
  margin-left: 0;
  max-width: 100%;
  width: 100%;
  margin-bottom: 2rem;
}

.l-row .column.column-top {
  align-self: flex-start;
}

.l-row .column.column-bottom {
  align-self: flex-end;
}

.l-row .column.column-center {
  align-self: center;
}

.l-row .column.column-offset-10 {
  margin-left: 10%;
}

.l-row .column.column-offset-20 {
  margin-left: 20%;
}

.l-row .column.column-offset-25 {
  margin-left: 25%;
}

.l-row .column.column-offset-33,
.l-row .column.column-offset-34 {
  margin-left: 33.3333%;
}

.l-row .column.column-offset-50 {
  margin-left: 50%;
}

.l-row .column.column-offset-66,
.l-row .column.column-offset-67 {
  margin-left: 66.6666%;
}

.l-row .column.column-offset-75 {
  margin-left: 75%;
}

.l-row .column.column-offset-80 {
  margin-left: 80%;
}

.l-row .column.column-offset-90 {
  margin-left: 90%;
}

.l-row .column.column-10 {
  max-width: 10%;
}

.l-row .column.column-20 {
  max-width: 20%;
}

.l-row .column.column-25 {
  max-width: 25%;
}

.l-row .column.column-33,
.l-row .column.column-34 {
  max-width: 33.3333%;
}

.l-row .column.column-40 {
  max-width: 40%;
}

.l-row .column.column-50 {
  max-width: 50%;
}

.l-row .column.column-60 {
  max-width: 60%;
}

.l-row .column.column-66,
.l-row .column.column-67 {
  max-width: 66.6666%;
}

.l-row .column.column-75 {
  max-width: 75%;
}

.l-row .column.column-80 {
  max-width: 80%;
}

.l-row .column.column-90 {
  max-width: 90%;
}

.c-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
}

.c-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-map + p {
  margin-top: 2em;
}

.c-map__wide {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
}

.c-map__wide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.scroll .googlemap {
  pointer-events: none;
}

.main_visual {
  position: relative;
  margin-bottom: 100px;
}

.main_visual .main_visual_slick,
.main_visual .slick-track {
  height: 100% !important;
}

.main_visual .slick-track {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.main_visual .slick-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
}

.main_visual .main_visual_slick {
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transition: 0.1s;
}

.main_visual .main_visual_slick.slick-initialized {
  opacity: 1;
}

.main_visual .main_visual_slick .slick-slide {
  overflow: hidden;
}

.main_visual .main_visual_slick .slick-slide picture,
.main_visual .main_visual_slick .slick-slide img {
  top: 0;
  width: auto;
  height: 100%;
}

.main_visual .main_visual_copy {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 10;
  transform: scale(1);
}

.main_visual .main_visual_copy > li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transition: opacity 1s;
}

.main_visual .main_visual_copy > li img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 33.3333333333%;
  max-width: 400px;
  max-height: 400px;
  z-index: 52;
}

.main_visual .main_visual_copy > li.active {
  opacity: 1;
}

.main_visual .main_visual_slick {
  padding-top: 47.7950713359%;
}

.slick-dots {
  z-index: 55 !important;
  bottom: -50px;
}

.slick-dots li button {
  margin: 0 auto;
  background: #ccc;
}

.slick-dots li.slick-active button {
  background: #d70d19;
}

.main_visual .main_visual_swiper {
  opacity: 0;
  transition: 0.1s;
}

.main_visual .main_visual_swiper.swiper-container-initialized {
  opacity: 1;
}

.main_visual .main_visual_swiper .swiper-slide {
  position: relative;
}

.main_visual .main_visual_swiper .swiper-slide a {
  color: white;
}

.main_visual .main_visual_swiper .swiper-slide .text_wrapper {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  padding: 1em;
}

.main_visual .main_visual_swiper .swiper-slide .text_wrapper h3 {
  color: white;
  padding: 0;
  margin: 0 0 0.5em;
}

.main_visual .main_visual_swiper .swiper-slide .text_wrapper h3:after {
  content: none;
}

.main_visual .swiper-button-prev,
.main_visual .swiper-button-next {
  background: #d70d19;
  color: white;
  width: 60px;
  height: 60px;
}

.main_visual .swiper-button-prev:after,
.main_visual .swiper-button-next:after {
  font-size: 16px;
}

.main_visual .swiper-pagination {
  position: static;
  margin: 1em 0;
}

.main_visual .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #d70d19;
  margin: 0 5px;
  outline-color: transparent;
}

.c-modal {
  display: none;
}

.modaal-wrapper.l-header__tel-modal .modaal-content-container {
  border: 20px solid #d70d19;
  padding: 100px 30px;
}

.modaal-wrapper.l-header__tel-modal .modaal-content-container p.title {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}

.modaal-wrapper.l-header__tel-modal .modaal-content-container a.tel {
  display: table;
  margin: 0 auto;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 50px;
}

.modaal-wrapper.l-header__tel-modal .modaal-content-container a.tel:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 35px;
  height: 35px;
  background: url(/wp-content/uploads/icn-tel.svg) no-repeat center/35px;
}

.c-pagetop {
  position: fixed;
  bottom: 20px;
  right: 2%;
  z-index: 5;
}

.c-pagetop span {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  transition: 0.2s;
  padding: 0;
  border-radius: 50%;
  background: #d70d19;
}

.c-pagetop span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translate(-50%, -20%) rotate(45deg);
  transition: 0.2s;
}

table {
  margin: 0 auto 30px;
}

table td,
table th {
  padding: 0.7em 1em;
}

table th {
  text-align: center;
  font-weight: normal;
}

.c-table-default {
  width: 100%;
  table-layout: fixed;
}

.c-table-default thead th,
.c-table-default thead td {
  background: rgba(89, 133, 196, 0.15);
}

.c-table-default td,
.c-table-default th {
  border: 1px solid #000;
}

.c-table-default th {
  background: #d70d19;
  color: #fff;
}

.c-table-schedule {
  width: 100%;
}

.c-table-schedule td,
.c-table-schedule th {
  border-bottom: 1px solid #d70d19;
  padding: 1em 0.3em;
  text-align: center;
}

.c-table-schedule thead tr th,
.c-table-schedule thead tr td {
  font-weight: normal;
}

.c-table-schedule tbody tr td {
  color: #d70d19;
  font-size: 18px;
}

.c-h2.type-plan-1 {
  margin-bottom: 20px;
}

.c-h2.type-plan-1 .icn {
  display: block;
}

.c-h2.type-plan-2 {
  margin-bottom: 20px;
}

.c-h3.is-price {
  margin: 0.6em 0;
  padding-bottom: 0;
  font-size: 18px !important;
}

.c-h3.is-price:after,
.c-h3.is-price:before {
  display: none;
}

.p-home .l-row .column {
  margin-bottom: 2em;
}

.p-home__intro {
  position: relative;
  margin-top: 30px;
  padding: 0 0;
}

.p-home__intro:before {
  position: absolute;
  content: "";
  pointer-events: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgb(214 171 174);
  -webkit-clip-path: polygon(0 46%, 100% 0, 100% 55%, 0 100%);
  clip-path: polygon(0 46%, 100% 0, 100% 55%, 0 100%);
  z-index: -2;
}

.p-home__intro:after {
  position: absolute;
  content: "";
  pointer-events: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  -webkit-clip-path: polygon(0 46%, 100% 100%, 100% 0);
  clip-path: polygon(0 46%, 100% 100%, 100% 0);
  z-index: -1;
}

.p-home__intro h2 {
  font-weight: bold;
  font-size: 38px;
  letter-spacing: 0.1em;
  line-height: 1.25;
  margin-bottom: 1em;
}

.p-home__intro h2 .icn {
  display: block;
  margin-bottom: 0.2em;
}

.p-home__intro h2 .is-highlight {
  color: #d70d19;
}

.p-home__intro p {
  letter-spacing: 0.03em;
  line-height: 2;
}

.p-home__intro .c-button02 {
  margin-top: 50px;
}

.p-home__campaign h2 {
  text-align: center;
  font-weight: bold;
  font-size: 38px;
  letter-spacing: 0.1em;
  line-height: 1.25;
  margin-bottom: 50px;
}

.p-home__campaign h2 .icn {
  display: block;
  margin-bottom: 0.2em;
}

.p-home__campaign h2 .is-highlight {
  color: #d70d19;
}

.p-home__campaign a {
  display: block;
  text-align: center;
}

.p-home__menu {
  position: relative;
  margin: 100px 0 150px;
  padding: 80px 0;
background: #E6EAFE;
}

.p-home__menu h2 {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 1.25;
  margin-bottom: 50px;
}

.p-home__menu h2 .icn {
  display: block;
  margin-bottom: 0.2em;
}

.p-home__menu h2 .is-highlight {
  color: #d70d19;
}

.p-home__menu p {
  line-height: 2.1;
}

.p-home__menu h3 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}

.p-home__menu h3 span.icn {
  display: block;
  margin-bottom: 0.5em;
}

.p-home__menu p {
  line-height: 2.1;
}

.p-home__menu .c-button01 {
  margin-top: 20px;
}

.p-home__feature {
  position: relative;
  margin-top: 30px;
  padding: 80px 0;
  overflow: hidden;
}

.p-home__feature:before {
  position: absolute;
  content: "";
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 50%;
  background: rgba(89, 133, 196, 0.25);
  -webkit-clip-path: polygon(0 40%, 100% 0, 100% 52%, 0 100%);
  clip-path: polygon(0 40%, 100% 0, 100% 52%, 0 100%);
  z-index: -2;
  transform: scale(1, -1);
}

.p-home__feature:after {
  position: absolute;
  content: "";
  pointer-events: none;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 70%;
  background: rgba(89, 133, 196, 0.25);
  -webkit-clip-path: polygon(100% 59%, 0% 100%, 100% 100%);
  clip-path: polygon(100% 59%, 0% 100%, 100% 100%);
  z-index: -2;
}

.p-home__feature h2 {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 1.25;
  margin-bottom: 50px;
}

.p-home__feature h2 .icn {
  display: block;
  margin-bottom: 0.2em;
}

.p-home__feature h2 .is-highlight {
  color: #d70d19;
}

.p-home__feature h3 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}

.p-home__feature h3 span.icn {
  display: block;
  margin-bottom: 0.2em;
}

.p-home__feature p {
  line-height: 2.1;
}

.p-home__feature_man__top-box {
  background: #000;
  padding: 100px 0 400px;
}

.p-home__feature_man__top-box h2 {
  color: #fff;
}

.p-home__feature_man__bot-box {
  margin-top: -320px;
  background: #fff;
  padding: 100px 60px;
}

.p-home__feature_man__bot-box__voice-content {
  padding: 40px;
  margin-bottom: 40px;
  border: 1px solid #d6dde0;
}

.p-home__feature_man__bot-box__voice-content p {
  font-size: 110%;
  letter-spacing: 0.035em;
  line-height: 2.1;
}

.p-home__feature_man__list {
  color: #fff;
  display: table;
  margin: 0 auto;
}

.p-home__feature_man__list li {
  font-size: 20px;
  margin-bottom: 0.6em;
  position: relative;
  letter-spacing: 0.035em;
  padding-left: 1.5em;
}

.p-home__feature_man__list li::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  font-size: inherit;
  content: "✓";
}

.p-home__feature_man h3 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.02em;
  padding-bottom: 0.7em;
  margin-bottom: 1.2em;
  border-bottom: 1px solid #d6dde0;
}

.p-home__feature_man h3 span {
  margin-top: 0.3em;
  display: block;
  text-align: center;
  font-size: 70%;
  font-weight: normal;
}

.p-home__feature_man h2 {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 1.25;
  margin-bottom: 50px;
}

.p-home__feature_man h2 .icn {
  display: block;
  margin-bottom: 0.2em;
}

.p-home__feature_man h2 .is-highlight {
  color: #d70d19;
}

.p-home_reservation {
  padding: 100px 0;
  background: #a1aaf7;
}

.p-home_reservation h2 {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 1.25;
  margin-bottom: 50px;
}

.p-home_reservation h2 .icn {
  display: block;
  margin-bottom: 0.2em;
}

.p-home_reservation h2 .is-highlight {
  color: #d70d19;
}

.p-home_reservation h3 {
  margin-top: 30px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
  color: #fff;
}

.p-home_reservation h3 span.icn {
  display: block;
  margin-bottom: 0.2em;
}

.p-home_reservation p {
  color: #fff;
  letter-spacing: 0.035em;
  line-height: 2.1;
}

.p-home_reservation .c-button01 {
  margin-top: 20px;
}

.p-home_reservation .p-home_reservation__conversion {
  margin-top: 40px;
}

.u-text-center {
  text-align: center !important;
}

.u-text-left {
  text-align: left !important;
}

.u-text-right {
  text-align: right !important;
}

.u-flex-all-center {
  align-items: center;
  justify-content: center;
}

.u-pt-0 {
  padding-top: 0 !important;
}

.c-pagetitle {
  background-color:#c3deff ; 
  margin-bottom: 100px;
}

.c-h1 {
  text-align: left;
  font-size: 40px;
  font-weight: normal;
  font-weight: bold;
padding: 2em 0 2em 0;
	color: inherit;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  margin-top:2em;
}

.c-h1 span {
  display: block;
  font-size: 16px;
  padding-top: 0.5em;
  font-style: italic;
}

.c-h1 a {
  text-decoration: none;
}

.c-h1 a:hover {
  text-decoration: underline;
}

.c-h2 {
  color: inherit;
  font-weight: bold;
  font-size: 35px;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}

.c-h3 {
  margin: 1em 0 1em;
  padding-bottom: 0.5em;
  color: #000;
  font-size: 24px;
  position: relative;
  font-weight: bold;
}

.c-h3 a {
  text-decoration: none;
}

.c-h3 a:hover {
  text-decoration: underline;
}

.c-h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
}

.c-h4 {
  margin: 0 0 1em;
  padding-left: 1em;
  font-size: 18px;
  position: relative;
  color: #000;
  font-weight: bold;
}

.c-h4 a {
  text-decoration: none;
}

.c-h4 a:hover {
  text-decoration: underline;
}

.c-h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  display: block;
  width: 5px;
  height: 1em;
  margin: auto;
  background: #d70d19;
}

.c-h5 {
  font-weight: bold;
  font-size: 120%;
}

b,
strong,
.is-bold {
  font-weight: bold;
}

.c-marker {
  display: inline-block;
  padding: 0 2em 0 1em;
  line-height: 1.5;
}

.c-marker + .c-marker {
  margin-top: 0.5em;
}

.c-list__check li {
  position: relative;
  padding-left: 15px;
}

.c-list__check li::after {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  transform: rotate(50deg);
  width: 5px;
  height: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

.u-mt-0 {
  margin-top: 0em !important;
}

.u-mb-0 {
  margin-bottom: 0em !important;
}

.u-ml-0 {
  margin-left: 0em !important;
}

.u-mr-0 {
  margin-right: 0em !important;
}

.u-mt-1 {
  margin-top: 1em !important;
}

.u-mb-1 {
  margin-bottom: 1em !important;
}

.u-ml-1 {
  margin-left: 1em !important;
}

.u-mr-1 {
  margin-right: 1em !important;
}

.u-mt-2 {
  margin-top: 2em !important;
}

.u-mb-2 {
  margin-bottom: 2em !important;
}

.u-ml-2 {
  margin-left: 2em !important;
}

.u-mr-2 {
  margin-right: 2em !important;
}

.u-mt-3 {
  margin-top: 3em !important;
}

.u-mb-3 {
  margin-bottom: 3em !important;
}

.u-ml-3 {
  margin-left: 3em !important;
}

.u-mr-3 {
  margin-right: 3em !important;
}

.u-mt-4 {
  margin-top: 4em !important;
}

.u-mb-4 {
  margin-bottom: 4em !important;
}

.u-ml-4 {
  margin-left: 4em !important;
}

.u-mr-4 {
  margin-right: 4em !important;
}

.u-mt-5 {
  margin-top: 5em !important;
}

.u-mb-5 {
  margin-bottom: 5em !important;
}

.u-ml-5 {
  margin-left: 5em !important;
}

.u-mr-5 {
  margin-right: 5em !important;
}

.u-mt-6 {
  margin-top: 6em !important;
}

.u-mb-6 {
  margin-bottom: 6em !important;
}

.u-ml-6 {
  margin-left: 6em !important;
}

.u-mr-6 {
  margin-right: 6em !important;
}

.u-mt-7 {
  margin-top: 7em !important;
}

.u-mb-7 {
  margin-bottom: 7em !important;
}

.u-ml-7 {
  margin-left: 7em !important;
}

.u-mr-7 {
  margin-right: 7em !important;
}

.u-mt-8 {
  margin-top: 8em !important;
}

.u-mb-8 {
  margin-bottom: 8em !important;
}

.u-ml-8 {
  margin-left: 8em !important;
}

.u-mr-8 {
  margin-right: 8em !important;
}

.u-mt-9 {
  margin-top: 9em !important;
}

.u-mb-9 {
  margin-bottom: 9em !important;
}

.u-ml-9 {
  margin-left: 9em !important;
}

.u-mr-9 {
  margin-right: 9em !important;
}

.u-mt-10 {
  margin-top: 10em !important;
}

.u-mb-10 {
  margin-bottom: 10em !important;
}

.u-ml-10 {
  margin-left: 10em !important;
}

.u-mr-10 {
  margin-right: 10em !important;
}

.u-mt-11 {
  margin-top: 11em !important;
}

.u-mb-11 {
  margin-bottom: 11em !important;
}

.u-ml-11 {
  margin-left: 11em !important;
}

.u-mr-11 {
  margin-right: 11em !important;
}

.u-mt-12 {
  margin-top: 12em !important;
}

.u-mb-12 {
  margin-bottom: 12em !important;
}

.u-ml-12 {
  margin-left: 12em !important;
}

.u-mr-12 {
  margin-right: 12em !important;
}

.u-mt-13 {
  margin-top: 13em !important;
}

.u-mb-13 {
  margin-bottom: 13em !important;
}

.u-ml-13 {
  margin-left: 13em !important;
}

.u-mr-13 {
  margin-right: 13em !important;
}

.u-mt-14 {
  margin-top: 14em !important;
}

.u-mb-14 {
  margin-bottom: 14em !important;
}

.u-ml-14 {
  margin-left: 14em !important;
}

.u-mr-14 {
  margin-right: 14em !important;
}

.u-mt-15 {
  margin-top: 15em !important;
}

.u-mb-15 {
  margin-bottom: 15em !important;
}

.u-ml-15 {
  margin-left: 15em !important;
}

.u-mr-15 {
  margin-right: 15em !important;
}

.u-mt-16 {
  margin-top: 16em !important;
}

.u-mb-16 {
  margin-bottom: 16em !important;
}

.u-ml-16 {
  margin-left: 16em !important;
}

.u-mr-16 {
  margin-right: 16em !important;
}

.u-mt-17 {
  margin-top: 17em !important;
}

.u-mb-17 {
  margin-bottom: 17em !important;
}

.u-ml-17 {
  margin-left: 17em !important;
}

.u-mr-17 {
  margin-right: 17em !important;
}

.u-mt-18 {
  margin-top: 18em !important;
}

.u-mb-18 {
  margin-bottom: 18em !important;
}

.u-ml-18 {
  margin-left: 18em !important;
}

.u-mr-18 {
  margin-right: 18em !important;
}

.u-mt-19 {
  margin-top: 19em !important;
}

.u-mb-19 {
  margin-bottom: 19em !important;
}

.u-ml-19 {
  margin-left: 19em !important;
}

.u-mr-19 {
  margin-right: 19em !important;
}

.u-mt-20 {
  margin-top: 20em !important;
}

.u-mb-20 {
  margin-bottom: 20em !important;
}

.u-ml-20 {
  margin-left: 20em !important;
}

.u-mr-20 {
  margin-right: 20em !important;
}

.u-pt-0 {
  margin-top: 0em !important;
}

.u-pb-0 {
  margin-top: 0em !important;
}

.u-pl-0 {
  margin-top: 0em !important;
}

.u-pr-0 {
  margin-top: 0em !important;
}

.u-pt-1 {
  margin-top: 1em !important;
}

.u-pb-1 {
  margin-top: 1em !important;
}

.u-pl-1 {
  margin-top: 1em !important;
}

.u-pr-1 {
  margin-top: 1em !important;
}

.u-pt-2 {
  margin-top: 2em !important;
}

.u-pb-2 {
  margin-top: 2em !important;
}

.u-pl-2 {
  margin-top: 2em !important;
}

.u-pr-2 {
  margin-top: 2em !important;
}

.u-pt-3 {
  margin-top: 3em !important;
}

.u-pb-3 {
  margin-top: 3em !important;
}

.u-pl-3 {
  margin-top: 3em !important;
}

.u-pr-3 {
  margin-top: 3em !important;
}

.u-pt-4 {
  margin-top: 4em !important;
}

.u-pb-4 {
  margin-top: 4em !important;
}

.u-pl-4 {
  margin-top: 4em !important;
}

.u-pr-4 {
  margin-top: 4em !important;
}

.u-pt-5 {
  margin-top: 5em !important;
}

.u-pb-5 {
  margin-top: 5em !important;
}

.u-pl-5 {
  margin-top: 5em !important;
}

.u-pr-5 {
  margin-top: 5em !important;
}

.u-pt-6 {
  margin-top: 6em !important;
}

.u-pb-6 {
  margin-top: 6em !important;
}

.u-pl-6 {
  margin-top: 6em !important;
}

.u-pr-6 {
  margin-top: 6em !important;
}

.u-pt-7 {
  margin-top: 7em !important;
}

.u-pb-7 {
  margin-top: 7em !important;
}

.u-pl-7 {
  margin-top: 7em !important;
}

.u-pr-7 {
  margin-top: 7em !important;
}

.u-pt-8 {
  margin-top: 8em !important;
}

.u-pb-8 {
  margin-top: 8em !important;
}

.u-pl-8 {
  margin-top: 8em !important;
}

.u-pr-8 {
  margin-top: 8em !important;
}

.u-pt-9 {
  margin-top: 9em !important;
}

.u-pb-9 {
  margin-top: 9em !important;
}

.u-pl-9 {
  margin-top: 9em !important;
}

.u-pr-9 {
  margin-top: 9em !important;
}

.u-pt-10 {
  margin-top: 10em !important;
}

.u-pb-10 {
  margin-top: 10em !important;
}

.u-pl-10 {
  margin-top: 10em !important;
}

.u-pr-10 {
  margin-top: 10em !important;
}

.u-pt-11 {
  margin-top: 11em !important;
}

.u-pb-11 {
  margin-top: 11em !important;
}

.u-pl-11 {
  margin-top: 11em !important;
}

.u-pr-11 {
  margin-top: 11em !important;
}

.u-pt-12 {
  margin-top: 12em !important;
}

.u-pb-12 {
  margin-top: 12em !important;
}

.u-pl-12 {
  margin-top: 12em !important;
}

.u-pr-12 {
  margin-top: 12em !important;
}

.u-pt-13 {
  margin-top: 13em !important;
}

.u-pb-13 {
  margin-top: 13em !important;
}

.u-pl-13 {
  margin-top: 13em !important;
}

.u-pr-13 {
  margin-top: 13em !important;
}

.u-pt-14 {
  margin-top: 14em !important;
}

.u-pb-14 {
  margin-top: 14em !important;
}

.u-pl-14 {
  margin-top: 14em !important;
}

.u-pr-14 {
  margin-top: 14em !important;
}

.u-pt-15 {
  margin-top: 15em !important;
}

.u-pb-15 {
  margin-top: 15em !important;
}

.u-pl-15 {
  margin-top: 15em !important;
}

.u-pr-15 {
  margin-top: 15em !important;
}

.u-pt-16 {
  margin-top: 16em !important;
}

.u-pb-16 {
  margin-top: 16em !important;
}

.u-pl-16 {
  margin-top: 16em !important;
}

.u-pr-16 {
  margin-top: 16em !important;
}

.u-pt-17 {
  margin-top: 17em !important;
}

.u-pb-17 {
  margin-top: 17em !important;
}

.u-pl-17 {
  margin-top: 17em !important;
}

.u-pr-17 {
  margin-top: 17em !important;
}

.u-pt-18 {
  margin-top: 18em !important;
}

.u-pb-18 {
  margin-top: 18em !important;
}

.u-pl-18 {
  margin-top: 18em !important;
}

.u-pr-18 {
  margin-top: 18em !important;
}

.u-pt-19 {
  margin-top: 19em !important;
}

.u-pb-19 {
  margin-top: 19em !important;
}

.u-pl-19 {
  margin-top: 19em !important;
}

.u-pr-19 {
  margin-top: 19em !important;
}

.u-pt-20 {
  margin-top: 20em !important;
}

.u-pb-20 {
  margin-top: 20em !important;
}

.u-pl-20 {
  margin-top: 20em !important;
}

.u-pr-20 {
  margin-top: 20em !important;
}

.u-box-size-100 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100px !important;
  width: 100%;
}

.u-box-size-200 {
  margin-left: auto;
  margin-right: auto;
  max-width: 200px !important;
  width: 100%;
}

.u-box-size-300 {
  margin-left: auto;
  margin-right: auto;
  max-width: 300px !important;
  width: 100%;
}

.u-box-size-400 {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px !important;
  width: 100%;
}

.u-box-size-500 {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px !important;
  width: 100%;
}

.u-box-size-600 {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px !important;
  width: 100%;
}

.u-box-size-700 {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px !important;
  width: 100%;
}

.u-box-size-800 {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px !important;
  width: 100%;
}

.u-box-size-900 {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px !important;
  width: 100%;
}

.u-box-size-1000 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px !important;
  width: 100%;
}

.u-box-border {
  border: 3px solid #d70d19;
  padding: 50px 20px;
}

.u-under-line {
  text-decoration: underline !important;
}

.u-primary-color-text {
  color: #d70d19;
}

.u-primary-color-text2 {
  color: #d70d19;
}

.u-primary-color-text3 {
  color: #d70d19;
}

.u-text-bold {
  font-weight: bold;
}

.u-text-red {
  color: #c71d32;
}

@media (min-width: 768px) {
  .l-footer .l-footer__map {
    height: 100%;
  }

  .l-header__conversion__content ul li a:hover {
    color: #fff;
  }

  .l-header__conversion__content ul li a:hover:after {
    left: 0;
  }

  .l-header__conversion__content ul li a:hover span:after {
    right: 0;
    background: url(/wp-content/uploads/icn-arrow_right__inversion.svg) no-repeat center;
  }

  .l-row.is-reverse > *:nth-child(1) {
    order: 2;
  }

  .l-row.is-reverse > *:nth-child(2) {
    order: 1;
  }

  .l-row.is-reverse > *:nth-child(3) {
    order: 3;
  }

  .l-row.row-reverse {
    flex-direction: row-reverse;
  }

  .l-row {
    flex-direction: row;
    margin-left: -1rem;
    width: calc(100% + 2rem);
  }

  .l-row > .column {
    padding: 0 1rem;
  }

  .c-pagetop span {
    width: 70px;
    height: 70px;
  }

  .c-pagetop span:hover {
    opacity: 0.7;
  }

  .c-h2.type-plan-1 {
    font-size: 28px;
    display: flex;
    justify-content: center;
    text-align: left;
  }

  .c-h2.type-plan-1 .icn {
    margin-right: 2%;
  }

  .c-h2.type-plan-1 .icn img {
    width: 137px;
  }

  .c-h2.type-plan-2 {
    font-size: 28px;
  }

  .p-home__menu .c-button01 a {
    margin-left: 0;
  }

  .p-home__feature_man h2 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .p-home__feature_man__list {
    width: 500px;
    padding-left: 1.5em;
    margin-left: auto;
    margin-right: auto;
  }

  .p-home_reservation .c-button01 a {
    margin-left: 0;
  }

  .p-home_reservation .p-home_reservation__conversion > div {
    width: 666px;
    margin: 0 auto;
  }

  .p-home_reservation .p-home_reservation__conversion > div ul li a {
    display: block;
    width: 200px;
  }

  .u-pc-hide,
  .u-sp-only {
    display: none !important;
  }

  .u-pc-text-center {
    text-align: center !important;
  }

  .u-pc-text-left {
    text-align: left !important;
  }

  .u-pc-text-right {
    text-align: right !important;
  }
}

@media (min-width: 900px) {
  .l-header {
    height: 78px;
  }

  .l-header__navwrapper {
    margin-right: 0px;
  }

  .l-header__navwrapper .l-header__outer .menu-item-has-children {
    padding-right: 17px !important;
  }

  .l-header__navwrapper .l-header__outer .menu-item-has-children:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin: auto;
    transform: translate(0, -50%) rotate(135deg);
    transition: 0.2s;
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
  }

  .l-header__navwrapper .l-header__outer .menu-item-has-children ul {
    transition: all 0.2s;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    top: 30px;
    margin: auto;
    z-index: 4;
    color: #fff;
    background: #0b4da2;
    width: 180px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
  }

  .l-header__navwrapper .l-header__outer .menu-item-has-children ul li a:hover {
    background: #91aed8;
  }

  .l-header__navwrapper .l-header__nav {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }

  .l-header__navwrapper .l-header__nav > li {
    margin-right: 2em;
    transition: 0.3s;
  }

  .l-header__navwrapper .l-header__nav > li:last-child {
    padding-left: 0;
    padding-right: 0;
  }

  .l-header__navwrapper .l-header__nav > li.is-current > a {
    color: #d70d19;
  }

  .l-header__navwrapper .l-header__nav > li > a:after {
    position: absolute;
    content: "";
    display: block;
    height: 3px;
    background-color: #d70d19;
    bottom: -15px;
    left: 0;
    width: 0;
    transition: 0.2s ease;
  }

  .l-header__navwrapper .l-header__nav > li > a:hover {
    color: #d70d19;
  }

  .l-header__navwrapper .l-header__nav > li > a:hover:after {
    width: 100%;
  }

	.l-header__conversion:hover {
    right: 0;
  }
}

@media (min-width: 1024px) {
  .u-tablet-only {
    display: none !important;
  }
}

@media (min-width: 1101px) {
  .l-footer .l-footer__btns .c-button01 a {
    max-width: 100%;
  }
}

@media (max-width: 899px) {
  .l-header__container {
    padding: 0 3%;
    height: 60px;
  }

  .l-header__logo {
    width: 55%;
    flex-shrink: 0;
  }

  .l-header__navwrapper .l-header__outer .menu-item-has-children > a:after {
    transform: translate(0, -50%) rotate(135deg);
    top: 0;
  }

  .l-header__navwrapper .l-header__outer .menu-item-has-children.active > a:after {
    transform: translate(0, calc(-50% + 4px)) rotate(-45deg);
    top: 0;
  }

  .l-header__navwrapper .l-header__outer .menu-item-has-children ul {
    display: none;
  }

  .l-header__navwrapper .l-header__outer .menu-item-has-children ul li a {
    padding: 1em 1.5em 1em 1.8em;
    border-color: #fff;
    color: #fff;
    background: #2e86ff;
    font-size: 16px;
    position: relative;
    text-align: left;
  }

  .l-header__navwrapper .l-header__outer .menu-item-has-children ul li a:before {
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 2px;
    top: 50%;
    right: auto;
    left: 1em;
    margin: auto;
    background: #fff;
  }

  .l-header__navwrapper .l-header__outer {
    z-index: 11;
    position: absolute;
    top: 60px;
    bottom: 0;
    right: -100%;
    visibility: hidden;
    opacity: 0;
    height: calc(100dvh - 60px);
    padding: 0;
    width: 60%;
    background: #d70d19;
    transition: all 0.6s;
    overflow-y: auto;
    padding-bottom: 150px;
  }

  .l-header__navwrapper .l-header__nav > li {
    z-index: 11;
    position: relative;
    width: 100%;
    margin-bottom: 0;
  }

  .l-header__navwrapper .l-header__nav > li > a {
    padding: 1.3em 1.5em 1.3em 1em;
    display: flex;
    align-items: center;
    height: 100%;
    border-bottom: 1px solid #fff;
    color: #fff;
  }

  .l-header__navwrapper .l-header__nav > li > a:after {
    position: absolute;
    content: "";
    right: 1.5em;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    display: inline-block;
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    transition: 0.2s;
  }

  .l-header__toggle {
    display: block;
    background: #d70d19;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: 0.5s;
  }
	
	.l-header__toggle > span {
    display: inline-block;
    transition: 0.35s;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    height: 3px;
    width: 30px;
    border-radius: 2px;
    background: #fff;
    width: 30px;
  }

  .l-header__toggle > span:nth-of-type(1) {
    top: 20px;
  }

  .l-header__toggle > span:nth-of-type(2) {
    top: 30px;
  }

  .l-header__toggle > span:nth-of-type(3) {
    top: 39px;
  }

  .l-header__toggle.is-active {
    z-index: 12;
  }

  .l-header__toggle.is-active > span:nth-of-type(1) {
    top: 22px;
    transform: translateY(7px) rotate(45deg);
    width: 30px;
  }

  .l-header__toggle.is-active > span:nth-of-type(2) {
    top: 22px;
    transform: translateY(7px) rotate(-45deg);
    width: 30px;
  }

  .l-header__toggle.is-active > span:nth-of-type(3) {
    display: none;
  }
	
	  .l-header__conversion {
    top: 0;
    bottom: 0;
    margin: auto;
    right: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .main_visual .main_visual_copy > li img {
    width: 90%;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }

  section {
    margin-bottom: 0px
  }

  .l-footer {
    padding-bottom: 0;
    padding-top: 0;
  }

  .l-footer .l-footer__logo {
    margin-bottom: 20px;
  }

  .l-footer .l-footer__copylight {
    margin-top: 50px;
  }

  .l-footer .l-footer__copylight p {
    font-size: 14px;
    margin-top: 10px;
  }

  .l-footer h2.is-footer {
    margin-bottom: 35px;
  }

  .l-footer .l-footer__btns {
    margin-bottom: 40px;
  }

  .l-footer .l-footer__btns .c-button01 a {
    max-width: 70%;
  }

  .l-footer .l-footer__map {
    padding-top: 90%;
  }

  .l-conversion a {
    font-size: 16px !important;
  }

  .l-header__conversion__content ul li.is-reverse a {
    color: #fff !important;
  }

  .l-header__conversion__content ul li.is-reverse a span:after {
    background: url(/wp-content/uploads/icn-arrow_right__inversion.svg) no-repeat center !important;
  }

  .l-row.sp-row-flex-half {
    flex-wrap: wrap;
  }

  .l-row.sp-row-flex-half > .column {
    max-width: 50% !important;
    margin-bottom: 2rem;
    padding: 0 1rem;
  }

  .l-row .column {
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 2rem;
  }

  .main_visual .main_visual_copy > li img {
    width: 90%;
  }

  .main_visual .main_visual_slick {
    padding-top: 146.0465116279%;
  }

  .main_visual .swiper-button-prev,
  .main_visual .swiper-button-next {
    width: 40px;
    height: 40px;
  }

  .main_visual .swiper-button-prev:after,
  .main_visual .swiper-button-next:after {
    font-size: 14px;
  }

  .main_visual .swiper-button-prev {
    left: 0;
  }

  .main_visual .swiper-button-next {
    right: 0;
  }

  .c-pagetop {
    bottom: 10dvh;
  }

  table td,
  table th {
    padding: 0.7em 0.3em;
  }

  .c-table-schedule td,
  .c-table-schedule th {
    padding: 0.7em 0.3em;
  }

  .responsive-stack {
    display: block;
  }

  .responsive-stack thead {
    display: none;
  }

  .responsive-stack tbody,
  .responsive-stack td,
  .responsive-stack th,
  .responsive-stack tr {
    display: block;
  }

  .responsive-stack td,
  .responsive-stack th {
    width: 100% !important;
  }

  .responsive-stack tr:not(:last-child) td,
  .responsive-stack tr:not(:last-child) th {
    border-bottom: 0;
  }

  .responsive-stack tr:last-child :not(:last-child) {
    border-bottom: 0;
  }

  .c-h2.type-plan-1 {
    font-size: 20px;
  }

  .c-h2.type-plan-1 .icn {
    margin-bottom: 0.5em;
  }

  .c-h2.type-plan-2 {
    font-size: 20px;
  }

  .c-h3.is-price {
  }

  .p-home__intro {
    padding: 0 0;
    margin-top: 0;
  }

  .p-home__intro:after {
    height: 50%;
    bottom: auto;
    -webkit-clip-path: polygon(0 92%, 100% 100%, 100% 0);
    clip-path: polygon(0 92%, 100% 100%, 100% 0);
  }

  .p-home__intro h2 {
    font-size: 24px;
  }

  .p-home__intro .c-button02 {
    margin-top: 15px;
  }

  .p-home__campaign {
    padding: 0;
  }

  .p-home__campaign h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .p-home__menu {
    padding: 50px 0;
    margin: 60px 0 80px;
  }

  .p-home__menu h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .p-home__menu h3 {
    font-size: 20px;
  }

  .p-home__feature {
    padding: 0;
    margin-top: 0;
  }

  .p-home__feature h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .p-home__feature h3 span.icn {
    max-width: 40%;
  }

  .p-home__feature h3 {
    font-size: 20px;
  }

  .p-home__feature_man__top-box {
    padding: 55px 0 100px;
  }

  .p-home__feature_man__bot-box {
    margin-top: -60px;
    padding: 40px 5%;
  }

  .p-home__feature_man__bot-box__voice-content {
    padding: 20px;
    margin-bottom: 20px;
  }

  .p-home__feature_man__bot-box__voice-content p {
    font-size: 100%;
  }

  .p-home__feature_man__list li {
    font-size: 16px;
  }

  .p-home__feature_man h3 {
    font-size: 20px;
  }

  .p-home__feature_man h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .p-home_reservation {
    padding: 50px 0;
  }

  .p-home_reservation h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .p-home_reservation h3 span.icn img {
    max-width: 110px;
  }

  .p-home_reservation h3 {
    font-size: 20px;
  }

  .p-home_reservation .p-home_reservation__conversion {
    margin-top: 30px;
  }

  .p-home_reservation .p-home_reservation__conversion > div ul {
    row-gap: 3%;
  }

  .u-sp-hide,
  .u-pc-only,
  .u-tablet-only {
    display: none !important;
  }

  .u-sp-text-center {
    text-align: center !important;
  }

  .u-sp-text-left {
    text-align: left !important;
  }

  .u-sp-text-right {
    text-align: right !important;
  }

  .c-pagetitle {
	background-color:#c3deff ; 
    margin-bottom: 40px;
  }

  .c-h1 {
    margin-bottom: 10px;
    padding: 1.5em 2em;
	margin-top: 2.5em;
  }

  .c-h1 {
    font-size: 24px;
  }

  .c-h1 span {
    font-size: 14px;
  }

  .c-h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .c-h3 {
    font-size: 20px;
  }

  .c-marker {
    padding: 0.2em 2em 0.2em 1em;
  }

  .u-box-border {
    padding: 10% 5%;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .l-footer .l-footer__btns {
    flex-wrap: wrap;
  }
}

@media (min-width: 900px) and (max-width: 1400px) {
  .l-header__navwrapper {
    margin-right: 0;
  }

  .l-header__navwrapper .l-header__outer .menu-item-has-children ul {
    width: 150px;
  }

  .l-header__conversion {
    right: -400px;
  }
}

@media (min-width: 900px) and (max-width: 1880px) {
  .l-header__navwrapper .l-header__outer .menu-item-has-children ul {
    right: -30px;
    transform: none;
  }
}

@media (min-width: 900px) and (max-width: 899px) {
  .l-header__navwrapper .l-header__nav li {
    margin: 0 1%;
  }

  .l-header__navwrapper .l-header__nav > li {
    padding: 0 !important;
  }
}

@media (min-width: 900px) and (max-width: 1580px) {
  .l-header__navwrapper .l-header__nav > li {
    padding: 0px 0.6em 0 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .u-tablet-hide {
    display: none !important;
  }
}
	.main_visual{
margin-top:60px;
}
@media (min-width: 768px) {
	.main_visual{
		margin-top:78px;
	}
}





/*# sourceMappingURL=main.css.map */
