@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:'Montserrat','Noto Sans JP','YuGothic','Yu Gothic','Noto Sans JP','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic',sans-serif;
	box-sizing:border-box;
	max-width:100%;
	height:auto;
}

a {
	text-decoration:none;
	color:#65b9c4;
}

img { object-fit: contain; }


.space {
	font-size:0;
}
 
sup {
	vertical-align:text-top;
}
 
sub {
	vertical-align:text-bottom;
}

/* --- SPのみ改行 --- */

.sp-br { display:none;}

/* --- SPのみ改行 --- */



/* ----- フェードイン ----- */

.fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}

.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}



/* ----- 非表示 ----- */

#open_menu {
	display:none;
}

.f_right {
	float:right;
}

.btn {
    width: 80%;
    background: #fff;
    border: 1px #333 solid;
    color: #333;
    padding: 15px 0;
    font-weight: 400;
    margin: 0 0 25px 10px;
    font-size: 14px;
    text-align: center;
	transition-duration: 0.3s;}

.btn:hover {
	background:#eee;
	border: 1px #333 solid;
	color:#333;
	transform: translate(3px, 3px);
    transition: 0.3s;
}

.mini {
    width: 80%;
    background: #fff;
    border: 1px #333 solid;
    color: #333;
    padding: 15px 0;
    font-weight: 400;
    margin: 25px auto;
    /* letter-spacing: 1.5px; */
    font-size: 14px;
    text-align: center;
	transition-duration: 0.3s;
}

/*.mini:after {
	content: "→";
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 25px;
    margin-left: 5%;
}*/

.mini:hover {
	background:#eee;
	border: 1px #333 solid;
	color:#333;
	transform: translate(3px, 3px);
    transition: 0.3s;
}

.float-right {
	float:right;
}

.float-left {
	float:left;
}

/* ------------ header ------------ */

.site-header {
    display: flex;
    position: absolute;
    justify-content: space-between;
    width: 100%;
    transition: 1.0s;
}


.site-header.fixed a{ 
	color:#333;
}



.site-header.fixed{
    position: fixed;
    top: 0;
	background: #ffffffd1;
	z-index:9999;
}

nav {
	width:100%;
	background:#ffffffd1;
	height:100px;
	/*position:fixed;*/
}

#header {
    width: 80%;
    color: #333;
    margin: 0 auto;
    padding-top: 15px;
}

.logo {
    left: 0;
    width: 170px;
    /*float: left;*/
    margin: 10px auto;
}

.menu {
	right:0;
	text-align:right;
}

ul.h-nav {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    padding: 10px 0;
    font-size: 12px;
}

/*ul.h-nav {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    padding: 10px 0;
    font-size: 12px;
}
*/

ul.h-nav li {
	display:inline-block;
	list-style:none;
    padding: 0 15px;
}

ul.h-nav li a {
	color:#333;
	transition: 0.5s;
}

ul.h-nav li a:hover {
    /* color: #65b9c4; */
    letter-spacing: 5px;
    transition: 0.5s;
}

.head2 {
	padding:0;
	margin:0;
	background:#fff;
	height:74px;
	width:100%;
}


/* -----  main  ----- */

.page_title {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
    width: 80%;
    font-size: 30px;
    font-weight: 600;
    color: #797981;
    letter-spacing: 5px;
}

.sub {
    font-size: 13px;
    text-align: center;
    color: #797981;
    letter-spacing: 5px;
    font-family: 'Montserrat','Noto Sans JP', sans-serif;
    position: relative;
    padding: 0 10px;
    width: 170px;
    margin: auto;
    padding-right: 5px;
    margin-top: 100px;
}

.sub:before, .sub:after {
	display: none;
    content: '';
    position: absolute;
    top: 50%;
    /*display: inline-block;*/
    width: 40px;
    height: 1px;
    background-color: #797981;
}

.sub:before {
	left:0;
}

.sub:after {
	right:0
}


#main_wrap {
	width:100%;
    max-width: 1500px;
    margin: 0 auto;
    /*padding-top: 150px;*/
    padding-bottom: 100px;
}


/* ----- footer ----- */

#footer {
	width:100%;
	background:#222;
    padding: 10px 0;
}


#footer-box {
    width: 50%;
    margin: 30px auto 50px;
    display: flex;
    height: 110px;
}

#footer i {
	padding-top: 15px;
	font-size: 14px;
    vertical-align: inherit;
}

.fbox-left {
    width: 40%;
    box-sizing: border-box;
    border-right: 1px #fff dotted;
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.fbox-right {
    width: 70%;
    box-sizing: border-box;
    padding-left: 70px;
}


h3.fboxh3 {
    color:#fff;
	font-size:13px;
	letter-spacing:2px;
	margin:0;
}

.fbox-text {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 100;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    height: 110px;
	line-height: 26px;
	font-weight: 400;
}





/* ----- footer 3 column ----- */

#box3 {
	width:70%;
	margin:0 auto;
}

