/*
Theme Name: Custom Original Theme
Author: Your Name
Description: A custom WordPress theme.
Version: 1.0
*/
body{
	margin:0;
/* 	font-family: 'UDShinGoR', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif; */
/* 	font-size:16px; */
}
.mobile-nav{
	display:none;
}
.hamburger{
	display:none;
}
.site-header {
  background: rgba(255, 255, 255, 0.8);
  height: 80px;
  margin: 0;
  opacity: 1;
/*   padding: 0px 30px; */
  position: fixed;
  top: 0px;
  width: 100%;
  max-width: 100%;
  z-index: 999;
/*   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); */
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
	padding: 0px 30px;
}

.header-logo img {
  height: 50px;
  width: auto;
}

.header-nav ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

.header-nav ul li {
  margin-left: 20px;
}

.header-nav ul li a {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.4;
}

.header-nav ul li a:hover {
  text-decoration: underline;
	    color: #36b4e6;
}

.fv-section {
  background: rgba(0, 0, 0, 0.0);
  height: 100vh;
  justify-content: center;
/*   padding: 80px 30px 30px; */
  width: 100%;
  max-width: 100%;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
	padding-top:0 !important;
}

.fv-background {
  position: relative;
/*   width: 100%; */
  height: 100%;
padding: 80px 30px 30px;
}

.fv-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.fv-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  width: 100%;
  padding: 0 20px;
}

.fv-title {
  font-size: 48px;
  font-weight: 900;
  letter-spacing: 0.4em;
  line-height: 1.4;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin: 0;
}

.fv-subtitle {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 1.4;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin: 20px 0 0 0;
}
.overview-section {
  background: rgba(0, 0, 0, 0.0);
  margin: 0;
  padding: 0;
  width: 80%;
  max-width: 80%;
  margin: 0 auto;
}

.overview-container {
  display: flex;
  align-items: center;
  gap: 4%;
  flex-wrap: wrap;
}

.overview-image img {
  border-radius: 12px;
  width: 100%;
  max-width: 100%;
}

.overview-image {
  width: 48%;
  max-width: 50%;
}

.overview-content {
  width: 48%;
  max-width: 50%;
	text-align:center;
}
/* .overview-content  p{
	text-align:left;
} */

.section-en-title {
  color: #36b4e6;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-align: center;
}
.flow-section .section-en-title{
	
}

.section-ja-title {
  color: #333;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.3em;
  line-height: 1.4;
  margin: 5px 0 0;
  text-align: center;
}


.overview-text {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin: 20px 0 0 0;
  text-align: justify;
}

.overview-button {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #36b4e6;
  border-radius: 8px;
  height: 50px;
  line-height: 50px;
  width: 200px;
  max-width: 100%;
  text-align: center;
  color: #36b4e6;
  text-decoration: none;
  margin-top: 30px;
  font-weight: 500;
}

.overview-button:hover {
  background: #36b4e6;
  color: #fff;
  transition: 0.3s;
}
.group-section {
  background: #36b4e6;
  margin: 0;
  padding: 0 !important;
  width: 100%;
}
.group-wave{
	background:#fff;
}
.group-wave img {
  width: 100%;
  display: block;
  margin-bottom: -4px;
}

.group-content {
  padding: 40px 20px 60px;
  text-align: center;
  color: #ffffff;
  max-width: 800px;
  margin: 0 auto;
}

.section-en-title.white,
.section-ja-title.white {
  color: #ffffff;
}

.section-en-title {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.4;
  margin-bottom: 5px;
}

.section-ja-title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.3em;
  line-height: 1.4;
  margin-bottom: 20px;
}

.group-text {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin: 40px 0 0;
  color: #ffffff;
}

.group-text-small {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 20px;
  color: #ffffff;
}

.business-section {
  background: #fff;
  padding: 60px 20px;
}

.business-inner {
/*   max-width: 900px; */
	width:80%;
  margin: 0 auto;
}

.business-desc {
  font-size: 16px;
  color: #0068b7;
  line-height: 1.8;
  margin-top: 20px;
}

