@charset "utf-8";


/* ==========================================================
   sub(PC用)
========================================================== */
#sub_header {
    margin-top: 106px;
    height: 350px;
}

#sub_contents {
    padding: 20px 0 60px 0;
}

#sub_contents ul {
    position: relative;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #efefef;
    margin: 20px 0 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 2.2;
}


.term li {
    position: relative;
    padding: 0em 0.3em 0.3em 3em;
}

.term li:before {
    position: absolute;
    top: 0.3em;
    left: 0.5em;
    content: '';
    display: block;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(https://img.icons8.com/forma-regular-filled/24/checked.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 24px;
    width: 24px;
    opacity: 0.4;
}

#sub_contents .company-section ul {
    position: relative;
    padding: 0;
    border: 0;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 2.2;
}




#sub_contents h2.two {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-bottom: 1px solid #0000002e;
    font-weight: 600;
    font-size: 20px;
    margin: 40px 0 20px 0;
}

#sub_contents h2.two::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 5px;
    border-radius: 9999px;
    background-color: #163e7c;
}

#sub_contents h2.four {
    position: relative;
    display: flex;
    align-items: center;
    padding: 13px 30px;
    font-weight: bold;
    font-size: 20px;
    margin: 40px 0 20px 0;
    background: #0000000a;
    border-radius: 10px;
}

#sub_contents h2.four::after {
    content: "";
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 5px;
    border-radius: 9999px;
    background-color: #163e7c;
}

#sub_contents p {
    font-weight: 400;
    text-align: left;
    font-size: 14px;
    line-height: 2.6;
}

#sub_contents .intro {
    position: relative;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #efefef;
    margin: 40px 0 40px;
}

#sub_header h1 {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-weight: 500;
}

#sub_header .eng {
    display: block;
    color: #163e7c !important;
    font-family: "Inter", serif !important;
    line-height: 1em;
    font-size: 13px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-weight: 700;
    padding: 0;
    /* letter-spacing: 2px; */
    text-align: center;
    padding: 5px 0;
}

.wh { color: #fff !important; }
#sub_header .wh .eng { color: #fff !important; }

/* --- FAQ基本設定 --- */
.faq-list {
  margin-top: 40px;
}

.faq-item {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

/* --- Qの装飾 --- */
.faq-item h2.one {
  position: relative;
  font-size: 1.2rem;
  font-weight: 600;
  padding-left: 50px;
  line-height: 1.6;
  color: #222;
}

.faq-item h2.one::before {
    content: "Q";
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    background-color: #163e7c;
    font-family: "Inter", serif !important;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* --- Aの装飾 --- */
.faq-item p {
  position: relative;
  margin-top: 15px;
  padding-left: 50px;
  line-height: 1.8;
  color: #333;
}

.faq-item p::before {
  content: "A";
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background-color: #af525e;
  font-family: "Inter", serif !important;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* =========================================================
   会社概要ページ / COMPANY PAGE STYLE
   ========================================================= */

/* ===== 全体レイアウト ===== */
.company-section {
  margin-bottom: 80px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e6e6e6;
}

.company-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 40px;
}

/* ===== 見出しデザイン ===== */
h2.three {
    color: #163e7c;
    margin-bottom: 25px;
    position: relative;
    letter-spacing: 0.05em;
    padding: 10px 0;
    font-weight: bold;
    font-size: 26px;
    margin: 40px 0 20px 0;
}

h2.three::after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background-color: #163e7c;
    margin-top: 10px;
}

/* ===== セクション内レイアウト ===== */
.company-flex {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}

.company-text {
  flex: 1 1 500px;
  line-height: 1.9;
  color: #333;
}

.company-image {
  flex: 1 1 380px;
  text-align: center;
}

.company-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.company-image img:hover {
  transform: scale(1.03);
}

/* ==============================
   VALUE セクション（会社概要ページ）
   ============================== */




/* --- 各リスト --- */
.values ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.values li {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  margin-bottom: 45px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #f9fafc;
  padding: 25px;
  border-radius: 12px;
}

.values li:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}

/* --- 丸型アイコン --- */
.values .icon {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.values .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --- テキスト部分 --- */
.values .text h3 {
  font-size: 1.15rem;
  margin-bottom: 8px;
  color: #003366;
  font-weight: 600;
}

.values .text p {
  font-size: 0.96rem;
  line-height: 1.8;
  color: #333;
}

/* --- 背景イメージ --- */
.values .value-bg {
  width: 100%;
  margin-top: 60px;
  border-radius: 8px;
  display: block;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

/* ==============================
   COMPANY INFO（上質デザイン）
   ============================== */
#company-info {
    /* background: linear-gradient(120deg, #eaf4ff 0%, #f7faff 100%); */
    padding: 40px 20px;
    position: relative;
    overflow: hidden;
    background: #f9f9f9;
}

#company-info::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(0,112,192,0.15), transparent 70%);
  z-index: 0;
}

#company-info .container {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

#company-info h2.three {
    text-align: center;
    font-size: 26px;
    color: #003366;
    font-weight: bold;
    margin: 0 0 60px 0 !important;
    letter-spacing: 0.05em;
}

