@charset "UTF-8";
/*
Theme Name: BEYOND-child
Version: 2512
Template: beyond_tcd094
*/

body{
background: #f4f6f7;
}
.m-plus-rounded-1c-regular {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}

body.admin-bar:not(.home){
margin: 90px 0 0 0;
}
#header{
height: auto!important;
justify-content: center;
align-items: center;
padding: 20px 0;
}
#header.active{
background: none!important;
}
#header_logo{
position: static;
transform: none!important;
margin: 0 80px 0 0;
}
#header_logo img{
width: 130px;
height: auto;
}
body:not(.home) #header_logo img.init{
display: none;
}
body:not(.home) #header_logo img.scroll{
display: block;
}
.header_logo_menu #header_sub_menu{
display: flex;
color: #fff;
margin: 0 0 30px 0;
}
.header_fix .header_logo_menu #header_sub_menu,
body:not(.home) .header_logo_menu #header_sub_menu{
color: #000;
}
.header_logo_menu #header_sub_menu li{
margin: 0 10px 0 0;
}
.header_logo_menu #header_sub_menu .tel{
font-size: 30px;
font-weight: bold;
text-align: center;
line-height: 1em;
}
.header_logo_menu #header_sub_menu .tel span{
display: block;
font-size: 14px;
}
.header_logo_menu #header_sub_menu a{
display: flex;
align-items: center;
justify-content: center;
width: 200px;
height: 100%;
font-size: 16px;
background: #fff;
}

.header_fix .header_logo_menu #header_sub_menu a,
body:not(.home)  .header_logo_menu #header_sub_menu a{
background: #333;
color: #fff;
}
#global_menu{
position: static;
transform: none;
height: auto;
}
#global_menu a{
height: auto!important;
line-height: 1em!important;
}
#drawer_menu_button{
bottom: 40%!important;
}

#index_header_content{
top: 55vh;
}
#index_header_content .catch_wrap{
color: #fff;
}
#index_header_content .catch{
line-height: 2.5em;
text-align: left;
margin: 0 0 2em 0;
}
#index_header_content .catch strong{
font-size: 53px;
letter-spacing: 0.35em;
}
#index_header_content .catch strong span{
display: block;
font-size: 20px;
line-height: 1em;
margin: 10px 0 0 0;
letter-spacing: 0.25em;
}
#index_header_content .catch_wrap p{
font-size: 18px;
line-height: 1.8em;
margin: 0 0 30px 0;
}
#index_header_content .catch_wrap  li{
margin: 0 0 10px 0;
}
#index_header_content .catch_wrap a{
font-size: 20px;
display: block;
width: 500px;
padding: 20px;
text-align: center;
color: #fff;
border: #fff solid 1px;
position: relative;
}
#index_header_content .catch_wrap a:hover{
background: #333;
border-color: #333;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#index_header_content .catch_wrap a:before{
content: "→";
position: absolute;
top: 50%;
right: 0.3em;
transform: translate(0,-50%);
}


#header_slider_wrap, #header_slider, #header_slider .item{
height: 100vh!important;
}
#header_slider .bg_image img{
object-position:center -3vw;
}

#main_contents{
padding: 50px 0;
margin-bottom: 5em;
}

#fcon{
width: 100%;
max-width: 1000px;
margin: 0 auto;
display: flex;
justify-content: center;
}
#fcon li{
width: 50%;
margin: 0 1px 0 0 ;
}
#fcon a{
display: flex;
align-items: center;
color: #fff;
font-weight: bold;
background: #333 url(/staff-support/wp-content/themes/beyond_tcd094-child/img/arr.png) 95% center no-repeat;
}
#fcon a img{
margin: 10px;
}

#footer .logo a{
display: table;
margin: 0 auto;
}
#footer .logo a img{
max-width: 200px;
width: 55vw;
}
#footer_menu{
border: none;
}
#copyright{
background: none!important;
color: #333;
}


/*---------------------------------------------------*/
#page_header{
overflow: hidden;
background: none;
position: relative;
}
#page_header h1.headline{
font-size: 48px!important;
letter-spacing: 0.3em;
padding: 0.3em;
text-align: center;
background: rgba(0,0,0,0.5);
position: absolute;
top: 50%;
left: 0;
right: 0;
transform: translate(0,-50%);
}
#page_header h1 span{
display: table;
font-size: 0.5em;
margin: 0 auto;
text-transform: uppercase;
letter-spacing: 0.25em;
line-height: 1em;
}
#page_header figure{
height: 500px;
}
#page_header img{
width: 100%;
height: 100%;
object-fit: cover;
object-position: center ;
}
#header_slider .bg_image img{
width: 100%;
height: 100%;
object-fit: cover;
}


.wp-block-accordion-item h3{
padding: 0 1em;
}
.wp-block-accordion-panel{
padding: 0 1em;
}
body.single #main_contents:before{
	display:none;
}
body.single #side_col{
	display:none;	
}
body.single #main_col{
	width:auto;
}


@media screen and (min-width: 1024px) {
.sp{display: none;}
}


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

@media screen and (max-width: 782px) {
body{
	padding-top: 120px!important;
}
body.home{
	padding-top: 0!important;
}

#header_logo{
margin: 0;
}
#header_logo img{
width: 90px;
}
.header_logo_menu #header_sub_menu{
display: none;
}

#index_header_content{
top: 60vh;
}
#index_header_content .catch{
margin:  0 0 1em 0;
padding: 0 20px!important;
}

#index_header_content .catch strong {
	font-size: 50px;
	line-height: 1.5em;
	letter-spacing: 0.2em;
}
#index_header_content .catch strong span{
font-size: 18px;
line-height: 1em;
	letter-spacing: 0.2em;
}
#index_header_content .catch_wrap p {
	font-size: 18px;
	line-height: 1.8em;
	margin: 0 1em 2em 1em;
}
#index_header_content .catch_wrap p br{
display: none;
}
#index_header_content .catch_wrap ul{
margin: 0 5vw;
}
#index_header_content .catch_wrap a {
font-size: 20px;
	width: auto;
	padding: 1em 0;
	line-height: 1.5em;
}


#header_slider .bg_image img{
object-position:calc(50% - 40vw) bottom;
}
#header_scroll_button{display: none;}

#page_header figure{
height: 180px;
}
#page_header h1.headline{
font-size: 30px!important;
}

#fcon{
display: block;
}
#fcon li{
width: 100%;
margin: 0 0 1px 0 ;
}
#fcon a{
display: flex;
align-items: center;
color: #fff;
font-weight: bold;
background: #333 url(/staff-support/wp-content/themes/beyond_tcd094-child/img/arr.png) 95% center no-repeat;
}
#fcon a img{
margin: 10px;
}



}

@media screen and (max-width: 480px) {
#index_header_content .catch strong {
	font-size: 43px;
	letter-spacing: 0.1em;
}
#index_header_content .catch strong span{
font-size: 14px;
letter-spacing: 0.2em;
}
#index_header_content .catch_wrap a{
font-size: 18px;
}
#index_header_content .catch_wrap a:before{
right: -0.5em;
}


}

