@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
body {
  color: #000000;
  font-family:"Open Sans Condensed", "Hiragino Sans","Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  overflow-x: hidden;
  margin: 0;
}

a {
  color: #000000;
  text-decoration: unset;
}

ul {
  padding: 0;
}

picture img {
  margin: 0 auto;
}

@media only screen and (min-width: 990px) {
  .spOnly {
    display: none!important;
  }
}
@media only screen and (max-width: 991px) {
  .pcOnly {
    display: none!important;
  }
}

.container {
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .container {
    padding: 0 15px;
  }
  .sp-container-none {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
}
.row.pd_s {
  margin-left: -5px;
  margin-right: -5px;
}
.row.pd_m {
  margin-left: -10px;
  margin-right: -10px;
}
.row.pd_l {
  margin-left: -15px;
  margin-right: -15px;
}
.row.pd_s > * {
  padding-left: 5px;
  padding-right: 5px;
}
.row.pd_m > * {
  padding-left: 10px;
  padding-right: 10px;
}
.row.pd_l > * {
  padding-left: 15px;
  padding-right: 15px;
}
.col-1 {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}
.col-2 {
  width: 50%;
  max-width: 50%;
  flex: 0 0 50%;
}
.col-3 {
  width: 33.3333%;
  max-width: 33.3333%;
  flex: 0 0 33.3333%;
}
.col-4 {
  width: 25%;
  max-width: 25%;
  flex: 0 0 25%;
}
.col-5 {
  width: 20%;
  max-width: 20%;
  flex: 0 0 20%;
}
.col-6 {
  width: 16.666666667%;
  max-width: 16.666666667%;
  flex: 0 0 16.666666667%;
}
.col-7 {
  width: 20%;
  max-width: 20%;
  flex: 0 0 20%;
}
.col-8 {
  width: 14.285714286%;
  max-width: 14.285714286%;
  flex: 0 0 14.285714286%;
}
.col-9 {
  width: 11.111111111%;
  max-width: 11.111111111%;
  flex: 0 0 11.111111111%;
}
.col-10 {
  width: 10%;
  max-width: 10%;
  flex: 0 0 10%;
}
@media only screen and (max-width: 991px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
  }
  .row.pd_s {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.pd_m {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.pd_l {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.pd_s > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row.pd_m > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.pd_l > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-1-sp {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .col-2-sp {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col-3-sp {
    width: 33.3333%;
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
  }
  .col-4-sp {
    width: 25%;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-5-sp {
    width: 20%;
    max-width: 20%;
    flex: 0 0 20%;
  }
  .col-6-sp {
    width: 16.666666667%;
    max-width: 16.666666667%;
    flex: 0 0 16.666666667%;
  }
  .col-7-sp {
    width: 20%;
    max-width: 20%;
    flex: 0 0 20%;
  }
  .col-8-sp {
    width: 14.285714286%;
    max-width: 14.285714286%;
    flex: 0 0 14.285714286%;
  }
  .col-9-sp {
    width: 11.111111111%;
    max-width: 11.111111111%;
    flex: 0 0 11.111111111%;
  }
  .col-10-sp {
    width: 10%;
    max-width: 10%;
    flex: 0 0 10%;
  }
}


.text--center {
  text-align: center!important;
  margin: 0 auto;
}
.text--left {
  text-align: left!important;
}
.text--right {
  text-align: right!important;
}
@media only screen and (max-width: 991px) {
  .sp-text--center {
    text-align: center!important;
    margin: 0 auto;
  }
  .sp-text--left {
    text-align: left!important;
  }
  .sp-text--right {
    text-align: right!important;
  }
}

h2 {
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  h2 {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 30px;
  }
}

.h2_txt {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}
.h2_txt small {
  display: inline-block;
  width: fit-content;
  font-size: 13px;
  line-height: 25px;
  color: #646464;
  text-align: left;
  margin-top: 23px;
}

.h3 {
  display: block;
  text-align: center;
  font-size: 25px;
  line-height: 1.8;
  border-bottom: 1px solid #707070;
}
@media only screen and (max-width: 991px) {
  .h3 {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 1.8;
    border-bottom: 1px solid #707070;
  }
}

.mb0 {
  margin-bottom: 0px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .mb0-sp {
    margin-bottom: 0px;
  }
  .mb10-sp {
    margin-bottom: 10px;
  }
  .mb20-sp {
    margin-bottom: 20px;
  }
  .mb30-sp {
    margin-bottom: 30px;
  }
  .mb40-sp {
    margin-bottom: 40px;
  }
  .mb50-sp {
    margin-bottom: 50px;
  }
  .mb60-sp {
    margin-bottom: 60px;
  }
  .mb70-sp {
    margin-bottom: 70px;
  }
  .mb80-sp {
    margin-bottom: 80px;
  }
  .mb90-sp {
    margin-bottom: 90px;
  }
  .mb100-sp {
    margin-bottom: 100px;
  }
}
.mt0 {
  margin-top: 0px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mt90 {
  margin-top: 90px;
}
.mt100 {
  margin-top: 100px;
}
@media only screen and (max-width: 991px) {
  .mt0-sp {
    margin-top: 0px;
  }
  .mt10-sp {
    margin-top: 10px;
  }
  .mt20-sp {
    margin-top: 20px;
  }
  .mt30-sp {
    margin-top: 30px;
  }
  .mt40-sp {
    margin-top: 40px;
  }
  .mt50-sp {
    margin-top: 50px;
  }
  .mt60-sp {
    margin-top: 60px;
  }
  .mt70-sp {
    margin-top: 70px;
  }
  .mt80-sp {
    margin-top: 80px;
  }
  .mt90-sp {
    margin-top: 90px;
  }
  .mt100-sp {
    margin-top: 100px;
  }
}

section {
  margin-bottom: 80px;
}

.bg {
  background-color: #F5F5F7;
  padding: 60px 0;
}

.button,
.button-input input {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 80px;
  padding: 13px;
  background-color: #333333;
  color: #ffffff;
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  position: relative;
  box-shadow: unset;
  border: 1px solid #333333;
  box-sizing: border-box;
}
@media only screen and (max-width: 991px) {
  .button,
  .button-input input {
    width: 240px;
    height: 70px;
    padding: 13px;
    background-color: #333333;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
    position: relative;
    box-shadow: unset;
    border: 1px solid #333333;
    box-sizing: border-box;
  }
}
.button-input {
  position: relative;
  display: inline-block;
}
.button.arrow:after,
.button-input.arrow:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}

.fit-content {
  display: inline-block;
  width: fit-content;
}

@media only screen and (max-width: 991px) {
  .sp-wi80 {
    width: 80%;
    margin: 0 auto;
  }
}


.justify-sb {
  justify-content: space-between;
}
.justify-sa {
  justify-content: space-around;
}
.justify-center {
  justify-content: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}


/*header*/
.header {
  background-color: #f0f0f0;
  transition: .3s;
}
.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background-color: #f0f0f0;
  z-index: 800;
}
.header.top {
  background-color: #f0f0f0;
}
.header-fixed.top {
  background-color: transparent;
  background-image: linear-gradient(
    to bottom, 
    rgb(255, 255, 255, 1) 0%, 
    rgb(255, 255, 255, 0.8) 30%,
    rgba(255, 255, 255, 0.3) 80%,
    rgba(255, 255, 255, 0) 100%
  );
}
@media only screen and (max-width: 991px) {
  .header {
    background-color: transparent;
  }
  .header-fixed {
    background-image: linear-gradient(
      to bottom, 
      rgb(255, 255, 255, 1) 0%, 
      rgb(255, 255, 255, 0.8) 30%,
      rgba(255, 255, 255, 0.3) 80%,
      rgba(255, 255, 255, 0) 100%
    );
  }
}
.header_inner {
  max-width: 1900px;
  margin: 0 auto;
  padding: 10px 15px;
  display: flex;
  align-content: center;
}

.menu,
.drawer_close {
  display: inline-block;
  width: 30px;
  height: 15px;
  position: relative;
  cursor: pointer;
}
.menu span,
.drawer_close span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #0581B3;
  border-radius: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.3s;
}
.menu span:nth-child(1),
.drawer_close span:nth-child(1) {
  top: 0;
}
.menu span:nth-child(2),
.drawer_close span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.menu span:nth-child(3),
.drawer_close span:nth-child(3) {
  bottom: 0;
}
.menu.active span:nth-child(1),
.drawer_close.active span:nth-child(1) {
  top: 45%;
  transform: rotate(45deg);
  transition: 0.3s;
}
.menu.active span:nth-child(2),
.drawer_close.active span:nth-child(2) {
  opacity: 0;
  transition: 0.3s;
}
.menu.active span:nth-child(3),
.drawer_close.active span:nth-child(3) {
  bottom: 45%;
  transform: rotate(-45deg);
  transition: 0.3s;
}

/*drawer*/
.drawer {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100vh;
  background-color: rgb(128, 128, 128, 0.95);
  color: #ffffff;
}
.drawer.left {
  left: -50%;
  opacity: 0;
  transition: 0.3s;
}
.drawer.right {
  right: -50%;
  opacity: 0;
  transition: 0.3s;
}
@media only screen and (max-width: 991px) {
  .drawer {
    width: 90%;
  }
  .drawer.left {
    left: -90%;
    opacity: 0;
    transition: 0.3s;
  }
  .drawer.right {
    right: -90%;
    opacity: 0;
    transition: 0.3s;
  }
}
.drawer.left.active {
  left: 0px;
  opacity: 1;
  transition: 0.3s;
}
.drawer.right.active {
  right: -0px;
  opacity: 1;
  transition: 0.3s;
}
.drawer_inner {
  padding: 50px 30px;
}
@media only screen and (max-width: 991px) {
  .drawer_inner {
    padding: 50px 20px;
  }
}
.drawer_close span {
  background-color: #fff;
}
.drawer_close {
  text-align: right;
  position: relative;
  position: absolute;
  top: 30px;
  right: 30px;
}
/*.drawer_close span {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
}
.drawer_close span:before,
.drawer_close span:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  inset: 0;
  margin: auto;
}
.drawer_close span:before {
  transform: rotate(45deg);
}
.drawer_close span:after {
  transform: rotate(-45deg);
}*/
.drawer_link {
  margin: 30px 0;
}
.drawer_link {
  list-style: none;
  display: grid;
  gap: 30px 0;
}
.drawer_link > li {
  display: inline-block;
  width: fit-content;
  padding: 5px 0;
  border-bottom: 3px solid #fff;
}
.drawer_link > li > a {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  color: #ffffff;
  font-size: 30px;
  cursor: pointer;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.2;
}
.drawer_link > li > a:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  left: -4px;
  bottom: 20%;
  margin: auto;
}
.drawer_link > li > a > span {
  font-size: 19px;
  display: block;
  width: 100%;
  line-height: 1.2;
}
.drawer_link > li > a > small {
  display: block;
  margin-left: 20px;
  color: #ffffff;
  font-size: 12px;
}
@media only screen and (max-width: 991px) {
  .drawer_link {
    gap: 30px 0;
  }
  .drawer_link > li {
    display: inline-block;
    width: fit-content;
    padding: 0px 0;
    border-bottom: 2px solid #fff;
  }
  .drawer_link > li > a {
    font-size: 20px;
  }
  .drawer_link > li > a:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    left: -4px;
    bottom: 30%;
    margin: auto;
  }
  .drawer_link > li > a > strong > span {
    font-size: 15px;
    display: block;
    width: 100%;
    line-height: 1.2;
  }
  .drawer_link > li > a > strong {
    font-weight: normal;
  }
  .drawer_link > li > a > small {
    display: block;
    margin-left: 15px;
    color: #ffffff;
    font-size: 10px;
    line-height: 1.4;
  }
}
.drawer_link > li.child > span{
  display: block;
  position: relative;
}
.drawer_link > li.child > span:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: 0.3s;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}
.drawer_link > li.child > span.active:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: 0.3s;
}
.drawer_link > li.child > ul {
  display: none;
  list-style: none;
  padding-left: 1em;
  margin-top: 5px;
}
.drawer_link > li.child > ul.active {
  display: block;
}
.drawer_link > li.child > ul > li {
  display: block;
  padding: 3px 0;
}
.drawer_link > li.child > ul > li > a {
  color: #ffffff;
  font-size: 16px;
}
.drawer_link > li {
  opacity: 0;
  transform: translateX(-20px);
  animation: slideIn 0.5s forwards;
  animation-delay: calc(var(--li-index) * 0.1s);
}

