@charset "UTF-8";
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

ul,
ol {
  list-style: none;
}

html {
  scroll-behavior: smooth;
}
html:has(dialog[open]) {
  overflow: hidden;
}

body {
  font-family: YuGothic, "Yu Gothic", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #2e2e2e;
  padding-top: 60px;
  /* background: transparent url(../images/common/bg-sp.webp) no-repeat center center/cover; */
  position: relative;
  background-color: #f4f1f7;
}
/* body:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.86);
  top: 0;
  left: 0;
  z-index: -1;
} */
body.modal-open {
  overflow-y: scroll;
  position: fixed;
  width: 100%;
}

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

.l-inner {
  margin-inline: auto;
  position: relative;
  width: min(100%, 550px);
  padding: 0 20px;
}

.l-inner--m {
  margin-inline: auto;
  position: relative;
  width: min(100%, 550px);
  padding: 0 20px;
}

.l-inner--s {
  margin-inline: auto;
  position: relative;
  width: min(100%, 550px);
  padding: 0 20px;
}

.c-btnLink {
  /*線の基点とするためrelativeを指定*/
  position: relative;
  /*リンクの形状*/
  color: #2e2e2e;
  padding: 0 5px 10px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  outline: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1rem;
  letter-spacing: 0.17281rem;
  font-weight: 400;
}
.c-btnLink svg {
  aspect-ratio: 1;
}
.c-btnLink svg circle {
  -webkit-transition: fill 0.3s ease 0s;
  transition: fill 0.3s ease 0s;
}
.c-btnLink::after, .c-btnLink::before {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  /*線の形状*/
  background: #333;
  width: 100%;
  height: 1px;
  /*アニメーションの指定*/
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-btnLink::after {
  width: 0;
  background: #a4a4a4;
}
.c-btnLink:hover::after {
  width: 100%;
}
.c-btnLink:hover svg circle {
  fill: #a4a4a4;
}

.c-btn {
  font-size: 1rem;
  padding: 14.5px;
  padding: 10.5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border-radius: 22.5px;
  background-color: #2e2e2e;
  color: #fff;
}
.c-title {
  height: 36px;
}

.c-title__img {
  display: block;
}

.wpcf7-form-control::-webkit-input-placeholder {
  color: #A9A9A9;
  letter-spacing: 0.16788rem;
}

.wpcf7-form-control::-moz-placeholder {
  color: #A9A9A9;
  letter-spacing: 0.16788rem;
}

.wpcf7-form-control:-ms-input-placeholder {
  color: #A9A9A9;
  letter-spacing: 0.16788rem;
}

.wpcf7-form-control::-ms-input-placeholder {
  color: #A9A9A9;
  letter-spacing: 0.16788rem;
}

.wpcf7-form-control::placeholder {
  color: #A9A9A9;
  letter-spacing: 0.16788rem;
}

.wpcf7-textarea {
  height: 269px;
  background-color: #fff;
  border: 1px solid #5F5F5F;
  padding: 6px 15px;
  font-size: 1rem;
  width: 100%;
  line-height: 2.375rem;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-response-output {
  text-align: center;
  border: none;
}

.p-header {
  height: 60px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 20;
}

.p-header__inner {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-inline: 18px;
}

.p-headerLogo {
  width: 92px;
}

.p-headerLogo__link {
  display: block;
  max-width: 100%;
  height: auto;
}

.p-headerBurger {
  z-index: 41;
}

.p-headerBurger__close {
  display: block;
}
.add-active .p-headerBurger__close {
  display: none;
}

.p-headerBurger__open {
  display: none;
}
.add-active .p-headerBurger__open {
  display: block;
}

.p-headerNav {
  padding-top: 160px;
  bottom: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-clip-path: inset(0% 100% 0% 0%);
          clip-path: inset(0% 100% 0% 0%);
  -webkit-transition: -webkit-clip-path 0.3s ease;
  transition: -webkit-clip-path 0.3s ease;
  transition: clip-path 0.3s ease;
  transition: clip-path 0.3s ease, -webkit-clip-path 0.3s ease;
  width: 100vw;
  z-index: 40;
  /* background: transparent url(../images/common/bg-sp.webp) no-repeat center center/cover; */
  background-color: #f4f1f7;
  height: 100vh;
}
/* .p-headerNav:after {
  content: "";
  position: absolute;
  width: 100%;
  min-height: 100vh;
  overflow-y: auto;
  background-color: rgba(255, 255, 255, 0.86);
  top: 0;
  left: 0;
  z-index: -1;
} */
.add-active .p-headerNav {
  -webkit-clip-path: inset(0% 0% 0% 0%);
          clip-path: inset(0% 0% 0% 0%);
  overflow-y: auto;
  padding-bottom: 160px;
}
.is-resize .p-headerNav {
  -webkit-transition: none;
  transition: none;
}

.p-headerNav__logo {
  margin-right: auto;
}

.p-headerNav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  width: 180px;
  margin-inline: auto;
}

.p-headerNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  width: 100%;
}

