@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');

@media screen and (min-width:800px){
	.no-pc{
		display:none!important;
	}
}
@media screen and (max-width:799px){
	.no-sp{
		display:none!important;
	}
}

/* ==============================================
CSS reset
=============================================== */
* ,*:before ,*:after {
	box-sizing:border-box;
	text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
}
html ,body ,div ,p ,span ,iframe ,a ,img ,
h1 ,h2 ,h3 ,h4 ,h5 ,h6 ,
dl ,dt ,dd ,ol ,ul ,li ,
form ,label ,
table ,thead ,tbody ,tfoot ,tr ,th ,td ,
blockquote ,q ,pre ,em ,strong ,
header ,footer ,nav ,article ,section ,aside {
	margin:0;
	padding:0;
	border:0 none;
	vertical-align:baseline;
	font-size:inherit;
	font-weight:inherit;
	font-style:inherit;
	font-family:inherit;
}

html ,body {
	min-height:100%;
	height:100%;
	font-family:'Noto Sans JP',sans-serif;
	line-height:1.8;
	padding:0;
	letter-spacing: 0.05em;
}

a {
	color:inherit;
	text-decoration:none;
	cursor:pointer;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}

a.link {
	text-decoration:underline;
}

@media screen and (min-width:800px){
	a:hover {
		text-decoration:none;
		opacity: 0.8;
	}
}
@media screen and (max-width:799px){
	a:hover {
		text-decoration:none;
		opacity: 1;
	}

	a:active {
		text-decoration:none;
		opacity: 0.8;
	}
}

img {
	vertical-align:top;
	max-width:100%;
	max-height:100%;
	height:auto;
	display:inline-block;
	border:0 none;
}

ol ,ul ,li {
	list-style:none;
}

header,section,footer{
	max-width: 100%;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

dl,dt,dd{
	display: block;
	margin: 0;
	padding: 0;
}

/* ============================================
common pc
=============================================== */

.tel-link-a{
	pointer-events: auto;
}

html{
	scroll-behavior: smooth; 
}

body{
	position:relative;
	font-size:16px;
	color:#000;
	background-color:#fff;
}

@media screen and (min-width:800px){
	#bgLayer{
		min-width: 1200px;
		max-width: 1920px;
		width:100%;
		margin:0 auto;	
	}
}

.all-center-full{
	width:100%;
	max-width:100%;
	margin:0 auto;
}

.all-center-1400{
	width:1400px;
	max-width:100%;
	margin:0 auto;
}

.all-center-1200{
	width:1200px;
	max-width:100%;
	margin:0 auto;
}

/* ===================================
common sp
==================================== */

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

	.sp-LR15 {
		padding-left:15px !important;
		padding-right:15px !important;
	}

	#bgLayer{
		width:480px;
		min-width:480px;
		max-width:480px;
		margin:0 auto;
	}
}

/* =================================================================
flex
==================================================================== */

.flex {
	display:flex;
	justify-content:center;
	align-items:center;
}
.flex.left {
	justify-content:flex-start;
}
.flex.right {
	justify-content:flex-end;
}
.flex.between {
	justify-content:space-between;
}
.flex.around {
	justify-content:space-around;
}
.flex.evenly {
	justify-content:space-evenly;
}

.flex.top {
	align-items:flex-start;
}
.flex.bottom {
	align-items:flex-end;
}
.flex.stretch {
	align-items:stretch;
}

.flex.base {
	align-items:baseline;
}

.flex.column {
	flex-direction:column;
}
.flex.rev {
	flex-direction:row-reverse;
}
.flex.column.rev {
	flex-direction:column-reverse;
}

.flex.wrap {
	flex-wrap:wrap;
}

.flex.col2 > * {
	width:calc(100% / 2);
}
.flex.col3 > * {
	width:calc(100% / 3);
}

.flex > .half {
	width:50%;
}
.flex > .full {
	width:100%;
}

.height-inherit > * {
	height:100%;
}
.height-inherit-all * {
	height:100%;
}

/* ============
common caption
==============*/

.caption1{
	text-align: center;
	padding-bottom: 4.5em;
}

.caption1 .item {
	font-size: 360%;
}

