@charset "UTF-8";
/*
Theme Name: MODE LINK 2026
*/

body {
  margin: 0;
  color: #000;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "YuGothic", "メイリオ", Meiryo, sans-serif;
  word-wrap: break-word;
  height: 100%;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2.5em;
  letter-spacing: 0.05em;
  scroll-behavior: smooth;
}
:root {
  --main_color: #9f0e15;
  --lightgray: #c8c8c8;
  --fontbasic: #323232;
  --white: #fff;
  --navy: #293038;
}
section,article {
  overflow: hidden;
  padding: 0;
}
.wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 150px 50px;
  overflow: hidden;
}
.wrapper_w0 {
  width: 100%;
  margin: 0 auto;
  padding: 150px 0;
  overflow: hidden;
}
.wrapper_service {
  width: 100%;
  margin: 0 auto;
  padding: 150px 50px 0;
  overflow: hidden;
}
h1 {
  width: 160px;
  margin: 5px auto 0;
  font-size: 13px;
}
h2 {
  margin: 0 0 80px;
  font-size: 3.75em;
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: 0.1em;
}
h2 span {
  position: relative;
  display: block;
  margin: 2em 0 0;
  font-size: 1.25rem;
  letter-spacing: 0.15em;
}
h2 span::after {
  content: "";
  display: inline-block;
  width: 200px;
  height: 2px;
  background: var(--main_color);
  margin-left: 0.6em;
  vertical-align: middle;
}
h3 {
  margin: 0 0 40px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
p {
  margin: 0 0 50px;
  text-align: justify;
}

/* ===== ローディング ===== */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transform: translateZ(0);
  transition: opacity 1s ease;
}
.loading_inner {
  text-align: center;
}
.loading_inner img {
  width: 90%;
  max-width: 500px;
  margin-bottom: 40px;
}
.loading_text {
  font-size: 1em;
  letter-spacing: .15em;
  text-align: center;
  color: #fff;
  animation: blink 1.2s infinite;
}

