@charset "UTF-8";

/* ********** サイト全体の共通モジュールのstyle ********** */
/* テキスト要素 */
.c-indextitle {
  font-size: calc(7 * var(--rem));
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.c-indextitle span {
  position: relative;
}
.c-indextitle--sub {
  font-size: 2rem;
  text-align: center;
}
.c-title--large {
  font-size: 3.5rem;
  font-weight: bold;
}
.c-title--normal {
  font-size: 2.5rem;
  font-weight: bold;
}
.c-title--small {
  font-size: 2.3rem;
  font-weight: bold;
}
.c-text--large {
  font-size: 2rem;
  font-weight: bold;
}
.c-text--normal {
  font-size: 1.5rem;
  line-height: 1.9;
}
.c-text--small {
  font-size: 1.2rem;
  line-height: 1.6;
}
.c-text--bold {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.8;
}
/* タグ要素 */
[class*="c-tag--"] {
  /*タグ要素共通のstyle*/
  display: inline-block;
  padding: 2px 7px;
  font-size: 1.2rem;
  font-weight: normal;
  width: fit-content;
  border-radius: 2px;
}
[class*="c-tag--"] + [class*="c-tag--"] {
  /*タグ要素が横に複数並ぶ際の余白*/
  margin-left: 10px;
}
/* ----- お知らせ用 ----- */
.c-tag--new {
  background-color: red;
  color: #fff;
}
[class*="c-tag--news"] {
  border-width: 1px;
  border-style: solid;
}
.c-tag--news1 {
  border-color: #dcb23a;
  color: #dcb23a;
}
.c-tag--news2 {
  border-color: #f8895b;
  color: #f8895b;
}
.c-tag--news3 {
  border-color: #c4c871;
  color: #c4c871;
}
.c-tag--news4 {
  border-color: #3fb2cd;
  color: #3fb2cd;
}
.c-tag--news5 {
  border-color: #9ea8e6;
  color: #9ea8e6;
}
.c-tag--news6 {
  border-color: #284694;
  color: #284694;
}
/* ----- フォーム用 ----- */
.c-tag--haveto {
  background-color: red;
  color: #fff;
}
/* ----- 実績用 ----- */
[class*="c-tag--cate"] {
  color: #fff;
}
.c-tag--cate1 {
  background-color: #dcb23a;
}
.c-tag--cate2 {
  background-color: #f8895b;
}
.c-tag--cate3 {
  background-color: #c4c871;
}
.c-tag--cate4 {
  background-color: #3fb2cd;
}
.c-tag--cate5 {
  background-color: #9ea8e6;
}
.c-tag--cate6 {
  background-color: #de6d89;
}
/* テキストリンク要素 */
.c-textlink,
.wp-wysiwyg p a {
  text-decoration: none;
  padding: 0 1px;
  transition: transform 0.3s ease;
  text-decoration: underline;
}
.c-textlink[target="_blank"]:after {
  margin: 0 3px 3px;
  font-family: "Font Awesome 6 Free";
  vertical-align: middle;
  content: "\f35d";
  font-weight: 900;
  display: inline-block;
  font-size: 1.4rem;
}
.c-textlink:hover {
  opacity: 0.7;
  text-decoration: none;
}
/* テーブル要素 */
.c-table {
  width: 100%;
  display: table;
  border-collapse: separate;
  border-spacing: 0;
}
.c-table th,
.c-table td {
  border-bottom: 1px solid #ddd;
  font-size: 1.5rem;
  text-align: left;
}
.c-table th {
  width: 25%;
  background: #fff;
  padding: 20px 10px 20px 20px;
}
.c-table td {
  width: 75%;
  background: #fff;
  padding: 20px 20px 20px 10px;
}
/* タブ要素 */
[class*="c-tab"].e-current {
  background: #333;
  color: #fff;
}

/* **********  サイト全体の共通パーツのstyle ********** */
/* フッタコンタクト */
.s-footercontact {
  background-color: #f9f9f9;
}
.s-footercontact .c-container {
  border: 1px solid #eee;
  background-color: #fff;
}
.s-footercontact .c-col2 .c-text--bold {
  font-size: calc(3.4 * var(--rem));
  font-family: "Outfit", sans-serif;
}
.s-footercontact .c-btn .c-btn__text {
  font-family: "Outfit", sans-serif;
  font-size: 2rem;
}

/* フッタ */
.l-footer {
  background: linear-gradient(108deg, rgb(0, 35, 98) 0%, rgb(0, 3, 85) 100%);
  z-index: 1;
}
.l-footer .c-col2 {
  padding: 40px 0;
}
.l-footer__menu a {
  color: #fff;
}
.l-footer__menu a:hover {
  color: #999;
}
.l-footer__lists li {
  line-height: 3rem;
  position: relative;
  margin-left: 20px;
}
.l-footer__lists li::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  width: 15px;
  height: 1px;
  background: #fff;
  content: "";
}

