@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Hind:700);
/* トップページ
------------------------------------------------------------*/
a {
  text-decoration: none;
}
/* video */
.top_area {
    width: 100%;
    /*height: 100vh;*/
    position: relative;
    overflow: hidden;
    margin-top: 0px;
}
.slide_tx {
    position: absolute;
    z-index: 3;
    margin-top: 20%;    
    margin-left: 37%;
    text-align: center;
    margin-right: 37%;
}

.slider {
	position: absolute;	
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
.slider img {
	width: 100%;
  /*height: 100vh;*/
	overflow: hidden;
}




/* news
  ------------------------------------------------------------*/
.news_area {
    padding-top: 1%;
    padding-bottom: 1%;
    margin-right: 15px;
    margin-left: 15px;
}

.news_wrap {
    /*border: 1px solid #fff;*/
    padding-top: 5%;
    /*background-color: #E9E5D2;*/
    padding-bottom: 5%;
    margin-bottom: 20px;
}
.news_ttlbox {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.news_ttl {
	margin-right: 20px;
}
.news_ttl img {
	height: 25px;
}
.news_subttl {
    font-size: 17px;    
}
@media (max-width: 575px) {
.news_subttl {
    font-size: 15px;    
}
}
.news_box {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;  	
}
.news_inner {
  height: 400px;
  overflow-y: scroll;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
  background-color: #fff;
  /*border-top: 1px solid #4d4d4d;*/
  /*border-bottom: 2px solid #231815;*/
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
@media (max-width: 1399px) {

}
@media (max-width: 1199px) {

}
@media (max-width: 991px) {
  .news_inner {
    height: 300px;
  }
}
.news_inner::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}


.news_day {
	color: #333;
	margin: 0px;
	padding: 0 0 0 10px;
	font-size: 12px;
	background-image: url(../news/img/arrow03.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	font-weight: normal;
}
.news_tx {
	padding-top: 0px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	font-size: 14px;
	margin-bottom: 5px;
	padding-left: 10px;
	color: #333;
}


.news_box a:link ,
.news_box a:visited {
	color: #333;
	text-decoration: underline;
}

.news_box a:active ,
.news_box a:hover{
	color: rgba(149,103,3,1.00);
	text-decoration: underline;
}
/* 巨大地震
  ------------------------------------------------------------*/
.jisin_area{
    background-color: #e3e4e4;
    padding-top: 5%;
    padding-bottom: 5%;
}
@media (max-width: 575px) {
.jisin_area{	
	padding-left: 5%;
    padding-right: 5%;
	padding-top: 8%;
	padding-bottom: 10%;
}
}
.jisin_read{
	padding-top: 0px;
	padding-bottom: 30px;
	/*font-size: clamp(1.5rem, 4vw + 1rem, 4rem);*/
	/*font-size: 4vw;*/
	font-size: 70px;
	font-weight: 900;
	line-height: 1.5;
}
@media (max-width: 1599px) {
.jisin_read{	
	font-size: 4vw;
}
}
@media (max-width: 991px) {
.jisin_read{	
	font-size: 3vw;
}
}
@media (max-width: 767px) {
.jisin_read{	
	font-size: 22px;
}
}
@media (max-width: 575px) {
.jisin_read{	
	font-size: 7vw;
}
}
.jisin_tx{
    padding-top: 0px;
    padding-bottom: 30px;
    font-size: 17px;
}

/* コンセプト
  ------------------------------------------------------------*/
.concept_area{
    padding-top: 5%;
    padding-bottom: 5%;
}
@media (max-width: 575px) {
.concept_area{
    padding-top: 8%;
    padding-bottom: 10%;
}
}
.concept_read{
	padding-top: 0px;
	padding-bottom: 30px;	
	font-size: 50px;
	font-weight: 700;
	line-height: 1.5;
}
@media (max-width: 1599px) {
.concept_read{	
	font-size: 3.2vw;
}
}
@media (max-width: 991px) {
.concept_read{	
	font-size: 3vw;
}
}
@media (max-width: 767px) {
.concept_read{	
	font-size: 20px;
}
}
@media (max-width: 575px) {
.concept_read{	
	font-size: 6vw;
}
}
.concept_tx{
    padding-top: 0px;
    padding-bottom: 30px;
    font-size: 17px;
}



/* 性能
  ------------------------------------------------------------*/
.performance_area {
    padding-top: 5%;
    padding-bottom: 5%;    
	display: flex;
  justify-content: flex-end;
  align-items: center;  
}
@media (max-width: 1399px) {
.performance_area {    
  justify-content: flex-start;
}
}

.left_container {
  position: relative;
  width: 1300px;
  height: 400px;
}
@media (max-width: 1399px) {
.left_container {
  width: 100%;
  height: auto;
}
}

.right_box {
  background-color: #e3e4e4;
  width: 60%;
  height: auto;
  padding: 40px;
  box-sizing: border-box;
	position: relative;
}
@media (max-width: 991px) {
  .right_box {
    width: 100%;
    padding: 20px;
  }
 }
@media (max-width: 575px) {
.right_box {
    padding-bottom: 40px;
  }
}
.performance_reason{
	padding-top: 0px;
	padding-bottom: 20px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5;
}
@media (max-width: 991px) {
.performance_reason{	
	font-size: 28px;
	text-align: center;
	padding-left:12px;
	padding-right:12px;
}
}
.performance_reason_r{
	padding-top: 0px;
	padding-bottom: 20px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5;
	text-align: right;
}
@media (max-width: 991px) {
.performance_reason_r{	
	font-size: 28px;
	text-align: center;
}
}
@media (max-width: 991px) {
.text-area{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
}
.performance_ttl{
	padding-top: 0px;
	padding-bottom: 5px;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.5;
}
.performance_ttl span{	
	font-size: 90px;
	font-weight: 900;
}
@media (max-width: 991px) {
.performance_ttl{
	font-size: 50px;
}
.performance_ttl span{	
	font-size: 75px;
}
}
@media (max-width: 767px) {
.performance_ttl{
	font-size: 47px;
}
.performance_ttl span{	
	font-size: 67px;
}
}

.performance_read{
	padding-top: 0px;
	padding-bottom: 10px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5;
}
@media (max-width: 991px) {
.performance_read{
	font-size: 26px;
}
}
@media (max-width: 767px) {
.performance_read{
	font-size: 24px;
}
}
.performance_tx{
    padding-top: 0px;
    padding-bottom: 30px;
    font-size: 17px;
}
@media (max-width: 450px) {
.performance_ttl{
	text-align: left;
}
.performance_read{
	text-align: left;
}
.performance_tx{
    text-align: left;
}
}

.grid-container {
	position: absolute;
	/*top: 90%;
	right: 0;*/
	top: 80%;
  left: 80%;
	transform: translateY(-50%);
	background-color: #ffff00;
	display: grid;
	grid-template-columns: repeat(4, 120px);
	grid-template-rows: repeat(2, 120px);
	padding-top: 10px;
	padding-right: 10vw;
	padding-left: 10px;
	padding-bottom: 10px;
	gap: 5px;
}
@media (max-width: 991px) {
  
  .grid-container {
	position: static;
	transform: none;
	margin-top: 0px;
	padding-right: 10px;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: auto;
	max-width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
  }
}


.grid-item {
	background-color: #ffff00;	
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	line-height: 1.1;
	position: relative;
	aspect-ratio: 1 / 1;
}
.grid-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center; /* 画像の中央を表示 */
}






/* 秘密
  ------------------------------------------------------------*/
.secret_area {
	padding-top: 5%;
	padding-bottom: 5%;
	position: relative;
}

.secret_box {
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 5%;
	padding-left: 3%;
	background: linear-gradient(to right, #ffffff 0%, #ffffff 25%, #FFFBC2 25%, #FFFBC2 100%);
}
@media (max-width: 575px) {
.secret_box {
	padding-top: 3%;
	padding-bottom: 10%;
	background: linear-gradient(to right, #FFFBC2 0%, #FFFBC2 100%);
}
}
.secret_imglist {	
	display: grid;
	grid-template-columns: 1fr 1fr 1fr ;
	gap: 15px; 
	padding-bottom: 30px;
}

.secret_img {
	position: absolute;
	left: 5%;
	top: 0%;
	width: 40vw;
}
@media (max-width: 1199px) {
.secret_img {
	top: 15%;
	width: 40vw;
}
}
.secret_img2 img{
    width: 85%;
    display: block;
    margin: 0 auto;
	margin-top:-5%;
	margin-bottom:10%;
}

/* 紹介
  ------------------------------------------------------------*/
.intro_area {
	padding-top: 5%;
	padding-bottom: 5%;
	position: relative;
}
.intro_ttl{
	padding-top: 0px;
	padding-bottom: 20px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
@media (max-width: 575px) {
.intro_ttl{
	font-size: 27px;
}
}
.intro_tx{
    padding-top: 0px;
    padding-bottom: 10px;
    font-size: 17px;
}

.intro_list01 {	
	display: grid;
	grid-template-columns: 1fr 1fr 1fr ;
	gap: 10px 50px;
	padding-bottom: 30px;
}
@media (max-width: 767px) {
.intro_list01 {	
	grid-template-columns: 1fr ;
}
}
.intro_list01 li {	
	display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
@media (max-width: 767px) {
.intro_list01 li {	
	margin-bottom: 30px;
}
}
.intro_list02 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 0px;
	padding-bottom: 30px;
	margin-top: 5%;
}
@media (max-width: 991px) {
.intro_list02 {
	grid-template-columns: 1fr 1fr;	
}
}
@media (max-width: 767px) {
.intro_list02 {
	grid-template-columns: 1fr;	
}
}
.intro_list02 li {	
	position: relative;
}
.button_intro {
	position: absolute;
	align-items: center;
	margin: auto;
	bottom: 20px;
	width: 100%;
}


/* 動画
  ------------------------------------------------------------*/

.movie_area {
	padding-top: 5%;
	padding-bottom: 5%;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

 /* 会社
  ------------------------------------------------------------*/
.com_area {
	padding-top: 5%;
	padding-bottom: 5%;
	position: relative;
}

.com_box {
    padding-top: 5%;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 5%;
    background-color: #E3E4E4;
}
@media (max-width: 767px) {
.com_box {
    padding-top: 12%;
    padding-bottom: 12%;
}
}
.com_tx{
    padding-top: 5%;
    padding-bottom: 30px;
    font-size: 17px;
}
.staff_list {	
	display: grid;
	grid-template-columns: 1fr 1fr ;
	gap: 10px 50px;
	padding-bottom: 30px;
}
@media (max-width: 991px) {
.staff_list {
	padding-top: 5%;
}
}
.staff_list li img {
  width: 100%;       /* 親要素の幅に合わせる（数値指定なし） */
  aspect-ratio: 1 / 1; /* 縦横比を1:1に強制する */
  object-fit: cover;   /* 比率が変わっても画像が歪まないようにする */
  border-radius: 50%;  /* 円にする */
}
.staff_name{
	padding-top: 10px;
	padding-bottom: 0px;
	font-size: 17px;
	text-align: center;
}

/* lineup_area
  ------------------------------------------------------------*/
.lineup_area {
	padding-top: 5%;
	padding-bottom: 5%;
	background: #E4E2C9;
}
@media screen and (max-width:575px) {
.lineup_area {
	padding-top: 10%;
}
}
.lineup_line {
  width: 1px;          /* 線の太さ */
  height: 80px;       /* 線の長さ */
  background: black;
	margin: 0 auto;/* 線の色 */
}
@media screen and (max-width:575px) {
.lineup_line {
  height: 50px;
}
}
.lineup_ttl{
	padding-top: 5%;
	padding-bottom: 30px;
	text-align: center;
}

.lineup_tx{
	padding-top: 10px;
	padding-bottom: 30px;
	font-size: 20px;
	text-align: center;
}
@media screen and (max-width:575px) {
.lineup_tx{
	font-size: 17px;
	text-align: left;
}
}
.lineup_list {	
	display: grid;
	grid-template-columns: 1fr 1fr ;
	gap: 30px 50px;
	padding-bottom: 30px;
}

.lineup_list li {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 4;
	background-color: #FFFFFF;
	padding-top: 7%;
	padding-right: 6%;
	padding-bottom: 12%;
	padding-left: 6%;
}
@media screen and (max-width:575px) {
.lineup_list {	
	display: grid;
	grid-template-columns: 1fr 1fr ;
	gap: 20px 10px;
	padding-bottom: 30px;
	padding-top: 5px;
}

.lineup_list li {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 4;
	background-color: #FFFFFF;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 5%;
}
}
.button_lineup {
	margin-bottom: 30px;	
}

.button_lineup a {
	background: #eee;
	border-radius: 3px;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: auto;
	max-width: 250px;
	padding: 6px 25px;
	font-family: "Noto Sans Japanese";
	text-decoration: none;
	color: #333;
	line-height: 1.8;
	transition: 0.3s ease-in-out;
	font-weight: 500;
	border: 1px solid #231815;
}
.button_lineup a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button_lineup a:hover {
  background: #333;
  color: #FFF;
}
.button_lineup a:hover:after {
  right: 1.4rem;
}


/*スワイパー追加*/
.swiper-slide .card {
  border: none; /* 枠を消す */
  box-shadow: none; /* 影も消す場合 */
}
.swiper-pagination-bullet-active {
    background-color: #FFF500;
}
.swiper-slide img {
  margin-bottom: 40px; /* ページネーションを下げたい分だけ調整 */
}
/*スワイパー追加*/
@media screen and (max-width:375px) {

}
