@charset "utf-8";
.comsoon{
	font-family: "Public Sans", sans-serif;
	font-size: 3em;
	text-align: center;
	margin: 3em auto 5em;
}
@media screen and (max-width: 699px) {
	.comsoon{
		margin: 5em auto;
	}
}
@media screen and (min-width: 700px) {
	.comsoon{
		margin: 5em auto;
	}
}
@media screen and (min-width: 1280px) {
}

/******************************
TOP
*******************************/
/****TOP背景動画*****/
.mvsmpl{
	overflow: hidden;
	position: relative;
}
.topmsg{
	color: hsl(0, 0%, 100%);
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	line-height: 150%;
	text-align: right;
	text-shadow: 1px 1px 15px hsl(0, 0%, 0%), 0 0 10px hsl(0, 0%, 0%);
	position: absolute;
	z-index: 1;
	display: inline-block;
}
@media screen and (max-width: 699px) {
	.mvsmpl{
		padding-top: 50px;
	}
	.topmsg{
		font-size: 1.9em;
		bottom: 65px;
		right: 6%;
	}
}
@media screen and (min-width: 700px) {
	.mvsmpl{
		padding-top: 50px;
	}
}
@media screen and (min-width: 1000px) {
	.mvsmpl{
		padding-top: 120px;
	}
}
@media screen and (min-width: 1280px) {
	.topmsg{
		font-size: 3.8em;
		right: calc((100% - 1280px) / 2 + 100px);
		bottom: 180px;
	}
}
/****swiper****/
.swiper-container{
  width: 100%;
  margin: 0 auto;
  overflow: visible;
  position: relative;
	background: yellow;
}
.swiper-slide {
	width: 100%;
	height: 100%;
	background: violet;
}
.swiper-slide img{
  width: 100%;
	height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 699px) {
	.swiper-container{
		height: 280px;
	}
}
@media screen and (min-width: 700px) {
	.swiper-container{
		height: 500px;
	}
}
@media screen and (min-width: 1280px) {
	.swiper-container{
		height: 800px;
	}
}


/****共通画像コントロール*****/
.sblogo{
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (max-width: 799px) {
	.sblogo{
		height: 75px;
		top: -25px;
	}
}
@media screen and (min-width: 800px) {
	.sblogo{
		height: 150px;
		top: -50px;
	}
}
@media screen and (min-width: 1280px) {
}

/****事業内容*****/
#intro{
	text-align: center;
	position: relative;
	z-index: 1;
}
#intro h2{
	font-family: 'Noto Sans JP', sans-serif;
}
#intro h2 strong{
	font-weight: 700;
	line-height: 135%;
	display: block;
}
#intro h2 span{
	color: hsl(220, 53%, 56%);
	font-weight: 500;
	display: block;
}
@media screen and (max-width: 799px) {
	#intro{
		padding: 75px 0 5em;
	}
	#intro h2{
		margin: 1.5em auto 3em ;
	}
	#intro h2 strong{
		font-size: 2em;
	}
}
@media screen and (min-width: 800px) {
	#intro{
		padding: 170px 0 5em;
	}
	#intro h2{
		margin: 5em auto 7em ;
	}
	#intro h2 strong{
		font-size: 2.3em;
	}
	#intro h2 span{
		font-size: 1.2em;
	}
}
@media screen and (min-width: 1280px) {
}

.business01 .l-rowBS > div:last-child img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left;
	clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}
.business01 .l-rowBSre > div:first-child img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right;
	clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);;
}

.business01 [class^="l-row"] h3{
	font-size: 2.1em;
	font-weight: 500;
	line-height: 150%;
	margin: 1em 0;
}
.business01 [class^="l-row"] strong{
	font-size: 1.2em;
	line-height: 135%;
	margin: 1em 0;
}
.business01 [class^="l-row"] a{
	color: hsl(0, 0%, 100%);
	text-align: center;
	text-decoration: none;
	padding: 1em;
	background: hsl(217, 96%, 60%);
}


