@charset "utf-8";
.wpcf7 form .wpcf7-response-output{
	display:none;
}
div.wpcf7 input.wpcf7-previous{
	cursor: pointer;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
    width: 300px;
    height: 66px;
    margin: 0px auto 0px;
    display: block;
    border-radius: 10px;
    color: #fff;
    border: none;
    background: #68b36c;
}
a.present-link{
	    max-width: 400px;
    margin: 0 auto;
display: block;
}
/* --- コンテナ全体のデザイン --- */
.voice-in {
max-width: 900px;
    margin: 40px auto 80px;
    padding: 10px 40px 40px;
    background-color: #fff;
    border-radius: 8px; /* 角を少し丸く */
    box-shadow: 0 5px 25px rgba(0,0,0,0.05); /* ふんわりとした影で浮き上がらせる */
    color: #333;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    position: relative;
}

/* --- タイトル (お客様アンケート用紙) --- */
.voice-in .anke-to {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    color: #333;
    letter-spacing: 0.05em;
    position: relative;
    padding-bottom: 15px;
}

/* タイトル下の装飾線 */
.voice-in .anke-to::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #6ebf59; /* ロゴの緑色を想定 */
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* --- カテゴリータグ (voice-naiyou) --- */
.voice-in .voice-naiyou {
    display: inline-block;
    background-color: #6ebf59; /* ロゴの緑色 */
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 20px;
    vertical-align: middle;
}

/* --- アンケート画像 --- */
.voice-in img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 50px; /* 下に余白 */
    border: 1px solid #eee; /* 薄い枠線 */
    box-shadow: 0 4px 12px rgba(0,0,0,0.1); /* 写真風の影 */
    border-radius: 4px;
}

/* --- 見出し (h3) のデザイン --- */
.voice-in h3 {
    font-size: 18px;
    background-color: #f4fbf2; /* 極薄い緑の背景 */
    padding: 12px 15px;
    margin-top: 30px;
    margin-bottom: 15px;
    border-left: 6px solid #6ebf59; /* 左側のアクセントライン */
    border-bottom: 1px solid #e0ebd8;
    color: #2c5e2e; /* 濃い緑の文字色 */
    font-weight: bold;
    letter-spacing: 0.05em;
}

/* 最初のh3の上マージンを調整 */
.voice-in h3:first-of-type {
    margin-top: 0;
}

/* --- テキスト (p) のデザイン --- */
.voice-in p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    padding: 0 15px; /* 見出しより少し内側に入れる */
    color: #444;
}

/* --- メッセージ部分 (最後のp) を強調する --- */
/* お客様の生の声を目立たせる装飾 */
.voice-in h3:last-of-type + p {
    background-color: #fffcf0; /* 薄い黄色/ベージュ系の背景 */
    border: 2px dashed #e6dba0; /* ステッチ風の枠線 */
    padding: 25px;
    border-radius: 10px;
    position: relative;
    margin-top: 10px;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
    .voice-in {
        padding: 30px 20px;
        margin: 20px auto;
    }
    .voice-in .anke-to {
        font-size: 20px;
    }
    .voice-in h3 {
        font-size: 16px;
    }
    .voice-in p {
        font-size: 15px;
        padding: 0 5px;
    }
}
.single-voice span.voice-naiyou{
	position: relative;
    display: block;
    width: fit-content;
    top: unset;
    left: unset;
    margin: 0 0 35px;
    padding: 3px 10px;
}
/* ベーススタイルと変数定義 */
.cp-container {
  /* ▼ 新しいカラー設定 */
  --cp-primary-color: #68b36c; /* 指定の緑色 */
  --cp-primary-light: #f0f7f1; /* メインカラーの非常に薄い色（背景用） */
  --cp-accent-color: #d4af37;  /* バナーに合わせたゴールド */
  --cp-text-color: #333333;
  --cp-border-radius: 8px;
  
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background: transparent; /* 設置場所の背景になじませる */
  padding: 40px 20px;
  box-sizing: border-box;
  width: 100%;
}

.cp-inner {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  border-radius: var(--cp-border-radius);
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  overflow: hidden;
  border: 1px solid #eee;
}

/* ヘッダーエリア（バナー画像用） */
.cp-header {
  padding: 0;
  background: transparent;
  line-height: 0; /* 画像下の隙間をなくす */
}

.cp-banner-img {
  width: 100%;
  height: auto;
  display: block;
}

/* コンテンツエリア（Flexbox） */
.cp-content {
  display: flex;
  gap: 20px;
  padding: 30px;
}

/* 共通ボックススタイル */
.cp-box {
  flex: 1;
  border: 1px solid #ddd;
  border-radius: var(--cp-border-radius);
  overflow: hidden;
  background: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cp-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(104, 179, 108, 0.2); /* 影にも少し緑を入れる */
  border-color: var(--cp-primary-color);
}

.cp-box-header {
  background: var(--cp-primary-light);
  padding: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: var(--cp-primary-color);
  border-bottom: 1px solid #eee;
}

.cp-box-header .icon {
  margin-right: 5px;
}

.cp-box-body {
  padding: 20px;
  text-align: center;
}

.cp-desc {
  font-size: 14px;
  margin: 0 0 15px;
  line-height: 1.6;
  text-align: left;
  color: var(--cp-text-color);
}

/* 条件強調エリア */
.cp-condition {
  background: #fff;
  border: 2px solid var(--cp-primary-color);
  padding: 20px 10px 15px;
  border-radius: 6px;
  position: relative;
  margin-top: 15px;
}

.step-label {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--cp-primary-color);
  color: #fff;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.cp-condition strong {
  display: block;
  font-size: 18px;
  color: var(--cp-primary-color);
  margin-bottom: 5px;
  line-height: 1.4;
}

.cp-condition .small {
  display: block;
  font-size: 12px;
  color: #777;
}

/* 注意事項エリア */
.cp-footer {
  background: #fafafa;
  padding: 20px 30px;
  border-top: 1px solid #eee;
}

.cp-note-title {
  font-size: 14px;
  margin: 0 0 10px;
  color: #555;
  font-weight: bold;
}

.cp-note-list {
  margin: 0;
  padding-left: 20px;
  font-size: 12px;
  color: #666;
  line-height: 1.7;
}

.cp-note-list li {
  margin-bottom: 4px;
}

/* レスポンシブ対応（スマホ） */
@media screen and (max-width: 768px) {
  .cp-container {
    padding: 20px 15px;
  }
  .cp-content {
    flex-direction: column; /* 縦積みに変更 */
    padding: 20px;
    gap: 15px;
  }
  .cp-footer {
    padding: 20px;
  }
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-padding {
    padding: 60px 0;
}

.bg-gray {
    background-color: var(--bg-gray);
}

.header-btn {
    background: var(--primary-color);
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
}

/* メインビジュアル (重要) */
.mv {
    position: relative;
    padding-top:0px; /* ヘッダー分 */
    overflow: hidden;
}

/* スマホでは縦積み、PCで横並び */
.mv-container {
    display: flex;
    flex-direction: column-reverse; /* スマホ: 画像上、テキスト下なら column、今回はデザイン通りテキスト上にするため逆は使わない */
    align-items: center;
    position: relative;
    padding-bottom: 0;
}

.mv-img {
    width: 80%;
    max-width: 400px;
    z-index: 1;
    margin-bottom: -10px; /* 下部のはみ出し調整 */
}

@media (min-width: 768px) {
    .mv-img {
        width: 45%;
        max-width: 500px;
        position: absolute;
        right: 0;
        bottom: 0;
    }
}

/* キャッチコピーまわり */
.mv-catch-sub {
    font-size: 14px;
    background: #fff;
    color: var(--primary-color);
    display: inline-block;
    padding: 5px 10px;
    font-weight: bold;
    transform: rotate(-2deg); /* 少し斜めにして勢いを出す */
    margin-bottom: 15px;
    box-shadow: 2px 2px 0 rgba(0,0,0,0.1);
}

.mv-catch-main {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 30px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.mv-catch-main .highlight {
    background: linear-gradient(transparent 60%, var(--accent-color) 60%);
    display: inline-block;
}

@media (min-width: 768px) {
    .mv-catch-main {
        font-size: 48px;
    }
}

/* 30万円特典BOX (画像の黄色い帯部分を再現) */
.mv-offer-box {
    background: var(--accent-color);
    color: #d00; /* 赤文字でインパクト */
    padding: 15px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    margin-bottom: 25px;
    transform: skewX(-5deg); /* 斜体ボックス */
}

.mv-offer-box > * {
    transform: skewX(5deg); /* 中身の文字は戻す */
    margin: 0;
    font-weight: 900;
}

.offer-text {
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
}

.offer-price {
    font-size: 24px;
    line-height: 1;
}

.offer-price .price-big {
    font-size: 50px;
    font-family: Arial, sans-serif;
    letter-spacing: -2px;
}

.offer-note {
    font-size: 10px;
    color: #333;
    text-align: right;
    margin-top: 5px;
}

/* ボタン */
.btn-primary {
    display: block;
    background: #fff;
    color: var(--primary-color);
    text-align: center;
    padding: 15px 30px;
    font-weight: bold;
    border-radius: 50px;
    box-shadow: 0 4px 0 #ddd;
    transition: all 0.3s;
    position: relative;
    max-width: 300px;
    margin: 0 auto 0 0; /* PCで左寄せ */
}

@media (max-width: 767px) {
    .btn-primary {
        margin: 0 auto; /* スマホで中央寄せ */
    }
}

.btn-primary:active {
    transform: translateY(4px);
    box-shadow: none;
}

/* 数字セクション */
.numbers-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    text-align: center;
    margin-top: 30px;
}

.num-label {
    font-size: 12px;
    color: #666;
    margin-bottom: 5px;
}

.num-data {
    font-size: 28px;
    font-weight: 900;
    color: var(--primary-color);
}

.num-data .unit {
    font-size: 14px;
}

/* ビジョン（PCで横並び） */
@media (min-width: 768px) {
    .vision-wrapper {
        display: flex;
        align-items: center;
        gap: 40px;
    }
    .vision-text {
        flex: 1;
    }
    .vision-img {
        flex: 1;
    }
}

.vision-title {
    font-size: 24px;
    margin-bottom: 20px;
    border-left: 5px solid var(--primary-color);
    padding-left: 15px;
}

.vision-img img {
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* 募集要項 */
.section-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}

.section-title::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: var(--primary-color);
    margin: 10px auto 0;
}

.recruit-list {
    background: #fff;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 8px;
}

.recruit-item {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .recruit-item {
        flex-direction: row;
    }
    .recruit-item dt {
        width: 20%;
        font-weight: bold;
    }
    .recruit-item dd {
        width: 80%;
    }
}

.highlight-text {
    color: #d00;
    font-weight: bold;
    background: #fff0f0;
    padding: 2px 5px;
}

/* CTAセクション */
.cta-section {
    background: #333; /* 最後の引き締め黒 */
    color: #fff;
    text-align: center;
    padding: 60px 20px;
}

.cta-title {
    font-size: 24px;
    margin-bottom: 15px;
}

.cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    margin-top: 30px;
}

@media (min-width: 768px) {
    .cta-buttons {
        flex-direction: row;
        justify-content: center;
    }
}

.btn-line {
    background: #06C755;
    color: #fff;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: bold;
    width: 100%;
    max-width: 300px;
}

.btn-large {
    background: var(--accent-color);
    color: #333;
    width: 100%;
    max-width: 300px;
    border: none;
    box-shadow: 0 4px 0 #d4c800;
}




#js-hamburger.is-scrolled .hamburger-line {
    background-color: #68b36c !important; /* 指定の色 */
}
.foot-tel{
font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 45px;
    font-weight: bold;
    margin: 23px auto 25px;
    display: block;
}
#footer a i.fa-envelope{
color:#fff;
}
img.sp-menu-logo{
width: 45vw;
    display: block;
}
a.sp-menu-tel{
    font-weight: bold;
    font-size: 6.2vw;
    margin: 8px 0 0;
    display: block;
}
.link-arrow {
  display: inline-block;
  margin-top: 15px; /* 上の文字との隙間 */
  width: 40px;      /* 矢印の棒の長さ */
  height: 2px;
  background-color: #d35400; /* 矢印の色（オレンジ） */
  position: relative;
  transition: width 0.3s ease;
}

/* 矢印の先端 */
.link-arrow::after {
  content: '';
  position: absolute;
  right: 0;
  top: -4px; /* 位置微調整 */
  width: 8px;
  height: 8px;
  border-top: 2px solid #d35400; /* 矢印の色 */
  border-right: 2px solid #d35400; /* 矢印の色 */
  transform: rotate(45deg);
}

