/*** The new CSS reset - version 1.7.2 (last updated 23.6.2022) ***/
*:where(:not(html, iframe, canvas, img, svg, video):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
}

a,
button {
  cursor: revert;
}

a {
  text-decoration: none !important;
  transition-duration: 0.5s;
}
a:hover {
  opacity: 0.8;
  transition-duration: 0.5s;
  cursor: pointer;
}

ol,
ul,
menu {
  list-style: none;
  padding-left: 0;
}

img, video {
  max-width: 100%;
  max-height: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

.dummy {
  color: #ff31f1 !important;
}

/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
basic
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
html {
  font-size: 10px;
}

body {
  overflow-x: hidden;
  font-feature-settings: "palt";
  background-color: #fff;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
}

body.is-menu-open {
  overflow: hidden;
}

main.lowerpage {
  padding-top: 120px;
}

.wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

.colored {
  padding-top: 120px;
  padding-bottom: 120px;
}

.pc {
  display: block;
}

.pc-tb {
  display: block;
}

.tb-sp {
  display: none;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pc {
    display: none;
  }
  .pc-tb {
    display: none;
  }
  .tb-sp {
    display: block;
  }
  .sp {
    display: block;
  }
}
/*
--------------------------------------
*/
/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
module section-title
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
.m_section-title {
  text-align: center;
}
.m_section-title__en {
  font-size: 82px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #4d4d4d;
}
.m_section-title__jp {
  margin-top: 12px;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 400;
  color: #4d4d4d;
}

@media screen and (max-width: 768px) {
  .m_section-title__en {
    font-size: 48px;
  }
  .m_section-title__jp {
    margin-top: 8px;
    font-size: 18px;
  }
}
/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
module btn
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
.m_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  min-height: 60px;
  padding: 16px 30px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  transition: opacity 0.3s ease;
}
.m_btn:hover {
  opacity: 0.7;
}
.m_btn__text {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .m_btn {
    min-width: 260px;
    min-height: 60px;
    padding: 12px 12px;
    font-size: 14px;
  }
}
/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
module post-card
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
.m_post-card__link {
  display: block;
}
.m_post-card__thumb {
  overflow: hidden;
  aspect-ratio: 1/0.72;
  background-color: #ddd;
}
.m_post-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #ddd;
}
.m_post-card__thumb img.noimage {
  background-color: #F9F9F8;
  padding: 32px;
  border: solid 1px #eee;
}
.m_post-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m_post-card__body {
  padding-top: 30px;
}
.m_post-card__title {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  color: #4d4d4d;
}
.m_post-card__date {
  display: block;
  margin-top: 18px;
  font-size: 16px;
  text-align: center;
  color: #4d4d4d;
}
.m_post-card__text {
  margin-top: 20px;
  font-size: 15px;
  line-height: 2;
  color: #4d4d4d;
}

@media screen and (max-width: 768px) {
  .m_post-card__thumb img.noimage {
    padding: 8px;
  }
  .m_post-card__body {
    padding-top: 16px;
  }
  .m_post-card__title {
    font-size: 19px;
  }
  .m_post-card__date {
    margin-top: 12px;
    font-size: 14px;
  }
  .m_post-card__text {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.8;
  }
}
/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
module works-card
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
.m_works-card__link {
  display: block;
}
.m_works-card__thumb {
  overflow: hidden;
  aspect-ratio: 1/1;
  background-color: #ddd;
}
.m_works-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.m_works-card__img.noimage {
  background-color: #F9F9F8;
  padding: 32px;
  border: solid 1px #eee;
  -o-object-fit: contain;
     object-fit: contain;
}
.m_works-card__body {
  padding-top: 18px;
}
.m_works-card__term {
  display: table;
  min-width: 160px;
  margin: 0 auto;
  padding: 6px 16px;
  background: #000;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
}
.m_works-card__title {
  margin-top: 18px;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;
  color: #4d4d4d;
  text-align: center;
}
.m_works-card__text {
  margin-top: 22px;
  font-size: 15px;
  line-height: 2;
  color: #4d4d4d;
}
.m_works-card__link:hover .m_works-card__img {
  transform: scale(1.06);
}

