@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400&family=Zen+Maru+Gothic:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');

/** 定数の設定 **/
:root {
  --default-color: #262626;
  --default-color1: 38;
  --default-color2: 38;
  --default-color3: 38;
  --theme-color1: #093753;
  --theme-color1-1: 9;
  --theme-color1-2: 55;
  --theme-color1-3: 83;
  --theme-color2: #E7E6E6;
  --theme-color2-1: 231;
  --theme-color2-2: 230;
  --theme-color2-3: 230;
  --theme-color3: #f9f9f9;
  --theme-color3-1: 249;
  --theme-color3-2: 249;
  --theme-color3-3: 249;
  --light-theme-color: #81B4D4;
  --light-theme-color-1: 129;
  --light-theme-color-2: 180;
  --light-theme-color-3: 212;
  --accent-color: #E60013;
  --accent-color-1: 230;
  --accent-color-2: 0;
  --accent-color-3: 19;
  --gray-color: #b3b3b3;
  --gray-color-1: 179;
  --gray-color-2: 179;
  --gray-color-3: 179;
  --dark-gray-color: #808080;
  --font-family-default: "Zen Kaku Gothic New", "Yu Gothic","游ゴシック",YuGothic,"游ゴシック体", serif;
  --font-family-heading: "Zen Maru Gothic", "Yu Gothic","游ゴシック",YuGothic,"游ゴシック体", serif;
  --font-family-english: "Quicksand", "Yu Gothic","游ゴシック",YuGothic,"游ゴシック体", serif;
}

/** 共通 **/
html, body:not(.dev-sp) {
  /* overflow-x: auto !important; */
}
body {
  color: var(--default-color);
  margin: 0px;
  font-family: var(--font-family-default);
  letter-spacing: 1.2px;
  overflow-x: auto;
  position: relative;
}
body:not(.dev-sp) {
  min-width: 1200px !important;
}
body.dev-sp{
  letter-spacing: 0.8px;
}
body.is-open{
	overflow: hidden;
}
body.den-pc{
  min-width: 1200px;
}
body.den-sp{
  overflow-x: hidden;
}
body:before{
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: var(--gray-color);
  opacity: .1;
  z-index: -1;
}
.dev-sp .cms-public .page{
  width: auto !important;
}
a{
  color: var(--default-color);
  transition: .3s ease-out;
  text-decoration: none;
}
a:hover,
a:focus {
  opacity: 0.6;
}
img{
  border-radius: 5px;
}
::selection{
  background: var(--light-theme-color);
  color: #fff;
}
.area3:not(.top_area) > .parts{
  background-color: #fff;
  border-radius: 10px;
  padding: 1rem;
  box-sizing: border-box;
}
.area3:not(.top_area) > .parts:last-child{
  margin-bottom: 50px;
}
.dev-sp .area3:not(.top_area) > .parts:last-child{
  margin-bottom: 0px;
}
.a_grid-area > .parts:nth-child(1), 
.ad_grid-area > .parts:nth-child(2){
  background-color: transparent;
}
.dev-sp .a_grid-area > .parts:nth-child(1), 
.dev-sp .ad_grid-area > .parts:nth-child(2){
  margin: 0;
  padding: 1rem 1rem 0;
}
body:not(.dev-mb) .cms-public .sentence p{
  line-height: 2;
}
body:not(.dev-mb).dev-sp .cms-public .sentence p{
  font-size: 1rem;
}
body:not(.dev-mb).dev-sp .cms-public .image .image_listitem{
  width: 100%;
}
.cms-public .a_grid-area .plugindownload, 
.cms-public .ad_grid-area .plugindownload{
  grid-area: 3 / 1 / 4 / 3;
}
.dev-sp .cms-public .area3 .block .html iframe {
  width: 100%;
  height: 185px;
}

/* pagetop */
#page-top {
  display: none; /* 初期状態は非表示 */
  position: fixed;
  bottom: 60px;
  right: 90px;
  width: 50px;
  height: 50px;
  background-color: var(--theme-color1);
  color: #fff;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  z-index: 999;
  border-radius: 5px;
}
.dev-sp #page-top {
  right: 30px;
  bottom: 50px;
}

/* image */
.image_listitem figcaption > img{
	display: none;
}
/* title-list */
.title-list .title-top {
  position: relative;
  top: -100px;
}
.cms-public .title-list ul.index {
  display: flex;
  border: none;
}
.dev-sp .cms-public .title-list ul.index {
  overflow-x: auto; /* スクロールが見えるように */
  white-space: nowrap;
  flex-wrap: wrap;
}
.cms-public .title-list ul.index li {
  min-width: fit-content;
  width: auto !important;
  flex-grow: 1;
  text-align: center;
  border-bottom: 1px solid var(--gray-color);
}
body:not(.dev-mb).dev-sp .cms-public .title-list ul.index li {
  min-width: calc(50% - 10px);
  margin: 5px;
  border: 1px solid var(--gray-color);
  border-radius: 5px;
}
.cms-public .title-list ul.index li.active {
  background-color: var(--theme-color1);
  border-bottom: none;
  border-radius: 5px 5px 0 0;
}
.cms-public .title-list ul.index li a {
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  padding: 15px;
  border-radius: 5px 5px 0 0;
  background-color: transparent;
  color: var(--default-color);
}
.dev-sp .cms-public .title-list ul.index li a {
  font-size: 50%;
  margin: 0;
  padding: 10px;
}
.cms-public .title-list ul.index li.active a {
  color: #fff;
}
.cms-public .title-list .tab {
  border: none;
}
.cms-public .title-list .index li.active {
	position: relative;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid var(--theme-color1);
	cursor: auto;
}
.cms-public .title-list .index li h2:before{
	content: none !important;
}
.cms-public .title-list .tab ul li{
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	column-gap: 20px;
	align-items: center;
	padding: 20px 10px 20px 145px;
	border-bottom: 1px solid #E7E6E6;
}
.dev-sp .cms-public .title-list .tab ul li {
  flex-wrap: wrap;
  row-gap: 10px;
  padding: 15px 10px 15px 0;
}
.cms-public .title-list .tab ul li.no-data{
	border: none;
	padding: 3rem 0 3rem 1rem;
}
.cms-public .title-list .tab ul.totaling li .title{
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.cms-public .title-list .tab ul.totaling li .title a{
	font-size: 1rem;
	transition: .3s ease-out;
}
.cms-public .title-list .tab ul.totaling li time{
  font-size: 0.9rem;
}
.dev-sp .cms-public .title-list .tab ul.totaling li time {
  position: static;
}

/** list **/
.cms-public .list{
  line-height: 180%;
  color: var(--default-color);
}
.cms-public .area3:not(.top_area) .list li{
	position: relative;
	line-height: 2;
}
.dev-sp .cms-public .area3:not(.top_area) .list figure{
  margin: 0;
}
/* 箇条書き (通常のul) */
.dev-sp ul li.list-style-white-space {
	margin: 0 0 0 15px;
}
/* 番号付き (通常のol) */
.dev-sp ol li.list-style-white-space {
	margin: 0 0 0 15px;
}
/* カッコ数字付き */
.dev-sp ol.list-style-parenthesized li.parenthesized.list-style-white-space {
	margin: 0 0 0 20px;
}
/* カタカナ付き */
.dev-sp ol.list-style-kana li.list-style-white-space {
	margin: 0 0 0 25px;
}
/* 小文字英字付き */
.dev-sp ol.list-style-lower-latin li.list-style-white-space {
}
/* 大文字英字付き */
.dev-sp ol.list-style-upper-latin li.list-style-white-space {}
/* ローマ小文字付き */
.dev-sp ol.list-style-lower-roman li.list-style-white-space {}
/* ローマ大文字付き */
.dev-sp ol.list-style-upper-roman li.list-style-white-space {}
/* 定義 */
.dev-sp ul.list-style-ul-def li.list-style-white-space {
	margin: 0;
}
/* 段組み */
ul.list-style-table li.list-style-white-space {
    margin: 15px 0;
}
.dev-sp ul.list-style-table li.list-style-white-space {
	margin: 20px 0;
}

.cms-public .area3:not(.top_area) ul.list-style-table li span.second:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 1px;
	background-color: var(--gray-color);
}
.dev-sp .cms-public .area3:not(.top_area) ul.list-style-table li span.first{
	width: 100% !important;
	padding-right: 10px;
	box-sizing: border-box;
	font-weight: bold;
	border-bottom: 1px solid var(--gray-color);
}
.cms-public .area3:not(.top_area) ul.list-style-table li span.second{
	position: relative;
	padding-left: 20px;
	box-sizing: border-box;
}
.dev-sp .cms-public .area3:not(.top_area) ul.list-style-table li span.second{
	margin-left: 0% !important;
	padding-left: 10px;
}
.dev-sp .cms-public .area3:not(.top_area) ul.list-style-table li span.second:before{
    content: none;
}
.dev-sp .cms-public .area3:not(.top_area) .list > figure > ul > li:has(> img) {
	flex-wrap: wrap;
	flex-direction: row;
}

/* anker_link */
.area3.a_grid-area .anker_link {
  padding: 0 1rem 1rem 1rem;
  box-sizing: border-box;
}
.anker_link figure, 
.anker_link_div figure{
  margin: 0;
}
.cms-public .area3 .anker_link ul, 
.cms-public .area3 .anker_link_div ul{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: nowrap;
  overflow-y: auto;
  max-height: calc(100vh - 130px);
  scrollbar-width: thin;
  background-color: #fff;
  border-radius: 10px;
  padding: 1rem 0.5rem;
  box-sizing: border-box;
  margin: 0;
}
.dev-sp .cms-public .area3 .anker_link ul, 
.dev-sp .cms-public .area3 .anker_link_div ul{
  margin: 1em 0;
}
.cms-public .area3 .anker_link ul li, 
.cms-public .area3 .anker_link_div ul li{
  margin: 0 10px;
  flex: 1;
  box-sizing: border-box;
}
.dev-sp .cms-public .area3 .anker_link ul li, 
.dev-sp .cms-public .area3 .anker_link_div ul li{
  border-bottom: 1px solid var(--gray-color);
}
.anker_link figure ul li a, 
.anker_link_div figure ul li a{
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  transition: .3s ease-out;
  font-family: var(--font-family-heading);
  padding: 15px 20px 15px 30px;
  box-sizing: border-box;
  color: rgb(var(--default-color1), var(--default-color2), var(--default-color3), 0.7);
  overflow: hidden;
}
.dev-sp .anker_link figure ul li a, 
.dev-sp .anker_link_div figure ul li a{
  color: var(--theme-color1);
  padding: 10px 1rem;
}
.anker_link figure ul li a:hover, 
.anker_link_div figure ul li a:hover, 
.anker_link figure ul li a:focus, 
.anker_link_div figure ul li a:focus, 
.anker_link figure ul li a.active, 
.anker_link_div figure ul li a.active{
  color: var(--accent-color);
}
.anker_link figure ul li a:before, 
.anker_link_div figure ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  background-color: var(--accent-color);
  border-radius: 50%;
  transform: translateY(10px);
  opacity: 0;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.anker_link figure ul li a:hover::before,
.anker_link_div figure ul li a:hover::before,
.anker_link figure ul li a:focus::before,
.anker_link_div figure ul li a:focus::before,
.anker_link figure ul li a.active::before, 
.anker_link_div figure ul li a.active::before{
    transform: translateY(-50%);
    opacity: 1;
}
.dev-sp .anker_link figure ul li a:before, 
.dev-sp .anker_link_div figure ul li a:before{
  content: '〉';
  position: absolute;
  width: auto;
  height: auto;
  transform: translateY(calc(-50% + 5px)) rotate(90deg);
  left: auto;
  right: 0;
  background-color: transparent;
  opacity: 1;
}
.cms-public .area3:not(.area_group_vertical) .anker_link ul li ul {
  flex-wrap: wrap;
  overflow: hidden;
  max-height: 100%;
}
.cms-public .area3 .anker_link ul li ul li a, 
.cms-public .area3 .anker_link_div ul li ul li a{
  margin: 0;
  padding: 5px 5px 5px 20%;
  box-sizing: border-box;
}
.anker_link figure ul li ul li a:before, 
.anker_link_div figure ul li ul li a:before{
  left: 5%;
}
.cms-public .area3 .anker_link ul li ul li, 
.cms-public .area3 .anker_link_div ul li ul li{
  margin: 0;
}
/* anker_link（本文中） */
.cms-public .area3 .parts .div_tag .anker_link ul{
  padding: 0;
  margin: 0;
}

/* menu */
.cms-public .area3 .menu-vertical ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 25px 0;
	row-gap: 40px;
}
.dev-sp .cms-public .area3 .menu-vertical ul {
	flex-direction: column;
	align-items: center;
	flex-wrap: nowrap;
  row-gap: 0;
}
.cms-public .area3 .menu-vertical ul li{
	position: relative;
	background: transparent;
	border: none;
	margin: 0 25px;
	box-sizing: border-box;
	width: calc(50% - 50px) !important;
	min-height: 60px;
}
.dev-sp .cms-public .area3 .menu-vertical ul li {
	width: 100% !important;
  border-bottom: 1px solid var(--gray-color);
}
.cms-public .area3 .menu-vertical ul li a{
	position: absolute;
	height: 100%;
	width: 100%;
	background: transparent;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	transition: .3s ease-out;
	border: 1px solid var(--theme-color2);
	border-radius: 5px;
	box-sizing: border-box;
	padding: 0 25px;
	box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.2);
	line-height: 1rem;
}
.dev-sp .cms-public .area3 .menu-vertical ul li a{
  padding: 5px 20px 5px 10px;
  box-shadow: none;
  border: none;
}
.cms-public .area3 .menu-vertical ul li a:before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px var(--accent-color);
  border-right: solid 2px var(--accent-color);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}
.dev-sp .cms-public .area3 .menu-vertical ul li a:before {
  right: 10px;
}
.cms-public .area3 .menu-vertical ul li span{
	margin: 0;
	transition: .3s ease-out;
	color: var(--theme-color1);
  text-align: left;
}
.cms-public .area3 .menu-vertical ul li a:hover, 
.cms-public .area3 .menu-vertical ul li a:focus{
	background-color: var(--theme-color1);
  border: 1px solid var(--theme-color1);
  box-shadow: none;
}
.cms-public .area3 .menu-vertical ul li a:hover span, 
.cms-public .area3 .menu-vertical ul li a:focus span{
	color: #fff;
}
.cms-public .area3 .menu-vertical ul li a:hover::after, 
.cms-public .area3 .menu-vertical ul li a:focus::after {
	transform: translate(5px);
}
/*768px以下で文字色が青色に*/
@media screen and (max-width: 768px) {
  .dev-pc .cms-public .area3 .menu-vertical ul{
	  flex-direction: column;
	  align-items: center;
	  flex-wrap: nowrap;
  }
  .dev-pc .cms-public .area3 .menu-vertical ul li {
      width: 100% !important;
	  margin: 0 50px 0 25px;
  }
  .dev-pc .cms-public .area3 .menu-vertical ul li a{
    padding: 5px 20px 5px 10px;
  }
  .dev-pc .cms-public .area3 .menu-vertical ul li a:before {
    right: 10px;
  }
}

.cms-public .heading h1,
.cms-public .heading h2, 
.cms-public .heading h3, 
.cms-public .heading h4,
.cms-public .heading h5,
.cms-public .heading h6 {
  font-family: var(--font-family-heading);
  word-break: break-all;
}
body:not(.dev-mb) .cms-public .area3 .heading h1{
  font-size: 2.5rem;
  margin: 0 0 30px 0;
  padding: 30px 10px;
  background-color: transparent;
  width: 100%;
  box-sizing: border-box;
  font-family: var(--font-family-heading);
  color: var(--default-color);
  font-weight: normal;
  border-bottom: 2px solid rgba(0,0,0,0.2);
  padding-bottom: 30px;
}
body:not(.dev-mb).dev-sp .cms-public .area3 .heading h1{
  font-size: 2rem;
}
body:not(.dev-mb) .cms-public .area3 .heading time{
  right: 5px;
}
body:not(.dev-mb) .cms-public .area3 .heading h2{
  background-color: transparent;
  color: var(--theme-color1);
  font-size: 1.5rem;
  margin: 1em 0 0 0;
  padding: 5px 20px;
  position: relative;
  font-family: var(--font-family-heading);
  line-height: 1.5em;
}
body:not(.dev-mb).dev-sp .cms-public .area3 .heading h2{
  font-size: 1.75rem;
}
body:not(.dev-mb) .cms-public .area3 .div_tag .parts:has(h2):not(:nth-of-type(1)) {
  margin: 3em 0 0 0;
}
body:not(.dev-mb) .cms-public .area3.top_area .heading h2{
  border: none;
}
body:not(.dev-mb).dev-sp .cms-public .area3.top_area .heading h2{
  padding-bottom: 10px;
}
body:not(.dev-mb) .cms-public .area3 .heading h2:before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 5px;
  height: calc(100% - 20px);
  background-color: var(--theme-color1);
  border-radius: 10px;
  margin: 10px 0;
}
body:not(.dev-mb) .cms-public .area3.top_area .heading h2:before{
  content: none;
}
body:not(.dev-mb) .cms-public .area3.top_area .heading h2:after{
  content: none;
}
body:not(.dev-mb) .cms-public .area3 .heading h3{
  background-color: transparent;
  color: var(--theme-color1);
  font-size: 1.3rem;
  margin: 1em 0 1em 5px;
  padding: 5px 20px 15px 20px;
  position: relative;
  border-bottom: 2px solid var(--theme-color1);
}
body:not(.dev-mb).dev-sp .cms-public .area3 .heading h3{
  font-size: 1.5rem;
}
body:not(.dev-mb) .cms-public .area3 .heading h4{
  font-size: 1.1rem;
  position: relative;
  padding: 5px 25px;
  margin: 0.5em 0 0.5em 5px;
  border: none;
  color: var(--theme-color1);
}
body:not(.dev-mb).dev-sp .cms-public .area3 .heading h4{
  font-size: 1.25rem;
}
body:not(.dev-mb) .cms-public .area3 .heading h4:after{
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  top: 10px;
  left: 0;
  background-color: var(--theme-color1);
  transform: none;
  border-radius: 5px;
}
body:not(.dev-mb) .cms-public .area3.kenshin .heading h4:after{
  background-color: var(--theme-color1) !important;
}
body:not(.dev-mb) .cms-public .area3 .heading h5{
  font-size: 1rem;
  background-color: var(--gray-color);
  padding: 5px 20px;
  margin: 0.5em 0 0.5em 5px;
  color: #fff;
  font-weight: normal;
}
body:not(.dev-mb) .cms-public .area3 .heading h5:after{
  content: none;
}
body:not(.dev-mb) .cms-public .area3 .heading h6{
  font-size: 1rem;
  color: var(--default-color);
  padding: 5px;
  margin: 0.5em 0 0.5em 5px;
}

