@charset "utf-8";
/* PC/スマホ共通表示 */

.-----PC_MOBILE_COMMON_CSS_START----- {}

* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	-webkit-text-size-adjust: 100%;
	max-height: 999999px;
	font-style: normal;
}
html.body {
	width:100%;
	height:100%;
}
body {
	font-family: "ナウ-GM","メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	font-size: 14px;
	line-height: 180%;
	color: #333;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table {
	border-collapse: collapse;
}
a:link,
a:visited {
	text-decoration: none;
	color: #0066CC;
}
a:hover,
a:active {
	text-decoration: underline;
	color: #FF6600;
}
.clear {
	clear: both;	
}

.mobile_nowrap {
	display: inline;
}
.pc_nowrap {
	display: none;
}
.mobile_only {
	display:none;
}
.pc_only {
	display: block;
}

#intro {
	box-sizing: border-box;
	width: 100%;
	position: fixed;
	display: block;
	z-index: 999999;
	left: 0px;
	top: 0px;
	display:flex;
	justify-content:center;
	align-content:center;
	align-items:center;
	flex-wrap:wrap;
	background: -moz-linear-gradient(45deg, #ff6d45, #e50012);
	background: -webkit-linear-gradient(45deg, #ff6d45, #e50012);
	background: linear-gradient(45deg, #ff6d45, #e50012, #ff6d45);
}

@keyframes bg {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
#intro .bg1 {
	box-sizing: border-box;
	width: 100%;
	height:100%;
	position: absolute;
	background: -moz-linear-gradient(45deg, #ff6d45, #e50012, #ff6d45, #e50012);
	background: -webkit-linear-gradient(45deg, #ff6d45, #e50012, #ff6d45, #e50012);
	background: linear-gradient(45deg, #ff6d45, #e50012, #ff6d45, #e50012);
	display: block;
	z-index: 0;
	left: 0px;
	top: 0px;
	background-size: 300% 300%;
	animation: bg 1.5s ease infinite;
}
#intro .bg2 {
	box-sizing: border-box;
	width: 100%;
	height:100%;
	position: absolute;
	background: -moz-linear-gradient(135deg, #ff6d45, #e50012, #ff6d45, #e50012);
	background: -webkit-linear-gradient(135deg, #ff6d45, #e50012, #ff6d45, #e50012);
	background: linear-gradient(135deg, #ff6d45, #e50012, #ff6d45, #e50012);
	display: block;
	z-index: 0;
	left: 0px;
	top: 0px;
	background-size: 300% 300%;
	animation: bg 1.5s ease infinite;
	display:none;
}

#intro .wrapper {
	height: 76px;
	width: 420px;
	position: relative;
	transform-origin: center center;
	transform:scale(0.25,0.25);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	filter: blur(0);
	-webkit-filter: blur(0);
}
#intro .wrapper .box {
	height: 76px;
	width: 420px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#intro .line1 {
	height: 76px;
	width: 420px;
	transform: rotate(-45deg);
	transform-origin: center center;
	position: absolute;
	left: 0px;
	bottom: 0px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	filter: blur(0);
	-webkit-filter: blur(0);
}
#intro .line1 div {
	height: 86px;
	width: 0px;
	background-color: #FFF;
	position: absolute;
	left: -5px;
	bottom: -5px;
	transition:0.5s;
	opacity:0;
	
}
#intro .line1.on div {
	width: 102%;
	opacity:1;
}
#intro .line2 {
	height: 76px;
	width: 420px;
	transform: rotate(45deg);
	transform-origin: center center;
	position: absolute;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	filter: blur(0);
	-webkit-filter: blur(0);
}
#intro .line2 div {
	height: 86px;
	width: 0px;
	background-color: #FFF;
	position: absolute;
	right: -5px;
	bottom: -5px;
	transition:0.5s;
	opacity:0;
	overflow: hidden;
}
#intro .line2.on div {
	width: 52%;
	opacity:1;
}


#header {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	position: fixed;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	z-index: 1;
	pointer-events: none;
}
#intro_blank {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #FFF;
}
#header .logo {
	height: 80px;
	width: 109px;
	background-image: url(/img/logo_r.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: none;
	overflow: hidden;
	position: relative;
	text-indent: -9999px;
}

