@charset "UTF-8";

html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
	width:100%;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

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

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

body {
  font-size: 1rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 1024px) {
  body {
    overflow: hidden;
  }
}

a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s all;
}

img {
  width: 100%;
  display: block;
  max-width: 630px;
}

li {
  list-style: none;
}

span {
  display: block;
}

.main-layout {
  background-color: #021B79;
  display: flex;
  justify-content: center;
}

.pc-br {
  display: none;
}
@media screen and (min-width: 1024px) {
  .pc-br {
    display: block;
  }
}

.sp-br {
  display: block;
}
@media screen and (min-width: 1024px) {
  .sp-br {
    display: none;
  }
}

.bg-white {
  background-color: #fff;
}

/*===========
inview
===========*/
.fade {
  opacity: 0;
  transition: 1.5s;
}

.fade-in {
  opacity: 1;
}

.contact-button {
  width: 100%;
  display: block;
  border-radius: 10px;
  padding: 15px 0;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
}
.contact-button:hover {
  transform: scale(1.02);
}

.sp-contact-button {
  width: 100%;
  display: block;
  padding: 15px 0;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  margin-top: 15px;
  border-radius: 5.074px;
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.sp-contact-button:hover {
  transform: scale(1.02);
}
.sp-contact-button:first-child {
  margin-top: 0;
}
.sp-contact-button::before {
  content: "";
  position: absolute;
  width: 30px;
  background-size: cover;
  display: inline-block;
  background-position: center;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.line-button {
  background-color: #06C755;
}
.line-button::before {
  background-image: url("../img/line.png");
  height: 28.5846px;
}

.tel-button {
  background: linear-gradient(90deg, #021B79, #0575E6);
}
.tel-button::before {
  background-image: url("../img/tel.png");
  height: 29.9983px;
}

.sp-tel-button {
  background: none;
  background-color: #fff;
  color: #0575E6;
}
.sp-tel-button::before {
  background-image: url("../img/tel.png");
  height: 29.9983px;
}

.mail-button {
  background-color: #727171;
}
.mail-button::before {
  background-image: url("../img/mail.png");
  height: 22.6413px;
}

.blue-button {
  font-size: clamp(0.75rem, 0.5333204931rem + 0.9244992296vw, 1.125rem);
  color: #fff;
  font-weight: 700;
  background: linear-gradient(90deg, #021B79, #0575E6);
  position: relative;
  border-radius: 15px;
  text-align: center;
  max-width: 260px;
}
.blue-button:hover {
  transform: scale(1.02);
}
@media screen and (min-width: 1024px) {
  .blue-button {
    font-size: 0.75rem;
  }
}
.blue-button::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  right: 13px;
  transform: rotate(45deg) translateY(-60%);
}

.sec-title {
  color: #021B79;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.5138674884rem + 1.5408320493vw, 1.5rem);
}
@media screen and (min-width: 1024px) {
  .sec-title {
    font-size: 0.875rem;
  }
}

.inner {
  padding: 0 15px;
}

.body-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #021B79;
}

.sp-header {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px 15px 20px;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
}
.sp-header.nav-open {
  background: linear-gradient(90deg, #021B79, #0575E6);
}
@media screen and (min-width: 1024px) {
  .sp-header {
    display: none;
  }
}

.sp-nav-area {
  display: none;
}
.sp-nav-area.nav-open {
  display: block;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #021B79, #0575E6);
  padding: 98px 20px 40px 20px;
  z-index: 1;
}

.sp-site-logo {
  width: 201.5435px;
}
.sp-site-logo.nav-open {
  display: none;
}

.sp-site-logo-w {
  display: none;
}
.sp-site-logo-w.nav-open {
  display: block;
  width: 201.5435px;
}

.hamburger-area {
  background-color: #1562AE;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.hamburger-area.nav-open {
  background-color: #fff;
}

.hamburger-line {
  width: 15px;
  height: 1.5px;
  background-color: #fff;
  position: relative;
  transition: 0.3s ease;
}
.hamburger-line::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 1.5px;
  background-color: #fff;
  top: 5px;
}
.hamburger-line::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 1.5px;
  background-color: #fff;
  top: -5px;
}
.hamburger-line.nav-open {
  background-color: transparent;
}
.hamburger-line.nav-open::before {
  transform: rotate(-45deg);
  background-color: #1562AE;
  top: 0;
}
.hamburger-line.nav-open::after {
  transform: rotate(45deg);
  background-color: #1562AE;
  top: 0;
}

.pc-header {
  background-color: #021B79;
  padding-top: 50px;
  display: none;
  padding-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .pc-header {
    display: block;
  }
}

.pc-site-logo {
  height: 60px;
  width: auto;
  margin: 0 auto;
}

.left-menu {
  display: none;
}
@media screen and (min-width: 1024px) {
  .left-menu {
    display: block;
    width: 25.3125%;
    max-width: 405px;
    background-color: #021B79;
  }
}

.left-menu__inner {
  margin-left: 17.2839506173%;
  margin-top: -15px;
}

.left-menu__button {
  margin-top: 10px;
  width: 100%;
}
.left-menu__button:first-of-type {
  margin-top: 50px;
}
.left-menu__button img {
  display: none;
}
@media screen and (min-width: 1024px) {
  .left-menu__button img {
    display: block;
  }
}

.left-menu__line-button {
  background-color: #06C755;
}

.left-menu__tel-button {
  background-color: #fff;
  color: #0575E6;
}

.left-menu__mail-button {
  background-color: #727171;
}

.right-menu {
  display: none;
}
@media screen and (min-width: 1024px) {
  .right-menu {
    display: block;
    width: 35.9375%;
    max-width: 575px;
    background-color: #021B79;
  }
}

.right-menu__inner {
  margin-left: 8.6956521739%;
  margin-top: -15px;
  margin-right: 5.2173913043%;
}

.right-menu__flex {
  display: flex;
  flex-wrap: wrap;
}

.right-menu__flex-item {
  width: 50%;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  text-align: center;
}
.right-menu__flex-item:nth-child(3), .right-menu__flex-item:nth-child(5) {
  border-left: 2px solid #fff;
}
.right-menu__flex-item:nth-child(2) {
  border-top: 2px solid #fff;
}
.right-menu__flex-item:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.right-menu__flex-item:nth-child(1) a {
  padding: 0;
}
.right-menu__flex-item:nth-child(1) a:hover {
  background-color: #021B79;
}
.right-menu__flex-item a {
  display: block;
  padding-top: clamp(2.5rem, -0.8333333333rem + 5.2083333333vw, 4.375rem);
  padding-bottom: clamp(1.875rem, 0.6527777778rem + 1.9097222222vw, 2.5625rem);
}
.right-menu__flex-item a:hover {
  background-color: #fff;
  color: #021B79;
}
.right-menu__flex-item a:hover .right-menu__view-more::after {
  border-color: #021B79;
}

.right-menu__logo {
  width: 82.2130346232%;
  margin: 0 auto;
}

.right-menu__magic {
  font-weight: 700;
  font-size: clamp(0.875rem, 0.5638888889rem + 0.4861111111vw, 1.05rem);
}

.right-menu__no {
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(1.875rem, 0.5416666667rem + 2.0833333333vw, 2.625rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 10px;
}

.right-menu__clean-type {
  margin-top: 7px;
  font-size: clamp(0.875rem, 0.2083333333rem + 1.0416666667vw, 1.25rem);
  font-weight: 900;
}

.right-menu__view-more {
  margin-top: clamp(1.25rem, -1.6388888889rem + 4.5138888889vw, 2.875rem);
  font-size: 0.9rem;
  font-weight: 700;
  position: relative;
}
.right-menu__view-more::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  bottom: -14px;
  left: 49%;
  transform: rotate(45deg) translatex(-50%);
}

@media screen and (min-width: 1024px) {
  main {
    width: 38.75%;
    max-width: 620px;
  }
}

.main__inner {
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  .main__inner {
    margin-left: clamp(1.875rem, -13.6805555556rem + 24.3055555556vw, 10.625rem);
    margin-top: 20px;
    border: 2px solid #fff;
    border-radius: 50px 50px 0 0;
    overflow-y: auto;
    height: calc(100vh - 20px);
    background-color: #021B79;
  }
}

.nav {
  width: 100%;
}
.nav li {
  border-top: 1px solid #fff;
  position: relative;
}
.nav li:last-child {
  border-bottom: 1px solid #fff;
}
.nav li a {
  display: flex;
  padding: 25px 0 26px 10px;
}
.nav li a:hover {
  transform: scale(1.02);
}
.nav li a .nav-en {
  font-size: 1.125rem;
  font-weight: bold;
  border-right: 1px solid #fff;
  padding-right: 9px;
}
@media screen and (min-width: 1024px) {
  .nav li a .nav-en {
    font-size: clamp(1rem, 0.7777777778rem + 0.3472222222vw, 1.125rem);
  }
}
.nav li a .nav-ja {
  font-size: 1rem;
  font-weight: bold;
  padding-left: 9px;
}
@media screen and (min-width: 1024px) {
  .nav li a .nav-ja {
    font-size: clamp(0.875rem, 0.6527777778rem + 0.3472222222vw, 1rem);
  }
}
.nav li::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 15px;
}