.box3 {
    width: 33%;
    display: inline-block;
    border-right: 1px #fff dotted;
    margin-bottom: 40px;
}

.none-border {
	border-right:none;
}

h2.box3h2 {
	width: 100%;
	text-align:center;
	color:#fff;
	font-size:25px;
	font-weight:600;
	letter-spacing:2px;
	margin-bottom:30px;
	font-weight: 400;
}

span.fboxh3 {
    width: 100%;
    font-size: 13px;
}

h3.box3h3 {
	background:#fff;
	color:#333;
	font-size:14px;
	font-weight:600;
	border-radius:30px;
	text-align:center;
	width:80%;
	max-width:250px;
	margin:0 auto;
	padding:5px 0;
}

.box3tx {
	font-size:13px;
	color:#fff;
	width:300px;
	margin:30px auto;
	text-align:center;
}

p.copy {
    color: #fff;
    text-align: center;
    font-size: 11px;
	letter-spacing:1px;
}


.top-btn {
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 20px;
    background: #333;
    color: #fff;
}

/* ----- 会社概要テーブル ----- */

table.company {
	width:60%;
	margin:0 auto;
	margin-bottom:50px;
}

th {
	background:#728398;
	color:#fff;
	font-weight:500;
	text-align:left;
	padding:3px 5px 3px 15px;
	border-bottom:1px #fff solid;
}

td {
	color:#333;
	padding-left:15px;
	border-bottom:1px #ccc solid;
}


@media screen and (max-width:1080px) {
	
	
	#footer-box {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
}
	.fbox-left {
		width: 30%;
	}
	
	.fbox-right {
		width: 70%;
	}

}


