@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Hina+Mincho&display=swap');

.sp-br {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-br {
    display: block;
  }
}


body{
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  font-family: "Hina Mincho", serif;
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin: 0;
  padding: 0;
  background-image: url("../image/haikei.png");
	background-repeat: repeat-y;
  overflow-x: hidden;
}

a{
	color: #ffffff;
	text-decoration: none;
}
h1{
	margin: 0;
}

.title{
	font-size: 200px;
	font-weight: 400!important;
    color: #444080;
    margin: auto;
}

@media screen and (max-width: 768px) {
	.title{font-size: 100px;
padding: 20px;
}}


.header {
    min-height: 8vh;
    width: 100%;
    background-color:#514F7D;
    position: fixed;
     top:0;
  left:0;
  z-index: 100;
}

.title-logo {
	display: block;
	max-width: 100%;
	height: 8vh;
  align-items: center;
  z-index: 102;

}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 20px;
  height: 8vh;
}

.drawer_hidden {
  display: none;
}
.drawer_open {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;
  cursor: pointer;
  margin: 0;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #ffffff;
  transition: 0.5s;
  position: absolute;
}


@media screen and (max-width: 750px) {
  .drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  display: block;}}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
  
/* メニューのデザイン*/
.nav_content {
  width: 50%;          
  height: 100%;
  position: fixed;
  top: 0;
  right: -50%;           
  z-index: 99;
  background:#514F7D;
  transition: .5s;
  text-align: left;
  padding-top: 40px;
}

/* メニュー黒ポチを消す */
.nav_list {
  list-style: none;
}

@media screen and (max-width: 750px) {
  .nav_list{
  display: flex;
  flex-direction: column;
  gap: 40px;  
  margin-top: 20%;
}}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  right: 0;
}

.nav_list a{
text-decoration: none;
color : white;
}

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

.drawer_open{
  display:none;
}

.nav_content{
  position:static;
  width:auto;
  height:auto;
  background:none;
  left:0;
  padding-top:0;
}

.nav_list{
  display:flex;
  gap:60px;
  justify-content:center;
  align-items:center;
  margin:0;
  padding:0;
}}

.nav_list a::after {
  background-color: #333; /* 下線の色 */
  bottom: -4px; /* 要素の下端からの距離 */
  content: ""; /* 要素に内容を追加 */
  height: 2px; /* 下線の高さ */
  left: 0; /* 要素の左端からの距離 */
  position: absolute; /* 絶対位置指定 */
  transform: scale(0, 1); /* 下線を横方向に0倍、縦方向に1倍に変形（非表示） */
  transform-origin: left top; /* 変形の原点を左上に指定 */
  transition: transform .3s; /* 変形をアニメーション化 */
  width: 100%; /* 要素の幅 */
}
a:hover::after {
  transform: scale(1, 1); /* 下線を横方向に1倍、縦方向に1倍に変形（表示） */
}

.nav_list a{
text-decoration: none;
color : white;
  display: inline-block; 
  font-size: 16px; 
  position: relative; 
  text-decoration: none; 
}


/* 上記共通部分*/

body.home {
  background: url("../image/top.png") no-repeat center center;
  background-size: cover;}

h2{
	font-weight: 400!important;}



.fv_copy{
font-size: 100px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
margin: auto;
	
}

.fv-area{
	height : 100vh;
}



.button {
position: fixed;
bottom: 10px;
right: 10px;
}

/* 上記top*/

.about-title{
  font-size: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 130px;
}



.text{
  margin-top: 0%;}
  
  
.hoshi-1{
  position: absolute;
  margin-right: 1%;
  margin-top: 0.5%;
}


.about1{
text-align: center;
font-weight: 400;
font-size: 16px;
line-height:300%;
letter-spacing: 0.3em;
margin: 50px;
line-height: 4;
}

.about2{
line-height:325%;
text-align: center;
font-weight: 400;
font-size: 16px;
 letter-spacing: 0.3em;
 margin: 30px;
}


@media screen and (max-width: 750px) {
.about1{
  
text-align: left;
line-height:250%;
  max-width: 380px;}

.about2{
text-align: left;
line-height:250%;
margin: 50px;
  max-width: 380px;}

.about3{
    max-width: 50%;
    max-width: 380px;}


}



