
/* Style for PCs */
@media screen and (min-width: 1025px) {

/* Header */
header {
  width: 100%;
  height: 100px;
  display: block;
  position: fixed;
  top: 30px;
  left: 0;
  z-index: 20000;
  pointer-events: none;
  transition: .4s all;
}

header figure {
  width: 8%;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35px;
  left: 0.5%;
  z-index: 20001;
  margin: 0;
  pointer-events: auto;
  transition: .4s all;
}

header figure a {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: auto;
}

header figure img {
  width: 100%;
  max-width:185px;
  height: auto;
  max-height: 64px;
  display: block;
}


/* Header(active) */
header.site_active {
  width: 100%;
  height: 70px;
  display: block;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 20000;
  pointer-events: none;
}

header.site_active figure {
  width: 8%;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0.5%;
  z-index: 20001;
  margin: 0;
  pointer-events: auto;
}

header.site_active figure a {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: auto;
}

header.site_active figure img {
  width: 100%;
  max-width:185px;
  height: auto;
  max-height: 64px;
  display: block;
}




/* Contact Bar */
.contactbar {
  width:fit-content;
  height: 26px;
  display: flex;
  justify-content: flex-end;
  position: fixed;
  top:35px;
  right:1%;
  z-index:19800;
}
.contactbar li {
  width:26px;
  height: 26px;
  display: block;
  margin-left: 5px;
}
.contactbar li a {
  width: 100%;
  height: 26px;
  display: block;
  text-decoration: none;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 26px 26px;
  transition: .4s all;
}
.contactbar li a:hover {
  opacity: 0.5;
}



/* Contact Bar(Active) */
.contactbar.site_active {
  width:40px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin:0;
  padding:0;
  position: fixed;
  top:30%;
  right:0;
  z-index:19000;
}
.contactbar.site_active li {
  width:40px;
  height: 40px;
  display: block;
  margin-left: 0;
  margin-bottom: 0px;
}
.contactbar.site_active li a {
  width: 100%;
  height: 50px;
  display: block;
  text-decoration: none;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
  transition: .4s all;
}
.contactbar.site_active li a:hover {
  opacity: 0.5;
}


/* Footer */
footer {
  width:100%;
  height:auto;
  display: block;
}
.ftbody {
  width:100%;
  max-width:1600px;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin:0 auto;
  padding:50px 5%;
}
.ftmenu {
  width: 70%;
  height: auto;
  display: flex;
  justify-content: space-between;
  gap:2%;
}
.ftmenu_c {
  flex:0 0 calc((100% - 2% * 3) /4);
  height: auto;
  display: block;
}
.ftmenu_c h3 {
  font-size:12px;
  font-weight: 700;
  line-height: 1em;
  color:var(--color-black);
  margin-bottom: 1em;
}
.ftmenu ul {
  width:100%;
  height:auto;
  display:flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.ftbody ul li {
  font-size:12px;
  margin:0;
  border-bottom: 1px dotted var(--color-ccc);
  transition: .4s all;
}
.ftbody ul li:hover {
  border-bottom: 1px dotted var(--color-1st);
}
.ftbody ul li a {
  width: 100%;
  height: auto;
  display: block;
  line-height: 40px;
  color:var(--color-black);
  text-decoration: none;
  background-image: url(../img/header/ic-ar_b.webp);
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: auto 12px;
  transition: .4s all;
}
.ftbody ul li a:hover {
  color:var(--color-black);
  text-decoration: none;
  background-position: 100% center;
}
.ftbody .ftinfo {
  width: 25%;
  height: auto;
  display: block;
}
.ftbody .ftinfo .fti01 {
  width: 100%;
  height: auto;
  display: block;
  background-image: url(../img/header/logo_b.webp);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 50px;
  padding:60px 0 25px 0;
  border-bottom: 1px dotted var(--color-1st);
  margin-bottom: 25px;
}
.ftbody .ftinfo .fti01 h3 {
  font-size:16px;
  font-weight: 400;
  line-height: 1.25em;
  color: var(--color-black);
  margin-bottom: 0.5em;
}
.ftbody .ftinfo .fti01 p.fti_ad01 {
  font-size:12px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--color-black);
  margin-bottom: 0.75em;
}
.ftbody .ftinfo .fti01 p.fti_tel {
  font-size:24px;
  font-weight: 400;
  font-family: var(--font-en);
  line-height: 40px;
  color: var(--color-black);
  margin-bottom: 0.25em;
}
.ftbody .ftinfo .fti01 p.fti_tel a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  color: var(--color-1st);
  background-image: url(../img/header/ic-tel.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 40px 40px;
  padding-left:50px
}
.ftbody .ftinfo .fti01 p.fti_ad02 {
  font-size:14px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--color-black);
  margin-bottom: 0em;
}
.ftbody p.ftcopy {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  font-size:10px;
  line-height: 1em;
  margin:0;
  color:var(--color-black);
}


}