.sp-nav-area .line-button {
  margin-top: 50px;
}

.hero {
  background: radial-gradient(circle 200px at 50% 62%, #0575E6 1%, #021B79 75%);
  padding: 120px 0 65px 0;
  padding-top: 32%;
  padding-bottom: 17.3333333333%;
}

.hero-img {
  width: 26.6666666667%;
  margin: 0 auto;
}

.hero-title {
  font-weight: 700;
  font-size: clamp(2.5rem, 1.344375963rem + 4.9306625578vw, 4.5rem);
  color: #fff;
  margin-top: 5.6%;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .hero-title {
    font-size: 2.5rem;
  }
}

.hero-info {
  font-weight: 500;
  font-size: clamp(0.875rem, 0.3694144838rem + 2.157164869vw, 1.75rem);
  color: #fff;
  margin-top: 2.6666666667%;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .hero-info {
    font-size: 0.875rem;
  }
}

.home .fv {
  color: #fff;
  padding-bottom: 56px;
  padding-top: 70px;
  background: radial-gradient(circle 200px at 50% 62%, #0575E6 0.223%, #021B79);
}
@media screen and (min-width: 1024px) {
  .home .fv {
    padding-bottom: 46px;
    padding-top: 30px;
    background: radial-gradient(circle 200px at 50% 48%, #0575E6 0.223%, #021B79);
  }
}
.home .fv__inner {
  padding: 0 20px;
}
@media screen and (min-width: 1024px) {
  .home .fv__inner {
    padding: 0 22px;
  }
}
.home .broom {
  width: 13.6288955224%;
  display: inline;
}
.home .pc-site-logo {
  height: 60px;
  width: auto;
  margin: 0 auto;
  display: none;
}
@media screen and (min-width: 1024px) {
  .home .pc-site-logo {
    display: block;
  }
}
.home .fv__sub-copy {
  font-size: 1.25rem;
  font-weight: 700;
  display: block;
  margin-top: 60px;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
}
@media screen and (min-width: 1024px) {
  .home .fv__sub-copy {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 7px;
  }
}
.home .fv__main-copy {
  font-size: clamp(2.5rem, 1.9221879815rem + 2.4653312789vw, 3.5rem);
  font-weight: 700;
  display: inline;
  margin-top: -2px;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .home .fv__main-copy {
    font-size: clamp(1.75rem, -0.4722222222rem + 3.4722222222vw, 3rem);
    margin-top: 7px;
  }
}
.home .fv__keyvisual {
  width: 200px;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .home .fv__keyvisual {
    width: 240px;
  }
}
.home .fv__text {
  font-size: clamp(0.875rem, 0.5138674884rem + 1.5408320493vw, 1.5rem);
  text-align: center;
  margin-top: 25px;
  line-height: 2;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .home .fv__text {
    font-size: clamp(1rem, 0.5555555556rem + 0.6944444444vw, 1.25rem);
  }
}
.home .fv__scroll-down {
  display: none;
}
@media screen and (min-width: 1024px) {
  .home .fv__scroll-down {
    display: block;
    text-align: center;
    margin-top: 48px;
    position: relative;
    font-size: 0.875rem;
    font-weight: 500;
  }
  .home .fv__scroll-down::before {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg) translateX(-50%);
    position: absolute;
    top: -17px;
    left: 50%;
  }
}

.home .about {
  background-color: #fff;
  padding-top: 73px;
}
.home .sec-info {
  font-size: clamp(1.375rem, 0.8694144838rem + 2.157164869vw, 2.25rem);
  font-weight: 700;
  line-height: 1.2727272727;
}
@media screen and (min-width: 1024px) {
  .home .sec-info {
    font-size: 1.375rem;
  }
}
.home .about__sec-info {
  margin-top: 4.4041450777%;
}
.home .about__text {
  font-size: clamp(0.875rem, 0.6583204931rem + 0.9244992296vw, 1.25rem);
  line-height: 2;
  margin-top: 16px;
}
@media screen and (min-width: 1024px) {
  .home .about__text {
    font-size: 0.875rem;
  }
}
.home .about-image {
  margin-top: 7.7720207254%;
  width: 68.9855072464%;
  margin-right: auto;
  margin-left: auto;
}

.home .area {
  background-color: #fff;
  padding-top: 73px;
  padding-bottom: 84px;
}
.home .area__sec-info {
  font-size: clamp(1.25rem, 0.6721879815rem + 2.4653312789vw, 2.25rem);
  line-height: 1.5;
  margin-top: 4.4041450777%;
}
@media screen and (min-width: 1024px) {
  .home .area__sec-info {
    font-size: 1.25rem;
  }
}
.home .area__text {
  font-size: clamp(0.875rem, 0.6583204931rem + 0.9244992296vw, 1.25rem);
  line-height: 2;
  margin-top: 7px;
}
@media screen and (min-width: 1024px) {
  .home .area__text {
    font-size: 0.875rem;
  }
}
.home .area-image {
  width: 89.2753623188%;
  margin-left: 29px;
  margin-top: 30px;
}

.home .service {
  background-color: #fff;
}
.home .service__inner {
  background: linear-gradient(90deg, #021B79, #0575E6);
  border-radius: 50px;
  padding-top: 48px;
  padding-bottom: 50px;
}
.home .service__sec-title {
  color: #fff;
}
.home .service__sec-title--ja {
  color: #fff;
  margin-top: 20px;
  font-size: 1.875rem;
}
.home .service__info {
  color: #fff;
  margin-top: 15px;
  font-size: clamp(0.875rem, 0.6583204931rem + 0.9244992296vw, 1.25rem);
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .home .service__info {
    font-size: 0.875rem;
  }
}
.home .service__item li {
  border-radius: 50%;
  background-color: #fff;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 0 37px 0;
  aspect-ratio: 1/1;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}
.home .service__item li:nth-of-type(1) img {
  width: 43.4176811594%;
}
.home .service__item li:nth-of-type(1) .service__price-area {
  margin-top: 4.0579710145%;
}
.home .service__item li:nth-of-type(2) img {
  width: 32.1437391304%;
}
.home .service__item li:nth-of-type(2) .service__price-area {
  margin-top: 2.0289855072%;
}
.home .service__item li:nth-of-type(3) img {
  width: 34.1686086957%;
}
.home .service__item li:nth-of-type(4) {
  margin-top: 35px;
}
.home .service__item li:nth-of-type(4) img {
  width: 40.5019130435%;
}
.home .service__item li:nth-of-type(4) .service__price-area {
  margin-top: 3.4782608696%;
}
.home .service__item li:nth-of-type(5) img {
  width: 36.9648985507%;
}
.home .service__item li:nth-of-type(5) .service__price-area {
  margin-top: 2.8985507246%;
}
.home .service__magic {
  font-size: 0.875rem;
  color: #021B79;
  font-weight: 700;
}
.home .service__no {
  font-size: 2.1875rem;
  color: #021B79;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}
.home .service__type {
  font-size: 1.375rem;
  color: #021B79;
  font-weight: 900;
  margin-top: 2.3188405797%;
}
.home .service__img {
  margin-top: 3.4782608696%;
}
.home .service__price-area {
  margin-top: 4.0579710145%;
}
.home .service__price-mark {
  font-size: 1.5625rem;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  display: inline-block;
}
.home .service__price {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.1875rem;
  font-weight: 700;
  display: inline-block;
}
.home .service__button {
  margin-top: 2.3188405797%;
  padding: 9px 0;
  width: 43.4782608696%;
  text-align: center;
}
.home .blue-button {
  display: block;
}

.home .case {
  background-color: #fff;
  padding-top: 47px;
}
.home .case__sec-info {
  font-size: clamp(1.875rem, 1.6583204931rem + 0.9244992296vw, 2.25rem);
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .home .case__sec-info {
    font-size: 1.875rem;
  }
}
.home .case__text {
  margin-top: 16px;
  font-size: clamp(0.875rem, 0.6583204931rem + 0.9244992296vw, 1.25rem);
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .home .case__text {
    font-size: 0.875rem;
  }
}
.home .case__img {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}
.home .case__button {
  margin-top: 48px;
  width: 46.3768115942%;
  padding: 14px 0;
  border-radius: 20px;
}
.home .contact {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
.home .contact__sec-title {
  margin-left: 5px;
}
.home .contact__sec-info {
  font-size: clamp(1.875rem, 1.6583204931rem + 0.9244992296vw, 2.25rem);
  font-weight: 700;
  margin-top: 17px;
  margin-left: 5px;
}
@media screen and (min-width: 1024px) {
  .home .contact__sec-info {
    font-size: 1.875rem;
  }
}
.home .contact__button {
  color: #fff;
  margin-top: 15px;
  border-radius: 5.074px;
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.home .contact__button:first-of-type {
  margin-top: 23px;
}
.home .contact__button::before {
  content: "";
  position: absolute;
  width: 30px;
  background-size: cover;
  display: inline-block;
  background-position: center;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.home .contact__line-button {
  background-color: #06C755;
}
.home .contact__line-button::before {
  background-image: url("../../../img/line.png");
  height: 28.5846px;
}
.home .contact__tel-button {
  background: linear-gradient(90deg, #021B79, #0575E6);
}
.home .contact__tel-button::before {
  background-image: url("../../../img/tel.png");
  height: 29.9983px;
}
.home .contact__mail-button {
  background-color: #727171;
}
.home .contact__mail-button::before {
  background-image: url("../../../img/mail.png");
  height: 22.6413px;
}

.page-id-8 .select-area {
  padding-top: 18.6666666667%;
}
.page-id-8 .select-area__button-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  max-width: 650px;
}
.page-id-8 .select-area__button-wrapper a {
  color: #000;
  font-weight: 900;
  font-size: clamp(0.8125rem, 0.5597072419rem + 1.0785824345vw, 1.25rem);
  padding: 20px 10px;
  width: 47.7%;
  position: relative;
  transition: 0.3s all;
}
.page-id-8 .select-area__button-wrapper a:hover {
  background-color: #000;
  color: #fff;
}
.page-id-8 .select-area__button-wrapper a:hover::after {
  border-color: #fff;
}
@media screen and (min-width: 1024px) {
  .page-id-8 .select-area__button-wrapper a {
    font-size: clamp(0.625rem, 0.2916666667rem + 0.5208333333vw, 0.8125rem);
  }
}
.page-id-8 .select-area__button-wrapper a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  top: 42%;
  right: 13px;
  transform: rotate(45deg) translateY(-50%);
}
.page-id-8 .select-area__button {
  border: 1px solid #000;
  border-radius: 5px;
}
.page-id-8 .service-list li:nth-child(1) img {
  width: 78.6902318841%;
  margin-top: 35px;
}
.page-id-8 .service-list li:nth-child(2) img {
  width: 58.2449565217%;
  margin-top: 31px;
}
.page-id-8 .service-list li:nth-child(3) img {
  width: 62.4786376812%;
  margin-top: 30px;
}
.page-id-8 .service-list li:nth-child(4) img {
  width: 71.2046376812%;
  margin-top: 30px;
}
.page-id-8 .service-list li:nth-child(5) img {
  width: 69.811826087%;
  margin-top: 24px;
}
.page-id-8 .service-item {
  padding-top: 82px;
}
.page-id-8 .service-name {
  font-weight: 700;
  font-size: 1.5rem;
  color: #021B79;
}
.page-id-8 .service-price-area {
  margin-top: 5px;
}
.page-id-8 .service-price-mark {
  display: inline;
  font-weight: 700;
  font-size: 2.375rem;
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
}
.page-id-8 .service-price {
  display: inline;
  font-weight: 700;
  font-size: 3.4375rem;
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
}
.page-id-8 .sevice-details {
  font-size: 0.875rem;
  color: #000;
  line-height: 1.8571428571;
  margin-top: 22px;
}
.page-id-8 .service-img {
  margin: 0 auto;
  max-width: 340px;
}
.page-id-8 .blue-button {
  margin-top: 35px;
  padding: 14px 0;
  text-align: center;
  width: 46.3768115942%;
  display: block;
  border-radius: 20px;
}

.blog .category-area, .category .category-area {
  max-width: 650px;
  position: relative;
  margin:0 auto;
}
.blog .category-area::after, .category .category-area::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  top: 90px;
  right: 18px;
  transform: rotate(45deg) translateY(-50%);
}
.blog .category-select, .category .category-select {
  margin-top: 70px;
  border: 1px solid #000;
  border-radius: 5px;
  width: 100%;
  padding: 14px;
  font-weight: 700;
  position: relative;
  color: #000;
}
.blog .case-area, .category .case-area {
  margin-top: 70px;
}
.blog .case-name, .category .case-name {
  font-weight: 700;
  font-size: 0.875rem;
  color: #021B79;
}
.blog .category-name, .category .category-name {
  font-weight: 700;
  font-size: 0.875rem;
  color: #021B79;
  border: 1.5px solid #021B79;
  border-radius: 17.5px;
  padding: 10px;
  display: inline-block;
  margin-top: 14px;
}
.blog .category-name a, .category .category-name a {
  color: #021B79;
}
.blog .case-area .case-title, .category .case-area .case-title {
  margin-top: 20px;
  font-weight: 700;
  font-size: 1.375rem;
  color: #000;
  line-height: 1.2727272727;
}
.blog .case-area p, .category .case-area p {
  margin-top: 15px;
  font-size: 0.875rem;
  color: #000;
  line-height: 1.8571428571;
}
.blog .case-area img, .category .case-area img {
  border-radius: 15px;
  margin: 0 auto;
  margin-top: 27px;
  height: auto;
  width: auto;
}

.page-id-12 .hero {
  padding: 135px 0 100px 0;
  background: linear-gradient(90deg, #021B79, #0575E6);
}
.page-id-12 .contents {
  padding-top: 62px;
}
.page-id-12 .contents__info {
  font-size: 0.875rem;
  color: #000;
  line-height: 2;
}
.page-id-12 .Form {
  margin-top: 67px;
}
.page-id-12 .Form-Item {
  margin-top: 25px;
}
.page-id-12 .Form-Item:nth-of-type(7) {
  margin-top: 0;
}
.page-id-12 .label-flex {
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-id-12 .Form-Item-Label {
  font-weight: 700;
  font-size: 0.84375rem;
  color: #000;
  letter-spacing: 0.1em;
}
.page-id-12 .Form-Item-Label-Required {
  font-weight: 700;
  font-size: 0.625rem;
  color: #000;
  background-color: #FFF100;
  border-radius: 7.5px;
  padding: 3px 0;
  width: 45px;
  text-align: center;
}
.page-id-12 .wpcf7-form-control-wrap {
  margin-top: 10px;
}
.page-id-12 .wpcf7-form-control {
  border: 1px solid #888888;
  border-radius: 5px;
  background-color: #F7F7F7;
  padding: 12px 10px;
  width: 100%;
}
.page-id-12 .wpcf7-form-control::placeholder {
  font-size: 0.8125rem;
  color: #C9CACA;
}
.page-id-12 .wpcf7-text {
  letter-spacing: 0.1em;
}
.page-id-12 .wpcf7-textarea {
  font-size: 0.8125rem;
  color: #000;
  line-height: 1.75;
  height: 230px;
}
.page-id-12 .privacy-area {
  margin-top: 50px;
}
.page-id-12 .privacy-policy-box {
  border: 1px solid #888888;
  border-radius: 5px;
  background-color: #F7F7F7;
  padding: 22px 30px 20px 19px;
  font-size: 0.8125rem;
  color: #3B3C3C;
  line-height: 1.5;
  margin-top: 10px;
  overflow-y: auto;
  height: 200px;
}
.page-id-12 .privacy-policy-title {
  margin-bottom: 20px;
}
.page-id-12 .privacy-policy__bold {
  font-weight: 700;
  font-size: 0.8125rem;
  color: #3B3C3C;
  margin-top:20px;
}

.page-id-12 .privacy-policy__bold:first-child{
	margin-top:0;
}

.page-id-12 .privacy-policy-text{
	margin-top:10px;
	line-height:1.5;
}

.page-id-12 .check-area {
  background-color: #F2F2F1;
  font-size: 0.8125rem;
  color: #3B3C3C;
  margin-top: 30px;
  border-radius: 5px;
}
.page-id-12 .wpcf7-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
  gap: 10px;
  margin: 0;
}
.page-id-12 .wpcf7-checkbox {
  border: none;
  font-size: 0.8125rem;
}
.page-id-12 .button-wrap {
  margin-top: 36px;
}
.page-id-12 .wpcf7-submit {
  max-width: 650px;
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
  padding: 20px 0;
  display: block;
  margin: 0 auto;
  transition: 0.3s all;
}
.page-id-12 .button-area__inner {
  padding-top: 76px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recapcha-text {
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.5;
}
.recapcha-text a {
  color: #000;
  text-decoration: underline;
}

.button-area__inner {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sp-footer {
  background: linear-gradient(90deg, #021B79, #0575E6);
  padding-top: 40px;
  padding-bottom: 40px;
}

.sp-footer__logo {
  width: 58.4183768116%;
  margin: 0 auto;
}

.company {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 0.75rem;
  margin-top: 20px;
}/*# sourceMappingURL=style.css.map */