#message {
	box-sizing: border-box;
	width: 100%;
	position: relative;
	background: -moz-linear-gradient(45deg, #ff6d45, #e50012);
	background: -webkit-linear-gradient(45deg, #ff6d45, #e50012);
	background: linear-gradient(45deg, #ff6d45, #e50012);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding-top: 190px;
	padding-bottom: 190px;
	color: #FFF;
	font-family: "リュウミン R-KL","游明朝","Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro","HGS明朝E","メイリオ",Meiryo,serif;
	text-align:center;
}
#message .ttl {
	box-sizing: border-box;
	width: 100%;
	font-size:76px;
	line-height:100%;
	font-weight:normal;
	letter-spacing:-2px;
	display: block;
	position: relative;
	margin-bottom:40px;
	z-index:999;
	transition:1s;
	opacity:0;
	text-indent:0.35em;
}
#message .touten {
	display: inline-block;
	overflow: visible;
	position: relative;
	width:0.5em;
	text-indent:0;
}
#message .kuten {
	display: inline-block;
	overflow: visible;
	position: relative;
	width:0.5em;
	text-indent:-0.15em;
}
#message .nagu {
	display: inline-block;
	overflow: visible;
	position: relative;
	width:0.83em;
	text-indent:0;
}
#message .ttl.on {
	opacity:1;
}
#message .en {
	box-sizing: border-box;
	width: 100%;
	height:21px;
	font-size:21px;
	line-height:100%;
	letter-spacing:1px;
	display: block;
	position: relative;
	margin-bottom:67px;
	z-index:999;
	transition:1s;
	opacity:0;
}
#message .en.on {
	opacity:1;
}
#message .text {	
	box-sizing: border-box;
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom:138px;
	font-size:27px;
	line-height:225%;
	letter-spacing:-1px;
	z-index:999;
}
#message .text p {
	transition:1s;
	opacity:0;
}
#message .text p.end {
	text-indent:0.6em;
}
#message .text p.on {
	opacity:1;
}
#message .logo {
	box-sizing: border-box;
	width: 100%;
	height:134px;
	background-image: url(/img/logo_w.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: block;
	overflow: hidden;
	position: relative;
	text-indent: -9999px;
	z-index:999;
	transition:1s;
	opacity:0;
}

#message .logo.on {
	opacity:1;
}


#results {
	padding-top: 180px;
}
#results .wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
#results .wrapper .ttl {
	box-sizing:border-box;
	width:100%;
	font-size:19px;
	letter-spacing:1em;
	padding-left:1em;
	text-align:center;
	padding-bottom:50px;
	transition:1s;
	opacity:0;
}
#results .wrapper .ttl.on {
	opacity:1;
}
#results .wrapper .item {
	width: 294px;
	margin-top:60px;
	transition:0.8s;
	opacity:0;
}
#results .wrapper .item.on {
	opacity:1;
}
#results .wrapper .item.link {
	cursor:pointer;
}
#results .wrapper .item.link:hover {
	opacity:0.6;
}
#results .wrapper .item .photo {
	width: 100%;
	height: 230px;
	background-color: #e6e6e6;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
#results .wrapper .item .photo .jirei_ttl {
	display: inline-block;
	padding-bottom:1px;
	line-height: 21px;
	background: -moz-linear-gradient(45deg, #ff6d45, #e50012);
	background: -webkit-linear-gradient(45deg, #ff6d45, #e50012);
	background: linear-gradient(45deg, #ff6d45, #e50012);
	background-repeat:no-repeat;
	padding-right: 4px;
	padding-left: 10px;
	font-size: 100%;
	color: #FFF;
	box-sizing: border-box;
	max-width: calc(100% - 14px);
	background-position: right top;
	position: absolute;
	top: 0px;
	left: 0px;
	white-space: nowrap;
}
#results .wrapper .item .photo .jirei_ttl:after {
	content: "";
	display: block;
	height: 22px;
	width: 22px;
	background-image: url(/img/jirei_ttl_bg.png);
	position: absolute;
	top: 0px;
	right: -22px;
}

	
#results .wrapper .item .name {
	text-align:center;
	padding-top:8px;
	font-size:100%;
}

#results .wrapper .item .name a {
	text-align:center;
	padding-top:8px;
	color: #333;
	text-decoration:none;
}



