@charset "UTF-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #000000;
  word-break: break-all;
  padding: 0;
  margin: 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: 128rem;
}

@media only screen and (max-width: 768px) {
  .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: #19ACC1 !important;
}

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

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

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

.color-blue {
  color: #2880C8 !important;
}

.color-wheat {
  color: #57DEF2 !important;
}

.color-green {
  color: #00C583 !important;
}

@keyframes zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
@keyframes shiny-brite {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes infinite-slider-scroll {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.link-btn {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  padding: 0;
  background: none;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #3C3C3C;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  cursor: pointer;
  box-sizing: border-box;
  z-index: 0;
}
.link-btn .text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14.4rem;
  height: 4.8rem;
  background: none;
  border: 1px solid #3C3C3C;
  border-radius: 0.4rem;
  color: inherit;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  z-index: 0;
}
.link-btn .text em {
  position: relative;
  font-style: normal;
  font-size: inherit;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}
.link-btn .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  background: none;
  border: 1px solid #3C3C3C;
  border-radius: 0.4rem;
  color: inherit;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  margin-left: -1px;
  z-index: 0;
}
.link-btn .icon svg {
  display: block;
  width: 1.7rem;
  height: auto;
  z-index: 3;
}
.link-btn .icon svg path {
  transition: all 0.4s ease-in-out;
}
.link-btn:hover {
  color: #FFFFFF;
}
.link-btn:hover .text, .link-btn:hover .icon {
  background: #3C3C3C;
  border-color: #FFFFFF;
}
.link-btn:hover .icon svg path {
  fill: #FFFFFF;
}

.download-btn {
  position: relative;
  display: block;
  width: fit-content;
  padding: 0;
  margin: 0;
  z-index: 0;
}
.download-btn .btn-intro {
  position: relative;
  position: absolute;
  top: -1.7rem;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
  color: #00C583;
  text-align: center;
  padding: 0.3rem 2rem 0.4rem;
  border-radius: 3rem;
  border: 1px solid #00C583;
  background: #FFFFFF;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .download-btn .btn-intro {
    top: -1.4rem;
    font-size: 1.4rem;
    letter-spacing: 0;
    padding: 0.3rem 1.6rem;
  }
}
.download-btn .btn-body {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 1rem 1rem;
  gap: 2rem;
  width: 42rem;
  max-width: 100%;
  height: 7.6rem;
  background: #00C583;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  border: 1px solid #00C583;
  border-radius: 8rem;
  overflow: hidden;
  margin: 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .download-btn .btn-body {
    width: 33rem;
    height: 7rem;
    gap: 1.6rem;
    max-width: 100%;
    font-size: 1.6rem;
  }
}
.download-btn .btn-body svg {
  display: block;
  width: 2rem;
  height: auto;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .download-btn .btn-body svg {
    width: 1.8rem;
  }
}
.download-btn .btn-body svg path {
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
.download-btn .btn-body span {
  position: relative;
  color: inherit;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 3;
}
.download-btn .btn-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transform-origin: right top;
  transform: scale(0, 1);
  z-index: 1;
}
.download-btn:hover .btn-body {
  color: #00C583;
}
.download-btn:hover .btn-body span {
  color: #00C583;
}
.download-btn:hover .btn-body svg path {
  fill: #00C583;
}
.download-btn:hover .btn-body::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.section-title {
  position: relative;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .section-title {
    margin-bottom: 4rem;
  }
}
.section-title .jp {
  position: relative;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #868686;
  text-align: left;
  padding-left: 2.7rem;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .section-title .jp {
    font-size: 1.6rem;
    padding-left: 2.6rem;
  }
}
.section-title .jp::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 0.2rem);
  width: 1.7rem;
  height: 0.4rem;
  background: #00C583;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .section-title .jp::before {
    width: 1.6rem;
  }
}
.section-title .en {
  position: relative;
  display: block;
  font-family: "Overpass", sans-serif;
  font-size: 9rem;
  font-weight: 700;
  line-height: 1;
  color: #191616;
  text-align: left;
  text-indent: -0.4rem;
}
@media only screen and (max-width: 768px) {
  .section-title .en {
    font-size: 6.4rem;
  }
}

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

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: none;
  padding: 0;
  transition: all 0.2s ease-in-out;
  z-index: 991;
}
@media only screen and (max-width: 768px) {
  #header {
    height: 6rem;
  }
}
#header .header-wrapper {
  position: relative;
  display: block;
  margin: 0;
}
#header .header-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
#header .header-wrapper .header-logo {
  position: relative;
  width: fit-content;
  padding: 0;
  float: left;
}
#header .header-wrapper .header-logo a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20rem;
  height: 8.5rem;
  background: #FFFFFF;
  padding: 0;
  border-radius: 0 0 2.2rem 0;
  margin: 0;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0rem 0rem 0.5rem 0rem rgba(103, 103, 103, 0.05);
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 768px) {
  #header .header-wrapper .header-logo a {
    width: 15rem;
    height: 6rem;
  }
}
#header .header-wrapper .header-logo a img {
  position: relative;
  display: block;
  width: 7.8rem;
  height: auto;
  max-width: 100%;
  border: none;
  margin: 0;
}
#header .header-wrapper .header-nav {
  position: relative;
  width: fit-content;
  float: right;
  padding: 1.2rem 2rem;
}
@media only screen and (max-width: 768px) {
  #header .header-wrapper .header-nav {
    display: none;
  }
}
#header .header-wrapper .header-nav .nav-menu {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  column-gap: 4rem;
  line-height: 1;
  padding: 1rem 1rem 1rem 4rem;
  box-shadow: 0rem 0rem 0.5rem 0rem rgba(103, 103, 103, 0.05);
  z-index: 0;
}
#header .header-wrapper .header-nav .nav-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(4px);
  transition: all 0.6s ease-in-out;
  z-index: 0;
}
#header .header-wrapper .header-nav .nav-menu > li {
  position: relative;
  z-index: 1;
}
#header .header-wrapper .header-nav .nav-menu > li .menu-link {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #000000;
  letter-spacing: 0.03em;
  padding: 0.6rem 0;
  margin: 0;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  z-index: 0;
  transition: all 0.2s ease-in-out;
}
#header .header-wrapper .header-nav .nav-menu > li .menu-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: center center;
  background-color: #00C583;
  z-index: 0;
  transition: all 0.2s ease-in-out;
}
#header .header-wrapper .header-nav .nav-menu > li .menu-link:hover, #header .header-wrapper .header-nav .nav-menu > li .menu-link.active {
  color: #00C583;
}
#header .header-wrapper .header-nav .nav-menu > li .menu-link:hover::before, #header .header-wrapper .header-nav .nav-menu > li .menu-link.active::before {
  transform: scaleX(1);
}
#header .header-wrapper .header-nav .nav-menu > li .menu-btn {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
  width: fit-content;
  max-width: 100%;
  padding: 0;
  background: none;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #FFFFFF;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  cursor: pointer;
  box-sizing: border-box;
  z-index: 0;
}
#header .header-wrapper .header-nav .nav-menu > li .menu-btn .text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14.4rem;
  height: 4.8rem;
  background: #2E34A9;
  border: none;
  border-radius: 0.4rem;
  color: inherit;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  z-index: 0;
}
#header .header-wrapper .header-nav .nav-menu > li .menu-btn .text em {
  position: relative;
  font-style: normal;
  font-size: inherit;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}
