@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
.lg_contain {
  position: relative;
  width: 100%;
  padding: 0 0;
  margin: 0 auto;
  max-width: 1024px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .lg_contain {
    padding: 0 2.5rem;
  }
}

.md_contain {
  position: relative;
  width: 100%;
  padding: 0 0;
  margin: 0 auto;
  max-width: 750px;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .md_contain {
    padding: 0 2.5rem;
  }
}

/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
/* LAZYLOAD SETTINGS */
.blurUp {
  filter: blur(8px);
  transition: filter 0.25s;
}
.blurUp.lazyloaded {
  filter: blur(0);
}

span.anchor::before {
  content: "";
  display: block;
  height: 3.75rem;
  margin-top: -6rem;
  visibility: hidden;
}


@media screen and (max-width: 750px) {
	.only_pc{
		display: none;
	}
	.only_sp{
		display: block;
	}
}

@media screen and (max-width: 750px) {
  span.anchor::before {
    height: 5.5rem;
    margin-top: -5.5rem;
  }
}

.thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.thumb img {
  transition: all 0.3s;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

.inview {
  opacity: 0;
  transform: translate(0, 7%);
  transition: all 0.9s;
}
.inview.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.sp_on,
.sp_fon,
.tb_on {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .tb_on {
    display: block !important;
  }
}
@media screen and (max-width: 750px) {
  .pc_on {
    display: none !important;
  }
  .pc_fon {
    display: none !important;
  }
  .sp_on {
    display: block !important;
  }
  .sp_fon {
    display: flex !important;
  }
}
@media screen and (max-width: 750px) {
  html {
/*    line-height: 1.7;*/
  }
}

/*--------------------------------------------------------------
    # メインコンテンツ
--------------------------------------------------------------*/
.bg_dot {
  background: url(../img/bg_dot_pattern.jpg);
}

.t_red {
  color: #cc0000;
}

.t_center {
  text-align: center;
}

.t_right {
  text-align: right;
}

.mg_01 {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 750px) {
  .mg_01 {
    margin-bottom: 1rem;
  }
}

.mg_02 {
  margin-top: 1.6rem;
  margin-bottom: 1rem;
}

.underline {
  text-decoration: underline;
}
.underline.red {
  -webkit-text-decoration-color: #af0001;
          text-decoration-color: #af0001;
  color: #af0001;
}

.beginnersguide_kv {
  margin-top: 1.25rem;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .beginnersguide_kv {
    margin-top: 1.5rem;
  }
}

.qa_block {
  margin-top: 1.7rem;
  padding: 2rem 3rem 3rem;
}
@media screen and (max-width: 1024px) {
  .qa_block {
    padding: 2rem 2rem 2rem;
  }
}
@media screen and (max-width: 750px) {
  .qa_block {
    padding: 0 0.7rem 1rem;
  }
}
.qa_block .link_line {
  margin-top: 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .qa_block .link_line {
    display: none;
  }
}

.mqa_line {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .mqa_line {
    align-items: flex-start;
    margin-bottom: 1.7rem;
  }
}
.mqa_line.qb {
  justify-content: space-between;
  margin-bottom: 2.1rem;
}
@media screen and (max-width: 750px) {
  .mqa_line.qb {
    margin-bottom: 0.8rem;
  }
}
.mqa_line.qb .avatar {
  width: 8rem;
}
@media screen and (max-width: 750px) {
  .mqa_line.qb .avatar {
    width: 4rem;
  }
}
.mqa_line.qb .msg {
  width: calc(100% - 10rem);
  background: #ffb8b8;
  padding: 1.5rem 2.1rem;
}
@media screen and (max-width: 750px) {
  .mqa_line.qb .msg {
    width: calc(100% - 5rem);
    padding: 0.8rem 0.8rem;
  }
}
.mqa_line.qb .msg::before {
  left: -1rem;
  background: url(../img/ico_ar06.png) center center/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .mqa_line.qb .msg::before {
    left: -0.6rem;
  }
}
.mqa_line.ab {
  justify-content: flex-start;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 750px) {
  .mqa_line.ab {
    margin-bottom: 0.8rem;
  }
}
.mqa_line.ab .avatar {
  width: 7.2rem;
}
@media screen and (max-width: 750px) {
  .mqa_line.ab .avatar {
    width: 3.6rem;
  }
}
.mqa_line.ab .msg {
  margin-right: 2.5rem;
  padding: 1.6rem 2.2rem;
  padding-right: 1.8rem;
  width: calc(100% - 13rem);
  background: #f5e538;
}
@media screen and (max-width: 1024px) {
  .mqa_line.ab .msg {
    flex: 1;
  }
}
@media screen and (max-width: 750px) {
  .mqa_line.ab .msg {
    margin-right: 1rem;
    padding: 0.8rem 0.8rem;
    width: calc(100% - 18.7rem);
  }
}
.mqa_line.ab .msg::before {
  right: -1rem;
  background: url(../img/ico_ar07.png) center center/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .mqa_line.ab .msg::before {
    right: -0.6rem;
  }
}
.mqa_line.ab:last-of-type {
  margin-bottom: 0;
}
.mqa_line .avatar {
  border-radius: 100%;
  aspect-ratio: 1/1;
  background: #fff;
  border: solid #ccc 1px;
}
.mqa_line .msg {
  position: relative;
  border-radius: 0.9rem;
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.8;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .mqa_line .msg {
    padding: 1.5rem 1.5rem;
  }
}
@media screen and (max-width: 750px) {
  .mqa_line .msg {
    padding: 1rem 1.5rem;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1.7;
    border-radius: 0.5rem;
  }
}
.mqa_line .msg::before {
  position: absolute;
  content: "";
  width: 2rem;
  height: 2.1rem;
  transform: translate(0, -50%);
  top: 50%;
}
@media screen and (max-width: 750px) {
  .mqa_line .msg::before {
    top: 1.8rem;
    width: 12px;
    height: 12px;
  }
}

.video_guide {
  margin-top: 2.4rem;
}
@media screen and (max-width: 750px) {
  .video_guide {
    margin-top: 0.7rem;
  }
}
.video_guide .ttl {
  position: relative;
  display: table;
  margin: auto;
  text-align: center;
  font-family: "游ゴシック体", "游ゴシック", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (max-width: 750px) {
  .video_guide .ttl {
    font-size: 1.1rem;
  }
}
.video_guide .ttl::before {
  position: absolute;
  z-index: -1;
  content: "";
  width: 106%;
  height: 7px;
  background: #f5e538;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0.7rem;
}
@media screen and (max-width: 750px) {
  .video_guide .ttl::before {
    width: 100%;
    bottom: -0.2rem;
  }
}
.video_guide .video_block {
  display: table;
  position: relative;
  margin: 1.6rem auto 0;
  max-width: 32.2rem;
}
.video_guide .video_block img {
  width: 100%;
  display: block;
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .video_guide .video_block {
    margin-top: 1.5rem;
    max-width: 100%;
    width: 100%;
  }
}
.video_guide .video_block.play::after {
  display: none;
}
.video_guide .video_block.play .play_btn {
  display: none;
}

.inspect_grid {
  position: relative;
  margin-top: 1.7rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .inspect_grid {
    margin-top: 1.5rem;
    gap: 1.5rem;
  }
}
@media screen and (max-width: 750px) {
  .inspect_grid {
    margin-top: 1.5rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.55rem;
  }
}
.inspect_grid::after {
  position: absolute;
  content: "";
  width: 2.7rem;
  aspect-ratio: 1/1;
  background: url(../img/ico_ar03.png) center center/contain no-repeat;
  transform: translate(-50%, 100%);
  left: 50%;
  bottom: -1.8rem;
}
@media screen and (max-width: 1024px) {
  .inspect_grid::after {
    bottom: -1.5rem;
  }
}
@media screen and (max-width: 750px) {
  .inspect_grid::after {
    width: 2.4rem;
    bottom: -0.7rem;
    background: url(../img/ico_ar03_sp.png) center center/contain no-repeat;
  }
}
.inspect_grid li {
  position: relative;
  padding: 0.9rem 0.5rem;
  border: solid #b5b5b5 1px;
  border-radius: 0.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .inspect_grid li {
    padding: 0.6rem 0.3rem;
  }
}
@media screen and (max-width: 750px) {
  .inspect_grid li {
    padding: 0.9rem 1rem 0.4rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
  }
}
.inspect_grid li::after {
  position: absolute;
  content: "";
  width: 1.4rem;
  height: 1.8rem;
  background: url(../img/ico_ar02.png) center center/contain no-repeat;
  transform: translate(100%, -50%);
  right: -0.2rem;
  top: 50%;
}
@media screen and (max-width: 1024px) {
  .inspect_grid li::after {
    width: 1rem;
  }
}
@media screen and (max-width: 750px) {
  .inspect_grid li::after {
    background: url(../img/ico_ar02.png) center center/contain no-repeat;
    transform: translate(-50%, 0%) rotate(90deg);
    right: unset;
    top: unset;
    bottom: -1.7rem;
    left: 50%;
    width: 1.3rem;
  }
}
.inspect_grid li:last-of-type::after {
  content: unset;
}
.inspect_grid li .lbl {
  width: 100%;
  padding: 0.3rem 0;
  /* max-width: 100%; */
  max-width: 90%;
  border-radius: 0.5rem;
  background: #ff7e25;
  text-align: center;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 0.93rem;
  line-height: 1.3;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .inspect_grid li .lbl {
    max-width: 100%;
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 750px) {
  .inspect_grid li .lbl {
    max-width: 10.5rem;
    font-size: 0.7rem;
    line-height: 1.8;
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.inspect_grid li .fig {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 1024px) {
  .inspect_grid li .fig {
    margin-top: 0.2rem;
    margin-bottom: 0;
    width: 80%;
  }
}
@media screen and (max-width: 750px) {
  .inspect_grid li .fig {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
    margin-top: 0;
  }
}
.inspect_grid li .ds {
  min-height: 3rem;
  text-align: center;
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 0.93rem;
}
@media screen and (max-width: 1024px) {
  .inspect_grid li .ds {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 750px) {
  .inspect_grid li .ds {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    font-size: 0.8rem;
    line-height: 1.5;
    text-align: left;
  }
}

.alert_block {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  padding: 1.3rem 2rem;
  padding-left: 4.8rem;
  background: #eeeced;
}
@media screen and (max-width: 1024px) {
  .alert_block {
    padding-left: 4rem;
  }
}
@media screen and (max-width: 750px) {
  .alert_block {
    padding: 0.5rem 1.5rem;
    padding-left: 3rem;
  }
}
.alert_block::before {
  position: absolute;
  left: 1.4rem;
  top: 1.2rem;
  content: "";
  width: 2.4rem;
  aspect-ratio: 1/1;
  background: url(../img/ico_mark_ast01.png) center center/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .alert_block::before {
    left: 0.8rem;
    top: 0.8rem;
    width: 1.7rem;
  }
}
.alert_block.alt01 {
  margin-top: 2.3rem;
}
@media screen and (max-width: 750px) {
  .alert_block.alt01 {
    margin-top: 0.8rem;
  }
}
.alert_block.alt01 p {
  font-family: "游ゴシック体", "游ゴシック", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.7;
}
@media screen and (max-width: 750px) {
  .alert_block.alt01 p {
    font-size: 1.15rem;
  }
}
.alert_block.alt01 p a {
  color: #cc0000;
}
.alert_block.alt02 {
  flex-direction: column;
  margin-top: 2.3rem;
  padding-right: 3rem;
  padding-bottom: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .alert_block.alt02 {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .alert_block.alt02 {
    margin-top: 1.7rem;
    padding-bottom: 1.6rem;
    padding-top: 0.8rem;
    padding-right: 2rem;
  }
}
.alert_block.alt02 p {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 0.93rem;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .alert_block.alt02 p {
    font-size: 0.8rem;
    line-height: 1.6;
  }
}
.alert_block.alt02 a.link_txt {
  margin-top: 0.7rem;
  font-size: 0.95rem;
}
@media screen and (max-width: 750px) {
  .alert_block.alt02 a.link_txt {
    font-size: 0.8rem;
  }
}

.stn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "游ゴシック体", "游ゴシック", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1;
  color: #636363;
}
@media screen and (max-width: 1024px) {
  .stn {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 750px) {
  .stn {
    font-size: 0.6rem;
  }
}
.stn span {
  margin-left: 0.3rem;
  font-size: 1.3rem;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .stn span {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 750px) {
  .stn span {
    font-size: 1.2rem;
  }
}

.step_nav {
  position: relative;
  margin-top: 5.8rem;
}
@media screen and (max-width: 750px) {
  .step_nav {
    margin-top: 4rem;
  }
}
.step_nav h4.lbl {
  text-align: center;
  font-family: "游ゴシック体", "游ゴシック", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  .step_nav h4.lbl {
    font-size: 1.35rem;
    line-height: 1.4;
  }
}
.step_nav .anchor_t_block {
  margin-top: 1.8rem;
  padding-bottom: 3rem;
  width: 100%;
  border-bottom: solid #ebebeb 2px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 750px) {
  .step_nav .anchor_t_block {
    margin-top: 1rem;
    padding-bottom: 2rem;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.step_nav .anchor_t_block a {
  width: 19%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .step_nav .anchor_t_block a {
    width: 31%;
    margin: 0 1%;
    margin-bottom: 0.9rem;
  }
}
.step_nav .anchor_t_block a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.step_nav .anchor_t_block a .stn {
  line-height: 3;
  border-bottom: solid #cc0000 6px;
}
@media screen and (max-width: 1024px) {
  .step_nav .anchor_t_block a .stn {
    line-height: 2;
    border-bottom: solid #cc0000 5px;
  }
}
@media screen and (max-width: 750px) {
  .step_nav .anchor_t_block a .stn {
    font-size: 0.7rem;
    line-height: 2;
    border-bottom: solid #cc0000 0.4em;
  }
}
.step_nav .anchor_t_block a .stn span {
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .step_nav .anchor_t_block a .stn span {
    line-height: 1;
  }
}
.step_nav .anchor_t_block a:nth-of-type(even) .stn {
  border-bottom: solid #ffb9b7 5px;
}
@media screen and (max-width: 1024px) {
  .step_nav .anchor_t_block a:nth-of-type(even) .stn {
    border-bottom: solid #ffb9b7 5px;
  }
}
@media screen and (max-width: 750px) {
  .step_nav .anchor_t_block a:nth-of-type(even) .stn {
    border-bottom: solid #ffb9b7 0.4rem;
  }
}
.step_nav .anchor_t_block a .cnt {
  background: #f2f2f2;
  width: 100%;
  padding: 1.2rem 0 1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .step_nav .anchor_t_block a .cnt {
    padding: 1rem 0;
  }
}
@media screen and (max-width: 750px) {
  .step_nav .anchor_t_block a .cnt {
    padding: 0.7rem 0;
  }
}
.step_nav .anchor_t_block a .cnt .ds {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 0.9rem;
}
@media screen and (max-width: 1024px) {
  .step_nav .anchor_t_block a .cnt .ds {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 750px) {
  .step_nav .anchor_t_block a .cnt .ds {
    font-size: 0.8rem;
    line-height: 1.5;
  }
}
.step_nav .anchor_t_block a .cnt .ctimg {
  display: flex;
  margin: 1.5rem 0 0.4rem;
  min-height: 7rem;
}
@media screen and (max-width: 1024px) {
  .step_nav .anchor_t_block a .cnt .ctimg {
    margin: 1.2rem 0 0.8rem;
    min-height: unset;
    width: 82%;
  }
}
@media screen and (max-width: 750px) {
  .step_nav .anchor_t_block a .cnt .ctimg {
    margin: 0.3rem 0;
    width: 75%;
  }
}
.step_nav .anchor_t_block a .cnt .ctimg img {
  margin: auto;
}
.step_nav .anchor_t_block a .cnt .ctarr {
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .step_nav .anchor_t_block a .cnt .ctarr {
    width: 1.8rem;
  }
}
@media screen and (max-width: 750px) {
  .step_nav .anchor_t_block a .cnt .ctarr {
    width: 1.7rem;
  }
}

h4.block_lbl .stn {
  position: relative;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  h4.block_lbl .stn {
    font-size: 0.7rem;
  }
}
h4.block_lbl .stn::after {
  position: absolute;
  content: "";
  width: 180px;
  height: 6px;
  background: #cc0000;
  transform: translate(-50%, 0);
  left: 50%;
  bottom: -0.85rem;
}
@media screen and (max-width: 750px) {
  h4.block_lbl .stn::after {
    width: 8.8rem;
    height: 0.2rem;
    bottom: -0.3rem;
  }
}
h4.block_lbl .ltt {
  margin-top: 1.9rem;
  font-family: "游ゴシック体", "游ゴシック", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  h4.block_lbl .ltt {
    margin-top: 0.9rem;
    font-size: 1.15rem;
  }
}

.q_block {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .q_block {
    align-items: flex-start;
    justify-content: space-between;
  }
}
.q_block .msg {
  position: relative;
  background: #ffb9b7;
  border-radius: 0.6rem;
  padding: 1.3rem 1.7rem;
  margin-right: 2.1rem;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 0.93rem;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .q_block .msg {
    font-size: 0.8rem;
    line-height: 1.6;
    margin-right: 0;
    padding: 0.9rem;
    max-width: calc(100% - 7rem);
  }
}
.q_block .msg::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 1.3rem;
  right: 1px;
  width: 0;
  height: 0;
  border-right: 1.5rem solid transparent;
  border-top: 1.2rem solid #ffb9b7;
  border-bottom: 0;
  transform: translate(100%, 0);
}
@media screen and (max-width: 750px) {
  .q_block .msg::before {
    top: 1.5rem;
    border-right: 0.9rem solid transparent;
    border-top: 0.7rem solid #ffb9b7;
  }
}
@media screen and (max-width: 750px) {
  .q_block .avatar {
    width: 5.6rem;
  }
}

.a_block {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .a_block {
    align-items: flex-start;
  }
}
@media screen and (max-width: 750px) {
  .a_block .avatar {
    width: 3.8rem;
  }
}
.a_block .msg,
.a_block .msg_box {
  position: relative;
  z-index: 50;
  max-width: calc(100% - 11.6rem);
  background: #f5e538;
  border-radius: 0.6rem;
  padding: 0.9rem 1.5rem;
  margin-left: 3rem;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 0.93rem;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .a_block .msg,
.a_block .msg_box {
    max-width: unset;
    flex: 1;
    line-height: 1.7;
  }
}
@media screen and (max-width: 750px) {
  .a_block .msg,
.a_block .msg_box {
    padding: 0.5rem 0.8rem 0.6rem;
    font-size: 0.8rem;
    line-height: 1.65;
  }
}
.a_block .msg::before,
.a_block .msg_box::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 2.5rem;
  left: 1px;
  width: 0;
  height: 0;
  border-left: 1.5rem solid transparent;
  border-top: 1rem solid #f5e538;
  border-bottom: 0;
  transform: translate(-100%, -50%);
}
@media screen and (max-width: 750px) {
  .a_block .msg::before,
.a_block .msg_box::before {
    top: 1.7rem;
    border-left: 1rem solid transparent;
    border-top: 0.8rem solid #f5e538;
  }
}
.a_block .msg span,
.a_block .msg_box span {
  font-weight: 700;
}

.link_btn {
  position: relative;
  max-width: 28.8rem;
  padding: 0.5rem 2.5rem 0.5rem 0.5rem;
  width: 100%;
  min-height: 4.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
  background: url(../img/ico_ar01.png) 97% 45% no-repeat, #cc0000;
  font-family: "游ゴシック体", "游ゴシック", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 2px;
  color: #fff !important;
  word-break: break-word;
}
@media screen and (max-width: 750px) {
  .link_btn {
    width: 100%;
    max-width: 94%;
    height: unset;
    min-height: 3.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.15;
    background: url(../img/ico_ar01.png) 96% 45%/1rem no-repeat, #cc0000;
  }
}
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
h5.lborder {
  position: relative;
  margin: 0;
  border-left: solid #cc0000 5px;
  padding-left: 1rem;
  font-family: "游ゴシック体", "游ゴシック", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  h5.lborder {
    padding-left: 1rem;
    font-size: 1.1rem;
    line-height: 1.4;
    border: none;
  }
  h5.lborder::before {
    position: absolute;
    content: "";
    width: 0.3rem;
    height: 1.5rem;
    background: #cc0000;
    left: 0;
    top: 0;
  }
}

.collapse {
  position: relative;
  padding-right: 2rem;
}
.collapse.spo::after {
  content: unset;
}
@media screen and (max-width: 750px) {
  .collapse.spo::after {
    content: "";
  }
}
.collapse::after {
  position: absolute;
  content: "";
  width: 2.1rem;
  aspect-ratio: 1/1;
  background: url(../img/ico_plus.png) center center/contain no-repeat;
  right: 0.1rem;
  top: 0.3rem;
}
@media screen and (max-width: 750px) {
  .collapse::after {
    width: 1.2rem;
    top: 0.2rem;
    right: 0.3rem;
    background: url(../img/ico_plus_sp.png) center center/contain no-repeat;
  }
}
.collapse.open.collapse::after {
  background: url(../img/ico_minus.png) center center/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .collapse.open.collapse::after {
    background: url(../img/ico_minus_sp.png) center center/contain no-repeat;
  }
}

.collapse_grid {
  display: none;
}
.collapse_grid.spo {
  display: block;
}
@media screen and (max-width: 750px) {
  .collapse_grid.spo {
    display: none;
  }
  .collapse_grid.spo.open {
    display: block;
  }
}
.collapse_grid.open {
  display: block;
}
@media screen and (max-width: 750px) {
  .collapse_grid {
    display: none;
  }
  .collapse_grid.open {
    display: block;
  }
}

h6.line {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0.5rem 1.9rem;
  border-top: solid #e1e1e1 1px;
  border-bottom: solid #e1e1e1 1px;
  font-family: "游ゴシック体", "游ゴシック", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.13rem;
}
@media screen and (max-width: 750px) {
  h6.line {
    padding: 0.3rem 0.8rem;
    font-size: 1.06rem;
  }
}
h6.line.collapse::after {
  position: absolute;
  content: "";
  transform: translate(0, -50%);
  right: 1.2rem;
  top: 50%;
  width: 1.3rem;
  aspect-ratio: 1/1;
  background: url(../img/ico_plus.png) center center/contain no-repeat;
}
@media screen and (max-width: 1024px) {
  h6.line.collapse::after {
    right: 0.8rem;
  }
}
.ref {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 0.82rem;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .ref {
    font-size: 0.75rem;
    line-height: 1.6;
  }
}

.step_block {
  margin-top: 2.1rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .step_block {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .step_block {
    margin-top: 1.5rem;
  }
}
.step_block .qb01 {
  margin-top: 1.1rem;
  padding-right: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .step_block .qb01 {
    margin-top: 1rem;
    padding-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .step_block .qb01 {
    margin-top: 1.9rem;
  }
}
.step_block .qb01 .msg {
  padding: 1.35rem 1.5rem;
  margin-bottom: 0.9rem;
}
@media screen and (max-width: 750px) {
  .step_block .qb01 .msg {
    padding: 0.5rem 0.6rem;
    margin-bottom: 0.5rem;
  }
}
.step_block .qb02 {
  margin-top: 0.6rem;
  padding-right: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .step_block .qb02 {
    padding-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .step_block .qb02 {
    margin-top: 2rem;
  }
}
.step_block .qb03 {
  margin-top: 0rem;
  padding-right: 2.5rem;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .step_block .qb03 {
    padding-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .step_block .qb03 {
    margin-top: 1.9rem;
    align-items: flex-start;
  }
}
.step_block .qb03 .msg {
  padding: 1.3rem 1.8rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .step_block .qb03 .msg {
    padding: 1.3rem 1.5rem;
  }
}
@media screen and (max-width: 750px) {
  .step_block .qb03 .msg {
    padding: 0.6rem 0.6rem;
  }
}
.step_block .qb04 {
  margin-top: 0.5rem;
  padding-right: 4.8rem;
}
@media screen and (max-width: 1024px) {
  .step_block .qb04 {
    padding-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .step_block .qb04 {
    margin-top: 1.8rem;
  }
}
@media screen and (max-width: 750px) {
  .step_block .qb04 .msg {
    padding: 0.6rem 0.7rem;
  }
}
.step_block .qb05 {
  margin-top: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .step_block .qb05 {
    padding-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .step_block .qb05 {
    margin-top: 2.1rem;
  }
}
.step_block .qb05 .msg {
  max-width: 28rem;
}
@media screen and (max-width: 1024px) {
  .step_block .qb05 .msg {
    flex: 1;
  }
}
@media screen and (max-width: 750px) {
  .step_block .qb05 .msg {
    padding: 0.6rem;
    margin-right: 1rem;
  }
}
.step_block .qb06 {
  margin-top: 1.75rem;
  padding-right: 0.7rem;
}
@media screen and (max-width: 1024px) {
  .step_block .qb06 {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 750px) {
  .step_block .qb06 {
    margin-top: 2rem;
    padding-right: 0;
  }
}
.step_block .qb06 .msg {
  max-width: 28rem;
}
@media screen and (max-width: 1024px) {
  .step_block .qb06 .msg {
    max-width: unset;
    flex: 1;
  }
}
@media screen and (max-width: 750px) {
  .step_block .qb06 .msg {
    margin-right: 1.3rem;
    padding: 0.7rem 0.8rem;
  }
}
.step_block .qb07 {
  margin-top: 0.4rem;
  padding-right: 4.2rem;
}
@media screen and (max-width: 1024px) {
  .step_block .qb07 {
    padding-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .step_block .qb07 {
    margin-top: 1.7rem;
  }
}
@media screen and (max-width: 750px) {
  .step_block .qb07 .msg {
    padding: 0.6rem 0.6rem;
  }
}
.step_block .qb08 {
  margin-top: 0.7rem;
  padding-right: 3.7rem;
}
@media screen and (max-width: 1024px) {
  .step_block .qb08 {
    padding-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .step_block .qb08 {
    margin-top: 1.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .step_block .qb08 .msg {
    padding: 1.3rem 1.5rem;
  }
}
@media screen and (max-width: 750px) {
  .step_block .qb08 .msg {
    padding: 0.6rem 0.6rem;
  }
}
.step_block .ab01 {
  margin-top: 1rem;
  padding-left: 3rem;
}
@media screen and (max-width: 1024px) {
  .step_block .ab01 {
    padding-left: 0;
  }
}
@media screen and (max-width: 750px) {
  .step_block .ab01 {
    margin-top: 0.8rem;
  }
}
.step_block .ab01 .msg {
  margin-left: 1rem;
}
@media screen and (max-width: 1024px) {
  .step_block .ab01 .msg {
    margin-left: 0.5rem;
  }
}
@media screen and (max-width: 750px) {
  .step_block .ab01 .msg {
    margin-left: 0.8rem;
  }
}
.step_block .ab02 {
  margin-top: 1.1rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .step_block .ab02 {
    padding-left: 0;
  }
}
@media screen and (max-width: 750px) {
  .step_block .ab02 {
    margin-top: 1.5rem;
  }
}
.step_block .ab02 .msg {
  margin-left: 1.5rem;
}
@media screen and (max-width: 750px) {
  .step_block .ab02 .msg {
    margin-left: 1rem;
  }
}
.step_block .ab03 {
  margin-top: 1rem;
  padding-left: 2.7rem;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .step_block .ab03 {
    padding-left: 0;
  }
}
@media screen and (max-width: 750px) {
  .step_block .ab03 {
    margin-top: 1.4rem;
  }
}
.step_block .ab03 .msg {
  margin-left: 1.3rem;
  margin-top: 0.4rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .step_block .ab03 .msg {
    max-width: unset;
    flex: 1;
    margin-left: 0.2rem;
  }
}
@media screen and (max-width: 750px) {
  .step_block .ab03 .msg {
    margin-left: 0.8rem;
  }
}
.step_block .ab04 {
  margin-top: 1.6rem;
  padding-left: 2.7rem;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .step_block .ab04 {
    padding-left: 0;
  }
}
@media screen and (max-width: 750px) {
  .step_block .ab04 {
    margin-top: 1.5rem;
  }
}
.step_block .ab04 .msg {
  margin-left: 1.3rem;
  margin-top: 0;
  padding: 1.4rem 1.5rem;
}
@media screen and (max-width: 1024px) {
  .step_block .ab04 .msg {
    max-width: unset;
    flex: 1;
  }
}
@media screen and (max-width: 750px) {
  .step_block .ab04 .msg {
    margin-left: 0.9rem;
    padding: 0.6rem 0.7rem;
  }
}
.step_block .ab05 {
  margin-top: 0.8rem;
  padding-left: 3rem;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .step_block .ab05 {
    padding-left: 0;
  }
}
.step_block .ab05 .msg {
  margin-left: 1.8rem;
  margin-top: 0.9rem;
}
@media screen and (max-width: 1024px) {
  .step_block .ab05 .msg {
    max-width: unset;
    flex: 1;
  }
}
@media screen and (max-width: 750px) {
  .step_block .ab05 .msg {
    margin-left: 0.8rem;
    margin-top: 0;
  }
}
.step_block .ab06 {
  margin-top: 2rem;
  padding-left: 3.4rem;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .step_block .ab06 {
    padding-left: 0;
  }
}
@media screen and (max-width: 750px) {
  .step_block .ab06 {
    margin-top: 0.7rem;
  }
}
.step_block .ab06 .msg {
  margin-left: 0.8rem;
  margin-top: 0.5rem;
  padding: 1.3rem 1.5rem;
}
@media screen and (max-width: 1024px) {
  .step_block .ab06 .msg {
    flex: 1;
    max-width: unset;
  }
}
@media screen and (max-width: 750px) {
  .step_block .ab06 .msg {
    margin-left: 0.7rem;
    padding: 0.6rem 0.6rem;
  }
}
.step_block .ab07 {
  margin-top: 1.7rem;
  padding-left: 5rem;
}
@media screen and (max-width: 1024px) {
  .step_block .ab07 {
    padding-left: 0;
  }
}
@media screen and (max-width: 750px) {
  .step_block .ab07 {
    display: none;
  }
}
.step_block .ab07 .msg {
  margin-left: 2rem;
  max-width: 100%;
  flex: 1;
}
.step_block .ab08 {
  margin-top: 0;
  padding-left: 3.4rem;
}
@media screen and (max-width: 1024px) {
  .step_block .ab08 {
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 0;
  }
}
@media screen and (max-width: 750px) {
  .step_block .ab08 {
    margin-top: 1.7rem;
  }
}
.step_block .ab08 .msgs {
  width: calc(100% - 8rem);
}
@media screen and (max-width: 1024px) {
  .step_block .ab08 .msgs {
    flex: 1;
    padding-top: 1.6rem;
  }
}
@media screen and (max-width: 750px) {
  .step_block .ab08 .msgs {
    padding-top: 0;
  }
}
.step_block .ab08 .msgs .msg {
  margin-left: 2.8rem;
  max-width: 100%;
}
@media screen and (max-width: 750px) {
  .step_block .ab08 .msgs .msg {
    margin-left: 1.5rem;
  }
}
.step_block .ab08 .msgs .msg:first-of-type {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 750px) {
  .step_block .ab08 .msgs .msg:first-of-type {
    margin-bottom: 0.6rem;
  }
}
.step_block .ab09 {
  margin-top: 2rem;
  /* justify-content: flex-end; */
  align-items: flex-start;
  padding-left: 3rem;
}
@media screen and (max-width: 1024px) {
  .step_block .ab09 {
    margin-top: 1.5rem;
    padding-left: 0;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 750px) {
  .step_block .ab09 {
    margin-top: 1rem;
  }
}
.step_block .ab09 .msg {
  flex: 1;
  max-width: 100%;
  margin-left: 1rem;
}
@media screen and (max-width: 1024px) {
  .step_block .ab09 .msg {
    flex: 1;
    max-width: unset;
  }
}
.step_block .ab10 {
  margin-top: 3.2rem;
  padding-left: 2.3rem;
}
@media screen and (max-width: 1024px) {
  .step_block .ab10 {
    padding-left: 0;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 750px) {
  .step_block .ab10 {
    align-items: flex-start;
  }
}
.step_block .ab10 .msg_box {
  margin-left: 1.5rem;
  display: flex;
  align-items: center;
  /* width: 100%; */
  flex: 1;
  padding: 1.7rem 1rem 1.2rem;
  max-width: calc(100% - 12.3rem);
}
@media screen and (max-width: 1024px) {
  .step_block .ab10 .msg_box {
    max-width: unset;
    flex: 1;
  }
}
@media screen and (max-width: 750px) {
  .step_block .ab10 .msg_box {
    margin-left: 0.7rem;
    flex-wrap: wrap;
    padding: 0.7rem 1rem;
  }
}
.step_block .ab10 .msg_box .left {
  width: 12rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .step_block .ab10 .msg_box .left {
    width: 100%;
  }
  .step_block .ab10 .msg_box .left img {
    width: 2.3rem;
  }
}
.step_block .ab10 .msg_box .left p {
  margin-top: 0.5rem;
  font-family: "游ゴシック体", "游ゴシック", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
}
@media screen and (max-width: 750px) {
  .step_block .ab10 .msg_box .left p {
    margin-top: 0.5rem;
    font-size: 1.1rem;
    line-height: 1;
  }
}
.step_block .ab10 .msg_box .msg1 {
  flex: 1;
  margin-left: 1rem;
  font-size: 1rem;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  .step_block .ab10 .msg_box .msg1 {
    margin-left: 3%;
  }
}
@media screen and (max-width: 750px) {
  .step_block .ab10 .msg_box .msg1 {
    width: 100%;
    margin-top: 1rem;
    margin-left: 0;
    font-size: 0.8rem;
    line-height: 1.6;
  }
  .step_block .ab10 .msg_box .msg1 .sp_Nodisplay {
    display: none;
  }
}
.step_block .ab11 {
  margin-top: 0.9rem;
  padding-left: 2.3rem;
  /* justify-content: flex-end; */
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .step_block .ab11 {
    padding-left: 0;
    margin-top: 1.3rem;
  }
}
@media screen and (max-width: 750px) {
  .step_block .ab11 {
    margin-top: 1.1rem;
  }
}
.step_block .ab11 .msg {
  margin-left: 1.7rem;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .step_block .ab11 .msg {
    max-width: unset;
    flex: 1;
  }
}
@media screen and (max-width: 750px) {
  .step_block .ab11 .msg {
    margin-left: 0.7rem;
  }
}
.step_block .tab {
  display: flex;
  width: 100%;
  margin-top: 3rem;
  border-bottom: solid #cc0000 2px;
}
@media screen and (max-width: 750px) {
  .step_block .tab {
    margin-top: 1.9rem;
  }
}
.step_block .tab .tablinks {
  width: 50%;
  border: none;
  cursor: pointer;
  background: #eeeced;
  text-align: left;
  padding: 1rem 1.6rem;
  margin: 0;
  transition: all 0.3s;
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.5;
  color: initial;
}
.step_block .tab .tablinks span {
  display: none;
}
@media screen and (max-width: 1024px) {
  .step_block .tab .tablinks {
    text-align: center;
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  .step_block .tab .tablinks {
    font-size: 0.8rem;
    line-height: 1.7;
    padding: 0.3rem 0.5rem;
  }
  .step_block .tab .tablinks span {
    display: inline;
  }
}
.step_block .tab .tablinks.active {
  background: #cc0000;
  color: #fff;
}
.step_block .tabcontent {
  display: none;
  margin: auto;
  max-width: 820px;
  width: 100%;
  padding: 1.6rem 1.5rem;
  -webkit-animation: fadeEffect 1.3s;
          animation: fadeEffect 1.3s;
}
@media screen and (max-width: 1024px) {
  .step_block .tabcontent {
    max-width: unset;
    width: 100%;
    padding: 1.5rem 0rem;
  }
}
.step_block .tabcontent .des {
  font-family: "Noto Sans JP";
  font-size: 0.93rem;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  .step_block .tabcontent .des {
    font-size: 0.8rem;
    line-height: 1.6;
    text-align: left;
  }
}
.step_block .tabcontent .dk {
  margin-top: 1.6rem;
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 1.15rem;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  .step_block .tabcontent .dk {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.6;
    text-align: left;
  }
}
.step_block .tabcontent .type_grid {
  margin-top: 1.4rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}
@media screen and (max-width: 750px) {
  .step_block .tabcontent .type_grid {
    gap: 0.6rem;
    margin-top: 1.1rem;
  }
}
.step_block .tabcontent .type_grid li {
  border: solid #b6b6b7 1px;
  /* padding: 1.5rem 0.5rem; */
  aspect-ratio: 1/0.55;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .step_block .tabcontent .type_grid li {
    aspect-ratio: unset;
    height: 100%;
    justify-content: space-between;
    padding: 0.8rem 0.1rem 0.3rem;
  }
  .step_block .tabcontent .type_grid li img {
    max-height: 4rem;
  }
}
.step_block .tabcontent .type_grid li p {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP";
  font-size: 0.93rem;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  .step_block .tabcontent .type_grid li p {
    text-align: center;
    margin-top: 0.5rem;
    font-size: 0.8rem;
    line-height: 1.5;
    height: 3rem;
  }
}
.step_block .tabcontent .type_grid li p span {
  display: block;
  font-size: 0.77rem;
}
@media screen and (max-width: 750px) {
  .step_block .tabcontent .type_grid li p span {
    font-size: 0.6rem;
  }
}
.step_block .tabcontent .link_line {
  margin-top: 2.1rem;
}
@media screen and (max-width: 1024px) {
  .step_block .tabcontent .link_line {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 750px) {
  .step_block .tabcontent .link_line {
    margin-top: 1.6rem;
  }
  .step_block .tabcontent .link_line .link_btn {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 86%;
    line-height: 1.2;
  }
}
.step_block .link_line {
  display: flex;
  justify-content: center;
  align-items: center;
}
.step_block .link_line.s01 {
  margin-top: 2.6rem;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .step_block .link_line.s01 {
    margin-top: 2rem;
  }
  .step_block .link_line.s01 .link_btn {
    max-width: 87%;
    font-size: 1rem;
    padding-right: 3rem;
    padding-left: 1rem;
  }
}
.step_block .link_line.s01 .ref {
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  .step_block .link_line.s01 .ref {
    margin-top: 1rem;
  }
}
.step_block .link_line.s02 {
  margin-top: 0.3rem;
  padding-right: 2.6rem;
  padding-top: 0;
  padding-bottom: 0.7rem;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .step_block .link_line.s02 {
    padding-right: 0;
    padding-top: 0.5rem;
  }
}
@media screen and (max-width: 750px) {
  .step_block .link_line.s02 {
    margin-top: 0.6rem;
  }
}
.step_block .link_line.s02 .link_txt {
  font-family: "Noto Sans JP";
  font-size: 0.93rem;
}
@media screen and (max-width: 750px) {
  .step_block .link_line.s02 .link_txt {
    font-size: 0.8rem;
  }
}
.step_block .link_line.s03 {
  margin-top: 1.2rem;
  justify-content: space-around;
  align-items: stretch;
}
.step_block .link_line.s03 .link_btn {
  max-width: 47%;
}
@media screen and (max-width: 1024px) {
  .step_block .link_line.s03 {
    flex-wrap: wrap;
  }
  .step_block .link_line.s03 .link_btn {
    max-width: 80%;
  }
  .step_block .link_line.s03 .link_btn:first-of-type {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 750px) {
  .step_block .link_line.s03 {
    margin-top: 2rem;
  }
  .step_block .link_line.s03 .link_btn {
    max-width: 86%;
    padding-right: 3rem;
    padding-left: 1rem;
  }
}
.step_block .link_line.s04 {
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .step_block .link_line.s04 {
    margin-top: 2rem;
    flex-wrap: wrap;
  }
  .step_block .link_line.s04 .link_btn {
    padding-left: 1rem;
    padding-right: 2rem;
    letter-spacing: 0;
  }
}
.step_block .link_line.s05 {
  margin-top: 2.8rem;
  padding: 0.2rem;
}
@media screen and (max-width: 1024px) {
  .step_block .link_line.s05 {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 750px) {
  .step_block .link_line.s05 {
    margin-top: 2rem;
  }
  .step_block .link_line.s05 .link_btn.sp_fon {
    display: flex !important;
    max-width: 88%;
    padding-left: 0.5rem;
    padding-right: 2rem;
    letter-spacing: 0.5px;
  }
}
.step_block .link_line.s06 {
  margin-top: 1.5rem;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .step_block .link_line.s06 {
    margin-top: 3.5rem;
  }
}
@media screen and (max-width: 750px) {
  .step_block .link_line.s06 {
    margin-top: 1.3rem;
  }
}
.step_block .link_line.s06 .link_txt {
  font-size: 0.93rem;
}
@media screen and (max-width: 750px) {
  .step_block .link_line.s06 .link_txt {
    font-size: 0.8rem;
  }
}
.step_block .link_line.s07 {
  margin-top: 0.8rem;
  justify-content: space-around;
}
@media screen and (max-width: 1024px) {
  .step_block .link_line.s07 {
    margin-top: 4.5rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  .step_block .link_line.s07 .link_btn:first-of-type {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 750px) {
  .step_block .link_line.s07 {
    margin-top: 1.5rem;
  }
  .step_block .link_line.s07 .link_btn:first-of-type {
    margin-bottom: 1rem;
  }
}
.step_block .link_line.s07 .link_btn {
  max-width: 43%;
}
@media screen and (max-width: 1024px) {
  .step_block .link_line.s07 .link_btn {
    max-width: 56%;
  }
}
@media screen and (max-width: 750px) {
  .step_block .link_line.s07 .link_btn {
    max-width: 87%;
  }
}
.step_block .link_line.s08 {
  margin-top: 0rem;
  padding-bottom: 3rem;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .step_block .link_line.s08 {
    margin-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .step_block .link_line.s08 {
    margin-top: 0.8rem;
  }
}
.step_block .link_line.s08 .link_txt {
  font-size: 0.93rem;
}
@media screen and (max-width: 750px) {
  .step_block .link_line.s08 .link_txt {
    font-size: 0.85rem;
  }
}
.step_block .sub_block {
  margin-top: 2.4rem;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .step_block .sub_block {
    margin-top: 2.4rem;
  }
}
.step_block .sub_block .ml_sb {
  margin-left: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .step_block .sub_block .ml_sb {
    margin-left: 0;
  }
}
.step_block .sub_block .ds {
  margin-top: 0.8rem;
  font-family: "Noto Sans JP";
  font-size: 0.93rem;
  line-height: 1.65;
}
@media screen and (max-width: 750px) {
  .step_block .sub_block .ds {
    font-size: 0.8rem;
    line-height: 1.6;
  }
}
.step_block .sub_block .scrollwrap {
  width: 100%;
  padding: 0 2.7rem 0.8rem 3.2rem;
  margin: 0.9rem auto 0;
}
@media screen and (max-width: 1024px) {
  .step_block .sub_block .scrollwrap {
    margin: 2rem auto 0;
    padding: 0 0 1rem;
  }
}
@media screen and (max-width: 750px) {
  .step_block .sub_block .scrollwrap {
    margin-top: 1.6rem;
    overflow: auto;
  }
}
.step_block .sub_block .scrollwrap .grid {
  width: 100%;
  display: grid;
  grid-template-columns: 7.2rem 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  row-gap: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .step_block .sub_block .scrollwrap .grid {
    grid-template-columns: 100px 1fr 1fr 1fr 1fr;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    row-gap: 0.5rem;
  }
}
@media screen and (max-width: 750px) {
  .step_block .sub_block .scrollwrap .grid {
    width: 155vw;
    grid-template-columns: 4rem 1fr 1fr 1fr 1fr;
    -moz-column-gap: 0.3rem;
         column-gap: 0.3rem;
    row-gap: 0.3rem;
  }
}
.step_block .sub_block .scrollwrap .grid .grid_item .link_txt {
  position: relative;
  z-index: 25;
  font-family: "Noto Sans JP";
  font-size: 0.75rem;
  line-height: 1;
}
.step_block .sub_block .scrollwrap .grid .grid_item .txt {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 0.7rem;
  line-height: 1.333;
}
.step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(1) {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 4;
}
.step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(2) {
  grid-column-start: 2;
  grid-column-end: 6;
}
.step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(3) {
  grid-column-start: 2;
  grid-column-end: 6;
}
.step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(2), .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(3) {
  padding: 0.3rem 0.6rem 0.4rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(90deg, #f9bf57, #83c697 35%, #3eb1d5 65%, #ffb129);
}
.step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(2) p, .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(3) p {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(2) p, .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(3) p {
    line-height: 1.6;
  }
}
@media screen and (max-width: 750px) {
  .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(2) p, .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(3) p {
    font-size: 0.7rem;
  }
}
.step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(2) p:nth-of-type(1), .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(2) p:nth-of-type(3), .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(3) p:nth-of-type(1), .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(3) p:nth-of-type(3) {
  background: #fff;
  border-radius: 5rem;
  width: 10rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(2) p:nth-of-type(1), .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(2) p:nth-of-type(3), .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(3) p:nth-of-type(1), .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(3) p:nth-of-type(3) {
    width: 9rem;
  }
}
@media screen and (max-width: 750px) {
  .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(2) p:nth-of-type(1), .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(2) p:nth-of-type(3), .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(3) p:nth-of-type(1), .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(3) p:nth-of-type(3) {
    width: unset;
    min-width: 7rem;
    padding: 0 1rem;
  }
}
.step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(2) p:nth-of-type(2), .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(3) p:nth-of-type(2) {
  color: #fff;
}
.step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(4), .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(5), .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(6), .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(7) {
  position: relative;
  border-radius: 0.4rem;
  margin-top: 0.3rem;
}
.step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(4) p, .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(5) p, .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(6) p, .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(7) p {
  text-align: center;
}
.step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(4) .ttl, .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(5) .ttl, .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(6) .ttl, .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(7) .ttl {
  width: 100%;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 0.85rem;
  line-height: 2.2;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(4) .ttl, .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(5) .ttl, .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(6) .ttl, .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(7) .ttl {
    font-size: 0.8rem;
  }
}
.step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(4) .txt, .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(5) .txt, .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(6) .txt, .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(7) .txt {
  padding: 0.2rem 0;
}
.step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(4):before, .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(5):before, .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(6):before, .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(7):before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 0.4rem solid transparent;
  border-right: 0.4rem solid transparent;
  border-top: 0;
  transform: translate(-50%, -100%);
}
.step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(4) {
  grid-column-start: 2;
  grid-column-end: 3;
  border: solid #f9bf57 2px;
}
.step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(4)::before {
  border-bottom: 0.6rem solid #f9bf57;
}
.step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(4) p.ttl {
  background: #f9bf57;
}
.step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(5) {
  grid-column-start: 3;
  grid-column-end: 4;
  border: solid #83c697 2px;
}
.step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(5)::before {
  border-bottom: 0.6rem solid #83c697;
}
.step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(5) p.ttl {
  background: #83c697;
}
.step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(6) {
  grid-column-start: 4;
  grid-column-end: 5;
  border: solid #3eb1d5 2px;
}
.step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(6)::before {
  border-bottom: 0.6rem solid #3eb1d5;
}
.step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(6) p.ttl {
  background: #3eb1d5;
}
.step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(7) {
  grid-column-start: 5;
  grid-column-end: 6;
  border: solid #ffb129 2px;
}
.step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(7)::before {
  border-bottom: 0.6rem solid #ffb129;
}
.step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(7) p.ttl {
  background: #ffb129;
}
.step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(8), .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(11) {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid #cdcdcd 2px;
  text-align: center;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 0.9rem;
}
@media screen and (max-width: 750px) {
  .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(8), .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(11) {
    font-size: 0.6rem;
  }
}
.step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(8) span, .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(11) span {
  display: block;
  font-weight: inherit;
  font-size: 1.05rem;
}
@media screen and (max-width: 750px) {
  .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(8) span, .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(11) span {
    font-size: 0.65rem;
  }
}
.step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(8) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 4;
  grid-row-end: 5;
}
.step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(9) {
  grid-column-start: 2;
  grid-column-end: 5;
  grid-row-start: 4;
  grid-row-end: 5;
  border: solid #cdcdcd 2px;
  border-radius: 0.5rem;
}
.step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(10) {
  grid-column-start: 5;
  grid-column-end: 6;
  grid-row-start: 4;
  grid-row-end: 7;
  border: solid #cdcdcd 2px;
  border-radius: 0.3rem;
  padding: 0 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(10) {
    padding: 0 0.5rem;
  }
}
.step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(10) .txt {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(11) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 5;
  grid-row-end: 7;
}
.step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(12) {
  grid-column-start: 2;
  grid-column-end: 5;
  grid-row-start: 5;
  border: solid #cdcdcd 2px;
  border-radius: 0.3rem;
}
.step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(9), .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(12) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8rem 0.5rem 0.8rem;
  padding-right: 1.4rem;
}
@media screen and (max-width: 750px) {
  .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(9), .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(12) {
    padding: 1rem 1rem;
  }
}
.step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(9) .left, .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(12) .left {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(9) .left, .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(12) .left {
    flex-wrap: wrap;
    justify-content: center;
    width: 8rem;
  }
}
@media screen and (max-width: 750px) {
  .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(9) .left, .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(12) .left {
    width: 5rem;
  }
}
.step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(9) .left p, .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(12) .left p {
  width: 5.6rem;
  text-align: center;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 0.85rem;
}
@media screen and (max-width: 1024px) {
  .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(9) .left p, .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(12) .left p {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 750px) {
  .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(9) .left p, .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(12) .left p {
    font-size: 0.7rem;
  }
}
.step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(9) .right, .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(12) .right {
  flex: 1;
  margin-left: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(9) .right, .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(12) .right {
    margin-left: 5%;
  }
}
.step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(9) .right p:first-of-type, .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(12) .right p:first-of-type {
  margin-bottom: 0.5rem;
  padding-right: 1rem;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.333;
}
.step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(9) .right p:last-of-type, .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(12) .right p:last-of-type {
  text-align: right;
}
.step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(13) {
  position: relative;
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 6;
}
.step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(13) p {
  position: absolute;
  background: #f0e44c;
  top: 1rem;
  padding: 0.6rem 0.4rem;
  margin: 0 0.3rem 0;
  border-radius: 0.6rem;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 0.72rem;
}
@media screen and (max-width: 1024px) {
  .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(13) p {
    padding: 0.6rem;
  }
}
@media screen and (max-width: 750px) {
  .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(13) p {
    font-size: 0.8rem;
  }
}
.step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(13) p::before {
  position: absolute;
  top: -1rem;
  right: 50%;
  transform: translate(50%, 0);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.5rem 1rem 0.5rem;
  border-color: transparent transparent #f0e44c;
}
.step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(14) {
  position: relative;
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 6;
  border: solid #cdcdcd 2px;
  border-radius: 0.3rem;
}
.step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(5) .grey_lyr {
  position: absolute;
  z-index: 10;
  content: "";
  transform: translate(-50%, 0);
  left: 50%;
  top: 0;
  width: calc(100% + 4px);
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(15) {
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 6;
  border: solid #cdcdcd 2px;
  border-radius: 0.3rem;
}
.step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(14), .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(15) {
  padding: 1rem 0.5rem 0.5rem;
}
@media screen and (max-width: 750px) {
  .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(14), .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(15) {
    padding: 1rem 0.5rem;
  }
}
.step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(14) img, .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(15) img {
  margin: auto;
}
.step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(14) .txt, .step_block .sub_block .scrollwrap .grid .grid_item:nth-of-type(15) .txt {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  font-size: 0.75rem;
}
.step_block .sub_block .graph_block {
  margin-top: 2.6rem;
  padding-bottom: 0.7rem;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .step_block .sub_block .graph_block {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 750px) {
  .step_block .sub_block .graph_block {
    flex-wrap: wrap;
    margin-top: 1.6rem;
    padding-bottom: 1.2rem;
  }
}
.step_block .sub_block .graph_block .ttl_box {
  width: 13.5rem;
}
@media screen and (max-width: 750px) {
  .step_block .sub_block .graph_block .ttl_box {
    width: 100%;
  }
}
.step_block .sub_block .graph_block .ttl_box p:first-of-type {
  width: 100%;
  height: 7.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f5e538;
  border-radius: 0.5rem;
  text-align: center;
  font-family: "游ゴシック体", "游ゴシック", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .step_block .sub_block .graph_block .ttl_box p:first-of-type {
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .step_block .sub_block .graph_block .ttl_box p:first-of-type {
    height: 2.6rem;
    font-size: 1.2rem;
  }
}
.step_block .sub_block .graph_block .ttl_box p:last-of-type {
  margin-top: 1rem;
  text-align: center;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 0.93rem;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  .step_block .sub_block .graph_block .ttl_box p:last-of-type {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 750px) {
  .step_block .sub_block .graph_block .ttl_box p:last-of-type {
    margin-top: 0.5rem;
    font-size: 0.8rem;
  }
}
.step_block .sub_block .graph_block .graph_box {
  flex: 1;
  margin-left: 3.3rem;
}
@media screen and (max-width: 1024px) {
  .step_block .sub_block .graph_block .graph_box {
    margin-left: 2.5rem;
  }
}
@media screen and (max-width: 750px) {
  .step_block .sub_block .graph_block .graph_box {
    margin-left: 0;
    margin-top: 1rem;
    width: 100%;
  }
}
.step_block .sub_block .graph_block .graph_box.gb01 {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .step_block .sub_block .graph_block .graph_box.gb01 {
    justify-content: space-between;
  }
}
.step_block .sub_block .graph_block .graph_box.gb01 .graph {
  margin-right: 2rem;
}
@media screen and (max-width: 1024px) {
  .step_block .sub_block .graph_block .graph_box.gb01 .graph {
    width: 48%;
    margin-right: 0;
  }
}
.step_block .sub_block .graph_block .graph_box.gb01 .graph p {
  margin-bottom: 1.6rem;
  width: 100%;
  border-radius: 0.3rem;
  text-align: center;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.9;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .step_block .sub_block .graph_block .graph_box.gb01 .graph p {
    font-size: 0.8rem;
    line-height: 1.5;
    margin-bottom: 0.8rem;
  }
}
.step_block .sub_block .graph_block .graph_box.gb01 .graph p span {
  margin-left: 1rem;
  font-weight: inherit;
  font-size: 0.9rem;
}
@media screen and (max-width: 750px) {
  .step_block .sub_block .graph_block .graph_box.gb01 .graph p span {
    margin-left: 0;
    display: block;
    font-size: 0.7rem;
  }
}
.step_block .sub_block .graph_block .graph_box.gb01 .graph:first-of-type p {
  background: #1772c8;
}
.step_block .sub_block .graph_block .graph_box.gb01 .graph:last-of-type {
  margin-right: 0;
}
.step_block .sub_block .graph_block .graph_box.gb01 .graph:last-of-type p {
  background: #ff7e25;
}
.step_block .sub_block .graph_block .graph_box.gb02 .ref {
  margin-top: 1.1rem;
  padding-right: 3rem;
}
@media screen and (max-width: 750px) {
  .step_block .sub_block .graph_block .graph_box.gb02 .ref {
    padding-right: 0;
    font-size: 0.7rem;
  }
}
.step_block .sub_block .ref_block {
  margin-top: 1rem;
  padding-bottom: 3rem;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .step_block .sub_block .ref_block {
    margin-top: 2.8rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 750px) {
  .step_block .sub_block .ref_block {
    margin-top: 0.7rem;
    padding-bottom: 0.8rem;
  }
}
.step_block .sub_block .ref_block .ref {
  text-align: right;
}
@media screen and (max-width: 750px) {
  .step_block .sub_block .ref_block .ref {
    text-align: left;
    font-size: 0.7rem;
    line-height: 1.8;
  }
}
.step_block .sub_block .method_video {
/*	cursor: pointer;*/
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .step_block .sub_block .method_video {
    flex-wrap: wrap;
  }
}
.step_block .sub_block .method_video .preview {
  display: flex;
  width: 32.5rem;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .step_block .sub_block .method_video .preview {
    width: 70%;
  }
}
@media screen and (max-width: 750px) {
  .step_block .sub_block .method_video .preview {
    width: 100%;
  }
}
.step_block .sub_block .method_video .preview video {
  width: 100%;
  aspect-ratio: 1/0.57;
}
.step_block .sub_block .method_video .chapter_list {
  margin-left: 3.5rem;
  width: 43rem;
}
@media screen and (max-width: 1024px) {
  .step_block .sub_block .method_video .chapter_list {
    margin-left: 0;
    margin-top: 2rem;
    width: 70%;
  }
}
@media screen and (max-width: 750px) {
  .step_block .sub_block .method_video .chapter_list {
    width: 100%;
  }
}
.step_block .sub_block .method_video .chapter_list li {
  margin-bottom: 0.8rem;
}
.step_block .sub_block .method_video .chapter_list li:last-of-type {
  margin-bottom: 0;
}
.step_block .sub_block .method_video .chapter_list li .jump_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.8rem;
  width: 100%;
  padding: 1.1rem 1.8rem;
  padding-left: 6.3rem;
  background: url(../img/ico_video.png) 1.5rem center no-repeat, #dedddd;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .step_block .sub_block .method_video .chapter_list li .jump_btn {
    background: url(../img/ico_video.png) 1.2rem center no-repeat, #dedddd;
  }
}
@media screen and (max-width: 750px) {
  .step_block .sub_block .method_video .chapter_list li .jump_btn {
    padding: 0.9rem 1rem;
    padding-left: 4rem;
    background: url(../img/ico_video_sp.png) 0.8rem center/2.4rem no-repeat, #dedddd;
  }
}
.step_block .sub_block .method_video .chapter_list li .jump_btn p {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 1.55rem;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  .step_block .sub_block .method_video .chapter_list li .jump_btn p {
    font-size: 1.5rem;
  }
}
.step_block .sub_block .method_video .chapter_list li .jump_btn p:first-of-type {
  flex: 1;
}
.step_block .sub_block .method_video .chapter_list li .jump_btn p:last-of-type {
  width: 7rem;
}
.step_block .sub_block .s6_block {
  width: 100%;
  margin-top: 3rem;
}
@media screen and (max-width: 750px) {
  .step_block .sub_block .s6_block {
    margin-top: 2.2rem;
  }
}
.step_block .sub_block .s6_block .collapse_ct {
  margin-top: 2rem;
}
@media screen and (max-width: 1024px) {
  .step_block .sub_block .s6_block .collapse_ct {
    margin-top: 4.5rem;
  }
}
@media screen and (max-width: 750px) {
  .step_block .sub_block .s6_block .collapse_ct {
    margin-top: 1.5rem;
  }
}
.step_block .sub_block .s6_block .lref {
  margin-top: 0.7rem;
  font-family: "Noto Sans JP";
  font-size: 0.93rem;
}
@media screen and (max-width: 1024px) {
  .step_block .sub_block .s6_block .lref {
    margin-top: 4.5rem;
  }
}
@media screen and (max-width: 750px) {
  .step_block .sub_block .s6_block .lref {
    margin-top: 0.5rem;
    font-size: 0.8rem;
    text-align: left;
  }
}
.step_block .sub_block .whats {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .step_block .sub_block .whats {
    margin-top: 4.5rem;
  }
}
@media screen and (max-width: 750px) {
  .step_block .sub_block .whats {
    margin-top: 2.5rem;
    flex-wrap: wrap;
  }
}
.step_block .sub_block .whats p:first-of-type {
  width: 11.2rem;
  text-align: center;
  border-radius: 3rem;
  margin-right: 1.9rem;
  border: solid #969696 1px;
  font-family: "游ゴシック体", "游ゴシック", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 2.1;
}
@media screen and (max-width: 750px) {
  .step_block .sub_block .whats p:first-of-type {
    min-width: 9rem;
    width: unset;
    padding: 0 1rem;
    font-size: 1.05rem;
    line-height: 1.7;
  }
}
.step_block .sub_block .whats p:last-of-type {
  font-family: "Noto Sans JP";
  font-size: 0.93rem;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .step_block .sub_block .whats p:last-of-type {
    margin-top: 1rem;
    font-size: 0.8rem;
    line-height: 1.65;
  }
}
.step_block .sub_block .fig_grid {
  margin-top: 3rem;
  padding: 0 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .step_block .sub_block .fig_grid {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 750px) {
  .step_block .sub_block .fig_grid {
    flex-wrap: wrap;
    margin-top: 3rem;
  }
}
.step_block .sub_block .fig_grid li:nth-of-type(1), .step_block .sub_block .fig_grid li:nth-of-type(3), .step_block .sub_block .fig_grid li:nth-of-type(5) {
  width: 220px;
}
@media screen and (max-width: 750px) {
  .step_block .sub_block .fig_grid li:nth-of-type(1), .step_block .sub_block .fig_grid li:nth-of-type(3), .step_block .sub_block .fig_grid li:nth-of-type(5) {
    width: 100%;
  }
}
.step_block .sub_block .fig_grid li:nth-of-type(2), .step_block .sub_block .fig_grid li:nth-of-type(4) {
  padding-top: 13%;
  margin: 0 2.5%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Sans JP";
  font-weight: 300;
  font-size: 3.4rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .step_block .sub_block .fig_grid li:nth-of-type(2), .step_block .sub_block .fig_grid li:nth-of-type(4) {
    width: 100%;
    padding-top: 0;
    margin: 0.5rem auto;
    text-align: center;
    font-size: 3.2rem;
  }
}
.step_block .sub_block .fig_grid li .fig_box {
  aspect-ratio: 1/1.42;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .step_block .sub_block .fig_grid li .fig_box {
    aspect-ratio: unset;
    width: 51%;
    margin: auto;
  }
}
.step_block .sub_block .fig_grid li .fig_box span {
  display: block;
  font-family: "Noto Sans JP";
  font-size: 0.93rem;
  line-height: 2;
}
.step_block .sub_block .fig_grid li p {
  font-family: "Noto Sans JP";
  font-weight: 400;
}
.step_block .sub_block .fig_grid li p:first-of-type {
  margin-top: 0.5rem;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  .step_block .sub_block .fig_grid li p:first-of-type {
    margin-top: 1rem;
    font-size: 2rem;
  }
}
.step_block .sub_block .fig_grid li p:last-of-type {
  margin-top: 0.4rem;
  font-size: 0.925rem;
  line-height: 1.7;
}
@media screen and (max-width: 750px) {
  .step_block .sub_block .fig_grid li p:last-of-type {
    margin-top: 0.5rem;
    font-size: 0.8rem;
    line-height: 1.6;
  }
}
.step_block .sub_block .fig_grid li p.lbl {
  font-size: 1.125rem;
}
@media screen and (max-width: 750px) {
  .step_block .sub_block .fig_grid li p.lbl {
    font-size: 1rem;
  }
}
.step_block .sub_block .packing_grid {
  margin-top: 1.75rem;
  display: grid;
  grid-template-columns: 15.3rem 1fr;
  grid-template-rows: auto;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
}
.step_block .sub_block .packing_grid:first-of-type {
  padding-bottom: 0.3rem;
}
@media screen and (max-width: 750px) {
  .step_block .sub_block .packing_grid:first-of-type {
    padding-bottom: 1.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .step_block .sub_block .packing_grid {
    grid-template-columns: 210px 1fr;
  }
}
@media screen and (max-width: 750px) {
  .step_block .sub_block .packing_grid {
    margin-top: 1.4rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    grid-template-columns: 40% 1fr;
  }
}
.step_block .sub_block .packing_grid .left {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .step_block .sub_block .packing_grid .left {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
.step_block .sub_block .packing_grid .left .circle_line {
  margin: auto;
  width: 11.5rem;
  border-radius: 10rem;
  text-align: center;
  border: solid #ccc 1px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 1rem;
  line-height: 2.5;
}
@media screen and (max-width: 750px) {
  .step_block .sub_block .packing_grid .left .circle_line {
    width: 100%;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.6;
  }
}
.step_block .sub_block .packing_grid .left .fig {
  margin-top: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .step_block .sub_block .packing_grid .left .fig {
    max-width: 80%;
    margin: 1.5rem auto 0;
  }
}
@media screen and (max-width: 750px) {
  .step_block .sub_block .packing_grid .left .fig {
    margin: 0.5rem auto 0;
    max-width: 96%;
  }
}
.step_block .sub_block .packing_grid .right {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  padding-bottom: 3.4375rem;
}
@media screen and (max-width: 1024px) {
  .step_block .sub_block .packing_grid .right {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 750px) {
  .step_block .sub_block .packing_grid .right {
    padding-bottom: 1rem;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
.step_block .sub_block .packing_grid .right .ds {
  margin: 0;
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .step_block .sub_block .packing_grid .right .ds {
    font-size: 1.1rem;
    line-height: 1.4;
  }
}
.step_block .sub_block .packing_grid .right .ref {
  margin-top: 0.8rem;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 0.82rem;
  line-height: 1.7;
}
@media screen and (max-width: 750px) {
  .step_block .sub_block .packing_grid .right .ref {
    margin-top: 0.9rem;
    font-size: 0.8rem;
    line-height: 1.6;
    padding-right: 0.5rem;
  }
}
.step_block .sub_block .packing_step {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 750px) {
  .step_block .sub_block .packing_step {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
.step_block .sub_block .packing_step li {
  width: 31%;
  padding: 1rem 0.5rem 1rem;
  border: solid #cdcdcd 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .step_block .sub_block .packing_step li img {
    width: 75%;
  }
}
@media screen and (max-width: 750px) {
  .step_block .sub_block .packing_step li {
    width: 32%;
    padding: 0.4rem 0.3rem;
  }
  .step_block .sub_block .packing_step li img {
    width: 67%;
  }
}
.step_block .sub_block .packing_step li p {
  margin-top: 0.1rem;
  text-align: center;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 0.93rem;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  .step_block .sub_block .packing_step li p {
    line-height: 1.3;
  }
}
@media screen and (max-width: 750px) {
  .step_block .sub_block .packing_step li p {
    margin-top: 0.3rem;
    font-size: 0.8rem;
    line-height: 1.6;
  }
}
.step_block .packing_sub .ds {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 0.93rem;
}
@media screen and (max-width: 750px) {
  .step_block .packing_sub .ds {
    font-size: 0.8rem;
  }
}
.step_block .packing_sub .bold_ds {
  margin-top: 1.2rem;
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 1rem;
}
@media screen and (max-width: 750px) {
  .step_block .packing_sub .bold_ds {
    margin-top: 0.8rem;
    padding-right: 1rem;
    font-size: 1.1rem;
    line-height: 1.4;
  }
}
.step_block .packing_sub .fig01 {
  margin-top: 1.2rem;
  padding-bottom: 2rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .step_block .packing_sub .fig01 {
    padding-bottom: 0.5rem;
  }
}
.step_block .packing_sub .fig02 {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .step_block .packing_sub .fig02 {
    margin-top: 1.3rem;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.step_block .packing_sub .fig02 li {
  position: relative;
  border: solid #eaeaea 1px;
}
.step_block .packing_sub .fig02 li:first-of-type {
  margin-right: 3.5rem;
  padding: 0.7rem 2.4rem;
}
@media screen and (max-width: 750px) {
  .step_block .packing_sub .fig02 li:first-of-type {
    margin-bottom: 3rem;
    margin-right: 0;
    width: 71%;
    padding: 0.5rem 2rem 1rem;
  }
}
.step_block .packing_sub .fig02 li:first-of-type::after {
  position: absolute;
  content: "";
  width: 38px;
  height: 31px;
  background: url(../img/ico_ar08.png) center center/contain no-repeat;
  transform: translate(0%, -50%);
  right: -2.8rem;
  top: 50%;
}
@media screen and (max-width: 750px) {
  .step_block .packing_sub .fig02 li:first-of-type::after {
    top: unset;
    right: unset;
    left: 50%;
    bottom: -2.6rem;
/*    width: 5rem;
    height: 3rem;*/
    transform: translate(-50%, 0) rotate(90deg);
  }
}
.step_block .packing_sub .fig02 li:last-of-type {
  padding: 0.9rem 1.1rem;
}
@media screen and (max-width: 750px) {
  .step_block .packing_sub .fig02 li:last-of-type {
    width: 100%;
    padding: 0.6rem 1.4rem 1rem;
  }
}
.step_block .packing_sub .fig03 {
  margin-top: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .step_block .packing_sub .fig03 {
    margin-top: 2rem;
  }
}
.step_block .comment_box {
  margin-top: 1rem;
}
@media screen and (max-width: 1024px) {
  .step_block .comment_box {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 750px) {
  .step_block .comment_box {
    margin-top: 1.7rem;
    font-size: 0.8rem;
    text-align: left;
  }
}

.myservice_wrap {
  margin-top: 2rem;
  background: #f8f7f7;
  padding: 2.9rem 1.5rem 2.8rem;
}
@media screen and (max-width: 750px) {
  .myservice_wrap {
    padding: 1.4rem 1rem 2rem;
  }
}
.myservice_wrap .ms_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .myservice_wrap .ms_box {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.myservice_wrap .ms_box .fig {
  width: 45%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .myservice_wrap .ms_box .fig {
    width: 45%;
  }
}
@media screen and (max-width: 750px) {
  .myservice_wrap .ms_box .fig {
    width: 88%;
  }
}
.myservice_wrap .ms_box .content {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .myservice_wrap .ms_box .content {
    width: 100%;
    margin-top: 2rem;
  }
}
.myservice_wrap .ms_box .content p:first-of-type {
  font-family: "游ゴシック体", "游ゴシック", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .myservice_wrap .ms_box .content p:first-of-type {
    font-size: 1.15rem;
  }
}
.myservice_wrap .ms_box .content p:last-of-type {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 0.93rem;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .myservice_wrap .ms_box .content p:last-of-type {
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 750px) {
  .myservice_wrap .ms_box .content p:last-of-type {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 0.8rem;
  }
}
.myservice_wrap .ms_box .content a.link_txt {
  font-size: 0.93rem;
}
@media screen and (max-width: 750px) {
  .myservice_wrap .ms_box .content a.link_txt {
    margin-top: 1rem;
    font-size: 0.8rem;
  }
}

.flow_grid {
  width: 100%;
  display: grid;
}
.flow_grid li .mbox {
  width: 100%;
  padding: 1.1rem;
  border: solid #e2e2e2 1px;
}
@media screen and (max-width: 1024px) {
  .flow_grid li .mbox {
    padding: 1.5rem 1.5rem;
  }
  .flow_grid li .mbox img {
    width: 100%;
    margin: auto;
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .flow_grid li .mbox {
    padding: 1.3rem 1rem 0.7rem;
  }
  .flow_grid li .mbox img {
    width: 100%;
    margin: auto;
    display: block;
  }
}
.flow_grid li .mbox .stn {
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .flow_grid li .mbox .stn {
    font-size: 1.9rem;
  }
  .flow_grid li .mbox .stn span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 750px) {
  .flow_grid li .mbox .stn {
    font-size: 0.5rem;
  }
  .flow_grid li .mbox .stn span {
    font-size: 1rem;
  }
}
.flow_grid li p.ds {
  margin-top: 1.5rem;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 0.93rem;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .flow_grid li p.ds {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 750px) {
  .flow_grid li p.ds {
    font-size: 1.45rem;
  }
}
.flow_grid.col4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .flow_grid.col4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 5.5rem;
  }
}
@media screen and (max-width: 750px) {
  .flow_grid.col4 {
    -moz-column-gap: 0.7rem;
         column-gap: 0.7rem;
    row-gap: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .flow_grid.col4 li .mbox {
    padding: 2.5rem 2.5rem;
  }
}
@media screen and (max-width: 750px) {
  .flow_grid.col4 li .mbox {
    padding: 0.6rem 0.8rem 0.3rem;
  }
}
.flow_grid.col5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .flow_grid.col5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .flow_grid.col5 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    row-gap: 1.9rem;
  }
}
.flow_grid.col5 li .mbox {
  padding: 1rem 0.9rem 0.3rem;
}
@media screen and (max-width: 1024px) {
  .flow_grid.col5 li .mbox {
    padding: 1.5rem 2.5rem;
  }
}
@media screen and (max-width: 750px) {
  .flow_grid.col5 li .mbox {
    padding: 0.3rem 0.6rem;
  }
}
.flow_grid.col5 li .ds {
  margin-top: 1.6rem;
}
@media screen and (max-width: 750px) {
  .flow_grid.col5 li .ds {
    margin-top: 0.2rem;
  }
}

.caution_box {
  margin-top: 2.2rem;
  position: relative;
  overflow: hidden;
  padding: 0.7rem;
}
@media screen and (max-width: 1024px) {
  .caution_box {
    margin-top: 2.8rem;
  }
}
@media screen and (max-width: 750px) {
  .caution_box {
    margin-top: 1.5rem;
    padding: 0.4rem;
  }
}
.caution_box::before {
  position: absolute;
  z-index: 0;
  content: "";
  width: 400%;
  height: 400%;
  background: repeating-linear-gradient(black 0, black 8px, yellow 8px, yellow 16px);
  transform: translate(-50%, -50%) rotate(-45deg);
  left: 50%;
  top: 50%;
}
@media screen and (max-width: 750px) {
  .caution_box::before {
    width: 300%;
    height: 300%;
  }
}
.caution_box .content {
  position: relative;
  background: #fff004;
  padding: 1.4rem 1.7rem 1.6rem;
}
@media screen and (max-width: 1024px) {
  .caution_box .content {
    padding: 2.4rem 1.5rem 3rem;
  }
}
@media screen and (max-width: 750px) {
  .caution_box .content {
    padding: 1.4rem 1rem 1.8rem;
  }
}
.caution_box .content .lbl {
  display: flex;
  justify-content: center;
  align-items: center;
}
.caution_box .content .lbl p:first-of-type {
  text-align: center;
  font-family: Arial;
  font-weight: 700;
  font-size: 0.93rem;
  line-height: 1.7;
}
@media screen and (max-width: 750px) {
  .caution_box .content .lbl p:first-of-type {
    font-size: 0.8rem;
  }
}
.caution_box .content .lbl p:first-of-type span {
  display: block;
}
@media screen and (max-width: 750px) {
  .caution_box .content .lbl p:first-of-type span {
    font-size: 0.7rem;
    line-height: 1.5;
  }
}
.caution_box .content .lbl p:last-of-type {
  margin-left: 2.5rem;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1;
  color: #ca0000;
}
@media screen and (max-width: 750px) {
  .caution_box .content .lbl p:last-of-type {
    margin-left: 1rem;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.4;
  }
}
.caution_box .content .ds {
  margin-top: 0.6rem;
  margin-bottom: 0.4rem;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 0.93rem;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  .caution_box .content .ds {
    line-height: 1.75;
  }
}
@media screen and (max-width: 750px) {
  .caution_box .content .ds {
    margin-top: 1.3rem;
    margin-bottom: 0.7rem;
    font-size: 0.81rem;
    line-height: 1.6;
  }
}
.caution_box .content .ds span {
  font-weight: 700 !important;
  font-size: 1rem;
}
@media screen and (max-width: 750px) {
  .caution_box .content .ds span {
    font-size: 1.05rem;
    line-height: 1.5;
  }
}
.caution_box .content .link_txt {
  font-size: 0.93rem;
}
@media screen and (max-width: 750px) {
  .caution_box .content .link_txt {
    font-size: 0.8rem;
  }
}

.step_sh_box {
  margin-top: 2.7rem;
  margin-bottom: 3.75rem;
  padding: 0.9rem 3rem 1.4rem;
  padding-left: 5.5rem;
  border: solid #ca0000 2px;
  border-radius: 0.4rem;
  background: url(../img/bg_dot_pattern.jpg);
}
@media screen and (max-width: 750px) {
  .step_sh_box {
    margin-top: 1.7rem;
    margin-bottom: 2rem;
    border-radius: 0.4rem;
    padding: 0.4rem 1rem 0.5rem;
    padding-left: 2.8rem;
  }
}
.step_sh_box li {
  position: relative;
  list-style: none;
  padding: 0.3rem 0;
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 1rem;
  line-height: 2.1;
}
@media screen and (max-width: 1024px) {
  .step_sh_box li {
    line-height: 1.8;
  }
}
@media screen and (max-width: 750px) {
  .step_sh_box li {
    padding: 0.5rem 0 0.8rem;
    font-size: 1.1rem;
    line-height: 1.4;
  }
}
.step_sh_box li .link_txt {
  display: inline-block;
  font-weight: 700;
}
.step_sh_box li::before {
  position: absolute;
  content: "";
  width: 1.75rem;
  aspect-ratio: 1/1;
  background: url(../img/ico_check02.png) center center/contain no-repeat;
  transform: translate(-100%, 0);
  left: -0.8rem;
  top: 0.9rem;
}
@media screen and (max-width: 1024px) {
  .step_sh_box li::before {
    top: 0.4rem;
  }
}
@media screen and (max-width: 750px) {
  .step_sh_box li::before {
    width: 1.5rem;
    left: -0.4rem;
    top: 0.5rem;
  }
}
.faq_block {
  margin-top: 3.2rem;
}
@media screen and (max-width: 750px) {
  .faq_block {
    margin-top: 2.5rem;
  }
}
.faq_block p.box_lbl {
  width: 100%;
  border: solid #d8d8d8 1px;
  padding-left: 1rem;
  font-family: "游ゴシック体", "游ゴシック", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 2.7;
}
@media screen and (max-width: 750px) {
  .faq_block p.box_lbl {
    font-size: 1.05rem;
    line-height: 2.2;
  }
}
.faq_block .faq_grid {
  margin-top: 1.4rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1rem;
}
@media screen and (max-width: 1024px) {
  .faq_block .faq_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 750px) {
  .faq_block .faq_grid {
    margin-top: 1rem;
    row-gap: 1rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.faq_block .faq_grid .faq_sbox p {
  position: relative;
  padding: 0.9rem 0;
  padding-right: 3rem;
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.7;
  border-bottom: solid #cc0000 2px;
}
@media screen and (max-width: 750px) {
  .faq_block .faq_grid .faq_sbox p {
    padding: 0.4rem 0;
    padding-right: 6rem;
    font-size: 1.05rem;
  }
}
.faq_block .faq_grid .faq_sbox p::after {
  position: absolute;
  content: "";
  width: 1.1rem;
  height: 1.3rem;
  background: url(../img/ico_ar05.png) center center/contain no-repeat;
  right: 5px;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 750px) {
  .faq_block .faq_grid .faq_sbox p::after {
    width: 1rem;
    height: 1.4rem;
    right: 1rem;
  }
}
.faq_block .faq_grid .faq_sbox ul {
  margin-top: 0.9rem;
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .faq_block .faq_grid .faq_sbox ul {
    margin-top: 0.8rem;
  }
}
.faq_block .faq_grid .faq_sbox ul li {
  list-style-type: disc;
  list-style-position: inside;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 0.93rem;
  line-height: 1.7;
}
@media screen and (max-width: 750px) {
  .faq_block .faq_grid .faq_sbox ul li {
    font-size: 0.8rem;
  }
}

.contact_block {
  display: table;
  margin: 3.4rem auto 0;
  max-width: 55rem;
  width: 100%;
  padding: 1.5rem 3.3rem;
  border: solid #f2f2f2 4px;
}
@media screen and (max-width: 1024px) {
  .contact_block {
    margin-top: 5.5rem;
    padding: 2.8rem 2rem 4rem;
    max-width: unset;
  }
}
@media screen and (max-width: 750px) {
  .contact_block {
    margin-top: 3.4rem;
    padding: 1.4rem 0.9rem 2rem;
  }
}
.contact_block h5.lborder {
  line-height: 2;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .contact_block h5.lborder {
    line-height: 1.7;
  }
}
@media screen and (max-width: 750px) {
  .contact_block h5.lborder {
    padding-left: 0.5rem;
  }
}
.contact_block .contact_grid {
  position: relative;
  margin-top: 1.2rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .contact_block .contact_grid {
    margin-top: 2.5rem;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 750px) {
  .contact_block .contact_grid {
    margin-top: 1.2rem;
  }
}
.contact_block .contact_grid::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #e1e1e1;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
@media screen and (max-width: 750px) {
  .contact_block .contact_grid::after {
    content: unset;
  }
}
.contact_block .contact_grid .left,
.contact_block .contact_grid .right {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 48%;
}
@media screen and (max-width: 750px) {
  .contact_block .contact_grid .left,
.contact_block .contact_grid .right {
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .contact_block .contact_grid .left {
    padding-right: 0.5rem;
  }
}
@media screen and (max-width: 750px) {
  .contact_block .contact_grid .left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 1.9rem;
    border-bottom: solid #e1e1e1 1px;
  }
}
.contact_block .contact_grid .left p {
  font-family: "Noto Sans JP";
  font-weight: 400;
}
.contact_block .contact_grid .left p:first-of-type {
  font-size: 0.93rem;
  line-height: 1.466;
}
@media screen and (max-width: 750px) {
  .contact_block .contact_grid .left p:first-of-type {
    font-size: 0.8rem;
    line-height: 1.6;
  }
}
.contact_block .contact_grid .left p:last-of-type {
  font-size: 0.8rem;
  line-height: 2.2;
}
@media screen and (max-width: 750px) {
  .contact_block .contact_grid .left p:last-of-type {
    font-size: 0.7rem;
  }
}
.contact_block .contact_grid .left .tel_link {
  padding-left: 2.4rem;
  letter-spacing: 0.8px;
  background: url(../img/ico_tel.png) left center/auto no-repeat;
  font-family: "游ゴシック体", "游ゴシック", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #cc0000;
}
@media screen and (max-width: 750px) {
  .contact_block .contact_grid .left .tel_link {
    padding-left: 2rem;
    background: url(../img/ico_tel.png) left center/1.6rem no-repeat;
    font-size: 1.3rem;
  }
}
.contact_block .contact_grid .left ul {
  margin-top: 0;
}
.contact_block .contact_grid .left ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.contact_block .contact_grid .left ul li p:first-of-type {
  width: 6.5rem;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 0.93rem;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .contact_block .contact_grid .left ul li p:first-of-type {
    width: 5.7rem;
    font-size: 0.8rem;
  }
}
.contact_block .contact_grid .left ul li p:last-of-type {
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  .contact_block .contact_grid .left ul li p:last-of-type {
    line-height: 1.5;
  }
}
.contact_block .contact_grid .left ul li p:last-of-type .tel_slink {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 1.15rem;
}
@media screen and (max-width: 750px) {
  .contact_block .contact_grid .left ul li p:last-of-type .tel_slink {
    font-size: 1rem;
  }
}
.contact_block .contact_grid .left ul li p:last-of-type span {
  margin-left: 0.4rem;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 0.86rem;
}
@media screen and (max-width: 750px) {
  .contact_block .contact_grid .left ul li p:last-of-type span {
    margin-left: 0.3rem;
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 750px) {
  .contact_block .contact_grid .right {
    width: 100%;
    padding-left: 0;
    padding-top: 1.3rem;
  }
}
.contact_block .contact_grid .right p {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 0.93rem;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .contact_block .contact_grid .right p {
    font-size: 0.8rem;
    line-height: 1.6;
  }
  .contact_block .contact_grid .right p .tb_on {
    display: none !important;
  }
}

.link_txt {
  border-bottom: solid #cc0000 1px;
  color: #cc0000 !important;
  font-family: "Noto Sans JP";
  font-weight: 400;
}
.link_txt:hover {
  text-decoration: none;
}

.anchor_block {
  width: 100%;
  margin-top: 3rem;
  position: relative;
  border-bottom: solid #b5b5b5 1px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
}
@media screen and (max-width: 1024px) {
  .anchor_block {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .anchor_block {
    margin-top: 1.2rem;
    border-bottom: none;
  }
}
.anchor_block a {
  display: none;
  position: relative;
  background: #f2f2f2;
  padding: 0.6rem 0.7rem 1rem;
}
@media screen and (max-width: 750px) {
  .anchor_block a {
    display: block;
    padding: 0.5rem 0.3rem 0.2rem;
  }
}
.anchor_block a:hover {
  text-decoration: none;
}
.anchor_block a .stn {
  border-bottom: solid #cc0000 4px;
}
@media screen and (max-width: 750px) {
  .anchor_block a .stn {
    font-size: 0.5rem;
    line-height: 2;
    border-bottom: solid #cc0000 0.2rem;
  }
  .anchor_block a .stn span {
    font-size: 1rem;
  }
}
.anchor_block a .txt {
  display: flex;
  align-items: center;
  justify-content: center;
}
.anchor_block a .txt span {
  font-family: "游ゴシック体", "游ゴシック", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 0.93rem;
  line-height: 2;
  padding-right: 1.5rem;
  background: url(../img/ico_ar04.png) right center/1rem no-repeat;
}
.anchor_block a:nth-of-type(even) .stn {
  border-bottom: solid #ffb9b7 4px;
}
@media screen and (max-width: 750px) {
  .anchor_block a:nth-of-type(even) .stn {
    border-bottom: solid #ffb9b7 0.2rem;
  }
}
.anchor_block.pc_nav_on {
  visibility: hidden;
  opacity: 0;
  max-width: 1200px;
  display: grid;
  position: fixed;
  z-index: 9999;
  transform: translate(-50%, 0);
  left: 50%;
  top: 4rem;
  margin-top: 0;
  transition: all 0.6s;
  border: none;
}
.anchor_block.pc_nav_on.lang {
  top: 0rem;
}
.anchor_block.pc_nav_on.view {
  visibility: visible;
  opacity: 1;
}
.anchor_block.pc_nav_on a {
  padding: 0.6rem 0.7rem 0.2rem;
  display: block;
}
@media screen and (max-width: 750px) {
  .anchor_block.pc_nav_on {
    display: none;
  }
}/*# sourceMappingURL=beginnersguide.css.map */