@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-optical-sizing: auto;
  font-style: normal;
  /*
  border: 1px solid red;
  -webkit-transform: rotate(0.02deg);
  transform: rotate(0.02deg);
  */
}
*:before, *:after {
  pointer-events: none;
  transition: 0.5s;
}

html {
  font-size: 62.5%;
}

::-moz-placeholder {
  color: #1e1e1e;
  font-size: 1.6rem;
  line-height: 1.8;
  position: relative;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  -moz-transition: unset;
  transition: unset;
  font-feature-settings: "palt";
}

input,
textarea,
select,
::placeholder,
body {
  color: #1e1e1e;
  font-size: 1.6rem;
  line-height: 1.8;
  position: relative;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  transition: unset;
  font-feature-settings: "palt";
}

table {
  border-collapse: collapse;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

sup {
  font-size: 50%;
}

a {
  color: #1e1e1e;
  text-decoration: none;
  transition: 0.5s;
}
a:hover {
  color: #dc841c;
}
a:hover.icon-s::after, a:hover.icon-s-w::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 87.3"><path fill="%23DC841C" d="M75,.35H25L0,43.65l25,43.3h50l25-43.3L75,.35ZM43.03,65.53l-5.66-5.66,16.24-16.24-16.24-16.24,5.66-5.66,21.9,21.9-21.9,21.9Z"/></svg>');
}
a.tel {
  pointer-events: none;
  text-decoration: none;
  color: #1e1e1e;
}
@media screen and (max-width: 768px) {
  a.tel {
    color: #dc841c;
    text-decoration: underline;
    pointer-events: all;
  }
  a.tel:hover {
    color: black;
  }
}
a.btn {
  display: block;
  font-size: 1.4rem;
  color: white;
  background: #dc841c;
  padding: 0.25em 1em;
  border-radius: 6px;
}
a.btn:hover {
  background: black;
}
a.btn:hover.icon-s-w::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 87.3"><path fill="%23FFFFFF" d="M75,.35H25L0,43.65l25,43.3h50l25-43.3L75,.35ZM43.03,65.53l-5.66-5.66,16.24-16.24-16.24-16.24,5.66-5.66,21.9,21.9-21.9,21.9Z"/></svg>');
}
a.btn2 {
  display: inline-block;
  width: 40%;
  padding: 1em 1.5em 1em 0;
  text-align: center;
  background: #138cad;
  color: white;
  font-weight: bold;
  position: relative;
}
a.btn2::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 87.3"><path fill="%23FFFFFF" d="M75,.35H25L0,43.65l25,43.3h50l25-43.3L75,.35ZM43.03,65.53l-5.66-5.66,16.24-16.24-16.24-16.24,5.66-5.66,21.9,21.9-21.9,21.9Z"/></svg>');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
a.btn2:hover {
  background: black;
}
a.btn2:hover::after {
  right: 0.75em;
}
@media screen and (max-width: 768px) {
  a.btn2 {
    width: 100%;
  }
}
a.icon-s-w::after, a.icon-s::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 87.3"><path fill="%231E1E1E" d="M75,.35H25L0,43.65l25,43.3h50l25-43.3L75,.35ZM43.03,65.53l-5.66-5.66,16.24-16.24-16.24-16.24,5.66-5.66,21.9,21.9-21.9,21.9Z"/></svg>');
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: contain;
  margin-left: 0.25em;
  vertical-align: text-top;
  transition: 0.5s;
}
a.icon-s-w::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 87.3"><path fill="%23FFFFFF" d="M75,.35H25L0,43.65l25,43.3h50l25-43.3L75,.35ZM43.03,65.53l-5.66-5.66,16.24-16.24-16.24-16.24,5.66-5.66,21.9,21.9-21.9,21.9Z"/></svg>');
}

li {
  list-style: none;
}

ul.disc {
  margin-left: 2em;
}
ul.disc > li {
  list-style-type: disc;
}

ol.decimal {
  margin-left: 2em;
}
ol.decimal > li {
  list-style-type: decimal;
}

#spsitenav-check,
.globalsubnav-check {
  display: none;
}

img,
svg {
  display: block;
}

textarea,
select,
input {
  border: none;
  border: 1px solid rgba(30, 30, 30, 0.1);
  background: rgba(247, 247, 247, 0.8);
  border-radius: 6px;
  padding: 0.5em 1em;
  max-width: 100%;
}
textarea.w35,
select.w35,
input.w35 {
  width: 35%;
}
textarea.w100,
select.w100,
input.w100 {
  width: 100%;
}
textarea.wpcf7-not-valid,
select.wpcf7-not-valid,
input.wpcf7-not-valid {
  background: rgba(230, 110, 130, 0.2);
}

.wpcf7-not-valid-tip {
  display: block;
  color: #e66e82;
}

input[type=radio],
input[type=checkbox] {
  margin-right: 0.25em;
  transform: scale(1.2);
}

textarea {
  width: 100%;
  border-radius: 1rem;
}

::-moz-placeholder {
  color: rgba(30, 30, 30, 0.5);
}

::placeholder {
  color: rgba(30, 30, 30, 0.5);
}

label {
  cursor: pointer;
}

.submitbox {
  text-align: center;
}
.submitbox input {
  background: #138cad;
  color: white;
  border-radius: 1rem;
  padding: 1em 3em;
  cursor: pointer;
  transition: 0.5s;
}
.submitbox input:hover {
  background: black;
}

