@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
*/

/*既存テーマ設定の変更*/
.top #content {
                padding-top: 0em!important;
            }
.post_content h2 {
    font-size: 1.2em;
    line-height: 1.4;
    margin: 1em 0 2em!important;
    position: relative;
    z-index: 1
}
.c-gnav>.menu-item>a .ttl {
    display: block;
    font-size: 14px!important;
    font-weight : 600!important;
}
/*装飾関連*/
.center{
	text-align : center;
}


/*トップページのcss*/
.lp-category-list {
  list-style: none;
  padding-left: 0;
}
.lp-category-list li {
  margin: 10px 0;
}
.lp-btn {
  display: inline-block;
  background: #cc0000;
  color: #fff;
  padding: 12px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
}
.btn-wrap {
  text-align: center;
  margin-top: 20px;
}
.lp-faq dl dt {
  font-weight: bold;
  margin-top: 20px;
}
.lp-faq dl dd {
  margin-bottom: 10px;
  padding-left: 1em;
}

/**************************************
 * 制作デザインサンプル*
 **************************************/
.lp-phone-frame {
  max-width: 375px;
  width: auto;
  height: 740px;
  border: 2px solid #333;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  background: #fff;
  position: relative;
}

.lp-phone-iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.design-sample-area {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0 0 0 -25px;
  justify-content: center;
}

.design-sample-area li {
  width: calc(33.33% - 10px);
  box-sizing: border-box;
  margin-bottom: 20px;
}



/* スマホ時に1列表示 */
@media screen and (max-width: 480px) {
  .lp-phone-frame {
    height: 580px;
  }

  .design-sample-area li {
    width: 100%;
  }
}
.sample-name{
	font-size : 18px;
	font-weight : 600;
	text-align : center;
	border : 1px solid #555151;
	padding : 5px;
	border-radius : 8px;
	margin : 10px auto 15px;
}
.url-link{
	margin : 15px 0px;
	font-weight : 600;
	font-size : 14px;
	text-align : center;
}
.url-link a{
	color : #cc0000;
}

/**************************************
 * chatGPT講座ランディングページ
 * ************************************/
/*ファーストビュー*/
/* 共通：セクション設定 */
.fv-section {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* PC用：背景＋テキスト */
.fv-inner {
  background: url('https://lp.kmi-design-office.jp/wp-content/themes/swell_child/image/fv-pc-bg.jpg') no-repeat center center;
  background-size: cover;
  padding: 140px 20px 100px;
  text-align: center;
  color: #fff;
  width : 100%;
	height : 480px;
  margin: 0 auto;
}
.fv-main {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3;
}
.fv-sub {
  font-size: 20px;
  margin-bottom: 30px;
}
.fv-cta-btn {
  display: inline-block;
  background: #cc0000;
  color: #fff;
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
  font-size: 18px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

/* SP用：背景＋ボタン重ね */
.fv-sp {
  display: none;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 136.36%; /* 880 / 1200 = 0.733 → 1 / 0.733 = 約136.36% */
  background: url('https://lp.kmi-design-office.jp/wp-content/themes/swell_child/image/fv-sp.jpg') no-repeat center center;
  background-size: cover;
}
.fv-sp-btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: #cc0000;
  color: #fff;
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  width : 240px;
  text-align : center;
}

/* レスポンシブ切替 */
@media screen and (max-width: 767px) {
  .fv-inner {
    display: none;
  }

  .fv-sp {
    display: block;
  }
}

/*こんなお悩みありませんか*/
.fa-question-icon {
  font-family: "Font Awesome 6 Free";
  content: "\f059"; /* fa-circle-question */
  font-weight: 900;
  font-size: 3.2rem;
  color: #333;
  display: inline-block;
  margin-bottom: 0px;
}

/* content指定がCSSでなくHTML側にあるため、以下で上書き */
.fa-question-icon::before {
  content: "\f059";
}

.onayami-section {
  text-align: center;
  padding: 20px 20px 30px 20px;
  background-color: #ffffff;
  background-image: 
    linear-gradient(to right, rgba(0,0,0,0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0,0,0,0.04) 1px, transparent 1px);
  background-size: 20px 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  margin: 40px auto;
}

.onayami-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}

.question-icon {
  width: 60px;
  height: auto;
  margin-bottom: 10px;
}

.onayami-heading {
  font-size: 22px;
  font-weight: bold;
  margin: 0;
}

.onayami-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  text-align: left;
  margin-left : -20px!important;
}

.onayami-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.6;
  border-bottom : 1px dotted #333;
  font-weight : 600;
}

.onayami-list li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f058"; /* fa-check-circle */
  font-weight: 900; /* ← 必須！ */
  color: #333;
  font-size: 1.2em;
  position: absolute;
  left: 0;
  top: -0.1em;
}

/*講座で得られるスキル*/
.skill-title {
  text-align: center;
  margin-bottom: 30px;
  color : #333;
}