#access h2.three {
    text-align: center;
    font-size: 26px;
    color: #003366;
    font-weight: bold;
    margin: 40px 0 40px 0 !important;
    letter-spacing: 0.05em;
}

#company-info h2.three::after,#access h2.three::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #003366;
  margin: 15px auto 0;
  border-radius: 3px;
}

/* --- Glass風カード --- */
.company-table dl {
  display: grid;
  grid-template-columns: 30% 70%;
  gap: 25px 30px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 60px 70px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

/* --- 左側項目名 --- */
.company-table dt {
    font-weight: 600;
    color: #004080;
    font-size: 1.05rem;
    padding-top: 3px;
    position: relative;
}

.company-table dt::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 8px;
    width: 4px;
    height: 16px;
    background: #153b76;
    border-radius: 2px;
}

/* --- 右側本文 --- */
.company-table dd {
    font-size: 14px;
    line-height: 2.2;
    color: #333;
    letter-spacing: 0.02em;
    font-weight: 400;
}

.company-table a {
  color: #0070c0;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 112, 192, 0.2);
  transition: all 0.3s ease;
}
.company-table a:hover {
  border-bottom: 1px solid rgba(0, 112, 192, 0.5);
}


#sub_contents #reasons {
    background: #f9f9f9;
    padding: 20px 0;
    text-align: center;
}

/* ==============================
   紹介実績セクション
   ============================== */
#achievement {
  position: relative;
}

#achievement .container {
  margin: 0 auto;
  position: relative;
}

#achievement h2.three {
  text-align: center;
  font-size: 2rem;
  color: #003366;
  font-weight: 700;
  margin-bottom: 50px;
  letter-spacing: 0.05em;
}

#achievement h2.three::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #0070c0;
  margin: 15px auto 0;
  border-radius: 3px;
}

/* --- テーブル全体 --- */
.achievements-table {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 40px 50px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}

.achievements-table h3 {
    font-size: 1.2rem;
    color: #163e7c;
    border-left: 4px solid #163e7c;
    padding-left: 10px;
    margin: 40px 0 20px;
}

#achievement img {
    max-width: 100%;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
    border-radius: 10px;
    transition: transform 0.3s;
    display: block;
    margin: 40px 0;
}

#achievement img:hover {
    transform: scale(1.03);
}

/* --- テーブル --- */
.achievements-table table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  font-size: 0.95rem;
}

.achievements-table th,
.achievements-table td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
  text-align: center;
  width: 50%;
}

.achievements-table th {
  background: rgba(0, 112, 192, 0.1);
  color: #003366;
  font-weight: 600;
}

.achievements-table td {
  color: #333;
}

.achievements-table .subtotal td {
  background: #f0f6ff;
  font-weight: 600;
  color: #004080;
}

/* --- 合計部分 --- */
.achievement-total {
  text-align: right;
  margin-top: 40px;
}

.achievement-total strong {
  font-size: 1.6rem;
  color: #0070c0;
  font-weight: 700;
  margin-left: 10px;
}

.achievement-total span {
  font-weight: 600;
  color: #004080;
}

