@charset "UTF-8";

/* ==========================================================================
   共通・ベーススタイル (既存のstyle.cssより継承・複製)
   ========================================================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
	scroll-padding-top:150px;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.6;
	color: #403c3a;
	background-image: url(image/kage.jpg);
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

a {
    text-decoration: none;
	color: #403c3a;
    transition: opacity 0.3s;
}

a:hover {
    opacity: 0.8;
}

ul {
    list-style: none;
}

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

/* ==========================================================================
   共通パーツ：ヘッダー (Header)
   ========================================================================== */
.header {
    background: #fff;
    padding: 10px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.logo img {
    max-width: 80px;
}

.header_wrapper {
    display: flex;
    align-items: center;
}

.nav ul {
    display: flex;
    gap: 20px;
}

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

.header-contact {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-left: 10px;
}

.tel-link {
    background-color: #6d90a6;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 0.9rem;
}

.btn-line {
    background-color: #00b900;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 0.9rem;
}

/* ==========================================================================
   共通パーツ：見出し装飾 (Decorated Titles)
   ========================================================================== */
.decorated-title {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    padding-top: 40px;
}

/* 上部の放射状あしらい */
.decorated-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 30px;
    background: url('image/ray_decoration.png') no-repeat center/contain; /* 適宜ファイル名変更 */
}

.section-title {
    font-size: 2.2rem;
    color: #6d90a6;
    margin-bottom: 10px;
}

/* 下部の波線 */
.decorated-title::after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 15px;
    background: url('image/namisenn_.png') no-repeat center/contain;
}

/* ==========================================================================
   会社概要専用：下層ヒーロー (Lower Hero)
   ========================================================================== */
.lower-hero {
    width: 100%;
}

.lower-hero-visual {
    position: relative; /* 子要素の基準点 */
    width: 90%;
    height: auto;     /* PC時の高さ（適宜調整） */
}

/* 背景画像の設定 */
.lower-hero-img {
	max-width: 100%;
	object-fit: cover;
	display: block;
	min-height: 100%;
	width: 100%;
}
.lower-hero-title-img{
	max-width: 100%;
	position: absolute;
    right: 0;
	bottom: 0;
	translate:95px -35%;
	
	
}
.lower-hero-content {
    position: absolute;
    right: 5%;         /* 右から5%の位置 */
    bottom: 15%;       /* 下から15%の位置 */
    text-align: right;
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3); /* 視認性を高める影 */
    z-index: 10;
}

.lower-hero-sub {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.2;
}

.lower-hero-title {
    font-size: 5rem;    /* カンプに合わせた大きめのサイズ */
    font-weight: bold;
    line-height: 1;
    margin: 0;
    letter-spacing: 0.05em;
    /* カンプに近い「くすんだ青」を文字色にする場合は下記（白で抜く場合は不要） */
    /* color: rgba(109, 144, 166, 0.9); */
}

.ja-title {
    font-size: 2.5rem;
    color: #6d90a6;
    position: relative;
    z-index: 2;
    font-weight: 700;
}

.en-title {
    position: absolute;
    right: -10px;
    bottom: -30px;
    font-size: 8rem;
    font-weight: 900;
    color: #6d90a6;
    opacity: 0.15;
    line-height: 1;
    z-index: 1;
}

/* ==========================================================================
   会社概要専用：プロフィールテーブル (Profile Table)
   ========================================================================== */
.decorated-title {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    padding-top: 40px; /* 上の放射状アイコン用の余白 */
}

/* 上部の放射状あしらい（これはそのまま） */
.decorated-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 30px;
    background: url('image/ray_decoration.png') no-repeat center/contain;
}
.company-profile {
    padding: 80px 0;
}

.profile-table {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	border-collapse: collapse;
	background-color: #ffffff;	
}

.profile-table tr {
    border-bottom: 1px solid #e0e0e0;
}
.profile-table th {
	background-color: #E9E9E9;
}
.profile-table th, 
.profile-table td {
    padding: 25px 20px;
    text-align: left;
}

.profile-table th {
    width: 25%;
    font-weight: 700;
    color: #333;
    white-space: nowrap;
}

.profile-table td {
    color: #555;
    line-height: 1.8;
}

/* ==========================================================================
   会社概要専用：代表メッセージ (Representative Message)
   ========================================================================== */

.section-title {
    font-size: 2.2rem;
    color: #6d90a6; /* 指定のメインカラー */
    margin-bottom: 5px; /* 波線との距離を詰める */
    font-weight: 700;
}

/* 波線画像（namisenn2_.png）のスタイリング */
.title-wave {
    display: flex;
    justify-content: center;
}

.title-wave img {
    width: 140px; /* カンプのバランスに合わせて調整してください */
    height: auto;
    margin-top: 2px; /* ここを調整することで、文字との距離を自由に変えられます */
}

/* 以前の擬似要素による波線は削除またはコメントアウト */
.decorated-title::after {
    display: none;
}
.representative-message {
    padding: 80px 0;
}

.message-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    line-height: 2.0;
    color: #403c3a;
}

.message-content p {
    margin-bottom: 2rem;
}

