.p_ttl02 .text.middle {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  letter-spacing: 0.03em;
}

.inner-block-new {
  max-width: 1098px;
}

.abde-mb-md.mt-160 {
  margin-top: 40px !important;
}

.times-block .ttl {
  margin-left: 0;
}

.abde-message {
  position: relative;
  z-index: 1;
}

.abde-message__flex {
  display: flex;
  margin-top: 48px;
  gap: 20px;
}

.abde-message__flex .figure__01 {
  width: 100%;
}

.abde-message__01 {
  z-index: 1;
  margin-top: 20px;
}

.abde-message__03 {
  position: relative;
  width: 100%;
}

.abde-message__03 img {
  position: absolute;
  z-index: 1;
}

.abde-message__02 {
  position: relative;
  margin-left: -260px;
}

.abde-message__02 .sign {
  position: absolute;
  top: calc((260/1236)*100vw);
  left: -70px;
  width: 100%;
  max-width: 300px;
}

@media screen and (max-width: 768px) {
  .abde-message__02 .sign {
    position: absolute;
    top: calc((220/375)*100vw);
    left: unset;
    right: 0;
    width: 100%;
    max-width: 200px;
  }
}


@media screen and (min-width: 1236px) {
  .abde-message__02 .sign {
    top: 260px;
  }
}


.growing-sdgs-block .abde-image-container,
.abde-banner-flex {
  margin: auto;
  max-width: 1038px;
}

/* .abde-message__flex figure img {
  width: 100%;
} */

.abde-banner {
  cursor: pointer;
  transition: all .3s;
}

.abde-banner:hover {
  transition: all .3s;
  opacity: .8;
  transform: scale(1.03);
}

.abde-banner-flex {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 320px;
}

@media screen and (max-width: 768px) {
  .abde-message__flex {
    display: block;
    gap: 0;
  }

  .abde-banner-flex {
    margin-top: 40px;
    display: block;
  }

  .abde-banner+* {
    margin-top: 20px;
  }

  .abde-message__03 {
    margin-top: calc((230/375)*100vw);
  }

  .abde-message__01 img {
    max-width: 100%;
    position: relative;
    top: 60px;
  }

  .abde-message__02 {
    position: relative;
    margin-left: auto;
    margin-top: calc((-160/375)*100vw);
    z-index: -1;
  }

  .abde-message__02 img {
    max-width: calc((320/375)*100vw);
    display: block;
    margin: auto;
  }

  .p_ttl02 .text.middle {
    margin-top: 10px;
    font-size: 16px;
  }
}

@media screen and (min-width: 1440px) {
  .abde-banner-flex {
    margin-top: calc((500/1920)*100vw);
  }
}


.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 3;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

.modal {
  /* Other styles... */
  opacity: 0;
  /* Make it fully transparent initially */
  transition: opacity 0.5s ease;
  /* Transition effect for opacity */
}

.modal.show {
  opacity: 1;
  /* Make it fully visible when it has the 'show' class */
}

.modal__content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fefefe;
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
  max-width: 900px;
  z-index: 9999;
  /* Ensure the modal sits on top of all other elements */
}

.modal__close {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  position: absolute;
  top: 0px;
  right: 10px;
}

@media screen and (max-width: 768px) {
  .modal__close {
    font-size: 30px;
  }
}


.modal__close:hover,
.modal__close:focus {
  text-decoration: none;
  cursor: pointer;
}


.c-aco-block .c-parts-column01:last-child .ttl:after {
  content: none;
}

.c-aco-block .c-parts-column01 .ttl.u-flex {
  display: flex;
  align-items: center;
}

.c-aco-block .c-parts-column01 .ttl .ttl-box {
  color: #2d99cd;
  text-align: center;
  background-color: #fff;
  padding: 4px 20px;
  width: 200px;
  margin-right: 40px;
  text-align: center;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .c-aco-block .c-parts-column01 .ttl .ttl-box {
    width: 80px;
    padding: 4px 4px;
    margin-right: 10px;
    font-size: 14px;
  }

  .c-aco-block .c-parts-column01 .ttl.u-flex {
    padding-left: 15px;
  }
}


.mv-block .mv .img .bg {
  background: url(../images/home/mv_bg_new.jpg) no-repeat center center/cover;
  background-position: top;
}

@media screen and (max-width: 500px) {
  .mv-block .mv .img .bg {
    background-position: -390px center;
    position: relative;
  }

}

.mv-block .mv .img {
  height: 36.8vw;
  min-height: 470px;
}



.mv-block .mv .img .ttl {
  top: 4.167vw;
  left: 4.861vw;
}

.mv-block .txt-box .middle {
  font-size: 3.5vw;
}

.mv-block .txt-box .sub {
  font-size: 2.3vw;
}

@media screen and (max-width: 768px) {
  .mv-block .txt-box .middle {
    font-size: 30px;
  }

  .mv-block .txt-box .sub {
    font-size: 15px;
  }

  .mv-block .mv .img .ttl {
    font-size: calc((42/768)*100vw);
    top: 6.5vw;
    bottom: unset;
  }

}


.c-link-area {
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {

  .c-link-area {
    padding-bottom: 90px;
  }
}

.c-bg-sky {
  background: rgba(255, 255, 255, 0.4);

}

.c-bg-chart {
  padding-bottom: 0;
}

.c-bg-chart::before {
  background: none;
  position: static;
}

.c-bg-new {
  position: relative;
}

.c-bg-new:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/home/concept_bg.jpg) no-repeat center center/cover;
  background-size: cover;
  background-position: bottom center;
}

.u-bg-fff {
  position: relative;
  z-index: 0;
}

.growing-sdgs-block {
  padding-bottom: 100px;
}

@media screen and (min-width: 1440px) {

  .growing-sdgs-block {
    padding-bottom: calc((120/1920)*100vw);
  }
}


@media screen and (max-width: 768px) {
  .growing-sdgs-block {
    padding-bottom: 60px;
  }
}