.l-footer__inner a {
  display: block;
  font-size: 1.4rem;
  padding-left: 15px;
  position: relative;
}
.l-footer__inner a:before {
  content: "";
  width: 12px;
  height: 1px;
  top: 50%;
  left: 0;
  position: absolute;
  background: #fff;
}
.l-footer__address {
  text-align: right;
}
.l-footer__address .c-text--bold {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.9;
  color: #fff;
}
.l-footer__address .c-text--normal {
  color: #fff;
}
.l-footer__copyright {
  background: #eee;
  width: 100%;
  padding: 20px 5px;
  color: #000;
  text-align: center;
  font-size: 1.4rem;
}
/* 下層ページトップビジュアルメイン */
.s-pagetop > .c-container {
  background-position: center;
  background-size: cover;
  position: relative;
}
#p-company .s-pagetop > .c-container {
  background-image: url(../img/s-pagetop01.jpg);
}
#p-business .s-pagetop > .c-container {
  background-image: url(../img/s-pagetop07.jpg);
}
#p-products_archive .s-pagetop > .c-container {
  background-image: url(../img/s-pagetop03.jpg);
}
#p-products_archive .s-pagetop > .c-container {
  background-image: url(../img/s-pagetop04.jpg);
}
#p-achievementlist_archive .s-pagetop > .c-container {
  background-image: url(../img/s-pagetop05.jpg);
}
#p-recruit .s-pagetop > .c-container {
  background-image: url(../img/s-pagetop11.jpg);
}
#p-interview01 .s-pagetop > .c-container {
  background-image: url(../img/s-pagetop_interview01.jpg);
}
#p-interview02 .s-pagetop > .c-container {
  background-image: url(../img/s-pagetop_interview02.jpg);
}
.p-newslist .s-pagetop > .c-container {
  background-image: url(../img/s-pagetop06.jpg);
}
#p-news .s-pagetop > .c-container {
  background-image: url(../img/s-pagetop06.jpg);
}
#p-contact .s-pagetop > .c-container {
  background-image: url(../img/s-pagetop09.jpg);
}
#p-privacy .s-pagetop > .c-container {
  background-image: url(../img/s-pagetop10.jpg);
}
.s-pagetop > .c-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
}
.s-pagetop .c-photo {
  height: 300px;
}
.s-pagetop__maintitle {
  position: relative;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}
.s-pagetop__maintitle::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  top: 50px;
  left: 50%;
  background: #fff;
  transform: translateX(-50%) scaleX(0);
  transition: transform 0.3s ease;
  animation: lineExtention 0.5s ease forwards;
  animation-delay: 1s;
}

@keyframes lineExtention {
  to {
    transform: translateX(-50%) scaleX(1);
    opacity: 1;
  }
}

.s-pagetop__subtitle {
  position: relative;
  font-size: 6.5rem;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  text-align: center;
}
.s-pagetop__subtitle span:nth-of-type(2) {
  color: #ff4d00;
}
.s-pagetop .c-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  padding: 180px 0;
}
/* 下層ページトップビジュアルサブ */
.s-pagetop--sub > .c-container {
  background-color: #000;
}
.s-pagetop--sub__maintitle {
  position: relative;
  font-size: 3.5rem;
  color: #fff;
}
.s-pagetop--sub__subtitle {
  position: relative;
  font-size: 2.5rem;
  color: #fff;
  font-weight: 700;
}
.s-pagetop--sub .c-wrap {
  display: flex;
  flex-direction: column;
  padding: 30px 0;
}
/* パンくず */
.s-breadcrumb .c-rowlists {
  padding: 20px;
  display: block;
  background: linear-gradient(108deg, rgb(0, 35, 98) 0%, rgb(0, 3, 85) 100%);
  z-index: 1;
}

.s-breadcrumb .c-rowlists__list {
  font-size: 1rem;
  color: #fff;
  position: relative;
  display: inline;
}

.s-breadcrumb .c-rowlists__list a {
  font-size: 1rem;
  color: #fff;
  text-decoration: underline;
  margin-right: 2rem;
}

.s-breadcrumb .c-rowlists__list:after {
  content: "";
  background: #fff;
  width: 6px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: rotate(20deg);
}

.s-breadcrumb .c-rowlists__list:before {
  content: "";
  background: #fff;
  width: 6px;
  height: 1px;
  position: absolute;
  top: calc(50% + 2px);
  right: 5px;
  transform: rotate(-20deg);
}

.s-breadcrumb .c-rowlists__list:last-of-type:after {
  content: none;
}

.s-breadcrumb .c-rowlists__list:last-of-type:before {
  content: none;
}

