:root {
  --adjustSize: calc(460 / 750);
  --cl_yellow: #ffff00;
  --cl_light_blue: #29abe2;
}

.mainWrap a:visited {
  color: #000 !important;
}

.common-header.m_fixed {
  position: relative !important;
}

header, .header_sp_nav_list, .sp_nav_menu, .gnav_wrap, .nav_contents {
  font-family: YakuHanJP_Noto, 'Noto Sans JP', sans-serif !important;
}

main {
  /* font-family: "游明朝","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif; */
  font-family: "Noto Sans JP", serif;
}

.mainWrap {
  background-color: var(--cl_yellow);
  display: flex;
  position: relative;
  overflow: hidden auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  /* max-width: 1920px; */
  height: calc(100vh - 125.2px);
  margin: 0 auto;
}

.bg_main_left {
  display: flex;
  justify-content: flex-end;
  width: 54.5%;
  position: sticky;
  top: 0;
  height: 100%;
}

.bg_main_right {
  width: calc(100% - 460px - 54.5%);
  position: sticky;
  top: 0;
  height: 100%;
}

.bg_main_left,
.bg_main_right {
  z-index: 999;
}

.bg_main_left img,
.bg_main_right img {
  height: 1078px;
  width: auto;
}

.main {
  /* background-color: #fff; */
  background-color: var(--cl_yellow);
  font-feature-settings: 'palt';
  margin: 0 auto;
  /* overflow-x: hidden; */
  max-width: 460px;
  position: relative;
  /* height: 100%; */
  height: max-content;
  width: 100%;
}

.fixed_btn {
  display: block;
  position: absolute;
  top: 394px;
  right: 58px;
  width: calc(132.61333px * .88);
  z-index: 2;
}

.fixed_btn.is_active {
  position: sticky;
  top: unset;
  right: 50px;
  bottom: 1%;
  left: unset;
  margin: 0 2% 0 auto;
}

.main > section {
  /* overflow-x: hidden; */
}

.mv_inner {
  position: relative;
}

.mv_title {
  position: absolute;
  bottom: 20%;
  right: 10%;
  width: 54%;
}

.entry {
  background-color: var(--cl_yellow);
  padding: 46px 0 70px;
  position: relative;
  margin: -1px 0 0;
}

.entry::after {
  background-image: url("../img/entry_icon02.png");
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  right: 30px;
  bottom: 10px;
  height: 33.936px;
  width: 126.5866666666667px;
}

.entry_title {
  color: #000;
  font-size: calc(37px * var(--adjustSize));
  font-weight: bold;
  line-height: 1.6em;
  padding: 0 0 18px;
  position: relative;
  text-align: center;
}

.entry_title::before {
  background-image: url("../img/entry_icon01.png");
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: -2px;
  right: 36px;
  width: 43.632px;
  height: 68.41066666666667px;
}

.entry_text {
  color: #000;
  font-size: calc(24px * var(--adjustSize));
  font-weight: 500;
  line-height: 1.6em;
  padding: 0 0 18px;
  text-align: center;
}

.entry_head {
  box-sizing: border-box;
  margin: 0 auto 8px;
  transform: translateX(16px);
  width: 42.5%;
}

.entry_links {
  margin: 0 auto;
  position: relative;
  width: 92%;
}

.entry_links::after {
  background-image: url("../img/entry_img.png");
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: -44px;
  right: -107px;
  height: 492.629333px;
  width: 325.573333px;
  z-index: 1;
}

.entry_links li:not(:last-of-type) {
  margin: 0 0 20px;
}

.entry_link {
  font-size: calc(28px * var(--adjustSize));
  font-weight: 500;
  line-height: 1.6em;
  position: relative;
  z-index: 2;
}

.entry_link a,
.entry_link button {
  color: #000 !important;
  display: flex;
  flex-direction: column;
  padding: 0 0 0 32px;
  position: relative;
  opacity: 1;
  transition: .2s;
  text-align: left;
  width: 62%;
}

.entry_link a:hover,
.entry_link button:hover {
  opacity: .7;
}

.entry_link a::before,
.entry_link button::before {
  background-image: url("../img/entry_link.png");
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  height: 25.856px;
  width: 25.31733333333333px;
}

