/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "UTF-8";
/* Zen Old Mincho Regular */
/* Zen Old Mincho Regular */
@font-face {
  font-family: "Zen Old Mincho";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/zen-old-mincho-v12-japanese-regular.woff2") format("woff2"),
    url("../fonts/zen-old-mincho-v12-japanese-regular.woff") format("woff");
}

/* Zen Old Mincho Bold */
@font-face {
  font-family: "Zen Old Mincho";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/zen-old-mincho-v12-japanese-600.woff2") format("woff2"),
    url("../fonts/zen-old-mincho-v12-japanese-600.woff") format("woff");
}

/* Dancing Script Regular */
@font-face {
  font-family: "Dancing Script";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/dancing-script-v25-latin-regular.woff2") format("woff2"),
    url("../fonts/dancing-script-v25-latin-regular.woff") format("woff");
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Old Mincho", "Yu Mincho Light", "YuMincho", "Yu Mincho",
    "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  font-weight: 400;
  font-style: normal;

  color: #605d5d;
  letter-spacing: 1px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.body.stop {
  overflow-y: hidden;
}

.mobile-title {
  font-size: 16px;
  letter-spacing: 1.8px;
  color: #554a4a;
}
.title-big {
  font-size: 64px;
  color: #e7b1ac;
  letter-spacing: normal;
  display: block;
  margin-left: -2px;
  margin-bottom: -10px;
}
.top-content-basictext,
.sarvise-content-text {
  max-width: 375px;
  /* margin: 0 auto; */
  padding-left: 16px;
}

.sarvise-content-text {
  padding-top: 40px;
  padding-bottom: 80px;
  text-align: left;
  width: 90%;
}

.t-basic-text {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 1.1px;
}
.basic-hight {
  height: 3%;
  display: block;
}

.big-123 {
  font-size: 48px;
  font-weight: bold;
  color: rgb(242, 219, 219);
  text-align: center;
  display: block;
  padding-left: 16px;
}
.basic-text {
  font-size: 14px;
  letter-spacing: 1.32px;
  line-height: 26px;
}
.sarvise-li.basic-text {
  font-size: 14px;
  letter-spacing: 1.32px;
  line-height: 18px;
}

.mobile-h2 {
  font-size: 26px;
  letter-spacing: 2px;
  color: #fff;
  position: relative;
  text-align: center;
  padding-top: 20px;
  letter-spacing: 3px;
}

.sarvise-basic-text {
  font-size: 14px;
  letter-spacing: 1.2px;
  line-height: 22px;
  padding-left: 16px;
  color: #fff;
  padding-bottom: 16px;
  padding-right: 16px;
  text-align: center;
}

.top-title.instagram-top {
  padding: 0px 0 35px 16px;
}
.workimage{
  text-align: left;
}

.work-right-textbox{
  text-align: center;
}

.sarvise-hight {
  display: block;
  height: 10px;
}

.center {
  max-width: 340px;
  margin: 15px auto 20px;
}
.demo-center {
  display: block;
  gap: 10px;
  max-width: 350px;
  margin: 30px auto 0px;
}
.demo-center .demobotton {
  margin-top: 20px;
}

.demo-center .button-text {
  line-height: 80px;
}

.pink-under {
  font-weight: bold;
  position: relative;
}
.pink-under::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 5px;
  background-color: rgba(236, 181, 181, 0.3);
}

.demoimg {
  width: 320px;
}
.demo-page-box {
  padding-bottom: 30px;
  gap: 30px;
  transition: 0.6s;
}
.demo-text {
  padding-bottom: 100px;
  text-align: center;
}
.demotext {
  font-size: 20px;
  letter-spacing: 0.3em;
  position: relative;
  padding-bottom: 20px;
  display: inline;
  line-height: 50px;
}

.demotext::before {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 50%;
  height: 1px;
  background-color: #fff;
  transform: translateX(50%);
}

.demo-img-box {
  text-align: center;
}

.demo-page-box:hover {
  opacity: 0.5;
}

.demo-subtext {
  margin-top: 10px;
  font-size: 16px;
}

.small-text-sarvise {
  font-size: 12px;
  text-align: center;
  display: block;
}

@media screen and (min-width: 700px) {
  .demoimg {
    width: 460px;
  }
  .demo-flex {
    display: flex;
    align-items: flex-end;
    padding-bottom: 30px;
    gap: 30px;
  }

  .demo-center .demobotton {
    margin-top: 50px;
  }
}

/* ボタン */

.top-button,
.input-submit {
  width: 340px;
  height: 60px;
  background-color: #5c5a5a;
  margin: 0 auto;
  padding: 0;
  border-radius: 25px;
  position: relative;
  font-size: 16px;
  color: #fff;
  transition: 0.5s;
}

.top-button:hover {
  background-color: #605d5db9;
}

.top-button.samplepage {
  width: 280px;
}
.button-text,
.contact-view {
  display: block;
  width: 100%;
  line-height: 60px;
  height: 100%;
}

.top-button-top {
  margin-top: 60px;
}
.more-button {
  transition: 0.5s;
  line-height: 60px;
  color: rgb(31, 31, 31);
}
.more-button:hover {
  color: rgb(255, 255, 255);
}

.contact-button-more {
  margin-top: 50px;
  margin-bottom: 70px;
  background-color: rgb(255, 255, 255);
  border: 1px solid  rgb(210, 164, 164);
}
.top-button.contact-button-more:hover {
  background-color: rgb(210, 164, 164);
}
.service-button-more {
  margin-top: 50px;
  margin-bottom: 70px;
  background-color: rgb(255, 255, 255);
  border: 1px solid  rgb(210, 164, 164);
  width: 90%;
}

.top-button::before {
  content: "";
  position: absolute;
  top: 55%;
  right: 40px;
  width: 10px;
  height: 1px;
  background-color: rgb(210, 164, 164);
  transition: 1s;
}
.top-button::after {
  content: "";
  position: absolute;
  top: 52%;
  right: 40px;
  width: 6px;
  height: 1px;
  background-color: rgb(210, 164, 164);
  transform: rotate(37deg);
  transition: 1s;
}

