@charset "utf-8";
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html {
  font-size: 62.5%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
ul,
ol,
dd {
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
hr {
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: 0;
}
abbr[title] {
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
img,
embed,
iframe,
object {
  max-width: 100%;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  text-align: inherit;
  text-transform: inherit;
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
textarea {
  width: 100%;
  overflow: auto;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
}
select:disabled {
  opacity: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  padding: 0;
  border: none;
  background: transparent;
  -webkit-appearance: button;
  cursor: pointer;
}
button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="number"],
[type="search"] {
  -webkit-appearance: textfield;
}
[type="search"] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
label[for] {
  cursor: pointer;
}
:-moz-focusring {
  outline: auto;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: unset;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable]:focus {
  outline: auto;
}
table {
  border-color: inherit;
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: inherit;
}
img {
  height: auto;
  border-style: none;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
pre {
  font-family: inherit;
  overflow: auto;
}
big {
  font-size: 125%;
}
dl {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
dd {
  margin-inline-start: 0;
}
/* Wordpress
--------------------------------------------- */
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.widget select {
  max-width: 100%;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  display: grid;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#primary[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.only-sp {
  display: none;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  color: #062E4C;
  line-height: 2;
  background-color: #F6F6F6;
  letter-spacing: 0.05em;
}
body.fixed {
  overflow: clip;
  overscroll-behavior: none;
}
body.agent-windows.fixed {
  width: calc(100% - 15px);
}
body.agent-windows.fixed .open-trigger {
  right: 59px;
}
body.agent-windows.fixed .navigation-close-button {
  right: 65px;
}
body.agent-windows.fixed .modal-button {
  right: 65px;
}
.agent-windows .fixed-wrap {
  left: auto;
  right: 0;
}
html:has(body.fixed) {
  overscroll-behavior: none;
}
.container {
  max-width: 1920px;
  min-width: 1080px;
  margin: 0 auto;
}
.cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-divided {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.text-red {
  color: #B51111;
}
.header-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.header-wrap video {
  width: 100%;
}
.header-logo {
  position: absolute;
  top: 42px;
  left: 48px;
  width: 237px;
}
.header-content,
.header-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header-cover-movie {
  width: 100%;
  height: 100%;
}
.header-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 54px;
  font-size: 5.4rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
}
.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 0;
}
.header-fixed .inner {
  position: relative;
  max-width: 1920px;
  min-width: 1000px;
  width: 100%;
  height: 0;
  margin: auto;
}
.header-information {
  background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 60px;
}
.header-information b {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 500;
}
.header-information ul {
  padding: 20px 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-information li:not(:last-child) {
  margin-right: 93px;
}
.header-information img {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 6px;
}
.site-navigation {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.navigation-visible {
  position: absolute;
  top: 0;
  right: 0;
  width: 1000px;
  height: 1000px;
  color: #fff;
  border-bottom-left-radius: 100%;
  overflow: hidden;
}
.navigation-visible.open {
  overflow: auto;
}
.navigation-visible ul {
  position: absolute;
  top: 120px;
  right: 200px;
  width: 350px;
  list-style-type: none;
}
.navigation-visible ul li {
  margin-bottom: 40px;
}
.navigation-visible ul h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}
.navigation-visible ul small {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #A3A3A3;
}
.navigation-visible small {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navigation-visible small img {
  margin-left: 10px;
}
.navigation-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 1000px;
  max-width: 1920px;
  min-height: 720px;
  max-height: 100vh;
  margin: 0 auto;
}
.navigation-inner {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 0;
  height: 0;
  overflow: hidden;
  border-bottom-left-radius: 100%;
}
.navigation-effect {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 0;
  height: 0;
  overflow: hidden;
  border-bottom-left-radius: 100%;
}
.navigation-effect:before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #062E4C;
  border-bottom-left-radius: 100%;
}
.navigation-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.navigation-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 720px;
}
.navigation-close-button {
  position: absolute;
  top: 54px;
  right: 50px;
  z-index: 5;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.navigation-close-button:before,
.navigation-close-button:after {
  position: absolute;
  top: 15px;
  left: -5px;
  content: '';
  display: block;
  width: 42px;
  height: 2px;
  background-color: #fff;
}
.navigation-close-button:before {
  transform: rotate(45deg);
}
.navigation-close-button:after {
  transform: rotate(-225deg);
}
.content-block {
  width: 1000px;
  margin: 0 auto 100px;
}
.content-block ul {
  list-style-type: none;
}
.content-inner {
  background-color: #fff;
}
.information-wrap {
  position: relative;
  background-color: #fff;
  padding: 60px 47px;
  font-weight: 700;
}
.information-wrap:after {
  position: absolute;
  top: 100%;
  left: calc(50% - 30px);
  content: '';
  margin: 0 auto;
  display: block;
  width: 60px;
  height: 100px;
  background-image: url(/wp-content/themes/hidanet/images/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.information-wrap h2 {
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 40px;
}
.information-wrap h2 p {
  display: inline-block;
  background-image: url(/wp-content/themes/hidanet/images/path.svg);
  background-position: bottom;
  background-repeat: repeat-x;
  padding-bottom: 10px;
}
.information-wrap ul {
  width: 740px;
  margin: auto;
}
.information-wrap li {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px;
  line-height: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.information-wrap img {
  margin-right: 20px;
}
.profile-wrap {
  background-color: #fff;
  padding: 70px 47px;
}
.profile-wrap:after {
  content: '';
  display: block;
  clear: both;
}
.profile-wrap .profile-image {
  width: 204px;
  float: left;
}
.profile-wrap .profile-title,
.profile-wrap .profile-body {
  width: 623px;
  float: right;
}
.profile-wrap h2 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.5;
}
.profile-wrap img {
  margin-bottom: 10px;
}
.profile-wrap figcaption {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}
.content-heading {
  text-align: center;
  background-color: #062E4C;
  color: #fff;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  padding: 18px;
}
.content-information .left-side {
  width: 300px;
  flex-shrink: 0;
}
.content-information .right-side {
  padding: 0 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.content-information h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.content-information .content-list li:not(:last-child) {
  margin-bottom: 35px;
}
.content-information .content-body-wrap ul {
  margin: 30px 0;
}
.content-features .content-body {
  padding: 60px 100px;
}
.content-features h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 20px 0 0;
}
.content-features li h3 {
  margin: 0 0 15px;
}
.content-features li:not(:last-child) {
  margin-bottom: 55px;
}
.content-products .content-inner {
  margin-bottom: 43px;
  background-color: transparent;
}
.content-products ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.content-products li {
  width: calc( ( 100% - 4px ) / 3);
  cursor: pointer;
  margin: 2px 0;
}
.content-products img {
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: top left;
}
.content-products .products-caption {
  display: none;
}
.more-link {
  text-align: center;
  color: #B51111;
}
.more-link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.more-link a:after {
  content: '';
  margin-left: 10px;
  display: inline-block;
  width: 19px;
  height: 19px;
  background-image: url(/wp-content/themes/hidanet/images/icon-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.content-voice .content-heading {
  margin-bottom: 2px;
}
.content-voice-body {
  padding: 50px 90px;
}
.content-voice-body:not(:last-child) {
  border-bottom: 2px solid #F6F6F6;
}
.content-voice-body h3 {
  font-size: 24px;
  font-size: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
.content-voice-body h3 span {
  margin-left: 20px;
}
.content-voice-body h4 {
  font-weight: 700;
  margin-bottom: 10px;
}
.content-voice-body img {
  margin-right: 20px;
}
.content-voice-body p:not(:last-child) {
  margin-bottom: 40px;
}
.content-icons .content-inner {
  padding: 0 75px;
}
.content-icons .content-icons-base {
  padding: 90px 0 25px;
}
.content-icons .content-icons-option {
  padding: 50px 0 50px;
}
.content-icons .content-icons-option li:not(:last-child) {
  margin-right: 28px;
}
.content-icons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.content-icons li {
  width: 20%;
  text-align: center;
  margin-bottom: 40px;
  font-size: 18px;
  font-size: 1.8rem;
}
.content-icons li:first-child {
  margin-bottom: 65px;
}
.content-icons figure {
  height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}
.content-icons .content-icons-horizon {
  position: relative;
  text-align: center;
}
.content-icons .content-icons-horizon:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  border-bottom: 1px solid #062E4C;
}
.content-icons .content-icons-horizon h3 {
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
  background-color: #fff;
  display: inline-block;
  padding: 5px 40px;
}
.content-icons .icon-arrow:after {
  position: relative;
  content: '';
  top: 4px;
  margin-left: 5px;
  display: inline-block;
  width: 19px;
  height: 19px;
  background-image: url(/wp-content/themes/hidanet/images/icons/icon-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.content-icons a {
  transition: all .3s;
}
.content-icons a:hover {
  opacity: .8;
}
.content-flow .content-inner {
  padding: 70px 90px;
}
.content-flow h3 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 10px;
}
.content-flow ul {
  margin-bottom: 60px;
}
.content-flow li:not(:last-child) {
  margin-bottom: 30px;
}
.content-plan .content-inner {
  padding: 60px 100px;
}
.content-plan .content-plan-notice {
  margin-bottom: 60px;
}
.content-plan table {
  width: 100%;
  border-top: 1px solid #062E4C;
  margin-bottom: 35px;
}
.content-plan tr {
  border-bottom: 1px solid #062E4C;
}
.content-plan th,
.content-plan td {
  height: 110px;
  vertical-align: middle;
}
.content-plan th {
  font-size: 24px;
  font-size: 2.4rem;
}
.content-plan td {
  text-align: right;
}
.content-faq .content-inner {
  padding: 90px 100px;
  margin-bottom: 45px;
}
.content-faq .content-inner a {
  text-decoration: underline;
}
.content-faq ul {
  border-top: 1px solid #062E4C;
}
.content-faq li {
  padding: 20px 0;
  border-bottom: 1px solid #062E4C;
}
.content-faq .question {
  font-weight: 700;
  margin-bottom: 5px;
}
.content-mission {
  position: relative;
  width: 100%;
  height: 720px;
}
.content-mission-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.content-mission-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.content-mission-body {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  height: 100%;
  line-height: 3;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}
.contact-wrap {
  position: relative;
  background-color: #fff;
  height: 300px;
  padding-left: 150px;
}
.contact-wrap h2 {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  width: 150px;
  height: 100%;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.2em;
}
.contact-wrap h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.contact-wrap h4 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}
.contact-wrap img {
  margin-bottom: 10px;
}
.contact-wrap .content-divided {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact-wrap .left-side,
.contact-wrap .right-side {
  width: 240px;
  border-radius: 10px;
  transition: all .3s;
}
.contact-wrap .left-side path,
.contact-wrap .right-side path {
  transition: all .3s;
}
.contact-wrap .left-side:hover svg path,
.contact-wrap .right-side:hover svg path {
  stroke: #fff;
}
.contact-wrap .left-side {
  margin-right: 20px;
}
.contact-wrap svg {
  margin-bottom: 10px;
}
.contact-wrap .contact-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  line-height: 1.3;
}
.content-contact-body {
  height: 100%;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.contact-information {
  margin-bottom: 2px;
  color: #B51111;
}
.contact-information h2 {
  background-color: #B51111;
}
.contact-information .right-side {
  text-align: center;
  height: 128px;
  border: 2px solid #B51111;
}
.contact-information .right-side:hover {
  background-color: #B51111;
  color: #fff;
}
.contact-information li:before {
  content: '・';
}
.contact-information .contact-button {
  padding: 15px 0 13px;
}
.contact-mail h2 {
  background-color: #062E4C;
}
.contact-mail .left-side,
.contact-mail .right-side {
  text-align: center;
  height: 131px;
  border: 2px solid #062E4C;
}
.contact-mail .left-side:hover,
.contact-mail .right-side:hover {
  color: #fff;
  background-color: #062E4C;
}
.contact-mail .contact-button {
  padding: 18px 0 16px;
}
.content-corporate .content-divided {
  padding: 60px 100px;
  border: 2px solid #062E4C;
}
.content-corporate .left-side {
  margin-right: 160px;
}
.content-corporate h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}
.content-corporate table {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.5;
}
.content-corporate th {
  width: 130px;
}
.content-corporate a {
  text-decoration: underline;
}
.open-trigger {
  position: absolute;
  top: 54px;
  right: 44px;
  width: 45px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.open-trigger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #062E4C;
}
.open-trigger span:before,
.open-trigger span:after {
  position: absolute;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #062E4C;
}
.open-trigger span:before {
  top: 0;
}
.open-trigger span:after {
  bottom: 0;
}
.link-contact {
  cursor: pointer;
}
.modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 120;
  overflow-x: hidden;
  overflow-y: scroll;
}
.modal-wrap .inner {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%;
  padding: 80px 0;
}
.modal-wrap h2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
}
.modal-wrap h2 small {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
}
.modal-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal-toggle {
  position: absolute;
  top: -40px;
  right: -40px;
  z-index: 10;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.modal-toggle span:before,
.modal-toggle span:after {
  position: absolute;
  top: 15px;
  left: -5px;
  content: '';
  display: block;
  width: 42px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}
.modal-toggle span:before {
  transform: rotate(45deg);
}
.modal-toggle span:after {
  transform: rotate(-225deg);
}
.modal-close-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-content {
  position: relative;
  width: 1000px;
  background-color: #fff;
}
.modal-form .modal-content {
  padding: 50px 160px;
}
.modal-form table {
  width: 550px;
  margin: 0 100px 30px 0;
}
.modal-form th {
  width: 180px;
  text-align: right;
  padding-right: 20px;
  font-weight: 700;
}
.modal-form td {
  width: 370px;
}
.modal-form input {
  width: 100%;
}
.modal-form textarea,
.modal-form input[type="tel"],
.modal-form input[type="text"],
.modal-form input[type="email"] {
  padding: 5px 10px;
  border: 2px solid #062E4C;
}
.modal-form .wpcf7-form-control-wrap {
  margin-bottom: 10px;
  display: block;
}
.modal-form textarea {
  height: 150px;
}
.modal-form input[type="submit"] {
  border: 2px solid #062E4C;
  text-align: center;
  background-color: #062E4C;
  color: #fff;
  transition: all .3s;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 20px;
}
.modal-form input[type="submit"]:hover {
  color: #062E4C;
  background-color: #fff;
}
.modal-form .response {
  display: none;
  border: 2px solid #062E4C;
  padding: 30px;
}
.modal-form .response h3 {
  font-weight: 700;
}
.modal-form .response p {
  font-size: 14px;
  font-size: 1.4rem;
}
.modal-form .wpcf7-spinner {
  position: absolute;
  top: 14px;
  left: -70px;
}
.modal-form .td-submit {
  position: relative;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0 !important;
}
.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}
.wpcf7-form.sent .response {
  display: block;
}
.contact-footer {
  text-align: center;
  color: #8F8F8F;
  font-size: 10px;
  font-size: 1rem;
}
.contact-footer a {
  text-decoration: underline;
}
.modal-profile .modal-content {
  padding: 50px 90px;
}
.modal-profile .left-side {
  flex-shrink: 0;
  margin-right: 70px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}
.modal-profile .left-side img {
  margin-bottom: 10px;
}
.modal-profile .right-side {
  font-size: 14px;
  font-size: 1.4rem;
}
.modal-profile p {
  margin-bottom: 24px;
}
.modal-profile a {
  text-decoration: underline;
}
.modal-product .inner {
  padding: 60px 0;
  min-height: 100%;
}
.modal-product .content-inner,
.modal-product .modal-content {
  background-color: transparent;
  color: #fff;
}
.modal-product ul {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  list-style-type: none;
}
.modal-product li {
  width: 1100px;
  padding: 0 50px;
}
.modal-product .products-caption {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
.modal-product .products-caption h3 {
  font-weight: 700;
}
.modal-product .modal-product-content {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.modal-product .products-list {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}
.toggle-fixed {
  position: fixed;
}
.products-arrow {
  position: absolute;
  top: 40vh;
  width: 50px;
  height: 83px;
  cursor: pointer;
}
.products-arrow .arrow-button {
  position: fixed;
  width: 50px;
  height: 50px;
}
.products-arrow .arrow-button::before {
  position: absolute;
  top: 16px;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.arrow-left {
  left: -70px;
}
.arrow-left .arrow-button::before {
  transform: rotate(-45deg);
  left: 15px;
}
.arrow-right {
  right: -70px;
}
.arrow-right .arrow-button::before {
  transform: rotate(135deg);
  left: -13px;
}
.site-footer {
  background-color: #062E4C;
  color: #fff;
  padding: 50px 0;
  text-align: center;
}
.footer-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
  margin-bottom: 50px;
}
.footer-navigation li:not(:last-child) {
  margin-right: 35px;
  padding-right: 35px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-navigation li img {
  margin-left: 10px;
}
.footer-navigation a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.grecaptcha-badge {
  visibility: hidden;
}
.content-contact,
.contact-mail-rwap {
  margin-top: -80px;
  padding-top: 80px;
}
.contact-mail-rwap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
  .only-sp {
    display: block;
  }
  body.agent-windows.fixed {
    width: auto;
  }
  .agent-windows .fxed-wrap {
    width: auto;
  }
  body.agent-windows.fixed .open-trigger {
    right: 30px;
  }
  body.agent-windows.fixed .navigation-close-button {
    right: 30px;
  }
  body.agent-windows.fixed .modal-button {
    right: 30px;
  }
  .container {
    min-width: unset;
  }
  .content-divided {
    display: block;
  }
  .header-wrap {
    aspect-ratio: 1/1;
  }
  .header-logo {
    top: 15px;
    left: 10px;
    width: 182px;
  }
  .header-text {
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    line-height: 2;
    margin-top: 20px;
  }
  .header-fixed .inner {
    min-width: unset;
  }
  .header-information {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .header-information b {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .header-information ul {
    padding: 8px 0 17px;
  }
  .header-information li:not(:last-child) {
    margin-right: 0;
  }
  .header-information li:not(:first-child) {
    display: none;
  }
  .header-information img {
    width: 47px;
    height: 59px;
    margin-bottom: -3px;
  }
  .navigation-visible {
    width: 100%;
    height: 720px;
    border-radius: unset;
  }
  .navigation-visible ul {
    left: 0;
    top: 0;
    width: 100vw;
    padding: 86px 30px 0 0;
    text-align: right;
    line-height: 1.65;
  }
  .navigation-visible ul li {
    margin-bottom: 25px;
  }
  .navigation-visible ul h3 {
    font-size: 23px;
    font-size: 2.3rem;
  }
  .navigation-visible ul small {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .navigation-wrap {
    min-width: unset;
    min-height: 630px;
    max-height: 100vh;
    margin: 0 auto;
  }
  .navigation-inner {
    border-radius: unset;
  }
  .navigation-effect {
    top: auto;
    bottom: 100%;
    width: 100%;
    height: 100%;
    border-radius: unset;
  }
  .navigation-effect:before {
    top: -300px;
    left: calc(50% - 440px);
    right: auto;
    width: 880px;
    height: 880px;
    border-radius: 880px;
  }
  .navigation-close {
    min-height: unset;
  }
  .navigation-close-button {
    top: 30px;
    right: 30px;
  }
  .content-block {
    width: 100%;
    margin: 0 auto;
  }
  .common-information {
    background-color: #fff;
  }
  .information-wrap {
    position: relative;
    padding: 60px 20px 10px;
    margin: 0;
  }
  .information-wrap:after {
    left: calc(50% - 15px);
    width: 30px;
    height: 50px;
  }
  .information-wrap h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 24px;
    line-height: 1.5;
  }
  .information-wrap h2 p {
    display: block;
    background: none;
  }
  .information-wrap h2 span {
    padding-bottom: 5px;
    margin-bottom: 8px;
    display: inline-block;
    background-image: url(/wp-content/themes/hidanet/images/path.svg);
    background-position: bottom;
    background-repeat: repeat-x;
  }
  .information-wrap ul {
    width: 100%;
  }
  .information-wrap li {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
    line-height: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .information-wrap li:last-child {
    margin-bottom: 0;
  }
  .information-wrap img {
    position: relative;
    top: 4px;
    margin-right: 8px;
    width: 24px;
    height: 24px;
  }
  .profile-wrap {
    background-color: #fff;
    padding: 62px 20px 60px 30px;
    margin: 0;
  }
  .profile-wrap .profile-image,
  .profile-wrap .profile-title,
  .profile-wrap .profile-body {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  .profile-wrap .profile-image {
    margin-bottom: 32px;
    text-align: center;
  }
  .profile-wrap h2 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: center;
  }
  .profile-wrap figcaption {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .content-heading {
    font-size: 20px;
    font-size: 2rem;
    padding: 25px 0;
  }
  .content-information .content-inner {
    padding: 30px 20px 60px 30px;
  }
  .content-information .left-side {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 10px;
  }
  .content-information .right-side {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .content-information h3 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .content-information .content-list li:not(:last-child) {
    margin-bottom: 25px;
  }
  .content-information .content-body-wrap ul {
    margin: 25px 0;
  }
  .content-features .content-image {
    padding: 30px;
  }
  .content-features .content-body {
    padding: 0 20px 60px 30px;
  }
  .content-features h3 {
    font-size: 20px;
    font-size: 2rem;
    margin: 20px 0 0;
  }
  .content-features li:not(:last-child) {
    margin-bottom: 25px;
  }
  .content-products {
    padding-bottom: 50px;
  }
  .content-products .content-inner {
    margin-bottom: 49px;
  }
  .content-products li {
    width: calc(50% - 0.5px);
    margin: 1px 0;
  }
  .content-products li:nth-child(9) {
    display: none;
  }
  .content-voice {
    padding-bottom: 30px;
  }
  .content-voice .content-inner {
    background-color: transparent;
  }
  .content-voice-body {
    margin: 30px;
    padding: 50px 20px;
    background-color: #fff;
  }
  .content-voice-body:not(:last-child) {
    border-bottom: none;
    margin-bottom: 30px;
  }
  .content-voice-body h3 {
    text-align: center;
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .content-voice-body h3 img {
    display: block;
    margin: 0 auto 20px;
  }
  .content-voice-body h3 .voice-1 {
    display: block;
    margin-left: 0;
  }
  .content-voice-body img {
    margin: 0 auto 20px;
  }
  .content-voice-body p:not(:last-child) {
    margin-bottom: 20px;
  }
  .content-icons .content-inner {
    padding: 0 30px;
  }
  .content-icons .content-icons-base {
    padding: 50px 0 10px;
  }
  .content-icons .content-icons-option {
    padding: 30px 0 30px;
  }
  .content-icons .content-icons-option li:not(:last-child) {
    margin-right: 0;
  }
  .content-icons li {
    font-size: 16px;
    font-size: 1.6rem;
    width: 50%;
    margin-bottom: 30px;
  }
  .content-icons li:first-child {
    margin-bottom: 0;
  }
  .content-icons figure {
    height: 80px;
    margin-bottom: 6px;
  }
  .content-icons figure img {
    max-width: 70px;
    max-height: 70px;
    width: auto;
    height: auto;
  }
  .content-icons .content-icons-horizon h3 {
    font-size: 20px;
    font-size: 2rem;
    padding: 5px 20px;
  }
  .content-flow .content-inner {
    padding: 30px 20px 60px 30px;
  }
  .content-flow h3 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0px;
  }
  .content-flow ul {
    margin-bottom: 25px;
  }
  .content-flow li:not(:last-child) {
    margin-bottom: 25px;
  }
  .content-plan .content-inner {
    background-color: transparent;
    padding: 30px 20px 60px 30px;
  }
  .content-plan .content-plan-notice {
    margin-bottom: 30px;
  }
  .content-plan .content-plan-body {
    padding-right: 10px;
  }
  .content-plan table {
    background-color: #fff;
    margin-bottom: 30px;
  }
  .content-plan tr {
    padding: 15px;
  }
  .content-plan table,
  .content-plan tbody,
  .content-plan tr,
  .content-plan th,
  .content-plan td {
    display: block;
    width: 100%;
  }
  .content-plan th,
  .content-plan td {
    height: auto;
  }
  .content-plan th {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .content-plan td {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: right;
  }
  .content-faq {
    background-color: #fff;
    padding-bottom: 38px;
  }
  .content-faq .content-inner {
    padding: 30px 30px 30px;
    margin-bottom: 0;
  }
  .content-faq ul {
    border-top: 1px solid #062E4C;
  }
  .content-faq .answer {
    display: none;
  }
  .content-mission {
    width: 100%;
    height: 700px;
    margin-bottom: 60px;
  }
  .content-mission-body {
    line-height: 2.5;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: left;
    padding: 40px;
  }
  .contact-wrap {
    height: auto;
    padding: 0;
    margin: 0 30px 30px;
  }
  .contact-wrap h2 {
    position: static;
    width: 100%;
    height: 100%;
    -ms-writing-mode: unset;
    writing-mode: unset;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.05em;
    padding: 15px 0;
  }
  .contact-wrap h3 {
    margin-bottom: 20px;
  }
  .contact-wrap h4 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
  }
  .contact-wrap img {
    margin-bottom: 10px;
  }
  .contact-wrap .content-divided {
    width: 100%;
    padding: 0 30px;
  }
  .contact-wrap .left-side,
  .contact-wrap .right-side {
    width: 240px;
    border-radius: 10px;
    width: 100%;
  }
  .contact-wrap .left-side {
    margin-right: 0;
    text-align: center;
    white-space: nowrap;
  }
  .contact-wrap .left-side ul,
  .contact-wrap .left-side li {
    display: inline;
  }
  .content-contact-body {
    height: 100%;
    padding: 20px 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-information {
    margin-bottom: 30px;
    color: #B51111;
  }
  .contact-information .content-divided {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .contact-information .right-side {
    margin-bottom: 17px;
  }
  .contact-information h2 {
    background-color: #B51111;
  }
  .contact-information h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .contact-information li:first-child:before {
    content: none;
  }
  .contact-mail {
    margin-bottom: 60px;
  }
  .contact-mail .left-side {
    margin-bottom: 26px;
  }
  .contact-mail h2 {
    background-color: #062E4C;
  }
  .contact-mail h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .content-corporate {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 30px;
    margin-bottom: 60px;
    letter-spacing: 0;
  }
  .content-corporate .content-divided {
    padding: 33px 20px 39px 30px;
  }
  .content-corporate .left-side {
    margin: 0;
  }
  .content-corporate h2 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 30px;
    text-align: center;
  }
  .content-corporate th {
    width: 80px;
  }
  .content-corporate a {
    text-decoration: underline;
  }
  .site-footer {
    padding: 60px 0 20px;
  }
  .footer-logo {
    margin-bottom: 60px;
  }
  .footer-navigation ul {
    display: block;
    margin-bottom: 60px;
  }
  .footer-navigation li:not(:last-child) {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
  .footer-navigation li:not(:last-child):after {
    content: '';
    display: block;
    width: 36px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 20px auto;
  }
  .footer-navigation img {
    margin: 0 auto;
  }
  .footer-copy {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .open-trigger {
    position: absolute;
    top: 24px;
    right: 20px;
  }
  .modal-wrap .inner {
    display: block;
    padding: 40px;
  }
  .modal-wrap h2 {
    margin-bottom: 17px;
    font-size: 20px;
    font-size: 2rem;
  }
  .modal-wrap h2 small {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .modal-toggle {
    top: -33px;
    right: -33px;
    width: 30px;
    height: 30px;
  }
  .modal-toggle span:before,
  .modal-toggle span:after {
    top: 14px;
    width: 40px;
  }
  .modal-content {
    width: 100%;
    margin: 0;
  }
  .modal-form .modal-content {
    padding: 20px 30px 40px;
  }
  .modal-form table,
  .modal-form tbody,
  .modal-form tr,
  .modal-form th,
  .modal-form td {
    display: block;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  .modal-form table {
    margin-bottom: 9px;
  }
  .modal-form th {
    padding: 0;
    font-weight: 500;
  }
  .modal-form .response {
    padding: 20px;
  }
  .modal-form .response h3 {
    font-weight: 700;
  }
  .modal-form .response p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .modal-form input[type="tel"],
  .modal-form input[type="text"],
  .modal-form input[type="email"] {
    padding: 1px 5px;
    border: 2px solid #062E4C;
  }
  .modal-form .wpcf7-form-control-wrap {
    margin-bottom: 5px;
  }
  .modal-form textarea {
    height: 198px;
  }
  .modal-form .td-submit {
    margin-top: 13px;
  }
  .modal-form .contact-footer {
    letter-spacing: 0;
  }
  .contact-footer {
    text-align: left;
  }
  .modal-profile .modal-content {
    padding: 20px 30px 40px;
  }
  .modal-profile .left-side {
    margin: 0 auto 32px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .modal-profile .right-side {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .modal-product li {
    width: calc(100vw - 50px);
    padding: 0 15px;
  }
  .modal-product .products-caption {
    margin-top: 10px;
    text-align: left;
  }
  .products-arrow {
    top: calc(50vh - 70px);
    width: 0;
    height: 0;
  }
  .products-arrow .arrow-button {
    width: 30px;
    height: 60px;
  }
  .products-arrow .arrow-button:before {
    width: 30px;
    height: 30px;
  }
  .arrow-left {
    left: -35px;
  }
  .arrow-left .arrow-button::before {
    transform: rotate(-45deg);
    left: 9px;
  }
  .arrow-right {
    right: -5px;
  }
  .arrow-right .arrow-button::before {
    transform: rotate(135deg);
    left: -9px;
  }
  .content-contact,
  .contact-mail-rwap {
    margin-top: -60px;
    padding-top: 60px;
  }
}
