@charset "UTF-8";
/*************************************************
common-style
*************************************************/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "noto-sans-cjk-jp", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.img-box img {
  width: 100%;
}

.obj-fit img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.flex {
  display: flex;
}

.inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .inner {
    width: 80%;
    max-width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    width: 92.3076923077vw;
    max-width: 600px;
  }
}

h3,
div,
p,
li,
dt,
dd,
th,
td,
a {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  h3,
  div,
  p,
  li,
  dt,
  dd,
  th,
  td,
  a {
    font-size: 1.5rem;
  }
}

.h-scale .img-box {
  overflow: hidden;
}
.h-scale img {
  transition: all 0.3s;
}
.h-scale:hover img {
  transform: scale(1.1);
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.wrap-hidden {
  overflow: hidden;
}
.wrap-hidden.visible {
  overflow: visible;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

.wrap_cta {
  background: url(images/cta_bg.png) no-repeat center/cover;
  padding: 7.5rem 0;
}
@media screen and (max-width: 768px) {
  .wrap_cta {
    overflow: hidden;
    padding: 6rem 0;
  }
}
.wrap_cta .box {
  position: relative;
  width: 118rem;
  margin: 0 auto;
  background-color: #fff;
  padding-bottom: 4rem;
  border: 3px solid;
  border-image: linear-gradient(to right, #f1cf70 50%, #0181cc 50%) 1;
  border-top: none;
}
@media screen and (max-width: 768px) {
  .wrap_cta .box {
    width: 92.3076923077vw;
    padding-bottom: 2rem;
  }
}
.wrap_cta .box .head-wrap {
  padding: 5px 2.7rem;
  box-shadow: 0px 4.72px 4.72px rgba(0, 0, 0, 0.25);
  margin-bottom: 3rem;
  background: url(images/cta_head-ttl_bg.svg) no-repeat center/cover;
  scale: 1.001;
}
@media screen and (max-width: 768px) {
  .wrap_cta .box .head-wrap {
    padding: 5px 2.5641025641vw;
    margin-bottom: 14.3rem;
  }
}
.wrap_cta .box .head-wrap .logo {
  width: 60.8rem;
}
@media screen and (max-width: 768px) {
  .wrap_cta .box .head-wrap .logo {
    width: 55.8974358974vw;
  }
}
.wrap_cta .box .form {
  width: 51.6rem;
  margin-left: 9rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .wrap_cta .box .form {
    width: 83.3333333333vw;
    margin: 0 auto 2rem;
  }
}
.wrap_cta .box .form p {
  gap: 1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 600;
  color: #b1010e;
  margin-bottom: 1rem;
}
.wrap_cta .box .form a {
  position: relative;
  width: 51.6rem;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  aspect-ratio: 1/0.14;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  background: rgb(230, 0, 18);
  background: radial-gradient(circle, rgb(230, 0, 18) 50%, rgb(160, 0, 12) 100%);
  box-shadow: 2.36px 4.72px 9.43px rgba(95, 16, 16, 0.44);
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .wrap_cta .box .form a {
    width: 83.3333333333vw;
    width: 100%;
    aspect-ratio: 1/0.2;
  }
}
.wrap_cta .box .form a:hover {
  scale: 1.1;
}
.wrap_cta .box .form a svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12rem;
}
@media screen and (max-width: 768px) {
  .wrap_cta .box .form a svg {
    right: 4rem;
  }
}
.wrap_cta .box .tel {
  position: relative;
  padding-left: 22rem;
  gap: 4rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .wrap_cta .box .tel {
    width: 83.3333333333vw;
    flex-direction: column;
    padding-left: 0;
    gap: 1.5rem;
    margin: 0 auto;
  }
}
.wrap_cta .box .tel::before {
  content: "";
  position: absolute;
  left: 43rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid #7fc0e5;
  border-right: 0;
}
@media screen and (max-width: 768px) {
  .wrap_cta .box .tel::before {
    left: 50%;
    transform: translateX(-50%);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 7px solid #7fc0e5;
    border-bottom: 0;
    bottom: 4.7rem;
  }
}
.wrap_cta .box .tel p {
  font-size: 1.8rem;
  font-weight: 600;
}
.wrap_cta .box .tel .txt {
  color: #063458;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .wrap_cta .box .tel .txt {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.wrap_cta .box .tel .time {
  color: #0181cc;
}
@media screen and (max-width: 768px) {
  .wrap_cta .box .tel .time {
    font-size: 1.4rem;
    text-align: center;
  }
}
.wrap_cta .box .tel .time span {
  font-size: 1.4rem;
  border: 1.5px solid #0181cc;
  padding: 0 5px;
  margin-right: 1rem;
}
.wrap_cta .box .tel a {
  font-size: 4.7rem;
  font-weight: 600;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .wrap_cta .box .tel a {
    font-size: 3.6rem;
  }
}
.wrap_cta .box .tel a:hover {
  color: #0181cc;
}
.wrap_cta .box .tel a:hover svg path {
  fill: #0181cc;
}
.wrap_cta .box .tel a svg path {
  fill: #333;
  transition: all 0.3s;
}
.wrap_cta .box .message .hukidashi {
  width: 33.6rem;
  position: absolute;
  top: 12rem;
  right: 20rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .wrap_cta .box .message .hukidashi {
    width: 41.5384615385vw;
    top: 10rem;
    right: 46.1538461538vw;
  }
}
.wrap_cta .box .message .people {
  width: 35.8rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .wrap_cta .box .message .people {
    width: 48.7179487179vw;
    bottom: auto;
    top: 2rem;
  }
}

.grecaptcha-badge {
  z-index: 999;
}

/*************************************************
アニメーション
*************************************************/
.u-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
}

.u-pc-inlineblock {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .u-pc-inlineblock {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
}

.u-sp-inlineblock {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp-inlineblock {
    display: inline-block;
  }
}

.u-sp-inline {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp-inline {
    display: inline;
  }
}

.u-align--center {
  text-align: center;
}

.u-md {
  display: none;
}
@media screen and (max-width: 1000px) {
  .u-md {
    display: block;
  }
}

.u-pc-md {
  display: block;
}
@media screen and (max-width: 1000px) {
  .u-pc-md {
    display: none;
  }
}

/*************************************************
header
*************************************************/
header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 6px solid #0181cc;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  header {
    height: 6.5rem;
  }
}
header .header-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 1.5rem 1.4583333333vw 1rem 3.8888888889vw;
}
@media screen and (max-width: 768px) {
  header .header-inner {
    padding: 1rem 3.8461538462vw;
    align-items: flex-start;
  }
}
header .logo {
  width: 16rem;
}
@media screen and (max-width: 768px) {
  header .logo {
    width: 10rem;
  }
}
header .tel {
  gap: 8px;
}
@media screen and (max-width: 768px) {
  header .tel {
    gap: 5px;
  }
}
header .tel div .ttl {
  font-size: 1.2rem;
  font-weight: 600;
  border: 1px solid #0181cc;
}
header .tel div:first-of-type .ttl {
  color: #0181cc;
  padding-left: 7px;
  margin-bottom: 0.9rem;
}
@media screen and (max-width: 1000px) {
  header .tel div:first-of-type .ttl {
    margin-bottom: 2px;
  }
}
header .tel div:first-of-type .time {
  font-size: 1.4rem;
  font-weight: 600;
  color: #0181cc;
}
header .tel div:last-of-type .ttl {
  color: #fff;
  background-color: #0181cc;
  padding-left: 7px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
}
header .tel div:last-of-type a {
  font-size: 2.8rem;
  font-weight: 600;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  header .tel div:last-of-type a {
    font-size: 1.6rem;
  }
}
header .tel div:last-of-type a:hover {
  color: #0181cc;
}