.caption1 .item,
.caption2 .item{
	font-family:'Noto Sans JP',sans-serif;
	font-weight: bold;
}

.select .caption2{
	text-align: center;
}

.caption2 .item{
	font-size: 230%;
	line-height: 1.5;
}

.caption2 .matter-cover{
	padding-top: 1.5em;
}

.caption2 .matter{
	font-size: 120%;
}

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

	.caption1{
		padding-bottom: 2.5em;
	}

	.caption1 .item{
		font-size: 240%;
	}

	.caption1 .matter{
		text-align: left;
	}

	.caption2 .item{
		font-size: 180%;
	}

	.caption2 .matter {
		text-align: left;
	}
}

/* ==================================================
common main
=====================================================*/
.noDisp ,
.alt-text{
	display: none;
}

.waku{
    padding-top:5.5em;
    padding-bottom:5.5em;
}

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

	.waku{
		padding-top:4em;
		padding-bottom:4em;
	}
}

/* ==========
common group
=============*/

.group .icon > i{
	font-size: 200%;
}

.group .contents-cover{
	padding-top: 4em;
}

.group .material-cover{
	width: calc(100% / 3);
	padding: 0 1em;
}

.group .title-cover{
	padding-top: 1.5em;
}

.group .title{
	font-size: 145%;
	font-weight: bold;
	line-height: 1.3;
}

.group .matter-cover{
	padding-top:1.5em;
	text-align:justify;
}

.group .matter p{
	display: inline;
}

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

	.group .contents-cover{
		padding-top: 0;
	}

	.group .contents {
		flex-direction: column;
	}

	.group .material-cover{
		padding:4.5em 0 0;
		width: 100%;
	}

	.group .title-cover {
		padding-top: 1em;
	}
}

/* ==============================================================
sp nav menu ハンバーガーの位置
================================================================= */

#me-b {
	display: none;
}

@media screen and (max-width:799px){
	#me-c {
		position: fixed;
		top:8px;
		left: calc(50% + 240px - 60px - 5px);
		z-index: 100001;
		display:block;
		width:60px;
		height:60px;
		margin: 0 auto;
		padding: 0;
	}
	
	.me-d {
		position:relative;
		background-color: #04b2ef;
		border: solid 2px #fff;
		height: 60px;
		width: 60px;
		display: block;
		cursor:pointer;
	}

	.me-d > span{
		position: absolute;
		top: 50%;
		left: 0;
		right:0;
		display: block;
		height: 4px;
		width: 30px;
		margin:-2px auto 0;
		background-color: #fff;
		transition:top,transform 0.3s ease;
		-webkit-transition:top,transform 0.3s ease;
	}

	.me-d > span.me-d1{
		top: calc(50% - 20%);
	}

	.me-d > span.me-d3{
		top: calc(50% + 20%);
	}

/* ==============================================================
sp nav menu open　クリックした瞬間の動き
================================================================= */

	#me-b ~ #bgLayer {
		transition:all 0.3s ease;
		-webkit-transition:all 0.3s ease;
	}

	#me-b:checked ~ #me-c .me-d > span{
		width: 40px;
	}

	#me-b:checked ~ #me-c .me-d > span.me-d2{
		background-color: rgba(255, 255, 255, 0);
	}

	#me-b:checked ~ #me-c .me-d > span.me-d1{
		transform: rotate(45deg);
		top: calc(50% - 0%);
	}

	#me-b:checked ~ #me-c .me-d > span.me-d3{
		transform: rotate(-45deg);
		top: calc(50% + 0%);
	}
	
	#me-b:checked ~ #spMenu .me-e {
		right: 0;
	}

