@charset "UTF-8";

/*-----------------------------
タブレット
@media (min-width: 768px) {}

PC
@media (min-width: 1024px) {}

ワイドPC微調整
@media (min-width: 1280px) {}
------------------------------*/


/****************************************
	トップページ
*****************************************/

/*=============================
	mainvisual
==============================*/
.top-visual-sec {
	position: relative;
}
.top-visual-sec .mainvisual {
	max-width: 100%;
	height: auto;
	position: relative;
}
.top-visual-sec .mainvisual:before {
	display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    background: url("../img/top/mv_wave.webp") no-repeat center / 100% 100%;
    width: 100%;
    height: 1.6rem;
    z-index: 1;
}
.top-visual-sec .mainvisual img {
	width: 100%;
	aspect-ratio: 4/3.1;
	object-fit: cover;
}
.top-visual-sec .inner {
	position: absolute;
	bottom: -3rem;
	padding: 0 1rem;
	text-align: center;
	z-index: 10;
}
.top-visual-sec .name {
	position: absolute;
	right: .5rem;
	top: 1rem;
	writing-mode: vertical-rl;
	font-size: .45rem;
	color: #fff;
	letter-spacing: 2px;
	padding-top: .8rem;
}
.top-visual-sec .name:before {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0);
	display: block;
	content:"";
	width: .5rem;
	height: .5rem;
	background-color: #FE958C;
	border-radius: 50%;
}
@media (min-width:768px){
	.top-visual-sec .mainvisual:before {
		height: 2.8rem;
	}
	.top-visual-sec .mainvisual img {
		aspect-ratio: 4/2.7;
	}
	.top-visual-sec .inner {
		bottom: -2rem;
		padding: 0 1.5rem;
	}
	.top-visual-sec .name {
		right: .8rem;
		top: 1.5rem;
		font-size: .6rem;
		padding-top: .8rem;
	}
}
@media (min-width: 1024px) {
	.top-visual-sec .mainvisual:before {
		height: 3rem;
	}
	.top-visual-sec .mainvisual img {
		aspect-ratio: 4/2.5;
	}
	.top-visual-sec .inner {
		bottom: -4rem;
		padding: 0 1.5rem;
	}
	.top-visual-sec .inner img {
		max-width: 1120px;
	}
	.top-visual-sec .name {
		right: 1rem;
		top: 1.5rem;
		font-size: .7rem;
		letter-spacing: 3px;
		padding-top: 1rem;
	}
	.top-visual-sec .name:before {
		width: .6rem;
		height: .6rem;
	}
}
@media (min-width: 1280px) {
	.top-visual-sec .mainvisual:before {
		height: 3.6rem;
	}
	.top-visual-sec .mainvisual img {
		aspect-ratio: 4/2.3;
	}
	.top-visual-sec .inner {
		bottom: -4rem;
		padding: 0;
		padding-left: calc((100vw - 1200px) / 2);
	}
}
@media (min-width: 1400px) {
	.top-visual-sec .mainvisual:before {
		height: 4rem;
	}
	.top-visual-sec .mainvisual img {
		aspect-ratio: 4/2.1;
	}
}
@media (min-width: 1800px) {
	.top-visual-sec .mainvisual:before {
		height: 4.6rem;
	}
	.top-visual-sec .mainvisual img {
		aspect-ratio: 4/1.9;
	}
}

