@charset "utf-8";
/*全体の枠
---------------------------------------------------------------------------*/
.sec-box-inner{
	width: 1110px;
	margin: auto;
}

@media all and (max-width:1200px){
	.sec-box-inner{
		width: 930px;
	}
}
@media all and (max-width:992px){
	.sec-box-inner{
		width: 690px;
	}
}
@media all and (max-width:768px){
	.sec-box-inner{
		width: 510px;
	}
}
@media all and (max-width:576px){
	.sec-box-inner{
		width: 92%;
	}
}
.sec-box-w{
  background-color: #fff;
	padding: 80px 0;
}
.sec-box-g{
	background-color: #ccd5d0;
	padding: 80px 0;
}
.sec-box-gw{
	background-color: #f2f2f2;
	padding: 80px 0;
}
/*上の余白を消す*/
.sec-box-top{
	padding-top: 0px;
}
.sec-box-w-kadomaru{
	border-radius: 20px;
	background-color: #fff;
	padding: 60px;
}
/* レスポンシブ（スマホ） */
@media screen and (max-width: 768px){
	.sec-box-w-kadomaru{
		border-radius: 10px;
		background-color: #fff;
		padding: 30px 20px;
	}
}

.box-bottom{
	margin-bottom: 30px;
}

/*CTA
---------------------------------------------------------------------------*/
.cta-container {
    display: none;
}


/*690以下 510*/
@media all and (max-width:768px){
    .cta-container {
        display: flex;
        justify-content: space-around;
        text-align: center;
        padding: 1px;
        background-color: #f9f9f9;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
		z-index: 1000;
    }
    .cta-container a{
        color: #fff;
    }
    .cta-button {
        background-color: #ff7900;
        color: white;
        border: none;
        padding: 10px 10px;
        margin: 5px;
        font-size: 16px;
        cursor: pointer;
        border-radius: 5px;
        width: 92%;
        max-width: 300px;
    }
    .cta-button:hover {
        background-color: #ff7900;
    }
}
/*510以下 92%*/
@media all and (max-width:576px){
}


/* フェードイン
--------------------------------------------------------------------------- */
/* 共通 */
.fade-item{
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .8s ease, transform .8s ease;
}

/* PC：左から */
.fade-left{
  transform: translateX(-60px);
  transition-delay: 0s;
}

/* PC：右から */
.fade-right{
  transform: translateX(60px);
  transition-delay: .25s;
}

/* 表示後 */
.fade-item.show{
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* ===== スマホでは横移動を無効化 ===== */
@media screen and (max-width: 768px) {
  .fade-left,
  .fade-right {
    transform: translateY(30px);
  }
}

/*リクルート
---------------------------------------------------------------------------*/
.recruit-wp-hero{
	position:relative;
	width:100%;
	height:400px;
	display:flex;
	align-items:center;
	justify-content:center;
	overflow:hidden;
}
.recruit-wp-hero-bg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image:url("../images/recruit/recruit01.jpg");
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	z-index:1;
}
/* 暗いオーバーレイ */
.recruit-wp-hero-bg::after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.20);
	top:0;
	left:0;
}
/* 中央テキスト */
.recruit-wp-hero-content{
	position:relative;
	z-index:2;
	text-align:center;
	color:#fff;
	padding:0 20px;
}
.recruit-wp-hero-content h3{
	font-size:42px;
	font-weight:700;
	letter-spacing:2px;
	margin-bottom:30px;
}
.recruit-wp-hero-content p{
	font-size:20px;
}
@media (max-width:1024px){
	.recruit-wp-hero{
		height:320px;
	}
	.recruit-wp-hero-content h3{
		font-size:28px;
	}
}
@media (max-width:768px){
	.recruit-wp-hero{
		height:260px;
	}
	.recruit-wp-hero-content h3{
		font-size:30px;
	}
	.recruit-wp-hero-content p{
		font-size:16px;
	}
}
@media (max-width:480px){
	.recruit-wp-hero{
		height:220px;
	}
	.recruit-wp-hero-content h3{
		font-size:22px;
		letter-spacing:1px;
	}
}