.fa-skill-icon::before {
  font-family: "Font Awesome 6 Free";
  content: "\f554"; /* fa-person-hiking */
  font-weight: 900;
  font-size: 2.5rem;
  color: #333;
  display: block;
  margin: 0 auto 10px;
}
.skill-section {
  padding: 60px 20px;
  background: #fff;
  text-align: center;
  border-radius : 10px;
}
/* 見出し */
.skill-box h3 {
  all: unset; /* SWELLの装飾を完全初期化 */
  display: block;
  line-height : 26px;
	font-weight : 600;
  margin: 15px 0 10px;
  color: #333;
  border-bottom: 2px solid #333;
  padding-bottom: 4px;
  position: relative;
  background: none !important;
}

/* SWELLテーマが自動付与する h3 装飾をピンポイントで無効化 */
.skill-box h3.c-heading,
.skill-box h3.c-heading--xxs,
.skill-box h3[class*="c-heading"] {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  position: static !important;
  box-shadow: none !important;
}

/* SWELLの装飾線を完全無効化 */
.skill-box h3::before,
.skill-box h3::after {
  display: none !important;
  content: none !important;
}

/* SWELLの ::after 系装飾を打ち消す */
.skill-box h3::after {
  content: none !important;
  display: none !important;
}

.skill-box p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  text-align : left;
}

.skill-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
.fa-skill-icon::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0ad"; /* fa-cogs または適したアイコンに変更可 */
  font-weight: 900;
  font-size: 2.8rem;
  color: #2b85e4;
  margin-bottom: 10px;
}
.skill-heading {
  font-size: 24px;
  line-height : 120%;
  font-weight: bold;
  margin: -10px 0 0 0;
}

/* グリッド */
.skill-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.skill-box {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 30px 15px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.2s ease;
  text-align : center;
}
.skill-box:hover {
  transform: translateY(-4px);
}
.skill-box i {
  font-size: 32px;
  color: #2b85e4;
  margin-bottom: 15px;
}
.skill-box p {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

/*学習のステップ*/
.step-title {
  text-align: center;
  margin-bottom: 30px;
  color : #333;
}

.fa-step-icon::before {
  font-family: "Font Awesome 6 Free";
  content: "\f554"; /* fa-person-hiking */
  font-weight: 900;
  font-size: 2.5rem;
  color: #333;
  display: block;
  margin: 0 auto 10px;
}

.skill-section {
  padding: 20px 20px 30px 20px;
  background-color: #ffffff;
  background-image: 
    linear-gradient(to right, rgba(0,0,0,0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0,0,0,0.04) 1px, transparent 1px);
  background-size: 20px 20px;
  background-repeat: repeat;
  background-position: top left;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  margin: 40px auto;
  text-align: left;
}


/*講師の紹介*/
.koushi-title {
  text-align: center;
  margin-bottom: 30px;
  color : #333;
}

.fa-koushi-icon::before {
  font-family: "Font Awesome 6 Free";
  content: "\f51c";
  font-weight: 900;
  font-size: 2.5rem;
  color: #333;
  display: block;
  margin: 0 auto 10px;
}
.koushi-section {
  padding: 60px 20px;
  background-color: #fff;
  background-image: 
    linear-gradient(to right, rgba(0,0,0,0.03) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0,0,0,0.03) 1px, transparent 1px);
  background-size: 20px 20px;
  text-align: center;
  border-radius: 10px;
}

/*受講生の感想*/
.voice-title {
  text-align: center;
  margin-bottom: 30px;
  color : #333;
}

.fa-voice-icon::before {
  font-family: "Font Awesome 6 Free";
  content: "\f086";
  font-weight: 900;
  font-size: 2.5rem;
  color: #333;
  display: block;
  margin: 0 auto 10px;
}

.voice-section {
  padding: 60px 20px;
  background: #fff0f5;
  text-align: center;
  border-radius : 10px;
}
.scroll-notice {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
  animation: fadeIn 1s ease-in-out;
}

.scroll-icon {
  font-size: 20px;
  animation: bounce 1.2s infinite;
}

/* 上下に動くアニメーション */
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
}

/* フェードイン効果（オプション） */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.voice-scroll-box {
  max-height: 440px; /* PC時の高さ */
  overflow-y: auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
	margin : 20px 10px 20px 10px;
}

.voice-box {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #aaa;
}

.voice-ttl {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 5px;
  color: #a52a2a;
}

.voice-text {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 5px;
  color: #333;
  text-align : left;
}

.voice-name {
  font-size: 0.85rem;
  color: #666;
	text-align : right;
}
.voice-inner {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.voice-photo {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  margin-top: 5px;
}

.voice-content {
  flex: 1;
}

/* スマホ時：縦並びに変更し、画像をタイトルの下へ */
@media screen and (max-width: 767px) {
  .voice-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .voice-photo {
    display: block;
    margin: 10px auto 0; /* ← 上10px、左右autoで中央寄せ、下0 */
  }
  .voice-scroll-box {
    max-height: 60vh; /* 画面高の60%以内に収める */
  }
}

/*受講プラン*/
.plan-title {
  text-align: center;
  margin-bottom: 30px;
  color : #333;
}

.fa-plan-icon::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0ae"; /* fa-list-check */
  font-weight: 900;
  font-size: 2.5rem;
  color: #333;
  display: block;
  margin: 0 auto 10px;
}
.plan-section {
  padding: 40px 20px;
  background: #f9f9f9;
  border-radius: 10px;
  text-align: center;
}

