@charset "UTF-8";
html, body {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body img {
  max-width: 100%;
  border-radius: 12px;
}
body p {
  font-family: Hiragino Kaku Gothic ProN, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: lighter;
  color: #333;
  line-height: 2;
}
body ul li {
  list-style: none;
  padding-left: 0;
}
body h2 {
  color: #333; /*文字色*/
  margin-bottom: 87px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 300;
  position: relative;
}
body .lp-section .inner h2 {
  font-size: 32px;
}
body th.textleft {
  background-color: #e8e8e8 !important;
}
body .lp-section h2 {
  background-image: none;
  background-color: transparent;
  border-left: none;
  border-bottom: none;
  padding: 0;
}
body .img-item {
  margin-left: 40px;
}
body .btn {
  margin-top: 20px;
  color: #333;
  background-color: #fcca9a;
  border: solid 1px #3B1700;
  border-radius: 30px;
  padding: 10px 25px;
}
body .btn:hover {
  opacity: 0.8;
  transition: 0.3s;
}
body .pdf:after {
  content: none;
}
body #women-lp h2 br.sp_tl {
  display: none;
}
body #lead {
  width: 70%;
  margin: auto;
}
body #figure {
  width: 70%;
  margin: auto;
}
body #policy {
  width: 70%;
  margin: auto;
}
body #policy .lp-catch ul li::before {
  background: #F9C8BE;
}
body #policy a {
  text-decoration: none;
  color: #333;
}
body #policy a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
body #info {
  width: 70%;
  margin: auto;
  /* 3枚目以降は横幅いっぱいにする */
}
body #info .lp-catch ul li::before {
  background: #B9B1D6;
}
body #info .img-item {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 2列 */
  gap: 30px 16px;
}
body #info .img-item img:nth-child(n+3) {
  grid-column: 1/-1;
}
body #lecture {
  width: 70%;
  margin: auto;
}
body #lecture .lp-catch ul li::before {
  background: #B1E0F8;
}
body #collabo {
  width: 70%;
  margin: auto;
}
body #collabo .img-item {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3等分 */
  gap: 16px;
}
body #collabo .img-item img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
body #collabo .lp-catch ul li::before {
  background: #DAE8B2;
  top: 34%;
}
body #collabo li.NagaHaLo {
  position: relative;
  margin-bottom: 20px;
}
body #collabo .NagaHaLo::after {
  content: "（協力：株式会社八十二銀行）";
  display: block;
  margin-top: 6px;
  font-size: 0.6em;
  font-weight: normal;
  letter-spacing: 0.15em;
}
body #collabo li .navi {
  position: relative;
}
body #collabo .navi::after {
  content: "（協力：東京海上日動火災保険株式会社）";
  display: block;
  margin-top: 6px;
  font-size: 0.6em;
  font-weight: normal;
  letter-spacing: 0.15em;
}
body #joint {
  width: 70%;
  margin: auto;
  /* 1枚目だけ横幅いっぱい */
}
body #joint .lp-catch ul li::before {
  background: #FFE279;
}
body #joint .img-item {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 2列 */
  gap: 30px 16px;
}
body #joint .img-item img:nth-child(1) {
  grid-column: 1/-1;
}
body #news {
  width: 70%;
  margin: auto;
  /* Hover effect: slide the arrow to the right */
}
body #news .inner {
  display: block !important;
}
body #news .news-item {
  border-bottom: 1px solid #3B1700;
}
body #news .news-item:first-child {
  border-top: 1px solid #3B1700;
}
body #news .news-item a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px 80px 30px 0;
  text-decoration: none;
  color: #333;
}
body #news .news-item a time {
  line-height: 1;
  width: 6em;
  margin-right: 8px;
  color: #e4945c;
}
body #news p.news_btn {
  text-align: center;
}
body #news .arrow {
  width: 25px;
  height: 1px;
  background: #e4945c;
  position: absolute;
  top: 50%;
  right: 20px;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transform-origin: center;
}
body #news .arrow::after {
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  background: #e4945c;
  transform: rotate(45deg);
  position: absolute;
  right: 0px;
  bottom: 2px;
  transition: transform 0.25s ease;
}
body #news .news-item a:hover .arrow {
  transform: translateX(6px);
}
body #news .news-item a:hover .arrow::after {
  transform: rotate(45deg);
}
body #pdf {
  width: 70%;
  margin: auto;
}
body #pdf.pdf .inner {
  margin-left: 20px;
  margin-right: auto;
}
body #pdf .pdf::after {
  content: none;
}
body #pdf h2 {
  font-size: 32px;
  background-image: none;
  background-color: transparent;
  border-left: none;
  border-bottom: none;
  padding: 0;
}
body #contact {
  width: 70%;
  margin: auto;
}
body #contact input[name=submitConfirm] {
  margin-top: 20px;
  color: #333;
  background-color: #fcca9a;
  border: solid 1px #3B1700;
  border-radius: 30px;
  padding: 10px 25px;
  width: 20%;
}
body #contact input[name=submitBack] {
  margin-top: 20px;
  color: #333;
  background-color: #fcca9a;
  border: solid 1px #3B1700;
  border-radius: 30px;
  padding: 10px 25px;
  width: 20%;
}
body #contact button[value=send] {
  margin-top: 20px;
  color: #333;
  background-color: #fcca9a;
  border: solid 1px #3B1700;
  border-radius: 30px;
  padding: 10px 25px;
  width: 20%;
}
body #contact table {
  display: flex;
  justify-content: center;
}
body #contact h2 {
  font-size: 32px;
}
body .women-footer {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background-color: rgb(255, 157, 36);
}
body .women-footer p {
  text-align: center;
  font-size: 14px;
  padding-bottom: 2%;
  margin: 0;
  color: #fff;
}