.s-breadcrumb .c-rowlists__list a:hover {
  color: #999;
}
/* フォトギャラリー/表示に影響するのでclass名は変更不可*/
.s-photogallery .c-item {
  position: relative;
  cursor: pointer;
}
.s-photogallery .c-item:before {
  content: "";
  display: block;
  padding-top: 66.66%;
}
.s-photogallery .c-photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
#lg-counter span {
  color: #999;
}
@media screen and (max-width: 810px) {
  .s-photogallery .c-item {
    pointer-events: none;
  }
}
/* 実績詳細スイッチングスライダー/表示に影響するためclass名は変更不可 */
.s-slickswitching__main .c-photo {
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: #eee;
  padding: 50px 0;
  height: 450px;
}
.s-slickswitching__main .c-photo img {
  margin: auto;
  object-fit: contain;
  font-family: "object-fit: contain;, object-position: center;";
  max-width: 85%;
  height: 100%;
  object-position: center;
}
.s-slickswitching__sub {
  margin-left: 30px;
}
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 3;
  top: 42%;
  cursor: pointer;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  height: 25px;
  width: 25px;
}
.slick-prev {
  left: 2.5%;
  transform: rotate(-135deg);
}
.slick-next {
  right: 2.5%;
  transform: rotate(45deg);
}
.s-slickswitching__sub .slick-track {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.s-slickswitching__sub .c-photo {
  cursor: pointer;
  outline: none;
  background: #333;
  width: 48% !important;
  height: 110px;
  margin: 0;
}
.s-slickswitching__sub .c-photo img {
  opacity: 0.4; /*選択されていないものは透過40%*/
}
.s-slickswitching__sub .c-photo.slick-current img {
  opacity: 1; /*選択されているものは透過しない*/
}
.s-slickswitching__sub .c-photo:nth-of-type(n + 3) {
  margin-top: 20px;
}
.s-slickswitching__sub .c-photo:nth-of-type(2n) {
  margin-left: 4%;
}
@media screen and (max-width: 810px) {
  .s-slickswitching__sub .c-photo {
    height: 90px;
  }
}
/* お知らせ詳細右カラム/WPに影響するためclass名は変更不可 */
.s-rightcol {
  border: 1px solid #ddd;
  align-self: flex-start;
}
.s-rightcol .c-text-bold {
  background-color: #666;
  padding: 10px;
  color: #fff;
}
.s-rightcol ul {
  padding: 10px;
}
.s-rightcol li {
  padding: 10px;
  border-top: 1px solid #ddd;
}
.s-rightcol li:first-of-type {
  border-top: 0;
}
.s-rightcol a:hover {
  color: #999;
}
.s-rightcol__archive li:nth-of-type(n + 6) {
  display: none;
}
@media screen and (max-width: 810px) {
  .s-rightcol {
    margin-top: 60px;
  }
}
/* ページネーション/WPに影響するためclass名は変更不可 */
.s-pagenation {
  /* background-color: #eee; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.s-pagenation a,
.s-pagenation span {
  width: inherit;
  height: 50px;
  margin: 5px;
  line-height: 50px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #fff;
  color: #000;
  border: 1px solid #ddd;
  padding: 0 15px;
  display: inline-block;
  font-family: "Outfit", sans-serif;
}
.s-pagenation a:hover {
  background-color: #ff4d00;
  color: #fff;
}
.s-pagenation .current {
  background-color: #444;
  color: #fff;
}
/* c-tab/js連動のためclass名は変更不可 */
[class*="c-tab"]:not(.c-table) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
[class*="c-tab"]:not(.c-table) li {
  background-color: #fff;
  color: #333;
  border: 1px solid #777;
}
[class*="c-tab"]:not(.c-table) li.e-current {
  background-color: #000;
  color: #fff;
}
/* ページトップへ戻る */
.s-backtotop {
  background: #666;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: fixed;
  z-index: 99;
  bottom: 80px;
  right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}
.s-backtotop.e-active {
  opacity: 1;
  pointer-events: auto;
}
.s-backtotop span::after {
  content: "";
  background-color: #fff;
  height: 1px;
  width: 14px;
  position: absolute;
  top: 50%;
  left: 23px;
  transform: rotate(135deg) translateY(-50%);
}
.s-backtotop span::before {
  content: "";
  background-color: #fff;
  height: 1px;
  width: 14px;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: rotate(-135deg) translateY(-50%);
}
.s-backtotop:hover {
  transform: translateY(-5%);
  background: #999;
}

/* ********** ページごと・セクションごとの個別style（★） ********** */

/*  **********　セクションタイトル  ********** */
.c-sectiontitle {
}
.c-sectiontitle.c-col1 {
  display: block !important;
}
.c-sectiontitle.c-col1 .c-wrap {
  width: fit-content;
  display: inline-block;
}
/*  **********　会社情報  ********** */
#p-company {
}
/* ご挨拶 */
#p-company .s-companymessage {
}
#p-company .s-companymessage .c-container {
}
#p-company .s-companymessage .c-container .c-col1 {
}
#p-company .s-companymessage .c-container .c-col2 {
}
#p-company .s-companymessage .c-container .c-col2 .c-item .c-text--small span {
  font-size: 120%;
}
#p-company .s-companymessage .c-container .c-col2 .c-photo {
}
/* 会社概要 */
#p-company .s-companyoutline {
  background-color: #eee;
}
#p-company .s-companyoutline .c-container {
}
#p-company .s-companyoutline .c-container .c-col1 {
}
/* 沿革 */
#p-company .s-companyhistory {
  position: relative;
}
#p-company .s-companyhistory::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 16/9;
  background: url("../img/bg_blue.png") center / contain no-repeat;
  z-index: -1;
}
#p-company .s-companyhistory .c-container {
}
#p-company .s-companyhistory .c-container .c-col1 {
}
/* アクセス */
#p-company .s-companyaccess {
  background-color: #dcf6ff;
}
#p-company .s-companyaccess .c-container {
}
#p-company .s-companyaccess .c-container .c-col1 {
}
#p-company .s-companyaccess .c-container .c-col2 {
}
#p-company .s-companyaccess .c-container .c-col2 .c-map {
}
#p-company .s-companyaccess .c-container .c-col2 .c-item {
}
#p-company .s-companyaccess .c-container .c-col2 .c-text--normal {
}
#p-company .s-companyaccess .c-col1 {
  background-color: #dcf6ff;
}
#p-company .s-companyaccess [class*="--panel"] .c-text--bold {
  position: relative;
}
#p-company .s-companyaccess [class*="--panel"] .c-text--bold::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 30px;
  height: 1px;
  background: #ff4d00;
  content: "";
}

#p-company .s-companyaccess [class*="--panel"] .c-text--bold::before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #666;
  content: "";
}
#p-company .s-companyaccess .c-col1 [class*="--panel"] .c-item {
  background-color: #fff;
}
#p-company .s-companyaccess .c-col1 [class*="--panel"] .c-item p.c-text--small span {
  background-color: #333;
  color: #fff;
  padding: 3px 6px;
}
#p-company .s-companyaccess .c-col1 [class*="--panel"] .c-item .s-excuse {
 font-size:1.4rem;
}
/* #p-company .s-companyhour {
}
#p-company .s-companyhour .c-container {
}
#p-company .s-companyhour .c-container .c-col1 {
}
#p-company .s-companyhour .c-container .c-col4--panel {
}
#p-company .s-companyhour .c-container .c-col4--panel .c-item .c-text--large {
  font-weight: normal;
}
#p-company .s-companyhour .c-container .c-col4--panel .c-item .c-text--small span {
  background-color: #333;
  color: #fff;
  padding: 3px 6px;
}
#p-company .s-companyhour .c-container .c-col4--panel .c-text--bold {
  position: relative;
}
#p-company .s-companyhour .c-container .c-col4--panel .c-text--bold::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 30px;
  height: 1px;
  background: #ff4d00;
  content: "";
}
#p-company .s-companyhour .c-container .c-col4--panel .c-text--bold::before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #666;
  content: "";
}
#p-company .s-companyhour .c-container .c-col4--panel .c-text--normal {
} */

