@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
/* 背景を画面幅いっぱいに広げる */
.fv-full-bg {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-image: url('http://kataokadesignmarketing.co.jp/lp-design-masterclass/wp-content/uploads/2025/05/bg_fv-scaled.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 0;
}

/* コンテナ */
.fv__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 両カラム共通 */
.fv__half {
  text-align: center;
  padding: 10px;
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
}

/* アニメーション対象 */
.fv-left.fade-in {
  opacity: 1;
}

.fv-right {
  transform: translateX(-50px);
}

.fv-right.fade-in {
  opacity: 1;
  transform: translateX(0);
}

/* 左右比率 */
.fv-left {
  flex: 0 0 60%;
}
.fv-right {
  flex: 0 0 40%;
}

.fv__half img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* モバイル対応 */
@media (max-width: 768px) {
	
	/* 背景を画面幅いっぱいに広げる */
.fv-full-bg {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-image: url('http://kataokadesignmarketing.co.jp/lp-design-masterclass/wp-content/uploads/2025/05/bg_fv-scaled.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px 0 0px;
}
  .fv-left,
  .fv-right {
    flex: 1 1 100%;
  }
	
	.fv__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0px;
}
	
.fv__half img {
    max-height: 280px; /* 必要に応じて調整可能 */
    height: auto;
  }
	
	
}



.top #content {
    padding-top: 0em;
}

.interview-full-bg {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-image: url('http://kataokadesignmarketing.co.jp/lp-design-masterclass/wp-content/uploads/2025/05/bg_fv-scaled.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0;
}


.interview-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.section-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.4;
}

.interview__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

/* SWELLの post_list がカード形式で出力されるため、個別スタイルは必要最小限でOK */

/* レスポンシブ対応 */
@media (max-width: 768px) {
	
	.interview-full-bg {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-image: url('http://kataokadesignmarketing.co.jp/lp-design-masterclass/wp-content/uploads/2025/05/bg_fv-scaled.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 0 10px;
}
	
  .interview__cards {
    flex-direction: column;
    gap: 30px;
  }
	
  .section-title {
    font-size: 1.5rem;
  }
}


.video-full-bg {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-image: url('http://kataokadesignmarketing.co.jp/lp-design-masterclass/wp-content/uploads/2025/05/bg_fv-scaled.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0;
}

.video-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  color: #000;
}

.video-section__title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 40px;
}

.video-section__embed {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 56.25%;
  height: 0;
}

.video-section__embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.trouble-full-bg {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-color: #f8f6f5; /* グリッド背景にしたい場合は画像でもOK */
  background-image: url('http://kataokadesignmarketing.co.jp/lp-design-masterclass/wp-content/uploads/2025/05/bg_dot-scaled.jpg'); /* 画像パターンがある場合 */
  background-size: auto;
  background-repeat: repeat;
  padding: 80px 0 40px;
}

.trouble {
  text-align: center;
}

.trouble__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.trouble__heading {
  margin-bottom: 50px;
}

.trouble__label {
  display: inline-block;
  background-color: #a51417;
  color: #fff;
  padding: 6px 14px;
  font-size: 0.95rem;
  border-radius: 9999px;
  font-weight: bold;
  margin-bottom: 12px;
}

.trouble__title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 10px;
  line-height: 1.4;
}

.trouble__images {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.trouble__images img {
  width: 100%;
  max-width: 360px;
  height: auto;
  display: block;
  border-radius: 8px;
}

/* スマホ対応 */
@media (max-width: 768px) {
	.trouble-full-bg {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-color: #f8f6f5; /* グリッド背景にしたい場合は画像でもOK */
  background-image: url('http://kataokadesignmarketing.co.jp/lp-design-masterclass/wp-content/uploads/2025/05/bg_dot-scaled.jpg'); /* 画像パターンがある場合 */
  background-size: auto;
  background-repeat: repeat;
  padding: 20px 0 30px;
}
	
	.trouble__heading {
  margin-bottom: 10px;
}

	
  .trouble__title {
    font-size: 1.5rem;
  }

  .trouble__images {
    flex-direction: column;
    gap: 30px;
  }

  .trouble__images img {
    max-width: 100%;
  }
}


.trouble__arrow {
  width: 120px;
  margin: 50px auto 0; /* ← マイナスマージンで上に食い込む */
  position: relative;
  z-index: 2;
}

.trouble__arrow img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .trouble__arrow {
    width: 80px;
    margin-top: 20px;
  }
}

.features {
   width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-color: #fff; /* グリッド背景にしたい場合は画像でもOK */
  background-size: auto;
  background-repeat: repeat;
  padding: 80px 0 40px;
}

.features__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.features__heading img {
  max-width: 100%;
  height: auto;
  margin: 0 auto 40px;
  display: block;
}



/* PCで表示 */
.only-pc {
  display: block;
}
.only-sp {
  display: none;
}