/*=============================
	intro
==============================*/
.top-intro-sec {
	padding: 1.8rem 0 0 0;
	position: relative;
	overflow: hidden;
}
.top-intro-sec .m-inner {
	position: relative;
}
.top-intro-sec .m-inner:after {
	position: absolute;
	right: -6rem;
	top: 0;
	display: block;
	content:"";
	width: 16rem;
	height: 16rem;
	background: url("../img/common/bg_dot_square_white.webp") no-repeat 0 0;
	background-size: cover;
	z-index: -1;
}
.top-intro-sec .note .copy .marker {
	line-height: 1.9;
	background-color: #fff;
	padding: 0 1rem;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 1.1rem;
}
.top-intro-sec .photo {
	margin-top: 1rem;
}
.top-intro-sec .photo img {
	border-radius: 1.5rem;
}
@media (min-width: 768px) {
	.top-intro-sec {
		padding: 3rem 0 0 0
	}
	.top-intro-sec .m-inner:after {
		right: -6rem;
		top: -3rem;
		width: 20rem;
		height: 20rem;
	}
	.top-intro-sec .wrap {
		display: flex;
		flex-direction: column;	
	}
	.top-intro-sec .note {
		order: 2;
		margin-top: -15rem;
		padding-bottom: 5rem;
	}
	.top-intro-sec .note .copy .marker {
		line-height: 2.2;
		padding: .2rem .5rem;
		letter-spacing: 1px;
		font-size: 1.2rem;
	}
	.top-intro-sec .photo {
		order: 1;
		width: 28rem;
		margin-left: auto;
		margin-top: 0;
	}
	.top-intro-sec .photo img {
		border-radius: 2rem;
	}
}
@media (min-width: 1024px) {
	.top-intro-sec {
		padding: 4.5rem 0 0 0
	}
	.top-intro-sec .m-inner:after {
		right: -10rem;
		top: -3rem;
		width: 24rem;
		height: 24rem;
	}
	.top-intro-sec .note {
		margin-top: -19rem;
		padding-bottom: 10rem;
	}
	.top-intro-sec .note .copy .marker {
		line-height: 2.4;
		padding: .3rem .8rem;
		letter-spacing: 2px;
		font-size: 1.3rem;
	}
	.top-intro-sec .photo {
		width: 40rem;
	}
	.top-intro-sec .photo img {
		border-radius: 3rem;
	}
}

/*=============================
	recruit
==============================*/

/* head
-----------------*/
.top-rec-sec .head {
	margin-top: -1rem; background:url("../img/common/bg_cloth_pink.png")repeat;
	border-radius: 1.5rem 1.5rem 0 0;
	padding: 2.5rem 0 2rem 0;
}
.top-rec-sec .head .copy {
	color: #fff;
	font-weight: 900;
	line-height: 1.8;
	text-align: center;
	letter-spacing: 1px;
	font-size: 1.5rem;
	position: relative;
}
.top-rec-sec .head .copy span {
	border-bottom: 5px dotted #fff;
}
.top-rec-sec .head .copy:before {
	position: absolute;
	left: 0;
	top: -1rem;
	display: block;
	content:"";
	width: 6rem;
	height: 6rem;
	background: url("../img/top/rec_head_deco_001.webp") no-repeat 0 0;
	background-size: cover;
	z-index: 10;
}
.top-rec-sec .head .copy:after {
	position: absolute;
	right: 0;
	bottom: -3.5rem;
	display: block;
	content:"";
	width: 6rem;
	height: 6rem;
	background: url("../img/top/rec_head_deco_002.webp") no-repeat 0 0;
	background-size: cover;
	z-index: 10;
}
@media (min-width: 768px) {
	.top-rec-sec .head {
		margin-top: -2.5rem;
		border-radius: 3rem 3rem 0 0;
		padding: 3.5rem 0 2rem 0;
	}
	.top-rec-sec .head .copy {
		line-height: 1.8;
		letter-spacing: 1px;
		font-size: 2rem;
	}
	.top-rec-sec .head .copy span {
		border-bottom: 5px dotted #fff;
	}
	.top-rec-sec .head .copy:before {
		left: 1rem;
		top: -5rem;
		width: 9rem;
		height: 9rem;
	}
	.top-rec-sec .head .copy:after {
		right: 0;
		bottom: -4.5rem;
		width: 9rem;
		height: 9rem;
	}
}
@media (min-width: 1024px) {
	.top-rec-sec .head {
		margin-top: -6rem;
		border-radius: 5rem 5rem 0 0;
		padding: 3.5rem 0 2rem 0;
	}
	.top-rec-sec .head .copy {
		line-height: 1.8;
		letter-spacing: 1px;
		font-size: 2.5rem;
	}
	.top-rec-sec .head .copy span {
		border-bottom: 7px dotted #fff;
	}
	.top-rec-sec .head .copy:before {
		left: 1rem;
		top: -5rem;
		width: 12rem;
		height: 12rem;
	}
	.top-rec-sec .head .copy:after {
		right: 0;
		bottom: -4.5rem;
		width: 12rem;
		height: 12rem;
	}
}

