@charset "UTF-8";

.header .header__logo,
.header__hamburger-sp {
	animation: fadeUp 0.6s ease both;
}

/*============================
	hero
============================*/
.hero {
	width: 100%;
	height: 40rem;
	display: grid;
	place-content: center;
	position: relative;
}

.hero::before {
	content: "";
	background: url("../img/mv_bg-wt.jpg") no-repeat center / cover;
	width: 100%;
	height: 100%;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

@media (max-width: 767px) {
	.hero {
		height: max(300px, 44rem);
	}
}

.hero__ttl {
	font-size: max(24px, 3.6rem);
	font-weight: 100;
	color: var(--color-black);
	letter-spacing: 0.11em;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 4rem;
}

.hero__ttl span {
	font-size: max(12px, 2rem);
	letter-spacing: 0.11em;
}

/*-------------------------
  lower_sec
---------------------------*/
.lower_sec {
	padding: 12rem 0 15rem;
}

.lower_sec-inner {
	width: 80%;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.lower_sec-inner {
		width: 90%;
	}
}

/*-------------------------
  about
---------------------------*/
.about__contents:not(:last-of-type) {
	margin-bottom: 8rem;
}

.about__ttl {
	border-bottom: solid 1px rgba(255, 255, 255, 0.4);
	font-size: max(14px, 2.2rem);
	letter-spacing: 0.1em;
	padding: 1rem 0 1.5rem 0;
	margin-bottom: 3rem;
	position: relative;
}

.about__ttl::before {
	content: "";
	width: 20%;
	border-bottom: solid 3px var(--color-red);
	position: absolute;
	bottom: -3px;
}

.about__txt {
	letter-spacing: 0.1em;
	line-height: 2;
}

/*-------------------------
  service
---------------------------*/
.service__contents:not(:last-of-type) {
	margin-bottom: 8rem;
}

.service__ttl {
	border-bottom: solid 1px rgba(255, 255, 255, 0.4);
	font-size: max(14px, 2.2rem);
	letter-spacing: 0.1em;
	padding: 1rem 0 1.5rem 0;
	margin-bottom: 3rem;
	position: relative;
}

.service__ttl::before {
	content: "";
	width: 20%;
	border-bottom: solid 3px var(--color-red);
	position: absolute;
	bottom: -3px;
}

.service__wrapper {
	display: flex;
	gap: 2rem 5%;
	justify-content: space-between;
}

#service_2 .service__wrapper,
#service_4 .service__wrapper {
	flex-direction: row-reverse;
}

@media (max-width: 767px) {

	.service__wrapper,
	#service_2 .service__wrapper,
	#service_4 .service__wrapper {
		flex-direction: column-reverse;
	}
}

.service__img {
	width: 35%;
}

.service__txt {
	width: 60%;
	letter-spacing: 0.1em;
	line-height: 2;
}

@media (max-width: 767px) {

	.service__img,
	.service__txt {
		width: 100%;
	}
}

/*-------------------------
  news
---------------------------*/
.news__wrapper {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 6rem 3rem;
	padding-bottom: 15rem;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.news__wrapper {
		grid-template-columns: 1fr;
	}
}

.news__item-thumbnail {
	width: 100%;
	height: 24rem;
	margin-bottom: 3rem;
}

@media (max-width: 767px) {
	.news__item-thumbnail {
		width: 100%;
		height: 40rem;
	}
}

.news__item-time {
	font-size: max(14px, 1.8rem);
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.44;
	margin-bottom: 2rem;
}

.news__item-link {
	font-size: max(12px, 1.4rem);
	letter-spacing: 0.08em;
}


/* .CMS-NEWS-INDEX {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 3rem;
  padding-bottom: 15rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .CMS-NEWS-INDEX {
    grid-template-columns: 1fr;
  }
}

.CMS-NEWS-THUMBNAIL {
  width: 100%;
  height: 24rem;
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-THUMBNAIL {
    width: 100%;
    height: 40rem;
  }
}

.CMS-NEWS-LINK {
  font-size: max(14px, 1.8rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.44;
  margin-bottom: 2rem;
}

.CMS-NEWS-TIME {
  font-size: max(12px, 1.4rem);
  letter-spacing: 0.08em;
}

.CMS-NEWS-MORE-READ {
  background-color: var(--text-color);
  width: 38rem;
  height: 7rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--color-black);
  display: grid;
  place-content: center;
  position: absolute;
  transform: translateX(-50%);
  bottom: 0;
  left: 50%;
  transition: 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .CMS-NEWS-MORE-READ:hover {
    opacity: 0.6;
  }
}

@media (max-width: 767px) {
  .CMS-NEWS-MORE-READ {
    width: 100%;
    height: 8rem;
  }
} */

