@media screen and (max-width: 768px) {
  html {
    font-size: 3.3vw;
  }
}
@media screen and (min-width: 769px) {
  html {
    font-size: 1em;
  }
}
.hover-transition {
  transition: all 0.5s;
}
.hover-transition:hover {
  opacity: 0.8;
}
.center-block {
  left: 50%;
  transform: translate(-50%, 0);
}
.font-mincho {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}
.font-gothic {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}
.font-caption {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font-title {
  font-family: "WindSong", cursive;
  font-weight: 400;
  font-style: normal;
}
.font-alphabet {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}
body h2 {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body section > h1 {
  font-family: "WindSong", cursive;
  font-weight: 400;
  font-style: normal;
}
body footer {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  body.top.japanese main #cover h2 {
    width: 1em;
    margin: 1em auto;
  }
}
body {
  margin: 0;
  padding: 10em 0 0;
  background: white;
  color: #333;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 7em;
  }
}
body main,
body footer {
  margin: 0 auto;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  body main,
  body footer {
    margin: 0 1em;
    max-width: none;
  }
}
body main .container,
body footer .container {
  margin: 0 auto;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  body main .container,
  body footer .container {
    margin: 0;
    max-width: none;
  }
}
body.japanese ul.languages li.japanese,
body.english ul.languages li.english,
body.spanish ul.languages li.spanish {
  border-color: #c33;
}
body header {
  padding: 1em 0;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  body header {
    width: 100vw;
  }
}
@media screen and (max-width: 768px) {
  body header {
    background-color: white;
  }
}
body header > div {
  padding-top: 2em;
  position: relative;
}
body header nav.languages {
  position: absolute;
  top: 1em;
  left: 1em;
}
body header nav.languages ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body header nav.languages ul li {
  display: inline;
  font-size: 0.7em;
  padding: 0.25em 1em;
  margin: 0 0.5em;
  border: thin solid #333;
}
@media screen and (min-width: 769px) {
  body header nav.languages ul li {
    font-size: 0.5em;
  }
}
body header nav.languages ul li a {
  color: #333;
  text-decoration: none;
}
body header nav.menu > a {
  z-index: 2;
  position: absolute;
  top: 1em;
  right: 1em;
  text-decoration: none;
  color: transparent;
  display: inline-block;
  font-size: 1em;
  width: 1.5em;
  height: 1.5em;
  border-top: thin solid #333;
  border-bottom: thin solid #333;
  margin: 0.5em 0;
  line-height: 1;
  box-sizing: border-box;
  transition: border-color 0.5s;
}
body header nav.menu > a:before,
body header nav.menu > a:after {
  content: '';
  display: inline-block;
  height: 1px;
  width: 100%;
  border-top: thin solid #333;
  position: absolute;
  top: 0.6em;
  left: 0;
  transition: transform 0.5s;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  body header nav.menu > a {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  body header nav.menu > div {
    display: none;
    opacity: 0;
    transition: opacity 0.5s;
    top: 0;
    left: 0;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: white;
  }
  body header nav.menu > div ul {
    list-style: none;
    padding: 0;
    margin: 6em 0;
  }
  body header nav.menu > div ul li {
    font-size: 1em;
    line-height: 3;
  }
  body header nav.menu > div ul li a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
  }
  body header nav.menu.open > a {
    border-color: rgba(0, 0, 0, 0);
  }
  body header nav.menu.open > a:before {
    transform: rotate(405deg);
  }
  body header nav.menu.open > a:after {
    transform: rotate(495deg);
  }
  body header nav.menu.open > div {
    display: block;
    opacity: 1;
  }
}
@media screen and (min-width: 769px) {
  body header nav.menu ul {
    list-style: none;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-weight: bold;
    font-size: 0.75em;
  }
  body header nav.menu ul li {
    display: inline-block;
    width: 20%;
  }
  body header nav.menu ul li a {
    color: #333;
    text-decoration: none;
  }
}
body header .logo {
  margin-top: 0;
}
body header .logo img {
  width: 2em;
  height: auto;
}
body header h1 {
  background: url('company.png') no-repeat center / auto 1em;
  font-size: 0.5em;
  color: transparent;
  margin: 0;
}
@supports (background-image: url('company.svg')) {
  body header h1 {
    background-image: url('company.svg');
  }
}
body.japanese nav.languages li.japanese,
body.english nav.languages li.english,
body.spanish nav.languages li.spanish {
  border-color: #c33;
}
body section {
  position: relative;
  padding: 2em 0.5em;
  text-align: center;
}
body section h1 {
  text-align: center;
  font-size: 3em;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 50"><ellipse cx="50" cy="25" rx="50" ry="25" fill="%2328a745"/></svg>') no-repeat bottom / 0.7em 0.3em;
}
body section h3 {
  border-bottom: thin solid #333;
  font-size: 1.5em;
  font-weight: bold;
  text-align: left;
  position: relative;
  margin: 1em 0;
}
body section h3:has(small) {
  margin: 1em 0 3em;
}
body section h3 small {
  display: block;
  position: absolute;
  bottom: -1.5em;
}
body .nowrap span {
  white-space: nowrap;
}
body.top #cover {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #ffffff 100%), url('top_cover.jpg') no-repeat center / cover;
  padding: 0;
  position: relative;
  margin-bottom: 5em;
}
body.top #cover h2 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  width: auto;
  margin: 5em 0 4em;
  font-size: 2em;
  display: inline-block;
  height: auto;
  text-align: center;
  color: #333;
  text-shadow: -1px -1px 0 #eee, 1px -1px 0 #eee, -1px 1px 0 #eee, 1px 1px 0 #eee;
  color: white;
  text-shadow: -1px -1px 0 #ddd, 1px -1px 0 #ddd, -1px 1px 0 #ddd, 1px 1px 0 #ddd;
}
body.top #cover.japanese h2 {
  width: 1em;
  margin: 0;
}
body.top #cover .seed {
  position: absolute;
  display: block;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  padding: 2em;
}
@media screen and (min-width: 769px) {
  body.top #cover .seed {
    bottom: -4em;
  }
}
@media screen and (max-width: 768px) {
  body.top #cover .seed {
    bottom: -6em;
  }
}
body.top #cover .seed img {
  filter: drop-shadow(0 1em rgba(224, 224, 224, 0.5));
  width: 7em;
  height: auto;
}
body.top #main-copy {
  text-align: left;
}
body.top #main-copy h2 {
  text-align: center;
  font-size: 2em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}