.pc,
.tb,
.sp {
  display: none;
}

@media screen and (min-width: 1348.3684210526px) {
  .pc {
    display: inline-block;
  }
}
@media screen and (min-width: 961px) and (max-width: 1422.2222222222px) {
  .pc {
    display: inline-block;
  }
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
  .tb {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: inline-block;
  }
}
.large {
  font-size: 2.4rem;
}

.medium {
  font-size: 1.6rem;
}

.small {
  font-size: 1.2rem;
  line-height: 1.5;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .center.spleft {
    text-align: left;
  }
}

.right {
  text-align: right;
}

strong,
.maincolor {
  color: #138cad;
}

.redtext {
  color: #e66e82;
}

.letterspacing {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .letterspacing {
    letter-spacing: 0;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex.itemcenter {
  align-items: center;
}
.flex.left {
  justify-content: left;
  align-items: center;
}
.flex.left > *:not(:last-child) {
  margin-right: 1em;
}
.flex.c2 > * {
  width: calc((100% - 4rem) / 2);
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .flex.c2.onecolumn > * {
    width: 100%;
  }
  .flex.c2.onecolumn > *:last-child {
    margin-bottom: 0;
  }
}
.flex.c3 > * {
  width: calc((100% - 8rem) / 3);
  margin-bottom: 1rem;
}
.flex.c4 > * {
  width: calc((100% - 12rem) / 4);
  margin-bottom: 1rem;
}
.flex > .textbox {
  width: 58%;
}
.flex > .imagebox {
  width: 38%;
}

.initbox {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}

.unitbox {
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .unitbox {
    padding: 5rem 0;
  }
}
.unitbox + .unitbox {
  padding-top: 0;
}

.unitboxS {
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  .unitboxS {
    padding: 2.5rem 0;
  }
}
.unitboxS + .unitboxS {
  padding-top: 0;
}

.pt0 {
  padding-top: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt05 {
  margin-top: 0.5em;
}

.mt1 {
  margin-top: 1em;
}

.mt2 {
  margin-top: 2em;
}

.pb0 {
  padding-bottom: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb05 {
  margin-bottom: 0.5em;
}

.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.mbL {
  margin-bottom: 8rem !important;
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
  .mbL {
    margin-bottom: 8rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mbL {
    margin-bottom: 4rem !important;
  }
}

.mbM {
  margin-bottom: 4.5rem !important;
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
  .mbM {
    margin-bottom: 4.5rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mbM {
    margin-bottom: 2.5rem !important;
  }
}

.mbS {
  margin-bottom: 2rem !important;
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
  .mbS {
    margin-bottom: 2rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mbS {
    margin-bottom: 1rem !important;
  }
}

.cautionUl li {
  text-align: left;
  list-style: none;
  margin-left: 1em;
  text-indent: -1em;
}

.ggbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
@media screen and (max-width: 768px) {
  .ggbox {
    padding-top: 75%;
  }
}
.ggbox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

#breadcrumbs {
  padding: 1rem 0;
}
#breadcrumbs ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: left;
  align-items: center;
}
#breadcrumbs ul li {
  font-size: 1.2rem;
  line-height: 1;
  list-style: none;
}
#breadcrumbs ul li:first-child::before {
  font-family: "Material Symbols Outlined";
  content: "\e88a";
  vertical-align: middle;
  font-size: 150%;
  font-weight: 200;
}
#breadcrumbs ul li:not(:last-child)::after {
  font-family: "Material Symbols Outlined";
  content: "\e5cc";
  vertical-align: middle;
  font-size: 150%;
  font-weight: 200;
  display: inline-block;
}
#breadcrumbs ul li a {
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #breadcrumbs {
    overflow-x: auto;
  }
  #breadcrumbs ul li {
    white-space: nowrap;
  }
}

#page-skip {
  position: relative;
}
#page-skip a {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(1px 1px 1px 1px);
}

