@charset "utf-8";
/**
 * uaplus.css version 0.0.1
 */
*, *::after, *::before {
  box-sizing: border-box
}
:focus-visible {
  outline-offset: 3px
}
:where(html) {
  -webkit-text-size-adjust: none;
  text-size-adjust: none
}
:where(html) {
  line-height: 1.5
}
:where(html) {
  scrollbar-gutter: stable
}
:where(h1) {
  font-size: 2em;
  margin-block: .67em
}
:where(abbr[title]) {
  cursor: help;
  text-decoration-line: underline;
  text-decoration-style: dotted
}
@media (forced-colors:active) {
  mark {
    color: HighlightText;
    background-color: Highlight
  }
}
:where(del, ins, s)::before, :where(del, ins, s)::after {
  clip-path: inset(100%);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  content: "test"
}
:where(s)::before {
  content: "stricken text start "
}
:where(s)::after {
  content: " stricken text end"
}
:where(del)::before {
  content: "deletion start "
}
:where(del)::after {
  content: " deletion end"
}
:where(ins)::before {
  content: "insertion start "
}
:where(ins)::after {
  content: " insertion end"
}
:where(audio, iframe, img, svg, video) {
  max-block-size: 100%;
  max-inline-size: 100%
}
:where(fieldset) {
  min-inline-size: 0
}
:where(label):has(+:where(textarea, input, select)) {
  display: block
}
:where(textarea:not([rows])) {
  min-block-size: 6em
}
:where(button, input, select, textarea) {
  font-family: inherit;
  font-size: inherit
}
:where([type="search"]) {
  -webkit-appearance: textfield
}
@supports (-webkit-touch-callout:none) {
  :where([type="search"]) {
    border: 1px solid -apple-system-secondary-label;
    background-color: canvas
  }
}
:where([type="tel"], [type="url"], [type="email"], [type="number"]):not(:placeholder-shown) {
  direction: ltr
}
:where(table) {
  border-collapse: collapse;
  border: 1px solid
}
:where(th, td) {
  border: 1px solid;
  padding: .25em .5em
}
:where(dialog)::backdrop {
  background: oklch(0% 0 0 / .3)
}
:where(dialog), :where(dialog)::backdrop {
  opacity: 0;
  transition: opacity 300ms ease-out, display 300ms allow-discrete, overlay 300ms allow-discrete
}
:where(dialog[open]), :where(dialog[open])::backdrop {
  opacity: 1
}
@starting-style {
  :where(dialog[open]), :where(dialog[open])::backdrop {
    opacity: 0
  }
}
/**
 * a-plat base
 */
body {
  font-family: "Noto Sans JP", sans-serif;
}
:where(html) {
  line-height: 2
}
/* CSS Document */
/**********************/
/*▼▼s-24の設定は以下▼▼*/
/**********************/
/*▼横幅375px以上▼*/
/*共通*/

body {
  color: #333;
  margin: 0;
  padding: 0;
}
.m0-b{
	margin-bottom: 0!important;
}
.m15-l{
	margin-left: 15px!important;
}
.s24-container{
	padding-top: 40px;
}
h1 {
  font-size: 24px;
  font-weight: bold;
  background-color: #2CA6E0;
  color: #fff;
  padding: 20px;
  margin-top: -64px;
  line-height: 1.5;
}
h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin: 35px auto;
}
/*h4{
	fout-size: 20px;
	margin: 10px auto;
}*/
p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
}
figure {
  max-width: 850px;
  /*text-align: center;*/
  margin:0 auto;
}
figure img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
figcaption {
  font-size: 14px;
  /*font-weight: bold;*/
  text-align: center;
  line-height: 1.7;
  margin: 15px auto 0;
}

/*▼ヘッダー▼*/
.app-header{
    position: fixed;
    /*left: 0;*/
    top: 0;
    width: 100%;
    z-index: 1000;
	height: 40px;
}
.bg-w{
    background-color: #fff;
    transition: background-color 0.3s ease;
    transition: 0.6s;
}
.header .logo {
	max-width: 250px;
	margin-top: 8px;
	margin-left: 20px;
}
.header .logo img{
	object-fit: contain;
	height: 25px;
}
.navbar .menu {
  display: flex;
  flex-wrap: wrap;
}
.menu01 {
  order: 1;
  width: 50%;
}
.menu02 {
  order: 3;
  width: 100%;
}
.menu03 {
  order: 2;
  width: 50%;
}
.f-menu > li {
  box-sizing: border-box;
}
.navbar .active {
  font-size: 16px;
}
.navbar ul {
  list-style: none;
  margin: 0 20px;
}
.navbar ul {
  font-size: 12px;
  font-weight: 400;
}
.navbar .active::before {
  content: none;
}
.navbar ul li::before {
  content: "ー";
}
.sub-menu-01 ul, .sub-menu-02 ul, .sub-menu-03 ul {
  padding-left: 0;
}
.sub-menu-01 ul li, .sub-menu-03 ul li {
  font-size: 14px;
  text-align: left;
}
.sub-menu-02 ul li {
  font-size: 12px;
  text-align: left;
  line-height: 1.2;
  margin-bottom: 5px;
}


/*▼パンくずリスト▼*/
.breadcrumb {
	margin: 0 20px;
  padding: 3px 0;
  list-style: none;
  font-size: 12px;
}
.breadcrumb li {
  display: inline; /*横に並ぶように*/
  list-style: none;
  font-weight: normal; /*標準*/
}
.breadcrumb li:after { /* >を表示*/
  content: '/';
  padding: 0 0.2em;
  color: #555;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
  text-decoration: none;
  color: #000; /*色*/
}
.breadcrumb li a:hover {
  text-decoration: underline;
}

