@charset "UTF-8";
/* Universal box-sizing reset */
* {
  box-sizing: border-box;
  margin: 0;
}
*::before, *::after {
  box-sizing: border-box;
  margin: 0;
}

/* Set default styles for html */
html {
  box-sizing: border-box;
  font-size: 100%;
}

/* Reset margin for common block-level elements */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  word-break: auto-phrase;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 30px;
  font-size: clamp(0.938rem, 0.877rem + 0.26vw, 1.125rem);
  color: #453c35;
}

@media (min-width: 768px) {
  body {
    line-height: 40px;
  }
}
html,
body {
  font-weight: normal;
  font-style: normal;
  font-optical-sizing: auto;
  font-style: normal;
  max-width: 100vw;
  overflow-x: clip;
}

/* Reset default link styles */
a {
  text-decoration: none;
  /* Remove underlines from all links */
  color: inherit;
  /* Make sure the link color inherits the surrounding text color */
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Reset styles for form elements */
input,
button,
textarea,
select {
  font: inherit;
  border: none;
  /* Remove borders on form elements */
  background: transparent;
  /* Make background transparent */
}

/* Remove animations and transitions for users with reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  * {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  *::before, *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
a:hover {
  transition: all 0.3s ease;
  text-decoration: none;
}

li {
  list-style-type: none;
}

input[type=text], input[type=tel], input[type=email], input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  justify-content: center;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  justify-content: center;
}

iframe {
  border: none;
  display: block;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1240px;
  }
}
body {
  word-break: auto-phrase;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

.sp-none {
  display: none;
}

@media (min-width: 768px) {
  .sp-none {
    display: block;
  }
}
.pc-none {
  display: block;
}

@media (min-width: 768px) {
  .pc-none {
    display: none;
  }
}
.js-typein {
  opacity: 0;
}
.js-typein[data-typein-ready="1"] {
  opacity: 1;
}

.typein-char {
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.typein-char.is-show {
  opacity: 1;
}

.js-tick {
  display: inline-flex;
  white-space: nowrap;
}

.js-tick-item {
  display: inline-block;
  padding-right: 4rem;
}

@-webkit-keyframes loopText {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-33.333%);
  }
}
@keyframes loopText {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-33.333%);
  }
}
.info-pop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99;
}

/* 共通設定 共通設定 共通設定 共通設定 共通設定 共通設定 共通設定 共通設定 共通設定 共通設定 共通設定 共通設定 共通設定 共通設定 共通設定 */
:root {
  --bg: #fff;
  --bg2: #f1efe5;
  --txet: #4b3c30;
  --fc: #eeece9;
  --en: "Pinyon Script", serif;
  --ja: "Zen Kaku Gothic New", serif;
  --ja2: "Zen Old Mincho", serif;
  --scroll: "Ogg Text";
}

.p-text {
  line-height: 40px;
  font-family: var(--ja);
  font-size: clamp(0.938rem, 0.877rem + 0.26vw, 1.125rem);
  color: var(--txet);
}

.body {
  background-color: var(--bg);
}

.en {
  font-family: var(--en);
}

.ja {
  font-family: var(--ja);
}

.ja2 {
  font-family: var(--ja2);
}

.big-arrow {
  width: clamp(1.25rem, 1.048rem + 0.88vw, 1.875rem);
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/*下層ページ設定*/
.page-contents {
  position: relative;
}
.page-contents > * {
  background-color: #ffffff;
}

.page-fv {
  height: 100vh;
  min-height: 700px;
}
.page-fv__title {
  padding-block: clamp(40px, 5vw, 75px);
  border-bottom: var(--txet) solid 1px;
}
@media (max-height: 700px) {
  .page-fv__title {
    padding-block: 40px;
  }
}
.page-fv__title .container {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
@media (min-width: 992px) {
  .page-fv__title .container {
    flex-direction: row;
    gap: 20px;
  }
}
.page-fv__title .en {
  font-size: clamp(3.75rem, 2.535rem + 5.25vw, 7.5rem);
  font-family: var(--en);
  color: var(--bg2);
  line-height: 1;
}
.page-fv__title h1 {
  font-size: clamp(1rem, 0.919rem + 0.35vw, 1.25rem);
  font-family: var(--ja2);
}
.page-fv__img {
  height: 100%;
}
.page-fv__img img {
  height: 100%;
}

.section-title__box {
  border-top: var(--txet) solid 1px;
  border-bottom: var(--txet) solid 1px;
  padding: 65px 0;
}

.section-title__h2 {
  font-family: var(--ja2);
  color: var(--txet);
  font-size: clamp(1.25rem, 0.946rem + 1.31vw, 2.188rem);
}

.section-title__p {
  font-family: var(--en);
  color: var(--txet);
  font-size: clamp(1.25rem, 0.946rem + 1.31vw, 2.188rem);
  margin-bottom: 10px;
}

/* ボタン1*/
.btn1 {
  display: flex;
  justify-content: center;
}

.btn1__link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  font-family: var(--ja2);
  border: var(--txet) solid 1px;
  border-radius: 50px;
  padding: 10px 75px;
  width: 290px;
  margin: 0 auto;
  gap: 20px;
}

.btn1__p {
  font-family: var(--ja2);
  font-size: clamp(0.938rem, 0.836rem + 0.44vw, 1.25rem);
}

.btn1__arrow {
  width: clamp(0.938rem, 0.836rem + 0.44vw, 1.25rem);
}

/* ボタン2*/
.btn2 {
  display: flex;
  justify-content: center;
}

.btn2__link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--bg2);
  font-family: var(--ja2);
  border: var(--txet) solid 1px;
  border-radius: 50px;
  padding: 10px 75px;
  width: 290px;
  margin: 0 auto;
  gap: 20px;
}

