@charset "UTF-8";
:root {
  --scrollbar: 0;
}

body, p, .ff-richtext, li, li a, a, h1, h2, h3, h4, h5, h6, .progress-box-v1 .progress-title, .progress-box-v2 .progress-title, .team-v5-progress-box .progress-title, .pricing-list-v1 .pricing-list-v1-header-title, .team-v3 .progress-box .progress-title, .rating-container .caption > .label, .theme-portfolio .cbp-l-filters-alignRight, .theme-portfolio .cbp-l-filters-alignLeft, .theme-portfolio .cbp-l-filters-alignCenter, .theme-portfolio .cbp-filter-item, .theme-portfolio .cbp-l-loadMore-button .cbp-l-loadMore-link, .theme-portfolio .cbp-l-loadMore-button .cbp-l-loadMore-button-link, .theme-portfolio .cbp-l-loadMore-text .cbp-l-loadMore-link, .theme-portfolio .cbp-l-loadMore-text .cbp-l-loadMore-button-link, .theme-portfolio-v2 .cbp-l-filters-alignRight .cbp-filter-item, .theme-portfolio-v3 .cbp-l-filters-button .cbp-filter-item, .zeus .tp-bullet-title {
  font-family: "Roboto", "Noto Sans JP", Arial, sans-serif !important;
}

html {
  font-size: 16px;
}

body, body * {
  box-sizing: border-box;
}

