@charset "utf-8";
/* CSS Document */


.title{
	position: absolute;
    text-align: center;      
   	font-size:174%;
	color:#333;
	line-height:1.1em;
}

.sm{
	font-size:50%;
}

.contents{
	background:#fafafa;
}

/*//////////////////////   大枠フッターまで囲っている  //////////////////////////*/
#contents{
	position:relative;
	width:100%;
	height:auto;
	background:#FFF;
}

#main_visual_sub {
  position: relative;
  background: url(../img/mainvisual/main_image_1_pc.jpg) center/cover no-repeat;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top:80px;
}

#main_visual_sub::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 140, 255, 0.6);
}

.company_title {
  position: relative;
  text-align: center;
  color: #fff;
}

.catch {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 2px;
}

.sub_title {
  font-size: 42px;
  font-weight: 900;
  letter-spacing: 3px;
}

.title_s {
  font-size: 15px;
  letter-spacing: 6px;
  margin-top: 10px;
}



.company_title{
	width:94%;
	height:auto;
	margin:0 auto;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", sans-serif;
}

h2.sub_title{
	color:#fff;
	font-size:131%;
	letter-spacing:8px;
	text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.title_s{
	font-size:200%;
	color:#fff;
	text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	font-weight:bold;
}


.contents_01 {
	width: 100%;
	background: url(../img/naitei/bg_grid.png);
	padding: 60px 0 100px;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", sans-serif;
	color: #333;
  line-height: 1.8;
}
.co_01_box_01 {
	width: 90%;
	margin: 0 auto;
}

.oc-title {
  text-align: center;
  margin-bottom: 20px;
}

.oc-title h2 {
  font-size: 160%;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

/* 下線アクセント */
.oc-title h2::after {
  content: "";
  display: block;
  width: 60%;
  height: 6px;
  margin: 12px auto 0;
  border-radius: 10px;
  background: linear-gradient(to right, #2F80FF, #00C853);
}

/* サブタイトル */
.oc-sub {
  font-size: 14px;
  letter-spacing: 3px;
  color: #888;
}

.oc-date-title{
	text-align:center;
	font-size:131%;
	margin-bottom:20px;
	font-weight:bold;
}

.oc-slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 884px;
  margin:0 auto 40px; 
}

.oc-date-slider {
  overflow: hidden;
  width: 100%;
}

.oc-day-wrap {
  display: flex;
  gap: 15px;
  transition: transform 0.5s ease;
  flex-wrap: nowrap;   /* ★ これが重要 */
}

/* 6枚固定 */
.oc-day {
  flex: 0 0 calc((100% - 30px) / 3);
  border-radius: 18px;
  padding: 18px 10px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.oc-day .month { font-size: 14px; }
.oc-day .date { font-size: 32px; }
.oc-day .week { font-size: 14px; }

.m-apr { background:#ff6f61; }
.m-may { background:#ff9800; }
.m-jun { background:#2F80FF; }
.m-jul { background:#9b59b6; }
.m-aug { background:#00C853; }

/* 矢印 */
.oc-arrow {
  background:#ff9800;
  color:#fff;
  border:none;
  font-size:10px;
  width:20px;
  height:20px;
  border-radius:50%;
  cursor:pointer;
  position:absolute;
  z-index:10;
}

.prev { left:-5px; }
.next { right:-5px; }

.oc-card-wrap {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.oc-card {
	color: #222;
  background: #fff;
  width: 100%;
  padding: 40px 30px;
  border-radius: 20px;
  text-decoration: none;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  border: 1px solid #e5e5e5;
  font-size:116%;
}
.card-jp {
  border: 2px solid #003366;
}

.card-intl {
  border: 2px solid #008060;
}
.oc-card:hover {
  transform: translateY(-8px);
}

/* 上部中央寄せ */
.oc-icon,
.oc-card h3,
.oc-lead,
.oc-btn {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.oc-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 36px;
  margin-bottom: 25px;
}

/* 色分け */
.card-jp .oc-icon {
  background: #003366;   
}

.card-intl .oc-icon {
  background:#008060;   
}




.oc-lead {
  margin: 20px 0;
  text-align:left;
}

.oc-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 25px auto;  /* ← 中央寄せ */
  width: fit-content;        /* ← 内容幅に */
}

.oc-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
}

.oc-list li:last-child {
  border-bottom: none;
}

/* リストアイコン */
.oc-list i {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  flex-shrink: 0;
}

/* カラー */
.icon-blue { background:#4da6ff; }
.icon-orange { background:#ff9933; }
.icon-purple { background:#9b59b6; }
.icon-pink { background:#ff6fa5; }
.icon-green { background:#2ecc71; }

.oc-btn {
  background:#003366;
  color:#fff;
  padding:10px 25px;
  border-radius:30px;
  display:inline-block;
}

.card-intl .oc-btn {
  background:#008060;
}