@keyframes blink {
  0%,100% { opacity: 1; }
  50% { opacity: 0; }
}
header {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  z-index: 1000;
  padding: 10px 50px;
  background: #000;
}
.nav_menu {
  display : block;
  position: fixed;
  z-index : 100;
  right : 20px;
  top   : 5px;
  width : 60px;
  height: 60px;
  cursor: pointer;
  text-align: center;
}
.nav_menu span {
  display : block;
  position: absolute;
  width   : 50px;
  height  : 2px ;
  left    : 6px;
  background : #BBBBBB;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.nav_menu span:nth-child(1) {
  top: 10px;
}
.nav_menu span:nth-child(2) {
  top: 23px;
}
.nav_menu span:nth-child(3) {
  top: 36px;
}
.nav_menu.active span:nth-child(1) {
  top : 33px;
  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: 33px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

/* メニュー背景　*/
.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  right : 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  color: #fff;
  background: rgba(25, 25, 25, 0.95);
  width: 60%;
  height: 100vh;
  transform: translateX(100%);
  transition: all 0.6s;
}
.globalMenuSp .logo_wrap {
  width: 100%;
  height: 80px;
  margin: 40px auto 0;
  text-align: center;
}
.globalMenuSp .logo_wrap img {
  width: 50%;
  max-width: 180px;
  margin: auto;
}
.globalMenuSp .menu_wrap {
  width: 90%;
  height: calc(100vh - 80px);
  margin: 0 auto;
}
.globalMenuSp .menu_wrap nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.globalMenuSp .menu_wrap nav .menu_wrap_left {
  width: 40%;
  margin: 0 5%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.globalMenuSp .menu_wrap .menu_wrap_left ul li a {
  width: 100%;
  display: block;
  list-style-type: none;
  padding: 0.75rem;
  font-size: 82.5%;
  letter-spacing: 0.2rem;
  border-bottom: 1px solid #fff;
  transition: .5s all;
}
.globalMenuSp .menu_wrap nav .menu_wrap_right {
  width: 40%;
  margin: 0 5%;
}
.globalMenuSp .menu_wrap nav .menu_wrap_right ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.globalMenuSp .menu_wrap nav .menu_wrap_right ul li a {
  width: 100%;
  display: block;
  list-style-type: none;
  padding: 0.75rem;
  font-size: 82.5%;
  letter-spacing: 0.2rem;
  border-bottom: 1px solid #fff;
  transition: .5s all;
}
.globalMenuSp .menu_wrap nav .menu_wrap_right .sub_menu {
  width: 100%;
  display: flex;
  gap: 2rem;
  margin: 1rem 0;
}
.globalMenuSp .menu_wrap nav .menu_wrap_right .sub_menu li {
  padding: 1rem 0 1rem 0.75rem;
  font-size: 80%;
  float: left;
}
.globalMenuSp .menu_wrap nav .menu_wrap_right .sns_menu {
  width: 100%;
  display: flex;
  gap: 30px;
  margin: 30px 0 0 0.75rem;
}
.globalMenuSp .menu_wrap nav .menu_wrap_right .sns_menu li {
  width: 30px;
  margin: 0 30px 0 0;
  float: left;
}
.globalMenuSp .menu_wrap nav .menu_wrap_right .sns_menu li img {
  width: 100%;
}
.globalMenuSp .menu_wrap ul li a:hover,
.globalMenuSp .menu_wrap nav .menu_wrap_right ul li a:hover {
  color: var(--main_color);
  border-bottom: 1px solid var(--main_color);
}
.globalMenuSp .menu_wrap nav .menu_wrap_right .sub_menu li a :hover {
  color: var(--main_color);
}
/* クリックでjQueryで追加・削除 */
.globalMenuSp.active {
  opacity: 100;
  display: block;
  transform: translateX(0%);
}

.fv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin: 0;
}
.fv::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .85);
}
.fv .img-01, .img-02, .img-03{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.fv .img-01{
  background-image: url('../images/fv01.webp');
  animation: slide-animation-01 15s infinite;
}
.fv .img-02{
  background-image: url('../images/fv02.webp');
  animation: slide-animation-02 15s infinite;
}
.fv .img-03{
  background-image: url('../images/fv03.webp');
  animation: slide-animation-03 15s infinite;
}
@keyframes slide-animation-01 {
  0% {opacity: 1; transform: scale(1.0);}
  30% {opacity: 1;}
  40% {opacity: 0; transform: scale(1.15);}
  90% {opacity: 0}
  100% {opacity: 1; transform: scale(1.0);}
}
@keyframes slide-animation-02 {
  0% {opacity: 0;}
  30% {opacity: 0; transform: scale(1.1);}
  40% {opacity: 1;}
  60% {opacity: 1;}
  70% {opacity: 0; transform: scale(1.0);}
  100% {opacity: 0;}
}
@keyframes slide-animation-03 {
  0% {opacity: 0;}
  60% {opacity: 0;  transform: scale(1.0);}
  70% {opacity: 1;}
  90% {opacity: 1;}
  100% {opacity: 0; transform: scale(1.1);}
}
.fv .fv_hero01 {
  position: absolute;
  top: 45%;
  left: 2.5em;
  font-size: 2em;
  line-height: 1.8em;
  letter-spacing: 0.15em;
  color: var(--white);
  z-index: 100;
}
.fv .fv_hero02 {
  position: absolute;
  bottom: 4em;
  right: 2em;
  font-size: 1.3em;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  color: var(--white);
  z-index: 100;
}
.fv_tool {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.fv_tool p {
  font-size: 2.5em;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  opacity: 0;
  transition: opacity 1s ease;
  transform: translate(-50% , -50%);
}
.fv_tool p.is-show {
  opacity: 0.3;
}
.fv_p01 {
  position: absolute;
  top: 100px;
  right: 20%;
}
.fv_p02 {
  position: absolute;
  bottom: 80px;
  left: 30%;
}
.fv_p03 {
  position: absolute;
  top: 80px;
  left: 20%;
}
.fv_p04 {
  position: absolute;
  top: 60%;
  right: 20%;
}
.fv_p05 {
  position: absolute;
  top: 40%;
  right: 10%;
}
.fv_p06 {
  position: absolute;
  top: 60%;
  left: 15%;
}

.txt_w45 {
  width: 45%;
  margin: 0 5% 0 0;
  float: left;
}
.imgbox45 {
  width: 45%;
  height: 600px;
  position: relative;
  margin: 0;
  float: right;
}
.imgbox45 img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.imgbox50 {
  width: 50%;
  margin: 0;
  float: left;
}
.imgbox50 img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.img_mission01 {
  position: absolute;
  top: 250px;
  left: 0;
  width: 55%;
  height: 500px;
}
.img_mission02 {
  position: absolute;
  top: 400px;
  right: 0;
  width: 55%;
}
.img_mission01 img,
.img_mission02 img {
  width: 100%;
  border-radius: 10px;
  object-fit: contain;
}

.top_works_wrapper {
  width: 100%;
  overflow: hidden;
}
.top_works_wrapper ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  padding: 0;
  margin: 0 0 80px;
  list-style: none;
  animation: scroll linear infinite;
  animation-duration: 10s;
}
.top_works_wrapper:hover ul {
  animation-play-state: paused;
}
.top_works_wrapper ul li {
  flex: 0 0 calc(25% - 50px);
  box-sizing: border-box;
  margin: 0; 
}
@keyframes scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.top_works_wrapper ul li img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.top_works_wrapper ul li h3 {
  margin: 0 0 0.5em;
  font-size: 80%;
  letter-spacing: 0.1rem;
}
.top_works_wrapper .works_info {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  font-size: 13px;
}
.top_works_wrapper .works_info dt {
  width: 7em;
  vertical-align: middle;
  font-weight: 600;
  line-height: 1.8em;
  letter-spacing: 0em;
  text-align: center;
}
.top_works_wrapper .works_info dd {
  width: calc(100% - 10em);
  line-height: 1.8em;
}
.top_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;
}
.top_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;
}

