@charset "UTF-8";
/* CSS Document */

.lay-nav, .contents00 {
	display: none;
}

.contents02 h4 {
	font-family: var(--title-font);
}

/* layout-concept */

.layout-concept p {
    text-align: left;
}

/* contents02 */

.contents02 {
	text-align: center;
}

.contents02 .box-text {
	position: relative;
    padding: 70px 0px;
    margin-top: 70px;
}

.contents02 .box-text::before, .contents02 .box-text::after {
	content: "";
	position: absolute;
left: 0px;
	background-image: url("../common/images/back-title03.svg");
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 8px;
}

.contents02 .box-text::before {
top: 0px;
background-position: center top;
}

.contents02 .box-text::after {
bottom: 0px;
background-position: center bottom;
}

.contents02 h4 {
	font-size: 26px;
line-height: 1.6;
letter-spacing: 0.2em;
font-weight: 400;
    padding-top: 50px;
    text-align: right;
}

.contents02 h4 span {
	font-size: 20px;
}

.contents02 .box-text p {
	line-height: 2.2;
}


/* contents03 */

.contents03 {
    width: 100%;
	text-align: center;
    background-image: url("../common/images/back-title06.svg");
background-position: center top;
background-repeat: no-repeat;
    background-size: auto 200px;
    padding-top: 50px;
}

.contents03 .box-text {
    margin-bottom: 70px;
}

.contents03 .midashi-box h2 {
    letter-spacing: 0.1em;
}

/* contents04 */

.contents04 {
    width: 100%;
	text-align: center;
    padding: 70px 0px 100px;
    background : rgba(124, 191, 254, 0.35);
}

.contents04 .lay01 h3, .contents04 .lay01 h3 a {
    font-family: var(--number-font);
	line-height: 1.2;
	font-weight: 400;
	font-size: 45px;
    letter-spacing: 0.05em;
	color: var(--color-sub);
}

.contents04 .lay01 h3 {
    display: inline-block;
	position: relative;
	padding-top: 50px;
	padding-left: 35px;
    margin-bottom: 30px;
}

.contents04 .lay01 h3::before {
    content: "";
	position: absolute;
left: 0px;
bottom: 7px;
	background-image: url("../common/images/tel-footer.svg");
background-position: left bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 26px;
	height: 35px;
}

.contents04 .lay01 h3::after {
    content: "ご応募はお電話またはメールフォームからお待ちしております。";
	position: absolute;
left: 0px;
top: 0px;
	display: block;
	width: 100%;
	font-size: 19px;
line-height: 1.2;
letter-spacing: 0.1em;
    color: var(--color-sub2);
}


/* layout-feature */

.layout-feature:last-child::before {
   display: none;
}

.layout-feature .box::after {
   content: "mission";
}

/* layout01 */

.layout01 {
    width: 740px;
}

.layout01 .box {
    display: flex;
  justify-content: space-between;
flex-wrap: wrap;
    align-items: flex-start;
}

.layout01 .box:not(:last-child) {
    margin-bottom: 40px;
}

.layout01 h6 {
	font-size: 15px;
    color: #FFF;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 400;
    padding: 8px 0px;
    width: 120px;
    border-radius: 60px;
    background-color: var(--color-sub);
}

.layout01 p {
    flex: 1;
line-height: 2;
    padding-left: 40px;
    text-align: left;
}


/* contact */

.contact {
   background-color: #FFF;
    border-radius: 40px;
    padding: 50px 100px 70px;
}

.contact table {
	width: 100%;
	text-align: left;
}

.contact table .box {
	margin-bottom:5px;
}

.contact table tr {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	align-items: center;
	padding: 15px 0px;
}

.contact table tr.t-end {
	align-items: flex-start;
}

.contact table tr td {
	line-height:1.6;
}

.contact table tr td:first-child {
	flex: 1;
	padding-right: 20px;
	font-size: 18px;
color: var(--color-main);
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 400;
}

