@charset "UTF-8";

/*
Theme Name: sugitow.co.jp
Version: 1.0.0
*/
/****************************************
General Setting
*****************************************/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td {
  box-sizing: border-box;
}

html {
  margin: 0px auto;
}

body {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8em;
  margin: 0px auto;
  padding: 0px;
  min-width: 1250px;
  color: #333;
  position: relative;
  overflow-x: hidden;
}

.fontLato {
  font-family: "Lato";
  letter-spacing: 1px;
  font-weight: 500;
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

/****************************************
Typography
*****************************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

/****************************************
List
*****************************************/
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  list-style: none;
}

.sp,
.sponly {
  display: none;
}

span.pcbr {
  display: block;
}

strong {
  font-weight: 500;
}

.wp-pagenavi {
  clear: both;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #bfbfbf;
  width: 25px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #000;
}

.wp-pagenavi span.current {
  font-weight: bold;
}

/****************************************

Link

*****************************************/
a {
  color: #3e3a39;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #737272;
}

a:hover img {
  opacity: 0.7;
}

img {
  max-width: 100%;
}

p {
  margin-top: 0px;
}

footer {
  background: #fff;
}

#footer02 {
  padding: 30px 0px;
  /* background: #E55F1C; */
  background: #ffc145;
}

hr.line {
  border: 0px;
  height: 1px;
  width: 100%;
  background: #d9dcdf;
}

#footer02 ul {
  display: table-cell;
  padding: 0px 10px 10px;
  vertical-align: top;
}

#footer02 ul li {
  padding: 0 0 0 10px;
  font-size: 14px;
  line-height: 2em;
}

#footer02 ul li.first span.wrap {
  font-weight: 400;
  display: block;
  margin-left: 0px;
}

#footer02 ul li a {
  /* color: #fff; */
  color: #333;
}

#footer02 ul li a:hover {
  color: #eee;
}

#footer02 ul li h2 {
  font-size: 15px;
  line-height: 1.5em;
  border-bottom: 1px solid #333;
  margin-bottom: 10px;
}

#footer02 .foot02 {
  display: flex;
  justify-content: space-evenly;
  align-items: start;
  flex-direction: row-reverse;
  color: #fff;
}

#footer02 div.box1 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: table;
  margin-top: 0px;
  margin-bottom: 30px;
}

#footer03 {
  padding: 20px 0px 20px;
  text-align: center;
}

#footer03 div.fcom {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  text-align: center;
  margin-bottom: 20px;
}

#footer03 div.fcom h1 {
  margin: 0px;
  font-size: 11px;
  line-height: 1.3em;
}

#footer03 div.fcom .addr {
  font-size: 14px;
  line-height: 1.8em;
  margin-bottom: 10px;
}

#footer03 div.fcom .fimgbloc {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin-bottom: 0px;
}

#footer03 div.fcom .flogo {
  max-width: 350px;
}

#footer04 {
  padding: 10px 0px 80px;
  text-align: center;
  font-size: 12px;
  margin: 0px;
  background: #fff4e2;
}

#footer_fixed_top.fixed {
  display: block;
}

#footer_fixed_top {
  display: none;
}

#footer_fixed_pc {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 900;
  padding-top: 0px;
  text-align: center;
  width: 100%;
  background: #e55f1c;
}

#footer_fixed_pc.fixed {
  position: fixed;
  display: block;
}

#footer_fixed_pc img {
  display: block;
  margin: 0px 10px;
}

#footer_fixed_pc #ft_top {}

#footer_fixed_pc .fbtn {
  display: flex;
  align-items: end;
  justify-content: space-between;
  width: 100%;
  background: #e55f1c;
  padding: 0px;
  align-items: center;
}

#footer_fixed_pc .fbtn a {
  display: block;
  color: #fff;
}

#footer_fixed_pc .fbtn .tline {
  width: 2px;
  padding: 10px 0px;
  height: 100%;
  background: #fff;
}

#footer_fixed .fbtn .ftel {}

#footer_fixed .fbtn .item02 {}

#footer_fixed .fbtn .item03 {}

#footer_fixed .fbtn #ft_top {
  /*	float: right; */
}

#footer_fixed .fbtn a {
  display: inline-block;
  margin: 0px 0px;
}

/****************************************

Layout

*****************************************/
#maincon {
  padding: 0px 0px 0px;
}

.container {
  margin-left: auto;
  margin-right: auto;
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 1050px;
  position: relative;
}

.wrapper-f {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 1050px;
  position: relative;
}

.wrapper02 {
  text-align: left;
  margin-left: 10%;
  margin-right: 10%;
  position: relative;
}

.wrapper03 {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 1250px;
  position: relative;
}

body.home header {
  width: 100%;
  z-index: 10000;
  background: #fff;
}

#header {
  display: block;
  min-width: 1250px;
}

#header #logo {
  margin: 0;
  width: calc((100% - 900px) / 2);
  display: flex;
}

#header #logo a {
  display: flex;
  align-items: center;
}

#header #logo img {
  width: 100%;
  margin-left: 10px;
  display: block;
  max-width: 510px;
}

#header .hdrwrap {
  display: flex;
  justify-content: left;
  width: 100%;
  align-items: center;
}

header #headerL.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 3px 5px -1px rgb(0, 0, 0, 6%);
}

header #headerL.fixed #header {
  transition: 0.3s;
}

header #topcontact {
  margin-bottom: -9px;
  z-index: 2;
}

header #topcontact a {
  display: inline-block;
  color: #fff;
  background: #e55f1c;
  height: 100%;
  padding: 0px 10px;
  height: 90px;
  line-height: 80px;
  font-size: 14px;
}

header #topcontact a:hover {
  background: #f6ac19;
}

/* ------- メニュー部分 ------- */
#gnavi {}

#rnavi {
  display: flex;
  align-items: center;
}

#rnavi img {
  margin-right: 30px;
}

.menu {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    sans-serif;
  padding: 10px 0px 10px;
  height: auto;
}

.menu ul {
  list-style-type: none;
  margin: 0px 2vw 0px 2vw;
  padding: 0px 0;
  display: flex;
}

.menu li {
  display: inline-block;
  margin: 0;
  padding: 0 1.5em 0px;
  vertical-align: middle;
  position: relative;
  text-align: center;
  font-size: 15px;
}

.menu span.wrap,
.menu a {
  text-align: center;
  padding: 0px 0.1em;
  position: relative;
  color: #000;
  font-size: 16px;
  display: block;
  box-sizing: border-box;
  font-weight: 600;
  position: relative;
  cursor: pointer;
}

.menu span.wrap span.en,
.menu a span.en {
  display: block;
  font-size: 14px;
  color: #eee;
}

.menu span.wrap::after,
.menu a:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #de6500;
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  left: 2px;
}

.menu a:hover:after {
  opacity: 1;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  text-align: center;
}

.txtleft {
  text-align: left;
}