/*▼トップKV▼*/
.kv{
	background-image: url("../img/kv-pc.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	height: 700px;
	margin-top: -90px;
}
.kv-txt {
  /*left: 50%;*/
  position: absolute;
  top: 18%;
  text-align: left;
}
.kv-txt h1 {
  color: #fff; /*文字は白に*/
  background: none;
  font-size: 32px;
  line-height: 1.5;
  padding: 0 22px;
  margin: 0 auto;
  /*text-shadow: 1px 1px 2px #eee;*/
	text-shadow: 0 0 8px rgba(0 0 0 / .5);
}
.kv-txt p {
  color: #fff; /*文字は白に*/
  font-size: 14px;
  line-height: 1.8;
  font-weight: bold;
  margin: 20px;
	text-shadow: 0 0 8px rgba(0 0 0 / .5);
}

/*▲パンくずリストここまで▲*/
/*************************/
/*▼トップページ▼*/
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  /*text-decoration: underline;*/
  /*color:#ccc;*/
}
.news-box {
  background-color: #FFF;
  margin: 50px 20px 20px;
  padding: 20px 40px; /* 25px*/ ;
  border-radius: 10px;
  box-shadow: 0 0 5px #ddd;
}
.bdy-box {
  background-color: #FFF;
  margin: 50px 20px 20px;
  padding: 20px /*40px*/; /* 25px*/ ;
  border-radius: 10px;
  box-shadow: 0 0 5px #ddd;
}
.bdy-box h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 32px;
}
.bdy-box img {
  margin: 0;
}
.bdy-box a {
  text-decoration: none;
}
.bdy-box a:hover {
  text-decoration: underline;
}
.above-h2 {
  margin-top: 0;
}
.above-h2::after {
  left: .6em;
  transform: translateX(-75%) rotate(-45deg);
  width: .3em;
  height: .3em;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.menu-box {
  margin: 50px 20px 64px;
  /*padding: 20px 0;*/
}
.menu-box .menu-box-col img {
  width: 100%;
  margin: 0 auto;
}
.menu-box .menu-box-col h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
}
.menu-box .menu-box-col h4::after {
  content: ''; /*何も入れない*/
  display: inline-block;
  width: 24px; /*画像の幅*/
  height: 24px; /*画像の高さ*/
  background-image: url(../img/page-nav.png);
  background-size: contain;
  vertical-align: sub;
  margin-left: 15px
}
.menu-box .menu-box-col p {
  font-size: 16px;
  line-height: 1.5;
}
.menu-box .menu-box-col a {
  color: #333;
  text-decoration: none;
}
.bk-green {
  max-width: 1440px;
  margin-inline:auto;
  background-color: #F3FAF5;
  padding-top: 64px;
  padding-bottom: 64px;
}
.bk-green h2 {
  font-size: 40px;
}
.bk-green-inner{
	max-width: 1200px;
	margin-inline:auto; 
}
.bdy-box {
  background-color: #FFF;
  margin: 32px 20px 10px;
  padding: 20px /*40px*/; /* 25px*/ ;
  border-radius: 10px;
  box-shadow: 0 0 5px #ddd;
}
.bdy-box h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 32px;
}
.bdy-box img {
  margin: 0;
}
.news-col-day p, .news-col-type p {
  margin: 0 5px 10px 5px;
}
.news-col-txt p {
  margin: 0 5px 15px 5px;
  line-height: 1.5;
}
.news-box .news-list hr {
  border-top-width: 0.5px; /* または0.1pxなど */
  border-bottom-width: 0; /* 下線を消す */
  border-style: solid;
  border-color: #ccc;
  ; /* 線の色を指定 */
  margin-top: 10px;
  margin-bottom: 10px;
}
.type-01 {
  font-size: 12px;
  color: #fff;
  background-color: #18933B; /*受賞*//*#1EAA39*/
  padding: 3px 20px;
  max-width: 90px;
  text-align: center;
}
.type-02 {
  font-size: 12px;
  color: #fff;
  background-color: #2CA6E0; /*セミナー*/
  padding: 3px 20px;
  max-width: 90px;
  text-align: center;
}
.type-03 {
  font-size: 12px;
  color: #fff;
  background-color: #2DA9AF; /*シンポジウム*/
  padding: 3px 3px;
  max-width: 90px;
  text-align: center;
}
.type-04 {
  font-size: 12px;
  color: #fff;
  background-color: #0093D6; /*#0093D6*/
  padding: 3px 3px;
  max-width: 90px;
  text-align: center;
}
.type-04 {
  font-size: 12px;
  color: #fff;
  background-color: #1EAA39; /*その他*/
  padding: 3px 3px;
  max-width: 90px;
  text-align: center;
}

.archive-list {
  text-align: right;
  margin-top: 30px;
}
.archive-list::after {
  content: ''; /*何も入れない*/
  display: inline-block;
  width: 24px; /*画像の幅*/
  height: 24px; /*画像の高さ*/
  background-image: url(../img/page-nav.png);
  background-size: contain;
  vertical-align: middle;
  margin-left: 15px
}

