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

td, th {
  padding: 0;
}

/*--------------------------------------
　Key
---------------------------------------*/
#key {
  padding: 2rem 0 0 0;
  position: relative;
}
#key h1.hiWrap{
	width: 100%;
}


/*--------------------------------------
　topTxtArea
---------------------------------------*/
.topTxtArea {
  position: relative;
  background-color: #333333;
  text-align: center;
  margin: 0;
  padding: 10rem 0 9rem;
  color: #ffffff;
  line-height: 2.5;	 
  z-index: 0;	
}

.topTxtArea::before {/* 背景ストライプ */
   content: "";	
   position: absolute;	
   top: 0;              
   left: 0;  
   width: 100%; 
   height: 100%;  
   background-image: url("../../images/shared/bg_stripe.png");
   opacity: 0.2;
   z-index: -1;	
}

.topTxtArea .topTxtTit {
  font-size: 3rem;
  font-weight: 500;
  color: #be9c0d;
  margin: 0 0 4.5rem;
}
.topTxtSub{
  font-size: 2rem;
  padding-bottom: 4.5rem;
  line-height: 1.5;
}

.topTxtSub .sp{
	display: none;
}

.topTxtRed {
  font-weight: 500;
  line-height: 2.2;
  color: #f03c50;
}

.topTxtHidden{
	line-height: 2.5;
	background-color: #f03c50;
	color: #fff;
}


/*--------------------------------------
　secTit
---------------------------------------*/
.secTit{
	color: #333;
	background: none;
	font-weight: 600;
}

.secTit::after {
  content: "";             /* 疑似要素に必須の設定 */
  position: absolute;
  left: 50%; transform: translateX(-50%);
  bottom: 0;               /* 一番下に配置 */
  width: 100px;            /* ★下線の長さ（文字数に依存しない） */
  height: 10px;             /* ★下線の太さ */
  background-color: #be9c0d; /* 下線の色 */
}

/*--------------------------------------
　secSpeaker
---------------------------------------*/
#secSpeaker{
  background-color: #F0EBE6;
}

#secSpeaker .speaker-card{
  display: grid;
  grid-template-columns: 40% 1fr; /* 左(画像)を250px、右(テキスト)を残りの幅すべてに */
  border: 1px solid #333;           /* 外枠の線 */
  background-color: #fff;
}

/* 画像エリア：縦の1〜4行目までぶち抜く */
#secSpeaker .speakerPhoto {
  grid-column: 1 / 2; /* 左から1番目の列 */
  grid-row: 1 / 4;    /* 上から1〜4番目の行まで結合 */
  border-right: 1px solid #333;
}

#secSpeaker .speakerPhoto img {
  width: 100%;
  height: 100%;
  object-fit: cover;  /* 画像を枠に合わせて綺麗にトリミング */
  display: block;
}

/* ヘッダー（黒い部分） */
#secSpeaker .speakerHeader {
  grid-column: 2 / 3; /* 2番目の列 */
  grid-row: 1 / 2;    /* 1行目 */
  background-color: #333;
  color: #fff;
  padding: 15px 20px;
  font-weight: bold;
}

/* メタ情報（年齢・入社年） */
#secSpeaker .speakerProfile {
  grid-column: 2 / 3; /* 2番目の列 */
  grid-row: 2 / 3;    /* 2行目 */
  padding: 15px 20px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

/* 経歴 */
#secSpeaker .speakerHistory {
  grid-column: 2 / 3; /* 2番目の列 */
  grid-row: 3 / 4;    /* 3行目 */
  padding: 15px 20px;
}

#secSpeaker .speakerHeader,
#secSpeaker .speakerProfile,
#secSpeaker .speakerHistory {
  display: flex;             /* 箱の中身をFlexboxで管理する */
  flex-direction: column;    /* 縦並びのルールにする */
  justify-content: center;   /* ★これで「上下の中央」に配置されます！ */
}

#secSpeaker .speakerHeader {
	font-size: 2rem;
}

#secSpeaker .speakerProfile,
#secSpeaker .speakerHistory	{
	font-size: 1.8rem;	
}

#secSpeaker .speakerTitle{
	font-size: 1.8rem;
	font-weight: 600;
}

