/*
Theme Name: Arkhe
Theme URI: https://arkhe-theme.com/
Version: 3.12.0
Tested up to: 6.8
Requires at least: 6.0
Requires PHP: 7.0
Description: A very simple theme for production templates. Customize as you like.
Tags: two-columns, one-column, right-sidebar, custom-colors, custom-menu, editor-style, theme-options, block-styles, wide-blocks
Author: LOOS,Inc.
Author URI: https://loos.co.jp/
Text Domain: arkhe
Domain Path: /languages
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

body{
	font-family: 'Shippori Mincho', "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;

}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.hamburger-menu{
	display: none;
}
.clearfix {
  min-height: 1px;
}
.grecaptcha-badge { visibility: hidden; }
a{
	text-decoration: none;
}
body.is-menu-open {
    overflow: hidden;
}
.pcnon{
	display: none;
}

.spnon{
	display: block;
}
.header {
    width: 100%;
	height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    box-sizing: border-box;
    z-index: 100;
}

.header-logo {
    margin: 0;
}

.header-logo img {
    display: block;
    max-height: 100px;
    width: auto;
}

.menu-toggle {
    position: absolute;
    right: 25px;
    top: 50px;
    width: 32px;
    height: 24px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 102;
    padding: 0;
}

.menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #4c94c2;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
}

.menu-toggle span:nth-child(1) { top: 0; }
.menu-toggle span:nth-child(2) { top: 11px; }
.menu-toggle span:nth-child(3) { bottom: 0; }

.menu-toggle.is-open span:nth-child(1) {
    top: 11px;
    transform: rotate(45deg);
    background-color: #333;
}
.menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
}
.menu-toggle.is-open span:nth-child(3) {
    top: 11px;
    transform: rotate(-45deg);
    background-color: #333;
}

.global-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    max-width: 400px;
    height: 100vh;
    
    background-color: rgba(235, 240, 242, 0.65);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    
    z-index: 101;
    
    display: flex;
    justify-content: center;
    align-items: center;
    
    visibility: hidden;
    transform: translateX(100%);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), visibility 0.5s;
}

.global-nav.is-open {
    visibility: visible;
    transform: translateX(0);
}

.global-nav ul {
    width: 100%;
    padding: 0 15%;
    box-sizing: border-box;
}

.global-nav li {
    margin: 35px 0;
    text-align: left;
    list-style-type: none;
    opacity: 0;
    transform: translateY(15px);
    transition: opacity 0.4s ease 0.2s, transform 0.4s ease 0.2s;
}
.global-nav li::before {
    content: '\f111';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #4c94c2;
    font-size: 0.5em;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
    transform: translateY(-2px);
}

.global-nav.is-open li {
    opacity: 1;
    transform: translateY(0);
}
.global-nav.is-open li:nth-child(1) { transition-delay: 0.30s; }
.global-nav.is-open li:nth-child(2) { transition-delay: 0.35s; }
.global-nav.is-open li:nth-child(3) { transition-delay: 0.40s; }
.global-nav.is-open li:nth-child(4) { transition-delay: 0.45s; }
.global-nav.is-open li:nth-child(5) { transition-delay: 0.50s; }
.global-nav.is-open li:nth-child(6) { transition-delay: 0.55s; }


.global-nav a {
    font-size: 1.1rem;
    font-weight: 500;
    color: #333;
}


.mv {
    min-height: 800px;
    width: 100%;
    background-image: url('/wp-content/uploads/mv_001.jpg');
    background-size: cover;
    background-position: right;
    display: flex;
    align-items: center;
    padding: 0 5%;
    box-sizing: border-box;
    position: relative;
    opacity: 0;
    animation: fadeInImage 1.5s ease-out forwards;
}

@keyframes fadeInImage {
    from { opacity: 0; }
    to { opacity: 1; }
}

.mv-catchcopy {
    position: relative;
    z-index: 10;
}

.mv-line {
    margin: 0.5em 0;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.7;
    color: #333;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInText 0.8s ease-out forwards;
}

@keyframes fadeInText {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mv-line.line1 {
    animation-delay: 1.0s;
}
.mv-line.line2 {
    animation-delay: 1.5s;
}
.mv-line.line3 {
    animation-delay: 2.0s;
    font-size: 1.2rem;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    color: #4c94c2;
}

@media (max-width: 768px) {
    .mv-line {
        font-size: 1.4rem;
    }
    .mv-line.line3 {
        font-size: 1.0rem;
    }
    
    .global-nav {
        width: 80%;
        max-width: none;
    }
    
    .global-nav ul {
        padding: 0 10%;
    }
}

.concept-section {
    padding: 100px 5%; /* 上下の余白 */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1; /* MVより手前に */
    overflow: hidden;
}

/* 画像コンテナ */
.concept-images {
    position: relative;
    width: 60%; /* 全体の幅に対して */
    max-width: 700px; /* 画像群の最大幅 */
    height: 450px; /* 画像群の高さの基準 */
    flex-shrink: 0; /* 縮まないように */
}

.concept-img {
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    object-fit: cover;
    opacity: 0; /* 初期状態は非表示 */
    transform: scale(0.95); /* 初期状態は少し縮小 */
    transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); /* 拡大・フェードインのアニメーション */
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08); /* 影 */
}

/* 1枚目の画像（女性） */
.concept-img01 {
    width: 80%; /* 親コンテナに対する幅 */
    height: 80%;
    max-width: 500px;
    max-height: 350px;
    top: 0;
    left: 0;
    z-index: 2;
}

/* 2枚目の画像（男性） */
.concept-img02 {
    width: 60%; /* 親コンテナに対する幅 */
    height: 60%;
    max-width: 350px;
    max-height: 250px;
    bottom: 0;
    left: 45%; /* 1枚目の画像と少し重なるように */
    z-index: 3; /* 手前に表示 */
}

/* スクロールしたらアニメーション開始（JavaScriptでis-visibleクラスを付与） */
.concept-section.is-visible .concept-img {
    opacity: 1;
    transform: scale(1); /* 拡大 */
}
.concept-section.is-visible .concept-img01 {
    transition-delay: 0.6s; /* わずかに遅らせて開始 */
}
.concept-section.is-visible .concept-img02 {
    transition-delay: 1.0s; /* さらに遅らせて開始 */
}


