@charset "UTF-8";

/*!
Theme Name: CoreBank corp.
Description: CoreBank corp.のテーマ
Author: BRIGHT COMMS
Template:   cocoon-master
Version:    1.1.3
*/

/*===========================================

【全体】

===========================================*/

/*-------------------------------------------
リセット
-------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: transparent;
	top: 0 !important;
}

html, body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

.body .article,
.entry-content,
.footer,
.copyright {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.custom-header-wrapper {
    margin: 0;
}

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
    margin: 0;
    padding: 0;
    line-height: normal;
    background-color: transparent;
    border: none;
}

.body .article,
.entry-content,
.footer,
.copyright {
    display: block;
	z-index: -999;
    position: relative;
}

.custom-header-wrapper {
	z-index: -999;
    position: relative;
}

.no-sidebar .content .main {
    padding: 0;
}

.entry-content>*, .mce-content-body>*, .article p, .demo .entry-content p, .article dl, .article ul, .article ol, .article blockquote, .article pre, .article table, .article .toc, .body .article, .body .column-wrap, .body .new-entry-cards, .body .popular-entry-cards, .body .navi-entry-cards, .body .box-menus, .body .ranking-item, .body .rss-entry-cards, .body .widget, .body .author-box, .body .blogcard-wrap, .body .login-user-only, .body .information-box, .body .question-box, .body .alert-box, .body .information, .body .question, .body .alert, .body .memo-box, .body .comment-box, .body .common-icon-box, .body .blank-box, .body .button-block, .body .micro-bottom, .body .caption-box, .body .tab-caption-box, .body .label-box, .body .toggle-wrap, .body .wp-block-image, .body .booklink-box, .body .kaerebalink-box, .body .tomarebalink-box, .body .product-item-box, .body .speech-wrap, .body .wp-block-categories, .body .wp-block-archives, .body .wp-block-archives-dropdown, .body .wp-block-calendar, .body .ad-area, .body .wp-block-gallery, .body .wp-block-audio, .body .wp-block-cover, .body .wp-block-file, .body .wp-block-media-text, .body .wp-block-video, .body .wp-block-buttons, .body .wp-block-columns, .body .wp-block-separator, .body .components-placeholder, .body .wp-block-search, .body .wp-block-social-links, .body .timeline-box, .body .blogcard-type, .body .btn-wrap, .body .btn-wrap a, .body .block-box, .body .wp-block-embed, .body .wp-block-group, .body .wp-block-table, .body .scrollable-table, .body .wp-block-separator, .body .wp-block, .body .video-container, .comment-area, .related-entries, .pager-post-navi, .comment-respond {
	margin-bottom: 0;
}

/*-------------------------------------------
初期設定
-------------------------------------------*/
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    height: 100%;
}

.wrap {
    width: 100%;
}

.main,
.content {
    padding: 0;
    margin: 0;
}

p, a, h1, h2, h3, h4, h5, h6 {
    font-family: "Noto Sans JP", serif;
}

h2 {
    font-size: 52px;
    color: var(--main-color);
    font-weight: 700;
}

h3 {
    font-size: 38px;
    color: var(--main-color);
    font-weight: 700;
}

/* カラー */
:root {
    --main-color: #2B0E0A;
    --highlight-color: #FD780F;
    --gray-color: #727171;
    --white-color: #FFFFFF;
    --trans-white-50: rgba(255, 255, 255, 0.5);
    --trans-white-25: rgba(255, 255, 255, 0.25);
    --trans-main-90: rgba(43, 14, 10, 0.9);
    --trans-main-25: rgba(43, 14, 10, 0.25);
}

/* デフォルト日本語 */
.lang-ja {
    font-family: 'Noto Sans JP', sans-serif !important;
}

/* 中文（簡体字） */
.lang-zh {
    font-family: 'Noto Sans SC', sans-serif !important;
}

/* 英語 */
.lang-en {
    font-family: 'Noto Sans', sans-serif !important;
}

/* アラビア語 */
.lang-ar {
    font-family: 'Noto Sans Arabic', sans-serif !important;
}

/* sticky状態のナビを画面上部に固定表示する */
.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 16001;
	padding: 10px 0 !important;
}

/*-------------------------------------------
非表示
-------------------------------------------*/
.header-container,
.home .date-tags,
.home .entry-title,
.home .footer-meta,
.home .eye-catch-wrap,
.home .post-date,
.page-id-11 .date-tags,
.page-id-11 .entry-title,
.page-id-11 .footer-meta,
.page-id-11 .eye-catch-wrap,
.page-id-11 .post-date,
.page-id-11 .breadcrumb,
.page-id-124 .entry-title,
.page-id-147 .entry-title,
.page-id-202 .entry-title,
.page-id-212 .entry-title,
.page-id-216 .entry-title,
.page-id-218 .entry-title,
.page-id-227 .entry-title,
.page-id-240 .entry-title,
.entry-categories,
.cat-label {
    display: none;
    margin: 0;
}

.main {
    border: none;
}

.footer {
    display: none;
}

/*-------------------------------------------
PC用・SP用
-------------------------------------------*/
.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

.pc-image {
    display: block !important;
}

.sp-image {
    display: none !important;
}

/*===========================================

【共通】

===========================================*/

/*-------------------------------------------
ローディングロゴ
-------------------------------------------*/
.loading-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--white-color);
    z-index: 19999;
    opacity: 1;
    transition: opacity 1s ease;
    pointer-events: none;
}

.loading-background.hidden {
    opacity: 0; /* 透明にする */
}

.loading-logo {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20000;
    opacity: 0;
    pointer-events: none;
}

/*.loading-logo img {
    width: clamp(300px, 30vw, 516px);
    height: auto;
	max-width: none;
	animation: blink-animation 1s infinite ease-in-out;
}

@keyframes blink-animation {
    0%, 100% {
        opacity: 1;
    }
    50% {
		opacity: 0;
    }
}*/

/*-------------------------------------------
ヘッダー
-------------------------------------------*/
.header-section {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 16000;
    background: transparent;
    opacity: 0;
    transition: opacity 0.8s ease;
}

.header-section a:hover {
	color: var(--main-color);
	opacity: 0.7;
}

.header-inner {
    margin: 0 auto;
    padding: clamp(10px, 2vw, 20px) clamp(10px, 2vw, 40px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-left {
	display: flex;
	align-items: center;
}

.header-logo {
	display: flex;
	align-items: center;
	text-decoration: none;
	gap: clamp(5px, 1vw, 10px);
}

.header-logo img {
    width: clamp(110px, 20vw, 242px);
    height: auto;
    max-width: 100%;
}

.header-company-name {
	font-size: clamp(10px, 1.3vw, 18px);
	font-weight: bold;
	color: #727171;
	white-space: nowrap;
}

.header-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-nav {
    display: flex;
    align-items: center;
    gap: clamp(10px, 1.2vw, 20px);
}

.nav-link {
    text-decoration: none;
    color: var(--main-color);
    font-size: clamp(14px, 1.2vw, 16px);
    font-weight: 600;
}

.contact-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--main-color);
    border-radius: 25px;
    width: clamp(150px, 16vw, 192px);
    height: clamp(40px, 5vw, 50px);
    padding: 0 10px;
    cursor: pointer;
}

.contact-button .contact-text {
    color: var(--white-color);
    font-size: clamp(14px, 1.2vw, 16px);
    font-weight: 600;
}

.contact-button .vertical-line {
    display: inline-block;
    width: 1px;
    height: 30%;
    background: var(--trans-white-50);
    margin: 0 8px;
}

.contact-button .contact-icon {
    color: var(--white-color);
    font-size: clamp(14px, 1.2vw, 16px);
}

.language-switcher {
    background: #FFF;
    border: 1px solid var(--main-color);
    border-radius: 25px;
    display: flex;
    align-items: center;
    position: relative;
    width: clamp(200px, 34vw, 300px);
    height: clamp(34px, 5vw, 50px);
    justify-content: center;
}

.language-list {
    display: flex;
    gap: clamp(4px, 0.8vw, 10px);
    list-style: none;
    margin: 0 auto !important;
    padding: 0;
}

.language-list .lang-item {
    cursor: pointer;
    font-size: clamp(12px, 1vw, 14px);
    color: var(--gray-color);
}

.language-list .lang-item.active {
    font-weight: bold;
    color: var(--main-color);
}

.menu-button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: clamp(20px, 3vw, 26px);
    color: var(--main-color);
    width: 24px;
}

/*-------------------------------------------
Google翻訳
-------------------------------------------*/
.gtranslate_wrapper {
	padding-bottom: 4px;
}

.gtranslate_wrapper img {
	width: clamp(12px, 2vw, 24px) !important;
}

.gtranslate_wrapper a {
	font-size: clamp(12px, 1.5vw, 16px) !important;
}

.gtranslate_wrapper span {
	font-size: clamp(12px, 1.5vw, 16px) !important;
}

/*-------------------------------------------
オーバーレイメニュー
-------------------------------------------*/
.overlay-menu {
    position: fixed;
    top: clamp(60px, 9vw, 90px);
	left: 0;
    width: 100%;
    height: 100%;
    background: var(--trans-main-90);
    z-index: 50000;
    display: none;
    overflow-y: auto;
}

.overlay-menu a:hover {
    opacity: 0.7;
	color: var(--highlight-color);
}

.overlay-menu.show {
    display: block;
    animation: fadeIn 0.5s forwards;
}

.overlay-inner {
    max-width: 1000px;
	max-height: 100%;
    margin: 0 auto;
    padding: 100px 40px;
    color: var(--white-color);
	overflow-y: auto;
	box-sizing: border-box;
}

.overlay-contact-title {
    font-size: clamp(20px, 3vw, 28px) !important;
    font-weight: 700 !important;
    margin-bottom: clamp(10px, 3vw, 20px) !important;
    color: var(--white-color);
}

.overlay-contact-content {
    display: flex;
    margin-bottom: clamp(20px, 3vw, 40px);
    justify-content: space-between;
}

.overlay-contact-heading {
    font-size: clamp(16px, 2vw, 20px) !important;
    font-weight: 500 !important;
    margin-bottom: clamp(20px, 3vw, 40px) !important;
    color: var(--white-color);
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
}

.overlay-contact-desc {
    font-size: clamp(14px, 1.5vw, 16px);
    font-weight: 400;
    line-height: 1.5;
}

.overlay-contact-right {
    display: flex;
    gap: clamp(10px, 3vw, 20px);
}

.overlay-contact-method {
    text-align: center;
}

.overlay-contact-method-title {
    font-size: clamp(14px, 1.5vw, 18px) !important;
    font-weight: 600 !important;
    margin-bottom: clamp(8px, 2vw, 16px) !important;
    color: var(--white-color);
}

.overlay-contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--white-color);
    border: none;
    border-radius: 35px;
    padding: 0 10px;
    height: clamp(49px, 5vw, 70px);
    text-decoration: none;
    color: var(--main-color);
    font-size: clamp(14px, 1vw, 16px);
    font-weight: 500;
    gap: 8px;
    width: clamp(240px, 15vw, 292px);
}

.overlay-contact-btn .vertical-line {
    width: 1px;
    height: 30%;
    background: var(--trans-white-25);
}

.overlay-divider {
    width: 100%;
    max-width: 1000px;
    border: none;
    border-top: 1px solid var(--trans-white-25);
    margin: clamp(20px, 7vw, 40px) auto clamp(20px, 7vw, 40px);
}

.overlay-links {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(20px, 3vw, 40px);
}

.overlay-links-left {
    flex: 2;
    display: flex;
    gap: clamp(20px, 5vw, 60px);
    flex-wrap: wrap;
}

.overlay-col {
    display: flex;
    flex-direction: column;
}

.overlay-links-left .overlay-col:nth-child(1) {
    gap: clamp(10px, 2vw, 20px);
}

.overlay-links-left .sub-title {
    margin-top: clamp(8px, 2vw, 16px);
}

.overlay-link {
    text-decoration: none;
    color: var(--white-color);
    font-size: clamp(14px, 2vw, 16px);
    font-weight: 400;
}

.overlay-link.main-link {
    font-size: clamp(14px, 2vw, 16px);
    font-weight: 400;
}

.overlay-link.sub-link {
    font-size: clamp(12px, 2vw, 14px);
    color: var(--trans-white-50);
}

.overlay-links-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 3vw, 30px);
    align-items: flex-end;
}

.store-list {
    display: flex;
    flex-direction: column;
}

.store-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.store-icon {
    font-size: clamp(12px, 2vw, 16px);
    color: var(--white-color);
    opacity: 0.5;
}

.overlay-logo-block {
    text-align: right;
}

