@charset "UTF-8";
@media screen and (max-width: 768px) {

body {
  font-size: 0.9rem;
  letter-spacing: 0.02em;
}
.wrapper {
  padding: 50px 15px;
}
.wrapper_w0 {
  padding: 50px 0;
}
.wrapper_service {
  width: 100%;
  margin: 0 auto;
  padding: 50px 20px 0;
  overflow: hidden;
}
h1 {
  width: 140px;
}
h2 {
  margin: 0 0 40px;
  font-size: 2.2em;
  letter-spacing: 0.05em;
  line-height: 1.5em;
}
h2 span {
  font-size: 0.9rem;
}
h2 span::after {
  width: 80px;
}
h3 {
  margin: 0 0 20px;
  font-size: 1.3em;
}
p {
  margin: 0 0 25px;
  line-height: 2rem;
}

.loading_inner img {
  width: 80%;
  max-width: 500px;
  margin-bottom: 16px;
}

.nav_menu {
  right : 15px;
  top   : 8px;
  width : 40px;
  height: 40px;
}
.nav_menu span {
  width   : 40px;
  height  : 2px ;
}
.nav_menu span:nth-child(1) {
  top: 10px;
}
.nav_menu span:nth-child(2) {
  top: 20px;
}
.nav_menu span:nth-child(3) {
  top: 30px;
}
.nav_menu.active span:nth-child(1) {
  top : 23px;
  left: 6px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
.nav_menu.active span:nth-child(2),
.nav_menu.active span:nth-child(3) {
  top: 23px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

.globalMenuSp {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.globalMenuSp .logo_wrap {
  width: 100%;
  height: 60px;
  margin: 30px auto 0;
}
.globalMenuSp .menu_wrap {
  width: calc(100% - 20px);
  height: calc(100vh - 80px);
  margin: 0 auto;
}
.globalMenuSp .menu_wrap nav {
  display: block;
}
.globalMenuSp .menu_wrap nav .menu_wrap_left {
  width: 100%;
  margin: 0;
  display: block;
}
.globalMenuSp .menu_wrap .menu_wrap_left ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.globalMenuSp .menu_wrap .menu_wrap_left ul li {
  width: 48%;
  padding: 0.1rem 0.25em;
  letter-spacing: 0.05rem;
}
.globalMenuSp .menu_wrap .menu_wrap_left ul li a {
  padding: 0.5em;
  font-size: 0.9em;
  letter-spacing: 0.05em;
}
.globalMenuSp .menu_wrap nav .menu_wrap_right {
  width: 100%;
  margin: 2rem 0 0;
}
.globalMenuSp .menu_wrap nav .menu_wrap_right ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.globalMenuSp .menu_wrap nav .menu_wrap_right ul li {
  width: 48%;
  padding: 0.5em 0.25em;
  line-height: 1em;
}
.globalMenuSp .menu_wrap nav .menu_wrap_right ul li a {
  font-size: 0.9em;
  padding: 0.5rem;
}

.globalMenuSp .menu_wrap nav .menu_wrap_right .sub_menu {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 1em;
  margin: 3em 0;
}
.globalMenuSp .menu_wrap nav .menu_wrap_right .sub_menu li {
  padding: 0.5em 0 0.5em 0.5em;
  font-size: 1em;
  line-height: 0.85em;
  float: left;
}
.globalMenuSp .menu_wrap nav .menu_wrap_right .sns_menu {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.fv {
  height: 90vh;
}
.fv .img-01{
  background-image: url('../images/fv01_sp.webp');
  animation: slide-animation-01 15s infinite;
}
.fv .img-02{
  background-image: url('../images/fv02_sp.webp');
  animation: slide-animation-02 15s infinite;
}
.fv .img-03{
  background-image: url('../images/fv03_sp.webp');
  animation: slide-animation-03 15s infinite;
}
.fv .fv_hero01 {
  position: absolute;
  top: 40%;
  left: 1em;
  font-size: 1.3em;
}
.fv .fv_hero02 {
  position: absolute;
  bottom: 2.5em;
  right: 1em;
  font-size: 1em;
}
.fv_tool p {
  font-size: 1.8em;
}
.fv_p01 {
  position: absolute;
  top: 100px;
  right: 20%;
}
.fv_p02 {
  position: absolute;
  bottom: 150px;
  left: 80%;
}
.fv_p03 {
  position: absolute;
  top: 30%;
  left: 40%;
}
.fv_p04 {
  position: absolute;
  top: 70%;
  left: 50%;
}
.fv_p05 {
  position: absolute;
  top: 40%;
  right: 10%;
}
.fv_p06 {
  position: absolute;
  top: 50%;
  left: 30%;
}

.txt_w45 {
  width: 100%;
  margin: 0 0;
  float: left;
}
.imgbox45 {
  width: 100%;
  height: 400px;
}
.img_mission01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 300px;
}
.img_mission02 {
  position: absolute;
  top: 50%;
  right: 0;
  width: 55%;
  height: 300px;
}
.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(70% - 50px);
}
.top_works_wrapper ul {
  margin: 0 0 40px;
  animation-duration: 10s;
}
.top_works_wrapper ul li h3 {
  margin: 0 0 0.5em;
  font-size: 0.95rem;
  line-height: 1.5rem;
}
.top_works_wrapper .works_info {
  display: block;
  font-size: 11px;
}
.top_works_wrapper .works_info dt {
  width: 8em;
  font-size: 13px;
  line-height: 1.2em;
}
.top_works_wrapper .works_info dd {
  width: 100%;
  margin-bottom: 10px;
  padding: 0 0.5rem;
  line-height: 1.2em;
}
.top_works_wrapper .works_info .top_category {
  margin-bottom: 5px;
}
.top_works_wrapper .works_info .top_bussiness {
  margin-bottom: 5px;
}

.top_service .img_service {
  width: 100%;
  margin: 0 auto 20px;
  float: none;
}

.top_service .txt_top_service {
  width: 100%;
  float: none;
}
.top_service .txt_top_service ul {
  padding: 0 0.2em 40px;
}
.top_service .txt_top_service ul li {
  width: 50%;
  font-size: 0.85em;
  line-height: 2em;
}

.top_news_wrapper {
  display: block;
  padding: 100px 20px 50px;
}
.top_news_ttl {
  width: 100%;
  float: none;
}
.top_news {
  width: 100%;
  margin: 0 0;
}
.top_news li a {
  padding: 25px 0;
  font-size: 1rem;
  line-height: 1.8em;
}
.top_news li a::after {
  position: absolute;
  content: "●";
  top: 45%;
  right: 5px;
  transform: translate(-50%);
  width: 8px;
  height: 8px;
}

.top_news li .news_content .news_category {
  font-size: 0.8em;
}
.top_news li .news_thumb { 
  width: 80px;
  margin: 0 15px 0 0;
  aspect-ratio: 1/1;
}
.top_news li .news_thumb img {
  width: 100%;
  object-fit: cover;
  background: #ddd;
}
.top_news li .news_content {
  width: calc(100% - 100px);
}
.top_news li .news_content .date {
  width: 7em;
  float: left;
  font-size: 0.9em;
}
.top_news li .news_content .news_category {
  font-size: 0.85rem;
}
.top_news li .news_content p {
  width: calc(100% - 30px);
  margin: 0.5rem 0 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
}
footer {
  width: 100%;
  margin: 50px 0 0;
}
.logo_footer {
  width: 50%;
}
footer .footer_sns {
  margin: 50px auto 50px;
}
footer .footer_sns ul li {
  width: 25px;
  margin: 0 20px;
}
footer .footer_info {
  width: 100%;
  margin: 10px auto 80px;
  padding-left: 0;
  float: none;
  text-align: center;
}
footer .footer_info h2 {
  margin: 0 0 15px;
  font-size: 1rem;
}
footer .footer_info p {
  margin: 0;
  line-height: 2em;
  text-align: center;
}
footer .page_list {
  width: 100%;
  margin: 0 0 50px;
  padding: 20px 0 0;
  border-top: 1px solid #fff;
}
footer .page_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .page_list ul li {
  margin: 0 1rem;
  font-size: 0.85em;
  line-height: 3em;
}
footer .copy {
  margin: 0px auto;
  font-size: 0.8rem;
  text-align: center;
}

.page_head {
  width: 100%;
  padding: 100px 0 30px;
}
.page_head .page_bread {
  margin: 0 25px 0 0;
  font-size: 0.8rem;
}
.page_head h2 {
  position: relative;
  margin-bottom: 20px;
}
.page_head h2:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 2px;
}
.page_head h2 span {
  margin: 5px 0 0 40px;
  line-height: 1.5em;
}
.page_head h2 span::after {
  display: none;
}

.service h2 {
  margin-bottom: 35px;
  font-size: 2.5rem;
}
.service .note_service {
  width: 100%;
  margin: 0 auto 40px;
  float: none;
}
.service .service_list {
  width: 100%;
  margin: 0 auto;
}
.service .service_list ul {
  margin: 0 0 30px;
  padding: 0 5px 25px;
}
.service .service_list ul li {
  position: relative;
  width: 50%;
  font-size: 0.85rem;
  line-height: 3em;
}
.service .service_list ul li::before {
  content: "◆";
  margin: 0 0.5em 0 0;
  font-size: 0.65rem;
}

.archive_works_wrapper ul li {
  margin-bottom: 50px;
  width: calc(50% - 30px);
}
@media screen and (max-width: 648px) {
  .archive_works_wrapper ul li {
    margin-bottom: 50px;
    width: calc(100% - 30px);
    max-width: 400px;
    margin: 0 auto 50px;
  }
  .archive_works_wrapper ul li dl {
    width: 100%;
  }
  .archive_works_wrapper ul li h3 {
    font-size: 0.85rem;
    font-weight: 600;
  }
  .archive_works_wrapper .works_info {
    width: 100%;
    font-size: 0.65rem;
  }
  .archive_works_wrapper .works_info dt {
    width: 8em;
    font-size: 0.65rem;
    letter-spacing: 0em;
  }
  .archive_works_wrapper .works_info dd {
    width: calc(100% - 8em);
    padding: 0 0.5rem;
    font-size: 0.85rem;
    line-height: 1.2rem;
  }
}
.page_works_head {
  position: relative;
  width: 100%;
  height: 500px;
}
.single_head_txtbox {
  position: absolute;
  width: calc(100% - 30px);
  top: 100px;
  left: 15px;
  z-index: 10;
}
.single_head_txtbox h2 {
  font-size: 1.3em;
  line-height: 1.8em;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.single_head_txtbox .single_page_bread {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8em;
}
.single_head_txtbox .single_page_bread li {
  position: relative;
  margin: 0 30px 0 0;
}
.single_head_txtbox .single_page_bread li:after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 50%;
  right: -20px;
  width: 10px;
  height: 1px;
  background: var(--fontbasic);
  vertical-align: middle;
}

.single_works_info {
  font-size: 0.9em;
}

.single_works_info dt {
  width: 9em;
  line-height: 1.8rem;
}
.single_works_info dd {
  line-height: 1.6rem;
}
.single_works_info dd .tag li {
  margin: 0 0.5rem 0 0;
}
.single_works_info dd .tag li::before {
  content: "#";
}
.single_works_note h3 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
}
.single_works_note p {
  font-size: 1em;
  line-height: 2.3em;
}
.single_head_imgbox {
  position: absolute;
  top: 250px;
  left: 50%;
  width: 60%;
  height: 250px;
  transform: translateX(-50%);
}
.single_head_imgbox img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.post-navigation {
  width: 100%;
  display: block;
  justify-content: space-between;
  margin: 20px auto 80px;
}
.prev-post, .next-post {
  width: 85%;
  display: block;
  margin: 2em auto;
  padding: 0 0.5rem;
  text-align: center;
  font-size: 75%;
  color: var(--main_color);
  text-decoration: none;
  border: 1px solid #9f0e15;
  border-radius: 5px;
  transition: all 0.5s;
}
.prev-post:hover, .next-post:hover {
  color: #fff;
  background: var(--main_color);
  transition: all 0.5s;
}

.archive_news {
  width: 100%;
  max-width: 1100px;
  margin: 50px auto;
}
.archive_news li a {
  padding: 30px 10px;
  line-height: 1.5em;
}
.archive_news li a::after {
  display: none;
}
.archive_news li a .news_thumb { 
  width: 100px;
  margin: 0 20px 0 0;
}
.archive_news li a .news_content {
  width: calc(100% - 120px);
}
.archive_news li a .news_content .date {
  width: 8em;
  float: left;
  font-size: 0.85rem;
}
.archive_news li a .news_content .news_category {
  font-size: 0.85rem;
}
.archive_news li a .news_content p {
  width: calc(100% - 1em);
  margin: 1em 0 0;
  font-size: 0.9rem;
  line-height: 1.8rem;
}
.single_news_wrap {
  margin: 0 auto 50px;
}
.single_news_img {
  width: 50%;
  margin: 0 auto 40px;
  float: none;
}
.single_news_img img {
  width: 100%;
}
.single_news_content {
  width: 95%;
  margin: 0 auto;
  float: none;
}
.faq {
  width: 98%;
  margin: 0 auto 30px;
  font-size: 0.9rem;
  line-height: 1.8rem;
}
.h3_faq::after {
  width: 70px;
}
.faq summary {
  padding: 0em 0.5em 1em 2.2em;
}
.faq summary::before {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
}
.faq summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 11px;
  height: 8px;
  margin-left: 10px;
  border-bottom: 2px solid var(--main_color);
  border-right: 2px solid var(--main_color);
  content: '';
  transition: transform .5s;
}
.faq[open] summary::after {
  transform: rotate(225deg);
}
.faq p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 1rem 0 0;
  padding: 1.5em 2em 1.2em 2.5em;
  line-height: 1.8rem;
  transition: transform .5s, opacity .5s;
}
.faq p::before {
  position: absolute;
  top: 1.9em;
  left: 0.5em;
  content: "";
  width: 1.2em;
  height: 1.2em;
  background: url(../images/icon_a.svg);
  background-size: contain;
	background-repeat: no-repeat;
}