#header {
  background: #f7f7f7;
}
#header .sitehead {
  flex-wrap: nowrap;
  justify-content: right;
  align-items: center;
  padding: 1rem 1.5rem;
}
#header .sitehead .titlebox {
  flex: 1;
}
#header .sitehead .titlebox h1 {
  font-size: 2.4rem;
  line-height: 1.25;
}
#header .sitehead .titlebox h1 a {
  color: #1e1e1e;
}
#header .sitehead .titlebox h1 .produceby {
  justify-content: left;
  flex-wrap: nowrap;
  align-items: center;
}
#header .sitehead .titlebox h1 .produceby a {
  margin-left: 0.5rem;
  font-size: 1.4rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  #header .sitehead .titlebox h1 {
    text-align: center;
    line-height: 1;
  }
}
#header .sitehead .telbox {
  margin-right: 5rem;
}
#header .sitehead .telbox a {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #header .sitehead .telbox {
    display: none;
  }
}
#header .sitehead #subnavi .downloadbox {
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  #header .sitehead #subnavi {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    z-index: 5;
  }
  #header .sitehead #subnavi > * {
    width: 25%;
    line-height: 1;
    font-size: 1.2rem;
    height: 10rem;
  }
  #header .sitehead #subnavi > *.spsitenav, #header .sitehead #subnavi > *.sptelbox {
    font-size: 1.2rem;
    background: #f7f7f7;
    cursor: pointer;
    text-align: center;
  }
  #header .sitehead #subnavi > *.spsitenav:before, #header .sitehead #subnavi > *.sptelbox:before {
    font-family: "Material Symbols Outlined";
    content: "\e5d2";
    vertical-align: middle;
    font-size: 150%;
    font-weight: 200;
    font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
    display: block;
    text-align: center;
    font-size: 4rem;
    margin: 1rem 0;
  }
  #header .sitehead #subnavi > *.spsitenav {
    background: #edbe15;
    color: white;
  }
  #header .sitehead #subnavi > *.sptelbox:before {
    content: "\e0b0";
  }
  #header .sitehead #subnavi > *.contactbox, #header .sitehead #subnavi > *.downloadbox {
    margin: 0;
  }
  #header .sitehead #subnavi > *.contactbox a.btn, #header .sitehead #subnavi > *.downloadbox a.btn {
    padding-right: 0;
    padding-left: 0;
    height: 100%;
    border-radius: 0 !important;
    font-size: 1.2rem;
    text-align: center;
  }
  #header .sitehead #subnavi > *.contactbox a.btn::before, #header .sitehead #subnavi > *.downloadbox a.btn::before {
    display: block;
    text-align: center;
    font-size: 4rem;
    margin: 1rem 0;
    padding-right: 0;
    padding-left: 0;
  }
}
#header #global {
  background: #138cad;
}
#header #global .mainnavi > li {
  position: relative;
  line-height: 1;
}
#header #global .mainnavi > li a {
  padding: 1em 0;
  display: block;
  color: white;
  position: relative;
}
#header #global .mainnavi > li a:hover:after {
  content: "";
  width: 0;
  height: 0;
  border: 0.5em solid transparent;
  border-bottom-color: white;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#header #global .mainnavi > li .submenu {
  display: none;
  position: absolute;
  white-space: nowrap;
  top: 3em;
  left: 50%;
  z-index: 5;
  background: rgba(19, 140, 173, 0.8);
  transform: translateX(-50%);
}
#header #global .mainnavi > li .submenu li {
  padding: 0.5em 1em;
}
#header #global .mainnavi > li .submenu li a:hover::after {
  border-bottom-color: transparent;
  border-left-color: white;
  top: 50%;
  bottom: auto;
  left: -1em;
  transform: translate(0, -50%);
}
#header #global .mainnavi > li .submenu li + li {
  border-top: 1px dotted white;
}
#header #global .mainnavi > li:hover .submenu {
  display: block;
}
#header #global .mainnavi > li.current > a {
  pointer-events: none;
  position: relative;
}
#header #global .mainnavi > li.current > a::after {
  content: "";
  width: 100%;
  height: 0;
  border-bottom: 3px solid white;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #header #global {
    display: none;
  }
  #header #global .mainnavi > li.current > a::after {
    width: 0;
    height: 100%;
    border-bottom: none;
    border-left: 3px solid white;
  }
}
#header #subnavi .contactbox,
#header #subnavi .downloadbox {
  transition: 0.3s;
}
#header #subnavi .contactbox a.btn,
#header #subnavi .downloadbox a.btn {
  border-radius: 6px;
}
#header #subnavi .contactbox a.btn:before,
#header #subnavi .downloadbox a.btn:before {
  font-family: "Material Symbols Outlined";
  content: "\e158";
  vertical-align: middle;
  font-size: 150%;
  font-weight: 200;
  margin-right: 0.25em;
}
#header #subnavi .contactbox a.btn:hover,
#header #subnavi .downloadbox a.btn:hover {
  background: black;
}
#header #subnavi .contactbox a.btn {
  background: #dc841c;
}
#header #subnavi .downloadbox a.btn {
  background: #138cad;
}
#header #subnavi .downloadbox a.btn:before {
  content: "\f090";
}
#header.fixed #subnavi .contactbox a.btn,
#header.fixed #subnavi .downloadbox a.btn {
  border-radius: 6px 0 0 6px;
}
#header.fixed #subnavi .downloadbox {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  #header.fixed #global {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
  }
  #header.fixed #subnavi .contactbox,
  #header.fixed #subnavi .downloadbox {
    position: fixed;
    top: 40%;
    right: 0;
    writing-mode: vertical-rl;
    z-index: 3;
  }
  #header.fixed #subnavi .contactbox a,
  #header.fixed #subnavi .downloadbox a {
    padding: 1em 0.25em;
  }
  #header.fixed #subnavi .contactbox a::after,
  #header.fixed #subnavi .downloadbox a::after {
    margin: 0.25em 0 0 0;
  }
  #header.fixed #subnavi .contactbox {
    transform: translateY(calc(-50% - 1em));
  }
  #header.fixed #subnavi .downloadbox {
    transform: translateY(calc(50% + 1em));
  }
}
@media screen and (max-width: 768px) {
  #header #spsitenav-check:checked ~ #global {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 4;
    background: #edbe15;
    overflow-y: scroll;
    padding-bottom: 10rem;
  }
  #header #spsitenav-check:checked ~ #global .initbox {
    width: 100%;
  }
  #header #spsitenav-check:checked ~ #global .initbox li {
    width: 100%;
    border-bottom: 1px dotted #1e1e1e;
  }
  #header #spsitenav-check:checked ~ #global .initbox li a {
    line-height: 1;
    padding: 1.5em 1em;
    padding-right: 3.5em;
    position: relative;
    color: #1e1e1e;
  }
  #header #spsitenav-check:checked ~ #global .initbox li a::before {
    content: "";
    width: 1.5em;
    height: 1.5em;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 87.3"><path fill="%231E1E1E" d="M75,.35H25L0,43.65l25,43.3h50l25-43.3L75,.35ZM43.03,65.53l-5.66-5.66,16.24-16.24-16.24-16.24,5.66-5.66,21.9,21.9-21.9,21.9Z"/></svg>');
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 2em;
    transform: translateY(-50%);
  }
  #header #spsitenav-check:checked ~ #global .initbox li a:hover::after {
    content: none;
  }
  #header #spsitenav-check:checked ~ #global .initbox li .submenu {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    top: auto;
    left: auto;
    background: #edbe15;
    padding: 0 1em 0.5em 1em;
    transform: translateX(0);
  }
  #header #spsitenav-check:checked ~ #global .initbox li .submenu li {
    padding: 0;
    width: calc((100% - 0.5rem) / 2);
    border: none;
    margin-bottom: 0.5rem;
  }
  #header #spsitenav-check:checked ~ #global .initbox li .submenu li a {
    padding: 1em 0;
    font-size: 1.2rem;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
  }
  #header #spsitenav-check:checked ~ #global .initbox li .submenu li a::before {
    content: none;
  }
  #header #spsitenav-check:checked ~ #global .initbox li .submenu li + li {
    border-top: none;
  }
}

