@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Meiryo, sans-serif;
  font-weight: 400;
}

html {
  color: #222222;
  background: #FFFFFF;
  font-size: 16px;
  line-height: 1.5;
  overflow-wrap: break-word;
}

body {
  background: #FFFFFF;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

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

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  position: fixed;
  width: 100%;
  top: 16px;
  left: 0;
  z-index: 999;
  padding-inline: 48px;
}
.c-header .inner-block {
  background: #F6F6F6;
  max-width: 1824px;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px clamp(20px, 2.7777777778vw, 40px) 16px clamp(20px, 2.2222222222vw, 32px);
}
.c-header .logo {
  display: block;
  max-width: 160px;
}
.c-header .anchor-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(16px, 2.2222222222vw, 32px);
}
.c-header .anchor-list > li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-weight: bold;
}
.c-header .nav-btn {
  display: block;
  width: 48px;
  height: 38px;
}
.c-header .nav-btn .box {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.c-header .nav-btn .box .line {
  position: absolute;
  width: 100%;
  height: 5px;
  border-radius: 100px;
  background: #009682;
  left: 0;
  margin: auto;
}
.c-header .nav-btn .box .line:first-child {
  top: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-header .nav-btn .box .line:nth-child(2) {
  top: 0;
  bottom: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-header .nav-btn .box .line:last-child {
  bottom: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-header .nav-btn.is-open .box .line:first-child {
  top: 50%;
  rotate: 45deg;
}
.c-header .nav-btn.is-open .box .line:nth-child(2) {
  rotate: 45deg;
  top: 15%;
}
.c-header .nav-btn.is-open .box .line:last-child {
  rotate: -45deg;
  bottom: 40%;
}

.c-footer {
  background: #F6F6F6;
  padding-block: 40px 100px;
  text-align: center;
}
.c-footer .txt {
  font-size: 14px;
  font-weight: 500;
}
.c-footer .copyright {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 500;
}

.l-flow {
  padding: 99px 0 108px;
  background-color: #eff2f7;
}
.l-flow__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-weight: 700;
}

.l-flow__headingLine1 {
  padding-right: 0.05em;
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
.u-textLarge {
  font-size: 160%;
}

.l-flow__headingLine1 .u-textSmall,
.l-flow__headingLine1 .u-textLarge {
  letter-spacing: 0.025em;
}

.l-flow__headingLine1 .u-textLarge {
  position: relative;
  bottom: -2px;
}
.l-flow__headingLine2 {
  margin-top: 13px;
  padding-right: 0.06em;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.025em;
}
.l-flow__contents {
  margin-top: 71px;
}
.p-flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.p-flow__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: 384px;
}
.p-flow__item:nth-child(n+2)::before {
  opacity: 0.6;
  position: absolute;
  top: 138px;
  left: -10px;
  display: block;
  content: "";
  width: 28px;
  height: 48px;
  background: url("/event/stock-04/images/home/ico_flow.svg") no-repeat 0 0/contain;
}
.p-flow__icon {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: -18px;
  display: inline-block;
  width: 110px;
  padding: 12px 10px 11px;
  color: #fff;
  border-radius: 20px;
  font-weight: 700;
  font-family: "Geist", sans-serif;
  font-size: 1.0625rem;
  line-height: 1;
  background-color: #009682;
  text-transform: uppercase;
  text-align: center;
}
.p-flow__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 326px;
  height: 326px;
  border-radius: 50%;
  background-color: #fff;
}
.p-flow__imageObject1 {
  width: 123px;
  margin: 82px 0 0 100px;
}
.p-flow__imageObject2 {
  width: 123px;
  margin: 81px 0 0 102px;
}
.p-flow__imageObject3 {
  width: 123px;
  margin: 50px 0 0 100px;
}
.p-flow__text {
  margin-top: 19px;
  padding-right: 0.05em;
  font-size: 1.375rem;
  line-height: 1.3636363636;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.025em;
}
.p-flow__footnotes {
  margin: 36px 20px 0;
  padding-right: 0.05em;
  font-size: 0.75rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
.p-flow__footnote {
  position: relative;
  text-align: center;
}
.p-flow__footnote::before {
  display: inline;
  content: "※";
}
.p-flow__footnoteLink {
  color: #222;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}
.l-security {
  overflow: hidden;
  position: relative;
  padding: 129px 20px 108px;
  z-index: 0;
  background-color: #d1f5e3;
}
.l-security__heading {
  padding-right: 3px;
}
.l-security__heading .u-textSmall {
  letter-spacing: 0.025em;
}
.p-security {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  max-width: 1100px;
  width: 100%;
  margin: 34px auto 0;
}
.p-security__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  max-width: 350px;
  width: 100%;
  padding: 5% 3.3636363636% 6.5454545455% 3.7272727273%;
  border-radius: 12px;
  background-color: #fff;
}
.p-security__item + .p-security__item {
  margin-left: 10px;
}
.p-security__heading {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  -webkit-order: 2;
          order: 2;
  padding-right: 0.15em;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  text-align: center;
}
.p-security__description {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  -webkit-order: 3;
          order: 3;
  margin-top: 28px;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  letter-spacing: 0.025em;
  text-align: justify;
}
.p-security__icon {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -webkit-order: 1;
          order: 1;
}

.p-security__icon--01 {
  width: 77px;
  margin: 0 3px 30px 0;
}
.p-security__icon--02 {
  width: 83px;
  margin: 4px 3px 32px 0;
}
.p-security__icon--03 {
  width: 122px;
  margin: 5px 5px 34px 0;
}
.l-links {
  padding: 89px 20px 85px;
}
.l-links__heading {
  padding-right: 1px;
  text-align: center;
}
.l-links__contents {
  margin-top: 45px;
}
.l-links__button {
  margin-top: 108px;
}
.p-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 1100px;
  gap: 2.5454545455%;
  margin-right: auto;
  margin-left: auto;
}
.p-links__item {
  width: 254px;
}
.p-links__link {
  position: relative;
  display: block;
  padding: 19px 10px;
  border: currentColor solid 1px;
  border-radius: 28px;
  color: #096e5f;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
  text-decoration: none;
}
.p-links__link::after {
  position: absolute;
  top: 23px;
  right: 21px;
  display: block;
  content: "";
  width: 10px;
  height: 9px;
  background: url("/event/stock-04/images/home/ico_link-arrow.webp") no-repeat 0 0/contain;
}
.l-support {
  padding: 108px 20px 98px;
  overflow: clip;
}
.l-support__heading {
  padding-right: 7px;
}
.l-support__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 37px 2.5454545455%;
  max-width: 1100px;
  width: 100%;
  margin: 56px auto 0;
}
.c-support {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  max-width: 536px;
  width: 100%;
  height: 328px;
  border-radius: 14px;
  color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}
.c-support--tel {
  background-image: linear-gradient(135deg, rgb(12, 182, 155) 0%, rgb(0, 141, 121) 100%);
}
.c-support--mail {
  background-image: linear-gradient(135deg, rgb(10, 186, 132) 0%, rgb(0, 170, 118) 100%);
  -webkit-transform: translateX(-1px);
  transform: translateX(-1px);
}
.c-support__heading {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 40px 10px 33px;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
  border-bottom: hsla(0, 0%, 100%, 0.3) solid 1px;
}
.c-support__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.c-support__telNumber {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  font-family: "Geist", sans-serif;
  font-weight: 700;
  font-size: 2.894375rem;
  margin-top: 58px;
  margin-bottom: 17px;
}
.c-support__telNumber::before {
  display: inline-block;
  content: "";
  width: 64px;
  height: 42px;
  margin-right: 12px;
  margin-left: 1px;
  margin-top: 7px;
  background: url("/event/stock-04/images/home/ico_freecall.svg") no-repeat center/contain;
}
.c-support__receptionHours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.025em;
}
.c-support__receptionHours sup {
  position: relative;
  top: 3px;
  font-size: 60%;
  vertical-align: top;
}
.c-support__receptionHoursSpan {
  display: inline-block;
  margin: 0 0.15em 0 0.225em;
}
.c-support__link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 310px;
  height: 66px;
  margin: 31px auto 17px;
  padding: 24px 8px 0 0;
  border-radius: 33px;
  color: #01986a;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.025em;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(235, 248, 244)), to(rgb(255, 255, 255)));
  background-image: linear-gradient(0deg, rgb(235, 248, 244) 0%, rgb(255, 255, 255) 100%);
  -webkit-box-shadow: 2.5px 4.33px 5px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 2.5px 4.33px 5px 0px rgba(0, 0, 0, 0.13);
  text-align: center;
  text-decoration: none;
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}
.c-support__link::after {
  position: absolute;
  top: 15px;
  right: 12px;
  display: block;
  content: "";
  width: 37px;
  height: 37px;
  background: url("/event/stock-04/images/home/ico_button-support.webp") no-repeat 0 0/contain;
}
.c-support__footnote {
  margin-top: 19px;
  margin-right: 3px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}
