*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  font-size: clamp(6px, 0.6944vw, 10px);
  margin: 0;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
}

body {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #000000;
  background: #FFFFFF;
  word-break: break-all;
  margin: 0;
  padding: 0;
  border: 0;
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2 {
  line-height: 1.2;
}

h3,
h4 {
  line-height: 1.5;
}

h5,
h6 {
  line-height: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul ul, ul ol,
ol ul,
ol ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

b,
strong {
  font-weight: bolder;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
  height: auto;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[hidden] {
  display: none !important;
}

*:focus {
  outline: none;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

#wrapper {
  position: relative;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .pc-hide, .sp-only {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .sp-hide, .pc-only {
    display: none !important;
  }
}
#wrapper {
  position: relative;
  width: 100%;
}

main {
  position: relative;
}
main #main {
  overflow: hidden;
}

.container,
.container-fluid {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 104rem;
}

@media only screen and (max-width: 768px) {
  .container,
  .container-fluid {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .container {
    max-width: 76.8rem;
  }
}
.content-in {
  position: relative;
  max-width: 94rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

picture,
figure {
  position: relative;
  display: block;
  line-height: 1;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  z-index: 0;
}
picture img,
figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  margin: 0;
  border: none;
}

.color-sky {
  color: #53A0ED !important;
}

.color-orange {
  color: #FF6A00 !important;
}

.color-yellow {
  color: #FFE200 !important;
}

.color-red {
  color: #E60012 !important;
}

.color-blue {
  color: #113892 !important;
}

.color-wheat {
  color: #27B7B3 !important;
}

@keyframes zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.link-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1rem 1rem;
  gap: 1.2rem;
  width: 73rem;
  max-width: 100%;
  height: 8rem;
  /* background: #ED6258; */
  background: #07913A;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 8rem;
  overflow: hidden;
  margin: 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .link-btn {
    padding: 0.5rem 0.5rem;
    height: 5.6rem;
    font-size: 2rem;
    gap: 0.8rem;
    border-radius: 5.6rem;
  }
}
.link-btn img {
  position: relative;
  display: block;
  width: 4.2rem;
  height: auto;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .link-btn img {
    width: 2.6rem;
  }
}
.link-btn span {
  position: relative;
  color: inherit;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 3;
}
.link-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transform-origin: right top;
  transform: scale(0, 1);
  z-index: 1;
}
.link-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #FFFFFF;
  width: 100%;
  height: 50%;
  opacity: 0.15;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transform-origin: right top;
  transform: scale(1, 1);
  z-index: 1;
}
.link-btn:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.section-title {
  position: relative;
  margin-bottom: 4rem;
}
.section-title h2 {
  position: relative;
  display: block;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 5rem;
  text-align: center;
  padding-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .section-title h2 {
    font-size: 2.4rem;
    line-height: 3.6rem;
    padding-bottom: 2rem;
  }
}
.section-title h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 2.7rem);
  width: 5.4rem;
  height: 1rem;
  background: #3795D7;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .section-title h2::before {
    width: 4.8rem;
    height: 0.5rem;
  }
}
.section-title .sub {
  position: relative;
  display: block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.875;
  text-align: center;
  margin-top: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .section-title .sub {
    font-size: 1.6rem;
    margin-top: 2.4rem;
  }
}
.section-title .sub span {
  display: inline;
  background: linear-gradient(to bottom, transparent 65%, #FFF28D 65%);
}

.section-label {
  position: relative;
  margin-bottom: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .section-label {
    margin-bottom: 1.6rem;
  }
}
.section-label h2 {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0.25em;
  color: #262626;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .section-label h2 {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}

.section-desc {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  text-align: left;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .section-desc {
    margin-bottom: 4rem;
  }
}

.underbg {
  position: relative;
  display: inline;
  background: linear-gradient(to bottom, transparent 65%, #FFFF00 65%);
}

.content-in {
  position: relative;
  max-width: 94rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#header {
  position: fixed;
  top: 3rem;
  left: 0;
  width: 100%;
  background: none;
  padding: 0;
  z-index: 991;
}
@media only screen and (max-width: 768px) {
  #header {
    top: 1.5rem;
  }
}
#header .container {
  position: relative;
  z-index: 1;
}
#header .header-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 3rem;
  background: #FFFFFF;
  border-radius: 8rem;
  box-shadow: 0rem 0.3rem 1.2rem rgba(0, 0, 0, 0.16);
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #header .header-wrapper {
    padding: 1.5rem 2rem;
  }
}
#header .header-wrapper .header-logo {
  position: relative;
  padding: 0;
  width: fit-content;
}
#header .header-wrapper .header-logo a {
  position: relative;
  display: block;
  width: 15.3rem;
  padding: 0;
  margin: 0;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
}
#header .header-wrapper .header-logo a img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  border: none;
  margin: 0;
}
#header .header-wrapper .header-nav {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #header .header-wrapper .header-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  #header .header-wrapper .header-nav {
    display: none;
  }
}
#header .header-wrapper .header-nav .nav-tel {
  position: relative;
  display: block;
  width: fit-content;
}
#header .header-wrapper .header-nav .nav-tel .tel-action {
  position: relative;
  display: block;
  width: fit-content;
  text-decoration: none;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
