@charset "UTF-8";

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

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

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

* {
  margin: 0;
  padding: 0
}

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

details,
main {
  display: block
}

summary {
  display: list-item
}

small {
  font-size: 80%
}

[hidden] {
  display: none
}

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

a {
  background-color: transparent
}

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

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

pre {
  font-size: 1em
}

b,
strong {
  font-weight: bolder
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

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

iframe {
  border-style: none
}

input {
  border-radius: 0
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical
}

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

optgroup {
  font-weight: 700
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

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

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

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

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

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

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

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

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

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

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

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

[disabled] {
  cursor: default
}

img {
  border-style: none
}

progress {
  vertical-align: baseline
}

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

[aria-controls] {
  cursor: pointer
}

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

/*--------------------------------------------------------------------------------------
共通スタイル
----------------------------------------------------------------------------------------*/

:root {
  --en: "Crimson Text", "Noto Serif JP", serif;
  --ja: 'Noto Sans JP', sans-serif;
  --title: "Crimson Text", "Noto Serif JP", serif;
  --333: #333;
  --15rem: clamp(12rem, 7.979vw, 15rem);
  --8rem: clamp(4rem, 4.255vw, 8rem);
  --8media: clamp(2.5rem, 4.004vw, 4rem);
  --6rem: clamp(3rem, 3.191vw, 6rem);
  --4rem: clamp(2.5rem, 2.128vw, 4rem);
  --3rem: clamp(2rem, 1.596vw, 3rem);
  --2rem: 2rem;
  --25rem: 2.5rem;
  --nomal: 1.8rem;
  --1rem: 1rem;
  --paddinginline: clamp(40px, 4.255vw, 80px);
  --paddinginline899: 20px;
  --pinklogo: #FAD1E8;
  --pinkbg: #FFE4F2;
  --pinktext: #BC2874;
  --bluelogo: #A2CFED;
  --bluebg: #DBE6EE;
  --bluetext: #175A8B;
  --titlespan: linear-gradient(180deg, #f2b7d6, #9ad7ff);
  --normalcolor: var(--normalcolor);
  --white: #fff;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  color: var(--normalcolor);
  letter-spacing: 0.3px;
}

li {
  list-style: none;
}


a {
  text-decoration: none;
  color: var(--normalcolor);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

button {
  color: var(--normalcolor);
}

/*------------------------
section-title
----------------------------*/
.section-title {
  text-align: center;
}

.section-title img {
  width: clamp(50px, 5.319vw, 100px);
  height: clamp(50px, 5.319vw, 100px);
}

.en-title {
  font-family: var(--en);
  font-size: var(--6rem);
  font-weight: normal;
}

.en-title span {
  background: var(--titlespan);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ja-title {
  font-family: var(--title);
  font-size: var(--nomal);
  font-weight: normal;
}

/*------------------------
view-more
----------------------------*/
.viewmore {
  width: 100%;
  text-align: right;
}

.viewmore-btn {
  border: 1px solid;
  border-color: var(--normalcolor);
  padding-left: 40px;
  padding-block: 8px;
  border-radius: 50px;
  position: relative;
  padding-right: 72px;
  font-family: var(--en);
}

.viewmore-btn::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #333;
  top: 23px;
  right: 30px;
}

.viewmore-btn::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 8px;
  height: 1px;
  background: #333;
  rotate: 35deg;
  top: 21px;
  right: 30px;
}

.viewmore-btn,
.viewmore-btn::before,
.viewmore-btn::after {
  transition: 0.3s ease;
}

.viewmore-btn:hover {
  background: #333;
  color: var(--white);
}

.viewmore-btn:hover::before,
.viewmore-btn:hover::after {
  background: #fff;
}

/*------------------------
back to top
----------------------------*/
.backtotop-container {
  position: fixed;
  bottom: 50px;
  right: 20px;
  font-family: var(--en);
  display: flex;
  align-items: center;
  z-index: 9999;
  transition: 0.3s ease;
  opacity: 0;
}

.backtotop-arrow {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  rotate: -45deg;
  margin-left: 16px;
  margin-bottom: -3px;
}

.backtotop-container:hover {
  opacity: 0.5;
}

.backtotop-container.is-show {
  opacity: 1;
}

/*------------------------
contact
----------------------------*/
.contact-container {
  background-image: url("../img/main.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 160px;
  position: relative;
  padding-block: 80px;
}

.contact-container::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #0000008c;
  top: 0;
  left: 0;
}

.contact-container .section-title,
.contact-inner {
  position: relative;
  z-index: 1;
  color: var(--white);
}

.contact-inner {
  padding-block: clamp(40px, 4.255vw, 80px);
  text-align: center;
  padding-inline: 20px;
}

.contact-inner p {
  line-height: 2;
}

.contact-btn {
  margin-top: 40px;
  color: var(--white);
  font-family: var(--title);
  font-weight: bold;
  border: 2px solid;
  border-image: linear-gradient(to bottom right, #F2B7D6, #A2CFED) 1;
  padding-inline: var(--paddinginline);
  padding-block: 16px;
  box-shadow: 4px 4px #fff;
  background: #00000052;
  position: relative;
  transition: 0.3s ease;
}

.contact-btn::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-color: var(--white);
  bottom: 8px;
  right: 8px;
}

.contact-btn::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 15px;
  height: 10px;
  border-bottom: 1px solid;
  border-color: var(--white);
  rotate: 45deg;
  right: 3px;
  bottom: 12px;
}

.contact-btn:hover {
  transform: translateY(4px) translateX(4px);
  box-shadow: none;
}

/*================
=================*/
@media (max-width: 599px) {
  .contact-container {
    margin-top: 40px;
  }
}

/*------------------------
footer
----------------------------*/
.footer-container {
  padding-top: 80px;
  background: var(--bluebg);
  padding-inline: var(--paddinginline);
  display: flex;
  justify-content: space-between;
  position: relative;
}

.footer-logo {
  color: var(--white);
  font-weight: bold;
}

.footer-right {
  width: 40%;
  height: 100%;
}

.footer-right img {
  width: 100%;
  height: 700px;
  object-fit: cover;
  border-radius: 10px;
  padding-bottom: 40px;
}

.footer-left {
  width: 60%;
}

.footer-nav ul {
  display: flex;
  align-items: center;
  padding-block: 160px;
  justify-content: center;
  gap: 80px;
  flex-wrap: wrap;
  padding-inline: 40px;
}

.footer-nav li {
  position: relative;
  transition: 0.3s ease;
  white-space: nowrap;
}

.footer-nav a {
  transition: 0.3s ease;
}

.footer-nav a:hover {
  color: var(--white);
  font-weight: bold;
  transform: scale(1.2);
}

.footer-sns img {
  width: 50px;
}

.footer-sns {
  text-align: center;
}

.footer-copy {
  text-align: center;
  margin-top: 160px;
}

/*================
=================*/
@media (max-width: 999px) {
  .footer-container {
    flex-direction: column;
  }

  .footer-right {
    display: none;
  }

  .footer-left {
    width: 100%;
  }

  .footer-nav ul {
    flex-direction: column;
    padding-block: 80px;
  }

  .footer-copy {
    margin-top: 80px;
  }
}

/*================
=================*/
@media (max-width: 599px) {
  .footer-nav ul {
    align-items: flex-start;
  }

  .footer-nav li::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-color: var(--normalcolor);
    border-radius: 50%;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    transition: 0.3s ease;
  }

  .footer-nav li:hover::before {
    background: var(--white);
    border: 1px solid;
    border-color: var(--white);
  }
}

/*------------------------
header
----------------------------*/
.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: var(--paddinginline);
  padding-block: 24px;
}

.header-container.scrolled {
  position: fixed;
  top: 0;
  z-index: 9999;
  background: #fff;
  width: 100%;
}



.logo a {
  display: flex;
  align-items: flex-end;
}

.logo img {
  width: 100px;
}

.logo h1 {
  margin-bottom: -16px;
  margin-left: 16px;
  font-family: var(--en);
  font-size: var(--4rem);
  font-weight: normal;
}

.hero-logo {
  background: var(--titlespan);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nav ul {
  display: flex;
  align-items: center;
  gap: 80px;
}

.nav li {
  position: relative;
  transition: 0.3s ease;
}

.nav li::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 15px;
  height: 1px;
  top: 14px;
  background: var(--normalcolor);
  right: -50px;
  rotate: -45deg;
}

.nav li:last-child::before {
  display: none;
}

.nav a {
  transition: 0.3s ease;
}

.nav a:hover {
  color: var(--pinklogo);
}

.nav li:nth-child(2n) a:hover {
  color: var(--bluelogo);
}

.header-container.scrolled .header-nav {
  right: 80px;
  position: fixed;
}