.drawer_link > li.child > ul > li {
  opacity: 0;
  transform: translateX(-20px);
  animation: slideIn 0.5s forwards;
  animation-delay: calc(var(--li-index) * 0.1s);
}

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.drawer.active .drawer_link > li {
  opacity: 1;
}

.drawer_head {
  width: 100%;

}


.height-100vh {
  height: 100vh;
}

.position-absolute {
  position: absolute;
}
.position-relative {
  position: relative;
}

.inset-0 {
  inset: 0;
}
.overflow-hidden {
  overflow: hidden;
}
.margin-0-auto {
  margin: 0 auto;
}
.margin-auto {
  margin: auto;
}

.js-section{
  width: 100%;
  height: 100vh;
}

.pager {
  position: fixed;
  bottom: 5%;
  right: 0;
  padding: 0;
  margin: 0;
  li {
    display: block;
    margin: 20px;
    a {
      display: block;
      width: 10px;
      height: 10px;
      background: #fff;
      border: 2px solid #0581B3;
      border-radius: 50%;
    }
  }
  .is-current {
    a {
      background: #0581B3;
      border-color: #ffffff;
    }
  }
}

.header .header_inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .header .header_inner {
    padding: 10px 20px 30px;
  }
}
.header .header_inner .header_logo h1 {
  margin: 0;
}
.header .header_inner .header_logo h1 a {
  display: flex;
  align-items: center;
}
.header .header_inner .header_link ul {
  display: flex;
  list-style: none;
  align-items: center;
  gap: 0 30px;
}
.header .header_inner .header_link ul li:not(.menu) a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header_inner .header_link ul li.menu,
.drawer_close {
  display: block;
  width: 30px;
  height: 25px;
  position: relative;
  z-index: 11;
}
.drawer_close {
  position: absolute;
  display: none;
}
.header .header_inner .header_link ul li.menu span,
.drawer_close span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #333333;
}
.header .header_inner .header_link ul li.menu.active span,
.drawer_close span {
  background-color: #fff;
}
.drawer_close span {
  background-color: #fff;
}
.header_box {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .header .header_inner .header_link ul li.menu span,
  .drawer_close span {
    width: 20px;
    height: 2px;
  }
  .header .header_inner .header_link ul li.menu,
  .drawer_close {
    width: 30px;
    height: 15px;
  }
}