.news-box ul {
  list-style-type: none;
  padding-left: 0;
}
.news-col-day p {
  margin: 0 0 10px 0;
  line-height: 1.5;
}
.news-col-type p {
  margin: 0 0 10px 0;
  line-height: 1.5;
}
.news-col-txt p {
  margin: 0 0 10px 0;
  line-height: 1.5;
}
.top .bdy-box {
  padding: 20px;
}
/*研究内容*/
.r_contents h2 {
  margin-left: 70px;
}
.r_contents h3 {
  padding: 0 10px 5px 35px;
  /*内側の余白*/
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  margin-top: 16px;
  margin-bottom: 24px;
}
.r_contents h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("../img/page-nav.png"); /*画像のURL*/
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
.above-h2-entxt img {
  margin-left: 20px;
}
.above-h2-entxt h2 {
  margin-left: 20px;
  margin-bottom: 48px;
}
.r-theme {
  font-size: 16px;
  font-weight: bold;
  background-color: #18933B;
  color: #fff;
  margin: 20px 0 0;
  padding: 0 10px;
  border-radius: 8px;
  width: 85px;
}
.r_contents a:hover {
	text-decoration: none;
}
.r_contents p {
  line-height: 1.5;
}
.r_contents-img{
	text-align: center;
}
/*研究成果*/
.seika-col p {
	padding-block: 10px;
}
.r-box {
  margin: 50px 20px 48px;
  padding: 0px;
}
.r-box h2 {
  font-size: 40px;
}
.r-box h3 {
  font-size: 20px;
  margin: 0;
}
.r-box h3::after {
  content: ''; /*何も入れない*/
  display: inline-block;
  width: 24px; /*画像の幅*/
  height: 24px; /*画像の高さ*/
  background-image: url(../img/page-nav.png);
  background-size: contain;
  vertical-align: text-top;
  margin-left: 6px;
  transform: translateY(3px);
}
.r-box p {
  font-size: 16px;
  margin-top: 0;
}
.r-box-col {
  margin-bottom: 32px;
}
/*資料ダウンロード*/
.dl-box {
	background-image: url("../img/siryo-bg.jpg");
	background-position: center 50%;
  background-size: cover; /* または cover */
  background-repeat: no-repeat;
  text-align: center;
  padding: 20px;
  margin: 64px 20px;
  height: 308px;
	border-radius: 10px;
  /*width:100%;*/
}
.dl-box h4 {
  font-size: 28px;
  margin: 25px auto 30px;
  color: #fff;
}
.dl-box-col {
  font-size: 12px;
	/*font-size: 18px;*/
  font-weight: bold;
  background-size: 100%;
  padding: 15px;
  margin: 10px 0px 10px 0;
  background-color: #fff;
  border-radius: 8px;
  text-align: left;
}
.dl-box-col img {
  vertical-align: middle;
	margin-inline: 5px;
}
.dl-box-col a::after {
  content: ''; /*何も入れない*/
  display: inline-block;
  width: 18px; /*画像の幅*/
  height: 18px; /*画像の高さ*/
  background-image: url(../img/page-nav.png);
  background-size: contain;
  vertical-align: text-top;
  margin-left: auto;
  transform: translateY(6px);/*3px*/
}
.dl-box-col a {
  text-decoration: none;
  display: flex;
}
/**▲資料ダウンロード▲/
/*▼挨拶▼*/
.greeting h2 {
  font-size: 20px;
	margin-top: 10px;
}
.gree-flexbox-col{
	padding-top: 10px;
}
.gree-flexbox-col p {
	line-height: 1.8em;
}
.gree-flexbox-img{
	display: block;
	max-width: 260px;
	padding-top: 10px;
	margin-inline: auto;
}
.gree-flexbox-img img {
  margin: 0;
  width: 100%;
}
.gree-flexbox-img figure{
	margin: 0;
}
.gree-flexbox-img figcaption{
	margin-inline:auto;
	font-weight: bold;
}
/*▲挨拶▲*/
/*▼プライバシーポリシー▼*/
.p-pcy h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: bold;
}
.p-pcy h4 {
  margin-bottom: 0;
}
.p-pcy p {
  margin-top: 0;
}
.p-pcy ul {
  font-size: 16px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.p-pcy li {
  margin-bottom: 20px;
  line-height: 1.7;
}
/*▲プライバシーポリシー▲*/
/*▼サイトポリシー▼*/
.s-pcy h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
.s-pcy h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.s-pcy h4 {
  margin-bottom: 0;
}
.s-pcy p {
  margin-top: 0;
  line-height: 1.7;
}
.s-pcy ul {
  font-size: 16px;
  margin: 0 0 0 25px;
  padding: 0;
}
.s-pcy li {
  line-height: 1.6;
}
/*▲サイトポリシー▲*/
/*▼概要▼*/
.about .bdy-box,
.greeting .bdy-box,
.menber .bdy-box{
	margin-left: 20px;
	margin-right: 20px;
}
.about h2 {
  font-size: 24px;
  font-weight: bold;
}
.about h3 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
}

.about figure {
  margin-top: 20px;
  text-align: center; /* 追加：親要素にセンタリングを指定 */
}
.about figure img {
  max-width: 750px;
  display: block;
  margin: 0 auto; /* 追加：中央揃え */

}
.about figcaption {
  font-weight: normal;
}
.about .tbl th,
.about .tbl td {
	background: #FFF;
}
.about .tbl tr:nth-child(2n-1) th,
.about .tbl tr:nth-child(2n-1) td {
	background: #F9F9F9;
}

.tbl {
  width: 100%;
  border: 0;
}
.tbl tbody th {
  border: none;
  width: 30%;
}
.tbl tbody td {
  border: none;
  font-size: 16px;
  line-height: 1.6;
  width: 50%;
}
.s24-about-list-none li{
	list-style-type: none;
}
.s24-about-list {
  margin-bottom: 60px;
}
.s24-about-list ul {
  padding-left: 0;
}
.s24-about-list ul li {
  list-style-type: none;
  display: flex;
  /*align-items: center;*/
  gap: 0 5px;
  /*padding: .3em;*/
  margin-bottom: 20px;
  line-height: 1.6;
}
.s24-about-list ul li::before {
  content: ''; /*何も入れない*/
  display: inline-block;
  width: 24px; /*画像の幅*/
  height: 24px; /*画像の高さ*/
  background-image: url("../img/material-symbols_check.png");
  background-repeat: no-repeat;
  position: relative;
  /*top:0px;*/
  transform: translateY(3px);
  background-size: contain;
  padding-left: 20px;
}
.font-b{
	font-weight: bold;
}
.s24-list-c ul {
  padding-left: 0;
}
.s24-list-c ul li {
  list-style-type: none;
  gap: 0 5px;
  margin-bottom: 20px;
  line-height: 1.6;
  text-indent: -2.0em;
  margin-left: 20px;
  padding-left: 10px;
}
.s24-list-c ul li::before {
  content: ''; /*何も入れない*/
  display: inline-block;
  width: 24px; /*画像の幅*/
  height: 24px; /*画像の高さ*/
  background-image: url("../img/page-nav.png");
  background-repeat: no-repeat;
  position: relative;
  /*top:0px;*/
  transform: translateY(6px);
  background-size: contain;
  padding-left: 30px;
}
.s24-list-c p {
  text-indent: 0;
  margin-top: 10px;
}
/*▲概要▲*/
/*▼メンバー▼*/
.hr-sty {
  border: 1px solid #ccc;
  margin-top: 0;
  margin-bottom: 0;
}
.m-theme {}
.m-theme .m-title {
  font-size: 24px;
  color: #18933B;
  margin: 10px auto;
}
.m-flexbox-col h3 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0;
}
.m-flexbox-img {
  max-width: 175px;
  margin: 0 auto;
}
.m-kana {
  font-size: 14px;
  margin-top: -10px;
}
.m-post {
  font-size: 16px;
}
.m-org {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.7;
}
.m-sub-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  /*margin-top: 30px;*/
	margin-top: 50px;
}
.m-tbl {
	padding-top: 2.0em;
}
.m-tbl table {
  width: 100%;
  font-size: 12px; /*11px*/
  /*margin: 2.0em 0 1em;*/
	margin: 0;
  padding: 0;
  word-break: break-all;
  word-wrap: break-word;
  border-collapse: collapse;
}
.st-col h3{
	font-size:20px;
	font-weight: bold;
	}
	