.top-button:hover::after {
  background-color: rgb(255, 255, 255);
}

.top-button:hover::before {
  background-color: rgb(255, 255, 255);
}

.top-button-under::after {
  content: "";
  position: absolute;
  top: 51%;
  right: 5px;
  width: 6px;
  height: 1px;
  background-color: #656465;
  transform: rotate(37deg);
  transition: 1s;
}
.top-button-under::before {
  content: "";
  position: absolute;
  top: 55%;
  right: 5px;
  width: 10px;
  height: 1px;
  background-color: #656465;
  transition: 1s;
}

.top-button-under:hover::before {
  right: -15px;
}
.top-button-under:hover::after {
  right: -15px;
}
.top-button:hover::after {
  right: 30px;
}
.top-button:hover::before {
  right: 30px;
}

/* header */

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 16px;
  position: fixed;
  top: 12px;
  right: 0;
  left: 0;
  z-index: 1000;
  width: 100vw;
}

.header-logo {
  width: 120px;
}
.header-logo-wrapper {
  -o-object-fit: cover;
  object-fit: cover;

  /* 仮 */
  height: 80px;
}
.img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* bargermenu */
.header-bager {
  position: relative;
  height: 18px;
  width: 30px;
  z-index: 10;
}
.header-bager span {
  height: 1px;
  background-color: #252525;
  position: absolute;
  left: 0;
  transition: background-color 0.3s ease;
}
.header-bager span:nth-child(1) {
  width: 30px;
  top: 0%;
}
.header-bager span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.header-bager span:nth-child(3) {
  height: 1px;
  top: 100%;
  transform: translateY(-100%);
  width: 15px;
}

.header-bager.active span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
  background-color: #fff;
  width: 30px;
}

.header-bager.active span:nth-child(2) {
  opacity: 0;
}

.header-bager.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
  background-color: #fff;
  width: 30px;
}

.header-menu {
  display: none;
}
.menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 200px;
  height: 100%;
  background-color: #2525259c;
  transition: 1s;
}
.menu.show {
  right: 0;
  transition: 1s;
}

.menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 150px;
  text-align: center;
}

.menu ul li {
  margin: 20px 0;
}

.menu ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  position: relative;
  line-height: 40px;
}

.menu ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #fff;
}

.menu ul li a:hover::after {
  width: 100%;
}

.footer-menu{
  width: 50%;

}

.footer-menu-bager-ul{
  margin-top: 20px;

}
.footer-menu-bager-ul li{
  padding: 20px 16px;
}
.footer-wrapper{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

/* @-webkit-keyframes fadeInAnime {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
} */

/* MV */

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0 0.6em; /* 記号の左右の余白 */
  color: #777; /* 記号の色 */
}

.mv-section {
  height: 100vh;
  width: 100%;
  position: relative;
  background: url(../img/policy-bg.png) no-repeat 60% -30px / contain;
}

.mv-text {
  position: absolute;
  bottom: 80px;
  left: 16px;
}
.mv-text-box {
  font-size: 40px;
  color: #605d5d;
  letter-spacing: 5px;
  line-height: 80px;
  display: block;
}
.small-text {
  font-size: 15px;
  letter-spacing: 3px;
  line-height: 24px;
}
.mv-text-box {
  position: relative;
}

.mv-text-box::after {
  content: "";
  width: 32px;
  height: 4px;
  background-color: #edd2d0;
  position: absolute;
  top: 80px;
  left: 10px;
  transform: rotate(45deg);
}
.mv-text-box::before {
  content: "";
  width: 32px;
  height: 4px;
  background-color: #edd2d0;
  position: absolute;
  top: 80px;
  left: 10px;
  transform: rotate(-45deg);
}
.mv-flower-img {
  display: none;
}

.top-title {
  padding: 50px 0 35px 16px;
  position: relative;
}

.contents-title {
  padding: 0px 0 60px 16px;
  position: relative;
}
.nav {
  padding: 120px 0 0px 16px;
}

.t-instagram {
  max-width: 1080px;
  margin: 50px auto 150px;
}

.instafeed-wrapper {
  max-width: 1080px;
  margin: 50px auto 150px;
}

#sb_instagram .sb_instagram_header .sbi_header_img,
.sb_instagram_header .sbi_header_img {
  background: url(../img/Relier.png) center/cover;
}
.sbi_header_hashtag_icon {
  display: none !important;
}
#sb_instagram
  .sb_instagram_header.sbi_medium
  .sbi_header_hashtag_icon
  .sbi_new_logo,
.sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo {
  display: none !important;
}

/* サービス */
.top-gr-bg {
  background-color: #252525;
  /* position: relative; */
  z-index: 1;
  display: flex;
  gap: 6px;
  align-items: center;
  padding-bottom: 40px;
  padding-top: 20px;
}
.sarvise-plice-port {
  display: flex;
  max-width: 370px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  gap: 15px;
}


  .work-title-wrapper {
    
  z-index: 1;
  display: flex;
  gap: 6px;
  align-items: center;
  padding-bottom: 40px;
  padding-top: 20px;

  }

  .title-h2 {
  font-size: 22px;
  color: #5e5d5d;
  letter-spacing: 1px;
}
.about-title-wrapper{
  display: flex;
  gap: 6px;
  align-items: center

}



/* .top-gr-bg::after {
  content: "";
  background-color: #554a4a;
  position: absolute;
  top: 150%;
  left: 50%;
  transform: translateX(-50%);
  width: 305px;
  height: 1px;
} */

.top-h3 {
  font-size: 22px;
  color: #fff;
  letter-spacing: 1px;
}
.h3-sub {
  font-size: 16px;
  color: #fff;
}

