@charset "UTF-8";
@import url(all.css);
/* ###################### */
/* ######## 変数 ######## */
/* ###################### */
/* カラー */
/* パターン */
/* 書式 */
/* ###################### */
/* ######## 関数 ######## */
/* ###################### */
/*===============================================
  切り替え用
===============================================*/
.sp-none {
  display: none !important;
}

.com-table table,
.com-table table tbody,
.com-table table th,
.com-table table tr,
.com-table table td {
  display: block !important;
  width: 100% !important;
}

/*===============================================
  ページネーション
===============================================*/
.pagenation {
  padding-top: 40px;
}
.pagenation li {
  width: 30px;
  font-size: 1.5rem;
  line-height: 30px;
  margin: 5px 4px 0;
}

/*===============================================
  詳細ページ前後
===============================================*/
.paginated-link {
  padding-top: 15px;
  margin-top: 30px;
}
.paginated-link li {
  width: 90px;
}
.paginated-link li a {
  font-size: 1.4rem;
  line-height: 2.14286;
  letter-spacing: 0;
}
.paginated-link li.prev-link a:before {
  margin-right: 0.5em;
}
.paginated-link li.next-link a::after {
  margin-left: 0.5em;
}

/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 320px;
}

/*===============================================
  header
===============================================*/
#header {
  height: 60px;
}
#header .h-inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#header .h-logo {
  width: 90px;
  height: 90px;
}
#header .h-logo a {
  border-bottom-right-radius: 20px;
}
#header .h-logo img {
  width: 64px;
}

/*===============================================
  footer
===============================================*/
#footer .f-inner {
  padding: 50px 0;
}
#footer .f-logo {
  margin-bottom: 30px;
}
#footer .f-logo img {
  width: 73px;
}
#footer .f-links li {
  width: 87.5%;
  max-width: 420px;
  margin: 0 auto 20px;
}
#footer .f-links li:last-of-type {
  margin-bottom: 0;
}
#footer + .copy {
  margin-bottom: 60px;
}

/*フッターナビ
-----------------------------*/
.fnav .fnav-list-item {
  border-top: solid 1px #eff6e3;
}
.fnav .fnav-list-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.5rem;
  line-height: 2;
  padding: 15px 5vw;
}
.fnav .fnav-list-item a::after {
  content: "";
  width: 50px;
  height: 8px;
  background: url(../img/common/arrow-white.png) no-repeat center/contain;
  margin-top: 2px;
}
.fnav .fnav-sub-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.fnav .fnav-sub-item {
  width: 50%;
  border-top: solid 1px #eff6e3;
}
.fnav .fnav-sub-item:nth-of-type(2n + 1) {
  border-right: solid 1px #eff6e3;
}
.fnav .fnav-sub-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 1.3rem;
  line-height: 30px;
  padding: 10px 0;
}

/*コピーライト
-----------------------------*/
.copy {
  padding: 10px 0;
}

/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#side {
  width: 100%;
  height: 60px;
  left: 0;
  bottom: 0;
  box-shadow: 0 0 0 1px #91c541 inset;
}
#side a::before {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
#side a > span {
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  padding-top: 5px;
}
#side a > span::after {
  margin-top: 5px;
}

/*===============================================
  visual
===============================================*/
/*メインビジュアル
-----------------------------*/
.main-visual {
  justify-content: center;
  height: 125vw;
  padding-top: clamp(17px, 1.3020833333vw, 25px);
}
.main-visual .catch {
  width: 96%;
}
.main-visual .mv-imgs {
  width: 96%;
  left: 2%;
}
.main-visual .mv-imgs li {
  width: 49%;
  height: 45%;
  border-radius: 8px;
}
.main-visual .mv-imgs li:nth-of-type(1) {
  height: 90%;
  margin-right: auto;
}
.main-visual .mv-imgs li:nth-of-type(2) {
  margin-top: auto;
  margin-bottom: 2%;
}