.u-bg-fff:before {
  content: '';
  position: absolute;
  top: -230px;
  left: 0;
  width: 100%;
  height: calc(100% + 230px);
}

.fund-img-wrap img {
  width: 100%;
  display: block;
}

.fund-lists {
  margin-top: 80px;
}

.fund-img-flex {
  display: flex;
  gap: 30px;
}

.fund-img-flex img {
  width: 48%;
  margin: 0 auto;
}

.fund-note {
  font-size: 13px;
}

.u-fw-bold {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .fund-img-flex {
    flex-direction: column;

  }

  .fund-img-flex img {
    width: 100%;
  }

  .fund-lists {
    margin-top: 40px;
  }

}

.fund-second-lists {
  margin-top: 40px;
}

.fund-second-list+* {
  margin-top: 40px;
}

.fund-second-list__title {
  font-size: 22px;
  font-weight: bold;
  color: #1e9bd7;
  display: flex;
  align-items: center;
  gap: 10px;
}

.fund-second-list__title:before {
  content: '';
  background: url(../images/home/fund-second-logo01.svg);
  background-size: contain;
  width: 40px;
  height: 40px;
  display: inline-block;
  flex-shrink: 0;
}

.fund-second-list:nth-of-type(2) .fund-second-list__title:before {
  background: url(../images/home/fund-second-logo02.svg);
}

.fund-second-list:nth-of-type(3) .fund-second-list__title:before {
  background: url(../images/home/fund-second-logo03.svg);
}

.fund-second-list-figure {
  margin-top: 20px;
}

.fund-second-list-figure img {
  display: block;
  margin-left: 50px;
  width: 100%;
  max-width: 600px;
}

@media screen and (max-width: 900px) {
  .fund-second-list-figure img {
    max-width: 500px;
  }
}

@media screen and (max-width: 768px) {
  .fund-second-list-figure img {
    margin-left: auto;
  }
}

.fund-second-imgFlex {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-top: 20px;
}