/*************************************************
footer
*************************************************/
footer {
  padding: 2.5rem 0 2rem;
  background-color: #063458;
}
footer .inner {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer .inner {
    flex-direction: column;
    gap: 2rem;
  }
}
footer .inner p,
footer .inner dt,
footer .inner dd,
footer .inner a {
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer .inner p,
  footer .inner dt,
  footer .inner dd,
  footer .inner a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  footer .inner p svg,
  footer .inner dt svg,
  footer .inner dd svg,
  footer .inner a svg {
    width: 10px;
    height: 10px;
  }
}
footer .inner dl {
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  footer .inner dl {
    gap: 1.5rem;
  }
}
footer .inner dl dt {
  font-weight: 600;
}
footer .inner dl dd a {
  text-decoration: underline;
}

/*************************************************
top
*************************************************/
.wrap_kv {
  position: relative;
  width: 100vw;
  aspect-ratio: 1/0.45;
  height: auto;
  margin-top: 8.8rem;
  background: url(../images/kv_pc.jpg) no-repeat top/cover;
}
@media screen and (max-width: 768px) {
  .wrap_kv {
    aspect-ratio: 1/1.65;
    margin-top: 6.5rem;
    background: url(../images/kv_sp.png) no-repeat center/cover;
  }
}
.wrap_kv .sub-text {
  width: 44.8rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 9.375vw;
}
@media screen and (max-width: 768px) {
  .wrap_kv .sub-text {
    width: 77.4358974359vw;
    top: 5.1282051282vw;
  }
}
.wrap_kv .main-text {
  width: 110rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50%;
  transform: translateY(-50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .wrap_kv .main-text {
    width: 61.5384615385vw;
    left: 50%;
    transform: translateX(-50%);
    top: 33.3333333333vw;
    z-index: 1;
  }
}
.wrap_kv .gekkeizyu {
  width: 56rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4.8611111111vw;
}
@media screen and (max-width: 768px) {
  .wrap_kv .gekkeizyu {
    width: 99.7435897436vw;
    z-index: 1;
  }
}
.wrap_kv .people {
  width: 19.2rem;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .wrap_kv .people {
    width: 30.2564102564vw;
  }
}
.wrap_kv .people.hot {
  top: 3.2638888889vw;
  left: 5vw;
}
@media screen and (max-width: 768px) {
  .wrap_kv .people.hot {
    top: 28.2051282051vw;
    left: auto;
    right: 2.5641025641vw;
  }
}
.wrap_kv .people.cold {
  bottom: 5.1388888889vw;
  right: 5vw;
}
@media screen and (max-width: 768px) {
  .wrap_kv .people.cold {
    bottom: 28.2051282051vw;
    right: auto;
    left: 2.5641025641vw;
  }
}

.wrap01_negative {
  margin-top: -1px;
  position: relative;
  padding: 6rem 0 34.5rem;
  background: url(../images/wrap01_bg01.png) no-repeat top/contain, url(../images/wrap01_bg02.png) no-repeat bottom/contain;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .wrap01_negative {
    padding: 6rem 0 21.5rem;
    background: url(../images/wrap01_bg01_sp.png) no-repeat top/contain, url(../images/wrap01_bg02_sp.png) no-repeat bottom/contain;
  }
}
.wrap01_negative h2 {
  text-align: center;
  width: 71.7rem;
  margin: 0 auto 5.5rem;
}
@media screen and (max-width: 768px) {
  .wrap01_negative h2 {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.wrap01_negative .block {
  position: relative;
  padding: 6rem 5rem 4rem;
  background-color: #fff;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 768px) {
  .wrap01_negative .block {
    padding: 3rem 1rem 2rem;
    margin-bottom: 1.5rem;
  }
}
.wrap01_negative .block h3 {
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  color: #063458;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .wrap01_negative .block h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.wrap01_negative .block .flex {
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .wrap01_negative .block .flex {
    gap: 0.5rem;
  }
}
.wrap01_negative .block .flex .box {
  width: calc(33.3333333333% - 0.6666666667rem);
}
@media screen and (max-width: 768px) {
  .wrap01_negative .block .flex .box {
    width: calc(50% - 0.25rem);
  }
}
.wrap01_negative .block .flex .box .txt {
  position: relative;
}
.wrap01_negative .block .flex .box .txt img {
  position: absolute;
  top: 0;
  left: 1rem;
  width: 2.4rem;
}
@media screen and (max-width: 768px) {
  .wrap01_negative .block .flex .box .txt img {
    top: -0.5rem;
    left: -0.5rem;
    width: 2rem;
  }
}
.wrap01_negative .block .flex .box .txt img.reverse {
  left: auto;
  right: 2.4rem;
  transform: scale(-1, 1);
}
@media screen and (max-width: 768px) {
  .wrap01_negative .block .flex .box .txt img.reverse {
    top: -0.5rem;
    left: -0.5rem;
    transform: none;
  }
}
.wrap01_negative .block .flex .box .txt p {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background-color: #063458;
  padding: 7px 0;
}
@media screen and (max-width: 768px) {
  .wrap01_negative .block .flex .box .txt p {
    font-size: 1.4rem;
  }
}
.wrap01_negative .block .arrow01 {
  position: absolute;
  width: 28.5rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .wrap01_negative .block .arrow01 {
    width: 32.0512820513vw;
  }
  .wrap01_negative .block .arrow01 svg {
    width: 100%;
  }
}
.wrap01_negative .block .arrow01.c-blu {
  top: -1px;
}
@media screen and (max-width: 768px) {
  .wrap01_negative .block .arrow01.c-blu {
    top: -1.2rem;
  }
}
.wrap01_negative .block .arrow01.c-blu svg path {
  fill: #0181cc;
}
.wrap01_negative .block .arrow01.c-whi {
  bottom: -3.5rem;
}
@media screen and (max-width: 768px) {
  .wrap01_negative .block .arrow01.c-whi {
    bottom: -3rem;
  }
}
.wrap01_negative .arrow02 {
  width: 28.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wrap01_negative .arrow02 {
    width: 38.4615384615vw;
  }
  .wrap01_negative .arrow02 svg {
    width: 100%;
  }
}

.wrap01_positive {
  position: relative;
  background: url(../images/wrap01_bg03.png) no-repeat center/cover;
  background-color: rgba(6, 52, 88, 0.1);
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .wrap01_positive {
    background: url(../images/wrap01_bg03_sp.png) no-repeat center/cover;
    padding-bottom: 6rem;
  }
}
.wrap01_positive .omakase {
  position: absolute;
  top: -33rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wrap01_positive .omakase {
    width: 90%;
    top: -21rem;
  }
}
.wrap01_positive .omakase .omakase_inner {
  position: relative;
}
.wrap01_positive .omakase .omakase_inner::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -7rem;
  width: 28.8rem;
  aspect-ratio: 1/0.13;
  background: url(../images/section-arrow03.svg) no-repeat top/contain;
}
@media screen and (max-width: 768px) {
  .wrap01_positive .omakase .omakase_inner::before {
    width: 16rem;
    bottom: -4rem;
  }
}
.wrap01_positive .omakase .omakase_inner h2 {
  position: relative;
  width: 80.8rem;
  margin: 0 0 0 auto;
  margin-bottom: 2.8rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .wrap01_positive .omakase .omakase_inner h2 {
    width: 92.3076923077vw;
    max-width: 40rem;
    margin-bottom: 0.7rem;
  }
}
.wrap01_positive .omakase .omakase_inner .people {
  position: absolute;
  top: -5rem;
  left: 0;
  width: 21.5rem;
}
@media screen and (max-width: 768px) {
  .wrap01_positive .omakase .omakase_inner .people {
    top: -12rem;
    width: 46.1538461538vw;
  }
}
.wrap01_positive .omakase .omakase_inner .flex {
  position: relative;
  gap: 1rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .wrap01_positive .omakase .omakase_inner .flex {
    flex-wrap: wrap;
    gap: 0.5rem;
    width: 95%;
    margin: 0 auto;
  }
}
.wrap01_positive .omakase .omakase_inner .flex .img-box {
  border: 6px solid #fff;
  box-shadow: 0px 0px 10px rgba(6, 52, 88, 0.5);
}
@media screen and (max-width: 768px) {
  .wrap01_positive .omakase .omakase_inner .flex .img-box {
    border: 3px solid #fff;
    width: calc(50% - 0.25rem);
    aspect-ratio: 1/0.6;
  }
}
@media screen and (max-width: 768px) {
  .wrap01_positive .omakase .omakase_inner .flex .img-box img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.wrap01_positive .block {
  background-color: #fff;
  padding-top: 19.7rem;
  padding: 18rem 5rem 8rem;
  box-shadow: 0px 0px 31px rgba(6, 52, 88, 0.16);
}
@media screen and (max-width: 768px) {
  .wrap01_positive .block {
    padding: 11rem 1.5rem 5rem;
  }
}
.wrap01_positive .block .box {
  gap: 4rem;
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .wrap01_positive .block .box {
    margin-bottom: 3rem;
  }
}
.wrap01_positive .block .box:last-of-type {
  margin-bottom: 0;
}
.wrap01_positive .block .box .left .num {
  position: relative;
  display: inline-block;
  padding-left: 5.7rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #e60012;
  font-size: 3.1rem;
  font-weight: 600;
  color: #e60012;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .wrap01_positive .block .box .left .num {
    padding-left: 4rem;
    font-size: 2.4rem;
  }
}
.wrap01_positive .block .box .left .num::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 36px solid #e60012;
  border-right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 28px solid #e60012;
}
.wrap01_positive .block .box .left h3 {
  font-size: 3.4rem;
  font-weight: 600;
  color: #063458;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .wrap01_positive .block .box .left h3 {
    font-size: 2.1rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .wrap01_positive .block .box .left .img-box {
    margin-bottom: 2rem;
  }
}
.wrap01_positive .block .box .left h4 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #0181cc;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .wrap01_positive .block .box .left h4 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
.wrap01_positive .block .box .left p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .wrap01_positive .block .box .left p {
    font-size: 1.5rem;
  }
}
.wrap01_positive .block .box .left p span {
  font-weight: 600;
  text-decoration: underline;
}
.wrap01_positive .block .box .left p strong {
  color: #e60012;
}
@media screen and (max-width: 768px) {
  .wrap01_positive .block .box .right {
    display: none;
  }
}
.wrap01_positive .block .box .right .img-box {
  width: 47.7rem;
}
.wrap01_positive .block .box.reverse {
  flex-direction: row-reverse;
}

