@charset "utf-8";
html{
    height: 100%;
}

body  {
    height: 100%;
    font-family: "ab-appare", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#splash {
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	background-image: url("../img/地面.jpg");
	text-align:center;
	color:#fff;
}

#splash_text {
	position: absolute;
	top: 50%;
	left: 50%;
    z-index: 999;
	width: 100%;
	transform: translate(-50%, -50%);
	color: #fff;
    font-size: 100px;
}

#particles-js{ 
	position:fixed;/*描画固定*/
	z-index:-1;/*描画を一番下に*/
	width: 100%;
	height: 100%;
}

#wrapper{
	position: relative;/*描画を#particles-jsよりも上にするためposition:relative;を指定*/
	z-index: 1;/*z-indexの数字を大きくすることで描画を#particles-jsよりも上に*/
	width:100%;
}



.js_body.is-active {
    overflow: hidden;
}

/*header*/
.header {
    height: 100px;
    width: 100%;
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
}

.header-logo {
    font-size: 28px;
    font-weight: bold;
    max-width: 200px;
}

.header-logo_link {
    height: 100%;
    display: flex;
    align-items: center;
}

.header-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background:rgba(232, 254, 232, 0.37);
    transition: all 0.6s;
    transform: translateX(-100%); 
}

.header-nav.active {
    transform: translateX(0); 
}

@media (min-width: 768px) {
    .header-nav {
        width: 30%; 
        left: auto; 
        right: 0; 
        transform: translateX(100%); 
    }
    .header-nav.active {
        transform: translateX(0); 
    }
}

