@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,500;0,600;0,800;0,900;1,700&display=swap');

/* RESET
----------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button {
	border: none;
	background: initial;
	box-sizing: border-box;
}

/* common
--------------------------------------------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	font-family:'Noto Sans JP', sans-serif;
	color: #212121;
	font-feature-settings: "palt";
	letter-spacing: 0.12em;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	height: 100%;
}
img,
svg {
	max-width: 100%;
	height: auto;
	transition: 0.5s;
}
a {
	outline: none;
	color: #212121;
}
a, a:hover, a:hover img {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	text-decoration: none;
}
/*
a:hover {
	color: #787878;
	text-decoration: none;
}
*/
.txt {
	text-decoration: underline !important;
}

@media (min-width : 900px) {
.pcno {
	display: none;
}
}
@media (max-width: 500px) {
.spno {
	display: none;
}
}
@media (min-width:500px) and (max-width: 900px) {
.tbno {
	display: none;
}
}

/* ページ内リンク位置調整
------------------------------------------------------------------------------ */
a.anchor{
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}
@media(max-width:900px) {
	a.anchor{
		padding-top: 40px;
		margin-top: -40px;
	}
}

/* common effect
------------------------------------------------------------------------------ */
/* 画像マウスオーバー エフェクト */
.imgex {
	overflow: hidden;
	line-height: 0;
	position: relative;
}
a:hover .imgex img{
	transform: scale(1.1);
    opacity: 0.8;
}