.about3{
 align-items: center;
 margin: 0 auto;
 max-width: 1200px;
}


.about4{
font-size: 20px;
text-align: center;
font-weight: 400;
margin:40px;
margin-bottom: 60px;
}

.about5{
line-height:325%;
text-align: center;
font-weight: 400;
font-size: 16px;
letter-spacing: 0.3em;
margin: 0 auto;
margin-bottom: 150px;
padding: auto;
min-width: 500px;
}

@media screen and (max-width: 750px) {
  .about5{
    text-align: left;
    line-height:200%;
    min-width: 0px;
    padding: 0 45px;
    max-width: 400px;
  }}

    
    




@media screen and (max-width: 750px) {
.yagi{
  display: none;
}}


.star{
position:absolute; 
 top:1200px;
 right:200px;
}

@media screen and (max-width: 750px) {
  .star{
    display: none;
  }}



@media screen and (max-width: 750px) {
    .seiza{
    display: none;}}


.yagi{
  position: absolute;
  left: 0;
  top: 30%;
  width: 30vw;
  max-width: 250px;
  transform: translateY(-50%);
}

.seiza{
  position: absolute;
  right:  0;
  top: 115%;
  width: 20vw;
  max-width: 300px;
  transform: translateY(-50%);
}

.about-image{
  position: relative;
  min-height: 300px; 
}



.profile-box {
  border: 1px solid white;
  padding: 5px 30px;
  max-width: 700px;
  margin: 0 auto;
  margin-top: -20px;
  text-align: center;
  color: white;
}

@media screen and (max-width: 750px) {
  .profile-box{
  margin: 50px;}}

.profile-box p {
   display: grid;
  grid-template-columns: 150px 1fr;
  margin-left: 110px;
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 2.5;
}

.contact-label {
  min-width: 120px;
}


@media screen and (max-width: 768px) {
  .profile-box p {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
     margin:15px;
  }
}


.about-title-2{
  font-size: 30px;
  width: 100%;
    display:flex;
  flex-direction:column;
  align-items:center;
  gap: -50px;
  margin-top: 80px;
}


.about-title-2 img{margin-top: -50px;
margin-bottom: -160px;}


.profile{
  text-align: center;
}

.about3{
  display: block;
  margin: 0 auto;
  max-width: 100%;
}




.history_skill{
  margin-top: 200px;
  display: flex;
  justify-content: center;
  gap: 120px;
  text-align: center;
  gap:8%;
}

.history_skill img{
width: 300px;
height: 295px;
margin: 20px;
}

@media screen and (max-width: 768px) {
 .history_skill {
    flex-direction: column;
    align-items: center;
  }
}


.history_skill_text a {
  color: white;
  text-decoration: underline;
  font-size: 24px;
}

.history_skill_text h3{
  margin-top:30px ;
  margin-bottom:-170px ;
  font-size: 24px;
  letter-spacing: 0.15em;
  font-weight: 400;
}


/* 上記about*/

.history{
  	font-size: 200px;
	  font-weight: 400!important;
    color: #444080;
    margin: 30px auto;
    line-height:100%;
    padding-bottom: 150px;
}

@media screen and (max-width: 750px) {
  .history{
  	font-size: 100px;
    margin: 60px auto;
    padding-bottom: 0;
}}

.hidokei{
  display: flex;
  margin-top: -450px;
  margin-left: 70%;
  width: 20%;
  height: 20%;
  min-width: 200px;
}


@media screen and (max-width: 750px) {
  .hidokei{
  display: flex;
  margin-top: -200px;
  margin-left: 70%;
  height: 30%;
  width: 30%;
    min-width: 0%;
}}


.timeline-item {
  margin-bottom: 100px;
  max-width: 1300px;
  margin-left: 50px;
  margin-top: 100px;
  padding: 1%;
  }


.year {
  display: inline-block;
  border: 1px solid white;
  padding: 4px 14px;
  font-size: 24px;
  font-weight: 400px;
}



.history-title {
  font-size: 20px;
  margin: 3% 0 ;
  font-weight: 600;
  border-left: 2px solid rgba(255,255,255,0.3);
   padding: 20px;
}

.timeline-item p {
  font-size: 16px;
  line-height: 1.8;
  margin: 0;}

