@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500&display=swap");
body {
  font-family: "Noto Sans JP", "Noto Sans Japanese", NotoSansJP, sans-serif;
  color: #000;
}

.gothic {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.mincho {
  font-family: "Zen Old Mincho", serif;
}

.souzoku {
  display: block;
  overflow: hidden;
}
.souzoku section {
  width: 100%;
  padding: 50px 0 50px;
}
.souzoku section > .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
}
.souzoku .contents {
  font-size: 16px;
  background: none;
  padding: 0;
}
.souzoku .contents p {
  margin: 0;
}
.souzoku .contents *, .souzoku .contents :before, .souzoku .contents :after {
  box-sizing: border-box;
}
.souzoku .h2_01 {
  font-size: 39px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 55px;
}
.souzoku .h2_02 {
  font-size: 39px;
  font-weight: normal;
  color: #000;
  text-align: center;
  margin-bottom: 43px;
}
.souzoku .h2_02 span {
  display: inline-block;
  font-weight: normal;
  letter-spacing: -0.01em;
  position: relative;
  padding: 0 49px;
}
.souzoku .h2_02 span:before, .souzoku .h2_02 span:after {
  content: "";
  display: block;
  width: 33px;
  height: 70px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background: url("../img/h2-sen.svg") no-repeat center;
  background-size: contain;
}
.souzoku .h2_02 span:before {
  left: 0;
}
.souzoku .h2_02 span:after {
  right: 0;
  transform: translate(0, -50%) scaleX(-1);
}
.souzoku .h2_02 b {
  font-size: 45px;
  font-weight: 500;
  color: #4D65BF;
  margin-right: 0.1em;
}
.souzoku .h2_02 i {
  position: relative;
  font-style: normal;
}
.souzoku .h2_02 i:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  background-color: #4D65BF;
  border-radius: 100vmax;
  z-index: 1;
}
.souzoku .h2_02.color-w {
  color: #fff;
}
.souzoku .h2_02.color-w span:before, .souzoku .h2_02.color-w span:after {
  filter: invert(1);
}
.souzoku .h2_02.color-w b {
  color: #fff;
}
.souzoku .h2_02.color-w i:before {
  background-color: #fff;
}
.souzoku .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.souzoku .mainv {
  width: 100%;
  height: 800px;
  position: relative;
}
.souzoku .mainv .mainv-bg {
  width: 100%;
  height: 100%;
  position: absolute;
}
.souzoku .mainv .mainv-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.souzoku .mainv .mainv-inner {
  width: 100%;
  max-width: 1440px;
  height: 100%;
  padding: 151px 10px 10px 170px;
  margin: 0 auto;
  position: relative;
}
.souzoku .mainv .mainv-inner .page-title {
  font-weight: normal;
  margin-bottom: 78px;
}
.souzoku .mainv .mainv-inner .page-title div {
  width: fit-content;
  background: linear-gradient(120deg, #1E2088, #6379CF);
  color: #fff;
  line-height: 60px;
  padding: 0 16px;
}
.souzoku .mainv .mainv-inner .page-title .txt01 {
  font-size: 32px;
  margin-bottom: 16px;
}
.souzoku .mainv .mainv-inner .page-title .txt02 {
  font-size: 38px;
  line-height: 63px;
}
.souzoku .mainv .mainv-inner .page-title .txt02 b {
  font-size: 45px;
  font-weight: normal;
}
.souzoku .mainv .mainv-inner ul {
  display: block;
  margin-bottom: 47px;
}
.souzoku .mainv .mainv-inner ul li {
  width: fit-content;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4583333333;
  color: #4D65BF;
  position: relative;
  padding-left: 23px;
}
.souzoku .mainv .mainv-inner ul li:before {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  position: absolute;
  top: 0;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: url("../img/check-icon.svg") no-repeat center;
  background-size: contain;
  opacity: 1;
  z-index: 1;
  transition: 0.3s;
}
.souzoku .mainv .mainv-inner ul li span {
  display: inline-block;
  background-color: #fff;
  padding-left: 1.2em;
  padding-right: 0.5em;
}
.souzoku .mainv .mainv-inner ul li + li {
  margin-top: 16px;
}
.souzoku .mainv .mainv-inner .mainv-txt {
  margin-top: 30px;
}
.souzoku .mainv .mainv-inner .mainv-txt p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  text-align: left;
}
.souzoku .mainv .mainv-inner .mainv-txt p + p {
  margin-top: 1em;
}
.souzoku .mainv .mainv-inner .tel-box {
  width: 330px;
  position: absolute;
  right: 67px;
  top: 586px;
  background: linear-gradient(130deg, #1E2088, #6379CF);
  padding: 14px 16px 16px;
  text-align: center;
}
.souzoku .mainv .mainv-inner .tel-box .tel-txt {
  min-width: 302px;
  background-color: #fff;
  margin-bottom: 9px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #000;
  padding: 0.2em;
}
.souzoku .mainv .mainv-inner .tel-box .tel-txt span {
  font-size: 20px;
}
.souzoku .mainv .mainv-inner .tel-box .tel-num {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 8px;
  text-align: center;
}
.souzoku .mainv .mainv-inner .tel-box .tel-num span {
  display: inline-block;
  font-size: 37px;
  font-weight: 500;
  color: #FFC403;
  white-space: nowrap;
  position: relative;
  padding-left: 38px;
}
.souzoku .mainv .mainv-inner .tel-box .tel-num span:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 9px;
  left: 3px;
  background: url("../img/tel-icon.svg") no-repeat center;
  background-size: contain;
  z-index: 1;
}
.souzoku .mainv .mainv-inner .tel-box .tel-time {
  font-size: 13px;
  color: #fff;
  padding-left: 21px;
}
.souzoku .sec01 {
  padding: 68px 0 112px;
  background: #EDEFF7 url("../img/consultation-bg.png") no-repeat center;
  background-size: contain;
  background-position: center bottom;
  clip-path: polygon(0% 0%, 0% calc(100% - 70px), 50% 100%, 100% calc(100% - 70px), 100% 0%);
  position: relative;
  z-index: 4;
}
.souzoku .sec01 h2 {
  margin-bottom: 51px;
}
.souzoku .consultation .consultation-list {
  gap: 28px 2.3%;
  margin-bottom: 26px;
}
.souzoku .consultation .consultation-list .item {
  width: 31.8%;
  background: #4D65BF;
  padding: 22px 0 24px;
  position: relative;
}
.souzoku .consultation .consultation-list .item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #637AD1;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.souzoku .consultation .consultation-list .item > * {
  position: relative;
  z-index: 2;
}
.souzoku .consultation .consultation-list .item figure {
  width: 100%;
  height: 107px;
  text-align: center;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.souzoku .consultation .consultation-list .item figure img {
  display: block;
  width: auto;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}
.souzoku .consultation .consultation-list .item p {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
}
.souzoku .consultation .consultation-arrow {
  text-align: center;
  margin-bottom: 2px;
}
.souzoku .consultation .consultation-arrow img {
  display: inline-block;
  width: 178px;
}
.souzoku .consultation .consultation-txt p {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
.souzoku .consultation .consultation-txt p b {
  font-size: 38px;
  font-weight: 500;
  color: #4D65BF;
  margin-right: 0.1em;
}
.souzoku .consultation .consultation-txt p .underline {
  position: relative;
  display: inline-block;
}
.souzoku .consultation .consultation-txt p .underline:before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, 0);
  background-color: #F4D911;
}
.souzoku .sec02 {
  background: url("../img/reasons-bg.jpg") no-repeat center;
  background-size: cover;
  background-position: center bottom;
  clip-path: polygon(0% 0%, 0% calc(100% - 70px), 50% 100%, 100% calc(100% - 70px), 100% 0%);
  position: relative;
  z-index: 3;
  margin-top: -70px;
  padding-top: 150px;
  padding-bottom: 140px;
}
.souzoku .sec02 h2 {
  margin-bottom: 114px;
}
.souzoku .reason .onestop {
  background-color: rgba(255, 255, 255, 0.87);
  padding: 107px 50px 76px;
  text-align: center;
  position: relative;
}
.souzoku .reason .onestop .onestop-title {
  line-height: 1;
  padding: 23px;
  text-align: left;
  width: fit-content;
  white-space: nowrap;
  font-size: 60px;
  font-weight: normal;
  color: #fff;
  position: absolute;
  padding-left: 62px;
  padding-right: 42px;
  left: 253px;
  top: -53px;
  z-index: 1;
}
.souzoku .reason .onestop .onestop-title:before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 6px;
  left: -55px;
  background: url("../img/check-icon02.svg") no-repeat center;
  background-size: contain;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
