@charset "utf-8";


/* common
-------------------------------------------------------*/
#wrapper {
	overflow: hidden;
}
.sp {
	display: none;
}
.serif {
	font-family: 'Noto Serif JP', serif;
}
.area {
	padding: 100px 20px;
	box-sizing: border-box;
}
.inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}
.ttl01 {
	color: #323946;
	font-size: 180%;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: center;
	position: relative;
	margin: 0 0 40px;
	padding: 0 0 30px;
}
.ttl01::after {
	position: absolute;
	display: block;
	content: "";
	background: #DDDDDD;
	width: 70px;
	height: 1px;
	right: 50%;
	bottom: 0;
	transform: translate(50%,0);
}
.bg {
	background: url("../img/common/footer_bg.png")no-repeat center bottom/contain;
}
.bg.area {
	padding: 0 20px 300px;
}
@media screen and (min-width:1480px) {
	.bg {
		background: url("../img/common/footer_bg.png")no-repeat center top/cover;
	}
}
@media screen and (max-width:768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.area {
		padding: 30px 20px;
	}
	.inner {
		max-width: 100%;
	}
	.ttl01 {
		font-size: 160%;
		padding: 0 0 20px;
		margin: 0 0 30px;
	}
	.bg {
		background: url("../img/common/footer_bg_sp.png")no-repeat center bottom/contain;
	}
	.bg.area {
		padding: 30px 20px 250px;
	}


}


/* header
-------------------------------------------------------*/
#header {
	background: #323946;
}
#header .inner {
	padding: 30px 20px 20px;
}
#header .logo {
	text-align: center;
}
#header .logo img {
	max-width: 350px;
}
#header.new {
	background: #FED925;
}
@media screen and (max-width:768px) {
	#header .logo img {
		max-width: 200px;
	}
	#header.new .logo img {
		max-width: 230px;
	}
}

/* nav
-------------------------------------------------------*/
#btn_nav {
	position: fixed;
	top: 22px;
	right: 15px;
	z-index: 999;
	cursor: pointer;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	height: 22px;
}
#btn_nav span {
	display: inline-block;
	background: #fff;
	width: 36px;
	height: 2px;
	transition: .5s;
	position: relative;
}
#btn_nav.active span {
	background: #fff;
	transform: translateY(10px) rotate(225deg);
}
#btn_nav.active span:nth-child(2) {
	transform: scaleX(0);
}
#btn_nav.active span:last-child {
	transform: translateY(-10px) rotate(-225deg);
}
#nav nav,
#nav nav::after {
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
#nav nav {
	display: flex;
	flex-flow: column;
	justify-content: center;
	overflow: auto;
	text-align: center;
	background: rgba(0,0,0,0.6);
	right: -100%;
	z-index: 998;
	transition: .5s;
}
#nav nav::after {
	content: "";
	background: rgba(0,0,0,0.9);
	left: -100%;
	z-index: -1;
	transition: .7s;
}
#nav nav.active {
	right: 0;
}
#nav nav.active::after {
	left: 0;
}
#nav ul li:first-child {
	/*border-top: 1px solid #999;*/
}
#nav ul li {
	/*border-bottom: 1px solid #999;*/
}
#nav ul li a {
	display: block;
	color: #fff;
	padding: 20px;
	font-size: 110%;
	letter-spacing: .1em;
}
.new #btn_nav span {
	background: #000;
}
.new #btn_nav.active span {
	background: #fff;
}
@media screen and (max-width:768px) {
	#btn_nav {
		top: 20px;
	}
}
/* raibow
-------------------------------------------------------*/
#rainbow_top {
	height: 30px;
	background: linear-gradient(180deg, #fea30b 0%, #fea30b 25%, #E43D30 25%, #E43D30 50%,#9E28B5 50%, #9E28B5 75%,#005cb9 75%, #005cb9 100%);
}
#rainbow_bot {
	height: 30px;
	background: linear-gradient(to top, #fea30b 0%, #fea30b 25%, #E43D30 25%, #E43D30 50%,#9E28B5 50%, #9E28B5 75%,#005cb9 75%, #005cb9 100%);
}
@media screen and (max-width:768px) {
	#rainbow_top {
		height: 20px;
	}
	#rainbow_bot {
		height: 20px;
	}
}


/* visual
-------------------------------------------------------*/
#visual {
	padding: 0;
	box-sizing: border-box;
	background: url(../img/index/visual_bg.png)no-repeat center/cover;
}
#visual .inner {
	max-width: 1400px;
}
@media screen and (max-width:768px) {
	#visual {
		background: none!important;
	}
}


/* footer
-------------------------------------------------------*/
#footer {
	color: #fff;
	background: #0A0A0C;
}
#footer.area {
	padding: 20px 20px 30px;
}
#footer .copy {
	text-align: center;
}
#footer .copy img {
	max-width: 500px;
}
#footer.new {
	background: #FED925;
}
@media screen and (max-width:768px) {
	#footer ul li {
		margin: 0 15px;
	}
	#footer ul li img {
		max-width: 40px;
	}
}



