@charset "utf-8";
/* Import Stylesheet */
@import url("../plugin/bootstrap/css/bootstrap.min.css");
@import url("../plugin/bootstrap-icons/font/bootstrap-icons.css");
@import url("../plugin/fontawesome/css/all.min.css");
@import url("../plugin/wow/css/libs/animate.css");
@import url("../plugin/swiper/swiper-bundle.css");
@import url("../plugin/fancybox/dist/fancybox/fancybox.css");

/* Root */
:root {
  --font-primary: 'Noto Sans JP', 'Meiryo', 'Noto Serif JP', 'Helvetica Neue', 'Arial', sans-serif;
  --font-watermark: 'Noto Sans JP', 'Helvetica Neue', 'Arial', sans-serif;
  --text-10: 10px;
  --text-12: 12px;
  --text-14: 14px;
  --text-16: 16px;
  --text-18: 18px;
  --text-20: 20px;
  --text-22: 22px;
  --text-24: 24px;
  --text-28: 28px;
  --text-30: 30px;
  --text-32: 32px;
  --text-36: 36px;
  --text-48: 48px;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-bggray: #f7f7f7;
  --color-lightgray: #eeeeee;
  --color-lightgray1: #aaaaaa;
  --color-gray-textwatermark: #e7e7e7;
  --color-darkgray: #333333;
  --color-mediumgray: #999999;
  --color-red: #ed2024;
  --color-aqua: #00f1ea;
  --color-magenta: #ff0050;
  --border-radius: 24px;
  --box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}
*, *:before, *:after {
  margin: 0;
  padding: 0; 
  box-sizing: border-box;
  outline: 0;
}
html { 
  position: relative;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  min-height: 100vh;
  background-color: var(--color-white);
  font-family: var(--font-primary);
  font-size: var(--text-14);
  font-weight: 400;
  line-height: 1.75;
  color: var(--color-black);
  word-break: normal;
  outline: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.50);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
input:not([type=range]), select, textarea {
  outline: none;
}
main {
  position: relative;
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  transition: all .3s;  
}
a, a:hover {
  text-decoration: none;
}
ul, li, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
button {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  text-decoration: none;
}
button:focus {
  outline: 0;
}
/**/
.text-align-left {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-watermark {
  position: absolute;
  top: -10px;
  right: -25px;
  font-family: var(--font-watermark);
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: var(--color-gray-textwatermark);
  opacity: 1;
  z-index: 0;
}
.navi-bottom {
  position: fixed;
  bottom: 10px;
  left: 50%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
  transform: translateX(-50%);
  z-index: 9;
}
.navi-bottom-item {
  display: flex;
  justify-content: center;
  width: 33.33%
}
.navi-bottom-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  width: 95%;
  height: 40px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  color: #fff;
  text-align: center;
}
.navi-bottom-link.link1 {
  background: #01f1ea;
  background: linear-gradient(180deg, rgba(1, 241, 234, 1) 0%, rgba(1, 195, 190, 1) 100%); 
}
.navi-bottom-link.link2 {
  background: #00c100;
  background: linear-gradient(180deg,rgba(0, 193, 0, 1) 0%, rgba(0, 156, 0, 1) 100%); 
}
.navi-bottom-link.link3 {
  background: #fd0151;
  background: linear-gradient(180deg,rgba(253, 1, 81, 1) 0%, rgba(204, 1, 65, 1) 100%);
}
.navi-bottom-link img {
  margin-right: 5px;
  height: 16px;
}
.link-more {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 10px;
  width: 120px;
  height: 40px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  color: #fff;
  text-align: center;
}
.link-more.link1 {
  background: #01f1ea;
  background: linear-gradient(180deg, rgba(1, 241, 234, 1) 0%, rgba(1, 195, 190, 1) 100%); 
}
.link-more.link2 {
  background: #fd0151;
  background: linear-gradient(180deg,rgba(253, 1, 81, 1) 0%, rgba(204, 1, 65, 1) 100%);
}
.link-more.link1:hover {
  background: #01f1ea;
  background: linear-gradient(0deg, rgba(1, 241, 234, 1) 0%, rgba(1, 195, 190, 1) 100%);
}
.link-more.link2:hover {
  background: #fd0151;
  background: linear-gradient(0deg,rgba(253, 1, 81, 1) 0%, rgba(204, 1, 65, 1) 100%);
}