@media screen and (max-width: 999px) {
	.business01{
		margin: 0 0 3em;
	}
	[class^="l-rowBS"] > div:last-child{
		width: 95%;
		margin-left: 5%;
	}
	[class^="l-rowBSre"] > div{
		width: 95%;
	}
	.business01 .l-rowBS > div:last-child img,
	.business01 .l-rowBSre > div:first-child img{
		height: 200px;
	}
	.business01 [class^="l-row"] h3{
		font-size: 1.8em;
	}
	.business01 .l-rowBS > div:first-child{
		text-align: left;
		width: 88%;
		margin: 0 auto 3em;
	}
	.business01 .l-rowBSre > div:last-child{
		text-align: left;
		width: 88%;
		margin: 0 auto 3em;
	}
	.business01 [class^="l-row"] a{
		width: 70%;
		display: inline-block;
	}
}
@media screen and (min-width: 1000px) {
	.business01{
		margin: 0 0 10em;
	}
	[class^="l-rowBS"] > div{
		width: calc(50% - 40px);
	}
	[class^="l-rowBS"] > div:last-child{
		width: calc(50% + 40px);
	}
	[class^="l-rowBSre"] > div{
		width: calc(50% + 40px);
	}
	[class^="l-rowBSre"] > div:last-child{
		width: calc(50% - 40px);
	}
	.business01 .l-rowBS > div:first-child{
		text-align: right;
	}
	.business01 .l-rowBS > div:first-child > div{
		padding-right: 2em;
		padding-left: 6%;
		text-align: left;
		margin-left: auto;
	}
	.business01 .l-rowBSre > div:last-child{
		text-align: left;
	}
	.business01 .l-rowBSre > div:last-child > div{
		padding-right: 6%;
		padding-left: 2em;
		text-align: left;
		margin-right: auto;
	}
	.business01 [class^="l-row"] a{
		font-size: 1.3em;
		display: block;
	}
}
@media screen and (min-width: 1280px) {
	.business01 .l-rowBS > div:first-child > div{
		width: 450px;
		padding-right: 4em;
		padding-left: 0;
	}
	.business01 .l-rowBSre > div:last-child > div{
		width: 450px;
		padding-right: 0;
		padding-left: 4em;
	}
}


dl.othdtl{
	width: 100%;
	margin: 3em auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
dl.othdtl dt{
	color: hsl(23, 62%, 15%);
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.35em;
	font-weight: 900;
	line-height: 120%;
	text-align: center;
}
ul.smpllst{
	font-size: .85em;
	font-weight: 300;
	line-height: 135%;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
ul.smpllst li{
	text-align: left;
	padding: .4em 0 .4em 18px;
	margin: 0;
}
ul.smpllst li:before{
	color: hsl(36, 49%, 59%);
	content:"● ";
	margin-left: -18px;
}
ul.smpllst li:nth-child(odd){
	width: 40%;
}
ul.smpllst li:nth-child(even){
	width: 60%;
}
ul.smpllst li.dtall{
	width: 100%;
}
@media screen and (max-width: 799px) {
	dl.othdtl{
		flex-direction: column;
	}
	dl.othdtl dt{
		margin-bottom: 1em;
	}
	ul.smpllst li{
		padding: .2em 0 .2em 18px;
	}
}
@media screen and (min-width: 800px) {
	dl.othdtl{
		width: 700px;
	}
	dl.othdtl dt{
		width: 160px;
	}
	dl.othdtl dd{
		width: 540px;
	}
}
@media screen and (min-width: 1280px) {
}


/****Contact*****/
#contact{
	text-align: center;
	padding: 5em 0;
	background: hsl(58, 79%, 93%);
	position: relative;
	overflow: hidden;
}
@media screen and (max-width: 799px) {
	#contact{
		padding: 3em 6%;
	}
}
@media screen and (min-width: 800px) {
}
@media screen and (min-width: 1280px) {
}

/**CF7ベース**/
.cf7-hide {
	visibility: hidden;
	height: 0;
	overflow: hidden;
}
#submit-btn {display: none;}
.wpcf7-response-output {
	display: none !important;
}
#confirm-area dd {
	white-space: pre-wrap;
}
#confirm-btn:disabled {
	opacity: 0.4;
	cursor: not-allowed;
}

.cntctctn1{
	color: hsl(0, 0%, 100%);
	font-weight: 500;
	line-height: 135%;
	margin: 0 auto;
	background: hsl(23, 62%, 15%);
	border-radius: 1.5em;
	display: inline-block;
}
.cntctctn2{
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 150%;
	text-align: left;
	margin: 0 auto 3em;
	display: inline-block;
}
.cntctctn2 span{
	font-size: .85em;
	line-height: 135%;
}
@media screen and (max-width: 799px) {
	.cntctctn1{
		padding: .8em 2em;
	}
}
@media screen and (min-width: 800px) {
	.cntctctn1{
		padding: .8em 2em;
	}
}
@media screen and (min-width: 1280px) {
	.cntctctn1{
		font-size: 1.2em;
		padding: .8em 4em;
	}
}