.fund-second-imgFlex img {
  /* SPの長押し禁止 */
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  user-select:none;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .fund-second-imgFlex {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}

.fund-second-text-list span {
  color: #1e9bd7;
  margin-right: 8px;
}

.fund-second-text-lists {
  margin-top: 10px;
}

.fund-second-text-lists p {
  font-size: 16px;
  margin-top: 8px;
}

.fund-second-list__text {
  margin-top: 10px;
}

.fund-company {
  margin-top: 10px;

}

.fund-company__heading {
  font-weight: bold;
  color: #00ACC0;
  font-size: 18px;
  margin-bottom: 4px;
}

.fund-company__infoText {
  padding: 10px 0;
}

.fund-company__info--first {
  color: #00ACC0;
  font-weight: bold;
  border-top: 1px solid #00ACC0;
  position: relative;
  display: flex;
  align-items: center;
}

.fund-company__info--first.--icon:before {
  content: '';
  background-repeat: no-repeat;
  background-image: url(../images/home/fund-second-circle.svg);
  background-size: contain;
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 10px;
  flex-shrink: 0;
}

.fund-company__info--second {
  color: #595757;
  font-weight: bold;
  border-top: 1px solid #00ACC0;
  border-bottom: 1px solid #00ACC0;
  position: relative;
  display: flex;
  align-items: center;
}

.fund-company__info--second.--icon:before {
  content: '';
  background-repeat: no-repeat;
  background-image: url(../images/home/fund-second-cross.svg);
  background-size: contain;
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 10px;
  flex-shrink: 0;
}

.fund-company__infoBottomText {
  margin-top: 10px;
}

.fund-second-mt {
  margin-top: 40px;
}

.fund-third-lists {
  margin-top: 40px;
}

.fund-third-flex {
  display: flex;
  justify-content: space-between;
}

.note-caution {
  display: block;
  text-align: center;
  color: #E60012;
  border: 2px solid #E60012;
  margin-bottom: 8px;
}

.fund-third-flex img {
  display: block;
  width: 48%;
}


@media screen and (max-width: 768px) {
  .fund-third-flex {
    display: block;
  }

  .fund-third-flex img {
    width: 100%;
  }

  .fund-third-flex img+* {
    margin-top: 20px;
  }

  .note-caution {
    text-align: left;
    padding: 2px;
  }
}

.fund-fourth-heading {
  margin-bottom: 10px;
}

.fund-fourth-heading-bg {
  background: #1e9bd7;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  width: 100%;
  display: flex;
  align-items: center;
}

.fund-fourth-heading-bg:before {
  content: '1';
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  text-align: center;
  padding: 4px 10px;
  margin-right: 8px;
  flex-shrink: 0;
}

.fund-fourth-heading-bg-02:before {
  content: '2';
}

.fund-fourth-box {
  padding: 30px 30px 50px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .fund-fourth-box {
    padding: 20px 11px;
  }

  .fund-fourth-heading-bg:before {
    width: calc((40/375)*100vw);
    height: calc((40/375)*100vw);
  }

}


.fund-fourth-box .c-dot-list {
  padding-left: 28px;
  margin-top: 30px;
}

.u-ph {
  position: relative;
  background: #fff;
}

.fund-fourth-img .nawa {
  position: absolute;
  top: -18px;
  right: 0;
  z-index: 0;
  width: 100%;
  max-width: 300px;
}

@media screen and (max-width: 768px) {
  .fund-fourth-box .c-dot-list {
    margin-top: 10px;
  }

  .fund-fourth-img .nawa {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 100%;
    max-width: 120px;
  }

  .fund-fourth-heading-bg {
    font-size: calc((16/768)*100vw);
  }

}

@media screen and (max-width: 500px) {

  .fund-fourth-heading-bg {
    font-size: 13px;
  }

}

@media screen and (max-width: 374px) {

  .fund-fourth-heading-bg:before {
    width: calc((40/320)*100vw);
    height: calc((59/320)*100vw);
    font-size: 16px;
  }
}


.u-mt {
  margin-top: 40px !important;
}

.u-dib {
  display: inline-block;
}

.abde-row {
  display: flex;
  flex-wrap: wrap;
}

.abde-image-container-new {
  position: relative;
}

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

a.abde-color-darkest.img-bg.white {
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-bg.white .abde-h4-new02 {
  padding-top: 0;
}

a.abde-color-darkest.img-bg.black {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.img-bg .c-btn01 {
  margin: 0;
}

.img-bg .c-btn01-new {
  margin-top: auto;
  margin-bottom: 30px;
  margin-inline: auto;
  width: 100%;
}

.img-bg.black .abde-h4-new {
  padding-top: 90px;
}


@media screen and (max-width: 640px) {

  .img-bg .c-btn01-new {
    margin-bottom: 20px;
  }

  .img-bg.black .abde-h4-new {
    padding-top: 55px;
  }

  .img-bg.white .abde-h4-new {
    padding-top: 45px;
  }

}

.fade01,
.fade02,
.fade03 {
  position: absolute;
  top: 0;
}

.fade-img-wrap {
  width: 100%;
  max-width: calc((658 / 1236)*100vw);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.fade-img-wrap img {
  width: 100%;
}

.fade-img-bottomText {
  text-align: left;
  margin-top: 20px;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .fade-img-bottomText {
    text-align: left;
    margin-top: 20px;
    font-size: 12px;
  }
}


.fade01 {
  left: 6px;
  max-width: calc((410 / 1236)*100vw);
}

.fade02 {
  right: 18px;
  top: 8px;
  max-width: calc((410 / 1236)*100vw);
}

.fade03 {
  max-width: calc((268 / 1236)*100vw);
  top: calc((80 / 1236)*100vw);
  left: calc(50% - 6px);
  transform: translateX(-50%);
}

.fade-img-wrap-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .fade-img-wrap {
    max-width: 100%;
  }

  .fade01 {
    left: 0px;
    max-width: calc((230 / 375)*100vw);
  }

  .fade02 {
    right: calc((-5 / 375)*100vw);
    top: calc((5 / 375)*100vw);
    max-width: calc((230 / 375)*100vw);
  }

  .fade03 {
    max-width: calc((150 / 375)*100vw);
    top: calc((47 / 375)*100vw);
    left: calc(50% + 3px);
  }

  .fade-img-wrap-sp {
    display: grid;
    grid-template-columns: 1fr 34%;
    gap: 10px;
    margin-top: calc((110/375)*100vw);
  }

}


@media screen and (min-width: 1236px) {
  .fade-img-wrap {
    max-width: 640px;
  }

  .fade01 {
    max-width: 400px;
  }

  .fade02 {
    max-width: 400px;
  }

  .fade03 {
    max-width: 268px;
    top: 80px;
  }
}

.fade01,
.fade02,
.fade03 {
  opacity: 0;
}

.fade-in-left {
  animation: fadeInFromLeft 0.7s ease-in-out forwards;
}

.fade-in-right {
  animation: fadeInFromRight 0.7s ease-in-out forwards;
}

.fade-in-bottom {
  animation: fadeInFromBottom 0.7s ease-in-out forwards;
}

@keyframes fadeInFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInFromRight {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInFromBottom {
  0% {
    opacity: 0;
    transform: translate(-50%, 30px);
  }

  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@media screen and (max-width: 768px) {
  .c-dot-list:not(.small) li {
    font-size: 14px;
  }
}

figure {
  margin: 0;
}

.c-aco-block .note-new {
  margin-top: 30px;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.side-fade01,
.side-fade02,
.side-fade03,
.sign {
  opacity: 0;
}

.side-fade01 {
  top: calc((54/1236)*100vw);
}

.side-fade02 {
  top: calc((107/1236)*100vw);
}

.side-fade03 {
  top: calc((166/1236)*100vw);
}

@media screen and (max-width: 768px) {
  .side-fade01 {
    top: calc((130/375)*100vw);
  }

  .side-fade02 {
    top: calc((150/375)*100vw);
  }

  .side-fade03 {
    top: calc((170/375)*100vw);
  }
}

@media screen and (min-width: 1366px) {
  .side-fade01 {
    top: 50px;
  }

  .side-fade02 {
    top: 109px;
  }

  .side-fade03 {
    top: 166px;
  }
}

.times-block .txt {
  margin-top: 40px;
  font-weight: bold;
}

.fade-in-up {
  opacity: 0;
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.u-dn-sp {
  display: inline-block;
}

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


@media print {
  body { display: none }
}

.c-video-block {
    margin-top: 73px;
}
@media screen and (max-width: 640px) {
  .c-video-block {
    margin-top: 0px;
}
}

/* ------------------------------- */
/*10/16 追加部分*/
/* ------------------------------- */
@media (max-width:768px) {
  .inner-block {
    width: auto;
    padding: 0 15px;
  }
}
/* ------------------------------- */
/*header*/
/* ------------------------------- */
.c-header .inner-block {
  padding: 0 20px;
}
.c-header .abde-ourfirm-nav {
  height: 80px;
  margin: 0;
  margin-left: 20px;
}
.c-header .abde-logo-wrapper .sbi-logo {
  max-width: 170px;
}
.c-header .abde-logo-wrapper .abde-logo {
  max-width: 142px;
}
.c-header .abde-logo-wrapper >a + a::before, .c-header .abde-logo-wrapper >a + a::after {
  width: 14px;
  left: -27px;
}
.c-header .abde-logo-wrapper >a + a {
  margin-left: 35px;
}
.c-header .h-menu {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media (max-width:1100px) {
  .cover-bg.is-active {
    opacity: 1;
    pointer-events: all;
  }
  .c-header .h-menu {
    opacity: 0;
    transition: all .3s ease-in-out;
    pointer-events: none;
    position: fixed;
    top: 80px;
    right: 0;
    background: #fff;
    display: block;
    width: 30%;
    height: 100vh;
  }
  .c-header .h-menu::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 93%;
    height: 1px;
    background: #707070;
  }
  .c-header .h-menu.is-active {
    opacity: 1;
    pointer-events: all;
  }
}
.c-header .h-menu .h-btn-li {
  transition: all .3s ease-in-out;
}
@media (min-width:1100px) {
  .c-header .h-menu .h-btn-li.is-fixed {
    position: fixed;
    right: 20px;
    top: 0;
  }
}
.c-header .h-menu li > a:hover{
  text-decoration: underline;
}
.c-header .h-menu li {
  position: relative;
}
@media (max-width:1100px) {
  .c-header .h-menu li:last-child a {
    border-bottom: none;
  }
}
.c-header .h-menu li > a{
  font-size: 16px;
  font-weight: bold;
  display: block;
}
@media (max-width:1100px) {
  .c-header .h-menu li > a {
    border-bottom: 1px solid #F0F0F0;
    padding: 17px 10px;
  }
}
.c-header .h-menu .h-btn {
  background: #FFBF27;
  border: 1px solid #FFBF27;
  border-radius: 30px;
  color: #fff;
  position: relative;
  padding: 11px 36px;
  text-align: left;
  width: 200px;
  font-weight: 500;
}
@media (max-width:1100px) {
  .c-header .h-menu .h-btn {
    display: none;
  }
}
.c-header .h-menu .h-btn .plus-btn {
  border-radius: 50%;
  background: #fff;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2px;
  margin: auto;
  display: inline-block;
}
.c-header .h-menu .h-btn .plus-btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #FFBF27;
  width: 18px;
  height: 4px;
  border-radius: 3px;
  display: block;
  transition: all .3s ease-in-out;
}
.c-header .h-menu .h-btn .plus-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #FFBF27;
  width: 4px;
  height: 18px;
  border-radius: 3px;
  display: block;
  transition: all .3s ease-in-out;
}

.c-header .h-menu .toggle-menu {
  display: none;
  background: #FFBF27;
  border-radius: 0px 0px 10px 10px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 47px;
  left: 5px;
  right: 0;
  margin:auto;
  width: 79%;
  padding: 13px 10px 2px;
}
.c-header .h-menu .toggle-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background: #FFAC27;
}
.c-header .h-menu .toggle-menu a {
  color: #fff;
  border-top: 1px solid #fff;
  display: block;
  padding: 10px 5px;
}
.c-header .toggle-btn {
  display: none;
}
@media (max-width:1100px) {
  .c-header .toggle-btn {
    width: 50px;
    height: 50px;
    display: block;
    position: relative;
  }
}
.c-header .toggle-btn .inn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 22px;
}
.c-header .toggle-btn .line {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background: #707070;
  transition: all .3s ease-in-out;
}
.c-header .toggle-btn .line:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-header .toggle-btn .line:nth-child(3) {
  bottom: 0;
}
.c-header .toggle-btn.is-active .line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 9px);
}
.c-header .toggle-btn.is-active .line:nth-child(2) {
  opacity: 0;
}
.c-header .toggle-btn.is-active .line:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -9px);
}
@media (max-width:768px) {
  .c-header .abde-ourfirm-nav {
    margin-left: 0;
    height: 70px;
  }
  .c-header .abde-logo-wrapper .sbi-logo {
    max-width: 120px;
  }
  .c-header .abde-logo-wrapper .abde-logo {
    max-width: 108px;
  }
  .c-header .abde-logo-wrapper >a + a::before, .c-header .abde-logo-wrapper >a + a::after {
    left: -22px;
  }
  .c-header .abde-logo-wrapper >a + a {
    margin-left: 32px;
  }
  .c-header .abde-logo-wrapper >a + a {
    margin-left: 32px;
  }
  .c-header .toggle-btn {
    width: 30px;
    height: 30px;
  }
  .c-header .toggle-btn .inn {
    width: 20px;
    height: 20px;
  }
  .c-header .toggle-btn.is-active .line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 8px);
  }
  .c-header .toggle-btn.is-active .line:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -8px);
  }
  .c-header .h-menu {
    width: 100%;
    top: 70px;
    padding: 0 10px;
  }
  .c-header .h-menu li {
    text-align: right;
  }
}