/*-------------------------
  newsdetail
---------------------------*/
.CMS-NEWS-DETAIL {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.CMS-NEWS-TITLE {
	font-size: max(16px, 2.4rem);
	font-weight: 700;
	letter-spacing: 0.04em;
	border-bottom: solid 1px rgba(255, 255, 255, 0.2);
	padding: 1rem 0 1.2rem 0;
	margin-bottom: 3rem;
	position: relative;
}

.CMS-NEWS-TITLE:after {
	content: "";
	display: block;
	width: 25%;
	border-bottom: solid 3px var(--text-color);
	position: absolute;
	bottom: -3px;
}

.CMS-NEWS-CONTENT img {
	display: block;
	width: 80%;
	height: auto;
	margin: 0 auto 2rem auto;
}

/*-------------------------
  company
---------------------------*/
.map {
	margin: 0 auto 4rem;
}

.company__list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.company__list dt,
.company__list dd {
	border-bottom: solid 1px var(--text-color);
	letter-spacing: 0.08em;
	line-height: 2;
	padding: 2rem;
}

.company__list dt {
	width: 30%;
	font-weight: 700;
	white-space: nowrap;
}

.company__list dd {
	width: 70%;
}

@media (max-width: 767px) {

	.company__list dt,
	.company__list dd {
		width: 100%;
	}

	.company__list dt {
		border-bottom: none;
		padding: 2rem 2rem 0;
	}

	.company__list dd {
		padding: 0 2rem 2rem;
	}
}

/*-------------------------
  contact
---------------------------*/
@media screen and (min-width: 768px) {
	form {
		padding: 70px 0 0 0;
		max-width: 1000px;
		margin: 0 auto;
	}

	form div {
		margin-bottom: 20px;
	}

	form div label {
		display: block;
		font-weight: 300;
		margin-bottom: 10px;
		font-size: 18px;
	}

	form div label span {
		font-size: 16px;
		color: #d62f37;
		margin-left: 10px;
	}

	form select {
		padding: 20px;
		background: var(--text-color);
		border: #bbb solid 1px;
		border-radius: 3px;
	}

	form input,
	form textarea {
		width: calc(100% - 40px);
		padding: 10px 20px;
		background: var(--text-color);
		border: #bbbbbb solid 1px;
		border-radius: 4px;
		font-size: 1.5em;
		color: #000
	}

	form input[type="submit"] {
		border: 0px;
		width: 50%;
		background: var(--color-black);
		border: 2px solid #444;
		color: var(--text-color);
		font-size: 26px;
		font-weight: 300;
		text-align: center;
		padding: 20px 0;
		margin: 0 25%;
	}
}

@media screen and (max-width: 767px) {
	form {
		font-size: max(14px, 1.6rem);
		padding: 30px 20px 0 20px;
	}

	form div {
		margin-bottom: 50px;
	}

	form div label {
		display: block;
		font-weight: 300;
		margin-bottom: 10px;
		font-size: 14px;
	}

	form div label span {
		font-size: 12px;
		color: #d62f37;
		margin-left: 10px;
	}

	form select {
		padding: 20px;
		background: var(--text-color);
		border: #bbb solid 1px;
		border-radius: 3px;
	}

	form input,
	form textarea {
		max-width: 1000px;
		width: calc(100% - 20px);
		padding: 10px 10px;
		background: var(--text-color);
		border: #bbbbbb solid 1px;
		border-radius: 4px;
		font-size: 1.4em;
		color: #000
	}

	form input[type="submit"] {
		border: 0px;
		width: 90%;
		background: var(--text-color);
		border: 2px solid #333;
		font-size: 22px;
		font-weight: 300;
		text-align: center;
		padding: 16px 0;
		margin: 0 5%;
	}
}

/*-------------------------
  privacy
---------------------------*/
.privacy_notes {
	max-width: 1000px;
	font-size: max(14px, 1.6rem);
	padding: 30px 0;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.privacy_notes {
		width: 90%;
	}
}

.privacy {
	font-size: max(14px, 1.6rem);
	font-weight: 300;
	background-color: var(--text-color);
	width: auto;
	max-width: 1000px;
	color: var(--color-black);
	margin: 0 auto 5rem;
	padding: 20px;
	height: 500px;
	overflow: auto;
}

.privacy span {
	font-weight: bold;
}

.privacy p {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.second-nrw p.privacy_notes {
	padding: 30px 0;
}

@media screen and (max-width: 767px) {
	.privacy {
		width: 80%;
	}
}

.thanx__txt {
	font-size: max(12px, 1.8rem);
	letter-spacing: 0.05em;
	line-height: 1.8;
	text-align: center;
}

.thanx_btn a {
	display: block;
	background-color: var(--text-color);
	width: max-content;
	font-weight: 300;
	color: var(--color-black);
	padding: 1rem 2rem;
	margin: 4rem auto 0;
}

/*-------------------------
  recruit
---------------------------*/
.recruit__inner {
	width: 110rem;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.recruit__inner {
		width: 90%;
	}
}

/* .recruit__inner h3 {
  font-size: max(20px, 3.6rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 4rem;
  position: relative;
}

.recruit__inner h3::after {
  content: "";
  display: block;
  width: 25%;
  border-bottom: solid 3px var(--green);
  position: absolute;
  bottom: -3px;
} */

.recruit__inner h4 {
	font-size: max(16px, 2.6rem);
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-bottom: 2rem;
	position: relative;
}

.recruit__inner h4::after {
	content: "";
	display: block;
	width: 25%;
	border-bottom: solid 3px var(--color-red);
	position: absolute;
	bottom: -3px;
}

.recruit__list {
	display: flex;
	flex-wrap: wrap;
}

.recruit__list:not(:last-of-type) {
	margin-bottom: 6rem;
}

.recruit__list dt,
.recruit__list dd {
	border-bottom: solid 1px var(--text-color);
}

.recruit__list dt {
	width: 25%;
	padding: max(10px, 2rem) 0 max(10px, 2rem) 1rem;
}

.recruit__list dd {
	width: 75%;
	padding: max(10px, 2rem) 1rem max(10px, 2rem) 0;
}

@media (max-width: 767px) {

	.recruit__list dt,
	.recruit__list dd {
		width: 100%;
	}

	.recruit__list dt {
		border-bottom: none;
		padding: max(10px, 2rem) 1rem 0;
	}

	.recruit__list dd {
		padding: 0 1rem max(10px, 2rem);
	}
}
