@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Sans:wght@400;500;700&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');


/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*/
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-break: break-word;
}
html, body {
  font-family: var(--font-ja);
  line-height: 1.66;
  /*text-align: justify;*/
  font-size: 10px;
  /*scroll-behavior: smooth;*/
  /*-webkit-overflow-scrolling: touch;*/
  font-weight: var(--regular);
  letter-spacing: 0.05em;
  color: var(--color-txt);
}
a {
  display: inline-block;
  color: initial;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}
button {
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  letter-spacing: 0;
}
/*
p, dt, dd {
  overflow-wrap: break-word;
}
*/
body {
  margin: auto;
  background: var(--color-navy);
}
small {
  font-size: 70%;
}
main {
  overflow: hidden;
}
li {
  list-style: none;
}
::-webkit-scrollbar{
  width: 5px;
}
::-webkit-scrollbar-track{
  background-color: var(--color-white);
}
::-webkit-scrollbar-thumb{
  background-color: var(--color-orange1);
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  ::-webkit-scrollbar{
    width: 0;
  }
}
@media screen and (max-width: 1445px) {
  html, body {
    font-size: calc(1000vw / 1445);
  }
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: calc(1000vw / 350);
  }
}
::placeholder {
  color: rgb(0 0 0 / 0.3);
}
.checkbox {
  display: block;
  width: max-content;
  font-weight: var(--medium);
  font-size: 1.4rem;
  font-size: max(1.4rem, 10px);
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  position: relative;
  width: 1.8rem;
  height: 1.8rem;
  background: var(--color-white);
  border: 1px solid #cccccc;
  border-radius: 0.4rem;
  margin: 0 1rem -0.3rem 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: 0.2s;
  cursor: pointer;
}
input[type="checkbox"]:checked,
input[type="radio"]:checked {
  background-color: var(--color-navy);
  border-color: var(--color-navy);
  box-shadow: none;
}
input[type="checkbox"]:checked:before,
input[type="radio"]:checked:before {
  position: absolute;
  content: '';
  top: 40%;
  left: 50%;
  width: 0.5rem;
  height: 0.7rem;
  border-right: 0.1rem solid var(--color-white);
  border-bottom: 0.1rem solid var(--color-white);
  transform: translate(-50%, -50%) rotate(50deg);
}

.sp,
.spi {
  display: none !important;
}
.pc {
  display: block !important;
}
.pci {
  display: inline-block !important;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .spi {
    display: inline-block !important;
  }
  .pc,
  .pci {
    display: none !important;
  }
}

/* ----------------------------------
common
---------------------------------- */
:root {
  --color-orange1: #E99C38;
  --color-orange2: #DBC06A;
  --color-orange3: #EEEEA6;
  --color-orange4: #FFFED5;
  --color-bage: #F2D5B2;
  --color-red: #EC4227;
  --color-white: #fff;
  --color-txt: #fff;
  --color-light-blue: #CCECE6;
  --color-blue: #234465;
  --color-navy: #1A2A3A;
  --light: 300;
  --regular: 400;
  --medium: 500;
  --bold: 700;
  --font-en: futura-pt, sans-serif;
  --font-ja: "Zen Maru Gothic", sans-serif;
  --font-ja-maru: "Zen Maru Gothic", sans-serif;
}
.is-hide {
  display: none !important;
}
.en {
  font-family: var(--font-en);
}
.ja {
  font-family: var(--font-ja);
}

a {
  transition: .3s;
}
body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}
.in {
  max-width: 135rem;
  margin: 0 auto;
}
.ttl-h2 {
  margin-bottom: 4.5rem;
  text-align: center;
}
.ttl-h2 span {
  font-family: var(--font-en);
  font-size: 4rem;
  color: var(--color-bage);
  letter-spacing: 0.15em;
  line-height: 1;
}
.ttl-h2 small {
  font-family: var(--font-ja-maru);
}
.ttl-h2 small,
.ttl-h2 time {
  display: block;
  margin-top: 1rem;
  font-size: 1.2rem;
  font-size: max(1.2rem, 10px);
  font-weight: var(--medium);
  letter-spacing: 0.5em;
}
.ttl-h2 span.ja {
  display: block;
  font-family: var(--font-ja);
  font-size: 3rem;
  font-weight: var(--medium);
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.ttl-h2 time {
  font-family: var(--font-en);
  margin-top: 0.7rem;
  letter-spacing: 0.2em;
}
.moreBtn {
  display: block;
  width: 20rem;
  height: 5rem;
  padding: 0 2.4rem;
  border-radius: 5rem;
  font-size: 1.4rem;
  font-size: max(1.4rem, 10px);
  font-weight: var(--bold);
  background: var(--color-white);
  line-height: 5rem;
  transition: .3s;
}
main::before,
main::after {
  position: absolute;
  content: "";
  display: block;
}
main::before {
  top: 0;
  left: 0;
  width: 31.3rem;
  height: 28.5rem;
  background: url(../img/mv-top-red.svg) center/contain no-repeat;
}
main::after {
  top: 0;
  right: 0;
  width: 39.3rem;
  height: 30.2rem;
  background: url(../img/mv-top-blue.svg) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .ttl-h2 {
    margin-bottom: 3rem;
  }
  .ttl-h2 span {
    font-size: 3rem;
  }
  .ttl-h2 span.ja {
    font-size: 2rem;
  }
  .ttl-h2 small,
  .ttl-h2 time {
    font-size: 1rem;
    letter-spacing: 0.4em;
  }
  .in {
    max-width: none;
    margin: 0 2rem;
  }
  .moreBtn {
    width: 18rem;
    height: 4.6rem;
    padding: 0 1.4rem;
    line-height: 4.6rem;
    font-size: 1.3rem;
  }
  main::after,
  main::before {
    content: none;
  }
}


/* ----------------------------------
マウスストーカー
---------------------------------- */
@media screen and (min-width: 768px) {
  /* カーソルの役割 */
  #js-cursor{
    pointer-events: none;
    position: fixed;
    top: -1rem; 
    left: -1rem;
    width: 1.5rem;
    height: 1.5rem;
    background-color: var(--color-blue);
    border-radius: 50%;
    transform: translate(0,0);
    z-index: 10000;
    opacity: 0;
  }
  
  /* ストーカーの役割 */
  #js-mouse{
    pointer-events: none;
    position: fixed;
    top: -3rem; 
    left: -3rem;
    width: 4rem;
    height: 4rem;
    border: 1px solid var(--color-light-blue);
    border-radius: 50%;
    transform: translate(0,0);
    transition: all 0.3s ease-out;
    z-index: 9999;
    opacity: 0;
  }
  html,body,a,p,span,input,textarea,select,option,button {
    cursor: none !important;
  }
}



