@charset "utf-8";

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

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

/* ========================================================================================================
	initialize
========================================================================================================= */
* ,*:before ,*:after {
	box-sizing:border-box;
	text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
}
html ,body ,div ,p ,span ,iframe ,a ,img ,
strong ,em ,i ,small ,
h1 ,h2 ,h3 ,h4 ,h5 ,h6 ,
dl ,dt ,dd ,ol ,ul ,li ,
form ,label ,
table ,thead ,tbody ,tfoot ,tr ,th ,td ,
blockquote ,q ,pre ,
header ,footer ,nav ,article ,section ,aside {
	margin:0;
	padding:0;
	border:0 none;
	vertical-align:baseline;
	line-height:inherit;
	font-size:inherit;
	font-weight:inherit;
	font-style:inherit;
	font-family:inherit;
	color:inherit;
	text-decoration:inherit;
}
button ,input ,textarea ,select {
	font-size:110%;
	padding:0.3em;
	font-family:inherit;
	line-height:1.6;
}
input[type="submit"] ,button {
	padding:0.5em 2em;
	font-family:inherit;
}

html ,body {
	min-height:100%;
	height:100%;
}
a {
	cursor:pointer;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}

img {
	vertical-align:top;
	max-width:100%;
    max-height:100%;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}

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

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

iframe{
	display: block;
}

ul.list > li {
	list-style:disc;
	margin-left:1.1em;
}


/* ==========================================================
	pagetop button
============================================================= */
#pagetopButton {
    position: fixed;
    bottom: 1em;
    right: 1em;
	width:4em;
	height:4em;
	z-index: 1000;
}

#pagetopButton .anchorLink {
	width:100%;
	height:100%;
	line-height:1.2;
	font-weight:bold;
    color:#fff;
	background:#0cf;
	border-radius:0.5em;
	cursor:pointer;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;

	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
}

#pagetopButton .anchorLink:hover {
	background:#06f;
}

@media screen and (max-width:799px){
	#pagetopButton {
	    bottom: 0.2em;
    	right: 0.2em;
		width:3.5em;
		height:3.5em;
	}
}



/* ==========================================================
	name(logo)
============================================================= */

.name em {
	padding-left:0.2em;
	font-size:150%;
	font-weight:bold;
}

/* ==========================================================
	navi
============================================================= */
.navi {
	display:flex;
	align-items:center;
}
.navi > li {
	padding:0 0.3em;
}

.navi a {
	display:block;
	padding:0.3em 1em;
}

@media screen and (max-width:799px){
	.navi > li {
		padding:0;
	}
	.navi a {
		font-size:80%;
		padding:0.3em;
	}
}

/* ==============================================
common SP
=============================================== */

@media screen and (max-width:799px){	
	.sp-LR15 {
		padding-left:15px !important;
		padding-right:15px !important;
	}

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

/* ==========================================================
	section title
============================================================= */
h2.title {
	padding:8em 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size:cover;
}

#news h2.title {
	padding:0;
}

#business h2.title {
	background-image: url(images/common/business.jpg);
}

#aboutus h2.title {
	background-image: url(images/common/aboutus.jpg);
}

#form h2.title {
	background-image: url(images/common/contact.jpg);
}

#access h2.title {
	background-image: url(images/common/access.jpg);
}

h2.title .titleInner {
	padding:1em 0;
	line-height:1.5;
    background: linear-gradient(90deg ,#fff0,#fff9,#ffff,#fff9,#fff0);
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
}
h2.title .en {
	font-weight:bold;
	font-size:250%;
}
h2.title .jp {
	font-size:150%;
}

@media screen and (max-width:799px){
	h2.title {
		padding:4em 0;
	}
	h2.title .titleInner {
		background:linear-gradient(90deg ,#fff6,#ffff,#ffff,#ffff,#fff6);
	}
	h2.title .en {
		font-size:200%;
	}
	h2.title .jp {
		font-size:120%;
	}
}

/* ======================================================================================================
	base
========================================================================================================= */

html{
    scroll-behavior: smooth;
}

body{
	position:relative;
	font-size:16px;
	letter-spacing:0.1em;
	text-indent:0.1em;
	color:#000;
	background-color:#fff;
	font-family:"Noto Sans JP", sans-serif;
	font-weight:500;
	line-height:2;
}

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

@media screen and (max-width:799px){
	#bgLayer{
		width:480px;
		min-width:480px;
		max-width:480px;
		margin:0 auto;
	}
}

section {
	position:relative;
}
section:not(#fv) {
	padding:6em 0 3em;
}
#news {
	padding:3em 0 3em !important; 
}
#access {
	padding-bottom:0 !important; 
}

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

