@charset "utf-8";
body{
	background-color: #fff;
	color: #000;
}
.stage_container{
    height: auto;
}
button {outline: none!important;}
/* header
--------------------------- */
#global_navigation{
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 100;
    border-top: 4px solid #D70C18;
}
.navbar{
    padding: 0px;
}
.navbar-header{
    padding-top: 5px;
    padding-bottom: 5px;
}
.navbar-nav {
    padding: 20px 0 30px;
}
.navbar-nav>li{
	float: none;
	line-height: 1.8!important;
}
#contact .navbar-nav li{
	font-size: 1.8rem;
}
.navbar-nav>li>a{
    color: #fff;
    padding: 10px 10px!important;
	display: inline-block;
	line-height: 1.8!important;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif, serif!important;
}
.navbar-nav>li>a.active,.navbar-nav>li>a.active span{
	text-decoration: underline;
	text-decoration-color: #D70C18;
	text-decoration-thickness: 3px;
	text-underline-offset: 5px;
}
.navbar-nav>li>a:hover{
    opacity: 0.8;
	background-color: rgba(255,255,255,0.4)!important;
}
.navbar-nav>li>span{
	padding: 10px 10px!important;
	display: inline-block;
	line-height: 1.8!important;
	font-weight: bold;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif, serif!important;
}
.menu_bg{
    background-color: #000;
    color: #fff;
    width: 100%;
}
.navbar-toggle{
    position: fixed;
    right: 0;
    top: 4px;
    width: 72px;
    height: 72px;
    border: none;
    background-color: #EF8200;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    padding: 16px 0;
	margin: 0;
	border-radius: 0;
}
.navbar-brand{
	height: auto!important;
	line-height: 1;
	padding: 5px 0;
}
.navbar-brand img {
  max-height: 52px;
  padding: 2px;
}
.icon-bar {
  background-color: #f9f9f9;
  height: 4px!important;
  width: 40px!important;
    display: inline-block;
}
#contact .navbar-collapse.collapse:not(.in){display: none!important;}
@media screen and (max-width:575px){
    .navbar-brand{
        height: 40px;
    }
    .navbar-brand img{
        height: 30px;
    }
    .navbar-toggle{
        width: 50px;
        height: 50px;
        padding: 8px 0
    }
    .icon-bar{
        width: 35px!important;
    }
}

.breadcrumb-container {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  width: 100%;
  margin: 0;
  padding-top: 72px;
  background-color: #000000;
  color: #ffffff;
}

.breadcrumb {
  width: 100%;
  margin: 0;
  padding: 20px 0;
  list-style: none;
  background-color: transparent;
  font-size: 13px;
  letter-spacing: 0.1em;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li a {
  color: #e9e9e9;
}

.breadcrumb > li a:hover {
  color: #f9f9f9;
}

.breadcrumb > li + li:before {
  font-family: 'FontAwesome';
  content: '\f105';
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: normal;
}

.breadcrumb > .active {
  color: #fff;
  font-weight: 600;
}

.corp-tooltip + .tooltip {
  margin-left: -2px;
}

.corp-tooltip + .tooltip > .tooltip-inner {
  background-color: rgba(184, 46, 38, 0.06);
  color: #B82E26;
}

.corp-tooltip + .tooltip > .tooltip-arrow {
  opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
@media screen and (max-width:575px){
    .breadcrumb-container{
        padding-top: 54px;
    }
    .breadcrumb{
        padding: 12px 0;
    }
}

/*mv*/
#company_section1 .company_mv{
    min-height: 455px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    padding-top: 35%;
    margin: 0;
    max-width: 100%;
}
.company_logo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
@media screen and (max-width:575px){
    #company_section1 .company_mv{
        min-height: 300px;
    }
    .company_logo{
        width: 200px;
        height: 200px;
    }
}

.bg_gradation{
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
	margin-top: -1px;
}
@media screen and (max-width:575px){
    .bg_gradation{
        padding-top: 2rem;
        padding-bottom: 2rem;
        font-size: 1.1rem;
    }
}

.btn-corporate{
    margin-top: 2rem;
    padding: 11px;
    font-size: 1.25rem;
    color: #fff!important;
    border-radius: 0;
    position: relative;
	max-width: 400px;
}
.btn-corporate::after{
    content: "";
    width: 0.85rem;
    height: 0.85rem;
    border: 3px solid #fff;
    border-color: transparent #fff #fff transparent ;
    display: inline-block;
    transform: rotate(-45deg)
}
#company_section2 p{
	margin-top: 4.5rem;
	margin-bottom: 4.5rem;
	font-size: 1.125rem;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width:575px){
	#company_section2 p{
		margin-top: 2.5rem;
		margin-bottom: 2.5rem;
		font-size: 0.94rem;
    line-height: 2;
	}
}
.img_line{
	background-color: #000;
	margin-top: 3.5rem;
}