.btn2__p {
  font-family: var(--ja2);
  font-size: clamp(0.938rem, 0.836rem + 0.44vw, 1.25rem);
}

.btn2__arrow {
  width: clamp(0.938rem, 0.836rem + 0.44vw, 1.25rem);
}

/*トップ トップ トップ トップ トップ トップ トップ トップ トップ トップ トップ トップ トップ トップ トップ トップ */
.top__fv {
  height: clamp(32.5rem, 15.324rem + 74.28vw, 61.375rem);
  position: relative;
  background-image: url(../images/TOP1_2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.top__sec1 {
  background-color: #fff;
  color: var(--txet);
}

.top__sec1-cont1 {
  display: flex;
  border-left: var(--txet) solid 1px;
  border-right: var(--txet) solid 1px;
}

.top__sec1-cont1-wrap {
  border-top: var(--txet) solid 1px;
  border-bottom: var(--txet) solid 1px;
}

.top__sec1-cont1-h2 {
  font-family: var(--ja2);
  color: var(--txet);
  font-size: clamp(1.25rem, 0.946rem + 1.31vw, 2.188rem);
  padding: 25px 10px;
  border-right: var(--txet) solid 1px;
}
@media (min-width: 576px) {
  .top__sec1-cont1-h2 {
    padding: 35px 25px;
  }
}
@media (min-width: 768px) {
  .top__sec1-cont1-h2 {
    padding: 35px 50px;
  }
}
@media (min-width: 992px) {
  .top__sec1-cont1-h2 {
    padding: 35px 75px;
  }
}
@media (min-width: 1200px) {
  .top__sec1-cont1-h2 {
    padding: 35px 135px;
  }
}

.top__sec1-cont1-p {
  text-align: center;
}

.top__sec1-cont1-img {
  width: 20px;
  margin-left: 20px;
}

.top__sec1-cont1-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
}

.top__sec1-cont2 {
  position: relative;
  z-index: 1;
}

.top__sec1-cont2-h2 {
  margin-top: 150px;
  font-family: var(--ja2);
  color: var(--txet);
  text-align: center;
  font-size: clamp(1.375rem, 1.011rem + 1.58vw, 2.5rem);
}

.top__sec1-cont2-bg {
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -50%);
  font-family: var(--en);
  color: var(--bg2);
  font-size: clamp(5rem, 4.19rem + 3.5vw, 7.5rem);
  z-index: -1;
}

.top__sec1-cont2-p {
  text-align: center;
  margin-top: clamp(3.125rem, 2.619rem + 2.19vw, 4.688rem);
  margin-bottom: clamp(3.125rem, 2.619rem + 2.19vw, 4.688rem);
}
@media (max-width: 991px) {
  .top__sec1-cont2-p {
    display: none;
  }
}

.top__sec1-cont2-p2 {
  margin-top: clamp(3.125rem, 2.619rem + 2.19vw, 4.688rem);
  margin-bottom: clamp(3.125rem, 2.619rem + 2.19vw, 4.688rem);
  padding: 0 30px;
}
@media (min-width: 992px) {
  .top__sec1-cont2-p2 {
    display: none;
  }
}