.header-nav_list {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header-nav_item {
    list-style: none;
    text-align: center;
}

.header-nav_link {
    color: #333;
    text-decoration: none;
    padding: 10px 20px; 
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    min-width: 200px;
}

.hamburger {
    position: fixed;
    z-index: 9999;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #fff;
}

.hamburger-bar {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #666;
    width: 45%;
}

.hamburger-bar:first-child {
    top: 15px;
}

.hamburger-bar:nth-child(2) {
    top: 23px;
}

.hamburger-bar:last-child {
    top: 31px;
}

.hamburger.active .hamburger-bar:first-child {
    top: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.hamburger.active .hamburger-bar:nth-child(2) {
    opacity: 0;
}

.hamburger.active .hamburger-bar:last-child {
    top: 30px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
/*共通*/
.kv {
    text-align: center;
    overflow: hidden;
}

.profile-logo{
    max-width: 400px;
}

.top-title {
    font-size:28px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.sub-title{
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.content{
    font-weight: bold;
    font-size: 28px;
}

.content_word{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 100px;
}

/*できること*/
.works{
    padding: 40px 0;
}

.works_list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.works_item {
    background-color: #fff;
    padding: 20px;
    width: 90%; 
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 50px;
    margin-bottom: 20px; 
    transition: transform 0.3s ease-in-out; 
    min-height: 300px;
}

.works_item:hover {
    transform: scale(1.1); 
}


@media (min-width: 768px) {
    .works_list {
        flex-direction: row; 
        flex-wrap: wrap; 
        justify-content: center;
        gap: 20px;
    }
    .works_item {
        width: calc(50% - 40px);
        margin: 20px; 
    }
}


@media (min-width: 1080px) {
    .works_item {
        width: calc(33.333% - 40px); 
    }
}


.works_img-wrapper {
    width: 50%; 
    height: auto; 
}


.works-logo {
    max-width: 100%; 
    height: auto; 
}


.works_txt {
    font-size: 24px; 
    font-weight: bold;
}

.works-detail {
    font-size: 16px; 
    margin: 5px 0; 
    padding: 0 10px; 
}

.money {
    text-align: center;
    margin: 10px auto;
    padding: 10px;
    font-size: 24px;
    background-color: #ffffff; 
    border-radius: 30px;
    max-width: 400px; 
    width: 95%;
}

.friends {
    text-align: center;
}

.line_friends {
    display: inline-block; 
    text-align: center;
}

.friend {
    width: 300px; 
    display: block; 
    margin: 0 auto; 
    width: 80%;
}

/*実績*/
.slider {
    width:80%;
    margin:0 auto;
}

.result-image {
    height:auto;
    justify-content: center;
}

@media screen and (min-width: 1080px) {
    .result-image{
        width: 20vw;
    }
    .result-image:hover{
        transform: scale(1.20); 
    }
}

.slider .slick-slide {
	transform: scale(0.8);
	transition: all .5s;
	opacity: 0.5;
}

.slider .slick-slide.slick-center{
	transform: scale(1);
	opacity: 1;
}

.slick-prev, 
.slick-next {
    position: absolute;
    top: 35%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    height: 15px;
    width: 15px;
}

.slick-prev {
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {
    right: -1.5%;
    transform: rotate(45deg);
}

.slick-dots {
    text-align:center;
	margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;
    height:8px;
    display:block;
    border-radius:50%;
    background:#ccc;
}

.slick-dots .slick-active button{
    background:#333;
}


/*自己紹介*/
.personal {
    background-color: #fff;
    padding: 10px 5px; 
    border-radius: 30px;
    margin: 5px auto; 
    width: 90%; 
    max-width: 1080px; 
}

@media screen and (min-width: 1080px) {
    .personal {
        padding: 10px 10px; 
        width: 60%; 
    }
}

.personal_image {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin-bottom: 15px;
}

@media screen and (min-width: 1080px) {
    .personal_image {
        max-width: 50%;
        height: auto;
        margin-bottom: 20px;
    }
}

.personal_detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    margin: 0 auto;
}

.personal_content, .personal_detail {
    padding: 10px; /* 必要に応じて調整 */
}

@media screen and (min-width: 1080px) {
    .personal_detail {
        flex-direction: row; 
        align-items: flex-start; 
        max-width: 1080px; 
    }

    .text_contents { 
        max-width: 60%;
        padding-left: 20px;
    }
}

.name, .from, .career, .hobby, .chance {
    width: 100%;
    margin-top: 20px;
}

/*ブログ*/
.blog-section {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: center;
    max-width: 1200px; 
    margin: 0 auto; 
}

@media screen and (min-width: 768px) {
    .blog-section {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around; 
        gap: 30px; 
    }
    .blog-wrapper {
        flex: 0 1 calc(33.33% - 60px); 
        margin: 15px;
    }
}

.blog_detail{
    text-align: center;
}

.blog-wrapper {
    padding: 16px; 
    background-color: white;
    border-radius: 30px;
    width: 300px; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out; 
    cursor: pointer; 
}

.blog-wrapper:hover {
    transform: scale(1.20); 
    background-color: #f0f0f0; 
}

.blog-wrap_image {
    width: 255px; 
    height: 200px; 
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.blog-image {
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
}

.date{
    font-size: 10px;
    font-weight: bold;
}

.blog-content{
    font-size: 16px;
    font-weight: bold;
}

/*ブログの中身*/
.blog-wrapper_detail {
    max-width: 800px; 
    margin: 40px auto; 
    padding: 20px; 
    background-color:white; 
    border-radius: 30px; 
}

.blog-image_detail {
    width: 100%; 
    height: auto; 
    border-radius: 10px 10px 0 0; 
}

.title-wrapper {
    display: flex; 
    align-items: center; 
    justify-content: space-between; 
    margin: 20px 0; 
}

.blog-title {
    margin: 10px 0; 
    text-align: center; 
    font-size: 30px; 
    font-weight: bold;
}

.blog-date{
    margin-top: 20px; 
    text-align: center; 
    font-size: 14px; 
    font-weight: bold;
}

.blog_detail-content {
    margin-top: 20px; 
    text-align: justify; 
    line-height: 1.6; 
}


/* footer */
.footer {
    display: grid;
    place-items: center; 
    margin-top: 20px;
}

.footer_list {
    padding: 0; 
    margin: 0; 
    background-color: #e8fee85e;
    padding: 10px;
    border-radius: 10px;
    font-weight: bold;
}

.footer_item {
    margin-bottom: 10px; 
}

.footer_logo {
    margin-top: 20px; 
}