@charset "UTF-8";

/*---------------------------------------------------------------*\
	$common
\*---------------------------------------------------------------*/

/* top */

#top {
    position: relative;
    width: 100%;
    padding: 170px 0 90px;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#top .title_top {
    top: 52%;
    margin: auto;
    z-index: 99;
    right: 0;
    left: 0;
    font-family: 'Overpass', sans-serif;
    font-size: 3.5rem;
    color: #fff;
    letter-spacing: 10px;
    text-align: center;
}

#top .suggestion_scroll_top {
    position: absolute;
    width: 60px;
    z-index: 99;
    bottom: 50px;
    right: 0;
    left: 0;
    margin: auto;
}

#top .border_scroll_top {
    width: 1px;
    display: block;
    height: 80px;
    background: #fff;
    margin: 0 auto;
    box-shadow: 0px 0px 24px #555;
    -webkit-animation: sdb 2.5s infinite;
    animation: sdb 2.5s infinite;
}


.title_top {
    text-align: center;
    font-size: 3.5rem;
    font-family: 'Overpass', ui-sans-serif;
    letter-spacing: 7px;
    color: #fff;
}

.title_top span {
    margin-top: 60px;
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    font-family: 'YuGothic', '游ゴシック', 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    position: relative;
    color: #fff;
    letter-spacing: 2px;
}

.title_top span:after {
    position: absolute;
    width: 1px;
    height: 30px;
    background: #fff;
    content: "";
    top: -50px;
    left: 50%;
}


/* recruit */
    
    #recruit {
        padding: 150px 0;
        background: #f7f7f7;
    }
    
    #recruit .title_recruit {
        text-align: center;
        font-size: 32px;
        letter-spacing: 7px;
        font-family: 'Overpass', sans-serif;
    }
    
    #recruit .subtitle_recruit {
        text-align: center;
        font-weight: bold;
    }
    
    #recruit .description_contents_recruit {
        text-align: center;
        margin-top: 30px;
        font-weight: bold;
    }
    
    #recruit .wrapper_contents_recruit {
        margin-top: 60px;
    }
    
    #recruit .each_job {
        position: relative;
        box-shadow: 0px 7px 15px rgba(0, 0, 0, .05);
        width: 100%;
        margin: 0 auto;
        text-align: center;
        border-radius: 4px;
        background: #fff;
        max-width: 1000px;
        margin-bottom: 24px;
    }
    
    #recruit .each_job>a {
        display: block;
        color: #777;
        padding: 20px 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    
    #recruit .each_job>a:hover {
        background: #111;
        color: #fff;
    }
    
    #recruit .each_job:after {
        display: block;
        content: '';
        position: absolute;
        bottom: 7px;
        right: 7px;
        width: 0;
        border-radius: 2px;
        height: 0;
        border-style: solid;
        border-width: 0 0 12px 12px;
        border-color: transparent transparent #111111 transparent;
    }
    
    #recruit .each_job:last-child {
        margin-bottom: 0px;
    }

/* vision */

.vision_inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 150px 0;
}

.vision_inner h3 {
    text-align: center;
    font-size: 32px;
    font-family: 'Overpass', sans-serif;
    letter-spacing: 7px;
}

.vision_inner h3 span {
    display: block;
    font-family: 'YuGothic', '游ゴシック', 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    font-weight: bold;
}

.vision_contents {
    display: block;
    align-items: center;
    justify-content: space-between;
    margin: 80px 0 0;
}

.vision_image {
    overflow: hidden;
    width: 100%;
    margin-bottom: 40px;
    border-radius: 6px;
    background: #000;
}

.vision_image img {
    width: 100%;
    height: auto;
}

.vision_cap {
    max-width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}

.vision_cap h4 {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 2.6rem;
    margin: 0;
    width: 38%;
}

.vision_cap h4:before {
    content: "";
    width: 56px;
    height: 1px;
    background: #000;
    display: block;
    margin-right: 14px;
}

.vision_cap p {
    line-height: 28px;
    text-align: left;
    width: 42%;
    border-left: 1px solid;
    padding-left: 7%;
}


/* supporters */

.supporters_inner {
    max-width: 1000px;
    margin: 0 auto;
}

.supporters_inner h3 {
    text-align: center;
    font-family: 'Overpass', sans-serif;
    font-size: 32px;
    letter-spacing: 7px;
    margin-bottom: 60px;
}

.supporters_inner h3 span {
    display: block;
    font-family: 'YuGothic', '游ゴシック', 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    font-weight: bold;
}

section.supporters {
    padding-bottom: 150px;
}

.supporters_head_pc {
    background: #000;
    padding: 80px 0;
}