/* ----------------------------------
header-wrap
---------------------------------- */
.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 3.5rem 0;
  z-index: 20;
  transition: .3s;
}
.header-wrap .logo {
  text-align: center;
}
.header-wrap .logo-link {
  transition: .3s;
}
.header-wrap .logo-link:hover {
  opacity: 0.6;
}
.header-wrap .logo img {
  width: 13.3rem;
  min-width: 100px;
}
.header-wrap .nav {
  margin-top: 3.3rem;
}
.header-wrap .nav ul {
  display: flex;
  justify-content: center;
  gap: 4rem;
}
.header-wrap .nav ul a {
  position: relative;
  padding-bottom: 0.5rem;
  font-size: 1.4rem;
  font-size: max(1.4rem, 10px);
  font-family: var(--font-en);
  font-weight: var(--medium);
  color: var(--color-bage);
  letter-spacing: 0.15em;
  line-height: 1.5;
}
.header-wrap .nav ul a::after {
  position: absolute;
  left: 50%;
  bottom: -2px;
  content: "";
  display: block;
  width: 0px;
  height: 2px;
  background: var(--color-orange1);
  transform: translateX(-50%);
  transition: .3s;
}
.header-wrap .nav ul a:hover::after {
  width: 2rem;
}
.hamburger {
  display: none;
}
.header-wrap .nav .logo-link {
  display: none;
}
@media screen and (min-width: 768px) {
  .header-wrap:hover {
    background: var(--color-navy);
  }
  .header-wrap {
    width: 80rem;
    left: 50%;
    transform: translateX(-50%);
    border-bottom-left-radius: 10rem;
    border-bottom-right-radius: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .header-wrap {
    position: relative;
    padding: 0;
  }
  .header-wrap .in {
    margin: 0
  }
  .header-wrap .logo {
    position: absolute;
    top: 1.6rem;
    left: 2.5rem;
  }
  .header-wrap .logo img {
    width: 10.5rem;
    min-width: auto;
  }
  .header-wrap .logo::after {
    position: absolute;
    top: -1.7rem;
    left: -2.5rem;
    content: "";
    display: block;
    width: 17.2rem;
    height: 13.4rem;
    background: url(../img/mv-top-red_sp.svg) center/contain no-repeat;
    z-index: -1;
  }
  .header-wrap .hamburger {
    position: fixed;
    display: block;
    top: 0;
    right: 0;
    width: 7.6rem;
    height: 10.6rem;
    z-index: 10;
  }
  .header-wrap .hamburger::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/mv-top-blue_sp.svg) center/contain no-repeat;
  }
  .header-wrap .hamburger .inner {
    position: absolute;
    width: 2rem;
    height: 2rem;
    top: 2rem;
    right: 2.5rem;
    z-index: 1;
  }
  .header-wrap .hamburger .inner span,
  .header-wrap .hamburger .inner::after {
    position: absolute;
    right: 0;
    content: "";
    display: block;
    height: 2px;
    background: var(--color-white);
    border-radius: 2px;
    transition: .6s;
  }
  .header-wrap .hamburger .inner span {
    width: 2rem;
  }
  .header-wrap .hamburger .inner::after {
    width: 1.1rem;
    margin-top: 0.8rem;
  }
  .header-wrap .hamburger .inner.close span {
    top: 50%;
    right: -0.5rem;
    width: 2.8rem;
    transform: translateY(-50%) rotate(-135deg);
    transition: .6s;
  }
  .header-wrap .hamburger .inner.close::after {
    top: 50%;
    right: -0.5rem;
    width: 2.8rem;
    margin: 0;
    transform: translateY(-50%) rotate(135deg);
    transition: .6s;
  }
  .header-wrap .nav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .header-wrap .nav::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: var(--color-orange1);
    border-bottom-left-radius: 10rem;
    z-index: -1;
  }
  .header-wrap .nav ul {
    gap: 3rem;
    flex-direction: column;
    align-items: center;
    height: 100%;
  }
  .header-wrap .nav ul a {
    padding: 0;
    font-size: 1.8rem;
    color: var(--color-white);
  }
  .header-wrap .nav .logo-link {
    position: absolute;
    display: block;
    top: 1.6rem;
    left: 2.5rem;
  }
  .header-wrap .nav .logo-link img {
    position: relative;
    width: 10.5rem;
    z-index: 3;
  }
  .header-wrap .nav .logo-link::after {
    position: absolute;
    top: -1.7rem;
    left: -2.5rem;
    content: "";
    display: block;
    width: 17.2rem;
    height: 13.4rem;
    background: url(../img/mv-top-red_sp-close.svg) center/contain no-repeat;
    z-index: 2;
  }
}


/* ----------------------------------
fixedBtn
---------------------------------- */
.fixedBtn {
  position: fixed;
  z-index: 20;
  right: 2rem;
  bottom: 2rem;
  width: 8rem;
  height: 8rem;
}
.fixedBtn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--color-orange1);
  border-radius: 100%;
  transform: translate(-50%,-50%);
  transition: .3s;
  z-index: -1;
}
.fixedBtn:hover::after {
  width: 110%;
  height: 110%;
}
@media screen and (max-width: 767px) {
  .fixedBtn {
    right: 0.9rem;
    bottom: 0.9rem;
    width: 6.8rem;
    height: 6.8rem;
  }
}