/* Body */
/* 背景 */
.lp-bg-wrapper {
  width: 100vw;
  background: url("../images/women/bg.png") top/contain no-repeat;
  margin-left: calc(50% - 50vw);
  flex: 1;
}

/* スクロール禁止 */
@media (max-width: 768px) {
  body.is-fixed {
    position: fixed;
    width: 100%;
  }
}
#women-lp {
  /* =========================
     Navigation
  ========================= */
  /* =========================
     PC（横並び）
  ========================= */
  /* =========================
     SP（ハンバーガー）
  ========================= */
}
#women-lp .hero {
  position: relative;
}
#women-lp .hero img {
  width: 40%;
  height: auto;
  margin: auto;
  display: block;
}
#women-lp .hero h1 {
  background-color: #fff;
}
#women-lp .lp-nav {
  position: relative;
  background: #fff;
  z-index: 100;
  /* ハンバーガーボタン */
  /* メニュー */
}
#women-lp .lp-nav .nav-toggle {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
}
#women-lp .lp-nav .nav-toggle span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
#women-lp .lp-nav .nav-toggle span:nth-child(1) {
  top: 0;
}
#women-lp .lp-nav .nav-toggle span:nth-child(2) {
  top: 11px;
}
#women-lp .lp-nav .nav-toggle span:nth-child(3) {
  bottom: 0;
}
#women-lp .lp-nav .nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 300;
  letter-spacing: 0.08em;
  font-size: clamp(18px, 2.5vw, 22px);
}
@media (min-width: 769px) {
  #women-lp .lp-nav .nav-menu {
    display: flex;
    justify-content: center;
    gap: 32px;
    padding: 20px;
  }
  #women-lp .lp-nav .nav-menu li a {
    text-decoration: none;
    color: #000;
  }
  #women-lp h2.lp-title.lead {
    font-size: 45px;
    letter-spacing: 0.08em;
    padding-top: 3.5em;
  }
  #women-lp .lp-catch ul li {
    position: relative;
    font-size: 25px;
    font-weight: 500;
    padding-left: 40px; /* 丸の分だけ余白 */
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 300;
  }
  #women-lp .lp-catch ul li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    background: #333;
    border-radius: 50%;
  }
}
@media (max-width: 768px) {
  #women-lp .lp-nav .nav-toggle {
    display: block;
  }
  #women-lp .lp-nav .nav-menu {
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    font-size: 2rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
  #women-lp .lp-nav .nav-menu li a {
    font-size: 2rem;
    text-decoration: none;
    color: #000;
  }
  #women-lp .lp-nav.is-open {
    /* ハンバーガー → × */
  }
  #women-lp .lp-nav.is-open .nav-menu {
    opacity: 1;
    visibility: visible;
  }
  #women-lp .lp-nav.is-open .nav-toggle span:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
  }
  #women-lp .lp-nav.is-open .nav-toggle span:nth-child(2) {
    opacity: 0;
  }
  #women-lp .lp-nav.is-open .nav-toggle span:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
  }
}
#women-lp .lp-section {
  padding: 80px 20px;
}
#women-lp .lp-section .inner {
  display: flex;
  max-width: 1000px;
  margin: auto;
}
#women-lp .news, #women-lp .pdf, #women-lp .contact {
  padding: 80px 20px;
}
#women-lp .is-hidden {
  display: none;
}