.signature {
    text-align: right;
    margin-top: 50px;
    font-size: 1.2rem;
}

.signature span {
    font-size: 1.6rem;
    font-weight: 500;
    margin-right: 20px
/*    border-bottom: 1px solid #403c3a;*/
}

.footer {
	background-color: #f4f4f4;
	padding-top: 15px;
	padding-bottom: 120px; /* 余白は固定バー分確保 */
	position: relative;
}

.footer-content {
    justify-content: space-between;
}
.footer-info{
	text-align: center;
	margin-bottom: 20px
}
.footer-info img{
	max-width: 200px
}
.footer-nav ul {
    display: flex;
    gap: 10px;
	justify-content: center
}
.footer-nav ul ul{
	display: block;
	border-left: 1px solid #000;
	padding-left: 5px;
	margin-left: 5px;
	white-space: nowrap;
}

.footer-fixed-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 1000;
}

.fixed-tel, .fixed-line {
    flex: 1;
    text-align: center;
    padding: 15px;
    color: #fff;
    font-weight: bold;
}

.fixed-tel { background-color: #6d90a6; }
.fixed-line { background-color: #00b900; }

.gotop {
    position: fixed;
    right: 20px;
    bottom: 65px;
    background: #6d90a6;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}


/* ==========================================================================
   スマホ対応 (Responsive)
   ========================================================================== */
@media (max-width: 768px) {
    .header-contact { display: none; }
 nav {
  position: fixed;
  top: 0;
  left: 100%  /* 0から変更  */;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  padding-top: 100px;
  height: 100%;
  padding-bottom: 50px;
  overflow: auto;
}
	.menu-open nav {
	left: 0;
}
	.nav-button {
  width: 70px;
  height: 50px;
  position: relative;
  z-index: 1;
}
	.nav-button span {
  width: 30px;
  height: 2px;
  background-color: #000000;
  position: absolute;
  left: 20px;
}
	.nav-button span:nth-child(1) {
	top: 12px;
}

.nav-button span:nth-child(2) {
	top: 24px;
}

.nav-button span:nth-child(3) {
	top: 36px;
}
.menu-open .nav-button span:nth-child(1) {
  top: 24px;
  transform: rotate(315deg);
}

.menu-open .nav-button span:nth-child(2) {
  width: 0;
  left: 50%;
}

.menu-open .nav-button span:nth-child(3) {
  top: 24px;
  transform: rotate(-315deg);
}
	.nav-button span {
	transition: 0.3s;
}
	.nav ul{
		flex-direction: column;
		align-items: center;
		gap:40px;
	}
	.nav a{
		font-size: 24px;
	}
	.header-inner {
/*        flex-direction: column;*/
        gap: 10px;
    }
	header .tel-link, header .btn-line{
		display: none;
	}

    .lower-hero-title { font-size: 2.5rem; }

    .step-item, .step-item:nth-child(even) {
        flex-direction: column;
        margin-bottom: 60px;
        text-align: left;
    }
    .step-img { flex: 0 0 100%; margin-bottom: 20px; }
    
    .en-title { font-size: 4rem; bottom: -10px; }
    .ja-title { font-size: 1.8rem; }

    .profile-table th, 
    .profile-table td {
        display: block;
        width: 100%;
        padding: 10px 0;
    }

    .profile-table th {
        border-bottom: none;
        padding-top: 20px;
        color: #6d90a6
	}
	 .lower-hero {
        justify-content: center;
        padding: 0;
    }

    .lower-hero-title {
        text-align: center;
        font-size: 1.8rem;
    }

    .step-item, 
    .step-item:nth-child(even) {
        flex-direction: column; /* スマホでは全て画像が上の1カラム */
        gap: 30px;
        margin-bottom: 60px;
    }

    .step-img img {
        max-width: 100%;
    }

    .step-text {
        text-align: center;
    }

    .support-grid {
        grid-template-columns: 1fr; /* スマホでは縦並び */
        gap: 20px;
    }
	.lower-hero-title-img{
		max-width: 50%;
		translate:20% -35%;
	}
	.profile-table{
	padding: 0 20px;
	max-width: 100%;
	}
	.profile-table th,.profile-table td {
	background-color: #ffffff;
    padding: 0 20px
		}
	.message-content{
		text-align: left;
	}
	 .footer {
	background-color: #f4f4f4;
	padding-top: 15px;
	padding-bottom: 120px; /* 余白は固定バー分確保 */
	position: relative;
}

.footer-content {
    justify-content: space-between;
}
.footer-info{
	text-align: center;
	margin-bottom: 20px
}
.footer-info img{
	max-width: 200px
}
    .footer-nav{
		display: flex;
		position: static;
		background-color: transparent;
		padding-top: 0;
	}
.footer-nav ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
}
.footer-nav ul ul{
	display: block;
	border-left: 1px solid #000;
	padding-left: 5px;
	margin-left: 5px;
	white-space: nowrap;
	}
                                                           

.footer-fixed-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 1000;
}
}
			
   .section-title {
        font-size: 1.8rem;
    }
		
   .title-wave img {
        width: 100px;
		}
	}
	