.supporters_head_staff {
	background-image: url("../img/supporters/supporters_head_staff.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.supporters_head_partner {
	background-image: url("../img/supporters/supporters_head_partner.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.supporters_head_franchise {
	background-image: url("../img/supporters/supporters_head_franchise.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.supporters_head_anywhere {
	background-image: url("../img/supporters/supporters_head_anywhere.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.supporters_head_property {
	background-image: url("../img/supporters/supporters_head_property.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.supporters_contents h4 {
    font-size: 2.8rem;
    font-weight: bold;
    font-family: 'Overpass', sans-serif;
    text-align: center;
    color: #fff;
    letter-spacing: 4px;
}

.supporters_contents p {
    text-align: center;
    line-height: 26px;
    margin: 10px 0 0;
    color: #fff;
    font-weight: bold;
    font-size: 1.3rem;
}

.supporters_main_image {
    width: 200px;
    background: #eee;
    border-radius: 10px;
    display: none;
    overflow: hidden;
    margin: 0 auto 40px;
}

.supporters_main_image img {
    width: 100%;
    height: auto;
}

.supporters_contents {
    background: #f0f7fa;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.supporters_contents:after {
    display: none;
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: #fff;
    transform: rotate(45deg);
    top: -15px;
    left: 50%;
    margin-left: -15px;
}

ul.supporters_contents_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px;
}

ul.supporters_contents_list li {
    margin: 1% 1% 2%;
    width: 17%;
    text-align: center;
}

.supporters_contents_list_image {
    width: 120px;
    height: 120px;
    background: #fff;
    overflow: hidden;
    border-radius: 100%;
    margin: 0 auto 12px;
}

.supporters_name {
    font-size: 1.4rem;
    font-weight: bold;
}

.supporters_name span {
    display: block;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    opacity: 0.4;
    font-family: 'Overpass', sans-serif;
}

.supporters_featured {
    font-size: 1.2rem;
    margin-top: 6px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    letter-spacing: 0.5px;
}

.supporters_featured span {
    font-size: 1rem;
    letter-spacing: 0.25px;
    display: block;
    padding: 0 6px;
    color: #fff;
    background: #444;
    border-radius: 100px;
    width: max-content;
    margin: 0 4px 6px;
}

img.franchise_graph {
    max-width: 400px;
    height: auto;
    margin: 40px auto 0;
}

a.supporters_link {
    padding: 20px 0;
    display: block;
    width: 60%;
    max-width: 500px;
    text-align: center;
    box-shadow: 0px 7px 15px rgba(0, 0, 0, .025);
    position: relative;
    background: #fff;
    border-radius: 4px;
    color: #169ccd;
    margin: 0 auto 50px auto;
    letter-spacing: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.supporters_link:after {
    content: "";
    position: absolute;
    display: block;
    border-style: solid;
    border-radius: 2px;
    width: 0;
    right: 7px;
    height: 0;
    border-width: 0 0 12px 12px;
    border-color: transparent transparent #169ccd transparent;
    bottom: 7px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
}

a.supporters_link:hover {
    background: #169ccd;
    color: #fff;
}

a.supporters_link:hover:after {
    border-color: transparent transparent #fff transparent;
    border-width: 0 0 12px 12px;
}

ul.supporters_contents_list {}


a.supporters_link:before {}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
}

.swiper-button-next.swiper-button-black {
    right: -60px;
}

.swiper-button-prev.swiper-button-black {
    left: -60px;
}

/* header/footer */

header.header_change {
    background: #111!important;
}

.trigger_small span {
    background: #fff!important;
}

.wrapper_logo_top {
	background-image: url("../img/common/logo.png")!important;
}

.movmobb2 .active span {
    background-color: #000!important;
}

footer {
    background: #111!important;
}

.swiper {
  overflow: inherit!important;
}

/*---------------------------------------------------------------*\
	$ more than 1500px
\*---------------------------------------------------------------*/

@media screen and (min-width: 1500px) {
    /* others */
    #others .wrapper_contents_others {
        width: 1200px;
    }
}


/*---------------------------------------------------------------*\
	$1080px
\*---------------------------------------------------------------*/

@media screen and (max-width: 1080px) {
    /* others */
    #others .wrapper_contents_others {
        width: 90%;
    }
}


/*---------------------------------------------------------------*\
	$768px
\*---------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    /* top */
    /* concept JP */
    #concept_jp {
        padding: 100px 0 120px;
    }
    #concept_jp .catch_concept {
        font-size: 26px;
        line-height: 42px;
    }
    #concept_jp .description_concept {
        width: 80%;
        margin: 30px auto 0;
    }
    #concept_jp .description_concept>br {
        display: none;
    }
    /* concept EN */
    #concept_en .catch_concept {
        font-size: 28px;
        line-height: 42px;
    }
    #concept_en .description_concept {
        width: 80%;
        margin: 30px auto 0;
    }
    #concept_en .description_concept>br {
        display: none;
    }
    /* others */
    #others .each_title_others {
        font-size: 16px;
        letter-spacing: 5px;
    }
}


/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/