.faq[open] p {
  transform: none;
  opacity: 1;
}

.contact-form-inner {
	width: 98%;
}
.form-item:first-child {
  margin-top: 0;
}
.form-item {
  width: 95%;
  margin: 20px auto 0;
}
.form-item label{
	margin: 0 0 0 5px;
  font-size: 14px;
}
.form-item input{
	margin: 5px 0 15px;
}
.form-hissu {
  color: #fff;
  font-size: 12px;
  margin-left: 15px;
  padding: 2px 5px;
  background-color: var(--main_color);
}
.form-free {
  color: #fff;
  font-size: 12px;
  margin-left: 15px;
  padding: 2px 5px;
  background-color: #77bb8e;
}
.form-item.send-btn{
  width: 80%;
  max-width: 400px;
  margin: 40px auto 0;
}

.privacy {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 90%;
}
.privacy h2 {
  font-size: 100%;
  margin-bottom: 1rem;
}
.privacy p {
  margin: 0 0 3rem;
  line-height: 1.5rem;
}
.privacy ol {
  margin: 0 0 6em 0.5em;
}
.privacy ol p {
  margin: 0 0 1em;
}
.privacy ol li {
  list-style-type: decimal;
	margin: 0 0 1rem 0.5rem;
	text-align: left;
	line-height: 1.5rem;
}
.privacy ol ol {
  margin: 1rem 0 3rem 0.5rem;
}