/* ==============================================================
sp nav menu　開いている時
================================================================= */

	#spMenu {
		position:relative;
		z-index: 1;
	}
	#spMenu .me-e {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0%;
		right: -110%;
		z-index: 999;
		color: #000;
		transition: all 0.3s;
		-webkit-transition:all 0.3s;
		background-color: rgb(255, 255, 255,0.9);
	}

	#spMenu .me-e .me-e-in{
		text-align: center;
		width: 100%;
		height: 100%;
	}

	#spMenu .me-e .menu-title{
		background-color: #000;
		color: #fff;
		width: 100%;
		font-size: 160%;
		font-weight: bold;
		line-height: 2.8;
	}

	#spMenu .nav-ul1-outer {
		padding-top: 5em;
	}

	#spMenu .nav-ul1-wrapper {
		margin: 0 1em;
	}

	#spMenu .me-e .nav-ul1-cover{
		width:450px;
		margin:0 auto;
		padding:0 2em;
		height: 100%;
	}

	#spMenu .me-e .nav-ul1{
		display: flex;
		justify-content:center;
		align-items: center;
		flex-wrap: wrap;
	}

	#spMenu .me-e .nav-li{
		width: 100%;
		padding-left: 0;
		text-align: center;
	}

	#spMenu .me-e .nav-li:first-child{
		padding-bottom: 3em;
	}

	#spMenu .nav .logo-text {
		width: 300px;
	}

	#spMenu .me-e .nav-a{
		padding: 1em 0.5em 1em 1em;
		line-height: 1.6;
		display: flex;
		justify-content:space-between;
		align-items:center;
		border: solid 1px #fff;
		background-color: rgb(4, 178, 239 ,0.95);
		color: #fff;
		text-shadow: 1px 1px 1px #000;
	}

	#spMenu .me-e .nav-a:after {
		display: block;
		align-self: center;
		width: 2.5em;
		height: 1.5em;
		color: #fff;
		content: "▼";
		transform: rotate(30deg);
	}

	#spMenu .me-e .nav-a .nav-a-text2 {
		margin-left:auto;
		font-size:110%;
	}

	#spMenu .me-e .logo-cover {
		display: none;
	}
		
	#spMenu .tel-link-a{
		padding: 0.1em 1.8em;
	}

	.nav-sp-text{
		padding-left: 0.5em;
	}
}

/* ==================================
header
================================== */

header{
	position:sticky;
	top:0;
	left:0;
	right:0;
	z-index:10010;
	padding: 0.2em 0;
	background-color: rgba(255,255,255,0.9);
	overflow: hidden;
	box-shadow: 0px 1px 4px #ccc;
}

header .logo-cover {
    width: 150px;
}

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

	header .logo-tel-wrapper{
		padding: 1em 1em;
	}

	header .logo-tel-cover {
		height: auto;
		padding: 0;
		align-items: center;
	}

	header .logo-cover {
		width: 180px;
	}

	header .img-cover{
		width: 1.6em;
		padding: 0.2em 0.1em 0;
	}
}

/* ==
nav
==== */

nav#spMenu {
	width: 100%;
}

.nav .nav-ul1{
	margin:0 auto;
}

.nav .nav-ul1 .nav-a-text1{
	margin: 0 auto;
}

.nav .nav-ul1 .nav-a-text1 .material-symbols-outlined {
	font-size:180%;
}

.nav .nav-ul1 .nav-a-text2{
	text-align: center;
}

.nav .logo-text {
	height: 3.6em;
}

.nav .nav-li{
	flex-grow:1;
}

.nav-ul1 .nav-li{
	width: 30%;
	text-align: left;
}

.nav .nav-ul2 {
    width: 70%;
}

.nav .nav-ul2 .nav-li{
	text-align: center;
}


.nav .nav-a {
	color: #444;
	line-height: 1.1;
	display: block;
	white-space: nowrap;
	padding: 0.5em 0.5em 0.7em;
}