.contact table tr td:last-child {
	width: 75%;
}

.contact table span.sp-view {
	display: none;
}

.contact table tr td input {
	width:100%;
	border-radius: 10px;
	border-style : solid;
border-color : rgba(0,0,0,0.2);
border-width : 1px;
}

.contact table tr td input.radio {
	width: 15px;
}

.contact table tr td textarea {
	width:100%;
	border-radius: 10px;
	border-style : solid;
border-color : rgba(0,0,0,0.2);
border-width : 1px;
}

.contact table tr.errer td {
	color: #f3516c;
	vertical-align: middle;
}


.contact span.c01 {
	font-size: 16px;
	line-height: 1.6;
	color: #f3516c;
	vertical-align: top;
	display: inline-block;
	padding-left: 10px;
}

p.text02 {
	line-height: 1.6;
}

.contact p.error_messe {
    color: #f3516c;
}

input,textarea,button{
	margin:0;
	padding:10px;
	font-size:100%;
	font-weight: 400;
}

td div.space {
	margin-top: 20px;
}

input[type="text"] {
	outline: 0;
	border: 1px solid rgba(0,0,0,0.2);;
}

textarea[type="textarea"] {
	border: 1px solid rgba(0,0,0,0.2);;
	padding: 10px;
}


.button {
	text-align: center;
	margin-top: 50px;
}

button {
	cursor: pointer;
	border:none;
	background-color:rgba(0,0,0,0);
}

.button img {
	height:40px;
	width:auto;
}

button span, a.btn-mail, .btn-box input, .btn-back {
	display:inline-block;
	padding:15px 50px;
	background-color:var(--color-main);
	color:#FFF;
	font-weight: 500;
	letter-spacing:0.1em;
	transition: .5s;
	border : solid rgba(255,255,255,0) 1px;
	border-radius: 8px;
}

button:hover span, a.btn-mail:hover, .btn-box input:hover, .btn-back:hover {
	background-color: var(--color-sub2);
}


.btn-box {
	padding-top: 40px;
	margin-bottom:30px;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	gap:10px;
}



#formWrap {
	width:100%;
	padding-top: 60px;
	padding-bottom: 60px;
	margin:0 auto;
	line-height:1.6;
	font-size:16px;
}

table.formtable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}

table.formtable tr {
	padding: 15px 0px;
}

table.formtable td, table.formtable th {
	line-height:1.6;
	text-align: left;
}

table.formtable th{
	white-space: nowrap;
	width: 200px;
	font-size: 18px;
color: var(--color-main);
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 400;
}

table.formtable td {
	width: 100%;
	border-radius: 10px;
	border-style : solid;
border-color : rgba(0,0,0,0.2);
border-width : 1px;
	padding: 10px 15px;
}


.contact h4 {
	color: #333333;
	line-height: 1.6;
	letter-spacing: 0.05em;
	font-weight: normal;
	margin-bottom:30px;
}

.contact h5 {
	font-family: var(--title-font);
	color: #333333;
	line-height: 1.6em;
	letter-spacing: 0.3em;
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 20px;
}

span.text003 {
	display:none;
}


.contact .checktext {
    width: 100%;
	text-align: center;
	padding-top: 50px;
}

.contact .checktext h6 {
	font-size: 20px;
line-height: 1.2;
letter-spacing: 0.16em;
font-weight: 400;
	margin-bottom: 20px;
}

.contact .checktext div.box-text {
	border-style : solid;
    border-color : #d9d9da;
    border-width : 1px;
	background-color: #FFF;
	margin-bottom: 20px;
	text-align: left;
	overflow: auto;
	height: 200px;
}

.contact .checktext div.box-text .box-box {
	padding: 30px;
}

.contact .checktext div.box-text p {
    line-height: 1.8;
    letter-spacing: 0.05em;
	font-size: 16px;
}

.contents-contact .maincontents-inner {
	padding-top: 0px;
}


.sp-view {
	display: none;
}
