.color-1 {
  color: #1596e5;
}

.header-main .main-menu .nav > li a {
  gap: 5px;
  color: #fff;
}
.header-main .main-menu .nav > li span:first-child {
  min-height: 38px;
  display: flex;
  line-height: 1.18;
  align-items: center;
}

a.btn.btn-header {
  min-width: 426px;
  min-height: 54px;
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 115px;
  justify-content: flex-start;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
}
a.btn.btn-header::after {
  width: 25px;
  height: 25px;
  background-image: url(../images/index/icon-right-1.svg);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  right: 34px;
}
a.btn.btn-header::before {
  width: 57px;
  height: 32px;
  background-image: url(../images/index/icon-header-1.svg);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  left: 40px;
}
a.btn.btn-header:first-child {
  color: #0096af;
}
a.btn.btn-header:nth-child(2) {
  color: #cc7400;
}
a.btn.btn-header:nth-child(2)::before {
  background-image: url(../images/index/icon-header-2.svg);
}
a.btn.btn-header:nth-child(2)::after {
  background-image: url(../images/index/icon-right-2.svg);
}

.box-top-header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.box-main-menu {
  position: relative;
  padding-bottom: 10px;
}
.box-main-menu::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(18, 99, 144, 0.4) 100%);
  bottom: 0;
  left: 0;
  z-index: -1;
}

