@charset "UTF-8";
html {
  font-size: 100%;
  overflow-x: hidden !important;
}

body {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  overflow-x: hidden !important;
  background-color: #FFFFFF !important;
}

p {
  font-size: 16px;
  line-height: 1.6875;
  letter-spacing: 0.04em;
  color: #333;
}

h1.entry-title,
.edit-link {
  display: none !important;
}

.wrapper {
  padding: 0 !important;
}

.content-area {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.navbar {
  padding: 0 !important;
}

@media screen and (min-width: 767px) {
  .sp {
    display: none !important;
  }
}

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

@media (min-width: 992px) {
  .container {
    max-width: 1180px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 850px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .container {
    max-width: 548px;
  }
}
.inner {
  position: relative;
  width: 100%;
  max-width: 1180px;
  height: inherit;
  padding: 0 24px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .inner {
    width: 100%;
    padding: 0 40px;
  }
}
.entry-header,
main {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  main {
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  body .navbar-expand-md .navbar-collapse {
    display: none !important;
  }
}
.navbar {
  height: 80px;
  width: 100%;
  padding-inline: clamp(15px, 2.0833333333vw, 50px) !important;
  -webkit-box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
}

#wrapper-navbar {
  position: fixed;
  width: 100%;
  z-index: 102;
}

#main-nav {
  background: white !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar .container {
  max-width: 1440px !important;
}

.navbar-brand {
  width: 28.8194444444%;
  min-width: 100px;
  max-width: 220px;
  max-height: 80px;
}
.navbar-brand img {
  -o-object-fit: contain;
     object-fit: contain;
}

.navbar .menu-item {
  padding-left: clamp(15px, 2.0833333333vw, 53px);
}

.navbar-nav .active .nav-link {
  color: #062545 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .navbar-brand img {
    max-height: 50px;
  }
}
.drawer__icon {
  border: none;
  position: fixed;
  z-index: 102;
  top: 22px;
  right: 20px;
  width: 24px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #FFFFFF;
}

.drawer__icon--bar {
  width: 20px;
  height: 2px;
  background: #062545;
}

.drawer__icon.js-show .drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 7.5px;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -7.5px;
}

.hum_btn-main,
.nav-link {
  font-size: clamp(16px, 1.3888888889vw, 20px) !important;
  font-family: "Noto Serif", serif;
  font-weight: 700 !important;
  color: #333 !important;
  white-space: nowrap;
  text-align: center;
}
.hum_btn-main:hover,
.nav-link:hover {
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .navbar {
    height: 60px;
  }
  .navbar .navbar-nav {
    width: 96%;
    margin-left: 0 !important;
  }
  .navbar .navbar-collapse {
    background: #FFFFFF;
    padding-top: 60px;
    height: 100vh;
    position: absolute;
    top: 60px;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .navbar .header-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
    margin-right: -26px;
  }
  .navbar .header-btns a {
    width: 75px;
    height: 60px;
    padding: 6px 0;
    margin-right: 2px;
    background-color: #e4c356;
    text-align: center;
    font-size: 13px;
    color: #FFFFFF;
    text-decoration: none;
  }
  .navbar .header-btns a i {
    font-size: 18px;
    margin: 0 0 7px 0 !important;
  }
  .navbar .header-btns a p {
    margin-bottom: 0;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 1.2;
  }
}
.footer {
  background: #062545;
  padding-top: 60px;
}
.footer .logo {
  text-align: center;
}
.footer .logo img {
  width: 200px;
}
.footer #right-footer .menu #main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 40px;
}
.footer #right-footer .menu #main-menu li {
  border-left: 2px solid #FFFFFF;
}
.footer #right-footer .menu #main-menu li a {
  color: #FFFFFF !important;
  font-size: 20px;
  padding: 0 20px;
  letter-spacing: 6px;
}
.footer #right-footer .menu #main-menu li:nth-child(1) {
  border-left: none;
}
.footer .copyright {
  font-size: 13px;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  margin-top: 80px;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer {
    padding-top: 0;
  }
  .footer #right-footer .menu #main-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .footer #right-footer .menu #main-menu li {
    border: none;
  }
  .footer .copyright {
    margin-top: 20px;
  }
}
#scroll {
  position: fixed;
  right: 50px;
  bottom: 50px;
  display: none;
  display: grid;
}
#scroll i {
  font-size: 20px;
  color: #FFFFFF;
  position: fixed;
  z-index: 99;
  right: 83px;
  bottom: 100px;
}
#scroll #green-tooth {
  position: absolute;
}
#scroll #orange-tooth {
  opacity: 0;
}
#scroll:hover #green-tooth {
  opacity: 1;
}
#scroll:hover #orange-tooth {
  opacity: 0;
}
#scroll p {
  position: fixed;
  bottom: 60px;
  right: 72px;
  color: #FFFFFF;
  font-weight: 600;
}

