@charset "UTF-8";

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

@media screen and (max-width: 20000px) {
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
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media screen and (max-width: 20000px) {
html {
  	font-size: 62.5%;
}
body {
	font-family: 'Noto Sans Japanese', serif;
	font-weight: normal;
	position: relative;
	background: #f0f0f0;
	color: #333;
	font-size: 1.4em;
	 animation: bodyfadeIn 1s ease-in 0s 1 normal;
    -webkit-animation: bodyfadeIn 1s ease-in 0s 1 normal;
}
a, a:hover {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
	outline: none;
	text-decoration: none;
}
#container {
	width:100%;
	height: auto;
	margin: 0 auto;
	position: relative;
}
section {
	width: 100%;
	position: relative;
}
.normalSection {
	padding: 40px 0 70px;
	float: left;
}
.content {
	width: 1040px;
	height: auto;
	margin: 0 auto;
	left: calc(50% - 1040px/2);
}
.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;
}
h1 em.logoFont {
	font-size: 32px;
	letter-spacing: 0.25rem;
	line-height: 0.9;
}
.logoFont b {
	color: #2292d2;
}
.notoSerif {
	font-family: 'Noto Serif', serif;
}
.josefinSans {
	font-family: 'Josefin Sans', sans-serif;
}

}
@media screen and (max-width: 768px) {
	#container {
		overflow: hidden;
	}
	.content {
		width: 100%;
		height: auto;
		margin: 0 auto;
		left: 0;
		padding: 0 2rem;
		box-sizing: border-box;
	}
		.normalSection {
		padding: 0;
	}
		.sectionTitle {
		width: 100%;
		height: auto;
		margin: 4rem auto 1rem;
		color: #262e33;
		font-size: 200%;
		text-align: center;
		font-family: 'Josefin Sans', sans-serif;
		line-height: 0.8;
	}
		.sectionTitle span {
		font-size: 50%;
		text-align: center;
	}
}

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

