/*
Theme Name:G.O.A.T FAMILY
Theme URI:https://forf.jp/
Author: https://forf.jp/
Author URI:https://forf.jp/
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-theme, responsive, real-estate, local-business
Text Domain:https://forf.jp/
*/

*{
    margin: 0;
    color: #fafafa;
    font-family: serif;
}
body{
    background-color: #242424;
}

header{
    background-color: #020001;
}
.hamburger {
    display: none;
    font-size: 30px;
    cursor: pointer;
    color: #fff;
}
.header_wrapper{
    max-width: 1366px;
    width: 98vw;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
}
.header_flex_content{
    display: flex;
    justify-content: space-between;
}
.header_flex01 img{
    width: 248px;
}
.header_flex02{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_flex02 a{
    text-decoration: none;
}
.header_button {
    margin-left: 20px;
    text-align: center;
}
.header_button a{
    background-color: #242424;
    display: block;
    width: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
}
.header_flex02 ul{
    padding-left: 0;
    display: flex;
    gap: 20px;
}
.header_flex02 ul li{
    list-style: none;
}
.header_flex02 ul li a{
    text-decoration: none;
}

.more_button{
    text-align: center;
}
.more_button a{
    background-color: #4D4D4D;
    text-decoration: none;
    width: 260px;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    border-radius: 5px;
    transition: 0.2s;
    max-height: 40px;
}
.more_button a:hover{
    opacity: 0.9;
    transition: 0.2s;
    background-color: #202020;
}
.heading_container{
    background-image: url(http://goat-family.com/wp-content/uploads/2025/08/LINE_ALBUM_630_250704_1.jpg);
    background-size: cover;
    background-position: center;
    min-height: 738px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.heading_container_menu{
    background-image: url(http://goat-family.com/wp-content/uploads/2025/08/menu_heading.png);
}
.headeing_content{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.headeing_content_company{
    text-align: left;
    align-items: start;
}
.headeing_content h2{
    font-size: 80px;
    line-height: 1;
}
.headeing_content p{
    font-size: 50px;
}
.heading_container_company{
    background-image: url(http://goat-family.com/wp-content/uploads/2025/08/company_heading.png);
}
.heading_wrapper_company{
    max-width: 1366px;
    width: 98vw;
}
.headeing_content_company h2{
    margin-bottom: 20px;
}
.headeing_content_company p{
    font-size: 40px;
}
/*-----------*/
.concept_wrapper{
    padding-top: 100px;
    padding-bottom: calc(100px + 25px);
    max-width: 1366px;
    width: 98vw;
    margin: 0 auto;
}
.concept_flex_content{
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.concept_flex02 img{
    width: 100%;
    box-shadow: 25px 25px 1px 0px #595959;
}
.concept_flex01{
    width: 60%;
}
.concept_flex02{
    width: 40%;
}
.concept_flex01 h3{
    font-size: 40px;
    line-height: 1;
    margin-bottom: 30px;
}
.concept_flex01 p{
    font-size: 20px;
    line-height: 45px;
}
/*----------*/
.style_container{
    background-image: url(http://goat-family.com/wp-content/uploads/2025/08/LINE_ALBUM_630_250704_27.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: darken;
}
.style_wrapper{
    padding-top: 100px;
    padding-bottom: 100px;
    max-width: 1366px;
    width: 98vw;
    margin: 0 auto;
}
.style_flex_content{
    display: flex;
    gap: 40px;
}
.style_flex01{
    width: 50%;
}
.style_flex02{
    width: 50%;
}
.style_flex01 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.swiper-container {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.swiper-wrapper {
    box-sizing: border-box;
}

.swiper-slide {
    width: auto !important;
    flex-shrink: 0;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.style_flex02 ul{
    padding-left: 0px;
    margin-bottom: 20px;
}
.style_flex02 ul li{
    font-size: 20px;
    list-style: none;
    line-height: 70px;
}
/*----------*/
.link_button_container{
    background-color: #2d2d2d;
}
.link_button_wrapper{
    padding-top: 100px;
    padding-bottom: 100px;
}
.link_button_flex_content{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    max-width: 800px;
    margin: 0 auto;
}
.link_button_flex_content a{
    text-decoration: none;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #595959;
    width: 380px;
    border-radius: 5px;
    font-size: 30px;
}
.link_button_flex01,
.link_button_flex02{
    text-align: center;
}
.link_button_flex01 a{
    background-color: #737373;
}
/*----------*/
.message_wrapper {
    padding-top: 100px;
    padding-bottom: 300px;
    max-width: 1366px;
    width: 98vw;
    margin: 0 auto;
}

.message_flex_content {
    position: relative;
    display: flex;
    gap: 40px;
}

.message_flex01 {
    flex: 0 0 60%;
    z-index: 1;
    padding: 20px;
}

.message_flex01 h4 {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 20px;
}

.message_flex01 p {
    font-size: 20px;
    line-height: 45px;
}

.message_flex02 {
    position: absolute;
    right: -50px; /* 必要に応じて調整 */
    top: 0;
    width: 50%;
    z-index: 0;
}

.message_flex02 img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/*----------*/
.footer_container{
    background-color: #2E2E2E;
}
.footer_wrapper{
    padding-top: 200px;
    padding-bottom: 100px;
    max-width: 1366px;
    width: 98vw;
    margin: 0 auto;
}
.footer_flex_content{
    display: flex;
    gap: 40px;
    justify-content: space-between;
}
.footer_flex01{
    width: 60%;
}
.footer_flex01 iframe{
    width: 100%;
    height: 100%;
}
.footer_flex02{
    width: 40%;
}
.footer_flex02 h5{
    font-size: 50px;
    line-height: 1;
    margin-bottom: 10px;
}
.footer_flex02 p{
    font-size: 20px;
    line-height: 45px;
}
.footer_flex02_button_flex_area{
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
.footer_flex02_button_flex01{
    text-align: center;
}
.footer_flex02_button_flex01 a{
    text-decoration: none;
    width: 260px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    font-size: 20px;
    background-color: #3b3b3b;
    transition: 0.2s;
}
.footer_flex02_button_flex01 a:hover{
    opacity: 0.9;
    transition: 0.2s;
    background-color: #393939;
}
.footer_flex02_button_flex02 img,
.footer_flex02_button_flex03 img{
    width: 60px;
}
.footer_flex02_tell{
    margin-top: 20px;
}
.footer_flex02_tell a{
    text-decoration: none;
    font-size: 30px;
}
.footer_flex02_text p{
    font-size: 20px;
}
.footer_end_container{
    background-color: #202020;
}
.footer_end_wrapper{
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.footer_end_content p{
    font-size: 16px;
}


/*--------------------*/
/*メニュー*/
/*--------------------*/
.text-slider {
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
}

.slide-menu {
    display: inline-block;
    min-width: 300px;
    height: auto;
    line-height: 50px;
    font-size: 20px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 20px;
    margin: 20px;
    margin-left: 0;
    background-color: #202020;
}
.slide-menu p{
    line-height: 45px;
}

.slide-menu:nth-child(1) { animation-delay: 0s; }
.slide-menu:nth-child(2) { animation-delay: 4s; }
.slide-menu:nth-child(3) { animation-delay: 8s; }
.slide-menu:nth-child(4) { animation-delay: 12s; }

@keyframes slideAnimation {
    0% { opacity: 0; }
    5% { opacity: 1; }
    25% { opacity: 1; }
    30% { opacity: 0; }
    100% { opacity: 0; }
}

.menu_slider_container{
    margin-top: 100px;
    margin-bottom: 100px;
}
.menu_slider_wrapper{
    margin-top: 100px;
    margin-bottom: 100px;
    max-width: 1366px;
    width: 98vw;
    margin: 0 auto;
}
.menu_heading_text p{
    font-size: 50px;
}
/*--------------------*/
/*カンパニー*/
/*--------------------*/
.co_under_heading_container{
    background-color: #191919;
}
.co_under_heading_wrapper{
    max-width: 1366px;
    width: 98vw;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 500px;
}
.co_under_heading_content{
    width: 70%;
}
.co_under_heading_content p span{
    font-size: 30px;
}
.co_under_heading_content p{
    font-size: 20px;
    line-height: 50px;
    position: relative;
    z-index: 2;
}

.co_img_container{
    margin-top: -650px;
    position: relative;
    z-index: 1;
}
.co_img_wrapper{
    max-width: 1366px;
    width: 98vw;
    margin: 0 auto;
}
.co_img_flex_content{
    display: flex;
    gap: 80px;
}
.co_img_flex01{
    padding-top: 200px;
}
.co_img_flex02{
    padding-bottom: 200px;
}
.co_img_flex01 img,
.co_img_flex02 img{
    width: 100%;
}
.co_staff_flex_content{
    display: flex;
    gap: 40px;
}
.co_staff_container{
    padding-top: 100px;
    padding-bottom: 100px;
}
.co_staff_wrapper{
    width: 1366px;
    max-width: 98vw;
    margin: 0 auto;
}
.co_staff_flex_content01{
    margin-top: 20px;
}
.co_staff_heading h3{
    font-size: 50px;
}
.co_staff_flex01 ul{
    list-style: none;
    padding-left: 0;
}
.co_staff_flex01 ul li{
    font-size: 35px;
    line-height: 50px;
}
.co_staff_flex01 ul li span{
    font-size: 30px;
}
.co_staff_flex01{
    width: 60%;
}
.co_staff_flex02{
    width: 40%;
}
.co_staff_flex02 img{
    width: 100%;
}
.co_staff_flex_content02{
    margin-top: 50px;
}

@media(max-width:768px){
    .more_button a{
        width: 180px;
    }
    .headeing_content h2{
        font-size: 10vw;
    }
    .headeing_content p{
        font-size: 6vw;
    }
    .headeing_content_company h2{
        margin-bottom: 10vw;
        width: 95%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .headeing_content_company p{
        font-size: 6vw;
        width: 95%;
        margin: 0 auto;
    }
    /*-----------*/
    .concept_flex_content{
        flex-wrap: wrap;
    }
    .concept_flex01{
        width: 95%;
    }
    .concept_flex02{
        width: 95%;
        margin: 0 auto;
    }
    .concept_flex01 h3{
        font-size: 8vw;
        margin-bottom: 30px;
    }
    .concept_flex01 p{
        font-size: 4vw;
    }
    /*----------*/
    .style_flex_content{
        flex-wrap: wrap;
    }
    .style_flex01{
        width: 100%;
    }
    .style_flex02{
        width: 100%;
    }
    .style_flex01 {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    .style_flex02 ul li{
        font-size: 5vw;
        line-height: 50px;
    }
    /*----------*/
    .link_button_wrapper{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .link_button_flex_content{
        justify-content: center;
        margin: 0 auto;
        width: 90%;
        flex-wrap: wrap;
    }
    .link_button_flex_content a{
        width: 280px;
        border-radius: 5px;
        font-size: 5vw;
    }
    /*----------*/
    .message_wrapper {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .message_flex_content {
        flex-wrap: wrap;
    }
    .message_flex01 {
        flex: 0 0 100%;
        box-sizing: border-box;
    }
    .message_flex01 h4 {
        font-size: 8vw;
    }
    .message_flex01 p {
        font-size: 4vw;
    }

    .message_flex02 {
        position: relative;
        right: auto;
        width: 100%;
    }

    /*----------*/
    .footer_wrapper{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .footer_flex_content{
        flex-wrap: wrap;
    }
    .footer_flex02_button_flex_area{
        align-items: center;
        gap: 10px;
    }
    .footer_flex01{
        width: 100%;
    }
    .footer_flex01 iframe{
        height: 400px;
    }
    .footer_flex02{
        width: 100%;
    }
    .footer_flex02 h5{
        font-size: 8vw;
    }
    .footer_flex02 p{
        font-size: 5vw;
        line-height: 45px;
    }
    .footer_flex02_button_flex01 a{
        text-decoration: none;
        width: 180px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 20px;
    }
    .footer_flex02_button_flex02 img,
    .footer_flex02_button_flex03 img{
        width: 40px;
    }
    .footer_flex02_tell{
        margin-top: 20px;
    }
    .footer_flex02_tell a{
        font-size: 6vw;
    }
    .footer_flex02_text p{
        font-size: 5vw;
    }
    .footer_end_content p{
        font-size: 3vw;
    }
    /*--------------------*/
    /*メニュー*/
    /*--------------------*/
    .heading_container_menu{
        background-position: center;
    }
    .slide-menu {
        font-size: 4vw;
    }
    .menu_heading_text p{
        font-size: 10vw;
    }
    /*--------------------*/
    /*カンパニー*/
    /*--------------------*/
    .co_under_heading_container{
        background-color: #191919;
    }
    .co_under_heading_wrapper{
        max-width: 1366px;
        width: 98vw;
        margin: 0 auto;
        padding-top: 100px;
        padding-bottom: 500px;
    }
    .co_under_heading_content{
        width: 80%;
    }
    .co_under_heading_content p span{
        font-size: 30px;
    }
    .co_under_heading_content p{
        font-size: 20px;
        line-height: 50px;
        position: relative;
        z-index: 2;
    }

    .co_img_container{
        margin-top: -850px;
        position: relative;
        z-index: 1;
    }
    .co_img_flex_content{
        gap: 30px;
    }
    .co_staff_flex_content{
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }
    .co_staff_flex_content01{
        margin-top: 20px;
    }
    .co_staff_heading h3{
        font-size: 10vw;
    }
    .co_staff_flex01 ul li{
        font-size: 6vw;
    }
    .co_staff_flex01 ul li span{
        font-size: 5vw;
    }
    .co_staff_flex01{
        width: 100%;
    }
    .co_staff_flex02{
        width: 100%;
    }
    .co_staff_flex02 img{
        width: 100%;
    }
    .co_staff_flex_content02{
        margin-top: 50px;
        flex-wrap: wrap-reverse;
    }
	.swiper-container {
		height: 280px;
	}
	.style_container {
		background-attachment: scroll;
	}
	.swiper-slide{
		height:auto;
	}
	.swiper-slide img{
		object-fit:contain;
	}
}

@media screen and (max-width: 768px) {
    .hamburger{
        line-height: 1;
        margin-right: 20px;
    }
    .header_flex02 {
        overflow: hidden;
        max-height: 0;
        flex-direction: column;
        background-color: #020001;
        position: absolute;
        top: 60px;
        right: 0;
        width: 100%;
        padding: 0;
        transition: max-height 0.3s ease, padding 0.3s ease;
    }

    .header_flex02.active {
        max-height: 500px;
        padding: 20px 0;
    }

    .hamburger {
        display: block;
    }

    .header_flex_content {
        align-items: center;
    }

    .header_flex02 ul {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .header_button {
        margin-left: 0;
        margin-top: 10px;
    }
	.fa-solid, .fas {
		font-weight: 900;
		z-index: 1000;
		position: relative;
	}
/*-----ADD------*/
	.co_staff_container{
		padding-top:50px;
	}
}
@media(max-width:768px){
	.text-slider{
	    white-space: initial;
	}
    .slide-menu {
        min-width: 100%;
        max-width: 100%;
        background-color: #363636;
        box-shadow: 0 5px 5px black;
    }
	.slide-menu ul{
		padding-left:0;
	}
	.slide-menu ul li{
		font-size:16px;
		white-space: normal;
		line-height: 2;
		margin-bottom:20px;
	}
	.slide-menu {
	    min-width: 100%;
	    max-width: 100%;
	    background-color: #363636;
	    box-shadow: 0 5px 5px black;
	}
}