@charset "UTF-8";
/*Variable
－－－－－－－*/
/*
ブレークポイント

基本  1920px
ipad 1050px
sp   767px;

コンテンツ幅1000px

*/
.front img {
  max-width: 100%;
  vertical-align: bottom;
}

/* main visual
--------------------------- */
/* スライダー */
.top-slider-wrapper .top-slider {
  height: auto;
}

/* サポートホームは、あなたの町のリフォーム屋さんです。 */
.front-sec01 {
  position: relative;
  min-height: 1000px;
  padding: 140px 0 150px;
  background: url("../img/front/sec01-bg01.webp") no-repeat 50% 0%;
  background-size: cover;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .front-sec01 {
    min-height: auto;
    padding: 70px 0 70px;
  }
}
.front-sec01::before {
  content: "";
  position: absolute;
  inset: 50px 0 auto;
  width: 575px;
  height: 747px;
  margin: auto;
  background: url("../img/front/sec01-bg02.png") no-repeat 50% 50%;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .front-sec01::before {
    inset: 29% 0 auto;
    width: 100%;
    height: 410px;
  }
}
.front-sec01__title {
  margin-bottom: 90px;
  font-family: "nitalago-ruika", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .front-sec01__title {
    margin-bottom: 40px;
    font-size: 20px;
  }
}
.front-sec01__lead {
  margin-bottom: 80px;
  font-family: "nitalago-ruika", sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .front-sec01__lead {
    font-size: 16px;
  }
}
.front-sec01__img {
  margin-bottom: 75px;
  text-align: center;
  padding-left: 29%;
}
@media screen and (max-width: 767px) {
  .front-sec01__img {
    padding-left: 0%;
    max-width: 200px;
    margin: 0 auto 40px;
  }
  .front-sec01__img img {
    width: 100%;
    height: auto;
  }
}
.front-sec01__btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 最新リフォーム事例 */
.front-sec02 {
  padding: 110px 0 130px 0;
  background: url("../img/front/sec02-bg01.webp") no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .front-sec02 {
    padding: 60px 0 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .front-sec02 .c-front-heading img {
    width: 30px;
  }
}
.front-sec02__inner {
  width: 100%;
  max-width: 1900px;
  margin: auto;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .front-sec02__inner {
    padding: 0 20px;
  }
}
.front-sec02__btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.front-sec02-block01 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px 25px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1420px) {
  .front-sec02-block01 {
    gap: 30px 10px;
  }
}
@media screen and (max-width: 1050px) {
  .front-sec02-block01 {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .front-sec02-block01 {
    margin-bottom: 50px;
  }
}
.front-sec02-block01__item {
  width: calc(25% - 18.75px);
  padding: 20px 20px 30px 20px;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 1420px) {
  .front-sec02-block01__item {
    width: calc(25% - 7.5px);
  }
}
@media screen and (max-width: 1050px) {
  .front-sec02-block01__item {
    width: calc(50% - 7.5px);
  }
}
@media screen and (max-width: 767px) {
  .front-sec02-block01__item {
    width: 100%;
  }
}
.front-sec02-block01__img {
  overflow: hidden;
}
.front-sec02-block01__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.2s;
}
.front-sec02-block01__img img:hover {
  scale: 1.1;
}
.front-sec02-block01__cat {
  margin-bottom: 20px;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .front-sec02-block01__cat {
    margin-bottom: 10px;
  }
}
.front-sec02-block01__cat p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 50px;
  height: 33px;
  padding: 7px 10px 5px 10px;
  line-height: 1.4;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .front-sec02-block01__cat p {
    font-size: 14px;
    padding: 8px 10px 4px 10px;
    height: 36px;
  }
}
.front-sec02-block01__cat p.cat01 {
  background-color: #0060af;
  display: inline;
}
.front-sec02-block01__cat p.cat02 {
  background-color: #0094af;
  display: inline;
}
.front-sec02-block01__cat p.cat03 {
  background-color: #999;
  display: inline;
}
.front-sec02-block01__title {
  margin-bottom: 10px;
  font-size: 18px;
  text-align: left;
  color: #111;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .front-sec02-block01__title {
    font-size: 16px;
  }
}
.front-sec02-block01__area {
  margin-bottom: 18px;
  font-size: 14px;
  text-align: left;
  color: #999;
}
.front-sec02-block01__btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.front-sec02-block01__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 164px;
  min-height: 40px;
  border-radius: 10px;
  border: solid 1px #505050;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .front-sec02-block01__btn a {
    font-size: 14px;
  }
}
.front-sec02-block01__btn a::after {
  display: inline-block;
  content: "";
  position: relative;
  top: px;
  right: -15px;
  width: 12px;
  height: 4px;
  border-right: 1px solid #505050;
  border-bottom: 1px solid #505050;
  transform: skew(45deg);
}