/* コンテンツブロック */
.concept-content {
    width: 50%;
    max-width: 600px;
    margin-left: -6%;
    background-color: #edf3f3;
    padding: 60px 50px;
    box-sizing: border-box;
    position: relative;
    padding-top: calc(60px + 10px);
    padding-right: calc(100px + 10px);
    padding-bottom: calc(60px + 10px);
    padding-left: calc(100px + 10px);

    opacity: 0; /* 初期状態は非表示 */
    transform: translateY(20px); /* 少し下にずらす */
    transition: opacity 1s ease-out 0.8s, transform 1s ease-out 1.4s; /* 遅れてフェードイン */
}

.concept-section.is-visible .concept-content {
    opacity: 1;
    transform: translateY(0);
}


.concept-content::before,
.concept-content::after {
    content: '';
    position: absolute;
    width: 20px; /* 線の長さ */
    height: 20px; /* 線の長さ */
    border-color: #b9d3d3;
    border-style: solid;
}

/* 右上角の装飾 */
.concept-content::before {
    top: 0;
    right: 0;
    border-width: 1px 1px 0 0;
    transform: translate(0, -0);
}

/* 左下角の装飾 */
.concept-content::after {
    bottom: 0;
    left: 0;
    border-width: 0 0 1px 1px;
    transform: translate(-0, 0);
}


.concept-title {
    font-family: 'Cormorant Garamond', serif; /* 英語フォント */
    font-size: 2.5rem;
    font-weight: 500;
    color: #333;
    margin-top: 0;
    margin-bottom: 30px;
    position: relative;
	text-align: center;
}

.concept-title::after {
    content: '';
    position: absolute;
    left: 0;
	right: 0;
	margin: 0 auto;
    bottom: -10px;
    width: 40px; /* 下線の長さ */
    height: 1px; /* 下線の太さ */
    background-color: #4c94c2; /* 下線の色 */
}

.concept-description p {
    font-size: 0.95rem;
    line-height: 1.8;
    margin-bottom: 1.2em;
}

.concept-button {
    display: block;
	max-width: 200px;
    padding: 12px 30px;
    border: 1px solid #b9d3d3;
	background: #fff;
	text-align: center;
	margin: 40px auto 0 auto;
    color: #333;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.concept-button:hover {
    background-color: #b9d3d3;
    color: #fff;
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
    .concept-section {
        flex-direction: column; /* 縦並びに変更 */
        padding: 80px 5%;
    }
    
    .concept-images {
        width: 100%;
        max-width: none;
        height: 400px;
        margin-bottom: 50px; /* コンテンツとの間隔 */
    }

    .concept-content {
        width: 100%;
        max-width: none;
        padding: 50px 30px;
        padding-top: calc(50px + 10px); 
        padding-right: calc(30px + 10px);
        padding-bottom: calc(50px + 10px);
        padding-left: calc(30px + 10px);
    }
    
    .concept-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .concept-section {
        padding: 60px 5%;
    }
    
    .concept-images {
        height: 300px;
    }

    .concept-img01 {
        width: 90%;
        height: 90%;
        max-width: none;
        max-height: none;
    }
    .concept-img02 {
        width: 70%;
        height: 70%;
        left: 35%;
        max-width: none;
        max-height: none;
    }
    
    .concept-content {
        padding: 40px 20px;
        padding-top: calc(40px + 10px); 
        padding-right: calc(20px + 10px);
        padding-bottom: calc(40px + 10px);
        padding-left: calc(20px + 10px);
    }
    
    .concept-title {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
    .concept-button {
        margin-top: 30px;
        padding: 10px 25px;
        font-size: 0.85rem;
    }
}

.service_wrap{
    display: flex;
}

.service_risevia{
	flex-basis: 50%;
	background-image: url(/wp-content/uploads/bg01.jpg);
	padding: 50px 20px;
background-size: cover;
}

.service_lumiera{
	flex-basis: 50%;
	background-image: url(/wp-content/uploads/bg2.jpg);
	padding: 50px 20px;
background-size: cover;
}

.service_head img{
	width: 90%;
	display: block;
	margin: 0 auto 40px auto;
}

.service_icon{
	text-align: center;
    min-height: 150px;
}

.service_risevia h2{
	color: #fff;
	font-weight: normal;
	text-align: center;
	padding: 0 20px;
	margin-bottom: 50px;
	position: relative;
}

.service_risevia h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    width: 40px;
    height: 1px;
    background-color: #fff;
}

.service_risevia p.service_t{
	max-width: 80%;
	margin: 0 auto 15px auto;
	line-height: 2;
	font-size: 15px;
	color: #fff;
}

.service_lumiera h2{
	font-weight: normal;
	text-align: center;
	padding: 0 20px;
	margin-bottom: 50px;
	position: relative;
}

.service_lumiera h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    width: 40px;
    height: 1px;
    background-color: #333;
}


.service_lumiera p.service_t{
	max-width: 80%;
	margin: 0 auto 15px auto;
	line-height: 2;
	font-size: 15px;
}

/* Newsセクション全体 */
.news-section {
    padding: 100px 5%;
    background-color: #fff;
    /* アニメーション用初期状態 */
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.news-section.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.news-container {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}

/* Newsタイトル */
.news-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.5rem;
    font-weight: 500;
    color: #333;
    text-align: center;
    margin-top: 0;
    margin-bottom: 60px;
    position: relative;
}

/* タイトルの下線（疑似要素） */
.news-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    width: 40px;
    height: 1px;
    background-color: #333;
}

/* リストスタイル */
.news-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-item {
    margin-bottom: 15px; /* アイテム間の隙間 */
}

/* リンク（ここが背景グレーの帯になります） */
.news-item a {
    display: flex;
    align-items: center;
    background-color: #f9f9f9; /* ★薄いグレーの背景 */
    padding: 20px 30px;
    border-left: 6px solid #333; /* ★左側の太い線 */
    text-decoration: none;
    color: #333;
    transition: background-color 0.3s ease, opacity 0.3s ease;
}

/* ホバー時の挙動 */
.news-item a:hover {
    background-color: #eee; /* ホバー時に少し濃く */
    opacity: 0.8;
}

/* 日付 */
.news-date {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.0rem;
    margin-right: 40px;
    min-width: 100px; /* 日付部分の幅を確保してタイトルを揃える */
    color: #333;
    letter-spacing: 0.05em;
}

/* タイトルテキスト */
.news-title-text {
    font-size: 0.95rem;
    line-height: 1.5;
    flex: 1; /* 残りの幅を全て使う */
}