/* ボタン */
.btn_basic {
  width: 70%;
  max-width: 250px;
  margin: 2em auto;
  padding: 0.5em 2em;
}

.btn_basic_white {
  width: 70%;
  max-width: 250px;
  margin: 2em auto;
  padding: 0.5em 2em;
}

.btn_news {
  margin: 0 0 20px;
  padding: .3em 0.5em .3em 0;
  font-size: 0.85em;
  letter-spacing: .1em;
}


/* カレンダーページ（キャンペーンページ） */
.ta_price {
	width: 98%;
	line-height: 2.5em;
	font-size: 14px;
}
.ta_price th {
	width: 28%;
	text-align: center;
	border: solid 1px #aaa;
}
.ta_price td {
	width: 18%;
	border: solid 1px #aaa;
}
.ta_price tr:first-child {
	background-color: #aecff3;
}

/* 開店・開業パック */
.main_start {
	width: 100%;
	height: 450px;
}
.main_start .hero {
	margin: 70px 0 0 20px;
}
.main_start .hero h2 {
  font-size: 2em;
	text-shadow: 3px 3px 3px #fff;
}
.h2_start {
  font-size: 1.25em;
  line-height: 1.8em;
}
.txt_w55 {
	width: 100%;
	margin: 10px 0 10px;
	float: left;
}
.imgbox40 {
	width: 70%;
	margin: 10px 15%;
	float: left;
}

