@charset "UTF-8";
/* lp */
/* - - - - - - - - - - - - - - -
　　　　　　　　Btn01
- - - - - - - - - - - - - - - */
.Btn01 {
  text-align: center;
  /* PCスタイル */
}
.Btn01 .Btn01__link {
  display: inline-block;
  padding: 15px 50px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-radius: 100px;
}
.Btn01 .Btn01__link.-warm {
  background-color: #F5AB24;
}
@media print, screen and (min-width: 1000px) {
  .Btn01 .Btn01__link {
    padding: 15px 80px;
    font-size: 24px;
    transition: 300ms;
  }
  .Btn01 .Btn01__link:hover {
    opacity: 0.7;
  }
}

/* - - - - - - - - - - - - - - -
　　　　　　　　Btn02
- - - - - - - - - - - - - - - */
.Btn02 {
  text-align: center;
  /* PCスタイル */
}
.Btn02 .Btn02__link {
  display: inline-block;
  padding: 15px 50px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  border-radius: 100px;
  background-color: #0090d5;
}
.Btn02 .Btn02__link.-for {
  background-color: #fff;
  color: #eb6d83;
}
.Btn02 .Btn02__link.-ink {
  border: 3px solid #000;
  color: #000;
  background-color: #fff;
  font-size: 14px;
  padding: 15px 30px;
}
.Btn02 .Btn02__link.-wide {
  padding: 15px 20px;
}
@media print, screen and (min-width: 1000px) {
  .Btn02 .Btn02__link {
    padding: 15px 80px;
    font-size: 24px;
    transition: 300ms;
  }
  .Btn02 .Btn02__link:hover {
    opacity: 0.7;
  }
  .Btn02 .Btn02__link.-ink {
    padding: 12px 40px;
    font-size: 16px;
  }
  .Btn02 .Btn02__link.-wide {
    padding: 15px 80px;
  }
}

/* - - - - - - - - - - - - - - -
　　　　　　　　Btn03
- - - - - - - - - - - - - - - */
.Btn03 {
  /* PCスタイル */
}
.Btn03 .Btn03__link {
  background-color: #e60012;
  max-width: 340px;
  margin: 0 auto;
  width: auto;
  height: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 37px;
  border: 2px solid #e60012;
  transition: background-color 300ms, color 300ms;
}
.Btn03 .Btn03__link span {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  line-height: 1;
}
.Btn03 .Btn03__link:after {
  content: "";
  display: block;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
  right: 22px;
  top: calc(50% - 7px);
  transition: border-color 300ms;
}
@media print, screen and (min-width: 1000px) {
  .Btn03 .Btn03__link {
    width: 100%;
    height: 74px;
    max-width: none;
    gap: 10px;
    border-radius: 50px;
    border: 2px solid #e60012;
    transition: background-color 300ms, color 300ms;
  }
  .Btn03 .Btn03__link span {
    font-size: 20px;
    transition: color 300ms;
  }
  .Btn03 .Btn03__link:after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    height: 15px;
    width: 15px;
    transition: border-color 300ms;
  }
  .Btn03 .Btn03__link:hover {
    background-color: #fff;
  }
  .Btn03 .Btn03__link:hover span {
    color: #e60012;
  }
  .Btn03 .Btn03__link:hover::after {
    border-color: #e60012;
  }
}

/* - - - - - - - - - - - - - - -
　　　　　　　　Card02
- - - - - - - - - - - - - - - */
.Card02 {
  /* PCスタイル */
}
.Card02 .Card02__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 3%;
  margin-bottom: 35px;
}
.Card02 .Card02__item {
  flex: 0 0 calc(50% - 20px);
}
.Card02 .Card02__image {
  margin-bottom: 15px;
}
.Card02 .Card02__title {
  text-align: center;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
}
.Card02 .Card02__text {
  text-align: justify;
  padding: 0 10px;
  font-size: 13px;
}
@media print, screen and (min-width: 1000px) {
  .Card02 .Card02__list {
    gap: 50px 3%;
  }
  .Card02 .Card02__link {
    transition: 300ms;
  }
  .Card02 .Card02__link:hover {
    opacity: 0.7;
  }
  .Card02 .Card02__title {
    font-size: 20px;
  }
  .Card02 .Card02__text {
    font-size: 16px;
  }
}

/* - - - - - - - - - - - - - - -
　　　　　　　　Catch
- - - - - - - - - - - - - - - */
.Catch {
  padding: 35px 20px;
  background-color: #FEEDD4;
  /* PCスタイル */
}
@media print, screen and (min-width: 1000px) {
  .Catch {
    padding: 100px 20px;
  }
}

/* - - - - - - - - - - - - - - -
　　　　　　　　Flow
- - - - - - - - - - - - - - - */
.Flow {
  border: 2px solid #0090d5;
  padding: 50px 15px;
  margin: 0 20px;
  /* PCスタイル */
}
.Flow .Flow__inner {
  max-width: 560px;
  margin: 0 auto;
}
.Flow .Flow__image {
  margin: 30px auto 50px;
}
.Flow .Flow__content {
  margin-bottom: 60px;
  padding: 0 15px;
}
.Flow .Flow__content:last-child {
  margin-bottom: 0;
}
.Flow .Flow__title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.Flow .Flow__title::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 17px;
  font-weight: bold;
  border: 2px solid #000;
  border-radius: 50%;
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 0;
}
.Flow .Flow__title.-no01::before {
  content: "01";
}
.Flow .Flow__title.-no02::before {
  content: "02";
}
.Flow .Flow__title.-no03::before {
  content: "03";
}
.Flow .Flow__text {
  margin-bottom: 25px;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  padding-left: 30px;
  text-align: justify;
}
.Flow .Flow__related {
  padding-left: 30px;
  margin-top: 25px;
}
.Flow .Flow__relatedTitle {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 5px;
}
.Flow .Flow__relatedTitle::before {
  content: "▼";
  font-size: 13px;
  margin: 2px;
}
.Flow .Flow__navList {
  margin-left: 20px;
  width: 100%;
}
.Flow .Flow__navItem {
  margin-bottom: 5px;
  line-height: 1;
  position: relative;
}
.Flow .Flow__navItem::before {
  content: "";
  background-color: #000;
  position: absolute;
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
}
.Flow .Flow__navLink {
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  text-decoration: underline;
  color: #7d787a;
}
@media print, screen and (min-width: 1000px) {
  .Flow {
    margin: 0;
    padding: 50px 100px 100px;
  }
  .Flow .Flow__inner {
    max-width: 100%;
  }
  .Flow .Flow__image {
    margin-bottom: 50px;
    max-width: 560px;
  }
  .Flow .Flow__content {
    margin-bottom: 100px;
    padding: 0;
  }
  .Flow .Flow__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .Flow .Flow__title::before {
    width: 60px;
    height: 60px;
    font-size: 28px;
    left: -55px;
    margin-left: 10px;
  }
  .Flow .Flow__text {
    font-size: 18px;
    margin-bottom: 45px;
  }
  .Flow .Flow__related {
    margin-top: 45px;
  }
  .Flow .Flow__relatedTitle {
    font-size: 18px;
    line-height: 1.5;
  }
  .Flow .Flow__relatedTitle::before {
    content: "▼";
    font-size: 15px;
    margin: 2px;
  }
  .Flow .Flow__navList {
    display: flex;
    flex-wrap: wrap;
    gap: 0 9%;
  }
  .Flow .Flow__navList.-nav03 {
    display: grid;
    grid-template-columns: 40% 40%;
  }
  .Flow .Flow__navLink {
    font-size: 16px;
    transition: 300ms;
  }
  .Flow .Flow__navLink:hover {
    opacity: 0.7;
  }
}

