@charset "UTF-8";

/* Foundation
----------------------------------------------------------------- */
html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}

body {
	overflow-x: hidden;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.8;
	color: #141414;
}
body,
input,
textarea,
select {
	font-family: "Noto Sans JP", sans-serif;
}
input,
textarea {
	/*-webkit-appearance: none;*/
}
input,
textarea,
select {
	font-size: 1.6rem;
	font-weight: 400;
}

input[type="text"],
textarea,
select {
	background-color: #f8f8f8;
	border: 1px solid #9f9f9f;
	padding: 8px;
	font-size: 1.6rem;
}
input[type="text"]:focus,
textarea:focus,
select:focus {
	outline: 0;
	background-color: #fff;
}
textarea {
	min-height: 10rem;
}

a {
	display: inline-block;
	transition: 0.15s;
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: #e8546b;
}

ol,
ul {
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

strong {
	font-weight: 700;
}

table,
th,
td {
	border-collapse: collapse;
	border: 1px solid #707070;
}
table {
	width: 100%;
	text-align: center;
}
th,
td {
	padding: 10px;
	vertical-align: middle;
}
th {
	background-color: #ffd62b;
}
td {
	background-color: #fff;
}

@media (max-width: 559px) {
	body {
		font-size: 1.6rem;
	}
}

/* Layout
----------------------------------------------------------------- */
.l-wrap {
	margin-right: auto;
	margin-left: auto;
	padding-right: 2rem;
	padding-left: 2rem;
}

.l-wrap--primary {
	max-width: calc(1140px + (2rem * 2));
}
.l-wrap--contact {
	max-width: calc(745px + (2rem * 2));
}

/* Component
----------------------------------------------------------------- */
.c-ttl {
	line-height: 1.4;
}

.c-ttl--1 {
	margin-bottom: 3rem;
	border-left: 7px solid #e8546b;
	padding-left: 1.9rem;
	font-size: 3rem;
	font-weight: 900;
}

.c-btn {
	width: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 1rem;
	line-height: 1.4;
}

.c-btn--1 {
	min-height: 70px;
	background-color: #e8546b;
	border-radius: 5px;
	font-weight: 700;
}
.c-btn--1,
.c-btn--1:hover {
	color: #fff;
}
.c-btn--1:hover {
	background-color: #e2213f;
}

.c-btn--2 {
	margin-top: 4rem;
	max-width: 33.2%;
	min-height: 60px;
	background-color: #e8546b;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
	border: none;
	border-radius: 36px;
	transition: 0.15s;
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
}
.c-btn--2:hover {
	background-color: #e2213f;
}
.c-btn--2--reset {
	margin-left: 4rem;
	background-color: #939393;
}
.c-btn--2--reset:hover {
	background-color: #666;
}

.c-required {
	display: inline-block;
	background-color: #e8546b;
	padding: 3px 10px;
	font-size: 1.4rem;
	line-height: 1;
	color: #fff;
}

@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop,
	.c-btn--1 {
		height: 70px;
	}
}

@media (max-width: 559px) {
	.c-ttl--1 {
		margin-bottom: 2rem;
		font-size: 2.4rem;
	}

	.c-btn--2 {
		max-width: calc(50% - 1rem);
	}
	.c-btn--2--reset {
		margin-left: 1rem;
	}
}

/* Modules
----------------------------------------------------------------- */
.pb_20 {
	padding-bottom: 20px !important;
}

/* Project
----------------------------------------------------------------- */
/*--------------------
footer
--------------------*/
.p-footer {
	padding: 5rem 0 4rem;
	font-size: 1.8rem;
}
.p-footer__container {
	display: flex;
}

.p-footer__logo {
	margin-right: 8.5%;
	width: 32%;
	max-width: 362px;
	min-width: 200px;
	min-height: 1%;
}
.p-footer__logo a {
	display: block;
}
.p-footer__logo a:hover {
	opacity: 0.7;
}

.p-footer__nav {
	flex: 1;
}
.p-footer__company {
	font-weight: 700;
}
.p-footer__company img {
	margin-left: 0.5rem;
	width: 22px;
	vertical-align: middle;
}

.p-footer__list {
	margin-top: 0.3rem;
	display: flex;
	flex-wrap: wrap;
}
dt.p-footer__list__item {
	width: 6em;
}
dd.p-footer__list__item {
	width: calc(100% - 6em);
}

@media (max-width: 559px) {
	.p-footer {
		padding: 2.5rem 0 2rem;
		font-size: 1.4rem;
	}
	.p-footer__container {
		flex-direction: column;
	}

	.p-footer__logo {
		margin-right: 0;
		margin-bottom: 1rem;
		width: 236px;
	}

	.p-footer__nav {
		flex: 0 1 auto;
	}
	.p-footer__company img {
		width: 15px;
	}

	.p-footer__list {
		flex-direction: column;
	}
	dt.p-footer__list__item,
	dd.p-footer__list__item {
		width: 100%;
	}
}

/*--------------------
contact / applyform
--------------------*/
.p-contact {
	padding: 12rem 0;
	font-size: 1.6rem;
}

.p-thanks .p-thanks__text {
	line-height: 2;
}
.p-thanks .c-btn--1 {
	margin-top: 6rem;
	max-width: 384px;
	font-size: 2.2rem;
}