.wrap02 {
  padding: 10rem 0;
  background-color: #faf5e6;
}
@media screen and (max-width: 768px) {
  .wrap02 {
    padding: 6rem 0;
  }
}
.wrap02 .head-ttl-wrap {
  position: relative;
  padding: 2.2rem 0 4.7rem;
  background-color: #063458;
}
@media screen and (max-width: 768px) {
  .wrap02 .head-ttl-wrap {
    margin-top: -1px;
    padding: 2.2rem 0 3.2rem;
  }
}
.wrap02 .head-ttl-wrap h3 {
  width: 58rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wrap02 .head-ttl-wrap h3 {
    width: 90%;
  }
}
.wrap02 .head-ttl-wrap svg {
  position: absolute;
  bottom: -3.1rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .wrap02 .head-ttl-wrap svg {
    width: 12rem;
    bottom: -2.2rem;
  }
}
.wrap02 .head-ttl-wrap svg path {
  fill: #063458;
}
.wrap02 .block {
  background-color: #fff;
  padding: 8.8rem 5rem 8rem;
  box-shadow: 0px 0px 36px rgba(6, 52, 88, 0.3);
}
@media screen and (max-width: 768px) {
  .wrap02 .block {
    padding: 5rem 1.5rem;
  }
}
.wrap02 .block .box {
  position: relative;
  margin-bottom: 4rem;
}
.wrap02 .block .box .cate_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .wrap02 .block .box .cate_container {
    display: block;
  }
}
.wrap02 .block .box .cate_container .txt_box {
  flex-basis: 68%;
  max-width: calc(100% - 26.4rem - 2rem);
}
@media screen and (max-width: 768px) {
  .wrap02 .block .box .cate_container .txt_box {
    width: 90%;
    margin: 0 auto;
    max-width: none;
  }
}
.wrap02 .block .box .cate_container .people {
  flex-basis: 30%;
  max-width: 26.4rem;
}
.wrap02 .block .box .cate_container .people img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .wrap02 .block .box .cate_container .people {
    display: none;
  }
}
.wrap02 .block .box:nth-of-type(2) .cate_container {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .wrap02 .block .box:nth-of-type(2) .cate_container {
    display: block;
    margin-top: 4rem;
  }
}
.wrap02 .block .box:nth-of-type(2) .cate_container .txt_box {
  flex-basis: 60%;
  max-width: calc(100% - 26.4rem - 2rem);
}
@media screen and (max-width: 768px) {
  .wrap02 .block .box:nth-of-type(2) .cate_container .txt_box {
    width: 90%;
    margin: 0 auto;
    max-width: none;
  }
}
.wrap02 .block .box:nth-of-type(2) .cate_container .people {
  flex-basis: 35%;
  max-width: 36.2rem;
}
@media screen and (max-width: 768px) {
  .wrap02 .block .box:nth-of-type(2) .cate_container .people {
    display: none;
  }
}
.wrap02 .block .box.reverse .ttl-wrap,
.wrap02 .block .box.reverse p {
  margin: 0 0 0 auto;
}
.wrap02 .block .box.dannetsu .cate::before, .wrap02 .block .box.dannetsu .cate::after {
  background-color: #e60012;
}
.wrap02 .block .box.syanetsu {
  margin-top: 8.5rem;
}
@media screen and (max-width: 768px) {
  .wrap02 .block .box.syanetsu {
    margin-top: 6.5rem;
    margin-bottom: 0;
  }
}
.wrap02 .block .box.syanetsu .cate {
  margin-bottom: 7.7rem;
}
@media screen and (max-width: 768px) {
  .wrap02 .block .box.syanetsu .cate {
    margin-bottom: 4rem;
  }
}
.wrap02 .block .box.syanetsu .cate::before, .wrap02 .block .box.syanetsu .cate::after {
  background-color: #ffaa5b;
}
.wrap02 .block .box.syanetsu .q-a dl {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 1.2rem 0;
  margin: 0 auto;
  border-radius: 5px;
}
.wrap02 .block .box.syanetsu .q-a dl::before {
  content: "";
  position: absolute;
}
.wrap02 .block .box.syanetsu .q-a dl dt,
.wrap02 .block .box.syanetsu .q-a dl dd {
  font-weight: 600;
}
.wrap02 .block .box.syanetsu .q-a dl dt {
  font-size: 3rem;
  margin-top: -0.5rem;
}
@media screen and (max-width: 768px) {
  .wrap02 .block .box.syanetsu .q-a dl dt {
    font-size: 1.8rem;
  }
}
.wrap02 .block .box.syanetsu .q-a dl dd {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .wrap02 .block .box.syanetsu .q-a dl dd {
    font-size: 1.5rem;
  }
}
.wrap02 .block .box.syanetsu .q-a dl .people {
  width: 13.1rem;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .wrap02 .block .box.syanetsu .q-a dl .people {
    width: 7.5rem;
  }
}
.wrap02 .block .box.syanetsu .q-a dl.question {
  width: 56.5rem;
  background-color: #e8f6ff;
  padding-left: 1.8rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .wrap02 .block .box.syanetsu .q-a dl.question {
    padding-left: 1rem;
    width: 25rem;
    margin: 0 0 2.4rem auto;
  }
}
.wrap02 .block .box.syanetsu .q-a dl.question::before {
  width: 2.5rem;
  aspect-ratio: 1/0.7;
  background: url(../images/wrap02_syanetsu-hukidashi-q.png) no-repeat center/contain;
  bottom: 1rem;
  left: -2.4rem;
}
@media screen and (max-width: 768px) {
  .wrap02 .block .box.syanetsu .q-a dl.question::before {
    width: 2rem;
    left: -2rem;
  }
}
.wrap02 .block .box.syanetsu .q-a dl.question .people {
  top: -5.5rem;
  left: -15rem;
}
@media screen and (max-width: 768px) {
  .wrap02 .block .box.syanetsu .q-a dl.question .people {
    top: -3.5rem;
    left: -8rem;
  }
}
.wrap02 .block .box.syanetsu .q-a dl.question dt {
  color: #ffdc00;
}
.wrap02 .block .box.syanetsu .q-a dl.question dd {
  color: #063458;
}
.wrap02 .block .box.syanetsu .q-a dl.anser {
  width: 71.4rem;
  background-color: rgba(255, 181, 60, 0.28);
  padding-left: 2.4rem;
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 768px) {
  .wrap02 .block .box.syanetsu .q-a dl.anser {
    width: 24rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0 auto 1.3rem 0;
  }
}
.wrap02 .block .box.syanetsu .q-a dl.anser::before {
  width: 2.6rem;
  aspect-ratio: 1/0.66;
  background: url(../images/wrap02_syanetsu-hukidashi-a.png) no-repeat center/contain;
  top: 50%;
  transform: translateY(-50%);
  right: -2.6rem;
}
@media screen and (max-width: 768px) {
  .wrap02 .block .box.syanetsu .q-a dl.anser::before {
    width: 2rem;
    right: -2rem;
  }
}
.wrap02 .block .box.syanetsu .q-a dl.anser .people {
  top: -5rem;
  right: -16rem;
}
@media screen and (max-width: 768px) {
  .wrap02 .block .box.syanetsu .q-a dl.anser .people {
    top: 0rem;
    right: -10rem;
  }
}
.wrap02 .block .box.syanetsu .q-a dl.anser dt {
  color: #e66400;
}
.wrap02 .block .box.syanetsu .q-a .info {
  position: relative;
  width: 71.4rem;
  background-color: #fff9dc;
  padding: 1.8rem 1.5rem;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 768px) {
  .wrap02 .block .box.syanetsu .q-a .info {
    width: 100%;
  }
}
.wrap02 .block .box.syanetsu .q-a .info::before {
  content: "";
  width: 3rem;
  aspect-ratio: 1/1;
  background: url(../images/icon-pen.svg) no-repeat center/contain;
  position: absolute;
  top: 1.2rem;
  right: 2rem;
}
@media screen and (max-width: 768px) {
  .wrap02 .block .box.syanetsu .q-a .info::before {
    width: 2.5rem;
  }
}
.wrap02 .block .box.syanetsu .q-a .info h5 {
  font-size: 2rem;
  font-weight: 600;
  color: #e66400;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .wrap02 .block .box.syanetsu .q-a .info h5 {
    font-size: 1.8rem;
    text-align: center;
  }
}
.wrap02 .block .box.syanetsu .q-a .info p {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0;
}
.wrap02 .block .box.syanetsu .flex {
  gap: 3.5rem;
}
@media screen and (max-width: 768px) {
  .wrap02 .block .box.syanetsu .flex {
    flex-direction: column;
    gap: 0rem;
    margin-bottom: 3rem;
  }
}
.wrap02 .block .box.syanetsu .flex .text-wrap,
.wrap02 .block .box.syanetsu .flex p {
  width: 54.8rem;
}
@media screen and (max-width: 768px) {
  .wrap02 .block .box.syanetsu .flex .text-wrap,
  .wrap02 .block .box.syanetsu .flex p {
    width: 100%;
  }
}
.wrap02 .block .box.syanetsu .flex .text-wrap h4 {
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 768px) {
  .wrap02 .block .box.syanetsu .flex .img-box {
    width: 100%;
  }
}
.wrap02 .block .box .cate {
  position: relative;
  width: 14.8rem;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 768px) {
  .wrap02 .block .box .cate {
    width: 10rem;
  }
}
.wrap02 .block .box .cate::before, .wrap02 .block .box .cate::after {
  content: "";
  width: 40.7rem;
  height: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .wrap02 .block .box .cate::before, .wrap02 .block .box .cate::after {
    width: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .wrap02 .block .box .cate::before, .wrap02 .block .box .cate::after {
    width: 23.0769230769vw;
    height: 3px;
  }
}
.wrap02 .block .box .cate::before {
  left: -43rem;
}
@media screen and (max-width: 1000px) {
  .wrap02 .block .box .cate::before {
    left: -23rem;
  }
}
@media screen and (max-width: 768px) {
  .wrap02 .block .box .cate::before {
    left: -28.2051282051vw;
  }
}
.wrap02 .block .box .cate::after {
  right: -43rem;
}
@media screen and (max-width: 1000px) {
  .wrap02 .block .box .cate::after {
    right: -23rem;
  }
}
@media screen and (max-width: 768px) {
  .wrap02 .block .box .cate::after {
    right: -28.2051282051vw;
  }
}
.wrap02 .block .box .ttl-wrap .sub-ttl {
  position: relative;
  display: inline-block;
  padding: 1rem 3rem;
  font-size: 2rem;
  font-weight: 600;
  font-style: italic;
  color: #063458;
  margin-bottom: 1.2rem;
  z-index: 0;
}
.wrap02 .block .box .ttl-wrap .sub-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffdc00;
  transform: skew(-15deg);
  z-index: -1;
}
.wrap02 .block .box .ttl-wrap h4 {
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 768px) {
  .wrap02 .block .box .ttl-wrap h4 {
    margin-bottom: 1.5rem;
  }
}
.wrap02 .block .box p {
  line-height: 1.7;
}
.wrap02 .block .box p:last-of-type {
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 768px) {
  .wrap02 .block .box p:last-of-type {
    margin-bottom: 2rem;
  }
}
.wrap02 .block .box p span {
  font-weight: 500;
  text-decoration: underline;
}
.wrap02 .block .box p strong {
  color: #e60012;
}
.wrap02 .block .box p.marker {
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  color: #063458;
  margin-top: 1rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .wrap02 .block .box p.marker {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
.wrap02 .block .box p.marker::before {
  content: "";
  width: 97%;
  height: 11px;
  background-color: #ffdc00;
  position: absolute;
  bottom: 3px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .wrap02 .block .box p.marker::before {
    bottom: -2px;
  }
}
@media screen and (max-width: 768px) {
  .wrap02 .block .box p.marker::after {
    content: "";
    width: 61%;
    height: 11px;
    background-color: #ffdc00;
    position: absolute;
    left: 0;
    bottom: 2.4rem;
    z-index: -1;
  }
}

.wrap03 h2,
.wrap04 h2,
.wrap05 h2,
.wrap06 h2,
.wrap_form h2 {
  font-size: 4rem;
  font-weight: 600;
  color: #063458;
  text-align: center;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .wrap03 h2,
  .wrap04 h2,
  .wrap05 h2,
  .wrap06 h2,
  .wrap_form h2 {
    font-size: 2.6rem;
    margin-bottom: 4rem;
  }
}

.wrap03 .swiper-button-prev,
.wrap03 .swiper-button-next,
.wrap04 .swiper-button-prev,
.wrap04 .swiper-button-next {
  width: 9.4rem;
  aspect-ratio: 1/1;
  height: auto;
  background: rgb(13, 112, 190);
  background: linear-gradient(180deg, rgb(13, 112, 190) 0%, rgb(6, 52, 88) 100%);
}
@media screen and (max-width: 768px) {
  .wrap03 .swiper-button-prev,
  .wrap03 .swiper-button-next,
  .wrap04 .swiper-button-prev,
  .wrap04 .swiper-button-next {
    width: 5rem;
  }
}
.wrap03 .swiper-button-prev::after,
.wrap03 .swiper-button-next::after,
.wrap04 .swiper-button-prev::after,
.wrap04 .swiper-button-next::after {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .wrap03 .swiper-button-prev::after,
  .wrap03 .swiper-button-next::after,
  .wrap04 .swiper-button-prev::after,
  .wrap04 .swiper-button-next::after {
    font-size: 1.6rem;
  }
}
.wrap03 .swiper-pagination,
.wrap04 .swiper-pagination {
  bottom: -60px !important;
}
@media screen and (max-width: 768px) {
  .wrap03 .swiper-pagination,
  .wrap04 .swiper-pagination {
    max-width: 30rem;
    display: flex;
    flex-wrap: wrap;
    row-gap: 1rem;
    justify-content: flex-start;
    left: 50% !important;
    bottom: -50px !important;
    transform: translateX(-50%);
  }
}
.wrap03 .swiper-pagination .swiper-pagination-bullet,
.wrap04 .swiper-pagination .swiper-pagination-bullet {
  width: 1.4rem !important;
  height: 1.4rem !important;
  background-color: #d9d9d9;
  border: 1px solid #a6a6a6;
}
@media screen and (max-width: 768px) {
  .wrap03 .swiper-pagination .swiper-pagination-bullet,
  .wrap04 .swiper-pagination .swiper-pagination-bullet {
    width: 1rem !important;
    height: 1rem !important;
  }
}
.wrap03 .swiper-pagination .swiper-pagination-bullet-active,
.wrap04 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #063458;
}

.wrap03 {
  padding: 10rem 0 15rem;
  background: url(../images/wrap03_bg.png) no-repeat top/cover;
}
@media screen and (max-width: 768px) {
  .wrap03 {
    padding: 6rem 0 10rem;
  }
}
.wrap03 .swiper-works {
  position: relative;
}
.wrap03 .swiper-slide {
  background-color: #fff;
  box-shadow: 0px 0px 6px rgba(6, 52, 88, 0.2);
  height: auto;
  padding: 2.4rem 2.2rem 3.2rem;
}
@media screen and (max-width: 768px) {
  .wrap03 .swiper-slide {
    padding: 1.5rem 1rem 2rem;
  }
}
.wrap03 .swiper-slide .ttl {
  margin-bottom: 1rem;
}
.wrap03 .swiper-slide .ttl p {
  font-weight: 600;
}
.wrap03 .swiper-slide .ttl .area {
  display: inline-block;
  padding: 4px 10px;
  color: #fff;
  background-color: #0181cc;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .wrap03 .swiper-slide .ttl .area {
    font-size: 1.4rem;
  }
}
.wrap03 .swiper-slide .ttl .name {
  font-size: 2rem;
  color: #063458;
}
@media screen and (max-width: 768px) {
  .wrap03 .swiper-slide .ttl .name {
    font-size: 1.7rem;
  }
}
.wrap03 .swiper-slide dl {
  display: flex;
  gap: 1.2rem;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .wrap03 .swiper-slide dl {
    gap: 0.7rem;
  }
}
.wrap03 .swiper-slide dl:last-of-type {
  margin-bottom: 0;
}
.wrap03 .swiper-slide dl dt,
.wrap03 .swiper-slide dl dd {
  font-weight: 600;
  color: #063458;
}
@media screen and (max-width: 768px) {
  .wrap03 .swiper-slide dl dt,
  .wrap03 .swiper-slide dl dd {
    font-size: 1.4rem;
  }
}
.wrap03 .swiper-slide dl dt {
  border: 1px solid #063458;
  padding: 0 5px;
}
.wrap03 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #063458;
}
.wrap03 .swiper-button-prev {
  left: 30px !important;
}
.wrap03 .swiper-button-next {
  right: 30px !important;
}