/* attach */
.dev-sp .attach ul {
  padding: 0;
}
body:not(.dev-mb) .cms-public .attach ul .item_side{
  display: flex;
  align-items: center;
  margin: 15px 0;
}
body:not(.dev-mb) .cms-public .attach ul .item_side a {
  display: flex; /* img と span を横並びにする */
  align-items: center; /* 縦方向の中央寄せ */
}
body:not(.dev-mb) .cms-public ul .item img.file-extension {
  height: 1rem;
  width: 1rem;
}
body:not(.dev-mb) .cms-public .attach ul .item_side span {
  display: inline-block; /* 必要に応じてブロック要素に変更 */
  vertical-align: middle; /* 文字の垂直位置を調整 */
  margin-left: 5px;
}

/* table */
.cms-public .table{
	margin: 10px 20px;
}
.dev-sp .cms-public .table{
	margin: 10px 0;
}
.cms-public .area3 table {
	/* font-size: 1rem; */
}
.cms-public .block:has(.table) + .block:has(.table){
  margin-top: 30px;
}
.cms-public .table table tr th {
	color: var(--default-color);
	background-color: rgb(var(--light-theme-color-1), var(--light-theme-color-2), var(--light-theme-color-3), 0.3);
	padding: 0.5rem;
	box-sizing: border-box;
	font-weight: normal;
	outline: 1px solid #fff;
	border: none;
	font-family: var(
	--font-family-heading);
  /* font-size: 12px; */
  font-size: inherit;
}
.cms-public .table table tr td  {
	padding: 1rem;
	box-sizing: border-box;
	border: 1px solid var(--theme-color2);
	/* font-size: 12px; */
  font-size: inherit;
}
.cms-public .t_size_df .table table tr th,
.cms-public .t_size_df .table table tr td  {
	/* font-size: 16px; */
}
.dev-sp table.table-style-white-space tbody {
  white-space: pre !important;
}
.dev-sp div.table {
  overflow: auto;
  white-space: nowrap;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.dev-sp div.table table {
  width: calc(100% - 1px) !important;
}
.cms-public .table table tr:first-child>*:first-child{
  border-radius: 5px 0 0 0;
}
.dev-sp .cms-public .block:not(.zebra_striping) .table table tr:first-child>*:first-child{
  max-width: calc(100vw - 100px);
}
.cms-public .table table tr:first-child>*:last-child{
  border-radius: 0 5px 0 0;
}
.cms-public .table table tr:last-child>*:first-child{
  border-radius: 0 0 0 5px;
}
.cms-public .table table tr:last-child>*:last-child{
  border-radius: 0 0 5px 0;
}
.scroll-hint-icon{
	top: 0.5% !important;
}
.scroll-hint-icon-wrap:not(.is-active) .scroll-hint-icon{
  transform: translateY(-50%) !important;
}

/** header **/
.cms-public .h_toparea {
  position: fixed;
  top: 0;
  z-index: 3;
  width: calc(100% - 80px); /* サイドメニュー（ハンバーガーメニュー）の横幅を引く */
  height: 80px;
  background-color: #fff;
}
.dev-sp .cms-public .h_toparea {
  width: 100%;
}
.cms-public .h_toparea .div_tag {
  display: grid;
  height: 80px;
  grid-template-columns: auto 380px 400px;
  grid-template-rows: repeat(2, 40px);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  grid-template-columns: auto auto 400px;
}
.dev-sp .cms-public .h_toparea .div_tag {
  grid-template-columns: 200px auto;
  grid-template-rows: 80px auto;
}

/* logo */
.cms-public .h_toparea .div_tag .logo {
  grid-area: 1 / 1 / 3 / 2;
  z-index: 10;
}
.dev-sp .cms-public .h_toparea .div_tag .logo {
  grid-area: 1 / 1 / 1 / 2;
  padding: 0 0 0 5px;
  box-sizing: border-box;
}
.parts.logo .logo_en {
    display:none;
}
.area5 .parts.logo .logo_en {
    display: block;
}
.area5 .parts.logo:has(.logo_en) .note > .block:not(.logo_en) {
    display: none;
}
.cms-public .logo .image figure {
  margin: 0;
}
.cms-public .logo .image figure img {
  /* width: 300px; */
  height: 80px;
  object-fit: contain;
  padding-left: 20px;
}
.dev-sp .cms-public .logo figure img {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
}
.dev-sp .cms-public .area5 .logo figure img {
  width: 70%;
}
.cms-public .h_toparea .div_tag .h_tel_links {
  grid-area: 1 / 3 / 2 / 4;
  z-index: 10;
}
.cms-public .h_toparea .h_tel_links figure{
  margin: 0px;
}
.cms-public .h_toparea .h_tel_links ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 5px 0;
}
.cms-public .h_toparea .h_tel_links ul > li,
.cms-public .h_toparea .h_tel_links ul > li {
  position: relative;
  font-family: var(--font-family-heading);
  width: 80px;
}
.cms-public .h_toparea .h_tel_links ul > li .first,
.cms-public .h_toparea .h_tel_links ul > li .first {
  display: none;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.7rem;
  text-align: center;
  margin: 0px !important;
  padding: 5px 10px;
  background-color: var(--theme-color2);
  border-radius: 3px;
  z-index: 1;
  pointer-events: none;
}
.cms-public .h_toparea .h_tel_links ul > li .first::before,
.cms-public .h_toparea .h_tel_links ul > li .first::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 48%;
  transform: translateX(-50%);
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid var(--theme-color2);
}
.cms-public .h_toparea .h_tel_links ul > li .second,
.cms-public .h_toparea .h_tel_links ul > li .second {
  margin-left: 0 !important;
  margin-top: 15px;
}
.cms-public .h_toparea .h_tel_links ul > li .second a,
.cms-public .h_toparea .h_tel_links ul > li .second a {
  display: block;
  width: 80px !important;
  height: 80px;
  font-size: 0em;
  background-size: 40px;
  background-position: center;
  background-repeat: no-repeat;
}
.cms-public .h_toparea .h_tel_links ul > li .second a:after{
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  font-size: 0.7rem;
  color: var(--theme-color1);
  line-height: 0.8rem;
  text-align: center;
}
.cms-public .h_toparea .h_tel_links ul > li:nth-child(1) .second a {
  background-image: url(/file/img/12.png);
}
.cms-public .h_toparea .h_tel_links ul > li:nth-child(1) .second a:after {
  content: "検索"; /* search */
  font-family: var(--font-family-heading);
}
.cms-public .h_toparea .h_tel_links ul > li:nth-child(2) .second a {
  background-image: url(/file/img/2592.png);
}
.cms-public .h_toparea .h_tel_links ul > li:nth-child(2) .second a:after {
  content: "よくある質問"; /* faq */
  font-family: var(--font-family-heading);
}
.cms-public .h_toparea .h_tel_links ul > li:nth-child(3) .second a {
  background-image: url(/file/img/8.png);
}
.cms-public .h_toparea .h_tel_links ul > li:nth-child(3) .second a:after {
  content: "交通アクセス"; /* access */
  font-family: var(--font-family-heading);
}
.cms-public .h_toparea .h_tel_links ul > li:nth-child(4) .second a {
  background-image: url(/file/img/486.png);
}
.cms-public .h_toparea .h_tel_links ul > li:nth-child(4) .second a:after {
  content: "Language"; /* Language */
  font-family: var(--font-family-english);
}

/** sidearea **/
.cms-public .h_sidearea {
  width: 80px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: 1000;
}
.dev-sp .cms-public .h_sidearea {
  height: 80px;
}
.cms-public .h_sidearea .menu,
.cms-public .h_sidearea .side_nav {
  position: relative;
  background-color: #fff;
  z-index: 100;
}
.cms-public .h_sidearea .menu > a {
  display: block;
  width: 80px;
  height: 80px;
  background-color: var(--theme-color1);
}
.cms-public .h_sidearea .menu .menu__button {
  display: block;
  position: relative;
  height: 80px;
  width: 80px;
  margin: 0;
}
.cms-public .h_sidearea .menu .menu__button:after {
  content: "\30E1\30CB\30E5\30FC"; /* メニュー */
  display: block;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  font-size: 0.8rem;
  font-family: var(--font-family-heading);
  line-height: 0.8rem;
  color: #fff;
  text-align: center;
  transition: .3s ease-out;
}
.cms-public .h_sidearea .menu .menu__button:after {
  font-size: 0.7rem;
}
.cms-public .h_sidearea .menu .menu__icon {
  display: block;
  width: 28px;
  height: 2px;
  margin: -9px 0 0 -9px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.cms-public .h_sidearea .menu:hover .menu__icon,
.cms-public .h_sidearea .menu:focus .menu__icon {
  opacity: 0.7;
}
.cms-public .h_sidearea .menu .menu__icon:before,
.cms-public .h_sidearea .menu .menu__icon:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 28px;
}
.cms-public .h_sidearea .menu .menu__icon:before,
.cms-public .h_sidearea .menu .menu__icon:after {
  height: 2px;
  background: #fff;
  transition: .3s ease-out;
}
.cms-public .h_sidearea .menu .menu__icon:before {
  width: 38px;
  height: 2px;
  margin-top: -9px;
  margin-left: -10px;
}
.cms-public .h_sidearea .menu .menu__icon:after {
  width: 18px;
  height: 1.5px;
  margin-top: 9px;
  margin-left: 10px;
}

/* sidearea(open) */
body.is-open .cms-public .h_sidearea .menu .menu__icon {
  background: transparent !important;
}
body.is-open .cms-public .h_sidearea .menu .menu__icon:before {
  width: 38px;
  height: 2px;
  margin-top: 0;
  margin-left: -10px;
  transform: rotate(-45deg);
}
body.is-open .cms-public .h_sidearea .menu .menu__icon:after {
  width: 38px;
  height: 2px;
  top: 50%;
  bottom: auto;
  margin-top: 0;
  margin-left: -9px;
  transform: rotate(45deg);
}
.cms-public .h_sidearea .side_nav ul {
  height: calc(100vh - 80px);
  padding: 0px;
  margin: 0px;
  text-align: center;
  list-style: none;
}
.cms-public .h_sidearea .side_nav ul li {
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
}
.cms-public .h_sidearea .side_nav ul li:not(:first-child) {
  border-top: 2px solid var(--theme-color2);
}
.cms-public .h_sidearea .side_nav ul li a {
  width: 40px;
  font-family: var(--font-family-heading);
  font-size: 3vh;
  letter-spacing: 2px;
  color: var(--theme-color1);
  display: inline-block;
}
.cms-public .h_sidearea .side_nav ul li a span {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.cms-public .h_sidearea .menu_contents {
  width: calc(100vw - 200px);
  height: calc(100vh - 160px);
  position: absolute;
  top: 0;
  left: 80px;
  padding: 80px 100px;
  background-color: #fff;
  transition: .3s ease-out;
}
.dev-sp .cms-public .h_sidearea .menu_contents {
  width: 100vw;
  height: 100vh;
  right: 0;
  box-sizing: border-box;
  padding: 100px 40px;
}
.cms-public .h_sidearea .menu_contents ul,
.cms-public .h_sidearea .menu_contents ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.cms-public .h_sidearea .menu_contents ul li a {
  font-family: var(--font-family-heading);
  color: var(--theme-color1);
}
.cms-public .h_sidearea .menu_contents > ul > li {
  margin-bottom: 20px;
}
.cms-public .h_sidearea .menu_contents > ul > li > a {
  font-size: 1.3rem;
}
.cms-public .h_sidearea .menu_contents > ul > li > ul li {
  margin-left: 1rem;
}
body.is-open .cms-public .h_sidearea .menu_contents {
  transform: translateX(-100%);
}

/* breadcrumb */
body:not(.dev-mb) .cms-public .default_breadcrumb {
  height: 50px;
  width: fit-content;
  padding: 15px 60px;
  box-sizing: border-box;
  border-radius: 0 5px 0 0;
}
body:not(.dev-mb) .cms-public .default_breadcrumb a{
  color: var(--theme-color1);
}
body:not(.dev-mb).dev-sp .cms-public .default_breadcrumb {
  height: auto;
  bottom: 0;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 0.9rem;
}

/** area3 **/
.cms-public .area3 {
  width: calc(100% - 80px);
  max-width: 1000px;
  margin: 0 auto;
}
.dev-sp .cms-public .area3 {
  display: block;
  width: 95%;
  margin: 0 auto;
  max-width: 95%;
  padding: 0;
}
.cms-public .area3.top_area {
  width: calc(100% - 80px);
  max-width: 100%;
  margin: 0;
}
.dev-sp .cms-public .area3.top_area {
  width: 100%;
  max-width: 100%;
}

/* 帯 */
.hback {
  margin-top: 80px;
}
body:not(.dev-mb) .cms-public .hback .heading h1, 
body:not(.dev-mb) .cms-public .hback .sentence{
  display: flex;
  background-position: left 50% top 40%;
  background-size: cover;
  width: 100%;
  height: 150px;
  padding: 0 8vw 0px 8vw;
  margin: 0;
  box-sizing: border-box;
}
body:not(.dev-mb).dev-sp .cms-public .hback .heading h1 {
  height: 100px;
}
body:not(.dev-mb).dev-sp .cms-public .hback .heading h1, 
body:not(.dev-mb).dev-sp .cms-public .hback .sentence{
  width: 100%;
  padding: 0 0 0 20px;
}
body:not(.dev-mb).dev-sp .cms-public .hback .sentence{
  height: 100px;
}
body:not(.dev-mb) .cms-public .hback .heading h1:after, 
body:not(.dev-mb) .cms-public .hback .sentence:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background-color: var(--theme-color1);
  opacity: 0.7;
  z-index: 0;
  width: 100%;
}
body:not(.dev-mb) .cms-public .hback .sentence:after{
  top: 80px;
}
body:not(.dev-mb).dev-sp .cms-public .hback .heading h1:after, 
body:not(.dev-mb).dev-sp .cms-public .hback .sentence:after{
  height: 100px;
}
body:not(.dev-mb) .cms-public .hback .heading h1 span, 
body:not(.dev-mb) .cms-public .hback .sentence p{
  display: flex;
  flex-flow: column;
  justify-content: center;
  color: #fff;
  position: relative;
  z-index: 1;
  font-family: var(--font-family-heading);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}