/*================
=================*/
@media (max-width: 1499px) {
  .header-container {
    align-items: flex-end;
    position: relative;
    z-index: 9999;
  }

  .header-nav {
    position: fixed;
    right: 80px;
    top: 50px;
  }

  .hamburger {
    width: 25px;
    height: 20px;
    position: relative;
    display: block;
    border: 2px solid #333;
    border-radius: 10px;
    padding: 25px;
    color: var(--pinklogo);
    z-index: 9999;
  }

  .hamburger-line {
    display: block;
    position: absolute;
    width: 25px;
    height: 2px;
    background: #333;
    left: 50%;
    transform: translateX(-50%);

  }

  .hamburger-line:nth-child(1) {
    top: 15px;
  }

  .hamburger-line:nth-child(2) {
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
  }

  .hamburger-line:nth-child(3) {
    bottom: 15px;
  }

  .hamburger.active .hamburger-line:nth-of-type(1) {
    transform: translateY(10px) translateX(-12px) rotate(135deg);
  }

  .hamburger.active .hamburger-line:nth-of-type(2) {
    opacity: 0;
  }

  .hamburger.active .hamburger-line:nth-of-type(3) {
    transform: translateY(-8px) translateX(-13px) rotate(-135deg);
  }

  .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    color: #333;
    transform: translateX(-100%);
    transition: 0.4s ease;
    z-index: 100;
    background: #fff;
  }

  .nav ul {
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
  }

  .nav.active {
    transform: translateX(0);
  }

  .nav__list {
    display: block;
    padding: 100px 0 0;
  }

  .nav__item {
    padding: 0 20px;
  }

  .nav__link {
    display: block;
    padding: 15px 0;
    color: var(--normalcolor);
    text-decoration: none;
    border-bottom: 1px solid #eee;
  }

  .nav li::before {
    width: 100%;
    height: 1px;
    rotate: 0deg;
    bottom: -4px;
    top: unset;
    left: 0;
    scale: 0;
    transition: 0.3s ease;
  }

  .nav li:last-child::before {
    display: unset;
  }

  .nav li:hover::before {
    scale: 1;
  }

}

/*================
=================*/
@media (max-width: 999px) {
  .header-container {
    padding-inline: 40px;
  }

  .header-nav {
    right: 40px;
    top: 20px;
  }

  .logo img {
    width: clamp(50px, 10.01vw, 100px);
  }

  .logo h1 {
    margin-bottom: 0;
  }

  .hamburger {
    border: none;
  }
}

/*================
=================*/
@media (max-width: 599px) {
  .header-container.scrolled {
    padding-inline: 20px;
  }

  .header-nav {
    right: 20px;
  }
}

/*--------------------------------------------------------------------------------------
下層hero
----------------------------------------------------------------------------------------*/
.hero {
  margin: 0 0 100px;
  position: relative;
  align-items: center;
  height: 60vh;
}

.hero-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(3px);
}

.hero-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% + 20px);
  background: #fff;
  animation: fadeout 1s ease-in forwards;
  animation-delay: 1s;
  z-index: 100;
  top: -10px;
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.site-title {
  text-align: center;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateY(-50%) translateX(50%);
  z-index: 101;
}

.site-title h1 {
  font-family: var(--en);
  font-size: var(--6rem);
  font-weight: normal;
}

.site-title p {
  font-family: var(--title);
}

.site-title span {
  background: var(--titlespan);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.site-title__img {
  position: absolute;
  opacity: 0;
  animation: footfade 1s linear forwards;
}

@keyframes footfade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.one {
  width: clamp(35px, 2.394vw, 45px);
  bottom: -40px;
  left: clamp(-60px, -3.191vw, -20px);
  rotate: -15deg;
  animation-delay: 0s;
}

.two {
  width: clamp(45px, 2.926vw, 55px);
  bottom: 50%;
  left: clamp(-100px, -5.319vw, -50px);
  transform: translateY(50%);
  rotate: 15deg;
  animation-delay: 0.2s;
}

.three {
  width: clamp(35px, 2.394vw, 45px);
  top: -40px;
  left: clamp(-40px, -2.191vw, -5px);
  rotate: -15deg;
  animation-delay: 0.4s;
}

/*--------------------------------------------------------------------------------------
トップページ
----------------------------------------------------------------------------------------*/

/*------------------------
hero
----------------------------*/
.main-hero__container {
  width: 100%;
  height: calc(100vh - 150px);
  position: relative;
}

.main-res__hero__text {
  display: none;
}

.main-hero__img {
  width: 100%;
  height: 100%;
  position: relative;
}

.main-hero__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding-inline: var(--paddinginline);
  padding-bottom: 80px;
  padding-top: 40px;
}

.main-hero__img::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #fff, #ffffff00);
}

.main-hero__text__wrapper {
  position: absolute;
  top: 50%;
  left: clamp(100px, 10.638vw, 200px);
  transform: translateY(-50%);
}

.main-hero__title h1 {
  font-size: var(--6rem);
  font-family: var(--title);
  font-weight: 500;
}

.main-hero__text {
  margin-block: 40px;
  position: relative;
}

.main-hero__text h3 {
  font-weight: 600;
  font-family: var(--title);
  font-size: var(--2rem);
}

.main-hero__cta {
  display: inline-block;
  border: 2px solid;
  border-image: linear-gradient(to bottom right, #F2B7D6, #A2CFED) 1;
  background: #ffffffbd;
  padding-inline: var(--paddinginline);
  padding-block: 24px;
  font-family: var(--title);
  font-weight: bold;
  position: relative;
  box-shadow: 4px 4px #333;
  transition: 0.3s ease;
}

.main-hero__cta::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-color: var(--normalcolor);
  bottom: 8px;
  right: 8px;
}

.main-hero__cta::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 15px;
  height: 10px;
  border-bottom: 1px solid;
  border-color: var(--normalcolor);
  rotate: 45deg;
  right: 3px;
  bottom: 12px;
}

.main-hero__cta:hover {
  transform: translateY(4px) translateX(4px);
  box-shadow: none;
}

.scrollbar {
  position: absolute;
  bottom: 0;
  right: 160px;
}

.scroll {
  rotate: 90deg;
  font-family: var(--title);
  transform-origin: right;
}

.scroll span {
  margin-left: -53px;
}

.bar {
  width: 1px;
  height: 200px;
  background: #3333334a;
  margin-bottom: -10px;
  position: relative;
}

.bar::before {
  position: absolute;
  content: "";
  height: 200px;
  top: 0;
  left: 0;
  right: 0;
  width: 1px;
  background: var(--normalcolor);
  animation: scroll 2.5s infinite;
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
}

.res-fixed__wrapper {
  display: none;
}