.point-heading {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.point-bar {
  width: 10px;
  height: 0;
  border-bottom: 1px solid #36b4e6;
  margin-right: 5px;
}

.point-label {
  color: #36b4e6;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

.business-list {
  margin-top: 10px;
  padding-left: 20px;
  list-style: disc;
  color: #333;
  font-size: 16px;
  line-height: 1.8;
}

.business-subheading {
  color: #0068b7;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 20px;
}

.business-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: flex-start;
}

.business-img {
  width: 38%;
}

.business-img img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.business-text {
  width: 58%;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}
.business-box-child {
  margin-bottom: 20px;
	margin-top:50px;
  border-bottom: 1px solid #36b4e6;
  padding-bottom: 8px;
}

.business-tag {
  font-size: 12px;
  color: #36b4e6;
  margin: 0 0 4px 0;
}

.business-subheading {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0;
	text-align:left;
}


.application-section {
  background: #fff;
  padding: 80px 20px;
}

.application-inner {
  max-width: 900px;
  margin: 0 auto;
}

.section-en-title.blue {
  color: #36b4e6;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-align: center;
}

.section-ja-title {
  color: #333;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.3em;
  line-height: 1.4;
  margin: 5px 0 0;
  text-align: center;
}

.application-desc {
  text-align: center;
  font-size: 14px;
/*   color: #666; */
  margin-top: 10px;
  margin-bottom: 40px;
}

.application-row {
  display: flex;
  margin-bottom: 40px;
}

.application-label-wrapper {
  border-right: 2px solid #36b4e6;
  padding-left: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 120px;
}

.application-label {
  font-weight: 600;
  color: #333;
  font-size: 16px;
}

.application-body {
  width: calc(100% - 120px);
  font-size: 14px;
  color: #333;
  padding-left: 20px;
}

.application-link {
  color: #36b4e6;
  text-decoration: none;
}

.application-link:hover {
  text-decoration: underline;
}

.application-button {
  display: inline-block;
  margin-top: 15px;
  background: #ffffff;
  border: 1px solid #36b4e6;
  color: #36b4e6;
  border-radius: 8px;
  height: 50px;
  line-height: 50px;
  width: 200px;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
}

.application-button:hover {
  background: #36b4e6;
  color: #fff;
  transition: 0.3s;
}
.oceansx-section {
  background: rgba(54, 180, 230, 0.1);
  border-radius: 24px;
  margin: 40px 0 0 0;
  width: 100%;
  max-width: 100%;
}

.oceansx-inner {
  max-width: 960px;
  margin: 0 auto;
  color: #333;
	  padding: 40px;
}

.oceansx-logo {
  width: 200px;
  max-width: 100%;
  height: auto;
  margin: 0 0 20px 0;
}

.oceansx-title {
  font-size: 20px;
  font-weight: 600;
  color: #0068b7;
  margin-bottom: 20px;
}

.oceansx-text {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.oceansx-link {
  color: #0073cc;
  text-decoration: underline;
  display: inline-block;
  margin-top: 10px;
}

.oceansx-subtitle {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 14px;
}
.oceansx-links{

	padding-left:0;	
}
.oceansx-links li {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.6;
	list-style:none;
}

.oceansx-links a {
  color: #0073cc;
  text-decoration: underline;
}
.site-footer {
  background: #333;
  padding: 50px 0;
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
	margin-top:150px;
}

.footer-text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.detail-hero {
  position: relative;
  height: 650px;
	background-image: url('/wp-content/themes/custom-theme/images/hero-detail.webp');
  background-size: 86%;
  background-repeat: no-repeat;
  background-position: center right;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 40px;
  box-sizing: border-box;
}

.detail-hero-content {
  max-width: 600px;
  z-index: 1;
}

.detail-hero-subtitle {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.3em;
  line-height: 1.6;
  margin: 0 0 15px 0;
  text-shadow: 0 0 20px #fff;
  text-align: left;
}

.detail-hero-title {
  color: #333;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0.4em;
  line-height: 1.4;
  text-shadow: 0 0 20px #fff;
  text-align: left;
  margin: 0;
}


/* 本文エリア制限 */
.detail-content {
  max-width: 1024px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* タイトル */
.detail-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #333;
  line-height: 1.4;
}

/* セクション見出し */
.section-heading {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin: 0px 20px 50px 0;
}
.h3-blue{
	    color: #0068b7;
    font-size: 16px;
    font-weight: 500;
    height: auto;
    line-height: 1.5;
    text-align: center;
    width: auto;
    max-width: 100%;
    justify-content: center;
	margin-bottom:50px;
}
.section-page{
	padding:80px 30px 50px;
}

.section-heading::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 0;
  border-bottom: 1px solid #36b4e6;
  margin-left: 10px;
}

/* 注釈ボックス */
.info-box {
  background: rgba(54, 180, 230, 0.1);
  border-radius: 12px;
  padding: 20px;
  margin: 50px 0 0px;
  font-size: 14px;
  line-height: 1.7;
}
.info-box li{
	margin-top:30px;
	text-align:justify;
}
.info-box h3{
	color: #333;
    flex: none;
    font-size: 18px;
    font-weight: 400;
    height: auto;
    letter-spacing: 0.1em;
    line-height: 1.4;
    text-align: center;
    width: 100%;
    max-width: 100%;
    justify-content: center;
}
.info-box3 li{
	margin-top:0;
}

/* テーブル */
.info-table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  font-size: 14px;
}