/* Responsive SP */
@media (max-width: 768px) {
  #women-lp .lp-catch ul li {
    padding-left: 28px; /* 丸の分だけ余白 */
    position: relative;
  }
  #women-lp .lp-catch ul li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background: #333;
    border-radius: 50%;
  }
  #women-lp .lp-section .inner {
    flex-direction: column;
  }
  #women-lp .hero {
    position: relative;
  }
  #women-lp .hero img {
    width: 70%;
    height: auto;
    margin: auto;
  }
  #women-lp .hero h1 {
    background-color: #fff;
    padding: 15px;
  }
  /* #women-lp */
} /* Responsive SP */
/* MW WP Form */
.women-form input, .women-form textarea {
  width: 100%;
  padding: 10px;
}

.pdf .pdf-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.pdf .pdf-item {
  text-align: center;
}
.pdf .pdf-item a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.pdf .pdf-item img {
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
}
.pdf .pdf-item .pdf-caption {
  display: block;
  margin-top: 8px;
  font-size: 0.9rem;
  color: #555;
}

/* Responsive */
@media (max-width: 768px) {
  #women-lp h2 br.sp_tl {
    display: inline;
  }
  .pdf .pdf-list {
    grid-template-columns: repeat(2, 1fr);
  }
  #collabo .img-item {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  #collabo .img-item img {
    width: 60%;
  }
}
.scroll-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgb(255, 157, 36);
  border: 0;
  cursor: pointer;
  z-index: 999;
  /* 初期状態 */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  /* 矢印 */
}
.scroll-top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -40%) rotate(-45deg);
}
.scroll-top.is-show {
  opacity: 1;
  visibility: visible;
}

.pdf-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.pdf-item {
  text-decoration: none;
  color: inherit;
}

.pdf-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.pdf-title {
  margin-top: 8px;
  font-size: 14px;
  text-align: center;
}

/* 非表示（初期） */
.pdf-item.is-hidden {
  display: none;
  opacity: 0;
}

/* フェードイン */
.pdf-item.is-show {
  display: block;
  animation: fadeIn 0.4s ease forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.pdf-more-btn {
  margin: 40px auto 0;
  display: block;
  padding: 12px 40px;
  font-size: 16px;
  cursor: pointer;
}

/*　　Figure */
#figure img {
  margin: auto;
  max-width: 100%;
  padding-bottom: 20px;
}
#figure p {
  letter-spacing: -0.05em;
  text-align: center;
}

/* ==========================================================================
   SP Responsive Adjustments (768px以下)
   ========================================================================== */