tbody th {
  border: 1px solid #ccc;
  background-color: #fff;
  color: #333;
  font-weight: bold;
  text-align: center;
}
td {
  border: 1px solid #ccc;
}

/* ▽2cols▽ (1colに変更の際は削除) */
.m-tbl table:nth-child(2) {
	border-top: none;
}
.m-tbl table:nth-child(2) th {
	display: none;
}
.m-tbl table:nth-child(2) tr:nth-child(2) td {
	border-top: none;
}

.m-tbl table td:nth-child(1) {
	width: 35%;
}
.m-tbl table td:nth-child(2) {
	width: 65%;
}
tbody th {
  background-color: #F9F9F9;
}
/* △2cols△ */
.m-tbl table th td {
  padding: .75em !important;
  vertical-align: top;
}
/*▲メンバー▲*/
/*▼その他▼*/
.publications h2 {
  font-size: 20px;
  margin: 0 10px 10px;
}
.publications-img {
  position: relative;
  text-align: center;
}
.publications-txt p {
  margin-left: 10px;
  margin-right: 10px;
}
.publications-txt .publications-txt-day {
  font-size: 12px;
  margin-top: 0;
}
.publications-txt-more p {
  background-color: #18933B;
  color: #fff;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 10px;
  border-radius: 8px;
  width: 90px;
  margin: 0 0 0 auto;
}
.h2-up {
  margin: 50px 0 0 10px;
}
.publications-img .pub-type-01 {
  position: absolute;
  top: 0;
  right: 12%;
  font-size: 12px;
  color: #fff;
  background-color: #18933B; /*受賞*/
  padding: 3px 10px;
  max-width: 90px;
  text-align: center;
  margin: 0;
}
.publications-img .pub-type-02 {
  position: absolute;
  top: 0;
  right: 12%;
  font-size: 12px;
  color: #fff;
  background-color: #2CA6E0; /*セミナー*/
  padding: 3px 10px;
  max-width: 90px;
  text-align: center;
  margin: 0;
}
.publications-img .pub-type-03 {
  position: absolute;
  top: 0;
  right: 12%;
  font-size: 12px;
  color: #fff;
  background-color: #2DA9AF; /*シンポジウム*/
  padding: 3px 3px;
  max-width: 90px;
  text-align: center;
  margin: 0;
}
.publications-img .pub-type-04 {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  color: #fff;
  background-color: #0093D6; /*イベント*/
  padding: 3px 3px;
  max-width: 90px;
  text-align: center;
  margin: 0;
}
.publications-img .pub-type-05 {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  color: #fff;
  background-color: #1EAA39; /*その他*/
  padding: 3px 3px;
  max-width: 90px;
  text-align: center;
  margin: 0;
}

