@charset "UTF-8";
/*!
* Setagaya Digital Monodukuri fes Web site
* Copyright 2011-2022 Azhai Communications
*/
.main-header{
	/*background-image: url();*/
    background-color:#040F3D;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	width: 100%;
	max-width: 100%;
    margin: 0px;
	right: -1px;
	left: -1px;
	background-position: 50% 50%;
}
#mainvisual{
            background-color:#040F3D;
            width:100%;
            display:block;
            overflow: hidden;
            transform: translate3d(0,0,0);
            text-align: center;
            opacity: 1;
}
.content-bg-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	text-align: center;
	box-sizing: border-box;
	will-change: background-position;
}
.zzz{
	z-index: 5;
	text-align: center;
	width: 100%;
	height: 100%;
}
.icon_sns{
	position: relative;
	z-index: 5;
	color:white;
}
.icon_sns li{
	display: inline;
	margin-right: 15px;
}
.main-header-content{
	text-align: center;
}
.delayed-image {
	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 3s ease 0s 1 normal;
}

.embed {
	position: relative;
	width: 100%;
}
.embed iframe {
	/*position: absolute;*/
	top: 0;
	right: 0;
	width: 100%;
	/*height: 100%;*/
}

/*latest browz*/
@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

/*old browz*/
@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}





.squareBox
  position: relative
  &:before
    display: block
    content: ''
    padding-top: 100%
  
  .content
    position: absolute
    top: 0
    width: 100%
    height: 100%
    box-sizing: border-box
    // 画像がエリアからはみ出さないようにする
    overflow: hidden

.thumb
  width: 100%
  height: auto

.centerBox
  position: absolute
  top: 50%
  left: 50%
  transform: translate(-50%, -50%)
  width: 100%
  height: auto

.mb-7 {
  margin-bottom: 2.5rem !important;
}

/*サムネイル中央揃え*/
#gallery img {
	object-fit: contain;
	margin: 2px;
	width: 240px;
	height: 240px;   
}

/*  font-family: fantasy;
        font-weight: bold;
        color: #00f;*/
.font-style{
      
}

.titles-style{
   
}

.title-style{
        font-weight: bold;
       
}

.bg-consultation {
  background-color: #04cfbc !important;
}

.gmap {
height: 0;
overflow: hidden;
padding-bottom: 75%;
position: relative;
}
iframe {
  width: 100%;
  aspect-ratio: 4/3; //アスペクト比（縦横比）を指定
}



.color-1{
    color: #333333;
}

.font-15{
    font-size: 15px;
}

@charset "utf-8";

/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:94%;
    margin:0 auto;
}

.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
	margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}

/*========= レイアウトのためのCSS ===============*/

body{
	background:#fff;
}

h2,p {
    padding:5px;
}

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

a{
	color: #333;
}

a:hover,
a:active{
	text-decoration: none;
}

/*!
 * ress.css 窶｢ v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */

/* # =================================================================
   # Global selectors
   # ================================================================= */

html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */

/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */

input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto; /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"], /* Prevent a WebKit bug where (2) destroys native `audio` and `video`controls in Android 4 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */

img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */

/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */

/* Specify text selection background color and omit drop shadow */

::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

.pixel {
    font-family: PixelMplus10-Regular;
     letter-spacing: 0.1em;
    line-height: 1;
}

.text-p {
 color: #F91571;
}

.text-b {
 color: #222a33;
}


.bk-bg {
    background-color: #222A33;
}


.g-bgtop {
    background-color: #12C9A6;
    color: white;
    border: #222A33 18px solid;

}

/* 画面幅が768px以下の場合 */
@media (max-width: 768px) {
  .g-bgtop {
    background-color: #12C9A6;
    color: white;
    border: #222A33 8px solid;
  }
}

.g-bg {
    background-color: #F91571;
     color: #ffffff !important;
    border: #222A33 18px solid;
    border-top: 0; /* ← 上の線だけ消す */
}

/* 画面幅が768px以下の場合 */
@media (max-width: 768px) {
  .g-bg {
    background-color: #F91571;
     color: #ffffff !important;
    border: #222A33 8px solid;
    border-top: 0; /* ← こちらも上の線だけ消す */
  }
}


.p-bg {
    background-color: #12C9A6;
    border: #222A33 18px solid;
    border-bottom: 0; /* ← 上の線だけ消す */
}

/* 画面幅が768px以下の場合 */
@media (max-width: 768px) {
  .p-bg {
    background-color: #12C9A6;
    border: #222A33 8px solid;
    border-bottom: 0; /* ← こちらも上の線だけ消す */
  }
}


.y-bg {
    background-color: #FFF799;
    border: #222A33 18px solid;
    border-top: 0; /* ← 上の線だけ消す */
}

