@charset "utf-8";
/* all
-------------------------------------------------------------------*/
:root {
  --black: #282828;
  --white: #fff;
  --main_color: #246bac;
  --sub_color: #0961ba;
  --fitler_white:filter: brightness(0) invert(1);
  --fitler_main: brightness(0) saturate(100%) invert(65%) sepia(6%) saturate(1602%) hue-rotate(1deg) brightness(97%) contrast(95%);
}
html,
body {
  background:transparent;
  color: var(--black);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.4;
}
body.home header.fixedMenu,
body:not(.home) header{
	--header_filter:var(--fitler_white);
	-header_color:var(--white);
}
body:not(:has(.page-header)){
	--header_filter:brightness(0) invert(1);
	--header_color:var(--white);
}
.roboto {
  font-family: "Roboto", sans-serif;
}
body {
  width: 100%;
  font-size: 100%;
  text-align: center;
  min-width: 1200px;
  text-size-adjust: none;
  font-feature-settings: 'palt';
  -webkit-text-size-adjust: none;
}
main {
  overflow: clip;
  width: 100%;
}
body:not(.home) main{
	margin-top:100px;
	overflow: visible;
}
.sitewrap {
  width: 1200px;
  min-width:1200px;
  margin: 0 auto;
  text-align: left;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
.image_fit img {
  object-fit: cover;
  max-width: inherit;
  width: 100%;
  height: 100%;
}
*:has(>wbr) {
  word-break: keep-all;
}
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}
header *,
footer *{
  margin:0;
  padding:0;
  line-height:inherit;
}

body ul,
body li,
body ol{
	margin:0;
	padding:0;
}

@media screen and (max-width:1270px) {
  body,.sitewrap {
    width: 100%;
    min-width: 0;
  }
.sitewrap > *{
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media screen and (max-width:900px) {
	body:not(.home) main{
		margin-top:60px;
	}
}

@media screen and (max-width:767px) {
  :root {
    --shadow_black: drop-shadow(0 0 8px rgba(0, 0, 0, 0.2));
  }
  html {
    font-size: 14px;
  }
  .sitewrap>*,
  .sitewrap.sitewrap-large>*,
body:not(.home) .sitewrap>*,
body.home footer .sitewrap > *{
    padding-left: 15px;
    padding-right: 15px;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
/* header
-------------------------------------------------------------------*/
header#fix_menu {
  position: fixed;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  inset: 0 0 auto;
}
header#fix_menu.fixedMenu,
body:not(.home) header#fix_menu{
  background: var(--white);
}
header#fix_menu #site_ttl {
  position: relative;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16.2px 30px 12px;
  height: 100px;
}
header#fix_menu #site_ttl a {
  display: inline-block;
  vertical-align: middle;
  width: 171px;
  aspect-ratio: 171/37;
}
header#fix_menu #site_ttl a img {
  object-fit: cover;
  max-width: inherit;
  width: 100%;
  height: 100%;
  filter: var(--header_filter);
}
header#fix_menu.fixedMenu #site_ttl a img,
body:not(.home) header#fix_menu #site_ttl a img{
  filter: brightness(0) saturate(100%) invert(32%) sepia(96%) saturate(780%) hue-rotate(177deg) brightness(89%) contrast(83%);
}
header#fix_menu .drop_menu {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  white-space: nowrap;
}
header#fix_menu .drop_menu #NavWrap ul:not([class]) {
  display: inline-flex;
  justify-content: flex-end;
  align-items: stretch;
  width: 41.8em;
}
header#fix_menu .drop_menu #NavWrap li> :is(a, p) {
  position: relative;
  z-index: 10;
  display: inline-block;
  font-size: 0.875em;
  font-weight: 500;
  color: var(--header_color);
  letter-spacing: 0.08em;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}