/*  **********　事業紹介  ********** */
#p-business {
}
/* 当社の事業について */
#p-business .s-businessabout {
  background-color: #f9f9f9;
}
#p-business .s-businessabout .c-container {
}
#p-business .s-businessabout .c-container .c-col1 {
}
/* 事業詳細 */

#p-business .s-businessoverview {
  position: relative;
}
#p-business .s-businessoverview::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  aspect-ratio: 16/9;
  background: url("../img/bg_blue.png") center / contain no-repeat;
  z-index: -1;
}
#p-business .s-businessoverview .c-container .c-col1.c-kinzoku,
#p-business .s-businessoverview .c-container .c-col1.c-glass,
#p-business .s-businessoverview .c-container .c-col1.c-sassi,
#p-business .s-businessoverview .c-container .c-col1.c-sekkei,
#p-business .s-businessoverview .c-container .c-col1.c-kenzai,
#p-business .s-businessoverview .c-container .c-col1.c-rental {
  background-color: #fff;
}

#p-business .s-businessoverview .c-container .c-col1 {
  border: 1px solid #ddd;
  border-radius: 5px;
}
#p-business .s-businessoverview .c-container .c-col1:first-of-type {
  border: none;
  border-radius: 5px;
}
#p-business .s-businessoverview .c-container .c-col1 .c-table {
  border-top: 1px solid #ddd;
}

#p-business .s-businessoverview .c-container .c-col1 .c-table th span {
  font-size: 1.8rem;
}
#p-business .s-businessoverview .c-container .c-col1 .c-table td span {
  background: linear-gradient(to bottom, #eee 40%, #eee 70%);
  display: inline;
}
#p-business .s-businessoverview .c-container .c-col1 .c-table th,
#p-business .s-businessoverview .c-container .c-col1 .c-table td {
  vertical-align: top;
}
#p-business .s-businessoverview .c-container .c-col1 .c-table tr:last-child th,
#p-business .s-businessoverview .c-container .c-col1 .c-table tr:last-child td {
  border-bottom: none;
}
#p-business .s-businessoverview .c-container .c-col1 .c-col2 {	
	align-items: flex-start;
}

#p-business .s-businessoverview .c-container .c-col1 > .c-col2 > .c-photo {
	aspect-ratio: 4/3;
}
#p-business .s-businessoverview .c-container .c-col1 .c-col2 .c-wrap {
}
#p-business .s-businessoverview .c-container .c-col1 .c-col2 .c-wrap .c-title--large {
}
#p-business .s-businessoverview .c-container .c-col1 .c-col2 .c-wrap [class*="c-tag--"] {
  transform: scale(1.8);
  transform-origin: left top;
}

#p-business .s-businessoverview .c-container .c-col1 .c-col2 .c-wrap .c-title--normal {
}
#p-business .s-businessoverview .c-container .c-col1 .c-col2 .c-wrap .c-text--normal {
}
#p-business .s-businessoverview .c-container .c-col1 .c-col2 .c-wrap .c-title--small {
}
#p-business .s-businessoverview .c-container .c-col1 .c-col2 .c-wrap .c-text--bold {
}
#p-business .s-businessoverview .c-container .c-col1 .c-wrap .c-table .c-col2 {
}
#p-business .s-businessoverview .c-container .c-col1 .c-wrap .c-table .c-col2 {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
}

#p-business .s-businessoverview .c-container .c-col1 .c-wrap .c-table .c-col2:last-of-type {
  border-bottom: none;
}
/* #p-business .s-businessoverview .c-container .c-col1 .c-wrap .c-table .c-col2 .c-photo {
  border-radius: 50%;
  aspect-ratio: 1/1;
  overflow: hidden;
} */

#p-business .s-businessoverview .c-container .c-col1 .c-wrap .c-table .c-col2 .c-wrap {
  width: 80%;
}

#p-business .s-businessoverview .c-container .c-col1 .c-wrap .c-table .c-col2 .c-photo {
  position: relative;
  width: 15%;
  border-radius: 50%;
  overflow: hidden;
}
/* 高さを width に対して 100% にする（正方形） */
#p-business .s-businessoverview .c-container .c-col1 .c-wrap .c-table .c-col2 .c-photo::before {
  content: "";
  display: block;
  padding-top: 100%; /* 正方形になる */
}

/* 中の画像をカバー表示 */
#p-business .s-businessoverview .c-container .c-col1 .c-wrap .c-table .c-col2 .c-photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#p-business .s-businessoverview .c-container .c-col1 .c-wrap .c-table .c-col2.s-businessoverview__example .c-photo {
	aspect-ratio:4/3;
	width:25%;
  border-radius:0;
}
#p-business .s-businessoverview .c-container .c-col1 .c-wrap .c-table .c-col2.s-businessoverview__example .c-wrap {
	width: 70%;
}

/*  **********　オリジナル商品一覧  ********** */
#p-products_archive {
}
/* 当社のオリジナル商品について */

#p-products_archive .s-productsabout .c-container {
}
#p-products_archive .s-productsabout .c-container .c-col1 {
}
#p-products_archive .s-productsabout .c-container .c-col1 .c-text--normal {
}
/* 一覧 */
#p-products_archive .s-productslist {
}