/* Style for iPad Pro */
@media screen and (min-width: 769px) and (max-width: 1024px) {

/* Header */
header {
  width:100%;
  height: 70px;
  display: block;
  position: fixed;
  top:0px;
  left:0;
  z-index:18500;
  transition: .4s all;
}
header figure {
  width:170px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:0px;
  left:1%;
  z-index:18600;
  transition: .4s all;
}
header figure img {
  width:100%;
  height: auto;
  display: block;
}

/* Header (Active) */
header.site_active {
  width:100%;
  height: 70px;
  display: block;
  position: fixed;
  top:0px;
  left:0;
  z-index:18500;
  transition: .4s all;
  background-color: rgba(255,255,255,0.8);
  backdrop-filter: blur(10px);
  box-shadow:0px 2px 15px rgba(0,0,0,0.2);
}
header.site_active figure {
  width:170px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:0px;
  left:1%;
  z-index:18600;
  transition: .4s all;
}
header.site_active figure img {
  width:100%;
  height: auto;
  display: block;
}


/* Contact Bar */
.contactbar {
  width:fit-content;
  height: 26px;
  display: flex;
  justify-content: flex-end;
  position: fixed;
  top:20px;
  right:100px;
  z-index:19800;
}
.contactbar li {
  width:26px;
  height: 26px;
  display: block;
  margin-left: 5px;
}
.contactbar li a {
  width: 100%;
  height: 26px;
  display: block;
  text-decoration: none;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 26px 26px;
  transition: .4s all;
}
.contactbar li a:hover {
  opacity: 0.5;
}



/* Contact Bar(Active) */
.contactbar.site_active {
  width:40px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin:0;
  padding:0;
  position: fixed;
  top:30%;
  right:0;
  z-index:19000;
}
.contactbar.site_active li {
  width:40px;
  height: 40px;
  display: block;
  margin-left: 0;
  margin-bottom: 0px;
}
.contactbar.site_active li a {
  width: 100%;
  height: 50px;
  display: block;
  text-decoration: none;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
  transition: .4s all;
}
.contactbar.site_active li a:hover {
  opacity: 0.5;
}

/* Footer */
footer {
  width:100%;
  height:auto;
  display: block;
}
.ftbody {
  width:100%;
  max-width:1600px;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin:0 auto;
}
.ftmenu {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  gap:2%;
  padding:50px 5%;
  background-color: var(--color-1st);
}
.ftmenu_c {
  flex:0 0 calc((100% - 2% * 3) /4);
  height: auto;
  display: block;
}
.ftmenu_c h3 {
  font-size:12px;
  font-weight: 700;
  line-height: 1em;
  color:var(--color-white);
  margin-bottom: 1em;
}
.ftmenu ul {
  width:100%;
  height:auto;
  display:flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.ftbody ul li {
  font-size:12px;
  margin:0;
  border-bottom: 1px dotted var(--color-999);
  transition: .4s all;
}
.ftbody ul li:hover {
  border-bottom: 1px dotted var(--color-white);
}
.ftbody ul li a {
  width: 100%;
  height: auto;
  display: block;
  line-height: 40px;
  color:var(--color-white);
  text-decoration: none;
  background-image: url(../img/header/ic-ar_w.webp);
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: auto 12px;
  transition: .4s all;
}
.ftbody ul li a:hover {
  color:var(--color-4th);
  text-decoration: none;
  background-position: 100% center;
}
.ftbody .ftinfo {
  width: 100%;
  height: auto;
  display: block;
  padding:50px 5%;
}
.ftbody .ftinfo .fti01 {
  width: 100%;
  height: auto;
  display: block;
  background-image: url(../img/header/logo_b.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 50px;
  padding:60px 0 25px 0;
  border-bottom: 1px dotted var(--color-1st);
  margin-bottom: 25px;
}
.ftbody .ftinfo .fti01 h3 {
  font-size:16px;
  font-weight: 400;
  line-height: 1.25em;
  color: var(--color-black);
  text-align: center;
  margin-bottom: 0.5em;
}
.ftbody .ftinfo .fti01 p.fti_ad01 {
  font-size:12px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--color-black);
  text-align: center;
  margin:0 auto 0.75em;
}
.ftbody .ftinfo .fti01 p.fti_tel {
  width: fit-content;
  height: auto;
  display: block;
  font-size:24px;
  font-weight: 400;
  font-family: var(--font-en);
  line-height: 40px;
  color: var(--color-black);
  margin:0 auto 0.25em;
}
.ftbody .ftinfo .fti01 p.fti_tel a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  color: var(--color-1st);
  background-image: url(../img/header/ic-tel.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 40px 40px;
  padding-left:50px
}
.ftbody .ftinfo .fti01 p.fti_ad02 {
  font-size:14px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--color-black);
  text-align: center;
  margin-bottom: 0em;
}
.ftbody p.ftcopy {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  font-size:10px;
  line-height: 1em;
  margin:0;
  color:var(--color-black);
}

}