header#fix_menu.fixedMenu .drop_menu #NavWrap li> :is(a, p),
body:not(.home) header#fix_menu .drop_menu #NavWrap li> :is(a, p){
  color: var(--black);
}
header#fix_menu .drop_menu #NavWrap ul:not([class])>li> :is(a, p) {
  padding: 3.072em 1em;
  transition: color .4s;
}
header#fix_menu .drop_menu #NavWrap ul:not([class])>li> :is(a, p)::before {
  position: absolute;
  z-index: 10;
  inset: auto 0 2em;
  display: inline-block;
  content: "";
  width: 100%;
  height:2px;
  background: var(--main_color);
  scale: 0 1;
  transform-origin: center;
  transition: scale .4s;
  margin: auto;
}
header#fix_menu .drop_menu #NavWrap li span {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
header#fix_menu .drop_menu #NavWrap li.drop_wrap {
  position: relative;
  z-index: 10;
}
header#fix_menu .drop_menu #NavWrap li.drop_wrap i {
  display: none;
}
header#fix_menu .drop_menu #NavWrap li ul.drop_child {
  position: absolute;
  z-index: 999;
  min-width: auto;
  text-align: left;
  background: var(--main_color);
  padding: 0.5em 0.75em;
  opacity: 0;
  visibility: hidden;
  top: 5.4em;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity .4s;
  filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.15));
}
header#fix_menu .drop_menu #NavWrap li.drop_wrap p::before {
  position: absolute;
  z-index: -10;
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -2.5em;
}
header#fix_menu .drop_menu #NavWrap li.drop_wrap > a span{
	padding-right:1em;
	position:relative;
}
header#fix_menu .drop_menu #NavWrap li.drop_wrap > a span:before{
	content: "";
	width: 6px;
	height: 6px;
	border-top: solid 1px var(--white);
	border-right: solid 1px var(--white);
	position: absolute;
	transform: rotate(135deg);
	inset:0 0 0 auto;
	margin:auto;
	transition:.5s transform;
}
header#fix_menu.fixedMenu .drop_menu #NavWrap li.drop_wrap > a span:before,
body:not(.home) header#fix_menu .drop_menu #NavWrap li.drop_wrap > a span:before{
	border-top: solid 1px var(--black);
	border-right: solid 1px var(--black);
}
header#fix_menu .drop_menu #NavWrap ul.drop_child li+li {
  border-top: 1px solid var(--white);
}
header#fix_menu .drop_menu #NavWrap ul.drop_child li a {
  min-width: 16em;
  color: var(--white);
  padding-inline: 0.5em;
  transition: .2s color,.2s background-color;
}
header#fix_menu .drop_menu #NavWrap ul.drop_child li a span {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  min-height: 3.6em;
}
header#fix_menu .drop_menu .contact-btn_box {
  position: relative;
  z-index: 990;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
  height: 100%;
  margin-inline: 2em 0;
  width: 218px;
}
header#fix_menu .drop_menu .contact-btn{
	width:100%;
}
header#fix_menu .drop_menu .contact-btn a {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  width: 100%;
  min-height: 100px;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  color: var(--white);
  background: #1781CB;
