@charset "UTF-8";
/*
 Theme Name: DIREAVA
 Theme URI: 
 Description: 
 Version: 1.0.0
 License: GPL-2.0-or-later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: DIREAVA
*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

/* 2) ベースタイポグラフィ */
html {
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1.6;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* 3) メディア要素はコンテナ内に収める */
img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  max-width: 100%;
}

img, picture, video {
  height: auto;
}

/* 4) 見出し・本文の読みやすさ */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.25;
}

p + p {
  margin-top: 1em;
}

/* 5) リストの初期化（ナビなどで使うことが多い） */
ul[role=list], ol[role=list] {
  list-style: none;
  padding-left: 0;
}

/* 6) リンクの基本 */
a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible {
  outline: 2px solid;
  outline-offset: 2px;
}

/* 7) ボタン・フォーム類の整形（ブラウザ差を吸収） */
button, input, select, textarea {
  font: inherit;
  color: inherit;
}

button, [type=button], [type=submit], [type=reset] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 1px solid currentColor;
  padding: 0.5em 0.8em;
  cursor: pointer;
}

input, select, textarea {
  border: 1px solid #ccc;
  background: transparent;
  padding: 0.5em 0.6em;
}

textarea {
  resize: vertical;
}

/* 8) テーブルの読みやすさ */
table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  padding: 0.5rem;
  text-align: left;
}

caption {
  text-align: left;
  font-size: 0.9em;
  color: #666;
  margin-bottom: 0.25rem;
}

/* 9) アクセシビリティ（スクリーンリーダー向け） */
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* 10) reduce-motion サポート */
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
/* 11) Gutenberg のアライン対応を壊さないためのコンテナ例（任意） */
.wp-block-image, .wp-block-embed, .wp-block-gallery {
  max-width: 100%;
}

/* 12) 余白スケールの素振り（任意） */
:root {
  --space-1: .25rem;
  --space-2: .5rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
}

* {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  color: #2D2D37;
  font-style: normal;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

.sp {
  display: none !important;
}
@media screen and (max-width: 750px) {
  .sp {
    display: inherit !important;
  }
}

.full {
  width: 100%;
}

body {
  position: relative;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
}

h2, h3, h4, h5 {
  font-family: "Manrope";
}

h2 {
  font-size: 80px;
  font-weight: 200;
  letter-spacing: 0.06em;
  line-height: 1.75;
  text-align: center;
  color: #009EAE;
}
@media screen and (max-width: 750px) {
  h2 {
    font-size: 40px;
  }
}
h2 span {
  font-family: "Shippori Mincho", serif;
  display: block;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #009EAE;
  margin: -16px 0 10px;
}
@media screen and (max-width: 750px) {
  h2 span {
    margin-top: -6px;
  }
}

.button {
  background-color: #009EAE;
  border: solid 1px #009EAE;
  padding: 9px 32px 10px;
  border-radius: 50px;
  display: inline-block;
  color: #FFF;
  text-align: center;
  line-height: 1.12;
  transition: all 0.4s;
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  .button {
    width: 100px;
    font-size: 10px;
    padding: 3px 0 4px;
  }
}
.button:hover {
  background-color: #FFF;
  color: #009EAE;
}
.button.reverse {
  font-size: 20px;
  color: #009EAE;
  background-color: #FFF;
  border: solid 1px #009EAE;
  line-height: 1;
  padding: 20px 56px 21px;
}
@media screen and (max-width: 750px) {
  .button.reverse {
    font-size: 16px;
    width: auto;
    padding: 12px 30px;
  }
}
.button.reverse:hover {
  background-color: #009EAE;
  color: #FFF;
}
.button.reverse.blk {
  color: #2D2D37;
}
.button.reverse.blk:hover {
  color: #FFF;
}
.button.center {
  margin: 0 auto 120px;
  width: 210px;
  display: block;
  background-color: #FFF;
  color: #2D2D37;
  border: solid 1px #009EAE;
  font-size: 16px;
}
.button.center:hover {
  background-color: #009EAE;
  color: #FFF;
}

a img {
  transition: all 0.4s;
}
a:hover img {
  opacity: 0.7;
}

.gotop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 750px) {
  .gotop {
    width: 40px;
    height: 40px;
    right: 15px;
    bottom: 15px;
  }
}
.gotop a {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  box-shadow: 0 0 5.4px #009EAE;
  display: block;
  padding: 28px;
  box-sizing: border-box;
  transition: all 0.3s;
  background-color: #FFF;
}
@media screen and (max-width: 750px) {
  .gotop a {
    width: 40px;
    height: 40px;
    padding: 9px 12px;
  }
}
.gotop a:hover {
  cursor: pointer;
  background-color: #009EAE;
  color: #FFF;
}
.gotop a:hover svg * {
  stroke: #FFF;
}