/*zoho*/
table.p-zoho__table,
.p-zoho__table th,
.p-zoho__table td {
	border: none;
}

.p-zoho__table {
	width: 100%;
	line-height: 1.4;
}

.p-zoho__table .link_txt {
	color: #e8546b;
	text-decoration: underline;
}

.p-zoho__table .link_txt:hover {
	text-decoration: none;
}

.p-zoho__table .c-ttl {
	margin-bottom: 2rem;
}

.p-zoho__table .lead {
	padding-top: 0;
	padding-bottom: 2em;
	font-weight: normal;
	text-align: left;
}

.p-zoho__table .td-1 {
	margin-right: 5px;
	width: 220px;
	display: flex;
	align-items: center;
	padding-top: 25px;
	text-align: left;
}
.p-zoho__table .c-required {
	margin-left: auto;
}

.p-zoho__table .td-2 {
	width: 100%;
	text-align: left;
}
.p-zoho__table .td-2 > input[type="text"],
.p-zoho__table .td-2 > textarea,
.p-zoho__table .td-2 > select {
	width: calc(100% - 30px) !important;
}

.p-zoho__table .td-2.td-2-checkbok {
	text-align: left;
	padding-left: 67px;
}
@media (max-width: 599px) {
	.p-zoho__table .td-2.td-2-checkbok {
		padding-left: 0;
	}
}

.p-zoho__table .td-4 + .td-2 input[type="checkbox"] {
	vertical-align: -5%;
	margin-right: 0.5em;
}

.p-zoho__table .td-3 {
	display: inline-block;
	margin: 1rem;
	margin-right: 0;
}

.p-zoho__table .td-4 {
	margin-right: 5px;
	width: 320px;
	display: flex;
	align-items: center;
	padding-top: 10px;
	text-align: left;
}

.p-zoho__table .select-2 {
	margin-top: 1rem;
	text-align: left;
}
.p-zoho__table .select-2 select {
	padding: 4px;
}
.p-zoho__table .select-2 select:not(:first-child) {
	margin-left: 1rem;
}

.p-zoho__table .submit_area input {
	cursor: pointer;
	margin-left: 0;
	display: inline-block;
	min-height: inherit;
	padding: 1.6rem;
}

.p-zoho__table .submit_area input:nth-of-type(2) {
	margin-left: 4rem;
}

.p-zoho__table .c_fBottom_2 {
	text-align: left;
	margin-top: 1em;
	margin-bottom: 1em;
}

.p-zoho__table .c_fBottom_2 a {
	text-decoration: underline;
}

.p-zoho__table .c_fBottom_2 a:hover {
	text-decoration: none;
}

.p-zoho__table .c_fPrivacy {
	margin: 1em 0;
	height: 320px;
	overflow-y: scroll;
	background: rgba(217, 240, 255, 0.35);
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 16px;
}

.p-zoho__table .c_fPrivacy dt:not(:first-child) {
	margin-top: 32px;
}

.p-zoho__table .c_fPrivacy dd:last-of-type {
	padding-bottom: 1em;
}

.p-zoho__table .c_fPrivacy .c_title {
	margin-bottom: 12px;
	font-size: 1.8rem;
	font-weight: 700;
	color: #626262;
}

.p-zoho__table .c_fPrivacy p + p {
	margin-top: 1em;
}

.p-zoho__table .c_fPrivacy__text p:not(:first-child) {
	margin-top: 12px;
}

@media (max-width: 559px) {
	.p-contact {
		padding: 6rem 0;
	}

	.p-thanks .c-btn--1 {
		margin-top: 4rem;
		font-size: 1.8rem;
	}

	/*zoho*/
	.p-zoho__table th,
	.p-zoho__table td {
		display: block;
		padding-right: 0;
		padding-left: 0;
	}

	.p-zoho__table .td-1 {
		margin-right: 0;
		width: 100%;
	}
	.p-zoho__table tr:not(:nth-of-type(n + 4)) .td-1 {
		padding-top: 0;
	}
	.p-zoho__table .c-required {
		margin-left: 10px;
	}
	.p-zoho__table .td-2 {
		padding: 0;
	}

	.p-zoho__table .submit_area input:nth-of-type(2) {
		margin-left: 1rem;
	}
}

/* Utility
----------------------------------------------------------------- */
.u-dis--ib {
	display: inline-block;
}
.u-dis--pc {
	display: block;
}
.u-dis--sp {
	display: none;
}

@media (min-width: 560px) {
	.u-tel {
		pointer-events: none;
	}
}

@media (max-width: 559px) {
	.u-dis--pc {
		display: none;
	}
	.u-dis--sp {
		display: block;
	}
}

/* iframe
----------------------------------------------------------------- */

#ifarme_text {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.c_iframe-item {
	margin-top: 20px;
	border: 1px solid #ccc;
}
.c_iframe-item iframe {
	width: 100%;
	height: 300px;
}
@media (max-width: 599px) {
	.c_iframe-item iframe {
		height: 200px;
	}
}

.c_iframe-text {
	text-align: left;
}

#ifarme_text {
	font-size: 14px;
}

#ifarme_text > p > b {
	font-size: 16px;
}