dl[class^="inq"]{
	color: hsl(23, 62%, 15%);
	width: 100%;
	padding:0;
	margin: 1.5rem auto;
	overflow:hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
dl[class^="inq"] dt{
	position: relative;
}
dl[class^="inq"] dt span.mst{
	color: hsl(0, 100%, 40%);
	font-size: .7em;
	line-height: 100%;
	margin-left: 1em;
	display: inline-block;
}
dl[class^="inq"] dd{
	text-align:left;
	word-wrap:break-word;
}
dl.inq01 dd{
	padding: 0 1em;
	background: hsl(0, 0%, 100%);
}
.inq1 input{
	line-height: 4em;
	border: 1px solid hsl(0, 0%, 80%);
	box-sizing: border-box;
	border-radius: .5rem;
	text-indent: 1rem;
}
.inq2 textarea {
	font-size: 1.5rem;
	line-height: 200%;
	width: 100%;
	border: 1px solid hsl(0, 0%, 80%);
	box-sizing: border-box;
	padding: 1rem;
	border-radius:.5rem;
	display: block;
}
@media screen and (max-width: 799px) {
	dl[class^="inq"] dt{
		font-size: 1.1em;
		text-align: left;
		line-height: 135%;
		width:100%;
		padding:.1em 0;
		margin:0;
	}
	dl[class^="inq"] dd{
		width: 100%;
		margin:0 0 1rem 0;
	}
	.inq1 input{
		width: 100%;
	}
	dl.inq3 dt{
		padding: 1em 0 .5em;
		line-height: 150%;
	}
	dl.inq3 dd{
		padding: 1em;
		line-height: 150%;
		background: hsl(0, 0%, 100%);
		border-radius: .5em;
	}
}
@media screen and (min-width: 800px) {
	dl[class^="inq"]{
		width: 88%;
		justify-content: space-between;
	}
	dl[class^="inq"] dt{
		text-align:right;
		line-height: 3em;
		width: 250px;
		margin: 0 auto 1.5em;
	}
	dl[class^="inq"] dd{
		width: calc(100% - 300px) ;
		margin: 0 auto 1.5em;
	}
	.inq1 input{
		width: 70%;
	}
	dl.inq3 dt{
		padding: 1em;
		line-height: 150%;
	}
	dl.inq3 dd{
		padding: 1em 2em;
		line-height: 150%;
		background: hsl(0, 0%, 100%);
		border-radius: .5em;
	}
}
@media screen and (min-width: 1280px) {
	dl[class^="inq"]{
		width: 860px;
		margin: 0 auto;
	}
}

.cntctcldr{
	text-align: left;
	color: hsl(23, 62%, 15%);
	padding: 2em 3em;
	margin: 3em auto;
	background: hsl(47, 49%, 83%);
}
.cntctcldr > span{font-size: .85em;}
.cntctcldr > dl{
	text-align: left;
	margin: 1em 0 0;
	display: flex;
}
.cntctcldr > dl > dd > dl{
	display: flex;
}
.cntctcldr > dl > dd > dl > dt{
	margin: .5em 0;
}
.cntctcldr > dl > dd > dl > dd{
	margin: .5em 0;
}
.cntctcldr input, .cntctcldr select{
	border:1px solid hsl(0, 0%, 80%);
	box-sizing:border-box;
	padding: 1rem;
	margin-right: .5em;
}

@media screen and (max-width: 799px) {
	.cntctcldr{
		padding: 2em;
	}
	.cntctcldr > dl{
		flex-direction: column;
	}
	.cntctcldr > dl > dd > dl{
		flex-direction: column;
		padding-left: 1em;
	}
	.cntctcldr > dl > dd > dl > dd > div{
		margin-top: .5em;
	}
}
@media screen and (min-width: 800px) {
	.cntctcldr > dl{
		flex-direction: row;
		flex-wrap: wrap;
	}
	.cntctcldr > dl > dt{
		width: 150px;
	}
	.cntctcldr > dl > dd{
		width: calc(100% - 150px);
	}
	.cntctcldr > dl > dd > dl{
		flex-direction: row;
		flex-wrap: wrap;
	}
	.cntctcldr > dl > dd > dl > dt{
		width: 100px;
	}
	.cntctcldr > dl > dd > dl > dd{
		width: calc(100% - 100px);
	}
}
@media screen and (min-width: 1280px) {
	.cntctcldr{
		width: 860px;
	}
}

.psnlinf{
	line-height: 150%;
	text-align: center;
	padding: 0;
	margin: 4em auto 1.5em;
}
.psnlinf dl{
	width: 100%;
	text-align: left;
	height: 200px;
	padding: 2rem;
	margin: 0;
	border: 1px solid hsla(0, 0%, 0%, .2);
	background: hsl(0, 0%, 100%);
	overflow-y: scroll;
}
.psnlinf dl dt{
	width: 100%;
	font-size: 1.1em;
	font-weight: 600;
	padding: .5rem 0;
	margin: 0 0 1.5rem;
	border-bottom: 1px dotted hsla(0, 0%, 0%, .3);
}
.psnlinf dl dd{
	width: 100%;
	line-height: 150%;
	padding: 0;
	margin: 0;
}
@media screen and (max-width: 799px) {
}
@media screen and (min-width: 800px) {
	.psnlinf{
		width: 88%;
	}
}
@media screen and (min-width: 1280px) {
	.psnlinf{
		width: 860px;
	}
}

.btndsn{
	text-align: center;
	margin: auto;
	display: block;
}
.btndsn > input:disabled {
  background: hsla(0, 0%, 0%, .5);
}
.btndsn > input{
	color: hsl(0, 0%, 100%);
	font-size: 1.1em;
	line-height: 150%;
	text-align: center;
	cursor: pointer;
	border: 0;
	padding: .7em 2.5em;
	margin: 1.5em auto 3em;
	border-radius: 2em;
	background: hsl(23, 62%, 15%);
	width: auto;
	min-width: 0;
}
.btndsn .wpcf7-spinner {
	width: 0;
	margin: 0;
	border: 0;
}

/******************************
固定ページ
*******************************/
#pgbasic{
	position: relative;
}
[class^="w-cntrl"]{
	width: 88%;
	margin: 0 auto;
	position: relative;
}
@media screen and (max-width: 699px) {
	#pgbasic{
		padding-top: 50px;
	}
}
@media screen and (min-width: 700px) {
	#pgbasic{
		padding-top: 50px;
	}
}
@media screen and (min-width: 1000px) {
	#pgbasic{
		padding-top: 120px;
	}
}
@media screen and (min-width: 1280px) {
	.w-cntrl01{
		width: 1000px;
	}
	.w-cntrl02{
		width: 1200px;
		padding-left: 100px;
	}
}