@media screen and (max-width: 768px) {
  .m_works-card__body {
    padding-top: 14px;
  }
  .m_works-card__term {
    min-width: 130px;
    padding: 5px 12px;
    font-size: 14px;
  }
  .m_works-card__title {
    margin-top: 14px;
    font-size: 20px;
  }
  .m_works-card__text {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.9;
  }
}
/*
--------------------------------------
*/
/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 91px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header__logo {
  flex: 0 0 160px;
}
.header__logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 15px;
}
.header__logo-img {
  max-width: 110px;
  width: 100%;
  height: auto;
}
.header__main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
  height: 100%;
  padding-right: 40px;
}
.header__nav-list {
  display: flex;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header__nav-list a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.header__tel-link {
  color: #fff;
  text-decoration: none;
  display: block;
}
.header__tel-img {
  display: block;
  width: 100%;
  max-width: 230px;
  height: auto;
}
.header.is-white {
  background: #F9F9F8;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.header.is-white .header__nav-list a {
  color: #333;
}
.header.is-white .header__toggle-line {
  background: #333;
}
.header.is-white .header__sp {
  background: transparent;
}
.header {
  /* ========================
  SP
  ======================== */
}
.header__sp {
  position: relative;
  background: rgba(0, 0, 0, 0.7);
}
.header__sp-inner {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.header__sp .header__logo {
  flex: none;
  width: 86px;
}
.header__sp .header__logo-link {
  justify-content: flex-start;
  padding: 0;
}
.header__sp .header__logo-img {
  max-width: 100%;
  width: 100%;
}
.header__toggle {
  position: relative;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.header__toggle-line {
  position: absolute;
  left: 50%;
  width: 28px;
  height: 2px;
  background: #fff;
  transform: translateX(-50%);
  transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
}
.header__toggle-line:nth-of-type(1) {
  top: 12px;
}
.header__toggle-line:nth-of-type(2) {
  top: 20px;
}
.header__toggle-line:nth-of-type(3) {
  top: 28px;
}
.header__sp-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: calc(100vh - 70px);
  max-height: 0;
  overflow: hidden;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.92);
  transition: max-height 0.4s ease, opacity 0.3s ease, visibility 0.3s ease;
}
.header__sp-menu-inner {
  padding: 24px 20px 28px;
}
.header__sp-nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header__sp-nav-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.header__sp-nav-list a {
  display: block;
  padding: 16px 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  text-decoration: none;
}
.header__sp-contact {
  margin-top: 24px;
}
.header__sp-contact-link {
  display: block;
  padding: 16px 18px;
  background: #000;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.header__sp-contact-label {
  display: block;
  font-size: 12px;
  line-height: 1.4;
}
.header__sp-contact-number {
  display: block;
  margin-top: 4px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.header.is-open .header__sp-menu {
  max-height: calc(100vh - 70px);
  opacity: 1;
  visibility: visible;
}
.header.is-open .header__toggle-line:nth-of-type(1) {
  top: 20px;
  transform: translateX(-50%) rotate(45deg);
}
.header.is-open .header__toggle-line:nth-of-type(2) {
  opacity: 0;
}
.header.is-open .header__toggle-line:nth-of-type(3) {
  top: 20px;
  transform: translateX(-50%) rotate(-45deg);
}

@media screen and (max-width: 1200px) {
  .header__main {
    gap: 18px;
    padding-right: 20px;
  }
  .header__nav-list {
    gap: 16px;
  }
  .header__nav-list a {
    font-size: 12px;
  }
  .header__tel {
    padding: 12px 14px;
  }
  .header__tel-img {
    max-width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 70px;
  }
}
/*
--------------------------------------
*/
/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
frontpage fv
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
.fv {
  position: relative;
  min-height: calc(100vh - 130px);
  overflow: hidden;
  z-index: 0;
}
.fv__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.fv__bg-img, .fv__bg-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.fv__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
}
.fv__inner {
  position: relative;
  z-index: 3;
  max-width: 1200px;
  margin: 0 auto;
  min-height: calc(100vh - 130px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px 120px;
  transform: translateY(91px);
  text-align: center;
}
.fv__content {
  width: 100%;
  max-width: 980px;
}
.fv__title {
  margin: 0;
  color: #fff;
}
.fv__title-en {
  display: block;
  font-size: 72px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.04em;
}
.fv__title-ja {
  display: block;
  margin-top: 18px;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
.fv__text {
  margin: 36px auto 0;
  max-width: 760px;
  color: #fff;
  font-size: 18px;
  line-height: 2.3;
  letter-spacing: 0.04em;
}
.fv__btn-wrap {
  margin-top: 48px;
}
.fv__btn {
  min-width: 500px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 20px 40px;
  background: #000;
  border: 2px solid #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.fv__btn:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}

@media screen and (max-width: 768px) {
  .fv {
    min-height: initial;
    height: calc(100vh - 32px);
  }
  .fv__inner {
    min-height: initial;
    padding: 0px 12px 64px;
    height: 100%;
    transform: translateY(70px);
  }
  .fv__title-en {
    font-size: 48px;
  }
  .fv__title-ja {
    font-size: 32px;
  }
  .fv__text {
    margin: 36px auto 0;
    font-size: 14px;
  }
  .fv__btn-wrap {
    margin-top: 48px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .fv__btn {
    min-width: initial;
  }
}
/*
--------------------------------------
*/
/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
frontpage news
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
.news {
  margin-top: 64px;
  margin-bottom: 64px;
  overflow-x: hidden;
}
.news__title {
  margin-bottom: 32px;
}
.news__list > div.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news__list > div.flex article {
  width: 24%;
  margin-bottom: 30px;
}
.news__btn-wrap {
  margin-top: 60px;
  text-align: center;
}
.news__pagination {
  margin-top: 28px;
  text-align: center;
}
.news__pagination .wp-pagenavi,
.news__pagination .pagination {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  align-items: center;
}
.news__pagination a,
.news__pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 10px;
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
  background: #fff;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.news__pagination a:hover,
.news__pagination .current {
  background: #1a1a1a;
  color: #fff;
}
.news__pagination .pages,
.news__pagination .extend {
  border: 0;
  min-width: auto;
  padding: 0 4px;
  background: transparent;
  color: #4d4d4d;
}

@media screen and (max-width: 768px) {
  .news {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .news__title {
    margin-bottom: 32px;
  }
  .news__list {
    display: initial;
    overflow-x: hidden;
  }
  .news__btn-wrap {
    margin-top: 32px;
  }
  .news__pagination {
    margin-top: 20px;
  }
  .news__pagination a,
  .news__pagination span {
    min-width: 36px;
    height: 36px;
    font-size: 13px;
  }
}
/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
frontpage philosophy
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
.philosophy {
  margin-top: 120px;
  margin-bottom: 120px;
}
.philosophy__inner {
  display: flex;
  align-items: flex-start;
}
.philosophy__img {
  width: 50vw;
  flex: 0 0 50vw;
  aspect-ratio: 1/1;
  background-color: #ddd;
}
.philosophy__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #ddd;
}
.philosophy__img-item {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.philosophy__content {
  flex: 1;
  padding-left: 70px;
  padding-right: 40px;
}
.philosophy__content-inner {
  max-width: 660px;
  padding-top: 110px;
}
.philosophy__title {
  text-align: left;
}
.philosophy__heading {
  margin-top: 90px;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
  color: #4d4d4d;
  text-align: center;
}
.philosophy__text {
  margin-top: 34px;
  font-size: 16px;
  line-height: 2.2;
  color: #4d4d4d;
}

@media screen and (max-width: 768px) {
  .philosophy {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .philosophy__inner {
    display: block;
  }
  .philosophy__img {
    width: 100%;
    flex: none;
  }
  .philosophy__content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .philosophy__content-inner {
    max-width: 100%;
    padding-top: 40px;
  }
  .philosophy__title {
    text-align: center;
  }
  .philosophy__heading {
    margin-top: 40px;
    font-size: 22px;
    text-align: center;
  }
  .philosophy__text {
    margin-top: 24px;
    font-size: 14px;
    line-height: 2;
  }
}
/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
frontpage business
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
.business {
  margin-top: 120px;
  margin-bottom: 120px;
}
.business__title {
  margin-bottom: 70px;
}
.business__list {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.business__item {
  position: relative;
  overflow: hidden;
}
.business__link {
  display: block;
  position: relative;
  height: 100%;
}
.business__link:hover {
  cursor: initial;
}
.business__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.business__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
.business__content {
  position: relative;
  z-index: 2;
  padding: 80px 40px;
  color: #fff;
  text-align: center;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}
.business__item-title {
  font-size: 24px;
  font-weight: 700;
}
.business__sub {
  margin-top: 10px;
  font-size: 20px;
  letter-spacing: 0.05em;
}
.business__text {
  margin-top: 30px;
  font-size: 15px;
  line-height: 2;
}
.business__item:hover .business__img {
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .business {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .business__title {
    margin-bottom: 32px;
  }
  .business__list {
    gap: 12px;
  }
  .business__content {
    padding: 40px 24px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .business__item-title {
    font-size: 19px;
  }
  .business__sub {
    margin-top: 4.8px;
    font-size: 15px;
  }
  .business__text {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.8;
  }
}
/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
frontpage strength
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
.strength {
  margin-top: 120px;
  margin-bottom: 120px;
  background-color: #ddd;
}
.strength__list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.strength__item {
  display: flex;
  align-items: center;
}
.strength__image {
  width: 50vw;
  flex: 0 0 50vw;
}
.strength__img {
  display: block;
  width: 100%;
  height: auto;
  background-color: #777;
  aspect-ratio: 16/9;
}
.strength__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #777;
  aspect-ratio: 16/9;
}
.strength__content {
  flex: 1;
  padding-left: 40px;
  padding-right: calc((100vw - 1400px) / 2 + 40px);
}
.strength__content-inner {
  width: 100%;
}
.strength__head {
  display: flex;
  align-items: center;
  gap: 24px;
}
.strength__num {
  display: inline-block;
  font-size: 120px;
  line-height: 1;
  font-weight: 400;
  color: #9c9c9c;
  letter-spacing: 0.04em;
}
.strength__title {
  font-size: 34px;
  line-height: 1.4;
  font-weight: 700;
  color: #4d4d4d;
}
.strength__text {
  margin-top: 40px;
  font-size: 16px;
  line-height: 2.4;
  color: #4d4d4d;
}
.strength__item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.strength__item:nth-of-type(even) .strength__content {
  padding-left: calc((100vw - 1400px) / 2 + 40px);
  padding-right: 40px;
}

.colored {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (max-width: 1480px) {
  .strength__content {
    padding-right: 40px;
  }
  .strength__item:nth-of-type(even) .strength__content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .strength {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .strength__list {
    gap: 50px;
  }
  .strength__item, .strength__item:nth-of-type(even) {
    display: block;
  }
  .strength__image {
    width: 100%;
    flex: none;
  }
  .strength__content, .strength__item:nth-of-type(even) .strength__content {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 24px;
  }
  .strength__head {
    gap: 14px;
  }
  .strength__num {
    font-size: 40px;
  }
  .strength__title {
    font-size: 20px;
    line-height: 1.4;
  }
  .strength__text {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.8;
  }
}
/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
frontpage works
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
.works {
  margin-top: 120px;
  margin-bottom: 120px;
}
.works__heading {
  margin-bottom: 70px;
}
.works__list {
  overflow-x: hidden;
}
.works__btn-wrap {
  margin-top: 60px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .works {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .works__heading {
    margin-bottom: 40px;
  }
  .works__list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .works__list .swiper-slide {
    height: auto;
  }
  .works__btn-wrap {
    margin-top: 40px;
  }
}
/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
frontpage company
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
.company {
  margin-top: 120px;
  margin-bottom: 120px;
}
.company__heading {
  margin-bottom: 80px;
}
.company__message {
  margin-bottom: 70px;
}
.company__message-title {
  font-size: 56px;
  line-height: 1.4;
  font-weight: 700;
  color: #4d4d4d;
}
.company__message-row {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 40px;
  align-items: center;
  margin-top: 40px;
}
.company__message-image {
  overflow: hidden;
  background: #b3b3b3;
  aspect-ratio: 1/1;
}
.company__message-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company__message-content {
  min-width: 0;
}
.company__message-text p {
  font-size: 16px;
  line-height: 2.4;
  color: #4d4d4d;
}
.company__message-text p + p {
  margin-top: 18px;
}
.company__message-name {
  margin-top: 40px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  color: #4d4d4d;
  text-align: right;
}
.company__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.company__table tr {
  border-bottom: 1px solid #bdbdbd;
}
.company__table th,
.company__table td {
  padding: 22px 20px;
  font-size: 16px;
  line-height: 1.8;
  color: #4d4d4d;
  vertical-align: middle;
}
.company__table th {
  width: 240px;
  font-weight: 700;
  text-align: center;
}
.company__table td {
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .company {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .company__heading {
    margin-bottom: 40px;
  }
  .company__message {
    margin-bottom: 40px;
  }
  .company__message-title {
    font-size: 34px;
  }
  .company__message-row {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 24px;
  }
  .company__message-text p {
    font-size: 14px;
    line-height: 2;
  }
  .company__message-name {
    margin-top: 24px;
    font-size: 16px;
  }
  .company__table, .company__table tbody, .company__table tr, .company__table th, .company__table td {
    display: block;
    width: 100%;
  }
  .company__table tr {
    padding: 16px 0;
  }
  .company__table th,
  .company__table td {
    padding: 0;
    text-align: left;
  }
  .company__table th {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .company__table td {
    font-size: 14px;
    line-height: 1.9;
  }
}
/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
frontpage contact
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
.contact {
  background: #c9c9c9;
}
.contact__heading {
  margin-bottom: 30px;
}
.contact__lead {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.contact__lead p {
  font-size: 12px;
  line-height: 2.4;
  color: #4d4d4d;
}
.contact__tel {
  margin-top: 34px;
  text-align: center;
}
.contact__form-wrap {
  max-width: 980px;
  margin: 70px auto 0;
  padding: 70px 60px;
  background: #fff;
}

.contact {
  background: #cfcfcf;
}
.contact__heading {
  margin-bottom: 30px;
}
.contact__lead {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.contact__lead p {
  font-size: 12px;
  line-height: 2.4;
  color: #555;
}
.contact__tel {
  margin-top: 34px;
  text-align: center;
}
.contact__tel-label {
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.contact__tel-number {
  margin-top: 6px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.contact__form-wrap {
  max-width: 980px;
  margin: 70px auto 0;
  padding: 80px 70px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
}

.contact-form {
  margin-top: 40px;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  background-color: #efefef;
  padding: 40px;
}
.contact-form__row {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 30px;
  align-items: start;
  border-bottom: solid 1px #ccc;
  padding-bottom: 24px;
}
.contact-form__row + .contact-form__row {
  margin-top: 30px;
}
.contact-form__head {
  padding-top: 14px;
}
.contact-form__label {
  display: inline-block;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 700;
  color: #2e88b7;
  letter-spacing: 0.04em;
}
.contact-form__body {
  min-width: 0;
}
.contact-form__body .wpcf7-form-control-wrap {
  display: block;
}
.contact-form__body input[type=text],
.contact-form__body input[type=email],
.contact-form__body input[type=tel],
.contact-form__body textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #d7dfe5;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  outline: none;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  font-family: inherit;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.contact-form__body input[type=text],
.contact-form__body input[type=email],
.contact-form__body input[type=tel] {
  height: 56px;
  padding: 0 0 0 4px;
}
.contact-form__body textarea {
  min-height: 220px;
  padding: 14px 4px;
  resize: vertical;
}
.contact-form__body input::-moz-placeholder, .contact-form__body textarea::-moz-placeholder {
  color: #b9c0c7;
}
.contact-form__body input::placeholder,
.contact-form__body textarea::placeholder {
  color: #b9c0c7;
}
.contact-form__body input[type=text]:focus,
.contact-form__body input[type=email]:focus,
.contact-form__body input[type=tel]:focus,
.contact-form__body textarea:focus {
  border-bottom-color: #2e88b7;
  box-shadow: 0 8px 18px rgba(46, 136, 183, 0.08);
  background: #fff;
}
.contact-form__note {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.8;
  color: #777;
}
.contact-form__check {
  padding-top: 10px;
}
.contact-form__check .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 26px;
}
.contact-form__check .wpcf7-list-item {
  margin: 0;
}
.contact-form__check .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.contact-form__check .wpcf7-list-item-label {
  font-size: 15px;
  line-height: 1.6;
  color: #4d4d4d;
}
.contact-form__check input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin: 0 10px 0 0;
  border-radius: 0;
  accent-color: #2e88b7;
  -webkit-appearance: checkbox;
  -moz-appearance: auto;
       appearance: auto;
}
.contact-form__privacy {
  margin-top: 48px;
}
.contact-form__privacy-inner {
  max-width: 680px;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
}
.contact-form__privacy-title {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 700;
  color: #444;
}
.contact-form__privacy-box {
  margin-top: 14px;
  max-height: 180px;
  padding-right: 8px;
  overflow-y: auto;
}
.contact-form__privacy-box p {
  font-size: 14px;
  line-height: 2;
  color: #555;
}
.contact-form__privacy-box p + p {
  margin-top: 10px;
}
.contact-form__agree {
  margin-top: 28px;
  text-align: center;
}
.contact-form__agree .wpcf7-acceptance {
  display: inline-block;
}
.contact-form__agree .wpcf7-list-item {
  margin: 0;
}
.contact-form__agree label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.contact-form__agree span {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  color: #2e88b7;
  letter-spacing: 0.04em;
}
.contact-form__agree input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: #2e88b7;
  border-radius: 0;
  -webkit-appearance: checkbox;
  -moz-appearance: auto;
       appearance: auto;
}
.contact-form__submit {
  margin-top: 34px;
  text-align: center;
}
.contact-form__submit .wpcf7-spinner {
  display: none;
}
.contact-form__submit input[type=submit] {
  min-width: 360px;
  height: 58px;
  padding: 0 28px;
  border: 0;
  border-radius: 0;
  background: linear-gradient(90deg, #8fd3f4 0%, #84a8e7 100%);
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  font-family: inherit;
  letter-spacing: 0.08em;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(93, 138, 209, 0.22);
  transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.contact-form__submit input[type=submit]:hover {
  transform: translateY(-2px);
  opacity: 0.95;
  box-shadow: 0 18px 34px rgba(93, 138, 209, 0.26);
}
.contact-form .wpcf7-not-valid-tip {
  margin-top: 8px;
  font-size: 12px;
}
.contact-form .wpcf7-response-output {
  margin: 24px 0 0;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .contact__heading {
    margin-bottom: 20px;
  }
  .contact__lead p {
    font-size: 11px;
    line-height: 2.1;
  }
  .contact__tel {
    margin-top: 24px;
  }
  .contact__tel-link {
    min-width: 100%;
    min-height: 68px;
    padding: 14px 16px;
  }
  .contact__tel-label {
    font-size: 12px;
  }
  .contact__tel-number {
    font-size: 24px;
  }
  .contact__form-wrap {
    margin-top: 40px;
    padding: 40px 20px;
  }
  .contact-form__row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .contact-form__row + .contact-form__row {
    margin-top: 24px;
  }
  .contact-form__head {
    padding-top: 0;
  }
  .contact-form__label {
    font-size: 14px;
  }
  .contact-form__body input[type=text],
  .contact-form__body input[type=email],
  .contact-form__body input[type=tel] {
    height: 48px;
    font-size: 14px;
  }
  .contact-form__body textarea {
    min-height: 180px;
    font-size: 14px;
  }
  .contact-form__check .wpcf7-checkbox {
    gap: 10px 16px;
  }
  .contact-form__check .wpcf7-list-item-label {
    font-size: 14px;
  }
  .contact-form__note {
    font-size: 11px;
  }
  .contact-form__privacy {
    margin-top: 36px;
    padding-top: 20px;
  }
  .contact-form__privacy-title {
    font-size: 16px;
  }
  .contact-form__privacy-box {
    max-height: 160px;
  }
  .contact-form__privacy-box p {
    font-size: 13px;
    line-height: 1.9;
  }
  .contact-form__agree {
    margin-top: 22px;
  }
  .contact-form__agree span {
    font-size: 15px;
  }
  .contact-form__submit {
    margin-top: 26px;
  }
  .contact-form__submit input[type=submit] {
    min-width: 100%;
    height: 54px;
    font-size: 15px;
  }
}
/*
--------------------------------------
*/
/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
.footer {
  margin-top: 0px;
}
.footer__main {
  padding: 48px 0 54px;
  background: #8d8d8d;
}
.footer__logo {
  text-align: center;
}
.footer__logo-link {
  display: inline-block;
}
.footer__logo-img {
  width: 180px;
  height: auto;
}
.footer__nav {
  margin-top: 0px;
}
.footer__nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px 34px;
}
.footer__nav-link {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
}
.footer__copy {
  background: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.footer__copy-text {
  padding: 10px 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .footer {
    margin-top: 70px;
  }
  .footer__main {
    padding: 36px 0 40px;
  }
  .footer__logo-img {
    width: 140px;
  }
  .footer__nav {
    margin-top: 24px;
  }
  .footer__nav-list {
    gap: 10px 20px;
  }
  .footer__nav-link {
    font-size: 15px;
  }
  .footer__copy-text {
    padding: 12px 0;
    font-size: 13px;
    line-height: 1.7;
  }
}
/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
single article
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
.single-page {
  padding-bottom: 120px;
}

.single-article-section {
  padding-top: 40px;
}

.single-article {
  max-width: 920px;
  margin: 0 auto;
  padding: 56px;
  background: #fff;
  border: 1px solid #e5e5e5;
}
.single-article__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.single-article__cat {
  padding: 4px 10px;
  background: #1a1a1a;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
}
.single-article__title {
  margin-top: 18px;
  font-size: 40px;
  line-height: 1.5;
  font-weight: 700;
  color: #3f3f3f;
}
.single-article__date {
  display: block;
  margin-top: 18px;
  font-size: 15px;
  color: #6b6b6b;
}
.single-article__thumb {
  margin-top: 34px;
  background: #ddd;
}
.single-article__img {
  width: 100%;
  height: auto;
  display: block;
}
.single-article__content {
  margin-top: 42px;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 2.1;
}
.single-article__content h2,
.single-article__content h3,
.single-article__content h4 {
  margin-top: 2em;
  margin-bottom: 0.8em;
  font-weight: 700;
  line-height: 1.6;
  color: #333;
}
.single-article__content h2 {
  font-size: 30px;
}
.single-article__content h3 {
  font-size: 24px;
}
.single-article__content p + p {
  margin-top: 1.2em;
}
.single-article__content ul,
.single-article__content ol {
  margin-top: 1.2em;
  padding-left: 1.5em;
}
.single-article__content li + li {
  margin-top: 0.6em;
}
.single-article__content a {
  color: #0d5ca8;
  text-decoration: underline;
}
.single-article__content img {
  max-width: 100%;
  height: auto;
}
.single-article__content table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.single-article__content th,
.single-article__content td {
  border: 1px solid #ddd;
  padding: 10px 12px;
  font-size: 0.95em;
  word-break: break-word;
}
.single-article__content iframe {
  max-width: 100%;
}
.single-article__footer {
  margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid #ddd;
}
.single-article__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.single-article__tags li {
  padding: 4px 10px;
  border: 1px solid #bbb;
  font-size: 12px;
  color: #5d5d5d;
}
.single-article__pager {
  margin-top: 34px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 14px;
}
.single-article__pager a {
  display: inline-block;
  text-decoration: none;
  color: #333;
  font-size: 14px;
}
.single-article__pager-prev {
  text-align: left;
}
.single-article__pager-archive {
  padding: 10px 18px;
  border: 1px solid #1a1a1a;
  background: #1a1a1a;
  color: #fff !important;
}
.single-article__pager-next {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .single-page {
    padding-bottom: 70px;
  }
  .single-article-section {
    padding-top: 10px;
  }
  .single-article {
    padding: 30px 20px;
  }
  .single-article__title {
    margin-top: 14px;
    font-size: 28px;
  }
  .single-article__date {
    margin-top: 12px;
    font-size: 13px;
  }
  .single-article__thumb {
    margin-top: 22px;
  }
  .single-article__content {
    margin-top: 30px;
    font-size: 14px;
    line-height: 2;
    overflow-wrap: anywhere;
  }
  .single-article__content h2 {
    font-size: 24px;
  }
  .single-article__content h3 {
    font-size: 20px;
  }
  .single-article__content table,
  .single-article__content tbody,
  .single-article__content tr,
  .single-article__content th,
  .single-article__content td {
    display: block;
    width: 100%;
  }
  .single-article__content tr {
    margin-top: 8px;
    border-top: 1px solid #ddd;
  }
  .single-article__content th,
  .single-article__content td {
    border: 0;
    padding: 8px 0;
  }
  .single-article__footer {
    margin-top: 40px;
    padding-top: 24px;
  }
  .single-article__pager {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .single-article__pager-prev, .single-article__pager-next {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */