@charset "utf-8";


.conpany-wrap {
	padding: calc(40px + 3vw) calc(20px + .5vw);
	position: relative;
	z-index: 1;
}

.ie9 .contents-title.font-eng {
	width: 90px;
}

.vison-catch,
.vison-tex {
	position: relative;
	z-index: 5;
}

.vison {
	padding-top: calc(10px + 2vw);
	padding-bottom: calc(40px + 6vw);
}

.vison-catch {
	margin-bottom: calc(10px + .5vw);
	font-weight: bold;
	text-align: center;
	color: #1879c0;
}

.vison-logo {
	width: 80px;
	margin: calc(20px + .5vw) auto;
}

.vison-tex {
	font-weight: bold;
	text-align: center;
}

.bgimg1,
.bgimg2,
.bgimg3 {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 0;
	-ms-transform: translate(-50%, -50%);
	transform: translate3d(-50%, -50%, 0);
	transform-origin: center center;
}

.bgimg1,
.bgimg2,
.bgimg3 {
}

.bgimg1 {
	width: 100%;
	max-width: 1030px;
	opacity: .1;
	-webkit-animation: spin1 50s linear infinite;
			animation: spin1 50s linear infinite;
}

.bgimg2 {
	width: 80%;
	max-width: 652px;
	opacity: .07;
	-webkit-animation: spin2 50s linear infinite;
			animation: spin2 50s linear infinite;
}

.bgimg3 {
	width: 30%;
	max-width: 300px;
	opacity: .05;
	-webkit-animation: spin1 50s linear infinite;
			animation: spin1 50s linear infinite;
}

@keyframes spin1 {
	0% { transform: translate3d(-50%, -50%, 0) rotate(0deg); }
	100% { transform: translate3d(-50%, -50%, 0) rotate(360deg); }
}

@keyframes spin2 {
	0% { transform: translate3d(-50%, -50%, 0) rotate(0deg); }
	100% { transform: translate3d(-50%, -50%, 0) rotate(-360deg); }
}

@-webkit-keyframes spin1 {
	0% { -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg); }
	100% { -webkit-transform: translate3d(-50%, -50%, 0) rotate(360deg); }
}

@-webkit-keyframes spin2 {
	0% { -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg); }
	100% { -webkit-transform: translate3d(-50%, -50%, 0) rotate(-360deg); }
}


@media screen and ( min-width: 800px ) {

	.vison-catch {
		font-size: 4rem;
		line-height: 6rem;
	}
	
	.vison-tex {
		font-size: 1.8rem;
		line-height: 3.5rem;
	}

}


@media screen and ( max-width: 800px ) {

	.vison-catch {
		font-size: calc(1.2rem + 2vw);
		line-height: calc(2rem + 2vw);
	}
	
	.vison-tex {
		font-size: 1.5rem;
		line-height: 3rem;
	}

	.vison-tex br {
		display: none;
	}

}


/*------------------------------------*/


.info {
	z-index: 5;
	color: rgba(0, 0, 0, 1);
}

.info .contents-title {
	display: table;
	border-color: rgba(24, 121, 192, .5);
	color: rgba(24, 121, 192, 1);
}

.info:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background-image: url(../img/top/feature02.png);
	background-size: cover;
	opacity: .15;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.company-info-image figcaption {
	margin-top: 5px;
	font-size: 1.3rem;
	line-height: 2rem;
	text-align: center;
}

.company-title,
.company-info-data {
	position: relative;
	z-index: 10;
}

.company-info-data {
	border-bottom: 1px solid rgba(5, 5, 5, .2);
}

.company-info-data th,
.company-info-data td {
	border-top: 1px solid rgba(5, 5, 5, .2);
}

/* 20230908追記*/
.company-info-data th{
 width: 130px;
}

.info-sub {
	background-color: rgba(255, 255, 255, .1);
}

#map {
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 20px;
}

#map iframe {
	height: calc(200px + 20vw);
	max-height: 400px;
}

.office-list {
	max-width: 900px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
}

.office-list-name,
.office-list-tex {
	display: block;
	text-align: center;
}