@media screen and (max-width: 20000px) {
header {
	width: 1040px;
	height: 100px;
	margin: 20px auto 0;
	position: fixed;
    top: 0;
    left:calc(50% - 1040px/2);
	z-index: 100;
	border: 1px solid #fff;
	box-sizing: border-box;
}
.headerAnimation {
	margin: 0 auto !important;
	animation: uekara 0.5s linear 0s 1; 
	background: #fff;
	height: 60px !important;
}
header h1 {
	color: #fff;
	font-size: 85%;
}
header ul {
	width: 960px;
	margin: 0 auto;
	height: 98px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headerAnimation ul {
	height: 60px !important;
}
header ul li {
	text-align: center;
	line-height: 1.25;
	position: relative;
}
header ul li a {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}
header ul li a span {
	font-size: 80%;
}
.headerAAnimation {
	color: #333;
	font-weight: 500;
}
header ul li a::after {
	position: absolute;
  	bottom: -6px;
  	left: 0;
  	content: '';
  	width: 100%;
  	height: 2px;
 	background: #fff;
  	transform: scale(0, 1);
  	transform-origin: center top;
  	transition: transform .3s;
}
header ul li a:hover::after {
  	transform: scale(1, 1);
}
.headerAnimation ul li a::after {
 	background: #333;
}
}
@keyframes uekara { 
 	0% { transform: translate(0px, -100%); }
	100% { transform: translate(0px, 0px); } 
} 
@media screen and (max-width: 768px) {
	header {
		width: 100%;
		height: 58px;
		margin: 0 auto;
		position: fixed;
		top: 0;
		left:0;
		z-index: 100;
		border: none;
		min-width: 100%;
	}
	.headerAnimation {
		margin: 0 auto !important;
		animation: uekara 0.5s linear 0s 1; 
		background: #fff;
		height: 58px !important;
	}
	header h1 {
		font-size: 75%;
	}
	header ul {
		width: calc(100% - 2rem);
		margin: 10px auto 0;
		height: 58px;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.headerAnimation ul {
		height: 98px !important;
		margin: 10px auto 20px;
	}
	header ul li {
		text-align: center;
		line-height: 1.25;
		position: relative;
		display: none;
	}
	header ul li:first-child {
		display: inline-block;
		text-align: left;
	}
	header ul li a {
		color: #FFFFFF;
		font-weight: 700;
		text-decoration: none;
	}
	header ul li a span {
		font-size: 80%;
	}
	.headerAAnimation {
		color: #333;
		font-weight: 500;
	}
	header ul li a::after {
		display: none;
	}
	header ul li a:hover::after {
		transform: scale(1, 1);
	}
	.headerAnimation ul li a::after {
		background: #333;
	}
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Section
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/*------------ Top ------------*/

@media screen and (max-width: 20000px) {
#top {
	position: relative;
	overflow: hidden;
}
.videoWrap {
	height: 95%;
  	height: 95vh;
  	position: relative;
  	width: 100%;
}
.videoWrap::after {
	content: "";
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.4);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#video {
	background: #fff;
 	background-attachment: fixed;
 	background-position: center center;
  	background-size: cover;
  	left: 0;
  	min-height: 95%;
  	min-height: 95vh;
  	min-width: 100%;
  	min-width: 100vw;
  	position: absolute;
  	top: 0;
  	z-index: 1;
}
#video_sp {
	display: none;
}
#top h2 {
	width: 100%;
	height: 95vh;
	z-index: 3;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
 	justify-content: center;
 	align-items: center;
}
#top h2 ul {
	position: relative;
	width: 1040px;
}
#top h2 ul li {
	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translateY(-50%) translateX(-40%);
	text-align: center;
	width: 100%;
	color: #FFFFFF;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.45;
}
#top h2 ul li strong {
	font-size: 64px;
	font-weight: 900;
}
#top h2 ul li:nth-child(1) {
	animation: fadeIn01 22s ease-in 0s infinite both;
}
#top h2 ul li:nth-child(2) {
	animation: fadeIn02 22s ease-in 0s infinite both;
}
#news {
	z-index: 4;
}
#news h2 {
	width: 1040px;
	height: 80px;
	margin: -40px auto 0;
	background: #3d4852;
	color: #fff;
	line-height: 80px;
    left: calc(50% - 1040px/2);
	font-weight: 300;
}
#news h2 span:first-child {
	width: 100px;
	height: 80px;
	background: #262e33;
	display: inline-block;
	padding: 0 30px;
	text-align: center;
}
#news h2 span:last-child {
	padding: 0 30px;
}
}
@media screen and (max-width: 768px) {
	#video {
		display: none;
	}
	#video_sp {
		display: block;
		min-height: 100%;
		min-height: 100vh;
		min-width: 100%;
		min-width: 100vw;
		transform: translateX(-35%);
	}
	#top h2 {
		width: 100%;
		height: 95vh;
		z-index: 3;
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#top h2 ul {
		position: relative;
		width: 100%;
	}
	#top h2 ul li {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-40%);
		text-align: center;
		width: 100%;
		color: #FFFFFF;
		font-size: 24px;
		font-weight: 700;
		line-height: 1.65;
	}
	#top h2 ul li strong {
		font-size: 60px;
		font-weight: 900;
		line-height: 1.2;
		display: block;
		margin-top: -10%;
		margin-bottom: -2rem;
	}
	#top h2 ul li:nth-child(1) {
		animation: fadeIn01 22s ease-in 0s infinite both;
	}
	#top h2 ul li:nth-child(2) {
		animation: fadeIn02 22s ease-in 0s infinite both;
	}
	#news {
		display: none;
	}
}
@media screen and (max-width: 375px) {
	#top h2 ul li {
		font-size: 24px;
		line-height: 1.65;
	}
	#top h2 ul li strong {
		font-size: 60px;
		line-height: 1.2;
		margin-bottom: -2rem;
	}
}
@media screen and (max-width: 320px) {
	#top h2 ul li {
		font-size: 21px;
		line-height: 1.55;
	}
	#top h2 ul li strong {
		font-size: 58px;
		line-height: 1.2;
		margin-bottom: -2rem;
	}
}