#header .header-wrapper .header-nav .nav-tel .tel-action .label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: fit-content;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 600;
  color: #3C3C3C;
  text-align: center;
}
#header .header-wrapper .header-nav .nav-tel .tel-action .label em {
  position: relative;
  display: inline-block;
  padding: 0.3rem 1.2rem;
  background: #F59601;
  font-style: normal;
  color: #FFFFFF;
}
#header .header-wrapper .header-nav .nav-tel .tel-action .label span {
  display: inline-block;
}
#header .header-wrapper .header-nav .nav-tel .tel-action .number {
  position: relative;
  display: block;
  font-family: "Arial", sans-serif;
  font-size: 3.2rem;
  line-height: 3.2rem;
  font-weight: 900;
  color: #3C3C3C;
  text-align: center;
  margin-top: 0.2rem;
}
#header .header-wrapper .header-nav .nav-mail {
  position: relative;
  display: block;
  width: fit-content;
}
#header .header-wrapper .header-nav .nav-mail .mail-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1rem 1rem;
  gap: 1.2rem;
  width: 24rem;
  max-width: 100%;
  height: 5.6rem;
  /* background: #ED6258; */
  background: #07913A;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 5.6rem;
  overflow: hidden;
  margin: 0;
  z-index: 0;
}
#header .header-wrapper .header-nav .nav-mail .mail-btn img {
  position: relative;
  display: block;
  width: 2.4rem;
  height: auto;
  z-index: 3;
}
#header .header-wrapper .header-nav .nav-mail .mail-btn span {
  position: relative;
  color: inherit;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 3;
}
#header .header-wrapper .header-nav .nav-mail .mail-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transform-origin: right top;
  transform: scale(0, 1);
  z-index: 1;
}
#header .header-wrapper .header-nav .nav-mail .mail-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #FFFFFF;
  width: 100%;
  height: 50%;
  opacity: 0.15;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transform-origin: right top;
  transform: scale(1, 1);
  z-index: 1;
}
#header .header-wrapper .header-nav .nav-mail .mail-btn:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.mobile-nav-toggle {
  position: fixed;
  right: 3.5rem;
  top: 3.1rem;
  width: 2.8rem;
  height: 2.2rem;
  padding: 0;
  background: transparent;
  display: none;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 999;
  margin: 0;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .mobile-nav-toggle {
    display: inline-block;
  }
}
.mobile-nav-toggle .toggle-icon {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.mobile-nav-toggle .toggle-icon span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #212121;
  transition: all 0.4s ease-in-out;
  transform-origin: center center;
}
.mobile-nav-toggle .toggle-icon span:nth-child(1) {
  top: 0;
}
.mobile-nav-toggle .toggle-icon span:nth-child(2) {
  top: calc(50% - 1px);
}
.mobile-nav-toggle .toggle-icon span:nth-child(3) {
  bottom: 0;
}
.mobile-nav-toggle.toggle-active .toggle-icon span {
  background: #FFFFFF;
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(1) {
  transform: translateY(1rem) rotate(-45deg);
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(3) {
  transform: translateY(-1rem) rotate(45deg);
}

#mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 998;
  right: -100%;
  width: 80%;
  max-width: 50rem;
  overflow-y: auto;
  transition: all 0.4s ease-in-out;
  background: #333333;
}
#mobile-nav .mobile-logo {
  position: relative;
  padding: 1.8rem 2rem;
  background: #FFFFFF;
  height: 6rem;
}
#mobile-nav .mobile-logo a {
  position: relative;
  display: block;
  width: fit-content;
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0;
  color: #262626;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
}
#mobile-nav .mobile-nav-container {
  position: relative;
  padding: 6rem 2rem 2rem;
}
#mobile-nav .mobile-nav-menu {
  position: relative;
  list-style: none;
  display: block;
}
#mobile-nav .mobile-nav-menu > li {
  position: relative;
  display: block;
  border-bottom: 1px solid #FFFFFF;
}
#mobile-nav .mobile-nav-menu > li > a {
  position: relative;
  display: block;
  width: 100%;
  padding: 1.6rem 0;
  font-weight: 900;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.1em;
  text-align: left;
  color: #FFFFFF;
  text-decoration: none;
  outline: none;
}
#mobile-nav .mobile-nav-contact {
  position: relative;
  margin-top: 4rem;
}
#mobile-nav .mobile-nav-contact .link-btn {
  width: 100%;
  height: 5.6rem;
  font-size: 2rem;
}