.office-list-name {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 3rem;
}

.office-list-tex {
	font-size: 1.3rem;
	line-height: 2rem;
}

@media screen and ( min-width: 800px ) {

	.company-info {
		max-width: 900px;
		margin: 0 auto;
		display: -webkit-flex;
		display: flex;
	}

	.company-info-image {
		width: 50%;
		padding-right: calc(20px + 1vw);
		box-sizing: border-box;
	}

	.company-info-data {
		width: 75%;
	}

	.company-info-data th,
	.company-info-data td {
		padding: 10px 0;
		font-size: 1.5rem;
		line-height: 3rem;
	}

	.office-list-item {
		width: calc((100% - 62px) / 3);
		margin-right: 30px;
		margin-top: 30px;
	}

	.office-list-item:nth-child(3n) {
		margin-right: 0;
	}

.ie9 .company-info {
	width: 100%;
	overflow: hidden;
}

.ie9 .company-info-image,
.ie9 .company-info-data {
	width: 50%;
	float: left;
	box-sizing: border-box;
}

.ie9 .office-list-item {
	overflow: hidden;
}

.ie9 .office-list {
	overflow: hidden;
}

.ie9 .office-list-item {
	float: left;
}

}


@media screen and ( max-width: 800px ) {

	.company-info-image {
		max-width: 250px;
		margin: 0 auto;
	}

	.company-info-data {
		width: 100%;
		margin-top: 30px;
	}

	.company-info-data th,
	.company-info-data td {
		padding: 5px 0;
		font-size: 1.4rem;
		line-height: 2rem;
	}

	.office-list-item {
		margin-top: 20px;
	}

	#map {
		margin-top: -50px;
		padding-top: 50px;
	}

	.office-list {
		display: block;
	}

}


/*------------------------------------*/


.history-list {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.history-list th,
.history-list td {
	border-top: 1px solid rgba(0, 0, 0, .15);
}

.history-list th {
	width: 25%;
	font-weight: bold;
}


@media screen and ( min-width: 800px ) {

	.history-list th,
	.history-list td {
		padding: 10px 0;
		font-size: 1.5rem;
		line-height: 2.5rem;
	}

}


@media screen and ( max-width: 800px ) {

	.history-list th,
	.history-list td {
		width: 100%;
		display: block;
		float: left;
		font-size: 1.4rem;
		line-height: 2rem;
	}

	.history-list th {
		padding-top: 10px;
	}

	.history-list td {
		padding-bottom: 10px;
		border: 0;
	}

}

  /* 姉妹店リンクセクション */
  .sister-shops {
    background: #f7f7f7;
    padding: 25px 0;
    text-align: center;
  }

  .sister-shops a {
    color: #333;
    text-decoration: none;
    margin: 0 15px;
    font-size: 16px;
  }

  .sister-shops a:hover {
    color: #007acc; /* ヘッダー青に合わせたアクセント */
    text-decoration: underline;
  }
  
  .sister-shop__container {
    display: block; /* PC版縦並び */
  }
  
  .sister-shop__title {
    font-size: 1.8rem;
    margin-bottom: 20px;
    font-weight: bold;
  }
  
  .sister-shop__list {
    display: flex;
    justify-content: center; /* PC版中央揃え */
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    text-decoration: underline;
  }
  
  .sister-shop__item a {
    text-decoration: none;
    color: #333;
  }
  
  
  @media screen and (max-width: 800px) {
  
     .sister-shops {
        text-align: left; /* タイトルもリンクも左揃え */
        padding: 0px 0px 15px 0px;
      }
      .sister-shop__container {
        display: block; /* タイトル上、リンク下で縦並び */
      }
      .sister-shop__title {
        margin-top: -15px;
        text-align: left;
        border-bottom: 1px solid;
        padding-left: 14px;
        padding-top: 5px;
        background-color: #00BFFF;
        color: white;
      }
      .sister-shop__list {
        justify-content: flex-start; /* リンクは左揃え */
      }
      .sister-shop__item a {
        display: inline-block;
      }
  }