@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://use.typekit.net/zwk3lqt.css");
body::before {
  content: "";
  width: 100%;
  height: 77px;
  background-color: #FFF;
  display: block;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: -1;
}

.wrapper {
  width: 100%;
  height: auto;
  position: relative;
}
.wrapper::before {
  content: "";
  width: 100%;
  height: 400px;
  background-color: #F1F1F1;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}

.visual {
  width: 100%;
  padding: 120px 0 0 0;
  margin-bottom: 80px;
}
.visual div {
  width: 1080px;
  margin: 0 auto;
}

/* sec1 */
.sec {
  padding-bottom: 100px;
  width: 100%;
  position: relative;
}
.sec h4.body {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}
.sec h4.body::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #000000;
  display: block;
  transform: translateY(0.9rem);
}
.sec h4.body span {
  color: #111111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: calc(100% - 45px);
  margin: 0 0 0 15px;
}
.sec .text {
  text-align: left;
}
.sec .text p {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
.sec .text p:not(:last-child) {
  margin-bottom: 15px;
}
.sec .text p.notice {
  font-size: 1.2rem;
  line-break: 2.4rem;
}
.sec .text p strong {
  color: #ffbe00;
  font-weight: 600;
}
.sec .inner {
  width: 1080px;
  margin: 0 auto;
}
.sec .inner .visual {
  width: 100%;
  opacity: 1;
  transition: opacity 0.5s ease-in 0s;
}
.sec .inner .visual:not(:last-child) {
  margin-bottom: 40px;
}
.sec .inner .combo {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.sec .inner .combo .title {
  width: 400px;
  position: relative;
  transition: clip-path 0.3s ease-in 0.5s;
}
.sec .inner .combo .title .intitle {
  width: 100%;
  padding: 0px 20px 0 0;
  position: sticky;
  top: 85px;
}
.sec .inner .combo .title .intitle dl {
  text-align: left;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.sec .inner .combo .title .intitle dl dt {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.4rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
.sec .inner .combo .title .intitle dl dt:not(:last-child) {
  margin-bottom: 40px;
}
.sec .inner .combo .title .intitle dl dd {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0 0 0 30px;
  position: relative;
}
.sec .inner .combo .title .intitle dl dd::before {
  content: "";
  width: 1px;
  background-color: #111111;
  display: block;
}
.sec .inner .combo .title .intitle dl dd ul {
  margin: 0 0 0 30px;
}
.sec .inner .combo .title .intitle dl dd ul li {
  position: relative;
}
.sec .inner .combo .title .intitle dl dd ul li::before {
  width: 10px;
  height: 10px;
  background-color: #111111;
  border-radius: 5px;
  display: block;
  position: absolute;
  top: 0.5rem;
  left: -35px;
}
.sec .inner .combo .title .intitle dl dd ul li:not(:last-child) {
  margin-bottom: 25px;
}
.sec .inner .combo .title .intitle dl dd ul li.active::before {
  content: "";
}
.sec .inner .combo .title .intitle dl dd ul li a {
  color: #000000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  transition: all 0.15s ease-out 0s;
}
.sec .inner .combo .title .intitle dl dd ul li a:hover {
  color: #999;
}
.sec .inner .combo .contents {
  width: calc(100% - 400px);
  /* roll */
  /* process */
  /* land */
  /* money */
}
.sec .inner .combo .contents .role {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.sec .inner .combo .contents .role > dl {
  text-align: left;
}
.sec .inner .combo .contents .role > dl:not(:last-child) {
  margin-bottom: 100px;
}
.sec .inner .combo .contents .role > dl > dt {
  color: #111111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 3.6rem;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
.sec .inner .combo .contents .role > dl > dt:not(:last-child) {
  margin-bottom: 20px;
}
.sec .inner .combo .contents .role > dl > dd p {
  color: #111111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
.sec .inner .combo .contents .role > dl > dd p:not(:last-child) {
  margin-bottom: 40px;
}
.sec .inner .combo .contents .role > dl > dd ul:not(:last-child) {
  margin-bottom: 40px;
}
.sec .inner .combo .contents .role > dl > dd ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.sec .inner .combo .contents .role > dl > dd ul li::before {
  content: "";
  color: #111111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  display: inline-block;
}
.sec .inner .combo .contents .role > dl > dd ul li span {
  color: #111111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-left: 5px;
}
.sec .inner .combo .contents .role > dl > dd ul li:nth-child(1)::before {
  content: "①";
}
.sec .inner .combo .contents .role > dl > dd ul li:nth-child(2)::before {
  content: "②";
}
.sec .inner .combo .contents .role > dl > dd ul li:nth-child(3)::before {
  content: "③";
}
.sec .inner .combo .contents .role > dl > dd ul li:nth-child(4)::before {
  content: "④";
}
.sec .inner .combo .contents .role > dl > dd ul li:nth-child(5)::before {
  content: "⑤";
}
.sec .inner .combo .contents .role > dl > dd .skill {
  width: 100%;
}
.sec .inner .combo .contents .role > dl > dd .skill:not(:last-child) {
  margin-bottom: 40px;
}
.sec .inner .combo .contents .role > dl > dd .skill dl:not(:last-child) {
  margin-bottom: 20px;
}
.sec .inner .combo .contents .role > dl > dd .skill dl dt {
  color: #111111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
.sec .inner .combo .contents .role > dl > dd .skill dl dd {
  color: #111111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
.sec .inner .combo .contents .process {
  width: 100%;
  padding: 80px 0 0 0;
  position: relative;
}
.sec .inner .combo .contents .process .combo {
  width: 100%;
  display: none;
}
.sec .inner .combo .contents .process .combo.active {
  display: block;
}
.sec .inner .combo .contents .process ul.tab {
  width: 680px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.sec .inner .combo .contents .process ul.tab.active {
  position: fixed;
  top: 0px;
  left: calc(50% - 140px);
}
.sec .inner .combo .contents .process ul.tab li {
  width: calc((100% - 20px) / 3);
}
.sec .inner .combo .contents .process ul.tab li span {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: 100%;
  height: 40px;
  background-color: #111111;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: all 0.15s ease-out 0s;
}
.sec .inner .combo .contents .process ul.tab li:hover span {
  background-color: #999;
}
.sec .inner .combo .contents .process ul.tab li.active span {
  background-color: #59B2C3;
}
.sec .inner .combo .contents .process .steps {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 20px;
  position: relative;
}
.sec .inner .combo .contents .process .steps .step {
  width: 33.3333333333%;
  height: 100px;
  border-left: solid 1px #666666;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.sec .inner .combo .contents .process .steps .step p {
  color: #111111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
.sec .inner .combo .contents .process .steps .complete {
  width: 30px;
  height: 100%;
  background-color: #ffbe00;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.sec .inner .combo .contents .process .steps .complete p {
  color: #111111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.sec .inner .combo .contents .process .timeline {
  width: 100%;
  margin-bottom: 80px;
}
.sec .inner .combo .contents .process .timeline .line {
  width: 100%;
  height: 1px;
  background-color: #59B2C3;
  margin-bottom: 10px;
  position: relative;
}
.sec .inner .combo .contents .process .timeline .line::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #59B2C3;
  border-radius: 5px;
  position: absolute;
  top: -5px;
  left: 0px;
  display: block;
}
.sec .inner .combo .contents .process .timeline .line::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #59B2C3;
  border-radius: 5px;
  position: absolute;
  top: -5px;
  right: 0px;
  display: block;
}
.sec .inner .combo .contents .process .timeline .intl {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.sec .inner .combo .contents .process .timeline .intl .time {
  width: 33.3333333333%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.sec .inner .combo .contents .process .timeline .intl .time p {
  color: #59B2C3;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
.sec .inner .combo .contents .process .timeline .intl .time:last-child .line::after {
  content: none;
}
.sec .inner .combo .contents .process .timeline .total {
  width: 100%;
  padding: 10px;
}
.sec .inner .combo .contents .process .timeline .total .line::after {
  content: none;
}
.sec .inner .combo .contents .process .timeline .total p {
  color: #59B2C3;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
.sec .inner .combo .contents .process dl {
  text-align: left;
  padding-bottom: 40px;
  border-bottom: solid 1px #999;
}
.sec .inner .combo .contents .process dl:not(:last-child) {
  margin-bottom: 40px;
}
.sec .inner .combo .contents .process dl dt {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.sec .inner .combo .contents .process dl dt:not(:last-child) {
  margin-bottom: 20px;
}
.sec .inner .combo .contents .process dl dt::before {
  content: "";
  color: #111111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 3rem;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  display: inline-block;
}
.sec .inner .combo .contents .process dl dt span {
  color: #111111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 3rem;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  margin-left: 5px;
  display: inline-block;
}
.sec .inner .combo .contents .process dl dt.s1::before {
  content: "①";
}
.sec .inner .combo .contents .process dl dt.s2::before {
  content: "②";
}
.sec .inner .combo .contents .process dl dt.s3::before {
  content: "③";
}
.sec .inner .combo .contents .process dl dt.s4::before {
  content: "④";
}
.sec .inner .combo .contents .process dl dt.s5::before {
  content: "⑤";
}
.sec .inner .combo .contents .process dl dt.s6::before {
  content: "⑥";
}
.sec .inner .combo .contents .process dl dt.s7::before {
  content: "⑦";
}
.sec .inner .combo .contents .process dl dt.s8::before {
  content: "⑧";
}
.sec .inner .combo .contents .process dl dt.s9::before {
  content: "⑨";
}
.sec .inner .combo .contents .process dl dt.s10::before {
  content: "⑩";
}
.sec .inner .combo .contents .process dl dt.s11::before {
  content: "⑪";
}
.sec .inner .combo .contents .process dl dd p {
  color: #111111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
.sec .inner .combo .contents .process dl dd p:not(:last-child) {
  margin-bottom: 40px;
}
.sec .inner .combo .contents .land {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.sec .inner .combo .contents .land .lead {
  width: 100%;
  margin-bottom: 80px;
}
.sec .inner .combo .contents .land .lead p {
  color: #111111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 5.2rem;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  text-align: left;
}
.sec .inner .combo .contents .land .point {
  padding-top: 80px;
  border-top: solid 1px #111111;
}
.sec .inner .combo .contents .land .point dl dt {
  font-weight: 400;
}
.sec .inner .combo .contents .land dl {
  text-align: left;
}
.sec .inner .combo .contents .land dl:not(:last-child) {
  margin-bottom: 80px;
}
.sec .inner .combo .contents .land dl dt {
  color: #111111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 4rem;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
.sec .inner .combo .contents .land dl dt:not(:last-child) {
  margin-bottom: 20px;
}
.sec .inner .combo .contents .land dl dd p {
  color: #111111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
.sec .inner .combo .contents .land dl dd p:not(:last-child) {
  margin-bottom: 40px;
}
.sec .inner .combo .contents .money {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.sec .inner .combo .contents .money .lead {
  width: 100%;
  margin-bottom: 80px;
}
.sec .inner .combo .contents .money .lead p {
  color: #111111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 5.2rem;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  text-align: left;
}
.sec .inner .combo .contents .money .lead p:not(:last-child) {
  margin-bottom: 80px;
}
.sec .inner .combo .contents .money .lead .photo {
  width: 740px;
  position: relative;
  transform: translateX(0px);
}
.sec .inner .combo .contents .money .point {
  padding-top: 80px;
  border-top: solid 1px #111111;
}
.sec .inner .combo .contents .money .point dl dt {
  font-weight: 500;
}
.sec .inner .combo .contents .money > dl {
  text-align: left;
  width: 100%;
}
.sec .inner .combo .contents .money > dl:not(:last-child) {
  margin-bottom: 100px;
}
.sec .inner .combo .contents .money > dl > dt {
  color: #111111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 4rem;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
.sec .inner .combo .contents .money > dl > dt:not(:last-child) {
  margin-bottom: 40px;
}
.sec .inner .combo .contents .money > dl > dd h5 {
  color: #111111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
.sec .inner .combo .contents .money > dl > dd h5:not(:last-child) {
  margin-bottom: 20px;
}
.sec .inner .combo .contents .money > dl > dd p {
  color: #111111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
.sec .inner .combo .contents .money > dl > dd p:not(:last-child) {
  margin-bottom: 40px;
}
.sec .inner .combo .contents .money > dl > dd ul:not(:last-child) {
  margin-bottom: 40px;
}
.sec .inner .combo .contents .money > dl > dd ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.sec .inner .combo .contents .money > dl > dd ul li:not(:last-child) {
  margin-bottom: 5px;
}
.sec .inner .combo .contents .money > dl > dd ul li::before {
  content: "・";
  color: #111111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  display: inline-block;
}
.sec .inner .combo .contents .money > dl > dd ul li span {
  color: #111111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-left: 5px;
}
.sec .inner .combo .contents .money > dl > dd .price {
  width: 100%;
}
.sec .inner .combo .contents .money > dl > dd .price:not(:last-child) {
  margin-bottom: 40px;
}
.sec .inner .combo .contents .money > dl > dd .price dl:not(:last-child) {
  margin-bottom: 20px;
}
.sec .inner .combo .contents .money > dl > dd .price dl dt {
  color: #111111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
.sec .inner .combo .contents .money > dl > dd .price dl dd {
  color: #111111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
.sec .inner .combo .contents .money > dl > dd table {
  width: 100%;
  border-top: solid 1px #999;
}
.sec .inner .combo .contents .money > dl > dd table:not(:last-child) {
  margin-bottom: 40px;
}
.sec .inner .combo .contents .money > dl > dd table tbody tr th {
  color: #111111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: 25%;
  padding: 10px 0;
  border-bottom: solid 1px #999;
  box-sizing: border-box;
}
.sec .inner .combo .contents .money > dl > dd table tbody tr td {
  color: #111111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: 75%;
  padding: 10px 0 10px 30px;
  border-bottom: solid 1px #999;
  box-sizing: border-box;
}
.sec.on .inner .visual {
  opacity: 1;
}
.sec.on .inner .combo .title {
  clip-path: inset(0 0 0 0);
}
.sec.on .inner .combo .text {
  opacity: 1;
}

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 768px) {
  body::before {
    content: none;
  }

  .wrapper {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  .wrapper::before {
    height: 120px;
  }

  .visual {
    width: 100%;
    padding: 60px 20px 0 20px;
    margin-bottom: 40px;
  }
  .visual div {
    width: 100%;
  }

  /* sec1 */
  .sec {
    padding-bottom: 50px;
    width: 100%;
    position: relative;
  }
  .sec h4.body {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .sec h4.body::before {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #000000;
    display: block;
    transform: translateY(0.9rem);
  }
  .sec h4.body span {
    color: #111111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: calc(100% - 45px);
    margin: 0 0 0 15px;
  }
  .sec .text {
    text-align: left;
  }
  .sec .text p {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.8rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  .sec .text p:not(:last-child) {
    margin-bottom: 15px;
  }
  .sec .text p.notice {
    font-size: 1.2rem;
    line-break: 2.4rem;
  }
  .sec .text p strong {
    color: #ffbe00;
    font-weight: 600;
  }
  .sec .inner {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .sec .inner .visual {
    width: 100%;
    opacity: 1;
    transition: opacity 0.5s ease-in 0s;
  }
  .sec .inner .visual:not(:last-child) {
    margin-bottom: 40px;
  }
  .sec .inner .combo {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .sec .inner .combo .title {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
  }
  .sec .inner .combo .title .intitle {
    width: 100%;
    padding: 0px;
    position: sticky;
    top: 85px;
  }
  .sec .inner .combo .title .intitle dl {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .sec .inner .combo .title .intitle dl dt {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
  }
  .sec .inner .combo .title .intitle dl dt:not(:last-child) {
    margin-bottom: 20px;
  }
  .sec .inner .combo .title .intitle dl dd {
    width: calc(100% - 80px);
    padding: 20px 0 0 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }
  .sec .inner .combo .title .intitle dl dd::before {
    width: 100%;
    height: 1px;
  }
  .sec .inner .combo .title .intitle dl dd ul {
    width: 100%;
    margin: 20px 0 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .sec .inner .combo .title .intitle dl dd ul li {
    writing-mode: vertical-rl;
    position: relative;
  }
  .sec .inner .combo .title .intitle dl dd ul li::before {
    width: 12px;
    height: 12px;
    background-color: #111111;
    border-radius: 6px;
    display: block;
    position: absolute;
    top: -26px;
    left: 0.3rem;
  }
  .sec .inner .combo .title .intitle dl dd ul li:not(:last-child) {
    margin-bottom: 0px;
  }
  .sec .inner .combo .title .intitle dl dd ul li.active::before {
    content: "";
  }
  .sec .inner .combo .title .intitle dl dd ul li a {
    color: #000000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  .sec .inner .combo .title .intitle dl dd ul li a:hover {
    color: #999;
  }
  .sec .inner .combo .contents {
    width: 100%;
    /* roll */
    /* process */
    /* land */
    /* money */
  }
  .sec .inner .combo .contents .role {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .sec .inner .combo .contents .role > dl {
    text-align: left;
  }
  .sec .inner .combo .contents .role > dl:not(:last-child) {
    margin-bottom: 50px;
  }
  .sec .inner .combo .contents .role > dl > dt {
    color: #111111;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 3.6rem;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
  }
  .sec .inner .combo .contents .role > dl > dt:not(:last-child) {
    margin-bottom: 10px;
  }
  .sec .inner .combo .contents .role > dl > dd p {
    color: #111111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  .sec .inner .combo .contents .role > dl > dd p:not(:last-child) {
    margin-bottom: 20px;
  }
  .sec .inner .combo .contents .role > dl > dd ul:not(:last-child) {
    margin-bottom: 20px;
  }
  .sec .inner .combo .contents .role > dl > dd ul li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .sec .inner .combo .contents .role > dl > dd ul li::before {
    content: "";
    color: #111111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    display: inline-block;
  }
  .sec .inner .combo .contents .role > dl > dd ul li span {
    color: #111111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-left: 5px;
  }
  .sec .inner .combo .contents .role > dl > dd .skill {
    width: 100%;
  }
  .sec .inner .combo .contents .role > dl > dd .skill:not(:last-child) {
    margin-bottom: 20px;
  }
  .sec .inner .combo .contents .role > dl > dd .skill dl:not(:last-child) {
    margin-bottom: 10px;
  }
  .sec .inner .combo .contents .role > dl > dd .skill dl dt {
    color: #111111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 3rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  .sec .inner .combo .contents .role > dl > dd .skill dl dd {
    color: #111111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.8rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  .sec .inner .combo .contents .process {
    width: 100%;
    padding: 80px 0 0 0;
    position: relative;
  }
  .sec .inner .combo .contents .process .combo {
    width: 100%;
    display: none;
  }
  .sec .inner .combo .contents .process .combo.active {
    display: block;
  }
  .sec .inner .combo .contents .process ul.tab {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
  }
  .sec .inner .combo .contents .process ul.tab.active {
    width: calc(100% - 40px);
    position: fixed;
    top: 60px;
    left: 20px;
  }
  .sec .inner .combo .contents .process ul.tab li {
    width: calc((100% - 10px) / 3);
  }
  .sec .inner .combo .contents .process ul.tab li span {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: 100%;
    height: 40px;
    background-color: #111111;
  }
  .sec .inner .combo .contents .process ul.tab li:hover span {
    background-color: #111111;
  }
  .sec .inner .combo .contents .process ul.tab li.active span {
    background-color: #59B2C3;
  }
  .sec .inner .combo .contents .process .steps {
    width: calc(100% - 30px);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 20px;
    position: relative;
  }
  .sec .inner .combo .contents .process .steps .step {
    width: 33.3333333333%;
    height: 100px;
    border-left: solid 1px #666666;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .sec .inner .combo .contents .process .steps .step p {
    color: #111111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  .sec .inner .combo .contents .process .steps .complete {
    width: 30px;
    height: 100%;
    background-color: #ffbe00;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    position: absolute;
    top: 0px;
    right: -30px;
  }
  .sec .inner .combo .contents .process .steps .complete p {
    color: #111111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .sec .inner .combo .contents .process .timeline {
    width: 100%;
    margin-bottom: 40px;
  }
  .sec .inner .combo .contents .process .timeline .line {
    width: 100%;
    height: 1px;
    background-color: #59B2C3;
    margin-bottom: 10px;
    position: relative;
  }
  .sec .inner .combo .contents .process .timeline .line::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #59B2C3;
    border-radius: 5px;
    position: absolute;
    top: -5px;
    left: 0px;
    display: block;
  }
  .sec .inner .combo .contents .process .timeline .line::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #59B2C3;
    border-radius: 5px;
    position: absolute;
    top: -5px;
    right: 0px;
    display: block;
  }
  .sec .inner .combo .contents .process .timeline .intl {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .sec .inner .combo .contents .process .timeline .intl .time {
    width: 33.3333333333%;
    padding: 5px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  .sec .inner .combo .contents .process .timeline .intl .time p {
    color: #59B2C3;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  .sec .inner .combo .contents .process .timeline .intl .time:last-child .line::after {
    content: none;
  }
  .sec .inner .combo .contents .process .timeline .total {
    width: 100%;
    padding: 5px;
  }
  .sec .inner .combo .contents .process .timeline .total .line::after {
    content: none;
  }
  .sec .inner .combo .contents .process .timeline .total p {
    color: #59B2C3;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  .sec .inner .combo .contents .process dl {
    text-align: left;
    padding-bottom: 20px;
    border-bottom: solid 1px #999;
  }
  .sec .inner .combo .contents .process dl:not(:last-child) {
    margin-bottom: 20px;
  }
  .sec .inner .combo .contents .process dl dt {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  .sec .inner .combo .contents .process dl dt:not(:last-child) {
    margin-bottom: 10px;
  }
  .sec .inner .combo .contents .process dl dt::before {
    content: "";
    color: #111111;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.4rem;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    display: inline-block;
  }
  .sec .inner .combo .contents .process dl dt span {
    color: #111111;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.4rem;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    margin-left: 5px;
    display: inline-block;
  }
  .sec .inner .combo .contents .process dl dd p {
    color: #111111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  .sec .inner .combo .contents .process dl dd p:not(:last-child) {
    margin-bottom: 40px;
  }
  .sec .inner .combo .contents .land {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .sec .inner .combo .contents .land .lead {
    width: 100%;
    margin-bottom: 40px;
  }
  .sec .inner .combo .contents .land .lead p {
    color: #111111;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 4rem;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
  }
  .sec .inner .combo .contents .land .lead p br {
    display: none;
  }
  .sec .inner .combo .contents .land .point {
    padding-top: 40px;
    border-top: solid 1px #111111;
  }
  .sec .inner .combo .contents .land .point dl dt {
    font-weight: 400;
  }
  .sec .inner .combo .contents .land dl:not(:last-child) {
    margin-bottom: 40px;
  }
  .sec .inner .combo .contents .land dl dt {
    color: #111111;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 3rem;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
  }
  .sec .inner .combo .contents .land dl dt:not(:last-child) {
    margin-bottom: 10px;
  }
  .sec .inner .combo .contents .land dl dd p {
    color: #111111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  .sec .inner .combo .contents .land dl dd p:not(:last-child) {
    margin-bottom: 40px;
  }
  .sec .inner .combo .contents .money {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .sec .inner .combo .contents .money .lead {
    margin-bottom: 40px;
  }
  .sec .inner .combo .contents .money .lead p {
    color: #111111;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 4rem;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
  }
  .sec .inner .combo .contents .money .lead p:not(:last-child) {
    margin-bottom: 40px;
  }
  .sec .inner .combo .contents .money .lead p br {
    display: none;
  }
  .sec .inner .combo .contents .money .lead p br.sp {
    display: block;
  }
  .sec .inner .combo .contents .money .lead .photo {
    width: 100%;
    position: relative;
    transform: translateX(0px);
  }
  .sec .inner .combo .contents .money .point {
    padding-top: 40px;
    border-top: solid 1px #111111;
  }
  .sec .inner .combo .contents .money .point dl dt {
    font-weight: 500;
  }
  .sec .inner .combo .contents .money > dl {
    text-align: left;
    width: 100%;
  }
  .sec .inner .combo .contents .money > dl:not(:last-child) {
    margin-bottom: 50px;
  }
  .sec .inner .combo .contents .money > dl > dt {
    color: #111111;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 3rem;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
  }
  .sec .inner .combo .contents .money > dl > dt:not(:last-child) {
    margin-bottom: 20px;
  }
  .sec .inner .combo .contents .money > dl > dd h5 {
    color: #111111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  .sec .inner .combo .contents .money > dl > dd h5:not(:last-child) {
    margin-bottom: 10px;
  }
  .sec .inner .combo .contents .money > dl > dd p {
    color: #111111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  .sec .inner .combo .contents .money > dl > dd p:not(:last-child) {
    margin-bottom: 20px;
  }
  .sec .inner .combo .contents .money > dl > dd ul:not(:last-child) {
    margin-bottom: 20px;
  }
  .sec .inner .combo .contents .money > dl > dd ul li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .sec .inner .combo .contents .money > dl > dd ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  .sec .inner .combo .contents .money > dl > dd ul li::before {
    content: "・";
    color: #111111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    display: inline-block;
  }
  .sec .inner .combo .contents .money > dl > dd ul li span {
    color: #111111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-left: 5px;
  }
  .sec .inner .combo .contents .money > dl > dd .price {
    width: 100%;
  }
  .sec .inner .combo .contents .money > dl > dd .price:not(:last-child) {
    margin-bottom: 40px;
  }
  .sec .inner .combo .contents .money > dl > dd .price dl:not(:last-child) {
    margin-bottom: 20px;
  }
  .sec .inner .combo .contents .money > dl > dd .price dl dt {
    color: #111111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 3rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  .sec .inner .combo .contents .money > dl > dd .price dl dd {
    color: #111111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  .sec .inner .combo .contents .money > dl > dd table {
    width: 100%;
    border-top: solid 1px #999;
  }
  .sec .inner .combo .contents .money > dl > dd table:not(:last-child) {
    margin-bottom: 40px;
  }
  .sec .inner .combo .contents .money > dl > dd table tbody {
    width: 100%;
    display: block;
  }
  .sec .inner .combo .contents .money > dl > dd table tbody tr {
    width: 100%;
    display: block;
  }
  .sec .inner .combo .contents .money > dl > dd table tbody tr th {
    color: #111111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: 100%;
    padding: 10px 0 5px 0;
    border-bottom: none;
    width: 100%;
    display: block;
  }
  .sec .inner .combo .contents .money > dl > dd table tbody tr td {
    color: #111111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: 100%;
    padding: 0 0 10px 0;
    border-bottom: solid 1px #999;
    box-sizing: border-box;
    display: block;
  }
  .sec.on .inner .visual {
    opacity: 1;
  }
  .sec.on .inner .combo .title {
    clip-path: inset(0 0 0 0);
  }
  .sec.on .inner .combo .text {
    opacity: 1;
  }
}

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