/* CSS Reset - Modern Reset by Andy Bell (https://piccalil.li/blog/a-modern-css-reset/) */
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

h1, h2, h3, h4, h5, h6, p {
  display: block;
}





body {
  margin: 0;
  font-family: sans-serif;
  background: #f9f9f9;
}
img {
  max-width: 100%;
  display: block;
}

/* === レイアウト === */
.container {
  display: grid;
  grid-template-areas:
    "header"
    "main"
    "footer";
  grid-template-rows: auto 1fr auto;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0rem 1rem 1rem;
  background: #fff;
	border-top: #cb0036 solid 6px;
}
/* --- 固定ヘッダー全体 --- */
.header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #fff;
  padding-bottom: 1rem;
background-color: rgba(255, 255, 255, 0.8); /* 白の80%不透明 */
}
/* --- 上段：ロゴ＋社名 --- */
.header-top {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 0.5rem 0;
}
.logomark{

}
.logo {
  height: 81px;
  width: auto;
}

.site-name {
  font-size: 1.5rem;
  font-weight:normal;
	letter-spacing: 0.2em;
	line-height:80%;
}
.site-name2{
  font-size: 1.0rem;
  font-weight:normal;
	letter-spacing: 0.0em;

}



.main {
  grid-area: main;
}


/* パンくずリスト */
.breadcrumb {
  font-size: 0.8rem;
  margin: 0.8em 0;
}

.breadcrumb ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.breadcrumb li {
  display: flex;
  align-items: center;
}

.breadcrumb li + li::before {
  content: "＞";
  margin: 0 0.5em;
  color: #888;
}

.breadcrumb a {
  text-decoration: none;
  color: #0073aa;
}

.breadcrumb a:hover {
  text-decoration: underline;
}
/* パンくずリスト終わり */





/* フレックス内セクション */
.flex-section {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 0;
}
.box1{
  flex: 1 1 calc(70% - 1rem);
  padding: 0 1rem;
  box-sizing: border-box;
  text-align: center;
}
.box1-1{
color:#fff;
  background: #cb0036;
}



.box2 {
  flex: 1 1 calc(30% - 1rem);
    background: #f9e7e4;
  padding: 1rem;
  box-sizing: border-box;
  display: flex;               /* 要素をフレックスに */
  flex-direction: column;     /* 縦方向に並べる */
  justify-content: flex-start;    /* 縦方向センター */
  align-items: center;        /* 横方向センター */
  text-align: center;
  min-height: 200px;          /* 高さを指定しないと縦センターが効かない場合あり */
}
.r01 {

}
.r02 {
	margin:10px 0;
}
.rtel {
	margin:10px 0;
}
.rtel i {
  margin-right: 0.4em; /* アイコンとテキストの間隔 */
  color: #cb0036;      /* お好みで色を指定 */
}
.rtel a,
.rtel a:link,
.rtel a:visited,
.rtel a:hover,
.rtel a:active {
  text-decoration: none;
  color: #cb0033;
}
.line {
	margin:10px 0;
	border-bottom:1px solid #cb003;
	width:100%;
}
.link {
	margin:10px 0;
  color: #fff;
  background: #cb0036;
	width:100%;
}
.rlead {
	margin:10px 0;
	font-size:0.8rem;
}
.r01 {
	margin:10px 0;
}



.footer {
  grid-area: footer;
  text-align: center;
}
.foot-navi{
  text-align: center;
  font-size: 12px;
padding:5% 0 1%;
}

.footer p{
  text-align: center;
  font-size: 11px;
  color: #fff;
  background: #cb0036;
padding:2%;
	letter-spacing:2px;
}
@media (max-width: 768px){
.foot-navi{
	letter-spacing:-2px;
padding:5% 0 5%;
}
	}