#header .header-wrapper .header-nav .nav-menu > li .menu-btn .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  background: #2E34A9;
  border: none;
  border-radius: 0.4rem;
  color: inherit;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  z-index: 0;
}
#header .header-wrapper .header-nav .nav-menu > li .menu-btn .icon svg {
  display: block;
  width: 1.7rem;
  height: auto;
  z-index: 3;
}
#header .header-wrapper .header-nav .nav-menu > li .menu-btn::before {
  content: "";
  position: absolute;
  display: block;
  top: -15rem;
  left: 0;
  width: 3rem;
  height: 100%;
  background-color: #FFFFFF;
  animation: shiny-brite 3s ease-in-out infinite;
  z-index: 3;
}
#header .header-wrapper .header-nav .nav-menu > li .menu-btn:hover .text, #header .header-wrapper .header-nav .nav-menu > li .menu-btn:hover .icon {
  background: #1D2271;
}
#header.header-scrolled {
  filter: drop-shadow(0rem 0.3rem 3rem rgba(0, 0, 0, 0.2));
}
#header.header-scrolled .header-wrapper .header-nav .nav-menu::before {
  background: #FFFFFF;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  width: 6rem;
  height: 6rem;
  padding: 1.9rem 1.6rem;
  background: #00C583;
  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: #FFFFFF;
  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: #3C3C3C;
}
#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-family: "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0;
  color: #191616;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #mobile-nav .mobile-logo a {
    font-size: 2.4rem;
  }
}
#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: 500;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.05em;
  text-align: left;
  color: #FFFFFF;
  text-decoration: none;
  outline: none;
}
#mobile-nav .mobile-nav-menu > li > a strong {
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 1;
  color: inherit;
  text-decoration: none;
}
#mobile-nav .mobile-nav-menu > li > a span {
  color: inherit;
  text-decoration: none;
}
#mobile-nav .mobile-nav-menu .drop-down > a::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  display: inline-block;
  width: 10px;
  height: 6px;
  background-image: url(../img/common/icon-down.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
#mobile-nav .mobile-nav-menu .drop-down ul {
  display: none;
  overflow: hidden;
}
#mobile-nav .mobile-nav-menu .drop-down li {
  padding-left: 16px;
  border-bottom: 1px solid #323232;
}
#mobile-nav .mobile-nav-menu .drop-down li a {
  position: relative;
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: left;
  color: #323232;
  padding: 1.6rem 0;
  text-decoration: none;
  outline: none;
}
#mobile-nav .mobile-nav-menu .drop-down.active > a::after {
  transform: rotate(180deg);
  transform-origin: center center;
}
#mobile-nav .mobile-nav-action {
  margin-top: 3rem;
}
#mobile-nav .mobile-nav-action .action-btn {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
  width: fit-content;
  max-width: 100%;
  padding: 0;
  background: none;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #FFFFFF;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  cursor: pointer;
  box-sizing: border-box;
  margin: 0 auto;
  z-index: 0;
}
#mobile-nav .mobile-nav-action .action-btn .text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14.4rem;
  height: 4.8rem;
  background: #2E34A9;
  border: none;
  border-radius: 0.4rem;
  color: inherit;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  z-index: 0;
}
#mobile-nav .mobile-nav-action .action-btn .text em {
  position: relative;
  font-style: normal;
  font-size: inherit;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}
#mobile-nav .mobile-nav-action .action-btn .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  background: #2E34A9;
  border: none;
  border-radius: 0.4rem;
  color: inherit;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  z-index: 0;
}
#mobile-nav .mobile-nav-action .action-btn .icon svg {
  display: block;
  width: 1.7rem;
  height: auto;
  z-index: 3;
}
#mobile-nav .mobile-nav-action .action-btn::before {
  content: "";
  position: absolute;
  display: block;
  top: -15rem;
  left: 0;
  width: 3rem;
  height: 100%;
  background-color: #FFFFFF;
  animation: shiny-brite 3s ease-in-out infinite;
  z-index: 3;
}
#mobile-nav .mobile-nav-action .action-btn:hover .text, #mobile-nav .mobile-nav-action .action-btn:hover .icon {
  background: #1D2271;
}

.fixed-mail-btn {
  position: fixed;
  top: 0;
  right: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1rem;
  width: 6rem;
  height: 6rem;
  background: #00C583;
  border: 2px solid #00C583;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  z-index: 996;
}
@media print, screen and (min-width: 769px) {
  .fixed-mail-btn {
    display: none;
  }
}
.fixed-mail-btn svg {
  position: relative;
  display: block;
  width: 3rem;
  z-index: 3;
}
.fixed-mail-btn svg path {
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}

.fixed-phone-btn {
  position: fixed;
  top: 0;
  right: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1rem;
  width: 6rem;
  height: 6rem;
  background: #03345D;
  border: 2px solid #03345D;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  z-index: 996;
}
@media print, screen and (min-width: 769px) {
  .fixed-phone-btn {
    display: none;
  }
}
.fixed-phone-btn span {
  position: relative;
  color: inherit;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 3;
}
.fixed-phone-btn svg {
  position: relative;
  display: block;
  width: 2rem;
  z-index: 3;
}
.fixed-phone-btn svg path {
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
.fixed-phone-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transform-origin: right top;
  transform: scale(0, 1);
  z-index: 1;
}
.fixed-phone-btn:hover {
  color: #03345D;
}
.fixed-phone-btn:hover svg path {
  fill: #03345D;
}
.fixed-phone-btn:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.mobile-nav-overly {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 992;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

/* Mobile Nav body classes */
body.mobile-nav-active #mobile-nav {
  right: 0;
}

@media only screen and (max-width: 768px) {
  [data-aos=zoom-in] {
    transform: scale(0.85);
  }
  [data-aos=fade-up] {
    transform: translate3d(0, 30px, 0);
  }
  [data-aos=fade-left] {
    transform: translate3d(-30px, 0, 0);
  }
  [data-aos=fade-right] {
    transform: translate3d(30px, 0, 0);
  }
}
#footer {
  position: relative;
  background: #D8E6E9;
  padding: 0;
  margin: 0;
  z-index: 0;
}
#footer .footer-wrapper {
  position: relative;
  width: 100%;
  max-width: 80rem;
  padding: 4.8rem 0;
  margin: 0 auto;
}
#footer .footer-wrapper .footer-logo {
  position: relative;
  margin-bottom: 2.4rem;
}
#footer .footer-wrapper .footer-logo .logo-link {
  position: relative;
  display: block;
  width: 21rem;
  padding: 0;
  margin: 0 auto;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #footer .footer-wrapper .footer-logo .logo-link {
    width: 20.1rem;
  }
}
#footer .footer-wrapper .footer-logo .logo-link img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  border: none;
  margin: 0;
}
#footer .footer-wrapper .footer-actions {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.4rem;
  width: 36rem;
  max-width: 100%;
  margin: 0 auto;
}
#footer .footer-wrapper .footer-actions .action-tel {
  position: relative;
  display: block;
}
#footer .footer-wrapper .footer-actions .action-tel .tel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 0.8rem;
}
#footer .footer-wrapper .footer-actions .action-tel .tel img {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 5.5rem;
  height: auto;
}
@media only screen and (max-width: 768px) {
  #footer .footer-wrapper .footer-actions .action-tel .tel img {
    width: 4.6rem;
  }
}
#footer .footer-wrapper .footer-actions .action-tel .tel em {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: fit-content;
  font-style: normal;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 4rem;
  color: #000000;
  white-space: nowrap;
  padding-bottom: 0.4rem;
}
@media only screen and (max-width: 768px) {
  #footer .footer-wrapper .footer-actions .action-tel .tel em {
    font-size: 3.2rem;
    line-height: 3.6rem;
  }
}
#footer .footer-wrapper .footer-actions .action-tel .note {
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000000;
  text-align: center;
  margin-top: 0.6rem;
}
@media only screen and (max-width: 768px) {
  #footer .footer-wrapper .footer-actions .action-tel .note {
    font-size: 1.2rem;
    margin-top: 0.6rem;
  }
}
#footer .footer-wrapper .footer-actions .action-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  width: 36rem;
  max-width: 100%;
  height: 7.6rem;
  padding: 1rem 1rem;
  background: #57DEF2;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 900;
  letter-spacing: 0.025em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  border: 0.4rem solid #000000;
  border-bottom-width: 0.8rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin: 0 auto;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #footer .footer-wrapper .footer-actions .action-btn {
    font-size: 2rem;
    gap: 1rem;
    height: 7.2rem;
  }
}
#footer .footer-wrapper .footer-actions .action-btn img {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 3.4rem;
  height: auto;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #footer .footer-wrapper .footer-actions .action-btn img {
    width: 2.8rem;
  }
}
#footer .footer-wrapper .footer-actions .action-btn span {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: fit-content;
  color: inherit;
  text-decoration: none;
  z-index: 1;
}
#footer .footer-wrapper .footer-actions .action-btn small {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  #footer .footer-wrapper .footer-actions .action-btn small {
    font-size: 1.6rem;
  }
}
#footer .footer-wrapper .footer-actions .action-btn::before {
  content: "";
  position: absolute;
  display: block;
  top: -15rem;
  left: 0;
  width: 3rem;
  height: 100%;
  background-color: #FFFFFF;
  animation: shiny-brite 3s ease-in-out infinite;
  z-index: 3;
}
#footer .footer-wrapper .footer-actions .action-btn:hover {
  filter: brightness(0.9);
}
#footer .footer-wrapper .footer-profile {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  color: #000000;
  text-align: center;
  margin-top: 3.2rem;
}
@media only screen and (max-width: 768px) {
  #footer .footer-wrapper .footer-profile {
    font-size: 1.4rem;
  }
}