/* ホバー時の親要素（バナー全体）に対する動き */
/* バナー自体に .recruit-banner クラスがついている想定 */
.recruit-banner:hover .link-arrow {
  width: 55px; /* 矢印が伸びる */
}
.hamburger-button {
        position: fixed;
        top:13px;
        right: 20px;
        width: 48px;
        height: 48px;
        background-color: transparent; /* 背景なし */
        border: none;
        cursor: pointer;
        z-index: 9999; /* 最前面に配置 */
        padding: 0;
        outline: none;
        /* PCでは表示させたくない場合は以下を有効化 */
        /* display: none; */ 
    }
    
    /* スマホサイズ（768px以下）のみ表示する場合はこのメディアクエリを使う */
    /* @media (min-width: 769px) { .hamburger-button { display: none; } } */

    /* 3本線 */
    .hamburger-line {
        display: block;
        width: 30px;
        height:3px;
        background-color: #fff; /* 線の色（黒） */
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        transition: all 0.4s ease; /* アニメーション速度 */
        border-radius: 2px;
    }

    /* 線の位置 */
    .hamburger-line:nth-child(1) { top: 14px; }
    .hamburger-line:nth-child(2) { top: 23px; }
    .hamburger-line:nth-child(3) { top: 32px; }

    /* --- メニューが開いた時のボタンの変化 (×印になる) --- */
    .hamburger-button.is-active .hamburger-line {
        background-color: #333; /* 開いた時は線を白にする（背景による） */
    }
    .hamburger-button.is-active .hamburger-line:nth-child(1) {
        top: 23px;
        transform: translateX(-50%) rotate(45deg);
    }
    .hamburger-button.is-active .hamburger-line:nth-child(2) {
        opacity: 0;
    }
    .hamburger-button.is-active .hamburger-line:nth-child(3) {
        top: 23px;
        transform: translateX(-50%) rotate(-45deg);
    }

    /* --- メニュー本体 (スライド部分) --- */
    .sp-nav-menu {
        position: fixed;
        top: 0;
        right: 0;
        width: 80%; /* 画面の80%幅 */
        max-width: 400px;
        height: 100vh;
        background-color:#f7f6f4; /* メニュー背景色（ダークグレー） */
        z-index: 9998;
        transform: translateX(100%); /* 最初は右に隠しておく */
        transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); /* リッチな動き */
        overflow-y: auto;
    }

    /* 開いた状態 */
    .sp-nav-menu.is-active {
        transform: translateX(0);
    }

    /* メニュー中身のレイアウト */
    .sp-nav-inner {
        padding:65px 40px 30px;
        display: flex;
        flex-direction: column;
        height: 100%;
        box-sizing: border-box;
    }

    .sp-nav-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .sp-nav-item {
margin-bottom: 12px;
    border-bottom: 1px solid #68b36c;
    padding-bottom: 6px;
    }

    .sp-nav-item a {
        display: block;
        text-decoration: none;
        font-size:15px;
        letter-spacing:1px;
        transition: opacity 0.3s;
    }
    .sp-nav-item a:hover {
        opacity: 0.6;
    }

    /* メニュー下部の情報エリア */
    .sp-nav-info {
        margin-top: auto; /* 一番下に配置 */
        font-family: sans-serif;
        font-size: 0.9rem;
        color: #aaa;
        border-top: 1px solid rgba(255,255,255,0.1);
        padding-top: 20px;
    }

    /* --- 背景オーバーレイ (暗くなる背景) --- */
    .sp-nav-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 9990;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.4s ease, visibility 0.4s ease;
    }

    .sp-nav-overlay.is-active {
        opacity: 1;
        visibility: visible;
    }



    .pc-top-info i{
	font-size: 28px;
    line-height: 100%;
}
.pc-top-info{
float: right;
}
.pc-top-info a{
    background: #fff;
    height: 100%;
    display: block;
    padding: 17px 27px 9px;
    text-align: center;
}
.pc-top-info a p{
    color: #68b36c;
    line-height: 100%;
    font-weight: 600;
    font-size: 15px;
}
.single-voice h2.blog{
margin:40px auto 10px;
}
.single .single-contents {
padding:10px 0 10px;
}
h2.blog{
margin:40px auto 5px;
    border-left: 8px solid #68b36c;
    padding: 0 15px 3px;
    line-height: 130%;
}
.single .inner-wrap{
max-width: 1080px;
} 
.category-news .archive-three a{
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
background:#fff;
}
.post-type-archive-voice .archive-three a{
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
background:#fff;	
}
.category-news .page-wrap{
background-image: linear-gradient(to right, rgba(104, 179, 108, 0.08) 1px, transparent 1px), linear-gradient(to bottom, rgba(104, 179, 108, 0.08) 1px, transparent 1px);
    background-size: 25px 25px;
    background-repeat: repeat;
}
.recruit-wrap{
padding:10px 0 100px;
}
.staff-wrap, .shops-wrap{
padding:10px 0 30px;
}
.chuukai-wrap{
background: #fff;
    padding:10px 2% 10px;
    border-radius: 15px;
    border: dashed 2px #f7b731;
margin: 30px auto 50px;
}
.kaitori-wrap{
background: #fff;
    padding: 1px 2% 10px;
    border-radius: 15px;
    border: dashed 2px #45aaf2;
margin: 30px auto 50px;
}
.sell-wrap{
box-sizing: border-box;
background-image:linear-gradient(to right, rgba(104, 179, 108, 0.08) 1px, transparent 1px), linear-gradient(to bottom, rgba(104, 179, 108, 0.08) 1px, transparent 1px);
background-size: 25px 25px;
    background-repeat: repeat;
padding: 40px 2% 80px;
    }

    /* レスポンシブ画像 */
    .sell-wrap img {
max-width: 630px;
    height: auto;
    display: block;
    margin: 20px auto 0;
	width: 100%;
    }

    /* 大見出し (H3) */
    .sell-wrap h3 {
        font-size: 26px;
        text-align: center;
        margin-bottom: 30px;
        color: #333;
        position: relative;
        padding-bottom: 15px;
    }
    
    .sell-wrap h3::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 4px;
        background: linear-gradient(to right, #ff9a9e, #fad0c4);
        border-radius: 2px;
    }

    /* 中見出し (H4) - 共通 */
    .sell-wrap h4 {
        font-size: 20px;
        padding: 12px 20px;
        border-radius: 50px;
        color: #fff;
        margin-top:30px;
        margin-bottom:10px;
        position: relative;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    }

    /* 仲介のH4 (オレンジ系) */
    .sell-wrap .title-chukai {
        background: #f7b731;
        border-bottom: 4px solid #dba026;
    }
    /* 買取のH4 (ブルー系) */
    .sell-wrap .title-kaitori {
        background: #45aaf2;
        border-bottom: 4px solid #2d98da;
    }

    /* 最後のまとめH4 */
    .sell-wrap .title-summary {
        background: #20bf6b;
        border-bottom: 4px solid #0eb85b;
        text-align: center;
margin:60px auto 20px;
    }

    /* 段落テキスト */
    .sell-wrap p {
    text-align: center;
    }

    /* メリット・デメリットを囲む枠 */
    .baikyakuhouhou-wrap {
        display: flex;
        gap: 20px;
        margin-top:30px;
        margin-bottom:35px;
    }

    /* メリット・デメリットの各ボックス */
    .baikyakuhouhou-wrap-in {
        flex: 1;
        padding: 25px;
        border-radius: 15px;
        background: #f9f9f9;
        position: relative;
        border: 2px solid #eee;
    }

    /* メリットのボックス装飾 */
    .merit-box {
        background-color: #fff0f0; /* 薄いピンク */
        border-color: #ffcccc;
    }
    .merit-box::before {
        content: 'メリット';
        background: #ff6b6b;
        color: #fff;
        padding: 5px 15px;
        border-radius: 20px;
        font-weight: bold;
        position: absolute;
        top: -12px;
        left: 20px;
        font-size: 14px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

    /* デメリットのボックス装飾 */
    .demerit-box {
        background-color: #f0f8ff; /* 薄い青 */
        border-color: #cceeff;
    }
    .demerit-box::before {
        content: 'デメリット';
        background: #4b7bec;
        color: #fff;
        padding: 5px 15px;
        border-radius: 20px;
        font-weight: bold;
        position: absolute;
        top: -12px;
        left: 20px;
        font-size: 14px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

    /* リストのデザイン調整 */
    .baikyakuhouhou-wrap-in ul {
        margin: 10px 0 0 0;
        padding: 0;
        list-style: none;
    }
    
    .baikyakuhouhou-wrap-in li {
        position: relative;
        padding-left: 20px;
        margin-bottom: 8px;
        font-size: 15px;
    }

    /* メリットのチェックマーク */
    .merit-box li::before {
        content: '✔';
        position: absolute;
        left: 0;
        color: #ff6b6b;
        font-weight: bold;
    }

    /* デメリットのマーク */
    .demerit-box li::before {
        content: '▲';
        position: absolute;
        left: 0;
        color: #4b7bec;
        font-size: 12px;
        top: 3px;
    }

    /* 補足テキスト（カッコ書きなど） */
    .small-note {
        font-size: 0.85em;
        color: #666;
        display: block;
        margin-top: 2px;
    }

    /* 最後のまとめエリア */
    .summary-box {
        background: #f1fbf5;
        border: 2px dashed #20bf6b;
        padding: 30px;
        border-radius: 15px;
        text-align: center;
    }
    .summary-highlight {
        font-weight: bold;
        color: #20bf6b;
        font-size: 1.1em;
        margin-bottom: 10px;
        display: block;
    }

    /* スマホ対応 */
    @media (max-width: 768px) {
        .baikyakuhouhou-wrap {
            flex-direction: column;
        }
        .baikyakuhouhou-wrap-in {
            margin-top: 10px;
        }
        .sell-wrap h3 {
            font-size: 22px;
        }
        .sell-wrap h4 {
            font-size: 18px;
		margin:10px auto 0;
			        text-align: center;
        }
		.chuukai-wrap, .kaitori-wrap{
			padding: 10px 4% 1px;
		}
		.baikyakuhouhou-wrap-in{
			    padding: 30px 20px 10px 0px;
		}
		.baikyakuhouhou-wrap-in li{
			margin-bottom:0;
		}
		.summary-box{
		padding: 25px 0;
		}
		.summary-highlight{
		    font-size: 4.4vw;
		}
		.summary-box p{
			        width: 88%;
        margin: 0 auto;
		}
    }




.cta-wrap{
padding:10px 0 10px;
}
.page-wrap50{
padding:10px 0 50px;
}
/* --- 1. アニメーション定義（吹き出し用） --- */
@keyframes balloon-bounce {
  0%, 100% { transform: translateX(-50%) translateY(0) rotate(-5deg); }
  50% { transform: translateX(-50%) translateY(-5px) rotate(-5deg); }
}

/* --- 2. CTAコンテナ全体 --- */
.cta-modern-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  /* 枠線と角丸 */
  border:8px solid #F39C12;
  border-radius: 24px;
  /* 余白と影 */
  padding: 40px 20px 30px;
  margin:80px auto;
  max-width:1000px;
  box-sizing: border-box;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* --- 3. 中央コンテンツエリア --- */
.cta-center-content {
  flex: 1;
  text-align: center;
  padding: 0 ;
  z-index: 2;
}

/* タイトル（マーカー強調） */
.cta-modern-title {
  display: inline-block;
  color: #1F3A60;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 25px;
  position: relative;
  z-index: 1;
  /* 黄色い蛍光ペン風のライン */
  background: linear-gradient(transparent 60%, #fff26e 60%);
  padding: 0 5px;
}

/* 電話番号エリア */
.cta-phone-modern {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.phone-icon-modern {
  font-size: 2.2rem;
  margin-right: 10px;
}

.phone-number-modern {
 font-size: 55px;
    letter-spacing: 3px;
    font-weight: bold;
    color: #2ECC71;
    text-decoration: none;
    line-height: 1;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

/* アピールポイント（帯） */
.cta-appeal-band {
  display: inline-block;
  background-color: #d94436; /* フラットな赤 */
  color: #fff;
    padding: 5px 35px;
    border-radius: 5px;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}

/* メールボタン（モダン） */
.cta-btn-modern {
  display: block;
  max-width: 400px;
  margin: 0 auto 20px;
  /* 高級感のあるグラデーション */
  background: linear-gradient(135deg, #1F3A60, #162a45);
  color: #fff;
  text-decoration: none;
  padding: 18px 20px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.1rem;
  transition: all 0.3s;
  box-shadow: 0 8px 20px rgba(31, 58, 96, 0.15);
}

.cta-btn-modern:hover {
  background: linear-gradient(135deg, #2c528a, #1F3A60);
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(31, 58, 96, 0.25);
}

.arrow-modern {
  margin-left: 10px;
}

.cta-address-modern {
  font-size: 0.85rem;
  color: #666;
  margin: 0;
}

/* --- 4. キャラクターエリア（左右） --- */
.cta-side-char {
  width: 195px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.char-img-modern {
  width: 100%;
  height: auto;
  display: block;
}

/* キャラクターの傾き演出 */
.left-char .char-img-modern { transform: rotate(-5deg); }
.right-char .char-img-modern { transform: rotate(5deg); }

/* --- 5. 吹き出し（左側のみ） --- */
.balloon-modern {
  position: absolute;
  top: -50px;
  left:40%; /* 親要素(left-char)の中央 */
  /* アニメーション適用（ゆらゆら動く） */
  animation: balloon-bounce 2s infinite ease-in-out;
  
  background-color: #fff;
  color: #F39C12;
  padding: 10px 18px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 1rem;
  border: 3px solid #F39C12;
  box-shadow: 2px 3px 0 rgba(243, 156, 18, 0.2);
  white-space: nowrap;
  z-index: 10;
}

/* 吹き出しのしっぽ（二重構造） */
.balloon-modern::before {
  content: ""; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%);
  border-width: 10px 8px 0 8px; border-style: solid;
  border-color: #F39C12 transparent transparent transparent;
}
.balloon-modern::after {
  content: ""; position: absolute; bottom: -6px; left: 50%; transform: translateX(-50%);
  border-width: 10px 8px 0 8px; border-style: solid;
  border-color: #fff transparent transparent transparent;
}


/* --- 6. レスポンシブ対応（スマホ） --- */
@media (max-width: 768px) {
  .cta-modern-container {
    flex-direction: column; /* 縦並び */
    padding: 30px 15px;
    border-radius: 20px;
    margin: 40px 10px;
        position:relative;
	 border: 5px solid #F39C12
  }

  /* キャラクター配置調整 */
  .cta-side-char {
    width: 110px;
    margin-bottom: -15px;
  }
  .left-char { align-self: flex-start; margin-left: 10px;
	align-self: flex-end;
        margin-right: 10px;
        margin-top: -15px;
        position: absolute;
        top:24px;
left: 0;
	}
  .right-char { align-self: flex-end; margin-right: 10px; margin-top: -15px; position: absolute;
        top:24px;
        right: 0;}
  .char-img-modern { transform: none; } /* 傾き解除 */

  /* コンテンツ調整 */
  .cta-center-content { padding:72px 0 0; }
 .slick-dots li {
margin:0 3px;
} 
  .cta-modern-title {
    font-size: 1.25rem;
    background: linear-gradient(transparent 65%, #fff26e 65%); /* マーカー細く */
  }

  .phone-number-modern {        font-size: 9vw;
        letter-spacing: 2px;}
  .phone-icon-modern {
    font-size: 8vw;
    margin-right: 1vw;
}
  .cta-appeal-band {
    font-size: 0.9rem;
    padding: 8px 30px;
  }

  .cta-btn-modern {
    width: 100%;
    box-sizing: border-box;
        font-size:4vw;
	         margin-bottom: 3px;
  }
  
  .balloon-modern {
    top: -40px;
    font-size: 0.85rem;
    padding: 6px 12px;
  }
}






.banner-area-wrapper-wrap{
background-image: linear-gradient(to right, rgba(104, 179, 108, 0.08) 1px, transparent 1px), linear-gradient(to bottom, rgba(104, 179, 108, 0.08) 1px, transparent 1px);
    background-size: 25px 25px;
    background-repeat: repeat;
    padding:10px 0;
}
.top-shop-wrap-wrap{
    padding: 20px 0 50px;
}
/* --- バナーエリア全体 --- */
.banner-area-wrapper {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* --- バナー共通設定 --- */
.banner-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  border-radius: 12px; /* 角丸 */
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  box-sizing: border-box;
width:48%;
}

/* ホバー時の動き */
.banner-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
text-decoration:none;
}

.banner-content {
  flex: 1;
  padding: 0 40px;
  z-index: 2;
}

/* 画像エリア */
.banner-img {
  width: 40%; /* 画像の幅 */
  height: 100%;
  margin: 0;
  position: relative;
-webkit-clip-path: polygon(50px 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(50px 0, 100% 0, 100% 100%, 0% 100%);
}

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

/* テキスト装飾 */
.banner-sub {
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  opacity: 0.8;
  margin: 0 0 5px;
  font-family: Arial, sans-serif;
}

.banner-box h3 {
  font-size: 1.8rem;
  margin: 0 0 10px;
  font-weight: bold;
}

.banner-desc {
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}



/* --- 個別デザイン：スタッフ紹介（緑） --- */
.staff-banner {
  background: linear-gradient(to right, #eaf6eb, #fff); /* 薄い緑グラデ */
  color: #2c5c2e; /* 濃い緑文字 */
  border: 1px solid #cce5ce;
}
.staff-banner .banner-img::before {
  background: #fff; /* 切り取り部分の色調整 */
}


/* --- 個別デザイン：採用情報（オレンジ） --- */
.recruit-banner {
  background: linear-gradient(to right, #fff8e1, #fff); /* 薄いオレンジグラデ */
  color: #d35400; /* 濃いオレンジ文字 */
  border: 1px solid #ffe0b2;
}



/* --- スマホ対応 --- */
@media (max-width: 768px) {
  .banner-box {
    aspect-ratio: auto; /* 比率解除 */
    flex-direction: column-reverse; /* 画像を上に */
    padding-bottom: 20px;
    height: auto;
  }
  
  .banner-img {
    width: 100%;
    height: 150px;
  }
  
  .banner-img::before {
    display: none; /* 斜めカット無効 */
  }
  
  .banner-content {
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
  }
  
  .banner-box h3 {
    font-size: 1.4rem;
  }
  
  .job-group {
    flex-direction: column;
  }
  
  .job-item {
    font-size: 0.8rem;
    margin-top: 2px;
  }
}







.services-wrap{
padding:10px 0 50px;
background-image:
    linear-gradient(to right, rgba(104, 179, 108, 0.08) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(104, 179, 108, 0.08) 1px, transparent 1px);

  /* 方眼のマス目のサイズ（お好みで調整してください） */
  background-size: 25px 25px;

  /* 背景の繰り返し指定 */
  background-repeat: repeat;
}
/* --- グリッドレイアウト設定 --- */
.services-grid {
  display: grid;
  /* 最小320px幅のカードを画面幅に合わせて自動配列 */
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding:20px 20px;
  box-sizing: border-box;
}

/* --- カード全体のデザイン --- */
.service-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius:16px;
  overflow: hidden;
  display: flex;
  flex-direction: column; /* 中身を縦並びに */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 6px rgba(0,0,0,0.02);
margin: 0 0 30px;
border-top: 6px solid #68b36c; /* ここがポイント：上の太線 */
  border-radius: 8px; /* 角丸を少しだけ */
  box-shadow: 0 10px 25px rgba(0,0,0,0.08); /* 影をふんわり広げる */
  border-left: none; /* 既存の枠線を消す */
  border-right: none;
  border-bottom: none;
}

.service-card:hover {
  transform: translateY(-5px); /* 少し浮き上がる */
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* --- 画像エリア --- */
.card-img {
  margin: 0;
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #f0f0f0;
}

.card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-card:hover .card-img img {
  transform: scale(1.05); /* 画像ズーム効果 */
}

/* --- テキストコンテンツエリア --- */
.card-content {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1; /* 高さを揃えるために伸ばす */
}

.card-content h3 {
  font-size: 1.25rem;
  color: #333;
  margin: 0 0 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #68b36c; /* 緑色の下線 */
  display: inline-block;
}

.card-desc {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.7;
  margin-bottom: 20px;
  flex-grow: 1; /* ボタンを下揃えにするため余白を埋める */
}

/* --- ボタンリンクのデザイン --- */
/* HTML内のaタグにクラスがなくても効くように指定していますが、
   もしデザインが崩れる場合はHTMLのaタグに class="btn-outline" を追加してください
*/
.card-content a {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 12px;
  margin-top: 10px;
  border: 1px solid #68b36c; /* 緑色の枠線 */
  color: #68b36c;
  background: #fff;
  border-radius: 4px;
  font-weight: bold;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  position: relative;
}

/* 矢印アイコンを追加 */
.card-content a::after {
  content: "→";
  margin-left: 8px;
  transition: margin-left 0.3s;
}

/* ホバー時のボタン変化 */
.card-content a:hover {
  background: #68b36c;
  color: #fff;
opacity:1;
}

.card-content a:hover::after {
  margin-left: 12px;
}

/* --- 賃貸仲介のタグリスト --- */
.property-list {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed #ddd;
}

.property-list h4 {
  font-size: 0.85rem;
  color: #888;
  margin: 0 0 10px;
}

.tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tags li {
  font-size: 0.75rem;
  background: #f4f4f4;
  color: #555;
  padding: 5px 10px;
  border-radius: 3px;
margin: 0;
}

/* --- レスポンシブ調整 --- */
@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr; /* スマホは1列 */
    padding: 30px 15px;
  }
}

/* --- 全体の枠 --- */
.top-shop-wrap {
max-width: 1200px;
    margin: 0 auto;
    padding: 0px 2%;
    box-sizing: border-box;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
margin:70px auto 50px;
}

/* --- 各店舗のカード（グリッド設定） --- */
.top-shop-wrap-in {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px; /* 角丸 */
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
width:24%;
}

/* 最後のカードの下は余白なし */
.top-shop-wrap-in:last-child {
  margin-bottom: 0;
}

/* --- 1. 店舗名 (上段：左右ぶち抜き) --- */
.tenpo-mei {
  grid-column: 1 / -1; /* 横幅いっぱいに広げる */
  background-color: #68b36c; /* メインカラー */
  color: #fff;
  margin: 0;
  padding: 15px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}

/* --- 2. 店舗画像 (中段：左側) --- */
.shop-img {
  margin: 0;
  background: #eee;
}

.shop-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 枠いっぱいにトリミング表示 */
  vertical-align: bottom; /* 画像下の隙間消し */
}

.osu {
    padding: 10px 10px 13px;
    font-size: 14px;
    color: #333;
    margin: 0;
    text-align: center;
    border-top: 1px solid #eee;
}

/* --- スマホ対応 (縦並びに戻す) --- */
@media (max-width: 768px) {
  .top-shop-wrap-in {
    /* グリッドを1列に変更 */
    grid-template-columns: 1fr; 
    grid-template-rows: auto auto auto auto; /* タイトル / 画像 / 地図 / 住所 */
  }

  .shop-img, .iframe-content {
    height: 250px; /* スマホでの高さ調整 */
  }
}




/* --- 店舗グリッドレイアウト --- */
.store-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: start;
    margin: 20px auto 80px;
}

/* --- 店舗カードのデザイン --- */
.store-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px; /* 角丸 */
  box-shadow: 0 5px 15px rgba(0,0,0,0.03); /* ほんのり影 */
  overflow: hidden;
  transition: transform 0.3s ease;
}

.store-card:hover {
  transform: translateY(-5px); /* ホバーで少し浮く */
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* 店舗名ヘッダー */
.store-header {
  background-color: #fff;
  padding: 30px 20px 20px;
  text-align: center;
  border-bottom: 3px solid #68b36c; 
}

.store-header h3 {
  margin: 0;
  font-size: 1.4rem;
  color: #2c3e50;
}

.store-sub {
  font-size: 0.8rem;
  color: #999;
  margin: 5px 0 0;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* --- リンクボタンのリスト --- */
.link-list {
  padding: 20px;
}

/* SUUMOボタンのデザイン */
.suumo-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  margin-bottom: 10px;
  background-color:#f7f6f4;
  border: 1px solid #ddd;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.suumo-btn:last-child {
  margin-bottom: 0;
}

.suumo-btn .arrow {
  font-size: 1.1rem;
  transition: transform 0.3s ease;
  color:#68b36c;
}

/* ボタンホバー時 */
.suumo-btn:hover {
  background-color:#68b36c; /* 濃い紺色 */
  color: #fff;
  border-color:#68b36c;
opacity:1;
}

.suumo-btn:hover .arrow {
  color: #fff;
  transform: translateX(5px); /* 矢印が右に動く */
}

/* --- レスポンシブ対応 (スマホ) --- */
@media (max-width: 900px) {
  .store-grid {
    grid-template-columns: repeat(2, 1fr); /* タブレットは2列 */
  }
}

@media (max-width: 600px) {
  .store-grid {
    grid-template-columns: 1fr; /* スマホは1列 */
  }
  
  .hero-properties {
    height: 180px;
  }
  
  .hero__title {
    font-size: 1.8rem;
  }
}



#footer i{
    color: #68b36c;
}
.referral-wrap6{
padding: 10px 0 60px;
}
.referral-wrap6{
padding: 10px 0 60px;
}
table.ouchi-table{
margin:40px auto 0;
}
table.ouchi-table th.usuku{
    background:#f0efed;
    color: #333;
}
table.ouchi-table td.usuku2{
    background: #f7f6f4;
    color: #333;
}
table.ouchi-table th{
background:#68b36c;
color:#fff;
}
.referral-wrap5{
padding:60px 0 20px;
}
.referral-center img{
width:20%;
}
.referral-center{
    text-align: center;
    background: #68b36c;
    padding:10px 0 0;
}
.btns{
display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 300px;
    padding: .9em 0;
    border: 1px solid #68b36c;
    border-radius: 5px;
    background-color: #68b36c;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin: 30px auto 40px;
    box-sizing: border-box;
}
.btns::after {
    transform: rotate(135deg);
    width: 10px;
    height: 10px;
    margin-left:10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}
.btns::before{
    transform: rotate(135deg);
    width: 10px;
    height: 10px;
    margin-right:10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}
ul.referral-ul{
padding:10px 30px 13px;
}
h4.referral-h4{
margin: 0;
    padding: 10px 0;
    text-align: center;
    background: #68b36c;
    color: #fff;
}
.referral-warap{
display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px auto 0px;
}
.referral-warap-in{
    width: 32%;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin: 0 0 30px;
}
.sanhapi-casewrap-in2{
padding:35px 4% 15px;
}
.sanhapi-casewrap-in1 h4{
color: #fff;
    margin: 8px auto 0;
    text-align: center;
}
.sanhapi-casewrap-in1 p{
background: #fff;
    padding: 3px 25px;
    border-radius: 20px;
    font-size: 14px;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
}
.sanhapi-casewrap-in1{
  background:#68b36c;
  position:relative;
    padding:15px 0 0;
}

/* 下向き三角形 */
.sanhapi-casewrap-in1::after{
  content:"";
  position:absolute;
  left:0;
bottom:-29px;
  width:100%;
  height:30px;
  background:#68b36c;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0); /* Safari 用 */
}
.referral-wrap4{
padding:0 0 30px;
}
#ouchi-referral{
padding:10px 0 0;
}
h3.referral-pink-back{
margin: 0px 0 3px;
}
.catch {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.catch:before, .catch:after {
  border-top: 1px solid;
  content: "";
  width: 3em; /* 線の長さ */
}
.catch:before {
  margin-right: 1em; /* 文字の右隣 */
}
.catch:after {
  margin-left: 1em; /* 文字の左隣 */
}
.referral-wrap3{
background:#f7f6f4;
padding:60px 0 60px;
}
.sanhapi-casewrap{
display:flex;
flex-wrap:wrap;
justify-content:space-between;
margin:30px auto 60px;
}
.sanhapi-casewrap-in{
width:32%;
background:#fff;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.referral-wrap2{
margin:0 auto 20px;
max-width:780px;
}
.referral-wrap1{
    max-width: 800px;
    margin: 30px auto 50px;
    display: block;
    overflow: hidden;
}
p.ouchi-lead{
text-align:center;
}
.balloon-chat {
    display: flex;
    flex-wrap: wrap;
    width:100%;
}
.balloon-chat.left {
    flex-direction: row;
}

.icon-img {
    width: 100px;
    height: 100px;
}
.left .chatting::after {
    left: -15px;
}
.right .chatting::after {
    right: -15px;
}
.chatting{
    position: relative;
    display: inline-block;
    margin:27px 20px 10px;
    padding: 10px 20px;
    background: #f7f6f5;
    text-align: left;
    border-radius: 12px;
    width: calc(100% - 280px);
}
.chatting::after {
    content: "";
    border: 15px solid transparent;
    border-top-color: #f7f6f5;
    position: absolute;
    top: 10px;
}
.balloon-chat.right {
    flex-direction: row-reverse;
}
.archive p.txt_date{
margin:5px 0 -8px;
}
span.voice-naiyou.case_purchase{
background:#68b36c;
color:#fff;
}
span.voice-naiyou.case_demolition{
background:#e4a861;
color:#fff;
}
span.voice-naiyou.case_buying{
background:#7968B3;
color:#fff;
}
span.voice-naiyou.case_sale{
background:#CC3F6F;
color:#fff;
}
span.voice-naiyou.case_loan{
background:#E3C962;
color:#fff;
}
span.voice-naiyou.case_renovation{
background:#5ea8dd;
color:#fff;
}
span.voice-naiyou{
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgb(255, 255, 255, 0.95);
    padding: 5px 10px;
    font-weight: 500;
    letter-spacing: 1px;
color:#333;
}
.item-img.voice{
position:relative;
}
.archive-three{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.archive-three a{
display: block;
    width: 32%;
    text-align: center;
margin:0 0 40px;
padding:0 0 10px;
}
.archive-three a:hover{
text-decoration:none;
}
.archive-three a h3{
    font-weight: normal;
    margin:8px auto 0;
    font-size: 18px;
    text-align: left;
    padding: 0 3%;
}
.slick-slider#js-slider2 li a:hover, .slick-slider#js-slider3 li a:hover{
text-decoration:none;
}
p.txt{
padding:0;
}
p.txt_date{
font-size: 15px;
    padding: 0;
    margin: 5px 0 0;
}
.top-voice .pho{
position:relative;
}
.top-voice .pho span.case_purchase{
color: #fff;
background:#68b36c;
}
.top-voice .pho span.case_demolition{
color: #fff;
background:#e4a861;
}
.top-voice .pho span.case_buying{
color: #fff;
background:#7968B3;
}
.top-voice .pho span.case_sale{
color: #fff;
background:#CC3F6F;
}
.top-voice .pho span.case_loan{
color: #fff;
background:#E3C962;
}
.top-voice .pho span.case_renovation{
color: #fff;
background:#5ea8dd;
}
.top-voice .pho span{
position: absolute;
    top: 10px;
    left: 10px;
    background:rgb(255,255,255,0.95);
    padding: 5px 10px;
    font-weight: 500;
    letter-spacing: 1px;
}
.comTable th{
    background: #68b36c;
    color: #fff;
}
p.thanks-lead,  .thanks-info p, p.thanks-sub{
text-align:center;
margin-bottom:20px;
}
.kakunin-bottom-wrap input.wpcf7-back, div.wpcf7 .kakunin-bottom-wrap input.wpcf7-submit{
    margin:0px auto 0px;
}
.wpcf7-spinner{
display:none;
}
.kakunin-bottom-wrap p{
    display:flex;
}
#kaknin{
    max-width:900px;
    margin: 0 auto;
    background: #f7f6f4;
    padding: 20px 2%;
    margin: 50px auto 50px;
    border-radius: 20px;
    border: 3px solid #dddcda;
    position: relative;
}
input.wpcf7-back{
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
    width: 300px;
    height: 66px;
    margin: 40px auto 0px;
    display: block;
    border-radius: 10px;
    color: #fff;
    border: none;
    background: #68b36c;
}
.faq-wrap{
padding:10px 0 80px;
}
.shop-con-r div.iframe-content {
    position: relative;
    width: 100%;
    padding: 45% 0 0 0;
    margin: 5px auto 5px;
}
.shops1-in h3{
border-left: 5px solid #68b36c;
    padding: 3px 10px 5px;
    margin: 15px auto 20px;
}
.shop-con-r p{
padding:0;
}
.shop-con{
display:flex;
flex-wrap:wrap;
justify-content:space-between;
}
.shop-con-l{
width:48%;
}
.shop-con-r{
width:48%;
}
a.gaibu-link{
display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 250px;
    padding: .9em 2em;
    border: 1px solid #68b36c;
    border-radius: 5px;
    background-color: #68b36c;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin: 30px auto 40px;
}
.flow-inwrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border: 6px solid #81c0e9;
    border-radius: 10px;
    padding: 20px 7% 20px 2%;
}
.flow-inwrap.b{
border: 6px solid #fbd375;
}
.flow-inwrap-r p{
font-size:20px;
letter-spacing:0.2px;
}
.flow-inwrap{
    display: flex;
    flex-wrap: wrap;
justify-content:space-between;
align-items:center; 
}
.flow-inwrap-l{
width:38%;
}
.flow-inwrap-r{
width:60%;
}
ul.flow dd img {
    display: block;
    width:100%;
}
ul.flowul {
padding: 0; 
}
ul.flow li {
  list-style-type: none;
}
ul.flow dd {
  margin-left: 0;
font-size:15px;
}

.flow {
  padding-left: 120px;
  position: relative;
margin:40px 0;
}
.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background:#f7f6f4;
margin-left:20px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}
.flow > li {
  position: relative;
list-style: none;
}
.flow > li .icon {
font-size:16px;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 100;
background: linear-gradient(to right, #af1e29, #c4363a);
}
.flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
border-color:transparent transparent transparent #c4363a;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flow > li dl {
padding-left:66px;
  position: relative;
}
.flow > li dl::before,
.flow > li dl::after {
  content: "";
  display: block;
position:absolute;
top:22px;
}
.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background:#A1051D;
border-radius:50%;
left:9px;
top:22px;
}
.flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
left:12px;
}
.flow > li dl dt {
color:#A1051D;
margin: 10px 0 10px 10px;
padding-top: 8px;
}
.shops1-in{
width: 100%;
background:#f7f6f4;
    border: 2px dotted #dddcda;
    border-radius: 5px;
    padding:20px 2% 40px;
    box-sizing: border-box;
    margin: 0 auto 40px;
}
.page-wrap{
padding:10px 0 100px;
}
h3.staff-name{
margin:5px auto 0;
}
p.staff-furigana{
font-family: "Montserrat", serif;
    font-size: 18px;
    color: #68b36c;
    line-height: 100%;
    margin: 0 auto 0px;
    font-weight: 400;
}
p.staff-yakushoku{
margin:0 auto 10px;
}
.s-wrap-in1 th{
    background: #5ea8dd;
    color: #fff;
    font-weight: 500;
width: 114px;
box-sizing:border-box;
}
.s-wrap-in1 td{
background:#fff;
}
.staff-t-wrap{
max-width: 1160px;
    margin: 30px auto 70px;
    padding: 40px 20px;
    box-sizing: border-box;
    border: 1px solid;
}
.s-wrap-in1{
display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 3%;
    background: #f7f6f4;
    border: 2px dotted #dddcda;
    border-radius: 5px;
    padding: 20px;
    box-sizing: border-box;
margin:0 auto 40px;
}
.s-wrap-in1-l{
width: 33%;
}
.s-wrap-in1-l img{
border-radius:50%;
display:block;
}
.s-wrap-in1-r{
width:64%;
}
.tabs {
    max-width:1160px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  }

  /* タブリスト */
  .tablist {
    display: flex;
    padding: 4px;
    margin: 0;
    list-style: none;
    background:#f7f6f4;
    border-bottom: 1px solid #ddd;
    border-radius: 8px 8px 0 0;
  }

  .tab {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 12px 16px;
    font-weight: 600;
    color: #666;
    border-radius: 6px;
    transition: background 0.2s, color 0.2s;
	 width:33.3333%;
	 font-size: 20px;
    letter-spacing:1px;
  }

  .tab[aria-selected="true"] {
    background: #68b36c;
    color: #fff;
	 line-height:130%;
  }

  .tab:focus-visible {
    outline: 2px solid #0078ff;
    outline-offset: 2px;
  }

  /* タブパネル */
  .tabpanel {
    padding:40px 20px 20px ;
    min-height: 160px;
  }

  .tabpanel[hidden] {
    display: none;
  }