.mobile-nav-active #mobile-nav {
  right: 0;
}

.mobile-nav-overly {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 997;
}

.back-to-top {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  display: none;
  width: 5rem;
  height: 5rem;
  background: #3795D7;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  z-index: 996;
}
@media only screen and (max-width: 768px) {
  .back-to-top {
    width: 4rem;
    height: 4rem;
    right: 1.5rem;
    bottom: 1.5rem;
  }
}
.back-to-top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%) rotate(-45deg);
  width: 1.2rem;
  height: 1.2rem;
  border-top: 3px solid #FFFFFF;
  border-left: 3px solid #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .back-to-top::before {
    width: 1rem;
    height: 1rem;
  }
}

#mainvisual {
  position: relative;
  padding: 5rem 0 5rem;
  overflow: hidden;
  margin: 0;
  min-height: 80rem;
  display: flex;
  align-items: center;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #mainvisual {
    min-height: 60rem;
    padding: 3rem 0 3rem;
  }
}
#mainvisual .mv-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
#mainvisual .mv-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15, 25, 67, 0.75) 0%, rgba(55, 149, 215, 0.55) 50%, rgba(15, 25, 67, 0.65) 100%);
  z-index: 1;
}
#mainvisual .container {
  position: relative;
  z-index: 2;
  padding-top: 12rem;
  padding-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  #mainvisual .container {
    padding-top: 8rem;
    padding-bottom: 5rem;
  }
}
#mainvisual .mv-content {
  max-width: 80rem;
}
#mainvisual .mv-badge {
  display: inline-block;
  padding: 0.6rem 2rem;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(4px);
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #FDE738;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  #mainvisual .mv-badge {
    font-size: 1.3rem;
    padding: 0.5rem 1.6rem;
  }
}
#mainvisual .mv-title {
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.4;
  color: #FFFFFF;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  #mainvisual .mv-title {
    font-size: 3.2rem;
  }
}
#mainvisual .mv-title .highlight {
  color: #FDE738;
}
#mainvisual .mv-desc {
  font-size: 1.8rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 4rem;
  max-width: 60rem;
}
@media only screen and (max-width: 768px) {
  #mainvisual .mv-desc {
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }
}
#mainvisual .mv-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 4rem;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #mainvisual .mv-trust {
    gap: 1.2rem;
    margin-top: 2.4rem;
  }
}
#mainvisual .mv-trust .trust-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.5rem 1.4rem;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 0.6rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
#mainvisual .mv-trust .trust-item img {
  width: 1.6rem;
  height: auto;
  filter: brightness(10);
}
#mainvisual .mv-trust .trust-item span {
  font-size: 1.3rem;
  color: #FFFFFF;
  font-weight: 600;
  white-space: nowrap;
}

