@charset "UTF-8";

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Reset
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,em {
	font-style: normal;
}
strong,th {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
 
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Base
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

html {
  	font-size: 62.5%;
}
body {
	font-family: 'Noto Sans Japanese', serif;
	font-weight: normal;
	position: relative;
	background: #f5f5f5;
	color: #333;
	font-size: 1.4em;
}
a, a:hover {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
	outline: none;
	text-decoration: none;
	color: #333;
}
#container {
	width:100%;
	height: auto;
	margin: 0 auto;
	position: relative;
}
section {
	width: 100%;
	position: relative;
}
.normalSection {
	padding: 40px 0 70px;
	float: left;
}
.fadeUp {
 	transition: opacity 0.7s;
	transition: transform 0.7s;
}
.content {
	width: 1040px;
	height: auto;
	margin: 0 auto;
	background: #fff;
	padding: 60px;
	box-sizing: border-box;
	letter-spacing: 0.2em;
}
.sectionTitle {
	width: 100%;
	height: auto;
	margin: 80px auto 40px;
	color: #262e33;
	font-size: 400%;
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	line-height: 0.8;
}
.sectionTitle span {
	font-size: 50%;
	text-align: center;
}
.logoFont {
	font-family: 'Squada One', cursive;
	font-size: 1.35em;
	padding: 0 0.15em 0 0;
	letter-spacing: 0;
}
.logoFont em {
	font-size: 32px;
	letter-spacing: 0.25rem;
	line-height: 0.9;
}
.logoFont b {
	color: #2292d2;
}

/* Base SP */

@media screen and (max-width: 768px) {
	#container {
		width:100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0 1rem;
		box-sizing: border-box;
	}
	.content {
		width: 100%;
		height: auto;
		padding: 2rem 1rem;
		margin: 0 auto;
		float: left;
		overflow: hidden
	}
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Header
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

header {
	width: 1040px;
	height: 80px;
	margin: 0 auto;
	line-height: 80px;
	background-size: auto 40px;
}
header p {
	width: 100%;
	height: 80px;
	padding: 0;
	box-sizing: border-box;
	font-size: 90%;
}
.tag {
	width: 250px;
	height: 30px;
	line-height: 28px;
	background: #262e33;
	box-sizing: border-box;
	color: #fff;
	font-size: 110%;
	text-align: center;
}
.topLink {
	width: 250px;
	height: 30px;
	line-height: 26px;
	border: 2px solid rgba(179,29,46,1);
	box-sizing: border-box;
	color: rgba(179,29,46,1);
	font-size: 90%;
	text-align: center;
	float: right;
	letter-spacing: 0;
	text-decoration: none;
}
.topLink::before {
	content: "\f106";
	font-family: FontAwesome;
	margin: 0 0.5em 0 0;
}
.topLink:hover {
	color: #ffffff;
	background: rgba(179,29,46,1);
}
h1 {
	margin: 40px 0 30px;
	font-size: 200%;
	font-weight: 900;
	line-height: 2em;
}
h1 br {
	display: none;
}
h1 b {
	font-size: 80%;
}

/* Header SP */