/*サブビジュアル
-----------------------------*/
.sub-visual {
  height: 56.25vw;
}
.sub-visual::before {
  background-size: 20%, 20%, cover;
}
.sub-visual .catch::before {
  width: 190%;
  height: 220%;
}
.sub-visual .catch > span {
  font-size: 6.25vw;
  letter-spacing: 0.04em;
  padding-bottom: 1.875vw;
  border-bottom-width: 0.625vw;
}

/*===============================================
  main#container
===============================================*/
#container {
  font-size: 0.9375em;
  line-height: 2;
  letter-spacing: 0.04em;
}

/*===============================================
  パンくずリスト
===============================================*/
.bread {
  height: 40px;
}
.bread .breadcrumbs {
  width: 90%;
}
.bread .breadcrumbs li {
  font-size: 0.8em;
  line-height: 1.66667;
  letter-spacing: 0em;
}

/*===============================================
  main共通
===============================================*/
.inbox {
  width: 90%;
}

/*電話番号
-----------------------------*/
.com-tels .com-tel {
  font-size: 3rem;
  letter-spacing: 0.02em;
}
.com-tels .com-tel::before {
  width: 18px;
  height: 30px;
  margin-right: 8px;
}
.com-tels .com-tel a {
  margin-right: -0.02em;
}
.com-tels .com-replace {
  margin-top: 8px;
}
.com-tels .com-replace img {
  height: 12px;
}

/*ボタン
-----------------------------*/
.com-btn {
  width: 75vw;
  max-width: 100%;
  height: 60px;
  margin: 0 auto;
}
.com-btn a {
  font-size: 1.7rem;
  letter-spacing: 0.06em;
}
.com-btn a::after {
  width: 36px;
  height: 58px;
  right: 5%;
}