.privacy-policy-wrap{
padding:1px 0 80px;
}
img.con-img2{
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 20%;
}
img.con-img3{
    position: absolute;
    display: block;
    bottom: 0;
right: 0;
    width:19%;
}
.line-wrap-in{
margin:20px auto 40px;
}
.line-wrap{
max-width: 1100px;
    margin: 0 auto;
    background: #f7f6f4;
    padding: 20px 2%;
    margin:100px auto 50px;
    border-radius: 20px;
    border: 3px solid #dddcda;
    text-align:center;
    position:relative;
}
.center{
text-align:center;
}
.line-wrap p span.tfo {
    background: #06c755;
    color: #fff;
    padding: 5px 10px;
    margin-right: 10px;
    font-weight: bold;
}
.line-wrap p span.llo {
    color: #06c755;
    font-weight: bold;
}
.form-wrap h2{
    text-align: center;
    margin: 30px auto 40px;
    font-size: 30px;
}
.line-wrap h2{
    margin: 30px auto 20px;
    font-size: 30px;
}
.page-wrap{
padding:10px 0 80px;
}
:root{
  --brand:#004680;
  --title-shadow:0 4px 24px rgba(0,0,0,.25);
  --radius: clamp(10px, 1.5vw, 16px);
}

/* セクション全体が背景画像。高さは可変 */
.hero{
position: relative;
    place-items: center;
    color: #fff;
    background-image: url(https://ouchihiroba.com/wp-content/uploads/2025/11/0218efccfa565d4d2ee80984bd2a639e.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 1800 / 320;
}
/* タイトルの読みやすさ確保（ガラス風パネル & 影） */
.hero__title{
  margin: 0;
  font-weight:700;
  line-height: 1.25;
  text-align: center;
  letter-spacing: .02em;
  font-size: clamp(20px, 2.7vw, 60px);
  border-radius: var(--radius);
  box-shadow: var(--title-shadow);
  /* 透過パネル（背景が明るくても暗くても読める） */
  background: color-mix(in oklab, #000 18%, transparent);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
background:linear-gradient(0deg, rgba(255, 255, 255, .22), rgba(255, 255, 255, .22));
  border: 1px solid rgba(255,255,255,.28);
position: absolute;
    top:47%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
text-shadow: rgb(51, 51, 51) 2px 0px 0px,
             rgb(51, 51, 51) 1.75517px 0.958851px 0px,
             rgb(51, 51, 51) 1.0806px 1.68294px 0px,
             rgb(51, 51, 51) 0.141474px 1.99499px 0px,
             rgb(51, 51, 51) -0.832294px 1.81859px 0px,
             rgb(51, 51, 51) -1.60229px 1.19694px 0px,
             rgb(51, 51, 51) -1.97998px 0.28224px 0px,
             rgb(51, 51, 51) -1.87291px -0.701566px 0px,
             rgb(51, 51, 51) -1.30729px -1.5136px 0px,
             rgb(51, 51, 51) -0.421592px -1.95506px 0px,
             rgb(51, 51, 51) 0.567324px -1.91785px 0px,
             rgb(51, 51, 51) 1.41734px -1.41108px 0px,
             rgb(51, 51, 51) 1.92034px -0.558831px 0px;
min-width: 25vw;
    padding: 2.5vh 5vw;
    box-sizing: border-box;
}


.sab-title{
text-align: center;
    font-size: 5vw;
    line-height: 120%;
    margin: 40px auto -80px;
    color: #f7f6f4;
    font-weight: 700;
}
.sab-title.b{
color:#fff;
}
.hero_section h1{
color:#fff;
}
.mokuji a{
display:block;
width:fit-content;
    line-height: 220%;
font-weight:bold;
}
h2.mokuji_h2{
    font-size: 25px;
    margin: 15px 0px 10px 0px;
    letter-spacing: 1px;
}
.mokuji{
border: 2px solid #333;
    border-radius: 10px;
    padding: 10px 30px 30px;
    max-width: 600px;
    margin:30px auto 40px;
}
.tab-section {
  --accent: #0073e6;          /* タブのアクセントカラー */
  --bg: #f7f8fa;              /* 背景色 */
  --text: #333;
  --border: #d1d5db;
  --radius: 0.6rem;

  max-width: 900px;
  margin: 2rem auto;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--text);
}

/* ラジオボタンは非表示 */
.tab-section input[type="radio"] {
  display: none;
}

/* ============ タブ見出し ============ */
.tab-header {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid var(--border);
  gap:0;
}
.tab-btn {
  flex: 1;
  text-align: center;
  padding: 0.7rem 1rem;
  border: 1px solid var(--border);
  border-bottom: none;
  border-radius: var(--radius) var(--radius) 0 0;
  background:#f7f6f4;
  color: var(--text);
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
}
.tab-btn:hover {
  background:#68b36c;
color:#fff;
}

/* 選択中タブ */
#tab1:checked ~ .tab-header label[for="tab1"],
#tab2:checked ~ .tab-header label[for="tab2"],
#tab3:checked ~ .tab-header label[for="tab3"],
#tab4:checked ~ .tab-header label[for="tab4"] {
color: #fff;
    border-color: #68b36c;
    border-bottom: 2px solid #68b36c;
    z-index: 2;
    background: #68b36c;
}