.txtright {
  text-align: right;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

/****************************************

Navigation

*****************************************/
.font12 {
  font-size: 12px;
}

.font14 {
  font-size: 14px;
}

.font16 {
  font-size: 16px;
}

.font18 {
  font-size: 18px;
}

.font20 {
  font-size: 20px;
}

.font21 {
  font-size: 21px;
}

.font24 {
  font-size: 24px;
}

.font28 {
  font-size: 28px;
}

.font30 {
  font-size: 30px;
}

.font36 {
  font-size: 36px;
}

/****************************************

margin

*****************************************/
.mt0 {
  margin-top: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mr5 {
  margin-right: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mr10 {
  margin-right: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mr20 {
  margin-right: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mr30 {
  margin-right: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mr40 {
  margin-right: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mr50 {
  margin-right: 50px;
}

.mr60 {
  margin-right: 60px;
}

.mr80 {
  margin-right: 80px;
}

.ml50 {
  margin-left: 50px;
}

.ml60 {
  margin-left: 60px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

/****************************************

padding

*****************************************/
.pt10 {
  padding-top: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pl30 {
  padding-left: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pr40 {
  padding-right: 40px;
}

.pl40 {
  padding-left: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pr50 {
  padding-right: 50px;
}

.pl50 {
  padding-left: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pt70 {
  padding-top: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb100 {
  padding-bottom: 100px;
}

/* ------- フッターメニュー部分 ------- */
/* ------- フッターメニュー部分 ------- */
.red {
  color: #ee0000;
}

span.pcbr {
  display: block;
}

/* TOP */
.slider {
  position: relative;
}

.slider a:hover img {
  opacity: 1;
}

#newstopics {
  background: #fff4e2;
  padding: 60px 0px;
  margin-bottom: 60px;
  position: -webkit-sticky;
  position: sticky;
}

#newstopics .pickup__card-img-wrap {
  width: 80%;
  margin: 0 auto;
  max-width: 300px;
}

#newstopics .pickup__card-img-wrap img {
  margin: 0 auto;
  aspect-ratio: 1/ 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#newstopics-wrap {
  display: flex;
  gap: 0px 2%;
  justify-content: center;
}

#newstopics .box2,
#newstopics .box1 {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 33%;
  padding: 0px;
}

#newstopics .box3 {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 29%;
  padding: 0px;
}

#newstopics .box1 li {
  padding: 0 5px 12px 0px;
  margin: 10px 0px;
  line-height: 1.2;
  vertical-align: top;
  border-bottom: 1px solid #eee;
}

#newstopics .box1 li:last-child {
  border-bottom: 0px solid #ddd;
}

#newstopics .newmark {
  display: inline-block;
  background: #e00;
  color: #fff;
  padding: 0px 10px;
  font-size: 12px;
  line-height: 1.5em;
}

#newstopics .box1 li a {
  color: #333;
  display: block;
}

#newstopics .box1 li a:hover {
  color: #e00;
}

#newstopics .box1 li h2 {
  display: block;
  line-height: 1.2;
  margin: 5px 0px;
  font-size: 15px;
  color: #3e3a39;
  text-decoration: underline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#newstopics .pickup__card-ttl {
  line-height: 1.2;
  margin: 5px 0px;
  font-size: 15px;
  color: #3e3a39;
  text-decoration: underline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#newstopics .box1 .box1-1 {
  float: left;
  width: 20%;
  height: 60px;
  margin-right: 1%;
  overflow: hidden;
  text-align: center;
  display: block;
}

#newstopics .box1 .box1-2 {
  float: right;
  width: 78%;
}

#newstopics .box1 .box1-1 img {
  width: 100%;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}

#newstopics .hiduke {
  color: #333;
  font-size: 13px;
}

#newstopics .box1 span.label {
  font-size: 13px;
  display: inline-block;
  color: #e76b2d;
  line-height: 1em;
  margin: 7px 10px 5px 10px;
  text-align: center;
}

#newstopics .box1 span.label.label_product {
  color: #007bc8;
}

#newstopics .box1 span.label.label_event {
  color: #36ad40;
}

#newstopics .pickup_info div.txt {
  padding: 20px 0px 0px;
}

#newstopics .pickup_info .box_wrap {
  padding: 0px 0px;
}

#newstopics .pickup_info h2 {
  font-size: 15px;
  margin: 30px 0px 30px;
  text-align: left;
}

#newstopics .pickup_info p {
  text-align: left;
}

#newstopics .pickup_info span.img {
  display: block;
  /*
	width: 225px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #f9f9f9;
	*/
}

#newstopics .pickup_info span.img img {
  /*
	width: 225px;
	height: 156px;
	object-fit: cover;
	*/
  display: block;
  margin: auto;
  max-height: 250px;
}

#newstopics .blog_info {}

#newstopics .blog_info h2 {
  margin: 0px 0px;
  font-size: 14px;
  line-height: 1.5em;
  color: #3e3a39;
}

#newstopics .more {
  text-align: center;
}

#newstopics .more a {
  width: 200px;
}

.morebottun_r {
  position: relative;
  display: inline-block;
  padding: 18px 15px 18px 10px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  line-height: 1em;
  width: 350px;
  font-weight: 300;
}

.morebottun_r:hover {
  color: #fff;
}

.morebottun_r::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 120%;
  height: 100%;
  background: #f5aa55;
  transform-origin: right top;
  transform: skewX(180deg) scale(0, 1);
  transition: transform 0.3s;
}

.morebottun_r:hover::before {
  transform-origin: left top;
  transform: skewX(180deg) scale(1, 1);
}

.morebottun_r::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  content: "";
  width: 120%;
  height: 100%;
  background: #2cc9de;
}

.top-title {
  padding: 2em;
}

.main-title {
  color: #e76b2d;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 0.7em;
}

.main-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 4rem;
  background-color: #f6ac19;
  border-radius: 9999px;
}

.sub-title {
  margin-top: 0.9em;
  color: #000000;
  font-weight: 500;
  font-size: 20px;
}

#top-work {
  padding-top: 70px;
  padding-bottom: 60px;
  background: linear-gradient(180deg,
      #fff 0%,
      #fff 185px,
      #fff4e2 185px,
      #fff4e2 100%);
}

.top-work__img-wrap img {
  aspect-ratio: 1 1;
}

.top-work ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: left;
  position: relative;
  column-gap: 32px;
  max-width: 1189px;
  margin: 0 auto 50px;
  width: 100%;
}

.top-work ul li:nth-child(4n + 4) {
  margin-right: 0px;
}

.top-work ul li a {
  display: block;
  position: relative;
}

.top-work ul li .box1 {
  height: 285px;
  overflow: hidden;
  width: 100%;
}

.top-work ul li img {
  width: 100%;
  aspect-ratio: 16/ 9;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-work ul li h2 {
  font-size: 15px;
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 10px 0px;
  color: #3e3a39;
  font-weight: 400;
  line-height: 1.5em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  border-bottom: 1px solid #e55f1c;
}

.top-work ul li .desc {
  font-size: 14px;
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 10px 0px;
  line-height: 1.5em;
  height: 3em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.top-work ul li .txt {
  padding: 0px 10px;
  position: relative;
}

.top-work ul li span.label {
  color: #e55f1c;
  font-size: 12px;
  line-height: 1.1em;
  padding: 5px 10px 5px 0px;
  display: inline-block;
  font-weight: 300;
}

.top-work ul li a:hover img {
  opacity: 1;
}

#top-concept .top-concept-wrap {
  display: flex;
  margin-bottom: 100px;
  align-items: end;
  gap: 0px 5%;
}

#top-concept .item01 {
  width: 55%;
}

#top-concept .item02 {
  width: 40%;
}

#top-concept .item02 img {
  display: block;
  margin-left: auto;
}

#top-concept .topconttl {
  display: inline-block;
  text-align: center;
}

#top-product {
  background: url(images/reform-bg.jpg) repeat top center;
  padding-bottom: 64px;
}

#top-product ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* display: flex;
  justify-content: center;
  margin-left: 3%;
  margin-right: 3%; */
  /* flex-wrap: wrap;
  gap: 0px 2%; */
  column-gap: 32px;
  max-width: 1189px;
  width: 100%;
  margin: 0 auto 50px;
}

#top-product ul li {
  /* max-width: 23%;
  width: 301px;
  margin-bottom: 30px; */
  position: relative;
}

#top-product ul li a {
  display: block;
  position: relative;
}

#top-product ul li .box1 img {
  display: block;
  width: 100%;
  height: 183px;
  -o-object-fit: cover;
  object-fit: cover;
}

#top-product ul li .box2 h2 {
  background: #e55f1c;
  color: #fff;
  margin: 0px;
  padding: 8px 0px;
  line-height: 1.5em;
  text-align: center;
  font-size: 16px;
}