.banner-section {
  position: relative;
  padding: 5rem 0;
  background: #3795D7;
}
@media only screen and (max-width: 768px) {
  .banner-section {
    padding: 4rem 0;
  }
}
.banner-section .banner-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .banner-section .banner-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 1.5rem;
  }
}
.banner-section .stat-number {
  font-size: 5.6rem;
  font-weight: 600;
  color: #FDE738;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .banner-section .stat-number {
    font-size: 4rem;
  }
}
.banner-section .stat-unit {
  font-size: 2rem;
  font-weight: 600;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .banner-section .stat-unit {
    font-size: 1.6rem;
  }
}
.banner-section .stat-label {
  font-size: 1.5rem;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  margin-top: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .banner-section .stat-label {
    font-size: 1.3rem;
  }
}

#challenge {
  position: relative;
  padding: 8rem 0;
  background: #F7F7F7;
  background-image: url("../image/dot-bg.png");
  background-repeat: repeat;
}
@media only screen and (max-width: 768px) {
  #challenge {
    padding: 5rem 0;
  }
}
#challenge .challenge-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media only screen and (max-width: 768px) {
  #challenge .challenge-grid {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
#challenge .challenge-card {
  position: relative;
  background: #FFFFFF;
  border-radius: 1.6rem;
  padding: 3rem 2.4rem;
  text-align: center;
  box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.06);
  border-top: 4px solid #ED6258;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#challenge .challenge-card:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 0.8rem 3rem rgba(0, 0, 0, 0.1);
}
#challenge .challenge-card .card-icon {
  font-size: 4rem;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #challenge .challenge-card .card-icon {
    font-size: 3.2rem;
  }
}
#challenge .challenge-card .card-title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  color: #333;
  margin-bottom: 1.2rem;
  white-space: pre-line;
}
@media only screen and (max-width: 768px) {
  #challenge .challenge-card .card-title {
    font-size: 1.6rem;
  }
}
#challenge .challenge-card .card-desc {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #666;
}

#solution {
  position: relative;
  padding: 8rem 0;
  background: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  #solution {
    padding: 5rem 0;
  }
}
#solution .solution-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  #solution .solution-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
#solution .solution-card {
  position: relative;
  background: #EBF5FB;
  border-radius: 1.6rem;
  padding: 3rem 2.4rem;
  border-left: 5px solid #3795D7;
}
#solution .solution-card .card-title {
  font-size: 2rem;
  font-weight: 600;
  color: #3795D7;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #solution .solution-card .card-title {
    font-size: 1.8rem;
  }
}
#solution .solution-card .card-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#solution .solution-card .card-list li {
  position: relative;
  padding-left: 2.4rem;
  font-size: 1.5rem;
  line-height: 2.4;
  color: #333;
}
#solution .solution-card .card-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../image/check-mark.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.cta-banner-section {
  position: relative;
  padding: 5rem 0;
  background: linear-gradient(135deg, #0F1943 0%, #3795D7 100%);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .cta-banner-section {
    padding: 4rem 0;
  }
}
.cta-banner-section .cta-text {
  font-size: 2.4rem;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.6;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .cta-banner-section .cta-text {
    font-size: 2rem;
  }
}
.cta-banner-section .cta-text .highlight {
  color: #FDE738;
}