.overlay-logo {
    width: 195px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-bottom: clamp(8px, 2vw, 16px);
}

.overlay-office-info {
    font-size: clamp(12px, 2vw, 14px);
    color: var(--trans-white-50);
    text-align: right;
    line-height: 1.5;
    margin-bottom: clamp(5px, 2vw, 10px) !important;
}

.overlay-access-link {
    font-size: clamp(10px, 2vw, 14px);
    text-decoration: underline;
    color: var(--trans-white-50);
    display: block;
    text-align: right;
    margin-bottom: clamp(8px, 2vw, 16px);
}

.overlay-sns {
    display: flex;
    gap: clamp(8px, 2vw, 16px);
    justify-content: flex-end;
}

.overlay-sns-link img {
    width: 23px;
    height: auto;
}

.overlay-privacy {
    font-size: clamp(10px, 2vw, 14px);
    color: var(--trans-white-50);
    text-decoration: none;
    text-align: right;
    display: block;
}

.no-scroll {
    overflow: hidden;
    height: 100%;
}

/*-------------------------------------------
フッターセクション
-------------------------------------------*/
.footer-section {
    width: 100%;
    background: var(--main-color);
    color: var(--white-color);
    padding: 100px 20px;
    box-sizing: border-box;
}

.footer-section a:hover {
    opacity: 0.7;
	color: var(--highlight-color);
}

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

.footer-contact-title {
    font-size: clamp(20px, 3vw, 28px) !important;
    font-weight: 700 !important;
    margin-bottom: clamp(10px, 3vw, 20px) !important;
    color: var(--white-color);
    text-align: left;
}

.footer-contact-content {
    display: flex;
    margin-bottom: clamp(20px, 7vw, 40px);
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-contact-left {
    flex: 1;
}

.footer-contact-heading {
    font-size: clamp(16px, 2vw, 20px) !important;
    font-weight: 500 !important;
    margin-bottom: clamp(20px, 3vw, 40px) !important;
    color: var(--white-color);
    font-family: "Josefin Sans", sans-serif;
}

.footer-contact-desc {
    font-size: clamp(14px, 1.5vw, 16px);
    font-weight: 400;
    line-height: 1.5;
    color: var(--white-color);
}

.footer-contact-right {
    display: flex;
    gap: clamp(20px, 3vw, 20px);
    flex: 1;
}

.footer-contact-method {
    text-align: center;
}

.footer-contact-method-title {
    font-size: clamp(14px, 1.5vw, 18px) !important;
    font-weight: 600 !important;
    margin-bottom: clamp(8px, 2vw, 16px) !important;
    color: var(--white-color);
}

.footer-contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--white-color);
    border: none;
    border-radius: 35px;
    padding: 0 10px;
    text-decoration: none;
    color: var(--main-color);
    font-size: clamp(14px, 1vw, 16px);
    font-weight: 500;
    gap: 8px;
	height: clamp(55px, 5vw, 70px);
    width: clamp(240px, 15vw, 292px);
}

.footer-contact-btn:hover {
    opacity: 0.8;
}

.footer-vertical-line {
    width: 1px;
    height: 30%;
    background: var(--trans-white-25);
}

.footer-divider {
    width: 100%;
    max-width: 1000px;
    border: none;
    border-top: 1px solid var(--trans-white-25);
    margin: 0 auto clamp(20px, 7vw, 40px);
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(20px, 3vw, 40px);
}

.footer-links-left {
    flex: 2;
    display: flex;
    gap: clamp(20px, 5vw, 60px);
    flex-wrap: wrap;
}

.footer-col {
    display: flex;
    flex-direction: column;
}

.footer-links-left .footer-col:nth-child(1) {
    gap: clamp(10px, 2vw, 20px);
}

.footer-sub-title {
    margin-top: clamp(8px, 2vw, 16px);
}

.footer-link {
    text-decoration: none;
    font-size: clamp(14px, 2vw, 16px);
    font-weight: 400;
    color: var(--white-color);
    transition: opacity 0.3s ease;
}

.footer-link:hover {
    opacity: 0.7;
}

.footer-main-link {
    font-size: clamp(14px, 2vw, 16px);
    font-weight: 400;
}

.footer-sub-link {
    font-size: clamp(12px, 2vw, 14px);
    color: var(--trans-white-50);
}

.footer-links-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 3vw, 30px);
    align-items: flex-end;
}

.footer-store-list {
    display: flex;
    flex-direction: column;
}

.footer-store-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-store-icon {
    font-size: clamp(12px, 2vw, 16px);
    color: var(--white-color);
    opacity: 0.5;
}

.footer-logo-block {
    text-align: right;
}

.footer-logo {
    width: 195px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-bottom: clamp(8px, 2vw, 16px);
}

.footer-office-info {
    font-size: clamp(12px, 2vw, 14px);
    color: var(--trans-white-50);
    text-align: right;
    line-height: 1.5;
    margin-bottom: clamp(5px, 2vw, 10px) !important;
}

.footer-access-link {
    font-size: clamp(10px, 2vw, 14px);
    text-decoration: underline;
    color: var(--trans-white-50);
    display: block;
    text-align: right;
    margin-bottom: clamp(8px, 2vw, 16px);
}

.footer-sns {
    display: flex;
    gap: clamp(8px, 2vw, 16px);
    justify-content: flex-end;
}

.footer-sns-link img {
    width: 23px;
    height: auto;
}

.footer-privacy {
    font-size: clamp(10px, 2vw, 14px);
    color: var(--trans-white-50);
    text-decoration: none;
    text-align: right;
    display: block;
    transition: opacity 0.3s ease;
}

.footer-privacy:hover {
    opacity: 0.7;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid var(--trans-white-25);
}

.footer-bottom div {
    display: flex;
    align-items: center;
}

.footer-copyright {
    font-size: clamp(10px, 2vw, 14px);
    font-weight: 400;
    color: var(--white-color);
    text-align: left;
}

.footer-privacy-link-block {
    text-align: right;
}

.footer-privacy-link {
    font-size: clamp(10px, 2vw, 14px);
    font-weight: 400;
    color: var(--white-color);
    text-decoration: underline;
    transition: opacity 0.3s ease;
}

.footer-privacy-link:hover {
    opacity: 0.7;
}

/*-------------------------------------------
ボタン
-------------------------------------------*/
.corporate-button, .service-btn, .news-button {
    display: inline-block;
    background: var(--main-color);
    width: 320px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    color: var(--white-color);
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
	transition: color 0.3s ease;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.corporate-button::before, .service-btn::before, .news-button::before {
	display: block;
	content: '';
	position: absolute;
	inset: 0;
	background-color: var(--white-color);
	transition: transform 0.3s ease;
	transform: scaleX(0);
	transform-origin: right;
	z-index: -1;
}

.corporate-button:hover::before, .service-btn:hover::before, .news-button:hover::before {
	transform: scaleX(1);
	transform-origin: left;
}

.corporate-button::before, .news-button::before {
	background-color: var(--highlight-color);
}

.service-section a:hover{
	color: var(--highlight-color) !important;
}

.corporate-text-container a:hover, .news-section a:hover {
	color: var(--white-color) !important;
}

/*===========================================

【トップページ】

===========================================*/

/*-------------------------------------------
アニメーション
-------------------------------------------*/

/* ローディングロゴ表示中 */
.header-section,
.main-visual-section,
.color-overlay-orange,
.color-overlay-white,
.main-visual-text,
.main-visual-text h1,
.main-visual-text h2 {
    display: block;
    opacity: 0;
    visibility: hidden;
}

/* ローディングロゴ終了後 */
.post-loading .header-section,
.post-loading .main-visual-section,
.post-loading .main-visual-text,
.post-loading .main-visual-text h1,
.post-loading .main-visual-text h2 {
    visibility: visible;
    transition: opacity 0.8s ease, visibility 0.8s ease;
}

/* 初期状態 */
.main-visual-section,
.main-visual-text,
.main-visual-text h1,
.main-visual-text h2 {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease, visibility 0.8s ease;
}

/* オレンジ背景表示前 */
.loading-complete .main-visual-section,
.loading-complete .main-visual-text,
.loading-complete .main-visual-text h1,
.loading-complete .main-visual-text h2 {
    opacity: 0;
    visibility: hidden;
}

/* オレンジ背景表示中 */
.show-orange .main-visual-section,
.show-orange .main-visual-text,
.show-orange .main-visual-text h1,
.show-orange .main-visual-text h2 {
    opacity: 0;
    visibility: visible;
}

/* オレンジ・白背景のアニメーション終了後に表示 */
.hide-orange .main-visual-text,
.hide-orange .main-visual-text h1,
.hide-orange .main-visual-text h2 {
    opacity: 1;
    visibility: visible;
    transition: opacity 1s ease, visibility 1s ease;
}

.hide-white .main-visual-section {
    opacity: 1;
    visibility: visible;
    transition: opacity 1s ease, visibility 1s ease;
	margin: 0 auto;
}

/* オーバーレイ（オレンジ背景） */
.color-overlay-orange {
    z-index: 15000;
    background: var(--highlight-color);
}

/* オーバーレイ（白背景） */
.color-overlay-white {
    z-index: 13000;
    background: var(--white-color);
}

/* オーバーレイ初期状態 */
.color-overlay-orange,
.color-overlay-white {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.6s ease, opacity 0.8s ease, visibility 0.8s ease;
}

/* オーバーレイ表示 */
.post-loading .color-overlay-orange,
.post-loading .color-overlay-white {
    opacity: 1;
    visibility: visible;
}

/* ヘッダー表示 */
.show-header .header-section {
    opacity: 1;
    transition: opacity 0.8s ease;
}

/* オレンジ・白背景 表示 */
.show-orange .color-overlay-orange {
    transform: translateX(0%);
    opacity: 1;
    visibility: visible;
}

.show-white .color-overlay-white {
    transform: translateX(0%);
    opacity: 1;
    visibility: visible;
}

/* オレンジ・白背景　右へ消える */
.hide-orange .color-overlay-orange {
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s ease, opacity 0.8s ease, visibility 0.8s ease;
}

.hide-white .color-overlay-white {
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.6s ease, opacity 0.8s ease, visibility 0.8s ease;
}

/* 背景縮小アニメーション */
.scale-down {
    animation: bgScaleDown 2s ease forwards;
}

@keyframes bgScaleDown {
    0% {
        background-size: 120%;
    }
    100% {
        background-size: 100%;
    }
}

/*-------------------------------------------
メインビジュアルセクション
-------------------------------------------*/
.main-visual {
	position: relative;
}

.main-visual-section {
    z-index: 1;
    width: 1920px;
    height: 100vh;
    background-image: url("https://corebank.bright-comms.net/wp-content/uploads/2024/12/mainvisual.jpg");
    background-size: 120%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    display: block;
    opacity: 0;
    transition: opacity 0.8s ease;
}

.main-visual-text {
    z-index: 14000;
    position: absolute;
    bottom: clamp(-60px, -3vw, -20px);
    left: clamp(20px, 5vw, 40px);
    color: var(--highlight-color);
    text-align: left;
    opacity: 1;
}

.main-visual-text h1 {
	font-size: clamp(28px, 5vw, 74px);
    font-weight: 900;
    margin-bottom: 20px;
    color: var(--highlight-color);
    text-shadow: 0 0 30px var(--white-color);
}

.main-visual-text h2 {
    font-size: clamp(50px, 12vw, 240px);
    font-weight: 700;
    font-family: "Josefin Sans", sans-serif;
    color: var(--highlight-color);
}

/*-------------------------------------------
サービスセクション
-------------------------------------------*/
.service-inner {
	max-width: 1000px;
    margin: 0 auto;
}

.service-section {
    position: relative;
    width: 100%;
    background: transparent;
    overflow: hidden;
    padding: 160px 40px;
	background:var(--highlight-color);
	z-index: -10;
}

.service-bg-image {
	position: absolute;
	top: 0;
	right: 0;
	opacity:0;
    z-index: -3;
}

.service-title {
	font-family: "Josefin Sans", sans-serif;
	font-size: 50px !important;
    font-weight: 700 !important;
	color: var(--white-color);
	text-align: left;
	overflow:hidden;
	opacity:0;
	transition: all 0.5s ease;
}

.service-subtitle {
	font-size: 34px !important;
    color: var(--white-color);
    text-align: left;
    line-height: 1.8 !important;
    margin: 40px 0 60px !important;
	opacity:0; 
	transform: translateX(20px);
	transition: all 0.5s ease;
}

.service-list {
	margin-top:40px;
	opacity:0;
	transform: translateX(20px);
	transition: all 0.5s ease;
}

.service-item {
	display: flex;
	align-items: center;
	gap:40px;
	margin-bottom:20px;
}

.service-icon {
	width:40px;
	height:auto;
	flex-shrink:0;
}

.service-texts {
	flex:1;
	display: flex;
}

.service-item-title {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: var(--white-color);
    margin-bottom: 10px !important;
    width: 34%;
	align-items: center;
    display: flex;
}

.service-item-desc {
	font-size:16px;
	color:var(--white-color);
	line-height:1.6;
	margin: 0 !important;
	width: 66%;
}

.service-divider {
	width:1000px;
	max-width:100%;
	border:none;
	border-top:1px solid var( --trans-white-25);
	margin:20px 0;
}

.service-btn {
	margin-top: 40px;
	transform: translateX(20px);
	transition: all 0.5s ease;
}

/* オレンジ背景オーバーレイ */
.service-overlay {
	position:absolute;
	top:0;left:0;
	width:100%;
	height:100%;
	background:var(--highlight-color);
	transform:translateX(100%);
	opacity:0;
	transition:transform 0.3s ease;
    z-index: -4;
}

.service-overlay2 {
	position:absolute;
	top:0;left:0;
	width:100%;
	height:100%;
	background:var(--white-color);
	transform:translateX(100%);
	opacity:0;
	transition:transform 0.3s ease;
    z-index: -1;
}

.service-overlay3 {
	position:absolute;
	top:0;left:0;
	width:100%;
	height:100%;
	background:var(--highlight-color)F;
	transform:translateX(100%);
	opacity:0;
	transition:transform 0.3s ease;
    z-index: -2;
}

/*-------------------------------------------
サービスセクションアニメーション
-------------------------------------------*/

/* ①オレンジ背景2枚表示 */
body.service-step1 .service-overlay {
    opacity: 1;
    transform: translateX(0%);
}
body.service-step1 .service-overlay2 {
    opacity: 1;
    transform: translateX(0%);
}
body.service-step1 .service-overlay3 {
    opacity: 1;
    transform: translateX(0%);
}

/* ②背景画像表示：この時点では見えない */
body.service-step2 .service-bg-image {
    opacity: 1;
}

/* ③h2表示 */
body.service-step3 .service-overlay2 {
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}
body.service-step3 .service-title {
    opacity: 1;
    visibility: visible;
    transition: opacity 1s ease;
	position: relative;
}

/* ④h3表示 */
body.service-step4 .service-subtitle {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
    transition: opacity 1s ease, transform 1s ease;
}

/* ⑤オレンジ背景1枚を消す→背景画像表示 */
body.service-step5 .service-overlay3 {
    transform: translateX(-100%);
    transition: transform 1.5s ease;
}


/* ⑥サービスリスト表示 */
body.service-step6 .service-list {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
    transition: opacity 0.6s ease, transform 1s ease;
}

/* ⑦ボタン表示 */
body.service-step7 .service-btn {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
    transition: opacity 0.6s ease, transform 1s ease;
}

/*-------------------------------------------
コーポレートセクション
-------------------------------------------*/
.corporate-section {
    position: relative;
	background: var(--highlight-color);
	z-index: -10;
	padding-bottom: 160px;
}

.corporate {
    position: relative;
    width: 100%;
    background: transparent;
    overflow: hidden;
    box-sizing: border-box;
    height: 620px;
}

/* オレンジ背景オーバーレイ */
.corporate-overlay1,
.corporate-overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 0.3s ease, opacity 1s ease;
}