[class^="PGBS_"]{
	width: 100%;
}
.PGBS_aboutus{
	color: hsl(0, 0%, 100%);
  position: relative;
  background-color: hsl(215, 100%, 32%);
	padding-bottom: 10em;
}
.PGBS_aboutus::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../img/aboutus/bg01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  opacity: 0.3; /* 画像だけの透明度 */
  mix-blend-mode: multiply; /* 下にある background-color と乗算合成 */
}
.PGBS_strng01, .PGBS_strng02{
	color: hsl(0, 0%, 100%);
  position: relative;
  background-color: hsl(215, 100%, 32%);
	padding-bottom: 10em;
}
.PGBS_strng01::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../img/aboutus/bg01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  opacity: 0.3; /* 画像だけの透明度 */
  mix-blend-mode: multiply; /* 下にある background-color と乗算合成 */
}
.PGBS_strng02::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../img/aboutus/bg01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  opacity: 0.3; /* 画像だけの透明度 */
  mix-blend-mode: multiply; /* 下にある background-color と乗算合成 */
}
.PGBS_blue{
	color: hsl(0, 0%, 100%);
  position: relative;
  background-color: hsl(215, 100%, 32%);
	padding-bottom: 10em;
}
.PGBS_white{
  position: relative;
  background-color: hsl(0, 0%, 100%);
}

[class^="PGBS_"] h1{
	margin: 0 0 10em;
}
[class^="PGBS_"] h1 strong{
	font-size: 5.6em;
	line-height: 58%;
	margin-bottom: .2em;
	display: block;
}
[class^="PGBS_"] h1 span{
	font-size: 1.8em;
	line-height: 200%;
	display: block;
}
@media screen and (max-width: 699px) {
	[class^="PGBS_"] h1{
		margin-bottom: 6em;
	}
	.PGBS_aboutus{
		padding-bottom: 2em;
	}
	[class^="PGBS_"] h1 strong{
		font-size: 3.6em;
	}
	[class^="PGBS_"] h1 span{
		font-size: 1.6em;
	}
}
@media screen and (min-width: 700px) {
}
@media screen and (min-width: 1280px) {
}