body:not(.dev-mb).dev-sp .cms-public .hback .heading h1 span, 
body:not(.dev-mb).dev-sp .cms-public .hback .sentence p{
  justify-content: flex-end;
  bottom: 80px;
  font-size: 1.5rem;
}
body:not(.dev-mb).dev-sp .cms-public .hback .sentence p {
  bottom: 10px;
}
body:not(.dev-mb).dev-sp .cms-public .hback .heading h1 span {
  bottom: 35px;
}
body:not(.dev-mb) .cms-public .hback .heading h1 span:after, 
body:not(.dev-mb) .cms-public .hback .sentence p:after{
  position: absolute;
  bottom: 100px;
  left: 0;
  z-index: 1;
  color: #fff;
  font-size: 1.2rem;
  width: max-content;
  text-wrap-mode: nowrap;
}
body:not(.dev-mb).dev-sp  .cms-public .hback .heading h1 span:after, 
body:not(.dev-mb).dev-sp  .cms-public .hback .sentence p:after{
  bottom: -30px;
  left: 5px;
  font-size: 0.4em;
}
body:not(.dev-mb) .cms-public .hback_01 .heading h1, 
body:not(.dev-mb) .cms-public .hback_01 .sentence{
  background-image: url(/file/img/3207.jpg);
}
body:not(.dev-mb).dev-sp .cms-public .hback_01 .heading h1, 
body:not(.dev-mb).dev-sp .cms-public .hback_01 .sentence{
  background-image: url(/file/img/3208.jpg);
}
body:not(.dev-mb) .cms-public .hback_02 .heading h1, 
body:not(.dev-mb) .cms-public .hback_02 .sentence{
  background-image: url(/file/img/3210.jpg);
}
body:not(.dev-mb).dev-sp .cms-public .hback_02 .heading h1, 
body:not(.dev-mb).dev-sp .cms-public .hback_02 .sentence{
  background-image: url(/file/img/3211.jpg);
}
body:not(.dev-mb) .cms-public .hback_03 .heading h1, 
body:not(.dev-mb) .cms-public .hback_03 .sentence{
  background-image: url(/file/img/3217.jpg);
}
body:not(.dev-mb).dev-sp .cms-public .hback_03 .heading h1, 
body:not(.dev-mb).dev-sp .cms-public .hback_03 .sentence{
  background-image: url(/file/img/3215.jpg);
}
body:not(.dev-mb) .cms-public .hback_04 .heading h1, 
body:not(.dev-mb) .cms-public .hback_04 .sentence{
  background-image: url(/file/img/3250.jpg);
}
body:not(.dev-mb).dev-sp .cms-public .hback_04 .heading h1, 
body:not(.dev-mb).dev-sp .cms-public .hback_04 .sentence{
  background-image: url(/file/img/3251.jpg);
}
body:not(.dev-mb) .cms-public .hback_05 .heading h1, 
body:not(.dev-mb) .cms-public .hback_05 .sentence{
  background-image: url(/file/img/5385.jpg);
}
body:not(.dev-mb).dev-sp .cms-public .hback_05 .heading h1, 
body:not(.dev-mb).dev-sp .cms-public .hback_05 .sentence{
  background-image: url(/file/img/5387.jpg);
}

/** footer **/
.cms-public .area5 {
  width: calc(100% - 80px);
  display: grid;
  grid-template-columns: minmax(520px, calc(10% + 280px)) auto;
  grid-template-rows: auto 0px 170px 0px 25vh 40px;
  background-image: url(/file/img/15.png);
  background-position: bottom 40px center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #fff;
}
.dev-sp .cms-public .area5 {
  width: 100%;
  grid-template-columns: auto;
  grid-template-rows: auto auto 100px 100px 10vh 40px;
  grid-column-gap: 0;
  background-position: bottom 40px center;
}

/* sitemap */
.area5 .js-accordion + .parts {
  display: none;
}
.cms-public .area5 > div:nth-child(1) {
  grid-area: 1 / 1 / 2 / 4;
}
/* .dev-sp .cms-public .area5 > div:nth-child(1) {
  grid-area: 1 / 1 / 2 / 2;
} */
.cms-public .site_map ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
}
.dev-sp .cms-public .site_map ul {
  flex-direction: column;
  row-gap: 10px;
}
.cms-public .area5 .menu-sitemap > ul {
  width: 90%;
  margin: 30px auto;
}
.cms-public .site_map ul > li {
  flex-grow: 1;
}
.cms-public .area5 .site_map ul > li {
  width: calc(50% - 15px);
}
.cms-public .area5 .menu-sitemap > ul > li {
  padding: 0.2rem;
  box-sizing: border-box;
}
.cms-public .area5 .menu-sitemap > ul > li:nth-child(3) {
  width: 100%;
}
.cms-public .site_map ul > li > a {
  display: block;
  font-size: 1.3rem;
  border: none;
  text-decoration: none;
}
.cms-public .area5 .site_map ul > li > a {
  color: var(--theme-color1);
  width: fit-content;
  font-size: 1rem;
}
.cms-public .area5 .site_map ul > li > ul > li{
  margin: 0;
  line-height: 1.5rem;
}
.cms-public .area5 .menu-sitemap > ul > li:nth-child(3) > ul > li{
  max-width: calc((100% - 60px) / 3);
}
.cms-public .site_map ul > li > ul > li:not(a) {
  font-size: 1.1rem;
  color: var(--accent-color);
  line-height: 2rem;
  width: calc((100% - 35px) / 2);
}
.dev-sp .cms-public .site_map ul > li > ul > li:not(a) {
  width: 100%;
}
.cms-public .site_map ul > li > ul > li a {
  font-size: 1rem;
}
.cms-public .area5 .site_map ul > li > ul > li a{
  font-size: 0.8rem;
}
/* logo, address */
.cms-public .area5 > div:nth-child(2),
.dev-sp .cms-public .area5 > div:nth-child(1){
  grid-area: 3 / 1 / 5 / 2;
  padding-left: 15%;
  box-sizing: border-box;
}
.dev-sp .cms-public .area5 > div:nth-child(1) {
  grid-area: 2 / 1 / 3 / 2;
  padding: 0;
  background-color: #fff;
}
.dev-sp .cms-public .area5 > div:nth-child(1) figure{
  margin: 0;
  padding: 0 10px;
  box-sizing: border-box;
}
.cms-public .area5 .f_address_tel {
  padding-left: 25px;
}
.dev-sp .cms-public .area5 .f_address_tel {
  padding: 0 10px;
  box-sizing: border-box;
}
.cms-public .area5 .f_address_tel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cms-public .area5 .f_address_tel ul > li:nth-child(1) {
  display: flex;
  align-items: center;
  column-gap: 10px;
  justify-content: flex-start;
}
.cms-public .area5 .f_address_tel ul > li:nth-child(1) a {
  width: 30px;
  height: 30px;
  display: block;
  font-size: 0em;
  background-size: 30px auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/file/img/13.png);
}

/* acc_sitemap */
.acc_sitemap{
  background-color: var(--theme-color1);
  text-align: center;
  cursor: pointer;
  transition: .3s ease-out;
}
.acc_sitemap:hover, 
.acc_sitemap:focus{
  opacity: .6;
}
.acc_sitemap li{
  color: #fff;
}
/* sns */
.cms-public .area5 > div:nth-child(3),
.dev-sp .cms-public .area5 > div:nth-child(2){
  grid-area: 3 / 2 / 4 / 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 80px;
  margin-left: -80px;
}
.dev-sp .cms-public .area5 > div:nth-child(2) {
  grid-area: 3 / 1 / 4 / 2;
  align-items: center;
  padding: 0;
  margin-left: 0;
}
.cms-public .f_sns{
  display: flex;
  justify-content: left;
}
.cms-public .area5 > div:nth-child(3) figure,
.cms-public .area5 > div:nth-child(2) figure{
  margin: 0px;
}
.cms-public .f_sns figure {
  margin: 10px;
}
.cms-public .f_sns figure {
  margin: 10px;
}
body:not(.dev-mb).dev-sp .cms-public .f_sns .image_listitem{
  width: auto;
}
body:not(.dev-mb) .cms-public .f_sns .image_listitem img{
  width: auto;
  height: 30px;
  margin: 0 5px;
}
body:not(.dev-mb).dev-sp .cms-public .f_sns .image_listitem img{
  height: 40px;
}
.dev-sp .cms-public .f_sns ul{
  margin: 0;
}
.cms-public .f_sns ul li{
  padding: 10px;
  background-color: var(--theme-color1);
  border-radius: 50px;
  border: 1px solid var(--theme-color1);
  min-width: 165px;
  cursor: pointer;
  transition: .3s ease-out;
  text-align: center;
}
.cms-public .f_sns li:hover, 
.cms-public .f_sns li:focus{
  background-color: #fff;
}
.cms-public .f_sns a{
  color: #fff;
}
.dev-sp .cms-public .f_sns a{
  font-size: 0.95rem;
}
.cms-public .f_sns li:hover a, 
.cms-public .f_sns li:focus a{
  color: var(--theme-color1);
}
/* link */
.cms-public .area5 > div:nth-child(4),
.dev-sp .cms-public .area5 > div:nth-child(3){
  grid-area: 5 / 1 / 6 / 4;
}
.dev-sp .cms-public .area5 > div:nth-child(3) {
  grid-area: 4 / 1 / 5 / 2;
  padding: 0;
  justify-content: center;
  height: auto;
  margin: 0 auto;
}
.cms-public .area5 .f_link > .note{
  display: flex;
}
.dev-sp .cms-public .area5 .f_link > .note{
  flex-direction: column;
}
.cms-public .area5 .f_link .block:nth-child(1){
  padding-left: 8%;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
}
.dev-sp .cms-public .area5 .f_link .block:nth-child(1){
  width: 90%;
  margin: 0 auto;
  padding: 0;
  justify-content: center;
}
.cms-public .area5 .f_link .block:nth-child(2){
  padding-right: 8%;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
}
.dev-sp .cms-public .area5 .f_link .block:nth-child(2){
  width: 90%;
  margin: 0 auto;
  padding: 0;
  justify-content: center;
}
.cms-public .area5 .f_link figure{
  margin: 0;
}
.cms-public .area5 .f_link ul{
  display: flex;
  gap: 10px;
}
.dev-sp .cms-public .area5 .f_link ul{
  flex-direction: column;
  text-align: center;
  gap: 0;
  margin: 0;
}
.cms-public .area5 .f_link a {
  padding: 5px 15px;
  border-bottom: 1px solid var(--gray-color);
}
.dev-sp .cms-public .area5 .f_link a {
  font-size: 0.7em;
}

/* copylight */
.cms-public .area5 > div:nth-child(5),
.dev-sp .cms-public .area5 > div:nth-child(4){
  grid-area: 7 / 1 / 8 / 4;
}
.dev-sp .cms-public .area5 > div:nth-child(4) {
  grid-area: 6 / 1 / 7 / 2;
}
body:not(.dev-mb) .cms-public .f_copyright .sentence {
  margin: 0px;
}
body:not(.dev-mb) .cms-public .f_copyright .sentence p{
  font-size: 0.8em;
  height: 40px;
  margin: 0px;
  padding: 5px 10px;
  box-sizing: border-box;
}
body.dev-sp:not(.dev-mb) .cms-public .f_copyright .sentence p {
  text-align: center;
}

/* assist */
.assist{
  position: absolute;
  right: 120px;
  height: 40px;
}
.assist .fontsize_change, 
.assist .easyweb_alternative{
    float: right;
    position: relative;
    list-style: none;
    margin: 0px 10px 0px 0px;
    padding: 0px;
}
.assist .fontsize_change > li:nth-child(1), 
.assist .easyweb_alternative > li:nth-child(1){
  font-size: 0.9rem;
  height: 30px;
  padding: 0 40px;
  display: flex;
  align-items: center;
  line-height: 0.9rem;
  background-size: 30px;
  background-position: center left;
  background-repeat: no-repeat;
  color: var(--default-color);
}
.assist .fontsize_change > li:nth-child(2), 
.assist .easyweb_alternative > li:nth-child(2){
  display: none;
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.8em;
  text-align: center;
  padding: 10px;
  background-color: var(--theme-color2);
  border-radius: 3px;
}
.assist .fontsize_change > li:nth-child(1) {
  background-image: url(/file/img/2089.png);
}
.assist .easyweb_alternative > li:nth-child(1) {
  background-image: url(/file/img/2090.png);
}
.assist .fontsize_change > li:nth-child(2)::before,
.assist .easyweb_alternative > li:nth-child(2)::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 46%;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid var(--theme-color2);
  transform: rotate(180deg);
}
.assist .fontsize_change > li:nth-child(2)::after,
.assist .easyweb_alternative > li:nth-child(2)::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 7px;
}
.assist .fontsize_change > li:nth-child(2) ul,
.assist .easyweb_alternative > li:nth-child(2) ul {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding-left: 0;
}
.assist .fontsize_change > li:nth-child(2) ul li,
.assist .easyweb_alternative > li:nth-child(2) ul li {
  display: inline-block;
}
.assist .fontsize_change > li:nth-child(2) ul li button,
.assist .easyweb_alternative > li:nth-child(2) ul li button {
  width: 3rem;
  font-family: var(--font-family-heading);
  color: var(--theme-color1);
  border: none;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
}
.assist .easyweb_alternative > li:nth-child(2) ul li button.easyweb_click.easyweb_alternative_blue {
  color: #fff;
  background-color: #5a87c6;
}
.assist .easyweb_alternative > li:nth-child(2) ul li button.easyweb_click.easyweb_alternative_yellow {
  color: #000;
  background-color: yellow;
}
.assist .easyweb_alternative > li:nth-child(2) ul li button.easyweb_click.easyweb_alternative_black {
  color: #fff;
  background-color: #000;
}


/* 共通 */ 
/* .top_reception_time,  */
.top_features,
.top_pickup,
.top_news,
.top_recruit,
.top_links,
.top_bodycopy {
    margin: 100px 0;
}
.dev-sp .top_features,
.dev-sp .top_pickup,
.dev-sp .top_news,
.dev-sp .top_recruit,
.dev-sp .top_links,
.dev-sp .top_bodycopy {
    margin: 50px 0 0 0;
}
body:not(.dev-mb) .cms-public .top_features .div_tag .sentence p,
body:not(.dev-mb) .cms-public .top_recruit .div_tag .sentence p{
  font-size: 1.1rem;
}

/** top **/
.top_slide{
  position: relative;
  top: 80px;
}
.top_slide div.slide {
  max-width: 100%;
  margin: 0px;
}
.top_slide .slick-list{
  height: calc(100vh - 180px);
  width: calc(100vw - 80px);
  margin: 0 auto;
}
.dev-sp .top_slide .slick-list{
  /* height: 55vh; */
  width: 100vw;
  height: 58vh;
}
.top_slide .slick-slider figure{
  margin: 0;
}
.cms-public .top_slide .image .image_listitem img{
  /* height: calc(100vh - 180px); */
  width: calc(100vw - 80px);
  object-fit: cover;
  border-radius: unset;
  height: calc(100vh - 225px);
  object-position: right;
  /* object-position: center -20px; */
}
.dev-sp .cms-public .top_slide .image .image_listitem img{
  width: 100vw;
  /* height: 55vh; */
  height: 58vh;
  /* object-position: center calc(100% + 45px); */
}
/* top_menu */
.top_menu{
  position: relative;
  /* top: -60px; */
  margin: 0;
  top: 45px;
}
.dev-sp .top_menu{
  top: 100px;
  margin-bottom: 100px;
}
.top_menu figure {
  margin: 0px;
}
.top_menu ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  row-gap: 10px;
  margin: 0;
}
.dev-sp .top_menu ul {
  width: 95%;
  padding: 20px 0;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
}
.top_menu ul::after {
  content: none;
}
.top_menu ul li {
  height: 120px;
  width: calc((100% - 120px) / 6);
  position: relative;
  margin: 0 10px;
}
.dev-sp .top_menu ul li {
  width: calc(50% - 10px);
  margin: 0 5px;
}
.top_menu ul li a {
  display: block;
  position: relative;
  font-family: var(--font-family-heading);
  font-size: 0.9rem;
  text-align: center;
  color: var(--theme-color1);
  padding: 80px 5px 10px;
  background-color: #fff;
  background-position: top 25px center;
  background-repeat: no-repeat;
  background-size: 40px auto;
  z-index: 1;
  border-radius: 10px;
  height: calc(100% - 85px);
  line-height: 1rem;
}
.dev-sp .top_menu ul li a {
  width: 100%;
  box-sizing: border-box;
  font-size: 0.8rem;
  padding: 80px 5px 0;
  background-color: transparent;
}
.top_menu ul li a:hover, 
.top_menu ul li a:focus{
  opacity: 1;
}
.top_menu ul li a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(var(--theme-color1-1), var(--theme-color1-2), var(--theme-color1-3), 0.2); /* 色を指定 */
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -10; /* aタグの背景より後ろに配置 */
  transition: all 0.4s ease;
}
.top_menu ul li a:hover::before {
  width: 100px;
  height: 100px;
  opacity: 1;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(.19,1,.22,1);
  transform: translate(-50%, -50%) scale(1.1, 1.1);
}
.dev-sp .top_menu ul li:nth-child(2n-1) a:after {
  content: '';
  height: 100%;
  width: 1px;
  background-color: var(--gray-color);
  position: absolute;
  right: 0;
  top: 5px;
}
.top_menu ul li:nth-child(1) a {
  background-image: url(/file/img/2083.png);
}
/* 
.top_menu ul li:nth-child(2) a {
  background-image: url(/file/img/2085.png);
}
*/
.top_menu ul li:nth-child(2) a {
  background-image: url(/file/img/2086.png);
}
.top_menu ul li:nth-child(3) a {
  background-image: url(/file/img/2087.png);
}
.top_menu ul li:nth-child(4) a {
  background-image: url(/file/img/19.png);
}
.top_menu ul li:nth-child(5) a {
  background-image: url(/file/img/20.png);
} 
.top_menu ul li:nth-child(6) a {
  background-image: url(/file/img/2088.png);
}
/*
.top_menu ul li:nth-child(8) a {
  background-image: url(/file/img/2084.png);
}
*/
/* 
.top_menu ul li a:after{
  font-family: var(--font-family-english);
}
.top_menu ul li:nth-child(1) a::after {
  content: "DEPARTMENT";
}
.top_menu ul li:nth-child(2) a::after {
  content: "NEW PATIENTS";
}
.top_menu ul li:nth-child(3) a::after {
  content: "RETURNING PATIENTS";
}
.top_menu ul li:nth-child(4) a::after {
  content: "HOSPITALIZATION";
}
.top_menu ul li:nth-child(5) a::after {
  content: "EMERGENCY";
}
.top_menu ul li:nth-child(6) a::after {
  content: "PREGNANCY";
}
.top_menu ul li:nth-child(7) a::after {
  content: "MEDICAL CHECKUP";
}
.top_menu ul li:nth-child(8) a::after {
  content: "INFORMATION";
}
*/

