@charset "UTF-8";
/* mixin追加ここから */
/* mixin追加ここまで */
img {
  width: 100%;
}

figure {
  position: relative;
}
figure figcaption {
  position: absolute;
  bottom: 3px;
  left: 5px;
  font-size: 10px;
  text-shadow: 0 0 6px white;
}
figure .wht {
  color: white;
  text-shadow: 0 0 6px black;
}
@media screen and (max-width: 600px) {
  figure .mini {
    font-size: 8px;
    bottom: 0;
  }
}
figure .secomcap {
  left: -35%;
}
@media screen and (max-width: 768px) {
  figure .secomcap {
    left: 3px;
    bottom: -15px;
  }
}

.bg {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.48195) 0.7%, rgba(255, 255, 255, 0.8819502801) 1.5%, rgb(255, 255, 255) 2%);
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .bg {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7819502801) 3%, rgb(255, 255, 255) 4%);
    padding-top: 200px;
  }
}
@media screen and (max-width: 550px) {
  .bg {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1819502801) 2%, rgba(255, 255, 255, 0.7819502801) 4%, rgb(255, 255, 255) 4.5%);
    padding-top: 273px;
  }
}

.mv .mv_wrap {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url("../img/mv.jpg");
  background-size: cover;
  background-position: 70% 100%;
}
.mv .mv_wrap .pagetitle {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 40px;
  letter-spacing: 0.2rem;
  transform: translate(-50%, -50%);
  color: white;
  text-shadow: 0 0 10px black;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .mv .mv_wrap .pagetitle {
    font-size: clamp(58px, 14.5vw, 70px);
  }
}
@media screen and (max-width: 650px) {
  .mv .mv_wrap .pagetitle {
    font-size: 36px;
  }
}
.mv .mv_wrap .cap {
  position: absolute;
  bottom: 5px;
  left: 10px;
  color: white;
  text-shadow: 0 0 2px black;
  font-size: 12px;
}