@media screen and (min-width:800px){
	.nav .nav-a:hover{
		background-color:#bbd;
		color: #fff;
	}

	.nav-ul2 .nav-li {
		position:relative;
		padding-left:1px;
	}
	.nav-ul2 .nav-li:before ,
	.nav-ul2 .nav-li.nav-button-last:after {
		content:"";
		position:absolute;
		left:0;
		top:0.8em;
		bottom:0.8em;
		display:block;
		width:1px;
		background:#999;
	}
	.nav-ul2 .nav-li.nav-button-last {
		padding-right:1px;
	}
	.nav-ul2 .nav-li.nav-button-last:after {
		left:initial;
		right:0;
	}
}

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

	/* ==
	nav
	==== */
	.nav .logo-text {
		height: 3.5em;
	}

	.nav .nav-ul1{
		flex-direction: column;
	}

	.nav .nav-a:hover{
		border-bottom: solid 2px transparent;
		display: block;
	}

	.nav .nav-a:active{
		border-bottom: solid 2px #fff;
	}

	.nav .nav-ul1 .nav-sp-text{
		font-size:130%;
	}

	.nav .nav-ul1 .nav-a-text1{
		margin: 0 auto 0 0;
	}

	.nav-sp-text {
        padding-left: 0.3em;
        font-weight:bold;
    }
	
	.nav .nav-ul2 {
		flex-direction: column;
		width: 100%;
	}

	#spMenu .me-e .nav-ul2 .nav-li:first-child {
		padding-bottom: 0;
	}

	li.nav-li.nav-button-last {
		padding-right: 0;
	}

	.nav-a-text1.flex.bottom {
		justify-content:flex-left;
	}

}

/* =============================================
main 
================================================*/

main section {
	scroll-margin-top: 4.6em;
}

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

	main section {
		scroll-margin-top: 60px;
	}
}

/* ==================================
section-fv
================================== */

/* sort1 */
.sort1 {
	position:relative;
	width:100%;
	overflow:hidden;
	text-align: center;
	background:url(images/fv/bg.webp) 50% 100% no-repeat;
	background-size:cover;
}

/* sort2 */
.sort2.waku{
	padding-top: 3em;
	padding-bottom: 2em;
	max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

.slider-contents1{
    padding:1em 0 0;
}

.slider-contents2{
	padding: 1em 0 0;
}

.slider-contents1 .slick-track,
.slider-contents2 .slick-track{
	display:flex !important;
	justify-content:center;
	align-items:center;
}

.slider-contents1 .slider-cell,
.slider-contents2 .slider-cell{
    padding:0 1.2em;
}

.slider-contents1 .slider-cell img,
.slider-contents2 .slider-cell img{
	height: 330px;
}

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

	.sort2.waku{
		padding-top: 0.5em;
		padding-bottom: 0;
		max-width: 480px;
	}

	.slider-contents1 .slider-cell,
	.slider-contents2 .slider-cell{
    	padding:0 0.5em;
	}

	.slider-contents1 .slider-cell img,
	.slider-contents2 .slider-cell img{
		height: 120px;
	}
}

/* news */
.news .caption2{
	text-align: center;
}

/*  =====
newsList
=========*/

ul.newsList {
	margin:3em 1em 1em;
	padding:0.5em 1em;
	border:#ccc;
	box-shadow:0 0 3px #999 inset;
	line-height:1.6;
	background-color: #fff;
}

ul.newsList li.newsInfo .newsInner {
	border-bottom:5px dotted #04b2ef;
}
ul.newsList li.newsInfo:last-child .newsInner {
	border-bottom:0 none;
}

ul.newsList li.newsInfo .newsInner > h4.flex {
	padding:1em 0.5em;
	display: flex;
	justify-content:flex-start;
	align-items: center;
	cursor:pointer;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}

ul.newsList li.newsInfo .newsInner > h4.flex > span:nth-child(1) {
	width:12em;
	font-size:100%;
	text-align:right;
	padding-right:1em;
	color: #000;
	font-weight: bold;
}
ul.newsList li.newsInfo .newsInner > h4.flex > span:nth-child(2) {
	margin-right:auto;
}
ul.newsList li.newsInfo .newsInner > h4.flex:after {
	content:"▲CLOSE";
	margin-left:auto;
	font-size:100%;
	text-align:right;
	color: #000;
}

/* news top */
ul.newsList li.newsInfo.newmark .newsInner h4 > span:nth-child(1):before {
	content:"NEW";
	font-size:90%;
	font-weight:bold;
	color:#c00;
	padding-right:1em;
	-webkit-animation:1.5s animateBlink infinite alternate linear;
	animation:1.5s animateBlink infinite alternate linear;
}

/* open */
ul.newsList li.newsInfo .newsInner:not(.off) {
	background-color: rgb(4, 178, 239,0.05);
}

ul.newsList li.newsInfo .newsInner.off > h4.flex:after {
	content:"▼OPEN";
}