/* info
-----------------*/
.top-rec-sec .info {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.top-rec-sec .info:before {
	display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url("../img/top/bg_rec_info_head.webp") no-repeat center / 100% 100%;
    width: 100%;
    height: 2rem;
    z-index: 1;
}
.top-rec-sec .info:after {
	display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url("../img/top/bg_rec_info_btm.webp") no-repeat center / 100% 100%;
    width: 100%;
    height: .4rem;
    z-index: 1;
}
.top-rec-sec .info .m-inner {
	position: relative;
}
.top-rec-sec .info .m-inner:before,
.top-rec-sec .info .m-inner:after {
	position: absolute;
	display: block;
	content:"";
	width: 16rem;
	height: 16rem;
	background: url("../img/common/bg_dot_square_beige.webp") no-repeat 0 0;
	background-size: cover;
	/*z-index: -1;*/
}
.top-rec-sec .info .m-inner:before {
	right: -6rem;
	top: 0;
}
.top-rec-sec .info .m-inner:after {
	left: -6rem;
	top: 20rem;
}
.top-rec-sec .info .m-inner .wrap {
	margin-top: 3rem;
}
@media (min-width: 768px) {
	.top-rec-sec .info {
		padding-top: 3rem;
		padding-bottom: 2rem;
	}
	.top-rec-sec .info:before {
		height: 3rem;
	}
	.top-rec-sec .info:after {
		height: .6rem;
	}
	.top-rec-sec .info .m-inner:before,
	.top-rec-sec .info .m-inner:after {
		width: 20rem;
		height: 20rem;
	}
	.top-rec-sec .info .m-inner:before {
		right: -6rem;
		top: 0;
	}
	.top-rec-sec .info .m-inner:after {
		left: -6rem;
		top: 24rem;
	}
}
@media (min-width: 1024px) {
	.top-rec-sec .info {
		padding-top: 3rem;
		padding-bottom: 2rem;
	}
	.top-rec-sec .info:before {
		height: 5rem;
	}
	.top-rec-sec .info:after {
		height: .6rem;
	}
	.top-rec-sec .info .m-inner:before,
	.top-rec-sec .info .m-inner:after {
		width: 24rem;
		height: 24rem;
	}
	.top-rec-sec .info .m-inner:before {
		right: -10rem;
		top: 0;
	}
	.top-rec-sec .info .m-inner:after {
		left: -10rem;
		top: 24rem;
	}
}


/* info タブ切り替え【SP：アコーディオン、PC：タブ】
-----------------*/
/*SP：アコーディオン*/
.switch-tabs {
	width: 100%;
	z-index: 1;
	position: relative;
}
.switch-tabs__nav {
	display: none;
}
.switch-tabs__items {
	border-top: 1px solid #d3c6c1;
}
.switch-tabs__item {
	border-bottom: 1px solid #d3c6c1;
}
.switch-tabs__heading {
	margin: 0;
}
.switch-tabs__trigger {/*ボタン*/
	position: relative;
	display: block;
	width: 100%;
	padding: 1rem 3rem 1rem 1rem;
	border: 0;
	background: #fff;
	font: inherit;
	color: #6E564B;
	font-weight: 700;
	font-size: 1.15rem;
	text-align: left;
	cursor: pointer;
}
.switch-tabs__trigger::before,
.switch-tabs__trigger::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	width: 16px;
	height: 3px;
	background: #7DCC3B;
	transform: translateY(-50%);
}
.switch-tabs__trigger::after {
	transform: translateY(-50%) rotate(90deg);
	transition: transform 0.25s ease;
}
.switch-tabs__trigger[aria-expanded="true"]::after {
	transform: translateY(-50%) rotate(0deg);
}
.switch-tabs__trigger:focus-visible {
	outline: 2px solid #7DCC3B;
	outline-offset: -2px;
}
.switch-tabs__panel[hidden] {
	display: none;
}
.switch-tabs__content > *:first-child {
	margin-top: 0;
}
.switch-tabs__content > *:last-child {
	margin-bottom: 0;
}

