@charset 'utf-8';



#alignscreen {
	background: #fff;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
}

#mainvisual {
	width: 100%;
	max-width: 1600px;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 130%;
	overflow: hidden;
	position: relative;
}

#mainvisual > .inner {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}


#slider {
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

#slider .viewport {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

#flickity-viewport {
	height: calc(100% - 80px) !important;
}

#slider .flickity-slider {
	height: 100%;
}

#slider .slideitem {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}


#slider .slideitem .keyvisual {
	width: 100%;
	padding-top: 70%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

/* 
#slideitem0 .keyvisual {
	background-image: url(../image/portal/fade/foto6.jpg);
}
 */

#slideitem1 .keyvisual {
	background-image: url(../image/portal/fade/foto1-v3.jpg);
}

#slideitem2 .keyvisual {
	background-image: url(../image/portal/fade/foto2-v4.jpg);
}

#slideitem3 .keyvisual {
	background-image: url(../image/portal/fade/foto3-v4.jpg);
}


#slideitem4 .keyvisual {
	background-image: url(../image/portal/fade/foto6.jpg);
}

/*
#slideitem5 .keyvisual {
	background-image: url(../image/portal/fade/foto5.jpg);
}
 */

#slider .slideitem .promotion {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80%;
	height: 40%;
	padding-bottom: 30px;
	text-align: left;
	position: absolute;
	top: 60%;
	left: 50%;
	z-index: 10;
	transform: translateX(-50%);
}

#slider .slideitem .pr_media {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

#slider .slideitem .tagline {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

#slider .slideitem .tagline .cover {
	width: 100%;
	padding: 10px;
	background-color: #fff;
	transition: 1s;
	opacity: 0;
	position: relative;
	transform: translateY(100%);
}

#slider .slideitem.is-selected .tagline .cover {
	opacity: 1;
	transform: translateY(0);
}

#slider .slideitem .tagline h1 {
	font-size: 5vw;
	font-weight: 700;
	line-height: 1.4;
}

#slider .slideitem .tagline h1:not(:last-child) {
	margin-bottom: .5em;
}

#slider .slideitem .tagline h1 span {
	display: inline-block;
}

#slider .slideitem .tagline p {
	font-size: 4vw;
	font-weight: 400;
	line-height: 1.5;
}

#slider .slideitem .tagline p span {
	display: block;
}

#slider .slideitem .tagline .btnarea {
	margin-top: 1em;
	text-align: left;
}

#slider .slideitem .tagline .btnarea a {
	background: #0080cc;
	color: #fff;
}

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

	#mainvisual {
		padding-top: 110%;
	}

	#slider .slideitem .tagline {
		width: 75%;
		margin: 0 auto;
	}

	#slider .slideitem .tagline .cover {
		width: 100%;
	}

	#slider .slideitem .tagline h1 {
		font-size: 30px;
	}

	#slider .slideitem .tagline p {
		font-size: 16px;
	}
}

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

	#mainvisual {
		padding-top: 90%;
	}

	#slider .slideitem .keyvisual {
		padding-top: 50%;
	}
}

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

	#mainvisual {
		padding-top: 70%;
	}

	#slider .slideitem .keyvisual {
		padding-top: 40%;
	}

	#slider .slideitem .tagline .cover {
		padding: 7%;
	}

	#slider .slideitem .tagline h1 span,
	#slider .slideitem .tagline p span {
		display: inline-block;
	}
}

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

	#mainvisual {
		margin-top: 140px;
		margin-bottom: 20px;
		padding-top: 40%;
	}

	#mainvisual > .inner {
		padding: 0;
	}

	#slider .slideitem .keyvisual {
		padding-top: 40%;
	}

	#slider .slideitem .promotion {
		width: 40%;
		top: 50%;
		left: 5%;
		bottom: auto;
		transform: translateY(-50%);
	}

	#slider .slideitem .tagline {
		width: 100%;
		margin: 0;
	}

	#slider .slideitem .tagline .cover {
		background-color: rgba(255,255,255,.9);
	}
}

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

	#mainvisual {
		padding-top: 480px;
	}

	#slider .slideitem .keyvisual {
		padding-top: 480px;
	}
}


#slider .flickity-prev-next-button {
	width: 64px;
	height: 64px;
	border: none;
	background: transparent;
	opacity: .5;
	color: #0080cc;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	transition: .2s;
}

#slider .flickity-prev-next-button:hover {
	opacity: 1;
}

#slider .flickity-prev-next-button.previous {
	left: 0;
}

#slider .flickity-prev-next-button.next {
	left: auto;
	right: 0;
}

#slider .flickity-prev-next-button svg {
	fill: currentColor;
}



#about-us {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	background-color: #fff;
	background-image: url(../image/portal/back-about-us.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

body.pc #about-us {
	background-attachment: fixed;
}

body.safearea #about-us {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

#about-us:before {
	content: '';
	background: #fff;
	opacity: .7;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#about-us > .inner {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 80px 30px;
	vertical-align: top;
	position: relative;
	z-index: 2;
}

#about-us .sentence h1 {
	margin-bottom: 1.5em;
	font-size: 2.6em;
	font-weight: 700;
	line-height: 1.4;
}

#about-us .sentence h1 span {
	display: inline-block;
}

#about-us .sentence p {
	margin-bottom: 1.5em;
	font-size: 1.6em;
	line-height: 1.8;
}

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

	#about-us > .inner {
		padding-top: 100px;
	}

	#about-us .brick {
		width: 50%;
		margin-right: 50%;
	}

	#about-us .brick .sentence {
		padding: 0 7%;
	}
}



#productsblock {
	width: 100%;
	padding: 30px 0;
	padding-bottom: 0;
	background: #fff;
	overflow: hidden;
	position: relative;
}

#productsblock .blockheader {
	margin-bottom: 0;
}

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

	#productsblock {
		padding-top: 50px;
	}
}



#bureau {
	background: #fff;
	position: relative;
	z-index: 10;
}

#information .articlelistblock {
	max-width: none;
}

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

	.articlelist.card .item article {
		box-shadow: none;
	}

	.articlelist.card .item .enclosed {
		padding: 3% !important;
	}
}

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

	#information > .inner {
		padding: 50px 0;
	}

	.articlelist .item {
		width: 33.333%;
	}

	.articlelist .item .enclosed {
		font-size: 1.4em;
	}
}

/* トップページ バナー追加 2025.06 */
.columnBnr{
  padding: 60px 20px 10px;
}
.columnBnr__inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 25px;
  row-gap: 20px;
}
@media only screen and (max-width: 768px){
  .columnBnr__inner{
    flex-direction: column;
  }
}
.columnBnr__image{
  width: calc(50% - 25px/2);
  max-width: 660px;
}
@media only screen and (max-width: 768px){
  .columnBnr__image{
    width: 100%;
    max-width: none;
  }
}
.columnBnr__image:last-child{
  width: 100%;
  max-width: 1345px;
}
.columnBnr__image a{
  display: inline-block;
  width: 100%;
  transition: all 0.3s ease-out;
}
.columnBnr__image a img{
  width: 100%;
}
.columnBnr__image a:hover{
  opacity: 0.8;
}
@media only screen and (max-width: 768px){
  .columnBnr{
    padding: 40px 10px 10px;
  }
}