.wrap04 {
  padding: 10rem 0 15rem;
  background-color: #faf5e6;
}
@media screen and (max-width: 768px) {
  .wrap04 {
    padding: 6rem 0 10rem;
  }
}
.wrap04 .swiper-voice {
  position: relative;
}
.wrap04 .swiper-slide {
  background-color: #fff;
  box-shadow: 0px 0px 24px rgba(6, 52, 88, 0.1);
  padding: 5.8rem 4.4rem 6rem;
  height: 42rem;
}
@media screen and (max-width: 768px) {
  .wrap04 .swiper-slide {
    padding: 2rem 1rem 2rem;
    min-height: 50rem;
    max-height: 50rem;
    overflow: hidden;
  }
}
.wrap04 .swiper-slide.no-img .right {
  flex-basis: 100%;
}
.wrap04 .swiper-slide .flex {
  justify-content: space-between;
}
.wrap04 .swiper-slide .left {
  flex-basis: 37%;
}
.wrap04 .swiper-slide .left .img-box {
  aspect-ratio: 1/0.8;
}
.wrap04 .swiper-slide .left .img-box img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.wrap04 .swiper-slide .right {
  flex-basis: 60%;
}
@media screen and (max-width: 768px) {
  .wrap04 .swiper-slide .right {
    flex-basis: 100%;
  }
}
.wrap04 .swiper-slide .right div {
  font-size: 2.4rem;
  font-weight: 600;
  color: #063458;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .wrap04 .swiper-slide .right div {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
}
.wrap04 .swiper-slide .right h3 {
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 2rem;
  border-bottom: 1px solid #0181cc;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .wrap04 .swiper-slide .right h3 {
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
  }
}
.wrap04 .swiper-slide .right h3 span {
  color: #fff;
  background-color: #0181cc;
  padding: 1px 1rem 2px;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .wrap04 .swiper-slide .right h3 span {
    max-width: 8.5rem;
    margin-bottom: 0.7rem;
  }
}
@media screen and (max-width: 768px) {
  .wrap04 .swiper-slide .right .img-box {
    aspect-ratio: 1/0.6;
  }
}
.wrap04 .swiper-slide .right .img-box img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 768px) {
  .wrap04 .swiper-slide .right:has(.img-box) p {
    max-height: 10.5rem;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 768px) {
  .wrap04 .swiper-pagination {
    justify-content: center;
  }
}
.wrap04 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0181cc;
}
.wrap04 .swiper-button-prev {
  left: 100px !important;
}
@media screen and (max-width: 768px) {
  .wrap04 .swiper-button-prev {
    left: 2.5641025641vw !important;
  }
}
.wrap04 .swiper-button-next {
  right: 100px !important;
}
@media screen and (max-width: 768px) {
  .wrap04 .swiper-button-next {
    right: 2.5641025641vw !important;
  }
}

