@charset "UTF-8";
@font-face {
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  font-family: "Cormorant Garamond";
  src: url("../font/CormorantGaramond-Regular.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  font-family: "Cormorant Garamond";
  src: url("../font/CormorantGaramond-Bold.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-weight: 300;
  font-style: normal;
  font-family: "Roboto Mono";
  src: url("../font/RobotoMono-Light.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  font-family: "Roboto Mono";
  src: url("../font/RobotoMono-Regular.ttf") format("truetype");
}
.mincho {
  font-family: "Noto Serif JP", serif;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #000000;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 1.6rem;
}

.pc-none {
  display: none !important;
}

.pc-inline-none {
  display: none;
}
@media screen and (max-width: 992px) {
  .pc-inline-none {
    display: inline-block;
  }
}

@media screen and (max-width: 992px) {
  .pc-none {
    display: block !important;
  }
  .sp-none {
    display: none !important;
  }
}
.pc-md-none {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-md-none {
    display: none !important;
  }
  .pc-md-none {
    display: block !important;
  }
}
.wrap {
  overflow: hidden;
}

.totop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 500;
  background: #243b65;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.totop.active {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .totop {
    bottom: 60px;
  }
}
.totop__arrow {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
}
.totop__arrow::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 0px;
  border-top: solid 4px white;
  border-right: solid 4px white;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 34%;
  margin-top: -4px;
}

.eachTextAnime span {
  opacity: 0;
}
.eachTextAnime span:nth-child(2) {
  color: #243b65;
  font-size: 64px;
  text-shadow: 3px 3px 3px rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  .eachTextAnime span:nth-child(2) {
    font-size: 40px;
  }
}

.eachTextAnime.appeartext span {
  animation: text_anime_on 1s ease-out forwards;
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3 {
  margin: 0;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  h1,
  h2,
  h3 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 1.8rem;
  }
}

.logo-title {
  margin: 0;
  line-height: 1;
  font-size: 32px;
  padding-top: 10px;
  padding-left: 30px;
  display: inline-block;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  margin-top: 0;
  margin-bottom: 0;
}
.logo-title .en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 30px;
}
@media screen and (max-width: 1400px) {
  .logo-title .en {
    font-size: 26px;
  }
}
.logo-title .ja {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .logo-title .ja {
    font-size: 12px;
  }
}

@media screen and (max-width: 992px) {
  .logo-title {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .logo-title {
    padding-left: 10px;
    line-height: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .logo-title .ja {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 20px;
  }
}

h3 {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 16px;
  }
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-position: inside;
}

a {
  text-decoration: none;
}
a:link, a:hover, a:visited {
  color: #000000;
}
a.link-color {
  color: #243b65;
  font-weight: bold;
}
a.link-color--under {
  font-weight: normal;
  text-decoration: underline;
}

.en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
}

video {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.more-link {
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  position: relative;
  color: white;
  text-align: center;
  cursor: pointer;
}
.more-link .mincho {
  font-size: 18px;
}

.more-link--top {
  margin-top: 100px;
}

.more-link a {
  min-width: 230px;
  background: white;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  border: 2px solid #243b65;
  /* ボーダーの色と太さ */
  padding: 10px 30px;
  text-align: center;
  outline: none;
  transition: ease 0.2s;
  box-shadow: 3px 3px rgba(0, 0, 0, 0.5);
}
@media (hover: hover) {
  .more-link a:hover {
    border: 2px solid #243b65;
    background: white;
    color: #243b65;
  }
  .more-link a:hover::before {
    transform: scale(1, 1);
  }
  .more-link a:hover span {
    color: #fff;
  }
}
.more-link a span {
  display: inline-block;
  position: relative;
  z-index: 3;
  color: #243b65;
}
.more-link a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #243b65;
  width: 100%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(1, 0);
  transform-origin: center;
}

/* animation title */
@keyframes showText {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.textAnimation {
  opacity: 0;
}

.show.textAnimation {
  opacity: 1;
}
.show.textAnimation span {
  animation: showText 0.1s ease-out backwards;
  display: inline-block;
}

.hamburger {
  display: none;
}

@media screen and (max-width: 992px) {
  .hamburger {
    display: block;
  }
}
.drawer-hamburger {
  z-index: 800;
}

.drawer-hamburger-icon {
  background: white;
}
.drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  background: white;
}

.drawer-overlay {
  z-index: 700;
  background-color: rgba(0, 0, 0, 0.3);
}

nav.drawer-nav {
  background: #243b65;
  z-index: 800;
}