#service {
  position: relative;
  padding: 8rem 0;
  background: #F7F7F7;
}
@media only screen and (max-width: 768px) {
  #service {
    padding: 5rem 0;
  }
}
#service .service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
@media only screen and (max-width: 768px) {
  #service .service-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
#service .service-card {
  position: relative;
  background: #FFFFFF;
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.06);
}
#service .service-card .card-header {
  padding: 2rem 2.4rem;
  color: #FFFFFF;
}
#service .service-card .card-header h3 {
  font-size: 2rem;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  #service .service-card .card-header h3 {
    font-size: 1.8rem;
  }
}
#service .service-card .card-body {
  padding: 2.4rem;
}
#service .service-card .service-item {
  padding: 1.6rem 0;
  border-bottom: 1px solid #F0F0F0;
}
#service .service-card .service-item:last-child {
  border-bottom: none;
}
#service .service-card .service-item .item-name {
  font-size: 1.6rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.4rem;
}
#service .service-card .service-item .item-desc {
  font-size: 1.3rem;
  line-height: 1.6;
  color: #666;
}

#analysis {
  position: relative;
  padding: 8rem 0;
  background: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  #analysis {
    padding: 5rem 0;
  }
}
#analysis .analysis-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  #analysis .analysis-steps {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
#analysis .step-card {
  position: relative;
  background: #FFFFFF;
  border-radius: 1.6rem;
  padding: 2.4rem;
  box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.08);
  border-top: 5px solid #3795D7;
}
#analysis .step-card .step-label {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  padding: 0.3rem 1.2rem;
  border-radius: 100px;
  display: inline-block;
  margin-bottom: 1.2rem;
}
#analysis .step-card .step-title {
  font-size: 2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 768px) {
  #analysis .step-card .step-title {
    font-size: 1.8rem;
  }
}
#analysis .step-card .step-subtitle {
  font-size: 1.3rem;
  color: #888;
  margin-bottom: 1.6rem;
}
#analysis .step-card .step-frameworks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1.6rem;
}
#analysis .step-card .step-frameworks .framework-tag {
  padding: 0.3rem 1rem;
  border-radius: 100px;
  font-size: 1.2rem;
  font-weight: 600;
  border: 1px solid;
}
#analysis .step-card .step-desc {
  font-size: 1.3rem;
  line-height: 1.7;
  color: #555;
}

#strength {
  position: relative;
  padding: 8rem 0;
  background: #EBF5FB;
}
@media only screen and (max-width: 768px) {
  #strength {
    padding: 5rem 0;
  }
}
#strength .strength-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
@media only screen and (max-width: 768px) {
  #strength .strength-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
#strength .strength-card {
  position: relative;
  background: #FFFFFF;
  border-radius: 1.6rem;
  padding: 3rem 2.4rem;
  box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.06);
}
#strength .strength-card .card-number {
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 768px) {
  #strength .strength-card .card-number {
    font-size: 3.6rem;
  }
}
#strength .strength-card .card-title {
  font-size: 2rem;
  font-weight: 600;
  color: #333;
  line-height: 1.5;
  margin-bottom: 1.2rem;
  white-space: pre-line;
}
@media only screen and (max-width: 768px) {
  #strength .strength-card .card-title {
    font-size: 1.8rem;
  }
}
#strength .strength-card .card-desc {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #555;
}

#clients {
  position: relative;
  padding: 8rem 0;
  background: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  #clients {
    padding: 5rem 0;
  }
}
#clients .client-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
  max-width: 80rem;
  margin: 0 auto 5rem;
}
@media only screen and (max-width: 768px) {
  #clients .client-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
#clients .client-item {
  background: #F7F7F7;
  border-radius: 1rem;
  padding: 2rem 1.6rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
}
#clients .cert-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 80rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #clients .cert-grid {
    grid-template-columns: 1fr;
  }
}
#clients .cert-card {
  background: #EBF5FB;
  border-radius: 1.2rem;
  padding: 2.4rem;
  text-align: center;
  border-top: 4px solid #3795D7;
}
#clients .cert-card img {
  width: 3.2rem;
  height: auto;
  margin-bottom: 1.2rem;
}
#clients .cert-card h3 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #3795D7;
  margin-bottom: 0.8rem;
}
#clients .cert-card p {
  font-size: 1.3rem;
  line-height: 1.6;
  color: #555;
}