.content {
	background-color: #FFF;
	width: 100%;
	padding-top: 75px;
	padding-bottom: 75px;
}
#company {
	padding-top: 180px;
}
.content .wrapper {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
.content .wrapper .ttl {
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	line-height: 110%;
	padding-top: 3px;
	padding-bottom: 5px;
	width: 6em;
	text-align: center;
	background: -moz-linear-gradient(45deg, #ff6d45, #e50012);
	background: -webkit-linear-gradient(45deg, #ff6d45, #e50012);
	background: linear-gradient(45deg, #ff6d45, #e50012);
	letter-spacing: 0.3em;
	padding-left: 0.3em;
	margin-bottom:50px;
	transition:1s;
	opacity:0;
}
.content .wrapper .ttl.on {
	opacity:1;
}

dl.outline {
	box-sizing:border-box;
	width: 100%;
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	flex-wrap:wrap;
	line-height:200%;
}
dl.outline dt {
	box-sizing:border-box;
	width: 110px;
	padding-top: 2em;
	padding-left:3px;
	transition:1s;
	opacity:0;
}
dl.outline dt.on {
	opacity:1;
}
dl.outline dd {
	box-sizing:border-box;
	width: calc(100% - 110px);
	padding-top: 2em;
	transition:1s;
	opacity:0;
}
dl.outline dd a {
	color:#333;
}
dl.outline dd.on {
	opacity:1;
}
dl.outline dt:nth-of-type(1) {
	padding-top: 0;
}
dl.outline dd:nth-of-type(1) {
	padding-top: 0;
}
ul.list li {
	padding-top: 1em;
	line-height:200%;
	transition:1s;
	opacity:0;
	padding-left:1em;
	text-indent:-0.55em;
}
ul.list li a {
	color:#333;
}
ul.list li a.sublink {
	font-size: 85%;
	display: block;
	margin-left: 1.3em;
	text-decoration: underline;
	margin-top:5px;
}
ul.list li a.sublink:after {
	content: "＞";
	color: #e80000;
	display: inline-block;
	padding-left: 0.3em;
}
ul.list li a.sublink:hover {
	color: #e80000;
}
ul.list li.on {
	opacity:1;
}
ul.list li:nth-of-type(1) {
	padding-top: 0;
}
ul.list li:before {
	content: "■";
	color: #e80000;
	display: inline-block;
	padding-right: 0.1em;
}

.link_btn_001 {
	padding-top:120px;
}
.link_btn_001 a {
	display: block;
	text-align: center;
	line-height: 45px;
	color: #e70000;
	text-decoration: none;
	width: 362px;
	border: 1px solid #e70000;
	background-color: #FFF;
	box-sizing:border-box;
	transition:0.4s;
}
.link_btn_001 a:hover {
	opacity:0.6;
}

dl.policy {
	box-sizing: border-box;
	width: 580px;
	margin-right: auto;
	margin-left: auto;
}
dl.policy dt {
	color: #e80000;
	margin-bottom:1em;
}
dl.policy dd {
	font-size:13.2px;
	margin-bottom:2em;
	line-height:200%;
}
dl.policy dd a {
	color:#333;
}
dl.policy dd:last-child {
	margin-bottom:0;
}
#policy {
	padding-top: 60px;
	padding-bottom: 20px;

}
#policy .wrapper {
	width:100%;
}
#policy .togglable {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #f5f5f5;
	padding-top:80px;
	padding-bottom:80px;
	display:none;
}
#policy .wrapper > h2 {
	font-size: 13px;
	font-weight: normal;
	text-align: right;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:1.5em;
	transition:1s;
	opacity:0;
}
#policy .wrapper > h2.on {
	opacity:1;
}
#policy .wrapper > h2 .arrow {
	color: #e80000;
	display: inline-block;
	padding-right: 0.1em;
}
#policy .wrapper > h2 a {
	color:#333;
}

#page_top {
	display:none;
}

#footer {
	width: 100%;
	background-color: #FFF;
	padding-top: 125px;
	padding-bottom: 23px;
}
#footer .logo {
	box-sizing: border-box;
	width: 100%;
	height:50px;
	background-image: url(/img/logo.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: block;
	overflow: hidden;
	position: relative;
	text-indent: -9999px;
	margin-bottom:50px;
	transition:1s;
	opacity:0;
}
#footer .copyright {
	width: 100%;
	font-size: 11px;
	line-height: 100%;
	font-weight: normal;
	text-align: center;
	display: block;
	transition:1s;
	opacity:0;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}