/* top_reception_time */
.top_reception_time {
  margin: 200px 0 100px 0;
}
.dev-sp .top_reception_time {
  margin: 50px 0 0 0;
  padding: 0;
}
.top_reception_time > div.div_tag {
  width: 70%;
  /* min-width: 900px; */
  margin: 0px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background-color: #fff;
  /* padding: 2rem 1rem; */
  /* box-sizing: border-box; */
  border-radius: 10px;
  min-width: auto;
  padding: 2rem;
  box-sizing:content-box;
}
.dev-sp .top_reception_time > div.div_tag {
  width: 95%;
  grid-template-columns: auto;
  padding: 2rem 1rem;
  margin: 0 auto;
  min-width: auto;
  box-sizing: border-box;
}
.top_reception_time > div.div_tag .parts:nth-child(1){
  grid-area: 1 / 1 / 2 / 4;
}
.dev-sp .top_reception_time > div.div_tag .parts:nth-child(1){
  grid-area: 1 / 1 / 2 / 2;
}
.top_reception_time > div.div_tag .parts:nth-child(2){
  grid-area: 2 / 1 / 3 / 2;
}
.dev-sp .top_reception_time > div.div_tag .parts:nth-child(2){
  grid-area: 2 / 1 / 3 / 2;
}
.top_reception_time > div.div_tag .parts:nth-child(3){
  grid-area: 2 / 2 / 3 / 3;
}
.dev-sp .top_reception_time > div.div_tag .parts:nth-child(3){
  grid-area: 3 / 1 / 4 / 2;
}
.top_reception_time > div.div_tag .parts:nth-child(4){
  grid-area: 2 / 3 / 3 / 4;
}
.dev-sp .top_reception_time > div.div_tag .parts:nth-child(4){
  grid-area: 4 / 1 / 5 / 2;
}
.cms-public .top_reception_time .div_tag .parts:not(:first-of-type) {
  padding: 0 20px;
  box-sizing: border-box;
}
.dev-sp .cms-public .top_reception_time .div_tag .parts:not(:first-of-type) {
  padding: 0;
}
.cms-public .top_reception_time .div_tag .parts:not(:first-of-type, :last-of-type) {
  border-right: 1px solid var(--accent-color);
}
.dev-sp .cms-public .top_reception_time .div_tag .parts:not(:first-of-type, :last-of-type) {
  border: none;
}
body:not(.dev-mb) .cms-public .top_area .top_reception_time .heading h2{
  font-size: 2rem;
  margin: 0px;
  padding: 0px 0px 30px;
  text-align: center;
}
body:not(.dev-mb) .cms-public .top_area .top_reception_time .heading h3 {
  font-family: var(--font-family-heading);
  /* font-size: 1.1rem; */
  font-weight: normal;
  text-align: center;
  color: var(--accent-color);
  margin: 0px 10px;
  padding: 5px 10px;
  background-color: #fff;
  border: 1px solid var(--accent-color);
  border-radius: 5px;
  font-size: 1.2rem;
}
body:not(.dev-mb).dev-sp .cms-public .top_area .top_reception_time .heading h3 {
  font-size: 1.3rem;
}
.top_reception_time figure {
  margin: 0;
}
.top_reception_time figure ul{
  margin: 1rem 0;
}
.top_reception_time figure li.list-style-white-space{
  /* font-size: 0.9vw; */
  line-height: 200%;
  margin: 0;
  font-size: 1.1vw;
  white-space: pre;
}
.dev-sp .top_reception_time figure li{
  font-size: 1.1rem;
}
.cms-public .area3.top_area .top_reception_time figure li span:before{
  content: none;
}
.top_reception_time .note {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.dev-sp .top_reception_time .note {
  margin-bottom: 30px;
}
.top_reception_time .note div:nth-child(2),
.top_reception_time .note div:nth-child(2):not(li):not(span) {
  display: inline-block;
  width: 90%;
  font-size: 1.3rem;
  color: #2b2b2b;
}
.cms-public .top_reception_time .more_link figure {
  margin: 0;
}
.top_reception_time .more_link ul{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  /* row-gap: 10px; */
  margin: 0 auto;
  justify-content: center;
  width: 250px;
}
.dev-sp .top_reception_time .more_link ul {
  width: 80%;
  margin: 0 auto;
}
.top_reception_time .more_link ul li {
  padding: 5px 10px;
  box-sizing: border-box;
}
.dev-sp .top_reception_time .more_link ul li {
  text-align: center;
}
.top_reception_time .more_link ul li a {
  font-family: var(--font-family-heading);
  font-size: 1rem;
  padding: 5px 25px;
  margin: 0;
  width: 80%;
  box-sizing: border-box;
  text-align: left;
  font-weight: normal;
}
.top_reception_time .more_link ul li a:after {
  content: "〉";
  position: absolute;
  bottom: 10%;
  right: 5px;
  font-family: var(--font-family-english);
  font-size: 0.7rem;
  transform: translateX(-30%);
  transition: .3s ease-out;
}
.top_reception_time .more_link ul li a:hover::after {
  transform: translateX(0);
}

/* top_bodycopy */
.top_bodycopy .div_tag {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.top_bodycopy .div_tag .parts{
    background-color: #d1e2f2;
    border-radius: 10px;
    width: 70%;
    padding: 2rem;
    position: relative;
}
.dev-sp .top_bodycopy .div_tag .parts{
    width: 95%;
    box-sizing: border-box;
    padding: 2rem 1rem;
}
.top_bodycopy .div_tag .parts:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    height: 20vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: linear-gradient(rgba(209, 226, 242, 1) 0,rgba(209, 226, 242, 0.5) 30%, rgba(209, 226, 242, 0.5)), url('/file/img/8195.jpg');
    border-radius: 10px;
}
.dev-sp .top_bodycopy .div_tag .parts:after{
    width: 100%;
    height: 40vw;
    left: 0;
    transform: translateX(0);
}
.top_bodycopy .div_tag .parts .note > .block:nth-of-type(1){
    padding-top: 7rem;
}
.dev-sp .top_bodycopy .div_tag .parts .note > .block:nth-of-type(1){
    padding-top: 2rem;
}
.top_bodycopy .div_tag .parts .note > .block:nth-of-type(2){
    padding: 4rem 0 20vw;
    position: relative;
    display: flex;
    justify-content: center;
}
.dev-sp .top_bodycopy .div_tag .parts .note > .block:nth-of-type(2){
    padding: 1.5rem 0 30vw;
}
.top_bodycopy .div_tag .parts .block figure{
    margin: 0;
}
.top_bodycopy .div_tag .parts .block img{
    width: 400px;
}
.dev-sp .top_bodycopy .div_tag .parts .block img{
    width: 70%;
}
body:not(.dev-mb) .top_bodycopy .div_tag .parts p{
    font-size: 1.1rem;
}
body.dev-sp .top_bodycopy .div_tag .parts p{
    font-size: 1rem;
}
/* .top_bodycopy .div_tag .parts p:nth-of-type(even),
.top_bodycopy .div_tag .parts p:last-of-type{
    margin-top: 2rem;
} */
.top_bodycopy .div_tag .parts p:not(:first-of-type) {
    margin-top: 2rem;
}

/* top_features */
.top_features {
  margin-bottom: 0;
}
.dev-sp .top_features {
  overflow: hidden;
}
.top_features > div.div_tag {
  width: 65%;
  margin: 0px auto;
}
.dev-sp .top_features > div.div_tag {
  width: 100%;
  flex-direction: column;
  column-gap: 0;
  padding: 0 0 30px 0;
}
.dev-sp .top_features > div.div_tag > div:not(:first-child) {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
body:not(.dev-mb) .cms-public .top_features .heading h2 {
  font-size: 2rem;
  margin: 0px;
  padding: 0px 0px 30px;
  text-align: center;
}
body:not(.dev-mb) .cms-public .top_features .heading h2::after {
  content: "";
  width: 100px;
  height: 1px;
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--theme-color1);
}
body:not(.dev-mb) .cms-public .top_features .heading h2 span {
  position: relative;
  display: block;
}
body:not(.dev-mb) .cms-public .top_features .heading h3 {
  font-family: var(--font-family-heading);
  font-size: 1.2rem;
  color: var(--theme-color1);
  margin: 0px;
  padding: 0px;
  border: none;
  background-color: transparent;
}
body:not(.dev-mb).dev-sp .cms-public .top_features .heading h3 {
  text-align: center;
}
.top_features.img_3list,
.top_features.slick_list {
  margin: 40px 0 100px 0;
}
.dev-sp .top_features.img_3list,
.dev-sp .top_features.slick_list {
  margin: 0 50px 0 0;
}
.top_features.slick_list .slick-slider .slick-track {
  display: flex;
  column-gap: 30px;
  align-items: flex-start;
}
.top_features.slick_list .slick-slider .slick-slide {
  display: inline-table;
  width: calc((100vw - 50vw) / 3);
  height: auto;
}
.dev-sp .top_features.slick_list .slick-slider .slick-slide {
  width: 100vw;
}
.top_features.slick_list .slick-slider .slick-slide a {
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 10;
}
.top_features.slick_list .slick-slider .slick-slide:hover h3,
.top_features.slick_list .slick-slider .slick-slide:focus h3,
.top_features.slick_list .slick-slider .slick-slide:hover a,
.top_features.slick_list .slick-slider .slick-slide:focus a {
  opacity: 0.6;
}
.top_features.slick_list .slick-slider .slick-slide img {
  border-radius: 10px;
  width: calc((100vw - 50vw) / 3);
  height: auto;
}
.dev-sp .top_features.slick_list .slick-slider .slick-slide img {
  width: calc(100vw - 5vw);
}
.top_features.slick_list .slick-slider .slick-slide .image_listitem {
  width: 100%;
  padding-bottom: calc(100% * (9 / 14));
}
.dev-sp .top_features.slick_list .slick-slider .slick-slide .image_listitem {
  padding-bottom: calc(100% * (9 / 15));
}
.top_features.slick_list .slick-slider .image_listitem figure {
  margin: 0;
}
.dev-sp .top_features.slick_list .slick-prev,
.dev-sp .top_features.slick_list .slick-next {
  display: none;
}
.top_features.slick_list .slick-prev,
.top_features.slick_list .slick-next {
  width: 30px;
  height: 30px;
  border: none;
  background-repeat: no-repeat;
  background-size: contain;
}
.dev-sp .top_features.slick_list .slick-prev,
.dev-sp .top_features.slick_list .slick-next{
  width: 50px;
  height: 50px;
  background-size: 30px;
  background-position: center center;
  top: 60%;
  transform: none;
  background-color: #fff;
  background-repeat: no-repeat;
  display: none !important;
}
.dev-sp .top_features.slick_list .slick-prev{
	left: auto;
	right: 20%;
	background-image: url(/file/img/771.png);
}
.dev-sp .top_features.slick_list .slick-next{
  left: auto;
  right: 5%;
  background-image: url(/file/img/772.png);
}
.top_features.slick_list .slick-prev,
.dev-pc .top_features.slick_list .slick-prev:hover,
.dev-pc .top_features.slick_list .slick-prev:focus, 
.top_features.slick_list .slick-next,
.dev-pc .top_features.slick_list .slick-next:hover,
.dev-pc .top_features.slick_list .slick-next:focus{
  width: 70px;
  height: 70px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%;
  background-color: #fff;
  box-shadow: 0 0.1rem 1rem hsl(0deg 0% 0% / 8%);
  border-radius: 50%;
  z-index: 1;
  transition: .3s ease-out;
}
.top_features.slick_list .slick-prev,
.dev-pc .top_features.slick_list .slick-prev:hover,
.dev-pc .top_features.slick_list .slick-prev:focus{
  background-image: url(/file/img/771.png);
  left: -90px;
  top: 45%;
}
.top_features.slick_list .slick-next,
.dev-pc .top_features.slick_list .slick-next:hover,
.dev-pc .top_features.slick_list .slick-next:focus {
  background-image: url(/file/img/772.png);
  right: -90px;
  top: 45%;
}
.dev-pc .top_features.slick_list .slick-prev:hover,
.dev-pc .top_features.slick_list .slick-prev:focus,
.dev-pc .top_features.slick_list .slick-next:hover,
.dev-pc .top_features.slick_list .slick-next:focus,
.top_features.slick_list .slick-prev::before,
.top_features.slick_list .slick-next::before {
  content: none;
  font-size: 0;
}
.top_features.slick_list .slick-dots {
  bottom: -35px;
}
.dev-sp .top_features.slick_list .slick-dots {
  bottom: 0;
}
.top_features.slick_list .slick-dots li button:before {
  font-size: 20px;
}
/* 3つの画像固定用（スライドなし） */
.top_features.img_3list .div_tag {
  display: flex;
  gap: 30px;
}
.top_features.img_3list .div_tag .parts {
  width: calc(100% / 3);
}
.top_features.img_3list .div_tag figure {
  margin: 0;
}
.top_features.img_3list .div_tag .heading h3 {
  text-align: center;
}


/* top_pickup */
.top_pickup {
  margin-bottom: 0;
}
.dev-sp .top_pickup {
  overflow: hidden;
}
.top_pickup > div.div_tag {
  width: 65%;
  margin: 0px auto;
}
.dev-sp .top_pickup > div.div_tag {
  width: 100%;
  flex-direction: column;
  column-gap: 0;
  padding: 0 0 30px 0;
}
.dev-sp .top_pickup > div.div_tag > div:not(:first-child) {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
body:not(.dev-mb) .cms-public .top_pickup .heading h2 {
  font-size: 2rem;
  margin: 0px;
  padding: 0px 0px 30px;
  text-align: center;
}
body:not(.dev-mb) .cms-public .top_pickup .heading h2::after {
  content: "";
  width: 100px;
  height: 1px;
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--theme-color1);
}
body:not(.dev-mb) .cms-public .top_pickup .heading h2 span {
  position: relative;
  display: block;
}
body:not(.dev-mb) .cms-public .top_pickup .heading h3 {
  font-family: var(--font-family-heading);
  font-size: 1.2rem;
  color: var(--theme-color1);
  margin: 0px;
  padding: 0px;
  border: none;
  background-color: transparent;
}
body:not(.dev-mb).dev-sp .cms-public .top_pickup .heading h3 {
  text-align: center;
}
.top_pickup.img_list,
.top_pickup.slick_list {
  margin: 40px 0 150px 0;
}
.dev-sp .top_pickup.img_3list,
.dev-sp .top_pickup.slick_list {
  margin: 0 50px 0 0;
}
.top_pickup.slick_list .slick-slider .slick-track {
  display: flex;
  column-gap: 30px;
  align-items: flex-start;
}
.top_pickup.slick_list .slick-slider .slick-slide {
  display: inline-table;
  width: calc((100vw - 50vw) / 3);
  height: auto;
}
.dev-sp .top_pickup.slick_list .slick-slider .slick-slide {
  width: 100vw;
}
.top_pickup.slick_list .slick-slider .slick-slide a {
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 10;
}
.top_pickup.slick_list .slick-slider .slick-slide:hover h3,
.top_pickup.slick_list .slick-slider .slick-slide:focus h3,
.top_pickup.slick_list .slick-slider .slick-slide:hover a,
.top_pickup.slick_list .slick-slider .slick-slide:focus a {
  opacity: 0.6;
}
.top_pickup.slick_list .slick-slider .slick-slide img,
.top_pickup.img_list .div_tag figure img {
  border-radius: 10px;
  width: calc((100vw - 50vw) / 3);
  height: auto;
}
.dev-sp .top_pickup.slick_list .slick-slider .slick-slide img {
  width: calc(100vw - 5vw);
}
.top_pickup.slick_list .slick-slider .slick-slide .image_listitem {
  width: 100%;
  padding-bottom: calc(100% * (9 / 14));
}
.dev-sp .top_pickup.slick_list .slick-slider .slick-slide .image_listitem {
  padding-bottom: calc(100% * (9 / 15));
}
.top_pickup.slick_list .slick-slider .image_listitem figure {
  margin: 0;
}
.dev-sp .top_pickup.slick_list .slick-prev,
.dev-sp .top_pickup.slick_list .slick-next {
  display: none;
}
.top_pickup.slick_list .slick-prev,
.top_pickup.slick_list .slick-next {
  width: 30px;
  height: 30px;
  border: none;
  background-repeat: no-repeat;
  background-size: contain;
}
.dev-sp .top_pickup.slick_list .slick-prev,
.dev-sp .top_pickup.slick_list .slick-next{
  width: 50px;
  height: 50px;
  background-size: 30px;
  background-position: center center;
  top: 60%;
  transform: none;
  background-color: #fff;
  background-repeat: no-repeat;
  display: none !important;
}
.dev-sp .top_pickup.slick_list .slick-prev{
	left: auto;
	right: 20%;
	background-image: url(/file/img/771.png);
}
.dev-sp .top_pickup.slick_list .slick-next{
  left: auto;
  right: 5%;
  background-image: url(/file/img/772.png);
}
.top_pickup.slick_list .slick-prev,
.dev-pc .top_pickup.slick_list .slick-prev:hover,
.dev-pc .top_pickup.slick_list .slick-prev:focus, 
.top_pickup.slick_list .slick-next,
.dev-pc .top_pickup.slick_list .slick-next:hover,
.dev-pc .top_pickup.slick_list .slick-next:focus{
  width: 70px;
  height: 70px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%;
  background-color: #fff;
  box-shadow: 0 0.1rem 1rem hsl(0deg 0% 0% / 8%);
  border-radius: 50%;
  z-index: 1;
  transition: .3s ease-out;
}
.top_pickup.slick_list .slick-prev,
.dev-pc .top_pickup.slick_list .slick-prev:hover,
.dev-pc .top_pickup.slick_list .slick-prev:focus{
  background-image: url(/file/img/771.png);
  left: -90px;
  top: 45%;
}
.top_pickup.slick_list .slick-next,
.dev-pc .top_pickup.slick_list .slick-next:hover,
.dev-pc .top_pickup.slick_list .slick-next:focus {
  background-image: url(/file/img/772.png);
  right: -90px;
  top: 45%;
}
.dev-pc .top_pickup.slick_list .slick-prev:hover,
.dev-pc .top_pickup.slick_list .slick-prev:focus,
.dev-pc .top_pickup.slick_list .slick-next:hover,
.dev-pc .top_pickup.slick_list .slick-next:focus,
.top_pickup.slick_list .slick-prev::before,
.top_pickup.slick_list .slick-next::before {
  content: none;
  font-size: 0;
}
.top_pickup.slick_list .slick-dots {
  bottom: -35px;
}
.dev-sp .top_pickup.slick_list .slick-dots {
  bottom: 0;
}
.top_pickup.slick_list .slick-dots li button:before {
  font-size: 20px;
}
/* 画像固定用（スライドなし） */
.top_pickup.img_list .div_tag {
  display: flex;
  gap: 30px;
  justify-content: center;
}
.top_pickup.img_list .div_tag > div {
  width: calc(100% / 3);
}
.top_pickup.img_list .div_tag figure {
  margin: 0;
}
.top_pickup.img_list .div_tag .heading h3 {
  text-align: center;
}

/* top_news */
.top_news > div {
  width: 70%;
  margin: 0px auto;
  padding: 2rem;
  background-color: #fff;
  border-radius: 10px;
}
.dev-sp .top_news > div {
  width: 95%;
  box-sizing: border-box;
  padding: 2rem 1rem;
}
.cms-public .top_news  .parts,
.cms-public .top_news  .block {
  float: none;
}
body:not(.dev-mb) .cms-public .top_news .heading h2 {
  font-family: var(--font-family-heading);
  font-size: 2rem;
  color: var(--theme-color1);
  margin: 0px;
  padding: 0px 0px 40px;
  text-align: center;
  position: relative;
  background-color: transparent;
}
body:not(.dev-mb) .cms-public .top_news .heading h2::after {
  content: "";
  width: 100px;
  height: 1px;
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--theme-color1);
}
body:not(.dev-mb) .cms-public .top_news .heading h2 span {
  position: relative;
  display: block;
}
.cms-public .top_news .title-list .tab ul.totaling li .title a {
  font-size: 1rem;
}
.top_news .more_link {
  text-align: center;
}
.top_area .more_link figure {
  margin: 40px 0 5px 0;
}
.dev-sp .top_news .more_link figure {
  margin-top: 3rem;
}
.top_news .more_link a {
  font-family: var(--font-family-heading);
  font-size: 1.2rem;
  padding: 10px 25px;
}