#flow {
  position: relative;
  padding: 8rem 0;
  background: #F7F7F7;
}
@media only screen and (max-width: 768px) {
  #flow {
    padding: 5rem 0;
  }
}
#flow .flow-list {
  max-width: 80rem;
  margin: 0 auto;
}
#flow .flow-item {
  position: relative;
  display: flex;
  gap: 2.4rem;
  padding: 3rem 0;
  border-bottom: 1px solid #E0E0E0;
}
@media only screen and (max-width: 768px) {
  #flow .flow-item {
    gap: 1.6rem;
    padding: 2rem 0;
  }
}
#flow .flow-item:last-child {
  border-bottom: none;
}
#flow .flow-item .flow-num {
  flex-shrink: 0;
  width: 6rem;
  height: 6rem;
  background: #3795D7;
  color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  #flow .flow-item .flow-num {
    width: 4.8rem;
    height: 4.8rem;
    font-size: 1.6rem;
  }
}
#flow .flow-item .flow-content {
  flex: 1;
}
#flow .flow-item .flow-content .flow-title {
  font-size: 2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 768px) {
  #flow .flow-item .flow-content .flow-title {
    font-size: 1.8rem;
  }
}
#flow .flow-item .flow-content .flow-desc {
  font-size: 1.5rem;
  line-height: 1.7;
  color: #555;
}
@media only screen and (max-width: 768px) {
  #flow .flow-item .flow-content .flow-desc {
    font-size: 1.4rem;
  }
}

#faq {
  position: relative;
  padding: 8rem 0;
  background: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  #faq {
    padding: 5rem 0;
  }
}
#faq .faq-list {
  max-width: 80rem;
  margin: 0 auto;
}
#faq .faq-item {
  position: relative;
  margin-bottom: 1.6rem;
  background: #FFFFFF;
  border-radius: 1.2rem;
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
#faq .faq-item .question {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding: 2rem 2.4rem;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #faq .faq-item .question {
    padding: 1.6rem;
    gap: 1.2rem;
  }
}
#faq .faq-item .question .q-mark {
  flex-shrink: 0;
  width: 3.6rem;
  height: 3.6rem;
  background: #3795D7;
  color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  #faq .faq-item .question .q-mark {
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
  }
}
#faq .faq-item .question .q-text {
  flex: 1;
  font-size: 1.6rem;
  font-weight: 600;
  color: #333;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  #faq .faq-item .question .q-text {
    font-size: 1.4rem;
  }
}
#faq .faq-item .question .q-toggle {
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  position: relative;
}
#faq .faq-item .question .q-toggle::before, #faq .faq-item .question .q-toggle::after {
  content: "";
  position: absolute;
  background: #3795D7;
  transition: transform 0.3s ease;
}
#faq .faq-item .question .q-toggle::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}
#faq .faq-item .question .q-toggle::after {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
}
#faq .faq-item .question.expanded .q-toggle::after {
  transform: translateX(-50%) rotate(90deg);
}
#faq .faq-item .answer {
  display: none;
  padding: 0 2.4rem 2rem;
}
@media only screen and (max-width: 768px) {
  #faq .faq-item .answer {
    padding: 0 1.6rem 1.6rem;
  }
}
#faq .faq-item .answer .a-content {
  display: flex;
  gap: 1.6rem;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  #faq .faq-item .answer .a-content {
    gap: 1.2rem;
  }
}
#faq .faq-item .answer .a-mark {
  flex-shrink: 0;
  width: 3.6rem;
  height: 3.6rem;
  background: #ED6258;
  color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  #faq .faq-item .answer .a-mark {
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
  }
}
#faq .faq-item .answer .a-text {
  flex: 1;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #555;
}
@media only screen and (max-width: 768px) {
  #faq .faq-item .answer .a-text {
    font-size: 1.4rem;
  }
}