.footer-copyright {
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.75;
  color: #000000;
  text-align: center;
  padding: 1.6rem 0;
  margin: 0;
  z-index: 0;
}

#wrapper {
  position: relative;
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
  box-shadow: 0 0 1.2rem 0 rgba(0, 0, 0, 0.1);
  z-index: 0;
}

.mainvisual {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 0;
}
.mainvisual .mainvisual-bg {
  position: relative;
  width: 100%;
  z-index: 0;
}
.mainvisual .mainvisual-cta {
  position: absolute;
  right: 5rem;
  bottom: 3.2rem;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-cta {
    right: 0;
    bottom: 2rem;
    width: 100%;
  }
}
.mainvisual .mainvisual-cta .cta-btn {
  position: relative;
  display: block;
  line-height: 1;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-cta .cta-btn {
    width: 35.8rem;
    max-width: 100%;
    margin: 0 auto;
  }
}
.mainvisual .mainvisual-cta .cta-btn img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border: none;
  z-index: 0;
}
.mainvisual .mainvisual-cta .cta-btn .shi {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mask-image: url("../image/mv-cta.png");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
  overflow: hidden;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-cta .cta-btn .shi {
    height: 99%;
  }
}
.mainvisual .mainvisual-cta .cta-btn .shi::before {
  content: "";
  position: absolute;
  display: block;
  top: -15rem;
  left: 0;
  width: 3rem;
  height: 100%;
  background-color: #FFFFFF;
  animation: shiny-brite 3s ease-in-out infinite;
  z-index: 3;
}
.mainvisual .mainvisual-cta .cta-btn:hover {
  filter: brightness(0.9);
}

#problem {
  position: relative;
  padding: 0;
  padding: 0;
  margin: 0;
  z-index: 0;
}
#problem .problem-image {
  position: relative;
  width: 100%;
  z-index: 0;
}

#service {
  position: relative;
  background-image: url("../image/service-bg-pc.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  padding: 0;
  margin: 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #service {
    background-image: url("../image/service-bg-sp.jpg");
  }
}
#service .service-wrapper {
  position: relative;
  padding: 7.2rem 0 8.4rem;
}
@media only screen and (max-width: 768px) {
  #service .service-wrapper {
    padding: 4.8rem 0 4.8rem;
  }
}
#service .service-wrapper .service-title {
  position: relative;
  display: block;
  padding: 0;
  margin-bottom: 4.8rem;
}
@media only screen and (max-width: 768px) {
  #service .service-wrapper .service-title {
    margin-bottom: 3.2rem;
  }
}
#service .service-wrapper .service-title .title-image {
  position: relative;
  width: 90rem;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #service .service-wrapper .service-title .title-image {
    width: 32rem;
  }
}
#service .service-wrapper .service-list {
  position: relative;
  width: 90rem;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 0;
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  #service .service-wrapper .service-list {
    width: 100%;
    padding: 0 1.6rem;
    gap: 1.2rem;
  }
}
#service .service-wrapper .service-list > li {
  position: relative;
  flex: 0 0 auto;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  #service .service-wrapper .service-list > li {
    width: 100%;
  }
}
#service .service-wrapper .service-list .item {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #service .service-wrapper .service-list .item {
    display: block;
    width: 30rem;
  }
}
@media only screen and (max-width: 768px) {
  #service .service-wrapper .service-list .item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.2rem;
  }
}
#service .service-wrapper .service-list .item .thumb {
  position: relative;
  width: 24rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #service .service-wrapper .service-list .item .thumb {
    width: 12rem;
    flex: 0 0 auto;
    margin: 0;
  }
}
#service .service-wrapper .service-list .item .label {
  position: relative;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  color: #000000;
  margin-top: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #service .service-wrapper .service-list .item .label {
    flex: 1 1 auto;
    width: auto;
    font-size: 2rem;
    text-align: left;
    margin: 0;
  }
}

#price {
  position: relative;
  background-image: url("../image/price-bg-pc.jpg");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: repeat-y;
  padding: 0;
  margin: 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #price {
    background-image: url("../image/price-bg-sp.jpg");
    padding: 0 1.6rem;
  }
}
#price .price-wrapper {
  position: relative;
  padding: 3.2rem 0 7rem;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #price .price-wrapper {
    padding: 2.4rem 0 4.8rem;
  }
}
#price .price-wrapper .price-title {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #price .price-wrapper .price-title {
    margin-bottom: 2.4rem;
  }
}
#price .price-wrapper .price-title .title-image {
  position: relative;
  width: 108.5rem;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #price .price-wrapper .price-title .title-image {
    width: 32rem;
  }
}
#price .price-wrapper .price-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
  width: 100%;
  max-width: 118.4rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #price .price-wrapper .price-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