.p-headerNav__link {
  display: block;
}

.p-headerSns {
  margin-right: auto;
}

.p-headerSns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 31px;
}

.p-archive {
  border-bottom: 1px solid #c4c4c4;
  padding: 30px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
}
.p-archive:first-child {
  border-top: 1px solid #c4c4c4;
}

.p-archive__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #6A6A6A;
  font-weight: 700;
}

.p-archive__published {
  letter-spacing: 0.17281rem;
}

.p-archive__category {
  padding: 9.5px 18px;
  font-size: 0.875rem;
  background-color: #fff;
}

.p-archive__content {
  font-weight: 300;
  letter-spacing: 0.17281rem;
}

.p-modal {
  margin-inline: auto;
  width: min(100%, 1160px);
}

.p-modal__inner {
  padding: 20px;
}

.p-modal__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.p-modal__text {
  font-size: 0.875rem;
}

.p-modal__list {
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

.p-modal__subList {
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  padding-left: 2.5rem;
}

.p-footer {
  background: #fff;
  padding-block: 50px 147px;
}

.p-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 66px;
}

.p-footerCopyright {
  display: none;
}

.p-footerCopyright__text {
  font-size: 0.9rem;
  letter-spacing: 0.045rem;
  color: #000;
  font-weight: 400;
}

.p-footerNav__list {
  display: none;
}

.p-footerSns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 22px;
}

.fr-mv {
  max-height: 538px;
  max-height: 100vh;
  aspect-ratio: 390/538;
}

.fr-mv__inner {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding-top: 29.4871794872vw;
  width: 100vw;
}

.fr-mv__head {
  width: 73.0769230769vw;
  aspect-ratio: 285/77;
  position: absolute;
  top: 19.9%;
  left: 21.28205%;
  z-index: 2;
}

.fr-mvImage__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 171.54vw;
  left: -38%;
}

.fr-mvImage__img {
  position: relative;
}
.fr-mvImage__img:nth-child(2) {
  top: 118px;
}
.fr-mvImage__img:nth-child(3) {
  top: 64px;
}

.fr-news {
  margin-top: 100px;
}

.fr-new__title {
  padding-left: 13px;
}

.fr-news__contents {
  padding-inline: 6px;
  margin-inline: auto;
  width: min(100%, 960px);
  margin-top: 36px;
}

.fr-news__link {
  margin-top: 47px;
  max-width: 153px;
  margin-inline: auto;
}

.fr-newsArticle {
  border-bottom: 1px solid #c4c4c4;
  padding: 30px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
}
.fr-newsArticle:first-child {
  border-top: 1px solid #c4c4c4;
}

.fr-newsArticle__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #6A6A6A;
  font-weight: 700;
}

.fr-newsArticle__published {
  letter-spacing: 0.17281rem;
}

.fr-newsArticle__category {
  padding: 9.5px 18px;
  font-size: 0.875rem;
  background-color: #fff;
}

.fr-newsArticle__content {
  font-weight: 300;
  letter-spacing: 0.17281rem;
}

.fr-concept {
  margin-top: 115px;
  overflow: hidden;
}

.fr-concept__inner {
  padding-inline: 0;
  position: relative;
}