@media screen and (max-width:799px){
	.innerFrame {
		width:480px;
	}
	section:not(#fv) {
		padding:4em 0 2em;
	}
}

/* ======================================================================================================
	header
========================================================================================================= */
header {
	position:sticky;
	top:0;
	left:0;
	right:0;
	background:rgba(255,255,255,0.95);
	box-shadow:0 1px 0.3em #999;
	z-index:100;
}
header .innerFrame {
	padding:0.3em 1em;
	display:flex;
	justify-content:space-between;
	align-items:center;
}

header .logo a {
	height:100%;
	display:flex;
	align-items: center;
}
header .logo a img {
	height:3.5em;
}

@media screen and (min-width:800px){
	header .navi a {
		border-radius:0.3em;
	}
	header .navi a:hover {
		background:#fc6;
	}
}

@media screen and (max-width:799px){
	header {
		position:fixed;
	}
	header .innerFrame {
		padding:0.5em 0.3em;
	}
	header .logo a img {
		height:3em;
	}
	header .navi {
		letter-spacing:0;
	}
}

/* ======================================================================================================
	fv
========================================================================================================= */
#fv:before{
	content: "";
	background:url(images/common/1920_860.jpg) 50% 50% no-repeat;
	background-size:cover;	
	position:fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	margin:0 auto;
}

#fv .logo {
	width:1000px;
	max-width:100%;
	margin:0 auto;
	height:80vh;
	min-height:600px;
	max-height:800px;
	display:flex;
	justify-content:center;
	align-items:center;
}
#fv .logo img {
	filter:drop-shadow(0,0,3px,#fff);
}

#fv .scroll-down {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	text-align:center;
}
#fv .scroll-down a {
	padding:0.3em 0;
	line-height:1.2;
	color:#fff;
	font-size:110%;
	font-weight:bold;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	text-shadow:1px 1px 0 #000,0 0 0.1em #000,0 0 0.3em #000;
	animation:move-y .9s infinite alternate ease-in-out;
}
#fv .scroll-down a .arrow {
	font-size:130%;
}

main {
	position: relative;
	z-index: 2;
	background-color: #fff;
}
#fv .innerFrame {
	position: relative;
	z-index: 2;
}

@media screen and (max-width:799px){
	#fv:before{
		width: 480px;
		height: 830px;
		background-image:url(images/common/480_720.jpg);
	}

	#fv .logo {
		height:720px;
		max-height:80vh;
	}
	#fv .logo .name {
		font-size:250%;
	}
}

@keyframes move-y {
	from {
		transform:translateY(0);
	}
	to {
		transform:translateY(-0.5em);
	}
}



/* ======================================================================================================
	footer
========================================================================================================= */
footer {
	position: relative;
	z-index: 2;
	padding:3em 0 1em;
	background: #9ec;
}
footer .innerFrame {
	padding-bottom:3em;
	display:flex;
	justify-content:space-around;
}

footer .info {
}
footer .logo {
	width:320px;
}
footer .tel {
	text-align:right;
}
footer .tel a {
	padding:0 0.3em;
	font-size:150%;
	line-height:1.3;
	border-bottom:3px solid transparent;
}
footer .tel a:hover {
	border-bottom-color:#090;
}

footer .copyright {
	font-size:90%;
	text-align:center;
}


@media screen and (min-width:800px){
	footer .navi a {
		border-bottom:3px solid transparent;
	}
	footer .navi a:hover {
		border-bottom-color:#090;
	}
}

@media screen and (max-width:799px){
	footer .innerFrame {
		padding:0 1em 2em;
		font-size:120%;
	}
	footer .logo {
		width:200px;
	}
	footer .tel a {
		font-size:100%;
	}
	footer .navi {
		flex-direction: column;
	}
}

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

/*  ==========================================================
	news
 ==========================================================*/

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

ul.newsList li.newsInfo + li.newsInfo {
	border-top:1px dashed #ccc;
}
ul.newsList li.newsInfo .newsInner > h3.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 > h3.flex > span {
	display:block;
}
ul.newsList li.newsInfo .newsInner > h3.flex > span:nth-child(1) {
	width:12em;
	font-size:90%;
	text-align:right;
	padding-right:1em;
}
ul.newsList li.newsInfo .newsInner > h3.flex > span:nth-child(2) {
	margin-right:auto;
	font-size:110%;
}
ul.newsList li.newsInfo .newsInner > h3.flex:after {
	content:"▲記事を閉じる";
	margin-left:auto;
	font-size:90%;
	text-align:right;
	color: #00c;
}

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