@media (max-width: 768px) {
  /* 全体レイアウトの幅を調整（70%だと狭すぎるため90%程度に広げる） */
  body #lead,
  body #figure,
  body #policy,
  body #info,
  body #lecture,
  body #collabo,
  body #joint,
  body #news,
  body #pdf,
  body #contact {
    width: 92%; /* 左右に程よい余白を持たせる */
    margin: 0 auto;
  }
  /* セクション間の余白調整 */
  #women-lp .lp-section {
    padding: 50px 0; /* 上下余白を少し詰める */
  }
  /* ヒーロー画像（ロゴ） */
  #women-lp .hero img {
    width: 85%; /* スマホではロゴを大きく見せる */
  }
  /* セクション内の構成（画像とテキストを縦並びに） */
  #women-lp .lp-section .inner {
    flex-direction: column;
    align-items: center;
  }
  /* セクション内の共通画像 */
  #women-lp .lp-section .inner > img {
    width: 100%;
    max-width: 400px; /* 画像が大きくなりすぎないよう制限 */
    margin-bottom: 30px;
    margin-left: 0; /* 既存の margin-left: 40px をリセット */
  }
  /* テキストエリア */
  #women-lp .lp-section .text {
    width: 100%;
  }
  /* 見出し（H2）の調整 */
  body h2 {
    font-size: 24px !important;
    margin-bottom: 40px;
    text-align: center;
  }
  /* リードセクションのタイトルのフォントサイズ */
  #women-lp h2.lp-title.lead {
    font-size: 28px !important;
    padding-top: 0;
    line-height: 1.4;
  }
  /* リストのデザイン調整（丸印） */
  #women-lp .lp-catch ul li {
    font-size: 18px;
    padding-left: 35px;
    margin-bottom: 15px;
    position: relative;
    text-align: left;
  }
  #women-lp .lp-catch ul li::before {
    width: 20px;
    height: 20px;
    top: 5px; /* 位置の微調整 */
  }
  /* --- 特殊レイアウトの調整 --- */
  /* 情報発信 (info) / 共催 (joint) のグリッド */
  body {
    /* 企業コラボ (collabo) */
    /* お知らせ (news) */
    /* お問い合わせフォーム */
  }
  body #info .img-item,
  body #joint .img-item {
    grid-template-columns: 1fr 1fr; /* スマホでも2列維持、または1列にするなら 1fr */
    gap: 15px;
    margin-left: 0;
  }
  body #collabo .img-item {
    grid-template-columns: 1fr; /* 3列から1列へ */
    margin-left: 0;
    justify-items: center;
  }
  body #collabo .img-item img {
    width: 60%;
  }
  body #news .news-item a {
    padding: 20px 40px 20px 0;
    flex-wrap: wrap; /* 日付とタイトルが長い場合に折り返す */
  }
  body #news .news-item a time {
    width: 100%;
    margin-bottom: 5px;
  }
  body #contact table {
    display: block; /* table-layoutを崩してスマホで見やすく */
    width: 100%;
  }
  body #contact input[name=submitConfirm],
  body #contact input[name=submitBack],
  body #contact button[value=send] {
    width: 80%; /* ボタンを押しやすく広げる */
    margin: 10px auto;
    display: block;
  }
  /* PDFセクション */
  .pdf .pdf-list {
    grid-template-columns: 1fr 1fr; /* 2列 */
    gap: 15px;
  }
  .pdf-title {
    font-size: 12px;
  }
  .women-form input,
  .women-form textarea {
    font-size: 16px; /* iOSのズーム防止 */
  }
}
/* ==========================================================================
   #contact Section & MW WP Form Integration
   ========================================================================== */
#contact {
  width: 70%;
  margin: auto;
}
#contact h2 {
  font-size: 32px;
}
#contact .mw_wp_form {
  line-height: 1.8;
}
#contact .form-guideline {
  background: #fdfaf7;
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 25px;
}
#contact .form-guideline p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  color: #666;
}
#contact table.mwform-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  margin-bottom: 40px;
}
#contact table.mwform-table th, #contact table.mwform-table td {
  padding: 20px 15px;
  border-bottom: 1px solid #eee;
  text-align: left;
  vertical-align: middle;
}
#contact table.mwform-table th {
  width: 30%;
  background-color: #fdfdfd;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #333;
}
#contact table.mwform-table th small {
  font-weight: normal;
  font-size: 12px;
  color: #888;
}

input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 16px;
  background: #fff;
  transition: all 0.3s;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
select:focus,
textarea:focus {
  border-color: #fcca9a;
  box-shadow: 0 0 8px rgba(252, 202, 154, 0.4);
  outline: none;
}

.name-field {
  display: flex;
  align-items: center;
  gap: 10px;
}
.name-field span {
  font-size: 13px;
  color: #888;
}
.name-field input {
  width: 40% !important;
}