.fr-concept__title {
  padding-left: 13px;
  margin-inline: auto;
}

.fr-concept__contents {
  width: 100%;
  margin-top: 60px;
}

.fr-concept__logo {
  margin-inline: auto;
  width: 187px;
}

.fr-concept__lead {
  width: 85.3846%;
  text-align: center;
  margin-inline: auto;
  margin-top: 37px;
}

.fr-concept__text {
  font-weight: 500;
  line-height: 1.875rem;
  letter-spacing: 0.16788rem;
}

.fr-conceptBack {
  position: absolute;
  top: 45vw;
  z-index: -1;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fr-conceptBack__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.fr-conceptBack__text {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
  color: #F5F6FA;
  font-size: 6rem;
  letter-spacing: 0.17281rem;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
.fr-conceptBack__text:nth-child(1) {
  -webkit-animation: scrollAnime1 28s -14s linear infinite;
          animation: scrollAnime1 28s -14s linear infinite;
}
.fr-conceptBack__text:nth-child(2) {
  -webkit-animation: scrollAnime2 28s linear infinite;
          animation: scrollAnime2 28s linear infinite;
}
.fr-conceptBack__item:nth-child(2) .fr-conceptBack__text:nth-child(1) {
  -webkit-animation: scrollAnime3 28s -14s linear infinite;
          animation: scrollAnime3 28s -14s linear infinite;
}
.fr-conceptBack__item:nth-child(2) .fr-conceptBack__text:nth-child(2) {
  -webkit-animation: scrollAnime4 28s linear infinite;
          animation: scrollAnime4 28s linear infinite;
}

@-webkit-keyframes scrollAnime1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes scrollAnime1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes scrollAnime2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes scrollAnime2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@-webkit-keyframes scrollAnime3 {
  0% {
    -webkit-transform: translateX(110%);
            transform: translateX(110%);
  }
  100% {
    -webkit-transform: translateX(-90%);
            transform: translateX(-90%);
  }
}
@keyframes scrollAnime3 {
  0% {
    -webkit-transform: translateX(110%);
            transform: translateX(110%);
  }
  100% {
    -webkit-transform: translateX(-90%);
            transform: translateX(-90%);
  }
}
@-webkit-keyframes scrollAnime4 {
  0% {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
  100% {
    -webkit-transform: translateX(-190%);
            transform: translateX(-190%);
  }
}
@keyframes scrollAnime4 {
  0% {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
  100% {
    -webkit-transform: translateX(-190%);
            transform: translateX(-190%);
  }
}
.fr-conceptSlide {
  margin-top: 47px;
}

.fr-conceptSlide__slide:nth-child(even) {
  padding-top: 30px;
}

.fr-service {
  margin-top: 60px;
}

.fr-service__contents {
  margin-top: 50px;
  padding-inline: 10px;
}

.fr-service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.fr-service__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 70px;
}

.fr-service__body {
  letter-spacing: 0.16788rem;
  display: contents;
}

.fr-service__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.fr-service__head--eg {
  line-height: 3.35688rem;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  white-space: nowrap;
}

.fr-service__head--jp {
  font-size: 1.25rem;
  line-height: 2.375rem;
}

.fr-service__text {
  font-weight: 300;
  line-height: 1.9375rem;
  font-size: 1rem;
}

.fr-service__img {
  text-align: center;
}

.fr-service__images {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(31.52778vw, 454px);
  gap: 160px;
}

.fr-service__link {
  margin-top: 54px;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.fr-service__linkBox {
  max-width: 163px;
  margin-inline: auto;
}

.fr-instagram {
  margin-top: 105px;
}

.fr-instagram__link {
  margin-top: 51px;
  max-width: 153px;
  margin-inline: auto;
}

.fr-company {
  margin-top: 95px;
  padding-block: 88px 118px;
}

.fr-company__contents {
  margin-top: 62px;
  padding-inline: 7.5px;
  margin-inline: auto;
  width: min(100%, 672px);
}

.fr-company__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0 20px 11px;
  border-bottom: 1px solid #2e2e2e;
}

.fr-company__list {
  /* color: #2e2e2e; */
  line-height: 1.375rem;
}

.fr-company__term {
  width: 18.6%;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.125rem;
}

.fr-company__data {
  width: 79.94%;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.0625rem;
}

.fr-contact {
  padding-block: 52px 51px;
}

.fr-contact__contents {
  margin-top: 18px;
  padding-inline: 8.4px;
  margin-inline: auto;
  width: min(100%, 801px);
}

.fr-contact__text {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: 0.16788rem;
}

.fr-contactForm {
  margin-top: 63px;
}

.fr-contactForm__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
}

.fr-contactForm__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}

.fr-contactForm__title {
  color: #5F5F5F;
  font-weight: 500;
  line-height: 2.375rem;
  letter-spacing: 0.16788rem;
}

.fr-contactForm__input {
  background-color: #fff;
  border: 1px solid #5F5F5F;
  padding: 6px 15px;
  font-size: 1rem;
  width: 100%;
  line-height: 2.375rem;
}

.fr-contactForm__btn {
  margin-top: 5px;
  max-width: 172px;
  margin-inline: auto;
  position: relative;
}
.fr-contactForm__btn::after {
  content: ">";
  position: absolute;
  width: 13px;
  aspect-ratio: 13/16;
  -webkit-transition: right 0.3s ease 0s;
  transition: right 0.3s ease 0s;
  display: inline-block;
  right: 30px;
  top: 50%;
  translate: 0 -50%;
  color: #fff;
}

.fr-contactPrivacy {
  margin-top: 21px;
  text-align: center;
}

.fr-contactPrivacy__btn {
  color: #5F5F5F;
  font-weight: 300;
  line-height: 2.375rem;
  letter-spacing: 0.0625rem;
  text-decoration-line: underline;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.ho-main{
  margin-top: 40px;
}

.ho-archive {
  padding-block: 60px 50px;
}
.ho-archive__contents {
  padding-inline: 6px;
  margin-inline: auto;
  width: min(100%, 960px);
  margin-top: 20px;
}

.ho-pagination {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.ho-pagination .page-numbers {
  background: #fff;
  padding: 0.2em 0.5em;
}
.ho-pagination .page-numbers.current {
  background-color: #2e2e2e;
  color: #fff;
}

.si-main{
  margin-top: 40px;
}

.si-entry__label {
  display: inline-block;
  margin-bottom: 18px;
  padding: 4px 14px;
  font-size: 0.6875rem;
  background-color: #fff;
  color: #6A6A6A;
  text-align: center;
}

.si-entry__title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 18px;
}

.si-entry__meta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
}

.si-entry__published,
.si-entry__updated {
  color: #808080;
  font-size: 0.6875rem;
}
.si-entry__published::before,
.si-entry__updated::before {
  content: "\f073";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 400;
  margin-right: 8px;
}

.si-entry__updated {
  margin-left: 18px;
}
.si-entry__updated::before {
  content: "\f1da";
  font-weight: 900;
}

.si-entry__img {
  text-align: center;
}

.si-entry__body {
  margin-top: 32px;
  padding-bottom: 24px;
}

.si-entry__body {
  padding-bottom: 12px;
}
.si-entry__body h2,
.si-entry__body h3,
.si-entry__body h4,
.si-entry__body h5,
.si-entry__body h6 {
  margin-top: 0;
}
.si-entry__body h2 {
  background: #f2f2f2;
  border-radius: 3px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 38px;
  margin-top: 80px;
  padding: 27px 17px;
  position: relative;
  text-align: left;
}
.si-entry__body h3 {
  border-bottom: 3px solid #c4c4c4;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 24px;
  margin-top: 84px;
  padding-bottom: 14px;
}
.si-entry__body h4 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 16px;
  margin-top: 82px;
  position: relative;
}
.si-entry__body h5 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 27px;
  margin-top: 60px;
}
.si-entry__body h6 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 1em;
  margin-top: 2em;
}
.si-entry__body p {
  line-height: 1.875;
  margin-top: 30px;
}
.si-entry__body ul {
  list-style-type: disc;
  margin-bottom: 1em;
  padding-left: 20px;
}
.si-entry__body ol {
  list-style-type: decimal;
  margin-bottom: 1em;
  padding-left: 20px;
}
.si-entry__body li {
  line-height: 1.6;
  margin-bottom: 0.4em;
  margin-top: 0.4em;
}
.si-entry__body a {
  color: #1592e6;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.u-hide {
  display: block;
}