@keyframes fadeIn01 {
    0% {
		opacity: 0;
		transform:  translate(-50%, -35%);
	}
	5% {
		opacity: 1;
		transform:  translate(-50%, -40%);
	}
	45% {
		opacity: 1;
		transform:  translate(-50%, -40%);
	}
	50% {
		opacity: 0;
		transform:  translate(-50%, -40%);
	}
    100% {
		opacity: 0;
		transform:  translate(-50%, -35%);
	}
}
@keyframes fadeIn02 {
    0% {
		opacity: 0;
		transform:  translate(-50%, -35%);
	}
	50% {
		opacity: 0;
		transform:  translate(-50%, -35%);
	}
	55% {
		opacity: 1;
		transform:  translate(-50%, -40%);
	}
	95% {
		opacity: 1;
		transform:  translate(-50%, -40%);
	}
    100% {
		opacity: 0;
		transform:  translate(-50%, -40%);
	}
}
@keyframes fadeInSp01 {
    0% {
		opacity: 0;
		transform:  translate(-50%, -55%);
	}
	5% {
		opacity: 1;
		transform:  translate(-50%, -60%);
	}
	45% {
		opacity: 1;
		transform:  translate(-50%, -60%);
	}
	50% {
		opacity: 0;
		transform:  translate(-50%, -60%);
	}
    100% {
		opacity: 0;
		transform:  translate(-50%, -55%);
	}
}
@keyframes fadeInSp02 {
    0% {
		opacity: 0;
		transform:  translate(-50%, -55%);
	}
	50% {
		opacity: 0;
		transform:  translate(-50%, -55%);
	}
	55% {
		opacity: 1;
		transform:  translate(-50%, -60%);
	}
	95% {
		opacity: 1;
		transform:  translate(-50%, -60%);
	}
    100% {
		opacity: 0;
		transform:  translate(-50%, -60%);
	}
}

/*------------ Message ------------*/

@media screen and (max-width: 20000px) {
#message h3, #about h3 {
	font-size: 130%;
	text-align: center;
}
#message h4, #about h4 {
	margin: 30px 0;
	font-weight: 500;
	line-height: 2;
	text-align: justify;
	letter-spacing: 0.1em;
}
}
@media screen and (max-width: 768px) {
	#message h4, #about h4 {
		line-height: 1.75;
		letter-spacing: 0;
		margin: 1rem 0 3rem;
		font-size: 100%;
	}
}

/*------------ About ------------*/

#about {
	background: #FFFFFF;
}

/*------------ Interview ------------*/

@media screen and (max-width: 20000px) {
#interviewVideo {
	width: 1040px;
	height: 585px;
	float: left;
	margin: 20px 0 40px;
}
#interviewVideo_sp {
	display: none;
}
#interview ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
}
#interview ul li {
	overflow: hidden;
	width: 500px;
	margin-top: 10px;
	margin-bottom: 50px;
}
#interview ul li:nth-child(3) {
	order: 4;
}
#interview ul li:nth-child(4) {
	order: 3;
}
#interview dl, #interview dl h4 {
	font-size: 100%;
	font-weight: 500;
	line-height: 1.9;
	letter-spacing: 0.1rem;
}
#interview dt {
	display: inline-block;
	font-size: 110%;
	font-weight: 700;
	padding-bottom: 3px;
	margin-bottom: 8px;
	border-bottom: 2px solid #2292d2;
}
#interview dd {
	font-size: 100%;
	padding-top: 10px;
}
#interview dd h3 {
	font-size: 100%;
	font-weight: 700;
	margin-bottom: 10px;
}
}
@media screen and (max-width: 768px) {
	#interviewVideo {
	}
	#interviewVideo_sp {
	}
	#interview ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: no-wrap;
		flex-direction: column;
		width: 100%;
	}
	#interview ul li {
		overflow: hidden;
		width: 100%;
		margin-top: 0;
		margin-bottom: 2rem;
	}
	#interview ul li:nth-child(3) {
		order: 3;
	}
	#interview ul li:nth-child(4) {
		order: 4;
	}
	#interview ul li img {
		width: 100%;
		height: 100%;
		overflow: hidden;
		display: block;
		text-align: center;
	}
	#interview dl, #interview dl h4 {
		font-size: 100%;
		font-weight: 500;
		line-height: 1.9;
		letter-spacing: 0.1rem;
	}
	#interview dt {
		display: inline-block;
		font-size: 110%;
		font-weight: 700;
		padding-bottom: 3px;
		margin-bottom: 8px;
		border-bottom: 2px solid #2292d2;
	}
	#interview dd {
		font-size: 100%;
		padding-top: 10px;
	}
	#interview dd h3 {
		font-size: 100%;
		font-weight: 700;
		margin-bottom: 10px;
	}
}