#secSpeaker .speakerHeader p span.sales{
	color: #BE9C0D;
}

#secSpeaker .speakerHeader p span.position{
	font-weight: 400;
}

#secSpeaker .speakerHistory ul{
	padding-left: 2em;
	margin: 0;
}

#secSpeaker .speakerHistory li{
	line-height: 1.6;
	margin-bottom: 0.5em;
	list-style-type: disc;
}

.sp{
	display: none;
}

/*--------------------------------------
　secSummary
---------------------------------------*/
#secSummary{
}
#secSummary .tableArea {
}
#secSummary .tableTit {
  display: block;
  width: 100%;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.06em;
  color: #fff;
  background: #383838;
  padding: 2.6rem 3rem;
  margin: 0 0 0.2rem;
}
#secSummary .tableArea .tableBox:first-child {
  margin: 0 0 6rem;
}
#secSummary .tableBox table {
  width: 100%;
}

#secSummary .tableBox table tr{
  margin: 0;
  padding: 0;	
}

#secSummary .tableBox table th,
#secSummary .tableBox table td {
  padding: 2.4rem 3rem;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  font-weight: 400;
  text-align: left;
  background: #f0ebe6;
}

#secSummary .tableBox table.white th,
#secSummary .tableBox table.white td {
  padding: 2.4rem 3rem;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  border-left: solid 1px #333;
  font-weight: 400;
  text-align: left;
  background: #FFF;
  font-family: 'Zen Maru Gothic', serif;
}

#secSummary .tableBox table th {
  width: 22rem;
}

#secSummary .tableArea .tableBox:first-child th {
 width: 20rem; 
}
#secSummary .tableBox table td {
  border-right: 0;
}

#secSummary table td .txtRed{
  color: #f03c50;
  font-weight: bold;	
}

	
#secSummary .date{
	text-align: center;
	font-size: 2.5rem;
	color: #F03C50;
	font-weight: 600;
	padding-bottom: 3rem;
}	

#secSummary .txtCaution{
	font-size: 1.3rem;
}

/*--------------------------------------
　secAbout
---------------------------------------*/
#secAbout {
  background: #f0ebe6;
  height: auto;
　overflow: hidden;
}

#secAbout::after{
	content: "";
	display: block;
	clear: both;
}

#secAbout p {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 5rem;	
}

#secAbout p .txtRed{
  color: #f03c50;
  font-weight: bold;
}

#secAbout .aboutBoxArea {
  margin: 5rem 0;
}
#secAbout .aboutBoxArea li {
  width: 33rem;
  float: left;
  margin: 0 0 0 2rem;
  filter: drop-shadow(0px 5px 3px rgba(0, 0, 0, 0.1));
}
#secAbout .aboutBoxArea li:first-child {
  margin: 0;
}

#secAbout .aboutBoxArea li .pic img {
  width: 100%;
}

#secAbout .contentList {
  margin: 5rem 0;
}
	
#secAbout .contentItem li{
  width: 30rem;	
  display: left;
  margin: 0 0 0 2rem;
}

#secAbout .contentItem li:first-child {
  margin: 0;
}

#secAbout .contentItem li .picArea img {
  width: 100%;
}

#secAbout .contentList{
	margin-top: 5rem;
}

#secAbout .contentTitle{
  color: #f03c50;
  font-size: 1.5em;
  font-weight: 600;	
  margin-top: 1.5rem; 
  margin-bottom: 1rem;	
}

#secAbout .contentBody p{
  text-align: left;
  font-size: 1.8rem;	
}


/*--------------------------------------
　secReccomend
---------------------------------------*/
#secReccomend {
  background: url("../../images/shared/sec_03_bg.jpg") no-repeat center;
	background-size: cover;
}
#secReccomend .secTit {
  color: #fff;
}
#secReccomend ul {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding-left: 0;
}
#secReccomend ul li {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  color: #fff;
  padding: 0.6rem 3.5rem 0.8rem;
  background: url("../../images/shared/ico_check.png") no-repeat left center;
  background-size: 24px auto;
}