#p-products_archive .s-productslist .c-container .c-col2--panel .c-item {
  border: 1px solid #ddd;
  background-color: #fff;
}

#p-products_archive .s-productslist .c-container .c-col2--panel .c-item .c-photo {
  aspect-ratio: 4/3;
}
#p-products_archive .s-productslist .c-container .c-col2--panel .c-item .c-text--large {
	position: relative;
	background: linear-gradient(108deg, rgb(0, 35, 98) 0%, rgb(0, 3, 85) 100%);
	color: #fff;
	text-align:center;
}

/* #p-products_archive .s-productslist .c-container .c-col2--panel .c-item .c-text--large:before {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #999;
  content: "";
}
#p-products_archive .s-productslist .c-container .c-col2--panel .c-item .c-text--large:after {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 30px;
  height: 1px;
  background: #ff4d00;
  content: "";
} */

/*  **********　施工実績  ********** */
#p-achievementlist_archive {
}
/* 検索フォーム */
#p-achievementlist_archive .s-achievementsearch {
  background-color: #f9f9f9;
}
#p-achievementlist_archive .s-achievementsearch .c-container {
}
#p-achievementlist_archive .s-achievementsearch .c-container .c-wrap {
}
#p-achievementlist_archive .s-achievementsearch .c-container .c-wrap .s-form {
}
#p-achievementlist_archive .s-achievementsearch .c-container .c-wrap .s-form.s-searchform {
}
#p-achievementlist_archive .s-achievementsearch .c-container .c-wrap .s-form.s-searchform .c-table {
}
#p-achievementlist_archive .s-achievementsearch .c-container .c-wrap .s-form.s-searchform .c-table tr th {
  background: none;
}
#p-achievementlist_archive .s-achievementsearch .c-container .c-wrap .s-form.s-searchform .c-table tr td {
  background: none;
}
#p-achievementlist_archive .s-achievementsearch .c-container .c-wrap .s-form.s-searchform .c-table tr:last-child th {
  border-bottom: none;
}
#p-achievementlist_archive .s-achievementsearch .c-container .c-wrap .s-form.s-searchform .c-table tr:last-child td {
  border-bottom: none;
}

/* 実績一覧 */
#p-achievementlist_archive .s-achievementlist {
}
#p-achievementlist_archive .s-achievementlist .c-container {
}
#p-achievementlist_archive .s-achievementlist .c-container .c-col3--panel {
}
#p-achievementlist_archive .s-achievementlist .c-container .c-col3--panel .c-item {
  border: 1px solid #ddd;
  background-color: #fff;
}
#p-achievementlist_archive .s-achievementlist .c-container .c-col3--panel .c-item .c-photo {
  aspect-ratio: 16/9;
}
#p-achievementlist_archive .s-achievementlist .c-container .c-col3--panel .c-item .c-wrap .c-text--large {
}
#p-achievementlist_archive .s-achievementlist .c-container .c-col3--panel .c-item .c-wrap .c-text--normal {
}

/*  **********　採用情報  ********** */
#p-recruit {
}
/* メッセージ */
#p-recruit .s-recruitmessage {
}
#p-recruit .s-recruitmessage .c-container {
}
#p-recruit .s-recruitmessage .c-container .c-col1 {
}
/* オセヤの魅力 */
#p-recruit .s-recruitfeatures {
  position: relative;
}
#p-recruit .s-recruitfeatures::after {
  content: "";
  position: absolute;
  top: -5%;
  left: 0;
  width: 100%;
  aspect-ratio: 16/9;
  background: url("../img/bg_blue.png") center / contain no-repeat;
  z-index: -1;
}
#p-recruit .s-recruitfeatures .c-container {
  background-color: #dcf6ff;
}
#p-recruit .s-recruitfeatures .c-container .c-col1 {
}
#p-recruit .s-recruitfeatures .c-container .c-col3--panel {
}
#p-recruit .s-recruitfeatures .c-container .c-col3--panel .c-item {
}
#p-recruit .s-recruitfeatures .c-container .c-col3--panel .c-item img {
  width: 50%;
}
#p-recruit .s-recruitfeatures .c-container .c-col3--panel .c-item .c-text--large {
  color: #284694;
}
/* インタビュー一覧  */
.s-interviewlist {
}
.s-interviewlist .c-container {
}
.s-interviewlist .c-container .c-col2--panel {
	display:flex;
	justify-content: center;
}
.s-interviewlist .c-container .c-col2--panel .c-item {
  background-color: #fff;
  position: relative;
}
.s-interviewlist .c-container .c-col2--panel .c-item .c-photo {
  overflow: hidden; /* 拡大してもはみ出さないように */
}
.s-interviewlist .c-container .c-col2--panel .c-item .c-photo img {
  transition: transform 0.2s ease;
  display: block;
}
.s-interviewlist .c-container .c-col2--panel .c-item:hover .c-photo img {
  transform: scale(1.1);
}

.s-interviewlist .c-container .c-col2--panel .c-item .c-text--small {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f9f9f9;
  padding: 20px 20px 0 0;
}
.s-interviewlist .c-container .c-col2--panel .c-item .c-text--small::after {
  position: absolute;
  top: 0px;
  left: 0;
  width: 30px;
  height: 1px;
  background: #ff4d00;
  content: "";
}

.s-interviewlist .c-container .c-col2--panel .c-item .c-text--small::before {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #666;
  content: "";
}