/*================
=================*/
@media (max-width: 999px) {
  .main-hero__title h1 {
    font-size: var(--8media);
  }

  .main-hero__title {
    display: none;
  }

  .main-hero__text__wrapper {
    position: unset;
    padding-inline: var(--paddinginline);
    padding-top: 80px;
    display: inline-block;
    text-align: center;
    width: 100%;
    background-image: url("../img/about-title.svg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    transform: translateY(0);
    background-position: center;
  }

  .main-hero__cta {
    display: none;
  }

  .main-hero__cta::before {
    display: none;
  }

  .main-hero__cta::after {
    display: none;
  }

  .main-hero__container {
    height: auto;
    padding-bottom: 40px;
  }

  .main-hero__img img {
    padding-inline: 0;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .main-res__hero__text {
    display: inline-block;
    position: absolute;
    writing-mode: vertical-rl;
    top: 50%;
    left: clamp(60px, 12.012vw, 120px);
    transform: translateY(-50%);
    font-family: var(--title);
  }

  .main-res__hero__text h1:nth-child(1) {
    margin-top: clamp(-300px, -30.03vw, -150px);
  }

  .main-res__hero__text h1 {

    font-size: var(--8media);
    font-weight: 500;
  }

  .main-hero__img {
    height: calc(100vh - 150px);
  }

  .res-fixed__wrapper {
    display: block;
    position: fixed;
    white-space: nowrap;
    bottom: 0;
    right: 0px;
    font-family: var(--title);
    z-index: 9999;
    font-weight: bold;
    font-size: 1.5rem;
    width: 100%;
  }

  .res-fixed__btn {
    border: 2px solid;
    border-image: linear-gradient(to bottom right, #F2B7D6, #A2CFED) 1;
    padding-inline: 24px;
    padding-block: 8px;
    background: var(--white);
    width: 60%;
  }

  .fixed-btn__two {
    width: 40%;
  }



  .scrollbar {
    position: relative;
    text-align: center;
    right: unset;
    bottom: unset;
    width: 100%;
  }

  .scrollbar::before {
    animation: scroll2 2s infinite;
    border-bottom: 1px solid;
    border-color: var(--normalcolor);
    border-left: 1px solid;
    border-color: var(--normalcolor);
    content: "";
    height: 20px;
    left: 50%;
    margin: auto;
    position: absolute;
    top: 0;
    width: 20px;
    transform: rotate(-45deg) translateY(-50%);
  }


  @keyframes scroll2 {
    0% {
      opacity: 0;
      transform: rotate(-45deg) translateY(-50%);
    }

    40% {
      opacity: 1;
    }

    80% {
      opacity: 0;
      transform: rotate(-45deg) translateY(-50%);
      top: 20px;
    }

    100% {
      opacity: 0;
    }
  }


  .bar {
    display: none;
  }

  .scroll {
    rotate: 0deg;
    padding-top: 50px;
  }

  .scroll span {
    margin-left: 0;
  }
}

/*================
=================*/
@media (max-width: 599px) {
  .main-res__hero__text {
    top: 80px;
    transform: translateY(0);
    left: 40px;
  }

  .main-res__hero__text h1:nth-child(1) {
    margin-top: 0;
  }

  .main-res__hero__text h1:nth-child(2) {
    margin-top: 80px;
  }

  .main-hero__text__wrapper {
    padding-inline: 20px;
  }
}

/*------------------------
fixed
----------------------------*/
.fixed-btn {
  position: fixed;
  top: 140px;
  right: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  border: 2px solid;
  border-image: linear-gradient(to bottom right, #F2B7D6, #A2CFED) 1;
  writing-mode: vertical-rl;
  padding-inline: 40px;
  padding-block: 16px;
  background: #ffffffbd;
  font-family: var(--title);
  font-weight: bold;
  transition: 0.3s ease;
  z-index: 9999;
}

.fixed-btn:hover {
  color: var(--pinktext);
  background: var(--pinkbg);
}

.btn-two {
  top: 410px;
}

.btn-two:hover {
  color: var(--bluetext);
  background: var(--bluebg);
}

.fixed-btn.is-show {
  opacity: 1;
  pointer-events: auto;
}

.fixed-start {
  height: 1px;
}

.fixed-end {
  height: 1px;
}

/*================
=================*/
@media (max-width: 999px) {
  .fixed-btn {
    display: none;
  }
}

/*------------------------
target
----------------------------*/
.main-target__container {
  padding-top: 160px;
  padding-inline: var(--paddinginline);
}

.main-target__inner__text {
  text-align: center;
  font-size: var(--3rem);
  font-family: var(--title);
}

.main-target__inner__wrapper {
  display: flex;
  align-items: center;
  padding-block: 160px;
  justify-content: center;
  gap: 160px;
}

.main-target__right {
  width: fit-content;
  text-align: center;
}

.main-target__left {
  position: relative;
  width: clamp(300px, 31.915vw, 600px);
}

/* 全アイテム共通 */
.main-target__left__item {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
}

/* ======================
1〜3はフェードイン→アウト
====================== */
.main-target__left__item:nth-child(1) {
  animation: fadeOutItem 3s forwards;
  animation-delay: 0s;
  opacity: 1;
  /* 追加 */
}

.main-target__left__item:nth-child(2) {
  animation: fadeOutItem 3s forwards;
  animation-delay: 3s;
}

.main-target__left__item:nth-child(3) {
  animation: fadeOutItem 3s forwards;
  animation-delay: 6s;
}

/* ======================
4つ目だけ残す
====================== */
.main-target__left__item:nth-child(4) {
  animation: fadeInLast 1s forwards;
  animation-delay: 9s;
}

/* ======================
アニメーション定義
====================== */

/* 表示 → 消える */
@keyframes fadeOutItem {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 最後は表示し続ける */
@keyframes fadeInLast {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


.main-target__left__img img {
  width: clamp(100px, 10.638vw, 200px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.main-target__left__bg {
  width: clamp(250px, 26.596vw, 500px);
  position: relative;
  z-index: 1;
}


/* 回転 */
/* 共通 */
.main-target__left__item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/target3.svg");
  z-index: 3;
}

.main-target__left__item:nth-child(2)::before {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  animation: rotate1 0.8s ease forwards;
  animation-delay: 3.3s;
}

.main-target__left__item:nth-child(3)::before {
  bottom: 0;
  left: 0;
  animation: rotate2 0.8s ease forwards;
  animation-delay: 6.3s;
}

.main-target__left__item:nth-child(4)::before {
  bottom: 0;
  right: 0;
  animation: rotate3 0.8s ease forwards;
  animation-delay: 9.3s;
  opacity: 1;
}

/* ======================
アニメーション
====================== */
@keyframes rotate1 {
  0% {
    opacity: 0;
    transform: translateX(-50%) rotate(0deg);
  }

  100% {
    opacity: 1;
    transform: translateX(-50%) rotate(-360deg);
  }
}

@keyframes rotate2 {
  0% {
    opacity: 0;
    transform: rotate(0deg);
  }

  100% {
    opacity: 1;
    transform: rotate(-360deg);
  }
}

@keyframes rotate3 {
  0% {
    opacity: 0;
    transform: rotate(0deg);
  }

  100% {
    opacity: 1;
    transform: rotate(-360deg);
  }
}

.main-target__right p {
  margin-bottom: 160px;
  background: var(--pinkbg);
  padding-inline: var(--paddinginline);
  padding-block: 24px;
  border-radius: 5px;
  position: relative;
}

.main-target__right p:nth-child(2n) {
  background: var(--bluebg);
}

.main-target__right p:last-child {
  margin-bottom: 0;
}

.main-target__inner__text p {
  font-family: var(--ja);
  font-size: var(--nomal);
}

.main-target__right p::before {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  border-top: 20px solid #ffe4f2;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid transparent;
  bottom: -45px;
  left: 20px;
  transform: skewX(-30deg);
}

.main-target__right p:nth-child(2n)::before {
  border-top: 20px solid #dbe6ee;
}

/*================
=================*/
@media (max-width: 999px) {
  .main-target__inner__wrapper {
    flex-direction: column;
    padding-block: 80px;
  }

  .main-target__left {
    display: none;
  }

  .main-target__right p {
    margin-bottom: 80px;
  }

  .main-target__container {
    padding-bottom: 40px;
    border-top: 1px solid #3333332e;
    margin-inline: 40px;
    padding-inline: 0;
    padding-top: 80px;
  }
}

/*================
=================*/
@media (max-width: 599px) {
  .main-target__container {
    margin-inline: 20px;
  }

  .main-target__right p {

    padding-inline: 20px;

    margin-bottom: 40px;

  }

  .main-target__inner__wrapper {

    padding-block: 40px;
  }
}

/*------------------------
service
----------------------------*/
.main-service__container {
  padding-inline: var(--paddinginline);
  padding-top: 160px;
}

.main-service__inner {
  padding-top: 40px;
}

.main-service__inner__text {
  text-align: center;
}

.main-service__inner__content {
  margin-block: 40px;
  display: flex;
  align-items: center;
}

.main-service__inner__item {
  border: 1px solid;
  border-color: var(--white);
  width: calc(100% / 4);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--pinkbg);
  transition: 0.3s ease;
}

.main-service__inner__item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-block: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-service__inner__item:hover {
  opacity: 0.5;
}

.main-service__inner__item img {
  width: 100px;
  margin-block: 80px;
}

.main-service__inner__item span {
  font-family: var(--en);
  font-weight: normal;
  font-size: var(--8rem);
}

.main-service__inner__item p {
  font-size: var(--3rem);
}

.main-service__inner__item:nth-of-type(2n) {
  background: var(--bluebg);
}

/*================
=================*/
@media (max-width: 999px) {
  .main-service__inner__content {
    flex-direction: column;
  }

  .main-service__inner__item {
    width: 100%;
    position: relative;
  }

  .main-service__inner__item span {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
  }

  .main-service__inner__item img {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .main-service__container {
    margin-inline: 40px;
    padding-inline: 0;
    padding-block: 80px;
    border-top: 1px solid #3333332e;
  }

  .main-service__inner__text {
    margin-bottom: 80px;
  }
}

/*================
=================*/
@media (max-width: 599px) {
  .main-service__container {
    margin-inline: 20px;
  }

  .main-service__inner__item {
    padding-block: 40px;
  }

  .main-service__inner__item img {
    width: clamp(50px, 5.319vw, 100px);
    margin-bottom: 20px;
  }
}

/*------------------------
about
----------------------------*/
.main-about__container {
  padding-top: 160px;
  padding-inline: var(--paddinginline);
  position: relative;
  text-align: center;
}

.main-about__inner__img {
  margin-top: -80px;
}

.main-about__inner__text {
  padding-block: 80px;
  line-height: 2;
}

.main-about__btn__container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-about__btn {
  border: 1px solid;
  border-color: #333;
  padding-left: 40px;
  padding-block: 8px;
  border-radius: 50px;
  position: relative;
  padding-right: 72px;
  font-family: var(--title);
  margin-bottom: 40px;
}

.main-about__btn::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #333;
  top: 23px;
  right: 30px;
}

.main-about__btn::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 8px;
  height: 1px;
  background: #333;
  rotate: 35deg;
  top: 21px;
  right: 30px;
}

.main-about__btn,
.main-about__btn::before,
.main-about__btn::after {
  transition: 0.3s ease;
}

.main-about__btn:hover {
  background: #333;
  color: #fff;
}

.main-about__btn:hover::before,
.main-about__btn:hover::after {
  background: #fff;
}

/*================
=================*/
@media (max-width: 999px) {
  .main-about__container {
    padding-block: 80px;
    margin-inline: 40px;
    padding-inline: 0;
    border-top: 1px solid #3333332e;
  }
}

/*================
=================*/
@media (max-width: 599px) {

  .main-about__container {
    margin-inline: 20px;
  }

  .main-about__btn__container {
    flex-direction: column;
  }

  .main-about__btn {
    margin-bottom: 24px;
  }

  .main-about__btn:nth-child(2) {
    margin-bottom: 40px;
  }

  .main-about__inner__text {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

/*------------------------
concept
----------------------------*/
.main-concept__container {
  padding-top: 160px;
  padding-inline: var(--paddinginline);
}

.main-concept__inner__text {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 80px;
}

.main-concept__inner__content {
  display: flex;
  align-items: stretch;
  gap: 40px;
  margin-bottom: 40px;
}

.main-concept__inner__item {
  width: calc(100% / 3);
  border: 1px solid;
  border-image: linear-gradient(90deg, #F2B7D6, #A2CFED) 1;
  padding-block: 80px;
  padding-inline: 40px;
}

.main-item__title__en {
  text-align: center;
  font-family: var(--en);
  font-size: var(--4rem);
  font-weight: 400;
}

.main-item__title__ja {
  text-align: center;
  font-size: var(--nomal);
  font-family: var(--title);
  font-weight: normal;
}

.main-concept__inner__item p {
  padding-top: 80px;
}

/*================
=================*/
@media (max-width: 999px) {
  .main-concept__inner__content {
    flex-direction: column;
  }

  .main-concept__inner__item {
    width: 100%;
    height: auto;
  }

  .main-concept__inner__item p {
    padding-block: 40px;
  }

  .main-concept__container {
    padding-inline: 0;
    margin-inline: 40px;
    padding-block: 80px;
    border-top: 1px solid #3333332e;
  }
}

/*================
=================*/
@media (max-width: 599px) {
  .main-concept__container {
    margin-inline: 20px;
  }

  .main-concept__inner__item {
    padding-inline: 20px;
    padding-block: 20px;
  }
}

/*--------------------------------------------------------------------------------------
サービスページ
----------------------------------------------------------------------------------------*/
/*------------------------
service
----------------------------*/
.service__container {
  padding-inline: var(--paddinginline);
}

.service-section__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service-text {
  text-align: center;
  font-family: var(--title);
  font-weight: bold;
  line-height: 3;
}

.service-text span {
  color: var(--bluetext);
}

.service-nav__container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.service-nav__item {
  border: 1px solid;
  border-color: var(--white);
  background: var(--pinkbg);
}

.service-nav__item a {
  padding: 80px;
  text-align: center;
  display: inline-block;
  width: clamp(400px, 39.894vw, 750px);
}

.service-nav__item img {
  width: 100px;
}

.service-nav__title {
  font-family: var(--title);
  color: var(--pinktext);
}

.service-nav__title h2 {
  margin-inline: 24px;
  position: relative;
  display: inline-block;
  margin-top: 40px;
}

.service-nav__title h2::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background: var(--pinktext);
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
}

.service-nav__title h2::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background: var(--pinktext);
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
}

.service-nav__span {
  position: relative;
  width: 15px;
  height: 15px;
  border-bottom: 1px solid;
  border-color: var(--normalcolor);
  margin-inline: auto;
  border-right: 1px solid #333;
  rotate: 45deg;
  margin-top: 40px;
}

.service-nav__span::before {
  width: 10px;
  height: 10px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-color: var(--normalcolor);
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.service-nav__item p {
  margin-top: 40px;
}

.service-nav__item:nth-child(2n) {
  background: var(--bluebg);
}

.service-nav__item:nth-child(2n) .service-nav__title {
  color: var(--bluetext);
}

.service-nav__item:nth-child(2n) .service-nav__title h2::before,
.service-nav__item:nth-child(2n) .service-nav__title h2::after {
  background: var(--bluetext);
}

/*------------------------
section-title
----------------------------*/

.service-content {
  font-size: var(--4rem);
  font-weight: normal;
  padding-bottom: 40px;
}

/*------------------------
service webサイト制作
----------------------------*/
.service-section__container {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-item__container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(40px, 4.255vw, 80px);
  padding-top: 80px;
}

.section-item__inner {
  border: 2px solid #ffe4f2;
  width: calc(100% / 2 - 80px);
  border-radius: 5px;
}

.section-item__title {
  background: var(--pinkbg);
  position: relative;
  color: var(--pinktext);
  font-family: var(--title);
  font-size: var(--3rem);
  padding: 24px;
}

.section-item__title::before {
  position: absolute;
  color: #ffffff45;
  font-size: var(--15rem);
  right: 24px;
  bottom: 0;
  line-height: 0.6;
  font-family: var(--en);
  font-style: italic;
}

.blue .section-item__inner {
  border-color: var(--bluebg);
}

.blue .section-item__title {
  background: var(--bluebg);
  color: var(--bluetext)
}

.blue .section-item__value h4 {
  color: var(--bluetext);
}

.blue .section-item__value h4::before {
  background: var(--bluetext);
}

.section-item__inner:nth-child(1) .section-item__title::before {
  content: "01";
}

.section-item__inner:nth-child(2) .section-item__title::before {
  content: "02";
}

.section-item__inner:nth-child(3) .section-item__title::before {
  content: "03";
}

.section-item__inner:nth-child(4) .section-item__title::before {
  content: "04";
}

.section-item__text {
  padding-inline: 24px;
  padding-block: 40px;
}

.section-item__text span {
  color: var(--pinktext);
}

.section-item__value {
  display: flex;
  align-items: center;
  padding-block: 40px;
}

.section-item__value h4 {
  font-family: var(--title);
  color: var(--pinktext);
  margin-right: 80px;
  font-size: var(--25rem);
  padding-left: 48px;
  position: relative;
}

.section-item__value h4::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #bc2874bd;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
}

.section-item__value p {
  font-family: var(--title);
  font-weight: bold;
  font-size: var(--3rem);
  margin-right: 16px;
}

.section-item__value span {
  font-size: 1.5rem;
  font-family: var(--title);
  margin-top: 2px;
}

/*------------------------
service　オリジナルイラスト制作
----------------------------*/
.service-btn__wrapper {
  text-align: center;
  padding-block: 40px;
}

.service-btn {
  border: 1px solid;
  border-color: var(--bluetext);
  padding-left: 40px;
  padding-block: 8px;
  border-radius: 50px;
  position: relative;
  padding-right: 72px;
  font-family: var(--title);
  font-weight: bold;
  color: var(--bluetext);
  transition: 0.3s ease;
}

.service-btn::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background: var(--bluetext);
  top: 23px;
  right: 30px;
  transition: 0.3s ease;
}

.service-btn::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 8px;
  height: 1px;
  background: var(--bluetext);
  rotate: 35deg;
  top: 21px;
  right: 30px;
  transition: 0.3s ease;
}

.service-btn:hover {
  background: var(--bluetext);
  color: #fff;
}

.service-btn:hover::before,
.service-btn:hover::after {
  background: #fff;
}

.improvement-btn {
  color: var(--normalcolor);
  border-color: var(--normalcolor);
  margin-top: 24px;
  position: relative;
}

.improvement-btn::before,
.improvement-btn::after {
  background: #333;
}

.service-btn__container {
  padding-top: 40px;
}

.service-btn__span {
  position: absolute;
  top: -18px;
  left: -28px;
  transform: translateX(-50%);
  background: var(--pinklogo);
  padding-inline: 24px;
  padding-block: 4px;
  border-radius: 50px;
  color: var(--pinktext);
}

.service-btn__span::before {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid #fad1e8;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  bottom: -19px;
  right: 6px;
  transform: skew(40deg);
}

.improvement-wrapper {
  padding-top: 24px;
}

.improvement-btn:hover {
  background: #333;
}

/*================
=================*/
@media (max-width: 899px) {

  .service-btn__span {

    left: 35px;

    top: -33px;
  }
}

/*------------------------
service　保守/運用サポート
----------------------------*/
.service-content__title {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 40px;
  font-size: var(--3rem);
  font-family: var(--title);
  color: var(--pinktext);
}

.service-content__title h4 {
  position: relative;
  display: inline-block;
}

.service-content__title h4::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background: var(--pinktext);
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
}

.service-content__title h4::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background: var(--pinktext);
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
}

/*================
=================*/
@media (max-width: 899px) {
  .service-nav__container {
    flex-direction: column;
  }

  .service-nav__item {
    width: 100%;
    text-align: left;
    padding: 20px 40px 40px 20px;
    position: relative;
  }

  .service-nav__item::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border-right: 1px solid var(--pinktext);
    border-bottom: 1px solid var(--pinktext);
    z-index: 10;
    bottom: 10px;
    right: 10px;
  }

  .service-nav__item:nth-child(2n)::before {
    border-color: var(--bluetext);
  }

  .service-nav__item img {
    display: none;
  }

  .service-nav__title h2::before,
  .service-nav__title h2::after {
    display: none;
  }

  .service-nav__title h2 {
    margin: 0;
    line-height: 1.2;
  }

  .service-nav__item p {
    margin-top: 20px;
  }

  .service-nav__span {
    position: absolute;
    right: 15px;
    bottom: 15px;
    rotate: 0deg;
    margin-top: 0;
    width: 10px;
    display: inline-block;
    height: 10px;
    border-color: var(--pinktext);
  }

  .service-nav__span::before {
    width: 20px;
    height: 20px;
    border-right: none;
    rotate: 45deg;
    bottom: 3px;
    right: -10px;
    top: unset;
    left: unset;
    border-color: var(--pinktext);
  }

  .service-nav__item:nth-child(2n) .service-nav__span,
  .service-nav__item:nth-child(2n) .service-nav__span::before {
    border-color: var(--bluetext);
  }

  .service__container {
    padding-inline: var(--paddinginline899);
  }

  .section-item__container {
    flex-direction: column;
  }

  .section-item__inner {
    width: 100%;
  }

  .service-text {
    line-height: 2;
    text-align: left;
  }
}

/*------------------------
approach
----------------------------*/
.approach-cotnainer {
  padding-top: 80px;
  padding-bottom: 80px;
}

#APPROACH h3 {
  font-weight: 100;
}