.sec-ttl {
  transform: translateX(-100%);
  transition: all .6s ease-in-out;
}
.sec-ttl.is-active {
  transform: translateX(0%);
}

/* ------------------------------- */
/*mv-block*/
/* ------------------------------- */
.mv-block .mv .img .logo {
  transition-delay: .5s;
  animation: none;
}

.mv-block .mv .img .ttl {
  top: 2vw;
  left: 7.861vw;
}
.mv-block .mv .img .ttl .inn {
  margin-top: 35px;
  color: #fff;
  line-height: 1.26;
}
.mv-block .mv .img .ttl .inn.is-active {
  transition-delay: .5s;
}
.mv-block .mv .img .ttl .inn .small{
  font-size: min(28.8px, 2.33vw);
  display: block;
}
.mv-block .btn-area {
  margin-top: 41px;
  flex-direction: column;
  display: flex;
  gap: 15px;
}
.mv-block .mv-btn {
  display: block;
  background: #FFBF27;
  border-radius: 10px;
  color: #fff;
  width: 374px;
  text-align: center;
  font-weight: bold;
  font-size: min(24px, 1.94vw);
  border: 1px solid #FFBF27;
  padding: 7px 0;
}
.mv-block .mv-btn:hover {
  background: #fff;
  color: #FFBF27;
}
.mv-block .source {
  font-size: 14px;
  font-weight: 400;
  margin-top: 8px;
  padding-left: min(100px, 8.09vw);
}
@media (max-width:768px) {
  .mv-block {
    z-index: 3;
  }
  .mv-block .mv .img {
    height: 184.467vw;
  }
  .mv-block .mv .img .bg {
    background: url(../images/home/mv-bg-sp.jpg) no-repeat center right/cover;
  }
  .mv-block .mv .img .ttl {
    left: 3.861vw;
    font-size: 40px;
    top: 4vw;
  }
  .mv-block .mv .img .ttl .inn .small {
    font-size: 28.8px;
    margin-top: 12px;
  }
  .mv-block .mv .img .logo img {
    width: 100px;
    height: 100px;
  }
  .mv-block .mv .img .ttl .inn {
    margin-left: 11px;
    margin-top: 15px;
    line-height: 1.4;
  }
  .mv-block .btn-area {
    margin-top: 0;
    flex-direction: row;
    gap: 0;
    width: 100%;
  }
  .mv-block .btn-area.is-fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
  }
  .mv-block .mv-btn {
    border-radius: 0;
    width: 50%;
    font-size: 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1px 0;
  }
  .mv-block .mv-btn:first-child {
    border-right: 1px solid #fff;
  }
  .mv-block .mv-btn .arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    line-height: 1.8;
    width: 20px;
    height: 28px;
  }
  .mv-block .source {
    padding-left: 10px;
    font-size: 12px;
  }
}
@media (max-width:380px) {
  .mv-block .mv-btn {
    font-size: 12px;
  }
  .mv-block .mv-btn .arrow {
    right: 5px;
  }
}