.u-hide--sp {
  display: block;
}

.u-show {
  display: none;
}

.u-show--flex {
  display: none;
}

.u-show--inline {
  display: none;
}

.u-show--sp {
  display: none;
}

.mt-40 {
  margin-top: 40px;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

@media screen and (width >= 768px) {
  body {
    background: none;
    padding-top: 0;
  }
  .l-inner {
    padding: 0 20px;
    width: min(100%, 1200px);
  }
  .l-inner--m {
    padding: 0 20px;
    width: min(100%, 820px);
  }
  .l-inner--s {
    padding: 0 20px;
    width: min(100%, 590px);
  }
  .c-btnLink {
    font-size: 1.25rem;
  }
  .c-btnLink svg {
    width: 44px;
    height: 44px;
  }
  .c-title {
    height: 60px;
  }
  .p-header {
    height: 120px;
  }
  .p-header__inner {
    padding-inline: 30px;
  }
  .p-archive {
    padding: 25px 17px;
  }
  .p-footer {
    padding-block: 88px 208px;
  }
  .p-footer__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-footerCopyright {
    display: block;
    margin-top: 80px;
  }
  .p-footerNav__list {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(3, auto);
    gap: 19px 80px;
  }
  .fr-mv {
    /* background: transparent url(../../assets/images/mv/bg-mv.webp) no-repeat center center/cover; */
    max-height: 1075px;
    max-height: none;
    aspect-ratio: 1440/1075;
    padding-top: 120px;
  }
  .fr-mv__inner {
    padding-inline: 30px;
    padding-top: 2.34375vw;
  }
  .fr-mv__head {
    width: 61.73611vw;
    top: 3%;
    left: 35.55555%;
    aspect-ratio: 889/241;
  }
  .fr-mvImage__wrapper {
    left: 0;
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .fr-mvImage__img {
    width: 28.13889vw;
    aspect-ratio: 434/629;
  }
  .fr-mvImage__img img {
    width: 100%;
    /* height: auto; アスペクト比を保持 */
    /* will-change: transform, opacity; アニメーションのパフォーマンス向上 */
  }
  .fr-mvImage__img:nth-child(2) {
    top: 225px;
    top: 15.625vw;
  }
  .fr-mvImage__img:nth-child(3) {
    top: 118px;
    top: 8.19444vw;
  }
  .fr-news {
    margin-top: 0;
    padding-block: 50px;
    /* background: transparent url(../images/common/bg-news.webp) no-repeat center center/cover; */
    position: relative;
    z-index: 0;
  }
  .fr-news:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: rgba(255, 255, 255, 0.86); */
    top: 0;
    left: 0;
    z-index: -1;
  }
  .fr-news__contents {
    margin-top: 48px;
  }
  .fr-news__link {
    margin-top: 60px;
    max-width: 217px;
  }
  .fr-newsArticle {
    padding: 25px 17px;
  }
  .fr-concept {
    /* background: transparent url(../images/front/bg-concept.webp) no-repeat center center/cover; */
    position: relative;
    z-index: 0;
    margin-top: 0;
    padding-block: 50px;
  }
  .fr-concept:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: rgba(255, 255, 255, 0.86); */
    top: 0;
    left: 0;
    z-index: -1;
  }
  .fr-concept__inner {
    width: 100%;
    padding-inline: 0;
  }
  .fr-concept__title {
    padding: 0 20px;
    width: min(100%, 1160px);
  }
  .fr-concept__contents {
    margin-top: 124px;
  }
  .fr-concept__logo {
    width: 290px;
  }
  .fr-concept__lead {
    margin-top: 50px;
  }
  .fr-concept__text {
    line-height: 2.375rem;
  }
  .fr-conceptBack {
    top: min(273.6px, 19vw);
  }
  .fr-conceptBack__text:nth-child(1) {
    -webkit-animation: scrollAnime1 26s -13s linear infinite;
            animation: scrollAnime1 26s -13s linear infinite;
  }
  .fr-conceptBack__text:nth-child(2) {
    -webkit-animation: scrollAnime2 26s linear infinite;
            animation: scrollAnime2 26s linear infinite;
  }
  .fr-conceptBack__item:nth-child(2) .fr-conceptBack__text:nth-child(1) {
    -webkit-animation: scrollAnime3 26s -13s linear infinite;
            animation: scrollAnime3 26s -13s linear infinite;
  }
  .fr-conceptBack__item:nth-child(2) .fr-conceptBack__text:nth-child(2) {
    -webkit-animation: scrollAnime4 26s linear infinite;
            animation: scrollAnime4 26s linear infinite;
  }
  .fr-conceptSlide {
    margin-top: 125px;
  }
  .fr-conceptSlide__slide:nth-child(even) {
    padding-top: 70px;
  }
  .fr-service {
    margin-top: 0;
    padding-block: 100px;
    /* background: transparent url(../images/front/bg-service.webp) no-repeat center center/cover; */
  }
  .fr-service__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 105px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 140px;
  }
  .fr-service__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fr-service__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 49.2%;
    gap: 300px;
  }
  .fr-service__body {
    display: block;
  }
  .fr-service__text {
    margin-top: 23px;
    line-height: 2.375rem;
  }
  .fr-service__linkBox {
    max-width: 217px;
    margin-inline: 0 auto;
  }
  .fr-instagram {
    margin-top: 0;
    padding-block: 100px 143px;
    /* background: transparent url(../images/front/bg-instagram.webp) no-repeat center center/cover; */
    position: relative;
    z-index: 0;
  }
  .fr-instagram:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: rgba(255, 255, 255, 0.86); */
    top: 0;
    left: 0;
    z-index: -1;
  }
  .fr-instagram__link {
    margin-top: 85px;
    max-width: 217px;
  }
  .fr-company {
    padding-block: 138px 162px;
    margin-top: 0;
    /* background: transparent url(../images/front/bg-company.webp) no-repeat center center/cover; */
    position: relative;
    z-index: 0;
  }
  .fr-company:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: rgba(255, 255, 255, 0.86); */
    top: 0;
    left: 0;
    z-index: -1;
  }
  .fr-company__contents {
    padding-inline: 0;
  }
  .fr-company__item {
    padding-left: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .fr-company__term {
    width: 13%;
    width: 110px;
    font-size: 1rem;
    letter-spacing: 0.17281rem;
  }
  .fr-company__data {
    width: calc(100% - 110px);
    font-size: 1rem;
    letter-spacing: 0.17281rem;
  }
  .fr-contact {
    /* background: transparent url(../images/front/bg-contact.webp) no-repeat center center/cover; */
    padding-block: 120px 90px;
    position: relative;
    z-index: 0;
  }
  .fr-contact:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: rgba(255, 255, 255, 0.86); */
    top: 0;
    left: 0;
    z-index: -1;
  }
  .fr-contact__contents {
    margin-top: 58px;
    padding-inline: 0;
  }
  .fr-contact__text {
    font-size: 1rem;
    line-height: 2.375rem;
  }
  .fr-contactForm {
    margin-top: 58px;
  }
  .fr-contactPrivacy {
    margin-top: 49px;
  }
  .ho-archive {
    /* background: transparent url(../images/common/bg-news.webp) no-repeat center center/cover; */
    position: relative;
    z-index: 0;
    padding-block: 120px 100px;
  }
  .ho-archive:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: rgba(255, 255, 255, 0.86); */
    top: 0;
    left: 0;
    z-index: -1;
  }
  .ho-archive__contents {
    margin-top: 40px;
    padding-inline: 0;
  }
  .si-entry {
    /* background: transparent url(../images/common/bg-news.webp) no-repeat center center/cover; */
    position: relative;
    z-index: 0;
    padding-block: 120px 100px;
  }
  .si-entry:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: rgba(255, 255, 255, 0.86); */
    top: 0;
    left: 0;
    z-index: -1;
  }
  .si-entry__label {
    padding: 9.5px 18px;
    font-size: 0.875rem;
  }
  .si-entry__title {
    font-size: 1.875rem;
    line-height: 1.41667;
  }
  .si-entry__published,
  .si-entry__updated {
    font-size: 0.75rem;
  }
  .si-entry__updated {
    margin-left: 27px;
  }
  .si-entry__body {
    padding-bottom: 44px;
  }
  .si-entry__body h2 {
    font-size: 1.525rem;
    padding: 24px 20px;
  }
  .si-entry__body h3 {
    font-size: 1.375rem;
  }
  .u-hide {
    display: none;
  }
  .u-show {
    display: block;
  }
  .u-show--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .u-show--inline {
    display: inline-block;
  }
}