#contact {
  position: relative;
  padding: 7rem 0 8rem;
  background: linear-gradient(135deg, #0F1943 0%, #3795D7 100%);
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #contact {
    padding: 5rem 0 6rem;
  }
}
#contact .contact-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.15;
  z-index: 0;
}
#contact .container {
  position: relative;
  z-index: 1;
}
#contact .section-title {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  #contact .section-title {
    margin-bottom: 4rem;
  }
}
#contact .section-title h2 {
  color: #FFFFFF;
}
#contact .section-title h2::before {
  background: #FFFFFF;
}
#contact .contact-tel {
  text-align: center;
  margin-bottom: 4rem;
}
#contact .contact-tel .tel-label {
  font-size: 1.8rem;
  font-weight: 300;
  color: #FFFFFF;
  margin-bottom: 1rem;
}
#contact .contact-tel .tel-number {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-size: 3.6rem;
  font-weight: 600;
  color: #FDE738;
  font-family: "Arial", sans-serif;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  #contact .contact-tel .tel-number {
    font-size: 2.8rem;
  }
}
#contact .contact-tel .tel-number img {
  width: 3rem;
  height: auto;
}
@media only screen and (max-width: 768px) {
  #contact .contact-tel .tel-number img {
    width: 2.4rem;
  }
}
#contact .contact-tel .tel-time {
  font-size: 1.4rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.5rem;
}
#contact .contact-form {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 1.6rem;
  padding: 4rem 3rem;
}
@media only screen and (max-width: 768px) {
  #contact .contact-form {
    padding: 3rem 1.5rem;
  }
}
#contact .form-group {
  margin-bottom: 2.4rem;
}
#contact .form-group label {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
  color: #333;
}
#contact .form-group label .required {
  color: #ED6258;
  font-size: 1.2rem;
  margin-left: 0.4rem;
}
#contact .form-group input,
#contact .form-group textarea {
  width: 100%;
  padding: 1.2rem 1.6rem;
  font-size: 1.6rem;
  border: 2px solid #E0E0E0;
  border-radius: 0.8rem;
  outline: none;
  transition: border-color 0.3s;
  font-family: inherit;
}
#contact .form-group input:focus,
#contact .form-group textarea:focus {
  border-color: #3795D7;
}
#contact .form-group textarea {
  resize: vertical;
}
#contact .form-group select {
  width: 100%;
  padding: 1.2rem 1.6rem;
  font-size: 1.6rem;
  border: 2px solid #E0E0E0;
  border-radius: 0.8rem;
  outline: none;
  transition: border-color 0.3s;
  font-family: inherit;
  appearance: none;
  background-image: url("../image/select-down.svg");
  background-repeat: no-repeat;
  background-position: right 1.6rem center;
  background-size: 1.2rem;
}
#contact .form-group select:focus {
  border-color: #3795D7;
}
#contact .form-row {
  display: flex;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  #contact .form-row {
    flex-direction: column;
    gap: 0;
  }
}
#contact .form-row .form-group {
  flex: 1;
}
#contact .form-submit {
  text-align: center;
  margin-top: 1rem;
}
/* === form-accept / スクロールボックス === */
#contact .form-accept {
  margin-bottom: 2.4rem;
}
#contact .form-accept .privacy .label {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.8rem;
}
#contact .form-accept .privacy .content {
  border: 1px solid #D0D0D0;
  border-radius: 0.8rem;
  background: #FAFAFA;
  overflow: hidden;
  margin-top: -1.7rem;
}
#contact .form-accept .privacy .content .scroller {
  height: 16rem;
  overflow-y: scroll;
  padding: 1.6rem;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #444;
}
#contact .form-accept .privacy .content .scroller::-webkit-scrollbar {
  width: 0.6rem;
}
#contact .form-accept .privacy .content .scroller::-webkit-scrollbar-track {
  background: #F0F0F0;
  border-radius: 0.3rem;
}
#contact .form-accept .privacy .content .scroller::-webkit-scrollbar-thumb {
  background: #BBBBBB;
  border-radius: 0.3rem;
}
#contact .form-accept .privacy .content .scroller h6 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #333;
  margin-top: 1.6rem;
  margin-bottom: 0.4rem;
}
#contact .form-accept .privacy .content .scroller h6:first-child {
  margin-top: 0;
}
#contact .form-accept .privacy .content .scroller p {
  margin-bottom: 0.8rem;
}
#contact .form-accept .privacy .content .scroller a {
  color: #3795D7;
  text-decoration: underline;
}
#contact .form-accept .accept-check {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1.2rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #333;
  cursor: pointer;
}
#contact .form-accept .accept-check input[type="checkbox"] {
  width: 1.8rem;
  height: 1.8rem;
  accent-color: #07913A;
  cursor: pointer;
  flex-shrink: 0;
}
#contact .form-accept .accept-check .required {
  color: #ED6258;
  margin-left: 0.2rem;
}

  // チェックボックス行
  .wpcf7-form-control-wrap,
  label {
      display: flex;
      align-items: center;
      gap: 0.8rem;
      margin-top: 1.2rem;
      font-size: 1.4rem;
      font-weight: 600;
      color: #333;
      cursor: pointer;

      input[type="checkbox"] {
          width: 1.8rem;
          height: 1.8rem;
          accent-color: #07913A; // チェック色も緑に統一
          cursor: pointer;
          flex-shrink: 0;
      }

      .required {
          color: #ED6258;
          margin-left: 0.2rem;
      }
  }
}