@media screen and (max-width: 768px) {
	header {
		width: 100%;
		height: 40px;
		margin: 0 auto;
		line-height: 40px;
		}
	header p {
		width: 100%;
		height: 40px;
		padding: 0;
		box-sizing: border-box;
		font-size: 70%;
		text-align: left;
		}
	.tag {
		width: 100%;
		height: 4rem;
		line-height: 4rem;
		background: #262e33;
		box-sizing: border-box;
		color: #fff;
		font-size: 100%;
		text-align: center;
		}
	.topLink {
		width: 100%;
		height: 4rem;
		margin: 1rem 0 2rem 0;
		display: block;
		line-height: 3.75rem;
		border: 2px solid rgba(179,29,46,1);
		box-sizing: border-box;
		color: rgba(179,29,46,1);
		font-size: 90%;
		text-align: center;
		float: none;
		letter-spacing: 0;
		text-decoration: none;
		}
	.topLink::before {
		content: "\f053";
		font-family: FontAwesome;
		margin: 0 0.5em 0 0;
		}
	.topLink:hover {
		color: #ffffff;
		background: rgba(179,29,46,1);
		}
	h1 {
		margin: 2rem 0;
		font-size: 140%;
		font-weight: 700;
		line-height: 1.35;
		text-align: center;
	}
	h1 br {
		display: inherit;
	}
	h1 span {
		display: none;
	}
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Contents
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

dl {
	margin: 0 0 40px;
	display: block;
}
dt {
	height: 60px;
	line-height: 58px;
	border-top: 1px solid rgba(0,0,0,.05);
	border-bottom: 1px solid rgba(0,0,0,.05);
	padding: 0 1rem;
	font-size: 120%;
	font-weight: 700;
	margin: 0 0 40px;
	display: block;
}
dd {
	padding: 0 1rem;
	line-height: 2;
	font-size: 110%;
	display: block;
}
.apply a {
	width: 400px;
	height: 60px;
	line-height: 58px;
	margin: 80px auto 20px;
	text-align: center;
	border-radius: 2px;
	font-size: 130%;
	font-weight: 700;
	display: block;
	color: #fff;
	text-decoration: none;
	background: #2292d2;
}
.apply a:hover {
	background-image: linear-gradient(90deg, #29cc7d, #00aad9);
	transition: .3s;
	color: #fff;
}
.back a {
	width: 400px;
	height: 60px;
	line-height: 58px;
	margin: 80px auto;
	text-align: center;
	border: 2px solid rgba(179,29,46,1);
	border-radius: 2px;
	font-size: 110%;
	font-weight: 500;
	display: block;
	color: rgba(179,29,46,1);
	text-decoration: none;
	text-indent: -1em;
}
.back a:hover {
	background: 	rgba(179,29,46,1);
	transition: .3s;
	color: #f5f5f5;
}
.phoneNum {
	width: 100%;
	font-size: 100%;
	font-weight: 500;
	text-align: center;
	line-height: 1.75;
}
.phoneNum em {
	font-size: 300%;
	color: #2292d2;
	letter-spacing: 0.2rem;
	font-weight: 700;
}
.phoneNum span {
	font-size: 80%;
}
.phoneNum a {
	font-size: 120%;
	color: #2292d2;
	padding: 0 0 2rem;
}
.fa-phone-volume {
	margin-right: 10px;
	transform: rotate(-45deg);
}

/* Contents SP */

@media screen and (max-width: 768px) {
	dl {
		margin: 0;
		padding: 0 1rem;
	}
	dt {
		height: 4rem;
		line-height: 4rem;
		padding: 0;
		font-size: 110%;
		font-weight: 700;
		margin: 2rem 0;
		text-align: center;
	}
	dd {
		padding: 0;
		line-height: 1.75;
		font-size: 95%;
	}
	.apply a {
		width: 75%;
		height: 6rem;
		line-height: 6rem;
		margin: 5rem auto;
		text-align: center;
	}
	.back a {
		width: calc(100% - 1rem);
		height: 6rem;
		line-height: 6rem;
		margin: 4rem auto;
		box-sizing: border-box;
	}
	.back a::before {
		margin: 0 0.25em 0 2rem;
	}
	.phoneNum a {
		font-size: 180%;
	}
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Footer
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

footer {
	width: 100%;
	height: auto;
	float: left;
}
address {
	width: 100%;
	margin: 20px auto 30px;
	text-align: center;
	font-size: 12px;
}
address br {
	display: none;
}
#footerlogo {
	width: 100%;
	margin: 30px auto 10px;
	font-size: 300%;
	text-align: center;
}
#copyright {
	width: 100%;
	border-top: 1px solid rgba(255,255,255,.1);
	height: 60px;
	line-height: 60px;
	text-align: center;
	float: left;
	font-size: 70%;
}

/* Footer SP */

@media screen and (max-width: 768px) {
	address br {
		display: inherit;
	}
	address span {
		display: none;
	}
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Other
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#page_top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    font-size: 12px;
}
#page_top a {
    background: #ccc;
    text-decoration: none;
    color: #fff;
    width: 60px;
	height: 40px;
    padding: 0;
    text-align: center;
    display: block;
    border-radius: 1px;
	text-indent: 0px;
	font-weight: 500;
	line-height: 40px;
}
#page_top a:hover {
    text-decoration: none;
    background: #999;
}
.fa-angle-up {
	margin-right: 5px;
}
@media screen and (max-width: 768px) {
	#page_top {
		position: fixed;
		bottom: 1rem;
		right: 2rem;
		font-size: 12px;
	}
}

/* Common item*/

.clearboth {
	clear: both;
}
.pchidden {
	display: none;
}
@media screen and (max-width: 768px) {
	.sphidden {
		display: none;
	}
	.pchidden {
		display: inherit;
	}
}