/* === ナビメニュー === */
.nav {
	border:1px solid #ccc;
	border-radius:6px 6px;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(218, 220, 221, 1) 63%, rgba(243, 243, 243, 1));
}
.nav ul {
	list-style: none;
	display: flex;
	align-items: center;
	gap: 0rem;
	padding: 0;
	margin: 0;
}
.nav ul li{
	display: flex;
	padding:11px 17px;
	height: 60px;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.nav a {
	text-decoration: none;
	color: #cb0036;
	font-weight:bold;
}

/* --- ナビメニュー部（下段） --- */
.nav {
	display: flex;
	justify-content: center;
	font-size: 0.989em;
}
.nav ul {
  display: flex;
  gap: 0rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* --- ハンバーガー：モバイル表示用 --- */
.nav-toggle,
.nav-toggle-label {
  display: none;
}

@media (max-width: 768px) {
  .nav-toggle-label {
    display: block;
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 30px;
    height: 25px;
    cursor: pointer;
    z-index: 1000;
  }

  .nav-toggle-label span,
  .nav-toggle-label span::before,
  .nav-toggle-label span::after {
    content: '';
    display: block;
    background: #333;
    height: 3px;
    margin: 12px 0;
    transition: 0.3s;
  }

  .nav {
    display: none;
    flex-direction: column;
    align-items: center;
    background: #fff;
    padding: 1rem 0;
  }

  .nav ul {
    flex-direction: column;
    gap: 1rem;
  }

  .nav-toggle:checked + .nav-toggle-label + .nav {
    display: flex;
  }

.nav ul li{
	display: flex;
	padding:11px 18px;
	height: 40px;
	background-image:none;
	align-items: center;
	justify-content: center;
	text-align: center;
}


	}














/* === レスポンシブ切替 === */
@media (max-width: 768px) {
.header-top {
	flex-direction:column;
}
.site-name {
text-align: center;
}
  .nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    display: none;
    flex-direction: column;
    padding: 1rem;


	border:1px solid #fff;
	border-radius:0;
}
.nav ul {
  list-style: none;
  display: flex;
  gap: 0rem;
  padding: 0;
  margin: 0;
}


.nav ul li{
	padding:11px 29px;
   background-image: #fff;
}
.nav a {
  text-decoration: none;
  color: #cb0036;
  font-weight:bold;
	
}




  .nav-toggle:checked + .nav-toggle-label + .nav {
    display: flex;
  }
}

  /* ハンバーガー開閉アニメーション */
  .nav-toggle:checked + .nav-toggle-label span {
    background: transparent;
  }
  .nav-toggle:checked + .nav-toggle-label span::before {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .nav-toggle:checked + .nav-toggle-label span::after {
    transform: rotate(-45deg) translate(6px, -6px);
  }
}

/* === フレックスセクション === */
.flex-section {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}
.box {
  flex: 1 1 calc(33.333% - 1rem);
  background: #e0e0e0;
  padding: 1rem;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 768px) {
  .box {
    flex: 1 1 calc(50% - 1rem);
  }
}
@media (max-width: 480px) {
  .box {
    flex: 1 1 100%;
  }
}





/* === 改行調整　pc改行せず、sp改行 === */

@media (min-width: 769px) {
.br-sppc{
	display:none;
}
	}
@media (max-width: 768px) {
.br-sppc {
	display: block; /* SPでは改行させる */
}
	}



/* === 改行調整　pc改行、sp改行せず === */

@media (min-width: 769px) {
.br-pcsp{
	display: block; /* PCでは改行させる */
}
	}
@media (max-width: 768px) {
.br-pcsp {
	display:none;
}
	}


/* === 表紙小野さん画像周り === */
.mainbox {
  background: linear-gradient(to right, #fff, #f7f7f7);
  padding: 0px 0;
  width:968px;
    margin: 0 0 3% 0;
}
.flex-main {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  gap: 0px;
}
.left {
  width: 467px;
}
.left img {
  width: 491px;
  height: auto;
  display: block;
}
.right {
  color: #cb0035;
width: 100%;
max-width: 500px;
}
.right h1 {
  font-size: 31px;
  margin-bottom: 20px;
}
.right p {
  font-size: 18px;
  line-height: 1.8;
}



@media (max-width: 768px){
.mainbox {
  background: linear-gradient(to right, #fff, #f7f7f7);
  padding: 0px 0;
  width:100%;
    margin: 0 0 3% 0;
}
.flex-main {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  gap: 0px;
}
.left {
  width: 50%;
}
.left img {
  width: 100%;
  height: auto;
  display: block;
}
.right {
  color: #cb0035;
width: 50%;
max-width: 500px;
}
.right h1 {
  font-size: 18px;
  margin-bottom: 20px;
}
.right p {
  font-size: 11px;
  line-height: 1.8;
}

	}











/* === 表紙のバナーバナー === */


/* 表紙のバナーバナーの構造 */
.link{
	width:100%;
	background:#cb0036;
	color:#fff;
	font-weight:bold;
	letter-spacing:3px;
}
.link-box{
	width:100%;
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	margin:0 0 15%;
}
.link-friend{
	width:50%;
	display: flex;
	justify-content: center;  /* 横方向（左右）の中央揃え */
	align-items: center;      /* 縦方向（上下）の中央揃え */
	margin:2% 0;
}
@media (max-width: 768px){
.link-box{
	flex-direction:column;
}
.link-friend{
	width:100%;
}
	}




/* 共通：バナー全体 */
.bana01,
.bana02,
.bana03,
.bana04 {
  display: block;
  height: 70px;
  width: 310px;
  border: 1px solid;
  border-radius: 10px;
  padding: 1% 1% 1% 3%;
  text-align: left;
  color: inherit;
  text-decoration: none;
font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
font-weight:bold;
}

/* 個別：背景と枠線 */
.bana01 {
  background-image: linear-gradient(90deg, #FCF3EC, #F9D291);
  border-color: #E8903E;
}

.bana02 {
  background-image: linear-gradient(90deg, #FBF3EE, #C1E0B7);
  border-color: #68B360;
}

.bana03 {
  background-image: linear-gradient(90deg, #F9F4EE, #E2DCEA);
  border-color: #85529F;
}

.bana04 {
  background-image: linear-gradient(90deg, #FDFEFF, #88C0FB);
  border-color: #3069A0;
}

/* テキスト */
.bana-txt1 {
  font-size: 12px;
  margin-top: 4px;
}

.bana-txt2 {
  font-size: 26px;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 2px;
}

/* 共通：外側の丸 */
.circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

/* 個別：丸の色 */
.circle1 {
  background-color: orange;
}

.circle2 {
  background-color: #68B360;
}
.circle3 {
  background-color: #85529F;
}
.circle4 {
  background-color: #3069A0;
}

/* 個別：三角形 */
.triangle{
  width: 8px;
  height: 10px;
  background-color: white;
}

.triangle {
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}


/* 表紙3つの事業 */
.box1-3item {
  display: flex;
  justify-content: space-between;
  max-width: 660px;
  margin: 0 auto 10%;
  gap: 30px; /* spacing between columns */
}
.box1-3item .item {
  width: 200px;
  background-color: #fcecec; /* 背景の淡いピンク */
  padding: 1em;
  box-sizing: border-box;
  text-align: left;
  border-radius: 6px;
}
.box1-3item .item h3 {
  color: #c6002f; /* 赤文字 */
  font-weight: bold;
  font-size: 1em;
  border-bottom: 2px solid #c6002f;
  padding-bottom: 0.25em;
  margin-bottom: 0.5em;
}

.box1-3item .item h4 {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 0.5em;
}

.box1-3item .item p {
  font-size: 0.9em;
  line-height: 1.4;
}


@media (max-width: 768px) {
.box1-3item {
  display: flex;
	flex-direction:column;
  justify-content: space-between;
  max-width: 100%;
  margin: 0 auto 10%;
  gap: 30px; /* spacing between columns */
}
.box1-3item .item {
  width: 100%;
  background-color: #fcecec; /* 背景の淡いピンク */
  padding: 1em;
  box-sizing: border-box;
  text-align: left;
  border-radius: 6px;
}

	}




/* 表紙　共著の箱 */
.books {
  width: 244px;
  position: relative;
  background-color: #d9c8e6; /* 薄い紫色 */
  text-align: center;
  padding: 10px 0;
  border-radius: 3px;
	margin:35px 0 10px;
}

.mushi {
  position: absolute;
  top: -30px;
  left: 10px;
  width: 50px;
  height: auto;
}

.labels {
  color: #804d9e;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 768px){
.books {
  width: 100%;
}
	}

.book-item{
	display:flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap:15px;
}
.book1{
	display:flex;
	width:70px;
  align-items: center;        /* 横方向センター */
}
@media (max-width: 768px){
.book-item{
	gap:20px;
}
.book1{
	display:flex;
	width:90px;
}
	}



/* 下層の基本形 */
.training-header {
  width: 970px;
  background-color: #cb0036;
  color: #fff;
  position: relative; /* これが基準になる */
  padding: 0.8em 1.5em;
  border-radius: 5px;
  font-family: sans-serif;
  overflow: visible; /* はみ出し表示を許可 */
  margin:20px 0 0 0;
}

.text-block {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 0; /* gapがあると合計幅が100%を超えるので注意 */
}

.text-block h1 {
  width: 50%;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
}

.text-block .subtext {
  width: 50%;
  font-size: 1rem;
  margin: 0 60px 0 0;
  text-align: right; /* 必要に応じて右寄せ */
}


@media (max-width: 768px){
.text-block h1 {
  width: 90%;
}

.text-block .subtext {
  width: 100%;
  text-align: left;
}

	}




.ladybug {
  position: absolute;
  top: -10px;     /* ピンクからはみ出す位置 */
  right: 27px;   /* 右外に少し飛び出す */
  width: 50px;    /* 適宜調整 */
  height: auto;
  z-index: 10;
}

.angled-header {
  width: 900px;
  background-color: #cb0036;
  color: #fff;
  padding: 5px;
  margin:0 auto;
  clip-path: polygon(0 0, 100% 0, 100% 40%, 60% 40%, 55% 100%, 0 100%);
  font-family: sans-serif;
  margin-bottom: 0;
  position: relative; /* ::beforeの基準に必要 */
  overflow: hidden;   /* はみ出し防止 */
}

.angled-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;               /* 縦帯の幅（調整可） */
  height: 100%;
  background-color: #f48ca5; /* 薄いピンク（調整可） */
}

.angled-header h2 {
  margin: 0;
  padding: 0 0 0 14px;
  font-size: 1.3rem;
  font-weight: bold;
}

.contentbox{
	background:#eae3f0;
	padding:0 0 20px 0;
}
.contentbox1{
	padding:2% 2%;
	
}
.contentbox-inn{
	background:#fff;
  width: 900px;
  margin:0 auto;
}




@media (max-width: 768px){
.training-header {
  width: 100%;
}
.text-block {
  gap: 0em;
}
.angled-header {
  width: 100%;
  background-color: #cb0036;
  color: #fff;
  padding: 5px;
  margin:0 auto;
  clip-path: none;
  font-family: sans-serif;
  margin-bottom: 0;
  position: relative; /* ::beforeの基準に必要 */
  overflow: hidden;   /* はみ出し防止 */
}

.angled-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;               /* 縦帯の幅（調整可） */
  height: 100%;
  background-color: #f48ca5; /* 薄いピンク（調整可） */
}

.angled-header h2 {
  margin: 0;
  padding: 0 0 0 14px;
  font-size: 1.3rem;
  font-weight: bold;
}
.contentbox-inn{
  width: 90%;
}
.text-block {
    flex-direction: column;
    align-items: flex-start;
  }
.text-block .subtext {
  font-size: 1rem;
  margin: 0 0 0 0rem;
}

		}

/* 下層の基本形　終わり */





.whitebox{
	background:#fff;
	width:900px;
	margin:2% auto 4%;
	padding:2%;
	padding-top: 0; /* 上にくっつけるため */
}
@media (max-width: 768px){
.whitebox{
	width:94%;
}
		}




/* グラデ見出し */
.section-title {
	width: 100%;
	margin: 0 0 15px 0;
	padding: 5px;
	background-image: linear-gradient(90deg, rgba(218, 85, 95, 1) 0%, rgba(255, 0, 165, 1) 30%, rgba(244, 205, 202, 1) 100%);
	color: #fff;
	font-size: 1.5em;
}





/* 経歴と組織情報のテーブル */
.compat {
	border-collapse: collapse;
	width: 100%;
	margin:0 auto;
	border-top: 1px solid #edb1ad;
	font-size:0.88em;
}
.compat th {
	background: #f7ddd9;
	padding: 10px;
	line-height: 150%;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #edb1ad;
	vertical-align: top;
}
.compat td {
	padding: 10px;
	line-height: 180%;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #edb1ad;
	vertical-align: top;
}

.disc-list {
	list-style: disc;
	padding-left: 1.5em;
}

.disc-list li {
	color: #000; /* 本文の色 */
}

.disc-list li::marker {
	color: #000; /* マーカー色を黒に */
}
.feature{
	font-size:14px;
	line-height:180%;
}





