/******************************
Our Businesses　事業案内
*******************************/
h2.pgbs-sbtit{
	margin-bottom: 12em;
}
h2.pgbs-sbtit > strong{
	font-size: 4.6em;
	font-weight: 500;
	line-height: 135%;
	display: block;
}
h2.pgbs-sbtit > strong > span{
	font-size: .8em;
}
h2.pgbs-sbtit > span{
	font-size: 1.35em;
	font-weight: 500;
	line-height: 135%;
	display: block;
}
.l-rowOB{
	margin: 10em auto;
	justify-content: space-between;
}
.l-rowOB > div{
	width: calc(100% / 2 - 2em);
}
.l-rowOB > div:last-child > img{
	width: 100%;
	border-radius: 2em;
	object-fit: cover;
	aspect-ratio: 4 / 3;
}
.l-rowOB > div h3{
	font-size: 1.8em;
	line-height: 135%;
	margin: 3em 0 1em;
}
.l-rowOB > div h3:first-child{
	margin: 1em 0 1em;
}


ul.prdctlst{
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.prdctlst li{
	width: calc(100% / 2 - 3em);
}
ul.prdctlst li > div{
	display: flex;
	flex-direction: row;
}
ul.prdctlst li > div > div:first-child{
	width: 120px;
}
ul.prdctlst li > div > div:last-child{
	width: calc(100% - 120px);
}
ul.prdctlst li > div > div:last-child img{width: 100%;}

/******************************
About US　会社紹介
*******************************/
dl.comdtl{
	font-size: 1.1em;
	line-height: 150%;
	font-weight: 400;
	margin: 3em 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
dl.comdtl dt{
	letter-spacing: .5em;
	padding: .5em 1em;
}
dl.comdtl dt:nth-last-of-type(1){
	letter-spacing: 0;
}
dl.comdtl dd{
	padding: .5em 1em;
}
dl.comdtl dt:nth-of-type(odd){
	background: hsl(0, 0%, 0%, .2);
}
dl.comdtl dd:nth-of-type(odd){
	background: hsl(0, 0%, 0%, .2);
}
.mapwth iframe{
	width: 100%;
	height: 660px;
	vertical-align:bottom;
}
@media screen and (max-width: 699px) {
	dl.comdtl dt{
		width: 80px;
	}
	dl.comdtl dd{
		width: calc(100% - 80px);
	}
	.mapwth iframe{
		height: 300px;
	}
}
@media screen and (min-width: 700px) {
	dl.comdtl dt{
		width: 120px;
	}
	dl.comdtl dd{
		width: calc(100% - 120px);
	}
}
@media screen and (min-width: 1280px) {
}


/******************************
制作事例（投稿ページ）
*******************************/
.bggray{
	background: hsl(0, 0%, 94%);
}
.examtitle{
	color: hsl(238, 63%, 27%);
	width: 100%;
	margin: auto;
	position: relative;
	box-sizing: border-box;
}
.examtitle strong{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 600;
	font-size: 1.6em;
	line-height: 175%;
}
.examtitle span{
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	font-size: .9em;
	position: absolute;
	transform: translateY(-50%);
	right: 0;
}
.examheader > div{
	line-height: 175%;
	background: hsl(238, 63%, 27%);
	position: relative;
}
.examheader > div a{
	color: hsl(0, 0%, 100%);
	text-decoration: none;
}
.examheader > div > span{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.examheader > div.catex{
	background: url(../img/example/bg01.jpg);
}
@media screen and (max-width: 799px) {
	.bggray{
		padding-bottom: 10em;
	}
	.examtitle{
		padding: 1.5em 6%;
	}
	.examtitle strong{
		font-size: 1.4em;
	}
	.examtitle span{
		top: 50%;
		right: 6%;
	}
	.examheader > div{
		height: 100px;
	}
	.examheader > div > span{
		left: 6%;
	}
	.examheader > div img{
		width: 50%;
	}
}
@media screen and (min-width: 800px) {
	.bggray{
		padding-bottom: 10em;
	}
	.examtitle{
		padding: 2em 6%;
	}
	.examtitle strong{
		font-size: 1.6em;
	}
	.examtitle span{
		top: 60%;
		right: 6%;
	}
	.examheader > div{
		height: 190px;
	}
	.examheader > div > span{
		left: 6%;
	}
	.examheader > div img{
		width: 320px;
	}
}
@media screen and (min-width: 1280px) {
	.examtitle{
		width: 1200px;
		padding: 2.5em 0 1em 4em;
	}
	.examtitle span{
		right: 0;
	}
	.examheader > div > span{
		left: calc((100% - 1200px) / 2 + 4em);
	}
}

#examain{
	color: hsl(238, 63%, 27%);
	line-height: 150%;
	width: 100%;
	margin: auto;
	box-sizing: border-box;
}
.l-rowEX > div{
	border-radius: 1.5em;
	background: hsl(0, 0%, 100%);
}
ul.catelst{
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
ul.catelst li{
	font-size: .8em;
	line-height: 135%;
	text-align: center;
	border: 1px solid hsl(238, 63%, 27%);
	padding: 0;
	margin: 0;
	margin-right: 1em;
	border-radius: .3em;
}
ul.catelst li a{
	color: hsl(0, 0%, 100%);
	text-decoration: none;
	padding: 0;
	background: hsl(238, 63%, 27%);
	display: block;
	border-radius: .2em;
}
.posttime{
	font-size: .8em;
	margin: 1em auto;
}
.Mntitl{
	font-size: 2em;
	font-weight: 300;
	line-height: 135%;
	margin: 1em auto 1.5em;
}
@media screen and (max-width: 799px) {
	#examain{
		padding: 3em 0;
	}
	.l-rowEX > div{
		flex-direction: column;
	}
	.l-rowEX > div{
		width: 90%;
		margin: 2em auto;
	}
	.l-rowEX > div:first-child{
		padding: 2em;
	}
	.l-rowEX > div:last-child{
		padding: 2em;
	}
	ul.catelst li:first-child{
		padding: 0 2em;
	}
	ul.catelst li a{
		padding: 0 2em;
	}
}
@media screen and (min-width: 800px) {
	#examain{
		padding: 6em 4% 3em;
	}
	.l-rowEX{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: start;
	}
	.l-rowEX > div:first-child{
		width: calc(100% - 250px);
		padding: 3em 4em 15em;
	}
	.l-rowEX > div:last-child{
		width: 200px;
		padding: 1.5em 1.5em 5em;
	}
	ul.catelst li{
		width: 160px;
	}
}
@media screen and (min-width: 1280px) {
	#examain{
		width: 1280px;
		padding: 6em 0 3em 2em;
	}
	.l-rowEX > div:first-child{
		width: calc(100% - 330px);
		padding: 3em 4em 15em;
	}
	.l-rowEX > div:last-child{
		width: 260px;
		padding: 1.5em 1.5em 5em;
	}
}

