@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  width: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  color: #050f1a;
  text-align: justify;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  animation: bugfix infinite 1s;
  -webkit-animation: bugfix infinite 1s;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: bold;
}

li {
  list-style: none;
}

.container {
  padding-left: 24px;
  padding-right: 24px;
  margin: auto;
  max-width: 980px;
}

@media screen and (max-width: 768px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.textlink {
  text-decoration: underline;
  color: #092987;
}

.textlink:hover {
  text-decoration: none;
}

.color_text {
  color: #50aac8;
}

.main-copy {
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
  line-height: 1.8em !important;
}

.gray_kome {
  color: #696f76;
  font-size: 16px;
  text-align: center;
  line-height: 1.8em !important;
}

.p_mini {
  font-size: 16px;
  line-height: 1.8em !important;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 10px;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.center {
  text-align: center;
}

.mt20 {
  margin-top: 20px;
}

.mt50 {
  margin-top: 50px;
}

@media screen and (max-width: 769px) {
  .order1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media screen and (max-width: 768px) {
  .pc_br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp_br {
    display: none;
  }
  .pc_center {
    text-align: center;
  }
}
.row, .row15, .row10, .row5, .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row {
  gap: 40px;
}

.row15 {
  gap: 30px;
}

.row10 {
  gap: 20px;
}

.row5 {
  gap: 10px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.col-2 {
  padding: 20px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.col-1 {
  margin: auto;
  text-align: center;
}

.col-4 {
  text-align: center;
}
.col-4 h3 {
  background: #dceef4;
  font-size: 20px !important;
  padding: 10px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 770px) {
  .row5 .col-1 {
    width: 50px;
  }
  .row5 .col-2 {
    width: calc(50% - 35px);
  }
  .row .col-4 {
    width: calc(45% - 20px);
  }
  .row .col-5 {
    width: calc(55% - 20px);
  }
  .row15 .col-4 {
    width: calc(45% - 15px);
  }
  .row15 .col-5 {
    width: calc(55% - 15px);
  }
}
.btn {
  color: #fff;
  width: 100%;
  max-width: 600px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  font-size: 28px;
  position: relative;
  border-radius: 50px;
  -webkit-transition: none;
  transition: none;
  padding: 25px;
  margin-left: auto;
  margin-right: auto;
  background: #e5004c;
  border: solid 1px #e5004c;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.btn span {
  font-size: 15px;
  display: block;
}

.btn:hover {
  background: #fff;
  color: #e5004c;
}

.blue_bk {
  background: url(https://sbisec.akamaized.net/sbisec/images/static/2026/commons30_back_blue.jpg) repeat;
  padding: 110px 0 80px;
}

.wave-top::after {
  content: "";
  position: absolute;
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/commons30_wave.svg);
  bottom: -19px;
  width: 100%;
  height: 20px;
  background-repeat: repeat-x;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

h2 {
  font-size: 36px !important;
  font-weight: bold;
  text-align: center;
  line-height: 1.6em;
}
h2 span {
  font-size: 42px;
  display: block;
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 25px !important;
    font-weight: bold;
    text-align: center;
    line-height: 1.6em;
  }
  h2 span {
    font-size: 33px;
    display: block;
  }
}
#firstview {
  position: relative;
}

.firstview_inner {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #ffffff), to(#79c2f7));
  background-image: -webkit-linear-gradient(bottom, #ffffff 25%, #79c2f7);
  background-image: linear-gradient(0deg, #ffffff 25%, #79c2f7);
}

.w1280 {
  max-width: 1280px;
  margin: auto;
  text-align: center;
}

.top-title {
  max-width: 1320px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 85px;
}

@media only screen and (max-width: 767px) {
  .top-title {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.w720 {
  max-width: 720px;
  margin: auto;
}

.point_box {
  background: #fff;
  margin-top: 40px;
}
.point_box h3 {
  font-size: 20px !important;
  font-weight: bold;
  padding: 30px 50px 10px;
  border-bottom: solid 1px #50aac8;
}
.point_box ul {
  padding: 10px 50px 40px;
  line-height: 2em;
}
.point_box ul li {
  font-size: 20px;
  border-bottom: dotted 1px #50aac8;
  position: relative;
  padding: 10px 0px 10px 1em;
}
.point_box ul li::before {
  position: absolute;
  top: 15px;
  left: 0px;
  width: 0px;
  height: 0px;
  border: 0.4em solid transparent;
  border-left: 0.5em solid #50aac8;
  content: "";
}

.point span {
  margin-bottom: 30px;
}

#point1 {
  padding: 100px 0 90px;
}

.greenbox {
  background: #e7f3db;
}

.bluebox {
  background: #e0e7ec;
}

.whitebox {
  background: #fff;
}

.col-2 {
  gap: 20px;
}
.col-2 h4 {
  font-size: 20px !important;
}
.col-2 p {
  text-align: justify;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 16px;
}

#point2 {
  padding: 0 0 90px;
}

.borderbox {
  border: solid 1px #50aac8;
  padding: 40px;
}

.flow {
  gap: 60px;
  margin-top: 30px;
}
.flow p {
  font-size: 14px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 10px;
}
.flow .ico-flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flow li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
}
.flow li span {
  line-height: 1.2em;
  font-size: 18px;
  font-weight: bold;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flow li:nth-child(1) span {
  background: #50aac8;
  color: #111b25;
  width: 190px;
  height: 190px;
}
.flow li:nth-child(1)::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 15px solid #50aac8;
  border-bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -30px;
}
.flow li:nth-child(2) span {
  background: #dceef4;
  color: #111b25;
  width: 160px;
  height: 160px;
}
.flow li:nth-child(2)::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 15px solid #50aac8;
  border-bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -30px;
}
.flow li:nth-child(3) span {
  background: #dceef4;
  color: #111b25;
  width: 130px;
  height: 130px;
}
.flow li:nth-child(3)::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 15px solid #50aac8;
  border-bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -30px;
}
.flow li:nth-child(4) span {
  background: #50aac8;
  color: #111b25;
  width: 100px;
  height: 100px;
}

.sevensisters_list {
  list-style: none;
  counter-reset: num;
  padding-left: 0;
}
.sevensisters_list li {
  counter-increment: num;
  position: relative;
  padding-left: 2em;
  font-size: 15px;
  line-height: 1.8em;
  margin-bottom: 5px;
}
.sevensisters_list li strong {
  font-size: 18px;
}
.sevensisters_list li::before {
  content: counter(num, decimal-leading-zero) ".";
  position: absolute;
  left: 0;
  font-size: 18px;
  font-weight: bold;
  color: #3990ac;
}

.sevensisters_box {
  margin-top: 80px;
}

@media only screen and (min-width: 770px) {
  .flow {
    gap: 70px;
  }
  .flow .ico-flow {
    height: 190px;
  }
  .flow li:nth-child(1) {
    width: calc(30% - 52.5px);
  }
  .flow li:nth-child(1)::after {
    content: "";
    position: absolute;
    border-style: solid;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 15px solid #50aac8;
    border-right: 0;
    right: -70px;
    left: auto;
    top: 95px;
    bottom: auto;
  }
  .flow li:nth-child(2) {
    width: calc(26% - 52.5px);
  }
  .flow li:nth-child(2)::after {
    content: "";
    position: absolute;
    border-style: solid;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 15px solid #50aac8;
    border-right: 0;
    right: -70px;
    left: auto;
    top: 95px;
    bottom: auto;
  }
  .flow li:nth-child(3) {
    width: calc(24% - 52.5px);
  }
  .flow li:nth-child(3)::after {
    content: "";
    position: absolute;
    border-style: solid;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 15px solid #50aac8;
    border-right: 0;
    right: -55px;
    left: auto;
    top: 95px;
    bottom: auto;
  }
  .flow li:nth-child(4) {
    width: calc(20% - 52.5px);
  }
}
@media only screen and (min-width: 900px) {
  .flow .ico-flow {
    height: 190px;
  }
  .flow li:nth-child(1) {
    width: calc(30% - 52.5px);
  }
  .flow li:nth-child(1)::after {
    content: "";
    position: absolute;
    border-style: solid;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 15px solid #50aac8;
    border-right: 0;
    right: -50px;
    left: auto;
    top: 95px;
    bottom: auto;
  }
  .flow li:nth-child(2) {
    width: calc(26% - 52.5px);
  }
  .flow li:nth-child(2)::after {
    content: "";
    position: absolute;
    border-style: solid;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 15px solid #50aac8;
    border-right: 0;
    right: -50px;
    left: auto;
    top: 95px;
    bottom: auto;
  }
  .flow li:nth-child(3) {
    width: calc(24% - 52.5px);
  }
  .flow li:nth-child(3)::after {
    content: "";
    position: absolute;
    border-style: solid;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 15px solid #50aac8;
    border-right: 0;
    right: -50px;
    left: auto;
    top: 95px;
    bottom: auto;
  }
  .flow li:nth-child(4) {
    width: calc(20% - 52.5px);
  }
}
#point3 {
  padding: 0 0 90px;
}

.team h4 {
  font-size: 22px !important;
  text-align: center;
  margin-bottom: 10px;
}
.team .row {
  margin-top: 20px;
  margin-bottom: 20px;
}

.borderbox.team {
  padding: 30px;
}

.member {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.member figure img {
  border-radius: 50%;
}
.member .name {
  font-size: 18px;
  font-weight: bold;
}
.member .meta {
  font-size: 15px;
  color: #696f76;
}

.graytext {
  color: #696f76;
}

.precautions small {
  font-size: 12px;
}

@media only screen and (min-width: 770px) {
  .row .member {
    width: auto;
  }
}
#point4 {
  padding: 0 0 90px;
}

#point5 {
  padding: 0 0 90px;
}

.message {
  margin-top: 30px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.global-move {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.img-area {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media only screen and (min-width: 770px) {
  .img-area {
    width: calc(33.3% - 13.3px);
  }
}
#movie {
  padding-bottom: 100px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #point1 {
    padding: 90px 0 60px;
  }
  .borderbox {
    padding: 30px;
  }
  #point2 {
    padding: 0 0 60px;
  }
  .col-4 h3 {
    font-size: 18px !important;
  }
  .member {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .message {
    font-size: 25px;
  }
}
#action {
  text-align: center;
}
#action h3 {
  font-size: 30px !important;
  margin-bottom: 30px;
}

.risk-cost {
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
  line-height: 1.8em !important;
}

#company {
  text-align: center;
  padding: 70px 0;
}
#company .company-name {
  font-size: 28px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}
#company .address {
  font-size: 15.5px;
  margin-bottom: 2px;
}
#company .registration, #company .association {
  font-size: 12px;
  margin-bottom: 2px;
}
#company address {
  font-style: normal;
}

.point_contents li a {
  color: #050f1a;
}

.point_contents li a:hover {
  color: #50aac8;
}

.disclaimer {
  margin-top: 30px;
  text-align: justify;
}
.disclaimer h4 {
  background: #e6e6e6;
  padding: 5px 20px;
}
.disclaimer li {
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.5em;
  padding-left: 1em;
  position: relative;
}
.disclaimer li::before {
  position: absolute;
  content: "・";
  left: 0;
}