#top-company {
  padding-top: 70px;
  padding-bottom: 60px;
  background: linear-gradient(180deg,
      #fff 0%,
      #fff 185px,
      #fff4e2 185px,
      #fff4e2 100%);
}

#top-company ul {
  display: flex;
  justify-content: center;
}

#top-company ul li {
  width: auto;
  margin: 10px 0px 20px;
  position: relative;
}

#top-company ul li a {
  display: block;
  position: relative;
}

#top-company ul li a img {
  display: block;
}

#top-company ul li h2 {
  font-size: 20px;
  margin: 0px;
  padding: 10px;
  position: absolute;
  top: 25%;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  line-height: 1.5em;
}

#top-company ul li h2 .item01 {
  display: block;
  color: #e55f1c;
  font-size: 24px;
  text-align: center;
  line-height: 2em;
  font-weight: 500;
}

#top-company ul li h2 .item02 {
  display: block;
  color: #000;
  font-size: 16px;
  text-align: center;
  line-height: 2em;
  font-weight: 500;
}

#top-link ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}

#top-link ul li {
  width: 305px;
  margin: 0px 0px 0px;
  position: relative;
}

#top-link ul li a {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: center;
  padding: 5px 0px;
  background: #fff;
  box-sizing: border-box;
}

#top-link ul li a img {
  display: block;
  margin: 0px auto 0px;
}

/* TOP */
/* kaso */
#archive_works,
#archive_product,
#archive_staff,
#archive_news,
#archive_blog,
#single_works,
#single_product,
#single_news,
#single_staff,
#company,
#warranty,
#contact,
#strengths,
#confirm,
#recruit {
  line-height: 1.5;

  h1,
  h2,
  h3,
  h4,
  h5,
  ul,
  li,
  dl,
  dd,
  dt,
  img,
  a,
  p,
  span,
  div {
    margin: 0;
  }

  h1 {
    font-weight: 700;
  }

  .inner1 {
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;

    @media (max-width: 680px) {
      width: calc(100% - 40px);
    }
  }

  .wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .under_top {
    display: grid;
    place-items: center;
    background-color: #fff4e2;
    padding: 80px 0;

    @media (max-width: 680px) {
      padding: 40px;
    }

    h1 {
      color: #e76b2d;
      font-size: 32px;
      line-height: 1.5;

      @media (max-width: 680px) {
        font-size: 24px;
      }
    }
  }

  .breadcrumbs {
    padding: 20px 0 30px;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    flex-wrap: wrap;
  }

  .flex {
    display: flex;
  }

  .sec_title {
    font-size: 32px;
    color: #e76b2d;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 40px;
    font-weight: 700;

    @media (max-width: 680px) {
      font-size: 24px;
      padding-bottom: 16px;
      margin-bottom: 20px;
    }
  }

  .sec_title::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background-color: #f6ac19;
    bottom: 0;
    left: 0;

    @media (max-width: 680px) {
      width: 40px;
    }
  }

  .sec_title.il {
    text-align: center;
  }

  .sec_title.il::after {
    left: 50%;
    translate: -50%;
  }

  .desc {
    font-size: 16px;
    line-height: 2;

    @media (max-width: 680px) {
      font-size: 14px;
    }
  }

  .desc_title {
    font-size: 20px;
    color: #e76b2d;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.5;
    margin-top: 40px;
  }

  .card_title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 20px 20px;
    padding-bottom: 15px;
    position: relative;
    line-height: 1.5;

    @media (max-width: 680px) {
      margin: 0 15px 15px;
      font-size: 18px;
    }
  }

  .card_title::after {
    content: "";
    position: absolute;
    width: 62px;
    bottom: 0;
    background-color: #f6ac19;
    height: 2px;
    left: 0;

    @media (max-width: 680px) {
      height: 1px;
    }
  }

  .marker {
    color: #e76b2d;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: 700;
    background: linear-gradient(transparent 60%, #fff2ab 60%);
    width: fit-content;

    @media (max-width: 680px) {
      font-size: 28px;
      margin-bottom: 20px;
    }
  }

  .sp {
    display: none;
  }

  @media (max-width: 680px) {
    .sp {
      display: block;
    }
  }

  .pc {
    display: block;
  }

  @media (max-width: 680px) {
    .pc {
      display: none;
    }
  }

  .wrap_pagenavi {
    margin-top: 120px;

    @media (max-width: 680px) {
      margin-top: 60px;
    }
  }
}

#strengths {
  .under_message {
    padding: 120px 0;

    @media (max-width: 680px) {
      padding: 60px 0;
    }

    .flex {
      width: 100%;
      align-items: center;

      @media (max-width: 680px) {
        flex-direction: column;
        gap: 40px;
      }

      .r-cont {
        width: 260px;
        margin-left: 60px;

        @media (max-width: 680px) {
          margin-right: 0;
          margin-left: auto;
        }

        .owner_name {
          text-align: right;

          span {
            font-weight: 700;
          }
        }
      }

      .l-cont {
        flex: 1;
      }
    }
  }

  .under_cta {
    background-color: #fff4e2;
    padding: 60px 0;

    .flex {
      align-items: center;
      gap: 4%;

      @media (max-width: 680px) {
        flex-direction: column;
        gap: 30px;
      }
    }

    .l-cont {
      .img {
        width: 500px;
        height: 406px;
        aspect-ratio: 500/406;
        overflow: hidden;

        @media (max-width:680px) {
          width: 100%;
          height: auto;
        }

        img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      }
    }

    .r-cont {
      .desc {
        margin-bottom: 25px;
      }
    }

    .tel_btn_area {
      background-color: #e76b2d;
      display: grid;
      place-items: center;
      padding: 20px;

      @media (max-width: 680px) {
        padding: 10px;
      }
    }
  }

  .under_challenge {
    padding: 120px 0 0;

    @media (max-width: 680px) {
      padding: 60px 0 0;
    }

    .flex {
      align-items: center;
      gap: 4%;
      margin-bottom: 120px;

      @media (max-width: 680px) {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 60px;
      }

      .r-cont {
        display: flex;
        align-items: center;
        gap: 20px;
      }

      .img {
        width: 360px;
        height: 380px;
        aspect-ratio: 36/38;
        overflow: hidden;

        @media (max-width:680px) {
          width: 50%;
          height: auto;
        }

        img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      }
    }

    .to_works {
      background-color: #fff4e2;
      padding: 60px 0;
      text-align: center;

      .aligncenter {
        margin: 30px 0;
      }
    }
  }

  .morebottun_r {
    z-index: 3;
  }

  .morebottun_r::before {
    z-index: -1;
  }

  .morebottun_r::after {
    z-index: -2;
  }
}

#company {
  .under_company {
    padding: 60px 0 120px;

    dl {
      display: grid;
      grid-template-columns: 320px 1fr;
      border-top: 1px solid #e5e5e5;

      @media (max-width: 680px) {
        grid-template-columns: 1fr 2.5fr;
      }

      dt {
        font-weight: 600;
        padding: 30px 0;
        font-size: 16px;
        background-color: #fdfcef;
        border-bottom: 1px solid #e5e5e5;
        display: grid;
        place-items: center;

        @media (max-width: 680px) {
          padding: 20px;
          font-size: 14px;
        }
      }

      dd {
        border-bottom: 1px solid #e5e5e5;
        line-height: 2;
        padding: 30px 0 30px 56px;
        font-size: 16px;

        @media (max-width: 680px) {
          padding: 20px;
          font-size: 14px;
        }
      }
    }
  }

  .under_map {
    padding: 120px 0 60px;
    background-color: #fff4e2;

    .map {
      width: 100%;
      height: 509px;
      margin-bottom: 20px;

      @media (max-width: 680px) {
        height: 320px;
      }
    }

    .add {
      margin-bottom: 20px;
    }

    .flex {
      gap: 30px;

      @media (max-width: 680px) {
        flex-direction: column;
      }

      .img {
        flex: 1;
        height: 320px;
        overflow: hidden;

        img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      }
    }
  }

  .under_policy {
    padding: 120px 0;

    h3 {
      margin: 40px 0 20px;

      @media (max-width: 680px) {
        margin: 20px 0 10px;
      }
    }

    .info {
      padding: 30px;
      background-color: #f1f1f1;
      border: #707070 1px solid;
      width: fit-content;
      line-height: 2;
      font-size: 16px;
      margin-top: 40px;

      @media (max-width: 680px) {
        font-size: 14px;
        margin-top: 20px;
        padding: 20px;
      }

      a {
        text-decoration: none;
        color: #000;
      }
    }
  }
}