.c-supportEvaluation {
  width: 100%;
}
.l-support {
  padding-bottom: 0;
}
.l-support__group {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 98px;
}
.l-support__talent {
  position: absolute;
  right: -132px;
  bottom: -159px;
  width: 364px;
}
.l-support__button {
  margin-top: 99px;
}
.l-links__heading {
  padding-right: 1px;
  text-align: center;
}
.c-heading03 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.025em;
}
.c-heading03 .u-textSmall {
  letter-spacing: 0.025em;
}

.c-heading02 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.025em;
}
.c-heading02 .u-textSmall {
  letter-spacing: 0.025em;
}

.c-headerGroup {
  text-align: center;
}

.c-headerGroup__description {
  margin-top: 29px;
  padding-right: 1px;
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.025em;
}
.u-textSmall {
  font-size: 85%;
}
.l-links__button {
  margin-top: 108px;
}
.c-buttonOpening {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  -webkit-box-shadow: 2.5px 4.33px 3px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2.5px 4.33px 3px 0 rgba(0, 0, 0, 0.07);
  width: 638px;
  margin-right: auto;
  margin-left: auto;
  padding: 33px 24px 29px 0;
  border-radius: 48px;
  line-height: 1;
  background-color: #e83a3a;
  text-align: center;
  text-decoration: none;
}
.c-buttonOpening::after {
  position: absolute;
  top: 31px;
  right: 19px;
  display: block;
  content: "";
  width: 37px;
  height: 37px;
  background: url("/event/stock-04/images/home/ico_button-account.webp") no-repeat 0 0/contain;
}
.c-buttonOpening__speech {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: -47px;
  left: 187px;
  width: 272px;
  height: 74px;
  padding: 21px 0 0 1px;
  font-weight: 700;
  font-style: italic;
  font-size: 1.3125rem;
  line-height: 1;
  letter-spacing: 0.025em;
  background: url("/event/stock-04/images/home/bg_buttonOpen.webp") no-repeat center/contain;
}
.c-buttonOpening__textWrap {
  color: #fff;
}

