@charset "utf-8";

/* all
---------------------------------------------------------------------------*/
::-moz-selection {
	background: rgba(0,0,0, 0.1);
}
::selection {
	background: rgba(0,0,0, 0.1);
}



body {
	color: #444;
	display: flex;
	overflow-x: hidden;
}
header {
	background: var(--main-color);
	display: flex;
	flex-direction: column;
	width: 27.6388888889%;
}
main {
	width: calc(100% - 27.6388888889%);
}

@media screen and (max-width: 1140px) {
	body {
		flex-direction: column;
	}
	header,
	main {
		width: 100%;
	}
}

/* a
---------------------------------------------------------------------------*/
a {
	color: #444;
}
a:hover {
	color: var(--main-color);
	opacity: 1;
}

main a {
	color: var(--main-color);
}
main a:hover {
	opacity: 0.7;
}

/*a[href$=".pdf"]::after {
	border: solid 1px #2EA7E0;
	border-radius: 6px;
	color: #2EA7E0;
	content: 'PDF';
	display: inline-block;
	font-size: clamp(0.8rem, 0.286rem + 0.57vw, 1rem);
	height: 12px;
	letter-spacing: 0;
	line-height: 1;
	margin-left: 0.4em;
	margin-right: 0.4em;
	text-align: center;
	vertical-align: 1px;
	width: 30px;
}

footer section > ul li div a[href^="http"]::after {
	background: url("../../../案a/common/img/kazari_window.svg") no-repeat;
	border: none;
	content: '';
	display: inline-block;
	height: 14px;
	margin-left: 0.24em;
	margin-right: 0.24em;
	vertical-align: -1px;
	width: 14px;
}*/

/* inner
---------------------------------------------------------------------------*/
.type-a {
  padding: 40px 8%;
}

@media screen and (max-width: 640px) {
}

/* header / global-nav
---------------------------------------------------------------------------*/
header h1 {
	background: rgba(255,255,255, .8);
	padding: 40px 8%;
	user-select: none;
}
header h1 a:hover {
	opacity: 1;
}

header nav {
	background: #fff;
	padding-top: 24px;
	padding-bottom: 24px;
	user-select: none;
}
header nav ol {
	width: 100%;
}
header nav ol li {
	font-size: clamp(1rem, 0.486rem + 0.57vw, 1.2rem);
	font-weight: 700;
}
header nav ol li a {
	color: #444;
	display: block;
	padding: 24px 8%;
}
header nav ol li a:hover {
	background: var(--main-color);
	color: #fff;
}
header nav ol li i {
	display: block;
	font-family: 'Josefin Sans', sans-serif;
	font-size: clamp(1.8rem, 0.257rem + 1.71vw, 2.4rem);
	font-weight: 400;
	margin-bottom: 0.24em;
}