#recruit {
  .under_recruit {
    padding: 60px 0 120px;

    @media (max-width: 680px) {
      padding: 60px 0 60px;
    }

    .top_text {
      font-size: 22px;
      font-weight: 700;
      line-height: 2;
      margin-bottom: 30px;
      text-align: center;

      @media (max-width: 680px) {
        font-size: 16px;
        margin-bottom: 30px;
        line-height: 1.5;
      }
    }

    .flex {
      justify-content: space-between;
    }

    .message_box {
      background-color: #fff4e2;
      padding: 60px 80px;
      margin-bottom: 100px;

      @media (max-width: 680px) {
        padding: 20px;
        margin-bottom: 50px;
        flex-direction: column;
        gap: 40px;
      }

      .l-cont {
        width: min(100%, 600px);
        padding-right: 40px;

        @media (max-width: 680px) {
          padding-right: 0;
        }
      }

      .r-cont {
        .img {
          width: 160px;
          margin-right: 0;
          margin-left: auto;
          margin-bottom: 20px;

          @media (max-width: 680px) {
            margin-left: 0;
            margin-right: auto;
          }

          img {
            width: 100%;
          }
        }

        .owner_name {
          font-size: 14px;
          text-align: right;
          line-height: 2;

          @media (max-width: 680px) {
            text-align: left;
          }

          span {
            font-weight: 700;
          }
        }
      }
    }

    .wrapper {
      display: flex;
      gap: 60px;

      @media (max-width: 680px) {
        flex-direction: column;
        gap: 40px;
      }

      .content {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;

        .c_header {
          border-radius: 1000px;
          background-color: #e76b2d;
          width: min(100%, 570px);
          padding: 14px 28px;
          color: #fff;
          display: grid;
          place-items: center;
          text-align: center;
          margin-bottom: 30px;
          font-weight: 700;
          position: relative;
          font-size: 26px;

          @media (max-width: 680px) {
            font-size: 20px;
            margin-bottom: 20px;
          }
        }

        dl {
          display: grid;
          grid-template-columns: 150px 1fr;
          border-top: 1px solid #e5e5e5;
          flex: 1;
          width: 100%;

          dt {
            font-weight: 700;
            padding: 30px 0;
            font-size: 16px;
            background-color: #fff2ab;
            border-bottom: 1px solid #e5e5e5;
            display: grid;
            place-items: center;

            @media (max-width: 680px) {
              font-size: 14px;
              padding: 20px;
            }
          }

          dd {
            border-bottom: 1px solid #e5e5e5;
            line-height: 2;
            padding: 30px 0 30px 40px;
            font-size: 16px;

            @media (max-width: 680px) {
              font-size: 14px;
              padding: 20px;
            }
          }
        }
      }
    }
  }

  .under_voice {
    background-color: #fff4e2;
    padding: 60px 0;

    .top_voice_area {
      display: flex;
      gap: 50px;
      margin-bottom: 80px;

      @media (max-width: 680px) {
        flex-direction: column;
        margin-bottom: 40px;
        align-items: center;
        gap: 20px;
      }

      .left,
      .right {
        display: flex;
        flex-direction: column;
        gap: 20px;
        flex: 1;
      }

      .left {
        @media (max-width: 680px) {
          order: 1;
          width: min(100%, 460px);
        }
      }

      .right {
        @media (max-width: 680px) {
          order: 2;
          width: min(100%, 460px);
        }
      }

      .img {
        flex: 1;
        width: min(100%, 422px);
        margin-top: 60px;

        @media (max-width: 680px) {
          order: 3;
          margin-top: 0px;
        }
      }
    }

    .voice_box {
      background-color: #fff;
      border-radius: 40px;
      display: grid;
      place-items: center;
      padding: 30px;
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      width: 100%;
      position: relative;

      @media (max-width: 680px) {
        padding: 20px;
        font-size: 14px;
        border-radius: 20px;
        width: 90%;
        margin: 0 auto;
      }

      p {
        min-height: 3em;
        display: grid;
        place-items: center;
        font-size: 16px;

        @media (max-width: 680px) {
          font-size: 14px;
        }
      }
    }

    .voice_box::after {
      content: "";
      position: absolute;
      top: 50%;
      translate: 0 -50%;
      left: -19px;
      background-image: url(images/fuki-l2.svg);
      background-repeat: no-repeat;
      width: 20px;
      height: 22px;

      @media (max-width: 680px) {
        width: 16px;
        height: 18px;
        left: -15px;
      }
    }

    .left .voice_box::after {
      left: auto;
      right: -28px;
      background-image: url(images/fuki-r.svg);
      width: 29px;
      height: 27px;

      @media (max-width: 680px) {
        width: 20px;
        height: 18px;
        right: -15px;
      }
    }

    .right .voice_box::after {
      left: -28px;
      background-image: url(images/fuki-l.svg);
      width: 29px;
      height: 27px;

      @media (max-width: 680px) {
        height: 20px;
        left: -23px;
      }
    }

    .t-center {
      font-size: 20px;
      text-align: center;
      margin-bottom: 40px;
      font-weight: 700;
    }

    ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 32px 84px;

      @media (max-width: 680px) {
        grid-template-columns: repeat(1, 1fr);
      }

      li {
        display: flex;
        gap: 40px;
        align-items: center;

        @media (max-width: 680px) {
          width: min(100%, 600px);
          margin: 0 auto;
          gap: 20px;
        }
      }
    }
  }

  .under_recruit_list {
    padding: 120px 0;

    @media (max-width: 680px) {
      padding: 60px 0;
    }

    dl {
      display: grid;
      grid-template-columns: 320px 1fr;
      border-top: 1px solid #e5e5e5;

      @media (max-width: 680px) {
        grid-template-columns: 1fr 2.5fr;
      }

      dt {
        font-weight: 600;
        padding: 30px 0;
        font-size: 16px;
        background-color: #fdfcef;
        border-bottom: 1px solid #e5e5e5;
        display: grid;
        place-items: center;

        @media (max-width: 680px) {
          padding: 20px;
          font-size: 14px;
        }
      }

      dd {
        border-bottom: 1px solid #e5e5e5;
        line-height: 2;
        padding: 30px 0 30px 56px;
        font-size: 16px;

        @media (max-width: 680px) {
          padding: 20px;
          font-size: 14px;
        }
      }
    }
  }
}

