@charset 'UTF-8';

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	各固定ページ

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */


/* ================================================================================

	レイアウト

================================================================================ */

.breadcrumbs {
  max-width: 1100px;
  margin: 0 auto;
  padding: 16px 20px 0;
  font-size: 16px;
}

/* PC設定
----------------------------------------------- */
@media (max-width: 960px) {

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
  
  .breadcrumbs {
    font-size: 14px;
  }
  
}





/* ================================================================================

	メイン画像

================================================================================ */

.cate_main {
  position: relative;
  background: url(../img/cate_main.webp) center center / auto no-repeat;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cate_main p {
  background-color: #333;
  color: #fff;
  z-index: 1;
  padding: 0 40px;
  font-size: 48px;
  font-weight: 600;
  margin-top: 70px;
}

/* PC設定
----------------------------------------------- */
@media (max-width: 960px) {
  
  .cate_main p {
    font-size: 40px;
    margin-top: 60px;
  }
  
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
  
  .cate_main {
    height: 300px;
  }
  .cate_main p {
    font-size: 30px;
    margin-top: 50px;
  }
  
}


/* ================================================================================

	見出し

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {


}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {


}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★

	ここから各固定ページ

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ================================================================================

	Company

================================================================================ */

.company-table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.8;
  background: #fff;
  border: 1px solid #ddd;
}

.company-table tr:nth-child(even) {
  background-color: #fafafa;
}

.company-table td {
  border: 1px solid #ddd;
  padding: 12px 16px;
  font-size: 15px;
  vertical-align: top;
}

.company-table td:first-child {
  width: 25%;
  font-weight: 600;
  background-color: #f5f5f5;
  color: #333;
}

.company-table td a {
  color: #0066cc;
  text-decoration: none;
}

.company-table td a:hover {
  text-decoration: underline;
}

.company-table br {
  line-height: 1.6;
}

.company-page iframe {
  width: 100%;
}

.comapany-tel span {
  pointer-events: none;
}
.comapany-tel a {
  color: #333 !important;
}

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	
  .company-table td {
    display: block;
  }
  .company-table td:first-child {
    width: auto;
  }
  
}





/* ================================================================================

	Service

================================================================================ */

.service-message {
  text-align: center;
  font-size: 20px;
}

.service-detail-content {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: nowrap;
}
.service-detail-content > div {
  width: 50%;
}
.service-detail-content:not(:first-of-type) {
  margin-top: 40px;
}
.service-detail-content:nth-child(odd) {
  flex-direction: row-reverse;
}

.contact-content {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: nowrap;
  text-align: center;
}
.tel_box, .mail_box {
  background-color: #F5F5F5;
  width: 50%;
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}

.tel_box p {
  font-size: 28px;
  font-weight: 600;
  margin-top: inherit;
}
.tel_box span {
  pointer-events: none;
}

.mail_box .contact-btn {
  min-width: 240px;
  margin-top: 8px;
}
.mail_box .contact-btn a {
  display: flex;
  gap: 16px;
  justify-content: center;
  width: 400px;
  background-color: #333;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  padding: 10px 0;
  border-radius: 40px;
}
.mail_box .contact-btn a img {
  width: auto;
  object-fit: contain;
}

