@charset "UTF-8";
/* 変数・関数 */
/* 基礎クラス：共通・その他 */
html {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #333333;
  font-family: "Noto Sans JP", -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "メイリオ", Sans-Serif;
  font-weight: 500;
  font-size: 1.5em;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100vh;
  overflow-wrap: break-word;
  word-wrap: break-word;
  margin: auto;
  overflow-x: hidden;
}

main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f-wrapper {
  width: 100%;
  max-width: 1200px;
  padding: 0 16px;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}

a:hover {
  outline: none;
  text-decoration: none;
  opacity: 0.8;
}

a:active {
  outline: none;
}

a:link {
  outline: none;
}

a:visited {
  outline: none;
}

button:hover {
  outline: none;
}

button:active {
  outline: none;
}

button:link {
  outline: none;
}

button:visited {
  outline: none;
}

button:focus {
  outline: none;
}

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

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

p {
  margin-bottom: 0;
}

p,
blockquote,
address,
small,
dt,
dd,
li,
th,
td,
td,
span {
  line-height: 150%;
  margin: 0;
}

div {
  line-height: 100%;
}

p + p {
  margin-top: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  vertical-align: top;
  /* font-weight:700; */
  font-size: 100%;
}

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

img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.pcOnly {
  display: none;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    color: #333333;
    text-decoration-line: none;
  }
}
@media screen and (min-width: 992px) {
  .spOnly {
    display: none;
  }
  .pcOnly {
    display: block;
  }
}
/* 部品クラス：cta */
.commonTitle {
  color: #333333;
  font-weight: 900;
  font-size: 2.7rem;
  line-height: 1.48148148;
  text-align: center;
  letter-spacing: 0.05em;
  position: relative;
  text-align: center;
}
.commonTitle:after {
  position: absolute;
  bottom: -24px;
  left: 50%;
  content: "";
  width: 30px;
  height: 8px;
  background-image: url(../img/materials/img/imgPencil.png);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .commonTitle {
    font-size: 3.9rem;
    line-height: 1.4358974;
  }
}
/* 部品クラス：ヘッダー */
.headerSpOnly {
  display: block;
}

.header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 8000;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  -webkit-box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.04);
}

.headerInner {
  padding: 16px 24px;
  max-width: 1440px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.headerLink {
  width: 70px;
  display: block;
}

.headerLogo {
  width: 70px;
}
.headerLogo source, .headerLogo img {
  width: 100%;
}

.headerBtnWrap {
  margin-top: 32px;
}

.headerTeacherLink {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #F34109;
  padding: 12px 56px 12px 24px;
  font-weight: 900;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  border-radius: 16px;
  position: relative;
  line-height: 1.5;
  max-width: 230px;
}
.headerTeacherLink:hover {
  opacity: 1;
  background: #BF0008;
  color: #fff;
}
.headerTeacherLink:after {
  content: "";
  display: block;
  margin-left: 8px;
  right: 24px;
  width: 24px;
  height: 24px;
  background-image: url(../img/materials/icon/iconArrowWhite.svg);
  position: absolute;
  top: calc(50% - 12px);
}

.headerNavListLink {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #333333;
}

.headerToggle {
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  width: 32px;
  height: 32px;
  padding: 0;
}

.headerToggleLine {
  width: 100%;
  height: 2px;
  background: #333333;
  display: block;
  margin: 4px auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.headerToggleLine:nth-child(1) {
  margin-top: 0;
}
.headerToggleLine:nth-child(2) {
  margin-bottom: 0;
}
.header.is-open .headerToggleLine:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(4px, 4px);
          transform: rotate(45deg) translate(4px, 4px);
}
.header.is-open .headerToggleLine:nth-child(2) {
  opacity: 0;
}
.header.is-open .headerToggleLine:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(4px, -4px);
          transform: rotate(-45deg) translate(4px, -4px);
}