.wrap05 {
  padding: 10rem 0;
  background: url(../images/wrap05_bg.png) no-repeat top/cover;
}
@media screen and (max-width: 768px) {
  .wrap05 {
    padding: 6rem 0;
  }
}
.wrap05 .box {
  gap: 4.8rem;
  position: relative;
  max-width: 92rem;
  margin: 0 auto 5.7rem;
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(6, 52, 88, 0.24);
}
@media screen and (max-width: 768px) {
  .wrap05 .box {
    flex-direction: column;
    gap: 1.5rem;
    max-width: 30rem;
  }
}
.wrap05 .box::before {
  position: absolute;
  bottom: -4.5rem;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 17.8rem;
  aspect-ratio: 1/0.18;
  background: url(../images/section-arrow03.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .wrap05 .box::before {
    width: 15rem;
  }
}
.wrap05 .box:last-of-type::before {
  display: none;
}
.wrap05 .box .left {
  width: 34.4rem;
}
@media screen and (max-width: 768px) {
  .wrap05 .box .left {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .wrap05 .box .left .img-box {
    aspect-ratio: 1/0.5;
  }
}
@media screen and (max-width: 768px) {
  .wrap05 .box .left .img-box img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.wrap05 .box .right {
  width: 48rem;
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .wrap05 .box .right {
    width: 100%;
    padding: 0 1rem 2rem;
  }
}
.wrap05 .box .right h3 {
  font-size: 2.8rem;
  font-weight: 600;
  color: #063458;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .wrap05 .box .right h3 {
    font-size: 1.8rem;
    text-align: center;
  }
}
.wrap05 .box .right p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .wrap05 .box .right p {
    font-size: 1.5rem;
  }
}
.wrap05 .box .flow-num {
  width: 9.6rem;
  position: absolute;
  top: -3.6rem;
  left: -2rem;
}
@media screen and (max-width: 768px) {
  .wrap05 .box .flow-num {
    width: 6rem;
    top: -2.4rem;
  }
}
.wrap05 .box:last-of-type {
  margin-bottom: 0;
}

.wrap06 {
  padding: 10rem 0;
  background: url(../images/wrap06_bg.png) no-repeat top/cover;
}
@media screen and (max-width: 768px) {
  .wrap06 {
    padding: 6rem 0;
  }
}
.wrap06 .qa-list {
  max-width: 73.2rem;
  margin: 0 auto;
}
.wrap06 .qa-list dl {
  margin-bottom: 2rem;
  box-shadow: 0px 4px 36px rgba(6, 52, 88, 0.15);
}
@media screen and (max-width: 768px) {
  .wrap06 .qa-list dl {
    margin-bottom: 1.5rem;
  }
}
.wrap06 .qa-list dl:last-of-type {
  margin-bottom: 0;
}
.wrap06 .qa-list dl.open dt::before {
  transform: translateY(-50%) rotate(0deg);
}
.wrap06 .qa-list dl dt {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 2.5rem;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 2rem 3rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .wrap06 .qa-list dl dt {
    padding: 1.5rem 3.5rem 1.5rem 1.5rem;
    gap: 1rem;
    font-size: 1.5rem;
  }
}
.wrap06 .qa-list dl dt::before {
  content: "";
  width: 1.4rem;
  aspect-ratio: 1/1;
  background: url(../images/faq-arrow.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: 4rem;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .wrap06 .qa-list dl dt::before {
    right: 1.5rem;
  }
}
.wrap06 .qa-list dl dt span {
  font-size: 3rem;
  color: #bdddf0;
  line-height: 1;
  margin-top: -0.5rem;
}
@media screen and (max-width: 768px) {
  .wrap06 .qa-list dl dt span {
    font-size: 2.4rem;
    margin-top: -0.4rem;
  }
}
.wrap06 .qa-list dl dd {
  display: flex;
  align-items: flex-start;
  gap: 2.5rem;
  background-color: #e8f6ff;
  padding: 3rem;
}
@media screen and (max-width: 768px) {
  .wrap06 .qa-list dl dd {
    padding: 1.5rem;
    gap: 1rem;
  }
}
.wrap06 .qa-list dl dd span {
  font-size: 3rem;
  color: #0081cc;
  margin-top: -1rem;
}
@media screen and (max-width: 768px) {
  .wrap06 .qa-list dl dd span {
    font-size: 2.4rem;
    margin-top: -0.4rem;
  }
}
.wrap06 .qa-list dl dd p {
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 2rem;
}
.wrap06 .qa-list dl dd p:last-of-type {
  margin-bottom: 0;
}
.wrap06 .qa-list dl dd p strong {
  color: #063458;
}

.wrap_form {
  padding: 10rem 0;
  background-color: #e7f4fc;
}
@media screen and (max-width: 768px) {
  .wrap_form {
    padding: 6rem 0;
  }
}
.wrap_form form {
  max-width: 65rem;
  margin: 0 auto;
}
.wrap_form form table {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .wrap_form form table th,
  .wrap_form form table td {
    display: block;
    width: 100% !important;
  }
}
.wrap_form form table th {
  position: relative;
  width: 30%;
  font-weight: 500;
  text-align: end;
  padding: 1.5rem 0;
  padding-right: 3.7rem;
}
@media screen and (max-width: 768px) {
  .wrap_form form table th {
    text-align: left;
    padding-bottom: 1rem;
  }
}
.wrap_form form table th.check-list {
  padding-top: 0;
}
.wrap_form form table th.check-list span {
  top: 0.5rem;
}
.wrap_form form table th span {
  position: absolute;
  top: 1.8rem;
  right: 1.8rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #e60012;
}
@media screen and (max-width: 768px) {
  .wrap_form form table th span {
    position: static;
    margin-left: 1rem;
  }
}
.wrap_form form table td {
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .wrap_form form table td {
    padding-bottom: 0;
  }
}
.wrap_form form table td div {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .wrap_form form table td p {
    font-size: 1.4rem;
  }
}
.wrap_form form table td p a {
  text-decoration: underline;
}
.wrap_form form table td p svg {
  margin-top: 4px;
}
.wrap_form form table td p svg path {
  fill: #000;
}
.wrap_form form table td input,
.wrap_form form table td select,
.wrap_form form table td textarea {
  background-color: #fff;
  border: 1px solid #c8e2f0;
  border-radius: 6px;
}
.wrap_form form table td input[type=text],
.wrap_form form table td input[type=email],
.wrap_form form table td input[type=tel],
.wrap_form form table td select,
.wrap_form form table td textarea {
  width: 100%;
  padding: 1.5rem 2rem;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.06) inset;
}
.wrap_form form table td input[type=checkbox] {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.06) inset !important;
  border: 1px solid #c8e2f0;
}
.wrap_form form table td textarea {
  margin-bottom: 3rem;
}
.wrap_form form table .select-wrap {
  position: relative;
  width: 25.5rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .wrap_form form table .select-wrap {
    margin-bottom: 1rem;
  }
}
.wrap_form form table .select-wrap::before {
  content: "";
  width: 1.4rem;
  aspect-ratio: 1/1;
  background: url(../images/faq-arrow.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: 2rem;
}
.wrap_form form .accept {
  justify-content: center;
  align-items: center;
}
.wrap_form form .accept input {
  width: 16px;
  height: 16px;
}
.wrap_form form .btn-submit {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 4rem auto;
}
.wrap_form form .btn-submit:hover svg path {
  fill: #e60012;
}
.wrap_form form .btn-submit:hover input[type=submit] {
  background-color: #fff;
  color: #e60012;
}
.wrap_form form .btn-submit svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18rem;
}
@media screen and (max-width: 768px) {
  .wrap_form form .btn-submit svg {
    right: 10rem;
  }
}
.wrap_form form .btn-submit svg path {
  transition: all 0.3s;
}
.wrap_form form .btn-submit input[type=submit] {
  width: 38.2rem;
  aspect-ratio: 1/0.14;
  border-radius: 100vmax;
  background-color: #e60012;
  border: 1px solid #e60012;
  font-weight: 500;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
}

