@charset "utf-8";
/* 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-style: normal;
	font-weight: normal;
	font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	overflow-y: scroll;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea {
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
img {
	display: block;
}
a:focus {
	outline: none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}
.both {
	clear: both;
}
/* Base
	 ----------------------------------------------------------------- */
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
	width: 100%;
	font-size: 20px;
	background-color: #fafafa;
	padding-top: 60px;
}
a {
	display: block;
	color: #ad0101;
	text-decoration: none;
}
a:hover {
	-moz-opacity: 0.6;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
a img {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
img {
	display: block;
}
/* Header
 ---------------------------------------------------------------*/
header {
	display: flex;
	width: 100%;
	height: 60px;
	padding: 10px 0;
	background-color: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 10px;
	z-index: 1;
}
header div {
	display: flex;
}
header div:first-child {
	margin-right: auto;
	padding-left: 10px;
}
.btn, a.btn, button.btn {
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
	margin-right: 20px;
}
.btn--head, a.btn--head {
	color: #fff;
	background-color: #F32024;
}
.btn--head:hover, a.btn--head:hover {
	color: #fff;
	background: #D4090C;
}
.fa-position-right {
	position: absolute;
	top: calc(50% - .5em);
	right: 1rem;
}
.logo img {
	width: auto;
	height: 60px;
}
.keyvisual {
	width: 100%;
	box-sizing: border-box;
	background-color: #fff;
	background-image: url(../img/keyvisual_bg.jpg);
	background-size: cover;
}
.keyvisual_inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 40px 0 20px;
}
.weekly_race {
	width: 800px;
	margin: 0 auto;
	padding: 20px 0;
	border-radius: 8px;
	text-align: center;
	font-weight: 600;
	color: #fff;
	background: #1e2e48;
}
.weekly_race small {
	font-size: 16px;
	color: #fff;
}
.weekly_race em {
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.1;
	color: #ff0;
    animation:blink .5s ease-in-out infinite alternate;
}
@keyframes blink{
	0% { color: #ffff00; }
	100% { color: #ff6600; }
}

.keyvisual_logo {
	margin: 0 auto;
	width: auto;
	height: 800px;
}
.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadeUpAnime {
	from {
		opacity: 0;
		transform: translateX(100px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}
/* Main
 ---------------------------------------------------------------*/
#container {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(../img/container_bg.png) repeat;
}
#main {
	background-color: #fff;
	box-shadow: 0 0px 14px 3px rgba(0, 0, 0, .1);
	width: 900px;
	margin: 0 auto;
	padding: 4px 0 80px;
}
#pagemain {
	background-color: #fff;
	box-shadow: 0 0px 14px 3px rgba(0, 0, 0, .1);
	width: 900px;
	margin: 0 auto;
}
.catch {
	padding-bottom: 0px;
}
.catch_ttl {
	margin-bottom: 0px;
	width: 96%;
}
.catch_ttl img {
	text-align: center;
	width: 92%;
	margin-left: 50px;
}
.catch_item {
	width: 800px;
	border-top: 5px solid #eee;
	margin: 0 auto;
	padding: 30px 0;
}
.catch_item:last-of-type {
	border-bottom: 5px solid #eee;
}
.catch_item_ttl {
	color: #e70d2c;
	font-weight: bold;
	font-size: 30px;
	margin-top: -10px;
	margin-bottom: 20px;
}
.content_ttl {
	margin: 20 auto 30;
	padding: 12px 0;
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.1;
	color: #192F52;
	background-color: #B4D4DE;
}
.content_ttl span {
	color: #CD0000;
	font-weight: 600;
	font-size: 26px;
}
.content_inner {
	width: 86%;
	margin: 0 auto;
	padding: 10px 40px 10px;
}
.mv_fault {
	width: 100%;
	margin-top: 20px;
	background-image: url("../img/phone_mv_sp.png");
	background-position: top;
}
.mv_fault video {
	display: block;
	margin: 0 auto;
	padding: 45px 0 0 0;
	width: auto;
	height: 500px;
}
.mv_fault_ttl {
	background-color: #555;
	padding: 15px 0;
}
.mv_fault_ttl img {
	margin: 0 auto;
}
.mv_fault_wrap {
	border: 6px solid #555;
	border-top: 0;
	padding: 30px 0;
}
.mv_fault_txt {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
}
.certificate {
	padding-bottom: 20px;
	background-color: #eee;
}
.certificate_ttl {
	padding: 24px 0 0;
	width: 100%;
	text-align: center;
	font-size: 21px;
	font-weight: 600;
	color: #192F52;
}
.certificate_cap {
	margin: 0 auto 20px;
	width: 90%;
	color: #192F52;
}
.certificate_dl {
	width: 90% auto;
	height: 840;
	margin: 0 auto 12px;
	text-align: center;
	padding: 20px;
	border: 5px solid #ddd;
	box-sizing: border-box;
	background-color: #FFF;
	display: block;
	clear: both;
}
.certificate_dl p {
	font-size: 24px;
	font-weight: 600;
}
.certificate_dl img {
	margin: 10px;
	float: left;
}
.pagecontent {
	padding-bottom: 20px;
	background-color: #eee;
}
.pagecontent_ttl {
	padding: 40px 0 0;
	width: 100%;
	text-align: center;
	font-size: 21px;
	font-weight: 600;
	color: #192F52;
}
.pagecontent_cap {
	margin: 0 auto 20px;
	text-align: center;
	font-size: 0.92em;
	width: 90%;
	color: #192F52;
}
.pagecontent_dl {
	width: 90% auto;
	text-align: left;
	font-size: 0.8em;
	padding: 20px;
	border: 5px solid #ddd;
	box-sizing: border-box;
	background-color: #FFF;
	display: block;
	clear: both;
}
.pagecontent_dl dt {
	padding: 20px 0;
	font-weight: 600;
}
.pagecontent_dl img {
	margin: 10px;
	float: left;
}
#close {
	text-align: center;
	padding: 12px;
}
/* footer
 ---------------------------------------------------------------*/
#footer {
	width: 100%;
	background-color: #328A25;
	box-sizing: border-box;
	padding: 60px 0;
}
.footer_inner {
	margin: 0 auto;
	width: 1000px;
	overflow: hidden;
}
.footer_inner ul {
	margin: 0 auto;
	display: table;
}
.footer_inner ul li {
	display: table-cell;
	padding: 0 10px;
}
.footer_inner ul li a {
	color: #fff;
	font-size: 16px;
}
.footer_inner ul li a:after {
	content: '|';
	color: #fff;
	padding-left: 20px;
}
.footer_inner ul li:last-of-type a:after {
	content: '';
	color: #fff;
	padding-left: 20px;
}
.copyRight {
	font-size: 16px;
	color: #FFF;
	text-align: center;
	padding-top: 20px;
}
/* Component
	 ----------------------------------------------------------------- */