#company_section3{
	padding-top: 6rem;
	padding-bottom: 9rem;
}
@media screen and (max-width:767px){
	#company_section3{
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}
}
#company_section4{
	background-color: #fafafa;
	padding: 4rem 0 6rem;
}
@media screen and (max-width:767px){
	#company_section4{
		padding-top: 0;
		padding-bottom: 3rem;
	}
}

#company_section4 table{
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #000;
	margin-bottom: 100px;
}
#company_section4 .table td,#company_section4 .table th {
  padding: 0.8rem;
	border-top-color: #000;
}
#company_section4 .table th {
  white-space: nowrap;
}
section#company_section4 h2{
	margin-top: 6rem;
	font-weight: 600;
  margin-bottom: 2rem!important;
}

section#company_section4 h2:first-child{
	margin-top: 4rem;
  margin-bottom: 4rem!important;
}
@media screen and (max-width:767px){
	#company_section4 h2{
		margin-top: 3rem;
	}
}
.content_list li{
	padding-left: 1.3em;
	text-indent: -1.3em;
}
@media screen and (max-width:575px){
  .content_list{
    font-size: 1.2rem;
  }
}

.anchor_link{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.2rem;
	background-color: #000;
	color: #fff!important;
	margin-bottom: 62px;
}
.anchor_link:hover{
	opacity: 0.6;
}
.anchor_link:hover img{
	opacity: 1;
}
.anchor_link span{
}
@media screen and (max-width:767px){
	.anchor_link{
		margin-bottom: 32px;
    font-size: 1.4rem;
	}
}
@media screen and (max-width:575px){
	.anchor_link .img-fluid{
		width: 60px;
	}
}
.flex-fill > div {
    display: flex;
    justify-content: space-between;
    width: 14em;
    margin: 0 auto;
    font-weight: bold;
}

.qualified_table th,.qualified_table td{
	border-color: #000;
	font-size: 24px;
}
.qualified_table th{
	text-align: left;
}
@media screen and (max-width:767px){
	.qualified_table th,.qualified_table td{
		font-size: 20px;
	}
}
@media screen and (max-width:575px){
	.qualified_table th,.qualified_table td{
		font-size: 18px;
	}
}
/* yll
--------------------------- */
#yll #company_section1 .company_mv{
    background-image: url("../images/company/yll_mv.jpg");
}
#yll .bg_gradation{
    background-image: url("../images/company/yll_sec2_bg.png");
}

#yll section:not(#section5) h2{
	border-bottom: 4px solid #ef8200;
	margin-bottom: 3rem;
}
#yll .brackets_box{
    --x-gradient: linear-gradient(90deg, #ef8200 0 30px, transparent 0 calc(100% - 30px), #ef8200 calc(100% - 30px));
    --y-gradient: linear-gradient(#ef8200 0 30px, transparent 0 calc(100% - 30px), #ef8200 calc(100% - 30px));
    margin: 0.5rem;
    padding: 1rem 1rem 0.2rem;
    background-image:
        var(--x-gradient),
        var(--y-gradient),
        var(--x-gradient),
        var(--y-gradient);
    background-repeat: no-repeat;
    background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%;
    background-position: top, right, bottom, left;
	margin-top: 9rem;
	font-weight: 600;
}
#yll .brackets_box div{font-size: 2.25rem;}
#yll .brackets_box p{
	font-size: 1.75rem;
	color: #ef8200;
}
#yll #company_section3 h3{
	position: relative;
	font-size: 1.875rem;
	margin-top: 10.5rem;
	margin-bottom: 3rem;
	padding-top: 3rem;
	padding-bottom: 1.5rem;
	text-align: center;
	line-height: 1;
	font-weight: 600;
}
#yll #company_section3 h3 span{
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 76px;
	height: 76px;
}
#yll #company_section3 h3::after{
	content: "";
	height: 9px;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	background-color: #ef8200;
}
#yll #company_section3 h3 ~ p{
	font-size: 1.125rem;
	margin-bottom: 4rem;
}
#yll .content_list{
	color: #ef8200;
}
@media screen and (max-width:575px){
  #yll #company_section3 h3{
    font-size: 1.7rem;
    line-height: 1.4;
  }
  #yll #company_section3 h3 ~ p{
    font-size: 0.94rem;
  }
}
/* hunergy
--------------------------- */
#hunergy #company_section1 .company_mv{
    background-image: url("../images/company/hunergy_mv.jpg");
}
#hunergy .bg_gradation{
    background-image: url("../images/company/hunergy_sec2_bg.png");
}

#hunergy section:not(#section5) h2{
	border-bottom: 4px solid #72ae2d;
	margin-bottom: 3rem;
}
#hunergy .content_list{
	color: #72ae2d;
}


/* g-style
--------------------------- */
#g-style #company_section1 .company_mv{
    background-image: url("../images/company/g-style_mv.jpg");
}
#g-style .bg_gradation{
    background-image: url("../images/company/g-style_sec2_bg.png");
}

