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

/* Set default styles for html */
html {
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  overflow-y: scroll;
  box-sizing: border-box;
  font-size: 100%;
}

/* Reset margin for common block-level elements */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
input,
textarea,
label {
  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;
  font-size-adjust: 0.5;
}

html,
body {
  font-weight: normal;
  font-style: normal;
  font-optical-sizing: auto;
  font-style: normal;
  max-width: 100vw;
  overflow-x: clip;
}

strong {
  font-style: normal;
  line-height: 1;
  font-weight: 600;
}

/* 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;
  outline: none;
  cursor: pointer;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  width: 100%;
  height: auto;
  -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;
  }
  *,
*::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;
  }
}
li {
  list-style-type: none;
}

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

iframe {
  border: none;
  display: block;
}

a {
  transition: all 0.3s ease;
}
a:hover {
  transition: all 0.3s ease;
}

.js-tick {
  overflow: hidden;
  white-space: nowrap;
}

.js-tick-track {
  display: inline-flex;
  will-change: transform;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: loopText var(--loop-duration, 10s) linear infinite;
          animation: loopText var(--loop-duration, 10s) linear infinite;
}

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

@-webkit-keyframes loopText {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-1 * var(--loop-distance, 0px)), 0, 0);
  }
}

@keyframes loopText {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-1 * var(--loop-distance, 0px)), 0, 0);
  }
}
.js-tab-panel {
  display: none;
  opacity: 0;
}
.js-tab-panel.is-show {
  display: block;
  -webkit-animation: panel-show 0.6s ease forwards;
  animation: panel-show 0.6s ease forwards;
}

@-webkit-keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (min-width: 576px) {
  .test-a {
    padding: auto;
  }
}
body {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 1.5;
  letter-spacing: 0.15em;
  overflow-x: clip;
  background-color: #fff;
  color: #2d2d2d;
  word-break: auto-phrase;
}

html.is-nav-open,
body.is-nav-open {
  overflow: hidden;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 700;
  font-style: normal;
}

a {
  color: #2d2d2d;
  text-decoration: none !important;
}

a:hover {
  color: #006bff;
  cursor: pointer;
}

/* フォント */
.zen-m {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-b {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zen-bl {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.robo {
  font-family: "roboto-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.fc-white {
  color: #fff !important;
}

.fc-blue {
  color: #01419a !important;
}

.v-text {
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
}

.text-shadow {
  text-shadow: 2px 2px 5px black;
}

.text-shadow-white {
  text-shadow: 2px 2px 5px white;
}

.has-shadow {
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.15);
}

/* 背景 */
.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #000;
}

.bg-blue {
  background-color: #276bc9;
}

.bg-blue-f {
  background-color: #01419a;
}

/*罫線*/
.b-black {
  border: 1px solid #000000;
}

.b-blue {
  border: 1px solid #01419a;
}

.bl-black {
  border-left: 1px solid #000000;
}

.br-black {
  border-right: 1px solid #000000;
}

.bb-black {
  border-bottom: 1px solid #000000;
}

.bt-black {
  border-bottom: 1px solid #000000;
}

/* ボタン */
.button {
  position: relative;
  display: inline-flex !important;
  align-items: stretch;
  transition: all 0.3s;
  gap: 0.5rem;
  width: 270px;
}
@media (min-width: 768px) {
  .button {
    width: 290px;
  }
}
@media (min-width: 992px) {
  .button {
    width: 330px;
  }
}
.button .text-box {
  display: flex;
  align-items: center;
  padding: 1.2rem;
  background-color: #fff;
  border: 1px #a4accc solid;
  width: 100%;
  padding-right: 2rem;
}
@media (min-width: 768px) {
  .button .text-box {
    padding-right: 4rem;
  }
}
.button .text-box p {
  font-size: clamp(0.75rem, 0.71rem + 0.18vw, 0.875rem);
  margin: 0 !important;
  padding: 0 !important;
}
.button .arrow-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #01419a;
  padding: 1.2rem 1.5rem;
  overflow: hidden;
  transition: all 0.3s;
}
.button .arrow-box .arrow {
  width: 20px;
  display: inline-block;
}

.button:hover .arrow-box {
  background-color: #006bff;
}

.button-box {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 0.4rem;
}

.inst-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
  padding: 1.2rem;
  background-color: #fff;
  border-radius: 20px;
  transition: all 0.3s;
  box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.15);
}

.inst-btn p {
  font-size: clamp(0.875rem, 0.754rem + 0.53vw, 1.25rem);
  color: #4d4d4d;
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 500;
}

.inst-btn img {
  width: 40px;
}

.inst-btn:hover {
  background-color: #c1958d;
}

.news-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f9ff;
  border: #a4accc 1px solid;
  padding: 1.4rem;
  width: 264px;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .news-button {
    width: 312px;
    padding: 2rem;
  }
}
.news-button p {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
}

.news-button:hover {
  background-color: #006bff;
}

.news-button:hover p {
  color: #fff;
}

.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #01419a;
  color: #fff;
  padding: 1.4rem;
  width: 200px;
  transition: all 0.3s;
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
}
@media (min-width: 768px) {
  .c-button {
    width: 250px;
    padding: 1.4rem;
  }
}

.c-button:hover {
  background-color: #006bff;
}