/*--------------------------------------
　secProblem
---------------------------------------*/
#secProblem {
  background-color: #F0EBE6;	
}
#secProblem p {
  text-align: center;
}
#secProblem .aboutBoxArea {
  margin: 5rem 0;
}
#secProblem .aboutBoxArea li {
  width: 20.4rem;
  float: left;
  margin: 0 0 0 2rem;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
#secProblem .aboutBoxArea li:first-child {
  margin: 0;
}
#secProblem .aboutBoxArea li .pic {
  background-color: #fff;	
}
#secProblem .aboutBoxArea li .pic img {
  width: 100%;
}

#secProblem .aboutBoxArea li .txt {
  display: block;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #32aa64;
  background: #fff;
  padding: 2rem 1rem;
}


/*--------------------------------------
　secContent
---------------------------------------*/
#secContent {
  background: #fff;
}

#secContent .contentList {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;   /* タイトルとの間の余白 */	
  border-bottom: 2px dotted #d4af37; /* 区切り線 */	
}

#secContent .contentList:last-child {
	border-bottom: none; 
}	

#secContent .contentItem {
  display: flex;          /* 横並び */
  align-items: flex-start; /* 上揃え（中央揃えならcenter） */
  gap: 30px;              /* 各要素の間の隙間 */
  padding: 40px 0;
}

#secContent .contentNumber {
  font-size: 10rem;        /* デザインに合わせて調整 */
  line-height: 1;
  font-weight: bold;
  color: #d4af37;
  flex-shrink: 0;
  margin: auto 0;	
}

#secContent .contentBody {
  flex: 1;                /* 中央のエリアを可能な限り広げる */
}

#secContent .contentTitle{
  color: #f03c50;
  font-size: 2.8rem;
  font-weight: 600;	
  margin-top: 1rem;       /* 数字との高さ調整 */
  margin-bottom: 1.5rem;	
}

#secContent .picArea {
  flex-basis: 38%;        /* 画像の幅 */
  order: 2;               /* PCでは右側 */
}

#secContent .picArea img {
  width: 100%;
  height: auto;
  display: block;
}

/* 数字とタイトルの横並び */
#secContent .contentHeader {
  display: flex;
  align-items: baseline;
  margin-bottom: 15px;
}

/* 各行の設定 */
#secContent .contentDetail li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.4;
  margin-bottom: 0.5em; 
  font-size: 1.7rem;      /* PCサイズ（適宜調整） */
}

/* 「■」を擬似要素で作る */
#secContent .contentDetail li::before {
  content: "■";         /* 文頭に表示させる文字 */
  position: absolute;
  left: 0;              /* 左端に固定 */
  top: 0;               /* 上端に合わせる */
  color: #000;          /* 記号の色 */
}


/*--------------------------------------
　secMessage
---------------------------------------*/
#secMessage {
  background: url("../../images/shared/bg_message.jpg") no-repeat center;
  background-size: cover;
  text-align: center;	
}
#secMessage .secTit {
  color: #fff;
}
#secMessage h3 {
  color: #BE9C0D;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-bottom: 5rem;	
}

#secMessage p{
  width: 80%;
  color: #fff;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 2.5;
  margin: 0 auto 1.5rem	
}

#secMessage p .sp{
	display: none;
}	


/*--------------------------------------
　attentionArea
---------------------------------------*/
.attentionArea {
  background: #f0ebe6;
}
.attentionArea .attentionBox {
  background: #fff;
  padding: 4rem 5rem 5rem;
}
.attentionArea .attentionBox .attentionTit {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: center;
  color: #be9c0d;
  margin: 0 0 3rem;
}

.attentionArea .attentionBox ul {
}

.attentionArea .attentionBox ul li {
}

.fixBot {
position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    height: 15rem;
    background-size: cover;
}

.fixBot .cta {
  width: 100%;
  background: none;
  background-color: rgba(0,0,0,0.2);
  background-size: cover;
  padding: 2rem 0;
}


@media screen and (max-width: 599px) {
	
/*--------------------------------------
　Key
---------------------------------------*/
#key {
    padding: 3rem 0 0;
    position: relative;
}
#key.lower .wi1100 {
	display: table;
	height: calc(100% - 3rem);
}
#key.lower .title {
	display: table-cell;
	vertical-align: middle;
}