[data-animate] {
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
[data-animate].animated {
  opacity: 1;
  transform: translateY(0);
}

#footer {
  position: relative;
  padding: 7rem 0 8rem;
  background: #0F1943;
}
@media only screen and (max-width: 768px) {
  #footer {
    padding: 5rem 0 4rem;
  }
}
#footer .section-title {
  position: relative;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  #footer .section-title {
    margin-bottom: 5rem;
  }
}
#footer .section-title h2 {
  position: relative;
  color: #FFFFFF;
}
#footer .section-title h2::before {
  background: #FFFFFF;
}
#footer .section-wrapper {
  position: relative;
  font-size: 2rem;
  font-weight: 300;
  line-height: 3.2rem;
  color: #FFFFFF;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #footer .section-wrapper {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
#footer .section-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
#footer .section-wrapper .company-table {
  position: relative;
  border: none;
  font: inherit;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  #footer .section-wrapper .company-table {
    float: left;
    width: calc(50% - 1.5rem);
  }
}
#footer .section-wrapper .company-table th {
  font-weight: 600;
  width: 16rem;
}
@media only screen and (max-width: 768px) {
  #footer .section-wrapper .company-table th {
    width: 12rem;
  }
}
#footer .section-wrapper .company-works {
  position: relative;
  font: inherit;
}
@media print, screen and (min-width: 769px) {
  #footer .section-wrapper .company-works {
    float: right;
    width: calc(50% - 1.5rem);
  }
}
@media only screen and (max-width: 768px) {
  #footer .section-wrapper .company-works {
    margin-top: 2.4rem;
  }
}
#footer .section-wrapper .company-works .lead {
  font: inherit;
  line-height: inherit;
  font-weight: 600;
  margin-bottom: 0.2rem;
}
#footer .section-wrapper .company-works .lead:not(:first-of-type) {
  margin-top: 2.4rem;
}
#footer .section-wrapper .company-thumbs {
  position: relative;
  padding: 1.2rem 1.2rem 1.2rem 2rem;
  background: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1.6rem;
  margin-top: 5rem;
}
@media print, screen and (min-width: 769px) {
  #footer .section-wrapper .company-thumbs {
    float: left;
    width: calc(50% - 1.5rem);
  }
}
@media only screen and (max-width: 768px) {
  #footer .section-wrapper .company-thumbs {
    gap: 1rem;
    justify-content: space-between;
    margin-top: 3rem;
  }
}
#footer .section-wrapper .company-thumbs > li {
  position: relative;
  display: block;
}
#footer .section-wrapper .company-thumbs .thumb {
  position: relative;
  width: auto;
  height: 8rem;
}
@media only screen and (max-width: 768px) {
  #footer .section-wrapper .company-thumbs .thumb {
    height: 5.6rem;
  }
}

.copyright {
  position: relative;
  padding: 2rem 2rem;
  background: #5D5D5D;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .copyright {
    padding: 1.6rem 1.5rem;
    font-size: 1.4rem;
  }
}
.copyright > p {
  position: relative;
}