/* ============ タブ内容 ============ */
.tab-content {
  display: none;
  border: 1px solid var(--border);
  border-radius: 0 var(--radius) var(--radius) var(--radius);
  background: #fff;
  padding:40px 3% 40px;
  margin-top: -1px; /* 枠線を自然に接続 */
}

/* 選択中の内容を表示 */
#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block;
}
}



.foot-tel{
color: #68b36c;
    display: block;
    font-size: 3.4vw;
    margin: 20px 0 25px 3%;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
}
img{
max-width:100%;
}

.top-news{
padding:20px 0 50px;
position:relative;
}
.top-voice{
padding:20px 0 50px;
background:#f7f6f4;
}
.form-wrap{
    max-width: 1100px;
    margin: 0 auto;
    background: #f7f6f4;
    padding: 20px 2%;
    margin: 50px auto 50px;
    border-radius:20px;
    border:3px solid #dddcda;
position:relative;
}
.top-buttom-warp{
margin-left:22vw;
width:70%;
}
.button-30 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 250px;
    padding: .9em 2em;
    border: 1px solid #68b36c;
    border-radius: 5px;
    background-color: #fff;
    color:#68b36c;
font-size: 20px;
    font-weight: 600;
    margin: 30px auto 40px;
}

.button-30:hover {
    animation: anima-button-30 1s;
color:#68b36c;
text-decoration:underline;
}

@keyframes anima-button-30 {
    0% {
        box-shadow: 0 0 0 0 rgb(243 255 0 / 50%);
    }
    100% {
        box-shadow: 0 0 0 1.2em rgb(0 0 0 / 0%);
    }
}

.button-30::after {
    transform: rotate(45deg);
    width:10px;
    height:10px;
    margin-left: 10px;
    border-top: 2px solid #68b36c;
    border-right: 2px solid #68b36c;
    content: '';
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 250px;
    padding: .9em 2em;
    border: 1px solid #68b36c;
    border-radius: 5px;
    background-color:#68b36c;
    color:#ffffff;
font-size: 20px;
    font-weight: 600;
    margin: 30px auto 40px;
}

.btn:hover {
animation: btn 1s;
color:#68b36c;
text-decoration:underline;
color:#fff;
}

@keyframes btn {
    0% {
        box-shadow: 0 0 0 0 rgb(243 255 0 / 50%);
    }
    100% {
        box-shadow: 0 0 0 1.2em rgb(0 0 0 / 0%);
    }
}
.btn::after {
    transform: rotate(45deg);
    width:10px;
    height:10px;
    margin-left: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}



p.top-p1{
margin-left: 24vw;
    width: 70%;
    font-size: 1.8vw;
    letter-spacing: 0.05vw;
    font-weight: 500;
}

/* 背景と余白（任意） */
.nagareru-wrap {
  background: #68b36c; /* お好みで */
  padding: 32px 0;
  overflow: hidden;
}

/* Slick 基本調整：縦を揃えるためにflexにする */
#slider-nagareru .slick-track {
  display: flex;
  align-items: stretch;
  align-items: center;
}

/* 各スライド共通のフレーム */
#slider-nagareru .slide {
  position: relative;
  margin: 0 12px; /* スライド間の余白 */
  overflow: hidden;
}

/* 画像はフレームにフィット */
#slider-nagareru .slide img {
  width: 100%;
  height: 100%;
  display: block;
}

/* 比率の違いを“幅”で表現（お好みで増減OK） */
#slider-nagareru .is-portrait {
  width: clamp(180px, 18vw, 320px); /* 縦長 */
}
#slider-nagareru .is-square {
  width: clamp(240px, 24vw, 420px); /* 正方形 */
}
#slider-nagareru .is-landscape {
  width: clamp(360px, 36vw, 640px); /* 横長 */
}

/* スマホ調整 */
@media (max-width: 767px) {
  #slider-nagareru .slide {
    margin: 0 8px;
    border-radius:5px;
  }
  #slider-nagareru .is-portrait {
    width: clamp(140px, 44vw, 240px);
  }
  #slider-nagareru .is-square {
    width: clamp(180px, 54vw, 300px);
  }
  #slider-nagareru .is-landscape {
    width: clamp(240px, 72vw, 420px);
  }
}

/* ---- 基本（お好みで既存のCSSに合わせてOK） ---- */
:root {
  --green: #68b36c; /* おうち広場グリーン */
  --light: #ffffff; /* 明るい側の色（背景下側） */
}

/* 角度と切り替え位置はここだけ触ればOK */
.diag {
  --angle: -16deg; /* 斜め角度（-12〜-16degあたりが使いやすい） */
  --cut: 74%; /* どこで色を切り替えるか（%） */
  padding: clamp(48px, 8vw, 60px) 0;
  position: relative;
}

/* 背景の斜め2色切り替え（見た目の土台） */
.diag--green {
  /* 背景2色 */
  --bg-top: var(--green); /* 斜めの上側（angle に沿った始点側） */
  --bg-bottom: var(--light); /* 斜めの下側 */
  background: linear-gradient(
    var(--angle),
    var(--bg-top) 0%,
    var(--bg-top) var(--cut),
    var(--bg-bottom) var(--cut),
    var(--bg-bottom) 100%
  );
}

/* 中身のレイアウト */
.diag__inner {
  margin: auto;
  padding: 0 16px;
}

.split-heading {
  font-size: 3.7vw;
  line-height: 1.2;
  margin: 0 0 0.4em 24vw;
  font-weight: 800;
  --text-top: #ffffff;
  --text-bottom: var(--green);
  background: linear-gradient(
-16deg,
  #ffffff 0%,
  #ffffff 38%,
  #68b36c 38%,
  #68b36c 100%
);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lead {
  color: #222;
  margin: 0 0 1.2em;
  line-height: 1.8;
}



/* 省エネ（動きがある場合の配慮：今回は無しだが雛形） */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition: none !important;
  }
}



.footer-inner-in1-1 img{
width:250px;
}
.footer-inner-in2{
padding-top:20px;
margin: 0 auto 50px;
    width: 100%;
    text-align: center;
border-top:1px solid #d0cfcd;
}
ul.foot-menu2 li{
list-style: none;
display:inline-block;
border-right:1px solid #d0cfcd;
    margin:0;
    padding:0 20px;
}
ul.foot-menu2 li:last-child{
border-right:none;
}
.footer-inner-in1 li{
    list-style: none;
    margin: 0 0 10px 0;
}
.footer-inner-in1 li a:hover{
text-decoration:underline;
}
a.info-btn{
	background: #68b36c;
    color: #fff;
    display: block;
    text-align: center;
    margin: 30px auto;
    padding: 13px;
    border-radius: 10px;
    font-size: 19px;
    letter-spacing: 1px;
    width: 260px;
    margin: 20px 0;
position:relative;
}
a.info-btn i{
position: absolute;
    margin: 0;
    right: 25px;
    top: 16px;
    font-size: 23px;
}
footer img{
width:100%;
}
.footer-inner-in1{
display:flex;
flex-wrap:wrap;
gap:2%;
width:100%;
margin:0 0 32px;
}
.footer-inner-in1-1{
width:33%;
box-sizing:border-box;
padding-right: 4%;
}
.footer-inner-in1-2{
width:20.33333333%;
}
.footer-inner-in1-3{
width:20.33333333%;
}
.footer-inner-in1-4{
width:20.33333333%;
}
.hero_in_in a{
display: block;
    text-align: center;
    color: #fff;
    max-width: 320px;
    margin: 0 auto;
    padding: 1.5vh 0;
    font-size: 20px;
    font-weight: bold;
    border-radius: 6px;
    box-sizing: border-box;
}
.hero_in_in a i{
margin-left:8px;
}
.hero_in.a .hero_in_in a{
background:#68b36c;
border-bottom:6px solid #49944e;
}
.hero_in.b .hero_in_in a{
background: #CC3F6F;
    border-bottom: 6px solid #A83259;
}
.hero_in.c .hero_in_in a{
background:#5ea8dd;
border-bottom:6px solid #4b95ca;
}
.hero_in.d .hero_in_in a{
background:#e4a861;
border-bottom:6px solid #d0964d;
}
.hero_in h2{
margin:-28px 0 0 113px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
}
.hero_in.a h2{
text-shadow: #dbffdb 3px 0px 0px, #dbffdb 2.83487px 0.981584px 0px, #dbffdb 2.35766px 1.85511px 0px, #dbffdb 1.62091px 2.52441px 0px, #dbffdb 0.705713px 2.91581px 0px, #dbffdb -0.287171px 2.98622px 0px, #dbffdb -1.24844px 2.72789px 0px, #dbffdb -2.07227px 2.16926px 0px, #dbffdb -2.66798px 1.37182px 0px, #dbffdb -2.96998px 0.42336px 0px, #dbffdb -2.94502px -0.571704px 0px, #dbffdb -2.59586px -1.50383px 0px, #dbffdb -1.96093px -2.27041px 0px, #dbffdb -1.11013px -2.78704px 0px, #dbffdb -0.137119px -2.99686px 0px, #dbffdb 0.850987px -2.87677px 0px, #dbffdb 1.74541px -2.43999px 0px, #dbffdb 2.44769px -1.73459px 0px, #dbffdb 2.88051px -0.838247px 0px, 3px 5px 6px rgba(0, 0, 0, 0.2);
}
.hero_in.b h2{
text-shadow: #FFE9F2 3px 0px 0px, #FFE9F2 2.83487px 0.981584px 0px, #FFE9F2 2.35766px 1.85511px 0px, #FFE9F2 1.62091px 2.52441px 0px, #FFE9F2 0.705713px 2.91581px 0px, #FFE9F2 -0.287171px 2.98622px 0px, #FFE9F2 -1.24844px 2.72789px 0px, #FFE9F2 -2.07227px 2.16926px 0px, #FFE9F2 -2.66798px 1.37182px 0px, #FFE9F2 -2.96998px 0.42336px 0px, #FFE9F2 -2.94502px -0.571704px 0px, #FFE9F2 -2.59586px -1.50383px 0px, #FFE9F2 -1.96093px -2.27041px 0px, #FFE9F2 -1.11013px -2.78704px 0px, #FFE9F2 -0.137119px -2.99686px 0px, #FFE9F2 0.850987px -2.87677px 0px, #FFE9F2 1.74541px -2.43999px 0px, #FFE9F2 2.44769px -1.73459px 0px, #FFE9F2 2.88051px -0.838247px 0px, 3px 5px 6px rgba(0, 0, 0, 0.2);
}
.hero_in.c h2{
text-shadow: #E9F5FF 3px 0px 0px, #E9F5FF 2.83487px 0.981584px 0px, #E9F5FF 2.35766px 1.85511px 0px, #E9F5FF 1.62091px 2.52441px 0px, #E9F5FF 0.705713px 2.91581px 0px, #E9F5FF -0.287171px 2.98622px 0px, #E9F5FF -1.24844px 2.72789px 0px, #E9F5FF -2.07227px 2.16926px 0px, #E9F5FF -2.66798px 1.37182px 0px, #E9F5FF -2.96998px 0.42336px 0px, #E9F5FF -2.94502px -0.571704px 0px, #E9F5FF -2.59586px -1.50383px 0px, #E9F5FF -1.96093px -2.27041px 0px, #E9F5FF -1.11013px -2.78704px 0px, #E9F5FF -0.137119px -2.99686px 0px, #E9F5FF 0.850987px -2.87677px 0px, #E9F5FF 1.74541px -2.43999px 0px, #E9F5FF 2.44769px -1.73459px 0px, #E9F5FF 2.88051px -0.838247px 0px, 3px 5px 6px rgba(0, 0, 0, 0.2);
}
.hero_in.d h2{
text-shadow: #FFF3E3 3px 0px 0px, #FFF3E3 2.83487px 0.981584px 0px, #FFF3E3 2.35766px 1.85511px 0px, #FFF3E3 1.62091px 2.52441px 0px, #FFF3E3 0.705713px 2.91581px 0px, #FFF3E3 -0.287171px 2.98622px 0px, #FFF3E3 -1.24844px 2.72789px 0px, #FFF3E3 -2.07227px 2.16926px 0px, #FFF3E3 -2.66798px 1.37182px 0px, #FFF3E3 -2.96998px 0.42336px 0px, #FFF3E3 -2.94502px -0.571704px 0px, #FFF3E3 -2.59586px -1.50383px 0px, #FFF3E3 -1.96093px -2.27041px 0px, #FFF3E3 -1.11013px -2.78704px 0px, #FFF3E3 -0.137119px -2.99686px 0px, #FFF3E3 0.850987px -2.87677px 0px, #FFF3E3 1.74541px -2.43999px 0px, #FFF3E3 2.44769px -1.73459px 0px, #FFF3E3 2.88051px -0.838247px 0px, 3px 5px 6px rgba(0, 0, 0, 0.2);
}
.hero_in.a{
background:#dbffdb;
}
.hero_in.b{
background:#FFE9F2;
}
.hero_in.c{
background:#E9F5FF;
}
.hero_in.d{
background:#FFF3E3;
}
.hero_in_in{
background:#fff;
padding:20px;
}
.hero_in{
width:48.5%;
box-sizing:border-box;
position:relative;
margin:0 0 7vh;
padding:0 30px 30px;
border-radius:10px;
}
.hero_in img{
position: absolute;
    left: 0;
top:-60px;
}
.hero_section-in{
display:flex;
flex-wrap:wrap;
gap:3%;
margin:7vh auto 0;
max-width:1080px;
}

p.con1{
font-family: 'Zen Maru Gothic', sans-serif;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 36px;
}
.hero_section h1{
font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
    font-size: 71px;
    text-align: center;
margin:7vh auto 0;
line-height:120%;
}
.hero_section h1 .chimei{
font-family: 'Noto Sans JP', sans-serif;
    border: 2px solid #fff;
    font-weight: 500;
    font-size: 28px;
    padding: 2px 10px 4px;
    margin: 0 4px;
}
.hero_in.a .mascot{
width:128px;
}
.hero_in.b .mascot{
width:128px;
}
.hero_in.c .mascot{
width:144px;
}
.hero_in.d .mascot{
width:147px;
}
.mascot2{
  filter: drop-shadow(0 6px 16px rgba(0,0,0,.15));
  will-change: transform, filter;
display:block;
position:absolute;
bottom:-21%;
right:0;
width:24vw;
}
.mascot{
  filter: drop-shadow(0 6px 16px rgba(0,0,0,.15));
  will-change: transform, filter;
display:block;
position:absolute;
top:60px;
left:0;
width:25vw;
}
/* 1) ふわふわ浮遊 */
.float{ animation: float 4s ease-in-out infinite; }
@keyframes float{
  0%,100%{ transform: translateY(0) }
  50%{ transform: translateY(-8px) }
}
.hero_section{
background-image:url(https://ouchihiroba.com/wp-content/uploads/2025/10/pixta_92536954_L.jpg;);
background-position:bottom center;
height:calc(100vh - 83px);
background-size:cover;
background-repeat:no-repeat;
padding:1px 0 1px;
}

/* メールフォーム */
form.sent table.inquiry{
display:none;
}
form.sent > p.con-p2, form.sent > p.con-p2{
display:none;
}
form.sent p.con-p2, form.sent p.con-p2{
display:none;
}
table.inquiry{
border-top:1px solid #dddcda;
margin:30px auto;
}
table.inquiry tr{
border-bottom:1px solid #dddcda;
}
table.inquiry th{
border:none;
width:226px;
}
table.inquiry td{
border:none;
}
.nini{
background:#319cff;
padding: 2px 5px 4px;
    margin-right: 5px;
    color: #fff;
    font-size: 0.9em;
}
.hissu{
    background: #FF3C30;
    padding: 2px 5px 4px;
    margin-right: 5px;
    color: #fff;
    font-size: 0.9em;
}

/* slick */
.dots3 .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    margin: 6px;
    font-size: 0;
    padding: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    background:#bcbcbc;
    border-radius: 50%;
}
.dots3 .slick-dots .slick-active button{
background:#3D62AC;
}