@media screen and (max-width: 992px) {
  #scroll {
    right: 30px;
    bottom: 30px;
  }
  #scroll i {
    right: 63px;
    bottom: 83px;
  }
  #scroll p {
    bottom: 43px;
    right: 52px;
  }
}
@media screen and (max-width: 767px) {
  #scroll {
    bottom: 15px;
    right: 15px;
    width: 50px;
  }
  #scroll i {
    right: 35px;
    bottom: 45px;
    font-size: 16px;
  }
  #scroll p {
    bottom: 12px;
    right: 26px;
    font-size: 12px;
  }
}
.title-jp {
  padding-left: 40px;
}

.title-en {
  text-transform: uppercase;
  font-size: 36px !important;
  font-weight: 700 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.title-en::before {
  content: "";
  width: 30px;
  height: 30px;
  background: #062545;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.btn {
  padding: 0;
  width: 100%;
}

.btn a {
  display: block;
  width: 100%;
  max-width: 300px;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%; /* 27px */
  letter-spacing: 0.54px;
  padding: 16px 100px 16px 24px;
  background: #062545;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}
.btn a::after {
  content: "";
  position: absolute;
  bottom: 50%;
  right: 24px;
  translate: 0 50%;
  width: 52px;
  height: 5px;
  border-bottom: 1px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  -webkit-transform: skew(60deg);
          transform: skew(60deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .btn a:hover::after {
    right: 14px;
  }
}

.page-h1 {
  text-align: center;
  margin-bottom: 60px;
}

.sub-title {
  font-weight: 700 !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.top-news .sub-title {
  color: #062545;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.68px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.top-news .sub-title::before {
  content: "";
  width: 195px;
  height: 195px;
  background: url("../../understrap-child-master/img/top-deco1.png") no-repeat center center/contain;
  position: absolute;
  left: -100%;
  top: -100%;
  translate: -100% -100%;
}
.top-news .top-news_title {
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3.6px;
  display: block;
}
.top-news .top-news_title::before {
  display: none;
}
.top-news .wp-block-latest-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-top: 51px;
}
.top-news .wp-block-latest-posts__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 64px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #062545;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.top-news .wp-block-latest-posts__list li::before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  translate: 0 -50%;
  right: 30px;
  width: 2px;
  height: 12px;
  border-radius: 20px;
  background: #96a0af;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top-news .wp-block-latest-posts__list li::after {
  content: "";
  position: absolute;
  top: calc(50% + 4px);
  translate: 0 -50%;
  right: 30px;
  width: 2px;
  height: 12px;
  border-radius: 20px;
  background: #96a0af;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .top-news .wp-block-latest-posts__list li:hover {
    border-radius: 20px;
    border: 1px solid #062545;
    background: #fff;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  .top-news .wp-block-latest-posts__list li:hover::before, .top-news .wp-block-latest-posts__list li:hover::after {
    background: #062545;
  }
}
.top-news .wp-block-latest-posts__list li a {
  padding: 30px 30px 30px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 200%; /* 36px */
  text-decoration: none !important;
  color: #333 !important;
  width: 100%;
  height: 100%;
}
@media (any-hover: hover) {
  .top-news .wp-block-latest-posts__list li a:hover {
    opacity: 1;
  }
}
.top-news .wp-block-latest-posts__list li time {
  color: #96a0af;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.56px;
  width: 150px;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .top-news .sub-title::before {
    width: 110px;
    height: 110px;
    left: 50%;
    top: -110px;
    translate: -40% 0;
  }
  .top-news .wp-block-latest-posts__list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 10px;
    position: relative;
  }
  .top-news .wp-block-latest-posts__list li::before, .top-news .wp-block-latest-posts__list li::after {
    right: clamp(10px, 4vw, 30px);
  }
  .top-news a {
    font-size: 16px !important;
    padding: clamp(10px, 5.3333333333vw, 30px) !important;
    padding-top: 0px !important;
  }
  .top-news time {
    padding-left: clamp(10px, 5.3333333333vw, 30px) !important;
    padding-top: clamp(10px, 5.3333333333vw, 30px) !important;
  }
}
.news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-bottom: 40px;
}
.news_list .page_title {
  padding-top: 40px;
  padding-bottom: 20px;
}