/* message */
.recruit-wp-message-title{
	font-size:60px;
	font-weight:500;
	text-align:center;
	margin-bottom:80px;
	display:block;
	/* 回転＋文字の傾き */
	transform:rotate(-10deg) skewX(-10deg);
	transform-origin:center center;
	letter-spacing:3px;
	color: #012c15;
}
@media (max-width:768px){
	.recruit-wp-message-title{
		font-size:56px;
		transform:rotate(-8deg) skewX(-8deg);
	}
}
@media (max-width:480px){
	.recruit-wp-message-title{
		font-size:36px;
		transform:rotate(-6deg) skewX(-6deg);
		margin-bottom:30px;
	}
}
.recruit-wp-ceo{
	text-align:right;
	margin-top:30px;
	font-weight:600;
	letter-spacing:1px;
}
/*h2*/
.recruit-wp-section-title{
	width:100%;
	height:86px;
	background:#00b9a7;
	color:#fff;

	display:flex;
	align-items:center;
	justify-content:center;

	font-size:36px;
	line-height: 1.2em;
	font-weight:700;
	text-align:center;
}
@media (max-width:768px){
	.recruit-wp-section-title{
		font-size:26px;
		height:70px;
	}
}
@media (max-width:480px){
	.recruit-wp-section-title{
		font-size:22px;
		height:60px;
	}
}
/*h3*/
.recruit-wp-section-title-h3{
	width:100%;
	font-size:36px;
	line-height: 1.2em;
	font-weight:700;
	text-align:center;
	padding: 50px 0 30px;
}
@media (max-width:768px){
	.recruit-wp-section-title-h3{
		font-size:28px;
	}
}
@media (max-width:480px){
	.recruit-wp-section-title-h3{
		font-size:22px;
	}
}
/*強調中央*/
.recruit-wp-p-strong{
	width:100%;
	font-size:28px;
	line-height: 1.2em;
	font-weight:700;
	text-align:center;
	padding: 0px 0 30px;
}
@media (max-width:768px){
	.recruit-wp-p-strong{
		font-size:24px;
	}
}
@media (max-width:480px){
	.recruit-wp-p-strong{
		font-size:18px;
	}
}
/*会社を知る*/
.recruit-wp-company-box {
	width: 100%;
	background-color: #ffffff;
	background-image:  url('../images/recruit/company-back.webp');
	background-repeat: no-repeat;
	background-position : center top;
	background-size: cover;
}
/*会社概要 teble*/
.recruit-wp-company-g-table {
 	width: 100%;
	margin-top: 0px;
	text-align: left;
	background-color: #ffffff;
}
.recruit-wp-company-g-table table {
	width: 100%;
	border-collapse: collapse;
	background-color: #ffffff;
}
.recruit-wp-company-g-table tr {
	/*border-top: 1px solid #666666;*/
	border-bottom: 1px solid #666666;
}
.recruit-wp-company-g-table th, .recruit-wp-company-g-table td {
	padding: 10px;
}
.recruit-wp-company-g-table th {
	width: 25%;
	font-weight: normal;
}
.recruit-wp-company-g-table td {
	width: 75%;
	font-weight: normal;
}

@media screen and (max-width: 560px) {
  .recruit-wp-company-g-table {
    text-align: left;
  }
  .recruit-wp-company-g-table th, .recruit-wp-company-g-table td {
    display: block;
	width: 100%;
  }
  .recruit-wp-company-g-table tbody th{
	background-color: #999999;
	  color: #ffffff;
  }
  .recruit-wp-company-g-table td::before{
    content: attr(data-label);
    display: inline-block;
  }
}

/* =====================
   画像2段組みBOX
===================== */
.recruit-wp-img-nidan-box {
  display: flex;
  gap: 40px;              /* 画像の間を40px */
  margin: 0 0 30px;
}

/* 各画像 */
.recruit-wp-img-nidan01,
.recruit-wp-img-nidan02 {
  flex: 1;
  overflow: hidden;      /* 拡大時にはみ出さないように */
}