.slick-dots li button:before{
display:none!important;
}
.dots3 .slick-dots {
    text-align: center;
    position: relative;
}
.dots3 .slick-dots li {
    display:inline-block;
}
.slick-slider#js-slider3{
margin:30px auto 0px;
    padding: 0;
}
#js-slider3 .slick-arrow {
width:60px;
height:60px;
border-radius:50%;
background-color:#68b36c;
cursor:pointer;
outline:none;
font-size:0;
position:absolute;
top:136px;
    z-index: 1;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
border:1px solid #fff;
}
#js-slider3 .slick-prev{
left:4%;
}
#js-slider3 .slick-next{
right:4%;
}
#js-slider3 .slick-next.slick-arrow::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #ffffff;
    border-width: 3px 3px 0 0;
    position: absolute;
top:24px;
    right: 24px;
    transform: rotate(45deg);
}
#js-slider3 .slick-prev.slick-arrow::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #ffffff;
    border-width: 3px 3px 0 0;
    position: absolute;
top:24px;
    left: 24px;
    transform: rotate(225deg);
}
#js-slider3 li{
margin: 0 10px 10px;
    width: 29vw;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
#js-slider3 li p.txt{
    background: #fff;
    padding:18px 2% 19px;
    border-radius: 0 0 5px 5px;
    text-align: left;
}
#js-slider3 li img{
width:100%;
height:auto;
}



/* slick */
.dots2 .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    margin:0;
    font-size: 0;
    padding: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    background:#bcbcbc;
    border-radius: 50%;
}
.dots2 .slick-dots .slick-active button{
background:#68b36c;
}

.slick-dots li button:before{
display:none!important;
}
.dots2 .slick-dots {
    text-align: center;
    position: relative;
margin:15px auto 40px;
}
.dots2 .slick-dots li {
    display:inline-block;
}
.slick-slider#js-slider2{
margin:30px auto 0px;
    padding: 0;
}
#js-slider2 .slick-arrow {
width:60px;
height:60px;
border-radius:50%;
background-color:#68b36c;
cursor:pointer;
outline:none;
font-size:0;
position:absolute;
top:136px;
    z-index: 1;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
border:1px solid #fff;
}
#js-slider2 .slick-prev{
left:4%;
}
#js-slider2 .slick-next{
right:4%;
}
#js-slider2 .slick-next.slick-arrow::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #ffffff;
    border-width: 3px 3px 0 0;
    position: absolute;
top:24px;
    right: 24px;
    transform: rotate(45deg);
}
#js-slider2 .slick-prev.slick-arrow::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #ffffff;
    border-width: 3px 3px 0 0;
    position: absolute;
top:24px;
    left: 24px;
    transform: rotate(225deg);
}
#js-slider2 li{
margin: 0 10px 10px;
    width: 29vw;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
#js-slider2 li p.txt{
    background: #fff;
    padding: 3px 2% 12px;
    border-radius: 0 0 5px 5px;
    text-align: left;
}
#js-slider2 li img{
width:100%;
height:auto;
}

#footer a i{
margin-right:3px;
}

.head-conwrap{
color:#fff;
}
.head-telwrap{
float: right;
    background: #319cff;
    border-radius: 0 0 10px 10px;
    padding: 0 25px 3px;
margin-right:1%;
    text-align: center;
height:70.20px;
}
.head-telwrap a{
color: #fff;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 100%;
margin-top:3px;
    display: block;
}
.head-telwrap a:hover{
color:#fff;
text-decoration:underline;
}
p.mainvisual-in-p1{
margin:16.5% 0 0 10%;
    color: #fff;
    font-weight: bold;
    font-size: 31px;
    letter-spacing: 2px;
}
.mainvisual-in{
position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
background:linear-gradient(to right, rgb(50, 155, 255, 0.7), rgb(6, 221, 255, 0.7));
    clip-path: polygon(0 0, 45% 0, 100% 31%, 41% 100%, 0 100%);
    height: 100%;
width:1250px;
}
.top-wrap1{
    padding: 60px 0 90px;
    background: linear-gradient(to bottom, rgb(50, 155, 255, 0.7), rgb(6, 221, 255, 0.7));
}
.top-wrap6{
background-image:url(https://tobutoru.com/wp-content/uploads/2024/08/23db50ad3d2c81ca708d1c9b7bcf63d6.jpg);
background-size:cover;
background-repeat:no-repeat;
padding:60px 0 50px;
}
.mainvisual-wrap{
    margin: 0;
    content: '';
    height: 100vh;
position:relative;
}
.mainvisual{
transform: scale(1);
    position: fixed;
    z-index: -1;
    inset: 0px;
    overflow: hidden;
}
.mainvisual img{
width: 100%;
}
#video-area video{
position: absolute;
    z-index: -1;
    top: 54.3%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 182.4vh;
    height: 56.25vw;
    min-height: 100%;
    min-width: 100%;
}
h4.cs-up{
border-bottom: 1px solid #000;
    color: #003b5e;
    padding: 8px 0;
}
h2.top.white{
color:#fff;
}
h2.top.white::after{
background:#fff;
}
h2.top{
position:relative;
text-align:center;
margin:40px auto 55px;
}
/* 線の描写 */
h2.top::after{
content: "";
position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 1px;
    height: 14px;
background:#333;
    animation: pathmove 2s ease-in-out infinite;
    opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:60px;
		opacity: 0;
	}
	30%{
		height:20px;
		opacity: 1;
	}
	100%{
		height:0;
		top:80px;
		opacity: 0;
	}
}
.top-flow h2{
margin:0 auto 150px;
}
h3.cs-up span{
font-size:44px;
}
h3.cs-up{
margin:-56px 0 0 0;
color:#003b5e;
}
.top-flow{
max-width:1400px;
margin:0 auto;
}
.top-flow-wrap{
background: #fff;
padding: 70px 0 90px;
margin:0 auto;
}
.zigyou-step{
}
.zigyou-step ul{
display:flex;
margin:0;
}
.zigyou-step ul li {
    position: relative;
    width: 20.5%;
    padding:0 3.5rem 2rem 1.5rem;
list-style:none;
margin:0;
}
.zigyou-step ul li:nth-child(1) {
background-color:#dcecff;
}
.zigyou-step ul li:nth-child(2) {
    background-color:#c8e2ff;
}
.zigyou-step ul li:nth-child(3) {
    background-color:#b4d7ff;
}
.zigyou-step ul li:nth-child(4) {
background-color:#9fccff;
}
.zigyou-step ul li:nth-child(5) {
    background-color:#8ac1ff;
}
.zigyou-step ul li:not(:first-child)::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translate(-98%, -50%);
    width: 3rem;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 100% 50%);
}
.zigyou-step ul li:nth-child(2):before {
    background-color:#c8e2ff;
}
.zigyou-step ul li:nth-child(3):before {
    background-color:#b4d7ff;
}
.zigyou-step ul li:nth-child(4):before {
    background-color:#9fccff;
}
.zigyou-step ul li:nth-child(5):before {
    background-color:#8ac1ff;
}
.he-left a{
display:block;
}
.header-inner{
max-width: 1280px;
    margin: 0 auto;
    padding: 0 2%;
    height: 100%;
}
.dots3 .slick-dots {
    text-align: center;
margin:15px auto 40px;
}
.dots3 .slick-dots li {
    display: inline-block;
    margin: 5px 22px;
}
.dots3 .slick-dots .slick-active button {
    background: #53a658;
}
.dots3 .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    margin:0;
    font-size: 0;
    padding: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    background:#ddd;
    border-radius: 50%;
}
.dots3 .slick-dots .slick-active button {
    background:#ffffff;
}

.slider-nagareru-wrap{
z-index: 1;
    position: relative;
    clear: both;
    width: 100%;
    margin: -1px auto 0;
    padding: 25px 0;
}
.slider-nagareru-wrap-wrap{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
width:100%;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#slider-nagareru.riyuu-slider li {
margin:0 5px;
}
#slider-nagareru.riyuu-slider li img{
border-radius:10px;
}

.inner-wrap{
max-width:1200px;
margin:0 auto;
}
.he-left{
margin:14px 2% 14px 2%;
    float: left;
    z-index: 100;
    position: relative;
    max-width: 190px;
    line-height: 0;
}
.he-left img{
width:100%;
}

span.new{
    position: absolute;
    background: #ffff11;
    color: #333;
    font-size: 15px;
    padding: 4px 10px 3px 18px;
    right: 0;
    top: 15px;
    font-family: "Lato", sans-serif;
}
.top-post-ul li{
width:31%;
list-style:none;
}
.top-post-ul{
display:flex;
flex-wrap:wrap;
margin:40px auto 50px;
    z-index: 100;
    position: relative;
}
.slider-3 .slick-slide {
width:330px;
height:390px;
margin:0 20px;
position: relative;
  overflow: hidden;
padding:20px 15px;
box-sizing:border-box;
}
.slider-3 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-3 .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
top:145px;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.slider-3 .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #004680;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
}
.slider-3 .slick-next {
  right: 0;
}
.slider-3 .slick-prev {
  left: 0;
}
.slider-3 .slick-next::before {
  left: 20px;
}
.slider-3 .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}
.dots-3 .slick-dots {
  text-align: center;
margin:20px auto 37px;
}
.dots-3 .slick-dots li {
  display: inline-block;
    margin:5px 22px;
}
.dots-3 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
background:#fff;
  border-radius: 50%;
}
.dots-3 .slick-dots .slick-active button {
  background:#004680;
}

div.wpcf7 input.wpcf7-submit {
cursor: pointer;
    font-weight: bold;
    font-size: 20px;
    letter-spacing:2px;
    width: 300px;
    height: 66px;
    margin: 40px auto 0px;
    display: block;
    border-radius: 10px;
    color: #fff;
    border: none;
    background: #68b36c;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color:#319cff!important;
font-size:17px;
padding:20px 15px;
}
div.wpcf7 input.wpcf7-submit:hover {
opacity:0.7;
}

div.iframe-content2{
position:relative;
width: 100%;
padding:56.25% 0 0 0;
}

div.iframe-content2 iframe{
position: absolute;
top:0;
left:0;
width:100%;
height:100%;
}
.acd-content-in-qa p{
font-size:15px;
}
p.qa-naiyou{
padding: 20px;
margin: 0 0 0 60px;
border-top: 2px solid #ebecf2;
font-weight:normal;
}
p.qa-naiyou:before{
content: "Q.";
padding: 20px;
margin: 0 20px 0 0;
border-top: 2px solid #008344;
position: absolute;
left: 0;
top:0;
font-family: 'STIX Two Math', serif;
font-size:25px;
}
.faq{
margin: 50px auto 40px;
    max-width: 900px;
    background: #fff;
    padding: 40px 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.sensen{
height:2px;
content:"";
background:#ebecf2;
}
.faq-wrap{
padding:10px 0 10px;
}
.acd-check-qa {
display:none;
}
.acd-label-qa {
display: block;
padding: 0px 0 0px 20px;
background-position: top 11px left 8px;
text-align: left;
font-size: 16px;
font-weight: bold;
position: relative;
margin-top: 0px;
background-repeat: no-repeat;
background-size: 37px;
line-height: 140%;
}
.acd-label-qa:after {
font-family: "Font Awesome 5 Free";
content: '\f067';
font-weight: 700;
position: absolute;
right: 26px;
top:24px;
color:#008344;
}
.acd-content-qa{
height: 0;
opacity: 0;
padding: 0;
transition: .4s;
visibility: hidden;
}
.p-entry__body .acd-content-qa p {
margin: 0;
line-height: 160%;
font-size: 15px;
}
.acd-check-qa:checked + .acd-label-qa:after{
font-family: "Font Awesome 5 Free";
content: '\f068';
font-weight: 700;
}
.acd-check-qa:checked + .acd-label-qa + .acd-content-qa{
height:auto;
opacity:1;
visibility:visible;
margin-bottom:10px;
}
.acd-content-in-qa{
padding: 10px 20px 10px 15px;
background: #fff;
margin-left: 80px;
background:#f1f1f1;
}

ul.flowul {
padding: 0; 
}
ul.flow li {
  list-style-type: none;
}
ul.flow dd {
  margin-left: 0;
font-size:15px;
}
.flow-l p{
position:relative;
background:#fff;
font-family: "Lato", sans-serif;
font-size:29px;
letter-spacing:2px;
text-align:center;
}
.page .flow-r h3.a img{
width:40px;
    position: absolute;
left:3px;
top:13px;
}
.page .flow-r h3.b img{
width:46px;
    position: absolute;
    left: 0;
top:6px;
}
.page .flow-r h3.c img{
width: 43px;
    position: absolute;
    left: 0;
top:6px;
}
.page .flow-r h3.d img{
width:30px;
    position: absolute;
left:8px;
top:6px;
}
.page .flow-r h3.e img{
width: 43px;
    position: absolute;
left:3px;
top:11px;
}
p.midolink a{
    position: relative;
    padding:0px;
    display: inline-block;
color:#7C538F;
text-decoration:underline;
}
.flow-wrap2.inner-wrap{
margin:60px auto 100px;
}
.page img.flow-img{
margin:20px auto 0;
}
.flow-wrap2 p{
font-family:"Lato", sans-serif;
}
.flow-wrap2 p.midolink{
line-height:220%;
}
p.midolink img.tel-img{
position:absolute;
left:0;
    top: 3px;
    width: 25px;
}
p.midolink img.phone-img{
    position: absolute;
    left: 4px;
    top: 2px;
    width: 18px;
}
.flow-r h3{
    position: relative;
    padding:5px;
    font-size: 29px;
    font-weight: normal;
    letter-spacing: 2px;
margin:5px auto 0px;
}
.flow {
display:flex;
flex-wrap:wrap;
margin:0px auto 0;
}
.flow-l{
width:18%;
    position: relative;
    text-align: center;
margin:0 3%;
}
.flow-r{
width:72%;
margin:0;
padding-bottom:30px;
}
.flow-l::before {
content: "";
    width: 7px;
    height: 100%;
    background:#8E61A3;
    display: block;
position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.flow > li {
  position: relative;
list-style: none;
margin-bottom: 50px;
}
.flow > li .icon {
font-weight:700;
font-size:16px;
  color: #fff;
  background: #68b36c;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 8px 20px;
  display: block;
  position: absolute;
    top:9px;
  left: -120px;
  z-index: 100;
}
.flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #68b36c;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flow > li dl {
padding-left:66px;
  position: relative;
}
.flow > li dl::before,
.flow > li dl::after {
  content: "";
  display: block;
position:absolute;
top:22px;
}
.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background:#68b36c;
border-radius:50%;
left:9px;
top:22px;
}
.flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
left:12px;
}
.flow > li dl dt {
color: #333;
    margin: 10px 0 20px 10px;
    padding-top: 8px;
    font-size: 28px;
    font-weight: normal;
    border-left: 6px solid #68b36c;
    padding: 10px 16px 16px 15px;
    background:#f7f6f4;
}
.sub-item a:before{
font-family: "Font Awesome 5 Free";
  content: '\f105';
font-weight:600;
position:absolute;
top: 50%;
left:0;
transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}
.sub-item{
position:relative;
padding: 0 0 0 17px;
margin:10px 0 10px 15px;
}


.acd-label:before {
  font-family: "Font Awesome 5 Free";
  content: '\f138';
font-weight: 700;
padding-right:5px;
}
.acd-check:checked + .acd-label:before{
  font-family: "Font Awesome 5 Free";
  content: '\f13a';
font-weight: 700;
}
.acd-check{
    display: none;
}
.acd-label{
background:#ffaf50;
color: #fff;
display: block;
padding: 4px 0 5px 0;
text-align: center;
font-size: 15px;
}
.acd-content{
border: 1px solid #333;
height: 0;
opacity: 0;
padding:8px 10px 10px 20px;
transition: .5s;
visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
height: auto;
    opacity: 1;
padding:8px 10px 10px 20px;
    visibility: visible;
}



/* ***************************************************************** 
*	基本設定
* ***************************************************************** */

body {
font-family: 'Noto Sans JP', sans-serif;
background: #fff;
color:#333333;
line-height:180%;
}

.mincho {
font-family: "Noto Serif JP", serif;
}

#topcontrol{
bottom: 20px;
    right: 0;
    cursor: pointer;
    z-index: 10000;
    padding: 12px 19.5px 0;
    box-sizing: border-box;
    position: fixed;
}
#topcontrol img{
filter: drop-shadow(0 6px 16px rgba(0, 0, 0, .2));
    will-change: transform, filter;
width:130px;
}
/* タイトル
-----------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: bold;
  margin-bottom: 0.5em;
  text-rendering: optimizeLegibility;
}

/* リンク
---------------------------------------------------- */

a{
color:#68b36c;
text-decoration:none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

a:hover{
opacity:0.7;
text-decoration:underline;
}

a:active, a:focus {
outline: 0;
}

/* ************************************************ 
*	Tables
* ************************************************ */
table {
  max-width: 100%;
  width: 100%;
  empty-cells: show;
}
table caption {
  text-transform: uppercase;
  padding: 0 17px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 12.75px;
}
table th{
padding: 13px;
border: 1px solid #333;
padding: 13px;
font-size:16px;
line-height: 180%;
}
table td {
border: 1px solid #333;
padding: 13px;
font-size:16px;
line-height: 180%;
}
td p{
	font-size:16px;
}

table tfoot th,
table tfoot td {
  color: rgba(0, 0, 0, 0.4);
}

/* Responsive Tables */
.table-container {
  width: 100%;
  overflow: auto;
  margin-bottom: 25px;
}
.table-container table {
  margin-bottom: 0;
}
.table-container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}
.table-container::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
}