ul.newsList li.newsInfo .newsInner .description {
	display:none;
	width:100% !important;
	padding-top:1.5em;
	padding-bottom:1.5em;
	padding-left:1.5em !important;
	padding-right:1.5em !important;
	overflow:hidden;
	border-top:5px dotted #04b2ef;
}
ul.newsList li.newsInfo .newsInner .description > div.flex {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-direction:row-reverse;
}

ul.newsList li.newsInfo .newsInner .description > div.flex .text {
	flex-grow:1;
	padding:0 1em;
}

.newsLinkButton {
	padding:0.5em 0.5em 0;
	text-align:right;
}

@media screen and (min-width:800px) {

	ul.newsList li.newsInfo .newsInner .description > div.flex .image {
		min-width:30%;
		max-width:30%;
		padding-left:20px;
	}
}

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

	.section-news .waku{
		padding-bottom: 0;
	}

	ul.newsList {
		margin:2em 0 3em;
	}

	ul.newsList li.newsInfo .newsInner > h4.flex:active {
		background-color: #04b2ef;
	}
	
	ul.newsList li.newsInfo .newsInner > h4.flex {
		padding: 5px;
		flex-wrap:wrap;
	}
	ul.newsList li.newsInfo .newsInner > h4.flex > span {
		line-height:1.6;
	}
	ul.newsList li.newsInfo .newsInner > h4.flex > span:nth-child(1) {
		width:100%;
		text-align:left;
	}
	ul.newsList li.newsInfo.c0 .newsInner h4 > span:nth-child(1):before {
		padding-right:0.5em;
	}
	ul.newsList li.newsInfo .newsInner > h4.flex > span:nth-child(2) {
		padding-left:0.5em;
	}
	ul.newsList li.newsInfo .newsInner .description {
		padding-left:1em !important;
		padding-right:1em !important;
	}

	ul.newsList li.newsInfo .newsInner .description > div.flex {
		flex-direction:column;
	}
	ul.newsList li.newsInfo .newsInner .description > div.flex .image {
		width:80%;
		padding:0;
		margin:0 auto 20px;
		text-align:center;
	}
	ul.newsList li.newsInfo .newsInner .description > div.flex .text {
		width:100%;
	}
}

/* ==================================
section-service
================================== */

.section-service,
.section-contact{
	background-color: rgb(4, 178, 239,0.05);
}

/* ==
type
=====*/

.type .contents-cover{
	padding-top: 4.5em;
}

.type .material-cover{
	padding: 0 1em;
	width: calc(100% / 3);
}

.type .img-cover img{
	object-fit: cover;
	aspect-ratio: 5/3;
}

.type .title-cover{
	padding-top: 1em;
}

.type .title{
	text-align: center;
	font-weight: bold;
	font-size: 150%;
}

.type .matter-cover{
	padding-top: 1em;
}

.type .matter{
	text-align:justify;
	font-size: 105%;
}

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

	.type .contents-cover {
		padding-top: 0em;
	}

	.type .contents{
		flex-direction: column;
	}

	.type .material-cover{
		padding:4em 0 0;
		width: 100%;
	}

	.type .matter{
		padding:0 1em;
	}

	.type .title-cover {
		padding-top: 1.5em;
	}

	.type .title{
		font-size: 145%;
	}
}

/* ==================================
section-about
================================== */
/* ==
crowd
===== */
.crowd .material-cover{
	width: 50%;
	padding: 0 1em;
}

.crowd .item-cover{
	padding-top: 1em;
}

.crowd .thing-cover{
	padding-top: 1em;
}

.crowd .thing{
	font-size: 110%;
}

.crowd .title-cover{
	padding-top: 2em;
}

.crowd .title{
	font-weight: bold;
	font-size: 130%;
}

.crowd .matter-cover {
    padding-top: 0.5em;
}

.crowd .matter{
	text-align:justify;
}

.crowd .img-cover img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	aspect-ratio: 1/1;
}

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

	.crowd .contents{
		flex-direction: column;
	}

	.crowd .thing-cover{
		padding-top: 1.5em;
	}

	.crowd .title-cover{
		padding-top: 2.5em;
	}

	.crowd .material-cover{
		width: 100%;
		padding:1.5em 1em 0;
	}

	.crowd .matter-cover {
		padding-top: 1em;
	}
}