@media screen and (max-width:768px) {
	
	.itembox {
    width: 100%;
}

	#open_menu {
		display: block;
	}
	
	
	/* --- SPのみ改行 --- */

	.sp-br { display:block;}

	/* --- SPのみ改行 --- */



	.site-header {
		display:block;
	}

	/*.btn:after {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: '\f35a';
		float: right;
		padding-bottom: 0;
		font-size: 20px;
		color: #fff;
		margin: auto 5px;
		padding-right: 15px;
	}*/

	.btn {
		text-align: center;
		font-size: 15px;
		font-weight: 400;
		padding: 20px 10px;
		background: #fff;
		border: 1.5px #333 solid;
		color: #333;
		width: 70%;
		max-width: none;
		/*border-radius: 5px;*/
		transition: 0.5s;
		margin: 25px auto;
		letter-spacing: 2px;
	}
	
	.btn:hover {
		background: #eee;
		border: 1.5px #aaa solid;
		color: #aaa;
	}
	
	.mini {
		max-width: none;
	}

	.btn_menu {
		width:70%;
		margin: 10vh auto 15px;
	}

	.top-btn {
		position: fixed;
		right: 0;
		bottom: 0;
		padding: 20px;
		background: #333;
		display: block;
		color:#fff;
	}

	/* ----- 非表示 ----- */

	#header {
		display:none;
	}


	/* ----- header ----- */

	.logo {
		width: 80%;
		padding: 35px;
		margin: 0 auto;
		padding-bottom: 25px;
	}

	/* -------- nav -------- */

	#nav {
		width:980px;
		margin:0 auto;
	}

	#nav ul {
		padding:0;
		padding-left:0;
	}

	#nav ul .links {
		margin:0 auto;
	}

	#nav ul li {
		display:inline-block;
		width:16.5%;
		text-align:center;
		border-left: 1px solid #727e98;
		transition:0.5s;
		margin-left: -5px;
	}

	#nav ul li:first-child {
		border-left:none;
	}


	span.main {
		font-family: 'Montserrat','Century Gothic' , CenturyGothic, sans-serif;
		font-size:14px;
		letter-spacing:2px;
		font-weight:600;
	}

	span.sub {
		font-size:11px;
		letter-spacing:1px;
	}

	#nav ul li a {
		display:block;
		text-decoration:none;
		color:#727e98;
		padding:10px 0 10px 5px;
	}

	#nav ul li:hover {
		background-color:#50586d;
	}

	#nav ul li a:hover {
		color:#fff;
	}




	/*----- menu -----*/


	header {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		align-items: center;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 2;
		/*padding: 8px;*/
	}

	.menu-trigger {
		position: relative;
		width: 50px;
		height: 50px;
		z-index: 999;
		top: 15px;
		right: 15px;
		/*background: #00000054;*/
	}


	.menu-trigger span {
		position:absolute;
		background: #fff;
		width: 30px;
		height: 2px;
		left: 0;
		right: 0;
		margin: auto;    
		transition: all .5s .2s;
	}



	nav ul li {
		padding: 15px 0 !important;
		text-align: left;
		padding-left: 40px !important;
		font-size: 12px !important;
		background: #fff;
		border-bottom: 1px #e7e7e7 solid;
	}



	.menu-trigger.active span {
		position: absolute;
		background: #333;
		width: 30px;
		height: 2px;
		left: 0;
		right: 0;
		margin: auto;
	}

	.menu-trigger span:nth-of-type(1) {
	  top: 15px;
	}

	.menu-trigger.active span:nth-of-type(1) {
	  transform: translateY(9px) rotate(-45deg);
	}

	.menu-trigger span:nth-of-type(2) {
	  top: 0;
	  bottom:0;
	}

	.menu-trigger.active span:nth-of-type(2) {
	  opacity: 0;
	}

	.menu-trigger span:nth-of-type(3) {
	  bottom: 15px;
	}

	.menu-trigger.active span:nth-of-type(3) {
	  transform: translateY(-9px) rotate(45deg);
	}

	nav {
		width: 100%;
		background: #fff;
		text-align: center;
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1;
		margin-top: 0;
		/*padding-top: 45px;*/
		font-size: 30px;
		height: auto;
	}

	nav ul {
		list-style: none;
		width: 90%;
		margin: 40px auto;
		padding: 0;
	}

	nav ul li a {
		color: #333;
		text-decoration: none;
		font-size: 15px;
	}


	nav ul li a:after {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: '\f0da';
		float: right;
		padding-bottom: 0;
		font-size: 20px;
		color: #333;
		margin: auto 5px;
		padding-right: 15px;
	}


	.sub-nav {
		font-size: 13px;
		margin-bottom: 60px;
	}

	.sub-nav li {
		list-style:none;
		display:inline-block;
	}


	.sub-nav li a {
		color:#333;
	}


	/* ----- footer ----- */


	#footer {
		width:100%;
		padding:20px 0 10px 0;
		background:#222;
	}
	
	


	h2.box3h2 {
		font-size: 30px;
		text-align: center;
		color: #fff;
		letter-spacing: 2px;
		margin: 50px auto 0;
	}

	.box3 {
		width: 80%;
		margin: 0 auto;
	}

	h3.box3h3 {
		width: 80%;
		text-align: center;
		color: #333;
		background: #fff;
		padding: 5px 0;
		border-radius: 30px;
		font-size: 15px;
		letter-spacing: 1px;
		margin: 20px auto;
	}


	.box3tx {
		color: #fff;
		font-size: 12px;
		letter-spacing: 1px;
		margin-bottom: 45px;
		text-align: center;
	}

	#footer-box {
		width: 80%;
		margin: 0 auto;
		color: #fff;
		text-align: center;
		height: auto;
	}
	
	.fbox-left {
		width: 100%;
		padding: 0 0 30px 0;
		margin: 0 auto;
		border: none;
	}
	
	.fbox-right {
		width: 100%;
		text-align: center;
		padding: 0;
		display: flex;
	}

	h3.fboxh3 {
		font-size: 14px;
		letter-spacing: 3px;
		/*border: 1px #fff solid;*/
		padding: 7px 0px;
		margin: 0 auto 30px;
	}


	.fbox-text {
		font-size: 11.5px;
		letter-spacing: 0.5px;
		height: auto;
		line-height: 20px;
		padding-bottom: 50px;
	}
	
	.fbox-text font {
		letter-spacing: 1px;
	}

	.fbox-text a {
		color:#fff;
		text-decoration:none;
	}

	p.copy {
		color: #666;
		font-size: 8px;
		text-align: center;
		letter-spacing: 0;
	}

	/* ----- other ----- */

	h1 {
		font-family: 'Montserrat', sans-serif;
		letter-spacing:2px;
	}


	/* ----- page title ----- */
	.page_title {
		font-family: 'Montserrat', sans-serif;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
		margin: 0 auto;
		width: 80%;
		font-size: 25px;
		font-weight: 600;
		color: #797981;
		letter-spacing: 5px;
		margin-bottom: 30px;
	}

	.sub {
		font-size: 13px;
		text-align: center;
		color: #797981;
		letter-spacing: 5px;
		font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
		position: relative;
		padding: 0 10px;
		width: 150px;
		margin: auto;
		padding-right: 5px;
		margin-top: 100px;
	}

	.sub:before, .sub:after {
		content: '';
		position: absolute;
		top: 50%;
		display: inline-block;
		width: 30px;
		height: 1px;
		background-color: #797981;
	}

	.sub:before {
		left: 0;
	}

	.sub:after {
		right: 0;
	}

}