/* スマホ対応 */
@media (max-width: 768px) {
    .news-item a {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px 20px;
        border-left-width: 4px; /* スマホでは線を少し細く */
    }

    .news-date {
        margin-right: 0;
        margin-bottom: 5px;
    }
}

/* フッター上の画像 */
.footer-top-image {
    width: 100%;
    line-height: 0; /* 画像下の隙間を消す */
}

.footer-top-image img {
    width: 100%;
    height: auto;
    object-fit: cover; /* 比率を保ってトリミング */
    max-height: 500px; /* 画像が縦長すぎないように制限（任意） */
}

/* フッター全体 */
.footer {
    background-color: #fff;
    padding: 80px 20px 40px; /* 上80px, 左右20px, 下40px */
    text-align: center;
    font-family: 'Shippori Mincho', serif; /* 日本語フォント */
}

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

/* ロゴ */
.footer-logo {
    margin-bottom: 40px;
}

.footer-logo img {
    width: 100px;
    height: auto;
    display: inline-block;
}

/* 住所エリア */
.footer-address {
    font-style: normal; /* addressタグの斜体を解除 */
    font-size: 0.95rem;
    line-height: 2.0;
    margin-bottom: 50px;
    letter-spacing: 0.05em;
    color: #333;
}

.footer-address p {
    margin: 0;
}

/* 英語部分のフォント指定 */
.en-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem; /* 英語フォントは少し小さく見えるので調整 */
    letter-spacing: 0.08em;
    margin-top: 5px; /* 日本語住所との間隔 */
}

/* フッターナビゲーション */
.footer-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; /* スマホで折り返し */
    list-style: none;
    padding: 0;
    margin: 0 0 60px 0;
}

.footer-nav li {
    margin: 0 15px;
    position: relative;
}

.footer-nav a {
    text-decoration: none;
    color: #555;
    font-size: 0.9rem;
    letter-spacing: 0.1em;
    transition: color 0.3s;
}

.footer-nav a:hover {
    color: #000;
}

/* 区切り線（ | ）の表示 */
/* 最後の項目以外に右側に線をつける */
.footer-nav li:not(:last-child)::after {
    content: '|';
    position: absolute;
    right: -18px; /* 線の位置調整 */
    top: 50%;
    transform: translateY(-50%);
    color: #ccc;
    font-size: 0.8rem;
    font-family: sans-serif; /* 線はゴシック体の方が見やすい */
}

/* コピーライト */
.copyright {
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.85rem;
    color: #666;
    letter-spacing: 0.05em;
    margin: 0;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .footer {
        padding: 60px 20px 30px;
    }

    .footer-nav {
        flex-direction: column; /* スマホでは縦並び */
        gap: 15px; /* 間隔 */
    }

    .footer-nav li {
        margin: 0;
    }

    /* スマホでは区切り線を消す */
    .footer-nav li:not(:last-child)::after {
        content: none;
    }
}

/* アニメーション前の初期状態 */
.fade-in {
  opacity: 0; /* 最初は透明 */
  transform: translateY(30px); /* 少し下に移動させておく */
  transition: opacity 1.2s ease-out, transform 1.2s ease-out; /* アニメーション効果 */
}

/* 画面内に入った後に付与されるクラス */
.fade-in.active {
  opacity: 1; /* 不透明にする */
  transform: translateY(0); /* 元の位置に戻す */
}

main.risevia {
    background-image: url(/wp-content/uploads/bg.jpg);
	padding: 80px;
    color: #fff;
	background-size: cover;
}

main.photo {
    background-image: url(/wp-content/uploads/bg2.jpg);
	padding: 80px;
    color: #fff;
	background-size: cover;
}

.l-article{
	max-width: unset;
}

main.risevia .rv-wrapper {
    overflow: hidden;
}

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

/* --- Hero Section --- */
.rv-hero {
    padding: 80px 5%;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s, transform 1s;
}
.rv-hero.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.rv-hero-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
    gap: 50px;
}

.rv-hero-content {
    width: 50%;
}

.rv-hero-sub {
    color: #73b8ff; /* RISEVIAブルー */
    font-family: 'Oswald', sans-serif; /* 英字フォント */
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    font-weight: 600;
	text-align: center;
}

.rv-hero h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 4rem;
    line-height: 1;
    margin: 0 0 30px 0;
    letter-spacing: 0.05em;
}

.rv-hero-catch {
    font-family: 'Oswald', sans-serif;
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 30px;
    font-weight: 500;
}

.rv-hero-text {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #ccc;
}

.rv-hero-img {
    width: 50%;
}
.rv-hero-img img {
    width: 100%;
    height: auto;
    display: block;
}


/* --- Features Section --- */
.rv-features {
    padding: 80px 0;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s, transform 1s;
}
.rv-features.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.rv-sec-title {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 2.5rem;
    margin: 0;
    color: #fff;
}

.rv-sec-subtitle {
    text-align: center;
    font-size: 1rem;
    color: #73b8ff;
    margin: 10px 0 50px;
}

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

.rv-card {
    background: #111;
    border: 1px solid #333;
    padding: 40px 25px;
    text-align: center;
    transition: transform 0.3s, border-color 0.3s;
}

.rv-card:hover {
    transform: translateY(-5px);
    border-color: #73b8ff;
}

.rv-card-icon {
    margin-bottom: 20px;
}

.rv-card-icon img{
	width: 60px;
}

.rv-card h3 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    line-height: 1.6;
}

.rv-card p {
    font-size: 0.9rem;
    color: #ccc;
    line-height: 1.8;
    text-align: left;
}


/* --- CTA Section --- */
.rv-cta {
    padding: 100px 0;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s, transform 1s;
}
.rv-cta.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.rv-cta-title {
    font-family: 'Oswald', sans-serif;
    font-size: 3rem;
    margin-bottom: 20px;
}

.rv-cta-text {
    margin-bottom: 40px;
    line-height: 1.8;
    color: #ccc;
}

.rv-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #111;
    padding: 18px 50px;
    border-radius: 50px; /* 丸みのあるボタン */
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.rv-btn i {
    margin-left: 15px;
    color: #73b8ff; /* アイコンだけ青 */
}

.rv-btn:hover {
    background-color: #73b8ff;
    color: #fff;
    transform: scale(1.05);
}
.rv-btn:hover i {
    color: #fff;
}


