@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

.isPc {
  display: block;
}

@media screen and (max-width: 768px) {
  .isPc {
    display: none;
  }
}

.isSp {
  display: none;
}

@media screen and (max-width: 768px) {
  .isSp {
    display: block;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  background: transparent;
}

.setup_content {
  font-family: "Inter", sans-serif;
  font-size: min(1.0666666666666667vw, 16px);
  line-height: 1.5;
}

.setup_content * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .setup_content {
    font-size: 3.733333333333333vw;
    line-height: 1.8;
    overflow-wrap: anywhere;
  }
}

.setup_content a {
  color: #000;
  text-decoration: none;
}

.setup_content img {
  max-width: 100%;
}

.setup_content .isPc {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .setup_content .isPc {
    display: none !important;
  }
}

.setup_content .isSp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .setup_content .isSp {
    display: block !important;
  }
}

.setup_content .page-ttl {
  font-size: min(1.6666666666666667vw, 25px);
  font-weight: bold;
  padding: min(0.6vw, 9px) min(2.3333333333333335vw, 35px);
}

@media screen and (max-width: 768px) {
  .setup_content .page-ttl {
    font-size: 4.266666666666667vw;
    padding: 2.133333333333333vw 5.333333333333333vw;
  }
}

.setup_content .img700 {
  width: min(46.666666666666664vw, 700px);
}

@media screen and (max-width: 768px) {
  .setup_content .img700 {
    width: 100%;
  }
}

.setup_content .img233 {
  width: min(15.533333333333331vw, 233px);
}

@media screen and (max-width: 768px) {
  .setup_content .img233 {
    width: 100%;
  }
}

.setup_content .img250 {
  width: min(16.666666666666664vw, 250px);
}

@media screen and (max-width: 768px) {
  .setup_content .img250 {
    width: 100%;
  }
}

.setup_content .img300 {
  width: min(20vw, 300px);
}

@media screen and (max-width: 768px) {
  .setup_content .img300 {
    width: 100%;
  }
}

/*------ kv -----*/
#kv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0;
  background: #f0f3f5;
}

#kv img {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  #kv {
    display: block;
    padding: 0;
    margin-bottom: 13.333333333333334vw;
  }
}

.kv_bg {
  background-color: #000;
  position: relative;
}

.kv_bg img {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .kv_bg img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.kv_contents {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .kv_contents {
    display: block;
  }
}

.kv_txt {
  padding-left: calc(100 / 1440 * 100vw);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .kv_txt {
    color: #fff;
    position: relative;
    padding: 0 calc(20 / 812 * 100vh);
    text-align: center;
  }
}

.kv_img {
  position: absolute;
  top: 50%;
  left: auto;
  right: calc(50 / 1440 * 100vw);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: calc(535 / 1440 * 100vw);
}

@media screen and (max-width: 768px) {
  .kv_img {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    -webkit-transform: none;
    transform: none;
    width: 80%;
    margin: 12px auto 0;
  }
}

.kv_ttl {
  color: #fff;
  font-size: calc(26 / 1440 * 100vw);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .kv_ttl {
    font-size: calc(20 / 812 * 100vh);
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
  }
}

.kv_logo {
  display: block;
  position: relative;
  width: calc(360 / 1440 * 100vw);
  margin: 8px auto 20px;
}

@media screen and (max-width: 768px) {
  .kv_logo {
    width: calc(250 / 812 * 100vh);
    margin: 5px auto 13px;
  }
}

.kv_detail {
  color: #fff;
  font-size: calc(22 / 1440 * 100vw);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .kv_detail {
    font-size: calc(16 / 812 * 100vh);
  }
}

.setup_index-block {
  background: #f0f3f5;
  border-top: 5px solid #004198;
  border-bottom: 5px solid #004198;
  padding: min(3vw, 45px) 0 min(3.5333333333333337vw, 53px);
}

@media screen and (max-width: 768px) {
  .setup_index-block {
    padding: 9.333333333333334vw 5.333333333333333vw 8vw;
    margin: 0 0 13.333333333333334vw;
  }
}

.setup_index-block h2 {
  text-align: center;
  font-size: min(3.0666666666666664vw, 46px);
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .setup_index-block h2 {
    font-size: 10.666666666666666vw;
  }
}

.setup_index-block h2 span {
  display: block;
  font-size: min(1.3333333333333335vw, 20px);
  margin: 8px 0 0;
}

@media screen and (max-width: 768px) {
  .setup_index-block h2 span {
    font-size: 4vw;
    margin: 0;
  }
}

.setup_index-block .setup_index-block-inner {
  max-width: min(80vw, 1200px);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  margin: min(2vw, 30px) auto 0;
}

@media screen and (max-width: 768px) {
  .setup_index-block .setup_index-block-inner {
    max-width: none;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    margin: 0;
  }
}

.setup_index-block .anchor-link-section-wrap {
  border-right: 1px solid #ccc;
  padding: min(2.3333333333333335vw, 35px) min(1.3333333333333335vw, 20px) 0;
}

@media screen and (max-width: 768px) {
  .setup_index-block .anchor-link-section-wrap {
    border-right: none;
    border-bottom: 1px solid #ccc;
    padding: 5.333333333333333vw 0;
  }

  .setup_index-block .anchor-link-section-wrap:first-of-type {
    border-top: 1px solid #ccc;
    margin: 8vw 0;
  }
}

.setup_index-block .anchor-link-section-wrap>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: min(1.3333333333333335vw, 20px);
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .setup_index-block .anchor-link-section-wrap>a {
    font-size: 4.8vw;
  }
}