@media screen and (max-width: 750px) {
  .timeline-item  p{
    max-width: 400px; 
}}


/* 上記Parsonal_History*/

.skill-title{
	font-size: 200px;
	font-weight: 400!important;
    color: #444080;
    margin: auto;
}

@media screen and (max-width: 750px) {
  .skill-title{
    position: absolute;
    margin-top: 30px;
	font-size: 100px;
	font-weight: 400!important;
    color: #444080;
}}

.neko{
  margin-top: -250px;
  margin-left: 75%;
  width:200px ;
  height: 200px;
  margin-bottom: 20px;
  
}

@media screen and (max-width: 750px) {
  .neko{
    width: 150px;
    height: auto;
    margin-top: 55px;
    margin-left: 70%;
    margin-bottom: -40px;
  }}

.skills {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2,auto);
  gap: 30px;
  margin: 0 auto;    
  padding: 0 20px;   
}

@media screen and (max-width: 750px) {
    .skills{
    grid-template-columns: 1fr; 
    gap: 60px;
    padding: 0px 1%;
    max-width: 380px;
    margin-top: 50px;
  }}

.skill-card {
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  padding: 25px 30px;
  display: flex;
  align-items: center;
  gap: 25px;
}

.icon {
  width: 90px;
  height: 90px;
  background: rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}


.stars {
  font-size: 18px;
  margin-bottom: 10px;
}

.content p {
  font-size: 14px;
  line-height: 1.8;
}

.yagi2{
  display: flex;
  margin-top: -190px;
  margin-left: 65%;
  width:200px ;
  height: 200px;
}

@media screen and (max-width: 750px) {
  .yagi2{
    display: none;
  }}


/* 上記Skill*/

.pegasasu{
  display: flex;
  margin-top: -250px;
  margin-left: 75%;
  width:25%;
  height:auto;
}

@media screen and (max-width: 750px) {
 .pegasasu{
  display: flex;
  margin-top: -150px;
  margin-left: 62%;
  width:40%;
  height:auto;
  }}

.section {
    padding: 0 20px 100px 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.section h2 {
    font-weight: 300;
    margin-bottom: 60px;
    letter-spacing: 2px;
    text-align: center;
}


.grid {
    display: grid;
    gap: 80px;
    justify-content: center; 
    max-width: 1000px;
    margin: 0 auto;
    grid-template-columns: repeat(auto-fit, minmax(320px, auto)); /* 1列でも中央 */
}


.card {
    background: rgba(226, 224, 224, 0.418);
    padding: 30px;
    backdrop-filter: blur(6px);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 320px;
    max-height: 320px;
    
}


.card img {
    width: auto;
    max-width: 320px;
    max-height: 280px;
    height: auto;
    width: auto;

}


.card p a {
    color: #ffffff;          
    text-decoration: underline; 
    transition: 0.3s;       
}

.card p a:hover {
    opacity: 0.7; 
}
  
/* 上記Works詳細使いまわし*/

.text-area h1{
  font-size: 28px;
  padding-bottom: 30px ;
}

.work-detail{
  padding:120px 10%;
}

.mockup{
  text-align:center;
  margin-bottom:50px;
}

.mockup img{
  width:80%;
  max-width:900px;
  max-height: 700px;
}

.text-area{
  max-width:1200px;
   margin:auto;
}

@media screen and (max-width: 750px) {
.text-area{margin: 0;
  max-width: 500px;
}}

.text-area h2{
  letter-spacing:8px;
  margin-bottom:30px;
}

@media screen and (max-width: 750px) {
  .text-area h2{
  letter-spacing:8px;
  margin-top:-60px;
}}

.text-area p{
  font-size:16px;
  line-height:2;
  margin-bottom:60px;
}

.btn{
  background:#dcdcc8;
  color:#000000;
  padding:15px 40px;
  font-size:16px;
}

.btn:hover{
  opacity:0.8;
}

.sasori{
  display: flex;
  margin-top: -300px;
  margin-left: 67%;
  width:450px;
  height:auto;
}

@media screen and (max-width: 1200px) {
.sasori{
  display: none;
}}

/* 上記Works-details使いまわし*/


.service-title{
	font-size: 200px;
	font-weight: 400!important;
    color: #444080;
    margin: 0;
    padding: 10px;
}

@media screen and (max-width: 768px) {
  .service-title{
  font-size: 130px;
  font-weight: 400!important;
    color: #444080;
}}

.service{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:40px;
  padding:130px 3%;
  max-width: 1200px; 
  margin: 0 auto;   
}

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

  .service{
    grid-template-columns: 1fr; 
    gap: 60px;
    padding: 80px 5%;
    margin-top: -5%;
    padding: 80px 5%;
    width: 400px;

  }}

