@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* design size variable */
/* constance variable */
/* device width variable */
/* font responsive ratio */
/* spacer responsive ratio */
/* noto sans font weight */
/* general method */
/* linear */
/* easeSineIn */
/* easeSineOut */
/* easeSineInOut */
/* easeQuadIn */
/* easeQuadOut */
/* easeQuadInOut */
/* easeCubicIn */
/* easeCubicOut */
/* easeCubicInOut */
/* easeQuartIn */
/* easeQuartOut */
/* easeQuartInOut */
/* easeQuintIn */
/* easeQuintOut */
/* easeQuintInOut */
/* easeExpoIn */
/* easeExpoOut */
/* easeExpoInOut */
/* easeCircIn */
/* easeCircOut */
/* easeCircInOut */
/* easeBackIn */
/* easeBackOut */
/* easeBackInOut */
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */
/**
EC-CUBE リセット
 */
body {
  background: none;
}

.ec-layoutRole {
  background: none;
}
.ec-layoutRole .ec-layoutRole__contents {
  max-width: none;
}

/* header */
body#sumitomoLp #top_head {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 83px 0 30px;
  box-sizing: border-box;
  transition: 0.3s;
}
@media only screen and (max-width: 1040px) {
  body#sumitomoLp #top_head {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  body#sumitomoLp #top_head {
    padding: 10px 2vw 0 2vw;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp #top_head {
    padding: 0;
    background: #fff;
  }
}
body#sumitomoLp #top_head .logo {
  width: 130px;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  body#sumitomoLp #top_head .logo {
    width: 13vw;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp #top_head .logo {
    width: 21.3333333333vw;
    padding: 2.6666666667vw 4vw;
  }
}
body#sumitomoLp #top_head #nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body#sumitomoLp #top_head #nav .nav_list {
  margin-right: 20px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp #top_head #nav .nav_list {
    display: none;
  }
}
body#sumitomoLp #top_head #nav .nav_list a {
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp #top_head #nav .nav_list a {
    padding: 5vw 1vw 5vw 0;
    font-size: 3.7333333333vw;
  }
}
body#sumitomoLp #top_head #nav .nav_list a:after {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 6px;
  height: 6px;
  margin-left: 8px;
  border-top: 2px solid #b81b27;
  border-right: 2px solid #b81b27;
  transform: rotate(45deg);
}
body#sumitomoLp #top_head #nav .nav_list a:hover {
  opacity: 1;
  color: #b81b27;
}
body#sumitomoLp #top_head #nav .btns {
  display: flex;
  flex-wrap: wrap;
}
body#sumitomoLp #top_head #nav .btns .box {
  width: 150px;
  margin-left: 12px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp #top_head #nav .btns .box {
    width: 18.6666666667vw;
    margin-left: 0;
    box-sizing: border-box;
    border-left: solid 1px #fff;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp #top_head #nav .btns .box:first-child {
    border-left: none;
  }
}
body#sumitomoLp #top_head #nav .btns .box.red a {
  background: #b81b27;
  color: #fff;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp #top_head #nav .btns .box.red a {
    font-size: 3.7333333333vw;
  }
}
body#sumitomoLp #top_head #nav .btns .box.red a:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
body#sumitomoLp #top_head #nav .btns .box.red a:hover {
  background: #a41b27;
}
body#sumitomoLp #top_head #nav .btns a {
  padding: 18px 0;
  background: #e1e1e1;
  font-size: 15px;
  border-radius: 30px;
  text-align: center;
  position: relative;
  color: #333;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp #top_head #nav .btns a {
    padding: 4vw 0;
    border-radius: 0;
    box-sizing: border-box;
    line-height: 125%;
    height: 21.3333333333vw;
    text-align: center;
    font-size: 3.2vw;
  }
}
body#sumitomoLp #top_head #nav .btns a:after {
  position: absolute;
  content: "";
  right: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #b81b27;
  border-right: 2px solid #b81b27;
  transform: rotate(45deg);
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp #top_head #nav .btns a:after {
    right: 0;
    left: 0;
    bottom: -11vw;
    width: 1.5vw;
    height: 1.5vw;
  }
}
body#sumitomoLp #top_head #nav .btns a:hover {
  background: #d0d0d0;
  opacity: 1;
}
body#sumitomoLp #top_head.following {
  background: #fff;
  padding-bottom: 10px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp #top_head.following {
    padding-bottom: 0;
  }
}
body#sumitomoLp #top_head.following .logo {
  width: 108px;
}
@media only screen and (max-width: 768px) {
  body#sumitomoLp #top_head.following .logo {
    width: 12vw;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp #top_head.following .logo {
    display: none;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp #top_head.following #nav {
    width: 100%;
  }
}
body#sumitomoLp #top_head.following #nav .nav_list a {
  color: #333;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp #top_head.following #nav .btns {
    width: 100%;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp #top_head.following #nav .btns .box {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp #top_head.following #nav .btns .box.red a {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp #top_head.following #nav .btns a {
    font-size: 3.2vw;
    height: 13.3333333333vw;
    padding: 4.5vw 0;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp #top_head.following #nav .btns a br {
    display: none !important;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp #top_head.following #nav .btns a:after {
    bottom: 0;
    right: 2vw;
    left: auto;
  }
}

