@charset "utf-8";
/* CSS Document */




/*--====== パンくずリスト ======--*/
/* パンくず全体 */
#pan_box {
  text-align: right; /* 全体を右寄せ */
	background: #01c0ef;
}

.topic-path {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  top: 15px;
  left: 2.2%;
  z-index:999;
}

.topic-path li {
  font-size: 60%;
  letter-spacing: 2px;
  font-weight: bold;
}

.topic-path li a,
.topic-path li.visited {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 12px;
  text-decoration: none;
  border: 1px solid #ccc;
  background: #f9f9f9;
  transition: all 0.3s ease;
}

/* 通常のリンクボタン */
.topic-path li a {
  color: #333;
}

.topic-path li a:hover {
  background: #ffe680;
  border-color: #f0c040;
}

/* visited風デザイン（固定） */
.topic-path li.visited {
  background: #ffe680;
  color: #555;
  border-color: #f0c040;
}

.topic-path li:not(:last-child)::after {
  content: '➔'; /* 矢印 */
  color: gold;
  margin: 0 0px 0px 8px;
  font-size: 15px;
}
/*--====== ここまでパンくずリスト ======--*/




.mainvisual{
	width: 100%;
	height: 482px;
	background:url(../img/ec/mainvisual.jpg) center top no-repeat;
	position: relative;

/*	background: #01c0ef;
	border-bottom: 25px solid #0981A8;
	background: #0981A8;
*/}
h1.main_title{
	z-index: 100;
	text-align: center;
	color: #FFF;
	font-size: 350%;
	letter-spacing: 5px;
	font-weight: 900;
	text-align: center;
	text-shadow: 2px 2px 2px #000;
	position: relative;
	top: 205px;
    font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
}
span.ss_title{
	font-size:77%;
}

main {
	background: #01c0ef;
    justify-content: center; /* 横方向センター */
	padding-bottom: 180px;
}

article.container {
  width: 80%;
  height: auto;
  max-width: 1200px; /* PCで広がりすぎないように制限 */
  margin: 0 auto; /* 中央寄せ */
  background: #FFF;
  border-radius: 30px;
  position: relative;
  top: 50px;
  padding-bottom: 110px;
}

/* スマホやタブレットで自動調整 */
@media screen and (max-width: 768px) {
  .container {
    width: 95%;
  }
}
	




h2.title_01{
	text-align: center;
	color: #444;
	letter-spacing: 2px;
	font-size: 200%;
	font-weight: normal;
	padding-top: 70px;
	padding-bottom: 20px;
}
.photo_01 img {
  max-width: 85%;
  height: auto;
  display: block;   /* 余計な余白防止 */
  margin: 0 auto;   /* 中央寄せしたい場合 */
}


p.text_01{
	text-align: justify;
	letter-spacing: 2px;
	line-height: 1.6;
	font-size: 110%;
	color: #535353;
	width: 85%;
	margin:0 auto;
	padding-top: 5px;
	padding-bottom: 30px;
}






ul.wp_list{
	width: 90%;
	margin: 0 auto;
    list-style: none;
    margin-top: 5px 0 10px 0;
    padding: 1.2em;
    background-color: #f5faff;
    border: 1px solid #cce5ff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    font-size: 1.05em;
    line-height: 1.9;
    font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
    color: #333;
}

ul.wp_list li{
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.6em;
  letter-spacing: 2px;
  color: #535353;
  font-size: 116%;
  text-align: justify;
}
ul.wp_list li strong{
  display: block;
}






.works-section {
  padding:30px 20px 60px 20px;
  margin:80px 0;
  background: #f5f6f1;
}

.flow-list {
  margin: 20px 0 40px;
  padding-left: 90px;
  font-size: 116%;
}

.flow-list li {
  margin-bottom: 15px;
  line-height: 1.6;
  position: relative;
  padding-left: 1.5em;
}

.flow-list li::before {
  content: "✔";
  color: #0073e6;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
}

.work-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  padding: 20px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.work-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}

.work-card h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #333;
}

.work-card p {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 15px;
  line-height: 1.6;
}

.btn-more {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 6px;
  background: #0073e6;
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  transition: background 0.3s;
}

.btn-more:hover {
  background: #005bb5;
}






.faq-section {
  max-width: 80%;
  margin: 0 auto;
}

.faq .faq-item {
  border: 1px solid #ddd;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 10px;
}

.faq dt {
  cursor: pointer;
  padding: 15px;
  background: linear-gradient(90deg, #893478, #8acecd);
  font-weight: bold;
  position: relative;
  transition: background 0.3s;
  color: #FFF;
  letter-spacing: 2px;
  border-radius: 10px;
}

.faq dt:hover {
  background: linear-gradient(90deg, #ff7f7f, #ffe97f);
  color: #FFF;
  letter-spacing: 2px;
  border-radius: 10px;
}

.faq dt::after {
  content: "＋";
  position: absolute;
  right: 20px;
  font-size: 18px;
  transition: transform 0.3s;
}

.faq-item.active dt::after {
  content: "−";
}

.faq dd {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  line-height: 1.6;
  background: #fff;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-item.active dd {
  max-height: 200px; /* 適宜調整 */
  padding: 15px;
}








.link-btn-container {
  text-align: center; /* 中央揃え */
  margin: 100px 0;
}

.pop-btn {
  display: inline-block;
  padding: 15px 40px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background: #F00;
  border-radius: 20px;
  text-decoration: none;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  overflow: hidden;
}

/* ホバー時の動き */
.pop-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* 押した時 */
.pop-btn:active {
  transform: scale(0.95);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}