body {
  font-size: 1rem;
  line-height: 1.7;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

li a {
  color: #ff3800;
}

p {
  color: #34343c;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
.spacer {
  flex-grow: 1 !important;
}

@media screen and (max-width: 767px) {
  .lo-fade {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.5s, transform 1s;
  }
  .lo-fade.active {
    opacity: 1;
    transform: translateY(0px);
  }
}

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2; /* Blue */
}
.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450; /* Green */
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232; /* Red */
}
.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28; /* Orange */
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  color: #dc3232; /* Red */
  font-size: 1em;
  font-weight: normal;
  display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: 0.2em 0.8em;
  width: 24em;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d; /* Dark Gray 800 */
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}
form.submitting .wpcf7-spinner {
  visibility: visible;
}
.wpcf7-spinner::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc; /* Light Gray 100 */
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner::before {
    animation-name: blink;
    animation-duration: 2000ms;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.wpcf7 input[type=file] {
  cursor: pointer;
}

.wpcf7 input[type=file]:disabled {
  cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
  direction: ltr;
}

.wpcf7-reflection > output {
  display: list-item;
  list-style: none;
}

.wpcf7-reflection > output[hidden] {
  display: none;
}

@media screen and (min-width: 992px) {
  .ffb-id-navigation-header .ffb-header-design:not(.header-shrink) .ffb-header-design-inner {
    margin: 50px 40px 0;
    border-radius: 150px;
  }
}

.header-transparent .navbar-logo {
  position: relative;
}

@media screen and (min-width: 992px) {
  .ark-header:not(.header-shrink) .navbar-logo .navbar-logo-wrap {
    padding: 0;
    width: 120px !important;
    height: 120px !important;
    border-radius: 100px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -15px;
    top: -30px;
  }
  .ark-header:not(.header-shrink) .navbar-nav .nav-item {
    max-height: 60px !important;
    line-height: 60px !important;
  }
  .ark-header.header-no-pills:not(.header-shrink) .navbar-nav .nav-item-child {
    line-height: 60px !important;
  }
  .ark-header:not(.header-shrink) .navbar-actions .navbar-actions-shrink {
    line-height: 59px !important;
  }
  header:not(.header-shrink) .navbar-logo-wrap img {
    height: 52px !important;
    transform: translate(3px, 3px);
  }
}
.header-transparent .navbar-nav .nav-item-child {
  font-weight: 600;
  font-size: 16px;
  color: #34343c;
}

.header-transparent .dropdown-menu .dropdown-menu-item .dropdown-menu-item-child {
  font-size: 16px;
  color: #34343c;
}

@media screen and (min-width: 768px) {
  body.home header.ark-header {
    transform: translateY(-200px);
    opacity: 0;
  }
  body.home header.ark-header.rev-onload {
    transform: translateY(0);
    opacity: 1;
  }
}

h1.breadcrumbs-title {
  font-weight: 500 !important;
  font-family: "Zen Maru Gothic" !important;
}

@media screen and (max-width: 991px) {
  .ark-header .navbar-nav .dropdown-toggle {
    width: 100%;
    float: none;
  }
  .header-transparent .navbar-nav .nav-item-child:hover,
  .header-transparent .navbar-nav .open .nav-item-child:hover,
  .header-transparent .navbar-nav .nav-item-child:focus {
    background: transparent;
  }
}
.post-content p, .post-content li, .post-content li a {
  font-size: 1rem;
  font-weight: 400;
}
.post-content .ff-richtext {
  line-height: 1.7;
}
.post-content h3.lo-heading {
  position: relative;
  margin: 0 0 30px;
  padding: calc(1rem + 5px) 1rem calc(1rem + 3px);
  text-align: center;
  border: 2px solid #000;
  background: #fff;
  font-family: "Zen Maru Gothic" !important;
  font-weight: 500;
  font-size: 1.25rem;
}
.post-content h3.lo-heading:not(:first-child) {
  margin-top: 60px;
}
.post-content h3.lo-heading::before, .post-content h3.lo-heading::after {
  position: absolute;
  content: "";
}
.post-content h3.lo-heading::before {
  top: -30px;
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff;
}
.post-content h3.lo-heading::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.post-content h3.lo-heading span {
  position: relative;
  z-index: 1;
}
.post-content h3.lo-heading i {
  position: absolute;
  z-index: 1;
  top: -15px;
  left: calc(50% - 15px);
  display: block;
  width: 30px;
  height: 30px;
  background: url(/wp/wp-content/uploads/2024/03/lo-heading-leaf.webp) no-repeat center/contain;
}
.post-content h4.lo-heading {
  margin: 0 0 30px;
  padding: 10px 20px;
  background: #ff3800;
  color: #fff;
  font-weight: 500;
  font-size: 1.125rem;
}
.post-content h4.lo-heading:not(:first-child) {
  margin-top: 60px;
}
.post-content h4.team-v11-name {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 1.5rem;
}
.post-content .team-v11-description {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ccc;
}

.lo-archive .blog-grid .blog-grid-title-md > a {
  font-weight: 400;
  font-size: 1.25rem;
}

.flex-wrapper {
  display: flex;
}
@media screen and (max-width: 767px) {
  .flex-wrapper {
    flex-direction: column;
  }
}
.flex-wrapper.tel {
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .flex-wrapper.tel {
    align-items: center;
    gap: 20px;
  }
}
.flex-wrapper.tel .l-icon-box-v2 {
  margin-bottom: 0;
}
.flex-wrapper.tel .number {
  font-weight: 700;
  font-size: 1.5rem;
}

.bold-decorate strong {
  padding: 2px;
  background: repeating-linear-gradient(-45deg, #fcf69f, #fcf69f 2px, transparent 2px, transparent 4px);
  color: #000;
}

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

table:not([class]) {
  margin: 1em 0;
}

table td > *:first-child {
  margin-top: 0;
}

table td > *:last-child {
  margin-bottom: 0;
}

table.default {
  width: 100%;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  table:not([class]),
  table.default {
    display: block;
    width: 100%;
  }
  table:not([class]) tbody, table:not([class]) tr, table.default thead, table.default tbody, table.default tr {
    display: block;
    width: 100%;
  }
  table:not([class]) td,
  table.default th,
  table.default td {
    display: block;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
  }
  table:not([class]) tbody:first-child tr:first-child td:first-child,
  table.default thead:first-child tr:first-child th:first-child,
  table.default thead:first-child tr:first-child td:first-child,
  table.default tbody:first-child tr:first-child th:first-child,
  table.default tbody:first-child tr:first-child td:first-child,
  table.default.thead-none tbody:first-of-type tr:first-child th:first-child,
  table.default.thead-none tbody:first-of-type tr:first-child td:first-child,
  table.default.has-caption thead:nth-child(2) th:first-child,
  table.default.has-caption thead:nth-child(2) td:first-child,
  table.default.has-caption tbody:nth-child(2) th:first-child,
  table.default.has-caption tbody:nth-child(2) td:first-child,
  table.default.tr-separate th:first-child,
  table.default.tr-separate td:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  table:not([class]) td:first-child,
  table.default th {
    background-color: rgba(0, 0, 0, 0.02);
    font-weight: 700;
  }
  table.thead-none thead {
    display: none !important;
  }
  table.tr-separate tr {
    margin-bottom: 20px !important;
  }
}
@media print, screen and (min-width: 768px) {
  table.full-width {
    width: 100%;
  }
  table.full-width td.full {
    width: 100%;
  }
  table:not([class]) td,
  table.default th,
  table.default td {
    border: 1px solid #e5e5e5;
    padding: 10px 20px;
    vertical-align: top;
  }
  table:not([class]) td:first-child,
  table.default th {
    white-space: nowrap;
  }
}
table.default th {
  text-align: left;
}

.home-carousel-event .ff-post-featured-image-link-wrapper {
  display: block;
  aspect-ratio: 3/2;
}
.home-carousel-event .ff-post-featured-image-link-wrapper img {
  height: 100% !important;
  object-fit: cover;
}
@media screen and (min-width: 1366px) {
  .home-carousel-event .ff-portfolio-grid-wrapper {
    overflow: visible;
    padding-bottom: 30px;
  }
  .home-carousel-event .cbp-nav-prev {
    left: -60px !important;
  }
  .home-carousel-event .cbp-nav-next {
    right: -60px !important;
  }
  .home-carousel-event .cbp-nav-pagination {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .theme-portfolio.theme-portfolio-nav-v2 .cbp-nav-controls .cbp-nav-next::after {
    margin-right: -1px;
  }
}

.lo-heading-en h2 {
  font-family: Oswald !important;
  font-weight: 700;
  font-size: 48px !important;
  text-transform: uppercase;
  color: #ff0099;
}
.lo-heading-en.fg-text-light h2 {
  color: #fff !important;
}
.lo-heading-en.fg-text-light p {
  color: #fff !important;
}

.home-feature h3.fg-heading {
  margin: 15px 0 5px;
  font-weight: 600;
}

.home-review-heading {
  position: relative;
}
.home-review-heading::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("/wp/wp-content/uploads/2024/02/brush1.svg") no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scale(1.65);
  z-index: -1;
}

.home-carousel-review .testimonials-v1 p {
  text-align: left;
}

.theme-icons-sm {
  line-height: 1.4 !important;
}

.label-lo,
.label-loe {
  position: relative;
}
.label-lo::before,
.label-loe::before {
  content: "";
  display: inline-block;
  padding: 1px 10px;
  border-radius: 100px;
  background: #ff3800;
  color: #fff;
  position: absolute;
  top: 35px;
  left: 20px;
}

.label-lo::before {
  content: "リトルオレンジズ";
}

.label-loe::before {
  content: "リトルオレンジズイングリッシュ";
}

.p-form {
  margin: 0;
  padding: 0;
  font-size: 1.125rem;
}
.p-form dl {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-form dl {
    flex-direction: column;
  }
}
.p-form dl dt {
  margin: 0;
  padding: 25px 30px 25px 0;
  border-top: 0.5px solid #999;
  width: 30%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-form dl dt {
    padding: 20px 0 0 0;
    width: 100%;
    font-size: 1.125rem;
  }
}
.p-form dl dt:first-child {
  border-top: 0;
}
.p-form dl dt:first-child + dd {
  border-top: 0;
}
.p-form dl dt.required::after {
  content: "必須";
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 2px 15px;
  border-radius: 100px;
  background-color: #FF6600;
  line-height: 1.4;
  color: #fff;
  font-size: 0.875rem;
}
.p-form dl dt p {
  margin: 0;
}
.p-form dl dd {
  margin: 0;
  padding: 25px 0;
  width: 70%;
  border-top: 0.5px solid #999;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-form dl dd {
    padding: 20px 0;
    width: 100%;
    border-top: 0;
  }
}
.p-form dl dd.label-radio label {
  display: flex;
  align-items: center;
}
.p-form dl dd.label-radio label:not(:last-child) {
  margin-bottom: 5px;
}
.p-form dl dd p {
  margin: 0;
}
.p-form input {
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 2px solid #ccc;
  border-radius: 3px;
  padding: 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
}
.p-form input[type=text], .p-form input[type=email], .p-form input[type=tel] {
  width: 330px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-form input[type=text], .p-form input[type=email], .p-form input[type=tel] {
    width: 100%;
  }
}
.p-form input[type=radio], .p-form input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  clip: rect(0, 0, 0, 0);
}
.p-form input[type=radio] + .wpcf7-list-item-label, .p-form input[type=checkbox] + .wpcf7-list-item-label {
  padding-left: 30px;
  margin-right: 15px;
  position: relative;
}
.p-form input[type=radio] + .wpcf7-list-item-label::before, .p-form input[type=checkbox] + .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-form input[type=radio] + .wpcf7-list-item-label::before {
  border-radius: 50%;
}
.p-form input[type=radio]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #4473AA;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.p-form input[type=checkbox] + .wpcf7-list-item-label::before {
  border-radius: 4px;
}
.p-form input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  border-bottom: 2px solid #4473AA;
  border-right: 2px solid #4473AA;
  position: absolute;
  left: 0;
  top: 10%;
  transform: rotate(40deg) translate(40%, -50%);
}
.p-form .select-styled {
  display: inline-block;
  position: relative;
}
.p-form .select-styled::before {
  content: "\e313";
  font-family: "Material Symbols Outlined";
  font-size: 1.125rem;
  line-height: 1;
  color: #000;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}
.p-form select {
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: none #fff;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  padding: 10px 50px 10px 10px;
  border: 2px solid #ccc;
  border-radius: 3px;
}
.p-form select option {
  background-color: #fff;
}
.p-form textarea {
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 2px solid #ccc;
  border-radius: 3px;
  padding: 10px;
  vertical-align: bottom;
  width: 100%;
  height: calc(8.5em + 22px);
  background-color: #fff;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.7;
}
.p-form__agreement > p {
  margin: 20px 0;
  text-align: center;
}
.p-form__submit-wrapper {
  text-align: center;
}
.p-form__submit-wrapper + p {
  margin: 0;
  text-align: center;
  font-size: 1.187rem;
}
@media screen and (max-width: 767px) {
  .p-form__submit-wrapper + p {
    font-size: 3.5vw;
  }
}
.p-form__submit {
  display: inline-block;
  padding-top: 40px;
  position: relative;
}
.p-form__submit p {
  margin: 0;
}
.p-form__submit .wpcf7-spinner {
  display: block;
  margin: 10px auto 0;
}
.p-form__submit input[type=submit] {
  display: inline-block;
  padding: 20px 40px;
  border: 0;
  border-radius: 10px;
  background-color: #ff3800;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-form__submit input[type=submit] {
    padding: 20px 5vw;
    font-size: 4vw;
  }
}
.p-form__submit input[type=button].wpcf7-previous {
  display: inline-block;
  margin-right: 30px;
  padding: 20px 40px;
  border-radius: 10px;
  line-height: 1;
  font-weight: 700;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-form__submit input[type=button].wpcf7-previous {
    margin-right: 20px;
    padding: 20px 5vw;
    font-size: 4vw;
  }
}

/*# sourceMappingURL=style.css.map */