#price .price-wrapper .price-list > li {
  position: relative;
}
#price .price-wrapper .price-list .price-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border: 0.5rem solid #00C583;
  border-radius: 2rem;
  background: #F5FFFC;
  padding: 3.5rem 3.5rem;
}
@media only screen and (max-width: 768px) {
  #price .price-wrapper .price-list .price-card {
    border-width: 0.6rem;
    padding: 2.6rem 1.8rem;
  }
}
#price .price-wrapper .price-list .price-card .label {
  position: relative;
  display: block;
  background: #00C583;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #FFFFFF;
  padding: 0.7rem 0;
  margin-bottom: 1.6rem;
}
#price .price-wrapper .price-list .price-card .size {
  position: relative;
  margin-bottom: 1.6rem;
}
#price .price-wrapper .price-list .price-card .size strong {
  position: relative;
  display: block;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 4.4rem;
  color: #00C583;
  text-align: center;
}
#price .price-wrapper .price-list .price-card .size small {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #636363;
  text-align: center;
}
#price .price-wrapper .price-list .price-card .price {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 4.5rem;
  color: #FF3C00;
  text-align: center;
}
#price .price-wrapper .price-list .price-card .price em {
  position: relative;
  font-style: normal;
  display: inline-block;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1;
}
#price .price-wrapper .price-list .price-card .specs {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
  text-align: left;
  margin-top: 3.2rem;
}
#price .price-wrapper .price-list .price-card .specs > li {
  position: relative;
  padding: 0 0 1.2rem 4.4rem;
}
#price .price-wrapper .price-list .price-card .specs > li:not(:last-child) {
  margin-bottom: 1rem;
}
#price .price-wrapper .price-list .price-card .specs > li::before {
  content: "";
  position: absolute;
  top: 0.1rem;
  left: 0;
  display: block;
  width: 3.8rem;
  height: 2.2rem;
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='22' viewBox='0 0 38 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999756 5.44493L11.8347 21.0005L36.9998 5.44493L30.7085 1.00049L13.9318 17.4449L6.9415 1.00049L0.999756 5.44493Z' fill='%2319ACC1'/%3E%3Cpath d='M6.4382 0.135988C6.66756 0.00240467 6.94256 -0.0354787 7.20187 0.0344253C7.49829 0.114346 7.74185 0.326143 7.86203 0.608644L14.278 15.7043L30.0085 0.286378L30.0749 0.225832C30.4197 -0.0565957 30.9159 -0.0775016 31.2859 0.183839L37.5769 4.62818C37.8509 4.82186 38.01 5.14043 37.9997 5.47583C37.9893 5.81115 37.8105 6.11876 37.5251 6.29517L12.3601 21.8508C11.9084 22.1298 11.3178 22.0072 11.0144 21.5715L0.17941 6.01587C-0.128615 5.5735 -0.0305775 4.96669 0.40109 4.6438L6.3425 0.199464L6.4382 0.135988ZM13.9314 17.4446L6.94113 1.00025L0.999723 5.44458L11.8347 21.0002L36.9997 5.44458L30.7087 1.00025L13.9314 17.4446Z' fill='black'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
}
#price .price-wrapper .price-list .price-card .specs > li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 0.3rem;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='3' viewBox='0 0 14 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.99219 0C2.82061 0 3.49219 0.671573 3.49219 1.5C3.49219 2.32843 2.82061 3 1.99219 3H1.5C0.671573 3 0 2.32843 0 1.5C0 0.671573 0.671573 0 1.5 0H1.99219ZM8.88477 0C9.71319 0 10.3848 0.671573 10.3848 1.5C10.3848 2.32843 9.71319 3 8.88477 3H7.90039C7.07202 2.99994 6.40039 2.32839 6.40039 1.5C6.40039 0.671613 7.07202 6.44218e-05 7.90039 0H8.88477Z' fill='%23A3B1CD'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: repeat-x;
  background-position: center left;
  z-index: 0;
}
#price .price-wrapper .price-list .price-card .note {
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
  text-align: center;
  margin-top: 2.4rem;
}
#price .price-wrapper .price-list .price-card.green-card {
  border-color: #00C583;
  background: #F5FFFC;
}
#price .price-wrapper .price-list .price-card.green-card .label {
  background: #00C583;
}
#price .price-wrapper .price-list .price-card.green-card .size strong {
  color: #00C583;
}
#price .price-wrapper .price-list .price-card.sky-card {
  border-color: #19ACC1;
  background: #F5FBFF;
}
#price .price-wrapper .price-list .price-card.sky-card .label {
  background: #19ACC1;
}
#price .price-wrapper .price-list .price-card.sky-card .size strong {
  color: #19ACC1;
}
#price .price-wrapper .price-list .price-card.blue-card {
  border-color: #2880C8;
  background: #F5FFFC;
}
#price .price-wrapper .price-list .price-card.blue-card .label {
  background: #2880C8;
}
#price .price-wrapper .price-list .price-card.blue-card .size strong {
  color: #2880C8;
}
#price .price-wrapper .price-news {
  position: relative;
  width: 90rem;
  max-width: 100%;
  padding: 3.6rem 3.6rem;
  background: #FFF0EB;
  border: 0.4rem solid #FFFFFF;
  border-radius: 2rem;
  box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.1);
  margin: 3.6rem auto 0;
}
@media print, screen and (min-width: 769px) {
  #price .price-wrapper .price-news {
    display: flex;
    align-items: flex-end;
    flex-direction: row-reverse;
    gap: 3.2rem;
  }
}
@media only screen and (max-width: 768px) {
  #price .price-wrapper .price-news {
    margin-top: 3.2rem;
    padding: 2rem 2rem;
  }
}
#price .price-wrapper .price-news .icon {
  position: relative;
  width: 16rem;
  max-width: 100%;
}
@media print, screen and (min-width: 769px) {
  #price .price-wrapper .price-news .icon {
    flex: 0 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  #price .price-wrapper .price-news .icon {
    width: 10rem;
    margin: 0 auto 2rem;
  }
}
#price .price-wrapper .price-news .content {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #price .price-wrapper .price-news .content {
    flex: 1 1 auto;
    width: auto;
  }
}
#price .price-wrapper .price-news .content .title {
  position: relative;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 3.6rem;
  color: #FF3C00;
  text-align: left;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  #price .price-wrapper .price-news .content .title {
    font-size: 2.2rem;
    line-height: 3rem;
    text-align: center;
    margin-bottom: 1.6rem;
  }
}
#price .price-wrapper .price-news .content .desc {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.025em;
  color: #000000;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #price .price-wrapper .price-news .content .desc {
    font-size: 1.4rem;
  }
}

#reason {
  position: relative;
  background-image: url("../image/reason-bg-pc.jpg");
  background-size: 81.9rem auto;
  background-position: top left;
  background-repeat: repeat;
  padding: 0;
  margin: 0;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #reason {
    background-image: url("../image/reason-bg-sp.jpg");
    background-size: 100% auto;
  }
}
#reason .reason-wrapper {
  position: relative;
  padding: 4.5rem 0 15rem;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #reason .reason-wrapper {
    padding: 2.4rem 1.6rem 8.4rem;
  }
}
#reason .reason-wrapper .reason-title {
  position: relative;
  margin-bottom: -4.8rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #reason .reason-wrapper .reason-title {
    margin-bottom: 2.4rem;
  }
}
#reason .reason-wrapper .reason-title .title-image {
  position: relative;
  width: 102.8rem;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #reason .reason-wrapper .reason-title .title-image {
    width: 33.6rem;
  }
}
#reason .reason-wrapper .reason-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 3rem;
  width: 100%;
  max-width: 104.4rem;
  margin: 0 auto;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #reason .reason-wrapper .reason-list {
    gap: 1.6rem;
  }
}
#reason .reason-wrapper .reason-list .reason-card {
  position: relative;
  display: block;
  width: 100%;
  z-index: 0;
}
#reason .reason-wrapper .reason-list .reason-card .thumb {
  position: relative;
  width: 100%;
  margin: 0;
  z-index: 0;
}
#reason .reason-wrapper .reason-list .reason-card .title {
  position: absolute;
  top: 7.2rem;
  left: 14.8rem;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 4.4rem;
  color: #FFFFFF;
  text-align: left;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #reason .reason-wrapper .reason-list .reason-card .title {
    top: 3rem;
    left: 7.8rem;
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
#reason .reason-wrapper .reason-list .reason-card .title span {
  color: #FFF35C;
}
#reason .reason-wrapper .reason-list .reason-card .desc {
  position: absolute;
  top: 16.4rem;
  left: 11.2rem;
  width: fit-content;
  max-width: 45rem;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.5;
  color: #000000;
  text-align: left;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  #reason .reason-wrapper .reason-list .reason-card .desc {
    top: 28rem;
    left: 3.8rem;
    font-size: 1.8rem;
    width: 28.8rem;
    max-width: 100%;
  }
}
#reason .reason-wrapper .reason-list > li {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #reason .reason-wrapper .reason-list > li:nth-child(2) .reason-card .title {
    top: 6.6rem;
    left: 17.2rem;
  }
  #reason .reason-wrapper .reason-list > li:nth-child(2) .reason-card .desc {
    top: 17.6rem;
    left: 15.4rem;
  }
  #reason .reason-wrapper .reason-list > li:nth-child(3) .reason-card .desc {
    top: 17.6rem;
  }
  #reason .reason-wrapper .reason-list > li:nth-child(4) .reason-card .title {
    top: 6.6rem;
    left: 17.2rem;
  }
  #reason .reason-wrapper .reason-list > li:nth-child(4) .reason-card .desc {
    top: 17.6rem;
    left: 15.4rem;
  }
}
@media only screen and (max-width: 768px) {
  #reason .reason-wrapper .reason-list > li:nth-child(2) .reason-card .title {
    left: 8rem;
  }
  #reason .reason-wrapper .reason-list > li:nth-child(2) .reason-card .desc {
    top: 30.6rem;
    left: 4rem;
  }
  #reason .reason-wrapper .reason-list > li:nth-child(3) .reason-card .title {
    left: 9rem;
  }
  #reason .reason-wrapper .reason-list > li:nth-child(3) .reason-card .desc {
    top: 29.4rem;
    left: 4rem;
  }
  #reason .reason-wrapper .reason-list > li:nth-child(4) .reason-card .title {
    left: 9rem;
  }
  #reason .reason-wrapper .reason-list > li:nth-child(4) .reason-card .desc {
    top: 30.6rem;
    left: 4rem;
  }
}
#reason .reason-slider-wrapper {
  position: absolute;
  left: 0;
  bottom: -3.6rem;
  width: 100%;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #reason .reason-slider-wrapper {
    bottom: -2rem;
  }
}
#reason .reason-slider-wrapper .infinite-text-slider {
  position: relative;
  font-family: "Josefin Sans", sans-serif;
  font-size: 12.8rem;
  font-weight: 700;
  line-height: 1;
  color: #9CE4EE;
  text-align: left;
  white-space: nowrap;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  #reason .reason-slider-wrapper .infinite-text-slider {
    font-size: 7.2rem;
  }
}
#reason .reason-slider-wrapper .infinite-text-slider__track {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4.8rem;
  width: max-content;
  animation: infinite-slider-scroll 40s linear infinite;
  will-change: transform;
}
@media only screen and (max-width: 768px) {
  #reason .reason-slider-wrapper .infinite-text-slider__track {
    gap: 2.4rem;
  }
}
#reason .reason-slider-wrapper .infinite-text-slider .text {
  position: relative;
  padding: 0;
  width: fit-content;
  font: inherit;
  color: inherit;
}

