@charset "UTF-8";
@media screen and (max-width: 1080px) {
body {
  font-size: 1rem;
}
.wrapper {
  padding: 100px 40px;
}
.wrapper_w0 {
  padding: 100px 0;
}
h1 {
  width: 180px;
  font-size: 13px;
}
h2 {
  margin: 0 0 50px;
  font-size: 2.8rem;
  line-height: 1.5rem;
}
h2 span {
  font-size: 1.25rem;
}
h2 span::after {
  width: 120px;
}
h3 {
  margin: 0 0 30px;
  font-size: 1.3rem;
}
p {
  margin: 0 0 30px;
  text-align: justify;
}

/* メニュー背景　*/
.globalMenuSp {
  width: 90%;
  height: 100vh;
}
.fv .fv_hero01 {
  position: absolute;
  top: 40%;
  left: 1.5em;
  font-size: 36px;
}
.fv .fv_hero02 {
  position: absolute;
  bottom: 20%;
  right: 1.5em;
  font-size: 28px;
}

.txt_w45 {
  width: 45%;
  margin: 0 5% 0 0;
  float: left;
}
.imgbox45 {
  width: 45%;
  height: 600px;
  position: relative;
  margin: 0;
  float: right;
}
.img_mission01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 500px;
}
.img_mission02 {
  position: absolute;
  top: 50%;
  right: 0;
  width: 55%;
  height: 500px;
}
.img_mission01 img,
.img_mission02 img {
  width: 100%;
  border-radius: 10px;
}

.top_works_wrapper ul {
  margin: 0 0 50px;
}
.top_works_wrapper:hover ul {
  animation-play-state: paused;
}
.top_works_wrapper:hover ul {
  animation-play-state: paused;
}
.top_works_wrapper ul li {
  flex: 0 0 calc(30% - 50px);
}


.top_service {
  margin: 0 0 60px;
}
.top_service h3 {
  margin-bottom: 40px;
  font-size: 36px;
}
.top_service .img_service {
  width: 35%;
  margin: 0 5% 100px 0;
  float: left;
}
.top_service .img_service img {
  width: 100%;
}
.top_service .txt_top_service {
  width: 60%;
  float: left;
}
.top_service .txt_top_service ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1em 25px;
  border-bottom: 1px solid #fff;
}
.top_service .txt_top_service ul li {
  position: relative;
  width: 33.3%;
  font-size: 14px;
  line-height: 2.5em;
}

.top_news_wrapper {
  display: flex;
  padding: 150px 50px 80px;
}
.top_news li a {
  padding: 40px 10px;
  font-size: 14px;
  line-height: 1.8em;
}
.top_news li a::after {
  top: 50%;
  right: 20px;
}
.top_news li .news_content .news_category {
  font-size: 13px;
}

footer {
  width: 100%;
  margin: 0;
  background: #000;
  color: #fff;
}
.logo_footer {
  width: 30%;
  max-width: 250px;
  margin: 0 auto;
}
footer .footer_info {
  width: calc(65% - 25px);
  margin-top: 10px;
  padding-left: 25px;
  float: left;
}
footer .footer_info h2 {
  margin: 0 0 15px;
  font-size: 15px;
}
footer .footer_info p {
  margin: 0;
  line-height: 2em;
}
footer .page_list {
  width: 35%;
  margin: 0 25px 50px 0;
}
footer .page_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
}
footer .copy {
  margin: 0px 50px 0 0;
  font-size: 13px;
}

.page_head {
  width: 100%;
  padding: 100px 0 30px;
}
.page_head h2 {
  position: relative;
}
.page_head .page_bread {
  margin: 0 50px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-size: 13px;
}
.page_head .page_bread li {
  position: relative;
  margin: 0 0 0 40px;
}

