@charset "UTF-8";
body{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 10.5pt;
	line-height: 26px;
	color: rgba(78,78,78,1.00);
}
.en {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}
.en_thin {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}
li{
	list-style-type: none;
}
.one_line {
    display: inline-block;
}
.object-fit-img {
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
.fi,.ctu {
	transition: .5s ease-out;
}
.delay {
	-webkit-transition-delay: .2s;
	-ms-transition-delay: .2s;
	transition-delay: .2s;
}

/*---------------------------------------pc */
@media (min-width : 769px ){
#wrapper {
}
#sidebar {
	width: 380px;
	position: fixed;
}
#sidebar .logo {
	width: 66%;
	margin: 30px 0 0 48px;
	display: block;
}
#sidebar .logo img {
	width: 100%;
}
#sidebar ul {
	width: 80%;
	margin: 64px 0 64px 48px;
}
#sidebar ul li {
	margin-bottom: 34px;
}
#sidebar ul li a {
	font-size: 1.3rem;
	line-height: 18px;
}
#sidebar ul li a .jp {
	display: block;
	font-size: 0.6em;
}
#ver_sign {
	width: 10px;
	position: fixed;
	right: 30px;
	top: 60px;
	z-index: 10;
}
#ver_sign img {
	width: 100%;
}
.cnt_wdth {
	width: calc(100% - 380px);
	min-width: 800px;
	margin-left: 380px;
}
#top {
	height: 100vh;
}
#top .name {
	width: calc(100% - 64px);
	height: 120px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#top .name p {
}
#top .main_img {
	width: 100%;
	height: calc(100% - 120px);
	background: url(../img_bs/top.jpg) center center/cover;
}
#philosophy {
	display: grid;
	grid-template: 
		"... ... ... ..." 100px
		"... title title ..." 1fr
		"... ... ... ..." 40px
		"... box_l box_r ..." auto
		"... ... ... ..." 100px
		/ 10% 1fr 1fr 10%;
	text-align: center;
}
#philosophy h1 {
	grid-area: title;
	margin: 20px 0;
	font-size: 42px;
}
#philosophy .box01 {
	grid-area: box_l;
}
#philosophy .box02 {
	grid-area: box_r;
}
#philosophy .box .main_en {
	color: rgba(158,193,162,1.00);
	font-size: 2em;
}
#philosophy .box .main_jp {
	margin: 28px 0;
	font-weight: 700;
	font-size: 1.3em;
}
#philosophy .box .txt {
}
.inter {
	display: block;
	width: calc(100% - 380px);
	height: 400px;
	margin-left: 380px;
}
.inter01 {
	background: url("../img_bs/interlude01.jpg") center center/cover;
}
.inter02 {
	background: url("../img_bs/interlude02.jpg") center center/cover;
}
.inter03 {
	background: url("../img_bs/interlude03.jpg") center center/cover;
}
#service {
	width: calc(100% - 440px);
	margin: 160px 60px 120px 380px;
}
#service h1 {
	margin: 0 0 40px;
	text-align: center;
	font-size: 42px;
}
#service .box_a,
#service .box_b {
	width: 100%;
	display: flex;
	margin: 180px 0;
	justify-content: space-between;
}
#service .box_b {
	flex-direction: row-reverse;
}
#service .exp {
	width: 50%;
}
#service .exp .ttl {
	width: 400px;
	height: 100px;
	margin: 0 0 36px;
	position: relative;
}
#service .exp .ttl img {
	width: 180px;
	position: absolute;
	z-index: -10;
}
#service .exp .ttl p {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	font-size: 2em;
}
#service .exp .txt {
}
#service .exp .txt .name {
	margin-bottom: 24px;
	font-size: 1.1em;
	font-weight: 700;
}
#service .exp .txt .cnt {
}
#service .pho {
	width: 46%;
}
#service .pho .pic_1 {
	width: 100%;
}
#service .pho .pic_2 {
	width: 50%;
}
#service .pho .pic_2b {
	margin-left: 40%;
}
#strength {
	display: grid;
	grid-template: "... ... ... ..." 100px
		"... title title ..." 1fr
		"... ... ... ..." 40px
		"... box01 box02 ..." auto
		"... ... ... ..." 100px
		/ 10% 1fr 1fr 10%;
	grid-gap: 28px;
	text-align: center;
}	
#strength h1 {
	grid-area: title;
	font-size: 42px;
}
#strength .box {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#strength .box_l {
	grid-area: box01;
}
#strength .box_r {
	grid-area: box02;
}
#strength .box .ttl {
	font-size: 1.2em;
	font-weight: 700;
}
#strength .box .exp {
	margin: 16px 0 28px;
	height: 50px;
	font-weight: 700;
}
#strength .box img {
	width: 100%;
}
#overview {
	margin-top: 100px;
	margin-bottom: 100px;
}
#history {
	margin-top: 220px;
	margin-bottom: 220px;
}
#overview h1,
#history h1 {
	font-size: 42px;
	text-align: center;
}
#overview .jp_ttl,
#history .jp_ttl {
	margin: 18px 0 64px;
	font-size: 1.3em;
	font-weight: 700;
	text-align: center;
}
#overview .ov_list,
#history .ov_list {
	margin: 0 auto;
	width: 86%;
	max-width: 840px;
}
#overview .ov_list li,
#history .ov_list li {
    padding: 14px 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(92,92,92,1.00);
}
#overview .ov_list li:last-child,
#history .ov_list li:last-child {
    border-bottom: 1px solid rgba(92,92,92,1.00);
}
#overview .ov_list li .ctg,
#history .ov_list li .ctg {
	width: 160px;
	font-weight: 700;
}
#overview .ov_list li .ctg {
	letter-spacing: 2px;
}
#overview .ov_list li .cnt,
#history .ov_list li .cnt {
	width: calc(100% - 160px);
}
#footer {
	width: calc(100% - 380px - 10%);
	padding: 40px 5%;
	background-color: rgba(230,230,230,1.00);
	position: relative;
}
#footer .info {
	width: 100%;
}
#footer .info .cnt {
	margin: 48px 0;
}
#footer .info .cnt .c_name {
	display: block;
	font-size: 1.2em;
	font-weight: 700;
}
#footer .tk_link {
	width: 360px;
	display: block;
	position: absolute;
	right: 7%;
	bottom: 100px;
}
#footer .tk_link:hover {
	opacity: 0.84;
}
#footer .tk_link img {
	width: 100%;
}
#footer #copy {
	text-align: right;
}

}
/*---------------------------------------sp */
@media (max-width : 768px ){
#wrapper {
	width: 100%;
	margin: 0 auto;
	overflow-x: hidden;
}
#sp_header {
	width: 100%;
	height: 74px;
	background-color: rgba(255,255,255,0.8);
	position: fixed;
	z-index: 20;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#sp_header .logo {
	width: 34%;
	max-width: 280px;
	margin-left: 5%;
	display: block;
}
#sp_header .logo img {
	width: 100%;
}
#sp_header .hmbgr_menu {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	text-align: left;
	text-decoration: none;
	list-style: none;
}