/* Table reset 
-----------------------------------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}
thead th,
thead td {
  font-weight: bold;
  vertical-align: bottom;
}


/* 画像
---------------------------------------------------- */

img{
border:0;
padding:0px;
margin:0px
}

img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding:4px;
margin: 0 0 10px 20px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 20px 10px 0;
display: inline;
}

a img,
th img,
td img {
  vertical-align: top;
}

/* Webkit browsers reset margin
-----------------------------------------------------------------------------*/
button,
input,
select,
textarea {
  margin: 0;
  max-width: 97%;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
button,
input,
select,
textarea {
margin:0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* フロート
---------------------------------------------------- */

.alignright { float: right; }

.alignleft { float: left; }

.right{ float: right; }

.left{ float: left; }

.clear{ clear:both; }


/* リスト
---------------------------------------------------- */

ol{
margin: 7px 0 7px 10px;
padding: 0 0 0 0;
list-style: decimal;
}

ul{
margin: 7px 0 7px 4px;
padding: 0 0 0 0;
list-style: disc;
}

li{
margin: 2px 0 2px 15px;
padding: 0;
font-size:16px;
}

li a{
color:#333;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;

}

li a:hover{
color:#888;
}



/* *****************************************************************
*	全体Wrapper
* ***************************************************************** */

.wrapper {
margin:0 auto 0; 
padding:0px;
box-sizing:border-box;
}



/* ***************************************************************** 
*	ヘッダー
* ***************************************************************** */

#header {
width:100%;
position: relative;
    height: 85.54px;
    top: 0;
    left: 0;
    z-index: 99999;
    background:#68b36c;
    box-shadow: 0px 1px 4px 1px rgb(0 0 0 / 20%);
}

.home #header {
width: 100%;
position: relative;
    height: 85.54px;
    top: 0;
    left: 0;
    z-index: 99999;
    background:#68b36c;
    box-shadow: 0px 1px 4px 1px rgb(0 0 0 / 20%);
}



.menu-topnav-container{
max-width:1040px;
margin:0 auto;
}

.logo {
margin: 0px 0px 0px 0px;
padding:0;
}



/* *****************************************************************
*	トップナビゲーション
* ***************************************************************** */	

#nav {
margin: 0 auto;
z-index:9999;
padding: 0;
text-align: center;
float:right;
}
#nav.main-navigation{
margin:20px 2% 0 0;
    padding: 0;
    float:right;
}
#nav ul {
list-style: none;
margin: auto;
}

.main-navigation {
margin: 0 auto;
position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
margin: 0;
padding: 0;
}

.nav-menu li {
display: inline-block;
position: relative;
margin: 0 0 20px;
}

.nav-menu li a {
color: #fff;
    display: block;
    font-size: 15px;
    text-decoration: none;
padding:7px 15px;
    letter-spacing: 0.5px;
}

.nav-menu li a::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 10%;
    /*線の形状*/
    width: 80%;
height:2px;
background:#ffffff;
    /*アニメーションの指定*/
transform: scaleX(0);
  transform-origin: left top; /* 左基点 */
  transition: transform .3s; 
}
.nav-menu li:hover > a,
.nav-menu li a:hover {
}
.nav-menu li a:hover::after {
transform: scaleX(1);
}
 .nav-menu .current-menu-item > a::after{
transform: scaleX(1);
  background:#ffffff;
}
.nav-menu .sub-menu,
.nav-menu .children {
background: #eee;
display: none;
padding: 0;
position: absolute;
z-index: 99999;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
border-left: 0;
left: 100%;
top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
margin: 0;
width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
background: #dc6198;
color: #fff;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
display: block;
background: #FD0D29;
color: #fff;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a,
.nav-menu .current-post-ancestor > a {
}


/* スライドダウンメニュー
---------------------------------------------------- */

#slidedown-nav {
width: 1080px;
margin: 0 auto 0 auto;
text-align: center;
background: #fff;
position: fixed;
top: 0;
display: none;
z-index: 10000;
opacity: 0.95;
}

#slidedown-nav .sub-menu {
margin-left: 0px;
}

/* ***************************************************************** 
*	メイン（本文）コンテンツ
* ***************************************************************** */	

#main {
margin:0 0 0 0;
padding: 0 0 0 0;
word-break:break-all;
}

/* ブログ記事部分
---------------------------------------------------- */

.single-contents {
margin:0 0 0 0;
padding:0;
}

p{
font-size: 16px;
color: #333;
line-height:180%;
padding:6px 0px 6px 0px;
}

p a{
color:#68b36c;
text-decoration:none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

p a:hover {
color:#666;
}

p a:active, a:focus {
outline: 0;
}


/* パンくず
---------------------------------------------------- */
.breadcrumb {
margin: 0 0 30px 0;
line-height: 120%;
}
.breadcrumb div {
display: inline;
font-size: 11px;
}
.breadcrumb span,
.breadcrumb span a {
color: #333;
}

/* 見出し
---------------------------------------------------- */

h1 {
    font-size: 34px;
    text-align: left;
    padding: 0;
    letter-spacing: 2px;
    line-height: 160%;
    margin: 0 auto;
}

h2 {
    font-size: 35px;
    line-height: 160%;
    font-weight:500;
    color: #333;
    padding:0;
margin:40px 0px 15px 0px;
letter-spacing:1px;
}


h3 {
font-size: 22px;
line-height:160%;
font-weight: 600;
color: #333;
margin:35px 0 10px 0;
letter-spacing: 0.8px;
position: relative;
padding:0;
}
h4 {
font-size: 18px;
margin:25px 0 5px;
    letter-spacing: 0.5px;
}
h5 {
font-size: 16px;
line-height:160%;
margin:20px 0 0px 0;
}
h6 {
font-size: 16px;
line-height:160%;
margin: 30px 0 0px 0;
}

/* 次の記事・前の記事
---------------------------------------------------- */

#next {
font-size: 90%;
    line-height: 150%;
    margin: 50px 0 20px 0;
    overflow: hidden;
    height: 100px;
}

.next-left {
    float: left;
    margin: 0 0 10px 0;
    position: relative;
    color:#68b36c;
font-size: 60px;
list-style:none;
}

.next-left a {
padding: 0;
    display: block;
    border: 1px solid #fff;
    position: absolute;
    top: 7px;
    left: 35px;
font-size:18px;
width:300px;
}

.next-left a:hover {
text-decoration:underline;
}

.next-right {
    float: right;
    text-align: right;
    margin: 0 0 10px 0;
position:relative;
    color:#68b36c;
    font-size: 60px;
list-style:none;
}

.next-right a {
    padding: 0;
    display: block;
    border: 1px solid #fff;
    position: absolute;
    top:7px;
    right:35px;
font-size:18px;
    width: 300px;
}

.next-right a:hover {
text-decoration:underline;
}


/* ページャー
---------------------------------------------------- */

.pager {
text-align:center;
margin: 50px 0 50px 0;
}

a.page-numbers,
.pager .current{
color:#68b36c;
padding:5px 10px;
margin:0 2px;
font-size:23px;
}

.pager .current{
background: #68b36c;
    color: #fff;
    border-radius: 2px;
    padding: 5px 10px;
    margin: 0 2px;
    font-size: 23px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: inline-block;
    box-sizing: border-box;
}


/* 関連記事
---------------------------------------------------- */

.similar-head {
color: #333;
font-size: 18px;
font-weight: bold;
letter-spacing: 0.05em;
font-style:normal;
margin: 0px 0px 10px 0px;
padding: 0 0 3px 0;
border-bottom:1px solid #ccc;
}

.similar ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.similar li{
font-size: 14px;
margin: 0 0 0 0;
padding: 0 0 0 0;
list-style: none;
}

.similar li a{
color:#555;
}

.similar li a:hover{
color:#888;
}

table.similar-text {
width: 100%;
color: #221815;
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom: dotted 1px #ccc;
border-collapse: collapse;
border-spacing: 0;
}

table.similar-text img {
width: 150px;
}

table.similar-text th {
text-align: left;
width: 150px;
vertical-align: middle;
}

table.similar-text td {
font-size: 14px;
text-align: left;
white-space: normal;
vertical-align: middle;
border: none;
font-size:16px;
}


/* *****************************************************************
*	フッター
* ***************************************************************** */	

#footer {
clear: both;
    width: 100%;
    margin: 0px auto 0px auto;
background:#f7f6f4;
}

.footer-inner {
    margin: 0px auto 0px auto;
max-width:1200px;
padding:50px 0px 50px;
display:flex;
flex-wrap:wrap;
}
.footer-inner_wrap{
background-image:url(https://ouchihiroba.com/wp-content/uploads/2025/10/de777c48cd2c14f915fa92ae0f65ceda-1.png);
background-size:100%;
background-repeat:no-repeat;
background-position:bottom -4px center;
}
.footer-inner-l{
width:40%;
}
.footer-inner-r{
width:60%;
display:flex;
flex-wrap:wrap;
}
.footer-inner-r-l{
width:48%;
margin:0 1%;
}
.footer-inner-r-r{
width:48%;
margin:0 1%;
}
.footer-inner-r li{
list-style:none;
line-height:180%;
}
#sociallink {
text-align:center;
position: relative;
margin: 0 auto 10px auto;
padding: 0 0 0 0;
}

#copyright {
font-size: 14px;
    line-height: 110%;
    position: relative;
    margin: 0;
    padding: 12px;
    text-align: center;
color:#fff;
background:#68b36c;
}

/* *****************************************************************
*	検索フォーム＆検索結果
* ***************************************************************** */

/* 検索フォーム
---------------------------------------------------- */

.search input {
font: 11px arial, sans-serif; 
color: #c0c0c0; 
width:85%;
padding: 10px 5px; 
}

.search button {
width: 15px; 
height: 15px; 
cursor: pointer; 
vertical-align: middle;
border: none; 
background: url(images/search.png) no-repeat; 
}


/* 検索結果ハイライト
---------------------------------------------------- */

.search-excerpt {
font-weight: bold;
background: #FFE4E1; 
}

/* iflame
---------------------------------------------------- */
div.iframe-content {
position: relative;
width: 100%;
padding:66% 0 0 0;
margin:10px auto 5px;
}
div.iframe-content iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* パンくず
---------------------------------------------------- */

div.breadcrumbs{
font-size: 13px;
letter-spacing:1px;
padding: 4px 2% 7px;
max-width:1300px;
margin:0 auto;
}
div.breadcrumbs-wrap{
    background:#f7f6f4;
clear: both;
}

div.breadcrumbs a{
color: #221815;
}


/*スマホメニュー部分*/
	nav#navi{
		display:none;
		position: absolute;
		top:0;
		width: 100%;
		height:695px;
    background:#004680;
		left: 0;
		z-index:9997;
		position: fixed;
margin:84px 0 0 0;
	}
	header nav#navi ul{
    display: block;
width:28%;
margin: 62px auto 62px;
	}
.sp-menu ul li{
list-style: none;
margin: 0 auto;
font-size:15px;
border-bottom: 1px solid #000;
padding: 13px 0 10px;
font-family: "Lato", sans-serif;
text-align:center;
	}
header nav#navi ul li a{
		display: block; 
		color: #333;
    font-size: 15px;
	}
header nav#navi ul li a:hover {
color: #777;
text-decoration:underline;
}

/*開閉ボタン*/
	#navi_toggle{
display: block;
    width: 31px;
    height: 31px;
    padding: 27px;
    float: right;
    background: linear-gradient(to bottom, rgb(50, 155, 255), rgb(6, 221, 255));
    z-index: 9999;
    position: relative;
	}
#navi_toggle:hover{
}
	#navi_toggle div {
		position: relative;
	}
	#navi_toggle span{
    display: block;
    height: 2px;
	background:#fff;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
	}
	#navi_toggle span:nth-child(1){
		top:0px;
	}
	#navi_toggle span:nth-child(2){
		top:12px;
	}
	#navi_toggle span:nth-child(3){
		top:24px;
	}

/*開閉ボタンopen時*/
	.open #navi_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #navi_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #navi_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}
header nav#navi ul li.nav-rec1{
float: left;
width: 48%;
border:none;
margin-top: 20px;
}
header nav#navi ul li.nav-rec2{
float: left;
width: 48%;
margin-left: 4%;
border:none;
margin-top: 20px;
}
/* *****************************************************************
*   レスポンシブ（メディアクエリ）
* ***************************************************************** */
/* PC 画面の横幅が1600px以上
---------------------------------------------------- */
@media only screen and (min-width: 1600px) {
#video-area video{
top:53%;
width:190vh;
	}
p.mainvisual-in-p1 {
margin:18% 0 0 10%;
}
.sp{
display:none !important;
}
.header-inner .inner{
display:none;
	}
.nav-menu li {
box-sizing: border-box;
}
#navi_toggle{
display:none;
}
.sp.slick-slider{
display:none;
}
}


@media only screen and (min-width:1301px) and (max-width:1599px) {
#video-area video{
top:54.5%;
width:184vh;
	}
p.mainvisual-in-p1 {
margin:16% 0 0 10%;
}
.head-conwrap, .head-telwrap{
padding: 0 15px 3px;
}
.sp{
display:none !important;
}
.header-inner .inner{
display:none;
	}
.nav-menu li {
box-sizing: border-box;
}
#navi_toggle{
display:none;
}
.sp.slick-slider{
display:none;
}
}	

@media only screen and (min-width: 961px) and (max-width:1300px) {
#video-area video{
top: 54.5%;
width:182vh;
}
p.mainvisual-in-p1 {
margin:12% 0 0 10%;
}
.head-conwrap, .head-telwrap{
padding: 0 15px 3px;
}
.nav-menu li a{
padding:7px 10px;
}
.slider-nagareru-wrap{
padding:10px 0;
	}
.sp{
display:none !important;
}
.header-inner .inner{
display:none;
	}
.nav-menu li {
box-sizing: border-box;
}
#navi_toggle{
display:none;
}
.sp.slick-slider{
display:none;
}
}



/* Tablet (Portrait) 画面の横幅が768px〜959pxまで
---------------------------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 960px) {
.sp{
display:none!important;
}
.sp.slick-slider{
display:none;
}
.top-wrap7{
padding:70px 0 0;
}
.header-inner {
width: 100%;
margin: auto;
padding:0;
box-sizing: border-box;
}
#nav.main-navigation{
width:100%;
box-sizing:border-box;
margin:5px 0 0 0;
}
.nav-menu li a{
padding:7px 11px;
}
#slidedown-nav {
width:100%;
}
.footer-inner { 
width:100%;
padding:25px 0px 20px;
}
div.iframe-content {
width:96%;
margin:0 auto;
}
div.breadcrumbs {
margin:10px auto 10px;
}
.block-three > li {
width:47%;
margin:10px 1.5% 25px;
}
p.qa-naiyou {
padding:20px 60px 20px 20px;
}
#navi_toggle{
display:none;
}
.head-telwrap{
position: absolute;
    float: none;
    top: 37px;
    right: 148px;
	}
.head-telwrap p{
width:auto;
padding:0;
	}
.iraishubetu span{
margin-bottom:10px;
}
.voice-slider .slick-next {
    right: 0;
}
.voice-slider .slick-prev {
    left: 0;
}
.top-wrap8-in-l{
width:50%;
padding:72px 6% 40px 6%;
}
.top-wrap8-in-r {
width:50%;
}
.top-wrap6{
padding:70px 8%;
}
.page img.foot-logo-img, img.foot-logo-img {
    width: 260px;
    margin-left: 2%;
}
.footer-inner-in-r{
box-sizing:border-box;
padding:29px 2% 0 0;
}
.inner-wrap {
width:96%;
}
.page-template-default .header-inner, .archive .header-inner {
height:48vh;
}
.page-template-default .scrolldown-wrap, .archive .scrolldown-wrap {
    display: none;
}
.page-template-default .header-inner:before, .archive .header-inner:before{
height:48vh;
	}
.page-template-default #header, .archive #header{
height:48vh;
}
.home.page-template-default .header-inner{
height:100vh;
}
.home.page-template-default .header-inner:before{
height:100vh;
}
.home.page-template-default #header{
height:100vh;
}
.home.page-template-default .scrolldown-wrap {
    display: block;
}
h2.page-h2 {
font-size:35px;
}
.head-page-mainwrap{
bottom:7%;
}
.head-page-mainwrap h1{
font-size:43px;
line-height:100%;
}
p.sabtitile{
padding-left:2%;
line-height:130%;
}
h3.hidarikara{
padding-left:2%;
}
.senpai-w h4{
padding: 18px 3%;
    box-sizing: border-box;
    font-size: 23px;
    font-weight: normal;
	}
.form-in-wrap{
width:90%;
}
.form-wrap {
padding:1px 0px 1px;
}
h3.murasa3{
padding:0 2%;
}
.con-telwrap{
width:90%;
}
.page-id-3332 .form-wrap{
padding:30px 5% 20px;
}
}

/* Mobile (Portrait) 画面の横幅が300px~767pxまで（基本）
---------------------------------------------------- */

@media only screen and (max-width: 767px) {
.pc{
display:none;
}
.pc.slick-slider{
display:none;
}
div.he-left {
margin:2px 0 0px 2%;
float:left;
}
.page-template-default .header-inner:before, .archive .header-inner:before{
height:31vh;
}
p{
font-size:16px;
}
#copyright {
font-size:15px;
}
h1{
font-size:20px;
}
h2{
font-size:22px;
}
h3{
font-size:20px;
margin:25px auto 10px;
}
div.breadcrumbs{
margin:0px auto;
	}