#area {
  position: relative;
  background-image: url("../image/area-bg-pc.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #area {
    padding: 0 1.6rem;
    background-image: url("../image/area-bg-sp.jpg");
  }
}
#area .area-wrapper {
  position: relative;
  padding: 6.4rem 0;
  width: 128rem;
  max-width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  #area .area-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
    gap: 9.5rem;
  }
}
@media only screen and (max-width: 768px) {
  #area .area-wrapper {
    padding: 4.8rem 0;
  }
}
#area .area-wrapper .area-image {
  position: relative;
  width: 48rem;
  max-width: 100%;
}
@media print, screen and (min-width: 769px) {
  #area .area-wrapper .area-image {
    flex: 0 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  #area .area-wrapper .area-image {
    width: 30rem;
    margin: 0 auto 3.2rem;
  }
}
#area .area-wrapper .area-panel {
  position: relative;
  padding: 2.4rem 2.4rem;
  background: rgba(255, 250, 205, 0.5);
  border-radius: 2rem;
}
@media print, screen and (min-width: 769px) {
  #area .area-wrapper .area-panel {
    width: 62.8rem;
    max-width: 100%;
    flex: 0 0 auto;
  }
}
#area .area-wrapper .area-panel .lead {
  position: relative;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.5;
  color: #000000;
  text-align: left;
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 768px) {
  #area .area-wrapper .area-panel .lead {
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 2.4rem;
  }
}
#area .area-wrapper .area-panel .lead span {
  display: inline-block;
  font-size: 4.8rem;
  font-weight: inherit;
  color: #19ACC1;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #area .area-wrapper .area-panel .lead span {
    font-size: 3.6rem;
    line-height: 4rem;
  }
}
#area .area-wrapper .area-panel .lead strong {
  display: inline-block;
  font-size: 6.4rem;
  font-weight: inherit;
  color: #FF3C00;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #area .area-wrapper .area-panel .lead strong {
    font-size: 5rem;
    line-height: 6rem;
  }
}
#area .area-wrapper .area-panel .sub {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #FF3C00;
  text-align: center;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  #area .area-wrapper .area-panel .sub {
    font-size: 1.8rem;
  }
}
#area .area-wrapper .area-panel .desc {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #area .area-wrapper .area-panel .desc {
    font-size: 1.4rem;
    text-align: left;
  }
}

#flow {
  position: relative;
  background: #FFF4E9;
  padding: 0;
  margin: 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #flow {
    padding: 0 1.6rem;
  }
}
#flow .flow-wrapper {
  position: relative;
  padding: 6.4rem 0;
  width: 105.4rem;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #flow .flow-wrapper {
    padding: 4.8rem 0;
  }
}
#flow .flow-wrapper .flow-title {
  position: relative;
  margin-bottom: 4.8rem;
}
#flow .flow-wrapper .flow-title .title-image {
  position: relative;
  width: 33.2rem;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #flow .flow-wrapper .flow-title .title-image {
    width: 17.2rem;
  }
}
#flow .flow-wrapper .flow-list {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #flow .flow-wrapper .flow-list {
    display: flex;
    justify-content: space-between;
  }
  #flow .flow-wrapper .flow-list::before {
    content: "";
    position: absolute;
    top: 9.6rem;
    left: calc(50% - 43.1rem);
    width: 86.2rem;
    max-width: 100%;
    height: 17.8rem;
    background-image: url("data:image/svg+xml,%3Csvg width='862' height='178' viewBox='0 0 862 178' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M218.267 0.490416C219.362 -0.228221 220.813 -0.155264 221.835 0.697448L426.063 171.177L654.219 0.597838C655.337 -0.237773 656.884 -0.192999 657.951 0.706237L862 172.706L858.132 177.294L655.904 6.82928L427.759 177.402C426.645 178.235 425.105 178.194 424.038 177.303L219.858 6.86346L3.71769 177.356L0 172.645L218.053 0.644713L218.267 0.490416Z' fill='black'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 0;
  }
}
#flow .flow-wrapper .flow-list > li {
  position: relative;
  display: block;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  #flow .flow-wrapper .flow-list > li {
    flex: 0 0 auto;
    width: fit-content;
  }
  #flow .flow-wrapper .flow-list > li:nth-child(odd) {
    padding-top: 16.6rem;
  }
}
@media only screen and (max-width: 768px) {
  #flow .flow-wrapper .flow-list > li:not(:last-child) {
    margin-bottom: 3rem;
  }
}
#flow .flow-wrapper .flow-list .flow-item {
  position: relative;
  width: 20rem;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  #flow .flow-wrapper .flow-list .flow-item {
    margin: 0 auto;
  }
}
#flow .flow-wrapper .flow-list .flow-item .step {
  position: absolute;
  top: 0;
  left: -1rem;
  display: block;
  width: 7rem;
  height: 7rem;
  border: 0.5rem solid #000000;
  border-radius: 50%;
  font-family: "Jost", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 6rem;
  letter-spacing: 0;
  text-align: center;
  color: #000000;
  background: #19ACC1;
  z-index: 2;
}
#flow .flow-wrapper .flow-list .flow-item .thumb {
  position: relative;
  width: 100%;
  max-width: 20rem;
  margin: 0 auto;
  z-index: 0;
}
#flow .flow-wrapper .flow-list .flow-item .title {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #000000;
  margin-top: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #flow .flow-wrapper .flow-list .flow-item .title {
    font-size: 1.8rem;
  }
}

