@charset "utf-8";
/* CSS Document */

:root {
  --ss-main-maxwidth: 100%;
  --ss-main-width: 1280px;
  --ss-page-maxwidth: 85%;
  --ss-page-width: 1200px;
  --ss-button-border: #3D3935;
}
/*===========================================
　共通
===========================================*/
.pane-main {
  overflow-x: hidden;
}
.ss-contents {
  width: 1280px;
  margin: 0 auto 100px;
  font-size: 16px;
  letter-spacing: 0;
}
/*--- sp ---*/
.ss-contents.ss-smartphone {
  width: 100%;
  margin: 0 auto 0;
  font-size: 13px;
}
.ss-pc {
  display: block;
}
.ss-sp {
  display: none;
}
/*--- sp ---*/
.ss-smartphone .ss-pc {
  display: none;
}
.ss-smartphone .ss-sp {
  display: block;
}
.ss-pci {
  display: inline;
}
.ss-spi {
  display: none;
}
/*--- sp ---*/
.ss-smartphone .ss-pci {
  display: none;
}
.ss-smartphone .ss-spi {
  display: inline;
}
.ss-button {
  width: 310px;
  height: 54px;
  margin: 0 auto;
}
/*--- sp ---*/
.ss-smartphone .ss-button {
  width: 70%;
  height: 45px;
}
.ss-button a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  box-sizing: border-box;
  border: 1px solid var(--cl-gr);
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.ss-button a:hover {
  border: 1px solid var(--cl-link);
}
.ss-button a p {
  font-size: 1em;
  font-weight: 500;
  margin-top: -.1em;
}
/*--- sp ---*/
.ss-smartphone .ss-button a p {
  font-size: 1em;
}
.ss-contents img {
  vertical-align: bottom;
}
/*----------------------------------
　パンクズ
-----------------------------------*/
.ss-breadcrumb {
  margin-top: 10px;
  width: auto;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
}
/*--- sp ---*/
.ss-smartphone .ss-breadcrumb {
  margin-top: 0;
  padding-left: 20px;
}
.ss-smartphone.ss-page .ss-breadcrumb {
  margin-top: 0;
  padding-left: 0;
}
.ss-breadcrumb li {
  width: auto;
  height: 100%;
  padding: 0 1em;
  border-left: 1px solid var(--cl-bdr);
}
/*--- sp ---*/
.ss-smartphone .ss-breadcrumb li {
  padding: 0 .5em;
}
.ss-breadcrumb li:first-child {
  padding: 0 1em 0 0;
  border-left: 0;
}
/*--- sp ---*/
.ss-smartphone .ss-breadcrumb li:first-child {
  padding: 0 .5em 0 0;
}
.ss-breadcrumb li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  font-size: 1.1rem;
  line-height: 15px;
  color: var(--cl-link);
}
/*--- sp ---*/
.ss-smartphone ..ss-breadcrumb li a {
  font-size: 1rem;
}
/*===========================================
　TOP
===========================================*/
/*----------------------------------
　ローカルナビ
-----------------------------------*/
.ss-localnavi {
  margin-top: 10px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
/*--- sp ---*/
.ss-smartphone .ss-localnavi {
  padding: 0 20px;
  margin-top: 20px;
  justify-content: center;
}
.ss-localnavi .ss-list {
  display: flex;
  justify-content: space-between;
  gap: 0;
}
/*.ss-localnavi .ss-list > div {
	white-space: nowrap;
	border-right: 1px solid var(--cl-bdr);
	height: 40px;
	}*/
/*--- sp ---*/
/*.ss-smartphone .ss-localnavi .ss-list > div {
	height: 30px;
	}*/
.ss-localnavi .ss-list > div {
  position: relative;
  white-space: nowrap;
  height: 40px;
}
/*--- sp ---*/
.ss-smartphone .ss-localnavi .ss-list > div {
  height: 30px;
}
.ss-localnavi .ss-list > div ::after {
  content: "";
  position: absolute;
  right: 0;
  top: 25%; /* 上から25%の位置に開始 */
  height: 50%; /* div高さの50%だけ表示 */
  width: 1px;
  background-color: #beb5aa;
}
/*--- sp ---*/
.ss-smartphone .ss-localnavi .ss-list > div ::after {
  top: 20%; /* 上から25%の位置に開始 */
  height: 60%; /* div高さの50%だけ表示 */
}
.ss-localnavi .ss-list > div:last-child ::after {
  display: none;
}
.ss-localnavi .ss-list > div a {
  width: 100%;
  height: 100%;
  padding: 0 1em;
  font-size: 1.2rem;
  line-height: 40px;
}
/*--- sp ---*/
.ss-smartphone .ss-localnavi .ss-list > div a {
  padding: 0 .6em;
  font-size: 1.1rem;
  line-height: 30px;
}
/*----------------------------------
　メインビジュアル
-----------------------------------*/
.ss-mainvisual {
  margin-top: 5px;
  width: 100%;
  aspect-ratio: 128 / 90;
  background-position: center center;
  background-repeat: no-repeat;
  /*background-image: url(../img/user/aboutus/mainvisual.jpg);*/
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*--- sp ---*/
.ss-smartphone .ss-mainvisual {
  width: 100%;
  height: calc(100vh - 95px);
}
.ss-mainvisual h2 {
  width: 525px;
}
/*--- sp ---*/
.ss-smartphone .ss-mainvisual h2 {
  width: 82%;
}
.ss-main-lead {
  margin-top: 5px;
  padding-top: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*--- sp ---*/
.ss-smartphone .ss-main-lead {
  padding-top: 60px;
  margin: auto;
  width: 70%;
  justify-content: flex-start;
}
.ss-main-lead p {
  font-size: 1.1em;
  text-align: center;
  line-height: 2.6em;
  font-weight: 500;
}
/*--- sp ---*/
.ss-smartphone .ss-main-lead p {
  font-size: 1.1em;
  text-align: left;
  line-height: 2.4em;
}
/*----------------------------------
　代表メッセージ
-----------------------------------*/
.ss-top-message {
  padding-top: 75px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*--- sp ---*/
.ss-smartphone .ss-top-message {
  padding-top: 60px;
}
.ss-top-message .ss-button {}
/*----------------------------------
　ライン
-----------------------------------*/
.ss-verticalline {
  width: 1px;
  height: 80px;
  margin: auto;
  margin-top: 100px;
  margin-bottom: -60px;
  background-color: var(--cl-bdr);
}
/*--- sp ---*/
.ss-smartphone .ss-verticalline {
  height: 50px;
  margin-top: 90px;
  margin-bottom: -20px;
}
/*----------------------------------
　暮らし、採用、歴史
-----------------------------------*/
.ss-top-section {
  padding-top: 180px;
  width: 1100px;
  margin: auto;
}
/*--- sp ---*/
.ss-smartphone .ss-top-section {
  padding-top: 100px;
  width: 85%;
}
.ss-top-section h3 {
  font-weight: 600;
  font-size: 2.2em;
  line-height: 1em;
  letter-spacing: .1em;
}
/*--- sp ---*/
.ss-smartphone .ss-top-section h3 {
  font-size: 1.8em;
  text-align: center;
}
.ss-top-section img {
  margin-top: 60px;
}
/*--- sp ---*/
.ss-smartphone .ss-top-section img {
  margin-top: 40px;
}
.ss-top-section > p {
  margin-top: 60px;
  font-weight: 500;
  font-size: 1em;
  line-height: 2.2em;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
/*--- sp ---*/
.ss-smartphone .ss-top-section > p {
  margin-top: 30px;
  font-size: 1em;
}
.ss-top-section .ss-button {
  margin-top: 60px;
}
/*--- sp ---*/
.ss-smartphone .ss-top-section .ss-button {
  margin-top: 30px;
}
/*----------------------------------
　会社概要
-----------------------------------*/
.ss-top-corporate {
  width: 1440px;
  margin: 0 calc((100% - 1440px)/2);
  margin-top: 160px;
}
/*--- sp ---*/
.ss-smartphone .ss-top-corporate {
  width: 100%;
  margin: 0;
  margin-top: 80px;
}
.ss-photo {
  width: 100%;
  height: 450px;
}
/*--- sp ---*/
.ss-smartphone .ss-photo {
  height: auto;
  aspect-ratio: 375 / 182;
}
.ss-photo img {
  width: 100%;
  height: 450px;
}
/*--- sp ---*/
.ss-smartphone .ss-photo img {
  height: auto;
  aspect-ratio: 375 / 182;
}
.ss-inner {
  width: 1100px;
  height: auto;
  margin: auto;
  margin-top: 80px;
}
/*--- sp ---*/
.ss-smartphone .ss-inner {
  width: 85%;
  margin-top: 50px;
}
.ss-top-corporate .ss-inner h3 {
  font-weight: 600;
  font-size: 1.8em;
  line-height: 1em;
  letter-spacing: .1em;
}
/*--- sp ---*/
.ss-smartphone .ss-top-corporate .ss-inner h3 {
  text-align: center;
}
.ss-top-corporate .ss-inner .ss-table {
  width: 100%;
  margin-top: 80px;
}
/*--- sp ---*/
.ss-smartphone .ss-top-corporate .ss-inner .ss-table {
  margin-top: 30px;
}
.ss-top-corporate .ss-inner .ss-table > div {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  padding: 1em 0;
  border-bottom: 1px solid var(--cl-bdr);
}
.ss-top-corporate .ss-inner .ss-table > div:last-child {
  border-bottom: 0;
}
.ss-top-corporate .ss-inner .ss-table > div div {
  font-size: 1em;
  line-height: 1.8em;
}
.ss-top-corporate .ss-inner .ss-table > div div:first-child {
  width: 200px;
  font-weight: 600;
}
/*--- sp ---*/
.ss-smartphone .ss-top-corporate .ss-inner .ss-table > div div:first-child {
  width: 100px;
}
.ss-top-corporate .ss-inner .ss-table > div div:last-child {
  flex: 1;
}
.ss-top-corporate .ss-inner .ss-table > div div p {
  margin-bottom: 1em;
}
.ss-top-corporate .ss-inner .ss-table > div div p:last-child {
  margin-bottom: 0;
}
/*===========================================
　PAGE共通
===========================================*/
.ss-contents.ss-page {
  width: 1200px;
}
/*--- sp ---*/
.ss-contents.ss-page.ss-smartphone {
  width: 85%;
  margin: auto;
  margin-top: 10px;
}
.ss-shoulder {
  width: 100%;
  margin-top: 60px;
}
/*--- sp ---*/
.ss-contents .ss-shoulder {
  margin-top: 30px;
}
.ss-shoulder h2 {
  width: 100%;
  color: var(--cl-bdr);
  font-size: .9em;
  font-weight: 700;
  position: relative;
}
/*--- sp ---*/
.ss-smartphone .ss-shoulder h2 {
  font-size: 1em;
}
.ss-shoulder h2:after {
  position: absolute;
  content: "";
  background-color: var(--cl-bdr);
  width: 40px;
  height: 5px;
  bottom: -15px;
  left: 0;
}
/*--- sp ---*/
.ss-smartphone .ss-shoulder h2:after {
  width: 35px;
}
p.ss-page-lead {
  margin-top: 80px;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.8em;
}
/*--- sp ---*/
.ss-smartphone p.ss-page-lead {
  margin-top: 60px;
  font-size: 1.7em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.ss-mainimage {
  margin-top: 80px;
  width: 100%;
}
/*--- sp ---*/
.ss-smartphone .ss-mainimage {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  margin-top: 50px;
}
.ss-mainimage img {
  width: 100%;
}
.ss-page .ss-verticalline {
  width: 1px;
  height: 80px;
  margin: 100px auto;
  background-color: var(--cl-bdr);
}
/*--- sp ---*/
.ss-page.ss-smartphone .ss-verticalline {
  height: 40px;
  margin: 70px auto;
}
/*===========================================
　PAGE：代表メッセージ
===========================================*/
.ss-messsagebody {
  width: 90%;
  margin: auto;
  margin-top: 80px;
}
/*--- sp ---*/
.ss-smartphone .ss-messsagebody {
  width: 100%;
  margin-top: 40px;
}
.ss-messsagebody p.ss-name {
  font-weight: 500;
  font-size: 1.2em;
  line-height: 2.2em;
}
/*--- sp ---*/
.ss-smartphone .ss-messsagebody p.ss-name {
  font-size: 1.1em;
  line-height: 1.8em;
}
.ss-messsagebody p.ss-name span {
  font-size: .8em;
}
.ss-messsagebody h3 {
  margin-top: 60px;
  font-weight: 500;
  font-size: 1.8em;
  line-height: 1.8em;
}
/*--- sp ---*/
.ss-smartphone .ss-messsagebody h3 {
  margin-top: 30px;
  font-size: 1.45em;
}
.ss-messsagebody p.ss-body {
  margin-top: 70px;
  font-size: 1em;
  line-height: 2.2em;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
/*--- sp ---*/
.ss-smartphone .ss-messsagebody p.ss-body {
  margin-top: 30px;
}
/*===========================================
　PAGE：届けたい暮らし
===========================================*/
.ss-livingblock {
  width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 60px;
}
/*--- sp ---*/
.ss-smartphone .ss-livingblock {
  width: 100%;
  row-gap: 40px;
}
.ss-livingblock.ss-margin {
  margin-top: 160px;
}
/*--- sp ---*/
.ss-smartphone .ss-livingblock.ss-margin {
  margin-top: 80px;
}
.ss-livingblock .ss-tobira {
  width: 100%;

  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
}
/*--- sp ---*/
.ss-smartphone .ss-livingblock .ss-tobira {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column-reverse;
}
.ss-livingblock .ss-tobira .ss-texts {
  width: 30%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
/*--- sp ---*/
.ss-smartphone .ss-livingblock .ss-tobira .ss-texts {
  width: 100%;
}
.ss-livingblock .ss-tobira .ss-texts h3 {
  margin-top: 30px;
  font-weight: 700;
  font-size: 1.8em;
  line-height: 2em;
}
/*--- sp ---*/
.ss-smartphone .ss-livingblock .ss-tobira .ss-texts h3 {
  margin-top: 40px;
  font-size: 1.7em;
}
.ss-livingblock .ss-tobira .ss-texts p {
  width: 80%;
  margin-top: 50px;
  font-weight: 500;
  font-size: 1em;
  line-height: 2em;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
/*--- sp ---*/
.ss-smartphone .ss-livingblock .ss-tobira .ss-texts p {
  width: 100%;
  margin-top: 30px;
}
.ss-livingblock .ss-tobira .ss-image {
  width: 70%;
}
/*--- sp ---*/
.ss-smartphone .ss-livingblock .ss-tobira .ss-image {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.ss-livingblock .ss-tobira .ss-image img {
  width: 100%;
}
.ss-livingblock .ss-products {
  width: 100%;
}
/*--- sp ---*/
.ss-smartphone .ss-livingblock .ss-products {
  padding-top: 40px;
  border-top: 1px solid var(--cl-bdr);
}
.ss-livingblock .ss-products p.ss-lead {
  font-size: 1em;
  line-height: 2em;
}
.ss-livingblock .ss-products .ss-inner {
  width: 100%;
  margin-top: 30px;
}
.ss-livingblock .ss-products .ss-inner .block-thumbnail-t-swiper {
  margin-left: -40px;
  padding: 0;
}
/*--- sp ---*/
.ss-smartphone .ss-livingblock .ss-products .ss-inner .block-thumbnail-t-swiper {
  margin-left: -20px;
  padding: 0;
}
.ss-livingblock .ss-products .ss-inner .block-thumbnail-t--goods .block-thumbnail-t--goods-name a {
  font-weight: 400;
  font-size: .9em;
}
.ss-livingblock .ss-products .ss-inner .block-thumbnail-t--goods .price {
  font-size: .9em;
}
.ss-livingblock .ss-products .ss-inner .block-top-event {
  margin-top: 40px;
  padding: 0;
}
.ss-livingblock .ss-products .ss-inner .block-thumbnail-t-swiper .block-thumbnail-t--goods-name p {
  font-size: 13px;
  font-weight: 400;
}
.ss-livingblock .ss-products .ss-inner .block-thumbnail-t--price {
  font-size: 1em;
}
.ss-livingblock .swiper-scrollbar swiper-scrollbar-t {
  margin-top: 0 !important;
}
.ss-livingblock .swiper-scrollbar.swiper-scrollbar-horizontal {
  margin-top: 60px !important;
}
/*--- sp ---*/
.ss-smartphone .ss-livingblock .swiper-scrollbar.swiper-scrollbar-t {
  margin-top: 0 !important;
}
.ss-smartphone .ss-livingblock .swiper-scrollbar.swiper-scrollbar-horizontal {
  margin-top: 30px !important;
}
.ss-smartphone .ss-livingblock .swiper-scrollbar-horizontal > .swiper-scrollbar-horizontal {
  display: none;
}
/*
#ss-livingblock-03 .swiper-scrollbar-drag,
#ss-livingblock-03 .swiper-button-prev,
#ss-livingblock-03 .swiper-button-next{
	display:none !important;
	}

#ss-livingblock-03 .swiper-horizontal {
	touch-action: none !important;
	}

#ss-livingblock-03 [aria-label="4 / 5"] {
	    margin-right: 0;
	}
*/
/*----------------------------------
　受賞リンク
-----------------------------------*/
.ss-awardlink {
  padding: 160px 0 60px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*--- sp ---*/
.ss-smartphone .ss-awardlink {
  padding: 65px 0 0;
}
.ss-awardlink .ss-button {}
/*===========================================
　PAGE：受賞歴
===========================================*/
.ss-awards {
  width: 100%;
  margin: auto;
  margin-top: 80px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  column-gap: 60px;
  padding: 40px 60px;
  background: #fff;
  border: 1px solid var(--cl-bdr);
}
/*--- sp ---*/
.ss-smartphone .ss-awards {
  margin-top: 50px;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  row-gap: 30px;
  padding: 30px 20px;
}
.ss-awards .ss-cell {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  row-gap: 20px;
}
/*--- sp ---*/
.ss-smartphone .ss-awards .ss-cell {
  align-items: center;
  justify-content: center;
  flex-direction: row;
  column-gap: 20px;
}
.ss-awards .ss-cell img {
  height: 60px;
}
/*--- sp ---*/
.ss-smartphone .ss-awards .ss-cell img {
  height: 50px;
}
.ss-awards .ss-cell div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
}
/*--- sp ---*/
.ss-smartphone .ss-awards .ss-cell div:first-child {
  width: 100px;
}
.ss-smartphone .ss-awards .ss-cell div:last-child {
  flex: 1;
}
.ss-awards .ss-cell div p:first-child {
  font-size: .75em;
  text-align: center;
  font-weight: 700;
}
/*--- sp ---*/
.ss-smartphone .ss-awards .ss-cell div p:first-child {
  font-size: .85em;
  text-align: left;
  width: 100%;
}
.ss-awards .ss-cell div p:last-child {
  font-size: .7em;
  margin-top: 15px;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  line-height: 1.8em;
}
/*--- sp ---*/
.ss-smartphone .ss-awards .ss-cell div p:last-child {
  font-size: .8em;
  margin-top: 10px;
  line-height: 1.5em;
}
.ss-award {
  width: 100%;
  padding: 0 0;
  margin-top: 80px;
}
/*--- sp ---*/
.ss-smartphone .ss-award {
  margin-top: 40px;
}
.ss-award .accordion {
  margin-inline: 0;
  border-bottom: 1px solid var(--cl-bdr);
}
.ss-award .accordion:last-child {
  border-bottom: none;
}
.ss-award .accordion[open] {
  background-color: #fff;
}
.ss-award .accordion .accordion_title {
  position: relative;
  border: none;
  display: block;
  list-style: none;
  width: 100%;
  cursor: pointer;
  height: 100px;
  font-size: 1.1em;
  line-height: 1em;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 40px;
  -webkit-transition: all .6s;
  -ms-transition: all .6s;
  transition: all .6s;
}
/*--- sp ---*/
.ss-smartphone .ss-award .accordion .accordion_title {
  height: 70px;
  padding-left: 20px;
}
.ss-award .accordion .accordion_title:hover {
  background-color: #f0eee8;
}
/*--- sp ---*/
.ss-smartphone .ss-award .accordion .accordion_title:hover {
  background-color: transparent;
}
.ss-award .accordion[open] .accordion_title:hover {
  background-color: #fff;
}
.ss-award .accordion summary.accordion_title::-webkit-details-marker {
  display: none;
}
.ss-award .accordion .accordion_title:after {
  content: "┼";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
  line-height: 1;
  color: var(--cl-bk);
  padding: 0;
  pointer-events: none;
}
.ss-award .accordion::details-content {
  opacity: 0;
  block-size: 0;
  transition: .3s;
  transition-property: display, opacity, block-size, padding;
  transition-behavior: allow-discrete;
  line-height: 1.6em;
}
.ss-award .accordion .accordion_content > *:first-of-type {
  margin-top: 0;
}
.ss-award .accordion .accordion_content > *:last-of-type {
  margin-bottom: 0;
}
.ss-award .accordion[open]::details-content {
  opacity: 1;
  block-size: auto;
  block-size: calc-size(auto, size);
}
.ss-award .accordion[open] .accordion_content {
  padding: 0 40px 60px;
}
/*--- sp ---*/
.ss-smartphone .ss-award .accordion[open] .accordion_content {
  padding: 0 20px 20px;
}
.ss-award .accordion[open] .accordion_title:after {
  content: "―";
}
.ss-award .accordion[open]::selection {
  background: #fff;
  color: #222;
}
.ss-award .accordion[open]::-moz-selection {
  background: #fff;
  color: #222;
}
.ss-award .accordion .ss-acinner {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  column-gap: 40px;
  padding-top: 60px;
}
/*--- sp ---*/
.ss-smartphone .ss-award .accordion .ss-acinner {
  align-items: center;
  flex-direction: column;
  row-gap: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.ss-award .accordion .ss-acinner .ss-acinner-photo {
  width: 250px;
}
/*--- sp ---*/
.ss-smartphone .ss-award .accordion .ss-acinner .ss-acinner-photo {
  width: 100%;
}
.ss-award .accordion .ss-acinner .ss-acinner-photo img {
  width: 100%;
}
.ss-award .accordion .ss-acinner .ss-acinner-side {
  flex: 1;
  display: flex;
  flex-direction: column;
}
/*--- sp ---*/
.ss-smartphone .ss-award .accordion .ss-acinner .ss-acinner-side {
  row-gap: 5px;
  width: 100%;
}
.ss-award .accordion .ss-acinner .ss-acinner-side h3 {
  font-size: 1.2em;
}
/*--- sp ---*/
.ss-smartphone .ss-award .accordion .ss-acinner .ss-acinner-side h3 {
  font-size: 1.1em;
}
.ss-award .accordion .ss-acinner .ss-acinner-side p {
  font-size: 1em;
  line-height: 1.8em;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
.ss-award .accordion .ss-acinner .ss-acinner-side .ss-acinner-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
/*--- sp ---*/
.ss-smartphone .ss-award .accordion .ss-acinner .ss-acinner-side .ss-acinner-bottom {
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  margin-top: 20px;
}
.ss-award .accordion .ss-acinner .ss-acinner-side .ss-acinner-bottom .ss-acinner-icons {
  width: 70%;
}
/*--- sp ---*/
.ss-smartphone .ss-award .accordion .ss-acinner .ss-acinner-side .ss-acinner-bottom .ss-acinner-icons {
  width: 100%;
}
.ss-award .accordion .ss-acinner .ss-acinner-side .ss-acinner-bottom .ss-acinner-icons img {
  height: 50px;
  margin-right: 5px;
}
/*--- sp ---*/
.ss-smartphone .ss-award .accordion .ss-acinner .ss-acinner-side .ss-acinner-bottom .ss-acinner-icons img {
  height: 40px;
  margin-right: 5px;
}
.ss-award .accordion .ss-acinner .ss-acinner-side .ss-acinner-bottom p {
  font-size: .8em;
}
/*--- sp ---*/
.ss-smartphone .ss-award .accordion .ss-acinner .ss-acinner-side .ss-acinner-bottom p {
  font-size: .9em;
  margin-top: 20px;
}
.ss-award .accordion .ss-acinner .ss-acinner-side .ss-acinner-bottom p a {
  text-decoration: underline;
}
/*== archive ==*/
.ss-award .accordion:last-child[open] .accordion_content {
  padding: 0 40px 60px;
}
/*--- sp ---*/
.ss-smartphone .ss-award .accordion:last-child[open] .accordion_content {
  padding: 0 20px 30px;
}
.ss-award .accordion:last-child[open] .accordion_content .archive {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  margin-top: 2em;
}
/*--- sp ---*/
.ss-smartphone .ss-award .accordion:last-child[open] .accordion_content .archive {
  flex-direction: column;
  margin-top: 1.75em;
}
.ss-smartphone .ss-award .accordion:last-child[open] .accordion_content .archive:first-child {
  margin-top: .5em;
}
.ss-award .accordion:last-child[open] .accordion_content .archive .archive_year {
  width: 150px;
}
.ss-award .accordion:last-child[open] .accordion_content .archive .archive_products {
  flex: 1;
}
.ss-award .accordion:last-child[open] .accordion_content .archive .archive_products {
  font-size: 1em;
  line-height: 1.8em;
  padding-bottom: 2em;
  border-bottom: 1px solid var(--cl-bdr);
}
/*--- sp ---*/
.ss-smartphone .ss-award .accordion:last-child[open] .accordion_content .archive .archive_products {
  width: 100%;
  padding-top: 1em;
}
.ss-award .accordion:last-child[open] .accordion_content .archive:last-child .archive_products {
  padding-bottom: 0;
  border-bottom: none;
}
.ss-award .accordion:last-child[open] .accordion_content .archive .archive_products ul li {
  position: relative;
  margin-left: 1.5em;
}
/*--- sp ---*/
.ss-smartphone .ss-award .accordion:last-child[open] .accordion_content .archive .archive_products ul li {
  margin-top: .5em;

  margin-left: 1em;
}
.ss-award .accordion:last-child[open] .accordion_content .archive .archive_products ul li::before {
  content: "";
  position: absolute;
  left: -0.8em;
  top: 0.85em;
  width: 3px; /* 小ささ調整 */
  height: 3px;
  background: var(--cl-bdr);
  border-radius: 50%;
}
.ss-award .accordion:last-child[open] .accordion_content .archive .archive_products ul li a {
  text-decoration: underline;
}
.ss-award .accordion:last-child[open] .accordion_content .archive .archive_products ul li span {
  font-size: .8em;
}
/*--- sp ---*/
.ss-smartphone .ss-award .accordion:last-child[open] .accordion_content .archive .archive_products ul li span {
  display: block;
  margin-top: .5em;
  line-height: 1.5em;
}
/*===========================================
　PAGE：マーナの歴史
===========================================*/
.ss-historybody {
  margin-top: 80px;
  font-size: 1em;
  line-height: 2.2em;
  text-align: center;
  font-weight: 500;
}
/*--- sp ---*/
.ss-smartphone .ss-historybody {
  margin-top: 50px;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
.ss-timeline {
  width: 100%;
}
.ss-timeline .ss-midashi {
  width: 100%;
  margin-top: -20px;
  padding: 0 0 50px 0;
}
.ss-timeline .ss-midashi.ss-second {
  margin-top: 0;
  padding: 80px 0 40px 0;
}
/*--- sp ---*/
.ss-smartphone .ss-timeline .ss-midashi {
  width: 100%;
  margin-top: -10px;
  padding: 0 0 20px 0;
}
.ss-smartphone .ss-timeline .ss-midashi.ss-second {
  margin-top: 0;
  padding: 50px 0 20px 0;
}
.ss-timeline .ss-midashi h2 {
  font-size: 1.6em;
  line-height: 2em;
  font-weight: 700;
  text-align: center;
  margin: 0;
  padding: 0;
}
/*--- sp ---*/
.ss-smartphone .ss-timeline .ss-midashi h2 {
  font-size: 1.4em;
}
.ss-timeline .ss-nengo {
  position: relative;
  width: 100%;
  padding: 30px 0;
}
.ss-timeline .ss-nengo::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background-color: var(--cl-bdr);
  border-radius: 50%;
}
.ss-timeline .ss-nengo h3 {
  font-size: 2em;
  line-height: 1em;
  font-weight: 500;
  text-align: center;
  margin: 0;
  padding: 0;
}
.ss-timeline .ss-nengo p {
  margin-top: 10px;
  font-size: .75em;
  line-height: 1em;
  text-align: center;
}
.ss-timeline .ss-action {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
}
.ss-timeline .ss-action .ss-event {
  width: 50%;
  min-height: 100px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  padding: 30px 0;
  padding-right: 80px;
}
/*--- sp ---*/
.ss-smartphone .ss-timeline .ss-action .ss-event {
  align-items: flex-start;
  justify-content: center;
  padding: 30px 0;
  padding-right: 20px;
}
.ss-timeline .ss-action .ss-event p {
  font-size: 1em;
  line-height: 1.8em;
  text-align: right;
  font-weight: 500;
}
/*--- sp ---*/
.ss-smartphone .ss-timeline .ss-action .ss-event p {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
.ss-timeline .ss-action .ss-event .ss-eventphoto {
  width: 180px;
}
/*--- sp ---*/
.ss-smartphone .ss-timeline .ss-action .ss-event .ss-eventphoto {
  width: 100%;
}
.ss-timeline .ss-action .ss-event .ss-eventphoto img {
  width: 180px;
  border: 1px solid #fff;
}
/*--- sp ---*/
.ss-smartphone .ss-timeline .ss-action .ss-event .ss-eventphoto img {
  width: 100%;
}
.ss-timeline .ss-action .ss-event p.ss-caption {
  margin-top: 10px;
  font-size: .7em;
  line-height: 1.8em;
  font-weight: 400;
}
/*--- sp ---*/
.ss-smartphone .ss-timeline .ss-action .ss-event p.ss-caption {
  font-size: .8em;
}
.ss-timeline .ss-action .ss-products {
  flex: 1;
  border-left: 1px solid var(--cl-bdr);
  padding: 30px 0;
  padding-left: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  column-gap: 15px;
}
/*--- sp ---*/
.ss-smartphone .ss-timeline .ss-action .ss-products {
  padding: 30px 0;
  padding-left: 20px;
  justify-content: center;
  flex-direction: column;
  row-gap: 20px;
}
.ss-timeline .ss-action .ss-products .ss-product {
  width: 180px;
}
/*--- sp ---*/
.ss-smartphone .ss-timeline .ss-action .ss-products .ss-product {
  width: 100%;
}
.ss-timeline .ss-action .ss-products .ss-product img {
  width: 180px;
  border: 1px solid #fff;
}
/*--- sp ---*/
.ss-smartphone .ss-timeline .ss-action .ss-products .ss-product img {
  width: 100%;
}
.ss-timeline .ss-action .ss-products .ss-product p {
  margin-top: 10px;
  font-size: .7em;
  line-height: 1.8em;
  color: #8B765D;
}
/*--- sp ---*/
.ss-smartphone .ss-timeline .ss-action .ss-products .ss-product p {
  font-size: .8em;
}
.ss-timeline .ss-mt10 {
  margin-top: 10px;
}
.ss-timeline .ss-mt20 {
  margin-top: 20px;
}
/*===========================================
　PAGE：採用情報
===========================================*/
.ss-contents.ss-page.ss-recruit {
  margin-bottom: 0;
}
.ss-recruit-lead {
  margin-top: -20px;
  font-size: 1.7em;
  line-height: 2em;
  text-align: center;
  font-weight: 500;
}
/*--- sp ---*/
.ss-smartphone .ss-recruit-lead {
  margin-top: -10px;
  font-size: 1.5em;
  line-height: 1.8em;
  text-align: center;
}
.ss-recruit-contents {
  border-top: 1px solid var(--cl-bdr);
  margin: auto;
  margin-top: 80px;
  width: 1200px;
}
/*--- sp ---*/
.ss-smartphone .ss-recruit-contents {
  width: 100%;
  margin-top: 60px;
}
.ss-recruit-contents .ss-recruit-inner {
  margin-bottom: 50px;
}
/*--- sp ---*/
.ss-smartphone .ss-recruit-contents .ss-recruit-inner {
  margin-bottom: 30px;
}
.ss-recruit-uniqueness {
  padding: 80px 0;
}
/*--- sp ---*/
.ss-smartphone .ss-recruit-uniqueness {
  padding: 60px 0;
}
.ss-recruit-contents .ss-recruit-inner h3 {
  font-size: 2em;
  line-height: 1em;
  font-weight: 600;
}
/*--- sp ---*/
.ss-smartphone .ss-recruit-contents .ss-recruit-inner h3 {
  font-size: 1.8em;
}
.ss-recruit-contents .ss-recruit-inner p.ss-lead {
  margin-top: 50px;
  margin-bottom: 60px;
  font-size: 1em;
  line-height: 2em;
}
/*--- sp ---*/
.ss-smartphone .ss-recruit-contents .ss-recruit-inner p.ss-lead {
  margin-top: 35px;
  margin-bottom: 40px;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
.ss-recruit-uniqueness-point {
  padding: 0 11%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  column-gap: 70px;
}
/*--- sp ---*/
.ss-smartphone .ss-recruit-uniqueness-point {
  padding: 0;
  justify-content: center;
  flex-direction: column;
  row-gap: 20px;
}
.ss-recruit-uniqueness-point > div {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
}
/*--- sp ---*/
.ss-smartphone .ss-recruit-uniqueness-point > div {
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  column-gap: 30px;
}
.ss-recruit-uniqueness-point > div h4 {
  aspect-ratio: 1;
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--cl-bl);
  color: #fff;
  font-weight: 700;
  font-size: 1.8em;
  line-height: 0;
  margin: auto;
  padding: 0;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
}
/*--- sp ---*/
.ss-smartphone .ss-recruit-uniqueness-point > div h4 {
  aspect-ratio: 1;
  width: 35%;
  font-size: 1.5em;
}
.ss-recruit-uniqueness-point > div p {
  margin-top: 30px;
  color: var(--cl-bl);
  font-weight: 600;
  font-size: .9em;
  line-height: 1.8em;
  text-align: center;
}
/*--- sp ---*/
.ss-smartphone .ss-recruit-uniqueness-point > div p {
  margin-top: 0;
  flex: 1;
  width: auto;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  font-size: 1em;
}
/*--- スライド pc ---*/
.ss-desktop .ss-recruit-slide {
  width: 100%;
  height: 540px;
}
.ss-desktop .ss-recruit-slide .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ss-desktop .ss-recruit-slide-pack {
  width: 100%;
  height: 582px;
  position: relative;
  padding-bottom: 42px;
}
.ss-desktop .ss-recruit-slide-inner {
  overflow: hidden;
  height: 100%;
}
.ss-desktop .ss-recruit-slide .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  text-align: left;
}
.ss-desktop .ss-recruit-slide .swiper-pagination-fraction {
  font-size: 1.2em;
  font-weight: 700;
}
.ss-desktop .ss-recruit-slide .swiper-slide {
  text-align: center;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ss-desktop .mySwiper .swiper-slide {
  width: calc(100% - 60px);
}
.ss-desktop .ss-recruit-slide .swiper-button-next::after, .ss-desktop .ss-recruit-slide .swiper-button-prev::after {
  display: none;
}
.ss-desktop .ss-recruit-slide .swiper-button-next, .ss-desktop .ss-recruit-slide .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: var(--cl-bk);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.ss-desktop .ss-recruit-slide .swiper-button-prev {
  left: -20px;
}
.ss-desktop .ss-recruit-slide .swiper-button-next {
  right: -20px;
}
.ss-desktop .ss-recruit-slide .swiper-button-next::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-15%, 0) rotate(45deg);
}
.ss-desktop .ss-recruit-slide .swiper-button-prev::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translate(15%, 0) rotate(45deg);
}
.ss-desktop .ss-recruit-slide .swiper-button-next.swiper-button-disabled, .ss-desktop .ss-recruit-slide .swiper-button-prev.swiper-button-disabled {
  opacity: 0 !important;
}
/*--- スライド sp ---*/
.ss-smartphone .ss-recruit-slide {
  width: 100%;
}
.ss-smartphone .ss-recruit-slide .ss-recruit-slide-pack {
  position: relative;
}
.ss-smartphone .ss-recruit-slide .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ss-smartphone .ss-recruit-slide .ss-recruit-slide-inner {
  overflow: hidden;
  height: 100%;
}
.ss-smartphone .ss-recruit-slide .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  text-align: left;
}
.ss-smartphone .ss-recruit-slide .swiper-pagination-fraction {
  font-size: 1.3em;
  font-weight: 700;
}
.ss-smartphone .ss-recruit-slide .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 40px;
  height: 520px
}
.ss-smartphone .ss-recruit-slide .mySwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
.ss-smartphone .ss-recruit-slide .swiper-slide img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: calc(100% - 60px);
}
.ss-smartphone .ss-recruit-slide .swiper-button-next::after, .ss-smartphone .ss-recruit-slide .swiper-button-prev::after {
  display: none;
}
.ss-smartphone .ss-recruit-slide .swiper-button-next, .ss-smartphone .ss-recruit-slide .swiper-button-prev {
  width: 32px;
  height: 32px;
  background: var(--cl-bk);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  position: absolute;
  top: auto;
  bottom: 0;
  transform: none;
  z-index: 10;
}
.ss-smartphone .ss-recruit-slide .swiper-button-prev {
  right: 50px;
  left: auto;
}
.ss-smartphone .ss-recruit-slide .swiper-button-next {
  right: 0;
  left: auto;
}
.ss-smartphone .ss-recruit-slide .swiper-button-next::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-15%, 0) rotate(45deg);
}
.ss-smartphone .ss-recruit-slide .swiper-button-prev::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translate(15%, 0) rotate(45deg);
}
.ss-smartphone .swiper-button-next.swiper-button-disabled, .ss-smartphone .swiper-button-prev.swiper-button-disabled {
  opacity: .15 !important;
}
/* 個別設定[promise] */
.ss-recruit-inner.ss-recruit-promise {
  margin-bottom: 160px;
}
/*--- sp ---*/
.ss-smartphone .ss-recruit-inner.ss-recruit-promise {
  margin-bottom: 90px;
}
.ss-recruit-promise .ss-recruit-slide .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
}
/*--- sp ---*/
.ss-smartphone .ss-recruit-promise .ss-recruit-slide .swiper-slide {
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 40px;
}
.ss-recruit-promise .ss-recruit-slide .swiper-slide .ss-illust {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
/*--- sp ---*/
.ss-smartphone .ss-recruit-promise .ss-recruit-slide .swiper-slide .ss-illust {
  width: 100%;
}
.ss-recruit-promise .ss-recruit-slide .swiper-slide .ss-illust img {
  width: 80%;
}
/*--- sp ---*/
.ss-smartphone .ss-recruit-promise .ss-recruit-slide .swiper-slide .ss-illust img {
  width: 70%;
}
.ss-recruit-promise .ss-recruit-slide .swiper-slide .ss-tex {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  row-gap: 30px;
  width: 50%;
  padding: 0 50px;
  font-size: 16px;
}
/*--- sp ---*/
.ss-smartphone .ss-recruit-promise .ss-recruit-slide .swiper-slide .ss-tex {
  width: 100%;
  row-gap: 20px;
  padding: 0 20px;
  font-size: 13px;
}
.ss-recruit-promise .ss-recruit-slide .swiper-slide .ss-tex h4 {
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.8em;
  color: var(--cl-bl);
  margin: 0;
  padding: 0;
  text-align: left;
}
/*--- sp ---*/
.ss-smartphone .ss-recruit-promise .ss-recruit-slide .swiper-slide .ss-tex h4 {
  font-size: 1.3em;
  line-height: 1.6em;
  margin: 0;
  padding: 0;
}
.ss-recruit-promise .ss-recruit-slide .swiper-slide .ss-tex p {
  font-size: 1em;
  line-height: 1.8em;
  margin: 0;
  padding: 0;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
/*--- sp ---*/
.ss-smartphone .ss-recruit-promise .ss-recruit-slide .swiper-slide .ss-tex p {
  font-size: 1em;
  line-height: 1.8em;
  margin: 0;
  padding: 0;
}
.ss-recruit-promise .ss-recruit-slide .swiper-slide .ss-tex p span {
  color: var(--cl-bl);
  font-weight: 500;
}
/* 個別設定[philosohy] */
.ss-recruit-inner.ss-recruit-philosohy {
  margin-bottom: 160px;
}
/*--- sp ---*/
.ss-smartphone .ss-recruit-inner.ss-recruit-philosohy {
  margin-bottom: 90px;
}
.ss-recruit-philosohy .ss-recruit-slide .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  flex-direction: row;
}
.ss-recruit-philosohy .ss-recruit-slide .swiper-slide:nth-child(4), .ss-recruit-philosohy .ss-recruit-slide .swiper-slide:nth-child(6) {
  justify-content: flex-start;
}
/*--- sp ---*/
.ss-smartphone .ss-recruit-philosohy .ss-recruit-slide .swiper-slide {
  position: relative;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 30px;
}
.ss-recruit-philosohy .ss-recruit-slide .swiper-slide .ss-illust {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 0;
  overflow: hidden;
}
/*--- sp ---*/
.ss-smartphone .ss-recruit-philosohy .ss-recruit-slide .swiper-slide .ss-illust {
  height: 520px;
}
.ss-recruit-philosohy .ss-recruit-slide .swiper-slide .ss-illust img {
  width: 100%;
}
.ss-recruit-philosohy .ss-recruit-slide .swiper-slide .ss-tex {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  row-gap: 30px;
  width: 50%;
  padding: 0 90px;
  font-size: 16px;
  z-index: 1;
}
/*--- sp ---*/
.ss-smartphone .ss-recruit-philosohy .ss-recruit-slide .swiper-slide .ss-tex {
  justify-content: flex-end;
  width: 100%;
  row-gap: 20px;
  padding: 0 20px;
  font-size: 13px;
  height: 450px
}
.ss-recruit-philosohy .ss-recruit-slide .swiper-slide .ss-tex.ss-short {
  width: 45%;
}
/*--- sp ---*/
.ss-smartphone .ss-recruit-philosohy .ss-recruit-slide .swiper-slide .ss-tex.ss-short {
  width: 100%;
}
.ss-recruit-philosohy .ss-recruit-slide .swiper-slide .ss-tex h4 {
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.8em;
  color: var(--cl-bk);
  margin: 0;
  padding: 0;
  text-align: left;
}
/*--- sp ---*/
.ss-smartphone .ss-recruit-philosohy .ss-recruit-slide .swiper-slide .ss-tex h4 {
  font-size: 1.3em;
  line-height: 1.6em;
  margin: 0;
  padding: 0;
}
.ss-recruit-philosohy .ss-recruit-slide .swiper-slide .ss-tex p {
  font-size: 1em;
  line-height: 1.8em;
  margin: 0;
  padding: 0;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
/*--- sp ---*/
.ss-smartphone .ss-recruit-philosohy .ss-recruit-slide .swiper-slide .ss-tex p {
  font-size: 1em;
  line-height: 1.8em;
  margin: 0;
  padding: 0;
}
/*----------------------------------
　インタビュー
-----------------------------------*/
.ss-recruit-inner.ss-recruit-interview p.ss-lead {
  margin-top: 50px;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 2em;
}
/*--- sp ---*/
.ss-smartphone .ss-recruit-inner.ss-recruit-interview p.ss-lead {
  margin-top: 35px;
  margin-bottom: 40px;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
.ss-recruit-interview .block-container {
  /*
	width: 1100px !important;
	margin: 0 auto;
*/
  width: 1200px !important;
  padding: 0 !important;
}
.ss-recruit-interview .block-container .block-top-title-link a {
  font-size: .8em;
}
.ss-recruit-interview .block-container .block-top-yomimonofeatures-list {
  margin-top: 20px;
}
.ss-recruit-interview .block-container .swiper-slide {
  flex-shrink: 0;
  width: 380px;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.ss-recruit-interview .block-container .swiper-horizontal > .swiper-scrollbar, .ss-recruit-interview .block-container .swiper-scrollbar.swiper-scrollbar-horizontal {
  left: 0;
  bottom: auto;
  width: 100%;
}
.ss-desktop .ss-recruit-interview .block-container .swiper-button-next.swiper-button-disabled, .ss-desktop .ss-recruit-interview .block-container .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.ss-desktop .ss-recruit-slide .swiper-button-next, .ss-desktop .ss-recruit-slide .swiper-button-prev {
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
}
.ss-desktop .ss-recruit-slide.is-hover .swiper-button-next, .ss-desktop .ss-recruit-slide.is-hover .swiper-button-prev {
  opacity: 1;
  pointer-events: auto;
}
.ss-smartphone .ss-interviewlink {
  padding: 15px 0 0;
}
/*----------------------------------
　応募
-----------------------------------*/
/*募集アコーディオン*/
.ss-contents-apply {
  width: 100%;
  margin-top: 180px;
  padding: 80px 0;
  background-color: #f0eee8;
  font-size: 16px;
}
/*--- sp ---*/
.ss-contents-apply.ss-smartphone {
  width: 100%;
  margin-top: 80px;
  padding: 60px 0;
  font-size: 13px;
}
.ss-contents-apply .ss-apply-inner {
  width: 1200px;
  margin: 0 auto;
}
/*--- sp ---*/
.ss-contents-apply.ss-smartphone .ss-apply-inner {
  width: 85%;
}
.ss-contents-apply .ss-apply-inner h3 {
  font-size: 1.7em;
  font-weight: 600;
}
/*--- sp ---*/
.ss-contents-apply.ss-smartphone .ss-apply-inner h3 {
  font-size: 1.5em;
  line-height: 1.8em;
}
.ss-contents-apply .ss-apply-inner p.ss-lead {
  margin-top: 50px;
  line-height: 2em;
}
/*--- sp ---*/
.ss-contents-apply.ss-smartphone .ss-apply-inner p.ss-lead {
  margin-top: 30px;
}
.ss-apply-accordion {
  width: 100%;
  padding: 0 0;
  margin-top: 60px;
  border-top: 1px solid var(--cl-bdr);
  border-bottom: 1px solid var(--cl-bdr);
}
/*--- sp ---*/
.ss-smartphone .ss-apply-accordion {
  margin-top: 40px;
}
.ss-apply-accordion .accordion {
  margin-inline: 0;
  border-bottom: 1px solid var(--cl-bdr);
}
.ss-apply-accordion .accordion:last-child {
  border-bottom: none;
}
.ss-apply-accordion .accordion[open] {}
.ss-apply-accordion .accordion .accordion_title {
  position: relative;
  border: none;
  display: block;
  list-style: none;
  width: 100%;
  cursor: pointer;
  height: 100px;
  font-size: 1.1em;
  line-height: 1em;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 20px;
  -webkit-transition: all .6s;
  -ms-transition: all .6s;
  transition: all .6s;
  background-color: transparent;
}
/*--- sp ---*/
.ss-smartphone .ss-apply-accordion .accordion .accordion_title {
  height: 100px;
  padding-left: 0;
  font-size: 1em;
  line-height: 1.8em;
}
.ss-apply-accordion .accordion .accordion_title:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
/*--- sp ---*/
.ss-smartphone .ss-apply-accordion .accordion .accordion_title:hover {
  background-color: rgba(255, 255, 255, 0);
}
.ss-apply-accordion .accordion[open] .accordion_title:hover {
  background-color: rgba(255, 255, 255, 0);
}
.ss-apply-accordion .accordion summary.accordion_title::-webkit-details-marker {
  display: none;
}
.ss-apply-accordion .accordion .accordion_title:after {
  content: "┼";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
  line-height: 1;
  color: var(--cl-bk);
  padding: 0;
  pointer-events: none;
}
/*--- sp ---*/
.ss-smartphone .ss-apply-accordion .accordion .accordion_title:after {
  right: 5px;
}
.ss-apply-accordion .accordion::details-content {
  opacity: 0;
  block-size: 0;
  transition: .3s;
  transition-property: display, opacity, block-size, padding;
  transition-behavior: allow-discrete;
  line-height: 1.6em;
}
.ss-apply-accordion .accordion .accordion_content > *:first-of-type {
  margin-top: 0;
}
.ss-apply-accordion .accordion .accordion_content > *:last-of-type {
  margin-bottom: 0;
}
.ss-apply-accordion .accordion[open]::details-content {
  opacity: 1;
  block-size: auto;
  block-size: calc-size(auto, size);
}
.ss-apply-accordion .accordion[open] .accordion_content {
  padding: 0 60px 40px;
  background-color: rgba(255, 255, 255, 1);
}
/*--- sp ---*/
.ss-smartphone .ss-apply-accordion .accordion[open] .accordion_content {
  padding: 0 20px 20px;
}
.ss-apply-accordion .accordion[open] .accordion_title:after {
  content: "―";
}
.ss-apply-accordion .accordion[open]::selection {
  background-color: rgba(255, 255, 255, 0.5);
  color: #222;
}
.ss-apply-accordion .accordion[open]::-moz-selection {
  background-color: rgba(255, 255, 255, 0.5);
  color: #222;
}
.ss-apply-accordion .accordion .ss-acinner {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
  column-gap: 40px;
  padding-top: 40px;
  padding-bottom: 0;
}
/*--- sp ---*/
.ss-smartphone .ss-apply-accordion .accordion .ss-acinner {
  align-items: center;
  flex-direction: column;
  row-gap: 20px;
  padding-top: 30px;
  padding-bottom: 10px;
}
.ss-apply-accordion .accordion .ss-acinner .ss-acinner-icon {
  height: 25px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  column-gap: 5px;
}
.ss-apply-accordion .accordion .ss-acinner .ss-acinner-icon p {
  height: 25px;
  width: 80px;
  line-height: 25px;
  font-size: .7em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--cl-bdr);
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  margin: 0;
  padding: 0;
}
/*--- sp ---*/
.ss-smartphone .ss-apply-accordion .accordion .ss-acinner .ss-acinner-icon p {
  font-size: .8em;
}
.ss-apply-accordion .accordion .ss-acinner p.ss-acinner-lead {
  font-size: 1em;
  line-height: 2em;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}
/*--- sp ---*/
.ss-smartphone .ss-apply-accordion .accordion .ss-acinner p.ss-acinner-lead {
  margin-top: 5px;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
.ss-apply-accordion .accordion .ss-acinner .ss-acinner-cell {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  column-gap: 50px;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid var(--cl-bdr);
}
/*--- sp ---*/
.ss-smartphone .ss-apply-accordion .accordion .ss-acinner .ss-acinner-cell {
  flex-direction: column;
  margin-top: 10px;
  padding-top: 30px;
}
.ss-apply-accordion .accordion .ss-acinner .ss-acinner-cell .ss-left {
  width: 100px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
/*--- sp ---*/
.ss-smartphone .ss-apply-accordion .accordion .ss-acinner .ss-acinner-cell .ss-left {
  width: 100%;
}
.ss-apply-accordion .accordion .ss-acinner .ss-acinner-cell .ss-left p {
  font-weight: 700;
  font-size: 1em;
  line-height: 2em;
  margin: 0;
  padding: 0;
}
.ss-apply-accordion .accordion .ss-acinner .ss-acinner-cell .ss-right {
  width: 100px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex: 1;
}
/*--- sp ---*/
.ss-smartphone .ss-apply-accordion .accordion .ss-acinner .ss-acinner-cell .ss-right {
  width: 100%;
  margin-top: 20px;
}
.ss-apply-accordion .accordion .ss-acinner .ss-acinner-cell .ss-right p {
  font-size: 1em;
  line-height: 2em;
  margin: 0;
  padding: 0;
}
.ss-apply-accordion .accordion .ss-acinner .ss-acinner-cell .ss-right ul {
  margin-top: 10px;
  /*padding-left: 1em;*/
}
.ss-apply-accordion .accordion .ss-acinner .ss-acinner-cell .ss-right ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.ss-apply-accordion .accordion .ss-acinner .ss-acinner-cell .ss-right ul li:before {
  content: "・";
}