@charset "utf-8";

body{
	background-color: #272727;
	  font-family: sans-serif;
}

/*---- ファーストビュー ----*/
.fv {
  position: relative;
  width: 100%;
  height: 700px; /* ← 高さ固定に変更 */
  background: #272727;
  overflow: hidden;
  padding: 40px 0;
}

.fv-inner {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fv-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #272727;
  z-index: 1;
}

.fv-img {
  position: relative;
  width: 1280px;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
  display: block;
  z-index: 2;
  filter: blur(10px);      /* 最初はぼかす */
  opacity: 0;              /* 最初は透明 */
  transition: filter 1.5s ease-out, opacity 1.5s ease-out;
}

/* 表示されたらくっきり */
.fv-img.is-visible {
  filter: blur(0);
  opacity: 1;
}


.fv-text {
  position: absolute;
  top: 50%;
  left: -100px;
  transform: translateY(-50%);
  color: #fff;
  z-index: 3;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}

.fv-text h1 {
  font-family: 'Anton', sans-serif;
  font-size: 60px;
  letter-spacing: 4px;
  line-height: 1.2;
  margin-bottom: 24px;
}

.fv-text p {
  font-size: 30px;
  font-weight: 600;
}

/*---- アニメーション ----*/
.smooth {
  display: inline-block;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.4s cubic-bezier(0.37, 0, 0.63, 1);
}

.smooth.is-animated {
  clip-path: inset(0);
}

/* pタグに少し遅延を入れる */
.smooth.delay {
  transition-delay: 0.6s;
}


/*タイトルの文字*/

.title {
  padding: 3px 0;
}

.title-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 56px;
}
.title h2 {
  font-family: 'Anton', sans-serif;
  font-size: 40px;
  color: #FFFFFF;
  letter-spacing: 1.92px;
  line-height: 1.2;
  margin-bottom: 60px;
}
.title h2 span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 1px;
  margin-top: 8px;
}

.precident_text{
	margin-right: 10px;
}

.precident_name{
	text-align: right;
}

.concept_paragraph img{
	width: 15em;
}
	
	.concept_title{
		font-size: 18px;
		font-weight: 600;
	}

.about_box{
	background-color: white;
	padding: 3em 5em;
	text-align: left;
	width: 50%;
	margin: 0 auto;
    font-size: 16px;
    margin-bottom: 5em;
}

.about_box tr{
	padding: 2em 0;
	vertical-align: top;
}

.buying_img{
	text-align: center;
	padding: 3em 0;
	display: block;
}

/* 画像自体をチカチカ */
.buying_img img {
  display: inline-block;
  animation: blink 5s infinite alternate;
}

/* 点滅アニメーション */
@keyframes blink {
   0%   { opacity: 1; }
  20%  { opacity: 0.5; }
  40%  { opacity: 0.8; }
  60%  { opacity: 0.4; }
  80%  { opacity: 0.7; }
  100% { opacity: 1; }

}


.buying_img img{
	width:40em;
}

.buying_e{
	font-size: 2em;
}

/*Sell&Buyボタン*/
.button {
  display: flex;
  align-items: center;
  justify-content: space-between;
    width: 190px;
    height: 90px;
  padding: 0px 20px;
  margin: 10px 50px;
  background: #d9d9d9;
  border-radius: 25px;
  text-decoration: none;
  color: black;
  font-weight: bold;
  transition: background 0.3s;
 align-items: stretch; 
}

.button:hover {
  background: #bfbfbf; /* hoverで少し暗くなる */
}

.button .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 30px;
  margin-top: 7px;
}