.achievement-total .note {
  font-size: 0.9rem;
  color: #777;
  margin-top: 5px;
}

.container {
    padding-bottom: 60px;
}

.voice_section img {
    max-width: 100%;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
    border-radius: 10px;
    transition: transform 0.3s;
    display: block;
    margin: 0 0 40px 0;
}

.voice_section img:hover {
    transform: scale(1.03);
}


/* ==============================
   バングラデシュ人の特徴
   ============================== */
#bangladesh {
    background: #f9f9f9;
    padding: 20px 20px 80px;
}

#bangladesh .container {
    display: block;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 10px;
}

#bangladesh h2.three {
  text-align: center;
  font-size: 2rem;
  color: #003366;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}

#bangladesh .lead {
  text-align: center;
  color: #444;
  line-height: 1.9;
  font-size: 1rem;
  margin-bottom: 40px;
}

#bangladesh .intro-image {
  text-align: center;
  margin-bottom: 60px;
}

#bangladesh .intro-image img {
  width: 100%;
  max-width: 800px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* --- 各特徴カード --- */
.features {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.feature-card {
  display: flex;
  align-items: center;
  gap: 40px;
}

.feature-card img {
  width: 45%;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease;
}

.feature-card img:hover {
  transform: scale(1.03);
}

.feature-text {
  width: 55%;
}

.feature-text h3 {
  color: #163e7c;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  border-left: 4px solid #163e7c;
  padding-left: 10px;
}

.feature-text p {
  color: #333;
  line-height: 1.9;
  font-size: 1rem;
}

/* --- 交互レイアウト --- */
.feature-card.reverse {
  flex-direction: row-reverse;
}

.feature-card.reverse .feature-text h3 {
  border-left: none;
  border-right: 4px solid #0070c0;
  padding-left: 0;
  padding-right: 10px;
  text-align: right;
}

.feature-card.reverse .feature-text p {
  text-align: right;
}

/* ==============================
   スタッフ紹介ページ
   ============================== */


#staff h2.three {
  color: #003366;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
}

#staff .lead {
  color: #444;
  line-height: 1.9;
  font-size: 1rem;
  margin-bottom: 60px;
}

/* --- グループタイトル --- */
.staff-group {
    background: #f0f5ff;
    padding: 40px 40px;
    border-radius: 12px;
    margin-bottom: 30px;
}

.staff-title {
color: #163e7c;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 40px;
    border-left: 4px solid #163e7c;
    padding-left: 10px;
}

/* --- スタッフカード --- */
.staff-list {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.staff-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.08);
  width: 300px;
  padding: 30px 20px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.staff-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.staff-img {
    width: 100%;
    height: 260px;
    margin: 0 auto 20px;
    background: #f0f5ff;
    border-radius: 8px;
    display: flex
;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.staff-img img {
  width: 100%;
}

.staff-card h4 {
  font-size: 1.2rem;
  color: #003366;
  margin-bottom: 10px;
  font-weight: 600;
}

.staff-card p {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.8;
}


/* ==============================
   ASDCL 日本語学校ページ
   ============================== */


#asdcl .container {
  max-width: 1100px;
  margin: 0 auto;
}

#asdcl h2.three {
  color: #003366;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
}

#asdcl .lead {
  font-size: 1.05rem;
  color: #444;
  line-height: 1.9;
  margin-bottom: 60px;
}

/* --- セクションタイトル --- */
#asdcl h3 {
  font-size: 1.4rem;
  color: #004080;
  font-weight: 700;
  text-align: left;
  border-left: 5px solid #0070c0;
  padding-left: 15px;
  margin: 50px 0 25px;
}

/* --- 教育の特徴 --- */
.asdcl-feature ul {
    list-style: none;
    padding: 30px 0 10px !important;
    text-align: left;
    background: none !important;
    border: 0 !important;
}

.asdcl-feature li {
    background: #004080;
    border-left: 5px solid #0070c0;
    margin-bottom: 15px;
    padding: 20px 25px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s 
ease, box-shadow 0.3s 
ease;
    color: #fff;
}

.asdcl-feature li:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.asdcl-feature li strong {
  color: #fff;
}