.add-wrap {
	background: var(--main-color);
	display: none;
	padding-bottom: 64px;
}
.add-wrap address {
	color: #fff;
	font-style: normal;
}
header address {
	color: #fff;
	font-style: normal;
	padding: 40px 8%;
}
.add-wrap h2,
header address h2 {
	color: rgba(255,255,255, .24);
	font-family: 'Josefin Sans', sans-serif;
	font-size: clamp(5.6rem, 1.486rem + 4.57vw, 7.2rem);
	margin-top: -44px;
	margin-left: -8%;
	margin-bottom: 40px;
	position: relative;
	user-select: none;
}
.add-wrap h2 {
	margin-top: calc(-40px - 0.14em);
	margin-left: 0;
}
.add-wrap h2::before
header address h2::before {
	background: #fff;
	content: '';
	height: 4px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.add-wrap h3,
header address h3 {
	font-weight: 400;
	user-select: none;
}
.add-wrap p,
header address p {
	font-size: clamp(1.12rem, 0.503rem + 0.69vw, 1.36rem);
	letter-spacing: 0.024em;
	line-height: 1.6;
	text-align: justify;
}
.add-wrap h3 + p,
header address h3 + p {
	margin-top: 1em;
}
.add-wrap p + h3,
header address p + h3 {
	margin-top: 2.4em;
}
.add-wrap p + p {
	margin-top: 1em;
}

@media screen and (max-width: 1140px) {
	header h1 {
		background: #fff;
	}
	header h1 img {
		height: 180px;
		width: auto;
	}
	header nav {
		padding-top: 0;
		padding-bottom: 0;
	}
  header nav ol,
	header address {
		display: none; }
	.add-wrap {
		display: block;
	}
	
  body.open header nav {
		background: var(--main-color);
		display: flex;
		justify-content: center;
	  height: 100%;
    position: fixed;
    top: 0;
    left: 0;
		overflow-y: hidden;
		width: 100%;
		z-index: 9998;
  }
	body.open header nav ol {
		align-items: center;
		background: #fff;
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 100%;
		width: 40vw;
	}
	body.open header nav ol li {
		width: 100%;
	}

	/* open(trigger) */
  .trigger {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 18px;
    justify-content: center;
  	position: fixed;
    top: 40px;
    right: 40px;
    width: 24px;
    z-index: 9999; }
  .trigger span,
  .trigger span::before,
  .trigger span::after {
    animation-timing-function: cubic-bezier(.5,.12,1,.44);
    background: var(--main-color);
    height: 1px;
    position: relative;
    transition: .64s;
    transition-delay: .48s;
    width: 24px;
		z-index: 9998;
	}
  .trigger span::before,
  .trigger span::after {
    content: '';
    position: absolute;
    transition: .64s;
	}
  .trigger span::before {
    top: -8px;
	}
  .trigger span::after {
    bottom: -8px;
	}
	.trigger i {
		background: #fff;
		border: solid 1px var(--main-color);
		border-radius: 50%;
		height: 64px;
		position: absolute;
		top: -23px;
		right: -20px;
		width: 64px;
		z-index: 9997;
	}
	
  /* open */
  .open .trigger span {
    animation-timing-function: cubic-bezier(.5,.12,1,.44);
    background: transparent;
    transition: .16s;
	}
  .open .trigger span::before,
  .open .trigger span::after {
    transition: .64s;
	}
  .open .trigger span::before {
    transform: translateY(8px) rotateZ(135deg);
	}
  .open .trigger span::after {
    transform: translateY(-8px) rotateZ(-135deg);
	}
}
@media screen and (max-width: 640px) {
	body.open header nav ol li a {
		padding: 16px 8%;
	}
	body.open header nav ol {
		width: 84vw;
	}
}

/* style
---------------------------------------------------------------------------*/
main h2,
main h3,
main h4,
main h5 {
	font-weight: 400;
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: 0.04em;
	line-height: 1.2;
	margin-left: -0.04em;
	text-align: justify;
	user-select: none;
}

/* h2 */
main h2 {
	color: #ddd;
	font-size: clamp(5.6rem, 1.486rem + 4.57vw, 7.2rem);
}

/* h3 */
main h3 {
	font-size: clamp(1.8rem, 0.771rem + 1.14vw, 2.2rem);
	font-weight: 700;
	position: relative;
}

/* h4 */
main h4 {
	font-size: clamp(1.8rem, 0.771rem + 1.14vw, 2.2rem);
}

/* h5 */
main h5 {
	font-size: clamp(1.8rem, 0.771rem + 1.14vw, 2.2rem);
}

/* p */
main p {
	text-align: justify;
}

@media screen and (max-width: 640px) {
}

/* img
---------------------------------------------------------------------------*/
.swiper-container img {
	height: auto;
	width: 100%;
}

/* ul, ol
---------------------------------------------------------------------------*/


/* table
---------------------------------------------------------------------------*/
main table {
	width: 100%;
}
main table th,
main table td {
	border-bottom: solid 1px rgba(0,0,0, 0.12);
	padding: 1.6em 2.4em;
}
main table th {
	border-color: var(--main-color);
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
}
main table th:first-child {
	width: 200px;
}
main table td {
	width: calc(100% - 200px);
}

@media screen and (max-width: 767px) {
	main table.no-res th,
	main table.no-res td {
		display: block;
		text-align: left;
		width: 100%;
	}
	main table.no-res th {
		border-bottom: none;
		padding-bottom: 0;
	}
	main table.no-res td {
		padding-top: 0.4em;
	}
	main table:not(.no-res) {
    display: block;
    overflow-x: scroll;
    table-layout: fixed;
    white-space: nowrap;
	}
	main table:not(.no-res):before {
    color: rgba(0,0,0, 0.4);
    content: '※すべて表示されないときは横にスクロールしてください';
    display: inline-block;
    font-size: clamp(0.8rem, 0.286rem + 0.57vw, 1rem);
    margin-bottom: 0.64em;
	}
  main table::-webkit-scrollbar,
  main table::-webkit-scrollbar-thumb {
    display: none;
	}
}
@media screen and (max-width: 480px) {
  main table::-webkit-scrollbar {
    height: 2px;
	}
	main table:not(.no-res):before {
    content: '※すべて表示されないときは横にスワイプしてください';
	}
}

/* iframe
---------------------------------------------------------------------------*/
@media screen and (max-width: 960px) {
	.iframe-wrap {
		padding-top: 64%;
	}
}

/* main
---------------------------------------------------------------------------*/
/* info-wrap */
.info-wrap {
	padding-right: 0;
}
.info-wrap + .outline-wrap {
	padding-top: 32px;
}

.info-wrap h2 {
	margin-top:  calc(-40px - 0.16em);
	margin-bottom: 40px;
}
.info-wrap .item-box {
	border: solid 1px var(--main-color);
	border-right: 0;
	display: block;
	padding: 32px 4% 24px;
}
.info-wrap .item-box h3 {
	color: var(--main-color);
}
.info-wrap .item-box h3 + p {
	margin-top: 16px;
	text-align: justify;
}
.info-wrap .item-box.red {
	border-color: var(--now-red);
}
.info-wrap .item-box.red h3 {
	color: var(--now-red);
}
.info-wrap .item-box + i {
	margin-top: 24px;
}

/* outline-wrap */
.outline-wrap + div {
	margin-top: 40px!important;
}
table .com {
	display: block;
	font-size: clamp(1rem, 0.743rem + 0.29vw, 1.1rem);
	margin-top: 0.24em;
}

/* news-wrap */
.bg-gray {
	background: rgba(0,0,0, .04);
}
.news-wrap {
	padding-left: 8%;
	padding-right: 0;
	padding-bottom: 64px;
	position: relative;
}
.news-wrap h2 {
	margin-top: calc(-40px - 0.14em);
	margin-left: 0;
	margin-bottom: 32px;
	position: relative;
	z-index: 1;
}
.news-wrap::before {
	background: #fff;
	content: '';
	height: 8px;
	position: absolute;
	top: -8px;
	left: 0;
	width: 100%;
	z-index: 4;
}
.news-wrap article {
	height: 400px;
	background: #fff;
	border-radius: 40px 0 0 40px;
	overflow-y: scroll;
	padding: 24px 8%;
}
.news-wrap article::-webkit-scrollbar {
  display: none;
}
.news-wrap article::-webkit-scrollbar-thumb {
  display: none;
}
.news-wrap table th,
.news-wrap table td {
	border-color: rgba(0,0,0, .04);
}
.news-wrap table tr:last-of-type th,
.news-wrap table tr:last-of-type td {
	border-bottom: none;
}

/* copy-wrap */
.copy-wrap {
	text-align: right;
}

/* bg-wrap
---------------------------------------------------------------------------*/
.bg-wrap figure {
	height: 160px;
	overflow: hidden;
	position: relative;
}
.bg-wrap figure::before {
	background: var(--main-color);
	content: '';
	height: 100%;
	mix-blend-mode: screen;/* スクリーン */
	mix-blend-mode: overlay;/* オーバーレイ */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}
.bg-wrap figure img {
	height: 100%;
	object-fit: cover;
	object-position: 100% 16%;
	width: 100%;
}

/* ttl-wrap
---------------------------------------------------------------------------*/
.ttl-wrap h2 {
	color: var(--main-color);
	margin-top:  calc(-40px - 0.16em);
	margin-bottom: 40px;
	position: relative;
	z-index: 2;
}
.ttl-wrap h3 {
	color: var(--main-color);
	font-weight: 400;
	position: relative;
	margin-bottom: 64px;
}
.ttl-wrap h3::before {
	content: '';
	background: var(--main-color);
	height: 1px;
	position: absolute;
	left: 4px;
	bottom: -64px;
	width: 32px;
}

/* item-wrap
---------------------------------------------------------------------------*/
.item-wrap h3,
.item-wrap h4,
.item-wrap h5,
.item-wrap h6,
.item-wrap p {
	font-family: 'BIZ UDPGothic';
	font-weight: 400;
	letter-spacing: 0.12em;
}
.item-wrap p {
	line-height: 2.4;
	text-align: justify;
}

.item-wrap h3 {
	border-left: solid 4px var(--main-color);
	color: var(--main-color);
	padding: 0.64em 1.2em;
	position: relative;
	user-select: text;
}
.item-wrap h4 {
	border-bottom: solid 2px #eee;
	color: #000;
	font-size: clamp(1.76rem, 1.143rem + 0.69vw, 2rem);
	padding-bottom: 1.44em;
	position: relative;
	user-select: text;
}
.item-wrap h4::before {
	background: var(--main-color);
	content: '';
	display: block;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 8%;
}

/* program */
#program main .item-wrap p + section {
	margin-top: 64px;
}
#program main .item-wrap section h4 {
	border: none;
	color: var(--main-color);
	font-size: clamp(1.4rem, 0.886rem + 0.57vw, 1.6rem);
	user-select: text;
	padding-left: 2em;
	padding-bottom: 0;
}
#program main .item-wrap section h4::before {
	display: none;
}
#program main .item-wrap section p {
	padding-left: 2em;
}
#program main .item-wrap section h3 + h4 {
	margin-top: 24px;
}

