/* CSS Document */
.page_title .contents_title::before {
  content: "Company";
}
/*代表挨拶*/
.greeting{
	box-sizing: border-box;
	background: #FFFFFF;
  background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 39%, rgba(255, 248, 235, 1) 100%);
	display: flex;
}
body[wc-view-code="sp"] .greeting{
	padding: var(--headerHeight) 7vw;
	flex-direction: column;
}
body[wc-view-code="tb"] .greeting{
	padding: var(--headerHeight) 5vw;
}
body[wc-view-code="pc"] .greeting{
	padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.greeting .g_text{
	box-sizing: border-box;
}
body[wc-view-code="tb"] .greeting .g_text{
	width: calc(100% - 250px);
	padding-right: 2rem;
}
body[wc-view-code="pc"] .greeting .g_text{
	width: 800px;
	padding-right: 2.5rem;
}
.greeting .g_text .contents_title::before{
	content: "Greeting";
}
.greeting .g_text .g_in_text{
}
body[wc-view-code="sp"] .greeting .g_text .g_in_text{
	padding-bottom: 1rem;
}
.greeting .g_text .g_in_text > p{
	line-height: 2rem;
	transition: opacity 600ms ease-out,filter 600ms ease-out;
  filter: blur(10px);
  opacity: 0;
}
.greeting .g_text .g_in_text > p.wcvisible{
	opacity: 1;
	filter: blur(0);
}
.greeting .g_text .g_in_text > p:not(:first-of-type){
	margin-top: 0.5rem;
}

.greeting .g_text .g_in_text > .name{
	display: flex;
	width: fit-content;
	margin-left: auto;
}
body[wc-view-code="pc"] .greeting .g_text .g_in_text > .name{
  margin-top:1.5rem !important;
}
.greeting .g_text .g_in_text > .name *{
	font-weight: 500;
}
.greeting .g_text .g_in_text > .name .position{
	font-size: 0.95rem;
}
.greeting .g_text .g_in_text > .name .name_box{
	font-size: 1.25rem;
}
.greeting figure{
	transition: opacity 600ms ease-out,filter 600ms ease-out;
  filter: blur(10px);
  opacity: 0;
}
.greeting figure.wcvisible{
	opacity: 1;
	filter: blur(0);
}
body[wc-view-code="tb"] .greeting figure{
	width: 250px;
}
body[wc-view-code="pc"] .greeting figure{
	width: 300px;
}
.greeting figure img{
	aspect-ratio:2/2.25;
	border-radius: 1rem;
}
/*会社概要*/
.company_info{
	box-sizing: border-box;
	display: flex;
	background: #FFF8EB;
  background: linear-gradient(180deg,rgba(255, 248, 235, 1) 0%, rgba(255, 235, 228, 1) 33%, rgba(255, 255, 255, 1) 100%);
}
body[wc-view-code="sp"] .company_info{
	flex-direction: column;
	padding: 0 7vw var(--headerHeight) 7vw;
}
body[wc-view-code="tb"] .company_info{
	padding: 0 5vw var(--headerHeight) 5vw;
}
body[wc-view-code="pc"] .company_info{
	padding: 0 calc((100vw - 1100px) / 2) var(--headerHeight) calc((100vw - 1100px) / 2);
}
.company_info .contents_title{
}
body[wc-view-type="tb"] .company_info .contents_title{
	width: 250px;
}
body[wc-view-type="tb-l"] .company_info .contents_title{
	width: 385px;
}
body[wc-view-code="pc"] .company_info .contents_title{
	width: 400px;
}
.company_info .contents_title::before{
	content:"Company";
}
.company_info .c_info_list{
}
body[wc-view-code="tb"] .company_info .c_info_list{
	width: calc(100% - 250px);
}
body[wc-view-type="tb-l"] .company_info .c_info_list{
	width: calc(100% - 385px);
}
body[wc-view-code="pc"] .company_info .c_info_list{
	width: 700px;
}
.company_info .c_info_list dl{
	display: flex;
	transition: opacity 600ms ease-out,filter 600ms ease-out;
  filter: blur(10px);
  opacity: 0;
}
.company_info .c_info_list dl.wcvisible{
	opacity: 1;
	filter: blur(0);
}
body[wc-view-type="tb"] .company_info .c_info_list dl,
body[wc-view-code="sp"] .company_info .c_info_list dl{
	flex-direction: column;
}
.company_info .c_info_list dl:not(:first-of-type){
	margin-top: 0.75rem;
}
.company_info .c_info_list dl dt,
.company_info .c_info_list dl dd{
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.65);
}
.company_info .c_info_list dl dt{
	font-weight: 500;
}
.company_info .c_info_list dl dd{
}
body[wc-view-code="sp"] .company_info .c_info_list dl dt,
body[wc-view-type="tb"] .company_info .c_info_list dl dt{
	padding: 1rem 1rem 0.35rem 1rem; 
	border-radius: 1rem 1rem 0 0;
}
body[wc-view-code="sp"] .company_info .c_info_list dl dd,
body[wc-view-type="tb"] .company_info .c_info_list dl dd{
	padding: 0.35rem 1rem 1rem 1rem;
	margin-top: 1px;
	border-radius: 0 0 1rem 1rem;
}
body[wc-view-type="tb-l"] .company_info .c_info_list dl dt,
body[wc-view-code="pc"] .company_info .c_info_list dl dt{
	padding: 1rem 1rem 0.25rem 1rem;
	border-radius: 1rem 0 0 1rem;
	width: 250px;
}
body[wc-view-type="tb-l"] .company_info .c_info_list dl dd,
body[wc-view-code="pc"] .company_info .c_info_list dl dd{
	padding: 1rem 1rem 1rem 0.25rem;
	margin-top: 1px;
	border-radius: 0 1rem 1rem 0;
	width: calc(100% - 248px);
	margin-left: 2px;
}
.company_info .c_info_list dl dd p{
}
.company_info .c_info_list dl dd ul{
	padding-left: 1rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap:0.25rem;
}
/*アクセス情報*/
.access{
	box-sizing: border-box;
	display: flex;
}
body[wc-view-code="sp"] .access{
	padding: var(--headerHeight) 7vw;
}
body[wc-view-code="sp"] .access,
body[wc-view-type="tb"] .access{
	flex-direction: column;
}
body[wc-view-code="tb"] .access{
	padding: var(--headerHeight) 5vw;
}
body[wc-view-code="pc"] .access{
	padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.access .acc_text{
	box-sizing: border-box;
}
body[wc-view-code="sp"] .access .acc_text{
	padding-bottom: 1rem;
}
body[wc-view-type="tb"] .access .acc_text{
	padding-bottom: 1.5rem;
}
body[wc-view-type="tb-l"] .access .acc_text{
	width: 385px;
	padding-right: 2rem;
}
body[wc-view-code="pc"] .access .acc_text{
	width: 400px;
}
.access .acc_text .contents_title::before{
	content: "Access";
}
.access .acc_text ul{
	padding-left: 1rem;
	box-sizing: border-box;
}
.access .acc_text ul li{
	transition: opacity 600ms ease-out,filter 600ms ease-out;
  filter: blur(10px);
  opacity: 0;
}
.access .acc_text ul li.wcvisible{
	opacity: 1;
	filter: blur(0);
}
.access .acc_text ul li:not(:first-of-type){
	margin-top: 0.5rem;
}
.access .acc_text ul li dl{
}
.access .acc_text ul li dl dt{
	font-weight: 500;
}
.access .acc_text ul li dl dd{
	padding-top: 0.25rem;
}
.access .acc_text ul li dl dd adress{
}
.access .acc_text ul li dl dd adress .add_num{
	display: table;
}
.access .acc_text ul li dl dd .m_tel{
	width: fit-content;
  display: flex;
  font-size: 1.25rem;
  font-family: "Quicksand";
  text-decoration: none;
  color: var(--defColor);
  font-weight: 500;
}
body:not([wc-view-code="sp"]) .access .acc_text ul li dl dd .m_tel{
	pointer-events: none;
}
.access .acc_text ul li dl dd .m_tel::before{
	content: "";
	background-color: var(--defColor);
	width: 1.75rem;
	height: 1.75rem;
	-webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.access .map_contents{
	position: relative;
	z-index: 1;
	transition: opacity 600ms ease-out,filter 600ms ease-out;
  filter: blur(10px);
  opacity: 0;
}
.access .map_contents.wcvisible{
	opacity: 1;
	filter: blur(0);
}
body[wc-view-code="sp"] .access .map_contents{
	aspect-ratio:1/1;
}
body[wc-view-code="tb"] .access .map_contents{
	aspect-ratio:2/1;
}
body[wc-view-type="tb-l"] .access .map_contents{
	width: calc(100% - 385px);
}
body[wc-view-code="pc"] .access .map_contents{
	width: 700px;
	height: 350px;
}
.access .map_contents iframe{
	position: absolute;
	inset:0;
	width: 100%;
	height: 100%;
	border-radius: 1rem;
}