/* top_recruit */
.top_recruit .note{
  width: 85%;
  margin: 0 0 0 auto;
  display: grid;
  grid-template-columns: 40% 40% auto;
  /* grid-template-rows: 100px 250px 100px; */
  grid-template-rows: 100px 250px 100px 40px;
  overflow: hidden;
}
.dev-sp .top_recruit .note{
  width: 100%;
  display: block;
}
.top_recruit .note > .block:nth-child(1){
  grid-area: 1 / 1 / 2 / 3;
}
.top_recruit .note > .block:nth-child(2){
  grid-area: 2 / 2 / 4 / 4;
}
.top_recruit .note > .block:nth-child(3){
  grid-area: 2 / 1 / 3 / 2;
}
.top_recruit .note > .block:nth-child(4){
  grid-area: 3 / 1 / 4 / 2;
}
.top_recruit .heading {
  /* width: 1000px; */
  margin: 0px auto 20px;
}
.dev-sp .top_recruit .heading {
  width: 100%;
}
body:not(.dev-mb) .cms-public .top_recruit .heading h2 {
  font-family: var(--font-family-heading);
  font-size: 2rem;
  color: var(--theme-color1);
  margin: 0px;
  padding: 0px 0px 30px;
  text-align: center;
  position: relative;
  background-color: transparent;
}
body:not(.dev-mb).dev-sp .cms-public .top_recruit .heading h2 {
  width: 90%;
  margin: 0 auto;
}
body:not(.dev-mb) .cms-public .top_recruit .heading h2::after {
  content: "";
  width: 100px;
  height: 1px;
  position: absolute;
  top: 1em;
  left: 5em;
  background-color: var(--theme-color1);
}
body:not(.dev-mb) .cms-public .top_recruit .heading h2 span {
  position: relative;
  display: inline-block;
}
.top_recruit .image_listitem figure {
  margin: 0px 10px;
}
.top_recruit .image_listitem figcaption {
  font-family: var(--font-family-heading);
  font-size: 1.2rem;
  color: var(--theme-color1);
  margin-top: 10px;
}
body:not(.dev-mb).dev-sp .top_recruit .slick-slider{
  width: 100vw;
}
.top_recruit .slick-slider img{
  max-height: 350px;
  border-radius: 10px;
}
.dev-sp .top_recruit .slick-prev,
.dev-sp .top_recruit .slick-next {
  display: none;
}
.top_recruit .slick-prev,
.top_recruit .slick-next {
  width: 30px;
  height: 30px;
  border: none;
  background-repeat: no-repeat;
  background-size: contain;
}
.dev-sp .top_recruit .slick-prev,
.dev-sp .top_recruit .slick-next{
  width: 50px;
  height: 50px;
  background-size: 30px;
  background-position: center center;
  top: 75%;
  transform: none;
  background-color: #fff;
  background-repeat: no-repeat;
  display: none !important;
}
.dev-sp .top_recruit .slick-prev{
	left: auto;
	right: 20%;
	background-image: url(/file/img/771.png);
}
.dev-sp .top_recruit .slick-next{
  left: auto;
  right: 5%;
  background-image: url(/file/img/772.png);
}
.top_recruit .slick-prev,
.dev-pc .top_recruit .slick-prev:hover,
.dev-pc .top_recruit .slick-prev:focus, 
.top_recruit .slick-next,
.dev-pc .top_recruit .slick-next:hover,
.dev-pc .top_recruit .slick-next:focus{
  top: auto;
  bottom: -60px;
  width: 70px;
  height: 70px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%;
  background-color: #fff;
  box-shadow: 0 0.1rem 1rem hsl(0deg 0% 0% / 8%);
  border-radius: 50%;
  z-index: 1;
  transition: .3s ease-out;
}
.top_recruit .slick-prev,
.dev-pc .top_recruit .slick-prev:hover,
.dev-pc .top_recruit .slick-prev:focus{
  background-image: url(/file/img/771.png);
  left: calc(50vw - 210px);
}
.top_recruit .slick-next,
.dev-pc .top_recruit .slick-next:hover,
.dev-pc .top_recruit .slick-next:focus {
  background-image: url(/file/img/772.png);
  left: calc(50vw - 120px);
}
.dev-pc .top_recruit .slick-prev:hover,
.dev-pc .top_recruit .slick-prev:focus,
.dev-pc .top_recruit .slick-next:hover,
.dev-pc .top_recruit .slick-next:focus,
.top_recruit .slick-prev::before,
.top_recruit .slick-next::before {
  content: none;
}
.dev-sp .top_recruit .note > div:nth-child(3) .sentence{
  width: 90%;
  margin: 20px auto;
}
.dev-sp .top_recruit .slick-initialized .image_listitem{
  width: 100vw !important;
}
.top_recruit .slick-dots {
  bottom: -35px;
  text-align: left;
}
.dev-sp .top_recruit .slick-dots {
  text-align: center;
}
.top_recruit .slick-dots li button:before {
  font-size: 20px;
}
.top_recruit .more_link ul li a{
  padding: 10px 25px;
  font-family: var(--font-family-heading);
}

/* top_nurse */
.top_nurse {
  min-width: 1200px;
  margin: 150px 0 30px 0;
}
.dev-sp .top_nurse {
  min-width: auto;
}
.top_nurse > .div_tag {
  width: 85%;
  min-width: 1200px;
  margin-right: auto;
  padding-left: 5%;
}
.dev-sp .top_nurse > .div_tag {
  width: 100%;
  min-width: auto;
  margin: 0 auto;
  padding: 0;
}
.top_nurse .note {
  display: grid;
  grid-template-columns: 100px 350px auto;
  grid-template-rows: 400px 100px;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
}
.dev-sp .top_nurse .note {
  display: block;
}
.top_nurse .note > div:nth-child(1) {
  grid-area: 1 / 1 / 3 / 2;
}
.top_nurse .note > div:nth-child(2) {
  grid-area: 1 / 3 / 3 / 4;
}
.top_nurse .note > div:nth-child(3) {
  grid-area: 1 / 2 / 2 / 3;
}
.top_nurse .note > div:nth-child(4) {
  grid-area: 2 / 2 / 3 / 3;
}
body:not(.dev-mb) .cms-public .top_nurse .heading h2 {
  font-family: var(--font-family-heading);
  font-size: 2rem;
  color: var(--theme-color1);
  margin: 0px;
  padding: 0px 0px 30px;
  position: relative;
  background-color: transparent;
}
body:not(.dev-mb) .cms-public .top_nurse .heading h2 {
  width: 90%;
  margin: 0 auto;
}
body:not(.dev-mb) .cms-public .top_nurse .heading h2::after {
  content: "";
  width: 2.8em;
  height: 7px;
  position: absolute;
  background-color: var(--theme-color1);
  bottom: 10px;
}
body.dev-sp:not(.dev-mb) .cms-public .top_nurse .heading h2::after {
    height: 4px;
}
body:not(.dev-mb) .cms-public .top_nurse .heading h2 span {
  position: relative;
  height: 250px;
  display: block;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.5rem;
}
body:not(.dev-mb).dev-sp .cms-public .top_nurse .heading h2 span {
  height: auto;
  -ms-writing-mode: initial;
  writing-mode: initial;
  margin-bottom: 20px;
}
body:not(.dev-mb).dev-sp .cms-public .top_nurse .heading h2 span::after {
  top: 40px;
  left: 0;
}
body:not(.dev-mb) .cms-public .top_nurse .sentence p{
  margin: 0;
}
.top_nurse .note > div:nth-child(2) figure{
  margin: 0;
}
.top_nurse .note > div:nth-child(2) img{
  height: 500px;
  object-fit: cover;
}
.dev-sp .top_nurse .note > div:nth-child(2) img{
  height: auto;
  width: 100vw;
  object-fit: contain;
}
.dev-sp .top_nurse .note > div:nth-child(3) .sentence{
  width: 90%;
  margin: 20px auto;
}

/* top_school */
.top_school {
  min-width: 1200px;
  margin: 50px 0 30px 0;
}
.dev-sp .top_school {
  min-width: auto;
  background-size: 75%;
}
.top_school > .div_tag {
	width: 85%;
	min-width: 1200px;
	margin-left: auto;
}
.dev-sp .top_school > .div_tag {
  width: 100%;
  min-width: auto;
}
.top_school .note {
  display: grid;
  grid-template-columns: 100px 350px auto;
  grid-template-rows: 400px 100px;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
}
.dev-sp .top_school .note {
  display: block;
}
.top_school .note > div:nth-child(1) {
  grid-area: 1 / 1 / 3 / 2;
}
.top_school .note > div:nth-child(2) {
  grid-area: 1 / 3 / 3 / 4;
}
.top_school .note > div:nth-child(3) {
  grid-area: 1 / 2 / 2 / 3;
}
.top_school .note > div:nth-child(4) {
  grid-area: 2 / 2 / 3 / 3;
}
body:not(.dev-mb) .cms-public .top_school .heading h2 {
  font-family: var(--font-family-heading);
  font-size: 2rem;
  color: var(--theme-color1);
  margin: 0px;
  padding: 0px 0px 30px;
  position: relative;
  background-color: transparent;
}
body:not(.dev-mb) .cms-public .top_school .heading h2 {
  width: 90%;
  margin: 0 auto;
}
body:not(.dev-mb).dev-sp .cms-public .top_school .heading h2 span{
  height: auto;
  -ms-writing-mode: initial;
  writing-mode: initial;
  margin-bottom: 20px;
}
body:not(.dev-mb) .cms-public .top_school .heading h2::after {
  content: "";
  width: 2.8em;
  height: 7px;
  position: absolute;
  background-color: var(--theme-color1);
  bottom: 10px;
}
body.dev-sp:not(.dev-mb) .cms-public .top_school .heading h2::after {
    height: 4px;
}
body:not(.dev-mb) .cms-public .top_school .heading h2 span {
  position: relative;
  display: block;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.5rem;
}
body:not(.dev-mb) .cms-public .top_school .heading h2 span::after {
  content: "NURSING SCHOOL";
  width: 100%;
  position: absolute;
  top: 0;
  right: -2em;
  font-family: var(--font-family-english);
  font-size: 0.9rem;
  font-weight: normal;
  letter-spacing: 0.2rem;
}
body:not(.dev-mb).dev-sp .cms-public .top_school .heading h2 span::after {
  top: 40px;
  left: 0;
}
body:not(.dev-mb) .cms-public .top_school .sentence p{
  margin: 0px;
}
.top_school .note > div:nth-child(2) figure{
  margin: 0;
}
.top_school .note > div:nth-child(2) img{
  height: 500px;
  object-fit: cover;
}
.dev-sp .top_school .note > div:nth-child(2) img{
  width: 100vw;
  height: auto;
  object-fit: contain;
}
.dev-sp .top_school .note > div:nth-child(3) .sentence{
  width: 90%;
  margin: 20px auto;
}

/* more_link */
.more_link ul {
  display: flex;
  justify-content: center;
}
.cms-public .area3 .more_link ul li{
  margin: 0;
}
.more_link ul li a {
  position: relative;
  display: inline-block;
  font-family: var(--font-family-english);
  font-size: 1.2rem;
  color: var(--theme-color1);
  padding: 15px 35px;
  transition: .3s ease-out;
  border: 1px solid var(--theme-color1);
  border-radius: 5px;
}
.more_link ul li:hover a, 
.more_link ul li:focus a{
  background-color: var(--theme-color1);
  color: #fff;
}
.dev-sp .more_link ul li a {
    font-size: 1rem;
}