/*footer*/
.footer {
  background-color: #333333;
  height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_logo {
  text-align: center;
}
.footer_logo img {
  width: 200px;
}
.footer_linkList {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 40px 0;
  gap: 20px;
}
.footer_link {
  list-style: none;
}
.footer_link a {
  color: #fff;
  text-decoration: underline;
}
.footer_other {
  text-align: center;
  margin: 0;
}
.footer_other p {
  font-size: 32px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
}
.footer_other p small {
  font-size: 16px;
  font-weight: 400;
}
.footer_other p + p {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .footer {
    background-color: #333333;
    height: 100vh;
  }
  .footer_logo {
    text-align: center;
  }
  .footer_logo img {
    width: 150px;
  }
  .footer_other {
    text-align: center;
    margin: 30px 0 0;
  }
  .footer_other p {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
  }
  .footer_other p small {
    font-size: 12px;
    font-weight: 400;
  }
  .footer_other p + p {
    margin-top: 20px;
    color: #fff;
  }
}


/*下層*/
#container {
  max-width: 1000px;
  margin: 0 auto;
}
.page_ttl {
  height: 500px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 30px;
}
.page_ttl h2 {
  font-size: 50px;
  line-height: 1;
  display: block;
  text-align: center;
}
.page_ttl h2 span {
  font-size: 18px;
  display: block;
  text-align: center;
  margin-top: 20px;
}
@media only screen and (max-width: 991px) {
  .page_ttl {
    height: 200px;
    margin-bottom: 30px;
  }
  .page_ttl h2 {
    font-size: 30px;
    line-height: 1;
    display: block;
    text-align: center;
  }
  .page_ttl h2 span {
    font-size: 16px;
    display: block;
    text-align: center;
  }
}