.arc-imges {
  position: relative;
  width: 100%;
  max-width: 1200px;
  /* セクションの最大幅。必要に応じて変更 */
  margin: 0 auto;
  height: 450px;
  /* アーチの高さ */
  margin-bottom: clamp(1.25rem, -0.865rem + 5.88vw, 4.688rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 575px) {
  .arc-imges {
    display: none;
  }
}

.arc-imges2 {
  width: 100%;
  display: flex;
  margin-top: clamp(1.25rem, 0.643rem + 2.63vw, 3.125rem);
  margin-top: 50px;
}
@media (min-width: 576px) {
  .arc-imges2 {
    display: none;
  }
}
.arc-imges2__top {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
.arc-imges2__bottom {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
}

.arc {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .arc {
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 992px) {
  .arc {
    width: 225px;
    height: 225px;
  }
}
@media (min-width: 1200px) {
  .arc {
    width: 260px;
    height: 260px;
  }
}

.arc-2 {
  display: flex;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  gap: 20px;
}

/* 左上 */
.arc1 {
  top: 15px;
  left: -15px;
}
@media (min-width: 768px) {
  .arc1 {
    top: -35px;
    left: -25px;
  }
}
@media (min-width: 992px) {
  .arc1 {
    top: -35px;
    left: -30px;
  }
}

/* 左下（少し下げる） */
.arc2 {
  top: 165px;
  left: 18%;
}
@media (min-width: 768px) {
  .arc2 {
    top: 145px;
    left: 17%;
  }
}
@media (min-width: 992px) {
  .arc2 {
    top: 145px;
    left: 23%;
  }
}
@media (min-width: 1200px) {
  .arc2 {
    top: 145px;
    left: 22%;
  }
}

/* 右下 */
.arc3 {
  top: 165px;
  right: 18%;
}
@media (min-width: 768px) {
  .arc3 {
    top: 145px;
    right: 17%;
  }
}
@media (min-width: 992px) {
  .arc3 {
    top: 145px;
    right: 23%;
  }
}
@media (min-width: 1200px) {
  .arc3 {
    top: 145px;
    right: 22%;
  }
}

/* 右上 */
.arc4 {
  top: 15px;
  right: -15px;
}
@media (min-width: 768px) {
  .arc4 {
    top: -35px;
    right: -25px;
  }
}
@media (min-width: 992px) {
  .arc4 {
    top: -35px;
    right: -30px;
  }
}

.scroll {
  display: flex;
  justify-content: center;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: var(--scroll);
  font-size: clamp(0.938rem, 0.877rem + 0.26vw, 1.125rem);
  color: var(--txet);
  font-style: italic;
  margin: 0 auto;
  position: relative;
  margin-bottom: 190px;
}
.scroll::after {
  content: "";
  -webkit-animation: scroll 1.5s infinite;
          animation: scroll 1.5s infinite;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 1px;
  height: 100px;
  background-color: var(--txet);
  margin-top: 15px;
}

@-webkit-keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.top__sec2 {
  height: clamp(43.75rem, 38.87rem + 21.1vw, 58.813rem);
  background-image: url(../images/top-5.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.top__sec2-cont {
  display: flex;
}
@media (max-width: 991px) {
  .top__sec2-cont {
    justify-content: center;
  }
}

.sec2-box {
  padding-top: 170px;
  width: 600px;
  margin-left: auto;
  text-align: left;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .sec2-box {
    margin-left: 0;
    padding: 0 30px;
  }
}

.top__sec2-h2 {
  font-family: var(--ja2);
  color: #fff;
  text-align: center;
  font-size: clamp(1.375rem, 1.011rem + 1.58vw, 2.5rem);
}
@media (max-width: 991px) {
  .top__sec2-h2 {
    margin-top: clamp(6.25rem, 4.391rem + 8.04vw, 9.375rem);
  }
}

.top__sec2-bg {
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -58%);
  font-family: var(--en);
  color: #b0a79c;
  font-size: clamp(5rem, 4.19rem + 3.5vw, 7.5rem);
  z-index: -1;
}
@media (min-width: 576px) {
  .top__sec2-bg {
    transform: translate(-50%, -60%);
  }
}
@media (min-width: 768px) {
  .top__sec2-bg {
    transform: translate(-50%, -58%);
  }
}
@media (min-width: 992px) {
  .top__sec2-bg {
    transform: translate(-50%, -54%);
  }
}
@media (min-width: 1200px) {
  .top__sec2-bg {
    transform: translate(-50%, -58%);
  }
}

.top__sec2-p {
  font-family: var(--ja);
  font-style: medium;
  font-size: clamp(0.938rem, 0.877rem + 0.26vw, 1.125rem);
  color: #fff;
  text-align: left;
  margin-top: clamp(1.25rem, 0.136rem + 4.82vw, 4.688rem);
  margin-bottom: clamp(1.25rem, 0.136rem + 4.82vw, 4.688rem);
}

.top__sec3 {
  border-bottom: var(--txet) solid 1px;
}
@media (max-width: 767px) {
  .top__sec3-cont1 {
    display: none;
  }
}

.top__sec3-left {
  padding-bottom: 240px;
  border-right: var(--txet) solid 1px;
}

.top__sec3-left-box {
  position: relative;
  z-index: 1;
}

.top__sec3-h2 {
  margin-top: 220px;
  font-family: var(--ja2);
  color: var(--txet);
  text-align: center;
  font-size: clamp(1.375rem, 1.011rem + 1.58vw, 2.5rem);
}

.top__sec3-bg {
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -50%);
  font-family: var(--en);
  color: var(--bg2);
  font-size: clamp(5rem, 4.19rem + 3.5vw, 7.5rem);
  z-index: -1;
}

.top__sec3-p {
  text-align: left;
  margin-top: 75px;
  margin-bottom: 75px;
}

.img-stack {
  position: relative;
  width: 600px;
  /* 全体のサイズに合わせて調整 */
  margin: 0 auto;
}
.img-stack .img,
.img-stack div {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 上の大きな背景ベージュ */
.bg1 {
  width: 350px;
  height: 350px;
  top: 77px;
  left: 60px;
  z-index: 1;
}
@media (min-width: 992px) {
  .bg1 {
    width: 450px;
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .bg1 {
    width: 450px;
    height: 450px;
  }
}

/* 下の足の写真 */
.bg2 {
  width: 280px;
  height: 280px;
  top: 414px;
  left: -50;
  z-index: 2;
}
@media (min-width: 992px) {
  .bg2 {
    width: 280px;
    height: 280px;
    left: 20px;
  }
}
@media (min-width: 1200px) {
  .bg2 {
    width: 330px;
    height: 330px;
  }
}

/* 真ん中の大きいメイン写真 */
.main {
  width: 265px;
  height: 350px;
  top: 125px;
  left: 208px;
  z-index: 3;
}
@media (min-width: 992px) {
  .main {
    width: 395px;
    height: 395px;
  }
}
@media (min-width: 1200px) {
  .main {
    width: 440px;
    height: 440px;
  }
}

/* 一番下のブラウンの四角 */
.bg3 {
  width: 290px;
  height: 300px;
  top: 436px;
  left: 80px;
  z-index: 1;
}
@media (min-width: 992px) {
  .bg3 {
    width: 330px;
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .bg3 {
    width: 350px;
    height: 345px;
  }
}

.top__sec3-sp {
  border-top: var(--txet) solid 1px;
  border-bottom: var(--txet) solid 1px;
  padding-bottom: clamp(6.25rem, 5.238rem + 4.38vw, 9.375rem);
}
@media (min-width: 768px) {
  .top__sec3-sp {
    display: none;
  }
}

.top__sec3-cont2 {
  margin-top: clamp(6.25rem, 5.238rem + 4.38vw, 9.375rem);
  height: 982px;
  position: relative;
  z-index: 1;
}
.top__sec3-cont2-h2 {
  font-family: var(--ja2);
  color: var(--txet);
  text-align: center;
  font-size: clamp(1.375rem, 1.011rem + 1.58vw, 2.5rem);
  margin-bottom: clamp(3.125rem, 2.619rem + 2.19vw, 4.688rem);
}
.top__sec3-cont2-bg {
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -50%);
  font-family: var(--en);
  color: var(--bg2);
  font-size: clamp(5rem, 4.19rem + 3.5vw, 7.5rem);
  z-index: -1;
}
.top__sec3-cont2-p {
  text-align: center;
  margin-bottom: clamp(3.125rem, 2.619rem + 2.19vw, 4.688rem);
}

.top__sec4 {
  border-bottom: var(--txet) solid 1px;
}

.top__sec4-right-box {
  position: relative;
  z-index: 1;
  border-left: var(--txet) solid 1px;
  padding-bottom: 280px;
}

.top__sec4-h2 {
  margin-top: 220px;
  font-family: var(--ja2);
  color: var(--txet);
  text-align: center;
  font-size: clamp(1.375rem, 1.011rem + 1.58vw, 2.5rem);
}

.top__sec4-bg {
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, 80%);
  font-family: var(--en);
  color: var(--bg2);
  font-size: clamp(5rem, 4.19rem + 3.5vw, 7.5rem);
  z-index: -1;
}

.top__sec4-p {
  text-align: left;
  margin-top: 75px;
  margin-bottom: 75px;
  margin-left: 50px;
}

.top__sec4-box1 {
  margin-top: 100px;
}

.top__sec4-box1-img {
  width: 700px;
}

.top__sec4-box {
  display: flex;
  align-items: center;
  margin-top: 10px;
  gap: 20px;
}

.top__sec4-left-p {
  font-family: var(--ja2);
  font-size: clamp(0.938rem, 0.836rem + 0.44vw, 1.25rem);
}

.top__sec4-arrow {
  width: clamp(0.938rem, 0.836rem + 0.44vw, 1.25rem);
}

.top__sec4-box2 {
  display: flex;
  gap: 30px;
}

.top__sec4-box2-img {
  width: 335px;
  margin-top: -50px;
}

.top__sec5-box {
  position: relative;
  z-index: 1;
}

.top__sec5-h2 {
  padding-top: 190px;
  font-family: var(--ja2);
  color: #fff;
  text-align: center;
  font-size: clamp(1.375rem, 1.011rem + 1.58vw, 2.5rem);
}

.top__sec5-bg {
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, 140%);
  font-family: var(--en);
  color: #9a9385;
  font-size: clamp(5rem, 4.19rem + 3.5vw, 7.5rem);
  z-index: -1;
}
@media (min-width: 576px) {
  .top__sec5-bg {
    transform: translate(-50%, 125%);
  }
}
@media (min-width: 768px) {
  .top__sec5-bg {
    transform: translate(-50%, 109%);
  }
}
@media (min-width: 992px) {
  .top__sec5-bg {
    transform: translate(-50%, 98%);
  }
}
@media (min-width: 1200px) {
  .top__sec5-bg {
    transform: translate(-50%, 80%);
  }
}

.top__sec5-p {
  color: #fff;
  margin-top: 75px;
  margin-bottom: 75px;
  width: 680px;
  text-align: center;
}

.top__sec5-p-box {
  display: flex;
  justify-content: center;
  padding: 0 30px;
}

.top__sec5 {
  height: 663px;
  background-image: url(../images/top-11.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.top__sec6 {
  background-color: var(--bg2);
}

.top__sec6-box {
  position: relative;
  z-index: 1;
}

.top__sec6-h2 {
  padding-top: 190px;
  font-family: var(--ja2);
  color: var(--txet);
  text-align: center;
  font-size: clamp(1.375rem, 1.011rem + 1.58vw, 2.5rem);
}

.top__sec6-bg {
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, 141%);
  font-family: var(--en);
  color: #fff;
  font-size: clamp(5rem, 4.19rem + 3.5vw, 7.5rem);
  z-index: -1;
}
@media (min-width: 576px) {
  .top__sec6-bg {
    transform: translate(-50%, 125%);
  }
}
@media (min-width: 768px) {
  .top__sec6-bg {
    transform: translate(-50%, 114%);
  }
}
@media (min-width: 992px) {
  .top__sec6-bg {
    transform: translate(-50%, 97%);
  }
}
@media (min-width: 1200px) {
  .top__sec6-bg {
    transform: translate(-50%, 81%);
  }
}

.top__sec6-p {
  color: var(--txet);
  font-family: var(--ja);
  font-weight: 800;
  font-size: clamp(1.125rem, 1.085rem + 0.18vw, 1.25rem);
  margin-top: 25px;
  text-align: center;
  margin-right: clamp(1.25rem, 0.506rem + 3.22vw, 2.5rem);
}

.top__sec6-staff {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
@media (min-width: 576px) {
  .top__sec6-staff {
    gap: 40px;
  }
}
@media (min-width: 992px) {
  .top__sec6-staff {
    gap: 90px;
  }
}
.top__sec6-staff .box {
  width: 80%;
  margin-inline: auto;
}
@media (min-width: 576px) {
  .top__sec6-staff .box {
    width: calc(50% - 20px);
    margin-inline: 0;
  }
}
@media (min-width: 992px) {
  .top__sec6-staff .box {
    width: calc(33.3333333333% - 60px);
  }
}
.top__sec6-staff .box > a {
  display: inline-block;
  width: 100%;
}

.top__sec6-img-wrap {
  display: flex;
  flex: 1;
  margin-top: 85px;
  padding-bottom: clamp(4.375rem, 2.755rem + 7.01vw, 9.375rem);
  justify-content: center;
}
@media (max-width: 991px) {
  .top__sec6-img-wrap {
    flex-direction: column;
  }
}

/* 最後の要素だけ margin-right を0にする */
.top__sec7 {
  background-color: var(--bg2);
  border-bottom: var(--txet) solid 1px;
}
.top__sec7 .news-item {
  transition: all 0.3s ease;
  display: inline-block;
  border-bottom: var(--txet) solid 1px;
  width: 100%;
}
.top__sec7 .news-item:hover {
  background-color: #fffdf4;
}
.top__sec7 .webgene-blog {
  margin-bottom: 75px;
}

.top__sec7-cont {
  display: flex;
  border-top: var(--txet) solid 1px;
}
@media (max-width: 991px) {
  .top__sec7-cont {
    flex-direction: column;
    justify-content: center;
  }
}

.top__sec7-box {
  position: relative;
  z-index: 1;
  margin-right: 65px;
  width: 240px;
}
@media (max-width: 991px) {
  .top__sec7-box {
    margin-bottom: clamp(1.25rem, 0.643rem + 2.63vw, 3.125rem);
  }
}

.top__sec7-h2 {
  padding-top: 190px;
  font-family: var(--ja2);
  color: var(--txet);
  text-align: center;
  font-size: clamp(1.375rem, 1.011rem + 1.58vw, 2.5rem);
}

.top__sec7-bg {
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, 63%);
  font-family: var(--en);
  color: #fff;
  font-size: clamp(5rem, 4.19rem + 3.5vw, 7.5rem);
  z-index: -1;
}

.top__sec7-news-title {
  font-size: clamp(1.125rem, 1.085rem + 0.18vw, 1.25rem);
  font-family: var(--ja);
  color: var(--txet);
  font-weight: 800;
}

.top__sec7-news-p {
  font-size: clamp(0.938rem, 0.877rem + 0.26vw, 1.125rem);
  font-family: var(--ja);
  color: var(--txet);
  font-weight: 800;
  margin-top: 35px;
}

.top__sec7-right {
  margin-top: 140px;
  margin-left: auto;
  flex: 1;
}
@media (max-width: 991px) {
  .top__sec7-right {
    display: contents;
  }
}

.top__sec7-right-wrap {
  margin-bottom: 75px;
}

.top__sec7-p-box {
  display: flex;
  justify-content: space-between;
}

.top__sec7-news-arrow {
  width: clamp(1.25rem, 1.048rem + 0.88vw, 1.875rem);
  height: 30px;
  /* 正方形の枠に収めたい時 */
  -o-object-fit: contain;
     object-fit: contain;
}

.top__sec7-btn {
  display: flex;
  margin-bottom: 75px;
}

.btn1__sec7-link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  font-family: var(--ja2);
  border: var(--txet) solid 1px;
  border-radius: 50px;
  padding: 10px 75px;
  width: 290px;
  margin-left: auto;
  gap: 20px;
}

.btn1__sec7-p {
  font-family: var(--ja2);
  font-size: clamp(0.938rem, 0.836rem + 0.44vw, 1.25rem);
}

.btn1__sec7-arrow {
  width: clamp(0.938rem, 0.836rem + 0.44vw, 1.25rem);
}

.top__sec8 {
  display: flex;
  justify-content: center;
}

.top__sec8-wrap {
  display: flex;
  padding: clamp(1.25rem, 0.136rem + 4.82vw, 4.688rem);
}

.top__sec8-box {
  position: relative;
  z-index: 1;
}

.top__sec8-h2 {
  padding-top: 190px;
  font-family: var(--ja2);
  color: #fff;
  text-align: center;
  font-size: clamp(1.375rem, 1.011rem + 1.58vw, 2.5rem);
}

.top__sec8-bg {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, 61%);
  font-family: var(--en);
  color: #9a9385;
  font-size: clamp(5rem, 4.19rem + 3.5vw, 7.5rem);
  z-index: -1;
  width: 500px;
}

.top__sec8-bg2 {
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-34%, 61%);
  font-family: var(--en);
  color: #9a9385;
  font-size: clamp(5rem, 4.19rem + 3.5vw, 7.5rem);
  z-index: -1;
  width: 500px;
}

.top__sec8-p-wrap {
  display: flex;
  justify-content: center;
}

.top__sec8-p {
  color: #fff;
  margin-top: 75px;
  margin-bottom: 75px;
  width: 375px;
}

.top__sec8-left {
  border: var(--txet) solid 1px;
}

.top__sec8-right {
  border-top: var(--txet) solid 1px;
  border-right: var(--txet) solid 1px;
  border-bottom: var(--txet) solid 1px;
}

@media (max-width: 768px) {
  .top__sec8-right {
    border-left: var(--txet) solid 1px;
  }
}
.top__sec8-left-bg {
  width: 627px;
  height: 642px;
  background-image: url(..//images/top-12_2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 25px;
}

.top__sec8-right-bg {
  width: 627px;
  height: 642px;
  background-image: url(../images/top-13.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 25px;
}

/* コンセプト コンセプト コンセプト コンセプト コンセプト コンセプト コンセプト コンセプト コンセプト コンセプト*/
.concept__sec1 {
  background-color: #fff;
  border-top: var(--txet) solid 1px;
  padding-bottom: 140px;
}
.concept__sec1-cont1 {
  margin-top: 100px;
  margin-bottom: 75px;
}

.concept__sec2 {
  background-color: #fff;
  color: var(--txet);
}
.concept__sec2-cont {
  display: flex;
}
.concept__sec2-box {
  border-bottom: var(--txet) solid 1px;
}
.concept__sec2-title-box {
  border-bottom: var(--txet) solid 1px;
}
.concept__sec2-no-box {
  font-family: var(--ja);
  margin-top: 65px;
  margin-bottom: 35px;
}
.concept__sec2-no {
  font-size: clamp(1.188rem, 0.965rem + 0.96vw, 1.875rem);
}
.concept__sec2-h3 {
  font-family: var(--ja);
  font-size: clamp(1.125rem, 1.024rem + 0.44vw, 1.438rem);
  font-weight: 900;
  margin-bottom: 65px;
}
.concept__sec2-box2 {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: var(--txet) solid 1px;
}
.concept__sec2-h4 {
  font-family: var(--ja);
  font-size: clamp(1.125rem, 1.085rem + 0.18vw, 1.25rem);
  font-weight: 900;
  margin-bottom: 10px;
}
.concept__sec2-box3 {
  margin-top: 40px;
  padding-bottom: 40px;
}
.concept__sec2-right {
  border-left: var(--txet) solid 1px;
}
.concept__sec2-right-img {
  margin: 50px;
}
.concept__sec2-right-img2 {
  margin: 50px 50px 50px -40px;
}
.concept__sec2-left {
  margin-right: 60px;
}
.concept__sec2-left-2 {
  margin-left: 60px;
}
.concept__sec2-end {
  height: 75px;
}

.concept__sec3 {
  background-color: var(--bg2);
  color: var(--txet);
}
.concept__sec3-title-box {
  padding-top: 150px;
  padding-bottom: 75px;
}
.concept__sec3-p {
  margin-bottom: 75px;
  width: 765px;
}
.concept__sec3-philo-left {
  display: flex;
  gap: 55px;
  width: 50%; /* 左側のエリア幅 */
}
.concept__sec3-philo-left-img {
  width: 100%;
  display: block;
}
.concept__sec3-philo-right {
  margin-bottom: 150px;
}
.concept__sec3-philo-right-img {
  width: 100%;
  display: block;
  margin-top: 181px;
}

.concept__sec4 {
  display: flex;
  height: 635px;
  background-image: url(../images/concept-10.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.concept__sec4-title-box {
  text-align: center;
  margin-top: 150px;
}
.concept__sec4-section-title__h2 {
  font-family: var(--ja2);
  color: #fff;
  font-size: clamp(1.25rem, 0.946rem + 1.31vw, 2.188rem);
}
.concept__sec4-section-title__p {
  font-family: var(--en);
  color: #a59a8d;
  font-size: clamp(1.25rem, 0.946rem + 1.31vw, 2.188rem);
  margin-bottom: 10px;
}
.concept__sec4-p-box {
  display: flex;
  justify-content: center;
}
.concept__sec4-p {
  font-family: var(--ja);
  color: #fff;
  font-size: clamp(0.938rem, 0.877rem + 0.26vw, 1.125rem);
  font-weight: 700;
  margin-top: 60px;
  width: 700px;
  text-align: center;
}

.concept__sec5 {
  display: flex;
  height: 699px;
  background-image: url(../images/concept-11.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.concept__sec5-p {
  margin-bottom: 75px;
}

/*リクルート リクルート リクルート リクルート リクルート リクルート リクルート リクルート*/
.recruit__sec1 {
  background-color: #fff;
}
.recruit__sec1-left {
  margin-right: 50px;
}
.recruit__sec1-left2 {
  margin-left: 50px;
}
.recruit__sec1-no-box {
  margin-top: 50px;
  margin-bottom: 35px;
}
.recruit__sec1-h3 {
  font-family: var(--ja);
  color: var(--txet);
  font-weight: 800;
  font-size: clamp(1.188rem, 1.107rem + 0.35vw, 1.438rem);
  margin-bottom: 15px;
}
.recruit__sec1-p {
  margin-bottom: 90px;
}
.recruit__sec1-right {
  border-left: var(--txet) solid 1px;
}
.recruit__sec1-right-img {
  margin: 50px;
}
.recruit__sec1-right-img2 {
  margin-top: 45px;
  margin-left: -30px;
}

.recruit__sec2 {
  background-color: var(--bg2);
  color: var(--txet);
}
.recruit__sec2-steps {
  display: flex;
  justify-content: space-between;
  margin: 110px auto;
}
.recruit__sec2-step {
  align-items: center;
  flex: 1;
}
.recruit__sec2-step-number {
  position: relative;
  width: 55px;
  height: 55px;
  border: var(--txet) solid 2px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  margin-bottom: 15px;
}
.recruit__sec2-step-title {
  font-family: var(--ja);
  font-size: clamp(1.125rem, 1.085rem + 0.18vw, 1.25rem);
  font-weight: 700;
  margin-bottom: 10px;
}
.recruit__sec2-line-box {
  display: flex;
  align-items: center;
}
.recruit__sec2-line {
  border-bottom: var(--txet) solid 1px;
  color: var(--txet);
  height: 1px;
  flex: 1;
}
.recruit__sec2-text-box {
  margin-right: 45px;
}
@media (max-width: 768px) {
  .recruit__sec2 .steps {
    flex-direction: column;
    gap: 60px;
  }
  .recruit__sec2 .step {
    width: 100%;
  }
}

.recruit__sec3 {
  font-family: var(--ja);
}
.recruit__sec3-cont {
  border-left: var(--txet) solid 1px;
  border-right: var(--txet) solid 1px;
  border-bottom: var(--txet) solid 1px;
}
.recruit__sec3-cont2 {
  border-left: var(--txet) solid 1px;
  border-right: var(--txet) solid 1px;
}
.recruit__sec3-box {
  padding: 35px;
}
.recruit__sec3-title {
  font-weight: 800;
}
.recruit__sec3-end {
  height: 150px;
  border-top: var(--txet) solid 1px;
}

.recruit__sec4 {
  display: flex;
  height: 669px;
  background-image: url(../images/sec5.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.recruit__sec4-title-box {
  text-align: center;
  margin-top: 150px;
}
.recruit__sec4-section-title__h2 {
  font-family: var(--ja2);
  color: #fff;
  font-size: clamp(1.25rem, 0.946rem + 1.31vw, 2.188rem);
}
.recruit__sec4-section-title__p {
  font-family: var(--en);
  color: #fff;
  font-size: clamp(1.25rem, 0.946rem + 1.31vw, 2.188rem);
  margin-bottom: 10px;
}
.recruit__sec4-p-box {
  display: flex;
  justify-content: center;
  margin-bottom: 75px;
}
.recruit__sec4-p {
  font-family: var(--ja);
  color: #fff;
  font-size: clamp(0.938rem, 0.877rem + 0.26vw, 1.125rem);
  font-weight: 700;
  margin-top: 60px;
  width: 700px;
  text-align: center;
}

/*ニュース ニュース ニュース ニュース ニュース ニュース ニュース ニュース*/
.page-fv2 {
  background-color: var(--bg2) !important;
}
.page-fv2__title {
  padding-block: clamp(40px, 5vw, 75px);
}
@media (max-height: 700px) {
  .page-fv2__title {
    padding-block: 40px;
  }
}
.page-fv2__cont {
  display: flex;
  lex-direction: column;
  align-items: baseline;
}
@media (min-width: 992px) {
  .page-fv2__cont {
    flex-direction: row;
    gap: 20px;
  }
}
.page-fv2__title-en {
  font-size: clamp(3.75rem, 2.535rem + 5.25vw, 7.5rem);
  font-family: var(--en);
  color: #fff;
  line-height: 1;
}
.page-fv2__title-ja {
  font-size: clamp(1rem, 0.919rem + 0.35vw, 1.25rem);
  font-family: var(--ja2);
}

.news__sec1 {
  background-color: var(--bg2);
  color: var(--txet);
  border-top: var(--txet) solid 1px;
}
.news__sec1-cont {
  margin-top: clamp(6.25rem, 5.238rem + 4.38vw, 9.375rem);
  margin: o 30px;
}
.news__sec1-title {
  font-size: clamp(1.125rem, 1.085rem + 0.18vw, 1.25rem);
  font-family: var(--ja);
  color: var(--txet);
  font-weight: 800;
}
.news__sec1-p {
  font-size: clamp(0.938rem, 0.877rem + 0.26vw, 1.125rem);
  font-family: var(--ja);
  color: var(--txet);
}
.news__sec1-p-box {
  display: flex;
  justify-content: space-between;
  margin: clamp(0.313rem, 0.009rem + 1.31vw, 1.25rem);
}
.news__sec1-p-box-wrap {
  display: flex;
  align-items: center;
  gap: 50px;
}
.news__sec1-news-arrow {
  width: clamp(1.25rem, 1.048rem + 0.88vw, 1.875rem);
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.news__sec1 .webgene-item > a {
  width: 100%;
  display: inline-block;
  padding: clamp(1.563rem, 0.955rem + 2.63vw, 3.438rem);
  border-bottom: var(--txet) solid 1px;
  transition: all 0.3s ease;
}
.news__sec1 .webgene-item:first-child {
  border-top: var(--txet) solid 1px;
}
.news__sec1 .webgene-item:hover {
  background-color: #fffdf4;
  transition: all 0.3s ease;
}

.webgene-pagination {
  display: flex;
  justify-content: flex-end;
  margin-top: clamp(3.125rem, 2.619rem + 2.19vw, 4.688rem);
  padding-bottom: clamp(6.25rem, 5.238rem + 4.38vw, 9.375rem);
  margin-left: auto;
}

.webgene-pagination a {
  background-color: #fff;
  font-family: var(--ja2);
  border: var(--txet) solid 1px;
  border-radius: 50px;
  padding: 5px 0px;
  width: clamp(6.25rem, 5.238rem + 4.38vw, 9.375rem);
  gap: 20px;
  font-family: var(--ja2);
  font-size: clamp(0.938rem, 0.836rem + 0.44vw, 1.25rem);
  display: inline-block;
  text-align: center;
}

.webgene-pagination li {
  display: inline-block;
}

/*ニュース詳細 ニュース詳細 ニュース詳細 ニュース詳細 ニュース詳細 ニュース詳細 ニュース詳細 ニュース詳細 ニュース詳細*/
.newsdetail .btn-block__link {
  border: none;
  border-radius: 0;
  background-color: transparent;
  width: 100%;
  display: flex;
}
.newsdetail .pagelink {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .newsdetail .pagelink {
    gap: 50px;
    flex-direction: row;
  }
}

.newsdetail__sec1 {
  background-color: var(--bg2);
}
.newsdetail__sec1-blank {
  height: clamp(5.438rem, 4.162rem + 5.52vw, 9.375rem);
  border-top: var(--txet) solid 1px;
  border-bottom: var(--txet) solid 1px;
}
.newsdetail__sec1-box {
  background-color: #fff;
  border-left: var(--txet) solid 1px;
  border-right: var(--txet) solid 1px;
  padding-left: clamp(1.875rem, -0.15rem + 8.76vw, 8.125rem);
  padding-right: clamp(1.875rem, -0.15rem + 8.76vw, 8.125rem);
  margin-left: clamp(1.25rem, -1.382rem + 11.38vw, 9.375rem);
  margin-right: clamp(1.25rem, -1.382rem + 11.38vw, 9.375rem);
  padding-bottom: clamp(2.5rem, 1.791rem + 3.06vw, 4.688rem);
}
.newsdetail__sec1-title {
  padding-top: clamp(2.5rem, 1.791rem + 3.06vw, 4.688rem);
}
.newsdetail__sec1-date {
  font-family: var(--ja);
  font-size: clamp(1.125rem, 1.085rem + 0.18vw, 1.25rem);
  font-weight: 800;
}
.newsdetail__sec1-h1 {
  font-family: var(--ja);
  font-size: clamp(1.375rem, 1.213rem + 0.7vw, 1.875rem);
  font-weight: 800;
  margin-bottom: clamp(1.875rem, 1.673rem + 0.88vw, 2.5rem);
}
.newsdetail__sec1-p {
  margin-top: clamp(3.125rem, 1.505rem + 7.01vw, 8.125rem);
  padding-bottom: clamp(3.125rem, 1.505rem + 7.01vw, 8.125rem);
}

.webgene-pagination {
  background-color: var(--bg2);
  display: block;
}
.webgene-pagination__box-1 {
  display: flex;
  border-top: var(--txet) solid 1px;
  border-bottom: var(--txet) solid 1px;
  justify-content: center;
  padding: 25px 0;
  margin-top: -100px;
}

.newsdetail__prev a {
  background-color: #fff;
  font-family: var(--ja2);
  border: var(--txet) solid 1px;
  border-radius: 50px;
  padding: 5px 0px;
  width: clamp(6.25rem, 3.314rem + 12.7vw, 15.313rem);
  gap: 20px;
  font-family: var(--ja2);
  font-size: clamp(0.938rem, 0.836rem + 0.44vw, 1.25rem);
  display: inline-block;
  text-align: center;
}

.newsdetail__next a {
  background-color: #fff;
  font-family: var(--ja2);
  border: var(--txet) solid 1px;
  border-radius: 50px;
  padding: 5px 0px;
  width: clamp(6.25rem, 3.314rem + 12.7vw, 15.313rem);
  gap: 20px;
  font-family: var(--ja2);
  font-size: clamp(0.938rem, 0.836rem + 0.44vw, 1.25rem);
  display: inline-block;
  text-align: center;
}

.back-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: var(--txet) solid 1px;
  width: 100%;
}
.back-btn__arrow {
  width: clamp(0.938rem, 0.836rem + 0.44vw, 1.25rem);
  -o-object-fit: contain;
     object-fit: contain;
}

.back-btn a {
  border-bottom: var(--txet) solid 1px;
  display: flex;
  justify-content: center;
  padding: 30px 0;
  background-color: none;
  display: inline-block;
}

.btn-p-box {
  display: flex;
}

/*お問い合わせ お問い合わせ お問い合わせ お問い合わせ お問い合わせ お問い合わせ お問い合わせ お問い合わせ お問い合わせ*/
.contact-sec1 {
  background-color: #fff;
  border-top: var(--txet) solid 1px;
}
.contact-sec1__section-title {
  text-align: center;
}
.contact-sec1__cont {
  display: flex;
  justify-content: center;
  margin-top: clamp(3.125rem, 2.113rem + 4.38vw, 6.25rem);
  margin-bottom: clamp(3.125rem, 2.113rem + 4.38vw, 6.25rem);
}
.contact-sec1__cont2 {
  margin-bottom: clamp(3.125rem, 2.113rem + 4.38vw, 6.25rem);
}
.contact-sec1__box {
  border: var(--txet) solid 1px;
  font-family: var(--ja);
  color: var(--txet);
  margin-bottom: clamp(2.188rem, 1.378rem + 3.5vw, 4.688rem);
}
.contact-sec1__qbox {
  display: flex;
  font-size: clamp(1.125rem, 1.024rem + 0.44vw, 1.438rem);
  padding-left: clamp(0.625rem, -0.489rem + 4.82vw, 4.063rem);
  padding-top: clamp(0.938rem, 0.533rem + 1.75vw, 2.188rem);
  padding-bottom: clamp(0.938rem, 0.533rem + 1.75vw, 2.188rem);
  padding-right: clamp(0.625rem, -0.489rem + 4.82vw, 4.063rem);
  border-bottom: var(--txet) solid 1px;
}
.contact-sec1__abox {
  display: flex;
  padding-left: clamp(0.625rem, -0.489rem + 4.82vw, 4.063rem);
  padding-top: clamp(0.938rem, 0.533rem + 1.75vw, 2.188rem);
  padding-bottom: clamp(0.938rem, 0.533rem + 1.75vw, 2.188rem);
  padding-right: clamp(0.625rem, -0.489rem + 4.82vw, 4.063rem);
}

.contact-sec2 {
  background-color: #fff;
}
.contact-sec2__cont {
  display: flex;
  justify-content: center;
  padding-top: clamp(1.563rem, 0.753rem + 3.5vw, 4.063rem);
  padding-bottom: clamp(1.563rem, 0.753rem + 3.5vw, 4.063rem);
}
.contact-sec2__title-box {
  border-top: var(--txet) solid 1px;
  border-bottom: var(--txet) solid 1px;
}
.contact-sec2__cont2 {
  margin-top: clamp(2.188rem, 1.378rem + 3.5vw, 4.688rem);
}
.contact-sec2__p {
  width: clamp(18.75rem, 6.803rem + 51.66vw, 55.625rem) px;
  margin-bottom: clamp(2.188rem, 1.378rem + 3.5vw, 4.688rem);
}
.contact-sec2__item {
  display: block;
  margin-bottom: clamp(1.25rem, 0.541rem + 3.06vw, 3.438rem);
}
.contact-sec2__wrap {
  display: flex;
  justify-content: center;
}
.contact-sec2__item-title {
  margin-bottom: clamp(0.625rem, 0.22rem + 1.75vw, 1.875rem);
  justify-content: center;
}
.contact-sec2__item-p {
  display: flex;
  border: var(--txet) solid 1px;
  padding: clamp(0.625rem, 0.321rem + 1.31vw, 1.563rem);
  width: 930px;
}
.contact-sec2__imput {
  width: 930px !important;
  color: var(--bg2);
}