.approach-title img {
  width: 80px;
}

.approach-title {
  text-align: center;
  margin: 100px 0;
}

/*======== approach-content ==========================*/
.approach-content {
  width: 1228px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 20px;
}

.approach-inner {
  display: flex;
  align-items: center;
}

.approach-inner+.approach-inner {
  margin-top: 70px;
}

.a-number {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #111;
  border-image: linear-gradient(to right, #f2b7d6 0%, #9ad7ff 100%) 2;
  flex-shrink: 1;
  font-family: var(--en);
}

.a-number h3 {
  font-size: 50px;
  font-weight: normal;
}

.a-title h4 {
  font-size: var(--2rem);
  width: 380px;
  padding: 0 30px;
  font-family: var(--title);
}

.a-title {
  flex-shrink: 1;
  width: 380px;
}

.a-text {
  border-left: 1px dashed;
  padding-left: 30px;
  flex-shrink: 2;
  width: calc(100% - 470px);
}

/*************************/
@media (max-width: 1024px) {
  .approach-inner {
    flex-direction: column;
    justify-content: center;
  }

  .a-title,
  .a-text {
    width: auto;
  }

  .a-number,
  .a-title {
    text-align: center;
  }

  .a-title {
    margin: 20px 0;
  }

  .a-text {
    border-top: 1px dashed #b3b3b3;
    border-left: 0;
    padding-top: 20px;
  }
}

/*************************/
@media (max-width: 1024px) {
  .approach-inner {
    flex-direction: column;
    justify-content: center;
  }

  .a-title,
  .a-text {
    width: auto;
  }

  .a-number,
  .a-title {
    text-align: center;
  }

  .a-title {
    margin: 20px 0;
  }

  .a-text {
    border-top: 1px dashed #b3b3b3;
    border-left: 0;
    padding-top: 20px;
  }
}

/*------------------------
about
----------------------------*/
/*------------------------
promise
----------------------------*/
.promise-container {
  padding-inline: var(--paddinginline);
  padding-top: 80px;
  padding-bottom: 80px;
}

.promise-text {
  text-align: center;
  padding-bottom: 80px;
  font-family: var(--title);
  font-weight: bold;
}

.promise-wrapper {
  padding-top: 80px;
}

.promise-title {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: var(--title);
  font-weight: bold;
}

.promise-inner {
  display: flex;
  gap: 80px;
}

.promise-left {
  width: 40%;
  height: 40vh;
  position: sticky;
  top: 80px;
  left: 80px;
}

.promise-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
  border-radius: 5px;
}