/* top_links */
.cms-public .top_links {
  /* width: calc(100vw - 80px); */
  width: 100% ;
  /* padding: 100px 0px 0px; */
  background-color: #fff;
}
.dev-sp .top_links {
  width: 100vw;
  padding: 0;
}
.top_links div.parts  {
  padding: 50px 0px;
}
.top_links.slick_list .image {
  width: calc(100vw - 640px);
  margin: 0px auto;
}
.top_links .image {
  width: calc(100vw - 620px);
  margin: 0px auto;
}
.dev-sp .top_links.slick_list .image {
  width: calc(100vw - 100px);
}
.dev-sp .top_links.slick_list .image_listitem{
  position: relative;
  width: calc(100vw - 120px)!important;
  transform: translateX(10px);
}
.top_links .image_listitem figure {
  margin: 0 10px;
  transform: translateZ(0);
}
body:not(.dev-mb) .cms-public .top_links .image .image_listitem img {
  border: 1px solid var(--accent-color) !important;
  box-sizing: border-box;
}
.top_links.slick_list .slick-list .slick-track {
  display: flex;
  align-items: center;
}
.top_links.slick_list .slick-prev,
.top_links.slick_list .slick-next {
  width: 30px;
  height: 30px;
  border: none;
  background-repeat: no-repeat;
  background-size: contain;
}
.dev-sp .top_links.slick_list .slick-prev,
.dev-sp .top_links.slick_list .slick-next {
  display: none;
}
.top_links.slick_list .slick-prev,
.top_links.slick_list .slick-prev:hover,
.top_links.slick_list .slick-prev:focus {
  /* background-image: url(/file/img/25.png); */
  background-size: 30px 30px;
  left: -20px;
  width: 15px;
  height: 15px;
  border-top: solid 3px var(--accent-color);
  border-right: solid 3px var(--accent-color);
  transform: rotate(225deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.top_links.slick_list .slick-next,
.top_links.slick_list .slick-next:hover,
.top_links.slick_list .slick-next:focus {
  /* background-image: url(/file/img/26.png); */
  background-size: 30px 30px;
  right: -20px;
  width: 15px;
  height: 15px;
  border-top: solid 3px var(--accent-color);
  border-right: solid 3px var(--accent-color);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.top_links.slick_list .slick-prev:hover,
.top_links.slick_list .slick-prev:focus,
.top_links.slick_list .slick-next:hover,
.top_links.slick_list .slick-next:focus {
  opacity: 0.8;
}
.top_links.slick_list .slick-prev::before,
.top_links.slick_list .slick-next::before {
  content: none;
}
.top_area .top_links .image .image_listitem img {
  width: calc((100vw - 700px) / 3);
  height: auto;
  object-fit: contain;
}
.dev-sp .top_area .top_links.slick_list .image .image_listitem img {
  width: calc(100vw - 150px);
}
.top_links.slick_list .slick-dots {
  bottom: -35px;
}
.top_links.slick_list .slick-dots li button:before {
  font-size: 20px;
}

/* doctor */
.doctor figure, 
.doctor ul, 
.doctor ul li{
	margin: 0 !important;
	padding: 0;
}
.doctor > .note{
  width: 80%;
}
.dev-sp .doctor > .note{
  width: 100%;
}
.doctor > .note > .doctor_positions, 
.doctor > .note > .doctor_furigana,
.doctor > .note > .doctor_name, 
.doctor > .note > .doctor_image, 
.doctor > .note > .doctor_detail, 
.doctor > .note > .doctor_license,
.doctor > .note > .doctor_comment{
  width: 80%;
  min-width: 600px;
  border-left: 1px solid var(--gray-color);
}
.dev-sp .doctor > .note > .doctor_positions, 
.dev-sp .doctor > .note > .doctor_furigana, 
.dev-sp .doctor > .note > .doctor_name, 
.dev-sp .doctor > .note > .doctor_image, 
.dev-sp .doctor > .note > .doctor_detail, 
.dev-sp .doctor > .note > .doctor_license,
.dev-sp .doctor > .note > .doctor_comment{
  width: 100%;
  min-width: auto;
}
.doctor > .note > .doctor_positions {
  padding: 20px 200px 10px 35px;
  box-sizing: border-box;
  margin-top: 50px;
  border-top: 1px solid var(--gray-color);
  border-radius: 10px 0 0 0;
}
.dev-sp .doctor > .note > .doctor_positions {
  padding: 20px 30% 10px 20px;
}
.doctor > .note > .doctor_positions li{
	color: var(--theme-color1);
	font-weight: bold;
	font-size: 1rem;
	font-family: var(--font-family-heading);
}
.doctor > .note > .doctor_furigana,
.doctor > .note > .doctor_name{
	padding: 0 200px 0 35px;
	box-sizing: border-box;
}
.dev-sp .doctor > .note > .doctor_furigana,
.dev-sp .doctor > .note > .doctor_name{
    padding: 0 30% 0 20px;
}
.doctor > .note > .doctor_name li{
	color: var(--theme-color1);
	font-size: 1.5rem;
	font-family: var(--font-family-heading);
}
.doctor > .note > .doctor_furigana li {
  font-size: 0.8rem;
  line-height: 1rem !important;
  color: var(--theme-color1);
  font-family: var(--font-family-heading);
  letter-spacing: 0px;
}
.doctor > .note > .doctor_image{
    width: 80%;
    position: relative;
    margin-top: -100px;
    right: 0;
    padding: 10px 15px 0 0;
    box-sizing: border-box;
}
.dev-sp .doctor > .note > .doctor_image{
	left: 0;
	padding: 0;
}
.cms-public .doctor > .note > .doctor_image img{
	width: 150px;
	height: 200px;
}
.dev-sp .doctor > .note > .doctor_image img{
	width: 60%;
	height: auto;
	object-fit: contain;
}
.doctor > .note > .doctor_detail{
	position: relative;
	margin-top: -110px;
	padding: 20px 0 10px 35px;
	box-sizing: border-box;
}
.doctor > .note > .doctor_image + .doctor_detail{
  padding: 20px 200px 10px 35px;
}
.doctor > .note > .doctor_name + .doctor_detail{
    margin-top: 0;
}
.dev-sp .doctor > .note > .doctor_detail{
  padding: 0 0 0 20px !important;
   margin-top: 0;
}
.doctor > .note > .doctor_detail:has(+ .doctor_positions){
	height: min-content;
  padding: 20px 0 15px 35px;
}
.dev-sp .doctor > .note > .doctor_detail:has(+ .doctor_positions){
  padding: 0 0 15px 20px !important;
}
.doctor > .note > .doctor_image + .doctor_detail:has(+ .doctor_positions){
  padding: 20px 200px 15px 35px;
}
.cms-public .doctor .doctor_detail .list li {
	margin: 10px 0;
}
.dev-sp .cms-public .doctor .doctor_detail .list li {
	margin: 0 0 20px 0 !important;
}
.dev-sp .cms-public .doctor .doctor_detail .list li.first {
	display: flex;
	flex-direction: column;
}
.cms-public .doctor .doctor_detail .list li:before{
	content: none;
}
.cms-public .doctor .doctor_detail .list li span{
	position: relative;
}
.cms-public .doctor .doctor_detail .list li span.second{
	padding-left: 25px;
}
.cms-public .doctor .doctor_detail .list li span.second:before{
	content: '';
	position:absolute;
	left: 0;
	width: 1px;
	height: 100%;
	background-color: var(--gray-color);
}
.dev-sp .cms-public .doctor .doctor_detail .list li span.second:before{
	content: none;
}
.doctor > .note > .doctor_license{
    padding: 0 0 15px 35px;
    box-sizing: border-box;
}
.dev-sp .doctor > .note > .doctor_license{
	padding: 0 0 15px 20px;
}
.dev-sp .doctor > .note > .doctor_license .list li{
	margin: 0 0 20px 0 !important;
}
.doctor > .note > .doctor_comment{
	position: relative;
	padding: 30px 0px 10px 35px;
	box-sizing: border-box;
}
.dev-sp .doctor > .note > .doctor_comment{
	padding: 30px 0 10px 20px;
}
.doctor > .note > .doctor_comment:before{
	content: 'コメント';
	position:absolute;
	top: -10px;
	width: 100%;
	font-size: 1rem;
	font-weight: bold;
}
.doctor > .note > .doctor_comment:after{
	content: '';
	position:absolute;
	top: 20px;
	width: calc(100% - 35px);
	height: 1px;
	background-color: var(--gray-color);
}
.doctor > .note > .doctor_comment .sentence{
	margin: 0;
}
.doctor > .note > .doctor_comment .sentence p{
	margin: 0;
}

/* qa-list */
.cms-public .qa-list .list ul li.first{
  position: relative;/*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size:1rem;
  font-weight: normal;
  padding: 1% 1% 1% 50px;
  transition: all .5s ease;
  margin: 0;
}
.dev-sp .cms-public .qa-list .list ul li.first{
  padding: 1% 1% 1% 40px;
  display: flex;
  margin: 1em 0;
  font-size:1em;
}
.cms-public .qa-list .list ul li.first::before, 
.cms-public .qa-list .list ul li.first::after{
  position: absolute;
  content:'';
  width: 15px;
  height: 2px;
  background-color: #333;
}
.dev-sp .cms-public .qa-list .list ul li.first::before, 
.dev-sp .cms-public .qa-list .list ul li.first::after{
  width: 12px;
}
.cms-public .qa-list .list ul li.first::before{
  top:51%;
  left: 15px;
  transform: rotate(0deg);
}
.dev-sp .cms-public .qa-list .list ul li.first::before{
  top: 20px;
  left: 10px;
}
.cms-public .qa-list .list ul li.first::after{
  top:51%;
  left: 15px;
  transform: rotate(90deg);
}
.dev-sp .cms-public .qa-list .list ul li.first::after{
  top: 20px;
  left: 10px;
}
.cms-public .area3:not(.top_area) .qa-list ul.list-style-table li span.first {
  width: 2em !important;
  border: none;
}
.cms-public .area3:not(.top_area) .qa-list ul.list-style-table li span.second {
  margin-left: 40px !important;
  padding: 0;
}
.dev-sp .cms-public .area3:not(.top_area) .qa-list ul.list-style-table li span.second{
  margin: 0 !important;
}
.cms-public .area3:not(.top_area) .qa-list ul.list-style-table li span.second:before{
  content: none;
}
/* closeというクラスがついたら形状変化 */
.cms-public .qa-list .list ul li.first.close::before{
  transform: rotate(45deg);
}
.cms-public .qa-list .list ul li.first.close::after{
  transform: rotate(-45deg);
}
/* アコーディオンで現れるエリア */
.cms-public .qa-list .list ul li.next {
  display: none;/*はじめは非表示*/
  background: var(--theme-color3);
  margin-bottom: 3%;
  padding: 3% 3% 3% 50px;
}
.dev-sp .cms-public .qa-list .list ul li.next {
  display: flex;
  margin: 0 1% 1% 0;
  padding: 1% 1% 1% 40px;
}
.dev-sp .cms-public .qa-list .list figure{
  margin: 0 1em;
}
.dev-sp .cms-public .qa-list .list ul{
  padding-left: 0;
}
.dev-sp .area3.qa-list .list > figure > ul.list-style-table > li > span.first{
  width: 30px !important;
}
.dev-sp .area3.qa-list .list > figure > ul.list-style-table > li > span.second{
  margin-left: 0 !important;
}


/* full-navigation */
.overlay {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100% - 80px);
    background: white;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
}
.dev-sp .overlay {
	top: 80px;
}
body.is-open .overlay {
    opacity: 1;
    visibility: visible;
}
.overlay-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 20px 80px 50px 50px;
    box-sizing: border-box;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.dev-sp .overlay-content {
    flex-direction: column; /* 縦に要素を並べる */
    align-items: flex-start;
    padding: 20px 80px 20px 10px;
    overflow: hidden; /* 全体のスクロールを防ぐ */
}
body.is-open .overlay .overlay-content {
    opacity: 1;
    transform: translateY(0);
}
.nav-container {
  flex: 1; /* 高さを調整 */
  overflow-y: auto; /* 縦スクロールを有効化 */
  display: flex;
  flex-direction: column; /* 縦に並べる */
  justify-content: flex-start;
  align-items: flex-start;
  border-right: 1px solid var(--gray-color);
  width: 100%;
}
.left-menu {
  flex: 2;
  max-width: 50%;
  position: relative;
  height: calc(100vh - 150px);
}
.left-menu img {
  width: 100%;
  height: calc(100vh - 200px);
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.5s ease-out;
  object-fit: cover;
  border-radius: 10px;
}
.left-menu img.active {
    opacity: 1;
    z-index: 1;
}
.links {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.dev-sp .links {
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
	margin-top: 20px;
	padding-top: 50px;
	border-top: 1px solid var(--gray-color);
	width: 90%;
}
.links a {
	position: relative;
	font-size: 0.8rem;
	padding: 5px 10px;
	margin: 0 10px;
}
.dev-sp .links a {
	margin: 0;
}
.links a::after {
  background-color: var(--gray-color);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s ease-out;
  width: 100%;
}
.links a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.global-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1.3;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: calc(100vh - 150px);
}
.dev-sp .global-nav {
	height: auto;
	width: 100%;
}
.dev-sp .global-nav div {
	width: 100%;
}
.dev-sp .global-nav div:has(+ ul:not([style*="display: none"])) {
  padding-bottom: 15px;
  border-bottom: 1px solid var(--gray-color);
}
.global-nav li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 14px 5px 14px 30px;
    box-sizing: border-box;
    position: relative;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: .05em;
}
.dev-sp .global-nav > li {
	font-size: 1.5rem;
	padding: 12px 14px;
	margin-bottom: 5px;
	flex-wrap: wrap;
	width: 100%;
}
.dev-sp .global-nav > li ul {
  padding-left: 5px;
  box-sizing: border-box;
}
.dev-sp .global-nav > li ul li {
	padding: 5px 0 5px 20px;
	font-size: 15px;
  font-weight: normal;
}
.dev-sp .global-nav > li ul:has(.category_title) li{
  padding: 2px 0 0px 30px;
  line-height: 2;
}
.dev-sp .global-nav li ul li.category_title {
  font-size: 20px;
  padding: 13px 0 0 13px;
  margin: 0 0 13px 0;
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  letter-spacing: normal;
}
.dev-sp .global-nav li ul li.js-accordion {
  padding: 5px 0;
}
.dev-sp .global-nav li ul li.js-accordion div,
.dev-sp .global-nav li ul li.js-accordion ul{
	padding-left: 20px;
}
.dev-sp .global-nav > li ul li.category_title::before{
  content: '';
  width: 8px;
  height: 1.5px;
  background: var(--gray-color);
  translate: 0 -50%;
  position: absolute;
  top: 40%;
  left: 0;
  bottom: 0;
  margin: auto;
}
.dev-sp .global-nav > li ul li:not(.category_title, .js-accordion)::before,
.dev-sp .global-nav > li ul li.js-accordion div::before {
  content: '';
  background-image: url('/file/img/6538.png');
  position: absolute;
  top: 3px;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 9px;
}
.dev-sp .global-nav > li ul:has(.category_title) li:not(.category_title)::before{
  left: 15px;
}
.global-nav li:after {
	position: absolute;
	bottom: -10px;
	font-size: 0.8rem;
	color: var(--gray-color);
}
.global-nav li:hover ~ .left-menu img {
    opacity: 0.5;
}
.global-nav li a{
  font-family: "Zen Maru Gothic";
  transition: color 0.3s ease;
}
.dev-sp .global-nav li a{
  letter-spacing: 0.75px;
  font-family: "Zen Kaku Gothic New", "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, sans-serif;
  font-weight: 500;
}
.dev-sp .global-nav > li >  a {
  font-family: 'Zen Maru Gothic';
}
.dev-sp .global-nav > li > div > a {
  width: calc(100% - 30px);
  display: block;
  font-family: 'Zen Maru Gothic';
}
.global-nav li.dimmed a{
    color: var(--gray-color);
}
.right-menu {
    flex: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: calc(100vh - 150px);
    overflow-y: auto;
    scrollbar-width: thin;
}
.right-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.right-menu li {
    display: none;
    list-style: none;
}
.right-menu li ul {
    list-style: none;
    padding-left: 40px;
}
.right-menu li ul li {
    margin-bottom: 30px;
    line-height: 2;
}
.global-nav + .right-menu li ul li{
	margin-bottom: 16px;
}
.right-menu li ul li.category_title {
  font-size: 1.25rem;
  font-family: "Zen Maru Gothic";
  line-height: 2;
  font-weight: 500;
  margin-top: -7px;
  padding: 10px 0;
  margin: 0;
}
.right-menu li ul:has(.category_title) > li:not(.category_title) {
  margin-left: 1rem;
}
.right-menu li.active {
	over-flow-y: auto;
}
.right-menu li.active, 
.right-menu li.active ul li{
    display: block;
}
.right-menu li ul li a{
	position: relative;
	color: var(--gray-color);
	border-bottom: 1px solid;
	padding-bottom: 5px;
  font-family: "Zen Kaku Gothic New", "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.75px;
}
.right-menu li ul li a:hover, 
.right-menu li ul li a:focus {
	color: var(--theme-color1);
	border-bottom: 1px solid;
}
.right-menu li ul li ul li{
    margin: 20px;
    line-height: 1.5;
	position: relative;
}
.right-menu li ul li ul li a{
	border: none;
}
.right-menu li ul li ul li a:hover, 
.right-menu li ul li ul li a:focus{
	border: none;
}
.right-menu li ul li ul li a:before{
	content: '';
	position: absolute;
	left: -30px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 1px;
	background-color: var(
	--gray-color)
}
.right-menu li ul li ul li a:after{
	content: '';
	position: absolute;
	left: -30px;
	top: 50%;
	transform: translateY(-50%);
	width: 7px;
	height: 7px;
	background-color: var(--theme-color1);
	border-radius: 50%;
	transition: .3s ease-out;
}
.right-menu li ul li ul li a:hover::after, 
.right-menu li ul li ul li a:focus::after{
	left: -15px;
}
.vertical-icons {
    position: fixed;
    right: 15px;
    bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.vertical-icons .icon {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
	background-size: 70%;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.vertical-icons .icon:nth-child(1) {
    background-image: url(/file/img/486.png);
}
.vertical-icons .icon:nth-child(2) {
    background-image: url(/file/img/12.png);
}
.vertical-icons .icon:nth-child(3) {
    background-image: url(/file/img/8.png);
}
.vertical-icons .icon:nth-child(4) {
    background-image: url(/file/img/2592.png);
}
.vertical-icons .icon:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* contact */
div[class^="inquiry_part_"] .input{
  display: block;
  padding-bottom: 2rem;
}
div[class^="inquiry_part_"] label.qmain{
  font-size: 1rem;
  margin-bottom: 0.3rem;
  display: block;
}
div[class^="inquiry_part_"] .qinput {
  margin: 0;
  padding: 0;
}
div[class^="inquiry_part_"] .qinput:has(.user_options){
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
div[class^="inquiry_part_"] .user_options{
  line-height: 2;
}
.dev-sp div[class^="inquiry_part_"] .user_options{
  font-size: 0.9rem
}
.qinput input[type="radio"], .qinput input[type="checkbox"]{
  margin: 5px 15px 5px 0;
  appearance: none;
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid var(--gray-color);
  border-radius: 50%;
  vertical-align: -7px;
}
.qinput input[type="radio"]:checked:before,
.qinput input[type="checkbox"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--theme-color1);
  content: '';
  animation: anim-radio-2 .3s linear;
}
@keyframes anim-radio-2 {
    0% {
        box-shadow: 0 0 0 1px transparent;
    }
    50% {
        box-shadow: 0 0 0 10px rgb(var(--theme-color1-1), var(--theme-color1-2), var(--theme-color1-3), 0.1);
    }
    100% {
        box-shadow: 0 0 0 10px transparent;
    }
}
div[class^="inquiry_part_"] input[type='text'], 
div[class^="inquiry_part_"] textarea{
  width: 80% !important;
  height: 45px;
  font-size: 1rem;
  box-sizing: border-box;
  padding: 0.5rem;
  font-family: var(--font-family-default);
}
.dev-sp div[class^="inquiry_part_"] input[type='text'], 
.dev-sp div[class^="inquiry_part_"] textarea{
  width: 100% !important;
  padding: 10px;
}
div[class^="inquiry_part_"] textarea{
  min-height: 200px;
}
div[class^="inquiry_part_"] input[type='text'] ~ div{
  font-size: 0.8rem;
  font-weight: bold;
}
div[class^="inquiry_part_"] .submit > input{
  width: 80%;
  background-color: var(--gray-color);
  border: none;
  margin: 2rem 0 0 0;
  padding: 20px 40px;
  cursor: pointer;
  border-radius: 5px;
  color: #fff;
  transition: .3s ease-out;
  font-size: 1rem;
  font-family: var(--font-family-default);
}
.dev-sp div[class^="inquiry_part_"] .submit > input{
  width: 100%;
}
div[class^="inquiry_part_"] .submit > input:hover, 
div[class^="inquiry_part_"] .submit > input:focus{
  background-color: var(--theme-color1);
}
div[class^="inquiry_part_"] input[type='text'][name="captcha"]{
  display: block;
}

/* menu_list */
.cms-public .area3 .menu_list figure {
  margin: 0;
}
.cms-public .area3 .menu_list ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	/* margin: 15px 0; */
	margin: 25px 0;
	row-gap: 40px;
}
.dev-sp .cms-public .area3 .menu_list ul{
	flex-direction: column;
	align-items: center;
	flex-wrap: nowrap;
  row-gap: 0;
}
.cms-public .area3 .menu_list ul li{
	position: relative;
	background: transparent;
	border: none;
  margin: 0 25px;
	box-sizing: border-box;
	width: calc(50% - 50px) !important;
	min-height: 60px;
}
.dev-sp .cms-public .area3 .menu_list ul li {
  width: 100% !important;
  border-bottom: 1px solid var(--gray-color);
}
.cms-public .area3 .menu_list ul li a{
	position: absolute;
	height: 100%;
	width: 100%;
	background: transparent;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	transition: .3s ease-out;
	border: 1px solid var(--theme-color2);
	border-radius: 5px;
	box-sizing: border-box;
	padding: 0 25px;
	box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.2);
	color: var(--theme-color1);
}
.dev-sp .cms-public .area3 .menu_list ul li a{
  padding: 5px 20px 5px 10px;
  box-shadow: none;
  border: none;
}
.cms-public .area3 .menu_list ul li a:before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px var(--accent-color);
  border-right: solid 2px var(--accent-color);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}
.dev-sp .cms-public .area3 .menu_list ul li a:before {
  right: 10px;
}
.cms-public .area3 .menu_list ul li a ~ img{
	/* position: relative;
	height: 15px;
	width: 15px;
	top: 50%;
	right: 5px;
	transform: translateY(-50%); */
  display: none;
}
/* .dev-sp .cms-public .area3 .menu_list ul li a ~ img{
    top: unset;
    transform: unset;
} */
.cms-public .area3 .menu_list ul li a:hover, 
.cms-public .area3 .menu_list ul li a:focus{
	background-color: var(--theme-color1);
	color: #fff;
	border: 1px solid var(--theme-color1);
	box-shadow: none;
}
@media screen and (max-width: 768px) {
  .dev-pc .cms-public .area3 .menu_list ul{
	flex-direction: column;
	align-items: center;
	flex-wrap: nowrap;
	padding: 0 50px 0 25px;
	box-sizing: border-box;
  }
  .dev-pc .cms-public .area3 .menu_list ul li {
    width: 100% !important;
  }
  .dev-pc .cms-public .area3 .menu_list ul li a{
    padding: 5px 20px 5px 10px;
  }
  .dev-pc .cms-public .area3 .menu_list ul li a:before {
    right: 10px;
  }
}

/* consultation_menu */
.consultation_menu figure{
	margin: 0;
}
.cms-public .area3 .consultation_menu ul{
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 15px 0;
	display: grid;
	grid-auto-rows: 1fr;
	grid-template-columns: 1fr 1fr;
}
.cms-public .area3 .consultation_menu ul:after{
  content: none;
}
.dev-sp .cms-public .area3 .consultation_menu ul{
	flex-direction: column;
	align-items: center;
	flex-wrap: nowrap;
	display: flex;
}
.cms-public .area3 .consultation_menu ul li{
	position: relative;
	background: transparent;
	border: none;
	margin: 15px;
	box-sizing: border-box;
	width: calc(50% - 30px);
	/* min-height: 140px; */
	/* display: flex; */
	/* justify-content: flex-end; */
	/* height: calc(100% / 6); */
	width: calc(100% - 30px);
}
.dev-sp .cms-public .area3 .consultation_menu ul li {
	display: flex;
	align-items: center;
	width: 100%;
  min-height: 120px;
}
.cms-public .area3 .consultation_menu ul li a{
	/* position: absolute; */
	height: 100%;
	width: 100%;
	background: transparent;
	display: flex;
	align-items: center;
	transition: .3s ease-out;
	border: 1px solid var(--theme-color2);
	border-radius: 5px;
	box-sizing: border-box;
	padding: 10px 20px;
	transition: .3s ease-out;
	color: var(--theme-color1);
	box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.2);
}
.dev-sp .cms-public .area3 .consultation_menu ul li a{
    font-size: 3.5vw;
    padding: 5px;
    position: absolute;
}
.cms-public .area3 .consultation_menu ul li a ~ img{
	position: relative;
	height: 15px;
	width: 15px;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
}
.dev-sp .cms-public .area3 .consultation_menu ul li a ~ img{
    top: unset;
    transform: unset;
}
.cms-public .area3 .consultation_menu ul li a:hover, 
.cms-public .area3 .consultation_menu ul li a:focus{
	background-color: var(--theme-color1);
	color: #fff;
	border: 1px solid var(--theme-color1);
	box-shadow: none;
}