/* ナビ */
.a-nav-menu {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  background-image: url("../images/a-nav-bgimg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow-y: auto;
  padding-block: 13px;
}

@media (min-width: 768px) {
  .a-nav-menu {
    display: flex;
    flex-direction: column;
  }
}
.a-nav-menu.is-active {
  visibility: visible;
  opacity: 1;
}

.a-nav-menu.edit {
  visibility: visible;
  opacity: 1;
}

.nav-menu-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.nav-menu-box .l {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 3rem 3rem;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  max-width: 840px;
}
.nav-menu-box .l .logo {
  width: 50%;
  max-width: 180px;
}
.nav-menu-box .l .box {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 1.4rem;
}
.nav-menu-box .l .box .company {
  display: flex;
  gap: 1rem;
  align-items: start;
  justify-content: start;
}
.nav-menu-box .l .box .company .name {
  background-color: #01419a;
  padding: 1.4rem;
  color: #fff;
}
.nav-menu-box .l .box .company .name.b {
  background-color: #000;
}
.nav-menu-box .l .box .company .p {
  font-size: clamp(0.625rem, 0.504rem + 0.53vw, 1rem);
  line-height: 1.5;
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.nav-menu-box .r {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.8rem;
  padding: 1.2rem;
}

@media (min-width: 768px) {
  .nav-menu-box .l {
    flex-direction: row;
    gap: 4.5rem;
  }
}
@media (min-width: 992px) {
  .nav-menu-box .r {
    flex-direction: row;
    padding: 2rem;
    gap: 1.4rem;
  }
}
.nav-menu-box .r a {
  max-height: auto;
  position: relative;
}

.nav-menu-box .r a p {
  color: #fff;
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 700;
  transition: all 0.3s ease;
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
}

.nav-menu-box .r a:hover p {
  color: #006bff;
}

.nav-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.4rem 3rem;
  border: 1px solid #fff;
  background-color: #000000;
  transition: all 0.3s ease;
  gap: 1.4rem;
}
.nav-button p {
  font-size: clamp(0.875rem, 0.673rem + 0.88vw, 1.5rem);
  color: #fff;
}
.nav-button img {
  width: 20px;
}
@media (min-width: 768px) {
  .nav-button img {
    width: 27px;
  }
}

.nav-button:hover {
  background-color: #0095ff;
}

.header-wrap {
  position: fixed;
  top: -1px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
  gap: 1.2rem;
}
@media (min-width: 768px) {
  .header-wrap {
    padding: 0.4rem 0.6rem;
  }
}

.a-burger {
  position: relative;
  z-index: 1100;
  background: #fff;
  cursor: pointer;
  width: 66px;
  height: 66px;
  margin: 0;
  padding: 0;
  display: block;
}
@media (min-width: 1200px) {
  .a-burger {
    display: none;
  }
}

.a-burger div {
  width: 34px;
  height: 1px;
  background-color: #01419a;
  position: absolute;
  left: 17px;
  transform-origin: center;
  transition: all 0.3s;
  padding: 0;
  margin: 0;
  min-height: 1px !important;
}

.a-burger div:nth-child(1) {
  top: 24px;
}

.a-burger div:nth-child(2) {
  bottom: 24px;
}

.a-burger.is-active div:nth-child(1) {
  transform: rotate(-45deg);
  top: 32px;
}

.a-burger.is-active div:nth-child(2) {
  transform: rotate(45deg);
  bottom: 32px;
}

.header-box {
  display: flex;
  align-items: center;
  justify-content: start;
  background-color: #fff;
  padding: 0.8rem;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .header-box {
    justify-content: space-between;
    width: 100%;
  }
}
.header-box .logo {
  max-width: 190px;
}
@media (min-width: 992px) {
  .header-box .logo {
    max-width: 220px;
  }
}
.header-box .list {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.header-box .list a {
  min-width: auto;
}
.header-box .list p {
  font-size: clamp(0.75rem, 0.689rem + 0.26vw, 0.938rem);
  color: #000;
  transition: all 0.3s;
}
.header-box .list a:hover p {
  color: #0095ff;
}

.header-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #01419a;
  padding: 1rem 2rem;
  gap: 0.8rem;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .header-button {
    width: 200px;
  }
}
.header-button p {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  color: #fff;
}
.header-button img {
  width: 18px;
}
@media (min-width: 768px) {
  .header-button img {
    width: 20px;
  }
}

.header-button:hover {
  background-color: #070707;
}

/* フッター */
.foot-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 2rem;
  width: 100%;
  background-color: #fff;
  max-width: 740px;
}
@media (min-width: 768px) {
  .foot-box {
    flex-direction: row;
    gap: 4.5rem;
  }
}
.foot-box .logo {
  width: 50%;
  max-width: 180px;
}
.foot-box .box {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 1.4rem;
}
.foot-box .box .company {
  display: flex;
  gap: 1rem;
  align-items: start;
  justify-content: start;
}
.foot-box .box .company .name {
  background-color: #01419a;
  padding: 1.4rem;
  color: #fff;
}
.foot-box .box .company .name.b {
  background-color: #000;
}
.foot-box .box .company .p {
  font-size: clamp(0.75rem, 0.71rem + 0.18vw, 0.875rem);
  line-height: 1.8;
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.foot-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.8rem;
  padding: 1.2rem;
}
@media (min-width: 992px) {
  .foot-list {
    flex-direction: row;
    padding: 2rem;
    gap: 1.4rem;
  }
}
.foot-list a {
  max-height: auto;
  position: relative;
}
.foot-list a p {
  color: #fff;
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 700;
  transition: all 0.3s ease;
  font-size: clamp(0.875rem, 0.835rem + 0.18vw, 1rem);
}
.foot-list a:hover p {
  color: #006bff;
}

/* News表示 */
.webgene-blog {
  width: 100%;
}