/* --- Responsive --- */
@media (max-width: 768px) {
    .rv-hero-inner {
        flex-direction: column;
        text-align: center;
        padding-top: 40px; /* ヘッダー被り回避用 */
    }
    .rv-hero-content, .rv-hero-img {
        width: 100%;
    }
    .rv-hero h1 {
        font-size: 3rem;
    }
    .rv-hero-img {
        order: -1; /* 画像を上に */
        margin-bottom: 30px;
    }
    
    .rv-grid {
        grid-template-columns: 1fr; /* 1カラム */
    }
    
    .rv-card {
        padding: 30px 20px;
    }
    
    .rv-cta-title {
        font-size: 2.2rem;
    }
    
    .sp-only {
        display: block; /* スマホでのみ改行 */
    }
}
@media (min-width: 769px) {
    .sp-only {
        display: none;
    }
}

main.risevia .rv-wrapper {
    overflow: hidden;
}

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

/* --- Hero Section --- */
.rv-hero {
    padding: 0px 5% 60px 5%; /* 少し広めに */
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s, transform 1s;
}
.rv-hero.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.rv-hero-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
    gap: 50px;
}

.rv-hero-content {
    width: 45%;
}

.rv-hero-sub {
    color: #73b8ff;
    font-family: 'Oswald', sans-serif; /* ★指定フォント */
    letter-spacing: 0.1em;
    margin-bottom: 15px;
    font-weight: 600;
}

/* ロゴ画像の調整 */
.rv-hero-logo {
	text-align: center;
	margin: 0 auto 40px auto;
}
.rv-hero-logo img {
    width: 100%;
    max-width: 300px; /* ロゴの最大幅 */
    height: auto;
    display: block;
	margin: 0 auto;
}

.rv-hero-catch {
    font-family: 'Oswald', sans-serif;
    font-size: 2.0rem;
    line-height: 1.4;
    margin-bottom: 30px;
    font-weight: 500;
    letter-spacing: 0.05em;
	text-align: center;
}

.rv-hero-text {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #fff;
}

.rv-hero-img {
    width: 55%;
}
.rv-hero-img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px; /* 少し角丸に（お好みで） */
}


/* --- Features Section --- */
.rv-features {
    padding: 80px 0;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s, transform 1s;
}
.rv-features.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.rv-sec-title {
    text-align: center;
    font-family: 'Oswald', sans-serif; /* ★指定フォント */
    font-size: 2.5rem;
    margin: 0;
    color: #fff;
    letter-spacing: 0.05em;
}

.rv-sec-subtitle {
    text-align: center;
    font-size: 1rem;
    color: #73b8ff;
    margin: 10px 0 60px;
    font-family: 'Oswald', sans-serif; /* サブタイトルも英語フォント感に合わせるなら */
    letter-spacing: 0.1em;
}

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

.rv-card {
    background: #111;
    border: 1px solid #333;
    padding: 40px 25px;
    text-align: center;
    transition: transform 0.3s, border-color 0.3s;
}

.rv-card:hover {
    transform: translateY(-5px);
    border-color: #73b8ff;
}

.rv-card-icon {
    font-size: 3rem;
    color: #73b8ff;
    margin-bottom: 20px;
}

.rv-card h3 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    line-height: 1.6;
}

.rv-card p {
    font-size: 0.9rem;
    color: #ccc;
    line-height: 1.8;
    text-align: left;
}


/* --- CTA Section --- */
.rv-cta {
    padding: 80px 0 120px;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s, transform 1s;
}
.rv-cta.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.rv-cta-title {
    font-family: 'Oswald', sans-serif; /* ★指定フォント */
    font-size: 3rem;
    margin-bottom: 40px;
    letter-spacing: 0.05em;
}

/* 追加画像のスタイル */
.rv-cta-image {
    margin: 0 auto 50px auto;
    width: 100%;
    max-width: 1000px; /* ★指定サイズ */
}
.rv-cta-image img {
    width: 100%;
    height: auto;
    display: block;
}

.rv-cta-text {
    margin-bottom: 40px;
    line-height: 1.8;
    color: #ccc;
}

.rv-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #111;
    padding: 18px 60px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    font-family: 'Oswald', sans-serif; /* ボタン文字もOswaldにする場合 */
    letter-spacing: 0.05em;
}

.rv-btn i {
    margin-left: 15px;
    color: #73b8ff;
}

.rv-btn:hover {
    background-color: #73b8ff;
    color: #fff;
    transform: scale(1.05);
}
.rv-btn:hover i {
    color: #fff;
}


/* --- Responsive --- */
@media (max-width: 768px) {
    .rv-hero-inner {
        flex-direction: column;
        text-align: center;
        padding-top: 20px;
    }
    .rv-hero-content, .rv-hero-img {
        width: 100%;
    }
    .rv-hero-logo img {
        margin: 0 auto; /* スマホでロゴ中央寄せ */
    }
    .rv-hero-img {
        order: -1;
        margin-bottom: 40px;
    }
    
    .rv-grid {
        grid-template-columns: 1fr;
    }
    
    .rv-card {
        padding: 30px 20px;
    }
    
    .rv-cta-title {
        font-size: 2.2rem;
    }
    
    .sp-only {
        display: block;
    }
}
@media (min-width: 769px) {
    .sp-only {
        display: none;
    }
}

main.photo .lm-wrapper {
    overflow: hidden;
}

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

/* 共通セクションタイトル（日本語用） */
.lm-sec-title-ja {
    text-align: center;
    font-size: 1.1rem;
    color: #555;
    margin: 10px 0 50px;
    font-weight: normal;
}
/* 共通セクションタイトル（英語用） */
.lm-sec-title-en {
    text-align: center;
    font-family: 'Cormorant Garamond', serif; /* 英語フォント */
    font-size: 2.5rem;
    margin: 0;
    color: #a36d6b;
    letter-spacing: 0.05em;
}


/* --- Hero Section --- */
.lm-hero {
    padding: 20px 5% 0 5%;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s, transform 1s;
}
.lm-hero.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.lm-hero-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
    gap: 50px;
}

.lm-hero-content {
    width: 45%;
    order: 1; /* テキストが左 */
}

.lm-hero-catch {
    font-family: 'Shippori Mincho', serif; /* 日本語明朝体 */
    font-size: 1.8rem;
    line-height: 1.6;
    margin: 0 0 30px 0;
    color: #333;
    font-weight: 600;
	font-weight: normal;
}

.lm-hero-text {
    font-size: 0.95rem;
    line-height: 1.9;
    color: #555;
    margin-bottom: 30px;
}