/* 画像本体 */
.recruit-wp-img-nidan01 img,
.recruit-wp-img-nidan02 img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

/* カーソルを乗せたとき拡大 */
.recruit-wp-img-nidan01:hover img,
.recruit-wp-img-nidan02:hover img {
  transform: scale(1.08);
}


/* スマホ対応 */
@media screen and (max-width: 768px) {

  .recruit-wp-img-nidan-box {
    flex-direction: column; /* 1段組みにする */
    gap: 20px;              /* スマホは少し狭く */
  }

}
/* =====================
   2段組み（左1/3・右2/3）
===================== */
.recruit-wp-nidan-sanbun-box {
  display: grid;
  grid-template-columns: 1fr 2fr; /* 1:2 = 1/3 : 2/3 */
  gap: 40px;
  align-items: stretch;
  background-color: #FFFFFF;
}

/* 画像をレスポンシブに */
.recruit-wp-nidan-sanbun01 {
  background-color: #f2f2f2;
  padding: 30px;
}
.recruit-wp-nidan-sanbun01 img {
  width: 100%;
	max-width: 300px;
  height: auto;
  display: block;
}

/* スマホ：1段組み */
@media screen and (max-width: 768px) {

  .recruit-wp-nidan-sanbun-box {
    grid-template-columns: 1fr; /* 1段 */
    gap: 20px;
  }

}

/*サービス*/
.recruit-wp-job-ul-box{
	width: 100%;
	padding: 40px 50px 10px;
	margin: 0 auto 50px;
	background-color: #ccd5d0;
}
.recruit-wp-job-ul-box ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-around;
	text-align: center;
}
.recruit-wp-job-ul-box li{
	width: 23%;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px 5px;
	margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
	.recruit-wp-job-ul-box{
		padding: 30px 10px 20px;
	}
	.recruit-wp-job-ul-box ul{
	}
	.recruit-wp-job-ul-box li{
		width: 100%;
		margin-bottom: 10px;
		padding: 10px 5px;
	}
}

/* =====================
   働く人を知る
===================== */
.recruit-wp-work-container {
	width: 1200px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 0px;
}

.recruit-wp-work-row {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
}