/* お困りごとで事例を見る */
.front-sec03 {
  padding: 60px 0 30px 0;
}
@media screen and (max-width: 767px) {
  .front-sec03 {
    padding: 60px 0 0px 0;
  }
}
.front-sec03__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 136px;
  position: relative;
  margin: 0 auto 35px;
  padding: 60px 125px 0;
  background: url("../img/front/sec03-img01.png") no-repeat 0% 0%;
  background-size: 109px auto;
  font-family: "nitalago-ruika", sans-serif;
  font-weight: 700;
  font-size: 48px;
  text-align: center;
  color: #505050;
}
@media screen and (max-width: 1050px) {
  .front-sec03__heading {
    font-size: 43px;
  }
}
@media screen and (max-width: 767px) {
  .front-sec03__heading {
    height: 70px;
    padding: 24px 0px 0 52px;
    background-size: 47px auto;
    font-size: 22px;
  }
}
.front-sec03__heading::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  width: 426px;
  height: 14px;
  margin: auto;
  background: url("../img/front/sec03-img02.png") no-repeat 0% 0%;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .front-sec03__heading::after {
    width: 300px;
    height: 10px;
  }
}
.front-sec03__subheading {
  margin-bottom: 65px;
  font-family: "nitalago-ruika", sans-serif;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  color: #111;
}
@media screen and (max-width: 767px) {
  .front-sec03__subheading {
    margin-bottom: 40px;
    font-size: 20px;
  }
}
.front-sec03__btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.front-sec03-block01 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px 25px;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .front-sec03-block01 {
    margin-bottom: 40px;
  }
}
.front-sec03-block01__item {
  width: calc(25% - 18.75px);
  padding: 30px 10px 30px 10px;
  border-radius: 10px;
  background-color: #ecddbc;
  /* aタグのブロック化とホバーアニメーション設定 */
  display: block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
/* ホバー時に浮き上がり、影をつける */
.front-sec03-block01__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1050px) {
  .front-sec03-block01__item {
    width: calc(50% - 12.5px);
  }
}
@media screen and (max-width: 767px) {
  .front-sec03-block01__item {
    width: 280px;
    margin: auto;
  }
}
.front-sec03-block01__img {
  margin-bottom: 15px;
  text-align: center;
}
.front-sec03-block01__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.2s;
	margin: auto;
}
/* ホバー時にイラストを少し拡大させる */
.front-sec03-block01__item:hover .front-sec03-block01__img img {
  scale: 1.05;
}
.front-sec03-block01__text {
  margin-bottom: 28px;
  font-size: 24px;
  line-height: 1.25;
  text-align: center;
  color: #111;
}
@media screen and (max-width: 767px) {
  .front-sec03-block01__text {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.front-sec03-block01__btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.front-sec03-block01__btn a,
.front-sec03-block01__btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 200px;
  min-height: 44px; /* ボタンの高さを少し確保 */
  border-radius: 50px; /* 10pxから50pxに変更しカプセル型に */
  border: solid 1px #505050;
  font-size: 16px;
  background-color: #fff;
  color: #111;
  text-decoration: none;
}
.front-sec03-block01__btn a::after,
.front-sec03-block01__btn span::after {
  display: inline-block;
  content: "";
  position: relative;
  top: -2px; /* 矢印の高さを微調整 */
  margin-left: 15px; /* rightの絶対指定から、marginでの相対指定に変更してバランスを整える */
  width: 12px;
  height: 4px;
  border-right: 1px solid #505050;
  border-bottom: 1px solid #505050;
  transform: skew(45deg);
}

/* お客様の声 */
.front-sec04 {
  padding: 190px 0 180px;
  background: url("../img/front/sec04-bg01.webp") no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .front-sec04 {
    padding: 200px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .front-sec04 .c-front-heading img {
    width: 38px;
  }
}
.front-sec04__inner {
  width: 100%;
  max-width: 1920px;
  margin: auto;
}

.front-sec04-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 100px;
  position: relative;
}
@media screen and (max-width: 1050px) {
  .front-sec04-block01 {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .front-sec04-block01 {
    margin-top: 50px;
  }
}
.front-sec04-block01::before {
  content: "";
  position: absolute;
  top: -109px;
  right: 15%;
  width: 122px;
  height: 119px;
  background: url("../img/front/sec04-img01.png") no-repeat 50% 50%;
  background-size: contain;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .front-sec04-block01::before {
    top: -43px;
    right: 12%;
    width: 48px;
    height: 47px;
  }
}
.front-sec04-block01__contents {
  display: flex;
  justify-content: flex-end;
  width: 36%;
  padding: 60px 0px 0 20px;
}
@media screen and (max-width: 1050px) {
  .front-sec04-block01__contents {
    width: 100%;
    justify-content: center;
    padding: 0 20px 0 20px;
  }
}
.front-sec04-block01__contents-inner {
  width: 430px;
  max-width: 100%;
}
@media screen and (max-width: 1050px) {
  .front-sec04-block01__contents-inner {
    margin: auto;
  }
}
.front-sec04-block01__text {
  margin-bottom: 90px;
  font-family: "nitalago-ruika", sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 2;
  text-align: left;
  color: #111;
}
@media screen and (max-width: 1420px) {
  .front-sec04-block01__text {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  .front-sec04-block01__text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 40px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .front-sec04-block01__btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.front-sec04-block01__img {
  width: 64%;
}
@media screen and (max-width: 1050px) {
  .front-sec04-block01__img {
    width: 84%;
    margin: auto;
  }
}
.front-sec04-block01__img > img {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media screen and (max-width: 1050px) {
  .front-sec04-block01__img > img {
    border-radius: 20px;
  }
}

/* サポートホームについて */
.front-sec05 {
  position: relative;
  padding: 100px 0 100px;
  background-color: #ecddbc;
}
@media screen and (max-width: 767px) {
  .front-sec05 {
    padding: 80px 0 70px;
  }
}
.front-sec05::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 110px;
  background-color: #ecddbc;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .front-sec05 .c-front-heading img {
    width: 30px;
  }
}
.front-sec05__inner {
  width: 100%;
  max-width: 1320px;
  margin: auto;
  padding: 0 20px;
}
.front-sec05__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}

.front-sec05-block01 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px;
  position: relative;
  padding-top: 60px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .front-sec05-block01 {
    margin: 0 -20px 40px;
    padding-top: 30px;
  }
}
.front-sec05-block01__deco01 {
  position: absolute;
  top: 11px;
  left: 5px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .front-sec05-block01__deco01 {
    left: 15px;
  }
  .front-sec05-block01__deco01 img {
    width: 80%;
  }
}
.front-sec05-block01__deco02 {
  position: absolute;
  bottom: -8px;
  right: -8px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .front-sec05-block01__deco02 {
    right: 8px;
  }
  .front-sec05-block01__deco02 img {
    width: 55px;
  }
}
.front-sec05-block01__left {
  position: relative;
  z-index: 2;
  left: 55px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .front-sec05-block01__left {
    left: 20px;
    width: calc(50% + 20px);
  }
}
.front-sec05-block01__right {
  position: relative;
  z-index: 1;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .front-sec05-block01__right {
    width: calc(50% + 20px);
  }
}

.front-sec05-block02 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 26px;
}
@media screen and (max-width: 1050px) {
  .front-sec05-block02 {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .front-sec05-block02 {
    flex-wrap: wrap;
  }
}
.front-sec05-block02__item {
  width: 280px;
  padding: 45px 20px 50px;
  border-radius: 20px;
  border: solid 3px #fff;
  background-color: #0094af;
}
@media screen and (max-width: 1050px) {
  .front-sec05-block02__item {
    padding: 45px 7px 50px;
  }
}
@media screen and (max-width: 767px) {
  .front-sec05-block02__item {
    width: calc(50% - 5px);
    padding: 30px 7px 30px;
  }
}
.front-sec05-block02__img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 110px;
  margin-bottom: 10px;
}
.front-sec05-block02__img img {
  width: 100%;
  max-width: 90px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .front-sec05-block02__img {
    margin-bottom: 0;
  }
}
.front-sec05-block02__text {
  font-family: "nitalago-ruika", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .front-sec05-block02__text {
    font-size: 15px;
  }
}

