@charset "UTF-8";

/* -------------------------------
スタイルの初期化 */
html {
	font-size: 62.5%;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body{
	font-family: 'Zen Kaku Gothic New','メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-weight: 400;
	font-size:14px;
	color: var(--black);
	line-height: 1.65;
	letter-spacing: .025em;
	text-autospace:ideograph-alpha;
	font-feature-settings: 'palt';
	min-width: 1100px;
}
body *,
:before,
:after{
	box-sizing: border-box;
}
a{
	transition: all .3s ease 0s;
	text-decoration:none;
	color:var(--black);
	display: block;
	box-sizing: border-box;
}
a img {	border:0;
	outline:none;}
img,svg {	vertical-align:top;}
img{	max-width: 100%;
		height: auto;}
ul, ol {	list-style-type:none;}
sup {
	position: relative;
	vertical-align: baseline;
	top: -0.9em;
	font-size: 0.5em;
}
hr {	display: none;}
h1,h2,h3,h4,h5,h6 {	font-size: 100%;}
th, caption{
	text-align: left;
	font-weight: normal;
}
th,td {	empty-cells:show;}

input[type="text"] , 
input[type="email"] , 
input[type="tel"] , 
input[type="password"] ,
textarea {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	padding: 12px;
	border: 1px solid #ceccca;
	width: 90%;
	box-sizing: border-box;
	font-size: 15px;
	border-radius: 5px;
}
input[type="date"] {
	border: 1px solid #ceccca;
	width: 40%;
	font-size: 15px;
	border-radius: 5px;
	padding: 12px;
	cursor: pointer;
}
input[type="checkbox"] {
	margin-right:0.2em;
	vertical-align: -2px;
}
input[type="radio"] {
	margin-right:0.2em;
	vertical-align: -2px;
}
::placeholder {
	color: #c9c9c9;
}
table {
	width: 100%;
	border-collapse: collapse;
	box-sizing: border-box;
}
textarea {
	width: 90%;
	height: 10em;
	font-size: 15px;
	font-family: 'Zen Kaku Gothic New','メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}
select{	
	padding: 12px;
	border: 1px solid #ceccca;
	font-size: 15px;
}
optgroup {	font-style:normal;}
option {	padding-right:10px;}
*:focus {
outline: none;
}
em{	font-style: normal;}
input[type="submit"] {
	display: block;
	width: 420px;
	height: 70px;
	margin: auto;
	background: var(--gd_btn);
	border: none;
	color: #fff;
	font-size: 18px;
	text-align: center;
	font-family: 'Zen Kaku Gothic New';
	transition: all .3s ease 0s;
	border-radius: 5px;
	cursor: pointer;
	font-weight: bold;
}

/*------------------------
共通指定デザイン
------------------------*/
/* 共通 */
:root{
	--black:#282828;
	--blue:#198da1;
	--gray:#f2f2f2;
	--gd_btn: linear-gradient(75deg, rgba(18,130,172,1) 0%, rgba(38,159,170,1) 100%);
	--gd_bg: linear-gradient(0deg, rgba(227,239,241,1) 0%, rgba(255,255,255,1) 100%);
}
.wf{
	font-family: "Homemade Apple", cursive;
}
/*ボタン*/
.btn a{
	background: var(--gd_btn);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: all .3s ease 0s;
	font-size: 17px;
	font-weight: bold;
	margin: 0 auto;
	border-radius: 8px;
}
.btn a::after{
	content: '';
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 15px;
}
button[type="submit"]{
	transition: all .3s ease 0s;
}
.btn a:hover,input[type="submit"]:hover,button[type="submit"]:hover{
	transform: translateY(4px);
	opacity: .8;
	cursor: pointer;
}

.flex-box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.red , 
.must {
	color: red;
}
.image img{
	width: 100%;
	height: 100%;
}
.textarea{
	text-align: justify;
}
/*sp*/
.sp{
	display: none;
}
.pc {
	display: block;
}

/*------------------------
header
------------------------*/
header .inner {
	width: 1000px;
	margin: 0 auto;
	background: #fff;
	padding: 10px 0 0;
}
header .top-wrap{
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
header .top-wrap .logo-wrap .come{
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 14px;
}
header .top-wrap .logo a{
	width: 300px;
	height: auto;
}
header .top-wrap .logo a:hover{
	opacity: .8;
}
header .top-wrap .other-link{
	display: flex;
	justify-content: flex-end;
	margin-bottom: 10px;
}
header .top-wrap .other-link li a{
	font-size: 12px;
	font-weight: 500;
	display: flex;
	align-items: center;
	margin-left: 30px;
}
header .top-wrap .other-link li a::before{
	content: '';
	width: 7px;
	height: 7px;
	border-top: 1px solid var(--blue);
	border-right: 1px solid var(--blue);
	transform: rotate(45deg);
	display: block;
	margin-right: 5px;
}
header .top-wrap .contact{
	display: flex;
	justify-content: flex-end;
}
header .top-wrap .contact .tel{
	font-size: 21px;
	font-weight: 600;
	display: flex;
	align-items: center;
	line-height: 1;
}
header .top-wrap .contact .tel::before{
	content: "";
	width: 18px;
	height: 22px;
	background: url(/pc/img/common/icon_tel_gd.svg) no-repeat;
	background-size: contain;
	display: block;
	margin-right: 5px;
}
header .top-wrap .contact .mail a{
	width: 150px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--gd_btn);
	color: #fff;
	border-radius: 6px;
	font-size: 14px;
	font-weight: bold;
	margin-left: 20px;
}
header .top-wrap .contact .mail a::before{
	content: "";
	width: 16px;
	height: 10px;
	background: url(/pc/img/common/icon_mail_w.svg) no-repeat;
	background-size: contain;
	display: block;
	margin-right: 5px;
}
header .top-wrap .contact .mail a:hover{
	transform: translateY(4px);
	opacity: .8;
	cursor: pointer;
}

/*------------------------
ナビ 
------------------------*/
.g-nav {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.g-nav .flex{
	display: flex;
	align-items: flex-end;
	flex-direction: column;
}
.g-nav .nav-inner{
	display: flex;
	align-items: center;
}
.g-nav .nav-inner > li a{
	font-size: 16px;
	letter-spacing: .06em;
	padding: 2px 25px;
	line-height: 1;
	position: relative;
	display: block;
	text-align: center;
	font-weight: 500;
	border-left: 1px solid var(--blue);
}
.g-nav .nav-inner > li:last-child a{
	border-right: 1px solid var(--blue);
}
.g-nav .nav-inner li a:hover{
	color: var(--blue);
}


/*------------------------
section共通
------------------------*/
section .inner{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
section .inner .ttl-wrap{

}
section .inner .ttl-wrap h2{
	font-size: 32px;
	line-height: 1;
}
section .inner .ttl-wrap .sub{
	font-size: 22px;
	color: #00688f;
	line-height: 1;
}

/*------------------------
後続共通
------------------------*/
.af.top-bg{
	position: relative;
}
.af.top-bg::before {
	content: "";
	width: 80.21vw;
	height: 100%;
	background: var(--gd_btn);
	position: absolute;
	right: 0;
	top: 40px;
	z-index: 1;
	min-width: 895px;
}
#top-ttl {
	position: relative;
	background: url(/pc/img/housing/topttl_housing.jpg) center no-repeat;
	background-size: cover;
	margin: 0 80px 40px;
	border-radius: 20px;
	z-index: 10;
	padding-bottom: 140px;
}
#top-ttl .inner{
	width: 1000px;
	margin: 0 auto;
}

#top-ttl .page-ttl{
	text-align: center;
}
#top-ttl .page-ttl .sub{
	font-size: 30px;
	line-height: 1;
	transform: rotate(-5deg);
	color: var(--blue);
	margin-left: -175px;
	margin-bottom: -14px;
}
#top-ttl .page-ttl h1{
	font-size: 42px;
	line-height: 1;
	margin-bottom: 20px;
	position: relative;
	z-index: 10;
}
#top-ttl .sub-txt{
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	line-height: 1;
}