.promise-right {
  line-height: 2;
  width: 60%;
}

.promise-right p {
  margin-bottom: 68px;
}

.promise-right p:nth-child(7) {
  margin-bottom: 0;
}

/*================
=================*/
@media (max-width: 899px) {
  .promise-container {
    padding-inline: var(--paddinginline899);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .promise-inner {
    flex-direction: column;
  }

  .promise-left {
    display: none;
  }

  .promise-right {
    width: 100%;
    position: relative;
    padding-block: 50px;
  }

  .promise-right::before {
    position: absolute;
    content: "";
    width: calc(100% + 40px);
    height: 100%;
    background-image: url("../img/about.jpg");
    z-index: -2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 70%;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    border-radius: 5px;
    backdrop-filter: blur(50px);
  }

  .promise-right::after {
    position: absolute;
    width: calc(100% + 40px);
    height: 100%;
    content: "";
    background: #ffffffd6;
    z-index: -1;
    top: 0;
    left: -20px;
    border-radius: 5px;
  }

  .promise-wrapper {
    padding-top: 40px;
  }

  .promise-text {
    padding-bottom: 40px;
  }
}

/*------------------------
about concept
----------------------------*/
.about-concept__container {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-inline: var(--paddinginline);
}

.about-concept__text {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  font-family: var(--title);
  font-weight: bold;
}

.about-concept__inner {
  max-width: 1880px;
  margin-inline: auto;
  border: 1px solid #111;
  border-image: linear-gradient(to right, #f2b7d6 0%, #9ad7ff 100%) 2;
  padding: 40px;
  margin-bottom: 56px;
  position: relative;
}

.about-concept__inner:nth-child(5) {
  margin-bottom: 0;
}

.about-concept__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%) translateX(-50%);
  font-family: var(--en);
  font-size: var(--6rem);
  background: #fff;
}

.about-concept__inner:nth-child(3)::before {
  content: "01";
}

.about-concept__inner:nth-child(4)::before {
  content: "02";
}

.about-concept__inner:nth-child(5)::before {
  content: "03";
}

.about-concept__inner__title {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 24px;
}

.about-concept__inner__title h4 {
  font-family: var(--en);
  font-weight: normal;
  font-size: var(--4rem);
}

.about-concept__inner__title span {
  font-family: var(--title);
  font-size: var(--1rem);
  font-weight: bold;
}

/*================
=================*/
@media (max-width: 899px) {
  .about-concept__container {
    padding-inline: var(--paddinginline899);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-concept__inner__title {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 56px;
  }
}

/*------------------------
service
----------------------------*/

.about-service__container {
  padding-inline: var(--paddinginline);
  text-align: center;
  margin-top: 200px;
  padding-block: 80px;
  margin-bottom: 80px;
  background: var(--pinkbg);
  position: relative;
}

.about-service__container::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 20vh;
  background: var(--pinkbg);
  top: 1px;
  left: 0;
  transform: translateY(-100%);
  clip-path: polygon(0 0,
      /* 左上 */
      100% 100%,
      /* 右下 */
      0 100%
      /* 左下 */
    );
  z-index: -1;
}

.about-service__container::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 20vh;
  background: var(--pinkbg);
  top: 1px;
  right: 0;
  transform: translateY(-100%);
  clip-path: polygon(100% 0,
      /* 右上 */
      100% 100%,
      /* 右下 */
      0 100%
      /* 左下 */
    );
  z-index: -1;
}

.about-service__text {
  margin-bottom: 40px;
  font-family: var(--title);
  font-weight: bold;
  font-size: var(--25rem);
}

.service-btn__wrapper {
  text-align: center;
  padding-block: 40px;
  position: relative;
}

.about-btn__wrapper {
  border: 1px solid;
  border-color: var(--pinktext);
  border-radius: 50px;
  position: relative;
  font-family: var(--title);
  font-weight: bold;
  color: var(--pinktext);
  display: inline-block;
  transition: 0.3s ease;
}

.about-btn__wrapper a {
  display: inline-block;
  width: 100%;
  padding-right: 72px;
  padding-left: 40px;
  padding-block: 8px;
}

.about-btn__wrapper:hover {
  background: var(--pinktext);
  color: #fff;
}

.about-btn__wrapper::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background: var(--pinktext);
  top: 23px;
  right: 30px;
  transition: 0.3s ease;
}

.about-btn__wrapper::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 8px;
  height: 1px;
  background: var(--pinktext);
  rotate: 35deg;
  top: 21px;
  right: 30px;
  transition: 0.3s ease;
}

.about-btn__wrapper:hover::before,
.about-btn__wrapper:hover::after {
  background: #fff;
}

.about-btn__wrapper:nth-child(3) {
  color: #333;
  border-color: #333;
}

.about-btn__wrapper:nth-child(3)::before {
  background: #333;
}

.about-btn__wrapper:nth-child(3)::after {
  background: #333;
}

.about-btn__wrapper:nth-child(3):hover {
  background: #333;
  color: #fff;
}

.about-btn__wrapper:nth-child(3):hover::before,
.about-btn__wrapper:nth-child(3):hover::after {
  background: #fff;
}

/*================
=================*/
@media (max-width: 899px) {
  .about-service__container {
    padding-inline: var(--paddinginline899);
    margin-bottom: 40px;
  }

  .about-service__container::before {
    height: 10vh;
  }

  .about-service__container::after {
    height: 10vh;
  }
}

/*================
=================*/
@media (max-width: 699px) {
  .about-service__container {
    margin-top: 80px;
  }
}