.news_list article a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 64px;
  border-radius: 20px;
  background: #fff;
   border: 1px solid #062545;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 30px;
  position: relative;
}
.news_list article a::before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  translate: 0 -50%;
  right: 30px;
  width: 2px;
  height: 12px;
  border-radius: 20px;
  background: #96a0af;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news_list article a::after {
  content: "";
  position: absolute;
  top: calc(50% + 4px);
  translate: 0 -50%;
  right: 30px;
  width: 2px;
  height: 12px;
  border-radius: 20px;
  background: #96a0af;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .news_list article a:hover {
    border-radius: 20px;
    border: 1px solid #062545;
    background: #fff;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  .news_list article a:hover .entry-title {
    color: #333 !important;
  }
  .news_list article a:hover::before, .news_list article a:hover::after {
    background: #062545;
  }
}
.news_list article a .entry-title {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 200%; /* 36px */
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news_list article a time {
  color: #96a0af;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.56px;
  width: 150px;
}

@media screen and (max-width: 767px) {
  .news_list article a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 10px;
    padding: clamp(10px, 5.3333333333vw, 30px) !important;
  }
  .news_list article a::before, .news_list article a::after {
    right: clamp(10px, 4vw, 30px);
  }
  .entry-title {
    font-size: 16px !important;
  }
}
.single-item-title {
  padding-top: 40px;
  padding-bottom: 10px;
  line-height: 2;
  letter-spacing: 0;
  margin-bottom: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-item-title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  background: #062545;
  opacity: 0.5;
  bottom: 0;
}
.single-item-title::after {
  position: absolute;
  content: "";
  width: 10%;
  height: 5px;
  background: #062545;
  bottom: 0;
  left: 0;
}

.entry-meta {
  padding: 10px;
  color: #062545;
}

.entry-content {
  padding: 60px 10px;
}

.navigation .nav-links {
  gap: 20px;
}

.navigation a {
  color: #062545 !important;
  text-decoration: none;
}

#top-wrapper {
  background: url(../img/dot.png) no-repeat center center/cover;
}

.fv {
  height: calc(100svh - 80px);
  margin: 0 calc(50% - 50vw) 0 60px;
}

.fv__wrap {
  position: relative;
}