.top_service {
  width: 100%;
  margin: 0 0 80px;
  overflow: hidden;
  color: #fff;
}
.top_service h3 {
  margin-bottom: 50px;
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.top_service .img_service {
  width: 45%;
  margin: 0 5% 100px 0;
  float: left;
}
.top_service .img_service img {
  width: 100%;
}
.top_service .txt_top_service {
  width: 50%;
  float: left;
}
.top_service .txt_top_service ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1em 40px;
  border-bottom: 1px solid #fff;
}
.top_service .txt_top_service ul li {
  position: relative;
  width: 33.3%;
  font-size: 14px;
  line-height: 3em;
}
.top_service .txt_top_service ul li::before {
  content: "◆";
  margin: 0 0.5em 0 0;
  font-size: 10px;
}

.service_slide {
  width: 100%;
  overflow: hidden;
}
.service_slide_track {
  display: inline-flex;
  white-space: nowrap;
  animation: marquee 12s linear infinite;
}
.service_slide_track p {
  display: inline-block;
  margin-right: 200px;
  font-size: 4.8em;
  line-height: 1.2em;
  font-weight: 600;
  color: var(--main_color);
}
@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.top_news_wrapper {
  display: flex;
  padding: 180px 50px 100px;
}
.top_news_ttl {
  width: 35%;
  float: left;
}
.top_news {
  width: 60%;
  margin: 0 0 0 5%;
}
.top_news li a {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 1rem 10px;
  font-size: 82.5%;
  line-height: 1.8em;
  border-bottom: 1px solid #000;
  transition: all 0.3s ease-in;
}
.top_news li a:hover {
  background: #f7f7f7;
  transition: all 0.3s ease-in;
}
.top_news li a::after {
  position: absolute;
  content: "●";
  top: 50%;
  right: 30px;
  transform: translate(-50%);
  width: 10px;
  height: 10px;
  transition: all 0.3s ease-in;
}
.top_news li a:hover::after {
  color: var(--main_color);
  transition: all 0.3s ease-in;
}
.top_news li .news_thumb { 
  width: 100px;
  margin: 0 50px 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% - 180px);
}
.top_news li .news_content .date {
  width: 8em;
  float: left;
  line-height: 1.1rem;
}
.top_news li .news_content .news_category {
  font-size: 80%;
  line-height: 1.1rem;
}
.top_news li .news_content p {
  width: calc(100% - 50px);
  margin: 1em 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; 
  overflow: hidden;
  text-overflow: ellipsis; 
}

