@charset "UTF-8";
/*-----------------------------------------
TOP
-------------------------------------------*/
#wrapper {
  padding-top: 0;
}

@media print, screen and (min-width: 751px) {
  #wrapper {
    padding-top: 0;
  }
}
.top-page .kv {
  background: linear-gradient(#d2f1ef 0%, #bee9f0 100%);
  position: relative;
}
@media (max-width: 750px) {
  .top-page .kv {
    padding-top: 67px;
    padding-bottom: 70px;
  }
}
@media print, screen and (min-width: 751px) {
  .top-page .kv {
    padding-bottom: 80px;
    margin-bottom: 67px;
    padding-top: 100px;
  }
}
.top-page .kv:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  background: url(../img/top/kv-bg.png) repeat-x center bottom;
}
.top-page .kv .kv__inner {
  position: relative;
}
@media (max-width: 750px) {
  .top-page .kv .kv__inner {
    padding-top: 70px;
  }
}
@media print, screen and (min-width: 751px) {
  .top-page .kv .kv__inner {
    width: 86.6666666667%;
    margin: auto;
  }
}
.top-page .kv .kv__ttl {
  position: absolute;
  font-family: "UDTypos515", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.7;
  color: #174146;
  text-shadow: 0px 3px 6px rgba(46, 104, 123, 0.35);
  font-size: 3rem;
}
@media print, screen and (min-width: 751px) {
  .top-page .kv .kv__ttl {
    bottom: 22.3214285714%;
    left: 12.6201923077%;
    font-size: 4rem;
  }
}
@media print and (max-width: 1920px), screen and (min-width: 751px) and (max-width: 1920px) {
  .top-page .kv .kv__ttl {
    font-size: 2.0833333333vw;
  }
}
.top-page .kv .kv__ttl strong {
  color: #DE4040;
}
.top-page .kv .kv__ttl-top {
  top: 46px;
  left: 20px;
}
.top-page .kv .kv__ttl-bottom {
  bottom: 0;
  left: 20px;
}
.top-page .kv .scroll-btn {
  color: #194E57;
  display: flex;
  font-family: "Noto Sans Japanese";
  font-weight: bold;
  font-size: 1.6rem;
  width: 100px;
}
@media (max-width: 1023px) {
  .top-page .kv .scroll-btn {
    font-size: 1.5625vw;
    position: absolute;
    left: -20px;
    bottom: 0;
  }
}
.top-page .kv .scroll-btn:before {
  content: "";
  display: block;
  width: 4px;
  height: 86px;
  background: url(../img/top/scroll-line.svg) repeat-y center bottom;
  margin-right: 9px;
  animation: scrollLoop 2s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
}
.top-page .kv .scroll-btn .scroll-btn__txt {
  display: inline-block;
  padding-top: 24px;
  white-space: nowrap;
}
.top-page .btn-list {
  display: flex;
}
@media (max-width: 750px) {
  .top-page .btn-list {
    justify-content: space-between;
    padding: 0 10px;
    margin-top: -35px;
    position: relative;
    z-index: 1;
  }
}
@media print, screen and (min-width: 751px) {
  .top-page .btn-list {
    justify-content: center;
    margin-bottom: 24px;
  }
}
@media (max-width: 750px) {
  .top-page .btn-list li {
    width: calc(50% - 5px);
  }
}
@media print, screen and (min-width: 751px) {
  .top-page .btn-list li {
    width: 460px;
    margin: 0 44px;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .top-page .btn-list li {
    width: 44.921875vw;
    margin: 0 4.296875vw;
  }
}
.top-page .btn-list .button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  width: 100%;
  color: white;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
  font-weight: bold;
  font-size: 1.4rem;
  transition: background 0.3s ease, transform 0.3s ease;
  position: relative;
}
@media print, screen and (min-width: 751px) {
  .top-page .btn-list .button {
    font-size: 3rem;
    height: 80px;
    border-radius: 40px;
  }
}
.top-page .btn-list .button:hover {
  color: #00A7C6;
}
.top-page .btn-list .button:hover:before {
  opacity: 0;
}
.top-page .btn-list .button:before {
  content: "";
  display: block;
  z-index: -1;
  background: linear-gradient(to right, #4dc7c2 0%, #00a7c6 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  border-radius: 90px;
}
.top-page .btn-list .button:after {
  z-index: -2;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border: solid 4px #00A7C6;
  box-sizing: border-box;
  border-radius: 90px;
}
@media print, screen and (min-width: 751px) {
  .top-page .section .section__inner {
    padding-left: 18.75%;
    padding-right: 18.75%;
  }
}
@media print and (max-width: 1920px), screen and (min-width: 751px) and (max-width: 1920px) {
  .top-page .section .section__inner {
    padding-left: 14.5833333333%;
    padding-right: 14.5833333333%;
  }
}
@media print and (max-width: 1440px), screen and (min-width: 751px) and (max-width: 1440px) {
  .top-page .section .section__inner {
    padding-left: 5.5555555556%;
    padding-right: 5.5555555556%;
  }
}
.top-page .section .button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 53px;
  width: 150px;
  color: white;
  border-radius: 90px;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
  font-size: 1.5rem;
  transition: 0.3s ease;
  white-space: nowrap;
  position: relative;
}
.top-page .section .button span {
  z-index: 2;
}
.top-page .section .button:hover {
  color: #00A7C6;
}
.top-page .section .button:hover:before {
  opacity: 0;
}
.top-page .section .button:before {
  content: "";
  display: block;
  z-index: 1;
  background: linear-gradient(to right, #4dc7c2 0%, #00a7c6 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  border-radius: 90px;
}
.top-page .section .button:after {
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border: solid 4px #00A7C6;
  box-sizing: border-box;
  border-radius: 90px;
}
@media print, screen and (min-width: 751px) {
  .top-page .section .button {
    font-size: 2.4rem;
    height: 80px;
    width: 226px;
  }
  .top-page .section .button:hover {
    color: #00A7C6;
  }
}
.top-page .section1 {
  padding-top: 56px;
  padding-bottom: 56px;
}
@media print, screen and (min-width: 751px) {
  .top-page .section1 {
    padding-top: 60px;
    padding-bottom: 88px;
    background: url(../img/top/section-bg1.png) no-repeat right 3.125% top;
    background-size: 30.0520833333%;
  }
}
.top-page .section1 .section__ttl {
  background: #00A7C6;
  color: white;
  font-family: "UDTypos515", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3rem;
  height: 114px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 20px;
  width: calc(100% - 20px);
  margin-bottom: 32px;
}
.top-page .section1 .section__ttl small {
  font-family: "ヒラギノ角ゴ W4 JIS2004";
  font-size: 1.2rem;
}
.top-page .section1 .section__ttl:before {
  content: "";
  display: block;
  width: 55px;
  height: 100%;
  background: white;
  position: absolute;
  right: 0;
  top: 0;
}
.top-page .section1 .section__ttl:after {
  content: "";
  display: block;
  width: 110px;
  height: 100%;
  background: #00A7C6;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 100%;
}
.top-page .section1 .section__ttl span {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 751px) {
  .top-page .section1 .section__ttl {
    width: 1080px;
    max-width: 100%;
    height: 150px;
    padding-left: calc((100vw - 1440px) / 2 + 80px);
    margin-bottom: 40px;
    font-size: 4rem;
  }
  .top-page .section1 .section__ttl small {
    font-size: 2.4rem;
  }
  .top-page .section1 .section__ttl:before {
    width: 64px;
  }
  .top-page .section1 .section__ttl:after {
    width: 128px;
  }
}
@media print and (max-width: 1440px), screen and (min-width: 751px) and (max-width: 1440px) {
  .top-page .section1 .section__ttl {
    width: 56.25%;
    padding-left: 5.5555555556%;
  }
}
@media print and (max-width: 1366px), screen and (min-width: 751px) and (max-width: 1366px) {
  .top-page .section1 .section__ttl {
    font-size: 2.9282576867vw;
  }
  .top-page .section1 .section__ttl small {
    font-size: 1.756954612vw;
  }
}
@media print, screen and (min-width: 751px) {
  .top-page .section1 .product-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
}
@media print, screen and (min-width: 751px) and (min-width: 1441px) {
  .top-page .section1 .product-list {
    padding: 0;
    max-width: 1440px;
    margin: auto;
    padding: 0 80px;
  }
}
@media (max-width: 750px) {
  .top-page .section1 .product-list .product:not(:last-child) {
    margin-bottom: 16px;
  }
  .top-page .section1 .product-list .product.product1 a {
    background: white url(../img/top/product1.png) no-repeat right 20px center;
    background-size: 100px;
  }
  .top-page .section1 .product-list .product.product2 a {
    background: white url(../img/top/product2.png) no-repeat right 20px center;
    background-size: 123px;
  }
  .top-page .section1 .product-list .product.product3 a {
    background: white url(../img/top/product3@sp.png) no-repeat right 20px center;
    background-size: 118px;
  }
  .top-page .section1 .product-list .product.product4 a {
    background: white url(../img/top/product4.png) no-repeat right 20px center;
    background-size: 87px;
  }
}
@media print, screen and (min-width: 751px) {
  .top-page .section1 .product-list .product {
    width: 23.5%;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .top-page .section1 .product-list .product {
    width: calc(50% - 20px);
  }
  .top-page .section1 .product-list .product:nth-child(n+3) {
    margin-top: 40px;
  }
}
.top-page .section1 .product-list .product a {
  display: block;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  padding: 26px 20px;
  height: 100%;
  transition: 0.3s ease;
}
@media print, screen and (min-width: 751px) {
  .top-page .section1 .product-list .product a {
    background: white;
    padding: 30px 20px;
    text-align: center;
    border: solid 4px transparent;
  }
  .top-page .section1 .product-list .product a:hover {
    transform: scale(1.05);
    background: #A8DAD8;
  }
}
.top-page .section1 .product-list .product .product__ttl {
  font-size: 2.4rem;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
  margin-bottom: 1em;
}
@media (max-width: 750px) {
  .top-page .section1 .product-list .product .product__ttl {
    white-space: nowrap;
  }
}
.top-page .section1 .product-list .product .product__ttl small {
  font-size: 1.5rem;
  display: inline-block;
  margin-top: 9px;
  font-family: "ヒラギノ角ゴ W4 JIS2004";
}
@media print, screen and (min-width: 751px) {
  .top-page .section1 .product-list .product .product__ttl {
    font-size: 3.5rem;
    margin-bottom: 14px;
  }
  .top-page .section1 .product-list .product .product__ttl small {
    margin-top: 0.9em;
  }
}
@media print and (max-width: 1366px), screen and (min-width: 751px) and (max-width: 1366px) {
  .top-page .section1 .product-list .product .product__ttl {
    font-size: 2.5vw;
  }
  .top-page .section1 .product-list .product .product__ttl small {
    font-size: 1.4641288433vw;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .top-page .section1 .product-list .product .product__ttl {
    font-size: 2.4rem;
  }
  .top-page .section1 .product-list .product .product__ttl small {
    font-size: 1.4rem;
  }
}
.top-page .section1 .product-list .product .product__name {
  font-size: 1.9rem;
  font-family: "ヒラギノ角ゴ W4 JIS2004";
  line-height: 1.375;
}
@media print, screen and (min-width: 751px) {
  .top-page .section1 .product-list .product .product__name {
    font-size: 2.2rem;
    margin-top: 20px;
  }
  .top-page .section1 .product-list .product .product__name.line2 {
    margin-top: 5px;
  }
}
@media print and (max-width: 1366px), screen and (min-width: 751px) and (max-width: 1366px) {
  .top-page .section1 .product-list .product .product__name {
    font-size: 1.6vw;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .top-page .section1 .product-list .product .product__name {
    font-size: 1.4rem;
  }
}
.top-page .section2 {
  background: #F0F4F7 url(../img/top/section-bg2@sp.png) no-repeat right top 14px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media print, screen and (min-width: 751px) {
  .top-page .section2 {
    background: #F0F4F7 url(../img/top/section-bg2.png) no-repeat right 6.25% bottom 63px;
    background-size: 27.5520833333%;
    padding-top: 100px;
    padding-bottom: 88px;
  }
}
.top-page .section2 .section__ttl {
  text-align: center;
  font-size: 2.6rem;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
  margin-bottom: 60px;
}
@media print, screen and (min-width: 751px) {
  .top-page .section2 .section__ttl {
    font-size: 4rem;
    margin-bottom: 60px;
  }
}
@media print and (max-width: 1366px), screen and (min-width: 751px) and (max-width: 1366px) {
  .top-page .section2 .section__ttl {
    font-size: 2.9282576867vw;
  }
}
.top-page .section2 .button {
  margin-left: auto;
  margin-right: auto;
}
.top-page .qa-swiper-container {
  padding-top: 2em;
  margin-bottom: 40px;
}
.top-page .qa-swiper-container .swiper-slide {
  background: white;
  border-radius: 15px;
  padding: 55px 24px 10px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .top-page .qa-swiper-container .swiper-slide {
    padding: 60px 36px 14px;
    transform: scaleY(0.8);
  }
  .top-page .qa-swiper-container .swiper-slide * {
    opacity: 0;
    transition: 0.3s ease;
  }
}
.top-page .qa-swiper-container .swiper-slide .qa_slide__num {
  position: absolute;
  left: 16px;
  top: 0;
  transform: translateY(-50%);
  font-family: "UDTypos515", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3rem;
  color: #03A8C6;
}
@media print, screen and (min-width: 751px) {
  .top-page .qa-swiper-container .swiper-slide .qa_slide__num {
    font-size: 4rem;
    left: 24px;
  }
}
.top-page .qa-swiper-container .swiper-slide .qa_slide__ttl {
  font-size: 1.6rem;
  line-height: 1.7916666667;
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  height: 5.4em;
  margin-bottom: 26px;
  text-align: center;
}
@media print, screen and (min-width: 751px) {
  .top-page .qa-swiper-container .swiper-slide .qa_slide__ttl {
    font-size: 2.4rem;
  }
}
@media print and (max-width: 1366px), screen and (min-width: 751px) and (max-width: 1366px) {
  .top-page .qa-swiper-container .swiper-slide .qa_slide__ttl {
    font-size: 1.756954612vw;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .top-page .qa-swiper-container .swiper-slide .qa_slide__ttl {
    font-size: 1.6rem;
  }
}
.top-page .qa-swiper-container .swiper-slide .qa_slide__bottom {
  font-family: "ヒラギノ角ゴ W4 JIS2004";
  font-size: 1.3rem;
  line-height: 1.7;
}
@media print, screen and (min-width: 751px) {
  .top-page .qa-swiper-container .swiper-slide .qa_slide__bottom {
    font-size: 2rem;
  }
}
@media print and (max-width: 1366px), screen and (min-width: 751px) and (max-width: 1366px) {
  .top-page .qa-swiper-container .swiper-slide .qa_slide__bottom {
    font-size: 1.4641288433vw;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .top-page .qa-swiper-container .swiper-slide .qa_slide__bottom {
    font-size: 1.4rem;
  }
}
.top-page .qa-swiper-container .swiper-slide .qa_slide__bottom:before {
  content: "";
  display: block;
  width: 100%;
  border-bottom: solid 3px #D9E3EB;
  border-radius: 15px;
  margin-bottom: 24px;
}
@media print, screen and (min-width: 751px) {
  .top-page .qa-swiper-container .swiper-slide .qa_slide__bottom:before {
    border-bottom: solid 4px #D9E3EB;
    margin-bottom: 36px;
  }
}
.top-page .qa-swiper-container .swiper-slide .qa_slide__txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media all and (-ms-high-contrast: none) {
  .top-page .qa-swiper-container .swiper-slide *::-ms-backdrop, .top-page .qa-swiper-container .swiper-slide .qa_slide__txt {
    /* IE11 にのみ適用される */
    height: 5.1em;
    overflow-y: hidden;
    position: relative;
  }
  .top-page .qa-swiper-container .swiper-slide *::-ms-backdrop, .top-page .qa-swiper-container .swiper-slide .qa_slide__txt:before {
    content: "…";
    bottom: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 30%);
    padding-left: 1em;
  }
}
.top-page .qa-swiper-container .swiper-slide .qa_slide__btn {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #D9E3EB url(../img/top/slide-next.svg) no-repeat center center;
  background-size: 10px;
  margin: auto;
  margin-top: 32px;
}
@media print, screen and (min-width: 751px) {
  .top-page .qa-swiper-container .swiper-slide .qa_slide__btn {
    width: 45px;
    height: 45px;
    background: #D9E3EB url(../img/top/slide-next.svg) no-repeat left 50% center;
    background-size: 15px;
  }
  .top-page .qa-swiper-container .swiper-slide .qa_slide__btn:hover {
    opacity: 1;
    background: #00A7C6 url(../img/top/slide-next.svg) no-repeat left 60% center;
    background-size: 15px;
  }
}
.top-page .qa-swiper-container .qa-swiper-button-prev,
.top-page .qa-swiper-container .qa-swiper-button-next {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
  border-radius: 100%;
  outline: none;
}
.top-page .qa-swiper-container .qa-swiper-button-prev {
  background-size: 22px;
  left: 0;
  transition: 0.3s ease;
}
@media (max-width: 750px) {
  .top-page .qa-swiper-container .qa-swiper-button-prev {
    transform: translateX(-50%);
    background: #03A8C6 url(../img/top/slide-prev.svg) no-repeat right 14px center;
    background-size: 14px;
  }
}
@media print, screen and (min-width: 751px) {
  .top-page .qa-swiper-container .qa-swiper-button-prev {
    background: #03A8C6 url(../img/top/slide-prev.svg) no-repeat left 45% center;
    background-size: 22px;
    left: 9%;
  }
}
@media print and (max-width: 1693px), screen and (min-width: 751px) and (max-width: 1693px) {
  .top-page .qa-swiper-container .qa-swiper-button-prev {
    left: 3%;
  }
}
@media print, screen and (min-width: 751px) {
  .top-page .qa-swiper-container .qa-swiper-button-prev:hover {
    background-position: left 35% center;
  }
}
.top-page .qa-swiper-container .qa-swiper-button-next {
  right: 0;
  transition: 0.3s ease;
}
@media (max-width: 750px) {
  .top-page .qa-swiper-container .qa-swiper-button-next {
    transform: translateX(50%);
    background: #03A8C6 url(../img/top/slide-next.svg) no-repeat left 14px center;
    background-size: 14px;
  }
}
@media print, screen and (min-width: 751px) {
  .top-page .qa-swiper-container .qa-swiper-button-next {
    background: #03A8C6 url(../img/top/slide-next.svg) no-repeat right 45% center;
    background-size: 22px;
    right: 9%;
  }
}
@media print and (max-width: 1693px), screen and (min-width: 751px) and (max-width: 1693px) {
  .top-page .qa-swiper-container .qa-swiper-button-next {
    right: 3%;
  }
}
@media print, screen and (min-width: 751px) {
  .top-page .qa-swiper-container .qa-swiper-button-next:hover {
    background-position: right 35% center;
  }
}
.top-page .qa-swiper-container .swiper-slide-prev,
.top-page .qa-swiper-container .swiper-slide-active,
.top-page .qa-swiper-container .swiper-slide-next {
  transform: scaleY(1);
}
.top-page .qa-swiper-container .swiper-slide-prev *,
.top-page .qa-swiper-container .swiper-slide-active *,
.top-page .qa-swiper-container .swiper-slide-next * {
  opacity: 1;
}
.top-page .section3 {
  padding-top: 64px;
  background: url(../img/top/news-bg@sp.png) no-repeat right top;
  background-size: 163px;
}
@media (max-width: 750px) {
  .top-page .section3 .button {
    margin: auto;
    margin-top: 44px;
  }
}
@media print, screen and (min-width: 751px) {
  .top-page .section3 {
    padding-top: 88px;
    background: url(../img/top/news-bg.png) no-repeat left 3.125% top 130px;
    background-size: 30.78125%;
  }
}
.top-page .section3 .section__ttl {
  font-size: 2.6rem;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
  margin-bottom: 40px;
  line-height: 1.6944444444;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 751px) {
  .top-page .section3 .section__ttl {
    font-size: 4rem;
    margin-bottom: 60px;
  }
}
@media print and (max-width: 1366px), screen and (min-width: 751px) and (max-width: 1366px) {
  .top-page .section3 .section__ttl {
    font-size: 2.9282576867vw;
  }
}
@media print, screen and (min-width: 751px) {
  .top-page .section3 .section3__inner {
    display: flex;
    align-items: center;
    width: 100%;
  }
}
@media print, screen and (min-width: 751px) {
  .top-page .section3 .section3__inner .section3__left {
    padding-left: 18.75%;
  }
}
@media print and (max-width: 1920px), screen and (min-width: 751px) and (max-width: 1920px) {
  .top-page .section3 .section3__inner .section3__left {
    padding-left: 14.5833333333%;
  }
}
@media print and (max-width: 1440px), screen and (min-width: 751px) and (max-width: 1440px) {
  .top-page .section3 .section3__inner .section3__left {
    padding-left: 5.5555555556%;
  }
}
@media print, screen and (min-width: 751px) {
  .top-page .section3 .section3__inner .section3__right {
    margin-left: auto;
    width: 60.2083333333%;
    background: #C9EEEC;
    position: relative;
    padding-top: 95px;
    padding-bottom: 104px;
    padding-left: 8.2291666667%;
  }
}
.top-page .section3 .section3__inner .section3__right .news-list {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 751px) {
  .top-page .section3 .section3__inner .section3__right .news-list {
    min-height: 296px;
  }
}
.top-page .section3 .section3__inner .section3__right .news-list .news:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 750px) {
  .top-page .section3 .section3__inner .section3__right .news-list .news:not(:last-child) {
    border-bottom: solid 1px #E6E6E6;
    padding-bottom: 22px;
  }
}
@media (min-width: 751px) {
  .top-page .section3 .section3__inner .section3__right .news-list .news:not(:last-child) {
    margin-bottom: 30px;
  }
}
.top-page .section3 .section3__inner .section3__right .news-list .news .news__date {
  margin-bottom: 1em;
  font-family: "ヒラギノ角ゴ W6 JIS2004";
}
@media print, screen and (min-width: 751px) {
  .top-page .section3 .section3__inner .section3__right .news-list .news .news__date {
    font-size: 2.4rem;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .top-page .section3 .section3__inner .section3__right .news-list .news .news__date {
    font-size: 2.34375vw;
  }
}
.top-page .section3 .section3__inner .section3__right .news-list .news__link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  transition: 0.3s ease;
  font-family: "ヒラギノ角ゴ W4 JIS2004";
}
@media print, screen and (min-width: 751px) {
  .top-page .section3 .section3__inner .section3__right .news-list .news__link {
    font-size: 2rem;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .top-page .section3 .section3__inner .section3__right .news-list .news__link {
    font-size: 1.953125vw;
  }
}
@media print, screen and (min-width: 751px) {
  .top-page .section3 .section3__inner .section3__right .news-list .news__link:hover {
    opacity: 0.8;
  }
}
@media (max-width: 750px) {
  .top-page .section3 .section3__inner .section3__right .news-list .news__link .news__link__txt {
    font-size: 1.5rem;
  }
}
.top-page .section3 .section3__inner .section3__right .news-list .news__link.target_blank:after {
  content: "";
  display: block;
  width: 22px;
  height: 18px;
  background: url(../img/common/target-blank.svg) no-repeat center bottom;
  background-size: contain;
  margin-left: 3px;
}
@media print, screen and (min-width: 751px) {
  .top-page .section3 .section3__inner .section3__right .news-list .news__link.target_blank:after {
    width: 22px;
    height: 18px;
    margin-left: 0.5em;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .top-page .section3 .section3__inner .section3__right .news-list .news__link.target_blank:after {
    width: 2.1484375vw;
    height: 1.7578125vw;
  }
}
.top-page .section3 .section3__inner .section3__right .news-list .news__link .news__tag {
  width: 42px;
  height: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 21px;
  margin-right: 4px;
}
@media print, screen and (min-width: 751px) {
  .top-page .section3 .section3__inner .section3__right .news-list .news__link .news__tag {
    width: 80px;
    height: 36px;
    margin-right: 8px;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .top-page .section3 .section3__inner .section3__right .news-list .news__link .news__tag {
    width: 7.8125vw;
    height: 3.515625vw;
  }
}
.top-page .section3 .section3__inner .section3__right .news-list .news__link .tag-color1 {
  color: white;
  background: #CF152D;
}
.top-page .section3 .section3__inner .section3__right .news-list .news__link .tag-color2 {
  background: #FFF550;
}
@media print, screen and (min-width: 751px) {
  .top-page .section3 .section3__inner .section3__right:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    width: 248px;
    height: 100%;
    background: white;
  }
  .top-page .section3 .section3__inner .section3__right:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    width: 496px;
    height: 100%;
    background: #C9EEEC;
    border-radius: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .top-page .section4 {
    margin-top: 104px;
  }
}
@media print, screen and (min-width: 751px) {
  .top-page .section4 {
    margin-top: 120px;
  }
}
.top-page .section4 .section4__inner {
  display: flex;
}
@media only screen and (max-width: 750px) {
  .top-page .section4 .section4__inner {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 751px) {
  .top-page .section4 .section4__inner {
    align-items: center;
    width: 100%;
  }
}
@media print, screen and (min-width: 751px) {
  .top-page .section4 .section4__inner .section4__left {
    width: 55.8854166667%;
    padding-top: 98px;
    background: #D5F3F8 url(../img/top/recomend-bg.png) no-repeat left 33.1780055918% top 45px;
    position: relative;
  }
}
@media screen and (min-width: 751px) and (min-width: 1441px) {
  .top-page .section4 .section4__inner .section4__left {
    background-position: left 40% top 45px;
  }
}
@media print, screen and (min-width: 751px) {
  .top-page .section4 .section4__inner .section4__left:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    content: "";
    display: block;
    background: "";
    width: 21.6216216216%;
    background: white;
  }
  .top-page .section4 .section4__inner .section4__left:after {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    content: "";
    display: block;
    width: 43.2432432432%;
    border-radius: 100%;
    background: #D5F3F8;
  }
}
@media print, screen and (min-width: 751px) {
  .top-page .section4 .section4__inner .section4__right {
    padding-left: 108px;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 751px) and (max-width: 1279px) {
  .top-page .section4 .section4__inner .section4__right {
    padding-left: 8.4375vw;
  }
}
.top-page .section4 .section4__inner .section__ttl {
  font-size: 2.6rem;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
  margin-bottom: 40px;
  line-height: 1.6944444444;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 751px) {
  .top-page .section4 .section4__inner .section__ttl {
    font-size: 4rem;
    margin-bottom: 60px;
  }
}
@media print and (max-width: 1366px), screen and (min-width: 751px) and (max-width: 1366px) {
  .top-page .section4 .section4__inner .section__ttl {
    font-size: 2.9282576867vw;
  }
}
.top-page .section4 .recommend-swiper-container {
  width: 100%;
  overflow: hidden;
}
.top-page .section4 .recommend-swiper-container .recommend-swiper__nav {
  margin-top: 12px;
  align-items: center;
}
@media print, screen and (min-width: 751px) {
  .top-page .section4 .recommend-swiper-container .recommend-swiper__nav {
    margin-top: 40px;
  }
}
.top-page .section4 .recommend-swiper-container .recommend-swiper-button-prev,
.top-page .section4 .recommend-swiper-container .recommend-swiper-button-next {
  width: 30px;
  height: 30px;
  background: #03A8C6;
  border-radius: 100%;
  outline: none;
  cursor: pointer;
}
@media print, screen and (min-width: 751px) {
  .top-page .section4 .recommend-swiper-container {
    width: 55.9179869525%;
    margin-left: auto;
    max-width: 600px;
    margin-bottom: 40px;
    padding: 0 8px 8px;
    overflow: hidden;
    position: relative;
    right: -8px;
    z-index: 1;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .top-page .section4 .recommend-swiper-container {
    width: 300px;
    max-width: 100%;
  }
}
.top-page .section4 .recommend-swiper-container .recommend-swiper-button-prev {
  background: #03A8C6 url(../img/top/slide-prev.svg) no-repeat left 45% center;
  transition: 0.3s ease;
  background-size: 11px;
  margin-right: 15px;
}
.top-page .section4 .recommend-swiper-container .recommend-swiper-button-prev:hover {
  background-position: left 35% center;
}
.top-page .section4 .recommend-swiper-container .recommend-swiper-button-next {
  background: #03A8C6 url(../img/top/slide-next.svg) no-repeat right 45% center;
  transition: 0.3s ease;
  background-size: 11px;
  margin-left: 15px;
}
.top-page .section4 .recommend-swiper-container .recommend-swiper-button-next:hover {
  background-position: right 35% center;
}
.top-page .section4 .recommend-swiper-container .recommend-swiper-pagination {
  display: flex;
  align-items: center;
}
.top-page .section4 .recommend-swiper-container .recommend-swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 15px;
  cursor: pointer;
}
.top-page .section4 .recommend-swiper-container .recommend-swiper-pagination .swiper-pagination-bullet-active {
  background: #00A7C6;
}
.top-page .section4 .recommend-swiper-container .recommend-swiper-pause {
  width: 14px;
  height: 20px;
  display: inline-block;
  background: url(../img/top/slide-pause.svg) no-repeat;
  background-size: contain;
  margin-left: 25px;
}
.top-page .section4 .recommend-swiper-container .recommend-swiper-pause.active {
  background: none;
  position: relative;
}
.top-page .section4 .recommend-swiper-container .recommend-swiper-pause.active:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-width: 8px 14px;
  border-style: solid;
  border-color: transparent transparent transparent #00A7C6;
}
.top-page .section4 .recommend-swiper-container .panel img {
  vertical-align: bottom;
  border-radius: 15px 15px 0 0;
}
.top-page .section4 .recommend-swiper-container .panel__txt {
  background: white;
  border-radius: 0 0 15px 15px;
  padding: 20px 20px 28px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
  line-height: 1.6842105263;
}

@keyframes scroll {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(5px);
  }
}
.knowledgelinks {
  color: #1a0dab;
  text-decoration: underline;
  font-size: 14px;
}

#main .h2_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#main .h2_title h2 {
  font-size: 40px;
  line-height: 1.25;
}
#main .h2_title h2 .sp_break {
  display: none;
}
#main .h2_title .line {
  width: 300px;
  height: 5px;
  border-radius: 10px;
  background-color: #C73435;
  margin-top: 10px;
}

@media screen and (max-width: 1366px) {
  #main .h2_title h2 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 850px) {
  #main .h2_title h2 {
    margin: 4rem 0 0;
  }
}
@media screen and (max-width: 600px) {
  #main .h2_title {
    margin-bottom: 50px;
  }
  #main .h2_title h2 {
    font-size: 2.6rem;
    text-align: center;
    margin: 0;
  }
  #main .h2_title h2 .sp_break {
    display: block;
  }
  #main .h2_title .line {
    width: 20rem;
    height: 3px;
  }
}
.base_button {
  position: relative;
  background-color: #C73435;
  border-radius: 100px;
  border: 2px solid #C73435;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.base_button p {
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  color: white;
}
.base_button span {
  position: absolute;
}
.base_button span img {
  max-width: 100%;
}
.base_button:hover {
  background-color: white;
}
.base_button:hover p {
  color: #C73435;
}
.base_button:hover span img {
  content: url("../img/common/red_arrow_right.webp");
}