.top-sarvise-img {
  width: 260px;
  z-index: 200;
  /* position: relative; */
}
.button-hight {
  margin-top: 50px;
}
.t-basic-img-wrapper {
  margin-top: 30px;
  margin-bottom: 50px;
  padding: 0 16px;
}

.img-b {
  width: 50%;
  position: relative;
  padding-left: 8px;
}

.img-b::after {
  position: absolute;
  top: 0%;
  right: -100%;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: url(../img/mobile-img.png) no-repeat center/contain;
}
.img-b.img-sns::after {
  position: absolute;
  top: 0%;
  right: -100%;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../img/insta.png) no-repeat center/cover;
}

/* CONTACT */

.t-contact {
  background-color: #5e5d5d;
  color: #fff;
}

.contact-big {
  color: rgb(236, 181, 181);
}
.contact-wrapper,
.content-form {
  margin: 18px auto 0px;
  max-width: 375px;
  padding-left: 16px;
}
.contact-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 3;
  position: relative;
  display: inline;
  z-index: 30;
}
.contact-title::before {
  width: 100%;
  height: 5px;
  z-index: 0;
  background-color: rgba(236, 181, 181, 0.3);
  content: "";
  bottom: 0px;
  z-index: 20px;
  right: 0;
  position: absolute;
}
.contact-text {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 18px;
}

.contact-button {
  width: 220px;
  height: 80px;
  border: 1px solid #fff;
  margin: 0 auto;
  padding: 0;
  border-radius: 12px;
  position: relative;
  font-size: 12px;
  transition: 0.5s;
  color: #fff;
  background-color: #757575;
}
.contact-button a {
  font-size: 18px;
  letter-spacing: 1px;
  width: 100%;
  display: block;
  height: 100%;
  line-height: 80px;
}

.contact-button:hover {
  color: #ffffff77;
  border-color: #ffffff77;
}
.contact-view {
  color: #ffffff;
}
.contact-button-top {
  margin-top: 50px;
  margin-bottom: 70px;
  background-color: rgba(236, 181, 181, 0.5);
}
.top-button.contact-button-top:hover {
  background-color: rgb(210, 164, 164);
}
.contacat-title-color {
  color: #d6d6d6;
}
.contact-border {
  position: relative;
}
.contact-border::after {
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 305px;
  height: 1px;
}

.contact-button.contact-page-button {
  color: #605d5d;
  font-size: 18px;
  transition: 1s;
}
.contact-button.contact-page-button:hover {
  background-color: #979494a3;
}

footer {
  text-align: center;
  margin: 40px auto 0px;
}
small {
  display: block;
  margin-top: 40px;
  font-size: 12px;
  padding-bottom: 12px;
}
.footer-top {
  width: 150px;
  margin: 0 auto;
}

/* サービス */

.sarvise-wrapper {
  background-color: #656464;
  color: #ffffff;
}

.sarvise-ul {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100vw;
  /* margin-top: 80px; */
  margin-bottom: 80px;
  overflow: hidden;
}
.sarvise-li-img {
  width: 50%;
  height: 150px;
  position: relative;
  transition: 1s;
  overflow: hidden;
  z-index: 100;
  text-align: center;
}
.sarvise-li-img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff00;
  transition: 1s;
  opacity: 0;
  z-index: -1;
}
.sarvise-li-img:hover.sarvise-li-img::after {
  opacity: 1;
}

.sarvise-li-img::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -50;
  transition: 1s;
}

.sarvise-ul .sarvise-li-img:nth-child(1)::before {
  background: url(../img/sarvise2.png) center / cover;
}
.sarvise-ul .sarvise-li-img:nth-child(2)::before {
  background: url(../img/sarvise4.png) center / cover;
}
.sarvise-ul .sarvise-li-img:nth-child(3)::before {
  background: url(../img/sarvise1.png) center / cover;
}
.sarvise-ul .sarvise-li-img:nth-child(4)::before {
  background: url(../img/sarvise3.png) center / cover;
}

.sarvise-li-img:hover::before {
  transform: scale(1.1); /* ここで背景画像だけを拡大します */
}
.sarvise-li-img:hover .li-text-center {
  opacity: 1;
}
.li-text-center {
  display: block;
  line-height: 40px;
  color: #ffffff;
  transition: 0.5s;
  width: 100%;
  opacity: 1;
  padding: 20px 10px;
}
.sarvise-small-li {
  font-size: 12px;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 70px;
}

.li-text-center:hover {
  opacity: 1;
}

.sarvise-title-wrapper {
  padding-top: 20px;
  /* margin-top: 20px; */
}
.sarvise-kastam {
  background: url(../img/sarvise2.png) center / cover;
}
.sarvise-ful {
  background: url(../img/sarvise4.png) center 70% / cover;
}
.sarvise-port {
  background: url(../img/sarvise1.png) center 40% / cover;
}

.sarvise-plice {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 40px;
}

.sarvise-plice-box {
  font-size: 14px;
  letter-spacing: -0.2px;
  width: 70px;
  height: 26px;
  /* border: solid 1px #554a4a; */
  line-height: 26px;
  text-align: center;
}

.sarvise-plice-box-two {
  font-size: 12px;
  letter-spacing: -0.2px;
  width: 60px;
  height: 26px;
  border: solid 0.2px #554a4a;
  line-height: 26px;
}

.sarvise-plice-text {
  font-size: 36px;
  font-weight: bold;
}
.sarvise-plice-text-two {
  font-size: 24px;
  font-weight: bold;
}
.plice-en {
  font-size: 16px;
  font-weight: normal;
}

.sarvise-text-wrapper {
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 20px;
  padding-bottom: 30px;
}

.sarvise-small,
.sarvise-small-monita {
  font-size: 14px;
  margin-left: -1em;
}
.sarvise-small {
  display: block;
}

.sarvise-h4 {
  font-size: 18px;
  letter-spacing: 1.8px;
  position: relative;
      font-weight: bold;
}

.sarvise-h4-wrapper {
  max-width: 375px;
  margin: 30px auto 0;
  padding-left: 35px;
  position: relative;
}