/*PC：タブ*/
@media (min-width: 768px) {
	.switch-tabs__nav {
		display: flex;
		gap: .3rem;
		position: relative;
	}
	.switch-tabs__nav:after {
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 2px;
		content:"";
		background-color: #7DCC3B;
		z-index: -1;
	}
	.switch-tabs__tab {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 110px;
		padding: 12px 3px;
		border: 0;
		border: 2px solid #7DCC3B;
		background-color: #7DCC3B;
		border-radius: .5rem .5rem 0 0;
		font: inherit;
		color: #fff;
		font-weight: 700;
		line-height: 1.4;
		font-size: 1rem;
		cursor: pointer;
	}
	.switch-tabs__tab[aria-selected="true"] {
		background-color: #fff;
		border-top: 6px solid #7DCC3B;
		border-bottom: 2px solid #fff;
		color: #7DCC3B;
	}
	.switch-tabs__tab:hover {
		color: #FFFF95;
	}
	.switch-tabs__tab[aria-selected="true"]:hover {
		color: #7DCC3B;
	}
	.switch-tabs__tab:focus-visible {/*キーボード操作用*/
		outline: 2px solid #333;
		outline-offset: -2px;
	}
	.switch-tabs__items {
		border-top: 0;
	}
	.switch-tabs__item {
		border-bottom: 0;
	}
	.switch-tabs__heading {
		display: none;
	}
	.switch-tabs__panel[hidden] {
		display: none;
	}
}
@media (min-width: 1024px) {
	.switch-tabs__nav {
		gap: .4rem;
	}
	.switch-tabs__tab {
		min-width: 150px;
		padding: 18px 3px;
		font-size: 1.15rem;
	}
}
@media (min-width: 1280px) {
	.switch-tabs__nav {
		gap: .4rem;
	}
	.switch-tabs__tab {
		min-width: 170px;
		padding: 16px 15px;
		font-size: 1.2rem;
	}
}

/* info タブ切り替え 中身
-----------------*/
.switch-tabs__panel {
	padding: 1rem 1rem;
}
.switch-tabs__content table {
	border-top: none;
}
.switch-tabs__content th,
.switch-tabs__content td {
	padding: .8rem .5rem;
	line-height: 1.6;
	font-size: .95rem;
}
.switch-tabs__content th {
	background-color: #FCF7EF;
	border-bottom: 1px solid #d3c6c1;
	width: 5rem;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
}
.switch-tabs__content td {
	font-weight: 400;
	border-bottom: 1px dashed #d3c6c1;
}
.switch-tabs__content td.ttl-sub {
	font-weight: 700;
	width: 5.2rem;
}
.switch-tabs__content td.last-line {
	border-bottom: 1px solid #d3c6c1;
}
@media (min-width: 768px) {
	.switch-tabs__panel {
		padding: 3rem 2rem;
	}
	.switch-tabs__content th,
	.switch-tabs__content td {
		padding: 1rem 1rem;
		line-height: 1.6;
		font-size: .95rem;
	}
	.switch-tabs__content th {
		width: 8rem;
	}
	.switch-tabs__content td.ttl-sub {
		width: 7rem;
	}
}
@media (min-width: 1024px) {
	.switch-tabs__panel {
		padding: 3rem 3rem;
	}
	.switch-tabs__content th,
	.switch-tabs__content td {
		padding: 1rem 1rem;
		line-height: 1.6;
		font-size: 1rem;
	}
	.switch-tabs__content th {
		width: 10rem;
	}
	.switch-tabs__content td.ttl-sub {
		width: 7rem;
	}
}