/* --- 実績と信頼性 --- */
.asdcl-trust p {
  text-align: left;
  font-size: 1rem;
  line-height: 1.9;
  color: #444;
  background: #fff;
  padding: 25px 30px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

/* --- 写真ギャラリー --- */
.asdcl-gallery {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 25px;
}

.asdcl-gallery .gallery-item {
  text-align: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: transform 0.4s ease;
}

.asdcl-gallery .gallery-item:hover {
  transform: scale(1.03);
}

.asdcl-gallery img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.asdcl-gallery p {
  padding: 12px 10px;
  font-size: 0.9rem;
  color: #333;
}


/* ==============================
   業務内容ページ
   ============================== */

#service {
  background: #f8fbff;
  padding: 100px 20px;
}

#service .container {
  max-width: 1100px;
  margin: 0 auto;
}

#service h2.three {
  color: #003366;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}

#service .lead {
  text-align: center;
  font-size: 1.05rem;
  color: #444;
  line-height: 1.9;
  margin-bottom: 60px;
}

/* --- 各ブロック --- */
.service-block {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin-bottom: 80px;
    padding: 10px;
    transition: transform 0.3s 
ease, box-shadow 0.3s 
ease;
}

.service-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

/* 画像部分 */
.service-image {
  flex: 1;
  min-width: 40%;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

/* テキスト部分 */
.service-text {
  flex: 1;
  padding: 40px 50px;
  text-align: left;
}

.service-text h3 {
    color: #163e7c;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}
.service-text h3::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #0070c0;
  margin-top: 8px;
}

.service-text p {
  color: #444;
  line-height: 1.8;
  margin-bottom: 25px;
}

.service-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-text ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
  color: #333;
}

.service-text ul li::before {
position: absolute;
    top: 0.3em;
    left: 0.5em;
    content: '';
    display: block;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(https://img.icons8.com/mini-stickers/24/checked.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 24px;
    width: 24px;
}

/* 画像左右切替（偶数行） */
.service-block.reverse {
  flex-direction: row-reverse;
}


#support-steps {
    background: #f8fbff;
    padding: 0 0 60px;
}

#support-steps .container {
    display: block;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 10px;
}

#support-steps h2.three {
  text-align: center;
  color: #004a91;
  font-size: 2rem;
  margin-bottom: 20px;
}

#support-steps .lead {
  text-align: center;
  color: #333;
  font-size: 1.05rem;
  margin-bottom: 60px;
  line-height: 1.8;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.support-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  padding: 40px 25px 35px;
  text-align: center;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.support-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.1);
}

.support-card .num {
  position: absolute;
  top: -15px;
  left: 0;
  background: #0070c0;
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}


/* --- サポートカード内の画像 --- */
.support-card .support-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 20px;
  transition: transform 0.4s ease;
}

/* ホバー時のふわっと浮くカード感 */
.support-card:hover .support-img {
  transform: scale(1.03);
}

.support-card .icon {
  margin-bottom: 15px;
}

.support-card .icon img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.support-card h3 {
  color: #004a91;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.support-card p {
  color: #333;
  font-size: 0.95rem;
  line-height: 1.7;
}


/* ===== 外国人材の在留資格と要件 ===== */
#visa-info {
  background: #f8fbff;
  padding: 100px 20px;
}

#visa-info .container {
  max-width: 1200px;
  margin: 0 auto;
}

#visa-info h2.four {
  text-align: center;
  color: #004a91;
  font-size: 2rem;
  margin-bottom: 20px;
}

#visa-info .lead {
  text-align: center;
  color: #333;
  font-size: 1.05rem;
  margin-bottom: 60px;
  line-height: 1.8;
}

/* カード全体 */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

.cardpro {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: transform 0.3s 
ease, box-shadow 0.3s 
ease;
    padding: 30px 30px;
}

.cardpro:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.cardpro .tag {
    display: block;
    background: #163e7c;
    color: #fff;
    font-size: 0.9rem;
    font-weight: bold;
    border-radius: 6px;
    padding: 6px 14px;
    margin-bottom: 20px;
    text-align: center;
}