@media screen and (width >= 992px) {
  .c-btn {
    margin-inline: 0;
  }
  .p-headerBurger {
    display: none;
  }
  .p-headerNav {
    position: static;
    translate: 0 0;
    height: inherit;
    width: auto;
    background: none;
    padding-top: 0;
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
  /* .p-headerNav::after {
    background-color: transparent;
  } */
  .p-headerNav__logo {
    display: none;
  }
  .p-headerNav__inner {
    width: auto;
    height: inherit;
  }
  .p-headerNav__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: inherit;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 26px;
  }
  .p-headerSns {
    display: none;
  }
  .fr-mv__inner {
    padding-top: 4vw;
  }
  .fr-mv__head {
    top: 6%;
  }
  .fr-mvImage__img {
    width: 30.13889vw;
  }
}

@media screen and (width >= 1160px) {
  .p-header__inner {
    padding-inline: 37px 84px;
    padding-top: 28px;
  }
  .p-headerLogo {
    width: 187px;
  }
  .fr-mv__inner {
    padding-top: 7vw;
  }
  .fr-mv__head {
    top: 10%;
  }
}

@media (hover: hover) {
  .fr-contactForm__btn:hover::after {
    right: 24px;
  }
  .fr-contactPrivacy__btn:-moz-any-link:hover {
    opacity: 0.7;
  }
  .fr-contactPrivacy__btn:any-link:hover, .fr-contactPrivacy__btn:enabled:hover, .fr-contactPrivacy__btnsummary:hover {
    opacity: 0.7;
  }
  .ho-pagination .page-numbers:-moz-any-link:hover {
    opacity: 0.7;
  }
  .ho-pagination .page-numbers:any-link:hover, .ho-pagination .page-numbers:enabled:hover, .ho-pagination .page-numberssummary:hover {
    opacity: 0.7;
  }
  .si-entry__body a:-moz-any-link:hover {
    opacity: 0.7;
  }
  .si-entry__body a:any-link:hover, .si-entry__body a:enabled:hover, .si-entry__body asummary:hover {
    opacity: 0.7;
  }
}