.header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 30px 50px 0;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
}
@media screen and (max-width: 750px) {
  .header {
    padding: 15px 8px;
  }
}
.header__logo {
  width: 189px;
}
@media screen and (max-width: 750px) {
  .header__logo {
    max-width: 80%;
  }
}
.header__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  gap: 24.5px;
}
.header__nav .lang {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.header__nav .lang a {
  padding: 0 10px;
  color: #96969B;
  position: relative;
}
@media screen and (max-width: 750px) {
  .header__nav .lang a {
    font-size: 12px;
  }
}
.header__nav .lang a.active, .header__nav .lang a:hover {
  color: #2D2D37;
}
.header__nav .lang a.active::before, .header__nav .lang a:hover::before {
  position: absolute;
  content: "";
  background-color: #2D2D37;
  right: 7px;
  bottom: -9px;
  width: 22.6px;
  height: 1px;
}
@media screen and (max-width: 750px) {
  .header__nav .lang a.active::before, .header__nav .lang a:hover::before {
    right: 9px;
    bottom: -5px;
    width: 16px;
  }
}
.header__nav .lang a.lang__en.active::before, .header__nav .lang a.lang__en:hover::before {
  right: 11.5px;
}
.header__nav__inside {
  display: none;
  background-color: #FFF;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  padding: 10px 10px 10px 85px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .header__nav__inside {
    padding: 10px 10px 10px 29px;
  }
}
.header__nav__inside.open {
  display: flex;
}
.header__nav__inside a {
  font-family: "Manrope";
  font-weight: 300;
}
@media screen and (max-width: 750px) {
  .header__nav__inside a {
    font-size: 16px;
  }
}
.header__nav__inside .header__logo {
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__nav__inside .list {
  margin-top: 30px;
  width: 100%;
  max-width: 500px;
}
.header__nav__inside .list__item {
  font-size: 24px;
  letter-spacing: 0.08em;
  line-height: 60px;
  text-align: left;
  color: #2d2d37;
  display: inline;
  margin-right: 0.8em;
}
@media screen and (max-width: 750px) {
  .header__nav__inside .list__item {
    display: block;
    line-height: 45px;
  }
}
.header__nav__inside .list__item .logo_surge {
  width: 74px;
}
.header__nav__inside .list__item .logo_note {
  width: 75px;
}
.header__nav__inside .list.logos {
  display: flex;
  align-items: center;
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  .header__nav__inside .list.logos {
    margin-top: 36px;
  }
}
.header__nav__inside .button {
  padding: 6px 25px 8px;
  line-height: 1.12;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 65px;
}
@media screen and (max-width: 750px) {
  .header__nav__inside .button {
    width: 100px;
    font-size: 16px;
    padding: 5px 0;
    margin-bottom: 36px;
  }
}
.header__nav__inside .lang {
  width: 80px;
}
.header .hamberger {
  z-index: 999;
}
.header .hamberger span {
  width: 70px;
  height: 35px;
  display: block;
  position: relative;
}
@media screen and (max-width: 750px) {
  .header .hamberger span {
    width: 41px;
  }
}
.header .hamberger span::before {
  content: "";
  position: absolute;
  background-color: #2D2D37;
  left: 0;
  top: calc(50% - 8.5px);
  width: 100%;
  height: 1px;
  transition: all 0.4s;
}
.header .hamberger span::after {
  content: "";
  position: absolute;
  background-color: #2D2D37;
  left: 0;
  top: calc(50% + 8.5px);
  width: 100%;
  height: 1px;
  transition: all 0.4s;
}
.header .hamberger:hover span {
  cursor: pointer;
}
.header .hamberger.hover span {
  cursor: pointer;
}
.header .hamberger.hover span::before {
  transform: rotate(-15deg);
  top: 17px;
}
.header .hamberger.hover span::after {
  transform: rotate(15deg);
  top: 17px;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  padding: 30px 50px 0;
  width: 100%;
  z-index: 10;
  padding: 60px 65px 10px;
  position: relative;
  z-index: 1;
  background-color: #FFF;
}
@media screen and (max-width: 1100px) and (min-width: 751px) {
  .footer {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .footer {
    padding: 14px;
  }
}
.footer__logo {
  width: 189px;
}
.footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  gap: 24.5px;
  width: calc(100% - 190px);
}
@media screen and (max-width: 1100px) and (min-width: 751px) {
  .footer__nav {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px) {
  .footer__nav {
    width: 100%;
    justify-content: flex-start;
    padding: 40px 12px 10px;
  }
}
.footer .list {
  display: flex;
  width: 100%;
  list-style-type: none;
  gap: 15px;
}
@media screen and (max-width: 1100px) and (min-width: 751px) {
  .footer .list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 750px) {
  .footer .list {
    display: block;
  }
}
.footer .list__item a {
  font-family: "Manrope";
  color: #707070;
  font-weight: 200;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .footer .list__item a {
    font-size: 13px;
  }
}
.footer .list__item a:hover {
  text-decoration: underline;
}
.footer .logo-list {
  display: flex;
  list-style-type: none;
  align-items: center;
  justify-content: flex-end;
  margin-top: 15px;
  gap: 30px;
}
@media screen and (max-width: 750px) {
  .footer .logo-list {
    width: calc(100vw - 50px);
    margin: 40px auto 20px;
    display: flex;
    justify-content: center;
  }
}
.footer .logo-list__item {
  width: 75px;
  height: 47px;
  display: flex;
  align-items: center;
}
.footer .copyright {
  font-weight: 200;
  font-family: "Manrope";
  font-size: 10px;
  letter-spacing: 0.2em;
  line-height: 4.1;
  text-align: center;
  width: 100%;
}

.bg-wrap {
  position: relative;
  z-index: 1;
}
.bg-wrap::before {
  background-color: #F2F2F2;
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  z-index: -1;
}
.bg-wrap.isHome::before {
  display: none;
}

.bg-gray {
  position: relative;
  z-index: 1;
}

.bg-wh {
  position: relative;
  z-index: 1;
}
.bg-wh::before {
  background-color: #FFF;
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  z-index: -1;
}

.container {
  width: 1052px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1100px) and (min-width: 751px) {
  .container {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 750px) {
  .container {
    width: 100%;
    padding: 0 30px;
  }
}

.kv {
  padding-top: 220px;
  margin-bottom: 200px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .kv {
    margin-bottom: 150px;
    padding-top: 150px;
  }
}
.kv__logo img {
  width: 473px;
}
@media screen and (max-width: 750px) {
  .kv__logo img {
    max-width: 237px;
  }
}
.kv__message {
  margin-top: 22px;
  margin-bottom: 33px;
  font-size: 41px;
  line-height: 1.27;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 750px) {
  .kv__message {
    margin-top: 35px;
    margin-bottom: 17px;
  }
}
.kv__text {
  font-size: 22px;
  letter-spacing: 0.08em;
  color: #009EAE;
  font-family: "Manrope";
  font-weight: 200;
}
@media screen and (max-width: 750px) {
  .kv__text {
    font-size: 15px;
  }
}
.kv__button {
  margin: 118px auto 0;
  width: 100%;
  text-align: center;
}
.kv .scroll {
  position: absolute;
  left: calc(50% - 50vw + 39px);
}
@media screen and (max-width: 750px) {
  .kv .scroll {
    left: calc(50% - 15px);
  }
}
.kv .scroll {
  bottom: -60px;
}
.kv .scroll span {
  font-family: "Manrope";
  font-size: 10px;
  letter-spacing: 0.08em;
  line-height: 1.6;
  text-align: center;
  position: relative;
}
.kv .scroll span::before {
  content: "";
  position: absolute;
  left: calc(50% - 0.5px);
  bottom: -88px;
  height: 80px;
  width: 1px;
  background-color: #2D2D37;
  transform-origin: top;
  transform: scaleY(0);
  animation: scroll-line 2s ease-in-out infinite;
}

@keyframes scroll-line {
  0% {
    transform: scaleY(0);
  }
  70% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
.mission {
  margin-top: 228px;
  margin-bottom: 70px;
}
@media screen and (max-width: 750px) {
  .mission {
    margin-top: 170px;
  }
}
.mission__message {
  margin-top: 54px;
  margin-bottom: 24px;
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .mission__message {
    margin-top: 35px;
    font-size: 20px;
  }
}
.mission__text {
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 2.5;
  text-align: center;
  font-weight: 200;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .mission__text {
    font-size: 14px;
  }
}

.service {
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .service {
    margin-top: 50px;
  }
}
.service__message {
  margin-top: 67px;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2.5;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .service__message {
    margin-top: 37px;
    font-size: 14px;
  }
}
.service__achievement {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 104px 0 144px;
  margin-top: 130px;
}
@media screen and (max-width: 1100px) and (min-width: 751px) {
  .service__achievement {
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  .service__achievement {
    padding: 0;
    margin-top: 90px;
  }
}
.service__achievement .item {
  width: 33.3%;
  position: relative;
}
@media screen and (max-width: 750px) {
  .service__achievement .item {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .service__achievement .item:last-child {
    width: 100%;
    margin-top: 30px;
  }
}
.service__achievement .item h3 {
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.3;
  position: absolute;
  left: 44px;
  width: 100%;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 1100px) and (min-width: 751px) {
  .service__achievement .item h3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .service__achievement .item h3 {
    font-size: 12.6px;
    width: auto;
  }
}
.service__achievement .item h3 img {
  width: 71.5px;
  margin-right: 7.5px;
}
@media screen and (max-width: 750px) {
  .service__achievement .item h3 img {
    width: 50.5px;
    margin-bottom: 30px;
  }
}
.service__achievement .item h3 img.img02 {
  width: 73.3px;
}
@media screen and (max-width: 750px) {
  .service__achievement .item h3 img.img02 {
    width: 51.5px;
  }
}
.service__achievement .item h3 img.img03 {
  width: 68.8px;
}
@media screen and (max-width: 750px) {
  .service__achievement .item h3 img.img03 {
    width: 48.5px;
  }
}
.service__achievement .item p {
  font-family: "Manrope";
  font-size: 100px;
  line-height: 90px;
  font-weight: 100;
  text-align: center;
  color: #009eae;
  padding-top: 75px;
}
@media screen and (max-width: 750px) {
  .service__achievement .item p {
    font-size: 70px;
    padding-top: 42px;
    line-height: 1.6;
  }
}
.service__achievement .item p span {
  display: block;
  font-size: 21px;
  letter-spacing: 0.06em;
  line-height: 1.8;
  text-align: center;
  color: #009eae;
}
@media screen and (max-width: 750px) {
  .service__achievement .item p span {
    font-size: 15px;
    margin-top: -20px;
  }
}
.service__achievement .item:first-child h3 {
  left: 40px;
}
@media screen and (max-width: 750px) {
  .service__achievement .item:first-child h3 {
    left: 17px;
  }
}
.service__achievement .item:last-child h3 {
  left: 18px;
}
@media screen and (max-width: 750px) {
  .service__achievement .item:last-child h3 {
    left: calc(50% - 86px);
    width: calc(50% + 26px);
  }
}
.service__product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 44px;
  margin-top: 82px;
}
@media screen and (max-width: 750px) {
  .service__product {
    margin-top: 70px;
  }
}
.service__product .item {
  width: calc(50% - 22px);
  border-radius: 8px;
  padding: 40px 122px;
  background-color: #FFF;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) and (min-width: 751px) {
  .service__product .item {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 750px) {
  .service__product .item {
    padding: 30px 60px;
    width: 100%;
    flex-direction: column;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.service__product .item h3 {
  font-family: "Manrope";
  font-size: 40px;
  letter-spacing: 0.06em;
  font-weight: 300;
  text-align: center;
  color: #009eae;
  margin-bottom: 12px;
}
@media screen and (max-width: 750px) {
  .service__product .item h3 {
    font-size: 28px;
  }
}
.service__product .item img {
  width: 100%;
}
.service__product .item p {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 2;
  text-align: center;
  margin: 20px -34px;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .service__product .item p {
    font-size: 13px;
  }
}
.service__product .item a {
  padding: 24px 51px 18px;
  font-family: "Manrope";
  font-weight: 100;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 750px) {
  .service__product .item a {
    padding: 20px 43px 14px;
  }
}
.service__product .item a:hover {
  background-color: #FFF;
}
.service__product .item a.coming {
  opacity: 0.5;
  padding: 20px 51px 22px;
}
@media screen and (max-width: 750px) {
  .service__product .item a.coming {
    padding: 20px 5px 22px;
  }
}
.service__product .item a.coming:hover {
  background-color: #FFF;
  color: #009EAE;
}
.service__product .item .product__logo img {
  max-width: 100%;
  text-align: center;
  width: 187px;
  margin: 40px auto 32px;
}
.service__product .item .product__logo.surge img {
  width: 158px;
  margin: -20px auto 0;
}
.service__movie {
  margin-top: 120px;
  padding-bottom: 1px;
}
@media screen and (max-width: 750px) {
  .service__movie {
    margin-top: 60px;
  }
}
.service__movie h3 {
  font-family: "Manrope";
  font-size: 26px;
  letter-spacing: 0.04em;
  line-height: 50.94px;
  text-align: center;
  color: #009eae;
  font-weight: 600;
  margin-bottom: 6px;
}
.service__movie .movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.service__movie .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content__button {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .content__button {
    margin-top: 30px;
  }
}
.content .button {
  font-size: 16px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #2D2D37;
  padding: 12px 30px 14px;
}

.news {
  margin: 80px auto 100px;
  padding-top: 130px;
}
@media screen and (max-width: 750px) {
  .news {
    margin: 50px auto;
  }
}
.news .list {
  padding: 0 253px;
  margin-top: 40px;
}
@media screen and (max-width: 1100px) and (min-width: 751px) {
  .news .list {
    padding: 0 30px;
  }
}
@media screen and (max-width: 750px) {
  .news .list {
    padding: 0;
  }
}
.news .list__item {
  margin-bottom: 30px;
  position: relative;
  transition: all 0.3s;
}
.news .list__item:hover {
  cursor: pointer;
  opacity: 0.7;
}
.news .list__item a.cover {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news .list__item .flex {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 5px;
}
@media screen and (max-width: 750px) {
  .news .list__item .flex {
    gap: 8px;
  }
}
.news .list__item .date {
  font-family: "Manrope";
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .news .list__item .date {
    font-size: 11px;
  }
}
.news .list__item .date {
  font-weight: 300;
}
.news .list__item .category {
  font-family: "Manrope";
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1;
  font-weight: 300;
  color: #009eae;
  border-radius: 50px;
  border: solid 1px #009eae;
  display: inline;
  padding: 2px 10px 4px 10px;
}
@media screen and (max-width: 750px) {
  .news .list__item .category {
    font-size: 11px;
  }
}
.news .list__item .text {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .news .list__item .text {
    font-size: 14px;
  }
}
.news .button.reverse {
  font-size: 16px;
  padding: 12px 38px 15px;
}

.column {
  margin: 80px auto 100px;
}
@media screen and (max-width: 750px) {
  .column {
    padding-top: 130px;
  }
}
.column .list {
  margin-top: 40px;
  display: flex;
  gap: 17.5px;
}
@media screen and (max-width: 750px) {
  .column .list {
    flex-wrap: wrap;
  }
}
.column .list__item {
  width: calc(33.33% - 11.6px);
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 750px) {
  .column .list__item {
    width: 100%;
  }
}
.column .list__item:hover {
  cursor: pointer;
  opacity: 0.7;
}
.column .list__item:hover img {
  transform: scale(1.05);
}
.column .list__item a.cover {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.column .list__item .flex {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 5px;
}
.column .list__item .date {
  font-family: "Manrope";
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.8;
  font-weight: 300;
}
.column .list__item .category {
  font-family: "Manrope";
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1;
  font-weight: 300;
  color: #009eae;
  border-radius: 50px;
  border: solid 1px #009eae;
  display: inline;
  padding: 2px 10px 4px 10px;
}
.column .list__item .text {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .column .list__item .text {
    font-size: 14px;
  }
}
.column .list__item .img-wrap {
  aspect-ratio: 19/12;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.column .list__item .img-wrap img {
  margin-bottom: 12px;
  transition: all 0.3s;
}
.column .button.reverse {
  font-size: 16px;
  padding: 12px 38px 15px;
}

.about .lead {
  margin: 100px 0 130px;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .about .lead {
    font-size: 14px;
    margin: 30px 0 33px;
  }
}
.about .main {
  display: flex;
  flex-wrap: wrap;
  gap: 62px;
}
@media screen and (max-width: 1100px) and (min-width: 751px) {
  .about .main {
    gap: 25px;
  }
}
@media screen and (max-width: 750px) {
  .about .main {
    gap: 25px;
  }
}
.about .main img {
  width: 44%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
@media screen and (max-width: 750px) {
  .about .main img {
    width: 100%;
  }
}
.about .main .info {
  width: calc(56% - 62px);
}
@media screen and (max-width: 750px) {
  .about .main .info {
    width: 28px;
  }
}
@media screen and (max-width: 750px) {
  .about .main .info {
    width: 100%;
  }
}
.about .main .info .name {
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
.about .main .info .profile {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.95;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 25px;
}
@media screen and (max-width: 750px) {
  .about .main .info .profile {
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 30px;
    letter-spacing: 0.03em;
  }
}
.about .main .info .profile span.title {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
  color: #009EAE;
  display: block;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.66;
  font-family: "Manrope";
  font-weight: 700;
}
.about .main .info h4 {
  font-family: "Shippori Mincho", serif;
}
.about .main .info h4.title {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.95;
  font-weight: 500;
}
.about .main .info ul {
  list-style-type: none;
  padding-left: 55px;
}
.about .main .info ul li {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.95;
  font-weight: 500;
}
.about .main .info ul li span {
  margin-left: -55px;
}
.about .list {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 17.5px;
}
@media screen and (max-width: 750px) {
  .about .list {
    gap: 50px 35px;
  }
}
.about .list h3 {
  width: 100%;
}
.about .list h3 strong {
  font-family: "Manrope";
  color: #009EAE;
  font-size: 22px;
  letter-spacing: 0.04em;
  line-height: 2.5;
  font-weight: 600;
  margin-right: 24px;
}
@media screen and (max-width: 750px) {
  .about .list h3 strong {
    display: block;
    line-height: 28px;
    font-size: 17px;
  }
}
.about .list h3 span {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.about .list__item {
  width: calc(33.33% - 12px);
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 750px) {
  .about .list__item {
    width: calc(50% - 17.5px);
  }
}
.about .list__item .name {
  margin: 8px 0 10px;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .about .list__item .name {
    font-size: 14px;
  }
}
.about .list__item .text {
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.55;
  text-align: left;
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .about .list__item .text {
    font-size: 11px;
    letter-spacing: 0.1em;
    line-height: 2;
  }
}
.about .company {
  margin-bottom: 100px;
  padding-bottom: 160px;
}
@media screen and (max-width: 750px) {
  .about .company {
    margin-top: 50px;
  }
}
.about .company h3 {
  margin-top: 100px;
  margin-bottom: 10px;
  width: 100%;
}
.about .company h3 strong {
  font-family: "Manrope";
  color: #009EAE;
  font-size: 22px;
  letter-spacing: 0.04em;
  line-height: 2.5;
  font-weight: 600;
  margin-right: 24px;
}
.about .company h3 span {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.about .company p {
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.7;
}
@media screen and (max-width: 750px) {
  .about .company p {
    padding-left: 60px;
    font-size: 12px;
  }
}
.about .company p span {
  width: 135px;
  display: inline-block;
  margin-bottom: 8px;
}
@media screen and (max-width: 750px) {
  .about .company p span {
    width: 60px;
    margin-top: 5px;
    margin-left: -60px;
  }
}

.link {
  padding: 30px 0 50px;
}
@media screen and (max-width: 750px) {
  .link {
    padding: 50px 0 50px;
  }
}
.link .list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 17.5px;
}
.link .list h3 {
  width: 100%;
  font-family: "Manrope";
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 1.66;
  text-align: center;
  color: #009eae;
}
.link .list__item {
  width: calc(33.33% - 12px);
  background-color: #FFF;
  border-radius: 5px;
}
@media screen and (max-width: 1100px) and (min-width: 751px) {
  .link .list__item {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 750px) {
  .link .list__item {
    width: 100%;
  }
}
.link .list__item img {
  border-radius: 5px 5px 0 0;
}
.link .list__item .pad {
  padding: 12px 5px 32px;
}
.link .list__item .text {
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.66;
  text-align: center;
  color: #2D2D37;
  padding: 0 5px;
  min-height: 46px;
}
@media screen and (max-width: 750px) {
  .link .list__item .text {
    min-height: unset;
    font-size: 12px;
  }
}
.link .list__item .content__button {
  margin-top: 24px;
}
.link .list__item .content__button .button {
  min-width: 210px;
  font-size: 16px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #2D2D37;
  padding: 10px 12px 14px;
}
.link .list__item .content__button .button:hover {
  color: #FFF;
}
.link .list__item .content__button .button.coming {
  opacity: 0.25;
  padding: 10px 12px 14px;
}
.link .list__item .content__button .button.coming:hover {
  color: #2D2D37;
  background-color: #FFF;
}

.contact {
  padding: 60px 0 70px;
}
@media screen and (max-width: 750px) {
  .contact {
    padding: 30px 0 70px;
  }
}
.contact .button {
  padding: 26px 33px 28px;
  border: solid #009EAE 1px;
  box-shadow: 0 0 11.8px #009EAE;
}
@media screen and (max-width: 750px) {
  .contact .button {
    font-size: 15px;
    padding: 13px 0;
    width: 300px;
  }
}
.contact .button:hover {
  background-color: #FFF;
  color: #009EAE;
}

.cf7-confirm-table tr {
  margin-bottom: 40px;
  display: block;
}
.cf7-confirm-table th, .cf7-confirm-table td {
  display: block;
  width: 100%;
  height: 40px;
  margin-bottom: 0;
  line-height: 1;
}
.cf7-confirm-table td.free {
  height: auto;
}

.thanks {
  height: calc(100vh - 670px);
  min-height: 200px;
}

.pages.policy {
  padding-top: 230px;
  max-width: 782px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) and (min-width: 751px) {
  .pages.policy {
    max-width: 100%;
    padding: 230px 10px 0;
  }
}
@media screen and (max-width: 750px) {
  .pages.policy {
    width: 100%;
  }
}
.pages.policy h2 {
  margin-bottom: 75px;
}
.pages.policy .item {
  margin-bottom: 65px;
}
.pages.policy h3 {
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #009EAE;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 18px;
}
.pages.policy h3 span {
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #009EAE;
}
.pages.policy p {
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 2.25;
}
.pages.policy .number {
  margin-right: 8px;
}
.pages.policy .space {
  padding-left: 18px;
  display: inline-block;
}
.pages.policy ul {
  list-style-type: none;
}
.pages.policy ul li {
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 2.25;
}
.pages.news {
  padding-top: 60px;
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .pages.news {
    padding-top: 0;
    margin-top: 0;
  }
}
.pages.news .list {
  padding: 0;
  width: 682px;
  margin: 40px auto;
}
@media screen and (max-width: 750px) {
  .pages.news .list {
    width: 100%;
  }
}
.pages.column {
  padding-top: 130px;
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .pages.column {
    padding-top: 0;
    margin-top: 0;
  }
}
.pages.column .list {
  flex-wrap: wrap;
  margin-top: 70px;
}
.pages.column .list__item {
  width: calc(33.33% - 11.7px);
  margin-bottom: 25px;
}
@media screen and (max-width: 750px) {
  .pages.column .list__item {
    width: 100%;
  }
}
.pages.contact {
  width: 782px;
  margin: 100px auto 0;
  padding-top: 100px;
  margin-top: 0;
}
@media screen and (max-width: 1100px) and (min-width: 751px) {
  .pages.contact {
    max-width: 100%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 750px) {
  .pages.contact {
    padding-top: 0;
    width: 100%;
  }
}
.pages.contact .lead {
  text-align: center;
  margin: 80px auto 48px;
}
.pages.contact .cf7-step p {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 2.3;
  margin: 0 0 39px;
}
.pages.contact .cf7-step input, .pages.contact .cf7-step textarea {
  background-color: #F2F2F2;
  width: 100%;
  line-height: 1;
  border: unset;
}
.pages.contact .cf7-step input::-moz-placeholder, .pages.contact .cf7-step textarea::-moz-placeholder {
  color: #C0C0C3;
}
.pages.contact .cf7-step input::placeholder, .pages.contact .cf7-step textarea::placeholder {
  color: #C0C0C3;
}
.pages.contact .cf7-step textarea {
  line-height: 2.1;
}
.pages.contact .cf7-step .required {
  font-size: 14px;
  line-height: 2.5;
  letter-spacing: 0.06em;
  background-color: #009EAE;
  color: #FFF;
  padding: 0px 4px 1px;
  margin-left: 3px;
}
.pages.contact .policycheck {
  background-color: #E5F5F7;
  padding: 23px 10px 21px;
}
@media screen and (max-width: 750px) {
  .pages.contact .policycheck {
    padding: 8px 15px 13px;
  }
}
.pages.contact .policycheck > p {
  text-align: center;
}
.pages.contact .policycheck p {
  line-height: 2.5;
  letter-spacing: 0.06em;
  margin: 0;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .pages.contact .policycheck p {
    text-align: left;
    font-size: 13px;
    line-height: 2;
  }
}
.pages.contact .policycheck p span {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 2.3;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .pages.contact .policycheck p span {
    font-size: 15px;
    margin: 0;
  }
}
.pages.contact .policycheck h3 {
  text-align: center;
}
.pages.contact .policycheck label {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.pages.contact .policycheck label input {
  max-width: 30px;
}
.pages.contact .policycheck label span {
  width: auto;
}
.pages.contact .policycheck a {
  text-decoration: underline;
}
.pages.contact .policycheck a:hover {
  text-decoration: none;
}
.pages.contact button {
  padding: 16px 33px 18px;
  border: solid #009EAE 1px;
  box-shadow: unset;
  font-size: 28px;
  width: 314px;
  margin: 60px auto 0;
  display: block;
}
@media screen and (max-width: 750px) {
  .pages.contact button {
    max-width: 100%;
    font-size: 20px;
    padding: 10px;
  }
}
.pages.contact button:disabled {
  background-color: dimgrey;
  border: solid dimgrey 1px;
}
.pages.contact button:disabled:hover {
  background-color: dimgrey;
  color: #FFF;
  cursor: unset;
}
.pages.contact input[type=submit] {
  padding: 16px 33px 18px;
  border: solid #009EAE 1px;
  box-shadow: unset;
  font-size: 28px;
  width: 314px;
  margin: 0 auto 30px;
  display: block;
  background-color: #009EAE;
  color: #FFF;
  border-radius: 100px;
}
@media screen and (max-width: 750px) {
  .pages.contact input[type=submit] {
    max-width: 100%;
    font-size: 20px;
    padding: 10px;
  }
}
.pages.contact input[type=submit]:hover {
  background-color: #FFF;
  color: #009EAE;
}
.pages.contact .cf7-step-confirm h3 {
  text-align: center;
  margin: 60px auto 30px;
}
.pages.notfound {
  height: 70vh;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .pages.notfound {
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    gap: 40px;
  }
}
.pages.notfound p {
  margin: 0 30px;
}

article.single {
  width: 782px;
  margin: 0 auto;
  padding: 70px 0;
}
@media screen and (max-width: 1100px) and (min-width: 751px) {
  article.single {
    max-width: 100%;
    padding: 180px 10px 70px;
  }
}
@media screen and (max-width: 750px) {
  article.single {
    margin: 150px auto;
    margin: 0 auto 60px;
    width: 100%;
  }
}
article.single h1 {
  margin-top: 25px;
  margin-bottom: 58px;
  line-height: 1.65;
  font-size: 30px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 750px) {
  article.single h1 {
    font-size: 21px;
    margin: 0;
    margin-bottom: 40px;
  }
}
article.single img {
  border-radius: 10px;
  margin-top: 25px;
  margin-bottom: 15px;
}
article.single .flex {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 5px;
}
article.single .date {
  font-family: "Manrope";
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.8;
  font-weight: 300;
}
article.single .category {
  font-family: "Manrope";
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1;
  font-weight: 100;
  color: #009eae;
  border-radius: 50px;
  border: solid 1px #009eae;
  display: inline;
  padding: 2px 10px 4px 10px;
}
article.single p {
  line-height: 2.35;
  font-size: 16px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 750px) {
  article.single p {
    font-size: 14px;
  }
}

.list .wp-pagenavi {
  margin: 100px auto;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .list .wp-pagenavi {
    margin: 50px auto;
  }
}
.list .wp-pagenavi a, .list .wp-pagenavi span {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 30px;
  padding: 5.5px 0;
  color: #009EAE;
  border-color: #009EAE;
  margin: 0 10px;
}
@media screen and (max-width: 750px) {
  .list .wp-pagenavi a, .list .wp-pagenavi span {
    width: 34px;
    height: 34px;
    line-height: 1.2;
  }
}
.list .wp-pagenavi a.current, .list .wp-pagenavi a:hover, .list .wp-pagenavi span.current, .list .wp-pagenavi span:hover {
  color: #FFF;
  border-color: #009EAE;
  background-color: #009EAE;
}
.list .wp-pagenavi a.nextpostslink, .list .wp-pagenavi a.previouspostslink, .list .wp-pagenavi span.nextpostslink, .list .wp-pagenavi span.previouspostslink {
  border: unset;
  font-size: 0;
}
.list .wp-pagenavi a.nextpostslink:hover, .list .wp-pagenavi a.previouspostslink:hover, .list .wp-pagenavi span.nextpostslink:hover, .list .wp-pagenavi span.previouspostslink:hover {
  color: #009EAE;
  border-color: unset;
  background-color: unset;
}
.list .wp-pagenavi a.nextpostslink, .list .wp-pagenavi span.nextpostslink {
  background-image: url(images/arrow.svg);
  background-repeat: no-repeat;
  background-position: right;
  width: 28px;
  height: 17px;
  background-size: contain;
  position: relative;
  top: -8px;
}
.list .wp-pagenavi a.previouspostslink, .list .wp-pagenavi span.previouspostslink {
  background-image: url(images/arrow.svg);
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-position: right;
  width: 28px;
  height: 17px;
  background-size: contain;
  position: relative;
  top: -8px;
}

@media screen and (max-width: 750px) {
  .wpcf7-not-valid-tip {
    margin-bottom: -50px;
  }
}

.fadein {
  opacity: 0;
  transform: translateY(20px) !important;
  transition: all 0.6s ease;
}
.fadein.show {
  opacity: 1;
  transform: translateY(0) !important;
}
.fadein.delay-0.show {
  transition-delay: 0s;
}
.fadein.delay-1.show {
  transition-delay: 0.2s;
}
.fadein.delay-2.show {
  transition-delay: 0.4s;
}
.fadein.delay-3.show {
  transition-delay: 0.6s;
}

canvas {
  margin: 0 auto;
  display: block;
  position: fixed;
  z-index: 1;
}

#news, #about, #column, #mission, #top, #service {
  scroll-margin-top: 100px;
}/*# sourceMappingURL=style.css.map */