.cardpro h3 {
    color: #004a91;
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 6px;
    border-bottom: 1px #7287a9 dotted;
    padding: 5px 0 10px;
}

.cardpro p {
  color: #333;
  font-size: 0.96rem;
  line-height: 1.8;
  margin-bottom: 10px;
}

/* 将来の制度改正 */
.note {
  background: #eaf4ff;
  border-left: 5px solid #0070c0;
  padding: 20px 25px;
  border-radius: 10px;
  margin: 50px 0 80px;
  color: #003f6f;
  font-size: 0.95rem;
  line-height: 1.8;
}

/* ===== スケジュール ===== */
.schedule-wrap {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    padding: 40px 35px;
    margin: 0 auto 40px;
}

.schedule-wrap h2.three {
  text-align: center;
  color: #004a91;
  font-size: 2rem;
  margin-bottom: 20px;
}

.schedule-wrap .lead {
  text-align: center;
  color: #333;
  font-size: 1.05rem;
  margin-bottom: 50px;
  line-height: 1.8;
}

.schedule-text h3 {
  color: #004a91;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

/* タイムライン */
.timeline {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  position: relative;
  background: #f8fbff;
  border-radius: 12px;
  padding: 14px 18px;
  border: 1px solid #e1e8f0;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}

.step:hover {
  background: #f1f8ff;
  transform: translateY(-2px);
}

.badge {
  width: 36px;
  height: 36px;
  background: #0070c0;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.desc {
  flex: 1;
  color: #333;
  font-size: 0.95rem;
  line-height: 1.7;
}

.desc strong {
  color: #004a91;
  font-weight: 700;
  display: block;
  margin-bottom: 4px;
}

/* フロー概要カード */
.flow-summary {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

.summary-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  padding: 30px 25px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.summary-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.summary-card h3 {
  color: #004a91;
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.summary-card ul {
  list-style: none;
  padding-left: 0;
  line-height: 1.8;
}

.summary-card li::before {
  content: "・";
  color: #0070c0;
  margin-right: 5px;
}

/* サポート内容 */
.note {
  background: #eaf4ff;
  border-left: 5px solid #0070c0;
  padding: 20px 25px;
  border-radius: 10px;
  margin: 50px 0 80px;
  color: #003f6f;
  font-size: 0.95rem;
  line-height: 1.8;
}


/* 同時進行（---） */
.parallel {
  text-align: center;
  background: #f1f8ff;
  color: #004a91;
  font-weight: bold;
  padding: 10px 15px;
  border-radius: 8px;
  border-left: 4px solid #0070c0;
  font-size: 0.95rem;
  margin: 10px 0;
}

/* お問い合わせフォーム全体 */
form {
  max-width: 1200px;
  margin: 30px auto;
  background: #ffffff;
  padding: 50px 40px;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

/* フォーム内の説明文 */
form > p:first-of-type {
  font-size: 0.95rem;
  text-align: right;
  margin-bottom: 30px;
}

/* ラベル部分 */
form p {
    font-weight: 600 !important;
    color: #004a91;
    margin: 20px 0 8px;
    font-size: 1rem !important;
}

/* テキスト・メール・電話番号入力欄 */
form input[type="text"],
form input[type="email"],
form input[type="tel"] {
  width: 100%;
  padding: 12px 15px;
  font-size: 1rem;
  border: 1px solid #cdd9e8;
  border-radius: 8px;
  outline: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

#sub_contents textarea {
    width: 100%;
    padding: 12px 15px;
    font-size: 1rem;
    border: 1px solid #cdd9e8;
    border-radius: 8px;
    outline: none;
    transition: all 0.3s 
ease;
    box-sizing: border-box;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="tel"]:focus {
  border-color: #0070c0;
  box-shadow: 0 0 0 3px rgba(0, 112, 192, 0.15);
}

/* ご担当者名（姓・名）を横並び */
form p input[name*="sei"],
form p input[name*="mei"] {
  width: 45%;
  margin-right: 5%;
}

form p input[name*="mei"] {
  margin-right: 0;
}

/* ラジオボタン部分 */
form input[type="radio"] {
  margin-right: 6px;
  accent-color: #0070c0;
  transform: scale(1.1);
}

form p:last-of-type input[type="radio"] + label,
form p input[type="radio"] + span {
  margin-right: 15px;
}

/* 送信ボタン */
form input[type="submit"] {
  display: block;
  width: 100%;
  background: #0070c0;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  padding: 14px 0;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
  margin-top: 30px;
}

form input[type="submit"]:hover {
  background: #005b9a;
  transform: translateY(-2px);
}



/* プレースホルダー */
::placeholder {
  color: #aaa;
  font-size: 0.95rem;
}


.download-section {
    text-align: center;
    padding: 40px;
}

.download-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 14px 28px;
    width: 60%;
    background-color: #c30000;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.3s, transform 0.2s;
}

.download-btn:hover {
  background-color: #a50000;
  transform: translateY(-2px);
}

select {
    /* width: 100%; */
    padding: 12px 15px;
    font-size: 1rem;
    border: 1px solid #cdd9e8;
    border-radius: 8px;
    outline: none;
    transition: all 0.3s 
ease;
    box-sizing: border-box;
}

.privacy,.terms {
	position: relative;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
              url("../images/sub_contents_bg.jpg");
              background-repeat: no-repeat;
    background-position: center;
}

.faq {
	position: relative;
	background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
              url("../images/sub_contents_faq.jpg");
              background-repeat: no-repeat;
    background-position: center;
}

.company {
	position: relative;
	background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
              url("../images/sub_contents_company.jpg");
              background-repeat: no-repeat;
    background-position: center;
}

.reason {
	position: relative;
	background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
              url("../images/sub_contents_reason.jpg");
              background-repeat: no-repeat;
    background-position: center;
}

.voice {
	position: relative;
	background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
              url("../images/sub_contents_voice.jpg");
              background-repeat: no-repeat;
    background-position: center;
}

.bangladesh {
	position: relative;
	background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
              url("../images/sub_contents_bangladesh.jpg");
              background-repeat: no-repeat;
    background-position: center;
}

.staff {
	position: relative;
	background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
              url("../images/sub_contents_staff.jpg");
              background-repeat: no-repeat;
    background-position: center;
}

.education {
	position: relative;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
              url("../images/sub_contents_education.jpg");
              background-repeat: no-repeat;
    background-position: center;
}

.service {
	position: relative;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
              url("../images/sub_contents_service.jpg");
              background-repeat: no-repeat;
    background-position: center;
}

.program {
	position: relative;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
              url("../images/sub_contents_program.jpg");
              background-repeat: no-repeat;
    background-position: center;
}

.flow {
	position: relative;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
              url("../images/sub_contents_flow.jpg");
              background-repeat: no-repeat;
    background-position: center;
}

.contact-company {
	position: relative;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
              url("../images/sub_contents_contact-company.jpg");
              background-repeat: no-repeat;
    background-position: center;
}

.contact-job {
	position: relative;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
              url("../images/sub_contents_contact-job.jpg");
              background-repeat: no-repeat;
    background-position: center;
}

/* ==========================================================
   sub(SP用)
========================================================== */

@media screen and (max-width: 960px) {


    #sub_title_sp h1 {
        text-align: left;
        font-weight: 500;
        font-size: 20px;
        padding: 20px 15px 20px 15px;
        /* border-bottom: 1px solid #00000014; */
        background: #00000003;
        box-shadow: 0 0 4px #00000026;
    }

#sub_title_sp .eng {
        display: table;
        color: #ffffff !important;
        font-family: "Inter", serif !important;
        line-height: 1em;
        font-size: 11px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        font-weight: 500;
        padding: 0;
        text-align: left;
        padding: 5px 15px;
        background: #163e7c;
        border-radius: 20px;
        margin-top: 5px;
    }

#sub_contents .box_inner {
    display: block;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 15px;
}

#sub_contents p {
    font-weight: 400;
    text-align: left;
    font-size: 13px;
    line-height: 2;
}

#sub_contents ul {
    position: relative;
    padding: 20px 10px;
    background-color: #ffffff;
    border: 1px solid #efefef;
    margin: 20px 0 30px;
    font-weight: 400;
    font-size: 13px;
    line-height: 2.2;
}