.lm-hero-logo {
    margin-bottom: 30px;
}
.lm-hero-logo img {
    width: 100%;
    max-width: 300px; /* ロゴサイズ */
    height: auto;
}

.lm-hero-img {
    width: 55%;
    order: 2; /* 画像が右 */
}
.lm-hero-img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}


/* --- Features Icon Section --- */
.lm-features {
    padding: 80px 0;
    background-color: #fff0ec; /* 薄いピンク */
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s, transform 1s;
}
.lm-features.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.lm-features .lm-sec-title-en { /* Featuresセクションの見出し */
    margin-bottom: 5px;
}

.lm-features-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 900px;
    margin: 0 auto;
}

.lm-features-list li {
    text-align: center;
}

.lm-icon-box {
    width: 100px; /* アイコンボックスのサイズ */
    height: 100px;
    background-color: #a36d6b; /* ★濃いピンクの背景 */
    border-radius: 50%; /* 丸い形 */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px auto;
}

.lm-icon-box img {
    height: 60px; /* アイコンサイズ */
    width: auto;
    filter: brightness(0) invert(1); /* SVGアイコンを白く反転 */
    margin: 0; /* 親要素で中央寄せするため */
}
.lm-features-list p {
    font-size: 0.9rem;
    color: #a36d6b; /* 濃いピンク */
    font-weight: 600;
    line-height: 1.5;
}


/* --- Plans Section --- */
.lm-plans {
    padding: 100px 0;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s, transform 1s;
}
.lm-plans.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.lm-plans .lm-sec-title { /* COURSE見出し */
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.5rem;
    margin: 0;
    color: #a36d6b;
    letter-spacing: 0.05em;
}

.lm-plans .lm-sec-subtitle { /* 多彩な撮影プラン */
    text-align: center;
    font-size: 1rem;
    color: #555;
    margin: 10px 0 50px;
}

.lm-plan-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1000px; /* コンテナ幅に合わせる */
    margin: 0 auto 60px auto; /* 下にスペース */
}
.lm-plan-gallery img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px; /* 角丸 */
    box-shadow: 0 4px 10px rgba(0,0,0,0.08); /* 影 */
}

.lm-plan-image { /* メイクシーン画像 */
    width: 100%;
    max-width: 800px;
    margin: 0 auto 50px auto;
}
.lm-plan-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.lm-plan-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px 30px;
    list-style: none;
    padding: 0;
    max-width: 800px;
    margin: 0 auto;
}

.lm-plan-list li {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    padding: 15px;
    text-align: center;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

/* --- CTA Section --- */
.lm-cta {
    padding: 80px 0 120px;
    text-align: center;
    background: #fff0ec; /* 薄いピンク */
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s, transform 1s;
}
.lm-cta.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.lm-cta-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3rem;
    margin-bottom: 20px;
    color: #a36d6b;
    letter-spacing: 0.05em;
}

.lm-cta-text {
    margin-bottom: 40px;
    line-height: 1.8;
    color: #555;
}

.lm-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #a36d6b; /* 濃いピンク */
    color: #fff;
    padding: 18px 60px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    letter-spacing: 0.05em;
    border: 1px solid #a36d6b;
}

.lm-btn i {
    margin-left: 15px;
}

.lm-btn:hover {
    background-color: #fff;
    color: #a36d6b;
    transform: scale(1.05);
}

/* --- Responsive --- */
@media (max-width: 768px) {
    .lm-hero-inner {
        flex-direction: column;
        text-align: center;
    }
    .lm-hero-content, .lm-hero-img {
        width: 100%;
    }
    .lm-hero-content {
        order: 2; /* スマホではテキストが下 */
    }
    .lm-hero-img {
        order: 1; /* スマホでは画像が上 */
        margin-bottom: 30px;
    }
    .lm-hero-logo {
        margin: 40px auto 0 auto;
    }
    .lm-hero-catch {
        font-size: 1.8rem;
    }

    .lm-features-list {
        grid-template-columns: repeat(2, 1fr); /* スマホは2カラム */
        gap: 25px 15px;
    }
    .lm-features-list li p {
        font-size: 0.8rem;
    }
    
    .lm-plan-gallery {
        grid-template-columns: repeat(2, 1fr); /* スマホは2カラム */
        gap: 15px;
    }

    .lm-plan-list {
        grid-template-columns: 1fr; /* スマホは1カラム */
    }
    .lm-plan-list li {
        font-size: 1rem;
    }
    
    .lm-cta-title {
        font-size: 2.2rem;
    }
    
    .sp-only {
        display: block;
    }
}
@media (min-width: 769px) {
    .sp-only {
        display: none;
    }
}

.lm-access {
    padding: 20px 0 100px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s, transform 1s;
}
.lm-access.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.lm-access-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    max-width: 900px;
    margin: 0 auto;
    padding: 40px;
}

.lm-access-img {
    width: 40%;
    flex-shrink: 0;
}
.lm-access-img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
    aspect-ratio: 3 / 4; /* 縦長比率を維持 */
    object-fit: cover;
}

.lm-access-info {
    width: 60%;
    text-align: left;
}

.lm-access-name {
    font-family: 'Shippori Mincho', serif;
    font-size: 1.4rem;
    color: #a36d6b; /* 濃いピンク */
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.lm-access-address {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 10px;
    color: #333;
}

.lm-access-hours {
    font-size: 0.95rem;
    color: #666;
	margin-bottom: 30px;
}

/* スマホ対応 */
@media (max-width: 768px) {
    .lm-access-inner {
        flex-direction: column;
        padding: 30px 20px;
        gap: 30px;
    }
    .lm-access-img {
        width: 70%; /* スマホでは少し小さめに */
        margin: 0 auto;
    }
    .lm-access-info {
        width: 100%;
        text-align: center; /* スマホでは中央寄せ */
    }
    .lm-access-name {
        font-size: 1.3rem;
    }
}

.concept-wrapper {
    background-color: #fff;
    color: #333;
    font-family: 'Shippori Mincho', "Hiragino Kaku Gothic ProN", serif; /* 明朝体ベース */
    overflow: hidden;
}

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

.cp-container-narrow {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

/* --- Hero Section --- */
.cp-hero {
    position: relative;
	margin: 0 auto;
    min-height: 500px;
	max-width: 1200px;
    margin-bottom: 40px;
    opacity: 0;
    animation: fadeIn 1.5s ease-out forwards;
}

.cp-hero-img {
    width: 100%;
    height: 100%;
}

.cp-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right; /* 顔が見えるように */
}

.cp-hero-text {
    position: absolute;
    top: 150px;
left: 5%;
	right: unset;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 20px;
    color: #666;
}

.cp-title-en {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
    color: #4c94c2;
}

.cp-title-ja {
    font-size: 1.1rem;
    letter-spacing: 0.2em;
    font-weight: 500;
}


.cp-philosophy {
    padding: 20px 0 60px;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s, transform 1s;
}
.cp-philosophy.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.cp-lead {
    font-size: 1.6rem;
    line-height: 2.0;
    margin-bottom: 60px;
	font-weight: normal;
    color: #111;
}

.cp-desc {
    font-size: 1rem;
    line-height: 2.2;
    margin-bottom: 30px;
    color: #555;
}


/* --- Business Section --- */
.cp-business {
    background-color: #fafafa;
    padding: 100px 0;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s, transform 1s;
}
.cp-business.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.cp-sec-title {
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 60px;
    letter-spacing: 0.1em;
}

.cp-business-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2カラム */
    gap: 40px;
}