#navi_toggle{
padding: 20px 19px 16px;
        position: fixed;
        top: 0;
        right: 0;
}
.wrapper, .archive .wrapper, .single .wrapper{
margin:0 auto 0;
}
.header-inner{
width:100%;
margin:auto;
padding:0;
box-sizing:border-box;
}
.logo{
padding:0;
margin:0;
}
#nav {
display: none;
position: absolute;
top:0; float: none;
text-align:center;
width: 100%;
background: #fefefe;
margin-bottom: 40px;
margin-top: 0px;
padding: 0;
}
.nav-menu li a{
color: #333;
display:block;
font-size:15px;
padding:20px 10px;
text-decoration:none;
}
.nav-menu li {
display: block;
float: none;
border-bottom: 1px solid #ededed;
}
.toggle {
display:block;
float: right;
position:absolute;
top:10px;
right:10px;
z-index:10000;
}
.pager{
margin:30px 0 40px 0;
}
.footer-inner {
width: 96%;
padding:55px 0px 35px;
}
.single-contents {
margin:0 0 0 0;
padding:0;
}
.inner {
padding: 0;
}
.he-left img {
width:133px;
    box-sizing: border-box;
    padding: 0px 0% 0;
}
nav#navi{
        margin: 0;
        height: auto;
        box-sizing: border-box;
background:#fff;
        padding-bottom: 0;
        height: 100vh;
        box-sizing: border-box;
padding-top:40px;
}
p.qa-naiyou {
padding:20px 50px 20px 10px;
margin: 0 0 0 47px;
}
.acd-label-qa:after{
right: 17px;
}
select[multiple], select[multiple="multiple"], textarea, input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="phone"], input[type="tel"], input[type="number"], input[type="datetime"], input[type="date"], input[type="month"], input[type="color"], input[type="time"], input[type="search"], input[type="datetime-local"]{
width:96%;
}
.head-telwrap, .he-right-wrap{
display:none;
}
.head-mainwrap {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 98%;
    box-sizing: border-box;
background:none;
}
.head-mainwrap img{
        width: 66%;
        display: block;
        margin: 0 auto 15px;
	}
.head-mainwrap p{
        font-size: 22px;
        text-align: center;
        margin-bottom: 15px;
	}
.voice-slider .slick-next {
right:0;
}
.voice-slider .slick-prev {
left:0px;
}
.toyohasiboys-wrap-l{
width:100%;
padding:0;
	}
.toyohasiboys-wrap-r{
padding:0;
	}
.top-wrap1-img-r {
float: none;
width:100%;
}
.top-wrap1-img-message {
display: none;
}
.top-wrap1-main{
width:100%;
margin:0 auto;
	}
.iraishubetu span {
    margin-right:10px;
padding:2px 8px;
    margin-bottom: 10px;
    font-size: 17px;
}
.top-post-ul li {
    width: 100%;
    margin: 0 auto 40px;
    list-style: none;
}
.top-wrap8-in-l{
width:100%;
padding:30px 5% 30px;
}
.top-wrap8-in-r{
width:100%;
padding:75% 0 0 0;
}
a.btn-rec{
width: 340px;
    padding: 25px 0;
    font-size: 17px;
	}
#video2{
position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
transform:translate(-50%, -50%);
    width: 123.777778vh;
	width:130vh;
    height:177.77777vw;
min-height:100%;
min-width: 100%;
	}
.toyohasiboys-wrap-r{
width:100%;
    padding:30px 3% 50px;
    margin:30px auto 0;
}
#topcontrol{
display:none;
}
.sp-menu ul li a{
padding:5px 0;
	}
.sp-menu ul{
width:70%;
border-top:1px solid #000;
margin:70px auto 0;
}
.sp-menu img, .page .sp-menu img {
width: 20px;
    position: absolute;
    left: 30px;
    top: 0px;
}
.tp1{
margin:0 auto;
width:96%;
	}
.top-wrap1 {
padding: 20px 0 60px;
        margin: 0 auto;
        margin-top: 67px;
}
.top-wrap1 p.center{
    font-size: 16px;
    text-align: left;
}
.top-wrap1-main{
margin:-29px 0 0 0;
}
.top-wrap1-main img{
position: absolute;
top:-23px;
    left: 3%;
    width: 93%;
}
	.top-wrap1-main h2{
position:relative;
	}
p.iraishubetu{
font-size:16px;
position:relative;
margin:10px auto 15px;
}
.page img.top-wrap3-kazariimg {
position: absolute;
    top: 102%;
    right: 1%;
    width: 30%;
}
p.iraishubetusita {
    text-align: center;
    font-size: 16px;
    width: 96%;
    margin: 0 auto 20px;
}
.top-news-wrap{
width: 92%;
    padding: 25px 2% 6px;
}
.page img.top-wrap2-kazariimg {
    top: 87%;
    left: 1%;
    width: 25%;
}
a.btn{
margin:10px auto 15px;
font-size:16px;
box-sizing:border-box;
	}
.top-wrap2{
padding:20px 0 70px;
}
.houkatsusinsei{
width:92%;
margin:50px auto 0;
}
.top-wrap3{
padding:15px 0 45px;
}
.inner-wrap{
width:96%;
	}
.w-back h3{
font-size:18px;
}
.w-back .date{
font-size:15px;
}
.page img.top-wrap4-kazariimg {
    position: absolute;
    top: 96%;
    right: 1%;
    width: 25%;
}
.top-post-ul{
margin:30px auto 0px;
}
.top-wrap8{
padding:85px 0 0px;
	}
.top-wrap4 {
padding:17px 0 45px;
}
.top-wrap4 a.btn{
margin:10px auto 30px;
}
.top-wrap9{
padding:17px 0 60px;
}
.page img.top-wrap9-kazariimg {
top: 90%;
    left: 1%;
    width: 32%;
}
.page img.rec-img {
top: 25px;
    left: 5%;
    width: 67%;
}
.page img.top-wrap5-kazariimg {
top: 2%;
    right: 1%;
    width: 33%;
}
a.btn2{
width:330px;
letter-spacing:1px;
margin:25px auto 20px;
}
a.btn2:before{
        right: 13px;
        top: 16px;
}
.top-wrap6{
padding:25px 0 18px;
}
#js-slider3 li{
width:300px;
	}
.dots3 .slick-dots li{
margin:2px 5px;
}
#js-slider3 li p.txt{
height:75.9px;
box-sizing:border-box;
display:table-cell;
width:290px;
vertical-align:middle;
        box-sizing: border-box;
padding:5px 10px 7px;
	}
.topcon-wrap{
border-radius:15px;
border:4px solid #fff;
width:96%;
background-size: 25%, 25%;
padding:10px 0 18px;
}
.siro-h2-sita{
margin: 20px auto 20px;
width:100px;
}
p.topcon-p2 a {
letter-spacing:2px;
font-size:38px;
}
.topcon-wrap p {
    font-size: 17px;
    letter-spacing: 1px;
}
.top-wrap5{
padding:30px 0 65px;
margin-top:-1px;
	}
.page img.hagukumu-img {
    width: 80%;
    margin:30px auto 25px;
    display: block;
}
p.topshain-p2{
color: #fff;
    font-size: 16px;
    line-height: 180%;
letter-spacing:1px;
}
.top-wrap8-in-l{
padding:25px 5% 30px;
}
.gara-wra-migi {
padding:50px 0 80px;
}
a.btn-rec:before{
top:25px;
}
.voice-slider .slick-arrow {
    width: 40px;
height:40px;
top:143px;
}
.voice-slider .slick-next.slick-arrow::before{
width: 10px;
    height: 10px;
    top: 14px;
    right: 15.5px;
}
.voice-slider .slick-prev.slick-arrow::before{
width: 10px;
    height: 10px;
top:14px;
left: 15.5px;
}
.page .toyohasiboys-wrap-l img {
width:90px;
}
.top-wrap7{
padding:50px 0 0;
background-size:76%;
}
.toyohasiboys-wrap-r h3 {
font-size:24px;
}
.footer_fix{
position: fixed;
    bottom: 0;
    left: 0;
    width:100%;
z-index:999;
background:#f7f6f4;
padding:10px 1%;
box-sizing:border-box;
}
.footer_fix i{	
font-size:23px;
display:block;
margin:0 auto;
}
	.footer_fix li a{
	color:#fff;
	}
.footer_fix ul{
margin:0;
padding:0;
width:100%;
display:flex;
flex-wrap:wrap;
}
.footer_fix li{
list-style: none;
        margin: 0;
        width: 48%;
        margin: 0 1%;
        line-height: 150%;
        text-align: center;
        background:#68b36c;
        border-radius: 6px;
        padding: 6px 0 6px;
        box-sizing: border-box;
}
.footer_fix li.boshu{
background:#f1f1f1;
    padding: 13px;
    text-align: center;
font-size: 17px;
    letter-spacing: 2px;
}
.footer_fix li.boshu a{	
color:#008344;
}
.footer_fix li.sp-foot-con{
background:#141a14;
    padding: 13px;
    text-align: center;
font-size: 17px;
    letter-spacing: 2px;
}
.footer_fix li.sp-foot-con a{
color:#fff;
}
#footer{
margin-bottom:76px;
        background-size: 69%;
        background-position: 87% 88%;
}
.sp-foot-con i{
margin-right:10px;
	}
.yakyuu-sita{
margin:20px auto 25px;
width:100px;
}
.footer-inner-in-l {
width:100%;
margin:20px 0 20px 0;
padding: 0 1%;
box-sizing:border-box;
}
.footer-inner-in-l1 {
width:100%;
}
.footer-inner-in-l2 {
width:100%;
}
.footer-inner-in-l1 ul{
margin:0;
}
.footer-inner-in-l2 ul{
margin:0;
}
.footer-inner-in-r {
    width:100%;
    text-align: center;
    margin:15px auto 10px;
}
.home.page-template-default .header-inner{
height:100vh;
	}
.home.page-template-default .header-inner:before{
height:100vh;
	}
.page-template-default .scrolldown-wrap, .archive .scrolldown-wrap{
display:none;
}
.page-template-default .header-inner h1, .archive .header-inner h1{
    font-size: 28px;
    letter-spacing: 4px;
    margin: 0;
}
.page-template-default #header, .archive #header{
height:auto;
overflow:hidden;
}
.home.page-template-default .scrolldown-wrap{
display:block;
}
h2.page-h2 {
    text-align: center;
font-size:26px;
    letter-spacing: 2px;
    margin: 40px auto 15px;
}
.zigyou-wrap1-l{
    width: 100%;
padding:30px 10% 30px 0;
float:none;
    box-sizing: border-box;
}
.zigyou-wrap1-r{
width:90%;
    padding: 0;
    margin: 10px auto 50px;
float:none;
}
.zigyou-wrap2-l{
width:95%;
    padding: 0;
margin:10px auto 50px;
float:none;
}
.zigyou-wrap2-r{
    width: 100%;
    padding: 30px 0 30px 10%;
float:none;
    box-sizing: border-box;
}
.zigyou-wrap2-l h3, .zigyou-wrap1-r h3 {
margin: 20px auto 10px;
        padding: 0 0 5px;
        font-size: 23px;
        font-weight: normal;
        letter-spacing: 1px;
}
.zigyou-wrap1-r.a{
    background-size: 40%;
    background-position: 100% 100%;
    background-repeat: no-repeat;
	}
.zigyou-wrap2-l.a{
background-size: 37%;
    background-position: 3% 100%;
    background-repeat: no-repeat;
	}
.zigyou-wrap1-r.b{
background-size: 35%;
    background-position: 97% 100%;
    background-repeat: no-repeat;
}
.zigyou-wrap2-l.b{
background-size:37%;
    background-position: 2% 100%;
    background-repeat: no-repeat;
}
.zigyou-wrap1-r.c{
background-size: 36%;
    background-position: 96% 100%;
    background-repeat: no-repeat;
}
.flow-l p{
font-size:20px;
letter-spacing: 1px;
}
.flow-r h3{
font-size:20px;
letter-spacing:1px;
padding:6px 0px 0 0;
}
.flow-l {
width:60px;
margin:0 10px;
}
.flow-r{
width:calc(100% - 80px);
box-sizing:border-box;
	}
.page .flow-r h3.a img {
width:28px;
}
.page .flow-r h3.b img {
width:32px;
top:7px;
}
.page .flow-r h3.c img {
width:30px;
}
.page .flow-r h3.d img {
width:23px;
}
.page .flow-r h3.e img {
width:30px;
}
.page-template-default .header-inner h1.he-left {
margin:17px 2% 17px 3%;
}
h1.he-left {
margin:17px 2% 17px 3%;
}
.archive h1.he-left, .single h1.he-left{
margin:17px 2% 17px 3%;
}
.zigyou-wrap1, .zigyou-wrap2{
margin:40px auto 40px;
}
.zigyou-oo-wrap {
margin:0 auto 0px;
}
.flow-wrap2.inner-wrap {
margin:30px auto 40px;
}
.faq-wrap {
padding:10px 0 45px;
}
.faq {
margin:35px auto 40px;
padding:30px 3%;
}
p.sabtitile{
font-size: 20px;
    padding: 0 0 0 2%;
    margin: 0 0 35px;
    line-height: 100%;
}
.archive-post-ul li{
width:92%;
margin: 0 auto 45px;
}
.archive-post-ul{
margin:30px auto 5px;
	}
h1.single-h1{
font-size:21px;
letter-spacing:1px;
}
.photo-first, .photo-first2 {
    border: 3px solid #fff;
    border-radius: 10px;
    margin: 0 auto 10px;
    width: 100%;
    position: relative;
}
.photo-first img, .photo-first2 img {
    border-radius: 10px;
    width: 100%;
}
.main-photo-wrap, .main-photo-wrap2{
border-radius: 10px;
margin:40px auto 40px;
padding:20px 3.5% 27px;
}
.dli-arrow-down{
max-width:80px;
margin: 0 auto 20px;
}
.next-left, .next-right{
font-size:42px;
}
.next-left a, .next-right a{
width:130px;
font-size: 16px;
    line-height: 150%;
border:none;
top:0px;
	}
.next-right a{
right:24px;
	}
.next-left a{
left:24px;
}
.single .sec01{
margin: 0 auto 50px;
}
.page .about-img-wrap img {
width: 100%;
        margin: 0;
}
h3.about-shain-h3{
font-size:20px;
letter-spacing:2px;
margin:30px auto 20px;
}
.about-img-wrap{
margin:30px auto 30px;
	}
table.saiyou-table th{
padding: 15px 20px;
    font-weight: normal;
    width: 125px;
    box-sizing: border-box;
    text-align: center;
	}
table.saiyou-table2 th{
padding: 15px 20px;
    font-weight: normal;
width:140px;
    box-sizing: border-box;
    text-align: center;
	}
table.saiyou-table2 td{
padding:15px 20px;
	}
table.saiyou-table td{
padding:15px 20px;
	}
.saiyou-wrap1 {
padding:10px 0 40px;
}
.re-info{
padding:10px 0 70px;
}
.re-info-in{
padding:1px 2% 40px 2%;
border-radius:10px;
}
.re-info-in h3 {
    font-size: 21px;
    letter-spacing: 2px;
    margin: 25px auto 18px;
}
.re-info-in li{
padding:3px 15px 3px 25px;
}
h3.hidarikara{
font-size: 22px;
    margin: 50px auto;
    text-align: center;
}
h3.hidarikara2{
font-size: 22px;
    margin:50px auto 20px;
    text-align: center;
}
h3.hidarikara.kyuu{
text-align:left;
text-align: left;
margin:70px auto 30px;
}
.senpai-w h4{
font-size:18px;
        padding: 6px 3px;
}
.senpai-l{
width:95%;
padding:40px 0 0;
}
.senpai-r2{
width:95%;
padding:40px 0 0;
float:right;
	}
.senpai-r, .senpai-l2{
width:100%;
padding:0 2%;
	}
.senpai-r h5, .senpai-l2 h5 {
font-size:20px;
    letter-spacing: 1px;
    padding: 0 0 12px;
    margin: 30px 0 10px;
}
table.inquiry th{
display:block;
padding:10px 14px 0;
}
table.comtable2 th{
padding: 15px 20px;
    font-weight: normal;
width:150px;
    box-sizing: border-box;
    text-align: center;
}
table.comtable th{
padding: 15px 20px;
    font-weight: normal;
width:130px;
    box-sizing: border-box;
    text-align: center;
}
table.yakuyuu-mochimono th{
padding: 15px 20px;
    font-weight: normal;
width:130px;
    box-sizing: border-box;
    text-align: center;
}
table.yakuyuu-mochimono td{
padding:15px 20px;
}
table.comtable2 td{
padding:15px 20px;
	}
table.comtable td{
padding:15px 20px;
	}
table.inquiry td{
display:block;
padding:0px 14px 15px;
	}
.form-in-wrap{
width:92%;
}
    .form-wrap {
        padding: 5px 5% 10px;
        border-radius: 5px;
        border: 2px solid #dddcda;
    }