.fv__img {
  height: 100%;
  height: calc(100svh - 80px);
}
.fv__img img {
  border-radius: 0 0 0 100px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv__text {
  position: absolute;
  bottom: 10%;
  left: 10%;
  font-size: clamp(20px, 2.7777777778vw, 40px) !important;
  font-weight: 700 !important;
}
.fv__text span {
  color: #062545;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  line-height: 1.7;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #FFFFFF), color-stop(20%, rgb(252, 191, 49)));
  background: linear-gradient(#FFFFFF 80%, rgb(252, 191, 49) 20%);
}

.fv__scrolldown-text {
  position: absolute;
  left: -45px;
  bottom: 160px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  rotate: 90deg;
}

.fv__scrolldown-bar {
  position: absolute;
  left: -20px;
  bottom: 55px;
  width: 2px;
  height: 100px;
  background: #BBBBBB;
  overflow: hidden;
}

.fv__scrolldown-bar-active {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 2px;
  height: 50px;
  background: #000;
  -webkit-animation: 3s ease-in-out backwards infinite scrollDown;
          animation: 3s ease-in-out backwards infinite scrollDown;
}

@-webkit-keyframes scrollDown {
  0% {
    bottom: 100%;
  }
  100% {
    bottom: -50px;
  }
}

@keyframes scrollDown {
  0% {
    bottom: 100%;
  }
  100% {
    bottom: -50px;
  }
}
.company {
  padding-top: 100px;
  padding-bottom: 100px;
}

.company__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(40px, 4.1666666667vw, 60px);
}

.company__left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.company__text {
  margin-top: 20px;
}

.company__btn {
  margin-top: 20px;
}

.company__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 1300px) {
  .fv {
    margin-left: clamp(-200px, -1 * (100vw - 1440px) / 2, 0px);
  }
}
@media screen and (max-width: 767px) {
  .fv {
    height: calc(var(--vh, 1vh) * 100 - 60px);
    margin: 0 calc(50% - 50vw) 0 50px;
  }
  .fv__text {
    left: 5%;
    font-size: clamp(15px, 4.5vw, 24px) !important;
  }
  .fv__img {
    height: calc(var(--vh, 1vh) * 100 - 60px);
  }
  .company {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .company__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .company__left,
  .company__right {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
}
.top-service {
  background: #dee0e5;
  margin: 0 calc(50% - 50vw);
  padding-top: 100px;
  padding-bottom: 100px;
}

.top-service__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 2.7777777778vw, 40px);
  margin-top: 60px;
}

.top-service__item {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 40px 20px 20px 20px;
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 12px;
}

.top-service__item-num {
  font-size: clamp(60px, 4.8611111111vw, 70px);
  color: #e4c356 !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 700 !important;
  position: absolute;
  top: -47px;
  left: 50%;
  translate: -50%;
}

.top-service__item-title {
  text-align: center;
}

.top-service__item-img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin: 0 auto;
}
.top-service__item-img img {
  height: 200px;
}

.top-service__btn {
  margin: 0 auto;
  text-align: center;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .top-service {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .top-service__inner {
    max-width: 548px;
  }
  .top-service__item-title {
    font-size: clamp(20px, 6.3492063492vw, 24px) !important;
  }
  .top-service__wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.summary__text {
  text-align: center;
}

.feature {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #dee0e5;
  margin: 0 calc(50% - 50vw);
}

.feature__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: clamp(20px, 2.7777777778vw, 40px);
     -moz-column-gap: clamp(20px, 2.7777777778vw, 40px);
          column-gap: clamp(20px, 2.7777777778vw, 40px);
  margin-top: 40px;
  padding-left: 0;
}

.feature__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 12px;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 40px clamp(10px, 1.3888888889vw, 20px);
}