/* PC設定
----------------------------------------------- */
@media (max-width: 960px) {
	
  .service-message {
    font-size: 18px;
  }
  
  .mail_box .contact-btn a {
    width: 300px;
  }
  
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
  
  .service-page h3 {
    font-size: 17px;
  }
  
  .service-message {
    font-size: 16px;
    text-align: left;
  }
	
  .service-detail-content {
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .service-detail-content > div {
    width: 100%;
  }
  
  .contact-content {
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .contact-content > div {
    width: 100%;
  }
  
  .tel_box, .mail_box {
    height: 200px;
  }
  
}





/* ================================================================================

	Recruit

================================================================================ */

.recruit-message {
  text-align: center;
}
.for-member {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
}

.recruit-detail-content {
  display: flex;
  gap: 40px;
  align-items: center;
}

.recruit-mission {
  text-align: center;
}
.recruit-mission a {
  margin: 24px auto 0;
  max-width: 400px;
}

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
  
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
  
  .for-member {
    font-size: 20px;
  }
	
  .recruit-detail-content {
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .recruit-detail-content > div {
    width: 100%;
  }
  
}




/* ================================================================================

	募集要項

================================================================================ */

.job-table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.8;
  background: #fff;
  border: 1px solid #ddd;
}

.job-table tr:nth-child(even) {
  background-color: #fafafa;
}

.job-table td {
  border: 1px solid #ddd;
  padding: 12px 16px;
  font-size: 15px;
  vertical-align: top;
}

.job-table td:first-child {
  width: 25%;
  font-weight: 600;
  background-color: #f5f5f5;
  color: #333;
}

.job-content a {
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 70px;
  border-radius: 50px;
}
.job-content a span {
  font-size: 14px;
  margin-top: -22px;
}

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
  
  .job-table td {
    display: block;
  }
  .job-table td:first-child {
    width: auto;
  }
	
  .job-content a {
    max-width: 200px;
    width: 100%;
  }
  
}





/* ================================================================================

	Contact

================================================================================ */

.contact-message {
  text-align: center;
  margin-bottom: 40px;
}
.contact-attention {
  text-align: center;
}

/* 全体レイアウト */
.wpcf7 form {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px 0;
  color: #333;
  line-height: 1.6;
}

/* 各行 */
.cf7-form-row {
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
}
.cf7-form-row > p {
  width: 30%;
}
.cf7-form-row > div {
  width: 70%;
}

/* ラベル */
.cf7-form-row label {
  display: flex;
  font-weight: 300;
  margin-bottom: 8px;
  align-items: center;
}

/* 必須マーク */
.cf7-form-row label span.required {
  display: inline-block;
  margin-left: 6px;
  background: #d71418;
  color: #fff;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 300;
}

/* 入力欄 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus {
  border-color: #2b55a0;
  box-shadow: 0 0 3px rgba(43, 85, 160, 0.3);
  outline: none;
}

.wpcf7 textarea {
  min-height: 140px;
  resize: vertical;
}

/* ラジオボタン */
.wpcf7-radio {
  display: flex;
  flex-direction: column;
}
.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-radio input[type="radio"] {
  margin-right: 6px;
}

/* チェックボックス */
.wpcf7-acceptance label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.wpcf7-acceptance input[type="checkbox"] {
  margin-right: 6px;
}