body.top #main-content {
  text-align: left;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url('top_background2.jpg') no-repeat center / cover;
}
body.top #main-content h2 {
  font-size: 2.25em;
  font-weight: normal;
  text-align: center;
  line-height: 1;
}
body.top #main-content > ul {
  list-style: none;
  text-align: center;
  padding: 0;
}
@media screen and (max-width: 768px) {
  body.top #main-content > ul {
    padding: 0 0.5em;
  }
}
body.top #main-content > ul > li {
  display: inline-block;
  width: 40%;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: top;
}
body.top #main-content > ul > li:nth-child(2) {
  width: 20%;
  font-size: 5vw;
  font-weight: bold;
  vertical-align: middle;
  line-height: 3;
}
@media screen and (max-width: 768px) {
  body.top #main-content > ul > li:nth-child(2) {
    line-height: 10;
  }
}
body.top #main-content > ul > li p {
  margin: 1em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  line-height: 1em;
  height: 2em;
}
@media screen and (max-width: 768px) {
  body.top #main-content > ul > li p {
    height: 3em;
  }
}
body.top #main-content > ul > li dl dt {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.5em;
  text-align: center;
}
body.top #main-content > ul > li dl dt small {
  display: block;
}
body.top #main-content > ul > li dl dd {
  text-align: left;
  font-size: 0.8em;
}
body.top #main-content > ul > li dl dd ul {
  list-style: none;
  padding: 0;
}
body.top #main-content > ul > li dl dd ul li {
  border: thin solid #aaa;
  margin-top: 0.25em;
  line-height: 1;
  padding: 0.5em;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  position: relative;
}
body.top #main-content > ul > li dl dd ul li:has(small) {
  padding-right: 50%;
}
body.top #main-content > ul > li dl dd ul li small {
  display: inline-block;
  position: absolute;
  right: 0;
  font-size: 0.75em;
  font-weight: normal;
  line-height: 1;
  width: 50%;
  text-align: left;
}
body.top #main-content > ul > li dl dt,
body.top #main-content > ul > li dl dd {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
}
body.top #main-content > ul > li dl small {
  display: block;
}
body.top #main-content > p {
  margin: 0;
  text-align: center;
  font-weight: bold;
}
body.top #main-cycle {
  background: url('background-recycle.svg') no-repeat center / contain;
}
body.top #main-cycle > ul {
  list-style: none;
  padding: 0;
}
body.top #main-cycle > ul > li {
  text-align: left;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  width: 50%;
  padding: 0.5em;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  body.top #main-cycle > ul > li {
    width: 37%;
  }
  body.top #main-cycle > ul > li:nth-child(2n+1) {
    margin-right: 10%;
  }
  body.top #main-cycle > ul > li:nth-child(2n+2) {
    margin-left: 10%;
  }
}
body.top #main-cycle > ul > li img {
  width: 100%;
  height: auto;
}
body.top #main-cycle > ul > li ul {
  list-style: none;
  padding: 0;
}
body.top #main-cycle > ul > li ul li {
  padding: 0 0 0 1em;
}
body.top #main-cycle > ul > li ul li:before {
  content: '●';
  margin-left: -1em;
}
body.top #main-service h2 {
  font-size: 2em;
  font-weight: normal;
}
body.top #main-service img {
  width: 100%;
  height: auto;
}
body.top #main-service ul {
  list-style: none;
  padding: 0;
}
body.top #main-service ul li {
  padding: 6em 0 0;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.5em;
  vertical-align: top;
  text-align: center;
  display: inline-block;
  width: 33%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 5em;
}
@media screen and (min-width: 769px) {
  body.top #main-service ul li:first-child {
    padding-right: 0.5em;
  }
  body.top #main-service ul li:last-child {
    padding-left: 0.5em;
  }
}
body.top #main-service ul li.cycle {
  background-image: url('icon-service-cycle.png');
  color: #4c2800;
}
body.top #main-service ul li.energy {
  background-image: url('icon-service-energy.png');
  color: #ff0b00;
}
body.top #main-service ul li.medical {
  background-image: url('icon-service-medical.png');
  color: #00b975;
}
body.top #main-service ul li figure {
  margin: 1em;
}
body.top #main-service ul li p {
  text-align: left;
  color: #333;
  font-size: 0.8em;
  margin: 0.5em 0;
}
@media screen and (max-width: 768px) {
  body.top #main-service ul li {
    display: block;
    width: 100%;
    background-position: left center;
    background-size: 3em auto;
    padding: 0 0 0 4em;
    text-align: left;
  }
  body.top #main-service ul li figure {
    margin: 0;
  }
}
body.top #main-news,
body.top .popup-news {
  background-color: #e5eef0;
  text-align: left;
}
body.top #main-news h2,
body.top .popup-news h2 {
  font-size: 2em;
  font-weight: normal;
}
body.top #main-news ul,
body.top .popup-news ul {
  list-style: none;
  padding: 0;
  border-bottom: thin solid #333;
}
body.top #main-news ul li,
body.top .popup-news ul li {
  padding: 1em 0;
  border-top: thin solid #aaa;
}
body.top #main-news ul li:first-child,
body.top .popup-news ul li:first-child {
  border-top: thin solid #333;
}
body.top #main-news ul li:has(time) time,
body.top .popup-news ul li:has(time) time {
  font-size: 0.8em;
  color: #aaa;
}
body.top #main-news ul li a,
body.top .popup-news ul li a {
  box-sizing: border-box;
  color: #333;
  display: block;
  width: 100%;
  line-height: 1;
  padding: 1.5em 2em 0 0.5em;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}