/* flow
-----------------*/
.top-rec-sec .flow {
	position: relative;
	overflow: hidden;
	padding-top: 2rem;
	padding-bottom: 3rem;
}
.top-rec-sec .flow:after {
	display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url("../img/top/bg_rec_flow_btm.webp") no-repeat center / 100% 100%;
    width: 100%;
    height: 2rem;
    z-index: 1;
}
.top-rec-sec .flow .m-inner {
	position: relative;
}
.top-rec-sec .flow .m-inner:before {
	position: absolute;
	right: -6rem;
	top: 0;
	display: block;
	content:"";
	width: 16rem;
	height: 16rem;
	background: url("../img/common/bg_dot_square_white.webp") no-repeat 0 0;
	background-size: cover;
	z-index: -1;
}
.top-rec-sec .flow .list {
	margin-top: 3rem;
}
.top-rec-sec .flow .list-item {
	display: grid;
	grid-template-columns: 7.5rem 1fr;
	column-gap: 1rem;
	position: relative;
	padding-bottom: 2rem;
}
.top-rec-sec .flow .list-item:after {
	position: absolute;
	left: 3.5rem;
	bottom: .2rem;
	display: block;
	content:"";
	width: 3px;
	height: 1.6rem;
	background-color: #7DCC3B;
	border-radius: 5px;
}
.top-rec-sec .flow .list-item:last-child {
	padding-bottom: 0;
}
.top-rec-sec .flow .list-item:last-child:after {
	display: none;
}
.top-rec-sec .flow .list-item .copy-main {
	font-weight: 700;
	line-height: 1.5;
	font-size: 1.3rem;
	margin-top: .8rem;
}
.top-rec-sec .flow .list-item .copy-sub {
	line-height: 1.5;
	font-size: 1rem;
	margin-top: .5rem;
}
@media (min-width: 768px) {
	.top-rec-sec .flow {
		padding-top: 3rem;
		padding-bottom: 4rem;
	}
	.top-rec-sec .flow:after {
		height: 3rem;
	}
	.top-rec-sec .flow .m-inner:before {
		right: -6rem;
		top: 0;
		width: 20rem;
		height: 20rem;
	}
	.top-rec-sec .flow .list {
		margin-top: 3rem;
		display: grid;
		grid-template-columns: repeat(4,1fr);
		gap: 3rem;
	}
	.top-rec-sec .flow .list-item {
		display: block;
		padding-bottom: 0;
	}
	.top-rec-sec .flow .list-item:after {
		position: absolute;
		left: auto;
		right: -2.25rem;/*-(width+gap/4)*/
		bottom: auto;
		top: 30%;
		width: 1.5rem;
		height: 4px;
	}
	.top-rec-sec .flow .list-item .copy-main {
		text-align: center;
		font-size: 1.5rem;
		margin-top: .5rem;
	}
	.top-rec-sec .flow .list-item .copy-sub {
		font-size: .95rem;
		margin-top: .5rem;
	}
}
@media (min-width: 1024px) {
	.top-rec-sec .flow {
		padding-top: 3rem;
		padding-bottom: 6rem;
	}
	.top-rec-sec .flow:after {
		height: 3rem;
	}
	.top-rec-sec .flow .m-inner:before {
		right: -10rem;
		top: 0;
		width: 24rem;
		height: 24rem;
	}
	.top-rec-sec .flow .list {
		margin-top: 3rem;
		gap: 3rem;
	}
	.top-rec-sec .flow .list-item:after {
		right: -3.5rem;
		top: 30%;
		width: 4rem;
		height: 4px;
	}
	.top-rec-sec .flow .list-item .photo {
		text-align: center;
	}
	.top-rec-sec .flow .list-item .photo img {
		width: 80%;
	}
	.top-rec-sec .flow .list-item .copy-main {
		font-size: 1.6rem;
		letter-spacing: 2px;
		margin-top: .5rem;
	}
	.top-rec-sec .flow .list-item .copy-sub {
		font-size: 1rem;
		margin-top: .5rem;
	}
}