.ttl_en {
	font-size: 16px;
}
.ttl_en02 {
	margin: 60px 0 0;
	font-size: 16px;
}
.intro {
	background: none;
}
.schejule {
  margin-bottom: 50px;
}
.schejule li {
	width: 45%;
	margin: 0 2.5%;
	float: left;
}
.schejule li h4 {
	height: 3em;
	font-size: 13px;
	line-height: 1.5em;
	letter-spacing: 0;
}
.production li {
	width: 45%;
	margin: 10px 2.5% 0;
	padding: 0px 0;
	background: #2545a2;
	border-radius: 25px;
	font-size: 13px;
	color: #fff;
	text-align: center;
}
.frame_blue {
	width: 90%;
}
.industry {
	padding: 0;
}
.industry li {
	width: 45%;
	margin: 10px auto 30px;
}
.pack {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.pack .box {
	width: 46%;
	margin: 10px 2% 30px;
	background: #fff;
	border-radius: 10px;
}
.pack .box h3 {
	width: 100%;
	text-align: center;
}
.pack .box .item {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.pack .box li {
	width: 45%;
	float: left;
	display: inline;
	position: relative;
	margin: 10px 2.5%;
	background: #2545a2;
	border-radius: 30px;
	color: #fff;
	line-height: 1.8em;
	font-weight: 700;
	text-align: center;
}
.pack .box p {
	text-align: center;
}
.pack .box p span {
	font-size: 24px;
	font-weight: 700;
	color: #C11920;
}
.pack .box .print {
	width: 90%;
	overflow: hidden;
	margin: 20px auto 10px;
}
.pack .box .print dt {
  padding: 0 0 0.5em 1em;
  margin-bottom: 0.5em;
  line-height: 1.5em;
}
.pack .box .print dd {
  padding: 0 1em 0.5em 0;
  margin-bottom: 0.5em;
  line-height: 1.5em;
}

.note {
    width: 90%;
    margin: 25px auto 20px;
}
.episode li {
	width: 95%;
	margin: 0 auto 20px;
}
.episode li h3 {
	display: inline-block;
	margin: 10px 0 0 20px;
	padding: 0 20px;
	color: #fff;
	background: #9F0E15;
	border: 1px solid #9F0E15;
}
.episode li p {
	margin: 0 0 15px;
	padding: 15px;
	border: 1px solid #9F0E15;
}
.company dl {
  display: block;
  flex-wrap: nowrap;
  margin: 0 0 50px;
  font-size: 0.9em;
}
.company dt {
  width: 100%;
  padding: 1em 1em 0;
  font-weight: 600;
  text-align: left;
  text-justify: inherit;
  text-align-last: left;
  color: var(--main_color);
  border-bottom: none;
}
.company dd {
  width: 100%;
  padding: 0 1em 1em;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  border-bottom: solid 1px #000;
}
.company dt:first-of-type {
  border-top: none;
}
.company dd:first-of-type {
  border-top: none;
}

.pack {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.pack .box {
	width: 95%;
	margin: 10px 2.5% 30px;
	background: #fff;
	border-radius: 10px;
}

}