#key.lower .subTxt {
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	letter-spacing: 0.2em;
	font-weight: 600;
	line-height: 1.5;
	margin: 3rem 0 0;
}

#key .dateWrap {
	width: 92%;
	margin: 0 auto;
  background: url("../../images/shared/bg_pattern_white.png") repeat top -14rem center #fff;
}
	


/*--------------------------------------
　topTxtArea
---------------------------------------*/
.topTxtArea {
  padding: 3rem 4% 5rem;
}

.topTxtArea .topTxtTit {
  font-size: 1.8rem;
	line-height: 1.5;
  margin: 0 0 2rem;
}
	
.topTxtSub{
  font-size: 1.6rem;
}
	
.topTxtArea ul {
  margin: 2rem 0;
}
.topTxtArea ul li {
  font-size: 1.6rem;
  line-height: 2.2;
}

.topTxtArea .sp{
	display: block;		
}
	
.topTxtArea .pc{
	display: none;
}

/*--------------------------------------
　secTit
---------------------------------------*/
.secTit{
	letter-spacing: 0;
	width: 96%;
	padding: 1.5rem 0;
}

.secTit::after {
  width: 25%;            /* ★下線の長さ（文字数に依存しない） */
  height: 5px;             /* ★下線の太さ */
}	
		
/*--------------------------------------
　secSpeaker
---------------------------------------*/

#secSpeaker{
}	

#secSpeaker .speaker-card {
    display: flex;          /* GridをやめてFlexの縦並びに変更 */
    flex-direction: column;
}

#secSpeaker .speakerHeader  { order: 1; }
#secSpeaker .speakerPhoto   { order: 2; }
#secSpeaker .speakerProfile    { order: 3; }
#secSpeaker .speakerHistory { order: 4; }

  /* ボーダー（線）の微調整 */
#secSpeaker .speakerPhoto {
    border-right: none;           /* 右側の線を消す */
    border-bottom: 1px solid #333;/* 画像の下に線を引く */
}

#secSpeaker .speakerProfile {
    border-top: none; /* 画像の下線と被るので上線は消す */
}
	
#secSpeaker .speakerHeader {
	text-align: center;
	font-size: 2rem;
}

#secSpeaker .speakerProfile,
#secSpeaker .speakerHistory	{
	font-size: 1.5rem;	
}
		
#secSpeaker .speakerTitle{
	font-size: 1.8rem;
	font-weight: 600;
}

.sp{
	display: block;
}	
	
	
/*--------------------------------------
　secSummary
---------------------------------------*/
#secSummary{
}
#secSummary .tableArea {
}
#secSummary .tableTit {
  font-size: 1.8rem;
  line-height: 1;
  padding: 2rem 3rem;
  margin: 0 0 0.2rem;
}
#secSummary .tableArea .tableBox:first-child {
  margin: 0 0 6rem;
}
#secSummary .tableBox table {
  width: 100%;
  border: solid 1px #e6e1dc;
}
#secSummary .tableBox table th,
#secSummary .tableBox table td {
  padding: 1.5rem;
  width: 100%;
  display: block;
  border-right: none;
  border-bottom: solid 1px #fff;
}
#secSummary .tableBox table th {
  width: 100%;
  text-align: center;
  background: #e6e1dc;
  font-size: 1.8rem;
  font-weight: 500;	
}

#secSummary .tableBox table td {
  font-size: 1.5rem;	
}
	
#secSummary .tableArea .tableBox:first-child th {
 width: 100%;
}


/*--------------------------------------
　secAbout
---------------------------------------*/
#secAbout {
}
#secAbout p {
}

#secAbout .aboutBoxArea {
  margin: 3rem 0;
}
#secAbout .aboutBoxArea ul {
  display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#secAbout .aboutBoxArea li {
  width: 49%;
  float: none;
  margin: 0 0 3% 2%;
  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.1));
}
#secAbout .aboutBoxArea li:first-child {
  margin: 0 0 3%;
}
#secAbout .aboutBoxArea li:nth-child(odd) {
  margin: 0 0 3%;
}

#secAbout .aboutBoxArea li:last-child {
  margin-top: -5%;	
}
	