.sarvise-h4::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  width: 20px;
  height: 0.5px;
  background-color: #f5e7e6;
}
.sarvise-h4-wrapper::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 16px;
  width: 0.5px;
  height: 100%;
  background-color: #f5e7e6;
}
.sarvise-shot::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 16px;
  width: 1px;
  height: 100%;
  background-color: #f5e7e6;
}
.asrvise-ul {
  position: relative;
}

.asrvise-ul .sarvise-li:nth-child(1),
.time-page {
  margin-top: 10px;
}

.sarvise-li-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
}

.sarvise-content {
  padding-bottom: 40px;
  background-color: #656464;
  color: #f5e7e6;
}
.service-content-text{
  padding-top: 40px;
  padding-bottom: 0px;
    text-align: left;
    width: 90%;
    padding-left: 16px;

}
.slaid-wrapper {
  width: 100vw;
  height: 270px;
  background-color: #252525;
  margin-top: 50px;
  margin-bottom: 50px;
}
.sarvise-small-monita {
  color: #fff;
  padding: 50px 0px 16px 30px;
}

.manegiment-plan-wrapper {
  color: #554a4a;
}

/* .sarvise-manegment {
  margin-top: 100px;
} */

.m-h4 {
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 24px;
  padding-bottom: 20px;
  font-weight: bold;
}
.basic-plan {
  /* text-align: center; */
  background-color: rgba(241, 235, 235, 1);
  width: 340px;
  margin: 40px auto;
  padding: 20px 10px;
  border: 2px solid #fff;
  border-radius: 10px;
}
.sns-plan {
  margin-top: 30px;
}
.manegiment-img {
  width: 120px;
  height: 120px;
  padding: 20px;
  margin: 0 auto;
}

.sarvise-basic-text.manegiment-text {
  color: #554a4a;
  font-size: 15px;
  /* margin-top: 5px; */
}
.sarvise-sns {
  background-color: #656465;
  padding-bottom: 30px;
}

.maneg-ul {
  position: relative;
  text-align: left;
  max-width: 270px;
  margin: 15px auto 0;
  list-style: circle;
}

.maneg-plice {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  gap: 20px;
  padding-top: 12px;
}
.m-sarvise-plice {
  font-size: 24px;
}
.snsplan-ul {
  position: relative;
  text-align: left;
  max-width: 270px;
  margin: 16px auto 0;
  list-style-type:circle;
}
.snsplan-ul li::marker {
  font-size: 0.8em;
}
.maneg-li {
  font-size: 14px;
  line-height: 23px;
}

/* ABOUTページ */

.about-top {
  font-size: 30px;
  letter-spacing: 6px;
  line-height: 150%;
  padding-left: 16px;
}
.space {
  display: block;
  padding-left: 1em;
}
.about-space {
  padding-left: 16px;
  max-width: 375px;
  margin-top: 40px;
  padding-right: 16px;
  padding-bottom: 80px;
}

.policy,
.name-about {
  padding-left: 16px;
  margin-top: 0px;
  max-width: 360px;
}
.name-about {
  padding-top: 30px;
}
.aboutme-footer {
  background-color: #fff;
  padding-top: 80px;
}
.about-policy {
  background-color: #fff;
}

.about-h3 {
  font-size: 30px;
  position: relative;
  margin-bottom: 20px;
}
.about-h3::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background-color: #252525;
  top: 10px;
  left: -30px;
  transform: rotate(-45deg);
}
.about-section {
  background-color: #fff;
}
.about-ul {
  padding-bottom: 100px;
}

.about-li {
  margin-top: 30px;
}


/* .name-wrapper-bg {
  display: block;
  background: url(../img/classic-dance-2079980_1280.jpg) no-repeat center /
    cover;
  opacity: 20%;
  width: 100vw;
  height: 330px;
  position: fixed;
  bottom: 0px;
  right: 0;
  z-index: -100;
} */

.value {
  font-size: 22px;
  letter-spacing: 0.16px;
  line-height: 45px;
}
.value-text {
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 30px;
}

.designer-img {
  /* width: 350px; */
  margin-top: 30px;
  margin-bottom: 20px;
}
.name {
  padding-bottom: 1em;
  font-weight: bold;
}

.haruya,
.risa {
  margin-top: 40px;
  position: relative;
  font-size: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

.ul-skill {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 24px;
}
.li-skill {
  font-weight: normal;
  font-size: 15px;
  padding: 3px 0;
}
.li-skill:nth-child(1) {
  margin-top: 20px;
}
.haruya::after {
  content: "";
  position: absolute;
  top: -20px;
  width: 50%;
  left: 0;
  height: 1px;
  background-color: #252525;
}

.risa-text{
  font-size: 14px;
  line-height: 20px;
  padding-top: 16px;
}

/* コンタクトフォーム */

.contact-text-form {
  padding: 0px 16px 40px;
}
.contact-table {
  max-width: 375px;
  margin: 80px auto 0;
}

.contact-line {
  background-color: #5e5d5d;
  padding-top: 20px;
  padding-bottom: 40px;
  color: #fff;
}
.line-box-img {
  width: 60px;
  height: 60px;
  margin: 12px;
}
.line-box-wrapper{
    display: flex;
    gap: 10px;
    margin-top: 24px;
    position: relative;
}

.line-box-wrapper::before {
  content: "";
    position: absolute;
    top: 55%;
    right: 70px;
    width: 10px;
    height: 1px;
    background-color: rgb(255, 255, 255);
    transition: 1s;
    z-index: 5;
}
.line-box-wrapper::after{
    content: "";
    position: absolute;
    top: 52%;
    right: 70px;
    width: 6px;
    height: 1px;
    background-color: rgb(255, 255, 255);
    transform: rotate(37deg);
    transition: 1s;
}

.more-log{
position: relative;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.889);
    border-radius: 50%;
    z-index: 100;
    display: block;
  margin: 18px 18px 0 auto;
}