/* エントリー  */
.s-mynavitenshoku {
}
.s-mynavitenshoku .c-container {
  background-color: #dcf6ff;
}
.s-mynavitenshoku .c-container a .c-col2:hover {
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
}
.s-mynavitenshoku .c-container .c-col2 {
  background-color: #fff;
  transition: box-shadow 0.3s ease;
}
.s-mynavitenshoku .c-container .c-sectiontitle {
  border-right: 1px solid #ddd;
}
.s-mynavitenshoku .c-container .c-photo {
}
/*  **********　社員インタビュー  ********** */
/* ページトップタイトル */
.p-interview {
}
.p-interview .s-pagetop .c-container {
}
.p-interview .s-pagetop .c-container .c-col2 {
}
.p-interview .s-pagetop .c-container .c-col2 .c-title--normal {
  font-size: calc(3.2 * var(--rem));
}
.p-interview .s-pagetop .c-container .c-col2 .c-wrap:last-of-type {
  position: relative;
}
.p-interview .s-pagetop .c-container .c-col2 .c-wrap:last-of-type::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  content: "";
  z-index: 0;
}
.p-interview .s-pagetop .c-container .c-col2 .c-wrap p {
  z-index: 1;
}
.p-interview .s-pagetop .c-container .c-col2 .c-wrap p.c-text--normal {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
/* インタビュー本文 */
.p-interview .s-interviewtext .c-container .c-col2 .c-wrap .c-title--small {
}
.p-interview .s-interviewtext .c-container .c-col2 .c-wrap .c-title--small span {
  position: relative;
  font-size: 2.1rem;
}
.p-interview .s-interviewtext .c-container .c-col2 .c-wrap .c-title--small span::before {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #999;
  content: "";
}
.p-interview .s-interviewtext .c-container .c-col2 .c-wrap .c-title--small span::after {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 30px;
  height: 1px;
  background: #ff4d00;
  content: "";
}
.p-interview .s-interviewtext .c-container .c-col2 .c-wrap .c-wrap .c-photo {
  aspect-ratio: 21 / 9;
  width: 100%;
  overflow: hidden;
}
.p-interview .s-interviewtext .c-container .c-col2 .c-wrap .c-wrap .c-photo:last-of-type {
  aspect-ratio: 21 / 9;
  width: 100%;
  overflow: hidden;
}
/*  **********　お知らせ 一覧  ********** */
#p-newslist_archive {
}
#p-newslist_archive .s-newslist {
}
#p-newslist_archive .s-newslist .c-container {
}
#p-newslist_archive .s-newslist .c-container .c-col1 {
}
#p-newslist_archive .s-newslist .c-container .c-col1 .c-table {
}
/*  **********　お知らせ 詳細  ********** */
#p-news {
  background-color: #fff;
}
#p-news .c-container {
}
#p-news .c-container .c-col2 {
}
/* メインカラム */
#p-news .c-container .c-col2 .s-newsdetail {
}
#p-news .c-container .c-col2 .s-newsdetail .c-container {
}
#p-news .c-container .c-col2 .s-newsdetail .c-container .c-wrap {
}
#p-news .c-container .c-col2 .s-newsdetail .c-container .c-wrap .c-text--bold span {
	margin-left:10px;
}
#p-news .c-container .c-col2 .s-newsdetail .c-container .c-wrap .c-text--large {
}
#p-news .c-container .c-col2 .s-newsdetail .c-container .c-wrap .wp-wysiwyg p{
	line-height: 1.9;
}
#p-news .c-container .c-col2 .s-newsdetail .c-container .c-wrap .c-text--bold {
}
#p-news .c-container .c-col2 .s-newsdetail .c-container .c-wrap .c-text--large {
}
/* 右カラム */
#p-news .c-container .c-col2 .s-rightcol {
}
#p-news .c-container .c-col2 .s-rightcol .c-container {
}
#p-news .c-container .c-col2 .s-rightcol .c-container .c-wrap {
}
#p-news .c-container .c-col2 .s-rightcol .c-container .c-wrap .c-text-bold {
}
#p-news .c-container .c-col2 .s-rightcol .c-container .c-wrap.s-rightcol__latest {
}
#p-news .c-container .c-col2 .s-rightcol .c-container .c-wrap.s-rightcol__category {
}
#p-news .c-container .c-col2 .s-rightcol .c-container .c-wrap.s-rightcol__archive {
}
/*  **********　お問い合わせフォーム  ********** */
#p-contact {
}
#p-contact .s-inputarea .s-contactlead {
}
#p-contact .s-inputarea .c-table {
}
#p-contact .s-inputarea .c-text--normal {
}
#p-contact .s-inputarea .s-form__btn {
}
#p-contact .s-inputarea .s-form__btn .c-text--bold {
}
#p-contact .s-inputarea a {
}
/*  **********　個人情報保護方針  ********** */
#p-privacy {
}
#p-privacy .s-privacy .c-title--small {
  padding-bottom: 1rem;
}
#p-privacy .s-privacy .c-text--normal {
  padding-bottom: 3rem;
}

/*  **********　トップページ  ********** */
#p-top .c-col2 {
  align-items: center;
}
/* トッページメインビジュアル */
#p-top .s-topmainvisual {
  background-color: #fff;
  position: relative;
}
#p-top .s-topmainvisual .c-container {
  position: relative;
}
#p-top .s-topmainvisual .c-container .c-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
}
#p-top .s-topmainvisual .c-container .c-wrap .c-title--large {
  color: #fff;
  font-size: calc(2.2 * var(--rem));
}
#p-top .s-topmainvisual .c-container .c-wrap .c-title--small {
  color: #fff;
  font-weight: 500;
  font-size: calc(7.2 * var(--rem));
}
#p-top .s-topmainvisual .c-container .c-col1 .slider .c-slick {
  background-size: cover;
  height: calc(100vh - 80px);
  background-position: center;
}
#p-top .s-topmainvisual .c-container .c-col1 .slider .c-slick::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: inherit;
  filter: brightness(55%);
  z-index: -1;
}
#p-top .s-topmainvisual .c-container .c-col1 .slider .c-slick.slickimg01 {
  background-image: url("../img/p-top_s-topmainvisual01.jpg");
}
#p-top .s-topmainvisual .c-container .c-col1 .slider .c-slick.slickimg02 {
  background-image: url("../img/p-top_s-topmainvisual02.jpg");
}
#p-top .s-topmainvisual .c-container .c-col1 .slider .c-slick.slickimg03 {
  background-image: url("../img/p-top_s-topmainvisual03.jpg");
}