/* ----------------------------------
mv-wrap
---------------------------------- */
.mv-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 95vh;
  min-height: 95rem;
  padding-top: 20.6rem;
  padding-bottom: 10.4rem;
}
.mv-wrap .in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 120rem;
  width: 100%;
}
.mv-wrap .in .txt-wrap {
  padding-left: 7rem;
}
.mv-wrap .in h2 strong {
  position: relative;
  font-family: var(--font-en);
  font-weight: var(--bold);
  font-size: 10rem;
  color: var(--color-bage);
  letter-spacing: 0.1em;
  line-height: 1;
}
.mv-wrap .in h2 strong span:first-of-type {
  position: absolute;
  top: 1rem;
  left: -12rem;
  display: block;
  width: 14.15rem;
  z-index: 1;
}
.mv-wrap .in h2 small {
  display: block;
  margin-top: 1rem;
  font-family: var(--font-ja-maru);
  font-size: 2.1rem;
  font-weight: var(--bold);
  letter-spacing: 0.2em;
  line-height: 1.71;
}
.mv-wrap .img-wrap {
  position: relative;
  width: 75.3rem;
  margin-top: 16%;
  margin-right: -10rem;
}
.mv-wrap .img-wrap img {
  animation: floating-s 3s ease-in-out infinite alternate-reverse;

}

@media screen and (max-width: 767px) {
  .mv-wrap {
    min-height: 66.7rem;
    padding-top: 15.2rem;
    padding-bottom: 2.2rem;
  }
  .mv-wrap .in {
    display: block;
    max-width: none;
    margin: 0;
  }
  .mv-wrap .in .txt-wrap {
    position: relative;
    padding-left: 8.1rem;
    z-index: 1;
  }
  .mv-wrap .in h2 strong {
    font-size: 5.7rem;
  }
  .mv-wrap .in h2 small {
    margin-top: 0;
    font-size: 1.3rem;
    line-height: 1.69;
  }
  .mv-wrap .in h2 strong span:first-of-type {
    top: 0.3rem;
    left: -6.8rem;
    width: 8.168rem;
  }
  .mv-wrap .img-wrap {
    width: 100%;
    margin: 2.8rem auto 0;
  }
}



/* ----------------------------------
about-wrap
---------------------------------- */
.about-wrap {
  position: relative;
  padding: 20rem 0;
}
.about-wrap::after {
  position: absolute; 
  left: 50%;
  top: 50%;
  content: "";
  display: block;
  width: 128.4rem;
  height: 98.5rem;
  background: url(../img/about-bg-blue.png) center/contain no-repeat;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.about-wrap .ttl-h2 {
  margin-bottom: 7.9rem;
}
.about-wrap .in {
  position: relative;
  max-width: 95rem;
  border-radius: 40rem;
  padding: 6.8rem 12.5rem 23.4rem;
  background: var(--color-light-blue);
  z-index: 1;
}
.about-wrap .in .txt-wrap {
  width: 42.1rem;
  margin: 0 auto;
}
.about-wrap .in .txt-wrap .txt {
  font-size: 1.5rem;
  font-size: max(1.5rem, 10px);
  line-height: 1.857;
}
.about-wrap .in .img-wrap .img {
  position: absolute;
}
.about-wrap .in .img-wrap .img:first-of-type {
  left: -20rem;
  top: -14.5rem;
  width: 44.1rem;
  animation: floating-l 1.8s ease-in-out infinite alternate-reverse;
}
.about-wrap .in .img-wrap .img:last-of-type {
  right: -15.7rem;
  bottom: -6.3rem;
  width: 52.4rem;
  animation: floating-r 2.2s ease-in-out infinite alternate-reverse;
}
@media screen and (max-width: 767px) {
  .about-wrap {
    padding: 22.7rem 0 4.7rem;
  }
  .about-wrap .in {
    border-radius: 16.3rem;
    padding: 14.6rem 2.7rem 19.9rem;
  }
  .about-wrap .ttl-h2 {
    margin-bottom: 4.2rem;
  }
  .about-wrap .in .txt-wrap {
    width: auto;
  }
  .about-wrap .in .txt-wrap .txt {
    font-size: 1.3rem;
    line-height: 1.76;
  }
  .about-wrap .in .img-wrap .img:first-of-type {
    left: -2rem;
    top: -11.8rem;
    width: 28.1rem;
  }
  .about-wrap .in .img-wrap .img:last-of-type {
    right: -2rem;
    bottom: -7.8rem;
    width: 24.9rem;
  }
  .about-wrap::after {
    top: 15rem;
    width: 100%;
    height: calc(100% - 10.7rem);
    background: url(../img/about-bg-blue_sp.png) center / auto 100% no-repeat;
    transform: translateX(-50%);
  }
}


/* ----------------------------------
service-wrap
---------------------------------- */
.service-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  /* overflow: hidden; */
}
.service-wrap .in {
  position: relative;
}
.service-wrap .in::after {
  position: absolute;
  right: -30.4rem;
  bottom: -16.7rem;
  content: "";
  display: block;
  width: 42rem;
  height: 46.5rem;
  background: url(../img/service-bottom-red.svg) center/contain no-repeat;
  z-index: -1;
}
.service-wrap .ttl-h2 {
  width: 100%;
}
.service-wrap .area {
  display: flex;
}
.service-wrap .service-item {
  display: flex;
  align-items: center;
  border-radius: 20rem;
  min-width: 135rem;
}
.service-wrap .service-item + .service-item {
  margin-left: 4rem;
}
.service-wrap .service-item .flex {
  display: flex;
  align-items: center;
  gap: 7.1rem;
  max-width: 95rem;
  margin: 0 auto;
  padding: 11.2rem 0 12.2rem;
}
.service-wrap .service-item .flex .ttl-wrap {
  width: 40.4rem;
}
.service-wrap .service-item .flex .ttl-wrap .ttl-h3 {
  position: relative;
  text-align: center;
}
.service-wrap .service-item .flex .ttl-wrap .ttl-h3 span {
  font-family: var(--font-en);
  font-size: 32.4rem;
  color: var(--color-white);
  opacity: 0.15;
  line-height: 1;
}
.service-wrap .service-item .flex .ttl-wrap .ttl-h3 strong {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max-content;
  font-size: 4rem;
  font-weight: var(--bold);
  letter-spacing: 0.2em;
  transform: translate(-50%, -50%);
  color: var(--color-white);
  line-height: 1.3;
  text-align: left;
}
.service-wrap .service-item .flex .ttl-wrap .ttl-h3 strong small {
  display: block;
  font-size: 1.2rem;
  font-size: max(1.2rem, 10px);
  font-weight: var(--regular);
  letter-spacing: 0.2em;
}
.service-wrap .service-item .flex .txt-wrap {
  width: 42.3rem;
}
.service-wrap .service-item .flex .txt-wrap .txt {
  font-size: 1.5rem;
  font-size: max(1.5rem, 10px);
  line-height: 2;
  color: var(--color-white);
}
.service-wrap .service-item .flex .txt-wrap .moreBtn {
  margin-top: 3.5rem;
}