.headerOverlay {
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 991px) {
  .header {
    z-index: 20;
  }
  .headerNav {
    position: fixed;
    top: 64px;
    left: 0;
    background: #fff;
    padding: 32px 24px;
    width: 100%;
    z-index: -1;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
    -webkit-transition: -webkit-transform;
    transition: -webkit-transform;
    transition: transform;
    transition: transform, -webkit-transform;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .header.is-open .headerNav {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  .headerNavLitstItem:not(:first-child) {
    margin-top: 32px;
  }
  .headerOverlay {
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header.is-open + .headerOverlay {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 992px) {
  .headerToggle {
    display: none;
  }
  .headerNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
  }
  .headerNavList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 8px 0;
  }
  .headerNavLitstItem {
    margin-left: 32px;
  }
  .headerSpOnly {
    display: none;
  }
  .header {
    width: 100%;
    height: 88px;
    z-index: 8000;
  }
  .headerInner {
    max-width: 1440px;
    padding: 0 32px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .headerNavWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
  }
  .headerLink {
    width: 106px;
  }
  .headerLogo {
    width: 106px;
  }
  .headerLogo source, .headerLogo img {
    width: 100%;
  }
  .headerBtnWrap {
    position: relative;
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 222px;
    height: auto;
    top: 0;
    right: 0;
    margin-top: 0;
  }
  .headerBtnWrap.headerBtnUpMove {
    -webkit-animation: none;
            animation: none;
  }
  .headerBtnWrap.headerBtnDownMove {
    -webkit-animation: none;
            animation: none;
  }
  .headerTeacherLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    white-space: nowrap;
  }
}
/* 部品クラス：メインビジュアル */
.mainVisual {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 32px;
  padding-top: 114px;
}

.mainVisualLogoWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.mainVisualText {
  font-size: clamp(1.5rem, 2.1vw, 1.8rem);
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-right: 20px;
}

.mainVisualLogo {
  width: 70px;
  position: relative;
}

.manVisualLogoText {
  width: 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: clamp(0.9rem, 1.5vw, 0.9rem);
}

.mainVisualCopyBox {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 16px;
  width: 100%;
  position: relative;
}

.mainVisualCopyBallon {
  font-size: clamp(1.8rem, 2.4vw, 2.1rem);
  font-weight: 900;
  text-align: center;
  border-radius: 100rem;
  padding: 12px 24px;
  background: #FFBF1F;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  letter-spacing: 0.05em;
}
.mainVisualCopyBallon::before {
  content: "";
  display: block;
  width: 28px;
  height: 13px;
  background: inherit;
  position: absolute;
  top: 100%;
  left: calc(50% - 14px);
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.mainVisualCopy {
  font-size: clamp(2.4rem, 3vw, 2.4rem);
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 16px;
  text-wrap: balance;
}
.mainVisualCopy span {
  color: #F34109;
  font-size: 3.3rem;
}

.mainVisualCta {
  margin-top: 16px;
  width: 100%;
  max-width: 420px;
  padding-inline: 16px;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.mainVisualCtaButton {
  border-radius: 100rem;
  background: #F34109;
  text-align: center;
  font-weight: 900;
  font-size: clamp(2.4rem, 3vw, 2.4rem);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 8px 0px 0px #BF0008;
          box-shadow: 0px 8px 0px 0px #BF0008;
  padding: 8px 32px;
  line-height: 1.5;
}
.mainVisualCtaButton:hover {
  color: #fff;
}

.mainVisualBtnGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}

.mainVisualInfo {
  margin-top: 24px;
  font-size: clamp(1.2rem, 1.8vw, 1.5rem);
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.05em;
  padding: 0 16px;
}

.mainVisualAppStore {
  width: 135px;
  display: block;
  margin-right: 24px;
}

.mainVisualGooglePlay {
  width: 134px;
  display: block;
}

.mainVisualImg {
  max-width: 851.41px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-bottom: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 16px;
}

@media screen and (min-width: 544px) {
  .mainVisualInfo {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .mainVisual {
    padding-top: 153px;
    padding-bottom: 100px;
  }
  .manVisualLogoText {
    font-size: 1.5rem;
  }
  .mainVisualText {
    font-size: 2.1rem;
    margin-right: 24px;
    font-weight: 500;
  }
  .mainVisualLogo {
    width: 106px;
  }
  .mainVisualCopyBox {
    margin-top: 24px;
  }
  .mainVisualCopyBallon {
    font-size: 3.3rem;
    width: 760px;
  }
  .mainVisualCopyBallon::before {
    width: 56px;
    height: 26px;
    left: 80px;
  }
  .mainVisualCta {
    max-width: 480px;
  }
  .mainVisualCtaButton {
    font-size: 3.9rem;
    padding: 12px;
  }
  .mainVisualBtnGroup {
    margin-top: 32px;
  }
  .mainVisualInfo {
    text-align: left;
    padding: 0;
  }
  .mainVisualImg {
    margin-top: 32px;
  }
  .mainVisualAppStore {
    width: 201px;
    margin-right: 32px;
  }
  .mainVisualCopy {
    font-size: 3.9rem;
  }
  .mainVisualCopy span {
    color: #F34109;
    font-size: 6.4rem;
  }
  .mainVisualGooglePlay {
    width: 202px;
  }
  .mainVisualImg {
    padding: 0 0 0;
    margin-left: 16.59px;
    margin-top: 0;
  }
  .mainVisualImg img {
    position: relative;
    z-index: -1;
  }
}
/* 部品クラス： reason */
.reason {
  padding: 64px 16px;
  width: 100vw;
}

.reasonTitle {
  text-align: center;
  font-weight: 900;
  font-size: clamp(2.4rem, 3vw, 2.4rem);
  letter-spacing: 0.05em;
}
.reasonTitle span {
  color: #F34109;
}

.reasonList {
  margin-top: 32px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}

.reasonCard {
  border-radius: 32px;
  background: #FFF8E8;
  padding: 32px 24px;
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
}

.reasonCardTextTitle {
  font-size: clamp(1.8rem, 2.4vw, 2.1rem);
  text-align: center;
  font-weight: 900;
}
.reasonCardTextTitle span {
  font-size: clamp(2.4rem, 3vw, 2.4rem);
  color: #F34109;
}

.reasonCardText {
  font-size: clamp(1.8rem, 2.4vw, 2.1rem);
  margin-top: 24px;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.reasonCardImg {
  margin-bottom: 0;
  margin-top: 24px;
}
.reasonCardImg img {
  max-width: 100%;
}

.reasonMoreLink {
  margin: 32px auto 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #F34109;
  padding: 16px 64px 16px 32px;
  font-weight: 900;
  font-size: clamp(2.1rem, 2.7vw, 2.1rem);
  letter-spacing: 0.05em;
  border-radius: 16px;
  position: relative;
  line-height: 1.5;
  max-width: 360px;
}
.reasonMoreLink:hover {
  opacity: 1;
  background: #BF0008;
  color: #fff;
}
.reasonMoreLink:after {
  content: "";
  display: block;
  margin-left: 8px;
  right: 32px;
  width: 24px;
  height: 24px;
  background-image: url(../img/materials/icon/iconArrowWhite.svg);
  position: absolute;
  top: calc(50% - 12px);
}

@media screen and (min-width: 768px) {
  .reasonList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px 16px;
    max-width: none;
  }
  .reasonCard {
    max-width: 356px;
    margin: 0;
  }
  .reasonMoreLink {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 360px;
    margin-top: 64px;
  }
}
@media screen and (max-width: 767px) {
  .reasonInner {
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 992px) {
  .reason {
    width: 100vw;
    padding: 100px 64px;
  }
  .reasonInner {
    max-width: 1200px;
    margin-inline: auto;
  }
  .reasonTitle {
    font-size: 3.9rem;
  }
  .reasonList {
    margin-top: 64px;
    width: 100%;
    max-width: 100%;
  }
  .reasonCard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 32px 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
    max-width: 420px;
  }
  .reasonCardImg {
    width: 336px;
    max-width: 100%;
  }
  .reasonCardTextTitle {
    text-align: center;
    font-size: 2.1rem;
  }
  .reasonCardTextTitle span {
    font-size: 3.3rem;
  }
  .reasonCardText {
    font-weight: 500;
    text-align: center;
    margin-top: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .reasonCard {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
/* 部品クラス：info */
.teacher {
  padding: 80px 16px;
  background: #fff;
  width: 100vw;
  overflow: hidden;
}

.teacherInner {
  max-width: 1200px;
  margin-inline: auto;
}

.teacherTitle {
  text-align: center;
  font-weight: 900;
  font-size: clamp(2.4rem, 3vw, 2.4rem);
  letter-spacing: 0.05em;
}
.teacherTitle span {
  color: #F34109;
}

.teacherSldier {
  margin-top: 32px;
  margin-left: -24px;
  margin-right: -24px;
}
.teacherSldier .slick-list {
  padding-left: 24px;
}
.teacherSldier .slick-slide {
  margin: 0 8px;
  height: auto;
}
.teacherSldier .slick-track {
  padding-top: 40px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.teacherSlierItem {
  border-radius: 32px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.08);
  padding: 24px;
  padding-bottom: 72px;
  width: 280px;
  max-width: 280px;
  position: relative;
}
.teacherSlierItem:hover {
  background: #F0F0F0;
  opacity: 1;
}
.teacherSlierItem::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/materials/icon/iconCardArrow.svg) no-repeat center/contain;
  position: absolute;
  bottom: 24px;
  right: 24px;
}
.teacherSlierItem a {
  color: #333333;
}

.teacherSliderItemImg {
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 336/224;
}
.teacherSliderItemImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.teacherSliderItemTextWrapper {
  margin-top: 16px;
}

.teacherSliderItemTitle {
  font-weight: 900;
  color: #333333;
  font-size: clamp(1.8rem, 2.4vw, 2.1rem);
}

.teacherSliderItemName {
  color: #666666;
  margin-top: 8px;
}

.teacherSliderItemText {
  color: #333333;
  font-size: clamp(1.5rem, 2.1vw, 1.8rem);
}

.teacherButton {
  margin-top: 0;
}

.teacherButtonLink {
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #F34109;
  padding: 16px 64px 16px 32px;
  font-weight: 900;
  font-size: clamp(2.1rem, 2.7vw, 2.1rem);
  letter-spacing: 0.05em;
  border-radius: 16px;
  position: relative;
  line-height: 1.5;
  max-width: 360px;
}
.teacherButtonLink:hover {
  opacity: 1;
  background: #BF0008;
  color: #fff;
}
.teacherButtonLink:after {
  content: "";
  display: block;
  margin-left: 8px;
  right: 32px;
  width: 24px;
  height: 24px;
  background-image: url(../img/materials/icon/iconArrowWhite.svg);
  position: absolute;
  top: calc(50% - 12px);
}

@media screen and (min-width: 768px) {
  .teacherButtonLink {
    max-width: 360px;
  }
}
@media screen and (min-width: 992px) {
  .teacher {
    padding: 100px 64px;
  }
  .teacherTitle {
    font-size: 3.9rem;
  }
  .teacherSldier {
    margin-top: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .teacherSldier .slick-slide {
    margin: 0 12px !important;
  }
  .teacherSlierItem {
    width: 384px;
    max-width: 100%;
  }
  .teacherSlierItem::after {
    width: 48px;
    height: 48px;
  }
  .teacherSliderItemTitle {
    font-size: 2.1rem;
  }
  .teacherSliderItemName {
    font-size: 1.8rem;
  }
  .teacherSliderItemText {
    font-size: 1.8rem;
    margin-top: 16px;
  }
  .teacherButton {
    margin-top: 24px;
  }
  .teacherButtonLink {
    font-size: 2.1rem;
    padding: 16px 32px;
    line-height: 1.5;
  }
}
/* 部品クラス：voice */
.voice {
  padding: 64px 16px;
  background: #fff;
  overflow: hidden;
  width: 100vw;
}

.voiceInner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.voiceTitle {
  text-align: center;
  font-weight: 900;
  font-size: clamp(2.4rem, 3vw, 2.4rem);
  letter-spacing: 0.05em;
}
.voiceTitle span {
  color: #F34109;
}

.voiceSldier {
  margin-top: 32px;
  margin-left: -24px;
  margin-right: -24px;
}
.voiceSldier .slick-list {
  padding-left: 24px;
}
.voiceSldier .slick-slide {
  margin: 0 8px;
}
.voiceSldier .slick-track {
  padding-top: 40px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.voiceSlierItem {
  border-radius: 32px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.08) !important;
          box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.08) !important;
  padding: 24px 24px;
  width: 280px;
  margin-right: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  display: block;
  height: auto;
}

.voiceSliderItemImg {
  display: -ms-grid;
  display: grid;
  place-items: center;
  background: #FFE5A5;
  border-radius: 16px;
  overflow: hidden;
  height: auto;
  aspect-ratio: 293/154;
  width: 100%;
}
.voiceSliderItemImg img {
  width: 100%;
  aspect-ratio: 293/154;
  -o-object-fit: cover;
     object-fit: cover;
}

.voiceSliderItemTextWrapper {
  margin-top: 16px;
}

.voiceSliderItemName {
  font-size: clamp(1.5rem, 2.1vw, 1.8rem);
  color: #666666;
  letter-spacing: 0.05em;
  margin-top: 16px;
}

.voiceSliderItemText {
  font-size: clamp(1.5rem, 2.1vw, 1.8rem);
  color: #333333;
}

.voiceButton {
  margin-top: 32px;
}

.voiceButtonLink {
  margin: 32px auto 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #F34109;
  padding: 16px 64px 16px 32px;
  font-weight: 900;
  font-size: clamp(2.1rem, 2.7vw, 2.1rem);
  letter-spacing: 0.05em;
  border-radius: 16px;
  position: relative;
  line-height: 1.5;
  max-width: 360px;
}
.voiceButtonLink:hover {
  opacity: 1;
  background: #BF0008;
  color: #fff;
}
.voiceButtonLink:after {
  content: "";
  display: block;
  margin-left: 8px;
  right: 32px;
  width: 24px;
  height: 24px;
  background-image: url(../img/materials/icon/iconArrowWhite.svg);
  position: absolute;
  top: calc(50% - 12px);
}

@media screen and (min-width: 768px) {
  .voiceButton {
    margin-top: 0;
  }
  .voiceButtonLink {
    max-width: 360px;
  }
}
@media screen and (min-width: 992px) {
  .voice {
    padding: 100px 64px;
  }
  .voiceTitle {
    font-size: 3.9rem;
  }
  .voiceSldier {
    margin-right: -64px;
  }
  .voiceSlierItem {
    width: 360px;
    margin: 0 12px !important;
  }
  .voiceSlierItem::after {
    width: 48px;
    height: 48px;
  }
  .voiceSliderItemText {
    font-size: 1.8rem;
  }
  .voiceSliderItemName {
    font-size: 1.8rem;
  }
  .voiceButton {
    margin-top: 24px;
  }
  .voiceButtonLink {
    font-size: 2.1rem;
    padding: 16px 32px;
    line-height: 1.5;
  }
}

/* 部品クラス：live */
.live {
  padding: 64px 16px;
  background: #fff;
  overflow: hidden;
  width: 100vw;
}

.liveInner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.liveTitle {
  text-align: center;
  font-weight: 900;
  font-size: clamp(2.4rem, 3vw, 2.4rem);
  letter-spacing: 0.05em;
}
.liveTitle span {
  color: #F34109;
}
.livesubTitle {
 font-size: 	clamp(2.0rem, 3vw, 2.0rem);
	letter-spacing: 0.05em;
}
.liveSldier {
  margin-top: 32px;
  margin-left: -24px;
  margin-right: -24px;
}
.liveSldier .slick-list {
  padding-left: 24px;
}
.liveSldier .slick-slide {
  margin: 0 8px;
}
.liveSldier .slick-track {
  padding-top: 40px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.liveSlierItem {
  border-radius: 32px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.08) !important;
          box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.08) !important;
  padding: 24px 24px;
  width: 280px;
  margin-right: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  display: block;
  height: auto;
}

.liveSliderItemImg {
  display: -ms-grid;
  display: grid;
  place-items: center;
  background: #FFE5A5;
  border-radius: 16px;
  overflow: hidden;
  height: auto;
  aspect-ratio: 293/154;
  width: 100%;
}
.liveSliderItemImg img {
  width: 100%;
  aspect-ratio: 293/154;
  -o-object-fit: cover;
     object-fit: cover;
}

.liveSliderItemTextWrapper {
  margin-top: 16px;
}

.liveSliderItemName {
  font-size: clamp(1.5rem, 2.1vw, 1.8rem);
  color: #666666;
  letter-spacing: 0.05em;
  margin-top: 16px;
}

.liveSliderItemText {
  font-size: clamp(1.5rem, 2.1vw, 1.8rem);
  color: #333333;
}

.liveButton {
  margin-top: 32px;
}

.liveButtonLink {
  margin: 32px auto 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #F34109;
  padding: 16px 64px 16px 32px;
  font-weight: 900;
  font-size: clamp(2.1rem, 2.7vw, 2.1rem);
  letter-spacing: 0.05em;
  border-radius: 16px;
  position: relative;
  line-height: 1.5;
  max-width: 360px;
}
.liveButtonLink:hover {
  opacity: 1;
  background: #BF0008;
  color: #fff;
}
.liveButtonLink:after {
  content: "";
  display: block;
  margin-left: 8px;
  right: 32px;
  width: 24px;
  height: 24px;
  background-image: url(../img/materials/icon/iconArrowWhite.svg);
  position: absolute;
  top: calc(50% - 12px);
}

@media screen and (min-width: 768px) {
  .liveButton {
    margin-top: 0;
  }
  .liveButtonLink {
    max-width: 360px;
  }
}
@media screen and (min-width: 992px) {
  .live {
    padding: 100px 64px;
  }
  .liveTitle {
    font-size: 3.9rem;
  }
  .liveSldier {
    margin-right: -64px;
  }
  .liveSlierItem {
    width: 360px;
    margin: 0 12px !important;
  }
  .liveSlierItem::after {
    width: 48px;
    height: 48px;
  }
  .liveSliderItemText {
    font-size: 1.8rem;
  }
  .liveSliderItemName {
    font-size: 1.8rem;
  }
  .liveButton {
    margin-top: 24px;
  }
  .liveButtonLink {
    font-size: 2.1rem;
    padding: 16px 32px;
    line-height: 1.5;
  }
}

/* 部品クラス：ポイント */
.pointPcOnly {
  display: none;
}

.point {
  padding: 0 16px;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
}

.pointInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 100;
}

.pointItem {
  width: 100%;
  padding: 26px;
  border: solid 6px #F34109;
  background-color: #fff;
  border-radius: 24px;
  -webkit-box-shadow: 6px 6px 0px #F34109;
          box-shadow: 6px 6px 0px #F34109;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 100;
}
.pointItem:not(:first-child) {
  margin-top: 40px;
}
.pointItemImg {
  width: 48px;
  margin-right: 8px;
  margin-bottom: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.pointItemTitleSp03 {
  display: block;
  width: 165.89px;
  position: absolute;
  top: -42px;
  left: 9px;
}

.pointItemTitleSp02 {
  display: block;
  width: 229px;
  position: absolute;
  top: -42px;
  left: 9px;
}

.pointItemTitleSp01 {
  display: block;
  width: 141.13px;
  position: absolute;
  top: -42px;
  left: 9px;
}

.pointItemTitlePc {
  display: none;
}

.pointItemText {
  color: #F34109;
  font-weight: 900;
  font-size: clamp(1.5rem, 2.1vw, 1.8rem);
  text-align: left;
  letter-spacing: 0.05em;
  width: calc(100% - 48px - 8px);
}

@media screen and (min-width: 992px) {
  .pointPcOnly {
    display: block;
  }
  .point {
    margin-top: 100px;
    padding: 0 16px;
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #FCF0F2;
  }
  .point:before {
    content: "";
    background-image: url(../img/materials/img/imgBgPointTopPc.png);
    width: 100%;
    height: 346px;
    position: absolute;
    top: -346px;
    left: 0;
    right: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: -10;
  }
  .point:after {
    content: "";
    background-image: url(../img/materials/img/imgBgBottom.png);
    width: 100%;
    height: 276px;
    position: absolute;
    bottom: -276px;
    left: 0;
    right: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: -10;
  }
  .pointInner {
    max-width: 1440px;
    width: 100%;
    margin: -100px auto 0;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pointItem {
    max-width: 296px;
    min-height: 296px;
    padding: 30px 18px;
    border: solid 7px #F34109;
    background-color: #fff;
    border-radius: 32px;
    -webkit-box-shadow: 12px 12px 0px #F34109;
            box-shadow: 12px 12px 0px #F34109;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .pointItem:not(:first-child) {
    margin-left: 32px;
    margin-top: 0;
  }
  .pointItem:first-child {
    margin-top: 80px;
  }
  .pointItem:nth-child(2n) {
    margin-top: 40px;
  }
  .pointItemImg {
    width: 72px;
    margin-right: 0;
    margin-top: 16px;
  }
  .pointItemTitleSp01,
  .pointItemTitleSp02,
  .pointItemTitleSp03 {
    display: none;
  }
  .pointItemTitlePc {
    display: inline;
    color: #F34109;
    font-weight: 900;
    font-size: clamp(2.4rem, 3vw, 2.4rem);
    text-align: center;
    letter-spacing: 0.05em;
    width: auto;
    white-space: nowrap;
  }
  .pointItemText {
    color: #F34109;
    font-weight: 900;
    font-size: clamp(1.8rem, 2.4vw, 2.1rem);
    text-align: center;
    letter-spacing: 0.05em;
    margin-top: 16px;
    width: auto;
  }
  .pointImg {
    width: 243px;
    margin-left: 81px;
  }
}
@media screen and (min-width: 1200px) {
  .pointInner {
    max-width: 1440px;
    width: 100%;
    margin: -100px auto 0;
    padding-left: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
  }
  .pointInner:after {
    content: "";
    position: absolute;
    top: auto;
    left: auto;
    right: 48px;
    bottom: 5.25px;
    background-image: url(../img/materials/img/imgWritePencil.png);
    width: 243px;
    height: 234.75px;
    background-size: 243px 234.75px;
    background-repeat: no-repeat;
    z-index: -2;
  }
}
@media screen and (min-width: 1440px) {
  .pointInner {
    max-width: 1440px;
    width: 100%;
    margin: -100px auto 0;
    padding-left: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
  }
  .pointInner:after {
    content: "";
    position: absolute;
    top: auto;
    left: 1105px;
    right: auto;
    bottom: 5.25px;
    background-image: url(../img/materials/img/imgWritePencil.png);
    width: 243px;
    height: 234.75px;
    background-size: 243px 234.75px;
    background-repeat: no-repeat;
    z-index: -2;
  }
}
/* 部品クラス：about */
.about {
  width: 100%;
  position: relative;
  padding: 48px 16px 64px;
}
.about:after {
  content: "";
  background-image: url(../img/materials/img/imgBgTeachBottomSp.png);
  width: 100%;
  height: 56px;
  position: absolute;
  bottom: -55px;
  left: 0;
  right: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 1;
}

.aboutInner {
  max-width: 1024px;
  margin: 0 auto;
}

.aboutTitle {
  color: #333333;
  font-weight: 900;
  font-size: 2.7rem;
  line-height: 1.48148148;
  letter-spacing: 0.05em;
  position: relative;
  text-align: center;
}
.aboutTitle span {
  color: #F34109;
}
.aboutTitle:after {
  position: absolute;
  bottom: -24px;
  left: 50%;
  content: "";
  width: 30px;
  height: 8px;
  background-image: url(../img/materials/img/imgPencil.png);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.aboutContener {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.aboutTextBox {
  width: 100%;
  margin-right: 66px;
  padding-top: 36px;
}

.aboutText {
  color: #333333;
  font-weight: 900;
  font-size: clamp(1.8rem, 2.4vw, 2.1rem);
  text-align: left;
  letter-spacing: 0.05em;
}

.aboutImg {
  max-width: 576px;
  width: 100%;
  margin: 32px auto 0;
}

@media screen and (min-width: 768px) {
  .aboutTitle {
    font-size: 3.9rem;
    text-align: center;
    line-height: 1.4358974;
  }
}
@media screen and (min-width: 992px) {
  .about {
    width: 100%;
    position: relative;
    padding: 128px 32px 0;
  }
  .about:after {
    content: "";
    background-image: url(../img/materials/img/imgBgTeachBottomPc.png);
    width: 100%;
    height: 216px;
    position: absolute;
    bottom: -216px;
    left: 0;
    right: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 1;
  }
  .aboutInner {
    max-width: 1024px;
    margin: 0 auto;
  }
  .aboutTitle {
    font-size: 3.9rem;
    text-align: center;
    line-height: 1.4358974;
  }
  .aboutContener {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 66px;
  }
  .aboutTextBox {
    max-width: 384px;
    width: 100%;
    margin-right: 66px;
    padding-top: 0;
  }
}
/* 部品クラス：flow */
.flow {
  width: 100%;
  background-color: #FCF0F2;
  z-index: 0;
}

.flowInner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 16px 64px;
}

.flowTitle {
  text-align: center;
  font-weight: 900;
  font-size: clamp(2.4rem, 3vw, 2.4rem);
  letter-spacing: 0.05em;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
.flowTitle span {
  color: #F34109;
}
.flowTitle .flowTitleBanner {
  background: #FFBF1F;
  color: #333333;
  font-size: clamp(1.8rem, 2.4vw, 2.1rem);
  border-radius: 16px;
  padding: 8px 16px;
  text-align: center;
  position: absolute;
  top: -50px;
  left: -16px;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
}

.flowCardsContiner {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}

.flowCardItem {
  border-radius: 32px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.08);
  padding: 24px;
  gap: 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 100%;
  max-width: 640px;
}
.flowCardItem:not(:first-child) {
  margin-top: 80px;
}
.flowCardItem:not(:first-child)::before {
  content: "";
  display: block;
  width: 32px;
  height: 16px;
  background: #F3BDAB;
  position: absolute;
  bottom: calc(100% + 32px);
  left: calc(50% - 16px);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.flowCardTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding-bottom: 16px;
  border-bottom: solid 1px #BCBCBC;
}

.flowCardTitle {
  color: #F34109;
  font-weight: 900;
  font-size: 2.4rem;
  text-align: left;
  letter-spacing: 0.05em;
  line-height: 1.481481481;
}

.flowCardNumber {
  color: #FD9D7F;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.9px;
}
.flowCardNumber:before {
  height: 1em;
  content: "Step ";
  letter-spacing: 0.05em;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.flowCardTextMd {
  margin-top: 24px;
  color: #333333;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}

.flowCardTextSm {
  margin-top: 24px;
  color: #666666;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-indent: -1em;
  padding-left: 1em;
}

.flowCardImg {
  max-width: 327px;
  width: 100%;
  margin: 0 auto;
  margin-top: -24px;
}

.flowCardImgLg {
  max-width: 327px;
  width: 100%;
  margin: -24px auto 0;
}

.flowCardsTag {
  position: absolute;
  top: -23px;
  left: -12.56px;
  width: 80px;
}

.flowButton {
  margin-top: 32px;
}

.flowButtonLink {
  margin: 32px auto 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #F34109;
  padding: 16px 64px 16px 32px;
  font-weight: 900;
  font-size: clamp(2.1rem, 2.7vw, 2.1rem);
  letter-spacing: 0.05em;
  border-radius: 16px;
  position: relative;
  line-height: 1.5;
  max-width: 360px;
}
.flowButtonLink:hover {
  opacity: 1;
  background: #BF0008;
  color: #fff;
}
.flowButtonLink:after {
  content: "";
  display: block;
  margin-left: 8px;
  right: 32px;
  width: 24px;
  height: 24px;
  background-image: url(../img/materials/icon/iconArrowWhite.svg);
  position: absolute;
  top: calc(50% - 12px);
}

.flowSimple .flowCardTop {
  border-bottom: none;
  padding-bottom: 0;
}

.flowSimpleContainer {
  padding: 32px 24px;
  background: #fff;
  border-radius: 32px;
  max-width: 544px;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
}

.flowCardItemSimple {
  background: none;
  width: 100%;
  padding: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.flowCardItemSimple .flowCardTextMd {
  margin-top: 16px;
  font-size: 1.8rem;
}

@media screen and (min-width: 768px) {
  .flowButtonLink {
    width: 360px;
  }
}
@media screen and (min-width: 992px) {
  .flow {
    padding: 100px 64px;
  }
  .flowInner {
    padding: 0;
    max-width: 1200px;
  }
  .flowTitle {
    font-size: 3.9rem;
  }
  .flowTitle .flowTitleBanner {
    font-size: 2.4rem;
    left: -51px;
    top: -45px;
  }
  .flowCardsContiner {
    max-width: 100%;
  }
  .flowCardItem {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    background-color: #fff;
    padding: 0;
    border-radius: 32px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
  }
  .flowCardTop {
    padding-bottom: 32px;
  }
  .flowCardTitle {
    font-size: 3.3rem;
    line-height: 1.45454545;
  }
  .flowCardTextMd {
    font-size: 1.8rem;
  }
  .flowCardTextSm {
    font-size: 1.5rem;
  }
  .flowCardNumber {
    font-size: 2.7rem;
  }
  .flowCardImg {
    width: 505px;
    margin: 0;
    height: 407px;
    max-width: 505px;
  }
  .flowCardImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .flowCardImgLg {
    width: 505px;
    height: 407px;
    margin: 0;
    max-width: 505px;
  }
  .flowCardImgLg img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .flowCardsTag {
    position: absolute;
    top: -30px;
    width: 76px;
  }
  .flowCardTextBox,
  .flowCardTextBox03 {
    width: calc(100% - 500px);
    padding: 60px 64px 60px 32px;
  }
  .flowButtonLink {
    font-size: 2.1rem;
    padding: 16px 32px;
    margin-top: 64px;
    line-height: 1.5;
  }
  .flowSimpleContainer {
    max-width: 768px;
    padding: 32px 64px;
    margin-top: 64px;
  }
  .flowCardItemSimple {
    width: 100%;
    display: block;
  }
  .flowCardItemSimple .flowCardTextBox, .flowCardItemSimple .flowCardTextBox03 {
    width: 100%;
    padding: 0;
  }
}
/* 部品クラス：for */
.for {
  width: 100%;
  position: relative;
}
.for:after {
  content: "";
  background-image: url(../img/materials/img/imgBgForTopSp.png);
  width: 100%;
  height: 56px;
  position: absolute;
  top: -56px;
  left: 0;
  right: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 1;
}

.forInner {
  padding: 64px 16px 128px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.forInner:before {
  content: "";
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: 110%;
  -webkit-animation: fuwafuwa 3s infinite ease-in-out 0.8s alternate;
          animation: fuwafuwa 3s infinite ease-in-out 0.8s alternate;
  background-image: url(../img/materials/img/imgFloatItem01.png), url(../img/materials/img/imgFloatItem02.png), url(../img/materials/img/imgFloatItem03.png), url(../img/materials/img/imgFloatItem02.png);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 100px auto, 0 0, 0 0, 131px auto;
  background-position: top 74px left -24px, bottom 48px right 0, bottom 160px left 0, bottom 18px right 0;
  -webkit-transition: 1.5s ease-in-out;
  transition: 1.5s ease-in-out;
  z-index: 100;
}
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0, -8px) rotate(0deg);
            transform: translate(0, -8px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0, -8px) rotate(0deg);
            transform: translate(0, -8px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}

.forTitle {
  color: #333333;
  font-weight: 900;
  font-size: 2.7rem;
  text-align: left;
  letter-spacing: 0.05em;
  position: relative;
  text-align: center;
}
.forTitle span {
  color: #F34109;
}
.forTitle:after {
  position: absolute;
  bottom: -24px;
  left: 50%;
  content: "";
  width: 30px;
  height: 8px;
  background-image: url(../img/materials/img/imgPencil.png);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.forFAQContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 64px;
}

.forFAQItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.forFAQItem:not(:first-child) {
  margin-top: 80px;
}

.forFAQUser,
.forFAQTeach {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.forFAQUser .forFAQImg {
  margin-right: 8px;
}

.forFAQTeach {
  margin-top: 16px;
}
.forFAQTeach .forFAQImg {
  margin-left: 8px;
}

.forFAQImg {
  width: 96px;
  margin-bottom: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.forFAQUserBalloon {
  background-color: #FCF0F2;
  border: solid 4px #F34109;
  padding: 16px;
  position: relative;
  -webkit-box-shadow: 4px 4px 0px #F34109;
          box-shadow: 4px 4px 0px #F34109;
  border-radius: 0px 16px 16px 16px;
}
.forFAQUserBalloon p {
  color: #F34109;
  font-weight: 900;
  font-size: clamp(1.8rem, 2.4vw, 2.1rem);
  text-align: left;
  letter-spacing: 0.05em;
}

.forFAQTeachBalloon {
  background-color: #FFF8E8;
  border: solid 4px #FC9A08;
  border-radius: 16px 0px 16px 16px;
  padding: 16px;
  position: relative;
  -webkit-box-shadow: -4px 4px 0px #FC9A08;
          box-shadow: -4px 4px 0px #FC9A08;
}
.forFAQTeachBalloon p {
  color: #FC9A08;
  font-weight: 900;
  font-size: clamp(1.8rem, 2.4vw, 2.1rem);
  text-align: left;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 544px) {
  .forInner {
    padding: 64px 16px 128px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
  }
  .forInner:before {
    content: "";
    position: absolute;
    top: -150px;
    left: 0;
    width: 100%;
    height: 115%;
    -webkit-animation: fuwafuwa 3s infinite ease-in-out 0.8s alternate;
            animation: fuwafuwa 3s infinite ease-in-out 0.8s alternate;
    background-image: url(../img/materials/img/imgFloatItem01.png), url(../img/materials/img/imgFloatItem02.png), url(../img/materials/img/imgFloatItem03.png), url(../img/materials/img/imgFloatItem02.png);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: 100px auto, 0 0, 0 0, 131px auto;
    background-position: top 74px left -24px, bottom 48px right 0, bottom 160px left 0, bottom 0 right 0;
    -webkit-transition: 1.5s ease-in-out;
    transition: 1.5s ease-in-out;
    z-index: 100;
  }
  @-webkit-keyframes fuwafuwa {
    0% {
      -webkit-transform: translate(0, 0) rotate(0deg);
              transform: translate(0, 0) rotate(0deg);
    }
    50% {
      -webkit-transform: translate(0, -8px) rotate(0deg);
              transform: translate(0, -8px) rotate(0deg);
    }
    100% {
      -webkit-transform: translate(0, 0) rotate(0deg);
              transform: translate(0, 0) rotate(0deg);
    }
  }
  @keyframes fuwafuwa {
    0% {
      -webkit-transform: translate(0, 0) rotate(0deg);
              transform: translate(0, 0) rotate(0deg);
    }
    50% {
      -webkit-transform: translate(0, -8px) rotate(0deg);
              transform: translate(0, -8px) rotate(0deg);
    }
    100% {
      -webkit-transform: translate(0, 0) rotate(0deg);
              transform: translate(0, 0) rotate(0deg);
    }
  }
}
@media screen and (min-width: 768px) {
  .forTitle {
    font-size: 3.9rem;
  }
}
@media screen and (min-width: 992px) {
  .for {
    width: 100%;
    position: relative;
  }
  .for:after {
    content: "";
    background-image: url(../img/materials/img/imgBgForTopPc.png);
    width: 100%;
    height: 216px;
    position: absolute;
    top: -216px;
    left: 0;
    right: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 1;
  }
  .forInner {
    padding: 0 16px 116px;
    position: relative;
  }
  .forInner:before {
    content: "";
    position: absolute;
    top: -150px;
    left: 0;
    width: 100%;
    height: 120%;
    -webkit-animation: fuwafuwa 3s infinite ease-in-out 0.8s alternate;
            animation: fuwafuwa 3s infinite ease-in-out 0.8s alternate;
    background-image: url(../img/materials/img/imgFloatItem01.png), url(../img/materials/img/imgFloatItem02.png), url(../img/materials/img/imgFloatItem03.png), url(../img/materials/img/imgFloatItem02.png);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: 185px auto, 0 0, 176px auto, 0 0;
    background-position: top 16px left 0, top 585px right 0, bottom 150px left 0, bottom 48px right 0;
    -webkit-transition: 1.5s ease-in-out;
    transition: 1.5s ease-in-out;
    z-index: 100;
  }
  @-webkit-keyframes fuwafuwa {
    0% {
      -webkit-transform: translate(0, 0) rotate(0deg);
              transform: translate(0, 0) rotate(0deg);
    }
    50% {
      -webkit-transform: translate(0, -7px) rotate(0deg);
              transform: translate(0, -7px) rotate(0deg);
    }
    100% {
      -webkit-transform: translate(0, 0) rotate(0deg);
              transform: translate(0, 0) rotate(0deg);
    }
  }
  @keyframes fuwafuwa {
    0% {
      -webkit-transform: translate(0, 0) rotate(0deg);
              transform: translate(0, 0) rotate(0deg);
    }
    50% {
      -webkit-transform: translate(0, -7px) rotate(0deg);
              transform: translate(0, -7px) rotate(0deg);
    }
    100% {
      -webkit-transform: translate(0, 0) rotate(0deg);
              transform: translate(0, 0) rotate(0deg);
    }
  }
  .forTitle {
    font-size: 3.9rem;
  }
  .forFAQContainer {
    max-width: 1024px;
    margin: 64px auto 0;
  }
  .forFAQItem:not(:first-child) {
    margin-top: 0;
  }
  .forFAQUser {
    width: calc(100% - 208px);
    margin-right: auto;
  }
  .forFAQUser .forFAQImg {
    margin-right: 16px;
  }
  .forFAQTeach {
    width: calc(100% - 208px);
    margin-left: auto;
    margin-top: -16px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .forFAQTeach .forFAQImg {
    margin-left: 16px;
    margin-top: -36px;
  }
  .forFAQImg {
    width: 192px;
    margin-bottom: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .forFAQUserBalloon {
    width: 608px;
    margin-top: 64px;
    background-color: #FCF0F2;
    border: solid 6px #F34109;
    padding: 18px;
    position: relative;
    -webkit-box-shadow: 8px 8px 0px #F34109;
            box-shadow: 8px 8px 0px #F34109;
    border-radius: 0px 16px 16px 16px;
  }
  .forFAQUserBalloon p {
    color: #F34109;
    font-weight: 900;
    font-size: clamp(2.1rem, 2.7vw, 2.1rem);
    text-align: left;
    letter-spacing: 0.05em;
  }
  .forFAQTeachBalloon {
    width: 608px;
    background-color: #FFF8E8;
    border: solid 6px #FC9A08;
    border-radius: 16px 0px 16px 16px;
    padding: 18px;
    position: relative;
    -webkit-box-shadow: -8px 8px 0px #FC9A08;
            box-shadow: -8px 8px 0px #FC9A08;
  }
  .forFAQTeachBalloon p {
    color: #FC9A08;
    font-weight: 900;
    font-size: clamp(2.1rem, 2.7vw, 2.1rem);
    text-align: left;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1200px) {
  .forInner {
    padding: 0 16px 116px;
    position: relative;
  }
  .forInner:before {
    content: "";
    position: absolute;
    top: -150px;
    left: 0;
    width: 100%;
    height: 120%;
    -webkit-animation: fuwafuwa 3s infinite ease-in-out 0.8s alternate;
            animation: fuwafuwa 3s infinite ease-in-out 0.8s alternate;
    background-image: url(../img/materials/img/imgFloatItem01.png), url(../img/materials/img/imgFloatItem02.png), url(../img/materials/img/imgFloatItem03.png), url(../img/materials/img/imgFloatItem02.png);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: 185px auto, 190px auto, 176px auto, 0 0;
    background-position: top 16px left 0, top 585px right 0, bottom 150px left 0, bottom 48px right 0;
    -webkit-transition: 1.5s ease-in-out;
    transition: 1.5s ease-in-out;
    z-index: 100;
  }
  @-webkit-keyframes fuwafuwa {
    0% {
      -webkit-transform: translate(0, 0) rotate(0deg);
              transform: translate(0, 0) rotate(0deg);
    }
    50% {
      -webkit-transform: translate(0, -7px) rotate(0deg);
              transform: translate(0, -7px) rotate(0deg);
    }
    100% {
      -webkit-transform: translate(0, 0) rotate(0deg);
              transform: translate(0, 0) rotate(0deg);
    }
  }
  @keyframes fuwafuwa {
    0% {
      -webkit-transform: translate(0, 0) rotate(0deg);
              transform: translate(0, 0) rotate(0deg);
    }
    50% {
      -webkit-transform: translate(0, -7px) rotate(0deg);
              transform: translate(0, -7px) rotate(0deg);
    }
    100% {
      -webkit-transform: translate(0, 0) rotate(0deg);
              transform: translate(0, 0) rotate(0deg);
    }
  }
}
/* 部品クラス：compare */
.compare {
  width: 100%;
  padding: 64px 16px;
}

.compareInner {
  width: 100%;
  max-width: 864px;
  margin: 0 auto;
  position: relative;
}

.compareTitle {
  text-align: center;
  font-weight: 900;
  font-size: clamp(2.4rem, 3vw, 2.4rem);
  letter-spacing: 0.05em;
}
.compareTitle span {
  color: #F34109;
}

.compareTableContainer {
  margin-top: 56px;
  width: calc(100% + 16px);
  overflow-x: scroll;
  padding-top: 20px;
  padding-right: 16px;
}

.compareTableTable {
  width: 832px;
}
.compareTableTable th, .compareTableTable td {
  padding: 12px;
  border: 1px solid #F0F0F0;
}
.compareTableTable .tableHead {
  background: #E5E5E5;
  line-height: 100%;
  text-align: center;
  width: 285px;
}
.compareTableTable .tableHead.gray {
  background: #FAFAFA;
  font-weight: 900;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  min-width: 152px;
  width: 152px;
  padding: 20px 10px;
}
.compareTableTable .tableHead.title {
  min-width: 152px;
  width: 152px;
  background: #fff;
  border: none;
}
.compareTableTable .tableHead.primary {
  background: #F34109;
  border: none;
  position: relative;
  padding-top: 0;
  padding-bottom: 24px;
  border-left: 4px solid #F34109;
  border-right: 4px solid #F34109;
}
.compareTableTable .tableHead.primary::before {
  content: "";
  display: block;
  width: calc(100% + 8px);
  height: 20px;
  border-radius: 16px 16px 0 0;
  background: inherit;
  position: absolute;
  bottom: 100%;
  left: -4px;
  right: 0;
}
.compareTableTable .tableHead .inner {
  font-size: 2.1rem;
}
.compareTableTable .tableHead .small {
  font-size: 1.2rem;
  font-weight: 500;
}
.compareTableTable .tableBody {
  font-weight: 700;
  text-align: center;
  width: 28.5%;
  min-width: 248px;
}
.compareTableTable .tableBody.primary {
  font-size: 2.1rem;
  color: #F34109;
  border-color: #fff;
  border-right: 4px solid #F34109;
  border-left: 4px solid #F34109;
  background: #FCF0F2;
  font-weight: 900;
}
.compareTableTable .tableBody.primary .yen {
  font-size: 1.5rem;
}
.compareTableTable .tableBody.primary .tax {
  font-size: 1rem;
  font-weight: 500;
}
.compareTableTable .tableBody.primary .term {
  font-size: 1.5rem;
}
.compareTableTable .tableBody.primary .super {
  font-size: 1rem;
  vertical-align: super;
}
.compareTableTable .tableBody.primary.midium {
  font-size: 1.5rem;
}
.compareTableTable .tableBody.primary.last {
  border: none;
  border-radius: 0 0 16px 16px;
  position: relative;
}
.compareTableTable .tableBody.primary.last::before {
  content: "";
  display: block;
  width: calc(100% + 5px);
  height: 100%;
  border: 4px solid #F34109;
  border-top: none;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 0 0 16px 16px;
}
.compareTableTable .tableBody.middle {
  font-size: 1.5rem;
  color: #F34109;
  border-color: #fff;
  border-right: 4px solid #F34109;
  border-left: 4px solid #F34109;
  background: #FCF0F2;
}
.compareTableTable .tableBody.middle .yen {
  font-size: 1.2rem;
}
.compareTableTable .tableBody.middle .tax {
  font-weight: 500;
  font-size: 1rem;
}
.compareTableTable .tableBody.middle .term {
  font-weight: 500;
  font-size: 1rem;
}
.compareTableTable .tableBody.middle .super {
  font-size: 1rem;
  vertical-align: super;
}
.compareTableTable .tableBody.default {
  font-size: 1.2rem;
  font-weight: 500;
}
.compareTableTable .tableBody.default .yen {
  font-size: 1.2rem;
}
.compareTableTable .tableBody.default .tax {
  font-weight: 500;
  font-size: 1rem;
}
.compareTableTable .tableBody.default .term {
  font-size: 1.2rem;
}
.compareTableTable .logo {
  width: 79px;
}

.tableHeadLogo {
  background: #fff;
  width: 127px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100rem;
  margin-right: auto;
  margin-left: auto;
}

.compareInfo {
  margin-top: 16px;
  max-width: 832px;
  margin-right: auto;
  margin-left: auto;
}

.compareInfoItem {
  position: relative;
  padding-left: 1.2rem;
  text-indent: -1.2rem;
  font-size: 1.2rem;
}
.compareInfoItem::before {
  content: "※";
}

.comparePayment {
  margin-top: 32px;
  border-radius: 16px;
  background: #F0F0F0;
  padding: 24px;
  text-align: center;
  font-size: clamp(1.2rem, 1.8vw, 1.5rem);
  letter-spacing: 0.05em;
  max-width: 369px;
  margin-inline: auto;
}

.comparePaymentImg {
  width: 241px;
  margin-inline: auto;
  margin-top: 16px;
}

.compareBallon {
  background: #FFBF1F;
  border-radius: 100rem;
  padding: 12px 24px;
  position: relative;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  max-width: 420px;
  text-align: center;
  font-weight: 900;
  font-size: clamp(2.1rem, 2.7vw, 2.1rem);
}
.compareBallon::before {
  content: "";
  display: block;
  height: 13px;
  width: 28px;
  position: absolute;
  top: 100%;
  right: 80px;
  -webkit-clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
          clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
  background: inherit;
}
.compareBallon.center::before {
  right: auto;
  left: 80px;
}

.compareCopy {
  letter-spacing: 0.05em;
  font-size: 2.7rem;
  font-weight: 900;
  text-align: center;
  margin-top: 24px;
}
.compareCopy > span {
  display: block;
  color: #F34109;
  font-size: 3.9rem;
}

@media screen and (min-width: 768px) {
  .compareTableContainer {
    width: 100%;
    margin-top: 62px;
    overflow-x: auto;
    max-width: 849px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 992px) {
  .compare {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .compareTitle {
    font-size: 3.9rem;
  }
  .compareInner {
    padding: 0 16px 0;
  }
  .compareTableTable {
    width: 832px;
  }
  .compareTableTable .tableHead {
    width: 216px;
  }
  .compareTableTable .tableHead.gray {
    font-weight: 900;
    font-size: 1.5rem;
    width: 18.3%;
  }
  .compareTableTable .tableBody {
    width: 216px;
    min-width: 216px;
  }
  .compareTableTable .tableBody.middle {
    font-size: 2.1rem;
  }
  .compareTableTable .tableBody.middle .yen {
    font-size: 1.5rem;
    font-weight: 900;
  }
  .compareTableTable .tableBody.middle .term {
    font-size: 1.5rem;
    font-weight: 900;
  }
  .compareTableTable .tableBody.default {
    font-size: 1.5rem;
    font-weight: 900;
  }
  .compareInner {
    max-width: 1200px;
  }
  .compareBallon {
    margin-top: 0;
    width: 100%;
    font-size: 3.3rem;
  }
  .compareBallon::before {
    width: 56px;
    height: 26px;
  }
  .compareBallon.left::before {
    right: 58px;
    left: auto;
  }
  .compareBallon.center::before {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .compareBallon.right::before {
    right: auto;
    left: 58px;
  }
  .compareBallonWrapper {
    display: -ms-grid;
    display: grid;
    margin-top: 64px;
    -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
  }
  .compareCopy {
    margin-top: 32px;
    font-size: 3.9rem;
  }
  .compareCopy > span {
    font-size: 6.4rem;
  }
  .comparePayment {
    margin-top: 64px;
  }
}
/* 部品クラス：cta */
.ctaPcOnly {
  display: block;
}

.cta {
  width: 100%;
  padding: 64px 24px;
}

.ctaInner {
  margin: 0 auto;
  max-width: 343px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ctaCopy {
  color: #F34109;
  font-weight: 900;
  font-size: 2.1rem;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 24px;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.ctaLogo {
  width: 120px;
  margin: 32px auto 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.ctaLinkGroup {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.ctaAppStoreLink {
  width: 135px;
  display: block;
}

.ctaGooglePlayLink {
  width: 134px;
  display: block;
}

.ctaTextGroup {
  margin-top: 32px;
  background: #FAFAFA;
  padding: 16px;
  border-radius: 16px;
  margin-right: auto;
  margin-left: auto;
  max-width: 410px;
}

.ctaTextTitle {
  color: #333333;
  font-weight: 900;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.666666;
}

.ctaTextListItem {
  color: #333333;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.666666;
  list-style: disc;
  margin-left: 20px;
}

.ctaTextInfo {
  color: #333333;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.666666;
  text-indent: -1em;
  margin-left: 1em;
}

.ctaImg {
  width: 258px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .ctaInner {
    max-width: 420px;
  }
}
@media screen and (max-width: 767px) {
  .ctaDetail {
    display: contents;
  }
  .ctaCopy {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .ctaImg {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 32px;
  }
  .ctaTextGroup {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 992px) {
  .ctaPcOnly {
    display: none;
  }
  .cta {
    width: 100%;
    padding: 0 16px;
  }
  .ctaInner {
    padding: 64px 32px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ctaCopy {
    text-align: center;
    font-size: 2.9rem;
    margin-top: 0;
  }
  .ctaLogo {
    width: 158px;
    margin: 32px auto 0;
  }
  .ctaTextListItem {
    font-size: 1.2rem;
  }
  .ctaTextInfo {
    font-size: 1.2rem;
  }
  .ctaLinkGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
  }
  .ctaAppStoreLink {
    width: 201px;
  }
  .ctaGooglePlayLink {
    width: 202px;
    margin-top: 0;
  }
  .ctaImg {
    width: 408.59px;
    margin-right: 64px;
  }
}
@media screen and (min-width: 1075px) {
  .ctaCopy {
    font-size: 3.3rem;
  }
}
/* 部品クラス：info */
.info {
  width: 100%;
  overflow: hidden;
  background: #FAFAFA;
  padding: 64px 16px;
}

.infoInner {
  max-width: 1200px;
  margin-inline: auto;
}

.infoTitle {
  text-align: center;
  font-weight: 900;
  font-size: clamp(2.4rem, 3vw, 2.4rem);
  letter-spacing: 0.05em;
}
.infoTitle span {
  color: #F34109;
}

.infoInner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.infoList {
  margin-top: 0;
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  margin-left: -24px;
  width: calc(100% + 48px);
}
.infoList .slick-list {
  padding-left: 24px;
}
.infoList .slick-slide {
  margin: 0 8px;
  height: auto;
}
.infoList .slick-track {
  padding-top: 40px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.infoListItem {
  border-radius: 32px;
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.08);
  width: 327px;
  max-width: 100%;
  margin-right: 16px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.infoListItem:hover {
  background: #F0F0F0;
  opacity: 1;
}

.infoListItemImg {
  margin: 0;
  aspect-ratio: 1.91/1;
}
.infoListItemImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.infoListItemText {
  padding: 16px 24px;
}

.infoListItemImte {
  font-size: 1.2rem;
  color: #666666;
  letter-spacing: 0.05em;
  margin-top: 8px;
  margin-bottom: 0;
}

.infoListItemTitle {
  font-size: 1.5rem;
  color: #333333;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}

.infoMoreLink {
  margin: 32px auto 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #F34109;
  padding: 16px 64px 16px 32px;
  font-weight: 900;
  font-size: clamp(2.1rem, 2.7vw, 2.1rem);
  letter-spacing: 0.05em;
  border-radius: 16px;
  position: relative;
  line-height: 1.5;
  max-width: 360px;
}
.infoMoreLink:hover {
  opacity: 1;
  background: #BF0008;
  color: #fff;
}
.infoMoreLink:after {
  content: "";
  display: block;
  margin-left: 8px;
  right: 32px;
  width: 24px;
  height: 24px;
  background-image: url(../img/materials/icon/iconArrowWhite.svg);
  position: absolute;
  top: calc(50% - 12px);
}

@media screen and (min-width: 768px) {
  .info {
    width: 100vw;
  }
  .infoListItemTitle {
    margin-top: 8px;
    font-size: 1.8rem;
  }
  .infoList {
    margin-top: -8px;
  }
  .infoMoreLink {
    width: 360px;
  }
}
@media screen and (min-width: 992px) {
  .info {
    padding: 100px 64px;
  }
  .infoTitle {
    font-size: 3.9rem;
    line-height: 1.4358974;
  }
  .infoList {
    width: calc(100% + 50vw);
    max-width: none;
    margin-top: 24px;
    margin-left: -64px;
    margin-right: calc(-50% + 50vw);
  }
  .infoList .slick-list {
    padding-left: 64px;
  }
  .infoListItem {
    width: 384px;
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .infoMoreLink {
    margin-top: 24px;
    min-width: 206px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 2.1rem;
    padding: 16px 32px;
    line-height: 1.5;
    font-size: 2.1rem;
  }
}
/* 部品クラス：フッター */
.footer {
  background-color: #FAFAFA;
  width: 100vw;
  padding-bottom: 60px;
}

.footerMain {
  padding: 64px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footerLogo {
  width: 142px;
  display: block;
}

.footerLinkGroup {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.footerAppStore {
  display: block;
  width: 135px;
  margin-right: 24px;
}

.footerGooglePlay {
  display: block;
  width: 134px;
}

.footerNavWrap {
  margin-top: 64px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.footernNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footernNavItem a {
  color: #333333;
  font-weight: 500;
  font-size: clamp(1.2rem, 1.8vw, 1.5rem);
  letter-spacing: 0.05em;
}
.footernNavItem:not(:first-child) {
  margin-top: 16px;
}

.footerCopyRight {
  background-color: #000;
  width: 100%;
  height: 52px;
  text-align: center;
  padding: 16px 0;
}
.footerCopyRight small {
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.66666;
  vertical-align: text-top;
}

@media screen and (min-width: 992px) {
  .footer {
    padding-bottom: 0;
  }
  .footerLogo {
    width: 177px;
  }
  .footerAppStore {
    width: 201px;
    margin-right: 32px;
  }
  .footerGooglePlay {
    width: 202px;
  }
  .footerNavWrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .footernNav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footernNavItem a {
    color: #333333;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.05em;
  }
  .footernNavItem:not(:first-child) {
    margin-top: 0;
    margin-left: 32px;
  }
  .footerCopyRight {
    padding-bottom: 120px;
    height: auto;
  }
}
/* 部品クラス：about */
.appButton {
  position: fixed;
  bottom: 32px;
  right: 32px;
  text-align: center;
  display: none;
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #F34109;
  padding: 16px 24px;
  font-weight: 900;
  font-size: clamp(1.5rem, 2.1vw, 1.8rem);
  letter-spacing: 0.05em;
  border-radius: 100rem;
  -webkit-box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.appButton:hover {
  opacity: 1;
  background: #BF0008;
}
.appButton:after {
  content: "";
  display: block;
  margin-left: 8px;
  top: 14px;
  right: 12px;
  width: 24px;
  height: 24px;
  background-image: url(../img/materials/icon/iconArrowWhite.svg);
}
.appButton span {
  pointer-events: none;
}

.appModal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.appModal.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
}

.appModalClose {
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 32px;
  right: 32px;
}
.appModalClose::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background: url(../img/materials/icon/iconClose.svg) no-repeat center center;
  position: absolute;
  top: calc(50% - 10.5px);
  left: calc(50% - 10.5px);
}

.appModalInner {
  background: #fff;
  border-radius: 24px;
  padding: 65px 80px 80px;
  max-width: 812px;
  width: 100%;
  position: relative;
}

.appModalLogoWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}

.appModalLogo {
  width: 70px;
  position: relative;
}

.appModalLogoText {
  width: 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: clamp(0.9rem, 1.5vw, 0.9rem);
}

.appModalList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin-top: 32px;
  gap: 24px;
  list-style: none;
}

.appModalListItem {
  width: 246px;
  text-align: center;
}

.appModalTextSmall {
  font-weight: 900;
  font-size: 2.1rem;
  margin-bottom: 24px;
}

.appSpOnly {
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  -webkit-box-shadow: 0px -4px 16px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px -4px 16px 0px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.appModalQRImg {
  margin-bottom: 24px;
}

.appSpOnlyText {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 900;
}
.appSpOnlyText a {
  color: inherit;
}

.appSpOnlyList {
  margin-top: 16px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

.appSpOnlyListItem {
  width: 155px;
  max-width: 155px;
}

@media screen and (max-width: 991px) {
  .appModal.is-open {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (min-width: 992px) {
  .appButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2.1rem;
    padding: 24px 52px 24px 52px;
  }
  .appButton::after {
    width: 48px;
    height: 48px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .appSpOnly {
    display: none;
  }
  .appModalLogo {
    width: 106px;
  }
  .appModalText {
    font-size: 2.1rem;
    font-weight: 500;
  }
  .appModalLogoText {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
  .appModalAppStoreLink img {
    width: 211px;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  .appGooglePlayLink img {
    width: 211px;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
}
/* components：pagenation */
.pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagenationItem a {
  color: #333333;
  background-color: #fff;
  font-weight: 900;
  font-size: clamp(1.5rem, 2.1vw, 1.8rem);
  line-height: 1.6;
  letter-spacing: 0.05em;
  width: 40px;
  height: 40px;
  border: solid 2px #F0F0F0;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0;
}
.pagenationItem:not(:first-child) {
  margin-left: 8px;
}

.pagenationItemCurrent a {
  pointer-events: none;
  color: #fff;
  background-color: #F34109;
  border: solid 2px #F34109;
}

.pagenationItemMore {
  color: #333333;
  background: none;
  font-weight: 900;
  font-size: clamp(1.5rem, 2.1vw, 1.8rem);
  line-height: 1.6;
  letter-spacing: 0.05em;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0;
}

.pagenationItemPcOnly {
  display: none;
}

@media screen and (min-width: 768px) {
  .pagenationItem a {
    color: #333333;
    background-color: #fff;
    font-weight: 900;
    font-size: clamp(1.5rem, 2.1vw, 1.8rem);
    line-height: 1.6;
    letter-spacing: 0.05em;
    width: 48px;
    height: 48px;
    border: solid 2px #F0F0F0;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 0;
  }
  .pagenationItem:not(:first-child) {
    margin-left: 16px;
  }
  .pagenationItemCurrent a {
    pointer-events: none;
    color: #fff;
    background-color: #F34109;
    border: solid 2px #F34109;
  }
  .pagenationItemMore {
    color: #333333;
    font-weight: 900;
    font-size: clamp(1.5rem, 2.1vw, 1.8rem);
    line-height: 1.6;
    letter-spacing: 0.05em;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 0;
  }
  .pagenationItemPcOnly {
    display: block;
  }
}
/* 部品クラス：feature */
.feature {
  z-index: 0;
  width: 100%;
}

.featureInner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 16px 64px;
}

.featureTitle {
  text-align: center;
  font-weight: 900;
  font-size: clamp(2.4rem, 3vw, 2.4rem);
  letter-spacing: 0.05em;
}

.featureList {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 24px;
}

.featureListItem {
  position: relative;
  border-radius: var(--Radius-Large, 32px);
  background: var(--Tertiary-Disabled, #FFE5A5);
  padding: 48px 24px;
  max-width: 352px;
}
.featureListItem + .featureListItem {
  margin-top: 56px;
}

.featureListItemCopy {
  font-size: clamp(2.1rem, 2.7vw, 2.1rem);
  font-weight: 900;
  padding: 12px 32px;
  background: #FFBF1F;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}

.featureListItemText {
  text-align: center;
  font-size: clamp(2.4rem, 3vw, 2.4rem);
  margin-top: 16px;
}
.featureListItemText .bold {
  font-weight: 900;
}
.featureListItemText .color {
  color: #f34109;
}
.featureListItemText .small {
  font-size: clamp(1.8rem, 2.4vw, 2.1rem);
}

.featureMoreLink {
  margin: 48px auto 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #F34109;
  padding: 16px 64px 16px 32px;
  font-weight: 900;
  font-size: clamp(2.1rem, 2.7vw, 2.1rem);
  letter-spacing: 0.05em;
  border-radius: 16px;
  position: relative;
  line-height: 1.5;
  max-width: 360px;
}
.featureMoreLink:hover {
  opacity: 1;
  background: #BF0008;
  color: #fff;
}
.featureMoreLink:after {
  content: "";
  display: block;
  margin-left: 8px;
  right: 32px;
  width: 24px;
  height: 24px;
  background-image: url(../img/materials/icon/iconArrowWhite.svg);
  position: absolute;
  top: calc(50% - 12px);
}

@media screen and (min-width: 768px) {
  .featureList {
    gap: 64px 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .featureListItem {
    max-width: 356px;
  }
  .featureListItem + .featureListItem {
    margin-top: 0;
  }
  .featureMoreLink {
    max-width: 360px;
  }
}
@media screen and (min-width: 992px) {
  .featureInner {
    padding: 100px 16px;
  }
  .featureTitle {
    font-size: 3.9rem;
  }
  .featureList {
    margin-top: 64px;
    gap: 64px 24px;
    width: 100%;
  }
  .featureListItemCopy {
    font-size: 3.3rem;
  }
  .featureListItem {
    width: 384px;
    max-width: none;
    padding: 64px 24px 32px;
  }
  .featureMoreLink {
    margin-top: 64px;
    width: 360px;
  }
}
@media screen and (min-width: 1200px) {
  .featureListItem {
    max-width: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
/* 部品クラス：trouble */
.trouble {
  z-index: 0;
  width: 100%;
  background: #FCF0F2;
}

.troubleInner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 16px 64px;
}

.troubleTitle {
  text-align: center;
  font-weight: 900;
  font-size: clamp(2.4rem, 3vw, 2.4rem);
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.troubleList {
  margin-top: 32px;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.troubleListItemTitle {
  background: #fff;
  padding: 16px 24px;
  font-size: clamp(2.4rem, 3vw, 2.4rem);
  border-radius: 32px;
  letter-spacing: 0.05em;
  text-align: center;
}

.troubleListItemTitle + .troubleListItemTitle {
  margin-top: 16px;
}

.troubleListImage {
  width: 226px;
  margin-inline: auto;
  margin-top: 112px;
  position: relative;
}
.troubleListImage::before {
  content: "";
  display: block;
  width: 46px;
  height: 64px;
  background: url(../img/materials/img/imgTroubleBubble.svg) no-repeat center/contain;
  position: absolute;
  bottom: calc(100% + 24px);
  left: calc(50% - 32px);
}

@media screen and (min-width: 992px) {
  .troubleInner {
    padding: 100px 16px;
  }
  .troubleTitle {
    font-size: 3.9rem;
  }
  .troubleList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 64px;
  }
  .troubleListImage {
    margin: 0;
    margin-right: 24px;
  }
  .troubleListImage::before {
    content: none;
  }
  .troubleListItemTitle {
    margin-left: 80px;
    position: relative;
    max-width: none;
  }
  .troubleListItemTitle::before {
    content: "";
    display: block;
    width: 64px;
    height: 46px;
    position: absolute;
    left: -80px;
    bottom: 0;
  }
  .troubleListItemTitle:nth-child(1)::before {
    background: url(../img/materials/img/imgTroubleBubblePc01.svg) no-repeat center/contain;
  }
  .troubleListItemTitle:nth-child(2)::before {
    background: url(../img/materials/img/imgTroubleBubblePc02.svg) no-repeat center/contain;
    bottom: auto;
    top: calc(50% - 23px);
  }
  .troubleListItemTitle:nth-child(3)::before {
    background: url(../img/materials/img/imgTroubleBubblePc03.svg) no-repeat center/contain;
    bottom: auto;
    top: 0;
  }
  .troubleListItemTitle + .troubleListItemTitle {
    margin-top: 32px;
  }
}
/* 部品クラス：about */
.banner {
  width: 100%;
}

.bannerInner {
  padding: 64px 16px;
}

.bannerBox {
  padding: 48px 32px 32px;
  background: #fff8e8;
  border-radius: 32px;
  position: relative;
  max-width: 544px;
  margin-right: auto;
  margin-left: auto;
}

.bannerBoxTitle {
  font-size: clamp(1.5rem, 2.1vw, 1.8rem);
  font-weight: 900;
  padding: 8px 24px;
  background: #FFBF1F;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  text-align: center;
  line-height: 1.5;
}
.bannerBoxTitle span {
  display: block;
  font-size: 27px;
}

.bannerLogo {
  width: 226px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}

.bannerCopy {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-align: center;
}

.bannerBottom {
  margin-top: 20px;
}

.bannerLinkGroup {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}

.bannerAppStoreLink {
  display: block;
  max-width: 134px;
}

.bannerGooglePlayLink {
  max-width: 134px;
  display: block;
}

@media screen and (min-width: 992px) {
  .bannerInner {
    padding: 100px 64px;
  }
  .bannerBox {
    width: 100%;
    max-width: 912px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 32px;
    padding: 29px 16px 32px;
  }
  .bannerBoxTitle {
    right: -24px;
    left: auto;
    -webkit-transform: rotate(8deg) translateY(-50%);
            transform: rotate(8deg) translateY(-50%);
    line-height: 1.5;
  }
  .bannerBoxTitle span {
    font-size: 3.9rem;
  }
  .bannerLogo {
    margin: 0;
  }
  .bannerCopy {
    font-size: 3.9rem;
  }
  .bannerAppStoreLink {
    max-width: 201px;
  }
  .bannerGooglePlayLink {
    max-width: 202px;
  }
}
/* 部品クラス：price */
.price {
  width: 100%;
  z-index: 0;
}

.priceInner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 16px 64px;
}

.priceTitle {
  color: #333333;
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1.48148148;
  letter-spacing: 0.05em;
  position: relative;
  text-align: center;
}

.priceBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: 32px;
  max-width: 343px;
  margin-right: auto;
  margin-left: auto;
}

.priceItem {
  background: #fff8e8;
  padding: 26px 24px;
  border-radius: 32px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 104px 16px 1fr;
  grid-template-columns: 104px 1fr;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.priceItemTag {
  border-radius: 32px;
  width: 104px;
  height: 104px;
  background: #FFBF1F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: clamp(1.8rem, 2.4vw, 2.1rem);
  font-weight: 900;
  line-height: 1.5;
}

.priceItemPrice {
  font-size: 2.1rem;
  font-weight: 900;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1;
}
.priceItemPrice .primary {
  font-size: 8.8rem;
  line-height: 1;
  color: #F34109;
}
.priceItemPrice .price-num {
  font-size: 4.4rem;
  font-weight: 900;
}
.priceItemPrice .price-num span {
  font-size: 2.1rem;
}
.priceItemPrice .yen {
  font-size: 2.7rem;
}

.priceButtonLink {
  margin: 32px auto 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #F34109;
  padding: 16px 64px 16px 32px;
  font-weight: 900;
  font-size: clamp(2.1rem, 2.7vw, 2.1rem);
  letter-spacing: 0.05em;
  border-radius: 16px;
  position: relative;
  line-height: 1.5;
  max-width: 360px;
}
.priceButtonLink:hover {
  opacity: 1;
  background: #BF0008;
  color: #fff;
}
.priceButtonLink:after {
  content: "";
  display: block;
  margin-left: 8px;
  right: 32px;
  width: 24px;
  height: 24px;
  background-image: url(../img/materials/icon/iconArrowWhite.svg);
  position: absolute;
  top: calc(50% - 12px);
}

.priceItemImageCampaign {
	padding-top:4em;
}

@media screen and (min-width: 768px) {
  .priceButtonLink {
    width: 360px;
  }
}
@media screen and (min-width: 992px) {
  .price {
    padding: 100px 64px;
  }
  .priceInner {
    padding: 0;
    max-width: 1200px;
  }
  .priceTitle {
    font-size: 3.9rem;
  }
  .priceBody {
    max-width: 528px;
    margin-top: 64px;
  }
  .priceItemTag {
    width: 120px;
    height: 120px;
    font-size: 2.4rem;
  }
  .priceItem {
    padding: 32px;
    gap: 40px;
  }
  .priceItemPrice {
    font-size: 4.8rem;
    line-height: 1;
  }
  .priceItemPrice .primary {
    line-height: 1;
    font-size: 12rem;
  }
  .priceItemPrice .price-num {
    font-size: 7.2rem;
  }
  .priceItemPrice .price-num span {
    font-size: 5.6rem;
  }
  .priceItemPrice .yen {
    font-size: 4.8rem;
  }
  .priceButtonLink {
    margin-top: 64px;
  }
}
/* 部品クラス：info */
body.column {
  padding: 0 !important;
  background: none !important;
}

.column {
  padding: 64px 16px;
  width: 100vw;
  overflow: hidden;
  background: #FCF0F2;
}
.column.techColumn {
  background: #fff;
}

.columnInner {
  max-width: 1200px;
  margin-inline: auto;
}

.columnTitle {
  text-align: center;
  font-weight: 900;
  font-size: clamp(2.4rem, 3vw, 2.4rem);
  letter-spacing: 0.05em;
}
.columnTitle span {
  color: #F34109;
}

.columnSldier {
  margin-left: -24px;
  margin-right: -24px;
}
.columnSldier .slick-list {
  padding-left: 24px;
}
.columnSldier .slick-slide {
  margin: 0 8px;
  height: auto;
}
.columnSldier .slick-track {
  padding-top: 40px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.columnSliderItem {
  border-radius: 32px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.08);
  padding: 24px;
  padding-bottom: 72px;
  width: 280px;
  max-width: 280px;
  position: relative;
}
.columnSliderItem:hover {
  background: #F0F0F0;
  opacity: 1;
}
.columnSliderItem::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/materials/icon/iconCardArrow.svg) no-repeat center/contain;
  position: absolute;
  bottom: 24px;
  right: 24px;
}
.columnSliderItem a {
  color: #333333;
}

.columnSliderItemImg {
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 336/224;
}
.columnSliderItemImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.columnSliderItemTextWrapper {
  margin-top: 16px;
}

.columnSliderItemTitle {
  font-weight: 900;
  color: #333333;
  font-size: clamp(1.8rem, 2.4vw, 2.1rem);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: normal;
  line-height: 1.5;
}

.columnSliderItemName {
  color: #666666;
  margin-top: 8px;
}

.columnSliderItemText {
  color: #333333;
  font-size: clamp(1.5rem, 2.1vw, 1.8rem);
  margin-top: 16px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: normal;
}

.columnButtonLink {
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #F34109;
  padding: 16px 64px 16px 32px;
  font-weight: 900;
  font-size: clamp(2.1rem, 2.7vw, 2.1rem);
  letter-spacing: 0.05em;
  border-radius: 16px;
  position: relative;
  line-height: 1.5;
  max-width: 360px;
}
.columnButtonLink:hover {
  opacity: 1;
  background: #BF0008;
  color: #fff;
}
.columnButtonLink:after {
  content: "";
  display: block;
  margin-left: 8px;
  right: 32px;
  width: 24px;
  height: 24px;
  background-image: url(../img/materials/icon/iconArrowWhite.svg);
  position: absolute;
  top: calc(50% - 12px);
}

@media screen and (min-width: 768px) {
  .columnButtonLink {
    width: 360px;
  }
}
@media screen and (min-width: 992px) {
  .column {
    padding: 100px 64px;
  }
  .columnTitle {
    font-size: 3.9rem;
  }
  .columnSldier {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .columnSldier .slick-slide {
    margin: 0 12px !important;
    padding-bottom: 104px;
  }
  .columnSliderItem {
    width: 384px;
    max-width: 100%;
  }
  .columnSliderItem::after {
    width: 48px;
    height: 48px;
  }
  .columnSliderItemTextWrapper {
    margin-top: 32px;
  }
  .columnSliderItemTitle {
    font-size: 2.1rem;
  }
  .columnSliderItemName {
    font-size: 1.8rem;
  }
  .columnSliderItemText {
    font-size: 1.8rem;
    margin-top: 16px;
    color: inherit;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
    color: #333333;
  }
  .columnButton {
    margin-top: 24px;
  }
  .columnButtonLink {
    font-size: 2.1rem;
    padding: 16px 32px;
    line-height: 1.5;
  }
}
/* 部品クラス：schedule */
.schedule {
  width: 100%;
  z-index: 0;
}

.scheduleInner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 0 64px;
}

.scheduleTitle {
  color: #333333;
  line-height: 1.48148148;
  letter-spacing: 0.05em;
  position: relative;
  font-size: clamp(1.8rem, 2.4vw, 2.1rem);
  text-align: center;
}
.scheduleTitle span {
  display: block;
  font-weight: 900;
  font-size: clamp(2.4rem, 3vw, 2.4rem);
}

.scheduleContener {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.scheduleBox {
  background: #fff8e8;
  border-radius: 32px;
  padding: 24px;
  width: 100%;
  max-width: 544px;
}
.scheduleBox + .scheduleBox {
  margin-top: 24px;
}

.scheduleProfile {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 72px 8px 1fr;
  grid-template-columns: 72px 1fr;
  gap: 8px;
}

.scheduleProfileImage {
  width: 72px;
  text-align: center;
  margin: 0;
}
.scheduleProfileImage img {
  width: 100%;
}
.scheduleProfileImage figcaption {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 900;
}

.scheduleProfileText {
  background: #fff;
  border-radius: 8px 32px 32px 32px;
  padding: 16px;
  font-size: clamp(1.8rem, 2.4vw, 2.1rem);
  letter-spacing: 0.05em;
  line-height: 1.55;
  font-weight: 500;
}

.scheduleTime {
  background: #fff;
  padding: 24px;
  border-radius: 32px;
  margin-top: 16px;
}

.scheduleTimeTitle {
  font-weight: 900;
  font-size: clamp(2.1rem, 2.7vw, 2.1rem);
  color: #F34109;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 32px 4px 1fr;
  grid-template-columns: 32px 1fr;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.scheduleTimeTitle::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/materials/icon/iconClockPrimary.svg) no-repeat center/contain;
}

.scheduleTimeList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 130px 8px 1fr;
  grid-template-columns: 130px 1fr;
  gap: 16px 8px;
  margin-top: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.scheduleTimeList::before {
  content: "";
  display: block;
  width: 2px;
  height: calc(100% - 4px);
  background: #FFE5A5;
  position: absolute;
  top: 2px;
  left: 117px;
}
.scheduleTimeList dt {
  text-align: right;
  color: #666666;
  font-size: 1.5rem;
  font-weight: 500;
  padding-right: 32px;
  position: relative;
}
.scheduleTimeList dt::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: #ffbf1f;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
}
.scheduleTimeList dt.primary::before {
  background: #fff;
  border: #F34109 6px solid;
  width: 32px;
  height: 32px;
  top: calc(50% - 16px);
  right: -4px;
}
.scheduleTimeList dd {
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 900;
}
.scheduleTimeList dd.primary p {
  background: #F34109;
  color: #fff;
  display: inline-block;
  border-radius: 100rem;
  padding: 8px 16px;
}

.scheduleMoreLink {
  margin: 64px auto 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #F34109;
  padding: 16px 64px 16px 32px;
  font-weight: 900;
  font-size: clamp(2.1rem, 2.7vw, 2.1rem);
  letter-spacing: 0.05em;
  border-radius: 16px;
  position: relative;
  line-height: 1.5;
  width: calc(100% - 32px);
  max-width: 360px;
}
.scheduleMoreLink:hover {
  opacity: 1;
  background: #BF0008;
  color: #fff;
}
.scheduleMoreLink:after {
  content: "";
  display: block;
  margin-left: 8px;
  right: 32px;
  width: 24px;
  height: 24px;
  background-image: url(../img/materials/icon/iconArrowWhite.svg);
  position: absolute;
  top: calc(50% - 12px);
}

@media screen and (min-width: 769px) {
  .scheduleContener {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
    margin-top: 64px;
  }
  .scheduleBox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 32px;
  }
  .scheduleBox + .scheduleBox {
    margin-top: 0;
  }
  .scheduleProfileText {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  .schedule {
    padding: 100px 64px;
  }
  .scheduleInner {
    padding: 0;
    max-width: 1200px;
  }
  .scheduleTitle {
    font-size: 2.7rem;
  }
  .scheduleTitle span {
    font-size: 3.9rem;
  }
  .scheduleProfile {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .scheduleProfileText {
    font-size: 2.1rem;
    padding: 16px 24px;
  }
  .scheduleMoreLink {
    max-width: 360px;
  }
  .scheduleTimeList {
    -ms-grid-columns: 140px 12px 1fr;
    grid-template-columns: 140px 1fr;
    gap: 16px 12px;
  }
  .scheduleTimeTitle.scheduleTimeTitle {
    font-size: 2.7rem;
  }
  .scheduleTimeList::before {
    left: 127px;
  }
  .scheduleTimeList dt {
    font-size: 1.5rem;
    padding-right: 40px;
  }
  .scheduleTimeList dd {
    font-size: 2.1rem;
  }
  .scheduleTimeList dd.primary p {
    font-size: 2.4rem;
    padding: 8px 24px;
  }
}
/* pages：お知らせ一覧 */
.newsListMainInner {
  padding-top: 64px;
  width: 100%;
  background-color: #FAFAFA;
  position: relative;
}

.newsListMainBg {
  width: 100%;
  padding: 12px 0;
}

.newsListSection {
  max-width: 768px;
  padding: 32px 32px;
  margin: 0 auto;
}
.newsListSection .infoTitle {
  text-align: left;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 32px;
}

.newsListContainer {
  margin-top: 40px;
}

.newsListBody {
  display: -ms-grid;
  display: grid;
  gap: 24px;
}
.newsListBody .infoListItem {
  margin-right: 0;
  width: 100%;
}

.newsListItem {
  border-bottom: 1px solid #F0F0F0;
  padding: 16px 0;
}

.newsListItemTime {
  color: #F34109;
  font-weight: 900;
  font-size: clamp(1.2rem, 1.8vw, 1.5rem);
  line-height: 1.6666;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}

.newsListItemTitle {
  color: #333333;
  font-weight: 900;
  font-size: clamp(1.5rem, 2.1vw, 1.8rem);
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 8px;
}

.newsListPagenation {
  margin-top: 64px;
}

@media screen and (min-width: 768px) {
  .newsListMainInner {
    width: 100%;
  }
  .newsListMainBg {
    width: 100%;
  }
  .newsListSection {
    max-width: 768px;
    padding: 64px;
    margin: 0 auto;
    border-radius: 64px;
  }
  .newsListContainer {
    margin-top: 32px;
  }
  .newsListItem {
    padding: 24px 0;
  }
  .newsListItemLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .newsListItemTime {
    width: 104px;
    font-size: clamp(1.5rem, 2.1vw, 1.8rem);
  }
  .newsListItemTitle {
    width: calc(100% - 104px);
    margin-top: 0;
    font-size: clamp(1.8rem, 2.4vw, 2.1rem);
  }
}
@media screen and (min-width: 992px) {
  .newsListMainBg {
    padding-left: 32px;
    padding-right: 32px;
  }
  .newsListSection {
    max-width: 1200px;
    padding: 64px 0;
  }
  .newsListBody {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
/* pages：お知らせ詳細 */
.newsDetailMainInner {
  padding-top: 64px;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: top 32px left 0;
}

.newsDetailMainBg {
  width: 100%;
  background: #FAFAFA;
  background-size: 83.4px 86.4px;
}

.newsDetailArticle {
  max-width: 768px;
  padding: 48px 24px;
  background-color: #fff;
  margin: 0 auto;
  overflow: hidden;
}
.newsDetailArticle.voices .newsDetailThumbnail {
  background: #FFE5A5;
  display: -ms-grid;
  display: grid;
  place-items: center;
  height: 200px;
}
.newsDetailArticle.voices .newsDetailThumbnail img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.newsDetailArticle.live .newsDetailThumbnail {
  background: #FFE5A5;
  display: -ms-grid;
  display: grid;
  place-items: center;
  height: 200px;
}
.newsDetailArticle.live .newsDetailThumbnail img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.newsDetailArticle h1 {
  color: #333333;
  font-weight: 900;
  font-size: 2.1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
.newsDetailArticle h2 {
  font-weight: 900;
  font-size: clamp(1.8rem, 2.4vw, 2.1rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 32px;
  margin-bottom: 24px;
  color: #F34109;
  background: #FCF0F2;
  border-radius: 16px;
  padding: 12px 16px;
}
.newsDetailArticle h3 {
  color: #F34109;
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 1.5238095;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  margin-top: 32px;
  position: relative;
  padding-bottom: 16px;
}
.newsDetailArticle h3:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 100px;
  background-color: #F34109;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
}
.newsDetailArticle h4 {
  color: #333333;
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 1.55555;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  margin-top: 32px;
  position: relative;
  padding-left: 22px;
}
.newsDetailArticle h4:before {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  border-radius: 100px;
  background-color: #F34109;
  top: 0;
  position: absolute;
  left: 0;
}
.newsDetailArticle h5 {
  color: #333333;
  font-weight: 900;
  font-size: clamp(1.5rem, 2.1vw, 1.8rem);
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  margin-top: 32px;
  position: relative;
  padding-left: 32px;
}
.newsDetailArticle h5:before {
  content: "";
  background-image: url(../img/materials/icon/iconPencil.svg);
  display: block;
  width: 24px;
  height: 24px;
  top: 0;
  position: absolute;
  left: 0;
}
.newsDetailArticle h6 {
  color: #333333;
  font-weight: 900;
  font-size: clamp(1.5rem, 2.1vw, 1.8rem);
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  margin-top: 32px;
  position: relative;
  padding-bottom: 8px;
  border-bottom: solid 1px #F0F0F0;
}
.newsDetailArticle figure {
  width: 100%;
  margin: 16px 0;
}
.newsDetailArticle figure img {
  aspect-ratio: 16/9;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsDetailArticle figure.newsDetailThumbnail {
  margin-left: -24px;
  margin-right: -24px;
  margin-top: -48px;
  width: calc(100% + 48px);
}
.newsDetailArticle figure.newsDetailThumbnail img {
  aspect-ratio: 1.9/1;
}
.newsDetailArticle p {
  color: #333333;
  font-weight: 500;
  font-size: clamp(1.5rem, 2.1vw, 1.8rem);
  line-height: 2.133333;
  margin-bottom: 0;
  margin-top: 16px;
}
.newsDetailArticle ul {
  margin-top: 16px;
}
.newsDetailArticle ul li {
  color: #333333;
  font-weight: 500;
  font-size: clamp(1.5rem, 2.1vw, 1.8rem);
  line-height: 2.133333;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  list-style: disc;
  margin-left: 24px;
}
.newsDetailArticle ol {
  margin-top: 16px;
}
.newsDetailArticle ol li {
  color: #333333;
  font-weight: 500;
  font-size: clamp(1.5rem, 2.1vw, 1.8rem);
  line-height: 2.133333;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  list-style: decimal;
  margin-left: 24px;
}

.newsDetailTime {
  margin-top: 8px !important;
}
.newsDetailTime time {
  color: #F34109;
  font-weight: 900;
  font-size: clamp(1.2rem, 1.8vw, 1.5rem);
  line-height: 1.666666;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}

.newsDetailBtnGroup {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.newsDetailBtn {
  height: 48px;
  color: #F34109;
  font-weight: 900;
  font-size: clamp(1.5rem, 2.1vw, 1.8rem);
  line-height: 1.666666;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  border: 2px solid #F0F0F0;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsDetailBtn:hover {
  color: #F34109;
}

.newsDetailBtnArrow {
  border: 2px solid #F0F0F0;
  border-radius: 100px;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.newsDetailBtnArrowPrev {
  position: absolute;
  top: 0;
  left: 0;
}

.newsDetailBtnArrowNext {
  position: absolute;
  top: 0;
  right: 0;
}

p.newsDetailName {
  font-weight: 700;
  color: #666;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

.newsDetailCta {
  padding: 24px 0;
  margin-top: 24px;
}

.newsDetailCtaInner {
  background: #fcf0f2;
  padding: 24px;
  border-radius: 16px;
}

.newsDetailCtaLinkGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.newsDetailCtaAppStoreLink {
  display: block;
  max-width: 134px;
}

.newsDetailCtaGooglePlayLink {
  max-width: 134px;
  display: block;
}

h3.newsDetailCtaTitle {
  font-size: 1.5rem;
  text-align: center;
  margin: 0;
  padding: 0;
}
h3.newsDetailCtaTitle::after {
  content: none;
}

p.newsDetailCtaText {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 16px;
}

.newsDetailCtaBtn {
  display: none;
}

.newsDetailCtaModal {
  display: none;
  opacity: 0;
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  .newsDetailMainInner {
    padding-top: 0;
    width: 100%;
    background-color: #fff;
    position: relative;
    background-repeat: no-repeat;
    background-position: top 64px left 0;
  }
  .newsDetailMainBg {
    width: 100%;
    padding: 180px 0 64px;
  }
  .newsDetailArticle {
    max-width: 768px;
    padding: 64px;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 32px;
  }
  .newsDetailArticle h1 {
    font-size: 2.7rem;
    line-height: 1.48148;
  }
  .newsDetailArticle figure.newsDetailThumbnail {
    margin-top: -64px;
    margin-left: -64px;
    margin-right: -64px;
    width: calc(100% + 128px);
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 991px) {
  .newsDetailCtaModal.is-open {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (min-width: 992px) {
  .newsDetailArticle.voices .newsDetailThumbnail {
    height: 400px;
  }
  .newsDetailArticle.voices .newsDetailThumbnail img {
    width: 200px;
    height: 200px;
  }
  .newsDetailArticle h2 {
    font-size: 1.8rem;
    margin-bottom: 24px;
  }
  .newsDetailArticle h3 {
    font-size: 1.8rem;
  }
  .newsDetailArticle h4 {
    font-size: 1.8rem;
  }
  .newsDetailArticle h5 {
    font-size: 1.5rem;
  }
  .newsDetailArticle h5 {
    font-size: 1.5rem;
  }
  .newsDetailArticle ul li {
    font-size: 1.5rem;
  }
  .newsDetailArticle ol li {
    font-size: 1.5rem;
  }
  .newsDetailArticle p {
    font-size: 1.5rem;
  }
  p.newsDetailName {
    font-size: 2.4rem;
    margin-top: 8px;
    line-height: 1.5;
  }
  .newsDetailCta {
    padding: 32px 0;
    margin-top: 32px;
  }
  .newsDetailCtaLinkGroup {
    display: none;
  }
  h3.newsDetailCtaTitle {
    font-size: 1.5rem;
  }
  .newsDetailCtaBtn {
    display: block;
    margin: 24px auto 0;
    text-align: center;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    background: #F34109;
    padding: 16px 24px;
    font-weight: 900;
    font-size: clamp(1.5rem, 2.1vw, 1.8rem);
    letter-spacing: 0.05em;
    border-radius: 16px;
    font-size: 1.5rem;
  }
  .newsDetailCtaBtn:hover {
    opacity: 1;
    background: #BF0008;
    color: #fff;
  }
  .newsDetailCtaBtn:after {
    content: "";
    display: block;
    margin-left: 8px;
    top: 14px;
    right: 12px;
    width: 24px;
    height: 24px;
    background-image: url(../img/materials/icon/iconArrowWhite.svg);
  }
  .newsDetailCtaModal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .newsDetailCtaModal.is-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    visibility: visible;
  }
  .newsDetailCtaModalClose {
    background: none;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 32px;
    right: 32px;
  }
  .newsDetailCtaModalClose::before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    background: url(../img/materials/icon/iconClose.svg) no-repeat center center;
    position: absolute;
    top: calc(50% - 10.5px);
    left: calc(50% - 10.5px);
  }
  .newsDetailCtaModalInner {
    background: #fff;
    border-radius: 24px;
    padding: 65px 80px 80px;
    max-width: 812px;
    width: 100%;
    position: relative;
  }
  .newsDetailCtaModalLogoWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
  }
  .newsDetailCtaModalLogo {
    width: 106px;
    position: relative;
  }
  .newsDetailCtaModalLogoText {
    width: 100%;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: clamp(0.9rem, 1.5vw, 0.9rem);
  }
  ul.newsDetailCtaModalList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style: none;
    margin-top: 32px;
    gap: 24px;
    list-style: none;
  }
  ul li.newsDetailCtaModalListItem {
    width: 246px;
    text-align: center;
    list-style: none;
    margin: 0;
  }
  p.newsDetailCtaModalText {
    font-size: 2.1rem;
  }
  p.newsDetailCtaModalTextSmall {
    font-weight: 900;
    font-size: 2.1rem;
    line-height: 1.5;
    margin: 0;
    margin-bottom: 24px;
  }
  .appSpOnly {
    position: fixed;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    background: #FFBF1F;
    z-index: 1;
    -webkit-box-shadow: 0px -4px 16px 0px rgba(0, 0, 0, 0.08);
            box-shadow: 0px -4px 16px 0px rgba(0, 0, 0, 0.08);
    text-align: center;
    padding: 16px 24px;
  }
  figure.newsDetailCtaModalQRImg {
    margin-bottom: 24px;
  }
  figure.newsDetailCtaModalQRImg img {
    aspect-ratio: auto;
    height: auto;
  }
  .newsDetailCtaModalAppStoreLink {
    width: 201px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .newsDetailCtaModalAppGooglePlayLink {
    width: 201px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}
/* pages：お知らせ一覧 */
.voiceListMainInner {
  padding-top: 64px;
  width: 100%;
  background-color: #FAFAFA;
  position: relative;
}

.voiceListMainBg {
  width: 100%;
  padding: 12px 0;
}

.voiceListSection {
  max-width: 768px;
  padding: 32px 32px;
  margin: 0 auto;
}
.voiceListSection .infoTitle {
  text-align: left;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 32px;
}

.voiceListContainer {
  margin-top: 40px;
}

.voiceListBody {
  display: -ms-grid;
  display: grid;
  gap: 24px;
}

.voiceListItem {
  border-radius: 32px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  display: block;
  overflow: hidden;
}

.voiceListItemImg {
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1.91/1;
}
.voiceListItemImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.voiceListItemTextWrapper {
  padding: 16px 24px 24px;
}

.voiceListItemName {
  font-size: clamp(1.8rem, 2.4vw, 2.1rem);
  color: #333333;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.voiceListItemText {
  font-size: clamp(1.5rem, 2.1vw, 1.8rem);
  color: #333333;
  margin-top: 8px;
}

.voiceListPagenation {
  margin-top: 64px;
}

@media screen and (min-width: 768px) {
  .voiceListMainInner {
    width: 100%;
  }
  .voiceListMainBg {
    width: 100%;
  }
  .voiceListSection {
    max-width: 768px;
    padding: 64px;
    margin: 0 auto;
  }
  .voiceListContainer {
    margin-top: 32px;
  }
  .voiceListItemImg {
    aspect-ratio: 1.91/1;
    border-radius: 32px 32px 0 0;
  }
  .voiceListItemTime {
    width: 104px;
    font-size: clamp(1.5rem, 2.1vw, 1.8rem);
  }
  .voiceListItemTitle {
    width: calc(100% - 104px);
    margin-top: 0;
    font-size: clamp(1.8rem, 2.4vw, 2.1rem);
  }
  .voiceListItemText {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
}
@media screen and (min-width: 992px) {
  .voiceListMainBg {
    padding-left: 32px;
    padding-right: 32px;
  }
  .voiceListSection {
    max-width: 1200px;
    padding: 64px 0;
  }
  .voiceListBody {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .voiceListItemName {
    font-size: 1.8rem;
  }
  .voiceListItemText {
    font-size: 1.8rem;
  }
}
.liveListMainInner {
  padding-top: 64px;
  width: 100%;
  background-color: #FAFAFA;
  position: relative;
}

.liveListMainBg {
  width: 100%;
  padding: 12px 0;
}

.liveListSection {
  max-width: 768px;
  padding: 32px 32px;
  margin: 0 auto;
}
.liveListSection .infoTitle {
  text-align: left;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 32px;
}

.liveListContainer {
  margin-top: 40px;
}

.liveListBody {
  display: -ms-grid;
  display: grid;
  gap: 24px;
}

.liveListItem {
  border-radius: 32px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  display: block;
  overflow: hidden;
}

.liveListItemImg {
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1.91/1;
}
.liveListItemImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.liveListItemTextWrapper {
  padding: 16px 24px 24px;
}

.liveListItemName {
  font-size: clamp(1.8rem, 2.4vw, 2.1rem);
  color: #333333;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.liveListItemText {
  font-size: clamp(1.5rem, 2.1vw, 1.8rem);
  color: #333333;
  margin-top: 8px;
}

.liveListPagenation {
  margin-top: 64px;
}

@media screen and (min-width: 768px) {
  .liveListMainInner {
    width: 100%;
  }
  .liveListMainBg {
    width: 100%;
  }
  .liveListSection {
    max-width: 768px;
    padding: 64px;
    margin: 0 auto;
  }
  .liveListContainer {
    margin-top: 32px;
  }
  .liveListItemImg {
    aspect-ratio: 1.91/1;
    border-radius: 32px 32px 0 0;
  }
  .liveListItemTime {
    width: 104px;
    font-size: clamp(1.5rem, 2.1vw, 1.8rem);
  }
  .liveListItemTitle {
    width: calc(100% - 104px);
    margin-top: 0;
    font-size: clamp(1.8rem, 2.4vw, 2.1rem);
  }
  .liveListItemText {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
}
@media screen and (min-width: 992px) {
  .liveListMainBg {
    padding-left: 32px;
    padding-right: 32px;
  }
  .liveListSection {
    max-width: 1200px;
    padding: 64px 0;
  }
  .liveListBody {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .liveListItemName {
    font-size: 1.8rem;
  }
  .liveListItemText {
    font-size: 1.8rem;
  }
}

/* pages：contact */
.contactMainInner {
  padding-top: 74px;
  width: 100%;
  background-color: #fff;
  background-image: url(../img/materials/img/imgContactSp.png);
  background-size: 336px 46px;
  position: relative;
  background-repeat: no-repeat;
  background-position: top 32px left 0;
}

.contactMainBg {
  width: 100%;
  padding: 64px 0;
  background-color: #FAFAFA;
  background-image: url(../img/materials/img/imgBgPattern02.png);
  background-size: 83.4px 86.4px;
}

.contactSection {
  max-width: 768px;
  padding: 48px 16px;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 64px;
}

.contactTitle {
  color: #333333;
  font-weight: 900;
  font-size: 2.7rem;
  line-height: 1.48148148;
  text-align: center;
  letter-spacing: 0.05em;
  position: relative;
  text-align: center;
}
.contactTitle:after {
  position: absolute;
  bottom: -24px;
  left: 50%;
  content: "";
  width: 30px;
  height: 8px;
  background-image: url(../img/materials/img/imgPencil.png);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.contactText {
  color: #333333;
  font-weight: 900;
  font-size: clamp(1.5rem, 2.1vw, 1.8rem);
  text-align: left;
  letter-spacing: 0.05em;
  margin-top: 56px;
}

.contactForm {
  margin-top: 32px;
}

.contactFormGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contactFormGroup:not(:first-child) {
  margin-top: 32px;
}

.contactFormLabel {
  color: #333333;
  font-weight: 900;
  font-size: clamp(1.5rem, 2.1vw, 1.8rem);
  text-align: left;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0;
}

.contactFormBadge {
  color: #F34109;
  font-weight: 500;
  font-size: 10px;
  line-height: 16px;
  padding: 0 5px;
  border: solid 1px #F34109;
  margin-left: 8px;
  border-radius: 2px;
}

.contactFormInput {
  width: 100%;
  padding: 12px 16px;
  background-color: #fafafa;
  border: 1px solid #f0f0f0;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  line-height: 1.6;
}
.contactFormInput::-webkit-input-placeholder {
  color: #bcbcbc;
  font-weight: 500;
  font-size: clamp(1.5rem, 2.1vw, 1.8rem);
  outline: none;
}
.contactFormInput::-moz-placeholder {
  color: #bcbcbc;
  font-weight: 500;
  font-size: clamp(1.5rem, 2.1vw, 1.8rem);
  outline: none;
}
.contactFormInput:-ms-input-placeholder {
  color: #bcbcbc;
  font-weight: 500;
  font-size: clamp(1.5rem, 2.1vw, 1.8rem);
  outline: none;
}
.contactFormInput::-ms-input-placeholder {
  color: #bcbcbc;
  font-weight: 500;
  font-size: clamp(1.5rem, 2.1vw, 1.8rem);
  outline: none;
}
.contactFormInput::placeholder {
  color: #bcbcbc;
  font-weight: 500;
  font-size: clamp(1.5rem, 2.1vw, 1.8rem);
  outline: none;
}
.contactFormInput:focus {
  outline: none;
  border: 1px solid #F34109;
  border-radius: 16px;
  background-color: #FCF0F2;
  color: #333333;
  font-weight: 500;
  font-size: clamp(1.5rem, 2.1vw, 1.8rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contactFormSelect {
  color: #333333;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../img/materials/icon/iconArrowDown.svg);
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
.contactFormSelect:invalid {
  color: #bcbcbc;
}
.contactFormSelect option {
  color: #333333;
}
.contactFormSelect option:first-child {
  color: #bcbcbc;
}

.contactFormTextarea {
  resize: none;
  width: 100%;
  height: 240px;
  padding: 12px 16px;
  background-color: #fafafa;
  border: 1px solid #f0f0f0;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  line-height: 1.6;
}
.contactFormTextarea::-webkit-input-placeholder {
  color: #bcbcbc;
  font-weight: 500;
  font-size: clamp(1.5rem, 2.1vw, 1.8rem);
  outline: none;
}
.contactFormTextarea::-moz-placeholder {
  color: #bcbcbc;
  font-weight: 500;
  font-size: clamp(1.5rem, 2.1vw, 1.8rem);
  outline: none;
}
.contactFormTextarea:-ms-input-placeholder {
  color: #bcbcbc;
  font-weight: 500;
  font-size: clamp(1.5rem, 2.1vw, 1.8rem);
  outline: none;
}
.contactFormTextarea::-ms-input-placeholder {
  color: #bcbcbc;
  font-weight: 500;
  font-size: clamp(1.5rem, 2.1vw, 1.8rem);
  outline: none;
}
.contactFormTextarea::placeholder {
  color: #bcbcbc;
  font-weight: 500;
  font-size: clamp(1.5rem, 2.1vw, 1.8rem);
  outline: none;
}
.contactFormTextarea:focus {
  outline: none;
  border: 1px solid #F34109;
  border-radius: 16px;
  background-color: #FCF0F2;
  color: #333333;
  font-weight: 500;
  font-size: clamp(1.5rem, 2.1vw, 1.8rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contactFormBtn {
  border: solid 3px #F34109;
  border-radius: 100px;
  background-color: #FCF0F2;
  height: 56px;
  width: 240px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 6px 0px #F34109;
          box-shadow: 0px 6px 0px #F34109;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px auto 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contactFormBtn:hover {
  -webkit-box-shadow: 0px 0px 0px #F34109;
          box-shadow: 0px 0px 0px #F34109;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  opacity: 1;
}

.contactFormBtnText {
  color: #F34109;
  font-weight: 900;
  font-size: clamp(1.5rem, 2.1vw, 1.8rem);
  letter-spacing: 0.05em;
  margin-left: 8px;
}

@media screen and (min-width: 768px) {
  .contactMainInner {
    padding-top: 152px;
    width: 100%;
    background-color: #fff;
    background-image: url(../img/materials/img/imgContact.png);
    background-size: 672px 92px;
    position: relative;
    background-repeat: no-repeat;
    background-position: top 64px left 0;
  }
  .contactMainBg {
    width: 100%;
    padding: 128px 0;
    background-color: #FAFAFA;
    background-image: url(../img/materials/img/imgBgPattern02.png);
    background-size: 111.2px 115.2px;
  }
  .contactSection {
    max-width: 768px;
    padding: 64px;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 64px;
  }
  .contactTitle {
    font-size: 3.9rem;
    line-height: 1.4358974;
  }
  .contactForm {
    margin-top: 40px;
  }
  .contactFormInput {
    width: 384px;
  }
  .contactFormTestarea {
    width: 100%;
  }
}
/* pages：contact */
.thanksSpOnly {
  display: block;
}

.thanksMainInner {
  padding-top: 74px;
  width: 100%;
  background-color: #fff;
  background-image: url(../img/materials/img/imgThanksSp.png);
  background-size: 297px 46px;
  position: relative;
  background-repeat: no-repeat;
  background-position: top 32px left 0;
}

.thanksMainBg {
  width: 100%;
  padding: 64px 0;
  background-color: #FAFAFA;
  background-image: url(../img/materials/img/imgBgPattern02.png);
  background-size: 83.4px 86.4px;
}

.thanksSection {
  max-width: 768px;
  padding: 48px 16px;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 64px;
}

.thanksBalloon {
  width: 100%;
  max-width: 343px;
  margin: 0 auto;
  background-color: #F34109;
  padding: 16px 0;
  border-radius: 16px;
  position: relative;
}
.thanksBalloon p {
  font-weight: 900;
  font-size: clamp(2.1rem, 2.7vw, 2.1rem);
  line-height: 1.5238095;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}
.thanksBalloon:after {
  content: "";
  display: block;
  width: 26px;
  height: 23px;
  position: absolute;
  bottom: -23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/materials/img/imgBalloon.png);
  background-repeat: no-repeat;
  background-size: 26px 23px;
  z-index: 1;
}

.thanksImg {
  width: 158px;
  margin: 55px auto 0;
}
.thanksImg img {
  width: 100%;
}

.thanksText {
  color: #333333;
  font-weight: 900;
  font-size: clamp(1.5rem, 2.1vw, 1.8rem);
  letter-spacing: 0.05em;
  margin-top: 32px;
  text-align: center;
}

.thanksLink {
  margin: 32px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #F34109;
  font-weight: 900;
  font-size: clamp(1.5rem, 2.1vw, 1.8rem);
  letter-spacing: 0.05em;
  width: 240px;
  padding: 16px 0;
  background-color: #FCF0F2;
  border-radius: 100px;
  border: 3px solid #F34109;
  -webkit-box-shadow: 0px 6px 0px #F34109;
          box-shadow: 0px 6px 0px #F34109;
  position: relative;
}
.thanksLink:hover {
  color: #F34109;
  -webkit-box-shadow: 0px 0px 0px #F34109;
          box-shadow: 0px 0px 0px #F34109;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  opacity: 1;
}
.thanksLink:after {
  content: "";
  position: absolute;
  top: 14px;
  right: 12px;
  width: 24px;
  height: 24px;
  background-image: url(../img/materials/icon/iconArrowPrimary.svg);
}

@media screen and (min-width: 544px) {
  .thanksSpOnly {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .thanksMainInner {
    padding-top: 152px;
    width: 100%;
    background-color: #fff;
    background-image: url(../img/materials/img/imgThanks.png);
    background-size: 589px 92px;
    position: relative;
    background-repeat: no-repeat;
    background-position: top 64px left 0;
  }
  .thanksMainBg {
    width: 100%;
    padding: 128px 0;
    background-color: #FAFAFA;
    background-image: url(../img/materials/img/imgBgPattern02.png);
    background-size: 111.2px 115.2px;
  }
  .thanksSection {
    max-width: 768px;
    padding: 64px;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 64px;
  }
  .thanksTitle {
    font-size: 3.9rem;
    line-height: 1.4358974;
  }
  .thanksBalloon {
    max-width: 479px;
  }
  .thanksBalloon p {
    font-weight: 900;
    font-size: 3.3rem;
    line-height: 1.4545454;
  }
  .thanksImg {
    width: 216px;
  }
}
/* pages：お知らせ一覧 */
.privacyMainInner {
  width: 100%;
}

.privacyMainBg {
  width: 100%;
  padding: 64px 0;
  background-color: #FAFAFA;
}

.privacyArticle {
  max-width: 768px;
  padding: 48px 16px;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 64px;
}
.privacyArticle h1 {
  color: #333333;
  font-weight: 900;
  font-size: 2.7rem;
  line-height: 1.48148148;
  text-align: center;
  letter-spacing: 0.05em;
  position: relative;
  text-align: center;
  margin-bottom: 56px;
}
.privacyArticle h1:after {
  position: absolute;
  bottom: -24px;
  left: 50%;
  content: "";
  width: 30px;
  height: 8px;
  background-image: url(../img/materials/img/imgPencil.png);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.privacyArticle h2 {
  color: #fff;
  font-weight: 900;
  font-size: clamp(2.4rem, 3vw, 2.4rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  margin-top: 32px;
  background-color: #F34109;
  border-radius: 16px;
  padding: 12px 16px;
}
.privacyArticle p {
  color: #333333;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0;
  margin-top: 16px;
  letter-spacing: 0.05em;
}
.privacyArticle ol {
  margin-top: 16px;
}
.privacyArticle ol ul {
  margin-top: 4px;
}
.privacyArticle ol ul li {
  list-style: disc;
  margin-left: 22px;
}
.privacyArticle ol ol {
  margin-top: 4px;
}
.privacyArticle ol li {
  color: #333333;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  list-style: decimal;
  margin-left: 18px;
}
.privacyArticle ol li:not(:first-child) {
  margin-top: 4px;
}
.privacyArticle .privacyList {
  margin-top: 16px;
}
.privacyArticle .privacyList li {
  color: #333333;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  list-style: disc;
  margin-left: 22px;
}
.privacyArticle .privacyList li:not(:first-child) {
  margin-top: 4px;
}
.privacyArticle .privacyList p {
  line-height: 1.6;
}
.privacyArticle .privacyList p:not(:first-child) {
  margin-top: 0;
}
.privacyArticle address {
  color: #333333;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  font-family: "Noto Sans JP", -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "メイリオ", Sans-Serif;
}
.privacyArticle .privacyLink {
  color: #333333;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .privacyMainInner {
    width: 100%;
  }
  .privacyMainBg {
    width: 100%;
    padding: 128px 0;
    background-color: #FAFAFA;
  }
  .privacyArticle {
    max-width: 768px;
    padding: 64px;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 64px;
  }
  .privacyArticle h1 {
    font-size: 3.9rem;
    line-height: 1.4358974;
  }
}
/* pages：特定商取引法に関する表示 */
.tokushoMainInner {
  width: 100%;
}

.tokushoMainBg {
  width: 100%;
  padding: 64px 0;
  background-color: #FAFAFA;
}

.tokushoArticle {
  max-width: 768px;
  padding: 48px 16px;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 64px;
}
.tokushoArticle h1 {
  color: #333333;
  font-weight: 900;
  font-size: 2.7rem;
  line-height: 1.48148148;
  text-align: center;
  letter-spacing: 0.05em;
  position: relative;
  text-align: center;
  margin-bottom: 56px;
}
.tokushoArticle h1:after {
  position: absolute;
  bottom: -24px;
  left: 50%;
  content: "";
  width: 30px;
  height: 8px;
  background-image: url(../img/materials/img/imgPencil.png);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tokushoTable {
  width: 100%;
  border-collapse: separate;
  border: 1px solid #E5E5E5;
  border-radius: 16px 16px 16px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-spacing: 0;
}

.tokushoTableRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tokushoTableRow:first-child .tokushoTableHead {
  border-radius: 16px 16px 0px 0px;
}
.tokushoTableRow:not(:last-child) .tokushoTableData {
  border-bottom: 1px solid #E5E5E5;
}
.tokushoTableRow:last-child .tokushoTableData {
  border-radius: 0 0 16px 16px;
}

.tokushoTableHead {
  background-color: #FAFAFA;
  border-bottom: 1px solid #E5E5E5;
  width: 100%;
  padding: 16px;
  color: #333333;
  font-weight: 900;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tokushoTableData {
  background-color: #fff;
  width: 100%;
  padding: 16px;
  color: #333333;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.tokushoLink {
  color: #F34109;
  text-decoration-line: underline;
}
.tokushoLink:hover {
  color: #F34109;
  text-decoration-line: underline;
}

@media screen and (min-width: 768px) {
  .tokushoMainInner {
    width: 100%;
  }
  .tokushoMainBg {
    width: 100%;
    padding: 128px 0;
    background-color: #FAFAFA;
  }
  .tokushoArticle {
    max-width: 768px;
    padding: 64px;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 64px;
  }
  .tokushoArticle h1 {
    font-size: 3.9rem;
    line-height: 1.4358974;
  }
}
@media screen and (min-width: 992px) {
  .tokushoTableRow {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
  .tokushoTableRow:first-child .tokushoTableHead {
    border-radius: 16px 0 0px 0px;
  }
  .tokushoTableRow:first-child .tokushoTableData {
    border-radius: 0 16px 0px 0px;
  }
  .tokushoTableRow:last-child .tokushoTableHead {
    border-radius: 0 0 0px 16px;
    border-bottom: none;
  }
  .tokushoTableRow:last-child .tokushoTableData {
    border-radius: 0 0 16px 0px;
  }
  .tokushoTableRow:not(:last-child) .tokushoTableHead, .tokushoTableRow:not(:last-child) .tokushoTableData {
    border-bottom: 1px solid #E5E5E5;
  }
  .tokushoTableHead {
    width: 224px;
    border-right: 1px solid #E5E5E5;
  }
  .tokushoTableData {
    width: calc(100% - 224px);
  }
}
/* pages：特定商取引法に関する表示 */
.companyMainInner {
  width: 100%;
}

.companyMainBg {
  width: 100%;
  padding: 64px 0;
  background-color: #FAFAFA;
}

.companyArticle {
  max-width: 768px;
  padding: 48px 16px;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 64px;
}
.companyArticle h1 {
  color: #333333;
  font-weight: 900;
  font-size: 2.7rem;
  line-height: 1.48148148;
  text-align: center;
  letter-spacing: 0.05em;
  position: relative;
  text-align: center;
  margin-bottom: 56px;
}
.companyArticle h1:after {
  position: absolute;
  bottom: -24px;
  left: 50%;
  content: "";
  width: 30px;
  height: 8px;
  background-image: url(../img/materials/img/imgPencil.png);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.companyTable {
  width: 100%;
  border-collapse: separate;
  border: 1px solid #E5E5E5;
  border-radius: 16px 16px 16px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-spacing: 0;
}

.companyTableRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.companyTableRow:first-child .companyTableHead {
  border-radius: 16px 16px 0px 0px;
}
.companyTableRow:not(:last-child) .companyTableData {
  border-bottom: 1px solid #E5E5E5;
}
.companyTableRow:last-child .companyTableData {
  border-radius: 0 0 16px 16px;
}

.companyTableHead {
  background-color: #FAFAFA;
  border-bottom: 1px solid #E5E5E5;
  width: 100%;
  padding: 16px;
  color: #333333;
  font-weight: 900;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.companyTableData {
  background-color: #fff;
  width: 100%;
  padding: 16px;
  color: #333333;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.companyLink {
  color: #F34109;
  text-decoration-line: underline;
}
.companyLink:hover {
  color: #F34109;
  text-decoration-line: underline;
}

@media screen and (min-width: 768px) {
  .companyMainInner {
    width: 100%;
  }
  .companyMainBg {
    width: 100%;
    padding: 128px 0;
    background-color: #FAFAFA;
  }
  .companyArticle {
    max-width: 768px;
    padding: 64px;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 64px;
  }
  .companyArticle h1 {
    font-size: 3.9rem;
    line-height: 1.4358974;
  }
}
@media screen and (min-width: 992px) {
  .companyTableRow {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
  .companyTableRow:first-child .companyTableHead {
    border-radius: 16px 0 0px 0px;
  }
  .companyTableRow:first-child .companyTableData {
    border-radius: 0 16px 0px 0px;
  }
  .companyTableRow:last-child .companyTableHead {
    border-radius: 0 0 0px 16px;
    border-bottom: none;
  }
  .companyTableRow:last-child .companyTableData {
    border-radius: 0 0 16px 0px;
  }
  .companyTableRow:not(:last-child) .companyTableHead, .companyTableRow:not(:last-child) .companyTableData {
    border-bottom: 1px solid #E5E5E5;
  }
  .companyTableHead {
    width: 224px;
    border-right: 1px solid #E5E5E5;
  }
  .companyTableData {
    width: calc(100% - 224px);
  }
}
/* pages：利用規約 */
.termsMainInner {
  width: 100%;
}

.termsMainBg {
  width: 100%;
  padding: 64px 0;
  background-color: #FAFAFA;
}

.termsArticle {
  max-width: 768px;
  padding: 48px 16px;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 64px;
}
.termsArticle h1 {
  color: #333333;
  font-weight: 900;
  font-size: 2.7rem;
  line-height: 1.48148148;
  text-align: center;
  letter-spacing: 0.05em;
  position: relative;
  text-align: center;
  margin-bottom: 56px;
}
.termsArticle h1:after {
  position: absolute;
  bottom: -24px;
  left: 50%;
  content: "";
  width: 30px;
  height: 8px;
  background-image: url(../img/materials/img/imgPencil.png);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.termsArticle h2 {
  color: #fff;
  font-weight: 900;
  font-size: clamp(2.4rem, 3vw, 2.4rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  margin-top: 32px;
  background-color: #F34109;
  border-radius: 16px;
  padding: 12px 16px;
}
.termsArticle p {
  color: #333333;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0;
  margin-top: 16px;
  letter-spacing: 0.05em;
}
.termsArticle ol {
  margin-top: 16px;
}
.termsArticle ol ul {
  margin-top: 4px;
}
.termsArticle ol ul li {
  list-style: disc;
  margin-left: 22px;
}
.termsArticle ol ol {
  margin-top: 4px;
}
.termsArticle ol li {
  color: #333333;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  list-style: decimal;
  margin-left: 18px;
}
.termsArticle ol li:not(:first-child) {
  margin-top: 4px;
}
.termsArticle .termsList {
  margin-top: 16px;
}
.termsArticle .termsList li {
  color: #333333;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  list-style: disc;
  margin-left: 22px;
}
.termsArticle .termsList li:not(:first-child) {
  margin-top: 4px;
}
.termsArticle .termsList p {
  line-height: 1.6;
}
.termsArticle .termsList p:not(:first-child) {
  margin-top: 0;
}
.termsArticle address {
  color: #333333;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  font-family: "Noto Sans JP", -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "メイリオ", Sans-Serif;
}
.termsArticle .termsLink {
  color: #333333;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .termsMainInner {
    width: 100%;
  }
  .termsMainBg {
    width: 100%;
    padding: 128px 0;
    background-color: #FAFAFA;
  }
  .termsArticle {
    max-width: 768px;
    padding: 64px;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 64px;
  }
  .termsArticle h1 {
    font-size: 3.9rem;
    line-height: 1.4358974;
  }
}
/* 部品クラス：メインビジュアル */
body.about {
  padding-top: 0;
}

.aboutMainVisual {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 32px;
  padding-top: 114px;
}

.aboutMainVisualInner {
  padding-left: 16px;
  padding-right: 16px;
}

.aboutMainVisualLogoWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.aboutMainVisualText {
  font-size: clamp(1.5rem, 2.1vw, 1.8rem);
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-right: 20px;
}

.aboutMainVisualBoxText {
  font-size: clamp(1.8rem, 2.4vw, 2.1rem);
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-top: 4px;
}

.aboutMainVisualLogo {
  width: 70px;
  position: relative;
}

.manVisualLogoText {
  width: 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: clamp(0.9rem, 1.5vw, 0.9rem);
}

.aboutMainVisualBox {
  background: #FFF8E8;
  border-radius: 32px;
  padding: 32px 24px;
  position: relative;
  margin-top: 22px;
  margin-right: auto;
  max-width: 832px;
  margin-left: auto;
}
.aboutMainVisualBox::before {
  content: "";
  display: block;
  height: 13px;
  width: 28px;
  position: absolute;
  bottom: 100%;
  left: calc(50% - 14px);
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: inherit;
}

.aboutMainVisualHeading {
  font-weight: 900;
  font-size: clamp(2.4rem, 3vw, 2.4rem);
  color: #F34109;
}

.aboutMainVisualImg {
  margin-top: 16px;
}

.aboutPriceTitle {
  font-size: 2.4rem;
}

.aboutPriceItem .priceItemTag {
  background: #ffe5a5;
  letter-spacing: 0.05em;
}
.aboutPriceItem .priceItemPrice .primary {
  font-size: 10rem;
}
.aboutPriceItem .priceItemPrice .yen {
  font-size: 3.9rem;
}
.aboutPriceItem .price-num {
  font-size: 3.3rem;
}
.aboutPriceItem .price-num span {
  font-size: 2.1rem;
}

.aboutPriceCopy {
  font-size: clamp(2.1rem, 2.7vw, 2.1rem);
  font-weight: 900;
  color: #fff;
  text-align: center;
  border-radius: 100rem;
  padding: 12px 16px;
  background: #F34109;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  letter-spacing: 0.05em;
  margin-top: 32px;
}
.aboutPriceCopy::before {
  content: "";
  display: block;
  width: 28px;
  height: 13px;
  background: inherit;
  position: absolute;
  top: 100%;
  left: calc(50% - 14px);
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
}

@media screen and (min-width: 544px) {
  .aboutMainVisualInfo {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .aboutReason .reasonList {
    gap: 24px;
  }
  .aboutReason .reasonCard {
    width: calc(50% - 12px);
  }
}
@media screen and (min-width: 991px) {
  .aboutReason .reasonList {
    gap: 24px 16px;
  }
}
@media screen and (min-width: 992px) {
  .aboutMainVisual {
    padding-top: 153px;
    padding-bottom: 100px;
  }
  .aboutMainVisualBox::before {
    width: 56px;
    height: 26px;
    left: calc(50% - 28px);
  }
  .aboutMainVisualHeading {
    font-size: 3.9rem;
    font-weight: 900;
  }
  .manVisualLogoText {
    font-size: 1.5rem;
  }
  .aboutMainVisualText {
    font-size: 2.1rem;
    margin-right: 24px;
  }
  .aboutMainVisualBoxText {
    font-size: 2.7rem;
    font-weight: 900;
  }
  .aboutMainVisualLogo {
    width: 106px;
  }
  .aboutMainVisualCopyBox {
    margin-top: 24px;
  }
  .aboutMainVisualCopyBallon {
    font-size: 3.3rem;
    width: 760px;
  }
  .aboutMainVisualCta {
    max-width: 480px;
  }
  .aboutMainVisualCtaButton {
    font-size: 3.9rem;
    padding: 12px;
  }
  .aboutMainVisualBtnGroup {
    margin-top: 32px;
  }
  .aboutMainVisualInfo {
    text-align: left;
    padding: 0;
  }
  .aboutMainVisualImg {
    margin-top: 32px;
  }
  .aboutMainVisualAppStore {
    width: 201px;
    margin-right: 32px;
  }
  .aboutMainVisualCopy {
    font-size: 3.9rem;
  }
  .aboutMainVisualCopy span {
    color: #F34109;
    font-size: 6.4rem;
  }
  .aboutMainVisualImg {
    padding: 0 0 0;
    margin-top: 48px;
    max-width: 1000px;
  }
  .aboutMainVisualImg img {
    position: relative;
    z-index: -1;
  }
  .aboutPriceTitle {
    font-size: 3.9rem;
  }
  .aboutPriceCopy {
    margin-top: 64px;
    font-size: 3.3rem;
    padding: 12px 64px;
  }
  .aboutPriceCopy::before {
    width: 56px;
    height: 26px;
  }
  .aboutPriceBody {
    margin-top: 32px;
    max-width: 640px;
    gap: 32px;
  }
  .aboutPriceItem .price-num {
    font-size: 7.2rem;
  }
  .aboutPriceItem .price-num span {
    font-size: 4.8rem;
  }
  .aboutPriceItem {
    padding: 32px 64px;
    gap: 32px;
    -ms-grid-columns: 160px 32px 1fr;
    grid-template-columns: 160px 1fr;
  }
  .aboutPriceItem .priceItemTag {
    width: 160px;
    height: 160px;
    font-size: 2.7rem;
  }
  .aboutPriceItem .priceItemPrice .primary {
    font-size: 18.4rem;
  }
  .aboutReason .reasonList {
    gap: 24px 16px;
  }
  .aboutReason .reasonCard {
    width: calc(33.3% - 12px);
  }
}
/* 部品クラス：メインビジュアル */
body.price {
  padding-top: 0;
  padding: 0;
}

.priceMainVisual {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 64px;
  padding-top: 100px;
}

.priceMainVisualInner {
  padding-left: 16px;
  padding-right: 16px;
  max-width: 420px;
}

.priceMainVisualLogoWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.priceMainVisualText {
  font-size: clamp(1.5rem, 2.1vw, 1.8rem);
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-right: 20px;
}

.priceMainVisualLogo {
  width: 70px;
  position: relative;
}

.manVisualLogoText {
  width: 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: clamp(0.9rem, 1.5vw, 0.9rem);
}

.priceMainVisualBallon {
  background: #FFBF1F;
  border-radius: 100rem;
  padding: 12px 24px;
  position: relative;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  max-width: 832px;
  text-align: center;
  font-weight: 900;
  font-size: clamp(2.1rem, 2.7vw, 2.1rem);
}
.priceMainVisualBallon::before {
  content: "";
  display: block;
  height: 13px;
  width: 28px;
  position: absolute;
  top: 100%;
  right: 80px;
  -webkit-clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
          clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
  background: inherit;
}
.priceMainVisualBallon.left::before {
  right: auto;
  left: 80px;
}

.priceMainVisualBox {
  background: #FFF8E8;
  border-radius: 32px;
  padding: 16px 32px;
  letter-spacing: 0.05em;
  line-height: 1.55;
  font-size: 1.8rem;
  position: relative;
  margin-top: 22px;
  margin-right: auto;
  max-width: 832px;
  margin-left: auto;
}

.priceMainVisualHeading {
  font-weight: 900;
  font-size: clamp(2.1rem, 2.7vw, 2.1rem);
  text-align: center;
  margin-top: 24px;
  letter-spacing: 0.05em;
}
.priceMainVisualHeading > .primary {
  color: #F34109;
  font-size: 3.3rem;
}

.priceMainVisualHeadingSub {
  display: block;
}
.priceMainVisualHeadingSub > .primary {
  color: #F34109;
  font-size: 6.4rem;
}
.priceMainVisualHeadingSub .comma {
  font-size: 3.9rem;
}
.priceMainVisualHeadingSub .yen {
  font-size: 2.7rem;
}
.priceMainVisualHeadingSub .dot {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.priceMainVisualHeadingSub .dot::before {
  content: "";
  background: #ffbf1f;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 0;
  display: block;
  top: -6px;
  left: calc(50% - 4px);
  position: absolute;
}

.priceMainVisualImg {
  margin-top: 16px;
}

.priceSample {
  background: #fcf0f2;
  width: 100%;
}

.priceSampleInner {
  padding: 64px 16px;
}

.priceSampleBalloon {
  background: #FFBF1F;
  border-radius: 100rem;
  padding: 12px 24px;
  position: relative;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  max-width: 320px;
  text-align: center;
  font-weight: 900;
  font-size: clamp(1.5rem, 2.1vw, 1.8rem);
  letter-spacing: 0.05em;
  text-wrap: balance;
}
.priceSampleBalloon::before {
  content: "";
  display: block;
  height: 13px;
  width: 28px;
  position: absolute;
  top: 100%;
  left: calc(50% - 14px);
  -webkit-clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
          clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
  background: inherit;
}

.priceSampleTitle {
  text-align: center;
  font-size: clamp(2.4rem, 3vw, 2.4rem);
  font-weight: 900;
  margin-top: 24px;
  letter-spacing: 0.05em;
}

.priceSampleBody {
  margin-top: 32px;
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
}

.priceSampleItem {
  border-radius: 32px;
  padding: 24px;
  background: #fff;
}
.priceSampleItem + .priceSampleItem {
  margin-top: 32px;
}

.priceSampleItemSecondary .priceSampleItemTitle {
  color: #175192;
}
.priceSampleItemSecondary .priceSampleItemBox {
  background: #175192;
}

.priceSampleItemFee {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.priceSampleItemFee > img {
  width: 96px;
}

.priceSampleItemTitle {
  font-size: clamp(2.4rem, 3vw, 2.4rem);
  letter-spacing: 0.05em;
  font-weight: 900;
  color: #F34109;
  text-align: center;
}

.priceSampleItemFeeText {
  text-align: center;
  letter-spacing: 0.05em;
  font-size: clamp(1.8rem, 2.4vw, 2.1rem);
  font-weight: 500;
}
.priceSampleItemFeeText > span {
  font-weight: 900;
  display: block;
  font-size: 3.3rem;
}
.priceSampleItemFeeText > span .yen {
  font-size: 2.4rem;
}

.priceSampleItemArrow {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffe5a5;
  font-size: clamp(1.8rem, 2.4vw, 2.1rem);
  font-weight: 900;
  letter-spacing: 0.05em;
  position: relative;
  margin-top: 32px;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}
.priceSampleItemArrow::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 24px;
  background: inherit;
  top: 100%;
  left: 0;
  right: 0;
  -webkit-clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
          clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
}

.priceSampleItemBox {
  margin-top: 56px;
  background: #F34109;
  border-radius: 32px;
  padding: 32px;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}
.priceSampleItemBox > span {
  display: block;
  font-size: 4.8rem;
}
.priceSampleItemBox > span .yen {
  font-size: 3.3rem;
}

.priceMonth {
  width: 100%;
}

.priceMonthInner {
  padding: 64px 16px;
  max-width: 436px;
  margin-right: auto;
  margin-left: auto;
}

.priceMonthTitle {
  text-align: center;
  font-size: clamp(2.4rem, 3vw, 2.4rem);
  font-weight: 900;
  margin-top: 24px;
  letter-spacing: 0.05em;
}

.priceMonthBody {
  margin-top: 48px;
}

.priceMonthItem {
  border-radius: 32px;
  background: #F0F0F0;
  padding: 48px 16px 24px;
  position: relative;
}
.priceMonthItem + .priceMonthItem {
  margin-top: 48px;
}
.priceMonthItem .priceSampleItemBox {
  margin-top: 16px;
}

.priceMonthItemSubTitle {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #666666;
  border-radius: 100rem;
  font-weight: 900;
  padding: 8px 32px;
  color: #fff;
  font-size: clamp(2.1rem, 2.7vw, 2.1rem);
  white-space: nowrap;
  letter-spacing: 0.05em;
}

.priceMonthItemText {
  text-align: center;
  font-size: clamp(1.8rem, 2.4vw, 2.1rem);
  margin-top: 0;
  letter-spacing: 0.05em;
}
.priceMonthItemText > span {
  display: block;
  font-weight: 900;
  font-size: 4.8rem;
}
.priceMonthItemText > span .yen {
  font-size: 3.3rem;
}
.priceMonthItemText .primary {
  color: #F34109;
}

.priceMonthIconMultiple {
  width: 40px;
  height: 40px;
  background: url(../img/materials/icon/iconMultiple.svg) no-repeat center center/40px auto;
  margin-right: auto;
  margin-left: auto;
  margin-top: 16px;
}
.priceMonthIconMultiple + * {
  margin-top: 16px;
}

.priceMonthIconEqual {
  width: 40px;
  height: 40px;
  background: url(../img/materials/icon/iconEqual.svg) no-repeat center center/40px auto;
  margin-right: auto;
  margin-left: auto;
  margin-top: 16px;
}

.priceMonthItemPrimary {
  background: #FFF8E8;
}
.priceMonthItemPrimary .priceMonthItemSubTitle {
  background: #FFBF1F;
  color: #333;
}

.priceMonthBalloon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 24px;
  background: #ffe5a5;
  font-size: clamp(2.4rem, 3vw, 2.4rem);
  font-weight: 900;
  letter-spacing: 0.05em;
  position: relative;
  margin-top: 24px;
  border-radius: 100rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.priceMonthBalloon::after {
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 13px;
  background: inherit;
  bottom: 100%;
  left: calc(50% - 14px);
  -webkit-clip-path: polygon(50% 0%, 100% 100%, 0 100%);
          clip-path: polygon(50% 0%, 100% 100%, 0 100%);
}

@media screen and (min-width: 544px) {
  .priceMainVisualInfo {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .priceMainVisual {
    padding-top: 153px;
    padding-bottom: 100px;
  }
  .priceMainVisualInner {
    max-width: none;
  }
  .manVisualLogoText {
    font-size: 1.5rem;
  }
  .priceMainVisualText {
    font-size: 2.1rem;
    margin-right: 24px;
    font-weight: 500;
  }
  .priceMainVisualLogo {
    width: 106px;
  }
  .priceMainVisualCopyBox {
    margin-top: 24px;
  }
  .priceMainVisualBallon {
    font-size: 3.3rem;
    width: 100%;
    padding: 12px 64px;
  }
  .priceMainVisualBallon::before {
    width: 56px;
    height: 26px;
    right: 50px;
  }
  .priceMainVisualBallon.left::before {
    right: auto;
    left: 50px;
  }
  .priceMainVisualBallon.right::before {
    right: 50px;
    left: auto;
  }
  .priceMainVisualBallonWrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .priceMainVisualHeading {
    font-size: 3.9rem;
  }
  .priceMainVisualHeading > .primary {
    font-size: 6.4rem;
  }
  .priceMainVisualHeadingSub {
    font-size: 6.4rem;
  }
  .priceMainVisualHeadingSub .kai {
    font-size: 4.8rem;
  }
  .priceMainVisualHeadingSub .comma {
    font-size: 6.4rem;
  }
  .priceMainVisualHeadingSub > .primary {
    font-size: 12rem;
  }
  .priceMainVisualHeadingSub > .primary .yen {
    font-size: 4.8rem;
  }
  .priceMainVisualHeadingSub .dot::before {
    width: 18px;
    height: 18px;
    top: -10px;
    left: calc(50% - 9px);
  }
  .priceMainVisualBox {
    font-size: clamp(1.5rem, 2.1vw, 1.8rem);
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
  .priceSampleBalloon {
    max-width: 491px;
    font-size: clamp(2.4rem, 3vw, 2.4rem);
  }
  .priceSampleBalloon:before {
    width: 56px;
    height: 26px;
    left: calc(50% - 28px);
  }
  .priceSampleTitle {
    margin-top: 32px;
    font-size: 3.9rem;
  }
  .priceSampleBody {
    margin-top: 64px;
    max-width: 992px;
  }
  .priceSampleItem {
    padding: 32px 64px;
  }
  .priceSampleItemTitle {
    font-size: 3.9rem;
  }
  .priceSampleItemFeeText {
    font-weight: 500;
  }
  .priceSampleItemFeeText span {
    font-weight: 900;
  }
  .priceSampleItemInner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 345px 24px auto 24px 243px;
    grid-template-columns: 345px auto 243px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    margin-top: 24px;
  }
  .priceSampleItemBox {
    margin-top: 0;
  }
  .priceSampleItemFee img {
    width: 120px;
  }
  .priceSampleItemFee span {
    font-size: 4.8rem;
  }
  .priceSampleItemArrow {
    font-size: clamp(1.5rem, 2.1vw, 1.8rem);
    padding: 16px;
    margin-right: 24px;
    width: 212px;
  }
  .priceSampleItemArrow::after {
    height: 100%;
    width: 24px;
    -webkit-clip-path: polygon(0% 0%, 100% 50%, 0 100%);
            clip-path: polygon(0% 0%, 100% 50%, 0 100%);
    top: 50%;
    left: 100%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .priceMonthInner {
    padding-inline: 0;
    max-width: 800px;
  }
  .priceMonthItem {
    padding: 48px 32px 32px;
  }
  .priceMonthItemSubTitle {
    font-size: 3.3rem;
    width: 100%;
    max-width: 400px;
    text-align: center;
  }
  .priceMonthItemInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .priceMonthIconMultiple {
    margin-top: 0;
  }
  .priceMonthIconEqual {
    margin-top: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .priceMonthItem .priceSampleItemBox,
  .priceMonthIconMultiple + * {
    margin-top: 0;
  }
  .priceMonthBalloon {
    margin-left: auto;
    margin-right: 0;
    font-size: 2.7rem;
  }
  .priceMonthBalloon::after {
    right: 54px;
    left: auto;
  }
  .priceMonthItem + .priceMonthItem {
    margin-top: 64px;
  }
  .priceMonthTitle {
    font-size: 3.9rem;
  }
  .priceMonthBody {
    margin-top: 64px;
  }
}