@charset "UTF-8";
/* 769～1200 */
/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./_wp/wp-content/themes/yadoken2024/assets/css/top.scss ***!
  \******************************************************************************************************************************************************************************************/
/*ヘッダー*/
.t-pageHeader {
  background-color: rgba(255, 255, 255, 0.5568627451);
}
.t-pageHeader.bg {
  background-color: rgba(255, 255, 255, 0.168627451);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.featureBgTxt,
.sec_main_ttl {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/*約束*/
.promise {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
  margin-top: 5px;
  padding-inline: 80px;
  padding-bottom: 220px;
  position: relative;
  overflow: hidden;
}

.promise__icon {
  font-size: 22px;
  font-weight: 600;
  color: #5b6772;
}

.promise__ttl {
  font-size: 2.7083333333vw;
  font-weight: 700;
  line-height: 1.5;
  margin-block: 7px 36px;
  text-align: center;
}

.promise__txt {
  font-size: 1.7708333333vw;
  line-height: 1.88;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  padding-inline: 88px;
  box-sizing: border-box;
  position: relative;
}
.promise__txt::before, .promise__txt::after {
  content: "";
  display: block;
  width: 45px;
  height: 32px;
  aspect-ratio: 45/32;
  position: absolute;
}

.promiseBtnArea {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 115px;
  width: 100%;
}

.c-transitionBtn--promise {
  display: block;
  width: 100%;
  max-width: 300px;
  text-align: left;
  padding-inline: 40px;
}

.promise__img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 220px;
  margin: auto;
  z-index: -1;
}

.promise__img1,
.promise__img2 {
  border-radius: 2rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.promise__img1 {
  width: 27.5vw;
  left: -56.25vw;
  bottom: 5.7291666667vw;
}

.promise__img2 {
  width: 16.3541666667vw;
  right: -62.5vw;
  bottom: 9.375vw;
}

@media screen and (max-width: 1024px) {
  .promise {
    padding-inline: 60px;
    padding-bottom: 106px;
    margin-top: 41px;
  }
  .promise__ttl {
    font-size: 5.078125vw;
  }
  .promise__txt {
    font-size: 3.125vw;
  }
  .promise__img {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 86px;
  }
  .promise__img1 {
    left: auto;
    bottom: auto;
    width: 100%;
    max-width: 528px;
  }
  .promise__img2 {
    display: none;
  }
}
@media screen and (max-width: 1001px) {
  .promise {
    margin-top: 141px;
  }
}
@media screen and (max-width: 640px) {
  .promise {
    margin-top: 106px;
    padding-inline: 20px;
    padding-bottom: 85px;
  }
  .promise__icon {
    font-size: 11px;
  }
  .promise__ttl {
    font-size: 26px;
    margin-block: 5px 32px;
  }
  .promise__txt {
    font-size: 17px;
    padding-inline: 34px;
  }
  .promise__txt::before, .promise__txt::after {
    width: 22px;
  }
  .promise__txt::before {
    top: 0px;
  }
  .promise__txt::after {
    bottom: -6px;
  }
  .promiseBtnArea {
    margin-top: 38px;
  }
  .c-transitionBtn--promise {
    max-width: 180px;
    padding-inline: 20px;
    text-align: center;
  }
  .promise__img {
    margin-top: 64px;
  }
  .promise__img1 {
    max-width: 300px;
  }
}
/*feature*/
.feature {
  position: relative;
  padding-block: 172px 128px;
}
.feature::before {
  content: "";
  display: block;
  width: calc(100vw - (100vw - 1340px) / 2 - 125px);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #758492;
  border-radius: 20px 0 0 20px;
}
.feature .topBlockHeadArea .sec_main_ttl::before {
  top: 4px;
}
.feature .topBlockHeadArea .sec_main_ttl > span {
  color: #5b6772;
  font-weight: 700;
  font-size: 1.59em;
}
.feature .c-caseArchive .c-caseCard .c-caseCard__box {
  padding: 1em;
}
.feature .c-caseArchive h3.c-caseCardTtl + p {
  padding-top: 0.5em;
}

.featureBgTxt {
  position: absolute;
  /* top: -4.1666666667vw; */
  bottom: 100%;
  left: 0;
  transform: translateY(43%);
  display: block;
  /* width: 48.3854166667vw; */
  font-size: 10em;
  opacity: 0.25;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #5b6772;
}

.featureInner {
  padding-top: 190px;
}

.topBlockHeadAreaInner {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 37px 0;
}
.topBlockHeadAreaInner .c-blockHead {
  align-items: center;
}
.topBlockHeadAreaInner .c-blockHeadTabito {
  transform: translateY(0px);
}

.topBlockHead__txt {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.89;
  color: #fff;
  text-shadow: 0 0 3px #758492;
}

.featureBtnArea {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 97px;
}

.c-transitionBtn--future {
  display: block;
  width: 100%;
  max-width: 300px;
  text-align: left;
  padding-inline: 40px;
}

@media screen and (max-width: 1100px) {
  .topBlockHead__txt > br {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .topBlockHeadAreaInner {
    grid-gap: 86px 0;
  }
  .feature .c-caseCard:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 685px) {
  .feature .sec_main_ttl {
    font-size: 5.7291666667vw;
  }
}
@media screen and (max-width: 640px) {
  .feature {
    padding-block: 104px 88px;
  }
  .feature::before {
    width: 100%;
    border-radius: 0;
  }
  .feature .topBlockHeadArea .sec_main_ttl::before {
    top: 2px;
  }
  .feature .topBlockHeadArea .sec_main_ttl > span {
    color: #5b6772;
    font-weight: 600;
    font-size: 1.59em;
  }
  .featureBgTxt {
    display: none;
  }
  .topBlockHeadAreaInner {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 28px 0;
  }
  .topBlockHeadAreaInner .c-blockHead {
    flex-flow: column;
    align-items: flex-start;
  }
  .topBlockHeadAreaInner .sec_main_ttl {
    font-size: 22px;
  }
  .topBlockHeadAreaInner .c-blockHeadTabito {
    transform: translateY(0px);
  }
  .topBlockHead__txt {
    font-size: 12px;
    font-weight: bold;
  }
  .feature .c-caseArchive {
    margin-top: 37px;
  }
  .feature .c-caseCard:nth-child(3) {
    display: block;
  }
  .featureBtnArea {
    margin-top: 48px;
  }
  .c-transitionBtn--future {
    max-width: 180px;
    padding-inline: 20px;
    text-align: center;
  }
}
/*ノウハウ*/
.knowHow {
  padding-top: 131px;
}
.knowHow .c-blockHeadTabito__img {
  width: 4em;
}

.c-pickUpSlideNavWrapper--top {
  margin: 85px auto 0;
}
.c-pickUpSlideNavWrapper--top .c-pickUpSlideNavWrapperInner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.c-pickUpSlideNavWrapper--top .c-pickUpSlideNav {
  position: absolute;
  right: 0;
  bottom: 0;
}

.feature .c-caseCard a {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.c-pickUpSlideArea .c-caseCardFacilityIcon__item {
  position: relative;
}

.knowHow .c-pickUpSlideArea::after {
  width: 100%;
  height: calc(100% - 320px);
}

.simplefavorite-button.active + .c-favoriteIcon--knowledge {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC41MyIgaGVpZ2h0PSIxNy4xODciIHZpZXdCb3g9IjAgMCAxNC41MyAxNy4xODciPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNhOTI4Mzg7CiAgICAgICAgc3Ryb2tlOiAjYTkyODM4OwogICAgICAgIHN0cm9rZS1saW5lam9pbjogcm91bmQ7CiAgICAgICAgc3Ryb2tlLXdpZHRoOiAxLjZweDsKICAgICAgICBmaWxsLXJ1bGU6IGV2ZW5vZGQ7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJpY29uX2Zhdm9yaXRlLS1jaGVja2VkLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMTY1OC45OCw3NTYuNmwtNS44OS00LjcyMWEwLjgyNCwwLjgyNCwwLDAsMC0xLjA4LDBsLTUuOTUsNC43MjFWNzQxLjhhMC44LDAuOCwwLDAsMSwuODEtMC44aDExLjNhMC44MSwwLjgxLDAsMCwxLC44MS44Vjc1Ni42WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE2NDUuMjUgLTc0MC4yMTkpIi8+Cjwvc3ZnPgo=);
}

@media screen and (max-width: 640px) {
  .knowHow {
    padding-top: 100px;
  }
  .c-pickUpSlideNavWrapper--top {
    margin-top: 12px;
  }
  .c-pickUpSlideNavWrapper--top .c-pickUpSlideNavWrapperInner {
    flex-flow: column-reverse;
    gap: 30px;
  }
  .c-pickUpSlideNavWrapper--top .c-pickUpSlideNav {
    position: relative;
    right: auto;
    bottom: auto;
    align-self: flex-end;
    margin-top: 0;
  }
  .knowHow .c-pickUpSlideArea::after {
    width: 100%;
    height: calc(100% - 320px);
  }
}
/*お知らせ*/
.news {
  position: relative;
  padding-top: 108px;
  margin-top: 150px;
}
.news::after {
  content: "";
  display: block;
  width: calc(50% - 82px);
  height: calc(100% - 94px);
  background-color: #758492;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 0 20px 20px 0;
}

.newsListArea {
  display: grid;
  grid-template-columns: 257px calc(100% - 257px - 60px);
  grid-gap: 128px 60px;
}

.newsHead {
  grid-column: 1/2;
  grid-row: 1/2;
  padding-top: 93px;
}

.newsHead__icon {
  font-size: 22px;
  color: #5b6772;
  font-weight: 800;
}

.newsHead__ttl {
  font-size: 46px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 9px;
  color: #fff;
}

.newsBody {
  grid-column: 2/3;
  grid-row: 1/4;
  background-color: #fff;
  padding: 102px 100px 0;
  border-radius: 20px 0 0 20px;
}

.newsBtn {
  grid-column: 1/2;
  grid-row: 2/3;
}

.c-transitionBtn--news {
  padding: 15px 40px 15px;
  width: 100%;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .news::after {
    height: calc(100% - 148px);
  }
  .newsListArea {
    grid-template-columns: 100%;
    grid-gap: 0;
  }
  .newsHead {
    grid-column: 1/2;
    grid-row: 1/2;
    padding-top: 0;
    margin-bottom: 34px;
  }
  .newsBody {
    grid-column: 1/2;
    grid-row: 2/3;
    padding: 34px 60px 34px;
  }
  .c-newsList__item:last-child {
    border-bottom: none;
  }
  .newsBtn {
    grid-column: 1/2;
    grid-row: 3/4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
  }
  .c-transitionBtn--news {
    max-width: 180px;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .news {
    padding-block: 54px 56px;
    margin-top: 40px;
  }
  .news::after {
    width: calc(100% - 25px);
    height: 100%;
    border-radius: 0 10px 10px 0;
  }
  .newsHead {
    margin-bottom: 53px;
  }
  .newsHead__icon {
    font-size: 11px;
  }
  .newsHead__ttl {
    font-size: 21px;
    margin-top: 4px;
  }
  .newsBody {
    padding: 36px 0 36px 20px;
    border-radius: 10px 0 0 10px;
  }
  .c-newsList__item:last-child {
    border-bottom: solid 1px #e4e4e4;
  }
  .newsBtn {
    margin-top: 40px;
  }
}
/*オープニングアニメーション*/
.openingArea {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100003;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease;
}
.openingArea.off {
  opacity: 0;
  pointer-events: none;
}

.openingArea__logo {
  width: 300px;
}

/*メインビジュアル*/
.mainVisual {
  position: relative;
  background-color: #fff;
  width: 100vw;
  height: 100dvh;
}
.mainVisual .mainVisual__ttl {
  font-size: 3.75vw;
  line-height: 1.38;
  width: auto;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  left: 8.3333333333vw;
  bottom: 0;
  margin: auto;
  font-weight: 600;
}
.mainVisual .mainVisual__txt {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  margin: auto;
  width: 100%;
  opacity: 0.05;
  transition: opacity 0.6s ease 2.2s;
  text-align: center;
  font-size: 12vw;
  line-height: 1;
  font-weight: bold;
  white-space: nowrap;
}
.mainVisual .mainVisual__txt.on {
  opacity: 1;
}
@media screen and (max-width:767px) {
  .mainVisual .mainVisual__txt {
    font-size: 25vw;
    opacity: 0.025;
  }
}
.mainVisual .mainVisual__txt .mv_txt__wrap {
  position: relative;
  width: 100%;
  height: 1.3em;
  overflow: hidden;
}
.mainVisual .mainVisual__txt .mv_txt__wrap .mv_txt_elem {
  width: 100%;
  height: 100%;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  will-change: transform;
}
.mainVisual .mainVisual__img {
  position: absolute;
  top: 50%;
  right: 0;
  width: 60%;
  translate: 0 -50%;
  margin-left: auto;
  overflow: hidden;
}
.mainVisual .mvScroll {
  display: inline-block;
  transform: rotate(90deg);
  transform-origin: right;
  position: absolute;
  translate: -100% 6em;
  left: 2em;
  bottom: 0;
}
.mainVisual .mvScroll__txt {
  font-size: 16px;
  line-height: 1;
  color: #5b6772;
  font-weight: 800;
}
@keyframes circleMove {
  0% {
    transform: translateX(0px);
    opacity: 0;
  }
  10% {
    transform: translateX(0px);
    opacity: 1;
  }
  90% {
    transform: translateX(178px);
    opacity: 1;
  }
  100% {
    transform: translateX(178px);
    opacity: 0;
  }
}
.mainVisual .mvScroll__box {
  display: inline-block;
  width: 178px;
  height: 1px;
  background-color: #5b6772;
  vertical-align: middle;
  transform: translateY(-0.1em);
  margin-left: 14px;
  position: relative;
}
.mainVisual .mvScroll__box::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #5b6772;
  position: absolute;
  top: -6px;
  left: 0;
  animation-name: circleMove;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.mainVisual .mainVisualBnrArea {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 100000;
  transition: opacity 0.3s ease;
}
.mainVisual .mainVisualBnrArea.off {
  opacity: 0;
  pointer-events: none;
}
.mainVisual .mainVisualBnrClose {
  display: block;
  width: 36px;
  height: 36px;
  aspect-ratio: 1/1;
  position: absolute;
  top: -18px;
  right: -6px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAMAAABiM0N1AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABmUExURUdwTKgnN6koOKknN6knN6kmNqknN6gnN6snNaknN6knN6knN6koOP///6orOuS6wOK2vPry8/DZ3Pfp6640Q7RDUblQXdORmv77+8+Gj9idpOvLz9eYoMZxfMVsd8h2gassPdmfpvrVlA8AAAAMdFJOUwD2IXHVPbntCmCClR3SQY4AAAJ7SURBVFjDtZjXorIwDIBlDxtkDz2O8/4v+Z8EREZbKObPBRdIPtusNjmdNOJFse8GlhBW4Ppx5J2OiO34gUBJxocIfMc2o4SRL+Ri+VG4HxMHQiNBvA8VOiOmfDRpXmQAWZGnzaMcUc4OlOcOX9fXHD7S4iO/1sOP7pbhw/Owlm5KmUjeDes6axdl98spmwyUkjU9ytU40CPrJJ0GQ6iOoiFQbi+if6pusCEt3Cr6NNJx7hnskOyuJvWcK+yUK27PkpC8v5QSrxR2S/pC0spONto5uYCBXHBNwcJ3Ifk9BSNJKQrm8URx+AOG8kOROTMQvnmAsTxQb2om3FiVmYMyjCf3w3EQfIMDckNNZ7Q0euwJh+SJnnvbO8Y8LY6BCszgeLKgZp1QijxbSPNZEuZGubR0UUuDKq2XK8/KMeewzndLTiUSCSlNRLUkdX/qPiUHGn5RD1ssqWtSiklRL3aXo77d+z6ppSpLkvQlQD1EgC8tHhIlBQd+h71Z651J1VQc2pvVp1klddBcUckBqCjh0Pl32CRpOHCnADir68dEWcehanImW6sK46iu5cCFrO3KbT0j6TlkbfeEiaZO2B6h50CB6Ube15S0tL9i6TiQEQi/0lb4ZIsDgF/Qir4EtQQKeLZmkddYjP29+9ve/WwByZYibEnLVkbYChtfqcWDn6X443GUcBxHbAck35HNdolgu9bwXbTYrn58l1G+6zHbhZ2vhTjU1LwkTQ1fmzU0folZ46drIb9vRfc3x7DRHL/bdfHcyLvi2c9bvP8/QOAbaaiHLGA4ZJmPfSoa+7TQ9mOfymjswzeI0o/GhMlo7D2ss9YDNtNh3YHx4T/En9RFjXwz0wAAAABJRU5ErkJggg==) 0 0/contain no-repeat;
  cursor: pointer;
}
.mainVisual .mainVisualBnr {
  display: block;
  width: 300px;
  transition: transform 0.3s ease;
  position: relative;
  z-index: -1;
}
.mainVisual .mainVisualBnr:hover {
  transform: translateY(4px);
}
.mainVisual.opening .mainVisual__img {
  opacity: 0;
  transition: opacity 1.2s ease;
}
.mainVisual.opening .mainVisual__ttl .ttlItem {
  display: inline-block;
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(0.2em);
  text-shadow: 0 0 0.5em #fff, 0 0 0.5em #fff;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.mainVisual.opening .mainVisual__ttl .ttlItem:has(b) {
  background-color: #403e96;
  padding: 0.125em 0.25em;
  margin: 0.25em 0;
  text-shadow: none;
}
.mainVisual.opening .mainVisual__ttl .ttlItem:has(b) b {
  color: #fff;
}
.mainVisual.opening .mainVisual__ttl .ttlItem--1 {
  transition-delay: 0.8s;
}
.mainVisual.opening .mainVisual__ttl .ttlItem--2 {
  transition-delay: 1.2s;
}
.mainVisual.opening .mainVisual__ttl .ttlItem--3 {
  transition-delay: 1.6s;
}
.mainVisual.opening.on .mainVisual__img {
  opacity: 1;
}
.mainVisual.opening.on .mainVisual__ttl .ttlItem {
  opacity: 1;
  transform: translateY(0em);
}
@media screen and (max-width: 640px) {
  .mainVisual .mainVisual__ttl {
    font-size: 10vw;
    top: 24vw;
    left: 25px;
    bottom: auto;
  }
  .mainVisual .mainVisual__img {
    right: -12vw;
    width: 100%;
  }
  .mainVisual .mainVisual__txt {
    bottom: 6%;
  }
  .mainVisual .mvScroll {
    display: none;
  }
  .mainVisual .mainVisualBnrArea {
    right: 13px;
    bottom: 68px;
  }
  .mainVisual .mainVisualBnrClose {
    width: 18px;
    top: -9px;
    right: -3px;
  }
  .mainVisual .mainVisualBnr {
    width: 150px;
  }
  .mainVisual .mainVisualBnr:hover {
    transform: translateY(0px);
  }
}

.l_sec_with_list .sec_main {
  padding: 3rem 0;
  position: relative;
  background: transparent;
}
.l_sec_with_list .sec_main .sec_main_ttl__wrap {
  margin-bottom: 4em;
}
.l_sec_with_list .sec_main .sec_main_ttl {
  text-align: center;
  color: #fff;
}
.l_sec_with_list .sec_main:has(.concept__wrap)::before {
  content: "";
  display: block;
  width: 101vw;
  height: 100%;
  background-color: #758492;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.l_sec_with_list .sec_main:has(.concept__wrap) * {
  text-shadow: 3px 3px 0 #000;
}
.l_sec_with_list .sec_main ul.concept__wrap {
  display: flex;
  justify-content: center;
  -moz-column-gap: 2em;
       column-gap: 2em;
  row-gap: 1em;
  font-size: 3em;
}
.l_sec_with_list .sec_main ul.concept__wrap li {
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .l_sec_with_list#concept .sec_main {
    font-size: 0.75em;
  }
  .l_sec_with_list#concept .sec_main h2 {
    line-height: 1.5;
  }
  .l_sec_with_list#concept .sec_main ul.concept__wrap {
    font-size: 2.5em;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
    flex-direction: column;
    row-gap: 0.5em;
  }
}

.l_sec_with_full_list {
  padding-bottom: 0;
}
.l_sec_with_full_list .sec_main ul.service__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.25em;
}
.l_sec_with_full_list .sec_main ul.service__wrap li {
  width: calc((100% - 0.75em) / 4);
  aspect-ratio: 1/1.17;
  position: relative;
  overflow: hidden;
}
.l_sec_with_full_list .sec_main ul.service__wrap li * {
  color: #fff;
  text-shadow: 0 0 10px #000;
}
@media screen and (max-width:767px) {
  .l_sec_with_full_list .sec_main ul.service__wrap li {
    width: 100%;
    font-size: 0.9em;
    aspect-ratio: 1/1;
  }
}
.l_sec_with_full_list .sec_main ul.service__wrap li a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.l_sec_with_full_list .sec_main ul.service__wrap li > img {
  filter: blur(1px) brightness(0.75);
}
.l_sec_with_full_list .sec_main ul.service__wrap li .txt__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.5em 1em;
  box-sizing: border-box;
}
.l_sec_with_full_list .sec_main ul.service__wrap li .txt__wrap h3 {
  height: 4em;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.l_sec_with_full_list .sec_main ul.service__wrap li .txt__wrap p {
  font-size: 1.25em;
  line-height: 1.4;
}
.l_sec_with_full_list .sec_main ul.service__wrap li .arrow__wrap {
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  white-space: nowrap;
  font-size: 1.25em;
  font-weight: bold;
  text-shadow: none;
}
.l_sec_with_full_list .sec_main ul.service__wrap li .arrow__wrap img {
  height: 1lh;
}
.l_sec_with_full_list .sec_main ul.service__wrap li:hover {
  transform: translateY(0);
  opacity: 0.5;
}
.l_sec_with_full_list .sec_main ul.service__wrap li:hover > img {
  opacity: 1;
  scale: 1.125;
}

.l_sec_2col .sec_main ul {
  font-size: 2em;
  gap: 1em;
}
@media screen and (max-width:767px) {
  .l_sec_2col .sec_main ul {
    font-size: 1.2em;
  }
}
.l_sec_2col .sec_main ul li {
  width: calc((100% - 1em) / 2);
  padding-top: 1em;
  padding-inline: 1em;
  padding-bottom: 5em;
  font-weight: bold;
  border-radius: 0.5em;
  transition: all 0.3s ease;
}
.l_sec_2col .sec_main ul li span {
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  padding: 0.25em;
}
.l_sec_2col .sec_main ul li .head_line {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  margin-bottom: 1em;
}
.l_sec_2col .sec_main ul li .head_line span {
  display: inline-block;
  background-color: #5c76e6;
}
.l_sec_2col .sec_main ul li .head_line span:nth-of-type(2) {
  margin-left: 1.5em;
}
.l_sec_2col .sec_main ul li .head_line span b {
  color: #fcff72;
}
.l_sec_2col .sec_main ul li h3 {
  gap: 0.25em;
  font-size: 3em;
}
.l_sec_2col .sec_main ul li h3 img {
  width: 1.25em;
}
.l_sec_2col .sec_main ul li h3.bg_gray {
  font-size: 1.75em;
  padding: 0.5em 0.5em;
}
.l_sec_2col .sec_main ul li h3.bg_gray img {
  width: 2.1428571429em;
}
.l_sec_2col .sec_main ul li .catch {
  white-space: nowrap;
  position: absolute;
  left: 50%;
  bottom: 2.25em;
  translate: -50% 0;
  font-size: 1.125em;
  opacity: 0.5;
  scale: 0.85;
  rotate: -3deg;
}
.l_sec_2col .sec_main ul li .arrow__wrap {
  font-weight: 200;
}
.l_sec_2col .sec_main ul li:hover .catch {
  scale: 1;
  rotate: -5deg;
  opacity: 1;
}
@media screen and (max-width:767px) {
  .l_sec_2col .sec_main ul li {
    width: 100%;
  }
}
.l_sec_2col .sec_main ul li .arrow__wrap {
  opacity: 0.25;
  scale: 0.85;
  transition: all 0.3s ease;
}
.l_sec_2col .sec_main ul li:hover .arrow__wrap {
  opacity: 1;
  scale: 1;
  color: #000;
  font-weight: bold;
}

@media screen and (max-width:767px) {
  .l_sec_trouble .sec__inner {
    padding: 0;
  }
}
.l_sec_trouble .sec_ttl__wrap {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-direction: column;
  margin-bottom: 3em;
  gap: 0.5em;
}
.l_sec_trouble .sec_ttl__wrap .sec_ttl {
  font-size: 1.25em;
  font-weight: bold;
  padding: 0.25em 0.5em;
}
.l_sec_trouble .sec_ttl__wrap .sec_ttl .f_yc img {
  width: 1.25em;
}
.l_sec_trouble .sec_ttl__wrap .sec_ttl.bg_gray {
  border-radius: 0.5em;
  overflow: hidden;
}
.l_sec_trouble .sec_ttl__wrap .sec_ttl__sub {
  font-size: 1.25em;
}
@media screen and (max-width:767px) {
  .l_sec_trouble .sec_ttl__wrap {
    font-size: 1em;
    margin-inline: auto;
  }
  .l_sec_trouble .sec_ttl__wrap .sec_ttl {
    padding: 0.25em 0.5em 0.5em;
  }
  .l_sec_trouble .sec_ttl__wrap .sec_ttl .bg_blue {
    font-size: 1.25em;
  }
}
.l_sec_trouble .sec_main .sec_main_ttl__wrap .sec_main_ttl {
  font-size: 3em;
  text-shadow: none;
  text-align: center;
}
.l_sec_trouble .sec_main .sec_main_ttl__wrap .sec_main_ttl::before {
  content: unset;
}
@media screen and (max-width:767px) {
  .l_sec_trouble .sec_main .sec_main_ttl__wrap .sec_main_ttl {
    font-size: 1.75em;
  }
}
.l_sec_trouble .sec_main ul {
  font-size: 1.9em;
  row-gap: 1em;
}
@media screen and (max-width:767px) {
  .l_sec_trouble .sec_main ul {
    font-size: 1.175em;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
    flex-direction: column;
  }
}
.l_sec_trouble .sec_main ul li {
  width: -moz-max-content;
  width: max-content;
  min-width: 50%;
  display: flex;
  align-items: center;
  gap: 0.125em;
  font-weight: bold;
}
.l_sec_trouble .sec_main ul li::before {
  content: "✔";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25em;
  height: 1.25em;
  border-radius: 0.25em;
}
.l_sec_trouble .sec_main ul._green li::before {
  color: #fff;
  background: #07c654;
}
.l_sec_trouble .sec_main ul._blue li::before {
  color: #fff;
  background: linear-gradient(225deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.l_sec_trouble._reconnect li::before {
  background: #07c654;
}
.l_sec_trouble._iftabi li::before {
  background: linear-gradient(225deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.l_sec_solution .sec__inner {
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width:767px) {
  .l_sec_solution .sec__inner {
    width: 100%;
    padding-inline: 1em;
  }
}
.l_sec_solution .sec_ttl__wrap {
  display: flex;
  align-items: flex-end;
  gap: 0.5em;
  border-radius: 0.5em;
  margin-bottom: 1.25em;
}
.l_sec_solution .sec_ttl__wrap .sec_ttl {
  font-size: 1.25em;
  font-weight: bold;
  padding: 0.25em 0.5em;
  gap: 0.75em;
  border-radius: 0.5em;
}
.l_sec_solution .sec_ttl__wrap .sec_ttl img {
  width: 1.25em;
}
@media screen and (max-width:767px) {
  .l_sec_solution .sec_ttl__wrap {
    align-items: center;
  }
  .l_sec_solution .sec_ttl__wrap .sec_ttl {
    font-size: 1.175em;
  }
}
.l_sec_solution .sec_ttl__wrap span {
  display: inline-block;
  padding-bottom: 0.25em;
}
.l_sec_solution .sec_main {
  padding-left: 5em;
}
.l_sec_solution .sec_main ul {
  font-size: 2em;
  gap: 0.75em;
}
.l_sec_solution .sec_main ul li {
  position: relative;
  line-height: 1.4;
  padding-left: 1.25em;
  font-weight: bold;
}
.l_sec_solution .sec_main ul li::before {
  position: absolute;
  left: 0;
}
.l_sec_solution .sec_main ul li:nth-of-type(1)::before {
  content: "①";
}
.l_sec_solution .sec_main ul li:nth-of-type(2)::before {
  content: "②";
}
.l_sec_solution .sec_main ul li:nth-of-type(3)::before {
  content: "③";
}
.l_sec_solution .sec_main ul li:nth-of-type(4)::before {
  content: "④";
}
@media screen and (max-width:767px) {
  .l_sec_solution .sec_main {
    padding-left: 0;
  }
  .l_sec_solution .sec_main ul {
    font-size: 1.175em;
  }
}

.l_sec_flow .sec_ttl__wrap {
  margin-bottom: 3em;
}
@media screen and (max-width:767px) {
  .l_sec_flow .sec_ttl__wrap {
    margin-bottom: 9em;
  }
}
.l_sec_flow .sec_main ul {
  row-gap: 4em;
}
@media screen and (max-width:767px) {
  .l_sec_flow .sec_main ul {
    row-gap: 10em;
  }
}
.l_sec_flow .sec_main ul li {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.l_sec_flow .sec_main ul li .img__wrap {
  width: 35%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.l_sec_flow .sec_main ul li:nth-of-type(2n) .img__wrap {
  left: auto;
  right: 0;
}
.l_sec_flow .sec_main ul li .txt__wrap {
  position: relative;
  width: 35%;
  padding: 2em;
  border-radius: 0.5em;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.5647058824);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  color: #333;
  box-shadow: 1px 1px 0.5em rgba(0, 0, 0, 0.2666666667);
}
.l_sec_flow .sec_main ul li .txt__wrap .num {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.4;
  text-align: center;
  translate: 1em -2em;
  background-color: #07c654;
  color: #fff;
  padding: 0.5em 0.25em 0.75em;
  border-radius: 4px 4px 2em 2em;
}
.l_sec_flow .sec_main ul li .txt__wrap h4 {
  font-weight: bold;
  text-align: center;
  font-size: 1.75em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.l_sec_flow .sec_main ul li .txt__wrap p {
  font-size: 1.25em;
  line-height: 1.4;
}
@media screen and (max-width:767px) {
  .l_sec_flow .sec_main ul li .img__wrap,
  .l_sec_flow .sec_main ul li .txt__wrap {
    width: 90%;
  }
  .l_sec_flow .sec_main ul li .txt__wrap {
    font-size: 0.75em;
    padding: 2em 1em;
    margin-left: auto;
  }
  .l_sec_flow .sec_main ul li .txt__wrap .num {
    translate: 0.5em -2.5em;
  }
  .l_sec_flow .sec_main ul li .img__wrap {
    top: -9em;
    right: auto !important;
    bottom: unset !important;
    left: 0 !important;
  }
}

@media screen and (max-width:767px) {
  .l_sec_appeal .sec__inner {
    padding: 0;
  }
}
.l_sec_appeal .sec_ttl__wrap {
  display: block;
  width: 90%;
  line-height: 1.6;
  margin: auto;
}
.l_sec_appeal .sec_ttl__wrap .sec_ttl {
  font-weight: bold;
  padding: 0.25em 0.5em;
}
@media screen and (max-width:767px) {
  .l_sec_appeal .sec_ttl__wrap {
    width: 100%;
    font-size: 1.25em;
  }
  .l_sec_appeal .sec_ttl__wrap .sec_ttl .label_block {
    font-size: 1.25em;
  }
}
.l_sec_appeal .sec_main .sec_main__inner {
  font-size: 2.5em;
  font-weight: bold;
  padding: 2em 1em 1em;
  line-height: 1.75;
  text-align: center;
}
.l_sec_appeal .sec_main .sec_main__inner span:has(.label_block) {
  margin-bottom: 0.5em;
}
.l_sec_appeal .sec_main .sec_main__inner .label_block {
  font-size: 1.6em;
  margin-top: -0.75em;
}
@media screen and (max-width:767px) {
  .l_sec_appeal .sec_main .sec_main__inner {
    font-size: 1.5em;
  }
}

.sec_article__wrap .sec_ttl__wrap {
  display: flex;
  align-items: flex-end;
  gap: 0.5em;
}
@media screen and (max-width:767px) {
  .sec_article__wrap .sec_ttl__wrap {
    flex-direction: column;
  }
  .sec_article__wrap .sec_ttl__wrap h2 {
    margin-right: auto;
  }
}
.sec_article__wrap .sec_ttl__wrap .tab__wrap {
  font-size: 0.5em;
  display: flex;
  align-items: center;
}
@media screen and (max-width:767px) {
  .sec_article__wrap .sec_ttl__wrap .tab__wrap {
    font-size: 0.7em;
  }
}
.sec_article__wrap .sec_ttl__wrap .tab__wrap li {
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
}
.sec_article__wrap .sec_ttl__wrap .tab__wrap li + li::before {
  content: "";
  position: relative;
  height: 1.125em;
  width: 1px;
  background-color: #333;
  display: inline-block;
}
.sec_article__wrap .sec_ttl__wrap .tab__wrap li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-inline: 1em;
  color: #333;
  opacity: 0.25;
  transition: all 0.3s ease;
}
.sec_article__wrap .sec_ttl__wrap .tab__wrap li a:hover {
  color: #403e96;
  opacity: 1;
  font-weight: bold;
}
.sec_article__wrap .sec_main ul:not(.swiper-wrapper) {
  display: flex;
  justify-content: center;
  gap: 1em;
}
.sec_article__wrap .sec_main li {
  width: calc((100% - 2em) / 3);
  position: relative;
  border-radius: 0.5em;
  overflow: hidden;
  box-shadow: 1px 1px 0.5em rgba(0, 0, 0, 0.2666666667);
}
.sec_article__wrap .sec_main li * {
  color: #333;
}
.sec_article__wrap .sec_main li a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.sec_article__wrap .sec_main li > img {
  aspect-ratio: 2.5/1;
}
.sec_article__wrap .sec_main li .txt__wrap {
  padding-bottom: 2.5em;
  box-sizing: border-box;
  position: relative;
  overflow: visible;
  flex: 1;
  height: 15.5em;
}
.sec_article__wrap .sec_main li .txt__wrap h2 {
  font-size: 1.25em;
  font-weight: normal;
  color: #403e96;
  padding: 0.75em;
  margin-bottom: 0.75em;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.2666666667);
}
.sec_article__wrap .sec_main li .txt__wrap .date_category__wrap {
  padding-inline: 1.125em;
  line-height: 1.4;
  gap: 1em;
  margin-bottom: 0.5em;
}
.sec_article__wrap .sec_main li .txt__wrap .date_category__wrap .category {
  display: inline-block;
  padding: 0.25em 0.5em;
  background-color: #5b6772;
  color: #fff;
  border-radius: 1em;
}
.sec_article__wrap .sec_main li .txt__wrap .article_content + p {
  font-size: 1em;
  padding-inline: 1.125em;
  line-height: 1.4;
  height: 7em;
  overflow: hidden;
}
.sec_article__wrap .sec_main li .txt__wrap h3 {
  font-size: 1.25em;
  font-weight: bold;
  padding: 0.75em;
}
.sec_article__wrap .sec_main li .arrow__wrap {
  position: absolute;
  bottom: 1em;
  right: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  white-space: nowrap;
  font-weight: bold;
  opacity: 0.5;
}
.sec_article__wrap .sec_main li .arrow__wrap img {
  height: 1lh;
}
.sec_article__wrap .sec_main li.spacer {
  height: 0;
  opacity: 0;
}
@media screen and (max-width:767px) {
  .sec_article__wrap .sec_main {
    gap: 2.5em;
  }
  .sec_article__wrap .sec_main li {
    width: 100%;
    flex-direction: column;
  }
  .sec_article__wrap .sec_main li .img__wrap {
    width: 100%;
  }
}/*# sourceMappingURL=top.css.map */