/* プライバシー案内 */
.contact-privacy {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.contact-privacy a {
  color: #2b55a0;
  text-decoration: underline;
}

.acceptance .cf7-form-input-wrapper {
  text-align: center;
}

/* 送信ボタン */
.wpcf7 input[type="submit"] {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 18px 14px;
  background: #333;
  color: #fff;
  border-radius: 50px;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
}

.wpcf7 input[type="submit"]:hover {
  opacity: 0.8;
}

.submit {
  margin-bottom: 0;
}
.submit > p {
  width: 400px;
}

.wpcf7-spinner {
  display: none;
}

/* エラーメッセージ・完了メッセージ */
.wpcf7-not-valid-tip {
  color: #d71418;
  margin-top: 4px;
  display: block;
  font-size: 14px;
}

.wpcf7-response-output {
  margin-top: 24px;
  padding: 10px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	
}



/* SP設定
----------------------------------------------- */
@media screen and (max-width: 767px) {
  
  .wpcf7 form {
    padding: 30px 16px;
  }
  .wpcf7 input[type="submit"] {
    padding: 12px;
  }
  
  /* 各行 */
  .cf7-form-row {
    flex-direction: column;
  }
  .cf7-form-row > p {
    width: 100%;
  }
  .cf7-form-row > div {
    width: 93%;
  }
  
}




/* ================================================================================

	News

================================================================================ */

.news-list li {
  display: flex;
  justify-content: space-between;
}
.news-list li:not(:first-of-type) {
  margin-top: 10px;
}
.news-list li span.date {
  margin-right: 16px;
  flex-shrink: 0;
  white-space: nowrap;   
}
.news-list .title {
  flex: 1;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.4;
}
.news-list li a {
  background-color: #f5f5f5;
  flex: 1;
  transition: color 0.3s;
  padding: 13px 24px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
  flex-wrap: wrap;
}
.pagination .page-numbers {
  border: 1px solid #333;
  width: 35px;
  text-align: center;
  padding: 3px 0 0;
}
.pagination .current {
  background-color: #333;
  color: #fff;
}
.pagination .dots {
  border: none;
}

.article-content article {
  background-color: #f8f8f8;
  padding: 40px;
}
.article-content .single-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.article-content .single-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	
  .news-list li a {
    flex-direction: column;
    align-items: flex-start;
  }

  .news-list li span.date {
    margin-right: 0;
  }

  .news-list .title {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .pagination {
    gap: 8px;
  }
  
  .article-content article {
    padding: 20px;
  }
  .article-content .single-title {
    font-size: 18px;
  }
  
}




/* ================================================================================

	PrivacyPolicy

================================================================================ */

.privacy-content h3 {
  margin-top: 16px;
}

.privacy-content > .section-inner > ol {
  list-style: none;
  counter-reset: number;
}
.privacy-content > .section-inner > ol > li {
  position: relative;
  padding-left: 30px;
}
.privacy-content > .section-inner > ol > li::before {
  counter-increment: number;
  content: counter(number) '.';
  position: absolute;
  left: 0px;
  top: -5px;
  font-size: 24px;
  font-weight: 600;
}

.privacy-content > .section-inner > ol > li > ol {
  list-style: none;
  counter-reset: number;
}
.privacy-content > .section-inner > ol > li > ol > li {
  position: relative;
  padding-left: 30px;
}
.privacy-content > .section-inner > ol > li > ol > li::before {
  counter-increment: number;
  content: '（' counter(number) '）';
  position: absolute;
  left: -10px;
}

.privacy-date {
  text-align: right;
  margin-top: 32px !important;
  font-size: 20px;
}

.privacy-attention {
  font-size: 16px;
  margin-top: 40px !important;
}

/* PC設定
----------------------------------------------- */
@media (max-width: 1140px) {
	
  .privacy-content > .section-inner > ol > li {
    padding-left: 24px;
  }
  .privacy-content > .section-inner > ol > li::before {
    font-size: 20px;
  }
  
  .privacy-date {
    font-size: 18px;
  }
  
}


/* SP設定
----------------------------------------------- */
@media (max-width: 450px) {
	
  .privacy-content > .section-inner > ol > li {
    padding-left: 20px;
  }
  .privacy-content > .section-inner > ol > li::before {
    font-size: 18px;
    top: -4px;
  }
  
  .privacy-date {
    font-size: 16px;
  }  
  
}




/* ================================================================================

	Sitemap

================================================================================ */

.sitemap-content .section-inner > ul > li:not(:first-of-type) {
  margin-top: 12px;
}
.sitemap-content .section-inner > ul > li > a {
  position: relative;
  display: block;
  border: 1px solid #333;
  border-left: 8px solid #333;
  padding: 8px 20px;
}
.sitemap-content .section-inner > ul > li > a:after {
  content: '→';
  position: absolute;
  font-size: 16px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.sitemap-content .section-inner > ul > li > ul {
  margin-top: 12px;
  margin-left: 20px;
}
.sitemap-content .section-inner > ul > li > ul > li > a {
  position: relative;
  display: block;
  border: 1px solid #888;
  border-left: 8px solid #888;
  padding: 8px 20px;
  color: #888;
}
.sitemap-content .section-inner > ul > li > ul > li > a:after {
  content: '→';
  position: absolute;
  font-size: 16px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: #888;
}

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	
}