@media screen and (width >= 576px) {
  .u-hide--sp {
    display: none;
  }
  .u-show--sp {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */

.fr-instagram__contents{
  margin-top: 92px;
  /* padding-inline: 7.5px;
  margin-inline: auto;
  width: min(100%, 672px); */
}
.fr-instagram__account-name{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}
.fr-instagram__account-name p{
  font-size: 20px;
  font-family: 'Inter', sans-serif;
  font-weight: 200;
}

/* アニメーション */
#logo-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width:100%;
  overflow: hidden;
}
#logo-container::after {
content: "";
position: absolute;
top: 0;
left: -100%; /*初期位置を左端に設定 */
width: 100%;
height: 100%;
background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0) 100%);
background-size: 200% 100%;
pointer-events: none;
z-index: 2;
}
.logo-inner {
height: 60px;
position: relative;
}

#logo {
  clip-path: inset(0 100% 0 0); /* 最初は右から100%クリップしてロゴが見えないようにする */
  /* transition: clip-path 0.3s ease-out; アニメーションのためのトランジションを設定 */
  /* max-width: 100%; */
  height: 100%;
  
  transform: translateX(30px) scaleX(1.5);
  transform-origin: left center;
}
#logo-overlay{
content: "";
position: absolute;
top: 0;
left: -50%;
right: 0;
bottom: 0;
width:100px;
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255,0.7) 20%,rgba(255, 255, 255,1) 50%, rgba(255, 255, 255, 0) 100%);
}
#logo-bg{
position: fixed;
top: 0;
left: 0;
width: 550vh;
transform: translate(-20%, -20%) rotate(45deg);
transform-origin: center center;
height: 550vh;
background-color: #fff;
z-index: 2;
}