.el01 {
  margin-bottom: -1px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .el01 {
    padding-bottom: 0;
  }
}
.el01 .wrap {
  margin: 0 auto;
  margin-top: 100px;
}
.el01 .wrap h3 {
  text-align: center;
  padding-bottom: 132px;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .el01 .wrap h3 {
    font-size: 24px;
    line-height: 35px;
    padding-bottom: 70px;
  }
}
.el01 .wrap .pages {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.el01 .wrap .pages button {
  width: 50%;
  background-color: white;
  box-shadow: 0px 0px 11px 2px #d9d3b0 inset;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 0.25em;
  padding: 0 15px;
  transition: all 0.2s;
}
.el01 .wrap .pages button:hover {
  box-shadow: 0px 0px 11px 2px #9e9963 inset;
  text-shadow: 0 0 8px white;
}
@media screen and (max-width: 768px) {
  .el01 .wrap .pages button {
    line-height: 20px;
    letter-spacing: 0.15em;
    font-size: 12px;
    padding: 10px 0;
  }
}
.el01 .wrap .pages .active {
  box-shadow: 0 0 7px 2px #a59e77;
  font-size: 18px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .el01 .wrap .pages .active {
    font-size: 14px;
  }
}
.el01 .wrap .eq_page {
  margin-top: 80px;
}
.el01 .wrap .eq_page .links {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 940px) {
  .el01 .wrap .eq_page .links {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.el01 .wrap .eq_page .links li {
  background-color: white;
  box-shadow: 0px 0px 11px 2px #d9d3b0 inset;
  width: 20%;
}
@media screen and (max-width: 940px) {
  .el01 .wrap .eq_page .links li {
    width: 30%;
  }
}
@media screen and (max-width: 325px) {
  .el01 .wrap .eq_page .links li {
    width: 40%;
  }
}
.el01 .wrap .eq_page .links li a {
  display: block;
  height: 100%;
  font-size: 14px;
  text-align: center;
  padding: 8px 0;
  transition: all 0.2s;
  position: relative;
}
.el01 .wrap .eq_page .links li a span {
  font-size: 11px;
}
@media screen and (max-width: 610px) {
  .el01 .wrap .eq_page .links li a {
    padding-bottom: 15px;
    font-size: 12px;
  }
}
.el01 .wrap .eq_page .links li a::after {
  content: "";
  background-image: url("../img/arrow.png");
  background-size: cover;
  width: 15px;
  height: 10px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  opacity: 0.7;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 610px) {
  .el01 .wrap .eq_page .links li a::after {
    right: inherit;
    left: 50%;
    bottom: 2px;
    width: 10px;
    height: 7px;
  }
}
.el01 .wrap .eq_page .links li a:hover {
  box-shadow: 0px 0px 11px 2px #9e9963 inset;
  text-shadow: 0 0 8px white;
}
.el01 .wrap .eq_page .links .select {
  box-shadow: 0 0 7px 2px #a59e77;
}
.el01 .wrap .eq_page .links .select a {
  pointer-events: none;
  font-size: 16px;
  padding: 5px 0;
}
.el01 .wrap .eq_page .links .select a span {
  font-size: 13px;
}
@media screen and (max-width: 610px) {
  .el01 .wrap .eq_page .links .select a span {
    font-size: 11px;
  }
}
.el01 .wrap .eq_page .links .select a::after {
  display: none;
}
@media screen and (max-width: 610px) {
  .el01 .wrap .eq_page .links .select a {
    padding: 10px 0;
    font-size: 13px;
  }
}
.el01 .wrap .eq_page .links .select a:hover {
  background: unset;
  box-shadow: unset;
}
.el01 .wrap .eq_page .contents .el-mv {
  width: 100%;
  position: relative;
}
.el01 .wrap .eq_page .contents .el-mv p {
  position: absolute;
  bottom: 3px;
  right: 5px;
  font-size: 12px;
  color: white;
  text-shadow: 0 0 8px black;
}
.el01 .wrap .eq_page .title-flex {
  margin-top: 50px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .el01 .wrap .eq_page .title-flex {
    flex-direction: column;
    gap: 20px;
  }
}
.el01 .wrap .eq_page .title-flex .title {
  width: 50%;
}
.el01 .wrap .eq_page .title-flex .title .en {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px 15px;
  font-size: 36px;
  border-bottom: 1px solid rgb(87, 66, 44);
}
@media screen and (max-width: 768px) {
  .el01 .wrap .eq_page .title-flex .title .en {
    font-size: clamp(23px, 6vw, 36px);
    padding-left: 0;
  }
}
.el01 .wrap .eq_page .title-flex .title .en span {
  font-size: 28px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .el01 .wrap .eq_page .title-flex .title .en span {
    font-size: clamp(20px, 5vw, 28px);
  }
}
.el01 .wrap .eq_page .title-flex .title .sub {
  padding-top: 20px;
  padding-left: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .el01 .wrap .eq_page .title-flex .title .sub {
    font-size: clamp(20px, 5vw, 24px);
    line-height: clamp(30px, 7.5vw, 38px);
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .el01 .wrap .eq_page .title-flex .title {
    width: 100%;
  }
}
.el01 .wrap .eq_page .title-flex .right-item {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .el01 .wrap .eq_page .title-flex .right-item {
    width: 100%;
  }
}
.el01 .wrap .eq_page .title-flex .right-item dt {
  margin: 10px 0;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 600px) {
  .el01 .wrap .eq_page .title-flex .right-item dt {
    font-size: 13px;
    font-weight: 600;
    margin: 7px 0;
    line-height: 20px;
  }
}
.el01 .wrap .eq_page .title-flex .right-item dd {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1em;
}
.el01 .wrap .eq_page .title-flex .right-item dd span {
  font-size: 11px;
}
@media screen and (max-width: 600px) {
  .el01 .wrap .eq_page .title-flex .right-item dd {
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.05em;
  }
}
.el01 .wrap .eq_page .items-flex {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}
@media screen and (max-width: 600px) {
  .el01 .wrap .eq_page .items-flex {
    gap: 6%;
  }
}
.el01 .wrap .eq_page .items-flex .item {
  width: 30%;
  margin-bottom: 30px;
}
.el01 .wrap .eq_page .items-flex .item dt {
  margin: 10px 0;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 600px) {
  .el01 .wrap .eq_page .items-flex .item dt {
    font-size: 13px;
    font-weight: 600;
    margin: 7px 0;
    line-height: 20px;
  }
}
.el01 .wrap .eq_page .items-flex .item dd {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1em;
}
.el01 .wrap .eq_page .items-flex .item dd span {
  font-size: 11px;
}
@media screen and (max-width: 600px) {
  .el01 .wrap .eq_page .items-flex .item dd {
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 600px) {
  .el01 .wrap .eq_page .items-flex .item {
    width: 47%;
    margin-bottom: 20px;
  }
}
.el01 .wrap .eq_page #powder .item:last-child {
  align-self: flex-start;
}
.el01 .wrap .eq_page #toilet .title-flex {
  flex-direction: row-reverse;
  gap: 40px;
}
@media screen and (max-width: 600px) {
  .el01 .wrap .eq_page #toilet .title-flex {
    flex-direction: column;
  }
}
.el01 .wrap .eq_page #toilet .title-flex .right-item figure p {
  position: absolute;
  bottom: 3px;
  left: 5px;
  font-size: 12px;
}
.el01 .wrap .eq_page #toilet .item_flex {
  display: flex;
  gap: 5%;
}
@media screen and (max-width: 768px) {
  .el01 .wrap .eq_page #toilet .item_flex {
    flex-wrap: wrap;
  }
}
.el01 .wrap .eq_page #toilet .item_flex .text {
  width: 30%;
}
.el01 .wrap .eq_page #toilet .item_flex .text dt {
  margin: 10px 0;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 600px) {
  .el01 .wrap .eq_page #toilet .item_flex .text dt {
    font-size: 13px;
    font-weight: 600;
    margin: 7px 0;
    line-height: 20px;
  }
}
.el01 .wrap .eq_page #toilet .item_flex .text dd {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1em;
}
.el01 .wrap .eq_page #toilet .item_flex .text dd span {
  font-size: 11px;
}
@media screen and (max-width: 600px) {
  .el01 .wrap .eq_page #toilet .item_flex .text dd {
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  .el01 .wrap .eq_page #toilet .item_flex .text {
    width: 100%;
    order: 3;
  }
}
.el01 .wrap .eq_page #toilet .item_flex figure {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .el01 .wrap .eq_page #toilet .item_flex figure {
    width: 47%;
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .el01 .wrap .eq_page #toilet .item_flex figure:nth-child(2) {
    order: 2;
  }
}
.el01 .wrap .eq_page #storage .title-flex .title {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .el01 .wrap .eq_page #storage .title-flex .title {
    width: 100%;
  }
}
.el01 .wrap .eq_page #storage .title-flex .right-item {
  width: 68%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .el01 .wrap .eq_page #storage .title-flex .right-item {
    width: 100%;
  }
}
.el01 .wrap .eq_page #storage .title-flex .right-item .item {
  width: 48%;
}
.el01 .wrap .secu_page .links {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 940px) {
  .el01 .wrap .secu_page .links {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.el01 .wrap .secu_page .links li {
  background-color: white;
  box-shadow: 0px 0px 11px 2px #d9d3b0 inset;
  width: 33.3333333333%;
}
@media screen and (max-width: 940px) {
  .el01 .wrap .secu_page .links li {
    width: 30%;
  }
}
@media screen and (max-width: 325px) {
  .el01 .wrap .secu_page .links li {
    width: 40%;
  }
}
.el01 .wrap .secu_page .links li a {
  display: block;
  height: 100%;
  font-size: 14px;
  text-align: center;
  padding: 8px 0;
  transition: all 0.2s;
  position: relative;
}
.el01 .wrap .secu_page .links li a span {
  font-size: 11px;
}
@media screen and (max-width: 610px) {
  .el01 .wrap .secu_page .links li a {
    padding-bottom: 15px;
    font-size: 12px;
  }
}
.el01 .wrap .secu_page .links li a::after {
  content: "";
  background-image: url("../img/arrow.png");
  background-size: cover;
  width: 15px;
  height: 10px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  opacity: 0.7;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 610px) {
  .el01 .wrap .secu_page .links li a::after {
    right: inherit;
    left: 50%;
    bottom: 2px;
    width: 10px;
    height: 7px;
  }
}
.el01 .wrap .secu_page .links li a:hover {
  box-shadow: 0px 0px 11px 2px #9e9963 inset;
  text-shadow: 0 0 8px white;
}
.el01 .wrap .secu_page .links .select {
  box-shadow: 0 0 7px 2px #a59e77;
}
.el01 .wrap .secu_page .links .select a {
  pointer-events: none;
  font-size: 16px;
  padding: 5px 0;
}
.el01 .wrap .secu_page .links .select a span {
  font-size: 13px;
}
@media screen and (max-width: 610px) {
  .el01 .wrap .secu_page .links .select a span {
    font-size: 11px;
  }
}
.el01 .wrap .secu_page .links .select a::after {
  display: none;
}
@media screen and (max-width: 610px) {
  .el01 .wrap .secu_page .links .select a {
    padding: 10px 0;
    font-size: 13px;
  }
}
.el01 .wrap .secu_page .links .select a:hover {
  background: unset;
  box-shadow: unset;
}
.el01 .wrap .secu_page .title {
  text-align: center;
}
.el01 .wrap .secu_page .title .en {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px 15px;
  font-size: 36px;
  border-bottom: 1px solid rgb(87, 66, 44);
}
@media screen and (max-width: 768px) {
  .el01 .wrap .secu_page .title .en {
    font-size: clamp(23px, 6vw, 36px);
    padding-left: 0;
  }
}
.el01 .wrap .secu_page .title .en span {
  font-size: 28px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .el01 .wrap .secu_page .title .en span {
    font-size: clamp(20px, 5vw, 28px);
  }
}
.el01 .wrap .secu_page .title .sub {
  padding-top: 20px;
  padding-left: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .el01 .wrap .secu_page .title .sub {
    font-size: clamp(20px, 5vw, 24px);
    line-height: clamp(30px, 7.5vw, 38px);
    padding-left: 0;
  }
}
.el01 .wrap .secu_page .title .en {
  margin: 0 auto;
}
.el01 .wrap .secu_page .items-flex {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}
@media screen and (max-width: 600px) {
  .el01 .wrap .secu_page .items-flex {
    justify-content: space-between;
    gap: 6%;
  }
}
.el01 .wrap .secu_page .items-flex .item {
  width: 30%;
  margin-bottom: 30px;
}
.el01 .wrap .secu_page .items-flex .item dt {
  margin: 10px 0;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 600px) {
  .el01 .wrap .secu_page .items-flex .item dt {
    font-size: 13px;
    font-weight: 600;
    margin: 7px 0;
    line-height: 20px;
  }
}
.el01 .wrap .secu_page .items-flex .item dd {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1em;
}
.el01 .wrap .secu_page .items-flex .item dd span {
  font-size: 11px;
}
@media screen and (max-width: 600px) {
  .el01 .wrap .secu_page .items-flex .item dd {
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.05em;
  }
}
.el01 .wrap .secu_page .items-flex .item dt span {
  font-size: 12px;
}
@media screen and (max-width: 600px) {
  .el01 .wrap .secu_page .items-flex .item {
    width: 47%;
    margin-bottom: 0;
  }
}
.el01 .wrap .secu_page .items-flex .item_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 600px) {
  .el01 .wrap .secu_page .items-flex .item_flex {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.el01 .wrap .secu_page .items-flex .item_flex .text {
  width: 30%;
}
.el01 .wrap .secu_page .items-flex .item_flex .text dt {
  margin: 10px 0;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 600px) {
  .el01 .wrap .secu_page .items-flex .item_flex .text dt {
    font-size: 13px;
    font-weight: 600;
    margin: 7px 0;
    line-height: 20px;
  }
}
.el01 .wrap .secu_page .items-flex .item_flex .text dd {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1em;
}
.el01 .wrap .secu_page .items-flex .item_flex .text dd span {
  font-size: 11px;
}
@media screen and (max-width: 600px) {
  .el01 .wrap .secu_page .items-flex .item_flex .text dd {
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  .el01 .wrap .secu_page .items-flex .item_flex .text {
    width: 100%;
  }
}
.el01 .wrap .secu_page .items-flex .item_flex figure {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .el01 .wrap .secu_page .items-flex .item_flex figure {
    width: 100%;
  }
}
.el01 .wrap .secu_page #amenity .ucom {
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  .el01 .wrap .secu_page #amenity .ucom {
    margin: 20px 0;
  }
}
.el01 .wrap .secu_page #amenity .ucom .text {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .el01 .wrap .secu_page #amenity .ucom .text {
    width: 100%;
  }
}
.el01 .wrap .secu_page #amenity .ucom .text p {
  margin-top: 5px;
  line-height: 18px;
  font-size: 12px;
}
.el01 .wrap .secu_page #amenity .ucom figure {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .el01 .wrap .secu_page #amenity .ucom figure {
    width: 50%;
    margin: 0 auto;
  }
}
.el01 .wrap .secu_page #amenity .kanki figure {
  margin-bottom: 10px;
}
.el01 .wrap .secu_page #security .items-flex {
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .el01 .wrap .secu_page #security .secom {
    flex-direction: column;
  }
}
.el01 .wrap .secu_page #security .secom .text {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .el01 .wrap .secu_page #security .secom .text {
    width: 100%;
  }
}
.el01 .wrap .secu_page #security .secom .text dt {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .el01 .wrap .secu_page #security .secom .text dt {
    text-align: center;
    font-size: 16px;
  }
}
.el01 .wrap .secu_page #security .secom .text figure {
  width: 100% !important;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .el01 .wrap .secu_page #security .secom .text figure {
    width: 50% !important;
    margin: 10px auto;
  }
}
.el01 .wrap .secu_page #security .triple {
  margin: 50px 0 30px;
  width: 100%;
}
.el01 .wrap .secu_page #security .triple img {
  margin: 15px 0;
}
.el01 .wrap .secu_page #security .triple dt {
  margin: 10px 0;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 600px) {
  .el01 .wrap .secu_page #security .triple dt {
    font-size: 13px;
    font-weight: 600;
    margin: 7px 0;
    line-height: 20px;
  }
}
.el01 .wrap .secu_page #security .triple dd {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1em;
}
.el01 .wrap .secu_page #security .triple dd span {
  font-size: 11px;
}
@media screen and (max-width: 600px) {
  .el01 .wrap .secu_page #security .triple dd {
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.05em;
  }
}
.el01 .wrap .secu_page #security .triple dt {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .el01 .wrap .secu_page #security .triple dt {
    font-size: 16px;
  }
}
.el01 .wrap .secu_page #security .tebra {
  width: 55%;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .el01 .wrap .secu_page #security .tebra {
    width: 100%;
  }
}
.el01 .wrap .secu_page #security .tebra .text {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .el01 .wrap .secu_page #security .tebra .text {
    width: 100%;
  }
}
.el01 .wrap .secu_page #security .tebra .text p {
  margin-top: 8px;
  font-size: 12px;
}
.el01 .wrap .secu_page #security .tebra figure {
  width: 57%;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .el01 .wrap .secu_page #security .tebra figure {
    width: 100%;
    margin-bottom: 10px;
    margin-top: -15px;
  }
}
.el01 .wrap .secu_page #security .key {
  width: 40%;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .el01 .wrap .secu_page #security .key {
    width: 100%;
  }
}
.el01 .wrap .secu_page #security .key .text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .el01 .wrap .secu_page #security .key .text {
    width: 100%;
  }
}
.el01 .wrap .secu_page #security .key .text p {
  margin-top: 8px;
  font-size: 12px;
}
.el01 .wrap .secu_page #security .key figure {
  width: 47%;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .el01 .wrap .secu_page #security .key figure {
    width: 50%;
    margin: 0 auto;
  }
}
.el01 .wrap .secu_page #security .key figure figcaption {
  bottom: -15px;
}
.el01 .wrap .secu_page #structue .items-flex {
  gap: 20px;
  justify-content: space-between;
}
.el01 .wrap .secu_page #structue .items-flex .item {
  width: 47%;
}
.el01 .wrap .secu_page #structue .items-flex .item dt {
  margin: 10px 0;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 600px) {
  .el01 .wrap .secu_page #structue .items-flex .item dt {
    font-size: 13px;
    font-weight: 600;
    margin: 7px 0;
    line-height: 20px;
  }
}
.el01 .wrap .secu_page #structue .items-flex .item dd {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1em;
}
.el01 .wrap .secu_page #structue .items-flex .item dd span {
  font-size: 11px;
}
@media screen and (max-width: 600px) {
  .el01 .wrap .secu_page #structue .items-flex .item dd {
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  .el01 .wrap .secu_page #structue .items-flex .item {
    width: 100%;
  }
}
.el01 .wrap .secu_page #structue .items-flex .item dl figure {
  width: 70%;
  margin: 0 auto 15px;
}
.el01 .wrap .secu_page #structue .items-flex .item dl p {
  font-size: 12px;
  line-height: 18px;
}
.el01 .wrap .secu_page #structue .items-flex .item_flex {
  align-items: center;
}
@media screen and (max-width: 768px) {
  .el01 .wrap .secu_page #structue .items-flex .item_flex {
    flex-direction: column;
  }
}
.el01 .wrap .secu_page #structue .items-flex .item_flex div {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .el01 .wrap .secu_page #structue .items-flex .item_flex div {
    width: 100%;
  }
}
.el01 .wrap .secu_page #structue .items-flex .item_flex div .dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .el01 .wrap .secu_page #structue .items-flex .item_flex div .dt {
    font-weight: 600;
    font-size: 14px;
  }
}
.el01 .wrap .secu_page #structue .items-flex .item_flex .text {
  width: 55%;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .el01 .wrap .secu_page #structue .items-flex .item_flex .text {
    width: 100%;
  }
}

.totop {
  position: fixed;
  width: 30px;
  height: auto;
  bottom: 20px;
  right: 40px;
  z-index: 50;
}/*# sourceMappingURL=style.css.map */