@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 #0053da;
  border-right: 2px solid #0053da;
  transform: rotate(45deg);
}
body#sumitomoLp #top_head #nav .nav_list a:hover {
  opacity: 1;
  color: #0053da;
}
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.blue a {
  background: #0053da;
  color: #fff;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp #top_head #nav .btns .box.blue a {
    font-size: 3.7333333333vw;
  }
}
body#sumitomoLp #top_head #nav .btns .box.blue a:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
body#sumitomoLp #top_head #nav .btns .box.blue a:hover {
  background: #0040a8;
}
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 #0053da;
  border-right: 2px solid #0053da;
  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;
  box-sizing: border-box;
  width: 700px;
}
@media only screen and (max-width: 800px) {
  body#sumitomoLp .slider_block .swiper-slide {
    width: 87.5vw;
  }
}
body#sumitomoLp .slider_block .swiper-slide .in_box {
  padding: 40px 50px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp .slider_block .swiper-slide .in_box {
    padding: 6vw 9vw;
  }
}
body#sumitomoLp .slider_block .swiper-slide .in_box.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body#sumitomoLp .slider_block .swiper-slide .slider_ttl {
  background: #0053da;
  color: #fff;
  font-size: 24px;
  padding: 12px 30px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp .slider_block .swiper-slide .slider_ttl {
    font-size: 5.3333333333vw;
    padding: 3vw 7vw;
  }
}
body#sumitomoLp .slider_block .swiper-slide .text_box {
  max-width: 295px;
}
@media only screen and (max-width: 768px) {
  body#sumitomoLp .slider_block .swiper-slide .text_box {
    max-width: 36vw;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp .slider_block .swiper-slide .text_box {
    max-width: 100%;
  }
}
body#sumitomoLp .slider_block .swiper-slide .slider_sub {
  font-size: 18px;
  margin-bottom: 12px;
  color: #0053da;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp .slider_block .swiper-slide .slider_sub {
    margin-bottom: 2vw;
    font-size: 4.8vw;
  }
}
body#sumitomoLp .slider_block .swiper-slide .slider_text {
  font-weight: 400;
  line-height: 190%;
}
@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 {
  max-width: 275px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp .slider_block .swiper-slide .slider_img {
    margin: 0 auto;
  }
}
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;
    height: 12.8vw;
  }
}
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);
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp .slider_block .swiper-controller .swiper-button-next:after {
    left: -1vw;
  }
}
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);
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp .slider_block .swiper-controller .swiper-button-prev:after {
    right: -1vw;
  }
}
body#sumitomoLp .slider_block .swiper-controller svg {
  display: none;
}

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;
  padding-left: 1em;
  position: relative;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp .main_ttl {
    font-size: 4.8vw;
    margin-bottom: 6vw;
  }
}
body#sumitomoLp .main_ttl:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0053da;
  top: 12px;
  left: 3px;
}
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: 40px;
  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: 623px;
  overflow: hidden;
  margin-left: 183px;
  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, #2bd381 0%, #0053da 100%);
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #openDay {
    padding: 0 0 8vw;
  }
}
body#sumitomoLp main #openDay .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
body#sumitomoLp main #openDay .name {
  position: relative;
  z-index: 1;
  margin-right: 40px;
  display: table;
}
@media only screen and (max-width: 1300px) {
  body#sumitomoLp main #openDay .name {
    margin-right: 3.0769230769vw;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #openDay .name {
    margin-right: 0;
    margin-bottom: 4vw;
  }
}
body#sumitomoLp main #openDay .name:after {
  content: "";
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.8) 100%);
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: skewX(18deg);
}
body#sumitomoLp main #openDay .name span {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  line-height: 140%;
  padding: 40px 22px;
}
@media only screen and (max-width: 1300px) {
  body#sumitomoLp main #openDay .name span {
    font-size: 1.6923076923vw;
    padding: 3.0769230769vw 1.6923076923vw;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #openDay .name span {
    padding: 6vw 7vw 3vw;
    font-size: 4.5333333333vw;
  }
}
body#sumitomoLp main #openDay .ttl_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 4px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #openDay .ttl_box {
    display: table;
    margin: 0 auto 4vw;
  }
}
body#sumitomoLp main #openDay .ttl_box .open_ttl {
  font-size: 47px;
  font-weight: 700;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 18px;
}
@media only screen and (max-width: 1300px) {
  body#sumitomoLp main #openDay .ttl_box .open_ttl {
    font-size: 3.6153846154vw;
    margin-right: 1.3846153846vw;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #openDay .ttl_box .open_ttl {
    line-height: 130%;
    justify-content: center;
    margin-right: auto;
    font-size: 9.3333333333vw;
  }
}
body#sumitomoLp main #openDay .ttl_box .open_ttl .number {
  font-style: normal;
  display: block;
  margin-right: 15px;
  position: relative;
  z-index: 0;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  border: solid 1px #fff;
  color: #fff;
  padding: 2px 10px;
}
@media only screen and (max-width: 1300px) {
  body#sumitomoLp main #openDay .ttl_box .open_ttl .number {
    font-size: 1.3846153846vw;
    margin-right: 1.1538461538vw;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #openDay .ttl_box .open_ttl .number {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1vw;
    font-size: 3.36vw;
  }
}
body#sumitomoLp main #openDay .ttl_box .open_ttl .number strong {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 700;
  vertical-align: middle;
  margin: 0 1px;
}
@media only screen and (max-width: 1300px) {
  body#sumitomoLp main #openDay .ttl_box .open_ttl .number strong {
    font-size: 2.3076923077vw;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #openDay .ttl_box .open_ttl .number strong {
    font-size: 5.6vw;
  }
}
body#sumitomoLp main #openDay .ttl_box .open_ttl h2 {
  line-height: 130%;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #openDay .ttl_box .open_ttl h2 {
    width: 100%;
    text-align: center;
  }
}
body#sumitomoLp main #openDay .ttl_box .text {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 1300px) {
  body#sumitomoLp main #openDay .ttl_box .text {
    font-size: 1.9230769231vw;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #openDay .ttl_box .text {
    justify-content: center;
    font-size: 4.8vw;
  }
}
body#sumitomoLp main #openDay .ttl_box .text:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  margin-right: 5px;
  background: #fff;
}
@media only screen and (max-width: 1300px) {
  body#sumitomoLp main #openDay .ttl_box .text:before {
    margin-right: 0.3846153846vw;
    width: 2.3076923077vw;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #openDay .ttl_box .text:before {
    margin-right: 2vw;
    width: 8.5333333333vw;
  }
}
body#sumitomoLp main #openDay .ttl_box .text:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  margin-left: 5px;
  background: #fff;
}
@media only screen and (max-width: 1300px) {
  body#sumitomoLp main #openDay .ttl_box .text:after {
    margin-left: 0.3846153846vw;
    width: 2.3076923077vw;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #openDay .ttl_box .text:after {
    margin-left: 2vw;
    width: 8.5333333333vw;
  }
}
body#sumitomoLp main #openDay .day_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body#sumitomoLp main #openDay .day_box .day {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 20px;
  margin-right: 40px;
}
@media only screen and (max-width: 1300px) {
  body#sumitomoLp main #openDay .day_box .day {
    font-size: 1.5384615385vw;
    margin-right: 3.0769230769vw;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #openDay .day_box .day {
    letter-spacing: 0;
    margin-bottom: 3vw;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    font-size: 4.2666666667vw;
  }
}
body#sumitomoLp main #openDay .day_box .day .year {
  font-size: 30px;
  margin-right: 8px;
}
@media only screen and (max-width: 1300px) {
  body#sumitomoLp main #openDay .day_box .day .year {
    font-size: 2.3076923077vw;
    margin-right: 0.6153846154vw;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #openDay .day_box .day .year {
    margin-right: 0;
    font-size: 4.2666666667vw;
  }
}
body#sumitomoLp main #openDay .day_box .day strong {
  font-size: 42px;
  margin-right: 5px;
}
@media only screen and (max-width: 1300px) {
  body#sumitomoLp main #openDay .day_box .day strong {
    font-size: 3.2307692308vw;
    margin-right: 0.3846153846vw;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #openDay .day_box .day strong {
    margin-right: 0;
    font-size: 8vw;
  }
}
body#sumitomoLp main #openDay .day_box .day img {
  width: 23px;
  vertical-align: text-top;
  margin: 0 10px;
}
@media only screen and (max-width: 1300px) {
  body#sumitomoLp main #openDay .day_box .day img {
    margin: 0 0.7692307692vw;
    width: 1.7692307692vw;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #openDay .day_box .day img {
    width: 4vw;
    margin: 0 1.4vw;
  }
}
body#sumitomoLp main #openDay .day_box .day img.pc {
  display: inline-block;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #openDay .day_box .day img.pc {
    display: none;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #openDay .day_box .day img.sp {
    display: inline-block !important;
  }
}
body#sumitomoLp main #openDay .day_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: 1300px) {
  body#sumitomoLp main #openDay .day_box .place {
    font-size: 2.3076923077vw;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #openDay .day_box .place {
    line-height: 100%;
    display: block;
    text-align: center;
    font-size: 6.9333333333vw;
    margin: 0 auto;
  }
}
body#sumitomoLp main #openDay .day_box .place span {
  font-size: 18px;
  font-weight: 600;
  margin-left: 17px;
}
@media only screen and (max-width: 1300px) {
  body#sumitomoLp main #openDay .day_box .place span {
    font-size: 1.3846153846vw;
    margin-left: 1.3076923077vw;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #openDay .day_box .place span {
    margin-top: 1.7vw;
    font-size: 3.7333333333vw;
    display: block;
    margin-left: 0;
  }
}
body#sumitomoLp main #openDay .day_box .place span small {
  font-weight: 500;
  font-size: 16px;
}
@media only screen and (max-width: 1300px) {
  body#sumitomoLp main #openDay .day_box .place span small {
    font-size: 1.2307692308vw;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #openDay .day_box .place span small {
    font-size: 4vw;
  }
}
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 {
    display: none;
  }
}
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: 520px;
  margin-left: -15px;
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  body#sumitomoLp main #catch .catch_img {
    order: 2;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #catch .catch_img {
    margin-left: 0;
    width: 100%;
    margin-bottom: 5vw;
  }
}
body#sumitomoLp main #catch .catch_img img {
  max-width: 505px;
}
body#sumitomoLp main #catch .catch_img figcaption {
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #0053da;
  line-height: 210%;
  margin-top: 13px;
  margin-left: auto;
  margin-right: 0;
  display: table;
  font-weight: 400;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #catch .catch_img figcaption {
    width: 84vw;
    font-size: 3.7333333333vw;
    margin: 3vw auto 0;
    text-indent: -15vw;
    padding-left: 15vw;
    box-sizing: border-box;
  }
}
body#sumitomoLp main #catch .catch_img figcaption span {
  display: block;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #catch .catch_img figcaption span {
    margin-bottom: 1.4vw;
    line-height: 140%;
  }
}
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: 768px) {
  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: 105px;
  max-width: 590px;
}
@media only screen and (max-width: 1250px) {
  body#sumitomoLp main #catch .text_box {
    margin-left: 20px;
    max-width: calc(100% - 580px);
  }
}
@media only screen and (max-width: 768px) {
  body#sumitomoLp main #catch .text_box {
    order: 1;
    margin: 13vw auto 7vw;
    letter-spacing: 0;
    max-width: 90%;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #catch .text_box {
    max-width: 84vw;
  }
}
body#sumitomoLp main #catch .catch_text {
  margin-bottom: 30px;
  line-height: 220%;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #catch .catch_text {
    margin-bottom: 7vw;
  }
}
body#sumitomoLp main #catch .catch_list .list_ttl {
  color: #0053da;
  position: relative;
  margin-bottom: 6px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #catch .catch_list .list_ttl {
    margin-bottom: 1vw;
  }
}
body#sumitomoLp main #catch .catch_list .list_ttl:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-top: 2px solid #0053da;
  border-right: 2px solid #0053da;
  transform: rotate(45deg);
}
body#sumitomoLp main #catch .catch_list .list_text {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 30px;
  margin-left: 20px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #catch .catch_list .list_text {
    margin-bottom: 5vw;
    margin-left: 1.2em;
    font-size: 4vw;
  }
}
body#sumitomoLp main #highlights {
  background: #333;
  padding: 110px 0;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #highlights {
    padding: 13vw 0 9vw;
  }
}
body#sumitomoLp main #highlights .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 970px) {
  body#sumitomoLp main #highlights .inner {
    display: block;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #highlights .inner {
    width: 100%;
  }
}
body#sumitomoLp main #highlights .highlights_ttl {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  border-right: solid 1px #808080;
  padding-right: 60px;
}
@media only screen and (max-width: 970px) {
  body#sumitomoLp main #highlights .highlights_ttl {
    padding-right: 0;
    border-right: none;
    text-align: center;
    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 {
  padding-left: 40px;
}
@media only screen and (max-width: 970px) {
  body#sumitomoLp main #highlights .highlights_list {
    padding-left: 0;
    width: 70%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  body#sumitomoLp main #highlights .highlights_list {
    width: 83%;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #highlights .highlights_list {
    width: 84vw;
  }
}
body#sumitomoLp main #highlights .highlights_list li {
  box-sizing: border-box;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #highlights .highlights_list li {
    width: 84vw;
    border-right: 0;
    margin: 0 auto;
    border-bottom: solid 1px #808080;
  }
}
body#sumitomoLp main #highlights .highlights_list li:last-child {
  margin-bottom: 0;
}
@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-wrap: wrap;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  body#sumitomoLp main #highlights .highlights_list li a {
    padding-right: 0;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #highlights .highlights_list li a {
    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 #0053da;
  border-right: 1px solid #0053da;
}
body#sumitomoLp main #highlights .highlights_list .list_number {
  width: 53px;
  display: block;
  margin-right: 12px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #highlights .highlights_list .list_number {
    width: 13vw;
    margin-right: 1vw;
  }
}
body#sumitomoLp main #highlights .highlights_list .list_ttl {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-right: 25px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #highlights .highlights_list .list_ttl {
    padding: 0;
    margin-bottom: 0;
    font-size: 4.5333333333vw;
  }
}
body#sumitomoLp main #highlights .highlights_list .arrow {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: solid 1px #fff;
  position: relative;
  display: block;
  margin: 0 0 0 auto;
  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 #material {
  background: #f2f2f2;
  padding: 160px 0 130px;
  position: relative;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #material {
    padding-top: 25vw;
    padding-bottom: 8vw;
  }
}
body#sumitomoLp main #material .main_number {
  z-index: 1;
}
body#sumitomoLp main #material .l-inner {
  position: relative;
  z-index: 2;
}
body#sumitomoLp main #material .material_text {
  line-height: 200%;
  margin-bottom: 65px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #material .material_text {
    margin-bottom: 11vw;
  }
}
body#sumitomoLp main #material .swiper-slide {
  min-height: 365px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #material .swiper-slide {
    height: auto;
  }
}
body#sumitomoLp main #material .swiper-slide .in_box.w195 .text_box {
  max-width: 375px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #material .swiper-slide .in_box.w195 .text_box {
    max-width: 100%;
  }
}
body#sumitomoLp main #material .swiper-slide .in_box.w195 .slider_img {
  max-width: 195px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #material .swiper-slide .in_box.w195 .slider_img {
    max-width: 80%;
  }
}
body#sumitomoLp main #material .swiper-slide .text_box.w318 {
  max-width: 318px;
}
@media only screen and (max-width: 768px) {
  body#sumitomoLp main #material .swiper-slide .text_box.w318 {
    max-width: 37vw;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #material .swiper-slide .text_box.w318 {
    max-width: 100%;
  }
}
body#sumitomoLp main #product {
  background: #333;
  padding: 160px 0 130px;
  position: relative;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #product {
    padding-top: 24vw;
    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 .main_ttl, body#sumitomoLp main #product .product_text {
  color: #fff;
}
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: 12vw;
  }
}
body#sumitomoLp main #product .swiper-slide {
  min-height: 348px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #product .swiper-slide {
    height: auto;
  }
}
body#sumitomoLp main #product .swiper-button-prev, body#sumitomoLp main #product .swiper-button-next {
  border: solid 1px #fff;
  background: #333;
}
body#sumitomoLp main #product .swiper-button-prev:after {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
body#sumitomoLp main #product .swiper-button-next:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
body#sumitomoLp main #creation {
  background: #f2f2f2;
  padding: 160px 0 130px;
  position: relative;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #creation {
    padding-top: 25vw;
    padding-bottom: 8vw;
  }
}
body#sumitomoLp main #creation .main_number {
  z-index: 1;
}
body#sumitomoLp main #creation .l-inner {
  position: relative;
  z-index: 2;
}
body#sumitomoLp main #creation .creation_text {
  line-height: 200%;
  margin-bottom: 65px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #creation .creation_text {
    margin-bottom: 11vw;
  }
}
body#sumitomoLp main #creation .swiper-slide {
  min-height: 480px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #creation .swiper-slide {
    height: auto;
  }
}
body#sumitomoLp main #creation .slider_text {
  margin-bottom: 30px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #creation .slider_text {
    margin-bottom: 7vw;
  }
}
body#sumitomoLp main #creation .creation_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #creation .creation_list {
    display: block;
    width: 50vw;
    margin: 0 auto;
  }
}
body#sumitomoLp main #creation .creation_list li {
  width: 180px;
  position: relative;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #creation .creation_list li {
    width: 100%;
    margin-bottom: 17vw;
  }
}
body#sumitomoLp main #creation .creation_list li:first-child:after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  right: -20px;
  top: 103px;
  background: url(../img/creation_icon01.svg) no-repeat left top/contain;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #creation .creation_list li:first-child:after {
    top: auto;
    bottom: -9vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 5vw;
    height: 5vw;
  }
}
body#sumitomoLp main #creation .creation_list li.item02:after {
  background: url(../img/creation_icon01.svg) no-repeat left top/contain;
  transform: rotate(45deg);
}
body#sumitomoLp main #creation .creation_list li:nth-child(2):after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  right: -20px;
  top: 103px;
  background: url(../img/creation_icon02.svg) no-repeat left top/contain;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #creation .creation_list li:nth-child(2):after {
    top: auto;
    bottom: -9vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 5vw;
    height: 3vw;
    transform: rotate(90deg);
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #creation .creation_list li:last-child {
    margin-bottom: 0;
  }
}
body#sumitomoLp main #creation .creation_list .list_ttl {
  text-align: center;
  font-size: 16px;
  color: #0053da;
  background: #f2f2f2;
  margin-bottom: 10px;
  font-weight: 500;
  padding: 4px 0;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #creation .creation_list .list_ttl {
    margin-bottom: 3vw;
    padding: 1.2vw 0;
    font-size: 4.2666666667vw;
  }
}
body#sumitomoLp main #creation .creation_list .list_text {
  margin-top: 15px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #creation .creation_list .list_text {
    font-size: 4vw;
    margin-top: 4vw;
  }
}
body#sumitomoLp main #seminar {
  background: #333;
  padding: 135px 0;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #seminar {
    padding: 13vw 0;
  }
}
body#sumitomoLp main #seminar .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media only screen and (max-width: 1180px) {
  body#sumitomoLp main #seminar .inner {
    display: block;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #seminar .inner {
    width: 84vw;
  }
}
@media only screen and (max-width: 1180px) {
  body#sumitomoLp main #seminar .text_box {
    margin: 0 auto 50px;
    display: table;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #seminar .text_box {
    margin-bottom: 9vw;
  }
}
body#sumitomoLp main #seminar .main_ttl {
  color: #fff;
  margin-right: 70px;
  font-size: 28px;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #seminar .main_ttl {
    font-size: 5.8666666667vw;
    margin-right: 0;
  }
}
body#sumitomoLp main #seminar .main_ttl:before {
  top: 0;
  bottom: 0;
  margin: auto;
}
body#sumitomoLp main #seminar .seminar_text {
  color: #fff;
  line-height: 200%;
  font-weight: 400;
}
body#sumitomoLp main #seminar .seminar_text a {
  color: #20c3d3;
  display: inline-block;
  font-weight: 400;
  text-decoration: underline;
}
body#sumitomoLp main #seminar .seminar_text small {
  font-size: 15px;
}
body#sumitomoLp main #seminar .seminar_img {
  max-width: 420px;
  margin-left: 100px;
}
@media only screen and (max-width: 1180px) {
  body#sumitomoLp main #seminar .seminar_img {
    margin: 0 auto;
  }
}
body#sumitomoLp main #visit {
  padding: 95px 0;
  position: relative;
  background: #f5f5f5;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #visit {
    padding: 15vw 0 12vw;
  }
}
body#sumitomoLp main #visit:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 70px;
  background: #0053da;
}
@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: #0053da;
  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: 7vw;
  }
}
body#sumitomoLp main #visit .visit_text {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 60px;
}
@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 #0053da;
  border-right: 2px solid #0053da;
  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.blue {
    margin-top: 3vw;
  }
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #visit .visit_btns .btn.blue {
    order: 1;
    margin-top: 0;
  }
}
body#sumitomoLp main #visit .visit_btns .btn.blue a {
  background: #0053da;
  color: #fff;
}
@media only screen and (max-width: 736px) {
  body#sumitomoLp main #visit .visit_btns .btn.blue a {
    font-size: 4.8vw;
  }
}
body#sumitomoLp main #visit .visit_btns .btn.blue a:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
body#sumitomoLp main #visit .visit_btns .btn.blue a:hover {
  background: #0040a8;
}