.l-header{
display: none;
}

.l-header--lower{
display: block;
}


.fr-mv__head img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0 100% 0 0);
  transform: translateX(50px);
  transform-origin: left center;
}
#fr-mv_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(90deg, #fff 0%, transparent 100%); */
  mask-image: url('../images/mv/text-mv.webp');
  mask-size: cover;
  mask-position: center;
  mask-repeat: no-repeat;
  clip-path: inset(0 100% 0 0);
  transform: translateX(50px);
  transform-origin: left center;
  opacity: 0;

  background: linear-gradient(90deg, transparent 0%, white 50%, transparent 100%);
  background-size: 200% 100%; /* 背景のサイズを200%に設定 */
}






@media screen and (width < 768px){
  .fr-mvImage__wrapper{
    justify-content: center;  
  }
  .fr-mvImage__img{
    width: 28.13889vh;
    aspect-ratio: 434 / 629;
  }
}
.fr-mvImage__img{
  overflow: hidden;

}
.fr-mvImage__img img {
  position: absolute;
  height: 100%;
  width: 100%;
  clip-path: inset(100% 0 0 0);
  transform: scale(1.3);
}
/* mvImage */



.fr-instagram,
.fr-company,
.fr-contact {
  transition: background-image 1s ease;
}
.fr-instagram.active,
.fr-company.active,
.fr-contact.active {
  background-image: none;
}
.fr-instagram::after,
.fr-company::after,
.fr-contact::after {
  content: "";
  display: block;
  transition: background-color .3s ease;
}