/* z-index設定
   -4(overlay1) → -3(背景画像) → -2(overlay2) → その上にテキストやcatch画像
*/
.corporate-overlay1 {
    z-index: -4;
    background: var(--highlight-color);
}
.corporate-overlay2 {
    z-index: -2;
    background: var(--white-color);
}

/* 背景画像：表示時はz-index:-3 */
.corporate-bg-container {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: -3;
    opacity: 0;
    transition: opacity 0.6s ease;
}
.corporate-bg-image {
    width: clamp(1200px, 62vw, 3000px);
    height: auto;
    display: block;
	max-width: none;
}

/* フロントイメージ：背景画像上に配置、左へ200pxずらし */
.corporate-bg-front-image {
    position: absolute;
    top: 50%;
	right: 54%;
    transform: translateY(-50%);
    width: 640px;
    height: auto;
    box-shadow: 4px 4px 20px var(--trans-main-25);
    opacity: 0;
    transition: transform 0.8s ease, opacity 1.2s ease;
    z-index: 1;
}

.corporate-text-container {
    position: relative;
    z-index: 1;
    max-width: 700px;
    color: var(--main-color);
	margin: 60px 0 0 50%;
}

.corporate-catch-image {
    width: 245px;
    height: auto;
    display: block;
    margin-bottom: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease, visibility 1s ease;
}

.corporate-text-container h3 {
    font-size: 34px;
    color: var(--main-color);
    font-weight: 700;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease, visibility 1s ease;
}

.corporate-text-container p {
    font-size: 18px;
    color: var(--main-color);
    font-weight: 400;
    text-align: left;
    line-height: 1.8;
    margin-bottom: 40px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease, visibility 1s ease;
}

/*-------------------------------------------
コーポレートセクションアニメーション
-------------------------------------------*/

/* ①オレンジ背景2枚表示(overlay1, overlay2) */
body.corporate-step1 .corporate-overlay1 {
    transform: translateX(0%);
    opacity: 1;
}
body.corporate-step1 .corporate-overlay2 {
    transform: translateX(0%);
    opacity: 1;
}

/* ②背景画像表示（まだoverlay2に隠れているので見えないがopacityを上げる）*/
body.corporate-step2 .corporate-bg-container {
    opacity: 1;
}

/* ③overlay2を右へ抜ける（背景画像が見える）*/
body.corporate-step3 .corporate-overlay2 {
    transform: translateX(100%);
    transition: transform 0.3s ease, opacity 1s ease;
}

/* ④corporate_catch.png表示 */
body.corporate-step4 .corporate-catch-image {
    opacity: 1;
    visibility: visible;
}

/* ⑤h3表示 */
body.corporate-step5 .corporate-text-container h3 {
    opacity: 1;
    visibility: visible;
}

/* ⑥p表示 */
body.corporate-step6 .corporate-text-container p {
    opacity: 1;
    visibility: visible;
}

/* ⑦ボタン表示 */
body.corporate-step7 .corporate-button {
    opacity: 1;
    visibility: visible;
}

/* ⑧corporate2.jpgを少し左→右へ移動（トランスフォームアニメーション） */
body.corporate-step8 .corporate-bg-front-image {
    opacity: 1;
    transform: translateY(-50%) translateX(20px);
}

/*-------------------------------------------
ニュースセクション
-------------------------------------------*/
.news-section {
    text-align: center;
    padding: 160px 0 80px;
}

.news-section-title {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 40px !important;
    font-weight: 700 !important;
    color: var(--main-color);
    text-align: center;
    margin-bottom: 60px !important;
}

.news-list {
    max-width: 1000px;
    margin: 0 auto;
}

.news-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 25px;
}

.news-date {
    font-size: 18px;
    color: var(--gray-color);
    font-weight: 400;
    text-align: left;
    flex-shrink: 0;
	width: 12%;
}

.news-vertical-line {
    width: 1px;
    height: 22px;
    background: var(--trans-main-25);
    flex-shrink: 0;
}

.news-category {
    font-size: 18px;
    color: var(--highlight-color);
    font-weight: 500;
    text-align: left;
    flex-shrink: 0;
	width: 8%;
}

.news-category a:hover {
	color: var(--highlight-color) !important;
	opacity: 0.7;
}

.news-title {
    font-size: 18px;
    color: var(--main-color);
    font-weight: 500;
    text-align: left;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-title a {
    color: var(--main-color);
    text-decoration: none;
}

.news-title a:hover {
	color: color: var(--main-color) !important;
	opacity: 0.7;
}

.news-item-divider {
    width: 1000px;
    max-width: 100%;
    height: 1px;
    background: var(--trans-main-25);
    margin: 0 auto 20px auto;
}

.news-button {
    display: inline-block;
    width: 320px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    background: var(--main-color);
    color: var(--white-color);
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
	margin-top: 50px;
	opacity: 1;
    visibility: visible;
}

.news-category a {
    color: var(--highlight-color);
    text-decoration: none;
}

/*-------------------------------------------
ビジネスセクション
-------------------------------------------*/
.business-section {
    width: 100%;
    background: url("https://corebank.bright-comms.net/wp-content/uploads/2024/12/business.jpg") no-repeat center bottom;
    background-size: cover;
    padding: 80px 0 160px;
    text-align: center;
}

.business-section-title {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 40px !important;
    font-weight: 700 !important;
    color: var(--main-color);
    text-align: center;
    margin-bottom: 30px !important;
}

.business-section-subtitle {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: var(--main-color);
    margin-bottom: 60px !important;
    line-height: 1 !important;
    text-align: center;
}

.business-container {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 4%;
}

.business-box {
    width: 48%;
    background: var(--white-color);
    border: 1px solid var(--trans-main-25);
    border-radius: 8px;
    padding: 30px 20px;
    box-sizing: border-box;
    text-align: center;
}

.business-box-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: var(--main-color);
    margin-bottom: 10px !important;
}

.business-box-logo-text {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #FD780F;
    text-align: center;
    margin: 0 auto 25px auto;
    display: block;
    line-height: 1;
}

.business-box:nth-of-type(2) .business-box-logo-text {
    color: #FD230F;
}

.business-box-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.business-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
}

.business-link-text {
    font-size: 18px;
    font-weight: 500;
    color: var(--main-color);
    text-align: left;
}

.business-link i {
    font-size: 18px;
    color: var(--main-color);
    flex-shrink: 0;
}

.business-link:hover .business-link-text {
    opacity: 0.7;
}

/*===========================================

【サービスページ】

===========================================*/

/*-------------------------------------------
タイトルセクション
-------------------------------------------*/
.service-title-section {
	max-width: 1000px;
	margin: 0 auto;
	padding: 200px 0 100px;
}

.service-title-h1 {
    font-size: 30px;
    font-weight: 700 !important;
    font-family: "Josefin Sans", sans-serif;
    color: #2B0E0A;
    text-align: left;
    margin-bottom: 10px !important;
}

.service-title-h2 {
    font-size: 50px !important;
    font-weight: 800 !important;
    color: #2B0E0A;
    text-align: left;
    margin-bottom: 40px !important;
}

.service-title-h3 {
    font-size: 30px !important;
    font-weight: 600 !important;
    color: #2B0E0A;
    line-height: 1.6 !important;
    text-align: left;
}