/* open */
ul.newsList li.newsInfo .newsInner {
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}
ul.newsList li.newsInfo .newsInner:not(.off) {
	background:#f1f7ff;
}
ul.newsList li.newsInfo:not(:last-child) .newsInner:not(.off) {
	margin-bottom:0.5em;
}

ul.newsList li.newsInfo .newsInner.off > h3.flex:after {
	content:"▼記事を開く";
}

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:1px dotted #ccc;
}
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:1em 0;
	text-align:right;
}
.newsLinkButton a {
	display:inline-block;
	padding:0 1em;
	border-radius:0.3em;
}
.newsLinkButton a:hover {
	background:#fc6;
}

@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) {
	ul.newsList li.newsInfo .newsInner > h3.flex:active {
		background:#9cf;
	}
	
	ul.newsList li.newsInfo .newsInner > h3.flex {
		padding:5px;
		flex-wrap:wrap;
	}
	ul.newsList li.newsInfo .newsInner > h3.flex > span {
		line-height:1.6;
	}
	ul.newsList li.newsInfo .newsInner > h3.flex > span:nth-child(1) {
		width:100%;
		text-align:left;
	}
	ul.newsList li.newsInfo.c0 .newsInner h3 > span:nth-child(1):before {
		padding-right:0.5em;
	}
	ul.newsList li.newsInfo .newsInner > h3.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:70%;
		padding:0;
		margin:0 auto 1.5em;
		text-align:center;
	}
	ul.newsList li.newsInfo .newsInner .description > div.flex .text {
		width:100%;
		padding:0 0.5em;
	}

	#news aside {
		padding:10px;
	}
}


.pageLinks {
	padding:0 1em !important;
	display:flex;
	justify-content:flex-end;
	align-items:center;
}
.pageLinks a {
	display:flex;
	justify-content:center;
	align-items:center;
	width:2em;
	height:2em;
	margin:0.3em;
	color:#000;
	text-shadow:1px 1px 0 #fff;
	background-color:rgba(255,255,255,0.4);
	border:1px solid #ccc;
	border-radius:0.2em;
	box-shadow:2px 2px 3px #666;
	text-align:center;
}
.pageLinks a.active {
	color:#fff;
	text-shadow:1px 1px 0 #000;
	background:#f60;
	border:1px solid #f60;
	box-shadow:1px 1px 3px #fff inset,2px 2px 3px #666;
}
.pageLinks a:not(.active):hover {
	background:#fc9;
}
@media screen and (max-width:799px) {
}




/*  ==========================================================
	business
 ==========================================================*/

 #business .animated-innerframe{
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}

 #business .content {
	width:1100px;
	max-width:100%;
	margin:0 auto;
}
#business .content li {
	margin-top:6em;
	padding-top:2.5em;
	min-height:18em;
	background-repeat:no-repeat;
	background-size:50%;
	width: 100%;
}
#business .content li h3 {
	padding:0 1em;
	font-size:150%;
	font-weight:bold;
	border-bottom:3px solid #f60;
	white-space:nowrap;
}
#business .content li .text {
	width:90%;
	margin:1em auto 0;
	padding:1em 2em;
	line-height:2;
	background:rgba(255,255,255,0.9);
	border:1px solid #666;
	text-align:justify;
}

#business .content li:nth-child(odd) {
	padding-left:40%;
	background-position:0 0;
}
#business .content li:nth-child(odd) h3 {
	text-align:right;
}

#business .content li:nth-child(even) {
	padding-right:40%;
	background-position:100% 0;
}
#business .content li:nth-child(even) h3 {
	text-align:left;
}

#business .content li:nth-child(1) {
	background-image:url(images/common/biz1.jpg);
}
#business .content li:nth-child(2) {
	background-image:url(images/common/biz2.jpg);
}
#business .content li:nth-child(3) {
	background-image:url(images/common/biz3.jpg);
}


#business .bannerLink {
	padding-top:1em;
	text-align:center;
	font-size:90%;
}
#business .bannerLink .notes {
	color:#f60;
}
#business .bannerLink .banner {
	display:flex;
	justify-content:center;
}
#business .bannerLink .banner a {
	width:60%;
}