background: linear-gradient(155deg, rgba(23, 129, 203, 1) 0%, rgba(9, 97, 186, 1) 100%);
  transition: background 0.4s linear;
  padding: 0.5em 1.25em;
  margin: auto;
  text-decoration: none;
  flex-direction: column;
  z-index: 5;
}
header#fix_menu .drop_menu .contact-btn a::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s;
  background: linear-gradient(155deg, rgba(9, 97, 186, 1) 0%, rgba(23, 129, 203, 1) 100%);
}
header#fix_menu .drop_menu .contact-btn a span,
header#fix_menu .drop_menu .contact-btn a i{
	position:relative;
	z-index:5;
}
header#fix_menu .drop_menu #switch {
  position: fixed;
  z-index: -999;
  width: 0;
  height: 0;
  opacity: 0;
}
header#fix_menu .drop_menu #NavWrap li.opened ul.drop_child{
	opacity: 1;
	visibility: visible;
}
@media (any-hover: hover) and (any-pointer: fine) {
  header#fix_menu .drop_menu #NavWrap ul:not([class])>li> :is(a, p):hover {
    color: var(--main_color);
  }
  header#fix_menu .drop_menu #NavWrap ul:not([class])>li> :is(a, p):hover::before {
    scale: 1 1;
  }
  header#fix_menu .drop_menu #NavWrap li:hover ul.drop_child{
    opacity: 1;
    visibility: visible;
  }
  header#fix_menu .drop_menu #NavWrap ul.drop_child li a:hover {
    background: var(--white);
    color: var(--main_color);
  }
	header#fix_menu .drop_menu #NavWrap li.drop_wrap a:hover span:before{
		transform: rotate(135deg) scale(-1);
		border-color:var(--main_color)
	}
	header#fix_menu .drop_menu .contact-btn a:hover::after {
	  opacity: 1;
	}
}
@media screen and (max-width:1136px) {
	header#fix_menu .drop_menu #NavWrap ul:not([class]){
		width:100%;
	}
}
@media screen and (max-width:1000px) {
	header#fix_menu .drop_menu .contact-btn_box{
		width:150px
	}
}
@media screen and (max-width:900px) {
	header#fix_menu .drop_menu {
		flex-direction: row-reverse;
	}
	header#fix_menu #site_ttl {
		height:60px;
	}
	header#fix_menu .drop_menu #switch~label {
		position: relative;
		z-index: 990;
		display: inline-block;
		text-align: center;
		padding: .75em;
		width: 4em;
		aspect-ratio: 1/1;
		background: var(--black);
		box-sizing: border-box;
		cursor: pointer;
	}
	header#fix_menu .drop_menu #switch~label b {
		display: block;
		width: 100%;
		margin-bottom: 0;
	}
	header#fix_menu .drop_menu #switch~label span {
		position: absolute;
		display: block;
		width: 22px;
		height: 2px;
		background: var(--white);
		top: 50%;
		left: 0;
		right: 0;
		margin: auto;
		cursor: -webkit-grabbing;
		transition: transform 0.4s;
	}
	header#fix_menu .drop_menu #switch~label span:before,
	header#fix_menu .drop_menu #switch~label span:after {
		position: absolute;
		z-index: 10;
		display: block;
		content: "";
		width: 22px;
		height: 2px;
		background: var(--white);
		margin-top: 0;
	}
	header#fix_menu .drop_menu #switch~label span:before {
		top: -9px;
	}
	header#fix_menu .drop_menu #switch~label span:after {
		top: 9px;
	}
	header#fix_menu .drop_menu #switch:checked~label span {
		transform: rotate(-135deg);
	}
	header#fix_menu .drop_menu #switch:checked~label span:before {
		top: 0;
	}
	header#fix_menu .drop_menu #switch:checked~label span:after {
		transform: rotate(270deg);
		top: 0;
		margin-top: 0;
	}
	header#fix_menu .drop_menu #NavWrap {
		position: fixed;
		z-index: 950;
		width: 288px;
		height: 100%;
		max-height: 100dvh;
		top: -4em;
		right: 0;
		background: var(--main_color);
		padding-block: 4em;
		opacity: 0;
		box-sizing: border-box;
		overscroll-behavior: contain;
		overflow: auto;
		visibility: hidden;
		transition: top .4s, opacity .4s, visibility .4s;
	}
	header#fix_menu .drop_menu #NavWrap::-webkit-scrollbar {
		height: 10px;
		width: 10px;
	}
	header#fix_menu .drop_menu #NavWrap::-webkit-scrollbar-track {
		border-radius: 10px;
		background: var(--black);
	}
	header#fix_menu .drop_menu #NavWrap::-webkit-scrollbar-thumb {
		border-radius: 10px;
		background: var(--sub_white);
	}
	header#fix_menu .drop_menu #switch:checked~#NavWrap {
		top: 0px;
		opacity: 1;
		visibility: visible;
	}
	header#fix_menu .drop_menu #NavWrap ul:not([class]) {
		flex-direction: column;
		align-items: stretch;
		width: 100%;
	}
	header#fix_menu .drop_menu #NavWrap li> :is(a, p) {
		text-align: left;
		font-size: 1em;
	}
	header#fix_menu .drop_menu #NavWrap ul:not([class])>li> :is(a, p),
	header#fix_menu .drop_menu #NavWrap ul.drop_child li a {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		gap: 0.5em;
		width: 100%;
		min-height: 3.75em;
		font-size: 0.8rem;
		border-bottom: 1px solid var(--white);
		padding: 0.5em 1.875em;
		transition: color .4s, background .4s;
	}
	header#fix_menu .drop_menu #NavWrap ul.drop_child li a{
		background:var(--white);
		color:var(--main_color);
		border-color:var(--main_color);
	}
	header#fix_menu.fixedMenu .drop_menu #NavWrap li> :is(a, p),
	body:not(.home) header#fix_menu .drop_menu #NavWrap li> :is(a, p){
		color:var(--white);
	}
	header#fix_menu .drop_menu #NavWrap ul:not([class])>li> :is(a, p)::before {
		display:none;
	}
	header#fix_menu .drop_menu #NavWrap li.drop_wrap > a span:before{
	display:none;
	}
	header#fix_menu .drop_menu #NavWrap ul:not([class])>li:not(.drop_wrap)> :is(a, p)::after,
	header#fix_menu .drop_menu #NavWrap ul.drop_child li a::after {
	  content:"";
	  width: 14px;
	  height: 4px;
	  background:url(../img/common/icon-arrow.svg) no-repeat center / contain;
	  position:absolute;
	  inset: 0 1.25em 0 auto;
	  margin:auto;
	  filter: brightness(0) saturate(100%) invert(31%) sepia(83%) saturate(927%) hue-rotate(181deg) brightness(91%) contrast(87%);
	 }
	header#fix_menu .drop_menu #NavWrap ul:not([class])>li:not(.drop_wrap)> :is(a, p)::after{
		filter: brightness(0) invert(1);
	}
	header#fix_menu .drop_menu #NavWrap li span {
	display: inline-block;
	width: auto;
	height: auto;
	}
	header#fix_menu .drop_menu #NavWrap li.drop_wrap i {
	--bg_color:var(--white);
	position: absolute;
	z-index: 10;
	display: inline-block;
	width: 52.5px;
	aspect-ratio: 1/1;
	top: 0;
	right: 0;
	}
	header#fix_menu .drop_menu #NavWrap li.drop_wrap i::before,
	header#fix_menu .drop_menu #NavWrap li.drop_wrap i::after {
	position: absolute;
	z-index: 10;
	display: inline-block;
	content: "";
	width: 1em;
	height: 2px;
	background: var(--bg_color);
	border-radius: 1em;
	inset: 0;
	margin: auto;
	}
	header#fix_menu .drop_menu #NavWrap li.drop_wrap a:hover ~ i::before,
	header#fix_menu .drop_menu #NavWrap li.drop_wrap a:hover ~ i::after {
	background: var(--main_color);
	}
	header#fix_menu .drop_menu #NavWrap li.drop_wrap i::after {
	transform: rotate(270deg);
	transition: transform .4s;
	}
	header#fix_menu .drop_menu #NavWrap li.drop_wrap.opened i::after {
	transform: rotate(0);
	}
	header#fix_menu .drop_menu #NavWrap li ul.drop_child,
	header#fix_menu .drop_menu #NavWrap li:hover ul.drop_child {
	position: static;
	max-height: 0;
	background: var(--main_color);
	border-radius: 0;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	transform: none;
	transition: max-height .4s, opacity .4s, visibility .4s;
	filter: none;
	}
	header#fix_menu .drop_menu #NavWrap li.opened ul.drop_child {
	max-height: 100vh;
	opacity: 1;
	visibility: visible;
	}
	header#fix_menu .drop_menu #NavWrap li.drop_wrap p::before {
	position: absolute;
	z-index: -10;
	display: inline-block;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	bottom: -2.5em;
	}
	header#fix_menu .drop_menu #NavWrap ul.drop_child li+li {
	border-top: none;
	}
	header#fix_menu .drop_menu #NavWrap ul.drop_child li a span {
	min-height: 0;
	}
	header#fix_menu .drop_menu .contact-btn_box {
	margin-inline: 0;
	}
	header#fix_menu .drop_menu .contact-btn a {
	justify-content: flex-end;
	flex-direction: column;
	gap: 1em;
	width: 4rem;
	min-width: 0;
	aspect-ratio: 1/1;
	min-height: 0;
	font-size: 0.5rem;
	border-radius: 0;
	padding: 0.5rem;
	white-space: nowrap;
	margin-right: 0;
	}
	header#fix_menu .drop_menu .contact-btn a::before {
	width: 3em;
	}
  @media (any-hover: hover) {
    header#fix_menu .drop_menu #NavWrap ul:not([class])>li> :is(a, p):hover {
      color: var(--main_color);
      background: var(--white);
    }
    header#fix_menu .drop_menu #NavWrap li.drop_wrap:has(>p:hover) i {
      --bg_color:var(--black);
    }
	header#fix_menu .drop_menu #NavWrap ul:not([class])>li:not(.drop_wrap)> :is(a, p):hover::after{
		filter: brightness(0) saturate(100%) invert(31%) sepia(83%) saturate(927%) hue-rotate(181deg) brightness(91%) contrast(87%);
	}
	header#fix_menu .drop_menu #NavWrap ul.drop_child li a:hover::after{
		filter: brightness(0) invert(1);
	}
	header#fix_menu .drop_menu #NavWrap ul.drop_child li a:hover{
		background:var(--main_color);
		color:var(--white);
	}
  }
}
@media screen and (max-width:767px) {
  header#fix_menu::after{
    display:none;
  }
	header#fix_menu .drop_menu .contact-btn a i{
	width: 23px;
}
	header#fix_menu .drop_menu{
		width:120px;
	}
	header#fix_menu .drop_menu .contact-btn_box{
		width:60px;
	}
	header#fix_menu .drop_menu .contact-btn{
		width:60px;
		margin-left:auto;
	}
  header#fix_menu #site_ttl {
    padding: 0 10px;
    width: 45%;
  }
  header#fix_menu #site_ttl a {
    width: 100%;
    aspect-ratio: inherit;
  }
  header#fix_menu .drop_menu #switch~label,
  header#fix_menu .drop_menu .contact-btn a {
    gap: 0.5em;
    font-size: 0.625rem;
    width: 60px;
    justify-content: center;
  }
  header#fix_menu .drop_menu #NavWrap {
    width: 100%;
    padding-block: 4.28571428571rem;
    
  }
	header#fix_menu .drop_menu #switch:checked~#NavWrap{
		top: 60px;
		padding-top: 0;
	}
  header#fix_menu .drop_menu #NavWrap ul:not([class])>li> :is(a, p),
  header#fix_menu .drop_menu #NavWrap ul.drop_child li a {
    font-size: 1rem;
  }
	header#fix_menu .drop_menu #NavWrap ul.drop_child li a{
		color:var(--main_color);
	}
}
/* page_link
-------------------------------------------------------------------*/
.page_link{
	position: absolute;
	z-index: -10;
	display: block;
	margin-top: -100px;
	padding-top: 100px;
	cursor: auto;
}
@media screen and (max-width:767px) {
	.page_link{
		margin-top: -60px;
		padding-top: 60px;
	}
}
/* fixed_menu
-------------------------------------------------------------------*/
.sp_fixed_menu{
	display:none;
}
@media screen and (max-width:767px) {
	.sp_fixed_menu{
		position:fixed;
		inset: auto 0 0;
		display:flex;
		justify-content:space-between;
		z-index:100;
		width: 100%;
		height: 60px;
	}
	.sp_fixed_menu a{
		width:100%;
		display:flex;
		justify-content:flex-end;
		align-items: center;
		flex-direction:column;
		padding: 0.75em 0.25em;
		font-size: 3.5vw;
		letter-spacing: -0.5px;
		font-weight: 600;
		text-decoration: none;
		position: relative;
		z-index: 0;
	}
	.sp_fixed_menu a.sp_btn01{
		background: #fff;
		border-top: 1px solid #bababa;
	}
	.sp_fixed_menu a.sp_btn02{
		background: #0071bc;
		color: #fff;
	}
	.sp_fixed_menu a.sp_btn03{
		background: #eb5c01;
		color: #fff;
	}
	.sp_fixed_menu a::before{
	    display: block;
	    position: absolute;
	    z-index: 1;
	    content: "";
	    width: 18px;
	    height: 18px;
	    background-image:url(../img/common/icon_tel.svg);
	    background-repeat: no-repeat;
	    background-size: contain;
	    margin:auto;
	    inset: auto 0 53%;
	}
	.sp_fixed_menu a.sp_btn02::before{
	    width: 16px;
	    height: 12px;
	    background-image:url(../img/common/icon_mail.png);
	}
	.sp_fixed_menu a.sp_btn03::before{
		width: 13px;
	    height: 17px;
	    background-image:url(../img/common/icon_req.png);
	}
}
/* contents
-------------------------------------------------------------------*/
.opening-animation {
	position: fixed;
	z-index: 2000;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 1;
	overflow: auto;
	overscroll-behavior: contain;
  }
  .opening-animation.is-actived,
  .opening-animation.is-actived::before {
	display: none;
  }
  .opening-animation.is-active {
	animation: opening-animation_bg 1s 3s forwards;
  }
  .opening-animation::before {
	position: fixed;
	content: "";
	width: 100vw;
	height: 100vh;
	background: #e1e1e2;
  }
  .opening-animation::-webkit-scrollbar {
	height: 0;
	width: 0;
  }
  .opening-animation .opening-animation_inner {
	min-height: calc(100% + 1px);
	width: 100%;
  }
  .opening-animation .opening-animation_logo {
	position: sticky;
	z-index: 2000;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
  }
  .opening-animation.is-active .opening-animation_logo {
	opacity: 1;
	animation: opening-animation 2s forwards;
  }
  .opening-animation svg {
	fill: #fff;
	width: 25vw;
  }
  @media screen and (max-width:767px) {
	.opening-animation svg {
	  width: 70vw;
	} 
  }