/**/
.wrap {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}
.header {
  position: relative;
  margin: 0;
  width: 100%;
}
.header-bg {
  background-color: transparent;
}
.header-sticky {
  position: relative;
}
.scroll-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.65);
  z-index: 10;
}
.header .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.logo {
  display: inline-flex;
  padding: 12px 15px;
}
.logo img {
  height: 40px;
}
.header-menu {
  position: fixed;
  top: 0;
  right: 0;
  padding: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
/**/
#burger-toggle {
  position: absolute;
  appearance: none;
  opacity: 0;
}
#burger-toggle:checked ~ .menu {
  opacity: 1;
  visibility: visible;
}
#burger-toggle:checked ~ .menu .menu-nav-link span div {
  transform: translateY(0);
}
#burger-toggle:checked ~ .burger-menu .line::after {
  transform: translateX(0);
}
#burger-toggle:checked ~ .burger-menu .line:nth-child(1) {
  transform: translateY(calc(54px / 5)) rotate(45deg);
}
#burger-toggle:checked ~ .burger-menu .line:nth-child(2) {
  transform: scaleX(0);
}
#burger-toggle:checked ~ .burger-menu .line:nth-child(3) {
  transform: translateY(calc(54px / -5)) rotate(-45deg);
}
.burger-menu {
  display: block;
  width: 54px;
  height: 54px;
  outline: none;
  cursor: pointer;
  position: relative;
  z-index: 1000;
}
.burger-menu .line {
  position: absolute;
  right: 20%;
  width: 60%;
  height: 2px;
  background: var(--color-black);
  border-radius: 0;
  overflow: hidden;
  transition: 0.25s;
}
.burger-menu .line:nth-child(1) {
  top: 30%;
}
.burger-menu .line:nth-child(2) {
  top: 51%;
}
.burger-menu .line:nth-child(3) {
  top: 70%;
}
.burger-menu .line::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-white);
  transform: translateX(-100%);
  transition: 0.25s;
}
.burger-menu .line:nth-child(2)::after {
  transition-delay: 0.1s;
}
.burger-menu .line:nth-child(3)::after {
  transition-delay: 0.2s;
}
.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  overflow-x: auto;
  visibility: hidden;
  transition: 0.3s;
  z-index: 999;
}
.menu-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.menu-logo {
  display: flex;
  position: relative;
}
.menu-logo-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 15px; 
}
.menu-logo-link img {
  height: 40px;
}
.menu-inner {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.menu-nav {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 30px 0 0 0;
  padding: 0;
  width: 100%;
  height: 100%;
  list-style-type: none;
}
.menu-nav-item {
  width: 100%;
}
.menu-nav-item::after {
  display: block;
  margin: 0 auto;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--color-darkgray);
}
.menu-nav-link {
  position: relative;
  display: block;
  font-size: var(--text-14);
  font-weight: 400;
  line-height: 36px;
  color: var(--color-white);
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
.menu-social {
  display: block;
  padding: 20px 0;
  width: 100%;
}
.menu-social ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.menu-social ul li {
  width: auto;
}
.menu-social a {
  font-size: var(--text-16);
  font-weight: 400;
  line-height: 30px;
  color: var(--color-white);
}
.menu-social a {
  padding: 0 10px;
}

.menu .menu-contact {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}
.btn-contact-line {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  width: 30%;
  height: 48px;
  background: #00c100;
  background: linear-gradient(180deg,rgba(0, 193, 0, 1) 0%, rgba(0, 156, 0, 1) 100%);
  border-radius: 999px;
  font-size: var(--text-14);
  font-weight: 700;
  line-height: 14px;
  color: #fff;
  text-align: center;
}
.btn-contact-line img {
  margin-right: 5px;
  height: 24px;
}
.btn-contact-line:hover {
  background: #00c100;
  background: linear-gradient(0deg,rgba(0, 193, 0, 1) 0%, rgba(0, 156, 0, 1) 100%);
}
.decorate {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 0;
}
.decorate-1 {
  position: absolute;
  top: -30px;
  left: -20px;
  width: 250px;
}
.decorate-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
}
.decorate-3 {
  position: absolute;
  bottom: 0;
  left: -45px;
  width: 120px;
}
.decorate-5 {
  position: absolute;
  top: 70px;
  left: 10px;
  width: 30px;
}
.decorate-6 {
  position: absolute;
  top: 300px;
  left: 15px;
  width: 35px;
  transform: rotate(-15deg);
}
.decorate-7 {
  position: absolute;
  top: 240px;
  right: 20px;
  width: 45px;
}
.decorate-8 {
  position: absolute;
  top: -20px;
  right: 0;
  width: 120px;
}
.footer {
  position: relative;
  margin: 0 0 10px 0;
  padding: 30px 0 0 0;
  background-color: var(--color-white);
  border-top: solid 1px var(--color-lightgray);
}
.page-top .footer {
  margin: 0 0 60px 0;
}
.main-footer {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-size: var(--text-12);
}
.footer-logo {
  margin: 0 0 20px 0;
  text-align: center;
}
.footer-logo img {
  height: 30px;
}
.footer-link { }
.footer-link ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.footer-link ul li {
  flex: 0 0 auto;
}
.footer-social ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.footer-social ul li {
  width: auto;
}
.footer-link a {
  font-size: var(--text-14);
  font-weight: 400;
  line-height: 30px;
}
.footer-link.footer-social a {
  padding: 0 0 0 5px;
}
.footer-link a:hover { }
.copyright {
  text-align: left;
}
.footer hr {
  color: var(--color-black);
  opacity: 1;
}
.section-main {
  position: relative;
  padding: 30px 0;
  overflow: hidden;
}
.section-main.section-title-page {
  padding: 30px 0 0 0;
}
.section-page-inside {
  padding: 0;
}
.section-top {

}
.section-bg {
  background: var(--color-lightgray);
}
.main-banner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.main-banner-img {
  position: relative;
  margin: 0 auto;
  width: 50%;
  text-align: center;
  z-index: 0;
}
.main-banner-img img {
  width: 85%;
}
.main-banner-txt {
  margin: 0 0 10px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 50%;
}
.title-hilight {
  position: relative;
  display: block;
  margin: 0 0 10px 0;
  font-size: var(--text-32);
  line-height: 48px;
  font-weight: 700;
  color: var(--color-black);
}
.subtitle-hilight {
  font-size: var(--text-24);
  line-height: 36px;
  font-weight: 700;
  color: var(--color-black);
}
.section-title {
  position: relative;
  margin-bottom: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  z-index: 1;
}
.title {
  margin: 0;
  font-size: var(--text-28);
  line-height: 36px;
  font-weight: 700;
  color: var(--color-black);
}
.title::after {
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  content:"";
  width: 100%;
  height: 3px;
  background: #01F2EB;
  background: linear-gradient(90deg, rgba(1, 242, 235, 1) 0%, rgba(253, 6, 85, 1) 100%);
}
.scroll-sp {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  height: auto;
}
.post {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 20px 0;
  background: var(--color-white);
  border-radius: var(--border-radius);
  transition: all 300ms ease;
}
.post-img {
  position: relative;
  padding-top: 50%;
  background-color: var(--color-white);
  background-image: url(../img/no-img.png);
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  overflow: hidden;
  z-index: 0;
  opacity: 1;
}
.post-img img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  min-width: 1%;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  transition: all .8s cubic-bezier(.165, .84, .44, 1);
}
.post-body {
  flex: 1 1 auto;
  padding: 15px;
}
.post-title {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: var(--text-14);
  line-height: 20px;
  color: var(--color-black);
}
.post-text {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  height: 54px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: var(--text-12);
  line-height: 18px;
  color: var(--color-black);
}
.post-date {
  display: flex;
  flex-wrap: wrap;
}
.post-date span {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 0;
  font-size: var(--text-10);
  font-weight: 400;
  line-height: 1;
  color: var(--color-black);
  text-align: center;
}
.post:hover { 
  box-shadow: var(--box-shadow);
}
.post:hover .post-title {
  color: var(--color-magenta);
}
.section-news {
  background-color: var(--color-bggray);
}
.main-news {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.news-list {}

.section-message {
  background-color: var(--color-white);
}
.section-message::before {
  position: absolute;
  bottom: 30px;
  right: 0;
  content:"";
  width: 100px;
  height: 46px;
  background-image: url(../img/decorate-4.png);
  background-size: 100px 46px;
  z-index: 0;
}
.main-message {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.section-service {
  background-color: var(--color-bggray);
}
.main-message p {
  text-align: center;
}
.main-service {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.service-list {}
.service-list .post-inside {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.service-no {
  padding-right: 15px;
  font-family: "Oswald", sans-serif;
  font-size: var(--text-30);
  font-weight: 700;
  line-height: 30px;
  color: var(--color-black);
}
.service-text .post-title {
  font-weight: 700;
}
.service-text p {
  font-size: var(--text-12);
}
.alink-link {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0 36px 0 16px;
  background: var(--color-white);
  font-size: var(--text-12);
  font-weight: 400;
  line-height: 20px;
  color: var(--color-black);
  cursor: pointer;
  transition: all .2s ease-in-out;
}
.alink-link::before {
  content:"";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: 2px;
  width: 15px;
  height: 1px;
  background: var(--color-black);
}
.alink-link::after {
  content:"";position: absolute;
  top: calc(50% - 1px);
  right: 10px;
  width: 7px;
  height: 1px;
  background: var(--color-black);
  transform: rotate(45deg);
}
.section-work {
  background-color: var(--color-white);
}
.main-work {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.section-creator {
  background-image: url(../img/bg-contactline.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.main-creator {
  position: relative;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.main-creator .btn-contact-line {
  margin: 0 auto;
  width: 90%;
}
.main-creator h6 {
  font-weight: 700;
  color: var(--color-white);
}
.main-creator p {
  font-size: var(--text-12);
  line-height: 18px;
  color: var(--color-white);
}

@-webkit-keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-87px * 6)); }
}
@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-87px * 6)); }
}
.slider-gallery {
  position: relative;
  margin: auto;
  width: 100%;
  height: 155px;
  overflow: hidden;
}
.slider-gallery .slide-track {
  -webkit-animation: scroll 10s linear infinite;
          animation: scroll 10s linear infinite;
  display: flex;
  width: calc(87px * 12);
}
.slider-gallery .slide {
  margin: 0;
  width: 87px;
  height: 155px;
}

