@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: 'Noto Sans JP','メイリオ','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: 1260px;
}
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: 'Noto Sans JP','メイリオ','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: 60px;
	margin: auto;
	background: var(--black);
	color: #fff;
	font-size: 18px;
	text-align: center;
	font-family: 'Noto Sans JP';
	transition: all .3s ease 0s;
	border-radius: 5px;
	cursor: pointer;
}

/*------------------------
共通指定デザイン
------------------------*/
/* 共通 */
:root{
	--navy:#003559;
	--blue: #2081C3;
	--brown:#CFA283;
	--black: #000000;
	--bg_gray:#F9F8F6;
}
.wf{
	font-family: "Noto Serif JP", serif;
}
.flex-box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.image img{
	width: 100%;
	height: 100%;
}
.textarea{
	text-align: justify;
}
/*sp*/
.sp{
	display: none;
}
.pc {
	display: block;
}

span.brown{
	color: var(--brown);
}
span.blue{
	color: var(--blue);
}
section .inner{
	max-width: 1260px;
	margin: 0 auto;
}

/*------------------------
フッター
------------------------*/
footer {
	background: var(--black);
}
footer .inner{
	width: 1260px;
	padding: 90px 0;
	margin: 0 auto;
}
footer .logo a{
	width: 150px;
	height: 150px;
	margin-bottom: 45px;
}
footer .company{
	color: #fff;
}
footer .name{
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
footer .copy{
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
}

/*------------------------
追従
------------------------*/
.bottom-contact {
	position: sticky;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .8);
	z-index: 999;
	padding: 15px 0;
}
.bottom-contact .inner {
	width: 1000px;
	margin: auto;
	align-items: center;
	justify-content: space-between;
}
.bottom-contact .inner h2 {
	font-size: 22px;
	color: #fff;
	letter-spacing: .08em;
}
.bottom-contact .inner h2 .min{
	font-size: 16px;
	margin-left: 15px;
}
.bottom-contact .inner .btn a{
	width: 320px;
	height: 55px;
	border-radius: 0;
	font-size: 18px;
}


/*------------------------
エフェクト
------------------------*/
.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%);
	}
}