footer {
  width: 100%;
  background: #000;
  color: #fff;
}
.logo_footer {
  width: 30%;
  max-width: 250px;
  margin: 0 auto;
}
footer .footer_sns {
  margin: 70px;
}
footer .footer_sns ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .footer_sns ul li {
  width: 30px;
  margin: 0 30px;
}
footer .footer_sns li img {
  width: 100%;
}
footer .footer_info {
  width: calc(65% - 100px);
  margin-top: 10px;
  padding-left: 100px;
  float: left;
}
footer .footer_info h2 {
  margin: 0 0 20px;
  font-size: 16px;
}
footer .footer_info p {
  margin: 0;
  line-height: 2.5em;
}
footer .page_list {
  width: 35%;
  margin: 0 100px 70px 0;
  float: right;
  font-size: 14px;
}
footer .page_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
}
footer .page_list ul li {
  margin: 0 0 0 3em;
  line-height: 3em;
}
footer .copy {
  display: block;
  float: none;
  margin: 0px 100px 0 0;
  padding: 0 0 25px;
  text-align: right;
  font-size: 14px;
}
.page_head {
  width: 100%;
  padding: 130px 0 50px;
  border-bottom: 1px solid var(--fontbasic);
}
.page_head h2 {
  position: relative;
  margin-bottom: 35px;
}
.page_head h2:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  background: var(--main_color);
  margin-right: 10px;
  vertical-align: middle;
}
.page_head h2 span {
  margin: 0 0 0 60px;
}
.page_head h2 span::after {
  display: none;
}
.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;
}
.page_head .page_bread li:after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 50%;
  right: -30px;
  width: 25px;
  height: 1px;
  background: var(--fontbasic);
  vertical-align: middle;
}
.page_head .page_bread li:last-child::after {
  display: none;
}
.service {
  width: 100%;
  margin: 0 0 40px;
  overflow: hidden;
}
.service h2 {
  margin-bottom: 50px;
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.service .note_service {
  width: 40%;
  margin: 0 15% 100px 0;
  float: left;
}
.service .note_service h3 {
  font-weight: 600;
}
.service .service_list {
  width: 45%;
  float: left;
}
.service .service_list ul {
  display: flex;
  flex-wrap: wrap;
  padding: 80px 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;
}

.archive_works_wrapper {
  width: 100%;
}
.works_cat_list {
	width: 1000px;
	margin: 30px auto 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.works_cat_list li a {
	font-size: 13px;
	color: var(--fontbasic);
}
.works_cat_list li a::after {
	content: "/";
	margin: 0 1rem;
}
.archive_works_wrapper ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content:space-around;
}
.archive_works_wrapper ul li {
  margin-bottom: 100px;
  width: calc(25% - 50px);
  font-weight: 500;
}
@media screen and (max-width: 13990px) {
  .archive_works_wrapper ul li {
    margin-bottom: 100px;
    width: calc(30% - 50px);
    font-weight: 500;
  }
}
.archive_works_wrapper ul li img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.archive_works_wrapper ul li h3 {
  margin: 0 0 0.5em;
  font-size: 80%;
}
.archive_works_wrapper .works_info {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  font-size: 13px;
}
.archive_works_wrapper .works_info dt {
  width: 7em;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.8em;
  letter-spacing: 0em;
  text-align: center;
}
.archive_works_wrapper .works_info dd {
  width: calc(100% - 10em);
  padding-top: 0.1em;
  line-height: 1.8em;
}
.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;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
  list-style-type: none;
  padding: 0;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","游ゴシック", sans-serif;
}
.pagination a {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin: 0 0.5em;
  font-size: 0.8em;
  border-radius: 100vh;
  background-color: #f2f2f2;
  transition: all 0.5s ease;
}
.pagination a:not(:hover) {
  text-decoration: none;
}
.pagination .current {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.8em;
  background-color: var(--main_color);
  color: #fff;
  pointer-events: none;
  border-radius: 100vh;
}
.pagination a:hover {
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--main_color);
  color: #fff;
  transition: all 0.5s ease;
}