.com-line,
.com-mail {
  width: 83.3333333333vw;
  max-width: 100%;
  height: 80px;
}
.com-line a,
.com-mail a {
  font-size: clamp(1.5rem, 4.5vw, 1.8rem);
  letter-spacing: 0.02em;
}
.com-line a::before,
.com-mail a::before {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

.com-mail a::before {
  width: 30px;
}

/*テーブル
-----------------------------*/
.com-table tr th {
  padding: 15px;
}
.com-table tr td {
  padding: 15px;
}
.com-table tr:last-of-type th,
.com-table tr:last-of-type td {
  border-bottom: none;
}

/*テキストボックス
-----------------------------*/
.com-text-box .mb {
  margin-bottom: 1em;
}
.com-text-box br {
  display: none;
}

/*画像
-----------------------------*/
.com-img div {
  border-radius: 8px;
}
.com-img.line div::before {
  border-width: 4px;
}

/*SB未記入テキスト
-----------------------------*/
.com-no-txt {
  font-size: 1.2em;
  line-height: 1.66667;
  padding: 40px 0;
  border-radius: 8px;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-ttl01 {
  margin-bottom: 36px;
}
.com-ttl01 .en {
  font-size: 1.6em;
  letter-spacing: 0.02em;
  margin-right: -0.02em;
}
.com-ttl01 .en + span::before {
  width: calc(100% + 40px);
  height: 16px;
  top: -2px;
}
.com-ttl01 .en:has(+ span) {
  margin-bottom: 10px;
}
.com-ttl01 > span:not(.en) {
  font-size: 2.4em;
  line-height: 1.75;
  letter-spacing: 0.04em;
  margin-right: -0.04em;
}
.com-ttl01 > span:not(.en):first-child {
  margin-top: -0.375em;
}
.com-ttl01 > span:not(.en):last-child {
  margin-bottom: -0.375em;
}
.com-ttl01 .ki {
  margin-right: -0.5em;
}

/*中タイトル
-----------------------------*/
.com-ttl02 {
  margin-bottom: 20px;
}
.com-ttl02 > span {
  font-size: 1.8em;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-right: -0.04em;
}
.com-ttl02 > span:first-child {
  margin-top: -0.25em;
}
.com-ttl02 > span:last-child {
  margin-bottom: -0.25em;
}
.com-ttl02.line {
  padding-bottom: 15px;
}
.com-ttl02.bg {
  padding: 16px 15px;
  border-radius: 4px;
}

/*小タイトル
-----------------------------*/
/*===============================================
  共通セクション
===============================================*/
/*ご応募はこちら
-----------------------------*/
.com-contact-sec {
  padding: 64px 0 80px;
  overflow: hidden;
}
.com-contact-sec .contact-ttl {
  margin-bottom: 36px;
}
.com-contact-sec .contact-ttl .en {
  min-width: 7.5em;
  font-size: 1.6em;
  line-height: 1.5;
  padding: 3px 16px;
  margin-bottom: 20px;
}
.com-contact-sec .contact-ttl .txt {
  font-size: 2.8em;
  letter-spacing: 0.04em;
  margin-right: -0.04em;
}
.com-contact-sec .contact-box {
  padding: 30px 20px;
  border-radius: 8px;
}
.com-contact-sec .contact-box::before {
  width: calc(100% + 100px);
  height: 110px;
  bottom: -90px;
  left: 52%;
}
.com-contact-sec .contact-box > * {
  margin-bottom: 20px;
}
.com-contact-sec .contact-box > *:last-child {
  margin-bottom: 0;
}
.com-contact-sec .contact-box .box-list .list-item {
  margin: 0 auto 15px;
}
.com-contact-sec .contact-box .box-list .list-item:last-of-type {
  margin-bottom: 0;
}

/*===============================================
  エントランスページ
===============================================*/
.entrance {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  height: calc(100vh - 100px);
  min-height: 150vw;
}
.entrance .entrance-box {
  width: 100%;
  height: 100%;
  padding: 2.5vw 5vw;
}
.entrance .entrance-box.official {
  height: 150%;
}
.entrance .entrance-box.hidden::after {
  width: calc(100% - 10vw);
  height: calc(100% - 5vw);
  top: 2.5vw;
  left: 5vw;
  font-size: 6.25vw;
  letter-spacing: 0.04em;
  border-radius: 8px;
}
.entrance .entrance-box a {
  border-radius: 8px;
}
.entrance .entrance-box .box-in {
  width: 80%;
  height: 60%;
  border-radius: 8px;
}
.entrance .entrance-box .box-in::before {
  width: 125%;
  height: 20vw;
}
.entrance .entrance-box .box-ttl.ttl01 .min {
  font-size: 5vw;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding: 0 0.5em;
  margin-bottom: 0.5em;
}
.entrance .entrance-box .box-ttl.ttl01 .txt {
  font-size: 7.5vw;
  letter-spacing: 0.04em;
  margin-right: -0.04em;
}
.entrance .entrance-box .box-ttl.ttl02 .min {
  font-size: 5vw;
  letter-spacing: 0.04em;
}
.entrance .entrance-box .box-ttl.ttl02 .min::after {
  margin: 0.9375vw 0;
}
.entrance .entrance-box .box-ttl.ttl02 .txt {
  font-size: 6.25vw;
  letter-spacing: 0.04em;
}
.entrance .entrance-box .box-ttl.ttl02 .txt::before {
  height: 3.125vw;
  bottom: -0.9375vw;
}

/*===============================================
  トップページ
===============================================*/
.top-ttl {
  margin-bottom: 36px;
}
.top-ttl .en {
  font-size: clamp(1.6rem, 5vw, 2rem);
  margin-bottom: 15px;
}
.top-ttl .txt {
  font-size: clamp(2.3rem, 7vw, 2.8rem);
}
.top-ttl .mid {
  font-size: clamp(2rem, 6vw, 2.4rem);
}
.top-ttl .mid:has(+ .txt) {
  margin-bottom: 12px;
}

/*最高の安心と安全を提供する
警備の仕事を始めませんか？
-----------------------------*/
.top-about {
  padding: 64px 0;
}
.top-about .about-ttl .txt {
  white-space: nowrap;
}
.top-about .about-ttl .mark {
  background: linear-gradient(to top, #fff5bb 10px, transparent 10px);
}
.top-about .about-ttl .line::after {
  top: calc(100% + 6px);
}
.top-about .about-ttl::before {
  width: 110vw;
  max-width: 520px;
  height: 96px;
  bottom: -56px;
  left: 50%;
  transform: translateX(-50%);
}
.top-about .about-box .box-ttl {
  margin-bottom: 15px;
}
.top-about .about-box .box-ttl > span {
  line-height: 1.5;
  padding: 0.25em 6px;
  margin-bottom: 10px;
}
.top-about .about-img {
  margin-top: 30px;
}
.top-about .about-img div {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  z-index: 0;
}
.top-about .about-img div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.top-about .about-btn {
  margin-top: 60px;
}

/* MAMORIAはどんな仕事をしてるの？ */
.top-about .about-job {
  padding-top: 64px;
}
.top-about .about-job .job-ttl {
  width: 100vw;
  height: 80px;
  padding-top: 5px;
  margin: 0 -5vw 50px;
}
.top-about .about-job .job-ttl::before {
  display: none;
}
.top-about .about-job .job-ttl::after {
  width: 42px;
  height: 15px;
}
.top-about .about-job .job-ttl > span {
  font-size: clamp(1.6rem, 5vw, 2rem);
  letter-spacing: 0.1em;
  margin-right: -0.6em;
}
.top-about .about-job .job-ttl > span::after {
  width: 120px;
  margin: 12px auto 0;
}
.top-about .about-job .job-list-box {
  margin-bottom: 56px;
}
.top-about .about-job .job-list-box::after {
  width: 110%;
  height: 37.5vw;
  bottom: -6.25vw;
}
.top-about .about-job .job-list-box .box-ttl {
  padding: 5px 20px;
  margin-bottom: 23px;
}
.top-about .about-job .job-list-box .box-ttl::before {
  width: 36px;
  height: 26px;
  margin-right: 12px;
}
.top-about .about-job .job-list-box .box-ttl > span {
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  margin-right: -0.08em;
}
.top-about .about-job .job-list-box .box-list {
  justify-content: center;
  margin-top: -12px;
}
.top-about .about-job .job-list-box .box-list::after {
  font-size: 1.4rem;
  line-height: 1.71429;
  letter-spacing: 0.04em;
  margin-left: 1em;
  margin-top: 12px;
}
.top-about .about-job .job-list-box .box-list-item {
  font-size: 1.2em;
  line-height: 1.66667;
  letter-spacing: 0.06em;
  padding: 0 calc(10px - 0.06em) 0 10px;
  margin: 12px 8px 0;
}
.top-about .about-job .job-list-box .box-img {
  margin-top: 30px;
}
.top-about .about-job .job-list-box .box-img div {
  width: 100%;
  height: 0;
  padding-top: 66.6666666667%;
  position: relative;
  z-index: 0;
}
.top-about .about-job .job-list-box .box-img div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.top-about .about-job .job-list-box:nth-of-type(2)::after {
  width: 125%;
}

/*働く環境
-----------------------------*/
.top-environment {
  padding: 64px 0;
}
.top-environment .environment-ttl::before {
  width: 300px;
  height: 96px;
  bottom: -24px;
  background-size: 110px;
}
.top-environment .environment-list {
  max-width: 450px;
  margin: 0 auto;
}
.top-environment .environment-list-item {
  min-height: 120px;
  justify-content: center;
  flex-direction: row;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 20px 10px;
  margin-bottom: 20px;
}
.top-environment .environment-list-item:last-of-type {
  margin-bottom: 0;
}
.top-environment .environment-list-item .item-num {
  position: absolute;
  left: -10px;
  top: -10px;
}
.top-environment .environment-list-item .item-num img {
  width: clamp(40px, 12.5vw, 50px);
}
.top-environment .environment-list-item .item-icon {
  width: 100px;
}
.top-environment .environment-list-item .item-icon img {
  width: clamp(80px, 22.5vw, 90px);
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-environment .environment-list-item .item-txt {
  width: calc(100% - 100px);
  max-width: 250px;
  font-size: clamp(1.5rem, 4.5vw, 1.8rem);
  line-height: 1.5;
}
.top-environment .environment-list-item .item-txt .b {
  font-size: 1.15em;
  background: linear-gradient(to top, #fff5bb 10px, transparent 10px);
}
.top-environment .environment-btn {
  margin-top: 60px;
}

/*よくあるご質問
-----------------------------*/
.top-faq {
  padding: 64px 0;
}
.top-faq .faq-ttl .txt::before {
  width: calc(100% + 88px);
  height: 32px;
  top: 0;
}
.top-faq .faq-ttl .txt::after {
  width: calc(100% + 48px);
  height: 16px;
  top: -2px;
}
.top-faq .faq-ttl .line::after {
  top: calc(100% + 6px);
}
.top-faq .faq-list {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  filter: drop-shadow(0 0 16px rgba(0, 0, 0, 0.15));
  position: relative;
  z-index: 0;
}
.top-faq .faq-list::after {
  content: "";
  width: 80%;
  height: 21px;
  background: url(../img/index/balloon_faq.svg) no-repeat center top/contain;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: -2;
}
.top-faq .faq-list-item {
  font-size: clamp(1.5rem, 4.5vw, 1.8rem);
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: dashed 2px rgba(145, 197, 65, 0.5);
}
.top-faq .faq-list-item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.top-faq .faq-list-item .b {
  background: linear-gradient(to top, #fff5bb 11px, transparent 11px);
}
.top-faq .faq-img {
  text-align: center;
  padding-top: 30px;
}
.top-faq .faq-img img {
  height: 180px;
}
.top-faq .faq-btn {
  margin-top: 30px;
}

/*採用情報
-----------------------------*/
.top-recruit {
  padding-bottom: 64px;
}
.top-recruit .recruit-ttl {
  padding: 24px 0 56px;
  margin-bottom: 30px;
}
.top-recruit .recruit-ttl::before {
  width: 97.5%;
  max-width: 390px;
  height: 110px;
}
.top-recruit .recruit-box .box-imgs {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  margin-bottom: calc(4% + 30px);
}
.top-recruit .recruit-box .box-imgs li {
  width: 72%;
}
.top-recruit .recruit-box .box-imgs li div {
  width: 100%;
  height: 0;
  padding-top: 125%;
  position: relative;
  z-index: 0;
}
.top-recruit .recruit-box .box-imgs li div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.top-recruit .recruit-box .box-imgs li:nth-of-type(2) {
  width: 64%;
  position: absolute;
  right: 0;
  bottom: -4%;
}
.top-recruit .recruit-box .box-imgs li:nth-of-type(2) div {
  width: 100%;
  height: 0;
  padding-top: 66.6666666667%;
  position: relative;
  z-index: 0;
}
.top-recruit .recruit-box .box-imgs li:nth-of-type(2) div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.top-recruit .recruit-box .box-ttl {
  margin-bottom: 20px;
}
.top-recruit .recruit-box .box-ttl > span {
  font-size: clamp(1.6rem, 5vw, 2rem);
  line-height: 1.5;
  padding: 0.25em 6px;
  margin-bottom: 10px;
}
.top-recruit .recruit-box .box-btn {
  margin-top: 40px;
}

/*お知らせ
-----------------------------*/
.top-news {
  padding: 64px 0;
}
.top-news .news-ttl::before {
  width: clamp(224px, 70vw, 280px);
  height: 100px;
  background-size: 88px;
  bottom: -24px;
}
.top-news .news-list-item {
  font-size: 0.8em;
  line-height: 1.66667;
  margin-bottom: 15px;
}
.top-news .news-list-item a {
  padding: 15px;
  border-radius: 8px;
}
.top-news .news-list-item a > * {
  margin-bottom: 10px;
}
.top-news .news-list-item a > *:last-child {
  margin-bottom: 0;
}
.top-news .news-list-item .date {
  text-align: center;
  width: 7em;
}
.top-news .news-list-item .item-ttl {
  font-size: 1.25em;
  line-height: 1.66667;
}
.top-news .news-list-item .tag {
  margin-top: -4px;
}
.top-news .news-btn {
  margin-top: 40px;
}

/*===============================================
  会社を知る
===============================================*/
/*お客様に最高の安心と安全を提供すること。
それがMAMORIAの使命です。
-----------------------------*/
.about-concept {
  padding: 64px 0;
}
.about-concept::after {
  width: 1150px;
  height: 204px;
  bottom: -5px;
}
.about-concept .concept-ttl > span {
  font-size: clamp(2rem, 6vw, 2.4rem);
}
.about-concept .concept-img {
  margin-top: 40px;
}
.about-concept .concept-img div {
  width: 100%;
  height: 0;
  padding-top: 80%;
  position: relative;
  z-index: 0;
}
.about-concept .concept-img div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.about-concept .concept-img div img {
  -o-object-position: center top;
     object-position: center top;
}

/*仕事内容について
-----------------------------*/
.about-works {
  padding: 64px 0;
}
.about-works .works-text {
  padding: 15px 20px;
  border-radius: 8px;
}
.about-works .works-text:has(+ .works-list) {
  margin-bottom: 40px;
}
.about-works .works-text p {
  font-size: clamp(1.6rem, 4.5vw, 1.8rem);
}
.about-works .works-text p .br {
  display: inline-block;
}
.about-works .works-text::before {
  display: none;
}
.about-works .works-list-box {
  margin-bottom: 56px;
}
.about-works .works-list-box::after {
  width: 110%;
  height: 37.5vw;
  bottom: -6.25vw;
}
.about-works .works-list-box .box-img {
  margin-top: 30px;
}
.about-works .works-list-box .box-img div {
  width: 100%;
  height: 0;
  padding-top: 66.6666666667%;
  position: relative;
  z-index: 0;
}
.about-works .works-list-box .box-img div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.about-works .works-list-box .box-list {
  padding-top: 20px;
}
.about-works .works-list-box .box-list-item {
  line-height: 1.66667;
  padding-left: 2em;
  margin-bottom: 15px;
}
.about-works .works-list-box .box-list-item::before {
  width: 18px;
  height: 25px;
}
.about-works .works-list-box:nth-of-type(2)::after {
  width: 125%;
}

/*株式会社MAMORIAの特徴
-----------------------------*/
.about-feature {
  padding: 64px 0;
}
.about-feature .feature-list-box {
  margin-bottom: 56px;
}
.about-feature .feature-list-box .box-ttl::before {
  font-size: 3.6em;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
}
.about-feature .feature-list-box .box-img {
  margin-top: 30px;
}
.about-feature .feature-list-box .box-img div {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  z-index: 0;
}
.about-feature .feature-list-box .box-img div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

/*会社情報
-----------------------------*/
.about-company {
  padding: 64px 0;
}
.about-company .company-table td span {
  margin-right: 1em;
}
.about-company .company-table td .replace {
  padding: 9px 0;
}
.about-company .company-table td .replace img {
  height: 12px;
}
.about-company .company-map {
  height: 320px;
  margin-top: 40px;
  border-radius: 12px;
}

/*===============================================
  働く環境
===============================================*/
/*MAMORIAで働く魅力
-----------------------------*/
.environment-point {
  padding: 64px 0;
}
.environment-point .point-list-box {
  padding-top: 20px;
  margin-bottom: 56px;
  position: relative;
}
.environment-point .point-list-box .box-icon {
  text-align: center;
  margin-bottom: 20px;
}
.environment-point .point-list-box .box-icon img {
  width: 120px;
}
.environment-point .point-list-box .box-num {
  width: 210px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 1;
}
.environment-point .point-list-box .box-num img {
  height: 42px;
}
.environment-point .point-list-box .box-ttl {
  align-items: center;
}
.environment-point .point-list-box .box-ttl > span {
  background: linear-gradient(to top, #fff5bb 12px, transparent 12px);
}

/*数字で見るMAMORIA
-----------------------------*/
.environment-data {
  padding: 64px 0;
}
.environment-data .data-list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: -20px;
}
.environment-data .data-list::after {
  width: 96%;
  height: 80px;
  bottom: -64px;
}
.environment-data .data-list-item {
  width: 48%;
  padding: 20px 0;
  margin-top: 20px;
  margin-right: 4%;
  border-radius: 8px;
}
.environment-data .data-list-item:nth-of-type(2n), .environment-data .data-list-item:last-of-type {
  margin-right: 0;
}
.environment-data .data-list-item .item-ttl {
  margin-bottom: 10px;
}
.environment-data .data-list-item .item-ttl > span {
  font-size: clamp(1.5rem, 4.5vw, 1.8rem);
}
.environment-data .data-list-item .item-icon {
  margin-bottom: 10px;
}
.environment-data .data-list-item .item-icon img {
  width: 80px;
}
.environment-data .data-list-item .item-text {
  font-size: clamp(1.5rem, 4.5vw, 1.8rem);
  letter-spacing: 0.04em;
}
.environment-data .data-list-item .item-text .b {
  font-size: 2em;
  padding-bottom: 2px;
  border-bottom-width: 2px;
}
.environment-data .data-list-item .item-text .ki {
  margin-right: -0.54em;
}

/*===============================================
  よくあるご質問
===============================================*/
.faq-contents {
  padding: 64px 0;
}
.faq-contents .faq-ttl > span:not(.en) {
  font-size: clamp(2rem, 6vw, 2.4rem);
}
.faq-contents .faq-list-item {
  margin-bottom: 30px;
}
.faq-contents .faq-list-item .item-ttl {
  padding: 12px 15px;
  margin-bottom: 10px;
  border-radius: 8px;
}
.faq-contents .faq-list-item .item-ttl::before {
  width: 30px;
  height: 30px;
}
.faq-contents .faq-list-item .item-ttl > span {
  width: calc(100% - 42px);
  margin-top: 2px;
}
.faq-contents .faq-list-item .item-text {
  padding: 12px 15px;
  border-radius: 8px;
}
.faq-contents .faq-list-item .item-text::before {
  width: 30px;
  height: 30px;
}
.faq-contents .faq-list-item .item-text p {
  width: calc(100% - 42px);
}

/*===============================================
  採用情報
===============================================*/
/*求める人物像
-----------------------------*/
.recruit-ideal {
  padding: 64px 0;
}
.recruit-ideal .ideal-list-item {
  padding: 10px 15px;
  border-radius: 8px;
  margin-bottom: 15px;
}
.recruit-ideal .ideal-list-item .b {
  font-size: 1.2em;
  line-height: 1;
}
.recruit-ideal .ideal-imgs {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding-top: 30px;
}
.recruit-ideal .ideal-imgs li {
  width: 56%;
}
.recruit-ideal .ideal-imgs li div {
  width: 100%;
  height: 0;
  padding-top: 66.6666666667%;
  position: relative;
  z-index: 0;
}
.recruit-ideal .ideal-imgs li div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.recruit-ideal .ideal-imgs li:nth-of-type(1) {
  width: 72%;
  margin-left: auto;
  margin-bottom: -20%;
}
.recruit-ideal .ideal-imgs li:nth-of-type(2) div {
  outline: solid 0.9375vw #fff;
}

/*選考フロー
-----------------------------*/
.recruit-flow {
  padding: 64px 0;
}
.recruit-flow .inbox::after {
  content: "";
  width: 94%;
  height: 120px;
  background: url(../img/recruit/deco_flow.png) no-repeat left bottom/contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -64px;
  z-index: 1;
}
.recruit-flow .flow-list {
  padding: 10px 0 50px;
}
.recruit-flow .flow-list::before {
  width: 50px;
  height: calc(100% - 36px);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.recruit-flow .flow-list::after {
  width: 100px;
  height: 36px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.recruit-flow .flow-list-item {
  width: 100%;
  border-radius: 8px;
  padding: 19px;
  margin-bottom: 20px;
}
.recruit-flow .flow-list-item:last-of-type {
  margin-bottom: 0;
}
.recruit-flow .flow-list-item .item-num {
  font-size: 1.2em;
  margin-bottom: 15px;
}
.recruit-flow .flow-list-item .item-num span {
  font-size: 1.666666667em;
}
.recruit-flow .flow-list-item .item-num::before {
  width: calc(100% + 50px);
  height: 12px;
  bottom: 3px;
}
.recruit-flow .flow-list-item .item-icon {
  margin-bottom: 15px;
}
.recruit-flow .flow-list-item .item-icon img {
  width: 88px;
}
.recruit-flow .flow-list-item .item-txt {
  font-size: 1.2em;
  line-height: 1.5;
  border-radius: 6px;
  padding: 5px;
}
.recruit-flow .flow-list-item .item-txt p.ki {
  padding-left: 0.5em;
}

/*募集要項
-----------------------------*/
.recruit-contents {
  padding: 64px 0;
}
.recruit-contents .recruit-box {
  margin-bottom: 40px;
}

/*==================================================
 ニュース一覧
================================================== */
.news-contents {
  padding: 64px 0;
}
.news-contents .news-list-item {
  font-size: 0.8em;
  line-height: 1.66667;
  margin-bottom: 15px;
}
.news-contents .news-list-item a {
  padding: 15px;
  border-radius: 8px;
}
.news-contents .news-list-item a > * {
  margin-bottom: 10px;
}
.news-contents .news-list-item a > *:last-child {
  margin-bottom: 0;
}
.news-contents .news-list-item .date {
  text-align: center;
  width: 7em;
}
.news-contents .news-list-item .item-ttl {
  font-size: 1.25em;
  line-height: 1.66667;
}
.news-contents .news-list-item .tag {
  margin-top: -4px;
}

/*タグリスト
-----------------------------*/
.tag-select-box-wrap {
  margin-bottom: 40px;
}
.tag-select-box-wrap .tag-select-box {
  min-width: 160px;
}
.tag-select-box-wrap .tag-select-box::after {
  right: 12px;
}
.tag-select-box-wrap .tag-select-box select {
  font-size: 0.8em;
  line-height: 1.33334;
  padding: 12px 32px 12px 12px;
}

/*==================================================
 ニュース詳細
================================================== */
.news-detail {
  padding: 64px 0;
}
.news-detail .post-data {
  font-size: 0.8em;
  line-height: 1.66667;
  margin-bottom: 16px;
}
/*==================================================
 お問い合わせ
================================================== */
.contact-contents {
  padding: 64px 0;
}
.contact-contents .contact-table {
  margin-bottom: 40px;
}
.contact-contents .contact-table th {
  padding: 15px clamp(1rem, 3.125vw, 1.5rem);
}
.contact-contents .contact-table th .optional-mark,
.contact-contents .contact-table th .required-mark {
  font-size: 0.8em;
  line-height: 2;
  margin-left: 0.5em;
}
.contact-contents .contact-table td {
  padding-left: 8px;
  padding-right: 8px;
}
.contact-contents .contact-submits-wrap {
  padding-top: 16px;
}
.contact-contents .contact-submits-wrap > * {
  width: 75vw;
  max-width: 320px;
  height: 60px;
  margin: 0 auto 20px;
}
.contact-contents .contact-submits-wrap > *:last-child {
  margin-bottom: 0;
}

/*==================================================
 お問い合わせ完了
================================================== */
.complete-contents {
  padding: 64px 0;
}
/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-contents {
  padding: 64px 0;
}
.privacy-contents .item-box {
  margin-bottom: 48px;
}

/*==================================================
 サイトマップ
================================================== */
.site-contents {
  padding: 64px 0;
}
.site-contents .site-list-item {
  margin-bottom: 10px;
}
.site-contents .site-list-item:last-of-type {
  margin-bottom: 0;
}
.site-contents .site-list-item a {
  font-size: 1.6rem;
  line-height: 1.875;
  padding: 15px;
}
.site-contents .site-list-item a::after {
  width: 36px;
  height: 20px;
}

/*===============================================
  404エラー
===============================================*/
.error-contents {
  padding: 64px 0;
}