@charset "UTF-8";

/* --------------------------------------
 Common
----------------------------------------- */

.sec {
	margin-bottom: 80px;
}

.sec-wrap {
	padding: 0 40px;
}

/* タイトル */

.sec-tt {
	height: 70px;
	font-size: 2.4rem;
	border-bottom: 1px solid #a4917b;
	padding-left: 80px;
	margin: 30px 0;
}

.sec-tt span {
	font-size: 3.2rem;
}

/* サブタイトル */

.sec-subtt,
.sec-subtx {
	padding-left: 40px;
}

.sec-subtt {
	font-size: 2.4rem;
	position: relative;
}

.sec-subtt::before {
	position: absolute;
	left: 0;
	content: "■"
}

.sec-subtx {
	margin-bottom: 20px;
}

/* タイトルアイコン */

.icon-prote {
	background: url("../images/icon-prote.png") no-repeat 0% 0%;
}

.icon-use {
	background: url("../images/icon-use.png") no-repeat 0% 0%;
}

.icon-conte {
	background: url("../images/icon-conte.png") no-repeat 0% 0%;
}

.icon-flow {
	background: url("../images/icon-flow.png") no-repeat 0% 0%;
}

.icon-form {
	background: url("../images/icon-form.png") no-repeat 0% 0%;
}

.icon-doc {
	background: url("../images/icon-doc.png") no-repeat 0% 0%;
}

.icon-tel {
	background: url("../images/icon-tel.png") no-repeat 0% 0%;
}

.icon-mail {
	background: url("../images/icon-mail.png") no-repeat 0% 0%;
}

/* リストスタイル */

.list {
	list-style: disc;
	padding-left: 1em;
}

.list-tx span {
	text-decoration: underline;
}


/* --------------------------------------
 header
----------------------------------------- */

.header {
	width: 1080px;
	margin: 0 auto;
	padding-top: 40px;
	margin-bottom: 80px;
}

.menu {
	display: inline-block;
	border: 1px solid #a4917b;
	border-radius: 8px;
	padding: 20px 40px;
	margin-left: auto;
}

.menu-list {
	display: flex;
	align-items: center;
	height: 60px;
	background: url("../images/language.png") no-repeat 0% 50%;
	padding-left: 160px;
}

.menu-item {
	width: 100px;
	text-align: center;
}


/* --------------------------------------
 fv
----------------------------------------- */

.fv {
	position: relative;
	margin-bottom: 80px;
}

.fv-wrap {
	width: 1080px;
	margin: 0 auto;
}

.fv-logo {
	margin-bottom: 40px;
}

.fv-name {
	font-size: 3.4rem;
	background: #f2eee9;
	padding: 40px 0;
}

.fv-illust {
	position: absolute;
	bottom: -40px;
	right: calc(50% - 540px);
}


/* --------------------------------------
 main
----------------------------------------- */

.main {
	width: 1080px;
	margin: 0 auto;
}

.intro {
	margin-bottom: 80px;
}

.intro-tt {
	font-size: 2.4rem;
	color: #e60012;
	margin-bottom: 30px;
}

.intro-tt,
.intro-tx {
	text-align: center;
}