.page-banner {
  position: relative;
  background-image: url("../image/banner-bg-pc.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-banner {
    padding: 0 1.6rem;
    background-image: url("../image/banner-bg-sp.jpg");
  }
}
.page-banner .banner-wrapper {
  position: relative;
  width: 100%;
  max-width: 100rem;
  padding: 6.4rem 0;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page-banner .banner-wrapper {
    padding: 4rem 0;
  }
}
.page-banner .banner-wrapper .banner-panel {
  position: relative;
  display: block;
  width: 100%;
  padding: 5rem 5rem;
  background: rgba(255, 255, 255, 0.99);
  border-radius: 3rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-banner .banner-wrapper .banner-panel {
    padding: 2.4rem 2.4rem;
  }
}
.page-banner .banner-wrapper .banner-panel .banner-title {
  position: relative;
  margin-bottom: 1.6rem;
}
.page-banner .banner-wrapper .banner-panel .banner-title .title-image {
  position: relative;
  width: 78.5rem;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page-banner .banner-wrapper .banner-panel .banner-title .title-image {
    width: 31rem;
  }
}
.page-banner .banner-wrapper .banner-panel .banner-point {
  position: relative;
  width: 60.4rem;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page-banner .banner-wrapper .banner-panel .banner-point {
    width: 31rem;
  }
}
.page-banner .banner-wrapper .banner-panel .banner-actions {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .page-banner .banner-wrapper .banner-panel .banner-actions {
    flex-direction: column;
    gap: 1rem;
  }
}
.page-banner .banner-wrapper .banner-panel .banner-actions > li {
  position: relative;
  flex: 0 0 auto;
  width: fit-content;
}
.page-banner .banner-wrapper .banner-panel .banner-actions .action-tel {
  position: relative;
  display: block;
}
.page-banner .banner-wrapper .banner-panel .banner-actions .action-tel .sup {
  position: relative;
  display: block;
  font-size: 2rem;
  font-weight: 900;
  line-height: 2.4rem;
  text-align: center;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .page-banner .banner-wrapper .banner-panel .banner-actions .action-tel .sup {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.page-banner .banner-wrapper .banner-panel .banner-actions .action-tel .sup span {
  color: #FF3C00;
}
.page-banner .banner-wrapper .banner-panel .banner-actions .action-tel .tel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 0.8rem;
}
.page-banner .banner-wrapper .banner-panel .banner-actions .action-tel .tel img {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 7.7rem;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .page-banner .banner-wrapper .banner-panel .banner-actions .action-tel .tel img {
    width: 5.5rem;
  }
}
.page-banner .banner-wrapper .banner-panel .banner-actions .action-tel .tel em {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: fit-content;
  font-style: normal;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 5.4rem;
  color: #19ACC1;
  white-space: nowrap;
  padding-bottom: 0.4rem;
}
@media only screen and (max-width: 768px) {
  .page-banner .banner-wrapper .banner-panel .banner-actions .action-tel .tel em {
    font-size: 3.2rem;
    line-height: 3.6rem;
    padding-bottom: 0.2rem;
  }
}
.page-banner .banner-wrapper .banner-panel .banner-actions .action-tel .note {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000000;
  text-align: center;
  margin-top: 0.6rem;
}
@media only screen and (max-width: 768px) {
  .page-banner .banner-wrapper .banner-panel .banner-actions .action-tel .note {
    font-size: 1.4rem;
    margin-top: 0.8rem;
  }
}
.page-banner .banner-wrapper .banner-panel .banner-actions .action-btn {
  position: relative;
  display: block;
  width: 44.4rem;
  max-width: 100%;
  text-decoration: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-banner .banner-wrapper .banner-panel .banner-actions .action-btn {
    width: 31rem;
  }
}
.page-banner .banner-wrapper .banner-panel .banner-actions .action-btn .btn-image {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  z-index: 0;
}
.page-banner .banner-wrapper .banner-panel .banner-actions .action-btn::before {
  content: "";
  position: absolute;
  display: block;
  top: -15rem;
  left: 0;
  width: 3rem;
  height: 100%;
  background-color: #FFFFFF;
  animation: shiny-brite 3s ease-in-out infinite;
  z-index: 3;
}
.page-banner .banner-wrapper .banner-panel .banner-actions .action-btn:hover {
  filter: brightness(0.9);
}

#faq {
  position: relative;
  background: #EAECEE;
  padding: 0;
  margin: 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #faq {
    padding: 0 1.6rem;
  }
}
#faq .faq-wrapper {
  position: relative;
  padding: 6.4rem 0;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #faq .faq-wrapper {
    padding: 4.8rem 0;
  }
}
#faq .faq-wrapper .faq-title {
  position: relative;
  margin-bottom: 4.8rem;
}
@media only screen and (max-width: 768px) {
  #faq .faq-wrapper .faq-title {
    margin-bottom: 3.2rem;
  }
}
#faq .faq-wrapper .faq-title .title-image {
  position: relative;
  width: 38.5rem;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #faq .faq-wrapper .faq-title .title-image {
    width: 19.7rem;
  }
}
#faq .faq-wrapper .faq-list {
  position: relative;
  display: block;
}
#faq .faq-wrapper .faq-list .faq-item {
  position: relative;
  background: #FFFFFF;
  padding: 0;
  overflow: hidden;
  z-index: 0;
}
#faq .faq-wrapper .faq-list .faq-item .question {
  position: relative;
  display: block;
  background: #19ACC1;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #faq .faq-wrapper .faq-list .faq-item .question {
    min-height: 6.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#faq .faq-wrapper .faq-list .faq-item .question h4 {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  text-align: left;
  color: #FFFFFF;
  padding: 1.8rem 6.4rem 1.8rem 9rem;
}
@media only screen and (max-width: 768px) {
  #faq .faq-wrapper .faq-list .faq-item .question h4 {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 1.2rem 4.2rem 1.2rem 5.8rem;
    width: 100%;
  }
}
#faq .faq-wrapper .faq-list .faq-item .question h4::before {
  content: "Q";
  position: absolute;
  top: 1.2rem;
  left: 3.2rem;
  width: 4rem;
  height: 4rem;
  background: #FFFFFF;
  font-family: "Jost", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 4rem;
  letter-spacing: 0;
  color: #19ACC1;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #faq .faq-wrapper .faq-list .faq-item .question h4::before {
    top: calc(50% - 1.6rem);
    left: 1.6rem;
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
#faq .faq-wrapper .faq-list .faq-item .question::after {
  content: "";
  position: absolute;
  top: calc(50% - 1rem);
  right: 3.2rem;
  display: block;
  width: 1.6rem;
  height: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='20' viewBox='0 0 16 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.18525 0.483243C8.87092 0.173807 8.44482 0 8.00056 0C7.5563 0 7.1302 0.173807 6.81587 0.483243L0.491179 6.7138C0.176682 7.02378 -4.68636e-09 7.4442 0 7.88258C4.68636e-09 8.32096 0.176682 8.74138 0.491179 9.05136C0.805675 9.36134 1.23222 9.53548 1.67699 9.53548C2.12175 9.53548 2.5483 9.36134 2.8628 9.05136L6.32411 5.64086V18.3476C6.32411 18.7859 6.50073 19.2061 6.81513 19.516C7.12952 19.8259 7.55594 20 8.00056 20C8.44518 20 8.87159 19.8259 9.18599 19.516C9.50038 19.2061 9.67701 18.7859 9.67701 18.3476V5.64086L13.1372 9.05136C13.2929 9.20485 13.4778 9.3266 13.6813 9.40966C13.8847 9.49273 14.1028 9.53548 14.323 9.53548C14.5432 9.53548 14.7613 9.49273 14.9648 9.40966C15.1682 9.3266 15.3531 9.20485 15.5088 9.05136C15.6645 8.89787 15.7881 8.71566 15.8723 8.51512C15.9566 8.31458 16 8.09964 16 7.88258C16 7.66552 15.9566 7.45058 15.8723 7.25004C15.7881 7.0495 15.6645 6.86729 15.5088 6.7138L9.18525 0.483243Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.4s ease-in-out;
  transform-origin: center center;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #faq .faq-wrapper .faq-list .faq-item .question::after {
    top: calc(50% - 0.9rem);
    right: 1.6rem;
    width: 1.4rem;
    height: 1.8rem;
  }
}
#faq .faq-wrapper .faq-list .faq-item .question.expanded::after {
  transform: rotate(180deg);
}
#faq .faq-wrapper .faq-list .faq-item .answer {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  text-align: left;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  #faq .faq-wrapper .faq-list .faq-item .answer {
    font-size: 1.4rem;
  }
}
#faq .faq-wrapper .faq-list .faq-item .answer .inner {
  position: relative;
  padding: 1.2rem 3.2rem 1.2rem 9rem;
}
@media only screen and (max-width: 768px) {
  #faq .faq-wrapper .faq-list .faq-item .answer .inner {
    padding: 1.2rem 1.6rem 1.2rem 5.8rem;
  }
}
#faq .faq-wrapper .faq-list .faq-item .answer .inner::before {
  content: "A";
  position: absolute;
  top: calc(50% - 2rem);
  left: 3.2rem;
  width: 4rem;
  height: 4rem;
  background: #19ACC1;
  font-family: "Jost", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 4rem;
  color: #FFFFFF;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #faq .faq-wrapper .faq-list .faq-item .answer .inner::before {
    left: 1.6rem;
    top: 1.2rem;
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
#faq .faq-wrapper .faq-list .faq-item .answer .inner p {
  position: relative;
  margin: 0;
}
#faq .faq-wrapper .faq-list .faq-item.faq-item {
  margin-top: 1.6rem;
}

#company {
  position: relative;
  background-image: url("../image/company-bg-pc.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #company {
    padding: 0 1.6rem;
    background-image: url("../image/company-bg-sp.jpg");
  }
}
#company .company-wrapper {
  position: relative;
  padding: 6.4rem 0;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #company .company-wrapper {
    padding: 4.8rem 0;
  }
}
#company .company-wrapper .company-title {
  position: relative;
  margin-bottom: 4.8rem;
}
@media only screen and (max-width: 768px) {
  #company .company-wrapper .company-title {
    margin-bottom: 3.2rem;
  }
}
#company .company-wrapper .company-title .title-image {
  position: relative;
  width: 23.1rem;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #company .company-wrapper .company-title .title-image {
    width: 12.15rem;
  }
}
#company .company-wrapper .company-panel {
  position: relative;
  padding: 3.2rem 4rem 4rem;
  background: #FFFFFF;
  border-radius: 2rem;
}
@media only screen and (max-width: 768px) {
  #company .company-wrapper .company-panel {
    padding: 2rem 2.4rem 2.4rem;
  }
}
#company .company-wrapper .company-panel .company-table {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  color: #000000;
  text-align: left;
  border-collapse: collapse;
  border: none;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  #company .company-wrapper .company-panel .company-table {
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  #company .company-wrapper .company-panel .company-table {
    font-size: 1.4rem;
  }
}
#company .company-wrapper .company-panel .company-table tbody {
  position: relative;
}
#company .company-wrapper .company-panel .company-table tr {
  position: relative;
  border-bottom: 1px solid #CCCCCC;
}
#company .company-wrapper .company-panel .company-table th,
#company .company-wrapper .company-panel .company-table td {
  position: relative;
  padding: 1.6rem 1rem;
  vertical-align: middle;
  text-align: left;
  border: none;
}
@media only screen and (max-width: 768px) {
  #company .company-wrapper .company-panel .company-table th,
  #company .company-wrapper .company-panel .company-table td {
    padding: 1.2rem 0.8rem;
  }
}
#company .company-wrapper .company-panel .company-table th {
  font-weight: 700;
  width: 18rem;
}
@media only screen and (max-width: 768px) {
  #company .company-wrapper .company-panel .company-table th {
    width: 10rem;
    padding-right: 0;
  }
}