/*------------------------
team
----------------------------*/
.about-team__container {
  padding-inline: var(--paddinginline);
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.about-team__text {
  font-family: var(--title);
  font-weight: bold;
  margin-block: 80px;
}

/*================
=================*/
@media (max-width: 899px) {
  .about-team__container {
    padding-inline: var(--paddinginline899);
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/*------------------------
works container
----------------------------*/
.works-container {
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: var(--paddinginline);
  padding-top: 80px;
}

.works-text {
  padding-bottom: 80px;
  text-align: center;
  font-family: var(--title);
  font-weight: bold;
  line-height: 2;
}

.aboutourworks-container {
  padding-top: 80px;
  padding-bottom: 80px;
}

.work-inner__text {
  text-align: center;
  font-family: var(--title);
  font-weight: bold;
  padding-top: 80px;
  line-height: 2;
}

.livesites-container {
  padding-top: 80px;
  padding-bottom: 80px;
}

.en-title__wrapper {
  display: flex;
  justify-content: center;
}

.en-title__wrapper .en-title {
  margin-right: 24px;
}

.en-title__wrapper .en-title:nth-child(3) {
  margin-right: 0;
}


.work-inner__item__wrapper {
  display: flex;
  align-items: stretch;
  justify-content: center;
  column-gap: 80px;
  flex-wrap: wrap;
  padding-top: 80px;
  row-gap: 40px;
}

.work-inner__item {
  width: calc(100% / 2 - 80px);
  height: 100%;
  border: 1px solid #333;
  border-radius: 5px;
}

.work-inner__item a {
  padding: 24px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.work-inner__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 1px solid #333;
  border-radius: 5px;
}

.work-inner__item h4 {
  padding-top: 24px;
  font-size: var(--3rem);
  font-family: var(--title);
}

.work-inner__tg {
  display: flex;
  gap: 16px;
  align-items: center;
  padding-top: 8px;
  margin-bottom: 24px;
}

.work-inner__tg p {
  background: var(--pinkbg);
  border-radius: 5px;
  padding-block: 4px;
  padding-inline: 16px;
  font-weight: normal;
}

.tg-color__blue p {
  background: var(--bluebg);
}

.work-inner__item__text {
  padding-top: 24px;
  border-top: 1px solid #33333321;
}

.work-btn {
  border: 1px solid #333;
  width: 70px;
  height: 30px;
  border-radius: 5px;
  position: relative;
  margin-top: 24px;
  display: inline-block;
  margin-left: auto;
  transition: 0.3s ease;
}

.work-btn::before {
  position: absolute;
  width: 30px;
  height: 1px;
  display: inline-block;
  content: "";
  background: #333;
  top: 16px;
  right: 25px;
  transition: 0.3s ease;
}

.work-btn::after {
  width: 8px;
  height: 8px;
  position: absolute;
  content: "";
  border-right: 1px solid #333;
  rotate: -45deg;
  top: 12px;
  right: 27px;
  transition: 0.3s ease;
}

.work-inner__item a:hover .work-btn {
  background: #333;
}

.work-inner__item a:hover .work-btn::before {
  right: 13px;
  background: #fff;
}

.work-inner__item a:hover .work-btn::after {
  right: 15px;
  border-right: 1px solid #fff;
}

.personalworks-container {
  padding-top: 80px;
  padding-bottom: 80px;
}

.templates-container {
  padding-top: 80px;
  padding-bottom: 80px;
}

.templates-container .work-inner__item h4 {
  font-size: var(--25rem);
}

.howtousepage-container {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-title__bg {
  display: none;
}

.work-section__title {
  text-align: center;
  position: relative;
}

.work-section__title__img {
  width: clamp(50px, 5.319vw, 100px);
}

/*================
=================*/
@media (max-width: 899px) {
  .works-container {
    padding-inline: 0;
  }

  .works-text {
    text-align: left;
    padding-inline: var(--paddinginline899);
  }

  .aboutourworks-container {
    border-top: 1px solid #33333326;
  }

  .work-inner__text {
    text-align: left;
    padding-inline: var(--paddinginline899);
  }

  .livesites-container {
    border-top: 1px solid #33333326;
    position: relative;
    padding-top: 90px;
  }

  .en-title__wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
    line-height: 1;
  }

  .en-title__wrapper .en-title {
    margin-right: 0;
  }

  .livesites-container .section-title {
    position: relative;
    width: fit-content;
    margin-inline: auto;
  }

  .section-title__bg {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: -1;
    pointer-events: none;
    bottom: 0;
    right: 0;
  }

  .work-inner__item__wrapper {
    flex-direction: column;
    padding-inline: var(--paddinginline899);
    background: var(--pinkbg);
    padding-bottom: 80px;
  }

  .personalworks-container .work-inner__item__wrapper {
    background: var(--bluebg);
  }

  .work-inner__item {
    border: none;
    width: 100%;
    background: var(--white);
  }

  .bg-wrapper {
    position: relative;
  }

  .work-inner__tg p {
    font-size: clamp(1rem, 2.002vw, 1.8rem);
  }

  .personalworks-container {
    padding-top: 90px;
    border-top: 1px solid #33333326;
  }

  .templates-container {
    padding-top: 90px;
    border-top: 1px solid #33333326;
  }

  .howtousepage-container {
    border-top: 1px solid #33333326;
    margin-top: 80px;
  }

  .work-btn::before {
    right: 19px;
    transition: none;
  }

  .work-btn::after {
    right: 21px;
    transition: none;
  }
}

/*------------------------
work inner
----------------------------*/
.work-inner__site__title {
  text-align: center;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateY(-50%) translateX(50%);
  z-index: 101;
}

.work-inner__site__title h1:nth-child(1) {
  font-family: var(--en);
  font-size: var(--4rem);
  font-weight: normal;
}

.work-inner__site__title h1:nth-child(2) {
  font-family: var(--title);
  font-size: var(--4rem);
}

.work-inner__site__title h1:nth-child(3) {
  font-family: var(--title);
  font-size: var(--2rem);
  margin-bottom: 0;
}

.work-inner__site__title h1 {
  margin-bottom: 24px;
}

.work-inner__site__title span {
  background: var(--titlespan);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*================
=================*/
@media (max-width: 899px) {
  .work-inner__site__title h1:nth-child(3) {
    font-size: 1.6rem;
  }
}

/*------------------------
work inner carousel
----------------------------*/
/* 外側 */
.carousel-container {
  max-width: 1400px;
  margin-inline: auto;
  overflow: hidden;
  position: relative;
  padding-top: 80px;
  padding-inline: var(--paddinginline);
}

/* スライド全体 */
.carousel-inner {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
}

.carousel-inner.dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  scroll-behavior: auto;
}

/* スクロールバー非表示（Chrome） */
.carousel-inner::-webkit-scrollbar {
  display: none;
}

/* 各スライド */
.carousel-item {
  flex: 0 0 100%;
  scroll-snap-align: start;
  position: relative;
  padding-bottom: 65px;
}

/* 画像 */
.carousel-item img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 50vh;
  object-position: top;
  border: 1px solid #333;
  border-radius: 5px;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.carousel-item__detail {
  position: absolute;
  bottom: 0;
  left: 5%;
  border: 1px solid #333;
  background: #fff;
  border-radius: 5px;
  padding: 40px;
  max-width: 800px;
}

.carousel-btn__wrapper {
  position: absolute;
  width: 170px;
  height: 50px;
  border: 1px solid #333;
  top: 55px;
  right: 10%;
  z-index: 9999;
  background: #fff;
  border-radius: 5px;
}

.carousel-btn__wrapper::before {
  position: absolute;
  content: "";
  border-right: 1px solid #33333363;
  width: 100%;
  height: 80%;
  top: 50%;
  right: 85px;
  transform: translateY(-50%);
}

.carousel-btn {
  position: absolute;
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #333;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease;
}

.carousel-btn:nth-child(2) {
  border-right: 15px solid #333;
  border-left: 10px solid transparent;
  right: 122px;
}

.res-carousel__scroll__wrapper {
  display: none;
}

.carousel-item__detail__span {
  display: none;
}

.next:hover {
  border-left: 15px solid;
  border-left-color: var(--bluelogo);
}

.prev:hover {
  border-right: 15px solid;
  border-right-color: var(--bluelogo);
}

/*================
=================*/
@media (max-width: 899px) {
  .carousel-btn__wrapper {
    display: none;
  }

  .res-carousel__scroll__wrapper {
    display: flex;
    position: absolute;
    top: 61px;
    right: 47px;
    align-items: center;
    gap: 8px;
  }

  .res-carousel__scroll {
    white-space: nowrap;
    font-size: var(--1rem);
  }

  .res-carousel__bar {
    width: 60px;
    height: 1px;
    background: #767676;
    position: relative;
    display: inline-block;
  }

  .res-carousel__bar::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #767676;
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    animation: barscroll 1.7s ease-in-out infinite;
    opacity: 0.5;
  }

  @keyframes barscroll {
    0% {
      transform: translateY(-50%) translateX(0);
      opacity: 0.5;
    }

    100% {
      transform: translateY(-50%) translateX(60px);
      opacity: 1;
    }
  }

  .carousel-item__detail {
    position: relative;
    display: inline-block;
    left: 0;
    margin-top: 40px;
  }

  .carousel-item__detail::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    border-right: 1px solid #333;
    transform: rotate(-52deg);
    top: -11px;
    left: 77px;
  }

  .carousel-item__detail::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    border-right: 1px solid #333;
    transform: rotate(52deg);
    top: -30px;
    left: 57px;
  }

  .carousel-item__detail__span {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 17px solid #ffffff;
    border-left: 25px solid transparent;
    top: -34px;
    left: 61px;
    display: inline-block;
  }

  .carousel-container {
    padding-inline: var(--paddinginline899);
  }
}

/*================
=================*/
@media (max-width: 599px) {
  .carousel-item__detail {
    padding: 20px;
  }
}


/*------------------------
carousel btn
----------------------------*/
.image-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  overflow-y: auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.image-modal-inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.image-modal img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1000px;
  margin: 0 auto;
  object-fit: unset;
}

.image-modal-close {
  position: fixed;
  top: 20px;
  right: 30px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  z-index: 10000;
}

.carousel-fullview {
  text-align: right;
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: var(--paddinginline);
  margin-top: -40px;
  position: relative;
  z-index: 100;
}

#viewFullImage {
  border: 1px solid #333;
  padding-block: 8px;
  padding-inline: 32px;
  border-radius: 5px;
  transition: 0.3s ease;
}

#viewFullImage:hover {
  color: #fff;
  background: #333;
}


/*------------------------
work inner content
----------------------------*/
.work-inner__text__container {
  padding-top: 160px;
  padding-bottom: 80px;
  padding-inline: var(--paddinginline);
  max-width: 1400px;
  margin-inline: auto;
}

.work-inner__text__inner {
  padding-bottom: 160px;
}

.work-inner__text__inner:nth-child(7) {
  padding-bottom: 0;
}

.work-inner__title {
  color: var(--pinktext);
  opacity: 0.5;
  margin-bottom: 24px;
}

.work-inner__title p {
  font-family: var(--title);
  margin-bottom: -8px;
}

.work-inner__title h4 {
  font-family: var(--en);
  font-size: var(--6rem);
  font-weight: normal;
}

.work-inner__text__text {
  margin-left: 40px;
  line-height: 2;
}

.work-inner__text__text a {
  text-decoration: underline;
  text-decoration-color: #333;
}

.responsibilities {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
}

.work-inner__title__wrapper {
  display: flex;
  align-items: center;
  column-gap: 24px;
}

.related-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.related-inner {
  width: calc(100% / 2);
  border-right: 1px solid #33333342;
  padding-inline: 80px;
  margin-top: 80px;
  padding-bottom: 40px;
}

.related-inner:nth-child(2) {
  border-right: none;
  border-bottom: none;
  padding-bottom: 0;
}

.related-inner__title {
  margin-bottom: 40px;
  color: var(--bluetext);
  opacity: 0.5;
}

.related-inner__title p {
  font-family: var(--title);
  margin-bottom: -8px;
}

.related-inner__title p:nth-child(2n) {
  font-family: var(--en);
  font-size: var(--4rem);
}

.related-inner__content li {
  position: relative;
  margin-left: 56px;
  padding-left: 24px;
  margin-bottom: 16px;
}

.related-inner__content li:nth-child(4) {
  margin-bottom: 0;
}

.related-inner__content li::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #333;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.related-inner__content a {
  text-decoration: underline;
  transition: 0.3s ease;
}

.related-inner__content a:hover {
  color: var(--bluebg);
}

/*================
=================*/
@media (max-width: 899px) {
  .work-inner__text__text {
    margin-left: 20px;
  }

  .related-inner {
    padding-inline: 40px;
    border-right: none;
    border-bottom: 1px solid #33333342;
    margin-top: 40px;
    width: 100%;
  }

  .related-inner__content li {
    margin-left: 24px;
  }

  .work-inner__text__container {
    padding-inline: var(--paddinginline899);
  }

  .work-inner__title__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .related-container {
    flex-direction: column;
    align-items: center;
  }
}