@media (max-width:768px) {
  .bottom-banner {
    background: #FFBF27;
    width: 100%;
    z-index: 3;
    pointer-events: none;
    align-items: center;
    transition: all .3s ease-in-out;
    display: none;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
  }
  .bottom-banner.is-fixed {
    position: fixed;
    display: flex;
    bottom: 0;
    left: 0;
    pointer-events: all;
    animation: fadeInUp .3s ease-in-out;
  }
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(200%);
    }
    100% {
      opacity: 1;
    }
  }
  .bottom-banner .mv-btn {
    display: block;
    background: #FFBF27;
    color: #fff;
    width: 50%;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    border: 1px solid #FFBF27;
    padding: 7px 0;
    position: relative;
  }
  .bottom-banner .mv-btn:first-child {
    border-right: 1px solid #fff;
  }

}

/* ------------------------------- */
/*video-block*/
/* ------------------------------- */
.c-video-block {
  margin-bottom: 143px;
  padding-bottom: 0;
}
.c-video-block::before {
  content: "";
  position: absolute;
  top: 37px;
  right: 0;
  background: url(../images/home/bg-shape01.svg) no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: 100% auto;
}
@media (max-width:768px) {
  .c-video-block{
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

/* ------------------------------- */
/*anchor-link-block*/
/* ------------------------------- */
.anchor-link-block {
  position: relative;
  z-index: 1;
}
.anchor-link-block::before {
  content: "";
  position: absolute;
  top: 37px;
  left: 0;
  background: url(../images/home/bg-shape02.svg) no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: 100% auto;
}
.anchor-link-block .content {
  display: flex;
  gap: 23px;
  justify-content: space-between;
  margin-top: 34px;
}
.anchor-link-block .box {
  display: block;
  transition: all .3s ease-in-out;
  opacity: 0;
}
.anchor-link-block .box:hover img {
  transition: all .3s ease-in-out;
  transform: scale(1.0);
}
@media (min-width:769px) {
  .anchor-link-block .box:hover img {
    transform: scale(1.05);
  }
}
.anchor-link-block .box.is-active {
  opacity: 1;
}
.anchor-link-block .box:nth-child(2) {
  transition-delay: .4s;
}
.anchor-link-block .box:nth-child(3) {
  transition-delay: .8s;
}

@media (max-width: 768px) {
  .anchor-link-block .content {
    flex-direction: column;
    align-items: center;
  }
}

/* ------------------------------- */
/*link-block-01*/
/* ------------------------------- */
.link-block-01 {
  margin-top: 160px;
}
.link-block-01 .ttl-area {
  background: url(../images/home/ttl-bg01.jpg) no-repeat;
  color: #fff;
  padding: 47px 0 40px;
  margin-bottom: 50px;
  background-size: cover;
}
.link-block-01 .ttl-area .inner-block {
  display: flex;
  gap: min(62px, 5vw);
}
.link-block-01 .ttl-area .num {
  margin-left: 5px;
  margin-top: 42px;
}
.link-block-01 .ttl-area .top {
  font-size: min(36px, 2.91vw);
  font-weight: 900;
}
.link-block-01 .ttl-area .middle {
  font-size: min(68px, 5.5vw);
  font-weight: 900;
  line-height: 1.25;
  margin-top: -14px;
}
@media(max-width: 1000px) {
  .link-block-01 .ttl-area .middle {
    margin-top: 0;
  }
}
.link-block-01 .ttl-area .bottom {
  font-size: min(20px, 1.61vw);
  font-weight: bold;
  line-height: 1.5;
  margin-top: 17px;
}
.link-block-01 .fade-img-bottomText {
  margin-top: 41px;
}
.link-block-01 .pc-banner-area {
  margin-top: 67px;
}
.link-block-01 .banner:nth-child(2) {
  margin-top: 53px;
}
.link-block-01 .banner .content {
  display: flex;
  margin-top: 34px;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .link-block-01 .banner .content {
    flex-direction: column;
    gap: 0;
  }
}
.link-block-01 .banner .content .box {
  width: 47%;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 900px) {
  .link-block-01 .banner .content .box {
    width: 100%;
  }
}
.link-block-01 .banner .content .box:nth-child(2) {
  display: block;
}
.link-block-01 .banner .ttl {
  background: #000;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  padding: 0 32px;
}
.link-block-01 .banner .txt {
  font-size: 18px;
  margin-top: 14px;
  line-height: 1.5;
}
.link-block-01 .banner .txt .strong {
  font-weight: bold;
  color: #00ABC0;
}
.link-block-01 .banner-attention {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 26px;
}
.link-block-01 .banner-attention .strong{
  font-weight: bold;
  font-size: 12px;
}
@media (max-width:768px) {
  .link-block-01 {
    margin-top: 50px;
  }
  .link-block-01 .ttl-area {
    padding: 20px 0;
  }
  .link-block-01 .ttl-area .num {
    margin-top: 0;
    flex-shrink: 0;
  }
  .link-block-01 .ttl-area .num img {
    width: 50px;
    height: 50px;
  }
  .link-block-01 .ttl-area .top {
    font-size: 16px;
  }
  .link-block-01 .ttl-area .middle {
    font-size: 26px;
  }
  .link-block-01 .ttl-area .bottom {
    font-size: 14px;
    margin-top: 4px;
  }
  .link-block-01 .banner .content {
    flex-direction: column;
    margin-top: 23px;
    gap: 32px;
  }
  .link-block-01 .banner .content .box {
    flex-direction: column;
    gap: 11px;
  }
  .link-block-01 .banner .content .box img {
    width: 90%;
    margin: 0 auto;
  }
  .link-block-01 .banner .ttl {
    font-size: 16px;
    padding: 0 24px;
  }
  .link-block-01 .banner .txt {
    font-size: 16px;
  }
  .link-block-01 .banner:nth-child(2) {
    margin-top: 40px;
  }
}


.anm-graph {
  position: relative;
  z-index: 1;
}
.anm-graph.is-active .line {
  clip-path: inset(0 0 0 0);
}
.anm-graph.is-active .bar {
  clip-path: inset(0 0 0 0);
}
.anm-graph .base {
  position: relative;
}
.anm-graph .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.5s 0.6s ease-in-out, -webkit-clip-path 1.5s 0.6s ease-in-out;
}
.anm-graph .bar {
  position: absolute;
  bottom: 28px;
  left: 0;
  width: 100%;
  height: 80%;
  clip-path: inset(0 100% 0 0);
  transition-delay: 1s;
  transition: clip-path 1.5s 0.6s ease-in-out, -webkit-clip-path 1.5s 0.6s ease-in-out;
}
@media (max-width:768px) {
  .anm-graph .line {
    bottom: 1px;
  }
}

.link-block-02 {
  margin-top: min(156px, 12.621vw);
}
.link-block-02 .ttl-area {
  background: url(../images/home/ttl-bg02.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  padding: 56px 0 56px;
  margin-bottom: 38px;
}
.link-block-02 .ttl-area .inner-block {
  display: flex;
  gap: 33px;
}
.link-block-02 .ttl-area .num {
  margin-left: 5px;
  margin-top: 42px;
  flex-shrink: 0;
}
.link-block-02 .ttl-area .top {
  font-weight: 900;
  font-size: min(36px, 2.91vw);
}
.link-block-02 .ttl-area .top .large {
  font-size: min(68px, 5.5vw);
  vertical-align: baseline;
}
.link-block-02 .ttl-area .bottom {
  font-weight: bold;
  font-size: min(20px, 1.61vw);
  line-height: 1.5;
}
.link-block-02 .intro {
  display: flex;
  justify-content: space-between;
  gap: 29px;
}
@media (max-width: 1100px) {
  .link-block-02 .intro {
    flex-direction: column;
  }
}
.link-block-02 .intro .txt-area {
  flex-shrink: 0;
}
.link-block-02 .intro .ttl {
  display: flex;
  align-items: center;
  gap: 11px;
  font-weight: bold;
  font-size: min(24px, 1.94vw);
  color: #1E9BD7;
  margin-bottom: 20px;
}
.link-block-02 .intro .img-area {
  display: flex;
  justify-content: space-between;
  gap: 23px;
}
@media (max-width: 1100px) {
  .link-block-02 .intro .img-area {
    justify-content: center;
  }
}
.link-block-02 .intro .person {
  flex-shrink: 0;
  width: calc(33% - 2/3 * 23px);
}

.link-block-02 .intro .person img {
  aspect-ratio: 176 / 264;
  object-fit: cover;
}
@media (max-width: 1100px) {
  .link-block-02 .intro .person {
    max-width: 176px;
  }
}
.link-block-02 .intro .person:first-child .info{
  background: #1A96D4;
}
.link-block-02 .intro .person:nth-child(2) .info{
  background: #00ABBF;
}
.link-block-02 .intro .person:nth-child(3) .info{
  background: #715989;
}
.link-block-02 .intro .person .info {
  color: #fff;
  padding: 5px;
}
.link-block-02 .intro .person .role {
  font-size: 12px;
}
.link-block-02 .premium-ttl {
  font-size: min(24px, 1.94vw);
  display: flex;
  align-items: center;
  color: #1E9BD7;
  font-weight: bold;
  gap: 11px;
  margin-top: 40px;
  margin-bottom: 14px;
}
.link-block-02 .desc {
  font-size: 18px;
}
.link-block-02 .desc .blue {
  color: #1A96D5;
  margin-right: 5px;
}
.link-block-02 .desc a {
  text-decoration: underline;
  color: #0000EE;
}
.link-block-02 .desc a:hover {
  text-decoration: none;
}
.link-block-02 .list-ttl {
  font-weight: bold;
  font-size: 18px;
  color: #00ACC0;
  margin-top: 13px;
  border-bottom: 1px solid #707070;
}
.link-block-02 .circle {
  color: #00ACC0;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid #707070;
  display: flex;
  align-items: center;
  font-size: 18px;
}
.link-block-02 .circle img{
  vertical-align: middle;
  margin-right: 10px;
}
.link-block-02 .cross {
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #707070;
  font-weight: bold;
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-bottom: 7px;
}
.link-block-02 .cross img {
  vertical-align: middle;
  margin-right: 10px;
}
.link-block-02 .attention {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 75px;
}
.link-block-02 .attention .strong {
  font-weight: 500;
}
.link-block-02 .anm-graph {
  margin-top: 30px;
}
.link-block-02 .anm-graph .base{
  z-index: 1;
}

.link-block-02 .graph-attention-strong {
  font-size: 14px;
  font-weight: 500;
  margin-top: 40px;
}
.link-block-02 .graph-attention {
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width:768px) {
  .link-block-02 .ttl-area {
    padding: 20px 0;
  }
  .link-block-02 .ttl-area .inner-block {
    gap: 15px;
  }
  .link-block-02 .ttl-area .num {
    margin-top: 0;
    flex-shrink: 0;
  }
  .link-block-02 .ttl-area .num img {
    width: 50px;
    height: 50px;
  }
  .link-block-02 .ttl-area .top {
    font-size: 16px;
  }
  .link-block-02 .ttl-area .top .large {
    font-size: 24px;
  }
  .link-block-02 .ttl-area .bottom {
    font-size: 14px;
  }
  .link-block-02 .intro .ttl {
    font-size: 16px;
  }
  .link-block-02 .intro .img-area {
    gap: 8px;
  }
  .link-block-02 .intro .person {
    width: calc(33% - 2/3 * 8px);
    display: flex;
    flex-direction: column;
  }
  .link-block-02 .intro .person .info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .link-block-02 .intro .person .role {
    font-size: 10px;
  }
  .link-block-02 .intro .person .name {
    font-size: 12px;
  }
  .link-block-02 .premium-ttl {
    font-size: 16px;
  }
  .link-block-02 .list-ttl {
    font-size: 16px;
  }
  .link-block-02 .desc {
    font-size: 14px;
  }
  .link-block-02 .circle {
    font-size: 16px;
  }
  .link-block-02 .cross {
    font-size: 16px;
  }
  .link-block-02 .attention {
    margin-bottom: 30px;
  }
  .link-block-02 .base {
    width: 100%;
  }
  .link-block-02 .anm-graph .line {
    bottom: -4px;
  }
  .link-block-02 .graph-attention-strong {
    margin-top: 20px;
    font-size: 12px;
  }
  .link-block-02 .graph-attention {
    font-size: 12px;
  }
}

.link-block-03 {
  margin-top: min(161px, 13.02vw);
  margin-bottom: min(158px, 12.7vw);
}
.link-block-03 .ttl-area {
  background: url(../images/home/ttl-bg03.jpg) no-repeat;
  background-size: cover;
  padding: 55px 0 57px;
  color: #fff;
}
.link-block-03 .ttl-area .inner-block {
  display: flex;
  gap: 35px;
}
.link-block-03 .ttl-area .num {
  margin-left: 5px;
  margin-top: 30px;
  flex-shrink: 0;
}
.link-block-03 .ttl-area .top {
  font-weight: 900;
  font-size: min(36px, 2.91vw);
}
.link-block-03 .ttl-area .middle {
  font-weight: 900;
  font-size: min(36px, 2.91vw);
  margin-top: 5px;
  line-height: 1.25;
  margin-top: -10px;
}
.link-block-03 .ttl-area .middle .strong {
  font-weight: 900;
  font-size: min(68px, 5.5vw);
}
.link-block-03 .ttl-area .bottom {
  font-weight: bold;
  font-size: min(20px, 1.61vw);
  line-height: 1.5;
  margin-top: 16px;
}
.link-block-03 .anm-graph {
  max-width: 802px;
  margin: 0 auto;
}
.link-block-03 .anm-graph.anm01 {
  margin-top: 37px;
  text-align: center;
}
.link-block-03 .anm-graph.anm01 .line,
.link-block-03 .anm-graph.anm01 .base {
  width: auto;
  margin: auto;
  left: 0;
  right: 0;
}

.link-block-03 .anm-graph.anm02 {
  margin-top: 60px;
  text-align: center;
}
.link-block-03 .anm-graph.anm02 .line {
  clip-path: inset(100% 0% 0% 0%);
}
.link-block-03 .anm-graph.anm02 .line,
.link-block-03 .anm-graph.anm02 .base {
  width: auto;
  margin: auto;
  left: 0;
  right: 0;
}
.link-block-03 .anm-graph.anm02.is-active .line{
  clip-path: inset(0% 0% 0% 0%);
}
.link-block-03 .anm-graph.anm02 .line.line02 {
  transition-delay: .4s;
}
.link-block-03 .anm-graph.anm02 .line.line03 {
  transition-delay: .8s;
}
.link-block-01 .red-frame,
.link-block-03 .red-frame {
  border: 2px solid #ED031E;
  color: #ED031E;
  font-weight: 500;
  font-size: 14px;
  margin-top: 40px;
  padding: 9px;
}
.link-block-03 .graph-attention {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 24px;
}
.link-block-03 .graph-attention .strong {
  font-weight: 500;
}
@media (max-width:768px) {
  .link-block-03 {
    margin: 50px 0;
  }
  .link-block-03 .ttl-area {
    padding: 20px 0;
  }
  .link-block-03 .ttl-area .inner-block {
    gap: 15px;
  }
  .link-block-03 .ttl-area .num {
    margin-top: 0;
  }
  .link-block-03 .ttl-area .num img {
    width: 50px;
    height: 50px;
  }
  .link-block-03 .ttl-area .top {
    font-size: 16px;
  }
  .link-block-03 .ttl-area .middle {
    font-size: 16px;
    margin-top: 0px
  }
  .link-block-03 .ttl-area .middle .strong {
    font-size: 24px;
  }
  .link-block-03 .ttl-area .bottom {
    font-size: 14px;
    margin-top: 5px;
  }
  .link-block-03 .anm-graph .line {
    z-index: -1;
  }
  .link-block-03 .anm-graph.anm01 .line {
    bottom: 6.6vw;
  }
  .link-block-01 .red-frame,
  .link-block-03 .red-frame {
    margin-top: 20px;
  }
  .link-block-03 .graph-attention {
    font-size: 12px;
  }
}

.c-cta-block {
  position: relative;
  padding: 35px 0 37px;
  background: url(../images/home/cta-bg.jpg) no-repeat;
  background-size: cover;
  transform: translateX(-100%);
  transition: all .6s ease-in-out;
}
@media (max-width:1200px) {
  .c-cta-block {
    background-size: 100%;
  }
}
.c-cta-block.is-active {
  transform: translateX(0);
}
.c-cta-block .ttl {
  font-weight: bold;
  color: #fff;
  font-size: min(36px, 2.91vw);
  line-height: 1.5;
  margin-bottom: min(36px, 2.91vw);
}

.c-cta-block .cta-btn {
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  background: #FFBF27;
  font-size: min(28px, 2.26vw);
  width: 430px;
  display: block;
  border: 1px solid #FFBF27;
  margin-top: 16px;
  padding: min(13px, 1.05vw) 0;
}
@media (min-width: 769px) {
  .c-cta-block .cta-btn:hover {
    background: #fff;
    color: #FFBF27;
  }
}
@media (max-width:768px) {
  .c-cta-block {
    padding: 10px 0;
    background-size: cover;
    background-position-x: center;
  }
  .c-cta-block .ttl {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .c-cta-block .cta-btn {
    max-width: 250px;
    font-size: 13px;
    margin-top: 8px;
    width: 96%;
  }
}

.simulation-block {
  margin-top: min(160px, 12.94vw);
  position: relative;
  z-index: 1;
}
.simulation-block::before {
  content: "";
  position: absolute;
  top: 37px;
  right: 0;
  background: url(../images/home/bg-shape01.svg) no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 44.4vw;
  z-index: -1;
}
.simulation-block .desc {
  font-size: 18px;
  margin-top: 46px;
}
.simulation-block .anm-graph {
  max-width: 842px;
  margin: 30px auto 0;
}
.simulation-block .anm-graph .line {
  bottom: 0;
  height: 100%;
}
.simulation-block .anm-graph .bar {
  bottom: 0;
  height: 100%;
  transition-delay: 1.5s;
}
.simulation-block .anm-tb {
  margin-top: 16px;
}
.simulation-block .attention-bold {
  font-weight: 500;
  font-size: 14px;
  margin-top: 40px;
}
.simulation-block .attention-red {
  font-weight: 500;
  color: #ED031E;
  font-size: 14px;
}
.simulation-block .attention {
  line-height: 1.5;
  font-size: 14px;
}
@media (max-width:768px) {
  .simulation-block {
    margin-top: 50px;
  }
  .simulation-block .desc {
    font-size: 14px;
    margin-top: 20px;
  }
  .simulation-block .table {
    width: 100%;
  }
  .simulation-block .attention-bold {
    font-size: 12px;
  }
  .simulation-block .attention-red {
    font-size: 12px;
  }
  .simulation-block .attention {
    font-size: 12px;
  }
}

.ab-block {
  position: relative;
  margin-top: 157px;
  z-index: 1;
  margin-bottom: 195px;
}
.ab-block::before {
  content: "";
  position: absolute;
  top: 38px;
  left: 0;
  background: url(../images/home/bg-shape02.svg) no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.ab-block .inner-block {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 900px) {
  .ab-block .inner-block {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.ab-block .img-area {
  flex-shrink: 0;
  margin-top: 48px;
  width: 36%;
}
@media (max-width:1040px) {
  .ab-block .img-area {
    width: 27%;
  }
}
@media (max-width: 900px) {
  .ab-block .img-area {
    width: 100%;
    margin: 50px auto 0;
    text-align: center;
  }
}
.ab-block .desc {
  margin-top: 47px;
  line-height: 1.5;
  font-size: 18px;
}
.ab-block .box-list {
  display: flex;
  margin-top: 66px;
  gap: 16px;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .ab-block .box-list {
    margin-top: 30px;
  }
}
.ab-block .box {
  background: #fff;
  border: 2px solid #707070;
  padding: 5px 0px 0px;
  width: 100%;
  text-align: center;
}
.ab-block .box:nth-child(2) {
  transition-delay: .4s;
}
.ab-block .box:nth-child(3) {
  transition-delay: .8s;
}
.ab-block .box .ttl {
  font-size: 18px;
  margin-bottom: 7px;
}
.ab-block .box .city {
  font-size: min(24px, 1.94vw);
  line-height: 1.3;
  margin-top: -10px;
}
@media (max-width: 900px) {
  .ab-block .box .city {
    margin-top: 0;
  }
}
.ab-block .box .city .num {
  font-weight: 900;
  font-size: min(48px, 3.88vw);
  line-height: 1.3;
}
.ab-block .attention {
  margin-top: 11px;
  font-size: 14px;
  line-height: 1.5;
}
.ab-block .box img {
  margin: auto;
}
@media (max-width:768px) {
  .ab-block {
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .ab-block .desc {
    font-size: 14px;
    margin-top: 0px;
  }
  .ab-block .box-list {
    margin-top: 15px;
    flex-direction: column;
  }
  .ab-block .box {
    padding: 5px 0;
  }
  .ab-block .box .ttl {
    font-size: 16px;
  }
  .ab-block .box .city {
    font-size: 18px;
  }
  .ab-block .box .city .num {
    font-size: 30px;
  }
  .ab-block .attention {
    font-size: 12px;
  }
}

.caution-block {
  margin-top: min(161px, 13.02vw);
  margin-bottom: 38px;
}
.caution-block .box {
  border: 2px solid #707070;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 24px;
  padding: 10px;
}
.caution-block .box .ttl {
  font-weight: 500;
}
@media (max-width:640px) {
  .caution-block .box {
    font-size: 12px;
  }
}

#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#pagetop a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #1E9BD7;
  position: relative;
  display: block;
  background: #fff;
}
@media (min-width: 769px) {
  #pagetop a:hover {
    background: #1E9BD7;
  }
  #pagetop a:hover::before {
    border-color: #fff;
  }
}
#pagetop a::before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-top: 4px solid #1E9BD7;
  border-right: 4px solid #1E9BD7;
  width: 17px;
  height: 17px;
  transform: rotate(-45deg);
  border-radius: 3px;
  transition: all .3s ease-in-out;
}
@media (max-width:768px) {
  #pagetop a {
    width: 30px;
    height: 30px;
  }
  #pagetop a::before {
    width: 12px;
    height: 12px;
    border-width: 3px;
  }
}
