@charset "UTF-8";
/* CSS Document */
body {
  padding-top: 0;
}

.fv::before,
.fv::after {
  display: none;
}

body.on .fv::before,
body.on .fv::after {
  display: block;
}

.fv {
  position: relative;
}
.fv .swiper-img a {
  display: block;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .fv .swiper-img a:hover {
    cursor: pointer;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .fv .swiper-pagination {
    display: none;
  }
}
.fv .swiper-pagination-bullet {
  background: #fff !important;
  height: 12px;
  opacity: 1;
  width: 12px;
}
@media screen and (max-width: 768px) {
  .fv .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
  }
}
.fv .swiper-pagination-bullet-active {
  background: #0198cd !important;
}

body.on .fv img {
  display: block;
}

@-webkit-keyframes fvtxt {
  0% {
    -ms-filter: blur(6px);
    filter: blur(6px);
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    -ms-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes fvtxt {
  0% {
    -ms-filter: blur(6px);
    filter: blur(6px);
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    -ms-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes fvimg {
  0% {
    -ms-filter: blur(6px);
    filter: blur(6px);
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    -ms-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
    transform: translateY(-50%);
  }
}
@keyframes fvimg {
  0% {
    -ms-filter: blur(6px);
    filter: blur(6px);
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    -ms-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
    transform: translateY(-50%);
  }
}
/*----------------------------------------------------------
sec01
------------------------------------------------------------*/
.sec01 {
  background-color: #0a3054;
  padding-bottom: 80px;
  padding-top: 80px;
  /* ーーーーーーーーーーーー'新着情報一覧'ーーーーーーーーーーーーーー*/
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.sec01 .inner {
  align-items: flex-start;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  position: relative;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 1080px) {
  .sec01 .inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .inner {
    gap: 15px;
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .inner {
    width: 100%;
  }
}
.sec01 .box {
  flex-shrink: 0;
}
.sec01 .c-btn {
  margin-top: 30px;
}
@media screen and (max-width: 1080px) {
  .sec01 .c-btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1080px) {
  .sec01 .c-btn.pc-btn {
    display: none;
  }
}
@media screen and (min-width: 1081px) {
  .sec01 .c-btn.sp-btn {
    display: none;
  }
}
.sec01 .webgene-blog {
  border-top: 1px solid #3b5976;
  display: flex;
  flex-direction: column;
  width: 78.07%;
}
@media screen and (max-width: 1080px) {
  .sec01 .webgene-blog {
    width: 100%;
  }
}
.sec01 .webgene-item a {
  align-items: center;
  border-bottom: 1px solid #3b5976;
  display: flex;
  padding-bottom: 18px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 18px;
}
@media screen and (max-width: 576px) {
  .sec01 .webgene-item a {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
.sec01 .webgene-item a .blogItemBox {
  align-items: flex-start;
  display: flex;
  flex-grow: 1;
  gap: 30px;
}
@media screen and (max-width: 1080px) {
  .sec01 .webgene-item a .blogItemBox {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .webgene-item a .blogItemBox {
    gap: 13px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .webgene-item a .blogItemBox {
    gap: 10px;
  }
}
.sec01 .webgene-item a .blogItemBox__flex {
  align-items: stretch;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1080px) {
  .sec01 .webgene-item a .blogItemBox__flex {
    gap: 20px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .webgene-item a .blogItemBox__flex {
    gap: 10px;
  }
}
.sec01 .webgene-item a .date {
  color: #6a9dcd;
  flex-shrink: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1080px) {
  .sec01 .webgene-item a .date {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .webgene-item a .date {
    font-style: 13px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .webgene-item a .date {
    font-size: 11px;
  }
}
.sec01 .webgene-item a .line {
  background-color: #3b5976;
  height: auto;
  width: 1px;
}
.sec01 .webgene-item a .blogItemTitle {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #fff;
  display: -webkit-box;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec01 .webgene-item a .blogItemTitle {
    -webkit-line-clamp: 3;
    font-size: 15px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .webgene-item a .blogItemTitle {
    font-size: 14px;
  }
}

/* ーーーーーーーーーーーー'sec01 管理画面側'ーーーーーーーーーーーーーー*/
/* ーーーーーーーーーーーー'sec01 サイト表示側'ーーーーーーーーーーーーーー*/
/*----------------------------------------------------------
sec02
------------------------------------------------------------*/
.sec02 {
  background-color: #002446;
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  .sec02 {
    padding-top: 55px;
  }
}
.sec02 .c-ttl .en {
  text-align: center;
}
.sec02 .c-ttl .ttl {
  color: #b7c6dd;
  text-align: center;
}
.sec02 .shop {
  margin-top: 60px;
  /* ーーーーーーーーーーーー'共通スタイル'ーーーーーーーーーーーーーー*/
  /* ーーーーーーーーーーーー'各パーツスタイル item01'ーーーーーーーーーーーーーー*/
  /* ーーーーーーーーーーーー'各パーツスタイル item02'ーーーーーーーーーーーーーー*/
  /* ーーーーーーーーーーーー'各パーツスタイル item03'ーーーーーーーーーーーーーー*/
}
@media screen and (max-width: 768px) {
  .sec02 .shop {
    margin-top: 30px;
  }
}
.sec02 .shop .item {
  display: block;
  overflow: hidden;
  width: 100%;
  /* ーーーーーーーーーーーー'共通パーツhover時'ーーーーーーーーーーーーーー*/
}
@media screen and (max-width: 768px) {
  .sec02 .shop .item {
    display: flex;
    flex-direction: column;
    min-height: initial;
  }
}
@media screen and (min-width: 769px) {
  .sec02 .shop .item:hover {
    cursor: pointer;
    opacity: 1;
  }
  .sec02 .shop .item:hover .bg-main {
    transform: scale(1.05);
  }
  .sec02 .shop .item:hover .box {
    background-color: rgba(0, 0, 0, 0.6);
    max-width: 100%;
    width: 100%;
  }
  .sec02 .shop .item:hover .wrap .arrow {
    background-color: #fff !important;
  }
  .sec02 .shop .item:hover .wrap .arrow::before,
.sec02 .shop .item:hover .wrap .arrow::after {
    background-color: #fff !important;
  }
  .sec02 .shop .item:hover .wrap .txt,
.sec02 .shop .item:hover .wrap .ttl {
    color: #fff;
  }
}
.sec02 .shop .bg-main {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  transition: transform 3.5s ease;
}
@media screen and (max-width: 768px) {
  .sec02 .shop .bg-main {
    flex-grow: 0;
  }
}
.sec02 .shop .box {
  height: 100%;
  transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 38%;
}
@media screen and (max-width: 1280px) {
  .sec02 .shop .box {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .shop .box {
    display: none !important;
  }
}
.sec02 .shop .wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
  height: 100%;
  justify-content: center;
  padding: 30px 25px;
  position: relative;
  transition: all 0.3s ease;
  width: 38%;
}
@media screen and (max-width: 1280px) {
  .sec02 .shop .wrap {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .shop .wrap {
    flex-grow: 1;
    gap: 26px;
    padding: 70px 25px 70px 25px;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .shop .wrap {
    gap: 20px;
    padding: 50px 20px 50px 20px;
  }
}
.sec02 .shop .wrap .ttl {
  color: #111111;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
  max-width: 395px;
  transition: all 0.3s ease;
  width: 100%;
  word-break: keep-all;
}
@media screen and (max-width: 1080px) {
  .sec02 .shop .wrap .ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .shop .wrap .ttl {
    font-size: 24px;
    max-width: 500px;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .shop .wrap .ttl {
    font-size: 20px;
  }
}
.sec02 .shop .wrap .txt {
  color: #111111;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.94;
  max-width: 395px;
  position: relative;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .sec02 .shop .wrap .txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .shop .wrap .txt {
    font-size: 15px;
    line-height: 1.875;
    max-width: 500px;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .shop .wrap .txt {
    font-size: 12px;
  }
}
.sec02 .shop .item01 .box {
  background-color: #f0f3f5;
}
.sec02 .shop .item01 .wrap {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .sec02 .shop .item01 .wrap {
    background-color: #f0f3f5;
  }
}
.sec02 .shop .item02 .box {
  background-color: #fff;
}
.sec02 .shop .item02 .wrap {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .sec02 .shop .item02 .wrap {
    background-color: #fff;
  }
}
.sec02 .shop .item03 {
  background-color: #f0f3f5;
}
.sec02 .shop .item03 .box {
  background-color: #f0f3f5;
}
.sec02 .shop .item03 .wrap {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .sec02 .shop .item03 .wrap {
    background-color: #f0f3f5;
  }
}

body:not(.on) .sec02 .logo-min {
  height: auto;
  width: 300px;
}
body:not(.on) .sec02 .bg-main.is-tb-pc {
  max-width: 800px !important;
  width: 100%;
}
body:not(.on) .sec02 .bg-main.is-sp {
  max-width: 400px !important;
  width: 100%;
}
body:not(.on) .sec02 .shop .item .box {
  height: auto;
}
body:not(.on) .sec02 .shop .item .bg-main {
  -o-object-fit: contain;
  display: block;
  height: auto;
  max-width: 1010px;
  object-fit: contain;
  width: 100%;
}
@media screen and (min-width: 769px) {
  body:not(.on) .sec02 .shop .item:hover {
    cursor: pointer;
    opacity: 1;
  }
  body:not(.on) .sec02 .shop .item:hover .bg-main {
    transform: initial;
  }
  body:not(.on) .sec02 .shop .item:hover .wrap .arrow {
    background-color: #111 !important;
  }
  body:not(.on) .sec02 .shop .item:hover .wrap .arrow::before,
body:not(.on) .sec02 .shop .item:hover .wrap .arrow::after {
    background-color: #111 !important;
  }
  body:not(.on) .sec02 .shop .item:hover .wrap .txt {
    color: initial;
  }
}

body.on .sec02 .logo-min {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 110px;
}
@media screen and (max-width: 768px) {
  body.on .sec02 .logo-min {
    max-width: 90px;
    right: 10px;
    top: 10px;
    width: 24%;
  }
}
body.on .sec02 .shop .item {
  min-height: 500px;
  position: relative;
}
body.on .sec02 .shop .item .bg-main {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  body.on .sec02 .shop .item .bg-main {
    aspect-ratio: 750/560;
    left: initial;
    position: relative;
    top: initial;
  }
}
body.on .sec02 .shop .item .wrap .arrow {
  background-color: #111;
  bottom: 0;
  display: inline-block;
  height: 6px;
  margin: 31.8px 0;
  position: absolute;
  right: 6px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  width: 80px;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  body.on .sec02 .shop .item .wrap .arrow {
    margin: 25px 0;
    width: 70px;
  }
}
@media screen and (max-width: 1080px) {
  body.on .sec02 .shop .item .wrap .arrow {
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  body.on .sec02 .shop .item .wrap .arrow {
    bottom: 0px;
    height: 4px;
    margin: 20px 0;
  }
}
@media screen and (max-width: 576px) {
  body.on .sec02 .shop .item .wrap .arrow {
    margin: 14px 0;
    width: 30px;
  }
}
body.on .sec02 .shop .item .wrap .arrow::before,
body.on .sec02 .shop .item .wrap .arrow::after {
  background-color: #111;
  content: "";
  height: 6px;
  position: absolute;
  right: -3px;
  top: calc(50% - 5px);
  transform-origin: calc(100% - 3px) 50%;
  transition: all 0.3s ease;
  width: 48px;
}
@media screen and (max-width: 1280px) {
  body.on .sec02 .shop .item .wrap .arrow::before,
body.on .sec02 .shop .item .wrap .arrow::after {
    top: calc(50% - 4.5px);
    width: 45px;
  }
}
@media screen and (max-width: 1080px) {
  body.on .sec02 .shop .item .wrap .arrow::before,
body.on .sec02 .shop .item .wrap .arrow::after {
    width: 35px;
  }
}
@media screen and (max-width: 768px) {
  body.on .sec02 .shop .item .wrap .arrow::before,
body.on .sec02 .shop .item .wrap .arrow::after {
    height: 4px;
    top: calc(50% - 4px);
    width: 30px;
  }
}
@media screen and (max-width: 576px) {
  body.on .sec02 .shop .item .wrap .arrow::before,
body.on .sec02 .shop .item .wrap .arrow::after {
    width: 22px;
  }
}
body.on .sec02 .shop .item .wrap .arrow::before {
  transform: rotate(45deg) skewX(-45deg);
}
body.on .sec02 .shop .item .wrap .arrow::after {
  margin-top: 4px;
  transform: rotate(-45deg) skewX(45deg);
}
body.on .sec02 .shop .item .wrap .logo,
body.on .sec02 .shop .item .wrap .logo-hover {
  left: 0;
  position: absolute;
  top: 0;
}
body.on .sec02 .shop .item:nth-of-type(even) .box {
  left: 0;
  position: absolute;
  top: 0;
}
body.on .sec02 .shop .item:nth-of-type(even) .wrap {
  left: 0;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 768px) {
  body.on .sec02 .shop .item:nth-of-type(even) .wrap {
    position: relative;
  }
}
body.on .sec02 .shop .item:nth-of-type(odd) .box {
  position: absolute;
  right: 0;
  top: 0;
}
body.on .sec02 .shop .item:nth-of-type(odd) .wrap {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  body.on .sec02 .shop .item:nth-of-type(odd) .wrap {
    position: relative;
  }
}

/*----------------------------------------------------------
sec03
------------------------------------------------------------*/
.sec03 {
  background-color: #fff;
  padding-bottom: 100px;
  padding-top: 120px;
}
@media screen and (max-width: 1080px) {
  .sec03 {
    padding-bottom: 80px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 {
    padding-bottom: 50px;
    padding-top: 60px;
  }
}
.sec03 .ttl {
  color: #111;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .sec03 .ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .ttl {
    font-size: 24px;
  }
}
.sec03 .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  max-width: 1140px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .sec03 .wrap {
    gap: 13px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .wrap {
    justify-content: center;
    margin-top: 25px;
  }
}
.sec03 .wrap .img {
  width: calc((100% - 17px * 3) / 4);
}
@media screen and (max-width: 1080px) {
  .sec03 .wrap .img {
    width: calc((100% - 13px * 3) / 4);
  }
}
@media screen and (max-width: 768px) {
  .sec03 .wrap .img {
    width: calc((100% - 13px * 1) / 2);
  }
}
.sec03 .bottom {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 48px;
  max-width: 1140px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .sec03 .bottom {
    gap: 15px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .bottom {
    flex-direction: column;
    gap: 35px;
    margin-top: 25px;
  }
}
.sec03 .bottom .txt {
  color: #111;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.94;
  max-width: 844px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .sec03 .bottom .txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .bottom .txt {
    font-size: 14px;
    line-height: 1.875;
  }
}
@media screen and (max-width: 576px) {
  .sec03 .bottom .txt {
    font-size: 12px;
  }
}
.sec03 .bottom .link {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .sec03 .bottom .link {
    margin-left: auto;
  }
}
.sec03 .bottom .link img {
  flex-shrink: 0;
  max-width: 21px;
  width: 100%;
}
.sec03 .bottom .link .btn-txt {
  color: #111;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 1080px) {
  .sec03 .bottom .link .btn-txt {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .bottom .link .btn-txt {
    font-size: 24px;
  }
}
@media screen and (max-width: 576px) {
  .sec03 .bottom .link .btn-txt {
    font-size: 22px;
  }
}

/* ーーーーーーーーーーーー'sec03 管理画面側'ーーーーーーーーーーーーーー*/
body:not(.on) .sec03 .logo-min {
  height: auto;
  width: 300px !important;
}

/* ーーーーーーーーーーーー'sec03 サイト表示側'ーーーーーーーーーーーーーー*/
body.on .sec03 {
  position: relative;
}
body.on .sec03 .logo-min {
  left: 20px;
  position: absolute;
  top: 20px;
  width: 110px;
}
@media screen and (max-width: 768px) {
  body.on .sec03 .logo-min {
    display: none;
  }
}
body.on .sec03 .link {
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  body.on .sec03 .link:hover {
    cursor: pointer;
    opacity: 1;
  }
  body.on .sec03 .link:hover .arrow {
    background-color: #0198cd;
  }
  body.on .sec03 .link:hover .arrow::before,
body.on .sec03 .link:hover .arrow::after {
    background-color: #0198cd;
  }
}
body.on .sec03 .link .arrow {
  background-color: #111;
  display: inline-block;
  flex-shrink: 0;
  height: 2px;
  position: relative;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  width: 24px;
  z-index: 1;
}
body.on .sec03 .link .arrow::before,
body.on .sec03 .link .arrow::after {
  background-color: #111;
  content: "";
  height: 2px;
  position: absolute;
  right: -3px;
  top: calc(50% - 2.5px);
  transform-origin: calc(100% - 3.5px) 50%;
  transition: all 0.3s ease;
  width: 9px;
}
body.on .sec03 .link .arrow::before {
  transform: rotate(45deg);
}
body.on .sec03 .link .arrow::after {
  margin-top: 4px;
  transform: rotate(-45deg);
}

/*----------------------------------------------------------
sec04 テスター／モニターのご紹介
------------------------------------------------------------*/
.sec04 {
  padding-bottom: 75px;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .sec04 {
    padding-bottom: 65px;
    padding-top: 55px;
  }
}
@media screen and (max-width: 576px) {
  .sec04 {
    padding-bottom: 50px;
    padding-top: 55px;
  }
}
.sec04 .c-ttl {
  position: relative;
  z-index: 2;
}
.sec04 .c-ttl .en {
  text-align: center;
}
.sec04 .c-ttl .ttl {
  color: #111;
  text-align: center;
}
.sec04 .img-slider {
  margin-top: 55px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sec04 .img-slider {
    margin-top: 35px;
  }
}
.sec04 .img-slider .swiper-slide {
  opacity: 1 !important;
}
.sec04 .img-slider .swiper-slide a img {
  display: block;
  width: 100%;
}
.sec04 .img-slider .box {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .sec04 .img-slider .box {
    margin-top: 10px;
  }
}
.sec04 .img-slider .box p {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.sec04 .img-slider .box p.red {
  color: #a53e3e;
}
.sec04 .img-slider .box p.green {
  color: #549551;
}
.sec04 .img-slider .box .name {
  color: #111;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-top: 7px;
}
@media screen and (max-width: 1400px) {
  .sec04 .img-slider .box .name {
    font-size: 2vw;
  }
}
@media screen and (max-width: 1080px) {
  .sec04 .img-slider .box .name {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 768px) {
  .sec04 .img-slider .box .name {
    font-size: 27px;
    margin-top: 5px;
  }
}
.sec04 .c-btn {
  border: 1px solid #9d9d9d;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sec04 .c-btn {
    margin-top: 40px;
  }
}
.sec04 .c-btn p {
  color: #111;
}

/* ーーーーーーーーーーーー'sec04 管理画面側'ーーーーーーーーーーーーーー*/
body:not(.on) .sec04 .bg-main.is-tb-pc {
  max-width: 800px !important;
  width: 100%;
}
body:not(.on) .sec04 .bg-main.is-sp {
  max-width: 400px !important;
  width: 100%;
}
body:not(.on) .sec04 .swiper-slide {
  display: inline-block !important;
  max-width: 230px !important;
  width: 100%;
}

/* ーーーーーーーーーーーー'sec04 サイト表示側'ーーーーーーーーーーーーーー*/
body.on .sec04 {
  /* 共通：矢印線（幅2px） */
  /* ← 左矢印 */
  /* → 右矢印 */
}
body.on .sec04 .bg-main {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
body.on .sec04 .swiper-button-next-img,
body.on .sec04 .swiper-button-prev-img {
  cursor: pointer;
  height: 80px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  width: 40px;
  z-index: 4;
}
@media screen and (min-width: 769px) {
  body.on .sec04 .swiper-button-next-img:hover,
body.on .sec04 .swiper-button-prev-img:hover {
    cursor: pointer;
    opacity: 1;
  }
  body.on .sec04 .swiper-button-next-img:hover::after, body.on .sec04 .swiper-button-next-img:hover::before,
body.on .sec04 .swiper-button-prev-img:hover::after,
body.on .sec04 .swiper-button-prev-img:hover::before {
    background-color: #111;
  }
}
body.on .sec04 .swiper-button-next-img {
  right: 25px;
}
body.on .sec04 .swiper-button-prev-img {
  left: 25px;
}
body.on .sec04 .swiper-button-next-img::before,
body.on .sec04 .swiper-button-next-img::after,
body.on .sec04 .swiper-button-prev-img::before,
body.on .sec04 .swiper-button-prev-img::after {
  background-color: #fff;
  content: "";
  height: 2px;
  position: absolute;
  top: 50%;
  transform-origin: left center;
  transition: all 0.3s ease;
  width: 52px;
}
@media screen and (max-width: 768px) {
  body.on .sec04 .swiper-button-next-img::before,
body.on .sec04 .swiper-button-next-img::after,
body.on .sec04 .swiper-button-prev-img::before,
body.on .sec04 .swiper-button-prev-img::after {
    background-color: #111;
  }
}
body.on .sec04 .swiper-button-next-img::before {
  left: -13px;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: right center;
}
body.on .sec04 .swiper-button-next-img::after {
  left: -13px;
  transform: rotate(-45deg) translateY(-50%);
  transform-origin: right center;
}
body.on .sec04 .swiper-button-prev-img::before {
  transform: rotate(-45deg) translateY(-50%);
}
body.on .sec04 .swiper-button-prev-img::after {
  transform: rotate(45deg) translateY(-50%);
}

/*----------------------------------------------------------
sec05
------------------------------------------------------------*/
.sec05 {
  overflow: hidden;
  padding-bottom: 70px;
  padding-top: 70px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec05 {
    padding-bottom: 60px;
    padding-top: 55px;
  }
}
@media screen and (max-width: 576px) {
  .sec05 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.sec05 .bg-main {
  -o-object-position: center bottom !important;
  object-position: center bottom !important;
}
.sec05 .c-ttl {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .sec05 .c-ttl {
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .sec05 .c-ttl .ttl {
    text-align: right;
  }
}
.sec05 .wrap {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sec05 .wrap {
    flex-direction: column;
    gap: 2px;
  }
}
.sec05 .flex {
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: space-between;
  width: 76.31%;
}
@media screen and (max-width: 768px) {
  .sec05 .flex {
    flex-direction: column;
    gap: 25px;
    width: 90%;
  }
}
.sec05 .img {
  position: relative;
  width: 50.57%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sec05 .img {
    width: 100%;
  }
}
.sec05 .txts {
  width: 38.5%;
}
@media screen and (max-width: 1080px) {
  .sec05 .txts {
    width: 43.5%;
  }
}
@media screen and (max-width: 768px) {
  .sec05 .txts {
    width: 100%;
  }
}
.sec05 .txts .txt {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.94;
  margin-top: 40px;
}
@media screen and (max-width: 1080px) {
  .sec05 .txts .txt {
    font-size: 16px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sec05 .txts .txt {
    font-size: 14px;
    line-height: 1.875;
    margin-top: 15px;
  }
}
@media screen and (max-width: 576px) {
  .sec05 .txts .txt {
    font-size: 12px;
  }
}
.sec05 .c-btn {
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sec05 .c-btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
  }
}

/* ーーーーーーーーーーーー'sec05 管理画面側'ーーーーーーーーーーーーーー*/
body:not(.on) .sec05 .bg-main.is-tb-pc {
  max-width: 800px !important;
  width: 100%;
}
body:not(.on) .sec05 .bg-main.is-sp {
  max-width: 400px !important;
  width: 100%;
}
body:not(.on) .sec05 .img img {
  display: inline-block;
  max-width: 400px !important;
  width: 100%;
}

/* ーーーーーーーーーーーー'sec05 サイト表示側'ーーーーーーーーーーーーーー*/
body.on .sec05 {
  position: relative;
}
body.on .sec05 .bg-main {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
body.on .sec05 .img {
  aspect-ratio: 440/550;
  position: relative;
}
body.on .sec05 .img .img01 {
  -o-object-fit: cover;
  aspect-ratio: 240/400;
  display: block;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 54.54%;
  z-index: 0;
}
body.on .sec05 .img .img02 {
  -o-object-fit: cover;
  aspect-ratio: 278/208;
  display: block;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 27%;
  width: 63.18%;
  z-index: 1;
}
body.on .sec05 .img .img03 {
  -o-object-fit: cover;
  aspect-ratio: 200/260;
  bottom: 0;
  display: block;
  left: 20.96%;
  object-fit: cover;
  position: absolute;
  width: 45.45%;
  z-index: 2;
}
/*# sourceMappingURL=sourcemaps/index.css.map */