.page_works_head {
  position: relative;
  width: 100%;
  height: 460px;
}
.single_head_txtbox {
  position: absolute;
  width: calc(100% - 50px);
  top: 200px;
  left: 50px;
  z-index: 10;
}
.single_head_txtbox h2 {
  font-size: 24px;
}
.single_head_txtbox .single_page_bread {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
}
.single_head_txtbox .single_page_bread li {
  position: relative;
  margin: 0 40px 0 0;
}
.single_head_txtbox .single_page_bread li:after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 50%;
  right: -30px;
  width: 25px;
  height: 1px;
  background: var(--fontbasic);
  vertical-align: middle;
}
.single_head_txtbox .single_page_bread li:last-child::after {
  display: none;
}
.single_works_info {
  width: 40%;
  margin: 0 10% 0 0;
  float: left;
  font-size: 15px;
}
.single_works_info dl {
  display: flex;
  flex-wrap: wrap;
}
.single_works_info dt {
  width: 10em;
  padding: 0.7em 0.5em;
  border-bottom: solid 1px #000;
}
.single_works_info dd {
  width: calc(100% - 10em);
  padding: 0.7em 0.5em;
  border-bottom: solid 1px #000;
}
.single_works_info dd .tag li {
  display: inline-block;
  margin: 0 1rem 0 0;
  line-height: 1rem;
}
.single_works_info dd .tag li::before {
  content: "#";
}
.single_works_info dt:first-of-type,
.single_works_info dd:first-of-type {
  padding: 0 0.5em 0.7em 0.5em;
}
.single_works_note {
  width: 50%;
  float: left;
}
.single_works_note h3 {
  margin: 0 0 20px;
  font-size: 21px;
}
.single_works_note p {
  margin-bottom: 0;
  font-size: 1em;
  line-height: 2.3em;
}
.single_head_imgbox {
  position: absolute;
  top: 60px;
  right: 0;
  height: 400px;
}
.single_head_imgbox img {
  width: auto;
  height: 400px;
  object-fit: cover;
}
.single_works_img {
  width: 100%;
}
.single_works_img ul {
  display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-around;
  gap: 1.66%;
}
.single_works_img ul li {
  width: 30%;
  margin: 0 0 50px;
}
.single_works_img ul li img {
  width: 100%;
  object-fit: contain;
}

.post-navigation {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 20px auto 80px;
}
.prev-post, .next-post {
  padding: 0 2em;
  font-size: 75%;
  color: #000;
  text-decoration: none;
  border: 1px solid #999;
  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: 0 auto 80px;
}
.archive_news li a {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 50px 50px;
  line-height: 1.8em;
  border-bottom: 1px solid #000;
  transition: all 0.3s ease-in;
}
.archive_news li a:hover {
  background: #f7f7f7;
  transition: all 0.3s ease-in;
}
.archive_news li a::after {
  position: absolute;
  content: "●";
  top: 50%;
  right: 30px;
  transform: translate(-50%);
  width: 10px;
  height: 10px;
}
.archive_news li a:first-child::after {
  position: absolute;
  content: "●";
  top: calc(50% - 25px);
}
.archive_news li a .news_thumb { 
  width: 130px;
  margin: 0 30px 0 0;
  aspect-ratio: 1/1;
}
.archive_news li a .news_thumb img {
  width: 100%;
  object-fit: cover;
  background: #ddd;
}
.archive_news li a .news_content {
  width: calc(100% - 160px);
}
.archive_news li a .news_content .date {
  width: 8em;
  float: left;
}
.archive_news li a .news_content .news_category {
  font-size: 14px;
}
.archive_news li a .news_content p {
  width: calc(100% - 50px);
  margin: 1em 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; 
  overflow: hidden;
  text-overflow: ellipsis; 
}
.single_news_wrap {
  width: 100%;
  margin: 0 auto 80px;
  overflow: hidden;
}
.single_news_img {
  width: 30%;
  margin: 0 10% 20px 0;
  float: left;
}
.single_news_img img {
  width: 100%;
}
.single_news_content {
  width: 60%;
  float: left;
}
.h3_faq {
  position: relative;
  padding-bottom: 10px;
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
}
.h3_faq::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 100px;
  height: 2px;
  background: var(--main_color);
  transform: translateX(-50%);
}
.faq {
	width: 100%;
  max-width: 1000px;
  margin: 1em auto;
	border-bottom: 1px solid #999;
}
.faq summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0em 2em 1em 2.5em;
  font-weight: 500;
  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;
}
.faq summary::-webkit-details-marker {
    display: none;
}
.faq summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 10px;
  height: 10px;
  margin-left: 10px;
  border-bottom: 3px solid #9f0e15;
  border-right: 3px solid #9f0e15;
  content: '';
  transition: transform .3s;
}
.faq[open] summary::after {
    transform: rotate(225deg);
}
.faq p {
	position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1.8em 2em 1.5em 2.5em;
	line-height: 1.8em;
	background: #ebebeb;
  transition: transform .5s, opacity .5s;
}
.faq p::before {
  position: absolute;
  top: 2.1em;
  left: 0.7em;
  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;
}
.faq p a {
	text-decoration: underline;
}