.thanks {
  padding: 25rem 0 15rem;
}
.thanks h2 {
  font-size: 3rem;
}
.thanks p {
  line-height: 1.7;
  text-align: center;
  margin-bottom: 2rem;
}
.thanks p:last-of-type {
  margin-bottom: 4rem;
}
.thanks .btn-wrap a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
  max-width: 45rem;
  aspect-ratio: 1/0.14;
  margin: 0 auto;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  background-color: #0181cc;
  border-radius: 100vmax;
}

.margin-tp {
  margin-top: 4rem;
}

/*************************************************
0507熱中症対策追加
*************************************************/
.wrap_cta .box .head-wrap {
  background: linear-gradient(110deg, #FFE17D 0%, #FFE17D 65%, #0181CC 65%, #0181CC 100%);
}
@media screen and (max-width: 768px) {
  .wrap_cta .box .head-wrap {
    background: linear-gradient(110deg, #FFE17D 0%, #FFE17D 80%, #0181CC 80%, #0181CC 100%);
  }
}
@media screen and (max-width: 768px) {
  .wrap_cta .box .message .hukidashi {
    width: 49.7435897436vw;
    right: auto;
    left: 4vw;
    top: 8rem;
  }
  .wrap_cta .box .message .people {
    top: 0;
  }
}

.nettyuusyo_contents {
  margin-top: -80px;
  padding-top: 100px;
}
.nettyuusyo_contents img {
  width: 100%;
  height: auto;
}
.nettyuusyo_contents .contents_ttl {
  width: 100%;
}
.nettyuusyo_contents .inner_container {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .nettyuusyo_contents .inner_container {
    flex-direction: column;
  }
}
.nettyuusyo_contents .inner_container .box_l {
  flex-basis: 52%;
}
.nettyuusyo_contents .inner_container .box_l .inner_head_02 {
  margin-top: 10px;
  background: #FFF9DC;
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .nettyuusyo_contents .inner_container .box_l .inner_head_02 {
    padding-bottom: 20px;
  }
}
.nettyuusyo_contents .inner_container .box_l .inner_head_02::before {
  width: 98%;
  height: 93%;
  content: "";
  border: 1px solid #FFDC00;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.nettyuusyo_contents .inner_container .box_l .inner_head_02 .head_item {
  width: 82px;
  display: block;
  margin: 0px 0 0 6px;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .nettyuusyo_contents .inner_container .box_l .inner_head_02 .head_item {
    padding-top: 5px;
    width: 50px;
  }
}
.nettyuusyo_contents .inner_container .box_l .inner_head_02 p {
  font-size: 2.4rem;
  color: #063458;
  margin: 10px auto 0;
  width: fit-content;
}
.nettyuusyo_contents .inner_container .box_l .inner_head_02 p strong {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .nettyuusyo_contents .inner_container .box_l .inner_head_02 p {
    font-size: 1.6rem;
    padding: 0 2rem;
    line-height: 1.5;
  }
}
.nettyuusyo_contents .inner_container .box_r {
  flex-basis: 37%;
  margin-top: -50px;
}
@media screen and (max-width: 768px) {
  .nettyuusyo_contents .inner_container .box_r {
    display: none;
  }
}
.nettyuusyo_contents .img-box {
  width: 90%;
  margin: 0px auto 0;
}
@media screen and (max-width: 768px) {
  .nettyuusyo_contents .img-box {
    margin-top: 20px;
  }
}
.nettyuusyo_contents .inner_container_02 {
  display: flex;
  justify-content: center;
  margin-top: 2.4rem;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .nettyuusyo_contents .inner_container_02 {
    flex-direction: column;
    gap: 10px;
  }
}
.nettyuusyo_contents .inner_container_02 .box_l {
  background: #E8F6FF;
  flex-basis: 44%;
  padding: 2.8rem 3rem 4rem;
}
.nettyuusyo_contents .inner_container_02 .box_l h4 {
  color: #E91515;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  background-image: linear-gradient(to right, #C4B8B8 4px, transparent 4px);
  background-size: 8px 2px;
  padding-bottom: 6px;
  background-repeat: repeat-x;
  background-position: bottom;
}
.nettyuusyo_contents .inner_container_02 .box_l h4 span {
  color: #F59838;
  margin: 0 8px;
}
.nettyuusyo_contents .inner_container_02 .box_l p {
  font-size: 1.8rem;
  color: #063458;
  line-height: 1.8;
  margin-top: 1.8rem;
}
.nettyuusyo_contents .inner_container_02 .box_l p span {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .nettyuusyo_contents .inner_container_02 .box_l p {
    font-size: 1.6rem;
  }
}
.nettyuusyo_contents .inner_container_02 .right {
  background: #FFF9DC;
}
.nettyuusyo_contents .inner_container_02 .right h4 {
  color: #063458;
  width: fit-content;
  margin: 0 auto;
  background-image: linear-gradient(to right, #C4B8B8 4px, transparent 4px);
  background-size: 8px 2px;
  padding-bottom: 6px;
  background-repeat: repeat-x;
  background-position: bottom;
  font-size: 22px;
  font-weight: 600;
}
.nettyuusyo_contents .inner_container_02 .right h4 span {
  margin: 0 2rem 0 0;
  font-size: 1.8rem;
  color: #E91515;
  position: relative;
}
.nettyuusyo_contents .inner_container_02 .right h4 span::after {
  content: "";
  width: 100%;
  height: 2.4px;
  background: #E91515;
  position: absolute;
  left: 0;
  bottom: -6.5px;
}
.nettyuusyo_contents .inner_container_02 .right ul {
  width: fit-content;
  margin: 1.5rem auto 0;
}
.nettyuusyo_contents .inner_container_02 .right ul li {
  color: #063458;
  line-height: 1.8;
  font-weight: 600;
  font-size: 2rem;
}
.nettyuusyo_contents .inner_container_02 .right ul li strong {
  font-weight: 500;
  font-size: 2rem;
  color: #E66400;
  margin-right: 1rem;
}
.nettyuusyo_contents .inner_container_02 .right ul li span {
  font-size: 1.8rem;
}
.nettyuusyo_contents .inner_container_02 .underline {
  background: linear-gradient(transparent 70%, #FFDC00 60%);
}

@media screen and (max-width: 768px) {
  .wrap_kv {
    aspect-ratio: 1/2;
  }
  .wrap_kv .people.cold {
    bottom: 63vw;
  }
}
.wrap_kv .banner {
  position: absolute;
  max-width: 334px;
  width: 19%;
  bottom: 4vw;
  left: 3vw;
}
.wrap_kv .banner img {
  height: auto;
}
@media screen and (max-width: 768px) {
  .wrap_kv .banner {
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .wrap_kv .gekkeizyu {
    right: 2vw;
    left: auto;
    bottom: 35vw;
    transform: translate(0);
  }
}

/* 施工事例ギャラリー */
.works-gallery-container {
  position: relative;
  margin-bottom: 15px;
}

.main-image-wrapper {
  position: relative;
  margin-bottom: 10px;
}

.main-image-link {
  display: block;
  position: relative;
}

.main-display-image {
  width: 100%;
  height: auto;
  display: block;
}

.works-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #0080CC;
  color: #fff;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 3px;
}

.works-badge.badge-before {
  background-color: #ffffff;
  color: #0080CC;
}

.works-badge.badge-middle {
  background-color: #002199;
}

.works-badge.badge-after {
  background: #0080CC;
}

/* サムネイル */
.thumbnail-wrapper {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.thumbnail-item {
  position: relative;
  width: calc(25% - 7.5px);
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s;
}

.thumbnail-item:hover,
.thumbnail-item.active {
  border-color: #0080cc;
  opacity: 1;
}

.thumbnail-item img {
  width: 100%;
  height: auto;
  display: block;
}

.works-badge-small {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: rgba(0, 128, 204, 0.9);
  color: #fff;
  padding: 2px 8px;
  font-size: 10px;
  font-weight: bold;
  border-radius: 2px;
}

.works-badge-small.badge-before {
  background-color: #ffffff;
  color: #0080CC;
}

.works-badge-small.badge-middle {
  background-color: #002199;
}

.works-badge-small.badge-after {
  background: #0080CC;
}

/* レスポンシブ */
@media (max-width: 768px) {
  .thumbnail-item {
    width: calc(33.333% - 6.67px);
  }
}
/**
 * Swiper 8.1.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 25, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #232215;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: transparent;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
  border: 1px solid #232215;
}

button.swiper-pagination-bullet {
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #232215;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}