/*-------------------------------------------
お客様に選ばれる理由セクション
-------------------------------------------*/
.reason-section {
	width: 100%;
	position: relative;
	padding: 0 0 80px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.reason-bg-overlay {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1920px;
	height: 100%;
	background: url("/wp-content/uploads/2024/12/mainvisual2.jpg") no-repeat center bottom;
	background-size: cover;
	z-index: -1;
}

.reason-inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.reason-corebank {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700 !important;
    color: #EAEAEA;
    text-align: center;
	font-size: clamp(48px, 13.8vw, 266px) !important;
	margin-bottom: clamp(30px, 8vw, 60px) !important;
}

.reason-heading {
    font-size: 42px !important;
    font-weight: 700 !important;
    color: #2B0E0A;
    text-align: center;
    margin-bottom: 40px !important;
}

/* 理由ボックス共通 */
.reason-box {
    width: 1000px;
    max-width: 100%;
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 4px 4px 20px rgba(43, 14, 10, 0.25);
    padding: 30px;
    margin: 0 auto 30px;
}

.reason-box-inner {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.reason-box-img {
	width: 40%;
}

.reason-box2 .reason-box-img {
    width: 35%;
}

.reason-box3 .reason-box-img {
	width: 30%;
}


.reason-box-img img {
	width: 100%;
	height: auto;
}

.reason-box-text {
	width: 56%;
	display: flex;
	flex-direction: column;
}

.reason-box-heading {
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
}

.reason-box-number {
    font-family: "Josefin Sans", sans-serif;
    font-size: 36px;
    font-weight: 500;
    color: #FD780F;
    line-height: 1;
}

.reason-box-title {
    font-size: 25px !important;
    font-weight: 600 !important;
    color: #2B0E0A;
    line-height: 1.15 !important;
}

.reason-box-desc {
	font-size: 18px;
	font-weight: 400;
	color: #2B0E0A;
	line-height: 1.8;
	text-align: left;
}

/*-------------------------------------------
ナビセクション 
-------------------------------------------*/
.service-nav-section {
	background: #FD780F;
	padding: 60px 0;
	width: 100%;
}

.service-nav-inner {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.service-nav-inner a:hover {
	opacity: 0.7;
}

.service-nav-line {
	width: 1px;
	height: 140px;
	background: #FFFFFF;
}

.service-nav-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	padding: 0 20px;
	box-sizing: border-box;
	text-decoration: none;
}

.service-nav-text {
	font-size: 22px;
	font-weight: 600;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.4;
}

.service-nav-icon {
	font-size: 40px;
	color: #FFFFFF;
}

/* アンカー先の要素が id を持っている場合に、上に余白を空ける */
.service-detail-content[id] {
	scroll-margin-top: 140px; /* 固定ナビの高さ + ちょっとした余裕 */
}

#real-estate-sale.service-detail-content {
	scroll-margin-top: 190px; /* 一つ目の要素専用の大きいオフセット */
}

/*-------------------------------------------
サービス詳細セクション
-------------------------------------------*/
.service-detail-section {
	width: 100%;
	background: #FFFFFF;
	padding: 100px 0;
}

.service-detail-inner {
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
}

.fa-rotate-180 {
	transform: rotate(180deg);
	transition: transform 0.3s ease;
}

/* 不動産売却サポートコンテンツ */
.service-detail-content {
	width: 100%;
}

.service-detail-heading {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
}

.service-detail-icon {
	width: 40px;
	height: auto;
}

.service-detail-title {
    font-size: 30px !important;
    font-weight: 600 !important;
    color: #2B0E0A;
    text-align: left;
}

.service-detail-desc {
    font-size: 18px;
    font-weight: 400;
    color: #2B0E0A;
    line-height: 1.8;
    margin-bottom: 40px !important;
}

/* サービスの流れ */
.service-flow-title {
    background-color: #EAEAEA !important;
    height: 60px;
    line-height: 60px !important;
    font-size: 23px !important;
    font-weight: 600 !important;
    color: #2B0E0A;
    padding: 0 20px !important;
    box-sizing: border-box;
    margin-bottom: 20px !important;
}

.service-flow-image-wrap {
	overflow: hidden;
	width: 1000px;
	max-width: 100%;
	margin-bottom: 20px;
}

.service-flow-image {
	height: auto;
}

.service-flow-toggle {
	position: relative;
	display: flex;
	cursor: pointer;
	margin-bottom: 30px;
	justify-content: flex-end;
    align-items: center;
}

.service-flow-toggle-text {
	font-size: 17px;
	font-weight: 500;
	color: #2B0E0A;
}

.service-flow-toggle-icon {
	font-size: 17px;
	color: #2B0E0A;
	margin-left: 5px;
}

.service-flow-toggle-hr {
    border: none;
    border-top: 1px solid #2B0E0A;
    width: 160px;
    margin-top: 5px;
    position: absolute;
    bottom: 0;
}

/* フロー詳細 */
.flow-details {
    margin-bottom: 60px;
    background-color: #f6f6f6;
    padding: 40px;
    border-radius: 12px;
}

.flow-heading-orange {
    font-size: 22px !important;
    font-weight: 600 !important;
    color: #D87221;
    margin-bottom: 10px !important;
}

.flow-heading-blue {
    font-size: 22px !important;
    font-weight: 600 !important;
    color: #40547E;
    margin-bottom: 10px !important;
}

.flow-heading-green {
    font-size: 22px !important;
    font-weight: 600 !important;
    color: #428A60;
    margin-bottom: 10px !important;
}

.flow-desc {
    font-size: 18px;
    font-weight: 400;
    color: #2B0E0A;
    line-height: 1.8;
    margin-bottom: 25px !important;
}

/* Q&A */
.qa-title {
    background-color: #EAEAEA !important;
    height: 60px;
    line-height: 60px !important;
    font-size: 23px !important;
    font-weight: 600 !important;
    color: #2B0E0A;
    padding: 0 20px !important;
    box-sizing: border-box;
    margin-bottom: 30px !important;
}

/* 質問ボックス */
.qa-question-block {
	display: flex;
	align-items: flex-start;
	margin-bottom: -2px;
	width: 1000px;
	max-width: 100%;
}

.qa-user-image {
	width: 10%;
	flex-shrink: 0;
}

.qa-user-image img {
	width: 100%;
	height: auto;
}

.qa-question-bubble {
    width: 90%;
    background: #F5ECE5;
    border-radius: 100px;
    position: relative;
    padding: 25px 40px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 400;
    color: #2B0E0A;
    line-height: 1.6;
    text-align: left;
    margin-left: 10px;
}

/* 吹き出しの三角 */
.qa-question-bubble:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 40px;
    width: 0;
    height: 0;
    border-right: 20px solid #F5ECE5;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

/* 回答ボックス */
.qa-answer-block {
    display: flex;
    align-items: flex-start;
    background: #FFFFFF;
    border: 1px solid #F5ECE5;
    border-radius: 12px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 40px;
    padding: 20px 30px;
    position: relative;
    overflow: hidden;
}

.qa-answer-left {
	width: 88%;
	font-size: 18px;
	font-weight: 400;
	color: #2B0E0A;
	line-height: 1.8;
}

.qa-answer-right {
    width: 10%;
    position: absolute;
    right: 15px;
}

.qa-answer-right img {
	width: 100%;
	height: auto;
}

/* Q&Aもっと見る */
.qa-more-toggle {
	position: relative;
    display: flex;
    cursor: pointer;
    margin-bottom: 30px;
    justify-content: flex-end;
    align-items: center;
}

.qa-more-text {
	font-size: 17px;
	font-weight: 500;
	color: #2B0E0A;
}

.qa-more-icon {
	font-size: 17px;
	color: #2B0E0A;
	margin-left: 5px;
}

.qa-more-hr {
    border: none;
    border-top: 1px solid #2B0E0A;
    width: 170px;
    margin-top: 5px;
    position: absolute;
    bottom: 0;
}

/* 追加Q&A非表示域 */
.qa-additional {
	margin-bottom: 60px;
}

/* 事例 */
.case-title {
    background-color: #EAEAEA !important;
    height: 60px;
    line-height: 60px !important;
    font-size: 23px !important;
    font-weight: 600 !important;
    color: #2B0E0A;
    padding: 0 20px !important;
    box-sizing: border-box;
    margin-bottom: 20px !important;
    text-align: left;
}

.cases-wrap {
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
}

/* 各事例ボックス */
.case-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 1000px;
    max-width: 100%;
}

.case-set {
    display: flex;
    align-items: center;
    width: 20%;
	gap: 5px;
}

.case-set:nth-of-type(1) {
	width: 22%;
}

.case-set:nth-of-type(4) {
	width: 12%;
}

.case-label {
    background: #2B0E0A;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    padding: 5px 10px;
    text-align: center;
    margin-bottom: 0;
    white-space: nowrap;
}

.case-text {
    font-size: 18px;
    font-weight: 400;
    color: #2B0E0A;
	line-height: 1.2;
    text-align: left;
    word-break: break-all;
}

.case-text-highlight {
    font-size: 20px;
    font-weight: 600;
    color: #D82121;
}

/* 横線 */
.case-divider {
    width: 1000px;
    max-width: 100%;
    border: none;
    border-top: 1px solid #EAEAEA;
    margin: 15px 0;
}

/* 事例もっと見るトグル */
.case-more-toggle {
    position: relative;
    display: flex;
    cursor: pointer;
    margin-bottom: 30px;
    justify-content: flex-end;
    align-items: center;
}

.case-more-text {
    font-size: 17px;
    font-weight: 500;
    color: #2B0E0A;
}

.case-more-icon {
    font-size: 17px;
    color: #2B0E0A;
    margin-left: 5px;
}

.case-more-hr {
    border: none;
    border-top: 1px solid #2B0E0A;
    width: 160px;
    margin-top: 5px;
    position: absolute;
    bottom: 0;
}

/* 追加の事例非表示域 */
.case-additional {
    margin-bottom: 60px;
}

/* お客様の声 */
.voice-title {
    background-color: #EAEAEA !important;
    height: 60px;
    line-height: 60px !important;
    font-size: 23px !important;
    font-weight: 600 !important;
    color: #2B0E0A;
    padding: 0 20px !important;
    box-sizing: border-box;
    margin-bottom: 20px !important;
    text-align: left;
}

.voice-wrap {
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
}

/* 横並びで3つのボックス配置 */
.voice-row {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.voice-box {
    width: 32%;
    background: #FFFFFF;
    border: 1px solid #F5ECE5;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.voice-image-wrap {
    width: auto;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.voice-image {
    height: 120px;
    width: auto;
    display: block;
}

.voice-text {
    font-size: 18px;
    font-weight: 400;
    color: #2B0E0A;
    line-height: 1.6;
    text-align: left;
    width: 100%;
    word-break: break-all;
}

/* お客様の声もっと見るトグル */
.voice-more-toggle {
    position: relative;
    display: flex;
    cursor: pointer;
    margin-bottom: 30px;
    justify-content: flex-end;
    align-items: center;
}

.voice-more-text {
    font-size: 17px;
    font-weight: 500;
    color: #2B0E0A;
}

.voice-more-icon {
    font-size: 17px;
    color: #2B0E0A;
    margin-left: 5px;
}

.voice-more-hr {
    border: none;
    border-top: 1px solid #2B0E0A;
	width: 210px;
    margin-top: 5px;
    position: absolute;
    bottom: 0;
}

.voice-additional {
    margin-bottom: 60px;
}

/* 不動産購入サポートコンテンツ */
#real-estate-buy {
	padding-top: 50px;
}

#real-estate-buy .case-set:nth-of-type(1) {
    width: 18%;
}

#real-estate-buy .case-set:nth-of-type(2) {
    width: 25%;
}

#real-estate-buy .case-set:nth-of-type(3) {
    width: 22%;
}

#real-estate-buy .case-set:nth-of-type(4) {
    width: 22%;
}

/* 外国人向け不動産サポートコンテンツ */
#foreigner-support {
	padding-top: 50px;
}

.service-feature {
	margin-bottom: 60px;
}

.service-feature-title {
	background-color: #EAEAEA !important;
    height: 60px;
    line-height: 60px !important;
    font-size: 23px !important;
    font-weight: 600 !important;
    color: #2B0E0A;
    padding: 0 20px !important;
    box-sizing: border-box;
    margin-bottom: 25px !important;
}

.feature-heading-orange {
	font-size: 22px !important;
    font-weight: 600 !important;
    color: #D87221;
    margin-bottom: 10px !important;
}

.feature-desc {
	font-size: 18px;
    font-weight: 400;
    color: #2B0E0A;
    line-height: 1.8;
    margin-bottom: 20px !important;
}

.feature-divider {
	width: 1000px;
    max-width: 100%;
    border: none;
    border-top: 1px solid #EAEAEA;
    margin: 25px 0;
}

#foreigner-support .voice-image-wrap {
    height: 160px;
	margin-bottom: 10px;
}

#foreigner-support .voice-image {
    height: 160px;
}

/* 不動産投資コンサルティングコンテンツ */
#investment-consulting {
	padding-top: 50px;
}

#investment-consulting .case-set:nth-of-type(2) {
    width: 22%;
}

#investment-consulting .case-set:nth-of-type(3) {
    width: 22%;
}

#investment-consulting .case-set:nth-of-type(4) {
    width: 24%;
}

#investment-consulting .case-long {
	width: 48%;
}

#investment-consulting .case-adjust {
	width: 24% !important;
}

/* その他不動産サービス */
#other-services {
	padding-top: 50px;
}

/*-------------------------------------------
費用セクション
-------------------------------------------*/
.cost-section {
  background-color: #F5ECE5;
  padding: 100px 20px;
  width: 100%;
}

.cost-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.cost-title {
    font-size: 30px !important;
    font-weight: 700 !important;
    color: #2B0E0A;
    margin-bottom: 20px !important;
}

.cost-description {
    font-size: 18px;
    font-weight: 400;
    color: #2B0E0A;
    margin-bottom: 40px !important;
    line-height: 1.6;
}

.cost-box {
  background-color: #FFFFFF;
  padding: 40px;
  border-radius: 12px;
}

.cost-item-title {
    font-size: 22px !important;
    font-weight: 600 !important;
    color: #D87221;
    text-align: left;
    margin-bottom: 10px !important;
}

.cost-item-description {
    font-size: 18px;
    font-weight: 400;
    color: #2B0E0A;
    text-align: left;
    line-height: 1.6;
    margin-bottom: 20px !important;
}