.service-wrap .service-item:nth-of-type(1) {
  background: var(--color-orange1);
}
.service-wrap .service-item:nth-of-type(1) .flex .txt-wrap .moreBtn {
  color: var(--color-orange1);
}
.service-wrap .service-item:nth-of-type(2) {
  background: var(--color-red);
}
.service-wrap .service-item:nth-of-type(2) .flex .txt-wrap .moreBtn {
  color: var(--color-red);
}
.service-wrap .service-item:nth-of-type(3) {
  background: var(--color-bage);
}
.service-wrap .service-item:nth-of-type(3) *,
.service-wrap .service-item:nth-of-type(3) .flex .txt-wrap .moreBtn {
  color: var(--color-navy) !important;
}
.service-wrap .service-item .flex .txt-wrap .moreBtn:hover {
  color: var(--color-white) !important;
  background: var(--color-navy) !important;
}
.service-wrap .service-item .flex .txt-wrap .moreBtn:hover span {
  color: var(--color-white) !important;
}
@media screen and (max-width: 767px) {
  .service-wrap {
    display: block;
    height: auto;
    padding-top: 17rem;
    overflow: visible;
  }
  .service-wrap .area {
    display: block;
  }
  .service-wrap .service-item {
    display: block;
    min-width: auto;
    width: auto;
    border-radius: 8rem;
  }
  .service-wrap .service-item + .service-item {
    margin: 2rem 0 0;
  }
  .service-wrap .service-item .flex {
    display: block;
    max-width: none;
    padding: 1.6rem 1.5rem 6.4rem;
  }
  .service-wrap .service-item .flex .ttl-wrap {
    width: auto;
    text-align: center;
  }
  .service-wrap .service-item .flex .ttl-wrap .ttl-h3 span {
    font-size: 13.2rem;
    line-height: 1.3;
  }
  .service-wrap .service-item .flex .ttl-wrap .ttl-h3 strong {
    font-size: 2rem;
  }
  .service-wrap .service-item .flex .ttl-wrap .ttl-h3 strong small {
    font-size: 1rem;
  }
  .service-wrap .service-item .flex .txt-wrap {
    width: auto;
  }
  .service-wrap .service-item .flex .txt-wrap .txt {
    font-size: 1.3rem;
    line-height: 1.76;
  }
  .service-wrap .service-item .flex .txt-wrap .moreBtn {
    margin: 5rem auto 0;
  }
  .service-wrap .in::after {
    content: none;
  }
  .service-wrap .service-item:nth-of-type(1) {
    position: relative;
  }
  .service-wrap .service-item:nth-of-type(1)::after {
    position: absolute;
    left: -2.5rem;
    bottom: -16rem;
    content: "";
    display: block;
    width: 12.6rem;
    height: 31.9rem;
    background: url(../img/service-bottom-red_sp.svg) center/contain no-repeat;
    z-index: -1;
  }
}