#contents {
  /*
  .conversionbox {
  	.flex {
  		border: 1px solid white(0.5);
  		padding: 1.5em;
  		flex-wrap: nowrap;
  		align-items: center;
  		&::before {
  			content: 'Contact Us';
  			font-weight: bold;
  			font-size: 3rem;
  			width: 7em;
  		}
  		.leftbox { flex: 1; }
  		.rightbox {
  			white-space: nowrap;
  			margin-left: 3em;
  		}
  	}
  }
  */
}
@media screen and (max-width: 768px) {
  #contents {
    overflow: hidden;
  }
}
#contents h2.pagetitle {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12rem;
  color: white;
  background-image: url(../img/common/pagetitle.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0 6px rgba(30, 30, 30, 0.3);
  margin-bottom: 0.5rem;
}
#contents h3 {
  font-size: 3rem;
  margin-bottom: 1em;
  line-height: 1.5;
}
#contents h3 .bgtitle {
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
}
#contents h3 .bgtitle::before {
  content: attr(data-title) "";
  display: block;
  text-align: center;
  font-size: 1.6rem;
  color: #dc841c;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  #contents h3 {
    font-size: 2.4rem;
  }
}
#contents h4 {
  font-size: 2.4rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #contents h4 {
    font-size: 2rem;
    margin-bottom: 0.5em;
  }
}
#contents h5 {
  font-size: 1.8rem;
  margin-bottom: 1em;
}
#contents h6 {
  font-size: 1.6rem;
}
#contents picture:not(.noradius) {
  display: block;
  border-radius: 1em;
  overflow: hidden;
}
#contents .linetitle {
  position: relative;
}
#contents .linetitle::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #138cad, rgba(8, 57, 71, 0));
}
#contents .itemlists {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
@media screen and (max-width: 768px) {
  #contents .itemlists {
    justify-content: space-between;
  }
}
#contents .itemlists li {
  margin-bottom: 2rem;
  line-height: 1.5;
}
#contents .itemlists li .imagebox picture {
  border-radius: 0;
}
#contents .itemlists li .textbox {
  background: white;
}
#contents .itemlists li a {
  display: block;
  position: relative;
  padding-right: 1.25em;
}
#contents .itemlists li a::after {
  position: absolute;
  top: 0.3rem;
  right: 0;
}
#contents .itemlists li a h6 + div {
  margin-top: 0.5rem;
}
#contents .itemlists li a .detail {
  display: flex;
  flex-wrap: nowrap;
  justify-content: left;
  position: relative;
  font-size: 1.4rem;
}
#contents .itemlists li a .detail::before {
  content: attr(data-detail) "：";
  min-width: 4em;
}
#contents .itemlists.s5 li {
  width: calc((100% - 4rem) / 5);
}
#contents .itemlists.s5 li:not(:nth-child(5n)) {
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  #contents .itemlists.s5 li {
    width: 48%;
    margin-right: 0 !important;
  }
}
#contents .itemlists.s4 li {
  width: calc((100% - 3rem) / 4);
}
#contents .itemlists.s4 li:not(:nth-child(4n)) {
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  #contents .itemlists.s4 li {
    width: 48%;
    margin-right: 0 !important;
  }
}
#contents .itemlists.s3 li {
  width: calc((100% - 2rem) / 3);
}
#contents .itemlists.s3 li:not(:nth-child(3n)) {
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  #contents .itemlists.s3 li {
    width: 100%;
    margin-right: 0 !important;
  }
}
#contents .itemlists.border li {
  border: 1px solid rgba(30, 30, 30, 0.25);
  border-radius: 1em;
  overflow: hidden;
}
#contents .itemlists.border li .textbox {
  padding: 0.5em 1em 1em 1em;
}
#contents .itemlists.unit li {
  text-align: center;
  position: relative;
  border-radius: 1em;
  overflow: hidden;
}
#contents .itemlists.unit li .imagebox picture {
  aspect-ratio: 4/3;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #contents .itemlists.unit li .imagebox picture {
    aspect-ratio: 2/3;
  }
}
#contents .itemlists.unit li .imagebox picture img {
  width: 100%;
  height: 100%;
  margin-bottom: 0.5em;
  -o-object-fit: cover;
     object-fit: cover;
}
#contents .itemlists.unit li .textbox {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  width: calc(100% - 2rem);
  padding: 0.5em 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 1em;
  z-index: 1;
}
#contents .itemlists.unit li .textbox a {
  display: block;
}
#contents .itemlists.unit li .textbox a.icon-s {
  position: relative;
  padding: 0 1.5em;
}
#contents .itemlists.unit li .textbox a.icon-s::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
#contents .itemlists.unit li::after {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(30, 30, 30, 0.2);
  position: absolute;
  bottom: 1.5em;
  left: 0;
  z-index: -1;
  filter: blur(0.5em);
}
#contents .postlists > .flexwrap,
#contents .postlists > .flex {
  border: 1px solid rgba(30, 30, 30, 0.5);
  border-radius: 1rem;
  margin-bottom: 2rem;
  overflow: hidden;
}
#contents .postlists > .flexwrap .imagebox picture,
#contents .postlists > .flex .imagebox picture {
  height: 100%;
  border-radius: 0;
}
#contents .postlists > .flexwrap .imagebox picture img,
#contents .postlists > .flex .imagebox picture img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
#contents .postlists > .flexwrap .textbox,
#contents .postlists > .flex .textbox {
  padding: 1em;
  padding-left: 0;
}
#contents .postlists > .flexwrap {
  transition: 0.5s;
}
#contents .postlists > .flexwrap:hover {
  border-color: rgba(30, 30, 30, 0.3);
  transform: translateY(-5px);
  box-shadow: 0 0 6px rgba(30, 30, 30, 0.3);
}
#contents .postlists > .flexwrap:hover a .imagebox img {
  transform: scale(1.1);
}
#contents .designtable1 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#contents .designtable1 colgroup col.col30 {
  width: 30%;
}
#contents .designtable1 colgroup col.col10 {
  width: 10%;
}
#contents .designtable1 tbody tr {
  border-bottom: 1px solid rgba(30, 30, 30, 0.5);
}
#contents .designtable1 tbody tr:nth-child(odd) {
  background-color: #f7f7f7;
}
#contents .designtable1 tbody tr:last-child {
  border-bottom-width: 2px;
}
#contents .designtable1 tbody tr td {
  padding: 0.5em 0;
  text-align: center;
}
#contents .designtable1:has(thead) thead tr th {
  border-top: 2px solid rgba(30, 30, 30, 0.5);
  padding: 0.5em 0;
  text-align: center;
  border-bottom: 2px solid rgba(30, 30, 30, 0.5);
  background: #138cad;
  color: white;
}
#contents .designtable1:not(:has(thead)) tbody tr:first-child {
  border-top: 2px solid rgba(30, 30, 30, 0.5);
}
#contents .designtable1:not(:has(thead)) tbody tr td {
  text-align: left;
}
#contents .designtable2 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 2px solid #138cad;
}
#contents .designtable2 tbody tr td {
  padding: 0.5em 1em;
  border-bottom: 1px dotted #138cad;
}
#contents .designtable2 tbody tr:last-child td {
  border-bottom: none;
}
#contents .designtable2:has(thead) thead tr th {
  padding: 0.5em 0;
  text-align: center;
  border-right: 1px solid white;
  border-bottom: 2px solid #138cad;
  background: #138cad;
  color: white;
}
#contents .designtable2:has(thead) thead tr:last-child th {
  border-right: none;
}
#contents .designtable2:has(thead) tbody tr th,
#contents .designtable2:has(thead) tbody tr td:first-child {
  border-right: 1px dotted #138cad;
  border-bottom: 1px dotted #138cad;
}
#contents .designtable2:has(thead) tbody tr td:not(:last-child) {
  border-right: 1px dotted #138cad;
}
#contents .designtable2:has(thead) tbody tr:nth-child(2n+1) {
  background: rgba(19, 140, 173, 0.1);
}
#contents .designtable2:not(:has(thead)) tbody tr th {
  padding: 0.5em 1em;
  border-bottom: 1px dotted white;
  border-right: 1px solid #138cad;
  background: #138cad;
  color: white;
  width: 25%;
}
#contents .designtable2:not(:has(thead)) tbody tr td {
  text-align: left;
}
#contents .designtable2:not(:has(thead)) tbody tr:nth-child(2n+1) {
  background: rgba(19, 140, 173, 0.1);
}
@media screen and (max-width: 768px) {
  #contents .spscrolltablebox {
    overflow-x: scroll;
  }
  #contents .spscrolltablebox table {
    width: 100%;
    min-width: 600px;
    margin-bottom: 1em;
  }
}
#contents .faqdl {
  border: 1px solid rgba(30, 30, 30, 0.3);
  border-radius: 1rem;
  padding: 1.5em;
  background: white;
}
#contents .faqdl dt {
  padding-left: 1.5em;
  color: #138cad;
  padding-bottom: 0.5rem;
  border-bottom: 1px dotted rgba(30, 30, 30, 0.5);
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
}
#contents .faqdl dt::before {
  content: "Q.";
  font-weight: 500;
  top: -0.25em;
  left: 0;
}
#contents .faqdl dd {
  padding-left: 3em;
  position: relative;
}
#contents .faqdl dd::before {
  content: "A.";
  font-weight: 400;
  top: -0.35em;
  left: 1em;
}
#contents .faqdl dt::before,
#contents .faqdl dd::before {
  font-family: "Roboto Flex", serif;
  font-optical-sizing: auto;
  font-style: italic;
  font-size: 2.4rem;
  position: absolute;
}
#contents .faqdl + .faqdl {
  margin-top: 1rem;
}
#contents .relatedinfobox {
  margin-top: 3rem;
  background: #f7f7f7;
  padding: 1em;
  border-radius: 6px;
}
#contents .relatedinfobox::before {
  content: "関連情報";
  display: block;
  font-weight: bold;
  margin-bottom: 0.5em;
}
#contents .relatedinfobox ul li a {
  display: block;
  position: relative;
  z-index: 1;
  padding: 0.25em 0;
}
#contents .relatedinfobox ul li a span {
  display: inline-block;
  background: #f7f7f7;
  padding-right: 1em;
}
#contents .relatedinfobox ul li a::before, #contents .relatedinfobox ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#contents .relatedinfobox ul li a::before {
  left: 0;
  display: block;
  width: calc(100% - 2em);
  height: 0;
  border-bottom: 1px dotted #1e1e1e;
  z-index: -1;
}
#contents .relatedinfobox ul li a::after {
  right: 0;
  width: 1.5em;
  height: 1.5em;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 87.3"><path fill="%231E1E1E" d="M75,.35H25L0,43.65l25,43.3h50l25-43.3L75,.35ZM43.03,65.53l-5.66-5.66,16.24-16.24-16.24-16.24,5.66-5.66,21.9,21.9-21.9,21.9Z"/></svg>');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