.cost-formula, .cost-details {
  font-size: 20px;
  font-weight: 600;
  color: #2B0E0A;
  text-align: left;
  line-height: 1.6;
}

.cost-divider {
    border: none;
    border-top: 1px solid #CFAEA4;
    width: 920px;
    margin: 35px auto;
}

.cost-summary {
  font-size: 18px;
  font-weight: 400;
  color: #2B0E0A;
  line-height: 1.6;
  text-align: left;
}

/*===========================================

【ブログ一覧ページ】

===========================================*/

.blog-list-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 200px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    background: transparent;
}

.blog-list-title-section {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.blog-list-title {
    font-size: 50px;
    font-weight: 700;
    font-family: "Josefin Sans", sans-serif;
    color: #2B0E0A;
	line-height: 1;
}

.blog-categories {
    display: flex;
    gap: 40px;
    margin-bottom: 60px;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}

.blog-category-link {
    flex: 1;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    color: #2B0E0A;
    background: #FFFFFF;
    border-bottom: 2px solid #CCCCCC;
    padding: 10px 0;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.blog-category-link.active {
    color: #FD780F;
    border-bottom: 2px solid #FD780F;
}

.blog-categories a {
    display: inline-block;
}

.blog-categories a:hover {
    color: #FD780F;
}

.blog-posts {
    width: 100%;
}

.blog-post-item {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
}

.post-wrap {
    display: flex;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
    gap: 20px;
    padding: 30px 0;
}

.post-thumbnail-block {
    flex-shrink: 0;
    width: 200px;
    height: 140px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-thumbnail-img {
    width: 200px;
    height: 140px;
    object-fit: cover;
}

.post-meta-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 160px;
}

.post-date {
    font-size: 20px;
    font-weight: 400;
    color: #727171;
    text-align: left;
    line-height: 1;
    padding: 0 0 15px;
    margin: 0;
}

.post-category {
    font-size: 20px;
    font-weight: 500;
    color: #FD780F;
    text-align: left;
    line-height: 1;
}

.post-title-block {
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.post-title-link {
    font-size: 22px;
    font-weight: 500;
    color: #2B0E0A;
    text-decoration: none;
    transition: opacity 0.3s ease;
	line-height: 1.4;
}

.post-title-link:hover {
    color: #FD780F;
}

.post-divider {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    border: none;
    border-top: 1px solid #CCCCCC;
}

.pagination {
    display: flex;
    gap: 20px;
    margin: 40px 0 0;
    align-items: center;
    justify-content: center;
}

.prev-button a, .next-button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 50px;
    text-decoration: none;
    color: #2B0E0A;
    border: 1px solid #2B0E0A;
    background: #FFFFFF;
    font-weight: 500;
    font-size: 18px;
    gap: 5px;
	border-radius: 6px;
	z-index: 1;
    position: relative;
}

.prev-button a:hover, .next-button a:hover {
    opacity: 0.7;
}

.prev-button i, .next-button i {
    font-size: 18px;
    color: #2B0E0A;
}

.prev-text, .next-text {
    font-size: 18px;
    font-weight: 500;
    color: #2B0E0A;
}

.corebank-background-text {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700 !important;
    color: #EAEAEA;
    text-align: center;
    font-size: clamp(48px, 13.8vw, 266px) !important;
    margin-bottom: clamp(-64px, -3.2vw, -12px) !important;
    line-height: 1;
}

/*===========================================
    
【ブログ詳細ページ】
    
============================================*/

/* 記事セクション */
.blog-detail-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 200px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    background: transparent;
}

.blog-detail-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.blog-detail-date {
    font-size: 20px;
    color: #727171;
    font-weight: 400;
}

.blog-detail-vertical-line {
    width: 1px;
    height: 22px;
    background: rgba(43, 14, 10, 0.25);
}

.blog-detail-category {
    font-size: 20px;
    color: #FD780F;
    font-weight: 500;
}

.blog-detail-category a {
    text-decoration: none;
    color: #FD780F;
}

.blog-detail-title-section {
    width: 100%;
    text-align: center;
    margin-bottom: 70px;
}

.blog-detail-maintitle {
    font-size: 50px;
    font-weight: 700;
    font-family: "Josefin Sans", sans-serif;
    color: #2B0E0A;
	line-height: 1;
}

.blog-detail-title {
    font-size: 50px;
    font-weight: 600;
    font-family: "Josefin Sans", sans-serif;
    color: #2B0E0A;
    line-height: 1.4;
    margin-bottom: 30px;
}

.blog-detail-thumbnail img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.blog-detail-content {
    font-size: 18px;
    color: #2B0E0A;
    font-weight: 400;
    text-align: left;
    line-height: 1.8;
    margin-bottom: 40px;
}

.blog-detail-content p {
    margin-bottom: 30px;
}

/* 一覧へ戻るボタン */
.back-to-list-button {
    margin-bottom: 60px;
}

.back-to-list-button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 80px;
    border: 1px solid #2B0E0A;
    border-radius: 40px;
    background: #FFFFFF;
    color: #2B0E0A;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    padding: 0 20px;
    gap: 10px;
    transition: background 0.3s ease, color 0.3s ease;
}

.back-to-list-button a:hover {
    opacity: 0.7;
}

.back-to-list-button a i {
    font-size: 20px;
    color: #2B0E0A;
}

/*===========================================
    
【コンタクトページ】
    
============================================*/

.contact-container {
	max-width: 1000px;
    margin: 0 auto;
    padding: 200px 0 100px;
}

.ccf-field label {
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 20px;
    color: #2B0E0A;
    font-weight: 500;
    line-height: 1;
}

.ccf-agreement label {
	margin-bottom: 0;
}

/* タイトルセクション */
.contact-page-header {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.contact-page-header h1 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 50px;
    color: #2B0E0A;
    font-weight: 700;
	margin-bottom: 30px;
}

.contact-container form h2 {
	margin-bottom: 20px;
	text-align: center;
}

/* 説明文 */
.contact-page-description {
    font-size: 18px;
    color: #2B0E0A;
    font-weight: 400;
    text-align: center;
    margin: 0 0 60px;
    line-height: 1.6;
}

/* フォーム */
.custom-contact-form,
.custom-contact-confirmation {
    max-width: 600px;
    margin: 0 auto;
}

.ccf-field {
    margin-bottom: 25px;
}

.ccf-label {
    display: block;
    font-size: 20px;
    color: #2B0E0A;
    font-weight: 500;
    text-align: left;
	line-height: 1;
}

.ccf-required {
    background: #FD780F;
    border-radius: 2px;
    width: 40px;
    height: 22px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    margin-left: 10px;
    line-height: 1;
    padding: 2px 0 2px;
}

.custom-contact-form select,
.custom-contact-form input[type="text"],
.custom-contact-form input[type="email"],
.custom-contact-form input[type="tel"],
.custom-contact-form textarea {
    width: 100%;
    height: 46px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    background: #FFFFFF;
    font-size: 18px;
    color: #2B0E0A;
    font-weight: 400;
    padding: 0 10px;
    box-sizing: border-box;
}

.custom-contact-form textarea {
    height: 300px;
    resize: vertical;
	padding-top: 10px;
}

.custom-contact-form select {
    appearance: none;
    padding-right: 30px;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="%232B0E0A"><path d="M5.516 7.548 10 12.032l4.484-4.484L15.5 8.016l-5 5-5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
}

.custom-contact-form input::placeholder,
.custom-contact-form textarea::placeholder {
    color: #AAAAAA;
    font-weight: 400;
    font-size: clamp(13px, 3.2vw, 18px);;
}

.custom-contact-form input:focus,
.custom-contact-form textarea:focus,
.custom-contact-form select:focus {
    outline: none;
    border-color: #FD780F;
}

/* チェックボックス */
.ccf-agreement {
    display: flex;
    align-items: center;
	justify-content: center;
}

.ccf-agreement input[type="checkbox"] {
    margin-right: 10px;
}