.content_1 {
  max-width: 1200px;
  margin: 85px auto 120px;
}
.content_1 .content_wrap .box_wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 50px;
}
.content_1 .content_wrap .box_wrap .box {
  width: calc(33.3333333333% - 30px);
  background-color: white;
  border: 4px solid #CBCBCB;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}
.content_1 .content_wrap .box_wrap .box .img img {
  max-width: 100%;
}
.content_1 .content_wrap .box_wrap .box .box_text {
  font-size: 28px;
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  text-align: center;
  margin-top: 15px;
}
.content_1 .content_wrap .box_wrap .box_1 .img {
  width: 160px;
}
.content_1 .content_wrap .box_wrap .box_2 .img {
  width: 115px;
}
.content_1 .content_wrap .box_wrap .box_3 .img {
  width: 120px;
}
.content_1 .content_wrap .down_arrow {
  display: flex;
  justify-content: center;
  margin: 30px auto 20px;
  width: 80px;
}
.content_1 .content_wrap .down_arrow img {
  max-width: 100%;
}
.content_1 .content_wrap .solution_part {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.content_1 .content_wrap .solution_part .img {
  width: 15%;
  margin-right: 40px;
}
.content_1 .content_wrap .solution_part .img img {
  max-width: 100%;
}
.content_1 .content_wrap .solution_part .solution_desc_wrap .solution_desc {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content_1 .content_wrap .solution_part .solution_desc_wrap .solution_desc .text {
  font-size: 30px;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
  margin-bottom: 20px;
  line-height: 1.25;
}
.content_1 .content_wrap .solution_part .solution_desc_wrap .solution_desc .text .sp_break {
  display: none;
}
.content_1 .content_wrap .solution_part .solution_desc_wrap .leaseback_button {
  width: 100%;
  height: 80px;
}
.content_1 .content_wrap .solution_part .solution_desc_wrap .leaseback_button p {
  font-size: 22px;
}
.content_1 .content_wrap .solution_part .solution_desc_wrap .leaseback_button span {
  right: 30px;
  width: 12px;
}

@media screen and (max-width: 1366px) {
  .content_1 {
    margin: 30px auto 80px;
  }
  .content_1 .content_wrap {
    margin: 0 40px;
  }
  .content_1 .content_wrap .box_wrap {
    margin: 50px auto;
  }
  .content_1 .content_wrap .box_wrap .box .box_text {
    font-size: 2rem;
  }
  .content_1 .content_wrap .box_wrap .box_1 .img {
    width: 14rem;
  }
  .content_1 .content_wrap .box_wrap .box_2 .img {
    width: 10rem;
  }
  .content_1 .content_wrap .box_wrap .box_3 .img {
    width: 10rem;
  }
  .content_1 .content_wrap .down_arrow {
    width: 6rem;
  }
  .content_1 .content_wrap .solution_part .img {
    width: 14rem;
  }
  .content_1 .content_wrap .solution_part .solution_desc_wrap .solution_desc .text {
    font-size: 2.5rem;
  }
  .content_1 .content_wrap .solution_part .solution_desc_wrap .leaseback_button {
    width: 100%;
    height: 70px;
  }
  .content_1 .content_wrap .solution_part .solution_desc_wrap .leaseback_button p {
    font-size: 2rem;
  }
  .content_1 .content_wrap .solution_part .solution_desc_wrap .leaseback_button span {
    right: 20px;
    width: 13px;
  }
}
@media screen and (max-width: 935px) {
  .content_1 .content_wrap .box_wrap {
    flex-direction: column;
    margin: 30px 0;
  }
  .content_1 .content_wrap .box_wrap .box {
    width: 90%;
    margin: 0 auto 2.5rem;
  }
  .content_1 .content_wrap .box_wrap .box:last-child {
    margin-bottom: 0;
  }
  .content_1 .content_wrap .solution_part {
    flex-direction: column;
  }
  .content_1 .content_wrap .solution_part .img {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .content_1 {
    margin: 80px auto;
  }
  .content_1 .content_wrap {
    margin: 0 auto;
    width: 93%;
  }
  .content_1 .content_wrap .box_wrap .box {
    padding: 20px 0;
    border: 2px solid #CBCBCB;
    width: 100%;
    height: 190px;
  }
  .content_1 .content_wrap .box_wrap .box_1 .img {
    width: 30vw;
  }
  .content_1 .content_wrap .box_wrap .box_2 .img {
    width: 23vw;
  }
  .content_1 .content_wrap .box_wrap .box_3 .img {
    width: 23vw;
  }
  .content_1 .content_wrap .solution_part .img {
    width: 12rem;
  }
  .content_1 .content_wrap .solution_part .solution_desc_wrap {
    width: 100%;
  }
  .content_1 .content_wrap .solution_part .solution_desc_wrap .solution_desc .text {
    font-size: 17px;
    text-align: center;
    white-space: nowrap;
  }
  .content_1 .content_wrap .solution_part .solution_desc_wrap .solution_desc .text .sp_break {
    display: none;
  }
  .content_1 .content_wrap .solution_part .solution_desc_wrap .leaseback_button {
    height: 5rem;
  }
  .content_1 .content_wrap .solution_part .solution_desc_wrap .leaseback_button p {
    font-size: 4.3vw;
  }
  .content_1 .content_wrap .solution_part .solution_desc_wrap .leaseback_button span {
    width: 2.25vw;
  }
}
.content_2 {
  background-color: #FFF5D8;
  padding: 50px 0 100px;
}
.content_2 .content_wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.content_2 .content_wrap .content_box_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.content_2 .content_wrap .content_box_wrap .box_1 .box_content .img {
  width: 68px;
}
.content_2 .content_wrap .content_box_wrap .box_2 .box_content .img {
  width: 68px;
}
.content_2 .content_wrap .content_box_wrap .box_3 .box_content .img {
  width: 68px;
}
.content_2 .content_wrap .content_box_wrap .box_3 .box_content .box_title .title .sp_break_1 {
  display: block;
}
.content_2 .content_wrap .content_box_wrap .box_3 .box_content .box_title .title .sp_break_2 {
  display: none;
}
.content_2 .content_wrap .content_box_wrap .box_4 .box_content .img {
  width: 68px;
}
.content_2 .content_wrap .content_box_wrap .box {
  width: calc(50% - 40px);
}
.content_2 .content_wrap .content_box_wrap .box:nth-child(-n+2) {
  margin-bottom: 50px;
}
.content_2 .content_wrap .content_box_wrap .box .box_head {
  background-color: #C73435;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.content_2 .content_wrap .content_box_wrap .box .box_head p {
  color: white;
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  font-size: 20px;
  text-align: center;
  padding: 15px 0;
}
.content_2 .content_wrap .content_box_wrap .box .box_content {
  background-color: white;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 30px;
  height: 310px;
}
.content_2 .content_wrap .content_box_wrap .box .box_content .box_title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 0 30px;
  height: 120px;
}
.content_2 .content_wrap .content_box_wrap .box .box_content .box_title .img {
  margin-right: 10px;
}
.content_2 .content_wrap .content_box_wrap .box .box_content .box_title .img img {
  max-width: 100%;
}
.content_2 .content_wrap .content_box_wrap .box .box_content .box_title .title {
  font-family: "UDTypos515", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  line-height: 1.25;
}
.content_2 .content_wrap .content_box_wrap .box .box_content .box_desc p {
  font-family: "ヒラギノ角ゴ W4 JIS2004";
  font-size: 18px;
  line-height: 1.75;
}

@media screen and (max-width: 1366px) {
  .content_2 {
    padding: 30px 0 80px;
  }
  .content_2 .content_wrap {
    max-width: 100%;
  }
  .content_2 .content_wrap .content_box_wrap {
    margin: 50px auto 0;
    width: 90%;
  }
  .content_2 .content_wrap .content_box_wrap .box_1 .box_content .img {
    width: 6rem;
  }
  .content_2 .content_wrap .content_box_wrap .box .box_content {
    padding: 20px 30px;
    height: 290px;
  }
  .content_2 .content_wrap .content_box_wrap .box .box_content .box_title {
    padding: 0 0 20px;
  }
  .content_2 .content_wrap .content_box_wrap .box .box_content .box_title .title {
    font-size: 2rem;
  }
  .content_2 .content_wrap .content_box_wrap .box .box_content .box_desc p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 980px) {
  .content_2 .content_wrap .content_box_wrap .box {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 880px) {
  .content_2 .content_wrap .content_box_wrap {
    flex-direction: column;
  }
  .content_2 .content_wrap .content_box_wrap .box {
    width: 100%;
  }
  .content_2 .content_wrap .content_box_wrap .box:nth-child(3) {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .content_1 {
    margin: 50px auto;
  }
  .content_2 {
    padding: 50px 0 100px;
  }
  .content_2 .content_wrap .content_box_wrap {
    margin: 50px auto 0;
    width: 93%;
  }
  .content_2 .content_wrap .content_box_wrap .box .box_head p {
    padding: 9px 0;
  }
  .content_2 .content_wrap .content_box_wrap .box .box_content {
    height: auto;
    padding: 20px 20px 30px;
  }
  .content_2 .content_wrap .content_box_wrap .box .box_content .box_title {
    height: auto;
  }
  .content_2 .content_wrap .content_box_wrap .box .box_content .box_title .title {
    font-size: 1.8rem;
  }
  .content_2 .content_wrap .content_box_wrap .box_1 .box_content .img {
    width: 13vw;
  }
  .content_2 .content_wrap .content_box_wrap .box_2 .box_content .img {
    width: 13vw;
  }
  .content_2 .content_wrap .content_box_wrap .box_3 .box_content .img {
    width: 12vw;
  }
  .content_2 .content_wrap .content_box_wrap .box_3 .box_content .box_title .title .sp_break_1 {
    display: none;
  }
  .content_2 .content_wrap .content_box_wrap .box_3 .box_content .box_title .title .sp_break_2 {
    display: block;
  }
  .content_2 .content_wrap .content_box_wrap .box_4 .box_content .img {
    width: 13vw;
  }
}
.content_3 {
  padding: 85px 0 120px;
}
.content_3 .content_wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.content_3 .content_wrap .example_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
}
.content_3 .content_wrap .example_wrap .example_box {
  position: relative;
  width: calc(50% - 30px);
  background-color: #FFF5D8;
  border: 4px solid #C73335;
  border-radius: 5px;
  padding: 0 20px 40px;
  height: 520px;
  display: flex;
  flex-direction: column;
}
.content_3 .content_wrap .example_wrap .example_box .head_title {
  background-color: #C73435;
  border-radius: 5px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.content_3 .content_wrap .example_wrap .example_box .head_title p {
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  font-size: 24px;
  color: white;
  padding: 10px 30px 10px 35px;
}
.content_3 .content_wrap .example_wrap .example_box .main_title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9rem;
  margin: 4rem 0 3rem;
}
.content_3 .content_wrap .example_wrap .example_box .main_title p {
  font-size: 28px;
  font-family: "UDTypos515", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  line-height: 1.5;
}
.content_3 .content_wrap .example_wrap .example_box .main_title p .sp_break {
  display: none;
}
.content_3 .content_wrap .example_wrap .example_box .main_title p .sp_break_3 {
  display: block;
}
.content_3 .content_wrap .example_wrap .example_box .problem_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.content_3 .content_wrap .example_wrap .example_box .problem_box .person_img {
  width: 110px;
  margin-right: 15px;
}
.content_3 .content_wrap .example_wrap .example_box .problem_box .person_img img {
  max-width: 100%;
}
.content_3 .content_wrap .example_wrap .example_box .problem_box .desc_wrap {
  display: flex;
  width: 75%;
  flex-direction: column;
}
.content_3 .content_wrap .example_wrap .example_box .problem_box .desc_wrap .green_box_wrap {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}
.content_3 .content_wrap .example_wrap .example_box .problem_box .desc_wrap .green_box_wrap .box {
  background-color: #419E85;
  border-radius: 5px;
  margin-right: 8px;
}
.content_3 .content_wrap .example_wrap .example_box .problem_box .desc_wrap .green_box_wrap .box p {
  color: white;
  font-family: "UDTypos515", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  padding: 8px 13px;
}
.content_3 .content_wrap .example_wrap .example_box .problem_box .desc_wrap .green_box_wrap .box:nth-child(3) {
  margin-right: 0;
}
.content_3 .content_wrap .example_wrap .example_box .problem_box .desc_wrap .green_box_wrap .box:nth-child(3) p {
  padding: 8px 8px 8px 13px;
}
.content_3 .content_wrap .example_wrap .example_box .problem_box .desc_wrap .problem_desc .sub_title {
  font-family: "UDTypos515", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
}
.content_3 .content_wrap .example_wrap .example_box .problem_box .desc_wrap .problem_desc .desc_text {
  font-size: 16px;
  font-family: "ヒラギノ角ゴ W4 JIS2004";
  line-height: 1.4;
}
.content_3 .content_wrap .example_wrap .example_box .down_arrow {
  margin: 10px auto 30px;
  width: 50px;
}
.content_3 .content_wrap .example_wrap .example_box .down_arrow img {
  max-width: 100%;
}
.content_3 .content_wrap .example_wrap .example_box .solution_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.content_3 .content_wrap .example_wrap .example_box .solution_box .person_img {
  width: 110px;
  margin-right: 15px;
}
.content_3 .content_wrap .example_wrap .example_box .solution_box .person_img img {
  max-width: 100%;
}
.content_3 .content_wrap .example_wrap .example_box .solution_box .solution_desc {
  width: 75%;
}
.content_3 .content_wrap .example_wrap .example_box .solution_box .solution_desc .sub_title {
  font-family: "UDTypos515", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 26px;
  margin-bottom: 10px;
}
.content_3 .content_wrap .example_wrap .example_box .solution_box .solution_desc .desc_text {
  font-family: "ヒラギノ角ゴ W4 JIS2004";
  font-size: 16px;
  line-height: 1.35;
  margin-bottom: 10px;
}
.content_3 .content_wrap .example_wrap .example_box .solution_box .solution_desc .desc_text .amount {
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  color: #C73435;
  font-size: 18px;
}
.content_3 .content_wrap .example_wrap .example_box .solution_box .solution_desc .desc_text .yen {
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  color: #C73435;
}
.content_3 .content_wrap .example_wrap .example_box .solution_box .solution_desc .leaseback_link {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.content_3 .content_wrap .example_wrap .example_box .solution_box .solution_desc .leaseback_link .arrow_img {
  width: 10px;
  margin-right: 5px;
}
.content_3 .content_wrap .example_wrap .example_box .solution_box .solution_desc .leaseback_link .arrow_img img {
  max-width: 100%;
}
.content_3 .content_wrap .example_wrap .example_box .solution_box .solution_desc .leaseback_link p {
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  font-size: 16px;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.content_3 .content_wrap .example_wrap .example_box:first-child {
  margin-right: 20px;
}
.content_3 .content_wrap .example_wrap .example_box:nth-child(2) {
  margin-left: 20px;
}
.content_3 .content_wrap .example_wrap .example_box:nth-child(3) {
  margin-top: 70px;
}
.content_3 .content_wrap .add_on_text_wrap {
  display: flex;
  justify-content: center;
}
.content_3 .content_wrap .add_on_text_wrap .add_on_text {
  margin-top: 20px;
  color: #707070;
  font-family: "ヒラギノ角ゴ W4 JIS2004";
  font-size: 16px;
  line-height: 1.75;
}
.content_3 .content_wrap .add_on_text_wrap .add_on_text::before {
  content: "※";
}
.content_3 .content_wrap .case_link_button {
  width: 40rem;
  height: 6.3rem;
  margin: 50px auto 0;
}
.content_3 .content_wrap .case_link_button p {
  font-size: 20px;
}
.content_3 .content_wrap .case_link_button span {
  position: absolute;
  width: 9px;
  right: 25px;
}

@media screen and (max-width: 1366px) {
  .content_3 {
    padding: 30px 0 80px;
  }
  .content_3 .content_wrap {
    max-width: 100%;
  }
  .content_3 .content_wrap .example_wrap {
    margin: 0 auto;
    width: 90%;
  }
  .content_3 .content_wrap .example_wrap .example_box {
    width: calc(50% - 10px);
    padding: 0 10px 20px;
    height: 550px;
  }
  .content_3 .content_wrap .example_wrap .example_box .head_title {
    top: -21px;
  }
  .content_3 .content_wrap .example_wrap .example_box .head_title p {
    font-size: 20px;
  }
  .content_3 .content_wrap .example_wrap .example_box .main_title {
    margin: 50px 0 40px;
    height: 75px;
    display: flex;
    align-items: center;
  }
  .content_3 .content_wrap .example_wrap .example_box .main_title p {
    font-size: 30px;
  }
  .content_3 .content_wrap .example_wrap .example_box .main_title p .sp_break {
    display: block;
  }
  .content_3 .content_wrap .example_wrap .example_box .problem_box .person_img {
    width: 7.5vw;
  }
  .content_3 .content_wrap .example_wrap .example_box:nth-child(1) {
    margin-right: 5px;
  }
  .content_3 .content_wrap .example_wrap .example_box:nth-child(2) {
    margin-left: 5px;
  }
  .content_3 .content_wrap .example_wrap .example_box .solution_box .person_img {
    width: 7.5vw;
  }
  .content_3 .content_wrap .case_link_button {
    height: 7rem;
  }
  .content_3 .content_wrap .case_link_button p {
    font-size: 2rem;
  }
  .content_3 .content_wrap .case_link_button span {
    width: 13px;
  }
}
@media screen and (max-width: 1112px) {
  .content_3 .content_wrap .example_wrap .example_box .problem_box .desc_wrap {
    width: 77%;
  }
  .content_3 .content_wrap .example_wrap .example_box .problem_box .desc_wrap .problem_desc .desc_text {
    font-size: 14px;
  }
  .content_3 .content_wrap .example_wrap .example_box .problem_box .desc_wrap .green_box_wrap .box p {
    padding: 0.8rem 1rem;
  }
  .content_3 .content_wrap .example_wrap .example_box .solution_box .solution_desc .desc_text {
    font-size: 14px;
  }
}
@media screen and (max-width: 980px) {
  .content_3 .content_wrap .example_wrap {
    flex-direction: column;
  }
  .content_3 .content_wrap .example_wrap .example_box {
    width: 80%;
    margin-bottom: 5rem;
  }
  .content_3 .content_wrap .example_wrap .example_box .problem_box .person_img {
    width: 16vw;
  }
  .content_3 .content_wrap .example_wrap .example_box .problem_box .desc_wrap {
    width: 70%;
  }
  .content_3 .content_wrap .example_wrap .example_box .solution_box .person_img {
    width: 16vw;
  }
  .content_3 .content_wrap .example_wrap .example_box .solution_box .solution_desc {
    width: 70%;
  }
  .content_3 .content_wrap .example_wrap .example_box:nth-child(1) {
    margin-right: 0;
  }
  .content_3 .content_wrap .example_wrap .example_box:nth-child(2) {
    margin-left: 0;
  }
  .content_3 .content_wrap .example_wrap .example_box:nth-child(3) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .content_3 .content_wrap .add_on_text_wrap .add_on_text {
    font-size: 16px;
    padding-left: 22px;
  }
  .content_3 .content_wrap .add_on_text_wrap .add_on_text::before {
    margin-left: -22px;
  }
  .content_3 .content_wrap .case_link_button {
    margin: 4rem auto 0;
  }
}
@media screen and (max-width: 900px) {
  .content_3 .content_wrap .example_wrap .example_box {
    width: 100%;
  }
  .content_3 .content_wrap .add_on_text {
    width: 90%;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 850px) {
  .content_3 .content_wrap .example_wrap .example_box {
    align-items: center;
    height: auto;
    padding: 0 10px 40px;
  }
  .content_3 .content_wrap .example_wrap .example_box .problem_box {
    width: 90%;
  }
  .content_3 .content_wrap .example_wrap .example_box .problem_box .desc_wrap .problem_desc .desc_text {
    font-size: 18px;
  }
  .content_3 .content_wrap .example_wrap .example_box .solution_box {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .content_3 {
    padding: 50px 0 100px;
  }
  .content_3 .content_wrap .case_link_button {
    width: 90%;
  }
  .content_3 .content_wrap .case_link_button p {
    font-size: 4.3vw;
  }
  .content_3 .content_wrap .case_link_button span {
    right: 15px;
    width: 2.25vw;
  }
  .content_3 .content_wrap .example_wrap {
    margin: 0 auto;
    width: 93%;
    padding-top: 30px;
  }
  .content_3 .content_wrap .example_wrap .example_box {
    height: auto;
    border: 3px solid #C73335;
    padding: 0 16px 30px;
  }
  .content_3 .content_wrap .example_wrap .example_box .head_title {
    top: -18px;
  }
  .content_3 .content_wrap .example_wrap .example_box .head_title p {
    font-size: 1.6rem;
    padding: 10px 15px 10px 20px;
  }
  .content_3 .content_wrap .example_wrap .example_box .main_title {
    margin: 3rem auto 2rem;
    height: auto;
  }
  .content_3 .content_wrap .example_wrap .example_box .main_title p {
    font-size: 2rem;
  }
  .content_3 .content_wrap .example_wrap .example_box .main_title p .sp_break {
    display: block;
  }
  .content_3 .content_wrap .example_wrap .example_box .problem_box {
    flex-direction: column;
    width: 100%;
  }
  .content_3 .content_wrap .example_wrap .example_box .problem_box .person_img {
    width: 27vw;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .content_3 .content_wrap .example_wrap .example_box .problem_box .desc_wrap {
    width: 100%;
  }
  .content_3 .content_wrap .example_wrap .example_box .problem_box .desc_wrap .green_box_wrap {
    justify-content: center;
  }
  .content_3 .content_wrap .example_wrap .example_box .problem_box .desc_wrap .green_box_wrap .box p {
    padding: 8px 5px 9px 7px;
    font-size: 12px;
  }
  .content_3 .content_wrap .example_wrap .example_box .problem_box .desc_wrap .problem_desc .desc_text {
    font-size: 14px;
  }
  .content_3 .content_wrap .example_wrap .example_box .solution_box {
    flex-direction: column;
    width: 100%;
  }
  .content_3 .content_wrap .example_wrap .example_box .solution_box .person_img {
    width: 27vw;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .content_3 .content_wrap .example_wrap .example_box .solution_box .solution_desc {
    width: 100%;
  }
  .content_3 .content_wrap .example_wrap .example_box .solution_box .solution_desc .sub_title {
    font-size: 1.6rem;
    text-align: center;
  }
  .content_3 .content_wrap .example_wrap .example_box .solution_box .solution_desc .desc_text {
    font-size: 14px;
    font-feature-settings: "palt";
  }
  .content_3 .content_wrap .example_wrap .example_box .solution_box .solution_desc .desc_text .amount {
    font-size: 16px;
  }
  .content_3 .content_wrap .example_wrap .example_box .solution_box .solution_desc .leaseback_link .arrow_img {
    width: 8px;
  }
  .content_3 .content_wrap .example_wrap .example_box .solution_box .solution_desc .leaseback_link p {
    font-size: 14px;
    text-underline-offset: 3px;
  }
  .content_3 .content_wrap .case_link_button {
    height: 12vw;
  }
  .content_3 .content_wrap .add_on_text_wrap .add_on_text {
    width: 93%;
    font-size: 14px;
    padding-left: 18px;
  }
  .content_3 .content_wrap .add_on_text_wrap .add_on_text::before {
    margin-left: -18px;
  }
}
.notice_wrap {
  margin: 120px 0;
}
.notice_wrap .section2 .inner-1200 .news-list li .news-item {
  border-bottom: 2px solid #CECECE;
  padding: 0 0 30px;
  margin-bottom: 30px;
}

.notice_list_link_button {
  width: 40rem;
  height: 6.3rem;
  margin: 50px auto 0;
}
.notice_list_link_button p {
  font-size: 20px;
}
.notice_list_link_button span {
  position: absolute;
  width: 9px;
  right: 25px;
}

@media screen and (max-width: 600px) {
  .notice_list_link_button {
    width: 80%;
    height: 5rem;
  }
  .notice_list_link_button span {
    width: 2.25vw;
  }
  .notice_list_link_button p {
    font-size: 4.3vw;
  }
  .inner-1200 {
    width: 100%;
  }
}/*# sourceMappingURL=top.css.map */