@charset "UTF-8";
/* **************************************


     追加


***************************************/
/*最小値:$value+0.2 → 可変（$value + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px,2560px:12px））→ 最大値:$value + 1.2*/
/*最小値:$value+0.2 → 可変（$value + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px,2560px:12px））→ 最大値:$value + 1.2*/
/* =============================================================================


     works


============================================================================= */
.submv {
  background: transparent url(../asset/images/hogureru/mv.jpg) no-repeat top center/cover;
}

.main {
  background: #202020;
  color: #fff;
}

/* =============================================================================


     recommend


============================================================================= */
.recommend-contents {
  margin-top: 68px;
}

.recommend-list {
  gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recommend-item {
  width: calc(33.3333% - (80px / 3));
}

.recommend-item-img {
  width: 100%;
}

.recommend-item-img img {
  width: 100%;
}

.recommend-item-ttl {
  font-size: clamp(2.4rem, calc(2.2rem + (0.625vw * 1)), 3.4rem);
  font-weight: bold;
  margin-top: 0.75em;
}

.recommend-item-txt {
  font-size: 1.8rem;
  line-height: 1.77778;
  margin-top: 0.75em;
}

/* =============================================================================


     .training


============================================================================= */
.training-contents {
  margin-top: 68px;
}

.training-txt {
  font-size: 1.8rem;
  text-align: center;
}

.training-content {
  gap: 30px;
  background: #fff;
  border-radius: 30px;
  color: #202020;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  margin-top: 80px;
  padding: 40px 50px;
  position: relative;
}

.training-content + .training-content {
  margin-top: 60px;
}

.training-txtbox {
  width: 40%;
}

.training-content-ttl {
  background: #b20026;
  -webkit-box-shadow: 5px 5px 0px #00000029;
          box-shadow: 5px 5px 0px #00000029;
  color: #fff;
  display: inline-block;
  font-size: clamp(2.8rem, calc(2.6rem + (0.625vw * 1)), 3.8rem);
  font-weight: bold;
  line-height: 1;
  margin-left: -80px;
  padding: 0.5em 0.75em;
}

.training-content-imgs {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(60% - 30px);
}

.training-content-img {
  width: calc(50% - 5px);
}

.training-content-img img {
  width: 100%;
}

.training-content-img figcaption {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 0.75em;
}

.training-content-head {
  font-size: clamp(1.9rem, calc(1.7rem + (0.625vw * 1)), 2.9rem);
  font-weight: bold;
  margin-top: 20px;
}

.training-content-txt {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 0.75em;
}

/* =============================================================================


     machine


============================================================================= */
.machine {
  position: relative;
}

.machine-bg01 {
  bottom: 300px;
  max-width: 60%;
  position: absolute;
  right: 15%;
}

.machine-bg02 {
  bottom: 1000px;
  max-width: 55%;
  position: absolute;
  right: -25%;
}

.machine-txt {
  font-size: 1.8rem;
  margin-top: 68px;
  text-align: center;
}

.machine-content {
  margin-top: 90px;
}

.machine-head {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  font-size: clamp(2.8rem, calc(2.6rem + (0.625vw * 1)), 3.8rem);
  font-weight: bold;
  line-height: 1;
  padding: 0.5em 0;
  text-align: center;
}

.machine-content-list {
  gap: 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 60px;
}

.machine-content-item {
  width: calc(50% - 30px);
}

.machine-content-img {
  aspect-ratio: 16 / 9;
}

.machine-content-img img,
.machine-content-img iframe {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  width: 100%;
}

.machine-content-ttl {
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(2.2rem, calc(2rem + (0.625vw * 1)), 3.2rem);
  font-weight: bold;
  margin-top: 0.75em;
}

.machine-content-ttl .tag {
  background: #fec716;
  border: 1px solid #707070;
  color: #202020;
  font-size: 1.6rem;
  line-height: 1;
  padding: 0.5em 1em;
}

.machine-content-txt {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 20px;
}

/* =============================================================================


     use


============================================================================= */
.machine-use {
  margin-top: 100px;
  text-align: center;
}

.machine-use-list {
  gap: 20px 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
}

.machine-use-item {
  background: #003cff;
  border-radius: 20px;
  color: #fff;
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  padding: 30px 20px;
  text-align: center;
}

.machine-use-item._tsu {
  background: #b20026;
}

.machine-use-item._matsuzaka {
  background: #ffd500;
  color: #202020;
}

.machine-use-itembox {
  display: inline-block;
  margin: auto;
  text-align: left;
  width: auto;
}

.machine-use-itemttl {
  font-size: clamp(2rem, calc(1.8rem + (0.625vw * 1)), 3rem);
  font-weight: bold;
  text-align: center;
}

.machine-use-itemtxt {
  font-size: 1.8rem;
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
}

.machine-use-txt {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 20px;
  text-align: left;
}

.machine-others {
  gap: 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 120px;
}

.machine-other {
  width: calc(50% - 30px);
}

.machine-other-ttl {
  font-size: clamp(2.2rem, calc(2rem + (0.625vw * 1)), 3.2rem);
  font-weight: bold;
}

.machine-other-txt {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 20px;
}

.machine-other-tablebox {
  margin-top: 20px;
}

.machine-other-table {
  border-collapse: collapse;
  color: #202020;
  text-align: left;
}

.machine-other-table td,
.machine-other-table th {
  border: 1px solid #202020;
  padding: 0.75em;
  vertical-align: middle;
}

.machine-other-table th {
  background: #e6e6e6;
  font-size: 2rem;
  font-weight: bold;
}

.machine-other-table td {
  background: #fff;
}

.machine-other-table._time th {
  text-align: center;
}

.machine-other-table._yen th span {
  font-size: 1.4rem;
  font-weight: 300;
  margin-left: 10px;
}

.machine-other-table._yen td {
  text-align: right;
}

.table-yen {
  font-family: "Oswald", sans-serif;
  font-size: clamp(2.6rem, calc(2.4rem + (0.625vw * 1)), 3.6rem);
  font-weight: bold;
  text-align: right;
}

.table-yen span {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
}

.table-tax {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
}

.table-span {
  font-size: 1.6rem;
  font-weight: 300;
  margin-top: 20px;
  padding-left: 1em;
  text-indent: -1em;
}

@media (max-width: 1228px){
  .recommend-item-ttl {
    font-size: clamp(2.2rem, calc(2rem + (0.625vw * 1)), 3.2rem);
  }
  .machine-bg01 {
    bottom: 200px;
  }
  .machine-bg02 {
    bottom: 800px;
  }
  .machine-content-list {
    gap: 40px;
  }
  .machine-content-item {
    width: calc(50% - 20px);
  }
  .machine-use-list {
    gap: 20px 16px;
  }
  .machine-others {
    gap: 40px;
  }
  .machine-other {
    width: calc(50% - 20px);
  }
  .machine-other-table td,
  .machine-other-table th {
    padding: 0.5em 8px;
  }
  .machine-other-table._yen th span {
    display: block;
    font-size: 1.2rem;
    margin-left: 0;
  }
}

@media (max-width: 767px){
  .recommend-contents {
    margin-top: 40px;
  }
  .recommend-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recommend-item {
    width: 100%;
  }
  .recommend-item-ttl {
    font-size: clamp(1.8rem, calc(1.6rem + (0.625vw * 1)), 2.8rem);
  }
  .recommend-item-txt {
    font-size: 1.4rem;
  }
  .training-contents {
    margin-top: 40px;
  }
  .training-txt {
    font-size: 1.4rem;
  }
  .training-content + .training-content {
    margin-top: 40px;
  }
  .training-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 18px;
    margin-top: 40px;
    padding: 28px 32px;
  }
  .training-txtbox {
    width: 100%;
  }
  .training-content-ttl {
    font-size: clamp(2.2rem, calc(2rem + (0.625vw * 1)), 3.2rem);
    margin-left: -48px;
  }
  .training-content-imgs {
    gap: 10px;
    width: 100%;
  }
  .training-content-img figcaption {
    font-size: 1.4rem;
  }
  .machine-txt {
    font-size: 1.4rem;
    margin-top: 40px;
  }
  .machine-content {
    margin-top: 40px;
  }
  .machine-head {
    font-size: clamp(2rem, calc(1.8rem + (0.625vw * 1)), 3rem);
  }
  .machine-content-list {
    margin-top: 40px;
  }
  .machine-content-item {
    width: 100%;
  }
  .machine-content-ttl {
    font-size: clamp(1.9rem, calc(1.7rem + (0.625vw * 1)), 2.9rem);
  }
  .machine-content-ttl .tag {
    font-size: 1.4rem;
  }
  .machine-content-txt {
    font-size: 1.4rem;
  }
  .machine-use {
    margin-top: 40px;
  }
  .machine-use-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .machine-use-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .machine-use-itemttl {
    font-size: 2rem;
  }
  .machine-use-itemtxt {
    font-size: 1.4rem;
  }
  .machine-use-txt {
    font-size: 1.4rem;
  }
  .machine-others {
    gap: 40px;
    margin-top: 40px;
  }
  .machine-other {
    margin-top: 60px;
    max-width: 550px;
    min-width: unset;
    width: 100%;
  }
  .machine-other-ttl {
    font-size: clamp(1.8rem, calc(1.6rem + (0.625vw * 1)), 2.8rem);
  }
  .machine-other-txt {
    font-size: 1.4rem;
  }
  .machine-other-table th {
    font-size: 1.4rem;
  }
  .table-yen {
    font-size: clamp(2.2rem, calc(2rem + (0.625vw * 1)), 3.2rem);
  }
  .table-yen span {
    font-size: 1.4rem;
  }
  .table-tax {
    font-size: 1.4rem;
  }
}


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