/* スクロール */
#p-top .s-topmainvisual .c-container .c-scrolldown {
  position: absolute;
  left: 50%;
  bottom: 10px;
  height: 100px;
  transform: translateX(-50%);
  animation-name: scrolldownAnime;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 3s;
}
@keyframes scrolldownAnime {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
#p-top .s-topmainvisual .c-container .c-scrolldown span {
  position: relative;

  font-size: 1.2rem;
  letter-spacing: 0.05em;
  color: #fff;
}
#p-top .s-topmainvisual .c-container .c-scrolldown span::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100px;
  background-color: #fff;
  animation-name: pathmoveAnime;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  opacity: 0;
  animation-delay: 3s;
}
@keyframes pathmoveAnime {
  0% {
    height: 0;
    top: 15px;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 60px;
    opacity: 0;
  }
}

#p-top .s-topmainvisual .c-photo {
  height: 100vh;
}
/* お知らせ一覧 */
.s-newslist .c-container {
  z-index: 2;
}

.s-newslist {
  position: relative;
  background-color: #fff;
}
.s-newslist .c-textlink {
  padding: 0 1px 0 1rem;
}

#p-top .s-newslist::after {
  content: "";
  position: absolute;
  bottom: -15%;
  left: 0;
  width: 100%;
  aspect-ratio: 16/9;
  background: url("../img/bg_blue.png") center / contain no-repeat;
  z-index: 1;
}

@media screen and (min-width: 1441px) {
  #p-top .s-newslist::after {
    bottom: -20%;
  }
}

/* 会社情報 */
#p-top .s-topcompany {
  background-color: #fff;
}
#p-top .s-topcompany .c-container {
  z-index: 2;
}
/* 事業内容 */
#p-top .s-topbusiness {
  background-color: #fff;
}
#p-top .s-topbusiness .c-col2 .c-item {
  order: 2;
}
#p-top .s-topbusiness .c-col2 .c-photo {
  order: 1;
}
/* オリジナル商品一覧 */
#p-top .s-topproducts {
  background-color: #fff;
}
/* 施工実績 */
#p-top .s-topachievment {
  background-color: #fff;
}
#p-top .s-topachievment .c-col2 .c-item {
  order: 2;
}
#p-top .s-topachievment .c-col2 .c-photo {
  order: 1;
}
/* 採用情報 */
#p-top .s-toprecruit {
  background-color: #fff;
}

#p-top .s-pallarax {
  width: 100vw;
  height: 100vh;
}

#p-top .s-pallarax .c-container .c-column1:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
}

#p-top .s-pallarax .c-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#p-top .s-pallarax .c-container .c-column1 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  background-image: url(../img/p-top-c-pallarax01.jpg);
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
}

/* #p-top .s-pallarax {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
#p-top .s-pallarax .c-container {
  position: relative;
  width: 100%;
  height: 100%;
}
#p-top .s-pallarax .c-photo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
} */

#p-top .s-pallarax .c-photo img {
}

/* #p-top .s-pallarax .c-container:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
} */
/*  **********　プライバシー  ********** */

.s-privacy--inc {
}
.s-privacy--inc .c-col1 {
}
.s-privacy--inc .c-col1 .c-text--normal {
}
.s-privacy--inc .c-col1 .c-title--small {
  position: relative;
}

.s-privacy--inc .c-col1 .c-title--small::after {
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 30px;
  height: 1px;
  background: #ff4d00;
  content: "";
}

.s-privacy--inc .c-col1 .c-title--small::before {
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #666;
  content: "";
}

/* **************************************************************** */
/* ********************** スマートフォン対応 ************************* */