.cp-business-card {
    display: block;
    text-decoration: none;
    color: #333;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    overflow: hidden;
}

.cp-business-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.cp-card-img {
    width: 100%;
    height: 350px;
    position: relative;
    overflow: hidden;
}

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

.cp-business-card:hover .cp-card-img img {
    transform: scale(1.05);
}

/* 画像の上のオーバーレイ（うっすら色を乗せて統一感を出す） */
.cp-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: background 0.4s ease;
}
.cp-business-card:hover .cp-card-overlay {
    background: rgba(0, 0, 0, 0); /* ホバーで明るく */
}

.cp-card-content {
    padding: 40px 30px;
    text-align: center;
}

.cp-card-sub {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem;
    color: #999;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
}

.cp-card-name {
    font-size: 2rem;
    margin: 0 0 20px 0;
    letter-spacing: 0.05em;
}

.cp-card-desc {
    font-size: 0.95rem;
    line-height: 1.8;
    margin-bottom: 30px;
    color: #555;
    text-align: center;
}

.cp-card-link {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
    transition: color 0.3s;
}
.cp-business-card:hover .cp-card-link {
    color: #4c94c2; /* リンク色をアクセントカラーに（共通の青） */
    border-color: #4c94c2;
}


/* --- Message Section --- */
.cp-message {
    padding: 120px 0;
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s, transform 1s;
}
.cp-message.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.cp-message-text {
    font-size: 1.4rem;
    line-height: 2.0;
    margin-bottom: 50px;
    font-weight: 600;
    color: #333;
}

.cp-logo-mark img {
    width: 60px;
    height: auto;
    opacity: 0.8;
}


/* --- Responsive --- */
@media (max-width: 768px) {
    .cp-hero {
        height: 60vh;
    }
    .cp-title-en {
        font-size: 2.2rem;
    }
    .cp-lead {
        font-size: 1.3rem;
        text-align: left; /* スマホは左揃えの方が読みやすい場合あり */
    }
    .cp-desc {
        text-align: left;
    }
.cp-card-desc {
    text-align: left;
}
    .cp-business-grid {
        grid-template-columns: 1fr; /* 1カラム */
        gap: 30px;
    }
    
    .cp-card-img {
        height: 250px;
    }
    
    .cp-message-text {
        font-size: 1.1rem;
    }
}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
.company-wrapper {
    background-color: #fff;
    color: #333;
    font-family: 'Shippori Mincho', "Hiragino Kaku Gothic ProN", serif;
}

.co-container {
    max-width: 900px; /* 読みやすさを考慮して少し狭めに */
    margin: 0 auto;
    padding: 0 20px;
}

.co-container-narrow {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

/* --- Hero Section --- */
.co-hero {
    padding: 50px 0;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s, transform 1s;
}
.co-hero.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.co-title-en {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3rem;
    margin: 0;
    letter-spacing: 0.1em;
    color: #333;
}

.co-title-ja {
    font-size: 1rem;
    margin-top: 15px;
    color: #999;
    letter-spacing: 0.2em;
}


/* --- Vision Section --- */
.co-vision {
    padding: 0 0 120px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s, transform 1s;
}
.co-vision.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.co-vision-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.2rem;
    line-height: 1.4;
    margin-bottom: 40px;
    color: #4c94c2; /* コーポレートカラー（青）をアクセントに */
}

.co-vision-text {
    font-size: 1rem;
    line-height: 2.2;
    color: #555;
}


/* --- Profile Section --- */
.co-profile {
    padding: 80px 0;
    background-color: #fafafa; /* 背景を薄いグレーにしてエリアを区切る */
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s, transform 1s;
}
.co-profile.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.co-profile-list {
    border-top: 1px solid #ddd; /* 上の線 */
    margin: 0;
}

.co-profile-item {
    display: flex;
    border-bottom: 1px solid #ddd; /* 下の線 */
    padding: 25px 0;
}

.co-profile-item dt {
    width: 200px; /* 見出し幅固定 */
    font-weight: 600;
    padding-left: 20px;
    flex-shrink: 0;
}

.co-profile-item dd {
    margin: 0;
    line-height: 1.8;
    color: #555;
}

.co-business-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.co-business-list li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 1em;
}
.co-business-list li::before {
    content: "・";
    position: absolute;
    left: 0;
}


/* --- Map Section --- */
.co-map {
    padding: 100px 0;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s, transform 1s;
}
.co-map.is-visible {
    opacity: 1;
    transform: translateY(0);
}




/* --- Responsive --- */
@media (max-width: 768px) {
    .co-hero {
        padding: 100px 0 60px;
    }
    .co-vision-title {
        font-size: 1.8rem;
    }
    
    .co-profile-item {
        flex-direction: column; /* スマホでは縦並び */
        padding: 20px 0;
    }
    .co-profile-item dt {
        width: 100%;
        padding-left: 0;
        margin-bottom: 10px;
        color: #999; /* スマホの見出しは少し薄くして区別 */
        font-size: 0.9rem;
    }
}

.contact-wrapper {
    background-color: #fff;
    color: #333;
    font-family: 'Shippori Mincho', "Hiragino Kaku Gothic ProN", serif;
}

.ct-container-narrow {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
}