.parts-rigth-box h2 {
  margin-left: 0;
}
.parts-rigth-box p{
  border-bottom: 1px solid #C3DAC9;
  padding: 10px 0;
}
/*▲その他▲*/
/*▼研究成果▼*/
.seika-box-flex {
  background-color: #FFF;
  margin: 50px 15px 10px;
  padding: 30px /* 25px*/ ; /*20px*/
  border-radius: 10px;
  box-shadow: 0 0 5px #ddd;
}
.seika-col {
  text-align: center;
}
.seika-col h2 {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  margin: 0 10px 20px;
}
.seika-box img {
  margin: 0 0 10px;
}
.seika p {
  text-align: left;
  margin: 0;
}
/*▲研究成果▲*/
/*▼研究テーマ▼*/
.theme .st-h2 {
  font-size: 24px;
  color: #fff;
  background-color: #2CA6E0;
  padding: 5px 30px;
  margin: 32px 0 10px;
}
.theme ul {
  padding-left: 0;
}
.theme ul li {
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 0 5px;
  /*padding: .3em;*/
  margin-bottom: 20px;
  line-height: 1.6;
}
.theme ul li::before {
  content: ''; /*何も入れない*/
  display: inline-block;
  width: 24px; /*画像の幅*/
  height: 24px; /*画像の高さ*/
  background-image: url("../img/material-symbols_check.png");
  background-repeat: no-repeat;
  position: relative;
  /*top:0px;*/
  transform: translateY(3px);
  background-size: contain;
  padding-left: 20px;
}


 /*.theme ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

.theme ul li:before {
  font-weight: bold;
  content: "✓";
  position: absolute;
  left : 1.5em; 
  color: #18933B; 
}*/
.parts-right-box .theme-menu .theme-menu-h2 {
  color: #18933B;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-left: 0;
}
.parts-right-box .theme-menu ul {
  padding: 0;
}
.parts-right-box .theme-menu ul li {
  border-bottom: 1px solid #C3DAC9;
  padding: 10px 0;
  list-style-type: none;
}
.parts-right-box .theme-menu a:hover{
  text-decoration: underline;
}
.parts-right-box .theme-menu ul li::before{
  display: none;
}
/*▲研究テーマ▲*/
/**************************/
/*▼ヘッダーー▼*/
.s24-img {
  width: 100%;
  margin: 5px 5px 5px 20px;
}
.s24-title {}
.s24-title p {}
/*▲ヘッダー▲*/
/*▼フッダー▼*/
fooder {
  padding-bottom: 0;
}
.fooder-area {
  /*display: flex;*/
  /*max-width: 375px;*/
  width: 100%;
  /*height: 100vh;*/
  padding: 50px 20px 20px;
  background-color: #4d4d4d;
  color: #fff;
}
.fooder-area p {
  font-size: 10px;
  text-align: center;
}
.fooder-area a {
  color: #fff;
  text-decoration: none;
}
.fooder-area a:hover {
  text-decoration: underline;
}
.f-menu02 .f-active {
  font-size: 16px;
}
.f-area-01 {
  width: 100%;
  text-align: center;
}
.f-area-01 .f-nav-area {
  display: inline;
}
.f-area-01-box {
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px auto 30px;
  padding: 0 15px 0 0;
}
.f-area-01-box-col {
  align-items: flex-start;
}
.f-area-01-img img {
  margin: 0 auto;
  max-width: 300px;
}
.f-area-01-box {
  font-size: 13px;
  display: flex;
  justify-content: center;
  margin: 10px auto 30px;
  padding: 0 15px 0 0;
}
.f-area-01-box-col {
  margin-left: 10px;
  margin-right: 10px;
}
.f-nav-area .f-menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: stretch;
  flex-direction: column;
  height: 300px;
  padding: 0 15px;
}
/*.f-menu .f-menu-left {
  display: flex;
  flex-direction: column;
  width: 35%;
  margin: 0; /* 上下だけにマージンを設定 */
/*}*/
.f-menu01, .f-menu03 {
  margin-bottom: 10px;
  width: 35%;
}
.f-menu03 {
  margin-top: 0;
}
.f-menu02 {
  margin-bottom: 10px;
  margin-top: 0;
  width: 60%;
}
.f-menu-left ul, .f-menu02 ul {
  margin-left: 0;
}
.f-menu-left ul {
  margin-top: 0;
}
.f-menu ul {
  padding-left: 0;
  list-style-position: outside;
}
.f-menu li {
  margin-left: 0;
  list-style-type: none;
  font-size: 12px;
}
.f-menu .f-menu01, .f-menu .f-menu02, .f-menu .f-menu03 {
  font-size: 16px;
  margin-bottom: 20px;
}
.f-menu .f-menu01 li, .f-menu .f-menu02 li, .f-menu .f-menu03 li {
  line-height: 1.2;
  margin-bottom: 7px;
  margin-top: 7px;
  /*  line-height: 1.5;
  margin-bottom: 5px;*/
}

/*.f-menu .f-menu02 li {
  margin-top: 5px;
}*/
.f-menu .f-menu01 {
  order: 1;
  width: 30%;
}
.f-menu .f-menu02 {
  order: 3;
  width: 65%;
}
.f-menu .f-menu03 {
  order: 2;
  width: 30%;
}
/*▲フッダー▲*/