@media screen and (max-width: 810px) {
  /* ********** サイト全体の共通モジュールのstyle（★） ********** */
  /* テキスト要素 */

  .c-indextitle {
    font-size: calc(3.5 * var(--rem));
  }
  .c-indextitle--sub {
    font-size: 1.4rem;
  }

  .c-title--large {
    padding: 3px 10px;
    font-size: 2.5rem;
  }
  .c-title--normal {
    font-size: 2.4rem;
  }
  .c-title--small {
    font-size: 2.2rem;
  }
  /* ボタン要素 */
  .c-btn {
    width: 90%;
    margin: 0 auto;
  }
  /* テーブル要素 */
  .c-table th,
  .c-table td {
    width: 100%; /* 固定 */
    display: block; /* 固定 */
    padding: 20px 10px;
  }
  .c-table th {
    border-bottom: none;

    padding: 20px 10px 0px;
  }
  /* **********  サイト全体の共通パーツのstyle（★） ********** */
  /* フッタコンタクト */

  .s-footercontact .c-text--normal {
    text-align: left;
  }
  .s-footercontact .c-col2 .c-text--bold {
    font-size: calc(2.6 * var(--rem));
  }
  /* フッタ */
  .l-footer__address {
    text-align: left;
    margin-top: 30px;
  }

  /* お知らせ右カラム/WPに影響するためclass名は変更不可 */
  .s-rightcol {
    margin-top: 60px;
  }
  /* 下層ページトップビジュアルメイン */
.s-pagetop .c-wrap {
  padding: 100px 0;
}
 /*  .s-pagetop .c-photo {
    height: 200px;
  }
  .s-pagetop .c-col2 .c-wrap {
    padding: 50px 0 50px;
  }
  .s-pagetop .c-col2 .c-wrap:nth-of-type(2) {
    margin: 0 auto 0px;
    padding: 20px 0 150px;
    width: 100%;
    max-width: 100%;
  } */
  .s-pagetop__maintitle {
    position: relative;
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 10px;
  }
  .s-pagetop__subtitle {
    position: relative;
    font-size: 4.5rem;
  }
  .s-pagetop__maintitle::after {
    width: 60px;
    top: 35px;
  }

  /* ********** ページごと・セクションごとの個別style（★） ********** */
  /*  **********　会社情報  ********** */
  /* ご挨拶 */
  #p-company .s-companymessage .c-container .c-col2 .c-item {
    order: 2;
  }
  #p-company .s-companymessage .c-container .c-col2 .c-photo {
    order: 1;
    margin-bottom: 30px;
  }
  /* 沿革 */
  #p-company .s-companyhistory::after {
    top: 7%;
  }

  /* アクセス */
  #p-company .s-companyaccess .c-container.u-w100,
  #p-company .s-companyaccess .c-col2.u-w100,
  #p-company .s-companyaccess .c-map.u-w50 {
    width: 100%;
    max-width: 100%;
  }
  #p-company .s-companyaccess .c-sectiontitle.c-col1 .c-wrap {
    width: initial;
    display: block;
  }
  #p-company .s-companyaccess .c-container .c-col2 .c-item .c-text--normal.u-pt100 {
    padding-top: 0;
  }
  #p-company .s-companyaccess .c-container .c-map iframe {
    height: 500px;
  }
  /*  **********　事業紹介  ********** */
  #p-business {
  }
  /* 当社の事業について */

  #p-business .s-businessabout .c-container .c-col2 .c-photo {
    margin-bottom: 30px;
  }
  /* 事業詳細 */
  #p-business .s-businessoverview .c-container .c-col1 .c-col2 .c-wrap [class*="c-tag--"] {
    transform: scale(1);
    transform-origin: left top;
  }
  #p-business .s-businessoverview .c-container .c-col1 .c-col2 .c-wrap .c-title--large {
    font-size: 1.6rem;
  }
  #p-business .s-businessoverview .c-container .c-col1 .c-col2 .c-wrap .c-title--large.u-mb40 {
    margin-bottom: 20px;
  }
  #p-business .s-businessoverview .c-container .c-col1 .c-wrap .c-table .c-col2 {
    flex-direction: row;
  }
  #p-business .s-businessoverview .c-container .c-col1 .c-wrap .c-table .c-col2 .c-photo {
    width: 20%;
    height: 100%;
  }
  #p-business .s-businessoverview .c-container .c-col1 .c-wrap .c-table .c-col2 .c-photo img {
    object-fit: cover;
  }
  #p-business .s-businessoverview .c-container .c-col1 .c-wrap .c-table .c-col2 .c-wrap {
		width: 70%;
		margin: 0 0 0 10px;
  }
  #p-business .s-businessoverview .c-container .c-col1 .c-wrap .c-table .c-col2 {
		align-items: flex-start;
	}
	#p-business .s-businessoverview .c-container .c-col1 .c-wrap .c-table .c-col2.s-businessoverview__example {
	display:block;
}
	#p-business .s-businessoverview .c-container .c-col1 .c-wrap .c-table .c-col2.s-businessoverview__example  .c-photo {
  width:100%;
}
#p-business .s-businessoverview .c-container .c-col1 .c-wrap .c-table .c-col2.s-businessoverview__example  .c-wrap	{
  width:100%;
  margin-top:20px;
}
	
  /*  **********　採用情報  ********** */

  /* インタビュー一覧  */
  .s-interviewlist .c-container.u-w100 {
    width: 80%;
    max-width: 80%;
  }
  /* エントリー  */
  .s-mynavitenshoku .c-container .c-sectiontitle {
    border-right: none;
    margin-bottom: 30px;
  }
  .s-mynavitenshoku .c-container .c-col2 .c-col1 .c-text--normal {
    text-align: left;
  }
  /*  **********　社員インタビュー  ********** */
  /* ページトップタイトル */
  .p-interview .s-pagetop .c-container .c-col2 .c-title--normal {
    font-size: calc(2 * var(--rem));
  }
  /* 下層ページトップビジュアルメイン */
  .p-interview .s-pagetop > .c-container {
    background-position: center left -200px;
	}
.p-interview .s-pagetop .c-container .c-col2 .c-wrap:last-of-type {
		padding: 20px 0 180px;
	}
  /*  **********　トップページ  ********** */

  #p-top .s-topmainvisual .c-container .c-wrap .c-title--large {
    font-size: calc(1.7 * var(--rem));
  }
  #p-top .s-topmainvisual .c-container .c-wrap .c-title--small {
    font-size: calc(2.5 * var(--rem));
  }
  #p-top .s-topcompany .c-col2 .c-item,
  #p-top .s-topbusiness .c-col2 .c-item,
  #p-top .s-topproducts .c-col2 .c-item,
  #p-top .s-topachievment .c-col2 .c-item,
  #p-top .s-toprecruit .c-col2 .c-item {
    order: 1;
    margin-bottom: 30px;
  }
  #p-top .s-topcompany .c-col2 .c-photo,
  #p-top .s-topbusiness .c-col2 .c-photo,
  #p-top .s-topproducts .c-col2 .c-photo,
  #p-top .s-topachievment .c-col2 .c-photo,
  #p-top .s-toprecruit .c-col2 .c-photo {
    order: 2;
    margin-bottom: 30px;
  }
  /* #p-top .s-pallarax {
    height: 480px;
  } */
  #p-top .s-pallarax .c-photo img {
  }
}