.term li {
    position: relative;
    padding: 0em 0.3em 0.3em 2.5em;
}

.term li:before {
    position: absolute;
    top: 0.1em;
    left: 0.2em;
    content: '';
    display: block;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(https://img.icons8.com/forma-regular-filled/24/checked.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 24px;
    width: 24px;
    opacity: 0.4;
}

#sub_contents h2.two {
    position: relative;
    display: flex
;
    align-items: center;
    padding: 10px 20px;
    border-bottom: 1px solid #0000002e;
    font-weight: 500;
    font-size: 18px;
    margin: 40px 0 20px 0;
}

#sub_contents h2.four {
    position: relative;
    display: flex
;
    align-items: center;
    padding: 13px 30px;
    font-weight: bold;
    font-size: 20px;
    margin: 10px 0 30px 0;
    background: #0000000a;
    border-radius: 10px;
}

#sub_header {
    margin-top: 66px;
    height: 250px;
}


#sub_contents .intro {
    position: relative;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #efefef;
    margin: 10px 0 40px;
}

 .faq-item h2.one, .faq-item p {
        padding-left: 45px;
        font-weight: 500;
        font-size: 18px;
    }
    
  .faq-item h2.one::before, .faq-item p::before {
    width: 28px;
    height: 28px;
    font-size: 0.9rem;
  }
  
  