/*パンくず*/
.breadcrumb-wrap{
	padding-top: 15px;
}
#breadcrumb {
	overflow: hidden;
	z-index: 100;
	position: relative;
	margin-bottom: 110px;
}
#breadcrumb li{
	float: left;
}
#breadcrumb li a {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
}
#breadcrumb li a:hover{
	color: var(--blue);
}
#breadcrumb li::before{
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-bottom: 1px solid var(--black);
	border-right: 1px solid var(--black);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: auto 10px 0 10px;
	vertical-align: 1px;
}
#breadcrumb li:first-child::before{
	content:none;
}

/*------------------------
pager
------------------------*/
.wp-pager .wp-pagenavi {
	display: flex;
	align-items: center;
	justify-content: center;
}
.wp-pager .wp-pagenavi .pages {
	display: none;
}
.wp-pager .wp-pagenavi .current {
	background: #00688f;
	color: #fff;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	font-weight: bold;
	border-radius: 8px;
	padding-bottom: 5px;
	border: none;
}
.wp-pager .wp-pagenavi a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #00688f;
	border-radius: 8px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 5px;
	margin: 0 3px;
	color: #00688f;
	cursor: pointer;
}
.wp-pager .wp-pagenavi a:hover{
	background: #00688f;
	color: #fff;
	border-color: unset;
}