/* よくある質問 */
.front-sec06 {
  padding: 130px 0 110px;
  background: url("../img/front/sec06-bg01.webp") no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .front-sec06 {
    padding: 70px 0 70px;
  }
}
.front-sec06__lead {
  margin-bottom: 15px;
  font-family: "nitalago-ruika", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .front-sec06__lead {
    font-size: 16px;
  }
}
.front-sec06__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 60px;
  margin: 0 auto 70px;
  padding: 15px 70px 0;
  font-family: "nitalago-ruika", sans-serif;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: url("../img/front/sec06-img01.png") no-repeat 0% 100%, url("../img/front/sec06-img02.png") no-repeat 100% 100%;
  background-size: 30px auto;
}
@media screen and (max-width: 767px) {
  .front-sec06__heading {
    height: 50px;
    margin: 0 auto 30px;
    padding: 15px 50px 0;
    font-size: 24px;
  }
}
.front-sec06__btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.front-sec06__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 420px;
  min-height: 100px;
  border-radius: 10px;
  border: solid 3px #fff;
  background-color: transparent;
  color: #fff;
  font-family: "nitalago-ruika", sans-serif;
  font-size: 18px;
  font-weight: bold;
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .front-sec06__btn a {
    min-width: 280px;
    min-height: 80px;
    font-size: 16px;
  }
}
.front-sec06__btn a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.front-sec06__btn a span {
  position: relative;
  padding-left: 40px;
}
.front-sec06__btn a span::before {
  display: inline-block;
  content: "";
  position: relative;
  top: -6px;
  right: 0px;
  width: 15px;
  height: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: skew(45deg);
}