/* 左の円形画像 */
.recruit-wp-work-circle-image {
	width: 340px;
	height: 340px;
	border-radius: 50%;
	object-fit: cover;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

/* 吹き出し */
.recruit-wp-work-speech-bubble {
	position: relative;
	width: 690px;
	height: 280px;
	background: #ffffff;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 50px;
}

/* 吹き出しの三角 */
.recruit-wp-work-speech-bubble::before {
	content: "";
	position: absolute;
	top: 25%;
	left: -38px;
	transform: translateY(-50%);
	border-width: 20px;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
}

/* 吹き出しのタイトル */
.recruit-wp-work-speech-title {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}
.recruit-wp-work-speech-title span{
	font-size: 18px;	
}

/* 吹き出しの本文 */
.recruit-wp-work-speech-text {
	font-size: 16px;
	line-height: 1.5;
}

/* 真ん中の行を逆にする */
.recruit-wp-work-row:nth-child(2) {
	flex-direction: row-reverse;
}
.recruit-wp-work-row:nth-child(2) .work-speech-bubble::before {
	left: auto;
	right: -38px;
	border-color: transparent transparent transparent #fff;
}

/* レスポンシブ対応 */
@media (max-width: 1250px) {
	.recruit-wp-work-container {
		width: 100%;
	}
	/* 左の円形画像 */
	.recruit-wp-work-circle-image {
		width: 28%;
		height: 28%;
	}
	/* 吹き出し */
	.recruit-wp-work-speech-bubble {
		width: 58%;
		padding: 0 30px;
	}
}

@media screen and (max-width: 769px) {
	/* 左の円形画像 */
	.recruit-wp-work-circle-image {
		width: 70%;
		height: 70%;
	}
	/* 吹き出し */
	.recruit-wp-work-speech-bubble {
		width: 100%;
		min-height: 100px;
		padding: 0 30px;
	}
	.recruit-wp-work-row {
		flex-direction: column;
		align-items: center;
	}
	.recruit-wp-work-row:nth-child(2) {
		flex-direction: column;
	}
	.recruit-wp-work-speech-bubble::before {
		top: -40px;
		bottom: auto;
		left: 50%;
		transform: translateX(-50%);
		border-color: transparent transparent #ffffff transparent;
	}
	.recruit-wp-work-row:nth-child(2) .recruit-wp-work-speech-bubble::before {
		top: -40px;
		bottom: auto;
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		border-color: transparent transparent #ffffff transparent;
	}
	.recruit-wp-work-speech-title {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.recruit-wp-work-speech-title span{
		font-size: 14px;	
	}
}

/* =====================
   募集要項
===================== */
.recruit-wp-info-table{
	width: 1000px;
	margin: auto;
}
.recruit-wp-info-table table{
	width: 100%;
	border: 1px solid #4d4d4d;
	border-collapse: collapse;
}
.recruit-wp-info-table thead th{
	background-color: #999999;
	color: #ffffff;
	font-weight: bold;
	padding: 5px 10px;
}
.recruit-wp-info-table tr{
	border: 1px solid #4d4d4d;	
}
.recruit-wp-info-table th{
	background-color: #f2f2f2;
	width: 25%;
	text-align: center;
	padding: 5px 10px;
	vertical-align: top;
	border: 1px solid #4d4d4d;
	font-weight: normal;
}
.recruit-wp-info-table td{
	width: 75%;
	padding: 5px 20px;
	border: 1px solid #4d4d4d;	
}

@media screen and (max-width: 1100px) {
	.recruit-wp-info-table{
		width: 90%;
	}
}
@media screen and (max-width: 560px) {
	.recruit-wp-info-table thead th{
		display: none;
	}
	.recruit-wp-info-table th, .info-table td {
		display: block;
		width: 100%;
		border: none;
	}
	.recruit-wp-info-table table{
		border: none;
	}
}


/* =====================
   アコーディオン
===================== */
.accordion {
    width: 100%;
	margin: auto;
    font-size: 16px;
	line-height: 1.5em;
}

/* 各アコーディオンのタイトルバー */
.accordion-header {
    color: white;
    font-weight: normal;
    padding: 5px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
	background-color: #00b9a7;
}

/* プラスマーク（アイコン） */
.icon {
    font-size: 24px;
    transition: transform 0.3s ease;
}
.accordion-text-f{
	display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}
.accordion-text-a{
	display: flex;
    justify-content: flex-start;
    align-items: top;
    cursor: pointer;
}
.icon-Q{
	font-weight: bold;
	font-size: 30px;
	color: #00b9a7;
	width: 50px;
	height: 50px;
    border-radius: 25px;
	background-color: #ffffff;
	text-align: center;
	padding-top: 8px;
	margin-right: 20px;
}
.qa-text{
	width: calc(100% - 60px);
}
.icon-A{
	font-weight: bold;
	font-size: 30px;
	color: #ffffff;
	width: 50px;
	height: 50px;
    border-radius: 25px;
	background-color: #00b9a7;
	text-align: center;
	padding-top: 8px;
	margin-right: 20px;
}
/* コンテンツ部分（最初は非表示） */
.accordion-content {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 45px;
	margin-bottom: 30px;
}

/* アコーディオン開閉時のスタイル */
.accordion-item.active .accordion-content {
    max-height: 1000px; /* 適切な高さに調整 */
    padding-top: 20px;
    padding-bottom: 20px;
}

.accordion-item.active .icon {
    transform: rotate(45deg);
}
@media (max-width: 768px) {
	.accordion-header {
		padding: 5px 10px;
	}
	.accordion-content {
		padding: 0 10px;
	}
	.icon-Q{
		font-weight: bold;
		font-size: 20px;
		color: #000000;
		width: 34px;
		height: 34px;
		border-radius: 17px;
		background-color: #ffffff;
		text-align: center;
		padding-top: 1px;
		margin-right: 10px;
	}
	.icon-A{
		font-weight: bold;
		font-size: 20px;
		color: #ffffff;
		width: 34px;
		height: 34px;
		border-radius: 17px;
		background-color: #999999;
		text-align: center;
		padding-top: 1px;
		margin-right: 10px;
	}
	.q-text{
		width: calc(100% - 44px);
	}
}

/* =====================
   ボタン
===================== */
/* 横中央配置 */
.btn-center {
  display: flex;
  justify-content: center;
}
.btn-center a{
	color: #fff;
	font-weight: bold;
}
/* ボタン本体 */
.custom-btn {
  width: 320px;
  height: 60px;

  background-color: #012c15;
  color: #ffffff;

  font-size: 18px;
  font-weight: bold;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 10px;
  text-decoration: none;

  position: relative;
  transition: opacity 0.3s ease;
}
/* 右側の白い三角 */
.custom-btn::after {
  content: "";
  position: absolute;
  right: 20px;

  width: 0;
  height: 0;

  border-left: 8px solid #ffffff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
/* ホバー時：薄くする */
.custom-btn:hover {
  opacity: 0.7;
}

/*サービス案内
---------------------------------------------------------------------------*/
/* セクション */
.service {
  padding: 80px 20px;
}

.service-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 10px;
}

.service-lead {
  text-align: center;
  margin-bottom: 50px;
}


/* グリッド */
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}


/* カード */
.service-card {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.service-card:hover {
  transform: translateY(-6px);
}


/* 画像 */
.service-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}


/* 内容 */
.service-content {
  padding: 25px;
}

.service-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.service-content p {
  font-size: 15px;
  line-height: 1.6;
}


/* ボタン（#012c15） */
.service-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin-top: 20px;
  width: 100%;
  height: 50px;

  background-color: #012c15;
  color: #ffffff!important;

  text-decoration: none;
  font-weight: bold;
  border-radius: 8px;

  transition: 0.3s;
}
/* 右三角 */
.service-btn::after {
  content: "";
  margin-left: 10px;

  width: 0;
  height: 0;

  border-left: 6px solid #ffffff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
/* ホバー */
.service-btn:hover {
  opacity: 0.8;
}

/* ボタン02 */
.service-btn2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin-top: 20px;
  width: 100%;
  height: 50px;

  background-color: #012c15;
  color: #ffffff!important;

  text-decoration: none;
  font-weight: bold;
  border-radius: 8px;

  transition: 0.3s;
}
/* 右三角 */
.service-btn2::after {
  content: "";
  margin-left: 10px;

  width: 0;
  height: 0;

  border-left: 6px solid #ffffff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
/* ホバー */
.service-btn2:hover {
  opacity: 0.8;
}

/* スマホ */
@media screen and (max-width: 768px) {

  .service-grid {
    grid-template-columns: 1fr;
  }

}

/*前面にリンクを表示する
---------------------------------------------------------------------------*/
/* ===============================
   MODAL - PREMIUM VERSION
================================= */

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);

  display: flex;
  justify-content: center;
  align-items: center;

  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease, visibility .5s ease;

  z-index: 99999;
}