/*------------------------
サイドバー 
------------------------*/
#side .taxonomies {
	margin-bottom: 25px;
}
#side .taxonomies h2 {
	font-size: 18px;
	border-bottom: 2px solid var(--blue);
}
#side .taxonomies ul li {
	font-size: 0;
	border-bottom: 1px solid #cbd5dc;
	position: relative;
}
#side .taxonomies ul li a{
	font-size: 16px;
	padding: 10px 15px 4px 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#side .taxonomies ul li a:hover{
	background: #edf8f9;
}
#side .taxonomies ul li a::after{
	content: '';
	width: 6px;
	height: 6px;
	display: block;
	border-bottom: 1px solid var(--blue);
	border-right: 1px solid var(--blue);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*------------------------
お問い合わせ
------------------------*/
#contact{
	padding: 60px 0 120px;
}
#contact .inner{
	padding: 40px 0 50px;
	background: url(/pc/img/index/bg_contact.jpg) no-repeat fixed center;
	background-size: cover;
	border-radius: 20px;
}
#contact .ttl-wrap{
	text-align: center;
	margin-bottom: 15px;
	color: #fff;
}
#contact .ttl-wrap h2{
	font-size: 28px;
}
#contact .ttl-wrap .sub{
	transform: rotate(-7deg);
	margin-left: -140px;
	margin-bottom: -5px;
	font-size: 20px;
	color: #fff;
}

#contact .sub-txt{
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 25px;
}
#contact .flex-box{
	display: flex;
	justify-content: center;
	align-items: center;
}
#contact .flex-box .tel{
	font-size: 40px;
	line-height: 1;
	font-weight: bold;
	color: #fff;
	letter-spacing: .04em;
	display: flex;
	align-items: center;
}
#contact .flex-box .tel::before{
	content: "";
	width: 26px;
	height: 32px;
	background: url(/pc/img/common/icon_tel_w.svg) no-repeat;
	background-size: contain;
	display: block;
	margin-right: 5px;
	margin-top: 2px;
}
#contact .flex-box .mail a{
	width: 350px;
	background: #fff;
	height: 67px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 35px;
	font-size: 20px;
	font-weight: bold;
	color: var(--blue);
	border-radius: 10px;
}
#contact .flex-box .mail a::before{
	content: "";
	width: 24px;
	height: 16px;
	background: url(/pc/img/common/icon_mail_bl.svg) no-repeat;
	background-size: contain;
	display: block;
	margin-right: 6px;
	margin-top: 3px;
}
#contact .flex-box .mail a:hover{
	transform: translateY(4px);
	opacity: .8;
}