/* 確認ボタン */
.ccf-submit button, .ccf-confirm-buttons button {
    background: #FD780F;
    width: 320px;
    height: 70px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    border: none;
    border-radius: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.ccf-submit button {
	margin: 0 auto;
}

.ccf-confirm-buttons button:nth-of-type(1) {
	background: #FFFFFF;
	color: #FD780F;
	border: solid 1px;
}

.ccf-submit button i,
.ccf-confirm-buttons button i {
    margin-left: 10px;
    color: #FFFFFF;
    font-size: 20px;
}

/* エラーメッセージ */
.ccf-errors {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.ccf-errors ul {
    list-style: disc inside;
    margin: 0;
    padding: 0;
}

/* 確認ページのボタン */
.ccf-confirm-buttons {
    display: flex;
    justify-content: center;
    max-width: 600px;
    margin: 30px auto;
    gap: 20px;
}

.ccf-confirm-buttons button {
    width: 280px;
}

/* フィールド直下でのエラー文 */
.ccf-error-message {
    color: #ff0000; /* 赤字 */
    font-size: 16px;
    margin-top: 5px;
}

/* エラーのあるフィールドを赤枠に */
.error-field {
    border: 2px solid #ff0000 !important;
}

/*===========================================
    
【ポリシーページ】
    
============================================*/

.policy-container {
	max-width: 1000px;
    margin: 0 auto;
    padding: 200px 0 100px;
}

.policy-page-header {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.policy-page-header h1 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 50px;
    color: #2B0E0A;
    font-weight: 700;
	margin-bottom: 80px;
}

.policy-text {
    font-size: 18px;
    color: #2B0E0A;
    font-weight: 400;
    text-align: left;
    margin: 0 0 15px !important;
    line-height: 1.6;
}

.policy-subtitle {
    font-size: 18px !important;
    color: #2B0E0A;
    font-weight: 700 !important;
    text-align: left;
    margin: 40px 0 20px !important;
    line-height: 1;
}

/*===========================================

【会社情報ページ】

===========================================*/

/*-------------------------------------------
タイトルセクション
-------------------------------------------*/
.page-id-240 .title-section {
    position: relative;
    max-width: 1920px;
    width: 100%;
    height: 634px;
    background-image: url(/wp-content/uploads/2024/12/about_title_bg3.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.page-id-240 .title-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    color: #2B0E0A;
}

.page-id-240 .title-content h1 {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 20px;
}

.page-id-240 .corebank-background-text {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700 !important;
    color: var(--trans-main-25);
    text-align: center;
    font-size: clamp(40px, 13.5vw, 260px) !important;
    line-height: 1;
    bottom: 0;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
}

/*-------------------------------------------
企業理念セクション
-------------------------------------------*/
.corporate-philosophy-section {
    padding: 80px 20px;
    background-color: transparent;
}

.separator {
    border: none;
    border-top: 1px solid #FFFFFF;
    width: 100%;
    margin: 40px 0;
}

.philosophy-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1000px;
    margin: 0 auto;
    background-color: #F5ECE5;
    border-radius: 20px;
    padding: 60px;
}

.philosophy-container h2 {
    font-size: 42px;
    font-weight: 700;
    color: #2B0E0A;
    text-align: center;
    margin-bottom: 20px;
}

.philosophy-container h3 {
    font-size: 22px;
    font-family: 'Josefin Sans', sans-serif;
    color: #FD780F;
    text-align: center;
    margin-bottom: 30px;
}

.philosophy-container img {
    width: 348px;
	margin-bottom: 50px;
}

.philosophy-item img {
	margin-bottom: 0;
	width: 16%;
	margin: 0 30px 0 30px;
}

.philosophy-item:nth-of-type(2) img {
    width: 30%;
    margin: 0 0 0 30px;
}

.philosophy-item:nth-of-type(3) img {
    width: 20%;
    margin: 0 30px 0 0;
}

.philosophy-container p {
    color: #2B0E0A;
}

.philosophy-item {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1000px;
}

.philosophy-image {
    width: 20%;
    max-width: 200px;
    height: auto;
}

.philosophy-text {
    flex: 1;
}

.philosophy-text h4 {
    font-size: 28px;
    color: #2B0E0A;
    font-weight: 600;
    text-align: left;
    margin-bottom: 10px;
}

.philosophy-text p {
    font-size: 18px;
    color: #2B0E0A;
    font-weight: 400;
    text-align: left;
    line-height: 1.6;
}

/*-------------------------------------------
社訓セクション
-------------------------------------------*/
.creed-section {
    position: relative;
    background-image: url("/wp-content/uploads/2024/12/about_creed_bg2.png");
    background-size: cover;
    background-position: center;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 80px 20px;
}

.creed-content {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    color: #2B0E0A;
}

.creed-content h2 {
    font-size: 42px;
    font-weight: 700;
    color: #2B0E0A;
    text-align: center;
    margin-bottom: 20px;
}

.creed-content h3 {
    font-size: 22px;
    font-family: 'Josefin Sans', sans-serif;
    color: #FD780F;
    text-align: center;
    margin-bottom: 40px;
}

.creed-title-image {
    width: 740px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 60px auto;
}

.creed-textbox {
    max-width: 700px;
    margin: 0 auto;
    text-align: left;
}

.creed-textbox p {
    font-size: 18px;
    color: #2B0E0A;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1.8;
}


/*-------------------------------------------
沿革セクション
-------------------------------------------*/
.history-section {
    padding: 80px 20px;
    background-color: transparent;
    text-align: center;
}

.history-section h2 {
    font-size: 42px;
    font-weight: 700;
    color: #2B0E0A;
    margin-bottom: 20px;
}

.history-section h3 {
    font-size: 22px;
    font-family: 'Josefin Sans', sans-serif;
    color: #FD780F;
    margin-bottom: 40px;
}

.history-box {
    max-width: 740px;
    margin: 0 auto;
    border: none;
}

.history-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
    position: relative;
	gap: 40px;
}

.history-circle {
    width: 18px;
    height: 18px;
    background-color: #F5ECE5;
    border-radius: 50%;
    flex-shrink: 0;
}

.history-item::after {
    content: '';
    position: absolute;
    top: 14px;
    left: 8px;
    width: 2px;
    height: 105px;
    background-color: #F5ECE5;
}

.history-item:nth-of-type(4)::after {
    content: '';
    position: absolute;
    top: 14px;
    left: 8px;
    width: 2px;
    height: 212px;
    background-color: #F5ECE5;
}

.history-item:nth-of-type(5)::after {
    display: none;
}

.history-date {
    font-size: 40px;
    font-weight: 700;
    color: #2B0E0A;
    text-align: left;
    font-family: 'Josefin Sans', sans-serif;
    color: #FD780F;
    line-height: 1;
    align-items: flex-start;
    display: flex;
	width: 15%;
}

.history-date-month {
	font-family: 'Josefin Sans', sans-serif;
    font-size: 40px;
    font-weight: 700;
	text-align: left;
	color: #2B0E0A;
	line-height: 1;
}

.month {
	font-family: "Noto Sans JP", serif;
    font-size: 22px;
}

.history-date-month-contents {
	gap: 40px;
    display: grid;
}

.history-date span {
    font-size: 22px;
    font-weight: 700;
    color: #2B0E0A;
}

.history-item p {
    font-size: 18px;
    font-weight: 400;
    color: #2B0E0A;
    text-align: left;
    margin: 10px 0 0;
}

/*-------------------------------------------
会社概要セクション
-------------------------------------------*/
.company-overview-section {
    padding: 80px 20px;
    background-color: transparent;
    text-align: center;
}

.company-overview-section h2 {
    font-size: 42px;
    font-weight: 700;
    color: #2B0E0A;
    margin-bottom: 10px;
}

.company-overview-section h3 {
    font-size: 22px;
    font-family: 'Josefin Sans', sans-serif;
    color: #FD780F;
    margin-bottom: 40px;
}

.company-box {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #FFFFFF;
}

.company-separator {
    border: none;
    border-top: 1px solid #F5ECE5;
    width: 100%;
    margin: 20px 0;
}

.company-info {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 20px;
}

.company-label {
    width: 20%;
    font-size: 20px;
    color: #2B0E0A;
    font-weight: 500;
    text-align: left;
    padding-left: 20px;
    box-sizing: border-box;
}

.company-value {
    width: 80%;
    font-size: 20px;
    color: #2B0E0A;
    font-weight: 400;
    text-align: left;
	display: grid;
}

.company-value p {
    margin-bottom: 10px;
}

.company-value a {
    color: #2B0E0A;
    text-decoration: underline;
}

.company-value a:hover {
    color: #FD780F;
}

/*===========================================

【レスポンシブデザイン用】

===========================================*/
/*-------------------------------------------
1920px以上
-------------------------------------------*/
@media (min-width: 1920px) {
	.main-visual-text h1 {
		font-size: clamp(74px, 4.4vw, 160px);		
	}
	
	.main-visual-text h2 {
		font-size: clamp(240px, 13vw, 450px);
	}
	
	.main-visual-text {
		bottom: clamp(-120px, -3.28vw, -60px);
	}
	
	.main-visual-section {
		width: 100%;
	}
	
	.service-bg-image img {
		width: clamp(935px, 40vw, 1500px);
	}
	
	.reason-bg-overlay {
        width: 100%;
        background: url(/wp-content/uploads/2024/12/mainvisual2.jpg) no-repeat center top;
        background-size: cover;
    }
	
	.page-id-240 .title-section {
		max-width: 100%;
		background-position: center top clamp(-120px, -2vw, -40px);
	}
	
	.creed-section {
		background-position: center top;
		max-width: 100%;
	}
	
}

/*-------------------------------------------
1300px以下
-------------------------------------------*/
@media screen and (max-width: 1300px){
	/*===========================================

	【共通】
	
	===========================================*/
	
	/*-------------------------------------------
	ヘッダーセクション
	-------------------------------------------*/
	.header-nav .nav-link {
		display: none;
	}
	
	/*===========================================

	【トップページ】

	===========================================*/
	/*-------------------------------------------
	コーポレートセクション
	-------------------------------------------*/
	.corporate-catch-image {
        margin: 20px 0;
        height: auto !important;
    }
	
	.corporate-text-container h3 {
        font-size: clamp(26px, 2.5vw, 34px) !important;
        line-height: 1.4 !important;
    }
	
	.corporate-text-container p {
		font-size: clamp(12px, 3vw, 18px) !important;
		line-height: 1.6 !important;
	}	
}

/*-------------------------------------------
1023px以下
-------------------------------------------*/
@media screen and (max-width: 1023px){
	/*===========================================

	【全体】
	
	===========================================*/
	/*-------------------------------------------
	初期設定
	-------------------------------------------*/
	.sticky {
		padding: 0 10px !important;
	}
	
	/*-------------------------------------------
	PC用・SP用
	-------------------------------------------*/
	.pc-only {
		display: none;
	}
	
	.sp-only {
		display: block;
	}
	
	/*===========================================

	【共通】
	
	===========================================*/
	
	/*-------------------------------------------
	ヘッダーセクション
	-------------------------------------------*/
	.article ul, .article ol {
        padding-left: 0;
    }
	
	/*-------------------------------------------
	ボタン
	-------------------------------------------*/
	.corporate-button, .service-btn, .news-button {
        width: clamp(220px, 60vw, 320px);
        height: clamp(40px, 10vw, 60px);
        line-height: clamp(40px, 10vw, 60px);
        border-radius: clamp(20px, 10vw, 30px);
        font-size: clamp(14px, 3vw, 17px);
    }
		
	/*===========================================

	【トップページ】

	===========================================*/
	
	/*-------------------------------------------
	サービスセクション
	-------------------------------------------*/
	.service-item-title {
		width: 40%;
	}
	
	.service-item-desc {
		width: 60%;
	}
	
	/*-------------------------------------------
	コーポレートセクション
	-------------------------------------------*/
	.corporate {
        position: relative;
        overflow: visible !important;
        height: clamp(660px, 160vw, 1300px);
        padding: 50px 0 0 !important;
        display: block !important;
    }
	
	.corporate-bg-container {
        position: relative !important;
        transform: none !important;
        margin: 0 0 40px auto !important;
        width: 95% !important;
        text-align: right;
		top: 0;
    }
	
	.corporate-bg-image {
        width: auto !important;
        max-width: none;
        height: clamp(660px, 160vw, 1300px);
    }
	
	.corporate-bg-front-image {
        position: absolute !important;
        top: clamp(410px, 94.5vw, 770px);
        left: 0;
        display: block !important;
        box-shadow: 4px 4px 20px var(--trans-main-25);
        z-index: 1;
        width: clamp(300px, 80vw, 640px);
        height: auto;
        background: no-repeat center transparent;
        transform: none !important;
    }
	
	.corporate-text-container {
		position: absolute !important;
		top: 10%;
		left: 50%;
		transform: translateX(-50%);
		z-index: 2;
		text-align: left !important;
		margin: 0 !important;
		width: 80%;
		max-width: none;
	}
	
	.corporate-catch-image {
        width: 50%;
    }
	
	.corporate-text-container h3 {
        font-size: clamp(20px, 3.8vw, 40px) !important;
    }
	
	.corporate-text-container p {
		font-size: clamp(12px, 2.6vw, 26px) !important;
	}
	
	/*-------------------------------------------
	ニュースセクション
	-------------------------------------------*/
	.news-section {
		text-align: center;
		padding: 100px 20px 50px;
	}
	
	.news-section-title {
		font-size: clamp(26px, 6vw, 40px) !important;
		margin-bottom: 40px !important;
	}
	
	.news-date {
		font-size: clamp(12px, 2.8vw, 18px);
		width: auto;
	}
	
	.news-item {
		gap: 10px;
		margin-bottom: 20px;
	}
	
	.news-category {
		font-size: clamp(12px, 2.8vw, 18px);
		width: 13%;
	}
	
	.news-title {
		font-size: clamp(14px, 2.8vw, 18px);
	}
	
	.news-button {
		margin-top: 30px;
	}
	
	/*-------------------------------------------
	ビジネスセクション
	-------------------------------------------*/
	.business-section {
		padding: 50px 20px 100px;
	}
	
	.business-section-title {
		font-size: clamp(26px, 6vw, 40px) !important;
		margin-bottom: 20px !important;
	}
	
	.business-section-subtitle {
		font-size: clamp(18px, 4vw, 28px) !important;
		margin-bottom: 40px !important;
		line-height: 1.4 !important;
	}
	
	.business-container {
		display: grid;
		justify-content: center;
	}
	
	.business-box {
		width: 100%;
		padding: 20px;
	}
	
	.business-box-title {
		font-size: clamp(16px, 3.6vw, 20px) !important;
	}
	
	.business-link-text {
		font-size: clamp(12px, 3.2vw, 18px);
	}
	
	.business-link i {
		font-size: clamp(12px, 3.2vw, 18px);
	}
	
	.business-box-logo img {
		width: 70%;
		margin: 0 auto 25px auto;
	}
	
	.business-box-logo-text {
		font-size: clamp(26px, 6vw, 40px);
		margin: 0 auto clamp(15px, 2.8vw, 25px) auto;
	}
	
	/*===========================================

	【サービスページ】
	
	===========================================*/
	
	/*-------------------------------------------
	タイトルセクション
	-------------------------------------------*/
	.service-title-section {
		padding: clamp(100px, 26vw, 200px) clamp(10px, 5vw, 40px) clamp(50px, 13vw, 100px);
	}
	
	.service-title-h1 {
		font-size: clamp(22px, 4.6vw, 30px);
		margin-bottom: clamp(5px, 1.2vw, 10px) !important;
	}
	
	.service-title-h2 {
		font-size: clamp(30px, 8vw, 50px) !important;
		margin-bottom: clamp(20px, 5vw, 40px) !important;
	}
	
	.service-title-h3 {
		font-size: clamp(18px, 4.6vw, 30px) !important;
	}
	
	/*-------------------------------------------
	お客様に選ばれる理由セクション
	-------------------------------------------*/
	.reason-section {
		padding: 0 0 clamp(40px, 10vw, 80px) 0;
	}
	
	.reason-heading {
		font-size: clamp(26px, 6vw, 42px) !important;
		margin-bottom: clamp(20px, 6vw, 40px) !important;
	}
	
	.reason-box {
		max-width: 90%;
		padding: clamp(20px, 5vw, 30px);
		margin: 0 auto clamp(20px, 5vw, 30px);
	}
	
	.reason-box2 .reason-box-inner {
        display: flex;
        flex-direction: column-reverse;
    }
	
	.reason-box-inner {
		display: block;
	}
	
	.reason-box-text {
		width: 100%;
	}
	
	.reason-box2 .reason-box-img {
		width: 93% !important;
	}
	
	.reason-box3 .reason-box-img {
		width: 94% !important;
	}
	
	.reason-box-img {
		width: 100% !important;
		margin-bottom: clamp(10px, 2.5vw, 20px);
	}
	
	.reason-box-desc {
		font-size: clamp(12px, 3vw, 18px);
	}
	
	.reason-box-heading {
		gap: 5px;
	}
	
	.reason-box-number {
		font-size: clamp(20px, 6vw, 36px);
	}
	
	.reason-box-title {
		font-size: clamp(17px, 4vw, 25px) !important;
		line-height: 1 !important;
	}
	
	/*-------------------------------------------
	ナビセクション 
	-------------------------------------------*/
	.service-nav-section {
		padding: clamp(30px, 8vw, 40px);
		width: 100%;
	}
	
	.service-nav-inner {
		display: block;
	}
	
	.service-nav-line {
		display: none;
	}
	
	.service-nav-item {
		display: flex;
		flex-direction: revert;
		align-items: center;
		justify-content: space-between;
		padding: 10px 0;
		width: 100%;
	}
	
	.service-nav-text {
		font-size: clamp(15px, 3.6vw, 20px);
	}
	
	.service-nav-icon {
		font-size: clamp(20px, 5vw, 40px);
	}
	
	.service-nav-line {
		height: clamp(80px, 22vw, 140px);
	}
	
	/* アンカー先の要素が id を持っている場合に、上に余白を空ける */
	.service-detail-content[id] {
		scroll-margin-top: clamp(160px, 38vw, 280px);
	}
	
	#real-estate-sale.service-detail-content {
        scroll-margin-top: clamp(210px, 48vw, 320px);
    }
	
	/*-------------------------------------------
	サービス詳細セクション 
	-------------------------------------------*/
	.service-detail-section {
        padding: clamp(50px, 13vw, 100px) clamp(15px, 3.5vw, 20px);
    }
	
	.service-detail-icon {
		width: clamp(25px, 6vw, 40px);
	}
	
	.service-detail-title {
		font-size: clamp(20px, 4.6vw, 30px) !important;
	}
	
	.service-detail-heading {
		gap: 10px;
		margin-bottom: clamp(10px, 2.5vw, 20px);
	}
	
	.service-detail-desc {
		margin-bottom: clamp(20px, 6vw, 40px) !important;
		font-size: clamp(12px, 3vw, 18px);
	}
	
	.service-flow-title {
		height: 50px;
		line-height: 50px !important;
		font-size: clamp(16px, 4vw, 23px) !important;
		padding: 0 15px !important;
		margin-bottom: clamp(10px, 2.5vw, 20px) !important;
	}
	
	.service-flow-toggle-text {
		font-size: clamp(12px, 3vw, 17px);
	}
	
	.service-flow-toggle-icon {
		font-size: clamp(12px, 3vw, 17px);
	}
	
	.service-flow-toggle-hr {
		width: clamp(115px, 29vw, 160px);
	}
	
	.service-flow-image-wrap {
		margin-bottom: clamp(10px, 2.5vw, 20px);
	}
	
	.qa-title {
		height: 50px;
		line-height: 50px !important;
		font-size: clamp(16px, 4vw, 23px) !important;
		padding: 0 15px !important;
		margin-bottom: clamp(10px, 2.5vw, 20px) !important;
	}
	
	.flow-details {
		margin-bottom: clamp(30px, 10vw, 60px);
		padding: clamp(20px, 6vw, 40px);
	}
	
	.flow-heading-orange, .flow-heading-blue, .flow-heading-green {
		font-size: clamp(15px, 3.8vw, 22px) !important;
		margin-bottom: clamp(5px, 1.5vw, 10px) !important;
	}
	
	.flow-desc {
		font-size: clamp(12px, 3vw, 18px);
		margin-bottom: clamp(15px, 4vw, 25px) !important;
	}
	
	.qa-question-block {
		display: block;
		margin-bottom: clamp(10px, 2.5vw, 20px);
	}
	
	.qa-user-image {
		width: 20%;
		margin: 0 auto;
	}
	
	.qa-question-bubble {
		width: 100%;
		font-size: clamp(13px, 3vw, 18px);
		margin: 0 auto;
		padding: 20px 30px;
	}
	
	.qa-question-bubble:before {
		display: none;
	}
	
	.qa-answer-block {
		display: block;
		margin: 0 auto clamp(20px, 6vw, 40px);
		padding: 15px 25px;
		width: 96%;
	}
	
	.qa-answer-left {
		width: 100%;
		font-size: clamp(13px, 3vw, 18px);
	}
	
	.qa-answer-right {
		display: none;
	}
	
	.qa-more-text {
		font-size: clamp(12px, 3vw, 17px);
	}
	
	.qa-more-icon {
		font-size: clamp(12px, 3vw, 17px);
	}
	
	.qa-more-hr {
		width: clamp(120px, 29vw, 170px);
	}
	
	.case-title {
		height: 50px;
		line-height: 50px !important;
		font-size: clamp(16px, 4vw, 23px) !important;
		padding: 0 15px !important;
		margin-bottom: clamp(10px, 2.5vw, 20px) !important;
	}
	
	.case-box {
		display: block;
		margin-bottom: clamp(10px, 2.5vw, 20px);
	}
	
	.case-set {
		width: 100% !important;
		justify-content: flex-start;
		margin-bottom: clamp(5px, 2vw, 10px);
		gap: 10px;
	}
	
	.case-label {
		width: 20%;
		font-size: clamp(12px, 3vw, 16px);
		padding: 3px 8px;
	}
	
	.case-text {
		font-size: clamp(13px, 3.4vw, 18px);
	}
	
	.case-text-highlight {
		font-size: clamp(16px, 3.8vw, 20px);
	}
	
	.case-more-text {
		font-size: clamp(12px, 3vw, 17px);
	}
	
	.case-more-icon {
		font-size: clamp(12px, 3vw, 17px);
	}
	
	.case-more-hr {
		width: clamp(120px, 29vw, 160px);
	}

	.voice-title {
		height: 50px;
		line-height: 50px !important;
		font-size: clamp(16px, 4vw, 23px) !important;
		padding: 0 15px !important;
		margin-bottom: clamp(10px, 2.5vw, 20px) !important;
	}
	
	.voice-image-wrap {
		height: clamp(80px, 20vw, 120px);
		margin-bottom: clamp(10px, 2.5vw, 20px);
	}
	
	.voice-image {
		height: clamp(80px, 20vw, 120px);
	}
	
	.voice-box {
		width: 100%;
		margin-bottom: clamp(10px, 2.5vw, 20px);
		padding: clamp(10px, 3vw, 20px) 20px;
	}
	
	.voice-row {
		display: block;
	}
	
	.voice-text {
		font-size: clamp(12px, 3vw, 18px);
	}
	
	.voice-more-text {
		font-size: clamp(12px, 3vw, 17px);
	}
	
	.voice-more-icon {
		font-size: clamp(12px, 3vw, 17px);
	}
	
	.voice-more-hr {
		width: clamp(150px, 37vw, 210px);
	}
	
	.service-feature {
		margin-bottom: clamp(30px, 10vw, 60px);
	}
	
	.service-feature-title {
		height: 50px;
		line-height: 50px !important;
		font-size: clamp(16px, 4vw, 23px) !important;
		padding: 0 15px !important;
		margin-bottom: clamp(10px, 2.5vw, 20px) !important;
	}
	
	.feature-heading-orange {
		font-size: clamp(15px, 3.8vw, 22px) !important;
		padding: 0 clamp(10px, 3vw, 20px) !important;
		margin-bottom: clamp(5px, 2vw, 10px) !important;
	}
	
	.feature-desc {
		font-size: clamp(12px, 3vw, 18px);
		padding: 0 clamp(10px, 3vw, 20px);
		margin-bottom: 15px !important;
	}
	
	.feature-divider {
		margin: 15px 0;
	}
	
	#investment-consulting .case-adjust {
		width: 100% !important;
	}
	
	.cost-section {
		padding: clamp(40px, 12vw, 60px) 20px;
	}
	
	.cost-description {
		font-size: clamp(12px, 3vw, 18px);
		margin-bottom: clamp(20px, 6vw, 40px) !important;
	}
	
	.cost-title {
		font-size: clamp(20px, 4.6vw, 30px) !important;
		margin-bottom: clamp(10px, 3vw, 20px) !important;
	}
	
	.cost-box {
		padding: clamp(18px, 5vw, 40px);
	}
	
	.cost-item-title {
		font-size: clamp(15px, 3.8vw, 22px) !important;
		margin-bottom: clamp(5px, 2vw, 10px) !important;
	}
	
	.cost-item-description {
		font-size: clamp(12px, 3vw, 18px);
		margin-bottom: clamp(10px, 3vw, 20px) !important;
	}
	
	.cost-formula, .cost-details {
		font-size: clamp(13px, 3.5vw, 20px);
	}
	
	.cost-divider {
		width: 100%;
		margin: clamp(15px, 5vw, 35px) auto;
	}
	
	.cost-summary {
		font-size: clamp(12px, 3vw, 18px);
	}
	
	/*===========================================

	【ブログ一覧ページ】

	===========================================*/
	.blog-list-container, .blog-detail-container {
		padding: clamp(100px, 26vw, 200px) clamp(15px, 5vw, 30px) 0;
	}
	
	.blog-list-title, .blog-detail-maintitle {
		font-size: clamp(26px, 8vw, 50px);
	}
	
	.blog-list-title-section {
		margin-bottom: clamp(20px, 6vw, 40px);
	}
	
	.blog-detail-title-section {
		margin-bottom: clamp(40px, 10vw, 70px);
	}
	
	.blog-categories {
		gap: clamp(20px, 6vw, 40px);
		margin-bottom: clamp(20px, 6vw, 60px);
	}
	
	.blog-category-link {
		font-size: clamp(14px, 3.2vw, 20px);
	}
	
	.post-wrap {
		display: block;
		padding: clamp(15px, 5vw, 30px) 0;
	}
	
	.post-thumbnail-block {
		width: 100%;
		height: auto;
	}
	
	.post-thumbnail-img {
		width: 100%;
		height: auto;
	}
	
	.post-date {
		font-size: clamp(13px, 3.2vw, 20px);
		padding: clamp(8px, 1.6vw, 15px) 0;
	}
	
	.post-category {
		font-size: clamp(14px, 3.2vw, 20px);
		padding-bottom: clamp(8px, 1.6vw, 15px);
	}
	
	.post-title-link {
		font-size: clamp(16px, 4vw, 22px);
	}
	
	.blog-detail-date {
		font-size: clamp(13px, 3.2vw, 20px);
	}
	
	.blog-detail-category {
		font-size: clamp(13px, 3.2vw, 20px);
	}
	
	.blog-detail-vertical-line {
		height: clamp(16px, 3vw, 22px);
	}
	
	.blog-detail-title {
		font-size: clamp(22px, 6vw, 50px);
		margin-bottom: clamp(15px, 5vw, 30px);
	}
	
	.blog-detail-meta {
		margin-bottom: clamp(10px, 3vw, 20px);
	}
	
	.blog-detail-content {
		font-size: clamp(13px, 3.2vw, 18px);
		margin-bottom: clamp(20px, 6vw, 40px);
	}
	
	.back-to-list-button a {
		width: clamp(200px, 50vw, 260px);
		height: clamp(50px, 13vw, 80px);
		font-size: clamp(14px, 3.2vw, 20px);
		padding: 0 clamp(10px, 3vw, 20px);
	}
	
	.back-to-list-button {
		margin-bottom: clamp(20px, 6vw, 60px);
	}
	
	.back-to-list-button a i, .prev-button i, .next-button i {
		font-size: clamp(14px, 3.2vw, 20px);
	}
	
	.prev-text, .next-text {
		font-size: clamp(13px, 3.2vw, 18px);
	}
	
	.prev-button a, .next-button a {
		width: clamp(80px, 22vw, 120px);
		height: clamp(40px, 9vw, 50px);
		font-size: clamp(13px, 3.2vw, 18px);
	}
	
	.pagination {
		gap: clamp(10px, 3vw, 20px);
		margin: clamp(20px, 6vw, 40px) 0 0;
	}
	
	/*===========================================
    
	【コンタクトページ】
    
	============================================*/
	
	.contact-container {
		padding: clamp(100px, 26vw, 200px) 0 clamp(60px, 10vw, 100px);
		width: 90%;
	}
	
	.contact-page-header {
		width: 100%;
	}
	
	.contact-page-header h1 {
		font-size: clamp(26px, 8vw, 50px);
		margin-bottom: clamp(15px, 5vw, 30px);
	}
	
	.contact-page-description {
		font-size: clamp(13px, 3.2vw, 18px);
		margin: 0 0 clamp(40px, 10vw, 60px);
	}
	
	.ccf-label {
		font-size: clamp(14px, 3.2vw, 20px);
	}
	
	.ccf-required {
		width: clamp(30px, 7vw, 40px);
		height: clamp(15px, 3.8vw, 22px);
		font-size: clamp(12px, 2.8vw, 16px);
		margin-left: clamp(5px, 2vw, 10px);
	}
	
	.custom-contact-form select {
		background-size: clamp(14px, 3.2vw, 20px);
	}
	
	.custom-contact-form select, .custom-contact-form input[type="text"], .custom-contact-form input[type="email"], .custom-contact-form input[type="tel"], .custom-contact-form textarea {
		height: clamp(30px, 9vw, 46px);
		font-size: clamp(13px, 3.2vw, 18px);
		padding: 0 clamp(5px, 2vw, 10px);
	}
	
	.ccf-field label {
		margin-bottom: clamp(5px, 2vw, 10px);
		font-size: clamp(14px, 3.2vw, 20px);
	}
	
	.ccf-field {
		margin-bottom: clamp(15px, 4vw, 25px);
	}
	
	.custom-contact-form textarea {
		padding-top: clamp(5px, 2vw, 10px) !important;
	}
	
	.ccf-submit button, .ccf-confirm-buttons button {
		width: clamp(220px, 54vw, 320px);
		height: clamp(50px, 12vw, 70px);
		font-size: clamp(14px, 3.2vw, 20px);
	}
	
	.contact-container form h2 {
		margin-bottom: clamp(14px, 3.2vw, 20px);
		font-size: clamp(16px, 4.2vw, 24px);
	}
	
	/*===========================================
    
	【ポリシーページ】
    
	============================================*/

	.policy-container {
		padding: clamp(100px, 26vw, 200px) 0 clamp(60px, 10vw, 100px);
		width: 90%;
	}

	.policy-page-header {
		width: 100%;
	}

	.policy-page-header h1 {
		font-size: clamp(26px, 8vw, 50px);
		margin-bottom: clamp(40px, 10vw, 80px);
	}

	.policy-text {
		font-size: clamp(13px, 3.2vw, 18px);
		margin: 0 0 clamp(40px, 10vw, 60px);
	}

	.policy-subtitle {
		font-size: clamp(13px, 3.2vw, 18px);
		margin: clamp(30px, 7vw, 40px) 0 clamp(10px, 3vw, 20px) !important;
	}
	
	/*===========================================

	【会社情報ページ】

	===========================================*/

	/*-------------------------------------------
	タイトルセクション
	-------------------------------------------*/
	.page-id-240 .title-section {
		height: clamp(200px, 78vw, 634px);
	}
	
	.page-id-240 .title-content h1 {
		font-size: clamp(26px, 8vw, 50px);
		margin-bottom: 0;
	}
	
	/*-------------------------------------------
	企業理念セクション
	-------------------------------------------*/
	
	.corporate-philosophy-section {
		padding: clamp(30px, 10vw, 80px) 0;
	}
	
	.philosophy-container {
		width: 90%;
		border-radius: clamp(10px, 3vw, 20px);
		padding: clamp(20px, 6vw, 60px) clamp(20px, 6vw, 60px) clamp(30px, 7vw, 60px);		
	}
	
	.philosophy-container h2 {
		font-size: clamp(20px, 6vw, 42px);
		margin-bottom: clamp(10px, 3vw, 20px);
	}
	
	.philosophy-container h3 {
		font-size: clamp(14px, 3.6vw, 22px);
		margin-bottom: clamp(20px, 3vw, 30px);
	}
	
	.philosophy-container img {
		width: clamp(200px, 60vw, 348px);
		margin-bottom: clamp(30px, 8vw, 50px);
	}
	
	.philosophy-container p {
		font-size: clamp(13px, 3.2vw, 18px);
		line-height: 1.8;
	}
	
	.separator {
		margin: clamp(20px, 6vw, 40px) 0;
	}
	
	.philosophy-item {
		display: contents;
	}
	
	.philosophy-item img {
		width: 50%;
		margin: 0 0 clamp(10px, 3vw, 20px);
	}
	
	.philosophy-text h4 {
		font-size: clamp(16px, 4.8vw, 28px);
		margin-bottom: clamp(5px, 2vw, 10px);
		text-align: center;
	}
	
	.philosophy-text p {
		font-size: clamp(13px, 3.2vw, 18px);
		line-height: 1.8;
	}
	
	.reverse {
		flex-direction: column-reverse;
		display: flex;
	}
	
	.philosophy-item:nth-of-type(2) img {
		width: 52%;
		margin: 0 0 clamp(10px, 3vw, 20px);
	}
	
	.philosophy-item:nth-of-type(3) img {
		width: 52%;
		margin: 0 0 clamp(10px, 3vw, 20px);
	}
	
	/*-------------------------------------------
	社訓セクション
	-------------------------------------------*/
	
	.creed-section {
		padding: clamp(30px, 10vw, 80px) 0;
	}
	
	.creed-content {
		width: 90%;
	}
	
	.creed-content h2 {
		font-size: clamp(20px, 6vw, 42px);
		margin-bottom: clamp(10px, 3vw, 20px);
	}
	
	.creed-content h3 {
		font-size: clamp(14px, 3.6vw, 22px);
		margin-bottom: clamp(20px, 3vw, 30px);
	}
	
	.creed-content img {
        width: clamp(300px, 90vw, 740px);
        margin: 0 auto clamp(30px, 9vw, 60px);
    }
	
	.creed-textbox p {
		font-size: clamp(13px, 3.2vw, 18px);
		margin-bottom: clamp(20px, 6vw, 40px);
	}
	
	/*-------------------------------------------
	沿革セクション
	-------------------------------------------*/
	.history-section {
		padding: clamp(30px, 10vw, 80px) 0;
	}
	
	.history-section h2 {
		font-size: clamp(20px, 6vw, 42px);
		margin-bottom: clamp(10px, 3vw, 20px);
	}
	
	.history-content h3 {
		font-size: clamp(14px, 3.6vw, 22px);
		margin-bottom: clamp(20px, 3vw, 30px);
	}
	
	.history-box {
		width: 90%;
	}
	
	.history-item {
		margin-bottom: clamp(30px, 8vw, 50px);
		gap: clamp(10px, 4vw, 40px);
	}
	
	.history-date {
		font-size: clamp(18px, 6vw, 40px);
	}
	
	.history-date-month {
		font-size: clamp(18px, 6vw, 40px);
	}
	
	.month {
		font-size: clamp(14px, 3.6vw, 22px);
	}
	
	.history-item p {
		font-size: clamp(13px, 3.2vw, 18px);
		margin: clamp(5px, 1.8vw, 10px) 0 0;
	}
	
	.history-date-month-contents {
		gap: clamp(18px, 6vw, 40px);
	}
	
	.history-circle {
		width: clamp(14px, 3vw, 18px);
		height: clamp(14px, 3vw, 18px);
	}
	
	.history-item::after {
        left: clamp(6px, 1.25vw, 8px);
        height: clamp(40px, 17vw, 105px);
    }
	
	.history-item:nth-of-type(4)::after {
        left: clamp(6px, 1.25vw, 8px);
        height: clamp(145px, 37vw, 212px);
    }
	
	/*-------------------------------------------
	会社概要セクション
	-------------------------------------------*/
	.company-overview-section {
		padding: clamp(30px, 10vw, 80px) 0;
	}
	
	.company-overview-section h2 {
		font-size: clamp(20px, 6vw, 42px);
		margin-bottom: clamp(10px, 3vw, 20px);
	}
	
	.company-overview-section h3 {
        font-size: clamp(14px, 3.6vw, 22px);
        margin-bottom: clamp(20px, 6vw, 40px);
    }
	
	.company-box {
		width: 90%;
	}
	
	.company-label {
		font-size: clamp(13px, 3.2vw, 20px);
		padding-left: 0;
		width: 30%;
	}
	
	.company-value {
		font-size: clamp(13px, 3.2vw, 20px);
		width: 70%;
	}
	
	
}