/* News表示 画像あり版 */
.news-list .webgene-blog {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news-list .webgene-item {
  width: 100%;
}

@media (min-width: 768px) {
  .news-list .webgene-item {
    width: 48%;
  }
}
/* ページネーション共通 */
.webgene-pagination {
  width: 100%;
}

.webgene-pagination ul,
.pagelink {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  gap: 20px;
  max-width: 260px;
  margin-top: 4rem;
}

.webgene-pagination ul li,
.pagelink p {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  letter-spacing: 0.2rem;
  line-height: 1.5;
  width: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.webgene-pagination ul li a,
.pagelink p a {
  display: inline-flex !important;
  width: 120px;
  height: 58px;
  border: 1px solid #276bc9;
  background-color: #fff;
  padding: 15px 0 !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.webgene-pagination ul li a:hover,
.pagelink p a:hover {
  cursor: pointer;
  background-color: #006bff;
  color: #fff;
}

.webgene-pagination .next {
  margin-left: auto;
}

@media (min-width: 768px) {
  .webgene-pagination ul,
.pagelink {
    max-width: 386px;
  }
}
/* フォーム */
.formInput,
.formTextArea {
  width: 100%;
  padding: 0.5rem;
  border: none;
  border-radius: 0;
  border: 1px solid #969696;
  background-color: #fff;
  margin-bottom: 2rem;
}

.formTextArea {
  height: 8rem;
}

.formInput:focus,
.formInput:focus-visible,
.formTextArea:focus,
.formTextArea:focus-visible,
.form-button:focus,
.form-button:focus-visible {
  border: 1px solid #969696;
  background-color: #fff;
}

.zipInput {
  width: 6rem;
}

@media (min-width: 768px) {
  .formTh {
    padding-left: 2rem;
  }
}
.requiredText {
  background-color: #a3987c;
  color: #fff;
  padding: 4px 8px;
  font-size: 0.8rem;
  margin-left: 1rem;
}

.privacyformError {
  padding-top: 25px;
}

@media (min-width: 768px) {
  .privacyformError {
    padding-top: 0;
  }
}
.form-privacy {
  border: solid 1px #2d2d2d;
  background-color: white;
  height: 230px;
  overflow-y: auto;
  padding: 40px 30px;
}

/* ページ共通設定 */
.fv-wrap {
  position: relative;
  width: 100%;
  height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding-left: 10%;
  gap: 1rem;
}
@media (min-width: 768px) {
  .fv-wrap {
    height: 100vh;
    gap: 2.4rem;
  }
}
.fv-wrap .title {
  font-size: clamp(2.25rem, 1.116rem + 4.9vw, 5.75rem);
  line-height: 1.5;
  color: #fff;
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 900;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7);
}
.fv-wrap .en {
  font-size: clamp(0.75rem, 0.548rem + 0.88vw, 1.375rem);
  line-height: 1.5;
  color: #fff;
  font-family: "roboto-condensed", sans-serif;
  font-weight: 700;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7);
}
.fv-wrap .com {
  font-size: clamp(1.25rem, 1.007rem + 1.05vw, 2rem);
  line-height: 1.5;
  color: #fff;
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 900;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7);
}

.scroll-posi {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* スクロールダウンの位置 */
.scroll-anim {
  padding-top: 60px;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: clamp(0.75rem, 0.588rem + 0.7vw, 1.25rem);
}

/* 矢印のアニメーション部分 */
.scroll-anim::before {
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  content: "";
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

/* 矢印のアニメーション */
@-webkit-keyframes scroll {
  0% {
    opacity: 0;
    transform: rotate(-45deg) translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: rotate(-45deg) translate(-20px, 20px);
  }
  100% {
    opacity: 0;
  }
}
@keyframes scroll {
  0% {
    opacity: 0;
    transform: rotate(-45deg) translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: rotate(-45deg) translate(-20px, 20px);
  }
  100% {
    opacity: 0;
  }
}
.fv-sub {
  height: 70vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .fv-sub {
    height: 100vh;
  }
}
.fv-sub .text-box {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  padding: 1.4rem;
  max-width: 1520px;
}
@media (min-width: 992px) {
  .fv-sub .text-box {
    padding: 2.4rem;
  }
}
.fv-sub .text-box .sub {
  font-size: clamp(0.875rem, 0.673rem + 0.88vw, 1.5rem);
  font-weight: 900;
}
.fv-sub .text-box .title {
  font-size: clamp(2.5rem, 1.447rem + 4.55vw, 5.75rem);
  font-weight: 900;
}
.fv-sub .img-box {
  width: 100%;
  flex: 1.5;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .fv-sub .img-box {
    flex: 1.8;
  }
}
.fv-sub .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* プラシバシーポリシー */
.policy-box {
  overflow-y: scroll;
  height: 400px;
  border-radius: 30px;
}

.btn a::after {
  content: "→";
}

/* TOP */
.top-sec2-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 2000px;
  width: 100%;
  gap: 2rem;
  margin: auto;
}
@media (min-width: 768px) {
  .top-sec2-wrap {
    flex-direction: row;
  }
}
.top-sec2-wrap .box {
  flex: 1;
}
.top-sec2-wrap .box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.top-sec2-text {
  position: absolute;
  bottom: 34%;
  right: 4%;
  background-color: #fff;
  padding: 2.4rem;
  font-size: clamp(1.5rem, 1.014rem + 2.1vw, 3rem);
  line-height: 1.8;
}
@media (min-width: 768px) {
  .top-sec2-text {
    bottom: 12%;
    right: 12%;
    padding: 4rem;
  }
}

.top-sec3-wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 85vh;
}
@media (min-width: 768px) {
  .top-sec3-wrap {
    height: auto;
  }
}