/* header
--------------------------------------------------------------------------------------------- */
header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background-image: url("../images/bg_header.png");
	background-repeat: repeat-x;
	background-position: top center;
	background-size: auto 37px;
	background-color: #fff;
	/* 時間差
	animation-name: fadedown;
    animation-duration: 1.0s;
	animation-fill-mode:forwards;
	opacity: 0;
	animation-delay: 3.0s;
	*/
}
@media(max-width: 900px) {
	header {
		background-size: auto 26px;
	}
}
@media(max-width: 500px) {
	header {
		background-size: auto 20px;
	}
}
.header-shadow {
	box-shadow: 0px 11px 8px -11px #dfedff;
}
@keyframes fadedown {
from {
    opacity: 0;
    transform: translateY(-50px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
header .inner {
	max-width: 1400px;
	height: 110px;
	margin-left: auto;
	margin-right: auto;
	display: flex;;
	justify-content: space-between;
	align-items: center;
	padding-left: 70px;
	padding-right: 70px;
}
header .inner h1,
header .inner .logo {
	width: 260px;
	margin-top: 6px;
	position: relative;
	z-index: 10000;
}
@media(max-width: 900px) {
	header .inner {
		height: 70px;
		padding-left: 20px;
		padding-right: 5px;
	}
	header .inner h1,
	header .inner .logo {
		width: 200px;
		margin-top: 16px;
	}
}
@media(max-width: 500px) {
	header .inner {
		height: 60px;
		padding-left: 15px;
		padding-right: 10px;
	}
	header .inner h1,
	header .inner .logo {
		width: 180px;
		margin-top: 4px;
	}
}

header .inner ul {
	display: flex;
	margin-right: auto;
	margin-top: 20px;
}
header .inner ul li {
	margin-left: 36px;
}
header .inner ul li a {
	padding: 5px 15px;
	display: block;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.08em;
	color: #275897;
	position: relative;
}
@media(max-width: 900px) {
	header .inner ul li {
		margin-left: 10px;
	}
	header .inner ul li a {
		padding: 5px 10px;
		font-size: 13px;
	}
}
@media(max-width:500px) {
	header .inner ul {
		display: block;
		width: 100%;
		margin-top: 70px;
		/*padding-bottom: 100px;*/
	}
	header .inner ul li {
		width: 100%;
		margin: 0;
	}
	header .inner ul li a {
		padding-top: 12px;
		padding-bottom: 12px;
		padding-left: 63px;
		font-size: 16px;
	}
}
header .inner ul li a span::before {
	content: "";
	display: inline-block;
	position: absolute;
	background-repeat: no-repeat;
}
header .inner ul li:nth-of-type(1) a span::before {
	width: 16px;
	height: 16px;
	background-image: url("../images/icn_home.svg");
	top: 4px;
	left: -21px;
}
header .inner ul li:nth-of-type(2) a span::before {
	width: 15px;
	height: 18px;
	background-image: url("../images/icn_service.svg");
	top: 2px;
	left: -21px;
}
header .inner ul li:nth-of-type(3) a span::before {
	width: 20px;
	height: 14px;
	background-image: url("../images/icn_works.svg");
	top: 5px;
	left: -24px;
}
header .inner ul li:nth-of-type(4) a span::before {
	width: 13px;
	height: 18px;
	background-image: url("../images/icn_about.svg");
	top: 3px;
	left: -17px;
}
header .inner ul li:nth-of-type(5) a span::before {
	width: 18px;
	height: 12px;
	background-image: url("../images/icn_contact.svg");
	top: 7px;
	left: -21px;
}
@media(max-width:900px) {
	header .inner ul li:nth-of-type(1) a span::before {
		width: 12px;
		height: 12px;
		top: 6px;
		left: -4px;
	}
	header .inner ul li:nth-of-type(2) a span::before {
		width: 11px;
		height: 14px;
		top: 5px;
		left: -4px;
	}
	header .inner ul li:nth-of-type(3) a span::before {
		width: 16px;
		height: 10px;
		top: 7px;
		left: -7px;
	}
	header .inner ul li:nth-of-type(4) a span::before {
		width: 9px;
		height: 14px;
		top: 6px;
		left: -1px;
	}
	header .inner ul li:nth-of-type(5) a span::before {
		width: 14px;
		height: 8px;
		top: 9px;
		left: -4px;
	}
}
@media(max-width:500px) {
	header .inner ul li:nth-of-type(1) a span::before {
		top: 13px;
		left: 37px;
	}
	header .inner ul li:nth-of-type(2) a span::before {
		top: 12px;
		left: 37px;
	}
	header .inner ul li:nth-of-type(3) a span::before {
		top: 14px;
		left: 35px;
	}
	header .inner ul li:nth-of-type(4) a span::before {
		top: 13px;
		left: 38px;
	}
	header .inner ul li:nth-of-type(5) a span::before {
		top: 16px;
		left: 36px;
	}
	header .nav-content {
		width: 100%;
		height: 100vh;
		/*background-color: rgba(255,255,255,1.0);*/
		background-color: rgba(246,250,255,1.0);
		position: fixed;
		top: 0;
		left: 0;
		transition: 0.7s ease all;
		opacity: 0;
		visibility: hidden;
		z-index: 50;
	}
	header .nav-content.-open {
		visibility: visible;
		opacity: 1;
	}
	header .nav-content.-open .nav-menu {
		visibility: visible;
		opacity: 1;
	}
	header .nav-content.-close {
		visibility: hidden;
		opacity: 0;
	}
	header .nav-content.-close .nav-menu {
		visibility: hidden;
		opacity: 0;
	}
	header .nav-menu {
		width: 100%;
		height: 100vh;
		/*
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		visibility: hidden;
		opacity: 0;
		*/
	}
}

/* PCマウスオーバーエフェクト */
@media(min-width:900px) {
	header .inner ul li a span {
		position: relative;
		transition: 0.2s;
	}
	header .inner ul li a span::after {
		position: absolute;
		bottom: -3px;
		left: 0;
		content: '';
		width: 0;
		height: 1.5px;
		background-color: #275897;
		transition: .2s;
	}
	header .inner ul li a:hover span::after {
		width: 100%;
	}
}

/* OPENボタン */
header .nav-btn {
	display: none;
}
@media(max-width:500px) {
	header .nav-btn {
		display: block;
		width: 60px;
		height: 60px;
		position: absolute;
		background-color: rgba(255,255,255,0.0);
		cursor: pointer;
		z-index: 100;
		top: 0;
		right: 0;
	}
}
header .nav-btn span {
	position: absolute;
	width: 36px;
	height: 2px;
	background-color: #275897;
	left: 50%;
	transition: 300ms ease all;
	transform: translateX(-50%);
}
@media (max-width: 500px) {
	header .nav-btn span:nth-of-type(1) {
		top: 20px;
	}
	header .nav-btn span:nth-of-type(2) {
		top: 30px;
	}
	header .nav-btn span:nth-of-type(3) {
		top: 40px;
	}
}
@media (max-width: 500px) {
	header .nav-btn.-close span:nth-of-type(1) {
		top: 20px;
	}
	header .nav-btn.-close span:nth-of-type(2) {
		top: 30px;
	}
	header .nav-btn.-close span:nth-of-type(3) {
		top: 40px;
	}
}
header .nav-btn.-active span:nth-of-type(1) {
	top: 20px;
	left: 35px;
	transform: translate(-25px, 10px) rotate(45deg);
}
header .nav-btn.-active span:nth-of-type(2) {
	opacity: 0;
}
header .nav-btn.-active span:nth-of-type(3) {
	top: 40px;
	left: 35px;
	transform: translate(-25px, -10px) rotate(-45deg);
}

/* contents
--------------------------------------------------------------------------------------------- */
.dline {
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(118deg, transparent, transparent 10px, rgba(242, 245, 249, 1) 10px, rgba(242, 245, 249, 1) 11px );
}
.wide-cancel {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}
.bgc1 {
	background-color: #f2f5fa;
}
#main {
	padding-top: 106px;
	font-size: 16px;
	line-height: 1.6em;
}
@media (max-width: 900px) {
	#main {
		padding-top: 70px;
		font-size: 15px;
	}
}
@media (max-width: 500px) {
	#main {
		padding-top: 60px;
		font-size: 15px;
	}
}
/*
#main section {
	padding-left: 30px;
	padding-right: 30px;
}
@media (max-width: 900px) {
	#main section {
		padding-left: 40px;
		padding-right: 40px;
	}	
}
@media (max-width: 500px) {
	#main section {
		padding-left: 20px;
		padding-right: 20px;
	}	
}
*/