/* みんなのブログ */
.front-sec07 {
  padding: 140px 0 80px 0;
  background: url("../img/front/sec07-bg01.webp") no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .front-sec07 {
    padding: 50px 0 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .front-sec07 .c-front-heading img {
    width: 30px;
  }
}
.front-sec07__inner {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  padding: 0 10px;
}
.front-sec07__btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.front-sec07-block01 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px 26px;
  margin: 70px 0 60px;
}
@media screen and (max-width: 1050px) {
  .front-sec07-block01 {
    gap: 30px 10px;
  }
}
@media screen and (max-width: 767px) {
  .front-sec07-block01 {
    margin: 50px 0 60px;
  }
}
.front-sec07-block01__item {
  width: calc(20% - 20.8px);
}
@media screen and (max-width: 1050px) {
  .front-sec07-block01__item {
    width: calc(20% - 8px);
  }
}
@media screen and (max-width: 767px) {
  .front-sec07-block01__item {
    width: calc(50% - 5px);
  }
}
.front-sec07-block01__img {
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .front-sec07-block01__img {
    margin-bottom: 10px;
  }
}
.front-sec07-block01__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1/1;
  transition: 0.2s;
}
.front-sec07-block01__img img:hover {
  scale: 1.1;
}
.front-sec07-block01__title {
  margin-bottom: 15px;
  font-size: 18px;
  text-align: left;
  color: #333;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .front-sec07-block01__title {
    font-size: 14px;
  }
}
.front-sec07-block01__time {
  font-size: 14px;
  text-align: left;
  color: #999;
}

