@charset "UTF-8";
.ss-h2 {
  font-size: 25px;
  font-weight: 700;
  line-height: 33px;
  color: #333;
  padding: 15px;
  box-sizing: border-box;
  background: #F6FCFF;
  margin-bottom: 30px;
  border-left: 3px solid #385AAA;
}

.flow-h2 {
  letter-spacing: -3px;
}

@media (min-width: 768px) {
  .ss-h2 {
    font-size: 40px;
    line-height: 40px;
    padding: 25px 40px;
    border-left: 4px solid #385AAA;
    margin-bottom: 60px;
  }
  .flow-h2 {
    letter-spacing: 0;
  }
}
.section {
  width: 90%;
  margin: 0 auto;
  padding-top: 60px;
  max-width: 500px;
}

@media (min-width: 768px) {
  .section {
    max-width: 1400px;
    width: 80%;
  }
}
.flow-section {
  margin: 60px auto 0 auto;
  max-width: 500px;
  width: 90%;
}
.flow-section .container {
  border-bottom: 1px solid rgb(161, 195, 248);
  border-left: 1px solid rgb(161, 195, 248);
}
.flow-section .container ul {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.flow-section .container ul li {
  width: 50%;
  box-sizing: border-box;
  border-top: 1px solid rgb(161, 195, 248);
  border-right: 1px solid rgb(161, 195, 248);
  display: flex;
  align-items: center; /* 上下中央揃え */
  justify-content: center; /* 左右中央揃え */
}
.flow-section .container ul li a {
  text-decoration: none;
  color: #385AAA;
  background: #F7FAFF;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  height: 50px;
  line-height: 23px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.flow-section .container ul li:hover {
  transition: all 0.3s;
  opacity: 0.8;
}
.flow-section .container ul .active a {
  color: #fff;
  background: #385AAA;
}

@media (min-width: 768px) {
  .flow-section {
    margin-top: 75px;
    max-width: 1100px;
    width: 50%;
  }
  .flow-section .container ul li {
    position: relative;
  }
  .flow-section .container ul li a {
    font-size: 20px;
    line-height: 29px;
    height: 75px;
  }
}
.flow-tmp-section h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 100%;
  padding-bottom: 11px;
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 30px;
}
.flow-tmp-section .step-container .content {
  position: relative;
  box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.18);
  margin-bottom: 73px;
}
.flow-tmp-section .step-container .content .title {
  background: linear-gradient(90deg, rgb(56, 90, 170), rgb(92, 177, 255));
  color: #fff;
  font-weight: 700;
  display: flex;
  padding: 16px 8px;
}
.flow-tmp-section .step-container .content .title span {
  font-size: 18px;
  line-height: 30px;
}
.flow-tmp-section .step-container .content .title span .number {
  margin-right: 14px;
  font-size: 24px;
}
.flow-tmp-section .step-container .content .title h4 {
  font-size: 24px;
  line-height: 30px;
}
.flow-tmp-section .step-container .content .item {
  padding: 25px;
}
.flow-tmp-section .step-container .content .item img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 280px;
  margin: 0 auto 25px auto;
}
.flow-tmp-section .step-container .content .item .flow-small-img {
  max-width: 150px;
}
.flow-tmp-section .step-container .content .item ul {
  counter-reset: number 0;
}
.flow-tmp-section .step-container .content .item ul li, .flow-tmp-section .step-container .content .item ul p, .flow-tmp-section .step-container .content .item ul span {
  font-size: 15px;
  line-height: 25px;
  position: relative;
  padding-left: 13px;
}
.flow-tmp-section .step-container .content .item ul span {
  padding: 0 !important;
}
.flow-tmp-section .step-container .content .item ul p {
  padding-left: 14px;
}
.flow-tmp-section .step-container .content .item ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.flow-tmp-section .step-container .content .item ul p::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 1px;
}
.flow-tmp-section .step-container .content .item ul .li1, .flow-tmp-section .step-container .content .item ul .li2 {
  margin-left: 16px;
}
.flow-tmp-section .step-container .content .item ul .li1::before {
  counter-increment: number 1;
  content: counter(number) " ";
}
.flow-tmp-section .step-container .content::after {
  content: "";
  position: absolute;
  background: url("../images/flow/arrow.webp");
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 131px;
  height: 43px;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.flow-tmp-section .step-container .content:last-of-type {
  margin-bottom: 0;
}
.flow-tmp-section .content:last-of-type::after {
  display: none;
}

@media (min-width: 768px) {
  .flow-tmp-section {
    padding-top: 80px;
  }
  .flow-tmp-section h3 {
    margin-left: 40px;
    font-size: 30px;
    padding-bottom: 25px;
  }
  .flow-tmp-section .step-container .content {
    margin-bottom: 100px;
  }
  .flow-tmp-section .step-container .content .title {
    padding: 10px 40px;
  }
  .flow-tmp-section .step-container .content .title span {
    font-size: 25px;
  }
  .flow-tmp-section .step-container .content .title span .number {
    font-size: 30px;
    margin-right: 15px;
  }
  .flow-tmp-section .step-container .content .title h4 {
    font-size: 30px;
  }
  .flow-tmp-section .step-container .content .item {
    display: flex;
    justify-content: space-between;
    padding: 40px 50px;
  }
  .flow-tmp-section .step-container .content .item img {
    width: 28.5%;
    margin-bottom: 0;
    max-width: 300px;
  }
  .flow-tmp-section .step-container .content .item ul {
    width: 68%;
  }
  .flow-tmp-section .step-container .content .item ul li, .flow-tmp-section .step-container .content .item ul p, .flow-tmp-section .step-container .content .item ul span {
    font-size: 16px;
    line-height: 30px;
    padding-left: 18px;
  }
  .flow-tmp-section .step-container .content::after {
    width: 175px;
    height: 57px;
    bottom: -85px;
  }
}
.cv-section {
  margin-top: 40px;
}
.cv-section .cv-inner .cv-container {
  overflow: hidden;
}
.cv-section .cv-inner .cv-container .cv-type {
  background-image: url("../images/flow/cv-sp1.webp");
}
.cv-section .cv-inner .cv-container .cv-price {
  background-image: url("../images/flow/cv-sp2.webp");
}
.cv-section .cv-inner .cv-container .cv-contact {
  background-image: url("../images/flow/cv-sp3.webp");
}
.cv-section .cv-inner .cv-container .cv-other {
  background-image: url("../images/flow/cv-sp4.webp");
}
.cv-section .cv-inner .cv-container .cv-corporate {
  background-image: url("../images/flow/cv-sp5.webp");
}
.cv-section .cv-inner .cv-container .cv-content {
  color: #fff;
  text-decoration: none;
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  --bg-size-base:100%;
  --bg-size-hover:110%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: var(--bg-size-base);
  transition: background-size 0.3s ease;
}
.cv-section .cv-inner .cv-container .cv-content .inner {
  width: 100%;
  height: 235px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cv-section .cv-inner .cv-container .cv-content .inner h3 {
  font-family: "Noto Serif JP", serif !important;
  text-align: center;
  font-size: 25px;
  font-weight: 900;
  line-height: 30px;
  margin: 0;
  padding: 0;
  border: none;
}
.cv-section .cv-inner .cv-container .cv-content:hover {
  background-size: var(--bg-size-hover);
  background-position: center;
}

@media (min-width: 768px) {
  .cv-section .cv-inner .cv-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: visible;
  }
  .cv-section .cv-inner .cv-container .cv-type {
    background-image: url("../images/flow/cv-pc1.webp");
    --bg-size-base:180%;
    --bg-size-hover:190%;
  }
  .cv-section .cv-inner .cv-container .cv-price {
    background-image: url("../images/flow/cv-pc2.webp");
  }
  .cv-section .cv-inner .cv-container .cv-contact {
    background-image: url("../images/flow/cv-pc3.webp");
  }
  .cv-section .cv-inner .cv-container .cv-other {
    background-image: url("../images/flow/cv-pc4.webp");
  }
  .cv-section .cv-inner .cv-container .cv-corporate {
    background-image: url("../images/flow/cv-pc5.webp");
  }
  .cv-section .cv-inner .cv-container .cv-content {
    width: 31.5%;
    margin-bottom: 0;
    --bg-size-base:250%;
    --bg-size-hover:260%;
  }
  .cv-section .cv-inner .cv-container .cv-content .inner {
    height: 248px;
  }
  .cv-section .cv-inner .cv-container .cv-content .inner h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .cv-section .cv-inner .cv-container2 {
    justify-content: center;
  }
  .cv-section .cv-inner .cv-container2 .cv-content:first-of-type {
    margin-right: 30px;
  }
}
@media (min-width: 768px) and (min-width: 1000px) {
  .cv-section .cv-inner .cv-container .cv-content {
    --bg-size-base:160%;
    --bg-size-hover:165%;
  }
  .cv-section .cv-inner .cv-container .cv-content:nth-child(1) {
    --bg-size-base:140%;
    --bg-size-hover:145%;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .cv-section .cv-inner .cv-container .cv-content {
    --bg-size-base:100%;
    --bg-size-hover:105%;
  }
  .cv-section .cv-inner .cv-container .cv-content:nth-child(1) {
    --bg-size-base:100%;
    --bg-size-hover:105%;
  }
}
@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
.pc-only {
  display: block;
}

@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}/*# sourceMappingURL=flow.css.map */