/* ======
support
========= */

.support {
	position:relative;
    background:url(images/common/support_bg.webp);
    background-repeat: no-repeat;
    background-position: 50% 90%;
    background-size: cover;
    width: 100%;
    max-width: 1920px;
    height: auto;
}
.support:before {
	content:"";
	position:absolute;
	z-index:1;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:block;
    background:rgba(255, 255, 255, 0.8);
}
.support > * {
	position:relative;
	z-index:2;
}


@media screen and (max-width:799px){
	.support {
		background-position: 75% 0;
		background-size:auto 2000px;
		max-width: 480px;
	}
}

/* ======
assembly
========= */

.assembly .caption2 .item{
    font-size: 100%;
    line-height: 1.8;
    width: 18em;
	margin: 0 auto;
}

.assembly .caption2 .matter {
    font-size: 140%;
	text-align: center;
}

.assembly .material-cover{
	padding: 0 1em;
}

.assembly .material-cover.left-side{
	width: 45%;
}

.assembly .material-cover.right-side{
	width: 55%;
}

.assembly .map-cover iframe{
	width: 100%;
	height: 31.5em;
}

.assembly dl {
	width: 100%;
}

.assembly dt,
.assembly dd{
    border-top: 1px solid #c1c1c1;
	padding: 1em 1em;
	font-size: 110%;
}

.assembly dt:first-of-type,
.assembly dd:first-of-type {
    border-top: 1px solid transparent;
}

.assembly dt:last-of-type,
.assembly dd:last-of-type {
    border-bottom: 1px solid #c1c1c1;
}

.assembly dt {
	width: 25%;
	font-weight: bold;
}

.assembly dd {
    width: 75%;
}

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

	.assembly .caption2 .item {
		font-size: 100%;
		line-height: 1.8;
		width: 13em;
	}

	.assembly .caption2 .matter {
		font-size: 120%;
	}

	.assembly .contents{
		flex-direction: column;
	}

	.assembly .material-cover {
		padding: 0;
	}

	.assembly .material-cover.left-side .matter-cover {
		padding-top: 1em;
	}

	.assembly .material-cover.right-side{
		padding-top: 1.5em;
	}

	.assembly .material-cover.left-side,
	.assembly .material-cover.right-side{
		width: 100%;
	}

	.assembly .map-cover iframe{
		height: 25em;
	}
	
	/* dl */
	.assembly dt,
	.assembly dd {
		width: 100%;
	}

	.assembly dt{
		border-top: 1px solid #c1c1c1;
		padding-top: 1em !important;
		padding-bottom: 0;
		font-size: 120%;
	}
	
	.assembly dd{
		padding-left:1.1em;
		border-top: 0 none;
		padding-top: 0.5em !important;
		padding-bottom: 1.5em !important;
	}

	.assembly dt:last-of-type {
		border-bottom:0 none;
	}
}

/* ===============================
section-contact
================================== */
/* ======
category
========= */

.category .material-cover.down{
	padding-top: 3em;
}

.category .material-cover.up .material {
	position:relative;
    background:url(images/common/contact1.webp);
    background-repeat: no-repeat;
    background-position: 50% 61%;
    background-size: cover;
    width: 100%;
	padding:3em 0;
    text-align: center;
	z-index: 1;
    position: relative;
}
.category .material-cover.up .material:before {
	content:"";
	position:absolute;
	z-index:1;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:block;
    background:rgba(255, 255, 255, 0.4);
}
.category .material-cover.up .material > * {
	position:relative;
	z-index:2;
}

.category .material-cover.up .caption2 .item,
.category .material-cover.up .caption2 .matter{
	z-index: 1000;
	position: relative;
}

.category .material-cover.up .matter-cover{
	padding-top: 1em;
}

.category .material-cover.up .matter {
	font-size: 150%;
	font-weight: bold;
}

.category .material-cover.up .item {
	font-size:300%;
}

.category .double{
	display: block;
	position: relative;
	z-index: 100;
}