#contents .relatedinfobox ul li a:hover::before {
  border-bottom-color: #dc841c;
}
#contents .relatedinfobox ul li a:hover::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 87.3"><path fill="%23DC841C" d="M75,.35H25L0,43.65l25,43.3h50l25-43.3L75,.35ZM43.03,65.53l-5.66-5.66,16.24-16.24-16.24-16.24,5.66-5.66,21.9,21.9-21.9,21.9Z"/></svg>');
}
#contents #footcontent {
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  #contents #footcontent {
    padding: 3rem 0 5rem;
  }
}
#contents #footcontent h4,
#contents #footcontent h3 {
  color: #138cad;
  margin-bottom: 0.5em;
}
#contents #footcontent h4::before,
#contents #footcontent h3::before {
  font-family: "Material Symbols Outlined";
  content: "\f567";
  vertical-align: middle;
  font-size: 150%;
  font-weight: 200;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}
@media screen and (max-width: 768px) {
  #contents #footcontent h4,
  #contents #footcontent h3 {
    text-align: center;
  }
  #contents #footcontent h4::before,
  #contents #footcontent h3::before {
    display: block;
    font-size: 8rem;
    line-height: 1;
  }
}
#contents #footcontent h4 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #contents #footcontent h4 {
    font-size: 2rem;
  }
}
#contents #footcontent .flex {
  align-items: center;
}
#contents #footcontent .flex .contactbox a,
#contents #footcontent .flex .downloadbox a {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1em 0;
  text-align: center;
}
#contents #footcontent .flex .contactbox a:before,
#contents #footcontent .flex .downloadbox a:before {
  font-family: "Material Symbols Outlined";
  content: "\e158";
  vertical-align: middle;
  font-size: 150%;
  font-weight: 200;
  margin-right: 0.25em;
}
#contents #footcontent .flex .downloadbox a {
  background: #138cad;
}
#contents #footcontent .flex .downloadbox a:before {
  content: "\f090";
}
#contents #footcontent .flex .downloadbox a:hover {
  background: black;
}
#contents #footcontent .flex .telbox a {
  color: #dc841c;
}
@media screen and (max-width: 768px) {
  #contents #footcontent .flex {
    flex-wrap: wrap;
  }
  #contents #footcontent .flex .telbox,
  #contents #footcontent .flex .contactbox,
  #contents #footcontent .flex .downloadbox {
    width: 100%;
  }
}
#contents .slick_autoplay5 .slick-prev,
#contents .slick_autoplay5 .slick-next,
#contents .slick_autoplay .slick-prev,
#contents .slick_autoplay .slick-next {
  width: 5rem;
  height: 5rem;
  z-index: 1;
}
#contents .slick_autoplay5 .slick-prev::before,
#contents .slick_autoplay5 .slick-next::before,
#contents .slick_autoplay .slick-prev::before,
#contents .slick_autoplay .slick-next::before {
  color: #138cad;
  text-align: center;
}
#contents .slick_autoplay5 .slick-prev,
#contents .slick_autoplay .slick-prev {
  left: -3rem;
}
#contents .slick_autoplay5 .slick-prev::before,
#contents .slick_autoplay .slick-prev::before {
  font-family: "Material Symbols Outlined";
  content: "\eaa7";
  vertical-align: middle;
  font-size: 150%;
  font-weight: 200;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  font-size: 5rem;
}
#contents .slick_autoplay5 .slick-next,
#contents .slick_autoplay .slick-next {
  right: -3rem;
}
#contents .slick_autoplay5 .slick-next::before,
#contents .slick_autoplay .slick-next::before {
  font-family: "Material Symbols Outlined";
  content: "\eaaa";
  vertical-align: middle;
  font-size: 150%;
  font-weight: 200;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  font-size: 5rem;
}
#contents .slick_autoplay5.type1 .slick-slide,
#contents .slick_autoplay.type1 .slick-slide {
  margin: 0 1rem;
  text-align: center;
}
#contents .slick_autoplay5.type1 .slick-slide .imagebox,
#contents .slick_autoplay.type1 .slick-slide .imagebox {
  margin-bottom: 0.5rem;
}
#contents .slick_autoplay5.type1 .slick-slide .imagebox picture,
#contents .slick_autoplay.type1 .slick-slide .imagebox picture {
  aspect-ratio: 4/3;
}
#contents .slick_autoplay5.type1 .slick-slide .imagebox picture img,
#contents .slick_autoplay.type1 .slick-slide .imagebox picture img {
  width: 100%;
  height: 100%;
  margin-bottom: 0.5em;
  -o-object-fit: cover;
     object-fit: cover;
}
#contents .slick_autoplay5.type2 .slick-slide,
#contents .slick_autoplay.type2 .slick-slide {
  margin: 0 1rem;
  text-align: center;
  position: relative;
  border-radius: 1em;
  overflow: hidden;
}
#contents .slick_autoplay5.type2 .slick-slide .imagebox,
#contents .slick_autoplay.type2 .slick-slide .imagebox {
  margin-bottom: 2em;
}
#contents .slick_autoplay5.type2 .slick-slide .imagebox picture,
#contents .slick_autoplay.type2 .slick-slide .imagebox picture {
  aspect-ratio: 4/3;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #contents .slick_autoplay5.type2 .slick-slide .imagebox picture,
  #contents .slick_autoplay.type2 .slick-slide .imagebox picture {
    aspect-ratio: 2/3;
  }
}
#contents .slick_autoplay5.type2 .slick-slide .imagebox picture img,
#contents .slick_autoplay.type2 .slick-slide .imagebox picture img {
  width: 100%;
  height: 100%;
  margin-bottom: 0.5em;
  -o-object-fit: cover;
     object-fit: cover;
}
#contents .slick_autoplay5.type2 .slick-slide .textbox,
#contents .slick_autoplay.type2 .slick-slide .textbox {
  position: absolute;
  left: 1rem;
  bottom: calc(2em + 1rem);
  width: calc(100% - 2rem);
  padding: 0.5em 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 1em;
  z-index: 1;
}
#contents .slick_autoplay5.type2 .slick-slide .textbox a,
#contents .slick_autoplay.type2 .slick-slide .textbox a {
  display: block;
}
#contents .slick_autoplay5.type2 .slick-slide::after,
#contents .slick_autoplay.type2 .slick-slide::after {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(30, 30, 30, 0.2);
  position: absolute;
  bottom: 1.5em;
  left: 0;
  z-index: -1;
  filter: blur(0.5em);
}
#contents .pagecontent {
  margin-top: 3rem;
  /*	margin-bottom: 50vh; */
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#contents .pagecontent__menu {
  /*
  position: sticky;
  top: 0;
  height: 50vh;
  */
  display: block;
  width: 25%;
  max-width: 25rem;
}
#contents .pagecontent__menu li:not(:last-child) {
  margin-bottom: 1rem;
}
#contents .pagecontent__menu li a {
  display: block;
}
#contents .pagecontent__menu li.banner a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 8rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  color: white;
  font-weight: bold;
  text-shadow: 0 0 3px rgba(30, 30, 30, 0.5);
  position: relative;
  transition: 0.3s;
}
#contents .pagecontent__menu li.banner a::before {
  content: "";
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  position: absolute;
  top: 2px;
  left: 2px;
}
#contents .pagecontent__menu li.banner a::after {
  content: "";
  width: 1.25em;
  height: 1.25em;
  display: block;
  margin-left: 0.25em;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 87.3"><path fill="%23FFFFFF" d="M75,.35H25L0,43.65l25,43.3h50l25-43.3L75,.35ZM43.03,65.53l-5.66-5.66,16.24-16.24-16.24-16.24,5.66-5.66,21.9,21.9-21.9,21.9Z"/></svg>');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