.plan-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 20px auto;
	max-width : 800px;
}

.plan-card {
  background: #fff;
  border: 2px solid #296ca5;
  border-radius: 10px;
  width: 48%;
  padding: 20px;
  text-align: left;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.plan-card.premium {
  border-color: #54361b;
  background: #fffef8;
}

.plan-name {
  font-size: 1.4rem;
	border-bottom : 2px dotted #333;
	margin-bottom : 15px;
	text-align : center;
  font-weight: bold;
  color: #333;
}

.plan-price {
  font-size: 1.5rem;
  color: #cc0000;
  margin-bottom: 15px;
	text-align : center;
	font-size : 28px;
}
.plan-price span{
	font-size : 1.0rem;
	font-weight : 600;
}

.plan-features {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.plan-features li {
  margin-bottom: 8px;
  padding-left: 1.2em;
  position: relative;
	border-bottom : 1px solid #7a7e81;
}

.plan-features li::before {
  content: "✔";
  color: #2c7a7b;
  position: absolute;
  left: 0;
}

.plan-note {
  margin-top: 30px;
  font-size: 1.2rem;
  color: #555;
	font-weight : 600;
}
.plan-note span{
	color : #cc0000;
}

@media screen and (max-width: 768px) {
  .plan-cards {
    flex-direction: column;
    align-items: center;
  }

  .plan-card {
    width: 100%;
    max-width: 320px;
  }
}
/* よくある質問 */

.fax-box{
	width : auto;
	padding : 20px;
	background : #fff;
	border : 1px solid #fff;
	border-radius : 10px;
}
.faq-title {
  text-align: center;
  margin-bottom: 30px;
  color: #333;
}

/* アイコン：fa-circle-question（よくある質問に適したアイコン） */
.fa-faq-icon::before {
  font-family: "Font Awesome 6 Free";
  content: "\f059"; /* fa-circle-question */
  font-weight: 900;
  font-size: 2.5rem;
  color: #333;
  display: block;
  margin: 0 auto 10px;
}

/* Q&A全体 */
.faq-list {
  margin: 0;
  padding: 0;
}

/* 各Q&Aアイテム */
.faq-item {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.03);
}

/* 質問 */
.faq-item dt {
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
  font-size: 1.05rem;
}

/* 回答 */
.faq-item dd {
  margin-left: 0;
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* ご相談はこちら */
.contact-title {
  text-align: center;
  margin-bottom: 30px;
  color: #333;
}

.fa-contact-icon::before {
  font-family: "Font Awesome 6 Free";
  content: "\f4ad"; /* fa-comment-dots */
  font-weight: 900;
  font-size: 2.5rem;
  color: #333;
  display: block;
  margin: 0 auto 10px;
}

.contact-box {
  background: #f9f9f9;
  padding: 30px 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  margin: 40px auto;
  max-width: 600px;
}

.contact-lead {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}

.contact-methods {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-methods li {
  margin-bottom: 15px;
}

.contact-btn {
  display: inline-block;
  padding: 12px 20px;
  font-size: 15px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s;
  color: #fff;
}

.contact-btn .icon {
  margin-right: 8px;
  font-size: 18px;
}

.contact-btn.mail { background-color: #007acc; }
.contact-btn.tel  { background-color: #28a745; }
.contact-btn.line { background-color: #06c755; }

.contact-btn:hover {
  opacity: 0.85;
}



/*********************************
 * 共通部分
 * *******************************/
.skill-heading {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
}
.onayami-box,
.step-section,
.koushi-box,
.contact-box{
	max-width : 760px;
	margin : 0 auto;
}
.voice-scroll-box,
.faq-box{
	max-width : 1080px;
	margin : 0 auto;
}

.skill-section{
	max-width : auto;
	margin : 0 auto;
}


@media screen and (max-width: 767px) {
.onayami-section,
.voice-section,
.skill-section {
	  padding: 15px 15px 25px 15px;
  margin: 20px 8px;
}
}

/*制作デザイン一覧*/
.design-list-ttl{
	background : #333;
	padding : 8px 20px;
	text-align : center;
	color : #fff;
	font-size : 18px;
	font-weight : 600;
	margin-bottom : 20px;
}
.design-list-ttl ul{
	margin-left : 0px;
}
.design-list{
	background : #fff0f5;
	padding : 20px;
	margin-top : 15px;
	margin-bottom :30px;
}
.design-list li{
	float : left;
	width : 50%;
	padding : 8px;
	line-height : 100%;
}
@media screen and (max-width: 767px) {
.design-list li{
	float : none;
	width : auto;
	padding : 8px;
}	
}