/* footer
-------------------------------------------------------------------*/
#top_link{
	position: fixed;
	z-index: 500;
	bottom: 5em;
	right: 0%;
	transition: opacity 0.3s;
	transform: rotate(90deg);
}
#pageTop{
	text-decoration: none;
}
#pageTop span{
	width: 183px;
	height: 60px;
	border: 2px solid #333333;
	font-size: 1rem;
	background: #000;
	color: #fff;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	transition: all 0.3s;
	padding-inline: 30px;
	position: relative;
}
#pageTop span i{
	width:110px;
	position:absolute;
	inset: 0 0 0 0em;
	margin:auto;
	text-align: left;
	transition: .5s transform;
}
#pageTop span i:before{
	content: "";
	width:6px;
	height:109px;
	background: url(../img/common/icon-pagetop-arrow.svg) no-repeat center / contain;
	position: absolute;
	inset: 0 auto 0 -12px;
	margin: auto;
	filter: brightness(0) saturate(100%) invert(31%) sepia(83%) saturate(927%) hue-rotate(181deg) brightness(91%) contrast(87%);
	transform:rotate(-90deg);
}

@media (any-hover: hover) {
	#pageTop:hover span{
		background: #ffffff;
		color: #000000;
	}
	#pageTop:hover span i{
		transform: translateX(-10px);
	}
}
footer{
	padding: 0 0 2em;
	background: #0f2c47;
	color: #fff;
	position: relative;
}
body:not(.home) footer{
	margin-top:9em;
	padding-top:3.5em;
}
body:not(.home).page footer{
	margin-top:0;
}
body:not(.home).post-name-contact footer{
	margin-top:9em;
}
body:not(.home) footer:has(.foot_contact){
	padding-top:0;
}
body:not(.home) main:has(.page-list) ~ footer{
	margin-top:0em;
}
footer .foot_contact{
	position:relative;
	margin-bottom: 4em;
	padding-top: 100px;
}
footer .foot_contact .foot_contact_bg{
	position:absolute;
	inset:0 0 auto;
	height: 426px;
}
footer .foot_contact .foot_contact_bg img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
}
footer .foot_contact .foot_contact_inner .top_title{
	margin-bottom: 6.5em;
}
footer .foot_contact .foot_contact_inner .top_title .top_style{
	text-align:center;
	color:var(--white);
}
footer .foot_contact .foot_contact_box{
	background:var(--white);
	position:relative;
	padding: 90px 50px;
	color:var(--black);
	text-align:center;
}
footer .foot_contact .foot_contact_box > p{
	font-size:1.125rem;
	font-weight:500;
	margin-bottom:2em;
	line-height:1.875;
	width: 100%;
	letter-spacing: 0.08em;
}
footer .foot_contact .foot_contact_box .foot_contact_box_col{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 1em 80px;
	flex-wrap: wrap;
	max-width:760px;
	margin:0 auto;
}
footer .foot_contact .foot_contact_box .foot_contact_tel{
	width: calc(100% - 407px);
	padding-block: 6px;
}
footer .foot_contact .foot_contact_box .contact_btn{
	width: 307px;
	position: relative;
}
footer .foot_contact .foot_contact_box .contact_btn:before{
	content:"";
	width:1px;
	background:#d2d2d2;
	position:absolute;
	inset: 0 auto 0 -50px;
}
footer .foot_contact .foot_contact_box .foot_contact_tel a{
	font-size:3rem;
	font-weight:500;
	position:relative;
	color:var(--main_color);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0em;
}
footer .foot_contact .foot_contact_box .foot_contact_tel a i{
	position: relative;
	display: block;
	aspect-ratio: 1/1;
	width: 35px;
}
footer .foot_contact .foot_contact_box .foot_contact_tel a i:before{
	content:"";
	width:35px;
	height:35px;
	background:url(../img/common/icon_tel.svg) no-repeat center / contain;
	position:absolute;
	inset:0;
	margin:auto;
	filter: brightness(0) saturate(100%) invert(34%) sepia(44%) saturate(931%) hue-rotate(166deg) brightness(100%) contrast(88%);
}
footer .foot_contact .foot_contact_box .foot_contact_tel a em{
	width: calc(100% - 35px);
	display: block;
	line-height: 1;
}
footer .foot_contact .foot_contact_box .foot_contact_tel p{
	font-size:0.875rem;
	padding-left: 35px;
	margin-top: 0.5em;
	color: var(--main_color);
	font-weight: 500;
}