/* - - - - - - - - - - - - - - -
　　　　　　　　For
- - - - - - - - - - - - - - - */
.For {
  background-color: #eb6d83;
  padding: 50px 10px;
  /* PCスタイル */
}
.For .For__title {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 1000px) {
  .For {
    padding: 70px 10px;
  }
  .For .For__title {
    font-size: 32px;
  }
}

/* - - - - - - - - - - - - - - -
　　　　　　　　History
- - - - - - - - - - - - - - - */
.History {
  /* PCスタイル */
}
/* - - - - - - - - - - - - - - -
　　　　　　　　Ink
- - - - - - - - - - - - - - - */
.Ink {
  border: 2px solid #0090d5;
  padding: 50px 15px;
  margin: 0 20px;
  /* PCスタイル */
}
.Ink .Ink__inner {
  max-width: 560px;
  margin: 0 auto;
}
.Ink .Ink__choice {
  border: 4px solid #EBEBEB;
  margin: 30px 0 50px;
}
.Ink .Ink__title {
  padding: 10px;
  font-weight: bold;
  background-color: #EBEBEB;
}
.Ink .Ink__description {
  padding: 15px;
}
.Ink .Ink__description p.LpText {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 1000px) {
  .Ink {
    margin: 0;
    padding: 50px 50px 100px;
  }
  .Ink .Ink__inner {
    max-width: 100%;
  }
  .Ink .Ink__description {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
  }
  .Ink .Ink__description p.LpText {
    margin-bottom: 0;
    flex: 0 0 62%;
  }
}

/* - - - - - - - - - - - - - - -
　　　　　　　　Interview
- - - - - - - - - - - - - - - */
.Interview {
  /* PCスタイル */
}
/* - - - - - - - - - - - - - - -
　　　　　　　　Item
- - - - - - - - - - - - - - - */
.Item {
  /* PCスタイル */
}
/* - - - - - - - - - - - - - - -
　　　　　　　　Lp
- - - - - - - - - - - - - - - */
.Lp {
  /* PCスタイル */
}
.Lp .Lp__inner {
  max-width: 750px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1000px) {
  .Lp .Lp__inner {
    max-width: 1100px;
    width: 100%;
    padding: 0 50px;
    margin: 0 auto;
  }
}

/* - - - - - - - - - - - - - - -
　　　　　　　　LpCategory
- - - - - - - - - - - - - - - */
.LpCategory {
  /* PCスタイル */
}
.LpCategory .LpCategory__list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  justify-content: center;
  margin: 0 auto;
  max-width: 450px;
}
.LpCategory .LpCategory__item {
  flex: 0 0 calc(50% - 20px);
  position: relative;
}
.LpCategory .LpCategory__item::before {
  content: "";
  height: 10px;
  width: 10px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #ffdd00;
  position: absolute;
  right: 5px;
  top: 53%;
  transform: translateY(-50%);
}
.LpCategory .LpCategory__item.-warm:nth-child(odd) {
  background-color: #F5AB24;
}
.LpCategory .LpCategory__item.-warm:nth-child(even) {
  background-color: #FF5C22;
}
.LpCategory .LpCategory__link {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: bold;
  height: 48px;
  justify-content: flex-start;
  letter-spacing: 0;
  line-height: 1.3;
  padding-left: 10px;
}
@media print, screen and (min-width: 1000px) {
  .LpCategory .LpCategory__list {
    max-width: 100%;
    gap: 0 9px;
  }
  .LpCategory .LpCategory__item {
    flex: 0 0 24%;
    transition: 300ms;
  }
  .LpCategory .LpCategory__item:hover {
    opacity: 0.7;
  }
  .LpCategory .LpCategory__item::before {
    right: 10px;
    top: 50%;
    height: 16px;
    width: 16px;
  }
  .LpCategory .LpCategory__link {
    font-size: 19px;
    height: 80px;
    padding: 0 20px 0 10px;
  }
}

/* - - - - - - - - - - - - - - -
　　　　　　　　LpMv
- - - - - - - - - - - - - - - */
.LpMv {
  /* PCスタイル */
}
.LpMv .LpMv__image {
  margin: 0 auto;
}
/* - - - - - - - - - - - - - - -
　　　　　　　　LpText
- - - - - - - - - - - - - - - */
.LpText {
  font-size: 14px;
  text-align: justify;
  /* PCスタイル */
}
.LpText.-center {
  text-align: center;
}
.LpText.-white {
  color: #fff;
}
.LpText.-for {
  margin: 30px 0 10px;
}
.LpText.-for span {
  position: relative;
}
.LpText.-for span::before {
  content: "＼";
  position: absolute;
  display: block;
  font-size: 14px;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.LpText.-for span::after {
  content: "／";
  position: absolute;
  display: block;
  font-size: 14px;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 1000px) {
  .LpText {
    font-size: 18px;
  }
}

/* - - - - - - - - - - - - - - -
　　　　　　　　Print
- - - - - - - - - - - - - - - */
.Print {
  border: 2px solid #0090d5;
  padding: 50px 15px;
  margin: 0 20px;
  /* PCスタイル */
}
.Print .Print__inner {
  max-width: 560px;
  margin: 0 auto;
}
.Print .Print__list {
  margin: 30px 0 50px;
}
.Print .Print__item {
  margin-bottom: 50px;
}
.Print .Print__image {
  margin-bottom: 20px;
}
.Print .Print__title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.3;
}
.Print .Print__title .small {
  font-size: 12px;
}
.Print .Print__text {
  font-size: 14px;
  text-align: justify;
}
@media print, screen and (min-width: 1000px) {
  .Print {
    margin: 0;
    padding: 50px 50px 100px;
  }
  .Print .Print__inner {
    max-width: 100%;
  }
  .Print .Print__list {
    display: flex;
    margin: 30px 0;
    justify-content: space-between;
  }
  .Print .Print__item {
    flex: 0 0 31%;
    margin-bottom: 0;
  }
  .Print .Print__title {
    font-size: 20px;
  }
  .Print .Print__title .small {
    font-size: 15px;
  }
  .Print .Print__text {
    font-size: 16px;
  }
}

/* - - - - - - - - - - - - - - -
　　　　　　　　Section
- - - - - - - - - - - - - - - */
.Section {
  margin-bottom: 70px;
  /* PCスタイル */
}
.Section.Card01 {
  margin-bottom: 100px;
}
@media print, screen and (min-width: 1000px) {
  .Section {
    margin-bottom: 120px;
  }
  .Section.Card01 {
    margin-bottom: 200px;
  }
}

/* - - - - - - - - - - - - - - -
　　　　　　　　Title01
- - - - - - - - - - - - - - - */
.Title01 {
  margin-bottom: 35px;
  padding: 0 20px;
  /* PCスタイル */
}
.Title01 .Title01__main {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
.Title01 .Title01__sub {
  font-size: 13px;
  text-align: center;
}
@media print, screen and (min-width: 1000px) {
  .Title01 {
    margin-bottom: 80px;
  }
  .Title01 .Title01__main {
    font-size: 36px;
  }
  .Title01 .Title01__sub {
    font-size: 26px;
  }
}

/* - - - - - - - - - - - - - - -
　　　　　　　　Text01
- - - - - - - - - - - - - - - */
.Title02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  /* PCスタイル */
}
.Title02 .Title02__main {
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.7;
  word-break: keep-all;
  text-align: center;
  margin-bottom: -10px;
}
.Title02 .Title02__main.-english {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 36px;
}
.Title02 .Title02__sub {
  font-size: 12px;
  color: #7d787a;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 1000px) {
  .Title02 {
    margin-bottom: 50px;
  }
  .Title02 .Title02__main {
    font-size: 55px;
  }
  .Title02 .Title02__main.-english {
    font-size: 75px;
  }
  .Title02 .Title02__sub {
    font-size: 24px;
  }
}

/* --------------------
 * CpRecommend 
 * -------------------- */