.company {
  width: 100%;
}
.company dl {
  display: grid;
  grid-template-columns: 8em 1fr;
  margin: 0 0 50px;
  font-size: 90%;
}
.company dt {
  flex: 0 0 8em;
  padding: 1em 1em 1.3em 1em;
  text-align: justify;
  text-justify: inter-ideograph;
  text-align-last: justify;
  border-bottom: solid 1px var(--main_color);
}
.company dd {
  flex: 1 1 calc(100% - 9em);
  padding: 1em 1em 1.3em 3em;
  letter-spacing: 0.1em;
  line-height: 2.2rem;
  border-bottom: solid 1px #000;
}
.company dt:first-of-type {
  border-top: solid 1px var(--main_color);
}
.company dd:first-of-type {
  border-top: solid 1px #000;
}
iframe {
  width: 100%;
  display: block;
}

.contact-form-inner {
	width: 60%;
  max-width: 700px;
  margin: 50px auto 30px;
  padding: 40px 0;
  background: #fafafa;
	border-radius: 10px;
}
.form-item:first-child {
    margin-top: 0;
}
.form-item {
  width: 90%;
  margin: 30px auto 0;
}
.form-item label{
  display: block;
	margin: 0 0 0 10px;
  font-size: 95%;
  font-weight: 600;
  color: #333333;
}
.form-item input{
  width: 100%;
  height: 2rem;
	margin: 10px 0;
	padding: 1.5rem 1.5rem;
  border-radius: 100vh;
  border: 1px solid #cccccc;
}
.form-flex {
  display: flex;
  flex-direction: column;
}
.form-flex input {
  width: 100%;
  height: 2rem;
	margin: 10px 0;
	padding: 1.5rem 1.5rem;
  border-radius: 100vh;
  border: 1px solid #cccccc;
}
.form-flex input.your-add {
  width: 100%;
}
.form-hissu {
  color: #ffffff;
  font-size: 82.5%;
  margin-left: 1.3rem;
  padding: 0.1rem 0.5rem;
  background-color: var(--main_color);
}
.form-free {
  color: #ffffff;
  font-size: 82.5%;
  margin-left: 1.3rem;
  padding: 0.1rem 0.5rem;
  background-color: #77bb8e;
}
.form-item textarea{
  height: 15rem;
  width: 100%;
	padding: 0.5rem 1.5rem;
  line-height: 1.8rem;
  border-radius: 20px;
  border: 1px solid #cccccc;
}
.last-check {
  display: flex;
  align-items: center;
  vertical-align: middle;
}
.last-check > input {
  width: auto;
  height: auto;
  margin: 0 10px 0 0;
}
.last-check a {
  text-decoration: none;
}
.form-item.send-btn{
  max-width: 250px;
  margin: 40px auto 0;
  line-height: 1rem;
}
.form-item.send-btn input{
  padding: 2rem 1rem;
  color: #fff;
	text-align: center;
	letter-spacing: 0.2rem;
  border-radius: 100vh;
  font-weight: 700;
  line-height: 0rem;
  cursor: pointer;
	background:var(--main_color);
}
.form-item.send-btn input:hover {
  background-color: #FFFFFF;
  color: var(--main_color);
  border: 1px solid #9f0e15;
  transition: all .3s;
}