/* おうちのお困りごとをしっかりサポートいたします */
.front-sec08 {
  padding: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .front-sec08 {
    padding: 30px 0 0;
  }
}
.front-sec08__inner {
  padding: 100px 20px 110px;
  border-radius: 20px;
  background-color: #c9e3f9;
}
@media screen and (max-width: 767px) {
  .front-sec08__inner {
    padding: 50px 20px 50px;
  }
}
.front-sec08__title {
  margin-bottom: 80px;
  line-height: 1;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .front-sec08__title {
    margin-bottom: 38px;
  }
}

.front-sec08-block01 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1050px) {
  .front-sec08-block01 {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .front-sec08-block01 {
    flex-wrap: wrap;
  }
}
.front-sec08-block01::before {
  content: "";
  position: absolute;
  top: -84px;
  left: 6%;
  width: 104px;
  height: 129px;
  background: url("../img/front/sec08-img01.png") no-repeat 10% 5px;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .front-sec08-block01::before {
    display: none;
  }
}
.front-sec08-block01__item {
  width: 342px;
}
@media screen and (max-width: 767px) {
  .front-sec08-block01__item {
    margin: auto;
  }
}
.front-sec08-block01__item:first-of-type a:hover {
  opacity: 1;
}

/* Instagrm */
.front-sec09 {
  padding: 140px 0 80px 0;
}
@media screen and (max-width: 767px) {
  .front-sec09 {
    padding: 50px 0 60px 0;
  }
}
.front-sec09__inner {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  padding: 0;
}
.front-sec09__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 35px;
}
@media screen and (max-width: 767px) {
  .front-sec09__title {
    width: 110px;
    text-align: center;
  }
}
.front-sec09__btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .front-sec09__btn img {
    width: 220px;
  }
}

.front-sec09-block00 {
  margin: 0px 0 30px;
}

.front-sec09-block01 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0;
  margin: 0px 0 40px;
}
.front-sec09-block01__item {
  width: 16.6666666667%;
}
@media screen and (max-width: 767px) {
  .front-sec09-block01__item {
    width: 33.3333333333%;
  }
}

/* ユーチューブチャンネル */
.front-sec10 {
  padding: 80px 0 60px 0;
  background: url("../img/front/sec10-bg01.webp") no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .front-sec10 {
    padding: 50px 0 60px 0;
  }
}
.front-sec10__inner {
  width: 100%;
  max-width: 1300px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .front-sec10__inner {
    padding-inline: 20px;
  }
}
.front-sec10__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 15px;
}
@media screen and (max-width: 767px) {
  .front-sec10__title {
    width: 260px;
  }
}
.front-sec10__btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .front-sec10__btn img {
    width: 170px;
  }
}

.front-sec10-block01 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0px 0 35px;
}
.front-sec10-block01__item {
  width: 310px;
}
.front-sec10-block01__item iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  border-radius: 10px;
}

@media screen and (max-width: 787px) { 
  .front-sec03-block01__item {width: 47%;}
  .front-sec03-block01 {gap: 15px 10px;}
  .front-sec03-block01__btn a,
  .front-sec03-block01__btn span {min-width: 150px; min-height: 36px; font-size: 12px; border-radius: 50px;}
  .front-sec03-block01__img img {height: auto;}
  .front-sec03-block01__text {font-size: 14px;}
  .front-sec10 {padding: 80px 0 60px 0;}
  .front-sec04-block01__text {text-align: center;}
}