.CpRecommend {
  /* SPスタイル */
}
.CpRecommend .CpRecommend__title {
  text-align: center;
  background-color: #ebebeb;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
}
.CpRecommend .CpRecommend__titleText {
  font-size: 26px;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  position: relative;
}
.CpRecommend .CpRecommend__titleText::before, .CpRecommend .CpRecommend__titleText::after {
  content: "";
  height: 30px;
  width: 2px;
  background-color: #231815;
  position: absolute;
  top: 50%;
}
.CpRecommend .CpRecommend__titleText::before {
  left: -20px;
  transform: translateY(-50%) rotate(-30deg);
}
.CpRecommend .CpRecommend__titleText::after {
  right: -20px;
  transform: translateY(-50%) rotate(30deg);
}
.CpRecommend .CpRecommend__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.CpRecommend .CpRecommend__image {
  margin-bottom: 20px;
}
.CpRecommend .CpRecommend__title2 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 5px;
}
.CpRecommend .CpRecommend__text {
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 25px;
}
.CpRecommend .CpRecommend__btnLink {
  display: block;
  background-color: #231815;
  border: 2px solid #231815;
  border-radius: 50px;
  padding: 20px 0;
  width: 260px;
  margin: 0 auto;
  position: relative;
  transition: all 300ms;
}
.CpRecommend .CpRecommend__btnLink::after {
  content: "";
  background-image: url(../images/cp/common/icon/arrow/arrow_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: all 300ms;
}
.CpRecommend .CpRecommend__btnLink:hover {
  background-color: #fff;
}
.CpRecommend .CpRecommend__btnLink:hover::after {
  background-image: url(../images/cp/common/icon/arrow/arrow_black.svg);
}
.CpRecommend .CpRecommend__btnLink:hover .CpRecommend__btnText {
  color: #231815;
}
.CpRecommend .CpRecommend__btnText {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  height: 100%;
  color: #fff;
  transition: color 300ms;
}
@media print, screen and (max-width: 768px) {
  .CpRecommend .CpRecommend__title {
    padding: 10px 0;
    margin-bottom: 35px;
  }
  .CpRecommend .CpRecommend__titleText {
    font-size: 20px;
  }
  .CpRecommend .CpRecommend__titleText::before, .CpRecommend .CpRecommend__titleText::after {
    content: "";
    height: 23px;
    width: 1px;
  }
  .CpRecommend .CpRecommend__titleText::before {
    left: -20px;
    transform: translateY(-50%) rotate(-30deg);
  }
  .CpRecommend .CpRecommend__titleText::after {
    right: -20px;
    transform: translateY(-50%) rotate(30deg);
  }
  .CpRecommend .CpRecommend__list {
    padding: 0 20px;
    grid-template-columns: 1fr;
  }
  .CpRecommend .CpRecommend__item {
    margin-bottom: 15px;
  }
  .CpRecommend .CpRecommend__title2 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .CpRecommend .CpRecommend__text {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .CpRecommend .CpRecommend__btnLink {
    width: 200px;
    padding: 15px 0;
    transition: none;
  }
  .CpRecommend .CpRecommend__btnLink::after {
    width: 8px;
    height: 12px;
    right: 10px;
    transition: none;
  }
  .CpRecommend .CpRecommend__btnLink:hover {
    background-color: #231815;
  }
  .CpRecommend .CpRecommend__btnLink:hover::after {
    background-image: url(../images/cp/common/icon/arrow/arrow_white.svg);
  }
  .CpRecommend .CpRecommend__btnLink:hover .CpRecommend__btnText {
    color: #fff;
  }
  .CpRecommend .CpRecommend__btnText {
    font-size: 14px;
  }
}

/* - - - - - - - - - - - - - - -
　　　　　　　　Card01
- - - - - - - - - - - - - - - */
.Card01 {
  /* PCスタイル */
}
.Card01 .Card01__list {
  align-items: stretch;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 3%;
  margin-bottom: 40px;
}
.Card01 .Card01__item {
  flex: 0 0 calc(50% - 20px);
}
.Card01 .Card01__image {
  margin-bottom: 10px;
}
.Card01 .Card01__image img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.Card01 .Card01__name {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.05em;
  margin-bottom: 10px;
}
.Card01 .Card01__name.-history {
  font-weight: normal;
}
.Card01 .Card01__number {
  font-size: 13px;
  line-height: 1;
  margin-bottom: 5px;
}
.Card01 .Card01__table {
  border: 2px solid #000;
  border-collapse: collapse;
  margin-bottom: 13px;
  width: 99%;
}
.Card01 .Card01__table th {
  background-color: #EFEFEF;
  border-bottom: 2px solid #000;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  padding: 3px;
  text-align: center;
  width: 20%;
}
.Card01 .Card01__table td {
  border-bottom: 2px solid #000;
  font-size: 12px;
  line-height: 1.5;
  padding: 3px 0 3px 7px;
  text-align: left;
  width: 80%;
}
.Card01 .Card01__value {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0;
  margin-bottom: 5px;
}
.Card01 .Card01__text {
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0.03em;
  text-align: justify;
}
@media print, screen and (min-width: 1000px) {
  .Card01 .Card01__list {
    justify-content: space-between;
    margin-bottom: 80px;
    padding: 0;
    gap: 0;
  }
  .Card01 .Card01__item {
    flex: 0 0 23.5%;
  }
  .Card01 .Card01__link:hover {
    transition: 300ms;
    opacity: 0.7;
  }
  .Card01 .Card01__name {
    font-size: 18px;
  }
  .Card01 .Card01__table th {
    font-size: 13px;
  }
  .Card01 .Card01__table td {
    font-size: 13px;
  }
  .Card01 .Card01__value {
    font-size: 16px;
    line-height: 1.3;
  }
  .Card01 .Card01__text {
    font-size: 16px;
  }
}

/* --------------------
 * Bizblouson 
 * -------------------- */
.Bizblouson {
  /* SPスタイル */
}
.Bizblouson .Bizblouson__content {
  margin-bottom: 100px;
}
.Bizblouson .Bizblouson__contentInner {
  background-color: #e7e4cc;
  max-width: 1000px;
  padding: 90px 0;
  margin: 0 auto;
}
.Bizblouson .Bizblouson__contentTitle {
  font-weight: bold;
  font-size: 35px;
  line-height: 1;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 20px;
}
.Bizblouson .Bizblouson__contentTitle span {
  color: #e83534;
}
.Bizblouson .Bizblouson__contentText {
  font-size: 19px;
  line-height: 1.57;
  font-feature-settings: "palt";
  text-align: center;
  margin-bottom: 30px;
}
.Bizblouson .Bizblouson__bargainInner {
  max-width: 720px;
  margin: 0 auto;
}
.Bizblouson .Bizblouson__bargainContent {
  position: relative;
  display: grid;
  gap: 30px;
}
.Bizblouson .Bizblouson__bargainFlex.-block {
  display: flex;
  justify-content: space-between;
  gap: 2.3rem;
}
.Bizblouson .Bizblouson__bargainFlex.-text {
  display: block;
  justify-content: center;
  margin-top: 46px;
}
.Bizblouson .Bizblouson__bargain1 {
  width: 100%;
  height: 313px;
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  color: #000;
  text-align: center;
}
.Bizblouson .Bizblouson__bargain1Number {
  position: absolute;
  width: 78px;
  height: 78px;
  top: -13%;
  left: -4%;
}
.Bizblouson .Bizblouson__bargain1Text {
  font-weight: bold;
  font-size: 50px;
  text-align: center;
  margin-top: 46px;
}
.Bizblouson .Bizblouson__bargainOFF1 {
  width: 100%;
  max-width: 286px;
  padding-top: 64px;
  margin: 0 auto;
}
.Bizblouson .Bizblouson__bargain2 {
  width: 100%;
  height: 313px;
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  text-align: center;
}
.Bizblouson .Bizblouson__bargain2Boldtext {
  font-weight: bold;
  font-size: 50px;
}
.Bizblouson .Bizblouson__bargainOFF2 {
  width: 100%;
  max-width: 262px;
  padding-top: 58px;
  margin: 0 auto;
}
.Bizblouson .Bizblouson__bargain2Text {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -0.07em;
  padding: 15px 0;
  text-align: left;
  line-height: 28px;
}
.Bizblouson .Bizblouson__bargainImage {
  position: absolute;
  top: 17%;
  right: -10%;
  width: 160px;
  height: 160px;
  display: block;
}
@media print, screen and (max-width: 900px) {
  .Bizblouson .Bizblouson__bargainImage {
    right: -3%;
  }
}
.Bizblouson .Bizblouson__bargainNote {
  padding: 40px 0;
  font-size: 18px;
}
.Bizblouson .Bizblouson__bargainList li {
  display: flex;
  align-items: flex-start;
}
.Bizblouson .Bizblouson__bargainList li::before {
  content: "・";
}
.Bizblouson .Bizblouson__bargain2Number {
  position: absolute;
  width: 78px;
  height: 78px;
  left: 50%;
  top: -40px;
  transform: translateX(-50%);
}
.Bizblouson .Bizblouson__example {
  background-color: #fff;
  position: relative;
}
.Bizblouson .Bizblouson__exampleTitle {
  background-color: #595757;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 5px;
}
.Bizblouson .Bizblouson__exampleContent {
  display: grid;
  gap: 20px;
  grid-template-columns: 33% 1fr;
  padding: 15px 20px;
  font-feature-settings: "palt";
}
.Bizblouson .Bizblouson__exampleImage {
  align-items: center;
  display: grid;
}
.Bizblouson .Bizblouson__exampleTable {
  font-size: 14px;
  width: 100%;
  border-spacing: 0px 7px;
}
.Bizblouson .Bizblouson__exampleTable th {
  background-color: #c9caca;
  border-radius: 5px 0 0 5px;
  margin-bottom: 10px;
  font-weight: 400;
  padding: 7px 10px;
}
.Bizblouson .Bizblouson__exampleTable td {
  background-color: #f7f8f8;
  border-radius: 0 5px 5px 0;
  padding: 7px 0 7px 10px;
}
.Bizblouson .Bizblouson__exampleText {
  font-size: 14px;
}
.Bizblouson .Bizblouson__exampleText.-red {
  color: #e83534;
  font-size: 18px;
  font-weight: bold;
  margin-top: -25px;
}
.Bizblouson .Bizblouson__textLarge {
  font-size: 40px;
}
.Bizblouson .Bizblouson__textMedium {
  font-size: 26px;
}
.Bizblouson .Bizblouson__exampleLabel {
  font-size: 25px;
  color: #e83534;
  font-weight: bold;
  text-align: center;
  font-feature-settings: "palt";
  position: relative;
  line-height: 30px;
  z-index: 2;
}
.Bizblouson .Bizblouson__exampleLabel::after {
  position: absolute;
  content: "";
  width: 434px;
  height: 40px;
  border-radius: 5px;
  background-color: #fff56e;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.Bizblouson .Bizblouson__exampleLabel span {
  font-size: 40px;
}
.Bizblouson .Bizblouson__exampleOff {
  position: absolute;
  right: -3%;
  bottom: 20%;
  width: 130px;
  height: 130px;
}
.Bizblouson .Bizblouson__btn {
  width: 344px;
  height: 71px;
  color: #fff;
  background-color: #231815;
  border: 2px solid #231815;
  border-radius: 50px;
  margin: 35px auto 0;
  position: relative;
  transition: all 300ms;
}
.Bizblouson .Bizblouson__btn:hover {
  background-color: #fff;
}
.Bizblouson .Bizblouson__btn:hover .Bizblouson__btnText {
  color: #231815;
}
.Bizblouson .Bizblouson__btnText {
  width: 100%;
  height: 100%;
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  transition: all 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Bizblouson .Bizblouson__cta .Bizblouson__btn {
  width: 100%;
  height: 35px;
}
.Bizblouson .Bizblouson__cta .Bizblouson__btnText {
  font-size: 14px;
}
.Bizblouson .Bizblouson__ctaTitle {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}
.Bizblouson .Bizblouson__ctaContents {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 30px;
  margin-top: 30px;
}
.Bizblouson .Bizblouson__ctaItem {
  border: 1px solid #595757;
  padding: 30px 15px;
  display: grid;
  grid-row: span 6;
  grid-template-rows: subgrid;
}
.Bizblouson .Bizblouson__ctaName {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}
.Bizblouson .Bizblouson__ctaNumber {
  text-align: center;
  font-size: 12px;
}
.Bizblouson .Bizblouson__ctaImage {
  position: relative;
  margin: 0 -15px;
}
.Bizblouson .Bizblouson__ctaColor {
  position: absolute;
  top: 0;
  right: 5%;
  width: 60px;
  height: 60px;
  font-weight: bold;
  background-color: #efefef;
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  text-align: center;
}
.Bizblouson .Bizblouson__ctaColor .Bizblouson__ctaBlock {
  display: block;
}
.Bizblouson .Bizblouson__ctaText {
  font-size: 13px;
}
.Bizblouson .Bizblouson__ctaPrice {
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
}
.Bizblouson .Bizblouson__ctaPrice .Bizblouson__textLarge {
  font-size: 30px;
  font-weight: bold;
}
.Bizblouson .Bizblouson__ctaPrice .Bizblouson__textMedium {
  font-size: 24px;
  font-weight: bold;
}
.Bizblouson .Bizblouson__strongInner {
  background-color: #efefef;
  padding: 50px;
  border-radius: 10px;
}
.Bizblouson .Bizblouson__strongTitle {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}
.Bizblouson .Bizblouson__strongContent {
  background-color: #fff;
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 20%;
  margin-top: 30px;
  align-items: center;
}
.Bizblouson .Bizblouson__strongLead {
  display: grid;
  gap: 1em;
  font-size: 16px;
  padding: 10px 0;
}
.Bizblouson .Bizblouson__strongText a {
  text-decoration: underline;
  transition: opacity 300ms;
}
.Bizblouson .Bizblouson__strongText a:hover {
  opacity: 0.7;
  transition: opacity 300ms;
}
.Bizblouson .Bizblouson__specialTitle {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}
.Bizblouson .Bizblouson__specialContents {
  margin-top: 40px;
}
.Bizblouson .Bizblouson__specialList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.Bizblouson .Bizblouson__specialCaption {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
}
@media print, screen and (max-width: 768px) {
  .Bizblouson .Bizblouson__contentInner {
    padding: 40px 20px;
  }
  .Bizblouson .Bizblouson__contentTitle {
    font-size: 16px;
  }
  .Bizblouson .Bizblouson__contentText {
    font-size: 16px;
  }
  .Bizblouson .Bizblouson__bargainFlex.-block {
    display: block;
  }
  .Bizblouson .Bizblouson__bargain1Number {
    width: 60px;
    height: 60px;
    top: -55%;
  }
  .Bizblouson .Bizblouson__bargain1 {
    width: 100%;
    max-width: 600px;
  }
  .Bizblouson .Bizblouson__bargain1Text {
    font-size: 15px;
  }
  .Bizblouson .Bizblouson__bargain2 {
    width: 100%;
    max-width: 600px;
  }
  .Bizblouson .Bizblouson__bargain2::before {
    font-size: 40px;
    top: -21%;
  }
  .Bizblouson .Bizblouson__bargain2Text {
    font-size: 20px;
  }
  .Bizblouson .Bizblouson__bargain2Text span {
    font-size: 25px;
  }
  .Bizblouson .Bizblouson__bargainImage {
    width: 100px;
    height: 100px;
    right: -10px;
    top: 15%;
  }
  .Bizblouson .Bizblouson__bargainNote {
    width: 100%;
    max-width: 602px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 0 40px;
    font-size: 14px;
  }
  .Bizblouson .Bizblouson__bargainList li {
    align-items: flex-start;
  }
  .Bizblouson .Bizblouson__bargain1,
  .Bizblouson .Bizblouson__bargain2 {
    margin: 50px auto 45px;
  }
  .Bizblouson .Bizblouson__exampleTitle {
    font-size: 16px;
    padding: 10px 0;
  }
  .Bizblouson .Bizblouson__exampleContent {
    grid-template-columns: 1fr;
  }
  .Bizblouson .Bizblouson__exampleImage {
    width: 50%;
    margin: 0 auto;
  }
  .Bizblouson .Bizblouson__exampleText {
    padding-top: 20px;
    width: 200px;
    margin: auto;
  }
  .Bizblouson .Bizblouson__exampleText.-red {
    width: 200px;
    margin: 0 auto;
    padding-top: 5px;
  }
  .Bizblouson .Bizblouson__exampleLabel {
    margin-top: 20px;
  }
  .Bizblouson .Bizblouson__exampleLabel::after {
    height: 66px;
    width: 293px;
    top: 46%;
  }
  .Bizblouson .Bizblouson__exampleOff {
    right: auto;
    left: 75%;
    bottom: 20%;
    width: 100px;
    height: 100px;
  }
  .Bizblouson .Bizblouson__btn {
    width: auto;
  }
  .Bizblouson .Bizblouson__cta .Bizblouson__btn {
    margin-top: 20px;
  }
  .Bizblouson .Bizblouson__ctaInner {
    padding: 0 20px;
  }
  .Bizblouson .Bizblouson__ctaTitle {
    font-size: 25px;
  }
  .Bizblouson .Bizblouson__ctaContents {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .Bizblouson .Bizblouson__ctaItem {
    padding: 20px;
    gap: 0;
  }
  .Bizblouson .Bizblouson__ctaName {
    font-size: 20px;
  }
  .Bizblouson .Bizblouson__ctaNumber {
    font-size: 16px;
    padding-top: 10px;
  }
  .Bizblouson .Bizblouson__ctaImage {
    margin: 0;
  }
  .Bizblouson .Bizblouson__ctaText {
    font-size: 15px;
  }
  .Bizblouson .Bizblouson__ctaPrice {
    margin-top: 10px;
  }
  .Bizblouson .Bizblouson__strongInner {
    padding: 50px 20px;
  }
  .Bizblouson .Bizblouson__strongTitle {
    font-size: 25px;
  }
  .Bizblouson .Bizblouson__strongContent {
    grid-template-columns: 1fr;
  }
  .Bizblouson .Bizblouson__specialInner {
    padding: 0 20px;
  }
  .Bizblouson .Bizblouson__specialTitle {
    font-size: 25px;
  }
  .Bizblouson .Bizblouson__specialList {
    grid-template-columns: 1fr;
  }
}

/* - - - - - - - - - - - - - - -
GdRanking
- - - - - - - - - - - - - - - */
.GdRanking {
  margin-bottom: 100px;
}
.GdRanking .GdRankingTitle {
  width: 530px;
  margin: 0 auto 70px;
  position: relative;
}
.GdRanking .GdRankingTitle::after {
  display: block;
  content: "";
  position: absolute;
  inset: 60px 0 0 0;
  margin: auto;
  background-image: url(../images/cp/gd/icon_triangle.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 75px;
  height: 20px;
}
.GdRanking .GdRanking__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  place-content: center;
  place-items: start center;
  gap: 80px clamp(3.75rem, -8.75rem + 20vw, 7.5rem);
}
.GdRanking .GdRanking__item {
  display: grid;
  grid-template-rows: auto 124px 110px 370px 70px 74px;
}
.GdRanking .GdRanking__itemImage {
  margin: 0 10px 10px;
}
.GdRanking .GdRanking__itemTitle {
  text-align: center;
}
.GdRanking .GdRanking__itemTitle.-jp {
  display: block;
  font-weight: 700;
  font-size: 36px;
  font-feature-settings: "palt";
  letter-spacing: -0.01em;
  line-height: 1.1;
  margin-bottom: 5px;
}
.GdRanking .GdRanking__itemTitle.-number {
  display: block;
  font-weight: 500;
  font-size: 24px;
  font-feature-settings: "palt";
  line-height: 1;
}
.GdRanking .GdRanking__itemText {
  font-size: 18px;
  line-height: 1.33em;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
}
.GdRanking .GdRanking__itemContents {
  border: 1px solid #231815;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  margin-bottom: 20px;
}
.GdRanking .GdRanking__itemLead {
  background-color: #efefef;
  padding: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.39;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
  text-align: center;
  grid-column: 1/3;
  grid-row: 1/2;
}
.GdRanking .GdRanking__itemWrap {
  padding: 20px 10px;
  grid-row: 2/3;
  position: relative;
}
.GdRanking .GdRanking__itemWrap:nth-child(2) {
  grid-column: 1/2;
  border-right: 0.5px solid #231815;
}
.GdRanking .GdRanking__itemWrap:last-child {
  grid-column: 2/3;
}
.GdRanking .GdRanking__itemType {
  border-radius: 50px;
  background-image: linear-gradient(90deg, rgb(165, 34, 245), rgb(0, 118, 191));
  font-weight: 600;
  font-size: 16px;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  margin: 0 10px 20px;
}
.GdRanking .GdRanking__itemType.-natural {
  background-color: #faeed8;
  background-image: none;
  color: #231815;
}
.GdRanking .GdRanking__itemType.-black {
  background-color: #231815;
  background-image: none;
}
.GdRanking .GdRanking__itemSize {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
  text-align: center;
  margin: -5px 0 10px;
}
.GdRanking .GdRanking__itemPrice {
  font-weight: 600;
  font-size: 32px;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
  text-align: center;
}
.GdRanking .GdRanking__itemPrice span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 54px;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "palt";
}
.GdRanking .GdRanking__itemPrice.-before span {
  position: relative;
}
.GdRanking .GdRanking__itemPrice.-before span::before, .GdRanking .GdRanking__itemPrice.-before span::after {
  position: absolute;
  display: block;
  content: "";
  border: 2px solid #e60012;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 2px;
}
.GdRanking .GdRanking__itemPrice.-before span::before {
  top: 35px;
}
.GdRanking .GdRanking__itemPrice.-before span::after {
  top: 45px;
}
.GdRanking .GdRanking__itemPrice.-after span {
  color: #e60012;
}
.GdRanking .GdRanking__itemPrice.-after::before {
  display: block;
  content: "";
  inset: 0;
  margin: 0 auto 10px;
  background-image: url(../images/cp/gd/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 66px;
  height: 43px;
}
.GdRanking .GdRanking__itemSale {
  position: absolute;
  bottom: 65px;
  right: -20px;
  background-image: url(../images/cp/gd/pict_zigzag.svg);
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
  width: 90px;
  height: 90px;
  display: grid;
  place-content: center;
}
.GdRanking .GdRanking__itemPercent {
  color: #fef14c;
  font-size: 21px;
  text-align: center;
}
.GdRanking .GdRanking__itemPercent span {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 33px;
  line-height: 1;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
}
.GdRanking .GdRanking__itemOff {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #fef14c;
  font-size: 21px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: -5px;
}
.GdRanking .GdRanking__itemNote {
  list-style: disc;
  padding-left: 1em;
  font-size: 14px;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
  margin-bottom: 30px;
}
@media print, screen and (max-width: 1000px) {
  .GdRanking {
    padding: 0 20px;
    margin: 0 auto 50px;
  }
  .GdRanking .GdRankingTitle {
    width: 280px;
    margin: 0 auto 60px;
  }
  .GdRanking .GdRankingTitle::after {
    inset: 100px 0 0 0;
    margin: auto;
  }
  .GdRanking .GdRanking__list {
    grid-template-columns: 1fr;
    gap: 50px 0;
  }
  .GdRanking .GdRanking__item {
    display: block;
    min-height: 0;
    max-width: 440px;
  }
  .GdRanking .GdRanking__itemImage {
    margin: 0 auto 10px;
    max-width: 340px;
  }
  .GdRanking .GdRanking__itemTitle.-jp {
    font-size: 26px;
  }
  .GdRanking .GdRanking__itemTitle.-number {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .GdRanking .GdRanking__itemText {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .GdRanking .GdRanking__itemContents {
    border: 1px solid #231815;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .GdRanking .GdRanking__itemLead {
    padding: 10px;
    font-size: 16px;
  }
  .GdRanking .GdRanking__itemWrap {
    padding: 15px 10px 10px;
  }
  .GdRanking .GdRanking__itemType {
    font-size: 14px;
    padding: 5px 0;
    margin: 0 auto 10px;
    max-width: 160px;
  }
  .GdRanking .GdRanking__itemSize {
    font-size: 14px;
    margin: -5px 0 10px;
  }
  .GdRanking .GdRanking__itemPrice {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .GdRanking .GdRanking__itemPrice span {
    font-size: 40px;
  }
  .GdRanking .GdRanking__itemPrice.-before span {
    position: relative;
  }
  .GdRanking .GdRanking__itemPrice.-before span::before, .GdRanking .GdRanking__itemPrice.-before span::after {
    border: 1px solid #e60012;
    width: 90px;
    height: 1px;
  }
  .GdRanking .GdRanking__itemPrice.-before span::before {
    top: 24px;
  }
  .GdRanking .GdRanking__itemPrice.-before span::after {
    top: 31px;
  }
  .GdRanking .GdRanking__itemPrice.-after::before {
    margin: 0 auto 10px;
    background-image: url(../images/cp/gd/icon_arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 66px;
    height: 43px;
  }
  .GdRanking .GdRanking__itemSale {
    position: absolute;
    bottom: 45px;
    right: -10px;
    width: 65px;
    height: 65px;
    display: grid;
    place-content: center;
  }
  .GdRanking .GdRanking__itemPercent {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .GdRanking .GdRanking__itemPercent span {
    font-size: 26px;
    line-height: 1;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
  }
  .GdRanking .GdRanking__itemOff {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.04em;
    text-align: center;
    margin-top: -5px;
  }
  .GdRanking .GdRanking__itemNote {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

/* - - - - - - - - - - - - - - -
GdLead
- - - - - - - - - - - - - - - */
.GdLead {
  margin-bottom: 80px;
}
.GdLead .GdLead__title {
  font-weight: 700;
  font-size: 36px;
  color: #e60012;
  margin: 55px auto 30px;
  text-align: center;
  line-height: 1.2;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
}
.GdLead .GdLead__text {
  font-size: 26px;
  line-height: 1.53;
  text-align: center;
  margin: 0 auto;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
}
@media print, screen and (max-width: 1000px) {
  .GdLead {
    margin-bottom: 50px;
    padding: 0 20px;
  }
  .GdLead .GdLead__title {
    font-size: 26px;
    margin: 30px auto 20px;
  }
  .GdLead .GdLead__text {
    font-size: 16px;
  }
}

/* - - - - - - - - - - - - - - -
GdNotion
- - - - - - - - - - - - - - - */
.GdNotion {
  margin-bottom: 100px;
}
.GdNotion .GdNotion__content {
  padding: 40px 70px;
  border: 1px solid #231815;
  border-radius: 10px;
}
.GdNotion .GdNotion__title {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 20px;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
}
.GdNotion .GdNotion__list {
  list-style: disc;
  font-size: 18px;
  margin-bottom: 20px;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
  padding-left: 1em;
}
@media print, screen and (max-width: 1000px) {
  .GdNotion {
    padding: 0 20px;
    margin: 0 auto 50px;
  }
  .GdNotion .GdNotion__content {
    padding: 20px 25px;
    border-radius: 10px;
  }
  .GdNotion .GdNotion__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .GdNotion .GdNotion__list {
    font-size: 14px;
  }
}

/* - - - - - - - - - - - - - - -
 　　　　　　　　LpFaq
 - - - - - - - - - - - - - - - */
.LpFaq {
  background-color: #EDEDED;
  margin: 0 0px 60px;
  padding: 15px;
  /* PCスタイル */
}
.LpFaq .LpFaq__inner {
  background-color: #fff;
  padding: 30px 20px;
}
.LpFaq .LpFaq__title {
  width: 80%;
  margin: 0 auto 30px;
}
.LpFaq .LpFaq__list {
  margin-bottom: 20px;
}
.LpFaq .LpFaq__item {
  margin-bottom: 20px;
}
.LpFaq .LpFaq__lead {
  font-size: 16px;
  padding: 0 40px 15px;
  font-weight: bold;
  border-bottom: 2px solid rgba(35, 24, 21, 0.2);
  position: relative;
  cursor: pointer;
}
.LpFaq .LpFaq__lead::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/cp/student/icon_q.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 32%;
  left: 15px;
  width: 17px;
  height: 20px;
  transform: translateY(-50%);
}
.LpFaq .LpFaq__lead::after {
  content: "＋";
  display: block;
  position: absolute;
  -webkit-text-stroke: 3px #000;
  right: 15px;
  top: 35%;
  transform: translateY(-50%);
  font-size: 18px;
}
.LpFaq .LpFaq__lead.-active::after {
  content: "－";
  right: 15px;
  top: 35%;
  transform: translateY(-50%);
  font-size: 18px;
}
.LpFaq .LpFaq__text {
  font-size: 13px;
  padding: 15px 40px;
  background-color: rgba(239, 139, 148, 0.2);
  position: relative;
  display: none;
}
.LpFaq .LpFaq__text::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/cp/student/icon_a.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 25px;
  left: 15px;
  width: 17px;
  height: 20px;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 1000px) {
  .LpFaq {
    padding: 40px;
    margin: 0 0 130px;
  }
  .LpFaq .LpFaq__inner {
    padding: 80px 40px;
  }
  .LpFaq .LpFaq__title {
    margin: 0 auto 50px;
  }
  .LpFaq .LpFaq__lead {
    font-size: 18px;
    padding: 0 0 20px 60px;
  }
  .LpFaq .LpFaq__lead::before {
    top: 15px;
    left: 15px;
    width: 30px;
    height: 35px;
  }
  .LpFaq .LpFaq__lead::after {
    content: "＋";
    right: 20px;
    top: 15px;
    font-size: 30px;
  }
  .LpFaq .LpFaq__lead.-active::after {
    right: 20px;
    top: 15px;
    font-size: 30px;
  }
  .LpFaq .LpFaq__text {
    font-size: 18px;
    padding: 20px 60px;
  }
  .LpFaq .LpFaq__text::before {
    content: "";
    top: 36px;
    left: 15px;
    width: 30px;
    height: 35px;
  }
}

/* - - - - - - - - - - - - - - -
　　　　　　　　LpAnchor
- - - - - - - - - - - - - - - */
.LpAnchor {
  margin: 38px auto 50px;
  padding: 0 20px;
  /* PCスタイル */
}
.LpAnchor .LpAnchor__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.LpAnchor .LpAnchor__item {
  margin-bottom: 20px;
  flex: 0 0 48%;
}
.LpAnchor .LpAnchor__link {
  display: block;
}
@media print, screen and (min-width: 1000px) {
  .LpAnchor {
    margin-top: 48px;
  }
  .LpAnchor .LpAnchor__list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
    flex-wrap: wrap;
  }
  .LpAnchor .LpAnchor__item {
    flex: 0 0 24%;
    margin-bottom: 20px;
    flex: 0 0 24%;
  }
  .LpAnchor .LpAnchor__link {
    transition: opacity 300ms;
  }
  .LpAnchor .LpAnchor__link:hover {
    opacity: 0.7;
  }
}

/* - - - - - - - - - - - - - - -
　　　　　　　　LpTitle
- - - - - - - - - - - - - - - */
.LpTitle {
  text-align: center;
  margin-bottom: 38px;
  font-weight: 700;
  /* PCスタイル */
}
.LpTitle .LpTitle__top {
  display: inline-block;
  font-size: 17px;
  position: relative;
}
.LpTitle .LpTitle__top::before, .LpTitle .LpTitle__top::after {
  content: "";
  position: absolute;
  display: inline;
  top: 12px;
  left: -17px;
  width: 15px;
  height: 1px;
  background-color: #000;
  transform: rotate(67deg);
}
.LpTitle .LpTitle__top::after {
  left: auto;
  right: -17px;
  transform: rotate(113deg);
}
.LpTitle .LpTitle__main {
  display: block;
  font-size: 31px;
  line-height: 1.2;
}
.LpTitle .LpTitle__bold {
  font-size: 42px;
}
.LpTitle .LpTitle__english {
  font-size: 40px;
}
.LpTitle .LpTitle__bottom {
  display: block;
  font-size: 18px;
}
@media print, screen and (min-width: 1000px) {
  .LpTitle {
    margin-bottom: 38px;
  }
  .LpTitle .LpTitle__top {
    font-size: 29px;
  }
  .LpTitle .LpTitle__top::before, .LpTitle .LpTitle__top::after {
    content: "";
    position: absolute;
    display: inline;
    top: 20px;
    left: -31px;
    width: 30px;
    height: 2px;
    background-color: #000;
    transform: rotate(67deg);
  }
  .LpTitle .LpTitle__top::after {
    left: auto;
    right: -31px;
    transform: rotate(113deg);
  }
  .LpTitle .LpTitle__main {
    font-size: 60px;
    line-height: 1.2;
  }
  .LpTitle .LpTitle__bold {
    font-size: 60px;
  }
  .LpTitle .LpTitle__english {
    font-size: 70px;
  }
  .LpTitle .LpTitle__bottom {
    font-size: 22px;
  }
}

/* - - - - - - - - - - - - - - -
　　　　　　　　Club
- - - - - - - - - - - - - - - */
.Club {
  /* PCスタイル */
}
.Club .Club__section {
  padding: 0 10px;
  margin: 0 auto 70px;
}
.Club .Club__rankingList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
.Club .Club__rankingItem {
  flex: 0 0 50%;
  margin-bottom: 20px;
}
.Club .Club__rankingItem.-first {
  flex: 0 0 70%;
}
.Club .Club__rankingLink {
  display: block;
}
.Club .Club__rankingImage {
  margin-bottom: 10px;
  position: relative;
}
.Club .Club__rankingImage::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/cp/club/icon_01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 62px;
  height: 68px;
  top: 0;
  left: 0;
}
.Club .Club__rankingImage.-image01::before {
  background-image: url(../images/cp/club/icon_01.webp);
}
.Club .Club__rankingImage.-image02::before {
  width: 47px;
  height: 51px;
  background-image: url(../images/cp/club/icon_02.webp);
}
.Club .Club__rankingImage.-image03::before {
  width: 47px;
  height: 51px;
  background-image: url(../images/cp/club/icon_03.webp);
}
.Club .Club__rankingTitle {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0px;
  height: 70px;
  font-feature-settings: "palt";
}
.Club .Club__rankingText {
  font-size: 16px;
  padding: 0 15px;
  font-feature-settings: "palt";
}
.Club .Club__btnLink {
  display: block;
  max-width: 500px;
  margin: 0 auto;
}
.Club .Club__designList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.Club .Club__designItem {
  flex: 0 0 50%;
  margin-bottom: 20px;
}
.Club .Club__designLink {
  display: block;
}
.Club .Club__designTitle {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.Club .Club__designImage {
  margin-bottom: 5px;
}
.Club .Club__designNumber {
  text-align: center;
  font-size: 10px;
}
.Club .Club__how {
  background-color: #EDEDED;
  padding: 15px;
  margin-bottom: 60px;
}
.Club .Club__howInner {
  background-color: #fff;
  border-radius: 35px;
  padding: 30px 20px;
}
.Club .Club__howTitle {
  width: 80%;
  margin: 0 auto 30px;
}
.Club .Club__howTitleText {
  text-align: center;
  font-size: 16px;
  margin-bottom: 40px;
}
.Club .Club__howItem {
  margin-bottom: 15px;
}
.Club .Club__howLead {
  font-size: 18px;
  padding: 0 0 10px 24px;
  font-weight: bold;
  border-bottom: 2px solid #000;
  position: relative;
  cursor: pointer;
}
.Club .Club__howLead::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 3px;
  left: 0;
}
.Club .Club__howLead::after {
  content: "＋";
  display: block;
  position: absolute;
  -webkit-text-stroke: 3px #000;
  right: 5px;
  top: 35%;
  transform: translateY(-50%);
  font-size: 18px;
}
.Club .Club__howLead.-active::after {
  content: "－";
  right: 5px;
  top: 35%;
  transform: translateY(-50%);
  font-size: 18px;
}
.Club .Club__howLead.-lead1::before {
  background-image: url(../images/cp/club/how_01.webp);
  width: 14px;
  height: 18px;
}
.Club .Club__howLead.-lead2::before {
  background-image: url(../images/cp/club/how_02.webp);
  width: 20px;
  height: 18px;
}
.Club .Club__howLead.-lead3::before {
  background-image: url(../images/cp/club/how_03.webp);
  width: 20px;
  height: 18px;
}
.Club .Club__howLead.-lead4::before {
  background-image: url(../images/cp/club/how_04.webp);
  width: 21px;
  height: 18px;
}
.Club .Club__howText {
  font-size: 14px;
  padding: 20px 30px;
  background-color: rgba(239, 139, 148, 0.2);
  display: none;
}
.Club .Club__line {
  margin-bottom: 50px;
}
.Club .Club__lineTitle {
  text-align: center;
  margin-bottom: 12px;
}
.Club .Club__lineAbout {
  padding: 0;
  margin-bottom: 40px;
}
.Club .Club__lineSubTitle {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
}
.Club .Club__lineFlow {
  margin-bottom: 30px;
}
.Club .Club__lineBtn {
  width: 75%;
  margin: 0 auto 10px;
}
.Club .Club__pdfLink {
  display: block;
  max-width: 600px;
  margin: 0 auto;
}
.Club .Club__discountList {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  margin-bottom: 20px;
  flex-direction: column;
  flex-wrap: nowrap;
}
.Club .Club__discountItem {
  flex: 0 0 48%;
  margin-bottom: 20px;
  border: 3px solid #EC7183;
  border-radius: 15px;
  padding: 15px 15px;
}
.Club .Club__discountItem.-item3 .Club__discountItemTitleMiddle {
  font-size: 50px;
}
.Club .Club__discountItem.-item3 .Club__discountItemTitleSmall {
  margin-top: 10px;
}
.Club .Club__discountItem.-item4 .Club__discountItemTitleMark {
  flex: 0 0 85px;
  width: auto;
  border-radius: 10px;
}
.Club .Club__discountItem.-item4 .Club__discountItemTitleMiddle {
  font-size: 30px;
}
.Club .Club__discountWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.Club .Club__discountIcon {
  margin-bottom: 0px;
  width: 47px;
}
.Club .Club__discountItemTitle {
  font-weight: 700;
  text-align: center;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 0px;
}
.Club .Club__discountItemTitlePink {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: #E83534;
  font-size: 30px;
  margin-bottom: 15px;
}
.Club .Club__discountItemTitleMark {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0;
  font-feature-settings: "palt";
  background-color: #E83534;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  line-height: 1.12;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 40px;
  margin-bottom: 10px;
}
.Club .Club__discountItemTitleMiddle {
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  margin-bottom: 10px;
}
.Club .Club__discountItemTitleSmall {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.05em;
}
.Club .Club__discountItemText {
  font-size: 16px;
  line-height: 1.33;
  text-align: justify;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
}
.Club .Club__discountText {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
}
.Club .Club__caseItem {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #231815;
}
.Club .Club__caseLink {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr auto;
  grid-template-areas: "image1 image2" "content content";
  gap: 10px;
}
.Club .Club___caseImage1 {
  grid-area: image1;
}
.Club .Club___caseImage2 {
  grid-area: image2;
}
.Club .Club__caseWrap {
  grid-area: content;
  padding: 0 10px;
}
.Club .Club__caseTitle {
  font-weight: 700;
  font-size: 20px;
  font-feature-settings: "palt";
}
.Club .Club__caseText {
  font-size: 16px;
  font-feature-settings: "palt";
}
.Club .Club__banner {
  display: block;
}
.Club .Club__contact {
  margin: 0 auto 50px;
  width: 300px;
  max-width: 500px;
}
.Club .Club__contactLink {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  background-color: #FFEA00;
  padding: 20px 0;
  border-radius: 10px;
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}
@media print, screen and (min-width: 1000px) {
  .Club .Club__section {
    margin: 0 auto 120px;
    padding: 0;
  }
  .Club .Club__rankingList {
    justify-content: flex-start;
    margin-bottom: 50px;
  }
  .Club .Club__rankingItem {
    flex: 0 0 32%;
  }
  .Club .Club__rankingItem.-first {
    flex: 0 0 32%;
  }
  .Club .Club__rankingLink {
    transition: 200ms;
  }
  .Club .Club__rankingLink:hover {
    transition: 200ms;
    opacity: 0.7;
  }
  .Club .Club__rankingImage::before {
    width: 75px;
    height: 82px;
  }
  .Club .Club__rankingImage.-image02::before {
    width: 75px;
    height: 82px;
  }
  .Club .Club__rankingImage.-image03::before {
    width: 75px;
    height: 82px;
  }
  .Club .Club__rankingTitle {
    font-size: 24px;
    line-height: 1.3;
    height: 120px;
  }
  .Club .Club__rankingText {
    font-size: 18px;
    padding: 0 15px;
  }
  .Club .Club__btnLink {
    display: block;
    width: 500px;
    transition: 300ms opacity;
  }
  .Club .Club__btnLink:hover {
    opacity: 0.7;
  }
  .Club .Club__designList {
    display: flex;
    justify-content: space-between;
    gap: 50px 0;
    margin-bottom: 50px;
  }
  .Club .Club__designItem {
    flex: 0 0 32%;
    margin-bottom: 0;
  }
  .Club .Club__designLink {
    display: block;
    transition: opacity 300ms;
  }
  .Club .Club__designLink:hover {
    opacity: 0.7;
  }
  .Club .Club__designTitle {
    font-size: 33px;
    margin-bottom: 10px;
  }
  .Club .Club__designImage {
    margin-bottom: 10px;
  }
  .Club .Club__designNumber {
    font-size: 12px;
  }
  .Club .Club__how {
    padding: 50px;
    margin-bottom: 130px;
  }
  .Club .Club__howInner {
    background-color: #fff;
    border-radius: 35px;
    padding: 80px;
  }
  .Club .Club__howTitle {
    width: 80%;
    margin: 0 auto 30px;
  }
  .Club .Club__howTitleText {
    text-align: center;
    font-size: 20px;
    margin-bottom: 60px;
  }
  .Club .Club__howItem {
    margin-bottom: 20px;
  }
  .Club .Club__howLead {
    font-size: 36px;
    padding-left: 60px;
  }
  .Club .Club__howLead::before {
    top: 13px;
  }
  .Club .Club__howLead::after {
    font-size: 36px;
    top: 43%;
  }
  .Club .Club__howLead.-active::after {
    font-size: 36px;
    top: 42%;
  }
  .Club .Club__howLead.-lead1::before {
    width: 28px;
    height: 37px;
  }
  .Club .Club__howLead.-lead2::before {
    width: 38px;
    height: 37px;
  }
  .Club .Club__howLead.-lead3::before {
    width: 38px;
    height: 37px;
  }
  .Club .Club__howLead.-lead4::before {
    width: 42px;
    height: 36px;
  }
  .Club .Club__howText {
    font-size: 18px;
    padding: 20px 50px;
    background-color: rgba(239, 139, 148, 0.2);
  }
  .Club .Club__line {
    margin-bottom: 110px;
  }
  .Club .Club__lineTitle {
    text-align: center;
    margin-bottom: 12px;
  }
  .Club .Club__lineAbout {
    margin-bottom: 80px;
  }
  .Club .Club__lineSubTitle {
    text-align: center;
    margin-bottom: 20px;
    font-size: 38px;
  }
  .Club .Club__lineFlow {
    margin-bottom: 60px;
  }
  .Club .Club__lineBtn {
    width: 60%;
    margin: 0 auto 30px;
  }
  .Club .Club__pdfLink {
    max-width: 700px;
  }
  .Club .Club__discountList {
    margin-bottom: 20px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .Club .Club__discountItem {
    flex: 0 0 48%;
    margin-bottom: 40px;
    padding: 30px 25px;
  }
  .Club .Club__discountItem.-item3 .Club__discountItemTitleMiddle {
    font-size: 42px;
  }
  .Club .Club__discountItem.-item3 .Club__discountItemTitleSmall {
    margin-top: 10px;
  }
  .Club .Club__discountItem.-item4 .Club__discountItemTitleMark {
    flex: 0 0 100px;
    width: auto;
    border-radius: 10px;
  }
  .Club .Club__discountItem.-item4 .Club__discountItemTitleMiddle {
    font-size: 40px;
  }
  .Club .Club__discountWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
  }
  .Club .Club__discountIcon {
    width: 77px;
  }
  .Club .Club__discountItemTitle {
    text-align: center;
    font-size: 38px;
    line-height: 1;
    margin-bottom: 0;
  }
  .Club .Club__discountItemTitlePink {
    gap: 5px;
    font-size: 50px;
    margin-bottom: 15px;
  }
  .Club .Club__discountItemTitleMark {
    font-size: 19px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    line-height: 1.12;
    flex: 0 0 50px;
  }
  .Club .Club__discountItemTitleMark.-small {
    font-size: 14px;
  }
  .Club .Club__discountItemTitleSmall {
    font-size: 35px;
    margin-top: 5px;
  }
  .Club .Club__discountItemText {
    font-size: 18px;
  }
  .Club .Club__discountText {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .Club .Club__caseItem {
    padding-bottom: 40px;
    margin-bottom: 50px;
  }
  .Club .Club__caseLink {
    display: grid;
    grid-template-columns: 1fr 1fr 260px;
    grid-template-rows: 1fr;
    grid-template-areas: "image1 image2 content";
    gap: 10px;
  }
  .Club .Club___caseImage1 {
    grid-area: image1;
  }
  .Club .Club___caseImage2 {
    grid-area: image2;
  }
  .Club .Club__caseWrap {
    grid-area: content;
    padding: 0 10px;
  }
  .Club .Club__caseTitle {
    font-weight: 700;
    font-size: 20px;
    font-feature-settings: "palt";
  }
  .Club .Club__caseText {
    font-size: 16px;
    font-feature-settings: "palt";
  }
  .Club .Club__banner {
    transition: opacity 300ms;
  }
  .Club .Club__banner:hover {
    opacity: 0.7;
  }
  .Club .Club__contact {
    margin: 0 auto 110px;
    width: 660px;
    max-width: none;
  }
  .Club .Club__contactLink {
    font-size: 28px;
    padding: 32px 0;
    transition: opacity 300ms;
  }
  .Club .Club__contactLink:hover {
    opacity: 0.7;
  }
}