@charset "utf-8";

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
ホーム
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- ヘッダー
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/

#members-slider .image{
    background-position:top;
}

section#members-slider {
    background-image: none;
}

.slider-members{
	width:540px;
	margin:0 auto;
}

@media(max-width:550px){
	.slider-members{
	width:290px;
	margin:0 auto;
}
}

#members-slider h3.heading span {
    display: inline-block;
    font-size: 1.3rem;
}

#members-slider .position {
    display: inline-block;
    font-size: 1.3rem;
}

#members-slider .image-outer {
   	width:250px;
	height:350px;
}



ul.post-ul.slider li.post-li {
    padding: 0 20px;
}

ul.slick-dots {
    display: flex;
    justify-content: center;
}

ul.slick-dots li button {border-radius: 100%;width: 15px;height: 15px;color: transparent;font-size: 5px;background-color: #ccc;}

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

ul.slick-dots li {
    padding: 0 5px;
}

ul.slick-dots li.slick-active button {
    background-color: #000;
}

/* 古いhome-headerスタイルを削除 - 新しいファーストビューに置き換え */

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- ミッション
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-mission .inner {
	max-width: 1400px;
	background: url("../img/home/mission-background.jpg") center center no-repeat;
	background-size: contain;
}

.home-mission-dl {
	max-width: 720px;
	margin: 0 auto;
	font-weight: 700;
}

.home-mission-dt {
	color: #0088b7;
	font-size: 2.6rem;
}

.home-mission-dt:not(:first-child) {
	margin-top: 30px;
}

.home-mission-dd {
	font-size: 1.6rem;
}

@media (min-width: 768px) {
.home-mission-dt {
	font-size: 5rem;
}

.home-mission-dt:not(:first-child) {
	margin-top: 75px;
}

.home-mission-dd {
	font-size: 2.4rem;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- お知らせ
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-news .inner,.home-strength .inner {
	max-width: 930px;
}

.home-news-li .image-outer {
	height: 145px;
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 事業内容
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-service .inner{
	max-width: 930px;
}

.home-service {
	position: relative;
	background-image: url("/wp-content/uploads/2025/04/home-service.webp");;
	/* background: linear-gradient(135deg, #0088b7, #0b4363 70%, #0e2d49); */
	/* color: #fff; */
	background-position: top;
    background-size: cover;
}

.home-service-particles {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.home-service .section-heading {
	color: inherit;
}

.home-service .section-description {
	margin-bottom: 40px;
}

.home-service-li:not(:last-child) {
	margin-bottom: 24px;
}

.home-service-li .number {
	display: block;
	font-weight: 700;
	font-size: 2rem;
	font-family: var(--font-english);
}

.home-service-li .number::before {
	display: inline-block;
	width: 2.6em;
	margin: 0 0.6em 0.1em 0;
	border-top: 1px solid;
	content: "";
}

.home-service-li .heading {
	margin-bottom: 1.1em;
	font-size: 2.6rem;
}

@media (min-width: 768px) {
.home-service .section-description {
	margin-bottom: 85px;
}

.home-service-li {
	display: flex;
	align-items: center;
}

.home-service-li:nth-child(2n) {
	flex-flow: row-reverse;
}

.home-service-li:nth-child(2n+1) .text {
	margin-right: 5%;
}

.home-service-li:nth-child(2n) .text {
	margin-left: 5%;
}

.home-service-li .number {
	font-size: 2.4rem;
}

.home-service-li .heading {
	font-size: 3.5rem;
}

.home-service-li .image {
	width: 47.5%;
	flex: none;
}
}

@media (max-width: 767.9px) {
.home-service-li .text {
	margin-bottom: 20px;
}

.home-service-li .image {
	display: block;
	margin: 0 auto;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 私たちの強み
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-strength-li {
	display: flex;
	position: relative;
	z-index: 0;
	height: 200px;
	padding: 0 1em;
	background: center center no-repeat;
	background-size: cover;
	color: #fff;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: center;
	counter-increment: number;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.home-strength-li::before {
	margin-bottom: 0.2em;
	font-size: 6rem;
	font-family: var(--font-english);
	line-height: 1;
	content: counter(number);
}

.home-strength-li::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: navajowhite;
	mix-blend-mode: multiply;
	content: "";
	transition: background 0.3s ease-in-out;
}

.home-strength-li:nth-child(1) {
	background-image: url("../img/home/strength01.jpg");
}

.home-strength-li:nth-child(2) {
	background-image: url("../img/home/strength02.jpg");
}

.home-strength-li:nth-child(3) {
	background-image: url("../img/home/strength03.jpg");
}

@media screen\0 {
.home-strength-li::after {
	opacity: 0.6;
}
}

.home-strength-li:hover::after {
	background: none;
}

@media (min-width: 768px) {
.home-strength-ul {
	display: flex;
	justify-content: space-between;
}

.home-strength-li {
	width: 32%;
	height: 300px;
	font-size: 1.8rem;
}

.home-strength-li::before {
	font-size: 10.6rem;
}

.home-strength-li:nth-child(2) {
	animation-delay: 0.5s;
}

.home-strength-li:nth-child(3) {
	animation-delay: 0.7s;
}
}

@media (max-width: 767.9px) {
.home-strength-li:not(:last-child) {
	margin-bottom: 30px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- メンバー紹介
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-member {
	background: #f2f4f4;
}

.home-member .inner {
	max-width: 940px;
}

.home-member-ul {
	display: flex;
	margin-bottom: -30px;
	flex-flow: wrap;
	justify-content: center;
}

.home-member-li {
	max-width: 250px;
	margin-bottom: 30px;
}

.home-member-li .image {
	margin-bottom: 10px;
}

.home-member-li .position {
	font-size: 1.2rem;
}

.home-member-li .heading {
	font-size: 2rem;
}

.home-member-li .heading-english {
	display: inline-block;
	font-size: 1.3rem;
}

/* 古いhome-headerのモバイルスタイルを削除 */
@media (min-width: 480px) {
.home-member-ul {
	margin-right: -3%;
	margin-left: -3%;
}

.home-member-li {
	width: 44%;
	margin-right: 3%;
	margin-left: 3%;
}
}

@media (min-width: 768px) {
.home-member-li {
	width: 27%;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 代表ブログ
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-blog {
	background: url("../img/home/blog-background.jpg") center center no-repeat;
	background-size: cover;
}

.home-blog .inner {
	max-width: 930px;
}

.home-blog-li .image-outer {
	height: 145px;
}

.blog-post-li .image {
	background-color: #fff;
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 会社概要
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-company .inner {
	max-width: 750px;
}

@media (min-width: 768px) {
.home-company table {
	font-size: 1.8rem;
}

.home-company th {
	width: 150px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- アクセス
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-access .inner {
	max-width: 750px;
}

.home-access iframe {
	width: 100%;
	height: 300px;
}

@media (min-width: 768px) {
.home-access iframe {
	height: 350px;
}
}

/* ========================================
   新しいファーストビュースタイル
   ======================================== */

/* 既存のhome-headerを無効化 */
.home-header {
    display: none !important;
}

/* ファーストビュー専用のスタイル - 高優先度 */
body .main-visual {
    position: relative !important;
    height: 100vh !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 1 !important;
}

body .main-visual .background-container {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

body .main-visual .background-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* 図形の表示を確実にする */
body .main-visual .shape-3d,
body .main-visual .shape-2d {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: absolute !important;
}

body .main-visual .shape-3d {
    z-index: 5 !important;
}

body .main-visual .shape-2d {
    z-index: 3 !important;
}

/* 図形の基本スタイルを強制適用 */
.shape-3d,
.shape-2d {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: absolute !important;
}

.shape-3d {
    z-index: 5 !important;
}

.shape-2d {
    z-index: 3 !important;
}

/* より具体的なセレクタで図形を強制表示 */
.main-visual .shape-3d,
.main-visual .shape-2d,
body .main-visual .shape-3d,
body .main-visual .shape-2d {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: absolute !important;
}

.main-visual .shape-3d,
body .main-visual .shape-3d {
    z-index: 5 !important;
}

.main-visual .shape-2d,
body .main-visual .shape-2d {
    z-index: 3 !important;
}

/* 3D浮遊アニメーション図形 (A-E) */
.shape-3d {
    position: absolute;
    animation: float3d 8s ease-in-out infinite;
    opacity: 1; /* 初期状態で表示 */
    transition: opacity 0.5s ease;
    z-index: 5;
}

.shape-3d.shape-a {
    top: 10%;
    right: 10%;
    animation-delay: 0s;
    animation-duration: 10s;
}

.shape-3d.shape-b {
    top: 20%;
    right: 20%;
    animation-delay: 2s;
    animation-duration: 12s;
}

.shape-3d.shape-c {
    top: 70%;
    right: 40%;
    animation-delay: 4s;
    animation-duration: 9s;
}

.shape-3d.shape-d {
    top: 30%;
    right: 3%;
    animation-delay: 6s;
    animation-duration: 11s;
}

.shape-3d.shape-e {
    top: 65%;
    right: 4%;
    animation-delay: 8s;
    animation-duration: 13s;
}

@keyframes float3d {
    0%, 100% {
        transform: translateY(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    }
    25% {
        transform: translateY(-20px) rotateX(15deg) rotateY(10deg) rotateZ(5deg);
    }
    50% {
        transform: translateY(-10px) rotateX(0deg) rotateY(20deg) rotateZ(10deg);
    }
    75% {
        transform: translateY(-30px) rotateX(-15deg) rotateY(10deg) rotateZ(15deg);
    }
}

/* 2D拡大縮小アニメーション図形 (F-J) */
.shape-2d {
    position: absolute;
    animation: scale2d 4s ease-in-out infinite;
    opacity: 0.3;
    transition: opacity 0.5s ease;
    z-index: 3;
}

.shape-2d.shape-f {
    top: 15%;
    left: 15%;
    animation-delay: 0s;
    animation-duration: 6s;
}

.shape-2d.shape-g {
    top: 55%;
    left: 8%;
    animation-delay: 1s;
    animation-duration: 5s;
}

.shape-2d.shape-h {
    top: 25%;
    left: 25%;
    animation-delay: 2s;
    animation-duration: 7s;
}

.shape-2d.shape-i {
    top: 65%;
    left: 20%;
    animation-delay: 3s;
    animation-duration: 6.5s;
}

.shape-2d.shape-j {
    top: 40%;
    left: 12%;
    animation-delay: 4s;
    animation-duration: 5.5s;
}

@keyframes scale2d {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}

.shape-image {
    width: 100% ;
    height: 100% ;
    object-fit: contain ;
    display: block ;
    visibility: visible ;
}

/* 図形のサイズ設定 */
.shape-3d.shape-a .shape-image {
    width: 300px;
    height: 300px;
}

.shape-3d.shape-b .shape-image {
    width: 500px;
    height: 500px;
}

.shape-3d.shape-c .shape-image {
    width: 200px;
    height: 200px;
}

.shape-3d.shape-d .shape-image {
    width: 500px;
    height: 500px;
}

.shape-3d.shape-e .shape-image {
    width: 150px;
    height: 150px;
}

.shape-2d.shape-f .shape-image {
    width: 400px;
    height: 400px;
}

.shape-2d.shape-g .shape-image {
    width: 200px;
    height: 200px;
}

.shape-2d.shape-h .shape-image {
    width: 60px;
    height: 60px;
}

.shape-2d.shape-i .shape-image {
    width: 120px;
    height: 120px;
}

.shape-2d.shape-j .shape-image {
    width: 100px;
    height: 100px;
}

/* メインコンテンツ */
.content-container {
    position: relative;
    z-index: 10;
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 0 2rem;
    /* margin-top: 40px; */
}

.hero-content {
    max-width: 800px;
    margin-left: 8%;
}

.hero-headline {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 2.5rem;
    color: #333;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.highlight {
    background: none;
    padding: 0;
    border-radius: 0;
    color: #333;
    font-size: 1.1em;
    border-bottom: 4px solid #F5A623;
    display: inline-block;
}

.hero-description {
    font-size: 1.6rem;
    line-height: 1;
    color: #555;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.hero-description p {
    margin-bottom: 0.8rem;
}

/* タブレット用 */
@media (max-width: 1024px) and (min-width: 769px) {
    .hero-headline {
        font-size: 3rem;
    }

    .hero-content {
        margin-left: 5%;
    }

    /* 3D図形配置調整 */
    .shape-3d.shape-a {
        top: 5%;
        left: 4%;
    }

    .shape-3d.shape-b {
        top: 15%;
        right: 8%;
    }

    .shape-3d.shape-c {
        top: 85%;
        right: 40%;
    }

    .shape-3d.shape-d {
        top: 50%;
        right: 5%;
    }

    .shape-3d.shape-e {
        top: 65%;
        left: 5%;
    }
    .shape-3d.shape-a .shape-image {
        width: 550px;
        height: 550px;
    }
    
    .shape-3d.shape-b .shape-image {
        width: 500px;
        height: 500px;
    }
    
    .shape-3d.shape-c .shape-image {
        width: 450px;
        height: 450px;
    }
    
    .shape-3d.shape-d .shape-image {
        width: 400px;
        height: 400px;
    }
    
    .shape-3d.shape-e .shape-image {
        width: 250px;
        height: 250px;
    }

    .shape-2d.shape-f .shape-image {
        width: 150px;
        height: 150px;
    }
    
    .shape-2d.shape-g .shape-image {
        width: 100px;
        height: 100px;
    }
    
    .shape-2d.shape-h .shape-image {
        width: 40px;
        height: 40px;
    }
    
    .shape-2d.shape-i .shape-image {
        width: 60px;
        height: 60px;
    }
    
    .shape-2d.shape-j .shape-image {
        width: 50px;
        height: 50px;
    }
}

/* モバイル用 */
@media (max-width: 768px) {
    .hero-headline {
        font-size: 2.5rem;
    }

    .hero-content {
        margin-left: 0;
        text-align: center;
    }

    /* モバイル用の図形配置調整 */
    .shape-3d.shape-a {
        top: 15%;
        left: 5%;
    }
 
    .shape-3d.shape-b {
        top: 20%;
        right: 5%;
    }

    .shape-3d.shape-c {
        top: 75%;
        right: 0%;
    }

    .shape-3d.shape-d {
        top: 50%;
        right: 5%;
    }

    .shape-3d.shape-e {
        top: 65%;
        left: 5%;
    }
    .shape-3d.shape-a .shape-image {
        width: 350px;
        height: 350px;
    }
    
    .shape-3d.shape-b .shape-image {
        width: 400px;
        height: 400px;
    }
    
    .shape-3d.shape-c .shape-image {
        width: 250px;
        height: 250px;
    }
    
    .shape-3d.shape-d .shape-image {
        width: 300px;
        height: 300px;
    }
    
    .shape-3d.shape-e .shape-image {
        width: 150px;
        height: 150px;
    }

    /* 2D図形のモバイル調整 */
    .shape-2d.shape-f {
        top: 15%;
        left: 10%;
    }
    
    .shape-2d.shape-g {
        top: 65%;
        left: 5%;
    }
    
    .shape-2d.shape-h {
        top: 25%;
        left: 20%;
    }
    
    .shape-2d.shape-i {
        top: 70%;
        left: 15%;
    }
    
    .shape-2d.shape-j {
        top: 40%;
        left: 8%;
    }

    .shape-2d.shape-f .shape-image {
        width: 100px;
        height: 100px;
    }
    
    .shape-2d.shape-g .shape-image {
        width: 80px;
        height: 80px;
    }
    
    .shape-2d.shape-h .shape-image {
        width: 30px;
        height: 30px;
    }
    
    .shape-2d.shape-i .shape-image {
        width: 50px;
        height: 50px;
    }
    
    .shape-2d.shape-j .shape-image {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 480px) {
    .hero-headline {
        font-size: 1.8rem;
    }

    .hero-description {
        font-size: 1rem;
    }

    /* さらに小さい画面用の図形調整 */
    .shape-3d.shape-a .shape-image {
        width: 150px;
        height: 150px;
    }
    
    .shape-3d.shape-b .shape-image {
        width: 200px;
        height: 200px;
    }
    
    .shape-3d.shape-c .shape-image {
        width: 150px;
        height: 150px;
    }
    
    .shape-3d.shape-d .shape-image {
        width: 180px;
        height: 180px;
    }
    
    .shape-3d.shape-e .shape-image {
        width: 100px;
        height: 100px;
    }
    /* 3D図形配置調整 */
    .shape-3d.shape-a {
        top: 15%;
        left: 5%;
    }

    .shape-3d.shape-b {
        top: 20%;
        right: 5%;
    }

    .shape-3d.shape-c {
        top: 80%;
        right: 0%;
    }

    .shape-3d.shape-d {
        top: 50%;
        right: 5%;
    }

    .shape-3d.shape-e {
        top: 65%;
        left: 5%;
    }
    .shape-2d.shape-f .shape-image {
        width: 60px;
        height: 60px;
    }
    
    .shape-2d.shape-g .shape-image {
        width: 50px;
        height: 50px;
    }
    
    .shape-2d.shape-h .shape-image {
        width: 20px;
        height: 20px;
    }
    
    .shape-2d.shape-i .shape-image {
        width: 35px;
        height: 35px;
    }
    
    .shape-2d.shape-j .shape-image {
        width: 25px;
        height: 25px;
    }
}
