<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
:root {
    --theme-color: #00BFA7;
    --gray-bg-color: #f4f6f6;
    --text-color: #323434;
    --header-height: 55px;
}

/*テキストの色*/
.notion-text {
    color: grey;
}
.notion-list-disc-content{
    color: grey;
}
.notion-list-numbered {
    color: grey;
}

/*絵文字消す*/
.emoji{
    /*display: none !important;*/
}

/*パンくずリスト*/
.titleSection__contentsWrapper{
    display: flex;
    flex-flow: column;
}
.breadcrumbs.footerSectionBreadcrumb{
    padding: 10px 20px;
}
.breadcrumb__title{
    color: var(--theme-color) !important;
    text-decoration:underline;
}
/*タイトル下に*/
.titleSectionBreadcrumb{
    order:1;
}

/*列+コールアウトの高さを自動で調整*/
.notion-column {
  display: flex;
  flex-wrap: wrap;
}

.notion-column &gt; .notion-callout {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

/*Notion-icon画像の大きさ*/
.notion-callout .notion-asset-wrapper {
    max-width: 25%;
    min-width: auto;
    height: 200px;
    justify-content: center;
    margin-left: auto !important;
    margin-right: auto !important;
}
/*STEPの画像の大きさ*/
.notion-teal_background_co .notion-asset-wrapper {
    height: auto ;
}
/*画像の大きさ*/
.notion-purple_background_co .notion-asset-wrapper {
    max-width: 100%;
}

/*企業画像の大きさ*/
.notion-column {
  display: flex;
  align-items: center;
  justify-content: center;  
}
/* 画像の幅調整 */
.notion-column img {
    width: 75%;
}

/*シンプルテーブル横いっぱい*/
.notion-simple-table-table{
    width: 100%;
    border:0
}
.notion-simple-table-column{
    /*min-width: auto;*/
    min-width: auto !important;
    border-right:0;
    border-left:0;
    padding: 10px;
}
/*列頭*/
th.notion-simple-table-column.notion-red_background, td.notion-simple-table-column.notion-red_background{
    font-size: 1.2em;
    background-color: var(--notion-item-red) !important;
    font-weight: bold !important;
}
/*行頭*/
/*th[scope="row"].notion-simple-table-column, td.notion-simple-table-column.notion-red_background{*/
/*    text-align: center;*/
/*}*/


/*背景*/
.page {
    /*background-color: #f0f7ff;*/
    background-color: #fff;
}

/*----- 価格部分（開始） -----*/
.notion-callout-text &gt; div &gt; .notion-row &gt; .notion-column {
  width: calc((100% - 40px) / 3); /* 3分割に設定 */
  background-color: #ffffff;
  border-radius: 10px; 
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* カードの影 */
  margin: 5px;
  padding: 0px;
  display: flex;
  flex-direction: column; /* 縦方向のレイアウト */
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.notion-callout-text &gt; div &gt; .notion-row &gt; .notion-column:hover {
  transform: translateY(-5px); /* ホバー時に少し浮く */
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.notion-callout-text &gt; div &gt; .notion-row &gt; .notion-column &gt; .notion-callout:nth-child(1){
  font-size: 1.4em;
  font-weight: bold;
  background: var(--theme-color);
  min-height: 150px;
  max-height: 150px;
  border-radius: 10px 10px 0 0; 
}
.notion-callout-text &gt; div &gt; .notion-row &gt; .notion-column &gt; .notion-callout:nth-child(1) &gt; .notion-callout-text{
  display: flex;
  flex-direction: column; /* 子要素を縦並びに */
  justify-content: space-between;
  color: white;
}
/* 価格部分 */
.notion-callout-text &gt; div &gt; .notion-row &gt; .notion-column &gt; .notion-callout:nth-child(1) &gt; .notion-callout-text &gt; div &gt; div {
  color: white;  
}
.notion-callout-text &gt; div &gt; .notion-row &gt; .notion-column &gt; .notion-callout:nth-child(2) {
    font-size: 0.8em;
    text-align: left;
    border: none;
}
/*----- 価格部分（終了） -----*/

/*ヘッダ*/
.header {
    height: var(--header-height);
}

/*タイトル、日付、アイコンを隠す*/
.titleSection {
    margin: 32px;
}
.pageIcon-cover {
    display: none;
}
.contents{
	padding-top: 0;
}
.contents.no-icon
{
	padding-top: 0;
}
/*プロパティ線を隠す*/
.notion-collection-row {
    display: none;
}

/*ヘッダのボタン*/
.header a[href*="https://elcamy.com/contact"]
{
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
    background-color: var(--theme-color);
    transition: background-color .3s;
    width: auto;
    display: inline-block;
    padding: 0 20px;
    margin: 0 0 0 12px;
    font-size: 0.9rem;
    line-height: 33px;
    height: 35px;
    color: #fff !important;
    background-color: var(--theme-color);
}
.header__menuWrapper .header__menuBtn {
    margin-left: 0 !important;
}
.header__menuOpenBtn {
    color: var(--theme-color);
}
.header__menuOpenBtn &gt; svg {
    fill: currentColor;
}

/* モバイル */
@media (max-width: 640px) {
    .page {
        padding-top: 50px;
        scroll-margin-top: 50px;
    }
    .page-_top #section-first .notion-h1 {
        font-size: 1.6rem;
    }
}

/* お知らせ */
#block-4c1fcff314374d8b99701813e3ac9889 {
  font-weight: bold;
}

/* 見出しの小さい文字 */
.notion-h2 .notion-gray {
  display: block;
  font-size: 1rem;
}

/* 見出し２ */
.notion-h2 {
    font-size: 2em;
}



/* セクションのパディング */
.separatedSection {
  padding: 60px 0;
}

/* ファーストビュー */
.page-_top #section-first {
    background-color: #fff;
    overflow: hidden;
}