.service h2 {
  margin-bottom: 50px;
  font-size: 36px;
}
.service .note_service {
  width: 100%;
  margin: 0 auto 40px;
  float: none;
}
.service .service_list {
  width: calc(100% - 50px);
  max-width: 800px;
  margin: 0 auto;
  float: none;
}
.service .service_list ul {
  margin: 0 0 30px;
  padding: 0 1em 40px;
  border-bottom: 1px solid #fff;
}
.service .service_list ul li {
  position: relative;
  width: 33.3%;
  font-size: 14px;
  line-height: 3em;
}
.service .service_list ul li::before {
  content: "◆";
  margin: 0 0.5em 0 0;
  font-size: 10px;
}
.works_cat_list {
	width: 98%;
	margin: 20px auto 60px;
}
.archive_works_wrapper ul li {
  margin-bottom: 50px;
  width: calc(40% - 30px);
}
.archive_works_wrapper ul li h3 {
  font-size: 0.8em;
}
.archive_works_wrapper .works_info {
  gap: 0 8px;
}
.archive_works_wrapper .works_info dt {
  width: 7em;
  line-height: 1.5em;
}

.archive_works_wrapper .works_info .top_category {
  color: #2e3192;
  border: 1px solid #2e3192;
  border-radius: 100vh;
  margin: 0.4em 0;
  padding: 0.15em 0.5em;
  font-size: 0.8em;
  line-height: 1.2em;
}
.archive_works_wrapper .works_info .top_bussiness {
  color: var(--main_color);
  border: 1px solid var(--main_color);
  border-radius: 100vh;
  margin: 0.4em 0;
  padding: 0.15em 0.5em;
  font-size: 0.8em;
  line-height: 1.2em;
}

.page_works_head {
  position: relative;
  width: 100%;
  height: 300px;
}
.single_head_txtbox {
  position: absolute;
  width: 100%;
  top: 130px;
  left: 50px;
}
.single_head_txtbox h2 {
  font-size: 18px;
}
.single_head_imgbox {
  position: absolute;
  top: 60px;
  right: 0;
  height: 240px;
}
.single_head_imgbox img {
  width: auto;
  height: 240px;
  object-fit: cover;
}
.single_works_info {
  width: 100%;
  margin: 0 0 25px;
  float: left;
  font-size: 15px;
}
.single_works_note {
  width: 100%;
  float: none;
}
.single_works_note h3 {
  margin: 20px 0 10px;
  font-size: 18px;
}
.single_works_img ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 5%;
}
.single_works_img ul li {
  width: 45%;
  margin: 0 0 50px;
}
.single_news_img {
  width: 35%;
  margin: 0 5% 20px 0;
}
.faq {
  width: 100%;
}
.faq summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0 2em 1em 2.5em;
  cursor: pointer;
}
.faq summary:before {
  position: absolute;
  top: 0.7em;
  left: 0.7em;
  content: "";
  width: 1.2em;
  height: 1.2em;
  background: url(../images/icon_q.svg);
  background-size: cover;
	background-repeat: no-repeat;
}

/* 開店・開業パック */
.main_start .hero {
	margin: 80px 0 0 40px;
}
.main_start .hero h2 {
	line-height: 1.7em;
}
.production li {
	width: 23%;
	margin: 10px 1%;
}
.frame_blue {
	width: 70%;
	margin: 20px auto 50px;
	padding: 15px;
	border: 2px solid #2545a2;
	text-align: center;
	color: #2545a2;
}

.pack .box li {
	font-size: 14px;
	line-height: 1.8em;
	font-weight: 500;
	text-align: center;
}
.pack .box p {
	text-align: center;
}
.pack .box p span {
	font-size: 16px;
	font-weight: 700;
	color: #C11920;
}
.pack .box .print {
	width: 95%;
	overflow: hidden;
	margin: 20px auto 10px;
}
.pack .box .print dt {
	font-size: 0.9em;
}
.pack .box .print dd {
	font-size: 0.9em;
}

.textbox {
	width: 95%;
	margin: 10px 2.5%;
	float: none;
}
.imgbox {
	width: 50%;
	margin: 10px 25%;
	float: left;
}

}