.illust {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.illust-item {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 320px;
	padding-bottom: 210px;
	margin-right: 20px;
	margin-bottom: 40px;
}

.illust-item:nth-child(3n) {
	margin-right: 0;
}

.illust01 {
	background: url("../images/illust01.png") no-repeat 50% 100% / 100%;
}

.illust02 {
	background: url("../images/illust02.png") no-repeat 50% 100% / 100%;
}

.illust03 {
	background: url("../images/illust03.png") no-repeat 50% 100% / 100%;
}

.illust04 {
	background: url("../images/illust04.png") no-repeat 50% 100% / 100%;
}

.illust05 {
	background: url("../images/illust05.png") no-repeat 50% 100% / 100%;
}

.illust06 {
	background: url("../images/illust06.png") no-repeat 50% 100% / 100%;
}

.flow {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: url("../images/flow.png") no-repeat 50% 100%;
	padding: 0 120px 200px;
	margin-bottom: 40px;
}

.flow-item {
	width: 230px;
	height: 260px;
	background: #333;
	border-radius: 8px;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: space-between;
}

.flow-tx {
	width: 100%;
	font-size: 2.0rem;
	color: #fff;
	text-align: center;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.flow-item span {
	display: block;
	background: #fff;
	width: 130px;
	height: 130px;
	border-radius: 50%;
}

.illust-consu {
	background: #f29b76;
}

.illust-consu span {
	background: url("../images/illust-consu.png") no-repeat 50% 50% #fff;
}

.illust-val {
	background: #79abb7;
}

.illust-val span {
	background: url("../images/illust-val.png") no-repeat 50% 50% #fff;
}

.illust-hotline {
	background: #eeb850;
}

.illust-hotline span {
	background: url("../images/illust-hotline.png") no-repeat 50% 50% #fff;
}

.step-tx {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.step-tx span {
	display: inline-block;
	color: #fff;
	background: #333;
	padding: 5px 10px;
	border-radius: 8px;
	margin-right: 20px;
	white-space: nowrap;
}

.step01 span {
	background: #2b8bbb;
}

.step02 span {
	background: #13b5b1;
}

.step03 span {
	background: #009944;
}

.step04 span {
	background: #f39800;
}

.step05 span {
	background: #ec6941;
}

.method-tx {
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 30px;
}

.means-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.means-item {
	width: 255px;
	margin-right: 20px;
}

.means-item:last-child {
	margin: 0;
}

.means-link {
	display: block;
	background: #f2eee9;
	text-align: center;
	padding: 20px 0;
	border-radius: 8px;
}

.means-link span {
	display: inline-block;
	background: #fff;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-bottom: 10px;
}

.means-link:hover {
	text-decoration: none;
}

.illust-form span {
	background: url("../images/illust-form.png") no-repeat 50% 50% #fff;
}

.illust-doc span {
	background: url("../images/illust-doc.png") no-repeat 50% 50% #fff;
}

.illust-tel span {
	background: url("../images/illust-tel.png") no-repeat 50% 50% #fff;
}

.illust-mail span {
	background: url("../images/illust-mail.png") no-repeat 50% 50% #fff;
}

.sec-tx {
	margin-bottom: 20px;
}

.sec-tx span {
	color: #e60012;
}

.sec-btn {
	text-align: center;
}


/* formレイアウト */

.form-wrap {
	margin-bottom: 60px;
}

.form-inner {
	border: 1px solid #d2d2d2;
	border-radius: 8px;
	padding: 40px 40px 10px;
	margin-bottom: 40px;
}

.form-tt {
	font-size: 2.4rem;
	margin-bottom: 20px;
}

.form-tt::before {
	content: "○";
	margin-right: 10px;
}

.form-tx {
	font-size: 1.4rem;
	margin-bottom: 30px;
}

.form-dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.form-dt {
	display: flex;
	align-items: flex-start;
	width: 300px;
	padding: 5px 0;
	padding-right: 20px;
	margin-bottom: 30px;
}

.form-dd {
	width: calc(100% - 300px);
	margin-bottom: 30px;
}

.form-result {
	display: inline-block;
	margin-right: 20px;
}

.form-result label:last-child {
	margin: 0;
}

.form-item {
	margin-bottom: 10px;
}

.form-item:last-child {
	margin-bottom: 0;
}

.file-tx {
	font-size: 1.4rem;
	margin-top: 5px;
}


/* formデザイン */

.form [type="text"],
.form [type="email"],
.form [type="tel"],
.form select,
.form textarea {
	width: 100%;
	background: #eee;
	padding: 10px;
	border-radius: 8px;
}

/* select */

.form-select {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.form-select::before {
	position: absolute;
	top: 1em;
	right: 1em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #333;
	pointer-events: none;
}

.form select {
	padding-right: 1em;
	text-indent: 0.01px;
	text-overflow: ellipsis;
}

.form-select select::-ms-expand {
	display: none;
}

/* 必須・任意 */

.form .must,
.form .any {
	display: inline-block;
	white-space: nowrap;
	text-align: center;
	color: #fff;
	background-color: #000;
	padding: 2px 5px;
	font-size: 1.2rem;
	border-radius: 4px;
	margin-right: 20px;
}

.form .must {
	color: #fff;
	background: #cd1d1d;
}

.form .any {
	color: #333;
	background: #eee;
}

/* Checkbox */

.form label {
	display: inline-block;
	margin-right: 20px;
	padding: 5px 0;
}

/* button */

.submit-list {
	margin-bottom: 30px;
}

.submit-item {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}

.submit-item label {
	margin: 0;
	padding: 0;
}

.submit-btn {
	display: block;
	width: 600px;
	height: 60px;
	line-height: 60px;
	font-size: 2.0rem;
	text-align: center;
	color: #333;
	background: #eee;
	border: 1px solid #333;
	border-radius: 8px;
	margin: 0 auto;
}

.submit-btn:hover {
	text-decoration: none;
}

.submit-btn-blk {
	color: #333;
	background: #fff;
}

.submit-btn-pnk {
	color: #fff;
	background: #eb6877;
	border: 0;
}

/* toggle */

.form-toggle .form-dt {
	float: left;
}

.form-toggle .form-dd {
	display: inline-block;
}

/* 注意事項 */

.notes-tx {
	margin-bottom: 10px;
}

.notes-item {
	margin-bottom: 5px;
	padding-left: 1.5em;
	text-indent: -1.5em;
}

.notes-item:before {
	content: "● "
}


/* --------------------------------------
 footer
----------------------------------------- */

.footer {
	background: #333;
	padding: 20px 0;
}

.copyright {
	color: #fff;
	text-align: center;
}



/*------- ▼ effect -------*/
@media screen and (min-width: 1080px) {

	.menu-item a {
		width: 100%;
		display: block;
		text-decoration: none;
		position: relative;
	}

	.none-active a::after {
		position: absolute;
		bottom: -4px;
		left: 18px;
		content: '';
		width: 65%;
		height: 1px;
		background: #a4917b;
		transform: scale(0, 1);
		transform-origin: left top;
		transition: transform .3s;
	}

	.none-active a:hover::after {
		transform: scale(1, 1);
	}

	.active a::after {
		position: absolute;
		bottom: -4px;
		left: 18px;
		content: '';
		width: 65%;
		height: 1px;
		background: #a4917b;
	}

	.means-link:hover,
	.submit-btn:hover {
		opacity: 0.7;
		transition: 0.3s ease-in-out;
	}

	.submit-btn.tel:hover {
		opacity: 1;
	}

}

/*------- ▲ effect -------*/


/*------- ▼ SP・TB -------*/
@media screen and (max-width: 1079px) {

	/* --------------------------------------
 common
----------------------------------------- */

	.sec {
		margin-bottom: 40px;
	}

	.sec-wrap {
		padding: 0;
	}

	.sec-tt {
		height: auto;
		font-size: 1.8rem;
		padding-left: 40px;
		margin-bottom: 20px;
		padding-bottom: 10px;
		background-size: 30px;
	}

	.sec-tt span {
		font-size: 2.2rem;
	}

	/* サブタイトル */

	.sec-subtt,
	.sec-subtx {
		padding-left: 25px;
	}

	.sec-subtt {
		font-size: 2.0rem;
		margin-bottom: 5px;
	}


	/* --------------------------------------
 header
----------------------------------------- */

	.header {
		width: 100%;
		height: 60px;
		position: relative;
		margin: 0;
		padding: 0;
	}

	/* 開閉用ボタン */

	.menu-btn {
		position: absolute;
		top: 10px;
		right: 10px;
		width: 100px;
		height: 40px;
		line-height: 40px;
		font-size: 1.2rem;
		text-align: center;
		cursor: pointer;
		z-index: 10;
		background: #333;
	}

	.menu-btn span {
		color: #fff;
		background: 333px;
	}

	.menu-btn span:after {
		content: attr(data-txt-menu);
	}

	/* 開閉用ボタンクリック */

	.menu {
		position: fixed;
		display: table;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .8);
		-webkit-transition: all .5s;
		transition: all .5s;
		visibility: hidden;
		opacity: 0;
		z-index: 5;
		border: 0;
		border-radius: 0;
		padding: 0;
	}

	.menu-list {
		display: table-cell;
		vertical-align: middle;
		height: auto;
		background: none;
		padding: 0 3%;
	}

	.menu-item {
		width: 100%;
		height: 40px;
		line-height: 40px;
		margin: 0 auto;
		margin-bottom: 20px;
		text-align: center;
	}

	.menu-item:last-child {
		margin-bottom: 0;
	}

	.menu-item br {
		display: none;
	}

	.menu-item a {
		display: block;
		font-size: 1.4rem;
		color: #fff;
		background: rgba(255, 255, 255, 0.3);
		border: 1px solid #fff;
	}

	.menu-item a:hover {
		color: #999;
	}


	/* 開閉用ボタンがクリックされた時のスタイル */

	.open {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.open .menu-btn {
		background: #fff;
	}

	.open .menu-btn span {
		color: #333;
	}

	.open .menu-btn span:after {
		content: attr(data-txt-close);
	}

	.open .menu {
		cursor: url(../images/cross.svg), auto;
		-webkit-transition: all .5s;
		transition: all .5s;
		visibility: visible;
		opacity: 1;
	}

	/* --------------------------------------
 fv
----------------------------------------- */

	.fv {
		margin-bottom: 40px;
	}

	.fv-wrap {
		width: 94%;
		margin: 0 3%;
	}

	.fv-logo {
		margin-bottom: 20px;
	}

	.fv-name {
		font-size: 2.2rem;
		padding: 20px 0 80px;
	}

	.fv-illust {
		position: static;
		margin-top: -60px;
		padding: 0 10%;
	}


	/* --------------------------------------
 main
----------------------------------------- */

	.main {
		width: 94%;
		margin: 0 3%;
	}

	.intro {
		margin-bottom: 40px;
	}

	.intro-tt {
		font-size: 2.0rem;
		color: #e60012;
		margin-bottom: 15px;
	}

	.illust {
		justify-content: space-between;
	}

	.illust-item {
		width: 49%;
		padding-bottom: calc(200 / 320 * 48% + 10px);
		margin-right: 0;
		margin-bottom: 20px;
	}

	.flow {
		background: url("../images/flow-sp.png") no-repeat 100% 0% / 180px;
		padding: 0;
		padding-right: 170px;
		margin-bottom: 0;
	}

	.flow-item {
		width: 100%;
		height: auto;
		padding: 10px;
		margin-bottom: 20px;
	}

	.flow-item:last-child {
		margin-bottom: 40px;
	}

	.flow-tx {
		font-size: 1.6rem;
		height: 60px;
		margin-bottom: 10px;
	}

	.flow-item span {
		width: 60px;
		height: 60px;
		background-size: 40px;
	}

	.step-tx {
		align-items: flex-start;
		margin-bottom: 20px;
	}

	.step-tx span {
		margin-right: 10px;
		padding: 5px;
	}

	.method-tx {
		font-size: 1.4rem;
		margin-bottom: 20px;
	}

	.means-list {
		justify-content: space-between;
		margin-bottom: -20px;
	}

	.means-item {
		width: 48%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.means-link span {
		width: 50px;
		height: 50px;
		background-size: cover;
	}

	/* formレイアウト */

	.form-wrap {
		margin-bottom: 30px;
	}

	.form-inner {
		padding: 20px 10px 0;
		margin-bottom: 30px;
	}

	.form-tt {
		font-size: 1.6rem;
		margin-bottom: 20px;
	}

	.form-tt::before {
		content: "○";
		margin-right: 10px;
	}

	.form-dt {
		width: 100%;
		margin-bottom: 10px;
	}

	.form-dd {
		width: 100%;
		margin-bottom: 20px;
	}

	.form-dt:last-of-type {
		margin-bottom: 10px;
	}

	/* formデザイン */

	.form [type="text"],
	.form [type="email"],
	.form [type="tel"],
	.form select,
	.form textarea {
		font-size: 1.6rem;
	}

	/* 必須・任意 */

	.form .must,
	.form .any {
		margin-right: 10px;
	}

	/* Checkbox */

	.form label {
		margin-right: 10px;
	}

	/* button */

	.submit-btn {
		width: 100%;
		font-size: 1.8rem;
	}

	.submit-btn a {
		display: block;
		width: 100%;
	}

	/* 電話リンク */

	.tel a {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.tel img {
		max-width: 150px;
	}

}

/*------- ▲ SP・TB -------*/


/*file添付*/
.file-tx {
	margin-top: 5px;
}

.file-ul {
	margin: 0 0 10px;
}

.file-li {
	/* font-size: 1.4rem; */
	list-style-type: disc;
	line-height: 1.8;
}

#file-input {
	position: absolute;
	opacity: 0;
	width: 10px;
}

.form label.file-up-label {
	width: 100%;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.file-up-btn {
	display: block;
	text-align: center;
	margin-right: 20px;
	padding: 5px 15px;
	border-radius: 4px;
	background-color: #a4917b;
	color: #fff;
}

#file-up-name {
	max-width: 70%;
	white-space: pre-wrap;
}

.file-note-ul {
	width: calc(100% - 300px);
	margin-left: auto;
	margin-bottom: 30px;
	color: #e60012;
}

.file-clear-btn {
	display: none;
	width: 200px;
	text-align: center;
	margin: 20px 0 20px 0;
	padding: 5px 15px;
	font-size: 1.2rem;
	border-radius: 4px;
	border: 1px solid #a4917b;
	cursor: pointer;
}

@media screen and (max-width: 1079px) {
/*file添付*/
	.file-li {
		margin-left: 2em;
	}
	.form label.file-up-label {
		margin-right: 0;
		flex-direction: column;
		align-items: initial;
	}

	.file-up-btn {
		width: 100%;
		display: block;
		margin-right: 0;
		padding: 10px;
	}

	#file-up-name {
		max-width: 100%;
		white-space: pre-wrap;
	}
}