#main .ptitle {
	padding: 30px 0;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}
#main .ptitle .inner {
	max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
	display: flex;
	align-items: flex-end;
}
@media (max-width: 900px) {
	#main .ptitle .inner {
		align-items: center;
	}
}
@media (max-width: 500px) {
	#main .ptitle .inner {
		max-width: none;
		display: block;
		padding-left: 20px;
		padding-right: 20px;
	}
}
#main .ptitle h1 {
	padding-bottom: 2px;
}
@media (max-width: 500px) {
	#main .ptitle h1 {
		padding-bottom: 20px;
	}
}
#main .ptitle h1 span:nth-of-type(1),
#main .ptitle h1 span:nth-of-type(2) {
	/*font-size: 26px;*/
	font-size: 160%;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	letter-spacing: 0.08em;
}
@media (max-width: 900px) {
	#main .ptitle h1 span:nth-of-type(1),
	#main .ptitle h1 span:nth-of-type(2) {
		font-size: 140%;
	}
}
@media (max-width: 500px) {
	#main .ptitle h1 span:nth-of-type(1),
	#main .ptitle h1 span:nth-of-type(2) {
		/*font-size: 14px;*/
		font-size: 110%;
	}
}
#main .ptitle h1 span:nth-of-type(1) {
	color: #bdccdf;
	text-stroke: 1.5px #bdccdf;
	-webkit-text-stroke: 1.5px #bdccdf;
}
#main .ptitle h1 span:nth-of-type(2) {
	color: #f2f5fa;
	text-stroke: 1.5px #bdccdf;
	-webkit-text-stroke: 1.5px #bdccdf;
}
#main .ptitle h1 span:nth-of-type(3){
	display: block;
	/*font-size: 24px;*/
	font-size: 150%;
	font-weight: 700;
	color: #275897;
	line-height: 1.2em;
	white-space: nowrap;
}
@media (max-width: 900px) {
	#main .ptitle h1 span:nth-of-type(3){
		font-size: 120%;
	}
}
@media (max-width: 500px) {
	#main .ptitle h1 span:nth-of-type(3){
		display: inline;
		/*font-size: 18px;*/
		font-size: 110%;
		padding-left: 4px;
	}
}
#main .ptitle p.contcach {
	/*font-size: 20px;*/
	font-size: 130%;
	font-weight: 600;
	color: #275897;
	line-height: 1.6em;
	padding-left: 16%;
}
#main .ptitle p.contcach span {
	/*font-size: 32px;*/
	font-size: 180%;
	font-weight: 800;
}
@media (max-width: 900px) {
	#main .ptitle p.contcach {
		font-size: 135%;
		padding-left: 11%;
	}
}
@media (max-width: 500px) {
	#main .ptitle p.contcach {
		padding-left: 0;
	}
}
p.mainlead {
	max-width: 900px;
    margin-left: auto;
    margin-right: auto;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	line-height: 1.8em;
    text-align: center;
}
@media (max-width: 500px) {
	p.mainlead {
		max-width: none;
		padding-top: 20px;
		line-height: 1.8em;
        text-align: left;
        text-align: justify;
	}
}