/* ----------------------------------
works-wrap
---------------------------------- */
.works-wrap {
  padding-top: 20rem;
  overflow: hidden;
}
.works-wrap .in {
  position: relative;
  max-width: 120rem;
}
.works-wrap .in::after {
  position: absolute;
  top: -23.1rem;
  left: -30.5rem;
  content: "";
  display: block;
  width: 57.9rem;
  height: 35.4rem;
  background: url(../img/works-top-blue.svg) center/contain no-repeat;
  z-index: -1;
}
.works-wrap .in .works-slide {
  width: calc(50% + 50vw);
}
.works-wrap .in .swiper-wrapper {
  display: flex;
}
.works-wrap .in .swiper-slide {
  width: 38rem;
  min-width: 38rem;
  margin-right: 2rem;
}
.works-wrap .in .swiper-slide a {
  display: block;
}
.works-wrap .in .swiper-slide .img-wrap {
  position: relative;
  height: 39rem;
  overflow: hidden;
  border-top-left-radius: 5rem;
  border-bottom-right-radius: 5rem;
}
.works-wrap .in .swiper-slide .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.works-wrap .in .swiper-slide a:hover img {
  transform: scale(1.05);
}
.works-wrap .in .swiper-slide .txt-wrap {
  margin-top: 1.1rem;
}
.works-wrap .in .swiper-slide .txt-wrap dt {
  font-size: 2rem;
  font-weight: var(--bold);
  letter-spacing: 0.1em;
  color: var(--color-txt);
}
.works-wrap .in .swiper-slide .txt-wrap dd {
  font-size: 1.4rem;
  font-size: max(1.4rem, 10px);
  color: var(--color-txt);
}
.works-wrap .in .works-desc {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 95rem;
  margin: -20.3rem auto 0;
  padding: 27.8rem 0 7.2rem 8.7rem;
}
.works-wrap .in .works-desc .txt {
  font-size: 1.5rem;
  font-size: max(1.5rem, 10px);
  line-height: 2;
}
.works-wrap .in .works-desc::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: calc(50% + 50vw);
  height: 100%;
  background: var(--color-blue);
  border-bottom-left-radius: 10rem;
  z-index: -1;
}
.works-wrap .in .works-desc .moreBtn {
  color: var(--color-navy);
}
.works-wrap .in .works-desc .moreBtn:hover {
  color: var(--color-white);
  background: var(--color-navy);
}
/* プログレスバーの位置を下に移動 */
.works-wrap .swiper-pagination-progressbar,
.works-wrap .swiper-pagination-progressbar.swiper-pagination-horizontal {
  position: static;
  margin-top: 5rem;
  height: 1px;
}
/* プログレスバーの背景色変更 */
.works-wrap .swiper-pagination-progressbar {
  background-color: var(--color-white);
}
/* プログレスバーの色変更 */
.works-wrap .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: var(--color-orange1);
}
@media screen and (min-width: 768px) {
  .works-wrap .in .swiper-slide a {
    position: relative;
    overflow: hidden;
  }
  .works-wrap .in .swiper-slide .txt-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1rem 1.5rem;
    background: rgb(0 0 0 / 0.5);
    color: var(--color-white);
    border-bottom-right-radius: 5rem;
    transition: .3s;
    opacity: 0;
  }
  .works-wrap .in .swiper-slide a:hover .txt-wrap {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .works-wrap {
    padding-top: 17rem;
  }
  .works-wrap .in {
    max-width: none;
  }
  .works-wrap .in .works-slide {
    width: auto;
    margin-right: -2.5rem;
  }
  .works-wrap .in .swiper-slide {
    width: 25.7rem;
    min-width: 25.7rem;
    margin-right: 1.5rem;
  }
  .works-wrap .in .swiper-slide .img-wrap {
    height: 26.5rem;
  }
  .works-wrap .in .swiper-slide .txt-wrap dt {
    font-size: 1.6rem;
  }
  .works-wrap .in .swiper-slide .txt-wrap dd {
    font-size: 1.2rem;
  }
  .works-wrap .swiper-pagination-progressbar, 
  .works-wrap .swiper-pagination-progressbar.swiper-pagination-horizontal {
    margin-top: 4rem;
  }
  .works-wrap .in .works-desc {
    display: block;
    max-width: 23.9rem;
    margin: -18rem auto 0;
    padding: 21.2rem 2.5rem 3rem;
  }
  .works-wrap .in .works-desc .txt {
    margin-right: -6.3rem;
    line-height: 1.76;
    font-size: 1.3rem;
  }
  .works-wrap .in .works-desc .moreBtn {
    width: 14rem;
    margin: 4rem -6.3rem 0 auto;
    padding: 0 2.3rem;
  }
  .works-wrap .in .works-desc::after {
    border-bottom-left-radius: 5rem;
  }
  .works-wrap .in::after {
    top: -14.6rem;
    left: -2.5rem;
    width: 17.4rem;
    height: 19.8rem;
    background-image: url(../img/works-top-blue_sp.svg);
  }
}




/* ----------------------------------
information-wrap
---------------------------------- */
.information-wrap {
  padding-top: 20rem;
}
.information-wrap .in {
  max-width: 95rem;
  min-width: 637px;
}
.information-wrap .ttl-h2 {
  margin-bottom: 9rem;
}
.information-wrap .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2.9rem;
  row-gap: 7rem;
}
.information-wrap .list li {
  width: calc(33.33% - (2.9rem * 2 / 3));
}
.information-wrap .list li a {
  position: relative;
  display: block;
  height: 100%;
  padding: 0.5rem 2rem 1rem;
  font-size: 1.5rem;
  font-size: max(1.5rem, 10px);
  line-height: 1.75;
  transition: .3s;
}
.information-wrap .list li a::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0.4rem;
  height: 100%;
  border-radius: 1rem;
  background: var(--color-orange1);
  z-index: -1;
  transition: .5s;
}
.information-wrap .list li a time {
  font-size: 1.6rem;
  font-size: max(1.6rem, 10px);
  font-family: var(--font-en);
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--color-bage);
}
.information-wrap .list li a p {
  padding-top: 1rem;
  color: var(--color-txt);
}
@media screen and (min-width: 768px) {
  .information-wrap .list li a:hover::after {
    width: 100%;
  }
  .information-wrap .list li a:hover {
    color: var(--color-white);
  }
}
@media screen and (max-width: 767px) {
  .information-wrap {
    padding-top: 17rem;
  }
  .information-wrap .ttl-h2 {
    margin-bottom: 5.5rem;
  }
  .information-wrap .in {
    max-width: 29.5rem;
    min-width: auto;
    margin: 0 auto;
  }
  .information-wrap .list {
    display: block;
  }
  .information-wrap .list li {
    width: auto;
  }
  .information-wrap .list li + li {
    margin-top: 4rem;
  }
  .information-wrap .list li a {
    padding: 0 0 0 1.4rem;
    line-height: 1.76;
    font-size: 1.3rem;
    border: none;
  }
  .information-wrap .list li a time {
    display: block;
    margin-left: -1.4rem;
    font-size: 1.2rem;
  }
  .information-wrap .list li a::after {
    content: none;
  }
  .information-wrap .list li a p {
    position: relative;
  }
  .information-wrap .list li a p::after {
    position: absolute;
    content: "";
    display: block;
    left: -1.2rem;
    top: calc(50% + 0.5rem);
    width: 0.3rem;
    height: calc(98% - 1rem);
    background: var(--color-orange1);
    border-radius: 1rem;
    transform: translateY(-50%);
  }
}