a.drawer-brand, a.drawer-menu-item {
  color: white;
}
a.drawer-brand:link, a.drawer-brand:hover, a.drawer-brand:visited, a.drawer-menu-item:link, a.drawer-menu-item:hover, a.drawer-menu-item:visited {
  color: white;
}

.drawer-nav li {
  border-bottom: 1px solid white;
}
.drawer-nav li.tel {
  color: white;
  font-size: 16px;
  padding: 12px;
}

.drawer-hamburger {
  background: rgba(36, 59, 101, 0.8);
  border-radius: 3px;
  padding: 14px 0.65rem 24px;
  margin-top: 12px;
  margin-right: 15px;
}

.drawer-close .drawer-hamburger {
  background: #243b65;
}

.header {
  color: #707070;
}
.header__hamburger {
  display: none;
}
@media screen and (max-width: 992px) {
  .header__hamburger {
    display: block;
    background-color: transparent;
    border-color: transparent;
    z-index: 9999;
    margin-left: auto;
    width: 48px;
    height: 100%;
    margin-right: 10px;
  }
  .header__hamburger span {
    width: 100%;
    height: 1px;
    background-color: white;
    position: relative;
    transition: ease 0.4s;
    display: block;
  }
  .header__hamburger span:nth-child(1) {
    top: 0;
  }
  .header__hamburger span:nth-child(2) {
    margin: 8px 0;
  }
  .header__hamburger span:nth-child(3) {
    top: 0;
  }
  .header__hamburger.active span:nth-child(1) {
    top: 5px;
    transform: rotate(45deg);
  }
  .header__hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .header__hamburger.active span:nth-child(3) {
    top: -13px;
    transform: rotate(-45deg);
  }
}
.header a {
  display: block;
  color: rgb(255, 255, 255);
}
.header a:link, .header a:hover, .header a:visited {
  color: rgb(255, 255, 255);
}
.header .is-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1000;
}
.header .is-fixed a {
  color: #243b65;
}
.header .is-fixed a:link, .header .is-fixed a:hover, .header .is-fixed a:visited {
  color: #243b65;
}
.header .is-fixed .nav-list a {
  color: #243b65;
}
.header .is-fixed .header__hamburger span {
  background: #243b65;
}
.header .is-fixed .header__hamburger.active span {
  background: white;
}
.header .nav-otr {
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 500;
}
@media screen and (max-width: 992px) {
  .header .nav-otr {
    align-items: center;
  }
}
@media screen and (max-width: 992px) {
  .header .nav-otr.is-fixed .nav-list a {
    color: white;
  }
}
.header .nav-h1 {
  width: 360px;
}
@media screen and (max-width: 768px) {
  .header .nav-h1 {
    width: 300px;
  }
}
.header .nav is-fixed {
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 992px) {
  .header .nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    background-color: #243b65;
    transition: ease 0.4s;
  }
  .header .nav.active {
    transform: translateX(0);
  }
}
.header .nav .nav-wrap {
  display: flex;
}
@media screen and (max-width: 992px) {
  .header .nav .nav-wrap {
    flex-flow: column;
    height: 100vh;
    justify-content: center;
  }
}
.header .nav .nav-wrap .nav-list {
  text-align: center;
  position: relative;
  transform-origin: bottom left;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .header .nav .nav-wrap .nav-list {
    width: 100%;
    transform: none;
  }
}
.header .nav .nav-wrap .nav-list .list-content .en {
  font-size: 20px;
}
.header .nav .nav-wrap .nav-list .list-link {
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 1400px) {
  .header .nav .nav-wrap .nav-list .list-link {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .header .nav .nav-wrap .nav-list .list-link {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.header .nav .nav-wrap .nav-list:not(:last-of-type)::after {
  position: absolute;
  content: "";
  width: 0%;
  left: 50%;
  transform: translateX(-50%);
  transition: width 1s;
  border-bottom: 3px solid #243b65;
}
.header .nav .nav-wrap .nav-list:hover::after {
  width: 50%;
}
.header .nav .nav-wrap .nav-list:last-of-type {
  background: rgba(36, 59, 101, 0.9);
  min-width: 200px;
}
@media screen and (max-width: 1400px) {
  .header .nav .nav-wrap .nav-list:last-of-type {
    width: 100%;
    min-width: initial;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.header .nav .nav-wrap .nav-list:last-of-type a:link, .header .nav .nav-wrap .nav-list:last-of-type a:visited {
  color: white;
}

/* section top-img */
.top-img .top-slider {
  height: 100vh;
}
.top-img .top-slider .top-list {
  position: relative;
  overflow: hidden;
}
.top-img .top-slider .top-list .list-img {
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-img .top-slider .top-list .list-comment {
  z-index: 100;
  font-size: 40px;
  font-weight: 400;
  font-style: italic;
  color: white;
  text-shadow: 2px 2px 2px black;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}
.top-img .top-slider .top-list .list-comment__btm {
  top: 60%;
}
.top-img .top-slider video {
  min-height: 100%;
  min-width: 100%;
  width: auto !important;
  filter: brightness(1.2) saturate(1.5);
}
.top-img .top-slider .video {
  position: relative;
}
.top-img .top-slider .video-cover {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3);
  height: 100vh;
}
.top-img .top-slider .pic::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  height: 100vh;
  opacity: 0.5;
}

@media screen and (max-width: 992px) {
  .top-img .top-slider .top-list .list-comment {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .top-img .top-slider .top-list .list-comment {
    font-size: 28px;
  }
}
@media screen and (max-width: 576px) {
  .top-img .top-slider .top-list .list-comment {
    font-size: 20px;
  }
}
@media screen and (max-width: 376px) {
  .top-img .top-slider .top-list .list-comment {
    font-size: 18px;
  }
}
.sm-block {
  display: none;
}
@media screen and (max-width: 576px) {
  .sm-block {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .md-none {
    display: none !important;
  }
}

.md-block {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .md-block {
    display: block !important;
  }
}

.lg-block {
  display: none;
}
@media screen and (max-width: 992px) {
  .lg-block {
    display: block;
  }
}

.shadow {
  box-shadow: 4px 8px 8px rgba(0, 0, 0, 0.38);
}

.service .service-up {
  margin-top: 100px;
  position: relative;
}
.service .service-up .service-left {
  z-index: -100;
  width: 450px;
  height: 900px;
  transform: skew(25deg);
  position: absolute;
  left: 20%;
  top: -130px;
}
@media screen and (max-width: 576px) {
  .service .service-up .service-left {
    left: 40%;
  }
}
.service .service-up .service-left .h2-service {
  margin-top: 100px;
  margin-bottom: 30px;
  width: 450px;
  text-align: center;
  border-bottom: solid #243b65 3px;
  position: absolute;
  top: -20%;
  transform: skew(-25deg);
  left: 3%;
}
.service .service-up .service-left .text-up {
  position: absolute;
  top: 40px;
  left: 110px;
  z-index: 100;
  width: 300px;
  font-size: 20px;
  color: white;
  text-shadow: 2px 2px 0px black;
  font-weight: bold;
  transform: skew(-25deg);
}
.service .service-wrap {
  margin-left: auto;
  display: flex;
  flex-flow: wrap;
  max-width: 1300px;
  margin-right: auto;
  justify-content: center;
}
.service .service-wrap .service-item {
  background: #f2f7ff;
  width: calc(33.3333333333% - 40px);
  margin-top: 20px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7);
}
.service .service-wrap .service-item:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
.service .service-wrap .service-item::before {
  width: 0;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  z-index: -1;
  transition: 0.3s;
}
.service .service-wrap .service-item--blue::before {
  background: #afcfec;
}
.service .service-wrap .service-item--orange::before {
  background: #ffe6cd;
}
.service .service-wrap .service-item--green::before {
  background: #bcdfbc;
}
@media screen and (max-width: 992px) {
  .service .service-wrap .service-item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 576px) {
  .service .service-wrap .service-item {
    width: calc(100% - 20px);
  }
}
.service .service-wrap .service-item:not(:nth-child(3n-2)) {
  margin-left: 20px;
}
@media screen and (max-width: 992px) {
  .service .service-wrap .service-item:not(:nth-child(3n-2)) {
    margin-left: initial;
  }
}
@media screen and (max-width: 992px) {
  .service .service-wrap .service-item:nth-child(even) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .service .service-wrap .service-item:nth-child(even) {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.service .service-wrap .service-item .service-content-wrap .service-title {
  margin-top: 20px;
  text-align: center;
}
.service .service-wrap .service-item .service-content-wrap .service-content {
  margin: 5px 10px 20px;
  line-height: 1.5;
}
.service .service-down {
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  background: url(../img/mainbg.svg);
}
.service .service-down__wrap {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .service .service-down__wrap {
    display: block;
  }
}
.service .service-down__img-wrap {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .service .service-down__img-wrap {
    width: 100%;
  }
}
.service .service-down__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service .service-down__ctn {
  background: white;
  display: grid;
  place-items: center;
}
.service .service-down__ttl {
  color: white;
  text-align: center;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .service .service-down__ttl {
    font-size: 18px;
  }
}
.service .service-down__ttl--line {
  background: linear-gradient(transparent 60%, #da2a00 60%);
}
.service .service-down__list {
  text-align: center;
  margin-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .service .service-down__list {
    font-size: 14px;
  }
}
.service .service-down__ul {
  display: inline-block;
  text-align: left;
  list-style: none;
  position: relative;
}
.service .service-down__li {
  margin-bottom: 1px;
  position: relative;
  padding-left: 45px;
  line-height: 2.2;
  padding-right: 20px;
  text-indent: -1em;
}
.service .service-down__li::before {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #243b65;
}
.service .service-down__tx {
  font-size: 20px;
  color: white;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .service .service-down__tx {
    font-size: 14px;
  }
}
.service__img {
  background: white;
}

.works-bg {
  background: #f3f5ff;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .works-bg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.works {
  padding: 0 50px;
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .works {
    padding: 0 20px;
    margin-bottom: 50px;
  }
}
.works .works-sub {
  z-index: -100;
  width: 450px;
  height: 900px;
  transform: skew(25deg);
  position: absolute;
  right: 11%;
}
@media screen and (max-width: 768px) {
  .works .works-sub {
    right: 0;
  }
}
@media screen and (max-width: 576px) {
  .works .works-sub {
    left: 40%;
  }
}
.works .works-sub .h2-works {
  margin-bottom: 30px;
  text-align: center;
  width: 450px;
  border-bottom: solid #243b65 3px;
  position: absolute;
  top: -10%;
  transform: skew(-25deg);
  left: 2%;
}
.works .works-sub .text {
  position: absolute;
  top: 40px;
  left: 110px;
  z-index: 100;
  width: 280px;
  font-size: 20px;
  color: white;
  text-shadow: 2px 2px 0px black;
  font-weight: bold;
  transform: skew(-25deg);
}
.works .works-wrap {
  padding: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.works .works-wrap .works-item {
  width: calc(33.3333333333% - 60px);
  margin: 0px 20px 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .works .works-wrap .works-item {
    width: calc(100% - 20px);
    margin: 0 0 40px;
  }
}
.works .works-wrap .works-item .work-comment {
  margin-top: 20px;
  line-height: 1.8;
}
.works .works-wrap .works-item .work-comment a {
  font-weight: bold;
}
.works .works-wrap .works-item .work-comment span {
  font-size: 12px;
}
.works .works-wrap .works-item .img-hidden,
.works .works-wrap .works-item .video-panda {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .works .works-wrap .works-item .img-hidden,
  .works .works-wrap .works-item .video-panda {
    overflow: initial;
  }
}
.works .works-wrap .works-item .img-hidden::before,
.works .works-wrap .works-item .video-panda::before {
  content: "";
  padding-top: 56.25%;
  display: block;
}
@media screen and (max-width: 768px) {
  .works .works-wrap .works-item .img-hidden::before,
  .works .works-wrap .works-item .video-panda::before {
    padding-top: initial;
  }
}
.works .works-wrap .works-item .img-hidden img,
.works .works-wrap .works-item .img-hidden iframe,
.works .works-wrap .works-item .video-panda img,
.works .works-wrap .works-item .video-panda iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .works .works-wrap .works-item .img-hidden img,
  .works .works-wrap .works-item .img-hidden iframe,
  .works .works-wrap .works-item .video-panda img,
  .works .works-wrap .works-item .video-panda iframe {
    position: static;
  }
}
.works .works-wrap .works-item .img-hidden .img-scroll,
.works .works-wrap .works-item .video-panda .img-scroll {
  transition: all 3s;
}
@media screen and (max-width: 768px) {
  .works .works-wrap .works-item .img-hidden.shadow {
    box-shadow: none;
  }
}

.charge {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  .charge {
    margin-top: 100px;
  }
}
.charge .charge-sub .h2-charge {
  margin-bottom: 30px;
  width: 450px;
  text-align: center;
  border-bottom: solid #243b65 3px;
  margin-left: auto;
}
.charge__text {
  text-align: center;
  font-size: 20px;
  color: white;
  text-shadow: 2px 2px 0px black;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .charge__text {
    font-size: 14px;
  }
}
.charge__otr {
  position: relative;
  padding: 50px 0 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .charge__otr {
    padding: 0;
  }
}
.charge__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -10;
}

.charge-wrap {
  display: flex;
  flex-wrap: wrap;
  line-height: 2;
  padding: 30px 0 50px;
  color: #243b65;
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .charge-wrap {
    display: block;
  }
}
.charge-wrap__item {
  border: 1px solid #243b65;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  width: calc(50% - 20px);
  margin-top: 20px;
  padding-bottom: 10px;
}
.charge-wrap__item:nth-child(even) {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .charge-wrap__item:nth-child(even) {
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .charge-wrap__item {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}
.charge-wrap__title {
  padding: 10px;
  font-size: 18px;
  background: url(../img/mainbg.svg);
  color: white;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .charge-wrap__title {
    padding-top: 20px;
  }
}
.charge-wrap__list {
  display: inline-block;
  text-align: left;
  letter-spacing: 0.05em;
}
.charge-wrap__comment {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}

.number {
  font-family: "Roboto Mono", monospace;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .number {
    font-size: 24px;
  }
}
.number__line {
  font-size: 18px;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .number__line {
    font-size: 10px;
  }
}

.flow {
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .flow {
    margin-top: 50px;
  }
}
.flow .flow-sub {
  z-index: -100;
  width: 450px;
  height: 900px;
  transform: skew(-25deg);
  position: absolute;
  right: 56%;
}
.flow .flow-sub .h2-flow {
  margin-top: 140px;
  margin-left: 40px;
  margin-bottom: 30px;
  width: 450px;
  text-align: center;
  border-bottom: solid #243b65 3px;
  position: absolute;
  top: -20%;
  transform: skew(25deg);
  left: -10%;
}
.flow .flow-sub .text {
  position: absolute;
  top: 45px;
  left: 130px;
  z-index: 100;
  width: 320px;
  font-size: 20px;
  color: white;
  text-shadow: 2px 2px 0px black;
  font-weight: bold;
  transform: skew(25deg);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .flow .flow-all {
    margin-top: 0;
  }
}
.flow .flow-all .flow-wrap {
  width: 65%;
  margin-top: 40px;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 1330px) {
  .flow .flow-all .flow-wrap {
    width: 70%;
  }
}
@media screen and (max-width: 1240px) {
  .flow .flow-all .flow-wrap {
    width: 80%;
  }
}
@media screen and (max-width: 1090px) {
  .flow .flow-all .flow-wrap {
    width: 90%;
  }
}
@media screen and (max-width: 950px) {
  .flow .flow-all .flow-wrap {
    width: 100%;
  }
}
.flow .flow-all .flow-wrap .flow-content {
  color: white;
  background: url(../img/mainbg.svg);
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  padding-left: 50px;
  margin-top: 50px;
}
@media screen and (max-width: 992px) {
  .flow .flow-all .flow-wrap .flow-content {
    height: 70px;
    line-height: normal;
    padding: 5px 20px 5px;
  }
}
@media screen and (max-width: 576px) {
  .flow .flow-all .flow-wrap .flow-content {
    height: auto;
  }
}
.flow .flow-all .flow-wrap .flow-content .text {
  font-size: 14px;
  padding-left: 30px;
}
.flow .flow-all .flow-wrap.m1 {
  margin-right: 0px;
}
.flow .flow-all .flow-wrap.m2 {
  margin-right: 50px;
}
.flow .flow-all .flow-wrap.m3 {
  margin-right: 100px;
}
.flow .flow-all .flow-wrap.m4 {
  margin-right: 150px;
}
.flow .flow-all .flow-wrap.m5 {
  margin-right: 200px;
}
.flow .flow-all .flow-wrap.m6 {
  margin-right: 250px;
}
.flow .flow-all .flow-wrap.m7 {
  margin-right: 300px;
}
.flow .flow-all .flow-wrap.m8 {
  margin-right: 350px;
}
.flow .flow-all .flow-wrap:first-of-type {
  margin-top: 0;
}
.flow .flow-all .flow-wrap:first-of-type .flow-content {
  margin-top: 0;
}

.introduce {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .introduce {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.introduce__title {
  text-align: center;
  color: #243b65;
}
@media screen and (max-width: 768px) {
  .introduce__title {
    font-size: 17px;
  }
}
.introduce__tx {
  text-align: center;
  line-height: 2;
}
.introduce__tx1 {
  font-size: 28px;
  color: #243b65;
}
@media screen and (max-width: 768px) {
  .introduce__tx1 {
    font-size: 20px;
  }
}
.introduce__otr {
  padding: 0 100px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .introduce__otr {
    padding: 0 20px 50px;
  }
}

.twitter {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .twitter {
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.twitter-timeline {
  margin: 0 auto;
}

.footer {
  background: url(../img/mainbg.svg);
  color: white;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer.footer-contact {
    margin-bottom: 0;
  }
}
.footer--about {
  margin-top: 0;
}
.footer__ul {
  display: flex;
  list-style: none;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .footer__ul {
    display: block;
  }
}
.footer__li {
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .footer__li {
    padding-bottom: 10px;
  }
}
.footer__link {
  color: white !important;
}
.footer__copy {
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    font-size: 14px;
  }
}

.title-box {
  line-height: 0.8;
}

.newstitle {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  color: #243b65;
  font-family: "Cormorant Garamond", serif;
}
@media (max-width: 480px) {
  .newstitle {
    font-size: 2rem;
  }
}

.newssub {
  font-size: 1.1rem;
  color: #696666;
  text-align: center;
  margin-top: 0;
  margin-bottom: 45px;
}
@media (max-width: 480px) {
  .newssub {
    font-size: 1rem;
    font-weight: normal;
    margin-top: 10px;
  }
}

#sec_newsblog,
#sec_pharmacyblog,
#sec_clinicblog {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #sec_newsblog .date,
  #sec_pharmacyblog .date,
  #sec_clinicblog .date {
    margin-bottom: 0;
  }
  #sec_newsblog .detail,
  #sec_pharmacyblog .detail,
  #sec_clinicblog .detail {
    margin-top: 0;
    margin-bottom: 50px;
  }
}
#sec_newsblog ul,
#sec_pharmacyblog ul,
#sec_clinicblog ul {
  list-style: none;
}
#sec_newsblog .news-list,
#sec_pharmacyblog .news-list,
#sec_clinicblog .news-list {
  display: flex;
  justify-content: center;
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #sec_newsblog .news-list,
  #sec_pharmacyblog .news-list,
  #sec_clinicblog .news-list {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#sec_newsblog .news-list-cell,
#sec_pharmacyblog .news-list-cell,
#sec_clinicblog .news-list-cell {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 768px) {
  #sec_newsblog .news-list-cell,
  #sec_pharmacyblog .news-list-cell,
  #sec_clinicblog .news-list-cell {
    width: 100%;
  }
}
#sec_newsblog .news-list-cell:nth-child(n+2),
#sec_pharmacyblog .news-list-cell:nth-child(n+2),
#sec_clinicblog .news-list-cell:nth-child(n+2) {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #sec_newsblog .news-list-cell:nth-child(n+2),
  #sec_pharmacyblog .news-list-cell:nth-child(n+2),
  #sec_clinicblog .news-list-cell:nth-child(n+2) {
    margin-left: 0;
  }
}
#sec_newsblog .news-list-cell img,
#sec_pharmacyblog .news-list-cell img,
#sec_clinicblog .news-list-cell img {
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
}

.sub-bg {
  background-size: auto auto;
  background-color: #a3aeff;
  background-image: repeating-linear-gradient(27deg, transparent, transparent 1px, #006bff, rgb(176, 203, 240) 4px);
}
.sub-bg--light {
  background-image: repeating-linear-gradient(27deg, transparent, transparent 1px, #f7f7f7, #b0cbf0 4px);
}

@media screen and (max-width: 992px) {
  .qasec {
    display: none;
  }
}
.qasec .qa-content {
  max-width: 1366px;
  margin: 0 auto;
}
.qasec .qa {
  transform: skew(8deg);
  position: fixed;
  bottom: 120px;
  right: 20px;
  background: rgba(36, 59, 101, 0.9);
  color: white;
  text-align: center;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: bold;
  transition: 0.6s all;
  border: 3px solid transparent;
  z-index: 5000;
  font-size: 18px;
}
.qasec .qa:hover {
  color: #243b65;
  background: white;
  border: 3px solid #243b65;
}
.qasec .qa-inr {
  transform: skew(-8deg);
}
.qasec .qa.toggle {
  width: 100%;
}
.qasec .qa-wrap {
  background: #243b65;
  color: white;
  position: fixed;
  bottom: 0;
  top: 0;
  right: 100%;
  width: 100%;
  padding: 50px 80px;
  transition: all 0.6s;
  z-index: 6000;
  text-align: center;
}
.qasec .qa-wrap.toggle {
  right: 0;
}
.qasec .qa-item {
  text-align: left;
}
.qasec .close-btn {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 20px;
  right: 20px;
}
.qasec .close-btn::before,
.qasec .close-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 30px;
  background: white;
}
.qasec .close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.qasec .close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.qasec .q-text {
  border-bottom: 2px solid white;
  padding-bottom: 10px;
}
.qasec .q-text::before {
  content: url(../img/q.svg);
}
.qasec .a-text::before {
  content: url(../img/a.svg);
}
.qasec .more-qa {
  display: inline-block;
  color: #243b65;
  background: white;
  margin-top: 100px;
  margin-bottom: 50px;
  padding: 20px;
  font-size: 20px;
  transform: skew(8deg);
  transition: all 0.6s;
  border: 2px solid transparent;
}
.qasec .more-qa:hover {
  background: #243b65;
  color: white;
  border: 2px solid White;
}
.qasec .more-qa .more-qa-inr {
  transform: skew(-8deg);
}

.qa-page .qa-item:nth-child(n+2),
.qasec .qa-item:nth-child(n+2) {
  margin-top: 50px;
}
.qa-page .q-text,
.qasec .q-text {
  font-size: 18px;
}
.qa-page .a-text,
.qasec .a-text {
  font-size: 16px;
  margin-top: 20px;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

@media screen and (max-width: 768px) {
  .contact-tel {
    text-decoration: underline;
  }
}

.otr-h {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  .otr-h {
    margin-top: 100px;
  }
}

.comment .otr-h {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .comment .otr-h {
    margin-top: 50px;
  }
}

.otr-w {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.otr-w--s {
  max-width: 1100px;
}

.comment__tx2 {
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .comment__tx2 {
    margin-top: 0;
  }
}
.comment__flex {
  display: flex;
  margin-bottom: 50px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .comment__flex {
    display: block;
  }
}
.comment__flex-tx {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .comment__flex-tx {
    padding-right: 20px;
  }
}
.comment__img {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .comment__img {
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
    display: block;
  }
}
.comment .h3-ttl {
  color: #243b65;
}
@media screen and (max-width: 768px) {
  .comment .h3-ttl {
    text-align: center;
    font-size: 20px;
  }
}

.h2-tx {
  text-align: center;
  line-height: 2.4;
}
.h2-tx--pb50 {
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .h2-tx--pb50 {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .h2-tx {
    line-height: 2;
  }
}

.column2__item {
  display: flex;
  padding-bottom: 60px;
  align-items: center;
}
.column2__item--reverse {
  flex-flow: row-reverse;
}
@media screen and (max-width: 768px) {
  .column2__item {
    display: block;
    padding-bottom: 30px;
  }
}
.column2__img-otr {
  width: 50%;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .column2__img-otr {
    width: 100%;
    padding-right: 0;
  }
}
.column2__number {
  background: url(../img/mainbg.svg);
  color: white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-right: 20px;
  display: inline-block;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .column2__number {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    flex-shrink: 0;
  }
}
.column2__tx {
  width: 50%;
  padding: 20px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .column2__tx {
    width: 100%;
    padding: 20px 0;
  }
}
.column2__tx h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1rem;
  display: flex;
  align-items: flex-start;
}
.column2__tx img {
  width: 30px;
}
.column2__tx1 {
  color: #243b65;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .column2__tx1 {
    font-size: 18px;
    display: flex;
  }
}
.column2__tx2 {
  line-height: 2;
  margin-top: 20px;
  text-align: justify;
  margin-bottom: 50px;
}

#totop {
  display: none;
}

.contact-btn {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 500;
  width: auto;
  right: 50px;
  bottom: 50px;
}
@media screen and (max-width: 768px) {
  .contact-btn {
    right: 10px;
    bottom: 10px;
  }
}
.contact-btn.active {
  display: none !important;
}
.contact-btn a {
  color: white;
  display: block;
  height: 50px;
  text-align: center;
  font-size: 18px;
  background: #243b65;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 768px) {
  .contact-btn a {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .contact-btn .en {
    font-size: 10px;
  }
}
.contact-btn img {
  width: 35px;
}

.fadeUpTrigger,
.fadeUpTrigger2,
.fadeUpTrigger3,
.fadeRightTrigger,
.fadeLeftTrigger {
  opacity: 0;
}

.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUp2 {
  animation-name: fadeUpAnime2;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0.2s;
}

@keyframes fadeUpAnime2 {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUp3 {
  animation-name: fadeUpAnime3;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0.4s;
}

@keyframes fadeUpAnime3 {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.google-map {
  position: relative;
  text-align: center;
  z-index: 1000;
  color: #243b65;
  font-weight: bold;
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .google-map {
    z-index: 400;
  }
}
.google-map a {
  display: inline-block;
  border-bottom: 2px solid #243b65;
}
.contact-bg {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact-bg {
    height: 300px;
  }
}
.contact-bg__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -10;
}
.contact-bg__tx {
  color: white;
  text-align: center;
  padding-bottom: 20px;
}
.contact-bg .more-link {
  margin-top: 0;
}

.grecaptcha-badge {
  visibility: hidden;
}

.ymarker {
  padding: 0 2px;
  background: linear-gradient(transparent 80%, #ffff66 50%);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ymarker {
    font-weight: 500;
  }
}
.ymarker--b {
  background: linear-gradient(transparent 10%, #ffff66 50%);
}

.introduce {
  position: relative;
}

canvas {
  position: absolute; /*親のブロックを基準にして相対位置に配置する*/ /*位置指定*/
  top: 0;
  right: 0;
}

.top-service {
  padding: 30px 0;
  margin-bottom: 50px;
  position: relative;
}
.top-service__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -10;
}
.top-service .sec1__wrap {
  display: flex;
  flex-flow: row-reverse;
}
@media screen and (max-width: 768px) {
  .top-service .sec1__wrap {
    display: block;
  }
}
.top-service .sec1__otr-wrap {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .top-service .sec1__otr-wrap {
    width: 100%;
  }
}
.top-service .sec1__otr {
  width: 470px;
  height: 470px;
  position: relative;
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  .top-service .sec1__otr {
    width: 280px;
    height: 280px;
  }
}
.top-service .sec1__otr::before {
  content: "";
  width: 450px;
  height: 450px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid white;
}
@media screen and (max-width: 768px) {
  .top-service .sec1__otr::before {
    width: 257px;
    height: 257px;
  }
}
.top-service .sec1__ball-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  animation: rotate 30s infinite linear;
  text-align: center;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.top-service .sec1__ball {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #243b65;
  display: inline-block;
  position: relative;
}
.top-service .sec1__ball::before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  animation: point 2s ease infinite;
  width: 70%;
  height: 70%;
  border-radius: 50%;
  background: rgba(36, 59, 101, 0.9);
}
.top-service .sec1__ball::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  animation: point 2s ease infinite;
  width: 70%;
  height: 70%;
  border-radius: 50%;
  background: rgba(200, 219, 255, 0.9);
  animation-delay: 0.4s;
  z-index: -1;
}
@keyframes point {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(8);
  }
}
.top-service .sec1__item {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  color: white;
  border: 1px solid white;
  background: url(../img/mainbg.svg);
  text-align: center;
  display: grid;
  place-items: center;
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  .top-service .sec1__item {
    font-size: 14px;
    width: 100px;
    height: 100px;
    line-height: 1.2;
    background: #243b65;
  }
}
.top-service .sec1__item::before {
  content: "";
  display: inline-block;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  border: 1px solid white;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .top-service .sec1__item::before {
    width: 105px;
    height: 105px;
  }
}
.top-service .sec1__item--1 {
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}
.top-service .sec1__item--2 {
  top: 30px;
  left: 10px;
}
@media screen and (max-width: 768px) {
  .top-service .sec1__item--2 {
    left: -20px;
    top: 16px;
  }
}
.top-service .sec1__item--3 {
  top: 30px;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .top-service .sec1__item--3 {
    right: -20px;
    top: 16px;
  }
}
.top-service .sec1__item--4 {
  top: 55%;
  transform: translateY(-50%);
  left: -50px;
}
@media screen and (max-width: 768px) {
  .top-service .sec1__item--4 {
    left: -40px;
    top: 64%;
  }
}
.top-service .sec1__item--5 {
  top: 55%;
  transform: translateY(-50%);
  right: -50px;
}
@media screen and (max-width: 768px) {
  .top-service .sec1__item--5 {
    right: -40px;
    top: 64%;
  }
}
.top-service .sec1__item--6 {
  bottom: 0px;
  left: 50px;
}
@media screen and (max-width: 768px) {
  .top-service .sec1__item--6 {
    left: 30px;
    bottom: -50px;
  }
}
.top-service .sec1__item--7 {
  bottom: 0px;
  right: 50px;
}
@media screen and (max-width: 768px) {
  .top-service .sec1__item--7 {
    right: 30px;
    bottom: -50px;
  }
}
.top-service .sec1__msg-wrap {
  position: relative;
  width: 50%;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 768px) {
  .top-service .sec1__msg-wrap {
    width: 100%;
  }
}
.top-service .sec1__message {
  color: white;
  text-align: left;
  font-size: 24px;
  text-shadow: 2px 2px black;
}
@media screen and (max-width: 768px) {
  .top-service .sec1__message {
    position: static;
    font-size: 18px;
    margin-bottom: 50px;
    margin-top: 20px;
  }
}
.top-service .sec1__btn {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .top-service .sec1__btn {
    margin-top: 0;
  }
}
.top-service .sec1__red {
  text-shadow: 1px 1px white;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}/*# sourceMappingURL=common.css.map */