.more-log::before {
  content: "";
    position: absolute;
    top: 55%;
    right: 20px;
    width: 10px;
    height: 1px;
    background-color: #484747;
    transition: 1s;
    z-index: 5;
}

.more-log::after{
    content: "";
    position: absolute;
    top: 52%;
    right: 20px;
    width: 6px;
    height: 1px;
    background-color: #484747;
    transform: rotate(37deg);
    transition: 1s;
}

.table-h,
.texterea-th {
  margin-bottom: 10px;
  margin-left: 16px;
  font-weight: bold;
}

.table-h,
.table-data,
.texterea-td,
.texterea-th {
  display: block;
}
.table-data {
  width: 340px;
  height: 50px;
  background-color: #d6d6d6;
  margin-bottom: 20px;
  border-radius: 10px;
  /* margin-top: 20px; */
  margin-left: 10px;
}
.table-data p {
  height: 100%;
}
.texterea-td p {
  height: 100%;
}

.check {
  appearance: menulist-button;
  margin-right: 10px;
}
.check-data {
  width: 340px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 10px;
  /* margin-left: 10px; */
  display: block;
  line-height: 25px;
  padding-left: 16px;
}

input[type="checkbox"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #5c5a5a;
  vertical-align: -5px;
  appearance: none;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #616060;
  border-bottom: 2px solid #484747;
  content: "";
}

.input {
  width: 100%;
  height: 100%;
  padding-left: 16px;
  border-radius: 3px;
  display: block;
}
.input-texterea {
  padding-top: 16px;
}
.table-row {
  max-width: 375px;
  margin: 20px auto;
  display: block;
}
.table-check {
  margin: 20px 0;
}
.texterea-td {
  width: 340px;
  height: 150px;
  background-color: #d6d6d6;
  margin-bottom: 20px;
  border-radius: 10px;
  margin-left: 10px;
}

.contact-page-button {
  border-color: #605d5d;
}
.line-qr-wrapper {
  display: none;
}
.a-max {
  width: 100%;
  height: 100%;
  display: block;
}