.top-sec3-box {
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.4rem;
  max-width: 648px;
  width: 100%;
  padding: 1.2rem;
}
@media (min-width: 768px) {
  .top-sec3-box {
    padding: 4.2rem;
  }
}
.top-sec3-box .title {
  font-size: clamp(2.625rem, 1.653rem + 4.2vw, 5.625rem);
  color: #01419a;
  font-family: "roboto-condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.top-sec3-box .sub {
  font-size: clamp(0.625rem, 0.504rem + 0.53vw, 1rem);
  border-bottom: #000000 1px solid;
  padding-bottom: 1.6rem;
}
.top-sec3-box .text {
  font-size: clamp(0.75rem, 0.588rem + 0.7vw, 1.25rem);
  line-height: 2;
}

.top-sec4-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 960px;
}

.top-sec4-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.4rem;
  width: 100%;
  padding: 1.2rem;
}
@media (min-width: 768px) {
  .top-sec4-box {
    flex-direction: row;
    justify-content: start;
    gap: 5rem;
  }
}
.top-sec4-box .text-box {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 1rem;
}
.top-sec4-box .text-box .title {
  font-size: clamp(2.625rem, 1.653rem + 4.2vw, 5.625rem);
  color: #01419a;
  font-family: "roboto-condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
.top-sec4-box .text-box .sub {
  font-size: clamp(0.625rem, 0.504rem + 0.53vw, 1rem);
}
.top-sec4-box .title-jp {
  font-size: clamp(1.5rem, 1.014rem + 2.1vw, 3rem);
  line-height: 1.8;
}

.top-sec4-img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.2rem;
  width: 100%;
}
@media (min-width: 768px) {
  .top-sec4-img {
    flex-direction: row;
  }
}
.top-sec4-img .img-box {
  width: 100%;
  display: inline-flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  border: 1px #fff solid;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 2.4rem 1rem;
}
@media (min-width: 768px) {
  .top-sec4-img .img-box {
    padding: 4rem 1rem;
  }
}
.top-sec4-img .img-box p {
  font-size: clamp(1.25rem, 0.926rem + 1.4vw, 2.25rem);
  color: #fff;
  text-align: center;
}

.top-sec4-box2 {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  gap: 1.4rem;
  width: 100%;
  padding: 1.2rem;
}
@media (min-width: 768px) {
  .top-sec4-box2 {
    flex-direction: row;
    justify-content: start;
    gap: 1.8rem;
  }
}
.top-sec4-box2 .text-box1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex: 0.6;
}
@media (min-width: 768px) {
  .top-sec4-box2 .text-box1 {
    align-items: start;
  }
}
.top-sec4-box2 .text-box1 .p {
  font-size: clamp(1rem, 0.676rem + 1.4vw, 2rem);
  line-height: 1.8;
  text-align: center;
}
@media (min-width: 768px) {
  .top-sec4-box2 .text-box1 .p {
    text-align: start;
  }
}
.top-sec4-box2 .text-box2 {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  width: 100%;
  flex: 1;
}
.top-sec4-box2 .text-box2 .box {
  flex: 1;
}
.top-sec4-box2 .text-box2 .text {
  flex: 1;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #f7f9ff;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.25);
  padding: 1.2rem 0.8rem;
  height: 100%;
  font-size: clamp(0.875rem, 0.673rem + 0.88vw, 1.5rem);
}