body.top #main-news ul li a:hover,
body.top .popup-news ul li a:hover {
  color: #c33;
}
body.top #main-news ul li a:after,
body.top .popup-news ul li a:after {
  content: '';
  position: absolute;
  display: block;
  right: 1em;
  height: 1em;
  width: 1em;
  border: medium solid #333;
  top: 0.75em;
  border-style: solid solid none none;
  transform: rotate(45deg);
}
body.top #main-news ul li a span,
body.top .popup-news ul li a span {
  display: block;
  position: absolute;
  font-weight: bold;
  top: 0;
  left: 0.5em;
}
body.top #main-news ul li.hidden,
body.top .popup-news ul li.hidden {
  display: none;
}
body.top #main-news ul.expand li.hidden,
body.top .popup-news ul.expand li.hidden {
  display: block;
}
body.top #main-news button.more,
body.top .popup-news button.more {
  background-color: black;
  text-decoration: none;
  padding: 1em 2em;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
body.top #main-news button.more:disabled,
body.top .popup-news button.more:disabled {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  body.top #main-news,
  body.top .popup-news {
    padding-bottom: 7em;
  }
  body.top #main-news button.more,
  body.top .popup-news button.more {
    float: right;
    margin-right: 0.5em;
  }
}
body.top #main-about h3.company {
  display: inline-block;
  margin: 1em auto 2.5em;
  font-size: 2em;
  border-bottom: medium solid #28a745;
}
body.top #main-about h3.company small {
  position: absolute;
  display: block;
  max-width: 800px;
  width: 100vw;
  white-space: nowrap;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  body.top #main-about h3.company {
    display: block;
    text-align: center;
    font-size: 1.5em;
  }
}
body.top #main-about p {
  text-align: left;
}
body.top #main-about > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.top #main-about > ul > li {
  vertical-align: top;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  body.top #main-about > ul > li {
    width: 47%;
  }
  body.top #main-about > ul > li:first-child {
    padding-right: 1em;
  }
  body.top #main-about > ul > li:last-child {
    padding-left: 1em;
  }
}
@media screen and (max-width: 768px) {
  body.top #main-about > ul > li {
    width: 100%;
    text-align: left;
    padding: 0;
  }
}
body.top #main-about > ul > li dl dt {
  font-weight: bold;
  font-size: 1.25em;
  margin: 2em 0 1em;
}
body.top #main-about > ul > li dl dd {
  text-align: left;
  margin: 0;
}
body.top #main-about > ul > li dl dd ul {
  list-style: none;
  padding: 0;
}
body.top #main-about > ul > li dl dd ul li {
  padding-left: 1em;
}
body.top #main-about > ul > li dl dd ul li:before {
  content: '■';
  margin-left: -1em;
}
body.top #main-about dl.overview {
  border-bottom: thin solid #aaa;
}
body.top #main-about dl.overview > dt {
  display: inline-block;
  width: 30%;
  font-weight: bold;
  border-top: thin solid #aaa;
  vertical-align: top;
  padding: 1em 0;
}
body.top #main-about dl.overview > dd {
  vertical-align: top;
  display: inline-block;
  width: 70%;
  text-align: left;
  margin: 0;
  border-top: thin solid #aaa;
  padding: 1em 0;
}
body.top #main-about dl.overview > dd dl.members {
  margin: 0;
}
body.top #main-about dl.overview > dd dl.members dt {
  display: inline;
  font-weight: normal;
  font-size: 0.8em;
}
body.top #main-about dl.overview > dd dl.members dd {
  display: inline;
  margin-left: 0;
}
body.top #main-about dl.overview > dd dl.members dd:after {
  content: '';
  display: block;
}
body.top #main-about dl.overview > dd ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
body.top #main-about dl.overview > dd ul li {
  padding-left: 1em;
}
body.top #main-about dl.overview > dd ul li:before {
  content: '・';
  margin-left: -1em;
}
body.top #main-about dl.overview sub {
  vertical-align: bottom;
}
body.top #main-about dl.overview sub:before {
  content: '(';
}
body.top #main-about dl.overview sub:after {
  content: ')';
}
body.top #main-about dl.overview.english > dt {
  text-align: right;
}
body.top #main-about dl.overview.english > dd {
  padding-left: 2em;
  box-sizing: border-box;
}
body.top #main-about dl.overview.english dl.members dt:after {
  content: ':';
}
body.top #main-contact,
body.top .popup-contact-confirm,
body.top .popup-contact-sent {
  background-color: #f0f0f0;
}
body.top #main-contact form dl dt,
body.top .popup-contact-confirm form dl dt,
body.top .popup-contact-sent form dl dt {
  display: inline-block;
  width: 30%;
  text-align: right;
  font-size: 0.8em;
  padding-right: 1em;
  box-sizing: border-box;
  vertical-align: top;
  margin-top: 1em;
}
body.top #main-contact form dl dt:has(+dd>input[required]):after,
body.top .popup-contact-confirm form dl dt:has(+dd>input[required]):after,
body.top .popup-contact-sent form dl dt:has(+dd>input[required]):after,
body.top #main-contact form dl dt:has(+dd>select[required]):after,
body.top .popup-contact-confirm form dl dt:has(+dd>select[required]):after,
body.top .popup-contact-sent form dl dt:has(+dd>select[required]):after,
body.top #main-contact form dl dt:has(+dd>textarea[required]):after,
body.top .popup-contact-confirm form dl dt:has(+dd>textarea[required]):after,
body.top .popup-contact-sent form dl dt:has(+dd>textarea[required]):after {
  content: '※必須';
  display: block;
  font-weight: bold;
  color: #c33;
  font-size: 0.8em;
}
@media screen and (max-width: 768px) {
  body.top #main-contact form dl dt:has(+dd>input[required]):after,
  body.top .popup-contact-confirm form dl dt:has(+dd>input[required]):after,
  body.top .popup-contact-sent form dl dt:has(+dd>input[required]):after,
  body.top #main-contact form dl dt:has(+dd>select[required]):after,
  body.top .popup-contact-confirm form dl dt:has(+dd>select[required]):after,
  body.top .popup-contact-sent form dl dt:has(+dd>select[required]):after,
  body.top #main-contact form dl dt:has(+dd>textarea[required]):after,
  body.top .popup-contact-confirm form dl dt:has(+dd>textarea[required]):after,
  body.top .popup-contact-sent form dl dt:has(+dd>textarea[required]):after {
    float: right;
  }
}
body.top #main-contact form dl dt.english:has(+dd>input[required]):after,
body.top .popup-contact-confirm form dl dt.english:has(+dd>input[required]):after,
body.top .popup-contact-sent form dl dt.english:has(+dd>input[required]):after,
body.top #main-contact form dl dt.english:has(+dd>select[required]):after,
body.top .popup-contact-confirm form dl dt.english:has(+dd>select[required]):after,
body.top .popup-contact-sent form dl dt.english:has(+dd>select[required]):after,
body.top #main-contact form dl dt.english:has(+dd>textarea[required]):after,
body.top .popup-contact-confirm form dl dt.english:has(+dd>textarea[required]):after,
body.top .popup-contact-sent form dl dt.english:has(+dd>textarea[required]):after {
  content: '*Required';
}
@media screen and (max-width: 768px) {
  body.top #main-contact form dl dt,
  body.top .popup-contact-confirm form dl dt,
  body.top .popup-contact-sent form dl dt {
    display: block;
    width: 100%;
    text-align: center;
    background-color: white;
    border: 1px solid #eee;
    padding: 1em;
    border-radius: 5px;
  }
}
body.top #main-contact form dl dd,
body.top .popup-contact-confirm form dl dd,
body.top .popup-contact-sent form dl dd {
  display: inline-block;
  width: 70%;
  text-align: left;
  box-sizing: border-box;
  margin-left: -1em;
  padding-left: 1em;
  vertical-align: top;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  body.top #main-contact form dl dd,
  body.top .popup-contact-confirm form dl dd,
  body.top .popup-contact-sent form dl dd {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
body.top #main-contact form dl dd input,
body.top .popup-contact-confirm form dl dd input,
body.top .popup-contact-sent form dl dd input,
body.top #main-contact form dl dd select,
body.top .popup-contact-confirm form dl dd select,
body.top .popup-contact-sent form dl dd select,
body.top #main-contact form dl dd textarea,
body.top .popup-contact-confirm form dl dd textarea,
body.top .popup-contact-sent form dl dd textarea {
  width: 100%;
  padding: 0.5em;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 5px;
}
body.top #main-contact form dl dd input option:disabled,
body.top .popup-contact-confirm form dl dd input option:disabled,
body.top .popup-contact-sent form dl dd input option:disabled,
body.top #main-contact form dl dd select option:disabled,
body.top .popup-contact-confirm form dl dd select option:disabled,
body.top .popup-contact-sent form dl dd select option:disabled,
body.top #main-contact form dl dd textarea option:disabled,
body.top .popup-contact-confirm form dl dd textarea option:disabled,
body.top .popup-contact-sent form dl dd textarea option:disabled {
  color: #ccc;
}
@media screen and (max-width: 768px) {
  body.top #main-contact form dl dd input,
  body.top .popup-contact-confirm form dl dd input,
  body.top .popup-contact-sent form dl dd input,
  body.top #main-contact form dl dd select,
  body.top .popup-contact-confirm form dl dd select,
  body.top .popup-contact-sent form dl dd select,
  body.top #main-contact form dl dd textarea,
  body.top .popup-contact-confirm form dl dd textarea,
  body.top .popup-contact-sent form dl dd textarea {
    padding: 1em;
  }
}
body.top #main-contact form dl dd .alert,
body.top .popup-contact-confirm form dl dd .alert,
body.top .popup-contact-sent form dl dd .alert {
  color: #c33;
}
body.top #main-contact form dl dd button,
body.top .popup-contact-confirm form dl dd button,
body.top .popup-contact-sent form dl dd button {
  width: 100%;
}
body.top #main-contact form label,
body.top .popup-contact-confirm form label,
body.top .popup-contact-sent form label {
  margin-top: 10px;
  font-weight: bold;
}
body.top #main-contact form .notice,
body.top .popup-contact-confirm form .notice,
body.top .popup-contact-sent form .notice {
  text-align: left;
  font-size: 0.8em;
  margin: 2em 0 0;
}
body.top #main-contact form ul,
body.top .popup-contact-confirm form ul,
body.top .popup-contact-sent form ul {
  list-style: none;
  padding: 0;
  margin: 0 0 2em;
  text-align: left;
  font-size: 0.8em;
}
body.top #main-contact form ul li,
body.top .popup-contact-confirm form ul li,
body.top .popup-contact-sent form ul li {
  margin-top: 10px;
  padding-left: 1em;
  position: relative;
}
body.top #main-contact form ul li:before,
body.top .popup-contact-confirm form ul li:before,
body.top .popup-contact-sent form ul li:before {
  content: '●';
  position: absolute;
  left: 0;
}
body .to-top {
  position: fixed;
  bottom: 1em;
  right: 1em;
  background-color: #28a745;
  color: white;
  border-radius: 50%;
  padding: 1em;
  font-size: 1em;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  transition: all 0.5s;
}
body .to-top:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  body .to-top {
    font-size: 1em;
  }
}
body .to-top a {
  color: transparent;
  border: medium solid white;
  transform: rotate(-45deg);
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  vertical-align: middle;
  border-style: solid solid none none;
  box-sizing: border-box;
}
body .to-top2 {
  position: fixed;
  bottom: 1em;
  right: 1em;
  background: #28a745;
  color: white;
  border: none;
  border-radius: 50%;
  width: 3em;
  height: 3em;
  font-size: 2em;
  line-height: 3;
  text-align: center;
  cursor: pointer;
  transform: rotate(90deg);
  transition: all 0.5s;
}
body .to-top2:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  body .to-top2 {
    font-size: 1em;
  }
}
body .to-top2 a {
  color: white;
  text-decoration: none;
}
body button {
  margin-top: 15px;
  padding: 10px;
  background: #28a745;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  transition: all 0.5s;
}
body button:hover {
  opacity: 0.8;
}
body button:disabled {
  opacity: 0.5;
}
body footer {
  text-align: center;
  padding: 20px;
  margin-top: 20px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 0.75em;
}
body footer nav {
  margin: 2em 0;
}
body footer nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body footer nav ul li {
  display: inline;
  font-weight: bold;
  padding: 0.25em 1em;
  margin: 0 0.5em;
}
body footer nav ul li a {
  color: #333;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  body footer nav {
    display: none;
  }
}
body footer img.logo {
  width: 3em;
  height: 3em;
}
body footer > p {
  margin-top: 0;
  font-weight: bold;
}
body #popup {
  z-index: 3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.5s;
  align-items: center;
  justify-content: center;
  display: none;
}
body #popup section {
  display: none;
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #e5eef0;
  padding: 2em 2em 3em;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  max-width: 800px;
  max-height: 800px;
  width: 80%;
  height: 80%;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  body #popup section {
    width: 90%;
    height: 90%;
  }
}
body #popup section form {
  max-width: 600px;
  margin: 0 auto;
  height: 80%;
  overflow-x: hidden;
  overflow-y: hidden;
}
body #popup section form dl.news {
  border-top: thin solid #333;
  margin: 0 0 2em;
  padding: 2em 0 0;
  display: block;
  overflow: auto;
}
body #popup section form dl.news dt,
body #popup section form dl.news dd {
  display: block;
  max-width: 500px;
  margin: 0 auto;
  padding: 0;
  font-weight: bold;
}
body #popup section form dl.news dt {
  font-weight: bold;
}
body #popup section form:has(dl.contact) {
  overflow-y: auto;
}
body #popup section form dl.contact dt {
  font-weight: bold;
  font-size: 1em;
}
body #popup section form > div {
  background-color: white;
  height: 70%;
  margin: 10% 0 0;
}
body #popup section form > div #popup-content {
  max-width: 500px;
  margin: 0 auto;
  padding: 4em 0;
  height: 80%;
  flex: 1;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  body #popup section form > div #popup-content {
    padding: 1em;
  }
}
body #popup section form > button[type=reset] {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  background: #28a745;
  padding: 0.25em 0.5em;
  color: white;
  border: none;
  font-size: 1.5em;
  cursor: pointer;
  margin: 0;
  padding: 0.5em;
  line-height: 0.5;
}
@media screen and (max-width: 768px) {
  body #popup section p {
    text-align: left;
  }
  body #popup section dl dt:empty {
    display: none;
  }
  body #popup section dl dd {
    margin: 1em 0;
  }
}
body.popup-news,
body.popup-contact-confirm,
body.popup-contact-sent {
  overflow-x: hidden;
  overflow-y: hidden;
}
body.popup-news #popup,
body.popup-contact-confirm #popup,
body.popup-contact-sent #popup {
  display: flex;
  opacity: 1;
}
body.popup-news .popup-news,
body.popup-contact-confirm .popup-contact-confirm,
body.popup-contact-sent .popup-contact-sent {
  display: block!important;
}