#sp_header .hmbgr_menu a {
	color: inherit;
	text-decoration: none;
}

#sp_header .hmbgr_menu a:visited {
	color: inherit;
}

#sp_header .hmbgr_menu .hmbgr_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 8;
	background-color: rgba(67,82,68,0.60);
	display: none;
	top: 0;
	left: 0;
}

#sp_header .hmbgr_menu .hmbgr_button {
	display: block;
	background: none;
	border: none;
	padding: 0;
	width: 42px;
	letter-spacing: 0.1em;
	cursor: pointer;
	position: fixed;
	top: 12px;
	right: 14px;
	z-index: 10;
	text-align: center;
	outline: none;
}

#sp_header .hmbgr_menu .hmbgr_button.active .hmbgr_bar {
	width: 49px;
}

#sp_header .hmbgr_menu .hmbgr_button.active .hmbgr_bar1 {
	transform: rotate(30deg);
}

#sp_header .hmbgr_menu .hmbgr_button.active .hmbgr_bar2 {
	opacity: 0;
}

#sp_header .hmbgr_menu .hmbgr_button.active .hmbgr_bar3 {
	transform: rotate(-30deg);
}

#sp_header .hmbgr_menu .hmbgr_button.active .hmbgr_menu_text {
	display: none;
}

#sp_header .hmbgr_menu .hmbgr_button.active .hmbgr_close {
	display: block;
}

#sp_header .hmbgr_menu .hmbgr_bar {
	display: block;
	height: 2px;
	margin: 10px 0;
	transition: all 0.2s;
	transform-origin: 0 0;
}

#sp_header .hmbgr_menu .hmbgr_text {
	text-align: center;
	font-size: 10px;
}

#sp_header .hmbgr_menu .hmbgr_close {
	letter-spacing: 0.08em;
	display: none;
}

#sp_header .hmbgr_menu .hmbgr_menu_text {
	display: block;
}