/* --- Hero Section (会社案内と共通のデザインルール) --- */
.ct-hero {
    padding: 50px 0;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s, transform 1s;
}
.ct-hero.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.ct-title-en {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3rem;
    margin: 0;
    letter-spacing: 0.1em;
    color: #333;
}

.ct-title-ja {
    font-size: 1rem;
    margin-top: 15px;
    color: #999;
    letter-spacing: 0.2em;
}

/* --- Lead Section --- */
.ct-lead {
    text-align: center;
    margin-bottom: 60px;
    line-height: 2.0;
    font-size: 0.95rem;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s, transform 1s;
}
.ct-lead.is-visible {
    opacity: 1;
    transform: translateY(0);
}


/* --- Form Section (Contact Form 7 Styling) --- */
.ct-form {
    padding-bottom: 120px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s, transform 1s;
}
.ct-form.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* フォーム全体のラッパー */
.cf7-form-wrapper {
    text-align: left;
}

/* 各入力項目のブロック */
.cf7-item {
    margin-bottom: 30px;
}

/* ラベル */
.cf7-item label {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 0.05em;
}

/* 必須バッジ */
.cf7-item .required {
    display: inline-block;
    background-color: #a36d6b; /* Lumiéraピンクを借用してアクセントに */
    color: #fff;
    font-size: 0.7rem;
    padding: 2px 6px;
    margin-left: 8px;
    border-radius: 2px;
    vertical-align: middle;
    font-family: sans-serif; /* バッジはゴシック体で見やすく */
}

/* 入力フィールド (テキスト, Email, Select, Textarea) */
.cf7-item input[type="text"],
.cf7-item input[type="email"],
.cf7-item select,
.cf7-item textarea {
    width: 100%;
    padding: 15px;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 0; /* 角丸なしでシャープに */
    font-size: 1rem;
    font-family: inherit; /* 親のフォントを継承 */
    box-sizing: border-box;
    transition: border-color 0.3s, background-color 0.3s;
}

/* フォーカス時のスタイル */
.cf7-item input:focus,
.cf7-item select:focus,
.cf7-item textarea:focus {
    outline: none;
    border-color: #4c94c2; /* 共通の青をアクセントに */
    background-color: #fff;
}

/* テキストエリアの高さ */
.cf7-item textarea {
    height: 200px;
    resize: vertical; /* 縦方向のみリサイズ許可 */
}

/* 送信ボタンエリア */
.cf7-submit {
    text-align: center;
    margin-top: 50px;
}

/* 送信ボタン */
.cf7-submit input[type="submit"] {
    background-color: #333; /* 黒背景で引き締める */
    color: #fff;
    border: 1px solid #333;
    padding: 15px 80px;
    font-size: 1.1rem;
    font-family: 'Cormorant Garamond', serif; /* 英語フォントでおしゃれに */
    letter-spacing: 0.1em;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-appearance: none; /* iOSでのスタイルリセット */
    border-radius: 0;
}

/* 送信ボタンホバー */
.cf7-submit input[type="submit"]:hover {
    background-color: #fff;
    color: #333;
}

/* エラーメッセージ等の調整（CF7デフォルトの上書き） */
.wpcf7-not-valid-tip {
    font-size: 0.85rem;
    margin-top: 5px;
    color: #d00;
}
.cf7-submit input[type="submit"]{
	padding: 5px 80px;
	margin-bottom: 30px;
}
/* レスポンシブ */
@media (max-width: 768px) {
    .ct-hero {
        padding: 100px 0 60px;
    }
    .ct-title-en {
        font-size: 2.5rem;
    }
    .cf7-submit input[type="submit"] {
        width: 100%; /* スマホでは幅いっぱいに */
        padding: 15px 0;
    }
}

.privacy-wrapper {
    background-color: #fff;
    color: #333;
    font-family: 'Shippori Mincho', "Hiragino Kaku Gothic ProN", serif;
}

.pp-container {
    max-width: 800px; /* 文章が読みやすい幅に制限 */
    margin: 0 auto;
    padding: 0 20px;
}

/* --- Hero Section (共通スタイル) --- */
.pp-hero {
    padding: 50px 0;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s, transform 1s;
}
.pp-hero.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.pp-title-en {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3rem;
    margin: 0;
    letter-spacing: 0.1em;
    color: #333;
}

.pp-title-ja {
    font-size: 1rem;
    margin-top: 15px;
    color: #999;
    letter-spacing: 0.2em;
}

/* --- Content Section --- */
.pp-content {
    padding-bottom: 120px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s, transform 1s;
}
.pp-content.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.pp-lead {
    margin-bottom: 80px;
}

.pp-lead h3,
.pp-policy h3 {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
}

.pp-lead p {
    font-size: 1rem;
    line-height: 2.0;
    color: #555;
}

.pp-item {
    margin-bottom: 50px;
}

.pp-item h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 15px 0;
    padding-left: 15px;
    border-left: 4px solid #333; /* 左にアクセントの線 */
    line-height: 1.4;
}

.pp-item p {
    font-size: 0.95rem;
    line-height: 1.9;
    margin: 0;
    color: #555;
}

.pp-item ul {
    margin: 15px 0 0 0;
    padding-left: 20px;
    list-style: disc;
}

.pp-item ul li {
    margin-bottom: 5px;
    font-size: 0.95rem;
    color: #555;
}

.pp-item a {
    color: #4c94c2;
    text-decoration: underline;
}
.pp-item a:hover {
    text-decoration: none;
}

.pp-signature {
    margin-top: 80px;
    text-align: right;
    line-height: 1.8;
    font-size: 0.95rem;
    border-top: 1px solid #eee;
    padding-top: 30px;
}

/* Responsive */
@media (max-width: 768px) {
    .pp-hero {
        padding: 100px 0 60px;
    }
    .pp-title-en {
        font-size: 2.2rem;
    }
    .pp-item h4 {
        font-size: 1rem;
    }
}

/* =================================== */
/* ▼ニュースアーカイブ & 詳細ページ共通 */
/* =================================== */

.news-archive-wrapper,
.single-wrapper {
    background-color: #fff;
    color: #333;
    font-family: 'Shippori Mincho', "Hiragino Kaku Gothic ProN", serif;
    padding-top: 50px; /* ヘッダー被り回避 */
    padding-bottom: 50px;
}