.top-sec4-box3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
}
@media (min-width: 768px) {
  .top-sec4-box3 {
    flex-direction: row;
    gap: 1.8rem;
  }
}
.top-sec4-box3 .img-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  border: #97adcb 1px solid;
}
.top-sec4-box3 .img-box .text {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 1rem;
  padding: 1.8rem 1rem;
}
@media (min-width: 768px) {
  .top-sec4-box3 .img-box .text {
    padding: 3.4rem 1.4rem;
  }
}
.top-sec4-box3 .img-box .text .title {
  font-size: clamp(2.625rem, 1.653rem + 4.2vw, 5.625rem);
  color: #fff;
  font-family: "roboto-condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}
.top-sec4-box3 .img-box .text .sub {
  font-size: clamp(0.625rem, 0.504rem + 0.53vw, 1rem);
  color: #fff;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}
.top-sec4-box3 .img-box .button-box {
  display: flex;
  width: 100%;
  align-items: end;
  justify-content: end;
  padding: 1.4rem;
}

.top-sec5-wrap {
  width: 100%;
  position: relative;
  z-index: 1;
}

.top-sec5-box {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.top-sec5-box .text-set {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-align: center;
}
.top-sec5-box .text-set .title {
  font-size: clamp(2.625rem, 1.653rem + 4.2vw, 5.625rem);
  color: #fff;
  font-family: "roboto-condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
.top-sec5-box .text-set .sub {
  font-size: clamp(0.625rem, 0.504rem + 0.53vw, 1rem);
  color: #fff;
}
.top-sec5-box .title-jp {
  font-size: clamp(1.75rem, 0.94rem + 3.5vw, 4.25rem);
  text-align: center;
  color: #fff;
}
.top-sec5-box .text-jp {
  font-size: clamp(0.75rem, 0.588rem + 0.7vw, 1.25rem);
  text-align: center;
  line-height: 2.2;
  color: #fff;
}

.top-sec6-wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.top-sec6-bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.top-sec6-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  position: relative;
  z-index: 2;
}
.top-sec6-box .title-box {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 1rem;
  width: 100%;
}
@media (min-width: 768px) {
  .top-sec6-box .title-box {
    flex-direction: row;
  }
}
.top-sec6-box .title-box .title {
  flex: 0.8;
  font-size: clamp(1.25rem, 0.683rem + 2.45vw, 3rem);
  line-height: 1.8;
}
.top-sec6-box .title-box .text {
  flex: 1;
  font-size: clamp(0.75rem, 0.588rem + 0.7vw, 1.25rem);
  line-height: 2.4;
}
.top-sec6-box .top-sec6-box2 {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  background-color: #fff;
  border: #97adcb 1px solid;
  padding: 2rem;
  gap: 1.4rem;
  width: 100%;
}
@media (min-width: 768px) {
  .top-sec6-box .top-sec6-box2 {
    flex-direction: row;
    align-items: stretch;
  }
}
@media (min-width: 992px) {
  .top-sec6-box .top-sec6-box2 {
    padding: 4rem;
  }
}
.top-sec6-box .top-sec6-box2 .l {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex: 1;
}
.top-sec6-box .top-sec6-box2 .l .text-set {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 1rem;
}
.top-sec6-box .top-sec6-box2 .l .text-set .title {
  font-size: clamp(2.625rem, 1.653rem + 4.2vw, 5.625rem);
  color: #01419a;
  font-family: "roboto-condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
.top-sec6-box .top-sec6-box2 .l .text-set .title.inst {
  font-size: clamp(2.625rem, 2.018rem + 2.63vw, 4.5rem);
}
.top-sec6-box .top-sec6-box2 .l .text-set .sub {
  font-size: clamp(0.625rem, 0.504rem + 0.53vw, 1rem);
}
.top-sec6-box .top-sec6-box2 .r {
  flex: 1.3;
  width: 100%;
}
.top-sec6-box .top-sec6-box2 .news-box {
  width: 100%;
}

.p-top__insta .webgene-blog {
  display: flex;
  flex-direction: column;
  gap: 20px clamp(15px, 3vw, 33px);
}

@media (min-width: 576px) {
  .p-top__insta .webgene-blog {
    flex-direction: row;
  }
}
.p-top__insta .webgene-blog .webgene-item {
  width: 56%;
}

@media (min-width: 576px) {
  .p-top__insta .webgene-blog .webgene-item {
    width: calc(50% - clamp(7.5px, 1.5vw, 16.5px));
    margin-inline: 0;
  }
}
.p-top__insta .webgene-blog .webgene-item .indexSnsWrap {
  width: 100%;
}

.p-top__insta .webgene-blog .sns-item__link {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.p-top__insta .webgene-blog .sns-item__link img {
  aspect-ratio: 1;
}

.p-top__insta .webgene-blog .sns-item__link .noImage {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.top-sec7-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 3rem;
}
@media (min-width: 768px) {
  .top-sec7-box {
    flex-direction: row;
    gap: 1.6rem;
  }
}
.top-sec7-box .title-sec {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  overflow: hidden;
  gap: 1.4rem;
}
.top-sec7-box .title-sec .title {
  font-size: clamp(2.625rem, 1.653rem + 4.2vw, 5.625rem);
  color: #01419a;
  font-family: "roboto-condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.top-sec7-box .title-sec .sub {
  font-size: clamp(0.625rem, 0.504rem + 0.53vw, 1rem);
}
.top-sec7-box .title-sec .text {
  font-size: clamp(0.75rem, 0.588rem + 0.7vw, 1.25rem);
  line-height: 2;
}
.top-sec7-box .title-sec .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.top-sec7-box .title-sec.r {
  height: 28vh;
  flex: none;
}
@media (min-width: 768px) {
  .top-sec7-box .title-sec.r {
    height: auto;
    flex: 1;
  }
}

.top-contact-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.2rem;
}
.top-contact-wrap .text-set {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-align: center;
}
.top-contact-wrap .text-set .title {
  font-size: clamp(2.625rem, 1.653rem + 4.2vw, 5.625rem);
  color: #fff;
  font-family: "roboto-condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
.top-contact-wrap .text-set .sub {
  font-size: clamp(0.625rem, 0.504rem + 0.53vw, 1rem);
  color: #fff;
}
.top-contact-wrap .text-jp {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  text-align: center;
  line-height: 3;
  color: #fff;
}

.why-sec2-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 994px;
  gap: 2rem;
}
.why-sec2-wrap .sec2-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 2.4rem;
  width: 100%;
}
@media (min-width: 768px) {
  .why-sec2-wrap .sec2-box {
    flex-direction: row;
    gap: 1.4rem;
  }
}
.why-sec2-wrap .sec2-box .text {
  flex: 1.2;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .why-sec2-wrap .sec2-box .text {
    justify-content: center;
  }
}
.why-sec2-wrap .sec2-box .text .title {
  font-size: clamp(1.25rem, 0.845rem + 1.75vw, 2.5rem);
  line-height: 2;
}
.why-sec2-wrap .sec2-box .text .sub {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  line-height: 2.6;
}
.why-sec2-wrap .sec2-box .img {
  flex: none;
  width: 100%;
  height: 30vh;
  overflow: hidden;
}
@media (min-width: 768px) {
  .why-sec2-wrap .sec2-box .img {
    flex: 1;
    height: auto;
  }
}
.why-sec2-wrap .sec2-box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.why-sec3-wrap {
  display: flex;
  align-items: end;
  overflow: hidden;
  height: 65vh;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .why-sec3-wrap {
    height: auto;
    align-items: center;
    padding-bottom: 0;
  }
}

.why-sec3-box {
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.4rem;
  max-width: 600px;
  width: 100%;
  padding: 1.2rem;
}
@media (min-width: 768px) {
  .why-sec3-box {
    padding: 4.2rem 2.4rem;
  }
}
.why-sec3-box .title {
  font-size: clamp(1.25rem, 0.845rem + 1.75vw, 2.5rem);
  line-height: 2;
}
.why-sec3-box .sub {
  font-size: clamp(0.875rem, 0.632rem + 1.05vw, 1.625rem);
  color: #01419a;
  font-family: "roboto-condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.why-sec4-box {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.why-sec4-box .title-jp {
  font-size: clamp(1.5rem, 1.176rem + 1.4vw, 2.5rem);
  text-align: center;
  color: #fff;
}
.why-sec4-box .text-jp {
  font-size: clamp(0.75rem, 0.588rem + 0.7vw, 1.25rem);
  text-align: center;
  line-height: 2.2;
  color: #fff;
}

.pro-sec2-wrap {
  display: flex;
  align-items: start;
  justify-content: center;
  padding: 4rem 2.6rem;
}
.pro-sec2-wrap .text-sec {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 2rem;
  position: relative;
  z-index: 1;
  width: 100%;
}
.pro-sec2-wrap .text-sec .en {
  font-size: clamp(3.375rem, 1.877rem + 6.48vw, 8rem);
  line-height: 1.2;
  color: #01419a;
  font-family: "roboto-condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.pro-sec2-wrap .text-sec .jp {
  font-size: clamp(1.125rem, 0.68rem + 1.93vw, 2.5rem);
  color: #01419a;
}
.pro-sec2-wrap .text-sec .pro-sec2-bg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20%;
  height: 130%;
  width: 60vw;
  z-index: -1;
  max-width: 830px;
}

.pro-sec2-wrap.r .pro-sec2-bg {
  left: 0%;
}

.pro-sec2-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
@media (min-width: 768px) {
  .pro-sec2-box {
    flex-direction: row;
  }
}
.pro-sec2-box .l {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3.4rem 2rem;
  gap: 1.4rem;
  background-color: #edf4ff;
  width: 100%;
}
.pro-sec2-box .l .title-box {
  background-color: #fff;
  padding: 1.2rem 2.4rem;
  text-align: center;
  color: #01419a;
  font-size: clamp(1rem, 0.838rem + 0.7vw, 1.5rem);
}
.pro-sec2-box .l .img-box {
  width: 100%;
  overflow: hidden;
}
.pro-sec2-box .l .img-box img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.pro-sec2-box .l .title {
  margin-top: 1rem;
  padding-bottom: 2rem;
  border-bottom: #000 1px solid;
  font-size: clamp(1.25rem, 1.007rem + 1.05vw, 2rem);
  text-align: center;
  color: #01419a;
  width: 100%;
}
.pro-sec2-box .l .text {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  line-height: 2.4;
  font-weight: 500;
  width: 100%;
}
.pro-sec2-box .l.r {
  background-color: #e3efff;
}

.pro-sec3-wrap {
  max-width: 980px;
}

.pro-sec3-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.6rem;
  width: 100%;
}
.pro-sec3-box .title {
  font-size: clamp(1.25rem, 0.845rem + 1.75vw, 2.5rem);
  color: #01419a;
}
.pro-sec3-box .sub {
  font-size: clamp(1rem, 0.757rem + 1.05vw, 1.75rem);
  line-height: 1.8;
}
.pro-sec3-box .text {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  line-height: 2.2;
  font-weight: 500;
}

.pro-sec3-flex {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 3rem;
}
@media (min-width: 768px) {
  .pro-sec3-flex {
    flex-direction: row;
    gap: 4.2rem;
    justify-content: space-between;
  }
}
.pro-sec3-flex .item-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  max-width: 431px;
}
.pro-sec3-flex .item-box .img-box {
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-image: url("../images/pro-sec3-noimage.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 240px;
}
@media (min-width: 768px) {
  .pro-sec3-flex .item-box .img-box {
    aspect-ratio: 1/1;
    height: 400px;
  }
}
.pro-sec3-flex .item-box .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.pro-sec3-flex .item-box .title {
  font-size: clamp(0.875rem, 0.592rem + 1.23vw, 1.75rem);
  margin-top: 0.5rem;
}
.pro-sec3-flex .item-box .price {
  font-size: clamp(0.875rem, 0.673rem + 0.88vw, 1.5rem);
  margin-top: 1rem;
}
.pro-sec3-flex .item-box .text {
  font-size: clamp(0.625rem, 0.504rem + 0.53vw, 1rem);
  line-height: 2.4;
  font-weight: 500;
}

.surv-sec2-box {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 2rem;
  width: 100%;
  max-width: 900px;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .surv-sec2-box {
    flex-direction: row;
    align-items: center;
    padding: 0 3rem;
  }
}
.surv-sec2-box .l {
  flex: 1.4;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.surv-sec2-box .l .title {
  font-size: clamp(1rem, 0.757rem + 1.05vw, 1.75rem);
  line-height: 2;
}
.surv-sec2-box .l .text {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  line-height: 2.2;
}
.surv-sec2-box .r {
  flex: 1;
  width: 100%;
  height: 50vh;
  overflow: hidden;
}
@media (min-width: 768px) {
  .surv-sec2-box .r {
    height: 100%;
  }
}
.surv-sec2-box .r img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.surv-sec2-box2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: 100%;
  max-width: 900px;
}
@media (min-width: 768px) {
  .surv-sec2-box2 {
    flex-direction: row;
  }
}

.surv-sec3-title {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  color: #fff;
  width: 100%;
  max-width: 986px;
}
.surv-sec3-title .en {
  font-size: clamp(2rem, 1.352rem + 2.8vw, 4rem);
  line-height: 1.2;
  font-family: "roboto-condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.surv-sec3-title .jp {
  font-size: clamp(0.625rem, 0.504rem + 0.53vw, 1rem);
}
.surv-sec3-title .text {
  font-size: clamp(0.75rem, 0.588rem + 0.7vw, 1.25rem);
  line-height: 2.4;
}

.surv-sec3-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 2rem;
  max-width: 986px;
}
.surv-sec3-box .title {
  font-size: clamp(1.5rem, 1.176rem + 1.4vw, 2.5rem);
  color: #01419a;
  padding-bottom: 2rem;
  border-bottom: #000 0.5px solid;
  width: 100%;
}
.surv-sec3-box .text {
  font-size: clamp(0.625rem, 0.504rem + 0.53vw, 1rem);
  line-height: 2.4;
  width: 100%;
}
.surv-sec3-box .img {
  width: 100%;
  height: 40vh;
  overflow: hidden;
}
@media (min-width: 768px) {
  .surv-sec3-box .img {
    height: auto;
  }
}
.surv-sec3-box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.surv-sec3-box2 {
  max-width: 986px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 2rem;
}
@media (min-width: 768px) {
  .surv-sec3-box2 {
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
  }
}