.c-buttonOpening__text1 {
  position: relative;
  top: 1px;
  display: inline-block;
  margin-right: 9px;
  font-weight: 900;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
.c-buttonOpening__text2 {
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 1;
  letter-spacing: 0.025em;
}
.c-buttonOpening .u-textSmall {
  font-size: 85%;
  line-height: 1;
  letter-spacing: 0.025em;
}

.forPC {
  display: inherit !important;
}
.forSP {
  display: none !important;
}
.forPC2 {
  display: inline !important;
}
.forSP2 {
  display: none !important;
}
.forPC3 {
  display: block !important;
}
.forSP3 {
  display: none !important;
}
.l-support__lead {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1100px;
  width: 100%;
  margin: 32px auto 0;
}
/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.home .c-btn {
  background: #E83A3A;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 8px 0 0 #AA1515;
          box-shadow: 0 8px 0 0 #AA1515;
  border-radius: 300px;
}
.home .c-btn .txt {
  color: #FFFFFF;
  font-weight: bold;
}
.home .fixed-btn {
  position: fixed;
  bottom: 116px;
  right: 48px;
  z-index: 999;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  -webkit-box-shadow: 0 6px 0 0 #AA1515;
          box-shadow: 0 6px 0 0 #AA1515;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
.home .fixed-btn .txt {
  font-size: 20px;
  position: relative;
}
.home .fixed-btn .txt::before {
  content: "";
  position: absolute;
  background: url("/event/stock-04/images/home/arrow.svg") no-repeat center/contain;
  display: block;
  width: 20px;
  height: 20px;
  bottom: 3px;
  right: 3px;
}
.home .fixed-btn .small {
  display: block;
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
}
.home .fixed-btn-wrap {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 999;
}
.home .fixed-btn-wrap .anchor-btn {
  width: 50%;
  background: #0ABC86;
  padding-block: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .fixed-btn-wrap .anchor-btn .txt {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-left: 40px;
}
.home .fixed-btn-wrap .anchor-btn .txt::before {
  content: "";
  position: absolute;
  background: url("/event/stock-04/images/home/arrow02.svg") no-repeat center/contain;
  display: block;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .mv-section {
  position: relative;
  padding-top: 309px;
  padding-bottom: 277px;
  max-width: 1920px;
  margin-inline: auto;
}
.home .mv-section .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home .mv-section .bg img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 106%;
  -o-object-position: 50% 60%;
     object-position: 50% 60%;
  position: absolute;
  bottom: 0;
}
.home .mv-section .inner-block {
  margin-left: clamp(316px, -401px + 49.7916666667vw, 555px);
  padding-block: 36px 26px;
  padding-inline: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.home .mv-section .inner-block .mv-ttl {
  max-width: 452px;
}
.home .mv-section .inner-block .btn-wrap {
  padding-top: 17px;
  margin-top: 25px;
}
.home .mv-section .inner-block .c-btn {
  font-size: 24px;
  max-width: 400px;
  width: 100%;
  padding: 24px 10px 20px;
  position: relative;
  margin: auto;
}
.home .mv-section .inner-block .c-btn .lead {
  position: absolute;
  top: -17px;
  background: #FFFFFF;
  padding: 5px 23px;
  border-radius: 300px;
  border: 1px solid #EAB609;
  font-size: 14px;
}
.home .mv-section .inner-block .c-btn .lead .orange {
  color: #FA5C00;
  font-weight: bold;
}
.home .rank-section {
  background: #F6F6F6;
  padding-block: 120px;
}
.home .rank-section.green {
  background: #C7E3DD;
}
.home .rank-section.green .inner-block .more-box {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(199, 227, 221, 0)), color-stop(51.44%, #C7E3DD));
  background: linear-gradient(180deg, rgba(199, 227, 221, 0) 0%, #C7E3DD 51.44%);
  margin-top: -133px;
  padding-top: 83px;
  padding-bottom: 28px;
}
.home .rank-section .inner-block {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 0 40px;
}
.home .rank-section .inner-block .ttl {
  padding: 31px 10px;
  width: 100%;
  height: 280px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #009682;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
.home .rank-section .inner-block .ttl.green {
  background: #009682;
}
.home .rank-section .inner-block .ttl.green .ico {
  background: #F6F6F6;
}
.home .rank-section .inner-block .ttl .ico {
  position: absolute;
  display: block;
  background: #009682;
  aspect-ratio: 1/1;
  height: auto;
}
.home .rank-section .inner-block .ttl .ico.top {
  width: 22px;
  top: -11px;
  left: -11px;
}
.home .rank-section .inner-block .ttl .ico.middle {
  width: 41px;
  bottom: -19px;
  right: 14px;
}
.home .rank-section .inner-block .ttl .ico.bottom {
  width: 22px;
  bottom: -50px;
  right: 44px;
}
.home .rank-section .inner-block .border-box {
  border: 1px solid #FFFFFF;
  padding-block: 22px 24px;
  padding-inline: clamp(20px, 2.2222222222vw, 32px);
}
.home .rank-section .inner-block .border-box .lead {
  position: relative;
  font-weight: bold;
  padding-left: 16px;
  font-size: 16px;
}
.home .rank-section .inner-block .border-box .lead::before {
  content: "";
  position: absolute;
  background: #009682;
  display: block;
  width: 8px;
  height: 8px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.home .rank-section .inner-block .border-box .dot-list {
  margin-top: 8px;
}
.home .rank-section .inner-block .border-box .dot-list li {
  padding-left: 23px;
  position: relative;
  line-height: 2;
  font-size: 16px;
}
.home .rank-section .inner-block .border-box .dot-list li::before {
  content: "";
  position: absolute;
  background: #222222;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  top: 17px;
  left: 9px;
}
.home .rank-section .inner-block .border-box + .rank-list {
  margin-top: 20px;
}
.home .rank-section .inner-block .rank-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home .rank-section .inner-block .rank-list li {
  width: calc((100% - 20px) / 2);
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  position: relative;
  padding: 47px clamp(20px, 3.3333333333vw, 48px) 31px;
}
.home .rank-section .inner-block .rank-list li .num {
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  width: 40px;
  height: auto;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-family: "Inter", "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Meiryo, sans-serif;
}
.home .rank-section .inner-block .rank-list li .num.num1 {
  background: #EDBB4E;
  color: #FFFFFF;
  border-color: #EDBB4E;
}
.home .rank-section .inner-block .rank-list li .num.num2 {
  background: #A2A3AC;
  color: #FFFFFF;
  border-color: #A2A3AC;
}
.home .rank-section .inner-block .rank-list li .num.num3 {
  background: #E39F78;
  color: #FFFFFF;
  border-color: #E39F78;
}
.home .rank-section .inner-block .rank-list li .lead {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}
.home .rank-section .inner-block .rank-list li dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px 8px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.home .rank-section .inner-block .rank-list li dl dt {
  width: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3px 6px;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #CCCCCC;
}
.home .rank-section .inner-block .rank-list li dl dd {
  width: calc(100% - 108px);
  font-size: 16px;
}
.home .rank-section .inner-block .rank-list li dl dd.pt {
  padding-top: 2px;
}
.home .rank-section .inner-block .rank-list li .gray {
  background: #EEEEEE;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  gap: 8px;
}
.home .rank-section .inner-block .rank-list li .gray .txt {
  font-size: 14px;
}
.home .rank-section .inner-block .rank-list li .gray .green {
  color: #009682;
  font-size: 32px;
}
.home .rank-section .inner-block .rank-list li .gray .green .small {
  font-size: 14px;
}
.home .rank-section .inner-block .rank-list li .gray + dl {
  margin-top: 24px;
}
.home .rank-section .inner-block .rank-list li .gray + dl dt {
  width: 139px;
}
.home .rank-section .inner-block .rank-list li .gray + dl dd {
  width: calc(100% - 139px - 8px);
}
.home .rank-section .inner-block .more-box {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 246, 246, 0)), color-stop(51.44%, #F6F6F6));
  background: linear-gradient(180deg, rgba(246, 246, 246, 0) 0%, #F6F6F6 51.44%);
  padding-top: 80px;
  padding-bottom: 4px;
  position: relative;
  margin-top: -106px;
}
.home .rank-section .inner-block .more-box.is-open {
  display: none;
}
.home .rank-section .inner-block .more-btn {
  display: block;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.home .rank-section .inner-block .more-btn .txt {
  color: #009682;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-left: 32px;
}
.home .rank-section .inner-block .more-btn .txt::before {
  content: "";
  position: absolute;
  background: url("/event/stock-04/images/home/more.svg") no-repeat center/contain;
  display: block;
  width: 14px;
  height: 14px;
  top: 0;
  left: 5px;
  bottom: 0;
  margin: auto;
}
.home .rank-section .inner-block .table-box {
  overflow-x: auto;
  width: 100%;
  margin-top: 20px;
}
.home .rank-section .inner-block .table-box::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.home .rank-section .inner-block .table-box::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}
.home .rank-section .inner-block .table-box::-webkit-scrollbar-thumb {
  background: #009682;
  border-radius: 10px;
}
.home .rank-section .inner-block .green-table {
  table-layout: fixed;
  width: 100%;
}
.home .rank-section .inner-block .green-table tr th,
.home .rank-section .inner-block .green-table tr td {
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
.home .rank-section .inner-block .green-table tr:not(:first-child) th {
  background: #DFDFDF;
  color: #222222;
}
.home .rank-section .inner-block .green-table tr td {
  background: #FFFFFF;
  padding: 16px 16px 15px;
  font-size: 16px;
}
.home .rank-section .inner-block .green-table tr td:last-child {
  border-right: none;
}
.home .rank-section .inner-block .green-table tr:first-child th {
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.home .rank-section .inner-block .green-table tr:first-child th:last-child {
  border: none;
}
.home .rank-section .inner-block .green-table th {
  padding: 16px 16px 14px;
  background: #009682;
  color: #FFFFFF;
  text-align: start;
  font-size: 16px;
}
.home .rank-section .inner-block .green-table th:first-child {
  width: 64px;
  text-align: center;
  padding-inline: 10px;
}
.home .rank-section .inner-block .note-wrap {
  margin-top: 20px;
  grid-area: 2/2/2/2;
}
.home .rank-section .inner-block .note-wrap .note {
  position: relative;
  padding-left: 14px;
  font-size: 14px;
}
.home .rank-section .inner-block .note-wrap .note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.home .search-section {
  padding-block: 120px;
  background: url("/event/stock-04/images/home/green-ptn.webp") repeat top left/192px 192px;
}
.home .search-section .search-ttl {
  max-width: 400px;
  width: 100%;
  margin: auto;
}
.home .search-section .tab-wrap {
  margin-top: 82px;
}
.home .search-section .tab-wrap .btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.home .search-section .tab-wrap .btn-wrap .tab-btn {
  width: 50%;
  display: inline-block;
  background: #DFDFDF;
  padding-block: 23px;
  border-bottom: 1px solid #009682;
}
.home .search-section .tab-wrap .btn-wrap .tab-btn:first-child {
  border-right: 1px solid #009682;
}
.home .search-section .tab-wrap .btn-wrap .tab-btn .txt {
  color: #777777;
  font-size: 24px;
  font-weight: bold;
}
.home .search-section .tab-wrap .btn-wrap .tab-btn.is-active {
  background: #F6F6F6;
  border-bottom-color: #F6F6F6;
}
.home .search-section .tab-wrap .btn-wrap .tab-btn.is-active .txt {
  color: #009682;
}
.home .search-section .tab-wrap .tab-cont {
  background: #F6F6F6;
  padding-block: 64px 60px;
  padding-inline: clamp(40px, 6.9444444444vw, 100px);
}
.home .search-section .tab-wrap .tab-cont .flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(40px, 5.5555555556vw, 80px);
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.home .search-section .tab-wrap .tab-cont .cont {
  display: none;
}
.home .search-section .tab-wrap .tab-cont .cont.is-show {
  display: block;
}
.home .search-section .tab-wrap .tab-cont .inn {
  width: calc((100% - clamp(40px, 5.5555555556vw, 80px)) / 2);
}
.home .search-section .tab-wrap .tab-cont .ttl {
  padding-bottom: 16px;
  border-bottom: 1px solid #CCCCCC;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.7;
}
.home .search-section .tab-wrap .tab-cont .ttl .small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-block: 5px;
  padding-inline: 12px;
  border-radius: 100px;
  border: 1px solid #CCCCCC;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  gap: 4px;
}
.home .search-section .tab-wrap .tab-cont .ttl .small .ico {
  width: 20px;
  aspect-ratio: 1/1;
}
.home .search-section .tab-wrap .tab-cont .img {
  margin-top: 16px;
  max-width: 460px;
  width: 100%;
  margin-inline: auto;
}
.home .search-section .tab-wrap .tab-cont .txt-wrap {
  margin-top: 16px;
}
.home .search-section .tab-wrap .tab-cont .txt-wrap .txt {
  text-align: center;
  font-weight: bold;
  line-height: 1.7;
  font-size: 16px;
}
.home .search-section .tab-wrap .tab-cont .txt-wrap .txt .green {
  background: #009682;
  display: inline-block;
  padding-inline: 8px;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 1.6;
  padding-block: 1px;
}
.home .search-section .tab-wrap .tab-cont .txt-wrap .txt .green + .green {
  margin-left: 4px;
}
.home .search-section .tab-wrap .tab-cont .txt-wrap .txt .green.last {
  margin-right: 4px;
}
.home .search-section .tab-wrap .tab-cont .txt-wrap .txt .green.ml {
  position: relative;
  left: -1px;
  padding-inline: 9px;
}
.home .search-section .tab-wrap .tab-cont .txt-wrap .txt .mt4 {
  margin-top: 4px;
  display: inline-block;
}
.home .search-section .tab-wrap .tab-cont .txt-wrap .txt .line {
  text-decoration: underline;
  -webkit-text-decoration-color: #EAB609;
          text-decoration-color: #EAB609;
  text-decoration-thickness: 4px;
  text-underline-offset: 1px;
}
.home .search-section .tab-wrap .tab-cont .txt-wrap .txt + .txt {
  margin-top: 7px;
}
.home .search-section .tab-wrap .tab-cont .c-btn {
  margin-top: 37px;
  padding-block: 16px;
  max-width: 400px;
  width: 100%;
  margin-inline: auto;
}
.home .search-section .tab-wrap .tab-cont .c-btn .txt {
  font-size: 24px;
}
.home .point-section {
  padding-block: 94px 96px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(56%, #F6F6F6), color-stop(56%, #D2E6E3));
  background: linear-gradient(to bottom, #F6F6F6 56%, #D2E6E3 56%);
}
.home .point-section .point-ttl {
  max-width: 369px;
  width: 100%;
  margin-inline: auto;
}
.home .point-section .point-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home .point-section .point-list li {
  position: relative;
  width: 20%;
  border-top: 1px solid #009682;
  border-left: 1px solid #009682;
  border-bottom: 1px solid #009682;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding-block: 40px;
  background: #F6F6F6;
}
.home .point-section .point-list li:last-child {
  border-right: 1px solid #009682;
}
.home .point-section .point-list li:nth-child(2) .img {
  max-width: 124px;
}
.home .point-section .point-list li .num {
  position: absolute;
  top: 0;
  left: 0;
  background: #009682;
  color: #F6F6F6;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  width: 39px;
  height: 39px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Inter", "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Meiryo, sans-serif;
}
.home .point-section .point-list li .img {
  max-width: 120px;
  width: 100%;
}
.home .point-section .point-list li .txt {
  font-weight: bold;
  font-size: 16px;
}
.home .point-section .point-list li .txt .blue {
  color: #2A84DD;
}
.home .point-section .point-list li .txt .blue.big {
  font-size: 24px;
}
.home .point-section .banner {
  margin: 40px auto 0;
  display: block;
  max-width: 800px;
  width: 100%;
}
.home .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.home .swiper-wrapper .swiper-slide {
  width: 270px;
}
@media screen and (width < 768px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block {
    padding-inline: 16px;
  }
  .pc {
    display: none !important;
  }
  .c-header {
    padding-inline: 16px;
  }
  .c-header .logo {
    max-width: 88px;
  }
  .c-header .nav-btn {
    width: 24px;
    height: 19px;
  }
  .c-header .nav-btn .box .line {
    height: 3px;
  }
  .c-header .nav-btn.is-open .box .line:first-child {
    top: 45%;
  }
  .c-header .nav-btn.is-open .box .line:nth-child(2) {
    top: 10%;
  }
  .c-footer {
    padding-block: 24px 150px;
  }
  .home .fixed-btn {
    width: 90px;
    height: 90px;
    right: 30px;
    gap: 0;
    bottom: 124px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
  }
  .home .fixed-btn.is-hidden {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
  .home .fixed-btn .txt {
    font-size: 12px;
  }
  .home .fixed-btn .txt::before {
    width: 13px;
    height: 13px;
    right: 1px;
  }
  .home .fixed-btn .small {
    font-size: 10px;
  }
  .home .fixed-btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home .fixed-btn-wrap .anchor-btn {
    width: 100%;
    padding-block: 12px;
  }
  .home .fixed-btn-wrap .anchor-btn:first-child {
    padding-bottom: 11px;
    border-bottom: 1px solid #CCCCCC;
  }
  .home .fixed-btn-wrap .anchor-btn .txt {
    font-size: 20px;
  }
  .home .mv-section {
    padding-block: 52.8205128205vw 55.3846153846vw;
  }
  .home .mv-section .bg img {
    height: 100%;
    width: 100%;
  }
  .home .mv-section .inner-block {
    margin-inline: auto;
    padding-block: 6.1538461538vw;
    max-width: 100vw;
    width: 100%;
    padding-inline: 41px;
  }
  .home .mv-section .inner-block .mv-ttl {
    max-width: 100%;
  }
  .home .mv-section .inner-block .mv-ttl img {
    width: 99%;
    margin-left: 1.0256410256vw;
  }
  .home .mv-section .inner-block .btn-wrap {
    padding-top: 4.358974359vw;
    margin-top: 2.0512820513vw;
  }
  .home .mv-section .inner-block .c-btn {
    font-size: 5.1282051282vw;
    padding: 6.1538461538vw 2.5641025641vw 4.1025641026vw;
    max-width: 77.9487179487vw;
  }
  .home .mv-section .inner-block .c-btn .lead {
    font-size: 3.5897435897vw;
  }
  .home .rank-section {
    padding-block: 64px;
  }
  .home .rank-section .inner-block {
    display: block;
  }
  .home .rank-section .inner-block .sticky-wrap {
    margin-bottom: 40px;
  }
  .home .rank-section .inner-block .right {
    max-height: var(--rank-list-full-height, none);
    overflow: hidden;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .home .rank-section .inner-block .right.is-close {
    max-height: var(--rank-list-height, none);
  }
  .home .rank-section .inner-block .ttl {
    position: relative;
    top: 0;
    width: 100%;
    padding: 32px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .home .rank-section .inner-block .ttl .ico.middle {
    width: 30px;
    bottom: -8px;
    right: 12px;
  }
  .home .rank-section .inner-block .ttl .ico.bottom {
    width: 16px;
    bottom: -28px;
    right: 37px;
  }
  .home .rank-section .inner-block .border-box {
    padding-inline: 16px;
  }
  .home .rank-section .inner-block .rank-list {
    gap: 10px;
  }
  .home .rank-section .inner-block .rank-list li .lead {
    margin-bottom: 16px;
  }
  .home .rank-section .inner-block .rank-list li .gray + dl {
    margin-top: 16px;
  }
  .home .rank-section .inner-block .table-box {
    margin-right: -16px;
    width: calc(100% + 16px);
  }
  .home .rank-section .inner-block .table-box::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  .home .rank-section .inner-block .note-wrap {
    margin-top: 12px;
  }
  .home .search-section {
    padding-block: 64px;
  }
  .home .search-section .search-ttl {
    max-width: 333px;
  }
  .home .search-section .tab-wrap {
    margin-top: 40px;
  }
  .home .search-section .tab-wrap .btn-wrap .tab-btn {
    padding-block: 16px 15px;
  }
  .home .search-section .tab-wrap .btn-wrap .tab-btn.sp {
    padding-block: 15px;
    border-bottom: none;
    border-top: 1px solid #009682;
  }
  .home .search-section .tab-wrap .btn-wrap .tab-btn .txt {
    font-size: 16px;
  }
  .home .search-section .tab-wrap .btn-wrap .tab-btn.is-active.sp {
    border-top-color: #F6F6F6;
  }
  .home .search-section .tab-wrap .tab-cont {
    padding-block: 48px;
    padding-inline: 16px;
  }
  .home .search-section .tab-wrap .tab-cont .txt-wrap .txt .green {
    font-size: 16px;
  }
  .home .search-section .tab-wrap .tab-cont .txt-wrap .txt .green + .green {
    margin-left: 5px;
  }
  .home .search-section .tab-wrap .tab-cont .txt-wrap .txt .green.last {
    margin-right: 0;
  }
  .home .search-section .tab-wrap .tab-cont .txt-wrap .txt .mt4 {
    margin-top: 3px;
  }
  .home .search-section .tab-wrap .tab-cont .txt-wrap .txt .line {
    text-underline-offset: 3px;
  }
  .home .search-section .tab-wrap .tab-cont .c-btn {
    margin-top: 29px;
  }
  .home .search-section .tab-wrap .tab-cont .c-btn .txt {
    font-size: 20px;
  }
  .home .point-section {
    padding-block: 64px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(49%, #F6F6F6), color-stop(49%, #D2E6E3));
    background: linear-gradient(to bottom, #F6F6F6 49%, #D2E6E3 49%);
  }
  .home .point-section .point-ttl {
    max-width: 310px;
  }
  .home .point-section .point-list {
    margin-top: 40px;
  }
  .home .point-section .point-list li:nth-child(2) .img {
    max-width: 100px;
  }
  .home .point-section .point-list li .img {
    max-width: 100px;
  }
  .home .point-section .banner {
    max-width: 500px;
  }
  .home .swiper-wrapper .swiper-slide {
    width: 225px;
  }
}
@media screen and (768px <= width) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding-inline: 40px;
    max-width: 1280px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .home .rank-section .inner-block .sticky-wrap {
    padding-bottom: 49px;
  }
  .home .rank-section .inner-block .ttl {
    aspect-ratio: 1/1;
    max-width: 280px;
  }
  .home .search-section .tab-wrap .tab-cont .txt-wrap .txt .mt4 {
    display: block;
  }
  .home .point-section .point-list li .txt {
    text-align: center;
  }
}
@media screen and (width < 1200px) {
  .c-header .inner-block {
    padding-inline: 16px;
  }
  .c-header .anchor-list {
    gap: 10px;
  }
  .c-header .anchor-list > li a {
    font-size: 14px;
  }
}
@media screen and (width < 1200px) and (width < 1000px) {
  .c-header .inner-block {
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-block: 12px;
  }
  .c-header .anchor-list {
    position: absolute;
    right: 0;
    top: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #009682;
    padding: 32px;
    gap: 24px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-header .anchor-list.is-open {
    opacity: 1;
    pointer-events: all;
  }
  .c-header .anchor-list > li a {
    color: #FFFFFF;
    font-size: 16px;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
  }
}
@media screen and (width < 1200px) and (width < 1000px) and (width < 768px) {
  .c-header .anchor-list > li a {
    font-size: 14px;
  }
}
@media (any-hover: hover) {
  .c-header .anchor-list > li a:hover {
    color: #009682;
  }
  .home .c-btn:hover {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    -webkit-box-shadow: 0 0 0 0 #AA1515;
            box-shadow: 0 0 0 0 #AA1515;
  }
  .home .fixed-btn:hover {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
    -webkit-box-shadow: 0 0 0 0 #AA1515;
            box-shadow: 0 0 0 0 #AA1515;
  }
  .home .fixed-btn-wrap .anchor-btn:hover {
    background: #078C64;
  }
  .home .fixed-btn-wrap .anchor-btn:hover .txt::before {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  .home .search-section .tab-wrap .btn-wrap .tab-btn:hover {
    background: #F6F6F6;
  }
  .home .point-section .banner:hover {
    opacity: 0.7;
  }
}
@media screen and (any-hover: hover) and (width < 1000px) {
  .c-header .anchor-list > li a:hover {
    color: #FFFFFF;
    -webkit-text-decoration-color: currentColor;
            text-decoration-color: currentColor;
  }
}
@media screen and (1000px <= width) {
  .c-header .nav-btn {
    display: none;
  }
}

@media not all and (min-width: 768px) {
  .l-flow {
    padding: 9.0666666667vw 0 12.5333333333vw;
  }
  .l-flow__headingLine1 {
    font-size: 3.7333333333vw;
  }
  .l-flow__headingLine1 .u-textLarge {
    bottom: -0.2666666667vw;
  }
  .l-flow__headingLine2 {
    margin-top: 1.8666666667vw;
    padding-left: 0;
    font-size: 6.4vw;
  }
  .l-flow__contents {
    margin-top: 10.6666666667vw;
  }
  .p-flow__list {
    zoom: initial !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .p-flow__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
            flex-direction: row;
    width: 89.3333333333vw;
    height: 42.2666666667vw;
    margin: 0 auto;
    border-radius: 1.6vw;
    background-color: #fff;
  }
  .p-flow__item:nth-child(n+2) {
    margin-top: 15.4666666667vw;
  }
  .p-flow__item:nth-child(n+2)::before {
    top: -13.3333333333vw;
    left: 50%;
    width: 4.5333333333vw;
    height: 7.6vw;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }
  .p-flow__icon {
    left: 50%;
    width: 21.3333333333vw;
    padding: 1.8666666667vw 1.3333333333vw;
    top: -2.9333333333vw;
    font-size: 2.9333333333vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .p-flow__image {
    display: block;
    width: 36.5333333333vw;
    height: 100%;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0);
  }
  .p-flow__imageObject1 {
    position: absolute;
    display: block;
    width: 19.8666666667vw;
    margin: 7.7333333333vw 0 0 9.3333333333vw;
  }
  .p-flow__imageObject2 {
    display: block;
    width: 19.7333333333vw;
    margin: 8.1333333333vw 0 0 9.3333333333vw;
  }
  .p-flow__imageObject3 {
    display: block;
    width: 19.6vw;
    margin: 4.8vw 0 0 9.3333333333vw;
  }
  .p-flow__text {
    margin-top: 0;
    margin-bottom: 0.5333333333vw;
    padding-right: 0;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    text-align: left;
  }
  .p-flow__footnotes {
    margin: 6.4vw 5.3333333333vw 0;
    font-size: 2.6666666667vw;
    line-height: 1.5;
  }
  .p-flow__footnote {
    text-align: left;
    text-indent: -1em;
    margin-left: 1em;
  }
  .p-flow__footnote + .p-flow__footnote {
    margin-top: 1.0666666667vw;
  }
  .p-flow__footnoteLink {
    text-decoration-thickness: 0.2666666667vw;
    text-underline-offset: 1.3333333333vw;
  }
  .l-security {
    padding: 12.2666666667vw 5.3333333333vw 10.1333333333vw;
  }
  .l-security__heading {
    padding-right: 0;
  }
  .l-security .c-headerGroup__description {
    margin-top: 3.2vw;
  }
  .p-security {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    gap: 6.6666666667vw 0;
    margin-top: 6.4vw;
  }
  .p-security__item {
    max-width: 100%;
    width: 89.3333333333vw;
    padding: 7.2vw 7.4666666667vw 9.6vw;
    border-radius: 1.8666666667vw;
  }
  .p-security__item + .p-security__item {
    margin-left: 0;
  }
  .p-security__heading {
    padding-left: 1.0666666667vw;
    font-size: 4vw;
    line-height: 1.6666666667;
  }
  .p-security__description {
    margin-top: 3.2vw;
    font-size: 2.9333333333vw;
    line-height: 1.7272727273;
    line-break: anywhere;
  }
  .p-security__icon--01 {
    width: 15.8666666667vw;
    margin: 0 0 2.9333333333vw 0;
  }
  .p-security__icon--02 {
    width: 17.3333333333vw;
    margin: 0.8vw 0 4.2666666667vw 0;
  }
  .p-security__icon--03 {
    width: 27.4666666667vw;
    margin: 0.2666666667vw 0.8vw 4.5333333333vw 0;
  }
  .l-links {
    padding: 14.1333333333vw 5.3333333333vw 11.4666666667vw;
  }
  .l-links__heading {
    padding-right: 0.8vw;
  }
  .l-links__contents {
    margin-top: 6.6666666667vw;
  }
  .l-links__button {
    margin-top: 14.9333333333vw;
  }
  .p-links {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 89.3333333333vw;
    gap: 3.7333333333vw 4vw;
  }
  .p-links__item {
    width: 42.6666666667vw;
  }
  .p-links__link {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    height: 9.3333333333vw;
    padding: 0 0 0.5333333333vw;
    border-radius: 4.8vw;
    font-size: 3.2vw;
    border-width: 0.2666666667vw;
  }
  .p-links__link::after {
    top: 3.2vw;
    right: 2.6666666667vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    background: url("/event/stock-04/images/home/ico_link-arrow_sp.webp") no-repeat 0 0/contain;
  }
  .l-support {
    padding: 15.4666666667vw 5.3333333333vw 11.4666666667vw;
  }
  .l-support__heading {
    padding-right: 0.5333333333vw;
  }
  .l-support__contents {
    gap: 0;
    margin-top: 5.8666666667vw;
  }
  .c-support {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    -webkit-flex: auto;
            flex: auto;
    max-width: 100%;
    width: 89.3333333333vw;
    height: 57.3333333333vw;
    border-radius: 1.8666666667vw;
  }
  .c-support--tel {
    background-image: linear-gradient(135deg, rgb(33, 181, 155) 0%, rgb(19, 140, 121) 100%);
  }
  .c-support--mail {
    margin-top: 4.8vw;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .c-support__heading {
    padding: 5.6vw 1.3333333333vw 4.8vw;
    border-width: 0.2666666667vw;
    font-size: 4.8vw;
  }
  .c-support__contentsInner {
    width: 89.3333333333vw;
  }
  .c-support__telNumber {
    font-size: 7.2vw;
    margin-top: 11.7333333333vw;
    margin-bottom: 3.4666666667vw;
  }
  .c-support__telNumber::before {
    margin-left: 0.2666666667vw;
    margin-right: 1.8666666667vw;
    width: 10vw;
    height: 6.5333333333vw;
  }
  .c-support__receptionHours {
    font-size: 3.2vw;
    line-height: 1.3333333333;
  }
  .c-support__receptionHours sup {
    top: 0.8vw;
  }
  .c-support__receptionHoursSpan {
    margin: 0 0 0 0.12em;
  }
  .c-support__receptionHoursSpanSp {
    margin: 0 0.2em 0 0.275em;
  }
  .c-support__link {
    width: 62.6666666667vw;
    height: 12.5333333333vw;
    margin: 4.5333333333vw 0 2.4vw 12.5333333333vw;
    padding: 4.2666666667vw 0 0;
    border-radius: 6.2666666667vw;
    font-size: 3.7333333333vw;
    -webkit-box-shadow: 0.3333333333vw 0.5773333333vw 0.6666666667vw 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0.3333333333vw 0.5773333333vw 0.6666666667vw 0 rgba(0, 0, 0, 0.13);
  }
  .c-support__link::after {
    top: 2.9333333333vw;
    right: 2.6666666667vw;
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    background: url("/event/stock-04/images/home/ico_button-support_sp.webp") no-repeat 0 0/contain;
  }
  .c-support__footnote {
    margin: 1.8666666667vw 0 0 0.5333333333vw;
    font-size: 2.6666666667vw;
    line-height: 1.5;
    text-align: center;
  }
  .c-supportEvaluation {
    width: 89.3333333333vw;
    margin-top: 4vw;
  }
  .l-support {
    padding-bottom: 0;
  }
  .l-support__group {
    zoom: initial !important;
    padding-bottom: 11.4666666667vw;
  }
  .l-support__talent {
    right: -5.3333333333vw;
    bottom: -10.1333333333vw;
    width: 27.2vw;
  }
  .l-support__button {
    margin-top: 13.8666666667vw;
  }
  .l-support .c-buttonOpening {
    width: 70.6666666667vw;
    margin-left: -0.2666666667vw;
    padding-right: 3.7333333333vw;
  }
  .l-support .c-buttonOpening::after {
    right: 2.4vw;
  }
  .l-support .c-buttonOpening__speech {
    margin-left: 0;
  }
  .l-support .c-buttonOpening__text1 {
    margin-right: 0.5333333333vw;
  }
  .l-links__heading {
    padding-right: 0.8vw;
  }
  .c-heading03 {
    font-size: 5.6vw;
    line-height: 1.0952380952;
  }
  .c-heading02 {
    font-size: 5.6vw;
    line-height: 1.2857142857;
  }
  .c-headerGroup__description {
    margin-top: 4.5333333333vw;
    padding-right: 0;
    font-size: 3.4666666667vw;
    line-height: 1.7692307692;
    text-align: justify;
  }
  .u-textSmallSp {
    font-size: 85%;
  }
  .l-links__button {
    margin-top: 14.9333333333vw;
  }
  .c-buttonOpening {
    left: 0.2666666667vw;
    width: 78.6666666667vw;
    height: 14.6666666667vw;
    padding: 4.8vw 1.6vw 7.7333333333vw 0;
    border-radius: 14.6666666667vw;
    background-color: #e53c40;
    -webkit-box-shadow: 0.3333333333vw 0.5773333333vw 0.4vw 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0.3333333333vw 0.5773333333vw 0.4vw 0 rgba(0, 0, 0, 0.07);
  }
  .c-buttonOpening::after {
    top: 4.2666666667vw;
    right: 2.6666666667vw;
    width: 6.4vw;
    height: 6.4vw;
    background: url("/event/stock-04/images/home/ico_button-account_sp.webp") no-repeat 0 0/contain;
  }
  .c-buttonOpening__speech {
    top: -7.4666666667vw;
    left: 50%;
    width: 44.5333333333vw;
    height: 12vw;
    margin-left: 0.8vw;
    padding: 3.2vw 0 0 0.5333333333vw;
    font-size: 3.4666666667vw;
    background: url("/event/stock-04/images/home/bg_buttonOpen_sp.webp") no-repeat center/contain;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .c-buttonOpening__text1 {
    top: 0;
    margin-right: 1.0666666667vw;
    font-size: 3.2vw;
  }
  .c-buttonOpening__text2 {
    font-size: 5.6vw;
  }
  .forPC {
    display: none !important;
  }
  .forSP {
    display: inherit !important;
  }
  .forPC2 {
    display: none !important;
  }
  .forSP2 {
    display: inline !important;
  }
  .forPC3 {
    display: none !important;
  }
  .forSP3 {
    display: block !important;
  }
  .l-support__lead {
    margin-top: 4.5333333333vw;
  }
}

@media print, screen and (max-width: 1000px) {
  .p-flow__list {
    zoom: 0.8;
  }
}

@media not all and (max-width: 768px) {
  .p-links {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media print, screen and (max-width: 1140px) {
  .l-support__group {
    zoom: 0.9;
  }
}
@media print, screen and (max-width: 1040px) {
  .l-support__group {
    zoom: 0.8;
  }
}
@media print, screen and (max-width: 940px) {
  .l-support__group {
    zoom: 0.6;
  }
}

@media (hover: hover) {
  .c-buttonOpening {
    -webkit-transition: all 200ms;
    transition: all 200ms;
  }
  .c-buttonOpening:hover {
    opacity: 1;
    -webkit-box-shadow: 2.5px 4.33px 3px 0 rgba(0, 0, 0, 0);
    box-shadow: 2.5px 4.33px 3px 0 rgba(0, 0, 0, 0);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
}
@media screen and (768px <= width) and (width < 1440px) {
  .home .mv-section .inner-block {
    margin-left: clamp(0px, -361.1428571429px + 47.0238095238vw, 316px);
  }
}
@media screen and (width < 1150px) {
  .home .rank-section .inner-block .rank-list li {
    width: 100%;
  }
}
@media screen and (width < 1150px) and (width < 768px) {
  .home .rank-section .inner-block .rank-list li {
    padding-inline: 24px;
  }
}
@media screen and (768px <= width) and (width < 1099px) {
  .home .rank-section .inner-block .table-box {
    padding-bottom: 10px;
  }
}
@media screen and (width < 1100px) {
  .home .rank-section .inner-block .green-table {
    width: 700px;
  }
  .home .point-section .point-list li {
    width: 33.3333333333%;
  }
  .home .point-section .point-list li:nth-child(3) {
    border-right: 1px solid #009682;
  }
  .home .point-section .point-list li:nth-child(n+4) {
    border-top: none;
  }
}
@media screen and (width < 1100px) and (width < 768px) {
  .home .rank-section .inner-block .green-table {
    width: 880px;
  }
  .home .point-section .point-list li {
    width: 100%;
    border-right: 1px solid #009682;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-block: 23px;
  }
  .home .point-section .point-list li:nth-child(n+2) {
    border-top: none;
  }
}
@media screen and (width < 850px) {
  .home .search-section .tab-wrap .tab-cont .flex-wrap {
    gap: 37px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home .search-section .tab-wrap .tab-cont .inn {
    width: 100%;
    max-width: 600px;
  }
  .home .search-section .tab-wrap .tab-cont .img {
    max-width: 400px;
  }
}
@media screen and (width < 768px) and (380px <= width) {
  .home .search-section .tab-wrap .tab-cont .txt-wrap .txt .green.ml {
    left: 0;
    margin-left: 14px;
  }
  .home .search-section .tab-wrap .tab-cont .txt-wrap .txt .mr {
    position: relative;
    right: -16px;
  }
}
@media screen and (width < 1100px) and (width < 768px) and (width < 380px) {
  .home .point-section .point-list li {
    padding-top: 40px;
  }
}