#warranty {
  .logo_area {
    width: 404px;
    aspect-ratio: 404/87;
    margin: 0 auto;
    margin-bottom: 20px;

    @media (max-width: 680px) {
      width: 280px;
      margin-bottom: 10px;
    }

    img {
      width: 100%;
      object-fit: cover;
    }
  }

  .top_desc {
    text-align: center;
    margin-bottom: 60px;
    font-size: 16px;

    @media (max-width: 680px) {
      margin-bottom: 30px;
      font-size: 14px;
      text-align: left;
    }
  }

  .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
    margin-bottom: 120px;

    @media (max-width: 680px) {
      grid-template-columns: 1fr;
      gap: 20px;
      margin-bottom: 60px;
    }

    .card {
      background-color: #fdfcef;
      padding-bottom: 30px;
      display: flex;
      flex-direction: column;

      @media (max-width: 680px) {
        padding-bottom: 15px;
      }

      .img {
        width: 100%;
        aspect-ratio: 56/33;
        margin-bottom: 30px;

        @media (max-width: 680px) {
          margin-bottom: 15px;
        }

        img {
          width: 100%;
          object-fit: cover;
        }
      }

      .card_title {
        font-size: 32px;
        padding-bottom: 20px;

        @media (max-width: 680px) {
          margin-bottom: 15px;
          font-size: 18px;
        }
      }

      .desc {
        margin: 0 30px;

        @media (max-width: 680px) {
          margin: 0 15px;
        }
      }
    }
  }

  .under_cta {
    background-color: #fff4e2;
    padding: 60px 0;

    @media (max-width: 680px) {
      padding: 30px 0;
    }

    p {
      margin-bottom: 30px;
      text-align: center;
      font-size: 16px;

      @media (max-width: 680px) {
        font-size: 14px;
        margin-bottom: 15px;
      }
    }

    .morebottun_r {
      z-index: 3;
    }

    .morebottun_r::before {
      z-index: -1;
    }

    .morebottun_r::after {
      z-index: -2;
    }
  }
}

#archive_works {
  .archive_works {
    padding: 0 0 120px 0;

    @media (max-width: 680px) {
      padding: 0 0 60px 0;
    }
  }

  .tag-area {
    display: flex;
    gap: 20px;
    margin-bottom: 60px;
    flex-wrap: wrap;

    @media (max-width: 680px) {
      gap: 10px;
      margin-bottom: 30px;
    }

    .tag {
      display: block;
      padding: 10px;
      background-color: #fff4e2;

      @media (max-width: 680px) {
        padding: 6px;
      }

      span {
        font-size: 14px;
        font-weight: 700;
        line-height: 1;

        @media (max-width: 680px) {
          font-size: 12px;
        }
      }
    }

    .tag.active {
      background-color: #e76b2d;

      span {
        color: #fff;
      }
    }
  }

  .cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;

    @media (max-width: 680px) {
      grid-template-columns: repeat(2, 1fr);
      gap: 40px;
    }

    @media (max-width: 600px) {
      grid-template-columns: 1fr;
      gap: 40px;
    }

    li {
      padding-bottom: 30px;
      background-color: #fdfcef;

      @media (max-width: 680px) {
        padding-bottom: 15px;
      }
    }

    .card {
      display: flex;
      flex-direction: column;
      height: 100%;

      .img {
        width: 100%;
        aspect-ratio: 6/5;
        margin-bottom: 30px;
        overflow: hidden;

        @media (max-width: 680px) {
          margin-bottom: 15px;
        }

        img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      }

      .cat-area {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 5px;
        padding: 0 30px;
        flex-wrap: wrap;

        @media (max-width: 680px) {
          padding: 0 15px;
        }

        span {
          font-size: 12px;
          color: #e76b2d;
          line-height: 1.5;

          @media (max-width: 680px) {
            font-size: 10px;
          }
        }
      }

      .desc {
        margin-bottom: 30px;
        padding: 0 30px;
        flex: 1;
        font-size: 16px;

        @media (max-width: 680px) {
          font-size: 14px;
          padding: 0 15px;
          margin-bottom: 15px;
        }
      }

      .arrow-r {
        width: 40px;
        height: 40px;
        margin-right: 18px;
        margin-left: auto;

        @media (max-width: 680px) {
          width: 20px;
          height: 20px;
          margin-right: 15px;
        }
      }
    }
  }
}