.page-contact {
  position: relative;
  background: #FFF4E9;
  padding: 0;
  margin: 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-contact {
    padding: 0 1.6rem;
  }
}
.page-contact .section-wrapper {
  position: relative;
  padding: 6.4rem 0;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page-contact .section-wrapper {
    padding: 4.8rem 0;
  }
}
.page-contact .contact-title {
  position: relative;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .page-contact .contact-title {
    margin-bottom: 3.2rem;
  }
}
.page-contact .contact-title .title-image {
  position: relative;
  width: 64.8rem;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page-contact .contact-title .title-image {
    width: 32.95rem;
  }
}
.page-contact .contact-desc {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #000000;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .page-contact .contact-desc {
    font-size: 1.6rem;
    margin-bottom: 3.2rem;
  }
}
.page-contact .contact-form {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  color: #000000;
  text-align: left;
  word-break: break-all;
}
@media print, screen and (min-width: 769px) {
  .page-contact .contact-form {
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .page-contact .contact-form {
    font-size: 1.4rem;
  }
}
.page-contact .contact-form {
  /* input */
}
.page-contact .contact-form input[type=text],
.page-contact .contact-form input[type=email],
.page-contact .contact-form input[type=tel],
.page-contact .contact-form input[type=number],
.page-contact .contact-form input[type=password],
.page-contact .contact-form input[type=date],
.page-contact .contact-form select,
.page-contact .contact-form textarea {
  position: relative;
  background-color: #FFFFFF;
  border: 0.3rem solid #000000;
  box-sizing: border-box;
  padding: 1.3rem 1.6rem;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  text-align: left;
  color: #000000;
  outline: none;
  border-radius: 0.4rem;
  vertical-align: middle;
  transition: all 0.2s;
}
@media only screen and (max-width: 768px) {
  .page-contact .contact-form input[type=text],
  .page-contact .contact-form input[type=email],
  .page-contact .contact-form input[type=tel],
  .page-contact .contact-form input[type=number],
  .page-contact .contact-form input[type=password],
  .page-contact .contact-form input[type=date],
  .page-contact .contact-form select,
  .page-contact .contact-form textarea {
    font-size: 1.4rem;
  }
}
.page-contact .contact-form input[type=text]::placeholder,
.page-contact .contact-form input[type=email]::placeholder,
.page-contact .contact-form input[type=tel]::placeholder,
.page-contact .contact-form input[type=number]::placeholder,
.page-contact .contact-form input[type=password]::placeholder,
.page-contact .contact-form input[type=date]::placeholder,
.page-contact .contact-form select::placeholder,
.page-contact .contact-form textarea::placeholder {
  color: #A6A6A6;
}
.page-contact .contact-form input[type=text],
.page-contact .contact-form input[type=email],
.page-contact .contact-form input[type=tel],
.page-contact .contact-form input[type=number],
.page-contact .contact-form input[type=password],
.page-contact .contact-form input[type=date],
.page-contact .contact-form select {
  height: 5.6rem;
}
.page-contact .contact-form textarea {
  height: 15rem;
}
.page-contact .contact-form input.js-date-picker {
  background-image: url(../image/icon-calender.svg);
  background-position: right 1.2rem center;
  background-size: 2rem;
  background-repeat: no-repeat;
  padding-right: 3.6rem;
  width: 24rem;
  max-width: 100%;
}
.page-contact .contact-form input[type=text]:focus,
.page-contact .contact-form input[type=email]:focus,
.page-contact .contact-form input[type=tel]:focus,
.page-contact .contact-form input[type=number]:focus,
.page-contact .contact-form input[type=password]:focus,
.page-contact .contact-form select:focus,
.page-contact .contact-form textarea:focus {
  border-color: #57DEF2;
}
.page-contact .contact-form .form-inputs {
  position: relative;
}
.page-contact .contact-form .form-inputs > li {
  position: relative;
}
.page-contact .contact-form .form-inputs > li:not(:last-child) {
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .page-contact .contact-form .form-inputs > li:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.page-contact .contact-form .form-accept {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .page-contact .contact-form .form-accept {
    margin-top: 3.2rem;
  }
}
.page-contact .contact-form .form-accept a {
  color: #FF3C00;
  text-decoration: underline;
}
.page-contact .contact-form .form-submit {
  position: relative;
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .page-contact .contact-form .form-submit {
    margin-top: 3.2rem;
  }
}
.page-contact .contact-form .form-submit .btn-submit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36rem;
  max-width: 100%;
  height: 7.6rem;
  padding: 1rem 1rem;
  background: #57DEF2;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 900;
  letter-spacing: 0.025em;
  color: #000000;
  text-align: center;
  text-decoration: none;
  border: 0.4rem solid #000000;
  border-bottom-width: 0.8rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin: 0 auto;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-contact .contact-form .form-submit .btn-submit {
    font-size: 2rem;
    height: 7.2rem;
  }
}
.page-contact .contact-form .form-submit .btn-submit span {
  position: relative;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}
.page-contact .contact-form .form-submit .btn-submit:hover {
  filter: brightness(0.9);
}
.page-contact .contact-form .input-group {
  position: relative;
}
.page-contact .contact-form .input-group .label {
  position: relative;
  display: block;
  font-weight: 700;
  margin-bottom: 1rem;
}
.page-contact .contact-form .input-group .label .required {
  position: relative;
  display: inline-block;
  padding: 0.1rem 1rem 0.2rem;
  background: #FF3C00;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 2.4rem;
  color: #FFFFFF;
  text-align: center;
  border-radius: 0.4rem;
  margin-left: 1rem;
  vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
  .page-contact .contact-form .input-group .label .required {
    font-size: 1.2rem;
    line-height: 2rem;
    padding: 0.1rem 0.8rem 0.2rem;
  }
}
.page-contact .contact-form .input-group .point {
  position: relative;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6rem;
  color: #626262;
  text-align: left;
  margin-bottom: 1rem;
}
.page-contact .contact-form .input-group .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.page-contact .contact-form .input-group .wpcf7-form-control-wrap .wpcf7-form-control {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .page-contact .contact-form .input-group .wpcf7-form-control-wrap .wpcf7-form-control {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1.2rem 3.2rem;
  }
  .page-contact .contact-form .input-group .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
    position: relative;
    flex: 0 0 auto;
    width: fit-content;
  }
}
@media only screen and (max-width: 768px) {
  .page-contact .contact-form .input-group .wpcf7-form-control-wrap .wpcf7-form-control {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
  }
}
.page-contact .contact-form .input {
  position: relative;
}
.page-contact .contact-form .validate,
.page-contact .contact-form .error-msg {
  color: #FF3C00;
}
.page-contact .contact-form .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.page-contact .contact-form .wpcf7-list-item {
  position: relative;
  display: block;
  padding-left: 0;
  margin: 0;
}
.page-contact .contact-form .wpcf7-list-item label {
  display: inline-block;
  cursor: pointer;
}
.page-contact .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio], .page-contact .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.page-contact .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label, .page-contact .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  padding-left: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .page-contact .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label, .page-contact .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] + .wpcf7-list-item-label {
    padding-left: 3.6rem;
  }
}
.page-contact .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label::before, .page-contact .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label::after, .page-contact .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] + .wpcf7-list-item-label::before, .page-contact .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
}
.page-contact .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label::before, .page-contact .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label::after {
  border-radius: 5rem;
}
.page-contact .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label::before {
  top: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
  border: 0.3rem solid #000000;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .page-contact .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label::before {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.page-contact .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label::after {
  top: 0.7rem;
  left: 0.7rem;
  width: 1.6rem;
  height: 1.6rem;
  background: #57DEF2;
  transition: all 0.2s;
}
@media only screen and (max-width: 768px) {
  .page-contact .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.page-contact .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio]:not(:checked) + .wpcf7-list-item-label::after {
  opacity: 0;
  visibility: hidden;
}
.page-contact .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  visibility: visible;
}
.page-contact .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] + .wpcf7-list-item-label::before {
  top: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
  background-color: #FFFFFF;
  border: 0.3rem solid #000000;
  border-radius: 0.4rem;
}
@media only screen and (max-width: 768px) {
  .page-contact .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] + .wpcf7-list-item-label::before {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.page-contact .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] + .wpcf7-list-item-label::after {
  top: 0.6rem;
  left: 0.6rem;
  width: 2rem;
  height: 1.7rem;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='17' viewBox='0 0 20 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.4899 0.14592C17.7119 0.0099945 17.977 -0.0331159 18.2296 0.025637C18.4822 0.0843898 18.7026 0.240438 18.8445 0.461029L19.8365 2.00088C19.9658 2.20204 20.0211 2.44323 19.9927 2.68187C19.9643 2.92051 19.854 3.14127 19.6812 3.30517L19.6782 3.30925L19.6642 3.3225L19.607 3.37655L19.3816 3.5958C18.1342 4.82734 16.9246 6.0979 15.7544 7.40566C13.5531 9.86942 10.9389 13.0939 9.17947 16.2226C8.6885 17.0955 7.48914 17.2831 6.77773 16.5295L0.279915 9.65833C0.186796 9.55982 0.114087 9.44327 0.0661092 9.31559C0.0181314 9.18792 -0.00413569 9.05173 0.000631356 8.91512C0.0053984 8.77851 0.0371023 8.64427 0.0938586 8.52038C0.150615 8.39649 0.231265 8.28548 0.331015 8.19394L2.29489 6.39099C2.46747 6.23263 2.68877 6.14024 2.9209 6.12964C3.15304 6.11903 3.38157 6.19087 3.5674 6.33286L6.88294 8.86291C12.0622 3.66514 14.999 1.67048 17.4899 0.14592Z' fill='%2319ACC1'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.2s;
}
@media only screen and (max-width: 768px) {
  .page-contact .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] + .wpcf7-list-item-label::after {
    top: 0.5rem;
    left: 0.5rem;
  }
}
.page-contact .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox]:not(:checked) + .wpcf7-list-item-label::after {
  opacity: 0;
  visibility: hidden;
}
.page-contact .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox]:checked + .wpcf7-list-item-label::before {
  border-color: #000000;
}
.page-contact .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  visibility: visible;
}
.page-contact .contact-form .wpcf7-spinner {
  display: none;
}
.page-contact .contact-form .contact-form-step {
  position: relative;
}
.page-contact .contact-form .contact-form-step.form-step01 {
  position: relative;
  display: block;
}
.page-contact .contact-form .contact-form-step.form-step02 {
  position: relative;
  display: none;
}
.page-contact .contact-form .contact-form-step.form-step02 .form-complete {
  position: relative;
  padding: 4rem 0;
}
.page-contact .contact-form .contact-form-step.form-step02 .form-complete h4 {
  position: relative;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #2880C8;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .page-contact .contact-form .contact-form-step.form-step02 .form-complete h4 {
    font-size: 2rem;
  }
}
.page-contact .contact-form .contact-form-step.form-step02 .form-complete p {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.05em;
  text-align: center;
}
.page-contact .wpcf7-response-output {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  color: #000000;
  text-align: center;
  padding: 2rem 2.4rem;
  border-width: 0.3rem;
  border-radius: 0.5rem;
  margin: 4rem auto 0;
}
@media only screen and (max-width: 768px) {
  .page-contact .wpcf7-response-output {
    margin-top: 3.2rem;
    font-size: 1.4rem;
    padding: 2.4rem 1.6rem;
  }
}