/*------------ One Day ------------*/

@media screen and (max-width: 20000px) {
#oneday {
	background: #fff;
}
.timetable {
	width: 495px;
	height: auto;
	float: left;
	margin: 20px 0;
}
.rightTimeTable {
	float: right;
}
#oneday div:nth-child(3) {
	float: right;
}
.timetable p {
	font-size: 130%;
	margin: 0 0 40px 0;
	font-weight: 700;
}
.timetable p span {
	font-size: 60%;
	margin: 0 0 0 10px;
	font-weight: 300;
}

.timetable dl {
	width: 335px;
	height: auto;
	float: left;
}
.timetable dt {
	width: 100%;
	height: 15px;
	display: block;
	float: left;
	line-height: 14px;
	font-weight: 700;
}
.timetable time {
	padding: 0 10px;
}
.timetable dd {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	border-left: 3px solid #dfdfdf;
	padding: 15px 42px 20px 16px;
	box-sizing: border-box;
	margin: 0 0 0 6px;
	font-size: 90%;
	line-height: 1.75;
	text-align: justify;
}
.timetable dd:last-child {
	border-left: 3px solid #fff;
}
.oneDayImg {
	width: 160px;
	height: 120px;
	float: left;
}
.oneDayImg img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 40px 0;
}
.spOneDayImg {
	display: none;
}
}
@media screen and (max-width: 768px) {
	#oneday {
		background: #fff;
	}
	.timetable {
		width: 100%;
		height: auto;
		float: left;
		margin: 0 0 2rem 0;
	}
	.rightTimeTable {
		float: left;
	}
	#oneday div:nth-child(3) {
		float: left;
	}
	.timetable p {
		width: 100%;
		font-size: 130%;
		margin: 0 0 1.5rem 0;
		font-weight: 700;
		text-align: center;
	}
	.timetable dl {
		width: 100%;
		height: auto;
		float: left;
	}
	.timetable dt {
		width: 100%;
		height: 15px;
		display: block;
		float: left;
		line-height: 14px;
		font-weight: 700;
	}
	.timetable dt::before {
		width: 15px;
		height: 15px;
		border: none;
		float: left;
		box-sizing: border-box;
		content: '\f19a';
		font-family: FontAwesome;
		font-weight: 300;
	}
	.timetable time {
		padding: 0 10px;
	}
	.timetable dd {
		width: 100%;
		height: auto;
		display: block;
		float: left;
		border-left: none;
		padding: 1rem 0;
		box-sizing: border-box;
		margin: 0;
		font-size: 90%;
		line-height: 1.75;
		text-align: justify;
	}
	.timetable dd:last-child {
		border-left: 3px solid #fff;
	}
	.oneDayImg {
		width: 160px;
		height: 120px;
		float: left;
		display: none;
	}
	.oneDayImg img {
		width: 100%;
		height: auto;
		display: block;
		margin: 0 0 30px 0;
	}
	.spOneDayImg, .spOneDayImg img {
		display: block;
		float: left;
		width: 100%;
		height: 75%;
		margin: 1rem 0;
	}
}