/* 共通ヒーロー（アーカイブ用） */
.common-hero {
    text-align: center;
    margin-bottom: 80px;
}
.common-title-en {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3rem;
    margin: 0;
    letter-spacing: 0.1em;
}
.common-title-ja {
    font-size: 1rem;
    margin-top: 10px;
    color: #999;
    letter-spacing: 0.2em;
}


/* =================================== */
/* ▼ニュース一覧 (Archive) */
/* =================================== */

.news-archive-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.news-list-archive {
    list-style: none;
    padding: 0;
    margin: 0 0 60px 0;
    border-top: 1px solid #eee;
}

.news-item-archive {
    border-bottom: 1px solid #eee;
}

.news-item-archive a {
    display: flex;
    align-items: baseline;
    padding: 25px 10px;
    text-decoration: none;
    color: #333;
    transition: background-color 0.3s;
}

.news-item-archive a:hover {
    background-color: #fafafa;
}

.news-date {
    font-family: 'Cormorant Garamond', serif;
    margin-right: 30px;
    color: #666;
    font-size: 1.1rem;
    flex-shrink: 0; /* 日付が縮まないように */
}

.news-title-text {
    font-size: 1rem;
    margin: 0;
    font-weight: 500;
    line-height: 1.6;
}

/* ページネーション */
.pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 60px;
}
.pagination .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    font-family: 'Cormorant Garamond', serif;
    transition: all 0.3s;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
    background-color: #333;
    color: #fff;
    border-color: #333;
}



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

/* ヘッダーエリア */
.single-header {
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}

.single-meta {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-family: 'Cormorant Garamond', serif;
}

.single-date {
    color: #666;
    margin-right: 20px;
}

.single-cat {
    background-color: #eee;
    color: #333;
    font-size: 0.8rem;
    padding: 3px 10px;
    font-family: sans-serif; /* カテゴリ名はゴシックで見やすく */
}

.single-title {
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 0;
    font-weight: 600;
}

/* アイキャッチ画像 */
.single-thumbnail {
    margin-bottom: 50px;
}
.single-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

/* 本文エリア */
.single-content {
    margin-bottom: 80px;
    line-height: 2.0;
    font-size: 1rem;
}
.single-content p {
    margin-bottom: 2em;
}
.single-content h2 {
    font-size: 1.4rem;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    margin: 60px 0 30px;
}
.single-content h3 {
    font-size: 1.2rem;
    margin: 40px 0 20px;
    border-left: 4px solid #333;
    padding-left: 15px;
}
.single-content img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
}

/* フッターエリア（戻るボタン等） */
.single-footer {
    border-top: 1px solid #ddd;
    padding-top: 40px;
}

.post-links {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    font-size: 0.9rem;
}
.post-links a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s;
}
.post-links a:hover {
    color: #000;
}

.back-btn-area {
    text-align: center;
}
.back-btn {
    display: inline-block;
    border: 1px solid #333;
    padding: 12px 50px;
    color: #333;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s;
}
.back-btn:hover {
    background-color: #333;
    color: #fff;
}

/* スマホ対応 */
@media (max-width: 768px) {
    .news-item-archive a {
        flex-direction: column;
        padding: 20px 0;
    }
    .news-date {
        margin-bottom: 5px;
        font-size: 1rem;
    }
    
    .single-title {
        font-size: 1.4rem;
    }
    .post-links {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}

@media (max-width: 1151px) {
.mv {
	min-height: 500px;
	}
.menu-toggle {
    position: absolute;
    right: 25px;
	top: 25px;
	}
.concept-images {
    position: relative;
    width: 50%;
    max-width: 600px;
    height: 450px;
    flex-shrink: 0;
}
	.concept-content {
    width: 50%;
    max-width: 600px;
		margin-left: 0%;
	}
.header {
    width: 100%;
	height: 100px;
	}
.header-logo img {
    display: block;
    max-height: 70px;
    width: auto;
}
}


@media (max-width: 1024px) {
	.concept-images {
        position: relative;
        width: 80%;
		max-width: unset;
	}
    .concept-content {
        width: 80%;
        max-width: unset;
        margin-left: 0%;
    }
.service_wrap {
    display: block;
}
}


@media (max-width: 768px) {
    .mv {
        min-height: 300px;
background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url('/wp-content/uploads/mv_001.jpg');
    }
    .concept-img02 {
        width: 50%;
			height: 50%;
        left: 50%;
	}
.mv-line {
        font-size: 1rem;
    }
    .concept-images {
        position: relative;
			width: 90%;
	}
    .concept-content {
			width: 90%;
	}
	.service_risevia h2{
		font-size: 22px;
	}
	.service_lumiera h2{
		font-size: 22px;
	}
.footer-top-image img {
    display: block;
    height: 200px;
    object-fit: cover;
    width: 100%;
    object-position: 50%;
}
.cp-hero-img {
    width: auto;
    height: 400px;
	opacity: 0.5;
}
.cp-hero-text {
    position: absolute;
    top: 150px;
    left: unset;
    right: unset;
    width: 100%;
    padding: 0 20px;
    color: #666;
}
    .cp-hero {
        height: unset;
    min-height: auto;
    }
	.cp-title-en{
		text-align: center;
		font-size: 24px;
    color: #4c94c2;
	}
	.cp-title-ja {
		text-align: center;
		font-size: 14px;
	}
    .cp-lead {
        font-size: 1.3rem;
        text-align: center;
    margin-bottom: 30px;
    }
.cp-desc {
        text-align: left;
	padding: 0 20px;
	font-size: 15px;
    }
.pcnon{
	display: block;
}

.spnon{
	display: none;
}
main.risevia {
    padding: 80px 20px;
}
main.photo {
    padding: 80px 20px;
}
.rv-hero-logo img {
    width: auto;
	max-width: 200px;
	margin-bottom: 60px !important;
	}
	.lm-hero{
		margin-bottom: 60px;
	}
.lm-plans {
	padding: 60px 0;
	}
.lm-access {
	padding: 20px 0 ;
	}
.lm-sec-title-ja {
    text-align: center;
    font-size: 1.1rem;
    color: #555;
    margin: 10px 0 10px;
    font-weight: normal;
}
	.lm-access-address,.lm-access-hours{
		text-align: left;
	}
.rv-hero-catch {
    font-family: 'Oswald', sans-serif;
	font-size: 1.5rem;
	}
}

.btn01{
	background: #000;
	width: 220px;
	display: block;
	margin: 40px auto 0 auto;
	padding: 10px 20px;
	border: 1px solid #fff;
	text-align:center;
	color: #fff;
}