#single_works {
  .top_area {
    margin-bottom: 80px;

    @media (max-width: 680px) {
      margin-bottom: 40px;
    }

    .top_title {
      padding: 40px;
      font-size: 32px;
      font-weight: 700;
      background-color: #fdfcef;
      text-align: center;
      margin-bottom: 40px;

      @media (max-width: 680px) {
        padding: 20px;
        font-size: 24px;
        margin-bottom: 20px;
      }
    }

    .top_img {
      display: grid;
      place-items: center;
      margin-bottom: 40px;
    }

    .top_desc {
      font-size: 20px;
      line-height: 2;

      @media (max-width: 680px) {
        font-size: 16px;
      }
    }
  }

  /* アルバム形式 */
  .album_area {
    background-color: #fdfcef;
    padding: 60px 0;
    margin-bottom: 120px;

    @media (max-width: 680px) {
      padding: 30px 0;
      margin-bottom: 60px;
    }

    .splide {
      margin-bottom: 20px;

      .splide__slide {
        display: flex;
        align-items: center;
        flex-direction: column;

        .img {
          max-width: 570px;
          max-height: 570px;
          margin-bottom: 20px;
          overflow: hidden;

          @media (max-width: 680px) {
            max-width: 350px;
            max-height: 350px;
          }

          img {
            width: 100%;
            height: 100%;
            object-fit: contain;
          }
        }

        .desc {
          text-align: center;
        }
      }

      .splide__arrow {
        background: transparent;

        svg {
          display: none;
        }
      }

      .splide__arrow.splide__arrow--next {
        background-image: url(images/arrow-right.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 50px;
        height: 50px;
      }

      .splide__arrow.splide__arrow--prev {
        background-image: url(images/arrow-left.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 50px;
        height: 50px;
      }
    }
  }

  .thumbnails {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    max-width: 653px;
    margin: 0 auto;
  }

  .thumbnail {
    aspect-ratio: 1/1;
    overflow: hidden;
    list-style: none;
    margin: 0 0.2rem;
    cursor: pointer;
  }

  .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* 記事形式 */
  .kiji_area {
    background-color: #fdfcef;
    padding: 60px;
    margin-bottom: 80px;

    @media (max-width: 680px) {
      padding: 30px 0;
      margin-bottom: 40px;
    }

    .flex_l {
      display: flex;
      margin-bottom: 60px;

      @media (max-width: 680px) {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 30px;
      }

      .l-cont {
        width: 50%;
        padding-right: max(30px, 2.5%);
        text-align: center;

        @media (max-width: 680px) {
          width: 100%;
          padding-right: 0;
        }
      }

      .r-cont {
        width: 50%;
        padding-left: max(30px, 2.5%);

        @media (max-width: 680px) {
          width: 100%;
          padding-left: 0;
        }
      }
    }

    .flex_r {
      display: flex;
      margin-bottom: 60px;

      @media (max-width: 680px) {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 30px;
      }

      .l-cont {
        width: 50%;
        padding-right: max(30px, 2.5%);

        @media (max-width: 680px) {
          width: 100%;
          padding-right: 0;
          order: 2;
        }
      }

      .r-cont {
        width: 50%;
        padding-left: max(30px, 2.5%);
        text-align: center;

        @media (max-width: 680px) {
          width: 100%;
          padding-left: 0;
          order: 1;
        }
      }
    }

    .flex_up {
      display: flex;
      margin-bottom: 60px;
      gap: max(20px, 2%);
      position: relative;

      @media (max-width: 680px) {
        flex-direction: column;
        align-items: center;
      }

      .l-cont {
        width: 50%;
        display: flex;
        flex-direction: column;

        @media (max-width: 680px) {
          width: 100%;
        }
      }

      .r-cont {
        width: 50%;
        display: flex;
        flex-direction: column;

        @media (max-width: 680px) {
          width: 100%;
        }
      }

      .kiji_arrow {
        margin-top: 140px;

        @media (max-width: 680px) {
          display: none;
        }
      }

      .kiji_arrow2 {
        display: none;

        @media (max-width: 680px) {
          display: block;
        }
      }

      .img {
        margin-bottom: 30px;
        height: 300px;
        text-align: center;

        img {
          object-fit: contain;
          height: 100%;
        }
      }
    }
  }

  .comment_area {
    display: flex;
    flex-direction: column;
    gap: max(40px, 4%);
    margin-bottom: 80px;

    @media (max-width: 680px) {
      margin-bottom: 40px;
      gap: 20px;
    }

    .contents {
      padding: 60px;
      background-color: #fdfcef;

      @media (max-width: 680px) {
        padding: 20px;
      }

      .title {
        color: #e76b2d;
        margin-bottom: 15px;
        font-size: 20px;
        font-weight: 700;

        @media (max-width: 680px) {
          font-size: 16px;
          margin-bottom: 10px;
        }
      }
    }
  }

  .c-title {
    font-size: 20px;
    color: #e76b2d;
    font-weight: 700;
    margin-bottom: 30px;

    @media (max-width: 680px) {
      margin-bottom: 15px;
    }
  }

  .c-title.il {
    padding-bottom: 30px;
    border-bottom: 1px solid #f6ac19;

    @media (max-width: 680px) {
      padding-bottom: 15px;
    }
  }

  dl {
    display: grid;
    grid-template-columns: 320px 1fr;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 120px;

    @media (max-width: 680px) {
      grid-template-columns: 1fr 2.5fr;
      margin-bottom: 60px;
    }

    dt {
      font-weight: 600;
      padding: 30px 0;
      font-size: 16px;
      background-color: #fdfcef;
      border-bottom: 1px solid #e5e5e5;
      display: grid;
      place-items: center;

      @media (max-width: 680px) {
        padding: 20px;
        font-size: 14px;
      }
    }

    dd {
      border-bottom: 1px solid #e5e5e5;
      line-height: 2;
      padding: 30px 0 30px 56px;
      font-size: 16px;

      @media (max-width: 680px) {
        padding: 20px;
        font-size: 14px;
      }
    }
  }

  .aligncenter {
    margin-bottom: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;

    @media (max-width: 680px) {
      flex-direction: column;
      gap: 20px;
      margin-bottom: 60px;
    }
  }

  .kanren {
    margin-bottom: 120px;

    @media (max-width: 680px) {
      margin-bottom: 60px;
    }

    .lists {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 27px;

      @media (max-width: 680px) {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
      }

      li {
        background-color: #fdfcef;
        padding-bottom: 20px;

        @media (max-width: 680px) {
          padding-bottom: 15px;
        }
        a{
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          height: 100%;
        }

        .img {
          width: 100%;
          aspect-ratio: 40/33;
          overflow: hidden;
          display: block;
          margin-bottom: 20px;

          img {
            width: 100%;
            height: 100%;
            object-fit: cover;
          }
        }

        h3 {
          padding: 0 20px;
          margin-bottom: 10px;
          font-size: 18px;
          font-weight: 700;
          flex: 1;

          @media (max-width: 680px) {
            font-size: 16px;
            padding: 0 15px;
          }
        }

        .arrow-r {
          display: block;
          width: 25px;
          height: 25px;
          margin-right: 20px;
          margin-left: auto;

          @media (max-width: 680px) {
            width: 20px;
            height: 20px;
            margin-right: 15px;
          }
        }
      }
    }
  }

}

#archive_product {
  .archive_product {
    padding: 0 0 120px;

    @media (max-width: 680px) {
      padding: 0 0 60px;
    }

    .tag-area {
      display: flex;
      gap: 20px;
      margin-bottom: 60px;
      flex-wrap: wrap;

      @media (max-width: 680px) {
        gap: 10px;
        margin-bottom: 30px;
      }
    }

    .tag {
      display: block;
      padding: 10px;
      background-color: #fff4e2;

      @media (max-width: 680px) {
        padding: 6px;
      }

      span {
        font-weight: 700;
        font-size: 14px;
        line-height: 1;

        @media (max-width: 680px) {
          font-size: 12px;
        }
      }
    }

    .tag.active {
      background-color: #e76b2d;
      color: #fff;
    }

    .cards {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 80px;

      @media (max-width: 680px) {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      li {
        padding-bottom: 30px;
        background-color: #fdfcef;

        @media (max-width: 680px) {
          padding-bottom: 15px;
        }
      }

      .card {
        display: flex;
        flex-direction: column;
        height: 100%;

        .img {
          width: 100%;
          aspect-ratio: 56/33;
          margin-bottom: 30px;
          overflow: hidden;

          @media (max-width: 680px) {
            margin-bottom: 15px;
          }

          img {
            width: 100%;
            height: 100%;
            object-fit: cover;
          }
        }

        .card_title {
          font-size: 32px;
          margin: 0 30px 30px;

          @media (max-width: 680px) {
            margin: 0 15px 15px;
            font-size: 18px;
          }
        }

        .desc {
          margin-bottom: 30px;
          padding: 0 30px;
          flex: 1;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          /* ← ここで行数を指定 */
          -webkit-box-orient: vertical;
          overflow: hidden;

          @media (max-width: 680px) {
            margin-bottom: 15px;
            padding: 0 15px;
          }
        }

        .arrow_area {
          display: flex;
          justify-content: end;
          align-items: center;
          gap: 20px;
          margin-right: 30px;

          @media (max-width: 680px) {
            gap: 10px;
            margin-right: 15px;
          }

          span {
            font-size: 16px;
            color: #e76b2d;
            font-weight: 700;
          }

          .arrow-r {
            width: 40px;
            height: 40px;

            @media (max-width: 680px) {
              width: 20px;
              height: 20px;
            }
          }
        }
      }
    }
  }
}

@media (max-width: 680px) {}

/* 商品詳細ページ */
#single_product {
  .single_product {

    /* 共通 */
    h2 {
      margin-bottom: 40px;
      color: #333;
    }

    .top_desc {
      font-size: 16px;
      margin-bottom: 60px;
      text-align: center;
    }

    .contents {
      display: flex;
      align-items: center;
      width: 100%;

      @media (max-width: 680px) {
        flex-direction: column;
        align-items: start;
        gap: 20px;
      }

      .l-cont {
        width: 50%;
        padding-right: min(3%, 40px);
        display: flex;
        justify-content: center;

        @media (max-width: 680px) {
          width: 100%;
          padding-right: 20px;
          display: flex;
          justify-content: center;
        }
      }

      .r-cont {
        width: 50%;
        padding-left: min(1.5%, 20px);

        @media (max-width: 680px) {
          width: 100%;
          padding-right: 20px;
        }
      }

      .features_title,
      .variation_title {
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 10px;
        color: #e76b2d;

        @media (max-width: 680px) {
          font-size: 18px;
        }
      }

      .sub_title {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 20px;

        @media (max-width: 680px) {
          font-size: 14px;
          margin-bottom: 10px;
        }
      }
    }

    .top_area {
      margin-bottom: 120px;

      @media (max-width: 680px) {
        margin-bottom: 60px;
      }

      .product_top_img {
        width: 100%;
        display: grid;
        place-items: center;
        overflow: hidden;
        margin-bottom: 60px;

        @media (max-width: 680px) {
          margin-bottom: 30px;
        }
      }

      .product_top_desc {
        font-size: 16px;
        line-height: 2;

        @media (max-width: 680px) {
          font-size: 14px;
        }
      }
    }

    .concept_area {
      background-color: #fff4e2;
      padding: 60px 0;
      margin-bottom: 120px;

      @media (max-width: 680px) {
        padding: 30px 0;
        margin-bottom: 60px;
      }
    }

    .features_area {
      margin-bottom: 120px;

      @media (max-width: 680px) {
        margin-bottom: 60px;
      }

      .contents {
        margin-bottom: 40px;

        @media (max-width: 680px) {
          margin-bottom: 20px;
          gap: 20px;
        }
      }

      .contents:last-child {
        margin-bottom: 0;
      }

      .l-cont {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;

        @media (max-width: 680px) {
          gap: 10px;
        }

        .img {
          height: 300px;

          @media (max-width: 680px) {
            height: 200px;
          }

          img {
            height: 100%;
            object-fit: contain;
          }
        }
      }
    }

    .variation_area {
      background-color: #fff4e2;
      padding: 60px 0;
      margin-bottom: 120px;

      @media (max-width: 680px) {
        padding: 30px 0;
        margin-bottom: 60px;
      }

      .contents {
        margin-bottom: 40px;

        @media (max-width: 680px) {
          margin-bottom: 20px;
        }

        .l-cont {
          display: grid;
        }

        .img {
          max-height: 300px;

          img {
            height: 100%;
            object-fit: contain;
          }
        }
      }

      .contents:last-child {
        margin-bottom: 0px;
      }
    }

    .price_area {
      margin-bottom: 120px;

      @media (max-width: 680px) {
        margin-bottom: 60px;
      }

      .contents {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        padding: 40px 0;
        border-bottom: 1px solid #e4e4e4;

        @media (max-width: 680px) {
          padding: 20px 0;
        }

        .pattern {
          font-size: 16px;
          font-weight: 700;
          margin-bottom: 0;
        }

        .price {
          font-size: 26px;
          font-weight: 700;
          margin-bottom: 0;

          @media (max-width: 680px) {
            font-size: 24px;
          }
        }

        .note1 {
          font-size: 14px;
          margin-bottom: 0;
          text-align: center;
        }
      }

      .contents:first-child {
        padding-top: 0;
      }

      .contents:last-child {
        padding-bottom: 0;
        border-bottom: 0;
      }
    }
  }


  .kanren {
    margin-bottom: 120px;

    @media (max-width: 680px) {
      margin-bottom: 60px;
    }

    .lists {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 27px;

      @media (max-width: 680px) {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
      }

      li {
        background-color: #fdfcef;
        padding-bottom: 20px;

        @media (max-width: 680px) {
          padding-bottom: 15px;
        }
a{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
        .img {
          width: 100%;
          aspect-ratio: 40/33;
          overflow: hidden;
          display: block;
          margin-bottom: 20px;

          img {
            width: 100%;
            height: 100%;
            object-fit: cover;
          }
        }

        h3 {
          padding: 0 20px;
          margin-bottom: 10px;
          font-size: 18px;
          font-weight: 700;
          flex: 1;

          @media (max-width: 680px) {
            font-size: 16px;
            padding: 0 15px;
          }
        }

        .arrow-r {
          display: block;
          width: 25px;
          height: 25px;
          margin-right: 20px;
          margin-left: auto;

          @media (max-width: 680px) {
            width: 20px;
            height: 20px;
            margin-right: 15px;
          }
        }
      }
    }
  }



  .c-title.il {
    padding-bottom: 30px;
    border-bottom: 1px solid #f6ac19;

    @media (max-width: 680px) {
      padding-bottom: 15px;
    }
  }

  .c-title {
    font-size: 20px;
    color: #e76b2d;
    font-weight: 700;
    margin-bottom: 30px;

    @media (max-width: 680px) {
      margin-bottom: 15px;
    }
  }


}

#archive_staff {
  .archive_staff {
    padding: 60px 0 120px;

    @media (max-width: 680px) {
      padding: 0 0 60px;
    }

    ul {
      display: flex;
      justify-content: center;
      gap: 4%;

      li {
        flex: 1;
        max-width: 360px;
      }

      a {
        background-color: #fff4e2;
        padding: 20px;
        display: flex;
        flex-direction: column;

        .img {
          margin-bottom: 30px;
          width: 100%;
          aspect-ratio: 320/374;

          img {
            width: 100%;
            height: 100%;
            object-fit: cover;
          }
        }

        .wrapper {
          display: flex;
          justify-content: space-between;
          align-items: center;
          width: 100%;

          .position {
            font-size: 16px;
            display: block;

            @media (max-width: 680px) {
              font-size: 14px;
            }
          }

          .staff_name {
            font-size: 20px;
            font-weight: 700;
            display: block;

            @media (max-width: 680px) {
              font-size: 16px;
            }
          }

          img {
            width: 40px;
            height: 40px;

            @media (max-width: 680px) {
              width: 20px;
              height: 20px;
            }
          }
        }
      }
    }
  }
}