/* カテゴリ選択（テーブル内リスト形式） */
.category-selection .selection-lead {
  font-size: 13px;
  color: #e4945c;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.5;
}
.category-selection .mwform-checkbox-field.vertical-item {
  display: block;
  margin-bottom: 12px;
}
.category-selection .mwform-checkbox-field.vertical-item label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  transition: color 0.2s;
}
.category-selection .mwform-checkbox-field.vertical-item label:hover {
  color: #e4945c;
}
.category-selection .mwform-checkbox-field.vertical-item label input[type=checkbox] {
  margin: 4px 10px 0 0;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  cursor: pointer;
}
.category-selection .mwform-checkbox-field.vertical-item label .mwform-checkbox-field-text {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
}
.category-selection .mwform-checkbox-field.vertical-item:last-child {
  margin-bottom: 0;
}

.required {
  display: inline-block;
  font-size: 11px;
  margin-left: 8px;
  background: #e4945c;
  color: #fff !important;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: bold;
  vertical-align: middle;
}

.form-btn-group {
  text-align: center;
  margin-top: 30px;
}

.mwform-confirm-button,
.mwform-submit-button,
.mwform-back-button {
  display: inline-block;
  margin: 10px;
}
.mwform-confirm-button input, .mwform-confirm-button button,
.mwform-submit-button input,
.mwform-submit-button button,
.mwform-back-button input,
.mwform-back-button button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fcca9a;
  border: solid 1px #3B1700;
  border-radius: 30px;
  padding: 12px 60px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #333;
  cursor: pointer;
  transition: 0.3s;
}
.mwform-confirm-button input:hover, .mwform-confirm-button button:hover,
.mwform-submit-button input:hover,
.mwform-submit-button button:hover,
.mwform-back-button input:hover,
.mwform-back-button button:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

.submit-box {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.mwform-back-button input {
  background-color: #e8e8e8;
}

/* ==========================================================================
SP Responsive (768px以下)
========================================================================== */
@media (max-width: 768px) {
  #contact {
    width: 92%;
    margin: 50px auto;
  }
  #contact .mw_wp_form {
    /* 電話番号の並びを維持しつつ調整 */
    /* チェックボックスのタップ範囲を確保 */
    /* 送信ボタンの横幅をいっぱいにする */
  }
  #contact .mw_wp_form table.mwform-table {
    display: block;
  }
  #contact .mw_wp_form table.mwform-table th, #contact .mw_wp_form table.mwform-table td {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
  }
  #contact .mw_wp_form table.mwform-table th {
    background-color: #fff9f5;
    padding: 15px 10px;
    border-bottom: none;
    font-size: 14px;
  }
  #contact .mw_wp_form table.mwform-table td {
    padding: 10px 10px 25px;
    border-bottom: 1px solid #eee;
  }
  #contact .mw_wp_form .mwform-tel-field {
    gap: 5px;
  }
  #contact .mw_wp_form .mwform-tel-field input[type=text] {
    padding: 10px 5px;
  }
  #contact .mw_wp_form .category-selection .mwform-checkbox-field.vertical-item {
    margin-bottom: 18px;
  }
  #contact .mw_wp_form .category-selection .mwform-checkbox-field.vertical-item label {
    padding: 5px 0;
  }
  #contact .mw_wp_form .form-btn-group .mwform-confirm-button,
  #contact .mw_wp_form .form-btn-group .mwform-submit-button,
  #contact .mw_wp_form .form-btn-group .mwform-back-button {
    display: block;
    margin: 15px 0;
  }
  #contact .mw_wp_form .form-btn-group .mwform-confirm-button input, #contact .mw_wp_form .form-btn-group .mwform-confirm-button button,
  #contact .mw_wp_form .form-btn-group .mwform-submit-button input,
  #contact .mw_wp_form .form-btn-group .mwform-submit-button button,
  #contact .mw_wp_form .form-btn-group .mwform-back-button input,
  #contact .mw_wp_form .form-btn-group .mwform-back-button button {
    width: 100% !important;
    padding: 15px 0;
  }
  #contact .mw_wp_form .form-btn-group .submit-box {
    flex-direction: column;
  }
}/*# sourceMappingURL=women.css.map */