/* 表示 */
.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* ボックス */
.modal-box {
  position: relative;
  width: calc(100% - 20px);
  max-width: 1440px;

  height: calc(100vh - 120px);
  max-height: 820px;

  border-radius: 10px;
  overflow: hidden;

  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);

  box-shadow:
    0 40px 80px rgba(0,0,0,0.5),
    0 0 0 1px rgba(255,255,255,0.2) inset;

  transform: translateY(40px) scale(.95);
  opacity: 0;

  transition: all .5s cubic-bezier(.22,1,.36,1);
}

/* アクティブ時 */
.modal-overlay.active .modal-box {
  transform: translateY(0) scale(1);
  opacity: 1;
}

/* iframe */
.modal-box iframe {
  width: 100%;
  height: 100%;
  border: none;
  opacity: 0;
  transition: opacity .4s ease;
}

/* 読み込み完了 */
.modal-box.loaded iframe {
  opacity: 1;
}

/* 閉じるボタン（高級仕様） */
.modal-close {
  position: absolute;
  top: 30px;
  right: 5px;

  width: 48px;
  height: 48px;
  border-radius: 50%;

  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(10px);

  border: 1px solid rgba(255,255,255,0.2);
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: .4s;
  z-index: 10;
}

/* ×の線 */
.modal-close span {
  position: absolute;
  width: 18px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}

