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

.fv {
  aspect-ratio: 1920/640;
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fv {
    aspect-ratio: 4/3;
  }
}

.fv::before {
  display: none;
}

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

.fv::before {
  background-color: rgba(63, 63, 63, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.fv .img-box {
  position: relative;
  z-index: 1;
}
.fv .fv-ttls {
  bottom: 136px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  left: 3.125vw;
  position: absolute;
  z-index: 4;
}
@media screen and (max-width: 1920px) {
  .fv .fv-ttls {
    gap: 3.64vw;
  }
}
.fv h1 {
  color: #fff;
  font-size: 70px;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.42;
  width: 100%;
}
@media screen and (max-width: 1920px) {
  .fv h1 {
    font-size: 3.733vw;
  }
}
@media screen and (max-width: 768px) {
  .fv h1 {
    font-size: 5.888vw;
  }
}
@media screen and (max-width: 576px) {
  .fv h1 {
    font-size: 7.888vw;
  }
}
.fv .en-txt {
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.53;
}
@media screen and (max-width: 1920px) {
  .fv .en-txt {
    font-size: 1.55vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .en-txt {
    font-size: 2.4vw;
    line-height: 1.73;
  }
}
@media screen and (max-width: 576px) {
  .fv .en-txt {
    font-size: 3.2vw;
  }
}

body.on .fv .fv-ttls {
  -ms-filter: blur(6px);
  -webkit-animation-name: fvtxt;
  -webkit-animation-delay: 1.7s;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 1.7s;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-name: fvtxt;
  animation-timing-function: ease;
  filter: blur(6px);
  opacity: 0;
}

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

@keyframes fvtxt {
  0% {
    -ms-filter: blur(6px);
    filter: blur(6px);
    opacity: 0;
  }
  100% {
    -ms-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
.fv .swiper {
  height: 100%;
  position: relative;
  z-index: 1;
}
body:not(.on) .fv .fv-ttls {
  position: static;
}
body:not(.on) .fv .swiper {
  height: auto;
}
@-webkit-keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.fv .swiper-slide {
  height: 100%;
  width: 100% !important;
}

.fv .swiper-slide .swiper-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100% !important;
}
body.on .sp-slide{display:none;}
@media screen and (max-width: 576px) {
  .pc-slide{display:none;}
  body.on .sp-slide{display:block;}
}
.fv .swiper-slide-active .swiper-img,
.fv .swiper-slide-duplicate-active .swiper-img,
.fv .swiper-slide-prev .swiper-img {
  -webkit-animation: zoomUp 10s linear 0s normal both;
  animation: zoomUp 10s linear 0s normal both;
}

.fv .swiper-slide img {
  display: block !important;
  height: 100%;
  opacity: 0;
  width: 100%;
}

/*----------------------------------------------------------
section01
------------------------------------------------------------*/
.section01 {
  padding-bottom: 120px;
  padding-top: 120px;
}
@media screen and (max-width: 1080px) {
  .section01 {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .section01 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 576px) {
  .section01 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.section01 .inner {
  align-items: center;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .section01 .inner {
    flex-direction: column;
  }
}
.section01 .box {
  position: relative;
  width: 46.6%;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .section01 .box {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .section01 .box {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .section01 .box {
    width: 100%;
  }
}
.section01 .box .txt01 {
  align-items: center;
  display: flex;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .section01 .box .txt01 {
    gap: 10px;
    justify-content: center;
  }
}
.section01 .box .txt01 img {
  display: block;
  width: 20px;
}
.section01 .box .txt01 h2 {
  color: #222222;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section01 .box .txt01 h2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .section01 .box .txt01 h2 {
    font-size: 14px;
  }
}
.section01 .box .en {
  color: #222222;
  font-family: "Manrope", sans-serif;
  font-size: 66px;
  letter-spacing: 0.15em;
  line-height: 1;
  margin-top: 28px;
}
@media screen and (max-width: 1080px) {
  .section01 .box .en {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .section01 .box .en {
    font-size: 40px;
    margin-top: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .section01 .box .en {
    font-size: 30px;
    margin-top: 15px;
  }
}
.section01 .img {
  background-color: #fff;
  border: 1px solid #c6c6c6;
  border-radius: 4px;
  margin-top: 80px;
  padding: 65px;
}
@media screen and (max-width: 1080px) {
  .section01 .img {
    margin-top: 60px;
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .section01 .img {
    margin-top: 40px;
    padding: 30px;
  }
}
@media screen and (max-width: 576px) {
  .section01 .img {
    margin-top: 30px;
    padding: 20px;
  }
}
.section01 .img img {
  display: block;
}
.section01 .btns {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .section01 .btns {
    flex-direction: column;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .section01 .btns .common-btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.section01 .txts {
  position: relative;
  width: 46.6%;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .section01 .txts {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .section01 .txts {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .section01 .txts {
    width: 100%;
  }
}
.section01 .txts .ttl p {
  color: #222222;
  font-size: 38px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.84;
}
@media screen and (max-width: 1080px) {
  .section01 .txts .ttl p {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .section01 .txts .ttl p {
    font-size: 24px;
  }
}
@media screen and (max-width: 576px) {
  .section01 .txts .ttl p {
    font-size: 20px;
  }
}
.section01 .txts .en {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  letter-spacing: 0.15em;
  line-height: 2;
  margin-top: 40px;
}
@media screen and (max-width: 1080px) {
  .section01 .txts .en {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .section01 .txts .en {
    font-size: 12px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .section01 .txts .en {
    margin-top: 15px;
  }
}
.section01 .txts .txt03 {
  margin-top: 65px;
}
@media screen and (max-width: 1080px) {
  .section01 .txts .txt03 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .section01 .txts .txt03 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .section01 .txts .txt03 {
    margin-top: 30px;
  }
}
.section01 .txts .txt03 p {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.2;
  text-align: justify;
}
@media screen and (max-width: 1080px) {
  .section01 .txts .txt03 p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .section01 .txts .txt03 p {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .section01 .txts .txt03 p {
    font-size: 12px;
  }
}
.section01 .txts .strong {
  background: linear-gradient(transparent 50%, #f3f74f 50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/*----------------------------------------------------------
  取引先スライダー
  ------------------------------------------------------------*/
.swiper1 {
  margin-top: 60px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .swiper1 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 576px) {
  .swiper1 {
    margin-top: 40px;
  }
}
.swiper1 .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper1 .swiper-container {
  width: 100%;
}
.swiper1 .swiper-slide {
  opacity: 1 !important;
}

body.on .section01::after {
  background-image: linear-gradient(90deg, transparent 0%, #f5f5f540 52%, #f5f5f5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

/*----------------------------------------------------------
section02
------------------------------------------------------------*/
.section02 {
  background-color: #f3f74e;
  padding-bottom: 90px;
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  .section02 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 576px) {
  .section02 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.section02 .txts {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .section02 .txts {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}
.section02 .txts h2 {
  background-color: #222222;
  border-radius: 24px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  max-width: 431px;
  padding-bottom: 7px;
  padding-top: 7px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .section02 .txts h2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .section02 .txts h2 {
    font-size: 14px;
    max-width: 331px;
  }
}
.section02 .txts p {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1080px) {
  .section02 .txts p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .section02 .txts p {
    font-size: 16px;
    margin-top: 20px;
    text-align: justify;
  }
}
@media screen and (max-width: 576px) {
  .section02 .txts p {
    font-size: 14px;
  }
}
.section02 .inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1560px;
  width: 100%;
}
.section02 .flex {
  gap: 90px;
  margin-top: 130px;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .section02 .flex {
    gap: 30px;
  }
}
@media screen and (max-width: 1080px) {
  .section02 .flex {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .section02 .flex {
    flex-direction: column;
    gap: 80px;
  }
}
.section02 .flex > div {
  width: calc((100% - 90px * 2) / 3);
}
@media screen and (max-width: 1280px) {
  .section02 .flex > div {
    width: calc((100% - 30px * 2) / 3);
  }
}
@media screen and (max-width: 768px) {
  .section02 .flex > div {
    width: 80%;
  }
}
@media screen and (max-width: 576px) {
  .section02 .flex > div {
    width: 90%;
  }
}
.section02 .flex > div .img {
  margin-left: auto;
  margin-right: auto;
}
.section02 .flex > div .img img {
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 71%;
}
.section02 .flex > div .neji {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  position: relative;
  width: 20px;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .section02 .flex > div .neji {
    margin-top: 20px;
  }
}
.section02 .flex > div h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 10px;
  position: relative;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .section02 .flex > div h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .section02 .flex > div h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .section02 .flex > div h3 {
    font-size: 16px;
  }
}
.section02 .flex > div p {
  font-size: 16px;
  line-height: 2.2;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section02 .flex > div p {
    font-size: 14px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 576px) {
  .section02 .flex > div p {
    font-size: 12px;
  }
}

.section02 .common-btn {
  /*
  margin-left: auto;
  margin-right: auto;
  */
  margin-top: 46px;
}
.section02 .txts02 {
  margin-top: 75px;
}
@media screen and (max-width: 1080px) {
  .section02 .txts02 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .section02 .txts02 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 576px) {
  .section02 .txts02 {
    margin-top: 40px;
  }
}

body.on .section02 {
  position: relative;
}
body.on .section02::before {
  color: rgba(255, 255, 255, 0.6);
  content: "SERVICE";
  font-family: "Manrope", sans-serif;
  font-size: 240px;
  font-weight: 700;
  left: 50%;
  letter-spacing: 0.16em;
  line-height: 1;
  position: absolute;
  top: 90px;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  body.on .section02::before {
    font-size: 180px;
  }
}
@media screen and (max-width: 1080px) {
  body.on .section02::before {
    font-size: 150px;
  }
}
@media screen and (max-width: 768px) {
  body.on .section02::before {
    font-size: 90px;
    top: 100px;
  }
}
@media screen and (max-width: 576px) {
  body.on .section02::before {
    font-size: 70px;
    top: 90px;
  }
}
body.on .section02 .flex > div .img {
  position: relative;
  z-index: 1;
}
body.on .section02 .flex > div .img::after {
  aspect-ratio: 1/1;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  body.on .section02 .flex > div .img::after {
    width: 90%;
  }
}

/*----------------------------------------------------------
seciton03 case
------------------------------------------------------------*/
.section03 {
  background-color: #f5f5f5;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .section03 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 576px) {
  .section03 {
    padding-top: 60px;
  }
}
.section03 .inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1560px;
  width: 100%;
}
.section03 .txt01 {
  align-items: center;
  display: flex;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .section03 .txt01 {
    gap: 10px;
    justify-content: center;
  }
}
.section03 .txt01 img {
  display: block;
  width: 20px;
}
.section03 .txt01 h2 {
  color: #222222;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section03 .txt01 h2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .section03 .txt01 h2 {
    font-size: 14px;
  }
}
.section03 .en {
  color: #222222;
  font-family: "Manrope", sans-serif;
  font-size: 66px;
  letter-spacing: 0.15em;
  line-height: 1;
  margin-top: 28px;
}
@media screen and (max-width: 1080px) {
  .section03 .en {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .section03 .en {
    font-size: 40px;
    margin-top: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .section03 .en {
    font-size: 30px;
    margin-top: 15px;
  }
}
.section03 .swiper-slide a {
  display: block;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .section03 .swiper-slide a:hover {
    cursor: pointer;
    opacity: 0.6;
  }
  .section03 .swiper-slide a:hover .la-angle-right {
    background-color: #f3f74e !important;
  }
}
.section03 .img {
  background-color: #fff;
  border: 1px solid #c6c6c6;
  border-radius: 4px;
  padding: 65px;
}
@media screen and (max-width: 1080px) {
  .section03 .img {
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .section03 .img {
    padding: 30px;
  }
}
@media screen and (max-width: 576px) {
  .section03 .img {
    padding: 20px;
  }
}
.section03 .img img {
  display: block;
}
.section03 .img h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1080px) {
  .section03 .img h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .section03 .img h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .section03 .img h3 {
    font-size: 14px;
  }
}
.section03 .img .box {
  position: relative;
}
.section03 .img .ttls {
  align-items: center;
  bottom: 10px;
  display: flex;
  justify-content: space-between;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 92%;
  z-index: 3;
}
.section03 .img .la-angle-right {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  transition: all 0.3s ease;
  width: 38px;
}
@media screen and (max-width: 768px) {
  .section03 .img .la-angle-right {
    width: 25px;
  }
}
.section03 .img .la-angle-right::before {
  color: #3f3f3f;
}
@media screen and (max-width: 768px) {
  .section03 .img .la-angle-right::before {
    font-size: 13px;
  }
}
.section03 .nums {
  left: 10%;
  position: absolute;
  top: -10%;
}
.section03 .nums img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 33px;
}
@media screen and (max-width: 1080px) {
  .section03 .nums img {
    width: 25px;
  }
}
@media screen and (max-width: 768px) {
  .section03 .nums img {
    width: 20px;
  }
}
.section03 .nums .num {
  color: #222222;
  font-family: "Manrope", sans-serif;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1;
  margin-top: 2px;
}
@media screen and (max-width: 1080px) {
  .section03 .nums .num {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .section03 .nums .num {
    font-size: 30px;
  }
}
@media screen and (max-width: 576px) {
  .section03 .nums .num {
    font-size: 23px;
  }
}
.section03 .common-btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .section03 .common-btn {
    margin-top: 30px;
  }
}

/*----------------------------------------------------------
CASEスライダー
  ------------------------------------------------------------*/
.swiper2 {
  margin-top: 60px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .swiper2 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 576px) {
  .swiper2 {
    margin-top: 40px;
  }
}
.swiper2 .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper2 .swiper-container {
  width: 100%;
}
.swiper2 .swiper-slide {
  opacity: 1 !important;
}

.swiper2-pagination {
  margin-top: 30px !important;
  margin-top: 50px;
  position: static;
  text-align: center;
}
.swiper2-pagination .swiper-pagination-bullet {
  height: 10px;
  margin: 0px 7px !important;
  width: 10px;
}
.swiper2-pagination .swiper-pagination-bullet-active {
  background-color: #3f3f3f;
}

/*----------------------------------------------------------
section04
------------------------------------------------------------*/
.section04 {
  padding-bottom: 65px;
  padding-top: 320px;
}
@media screen and (max-width: 1080px) {
  .section04 {
    padding-bottom: 50px;
    padding-top: 250px;
  }
}
@media screen and (max-width: 768px) {
  .section04 {
    padding-bottom: 40px;
    padding-top: 160px;
  }
}
@media screen and (max-width: 576px) {
  .section04 {
    padding-bottom: 20px;
    padding-top: 120px;
  }
}
.section04 .inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  position: relative;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .section04 .inner {
    flex-direction: column;
    gap: 40px;
  }
}
.section04 .txt01 {
  align-items: center;
  display: flex;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .section04 .txt01 {
    gap: 10px;
    justify-content: center;
  }
}
.section04 .txt01 img {
  display: block;
  width: 20px;
}
.section04 .txt01 h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section04 .txt01 h2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .section04 .txt01 h2 {
    font-size: 14px;
  }
}
.section04 .en {
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 66px;
  letter-spacing: 0.15em;
  line-height: 1;
  margin-top: 28px;
}
@media screen and (max-width: 1080px) {
  .section04 .en {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .section04 .en {
    font-size: 40px;
    margin-top: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .section04 .en {
    font-size: 30px;
    margin-top: 15px;
  }
}
.section04 .txts {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 60px;
}
@media screen and (max-width: 1080px) {
  .section04 .txts {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .section04 .txts {
    gap: 10px;
    margin-top: 30px;
  }
}
.section04 .txts p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .section04 .txts p {
    font-size: 14px;
  }
}
.section04 .btns {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 320px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .section04 .btns {
    max-width: initial;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .section04 .btns .common-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

body.on .section04 {
  position: relative;
}
body.on .section04::after {
  aspect-ratio: 1920/170;
  background: url(/system_panel/uploads/images/bg.svg) no-repeat center top/cover;
  content: "";
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4;
}
body.on .section04::before {
  background-color: rgba(63, 63, 63, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

/*----------------------------------------------------------
  section05
------------------------------------------------------------*/
.section05 {
  padding-bottom: 120px;
  padding-top: 120px;
  position:relative;
  z-index: 4;
  /* ーーーーーーーーーーーー'新着情報一覧'ーーーーーーーーーーーーーー*/
}
@media screen and (max-width: 1080px) {
  .section05 {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .section05 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 576px) {
  .section05 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.section05 .inner {
  align-items: flex-start;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  position: relative;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 1080px) {
  .section05 .inner {
    align-items: center;
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .section05 .inner {
    align-items: center;
    flex-direction: column;
  }
}
.section05 .box {
  flex-shrink: 0;
}
.section05 .txt01 {
  align-items: center;
  display: flex;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .section05 .txt01 {
    gap: 10px;
    justify-content: center;
  }
}
.section05 .txt01 img {
  display: block;
  width: 20px;
}
.section05 .txt01 h2 {
  color: #222222;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section05 .txt01 h2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .section05 .txt01 h2 {
    font-size: 14px;
  }
}
.section05 .en {
  color: #222222;
  font-family: "Manrope", sans-serif;
  font-size: 66px;
  letter-spacing: 0.15em;
  line-height: 1;
  margin-top: 28px;
}
@media screen and (max-width: 1080px) {
  .section05 .en {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .section05 .en {
    font-size: 40px;
    margin-top: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .section05 .en {
    font-size: 30px;
    margin-top: 15px;
  }
}
.section05 .common-btn {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .section05 .common-btn {
    margin-top: 10px;
  }
}
.section05 .webgene-blog {
  display: flex;
  flex-direction: column;
  width: 68.57%;
}
@media screen and (max-width: 768px) {
  .section05 .webgene-blog {
    width: 80%;
  }
}
@media screen and (max-width: 576px) {
  .section05 .webgene-blog {
    width: 100%;
  }
}
.section05 .webgene-item a {
  align-items: center;
  display: flex;
}
.section05 .webgene-item a .blogItemBox {
  align-items: center;
  border-bottom: 1px solid #d0d0d0;
  display: flex;
  flex-grow: 1;
  gap: 40px;
  padding-bottom: 30px;
  padding-top: 30px;
}
@media screen and (max-width: 1360px) {
  .section05 .webgene-item a .blogItemBox {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .section05 .webgene-item a .blogItemBox {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .section05 .webgene-item a .blogItemBox {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
.section05 .webgene-item a .blogItemBox__flex {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  gap: 15px;
}
.section05 .webgene-item a .date {
  color: #3f3f3f;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 1080px) {
  .section05 .webgene-item a .date {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .section05 .webgene-item a .date {
    font-style: 14px;
  }
}
@media screen and (max-width: 576px) {
  .section05 .webgene-item a .date {
    font-size: 11px;
  }
}
.section05 .webgene-item a .cat {
  background-color: #f3f74f;
  border-radius: 4px;
  color: #3f3f3f;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 6px 10px 4px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 576px) {
  .section05 .webgene-item a .cat {
    font-size: 12px;
  }
}
.section05 .webgene-item a .blogItemTitle {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #4d4d4d;
  display: -webkit-box;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section05 .webgene-item a .blogItemTitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .section05 .webgene-item a .blogItemTitle {
    font-size: 14px;
  }
}

.section02 .flex.common-btn_wrap{
  gap: 30px 50px;
}
.section02 .common-btn{margin-top: 0}
.section04 .common-btn.white .fa-angle-right{background-color: transparent;border: 2px solid #f3f74f;}
.section04 .common-btn.white .fa-angle-right::before{color: #f3f74f}
/*# sourceMappingURL=sourcemaps/index.css.map */