.page_ank {
  background-color: #f0f0f0;
  padding: 100px 0;
  margin-bottom: 50px;
}
.page_ank ul {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  list-style: none;
}
.page_ank ul li {
  display: block;
  width: 100%;
}
.page_ank ul li a {
  display: grid;
  border-bottom: 1px solid #333;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  padding: 20px 0;
}
.page_ank ul li a small {
  font-size: 26px;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .page_ank {
    background-color: #f0f0f0;
    padding: 30px 0;
    margin-bottom: 30px;
  }
  .page_ank ul {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    gap: 30px;
  }
  .page_ank ul li {
    display: block;
    width: 100%;

  }
  .page_ank ul li a {
    font-size: 20px;
    font-weight: 700;
    padding: 10px 0;
    min-width: 200px;
  }
  .page_ank ul li a small {
    font-size: 16px;
    font-weight: 700;
  }
}

.page_content {
  width: 100%;
  position: relative;
  margin-bottom: 0px;
}
.page_content#sec1,
.page_content#sec2,
.page_content#sec3,
.page_content#sec4,
.page_content#sec5 {

}
.page_content + .page_content {
  margin-top: 100px;
}
.page_content .page_content__img {
  display: block;
  max-width: 600px;
  position: absolute;
  top: 20px;
  left: 0;
  width: 55%;
  z-index: 1;
}
.page_content .page_content__img-2 {
  top: calc(50% + 20px);
}
@media only screen and (max-width: 1350px) {
  .page_content .page_content__img {
    max-width: 550px;
  }
}
@media only screen and (max-width: 1250px) {
  .page_content .page_content__img {
    max-width: 500px;
  }
}
@media only screen and (max-width: 1200px) {
  .page_content .page_content__img {
    max-width: 450px;
  }
}
@media only screen and (max-width: 1050px) {
  .page_content .page_content__img {
    max-width: 400px;
  }
}
@media only screen and (max-width: 1000px) {
  .page_content .page_content__img {
    max-width: 350px;
  }
}
@media only screen and (max-width: 950px) {
  .page_content .page_content__img {
    max-width: 300px;
  }
}
.page_content2.page_content .page_content__img {
  left: unset;
  right: 0;
}
.page_content .page_content__img img {
  width: 100%;
}
.page_content__txt {
  max-width: 1000px;
  margin: 0 auto;
}
.page_content__txt .page_content__txt_wrap {
  max-width: 650px;
  margin-left: auto;
  background-color: #f0f0f0;
  padding: 120px 50px 150px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  position: relative;
}
.page_content2 .page_content__txt .page_content__txt_wrap {
  padding: 120px 50px 150px;
  margin-left: unset;
  margin-right: auto;
  justify-content: flex-start;
}
.page_content__txt .page_content__txt_wrap.no-btn {
  padding-bottom: 50px;
}
.page_content__txt_area {
  width: 80%;
  display: grid;
}
.page_content__txt_area + .page_content__txt_area {
  margin-top: 50px;
  border-top: 1px solid #333333;
  padding-top: 150px;
}
.page_content__txt_area p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
.page_content__txt_area p strong {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}
.page_content__txt_area p.page_content__txt__ttl {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
.page_content__txt_area small {
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin-bottom: 50px;
}
.page_content__txt_area p.page_content__txt__subttl {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 50px;
}
.page_content__txt_area .back_btn_wrap {
  position: absolute;
  bottom: 20px;
  right: 70px;
}
.page_content__txt_area .back_btn_wrap.no-absolute {
  position: relative;
  bottom: unset;
  right: unset;
  text-align: right;
  padding-right: 50px;
}
.page_content__txt_area .tabel {
  display: grid;
}
.page_content__txt_area .tabel > div {
  display: flex;
}
.page_content__txt_area .tabel > div > div:nth-child(1) {
  width: 25%;
  border-right: 1px solid #333;
  text-align: left;
  padding: 10px 0;
  font-size: 16px;
}
.page_content__txt_area .tabel > div > div:nth-child(2) {
  padding: 10px 15px;
  font-size: 16px;
}

@media only screen and (max-width: 991px) {
  .page_content {
  }
  .page_content + .page_content {
    margin-top: -50px;
  }
  .page_content .page_content__img {
    display: block;
    max-width: 95%;
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    z-index: 1;
  }
  .page_content2.page_content .page_content__img {
    display: block;
    max-width: 95%;
    position: relative;
    top: unset;
    left: unset;
    margin-right: unset;
    margin-left: auto;
  }
  .page_content .page_content__img img {
    width: 100%;
  }
  .page_content__txt {
    max-width: 1000px;
    margin: 0 auto;
  }
  .page_content__txt .page_content__txt_wrap {
    width: 95%;
    margin-left: auto;
    background-color: #f0f0f0;
    padding: 120px 20px 150px;
    display: flex;
    justify-content: flex-end;
    position: relative;
    box-sizing: border-box;
    top: -100px;
  }
  .page_content2 .page_content__txt .page_content__txt_wrap {
    width: 95%;
    margin-left: unset;
    margin-right: auto;
    padding: 120px 20px 150px;
    display: flex;
    justify-content: flex-start;
  }
  .page_content__txt .page_content__txt_wrap.no-btn {
    padding-bottom: 30px;
  }
  .page_content__txt_area {
    width: 100%;
  }
  .page_content__txt_area p {
    font-size: 12px;
    line-height: 1.6;
    margin: 0;
  }
  .page_content__txt_area p.page_content__txt__ttl {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .page_content__txt_area small {
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
  }
  .page_content__txt_area p.page_content__txt__subttl {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .page_content__txt_area .back_btn_wrap {
    position: absolute;
    bottom: 20px;
    right: 70px;
  }
  .page_content__txt_area .back_btn_wrap.no-absolute {
    padding-right: 40px;
  }
  .page_content__txt_area .tabel {
    display: grid;
  }
  .page_content__txt_area .tabel > div {
    display: flex;
  }
  .page_content__txt_area .tabel > div > div:nth-child(1) {
    width: 5em;
    border-right: 1px solid #333;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
  }
  .page_content__txt_area .tabel > div > div:nth-child(2) {
    padding: 10px 15px;
    font-size: 14px;
  }
}
.sns {
  margin-top: 30px;
}
.sns p {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 10px;
}
.sns ul {
  display: flex;
  list-style: none;
  align-items: center;
  gap: 20px;
}
.sns ul li a {
  display: grid;
  gap: 10px;
  text-align: center;
}
.sns ul li a img {
  width: auto;
  height: 30px;
  margin: 0 auto;
}
.sns ul li a span {
  font-size: 10px;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .sns {
    margin-top: 20px;
  }
  .sns p {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px;
  }
  .sns ul {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 20px;
  }
  .sns ul li a {
    display: grid;
    gap: 10px;
    text-align: center;
  }
  .sns ul li a img {
    width: auto;
    height: 25px;
    margin: 0 auto;
  }
  .sns ul li a span {
    font-size: 10px;
    font-weight: 500;
  }
}


/*投稿詳細*/
#post {
  overflow: hidden;
  margin-bottom: 100px;
}
.post-thumbnail {
  width: 100%;
}
.post-thumbnail img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.post_wrap {
  max-width: 750px;
  margin: 30px auto 0;
}
.post_wrap .post-date {
  font-size: 16px;
}
.post_wrap .post-title {
  font-size: 40px;
  font-weight: bold;
  margin: 10px 0 10px;
}
.post_wrap .post-categories ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.post_wrap .post-categories ul li {
  display: block;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background-color: #333333;
  border-radius: 20px;
  padding: 3px 10px;
  min-width: 80px;
}
.post-content {
  margin-top: 100px;
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  #post {
    padding: 0 15px;
  }
  .post-thumbnail {
    width: 100%;
  }
  .post-thumbnail img {
    max-width: 100%;
  }
  .post_wrap {
    margin: 30px auto 0;
  }
  .post_wrap .post-date {
    font-size: 12px;
  }
  .post_wrap .post-title {
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0 10px;
  }
  .post_wrap .post-categories ul {
    flex-wrap: wrap;
    gap: 10px;
  }
  .post_wrap .post-categories ul li {
    display: block;
    font-size: 10px;
    text-align: center;
    color: #fff;
    background-color: #333333;
    border-radius: 20px;
    padding: 3px 10px;
    min-width: 50px;
  }
  .post-content {
    margin-top: 50px;
    font-size: 14px;
  }
}
.back_btn_wrap {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 30px;
}
.back_btn {
  display: inline-block;
  padding: 0 40px;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  border-bottom: 2px solid #333333;
  width: 300px;
  box-sizing: border-box;
  position: relative;
}
.back_btn:before {
  content: "";
  display: block;
  width: 96px;
  height: 96px;
  border: 1px solid #333333;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: -75px;
  bottom: 0;
  margin: auto;
}
.back_btn:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: -35px;
  bottom: 0;
  margin: auto;
}
.back_btn_s {
  display: inline-block;
  padding: 0 40px 0 20px;
  text-align: left;
  font-size: 24px;
  font-weight: 500;
  border-bottom: 2px solid #333333;
  width: fit-content;
  box-sizing: border-box;
  position: relative;
}
.back_btn_s:before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  border: 1px solid #333333;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  margin: auto;
}
.back_btn_s:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 991px) {
  .back_btn_wrap {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 30px;
  }
  .back_btn {
    display: inline-block;
    padding: 0 30px;
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
    border-bottom: 1px solid #333333;
    width: unset;
    min-width: 200px;
    box-sizing: border-box;
    position: relative;
  }
  .back_btn:before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #333333;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -35px;
    bottom: 0;
    margin: auto;
  }
  .back_btn:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: -15px;
    bottom: 0;
    margin: auto;
  }
  .back_btn_s {
    display: inline-block;
    padding: 0 30px 0 10px;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 2px solid #333333;
    width: fit-content;
    box-sizing: border-box;
    position: relative;
  }
  .back_btn_s:before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #333333;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -35px;
    bottom: 0;
    margin: auto;
  }
  .back_btn_s:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: -15px;
    bottom: 0;
    margin: auto;
  }
}