.banner-home-slide {
  min-height: 900px;
  background-image: url(../images/index/bg-slide.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.header-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.banner-home-cont {
  position: absolute;
  max-width: 1480px;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
  padding-left: 50px;
}
.banner-home-cont h2 {
  font-size: 3.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  color: #fff;
}
.banner-home-cont h3 {
  font-size: 8rem;
  font-family: "Jost", serif;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.1;
  max-width: 600px;
}

.box-home-news-imp {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  z-index: 1;
}

.banner-home {
  position: relative;
}
.banner-home::after {
  content: "";
  width: 340px;
  height: 451px;
  background-image: url(../images/index/after-2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: -25px;
  top: -100px;
  z-index: 0;
}

.box-home-news-imp {
  padding: 20px 35px 0;
  padding-right: 20px;
}
.box-home-news-imp::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -5;
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 18px;
}
.box-home-news-imp::before {
  content: "";
  width: 73px;
  height: 44px;
  background-image: url(../images/index/after-cs.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -1px;
  left: -41px;
}

.title-imp {
  font-size: 2rem;
  color: #e81c24;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding-left: 35px;
}

.item-news-imp {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e81c24;
  padding: 10px 0;
  gap: 20px;
  padding-right: 75px;
  position: relative;
  margin-right: 45px;
}
.item-news-imp::after {
  content: "";
  width: 34px;
  height: 34px;
  background-image: url(../images/index/icon-right-imp.svg);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.item-news-imp .date-imp {
  font-size: 1.4rem;
  font-weight: 500;
  color: #808080;
}
.item-news-imp .title a {
  font-size: 1.8rem;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0.05em;
  line-height: 1.35;
}

.home-news-imp {
  position: relative;
}
.home-news-imp::after {
  content: "";
  width: 100%;
  height: calc(100% + 10px);
  background-color: #fff;
  opacity: 0.79;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 28px;
}
.home-news-imp::before {
  content: "";
  width: 340px;
  height: 451px;
  background-image: url(../images/index/after-2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -35px;
  z-index: -2;
}

.box-home-about {
  display: flex;
  gap: 70px;
}

.home-about-left {
  width: calc(62% - 70px);
  padding-left: 120px;
}

.home-about-right {
  width: 38%;
}

.main-title-en {
  font-size: 4.8rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "Jost", serif;
}
.main-title-en span {
  color: #1596e5;
}
.main-title-jp {
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.main-title.white {
  color: #fff;
}
.main-title.white .main-title-en {
  color: #fff;
}
.main-title.white .main-title-en span {
  color: #fff;
}

.home-about-text {
  font-size: 3.7rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.4;
}
.home-about-text span {
  color: #1596e5;
}

a.btn.btn-main {
  max-width: 237px;
  min-height: 61px;
  border-radius: 31px;
  font-size: 1.8rem;
  color: #333;
  font-weight: 500;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  padding-right: 20px;
}
a.btn.btn-main::after {
  width: 48px;
  height: 48px;
  background-image: url(../images/index/icon-right-main.svg);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  right: 9px;
}
a.btn.btn-main.large {
  max-width: 270px;
}
a.btn.btn-main.small {
  max-width: 176px;
}

.img-about-right img {
  border-radius: 20px;
  max-width: unset;
}

.img-about-left {
  margin-top: 50px;
  position: relative;
  height: 602px;
}
.img-about-left img {
  position: absolute;
  max-width: unset;
  right: 0;
  top: 0;
}
.img-about-left::after {
  content: "";
  width: calc(50vw + 530px);
  height: 325px;
  background-color: #e8f3f7;
  position: absolute;
  left: -80px;
  bottom: -130px;
  z-index: -2;
  border-radius: 50px 0 0 50px;
}
.img-about-left::before {
  content: "";
  width: 340px;
  height: 451px;
  background-image: url(../images/index/after-2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -196px;
  left: 110px;
  z-index: -1;
}

.home-about-map-right {
  max-width: 430px;
}

.box-home-about-map {
  position: relative;
}
.box-home-about-map::after {
  content: "";
  width: calc(50vw + 530px);
  height: 632px;
  background-image: url(../images/index/map-about.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50px;
  top: -45px;
  z-index: -1;
  border-bottom-left-radius: 150px;
}

.news-item.item-list {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #0c87e2;
}
.news-item.item-list .date {
  font-size: 1.4rem;
  color: #808080;
  letter-spacing: 0.05em;
}
.news-item.item-list .title {
  margin-top: 25px;
  padding-right: 100px;
}
.news-item.item-list .title a {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333;
  transition: all 0.3s ease;
  letter-spacing: 0.05em;
}
.news-item.item-list:hover .title a {
  color: #1596e5;
}

.img-news {
  width: 161px;
}
.img-news img {
  border-radius: 20px;
}

.box-news-content {
  flex: 1;
  padding-right: 20px;
  padding-left: 35px;
  padding-top: 20px;
}

.box-date-cat {
  display: flex;
  align-items: center;
  gap: 18px;
}

a.cat {
  background-color: #1596e5;
  border: 1px solid #fff;
  min-height: 27px;
  min-width: 113px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 15px;
  font-weight: 500;
  padding-bottom: 1px;
  letter-spacing: 0.05em;
}

.box-home-news {
  display: flex;
  gap: 60px;
}

.home-news-right {
  width: 60%;
}

.home-news-left {
  flex: 1;
  padding-left: 30px;
  position: relative;
  padding-top: 60px;
}
.home-news-left::after {
  width: 512px;
  height: 455px;
  content: "";
  background-image: url(../images/index/after-news.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 180px;
  left: 0;
  z-index: -1;
}

.business-item {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
}
.business-item::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(37, 129, 197) 0%, rgb(41, 166, 221) 40%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.business-item:last-child {
  margin-bottom: 0;
}
.business-item::before {
  content: "";
  width: 45px;
  height: 45px;
  background-image: url(../images/index/icon-right-white.svg);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 28px;
  bottom: 28px;
  transition: 0.3s;
  z-index: 1;
}
.business-item:hover::before {
  background-image: url(../images/index/icon-right-hover.svg);
}

.box-business-content {
  position: absolute;
  padding: 80px 50px;
  top: 0;
  left: 0;
  z-index: 1;
  color: #fff;
}
.box-business-content h3 {
  font-size: 2.3rem;
  font-weight: 500;
  font-family: "Jost", serif;
  letter-spacing: 0.05em;
  padding-bottom: 15px;
  margin-bottom: 17px;
  position: relative;
}
.box-business-content h3::after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.box-business-content p {
  font-size: 3rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
}

.box-home-business {
  display: flex;
  gap: 90px;
}

.home-business-right {
  width: 60%;
  position: relative;
}
.home-business-right::before {
  content: "";
  width: 340px;
  height: 451px;
  background-image: url(../images/index/after-2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: -200px;
  bottom: -20px;
  z-index: -2;
}
.home-business-right::after {
  content: "";
  width: 555px;
  height: 627px;
  background-image: url(../images/index/after-3.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: -766px;
  bottom: -422px;
  z-index: -2;
}

.home-business-left {
  flex: 1;
  padding-left: 130px;
  padding-top: 180px;
}

.home-business {
  position: relative;
}
.home-business::after {
  content: "";
  width: calc(50vw + 510px);
  height: 670px;
  background-color: #e8f3f7;
  border-radius: 0 50px 50px 0;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: -6;
}

.bg-home-reason {
  height: 370px;
  position: relative;
}
.bg-home-reason::after {
  content: "";
  width: 100%;
  height: 762px;
  background-image: url(../images/index/bg-rs.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
}

.home-reason {
  position: relative;
}
.home-reason::after {
  content: "";
  width: calc(100% - 50px);
  height: 100%;
  background-color: #0793e0;
  position: absolute;
  top: 0;
  left: 25px;
  z-index: -2;
  opacity: 0.9;
  border-radius: 55px;
}

.img-reason-cs {
  position: absolute;
  top: -150px;
  right: -135px;
}

.box-slide-reason {
  margin-left: calc((100vw - 1100px) / 2);
  overflow: hidden;
}

.item-reason-cont {
  background-color: #fff;
  transition: 0.3s;
  border-radius: 18px;
  padding: 48px 33px 33px;
  max-width: 418px;
  position: relative;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.item-reason-cont::after {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(../images/index/icon-right-main.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 28px;
  bottom: 28px;
  position: absolute;
}
.item-reason-cont h3 {
  margin-top: 45px;
  font-size: 3rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.7;
}
.item-reason-cont h3 span {
  color: #0793e0;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 10px;
}
.item-reason-cont:hover {
  background-color: #1596e5;
}
.item-reason-cont:hover h3 {
  color: #fff;
}
.item-reason-cont:hover h3 span {
  color: #fff;
}
.item-reason-cont:hover .num-slide-rs {
  color: #fff;
}

.img-item-reason {
  max-width: 272px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.img-item-reason::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #1596e5;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: -1;
}
.img-item-reason::before {
  content: "";
  width: 305px;
  height: 305px;
  background-image: url(../images/index/after-rs.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 6px;
  z-index: -2;
}
.img-item-reason-cont {
  position: relative;
  z-index: 1;
}
.img-item-reason-cont::after {
  content: "";
  width: 323px;
  height: 360px;
  background-image: url(../images/index/after-rs-2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.slide-reason-cont {
  max-width: 890px;
}

.slide-reason .slick-list {
  margin: 0 -27px;
  overflow: visible;
}
.slide-reason .slick-slide {
  padding: 0 27px;
}

.num-slide-rs {
  font-size: 4rem;
  font-weight: 500;
  font-family: "Jost", serif;
  color: #1596e5;
  position: absolute;
  left: 25px;
  top: 30px;
  letter-spacing: 0.05em;
  transition: 0.3s;
}

.box-case {
  display: flex;
  background-color: #fff;
  padding: 25px 30px;
  border-radius: 20px;
  gap: 90px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  position: relative;
}
.box-case::after {
  content: "";
  width: calc(100% - 40px);
  height: calc(100% - 15px);
  background-image: url(../images/index/bg-feather.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 40px;
  right: -30px;
  z-index: -1;
}
.box-case:hover a.btn.btn-link {
  background-color: #1596e5;
  color: #fff;
  border-radius: 10px;
}

.case-text-right {
  flex: 1;
}

a.btn.btn-link {
  max-width: 245px;
  border-bottom: 2px solid #1596e5;
  min-height: 75px;
  color: #333;
  font-size: 1.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  padding-right: 20px;
}
a.btn.btn-link::after {
  width: 50px;
  height: 50px;
  background-image: url(../images/index/icon-right-main.svg);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  right: 12px;
}
a.btn.btn-link:hover {
  background-color: #1596e5;
  color: #fff;
  border-radius: 10px;
}

.box-link-case a.btn.btn-link {
  margin-left: auto;
}

.case-img-left img {
  border-radius: 10px;
}

.box-home-search {
  display: flex;
  gap: 60px;
}

.home-search-right {
  width: 57%;
  position: relative;
}
.home-search-right::after {
  content: "";
  width: 431px;
  height: 573px;
  background-image: url(../images/index/after-2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: -74px;
  right: -180px;
  z-index: -2;
}

.home-search-left {
  flex: 1;
  padding-left: 40px;
  position: relative;
}
.home-search-left::after {
  width: 682px;
  height: 606px;
  content: "";
  background-image: url(../images/index/after-news.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 70px;
  z-index: -1;
}

.box-search-item {
  padding: 11px 30px;
  background-color: #fff;
  border-radius: 20px;
}

.search-item {
  display: flex;
  gap: 18px;
  padding: 33px 0;
  border-bottom: 1px solid #c7c7c7;
}
.search-item:last-child {
  border-bottom: none;
}

.search-item-title {
  display: flex;
  flex-wrap: wrap;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  justify-content: flex-end;
  align-items: baseline;
  width: 190px;
}
.search-item-title h3 {
  color: #1596e5;
  font-size: 2.8rem;
  font-weight: 500;
}
.search-item-title p {
  font-size: 1.8rem;
  color: #000;
}

.select-search select {
  width: 300px;
  height: 61px;
  border: none;
  padding: 0 28px;
  border-radius: 30px;
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  background-image: url(../images/index/bg-select.svg);
  background-size: 23px 16px;
  background-position: center right 23px;
  background-repeat: no-repeat;
}
.select-search input {
  width: 300px;
  height: 61px;
  border: none;
  padding: 0 28px;
  border-radius: 30px;
  background-color: #f0f4f7;
  border: 1px solid #aeaeae;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

a.btn.btn-search {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  width: 67px;
  height: 67px;
  border-radius: 50%;
}

.home-search {
  position: relative;
}
.home-search::after {
  content: "";
  width: calc(50vw + 248px);
  height: 286px;
  background-color: #e8f3f7;
  border-radius: 0 30px 30px 0;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: -6;
}
.home-search::before {
  content: "";
  width: calc(50vw + 113px);
  height: 286px;
  background-color: #0793e0;
  border-radius: 30px 0 0 30px;
  position: absolute;
  bottom: 70px;
  right: 0;
  z-index: -6;
}

.home-bottom-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a.link-btn {
  display: flex;
  min-height: 258px;
  align-items: center;
  justify-content: flex-start;
  padding-left: 240px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(24, 144, 181, 0.8);
  clip-path: polygon(8% 0, 100% 0%, 92% 100%, 0% 100%);
  position: relative;
}
a.link-btn .img-link-bottom {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 70px;
}
a.link-btn::after {
  content: "";
  width: 48px;
  height: 48px;
  background-image: url(../images/index/icon-right-1.svg);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 68px;
  bottom: 23px;
}
a.link-btn.v2 h3 span {
  color: #e08f0e;
}
a.link-btn.v2 p span {
  color: #db7e0f;
}
a.link-btn.v2::after {
  background-image: url(../images/index/icon-right-2.svg);
}

.box-bottom-home {
  display: flex;
  gap: 15px;
}

.box-bottom-home-btn {
  width: 50%;
  filter: drop-shadow(0 0 10px rgba(24, 144, 181, 0.8));
}

.link-bottom-cont h3 {
  font-size: 3.1rem;
  font-family: "Jost", serif;
  font-weight: 500;
  margin-bottom: 10px;
  color: #333;
  letter-spacing: 0.05em;
}
.link-bottom-cont h3 span {
  color: #0096af;
}
.link-bottom-cont p {
  font-size: 3rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #333;
}
.link-bottom-cont p span {
  color: #0096af;
}

.home-bottom-img {
  height: 453px;
}

.footer-top {
  display: flex;
}

.footer-left {
  width: 47%;
  padding-left: 50px;
  border-right: 1px solid #fff;
}

.footer-right {
  flex: 1;
  display: flex;
  padding-left: 120px;
  justify-content: space-between;
}

a.link-footer {
  display: block;
  color: #fff;
  margin-bottom: 20px;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
}
a.link-footer::after {
  content: "";
  width: 6px;
  height: 9px;
  background-color: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -23px;
}

.footer {
  position: relative;
}
.footer::after {
  content: "";
  width: 100%;
  height: calc(100% + 85px);
  background-color: #0793e0;
  top: -85px;
  border-radius: 60px 60px 0 0;
  position: absolute;
  z-index: -4;
}
.footer::before {
  content: "";
  width: 1110px;
  height: 627px;
  background-image: url(../images/index/after-ft.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -85px;
  z-index: -2;
}

.address {
  color: #fff;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.address a {
  color: #fff;
}

.header-main .logo-left .logo {
  position: relative;
}
.header-main .logo-left .logo::after {
  content: "";
  width: 347px;
  height: 148px;
  background-color: #fff;
  border-radius: 0 0 30px 0;
  position: absolute;
  top: -40px;
  right: -42px;
  z-index: -1;
  box-shadow: 0 0 10px 0 rgba(36, 151, 186, 0.8);
}

#page-header {
  position: relative;
}
#page-header::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #1596e5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -6;
}

.page-header {
  height: 572px;
  position: relative;
}
.page-header::after {
  content: "";
  width: calc(50% + 145px);
  height: 100%;
  background-image: url(../images/index/after-page.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
}
.page-header::before {
  content: "";
  width: 274px;
  height: 363px;
  background-image: url(../images/index/after-2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: -10px;
  top: 0;
  z-index: -1;
}

.page-header-img {
  width: calc(50% + 122px);
  height: calc(100% + 56px);
  top: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

.header-img-anim {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/index/bg-page-about.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}
.header-img-anim::after {
  content: "";
  width: 266px;
  height: 353px;
  background-image: url(../images/index/after-2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: -170px;
  z-index: -1;
}

.page-header-title {
  padding-top: 260px;
  color: #fff;
}

.title-jp {
  font-size: 4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}

.title-en {
  font-size: 2.5rem;
  font-family: "Jost", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.page-anchor {
  padding-top: 40px;
  padding-bottom: 13px;
  position: relative;
}
.page-anchor::after {
  content: "";
  width: calc(50% + 86px);
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-top-right-radius: 23px;
}

ul.list-anchor {
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
  gap: 40px 0;
}

ul.list-anchor li {
  width: 33.33%;
}

ul.list-anchor li a {
  padding-left: 33px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.05em;
  position: relative;
  display: block;
}
ul.list-anchor li a::after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../images/index/icon-right-main.svg);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  left: 0;
}

.box-text-about-1 {
  letter-spacing: 0.05em;
  text-align: right;
  margin-top: 15px;
}
.box-text-about-1 h4 {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 10px;
}
.box-text-about-1 h4 span {
  font-size: 3rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.about-01-right {
  max-width: 375px;
  margin: 0 auto;
  position: relative;
}
.about-01-right::after {
  content: "";
  width: 296px;
  height: 392px;
  background-image: url(../images/company/after-1.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: -100px;
  top: -130px;
  z-index: -1;
}
.about-01-right::before {
  content: "";
  width: 512px;
  height: 456px;
  background-image: url(../images/index/after-news.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: -190px;
  bottom: -150px;
  z-index: -2;
}

.img-about-1 img {
  border-radius: 20px;
}

.sub-title {
  font-size: 3rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
  position: relative;
}
.sub-title::after {
  content: "";
  width: 26px;
  height: 32px;
  background-image: url(../images/company/after-sub.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: -45px;
  transform: translateY(-50%);
}

.about-01-left {
  padding-right: 10px;
  padding-left: 50px;
}
.about-01-left p {
  text-align: justify;
}

.coporate-item {
  padding: 40px 40px;
  border-bottom: 1px solid #63777c;
  color: #5b5f63;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.coporate-item:last-child {
  border-bottom: none;
}

.cat-coporate {
  font-weight: bold;
  color: #1396e5;
  letter-spacing: 0.1em;
}

.name-coporate {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #5b5f63;
  margin: 10px 0;
}

.about-02 {
  position: relative;
}
.about-02::after {
  content: "";
  width: 50vw;
  height: 824px;
  background-image: url(../images/company/after-2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.about-02::before {
  content: "";
  width: 50vw;
  height: 824px;
  background-image: url(../images/company/after-3.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: -120px;
  z-index: -1;
}

.list-coporate {
  position: relative;
}
.list-coporate::before {
  content: "";
  width: 512px;
  height: 456px;
  background-image: url(../images/index/after-news.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 120px;
  left: 150px;
  z-index: -2;
}

.title-about-cs {
  font-size: 2.3rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #1596e5;
  font-weight: bold;
  padding: 0 30px;
  position: relative;
  line-height: 1;
}
.title-about-cs::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #1596e5;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(30deg);
}
.title-about-cs::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #1596e5;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(30deg);
}

.logo-about {
  text-align: center;
}
.logo-about img {
  width: 458px;
}

.table-about {
  display: flex;
  align-items: stretch;
  gap: 30px;
}

.table-about-left {
  padding: 15px;
  width: 118px;
  text-align: right;
  border-bottom: 1px solid #58afdb;
  font-size: 2rem;
  font-weight: bold;
  color: #1596e5;
  letter-spacing: 0.05em;
}

.table-about-right {
  flex: 1;
  padding: 15px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #c7c7c7;
  line-height: 1.875;
}

.about-03-left img {
  border-radius: 20px;
}

.map-about {
  height: 476px;
}
.map-about iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.title-under {
  text-align: center;
  color: #1596e5;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid #1596e5;
  padding-bottom: 15px;
}

ul.list-dot li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
}
ul.list-dot li::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #1596e5;
  position: absolute;
  top: 4px;
  left: 0;
}
ul.list-dot.dot-white li {
  color: #fff;
}
ul.list-dot.dot-white li::before {
  background-color: #fff;
}

.about-03 .list-dot {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

a.btn.btn-blank {
  max-width: 450px;
  min-height: 60px;
  background-color: #fff;
  border-radius: 20px;
  color: #333;
  letter-spacing: 0.05em;
  font-size: 1.7rem;
  font-weight: 500;
  box-shadow: 0 0 5px 0 rgba(21, 150, 229, 0.45);
}
a.btn.btn-blank::after {
  width: 22px;
  height: 22px;
  background-image: url(../images/company/icon-blank.svg);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  right: 20px;
}

.box-history {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}

.year-his {
  font-size: 2.6rem;
  font-weight: bold;
  color: #1596e5;
}

.month-his {
  color: #1596e5;
  font-size: 2.6rem;
  font-weight: bold;
  width: 57px;
  text-align: right;
  margin-left: 20px;
  margin-right: 50px;
}

.content-his {
  flex: 1;
  letter-spacing: 0.05em;
  line-height: 1.76;
}

.box-flex-about-4 {
  display: flex;
}

.box-flex-about-4-left {
  width: 23%;
}

.box-flex-about-4-right {
  flex: 1;
}

.box-slide-about {
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 45px;
}
.box-slide-about .slick-list {
  overflow: visible;
  margin: 0 -50px;
}
.box-slide-about .slick-slide {
  padding: 0 50px;
}
.box-slide-about .slick-slide img {
  border-radius: 20px;
}
.box-slide-about .slick-slide p {
  text-align: center;
  color: #fff;
  padding-top: 25px;
}
.box-slide-about ul.slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -90px;
}

button.slide-arrow {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  border: none;
  padding: 0;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}
button.slide-arrow.prev-arrow {
  left: -54px;
}
button.slide-arrow.next-arrow {
  right: -54px;
}

ul.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
ul.slick-dots li {
  width: 28px;
  height: 7px;
  padding: 0;
  border: 1px solid #0b8fe8;
  background: transparent;
  transform: skewX(-30deg);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.slick-dots li.slick-active {
  background-color: #0b8fe8;
}
ul.slick-dots li button {
  opacity: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}

.about-01 {
  position: relative;
}
.about-01::before {
  content: "";
  width: calc(50vw - 50px);
  height: 287px;
  background-color: #e8f3f7;
  border-radius: 50px 0 0 50px;
  position: absolute;
  bottom: -35px;
  right: 0;
  z-index: -8;
}

.about-05 {
  padding-bottom: 210px;
  position: relative;
}
.about-05::after {
  content: "";
  width: calc(50vw + 344px);
  height: 345px;
  background-color: #1596e5;
  border-radius: 20px 0px 0 20px;
  position: absolute;
  bottom: 160px;
  z-index: -4;
  right: 0;
}
.about-05::before {
  content: "";
  width: calc(50vw + 304px);
  height: 526px;
  background-color: #e8f3f7;
  border-radius: 0 20px 20px 0;
  position: absolute;
  bottom: 220px;
  z-index: -5;
  left: 0;
}

#about-05 {
  position: relative;
}
#about-05::after {
  content: "";
  width: 50%;
  height: 824px;
  background-image: url(../images/company/after-2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: -150px;
  left: 0;
  z-index: -2;
}
#about-05::before {
  content: "";
  width: 288px;
  height: 382px;
  background-image: url(../images/company/after-1.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: -250px;
  right: 0;
  z-index: -1;
}

.about-04 {
  position: relative;
}
.about-04::after {
  content: "";
  height: 100%;
  width: calc(100% - 115px);
  background-color: #e8f3f7;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  border-radius: 50px 0 0 50px;
}

.business-01 {
  position: relative;
}
.business-01::after {
  content: "";
  width: calc(50vw + 550px);
  height: 394px;
  background-color: #e8f3f7;
  border-radius: 50px 0 0 50px;
  position: absolute;
  bottom: 40px;
  z-index: -5;
  right: 0;
}
.business-01::before {
  content: "";
  width: 50%;
  height: 824px;
  background-image: url(../images/company/after-2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -360px;
  left: 0;
  z-index: -2;
}

#business-01 {
  position: relative;
}
#business-01::before {
  content: "";
  width: 512px;
  height: 456px;
  background-image: url(../images/index/after-news.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 60px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
}

.img-busi-1 {
  position: relative;
}
.img-busi-1::after {
  content: "";
  width: 306px;
  height: 406px;
  background-image: url(../images/company/after-1.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 10px;
  right: -260px;
  z-index: -1;
  opacity: 0.5;
}

.box-text-busi-2 ul.list-dot {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.box-text-busi-2 {
  position: relative;
}
.box-text-busi-2::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/company/bg-busi-2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -7;
}
.box-text-busi-2::before {
  content: "";
  width: 443px;
  height: 588px;
  background-image: url(../images/company/after-1.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: -110px;
  bottom: 0;
  z-index: -1;
  opacity: 0.5;
}

.box-business-info {
  display: flex;
  gap: 80px;
  margin-bottom: 230px;
  position: relative;
}
.box-business-info.reverse {
  flex-direction: row-reverse;
}
.box-business-info.reverse .img-busi-info {
  left: 0;
}
.box-business-info.reverse::after {
  left: auto;
  right: 0;
  border-radius: 0 50px 50px 0;
}
.box-business-info::after {
  content: "";
  width: calc(50vw + 550px);
  height: 394px;
  background-color: #e8f3f7;
  border-radius: 50px 0 0 50px;
  position: absolute;
  bottom: -130px;
  z-index: -5;
  left: 0;
}

.business-info-right {
  width: 40%;
}
.business-info-right h3 {
  font-size: 3rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #1596e5;
  line-height: 1.5;
  margin-bottom: 30px;
}
.business-info-right p {
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.875;
}

.business-info-left {
  flex: 1;
  position: relative;
}

.img-busi-info {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: calc(50vw - 6px);
}
.img-busi-info img {
  border-radius: 20px;
}

.title-busi-info {
  display: flex;
  align-items: stretch;
  margin-bottom: 40px;
}
.title-busi-info p {
  flex: 1;
  font-size: 4rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding-left: 40px;
  border-bottom: 2px solid #1596e5;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
}
.title-busi-info p span {
  color: #1596e5;
}

.business-03 .business-info-right {
  width: 100%;
}
.business-03 {
  position: relative;
}
.business-03::before {
  content: "";
  width: 50%;
  height: 824px;
  background-image: url(../images/company/after-2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: -300px;
  left: 0;
  z-index: -2;
}

.img-busi-3 img {
  border-radius: 20px;
}

.box-reason-top {
  display: flex;
  position: relative;
}
.box-reason-top::after {
  content: "";
  width: calc(50vw + 446px);
  height: 425px;
  background-color: #1596E5;
  left: 50px;
  top: 40px;
  position: absolute;
  z-index: -3;
  border-radius: 50px 0 0 50px;
}
.box-reason-top::before {
  content: "";
  width: 432px;
  height: 573px;
  background-image: url(../images/index/after-2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: -70px;
  right: -376px;
  z-index: -1;
}

.box-reason-bottom {
  display: flex;
  gap: 65px;
  margin-top: 85px;
}

.box-reason-title {
  width: 37%;
  position: relative;
  padding-top: 60px;
}
.box-reason-title h3 {
  font-size: 4rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 30px;
  margin-top: -25px;
}
.box-reason-title h3 span {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 20px;
}
.box-reason-title img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.reason-img {
  flex: 1;
  margin-right: 90px;
  height: 438px;
  position: relative;
}
.reason-img img {
  border-radius: 20px;
  max-width: unset;
  position: absolute;
  top: 0;
  right: 0;
}

.box-reason-bot-left {
  width: 57%;
}
.box-reason-bot-left p {
  letter-spacing: 0.05em;
  line-height: 1.875;
}

.box-reason-bot-right {
  flex: 1;
}

.box-reason-bot-right img {
  border-radius: 20px;
}

.num-reason {
  width: 277px;
  height: 153px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  font-size: 11rem;
  font-family: "Jost", serif;
  font-weight: 500;
  color: #1596E5;
  letter-spacing: 0.05em;
  line-height: 1;
  background-color: #fff;
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  left: -190px;
  top: -40px;
}

.box-reason-item {
  margin-bottom: 130px;
  position: relative;
}
.box-reason-item::after {
  content: "";
  width: 50%;
  height: 824px;
  background-image: url(../images/company/after-2.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 390px;
  left: -270px;
  z-index: -7;
}
.box-reason-item.reverse::after {
  left: unset;
  right: -270px;
  background-image: url(../images/company/after-3.png);
  top: 340px;
}
.box-reason-item.reverse .box-reason-top {
  flex-direction: row-reverse;
}
.box-reason-item.reverse .box-reason-top::after {
  left: unset;
  right: 50px;
  border-radius: 0 50px 50px 0;
}
.box-reason-item.reverse .box-reason-top::before {
  left: -423px;
  right: unset;
}
.box-reason-item.reverse .reason-img {
  margin-right: auto;
  margin-left: 90px;
}
.box-reason-item.reverse .reason-img img {
  right: unset;
  left: 0;
}
.box-reason-item.reverse .num-reason {
  left: -108px;
  right: unset;
}
.box-reason-item:last-child {
  margin-bottom: 0;
}

.box-image-reason {
  margin-bottom: 80px;
}

.image-reason img {
  border-radius: 20px;
}

.box-info-reason h3 {
  font-size: 2rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  border-bottom: 1px solid #1596E5;
  padding-bottom: 16px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.box-info-reason p {
  letter-spacing: 0.05em;
  line-height: 1.875;
}

.reason-02 {
  position: relative;
}
.reason-02::after {
  content: "";
  width: calc(100% - 140px);
  height: 838px;
  background-color: #E8F3F7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
  border-radius: 0 50px 50px 0;
}
.reason-02::before {
  content: "";
  width: calc(100% - 140px);
  height: 838px;
  background-color: #0793E0;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -5;
  border-radius: 50px 0 0 50px;
}
.reason-02 .container-1000::after {
  content: "";
  width: 512px;
  height: 455px;
  background-image: url(../images/index/after-news.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: -240px;
  right: 15px;
  z-index: -4;
}

#reason-02 {
  position: relative;
}
#reason-02::after {
  content: "";
  width: 100%;
  height: 762px;
  bottom: 185px;
  left: 0;
  background-image: url(../images/reason/bg-2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -4;
  position: absolute;
}

.img-data {
  margin-bottom: 30px;
}

.reason-03 {
  position: relative;
}
.reason-03::before {
  content: "";
  width: 432px;
  height: 573px;
  background-image: url(../images/index/after-2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: -150px;
  right: -30px;
  z-index: -1;
}
.reason-03::after {
  content: "";
  width: 50%;
  height: 824px;
  background-image: url(../images/company/after-2.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: -468px;
  left: 0;
  z-index: -7;
}
.reason-03 .container-1100::after {
  content: "";
  width: 512px;
  height: 455px;
  background-image: url(../images/index/after-news.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 400px;
  right: 230px;
  z-index: -4;
}

.box-case-item {
  padding: 90px 0;
  position: relative;
}
.box-case-item::after {
  content: "";
  width: 100%;
  height: 473px;
  background-image: url(../images/reason/bg-case-1.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.box-case-item.v2::after {
  background-image: url(../images/reason/bg-case-2.png);
}
.box-case-item.v3::after {
  background-image: url(../images/reason/bg-case-3.png);
}
.box-case-item.v4::after {
  background-image: url(../images/reason/bg-case-4.png);
}

.case-item-title {
  min-height: 250px;
  padding: 60px 0;
  text-align: center;
  margin-bottom: 80px;
  border-radius: 20px;
  background-color: rgba(21, 150, 229, 0.8);
  color: #fff;
}
.case-item-title h2 {
  font-size: 2.5rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 40px;
}
.case-item-title .title-about-cs {
  color: #fff;
}
.case-item-title .title-about-cs::after {
  background-color: #fff;
}
.case-item-title .title-about-cs::before {
  background-color: #fff;
}

.toggle-pc.toggle-case .toggle-hd {
  min-height: 103px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0C87E2;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(21, 150, 229, 0.45);
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
}
.toggle-pc.toggle-case .toggle-hd::after {
  content: "";
  width: 48px;
  height: 48px;
  background-image: url(../images/index/icon-open.svg);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.toggle-pc.toggle-case .toggle-hd.active::after {
  background-image: url(../images/index/icon-close.svg);
}

.toggle-case-cont {
  padding: 50px;
}

.box-case-info-flex {
  display: flex;
  gap: 50px;
  margin-top: 50px;
}

.case-info-right {
  width: 44.8%;
}

.case-info-left {
  flex: 1;
}
.case-info-left h3 {
  font-size: 2.8rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  line-height: 1.28;
}
.case-info-left p {
  letter-spacing: 0.05em;
  line-height: 1.875;
}

.box-case-info-item {
  margin-bottom: 95px;
}
.box-case-info-item:last-child {
  margin-bottom: 0;
}
.box-case-info-item .title-under {
  font-size: 2.5rem;
  padding-bottom: 18px;
}

a.btn.btn-close-toggle {
  max-width: 238px;
  min-height: 68px;
  border: 1px solid #1596E5;
  border-radius: 10px;
  color: #333;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 30px;
}
a.btn.btn-close-toggle::after {
  width: 48px;
  height: 48px;
  background-image: url(../images/index/icon-open.svg);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  left: 9px;
  transform: translateY(-50%) rotate(45deg);
}

.case-study-02 {
  position: relative;
}
.case-study-02::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #E8F3F7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}

.step-guide {
  display: flex;
  padding: 10px 20px;
  background-color: #14af95;
  border-radius: 20px;
  margin-bottom: 60px;
  align-items: center;
  padding-right: 10px;
  position: relative;
}
.step-guide::after {
  content: "";
  width: 43px;
  height: 22px;
  background-image: url(../images/reason/icon-down.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -42px;
}
.step-guide:last-child {
  margin-bottom: 0;
}
.step-guide:last-child::after {
  display: none;
}
.step-guide:nth-child(2) {
  background-color: #28aebc;
}
.step-guide:nth-child(3) {
  background-color: #35aad8;
}
.step-guide:nth-child(4) {
  background-color: #1596e5;
}
.step-guide:nth-child(5) {
  background-color: #2875c9;
}

.step-guide-left {
  flex: 1;
  display: flex;
  gap: 20px;
}

.step-guide-right {
  width: 550px;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 20px;
  letter-spacing: 0.05em;
  line-height: 1.875;
}

.step-guide-title {
  color: #fff;
}

.title-guide-step {
  font-size: 2.5rem;
  font-family: "Jost", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.title-guide-step span {
  font-size: 3.5rem;
}

.step-guide-title p {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.toggle-guide {
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 35px;
}
.toggle-guide .toggle-hd {
  display: flex;
  align-items: center;
  min-height: 120px;
  border: 1px solid #1596e5;
  border-radius: 20px;
  background-color: #fff;
  padding: 0 30px;
  gap: 20px;
  position: relative;
  box-shadow: 0 0 5px 0 rgba(24, 144, 181, 0.45);
}
.toggle-guide .toggle-hd::after {
  content: "";
  width: 48px;
  height: 48px;
  background-image: url(../images/index/icon-open.svg);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  right: 30px;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}
.toggle-guide .toggle-hd.active::after {
  background-image: url(../images/index/icon-close.svg);
}
.toggle-guide .toggle-hd h2 {
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
}
.toggle-guide .toggle-cont {
  padding: 30px 25px;
}

.toggle-case {
  width: 80px;
  text-align: center;
}
.toggle-case p {
  font-size: 2.8rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  letter-spacing: 0.05em;
}
.toggle-case p span {
  color: #1596e5;
}
.toggle-case .num-case {
  font-size: 4.8rem;
  font-family: "Jost", serif;
  font-weight: 500;
  color: #1596e5;
  letter-spacing: 0.05em;
  line-height: 1;
}

.toggle-guide-cont {
  display: flex;
  gap: 17px;
}

.toggle-guide-cont-right {
  flex: 1;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.875;
}

.toggle-guide-cont-left {
  width: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  height: 35px;
  background-color: #ea7c0f;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
}

.guide-02 {
  position: relative;
}
.guide-02::after {
  content: "";
  background-color: #e8f3f7;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.list-toggle-guide {
  position: relative;
}
.list-toggle-guide::after {
  content: "";
  width: 512px;
  height: 455px;
  background-image: url(../images/index/after-news.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: -130px;
  right: -180px;
  z-index: -1;
}

.slide-voice .slick-list {
  overflow: visible;
  margin: 0 -80px;
}
.slide-voice .slick-slide {
  padding: 0 80px;
}
.slide-voice button.slide-arrow.next-arrow {
  right: -95px;
}
.slide-voice button.slide-arrow.prev-arrow {
  left: -95px;
}
.slide-voice ul.slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -55px;
}

.slide-voice-top {
  display: flex;
  gap: 35px;
  align-items: flex-end;
  margin-bottom: 30px;
}

.box-title-voice {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 40px;
  background-color: #1596e5;
  color: #fff;
  max-width: 583px;
  border-radius: 10px 0 0 10px;
  font-size: 2.8rem;
  font-weight: bold;
  position: absolute;
  left: -27px;
  top: -35px;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}

.slide-voice-inner {
  position: relative;
}

.box-slide-voice-cont {
  border: 1px solid #29a6dd;
  border-radius: 20px;
  padding: 35px 35px 40px;
  background-color: #fff;
}

.slide-voice-top-right {
  width: 323px;
}

.title-slide-voice {
  border-bottom: 1px solid #1596e5;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-bottom: 35px;
  color: #1596e5;
  line-height: 1.61;
  margin-top: 30px;
}

.slide-voice-top-left {
  flex: 1;
}
.slide-voice-top-left p {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.slied-voice-bottom {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.875;
}

.img-slide-voice img {
  border-radius: 10px;
}

.guide-03 {
  padding-bottom: 200px;
  position: relative;
}
.guide-03::after {
  content: "";
  width: 100%;
  height: 324px;
  background-color: #1596e5;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -5;
}
.guide-03::before {
  content: "";
  width: 50vw;
  height: 752px;
  background-image: url(../images/company/after-2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  left: 0;
  z-index: -5;
}

body:not(.home) .footer::after {
  height: 100%;
  top: 0;
}
body:not(.home) .footer::before {
  top: 0;
}

#guide-03 {
  position: relative;
}
#guide-03::before {
  content: "";
  width: 986px;
  height: 1308px;
  background-image: url(../images/reason/after-large.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: -230px;
  right: -130px;
  z-index: -4;
}

.border-contact-inner {
  max-width: 634px;
  border: 2px solid #1596e5;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0;
  background-color: #fff;
}

.contact-flex-left {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.contact-flex-left p {
  font-size: 1.8rem;
  font-weight: bold;
  color: #1596e5;
  letter-spacing: 0.05em;
  padding-right: 80px;
  text-align: right;
}
.contact-flex-left a.tel {
  font-size: 4.5rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
  color: #333;
  position: relative;
  line-height: 1;
  display: block;
}
.contact-flex-left a.tel::after {
  content: "";
  width: 55px;
  height: 60px;
  background-image: url(../images/index/icon-tel.svg);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: -67px;
  transform: translateY(-50%);
}
.contact-flex-left ul.list-dot {
  margin-top: 10px;
}
.contact-flex-left ul.list-dot li {
  padding-left: 22px;
  color: #000;
}

.box-border-contact {
  padding-bottom: 55px;
  position: relative;
}
.box-border-contact::after {
  content: "";
  width: 100vw;
  height: 200px;
  background-image: url(../images/index/bg-about-2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
}
.box-border-contact::before {
  content: "";
  width: 650px;
  height: 578px;
  background-image: url(../images/index/after-news.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: -115px;
  right: -177px;
  z-index: -1;
}

.about-text {
  position: relative;
}
.about-text::before {
  width: 100%;
  height: 100%;
  background-color: #e8f3f7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
}

#news-list .news-item.item-list {
  padding: 25px 14px;
}

#page-header {
  position: relative;
}

.list-sidebar {
  display: flex;
  max-width: 555px;
  position: relative;
  justify-content: space-between;
  gap: 20px;
}

.page-no-img .page-header-img {
  display: none;
}
.page-no-img .page-header {
  height: 448px;
}
.page-no-img .page-header-title {
  padding-top: 200px;
  text-align: center;
}/*# sourceMappingURL=style.css.map */