.category .double + .double{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 10;
	-webkit-text-stroke:5px #fff;
	text-stroke: 5px #fff;
}

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

	.category .contents {
		flex-direction: column;
	}

	.category:not(#form) .material-cover {
		padding:2em;
	}

	.category .material-cover.up .material {
		background-position: 10% 0;
	}

	.category .material-cover.up .caption2 .item {
        font-size: 220%;
		line-height: 1.2;
    }

	.category .material-cover.up .matter-cover {
		padding-top: 2em;
	}

	.category .matter {
		font-size: 135%;
		line-height: 1.4;
		text-align: center;
	}
}

/* ==================================
footer
================================== */
footer {
	box-shadow: 0px -0px 4px #ccc;
}

footer .waku{
	padding-top: 2em;
	padding-bottom: 3em;
}

.band .material-cover.left-side .item{
	text-decoration:underline;
}

.band .material-cover.right-side .item{
	width: 12em;
}

@media screen and (max-width:799px){
	
	footer .waku{
        padding-top:1.5em;
        padding-bottom:1.5em;
	}

	.band .contents {
		flex-direction: column-reverse;
	}

	.band .material-cover.left-side .material {
		padding-top: 1em;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.band .material-cover.left-side .item-cover {
		padding:0 0.5em;
	}

	.band .material-cover.left-side .copyright-cover {
		padding: 0;
	}

	.band .material-in{
		flex-direction: column;
		align-items: flex-start;
		line-height: 2;
	}
}

/* =============================
戻るボタン page-top
================================ */

#sp-bottom-nav .return-cover {
	position: fixed;
	bottom: 1.5em;
	right: 1.5em;
	z-index: 1000;
	width:4em;
	aspect-ratio:1/1;
}
#sp-bottom-nav .return-cover a {
	width:100%;
	height:100%;
	line-height: 1.2;
	font-weight: bold;
	color: #fff;
	background-color: #04b2ef;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	border:solid 1px #fff;
}

#sp-bottom-nav .return-cover a:hover {
	opacity:0.8;
}

@media screen and (max-width:799px){
	#sp-bottom-nav .return-cover {
		bottom: 0.5em;
		right: 0.5em;
		width: 3.5em;
	}
}




/* ======================================================================================================
	form
====================================================================================================== */
.mt0_5 {
	margin-top:0.5em;
}
.align-c {
	text-align:center;
}
.form-comment {
	font-size:80%;
	color:#555;
}

::placeholder {
	font-size:90%;
	color:#999;
}

.form-notes {
	width:100%;
	max-width:800px;
	margin:0 auto;
	padding-bottom:1em;
	font-size:120%;
}
.form-notes p + p {
	padding-top:0.3em;
}

.form-wrapper {
	width:100%;
	max-width:600px;
	margin:0 auto;
	padding-bottom:4em;
	font-size:120%;
}

.form-wrapper dl{
	width:100%;
}

.form-wrapper dt{
	padding:1.5em 0 0;
}

.form-wrapper dd{
	padding-left:1em;
	padding-top:0.5em;
}

@media screen and (max-width:799px){
	.form-wrapper dl {
		padding:0 1.5em;
	}

	.form-notes {
		padding:0 1em 1em;
		font-size:105%;
	}
}




/* ====================================================================
	form - optional / required
==================================================================== */
.optional,
.required{
	display:flex;
	justify-content:flex-start;
	align-items:center;
}
.optional:before,
.required:before{
	content:attr(data-text);
	display:inline-block;
	margin-right:0.5em;
	padding:0 0.5em;
	background-color:#f00;
	border-radius:0.3em;
	color:#ffffff;
	font-size:80%;
	font-weight:bold;
}
.optional:before{
	background-color:#06f;
}

@media screen and (max-width:799px){
	.required{
		justify-content:flex-start;
	}

	.optional:before,
	.required:before{
		margin-right:0.3em;
		padding:0.1em 0.3em 0.2em;
	}
	span.check > label {
		font-size:85%;
	}
}



/* ====================================================================
	form - field
==================================================================== */
input ,textarea ,select {
	font-size:inherit;
	font-weight:inherit;
	font-style:inherit;
	font-family:inherit;
}
select {
	border-radius:0.3em;
	border:1px solid #999;
	padding:0.2em 0.5em;
	font-size:90%;
}
input ,textarea {
	width:100%;
	border-radius:0.3em;
	font-size:90%;
}
input[type='radio'] ,input[type='checkbox']{
	width:1em;
	height:1em;
}