/**アーカイブ**/
.achd{
	text-align: center;
	padding:  0 0 3em;
}
.achd h2{
	font-size: 1.2em;
}
.l-rowAC > div:last-child{
	border-radius: 1.5em;
	background: hsl(0, 0%, 100%);
}
@media screen and (max-width: 799px) {
	.l-rowAC > div{
		flex-direction: column;
	}
	.l-rowAC > div{
		width: 90%;
		margin: 2em auto;
	}
	.l-rowAC > div:last-child{
		padding: 2em;
	}
}
@media screen and (min-width: 800px) {
	.l-rowAC{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: start;
	}
	.l-rowAC > div:first-child{
		width: calc(100% - 250px);
		padding: 3em 4em 15em;
	}
	.l-rowAC > div:last-child{
		width: 200px;
		padding: 1.5em 1.5em 5em;
	}
}
@media screen and (min-width: 1280px) {
	.l-rowAC > div:first-child{
		width: calc(100% - 330px);
		padding: 0 0 5em;
	}
	.l-rowAC > div:last-child{
		width: 260px;
		padding: 1.5em 1.5em 5em;
	}
}
ul.actpcs{
	width: 100%;
	padding: 0;
	margin: 0 auto;
	list-style: none;
}
ul.actpcs li{
	width: 100%;
	padding: 2em 3em;
	margin: 0 auto 2em;
	background: hsl(0, 0%, 100%);
}
ul.actpcs li a{text-decoration: none;}

ul.actpcs{
	font-size: .85em;
}
@media screen and (max-width: 799px) {
	ul.actpcs li{
		font-size: .9em;
		line-height: 150%;
		padding: 1em 1.5em;
		margin: 0 auto 3em;
		border-radius: 1.5em;
	}
	.nwsthm{
		align-items: normal;
	}
	.nwsthm h3.extit{
		font-size: 1.25em;
	}
	.nwsthm > div:first-child img{
		margin-top: 1.5em;
	}
}
@media screen and (min-width: 800px) {
	ul.actpcs{
		width: 88%;
	}
	ul.actpcs li{
		padding: 2em 3em;
		border-radius: 1.5em;
	}
}
@media screen and (min-width: 1000px) {
	ul.actpcs{
		width: 100%;
	}
}