/* df_link */
.df_link figure{
	margin: 0;
}
.df_link ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.dev-sp .df_link ul{
	justify-content: center;
}
.df_link ul li{
	min-width: 200px;
	margin: 15px;
}
.dev-sp .df_link ul li{
	width: 100%;
}
.df_link a{
    background: #fff;
    border-bottom: 1px solid var(--gray-color);
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
    padding: 10px 45px 20px 10px;
    box-sizing: border-box;
}
.df_link a ~ img{
    display: none;
}
.df_link a::before {
    position: absolute;
    bottom: -1px;
    left: 0;
    display: block;
    width: 0;
    height: 1px;
    content: "";
    background-color: var(--theme-color1);
    transition: .3s ease-out;
}
.df_link a::after {
  content: '→';
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--theme-color1);
  right: 10px;
  color: var(--theme-color1);
  pointer-events: none;
  transition: .3s ease-out;
}
.df_link a:hover {
  opacity: 1;
  color: var(--theme-color1);
}
.df_link a:hover::before {
  width: 100%;
}
.df_link a:hover::after{
  color: #fff;
  background-color: var(--theme-color1);
}

/* map */
.map iframe{
	margin: 30px 0;
	width: 100%;
}

/* history */
.cms-public .history figure{
	margin: 0;
}
.cms-public .history figcaption h2{
	position: relative;
	text-align: center;
	margin: 1em 0 2em 0;
}
.cms-public .area3 .history ul{
	padding: 1em 0;
	margin: 4em 0;
}
.dev-sp .cms-public .area3:not(.top_area) .history ul.list-style-table li{
	display: unset;
}
.cms-public .area3 .history ul li.first span.first:before, 
.cms-public .area3 .history ul li.first span.second:after{
	position: absolute;
	top: calc(-1rem - 40px);
	left: 10px;
	width: calc(100% - 20px);
	height: 40px;
	color: rgb(var(--theme-color1-1), var(--theme-color1-2), var(--theme-color1-3), 0.3);
	border-bottom: 1px solid var(--gray-color);
	font-weight: bold;
	font-size: 1.2rem;
}
.cms-public .area3 .history ul li.first span.first:before{
	content: 'MONTH';
}
.cms-public .area3 .history ul li.first span.second:after{
	content: 'ARCHIVE';
	text-align: left;
	padding-left: 10px;
}
.dev-sp .cms-public .area3 .history ul li.first span.second:after{
	text-align: center;
	padding-left: 0;
}
.cms-public .area3 .history ul li span.first{
	text-align: center;
}
.dev-sp .cms-public .area3 .history ul.list-style-table li span.first{
	width: 40% !important;
	margin: 0;
}
.cms-public .area3 .history ul.list-style-table li span.second{
	margin: 2em 0;
}
.dev-sp .cms-public .area3 .history ul.list-style-table li span.second{
	margin-left: 40% !important;
}

/* search */
.cms-public .search{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 50px 0;
}
.cms-public .search .search_text{
	padding: 25px 20px;
	border: none;
	border-bottom: 1px solid var(--gray-color);
	font-family: var(
	--font-family-default);
	transition: .2s ease-out;
	font-size: 1rem;
}
.cms-public .search .search_text:focus{
	outline: none;
	border-bottom: 3px solid var(--gray-color);
}
.cms-public .search .search_result{
	width: 35% !important;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
	margin-left: 0;
	padding: 20px 0;
	font-family: var(--font-family-default);
	border-radius: 5px;
	transition: .3s ease-out;
	font-size: 0.9rem;
}
.cms-public .search .search_result:hover, 
.cms-public .search .search_result:focus{
	opacity: 0.8;
}

/* division */
.area3.a_grid-area, 
.area3.ad_grid-area{
	width: calc(100% - 80px);
	max-width: calc(100% - 80px);
	display: grid;
	grid-template-columns: 280px auto;
	padding: 80px 80px;
	box-sizing: border-box;
	margin: 0 auto 0 0;
}
.ad_grid-area > .parts:first-child{
	width: 80%;
	margin: 0 auto;
	text-align: left;
	grid-area: 1 / 1 / 2 / 3;
}
.dev-sp .ad_grid-area > .parts:first-child{
    width: 100%;
}
.a_grid-area > .parts:nth-child(2){
	position: relative;
	width: 90%;
	margin: 0 auto;
}
.dev-sp .a_grid-area > .parts:nth-child(2){
    width: 100%;
}
.ad_grid-area .anker_link_div .block, 
.a_grid-area .anker_link .block{
    padding-top: 0;
    position: sticky;
    top: 80px;
    left: 0;
    z-index: 1;
    max-height: calc(100vh - 130px);
}
.dev-sp .ad_grid-area .anker_link_div .block, 
.dev-sp .a_grid-area .anker_link .block{
	width: 100%;
	padding: 0;
	position: static;
}
.ad_grid-area .anker_link_div > .note, 
.a_grid-area .parts:first-child > .note{
	height: 100%;
}

/* interview */
.interview {
  padding: 50px 1rem;
  box-sizing: border-box;
}
.dev-sp .interview {
  padding: 30px 0;
}
.interview figure{
  margin: 0;
}
.interview > .note{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
}
.dev-sp .interview > .note{
  grid-template-columns: auto;
}
.interview .block:nth-child(1){
  grid-area: 1 / 2 / 4 / 3;
}
.dev-sp .interview .block:nth-child(1){
  grid-area: 1 / 1 / 2 / 2;
}
.interview .block:nth-child(2){
  grid-area: 1 / 1 / 2 / 2;
}
.dev-sp .interview .block:nth-child(2){
  grid-area: 2 / 1 / 3 / 2;
}
.interview .block:nth-child(3){
  grid-area: 2 / 1 / 3 / 2;
}
.dev-sp .interview .block:nth-child(3){
  grid-area: 3 / 1 / 4 / 2;
}
.interview .block:nth-child(4){
  grid-area: 3 / 1 / 4 / 2;
}
.dev-sp .interview .block:nth-child(4){
  grid-area: 4 / 1 / 5 / 2;
}
.interview .block:nth-child(1) figure{
  margin: 10px;
}
.interview .block:nth-child(1) img{
  border-radius: 10px;
}
.cms-public .interview .block:nth-child(2) .heading h3{
  margin: 0;
  padding: 1rem 0;
  border: none;
  font-size: 1.4rem;
}
.dev-sp .cms-public .interview .block:nth-child(2) .heading h3{
  padding: 1rem 10px;
}
.interview .block:nth-child(3) ul{
  margin: 0;
}
.interview .block:nth-child(3) li{
  font-weight: bold;
}
.dev-sp .interview .block:nth-child(3) li{
  padding: 0px 10px 0px 10px;
}

/* flow */
.flow figure{
  margin: 0 2rem;
}
.dev-sp .flow figure{
  margin: 0 10px;
}
.flow li{
  display: flex;
  align-items: stretch;
}
.dev-sp .flow li{
  flex-wrap: wrap;
}
.flow ul.list-style-table li span{
  display: flex;
  min-height: 100%;
  min-width: 80px;
  margin-left: 0 !important;
}
.dev-sp .cms-public .area3:not(.top_area) .flow ul.list-style-table li span{
  margin: 0;
}
.flow span.first{
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background-color: var(--theme-color1);
  border: 1px solid var(--gray-color);
  border-radius: 5px;
  color: #fff;
}
.dev-sp .flow span.first{
  min-width: 110px;
  padding: 0.2rem 0.5rem;
}
.flow span.second{
  width: 100%;
  align-items: center;
}
.cms-public .area3:not(.top_area) .flow ul.list-style-table li span.second:before{
  content: none;
}

/* accordion */
.js-accordion .note > .block:first-child{
  cursor: pointer;
}
.toggle-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5em;
    font-weight: bold;
    color: var(--theme-color1);
    cursor: pointer;
    user-select: none;
}
.dev-sp .toggle-btn {
	right: 0;
	font-size: 1.2em;
}

/* frame_doctor_list */
body:not(.dev-mb).dev-sp .cms-public .area3.frame_doctor_list .heading h2{
  font-size: 1rem;
}
body:not(.dev-mb).dev-sp .cms-public .area3.frame_doctor_list .div_tag .parts:has(h2):not(:nth-of-type(1)){
  margin-top: 10px;
}

/* doctor_list */
.doctor_list caption {
  display: none;
}

/* zebra_striping */
.cms-public .zebra_striping .table table tbody tr:nth-of-type(odd) td {
  color: var(--default-color);
  background-color: rgb(var(--light-theme-color-1), var(--light-theme-color-2), var(--light-theme-color-3), 0.3);
  padding: 0.5rem;
  box-sizing: border-box;
  font-weight: normal;
  outline: 1px solid #fff;
  border: none;
  font-family: var(--font-family-heading);
}
.dev-sp .cms-public .zebra_striping .table table tbody {
  white-space: pre-wrap !important;
}
/* table fontsize small */
.cms-public .table_fontsize_small .table table {
  font-size: 1rem;
}
.cms-public .table_fontsize_small .table table th,
.cms-public .table_fontsize_small .table table td {
  font-size: 12px;
}

/* table_2columns */
.dev-sp .cms-public .table_2columns .table table tbody {
  white-space: pre-wrap !important;
}
.dev-sp .cms-public .table_2columns .table table tr td {
  padding: 0.5rem;
}
.dev-sp .cms-public .table_2columns .table table ,
.dev-sp .cms-public .table_2columns .table table tr th,
.dev-sp .cms-public .table_2columns .table table tr td {
  font-size: 0.9rem !important;
}