.entry_link a:after,
.entry_link button:after {
  background-image: url("../img/entry_arrow.png");
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 25.856px;
  width: 25.31733333333333px;
}

.entry_link .entry_link_number {
  color: var(--cl_light_blue);
  font-size: 1.3em;
  font-weight: bold;
}

.entry_link .entry_link_text {
  border-bottom: 1px solid #000;
  padding: 0 0 4px;
}

.step {
  background-color: var(--cl_yellow);
  position: relative;
}

.container {
  margin: 0 auto;
  width: 92%;
}

.step_items > div:not(:last-of-type) {
  margin: 0 0 100px;
}

#step1, #step2, #step3, #step4, #step5 {
  margin: 0 0 100px;
}

.step_item {
  position: relative;
}

.step01::before {
  background-image: url("../img/step_icon01.png");
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: -20px;
  left: 12px;
  height: 53.328px;
  width: 84.03200000000001px;
  z-index: 2;
}

.step_item_inner {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 40px;
  position: relative;
}

.step_item_title {
  background-image: url("../img/step_balloon.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  color: #000;
  font-size: calc(38px * var(--adjustSize));
  font-weight: bold;
  line-height: 1.6em;
  padding: 8px 0 24px;
  position: absolute;
  top: -25px;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  width: 36%;
}

.step_item_head {
  color: #000;
  font-size: calc(38px * var(--adjustSize));
  font-weight: bold;
  line-height: 1.6em;
  margin: 0 0 24px;
  position: relative;
  text-align: center;
}

.step_item_head::after {
  background-image: url("../img/step_underbar.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  content: "";
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  margin: 0 auto;
  height: 11.328px;
  width: 112.728px;
}

.step_item_text {
  color: #000;
  font-size: calc(28px * var(--adjustSize));
  font-weight: 500;
  line-height: 1.6em;
  margin: 0 0 30px;
  text-align: center;
}

.step_item_lists > div:not(:last-of-type) {
  margin: 0 0 50px;
}

.step_item_list_title {
  color: var(--cl_light_blue);
  font-size: calc(34px * var(--adjustSize));
  font-weight: bold;
  line-height: 1.6em;
  margin: 0 0 10px;
  position: relative;
  text-align: left;
}

.step_item_list_title.list_title::before {
  background-color: #91d4f0;
  border-radius: 50px;
  border: 2px solid #000;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(46px * var(--adjustSize));
  font-weight: 500;
  position: absolute;
  top: -2px;
  left: -52px;
  bottom: 0;
  margin: auto;
  padding: 0 0 4px;
  height: 47.09333px;
  width: 47.09333px;
}

.step_item_list_title.list01::before {
  content: "1";
}

.step_item_list_title.list02::before {
  content: "2";
}

.step_item_list_title.list03::before {
  content: "3";
}

.step_item_list_title.list04::before {
  content: "4";
}

.step_item_list_title.list05::before {
  content: "5";
}

.step_item_list_title span {
  font-size: .8em;
}

.step_item_list_text {
  color: #000;
  font-size: calc(28px * var(--adjustSize));
  font-weight: 500;
  line-height: 1.6em;
  margin: 0 0 14px;
  text-align: justify;
  word-break: break-all;
}

.step_item_list_text span {
  font-size: .82em;
  line-height: 1em;
}

.step_item_list_img {
  margin: 0 0 30px;
}

.step_item_list_img.mt_adjust01 {
  margin: -20px 0 0;
}

.step_item_list_buttons {
  display: flex;
  justify-content: space-between;
}

.step_item_list_buttons > li:nth-of-type(1) {
  width: 44%;
}

.step_item_list_buttons > li:nth-of-type(2) {
  width: 52%;
}

.step_item_list_btn {
  opacity: 1;
  transition: .2s;
}

.step_item_list_btn a:hover {
  opacity: .7;
}

.step_item_card {
  background-color: #daf1fa;
  border-radius: 10px;
  padding: 16px 18px;
}

.step_item_card_title {
  color: #000;
  font-size: calc(32px * var(--adjustSize));
  font-weight: bold;
  line-height: 1.6em;
  margin: 0 0 12px;
  text-align: justify;
  word-break: break-all;
}

.step_item_card_title span {
  font-size: .8em;
  vertical-align: bottom;
}

.step_item_card_head {
  color: #000;
  font-size: calc(32px * var(--adjustSize));
  font-weight: bold;
  line-height: 1.6em;
  margin: 0 0 12px;
  text-align: justify;
  word-break: break-all;
}

.step_item_card_lists > li:not(:last-of-type) {
  margin: 0 0 12px;
}

.step_item_card_lists > li {
  position: relative;
}

.step_item_card_lists > li::after {
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 33.39733333333334px;
  width: 50.63466666666667px;
}

.step_item_card_lists > li:nth-of-type(1)::after {
  background-image: url("../img/step01_icon01.png");
}

.step_item_card_lists > li:nth-of-type(2)::after {
  background-image: url("../img/step01_icon02.png");
}

.step_item_card_list {
  color: #000;
  font-size: calc(24px * var(--adjustSize));
  font-weight: 500;
  line-height: 1.6em;
}

.step02::before {
  background-image: url("../img/step_icon02.png");
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: -40px;
  right: 30px;
  height: 61.328px;
  width: 84.03200000000001px;
  z-index: 2;
}

.step_item.step02 .step_item_inner::before {
  background-image: url("../img/step02_icon01.png");
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  bottom: 500px;
  left: -45px;
  height: 63px;
  width: 93.72800000000001px;
}

.step_item.step02 .step_item_inner::after,
.step_item.step05 .step_item_inner::after {
  background-image: url("../img/step02_icon02.png");
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  bottom: -42px;
  right: -20px;
  height: 138px;
  width: 77.02933333333334px;
  z-index: 2;
}

.step_next {
  padding: 20px 0 0;
  transform: translateX(-5%);
  width: 112%;
}

.step_next_title {
  color: #000;
  font-size: calc(38px * var(--adjustSize));
  font-weight: bold;
  line-height: 1.6em;
  margin: 0 0 24px;
  position: relative;
  text-align: center;
}

.step_next_title::after {
  background-image: url("../img/step_underbar.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  content: "";
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  margin: 0 auto;
  height: 11.328px;
  width: 112.728px;
}

.step_next_items > div:not(:last-of-type) {
  margin: 0 0 30px;
}

.step_next_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.step_next_item_img {
  width: 48%;
}

.step_next_item_text {
  color: #000;
  font-size: calc(28px * var(--adjustSize));
  font-weight: 500;
  line-height: 1.6em;
  margin: 0 0 14px;
  text-align: justify;
  word-break: break-all;
  width: 48%;
}

.step03::before {
  background-image: url("../img/step03_icon01.png");
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: -32px;
  right: 30px;
  height: 70.328px;
  width: 43.632px;
  z-index: 2;
}

.step_item.step03 .step_item_inner::before {
  background-image: url("../img/step03_icon02.png");
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 150px;
  left: -29px;
  height: 34px;
  width: 109.888px;
}

.step_guides {
  margin: 0 0 60px;
}

.step_guides > div:not(:last-of-type) {
  margin: 0 0 30px;
}

.step_guide_title {
  color: #000;
  font-size: calc(34px * var(--adjustSize));
  font-weight: bold;
  line-height: 1.6em;
  margin: 0 0 10px;
}

.step_guide_img {
  margin: 0 0 14px;
}

.step_guide_list_head {
  margin: 0 0 10px;
  width: 36%;
}

.step_guide_list_text {
  color: #000;
  font-size: calc(28px * var(--adjustSize));
  font-weight: 500;
  line-height: 1.6em;
  margin: 0 0 20px;
  text-align: justify;
  word-break: break-all;
}

.step_guide_list_text span {
  color: #91d4f0;
}

.step_guide_list_text span.beginner_icon {
  display: inline-block;
  margin: 0 1% 0 0;
  width: 5%;
}

.step_guide_list_text a {
  color: var(--cl_light_blue) !important;
  text-decoration: underline !important;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px !important;
}

.step_guide_btn {
  background-color: var(--cl_light_blue);
  border-radius: 8px;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(24px * var(--adjustSize));
  font-weight: 500;
  line-height: 1.4em;
  margin: 0 auto;
  position: relative;
  text-align: center;
  transition: .3s;
  opacity: 1;
  height: 60px;
  width: 80%;
}

.step_guide_btn:visited {
  color: #fff !important;
}

.step_guide_btn:hover {
  opacity: .7;
}

.step_guide_btn::after {
  background-image: url("../img/step03_arrow01.png");
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 0;
  right: -8px;
  bottom: 0;
  margin: auto;
  transition: .3s;
  height: 25.856px;
  width: 25.31733333333333px;
}

.step_guide_btn.icon_black::after {
  background-image: url("../img/step03_arrow02.png");
}

.step_guide_btn:hover::after {
  right: -12px;
}

.step_introduce_title {
  color: #000;
  font-size: calc(37px * var(--adjustSize));
  font-weight: bold;
  line-height: 1.6em;
  margin: 0 0 30px;
  text-align: center;
}

.step_introduce_caption {
  margin: 4% 0 0;
  width: 120%;
}

.step_introduce_caption p {
  color: #000;
  font-size: 14px;
  padding: 0 2%;
  transform: translateX(-9.3%);
  text-align: left;
}

.step_introduce_lists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  transform: translateX(-9.3%);
  width: 123.4%;
}

.step_introduce_list {
  display: flex;
  flex-direction: column;
  width: 48%;
}

.step_introduce_lists > li:not(:last-of-type) {
  margin: 0 0 20px;
}

.step_introduce_lists > li:nth-last-of-type(2) {
  margin: 0;
}

.step_introduce_list_title {
  background-color: var(--cl_light_blue);
  border-radius: 0 6px 0 0;
  color: #fff;
  font-size: calc(26px * var(--adjustSize));
  font-weight: bold;
  letter-spacing: -.2px;
  line-height: 1.6em;
  padding: 8px 0;
  text-align: center;
}

.step_introduce_lists > li:nth-of-type(2n) .step_introduce_list_title {
  border-radius: 6px 0 0 0;
}

.step_introduce_list_text {
  background-color: #e2f4fb;
  border-radius: 0 0 6px 0;
  color: #000;
  font-size: calc(22px * var(--adjustSize));
  font-weight: 400;
  line-height: 1.6em;
  padding: 16px;
  text-align: justify;
  flex-grow: 1;
}

.step_introduce_lists > li:nth-of-type(2n) .step_introduce_list_text {
  border-radius: 0 0 0 6px;
}

.step_item.step04 .step_item_inner {
  padding: 50px 10px;
}

.step_tabs_lists {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.step_tabs_lists > li {
  margin: 0 0 10px;
}

.step_tabs_list {
  background-color: #91d4f0;
  border-radius: 6px;
  color: #000;
  cursor: pointer;
  font-size: calc(28px * var(--adjustSize));
  font-weight: bold;
  line-height: 1.6em;
  padding: 16px 0;
  text-align: center;
  transition: .2s;
  opacity: 1;
  width: 48.6%;
}

.step_tabs_list.is_active {
  background-color: var(--cl_light_blue);
  color: #fff;
}

.step_tabs_panels > div:not(:last-of-type) {
  margin: 0 0 4%;
}

.step_tabs_panel {
  border: 2px solid #91d4f0;
  border-radius: 6px;
  /* display: none; */
  display: block;
  padding: 16px;
}

.step_tabs_panel.is_active {
  display: block;
}

.step_tabs_panel_head {
  border-bottom: 1px solid #000;
  color: #000;
  font-size: calc(28px * var(--adjustSize));
  font-weight: 500;
  line-height: 1.6em;
  margin: 0 0 10px;
  padding: 0 0 20px;
  text-align: center;
}

.step_tabs_panel_text {
  color: #000;
  font-size: calc(28px * var(--adjustSize));
  font-weight: 500;
  line-height: 1.6em;
  text-align: justify;
  word-break: break-all;
}

.step04::before {
  background-image: url("../img/step04_icon01.png");
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: -34px;
  right: 6px;
  height: 61.632px;
  width: 87.80266666666667px;
  z-index: 2;
}

.faq {
  background-color: var(--cl_yellow);
  padding: 0 0 70px;
  position: relative;
}

.faq_item {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 14px;
  position: relative;
}

.faq_item_title {
  color: #000;
  font-size: calc(38px * var(--adjustSize));
  font-weight: bold;
  line-height: 1.6em;
  margin: 0 0 24px;
  position: relative;
  text-align: center;
}

.faq_item_title::after {
  background-image: url("../img/step_underbar.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  content: "";
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  margin: 0 auto;
  height: 11.328px;
  width: 112.728px;
}

.faq_item_text {
  color: #000;
  font-size: calc(28px * var(--adjustSize));
  font-weight: 500;
  line-height: 1.6em;
  margin: 0 0 30px;
  text-align: center;
}

.faq_list {
  cursor: pointer;
}

.faq_list_q {
  box-sizing: border-box;
  color: #000;
  display: block;
  font-size: calc(26px * var(--adjustSize));
  font-weight: 500;
  line-height: 1.6em;
  padding: 0 0 0 43px;
  position: relative;
  text-align: left;
  width: 100%;
}

.faq_list_q::before {
  background-image: url("../img/faq_q.png");
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  margin: auto;
  height: 32.856px;
  width: 34.47466666px;
}

.faq_list_q span {
  background-color: #91d4f0;
  border-radius: 6px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 30.165px;
  width: 30.165px;
  z-index: 2;
}

.faq_list_q span::before {
  border-top: 2px solid #000;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(90deg);
  transition: .3s;
  width: 14px;
  height: 2px;
}

.faq_list.is_active .faq_list_q span::before {
  transform: rotate(0);
}

.faq_list_q span::after {
  border-top: 2px solid #000;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 14px;
  height: 2px;
}



.faq_list {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px 0;
  margin: -1px 0 0;
}

.faq_list_a {
  display: block;
  transition: all 0.5s ease 0s;
  overflow: hidden;
  height: 0;
}

.faq_list_a_text::before {
  background-image: url("../img/faq_a.png");
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  margin: auto;
  height: 32.856px;
  width: 34.47466666px;
}

.faq_list_a_text {
  box-sizing: border-box;
  color: #000;
  display: block;
  font-size: calc(26px * var(--adjustSize));
  font-weight: 500;
  line-height: 1.6em;
  margin: 20px 0 0;
  padding: 0 43px;
  position: relative;
  text-align: justify;
  word-break: break-all;
  width: 100%;
}

.storeListsWrap {
  font-family: YakuHanJP_Noto, 'Noto Sans JP', sans-serif;
}

.step_caption {
  color: #000;
  font-size: calc(22px * var(--adjustSize));
  font-weight: 400;
  line-height: 1.6em;
  padding: 10px 0 0;
  text-align: justify;
}

.faq_caption {
  color: #000;
  font-size: calc(22px * var(--adjustSize));
  font-weight: 400;
  line-height: 1.6em;
  padding: 10px 0 0;
  text-align: justify;
}

.faq_caption a {
  color: var(--cl_light_blue) !important;
  text-decoration: underline !important;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px !important;
}

.scrollIn {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
}

.scrollInUp {
  transform: translateY(50px);
}

.scrollInUp.fadeInUp {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.scrollInRight {
  transform: translateX(50px);
}

.scrollInRight.fadeInRight {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}

.scrollInLeft {
  transform: translateX(-50px);
}

.scrollInLeft.fadeInLeft {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}

.scrollUp.fadeUp {
  opacity: 1;
  visibility: visible;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

.fadeInRight {
  animation-name: fadeInRight;
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

.fadeUp {
  animation-name: fadeUp;
}

.searchList_filterData input {
  margin: 0;
}

.searchList_itemNew {
  background-color: #895C87;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  padding: .6% 0;
  margin: 0 0 2%;
}

.tab_bg {
  display: none;
}

.common-footer {
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 1250px) {
  .bg_main_left,
  .bg_main_right {
    display: none;
  }

  .tab_bg {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 100%;
    width: 100%;
  }
  
  .tab_bg_item {
    background-image: url('../img/img_main_tab.jpg');
    background-size: cover;
    background-position: center;
    height: 100%;
    transition: 0.4s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }

  .mainWrap {
    height: auto;
  }
  
  .fixed_btn.is_active {
    position: fixed;
    top: unset;
    right: calc(calc(calc(100vw - 460px) / 2) + 2%);
    bottom: 1%;
    left: unset;
    margin: 0 auto;
    width: 132.61333px;
  }
}

@media screen and (max-width: 768px) {
  .searchList_itemNew {
    font-size: 3.733vw;
  }
  
  .fixed_btn.is_active {
    bottom: 13%;
    width: 28.828985vw;
  }
}

@media screen and (max-width: 460px) {
  .main {
    max-width: 100%;
    margin: 85px 0 0;
  }

  .tab_bg {
    display: none !important;
  }

  .fixed_btn {
    top: 85.652174vw;
    right: 12.608696vw;
    width: calc(28.828985vw * .88);
  }
  
  .fixed_btn.is_active {
    right: 2.869565vw;
  }
  
  .entry {
    padding: 10vw 0 15.217391vw;
    margin: -0.217391vw 0 0;
  }
  
  .entry::after {
    right: 6.521739vw;
    bottom: 2.173913vw;
    height: 7.377391vw;
    width: 27.518841vw;
  }
  
  .entry_title {
    font-size: calc(8.043478vw * var(--adjustSize));
    padding: 0 0 3.913043vw;
  }
  
  .entry_title::before {
    top: -0.434783vw;
    right: 7.826087vw;
    width: 9.485217vw;
    height: 14.871884vw;
  }
  
  .entry_text {
    font-size: calc(5.217391vw * var(--adjustSize));
    padding: 0 0 3.913043vw;
  }
  
  .entry_head {
    margin: 0 auto 1.73913vw;
    transform: translateX(3.478261vw);
  }
  
  .entry_links::after {
    top: -9.565217vw;
    right: -23.26087vw;
    height: 107.093333vw;
    width: 70.776812vw;
  }
  
  .entry_links li:not(:last-of-type) {
    margin: 0 0 4.347826vw;
  }
  
  .entry_link {
    font-size: calc(6.086957vw * var(--adjustSize));
  }
  
  .entry_link a,
  .entry_link button {
    padding: 0 0 0 6.956522vw;
  }
  
  .entry_link a::before,
  .entry_link button::before {
    top: 0.434783vw;
    height: 5.62087vw;
    width: 5.503768vw;
  }
  
  .entry_link a:after,
  .entry_link button:after {
    height: 5.62087vw;
    width: 5.503768vw;
  }
  
  .entry_link .entry_link_text {
    border-bottom: 0.217391vw solid #000;
    padding: 0 0 0.869565vw;
  }
  
  .step_items > div:not(:last-of-type) {
    margin: 0 0 21.73913vw;
  }

  #step1, #step2, #step3, #step4, #step5 {
    margin: 0 0 21.73913vw;
  }
  
  .step01::before {
    top: -4.347826vw;
    left: 2.608696vw;
    height: 11.593043vw;
    width: 18.267826vw;
  }
  
  .step_item_inner {
    border-radius: 2.173913vw;
    padding: 10.869565vw 8.695652vw;
  }
  
  .step_item_title {
    font-size: calc(8.26087vw * var(--adjustSize));
    padding: 1.73913vw 0 5.217391vw;
    top: -5.434783vw;
  }
  
  .step_item_head {
    font-size: calc(8.26087vw * var(--adjustSize));
    margin: 0 0 5.217391vw;
  }
  
  .step_item_head::after {
    bottom: -2.608696vw;
    height: 2.462609vw;
    width: 24.506087vw;
  }
  
  .step_item_text {
    font-size: calc(6.086957vw * var(--adjustSize));
    margin: 0 0 6.521739vw;
  }
  
  .step_item_lists > div:not(:last-of-type) {
    margin: 0 0 10.869565vw;
  }
  
  .step_item_list_title {
    font-size: calc(7.391304vw * var(--adjustSize));
    margin: 0 0 2.173913vw;
  }
  
  .step_item_list_title.list_title::before {
    border-radius: 10.869565vw;
    border: 0.434783vw solid #000;
    font-size: calc(10vw * var(--adjustSize));
    top: -0.434783vw;
    left: -11.304348vw;
    padding: 0 0 0.869565vw;
    height: 10.23768vw;
    width: 10.23768vw;
  }
  
  .step_item_list_text {
    font-size: calc(6.086957vw * var(--adjustSize));
    margin: 0 0 3.043478vw;
  }
  
  .step_item_list_img {
    margin: 0 0 6.521739vw;
  }
  
  .step_item_list_img.mt_adjust01 {
    margin: -4.347826vw 0 0;
  }
  
  .step_item_card {
    border-radius: 2.173913vw;
    padding: 3.478261vw 3.913043vw;
  }
  
  .step_item_card_title {
    font-size: calc(6.956522vw * var(--adjustSize));
    margin: 0 0 2.608696vw;
  }
  
  .step_item_card_head {
    font-size: calc(6.956522vw * var(--adjustSize));
    margin: 0 0 2.608696vw;
  }
  
  .step_item_card_lists > li:not(:last-of-type) {
    margin: 0 0 2.608696vw;
  }
  
  .step_item_card_lists > li::after {
    height: 7.26029vw;
    width: 11.007536vw;
  }
  
  .step_item_card_list {
    font-size: calc(5.217391vw * var(--adjustSize));
  }
  
  .step02::before {
    top: -8.695652vw;
    right: 6.521739vw;
    height: 13.332174vw;
    width: 18.267826vw;
  }
  
  .step_item.step02 .step_item_inner::before {
    bottom: 108.695652vw;
    left: -9.782609vw;
    height: 13.695652vw;
    width: 20.375652vw;
  }
  
  .step_item.step02 .step_item_inner::after,
  .step_item.step05 .step_item_inner::after {
    bottom: -9.130435vw;
    right: -4.347826vw;
    height: 30vw;
    width: 16.745507vw;
  }
  
  .step_next {
    padding: 4.347826vw 0 0;
  }
  
  .step_next_title {
    font-size: calc(8.26087vw * var(--adjustSize));
    margin: 0 0 5.217391vw;
  }
  
  .step_next_title::after {
    bottom: -2.608696vw;
    height: 2.462609vw;
    width: 24.506087vw;
  }
  
  .step_next_items > div:not(:last-of-type) {
    margin: 0 0 6.521739vw;
  }
  
  .step_next_item_text {
    font-size: calc(6.086957vw * var(--adjustSize));
    margin: 0 0 3.043478vw;
  }
  
  .step03::before {
    top: -6.956522vw;
    right: 6.521739vw;
    height: 15.288696vw;
    width: 9.485217vw;
  }
  
  .step_item.step03 .step_item_inner::before {
    top: 32.608696vw;
    left: -6.304348vw;
    height: 7.391304vw;
    width: 23.888696vw;
  }
  
  .step_guides {
    margin: 0 0 13.043478vw;
  }
  
  .step_guides > div:not(:last-of-type) {
    margin: 0 0 6.521739vw;
  }
  
  .step_guide_title {
    font-size: calc(7.391304vw * var(--adjustSize));
    margin: 0 0 2.173913vw;
  }
  
  .step_guide_img {
    margin: 0 0 3.043478vw;
  }
  
  .step_guide_list_head {
    margin: 0 0 2.173913vw;
  }
  
  .step_guide_list_text {
    font-size: calc(6.086957vw * var(--adjustSize));
    margin: 0 0 4.347826vw;
  }
  
  .step_guide_btn {
    border-radius: 1.73913vw;
    font-size: calc(5.217391vw * var(--adjustSize));
    height: 13.043478vw;
  }
  
  .step_guide_btn::after {
    right: -1.73913vw;
    height: 5.62087vw;
    width: 5.503768vw;
  }
  
  .step_guide_btn:hover::after {
    right: -2.608696vw;
  }
  
  .step_introduce_title {
    font-size: calc(8.043478vw * var(--adjustSize));
    margin: 0 0 6.521739vw;
  }

  .step_introduce_caption p {
    font-size: 3.043478vw;
  }
  
  .step_introduce_lists > li:not(:last-of-type) {
    margin: 0 0 4.347826vw;
  }
  
  .step_introduce_list_title {
    border-radius: 0 1.304348vw 0 0;
    font-size: calc(5.652174vw * var(--adjustSize));
    padding: 1.73913vw 0;
  }
  
  .step_introduce_lists > li:nth-of-type(2n) .step_introduce_list_title {
    border-radius: 1.304348vw 0 0 0;
  }
  
  .step_introduce_list_text {
    border-radius: 0 0 1.304348vw 0;
    font-size: calc(4.782609vw * var(--adjustSize));
    padding: 3.478261vw;
  }
  
  .step_introduce_lists > li:nth-of-type(2n) .step_introduce_list_text {
    border-radius: 0 0 0 1.304348vw;
  }
  
  .step_item.step04 .step_item_inner {
    padding: 10.869565vw 2.173913vw;
  }
  
  .step_tabs_lists > li {
    margin: 0 0 2.173913vw;
  }
  
  .step_tabs_list {
    border-radius: 1.304348vw;
    font-size: calc(6.086957vw * var(--adjustSize));
    padding: 3.478261vw 0;
  }
  
  .step_tabs_panel {
    border: 0.434783vw solid #91d4f0;
    border-radius: 1.304348vw;
    padding: 3.478261vw;
  }
  
  .step_tabs_panel_head {
    border-bottom: 0.217391vw solid #000;
    font-size: calc(6.086957vw * var(--adjustSize));
    margin: 0 0 2.173913vw;
    padding: 0 0 4.347826vw;
  }
  
  .step_tabs_panel_text {
    font-size: calc(6.086957vw * var(--adjustSize));
  }
  
  .step04::before {
    top: -7.391304vw;
    right: 1.304348vw;
    height: 13.398261vw;
    width: 19.087536vw;
  }
  
  .faq {
    padding: 0 0 15.217391vw;
  }
  
  .faq_item {
    border-radius: 2.173913vw;
    padding: 10.869565vw 3.043478vw;
  }
  
  .faq_item_title {
    font-size: calc(8.26087vw * var(--adjustSize));
    margin: 0 0 5.217391vw;
  }
  
  .faq_item_title::after {
    bottom: -2.608696vw;
    height: 2.462609vw;
    width: 24.506087vw;
  }
  
  .faq_item_text {
    font-size: calc(6.086957vw * var(--adjustSize));
    margin: 0 0 6.521739vw;
  }
  
  .faq_list_q {
    font-size: calc(5.652174vw * var(--adjustSize));
    padding: 0 0 0 9.347826vw;
  }
  
  .faq_list_q::before {
    top: -0.869565vw;
    height: 7.142609vw;
    width: 7.494493vw;
  }
  
  .faq_list_q span {
    border-radius: 1.304348vw;
    height: 6.557609vw;
    width: 6.557609vw;
  }
  
  .faq_list_q span::before {
    border-top: 0.434783vw solid #000;
    width: 3.043478vw;
    height: 0.434783vw;
  }
  
  .faq_list_q span::after {
    border-top: 0.434783vw solid #000;
    width: 3.043478vw;
    height: 0.434783vw;
  }
  
  .faq_list {
    padding: 4.347826vw 0;
  }
  
  .faq_list_a_text::before {
    top: -0.869565vw;
    height: 7.142609vw;
    width: 7.494493vw;
  }
  
  .faq_list_a_text {
    font-size: calc(5.652174vw * var(--adjustSize));
    margin: 4.347826vw 0 0;
    padding: 0 9.347826vw;
  }

  .step_caption {
    font-size: calc(4.782609vw * var(--adjustSize));
    padding: 2.173913vw 0 0;
  }

  .faq_caption {
    font-size: calc(4.782609vw * var(--adjustSize));
    padding: 2.173913vw 0 0;
  }

  #step6 {
    padding: 0 0 5%;
  }

  .scrollInUp {
    transform: translateY(10.87vw);
  }

  .scrollInUp.fadeInUp {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }

  .scrollInRight {
    transform: translateX(10.87vw);
  }

  .scrollInRight.fadeInRight {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
  }

  .scrollInLeft {
    transform: translateX(-10.87vw);
  }

  .scrollInLeft.fadeInLeft {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
  }

  .scrollUp.fadeUp {
    opacity: 1;
    visibility: visible;
  }

  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(2.174vw);
    }

    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes fadeInRight {
    0% {
      opacity: 0;
      transform: translateX(2.174vw);
    }

    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }

  @keyframes fadeInLeft {
    0% {
      opacity: 0;
      transform: translateX(-2.174vw);
    }

    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
}