/*-------------------------------------------
834px以下
-------------------------------------------*/
@media screen and (max-width: 834px){
	
	/*===========================================

	【共通】
	
	===========================================*/
	
	/*-------------------------------------------
	オーバーレイメニュー
	-------------------------------------------*/
	.overlay-inner {
		padding: 50px 20px;
	}
	
	.overlay-contact-content {
		display: contents;
	}
	
	.overlay-contact-desc {
        margin-bottom: 30px !important;
    }
	
	.overlay-contact-right {
		display: contents;
		margin-bottom: 20px;
	}
	
	.overlay-contact-method {
		width: 100%;
		text-align: left;
		margin-bottom: 20px;
	}
	
	/*-------------------------------------------
	Google翻訳
	-------------------------------------------*/
	.gtranslate_wrapper {
		padding-bottom: 10px;
	}
	
	.language-switcher {
		width: clamp(80px, 30vw, 200px);
	}
	
	.language-switcher a.glink img {
		display: none;
	}
	
	.language-switcher a.glink span {
		margin-right: 0 !important;
	}
	
	/*===========================================

	【トップページ】

	===========================================*/
	
	/*-------------------------------------------
	メインビジュアルセクション
	-------------------------------------------*/
	.main-visual-section {
		background-size: 105%;
		background-position: -130px center;
	}
		
	.main-visual-text {
        bottom: auto;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        width: 100%;
    }
	
	/*-------------------------------------------
	サービスセクション
	-------------------------------------------*/
	.service-section {
		padding: 100px 40px 50px;
	}
	
	.service-title {
		font-size: clamp(30px, 8vw, 50px) !important;
	}
	
	.service-subtitle {
		font-size: clamp(22px, 5vw, 34px) !important;
		margin: 30px 0 40px !important;
	}
	
	.service-item {
		margin-bottom: 10px;
		gap: 20px;
	}
	
	.service-icon {
		width: clamp(20px, 7vw, 40px);
	}
	
	.service-texts {
		gap: 10px;
	}
	
	.service-item-title {
		font-size: clamp(14px, 2.6vw, 20px) !important;
		width: 36%;
	}
	
	.service-item-desc {
		line-height: 1.4;
		font-size: clamp(12px, 2vw, 16px) !important;
		width: 66%;
	}
	
	.service-divider {
		margin: 10px 0;
	}
	
	.service-btn {
		margin-top: 30px;
	}
	
	/*-------------------------------------------
	コーポレートセクション
	-------------------------------------------*/
	.corporate {
        padding: 50px 0 0 !important;
    }
	
	.business-box:nth-of-type(1) img {
		width: clamp(180px, 40vw, 287px);
	}

	.business-box:nth-of-type(2) img {
		width: clamp(300px, 60vw, 451px);
	}
	
	/*-------------------------------------------
	フッターセクション
	-------------------------------------------*/
	.footer-section {
		padding: 80px 20px;
	}
	
	.footer-contact-desc {
        margin-bottom: 10px !important;
    }
	
	.footer-contact-right {
		display: contents;
	}
	
	.footer-contact-method {
		width: 100%;
		text-align: left;
	}	
}