/**sidebar*/
#sideinfo{
	color: hsl(238, 63%, 27%);
	box-sizing: border-box;
}
#sideinfo > h2{
	text-align: center;
	padding: 3em 0 2em;
	display: block;
}
#sideinfo > h2 > img{
	filter: brightness(0) saturate(100%) invert(39%) sepia(57%) saturate(183%) hue-rotate(353deg) brightness(93%) contrast(86%);
	width: 100%;
}
#sideinfo ul{
	font-size: .8em;
	line-height: 150%;
	padding: 0;
	margin: 1.5em auto;
	border-top: 1px solid hsl(238, 63%, 27%);
	border-bottom: 1px solid hsl(238, 63%, 27%);
	list-style: none;
	display: flex;
	flex-direction: column;
}
#sideinfo ul li{
	padding: 0;
	margin: 3em 0 4em;
}
#sideinfo ul li a{
	color: hsl(238, 63%, 27%);
	text-decoration: none;
}
#sideinfo ul li h3{
	font-size: 1.15em;
	margin: 1em 0;
}
#sideinfo ul li p{
	margin: .5em auto;
}
#sideinfo ul li img{
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
#sideinfo ul li p{
	margin: .5em auto;
}
@media screen and (max-width: 799px) {
	#sideinfo >  h2 > img{
		width: 75%;
	}
	#sideinfo ul{
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#sideinfo ul li{
		width: calc(50% - 1.5em);
	}
}
@media screen and (min-width: 800px) {
}
@media screen and (min-width: 1280px) {
}

/****ページネーション***/
.post-navigation{
	font-size: 1.2em;
	line-height: 135%;
	margin: 3em auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.post-navigation a{
	color: hsl(238, 63%, 27%);
	text-decoration: none;
}
.post-navigation > div{
	white-space: nowrap;
	display: inline-block;
}


.pagination{
	height: 100px;
	line-height: 150%;
	padding: 0;
	margin: 3rem 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	background-color: #7e7e7e;
}
.pagination span{
	padding: .5rem;
	margin: .1rem;
	display: inline-block;
}
.pagination a{
	color: hsl(0, 0%, 30%);
	font-size: 1.2rem;
	line-height: 150%;
	text-decoration: none;
	padding: .5rem;
	margin: .1rem;
	background: hsl(0, 0%, 95%);
	border: 1px solid hsl(0, 0%, 80%);
	display: inline-block;
	transition: 0.3s ease-in;
}
.pagination a:hover{
	background: hsl(0, 0%, 85%);
}
@media screen and (max-width: 799px) {
}
@media screen and (min-width: 800px) {
}
@media screen and (min-width: 1280px) {
}
/******************************
記事内css
*******************************/
@media screen and (max-width: 799px) {
}
@media screen and (min-width: 800px) {
}
@media screen and (min-width: 1280px) {
}

/******************************
プライバシーポリシー
*******************************/
#privacy dl{
	padding: 0;
	margin: 3rem 0;
}
#privacy dl dt{
	font-size: 1.1em;
	border-left: 1.5rem solid hsl(38, 38%, 52%);
	padding: .5rem 1rem;
	margin: 0;
}
#privacy dl dd{
	padding: 1rem;
	margin: 0 0 3rem;
}

/******************************
フッター部分
*******************************/
[id^="mnft"]{
	color: hsl(0, 0%, 100%);
	font-size: .8em;
	letter-spacing: .05em;
	line-height: 175%;
	text-align:center;
	margin: 0;
	background-image:
	linear-gradient(hsl(220, 53%, 56%),hsl(220, 53%, 56%)),
	url(../img/udr/udr01_.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-blend-mode: multiply;
	position: relative;
}
#mnftsub{
	background-image:
	linear-gradient(hsl(215, 100%, 32%),hsl(215, 100%, 32%)),
	url(../img/udr/udr01_.jpg);
}

.udrcau{
	font-weight: 400;
	line-height: 135%;
	text-align: center;
	border-top: 1px solid hsl(0, 0%, 100%);
	border-bottom: 1px solid hsl(0, 0%, 100%);
}
.udrcomdtl{
	font-weight: 400;
	display: flex;
	margin: 2em auto;
}
.udrcomdtl > div strong{
	font-family: "Public Sans", sans-serif;
	display: block;
}
.udrcomdtl > div span{
	display: block;
}
.udrcomdtl > div a{color: hsl(0, 0%, 100%);text-decoration: none;}