@media screen and (min-width: 700px) {
  .mv-section {
    background: url(../img/policy-bg.png) no-repeat 66% / contain;
  }
  .mv {
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
    height: 100%;
  }
  .header-logo {
    width: 160px;
  }
  .big-123 {
    font-size: 90px;
  }
  .mv-text {
    position: absolute;
    bottom: 80px;
    left: 0px;
    z-index: 100;
    width: 100%;
  }
  .mv-flower-img {
    position: absolute;
    bottom: 0;
    display: block;
  }
.li-text-center {
  padding-top: 30px;
  font-weight: bolder;
}
  .mv-section .mv-flower-img:nth-child(1) {
    left: 10%;
    width: 180px;
  }
  .mv-section .mv-flower-img:nth-child(2) {
    left: 18%;
    width: 130px;
  }
  .mv-section .mv-flower-img:nth-child(3) {
    left: 28%;
    width: 180px;
  }
  .mv-section .mv-flower-img:nth-child(4) {
    left: 40%;
    width: 130px;
  }
  .mv-section .mv-flower-img:nth-child(5) {
    bottom: 0px;
    left: 70%;
    width: 140px;
  }
  .mv-section .mv-flower-img:nth-child(6) {
    bottom: 0px;
    left: 80%;
    width: 180px;
  }
  .mv-section .mv-flower-img:nth-child(7) {
    bottom: 0px;
    left: 90%;
    width: 140px;
  }
  .mv-section .mv-flower-img:nth-child(8) {
    bottom: 0px;
    left: 0;
    width: 160px;
  }
  .line-box-wrapper::after {
    display: none;

  }

    .line-box-wrapper::before{
    display: none;

  }

  .fadeIn-a,
  .fadeIn-b,
  .fadeIn-c,
  .fadeIn-d,
  .fadeIn-e,
  .fadeIn-f,
  .fadeIn-g {
    animation-name: fadeInAnime;
    animation-fill-mode: forwards;
    animation-duration: 0.5s;
    animation-timing-function: ease-out;
    animation-delay: 1s;
    animation-direction: normal;
    opacity: 0;
  }
  .fadeIn-b {
    animation-delay: 1.2s;
  }
  .fadeIn-c {
    animation-delay: 1.4s;
  }
  .fadeIn-d {
    animation-delay: 1.6s;
  }
  .fadeIn-e {
    animation-delay: 1.8s;
  }
  .fadeIn-f {
    animation-delay: 2s;
  }
  .fadeIn-g {
    animation-delay: 2.2s;
  }

  @keyframes fadeInAnime {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  .flower {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .mv-text-box {
    font-size: 50px;
    color: #605d5d;
    letter-spacing: 5px;
    line-height: 100px;
  }
  .mv-text-box::after {
    top: 100px;
    left: 10px;
  }
  .mv-text-box::before {
    top: 100px;
    left: 10px;
  }
  .mobile-no {
    display: none;
  }
  .t-basic-text {
    line-height: 3em;
    font-size: 18px;
    max-width: 1080px;
    margin: 0 auto;
  }
  .top-title {
    padding: 60px 0 35px 0px;
    position: relative;
  }

  .title-big {
    font-size: 90px;
    margin-left: -2px;
  }
  .mobile-title {
    font-size: 20px;
    letter-spacing: 2.1px;
    max-width: 1080px;
    margin: 0 auto;
  }
  .top-flex {
    display: flex;
    width: 100vw;
  }

  .top-gr-bg {
    width: 22%;
    height: 100vh;
    z-index: 50;
    position: relative;
    padding-top: 10%;
  }
  .top-gr-bg.sarvise-gr-bg {
    position: sticky;
    top: 0;
    /* padding-top: 12%; */
  }

  .top-h3 {
    font-size: 20px;
    letter-spacing: 1.5px;
    padding-top: 38px;
  }
  .h3-sub {
    font-size: 16px;
    padding-top: 6px;
  }
  .top-sarvise-img {
    width: 100%;
    height: 100vh;
    margin: 0px;
    flex-grow: 1;
    overflow-y: auto;
  }
  .toppc-flex {
    width: 50%;
    height: 100vh;
    padding-top: 30px;
    margin: 0 0 0 50px;
  }

  .top-content-basictext.toppc-flex.m-top {
    padding-top: 5%;
  }

  .img-b {
    width: 400px;
    position: relative;
  }

  .t-basic-img-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
  }
  .img-b::after {
    position: absolute;
    top: 110%;
    left: 0%;
    width: 400px;
    height: 100%;
    content: "";
    background: url(../img/mobile-img.png) center/cover;
  }
  .img-b.img-sns::after {
    position: absolute;
    top: 110%;
    left: 0%;
    width: 400px;
    height: 100%;
    content: "";
    background: url(../img/insta.png) center/cover;
  }

  .header-bager,
  .pc-none {
    display: none;
  }

  .header-box {
    /* max-width: 1080px; */
    margin: 0 auto;
    position: relative;
    height: 100%;
  }
  .header {
    padding: 10px 32px;
    /* position: fixed; */
    position: absolute;
    top: 16px;
    right: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
  }

  .top-button-under {
    font-size: 18px;
  }
  .top-button-under::after {
    right: 0px;
  }
  .top-button-under::before {
    right: 0px;
  }
  .top-button-top {
    margin-left: 130px;
  }
  .top-button,
.input-submit {
  height: 80px;
}
.button-text,
.contact-view {
  display: block;
  width: 100%;
  line-height: 80px;
  height: 100%;
}

.top-button-top {
  margin-top: 80px;
}
.more-button {
  line-height: 80px;
}

  .header-menu
  {display: flex;
    gap: 40px;
    justify-content: center;
    align-items: flex-start;
  }
  .area {
    overflow: hidden;
  }
  .wrap {
    display: flex;
  }
.button_box_new{
  width: 100%;
  text-align: center;
}
  .top-content-basictext {
    max-width: 1200px;
    /* margin: 0 auto; */
    padding-top: 50px;
    max-width: 1080px;
    margin: 0 auto;
  }
  .line-box-img {
    display: none;
  }
  .line-qr-wrapper {
    display: block;
    width: 120px;
    height: 120px;
  }
  .contact-wrapper {
    display: flex;
    margin: 50px auto 0px;
    max-width: 700px;
    justify-content: space-between;
    padding-left: 16px;
    align-items: flex-start;
  }
  .contact-text-wrapper {
    color: #fff;
  }
  .contact-mobile {
    width: 240px;
    height: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .contact-mobile a {
    line-height: 50px;
  }

  .contact-text-wrapper {
    padding-bottom: 30px;

    font-size: 16px;
  }
  .contact-text {
    padding-top: 30px;
  }
  .contact-title {
    font-size: 30px;
    line-height: 1em;
  }
  .contact-title::before {
    height: 10px;
  }

.risa-wrapper{
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
  .table-h,
  .table-data,
  .texterea-td,
  .texterea-th,
  .check-data {
    display: inline-block;

    margin-bottom: 30px;
  }
  .contact-table {
    max-width: 700px;
    margin-bottom: 50px;
  }
  .table-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 700px;
  }
  .table-check {
    align-items: start;
  }

  .texterea-tr {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    margin-top: 20px;
  }

  .table-data {
    width: 400px;
    height: 60px;
  }
  .check-data {
    width: 400px;
    height: 100px;
  }
  .texterea-td {
    width: 400px;
    height: 200px;
  }
  .contact-center {
    max-width: 700px;
    margin: 20px auto;
  }

  .contact-pc {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

.top-gr-bg {
  align-items:flex-start;
}

  .content-form {
    max-width: 700px;
  }

  .content-form {
    margin: 100px auto 0px;
  }
.footer-wrapper{
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
.footer-menu {
    width: 50%;
}
.center{
  margin: 0;
  transition: 1s;
}
.center:hover{
  opacity: 1s;
}
.footer-menu-bager-ul{
  display: flex;
  gap: 20px;
  font-size: 20px;
}
.footer-menu-bager-ul li{
  transition: 1s;
}
.footer-menu-bager-ul li:hover{
  
  opacity: 0.5;

}



}
.header-menu-li {
  position: relative;
  transition: 1s;
}
.header-menu-li::before {
  content: "";
  background-color: #ffffff;
  height: 0.5px;
  width: 120%;
  position: absolute;
  bottom: -2px;
  left: -4px;
  z-index: 10;
  transition: 0.3s;
}

.header-menu-li::after {
  content: "";
  background-color: pink;
  height: 0.5px;
  width: 120%;
  position: absolute;
  bottom: -2px;
  left: -4px;
}

.header-menu-li:hover::before {
  transform: translateX(100%);
}

.button-text {
  font-size: 18px;
  letter-spacing: 1.2px;
  font-weight: normal;
}


.privacy{
  padding-top: 12px;
  font-size: 12px;
  border-bottom: 1px solid #5e5d5d;
}


.privacy-wrapper{
  max-width: 350px;
  margin: 0 auto;

}

.privacy-wrapper h2{
  padding: 18px 0;
  font-weight: bold;
}
.privacy-wrapper p{
  font-size: 15px;
  padding-bottom: 24px;
}



/* サービスレスポンシブ */

@media screen and (min-width: 700px) {

  .privacy-wrapper{
  max-width: 1080px;
  margin: 0 auto;

}

  .t-sns-section {
    padding-top: 100px;
  }

  .top-gr-bg::after {
    width: 0px;
    height: 0px;
  }

  .sarvise-li-img {
    width: 25%;
    height: 300px;
  }
  .sarvise-basic-text {
    font-size: 16px;
    padding-bottom: 20px;
    text-align: center;
    padding-top: 30px;
  }

  .sarvise-li-button {
    width: 100%;
  }

  .li-text-center {
    display: block;
    text-align: center;
    /* line-height: 90px; */
    color: #ffffffbe;
    font-size: 24px;
  }
  .sarvise-small-li {
    font-size: 12px;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 140px;
  }
  .contents-title {
    max-width: 1080px;
    margin: 0 auto;
  }
  .nav {
    padding: 40px 0 0px 32px;
  }

  .sarvise-pc-flex {
    align-items: flex-end;
    margin: -1px auto 100px;
  }
  .sarvise-kastam,
  .sarvise-ful,
  .sarvise-port {
    width: 70%;
    margin: 100px auto 0;
  }
  .sarvise-plice-wrapper {
    color: #fff;
  }
  .sarvise-plice {
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .maneg-li {
    font-size: 16px;
    line-height: 28px;
  }

  .sarvise-content-text {
    max-width: 1080px;
    margin: 0 auto;
    padding-left: 20px;
    padding-top: 100px;
  }
  .demobotton {
    background-color: #edd2d0;
    color: #252525;
    -o-transition: 1s;
    transition: 1s;
    width: 300px;
    height: 50px;
    display: block;
  }
  .demobotton::after {
    background-color: #252525;
  }
  .demobotton::before {
    background-color: #252525;
  }
  .demobotton:hover {
    background-color: #edd2d0ca;
  }

  .mobile-h2 {
    font-size: 52px;
    letter-spacing: 2px;
    text-align: center;
    padding: 24px 32px 0px;
  }

  .sarvise-h4-wrapper {
padding-top: 20px;

  }
  .sarvise-h4 {
    font-size: 24px;
    letter-spacing: 2px;
  }
  .pc-flex {
    width: 80%;
  }

  .sarvise-h4-wrapper {
  max-width: 375px;
  margin: 30px 16px 0;
  padding-left: 35px;
}
  .sarvise-plice-text {
    font-size: 50px;
  }
  .sarvise-plice-text-two {
    font-size: 30px;
  }
  .sarvise-plice {
    gap: 30px;
    margin-top: 20px;
  }
  .m-sarvise-plice {
    font-size: 32px;
  }
  .sarvise-content-wrapper {
    width: 75%;
  }
  .sarvise-sns {
    padding-bottom: 0px;
  }

  .sarvise-plice-box {
    font-size: 16px;
    width: 70px;
    height: 26px;
  }

  .sarvise-plice-box-two {
    font-size: 16px;
  }
  .sarvise-text-wrapper {
    gap: 30px;
  }
  .fifth-wrapper {
    width: 30%;
  }
  .sarvise-plice-port {
    padding-bottom: 20px;
  }
  .manegiment-plan-wrapper {
    display: flex;
    justify-content: center;
    max-width: 1080px;
    justify-content: space-around;
    margin: 50px auto;
  }
  .basic-plan {
    width: 400px;
    margin: 30px auto;
    padding-bottom: 30px;
    color: #554a4a;
  }
  .snsplan-ul,.maneg-ul {
    margin: 32px 24px 0;
}
.maneg-ul,.snsplan-ul{
  max-width: 400px;

}

  .contact-google {
    max-width: 350px;
    margin: 0px auto;
    padding-top: 30px;
  }

  .demo-center {
    /* display: flex;
    gap: 10px; */
    margin-top: 50px;
    max-width: 1000px;
    width: 80%;
  }
  .demobotton {
    background-color: #edd2d0;
    color: #252525;
    width: 300px;
    height: 50px;
  }
  .demo-center .demobotton .button-text {
    line-height: 50px;
  }
}

/* Aboutページ */
@media screen and (min-width: 700px) {
  .about-top {
    font-size: 42px;
    line-height: 60px;
    padding-left: 0px;
  }
  .pc-center {
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
  }
  .space {
    display: block;
    padding-left: 1em;
  }

  .about-space {
    padding-left: 16px;
    max-width: 700px;
    margin: 80px auto 0px;
    padding-bottom: 80px;
  }

  .policy {
    padding-left: 0px;
    padding-bottom: 120px;
  }
  .policy {
    background: url(../img/policy2.png) no-repeat right / contain;
  }
  .about-policy,
  .nameabout {
    max-width: 1080px;
    margin: 0 auto;
  }
  .about-h3 {
    font-size: 42px;
    margin-bottom: 40px;
  }
  .about-h3::after {
    width: 60px;
  }
  .about-ul {
    width: 360px;
  }

  .value {
    font-size: 24px;
    letter-spacing: 0.16px;
    line-height: 45px;
  }
  .policy,
  .about-h3 {
    max-width: 800px;
    margin: 0 auto 0px;
  }

  .about-li {
    margin-top: 50px;
  }
  .name-wrapper {
    max-width: 1080px;
    margin: 0 auto;
    padding-bottom: 40px;
    }
  
  .name-wrapper-bg {
    height: 500px;
  }
  .risa,
  .haruya {
    width: 100%;
    padding: 16px;
    margin-top: 40px;
  }

  .designer-img {
    width: 500px;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .check-data {
    height: auto;
    margin-bottom: 20px;
    border-radius: 10px;
    display: block;
    line-height: 25px;
  }



  .name-about {
    max-width: 800px;
    margin: 0 auto;
  }
  .name-bg-w {
    padding-top: 120px;
  }

  .footer-top {
    width: 240px;
    margin: 50px auto 0px;
  }

  .contact-google {
    max-width: 640px;
    margin: 0 auto;
  }
}

/* WORKpage */

.h1-none {
  display: none;
  color: #fff;
}

.work-ul,.work-ul-top{
  max-width: 375px;
  margin: 0 auto;
  padding-left: 16px;
}
.work-ul-top{
  gap: 60px;

}
.work-li-top {
  width: 350px;
  display: block;
  margin: 20px 0;
  padding: 30px;
   border: 0.5px solid #554a4a;
  border-radius: 10px;
  transition: 1s;
}
.work-li {
  width: 350px;
  display: block;
  margin: 20px 0;
  padding: 30px;
   border: 0.5px solid #554a4a;
  border-radius: 10px;
  transition: 1s;

}
.work-li:hover {
  opacity: 0.8;
  border: 1px solid #554a4a;
  border-radius: 20px;
}

.work-li-top:hover {
  opacity: 0.8;
  border: 1px solid #554a4a;
  border-radius: 20px;
}

.work-sample {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.img-wrapper {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.k-sample-img {
  width: 200px;
}
.km-sample-img {
  width: 70px;
  height: 100px;
  padding-bottom: 20px;
  object-fit: cover;
}

.work-tite {
  font-size: 18px;
  font-weight: bold;
}

.work-li:hover .work-more {
  font-size: 22px;
}
.work-li {
  opacity: 0.6;
  transition: 0.5s;
}

.work-more {
  margin-top: 5px;
  font-size: 20px;
  transition: 0.5s;
  position: relative;
  transition: 1s;
  display: inline-block;
}
.work-more::before {
  content: "";
  background-color: #ffffff;
  height: 0.5px;
  width: 120%;
  position: absolute;
  bottom: -2px;
  left: -4px;
  z-index: 10;
  transition: 0.3s;
}

.work-more::after {
  content: "";
  background-color: rgb(214, 156, 166);
  height: 0.5px;
  width: 120%;
  position: absolute;
  bottom: -2px;
  left: -4px;
}

.work-li:hover .work-more::before {
  transform: translateX(100%);
}

.dblk {
  display: block;
}

.notion{
  border-top: 0.5px solid #484747;
  border-bottom:0.5px solid #484747;
  width: 90%;
  text-align: center;
  margin-bottom: 40px;
}
.notion:hover{
  opacity: 0.5;
}
.notion-text{
  padding: 10px 0px;

}

.bubble {

      font-size: 15px;
    letter-spacing: 1px;
  display: inline-block;
  max-width: 320px;
  padding: 16px 20px;
  background: #fff;
  border-radius: 16px;
  position: relative;
  line-height: 1.6;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.bubble::before {
  content: "";
  position: absolute;
  top: -5px; 
  width: 16px;
  height: 16px;
  background: #fff;
  transform: rotate(45deg);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.10); 
  border-radius: 4px;
  box-shadow:
    -3px -3px 10px rgba(0, 0, 0, 0.06), 
    3px 3px 12px rgba(0, 0, 0, 0.10); 
    z-index: -10;
}


@media screen and (min-width: 700px) {
  .work-ul,.work-ul-top {
    max-width: 1080px;
    margin: 30px auto;
  }

  

  
  .k-sample-img {
    width: 400px;
  }
  .km-sample-img {
    width: 135px;
    height: 200px;
  }
  .work-tite {
    font-size: 20px;
    font-weight: bold;
  }

  .work-li {
    width: auto;
    display: flex;
    align-items: center;
    gap: 10%;
    margin: 100px auto;
  }
  .img-wrapper {
  width: 80%;
}
  .work-li-top {
    width: auto;
    align-items: center;
    gap: 10%;
    margin: 60px auto;
  border: 1px solid #554a4a;
  border-radius: 20px;
  }

  .work-more {
    margin-top: 30px;
  }

}

/* kirikopage */
.worktop-page {
  width: 100vw;
  height: auto;
  padding-top: 120px;
}

.work-widthpage {
  max-width: 375px;
  margin: 0 auto;
}

.work-title {
  font-size: 20px;
  padding-left: 16px;
  position: relative;
  display: inline-block;
  padding-top: 12px;
}
.work-title::before {
  content: "";
    position: absolute;
    top: 48px;
    left: 15px;
    width: 98%;
    height: 0.5px;
    background-color: #484747;
}

.work-subtextbox {
  width: 90%;
  margin: 30px auto;
  font-size: 15px;
}

.work-image {
  margin-top: 20px;
}
.work-ul-wrapper {
  margin: 50px auto auto 16px;
}

/* .workimage {
  width: 80%;
} */
.work-button {
  margin-top: 40px;
  width: 250px;
}
.back-page {
  width: 100%;
  height: 40px;
  margin: 100px auto 0;
  padding: 0;
  border: 1px solid #5c5a5a;
  border-radius: 25px;
  position: relative;
  font-size: 16px;
  transition: 0.5s;
}

.back-page:hover {
  opacity: 0.5;
  background-color: #5c5a5a;
  color: #fff;
}

.concept-top{
  font-size: 20px;
  text-align: left;
  margin-top: 40px;
}
.concept-text{
  margin-top: 40px;
  line-height: 24px;
}
.update{
  font-size: 12px;
  text-align: center;
  display: block;
  color: #fff;
  padding-bottom: 100px;
  padding-top: 6px;
}


.photo{
  width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: contain;
    overflow: hidden;
    margin-top: 80px;
    margin-bottom: 20px;
}
.photo-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 100% 45%;
}

.photo-section{
  margin-left: 16px;
}


@media screen and (min-width: 800px) {
  .work-widthpage {
    max-width: 1080px;
  }
  .work-subtextbox {
    width: 60%;
    height: 450px;
    margin-top: 40px;
  }
.concept-text{
  line-height: 48px;
}
  .work-button {
    margin-top: 50px;
    width: 340px;
  }
  .back-page {
    height: 80px;
  }

  .back-page:hover {
    opacity: 0.5;
    background-color: #5c5a5a;
    color: #fff;
  }
  .work-button {
    margin-top: 50px;
  }

  .worktitle-box{
  margin-top: 60px;
}
.concept-top{
  font-size: 36px;
}



.work-img {
  margin: 0 auto;
  width: 100%;
}

.button-center {
  width: 340px;

  margin: 0 auto;
}
  .photo-section{
    max-width: 1080px;
    margin: 40px auto 0;

  }
  .bubble{
    max-width: 1080px;
  }


}