/*-------------------------------------------
480px以下
-------------------------------------------*/
@media screen and (max-width: 480px){
	/*===========================================

	【共通】
	
	===========================================*/

	/*-------------------------------------------
	オーバーレイメニュー
	-------------------------------------------*/
    .overlay-inner {
        padding: 30px 20px 100px;
    }
	
    .overlay-contact-desc {
        margin-bottom: 20px !important;
    }
	
    .overlay-contact-method {
        margin-bottom: 15px;
    }
	
	/*-------------------------------------------
	Google翻訳
	-------------------------------------------*/
	.gtranslate_wrapper {
		padding-bottom: 7px;
	}
	
	/*===========================================

	【トップページ】

	===========================================*/
	
	/*-------------------------------------------
	サービスセクション
	-------------------------------------------*/
    .service-section {
        padding: 60px 20px 30px;
    }
	
    .service-item {
        gap: 10px;
    }
	
	/*-------------------------------------------
	コーポレートセクション
	-------------------------------------------*/
	.corporate-section {
		padding-bottom: 100px;
	}
	
	.corporate {
        padding: 30px 0 0 !important;
    }
	
    .corporate-text-container {
        top: 6%;
    }
	
	.corporate-text-container h3 {
		margin-bottom: 15px;
	}
	
	.corporate-text-container p {
		margin-bottom: 25px;
	}

	/*-------------------------------------------
	ニュースセクション
	-------------------------------------------*/
	.news-section {
        padding: 60px 20px 30px;
    }
	
	.news-section-title {
        margin-bottom: 25px !important;
    }
	
	.news-category {
        width: 16%;
    }
	
	.news-button {
        margin-top: 15px;
    }

	/*-------------------------------------------
	ビジネスセクション
	-------------------------------------------*/
	.business-section {
        padding: 30px 20px 80px;
    }
	
	.business-section-title {
        margin-bottom: 10px !important;
    }
	
	.business-section-subtitle {
        margin-bottom: 25px !important;
    }
	
}