/* footer
---------------------------------------------------------------------------*/
footer {
}

/* btn-wrap
---------------------------------------------------------------------------*/
.btn-wrap a {
	align-items: center;
	background: var(--main-color);
	color: #fff;
	display: flex;
	height: 64px;
	justify-content: center;
	margin: auto;
	position: relative;
  text-align: center;
	user-select: none;
  width: 48%;
	z-index: 1;
}

/* to top
---------------------------------------------------------------------------*/
#totop a {
  align-items: center;
	background: url("../../../案a/common/img/kazari_arrow2.svg") no-repeat;
	background-size: 50% 50%;
  display: flex;
  height: 50px;
  justify-content: center;
  position: fixed;
  right: 24px;
  bottom: 24px;
  transition: .32s ease;
  width: 50px;
  z-index: 998;
}

@media screen and (max-width: 640px) {
	#totop a {
	  right: 16px;
	  bottom: 16px;
	}
}

/* blankspace
---------------------------------------------------------------------------*/
main div + h3, main p + h3, main ul + h3, main ol + h3, main table + h3, main img + h3, main figure + h3, main a + h3,
main div + h4, main p + h4, main ul + h4, main ol + h4, main table + h4, main img + h4, main figure + h4, main a + h4,
main div + h5, main p + h5, main ul + h5, main ol + h5, main table + h5, main img + h5, main figure + h5, main a + h5,
main div + h6, main p + h6, main ul + h6, main ol + h6, main table + h6, main img + h6, main figure + h6, main a + h6 {
	margin-top: 96px;
}