.shomumukeireki{
margin:10px auto 30px;
padding:10px 2%;
box-sizing: border-box;
}
.kyuuzindiv table.inquiry {
    border: none;
    margin: 0 auto 20px;
}
p.shokumu {
padding:10px 15px 0;
    font-size: 21px;
    letter-spacing: 1px;
}
.com2{
padding:20px 4% 38px;
margin:0 auto 20px;
}
.com7-l{
width:95%;
padding:40px 0;
}
.com7-r {
padding:0 5%;
width:100%;
}
h3.com {
    font-size: 23px;
    letter-spacing:2px;
    padding: 0 0 5px;
    margin: 40px 0 0px;
}
.com3-in-r{
width:82%;
padding:40px 0 40px;
margin-bottom:20px;
}
.com-sp-wrap{
    padding: 0 5%;
    width: 100%;
    margin: 0;
box-sizing:border-box;
}
.com3 {
padding:15px 0 30px;
background-position:97% 98%;
}
.com3-in-l{
    width: 100%;
    padding: 0 5%;
}
table.comtable {
    margin: 25px auto 0;
}
.com4 {
padding:10px 0px 75px;
}
div.iframe-content{
padding:100% 0 0 0;
}
.com6 {
    padding: 1px 0 70px;
}
h2.murasa{
font-size:24px;
letter-spacing: 2px;
}
.yakyuu-in{
background-size:33%;
    background-position: 4% 100%;
    padding: 10px 0 1px;
}
.yakyuu3{
padding:20px 5% 50px;
}
.yakyuu4-in-l{
width:95%;
padding: 30px 0 32px;
}
.yakyuu4-in-r{
width: 100%;
padding: 25px 5% 0px;
}
h3.murasa3{
    font-size: 20px;
    text-align: center;
    letter-spacing: 1px;
}
.yakyuu4 {
    background-size:52%;
    background-position: 93% 97%;
    padding: 5px 0 50px;
}
.yakyuu6 {
padding:50px 0 80px;
}
.archive-news-wrap{
padding:20px 2% 10px;
margin:40px auto 40px;
	}
.archive-news-wrap table.top-blog-table td.date{
width: 115px;
    box-sizing: border-box;
    padding: 13px 0;
}
table.top-blog-table td.title{
padding:13px 5px;
	}
.archive table.top-blog-table{
margin:0 auto 50px;
}
.con-telwrap{
width:90%;
}
ol ul{
margin:0 0 0 1em;
}
.page-id-3332 .form-wrap{
padding:40px 2% 20px;
}
p.telp1{
font-size:29px;
}
.page-id-3334 h2 {
font-size:19px;
    margin: 40px auto 10px;
letter-spacing:1px;
}
.top-rec-p1{
font-size: 45px;
    letter-spacing: 10px;
top:-88px;
}
.slider-nagareru-wrap{
padding:10px 0;
}
.top-wrap8-in-l h2 {
font-size:27px;
letter-spacing: 2px;
margin:10px auto 5px;
}
.top-wrap5-in{
width: 78%;
    height: 26%;
}
.topcon-wrap h2.siro-h2 {
margin:20px auto 10px;
	}
.page img.foot-logo-img, img.foot-logo-img {
    width: 300px;
    margin: 0 auto;
    display: block;
    padding-left: 1%;
    box-sizing: border-box;
}
.flow-p10 {
letter-spacing:2px;
font-size:18px;
}
.flow-p11 {
letter-spacing:2px;
font-size: 17px;
}
.flow-wrap1{
padding:40px 2% 0;
	}
ul.rinen-ul li{
    font-size: 17px;
background-size: 27px;
    padding: 7px 0 7px 35px;
background-position: 0px 6px;
}
ul.rinen-ul{
padding:20px 4% 10px 1%;
}
ul.rinen-ul {
margin:40px auto 60px;
}
.about-img-wrap-in {
    width: 48%;
    margin: 0 1% 20px;
}
.form-wrap.kyuuzindiv h2.page-h2 {
    font-size: 18px;
    letter-spacing: 1px;
margin:40px auto 0;
}
#wpcf7-f1781-p3332-o1{
margin-top:30px;
	}
.saiyou-wrap1 p {
    font-size:17px;
    line-height: 180%;
}
.saiyou-wrap1 table th {
text-align:left;
}
.saiyou-wrap2 {
padding:25px 0 70px;
}
.senpai-w h3{
    font-size: 22px;
    padding: 20px;
}
.senpai-w {
margin:0 auto 60px;
}
.youkouqa-wrap {
padding:10px 0 40px;
}
.youkouqa-wrap-in{
margin:40px auto 80px;
padding:30px 3% 30px;
}
.youkouqa-wrap-in p.qa-naiyou {
margin:0px 0 0 0;
padding:20px 0 20px 39px;
font-size:18px;
}
.youkouqa-wrap-in p.qa-naiyou i {
font-size:25px;
left:3%;
top:23px;
}
.youkouqa-wrap-in .acd-content-in-qa{
padding:0;
}
.page-id-3328 .footer_fix li.boshu{
color:#008344;
font-size:20px;
letter-spacing:3px;
}
.zigyou-step ul li {
width: 100%;
        padding: 10px 0 72px 0;
        text-align: center;
	}
.zigyou-step ul{
display: block;
        width: 100%;
}
.zigyou-step ul li:not(:first-child)::before {
        position: absolute;
        content: "";
        top: 0;
        left: 50%;
        transform: translate(-50%, -98%);
        width: 100%;
        height: 3rem;
        clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 100%, 0 100%);
    }
.zigyou-step ul li{
padding:15px 4% 80px;
        box-sizing: border-box;
        margin-top: -25px;
}
.zigyou-step ul li p{
text-align:left;
	}
h3.cs-up{
margin:20px auto 0;
}
.head-conwrap{
display:none;
	}
.mainvisual-wrap {
        margin:69px auto 0;
        height: auto;
        aspect-ratio: 700 / 874;
        width: 100%;
    }
    .mainvisual {
        height: auto;
        top: 67px;
        aspect-ratio: 700 / 874;
        width: 100%;
    }
    #video-area video {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transform: none;
        position: relative;
    }
.home #header{
position:relative;
box-shadow:unset;
	}
.mainvisual-in{
        width: 100%;
        clip-path: polygon(0 0, 82% 0, 102% 11%, 58% 95%, 35% 100%, 0 100%);
}
.top-wrap1-link-in {
    width: 100%;
    margin: 0 auto;
}
p.mainvisual-in-p2{
display:none;
}
p.mainvisual-in-p1 {
margin:35px 0 0 2%;
font-size: 23px;
letter-spacing:1px;
}
p.mainvisual-in-p3 {
margin: 0px 0 0 2%;
        font-size: 28px;
        letter-spacing: 1px;
        line-height: 160%;
}
p.mainvisual-in-p3 span {
    font-size: 1em;
    margin:0;
}
header nav#navi ul{
width:66%;
	}
header nav#navi ul li a {
    display: block;
    color: #003b5e;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
}
p.top-p1 {
    text-align: left;
    font-size:16px;
        margin-left: 29vw;
}
@keyframes pathmove{
	0%{
		height:0;
		top:40px;
		opacity: 0;
	}
	30%{
		height:20px;
		opacity: 1;
	}
	100%{
		height:0;
		top:55px;
		opacity: 0;
	}
}
h2.top{
margin:45px auto 40px;
}
.top-wrap1-link{
margin:30px auto 0;
	}
.top-flow-wrap{
padding:20px 0 60px;
}
.zigyou-step {
    width: 94%;
    margin:70px auto 20px;
}
p.topcon-p1{
max-width:320px;
margin:-37px auto 40px;
}
#js-slider3 .slick-arrow, #js-slider2 .slick-arrow{
width:45px;
height: 45px;
}
#js-slider3 .slick-next.slick-arrow::before, #js-slider2 .slick-next.slick-arrow::before{
    top: 15px;
    right: 17px;
	}
#js-slider3 .slick-prev.slick-arrow::before, #js-slider2 .slick-prev.slick-arrow::before{
top: 15px;
    left: 17px;
	}
#js-slider3 .slick-arrow, #js-slider2 .slick-arrow{
top:122px;
}
#js-slider3 li, #js-slider2 li{
padding:5px;
}
.footer-inner-l{
width:100%;
text-align:center;
	}
.footer-inner-r {
width: 85%;
        margin: 25px auto 25px;
}
.footer-inner-r-l {
width:100%;
margin:0 auto;
}
.footer-inner-r-r{
width:100%;
margin:0 auto;
}
.footer-inner-r-l ul, .footer-inner-r-r ul{
margin:0;
}
.pageabout-wrap h2 {
font-size:22px;
margin:0 auto 25px;
}
.kuusatsu-wrap1{
padding:10px 0 10px;
}
.kuusatsu-wrap2 table td {
    width: 160px;
    vertical-align: top;
    padding: 12px 16px;
}
.kuusatsu-wrap2 h2, h2.shitasen, .single h2{
font-size:23px;
margin:40px auto 10px;
padding:7px 5px;
}
.kuusatsu-wrap2 {
padding:10px 0 50px;
}
.kuusatsu-wrap2 h2:after, h2.shitasen:after, .single h2:after{
height:3px;
	}
.footer-inner-r li{
margin-bottom:5px;
}
.kuusatsu-wrap2 table th, .kuusatsu-wrap2 table td{
padding:12px 10px;
}
.pageabout-wrap{
margin:50px auto 60px;
}
.gaiyou-wrap2 .inner-wrap{
width:100%;
	}
.gaiyou-wrap2 h2.shitasen{
width:94%;
	}
.soujuushi1-l, .soujuushi2-r{
width:75%;
}
.soujuushi1-honbun {
    width: 78%;
    right: 3%;
top:95px;
}
.soujuushi2-honbun {
width:78%;
left:3%;
top:95px;
}
.soujuushi1 {
margin:30px auto 20px;
    height: 560px;
}
.soujuushi2{
margin:30px auto 20px;
height:500px;
}
.kizai-wrap-in {
    width: 100%;
    margin:0 auto 10px;
}
table.gaiyou th{
    width: 115px;
    box-sizing: border-box;
	}
.archive-three a{
    width: 100%;
    margin: 0 auto 30px;
    padding: 5px;
}
.archive-three{
margin:45px auto 0px;
	}
.single-inner-wrap{
width:94%;
	}
.single h3{
font-size: 23px;
        line-height: 160%;
        padding: 0 8px;
	}
.single h4{
font-size:21px;
letter-spacing:1px;
padding:5px 0;
}
.single h5{
font-size:18px;
}
.single .other-trivia-wrap-in h2{
font-size:19px;
padding: 15px 0;
	}
.single .other-trivia-wrap-in h2:after{
height:100%;
	}
.other-trivia-wrap-in{
width:94%;
}
.other-trivia-in {
width:100%;
margin:20px auto 20px;
}
.slick-slider#js-slider3{
margin:45px auto 0px;
}
p.thanks-lead, .thanks-info p, p.thanks-sub{
text-align:left;
}
.mascot{
        width:36%;
        top: 10px;
        left: -3%;
	}
	.split-heading{
background:unset;
-webkit-background-clip:unset;
 background-clip:unset;
color:#333;
font-size:7.3vw;
margin:35px 0 0.4em 28vw;
	line-height:140%;
}
.diag--green{
padding:0;
}
	.hero_section h1{
font-size: 9vw;
        box-sizing: border-box;
        margin: 20px auto 0;
	}
.hero_section h1 .chimei {
border: 1px solid #fff;
    font-weight: 500;
    font-size: 4.5vw;
    padding: 0px 5px 2px;
    margin: 0 2px;
    letter-spacing: 0;
}
p.con1{
    font-size:3.6vw;
	}
.hero_section-in {
        gap: 0;
        margin: 27px auto 0;
        width: 94%;
}
	.hero_in{
margin:0 0 20px;
width:100%;
padding:0 3vw 6px 20vw;
	}
	.hero_in_in a{
font-size:4.3vw;
	}
	.hero_in_in{
    padding: 8px 3vw;
	margin-top: -13px;
	}
.hero_in h2 {
    margin: -17px 0 0 -57px;
	}
	.hero_in.a .mascot, .hero_in.b .mascot, .hero_in.c .mascot, .hero_in.d .mascot{
width: 23vw;
        top: 7px;
	}
.pc-top-info{
display:none;	
	}
	.top-buttom-warp{
	width:100%;
	margin:0 auto;
	}
	.home #header,  #header{
	height:72px;
	}
	.hero_section{
    height: calc(100vh - 72px);
}
	.diag__inner{
padding:0 2%;
box-sizing:border-box;
	}
	.button-30{
	    box-sizing: border-box;
font-size:16px;
	}
	#slider-nagareru .slide img{
	height:auto;
	}
	#slider-nagareru .slide{
	height:auto;
	}
	#js-slider2 li{
	width:75vw;
	}
	.sab-title{
	font-size:10vw;
	}
	.top-shop-wrap-in{
width: 48%;
    margin: 0 0 25px;
}
	.shop-img{
	height:auto;
	}
	.top-shop-wrap{
	margin:40px auto;
	}
	.banner-box{
		width:100%;
	margin:0 0 40px;
	padding:0;
	}
	.banner-img{
	clip-path:unset;
	}
	-webkit-clip-path{
	clip-path:unset;
	}
	.nagareru-wrap{
	padding: 5px 0 50px;
	}
.top-news, .top-voice, .top-shop-wrap-wrap{
    padding:1px 0 50px;
	}
.footer-inner-in1-1 {
        width: 50%;
        margin: 0 auto;
        padding: 0;
        text-align: center;
	}
	.footer-inner-in1{
	    display: block;
		    width: 100%;
    margin: 0 0 30px;
	}
	.foot-tel, a.info-btn{
	display:none;
	}
.footer-inner-in1 li {
    margin: 0 0 10px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
	ul.foot-menu2 li{
	border-right:none;
        margin-bottom: 9px;
	}
	.footer-inner-in2{
	margin: 0 auto 0px;
	}
	.hero__title{
        box-shadow: none;
        top: 50%;
        font-size: 18px;
        width: 220px;
        padding: 10px;
	}
.services-wrap {
    padding: 1px 10px;
	}
.page .cta-wrap {
    padding: 40px 0 30px;
}
	.flow > li .icon{
	    font-size: 14px;
		padding:5px;
		    top: 12px;
        left: -70px;
	}
	.flow::before{
	left: 60px;
	}
.flow {
    padding-left:60px;
padding-right: 1%;
        box-sizing: border-box;
margin:60px auto 50px;
	}
.flow > li dl {
    padding-left:20px;
	}
.flow > li dl::after {
    width: 15px;
	}
	.flow > li dl dt{
	    font-size: 20px;
		padding: 9px 10px 13px 10px;
	}
.flow-inwrap-l {
    width: 100%;
}
.flow-inwrap-r{
    width: 100%;
}
	.flow-inwrap{
	border: 4px solid #81c0e9;
    border-radius: 5px;
    padding:7px 3% 5px 3%;
	}
.flow-inwrap.b {
    border: 4px solid #fbd375;
}
	.flow > li{
	margin-bottom:10px;
	}
.flow-inwrap-r p {
    font-size:15px;
    line-height:160%;
	}
	.card-content a{
	font-size: 3.6vw;
	}
.privacy-policy-wrap {
    padding: 1px 0 30px;
}
	.sell-wrap{
	padding: 20px 2% 50px;
	}
.sell-wrap p {
    text-align: left;
}
	.tab-btn{
	font-size:3.8vw;
	padding:5px 2%;
	line-height:150%;
	font-weight:500;
	}
	.tab-content{
		border-radius: 0 0 15px 15px;
	}
.s-wrap-in1-l {
        width: 80%;
        margin: 20px auto 10px;
}
.s-wrap-in1-r{
    width: 100%;
}
	.tab{
	padding:0px 5px;
	font-size:4.3vw;
}
	.staff-wrap{
	    padding:1px 4% 30px;
	box-sizing:border-box;
	}
.shop-con-l {
    width: 100%;
    margin:0 auto 20px;
}
.shop-con-r{
    width: 100%;
    margin: 0 auto 0px;
}
	.shops1-in{
		padding: 1px 3% 15px;
	}
.icon-img {
    width: 55px;
    height: 55px;
}
	.chatting{
	    width:calc(100% - 137px);
	}
	.balloon-chat{
		margin: 5px 0 0;
	}
	.referral-wrap1{
		margin: 10px auto 10px;
	}
	.btns{
	    font-size:17px;
		    margin:30px auto 30px;
	}
	.sanhapi-casewrap-in{
		width:100%;
	margin:0 auto 30px;
	}
	.referral-warap-in{
		width:100%;
	margin:0 auto 30px;
	}
	.sanhapi-casewrap-in1 p{
		padding:1px 20px;
	}
	table.referral-table2{
		margin:30px auto 30px;
	}
	table.referral-table2 .midomido{
		background: #68b36c;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
	}
	table.referral-table2 .usuku{
	background: #f0efed;
    color: #333;
	}
	table.referral-table2 th.midomido span{
	font-weight: 500;
    font-size: 15px;
	}
	h3.inquiry-title{
	text-align: center;
    font-size: 17px;
    margin: 30px 0 -20px;
	}
	div.wpcf7 input.wpcf7-submit{
	width: 270px;
		font-size:17px;
		    height: 60px;
		margin:30px auto 0;
	}
	.page-wrap {
    padding: 1px 0 30px;
}
	.tenpo-mei{
	padding: 7px;
    font-size: 16px;
	}
	.form-wrap h2, .line-wrap h2{
	margin: 25px auto 25px;
    font-size: 20px;
	}
h2.mokuji_h2{
    font-size: 18px;
    margin: 10px 0px 5px 0px;
	}
	.mokuji{
		margin:30px auto 40px;
	}
	.s-wrap-in1{
		    padding:5px 10px 10px;
	}
	.tabpanel {
    padding: 30px 10px 0px;
	}
	h3.staff-name, p.staff-furigana, p.staff-yakushoku{
		text-align:center;
	}
.card-content {
    padding: 25px 20px 7px;
	}
	a.present-link{
		display:none;
	}
}