/* index
-------------------------------------------------------*/
#index {
	background: #000;
	color: #fff;
}
#index #area01.area {
	padding: 70px 20px 100px;
}
#index #area01 .top_txt {
	text-align: center;
	line-height: 2;
	font-weight: 700;
}
@media screen and (max-width:768px) {
	#index #area01.area {
		padding: 40px 20px 50px;
	}
	#index #area01 .top_txt {
		font-size: 90%;
		line-height: 1.7;
	}
}

#index #area02 {
	position: relative;
}
#index #area02.area {
	padding: 0 20px;
}
#index #area02::before {
	position: absolute;
	display: block;
	content: "";
	border: 5px solid #FED925;
	border-left: none;
	width: 100vw;
	height: 100%;
	border-radius: 40px;
	right: 20px;
}
#index #area02::after {
	position: absolute;
	display: block;
	content: "";
	border: 5px solid #FFA400;
	border-left: none;
	width: 100vw;
	height: 97%;
	border-radius: 35px;
	right: 33px;
	top: 12px;
}
#index #area02 .border {
	position: relative;
}
#index #area02 .border::before {
	position: absolute;
	display: block;
	content: "";
	border: 5px solid #E43D30;
	border-left: none;
	width: 100vw;
	height: 94%;
	border-radius: 30px;
	right: 26px;
	top: 25px;
}
#index #area02 .box {
	padding: 70px 40px;
}
#index #area02 .main_ttl {
	text-align: center;
	margin: 0 0 50px;
}
#index #area02 .main_ttl img {
	max-width: 700px;
}
#index #area02 ul {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: flex-start;
	z-index: 1;
position: relative;
}
#index #area02 ul li {
	width: 25%;
	padding: 0 20px;
	box-sizing: border-box;
}
#index #area02 ul li:nth-child(-n+4) {
	margin: 0 0 30px;
}
#index #area02 ul li .img {
	margin: 0 0 20px;
}
#index #area02 ul li .ttl {
	text-align: center;
}
@media screen and (max-width:768px) {
	#index #area02.area {
		padding: 0 20px;
	}
	#index #area02::before {
		border: 2px solid #FED925;
		border-radius: 20px;
		right: 10px;
		width: 110%;
	}
	#index #area02::after {
		border: 2px solid #FFA400;
		height: 98%;
		border-radius: 18px;
		right: 18px;
		top: 6px;
		width: 110%;
	}
	#index #area02 .border::before {
		border: 2px solid #E43D30;
		height: 96%;
		border-radius: 20px;
		right: 5px;
		top: 13px;
		width: 110%;
	}
	#index #area02 .box {
		padding: 50px 20px;
	}
	#index #area02 .main_ttl {
		margin: 0 0 30px;
	}
	#index #area02 ul li {
		width: 33.3%;
		padding: 0 5px;
	}
	#index #area02 ul li:nth-child(-n+4) {
		margin: 0;
	}
	#index #area02 ul li:not(:last-child) {
		margin: 0 0 30px;
	}
	#index #area02 ul li .img {
		margin: 0 0 10px;
	}
	#index #area02 ul li .ttl {
		font-size: 90%;
	}
}

#index #area03 {
	text-align: center;
}
#index #area03 .ttl {
	line-height: 1.6;
	margin: 0 0 40px;
	font-size: 110%;
}
#index #area03 a {
	width: 300px;
	height: 50px;
	border-radius: 10px;
	text-align: center;
	margin: 0 auto;
	background: #FED925;
	font-weight: 500;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width:768px) {
	#index #area03.area {
		padding: 50px 20px;
	}
	#index #area03 .ttl {
		margin: 0 0 20px;
		font-size: 90%;
	}
}


/* company
-------------------------------------------------------*/
#company {
	background: #000;
	color: #fff;
}
#company #area01.area {
	padding: 100px 20px 0;
}
#company #area01 .ttl {
	margin: 0 0 40px;
}
#company #area01 .ttl img {
	max-width: 350px;
}
#company #area01 dl {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: flex-start;
	font-size: 110%;
	line-height: 1.6;
}
#company #area01 dl:not(:last-child) {
	margin: 0 0 20px;
}
#company #area01 dl dt {
	width: 15%;
	position: relative;
}
#company #area01 dl dt::after {
	position: absolute;
	display: block;
	content: "：";
	right: 0;
	top: 0;
}
#company #area01 dl dd {
	width: 85%;
	margin: 0 0 0 20px;
}
#company #area01 dl span {
	text-align: right;
}
@media screen and (max-width:768px) {
	#company #area01.area {
		padding: 50px 20px 0;
	}
	#company #area01 .ttl {
		margin: 0 0 30px;
	}
	#company #area01 .ttl img {
		max-width: 245px;
	}
	#company #area01 dl {
		font-size: 90%;
		line-height: 1.4;
	}
	#company #area01 dl:not(:last-child) {
		margin: 0 0 20px;
	}
	#company #area01 dl dt {
		width: 25%;
		position: relative;
	}
	#company #area01 dl dd {
		width: 75%;
		margin: 0 0 0 20px;
	}
	#company #area01 dl span {
		text-align: right;
	}
}

