/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

footer,
header,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul ul {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  background-color: transparent;
}

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

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

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

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

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button {
  text-transform: none;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container.points {
  padding: 15px;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-12,
.col-sm-6,
.col-md-3,
.col-md-4,
.col-md-8,
.col-md-12,
.col-lg {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn:disabled {
  opacity: 0.65;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.border-0 {
  border: 0 !important;
}

.d-none {
  display: none !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
}
.flex-column {
  flex-direction: column !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-center {
  align-items: center !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

@media (min-width: 576px) {
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0 !important;
  }
}
.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-right {
    text-align: right !important;
  }
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
}
.color-dark {
  color: #000000;
  font-weight: 700;
}

.color-rgba {
  background: -webkit-linear-gradient(#ffa224, #ff6000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  background: #ffffff;
}

.container {
  display: block;
  max-width: 100%;
}

@media only screen and (min-width: 576px) {
  .container {
    padding: 0 25px;
  }
}
@media only screen and (min-width: 1024px) {
  .container {
    max-width: 1054px;
    padding: 0 15px;
  }
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}

.stripe-bg {
  background-image: url(../img/stripe-bg.png);
  background-size: 100%;
}

.stripe-bg--1 {
  background-image: url(../img/stripe-bgg.png);
}

section {
  padding: 40px 0;
}

/* ==================================
  utility
================================== */
/* -------------------------------
  modal
------------------------------- */
[data-toggle=modal] {
  cursor: pointer;
}

.line-modal .modal-header {
  justify-content: flex-end;
  border-bottom: 0;
}

.line-modal .modal-header button {
  background: #8cc63f;
  color: #ffffff;
}

.line-modal .modal-header button:hover {
  text-decoration: none;
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .line-modal .modal-header button:hover {
    background: rgba(140, 198, 63, 0.8);
  }
}
.line-modal .modal-body {
  text-align: center;
}

.line-modal .modal-body a {
  display: block;
}

.line-modal .modal-body p {
  margin-bottom: 10px;
}

.line-modal .modal-body strong {
  display: block;
  margin-top: 10px;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
/* -------------------------------
  btn
------------------------------- */
.btn-phone {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #333333;
}

.btn-phone .btn-phone-top {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
}

.nav__item .btn-phone {
  border-radius: 7px;
  border: 1px solid #333;
  padding: 5px;
}

.nav__item .btn-phone .btn-phone-top {
  font-size: 25px;
}

@media only screen and (min-width: 768px) {
  .btn-phone .btn-phone-top {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1024px) {
  .btn-phone .btn-phone-top {
    font-size: 28px;
  }
}
.btn-phone .btn-phone-btm {
  font-size: 13px;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .btn-phone .btn-phone-btm {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .btn-phone .btn-phone-btm {
    font-size: 14px;
  }
}
.btn-phone img {
  width: 28px;
  margin-right: 10px;
}

@media only screen and (min-width: 768px) {
  .btn-phone img {
    width: 20px;
    margin-right: 7px;
  }
}
@media only screen and (min-width: 1024px) {
  .btn-phone img {
    width: 28px;
    margin-right: 10px;
  }
}
.btn-mail-outline {
  border: 2px solid #ff7424;
  padding: 2px;
  border-radius: 7px;
  margin-left: 12px;
  display: flex;
  text-decoration: none;
}

@media only screen and (max-width: 639px) {
  .btn-mail-outline {
    margin-left: 0;
  }
}
.btn-mail-outline .btn-mail {
  display: flex;
  align-items: baseline;
  background: #ff7424;
  padding: 7px 12px;
  border-radius: 7px;
  text-decoration: none;
  color: #ffffff;
}

@media only screen and (min-width: 576px) {
  .btn-mail-outline .btn-mail {
    padding: 7px 12px;
  }
}
@media only screen and (min-width: 768px) {
  .btn-mail-outline .btn-mail {
    padding: 9px 7px;
  }
}
@media only screen and (min-width: 1024px) {
  .btn-mail-outline .btn-mail {
    padding: 7px 12px;
  }
}
.btn-mail-outline .btn-mail .btn-mail-text-top {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}

@media only screen and (min-width: 576px) {
  .btn-mail-outline .btn-mail .btn-mail-text-top {
    font-size: 20px;
  }
}
.btn-mail-outline .btn-mail .btn-mail-text-btm {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}

@media only screen and (min-width: 768px) {
  .btn-mail-outline .btn-mail .btn-mail-text-btm {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .btn-mail-outline .btn-mail .btn-mail-text-btm {
    font-size: 12px;
  }
}
.btn-mail-outline .btn-mail:hover {
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .btn-mail-outline .btn-mail:hover {
    background: rgba(255, 116, 36, 0.8);
  }
}
.btn-mail-outline .btn-mail img {
  width: 26px;
  margin-right: 8px;
}

@media only screen and (min-width: 768px) {
  .btn-mail-outline .btn-mail img {
    width: 26px;
    margin-right: 5px;
  }
}
@media only screen and (min-width: 1024px) {
  .btn-mail-outline .btn-mail img {
    width: 26px;
    margin-right: 8px;
  }
}
/* .btn-line {
  max-width: 65px;
  margin-left: 10px;
}

@media only screen and (min-width: 768px) {
  .btn-line {
    margin-left: 5px;
  }
}

@media only screen and (min-width: 1024px) {
  .btn-line {
    margin-left: 10px;
    max-width: 65px;
  }
}

@media only screen and (min-width: 1200px) {
  .btn-line {
    max-width: 66px;
  }
} */
/* -------------------------------
  heading-primary
------------------------------- */
.heading-primary {
  text-align: center;
  color: #ff6000;
  position: relative;
  margin-bottom: 28px;
}

.heading-primary--1 {
  margin-bottom: 45px;
}

.heading-primary__text {
  display: inline-block;
  font-size: 18px;
  line-height: 1.4;
  padding: 8px 0;
}

@media only screen and (min-width: 768px) {
  .heading-primary__text {
    font-size: 28px;
  }
}
.heading-primary__text--max-width-425 {
  max-width: 445px;
  width: 100%;
}

.heading-primary__text--border-y-primary {
  border-top: 2px solid #ff6000;
  border-bottom: 2px solid #ff6000;
}

.heading-primary span span {
  font-size: 18px;
}

@media only screen and (min-width: 768px) {
  .heading-primary__text--border-y-primary {
    border-top: 3px solid #ff6000;
    border-bottom: 3px solid #ff6000;
  }
  .heading-primary span span {
    font-size: 28px;
  }
}
.heading-primary__text--md {
  font-size: 20px;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .heading-primary__text--md {
    font-size: 34px;
  }
}
/* ==================================
  header
================================== */
.header .header-ttl {
  display: flex;
  align-items: center;
  background-color: #8CC63F;
  color: #FFF;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.7rem;
  min-height: 2rem;
}
.header .header-payment {
  display: flex;
  align-items: center;
  background-color: #EDEDED;
  gap: 0.5rem;
  height: 2rem;
}
.header .payment-txt {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.7rem;
}
.header .payment-img {
  display: inline-flex;
  width: 13.4rem;
  height: 1.4rem;
}
.header .payment-img img {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.header .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4rem;
  gap: 0.6rem;
}
.header .logo-link {
  display: inline-flex;
  align-items: center;
  width: 24rem;
  height: 3.2rem;
}
.header .logo-link img {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}

@media only screen and (min-width: 768px) {
  .header .header-ttl {
    font-size: 13px;
    line-height: 19px;
    min-height: 40px;
  }
  .header .header-payment {
    display: none;
  }
  .header .header-container {
    height: 108px;
  }
  .header .logo-link {
    width: 31.98vw;
    height: auto;
  }
}
@media only screen and (min-width: 1064px) {
  .header .logo-link {
    width: 340px;
    height: 45.33px;
  }
}
/* -------------------------------
  hamburger menu
------------------------------- */
.nav-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #FFF;
  border: 0.1rem solid #EDEDED;
  border-radius: 3rem 0 0 3rem;
  width: 7.6rem;
  height: 6rem;
  padding: 0 1.5rem 0 2.5rem;
  position: fixed;
  top: 2rem;
  right: 0;
  z-index: 1000;
}
.nav-icon::before, .nav-icon::after,
.nav-icon > span {
  content: "";
  display: block;
  background-color: #333;
  height: 0.3rem;
  margin: 0.35rem 0;
  transition: all 0.2s ease-in-out;
}
.nav-icon.is-opened::before {
  transform: translateY(1rem) rotate(135deg);
}
.nav-icon.is-opened::after {
  transform: translateY(-1rem) rotate(-135deg);
}
.nav-icon.is-opened > span {
  transform: scale(0);
}

/* -------------------------------
    btn group
------------------------------- */
.header__btn-group {
  display: none;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  flex: 0 0 65%;
}

@media only screen and (min-width: 768px) {
  .header__btn-group {
    display: flex;
    margin-top: 0;
    flex: 0 0 77%;
  }
}
@media only screen and (min-width: 860px) {
  .header__btn-group {
    flex: 0 0 70%;
  }
}
@media only screen and (min-width: 992px) {
  .header__btn-group {
    flex: 0 0 62%;
  }
}
@media only screen and (min-width: 1024px) {
  .header__btn-group {
    flex: 0 0 65%;
  }
}
.header__btn-group .button {
  flex: 0 0 calc(33.333% - 4px);
  max-width: calc(33.333% - 4px);
  position: relative;
}

.header__btn-group .button img {
  position: absolute;
  top: 12px;
}

@media only screen and (min-width: 768px) {
  .header__btn-group .button {
    transition: 0.3s all;
  }
  .header__btn-group .button:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.header__btn-group .btn-outline {
  padding: 1px;
  border-radius: 5px;
  border: solid 1px #ff6000;
}

.header__btn-group .btn-outline--line {
  border: solid 1px #39ad36;
}

.header__btn-group .btn-outline--phone {
  border: solid 1px #000;
}

.header__btn-group .btn-mail {
  background-color: #ff6000;
  display: flex;
  align-items: baseline;
  padding: 5px;
  border-radius: 5px;
}

.header__btn-group .btn-mail:hover {
  text-decoration: none;
}

.header__btn-group .btn-mail img {
  width: 24px;
  margin-right: 5px;
  left: 12px;
}

@media only screen and (max-width: 1023px) {
  .header__btn-group .btn-mail img {
    width: 22px;
  }
}
.header__btn-group .btn-mail .btn-top {
  font-size: 19px;
  font-weight: bold;
  color: #ffffff;
  padding-left: 40px;
}

@media only screen and (max-width: 1023px) {
  .header__btn-group .btn-mail .btn-top {
    font-size: 15px;
    padding-left: 35px;
  }
}
.header__btn-group .btn-mail .btn-btm {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  display: block;
  padding-left: 40px;
}

@media only screen and (max-width: 1023px) {
  .header__btn-group .btn-mail .btn-btm {
    padding-left: 35px;
  }
}
.header__btn-group .btn-mail .btn-btm:hover {
  text-decoration: none;
}

.header__btn-group .btn-line {
  background-color: #39ad36;
  display: flex;
  align-items: baseline;
  padding: 5px;
  border-radius: 5px;
}

.header__btn-group .btn-line:hover {
  text-decoration: none;
}

.header__btn-group .btn-line img {
  width: 26px;
  margin-right: 5px;
  top: 7px;
}

@media only screen and (max-width: 1023px) {
  .header__btn-group .btn-line img {
    width: 22px;
  }
}
.header__btn-group .btn-line .btn-top {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  padding-left: 30px;
  white-space: nowrap;
}

@media only screen and (max-width: 1023px) {
  .header__btn-group .btn-line .btn-top {
    font-size: 15px;
    padding-left: 25px;
  }
}
.header__btn-group .btn-line .btn-btm {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  display: block;
  padding-left: 30px;
}

@media only screen and (max-width: 1023px) {
  .header__btn-group .btn-line .btn-btm {
    padding-left: 25px;
  }
}
.header__btn-group .btn-line .btn-btm:hover {
  text-decoration: none;
}

.header__btn-group .btn-phone {
  background-color: #ffffff;
  display: flex;
  align-items: baseline;
  padding: 5px 10px;
  border-radius: 5px;
  line-height: 1.4;
}

@media only screen and (min-width: 1024px) {
  .header__btn-group .btn-phone {
    line-height: 1.2;
  }
}
.header__btn-group .btn-phone:hover {
  text-decoration: none;
}

.header__btn-group .btn-phone img {
  width: 25px;
  margin-right: 5px;
}

@media only screen and (max-width: 1023px) {
  .header__btn-group .btn-phone img {
    width: 22px;
  }
}
.header__btn-group .btn-phone .btn-top {
  font-size: 23px;
  white-space: nowrap;
  font-weight: bold;
  color: #000;
  padding-left: 30px;
}

@media only screen and (max-width: 1023px) {
  .header__btn-group .btn-phone .btn-top {
    font-size: 18px;
  }
}
.header__btn-group .btn-phone .btn-btm {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #000;
  display: block;
  letter-spacing: 0.8px;
}

@media only screen and (min-width: 768px) {
  .header__btn-group .btn-phone .btn-btm {
    font-size: 10px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .header__btn-group .btn-phone .btn-btm {
    font-size: 12px;
    letter-spacing: 0.8px;
  }
}
.header__btn-group .btn-phone .btn-btm:hover {
  text-decoration: none;
}

@media (max-width: 859px) and (min-width: 800px) {
  .header__btn-group {
    flex: 0 0 74%;
  }
}
@media (max-width: 991px) and (min-width: 900px) {
  .header__btn-group {
    flex: 0 0 65%;
  }
}
/* -------------------------------
  mobile menu
------------------------------- */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  width: 100%;
  height: 100%;
  max-height: 0;
  z-index: 999;
  transition: max-height 0.3s ease-in-out;
}

.is-menuOpen {
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .nav {
    display: none;
  }
  .is-menuOpen {
    overflow: inherit;
  }
}
.nav.is-opened {
  max-height: 1000px;
}

.nav__list {
  width: 100%;
  height: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: scroll;
}

.nav__item {
  border-top: 1px solid #333333;
}

.nav__item:not:last-child {
  border-bottom: 1px solid #333333;
}

.nav__item:first-child {
  margin-top: 10rem;
}

.nav__item:last-child {
  border-bottom: 2px solid #8cc63f;
  margin-bottom: 9rem;
}

@media only screen and (min-width: 576px) {
  .nav__item:last-child {
    margin-bottom: 0;
  }
}
.nav__link {
  display: block;
  font-weight: 700;
  font-size: 16px;
  padding: 15px 25px 15px 10px;
  color: #333333;
  text-decoration: none;
  position: relative;
}

.nav__link:hover {
  text-decoration: none;
  color: #333333;
}

.nav__link:after {
  content: "";
  background: url("../img/arrow-right.svg") center no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
}

.nav__btn-group {
  padding: 30px 20px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.nav__btn-group .btn-mail-outline {
  width: 230px;
  margin: 5px auto 0 auto;
}

.m-sm-0 {
  margin: 5px 0 0;
}

/* @media only screen and (max-width: 767px) {
  .nav__btn-group .btn-line {
    margin-top: 15px;
  }
} */
.nav__btn-group-top,
.nav__btn-group-btm {
  display: flex;
}

.nav__phone-wrapper {
  margin: 0 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav__phone-wrapper .label-consultation img {
  width: 77px;
}

.nav__phone-wrapper .btn-phone {
  margin: 0 0 0 10px;
}

.nav__phone-wrapper .btn-phone img {
  width: 255px;
}

.nav__item .btn-line {
  background-color: #39ad36;
  display: flex;
  align-items: baseline;
  padding: 5px;
  border-radius: 5px;
}

.nav__item .btn-outline--line {
  border: solid 1px #39ad36;
  padding: 2px;
  border-radius: 7px;
  margin-left: 5px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .nav__item .btn-outline--line {
    margin-left: 0;
    margin-top: 5px;
  }
}
.nav__item .btn-line .btn-top {
  font-size: 19px;
  font-weight: bold;
  color: #ffffff;
  padding-left: 40px;
}

.nav__item .btn-line .btn-btm {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  display: block;
  padding-left: 30px;
}

.nav__item .btn-line img {
  position: absolute;
  width: 35px;
  top: 10px;
}

@media only screen and (min-width: 876px) {
  .nav__item .btn-line .btn-top {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .nav__item .btn-line img {
    position: absolute;
    width: 35px;
    top: 10px;
  }
}
/* ==================================
  main
================================== */
main {
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  main {
    overflow: auto;
  }
}
/* -------------------------------
  hero
------------------------------- */
.f-hero {
  padding: 0;
}
.f-hero .hero-picture {
  padding: 0;
}
.f-hero .hero-picture img {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}

/* -------------------------------
  banner
------------------------------- */
.banner {
  padding: 2.5rem 0;
}

@media only screen and (min-width: 768px) {
  .banner {
    padding: 48px 0;
  }
}
/* -------------------------------
  solve
------------------------------- */
.f-solve {
  padding: 0 0 4rem;
  position: relative;
}
.f-solve::before {
  content: "";
  display: block;
  background: url(../img/bg-solve-sp.webp) center/contain no-repeat;
  width: 100%;
  height: auto;
  min-height: 50.9rem;
  position: absolute;
  bottom: 0;
}
.f-solve .solve-head {
  display: grid;
  place-items: center;
  text-align: center;
  background: linear-gradient(180deg, #79AF31 0%, #AFD93C 100%);
  border-radius: 2rem 2rem 0 0;
  width: 100%;
  min-height: 10rem;
  padding: 1.3rem 0;
  margin-bottom: 4rem;
  position: relative;
}
.f-solve .solve-head::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent;
  border-top: 2rem solid #ADD73C;
  border-bottom: 0;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.9rem;
}
.f-solve .head-ttl {
  color: #FFF;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 3.6rem;
  padding: 0;
}
.f-solve .head-txt {
  display: block;
}
.f-solve .solve-container {
  display: flex;
  flex-direction: column;
  position: relative;
}
.f-solve .solve-picture {
  width: 34.5rem;
  height: 15rem;
  margin: 0 auto 1.1rem;
}
.f-solve .solve-picture img {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.f-solve .solve-lead {
  width: 100%;
  margin: auto;
}
.f-solve .solve-ttl {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.042rem;
  line-height: 3rem;
  margin: 0 auto 1.2rem;
}
.f-solve .solve-marker {
  display: flex;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
}
.f-solve .solve-marker::after {
  content: "";
  display: inline-block;
  background-color: #FFFFAA;
  width: 100%;
  height: 1rem;
  position: absolute;
  bottom: 0.2rem;
}
.f-solve .marker-txt {
  position: relative;
  z-index: 10;
}
.f-solve .solve-txt {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.038rem;
  line-height: 2.8rem;
  margin: 0 0.5rem;
}

@media only screen and (min-width: 768px) {
  .f-solve {
    padding: 0 0 69px;
    margin: auto;
  }
  .f-solve::before {
    background: url(../img/bg-solve-pc.webp) bottom/cover no-repeat;
    min-height: 900px;
  }
  .f-solve .solve-head {
    border-radius: 0;
    min-height: 130px;
    padding: 20px 0;
    margin-bottom: 86px;
  }
  .f-solve .solve-head::after {
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 50px solid #ADD73C;
    bottom: -49px;
  }
  .f-solve .head-ttl {
    font-size: 46px;
    line-height: 60px;
  }
  .f-solve .solve-container {
    gap: 44px;
  }
  .f-solve .solve-picture {
    width: 100%;
    height: auto;
    margin: auto;
  }
  .f-solve .solve-picture,
  .f-solve .solve-lead {
    max-width: 678px;
  }
  .f-solve .solve-ttl {
    font-size: 25px;
    letter-spacing: 0.65px;
    line-height: 46px;
    margin: 0 auto 28px;
  }
  .f-solve .solve-marker::after {
    height: 10px;
    bottom: 6px;
  }
  .f-solve .solve-txt {
    font-size: 17px;
    letter-spacing: 0.65px;
    line-height: 34px;
    margin: auto;
  }
}
@media only screen and (min-width: 1080px) {
  .f-solve::before {
    min-height: 475px;
  }
  .f-solve .head-txt {
    display: inline-flex;
  }
  .f-solve .solve-container {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
  .f-solve .solve-picture {
    width: 480px;
    height: 320px;
    margin: 0;
  }
  .f-solve .solve-lead {
    width: calc(100% - 524px);
    margin: 0;
  }
  .f-solve .solve-ttl {
    margin: -4px auto 28px;
  }
}
/* -------------------------------
  service
------------------------------- */
.f-service {
  padding: 3.5rem 0;
}
.f-service .heading-primary {
  margin-bottom: 3.5rem;
}
.f-service .service-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: auto;
}
.f-service .service-item {
  background-color: #FFF;
  border: 0.1rem solid #F67724;
  width: calc(50% - 0.25rem);
}
.f-service .service-picture {
  display: block;
  width: 100%;
  height: 10rem;
}
.f-service .service-picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.f-service .service-detail {
  padding: 1.5rem 1rem;
}
.f-service .service-ttl {
  display: flex;
  justify-content: center;
  color: #F67724;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2rem;
  margin-bottom: 1rem;
}
.f-service .service-txt {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.3rem;
}

@media only screen and (min-width: 768px) {
  .f-service {
    padding: 72px 0;
  }
  .f-service .heading-primary {
    margin-bottom: 48px;
  }
  .f-service .service-list {
    max-width: 678px;
    gap: 14px;
  }
  .f-service .service-item {
    border: 1px solid #F67724;
    width: 332px;
  }
  .f-service .service-picture {
    height: 136px;
  }
  .f-service .service-detail {
    padding: 18px 15px;
  }
  .f-service .service-ttl {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 14px;
  }
  .f-service .service-txt {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 1080px) {
  .f-service .service-list {
    justify-content: flex-start;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
/* -------------------------------
  cta
------------------------------- */
.f-cta {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 10;
}
.f-cta .cta-container {
  padding: 0;
  position: relative;
}
.f-cta .cta-picture {
  display: flex;
  width: 37.5rem;
  height: 59.7rem;
}
.f-cta .cta-picture img {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.f-cta .cta-btns {
  display: flex;
  flex-direction: column;
  background-color: #FFF;
  border-radius: 1.5rem;
  font-size: 1.4rem;
  width: 34.5rem;
  gap: 0.5rem;
  padding: 1rem;
  margin: auto;
  left: 0;
  right: 0;
  top: 21rem;
  position: absolute;
}
.f-cta .cta-btns a {
  color: #222;
  text-decoration: none;
  padding: 0.4rem 0.8rem 0.4rem 6.6rem;
}
.f-cta .cta-tel {
  background: linear-gradient(180deg, #37CCF6 0%, #14A4E4 100%);
  box-shadow: 0 0.5rem 0 0 #016F89;
  border: 0.1rem solid #72C9EF;
  border-radius: 1rem;
  height: 8.4rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
  position: relative;
}
.f-cta .cta-tel::before {
  content: "";
  display: inline-block;
  background: url(../img/ico-cta-tel-white.svg) left/contain no-repeat;
  width: 3rem;
  height: 5.2rem;
  margin: auto;
  position: absolute;
  left: 2.4rem;
  top: 0;
  bottom: 0;
}
.f-cta .cta-line,
.f-cta .cta-mail {
  height: 7rem;
  margin-bottom: 0.5rem;
  position: relative;
}
.f-cta .cta-line::before,
.f-cta .cta-mail::before {
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
.f-cta .cta-line {
  background-color: #03C715;
  box-shadow: 0 0.5rem 0 0 #079842;
  border: 0.1rem solid #68DE73;
  border-radius: 1rem;
}
.f-cta .cta-line::before {
  background: url(../img/ico-cta-line.svg) left/contain no-repeat;
  width: 4.3rem;
  height: 3.8rem;
  left: 1.8rem;
}
.f-cta .cta-line .cta-inquiry {
  box-shadow: 0 0.2rem 0 0 #079842;
}
.f-cta .cta-mail {
  background-color: #F67724;
  box-shadow: 0 0.5rem 0 0 #CB580E;
  border: 0.1rem solid #FAAE7C;
  border-radius: 1rem;
}
.f-cta .cta-mail::before {
  background: url(../img/ico-cta-mail.svg) left/contain no-repeat;
  width: 3.5rem;
  height: 2.8rem;
  left: 2.2rem;
}
.f-cta .cta-mail .cta-inquiry {
  box-shadow: 0 0.2rem 0 0 #CB580E;
}
.f-cta .tel-num {
  color: #FFF;
  text-align: center;
  font-family: "Arial", sans-serif;
  font-size: 3.2rem;
  line-height: 4.4rem;
  font-weight: 900;
}
.f-cta .tel-inquiry {
  display: flex;
  background-color: #FAE968;
  box-shadow: 0 0.2rem 0 0 #008DD6;
  border-radius: 2rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2rem;
  width: 23rem;
  height: 2rem;
  margin: auto;
  overflow: hidden;
}
.f-cta .cta-call {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  width: 7rem;
}
.f-cta .cta-reception {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.f-cta .cta-em {
  color: #DD0000;
}
.f-cta .cta-ttl {
  color: #FFF;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 0.2rem;
}
.f-cta .cta-inquiry {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #FAE968;
  border-radius: 2rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2rem;
  width: 23rem;
  height: 2rem;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .f-cta {
    background: #FFF;
    padding: 50px 0;
    margin: auto;
  }
  .f-cta .cta-container {
    max-width: 1048px;
    padding: 0 15px;
  }
  .f-cta .cta-picture {
    width: 100%;
    height: 100%;
    max-height: 362.64px;
  }
  .f-cta .cta-btns {
    border-radius: 15px;
    font-size: 1.4vw;
    width: 35.7vw;
    gap: 0.43vw;
    padding: 0.8vw;
    left: auto;
    right: 6.7vw;
    top: 3.7vw;
  }
  .f-cta .cta-btns a {
    padding: 0.19vw 0.94vw 0.19vw 6.02vw;
    transition: 0.3s opacity ease;
  }
  .f-cta .cta-btns a:hover {
    opacity: 0.7;
  }
  .f-cta .cta-tel {
    background: #FFF;
    box-shadow: none;
    border: 2px solid #17A3E4;
    border-radius: 10px;
    height: 9.4vw;
    margin-bottom: 0;
  }
  .f-cta .cta-tel::before {
    background: url(../img/ico-cta-tel.svg) left/contain no-repeat;
    width: 4.36vw;
    height: 5.83vw;
    left: 1.7vw;
  }
  .f-cta .cta-line,
  .f-cta .cta-mail {
    height: 6.49vw;
    margin-bottom: 0.43vw;
  }
  .f-cta .cta-line {
    box-shadow: 0 0.43vw 0 0 #079842;
    border: 1px solid #68DE73;
    border-radius: 10px;
  }
  .f-cta .cta-line::before {
    width: 4.04vw;
    height: 3.57vw;
    left: 1.7vw;
  }
  .f-cta .cta-line .cta-inquiry {
    box-shadow: 0 2px 0 0 #079842;
  }
  .f-cta .cta-mail {
    box-shadow: 0 0.43vw 0 0 #CB580E;
    border: 1px solid #FAAE7C;
    border-radius: 10px;
  }
  .f-cta .cta-mail::before {
    width: 3.29vw;
    height: 2.63vw;
    left: 2vw;
  }
  .f-cta .cta-mail .cta-inquiry {
    box-shadow: 0 2px 0 0 #CB580E;
  }
  .f-cta .tel-num {
    color: #17A3E4;
    font-size: 3.48vw;
    line-height: 5.17vw;
  }
  .f-cta .tel-inquiry {
    box-shadow: 0 0.19vw 0 0 #C3C3C3;
    border-radius: 28px;
    font-size: 1.31vw;
    line-height: 2.63vw;
    width: 25.21vw;
    height: 2.63vw;
  }
  .f-cta .cta-call {
    background-color: #EBEBEB;
    width: 8.09vw;
  }
  .f-cta .cta-ttl {
    font-size: 2.25vw;
    margin-bottom: 0;
  }
  .f-cta .cta-inquiry {
    font-size: 1.31vw;
    line-height: 1.88vw;
    width: 25.21vw;
    height: 1.88vw;
  }
}
@media only screen and (min-width: 1024px) {
  .f-cta .cta-btns {
    font-size: 1.4vw;
    width: 36.5vw;
    gap: 0.47vw;
    padding: 0.94vw;
    right: 5.7vw;
    top: 3.7vw;
  }
  .f-cta .cta-btns a {
    padding: 0.19vw 0.94vw 0.19vw 6.02vw;
  }
  .f-cta .cta-tel {
    height: 9.78vw;
  }
  .f-cta .cta-tel::before {
    width: 3.38vw;
    height: 5.83vw;
    left: 1.7vw;
  }
  .f-cta .cta-line,
  .f-cta .cta-mail {
    height: 6.49vw;
    margin-bottom: 0.47vw;
  }
  .f-cta .cta-line {
    box-shadow: 0 0.47vw 0 0 #079842;
  }
  .f-cta .cta-line::before {
    width: 4.04vw;
    height: 3.57vw;
    left: 1.7vw;
  }
  .f-cta .cta-mail {
    box-shadow: 0 0.47vw 0 0 #CB580E;
  }
  .f-cta .cta-mail::before {
    width: 3.29vw;
    height: 2.63vw;
    left: 2vw;
  }
  .f-cta .tel-num {
    font-size: 3.48vw;
    line-height: 5.17vw;
  }
  .f-cta .tel-inquiry {
    box-shadow: 0 0.19vw 0 0 #C3C3C3;
    font-size: 1.31vw;
    line-height: 2.63vw;
    width: 25.21vw;
    height: 2.63vw;
  }
  .f-cta .cta-call {
    width: 8.09vw;
  }
  .f-cta .cta-ttl {
    font-size: 2.25vw;
  }
  .f-cta .cta-inquiry {
    font-size: 1.31vw;
    line-height: 1.88vw;
    width: 25.21vw;
    height: 1.88vw;
  }
}
@media only screen and (min-width: 1064px) {
  .f-cta .cta-btns {
    font-size: 14px;
    width: 388px;
    gap: 5px;
    padding: 10px;
    right: 62px;
    top: 39px;
  }
  .f-cta .cta-btns a {
    padding: 2px 10px 2px 64px;
  }
  .f-cta .cta-tel {
    background-size: auto;
    height: 104px;
  }
  .f-cta .cta-tel::before {
    width: 36px;
    height: 62px;
    left: 18px;
  }
  .f-cta .cta-line,
  .f-cta .cta-mail {
    height: 69px;
    margin-bottom: 5px;
  }
  .f-cta .cta-line {
    box-shadow: 0 5px 0 0 #079842;
  }
  .f-cta .cta-line::before {
    width: 43px;
    height: 38px;
    left: 18px;
  }
  .f-cta .cta-mail {
    box-shadow: 0 5px 0 0 #CB580E;
  }
  .f-cta .cta-mail::before {
    width: 35px;
    height: 28px;
    left: 22px;
  }
  .f-cta .tel-num {
    font-size: 37px;
    line-height: 55px;
  }
  .f-cta .tel-inquiry {
    box-shadow: 0 2px 0 0 #C3C3C3;
    font-size: 14px;
    line-height: 28px;
    width: 268px;
    height: 28px;
  }
  .f-cta .cta-call {
    width: 86px;
  }
  .f-cta .cta-ttl {
    font-size: 24px;
  }
  .f-cta .cta-inquiry {
    font-size: 14px;
    line-height: 20px;
    width: 268px;
    height: 20px;
  }
}
/* -------------------------------
  rate
------------------------------- */
.rate {
  padding: 3.5rem 0 0;
}

.rate .rate-box {
  max-width: 655px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.rate .rate-box > div {
  width: 100%;
  text-align: center;
  padding: 5px;
  border-radius: 10px;
  border: 1px solid #d2272d;
  margin-bottom: 27px;
  font-size: 14px;
}
.rate .rate-box > div:last-of-type {
  margin-bottom: 0;
}

@media only screen and (min-width: 576px) {
  .rate .rate-box > div {
    width: calc(50% - 2px);
  }
}
@media only screen and (min-width: 768px) {
  .rate {
    padding: 72px 0;
  }
  .rate .rate-box > div {
    width: calc(50% - 15px);
    padding: 14px;
    font-size: 16px;
  }
}
.rate .rate-box > div img {
  margin-bottom: 15px;
}

@media only screen and (max-width: 575px) {
  .rate .rate-box > div img {
    width: 230px;
  }
}
.rate .rate-box > div img.img-adjust {
  width: 125px;
}

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

.bg-white p span {
  font-weight: bold;
}

@media (min-width: 576px) {
  .rate-box-5 .rate-box-img {
    padding: 0 26px;
  }
}
/* -------------------------------
  case
------------------------------- */
.f-case {
  padding: 3.5rem 0;
  background-size: 100%;
}
.f-case .listItem {
  margin-bottom: 1.4rem;
  background: #fff;
  border: 2px solid #7cbb45;
  border-radius: 1rem;
  overflow: hidden;
}
.f-case .listItem:last-child {
  margin-bottom: 0;
}
.f-case .listItem img {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.f-case .caseTtl {
  position: relative;
  background: #7cbb45;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1;
  height: 4.6rem;
  padding: 1.4rem 0 0;
  color: #fff;
  font-weight: bold;
}
.f-case .caseTtl:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 0.6rem), -50%);
  width: 11.8rem;
  height: 3.5rem;
  background: url(../img/ico-star.svg) no-repeat;
  background-size: 100%;
}
.f-case .detail {
  padding: 0 1.5rem;
}
.f-case .detail .detailInner {
  display: flex;
  align-items: center;
  padding: 1.1rem 0.8rem 1.2rem;
  border-bottom: 1px dashed #707070;
  font-size: 1.5rem;
}
.f-case .detail .detailInner:last-child {
  padding-left: 0;
  border-bottom: none;
}
.f-case .detail .detailInner--discount {
  justify-content: space-between;
  padding: 1.5rem 0 1.4rem 0.8rem;
}
.f-case .ttl {
  margin-right: 3.2rem;
  font-size: 1.5rem;
  color: #ff6000;
  font-weight: bold;
}
.f-case .discount {
  width: 14rem;
  border-radius: 4.4rem;
  position: relative;
  background: linear-gradient(to bottom, #f7a023 0%, #ff7524 100%);
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 3.6rem;
  text-align: center;
  font-weight: bold;
}
.f-case .discount:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.4rem solid transparent;
  border-bottom: 0.4rem solid transparent;
  border-left: 1rem solid #fb8b23;
  border-right: 0;
}
.f-case .discountPrice {
  display: flex;
  align-items: baseline;
  justify-content: right;
  width: calc(100% - 14rem);
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  color: #ff6000;
  font-weight: bold;
}
.f-case .discountPrice__yen {
  font-size: 1.6rem;
  margin: 0 0.1rem 0 0;
}
.f-case .discountPrice__tax {
  font-size: 1.2rem;
  color: #212529;
  margin: 0 0 0 0.2rem;
  transform: translateY(-0.2em);
}

@media (min-width: 860px) {
  .f-case {
    margin-bottom: 0;
    padding: 0 0 75px;
  }
  .f-case .caseList {
    display: flex;
    justify-content: center;
    margin-top: 62px;
  }
  .f-case .listItem {
    margin-bottom: 0;
    margin-right: 30px;
    border-radius: 10px;
  }
  .f-case .listItem:last-child {
    margin-right: 0;
  }
  .f-case .caseTtl {
    font-size: 24px;
    height: 54px;
    padding: 13px 0 0;
  }
  .f-case .caseTtl:before {
    width: 132px;
    height: 35px;
    background-image: url(../img/ico-star-pc.svg);
    transform: translate(calc(-50% - 7px), -50%);
  }
  .f-case .ttl {
    margin-right: 32px;
    font-size: 18px;
  }
  .f-case .detail {
    padding: 0 24px;
  }
  .f-case .detail .detailInner {
    padding: 13px 8px 14px;
    font-size: 16px;
  }
  .f-case .detail .detailInner--discount {
    padding: 16px 0;
  }
  .f-case .discount {
    width: 148px;
    font-size: 20px;
    line-height: 40px;
  }
  .f-case .discount:after {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 10px solid #fb8b23;
  }
  .f-case .discountPrice {
    width: calc(100% - 148px);
    font-size: 28px;
  }
  .f-case .discountPrice__yen {
    font-size: 18px;
    margin: 0 1px 0 0;
  }
  .f-case .discountPrice__tax {
    font-size: 14px;
    margin: 0 0 0 2px;
  }
}
/* -------------------------------
  point
------------------------------- */
.f-point {
  padding: 0 0 3.5rem;
}
.f-point .point-head {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-height: 16rem;
  margin-bottom: 2rem;
  position: relative;
}
.f-point .point-head::before, .f-point .point-head::after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}
.f-point .point-head::before {
  background-color: #FAE968;
  width: 100%;
  height: 100%;
  top: -2rem;
}
.f-point .point-head::after {
  width: 0;
  height: 0;
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent;
  border-top: 2rem solid #FAE968;
  border-bottom: 0;
  bottom: 0.1rem;
}
.f-point .head-ttl {
  color: #222;
  font-size: 4.6rem;
  font-weight: 800;
  padding: 2.7rem 1.5rem 5.5rem;
  position: relative;
}
.f-point .head-txt {
  display: flex;
  justify-content: center;
  margin: auto;
}
.f-point .head-txt:first-of-type {
  font-size: 2.2rem;
  line-height: 3.2rem;
  margin-bottom: 0.2rem;
}
.f-point .head-txt:nth-of-type(2) {
  font-size: 2.6rem;
  line-height: 3.7rem;
  position: relative;
}
.f-point .head-txt:nth-of-type(2)::after {
  content: "";
  display: inline-block;
  background-color: #FFFFAA;
  width: 30rem;
  height: 1rem;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.2rem;
}
.f-point .head-inner {
  position: relative;
  z-index: 10;
}
.f-point .head-em {
  color: #F67724;
}
.f-point .head-num {
  font-size: 4rem;
}
.f-point .head-of {
  font-size: 2.2rem;
  margin: 0.2rem;
}
.f-point .point-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.8rem;
  margin: auto;
}
.f-point .point-item {
  background-color: #FFF;
  width: 34.5rem;
  position: relative;
}
.f-point .point-icon {
  display: inline-block;
  width: 6.6rem;
  height: 6.6rem;
  margin: auto;
  position: absolute;
  left: 0.8rem;
  right: auto;
  top: -0.8rem;
}
.f-point .point-icon img {
  width: 100%;
  height: 100%;
}
.f-point .point-figure {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.f-point .point-picture {
  order: 2;
  width: 100%;
  height: 15rem;
}
.f-point .point-picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.f-point .point-figcaption {
  display: flex;
  justify-content: center;
  align-items: center;
  order: 1;
  background-color: #F67724;
  color: #FFF;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 3.2rem;
  letter-spacing: 0.055rem;
  width: 100%;
  height: 5rem;
  padding-bottom: 0;
}
.f-point .point-txt {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.038rem;
  line-height: 2.8rem;
  padding: 1.2rem 1rem;
}

@media only screen and (min-width: 768px) {
  .f-point {
    padding: 0 0 72px;
  }
  .f-point .point-head {
    align-items: center;
    min-height: 160px;
    margin-bottom: 122px;
  }
  .f-point .point-head::before {
    top: 0;
  }
  .f-point .point-head::after {
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 50px solid #FAE968;
    bottom: -49px;
  }
  .f-point .head-ttl {
    font-size: 46px;
    padding: 0;
  }
  .f-point .head-txt:first-of-type {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
  }
  .f-point .head-txt:nth-of-type(2) {
    font-size: 48px;
    line-height: 64px;
  }
  .f-point .head-txt:nth-of-type(2)::after {
    width: 550px;
    height: 10px;
    bottom: 6px;
  }
  .f-point .head-num {
    font-size: 66px;
  }
  .f-point .head-of {
    font-size: 40px;
    margin: 2px;
  }
  .f-point .point-list {
    justify-content: flex-start;
    max-width: 678px;
    gap: 42px 14px;
  }
  .f-point .point-item {
    width: 332px;
  }
  .f-point .point-item:has(img[alt=POINT5]) .point-txt {
    letter-spacing: -0.8px;
  }
  .f-point .point-icon {
    width: 66px;
    height: 66px;
    right: 0;
    top: -33px;
  }
  .f-point .point-picture {
    height: 146.47px;
  }
  .f-point .point-figcaption {
    align-items: flex-end;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.55px;
    height: 78px;
    padding-bottom: 13px;
  }
  .f-point .point-txt {
    font-size: 16px;
    letter-spacing: inherit;
    line-height: 30px;
    min-height: 84px;
    padding: 12px 14px;
  }
}
@media only screen and (min-width: 1080px) {
  .f-point .point-list {
    justify-content: center;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
/* -------------------------------
  comparison
------------------------------- */
.section-comparison {
  padding: 35px 0 30px 0;
}

@media only screen and (min-width: 768px) {
  .section-comparison {
    padding: 75px 0 60px 0;
  }
}
.comparison {
  margin-top: 35px;
}

.comparison__table {
  overflow-x: scroll;
  padding-bottom: 20px;
}

@media only screen and (min-width: 640px) {
  .comparison__table {
    overflow-x: hidden;
  }
}
.comparison__table::-webkit-scrollbar {
  -webkit-appearance: none;
}

.comparison__table::-webkit-scrollbar:vertical {
  width: 10px;
}

.comparison__table::-webkit-scrollbar:horizontal {
  height: 10px;
}

.comparison__table::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}

.comparison__table::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.5);
}

.comparison__table img {
  max-width: 600px;
}

@media only screen and (min-width: 640px) {
  .comparison__table img {
    max-width: 100%;
  }
}
/* -------------------------------
  area
------------------------------- */
.area {
  padding: 25px 0;
}

@media only screen and (min-width: 768px) {
  .area {
    padding: 55px 0 43px 0;
  }
}
.area__image {
  margin-top: 5px;
}

.area__image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 640px) {
  .area__image img {
    max-width: 480px;
  }
}
/* -------------------------------
  flow
------------------------------- */
.flow {
  max-width: 870px;
  margin: 35px auto 0;
}

@media only screen and (min-width: 1024px) {
  .flow__row {
    margin: 0 -25px;
  }
  .flow__row > [class^=col] {
    padding: 0 25px;
  }
}
.flow__info {
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  margin: 20px 0 0;
}

.flow__info p {
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 6px;
  display: inline-block;
  background: #ff8a00;
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .flow__info p {
    font-size: 16px;
    padding: 10px 40px;
  }
}
.flow-card {
  margin-bottom: 55px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media only screen and (min-width: 576px) {
  .flow-card {
    margin-bottom: 35px;
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .flow-card {
    margin-bottom: 0;
  }
}
.flow-card--triangle {
  position: relative;
}

.flow-card--triangle:before {
  content: "";
  position: absolute;
  bottom: -45px;
  right: 50%;
  transform: translateX(50%) rotate(90deg);
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 15px solid #333333;
  border-bottom: 15px solid transparent;
}

@media only screen and (min-width: 576px) {
  .flow-card--triangle:before {
    top: 65px;
    right: -16px;
    transform: translateX(0) rotate(0deg);
  }
}
@media only screen and (min-width: 992px) {
  .flow-card--triangle:before {
    right: -34px;
  }
}
.flow-card__header {
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .flow-card__header {
    width: auto;
  }
}
.flow-card__header > img {
  width: 144px;
}

@media only screen and (min-width: 576px) {
  .flow-card__header > img {
    max-width: 150px;
    width: 80%;
  }
}
.flow-card__title {
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  height: auto;
  margin: 10px 0;
  color: #ff6000;
  justify-content: center;
}

.flow-card__text {
  font-size: 15px;
  text-align: justify;
  line-height: 1.5;
  color: #333333;
}

/* -------------------------------
  voice
------------------------------- */
.section-voice {
  margin: 0 auto;
  padding: 15px 0 30px;
  background-image: url(../img/voice-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 768px) {
  .section-voice {
    padding: 45px 0 50px;
  }
}
.voice {
  padding: 0 0 0;
  max-width: 800px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.voice-card {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  padding: 14px 10px 14px 5px;
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff;
  border: dotted 2px #ff6000;
}

@media only screen and (min-width: 768px) {
  .voice-card {
    flex-direction: row;
    padding: 15px 15px 20px 0;
  }
}
.voice-card__header {
  text-align: center;
  position: relative;
  font-size: 18px;
  width: 70%;
  margin: 0 auto 15px;
}

.voice-card__header img {
  width: 80px;
}

@media only screen and (min-width: 768px) {
  .voice-card__header {
    margin: 0 auto;
    flex-basis: 40%;
    max-width: 40%;
  }
}
@media only screen and (min-width: 1024px) {
  .voice-card__header {
    margin: 0 auto;
    flex-basis: 20%;
    max-width: 20%;
  }
}
.voice-card__body {
  margin-top: 5px;
  padding: 0 10px;
}

@media only screen and (min-width: 768px) {
  .voice-card__body {
    flex-basis: 80%;
    max-width: 80%;
    margin-top: 0;
  }
}
.voice-card__text {
  font-size: 15px;
  text-align: justify;
  line-height: 1.5;
  margin: 0;
  font-weight: 500;
  color: #333333;
}

@media only screen and (max-width: 575px) {
  .voice-card__text {
    line-height: 1.4;
    padding-left: 10px;
  }
}
/* -------------------------------
  faq
------------------------------- */
.faq__question {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px dashed rgba(51, 51, 51, 0.5);
}

@media only screen and (min-width: 576px) {
  .faq__question {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.faq__question:first-child {
  border-top: 1px dashed rgba(51, 51, 51, 0.5);
  padding-top: 10px;
}

@media only screen and (min-width: 576px) {
  .faq__question:first-child {
    padding-top: 20px;
  }
}
.faq__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  background: #8cc63f;
  color: #fff;
  width: 35px;
  height: 23px;
  text-align: center;
  margin-right: 10px;
}

@media only screen and (min-width: 576px) {
  .faq__icon {
    font-size: 14px;
    height: 33px;
    font-size: 18px;
    width: 59px;
    margin-right: 15px;
  }
}
.faq__heading {
  display: flex;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  padding-right: 30px;
  color: #333333;
  cursor: pointer;
  position: relative;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .faq__heading {
    align-items: center;
    padding-right: 40px;
    font-size: 18px;
  }
}
.faq__heading:after {
  content: "+";
  position: absolute;
  right: -10px;
  top: 15px;
  width: 25px;
  height: 25px;
  padding: 0 0 3px 0;
  border-radius: 50%;
  color: #ffffff;
  background: #ff6000;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
}

.faq__heading.is-opened:after {
  content: "-";
}

@media only screen and (min-width: 768px) {
  .faq__heading:after {
    top: 18px;
    width: 30px;
    height: 30px;
  }
}
.faq__heading > span:last-child {
  flex-basis: 90%;
}

.faq__answer {
  display: flex;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  margin-bottom: 0;
}

.faq__text {
  flex-basis: 95%;
  line-height: 1.8;
  font-size: 15px;
}

/* ==================================
  footer
================================== */
.footer {
  text-align: center;
  color: #ffffff;
  border-top: 2px solid #ff6000;
  margin-bottom: 70px;
}

@media only screen and (min-width: 576px) {
  .footer {
    margin-bottom: 0;
  }
}
.footer .footer-top {
  padding: 35px 0 30px 0;
}

.footer .footer-logo {
  display: inline-block;
  margin-bottom: 25px;
}

.footer .footer-logo img {
  width: 234px;
}

.footer .footer-text {
  color: #333333;
  font-size: 16px;
  line-height: 2.1;
}

.footer .copyright {
  background: #ff6000;
  font-size: 14px;
  padding: 18px 0;
}

@media only screen and (min-width: 576px) {
  .footer .copyright {
    padding: 25px 0;
  }
}
/* ==================================
  conformation
================================== */
.inquiry-form {
  padding: 0 0 20px 0;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .inquiry-form {
    padding: 0 0 65px 0;
  }
}
@media only screen and (min-width: 768px) {
  .inquiry-form {
    padding: 0 0 90px 0;
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) {
  .inquiry-form {
    width: 81%;
  }
}
.inquiry-form__title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  color: #333333;
  margin: 0 0 30px;
}

@media only screen and (min-width: 768px) {
  .inquiry-form__title {
    margin: 15px 0 60px;
    font-size: 18px;
  }
}
.inquiry-form .form-group {
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) {
  .inquiry-form .form-group {
    margin-bottom: 40px;
  }
}
.inquiry-form__label-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .inquiry-form__label-wrapper {
    margin-bottom: 15px;
    height: 100%;
    margin-bottom: 0;
  }
}
.inquiry-form__label,
.inquiry-form__value {
  font-size: 15px;
  color: #333333;
  margin-bottom: 0;
}

@media only screen and (min-width: 860px) {
  .inquiry-form__label,
  .inquiry-form__value {
    font-size: 18px;
  }
}
.inquiry-form__value {
  font-weight: 400;
}

.inquiry-form__state {
  font-size: 14px;
  height: 24px;
  line-height: 1.7;
  line-height: 24px;
  padding: 0 6px;
  background: #d2272d;
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .inquiry-form__state {
    font-size: 16px;
    height: 26px;
    line-height: 26px;
    padding: 0 8px;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .inquiry-form__state {
    font-size: 16px;
    margin-left: 25px;
  }
}
.inquiry-form__state--any {
  background: #ffffff;
  color: #333333;
  border: 1px solid #999999;
}

.inquiry-form .form-control {
  height: 50px;
  border-radius: 0;
  border: solid 2px #999999;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  box-shadow: inset 0 1px #afafaf;
}

.inquiry-form .form-control:focus {
  box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.4);
}

.inquiry-form .form-control::-moz-placeholder {
  color: #999999;
}

.inquiry-form .form-control::placeholder {
  color: #999999;
}

.inquiry-form textarea.form-control {
  height: 250px;
  resize: none;
}

.inquiry-form__btn-wrapper {
  margin-top: 40px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .inquiry-form__btn-wrapper {
    margin-top: 70px;
  }
}
.inquiry-form__btn {
  background: linear-gradient(to bottom, #f7a023, #ff7424);
  box-shadow: 0 1px 0px 1px rgba(51, 51, 51, 0.5);
  color: #ffffff;
  margin: 0 auto;
  width: 100%;
  height: 70px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.1s;
}

@media only screen and (min-width: 576px) {
  .inquiry-form__btn {
    width: 370px;
  }
}
.inquiry-form__btn:hover {
  text-decoration: none;
  color: #ffffff;
}

.form-sended__wrapper {
  min-height: 60vh;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.err {
  color: #d2272d;
}

.send-page {
  border-top: 1px solid #8cc63f;
}

/* -------------------------------
  inquiry-form__privacy
------------------------------- */
.inquiry-form__privacy {
  font-weight: 500;
  padding: 25px 20px;
  max-height: 200px;
  overflow-y: scroll;
  border: 1px solid #ccc;
  background: #ffffff;
}

.inquiry-form__privacy h3 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 30px;
}

.inquiry-form__privacy p,
.inquiry-form__privacy li,
.inquiry-form__privacy h5 {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
}

.inquiry-form__privacy h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  margin: 25px 0 10px;
}

.inquiry-form__privacy p,
.inquiry-form__privacy li {
  padding-left: 15px;
  font-weight: 400;
}/*# sourceMappingURL=app.css.map */