.company-flex {
    display: block;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
}

.company-section h2 {
    margin: 0 0 20px 0;
}

  h2.three {
    font-size: 1.5rem;
  }

.company-section {
        margin-bottom: 40px;
        padding-bottom: 0;
        border-bottom: 0!important;
    }

.company-text {
        flex: 1 1 0;
        line-height: 1.9;
        color: #333;
        margin-bottom: 40px;
    }

#access h2.three {
    text-align: center;
    font-size: 26px;
    color: #003366;
    font-weight: bold;
    margin: 20px 0 20px 0 !important;
    letter-spacing: 0.05em;
}

  .values ul li {
    padding: 20px;
  }

  .mission p, .vision p {
    text-align: left;
  }
  
  
.values li {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 30px!important;
    gap:0;
  }

  .values .icon {
    width: 100px;
    height: 100px;
    margin: 10px 0 20px 0;
  }

  .values .text h3 {
    font-size: 1.1rem;
  }

  .values .text p {
    font-size: 0.92rem;
  }  
  

#company-info {
    padding: 10px 0px;
    position: relative;
    overflow: hidden;
    background: #f9f9f9;
}
  
    .company-table dl {
        grid-template-columns: 1fr;
        padding: 15px 15px;
        gap: 10px;
    }
    
    .company-table dt::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 8px;
    width: 4px;
    height: 16px;
    background: #153b76;
    border-radius: 2px;
}

    .company-table dt {
        border-left: none;
        border-bottom: 1px solid #cfdcec;
        padding-left: 15px;
        padding-bottom: 5px;
        margin-top: 15px;
        font-size: 1rem;
        color: #004080;
    }
    .company-table dd {
        font-size: 13px;
        line-height: 2.2;
        padding-bottom: 10px;
    }
    
    #company-info h2.three {
    text-align: center;
    font-size: 26px;
    color: #003366;
    font-weight: bold;
    margin: 0 0 40px 0 !important;
    letter-spacing: 0.05em;
}
  
  
#sub_contents #reasons {
        background: #fff;
        padding: 0px 15px 30px;
        text-align: center;
    }


.achievements-table {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}

#achievement {
    position: relative;
    padding-bottom: 40px;
}

.achievements-table h3 {
    font-size: 18px;
    color: #163e7c;
    border-left: 4px solid #163e7c;
    padding-left: 10px;
    margin: 20px 0 20px;
}

    #bangladesh {
        padding: 20px 0;
    }

  .feature-card,
  .feature-card.reverse {
    flex-direction: column;
    text-align: center;
  }

  .feature-card img {
    width: 100%;
  }

  .feature-text {
    width: 100%;
  }

    .feature-text h3 {
        text-align: left;
        /* border: none; */
    }

  .feature-text p {
    text-align: center;
  }
  
  