/* area_group_vertical */
.area3.area_group_vertical.a_grid-area {
  grid-template-columns: auto;
  width: calc(100% - 80px);
  max-width: 1000px;
  margin: 0 auto;
  padding: 1rem;
  box-sizing: content-box;
}
.dev-sp .area3.area_group_vertical.a_grid-area {
  width: 95%;
  padding: 0;
}
.area3.area_group_vertical.a_grid-area .anker_link {
  padding: 0 0 0 0;
}
.dev-sp .area3.area_group_vertical.a_grid-area .anker_link {
  padding: 0 0 2rem 0;
}
.area3.area_group_vertical.a_grid-area > .parts {
  width: 100%;
  overflow-x: auto;
}
.dev-sp .area3.area_group_vertical.a_grid-area > .parts {
  overflow-x: unset;
}
.area3.area_group_vertical.a_grid-area .anker_link figure > ul {
  flex-direction: row;
  margin-bottom: 50px;
  overflow: hidden;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 1rem;
}
.dev-sp .area3.area_group_vertical.a_grid-area .anker_link ul{
  flex-direction: column;
  margin: 0;
  padding: 1rem 0.5rem;
  flex-wrap: nowrap;
  overflow: scroll;
}
.area3.area_group_vertical.a_grid-area .anker_link figure > ul li ul {
  flex-direction: row;
  padding: 0;
  flex-wrap: wrap;
  overflow: hidden;
  justify-content: flex-start;
}
.area3.area_group_vertical.a_grid-area .anker_link ul li {
  /* white-space: pre; */
  flex: initial;
  margin: 0;
}
.dev-sp .area3.area_group_vertical.a_grid-area .anker_link ul li {
  white-space: pre-wrap;
  margin: 0 10px;
}
.area3.area_group_vertical.a_grid-area .anker_link ul li a {
  height: auto;
  width: 15em;
  padding: 10px 5px 10px 30px;
  line-height: 1.5;
}
.dev-sp .area3.area_group_vertical.a_grid-area .anker_link ul li a {
  width: 100%;
  padding: 10px 1rem;
  line-height: 2;
}
.cms-public .area3.area_group_vertical .anker_link ul li ul li a {
  padding: 5px 5px 5px 30px;
}

/* pagination */
.cms-public .title-list .paging a{
  border: none;
  margin: 0;
}
.cms-public .title-list .paging span{
  padding: 0 0.5rem;
}
.cms-public .title-list .paging span.first,
.cms-public .title-list .paging span.prev,
.cms-public .title-list .paging span.page,
.cms-public .title-list .paging span.next,
.cms-public .title-list .paging span.last{
  color: var(--default-color);
}
.cms-public .title-list .paging .number .active, 
.cms-public .title-list .paging a:hover span.first,
.cms-public .title-list .paging a:focus span.first,
.cms-public .title-list .paging a:hover span.prev,
.cms-public .title-list .paging a:focus span.prev,
.cms-public .title-list .paging a:hover span.page,
.cms-public .title-list .paging a:focus span.page,
.cms-public .title-list .paging a:hover span.next,
.cms-public .title-list .paging a:focus span.next,
.cms-public .title-list .paging a:hover span.last, 
.cms-public .title-list .paging a:focus span.last{
  color: var(--theme-color1);
}
.cms-public .title-list .paging .number .active{
  font-size: 1.2rem;
}

/* display-none */
.display-none{
  display: none;
}

/* qa */
.js-accordion.qa .block:first-child{
  border-bottom: 1px solid var(--theme-color2);
  padding: 0 20px 0 30px;
  box-sizing: border-box;
  position: relative;
}
.js-accordion.qa .block:first-child::before{
  content: 'Q.';
  position: absolute;
  top: 17px;
  left: 10px;
  height: 100%;
  width: auto;
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--theme-color1);
}
.js-accordion.qa .block:nth-child(n+2){
  margin-top: 10px;
  background-color: rgb(var(--gray-color-1), var(--gray-color-2), var(--gray-color-3), .1);
  border-radius: 10px;
  padding: 0 0 0 30px;
  box-sizing: border-box;
  position: relative;
}
.js-accordion.qa .block:nth-child(n+2)::before{
  content: 'A.';
  position: absolute;
  top: 17px;
  left: 10px;
  height: 100%;
  width: auto;
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--accent-color);
}

/* slide */
.cms-public .a_grid-area div.slide{
	width: calc(60vw - 1rem);
}
.dev-sp .cms-public .a_grid-area div.slide{
	width: calc(100vw - 3rem);
}
.cms-public .a_grid-area .slide .slick-dotted.slick-slider{
    margin-bottom: 40px;
}
.cms-public .a_grid-area .slide .slick-dots{
	bottom: -40px;
}
body:not(.dev-mb) .cms-public .a_grid-area .slide .image figcaption{
	height:30px;
	font-size: 1rem;
}
.cms-public div.slide div.prev, 
.cms-public div.slide div.next{
	top: 42.5%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
}
.cms-public div.slide div.prev span.arrow, 
.cms-public div.slide div.next span.arrow{
	background-image: unset;
	opacity: 1;
}
.cms-public div.slide div.prev span.arrow:before, 
.cms-public div.slide div.next span.arrow:before{
	content: '〈';
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 1.5rem;
	opacity: 1;
	color: var(--default-color);
}
.cms-public div.slide div.next span.arrow:before{
	content: '〉';
}
.cms-public div.slide ul.slide{
	height: 100%;
	width: auto;
	text-align: center;
	box-sizing: border-box;
}
.cms-public div.slide ul.slide li{
	position: static;
	height: 85%;
	width: 100%;
}
.cms-public div.slide ul.slide img{
	height: 100%;
	width: 100%;
	object-fit: contain;
}
.cms-public div.slide ul.index{
	position: relative;
	bottom: 5rem;
	left: 0;
	text-align: center;
	z-index: 0;
	text-wrap: nowrap;
}
.cms-public div.slide ul.index li{
	width: 100px;
	height: 75px;
	border: none;
	margin: 0 5px;
	cursor: pointer;
	transition: .3s ease-out;
}
.cms-public div.slide ul.index li.active{
	border: none;
}
.cms-public div.slide ul.index li.active:not(:first-child){
	display: none;
}
.cms-public div.slide ul.index li:hover, 
.cms-public div.slide ul.index li:focus{
	opacity: 0.6;
}
.cms-public div.slide ul.index li img{
	object-fit:cover;
}
.cms-public .slide .slick-dots li button:before{
	font-size: 1rem;
}
.cms-public .slide .slick-prev, 
.cms-public .slide .slick-next{
	width: 30px;
	height: 30px;
	border: 1px solid var(--gray-color);
	border-radius: 50%;
  z-index: 1;
}
.cms-public .slide .slick-prev{
	left: 0;
}
.cms-public .slide .slick-prev:before{
	font-size: 1rem;
	color: var(--gray-color);
}
.cms-public .slide .slick-next{
	right: 0;
}
.cms-public .slide .slick-next:before{
	font-size: 1rem;
	color: var(--gray-color);
}

/* m-0 */
.cms-public .m-0 .image figure{
    margin: 0;
    padding: 5px;
    box-sizing: border-box;
}

/* table_divider */
.cms-public .table_divider .table table tr:not(:first-of-type) {
  border-left: 3px solid var(--theme-color2);
  border-right: 3px solid var(--theme-color2);
}
.cms-public .table_divider .table table tr:last-of-type {
  border-bottom: 3px solid var(--theme-color2);
}

/* top-scrollbar */
.top-scrollbar {
  overflow: visible;
}
.scrollbar-top {
  overflow-x: auto;
  overflow-y: hidden;
  height: 16px;
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background: #fff;       /* 好みに合わせて */
  z-index: 10;
  -webkit-overflow-scrolling: touch;
}

.scrollbar-top div {
  height: 1px;
}

/* 治験 関係書類一覧テーブル */
.tbl_chiken1 > .table {
  margin-bottom: 0px !important;
}
.dev-sp .tbl_chiken1 > .table tbody {
  white-space: unset !important;
}
/*
.tbl_chiken1 > .table th {
  background-image: url(/file/html/6729.gif);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
}
*/
.tbl_chiken1 tbody tr th:nth-child(1) {
  width: 6rem !important;
}
.dev-sp .tbl_chiken1 tbody tr th:nth-child(1) {
  width: 5rem !important;
}
.tbl_chiken1 tbody tr td:nth-child(2) {
  width: auto !important;
}
.cms-public .tbl_chiken1 .table table tr:last-child>*:first-child {
  border-radius: 0 0 0 0;
}
.cms-public .tbl_chiken1 .table table tr:last-child>*:last-child {
  border-radius: 0 0 0 0;
}
.tbl_chiken2 {
  margin-top: 0px !important;
}
.tbl_chiken2 > .table {
  margin-top: 2px !important;
}
.tbl_chiken2 caption {
  font-size: 0px;
}
.tbl_chiken2 tbody tr:nth-child(1) th:nth-child(1) {
  width: 6rem !important;
  border-radius: 0px !important;
}
.dev-sp .tbl_chiken2 tbody tr:nth-child(1) th:nth-child(1) {
  width: 5rem !important;
}
.tbl_chiken2 tbody tr:nth-child(1) td:nth-child(2) {
  width: auto !important;
}
.tbl_chiken2 tbody tr:nth-child(1) td:nth-child(3) {
  width: 11rem !important;
}
.tbl_chiken1 a,
.tbl_chiken2 a {
  border-bottom: 1px solid var(--gray-color);
}
.tbl_chiken2 tbody tr td:nth-child(2),
.tbl_chiken2 tbody tr td:nth-child(2) a {
  color: var(--accent-color);
}
.tbl_chiken1 tbody tr th,
.tbl_chiken2 tbody tr th {
  text-align: center !important;
}
.tbl_chiken1 tbody tr td:nth-child(1),
.tbl_chiken1 tbody tr td:nth-child(2),
.tbl_chiken2 tbody tr td:nth-child(1),
.tbl_chiken2 tbody tr td:nth-child(2) {
  background-color: rgb(var(--light-theme-color-1), var(--light-theme-color-2), var(--light-theme-color-3), 0.3);
  padding: 0.5rem;
  box-sizing: border-box;
  font-weight: normal;
  outline: 1px solid #fff;
  border: none;
  text-align: center !important;
}

.zh_ch *,
html[lang="zh-CN"] *,
a[href*="/languages/zh-ch/"] {
    font-family: 'Microsoft YaHei'!important;;
}


/* 印刷時 */
@media print {
  body {
    min-width: 0 !important;           
    width: auto !important;
    transform: none !important;
	  zoom: 0.9;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
	.cms-public .parts, .cms-public.block {
      float: left;
      break-inside: auto;
      page-break-inside: auto;
 }

/* header */
  .cms-public [class*="toparea"] {
    position: static !important;
  }
  .hback {
	  margin-top: 0 !important;
  }
  .cms-public .area1:not(:has(.h_toparea)) [class$="sidearea"] {
  /* .cms-public:has(.top_area) .area1:not(:has(.h_toparea)) [class$="sidearea"], */
  /* .cms-public:has(.top_area) .area1:not(:has(.h_iryo_toparea)) [class$="sidearea"],
  .cms-public:has(.top_area) .area1:not(:has(.h_ningendock_toparea)) [class$="sidearea"],
  .cms-public:has(.top_area) .area1:not(:has(.h_saiyo_toparea)) [class$="sidearea"],
  .cms-public:has(.top_area) .area1:not(:has(.h_nurse_toparea)) [class$="sidearea"],
  .cms-public:has(.top_area) .area1:not(:has(.h_school_toparea)) [class$="sidearea"] { */
    position: absolute;
  }
  .cms-public .h_gmenu {
    position: static !important;
  }
  .overlay {
    z-index: 999 !important;
  }

/* footer */
  .cms-public .area5{
    grid-template-rows: auto 0px 170px 0px 200px 40px;
    clear: both !important;
    float: none !important;
  }
  .acc_sitemap{
    display: flex;
    justify-content:center;
  } 
	
/* 共通 top */
  .cms-public [class$="top_slide"] {
    top: 0 !important;
  }
  .cms-public [class$="top_slide"] .slick-list,
  .cms-public [class$="top_slide"] .slick-track,
  .cms-public [class$="top_slide"] .slick-slide {
    position: static !important;
    transform: none !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    display: block !important;
    visibility: visible !important;
  }
  .cms-public [class$="top_slide"] .slick-slide:not(.slick-current):not(.slick-active) {
    display: none !important;
  }
  .cms-public [class$="top_slide"] .image .image_listitem img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
  }
  .cms-public .parts.fix_link {
    float: right;
  }

  /* メイン */
  .top_menu {
    top: 10px;	 
  }
  .top_reception_time{
	margin: 150px 0 100px 0;
  }

  /* 看護部 */
  .cms-public .nurse_top_about:before {
	  bottom: -80px;
  }
  .cms-public .h_gmenu .menu-line ul {
    width: 100% !important;
    justify-content: space-around !important;
    flex-wrap: nowrap !important;
  }

  /* 看護学校 */
  .cms-public .area3.top_area:has(.school_top_about) > .parts:first-child {
    height: auto;
  }
  .cms-public .school_top_submenu {
	  margin: 30px 0 100px;
  }
  .cms-public .school_top_scrollimage {
	  margin: 300px 0 150px;
  }

  /* 採用 */
  .cms-public .h_saiyo_toparea .div_tag {
	  grid-template-columns: auto 150px 400px 80px 80px 80px;
  }
  .cms-public .area3.top_area .saiyo_top_occupation {
	  margin: 100px 0 150px 0;
  }
	
  /* 医療関係者の方へ */
  .cms-public .area1.top_iryo_area .h_iryo_toparea .div_tag {
	  grid-template-columns: auto 170px 170px 370px 80px 80px 80px;
  }
  .cms-public .area-group-2-3-4:has(.iryo_top_slide) .area3.top_area {
    grid-template-columns: 64% 36%;
    grid-template-rows: auto; 
    grid-auto-rows: auto;
    align-content: start;
    gap: 10px;
    min-height: 100%;
    box-sizing: border-box;
 }
  .cms-public .parts.iryo_top_slide {
    width: calc(100% - 25px);
    height: calc(100% - 10px);
  }
  .cms-public  .parts.iryo_top_slide *{
    width: auto !important;
    height: 100% !important;
    object-fit: cover !important;
  }
  .cms-public  .parts.iryo_top_info {
    width: calc(100% - 25px);
    height: calc(100% - 10px);
    min-height: auto;
 }
  .cms-public  .parts.iryo_top_info .list ul{
    grid-template-rows: repeat(2, 50%);
  }
  body:not(.dev-sp) .cms-public .parts.iryo_top_info .list ul li:nth-child(-n+3) {
    height: 100%;
  }
  .cms-public .parts.iryo_top_menu {
    width: calc(100% - 25px);
    height: 100%;
    margin-bottom: 20px;
  }
  .cms-public .area3.top_area .parts.iryo_top_menu ul {
    grid-template-rows: 100%;
    height: 80px;
  }
  .cms-public .parts.iryo_top_sns {
    height: 100%;
    margin-bottom: 20px;
    display: block;
	}
	.cms-public .area5.iryo_top_footer {
		background: none;
	}

  /* 人間ドック */
  .cms-public:has(.top_ningendock_area) .area3.top_area {
	  width: 100%;
  }
  .cms-public .area1:has(.h_ningendock_toparea) [class$="sidearea"],
  .cms-public .area1:has(.h_ningendock_toparea) [class$="sidearea"] .div_tag,
  .cms-public .area1:has(.h_ningendock_toparea) [class$="sidearea"] .parts,
  .cms-public .area1:has(.h_ningendock_toparea) [class$="sidearea"] .note {
    height: 100%;
    background-color: transparent;
  }
  .cms-public .area1:has(.h_ningendock_toparea) [class$="sidearea"] .fix_link{
		position: sticky !important;
		top: 600px !important;
	}
  .cms-public:has(.top_area) .area1:has(.h_ningendock_toparea) [class$="sidearea"] .fix_link{
		top: 100px !important;
	}
	.cms-public .parts.ningendock_top_link{
		top: 0;
	}
	.cms-public .parts.ningendock_top_link ul li {
		width: 50% !important;
		height: 50% !important;
	}
	.cms-public .parts.ningendock_top_link li:nth-child(1) {
	    left: -18%;
		top: -20%;
	}
	.cms-public  .parts.ningendock_top_link li:nth-child(2) {
	    right: -18%;
		top: 33%;
	}
	.cms-public .parts.ningendock_top_link ul li a > span{
		font-size: 1.8rem;
	}
	.cms-public .parts.ningendock_top_link ul li:nth-of-type(1) a > span {
	  top: 58%;
	  right: -5%;
	}
	.cms-public .parts.ningendock_top_link ul li:nth-of-type(2) a > span {
	  top: 8%;
	  left: 0;
	}
	.cms-public .parts.ningendock_top_link ul li a > span span:not(.icon){
		font-size: 3.25rem;
	}
	.cms-public .parts.ningendock_top_news .title-list {
		bottom: 30px;
	}
}