.info-table th,
.info-table td {
  border: 1px solid #ccc;
  padding: 10px;
  vertical-align: top;
}

.info-table th {
  background: #eef7fb;
  width: 30%;
  font-weight: 600;
}

/* 左画像・右テキストの横並び */
.image-text-block {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
	margin:0 auto;
  margin-top: 30px;
	  margin-bottom: 30px;
	width:70%;
	text-align:center;
}

.image-text-block img {
  width: 100%;
/*   max-width: 300px; */
  height: auto;
/*   border-radius: 8px; */
}

.image-text-block .text {
  flex: 1;
  font-size: 14px;
  line-height: 1.7;
}

/* 2列並びの支援内容 */
.business-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 30px 0;
}

.business-columns .column {
  width: calc(50% - 15px);
}

.business-columns .column h4 {
color: #333;
    font-size: 16px;
    font-weight: 500;
    height: auto;
    letter-spacing: -0.05em;
    line-height: 1.6;
    margin: 0px 0px 0px 0px;
    text-align: left;
    width: 795px;
    max-width: 100%;
    justify-content: flex-start;
}

.business-columns .column p {
  font-size: 14px;
  line-height: 1.7;
	margin-bottom:2px;
}
.business-columns .column ul{
	margin-top:5px;
}
.business-columns .column li{
	margin-bottom:20px;
}
.info-table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  font-size: 14px;
}
.info-table th,
.info-table td {
  border: 1px solid #ccc;
  padding: 10px;
  vertical-align: top;
}
.info-table th {
  background: #eef7fb;
  font-weight: bold;
  text-align: left;
}
.info-table1 {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.info-table1 th,
.info-table1 td {
  border: 1px solid #ccc;
	padding: 20px 10px;
	background:#fff;
  text-align: center;         /* 横方向中央揃え */
  vertical-align: middle;     /* 縦方向中央揃え */
	font-weight:400;
}

/* 列幅指定 */
.info-table1 th:nth-child(1),
.info-table1 td:nth-child(1) {
  width: 10%;
}

.info-table1 th:nth-child(2),
.info-table1 td:nth-child(2),
.info-table1 th:nth-child(3),
.info-table1 td:nth-child(3),
.info-table1 th:nth-child(4),
.info-table1 td:nth-child(4) {
  width: 30%;
}
.note-list {
  list-style: none;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 10px;
  padding-left: 1.5em;
}

.note-list li::before {
  content: "※ ";
  color: inherit;
  margin-left: -1.5em;
  display: inline-block;
  width: 1.5em;
}

.info-table2 {
  width: 100%;
  border-collapse: collapse;
  font-weight: 400;
	  table-layout: fixed; /* ★追加 */
}

.info-table2 th,
.info-table2 td {
	padding: 20px 12px;
  border: 1px solid #ccc;
  text-align: left;
  vertical-align: middle;
  font-weight: 400;
}

.info-table2 th {
  background: #eef7fb;
}

.info-table2 td:first-child {
  background: #eef7fb;
  width: 150px;
}
.submission-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.submission-row {
  display: table-row;
}

.submission-label {
  display: table-cell;
  width: 10%;
  vertical-align: top;
  font-weight: 400;
  padding: 8px 10px;
  white-space: nowrap;
}

.submission-content {
  display: table-cell;
  width: 90%;
  vertical-align: top;
  font-weight: 400;
  padding: 8px 10px;
}
.toppage section{
	padding: 50px 0px 150px 0px;
}

/* ボタンスタイル */
.btn-download {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #36b4e6;
  color: #36b4e6;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 400;
}
.conditions-list {
  counter-reset: section;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 10px;
  padding-left: 0;
  list-style: none;
}

.conditions-list li {
  counter-increment: section;
  margin-bottom: 20px;
  position: relative;
}

.conditions-list .title::before {
  content: "（" counter(section) "）";
  font-weight: bold;
  margin-right: 6px;
}
.conditions-list .title {
  font-weight: bold;
  margin-bottom: 4px;
  display: inline-block;
}
.conditions-list .body {
  font-weight: 400;
  margin-left: 1em;
}
.sp{
	display:none;
}

.flow-section {
  padding: 60px 20px;
  overflow-x: auto;
	position:relative;
}
.flow-section-title{
display:inline-block;
	padding-left:100px;
	  border-bottom: 1px solid #36b4e6;
	text-align:center;
	  margin-bottom: 30px;
}
.flow-heading {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  color: #333;

  display: inline-block;
  padding-bottom: 5px;
}

.flow-slider {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 30px;
    -ms-overflow-style: none; /* IE・Edge用 */
    scrollbar-width: none;    /* Firefox用 */
    /* 例: すべてのflow-stepとflow-arrow-boxの合計幅を計算して設定 */
    /* 各stepが380px、arrow-boxが60pxと仮定し、gapも考慮 */
    /* (380px * 4) + (60px * 3) + (30px * 7) = 1520 + 180 + 210 = 1910px */
    width: fit-content; /* コンテンツの幅に合わせて調整 */
    min-width: 100%; /* コンテンツが親要素より小さい場合でもスクロールバーを表示 */
}
.flow-slider::-webkit-scrollbar {
  display: none;            /* Chrome, Safari用 */
}

.flow-step {
  flex: 0 0 auto;
	width: 380px;
  text-align: center;
  position: relative;
}
.flow-step-label{
	text-align:left;
}
.flow-step-label span {
  display: inline-block;
  background: #36b4e6;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
    padding: 5px 25px 25px 5px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  text-align: left;
}

.flow-title {
    color: #333;
    font-size: 20px;
    font-weight: 400;
  font-weight: bold;
  margin: 10px 0;
  letter-spacing: 0.1em;
}

.flow-icon {
  width: 200px;
  height: auto;
  margin: 10px auto;
}

.flow-detail {
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.5;
}
.flow-arrow-box{
	display:flex;
	align-items:center;
	 width: 60px;
}
.flow-arrow {
  align-items: center;
  justify-content: center;
  display: flex;
  border: 1px solid #36b4e6;
  color: #36b4e6;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: 15px auto;
  font-size: 20px;
  font-weight: bold;
}

.flow-btn {
  display:flex;
  background: #fff;
  border: 1px solid #36b4e6;
  border-radius: 8px;
/*   padding: 8px 20px; */
  color: #36b4e6;
  text-decoration: none;
  font-size: 16px;
	margin:0 auto;
	align-items:center;
	justify-content:center;
	text-align:center;
  margin-top: 10px;
	height:50px;
	width:200px;
	
}

.flow-mail {
  font-size: 14px;
  margin-top: 5px;
  color: #333;
}

/* スクロール対応 */
.flow-slider::-webkit-scrollbar {
  height: 6px;
}
.flow-slider::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}
.flow-slide-indicator {
  position: absolute;
  bottom: 110px;
  right: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #36b4e6;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 5px;
}