.page-index {
  position: relative;
  padding: 4rem 0 5rem;
  height: 30rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../image/page-index.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .page-index {
    height: 20rem;
  }
}
.page-index .container {
  position: relative;
  z-index: 3;
}
.page-index .title {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
}
.page-index .title p {
  position: relative;
  display: block;
  font-family: "Husqvarna Gothic", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 4.4rem;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 1rem;
  z-index: 1;
}
.page-index .title h2 {
  position: relative;
  display: block;
  font-size: 4rem;
  font-weight: 900;
  line-height: 5rem;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  text-align: center;
  text-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .page-index .title h2 {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
.page-index .title h2 small {
  font-size: 2rem;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
@media only screen and (max-width: 768px) {
  .page-index .title h2 small {
    font-size: 1.8rem;
  }
}

.page-breadcrumbs {
  position: relative;
  padding: 12.7rem 0 0;
}
@media only screen and (max-width: 768px) {
  .page-breadcrumbs {
    padding: 9.6rem 0 0;
  }
}
.page-breadcrumbs .container {
  position: relative;
  z-index: 1;
}
.page-breadcrumbs ol {
  display: block;
  list-style: none;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3rem;
  color: #3C3C3C;
}
@media only screen and (max-width: 768px) {
  .page-breadcrumbs ol {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
.page-breadcrumbs ol a {
  color: inherit;
}
.page-breadcrumbs ol a:hover {
  text-decoration: underline;
}
.page-breadcrumbs ol li {
  position: relative;
  display: inline;
}
.page-breadcrumbs ol li + li::before {
  content: "ー";
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
  .page-breadcrumbs ol li + li::before {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

.page-policy .policy-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
.page-policy .policy-title {
  margin: 12rem 0 8rem;
}
@media only screen and (max-width: 768px) {
  .page-policy .policy-title {
    margin: 6rem 0 4rem;
  }
}
.page-policy .policy-title .policy-page-title {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  color: #1F1F20;
}
.page-policy .policy-content {
  margin-top: 8rem;
  padding-bottom: 0;
  line-height: 2.5;
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .page-policy .policy-content {
    margin-top: 4rem;
  }
}
.page-policy .policy-content h2 {
  margin-top: 4rem;
  margin-bottom: 2.4rem;
  font-size: 24px;
  color: #000;
  line-height: 1.75;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 768px) {
  .page-policy .policy-content h2 {
    font-size: 18px;
  }
}
.page-policy .policy-content p,
.page-policy .policy-content ul li {
  font-size: 16px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .page-policy .policy-content p,
  .page-policy .policy-content ul li {
    font-size: 14px;
  }
}
.page-policy .policy-content ul {
  list-style: disc;
  margin: 0 0 0 2rem;
  padding: 0;
}
.page-policy .policy-content ul li {
  padding: 0;
}
.page-policy .policy-content .policy-contact {
  margin-top: 4rem;
}
.page-policy .policy-content .policy-contact h2 {
  margin-top: 0;
}
.page-policy .policy-content .policy-contact p {
  margin-top: 0;
}
.page-policy .policy-back {
  margin-top: 6rem;
  text-align: center;
  padding-bottom: 10rem;
}
@media only screen and (max-width: 768px) {
  .page-policy .policy-back {
    margin-top: 4rem;
    padding-bottom: 6rem;
  }
}
.page-policy .policy-back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  min-width: 28rem;
  max-width: 100%;
  padding: 1.4rem 4rem;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #000;
  text-decoration: none;
  background: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  transition: color 0.2s ease, background-color 0.2s ease;
}
@media only screen and (max-width: 768px) {
  .page-policy .policy-back-btn {
    min-width: 24rem;
    padding: 1.2rem 3rem;
    font-size: 14px;
  }
}
.page-policy .policy-back-btn__icon {
  display: inline-block;
  font-size: 1.1em;
  line-height: 1;
  transition: transform 0.25s ease;
}
.page-policy .policy-back-btn:hover {
  color: #000000;
  background-color: #f5f5f5;
}
.page-policy .policy-back-btn:hover .policy-back-btn__icon {
  transform: translateX(0.5rem);
}