.privacy {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}
.privacy h2 {
  font-size: 120%;
  margin: 0 0 2rem;
}
.privacy p {
  margin: 0 0 6rem;
}
.privacy ol {
  margin: 0 0 6em 0.5rem;
}
.privacy ol p {
  margin: 0 0 1.5rem;
}
.privacy ol li {
  list-style-type: decimal;
	margin: 0 0 1rem 1.5rem;
	text-align: left;
	line-height: 1.8rem;
}
.privacy ol ol {
  margin: 1rem 0 3rem 1.5rem;
}
.privacy .date {
  margin-bottom: 2rem;
  text-align: right;
  font-size: 80%;
}
/* ボタン */
.btn_basic {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 300px;
  margin: 25px auto;
  padding: 1.2rem 2rem;
  overflow: hidden;
  border: 1px solid #000;
  border-radius: 100vh;
  letter-spacing: 0.1rem;
}
.btn_basic:hover {
  background-color: transparent;
  color: #fff;
}
.btn_basic::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: var(--main_color);
  transition: width .3s ease;
}
.btn_basic:hover::before {
  width: 100%;
}

.btn_basic_white {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 300px;
  margin: 25px auto;
  padding: 1.2rem 2rem;
  overflow: hidden;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100vh;
  letter-spacing: 0.1rem;
}
.btn_basic_white a {
  position: relative;
  z-index: 1; 
  color: inherit;
  text-decoration: none;
}
.btn_basic_white::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #000;
  transition: width .3s ease;
  z-index: 0;
}
.btn_basic_white:hover::before {
  width: 100%;
}

.btn_news {
  position: relative;
  width: auto;
  margin: 0 auto;
  padding: .5rem 1rem .5rem 0;
  letter-spacing: .1rem;
  border: none;
  border-bottom: 2px solid #e6edf3;
  background-color: transparent;
}
.btn_news::after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  transform: scaleX(0);
  transform-origin: center left;
  width: 100%;
  height: 2px;
  background-color: var(--main_color);
  transition: transform .3s ease;
}
.btn_news:hover::after {
  transform: scaleX(1);
}


/* カレンダーページ（キャンペーンページ） */
.ta_price {
	width: 90%;
	margin: 20px auto;
	border-collapse: collapse;
	border-spacing: 0;
	border: solid 1px #aaa;
	text-align: center;
	line-height: 3em;
}
.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;
}

/* 年賀状ページ */
.nenga_temp {
	width: 95%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}
.nenga_temp li {
	width: 18%;
	margin-bottom: 60px;
}
.nenga_temp li img {
	width: 100%;
	height: auto;
}
.h3_nenga {
	padding: 8px 15px;
	line-height: 1.5rem;
	color: #8a2e3a;
	border: solid 1px #8a2e3a;
}
.price_nenga {
	width: 90%;
	margin: 10px auto 30px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	text-align: center;
}
.price_nenga dt {
	width: 30%;
	padding: 3px 0;
	border-bottom: solid 1px #ababab;
}
.price_nenga dd {
	width: 30%;
	padding: 3px 0;
	border-bottom: solid 1px #ababab;
}
.nenga_caution {
	font-size: 13px;
	line-height: 2rem;
}
.nenga_caution li {
	position: relative;
	padding-left: 20px;
}
.nenga_caution li::before {
	counter-increment: number;
	content: '※';
	position: absolute;
	left: 0;
}

/* 開店・開業ページ */
.main_start {
	width: 100%;
	height: 500px;
	background: url(../images/main.jpg);
	background-size: cover;
	background-position: center;
}
.main_start .hero {
	margin: 150px 0 0 50px;
}
.main_start .hero h2 {
	text-shadow: 3px 3px 3px #fff;
}