/*ページトップボタン*/
.page-top {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 90;
  width: 60px; /* 必要に応じて調整 */
  height: 60px;
  background-color: #4d4d4d;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.page-top.show {
  display: block;
  opacity: 1;
}
.page-top a {
  display: flex; /* 子要素を中央に配置しやすくする */
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.page-top-arrow {
  width: 20px;
  height: 20px;
  border-left: 4px solid #fff;
  border-top: 4px solid #fff;
  transform: rotate(45deg);
}

/**************************/
/*▲横幅375px以上▲*/
/*▼横幅480px以上▼*/
@media (min-width: 480px) {
  .bdy-box h2 {
    font-size: 20px;
    line-height: 1.5;
  }
  .menu-box {
    margin: 20px;
  }
  .r_contents-flex .r_contents-img {
    text-align: center;
  }
  .r_contents-flex .r_contents-img img {
    width: 50%;
  }
  /*資料ダウンロード*/
  .dl-box {
    /*background-image: url("../img/siryo-bg-pc.png");*/
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    margin: 64px 20px 0;
    border-radius: 10px;
    height: 258px;
  }
  .dl-box-col {
    padding: 15px;
    margin: 10px 15px 15px;
  }
  .dl-box h4 {
    margin: 0 auto;
  }
  .gree-flexbox-img {
    display: block;
    text-align: center;
  }
	.gree-flexbox-img figure img figcaption{
		margin-inline: auto;
	}
}
/*▲横幅480px以上▲*/
/*▼横幅768px以上▼*/
@media (min-width: 768px) {
.s24-container{
	padding-top: 80px;
}
/*ヘッダーー*/
.app-header{
	height: 80px;
	}
#logo {
  position:sticky; /* または absolute / fixed */
  z-index: 9999; /* 他の要素より大きい値にする */
	display: inline-block;
	}
	.header .logo {
		max-width: 250px;
		margin: 20px 0 0 min(8vw, 120px);
	}
.header .logo img{
	height: 50px;
}
	.navbar .logo {
    display: inline;
    z-index: 1000; /* 他の要素より前面に表示 */
  }
  .navbar ul li::before {
    content: none;
  }
  .header nav {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1440px;
    height: 80px; /* 適切な高さを指定 */
    z-index: 1000; /* 背景より前面に表示 */
  }
  .logo img {
    cursor: pointer;
  }
  nav ul {
    width: 100%;
    padding-left: 0;
  }
  nav ul li {
    display: inline-block;
    list-style: none;
    margin: 0 15px;
    font-weight: normal;
    transition: 0.6s;
  }
  nav ul li a {
    text-decoration: none;
  }
  nav ul li a:hover {
    text-decoration: underline;
    font-weight: bold;
  }
  nav.navbar {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .navbar .menu {
    flex-wrap: nowrap;
    justify-content: flex-end;
		margin-inline: min(8vw, 120px);
  }
  .navbar .menu li {
    position: relative;
    text-align: center;
  }
  .menu01 {
    position: relative;
    /*width: 120px;*/
		width: 185px;
    order: initial; /* 必要に応じて順番を調整 */
    /*top: 100%; /* 親メニューの下に表示 */
    left: 0;
    transform: none;
  }
  .menu02, .menu03 {
    position: relative;
    /*width: 120px;*/
		width: 100px;
    order: initial; /* 必要に応じて順番を調整 */
    /*top: 100%; /* 親メニューの下に表示 */
    left: 0;
    transform: none;
  }

  .sub-menu-01, .sub-menu-03 {
    position: absolute;
    margin: 0 auto;
    padding: 5px 15px;
    width: 120px;
    top: 100%; /* 親メニューの下に配置 */
    left: 50%; /* 親メニューの中央に配置 */
    transform: translateX(-50%); /* 中央揃え */
    display: none;
  }
  .navbar .menu li:hover .sub-menu-01, .navbar .menu li:hover .sub-menu-02, .navbar .menu li:hover .sub-menu-03 {
    display: block;
  }
  .navbar .menu li:hover .sub-menu-01 ul li:hover, .navbar .menu li:hover .sub-menu-02 ul li:hover, .navbar .menu li:hover .sub-menu-03 ul li:hover {
    display: block;
  }
  .sub-menu-01 ul, .sub-menu-03 ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    margin: 5px 0 0 0;
  }
  .sub-menu-01 ul li {
    text-align: center;
    background-color: #fff;
		box-shadow: 0px 1px 1px 0 rgb(0 0 0 / .4);
    margin-bottom: 1px;
    border-radius: 5px;
    padding: 8px 10px;
    width: 150px;
    line-height: 1.2;
    display: block;
  }
  .sub-menu-02 {
    position: absolute;
    margin: 0 auto;
    padding: 5px 15px;
    width: 250px;
    top: 100%; /* 親の下に配置 */
    /*left: 50%; /* 親の中央に配置 *//*研究成果の掲載時はこの行を表示する*/
    /*transform: translateX(-50%); /* 中央揃え *//*研究成果の掲載時はこの行を表示する*/
    display: none;
    right: 40%; /*研究成果の掲載時はこの行は削除*/
  }
  .sub-menu-02 ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    margin: 5px 0 0 0;
    text-align: left;
  }
  .sub-menu-02 ul li {
    background-color: #fff;
		box-shadow: 0px 1px 1px 0 rgb(0 0 0 / .4);
		margin-bottom: 1px;
    border-radius: 5px;
    width: 475px;
    padding: 8px 10px;
    line-height: 1.2;
    text-align: left !important;
    display: block;
  }
  .sub-menu-03 ul li {
    text-align: center;
    background-color: #fff;
		box-shadow: 0px 1px 1px 0 rgb(0 0 0 / .4);
    margin-bottom: 1px;
    border-radius: 5px;
    padding: 8px 10px;
    width: 110px;
    line-height: 1.2;
    display: block;
  }

  .sub-menu-01 ul li a, .sub-menu-02 ul li a, .sub-menu-03 ul li a{
    display: block;
	}
	
  .sub-menu-img {
    display: none;
  }
  .kv-txt {
	padding: 40px min(8vw, 120px); 
    border-radius: 8px;
    z-index: 2;
  }
  .kv {
    margin-inline: auto;
    width: 100%;
  }
  .kv .kv-img {
    margin: 0;
    padding: 0;
    height: auto;
    width: 100%;
  }
  .kv .kv-txt {
    position: absolute;
    top: 24%;/*20%*/
    text-align: left;
  }
  .kv-txt h1 {
    color: #fff; /*文字は白に*/
    background: none;
    font-size: 40px;
    line-height: 1.5;
    padding: 0;
    margin: 0 auto;
  }
  .kv-txt p {
    color: #fff; /*文字は白に*/
    font-size: 16px;
    line-height: 1.8;
    font-weight: bold;
		margin: 20px 0;
  }
	.breadcrumb {
		margin: 0 0 0 min(8vw, 120px);
	}
	h1 {
		/*padding: 20px 70px;*/
		padding: 20px 0 20px min(8vw, 120px);
	}
	section {
		width: auto;
	}
	.bk-green-inner {
		margin-inline: min(8vw, 120px);
	}
  /*フッダー*/
  .f-nav-area {
    display: inline;
  }
  .f-menu .f-menu-left li {
    flex-direction: column;
  }
  .f-menu .f-menu-left {
    width: 25%;
  }
  .f-menu .f-menu02 {
    width: 75%;
  }
  .f-menu .f-menu01 {
    order: 1;
    flex: 1;
  }
  .f-menu .f-menu03 {
    order: 2;
    flex: 1;
  }
  .f-menu .f-menu02 {
    order: 3;
    flex: 1;
    flex-basis: 100%;
  }
	.fooder-area {
		padding: 50px min(8vw, 120px) 20px;
	}
  .fooder-area p {
    font-size: 10px;
    text-align: right;
  }
	.fooder-wrap {
		padding-inline: 0;
	}
  /*フッダーここまで*/
  /*資料ダウンロード*/
  .dl-box {
    /*background-image: url("../img/siryo-bg-pc.png");*/
    background-repeat: no-repeat;
    background-size: cover; /* または cover */
    background-position: center;
    text-align: center;
		margin: 50px min(8vw, 120px) 0;
    border-radius: 10px;
    height: 100%;
  }
  .dl-box h4 {
    margin: 0 auto 10px;
  }
  /*▲資料ダウンロード▲*/
  /*▼研究成果▼*/
  .r-box {
		margin: 50px min(8vw, 120px) 30px;
  }
  .r-box-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .r-box-flex .r-box-col {
    width: 45%;
    margin: 1%;
    box-sizing: border-box;
  }
  .r-box-col {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
  .r-box-flex .r-box-col-link {
    display: flex;
    text-decoration: none;
    color: inherit;
    align-items: flex-start;
    width: 100%;
  }
  .r-box-col .r-box-col-img {
    width: 40%;
    margin-right: 2%;
  }
  .r-box-col .r-box-col-txt {
    width: 58%;
  }
  .r-box-col .r-box-col-img img {
    width: 100%;
    display: block;
  }
  .r-box-col .r-box-col-txt h3 {
    line-height: 1.5;
    margin-bottom: 20px !important;
  }
  /*▲研究成果▲*/
  .m-flexbox {
    display: flex;
    align-items: stretch;
  }
  .m-flexbox-col {
    width: 75%;
  }
  .m-flexbox-img {
    max-width: 175px;
    /*width: 30%;*/
    margin: 10px auto;
		padding-left: 1.0em;
  }
	.st-col .m-flexbox-img {
	margin-bottom:0;
	}
    .st-col h3{
	font-size:20px;
	font-weight: bold;
	}
	
	.st-col img{
		margin-top: 0;
		margin-bottom: 0;
	}
	.st-h3{
		margin-top: 0;
	}
  .bdy-box {
    background-color: #FFF;
    margin: 50px 0 30px;
		padding: 32px;
  }
  .news-box {
		margin: 80px min(8vw, 120px);	
  }
  .news-box .news-list hr {
    margin-top: 0;
  }
  .news-box .news-box-col p {
    margin: 0 5px 10px 5px;
  }
  .news-box.news-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .news-box .news-list li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 10px 0;
  }
  .news-col-day {
    width: 25%;
  }
  .news-col-type {
    width: 20%;
  }
  .news-col-txt {
    width: 53%;
  }
  .menu-box {
    display: flex;
    margin: 50px min(8vw, 120px) 30px;
    justify-content: space-between;
    align-items: stretch;
  }
  .menu-box-col {
    width: 32%;
    padding: auto 1%;
  }