/* btm
-----------------*/
.top-rec-sec .btm {
	background:url("../img/common/bg_cloth_pink.png")repeat;
	border-radius: 0 0 1.5rem 1.5rem;
	padding: 2rem 0;
}
.top-rec-sec .btm .btn {
	position: relative;
	display: block;
	width: 100%;
	max-width: 23rem;
	padding: 20px 15px 20px 3px;
	border-radius: 50px;
	text-align: center;
	text-decoration: none;
	font-weight: 900;
	font-size: 1.3rem;
	line-height: 1.4;
	letter-spacing: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	color: #FE958C;
	transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s eease-in-out;
}
.top-rec-sec .btm .btn:after {
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translate(0, -50%);
	display: block;
	content:"";
	width: 1.6rem;
	height: 1.6rem;
	background: url("../img/common/btn_arrow_circle.svg") no-repeat 0 0;
	background-size: cover;
}
.top-rec-sec .btm .btn:hover {
	opacity: .7;
}
@media (min-width: 768px) {
	.top-rec-sec .btm {
		border-radius: 0 0 3rem 3rem;
		padding: 3rem 0;
	}
	.top-rec-sec .btm .btn {
		max-width: 26rem;
		padding: 24px 15px 24px 3px;
		font-size: 1.5rem;
	}
	.top-rec-sec .btm .btn:after {
		right: 1rem;
		width: 1.8rem;
		height: 1.8rem;
	}
}
@media (min-width: 1024px) {
	.top-rec-sec .btm {
		border-radius: 0 0 5rem 5rem;
		padding: 4rem 0;
	}
	.top-rec-sec .btm .btn {
		max-width: 30rem;
		padding: 28px 20px 28px 3px;
		font-size: 1.7rem;
	}
	.top-rec-sec .btm .btn:after {
		right: 1.5rem;
		width: 2rem;
		height: 2rem;
	}
}


/****************************************
	求人へのエントリー page-contact
*****************************************/
.page-contact .form-sec {
	margin-top: 2rem;
	background-color: #fff;
	padding: 3rem 0;
}
@media (min-width: 768px) {
	.page-contact .form-sec {
		margin-top: 4rem;
		padding: 4rem 0;
	}
}
@media (min-width: 1024px) {
	.page-contact .form-sec {
		margin-top: 4rem;
		padding: 6rem 0;
	}
}

/*=============================
	フォーム内
==============================*/
.page-contact .form-sec .contact-form {
	margin-top: 2rem;
}
.page-contact .contact-form th,
.page-contact .contact-form td {
	display: block;
	line-height: 1.5;
	font-size: 1.1rem;
	vertical-align: top;
}
.page-contact .contact-form th {
	padding: 2rem 1rem 1rem 1rem;
	font-weight: 700;
}
.page-contact .contact-form .must-mark {
	display: inline-block;
	background-color: #f00;
	color: #fff;
	font-size: 10px;
	line-height: 1.5;
	text-align: center;
	padding: 2px 5px;
	margin-left: 5px;
}
.page-contact .contact-form td {
	padding: 0 1rem 2rem 1rem;
	border-bottom: 1px solid #d3c6c1;
}
/*確認画面の表*/
.page-contact .contact-form table.confirm {
	border-top: 1px solid #d3c6c1;
	margin-top: 1rem;
}
@media (min-width:768px){
	.page-contact .form-sec .contact-form {
		margin-top: 4rem;
	}
	.page-contact .contact-form table th,
	.page-contact .contact-form table td {
		display: table-cell;
		font-size: 1.1rem;
		padding: 1rem 2rem;
	}
	.page-contact .contact-form table th {
		border-bottom: 1px dashed #d3c6c1;
		width: 15rem;
	}
	.page-contact .contact-form table td {
		border-bottom: 1px dashed #d3c6c1;
	}
	.page-contact .contact-form table.confirm {
		border-top: 1px dashed #d3c6c1;
		margin-top: 2rem;
	}
}
@media (min-width: 1024px) {
	.page-contact .contact-form table th,
	.page-contact .contact-form table td {
		font-size: 1.1rem;
	}
}
@media (min-width: 1280px) {
	.page-contact .form-sec .contact-form {
		padding: 0 4rem;
	}
}

/*=============================
	formパーツ
==============================*/
/* 初期表示 placeholder */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #D1D1CF;
	font-size: 1.1rem;
    font-weight: normal;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #D1D1CF;
	font-size: 1.1rem;
    font-weight: normal;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #D1D1CF;
	font-size: 1.1rem;
    font-weight: normal;
}


