@charset "utf-8";

* {
  box-sizing: border-box;
}
img {
  width: 100%;
}
/* ヘッダー */
header {
  background-image: url(./img/header1-1.jpg);
  color: aliceblue;
  border-bottom: thick double #fcffc0;
}
.header {
  width: 1200px;
  height: 100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.title {
  font-size: 30px;
  padding-top: 20px;
}
.header-menu {
  display: flex;
  justify-content: flex-end;
}
.header-menu div {
  padding: 30px 30px 0 0;
}
.header-menu a {
  color: aliceblue;
  text-decoration: none;
}
.header-menu a:link {
  color: aliceblue;
}
.header-menu div:hover {
  opacity: 0.7;
  transform: scale(1.1);
}
.header-menu a:hover {
  color: aliceblue;
}

/* メイン */
main {
  height: 650px;
  background-image: url(./img/main.jpg);
}
.main {
  display: flex;
  width: 1200px;
  margin: 0 auto;
}
.ma1 {
  width: 33%;
  height: 650px;
}
.ma1 div {
  height: 33.3%;
}
.te {
  color: #fbffae;
  text-align: center;
  padding-top: 90px;
  font-size: 50px;
  opacity: .7;
}
.main-img {
  display: none;
  height: 100%;
}

.a {
  background-color: rgb(49, 61, 61);
  /* height: 50px; */
  color: bisque;
  font-size: 30px;
  text-align: center;
  padding: 10px;

}


/* コンテンツ */
.contents {
  /* height: 800px; */
}
.con {
  display: flex;
  width: 1200px;
  /* height: 800px; */
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 10px 2%;
}
.con1 {
  background-color: rgb(73, 73, 73);
  color: #fdffd3;
}
.con2 {
  background-color: rgb(230, 230, 230);
  color: #313131;
}
.con3 {
  background-color: rgb(73, 73, 73);
  color: #fdffd3;
}
.con4 {
  background-color: rgb(230, 230, 230);
  color: #313131;
}
.con5 {
  background-color: rgb(73, 73, 73);
  color: #fdffd3;
}
.con6 {
  background-color: rgb(230, 230, 230);
  color: #313131;
}
.con-1 {
  width: 32%;
  margin: 0 auto;
  text-align: center;
}
.con-1 div {
  padding-top: 20px;
}
.con-img {
border-radius: 50%;
box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
height: 200px;
}
.con-img:hover {
  transform: scale(1.1);
  opacity: .5;
}
.span1 {
  color: aqua;
  font-size: 30px;
  text-shadow: 2px 2px 0px rgba(255, 255, 255, 1), 4px 4px 0px rgba(160, 79, 0, 1);
}
.c1 {
  display: none;
}

/* news */
.news {
  width: 1200px;
  height: 680px;
  background-image: url(./img/news.jpeg);
  margin: 0 auto;
  padding-top: 30px;
}
.news1 {
  width: 800px;
  height: 600px;
  margin: 0 auto;
  padding-top: 50px;
  background-color: rgba(146, 255, 193, 0.5);
}
.news1-1 {
  font-size: 50px;
  text-align: center;
}
.news1-2 {
  padding: 100px;
}
.news1-3 {
  padding-bottom: 20px;
  font-size: 20px;
}
.news1-3:hover {
  transform: scale(1.3);
}

/* 採用 */
.work {
  width: 1200px;
  /* height: 1100px; */
  background-color: #f8fabc80;
  margin: 0 auto;
}
.work1 {
  text-align: center;
  padding-top: 20px;
  font-size: 30px;
  color: #64b4ff;
}
.q1 {
  text-align: center;
  padding-top: 20px;
}
.q1-1 {
  font-size: 30px;
  width: 400px;
  height: 65px;
  margin: 0 auto;
  background-color: #eeeeee;
  border: 10px ridge #2BFF90;
}
.q1-2 {
  display: flex;
  justify-content: space-around;
  padding: 20px;
}
.q1-3 {
  color: #555555;
  font-size: 18px;
  border-radius: 20px;
  width: 200px;
  height: 40px;
  font-weight: bold;
  border: 2px solid #555555;
  transition: 0.3s;
  box-shadow: 0px 6px 0px -2px rgba(67, 145, 209, 1);
  background-color: #90caf9;
}
.answer {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.an {
  font-size: 30px;
  color: #ffd772;
}
.rec {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #e74b7e;
  font-size: 18px;
  border-radius: 20px;
  width: 200px;
  height: 40px;
  font-weight: bold;
  transition: 0.3s;
  margin: 30px auto 0;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
  background-image: linear-gradient(180deg, rgba(117, 204, 149, 1), rgba(192, 245, 96, 1));
}
.cu {
  cursor: pointer;
}
.cu:active {
  position: relative;
  top: 5px;
  box-shadow: none;
}


.hide-a {
  display: none;
}
.hide-b {
  display: none;
}
.hide-c {
  display: none;
}
.hide1 {
  display: none;
}
.hide2 {
  display: none;
}
.hide3 {
  display: none;
}
.hide4 {
  display: none;
}
.hide5 {
  display: none;
}
.hide6 {
  display: none;
}




/* お問い合わせ */
.contact {
  width: 1200px;
  /* height: 680px; */
  margin: 0 auto;
}
.contact1 {
  text-align: center;
  font-size: 30px;
  padding-top: 30px;
}
.contact2 {
  display: flex;
  justify-content: space-around;
  padding-top: 30px;
}
.contact2 div {
  width: 40%;
  height: 250px;
}
.contact2-1 {
  width: 100%;
  height: 100%;
}
.contact3 {
  text-align: center;
  font-size: 30px;
  padding-top: 30px;
  padding-bottom: 50px;
}
.contact3:hover {
  transform: scale(1.1);
}


/* footer */
.foot {
  background-image: url(./img/header1.jpg);
  height: 300px;
}
.foot1 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.foot1-1 {
  color: #ffffff;
}
.foot1-1 div {
  padding-top: 20px;
  font-size: 20px;
}