#contents .pagecontent__menu li.banner a:hover {
  transform: translateX(3px);
}
#contents .pagecontent__menu li.banner a:hover::before {
  border-color: rgba(255, 255, 255, 0.75);
}
#contents .pagecontent__menu li.banner a:hover::after {
  margin-left: 0.5em;
}
#contents .pagecontent__menu li.banner a.contact {
  background-image: url(../img/common/banner/contact.jpg);
}
#contents .pagecontent__menu li.banner a.download {
  background-image: url(../img/common/banner/download.jpg);
}
#contents .pagecontent__menu li.banner a.company {
  background-image: url(../img/common/banner/company.jpg);
}
#contents .pagecontent__menu li.banner a.youtube {
  background-color: #ff0033;
}
#contents .pagecontent__menu li.text > a {
  display: block;
  padding: 1rem 2rem;
  color: white;
  font-weight: bold;
  text-shadow: 0 0 3px rgba(30, 30, 30, 0.5);
}
#contents .pagecontent__menu li.text > a::after {
  font-family: "Material Symbols Outlined";
  content: "\f591";
  vertical-align: middle;
  font-size: 150%;
  font-weight: 200;
  margin-left: 0.25em;
  line-height: 1;
}
#contents .pagecontent__menu li.text > a:hover::after {
  margin-left: 0.5em;
}
#contents .pagecontent__menu li.text > a.shape {
  background-color: #138cad;
}
#contents .pagecontent__menu li.text > a.shape + ul {
  border: 1px solid #138cad;
}
#contents .pagecontent__menu li.text > a.shape + ul a:hover {
  color: #138cad;
}
#contents .pagecontent__menu li.text > a.material {
  background-color: #dc841c;
}
#contents .pagecontent__menu li.text > a.material + ul {
  border: 1px solid #dc841c;
}
#contents .pagecontent__menu li.text > a + ul {
  padding-top: 1rem;
}
#contents .pagecontent__menu li.text > a + ul li {
  font-size: 1.4rem;
  padding: 0 1rem 1rem 1rem;
  margin-bottom: 0;
}
#contents .pagecontent__menu li.text > a + ul li:not(:last-child) a {
  border-bottom: 1px dotted #1e1e1e;
}
#contents .pagecontent__init {
  min-height: 100vh;
  flex: 1;
  padding-left: 5rem;
}
#contents .pagecontent * {
  /* slick対策 */
  min-height: 0;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  #contents .pagecontent {
    flex-wrap: wrap;
    margin-bottom: 5rem;
  }
  #contents .pagecontent__menu {
    width: 100%;
    height: auto;
    order: 2;
    position: relative;
    top: auto;
    max-width: unset;
  }
  #contents .pagecontent__init {
    min-height: unset;
    padding-left: 0;
    flex: auto;
    width: 100%;
    order: 1;
    margin-bottom: 4rem;
  }
}
#contents .navigation.pagination {
  text-align: center;
  margin-top: 3rem;
}
#contents .navigation.pagination .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
#contents .navigation.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
#contents .navigation.pagination .nav-links .page-numbers {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.5em;
}
@media screen and (max-width: 768px) {
  #contents .navigation.pagination .nav-links .page-numbers {
    margin: 0 0.5rem;
  }
}
#contents .navigation.pagination .nav-links .page-numbers.current {
  background: #138cad;
  color: white;
}
#contents .navigation.pagination .nav-links .page-numbers.dots {
  background: none;
}
#contents .navigation.pagination .nav-links a:hover {
  background: black;
  color: white;
}

