@charset "UTF-8";
html, body, div, main, span, iframe, h1, h2, h3, h4, h4, h5, p, dfn, img, ins, q, small, strong, var, i, dl, dt, dd, ul, li, ol, legend, table, caption, tbody, tr, th, td, canvas, figcaption, figure, footer, header, menu, nav, section, mark {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
}
main, section, nav, menu, header, footer, figure, figcaption {
  display: block;
}

canvas {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

a {
  text-decoration: none;
  color: inherit;
}

hr {
  display: none;
}

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

ul, ol {
  list-style: none;
}

table {
  width: 100%;
  border: 0 none;
  border-collapse: collapse;
}
table th, table td {
  border: 0 none;
  vertical-align: top;
  font-size: 1em;
  text-align: left;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

legend {
  display: none;
}

input {
  vertical-align: middle;
  border-radius: 0;
  outline: none;
}
input[type=text], input[type=email], input[type=image] {
  -webkit-appearance: none;
}
input[type=checkbox], input[type=radio] {
  padding: 0;
  box-sizing: border-box;
}
input[type=text] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
select::-ms-expand {
  display: none;
}

a, button {
  outline: 0;
}

button {
  border: none;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "SalesforceSans";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/SalesforceSans-Bold.woff");
  font-display: swap;
}
@font-face {
  font-family: "SalesforceSans";
  font-style: normal;
  src: url("../fonts/SalesforceSans-Regular.woff");
  font-display: swap;
}
body {
  color: #222;
  font-family: SalesforceSans, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, Arial, Meiryo, sans-serif;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.main0 {
  padding: 0;
}
.main1 {
  background:
          url("../images/flow/main-visual.png") no-repeat calc(50% + 70px) 45px,
          url("../images/flow/main-visual-parts1.png") no-repeat calc(50% + 720px) top,
          url("../images/flow/main-visual-parts2.png") no-repeat center bottom;
  background-size: 980px, 1504px, 100%;
}
@media screen and (max-width: 767px) {
  .main1 {
    background:
            url("../images/flow/main-visual-sp-1.png") no-repeat center 76px,
            url("../images/flow/main-visual-sp-2.png") no-repeat calc(50% + 100px) calc(100% - 99px),
            url("../images/flow/main-visual-parts1-sp.png") no-repeat calc(50% + 180px) top,
            url("../images/flow/main-visual-parts2.png") no-repeat center bottom;
    background-size: 335px, 188px, 581px, 100%;
  }
}
.main-section {
  width: 920px;
  height: 940px;
  display: flex;
  flex-flow: column;
  padding: 100px 0 0 0;
  margin: 0 auto 120px auto;
  gap: 100px;
}
@media screen and (max-width: 767px) {
  .main-section {
    width: auto;
    height: auto;
    padding: 270px 0 230px 0;
    margin: 0 20px 60px 20px;
    gap: 60px;
  }
}
.main-section1 {
  width: 450px;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 767px) {
  .main-section1 {
    width: auto;
  }
}
.main-section2 {
  width: 520px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .main-section2 {
    width: auto;
  }
}
.main-section-head {
  font-size: 44px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 28px 0;
  color: #032D60;
}
@media screen and (max-width: 767px) {
  .main-section-head {
    font-size: 24px;
    margin: 0 0 20px 0;
  }
}
.main-section-sub-head {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.545;
  margin: 0 0 28px 0;
  color: #032D60;
}
@media screen and (max-width: 767px) {
  .main-section-sub-head {
    font-size: 16px;
    margin: 0 0 20px 0;
  }
}
.main-section-text {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .main-section-text {
    font-size: 14px;
  }
}
.content {
  background: url("../images/flow/content-bg.png") no-repeat center bottom;
  background-size: 1920px;
  padding: 0 0 120px 0;
  margin: 0 0 120px 0;
}
@media screen and (max-width: 767px) {
  .content {
    background: url("../images/flow/content-bg-sp.png") no-repeat center bottom;
    background-size: 681px;
    padding: 0 0 90px 0;
    margin: 0 0 60px 0;
  }
}
.content-inner {
  width: 920px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .content-inner {
    width: auto;
    margin: 0 20px;
  }
}
.content-head {
  text-align: center;
  font-size: 36px;
  line-height: 1.5;
  font-weight: bold;
  color: #032D60;
  margin: 0 0 45px 0;
}
@media screen and (max-width: 767px) {
  .content-head {
    font-size: 20px;
    margin: 0 0 20px 0;
  }
}
.content-text {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 767px) {
  .content-text {
    font-size: 14px;
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.content-iframe {
  margin: 0 0 45px 0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding: 55% 0 0 0;

}
.content-iframe iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.step {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .step {
    flex-flow: column;
    gap: 40px;
  }
}
.step-block {
  width: 340px;
}
@media screen and (max-width: 767px) {
  .step-block {
    width: auto;
  }
}
.step-block-head {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  color: #032D60;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
  .step-block-head {
    font-size: 18px;
    margin: 0 0 16px 0;
    gap: 12px;
  }
}
.step-block-head .number {
  background: #00A1E0;
  min-width: 48px;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .step-block-head .number {
    width: 36px;
    height: 36px;
  }
}
.step-list {
  padding: 0 0 0 20px;
}
.step-list li {
  color: #33B4E6;
  list-style: disc;
}
.step-list li span {
  font-size: 16px;
  line-height: 1.875;
  color: #032D60;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .step-list li span {
    font-size: 14px;
  }
}
.faq-content {
  margin: 0 0 120px 0;
}
@media screen and (max-width: 767px) {
  .faq-content {
    margin: 0 0 60px 0;
  }
}
.faq-list {
  border-top: 1px solid #ddd;
}
.faq-list li {
  padding: 24px 0;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}
.faq-list li.open .faq-head span:after {
  display: none;
}
.faq-list li.open .faq-text {
  display: block;
}
.faq-head {
  font-size: 20px;
  font-weight: bold;
  color: #032D60;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 16px;
  user-select: none;
}
@media screen and (max-width: 767px) {
  .faq-head {
    font-size: 16px;
  }
}
.faq-head span {
  width: 28px;
  min-width: 28px;
  height: 28px;
  background: #EDF8FE;
  border-radius: 28px;
  position: relative;
}
.faq-head span:before {
  content: "";
  width: 16px;
  height: 4px;
  background: #00A1E0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.faq-head span:after {
  content: "";
  width: 4px;
  height: 16px;
  background: #00A1E0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.faq-text {
  display: none;
  font-size: 16px;
  line-height: 2;
  padding: 8px 0 0 44px;
}
@media screen and (max-width: 767px) {
  .faq-text {
    font-size: 14px;
  }
}
.faq-text a {
  color: #00A1E0;
  text-decoration: underline;
}
.faq-text a:hover {
  text-decoration: none;
}
.useful-content {
  margin: 0 0 120px 0;
}
@media screen and (max-width: 767px) {
  .useful-content {
    margin: 0 0 60px 0;
  }
}
.useful-list {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .useful-list {
    flex-flow: column;
    gap: 20px;
  }
}
.useful-list li {
  width: 340px;
  height: 380px;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .useful-list li {
    width: auto;
  }
}
.useful-list li.useful-1 {
  background: url("../images/flow/useful-bg-1.png") no-repeat right bottom #EDF8FE;
  background-size: 470px;
}
.useful-list li.useful-2 {
  background: url("../images/flow/useful-bg-2.png") no-repeat right bottom #EDF8FE;
  background-size: 400px;
}
.useful-list li.useful-3 {
  background: url("../images/flow/useful-bg-3.png") no-repeat right bottom #EDF8FE;
  background-size: 419px;
}
.useful-head {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  color: #032D60;
  margin: 0 0 16px 0;
}
.useful-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  width: 146px;
  height: 40px;
  border-radius: 4px;
  background: #0B5CAB;
  color: #fff;
}
.useful-link a:hover {
  opacity: .8;
}