/*投稿一覧*/
#list {
  max-width: 1000px;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 991px) {
  #list {
    padding: 0 15px;
    margin: 0 auto 50px;
  }
}
.article_category {
  margin: 0 0 100px;
}
.article_category ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  gap: 15px;
}
.article_category ul li a {
  display: block;
  font-size: 20px;
  font-weight: 500;
  padding: 5px 10px;
  border: 2px solid #333333;
  background-color: #ffffff;
  color: #333333;
  border-radius: 30px;
  min-width: 150px;
  text-align: center;
}
.article_category ul li a:hover {
  border: 2px solid #333333;
  background-color: #333333;
  color: #fff;
}
.article_category ul li.active a {
  border: 2px solid #333333;
  background-color: #333333;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .article_category {
    margin: 0 0 30px;
  }
  .article_category ul {
    gap: 10px;
    overflow-x: scroll;
    margin: 0;
    justify-content: flex-start;
    -ms-overflow-style: none;
  }
  .article_category ul::-webkit-scrollbar{
    display: none;
  }
  .article_category ul li {
    display: block;
    min-width: 100px;
  }
  .article_category ul li a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 3px 10px;
    min-width: unset;
  }
}
.post-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 60px
}
.post-list .post-item .post-thumbnail {
  position: relative;
}
.post-list .post-item .post-thumbnail a {
  display: block;
  position: relative;
}
.post-list .post-item .post-thumbnail a img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin: auto;
}
.post-list .post-item .post-thumbnail .post-categories {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
}
.post-list .post-item .post-thumbnail .post-categories ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
  gap: 5px;
  margin: 0;
}
.post-list .post-item .post-thumbnail .post-categories ul li {
  display: block;
  font-size: 10px;
  font-weight: 700;
  color: #333333;
  padding: 2px 10px;
  min-width: 30px;
  background-color: #fff;
  border-radius: 40px;
  text-align: center;
}
.post-list .post-item .post-date {
  display: block;
  font-size: 12px;
  margin: 10px 0 5px;
}
.post-list .post-item .post-title {
  margin: 0;
}
.post-list .post-item .post-title a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}
@media only screen and (max-width: 991px) {
  .post-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .post-list .post-item .post-thumbnail {
    
  }
  .post-list .post-item .post-thumbnail a {
    
  }
  .post-list .post-item .post-thumbnail a img {
    width: 100%;
    height: 80%;
    object-fit: cover;
    margin: auto;
  }
  .post-list .post-item .post-thumbnail .post-categories {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
  }
  .post-list .post-item .post-thumbnail .post-categories ul {
    gap: 5px;
    margin: 0;
    flex-wrap: wrap;
  }
  .post-list .post-item .post-thumbnail .post-categories ul li {
    font-size: 8px;
    font-weight: 700;
    min-width: 30px;
    background-color: #fff;
    border-radius: 40px;
  }
  .post-list .post-item .post-date {
    display: block;
    font-size: 12px;
    margin: 10px 0 5px;
  }
  .post-list .post-item .post-title {
    margin: 0;
  }
  .post-list .post-item .post-title a {
    display: block;
    font-size: 14px;
  }
}
.pagination {
  display: block;
  text-align: center;
  margin: 100px 0 0;
}
.pagination_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.pagination_list span,
.pagination_list a {
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.pagination_list a.prev-page,
.pagination_list a.next-page {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(-135deg);
}
.pagination_list a.next-page {
  transform: rotate(45deg);
}
@media only screen and (max-width: 991px) {
  .pagination {
    display: block;
    text-align: center;
    margin: 50px 0 0;
  }
}


/*固定ページ*/
#page {
  margin: 0 auto 100px;
}
@media only screen and (max-width: 991px) {
  #page {
    margin: 0 auto 50px;
  }
}