@media screen and (min-width:800px){
	#business .bannerLink .banner a:hover {
		filter:contrast(1.2);
		transform:scale(105%);
	}
}
@media screen and (max-width:799px){
	#business .content li {
		margin-top:4em;
		padding-top:0.5em;
		min-height:16em;
		font-size:95%;
		background-size:65%;
	}
	#business .content li h3 {
		padding:0.2em 1em;
		line-height:1.6;
		font-size:125%;
		background:linear-gradient(90deg ,#fffc,#ffff,#fffc);
	}
	#business .content li .text {
		line-height:1.8;
		margin:8em 0.5em 0 auto;
		padding:0.6em 1.2em;
	}
	#business .content li:nth-child(odd) {
		padding-left:5%;
	}
	#business .content li:nth-child(even) {
		padding-right:5%;
	}
	#business .content li:nth-child(even) .text {
		margin:8em auto 0 0.5em;
	}
	#business .bannerLink .banner a {
		width:70%;
	}
}

/*  ==========================================================
	about us
 ==========================================================*/
#aboutus table {
	width:1000px;
	max-width:100%;
	margin:6em auto 0;
	font-size: 110%;
}
#aboutus table tr {
	border-bottom:1px solid #cdc;
}
#aboutus table th ,
#aboutus table td {
	padding:2em;
	vertical-align:top;
}

#aboutus table th {
	font-weight:bold;
	white-space:nowrap;
}

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

	#aboutus table {
		margin:2em auto 0;
		width:100%;
	}

	#aboutus table th ,
	#aboutus table td {
		padding:1em;
	}
}



/*  ==========================================================
	contact
 ==========================================================*/

section#thanks {
	padding-top:1em;
}

section#thanks .text-cover{
	padding-top:1em;
}

.thanks-text{
	text-align: center;
	font-size: 110%;
}

section#thanks h2.title {
    background-image: url(images/common/sky.jpg);
    background-position: 50% 50%;
}

@media screen and (max-width:799px){
	.thanks-text {
		text-align: left;
		font-size: 100%;
	}
}




/* ======================================================================================================
	form
====================================================================================================== */
.thanks-frame ,
.form-frame {
	width:800px;
	max-width:100%;
	margin:0 auto;
}
.form-frame {
	font-size:120%;
}

.form-wrapper dl{
	padding-top:2em;
	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 - 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.1em 0.5em 0.2em;
	background-color:#f60;
	border-radius:0.3em;
	color:#ffffff;
	font-size:80%;
}
.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{
	width:100%;
	-webkit-appearance:none; 
	appearance:none;
	border-radius:0.5em;
	font-size:90%;
}
input[type='radio'] ,input[type='checkbox']{
	width:1em;
	height:1em;
	-webkit-appearance:auto; 
	appearance:auto;
}

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

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

textarea{
	resize:none;
	height:8em;
	padding:0.5em;
	border:2px 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;
	padding-left:1em;
	display:flex;
	justify-content:center;
	text-align:center;
}

input[type="submit"] ,
.formButton a {
	position:relative;
	z-index:2;
	width:auto;
	padding:0.5em 2em 0.6em;
	font-size:110%;
	line-height:1;
	text-indent:0.3em;
	letter-spacing:0.3em;
	color:#fff;
	background-color:#06f;
	border:2px solid #06f;
	border-radius:0.3em;
	transition:all 0.3s ease;
	-webkit-transition:all 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){
	.formButtonFrame {
		position:relative;
		display:inline-block;
		color:#06f;
		background:#fff;
		border:2px solid #06f;
		border-radius:0.3em;
		cursor:pointer;
	}
	.formButtonFrame:hover {
		color:#fff;
	}
	.formButtonFrame:before {
		content:"";
		position:absolute;
		z-index:1;
		top:0;
		bottom:0;
		left:0;
		right:0;
		display:block;
		background-color:#06f;
		transform:scaleX(0%);
		transform-origin:left;
		transition:all 0.3s ease;
		-webkit-transition:all 0.3s ease;
	}
	.formButtonFrame:hover:before {
		transform:scaleX(100%);
	}

	input[type="submit"] ,
	.formButton a {
		color:inherit;
		background:transparent;
		border:0 none;
	}

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


/* ====================================================================
	form - error
==================================================================== */
.error {
	margin:0.3em 0 0.5em;
	display:inline-block;
	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:center;
}

.form-5 .field-group.flex {
	flex-wrap:wrap;
}
.form-5 .field-group.flex > .check {
	width:100%;
}


#privacyBox {
	height:12em;
	padding:0.5em;
	font-size:65%;
	line-height:1.4;
	color:#333;
	background:rgba(255,255,255,0.9);
	border:2px 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{
}

.status2 #privacyBox {
	display:none;
}

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