/*================
=================*/
@media (max-width: 599px) {
  .work-inner__text__text {
    margin-left: 0;
  }

  .related-inner {
    padding-inline: 20px;
  }
}

/*------------------------
team
----------------------------*/
.team-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(80px, 8.511vw, 160px);
  margin-bottom: 100px;
}

.team-inner {
  border: 1px solid #333;
  width: clamp(250px, 26.596vw, 500px);
  height: 100%;
  border-radius: 5px;
  position: relative;
  color: var(--pinktext);
  z-index: 20;
}

.team-inner__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #333;
  border-radius: 5px;
}

.team-inner__card {
  padding: 40px;
  color: #333;
  width: 100%;
  height: 100%;
  font-family: var(--en);
  background: #fff;
  font-weight: normal;
  border-radius: 5px;
}

.team-inner__btn {
  width: 70px;
  height: 100%;
  border: 1px solid #333;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 5px 5px 0;
  z-index: -1;
  transition: 0.5s ease;
}

.team-inner:nth-of-type(1) .team-inner__btn {
  background: var(--bluebg);
}

.team-inner:nth-of-type(2) .team-inner__btn {
  background: var(--pinkbg);
}

.team-inner__btn::before {
  width: 50px;
  height: 50px;
  position: absolute;
  content: "";
  border: 1px solid #333;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  border-radius: 5px;
}

.team-inner__arrow {
  position: absolute;
  width: 20px;
  height: 1px;
  background: #333;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.team-inner__arrow::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
}

.team-inner__text {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 24px;
}

.team-inner:nth-of-type(1) .team-inner__text p {
  border: 1px solid;
  border-color: var(--bluetext);
  color: var(--bluetext);
  padding-block: 2px;
  padding-inline: 16px;
  border-radius: 5px;
}

.team-inner__card h2 {
  text-align: center;
  margin-top: 24px;
}

.team-inner:nth-of-type(2) .team-inner__text p {
  border: 1px solid;
  border-color: var(--pinktext);
  color: var(--pinktext);
  padding-block: 2px;
  padding-inline: 16px;
  border-radius: 5px;
}

.team-inner:hover .team-inner__btn {
  transform: translateX(70px);
}

/*================
=================*/
@media (max-width: 899px) {
  .team-container {
    flex-direction: column;
    padding-inline: 20px;
    gap: 40px;
  }

  .team-inner {
    width: 100%;
  }

  .team-inner::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    border: 3px solid #2c2c2c;
    border-radius: 5px;
    right: 40px;
    bottom: 40px;
  }

  .team-inner a {
    width: 100%;
    height: 100%;
  }

  .team-inner a::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 3px;
    background: #2c2c2c;
    right: 55px;
    bottom: 60px;
  }

  .team-inner a::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 3px solid #2c2c2c;
    border-right: 3px solid #2c2c2c;
    bottom: 57px;
    right: 55px;
    transform: rotate(-45deg);
  }

  .team-inner__img {
    display: flex;
    align-items: center;
    gap: 40px;
  }

  .team-inner__card img {
    width: clamp(280px, 33.37vw, 300px);
  }

  .team-inner__text {

    justify-content: flex-start;

    gap: 10px;
  }

  .team-inner__btn {
    display: none;
  }
}

/*================
=================*/
@media (max-width: 599px) {
  .team-inner__img {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .team-inner__card {
    padding: 20px;
  }

  .team-inner a::before {
    display: none;
  }

  .team-inner a::after {
    display: none;
  }

  .team-inner::before {
    width: 10px;
    height: 10px;
    border: none;
    border-bottom: 3px solid #2c2c2c;
    border-right: 3px solid #2c2c2c;
    right: 20px;
    bottom: 20px;
    border-radius: 0;
  }

  .team-inner::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 3px solid #2c2c2c;
    rotate: 45deg;
    right: 19px;
    bottom: 24px;
  }
}

/*------------------------
team detail
----------------------------*/
.team-detail__container {
  max-width: 1800px;
  margin-inline: auto;
  background: var(--bluebg);
  border-radius: 1000px 1000px 5px 5px;
  padding: 10px;
}

.team-detail__inner {
  color: #333;
  text-align: center;
  border-radius: 1000px 1000px 5px 5px;
  background: #fff;
}

.team-detail__inner img {
  width: clamp(250px, 26.596vw, 500px);
  height: clamp(250px, 26.596vw, 500px);
  object-fit: cover;
  margin-top: 80px;
}

.team-detail__item {
  text-align: left;
  margin-top: 80px;
  padding-inline: var(--paddinginline);
}

.team-detail__inner:last-of-type {
  padding-bottom: 80px;
}

.team-detail__title p {
  margin-bottom: -8px;
  font-family: var(--title);
  font-size: var(--nomal)
}

.team-detail__title {
  color: var(--bluetext);
  margin-bottom: 40px;
  font-family: var(--en);
  font-size: var(--6rem);
}

.team-detail__content {
  margin-left: 40px;
}

.team-detail__work {
  width: 100%;
  position: relative;
  padding-top: 160px;
  padding-bottom: 100px;
  overflow: hidden;
}

.team-detail__work__bg {
  display: flex;
  animation: overflow 10s linear infinite;
  width: max-content;
  width: 100vw;
  position: absolute;
  top: 160px;
  left: 0;
  z-index: -1;
  height: auto;
}

.team-detail__work__bg img {
  opacity: 0.5;
  object-fit: cover;
}

.team-detail__work__inner img {
  width: clamp(400px, 31.915vw, 600px);
  margin: 40px;
  border: 1px solid #333;
  border-radius: 5px;
}

.team-detail__work__inner {
  border: 1px solid #333;
  display: inline-flex;
  margin-top: clamp(80px, 8.511vw, 160px);
  border-radius: 5px;
  position: relative;
  justify-content: center;
  background: #fff;
}

.team-detail__work__wrapper {
  padding-inline: clamp(80px, 8.511vw, 160px);
  display: flex;
  flex-wrap: wrap;
  gap: clamp(40px, 4.255vw, 80px);
  justify-content: center;
}

.team-detail__work__btn {
  position: absolute;
  width: 70px;
  height: 100%;
  border: 1px solid #333;
  top: 0;
  right: 0;
  background: var(--bluebg);
  border-radius: 0 5px 5px 0;
  z-index: -1;
  transition: 0.3s ease;
}

.team-detail__work__btn::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  border: 1px solid #333;
  top: 50%;
  right: 8px;
  border-radius: 5px;
  transform: translateY(-50%);
}

.team-detail__work__arrow {
  position: absolute;
  width: 20px;
  height: 1px;
  background: #333;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.team-detail__work__arrow::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
}

.team-detail__work__inner:hover .team-detail__work__btn {
  transform: translateX(70px);
}

/*================
=================*/
@media (max-width: 899px) {
  .team-detail__work__bg {
    animation: unset;
    width: 100%;
    flex-direction: column;
  }

  .team-detail__work__bg img:last-child {
    display: none;
  }
}

/*================
=================*/
@media (max-width: 699px) {
  .team-detail__work__inner img {
    width: 200px;
    margin: 10px;
  }

  .team-detail__work__btn {
    display: none;
  }

  .team-detail__work__inner {
    box-shadow: 3px 3px #333;
    margin-top: 20px;
    margin-inline: 20px;
  }

  .team-detail__item {
    padding-inline: 40px;
  }

  .team-detail__content {
    margin-left: clamp(20px, 5.722vw, 40px);
  }

  .team-detail__container {

    padding: 20px;
  }
}

/*================
=================*/
@media (max-width: 499px) {
  .team-detail__content {
    margin-left: 0;
  }
}

/*------------------------
team detail2
----------------------------*/
.team-detail2__container {
  max-width: 1800px;
  margin-inline: auto;
  background: var(--pinkbg);
  border-radius: 1000px 1000px 5px 5px;
  padding: 10px;
}

.team-detail2__inner {
  color: #333;
  text-align: center;
  border-radius: 1000px 1000px 5px 5px;
  background: #fff;
}

.team-detail2__inner img {
  width: clamp(250px, 26.596vw, 500px);
  height: clamp(250px, 26.596vw, 500px);
  object-fit: cover;
  margin-top: 80px;
}

.team-detail2__item {
  text-align: left;
  margin-top: 80px;
  padding-inline: var(--paddinginline);
}

.team-detail2__inner:last-of-type {
  padding-bottom: 80px;
}

.team-detail2__title p {
  margin-bottom: -8px;
  font-family: var(--title);
  font-size: var(--nomal)
}

.team-detail2__title {
  color: var(--pinktext);
  margin-bottom: 40px;
  font-family: var(--en);
  font-size: var(--6rem);
}

.team-detail2__content {
  margin-left: 40px;
}

.team-detail2__work {
  width: 100%;
  position: relative;
  padding-top: 160px;
  padding-bottom: 100px;
  overflow: hidden;
}

.team-detail2__work__bg {
  display: flex;
  animation: overflow 10s linear infinite;
  width: max-content;
  width: 100vw;
  position: absolute;
  top: 160px;
  left: 0;
  z-index: -1;
  height: auto;
}

.team-detail2__work__bg img {
  opacity: 0.5;
  object-fit: cover;
}