/* 特徴画像横並び */
.features__images {
  display: flex;
  flex-direction: row;        /* 横並びをデフォルトに */
  justify-content: center;
  gap: 0px;
  flex-wrap: wrap;            /* 折り返し許容 */
}

.features__images img {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* スマホ用：1列表示に切り替え */
@media (max-width: 768px) {
	
	.features {
  padding: 25px 20px;
  background-color: #fff;
  text-align: center;
}

.features__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.features__heading img {
  max-width: 100%;
  height: auto;
  margin: 0 auto 10px;
  display: block;
}
  .features__images {
    flex-direction: column;   /* SP時だけ縦並び */
    align-items: center;
    gap: 0px;
  }

  .features__images img {
    max-width: 100%; /* SPでは画像幅制限なし */
  }
}


.only-pc {
  display: block !important;
}

.only-sp {
  display: none !important;
}

@media (max-width: 768px) {
  .only-pc {
    display: none !important;
  }

  .only-sp {
    display: block !important;
  }
}

.instructor {
   width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-color: #fff; /* グリッド背景にしたい場合は画像でもOK */
  background-size: auto;
  background-repeat: repeat;
  padding: 10px 0 40px;
}

.instructor__inner {
  max-width: 1200px;
  width: 80%; /* ← 追加：80%幅 */
  margin: 0 auto;
  background-color: #fff;
  padding: 40px 40px;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08); /* ← ふわっとしたシャドウ */
  transition: all 0.3s ease;
}

/* モバイル対応：幅を自動で100% */
@media (max-width: 768px) {
  .instructor__inner {
    width: 95%;
    padding: 10px 20px;
  }
}


.instructor__tag img {
  max-width: 360px;
  margin: 0 auto 20px;
  display: block;
}

.instructor__headline {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 40px;
  text-align:center;
}

.instructor__headline span {
  color: #d02b2b;
  font-weight: bold;
  text-decoration: underline;
}

.instructor__content {
  max-width: 1000px;
	margin:0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom:20px;
  flex-wrap: wrap;
}

.instructor__text {
  flex: 1;
  text-align: left;
  font-size: 1rem;
  line-height: 1.8;
  align-items:center;
}

.instructor__text p{
  margin-bottom:1em;
}

.instructor__photo img {
  width: 200px;
  border-radius: 50%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); /* ドロップシャドウ */
}

/* プロフィール下部 */
.instructor__profile {
  max-width: 1000px;
  margin:0 auto;
  text-align: left;
  background: #f5f5f5;
  padding: 0px 30px 30px;
  border-radius: 8px;
  font-size: 0.95rem;
  line-height: 1.7;
}

.instructor__profile h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

/* モバイル対応 */
@media (max-width: 768px) {
  .instructor__content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
	
	.instructor__headline {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align:center;
}


  .instructor__text {
    text-align: left;
  }

  .instructor__photo img {
    width: 60%;
	 text-align:center;
    margin-top: 0px;
  }

  .instructor__profile {
    font-size: 0.9rem;
  }
}