/*ヒーロー*/
/*サービスヒーロー*/
div[class*="pageMap__top_service_"] &gt; img.coverImage
{
    position: sticky;
    top: 0;
    padding: 55px 0;
    height: 40vh !important;
    object-fit: contain !important;
}*
/*トップヒーロー*/
.page-_top #section-first:not(.notion-h1)  {
    height: 80vh;
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,.9));
    animation-name: fadeInImg;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-duration: 5s;
}
.page-_top #section-first .notion-h1 {
    animation-name: fadeInH1;
    animation-duration: 0.0s;
    animation-fill-mode: forwards;
    animation-duration: 2s;
}
.page-_top #section-first .notion-h1:first-line {
    font-size: 0.6em;
}
.page-_top .coverImage, .page-_top  #section-first {
    height: 80vh;
    max-height: 500px;
    object-position: left !important;
}

.page-_top #section-first .separatedSection__contentsWrapper {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.page-_top .coverImage {
    position: absolute;
}
.page-_top #section-first {
   background: linear-gradient(to top, rgba(0,0,0,0.1), rgba(0,0,0,.5));
    content: "";
    font-size: 1.2em;
    padding: 0;
    color:white;
}

/*カードカバー*/
.notion-collection-card-cover &gt; img{
    background-color: white;
    object-fit: contain !important;
}

/*ボタン*/
.wraptas-button {
    position: relative;
    margin: 30px auto;
    padding: 0;
    overflow: hidden;
    border-width: 0;
    outline: none;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
    background-color: var(--theme-color);
    color: #ecf0f1;
    transition: background-color .3s;
}
.wraptas-button &gt; * {
    position: relative;
}
.wraptas-button span {
    display: block;
    padding: 12px 24px;
}

/*フォント*/
.lang-ja {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
}

/*TOPページタイトル非表示*/
.page-_top .titleSection{
    display: none;
}

/*TOPページの非表示calllaut*/
#block-74ce84d8048f40609044b31faa3a6656 {
    display: none;
}
/*採用ページの非表示calllaut*/
#block-434edb034068416f96f5e4c7dc7f6356 {
    display: none;
}
/*サービスページの非表示calllaut*/
#block-152d1a1d3c3e807eba2ef455793db8dc
 {
    display: none;
}

/*見出し*/
h2 {
    position: relative;
    bottom: 1.6rem;
    text-align: center;
}
h2:before {
    position: absolute;
    bottom: -2px;
    left: calc(50% - 15px);
    width: 30px;
    height: 2px;
    content: '';
    border-radius: 3px;
    background: #00bfa5;
}
h3 {
    position: relative;
    bottom: 0.2rem;
}
h3:before {
    position: absolute;
    bottom: -2px;
    width: 30px;
    height: 2px;
    content: '';
    border-radius: 3px;
    background: #00bfa5;
}

/*セクション*/
.container {
    max-width: 100%;
    padding: 0;
}
.titleSection__contentsWrapper,
.separatedSection__contentsWrapper,
.contentsFooterSection__contentsWrapper  {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 1rem;
}
.separatedSection:nth-child(even),
.contentsFooterSection {
    background-color: #f0f7ff;
}
.notion-full-width .titleSection__contentsWrapper,
.notion-full-width .separatedSection__contentsWrapper,
.notion-full-width .contentsFooterSection__contentsWrapper  {
    max-width: 100%;
}