.staff-group {
    background: #f0f5ff;
    padding: 40px 10px;
    border-radius: 12px;
    margin-bottom: 30px;
}

  .staff-list {
    gap: 20px;
  }

    .staff-card {
        width: 100%;
        max-width: 600px;
    }

  .staff-title {
    text-align: center;
    border: none;
    padding-left: 0;
  }
 
 
 
  #asdcl .lead {
    font-size: 0.95rem;
  }
  #asdcl h3 {
    text-align: center;
    border: none;
    padding-left: 0;
  }
  .asdcl-feature li {
    padding: 15px 18px;
  }


.service-block {
    flex-direction: column;
  }

  .service-text {
    padding: 25px 10px 0;
  }

  .service-text h3 {
    text-align: left;
  }

  .service-block.reverse {
    flex-direction: column;
  }

  #service .lead {
    font-size: 0.95rem;
  }


    #support-steps {
        padding: 0 10px 40px;
    }
  #support-steps .lead {
    font-size: 0.95rem;
    margin-bottom: 40px;
  }
  .support-card {
    padding: 30px 20px;
  }
  .support-card .icon img {
    width: 60px;
    height: 60px;
  }
  
 .support-card .support-img {
    height: 180px;
    border-radius: 10px;
  }
  
  
  
  
   
  .service-block {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin-bottom: 40px;
    padding: 10px;
    transition: transform 0.3s 
ease, box-shadow 0.3s 
ease;
}


#visa-info {
    padding: 60px 15px;
  }
  .cards {
    grid-template-columns: 1fr;
  }
    .schedule-wrap {
        padding: 20px;
    }
  .step {
    flex-direction: column;
  }
  .badge {
    margin-bottom: 5px;
  }
  
 .cardpro {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: transform 0.3s 
ease, box-shadow 0.3s 
ease;
    padding: 20px;
}
 
 .desc {
    flex: 1;
    /* color: #333; */
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
}

.desc strong {
    color: #004a91;
    font-weight: 700;
    display: block;
    margin-bottom: 4px;
    font-size: 16px;
}

form {
    padding: 35px 20px;
  }

  form p input[name*="sei"],
  form p input[name*="mei"] {
    width: 100%;
    margin: 8px 0 0 0;
  }

  form input[type="submit"] {
    font-size: 1rem;
  }
  
.privacy,.terms {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../images/sub_contents_bgsp.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 250px;
}

.faq {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../images/sub_contents_faqsp.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 250px;
}

.company {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../images/sub_contents_companysp.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 250px;
}

.reason {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../images/sub_contents_reasonsp.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 250px;
}

.voice {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../images/sub_contents_voicesp.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 250px;
}

.bangladesh {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../images/sub_contents_bangladeshsp.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 250px;
}

.staff {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../images/sub_contents_staffsp.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 250px;
}

.education {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../images/sub_contents_educationsp.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 250px;
}

.service {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../images/sub_contents_servicesp.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 250px;
}

.program {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../images/sub_contents_programsp.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 250px;
}

.flow {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../images/sub_contents_flowsp.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 250px;
}

.contact-company {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../images/sub_contents_contact-companysp.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 250px;
}

.contact-job {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../images/sub_contents_contact-jobsp.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 250px;
}

}



/* ========================================
   クリック拡大画像（ズームモーダル + フェード）
======================================== */

.zoom-img {
  cursor: zoom-in;
  transition: transform 0.3s ease;
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

/* 背景のオーバーレイ */
.zoom-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(3px);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

/* フェードイン時 */
.zoom-overlay.active {
  opacity: 1;
  visibility: visible;
}

.zoom-overlay img {
  max-width: 95%;
  max-height: 90%;
  border-radius: 8px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.4);
  transform: scale(0.9);
  transition: transform 0.4s ease;
  cursor: zoom-out;
}

/* 拡大時にふわっとズーム */
.zoom-overlay.active img {
  transform: scale(1);
}

/* スマホ時 */
@media (max-width: 960px) {
  .zoom-overlay img {
    max-width: 100%;
    max-height: 95%;
  }
}