/*Breadcrumb*/
.bg-breadcrumb {
  padding: 1rem 0;
  background: var(--color-bggray);
  box-shadow: inset var(--box-shadow);
}
.bg-breadcrumb .breadcrumb {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
  margin-bottom: 0;
  font-size: var(--text-14);
  line-height: 20px;
}
.bg-breadcrumb .breadcrumb .breadcrumb-item a:hover {
  color: var(--color-magenta);
}
.page-form {
  margin: 0 0 30px 0;
  padding: 30px;
  background: var(--color-bggray);
  border-radius: var(--border-radius);
}
.title-form {
  position: relative;
  margin-bottom: 30px;
  padding: 0 0 0 20px;
  font-size: var(--text-18);
  font-weight: 400;
  line-height: 24px;
  color: var(--color-black);
}
.title-form::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--color-black);
  transform: translateY(-50%);
}
.form {}
.color-red {
  color: var(--color-red);
}
.contact-line-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 30px 0;
}
.btn-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 10px;
  width: 120px;
  height: 40px;
  background: var(--color-white);
  border: solid 1px var(--color-black);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  color: var(--color-black);
  text-align: center;
  text-decoration: none;
}
.btn-link:hover {
  background: var(--color-darkgray);
  color: var(--color-white);
  text-decoration: none;
}
.subtitle {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0;
  font-size: var(--text-22);
  font-weight: 700;
  line-height: 24px;
  color: var(--color-darkgray);
}
.subtitle span {
  position: relative;
  display: block;
  padding: 0 25px;
  z-index: 1;
}
.subtitle span::before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  width: 12px;
  height: 12px;
  background: rgba(0,241,234,0.65);
  border-radius: 9999px;
  z-index: 1;
}
.subtitle span::after {
  position: absolute;
  top: 8px;
  left: 5px;
  content: "";
  width: 12px;
  height: 12px;
  background: rgba(255,0,80,0.65);
  border-radius: 9999px;
  z-index: 0;
}
.page-inside {
  margin: 0 0 30px 0;
}
.feature-list {
  position: relative;
  margin: 0;
}
.title-feature {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.title-num { 
  position: relative;
  margin: 0 auto;
  width: 48px;
  opacity: 1;
}
.title-num:before {
  position: absolute;
  top: -10px;
  left: -10px;
  content: "";
  width: 32px;
  height: 32px;
  background-color: rgba(0,241,234,0.65);
  border-radius: 999px;
  z-index: 0;
}
.title-num span {
  position: relative;
  display: block;
  margin: 10px 0 0 0;
  padding: 10px;
  width: 48px;
  height: 48px;
  background-color: rgba(255,0,80,0.65);
  border-radius: 999px;
  color: var(--color-white);
  font-family: "Oswald", sans-serif;
  font-size: var(--text-24);
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  z-index: 1;
}
.title-feature .title-text {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 24px 0;
  text-align: center;
  font-size: var(--text-16);
  font-weight: 700;
  line-height: 24px;
  color: var(--color-black);
}
.title-feature .title-text::before, .title-feature .title-text::after {
  content: " ";
  display: block;
  margin-top: 11px;
  height: 2px;
  background-color: var(--color-lightgray);
} 
.feature-outline {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.feature-outline .img {
  position: relative;
  width: 35%;
}
.feature-outline .img img {
  width: 100%;
  border-radius: var(--border-radius);
}
.feature-outline.outline2 .img {}
.feature-outline .txt {
  flex: 0 0 auto;
  padding: 0 0 0 40px;
  width: 65%;
}
.feature-outline.outline2 .txt {
  flex: 0 0 auto;
  padding: 0 40px 0 0;
  width: 65%;
}
.liver-service-list {
  position: relative;
  margin: 0;
}
.liver-service-list .post-inside {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.liver-service-no {
  padding-right: 15px;
  font-family: "Oswald", sans-serif;
  font-size: var(--text-30);
  font-weight: 700;
  line-height: 30px;
  color: var(--color-black);
}
.liver-service-text .post-title {
  font-weight: 700;
}
.liver-service-text p {
  font-size: var(--text-12);
}
.support-area {
  position: relative;
  margin: 0;
}
.support-desc {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.support-desc .img {
  position: relative;
  width: 35%;
}
.support-desc .img img {
  width: 100%;
  border-radius: var(--border-radius);
}
.support-desc .txt {
  flex: 0 0 auto;
  padding: 0 40px 0 0;
  width: 65%;
}
.support-hilight {
  margin: 0 auto;
  padding: 30px 20px;
  width: 70%;
  height: auto;
  background: var(--color-lightgray);
  background-image: url(../img/bg.jpg);
  background-size: cover;
  border-radius: var(--border-radius);
  text-align: center;
}
.support-hilight p {
  margin: 0;
  font-size: var(--text-16);
  font-weight: 700;
}

.step-area {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.step-inside {
  padding: 0;
}
.step-list {
  position: relative;
}
.step-list .step-item {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: center;
  align-items: stretch;
  padding: 20px;
  border-top: dashed 1px var(--color-lightgray1);
}
.step-list .step-item:first-child {
  border-top: none;
}
.step-list .step-item .step-numb { 
  position: relative;
  width: 64px;
  opacity: 1;
}
.step-list .step-item .step-numb:before {
  position: absolute;
  top: 0;
  left: -10px;
  content: "";
  width: 48px;
  height: 48px;
  background-color: rgba(0,241,234,0.65);
  border-radius: 999px;
  z-index: 0;
}
.step-list .step-item .step-numb span {
  position: relative;
  display: block;
  margin: 10px 0 0 0;
  padding: 16px 10px 10px 10px;
  width: 64px;
  height: 64px;
  background-color: rgba(255,0,80,0.65);
  border-radius: 999px;
  color: var(--color-white);
  font-family: "Oswald", sans-serif;
  font-size: var(--text-24);
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  z-index: 1;
}
.step-list .step-item .step-numb span:before {
  display: block;
  content: "STEP";
  font-size: var(--text-10);
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 2px;
}
.step-list .step-item .step-desc {
  display: flex;
  flex-direction: row;
  flex: 1;
  margin: 0 0 0 20px;
  padding: 0 0 0 20px;
  border-left: dashed 1px var(--color-lightgray1);
}
.step-list .step-item .step-desc .step-txt {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.step-list .step-item .step-desc .step-txt .step-title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.step-list .step-item .step-desc .step-txt .step-title h5 {
  margin-bottom: 10px;
  font-size: var(--text-18);
  font-weight: 700;
  color: var(--color-black);
}
.step-list .btn-contact-line {
  width: 180px;
}
.partner-area {
  position: relative;
  margin: 0;
}
.partner-desc {
  position: relative;
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
  width: 100%;
}
.partner-desc .img {
  position: relative;
  width: 35%;
}
.partner-desc .img img {
  width: 100%;
  border-radius: var(--border-radius);
}
.partner-desc .txt {
  flex: 0 0 auto;
  padding: 0 40px 0 0;
  width: 65%;
}
.partner-blog {
  margin: 0 auto;
  padding: 30px 20px;
  width: 90%;
  height: auto;
  background: var(--color-lightgray);
  background-image: url(../img/bg.jpg);
  background-size: cover;
  border-radius: var(--border-radius);
  text-align: left;
}
.partner-blog p {
  font-size: var(--text-16);
  font-weight: 700;
}
.content-list {
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
}
.content-list li {
  list-style: disc outside;
}
.partner-blog .content-list {
  margin: 0;
}
.content-list-num {
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
}
.content-list-num li {
  padding: 0 0 0 5px;
  list-style: decimal outside;
}
.section-qa {
  background-color: var(--color-white);
}
.main-qa {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.accordion-button:focus {
  box-shadow: unset;
}
.accordion-button span {
  position: relative;
  padding: 0 10px 0 0;
}
.accordion-button .q {
  position: relative;
  padding: unset;
}
.accordion-button .q::before {
  position: relative;
  display: inline-block;
  content: 'Q.';
  margin: 0 10px 0 0;
  padding: 0;
  width: 32px;
  height: 32px;
  background: rgba(255,0,80,0.65);
  border-radius: var(--border-radius);
  font-size: var(--text-14);
  font-weight: 700;
  line-height: 32px;
  color: var(--color-white);
  text-align: center;
  z-index: 1;
}
.accordion-button .q::after {
  position: absolute;
  top: -5px;
  left: -5px;
  content: "";
  width: 18px;
  height: 18px;
  background-color: rgba(0, 241, 234, 0.65);
  border-radius: 999px;
  z-index: 0;
}
.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: unset;
  color: var(--color-black);
}
.accordion-body {
  position: relative;
  padding: 1rem 2rem 1rem 4rem;
  background: var(--color-lightgray);
}
.company-area {
  position: relative;
  margin: 0;
}
.company-desc {
  position: relative;
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
  width: 100%;
}
.company-desc .img {
  position: relative;
  width: 35%;
}
.company-desc .img img {
  width: 100%;
  border-radius: var(--border-radius);
}
.company-desc .txt {
  flex: 0 0 auto;
  padding: 0 40px 0 0;
  width: 65%;
}
.company-profile {
  margin-bottom: 30px;
  overflow: hidden;
  background-color: var(--color-lightgray);
}
.company-profile li {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-content: flex-start;
  width: 100%;
}
.company-profile li span {
  flex: 30%;
  padding: 15px 20px;
  border-bottom: dashed 1px var(--color-lightgray1);
  color: var(--color-black);
}
.company-profile li span+span {
  flex: 70%;
  background-color: #fff;
  border-bottom: dashed 1px var(--color-lightgray1);
  color: var(--color-black);
}
.company-profile li:first-child span {
  border-top: dashed 1px var(--color-lightgray1);
}
.company-profile li:first-child span+span {
  border-top: dashed 1px var(--color-lightgray1);
}
.google-map {
  position: relative;
  margin: 0 0 20px 0;
}
.google-map iframe {
  width: 100%;
  height: 360px;
}
.page-link {
  margin: 0 7px 0 0;
  font-size: var(--text-10);
  color: var(--color-black);
}
.page-link:hover {
  background-color: var(--color-lightgray);
  color: var(--color-magenta);
}
.active>.page-link, .page-link.active {
  background-color: var(--color-lightgray1);
  border-color: var(--color-lightgray1);
  color: var(--color-black);
}
.post-news {
  position: relative;
}
.post-news-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 0 30px 0;
}
.post-news-date {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: var(--color-mediumgray);
}
.post-news-title {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0;
  font-size: var(--text-22);
  font-weight: 700;
  line-height: 24px;
  color: var(--color-darkgray);
}
.post-news-title span {
  position: relative;
  display: block;
  padding: 0 25px;
  z-index: 1;
}
.post-news-title span::before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  width: 12px;
  height: 12px;
  background: rgba(0,241,234,0.65);
  border-radius: 9999px;
  z-index: 1;
}
.post-news-title span::after {
  position: absolute;
  top: 8px;
  left: 5px;
  content: "";
  width: 12px;
  height: 12px;
  background: rgba(255,0,80,0.65);
  border-radius: 9999px;
  z-index: 0;
}
.post-news-detail {
  text-align: left;
}
.post-news-img {
  margin: 0 0 30px 0;
  text-align: center;
}
.post-news-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto !important;
  max-width: 100%;
  height: auto;
}

.social-share {
  display: block;
  padding: 20px 0;
  width: 100%;
}
.social-share ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.social-share ul li {
  width: auto;
}
.social-share a {
  font-size: var(--text-16);
  font-weight: 400;
  line-height: 30px;
  color: var(--color-black);
}
.social-share a {
  padding: 0 10px;
}
.social-share a:hover {
  color: var(--color-magenta);
}
.main-banner-txt {
  width: 40%;
}
.main-banner-img {
  width: 60%;
}
.blog-banner-img {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 545px;
  display: flex;
  flex-direction: row;
  justify-content: center;  
}
.single-img {
  margin: 0;
  width: 320px;
  border-radius: var(--border-radius);
  transition: 1s;
}
.single-img.img1 {
  position: absolute;
  top: 0;
  left: 0;
}
.single-img.img2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-img.img3 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.single-img img {
  display: block;
  width: 100%;
  border-radius: var(--border-radius);
}
.single-img:hover {
  transform: scale(1.2);
  z-index: 3;
}
.single-img.img2:hover {
  transform: scale(1.2) translate(-50%, -50%);
}