/* Style for Smartphone */
@media screen and (max-width: 768px) {

/* Header */
header {
  width:100%;
  height: 70px;
  display: block;
  position: fixed;
  top:0px;
  left:0;
  z-index:18500;
  transition: .4s all;
}
header figure {
  width:140px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:0px;
  left:1%;
  z-index:18600;
  transition: .4s all;
}
header figure img {
  width:100%;
  height: auto;
  display: block;
}

/* Header (Active) */
header.site_active {
  width:100%;
  height: 70px;
  display: block;
  position: fixed;
  top:0px;
  left:0;
  z-index:18500;
  transition: .4s all;
  background-color: rgba(255,255,255,0.8);
  backdrop-filter: blur(10px);
  box-shadow:0px 2px 15px rgba(0,0,0,0.2);
}
header.site_active figure {
  width:140px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:0px;
  left:1%;
  z-index:18600;
  transition: .4s all;
}
header.site_active figure img {
  width:100%;
  height: auto;
  display: block;
}


/* Contact Bar */
.contactbar {
  width:fit-content;
  height: 26px;
  display: flex;
  justify-content: flex-end;
  position: fixed;
  top:20px;
  right:80px;
  z-index:19800;
}
.contactbar li {
  width:26px;
  height: 26px;
  display: block;
  margin-left: 5px;
}
.contactbar li a {
  width: 100%;
  height: 26px;
  display: block;
  text-decoration: none;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 26px 26px;
  transition: .4s all;
}
.contactbar li a:hover {
  opacity: 0.5;
}



/* Contact Bar(Active) */
.contactbar.site_active {
  width:40px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin:0;
  padding:0;
  position: fixed;
  top:30%;
  right:0;
  z-index:19000;
}
.contactbar.site_active li {
  width:40px;
  height: 40px;
  display: block;
  margin-left: 0;
  margin-bottom: 0px;
}
.contactbar.site_active li a {
  width: 100%;
  height: 50px;
  display: block;
  text-decoration: none;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
  transition: .4s all;
}
.contactbar.site_active li a:hover {
  opacity: 0.5;
}

/* Footer */
footer {
  width:100%;
  height:auto;
  display: block;
}
.ftbody {
  width:100%;
  max-width:1600px;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin:0 auto;
}
.ftmenu {
  display: none!important;
}
.ftbody .ftinfo {
  width: 100%;
  height: auto;
  display: block;
  padding:50px 5%;
}
.ftbody .ftinfo .fti01 {
  width: 100%;
  height: auto;
  display: block;
  background-image: url(../img/header/logo_b.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 50px;
  padding:60px 0 25px 0;
  border-bottom: 1px dotted var(--color-1st);
  margin-bottom: 25px;
}
.ftbody .ftinfo .fti01 h3 {
  font-size:16px;
  font-weight: 400;
  line-height: 1.25em;
  color: var(--color-black);
  text-align: center;
  margin-bottom: 0.5em;
}
.ftbody .ftinfo .fti01 p.fti_ad01 {
  font-size:12px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--color-black);
  text-align: center;
  margin:0 auto 0.75em;
}
.ftbody .ftinfo .fti01 p.fti_tel {
  width: fit-content;
  height: auto;
  display: block;
  font-size:24px;
  font-weight: 400;
  font-family: var(--font-en);
  line-height: 40px;
  color: var(--color-black);
  margin:0 auto 0.25em;
}
.ftbody .ftinfo .fti01 p.fti_tel a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  color: var(--color-1st);
  background-image: url(../img/header/ic-tel.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 40px 40px;
  padding-left:50px
}
.ftbody .ftinfo .fti01 p.fti_ad02 {
  font-size:14px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--color-black);
  text-align: center;
  margin-bottom: 0em;
}
.ftbody p.ftcopy {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  font-size:10px;
  line-height: 1em;
  margin:0;
  color:var(--color-black);
}

}