@media screen and (max-width: 480px) {
    
    /* top */
    #top {
        width: 100%;
        padding: 90px 0 30px;
        margin-top: 0;
    }
    #top .title_top {
        top: 48%;
        font-size: 2.2rem;
        letter-spacing: 4px;
    }
    #top .wrapper_logo_top {
        height: 71px;
    }
    #top .logo_top {
    width: 90px;
    margin-top: 0;
    padding: 15px;
    }
    #top .suggestion_scroll_top {
        display: none;
    }
	
	.title_top span {
		font-size: 1.2rem;
		margin-top: 40px;
	}

	.title_top span:after {
		height: 20px;
		top: -34px;
	}
    .title_info {
        font-size: 28px;
        font-size: 2.2rem;
        letter-spacing: 4px;
    }
	
	.vision_inner {
    width: 90%;
    padding: 30px 0;
	}

	.vision_inner h3 {
		font-size: 2.2rem;
		letter-spacing: 4px;
	}

	.vision_inner h3 span {
		font-size: 1.2rem;
	}

	.vision_contents {
		margin: 30px 0;
		display: block;
	}

	.vision_image {
		width: 100%;
		height: 180px;
		margin-bottom: 20px;
	}

	.vision_cap {
		max-width: 100%;
		display: block;
		text-align: left;
	}

	.vision_cap h4 {
		font-size: 1.5rem;
		width: 100%;
		text-align: center;
		margin: 0 0 15px;
	}

	.vision_cap p {
		line-height: 22px;
		font-size: 1.2rem;
		text-align: right;
		border: none;
		padding: 0;
		width: 100%;
	}

	.supporters_inner h3 {
		font-size: 2.2rem;
		letter-spacing: 4px;
		margin-bottom: 30px;
	}

	.supporters_inner h3 span {
		font-size: 1.2rem;
	}

	section.supporters {
		padding-bottom: 40px;
	}
	

.supporters_contents:after {
    display: block;
}
	
.supporters_main_image {
    width: 66%;
    border-radius: 6px;
    display: block;
    margin-bottom: 26px;
}

.supporters_contents {
    padding: 27px 20px;
}

.supporters_head_pc {
    background: inherit;
    padding: 0;
    margin-bottom: 20px;
}
	
.supporters_contents h4 {
    font-size: 2rem;
    letter-spacing: 2.4px;
    color: #169ccd;
}

.supporters_contents p {
    font-size: 1rem;
    line-height: 18px;
    margin: 5px auto 12px auto;
    color: #169ccd;
}

.supporters_contents:after {
    width: 20px;
    height: 20px;
    margin-left: -10px;
    top: -10px;
}

ul.supporters_contents_list {
    justify-content: space-between;
    padding: 0;
}
	
.supporters_franchise_margin {
    justify-content: center!important;
}

ul.supporters_contents_list li {
    width: 47%;
    margin: 1% 1% 4%;
}

img.franchise_graph {
    width: 80%;
    margin: 20px auto;
}
	
.supporters_contents_list_image {
    width: 90%;
    height: auto;
}

.supporters_name {
    font-size: 1.1rem;
}

.supporters_name span {
    font-size: 1rem;
}

.supporters_featured span {padding: 2px 6px;margin: 0 1px 2px;letter-spacing: 0;line-height: 12px;}

.supporters_featured {
    font-size: 1rem;
    letter-spacing: 0;
    flex-wrap: wrap;
    margin-top: 2px;
}

a.supporters_link {
    font-size: 1.1rem;
    padding: 13px 0;
    letter-spacing: 1px;
    margin-top: 15px;
    width: 100%;
    margin-bottom: 0;
}
	
.supporters_sliders {
    overflow: hidden;
}
	
.swiper-button-prev.swiper-button-black {
    left: 8%;
    top: 9%;
}
	
.swiper-button-next.swiper-button-black {
    right: 8%;
    top: 9%;
}
	/* recruit */
		#recruit {
			padding: 40px 0;
		}
        #recruit .title_recruit {
            font-size: 2.2rem;
            letter-spacing: 4px;
        }
        #recruit .each_job {
            width: 90%;
            margin-bottom: 10px;
        }
        #recruit .description_contents_recruit {
            width: 260px;
            font-size: 12px;
            line-height: 24px;
            margin: 30px auto 0;
        }
	
	#recruit .subtitle_recruit {
		font-size: 1.2rem;
	}

	#recruit .wrapper_contents_recruit {
		margin-top: 30px;
	}

	#recruit .each_job>a {
		font-size: 1.1rem;
		padding: 16px 0;
	}

	header {
    background: #111!important;
}

.menu-trigger span {
    background: #fff!important;
}

.wrapper_logo_top {
    background-image: url("../img/common/logo.png")!important;
}
	
.movmobb2 .active span:nth-of-type(1),
.movmobb2 .active span:nth-of-type(3) {
    background: #169ccd!important;
}
}


/*---------------------------------------------------------------*\
	$320px
\*---------------------------------------------------------------*/

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