.feature__item-title {
  font-size: clamp(18px, 1.6666666667vw, 26px) !important;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .summary__text {
    text-align: left;
  }
  .feature {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .feature__items {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .feature__item {
    padding: 40px 20px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
.influencer {
  padding-top: 100px;
  padding-bottom: 100px;
}

.influencer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(40px, 5.5555555556vw, 80px);
  max-width: 800px;
  margin: 0 auto;
  margin-top: 60px;
}
.influencer__wrap::before {
  content: "";
  position: absolute;
  top: 55%;
  left: 50%;
  translate: -50% -50%;
  width: 100vw;
  height: 100%;
  background: #062545;
  opacity: 0.7;
  z-index: -1;
  -webkit-clip-path: polygon(0 30%, 100% 0, 100% 70%, 0% 100%);
          clip-path: polygon(0 30%, 100% 0, 100% 70%, 0% 100%);
}
.influencer__wrap::after {
  content: "";
  position: absolute;
  top: 55%;
  left: 50%;
  translate: -50% -50%;
  width: 100vw;
  height: 100%;
  background: url(../img/influencer-bg.jpeg) no-repeat center center/cover;
  z-index: -2;
  -webkit-clip-path: polygon(0 30%, 100% 0, 100% 70%, 0% 100%);
          clip-path: polygon(0 30%, 100% 0, 100% 70%, 0% 100%);
}

.influencer__left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.influencer__img img {
  width: 100%;
  max-width: 300px;
}

.influencer__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.influencer__name {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 600;
  padding-top: 20px;
}

.influencer__text {
  margin-top: 2rem;
  color: #FFFFFF;
}

.influencer__last {
  text-align: right;
  font-size: 20px;
  font-weight: 600;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .influencer {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .influencer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
  .influencer__wrap::after, .influencer__wrap::before {
    top: 57%;
    height: 80%;
    -webkit-clip-path: polygon(0 15%, 100% 0, 100% 85%, 0% 100%);
            clip-path: polygon(0 15%, 100% 0, 100% 85%, 0% 100%);
  }
  .influencer__left,
  .influencer__right {
    width: 100%;
  }
  .influencer__img {
    text-align: center;
    margin: 0 auto;
  }
  .influencer__last {
    font-size: 18px;
    text-align: center;
  }
}
@media screen and (max-width: 374px) {
  .influencer__last {
    font-size: 16px;
  }
}
.operating {
  padding-top: 100px;
}

.operating__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: clamp(20px, 2.7777777778vw, 40px);
     -moz-column-gap: clamp(20px, 2.7777777778vw, 40px);
          column-gap: clamp(20px, 2.7777777778vw, 40px);
  margin-top: 40px;
  padding-left: 0;
}

.operating__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 10px;
  border: 2px solid #062545;
  padding: 40px clamp(10px, 1.1111111111vw, 20px) 10px;
  border-radius: 20px;
  background: #eef0f4;
}

.operating__img {
  width: 50%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
  margin-bottom: 20px;
}

.operating__item-title {
  font-size: clamp(18px, 1.6666666667vw, 24px);
  text-align: center;
}

.operating__text {
  font-size: clamp(20px, 1.6666666667vw, 24px);
  text-align: center;
}
.operating__text .big {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(30px, 2.7777777778vw, 40px);
  font-weight: 700;
}

.operating__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 calc(50% - 50vw);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 80px;
  max-width: 1600px;
}

.operating__gallery-img {
  width: 50%;
}

@media (min-width: 1600px) {
  .operating__gallery {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .operating__inner {
    padding: 0 20px;
  }
  .operating {
    padding-top: 60px;
  }
  .operating__list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.interview {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #dee0e5;
  margin: 0 calc(50% - 50vw);
}

.interview__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 40px;
  padding: 0;
}

.interview__item {
  width: 100%;
  display: block;
  margin: 0;
}
.interview__item iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

#service-wrapper .entry-content {
  padding-bottom: 0;
}

@media screen and (max-width: 992px) {
  .interview__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .interview__item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .interview {
    padding-top: 80px;
  }
  .interview__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .interview__item {
    width: 100%;
  }
}
.about__table {
  max-width: 800px;
  margin: 0 auto;
}
.about__table th {
  min-width: 85px !important;
}

.hissu {
  color: #FFFFFF;
  padding: 0px 6px;
  background: rgb(253, 67, 67);
  border-radius: 4px;
  margin-left: 10px;
}

.wpcf7 label {
  font-size: 18px !important;
  font-weight: 500 !important;
}

.wpcf7 input {
  margin-top: 2px;
}

.your-submit {
  font-size: 20px !important;
  background: #062545 !important;
  border: 1px solid #062545 !important;
  color: #FFFFFF !important;
  border-radius: 0px !important;
  max-width: 300px !important;
  margin: 0 auto !important;
  margin-top: 40px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}
@media (any-hover: hover) {
  .your-submit:hover {
    opacity: 0.7 !important;
  }
}

.contact-btn {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  margin: 0 auto;
}/*# sourceMappingURL=app.css.map */