/* ----------------------------------
contact-wrap
---------------------------------- */
.contact-wrap {
  padding-top: 20rem;
}
.contact-wrap .in {
  max-width: none;
  position: relative;
  background: var(--color-blue);
  padding: 5.9rem 0 8.4rem;
}
.contact-wrap .in::after {
  position: absolute;
  left: calc(50% + 61rem);
  top: -22.9rem;
  content: "";
  display: block;
  width: 52.3rem;
  height: 22.9rem;
  background: url(../img/contact-top-red.svg) center/contain no-repeat;
  transform: translateX(-50%);
}
.contact-wrap .ttl-h2 {
  margin-bottom: 6rem;
}
.contact-wrap .form-wrap {
  max-width: 50rem;
  min-width: 370px;
  margin: 0 auto;
}
.contact-wrap .form-wrap p,
.contact-wrap .form-wrap label {
  font-size: 1.4rem;
  font-size: max(1.4rem, 10px);
  line-height: 1.857;
}
.contact-wrap .form-wrap label + label,
.contact-wrap .form-wrap br + label {
  display: block;
  margin-top: 1.5rem;
}
.contact-wrap .form-wrap input:not(.moreBtn),
.contact-wrap .form-wrap textarea {
  display: block;
  width: 100%;
  padding: 1rem 1.4rem;
  border: none;
  background: var(--color-white);
  border-radius: 2rem;
  font-family: var(--font-ja);
  font-size: 1.5rem;
  font-size: max(1.5rem, 10px);
}
.contact-wrap .form-wrap textarea {
  height: 20.5rem;
  min-height: 150px;
  resize: vertical;
}
.contact-wrap .form-wrap .submitBtn {
  width: 25rem;
  margin: 3.3rem auto 0;
  font-family: var(--font-ja);
  background: var(--color-orange1);
  color: var(--color-white);
  border: none;
}
.contact-wrap .form-wrap .submitBtn:hover {
  color: var(--color-orange1);
  background: var(--color-white);
}
.contact-wrap .form-wrap input:not(.moreBtn):focus,
.contact-wrap .form-wrap textarea:focus {
  outline-color: var(--color-orange1);
}
.contact-wrap .mw_wp_form .error {
  font-size: 1.1rem;
  font-size: max(1.1rem, 10px);
  color: #ffce3b;
  display: block;
  padding: 0.5rem 1.4rem;
}
.contact-wrap .btn-wrap .btn-small .moreBtn {
  background: var(--color-white);
  color: var(--color-orange1);
}
.contact-wrap .btn-wrap > *:last-of-type .moreBtn,
.contact-wrap .btn-wrap > .submitBtn {
  margin-top: 2rem !important;
}
.contact-wrap .complete {
  padding: 5rem 0 11rem;
}
.contact-wrap .complete .lead {
  font-size: 1.8rem;
  font-size: max(1.8rem, 10px);
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.15em;
}
.contact-wrap .complete p {
  margin-top: 3rem;
  line-height: 2;
}
.contact-wrap .complete p small {
  display: block;
  font-size: 1.2rem;
  font-size: max(1.2rem, 10px);
  line-height: 2;
  letter-spacing: 0;
  text-indent: -1em;
  padding-left: 1em;
}
.contact-wrap br {
  display: none;
}
@media screen and (max-width: 767px) {
  .contact-wrap {
    padding-top: 19rem;
  }
  .contact-wrap .in {
    margin: 0;
    padding: 4rem 4rem 6.4rem;
  }
  .contact-wrap .ttl-h2 {
    margin-bottom: 4.2rem;
  }
  .contact-wrap .form-wrap {
    min-width: auto;
  }
  .contact-wrap .form-wrap .submitBtn {
    width: 18rem;
    margin: 5rem auto 0;
  }
  .contact-wrap .in::after {
    left: 0;
    top: -13.8rem;
    width: 24.7rem;
    height: 13.8rem;
    background-image: url(../img/contact-top-red_sp.svg);
    transform: unset;
  }
  .contact-wrap .form-wrap textarea {
    min-height: auto;
  }
  .contact-wrap .mw_wp_form .error {
    font-size: 1rem;
    padding: 0.5rem 1.4rem 0;
  }
  .contact-wrap .form-wrap p,
  .contact-wrap .form-wrap label {
    font-size: 1.3rem;
    line-height: 1.76;
  }
  .contact-wrap .complete {
    padding: 3rem 0 6rem;
  }
  .contact-wrap .complete .lead {
    font-size: 1.6rem;
  }
  .contact-wrap .complete p small {
    font-size: 1.1rem;
  }
  .contact-wrap .form-wrap input:not(.moreBtn),
  .contact-wrap .form-wrap textarea {
    font-size: 1.3rem;
  }
}


/* ----------------------------------
pager
---------------------------------- */
.pager {
  margin-top: 8rem;
}
.pager .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.pager .nav-links span,
.pager .nav-links a {
  display: block;
  width: 4rem;
  height: 4rem;
  background: #f7f7f7;
  border-radius: 100%;
  font-family: var(--font-en);
  font-size: 1.3rem;
  font-size: max(1.3rem, 10px);
  font-weight: var(--medium);
  line-height: 4rem;
  text-align: center;
  transition: .3s;
  color: var(--color-navy);
}
.pager .nav-links span img,
.pager .nav-links a img {
  transition: .3s;
}
.pager .nav-links .current {
  background: var(--color-orange1);
  color: var(--color-white);
}
.pager .nav-links a:hover {
  background: var(--color-orange1);
  color: var(--color-white);
}
.pager .nav-links a:hover img {
  filter: invert(10);
}
.pager .nav-links a.next, 
.pager .nav-links a.prev {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pager .nav-links a.next img, 
.pager .nav-links a.prev img {
  width: 0.6rem;
}
@media screen and (max-width: 767px) {
  .pager {
    margin-top: 5rem;
  }
  .pager .nav-links {
    gap: 0.8rem;
  }
  .pager .nav-links span,
  .pager .nav-links a {
    width: 3.3rem;
    height: 3.3rem;
    font-size: 1.2rem;
    line-height: 3.3rem;
  }
  .pager .nav-links a.next img, 
  .pager .nav-links a.prev img {
    width: 0.5rem;
  }
}




/* ----------------------------------
footer-wrap
---------------------------------- */
.footer-wrap {
  padding-top: 23.6rem;
}
.footer-wrap .in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: max-content;
  gap: 10rem;
}
.footer-wrap .in .logo {
  display: block;
  width: 16rem;
  transition: .3s;
}
.footer-wrap .in .list {
  display: grid;
  grid-template-columns: auto auto auto;
  column-gap: 6.5rem;
  row-gap: 2.7rem;
}
.footer-wrap .in .list li {
  min-width: 76px;
  line-height: 1;
}
.footer-wrap .in .list li:nth-of-type(1),
.footer-wrap .in .list li:nth-of-type(4) {
  min-width: 120px;
}
.footer-wrap .in .list a {
  font-family: var(--font-en);
  font-size: 1.4rem;
  font-size: max(1.4rem, 10px);
  letter-spacing: 0.15em;
  transition: .3s;
  color: var(--color-bage);
}
.footer-wrap .in .list a:hover,
.footer-wrap .in .logo:hover {
  opacity: 0.6;
}
.footer-wrap .copy {
  margin-top: 7.2rem;
  padding: 3rem;
  color: var(--color-white);
  text-align: center;
  font-size: 1rem;
  font-size: max(1rem, 10px);
  font-family: var(--font-en);
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .footer-wrap {
    padding-top: 14rem;
  }
  .footer-wrap .in {
    display: block;
    max-width: 29.5rem;
    min-width: auto;
    margin: 0 auto;
  }
  .footer-wrap .in .logo {
    width: 10.9rem;
    margin: 0 auto;
  }
  .footer-wrap .in .list {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    min-width: auto;
    margin: 4.3rem 0 0;
    row-gap: 2.3rem;
    column-gap: 2.7rem;
  }
  .footer-wrap .in .list a {
    font-size: 1.3rem;
  }
  .footer-wrap .in .list li {
    min-width: 6.5rem;
  }
  .footer-wrap .in .list li:nth-of-type(1), 
  .footer-wrap .in .list li:nth-of-type(4) {
    min-width: 11rem;
  }
  .footer-wrap .in .list li:nth-of-type(3) {
    text-align: right;
  }
  .footer-wrap .copy {
    margin-top: 4.4rem;
    padding: 1.5rem;
    font-size: 1rem;
  }
}