.line_form {
	width: 960px;
	margin-left: -30px;
	padding: 0 75px;
	overflow: hidden;
}
.line_form_inner {
	padding: 20px 0;
}
.line_form_txt {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-left: -160px;
	margin-top: 20px;
}
.line_form button {
	-webkit-appearance: none;
	background: none;
	border: none;
	display: block;
	animation-duration: 1.5s;
	animation-name: pulse;
	animation-iteration-count: infinite;
	position: relative;
	cursor: pointer;
}
.line_form button:after {
	content: "";
	display: block;
	background-image: url(../img/hand.png);
	width: 131px;
	height: 178px;
	position: absolute;
	right: 0;
	bottom: -60px;
}
.line_form button:hover {
	cursor: pointer;
	opacity: .8;
}
.blogcard_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 980px;
	margin-block: 1rem;
	gap: 1rem;
}
.card__header_img {
	max-width: 100%;
	display: block;
	object-fit: cover;
}
.card {
	display: flex;
	flex-direction: column;
	width: clamp(24rem, calc(20rem + 2vw), 22rem);
	overflow: hidden;
	box-shadow: 0 .1rem 1rem rgba(0, 0, 0, 0.1);
	border-radius: 1em;
	background: #ECE9E6;
	background: linear-gradient(to right, #FFFFFF, #ECE9E6);
}
.card__body {
	padding: 1rem;
	display: flex;
	flex-direction: column;
	gap: .5rem;
}
.tag {
	align-self: flex-start;
	padding: .25em .75em;
	border-radius: 1em;
	font-size: 1rem;
	font-weight: 600;
}
.tag + .tag {
	margin-left: .5em;
}
.tag-blue {
	background: #56CCF2;
	background: linear-gradient(to bottom, #2F80ED, #56CCF2);
	color: #fafafa;
}
.tag-brown {
	background: #D1913C;
	background: linear-gradient(to bottom, #FFD194, #D1913C);
	color: #fafafa;
}
.tag-red {
	background: #cb2d3e;
	background: linear-gradient(to bottom, #ef473a, #cb2d3e);
	color: #fafafa;
}
.card__body h4 {
	font-size: 1.2rem;
	text-transform: capitalize;
}
.card__body p {
	font-size: 1rem;
	text-transform: capitalize;
}
.card__footer {
	display: flex;
	padding: 0 1rem 1rem;
	margin-top: auto;
}
.user {
	display: flex;
	gap: .5rem;
}
.user__image {
	border-radius: 50%;
}
.user__info > small {
	color: #135403;
	font-weight: 600;
	font-size: 1rem;
}
/* Project
	------------------------------------------------------------------- */
/*スマホ対応*/
.pc {
	display: block;
}
.sp {
	display: none !important;
}
.red {
	color: #f00;
}
.blue {
	color: #0078ff !important;
}
.yellow_txt {
	color: #ff0;
}
.yellow {
	background: #ff0;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.big {
	font-size: 120%;
}
@keyframes pulse {
	0% {
		transform: scale3d(1, 1, 1);
	}
	50% {
		transform: scale3d(1.1, 1.1, 1.1);
	}
	100% {
		transform: scale3d(1, 1, 1);
	}
}