#footer .on {
	opacity:1;
}

.-----PC_MOBILE_COMMON_CSS_END----- {}

/* スマートフォン用CSS */
@media screen and (max-width: 520px) {
	
.-----MOBILE_ONLY_CSS_START----- {}

body {
	font-size: 12px;
}

#header {

}
#header .logo {
	height: 44px;
}

#message {
	padding-top: 70px;
	padding-bottom: 70px;
}
#message .ttl {
	height:32px;
	font-size:32px;
	line-height:100%;
	margin-bottom:20px;
	letter-spacing:-1px;
	text-indent:0.4em;
	white-space:nowrap;
}
#message .en {
	height:11px;
	font-size:11px;
	line-height:100%;
	margin-bottom:39px;
}
#message .text {
	font-family: "リュウミン M-KL",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size:13px;
	margin-bottom:72px;
}
#message .logo {
	height:74px;
}
#results {
	padding-top: 60px;
}
#results .wrapper {
	width: 290px;
	justify-content:center;
}
#results .wrapper .ttl {
	font-size:15px;
	letter-spacing:0.5em;
	padding-left:0.5em;
	padding-bottom:10px;
}
#results .wrapper .item {
	width: 264px;
	margin-top:50px;
	transition:1s;
	opacity:1;
}
#results .wrapper .item.on {
	opacity:1;
}
#results .wrapper .item.link {
	cursor:pointer;
}
#results .wrapper .item.link:hover {
	opacity:0.7;
}
#results .wrapper .item .photo {
	width: 100%;
	height: 210px;
	background-color: #e6e6e6;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
#results .wrapper .item .photo .jirei_ttl {
	display: inline-block;
	padding-bottom:1px;
	line-height: 21px;
	background: -moz-linear-gradient(45deg, #ff6d45, #e50012);
	background: -webkit-linear-gradient(45deg, #ff6d45, #e50012);
	background: linear-gradient(45deg, #ff6d45, #e50012);
	background-repeat:no-repeat;
	padding-right: 4px;
	padding-left: 10px;
	font-size: 100%;
	color: #FFF;
	box-sizing: border-box;
	max-width: calc(100% - 14px);
	background-position: right top;
	position: absolute;
	top: 0px;
	left: 0px;
	white-space: nowrap;
}
#results .wrapper .item .photo .jirei_ttl:after {
	content: "";
	display: block;
	height: 22px;
	width: 22px;
	background-image: url(/img/jirei_ttl_bg.png);
	position: absolute;
	top: 0px;
	right: -22px;
}

	
#results .wrapper .item .name {
	text-align:center;
	padding-top:8px;
	font-size:100%;
}

#results .wrapper .item .name a {
	text-align:center;
	padding-top:8px;
	color: #333;
	text-decoration:none;
}

.content {
	padding-top: 55px;
	padding-bottom: 55px;
}
#company {
	padding-top: 80px;
}
.content .wrapper {
	width: 290px;
}
.content .wrapper .ttl {
	font-size: 13px;
	margin-bottom: 40px;
	padding-bottom:3px;
}

dl.outline dt {
	width: 84px;
}
dl.outline dd {
	width: calc(100% - 84px);
}


.link_btn_001 {
	padding-top:60px;
}
.link_btn_001 a {
	width: 100%;
}

dl.policy {
	width: 290px;
}
dl.policy dd {
	font-size: 11px;
}
#policy {
	padding-top: 30px;
	padding-bottom: 0px;

}
#policy .wrapper {
	width:100%;
}
#policy .togglable {
	padding-top:40px;
	padding-bottom:40px;
}
#policy .wrapper > h2 {
	font-size: 12px;
	text-align: left;
	width: 290px;
}


#page_top {
	display:none;
}

#footer {
	padding-top: 80px;
	padding-bottom: 25px;
	
}
#footer .logo {
	height:30px;
	margin-bottom:35px;
}
#footer .copyright {
	font-size: 9px;
}


.-----MOBILE_ONLY_CSS_END----- {}

	
}