/*------------------------
pageトップ
------------------------*/
#page-top {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.2s opacity ease-in-out, 0.2s visibility ease-in-out;
	transition: 0.2s opacity ease-in-out, 0.2s visibility ease-in-out;
	text-align: right;
	position: sticky;
	z-index: 100;
	opacity: 0;
	width: 70px;
	height: 70px;
	bottom: 100px;
	margin: 0 70px -35px auto;
}
#page-top a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	background: var(--gd_btn);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#page-top a:hover{
	transform: translateY(4px);
}
#page-top a:after {
	position: absolute;
	content: '';
	top: 5px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	vertical-align: middle;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(-45deg);
	width: 14px;
	height: 14px;
}
#page-top.show {
	opacity: 1;
	visibility: visible;
}


/*------------------------
フッター
------------------------*/
footer {
	background: #fafdfd;
	border-top: 4px solid var(--blue);
}
footer .inner{
	padding: 50px 0;
	width: 1000px;
	margin: 0 auto;
}
footer .footer-nav{
	display: flex;
	margin-bottom: 30px;
}
footer .footer-nav li a{
	font-size: 16px;
	margin-right: 30px;
	font-weight: 500;
	position: relative;
}
footer .footer-nav li a::after{
	content: "";
	width: 20px;
	height: 4px;
	background: var(--gd_btn);
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 50px;
	opacity: 0;
	transition: all .3s ease 0s;
}
footer .footer-nav li a:hover:after{
	opacity: 1;
}

/* シリーズ */
footer .series {
	background: var(--gray);
	border-radius: 15px;
	padding: 25px 30px;
	position: relative;
	margin-bottom: 50px;
}
footer .series .flex{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
footer .series .ttl-wrap .sub{
	font-size: 17px;
	color: var(--blue);
	position: absolute;
	top: -5px;
	left: 0;
	transform: rotate(-6deg);
}
footer .series .ttl-wrap .ttl{
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	margin-right: 40px;
}
footer .series .flex .sub-text{
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}

footer .series .series-nav{
	display: flex;
}
footer .series .series-nav li a{
	font-size: 15px;
	line-height: 1;
	display: flex;
	align-items: center;
	margin-right: 30px;
	font-weight: 500;
}
footer .series .series-nav li a::before{
	content: '';
	width: 6px;
	height: 6px;
	border-top: 1px solid var(--black);
	border-right: 1px solid var(--black);
	transform: rotate(45deg);
	display: block;
	margin-right: 7px;
	margin-top: 2px;
}
footer .series .series-nav li a:hover{
	color: var(--blue);
}

/* 会社情報 */
footer .company .logo a{
	width: 320px;
	height: auto;
	margin-bottom: 10px;
}
footer .company .access{
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 12px;
}
footer .company .train{
	font-size: 16px;
	line-height: 1.3;
}

/* コピー */
#copy{
	text-align: center;
	padding: 0 10px 15px;
	font-size: 12px;
}
/* リキャプチャ */
.grecaptcha-badge{
	margin-bottom: 120px;
}


/*------------------------
エフェクト
------------------------*/
.fadein {
	opacity : 0;
	transform : translate(0, 30px);
	transition: all 800ms;
}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
.fadein.scrollin:nth-of-type(2) {
	-moz-transition-delay:200ms;
	-webkit-transition-delay:200ms;
	-o-transition-delay:200ms;
	-ms-transition-delay:200ms;
}
.fadein.scrollin:nth-of-type(3) {
	-moz-transition-delay:400ms;
	-webkit-transition-delay:400ms;
	-o-transition-delay:400ms;
	-ms-transition-delay:400ms;
}
.fadein.scrollin:nth-of-type(4) {
	-moz-transition-delay:600ms;
	-webkit-transition-delay:600ms;
	-o-transition-delay:600ms;
	-ms-transition-delay:600ms;
}
.img-animation {
	overflow: hidden;
	position: relative;
}
.img-animation.active::before {
	animation: img-animation 1.5s cubic-bezier(.4, 0, .2, 1) forwards;
	background: #fff;
	content: '';
	pointer-events: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
@keyframes img-animation {
	100% {
		transform: translateX(100%);
	}
}