.surv-sec3-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 1rem;
  max-width: 450px;
}
.surv-sec3-list .title {
  font-size: clamp(1rem, 0.757rem + 1.05vw, 1.75rem);
  color: #01419a;
}
.surv-sec3-list .sub {
  font-size: clamp(0.875rem, 0.754rem + 0.53vw, 1.25rem);
  color: #01419a;
}
.surv-sec3-list .text {
  font-size: clamp(0.625rem, 0.504rem + 0.53vw, 1rem);
  line-height: 2.4;
}

.surv-sec3-list2 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  gap: 1.6rem;
  width: 100%;
  max-width: 450px;
}
.surv-sec3-list2 .title {
  font-size: clamp(1rem, 0.514rem + 2.1vw, 2.5rem);
  color: #01419a;
  padding-bottom: 2rem;
  border-bottom: #000 1px solid;
  width: 100%;
}
.surv-sec3-list2 .text {
  font-size: clamp(0.625rem, 0.544rem + 0.35vw, 0.875rem);
  line-height: 2.4;
  width: 100%;
}
.surv-sec3-list2 .img {
  width: 100%;
  height: 30vh;
  overflow: hidden;
}
@media (min-width: 768px) {
  .surv-sec3-list2 .img {
    height: auto;
  }
}
.surv-sec3-list2 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.flow-sec2-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 968px;
}
.flow-sec2-wrap .img-box {
  position: relative;
  width: 100%;
}
.flow-sec2-wrap .img-box::after {
  content: "";
  width: 90%;
  height: 106px;
  max-width: 780px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -52%;
  z-index: 2;
  background-image: url(../images/flow-sec2-deco.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
@media (min-width: 768px) {
  .flow-sec2-wrap .img-box::after {
    top: -20%;
  }
}
.flow-sec2-wrap .text-box {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 2rem;
  padding: 0 2rem;
  width: 100%;
}
.flow-sec2-wrap .text-box .title {
  font-size: clamp(1.25rem, 0.845rem + 1.75vw, 2.5rem);
  line-height: 2;
}
.flow-sec2-wrap .text-box .text {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  line-height: 2.2;
}

.flow-list-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 968px;
  gap: 2.6rem;
}
@media (min-width: 768px) {
  .flow-list-wrap {
    gap: 6rem;
  }
}

.flow-list-box {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  width: 85%;
  position: relative;
  z-index: 1;
  gap: 1.2rem;
}
@media (min-width: 768px) {
  .flow-list-box {
    flex-direction: row;
    align-items: end;
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .flow-list-box {
    width: 90%;
  }
}
.flow-list-box .l {
  flex: 1.3;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 1rem;
}
.flow-list-box .l .no {
  font-size: clamp(2.5rem, 1.609rem + 3.85vw, 5.25rem);
  line-height: 1;
  color: #01419a;
}
.flow-list-box .l .title {
  font-size: clamp(1.25rem, 0.845rem + 1.75vw, 2.5rem);
  line-height: 1.5;
}
.flow-list-box .l .text {
  font-size: clamp(0.75rem, 0.588rem + 0.7vw, 1.25rem);
  line-height: 2.4;
}
.flow-list-box .r {
  flex: 1;
  width: 100%;
  height: 30vh;
  overflow: hidden;
}
@media (min-width: 768px) {
  .flow-list-box .r {
    height: 100%;
  }
}
.flow-list-box .r img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.flow-list-box::before {
  content: "";
  width: 60px;
  height: 216px;
  position: absolute;
  left: -20%;
  top: 65%;
  z-index: 0;
  background-image: url(../images/flow-deco1.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
@media (min-width: 768px) {
  .flow-list-box::before {
    left: -14%;
    top: 0%;
  }
}

.flow-list-box.no02::before {
  background-image: url(../images/flow-deco2.svg);
}

.flow-list-box.no03::before {
  background-image: url(../images/flow-deco3.svg);
}

.flow-list-box.no04::before {
  background-image: url(../images/flow-deco4.svg);
}

.flow-list-box.no05::before {
  background-image: url(../images/flow-deco5.svg);
}

.flow-list-box.no06::before {
  background-image: url(../images/flow-deco6.svg);
}

.rec-sec2-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.rec-sec2-box {
  display: flex;
  width: 100%;
}

.rec-sec2-img {
  position: relative;
  width: 100%;
  max-width: 784px;
  margin-left: auto;
}
.rec-sec2-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.rec-sec2-img::after {
  content: "";
  width: 90%;
  height: 106px;
  max-width: 780px;
  position: absolute;
  left: 0%;
  bottom: -45%;
  z-index: 2;
  background-image: url(../images/rec-sec2-deco.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
@media (min-width: 768px) {
  .rec-sec2-img::after {
    bottom: -15%;
  }
}
@media (min-width: 992px) {
  .rec-sec2-img::after {
    left: -15%;
    bottom: -8%;
  }
}

.rec-sec2-box2 {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 2.4rem;
  width: 100%;
}
@media (min-width: 992px) {
  .rec-sec2-box2 {
    flex-direction: row;
    gap: 4rem;
  }
}
.rec-sec2-box2 .l {
  flex: none;
  width: 100%;
  height: 30vh;
  overflow: hidden;
}
@media (min-width: 768px) {
  .rec-sec2-box2 .l {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .rec-sec2-box2 .l {
    height: auto;
    flex: 1;
  }
}
.rec-sec2-box2 .l img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rec-sec2-box2 .r {
  flex: 0.8;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 2rem;
}
.rec-sec2-box2 .r .title {
  font-size: clamp(1.5rem, 1.176rem + 1.4vw, 2.5rem);
  line-height: 2;
}
.rec-sec2-box2 .r .sub {
  font-size: clamp(1rem, 0.757rem + 1.05vw, 1.75rem);
  line-height: 2;
}
.rec-sec2-box2 .r .text {
  font-size: clamp(0.625rem, 0.504rem + 0.53vw, 1rem);
  line-height: 2.2;
}

.rec-sec3-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 2.4rem;
  position: relative;
}
@media (min-width: 768px) {
  .rec-sec3-box {
    flex-direction: row;
  }
}
.rec-sec3-box .l {
  position: static;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  width: 100%;
}
@media (min-width: 768px) {
  .rec-sec3-box .l {
    position: -webkit-sticky;
    position: sticky;
    top: var(--header-top);
  }
}
.rec-sec3-box .l .title {
  font-size: clamp(2.625rem, 1.653rem + 4.2vw, 5.625rem);
  color: #fff;
  font-family: "roboto-condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
.rec-sec3-box .l .sub {
  font-size: clamp(0.625rem, 0.504rem + 0.53vw, 1rem);
  color: #fff;
}
.rec-sec3-box .r {
  flex: 1.4;
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  width: 100%;
}
@media (min-width: 768px) {
  .rec-sec3-box .r {
    flex: 1.6;
    gap: 6rem;
  }
}
.rec-sec3-box .r .text-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.rec-sec3-box .r .text-box .img {
  flex: 1;
  width: 100%;
  overflow: hidden;
}
.rec-sec3-box .r .text-box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rec-sec3-box .r .text-box .text {
  flex: 1.4;
  width: 100%;
  background-color: #fff;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 1.4rem;
}
@media (min-width: 992px) {
  .rec-sec3-box .r .text-box .text {
    padding: 2.6rem;
  }
}
.rec-sec3-box .r .text-box .text .title {
  font-size: clamp(1.5rem, 1.176rem + 1.4vw, 2.5rem);
  line-height: 2;
}
.rec-sec3-box .r .text-box .text .sub {
  font-size: clamp(0.625rem, 0.504rem + 0.53vw, 1rem);
  line-height: 2.2;
}

.rec-sec4-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.rec-sec4-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  width: 100%;
}
.rec-sec4-box .title {
  font-size: clamp(1.25rem, 0.845rem + 1.75vw, 2.5rem);
  color: #01419a;
}
.rec-sec4-box .sub {
  font-size: clamp(0.875rem, 0.754rem + 0.53vw, 1.25rem);
}
.rec-sec4-box .text-sec {
  background-color: #e7f1ff;
  padding: 2.4rem 3.2rem;
  font-size: clamp(0.75rem, 0.629rem + 0.53vw, 1.125rem);
  line-height: 3;
}

.rec-sec4-box2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 1.2rem;
}
.rec-sec4-box2 .title {
  font-size: clamp(1.25rem, 0.845rem + 1.75vw, 2.5rem);
  color: #01419a;
}
.rec-sec4-box2 .sub {
  font-size: clamp(0.75rem, 0.588rem + 0.7vw, 1.25rem);
  line-height: 2.2;
}
.rec-sec4-box2 .text {
  text-align: center;
  font-size: clamp(0.875rem, 0.754rem + 0.53vw, 1.25rem);
  line-height: 2;
}

.com-sec3-box {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 0.8rem;
}
.com-sec3-box .title {
  font-size: clamp(2.625rem, 1.653rem + 4.2vw, 5.625rem);
  color: #01419a;
  font-family: "roboto-condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.com-sec3-box .sub {
  font-size: clamp(0.625rem, 0.504rem + 0.53vw, 1rem);
}

.com-sec3-box2 {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 0.6rem;
}
.com-sec3-box2 .title {
  font-size: clamp(1.25rem, 0.926rem + 1.4vw, 2.25rem);
  letter-spacing: 0.05em;
}
.com-sec3-box2 .sub1 {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
}
.com-sec3-box2 .sub2 {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  color: #01419a;
}

.news-w .webgene-blog .webgene-item {
  max-width: 860px;
  margin: auto;
}