#company #area02 .ttl {
	margin: 0 0 40px;
}
#company #area02 .ttl img {
	max-width: 265px;
}
#company #area02 iframe {
	filter: grayscale(1);
}
@media screen and (max-width:768px) {
	#company #area02.area {
		padding: 70px 20px;
	}
	#company #area02 .ttl {
		margin: 0 0 30px;
	}
	#company #area02 .ttl img {
		max-width: 185px;
	}
	#company #area02 iframe {
		height: 230px;
	}
}


/* contact
-------------------------------------------------------*/
#contact #area01 {
	background: url("../img/common/bg01.png");
}
#contact .inner {
	max-width: 800px;
}
#contact .txt_head {
	text-align: center;
	font-weight: 500;
	margin: 0 0 30px;
	line-height: 1.6;
	font-size: 110%;
}
#contact .table_temp {
	width: 100%;
}
#contact.contact_after .inner {
	padding: 0;
}
#contact tr {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-top: 1px solid #ddd;
}
#contact tr:last-child {
	border-bottom: 1px solid #ddd;
}
#contact tr>* {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 10px;
	box-sizing: border-box;
	line-height: 1;
}
#contact tr th {
	width: 250px;
	text-align: left;
	vertical-align: top;
	padding: 30px 10px 20px 10px;
}
#contact tr th b {
	position: relative;
	font-weight: normal;
	display: block;
	padding: 0 0 0 60px;
}
#contact tr.hissu th b::after{
	color: #fff;
	font-weight: 500;
	font-size: 80%;
	width: 45px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	content: "必須";
	background: #323946;
	border-radius: 3px;
}
#contact.contact_after tr {
	border-bottom: 1px solid #ccc;
}
#contact.contact_after tr:first-child {
	border-top: 1px solid #ccc;
	margin: 30px 0 0;
}
#contact.contact_after tr th {
	color: #aaa;
}
#contact.contact_after tr td {
	font-weight: 500;
}
.txt_form .red,
.error_messe b {
	color: #f00;
	font-weight: normal;
}
.error_messe {
	margin: 20px 0 0;
	text-align: center;
	line-height: 1.3;
}
.error_messe>* {
	display: inline-block;
}
#contact input[type="text"],
#contact select,
#contact textarea {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 2px;
	font-weight: 300;
}
#contact input[type="text"],
#contact select {
	height: 40px;
}
#contact textarea {
	min-height: 150px;
	resize: vertical;
}
#contact .radio_area label,
#contact .check_area label {
	display: inline-block;
	margin: 5px 5px 5px 0;
	line-height: 1.3;
}
#contact .txt_form {
	text-align: center;
	line-height: 1.3;
}
#contact .txt_form span {
	display: block;
}
::placeholder {
	color: #848A92;
}
#contact .form_btn {
	display: flex;
	flex-flow: row-reverse nowrap;
	align-items: center;
	justify-content: space-evenly;
}
#contact .form_btn01,
#contact .form_btn02 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80%;
	max-width: 260px;
	height: 50px;
	border: none;
	padding: 10px;
	margin: 50px auto 0;
	box-sizing: border-box;
	font-size: 110%;
	color: #fff;
	line-height: 1;
    text-align: center;
}
#contact .form_btn01 {
	background: #000;
}
#contact .form_btn02 {
	background: #333;
}
#contact td.double .txt {
	margin: 0 0 10px;
}
#contact td.double .txt.second {
	margin: 20px 0 10px;
}
#contact .caution {
	font-size: 80%;
	line-height: 1.4;
	margin: 10px 0 0;
}
/* table_temp end */
@media screen and (max-width:768px) {
	#contact .txt_head {
		font-size: 100%;
	}
	/* table_temp start */
	#contact.contact_after tr:first-child {
		margin: 20px 0 0;
	}
	#contact tr>* {
		display: block;
		padding: 30px 0;
		line-height: 1.3;
	}
	#contact tr th {
		width: 100%;
		font-size: 100%;
		padding: 30px 0;
	}
	#contact tr td {
		padding-top: 0;
	}
	#contact tr.hissu th b::after,
	#contact tr.nini th b::after {
	}
	#contact .radio_area label,
	#contact .check_area label {
		display: flex;
		align-items: center;
	}
	#contact .form_btn {
		flex-flow: column;
	}
	#contact .form_btn01,
	#contact .form_btn02 {
		margin: 20px 0 0;
		font-size: 100%;
		height: 50px;
		width: 100%;
max-width: inherit;
	}
	/* table_temp end */
}