/* footer */
body#sumitomoLp #footer {
  background: #333;
  padding: 30px 40px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp #footer {
    padding: 7vw 0;
  }
}
body#sumitomoLp #footer .logo {
  width: 190px;
  margin-right: 0;
  margin-left: auto;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp #footer .logo {
    width: 50.6666666667vw;
    margin: 0 auto;
  }
}

/* srider */
body#sumitomoLp .slider_block {
  overflow: hidden;
}
body#sumitomoLp .slider_block .l-inner {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body#sumitomoLp .slider_block .l-inner {
    max-width: 84vw;
  }
}
body#sumitomoLp .slider_block .swiper {
  overflow: visible;
}
@media only screen and (max-width: 1120px) {
  body#sumitomoLp .slider_block .swiper {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp .slider_block .swiper {
    padding-bottom: 17.5vw;
  }
}
body#sumitomoLp .slider_block .swiper-slide {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
body#sumitomoLp .slider_block .swiper-slide .slider_ttl {
  color: #b81b27;
  font-size: 24px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp .slider_block .swiper-slide .slider_ttl {
    font-size: 5.3333333333vw;
    margin-bottom: 3vw;
  }
}
body#sumitomoLp .slider_block .swiper-slide .slider_user {
  margin-bottom: 10px;
}
body#sumitomoLp .slider_block .swiper-slide .slider_text {
  font-weight: 400;
  margin-bottom: 40px;
  line-height: 180%;
}
@media only screen and (max-width: 768px) {
  body#sumitomoLp .slider_block .swiper-slide .slider_text {
    margin-bottom: 3vw;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp .slider_block .swiper-slide .slider_text {
    line-height: 200%;
  }
}
body#sumitomoLp .slider_block .swiper-slide .slider_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp .slider_block .swiper-slide .slider_img {
    display: block;
  }
}
body#sumitomoLp .slider_block .swiper-slide .slider_img li {
  width: 48.9361702128%;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp .slider_block .swiper-slide .slider_img li {
    width: 100%;
    margin-bottom: 2.6666666667vw;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp .slider_block .swiper-slide .slider_img li:last-child {
    margin-bottom: 0;
  }
}
body#sumitomoLp .slider_block .swiper-controller {
  position: absolute;
  left: -130px;
  bottom: 0;
  width: 100px;
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 1120px) {
  body#sumitomoLp .slider_block .swiper-controller {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 1vw;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp .slider_block .swiper-controller {
    width: 26.6666666667vw;
  }
}
body#sumitomoLp .slider_block .swiper-controller .swiper-button-next, body#sumitomoLp .slider_block .swiper-controller .swiper-button-prev {
  width: 45px;
  height: 45px;
  border: solid 1px #666;
  border-radius: 50%;
  position: relative;
  background: #f2f2f2;
  box-sizing: border-box;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp .slider_block .swiper-controller .swiper-button-next, body#sumitomoLp .slider_block .swiper-controller .swiper-button-prev {
    width: 12vw;
    height: 12vw;
  }
}
body#sumitomoLp .slider_block .swiper-controller .swiper-button-next {
  right: 0;
}
body#sumitomoLp .slider_block .swiper-controller .swiper-button-next:after {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  transform: rotate(45deg);
}
body#sumitomoLp .slider_block .swiper-controller .swiper-button-prev {
  left: 0;
}
body#sumitomoLp .slider_block .swiper-controller .swiper-button-prev:after {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #666;
  border-left: 1px solid #666;
  transform: rotate(45deg);
}
body#sumitomoLp .slider_block .swiper-controller svg {
  display: none;
}
body#sumitomoLp .slider_block.card01 .swiper-slide {
  padding: 35px 50px 40px;
  height: 460px;
  width: 700px;
  box-sizing: border-box;
  flex-direction: column;
}
@media only screen and (max-width: 800px) {
  body#sumitomoLp .slider_block.card01 .swiper-slide {
    width: 87.5vw;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp .slider_block.card01 .swiper-slide {
    width: 84vw;
    height: auto;
    flex-direction: unset;
    align-items: unset;
    padding: 8vw;
  }
}
body#sumitomoLp .slider_block.card01 .slider_ttl {
  width: 100%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp .slider_block.card01 .slider_ttl {
    line-height: 140%;
    margin-bottom: 2vw;
  }
}
body#sumitomoLp .slider_block.card01 .slider_text {
  margin-bottom: 0;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp .slider_block.card01 .slider_text {
    margin-bottom: 5vw;
  }
}
body#sumitomoLp .slider_block.card01 .slider_img {
  width: 100%;
  margin-top: auto;
}
body#sumitomoLp .slider_block.card01 .slider_img li {
  width: 49.1666666667%;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp .slider_block.card01 .slider_img li {
    width: 100%;
  }
}
body#sumitomoLp .slider_block.card01 .slider_img li span {
  font-size: 12px;
  display: block;
  text-align: center;
  margin-top: 5px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp .slider_block.card01 .slider_img li span {
    font-size: 3.2vw;
  }
}
body#sumitomoLp .slider_block.card02 .swiper-slide {
  width: 800px;
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 45px 50px;
  display: block;
}
@media only screen and (max-width: 768px) {
  body#sumitomoLp .slider_block.card02 .swiper-slide {
    padding: 6.875vw 6.25%;
    width: 94%;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp .slider_block.card02 .swiper-slide {
    padding: 6vw 7vw;
    width: 84vw;
  }
}
body#sumitomoLp .slider_block.card02 .swiper-slide .block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body#sumitomoLp .slider_block.card02 .slider_ttl {
  line-height: 150%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp .slider_block.card02 .slider_ttl {
    margin-bottom: 4vw;
  }
}
body#sumitomoLp .slider_block.card02 .l_box {
  width: 470px;
}
@media only screen and (max-width: 768px) {
  body#sumitomoLp .slider_block.card02 .l_box {
    width: 100%;
    order: 2;
  }
}
body#sumitomoLp .slider_block.card02 .seminar_user {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp .slider_block.card02 .seminar_user {
    display: block;
    margin-bottom: 5vw;
  }
}
body#sumitomoLp .slider_block.card02 .seminar_user .user_ttl {
  font-weight: 400;
  border-right: solid 1px #b81b27;
  margin-right: 17px;
  padding-right: 17px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp .slider_block.card02 .seminar_user .user_ttl {
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 1.5vw;
    margin-bottom: 1.5vw;
    border-right: none;
    display: table;
    border-bottom: solid 1px #b81b27;
  }
}
body#sumitomoLp .slider_block.card02 .seminar_user .user_name {
  font-weight: 400;
  line-height: 180%;
}
body#sumitomoLp .slider_block.card02 .seminar_user .user_name strong {
  display: block;
  font-size: 20px;
  font-weight: 400;
  margin-top: 5px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp .slider_block.card02 .seminar_user .user_name strong {
    font-size: 4.8vw;
  }
}
body#sumitomoLp .slider_block.card02 .seminar_img {
  width: 170px;
}
@media only screen and (max-width: 768px) {
  body#sumitomoLp .slider_block.card02 .seminar_img {
    width: 19vw;
    order: 1;
    margin: 0 auto 4vw;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp .slider_block.card02 .seminar_img {
    width: 37.3333333333vw;
  }
}
body#sumitomoLp .slider_block.card02 .slider_text {
  margin-bottom: 0;
}
body#sumitomoLp .slider_block.card02 .swiper-button-prev, body#sumitomoLp .slider_block.card02 .swiper-button-next {
  border: solid 1px #fff;
  background: #333;
}
body#sumitomoLp .slider_block.card02 .swiper-button-prev:after {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
body#sumitomoLp .slider_block.card02 .swiper-button-next:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