input,select,textarea {
	background-color: #fff;
	border: 1px solid #DEDDDD;
	border-radius: 10px;
	font: inherit;
	font-size: 1.1rem;
	color: #6E564B;
	padding: 1rem 1rem;
	width: 100%;
	
}


/* チェックボックス */
.checkbox input[type=checkbox].check-btn-item{
	display: none;
}
.checkbox label {
	display: inline-block;
	margin-right: 15px;
}
.checkbox .check-btn-item + span {
	padding-left: 25px;
	display: inline-block;
	position: relative;
	font-size: 1.1rem;
	line-height: 1.2;
	margin-bottom: 1rem;
}
.checkbox .check-btn-item + span::after,
.checkbox .check-btn-item + span::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
}
.checkbox .check-btn-item + span::before {
	border: 1px solid #DEDDDD;
	background-color: #fff;
	border-radius: 4px;
	left: 0;
	height: 20px;
	width: 20px;
}
.checkbox .check-btn-item + span::after{
	border: none;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	height: 15px;
	left: 5px;
	opacity: 0;
	top: 0;
	transform: rotate(45deg);
	width: 10px;
}
.checkbox .check-btn-item:checked + span::before {
	border: 1px solid #FE958C;
	background-color: #FE958C;
}
.checkbox .check-btn-item:checked + span::after {
	opacity: 1;
}
.checkbox .error {
	font-size: 1rem;
	margin-top: 0.5em;
}
@media (min-width:768px){
	.checkbox label {
		margin-right: 30px;
	}
}
@media (min-width:1024px){
	.checkbox .check-btn-item + span {
		font-size: 1.1rem;
		line-height: 1;
	}
}

/*=============================
	formパーツ ボタン
==============================*/
.contact-btn-wrap {
	margin: 2rem 0 0 0;
}
.contact-btn-wrap .list-item {
	margin: 0 0 1rem 0;
}
.contact-btn-wrap .list-item:last-child {
	margin: 0 0 0 0;
}
.contact-btn-wrap .contact-btn {
	position: relative;
	display: block;
	max-width: 100%;
	width: 14rem;
	padding: 16px 3px;
	border-radius: 50px;
	text-align: center;
	text-decoration: none;
	font: inherit;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1.4;
	letter-spacing: 1px;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s eease-in-out;
}
.contact-btn-wrap .contact-btn.pink {
	background-color: #FE958C;
	border: 2px solid #FE958C;
}
.contact-btn-wrap .contact-btn.gray {
	background-color: #bcbdc1;
	border: 2px solid #bcbdc1;
}
.contact-btn-wrap .contact-btn:hover {
	opacity: 0.8;
}
@media (min-width:1024px){
	.contact-btn-wrap {
		margin: 2rem 0 0 0;
	}
	.contact-btn-wrap .list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
	.contact-btn-wrap .list-item {
		margin: 0 1.5rem;
	}
	.contact-btn-wrap .contact-btn {
		width: 18rem;
		max-width: 100%;
		padding: 20px 3px;
		font-size: 1.2rem;
	}
}

/*=============================
	確認画面
==============================*/
.contact-form .contact-btn-wrap .confirm-txt {
	font-size: 1rem;
	padding: 1rem 0 2rem 0;
}
.contact-form .error-box {
	width: 100%;
	margin: 1rem auto 2rem auto;
	border-top: 2px dotted #f00;
	border-bottom: 2px dotted #f00;
	padding: 2rem 0;
	color: #f00;
	font-size: 1rem;
	font-weight: 700;
}
.contact-form .copy-error,
.contact-form .copy-thanks {
	font-size: 1rem;
}
@media (min-width:768px){
	.contact-form .contact-btn-wrap .confirm-txt {
		text-align: center;
	}
	.contact-form .error-box {
		text-align: center;
	}
	.contact-form .copy-error,
	.contact-form .copy-thanks {
		text-align: center;
		font-size: 1.1rem;
	}
}