.button .text span.en {
  font-size: 35px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.button .text span.jp {
  font-size: 18px;
}

.button .icon {
  font-size: 26px;
  padding-left: 15px;
  margin-left: 15px;
  padding-top: 28px;
  border-left: 4px solid black; /* ← 仕切り線を追加 */
  font-family: "Inter", "Anton", sans-serif;
}

	.icon::before {
  content: "";
  display: inline-block;
  width: 0; 
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid #333;
  margin-right: 6px;
}

.google_map{
	text-align: center;
	margin-bottom: 80px;
}


@media (min-width: 1381px){
  .fv-text {
    padding: 0 80px;
	left: 0;
  }

.office_img{
    width: 900px;
	background-image: url("../img/about_concept/office_img.jpg");
	background-repeat: no-repeat;
    background-size: cover;
	padding: 5em;
}
	
.precident_message{
	color: white;
	font-size: 16px;
    padding: 0 2em;
	width: 2000px;
}
	
	.precident_message_flex{
	display: flex;
	margin: 0 5em;
}
	
	.precident_message_flex{
		max-width: 1200px;
		margin: 0 auto;
	    margin-bottom: 5em;
	}
	
	.sp_message{
		display: none;
	}
	
.concept_paragraph p{
	text-align: left;
	width:340px;
	text-align: justify;
}
	
	.concept_discription{
		max-width: 1200px;
		margin: 0 auto;
	}
	
.concept_discription{
	color: white;
	font-size: 16px;
	padding: 0 8em;
}
	.concept_flex{
		max-width: 1200px;
		margin: 0 auto;
		display: flex;
	}

	
.buttons{
	display: flex;
	justify-content: center;
    margin-bottom: 10em;
}
	
.concept_paragraph{
	text-align: center;
	padding: 3em;
	color: white;
    font-size: 16px;
}
}

@media (max-width: 1380px) and (min-width: 1000px){
.office_img{
    width: 70em;
	background-image: url("../img/about_concept/office_img.jpg");
	background-repeat: no-repeat;
    background-size: cover;
	padding: 5em;
}
	
  .fv-text {
    padding: 0 80px;
	left: 0;
  }
	
.precident_message{
	color: white;
	font-size: 14px;
    padding: 0 2em;
}
	
.precident_message_flex{
	display: flex;
	margin: 0 5em;
    margin-bottom: 5em;
}
	.concept_flex{
	display: flex;
	margin: 0 5em;
}
	
.buttons{
	display: flex;
	justify-content: center;
    margin-bottom: 10em;
}
	
	
.concept_paragraph p{
	text-align: left;
	width:20vw;
	text-align: justify;
}
	
.concept_discription{
	color: white;
	font-size: 16px;
	padding: 0 8em;
}
	
.concept_paragraph{
	text-align: center;
	padding: 3em;
	color: white;
    font-size: 14px;
}
	
	.sp_message{
		display: none;
	}
}


@media (max-width: 999px) and (min-width: 769px){
.office_img{
    height: 3em;
	background-image: url("../img/about_concept/office_img2.jpg");
	background-repeat: no-repeat;
    background-size: cover;
	padding: 5em;
    margin: 0 auto;
    margin-bottom: 30px;
}

  .fv-text {
    padding: 0 80px;
	left: 0;
  }
	
.precident_message{
	color: white;
	font-size: 14px;
    padding: 0 2em;
}
	
.precident_message_flex{
	margin: 0 5em;
    margin-bottom: 5em;
}
	.concept_flex{
	display: flex;
	margin: 0 5em;
}
	
.buttons{
	display: flex;
	justify-content: center;
    margin-bottom: 10em;
}
	
	
.concept_paragraph p{
	text-align: left;
	width:20vw;
	text-align: justify;
}
	
.concept_discription{
	color: white;
	font-size: 16px;
	padding: 0 8em;
}
	
.concept_paragraph{
	text-align: center;
	padding: 3em;
	color: white;
    font-size: 14px;
}
	
	.pc_message{
		display: none;
	}

}

@media screen and  (max-width: 768px)and (min-width: 481px) {
	
.office_img{
    height: 30em;
    width: 10em;
    margin: 0 auto;
	background-image: url("../img/about_concept/office_img.jpg");
	background-repeat: no-repeat;
    background-size: cover;
	padding: 6em;
	margin-bottom: 25px;
    background-position: -70px 0px;
}
	
  .fv {
    height: 520px;
	padding:0 0 40px 0;
  }
  .fv-inner {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .fv-bg {
    width: 20%;
  } 
  .fv-img {
    width: 80%;
    height: 100%;
    margin: 0;
    object-fit: cover;
    margin-left: 20%;
  }
  .fv-text {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    padding-left: 0;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
  }
  .fv-text h1 {
    font-size: 32px;
    line-height: 1.2;
  }
  .fv-text p {
    font-size: 16px;
    line-height: 1.5;
  }
	
	.pc_message{
		display: none;
	}
	
.precident_message{
	color: white;
	font-size: 14px;
    margin-bottom: 50px;
}
	

.precident_message_flex{
    padding: 3em 5em;
    margin: 0 auto;
}
	
.concept_paragraph p{
	text-align: left;
	text-align: justify;
}
	
	
.concept_paragraph{
	width: 550px;
	text-align: center;
	padding: 3em;
	color: white;
    font-size: 0.8em;
    margin: 0 auto;
	padding: 3em 5em;
}

.concept_discription{
	color: white;
	font-size: 14px;
    padding: 3em 5em;
	margin: auto;
}

	
.concept_paragraph p{
	text-align: left;
	text-align: justify;
}

.about_box{
	background-color: white;
/*	padding: 3em 9em;*/
	text-align: left;
	width: 68%;
	margin: 0 auto;
    font-size: 0.8em;
    margin-bottom: 5em;
}
	
.buttons{
	display: flex;
	justify-content: center;
    margin-bottom: 10em;
}
 }

@media screen and (max-width: 480px) {
	
  .fv {
    height: 520px;
	padding:0 0 40px 0;
  }
  .fv-inner {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .fv-bg {
    width: 20%;
  } 
  .fv-img {
    width: 80%;
    height: 100%;
    margin: 0;
    object-fit: cover;
    margin-left: 20%;
  }
	
  .fv-text {
    padding: 0 115px;
  }
  .fv-text h1 {
    font-size: 20px;
    letter-spacing: 1.4px;
    line-height: 20px;
  }
  .fv-text p {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.7px; 
  }
	
.office_img{
    height: 20em;
	background-image: url("../img/about_concept/office_img.jpg");
	background-repeat: no-repeat;
    background-size: cover;
	padding: 5em;
	margin-bottom: 25px;
    background-position: -50px 0px;
}
	
.precident_message{
	color: white;
	font-size: 12px;
}
	
	.precident_message_flex{
	margin: 0 5em;
}
	
	.precident_message_flex{
		max-width: 300px;
		margin: 0 auto;
	}
	
	.pc_message{
		display: none;
	}
	
    .title-inner {
        padding: 0 20px;
    }
	
.title h2 {
   font-size: 24px;
   letter-spacing: 0.5px;
   line-height: 1.3;
	margin-bottom: 24px;
	margin-top: 70px;
 }
.title h2 span {
   font-size: 12px;
   letter-spacing: 0px;
   margin-top: 4px;
 }
	
.concept_discription {
    color: white;
    font-size: 0.8em;
    width: 300px;
    margin: 0 auto;
	}
	
.concept_paragraph{
	text-align: center;
	color: white;
    font-size: 12px;
	margin: 40px 0;
}
	
.concept_paragraph img {
    width: 15em;
    margin: 20px 0;
}
	
.concept_paragraph p {
    text-align: left;
    width: 270px;
    margin: 0 auto;
	text-align: justify;
	margin-top: 20px;
}

	
.buying_img img{
	width:290px;
}
	
.buttons{
    margin-bottom: 10em;
}
	
.about_box{
	background-color: white;
	padding: 3px 5px;
	text-align: left;
	width: 300px;
	margin: 0 auto;
    font-size: 12px;
    margin-bottom: 5em;
}

.about_box tr{
	padding: 2em 0;
	vertical-align: top;
}
	
/*Sell&Buyボタン*/
.button {
  display: flex;
  align-items: center;
  justify-content: space-between;
    width: 255px;
    height: 90px;
    padding: 0px 20px;
    margin: 20px auto;
  background: #d9d9d9;
  border-radius: 25px;
  text-decoration: none;
  color: black;
  font-weight: bold;
  transition: background 0.3s;
 align-items: stretch; 
}

.button:hover {
  background: #bfbfbf; /* hoverで少し暗くなる */
}

.button .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 70px;
  margin-top: 7px;
}

.button .text span.en {
  font-size: 35px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.button .text span.jp {
  font-size: 18px;
}

.button .icon {
  font-size: 26px;
  padding-left: 15px;
  margin-left: 15px;
  padding-top: 30px;
  border-left: 4px solid black; /* ← 仕切り線を追加 */
  font-family: "Inter", "Anton", sans-serif;
}
	
	.icon::before {
  content: "";
  display: inline-block;
  width: 0; 
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid #333;
  margin-right: 6px;
}
	
	.google_map_iframe{
		width: 300px;
	}
	
}




 /*スクロールでふわっと浮かぶアニメーション用 */
.fade-up {
  opacity: 0;                    /* 最初は透明 */
  transform: translateY(30px);   /* 下から浮かす */
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* スクロール時の遅延用（必要なら） */
.fade-up.delay-1 { transition-delay: 0.2s; }
/*.fade-up.delay-2 { transition-delay: 0.4s; }
.fade-up.delay-3 { transition-delay: 0.6s; }
今後追加するコンテンツがあればHTMLにクラスをつけて使用可能*/