body#sumitomoLp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  color: #333;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp {
    font-size: 4vw;
  }
}
body#sumitomoLp h2, body#sumitomoLp h3, body#sumitomoLp h4, body#sumitomoLp h5, body#sumitomoLp p, body#sumitomoLp li, body#sumitomoLp dt, body#sumitomoLp dd, body#sumitomoLp input, body#sumitomoLp textarea, body#sumitomoLp th, body#sumitomoLp td, body#sumitomoLp span {
  line-height: 160%;
  letter-spacing: 0;
}
body#sumitomoLp p {
  letter-spacing: 0.02em;
}
body#sumitomoLp a {
  text-decoration: none;
  cursor: pointer;
  display: block;
  transition: 0.3s;
}
body#sumitomoLp a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px), print {
  body#sumitomoLp a[href^="tel:"] {
    color: black;
    text-decoration: none;
    display: inline-block;
    pointer-events: none;
  }
}
body#sumitomoLp img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
body#sumitomoLp .inner {
  width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1300px) {
  body#sumitomoLp .inner {
    width: 92.3076923077vw;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp .inner {
    width: 94.6666666667vw;
  }
}
body#sumitomoLp .l-inner {
  margin: 0 auto;
  max-width: 980px;
}
@media only screen and (max-width: 1080px) {
  body#sumitomoLp .l-inner {
    max-width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  body#sumitomoLp .l-inner {
    max-width: 75%;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp .l-inner {
    max-width: 84vw;
  }
}
body#sumitomoLp .pc {
  display: block;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp .pc {
    display: none !important;
  }
}
body#sumitomoLp .sp {
  display: none !important;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp .sp {
    display: block !important;
  }
}
body#sumitomoLp a[href^=tel] {
  cursor: text;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp a[href^=tel] {
    cursor: pointer;
    display: inline-block;
  }
}
body#sumitomoLp span[data-aos],
body#sumitomoLp strong[data-aos],
body#sumitomoLp small[data-aos] {
  display: inline-block;
}
body#sumitomoLp .main_number {
  width: 260px;
  height: 260px;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  body#sumitomoLp .main_number {
    width: 240px;
    height: 240px;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp .main_number {
    width: 34.6666666667vw;
    height: 26.6666666667vw;
  }
}
body#sumitomoLp .main_number span {
  width: 85px;
  display: block;
  padding-top: 40px;
  padding-left: 40px;
}
@media only screen and (max-width: 768px) {
  body#sumitomoLp .main_number span {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp .main_number span {
    width: 15.5vw;
    padding-top: 4vw;
    padding-left: 2vw;
  }
}
body#sumitomoLp .main_number:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../img/number_bk.webp) no-repeat left top/contain;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp .main_number:after {
    background: url(../img/number_bksp.webp) no-repeat left top/contain;
  }
}
body#sumitomoLp .main_ttl {
  font-size: 20px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp .main_ttl {
    font-size: 4.8vw;
    margin-bottom: 6vw;
  }
}
body#sumitomoLp .main_ttl:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #b81b27;
  margin-right: 10px;
  vertical-align: middle;
}
body#sumitomoLp main {
  overflow: hidden;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main {
    margin-top: 21.3333333333vw;
  }
}
body#sumitomoLp main #mv {
  position: relative;
}
body#sumitomoLp main #mv .mv_box {
  position: absolute;
  width: 395px;
  background: #fff;
  top: 50%;
  left: 45px;
  transform: translate3d(-100px, -50%, 0);
  -webkit-transform: translate3d(-100px, -50%, 0);
  -ms-transform: translate3d(-100px, -50%, 0);
  box-sizing: border-box;
  padding: 20px 17px 10px;
  margin-top: 50px;
  z-index: 2;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #mv .mv_box {
    left: 0;
    top: auto;
    bottom: -2vw;
    transform: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    width: 59.7333333333vw;
    padding: 3vw 3vw 1vw;
  }
}
body#sumitomoLp main #mv .mv_box.aos-animate {
  transform: translateY(-50%) translateZ(0);
  -webkit-transform: translateY(-50%) translateZ(0);
  -ms-transform: translateY(-50%) translateZ(0);
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #mv .mv_box.aos-animate {
    transform: translateY(0) translateZ(0);
    -webkit-transform: translateY(0) translateZ(0);
    -ms-transform: translateY(0) translateZ(0);
  }
}
body#sumitomoLp main #mv .mv_box .mv_ttl {
  margin-bottom: 15px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #mv .mv_box .mv_ttl {
    margin-bottom: 2.5vw;
  }
}
body#sumitomoLp main #mv .mv_img {
  height: 700px;
  overflow: hidden;
  margin-left: 185px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body#sumitomoLp main #mv .mv_img {
    height: 50vw;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #mv .mv_img {
    height: auto;
    width: 92vw;
    margin-left: auto;
  }
}
body#sumitomoLp main #mv .mv_img:before {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 2s ease;
}
body#sumitomoLp main #mv .mv_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body#sumitomoLp main #mv .mv_img.aos-animate:before {
  width: 0;
}
body#sumitomoLp main #openDay {
  background: linear-gradient(90deg, rgb(215, 103, 39) 0%, rgb(216, 79, 30) 30%, rgb(217, 57, 21) 100%);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #openDay {
    padding: 6vw 0 9vw;
  }
}
body#sumitomoLp main #openDay .left_box {
  margin-right: 40px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #openDay .left_box {
    display: table;
    margin: 0 auto 4vw;
  }
}
body#sumitomoLp main #openDay .left_box .text01 {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  margin-right: 55px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #openDay .left_box .text01 {
    margin-right: 5vw;
    font-size: 4.8vw;
  }
}
body#sumitomoLp main #openDay .left_box .text02 {
  background: #fff;
  color: #d93915;
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 20px;
  width: 200px;
  display: inline-block;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #openDay .left_box .text02 {
    width: 26.6666666667vw;
    font-size: 4vw;
  }
}
body#sumitomoLp main #openDay .left_box .open_ttl {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  font-style: italic;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #openDay .left_box .open_ttl {
    line-height: 130%;
    justify-content: center;
    margin-top: 2vw;
    font-size: 9.3333333333vw;
  }
}
body#sumitomoLp main #openDay .left_box .open_ttl span {
  font-style: normal;
  font-size: 14px;
  display: inline-block;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding: 10px 0;
  margin-right: 10px;
  font-weight: 500;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #openDay .left_box .open_ttl span {
    margin-right: 3vw;
    padding: 1vw 0.5vw;
    font-size: 3.7333333333vw;
  }
}
body#sumitomoLp main #openDay .right_box .day {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #fff;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #openDay .right_box .day {
    letter-spacing: 0;
  }
}
body#sumitomoLp main #openDay .right_box .day .year {
  font-size: 30px;
  margin-right: 8px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #openDay .right_box .day .year {
    margin-right: 1.5vw;
    font-size: 6.4vw;
  }
}
body#sumitomoLp main #openDay .right_box .day strong {
  font-size: 42px;
  margin-right: 5px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #openDay .right_box .day strong {
    margin-right: 1vw;
    font-size: 8.8vw;
  }
}
body#sumitomoLp main #openDay .right_box .day img {
  width: 23px;
  vertical-align: text-top;
  margin: 0 10px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #openDay .right_box .day img {
    width: 6vw;
    margin: 0 2vw;
  }
}
body#sumitomoLp main #openDay .right_box .place {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
  font-feature-settings: "palt";
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #openDay .right_box .place {
    line-height: 100%;
    font-size: 6.4vw;
  }
}
body#sumitomoLp main #openDay .right_box .place span {
  font-size: 18px;
  font-weight: 600;
  margin-left: 12px;
  margin-top: 7px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #openDay .right_box .place span {
    font-size: 3.84vw;
  }
}
body#sumitomoLp main #openDay .right_box .place span small {
  font-weight: 500;
  font-size: 16px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #openDay .right_box .place span small {
    font-size: 3.4133333333vw;
  }
}
body#sumitomoLp main #catch {
  position: relative;
}
body#sumitomoLp main #catch:after {
  position: absolute;
  width: 160px;
  height: 160px;
  content: "";
  bottom: 0;
  right: 0;
  z-index: -1;
  background: url(../img/catch_bk.webp) no-repeat right bottom/contain;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #catch:after {
    width: 48vw;
    height: 48vw;
    background: url(../img/catch_bksp.webp) no-repeat right bottom/contain;
  }
}
body#sumitomoLp main #catch .in_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 1366px;
  margin: 0 auto;
}
@media only screen and (max-width: 1366px) {
  body#sumitomoLp main #catch .in_box {
    width: 100%;
  }
}
body#sumitomoLp main #catch .catch_img {
  width: 602px;
  margin-left: -56px;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  body#sumitomoLp main #catch .catch_img {
    margin-left: -200px;
  }
}
@media only screen and (max-width: 768px) {
  body#sumitomoLp main #catch .catch_img {
    width: 62vw;
    margin-left: -25vw;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #catch .catch_img {
    width: 95.2vw;
    margin-left: -15vw;
    order: 2;
  }
}
body#sumitomoLp main #catch .catch_img:before {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: 1.5s ease;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #catch .catch_img:before {
    left: 0;
    right: auto;
  }
}
body#sumitomoLp main #catch .catch_img.aos-animate:before {
  width: 0;
}
body#sumitomoLp main #catch .text_box {
  margin-left: 75px;
}
@media only screen and (max-width: 1180px) {
  body#sumitomoLp main #catch .text_box {
    margin-left: 2%;
  }
}
@media only screen and (max-width: 1100px) {
  body#sumitomoLp main #catch .text_box {
    width: 43vw;
  }
}
@media only screen and (max-width: 768px) {
  body#sumitomoLp main #catch .text_box {
    margin-left: 2vw;
    width: 58vw;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #catch .text_box {
    order: 1;
    width: 84vw;
    margin: 11vw auto 8vw;
  }
}
body#sumitomoLp main #catch .catch_ttl {
  margin-bottom: 25px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #catch .catch_ttl {
    line-height: 200%;
    margin-bottom: 3vw;
    font-size: 4.2666666667vw;
  }
}
body#sumitomoLp main #catch .catch_text {
  line-height: 200%;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #catch .catch_text {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (max-width: 1020px) {
  body#sumitomoLp main #catch .catch_text .pc {
    display: none;
  }
}
body#sumitomoLp main #highlights {
  background: #333;
  padding: 120px 0 130px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #highlights {
    padding: 13vw 0 9vw;
  }
}
body#sumitomoLp main #highlights .highlights_ttl {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 50px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #highlights .highlights_ttl {
    font-size: 5.8666666667vw;
    margin-bottom: 4vw;
  }
}
body#sumitomoLp main #highlights .highlights_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #highlights .highlights_list {
    display: block;
  }
}
body#sumitomoLp main #highlights .highlights_list li {
  width: 325px;
  border-right: solid 1px #808080;
  box-sizing: border-box;
}
@media only screen and (max-width: 1366px) {
  body#sumitomoLp main #highlights .highlights_list li {
    width: 23.7920937042%;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #highlights .highlights_list li {
    width: 84vw;
    border-bottom: solid 1px #808080;
    border-right: 0;
    margin: 0 auto;
  }
}
body#sumitomoLp main #highlights .highlights_list li:first-child .list_number {
  margin-bottom: 10px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #highlights .highlights_list li:first-child .list_number {
    margin-bottom: 0;
  }
}
body#sumitomoLp main #highlights .highlights_list li:last-child {
  border-right: none;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #highlights .highlights_list li:last-child {
    border-bottom: none;
  }
}
body#sumitomoLp main #highlights .highlights_list li a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #highlights .highlights_list li a {
    flex-wrap: wrap;
    flex-direction: unset;
    padding: 5vw 0;
  }
}
body#sumitomoLp main #highlights .highlights_list li a:hover {
  opacity: 1;
}
body#sumitomoLp main #highlights .highlights_list li a:hover .arrow {
  background: #fff;
}
body#sumitomoLp main #highlights .highlights_list li a:hover .arrow:after {
  border-top: 1px solid #d93915;
  border-right: 1px solid #d93915;
}
body#sumitomoLp main #highlights .highlights_list .list_number {
  width: 53px;
  display: block;
  margin: 0 auto 25px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #highlights .highlights_list .list_number {
    width: 13vw;
    margin: 0 1vw 0 0;
  }
}
body#sumitomoLp main #highlights .highlights_list .list_ttl {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  body#sumitomoLp main #highlights .highlights_list .list_ttl {
    padding: 0 2vw;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #highlights .highlights_list .list_ttl {
    padding: 0;
    margin-bottom: 0;
    font-size: 4.8vw;
  }
}
body#sumitomoLp main #highlights .highlights_list .arrow {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: solid 1px #fff;
  position: relative;
  display: block;
  margin: auto auto 0;
  transition: 0.3s;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #highlights .highlights_list .arrow {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    margin: 0 0 0 auto;
  }
}
body#sumitomoLp main #highlights .highlights_list .arrow:after {
  position: absolute;
  content: "";
  top: 35%;
  left: 38%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg);
  transition: 0.3s;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #highlights .highlights_list .arrow:after {
    top: 32%;
    left: 38%;
    width: 2vw;
    height: 2vw;
  }
}
body#sumitomoLp main #about {
  padding-top: 155px;
  position: relative;
  margin-bottom: 140px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #about {
    padding-top: 24vw;
    margin-bottom: 11vw;
  }
}
body#sumitomoLp main #about .main_block {
  position: relative;
  margin-bottom: 100px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #about .main_block {
    margin-bottom: 14vw;
  }
}
body#sumitomoLp main #about .main_block .text_box {
  padding-bottom: 95px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #about .main_block .text_box {
    padding-bottom: 6vw;
  }
}
body#sumitomoLp main #about .main_block .about_ttl {
  font-size: 35px;
  font-weight: 700;
  line-height: 180%;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  body#sumitomoLp main #about .main_block .about_ttl {
    font-size: 27px;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #about .main_block .about_ttl {
    font-size: 5.3333333333vw;
    margin-bottom: 5vw;
  }
}
@media only screen and (max-width: 1080px) {
  body#sumitomoLp main #about .main_block .about_ttl br {
    display: none;
  }
}
body#sumitomoLp main #about .main_block .about_text {
  width: 600px;
  line-height: 220%;
}
@media only screen and (max-width: 768px) {
  body#sumitomoLp main #about .main_block .about_text {
    width: 100%;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #about .main_block .about_text {
    width: 100%;
  }
}
body#sumitomoLp main #about .main_block .about_graph {
  width: 270px;
  position: absolute;
  bottom: 0;
  right: 20px;
}
@media only screen and (max-width: 1080px) {
  body#sumitomoLp main #about .main_block .about_graph {
    position: unset;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #about .main_block .about_graph {
    width: 55vw;
  }
}
body#sumitomoLp main #product {
  background: #f2f2f2;
  padding: 160px 0 130px;
  position: relative;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #product {
    padding-top: 25vw;
    padding-bottom: 8vw;
  }
}
body#sumitomoLp main #product .main_number {
  z-index: 1;
}
body#sumitomoLp main #product .l-inner {
  position: relative;
  z-index: 2;
}
body#sumitomoLp main #product .product_text {
  line-height: 200%;
  margin-bottom: 65px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #product .product_text {
    margin-bottom: 11vw;
  }
}
body#sumitomoLp main #seminar {
  background: #333;
  padding: 160px 0 130px;
  position: relative;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #seminar {
    padding-top: 24vw;
    padding-bottom: 8vw;
  }
}
body#sumitomoLp main #seminar .main_number {
  z-index: 1;
}
body#sumitomoLp main #seminar .l-inner {
  position: relative;
  z-index: 2;
}
body#sumitomoLp main #seminar .main_ttl, body#sumitomoLp main #seminar .seminar_text {
  color: #fff;
}
body#sumitomoLp main #seminar .seminar_text {
  line-height: 200%;
  max-width: 600px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #seminar .seminar_text {
    margin-bottom: 12vw;
  }
}
body#sumitomoLp main #seminar .seminar_text a {
  color: #fff;
  text-decoration: underline;
}
body#sumitomoLp main #seminar .day_ttl {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #seminar .day_ttl {
    margin-bottom: 2vw;
    font-size: 4.2666666667vw;
  }
}
body#sumitomoLp main #seminar .day_text {
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #seminar .day_text {
    font-size: 4.8vw;
  }
}
body#sumitomoLp main #seminar .day_text span {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #seminar .day_text span {
    font-size: 5.8666666667vw;
  }
}
body#sumitomoLp main #seminar .day_text small {
  letter-spacing: 0.02em;
  font-size: 16px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #seminar .day_text small {
    font-size: 3.7333333333vw;
  }
}
body#sumitomoLp main #seminar .day_small {
  margin-bottom: 20px;
}
body#sumitomoLp main #seminar .day_small small {
  display: block;
  color: #fff;
  font-size: 14px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #seminar .day_small small {
    font-size: 3.2vw;
  }
}
body#sumitomoLp main #seminar .day_small small a {
  color: #cc7a84;
  display: inline-block;
  text-decoration: underline;
}
body#sumitomoLp main #case {
  position: relative;
  padding: 160px 0 100px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #case {
    padding-top: 24vw;
    padding-bottom: 5vw;
  }
}
body#sumitomoLp main #case .main_number {
  z-index: 1;
}
body#sumitomoLp main #case .l-inner {
  position: relative;
  z-index: 2;
}
body#sumitomoLp main #case .case_text {
  margin-bottom: 80px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #case .case_text {
    margin-bottom: 11vw;
  }
}
body#sumitomoLp main #case .top_block {
  max-width: 1336px;
  margin: 0 auto 85px;
  position: relative;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #case .top_block {
    margin-bottom: 5vw;
  }
}
body#sumitomoLp main #case .top_block .top_img {
  max-width: 883px;
}
@media only screen and (max-width: 1300px) {
  body#sumitomoLp main #case .top_block .top_img {
    max-width: 67.9230769231vw;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #case .top_block .top_img {
    max-width: 80vw;
  }
}
body#sumitomoLp main #case .top_block .r_box {
  position: absolute;
  right: 83px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  max-width: 530px;
}
@media only screen and (max-width: 768px) {
  body#sumitomoLp main #case .top_block .r_box {
    position: relative;
    top: 10vw;
    margin: 0 auto;
    left: 0;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #case .top_block .r_box {
    transform: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    width: 84vw;
    top: -5vw;
  }
}
body#sumitomoLp main #case .top_block .r_box .top_ttl {
  max-width: 430px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #case .top_block .r_box .top_ttl {
    margin: 0 auto 5vw;
    max-width: 69.3333333333vw;
  }
}
body#sumitomoLp main #case .top_block .r_box .top_text {
  line-height: 220%;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #case .top_block .r_box .top_text {
    line-height: 200%;
  }
}
body#sumitomoLp main #case .case_block {
  max-width: 1336px;
  margin: 0 auto 80px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body#sumitomoLp main #case .case_block {
    padding-bottom: 40vw;
    margin-bottom: 10vw;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #case .case_block {
    padding-bottom: 43vw;
    margin-bottom: 15vw;
    max-width: 100%;
  }
}
body#sumitomoLp main #case .case_block .l_box {
  max-width: 860px;
  padding: 47px 50px 40px 70px;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #case .case_block .l_box {
    padding: 7vw 8vw;
    margin: 0 auto;
    max-width: 84vw;
  }
}
body#sumitomoLp main #case .case_block .block_ttl {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #case .case_block .block_ttl {
    font-size: 5.3333333333vw;
    margin-bottom: 4vw;
  }
}
body#sumitomoLp main #case .case_block .block_ttl img {
  width: 21px;
  margin: 0 15px 5px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #case .case_block .block_ttl img {
    width: 6vw;
    margin: 1.5vw auto 2vw;
  }
}
body#sumitomoLp main #case .case_block .block_text {
  line-height: 190%;
  font-weight: 400;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #case .case_block .block_text {
    font-size: 3.7333333333vw;
  }
}
body#sumitomoLp main #case .case_block .block_img {
  position: absolute;
  max-width: 633px;
  top: 50%;
  right: 0;
  z-index: -2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  body#sumitomoLp main #case .case_block .block_img {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: unset;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #case .case_block .block_img {
    margin-right: 0;
    margin-left: auto;
    max-width: 96vw;
  }
}
body#sumitomoLp main #case .case_block.block01 .l_box:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background: url(../img/case_bk01.webp) no-repeat center top/cover;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #case .case_block.block01 .l_box:after {
    background: url(../img/case_bk01sp.webp) no-repeat center top/100% 100%;
  }
}
body#sumitomoLp main #case .case_block.block02 .l_box:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background: url(../img/case_bk01.webp) no-repeat center top/100% 100%;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #case .case_block.block02 .l_box:after {
    background: url(../img/case_bk01sp.webp) no-repeat center top/100% 100%;
  }
}
body#sumitomoLp main #visit {
  padding: 95px 0;
  position: relative;
  background: #f5f5f5;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #visit {
    padding: 12vw 0 14vw;
  }
}
body#sumitomoLp main #visit:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 70px;
  background: #b81b27;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #visit:after {
    top: -5vw;
    height: 13.3333333333vw;
  }
}
body#sumitomoLp main #visit .visit_ttl {
  text-align: center;
  color: #b81b27;
  font-size: 30px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #visit .visit_ttl {
    font-size: 6.4vw;
    margin-bottom: 5vw;
  }
}
body#sumitomoLp main #visit .visit_text {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 50px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #visit .visit_text {
    text-align: left;
    width: 84vw;
    margin: 0 auto 8vw;
    line-height: 180%;
    font-size: 4vw;
  }
}
body#sumitomoLp main #visit .visit_btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
body#sumitomoLp main #visit .visit_btns .btn {
  width: 290px;
  margin: 0 10px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #visit .visit_btns .btn {
    width: 68vw;
    order: 2;
    margin-bottom: 5vw;
  }
}
body#sumitomoLp main #visit .visit_btns .btn a {
  padding: 26px 0;
  background: #e1e1e1;
  font-size: 17px;
  letter-spacing: 0.02em;
  border-radius: 60px;
  text-align: center;
  position: relative;
  color: #333;
  font-weight: 700;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #visit .visit_btns .btn a {
    padding: 6vw 0;
    font-size: 4vw;
  }
}
body#sumitomoLp main #visit .visit_btns .btn a:after {
  position: absolute;
  content: "";
  right: 35px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #b81b27;
  border-right: 2px solid #b81b27;
  transform: rotate(45deg);
}
body#sumitomoLp main #visit .visit_btns .btn a:hover {
  background: #d0d0d0;
  opacity: 1;
}
@media only screen and (max-width: 940px) {
  body#sumitomoLp main #visit .visit_btns .btn.red {
    margin-top: 3vw;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #visit .visit_btns .btn.red {
    order: 1;
    margin-top: 0;
  }
}
body#sumitomoLp main #visit .visit_btns .btn.red a {
  background: #b81b27;
  color: #fff;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #visit .visit_btns .btn.red a {
    font-size: 4.8vw;
  }
}
body#sumitomoLp main #visit .visit_btns .btn.red a:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
body#sumitomoLp main #visit .visit_btns .btn.red a:hover {
  background: #a41b27;
}