#main h2.commonh2 {
	position: relative;
	text-align: center;
	color: #275897;
	font-size: 22px;
	font-weight: 600;
	padding-bottom: 10px;
	padding-top: 80px;
}
#main h2.commonh2:before {
	position: absolute;
	bottom: -10px;
	left: calc(50% - 30px);
	width: 60px;
	height: 2px;
	content: '';
	border-radius: 3px;
	background: #275897;
}
@media (max-width: 500px) {
	#main h2.commonh2 {
		font-size: 18px;
		padding-bottom: 6px;
		padding-top: 40px;
	}
}

/* footer
--------------------------------------------------------------------------------------------- */
#footer {
	background-image: url("../images/foot_grass.png");
	background-repeat: repeat-x;
	background-position: top center;
	background-size: auto 18px;
	font-size: 14px;
	padding-top: 14px;
	margin-top: -20px;
	position: relative;
	z-index: 1;
}
#footer .footer-inner-wrap {
	background-color: #275897;
	padding-top: 40px;
	padding-bottom: 30px;
	padding-left: 50px;
	padding-right: 50px;
}
@media (max-width: 900px) {
	#footer .footer-inner-wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
}
#footer h3 {
	max-width: 1200px;
	margin: 0 auto;
}
#footer h3 img {
	width: 210px;
}
#footer .inner-wrap {
	max-width: 1200px;
	margin: 0 auto;
}
#footer .inner-wrap .inner {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
@media (max-width: 900px) {
	#footer .inner-wrap {
		width: 100%;
	}
	#footer .inner-wrap .inner {
		display: block;
	}
}
#footer .inner address {
	color: #fff;
	line-height:1.5em;
	padding-top: 6px;
}
#footer .inner address .add span {
	padding-right: 10px;
}
@media (max-width: 500px) {
	#footer .inner address .add span {
		padding-right: 0px;
		display: block;
	}
}
#footer .inner ul {
	display: flex;
	justify-content: space-between;
	padding-top: 6px;
}
#footer .inner ul li {
	margin-left: 26px;
}
#footer .inner ul li a {
	color: #fff;
}
#footer .inner ul li a {
	position: relative;
	display: inline-block;
	transition: .2s;
}
/*
#footer .inner ul li a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
*/
#footer .inner ul li a::after {
	position: absolute;
	bottom: -6px;
	left: 0;
	content: '';
	width: 0;
	height: 2px;
	background-color: #fff;
	transition: .2s;
}
#footer .inner ul li a:hover::after {
	width: 100%;
}
#footer .copy {
	color: #fff;
	padding-top: 20px;
	font-size: 12px;
}

@media (max-width: 900px) {
	#footer .inner ul {
		display: none;
	}
}
@media (max-width: 900px) {
	#footer {
		background-size: auto 14px;
		font-size: 12px;
		padding-top: 11px;
		margin-top: -11px;
		position: relative;
		z-index: 1;
	}
	#footer .footer-inner-wrap {
		padding-top: 24px;
		padding-bottom: 20px;
		
	}
	#footer h3 {
		max-width: none;
		text-align: center;
	}
	#footer h3 img {
		width: 190px;
	}
	#footer .inner address {
		padding-top: 10px;
		text-align: center;
	}
	#footer .copy {
		padding-top: 10px;
		font-size: 10px;
		text-align: center;
	}
}
@media (max-width: 500px) {
	#footer h3 img {
		width: 160px;
	}
}

/* pagetop
------------------------------------------------------------------------------ */
#pagetop {
	position: fixed;
	bottom: 168px;
	right: 18px;
	z-index: 10;
}
#pagetop a {
	display: block;
	width: 60px;
	height: 60px;
	background-image: url("../images/icn_up.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 60px;
	text-indent: -9999px;
}
#pagetop a:hover {
	opacity: 0.8;
}
@media (max-width: 500px) {
	#pagetop {
		bottom: 150px;
		right: 8px;
	}
	#pagetop a {
		width: 40px;
		height: 50px;
		background-size: auto 50px;
	}
}