.fixed_banner {
  position: fixed;
  left: 4rem;
  bottom: 4rem;
  z-index: 2;
}
.fixed_banner .banner {
  position: relative;
  width: 46.2rem;
}
.fixed_banner .banner a img {
  box-shadow: 0 0.2rem 0.6rem rgb(0 0 0 / 0.16);
  border-radius: 2rem;
}
.fixed_banner .banner .banner_close {
  position: absolute;
  right: -2.2rem;
  top: -2.2rem;
  width: 5.6rem;
  border-radius: 100%;
  box-shadow: 0 0.2rem 0.6rem rgb(0 0 0 / 0.16);
  z-index: 2;
}
.banner-wrap {
  padding-top: 19.2rem;
}
.banner-wrap .banner_list {
  display: flex;
  justify-content: center;
  max-width: 95rem;
  margin: 0 auto;
  gap: 2.6rem;
}
.banner-wrap .banner_list .banner {
  width: calc(50% - 1.3rem);
}
@media screen and (min-width: 768px) {
  .banner a {
    transition: opacity 0.3s;
  }
  .banner a:hover {
    opacity: 0.68;
  }
}
@media screen and (max-width: 767px) {
  .fixed_banner .banner {
    position: relative;
    width: 22.2rem;
  }
  .fixed_banner {
    left: 1rem;
    bottom: 0.5rem;
  }
  .fixed_banner .banner .banner_close {
    right: -1.5rem;
    top: -1.5rem;
    width: 3.4rem;
  }
  .banner-wrap .banner_list {
    flex-wrap: wrap;
  }
  .banner-wrap .banner_list .banner {
    width: 100%;
  }
}