#secAbout .contentList {
  margin: 5rem 0;
}
	
#secAbout .contentList li{
  width: 90%;	
  float: none;	
  margin: 2% auto;
}

#secAbout .contentList li:first-child {
  margin: 0;
}

#secAbout .contentList li:last-child {
  margin-top: 0;	
}	
	
#secAbout .contentList li .picArea img {
  width: 100%;
}

#secAbout .contentList p{
  font-size: 1.5rem;
  margin-bottom: 3rem;	
}
	
	

/*--------------------------------------
　secProblem
---------------------------------------*/
#secProblem {
}
#secProblem p {
}
#secProblem .aboutBoxArea {
  margin: 3rem 0;
}
#secProblem .aboutBoxArea ul {
  display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#secProblem .aboutBoxArea li {
  width: 49%;
  float: none;
  margin: 0 0 3% 2%;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
#secProblem .aboutBoxArea li:first-child {
  margin: 0 0 3%;
}
#secProblem .aboutBoxArea li:nth-child(odd) {
  margin: 0 0 3%;
}
#secProblem .aboutBoxArea li .pic {
}
#secProblem .aboutBoxArea li .txt {
  font-size: 1.6rem;
  padding: 1.5rem 1rem;
}


/*--------------------------------------
　secReccomend
---------------------------------------*/
#secReccomend {
}
#secReccomend ul {
}
#secReccomend ul li {
  width: 100%;
  font-size: 1.6rem;
  float: none;
  padding: 0.6rem 0 0.8rem 3rem;
  background: url("../../images/shared/ico_check.png") no-repeat left center;
  background-size: 20px auto;
}



/*--------------------------------------
　secContent
---------------------------------------*/
	
#secContent .contentItem {
	display: flex;           	
    flex-direction: column; /* 縦並びにする */
    gap: 1rem;
	line-height: 1.2;
	padding: 1.5rem 0;
  }
#secContent .picArea {
    order: -1;               /* 画像を一番上に */		
  }	
#secContent .picArea .contentBody{
    width: 100%;
    padding: 0;        /* PC版の余白を消す */	
  }

#secContent .contentItem {
	flex-wrap: wrap; 
    flex-direction: row; /* 横並びに戻す */
  }	

#secContent .picArea {
	flex: 0 0 100%;
  }		
	
#secContent .contentTitle{
	font-size: 2rem;
}
	
#secContent .contentNumber {
    order: 1;               /* 数字を2番目に */
    font-size: 3rem;
	margin-top: 1rem;
  }

#secContent .contentBody {
    order: 1;               /* テキストを一番下に */
  }	

/* 各行の設定 */
#secContent .contentDetail li {
  padding-left: 1em;
  font-size: 1.5rem;
}

/* 「■」を擬似要素で作る */
#secContent .contentDetail li::before {
  font-size: 1rem;
  top: 0.4rem;               /* 上端に合わせる */
}	
	

/*--------------------------------------
　secMessage
---------------------------------------*/
#secMessage {
  background-color: #333;		
  background-image: url("../../images/shared/bg_message.jpg"),linear-gradient(rgba(51, 51, 51, 0.8),rgba(51, 51, 51, 0.8)),url("../../images/shared/bg_stripe.png");	
  background-size: contain, auto, auto;
  background-repeat: no-repeat, no-repeat, repeat;

}

#secMessage H3{
	font-size: 1.8rem;
	margin-bottom: 2rem;
	letter-spacing: 0.1em;
}	

#secMessage p{
	width: 90%;	
	font-size: 1.3rem;
	line-height: 2.5rem;
}
	
#secMessage p .sp{
	display: block;
}	


/*--------------------------------------
　attentionArea
---------------------------------------*/
.attentionArea {
}
.attentionArea .attentionBox {
  padding: 2rem 3rem 3rem;
}
.attentionArea .attentionBox .attentionTit {
  font-size: 2.4rem;
  margin: 0 0 1.5rem;
}

.attentionArea .attentionBox ul {
}

.attentionArea .attentionBox ul li {
}
	
	
.fixBot {
  height: 13rem;
  }
  
  .fixBot .cta {
    padding: 2rem 5%;
  }	
	
	
	
	
}