.souzoku .reason .onestop .onestop-title:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(110deg, #1E2088, #4D82BF);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
.souzoku .reason .onestop .onestop-title span {
  font-weight: bold;
}
.souzoku .reason .onestop ul {
  gap: 20px;
  padding-left: 10px;
  margin-bottom: 41px;
}
.souzoku .reason .onestop ul li {
  width: 162px;
  height: 162px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  color: #4D65BF;
  font-size: 28px;
  font-weight: normal;
  line-height: 1;
  position: relative;
  z-index: 1;
  padding-bottom: 4px;
}
.souzoku .reason .onestop ul li:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 100vmax;
  border: 3px solid transparent;
  background: linear-gradient(0deg, #1E2088, #4D82BF) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  mask-composite: exclude;
}
.souzoku .reason .onestop ul li:after {
  content: "";
  display: block;
  width: 22px;
  height: 3px;
  background-color: #3753a5;
  position: absolute;
  top: calc(50% - 8px);
  left: calc(100% - 1px);
  z-index: 1;
}
.souzoku .reason .onestop ul li span {
  display: block;
}
.souzoku .reason .onestop ul li .s {
  font-size: 21px;
  padding-top: 7px;
}
.souzoku .reason .onestop ul li:last-child:after {
  display: none;
}
.souzoku .reason .onestop .note {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 48px;
}
.souzoku .reason .onestop .note span {
  font-weight: bold;
  color: #4D65BF;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}
.souzoku .reason .onestop .onestop-bt-txt {
  font-size: 30px;
  font-weight: 500;
  color: #4D65BF;
}
.souzoku .reason .onestop .onestop-bt-txt span {
  font-size: 39px;
  margin-right: 0.1em;
}
.souzoku .sec03 {
  background: url("../img/flow-bg.jpg") no-repeat center;
  background-size: cover;
  background-position: center bottom;
  clip-path: polygon(0% 0%, 0% calc(100% - 70px), 50% 100%, 100% calc(100% - 70px), 100% 0%);
  padding-bottom: 200px;
  position: relative;
  z-index: 2;
  margin-top: -70px;
  padding-top: 134px;
  padding-bottom: 130px;
}
.souzoku .sec03 h2 {
  color: #fff;
  margin-bottom: 62px;
}
.souzoku .flow .flow-list ul {
  padding-left: 100px;
}
.souzoku .flow .flow-list ul li {
  width: 100%;
  max-width: 900px;
  height: auto;
  min-height: 85px;
  position: relative;
  background-color: #fff;
  border-radius: 100vmax;
  margin-bottom: 64px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0.5em;
  padding-left: 60px;
  padding-right: 110px;
  gap: 60px;
}
.souzoku .flow .flow-list ul li:before {
  content: "";
  display: block;
  width: 178px;
  height: 31px;
  position: absolute;
  bottom: -48px;
  left: 50%;
  transform: translate(-50%, 0%);
  background: url("../img/arrow-w.svg") no-repeat center;
  background-size: contain;
  opacity: 1;
  z-index: 1;
  transition: 0.3s;
}
.souzoku .flow .flow-list ul li .step {
  font-size: 30px;
  font-weight: 500;
  color: #4D65BF;
  position: relative;
}
.souzoku .flow .flow-list ul li .step:before {
  content: "";
  display: block;
  width: 1px;
  height: 41px;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translate(0%, -50%);
  background-color: #000;
}
.souzoku .flow .flow-list ul li .txt {
  font-size: 30px;
  font-weight: normal;
}
.souzoku .flow .flow-list ul li figure {
  width: 130px;
  height: 130px;
  position: absolute;
  right: -28px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.souzoku .flow .flow-list ul li figure:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  border: 2px solid #4D65BF;
  border-radius: 100vmax;
}
.souzoku .flow .flow-list ul li figure:after {
  content: "";
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
  background-color: #fff;
  border-radius: 100vmax;
}
.souzoku .flow .flow-list ul li figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 2;
}
.souzoku .flow .flow-list ul li:last-child {
  margin-bottom: 0;
}
.souzoku .flow .flow-list ul li:last-child:before {
  display: none;
}
.souzoku .flow .flow-bt {
  margin-top: 70px;
}
.souzoku .flow .flow-bt p {
  font-size: 30px;
  font-weight: normal;
  color: #fff;
  text-align: center;
}
.souzoku .flow .flow-bt p span {
  font-size: 39px;
  margin-right: 0.1em;
}
.souzoku .sec04 {
  background-color: #DCE1F4;
  position: relative;
  z-index: 1;
  margin-top: -70px;
  padding-top: 124px;
  padding-bottom: 72px;
}
.souzoku .sec04 .inner {
  max-width: 100%;
  padding: 0;
}
.souzoku .sec04 h2 {
  font-size: 39px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 62px;
}
.souzoku .company .company-box-wrap {
  position: relative;
  height: 666px;
  max-width: 1920px;
  margin: 0 auto;
}
.souzoku .company .company-img {
  width: 69.8611111111%;
  height: 100%;
}
.souzoku .company .company-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}
.souzoku .company .company-box {
  position: absolute;
  top: 88px;
  right: 0;
  width: 57.2222222222%;
  min-width: 824px;
  background-color: #fff;
  text-align: center;
  padding: 83px 126px 58px;
}
.souzoku .company .company-box .name {
  width: 100%;
  position: absolute;
  top: -0.5em;
  left: 0;
  font-size: 78px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #4D65BF;
  opacity: 0.55;
}
.souzoku .company .company-box .txt {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  max-width: 572px;
  margin: 0 auto;
  margin-bottom: 28px;
}
.souzoku .company .company-box .txt span {
  display: inline-block;
  background-color: #4D65BF;
  color: #fff;
  padding: 0 0.2em;
  margin-right: 0.2em;
}
.souzoku .company .tel-box {
  background: linear-gradient(120deg, #1E2088, #6379CF);
  padding: 18px 0 30px;
  text-align: center;
  max-width: 572px;
  margin: 0 auto;
}
.souzoku .company .tel-box p {
  font-size: 19px;
  color: #fff;
}
.souzoku .company .tel-box .tel-num {
  position: relative;
  left: -8px;
  padding-left: 52px;
  width: fit-content;
  margin: 9px auto 10px;
}
.souzoku .company .tel-box .tel-num:before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 13px;
  left: 0;
  background: url("../img/tel-icon.svg") no-repeat center;
  background-size: contain;
  z-index: 1;
}
.souzoku .company .tel-box .tel-num span {
  font-size: 56px;
  font-weight: 500;
  color: #FFC403;
}

@media screen and (min-width: 671px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 670px) {
  .pc-only {
    display: none !important;
  }
}/*# sourceMappingURL=souzoku.css.map */