.fr-instagram.active::after,
.fr-company.active::after,
.fr-contact.active::after {
  opacity: 1;
  background: transparent;
}
.fr-bg{
  width: 100%;
  height: 100vh;
  position: fixed;
  /* z-index: 5; */
  top: 0;
  left: 0;
}

.fr-service__contents{
  margin-top: 0;
}
@media screen and (width >= 768px) {
  .fr-service__title{
    margin-bottom:-100px;
  }
  .fr-service__contents{
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top:0;
  }
  .fr-service__images{
    height:100vh;
    display: flex;
    align-items: center;
    position: sticky;
    position: -webkit-sticky;
    top:0;
  }
  .sticky__img{
    height: 500px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .8s;
    top:25%;
  }

  .sticky__img.active{
    opacity: 1;
    visibility: visible;
  }
  .fr-service__item{
    padding-top:50vh;
  }
  .fr-service__item:last-child{
    padding-bottom:50vh;
  }
}


/* .fr-mv, #news, #concept,#service,#instagram,#company,.l-contact{
  background:none;
}
body:after, .fr-mv:after, #news:after, #concept:after,#service:after,#instagram:after,#company:after,.l-contact:after{
  background-color: transparent;
  z-index:-10;
} */
.fr-bg{
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100dvh;
  width: auto;
  height: 100dvh;
  z-index: -1;
  background-size: cover;
}
.fr-bg video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100dvh;
  width: auto;
  height: 100dvh;
  z-index: -1;
  background-size: cover;
  object-fit: cover;
}
.fr-bg:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100dvh;
  min-height:  -webkit-fill-available;
  background-color: rgba(255, 255, 255, 0.20);
  top: 0;
  left: 0;
  z-index: -1;
}
.black-bg{
  position: fixed;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  z-index:-1;
  /* background-color: linear-gradient(90deg, #0F0F0F 5.97%, #676767 94.03%); */
  /* z-index: -1; */
}