.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
  0% {opacity:0;}
  100% {opacity:1;}
}
/* アニメーション */
.anime.slideUp,
.anime.slideLeft,
.anime.fadeIn {
  opacity: 0;
}
.anime.slideUp.active {
  animation: slideUp .5s .05s ease-out forwards;
}
.anime.slideLeft.active {
  animation: slideLeft .5s .05s ease-out forwards;
}
.anime.fadeIn.active {
  animation: fadeIn .5s .2s ease-out forwards;
}
.anime.scaleDown.active img {
  animation: img-scale 7s ease-out forwards;
}
span.anime.slideLeft {
  display: inline-block;
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(-2rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes img-scale {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes floating-l {
  0% {
    transform: translateY(-2%);
  }
  100% {
    transform: translateY(2%);
  }
}
@keyframes floating-r {
  0% {
    transform: translateY(2%);
  }
  100% {
    transform: translateY(-2%);
  }
}
@keyframes floating-s {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.02);
  }
}




/* liquid shape -------------------- */
.shape_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.blob {
  width: 100vw;
}
.blob path {
  animation: blob 15s linear  infinite , rot 106s linear infinite;
}
.blob.blob2 path {
  animation: blob2 15s linear  infinite , rot2 106s linear infinite;
}
@keyframes blob {
  0% {    
    d:path("M120,-157.6C152.7,-141.5,174.3,-102.6,194.8,-58.8C215.3,-14.9,234.6,33.8,228.4,80.8C222.2,127.8,190.4,173.1,148.1,184C105.8,195,52.9,171.5,-2.4,174.8C-57.8,178.2,-115.6,208.4,-137.5,190.9C-159.3,173.3,-145.3,108,-153,56.3C-160.7,4.6,-190.2,-33.4,-178.3,-54.2C-166.4,-75.1,-113.2,-78.8,-76.6,-93.6C-40,-108.3,-20,-134.2,11.9,-150.5C43.7,-166.8,87.4,-173.6,120,-157.6Z");
  }
  25% {   
    d:path("M67.8,-97.1C87.8,-78.8,103.8,-58.9,117.4,-34.1C130.9,-9.4,142,20.2,139.5,50.7C137,81.2,120.8,112.6,95.3,150.1C69.8,187.7,34.9,231.3,3.3,226.8C-28.2,222.2,-56.4,169.3,-91.6,134.9C-126.8,100.5,-169,84.6,-179.6,57.1C-190.2,29.7,-169.3,-9.3,-155.2,-49.7C-141,-90.1,-133.7,-132,-109,-148.8C-84.2,-165.6,-42.1,-157.3,-9.1,-144.8C23.9,-132.2,47.8,-115.5,67.8,-97.1Z");
  }
  50% {    
    d:path("M137.1,-191.3C172,-163.4,190.6,-115.7,197.2,-70.1C203.8,-24.4,198.5,19.2,178.9,51.5C159.3,83.9,125.5,105,93.3,129.6C61.1,154.1,30.6,182.1,1.1,180.6C-28.4,179.1,-56.8,148.2,-81.2,121.1C-105.6,94.1,-126.1,70.8,-141.6,41.6C-157.2,12.4,-168,-22.9,-153.9,-45C-139.8,-67,-100.7,-76,-70.9,-105.5C-41.1,-135,-20.6,-185,15.3,-206C51.1,-227.1,102.3,-219.1,137.1,-191.3Z");
  }
  75% {    
    d:path("M123.7,-157.1C162.4,-142.2,197.2,-108.8,202.8,-70.8C208.3,-32.9,184.5,9.7,169,54.2C153.6,98.7,146.4,145.2,119.7,162.7C92.9,180.2,46.4,168.6,-1.9,171.1C-50.2,173.7,-100.3,190.4,-122.2,171.3C-144.1,152.3,-137.7,97.5,-144.1,52.7C-150.6,7.9,-169.9,-26.8,-170.5,-64.8C-171,-102.8,-152.8,-144,-121.3,-161.3C-89.7,-178.5,-44.9,-171.8,-1.2,-170.1C42.5,-168.5,85,-172,123.7,-157.1Z");
  }
  100% {    
    d:path("M120,-157.6C152.7,-141.5,174.3,-102.6,194.8,-58.8C215.3,-14.9,234.6,33.8,228.4,80.8C222.2,127.8,190.4,173.1,148.1,184C105.8,195,52.9,171.5,-2.4,174.8C-57.8,178.2,-115.6,208.4,-137.5,190.9C-159.3,173.3,-145.3,108,-153,56.3C-160.7,4.6,-190.2,-33.4,-178.3,-54.2C-166.4,-75.1,-113.2,-78.8,-76.6,-93.6C-40,-108.3,-20,-134.2,11.9,-150.5C43.7,-166.8,87.4,-173.6,120,-157.6Z");
  }
}
@keyframes blob2 {
  0% {    
    d:path("M120,-157.6C152.7,-141.5,174.3,-102.6,194.8,-58.8C215.3,-14.9,234.6,33.8,228.4,80.8C222.2,127.8,190.4,173.1,148.1,184C105.8,195,52.9,171.5,-2.4,174.8C-57.8,178.2,-115.6,208.4,-137.5,190.9C-159.3,173.3,-145.3,108,-153,56.3C-160.7,4.6,-190.2,-33.4,-178.3,-54.2C-166.4,-75.1,-113.2,-78.8,-76.6,-93.6C-40,-108.3,-20,-134.2,11.9,-150.5C43.7,-166.8,87.4,-173.6,120,-157.6Z");
  }
  25% {   
    d:path("M137.1,-191.3C172,-163.4,190.6,-115.7,197.2,-70.1C203.8,-24.4,198.5,19.2,178.9,51.5C159.3,83.9,125.5,105,93.3,129.6C61.1,154.1,30.6,182.1,1.1,180.6C-28.4,179.1,-56.8,148.2,-81.2,121.1C-105.6,94.1,-126.1,70.8,-141.6,41.6C-157.2,12.4,-168,-22.9,-153.9,-45C-139.8,-67,-100.7,-76,-70.9,-105.5C-41.1,-135,-20.6,-185,15.3,-206C51.1,-227.1,102.3,-219.1,137.1,-191.3Z");
  }
  50% {    
    d:path("M123.7,-157.1C162.4,-142.2,197.2,-108.8,202.8,-70.8C208.3,-32.9,184.5,9.7,169,54.2C153.6,98.7,146.4,145.2,119.7,162.7C92.9,180.2,46.4,168.6,-1.9,171.1C-50.2,173.7,-100.3,190.4,-122.2,171.3C-144.1,152.3,-137.7,97.5,-144.1,52.7C-150.6,7.9,-169.9,-26.8,-170.5,-64.8C-171,-102.8,-152.8,-144,-121.3,-161.3C-89.7,-178.5,-44.9,-171.8,-1.2,-170.1C42.5,-168.5,85,-172,123.7,-157.1Z");
  }
  75% {    
    d:path("M67.8,-97.1C87.8,-78.8,103.8,-58.9,117.4,-34.1C130.9,-9.4,142,20.2,139.5,50.7C137,81.2,120.8,112.6,95.3,150.1C69.8,187.7,34.9,231.3,3.3,226.8C-28.2,222.2,-56.4,169.3,-91.6,134.9C-126.8,100.5,-169,84.6,-179.6,57.1C-190.2,29.7,-169.3,-9.3,-155.2,-49.7C-141,-90.1,-133.7,-132,-109,-148.8C-84.2,-165.6,-42.1,-157.3,-9.1,-144.8C23.9,-132.2,47.8,-115.5,67.8,-97.1Z");
  }
  100% {    
    d:path("M120,-157.6C152.7,-141.5,174.3,-102.6,194.8,-58.8C215.3,-14.9,234.6,33.8,228.4,80.8C222.2,127.8,190.4,173.1,148.1,184C105.8,195,52.9,171.5,-2.4,174.8C-57.8,178.2,-115.6,208.4,-137.5,190.9C-159.3,173.3,-145.3,108,-153,56.3C-160.7,4.6,-190.2,-33.4,-178.3,-54.2C-166.4,-75.1,-113.2,-78.8,-76.6,-93.6C-40,-108.3,-20,-134.2,11.9,-150.5C43.7,-166.8,87.4,-173.6,120,-157.6Z");
  }
}
@keyframes rot {
  fom{
    transform: rotate(0deg);
  }
  to{
    transform: rotate(360deg);
  }
}
@keyframes rot2 {
  fom{
    transform: rotate(90deg);
  }
  to{
    transform: rotate(0deg);
  }
}
/* liquid shape -------------------- */

/* about shape -------------------- */
.about_shape .blob {
  width: 170rem;
}
.about-wrap .in {
  background: none;
}
.about_shape .blob2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 160rem;
  z-index: -1;
}
.about-wrap::after {
  content: none;
}