.flow-slide-indicator .arrow {
  font-size: 14px;
}


@media screen and (max-width:768px){
	.detail-content{
		padding:0;
	}
	.section-page{
	padding: 80px 10px 50px;
}
	.business-columns{
		display:block;
	}
	.business-columns .column{
		width:100%;
		margin-bottom:60px;
	}
	.image-text-block{
		width:100%;
	}
.info-table1 th,
.info-table1 td {
  border: 1px solid #ccc;
	padding: 20px 5px;
	background:#fff;
  text-align: center;         /* 横方向中央揃え */
  vertical-align: middle;     /* 縦方向中央揃え */
	font-weight:400;
}
	.fv-title{
		font-size:32px;
	}
	.fv-subtitle{
		font-size:18px;
	}
.sp{
	display:block;
}
	.fv-background{
		padding: 80px 10px 30px;
	}
	.overview-container{
		display:block;
	}
.overview-image,.overview-content  {
  width: 100%;
  max-width: 100%;
}
	.overview-section{
		width:auto;
		max-width:95%;
	}
	.overview-content{
		text-align:center;
	}
	.business-flex{
		display:block;
		padding-left:10px;
		padding-right:10px;
	}
	.business-img, .business-text{
	width:100%;	
	}
	.application-row{
		display:block;
	}
	.application-label-wrapper{
		width:auto;
		justify-content:center;
		border-right:none;
		border-bottom:1px solid #36b4e6;
		padding-bottom:15px;
		padding-left:0;
	}
	.application-body{
		width:auto;
		text-align:center;
		padding-left:0;
	}
	.application-body p{
		text-align:justify;
	}
	.application-inner{
		padding-left:10px;
		padding-right:10px;
	}
	.toppage section{
		    padding: 50px 0px 50px 0px;
	}
	.oceansx-inner{
		padding:10px;
	}
	.toppage .business-section{
		padding-left:10px;
		padding-right:10px;
	}
    .header-nav {
      display: none;
    }

    .hamburger {
      width: 30px;
      height: 22px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      cursor: pointer;
    }

    .hamburger span {
      height: 2px;
      background: #36b4e6;
      display: block;
    }

    .mobile-nav {
      display: none;
    }

    .mobile-nav.active {
      position: fixed;
      top: 0;
      right: 0;
      width: 100%;
      height: 100vh;
      background: #fff;
      z-index: 1000;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding:0;
      border-radius: 8px;
    }

    .mobile-nav a {
      font-size: 18px;
      font-weight: bold;
      color: #36b4e6;
      text-decoration: none;
      margin: 15px 0;
    }

    .close-btn {
      position: absolute;
      top: 20px;
      right: 15px;
      font-size: 30px;
      color: #36b4e6;
      cursor: pointer;
    }
	.header-inner{
		padding:5px 10px;;
	}
	.header-logo img{
		max-width:200px;
		height:auto;
	}
	.flow-section{
		padding-bottom:100px !important;
	}
	.flow-slide-indicator{
	bottom:50px;	
	}
	.detail-hero {
  position: relative;
  height: 60vh;
/* 	background-image: url('/wp-content/themes/custom-theme/images/hero-detail.webp'); */
/*   background-size: cover; */
  background-repeat: no-repeat;
  background-position: center right;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
  box-sizing: border-box;
}
.detail-hero::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 86%; /* 背景画像の幅 */
  background-image: url(/wp-content/themes/custom-theme/images/hero-detail.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}
	.detail-hero-subtitle {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3em;
  line-height: 1.6;
  margin: 0 0 15px 0;
  text-shadow: 0 0 20px #fff;
  text-align: left;
}

.detail-hero-title {
  color: #333;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.4em;
  line-height: 1.4;
  text-shadow: 0 0 20px #fff;
  text-align: left;
  margin: 0;
}
}