/*------------ Workplace ------------*/

@media screen and (max-width: 20000px) {
#workplace {
	margin-bottom: -20px;
}
.imgMain {
	width: 100%;
	height: 420px;
	margin: 60px 0 25px;
	overflow: hidden;
}
.imgMain img {
	margin: 0;
}
.imgThumbs {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 50px;
}
.imgThumbs li {
	width: 245px;
	height: 120px;
	margin-bottom: 20px;
	box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.3);
	overflow: hidden;
}
.imgThumbs img {
	width: 245px;
	height: auto;
	display: block;
}
.imgThumbs li:hover {
	transform: translateY(-5px);
	box-shadow: 0px 8px 8px -3px rgba(0,0,0,0.3);
	transition: .3s;
}
}
@media screen and (max-width: 768px) {
#workplace {
	margin-bottom: 0;
}
.imgMain {
	display: none;
}
.imgThumbs {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto 3rem;
}
.imgThumbs li {
	width: 100%;
	height: 50%;
	margin-bottom: 2rem;
	float: left;
	box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.3);
	overflow: hidden;
}
.imgThumbs img {
	width: 100%;
	height: auto;
	display: block;
	text-align: center;
}
.imgThumbs li:hover {
	transform: translateY(0);
	box-shadow: 0px 8px 8px -3px rgba(0,0,0,0.3);
	transition: .3s;
}
}

/*------------ Outline ------------*/

@media screen and (max-width: 20000px) {
#outline {
	background: #FFFFFF;
}
#outline .sectionTitle b {
	font-size: 12px;
	font-weight: 300;
	display: block;
	margin-top: 15px;
}
#outline dl {
	display: flex;
	flex-wrap: wrap;
	width: 700px;
	margin: 0 auto 40px;
	line-height: 1.75;
}
#outline dt, #outline dd {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #EFEFEF;
	padding: 20px 0;
}
#outline dt {
	width: 100px;
}
#outline dd {
	width: 600px;
}
}
@media screen and (max-width: 768px) {
	#outline {
		background: #FFFFFF;
	}
	#outline .sectionTitle b {
		font-size: 12px;
		font-weight: 300;
		display: block;
		margin-top: 15px;
	}
	#outline dl {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		margin: 0 auto 3rem;
		line-height: 1.75;
		flex-direction: column;
	}
	#outline dt, #outline dd {
		width: 100%;
		display: flex;
		align-items: center;
		border-bottom: 1px solid #EFEFEF;
		padding: 0;
	}
	#outline dt {
		width: 100%;
		text-align: center;
		border-bottom: none;
		display: block;
	}
	#outline dd {
		width: 100%;
		margin: 1rem auto 2rem;
		padding-bottom: 1rem;
		text-align: center;
		display: block;
	}
}

/*------------ Access ------------*/

@media screen and (max-width: 20000px) {
#access {
	padding-bottom: 0;
	background: #F4F4F4;
}
#access .content {
	width: 100%;
}

#accessCaption {
	width: 1040px;
	height: auto;
	margin: 0 auto;
}
#accessCaption h3 ul {
	width: 1040px;
	margin: 40px auto 110px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