#g-style section:not(#section5) h2{
	border-bottom: 4px solid #1f286f;
	margin-bottom: 2rem;
  color: #000;
}
#g-style .brackets_out{
	margin-top: 4rem;
	padding-top: 5rem;
}
#g-style #maintenance{
	margin-top: 0rem;
}
#g-style .brackets_box{
	position: relative;
	display: inline-block;
  margin: 0.5rem;
  padding: 20px 40px 0;
	font-size: 2.625rem;
	font-weight: 600;
  color: #1f286f;
  letter-spacing: 0.2rem;
}

@media screen and (max-width:575px){
	#g-style .brackets_box{
		font-size: 1.7rem;
	}
}
#g-style .brackets_box::before{
	content: "";
	width: 40px;
	height: 40px;
	border-left: 4px solid #1f286f;
	border-top: 4px solid #1f286f;
	position: absolute;
	top: 0;
	left: 0;
}
#g-style .brackets_box::after{
	content: "";
	width: 40px;
	height: 40px;
	border-right: 4px solid #1f286f;
	border-top: 4px solid #1f286f;
	position: absolute;
	top: 0;
	right: 0;
}
#g-style #company_section3 h2{
	position: relative;
	font-size: 2.25rem;
	margin-top: 0rem;
	margin-bottom: 3rem;
	padding-top: 3rem;
	padding-bottom: 1.5rem;
	text-align: center;
	line-height: 1;
	font-weight: 600;
}
#g-style #company_section3 h2:first-child{
	margin-bottom: 8rem;
	font-size: 2.5rem;
  letter-spacing: 0.2rem;
  border: none;
  line-height: 1.2;
}
#g-style #company_section3 h2 span{
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%) translateY(10px);
	width: 100%;
	height: auto;
	margin-left: 0;
}
#g-style #company_section3 h2::after{
	content: "";
	height: 4px;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 90%;
	transform: translateX(-50%);
	background-color: #1f286f;
}
#g-style #company_section3 h4{
	font-size: 2.35rem;
	position: relative;
	margin-top: 8rem;
	padding-bottom: 0.5rem;
	margin-bottom: 2rem;
	text-align: center;
	font-weight: 600;
  color: #1f286f;
  letter-spacing: 0.2rem;
}
#g-style #company_section3 h4::after{
	content: "";
	height: 4px;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	background-color: #1f286f;
}
#g-style #company_section3 p{
	margin-top: 3.75rem;
}
#g-style #company_section3 h4 ~ p{
	text-align: center;
	font-size: 1.625rem;
  font-weight: bold;
	margin-top: 0;
	margin-bottom: 3.75rem;
  color: #1f286f;
}
@media screen and (max-width:575px){
	#g-style #company_section3 h4{
		font-size: 1.6rem;
	}
	#g-style #company_section3 h4 ~ p{
		font-size: 1.4rem;
	}
}
#g-style .content_list{
  color: #1f286f;
}
#g-style .anchor_link span{
}
/* cn
--------------------------- */
#cn #company_section1 .company_mv{
    background-image: url("../images/company/cn_mv.jpg");
}
#cn .bg_gradation{
    background-image: url("../images/company/cn_sec2_bg.png");
}

#cn section:not(#section5) h2{
	border-bottom: 4px solid #006cb6;
	margin-bottom: 3rem;
}
#cn .content_list{
	color: #006cb6;
}
#cn .qualified_table th{
	width: 600px;
}
#cn .qualified_table td{
	background-color: #eaecf6;
}
@media screen and (max-width:991px){
	#cn .qualified_table th{
	width: 465px;
	}
}
@media screen and (max-width:767px){
	#cn .qualified_table th{
	width: 385px;
	}
}
@media screen and (max-width:575px){
	#cn .qualified_table th{
	width: auto;
	}
	#cn .qualified_table td{
	width: 55px;
	}
}

/* tomoya
--------------------------- */
#tomoya #company_section1 .company_mv{
    background-image: url("../images/company/tomoya_mv.jpg");
}
#tomoya .bg_gradation{
    background-image: url("../images/company/tomoya_sec2_bg.png");
    padding-top: 5.4rem;
    padding-bottom: 5.3rem;
}
#tomoya section:not(#section5) h2{
	border-bottom: 4px solid #348039;
	margin-bottom: 3rem;
}
#tomoya .content_list{
	color: #348039;
}
#tomoya .qualified_table th{
	width: 600px;
}
#tomoya .qualified_table td{
	background-color: #ebeee3;
}
@media screen and (max-width:991px){
	#tomoya .qualified_table th{
	width: 465px;
	}
}
@media screen and (max-width:767px){
	#tomoya .qualified_table th{
	width: 385px;
	}
}
@media screen and (max-width:575px){
	#tomoya .qualified_table th{
	width: auto;
	}
	#tomoya .qualified_table td{
	width: 55px;
	}
}
#result,#qualified,#client,#business{
	padding-top: 76px;
}
@media screen and (max-width:575px){
	#result,#qualified,#client,#business{
		padding-top: 54px;
	}
}