.books {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-image: url('http://kataokadesignmarketing.co.jp/lp-design-masterclass/wp-content/uploads/2025/05/bg_fv-scaled.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 20px;
}

.books__inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.books__title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.books__subtitle {
  font-size: 1rem;
  color: #666;
  margin-bottom: 40px;
}

.books__list {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.book {
  background: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  flex: 1 1 320px;
  max-width: 480px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.book__image {
  max-width: 200px;
  margin: 0 auto 20px;
}

.book__heading {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.5;
}

.book__text {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.7;
  margin-bottom: 20px;
}

.book__button img {
  width: 180px;
  height: auto;
}

/* モバイル対応 */
@media (max-width: 768px) {
	.books {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-image: url('http://kataokadesignmarketing.co.jp/lp-design-masterclass/wp-content/uploads/2025/05/bg_fv-scaled.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 20px;
}
	
	.books__title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0px;
}

.books__subtitle {
  font-size: 1rem;
  color: #666;
  margin-bottom: 20px;
}
	
  .books__list {
    flex-direction: column;
    align-items: center;
  }

  .book {
    max-width: 100%;
  }
}

.setumeikai-banner {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-color: #a40000;
  padding: 50px 20px;
}

.setumeikai-cta{
  width: 100%;
  background-color: #a40000;
  padding: 20px 20px;
}

.setumeikai-banner__box {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  padding: 30px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.setumeikai-banner__box__cta {
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  padding: 30px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.setumeikai-banner__left {
  flex: 0 0 65%;
}

.setumeikai-banner__left__cta{
  flex: 0 0 65%;
}

.setumeikai-banner__title-img {
  width: 100%; /* 左カラムが広がった分、タイトル画像も少し拡大 */
  max-width: 100%;
  margin-bottom: 20px;
  display: block;
}

.cta-button-01 img {
  width:100%; /* ボタンも少しだけ拡大 */
  max-width: 100%;
  height: auto;
  display: block;
}

.setumeikai-banner__right {
  flex: 0 0 30%;
  text-align: center;
}

.setumeikai-banner__image {
  width: 160px; /* 見た目バランスが整うよう調整 */
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.setumeikai-banner__image {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: inline-block;
}

/* モバイル対応 */
@media (max-width: 768px) {
  .setumeikai-banner__box {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
  }
	
	.setumeikai-banner__box__cta {
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  padding: 10px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
	
  .setumeikai-banner__image {
    margin-top: 20px;
  }
	
	.setumeikai-banner__left__cta{
  flex: 0 0 100%;
}

	
  .setumeikai-banner {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-color: #a40000;
  padding: 15px 20px;
}

.setumeikai-banner__box {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
  padding: 10px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
	
	.setumeikai-banner__title-img {
  width: 100%; /* 左カラムが広がった分、タイトル画像も少し拡大 */
  max-width: 100%;
  margin-bottom: 10px;
  display: block;
}
	
	
}


.reason-section {
   width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-color: #fff; /* グリッド背景にしたい場合は画像でもOK */
  background-size: auto;
  background-repeat: repeat;
  padding: 10px 0 40px;
}

.reason-section__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.reason-section__title {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

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

/* 理由ブロック */
.reason-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.reason-item.reverse {
  flex-direction: row-reverse;
}

.reason-item__text {
  flex: 1 1 55%;
}

.reason-item__label {
  margin-bottom: 30px;
}

.reason-item__label img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.reason-item__desc {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}

.reason-item__image {
  flex: 1 1 40%;
  text-align: center;
}

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

/* レスポンシブ対応 */
@media (max-width: 768px) {
.reason-section {
   width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-color: #fff; /* グリッド背景にしたい場合は画像でもOK */
  background-size: auto;
  background-repeat: repeat;
  padding: 10px 20px 10px;
}	
	
  .reason-item,
  .reason-item.reverse {
    flex-direction: column;
  }

  .reason-item__text,
  .reason-item__image {
    flex: 1 1 100%;
    text-align: left;
  }
	
		.reason-item__image {
  text-align:center;
			margin-bottom:1em;
}

	
	.reason-item__image img {
  width: 80%;
  max-width: 80%
  height: auto;
}

  .reason-item__label {
    margin: 0 auto 30px;
  }
}


.section-divider {
  margin: 60px auto;
  text-align: center;
}

.section-divider img {
  width: 180px;
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.banner-links {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0px 20px;
}

.banner-links__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.banner-links__full {
  flex: 1 1 100%;
}

.banner-links__half {
  flex: 1 1 calc(50% - 10px);
}

.banner-links__full img,
.banner-links__half img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .banner-links__half {
    flex: 1 1 100%;
  }
}

.only-sp {
  display: none;
}

.only-pc {
  display: block;
}

@media (max-width: 768px) {
  .only-sp {
    display: block;
  }

  .only-pc {
    display: none;
  }
}


.section--bg {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-image: url('https://kataokadesignmarketing.co.jp/lp-design-masterclass/wp-content/uploads/2025/05/bg_fv-scaled.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 20px;
}

.section-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.section-title {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.section-subtitle {
  text-align: center;
  font-size: 0.95rem;
  margin-bottom: 40px;
  color: #555;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 60px;
}

.info-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  width: 100%;
  max-width: 45%;
  padding: 25px;
  text-align: center;
}

.info-card h3 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.info-card h3 span {
  color: #A31F24;
}

.info-card img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 15px;
}

.info-card p {
  font-size: 0.95rem;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.6;
}

/* 通常のテキストボタンスタイルを無効にする */
.cta-button {
  background: none;
  padding: 0;
  border-radius: 0;
  text-decoration: none;
  display: inline-block;
}

/* 画像サイズ調整 */
.cta-button img {
  width: 180px;  /* お好みで調整可能 */
  max-width: 100%;
  height: auto;
}



/* モバイル対応 */
@media (max-width: 768px) {
	
	.section--bg {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-image: url('https://kataokadesignmarketing.co.jp/lp-design-masterclass/wp-content/uploads/2025/05/bg_fv-scaled.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 20px 10px;
}

.section-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.section-title {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0px;
}

.section-subtitle {
  text-align: center;
  font-size: 0.95rem;
  margin-bottom: 20px;
  color: #555;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 60px;
}

.info-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  width: 100%;
  max-width: 100%;
  padding: 25px;
  text-align: center;
}

	
	
  .card-container {
    flex-direction: column;
    align-items: center;
  }

  .info-card {
    width: 90%;
  }
}
.l-content {
    margin: 0 auto 2em;
    padding-top: 2em;
    position: relative;
    z-index: 1;
}