#footer {
  padding: 6rem 0;
  background: #f7f7f7;
  /*	font-size: 1.3rem; */
}
#footer a:hover {
  color: black;
}
#footer .flex .textbox {
  flex: 1;
  margin-right: 10rem;
}
#footer .flex .textbox h1 {
  font-size: 1.8rem;
  margin-bottom: 1em;
}
#footer .flex .textbox > * {
  display: block;
}
#footer .flex .textbox .telno,
#footer .flex .textbox .faxno {
  white-space: nowrap;
  display: inline-block;
}
#footer .flex .textbox .telno {
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  #footer .flex .textbox .telno {
    margin-right: 0;
  }
}
#footer .flex .footernav #pagetopbtn {
  position: fixed;
  right: -5rem;
  bottom: 3em;
  transition: 0.5s;
  z-index: 1;
}
#footer .flex .footernav #pagetopbtn a {
  width: 4rem;
  height: 4rem;
  background: #138cad;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 1;
  color: #138cad;
  font-size: 1.2rem;
}
#footer .flex .footernav #pagetopbtn a::before {
  font-family: "Material Symbols Outlined";
  content: "\e5d8";
  vertical-align: middle;
  font-size: 150%;
  font-weight: 200;
  color: white;
  display: block;
  line-height: 4rem;
}
#footer .flex .footernav #pagetopbtn a:hover::before {
  transform: translateY(-5px);
}
#footer .flex .footernav #pagetopbtn.fixed {
  right: 1em;
}
@media screen and (max-width: 768px) {
  #footer .flex .footernav #pagetopbtn {
    bottom: calc(10rem + 3em);
  }
}
#footer .flex .footernav > .flex ul {
  margin-left: 8rem;
  /*
  &::before {
  	color: subcolor1(1);
  	margin-bottom: 0.5em;
  	font-size: 1.4rem;
  }
  &.services::before {
  	content: 'Services';
  }
  &.productexamples::before {
  	content: 'Product Examples';
  }
  &.information::before {
  	content: 'Information';
  }
  */
}
#footer .flex .footernav > .flex ul li a::before {
  font-family: "Material Symbols Outlined";
  content: "\e5cc";
  vertical-align: middle;
  font-size: 150%;
  font-weight: 200;
  margin-right: 0.25em;
  line-height: 1;
  font-size: 100%;
}
#footer .flex .footernav > .flex ul li ul {
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  #footer .flex .footernav > .flex ul {
    margin-left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
  }
  #footer .flex .footernav > .flex ul::before {
    width: 100%;
  }
  #footer .flex .footernav > .flex ul li {
    margin-right: 1em;
  }
}
@media screen and (max-width: 768px) {
  #footer .flex .footernav {
    margin-bottom: 10rem;
  }
}/*# sourceMappingURL=style.css.map */