#single_staff {
  .single_staff {
    padding: 60px 0 120px;

    @media (max-width: 680px) {
      padding: 0 0 60px;
    }

    .img_area {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 80px;
      margin-bottom: 30px;

      @media (max-width: 680px) {
        gap: 10px;
        margin-bottom: 15px;
      }

      .img {
        max-width: 300px;
        max-height: 374px;
        aspect-ratio: 300/374;
        overflow: hidden;

        @media (max-width: 680px) {
          flex: 1;
        }

        img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      }
    }

    .img_area_name {
      text-align: center;
      padding-bottom: 60px;

      @media (max-width: 680px) {
        padding-bottom: 30px;
      }
    }

    .text_area {
      background-color: #fdfcef;
      padding: 60px;

      @media (max-width: 680px) {
        padding: 20px;
      }

      li {
        padding: 40px 0;
        border-bottom: 1px solid #e4e4e4;

        @media (max-width: 680px) {
          padding: 20px 0;
        }

        .title {
          font-size: 20px;
          font-weight: 700;
          color: #e76b2d;
          margin-bottom: 15px;

          @media (max-width: 680px) {
            font-size: 16px;
          }
        }
      }

      li:first-child {
        padding-top: 0;
      }

      li:last-child {
        padding-bottom: 0;
        border-bottom: 0;
      }
    }
  }
}

/* お知らせ・ブログ一覧 */
#archive_news {
  .archive_news {
    padding: 0 0 120px 0;

    @media (max-width: 680px) {
      padding: 0 0 60px 0;
    }
  }

  .news_wrapper {
    width: 100%;
    display: flex;
    gap: 3%;

    @media (max-width: 680px) {
      flex-direction: column;
      gap: 40px;
    }

    .contents {
      flex: 1;

      .news-list {
        .news-item {
          width: 100%;
          margin-bottom: 30px;

          .news-title {
            font-size: 18px;
            font-weight: 700;
            padding-bottom: 10px;
            border-bottom: 1px solid #e76b2d;
            margin-bottom: 10px;

            @media (max-width: 680px) {
              font-size: 16px;
            }
          }

          .flex_area {
            display: flex;
            gap: 20px;
            margin-bottom: 10px;

            @media (max-width: 680px) {
              gap: 10px;
            }

            .img_area {
              width: 240px;
              aspect-ratio: 240/160;
              overflow: hidden;

              @media (max-width: 680px) {
                width: 160px;
              }

              @media (max-width: 500px) {
                width: 120px;
                aspect-ratio: 120/80;
              }

              img {
                width: 100%;
                height: 100%;
                object-fit: cover;
              }
            }

            .text_area {
              flex: 1;

              .news-date {
                font-size: 12px;
                margin-bottom: 10px;
                display: inline-block;

                @media (max-width: 680px) {
                  font-size: 10px;
                }
              }

              .desc {
                display: -webkit-box;
                -webkit-line-clamp: 3;
                /* ← ここで行数を指定 */
                -webkit-box-orient: vertical;
                overflow: hidden;
              }
            }
          }

          .btn_area {
            display: flex;
            justify-content: end;
            align-items: center;
            gap: 10px;

            span {
              font-weight: 700;
              font-size: 14px;
              color: #e76b2d;

              @media (max-width: 680px) {
                font-size: 12px;
              }
            }

            img {
              width: 26px;
              height: 26px;
              aspect-ratio: 1/1;

              @media (max-width: 680px) {
                width: 20px;
                height: 20px;
              }
            }
          }
        }

        .news-item:last-child {
          margin-bottom: 0;
        }
      }
    }

    #sidepage {
      width: 27%;

      @media (max-width: 680px) {
        width: 100%;
      }

      .new_kiji {
        margin-bottom: 30px;

        @media (max-width: 680px) {
          margin-bottom: 15px;
        }
      }

      form.wp-block-search__button-outside {
        display: none;
      }

      #block-3,
      #block-4 {
        display: none;
      }

      #block-5,
      #block-6 {
        margin-bottom: 30px;

        @media (max-width: 680px) {
          margin-bottom: 15px;
        }
      }

      h2 {
        padding: 10px;
        font-size: 16px;
        background-color: #e76b2d;
        text-align: center;
        font-weight: 700;
        margin-bottom: 10px;
        color: #fff;

        @media (max-width: 680px) {
          padding: 6px;
        }
      }

      .cat-item {
        padding: 10px 0;
        border-bottom: 1px solid #e4e4e4;
      }

      .cat-item:last-child {
        border-bottom: 0px;
      }
    }
  }
}