/*お問い合わせ*/
.contact_page {
  max-width: 750px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .contact_page {
    padding: 0 15px;
  }
}
.contact_step {
  margin: 0 0 100px;
}
.contact_step ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}
.contact_step ul li {
  display: grid;
  padding: 20px;
  height: 105px;
  background-color: #333333;
  color: #fff;
  box-sizing: border-box;
  position: relative;
}
.contact_step ul li {
  width: 90%;
}
.contact_step ul li:not(:last-child):before {
  content: "";
  display: block;
  height: calc(42px / 2);
  width: 105px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background-color: #333333;
  position: absolute;
  top: 40%;
  right: -63px;
  transform: rotate(90deg);
  z-index: -1;
}
.contact_step ul li:not(.active) {
  background-color: #666666;
  color: #b3b3b3;
}
.contact_step ul li:not(.active):before {
  background-color: #666666;
}
.contact_step ul li span {
  font-size: 12px;
  display: block;
  width: 80px;
  border-bottom: 1px solid #fff;
  margin-bottom: 3px;
}
.contact_step ul li p {
  font-size: 22px;
  line-height: 1;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .contact_step {
    margin: 0 0 50px;
  }
  .contact_step ul {
  }
  .contact_step ul li {
    display: grid;
    padding: 10px 0 10px 10px;
    height: 80px;
  }
  .contact_step ul li {
    width: 90%;
  }
  .contact_step ul li:last-child {
    width: 100%;
  }
  .contact_step ul li:not(:last-child):before {
    content: "";
    display: block;
    height: calc(20px / 2);
    width: 80px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    background-color: #333333;
    position: absolute;
    top: 43%;
    right: -45px;
    transform: rotate(90deg);
  }
  .contact_step ul li:not(.active) {
    background-color: #666666;
    color: #b3b3b3;
  }
  .contact_step ul li:not(.active):before {
    background-color: #666666;
  }
  .contact_step ul li span {
    font-size: 8px;
    display: block;
    width: 80px;
    border-bottom: 1px solid #fff;
    margin-bottom: 3px;
  }
  .contact_step ul li p {
    font-size: 13px;
  }
}
.contact {
  display: grid;
  gap: 30px 0;
}
.contact .contact_cont div p {
  margin: 0;
}
.contact .contact_cont div:nth-child(1) {
  margin-bottom: 5px;
}
.contact .contact_cont div:nth-child(1) p {
  margin: 0;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 700;
}
.contact .contact_cont div:nth-child(1) p span {
  font-size: 14px;
  color: red;
}
@media only screen and (max-width: 991px) {
  .contact .contact_cont div:nth-child(1) p {
    font-size: 14px;
  }
  .contact .contact_cont div:nth-child(1) p span {
    font-size: 12px;
    color: red;
  }
}
.contact .contact_cont div:nth-child(2) input,
.contact .contact_cont div:nth-child(2) select,
.contact .contact_cont div:nth-child(2) textarea {
  font-size: 20px;
  display: block;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}