#sp_header .hmbgr_menu .hmbgr_nav_wrapper {
	width: 274px;
	height: 100%;
	transition: all 0.2s;
	transform: translate(274px);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9;
	background-color: rgba(255,255,255,0.90);
}
#sp_header .hmbgr_menu .hmbgr_nav_wrapper.open {
	transform: translate(0);
}
#sp_header .hmbgr_menu .hmbgr_nav {
	padding: 112px 24px;
}
#sp_header .hmbgr_menu .hmbgr_nav li {
	font-size: 18px;
	margin-bottom: 21px;
	color: rgba(78,78,78,1.00);
}
#sp_header .hmbgr_menu .hmbgr_nav li a .jp {
	display: block;
	font-size: 0.6em;
}
#sp_header .hmbgr_menu .hmbgr_button {
	color: #4E4E4E;
}
#sp_header .hmbgr_menu .hmbgr_button .hmbgr_bar {
	background-color: #4E4E4E;
}
#ver_sign {
	width: 7px;
	position: fixed;
	right: 16px;
	top: 88px;
	z-index: 10;
}
#ver_sign img {
	width: 100%;
}
.cnt_wdth {
}
#top {
	height: 100vw;
}
#top .name {
	width: 100%;
	height: 74px;
}
#top .name p {
}
#top .main_img {
	width: 100%;
	height: calc(100% - 120px);
	background: url(../img_bs/top.jpg) center center/cover;
}
#philosophy {
	width: 86%;
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
}
#philosophy .pcnone {
	font-weight: 700;
	font-size: 0.7em;
}
#philosophy h1 {
	margin: 20px 0;
	font-size: 32px;
}
#philosophy .box {
	margin: 100px 0;
}
#philosophy .box .main_en {
	color: rgba(158,193,162,1.00);
	font-size: 2em;
}
#philosophy .box .main_jp {
	margin: 28px 0;
	font-weight: 700;
	font-size: 1.3em;
}
#philosophy .box .txt {
}
.inter {
	display: block;
	height: 300px;
}
.inter01 {
	background: url("../img_bs/interlude01.jpg") center center/cover;
}
.inter02 {
	background: url("../img_bs/interlude02.jpg") center center/cover;
}
.inter03 {
	background: url("../img_bs/interlude03.jpg") center center/cover;
}
#service {
	width: 86%;
	max-width: 500px;
	margin: 100px auto;
}
#service h1 {
	margin: 0 0 40px;
	text-align: center;
	font-size: 32px;
}
#service .box_a,
#service .box_b {
	width: 100%;
	margin: 100px 0;
}
#service .exp {
}
#service .exp .ttl {
	width: 300px;
	height: 96px;
	margin: 0 auto 24px;
	position: relative;
}
#service .exp .ttl img {
	width: 148px;
	position: absolute;
	z-index: -10;
}
#service .exp .ttl p {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	font-size: 1.7em;
}
#service .exp .txt {
}
#service .exp .txt .name {
	margin-bottom: 24px;
	font-size: 1.1em;
	font-weight: 700;
}
#service .exp .txt .cnt {
}
#service .pho {
	width: 100%;
	height: 60vw;
	margin: 32px 0;
	position: relative;
}
#service .pho .pic_1,
#service .pho .pic_2 {
	position: absolute;
}
#service .pho .pic_1 {
	width: 80%;
}
#service .pho .pic_2 {
	width: 56%;
}
#service .pho .pic_2a {
	top: 0;
}
#service .pho .pic_2b {
	margin-left: 40%;
	bottom: 0;
}
#strength {
	width: 86%;
	max-width: 500px;
	margin: 100px auto;
	text-align: center;
}	
#strength h1 {
	grid-area: title;
	font-size: 32px;
}
#strength .box {
	margin: 80px 0;
}
#strength .box .ttl {
	font-size: 1.2em;
	font-weight: 700;
}
#strength .box .exp {
	margin: 14px 0;
	height: 50px;
	font-weight: 700;
}
#strength .box img {
	width: 80%;
}
#overview {
	margin-top: 100px;
	margin-bottom: 100px;
}
#history {
	margin-top: 220px;
	margin-bottom: 220px;
}
#overview h1,
#history h1 {
	font-size: 32px;
	text-align: center;
}
#overview .jp_ttl,
#history .jp_ttl {
	margin: 18px 0 42px;
	font-size: 1.3em;
	font-weight: 700;
	text-align: center;
}
#overview .ov_list,
#history .ov_list {
	margin: 0 auto;
	width: 86%;
	max-width: 840px;
}
#overview .ov_list li,
#history .ov_list li {
    padding: 14px 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(92,92,92,1.00);
}
#overview .ov_list li:last-child,
#history .ov_list li:last-child {
    border-bottom: 1px solid rgba(92,92,92,1.00);
}
#overview .ov_list li .ctg,
#history .ov_list li .ctg {
	width: 100px;
	font-weight: 700;
}
#overview .ov_list li .cnt,
#history .ov_list li .cnt {
	width: calc(100% - 100px);
}
#overview .ov_list li .cnt .pcnone {
	display: inline-block;
	margin-right: 3px;
	font-size: 0.8em;
}
#footer {
	width: calc(100% - 20%);
	padding: 40px 10%;
	background-color: rgba(230,230,230,1.00);
}
#footer .info {
	width: 100%;
}
#footer .info .cnt {
	margin: 48px 0;
}
#footer .info .cnt .c_name {
	display: block;
	font-size: 1.2em;
	font-weight: 700;
}
#footer .tk_link {
	width: 86%;
	max-width: 360px;
	margin: 0 auto 48px;
	display: block;
}
#footer .tk_link:hover {
	opacity: 0.84;
}
#footer .tk_link img {
	width: 100%;
}
#footer #copy {
	text-align: center;
}
}