.service_card{
  border:1px solid #fff;
  padding:50px 20px;
  text-align:center;
  line-height: 2.0em;

}

.service_card p{
  text-align: left;
  margin-top: 70px;
  
}

@media screen and (max-width: 768px) {
  .service_card p{
  text-align: left;
  margin-top: 30px;
  
}}



.service_card h3{
  font-weight:300;
  margin-bottom:40px;
  letter-spacing:2px;
  font-size: 24px;
  margin-top: -10px;
}


.Banner{margin-top: 20px;}

.yumi{
  display: flex;
  margin-top: -200px;
  margin-left: 75%;
}

@media screen and (max-width: 768px) {
  .yumi{
    margin-left: 75%;
    margin-top: -130px;
    width: 25%;
    height: 25%;
  }

}
/* 上記service*/

.contact{
  padding:10px ;
  text-align:center;
}

.top-text{
  margin-bottom:60px;
  font-size:16px;
}

@media screen and (max-width: 750px) {
  .top-text{
 text-align:left;
padding: 0 15px;
}}


form{
  width:600px;
  margin:0 auto;
  text-align:left;
}

@media screen and (max-width: 750px) {
  form{
    width:auto;
    padding: 0 15px;
  }
}


label{
  display:block;
  margin:20px 0 8px 0;
  font-size:14px;
}

input,
textarea{
  width:570px;
  padding:15px;
  border:none;
  border-radius:6px;
  background:rgba(255,255,255,0.3);
  color:#ffffff;
  font-size:16px;
   margin: 0 auto; 
}

@media screen and (max-width: 750px) {
  input,
textarea{
  width:100%;
  margin: 0 auto; 
  padding: 15px 0 ;
}}

  


button{
  display:block;
  margin:50px auto 100px;
  padding:12px 50px;
  background:#dcdcc8;
  color:#000000;
  cursor:pointer;
  border-radius:6px;
}


button:hover{
  opacity:0.8;
}

/* 上記contact*/





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

/* 下記共お問い合わせ*/


.contact-title {
  font-size: 32px;
  letter-spacing: 0.1em;
  margin-bottom: 0px;
  position: relative;
  padding-top: 50px;
}

.nagareboshi{
  display: flex;
  justify-content:center;
  margin-top: -7%;
  margin-left: 33%;
}

.contact-text {
  font-size: 16px;
  line-height: 2;
  padding: 10px;
}

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

  .contact-text {
  padding: 0;
}
}

.contact-btn {
  display: inline-block;
  padding: 14px 40px;
  background: #f2f2d8;
  color: #020202;
  text-decoration: none;
  font-size: 14px;
margin-top: 30px;
}

.contact-btn:hover {
  background: #e6e6b5;
}

.contact-section {
  padding: 120px 20px;
}

.contact-box {
  max-width: 900px;
  height: 500px;
  margin: 0 auto;
  background: rgba(120, 120, 160, 0.7);
  text-align: center;
  color: #ffffff;
}



@media screen and (max-width: 750px) {
  .contact-box {
  max-width: 400px;
  max-height: 500px;
}}

@media screen and (max-width: 750px) {
  .contact-text {
  font-size: 16px;
  padding: 0;
}}

@media screen and (max-width: 750px) {
  .contact-title {
  margin-bottom: -30px;
}}


/* 下記フッター*/
.footer-inner {
  Display: block;
  text-align: right;
  margin: auto;
border-bottom: 1px solid #fff;
padding-bottom: 20px;
margin: 0 5%;
margin-bottom: 50px;
}





.footer-nav {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.1em;
  max-width: 1100px;
  align-items: center;  
  
}

.footer-nav a{

  padding: 0 20px;
}




.footer-nav a:hover {
  opacity: 0.7;
}