input:not([type="submit"]){
	border:1px solid #999;
	padding:0.2em 0.5em;
}

.textarea-text{
	padding:2.5em 5em !important;
}

textarea{
	resize:none;
	height:8em;
	padding:0.5em;
	border:1px solid #999;
}

span.check {
	display:flex;
	justify-content:flex-start;
	align-items:center;
}
span.check > label {
	padding-left:0.3em;
}


@media screen and (max-width:799px){
	input[type="submit"]{
		width:auto;
		padding:0.5em 1em;
	}

	input:focus ,textarea:focus{
		border:solid 2px #000000;
		outline:none;
		background-color:#99e5ff;
	}

}



/* ====================================================================
	form - button
==================================================================== */
.formButton{
	padding-top:2em;
	display:flex;
	justify-content:center;
	text-align:center;
}

input[type="submit"] ,
.formButton a {
	position:relative;
	z-index:2;
	width:auto;
	padding:0.5em 2em;
	font-size:110%;
	line-height:1;
	text-indent:0.3em;
	letter-spacing:0.3em;
	color:#222;
	background: linear-gradient( 180deg ,#ccc3 ,#3333 ) #fff;
	border:1px solid #333;
	border-radius:0.3em;
	transition:background 0.3s ease;
	-webkit-transition:background 0.3s ease;
	cursor:pointer;
}
.formButton a{
	font-size:100%;
	text-indent:0.1em;
	letter-spacing:0.1em;
	border-radius:0.5em;
}

@media screen and (min-width:800px){
	input[type="submit"]:hover {
		color:#fff;
		background-color:#09f;
	}


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


/* ====================================================================
	form - error
==================================================================== */
.error {
	display:block;
	width:100%;
	margin:0.3em auto 0.5em;
	padding:0.2em 2em;
	color:#f00;
	border:1px solid #f00;
	background:rgba(255,255,255,0.6);
	border-radius:0.2em;
	font-size:90%;
}


/* ====================================================================
	form - confirm
==================================================================== */
.status2 #form-table {
	line-height:1.4;
}

@media screen and (max-width:799px){
	.status2 dd.form-5 {
		font-size:90%;
	}
}


/* ====================================================================
	form - customize
==================================================================== */
.field-group.flex {
	display:flex;
	justify-content:flex-start;
}
.field-group.flex > * {
	padding-right:2em;
}

@media screen and (max-width:799px){
	.field-group.flex > * {
		padding-right:0.5em;
	}
}


.form-7 .field-group.flex {
	justify-content:center;
}


#privacyBox {
	height:12em;
	padding:0.5em;
	font-size:65%;
	line-height:1.4;
	color:#333;
	background:rgba(255,255,255,0.9);
	border:1px solid #999;
	border-radius:0.5em 0 0 0.5em;
	overflow:auto;
}
#privacyBox > h2{
	font-weight:bold;
}
#privacyBox > div{
	padding-left:1em;
	padding-bottom:0.5em;
}
#privacyBox dt{
}

#privacyBox + .field-group {
	padding-top:0.5em;
}


.status2 #privacyBox {
	display:none;
}
.status2 #privacyBox + .field-group {
	padding-top:0;
}




/* ======================================================================================================
	more text
====================================================================================================== */
.title.flex > .icon {
	padding-right:0.5em;
}

@media screen and (max-width:799px){
	.group .title.flex,
	.crowd .title.flex{
		justify-content:flex-start;
	}

	.more.flex {
		width: 100% !important;
		padding-top: 0.3em;
		padding-right: 0.5em !important;
		position: absolute;
		left: 0;
	}
	.more .more-button {
		padding:0 1em 0.1em;
		font-size:90%;
		background:#fff;
		border:1px solid #999;
		border-radius:0.3em;
	}
	.more-i{
		padding-left: 0.2em;
	}
	.group .matter .more + .pc-matter,
	.crowd .matter .more + .pc-matter{
		display:none;
		width:100% !important;
	}
}