#accessCaption h3 ul li {
	font-size: 90%;
	height: 34px;
	align-items: center;
	display: flex;
}
#accessCaption h3 ul li:nth-child(1)::before {
	content: "";
	width: 24px;
	height: 34px;
	margin: 0 20px 0 0;
	background-size: 24px 34px;
	background: url(../images/mappin.svg) center center no-repeat;
	display: inline-block;
}
#accessCaption a {
	margin-top: 60px;
	text-align: center;
	color: #fff;
	background: #333;
	border-radius: 2px;
	padding: 0 40px;
	text-decoration: none;
	line-height: 34px;
	font-size: 90%;
}
#accessCaption a:hover {
	background: #00c4c4;
	transition: .3s;
}
#map {
	width: 100%;
	height: 580px;
	margin: 50px 0 0;
	box-sizing: border-box;
}
}
@media screen and (max-width: 768px) {
	#access {
		padding-bottom: 3rem;
		background: #F4F4F4;
	}
	#access .content {
		width: 100%;
	}
	#accessCaption {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	#accessCaption h3 ul {
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	#accessCaption h3 ul li {
		font-size: 90%;
		height: auto;
		align-items: center;
		display: block;
		text-align: center;
	}
	#accessCaption h3 ul li:nth-child(1)::before {
		content: "";
		width: 24px;
		height: 34px;
		margin: 2rem auto 1rem;
		background-size: 24px 34px;
		background: url(../images/mappin.svg) center center no-repeat;
		display: block;
	}
	#accessCaption a {
		margin-top: 2rem;
		margin-bottom: 1rem;
		text-align: center;
		color: #fff;
		background: #333;
		border-radius: 2px;
		padding: 1rem 2rem;
		text-decoration: none;
		line-height: 1;
		font-size: 90%;
		display: block;
	}
	#accessCaption a:hover {
		background: #00c4c4;
		transition: .3s;
	}
	#map {
		display: none;
	}
	#mapSp {
		width: 100%;
		height: 50vh;
		margin: 2rem 0 0;
	}
}


/*------------ Requirement ------------*/

@media screen and (max-width: 20000px) {
#requirement {
	background: #FFFFFF;
}
.reccap {
	text-align: center;
	font-size: 110%;
}
#requirement ul {
	width: 100%;
	margin: 20px 0 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#requirement ul li {
	width: 320px;
	margin: 20px auto 0;
	background: #2292d2;
	padding: 0 0 20px 0;
	border-radius: 5px;
	transition: .2s;
}
#requirement ul li a {
	color: #fff;
	text-decoration: none;
}
#requirement ul li:hover {
	margin-top: 10px;
	padding: 5px 0 22px 0;
	background-image: linear-gradient(90deg, #29cc7d, #00aad9);
	box-shadow: 0 10px 8px -5px rgba(0,0,0,.2);
}
#requirement h3 {
	padding: 20px 0 0;
	text-align: center;
	font-size: 120%;
}
#requirement h3 span {
	font-size: 80%;
}
#requirement h4 {
	text-align: center;
}
.phoneNum {
	width: 100%;
	font-size: 120%;
	font-weight: 500;
	text-align: center;
	line-height: 2;
}
.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: 1rem 0 2rem;
}
.fa-phone-volume {
	margin-right: 10px;
	transform: rotate(-45deg);
}
}
@media screen and (max-width: 768px) {
	#requirement {
		background: #FFFFFF;
	}
	.reccap {
		font-size: 12px;
	}
	#requirement ul {
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#requirement ul li {
		width: 100%;
		margin: 2rem auto 0;
		background: #2292d2;
		padding: 0;
		border-radius: 2px;
		transition: .2s;
	}
	#requirement ul li a {
		color: #fff;
		text-decoration: none;
	}
	#requirement ul li:hover {
		margin-top: 0;
		padding: 0;
		background-image: linear-gradient(90deg, #29cc7d, #00aad9);
		box-shadow: 0 10px 8px -5px rgba(0,0,0,.2);
	}
	#requirement h3 {
		padding: 1rem 0 0;
		text-align: center;
		font-size: 120%;
	}
	#requirement h4 {
		font-size: 90%;
		padding: 0 0 1rem;
	}
	.phoneNum {
		width: 100%;
		font-size: 100%;
		font-weight: 500;
		text-align: center;
		line-height: 1.75;
		margin: 2rem 0 0;
	}
	.phoneNum em {
		font-size: 300%;
		color: #2292d2;
		letter-spacing: 0.2rem;
		font-weight: 700;
	}
	.phoneNum span {
		font-size: 80%;
	}
	.phoneNum a {
		font-size: 200%;
		color: #2292d2;
		padding: 0 0 3rem;
	}
}

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