/* 画面幅が768px以下の場合 */
@media (max-width: 768px) {
  .y-bg {
    background-color: #FFF799;
    border: #222A33 8px solid;
    border-top: 0; /* ← こちらも上の線だけ消す */
  }
}

.b-bg {
    background-color: #275BC4;
    border: #222A33 18px solid;
    color: white;
    border-top: 0; /* ← 上の線だけ消す */
}

/* 画面幅が768px以下の場合 */
@media (max-width: 768px) {
  .b-bg {
    background-color: #275BC4;
    color: white;
    border: #222A33 8px solid;
    border-top: 0; /* ← こちらも上の線だけ消す */
  }
}

.g-bg2 {
    background-color: #12C9A6;
    border: #222A33 18px solid;
    border-top: 0; /* ← 上の線だけ消す */
}

/* 画面幅が768px以下の場合 */
@media (max-width: 768px) {
  .g-bg2 {
    background-color: #12C9A6;
    border: #222A33 8px solid;
    border-top: 0; /* ← こちらも上の線だけ消す */
  }
}


body {
    color: #222A33;
  background-color: #fff; /* 紙の地色 */

 
}

.sbi_feedtheme_header_text{
    color: white;
}

.pixel-btn {
  font-family: inherit;                   /* 普通のフォント */
  font-size: 1rem;                        /* 文字サイズ固定 */
  line-height: 1.5;                       /* 高さ安定 */
  padding: 0.5rem 1rem;                   /* ボタン縦横固定 */
  display: inline-block;
  text-align: center;
  border-radius: 10rem;                  /* デフォルト角丸 */
  transition: all 0.3s ease;
  
  /* 幅と高さを固定 */
  min-width: 220px;                        /* 任意の幅 */
  height: 50px;                             /* 任意の高さ */
  overflow: hidden;                         /* フォント差によるはみ出し防止 */
}

/* ホバー時 */
.pixel-btn:hover {
  background-color: #222A33;                             /* 黒背景 */
  color: #fff !important;                             /* 文字白 */
  font-family: 'PixelMplus10-Regular', sans-serif;    /* ホバー時フォント */
  border-color: #222A33;                                 /* アウトラインも黒 */
}

/* ▼ 通常：白背景 + 紙質感 */
.blog-wraper .row {
  background-color: #fff;
  color: #222A33;
  cursor: pointer;
  transition: all 0.3s ease;
  border-color: #222A33 !important;

  /* 紙質感（薄いノイズ + 色ムラ） */
  background-image:
    radial-gradient(circle at 30% 30%, rgba(0,0,0,0.03), transparent 60%),
    radial-gradient(circle at 70% 70%, rgba(0,0,0,0.02), transparent 60%),
    url("data:image/svg+xml;utf8,\
      <svg xmlns='http://www.w3.org/2000/svg' width='64' height='64'>\
        <filter id='n'><feTurbulence baseFrequency='0.8' numOctaves='2'/></filter>\
        <rect width='100%' height='100%' filter='url(%23n)' opacity='0.04'/>\
      </svg>");
  background-blend-mode: multiply;
}

/* ▼ ホバー時：背景黒 + 文字白 */
.blog-wraper .row:hover {
  background-color: #222A33;
  color: #fff;
  border-color: #222A33 !important;
}

/* ▼ ホバー時の子要素すべてを白文字に */
.blog-wraper .row:hover a,
.blog-wraper .row:hover p,
.blog-wraper .row:hover span,
.blog-wraper .row:hover h1,
.blog-wraper .row:hover h2,
.blog-wraper .row:hover h3,
.blog-wraper .row:hover h4,
.blog-wraper .row:hover h5,
.blog-wraper .row:hover h6 {
  color: #fff !important;
}

/* ▼ MORE ボタンも反転 */
.blog-wraper .row:hover .btn-dark {
  background-color: #fff !important;
  color: #222A33 !important;
  border-color: #fff !important;
}



.fadeUpTrigger{
opacity: 0;
}

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration:0.7s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes fadeUpAnime{
from {
    opacity: 0;
    transform: translateY(100px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

.wrapper {
  margin: 0;
  display: block;
border: #222A33 18px solid;
  border-top: 0; /* ← 上の線だけ消す */
}

/* 画面幅が768px以下の場合 */
@media (max-width: 768px) {
 .wrapper {
  margin: 0;
  display: block;
    border: #222A33 8px solid;
      border-top: 0; /* ← 上の線だけ消す */
  }
}


#riveContainer {
  width: 100%;             /* 常に横幅いっぱい */
  margin: 0 auto;
  position: relative;
  aspect-ratio: 932 / 652; /* アスペクト比は維持 */
}

#riveCanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.text-white a {
    color: #ffffff !important;
}
.text-white a:visited {
    color: #ffffff !important;
}