.about .bdy-box,
.greeting .bdy-box,
.menber .bdy-box{
	margin: 80px min(8vw, 120px);
	}
  .gree-flexbox {
    display: flex;
    align-items: stretch;
  }
  .gree-flexbox-col {
    /*width: 74%;*/
		padding-right: 30px;
  }
  .gree-flexbox-col h2 {
		font-size: 24px;
		margin-top: 0;
  }
	.gree-flexbox-img {
		min-width: 260px;
	}
  .gree-flexbox-img img {
  }
  .bdy-box table th {
    text-align: left;
  }
  .m-tbl table {
    font-size: 16px;
  }

/* ▽2cols▽ (1colの際は削除) */
	.m-tbl {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		padding-block: 2.0em;
	}
  .m-tbl table {
		margin-block: 0;
		flex-basis: 49%;
  }
	.m-tbl table:nth-child(2) {
		border-top: inherit;
	}
	.m-tbl table:nth-child(2) th {
		display: table-cell;
	}
	.m-tbl table:nth-child(2) tr:nth-child(2) td {
		border-top: inherit;
	}
/* △2cols△ */

  .publications h2 {
    margin-left: 70px;
  }
  .h2-up {
    margin-left: 70px;
  }
  .parts-left-box h2 {
    margin-left: 70px;
  }
  .publications .parts-box {
    display: flex;
    justify-content: space-between;
		margin: 80px min(8vw, 120px);
  }
  .publications .parts-left-box {
    width: 70%;
    margin: 0;
  }
  .publications .parts-rigth-box {
    width: 25%;
    margin: 0;
  }
  .publications .parts-rigth-box h2 {
    margin-left: 0;
  }
  .publications .publications-box {
    display: flex;
    justify-content: space-between;
  }
  .publications .publications-img {
    width: 30%;
    margin: 0 auto;
  }
  .publications .publications-txt {
    width: 65%;
    margin: 0 1% 0 1.5%;
  }
  .publications .publications-txt h2 {
    margin-left: 0;
  }
  .publications-img .pub-type-01 {
    /*position: absolute;*/
    top: 0;
    right: 0;
  }
  .publications-img .pub-type-02 {
    /*position: absolute;*/
    top: 0;
    right: 0;
  }
  .publications-img .pub-type-03 {
    top: 0;
    right: 0;
  }
  /*▼研究内容▼*/
  .above-h2-entxt img {
    margin-left: 70px;
  }
  .above-h2-entxt h2 {
		margin-left: 0;
    margin-bottom: 48px;
  }
  /*▲研究内容▲*/
  /*▼研究成果▼*/
  .seika-box {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
		justify-content: space-between;
		margin: 80px min(8vw, 120px);/*65px*/
  }
  .seika-box-flex {
		width: 49%;
    margin: 0 0 2% 0;
  }
  .seika-col h2 {
    text-align: left;
		font-size: 24px;
    font-weight: bold;
		margin-bottom: 10px;
  }
  .seika-box img {
    margin: 10px auto 0;
    width: 100%;
  }
  .seika p {
    text-align: left;
    margin: 0;
  }
  /*▼研究テーマ▼*/
  .theme .st-h2 {
    /*margin: 50px 0px -35px;*/
    padding: 8px 20px;
  }
  .theme .parts-box {
    display: flex;
    justify-content: space-between;
		margin: 80px min(8vw, 120px);
  }
  .theme .parts-left-box {
    width: 70%;
    margin: 0;
  }
  .theme .parts-left-box .bdy-box {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  .theme .parts-right-box {
    width: 25%;
    margin: 0%;
  }
  .theme .parts-right-box .bdy-box {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  .theme-menu {
    padding-left: 20px;
    padding-right: 20px;
  }
  .theme-menu .theme-menu-h2 {
    margin: 15px 0;
  }
  /*▲研究テーマ▲*/
  /*▼フッダー▼*/
  /*▲フッダー▲*/
}
/*▲横幅768px以上▲*/
/*▼横幅960px以上 タブレット▼*/
@media (min-width: 960px) {
  /*▼新着情報▼*/
  .news-col-day {
    width: 17%;
  }
  .news-col-type {
    width: 15%;
  }
  .news-col-txt {
    width: 67%;
  }
  /*▲新着情報▲*/
  /*▼研究内容▼*/
  .r_contents article .r_contents-flex {
    display: flex;
  }
  .r_contents-flex .r_contents-img {
    width: 30%;
    margin: 10px;
  }
  .r_contents-flex .r_contents-txt {
    width: 70%;
    margin: 0 0 0 30px;
  }
  .r_contents-flex .r_contents-img img {
    width: 100%;
  }
  .r-theme p {
    margin-top: 10px;
  }
  /*▲研究内容▲*/
	/*▼資料ダウンロード▼*/
	 .dl-box-flex {
    display: flex;
    justify-content: space-between;
    margin: 5px auto;
  }
  .dl-box-col {
		font-size: 16px; 
    padding: 20px 15px;
    margin: 1%;
    width: 48%;
  }
  .dl-box-col img {
    vertical-align: middle;
  }
  .dl-box-col::after {
    transform: translateY(4px);
  }
	/*▲資料ダウンロード▲*/
  /*▼研究成果▼*/
  .r-box-flex .r-box-col {
    width: 48%;
    margin: 1% 2% 2% 0%;
    ;
    box-sizing: border-box;
  }
  .r-box-col {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .r-box-flex .r-box-col-link {
    display: flex;
    text-decoration: none;
    color: inherit;
    align-items: flex-start;
  }
  .r-box-col .r-box-col-img {
    width: 45%;
    margin-right: 3%;
  }
  .r-box-col .r-box-col-txt {
    width: 52%;
  }
  .r-box-col .r-box-col-img img {
    width: 100%;
    display: block;
  }
  /*▲研究成果▲*/
  /*▼フッダー▼*/
  .fooder-area .f-area-01 {
    /*width: 300px;*/
  }
  .f-area-01-box {
    justify-content: center;
  }
  .f-area-01-box-col {
    margin-left: 15px;
    margin-right: 15px;
  }
  /*▲フッダー▲*/
}
/*▲横幅960px以上 タブレット▲*/
/*▼横幅1200px以上 タブレット▼*/
@media (min-width: 1200px) {
  .dl-box .dl-box-flex {
    margin: 15px auto 10px;
  }
  /*▼研究成果▼*/
  .r-box-col .r-box-col-img {
    width: 40%;
    margin-right: 3%;
  }
  .r-box-col .r-box-col-txt {
    width: 58%;
  }
  .r-box-col .r-box-col-img img {
    width: 230px;
    display: block;
  }
  /*▼フッター▼*/
  .fooder-wrap {
    display: flex;
    width: 100%;
    padding: 30px 0 20px;
    background-color: #4d4d4d;
    color: #fff;
  }
  .f-nav-area {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-content: stretch;
    flex-direction: row;
    height: inherit;
    padding: 0;
  }
  .f-nav-area .f-menu {
    height: 230px;
    padding: 0;
  }
  .f-nav-area ul {
    margin: 0 auto;
  }
  .f-menu .f-menu01 ul, .f-menu .f-menu02 ul, .f-menu .f-menu03 ul {
    margin-bottom: 0;
  }
  .f-menu .f-menu01 {
    order: 1;
    width: 25%;/*13%*/
  }
  .f-menu .f-menu02 {
    order: 2;
    width: 60%;/*55%*/
  }
  .f-menu .f-menu03 {
    order: 3;
    width: 15%;
  }
  .fooder-area p {
    margin-right: 80px;
  }
}
/*▲横幅1200px以上 タブレット▲*/
/*▼横幅1400px以上▼*/
@media (min-width: 1400px) {
  .s24-container {
    max-width: 1440px;
    margin-inline: auto;
  }
}
/*▲横幅1400px以上▲*/

/* スマホ表示（768px以下） */
@media screen and (max-width: 768px) { /*768px以下*/
  .header {
  }
  .navbar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
  }

  /* ハンバーガーアイコンを表示 */
  #menu-toggle {
    display: block;
    position: fixed;
    top: 8px;
    right: 20px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 1000;
  }
  #menu-toggle span {
    display: block;
    position: absolute;
    width: 23px;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
    transition: 0.3s ease;
  }
  #menu-toggle span:nth-child(1) {
    top: 4px;/*0*/
  }
  #menu-toggle span:nth-child(2) {
    top: 12px;/*12*/
  }
  #menu-toggle span:nth-child(3) {
    top: 20px;/*24*/
  }
  #menu-toggle.active span:nth-child(1) {
    top: 12px;
    transform: rotate(45deg);
  }
  #menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  #menu-toggle.active span:nth-child(3) {
    top: 12px;
    transform: rotate(-45deg);
  }
  /* メニュー本体の表示切り替え */
  #nav-area {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    /*height: 100vh;*/
    background-color: #fff;
    z-index: 999;
    padding-top: 60px;
  }
  #nav-area.active {
    display: block;
    width: 95%;
    padding-left: 10px;
    opacity: 0.9;
  }
	#nav-area .logo img{
		display: inline;
	}
  .navbar .logo {
    display: inline;
    z-index: 1000; /* 他の要素より前面に表示 */
  }

  .menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .menu li {}
	
  .kv-txt {
    top: 14%;
  }
  .kv-txt p {
    margin: 20px 25px;
  }
  .sub-menu-img {
    text-align: right;
    margin: 20px 20px 0 0;
    padding-bottom: 0;
}
  .fooder-area {
    flex-direction: none;
  }
  .f-area-01, .f-nav-area {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* ▲スマホ表示（768px以下）▲*/