@media screen and (max-width: 20000px) {
footer {
	width: 100%;
	height: auto;
	background-image: linear-gradient(90deg, rgba(255,255,255,1) 10%, rgba(245,245,245,1) );
	float: left;
}
footer::before {
	content: "";
	width: 100%;
	height: 1px;
	background: rgba(0,0,0,.1);
	display: block;
	margin: 0 auto;
}
footer ul {
	width: 840px;
	margin: 60px auto 40px;
	display: flex;
	justify-content: space-between;
}
footer ul a {
	color: #333333;
	transition: .3s;
}
footer ul a:hover {
	color: #2292d2;
}

address {
	width: 100%;
	color: #333;
	margin: 0 auto 30px;
	text-align: center;
	font-size: 12px;
}
#footerlogo a {
	width: 100%;
	font-size: 500%;
	text-align: center;
	display: block;
	color: #333333;
	letter-spacing: 0.2rem;
}
#copyright {
	width: 100%;
	border-top: 1px solid rgba(255,255,255,.1);
	box-shadow: 0 -1px 0 0 rgba(0,0,0,.1);
	height: 60px;
	line-height: 60px;
	text-align: center;
	float: left;
	font-size: 70%;
	color: #FFFFFF;
	background-image: linear-gradient(to right, #434343 0%, black 100%);
}
}
@media screen and (max-width: 768px) {
footer {
	width: 100%;
	height: auto;
	background-image: linear-gradient(90deg, rgba(255,255,255,1) 10%, rgba(245,245,245,1) );
	float: left;
}
footer::before {
	content: "";
	width: 100%;
	height: 1px;
	background: rgba(0,0,0,.1);
	display: block;
	margin: 0 auto;
}
footer ul {
	width: 95%;
	margin: 3rem auto 1rem;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	font-size: 90%;
}
footer ul li {
	margin-bottom: 1rem;
}
footer ul a {
	color: #333333;
	transition: .3s;
}
footer ul a:hover {
	color: #2292d2;
}

address {
	width: 100%;
	color: #333;
	margin: 0 auto 30px;
	text-align: center;
	font-size: 12px;
}
#footerlogo a {
	width: 100%;
	font-size: 300%;
	text-align: center;
	display: block;
	color: #333333;
	letter-spacing: 0.2rem;
}
#copyright {
	width: 100%;
	border-top: 1px solid rgba(255,255,255,.1);
	box-shadow: 0 -1px 0 0 rgba(0,0,0,.1);
	height: 60px;
	line-height: 60px;
	text-align: center;
	float: left;
	font-size: 70%;
	color: #FFFFFF;
	background-image: linear-gradient(to right, #434343 0%, black 100%);
}
}
@media screen and (max-width: 375px) {
	footer ul {
		width: 75%;
	}
}
@media screen and (max-width: 320px) {
	footer ul {
		width: 90%;
	}
}


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

/*--- Accordion ---*/

.acButton {
	display: none;
}
@media screen and (max-width: 768px) {
	.acButton {
		width: 50%;
		display: block;
		margin: 3rem auto;
		font-size: 90%;
		text-align: center;
		transform: rotate(0deg);
		transition: .2s;
		padding: 0.75rem;
		box-sizing: border-box;
		background: #2292d2;
		color: #fff;
	}
	.acButton span {
		font-weight: 500;
	}
	.acRotate i {
		font-size: 100%;
		transform: rotate(-180deg);
		transition: .2s;
	}
	.close {
		display: none;
	}
	.acRotate .close {
		display: inline;
	}
	.acRotate .open {
		display: none;
	}
	.acHidden {
		display: none;
	}
}


/*--- Section Image ---*/

.sectionImage {
	display: none;
}

@media screen and (max-width: 768px) {
	.sectionImage {
		width: 100%;
		height: auto;
		margin: 2rem 0;
		display: block;
	}
	.sectionImage img {
		width: 100%;
		height: auto;
		display: block;
	}
}

/*--- PC SP ---*/

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