.contact .contact_cont div:nth-child(2) select {
  -webkit-appearance: none;
  appearance: none;
}
.contact .contact_cont div:nth-child(2) select::-ms-expand {
  display: none;
}
@media only screen and (max-width: 991px) {
  .contact .contact_cont div:nth-child(2) input,
  .contact .contact_cont div:nth-child(2) select,
  .contact .contact_cont div:nth-child(2) textarea {
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 10px;
  }
  .contact .contact_cont div:nth-child(2) select {
    -webkit-appearance: none;
    appearance: none;
  }
  .contact .contact_cont div:nth-child(2) select::-ms-expand {
    display: none;
  }
}
.select_wrap .wpcf7-form-control-wrap {
  position: relative;
}
.select_wrap .wpcf7-form-control-wrap:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  transform: rotate(45deg);
  position: absolute;
  top: -3px;
  right: 30px;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 991px) {
  .select_wrap .wpcf7-form-control-wrap:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    transform: rotate(45deg);
    position: absolute;
    top: -5px;
    right: 30px;
    bottom: 0;
    margin: auto;
  }
}
.contact_check p {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}
.contact_check p a {
  text-decoration: underline;
}
.contact_check .wpcf7-list-item {
  margin: 0;
}
.contact_check .wpcf7-list-item > label {
  display: flex;
  align-items: center;
  gap: 20px;
}
.contact_check input[type="checkbox"] {
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid #333333;
  vertical-align: -5px;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contact_check input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  top: -9px;
  left: 13px;
  transform: rotate(50deg);
  width: 8px;
  height: 30px;
  border-right: 5px solid red;
  border-bottom: 5px solid red;
}
@media only screen and (max-width: 991px) {
  .contact_check p {
    font-size: 14px;
    font-weight: 500;
  }
  .contact_check p a {
  }
  .contact_check .wpcf7-list-item {
    margin: 0;
  }
  .contact_check .wpcf7-list-item > label {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .contact_check input[type="checkbox"] {
    position: relative;
    width: 25px;
    height: 25px;
    border: 1px solid #333333;
    vertical-align: -5px;
    border-radius: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .contact_check input[type="checkbox"]:checked:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 10px;
    transform: rotate(50deg);
    width: 8px;
    height: 20px;
    border-right: 5px solid red;
    border-bottom: 5px solid red;
  }
}
.contact_btn {
  text-align: center;
  margin: 100px 0 0;
}
.contact_btn p {
  margin: 0;
}
.contact_btn .wpcf7-spinner {
  display: none;
}
@media only screen and (max-width: 991px) {
  .contact_btn {
    text-align: center;
    margin: 50px 0 50px;
  }
}

.contact_check .contact_cont div:nth-child(1) {
  margin-bottom: 5px;
}
.contact_check .contact_cont div:nth-child(1) p {
  font-size: 16px;
  font-weight: 500;
}
.contact_check .contact_cont div:nth-child(2)  {
  font-size: 24px;
  display: block;
  width: 100%;
  padding: 15px;
  border-bottom: 1px solid #333333;
  box-sizing: border-box;
}
@media only screen and (max-width: 991px) {
  .contact_check .contact_cont div:nth-child(1) {
    margin-bottom: 5px;
  }
  .contact_check .contact_cont div:nth-child(1) p {
    font-size: 14px;
    font-weight: 500;
  }
  .contact_check .contact_cont div:nth-child(2)  {
    
  }
  .contact_check .contact_cont div:nth-child(2) p {
    font-size: 18px;
    font-weight: 700;
  }
}
.contact-thanks h3 {
  font-size: 30px;
  letter-spacing: 2px;
  font-weight: 500;
}
.contact-thanks p {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .contact-thanks h3 {
    font-size: 20px;
    font-weight: 500;
  }
  .contact-thanks p {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
  }
}


/* ちょっとだけスタイルを追加して、スライダーを見やすくします */
.swiper-slide {
  width: 100%;
  display: flex; /* 中央寄せのため */
  justify-content: center; /* 中央寄せのため */
  align-items: center; /* 中央寄せのため */
  background-color: #f0f0f0; /* 背景色 */
}
.swiper-slide.swiper-slide-thumb-active {
  opacity: 0.7;
}
.swiper-button-next,
.swiper-button-prev {
  color: #ffffff;
  opacity: 0.7;
  width: 25px;
}

.swiper.slider-thumbnail,
.swiper.slider-thumbnail-2 {
  margin-top: -4px;
}
:root {
  --swiper-navigation-size: 25px;
}










































