/* CSS Document */
.greeting{
	box-sizing: border-box;
}
body[wc-view-code="sp"] .greeting{
	padding: var(--headerHeight) 7vw;
}
body[wc-view-type="tb"] .greeting{
	padding: var(--headerHeight) 5vw;
}
body[wc-view-type="tb-l"] .greeting{
	padding: var(--headerHeight) 10vw;
}
body[wc-view-code="pc"] .greeting{
	padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.greeting .contents_title{
}

/*
body[wc-view-type="tb"] .greeting .contents_title{
	width: 250px;
}
body[wc-view-type="tb-l"] .greeting .contents_title{
	width: 300px;
}
body[wc-view-code="pc"] .greeting .contents_title{
	width: 400px;
}
*/
.greeting .g_in_block{
  display: flex;
}
body[wc-view-code="sp"] .greeting .g_in_block{
  flex-direction: column;
}
.greeting .g_in_block{
  margin-top: 1rem;
}
.greeting .g_in_block .g_text{
  box-sizing: border-box;
}
body:not([wc-view-code="sp"]) .greeting .g_in_block .g_text{
  padding-top: 1rem;
}
body[wc-view-type="tb"] .greeting .g_in_block .g_text{
	width: calc(100% - 250px);
  padding-right: 1rem;
}
body[wc-view-type="tb-l"] .greeting .g_in_block .g_text{
	width: calc(100% - 300px);
  padding-right: 1.5rem;
}
body[wc-view-code="pc"] .greeting .g_in_block .g_text{
	width: calc(100% - 330px);
  padding-right: 3.5rem;
}
.greeting .g_in_block .g_text > p{
	line-height: 1.8rem;
	transition: opacity 600ms ease;
	opacity: 0;
}
.greeting .g_in_block .g_text > p.wcvisible{
	opacity: 1;
}
.greeting .g_in_block .g_text > p:not(:first-of-type){
	margin-top: 0.75rem;
}
.greeting .g_in_block .g_text > .name{
	display: flex;
	gap:0.5rem;
	width: fit-content;
	margin-left: auto;
}
.greeting .g_in_block .g_text > .name *{
	font-weight: 700;
}
.greeting .g_in_block .g_text > .name .position{
	font-size: 0.9rem;
}
.greeting .g_in_block .g_text > .name .name_box{
	font-size: 1.25rem;
}
.greeting .g_in_block > figure{
}
body[wc-view-code="sp"] .greeting .g_in_block > figure{
  width: 100%;
  margin-top: 1rem;
}
body[wc-view-type="tb"] .greeting .g_in_block > figure{
  width: 250px;
}
body[wc-view-type="tb-l"] .greeting .g_in_block > figure,
body[wc-view-code="pc"] .greeting .g_in_block > figure{
  width: 330px;
}
body[wc-view-code="sp"] n.greeting .g_in_block > figure img{
  aspect-ratio:1/1;
}
.greeting .g_in_block > figure img{
  aspect-ratio:1/1.15;
}
/*経営理念*/
.philosophy{
	box-sizing: border-box;
	background-color: #efefef;
  display: flex;
}
body[wc-view-code="sp"] .philosophy{
  flex-direction: column;
	padding: var(--headerHeight) 5vw;
}

body[wc-view-type="tb"] .philosophy{
	padding: var(--headerHeight) 5vw;
}
body[wc-view-type="tb-l"] .philosophy{
	padding: var(--headerHeight) 10vw;
}
body[wc-view-code="pc"] .philosophy{
	padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.philosophy .contents_title{
}
body[wc-view-type="tb"] .philosophy .contents_title{
	width: 250px;
}
body[wc-view-type="tb-l"] .philosophy .contents_title{
	width: 300px;
}
body[wc-view-code="pc"] .philosophy .contents_title{
	width: 400px;
}
.philosophy .p_text{
}
body[wc-view-type="tb"] .philosophy .p_text{
  width: calc(100% - 250px);
}
body[wc-view-type="tb-l"] .philosophy .p_text{
  width: calc(100% - 300px);
}
body[wc-view-code="pc"] .philosophy .p_text{
  width: calc(100% - 400px);
  margin-top: 3rem;
}
.philosophy .p_text p{
  line-height: 1.8rem;
}
.philosophy .p_text p:not(first-of-type){
  margin-top: 1rem;
}
/*sdgs*/
.sdgs{
	box-sizing: border-box;
	display: flex;
}
body[wc-view-code="sp"] .sdgs{
	padding: var(--headerHeight) 7vw;
	flex-direction: column;
}
body[wc-view-type="tb"] .sdgs{
	padding: var(--headerHeight) 5vw;
}
body[wc-view-type="tb-l"] .sdgs{
	padding: var(--headerHeight) 10vw;
}
body[wc-view-code="pc"] .sdgs{
	padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.sdgs .contents_title{
}
body:not([wc-view-type="tb"]) .sdgs .contents_title br.none{
	display: none;
}
body[wc-view-type="tb"] .sdgs .contents_title{
	width: 250px;
}
body[wc-view-type="tb-l"] .sdgs .contents_title{
	width: 300px;
}
body[wc-view-code="pc"] .sdgs .contents_title{
	width: 400px;
}
.sdgs .sdgs_text{
	margin-top: 1.5rem;
}
body[wc-view-type="tb"] .sdgs .sdgs_text{
	width: calc(100% - 250px);
}
body[wc-view-type="tb-l"] .sdgs .sdgs_text{
	width: calc(100% - 300px);
	margin-top: 3rem;
}
body[wc-view-code="pc"] .sdgs .sdgs_text{
	width: calc(100% - 400px);
	margin-top: 3rem;
}
.sdgs .sdgs_text > p{
	line-height: 1.8rem;
	transition: opacity 600ms ease;
	opacity: 0;
}
.sdgs .sdgs_text > p.wcvisible{
	opacity: 1;
}
.sdgs .sdgs_text > .btn{
	margin: 1rem 0 0 auto;
	transition: opacity 600ms ease;
	opacity: 0;
}
.sdgs .sdgs_text > .btn.wcvisible{
	opacity: 1;
}
/*会社概要*/
.company_profile{
	box-sizing: border-box;
	display: flex;
	background-color: #efefef;
}
body[wc-view-code="sp"] .company_profile{
	padding: var(--headerHeight) 7vw;
	flex-direction: column;
}
body[wc-view-type="tb"] .company_profile{
	padding: var(--headerHeight) 5vw;
}
body[wc-view-type="tb-l"] .company_profile{
	padding: var(--headerHeight) 10vw;
}
body[wc-view-code="pc"] .company_profile{
	padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.company_profile .contents_title{
}
body[wc-view-type="tb"] .company_profile .contents_title{
	width: 250px;
}
body[wc-view-type="tb-l"] .company_profile .contents_title{
	width: 300px;
}
body[wc-view-code="pc"] .company_profile .contents_title{
	width: 400px;
}
.company_profile .company_block{
}
body[wc-view-code="sp"] .company_profile .company_block{
	margin-top: 1.5rem;
}
body:not([wc-view-code="sp"]) .company_profile .company_block{
	margin-top: 3rem;
}
body[wc-view-type="tb"] .company_profile .company_block{
	width: calc(100% - 250px);
}
body[wc-view-type="tb-l"] .company_profile .company_block{
	width: calc(100% - 300px);
}
body[wc-view-code="pc"] .company_profile .company_block{
	width: calc(100% - 400px);
}
.company_profile .company_block > dl{
	display: flex;
	border-bottom: 1px solid #333;
	box-sizing: border-box;
	transition: opacity 600ms ease;
	opacity: 0;
}
.company_profile .company_block > dl.wcvisible{
	opacity: 1;
}
.company_profile .company_block > dl:first-of-type{
	border-top: 1px solid #333;
}
body[wc-view-code="sp"] .company_profile .company_block > dl{
	flex-direction: column;
}
.company_profile .company_block > dl > dt{
	font-weight: 700;
	padding: 0.6rem 0.75rem 0.25rem 0.75rem;
	box-sizing: border-box;
}
body:not([wc-view-code="sp"]) .company_profile .company_block > dl > dt{
	width: 150px;
	padding: 0.75rem 0 0.75rem 1rem;
}
.company_profile .company_block > dl > dd{
	padding: 0 0.75rem 0.6rem 0.75rem;
	box-sizing: border-box;
}
body:not([wc-view-code="sp"]) .company_profile .company_block > dl > dd{
	width: calc(100% - 150px);
	padding: 0.75rem 1rem 0.75rem 0;
}
.company_profile .company_block > dl > dd .c_place{
}
.company_profile .company_block > dl > dd .c_place:not(:first-of-type){
	margin-top: 0.25rem;
}
.company_profile .company_block > dl > dd .c_place dt{
}
.company_profile .company_block > dl > dd .c_place dd{
}
.company_profile .company_block > dl > dd > ul{
	padding-left: 1rem;
	box-sizing: border-box;
}
.company_profile .company_block > dl > dd > ul li{
}
.company_profile .company_block > dl > dd > ul li:not(:first-of-type){
	margin-top: 0.25rem;
}
/*事業所紹介*/
.office{
	box-sizing: border-box;
	display: flex;
}
body[wc-view-code="sp"] .office{
	padding: var(--headerHeight) 7vw;
	flex-direction: column;
}
body[wc-view-type="tb"] .office{
	padding: var(--headerHeight) 5vw;
}
body[wc-view-type="tb-l"] .office{
	padding: var(--headerHeight) 10vw;
}
body[wc-view-code="pc"] .office{
	padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.office .contents_title{
}
body[wc-view-type="tb"] .office .contents_title{
	width: 250px;
}
body[wc-view-type="tb-l"] .office .contents_title{
	width: 300px;
}
body[wc-view-code="pc"] .office .contents_title{
	width: 400px;
}
.office .office_block{
	display: flex;
	margin-top: 1.5rem;
	gap:1rem;
	flex-direction: column;
}
body[wc-view-type="tb"] .office .office_block{
	width: calc(100% - 250px);
}
body[wc-view-type="tb-l"] .office .office_block{
	width: calc(100% - 300px);
}
body[wc-view-code="pc"] .office .office_block{
	width: calc(100% - 400px);
}
body[wc-view-code="sp"] .office .office_block{
	gap:1rem;
}
.office .office_block > .office_box{
	box-sizing: border-box;
  padding: 0.75rem;
	background-color: #efefef;
	transition: opacity 600ms ease;
	opacity: 0;
	display: flex;
}
body[wc-view-code="pc"] .office .office_block > .office_box{
	padding: 1rem;
}
body[wc-view-code="sp"] .office .office_block > .office_box,
body[wc-view-type="tb"] .office .office_block > .office_box{
	flex-direction: column;
}
.office .office_block > .office_box.wcvisible{
	opacity: 1;
}
.office .office_block > .office_box .o_contents{
}
body[wc-view-type="tb-l"] .office .office_block > .office_box .o_contents,
body[wc-view-code="pc"] .office .office_block > .office_box .o_contents{
	width: 50%;
}
.office .office_block > .office_box .o_contents > h2{
	font-weight: 700;
	margin-bottom: 0.35rem;
	font-size: 1.2rem;
}
.office .office_block > .office_box .o_contents > address{
	margin-bottom: 0.75rem;
}
.office .office_block > .office_box .map{
	position: relative;
	z-index: 1;
	height: 150px;
}
.office .office_block > .office_box .map iframe{
	position: absolute;
	inset:0;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.office .office_block > .office_box figure{
}
body[wc-view-type="tb-l"] .office .office_block > .office_box figure,
body[wc-view-code="pc"] .office .office_block > .office_box figure{
	width: 50%;
}
.office .office_block > .office_box figure img{
}
body[wc-view-code="sp"] .office .office_block > .office_box figure img,
body[wc-view-type="tb"] .office .office_block > .office_box figure img{
	aspect-ratio:2/1;
}
body[wc-view-type="tb-l"] .office .office_block > .office_box figure img,
body[wc-view-code="pc"] .office .office_block > .office_box figure img{
	height: 100%;
}