@charset "UTF-8";
/* CSS Document */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

ol, ul {
  list-style: none;
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/*SVGスプライト用*/
.all_svg {
  display: none;
}

a {
  text-decoration: none;
  color: #000;
}

img {
  vertical-align: middle;
}

@media (max-width: 767px) {
  .contents-pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .contents-pc {
    display: block;
  }
}

@media (max-width: 767px) {
  .contents-sp {
    display: block;
  }
}
@media (min-width: 768px) {
  .contents-sp {
    display: none !important;
  }
}

html {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  word-break: break-all;
}
@media (max-width: 767px) {
  html {
    font-size: 1.25vw;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 0.7142857143vw;
  }
}
@media (min-width: 1400px) {
  html {
    font-size: 10px;
  }
}

body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #231815;
  position: relative;
  line-height: 1.6;
  font-weight: 500;
}
@media (max-width: 767px) {
  body {
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  main {
    padding-top: 8rem;
  }
}
@media (min-width: 768px) {
  main {
    padding-top: 8rem;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
img {
  width: 100%;
  height: auto;
  display: block;
}

picture {
  display: block;
  width: 100%;
}

.lowermv {
  position: relative;
}
@media (max-width: 767px) {
  .lowermv .lowermv-img {
    height: 80rem;
  }
}
@media (min-width: 768px) {
  .lowermv .lowermv-img {
    height: 37.1428571429vw;
  }
}
.lowermv .lowermv-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lowermv .pagetitle {
  position: absolute;
  z-index: 2;
}
.lowermv .pagetitle figure {
  opacity: 0;
  transform: translateY(1rem);
}
@media (max-width: 767px) {
  .lowermv .pagetitle figure {
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .lowermv .pagetitle figure {
    margin: 0 auto 2.5vw;
  }
}
.lowermv .pagetitle figure svg {
  width: 100%;
  fill: #fff;
}
.lowermv .pagetitle h1 {
  line-height: 1;
  color: #fff;
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: bold;
  text-align: center;
  opacity: 0;
  transition: 0.6s;
  transition-delay: 1s;
}
@media (max-width: 767px) {
  .lowermv .pagetitle h1 {
    font-size: 5.2rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .lowermv .pagetitle h1 {
    font-size: 3.7142857143vw;
    margin-bottom: 2.5vw;
  }
}
.lowermv .pagetitle p {
  line-height: 1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  opacity: 0;
  transform: translateY(-1rem);
}
@media (max-width: 767px) {
  .lowermv .pagetitle p {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .lowermv .pagetitle p {
    font-size: 2.1428571429vw;
  }
}
.lowermv.active .pagetitle figure {
  animation-name: lowermv_title_top;
  animation-duration: 0.4s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
.lowermv.active .pagetitle h1 {
  opacity: 1;
}
.lowermv.active .pagetitle p {
  animation-name: lowermv_title_bottom;
  animation-duration: 0.4s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}

.editor h1 {
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .editor h1 {
    font-size: 3.8rem;
    margin: 12rem 0 4rem;
  }
}
@media (min-width: 768px) {
  .editor h1 {
    font-size: 1.9rem;
    margin: 6rem 0 2rem;
  }
}
.editor h2 {
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .editor h2 {
    font-size: 3.6rem;
    margin: 12rem 0 4rem;
  }
}
@media (min-width: 768px) {
  .editor h2 {
    font-size: 1.8rem;
    margin: 6rem 0 2rem;
  }
}
.editor h3 {
  font-weight: bold;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .editor h3 {
    font-size: 3.4rem;
    margin: 12rem 0 4rem;
  }
}
@media (min-width: 768px) {
  .editor h3 {
    font-size: 1.7rem;
    margin: 6rem 0 2rem;
  }
}
.editor h4 {
  font-weight: bold;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .editor h4 {
    font-size: 3.2rem;
    margin: 12rem 0 4rem;
  }
}
@media (min-width: 768px) {
  .editor h4 {
    font-size: 1.6rem;
    margin: 6rem 0 2rem;
  }
}
.editor h5 {
  font-weight: bold;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .editor h5 {
    font-size: 3rem;
    margin: 12rem 0 4rem;
  }
}
@media (min-width: 768px) {
  .editor h5 {
    font-size: 1.5rem;
    margin: 6rem 0 2rem;
  }
}
.editor h6 {
  font-weight: bold;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .editor h6 {
    font-size: 2.8rem;
    margin: 12rem 0 4rem;
  }
}
@media (min-width: 768px) {
  .editor h6 {
    font-size: 1.4rem;
    margin: 6rem 0 2rem;
  }
}
.editor p {
  line-height: 1.6;
}
@media (max-width: 767px) {
  .editor p {
    font-size: 2.8rem;
    margin: 0 0 4rem;
  }
}
@media (min-width: 768px) {
  .editor p {
    font-size: 1.4rem;
    margin: 0 0 2rem;
  }
}
.editor p a {
  display: inline-block;
}
.editor a {
  text-decoration: underline;
  display: block;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .editor a {
    margin-bottom: 4rem;
    font-size: 2.8rem;
  }
}
@media (min-width: 768px) {
  .editor a {
    margin-bottom: 2rem;
    font-size: 1.4rem;
  }
}
@media (min-width: 1400px) {
  .editor a:hover {
    text-decoration: none;
    color: #7795a8;
  }
}
@media (max-width: 767px) {
  .editor ul {
    margin-bottom: 6rem;
    padding-left: 4rem;
  }
}
@media (min-width: 768px) {
  .editor ul {
    margin-bottom: 3rem;
    padding-left: 2rem;
  }
}
.editor ul li {
  line-height: 1.4;
  list-style: disc;
}
@media (max-width: 767px) {
  .editor ul li {
    font-size: 2.8rem;
  }
}
@media (min-width: 768px) {
  .editor ul li {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .editor ul li:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .editor ol {
    margin-bottom: 6rem;
    padding-left: 4rem;
  }
}
@media (min-width: 768px) {
  .editor ol {
    margin-bottom: 3rem;
    padding-left: 2rem;
  }
}
.editor ol li {
  line-height: 1.4;
  list-style: decimal;
}
@media (max-width: 767px) {
  .editor ol li {
    font-size: 2.8rem;
  }
}
@media (min-width: 768px) {
  .editor ol li {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .editor ol li:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
.editor img {
  max-width: 100%;
  margin: 0 auto;
  width: auto;
}

@keyframes lowermv {
  0% {
    opacity: 0;
    transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}
@keyframes lowermv_title_top {
  0% {
    opacity: 0;
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}
@keyframes lowermv_title_bottom {
  0% {
    opacity: 0;
    transform: translateY(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.hinge {
  animation-duration: 2s;
}

@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  z-index: 999;
}
@media (min-width: 768px) {
  header {
    height: 8rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media (max-width: 767px) {
  header .header-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    height: 8rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 768px) {
  header .header-top {
    width: 26rem;
    height: 100%;
  }
}
header .header-top .header-logo {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 767px) {
  header .header-top .header-logo {
    width: 30rem;
  }
}
@media (min-width: 768px) {
  header .header-top .header-logo {
    width: 100%;
  }
}
@media (max-width: 767px) {
  header .header-top .header-logo h1 {
    width: 28rem;
  }
}
@media (min-width: 768px) {
  header .header-top .header-logo h1 {
    width: 23rem;
  }
}
header .header-top .header-logo h1 a {
  display: block;
}
header .header-top .header-logo h1 a img {
  width: 100%;
  transition: 0.3s;
  filter: drop-shadow(0.2rem 0.2rem 0.1rem rgba(0, 0, 0, 0));
}
@media (min-width: 1400px) {
  header .header-top .header-logo h1 a:hover img {
    transform: translate(-0.2rem, -0.2rem);
    filter: drop-shadow(0.2rem 0.2rem 0.1rem rgba(0, 0, 0, 0.6));
  }
}
@media (max-width: 767px) {
  header .header-top .header-top-right {
    height: 100%;
    width: 20rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  header .header-top .header-top-right {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (max-width: 767px) {
  header .header-top .header-top-right .openbtn {
    position: relative;
    width: 7rem;
    height: 4.6rem;
    border-radius: 1rem;
  }
}
@media (max-width: 767px) {
  header .header-top .header-top-right .openbtn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 0;
    height: 0.3rem;
    border-radius: 0.4rem;
    background: #000000;
    width: 100%;
  }
}
@media (max-width: 767px) {
  header .header-top .header-top-right .openbtn span:nth-of-type(1) {
    top: 0;
  }
}
@media (max-width: 767px) {
  header .header-top .header-top-right .openbtn span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  header .header-top .header-top-right .openbtn span:nth-of-type(3) {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  header .header-top .header-top-right .contact {
    height: 100%;
  }
}
header .header-top .header-top-right .contact a {
  background-color: #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  header .header-top .header-top-right .contact a {
    width: 10rem;
    height: 100%;
  }
}
@media (min-width: 768px) {
  header .header-top .header-top-right .contact a {
    width: 28rem;
    height: 8rem;
    column-gap: 1rem;
  }
}
header .header-top .header-top-right .contact a figure {
  line-height: 1;
}
@media (max-width: 767px) {
  header .header-top .header-top-right .contact a figure {
    width: 5.4rem;
  }
}
@media (min-width: 768px) {
  header .header-top .header-top-right .contact a figure {
    width: 3.2rem;
  }
}
header .header-top .header-top-right .contact a figure svg {
  fill: #fff;
  transition: 0.3s;
}
@media (min-width: 768px) {
  header .header-top .header-top-right .contact a p {
    color: #fff;
    font-weight: bold;
    line-height: 1;
    transition: 0.3s;
    font-size: 1.5rem;
  }
}
@media (min-width: 1400px) {
  header .header-top .header-top-right .contact a:hover figure svg {
    transform: scale(1.2);
  }
}
@media (max-width: 767px) {
  header .header-bottom {
    width: 100%;
    height: calc(100vh - 8rem);
    background-color: #7795a8;
    display: none;
  }
}
@media (min-width: 768px) {
  header .header-bottom {
    width: calc(100% - 27.6rem);
    padding-left: 17rem;
  }
}
@media (min-width: 768px) {
  header .header-bottom nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 2.5rem;
  }
}
header .header-bottom nav ul li a {
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  header .header-bottom nav ul li a {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 10rem;
    padding: 0 6rem;
    column-gap: 2rem;
    border-top: solid 0.2rem #7795a8;
  }
}
header .header-bottom nav ul li a p {
  font-weight: bold;
}
@media (max-width: 767px) {
  header .header-bottom nav ul li a p {
    font-size: 3.2rem;
    order: 2;
    width: calc(100% - 6rem);
  }
}
@media (min-width: 768px) {
  header .header-bottom nav ul li a p {
    font-size: 1.5rem;
    transition: 0.3s;
  }
}
@media (max-width: 767px) {
  header .header-bottom nav ul li a figure {
    width: 4rem;
    order: 1;
  }
}
@media (min-width: 768px) {
  header .header-bottom nav ul li a figure {
    width: 3rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -100%;
    transition: 0.6;
  }
}
header .header-bottom nav ul li a figure svg {
  fill: #7795a8;
}
@media (max-width: 767px) {
  header .header-bottom nav ul li a figure svg {
    transform: rotate(270deg);
  }
}
@media (min-width: 1400px) {
  header .header-bottom nav ul li a figure svg {
    transition: 0.3s;
    opacity: 0;
    transform: translateY(-2rem);
  }
}
@media (min-width: 1400px) {
  header .header-bottom nav ul li a:hover p {
    color: #7795a8;
  }
}
@media (min-width: 1400px) {
  header .header-bottom nav ul li a:hover figure svg {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  header.active {
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  header.active .header-top .header-top-right .openbtn span:nth-of-type(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
}
@media (max-width: 767px) {
  header.active .header-top .header-top-right .openbtn span:nth-of-type(2) {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  header.active .header-top .header-top-right .openbtn span:nth-of-type(3) {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
}

footer .footer-contents {
  background-color: #7795a8;
}
@media (max-width: 767px) {
  footer .footer-contents {
    padding: 5rem 0;
  }
}
@media (min-width: 768px) {
  footer .footer-contents {
    padding: 4.5rem 0;
  }
}
@media (min-width: 768px) {
  footer .footer-contents .footer-core {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  footer .footer-contents .footer-core .logo {
    padding-bottom: 4rem;
    position: relative;
  }
}
@media (min-width: 768px) {
  footer .footer-contents .footer-core .logo {
    padding-right: 4.5rem;
  }
}
footer .footer-contents .footer-core .logo a {
  display: block;
}
@media (max-width: 767px) {
  footer .footer-contents .footer-core .logo a {
    width: 40rem;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  footer .footer-contents .footer-core .logo a {
    width: 40rem;
  }
}
footer .footer-contents .footer-core .logo a img {
  transition: 0.3s;
  filter: drop-shadow(0.2rem 0.2rem 0.1rem rgba(0, 0, 0, 0));
}
@media (min-width: 1400px) {
  footer .footer-contents .footer-core .logo a:hover img {
    transform: translate(-0.2rem, -0.2rem);
    filter: drop-shadow(0.2rem 0.2rem 0.1rem rgba(0, 0, 0, 0.6));
  }
}
@media (max-width: 767px) {
  footer .footer-contents .footer-core .logo::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    height: 0.2rem;
    width: 53rem;
  }
}
@media (max-width: 767px) {
  footer .footer-contents .footer-core .companydetails {
    padding-top: 3rem;
  }
}
@media (min-width: 768px) {
  footer .footer-contents .footer-core .companydetails {
    padding-left: 4.5rem;
    border-left: 0.1rem solid #fff;
  }
}
footer .footer-contents .footer-core .companydetails p {
  line-height: 1;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 767px) {
  footer .footer-contents .footer-core .companydetails p {
    font-size: 2rem;
    text-align: center;
  }
}
@media (min-width: 768px) {
  footer .footer-contents .footer-core .companydetails p {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  footer .footer-contents .footer-core .companydetails p:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  footer .footer-contents .footer-core .companydetails p:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
footer .copy {
  background-color: #000;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  footer .copy {
    height: 5rem;
  }
}
@media (min-width: 768px) {
  footer .copy {
    height: 5rem;
  }
}
footer .copy p {
  text-align: center;
  color: #7795a8;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  footer .copy p {
    font-size: 1.7rem;
  }
}
@media (min-width: 768px) {
  footer .copy p {
    font-size: 1.7rem;
  }
}

.linkcircle a {
  transition: 0.3s;
  background-color: #000;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .linkcircle a {
    width: 11.7rem;
    height: 11.7rem;
  }
}
@media (min-width: 768px) {
  .linkcircle a {
    width: 10rem;
    height: 10rem;
    filter: drop-shadow(0.2rem 0.2rem 0.1rem rgba(0, 0, 0, 0));
  }
}
.linkcircle a p {
  line-height: 1;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 767px) {
  .linkcircle a p {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .linkcircle a p {
    font-size: 1.7rem;
  }
}
@media (min-width: 1400px) {
  .linkcircle a:hover {
    transform: translate(-0.2rem, -0.2rem);
    filter: drop-shadow(0.2rem 0.2rem 0.1rem rgba(0, 0, 0, 0.6));
  }
}

.more-btn {
  position: relative;
}
@media (max-width: 767px) {
  .more-btn {
    padding-top: 15rem;
  }
}
@media (min-width: 768px) {
  .more-btn {
    padding-top: 4rem;
  }
}
.more-btn a {
  text-align: center;
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .more-btn a {
    margin: 0 auto;
    width: 60rem;
    height: 5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 0.1rem solid #000;
    border-radius: 5rem;
    font-size: 3.6rem;
    font-weight: bold;
    font-family: "futura-pt-condensed", sans-serif;
  }
}
@media (min-width: 768px) {
  .more-btn a {
    width: 6.5rem;
  }
}
.more-btn a figure {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .more-btn a figure {
    display: none;
  }
}
@media (min-width: 768px) {
  .more-btn a figure {
    width: 3.2rem;
  }
}
.more-btn a figure svg {
  fill: #7795a8;
  width: 100%;
  transition: 0.3s;
}
.more-btn a p {
  line-height: 1;
  font-weight: bold;
  font-family: "futura-pt-condensed", sans-serif;
}
@media (max-width: 767px) {
  .more-btn a p {
    font-size: 3.6rem;
  }
}
@media (min-width: 768px) {
  .more-btn a p {
    font-size: 3rem;
  }
}
@media (min-width: 1400px) {
  .more-btn a:hover {
    cursor: pointer;
  }
}
@media (min-width: 1400px) {
  .more-btn a:hover figure svg {
    transform: translateY(0.5rem);
  }
}

.buttonarea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .buttonarea {
    column-gap: 6rem;
    margin-top: 12rem;
  }
}
@media (min-width: 768px) {
  .buttonarea {
    column-gap: 3rem;
    margin-top: 6rem;
  }
}
.buttonarea__button {
  transition: 0.3s;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  border-style: solid;
  border-color: #fff;
}
@media (max-width: 767px) {
  .buttonarea__button {
    width: 15rem;
    height: 15rem;
    border-width: 0.2rem;
  }
}
@media (min-width: 768px) {
  .buttonarea__button {
    border-width: 0.1rem;
    width: 10rem;
    height: 10rem;
    filter: drop-shadow(0.2rem 0.2rem 0.1rem rgba(148, 148, 148, 0));
  }
}
.buttonarea__button span {
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 767px) {
  .buttonarea__button span {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .buttonarea__button span {
    font-size: 1.7rem;
  }
}
@media (min-width: 1400px) {
  .buttonarea__button:hover {
    transform: translate(-0.2rem, -0.2rem);
    filter: drop-shadow(0.2rem 0.2rem 0.1rem rgba(148, 148, 148, 0.6));
  }
}
.buttonarea__button--back {
  background-color: #000;
}
.buttonarea__button--back span {
  color: #fff;
}/*# sourceMappingURL=style.css.map */