.setup_index-block .anchor-link-section-wrap>a:after {
  content: "";
  display: block;
  width: min(1.2vw, 18px);
  height: min(0.5333333333333333vw, 8px);
  background: #004198;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

@media screen and (max-width: 768px) {
  .setup_index-block .anchor-link-section-wrap>a:after {
    width: 4.8vw;
    height: 2.133333333333333vw;
  }
}

.setup_index-block .anchor-link-section-wrap>ul {
  font-size: min(0.9333333333333335vw, 14px);
  margin: min(0.4vw, 6px) min(0.6666666666666667vw, 10px) 0;
  display: -ms-grid;
  display: grid;
  gap: min(0.06666666666666667vw, 1px);
}

@media screen and (max-width: 768px) {
  .setup_index-block .anchor-link-section-wrap>ul {
    font-size: 3.733333333333333vw;
  }
}

.setup_section_wrapper .h2-common-ttl {
  text-align: center;
  font-size: min(3.0666666666666664vw, 46px);
  font-weight: bold;
  padding: min(6.666666666666667vw, 100px) 0 0;
}

@media screen and (max-width: 768px) {
  .setup_section_wrapper .h2-common-ttl {
    font-size: 6.4vw;
    padding: 13.333333333333334vw 0 0;
    border-top: 1px solid #ccc;
  }
}

.setup_section_wrapper .h2-common-ttl:after {
  content: "";
  display: block;
  width: min(4.666666666666667vw, 70px);
  height: min(0.33333333333333337vw, 5px);
  background: #004198;
  margin: min(0.33333333333333337vw, 5px) auto 0;
}

@media screen and (max-width: 768px) {
  .setup_section_wrapper .h2-common-ttl:after {
    width: 15.2vw;
    height: 1.066666666666667vw;
    margin: 3.466666666666667vw auto 0;
  }
}

.setup_section_wrapper .h3-common-ttl {
  font-size: min(1.866666666666667vw, 28px);
  font-weight: 600;
  border-bottom: 2px solid #000;
  padding: min(7.000000000000001vw, 105px) 0 min(0.6666666666666667vw, 10px);
  margin: 0 0 min(0.8vw, 12px);
}

@media screen and (max-width: 768px) {
  .setup_section_wrapper .h3-common-ttl {
    font-size: 5.333333333333333vw;
    padding: 10.666666666666666vw 0 2.666666666666667vw;
    margin: 0 5.333333333333333vw 2.666666666666667vw;
    border-bottom: 1px solid #000;
  }

  .setup_section_wrapper .h3-common-ttl+p {
    margin: 0 5.333333333333333vw;
  }
}

.setup_section_wrapper ul {
  display: -ms-grid;
  display: grid;
  gap: min(0.33333333333333337vw, 5px);
  margin: min(0.33333333333333337vw, 5px) 0 0;
}

@media screen and (max-width: 768px) {
  .setup_section_wrapper ul {
    margin: 0 5.333333333333333vw;
  }
}

@media screen and (max-width: 768px) {
  .setup_section_wrapper ul.dots_list {
    margin: 0.8vw 5.333333333333333vw 0;
  }
}

.setup_section_wrapper ul.dots_list li {
  padding-left: 1.5rem;
  position: relative;
}

.setup_section_wrapper ul.dots_list li:before {
  position: absolute;
  top: 0;
  bottom: 1px;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #000;
  border: 1px solid #000;
}

@media screen and (max-width: 768px) {
  .setup_section_wrapper ul.dots_list li:before {
    width: 3px;
    height: 3px;
  }
}

.setup_section_wrapper ul.dots_white_list {
  margin: min(0.2vw, 3px);
}

@media screen and (max-width: 768px) {
  .setup_section_wrapper ul.dots_white_list {
    margin: 0.8vw 5.333333333333333vw 0;
  }
}

.setup_section_wrapper ul.dots_white_list li {
  padding-left: 1.5rem;
  margin-left: 3.5rem;
  position: relative;
}

.setup_section_wrapper ul.dots_white_list li:before {
  position: absolute;
  top: 0;
  bottom: 1px;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #000;
}

.setup_section_wrapper .small-txt {
  display: block;
  background: #f6f6f6;
  font-size: min(0.8vw, 12px);
  padding: min(0.6666666666666667vw, 10px);
  margin: min(0.5333333333333333vw, 8px) 0 0;
}

@media screen and (max-width: 768px) {
  .setup_section_wrapper .small-txt {
    font-size: 3.2vw;
    padding: 2.666666666666667vw;
    margin: 2.666666666666667vw 0 0;
  }

  .setup_section_wrapper .small-txt p {
    padding-left: 1rem;
    text-indent: -0.8rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  .section-list-wrap .small-txt {
    margin: 0;
  }
}

.section01 .inner {
  max-width: min(80vw, 1200px);
  margin: auto;
}

@media screen and (max-width: 768px) {
  .section01 .inner {
    max-width: none;
  }
}

.section01 .section01_01_list {
  margin: min(0.6666666666666667vw, 10px) 0 0;
}

@media screen and (max-width: 768px) {
  .section01 .section01_01_list {
    margin: 2.666666666666667vw 5.333333333333333vw 0;
  }
}

.section01 .section01_01_list dl {
  border: 1px solid #000;
  border-top: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .section01 .section01_01_list dl {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.section01 .section01_01_list dl:nth-of-type(1) {
  border-top: 1px solid #000;
}

.section01 .section01_01_list dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-right: 1px solid #000;
  width: min(25.333333333333336vw, 380px);
  padding: min(0.5333333333333333vw, 8px) min(0.6666666666666667vw, 10px);
}

@media screen and (max-width: 768px) {
  .section01 .section01_01_list dl dt {
    width: auto;
    padding: 2.666666666666667vw;
  }
}

.section01 .section01_01_list dl dd {
  padding: min(0.5333333333333333vw, 8px) min(0.6666666666666667vw, 10px);
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .section01 .section01_01_list dl dd {
    padding: 2.666666666666667vw;
  }
}

.section01 .section01_03_list {
  margin: min(0.6666666666666667vw, 10px) 0 0;
}

@media screen and (max-width: 768px) {
  .section01 .section01_03_list {
    margin: 2.666666666666667vw 5.333333333333333vw 0;
  }
}

.section01 .section01_03_list dl {
  border: 1px solid #000;
  border-top: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .section01 .section01_03_list dl {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.section01 .section01_03_list dl:nth-of-type(1) {
  border-top: 1px solid #000;
}

.section01 .section01_03_list dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: min(1.4666666666666666vw, 22px);
  font-weight: bold;
  border-right: 1px solid #000;
  width: min(13.333333333333334vw, 200px);
  padding: min(0.8vw, 12px) min(1.3333333333333335vw, 20px);
}

@media screen and (max-width: 768px) {
  .section01 .section01_03_list dl dt {
    width: auto;
    font-size: 4.8vw;
    padding: 4vw 2.666666666666667vw;
  }
}

.section01 .section01_03_list dl dt img {
  width: 20px;
}

.section01 .section01_03_list dl dd {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: min(1.3333333333333335vw, 20px);
  padding: min(0.6666666666666667vw, 10px);
}

@media screen and (max-width: 768px) {
  .section01 .section01_03_list dl dd {
    font-size: 3.733333333333333vw;
    padding: 4vw 2.666666666666667vw;
  }
}

.section01 .section01_03_list dl dd .dots_list {
  margin: min(1.3333333333333335vw, 20px) 0 0;
}

@media screen and (max-width: 768px) {
  .section01 .section01_03_list dl dd .dots_list {
    margin: 4vw 0 0;
    gap: 2.666666666666667vw;
  }
}

@media screen and (max-width: 768px) {
  .section01 .section01_03_list dl dd .dots_list li {
    padding-left: 1rem;
  }
}

.section01 .section01_03_list dl dd .dots_list li:before {
  top: 8px;
  margin: 0;
}

.section01 .section01_03_list_attention_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: min(1.4666666666666666vw, 22px);
  font-weight: bold;
  width: min(9vw, 135px);
  margin: min(2vw, 30px) min(0.6666666666666667vw, 10px) min(0.6666666666666667vw, 10px);
}

@media screen and (max-width: 768px) {
  .section01 .section01_03_list_attention_ttl {
    width: auto;
    font-size: 4.8vw;
    padding: 2.666666666666667vw 2.666666666666667vw 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5.333333333333333vw 5.333333333333333vw 0;
  }
}

.section01 .section01_03_list_attention_ttl img {
  width: 20px;
}

@media screen and (max-width: 768px) {
  .section01 .small-txt {
    margin: 2.666666666666667vw 5.333333333333333vw 0;
  }
}

.section02 .inner {
  max-width: min(80vw, 1200px);
  margin: auto;
}

@media screen and (max-width: 768px) {
  .section02 .inner {
    max-width: none;
  }
}

.section02 .h2-common-ttl {
  border-top: 1px solid #d9d9d9;
  margin: min(6.666666666666667vw, 100px) 0 0;
}

@media screen and (max-width: 768px) {
  .section02 .h2-common-ttl {
    margin: 13.333333333333334vw 0 0;
  }
}

.section02 .h3-common-ttl+.h4-common-ttl {
  margin: min(3.4666666666666663vw, 52px) 0;
}

@media screen and (max-width: 768px) {
  .section02 .h3-common-ttl+.h4-common-ttl {
    margin: 10.666666666666666vw 5.333333333333333vw 0;
  }
}

.section02 .h4-common-ttl {
  font-size: min(1.3333333333333335vw, 20px);
  font-weight: bold;
  margin: min(6.666666666666667vw, 100px) 0 min(3.4666666666666663vw, 52px);
}

@media screen and (max-width: 768px) {
  .section02 .h4-common-ttl {
    font-size: 4.8vw;
    margin: 10.666666666666666vw 5.333333333333333vw 5.333333333333333vw;
  }
}

.section02 .h4-common-ttl+.h5-common-ttl {
  margin: min(3.3333333333333335vw, 50px) 0 min(4.2vw, 63px);
}

@media screen and (max-width: 768px) {
  .section02 .h4-common-ttl+.h5-common-ttl {
    margin: 5.333333333333333vw;
  }
}

.section02 .h5-common-ttl {
  font-size: min(1.3333333333333335vw, 20px);
  font-weight: bold;
  margin: min(6.666666666666667vw, 100px) 0 min(4.666666666666667vw, 70px);
}

@media screen and (max-width: 768px) {
  .section02 .h5-common-ttl {
    font-size: 4.266666666666667vw;
    margin: 13.333333333333334vw 5.333333333333333vw 5.333333333333333vw;
    line-height: 1.5;
  }
}

.section02 .section-list-wrap {
  padding-left: 1rem;
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
}

.section02 .section-list-wrap .section-list-block {
  padding-left: 1.7em;
  text-indent: -1.7em;
}

.section02 .section-list-wrap a {
  color: #00f;
}

.section02 .section02_step01_list {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.section02 .section02_step01_list .icon_fit {
  display: none;
}

@media screen and (max-width: 768px) {
  .section02 .section02_step01_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8vw;
    width: 100%;
    margin: 5.333333333333333vw 0 0;
    padding: 0 8vw;
  }

  .section02 .section02_step01_list .icon_fit {
    display: block;
    width: 26.666666666666668vw;
    height: 26.666666666666668vw;
  }
}

.section02 .section02_step01_list:after {
  position: absolute;
  bottom: 0;
  right: -200px;
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background: url("../img/icon_app.webp") no-repeat center/contain;
}

@media screen and (max-width: 768px) {
  .section02 .section02_step01_list:after {
    display: none;
  }
}

.section02 .section02_step01_list .section-list-wrap {
  gap: 1.5rem;
}

@media screen and (max-width: 768px) {
  .section02 .section02_step01_list .section-list-wrap {
    padding: 0;
  }

  .section02 .section02_step01_list .section-list-wrap .section-list-block {
    padding: 0;
    text-indent: 0;
  }
}

.section02 .section02_list02 {
  border: 1px solid #000;
  padding: min(1.3333333333333335vw, 20px) min(0.6666666666666667vw, 10px);
  margin: min(3.3333333333333335vw, 50px) 0;
}

@media screen and (max-width: 768px) {
  .section02 .section02_list02 {
    margin: 5.333333333333333vw 5.333333333333333vw 0;
    padding: 5.333333333333333vw 2.666666666666667vw;
  }
}

.section02 .section02_list02 p.bold {
  font-weight: bold;
}

.section02 .section02_list02 p.indent {
  padding: 0 3rem;
  font-size: min(1.0666666666666667vw, 16px);
  margin-top: min(0.5333333333333333vw, 8px);
}

@media screen and (max-width: 768px) {
  .section02 .section02_list02 p.indent {
    font-size: 3.733333333333333vw;
    padding: 0 2.666666666666667vw;
  }
}

.section02 .section02_list02>p {
  font-size: min(1.3333333333333335vw, 20px);
  padding: 0 min(0.6666666666666667vw, 10px);
}

@media screen and (max-width: 768px) {
  .section02 .section02_list02>p {
    font-size: 4.8vw;
    line-height: 6.4vw;
    padding: 0 2.666666666666667vw;
  }
}

.section02 .section02_list02 img {
  margin: auto;
}

.section02 .section02_list02 .section-list-wrap {
  padding-left: 4rem;
  margin: min(0.6666666666666667vw, 10px) 0 min(1.3333333333333335vw, 20px);
}

@media screen and (max-width: 768px) {
  .section02 .section02_list02 .section-list-wrap {
    padding: 0 2.666666666666667vw;
    margin: 2.666666666666667vw 0;
  }
}

.section02 .section02_list02 .margin_top20 {
  margin-top: min(1.3333333333333335vw, 20px);
}

@media screen and (max-width: 768px) {
  .section02 .section02_list02 .margin_top20 {
    margin-top: 5.333333333333333vw;
  }
}

@media screen and (max-width: 768px) {

  .section02 .section02_step02_list,
  .section02 .section02_step03_list,
  .section02 .section02_step04_list {
    margin: 0 5.333333333333333vw;
  }
}

.section02 .section02_step02_list .section-list-wrap,
.section02 .section02_step03_list .section-list-wrap,
.section02 .section02_step04_list .section-list-wrap {
  margin: min(3.4666666666666663vw, 52px) 0 min(1.6666666666666667vw, 25px);
}

@media screen and (max-width: 768px) {

  .section02 .section02_step02_list .section-list-wrap,
  .section02 .section02_step03_list .section-list-wrap,
  .section02 .section02_step04_list .section-list-wrap {
    padding-left: 0.8vw;
    margin: 5.333333333333333vw 0;
  }
}

.section02 .section02_step02_list img,
.section02 .section02_step03_list img,
.section02 .section02_step04_list img {
  margin: 2.666666666666667vw auto;
  text-align: center;
}

@media screen and (max-width: 768px) {

  .section02 .section02_step02_list img,
  .section02 .section02_step03_list img,
  .section02 .section02_step04_list img {
    margin: 5.333333333333333vw 0;
  }
}

.section02 .section02_step02_list .section-list-block img,
.section02 .section02_step03_list .section-list-block img,
.section02 .section02_step04_list .section-list-block img {
  margin: min(1.3333333333333335vw, 20px) auto 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .section02 .section02_step05_list {
    margin: 0 5.333333333333333vw;
  }
}

.section02 .section02_step05_list .section-list-wrap {
  margin: min(1.3333333333333335vw, 20px) 0 min(1.3333333333333335vw, 20px);
}

@media screen and (max-width: 768px) {
  .section02 .section02_step05_list .section-list-wrap {
    padding-left: 0.8vw;
    margin: 5.333333333333333vw 0;
  }
}

.section02 .section02_step05_list img {
  margin: min(2vw, 30px) auto min(4.666666666666667vw, 70px);
  text-align: center;
}

.section02 .section02_step05_list img:last-of-type {
  margin: min(2vw, 30px) auto min(1vw, 15px);
}

.section02 .section02_list02_05 {
  border: 1px solid #000;
  padding: min(1vw, 15px) min(0.6666666666666667vw, 10px) min(0.6666666666666667vw, 10px);
  margin: min(4.666666666666667vw, 70px) 0 min(3.3333333333333335vw, 50px);
}

@media screen and (max-width: 768px) {
  .section02 .section02_list02_05 {
    margin: 5.333333333333333vw;
    padding: 5.333333333333333vw 2.666666666666667vw;
  }
}

.section02 .section02_list02_05>p {
  font-size: min(1.4666666666666666vw, 22px);
  padding: 0 min(0.6666666666666667vw, 10px);
}

@media screen and (max-width: 768px) {
  .section02 .section02_list02_05>p {
    font-size: 4.8vw;
    padding: 0 2.666666666666667vw;
  }
}

.section02 .section02_list02_05 .section-list-wrap {
  padding: 0 1.333333333333333vw 0 4rem;
  margin: min(1.3333333333333335vw, 20px) 0;
}

@media screen and (max-width: 768px) {
  .section02 .section02_list02_05 .section-list-wrap {
    padding-left: 1rem;
    margin: 1.333333333333333vw 0 2.666666666666667vw;
  }
}

.section02 .section02_list02_05 img {
  margin: min(0.6666666666666667vw, 10px) auto 0;
}

.section03 {
  border-top: 1px solid #d9d9d9;
  margin: min(10vw, 150px) 0 0;
}

@media screen and (max-width: 768px) {
  .section03 {
    border: none;
    margin: 13.333333333333334vw 0 0;
  }
}

.section03 .inner {
  max-width: min(80vw, 1200px);
  margin: auto;
}

@media screen and (max-width: 768px) {
  .section03 .inner {
    max-width: none;
  }
}

.section03 .h3-common-ttl {
  font-size: min(1.866666666666667vw, 28px);
  font-weight: bold;
  border: none;
  padding: min(3.8666666666666667vw, 58px) 0 0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .section03 .h3-common-ttl {
    font-size: 4.8vw;
    padding: 4.8vw 0 0;
    margin: 0 5.333333333333333vw;
    line-height: 1.5;
  }
}

.section03 .h4-common-ttl {
  font-size: min(1.3333333333333335vw, 20px);
  font-weight: bold;
  margin: min(1.3333333333333335vw, 20px) 0 min(0.5333333333333333vw, 8px);
  padding-left: 1rem;
}

@media screen and (max-width: 768px) {
  .section03 .h4-common-ttl {
    font-size: 4.266666666666667vw;
    padding: 5.333333333333333vw 0 1.333333333333333vw;
    margin: 0 8vw;
    line-height: 1.5;
  }
}

.section03 .section-list-wrap {
  padding-left: 4.5rem;
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
}

@media screen and (max-width: 768px) {
  .section03 .section-list-wrap {
    padding-left: 0;
    margin: 0 8vw;
  }
}

.section03 .section-list-wrap .section-list-block {
  padding-left: 1.7em;
  padding-right: 5em;
  text-indent: -1.7em;
}

@media screen and (max-width: 768px) {
  .section03 .section-list-wrap .section-list-block {
    padding-left: 1.7em;
    text-indent: -1.5em;
    padding-right: 0;
  }
}

.section03 .section-list-wrap .no-indent {
  padding-left: 0;
  text-indent: 0;
}

.section03 .section03_list+.h3-common-ttl {
  margin: min(3.3333333333333335vw, 50px) 0 0;
}

@media screen and (max-width: 768px) {
  .section03 .section03_list+.h3-common-ttl {
    margin: 5.333333333333333vw 5.333333333333333vw 0;
  }
}

.section03 .section03_list+.h4-common-ttl {
  margin: min(3.3333333333333335vw, 50px) 0 min(0.5333333333333333vw, 8px);
}

@media screen and (max-width: 768px) {
  .section03 .section03_list+.h4-common-ttl {
    margin: 5.333333333333333vw 8vw 0;
  }
}

.section03 .small-txt {
  display: block;
  background: #f6f6f6;
  font-size: min(0.8vw, 12px);
  padding: min(0.6666666666666667vw, 10px);
  margin: min(0.5333333333333333vw, 8px) 0 0;
}

@media screen and (max-width: 768px) {
  .section03 .small-txt {
    font-size: 3.2vw;
    padding: 2.666666666666667vw;
    margin: 2.666666666666667vw 5.333333333333333vw;
  }

  .section03 .small-txt p {
    padding-left: 1rem;
    text-indent: -0.8rem;
    line-height: 1.5;
  }
}

.section04 {
  margin: min(6.666666666666667vw, 100px) 0 0;
}

@media screen and (max-width: 768px) {
  .section04 {
    margin: 13.333333333333334vw 0 0;
  }
}

.section04 .inner {
  max-width: min(80vw, 1200px);
  margin: auto;
}

@media screen and (max-width: 768px) {
  .section04 .inner {
    max-width: none;
  }
}

.section04 .h2-common-ttl {
  border-top: 1px solid #d9d9d9;
  margin: min(6.666666666666667vw, 100px) 0 0;
}

@media screen and (max-width: 768px) {
  .section04 .h2-common-ttl {
    margin: 13.333333333333334vw 0 0;
  }
}

.section04 .h2-common-ttl+p {
  font-size: min(1.2vw, 18px);
  text-align: center;
  margin: min(1vw, 15px) 0 0;
}

@media screen and (max-width: 768px) {
  .section04 .h2-common-ttl+p {
    font-size: 3.733333333333333vw;
    margin: 8vw 5.333333333333333vw 0;
  }
}

.section04 .h2-common-ttl+p a {
  color: #00f;
}

.section04 .h2-common-ttl+p a.under {
  text-decoration: underline;
}

.section04 .h3-common-ttl {
  font-size: min(1.866666666666667vw, 28px);
  font-weight: bold;
  border: none;
  padding: min(4vw, 60px) 0 0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .section04 .h3-common-ttl {
    font-size: 4.8vw;
    padding: 4.8vw 0 0;
    margin: 0 5.333333333333333vw;
    line-height: 1.5;
  }
}

.section04 .h4-common-ttl {
  font-size: min(1.3333333333333335vw, 20px);
  font-weight: bold;
  margin: min(3.3333333333333335vw, 50px) 0 min(0.6666666666666667vw, 10px);
  padding-left: 1rem;
}

@media screen and (max-width: 768px) {
  .section04 .h4-common-ttl {
    font-size: 4.266666666666667vw;
    padding: 5.333333333333333vw 0 1.333333333333333vw;
    margin: 0 8vw;
    line-height: 1.5;
  }
}

.section04 .section-list-wrap {
  margin: min(0.5333333333333333vw, 8px) 0 0;
  padding-left: 4.5rem;
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
}

@media screen and (max-width: 768px) {
  .section04 .section-list-wrap {
    padding-left: 0;
    margin: 0 8vw;
    gap: 1rem;
  }
}

.section04 .section-list-wrap .section-list-block {
  padding-left: 1.7em;
  text-indent: -1.7em;
}

@media screen and (max-width: 768px) {
  .section04 .section-list-wrap .section-list-block {
    padding-left: 1.7em;
    text-indent: -1.5em;
    padding-right: 0;
    line-height: 1.5;
  }
}

.section04 .section04_list+.h3-common-ttl {
  margin: min(4vw, 60px) 0 0;
}

@media screen and (max-width: 768px) {
  .section04 .section04_list+.h3-common-ttl {
    margin: 5.333333333333333vw 5.333333333333333vw 0;
  }
}

.section04 .section04_list+.h4-common-ttl {
  margin: min(4vw, 60px) 0 0;
}

@media screen and (max-width: 768px) {
  .section04 .section04_list+.h4-common-ttl {
    margin: 2.666666666666667vw 8vw 0;
  }
}

.section04 .small-txt {
  font-size: min(1.0666666666666667vw, 16px);
  margin: min(7.333333333333333vw, 110px) 0;
  padding: min(1.5333333333333332vw, 23px) min(1vw, 15px);
}

@media screen and (max-width: 768px) {
  .section04 .small-txt {
    font-size: 4.266666666666667vw;
    margin: 13.333333333333334vw 5.333333333333333vw;
    padding: 5.333333333333333vw 2.666666666666667vw;
    line-height: 1.5;
  }
}

/*# sourceMappingURL=setup_guide.css.map */