/* ギャラリーカード風 */
.notion-gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.notion-gallery .notion-collection-card {
    transition: all .2s ease !important;
    box-shadow: 0px 8px 24px 0 rgb(0 0 7 / 8%) !important;
    border-radius: 10px !important;
}
.notion-gallery .notion-collection-card:hover {
    transform: scale(1.04) !important;
}
.notion-gallery .notion-collection-card-cover {
    height: 100px !important;
}
.notion-gallery .notion-collection-card-cover img {
    border-radius: 10px 10px 0 0;
}
.notion-gallery .notion-collection-card-body {
    padding: 12px 16px 18px;
}
.notion-gallery .notion-page-title-icon {
    display: none;
}
.notion-gallery .notion-page-title-text {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 0.5em;
}
.notion-gallery .notion-property-text {
    font-size: 1em;
    white-space: break-spaces;
}

/*メンバー*/
#block-ae0ed4d50a6d41ecbe0c4c1b58230511 img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin:10px auto;
}

/*お問い合わせ*/
/*calloutのアイコンを消す*/
/*[data-block-id="41d4602a-a6a0-4828-ba96-4a90b2308be0"]*/
/*.notion-callout &gt; .notion-page-icon {*/
    /*display: none;*/
/*}*/

/*フッター*/
.notion-full-width .contents {
    max-width: 95%;
}
.footer {
    color: #fff;
    background-color: #333;
    padding: 1em;
    margin: 0;
}
.footer__contentsWrapper {
    max-width: 800px;
    margin: 0 auto;
}
.footer .notion-page-title-text {
    color: #ccc;
}
.footer .notion-simple-table {
    margin: 0;
}
.footer .notion-simple-table-column {
    padding: 0;
}
.footer img {
    padding: 4px 0px 0px 4px;
    width: 96px;
}

@keyframes fadeInH1 {
  0% {
    transform: translateX(200px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes fadeInImg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/*notion-blogバナー用CSS*/
/* 固定バナーのスタイル */
.notion-callout.notion-red_background_co {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 300px;
    background-color: #F3F8FF !important;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    padding: 15px;
    opacity: 0;               /* 初期状態は透明 */
    transform: translateY(50px); /* 初期状態は下に配置 */
    z-index: 1000;
    /* 5秒後に0.5秒かけて表示され、上に浮かび上がるアニメーション */
    animation: appearUp 0.5s ease-out 8s forwards;
}

/* アニメーション定義 */
@keyframes appearUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* バナー内のテキストスタイル */
.notion-callout.notion-red_background_co .notion-callout-text {
    text-align: center;
}

.notion-callout.notion-red_background_co .notion-text:first-child {
    font-weight: bold;
    color: #333;
}

.notion-callout.notion-red_background_co .notion-text:nth-child(2) {
    font-size: 12px;
    color: #666;
}

/* ボタンのスタイル調整 (wraptas-button配下のみ) */
.notion-callout.notion-red_background_co .wraptas-button {
    display: inline-block;
    margin: 0px;
    margin-top: 5px;
    padding: auto; /* ボタンの内側の余白 */
    background-color: #007bff;  /* ボタンの背景色 */
    color: white;  /* 文字色を白に */
    border-radius: 5px;  /* 角を丸く */
    text-decoration: none;  /* リンクの下線を削除 */
    text-align: center;  /* ボタンの文字を中央に配置 */
    cursor: pointer;  /* ポインターカーソル */
    font-weight: bold;  /* 文字を太くする */
    transition: background-color 0.3s ease;  /* ホバー時の色変更をスムーズに */
}

/* ボタンにホバー時の色変更を追加 */
.notion-callout.notion-red_background_co .wraptas-button:hover {
    background-color: #0056b3;  /* ホバー時に色を暗くする */
}

/* 画面サイズに応じて右下からはみ出さないように */
@media (max-width: 320px) {
    .notion-callout.notion-red_background_co {
        right: 10px; /* 画面サイズが小さい場合は右側に10px */
        bottom: 10px; /* 画面の下に10px */
    }
}



#applyBtn {
  position: fixed !important;
  bottom: 20px !important;
  right: 20px !important;
  z-index: 1000 !important;
  padding: 10px 20px !important;
  background-color: #37C8AB !important;  /* 通常背景色 */
  color: #fff !important;                 /* 通常文字色 */
  border: 2px solid #37C8AB !important;  /* 枠線（通常） */
  border-radius: 5px !important;
  cursor: pointer !important;
  font-weight: bold !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 16px !important;
  text-align: center !important;
  text-decoration: none !important;
  display: inline-block !important;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease !important;
  box-shadow: 0 4px 6px rgba(1, 1, 1, 1); /* ここで影を追加 */
}

#applyBtn:hover {
  background-color: #fff !important;    /* ホバー時背景色（白） */
  color: #37C8AB !important;             /* ホバー時文字色（通常背景色） */
  border-color: #37C8AB !important;      /* 枠線色は同じ */
  text-decoration: none !important;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15); /* ホバー時は少し強めの影 */
}</pre></body></html>