footer .foot_top{
	display: flex;
	justify-content: space-between;
	align-items:flex-start;
	margin-bottom: 4em;
}
footer .foot_bottom{
	display: flex;
	justify-content: space-between;
	align-items:center;
}
footer .foot_top .foot_left{
	width: 26%;
}
footer .logo_area{position: relative;text-align: center;}
footer .logo_area .foot_logo{
	width: 222px;
	height: 52px;
	margin-bottom: 1em;
}
footer .logo_area .foot_add_area{
	font-size: 0.875rem;
	display: flex;
	flex-direction: column;
	gap: 0.25em;
	letter-spacing: 1px;
	text-align: left;
}
footer .foot_link{
	display: flex;
	font-size: 0.875rem;
	margin-bottom: 1em;
}
footer .foot_link a{
	text-decoration: none;
	color: var(--white);
}
footer .foot_top .foot_right{
	width: 58%;
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
}
footer .foot_top .foot_right .foot_right_list{
	position:relative;
	width:fit-content;
}
footer .foot_top .foot_right .foot_right_list .foot_text01 a{
	display:block;
	font-weight:500;
	text-decoration:none;
	color: var(--white);
}
footer .foot_top .foot_right .foot_right_list .foot_text02 a{
	position:relative;
	font-size:0.875rem;
	font-weight:500;
	padding-left: 1em;
	display:block;
	text-decoration:none;
	color: var(--white);
}
footer .foot_top .foot_right .foot_right_list .foot_text02 a:before{
	content:"";
	width: 0.75em;
	height:1px;
	background:var(--white);
	position:absolute;
	inset:0 auto 0 0;
	margin:auto;
}
footer .foot_top .foot_right .foot_right_list .foot_text01 + .foot_text02,
footer .foot_top .foot_right .foot_right_list .foot_text02 + .foot_text02{
	margin-top:1em;
}
footer .foot_top .foot_right .foot_right_list .foot_text01 a span,
footer .foot_top .foot_right .foot_right_list .foot_text02 a span{
	position:relative;
}
footer .foot_top .foot_right .foot_right_list .foot_text01 a span::after,
footer .foot_top .foot_right .foot_right_list .foot_text02 a span::after{
	position: absolute;
	content: "";
	display:inline-block;
	inset: auto 0 -2px;
	width: 100%;
	height: 1px;
	background: #ffffff;
	transition: all .3s;
	transform: scale(0, 1);
	transform-origin: center top;
}
footer .foot_link a + a{
	margin-left: 2em;
}
footer .foot_link a span{
	position: relative;
	z-index: 0;
}
footer .foot_link a span::after{
	position: absolute;
	content: "";
	display:inline-block;
	inset: auto 0 -2px;
	width: 100%;
	height: 1px;
	background: #ffffff;
	transition: all .3s;
	transform: scale(1, 1);
	transform-origin: center top;
}
footer small{
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 1px;
	color: #6e7881;
}
@media (any-hover: hover) {
	footer .foot_top .foot_right .foot_right_list .foot_text01 a:hover span::after,
	footer .foot_top .foot_right .foot_right_list .foot_text02 a:hover span::after{
		transform: scale(1, 1);
	}
	footer .foot_link a:hover span::after{
	    transform: scale(0, 1);
	}
}
@media screen and (max-width:1150px) {
	footer .foot_top .foot_left{
		width:31%;
	}
}
@media screen and (max-width:900px) {
	footer .foot_contact .foot_contact_box .foot_contact_tel a{
		font-size: 2rem;
		justify-content:center;
	}
	footer .foot_contact .foot_contact_box .foot_contact_tel a i{
		width:25px;
	}
	footer .foot_contact .foot_contact_box .foot_contact_tel a em{
		width:fit-content;
	}
	footer .foot_contact .foot_contact_box .foot_contact_tel a i:before{
		width:25px;
	}
	footer .foot_contact .foot_contact_box{
		padding-inline:30px;
	}
}
@media screen and (max-width:767px) {
	footer{
		padding: 0 0 2.5em;
	}
	body:not(.home) footer{
		margin-top:4em;
		padding-top:2.5em;
	}
	body:not(.home).page footer{
		margin-top:0;
	}
	body:not(.home).post-name-contact footer{
		margin-top:4em;
	}
	body:not(.home) footer:has(.foot_contact){
		padding-top:0;
	}
	body:not(.home) main:has(.page-list) ~ footer{
		margin-top:0em;
	}
	body:not(.home) footer:has(.foot_contact){
		padding-top:0;
	}
	footer .foot_contact{
		margin-bottom: 2.5em;
		padding-top:50px;
	}
	footer .foot_contact .foot_contact_bg{
		height:250px;
	}
	footer .foot_contact .foot_contact_inner .top_title{
		margin-bottom: 2.5em;
	}
	footer .foot_contact .foot_contact_box{
		padding: 30px 15px 35px;
	}
	footer .foot_contact .foot_contact_box > p{
		font-size:1rem;
		margin-bottom:1em;
	}
	footer .foot_contact .foot_contact_box .foot_contact_box_col{
		gap:1em;
	}
	footer .foot_contact .foot_contact_box .foot_contact_tel{
		width:100%;
		padding-block:0;
	}
	footer .foot_contact .foot_contact_box .contact_btn{
		width: 307px;
		margin:0 auto;
	}
	footer .foot_contact .foot_contact_box .contact_btn:before{
		display:none;
	}
	footer .foot_contact .foot_contact_box .foot_contact_tel a{
		font-size:2.5rem;
		gap:0.125em
	}
	footer .foot_contact .foot_contact_box .foot_contact_tel a i{
		width: 25px;
	}
	footer .foot_contact .foot_contact_box .foot_contact_tel a i:before{
		width:25px;
		height:25px;
	}
	footer .foot_contact .foot_contact_box .foot_contact_tel p{
		font-size:0.86rem;
	}
	footer .foot_top{
		margin-bottom: 1em;
	}
	footer .foot_bottom{
		justify-content:center;
		flex-wrap:wrap;
	}
	footer .foot_top .foot_left{
		width: 100%;
	}
	footer .logo_area .foot_logo{
		width:170px;
		height:37px;
		margin: 0 auto 1em;
	}
	footer .logo_area .foot_add_area{
		font-size: 0.86rem;
		text-align: center;
	}
	footer .foot_link{
		font-size: 0.93rem;
		margin-bottom: 1em;
		gap: 1em 1em;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	footer .foot_link a{
		text-decoration: none;
	}
	footer .foot_top .foot_right{
		display:none;
	}
	footer .foot_link a + a{
		margin-left: 0em;
	}
	#top_link{
		inset:auto -1.25em 2.5em auto;
	}
	#pageTop span{
		width:95px;
		height: 40px;
		border-width:1px;
		font-size:0.86rem;
		padding-inline:15px;
	}
	#pageTop span i:before{
		width:3px;
		height:55px;
		inset: 0 auto 0 -10px;
	}
	#pageTop span i{
		width:50px;
	}
}