@keyframes overflow {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.team-detail2__work__inner img {
  width: clamp(400px, 31.915vw, 600px);
  margin: 40px;
  border: 1px solid #333;
  border-radius: 5px;
}

.team-detail2__work__inner {
  border: 1px solid #333;
  display: inline-flex;
  margin-top: clamp(80px, 8.511vw, 160px);
  border-radius: 5px;
  position: relative;
  justify-content: center;
  background: #fff;
}

.team-detail2__work__wrapper {
  padding-inline: clamp(80px, 8.511vw, 160px);
  display: flex;
  flex-wrap: wrap;
  gap: clamp(40px, 4.255vw, 80px);
  justify-content: center;
}

.team-detail2__work__btn {
  position: absolute;
  width: 70px;
  height: 100%;
  border: 1px solid #333;
  top: 0;
  right: 0;
  background: var(--pinkbg);
  border-radius: 0 5px 5px 0;
  z-index: -1;
  transition: 0.3s ease;
}

.team-detail2__work__btn::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  border: 1px solid #333;
  top: 50%;
  right: 8px;
  border-radius: 5px;
  transform: translateY(-50%);
}

.team-detail2__work__arrow {
  position: absolute;
  width: 20px;
  height: 1px;
  background: #333;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.team-detail2__work__arrow::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
}

.team-detail2__work__inner:hover .team-detail2__work__btn {
  transform: translateX(70px);
}

/*================
=================*/
@media (max-width: 899px) {
  .team-detail2__work__bg {
    animation: unset;
    width: 100%;
    flex-direction: column;
  }

  .team-detail2__work__bg img:last-child {
    display: none;
  }
}

/*================
=================*/
@media (max-width: 699px) {
  .team-detail2__work__inner img {
    width: 200px;
    margin: 10px;
  }

  .team-detail2__work__btn {
    display: none;
  }

  .team-detail2__work__inner {
    box-shadow: 3px 3px #333;
    margin-top: 20px;
    margin-inline: 20px;
  }

  .team-detail2__item {
    padding-inline: 40px;
  }

  .team-detail2__content {
    margin-left: clamp(20px, 5.722vw, 40px);
  }

  .team-detail2__container {
    padding: 20px;
  }
}

/*================
=================*/
@media (max-width: 499px) {
  .team-detail2__content {
    margin-left: 0;
  }
}

/*------------------------
contact
----------------------------*/
.form-title img {
  width: 80px;
}

.form-title {
  text-align: center;
  flex: 1;
}

.form-title h2 {
  font-family: var(--title);
}

/*--------------------
contact-text
---------------------*/
.form-text {
  margin-top: 40px;
}

.form-text2 {
  margin: 40px 0 100px;
}

/*--------------------
contact-block
---------------------*/
.form-block {
  max-width: 100%;
  width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}


/*--------------------
form
---------------------*/
form#mailformpro {
  padding: 0;
}

.mailform {
  font-size: 1.6rem;
  width: 100%;
  margin: 0px auto 80px;
  text-align: left;
  border-top: 1px solid #bdbdbd;
  border-left: 1px solid #bdbdbd;
  margin-top: 60px;
  max-width: 980px;
}

.mailform>div:nth-of-type(even) {
  background: #f8f8f8;
}

.form-box {
  display: flex;
  flex-wrap: wrap;
  border-spacing: 0;
  border-collapse: collapse;
}

/*======== agree ==========================*/
.form-box.agree {
  text-align: center;
  display: block;
  padding: 30px;
  border-right: 1px solid #b1b1b1;
}



form#mailformpro .dt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 400px;
  padding: 20px;
}

.mailform span.must,
.mailform span.any {
  font-size: 1.2rem;
  line-height: 1;
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 6px 10px;
  letter-spacing: 2px;
  color: #fff;
}

.mailform span.must {
  background: #f093c3;
}

form#mailformpro .dd {
  width: calc(100% - 400px);
  padding: 20px;
}

form#mailformpro .dt,
form#mailformpro .dd {
  border-bottom: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
  line-height: 1.4;
}

/*************************/
@media screen and (max-width: 767px) {
  .mailform {
    display: block;
    margin-bottom: 13.038vw;
  }

  form#mailformpro .dt {
    width: 100%;
    border-bottom: 1px dashed #b1b1b1;
  }

  form#mailformpro .dd {
    width: 100%;
    border-top: none;
  }

  .mfp_element_all {
    max-width: 100%;
  }
}

/*************************/
.mfp_col5 {
  position: relative;
}

.w50 {
  width: 50%;
}

/*************************/
@media screen and (max-width: 991px) {
  .w50 {
    width: 100%;
  }
}

/*************************/

input[type='text'],
input[type='tel'],
input[type='email'] {
  font: inherit;
  font-size: 1rem;
  line-height: 1em;
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  color: var(--pinklogo);
  background: #fff;
}

input[type='text']:not(.problem),
input[type='tel']:not(.problem),
input[type='email']:not(.problem) {
  border: 1px solid #b1b1b1;
}

/*************************/
@media screen and (max-width: 767px) {

  input,
  textarea {
    margin: 10px 0;
  }
}

/*************************/

.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password {
  border-radius: 0;
  margin: 10px 0;
}

/*== radio ================*/
.item-radio {
  display: flex;
  width: 100%;
}

.item-radio-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  line-height: 3;
}

.vertical .item-radio-wrap {
  flex-direction: column;
}

.item-radio-list {
  display: inline-block;
  margin-right: 1em;
  margin-left: 0;
}

.item-radio-list label {
  display: flex;
  flex-wrap: wrap;
}

.item-radio-list input[type='radio'] {
  position: absolute;
  opacity: 0;
}

.item-radio-list-label {
  display: flex;
  align-items: center;
}

.item-radio-list-label::before {
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 1rem;
  content: '';
  border: 3px solid #f9f9f9;
  border-radius: 50%;
  background: #f9f9f9;
  box-shadow: 0 0 0 1px #d1d1d1;
}

.item-radio-list input[type='radio']:checked+span::before,
.item-radio-list input[type='radio']:checked+input[type='hidden']+span::before {
  background: var(--Blue2);
}

.item-radio-list-label::before,
.item-radio-list-label::after {
  content: ' ';
}

/*************************/
@media screen and (max-width: 991px) {
  .item-radio-wrap {
    flex-direction: column;
  }
}

/*************************/


/*== select ================*/
.select-wrap {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .select-wrap {
    flex-wrap: wrap;
  }
}

.select-wrap-inner {
  position: relative;
  display: block;
}

.select-wrap select {
  font-size: 1.6rem;
  line-height: 1em;
  min-width: 6.25em;
  height: 1.875em;
  padding: 0 2em 0 0.5em;
  border: 1px solid #dcdcdc;
  border-radius: 0.25em;
  background-color: transparent;
  background-image: url(../img/svg/select.svg);
  background-repeat: no-repeat;
  background-position: right 0.5em center;
  background-size: 0.375em 0.875em;
}

/*== textarea ================*/
textarea {
  font: inherit;
  display: block;
  width: 100%;
  height: 250px;
  padding: 10px;
  border: 1px solid #b1b1b1;
}

textarea.short-textarea {
  height: 100px
}

/*== button ================*/
.mfp_buttons {
  text-align: center;
  margin-bottom: 100px;
}

.mfp_buttons button {
  display: inline-block;
  border: 1px solid #222;
  border-radius: 100px;
  padding: 14px 60px;
  color: #222;
  text-decoration: none;
  position: relative;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  font-size: 1.6rem;
  text-align: center;
}

.mfp_buttons button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) skewX(45deg);
  width: 15px;
  height: 3px;
  border-bottom: 1px solid #222;
  border-right: 1px solid #222;
  transition: 0.3s ease, border-color 0.3s ease;
  display: inline-block;
}

.mfp_buttons button:hover {
  background-color: #555555;
  border-color: #555;
  color: var(--white);
}

.mfp_buttons button:hover::after {
  right: 15px;
  border-color: var(--white);
}

.mfp_buttons button {
  text-align: center;
  white-space: nowrap;
  letter-spacing: 3px;
}

/*************************/
@media screen and (max-width: 599px) {
  .mfp_buttons button {
    margin: 0 20px 20px;
  }
}

/*************************/
@media screen and (max-width: 499px) {
  .mfp_buttons {
    flex-direction: column;
  }

  .mfp_buttons button.btn-reset {
    order: 2;
  }
}

/*************************/


#mfp_overlay_inner .mfp_buttons {
  flex-direction: row-reverse;
}



/*== checkbox ================*/
.check-wrap {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.check-wrap label {
  line-height: 1.2em;
  padding: 0.9375em;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.2s;
}

.check-wrap input[type='checkbox'] {
  position: absolute;
  opacity: 0;
}

.check-wrap input[type='checkbox']+span,
.check-wrap input[type='checkbox']+input+span {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.check-wrap input[type='checkbox']+span::before,
.check-wrap input[type='checkbox']+input+span::before {
  font-weight: bold;
  line-height: 1em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin-right: 0.75em;
  content: '?';
  color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: var(--Blue2);
  border-image: initial;
  background: rgb(255, 255, 255);
}

.check-wrap input[type='checkbox']:checked+span::before,
.check-wrap input[type='checkbox']:checked+input+span::before {
  color: var(--white);
  background: var(--Blue2);
}

.check-wrap .mfp_err {
  width: 100%;
}

.mfp_col10+.mfp_col10 {
  margin-top: 2rem;
}


form#mailformpro label {
  line-height: 1.6;
  white-space: normal;
}

form#mailformpro label.mfp_checked {
  border: none;
  background-color: transparent;
  box-shadow: none;
}

form#mailformpro label.mfp_not_checked {
  border: none;
}


.margin-b {
  margin-bottom: 100px;
}


.caption {
  font-size: 1.6rem;
  margin-bottom: 5px;
  display: block;
}

input+span.caption,
.select-wrap+span.caption {
  margin-top: 20px;
}

.contact_textarea {
  height: 250px !important;
  width: 100% !important;
  background: #fff;
}

.contact_textarea::placeholder {
  font-size: 1.6rem;
}