dl.udrwkdtl{
	font-weight: 400;
	text-align: left;
	margin: 3em auto;
	display: flex;
	border-top: 1px solid hsl(0, 0%, 100%);
}
dl.udrwkdtl dt{
	font-size: 1.35em;
}
.udrcom{
	font-size: 1.2em;
	font-weight: 500;
	margin-top: 6em;
}
@media screen and (max-width: 699px) {
	[id^="mnft"]{
		padding: 75px 0 2em 0;
		background-image:
		linear-gradient(hsl(220, 53%, 56%),hsl(220, 53%, 56%)),
		url(../img/udr/udr01_1.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		background-blend-mode: multiply;
	}
	.udrcau{
		width: 88%;
		font-size: 1.4em;
		padding: 1.5em 0;
		margin: 1.5em auto;
	}
	.udrcomdtl{
		width: 88%;
		font-size: 1.2em;
		flex-direction: column;
	}
	.udrcomdtl > div{
		margin-bottom: 1em;
	}
	.udrcomdtl > div span{
		text-align: left;
		padding-left: 25%;
	}
	.udrcomdtl > div strong img{
		width: 80%;
	}
	dl.udrwkdtl{
		font-size: 1.35em;
		line-height: 135%;
		width: 88%;
		margin: 1.5em auto;
		flex-direction: column;
		border-top: none;
	}
	dl.udrwkdtl dt{
		margin-bottom: .5em;
	}
}
@media screen and (min-width: 700px) {
	[id^="mnft"]{
		padding: 170px 6% 5em;
	}
	.udrcau{
		font-size: 1.6em;
		padding: 1em 0;
		margin: 5em auto;
	}
	.udrcomdtl{
		font-size: 1.35em;
		text-align: left;
		line-height: 135%;
		flex-direction: row;
	}
	.udrcomdtl > div{
		width: 50%;
	}
	.udrcomdtl > div strong img{
		width: 95%;
	}
	.udrcomdtl > div span{
		padding-left: 4.5em;
	}
	dl.udrwkdtl{
		font-size: 1.3em;
		padding: 2em;
		flex-direction: row;
		justify-content: space-between;
	}
	dl.udrwkdtl dt{
		font-size: 1.35em;
		width: 150px;
	}
	dl.udrwkdtl dd{
		width: calc(100% - 150px);
		line-height: 200%;
	}
}
@media screen and (min-width: 1280px) {
	[id^="mnft"]{
		padding: 170px 0 5em 0;
	}
	.udrcau{
		width: 1000px;
	}
	.udrcomdtl{
		width: 900px;
	}
	.udrcomdtl > div strong img{
		width: auto;
	}
	dl.udrwkdtl{
		width: 1000px;
		padding: 4em;
	}
}

#page-top{
	font-size: .6em;
	line-height: 110%;
	width: 60px;
	height: 60px;
	text-align:center;
	aspect-ratio: 1 / 1;
	background: url(../img/tp/logomark0.svg) no-repeat center center;
	background-size: auto 100%;
	position: fixed;
	bottom: 10px;
	z-index: 1;
}
#page-top a{
	font-size: 2em;
	color: hsl(0, 0%, 0%);
	text-decoration: none;
	width: 60px;
	height: 60px;
	line-height: 60px;
	aspect-ratio: 1 / 1;
	padding: 0;
	cursor: pointer;
	display: block;
	box-sizing: border-box;
}
#page-top a::after{
	content: '';
	height: 8px;
	width: 8px;
	border-top: 3px solid hsl(0, 0%, 50%);
	border-left: 3px solid hsl(0, 0%, 50%);
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: calc(50% - 8px);
	margin: auto;
	z-index: -1;
	transform: rotate(45deg);
	z-index: 10;
}
#page-top a::before{
	content: '';
	height: 8px;
	width: 8px;
	border-top: 3px solid hsl(0, 0%, 50%);
	border-left: 3px solid hsl(0, 0%, 50%);
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: calc(50% - 1px);
	margin: auto;
	z-index: -1;
	transform: rotate(45deg);
	z-index: 10;
}
@media screen and (max-width: 799px) {
	#page-top{
		right: 10px;
	}
}
@media screen and (min-width: 800px) {
	#page-top{
		right: 6%;
	}
}
@media screen and (min-width: 1280px) {
	#page-top{
		right: calc((100% - 1280px) / 2);
	}
}