.modal-close span:first-child {
  transform: rotate(45deg);
}

.modal-close span:last-child {
  transform: rotate(-45deg);
}

/* ホバー */
.modal-close:hover {
  transform: rotate(180deg) scale(1.1);
  background: #000;
}

/* ローディング */
.modal-loading {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255,255,255,0.6);
  transition: .4s;
}

.modal-box.loaded .modal-loading {
  opacity: 0;
  visibility: hidden;
}

/* スピナー */
.spinner {
  width: 50px;
  height: 50px;
  border: 4px solid rgba(0,0,0,0.1);
  border-top: 4px solid #000;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/*グローバルナビにプラス
---------------------------------------------------------------------------*/
/* ===============================
   DROPDOWN PREMIUM
================================= */

.has-dropdown {
  position: relative;
}

.dropdown {
  position: absolute;
  top: 20px;
  left: 0;
  min-width: 320px;
	height: 230px;
	line-height: 2em;

  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);

  border-radius: 10px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.2);
  padding: 15px 0;

  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: .4s cubic-bezier(.22,1,.36,1);

  border: none!important
}

.has-dropdown:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.dropdown ul {
  margin: 0;
  padding: 0;
  border: none!important;
}
.dropdown li {
  list-style: none;
  width: 100%;
  float: none !important;   /* 既存float無効化 */
	border: none!important;
}
/* リンクを横100%に */
.dropdown li a {
  display: block;
  width: 100%;
  box-sizing: border-box;   /* padding含めて100% */
  padding: 14px 25px;
  transition: .3s;
}
/* ホバー時に枠いっぱい背景 */
.dropdown li a:hover {
  background: rgba(1,44,21,0.08);
  padding-left: 35px;
}
/* ===============================
   PREMIUM DROPDOWN ARROW
================================= */

.has-dropdown > a {
  position: relative;
  padding-right: 22px;
  display: inline-flex;
  align-items: center;
}

/* V字を線で作る */
.has-dropdown > a::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 8px;

  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;

  transform: rotate(45deg);
  transition: transform .35s cubic-bezier(.22,1,.36,1);
}

/* ホバーで上向きに */
.has-dropdown:hover > a::after {
  transform: rotate(-135deg);
}


/* スマホ時ドロップダウン調整 */
@media screen and (max-width: 1200px) {
  #global-nav {
    top: -700px;
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(756px);
    -webkit-transform: translateY(756px);
    transform: translateY(756px);
  }
  .dropdown {
    position: fixed;              /* 固定表示に変更 */
    top: 0px;                    /* ヘッダー下に開始 */
	height: auto;
    left: 0;
    width: 100%;                  /* 画面幅いっぱい */
    overflow-y: auto;             /* 高さ超えたらスクロール可能 */
    padding: 0;
    background: rgba(1,44,21,0.95); /* 見やすく色をつける */
    backdrop-filter: blur(12px);     /* 高級感 */
    border-radius: 0;                /* 角丸解除 */
    box-shadow: none;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    z-index: 9999;                   /* ヘッダーの上に */
	  
    max-height: 100vh;        /* 画面内に収める */
    overflow-y: auto;         /* 必要に応じて縦スクロール */
    -webkit-overflow-scrolling: touch;
  }
  .dropdown li a {
    color: #fff;
    width: 90%;
    display: block;
    margin: 0px auto!important;
    padding: 8px 20px !important;
    background: rgba(255,255,255,0);
    border-radius: 0px;
    text-align: center;
	  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
	/* 最後の li の a のみパディング変更 */
	.dropdown li:last-child a {
	  padding: 8px 0  12px!important;
		border: none;
	}

  .dropdown li a:hover {
    background: rgba(255,255,255,0.15);
    padding-left: 20px;       /* インデントは抑えめ */
  }
	.has-dropdown > a::after {
		border: none;
	}
}