/* お知らせ・ブログ記事ページ */
#single_news {
  .single_news {
    padding: 0 0 120px 0;

    .news_wrapper {
      width: 100%;
      display: flex;
      gap: 3%;

      @media (max-width: 680px) {
        flex-direction: column;
        gap: 40px;
      }

      .news_area {
        flex: 1;
      }
    }

    .news-date {
      display: inline-block;
      margin-bottom: 10px;
      font-size: 12px;
    }

    .news_title {
      font-size: 24px;
      font-weight: 700;
      padding-bottom: 20px;
      border-bottom: 1px solid #e76b2d;
      margin-bottom: 20px;
      line-height: 1.5;
    }

    .contents_area {
      line-height: 2;
      font-size: 16px;
      flex: 1;
      padding-bottom: 60px;

      @media (max-width: 680px) {
        padding-bottom: 30px;
        font-size: 14px;
      }
    }

    #sidepage {
      width: 27%;

      @media (max-width: 680px) {
        width: 100%;
      }

      .new_kiji {
        margin-bottom: 30px;

        @media (max-width: 680px) {
          margin-bottom: 15px;
        }
      }

      form.wp-block-search__button-outside {
        display: none;
      }

      #block-3,
      #block-4 {
        display: none;
      }

      #block-5,
      #block-6 {
        margin-bottom: 30px;

        @media (max-width: 680px) {
          margin-bottom: 15px;
        }
      }

      h2 {
        padding: 10px;
        font-size: 16px;
        background-color: #e76b2d;
        text-align: center;
        font-weight: 700;
        margin-bottom: 10px;
        color: #fff;

        @media (max-width: 680px) {
          padding: 6px;
        }
      }

      .cat-item {
        padding: 10px 0;
        border-bottom: 1px solid #e4e4e4;
      }

      .cat-item:last-child {
        border-bottom: 0px;
      }
    }
  }
}

#contact {
  .top_text {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 40px;

    @media (max-width: 680px) {
      font-size: 16px;
    }
  }

  .tel_box {
    background-color: #fff4e2;
    padding: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 120px;

    @media (max-width: 680px) {
      padding: 20px;
      margin-bottom: 60px;
    }

    .contact_text {
      font-size: 20px;
      font-weight: 700;
      color: #e76b2d;
      margin-bottom: 30px;

      @media (max-width: 680px) {
        font-size: 16px;
        margin-bottom: 15px;
      }
    }

    .tel_btn_area {
      background-color: #e76b2d;
      display: grid;
      place-items: center;
      padding: 10px 60px;
      margin-bottom: 20px;

      @media (max-width: 680px) {
        padding: 10px;
        margin-bottom: 15px;
      }
    }

    .note {
      font-size: 16px;
      color: #ec0c0c;

      @media (max-width: 680px) {
        font-size: 12px;
      }
    }
  }

  .inner_contact {
    max-width: 900px;
    margin: 0 auto;
    width: 90vw;
    padding-bottom: 60px;

    h2 {
      font-size: 24px;
      padding-bottom: 10px;
      border-bottom: 1px solid #aaa;
      margin-bottom: 20px;

      @media (max-width: 680px) {
        font-size: 16px;
      }
    }

    .note_red {
      color: red;
      font-weight: 700;
      margin-bottom: 20px;

      @media (max-width: 680px) {
        margin-bottom: 10px;
        font-size: 12px;
      }
    }
  }

  .content {
    display: flex;

    @media (max-width: 680px) {
      flex-direction: column;
    }

    .l-cont {
      flex: 1;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
      background-color: #f8f8f8;
      border: 1px solid #f1f1f1;
      font-size: 14px;

      @media (max-width: 680px) {
        padding: 10px;
      }

      span {
        font-size: 12px;
        color: #fff;
        display: inline-block;
        padding: 2px 4px;
        background-color: red;
      }
    }

    .r-cont {
      flex: 3;
      padding: 20px;
      font-size: 14px;
      background-color: #fefefe;
      border: 1px solid #f1f1f1;
      display: flex;
      flex-direction: column;
      gap: 10px;

      @media (max-width: 680px) {
        padding: 10px;
      }

      .wrap {
        p {
          display: flex;
          gap: 8px;
          align-items: center;

          @media (max-width: 680px) {
            display: block;
          }

          label {
            @media (max-width: 680px) {
              display: inline-block;
              margin-bottom: 5px;
            }
          }
        }

        .note {
          font-size: 12px;
          color: red;
          font-weight: 700;
        }
      }

      .p-postal-code {
        width: 8em;
        position: relative;
        flex: auto;
      }

      .p-region,
      .p-locality {
        width: 15em;
      }
    }
  }

  input[type="text"],
  input[type="tel"],
  input[type="email"],
  select,
  textarea {
    width: 100%;
    height: 2em;
    border-radius: 2px;
    border: #999 0.5px solid;
    background-color: rgb(255, 255, 255, 0.6);
    padding: 10px;
    font-size: 14px;
    box-sizing: border-box;
  }

  textarea {
    height: 10em;
  }

  input[type="checkbox"] {
    width: 18px;
    height: 18px;
    translate: 0 3px;
    margin-right: 10px;
    border: 1px #3f3f3f solid;
    font-size: 14px;
    color-scheme: light;
    /* 強制的にライトテーマで描画 */
  }

  input,
  select,
  textarea:focus {
    outline: none;
    box-shadow: none;
  }

  .send-btn {
    p {
      height: auto;
      margin: 40px 0;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 40px;
    }

    input {
      padding: 10px 40px;
      background-color: #e76b2d;
      color: #fff;
      border: 0;
      font-weight: 700;
    }

    input.previous_btn {
      background-color: #ddd;
      color: #555;
    }
  }

  .thanks_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 60px 0 120px;

    @media (max-width:680px) {
      padding: 60px 0;
    }

    .thanks_message {
      font-size: 32px;
      color: #e76b2d;
      margin-bottom: 60px;
      text-align: center;
      font-weight: 700;

      @media (max-width:680px) {
        font-size: 24px;
        margin-bottom: 30px;
      }
    }

    .desc {
      text-align: center;
      line-height: 2;
    }
  }
}

.wpcf7-spinner {
  display: none !important;
}

/* css追加をここの上に記載 */
@media (max-width: 1740px) {
  .wrapper02 {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (max-width: 1640px) {
  #rnavi img {
    margin-right: 1vw;
  }
}

@media (max-width: 1520px) {
  .wrapper02 {
    max-width: 100%;
  }

  #rnavi img {
    margin-right: 0.3vw;
  }
}

@media (max-width: 1440px) {

  .menu span.wrap,
  .menu a {
    font-size: 15px;
  }
}

@media (max-width: 1250px) {
  .wrapper03 {
    max-width: 100%;
  }

  body {
    min-width: 1250px;
    overflow-x: auto;
  }
}

@media (max-width: 1100px) {
  .flex-direction-nav .flex-next {
    right: 0px !important;
  }

  .flex-direction-nav .flex-prev {
    left: 0px !important;
  }
}

/****************************************************
* 端末ごとの調整で、PCのcssはここ以下に追加しない
*****************************************************/