main h3 + h2, main h3 + h3, main h3 + h4, main h3 + h5, main h3 + h6,
main h4 + h2, main h4 + h3, main h4 + h4, main h4 + h5, main h4 + h6,
main h5 + h2, main h5 + h3, main h5 + h4, main h5 + h5, main h5 + h6,
main h6 + h2, main h6 + h3, main h6 + h4, main h6 + h5, main h6 + h6 {
	margin-top: 64px;
}

main div + div, main div + p, main div + ul, main div + ol, main div + table, main div + img, main div + figure, main div + a,
main p + div, main p + p, main p + ul, main p + ol, main p + table, main p + img, main p + figure, main p + a,
main ul + div, main ul + p, main ul + ul, main ul + ol, main ul + table, main ul + img, main ul + figure, main ul + a,
main ol + div, main ol + p, main ol + ul, main ol + ol, main ol + table, main ol + img, main ol + figure, main ol + a,
main table + div, main table + p, main table + ul, main table + ol, main table + table, main table + img, main table + figure, main table + a,
main img + div, main img + p, main img + ul, main img + ol, main img + table, main img + img, main img + figure, main img + a,
main figure + div, main figure + p, main figure + ul, main figure + ol, main figure + table, main figure + img, main figure + figure, main figure + a,
main a + div, main a + p, main a + ul, main a + ol, main a + table, main a + img, main a + figure, main a + a {
	margin-top: 40px;
}

main h3 + div, main h3 + p, main h3 + ul, main h3 + ol, main h3 + table, main h3 + img, main h3 + figure, main h3 + a,
main h4 + div, main h4 + p, main h4 + ul, main h4 + ol, main h4 + table, main h4 + img, main h4 + figure, main h4 + a,
main h5 + div, main h5 + p, main h5 + ul, main h5 + ol, main h5 + table, main h5 + img, main h5 + figure, main h5 + a,
main h6 + div, main h6 + p, main h6 + ul, main h6 + ol, main h6 + table, main h6 + img, main h6 + figure, main h6 + a {
	margin-top: 24px;
}

main .swiper-container div + div,
main .swiper-container + div,
main div[class$="wrap"] + div {
	margin-top: 0;
}

/* sp-only
---------------------------------------------------------------------------*/
.spOnly {
  display: none; }

@media screen and (max-width: 640px) {
  .ptOnly {
    display: none; }
  .spOnly {
    display: block; }
}