/* タイトル　*/
.ttl_en {
	margin: 20px 0;
	font-family: "Bebas Neue", 'Noto Sans JP',"游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3",serif;
	font-size: 21px;
	font-weight: 800;
	color: #9F0E15;
	letter-spacing: 0.1em;
}
.ttl_en02 {
	float: right;
	margin: 80px 0;
	font-family: "Bebas Neue", 'Noto Sans JP',"游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3",serif;
	font-size: 21px;
	font-weight: 800;
	color: #9F0E15;
	letter-spacing: 0.1em;
	writing-mode: vertical-rl;
}
.h2_start .ttl_en02::after {
  display: none;
}
.h2_start {
  font-size: 2em;
  line-height: 2em;
}
.txt_w55 {
	width: 55%;
	margin: 10px 5% 10px 0;
	float: left;
}
.imgbox40 {
	width: 40%;
	margin: 10px 0;
	float: left;
}
.imgbox40 img {
  width: 100%;
}
.features {
	width: 100%;
  margin-bottom: 70px;
}
.features img {
  width: 100%;
}
.schejule {
	width: 100%;
}
.schejule li {
	width: 100%;
}
.schejule h4 {
	text-align: left;
}
.schejule img {
	width: 100%;
}
.production {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	padding: 0;
	overflow: hidden;
}
.production li {
	width: 18%;
	margin: 10px 1%;
	padding: 0px 0;
	background: #2545a2;
	border-radius: 25px;
	color: #fff;
	text-align: center;
}
.frame_blue {
	width: 70%;
	margin: 20px auto 100px;
	padding: 15px;
	border: 2px solid #2545a2;
	text-align: center;
	color: #2545a2;
}

.industry {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}
.industry li {
	width: 18%;
	margin: 10px auto 25px;
	padding: 0;
	color: #0C0C0C;
	line-height: 1.5em;
	text-align: center;
	background: #fff;
}
.industry li h3 {
	margin: 0 0 10px;
	padding: 5px 3px;
	font-size: 13px;
	line-height: 1em;
	color: #fff;
	background: #9F0E15;
}
.industry li h4 {
	font-size: 12px;
	text-align: center;
}
.industry li h4::before {
	display: inline-block;
	content: "";
	width: 20px;
	height: 1px;
	margin: 0.25em 5px 0.25em 0;
	background: #333;
}
.industry li h4::after {
	display: inline-block;
	content: "";
	width: 20px;
	height: 1px;
	margin: 0.25em 0 0.25em 5px;
	background: #333;
}

.industry li .tool {
	width: calc(100% - 6px);
	margin: 0 0 20px;
	padding: 3px;
}
.industry li .tool li {
	width: 100%;
	display: inline;
	margin: 0;
	font-size: 13px;
	text-align: center;
	line-height: 1em;
	white-space: nowrap;
}
.industry li .tool li::after {
	content: ",";
	margin: 0 3px;
}
.industry li .tool li:last-child:after {
	content: "";
}

.pack {
	width: 100%;
	margin: 40px auto 10px;
	display: flex;
	flex-wrap: wrap;
}
.pack .box {
	width: 46%;
	margin: 10px 2% 30px;
	background: #fff;
	border-radius: 10px;
}
.pack .box h3 {
	width: 100%;
  margin-bottom: 10px;
	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 .h4_start {
	margin: 1em 0;
	padding: 0;
  line-height: 1.5em;
	text-align: center;
	border: 1px solid #2545a2;
	color: #2545a2;
}
.pack .box .print {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 0.9em;
}
.pack .box .print dt {
  width: 75%;
  padding: 0 0 0.5em 1em;
  margin-bottom: 0.5em;
	border-bottom: 1px solid #ccc;
}
.pack .box .print dd {
  width: 25%;
  padding: 0 1em 0.5em 0;
  margin-bottom: 0.5em;
  text-align: right;
	border-bottom: 1px solid #ccc;
}
.note {
  width: 70%;
  margin: 50px auto 30px;
  font-size: 13px;
  text-align: center;
  line-height: 1.5rem;
}

.episode {
	width: 100%;
	margin: 20px auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-around;
}
.episode li {
	width: 45%;
	margin: 0 auto 20px;
}
.episode li h3 {
	display: inline-block;
	margin: 0.5em 0 0 20px;
	padding: 0 1em 0;
  font-size: 1em;
	color: #fff;
	background: #9F0E15;
	border: 1px solid #9F0E15;
}
.episode li h3 span {
	margin: 0 10px 0 0;
	padding: 0 1em;
	font-size: 0.8em;
	color: #9F0E15;
  font-weight: 600;
	background: #fff;
	border-radius: 10px;
}
.episode li p {
	margin: 0 0 20px;
	padding: 1em;
  font-size: 0.9em;
  line-height: 1.8em;
	border: 1px solid #9F0E15;
}

