@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* ============================================ */
/* function */
/* ============================================ */
/*------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------*/
/* ============================================ */
/* px → rem */
/* ============================================ */
/* ============================================ */
/* variable */
/* ============================================ */
/* @use 'mixins'; */
/* ============================================ */
/* breakpoint */
/* ============================================ */
/*
360
430 iphone
768 tablet
1024
1280
1281
*/
/* ============================================ */
/* mixin/*
/* ============================================ */
/* ============================================ */
/* base*/
/* ============================================ */
html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, calc(0.9521276596rem + 0.2127659574vw), 1.125rem);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
  color: #000;
  scroll-behavior: smooth;
}
@media (max-width: 1399px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  html {
    line-height: 1.5;
  }
}

body {
  position: relative;
}
p, h1, h2, h3, h4 {
  margin: 0;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
}

a:active, a:hover {
  color: #000;
  text-decoration: underline;
}

ul, li {
  margin: 0;
  padding: 0;
}

ul, li, a {
  text-decoration: none;
  list-style: none;
}

img {
  vertical-align: middle;
  image-rendering: auto;
  width: 100%;
  height: auto;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.indent span {
  padding-left: 1em;
}

.red {
  color: #E63B1D;
}

a[href^="tel:"] {
  cursor: default;
}

@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* アンカーリンク anchor_link */
@media (max-width: 767px) {
  [id] {
    scroll-margin-top: 64px;
  }
}
/*========================
  text
========================*/
.text.list {
  padding-left: 1em;
  position: relative;
}
.text.list::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.text.list.kome::before {
  content: "※";
}

.text.right {
  text-align: right;
}

/* ============================================ */
/* utility */
/* ============================================ */
.u-visuallyHidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.c-pageLink {
  color: #AC0000;
  display: inline-block;
  position: relative;
  text-decoration: none !important;
}
.c-pageLink::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #AC0000;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.c-pageLink:hover {
  color: #AC0000;
  font-weight: 700;
}
.c-pageLink:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.u-ib {
  display: inline-block;
}
@media screen and (max-width: 430px) {
  .u-ib {
    display: inline;
  }
}

.u-ib2 {
  display: inline-block;
}

.u-block {
  display: block;
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.u-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.u-flex-half {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 50%;
}
@media screen and (max-width: 430px) {
  .u-flex-half {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}

.u-fixed {
  height: 100vh;
  position: fixed;
  top: 0;
}

.u-txt-c {
  text-align: center !important;
}
@media screen and (max-width: 430px) {
  .u-txt-c {
    text-align: left !important;
  }
}

.u-txt-r {
  text-align: right !important;
}
@media screen and (max-width: 430px) {
  .u-txt-r {
    text-align: left !important;
  }
}

.u-nobr {
  white-space: nowrap;
}

.u-f16 {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .u-f16 {
    font-size: 14px;
  }
}

/* 余白 */
.u-pd70 {
  padding: 0 70px;
}
@media (max-width: 1419px) {
  .u-pd70 {
    padding: 0 50px;
  }
}
@media (max-width: 540px) {
  .u-pd70 {
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }
}

/* 追加 */
.u-border {
  border: 1px solid #000;
  padding: 1rem;
  border-radius: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .u-border {
    margin-bottom: 1.5rem !important;
  }
}

.u-bg {
  background: #FFF4D0;
  padding: 1rem 50px;
  border-radius: 10px;
  line-height: 1.4;
  font-weight: 700;
  display: inline-block;
}

.u-bg2 {
  background: #FFF4D0;
  padding-top: clamp(2.5rem, calc(1.5425531915rem + 4.2553191489vw), 5rem);
  padding-bottom: clamp(2.5rem, calc(1.5425531915rem + 4.2553191489vw), 5rem);
  margin-bottom: clamp(2.5rem, calc(1.5425531915rem + 4.2553191489vw), 5rem);
}

.u-bg3 {
  background: #FFF4D0;
  padding: 1rem;
  border-radius: 10px;
  line-height: 1.4;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .u-bg3 {
    padding: 1rem;
  }
}

.u-mb100 {
  margin-bottom: clamp(3.75rem, calc(3.0319148936rem + 3.1914893617vw), 5.625rem);
}

.u-mb80 {
  margin-bottom: clamp(3.125rem, calc(2.6462765957rem + 2.1276595745vw), 4.375rem);
}

.u-mb-no {
  margin-bottom: 0 !important;
}

.u-mb-03 {
  margin-bottom: 0.3rem !important;
}

.u-mt {
  margin-top: 20px;
}

.u-mt2 {
  margin-top: clamp(1.25rem, calc(0.7712765957rem + 2.1276595745vw), 2.5rem);
}

.u-mt3 {
  margin-top: clamp(1.875rem, calc(1.1569148936rem + 3.1914893617vw), 3.75rem);
}

.u-mb3 {
  margin-top: clamp(1.25rem, calc(1.0106382979rem + 1.0638297872vw), 1.875rem);
}

.u-mb {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .u-mb {
    margin-bottom: 1rem;
  }
}

.u-mb4 {
  margin-bottom: 4rem !important;
}
@media screen and (max-width: 768px) {
  .u-mb4 {
    margin-bottom: 3rem !important;
  }
}
@media screen and (max-width: 430px) {
  .u-mb4 {
    margin-bottom: 2rem !important;
  }
}

.u-mb2 {
  margin-bottom: clamp(3.125rem, calc(1.9281914894rem + 5.3191489362vw), 6.25rem);
}

.u-pb {
  padding-bottom: clamp(1.25rem, calc(0.5319148936rem + 3.1914893617vw), 3.125rem) !important;
}

@media (max-width: 1540px) {
  .u-br154 {
    display: none;
  }
}

/* pcは非表示 */
.u-br-pcno {
  display: none;
}
@media screen and (max-width: 430px) {
  .u-br-pcno {
    display: block;
  }
}

.u-br-pcno2 {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-br-pcno2 {
    display: block;
  }
}

.u-br-ss {
  display: none;
}
@media (max-width: 359px) {
  .u-br-ss {
    display: block;
  }
}

.u-br-pctab {
  display: none;
}
@media (min-width: 1360px) {
  .u-br-pctab {
    display: block;
  }
}
@media (max-width: 768px) {
  .u-br-pctab {
    display: block;
  }
}
@media (max-width: 560px) {
  .u-br-pctab {
    display: none;
  }
}

/* spは非表示 */
.u-br-spno {
  display: block;
}
@media screen and (max-width: 430px) {
  .u-br-spno {
    display: none;
  }
}

.u-br-mlno {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-br-mlno {
    display: none;
  }
}

/* pcとspは非表示 */
.u-br-pcsspno {
  display: block;
}
@media (min-width: 769px) and (max-width: 1290px) {
  .u-br-pcsspno {
    display: none;
  }
}
@media (max-width: 600px) {
  .u-br-pcsspno {
    display: none;
  }
}

/* カラー */
.--col-blue {
  background: #F2A3D5 !important;
}

.--col-main {
  color: #FFA000 !important;
  font-weight: 700;
}

.--col-grn {
  background: #FFA000 !important;
}

.--col-red {
  color: #FF0000 !important;
}

.u-relative {
  position: relative;
}

/* ============================================ */
/* animation */
/* ============================================ */
/* GSAPアニメーション前の初期状態 */
/* .js-utop,
.js-img-lr,
.js-fade-up,
.js-fade-upn,
.js-fade-up01,
.js-fade-up02,
.js-fade-up03,
.js-fade-up04 {
  opacity: 0;
}

.js-utop,
.js-fade-up,
.js-fade-upn,
.js-fade-up01,
.js-fade-up02,
.js-fade-up03,
.js-fade-up04 {
  transform: translateY(30px);
}

.js-img-lr {
  clip-path: inset(0 90% 0 0);
  transform: scale(1.5);
} */
/* ============================================ */
/*  カラムレイアウト*/
/* ============================================ */
/* --- 大枠計算用のスタイル
------------------------------------------------------------------------------------------ */
:root {
  /* 中央カラムの幅を定義 1919pxから1100px（762px→480px） */
  --center-width: clamp(30rem, 6.328rem + 34.432vw, 47.625rem);
  /* 右カラムの幅を定義 1919pxから1200px（350px→160px） */
  --right-width: clamp(10rem, -9.819rem + 26.426vw, 21.875rem);
  /* 左カラムの幅を定義 1919pxから1200px（808px→530px） */
  --left-width: calc(100% - var(--center-width) - var(--right-width));
  /* 左カラムの幅を定義 1099pxから800px（614px→320px） */
  --left-width2: clamp(20rem, -29.164rem + 98.328vw, 38.375rem);
}

/* --- ●左カラム（固定） --- */
.column-left {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: var(--left-width);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* .c-logoPc を上下中央にしないため、justify-contentを変更 */
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* --- ●右カラム（固定） --- */
.column-right {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: var(--right-width);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* --- ●中央カラム（スクロール対象） --- */
.column-center {
  margin-right: var(--right-width);
  margin-left: var(--left-width);
  width: var(--center-width);
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.16);
}

/* --- 1099px以下 --- */
@media (max-width: 1099px) {
  /* 左カラム幅変更 */
  .column-left {
    width: var(--left-width2);
  }
  /* 右カラム非表示 */
  .column-right {
    width: 0;
    display: none;
  }
  /* 中央カラムの左マージン変更 */
  .column-center {
    margin-left: var(--left-width2);
  }
}
/* --- 768px以下：全カラム縦積み --- */
@media (max-width: 768px) {
  .column-left,
  .column-center,
  .column-right {
    position: static; /* 固定解除 */
    width: 100%;
    height: auto;
    margin: 0;
  }
  /* 右カラムのボーダーを上側に変更（横線になる） */
  .column-right {
    display: none;
  }
  /* メインコンテンツ余白リセット */
}
/* ---カラム内の内容
	------------------------------------------------------------------------------------------ */
/* --- 左カラム（固定） --- */
.column-left {
  background-image: url("../images/column-left.webp");
  background-size: cover;
  background-position: bottom right;
}

@media (min-width: 1921px) {
  .column-left {
    background-image: url("../images/column-left-l.webp");
    background-position: bottom;
  }
}
@media (max-width: 1199px) {
  .column-left {
    background-position: bottom right 25%;
  }
}
@media (max-width: 768px) {
  .column-left {
    display: none;
  }
}
.c-logoPc {
  max-width: 638px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .c-logoPc {
    display: none;
  }
}

/* 左メニュー */
.right-menuContact {
  max-width: 638px;
  width: 100%;
  /* flex-growで空いてる領域を埋めて真ん中に */
  margin: auto;
}

.right-menu,
.p-sidebarContact {
  padding: 0 50px;
}
@media (min-width: 1420px) {
  .right-menu,
  .p-sidebarContact {
    padding: 0 70px;
  }
}

/* --- 右カラム（固定） --- */
.column-right {
  /* background-image: url('../images/column-right.webp');
  background-size: cover;
  background-position: center; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*初期値非表示*/
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

.c-txt__vertical {
  display: block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-bottom: 50px;
}

/*--------------------------------------------------------------------
	 簡易的なコピー・キャプチャ防止
--------------------------------------------------------------------*/
.protect {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

/* ============================================ */
/* title */
/* ============================================ */
.c-news__heading {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: clamp(1.5rem, calc(1.1888297872rem + 1.3829787234vw), 2.3125rem);
  margin-bottom: clamp(1.875rem, calc(1.7074468085rem + 0.7446808511vw), 2.3125rem);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-news__heading {
    font-size: clamp(1.25rem, calc(0.1470588235rem + 4.9019607843vw), 2.5rem);
  }
}

.c-news__headingSub {
  display: block;
  font-size: clamp(1rem, calc(0.9521276596rem + 0.2127659574vw), 1.125rem);
  margin-top: clamp(0.5rem, calc(0.4042553191rem + 0.4255319149vw), 0.75rem);
  font-weight: 400;
}

/* 建設連合旭川地方建設組合とは */
.c-contents-ttl2 {
  line-height: 1.3;
  color: #FFA000;
  font-weight: 700;
  font-size: 24px;
  font-size: clamp(1.25rem, calc(1.2053571429rem + 0.0892857143vw), 1.3125rem);
  padding: 0px 16px;
  background: transparent;
  border-left: solid 5px #FFA000;
  margin-bottom: clamp(1.1875rem, calc(0.9960106383rem + 0.8510638298vw), 1.6875rem);
  margin-bottom: 1.5rem;
}

.c-contents-ttl3 {
  line-height: 1.3;
  font-size: 24px;
  font-size: clamp(1.125rem, calc(0.9910714286rem + 0.2678571429vw), 1.3125rem);
  font-weight: 700;
  padding: 4px 1rem 7px;
  border-top: solid 3px #000;
  border-bottom: solid 1px #000;
  margin-bottom: 1.5rem;
}

/* 文章 */
.c-content-txt {
  margin-bottom: 2rem;
}

/* プライバシーポリシー */
.c-content-txt2 {
  line-height: 1.5;
}

/* .c-section__ttl {
	display: inline-block;
	font-family: "Roboto", sans-serif;
	margin:0 auto 5%;
	background: linear-gradient(90deg, #58c6ff 0%, #076ad9 40%, #ff3bef 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	}

.c-section__ttl2nd {
	font-size: myClamp(20, 22);
	font-weight: $font-weight-mid;
	margin: 0 0 12px 0;
  }
 */
.c-contents-ttl-b2 {
  font-size: clamp(1.125rem, calc(1.0531914894rem + 0.3191489362vw), 1.3125rem);
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  background: #FFA000;
  text-align: center;
  border-radius: 10px;
  padding: clamp(0.3125rem, calc(0.1449468085rem + 0.7446808511vw), 0.75rem);
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .c-contents-ttl-b2 {
    margin-bottom: 2rem;
  }
}

.c-contents-ttl-b3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  border: 1px solid #000;
  border-radius: 10px;
  background: #fff;
  text-align: center;
  max-width: 380px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1rem;
  padding: clamp(0.375rem, calc(0.2553191489rem + 0.5319148936vw), 0.6875rem);
}
.c-contents-ttl-b3.--fs24 {
  font-size: clamp(1.125rem, calc(0.9813829787rem + 0.6382978723vw), 1.5rem);
}
.c-contents-ttl-b3.--w480 {
  max-width: 540px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .c-contents-ttl-b3.--w480 {
    max-width: 90%;
  }
}
.c-contents-ttl-b3.--w400 {
  max-width: 400px;
  margin-inline: auto;
}
@media (max-width: 599px) {
  .c-contents-ttl-b3.--w400 {
    max-width: 80%;
  }
}
@media (max-width: 399px) {
  .c-contents-ttl-b3.--w400 {
    max-width: 90%;
  }
}

/* ============================================ */
/* btn */
/* ============================================ */
.c-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3;
  background-color: #FFA000;
  color: #fff;
  border: 1px solid #FFA000;
  border-radius: 50px;
  padding-top: clamp(0.625rem, calc(0.4574468085rem + 0.7446808511vw), 1.0625rem);
  padding-bottom: clamp(0.625rem, calc(0.4574468085rem + 0.7446808511vw), 1.0625rem);
  padding-right: clamp(0.625rem, calc(0.2659574468rem + 1.5957446809vw), 1.5625rem);
  padding-left: clamp(0.625rem, calc(0.2659574468rem + 1.5957446809vw), 1.5625rem);
  width: 250px;
  -webkit-transition: background-color 0.3s ease, color 0.1s ease, border-color 0.1s ease;
  transition: background-color 0.3s ease, color 0.1s ease, border-color 0.1s ease;
  cursor: pointer;
}
.c-button.--w33 {
  width: 330px;
}
.c-button.--w28 {
  width: 280px;
}
.c-button.--btn2 {
  padding: 10px;
}
.c-button:hover {
  color: #fff;
  background-color: #FF6000;
  text-decoration: none;
}
.c-button:hover span {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.c-button span {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.c-button.--btn-order {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.c-button.--policy {
  width: 380px;
}
@media screen and (max-width: 768px) {
  .c-button.--policy {
    max-width: 380px;
    width: clamp(12.5rem, calc(-1.8617021277rem + 63.829787234vw), 50rem);
  }
}
@media screen and (max-width: 768px) {
  .c-button {
    padding: clamp(1rem, calc(0.664893617rem + 1.4893617021vw), 1.875rem) clamp(1rem, calc(0.7845744681rem + 0.9574468085vw), 1.5625rem);
    font-size: 16px;
  }
}
@media screen and (max-width: 430px) {
  .c-button {
    max-width: 260px;
    padding: 16px 30px;
    font-size: 14px;
  }
}

/* お知らせボタン */
.p-news__buttonArea {
  margin-top: clamp(1.25rem, calc(0.7712765957rem + 2.1276595745vw), 2.5rem);
  text-align: center;
  padding-bottom: 5px;
}
.p-news__buttonArea.u-flex {
  gap: clamp(0.9375rem, calc(0.8178191489rem + 0.5319148936vw), 1.25rem);
}

/* ============================================ */
/* subpage */
/* ============================================ */
/* ============================================ */
/* card */
/* ============================================ */
/* ============================================ */
/* list */
/* ============================================ */
.c-box {
  margin-bottom: clamp(1.875rem, calc(1.6356382979rem + 1.0638297872vw), 2.5rem);
}

.c-box__list {
  list-style: disc inside;
  padding-left: 1rem;
  margin: 0;
}
.c-box__list li {
  font-size: clamp(0.875rem, calc(0.8271276596rem + 0.2127659574vw), 1rem);
  font-weight: 400;
  line-height: 1.4;
  color: #333;
  list-style: none;
}
.c-box__list li + li {
  margin-top: 0.3rem;
}
.c-box__list li:last-child {
  margin-bottom: 0;
}
.c-box__list li::before {
  position: relative;
  top: -4px;
  left: -8px;
  display: inline-block;
  width: 4px;
  height: 4px;
  content: "";
  border-radius: 100%;
  background: #000;
}
.c-box__list.--unicode-circles {
  list-style: none;
  counter-reset: unicode-counter;
  padding-left: 0;
}
.c-box__list.--unicode-circles li {
  counter-increment: unicode-counter;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 1rem;
}
.c-box__list.--unicode-circles li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  font-weight: bold;
}
.c-box__list.--unicode-circles li:nth-child(1)::before {
  content: "①";
}
.c-box__list.--unicode-circles li:nth-child(2)::before {
  content: "②";
}
.c-box__list.--unicode-circles li:nth-child(3)::before {
  content: "③";
}
.c-box__list.--unicode-circles li:nth-child(4)::before {
  content: "④";
}
.c-box__list.--unicode-circles li:nth-child(5)::before {
  content: "⑤";
}
.c-box__list.--unicode-circles li:nth-child(6)::before {
  content: "⑥";
}
.c-box__list.--unicode-circles li:nth-child(7)::before {
  content: "⑦";
}
.c-box__list.--unicode-circles li:nth-child(8)::before {
  content: "⑧";
}
.c-box__list.--unicode-circles li:nth-child(9)::before {
  content: "⑨";
}
.c-box__list.--unicode-circles li:nth-child(10)::before {
  content: "⑩";
}
.c-box__list.--unicode-circles li:nth-child(11)::before {
  content: "⑪";
}
.c-box__list.--unicode-circles li:nth-child(12)::before {
  content: "⑫";
}
.c-box__list.--unicode-circles li:nth-child(13)::before {
  content: "⑬";
}
.c-box__list.--unicode-circles li:nth-child(14)::before {
  content: "⑭";
}
.c-box__list.--unicode-circles li:nth-child(15)::before {
  content: "⑮";
}
.c-box__list.--unicode-circles li:nth-child(16)::before {
  content: "⑯";
}
.c-box__list.--unicode-circles li:nth-child(17)::before {
  content: "⑰";
}
.c-box__list.--unicode-circles li:nth-child(18)::before {
  content: "⑱";
}
.c-box__list.--unicode-circles li:nth-child(19)::before {
  content: "⑲";
}
.c-box__list.--unicode-circles li:nth-child(20)::before {
  content: "⑳";
}

.c-box2__list {
  list-style: none;
  margin: 0;
}
.c-box2__list li {
  border: 2px solid #000;
  background: #DA7680;
  padding: clamp(0.625rem, calc(0.5053191489rem + 0.5319148936vw), 0.9375rem);
  margin-bottom: clamp(0.75rem, calc(0.6063829787rem + 0.6382978723vw), 1.125rem);
  border-radius: 10px;
  font-size: clamp(0.875rem, calc(0.8271276596rem + 0.2127659574vw), 1rem);
  font-weight: 500;
  line-height: 1.4;
  color: #333;
  list-style: none;
}
.c-box2__list li + li {
  margin-top: 0.3rem;
}
.c-box2__list li:last-child {
  margin-bottom: 0;
}
.c-box2__list li.--aboutThishowto {
  margin-right: clamp(4.375rem, calc(3.0357142857rem + 2.6785714286vw), 6.25rem);
}
@media screen and (max-width: 768px) {
  .c-box2__list li.--aboutThishowto {
    margin-right: clamp(2.5rem, calc(1.0638297872rem + 6.3829787234vw), 6.25rem);
  }
}
@media screen and (max-width: 430px) {
  .c-box2__list li.--aboutThishowto {
    margin-right: clamp(6.25rem, calc(6.25rem + 0vw), 6.25rem);
  }
  .c-box2__list li.--aboutThishowto:nth-of-type(4) {
    margin-right: 0;
  }
  .c-box2__list li.--aboutThishowto:nth-of-type(5) {
    padding-right: 20px;
    margin-right: 60px;
  }
  .c-box2__list li.--aboutThishowto:nth-of-type(6) {
    margin-right: 70px;
    padding-right: 50px;
  }
}

.c-box3__list {
  border: 2px solid #000;
  border-radius: 10px;
  padding: 1rem;
  padding-left: 2rem;
  margin-bottom: 1rem;
  gap: 0 1rem;
}
.c-box3__list li {
  font-size: clamp(0.75rem, calc(0.7021276596rem + 0.2127659574vw), 0.875rem);
  font-weight: 400;
}
.c-box3__list li.u-flex-half {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 45%;
          flex: 1 1 45%;
}
@media screen and (max-width: 430px) {
  .c-box3__list li.u-flex-half {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.c-box3__list li::before {
  position: relative;
  top: -4px;
  left: -8px;
  display: inline-block;
  width: 4px;
  height: 4px;
  content: "";
  border-radius: 100%;
  background: #000;
}

.c-box4__list {
  margin-bottom: 2rem;
  gap: 0 1rem;
}
.c-box4__list li {
  padding-left: 1em;
  position: relative;
  line-height: 1.5;
}
.c-box4__list li.u-flex-half {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 45%;
          flex: 1 1 45%;
}
@media screen and (max-width: 430px) {
  .c-box4__list li.u-flex-half {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.c-box4__list li::before {
  content: "●";
  position: absolute;
  left: -0.2em;
  font-size: 1em;
}

.list-inLink {
  text-decoration: none;
  line-height: 1;
  font-size: 13px;
  color: #fff;
  background: #FFA000;
  border: 1px solid #FFA000;
  border-radius: 50px;
  padding: 4px 20px;
  display: inline-block;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.list-inLink:hover {
  text-decoration: none;
  color: #FFA000;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .list-inLink {
    padding: 2px 20px;
    font-size: 12px;
  }
}

.c-box5__list {
  /* 数字リスト用カウンターを初期化 */
  counter-reset: list-number;
  padding-left: 0;
  list-style: none;
}
.c-box5__list li {
  /* 各リスト項目でカウンターを1つ増やす */
  counter-increment: list-number;
  position: relative;
  padding-left: 1.4em; /* ★数字＋テキストの間隔 */
  font-size: clamp(0.875rem, calc(0.8271276596rem + 0.2127659574vw), 1rem);
  line-height: 1.2;
  /* 数字表示部 */
  /* リスト項目の下部余白調整 */
}
.c-box5__list li::before {
  content: counter(list-number) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1em;
  width: 1.2em; /* 数字を右寄せに */
  text-align: right; /* 数字を右寄せに */
}
.c-box5__list li + li {
  margin-top: 0.3rem;
}
.c-box5__list li:last-child {
  margin-bottom: 0;
}

/* ============================================ */
/* bread-crumb */
/* ============================================ */
.bread-crumb {
  position: absolute;
  bottom: 20px;
  right: 30px;
}

.crumb {
  font-size: 14px;
  margin-right: 30px;
  position: relative;
}
.crumb::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 9px;
  right: -16px;
  border-radius: 2px;
}
.crumb.last::after {
  content: none;
}

@media screen and (max-width: 767px) {
  .bread-crumb {
    right: 0;
    bottom: 10px;
  }
  .crumb {
    margin-right: 20px;
  }
}
/* ============================================ */
/* form */
/* ============================================ */
/* 組合概要・お問い合わせ
------------------------------------------------------------------------------*/
/* --------------------------------
 * Form Group Layout
 * -------------------------------- */
.form-group {
  margin-bottom: 16px;
}

.u-br-form {
  display: block;
}
@media (max-width: 1529px) {
  .u-br-form {
    display: none;
  }
}
@media (max-width: 768px) {
  .u-br-form {
    display: block;
  }
}
@media (max-width: 699px) {
  .u-br-form {
    display: none;
  }
}

.form-group--large-margin {
  margin-bottom: 30px;
}

.form-group__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 430px) {
  .form-group__row.--typeRadio { /* 来店予定日 */
    gap: 0px;
  }
}

@media (min-width: 1599px) {
  .form-group__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
  .form-group__row.--typeRadio { /* 来店予定日 */
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
/* --------------------------------
 * Form Label
 * -------------------------------- */
.form-label {
  font-size: clamp(0.875rem, calc(0.875rem + 0vw), 0.875rem);
  font-weight: 500;
  line-height: 1.5;
  color: #333;
  width: 160px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 430px) {
  .form-guest_introduction .form-label {
    width: 260px;
  }
}

.form-label--required::after {
  content: "*";
  color: #e74c3c;
  margin-left: 2px;
}

/* --------------------------------
 * Form Input Fields
 * -------------------------------- */
.form-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form-input__field {
  width: 100%;
  padding: 5px 15px;
  border: 1px solid #707070;
  border-radius: 10px;
  font-size: clamp(0.875rem, calc(0.875rem + 0vw), 0.875rem);
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.form-input__field:focus {
  outline: none;
  border-color: #FFA000;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 160, 0, 0.2);
          box-shadow: 0 0 0 2px rgba(255, 160, 0, 0.2);
}

.form-input__field::-webkit-input-placeholder {
  color: #999;
}

.form-input__field::-moz-placeholder {
  color: #999;
}

.form-input__field:-ms-input-placeholder {
  color: #999;
}

.form-input__field::-ms-input-placeholder {
  color: #999;
}

.form-input__field::placeholder {
  color: #999;
}

/* Textarea Component */
.form-textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form-textarea__field {
  width: 100%;
  padding: 5px 15px;
  border: 1px solid #707070;
  border-radius: 10px;
  font-size: clamp(0.875rem, calc(0.875rem + 0vw), 0.875rem);
  min-height: 180px;
  resize: vertical;
  font-family: inherit;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media screen and (max-width: 430px) {
  .form-textarea__field {
    min-height: 280px;
  }
}

.form-textarea__field:focus {
  outline: none;
  border-color: #FFA000;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 160, 0, 0.2);
          box-shadow: 0 0 0 2px rgba(255, 160, 0, 0.2);
}

.form-textarea__field::-webkit-input-placeholder {
  color: #b4b4b4;
}

.form-textarea__field::-moz-placeholder {
  color: #b4b4b4;
}

.form-textarea__field:-ms-input-placeholder {
  color: #b4b4b4;
}

.form-textarea__field::-ms-input-placeholder {
  color: #b4b4b4;
}

.form-textarea__field::placeholder {
  color: #b4b4b4;
}

/* --------------------------------
 * Select Component
 * -------------------------------- */
.form-select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form-select__field {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #FFA000;
  border-radius: 10px;
  font-size: clamp(0.875rem, calc(0.875rem + 0vw), 0.875rem);
  font-weight: 500;
  color: #fff;
  background: #FFA000;
  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 3.46"><path fill="%23fff" d="M0 0 L2 3.46 L4 0 z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 12px bottom 13px;
  background-size: 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  /* ▼▼▼ Text overlap prevention ▼▼▼ */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  /* ▲▲▲ Text overlap prevention ▲▲▲ */
}
.form-select__field:focus {
  outline: none;
  border-color: #000;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 160, 0, 0.2);
          box-shadow: 0 0 0 2px rgba(255, 160, 0, 0.2);
}
@media screen and (max-width: 430px) {
  .form-select__field {
    background-position: right 12px bottom 10px;
  }
}

/* Instruction Text */
.form-instruction {
  font-size: clamp(0.875rem, calc(0.875rem + 0vw), 0.875rem);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0.5rem;
}

/* --------------------------------
 * Checkbox
 * -------------------------------- */
.form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px; /* チェックボックスとラベルの間隔 */
  margin-top: clamp(1.875rem, calc(1.6356382979rem + 1.0638297872vw), 2.5rem);
  margin-bottom: clamp(1.875rem, calc(1.6356382979rem + 1.0638297872vw), 2.5rem);
  cursor: pointer; /* ラベル全体をクリック可能にする */
}
.form-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}

/* デフォルトのチェックボックスを非表示にする */
.form-checkbox__input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  margin: 0; /* ブラウザのデフォルトマージンをリセット */
  /* チェックボックスの枠 */
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(1.25rem, calc(1.0585106383rem + 0.8510638298vw), 1.75rem);
  height: clamp(1.25rem, calc(1.0585106383rem + 0.8510638298vw), 1.75rem);
  border: 1px solid #000; /* 枠線の色と太さ */
  border-radius: 0px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  /* チェックマーク（SVG） */
  display: grid;
  place-content: center;
}
@media screen and (max-width: 430px) {
  .form-checkbox__input {
    margin-top: 2px;
  }
}

/* チェックが入った時のスタイル */
.form-checkbox__input:checked {
  background-color: #FFA000;
  border-color: #FFA000;
  /* 表示するチェックマーク（SVGをURLエンコードしたもの） */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.form-checkbox__label {
  font-size: clamp(0.875rem, calc(0.875rem + 0vw), 0.875rem);
  color: #000;
  line-height: 1.5;
}

/* --------------------------------
 * Button Component
 * -------------------------------- */
.form-button {
  text-align: center;
}
.form-button .c-button {
  width: 300px;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.form-button .c-button span {
  font-weight: 500;
}
.form-button .c-button:hover {
  background-color: #FFA000;
}

.form-button__submit {
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.form-button__submit:hover {
  background: #6ba015;
}

.form-button__submit:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(124, 181, 24, 0.3);
          box-shadow: 0 0 0 3px rgba(124, 181, 24, 0.3);
}

/* ============================================ */
/* 組合員様各種手続き */
/* ============================================ */
/*自動口座振替申込
------------------------------------------------------------------------------*/
/* --------------------------------
	* Form Input Fields
	* -------------------------------- */
.form-controls {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

/* Address Input */
.form-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.form-input-group .form-input__field {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form-input-group__symbol {
  font-size: clamp(0.875rem, calc(0.875rem + 0vw), 0.875rem);
  font-weight: 500;
}

/* --------------------------------
	* Radio Button
	* -------------------------------- */
.form-radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  padding-top: 8px;
  /* cf7 */
}
.form-radio-group.--typeReceive-method { /* 受け取り方法 */ }
@media screen and (max-width: 430px) {
  .form-radio-group.--typeReceive-method {
    gap: 10px;
  }
}
.form-radio-group.--visit-type-group { /* 来店予定日 */ }
@media screen and (max-width: 430px) {
  .form-radio-group.--visit-type-group {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form-radio-group.--cert-type-group { /* 証明書タイプ */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* cf7 */
}
.form-radio-group.--cert-type-group .wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.form-radio-group .wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 430px) {
  .form-radio-group .wpcf7-form-control {
    display: block;
  }
}
.form-radio-group label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-radio-group .wpcf7-list-item {
  margin: 0 0 0 0;
}
@media screen and (max-width: 430px) {
  .form-radio-group .wpcf7-list-item.first {
    margin-bottom: 6px;
  }
}

.form-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
}
@media screen and (max-width: 430px) {
  .form-radio {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.form-radio.--visit-type { /* 来店予定日 */
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
}
@media screen and (max-width: 430px) {
  .form-radio.--visit-type {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media screen and (max-width: 430px) {
  .form-radio.--receive-method {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.form-radio.--cert-type { /* 証明書タイプ */
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

/* 証明書タイプ */
.--cert-type-group {
  gap: 10px;
}
.--cert-type-group .form-radio {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.form-radio__input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  margin: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #000;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: grid;
  place-content: center;
}

.form-radio__input::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.2s -webkit-transform ease-in-out;
  transition: 0.2s -webkit-transform ease-in-out;
  transition: 0.2s transform ease-in-out;
  transition: 0.2s transform ease-in-out, 0.2s -webkit-transform ease-in-out;
  background-color: #FFA000;
}

.form-radio__input:checked {
  border-color: #FFA000;
}

.form-radio__input:checked::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.form-radio__label {
  font-size: clamp(0.875rem, calc(0.875rem + 0vw), 0.875rem);
}

/* ffffffffffffffffffffffffffffffffffffff */
/* ★★★ 既存のCSSを修正 ★★★ */
.wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* ★ラジオボタンとラベルを横並びにする */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* ★中央揃えにする */
  gap: 8px; /* ★ラジオボタンとラベルの間の隙間を設定 */
  cursor: pointer;
}

/* ★★★ 新規追加CSS ★★★ */
/* ★ラジオボタンのデザイン */
.wpcf7-radio input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  margin: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #000;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: grid;
  place-content: center;
}

.wpcf7-radio input[type=radio]::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.2s -webkit-transform ease-in-out;
  transition: 0.2s -webkit-transform ease-in-out;
  transition: 0.2s transform ease-in-out;
  transition: 0.2s transform ease-in-out, 0.2s -webkit-transform ease-in-out;
  background-color: #FFA000;
}

.wpcf7-radio input[type=radio]:checked {
  border-color: #FFA000;
}

.wpcf7-radio input[type=radio]:checked::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* ★ラジオボタングループのデザイン */
.form-radio-group.--visit-type-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px; /* ★各項目間の隙間を設定 */
  padding-top: 8px;
}

/*  */
/*加入証明書発行
------------------------------------------------------------------------------*/
/*労働災害申請
------------------------------------------------------------------------------*/
/* Date/Time Split Input */
.form-input-container-split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
@media screen and (max-width: 430px) {
  .form-input-container-split {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}

.form-description {
  font-size: clamp(0.875rem, calc(0.875rem + 0vw), 0.875rem);
}

/*お客様紹介
------------------------------------------------------------------------------*/
/* --------------------------------
	* Separator
	* -------------------------------- */
.form-separator {
  border: none;
  border-top: 1px solid #000;
  margin: clamp(1.25rem, calc(0.7712765957rem + 2.1276595745vw), 2.5rem) 0;
}

/* ============================================ */
/* wiget */
/* ============================================ */
.related-posts {
  list-style: disc inside;
  margin: 1em 0;
  padding: 0;
}

.related-posts li {
  margin-bottom: 0.5em;
}

/* ============================================ */
/* ============================================ */
/* ============================================ */
/* mobile*/
/* ============================================ */
/* 固定フッター
--------------------------------------------------------------*/
/* 768px以下でのみ表示 */
.l-mbfooter__fixed {
  display: none;
}

@media (max-width: 768px) {
  .l-mbfooter__fixed {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    background: #389EA8;
    z-index: 50;
    -webkit-box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.08);
            box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.08);
    padding: 9px 0;
  }
}
/* モバイルメニュー
--------------------------------------------------------------- */
@media (min-width: 769px) {
  .p-mbHeader {
    display: none;
  }
}
.no-scroll {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none; /* タッチデバイス用 */
  position: fixed;
  width: 100%;
}

.p-mbHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  padding: 0;
  background: #fff;
  z-index: 100;
}

@media (max-width: 768px) {
  .main-content {
    padding-top: 64px; /* ヘッダー高さ分 */
    padding-bottom: 80px; /* フッターの高さ＋余白分 */
  }
}
.p-mbHeader__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 64px;
  padding: 0 20px;
  position: relative;
  z-index: 101;
  border-bottom: 1px solid #aaa;
}
@media screen and (max-width: 430px) {
  .p-mbHeader__inner {
    padding: 0 20px 0 10px;
  }
}

.p-mbHeader.menu-open .p-mbHeader__inner {
  border-bottom: none;
}

.p-mbHeader__logo {
  display: block;
  width: 220px;
}
@media screen and (max-width: 430px) {
  .p-mbHeader__logo {
    width: 200px;
  }
}

.p-mbHeader__logo {
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  /* display:block; は不要 */
}

.p-mbHeader__logo.is-fadeout {
  opacity: 0;
  pointer-events: none; /* クリックも無効にしたい場合 */
}

.p-mbHeader__logo img,
.mbmb-siteLogo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

/* ハンバーガーメニューを展開したときの背景 */
.p-mbNav-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 80; /* .c-mbNavより下、ヘッダーより上に調整 */
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* メニュー展開時に表示 */
.p-mbNav-overlay.active {
  display: block;
  opacity: 1;
}

/* ハンバーガーメニュー の展開*/
.c-mbNav__list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0;
  padding: 50px 0 0;
  list-style: none;
}
.mb-siteLogo {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 430px) {
  .mb-siteLogo {
    margin-bottom: 60px;
  }
}

.c-hbar {
  position: relative; /* fixedからrelativeに変更 */
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 10;
  margin-left: auto;
}

.c-hbar__line {
  position: absolute;
  left: 11px;
  width: 26px;
  height: 2px;
  background-color: #333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.c-hbar__line:nth-of-type(1) {
  top: 14px;
}

.c-hbar__line:nth-of-type(2) {
  top: 23px;
}

.c-hbar__line:nth-of-type(3) {
  top: 32px;
}

/* メニューオープン時 */
.c-hbar.active .c-hbar__line:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
          transform: translateY(9px) rotate(-45deg);
}

.c-hbar.active .c-hbar__line:nth-of-type(2) {
  opacity: 0;
}

.c-hbar.active .c-hbar__line:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
          transform: translateY(-9px) rotate(45deg);
}

.c-mbNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-mbNav .p-telContact {
  margin-bottom: 70px;
}
.c-mbNav .p-telContact::after {
  top: -110px;
  left: 180px;
  width: 110px;
  height: 120px;
}
@media (max-width: 899px) {
  .c-mbNav .p-telContact::after {
    display: block;
  }
}
@media screen and (max-width: 430px) {
  .c-mbNav .p-telContact::after {
    top: -100px;
    width: 90px;
  }
}
.c-mbNav .c-telContact__txt {
  font-weight: 700;
  font-size: clamp(1.125rem, calc(1.0357142857rem + 0.1785714286vw), 1.25rem);
  line-height: 1.2;
}
@media (max-height: 650px) {
  .c-mbNav .c-telContact__txt {
    font-size: clamp(1.125rem, calc(1.0357142857rem + 0.1785714286vw), 1.25rem);
  }
}
.c-mbNav .c-telContact__txt span {
  font-size: clamp(0.875rem, calc(0.7857142857rem + 0.1785714286vw), 1rem);
}
@media (max-height: 650px) {
  .c-mbNav .c-telContact__txt span {
    font-size: clamp(0.875rem, calc(0.7857142857rem + 0.1785714286vw), 1rem);
  }
}
.c-mbNav .c-telContact__link {
  font-size: clamp(1.5625rem, calc(1.4732142857rem + 0.1785714286vw), 1.6875rem);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
.c-mbNav .c-telContact__link:hover {
  text-decoration: none;
}
.c-mbNav .c-telContact__link img {
  width: 18px;
  margin-right: 3px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.c-mbNav {
  position: fixed;
  top: 0;
  /* left: 0; */
  right: 0; /*右から展開*/
  width: 300px;
  height: 100vh;
  background-color: #fff;
  -webkit-box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1);
  /* transform: translateX(-100%); */
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  z-index: 90;
  /* カレント */
}
.c-mbNav .current_page_item .c-mbNav__link {
  background: #FFA000;
  color: #fff;
}
@media screen and (max-width: 430px) {
  .c-mbNav {
    width: 80%;
  }
}

.c-mbNav.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.c-mbNav__item {
  padding: 0 20px;
}

.c-mbNav__link {
  font-weight: 500;
  display: block;
  padding: 15px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 430px) {
  .c-mbNav__link {
    padding: 10px;
  }
}
.c-mbNav__link:hover {
  text-decoration: none;
  background: #FFA000;
  color: #fff;
}

/* ============================================ */
/* トップnews */
/* ============================================ */
/* swiper設定
トップお知らせ */
.p-news__swiper {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  /* スライダーのサイズ */
  /* 	.swiper-button-next,
  	.swiper-button-prev {
  		color: #333;
  		width: 20px;
  		height: 20px;
  		&::after {
  			font-size: 20px;
  			font-weight: bold;
  		}
  	}
  	.swiper-button-prev {
  		left:10px;
  	}
  	.swiper-button-next {
  		right: 10px;
  	} */
  /* ★三角形の矢印記述（疑似要素で大きくくっきり） */
}
.p-news__swiper .swiper-slide {
  width: 45%;
}
.p-news__swiper .swiper-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  /* max-height: myClamp(91, 250); */
}
.p-news__swiper .swiper-navigation-icon { /*デフォルト矢印非表示*/
  display: none;
}
.p-news__swiper .swiper-button-next,
.p-news__swiper .swiper-button-prev {
  opacity: 0.7 !important;
  color: #fff;
  background: #FFA000;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 40% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  opacity: 0.92;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-news__swiper .swiper-button-next:hover,
.p-news__swiper .swiper-button-prev:hover {
  opacity: 1;
  background: #ffbf00;
}
@media screen and (max-width: 768px) {
  .p-news__swiper .swiper-button-next,
  .p-news__swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
.p-news__swiper .swiper-button-prev {
  left: 10px;
}
.p-news__swiper .swiper-button-next {
  right: 10px;
}
.p-news__swiper .swiper-button-prev::after,
.p-news__swiper .swiper-button-next::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-news__swiper .swiper-button-prev::after {
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 18px solid #fff;
  margin-left: -4px;
}
@media screen and (max-width: 768px) {
  .p-news__swiper .swiper-button-prev::after {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid #fff;
  }
}
.p-news__swiper .swiper-button-next::after {
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #fff;
  margin-right: -4px;
}
@media screen and (max-width: 768px) {
  .p-news__swiper .swiper-button-next::after {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #fff;
  }
}
.p-news__swiper .swiper-pagination {
  bottom: 10px;
}
.p-news__swiper .swiper-pagination-bullet {
  background: #999;
}
.p-news__swiper .swiper-pagination-bullet-active {
  background: #2c5282;
}

/* ============================================ */
/* ============================================ */
.cta-area {
  background: #f5f5f5;
  padding: 2em;
  text-align: center;
  margin: 2em 0;
  border-radius: 8px;
}

.cta-button {
  display: inline-block;
  background: #0073aa;
  color: var(--color-wht);
  padding: 0.8em 2em;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.cta-button:hover {
  background: #005177;
}

/* CTAボタン横並び
---------------------------------------------*/
.l-mbfooter__fixed__cta {
  gap: clamp(0.625rem, calc(0.3492647059rem + 1.2254901961vw), 0.9375rem);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 480px;
  width: 90%;
  margin: 0 auto;
}

.c-cta__btn {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  background: #fff;
  color: #03464D;
  font-weight: 500;
  padding: 12px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  display: block;
  line-height: 1.3;
}
.c-cta__btn:hover {
  background: #BBD9DD;
  /* color: #00a163; */
  text-decoration: none;
}
.c-cta__btn.--btn-primary {
  font-size: clamp(0.8125rem, calc(0.7646276596rem + 0.2127659574vw), 0.9375rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-cta__btn.--btn-primary span {
  margin-right: 4px;
}
@media (max-width: 349px) {
  .c-cta__btn.--btn-primary span {
    display: none;
  }
}
@media (max-width: 359px) {
  .c-cta__btn.--btn-primary img {
    position: relative;
    top: -9px;
    left: 15px;
    width: 8px;
  }
}
.c-cta__btn.--btn-secondary {
  font-size: clamp(0.8125rem, calc(0.7885638298rem + 0.1063829787vw), 0.875rem);
  line-height: 1.4;
}
@media screen and (max-width: 430px) {
  .c-cta__btn {
    padding: 12px 5px;
  }
}
@media (max-width: 359px) {
  .c-cta__btn {
    padding: 5px;
  }
}

/* ============================================ */
/* section */
/* ============================================ */
/* ============================================ */
/* column-right
右カラム */
/* ============================================ */
.c-txt__vertical {
  font-size: clamp(1rem, calc(0.2857142857rem + 1.4285714286vw), 2rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: clamp(3.125rem, calc(1.7857142857rem + 2.6785714286vw), 5rem);
}

/* ============================================ */
/* column-center */
/* ============================================ */
.l-wrapper {
  overflow: hidden;
}

/* ============================================ */
/* hero */
/* ============================================ */
.p-hero {
  position: relative;
  overflow: hidden;
  display: block;
  background-image: url("../images/bg-hero.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: clamp(1.25rem, calc(1.0106382979rem + 1.0638297872vw), 1.875rem);
  padding-top: clamp(0.9375rem, calc(0.3390957447rem + 2.6595744681vw), 2.5rem);
  padding-left: clamp(0.9375rem, calc(0.3390957447rem + 2.6595744681vw), 2.5rem);
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  margin-top: clamp(3.125rem, calc(1.7857142857rem + 2.6785714286vw), 5rem);
  margin-bottom: clamp(2.5rem, calc(1.1607142857rem + 2.6785714286vw), 4.375rem);
}
@media screen and (max-width: 768px) {
  .p-hero {
    margin-top: 90px;
    padding-top: clamp(0.9375rem, calc(-0.4411764706rem + 6.1274509804vw), 2.5rem);
    padding-left: clamp(0.9375rem, calc(-0.4411764706rem + 6.1274509804vw), 2.5rem);
  }
}

.p-hero__catchcopy {
  font-size: clamp(1.125rem, calc(0.6785714286rem + 0.8928571429vw), 1.75rem);
  font-weight: 700;
  line-height: 1.5;
  width: 95%;
  margin-bottom: clamp(0.9375rem, calc(0.8178191489rem + 0.5319148936vw), 1.25rem);
}
@media screen and (max-width: 768px) {
  .p-hero__catchcopy {
    font-size: clamp(1.125rem, calc(0.4632352941rem + 2.9411764706vw), 1.875rem);
  }
}
@media screen and (max-width: 360px) {
  .p-hero__catchcopy {
    width: 90%;
  }
}

/* 下層ヘッダー画像(新)
--------------------------------------------------------------------------------------*/
.p-pageHeader {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("../images/sub-header-bg.webp");
  background-size: cover;
  background-position: center;
  color: #fff;
  border-radius: 20px;
  width: 100%;
  height: 150px;
  margin-top: clamp(3.125rem, calc(1.7857142857rem + 2.6785714286vw), 5rem);
  margin-bottom: clamp(2.5rem, calc(2.0212765957rem + 2.1276595745vw), 3.75rem);
}
@media screen and (max-width: 768px) {
  .p-pageHeader {
    height: 150px;
    margin-top: 90px;
  }
}

.page-heading {
  font-size: clamp(1.5rem, calc(1.3214285714rem + 0.3571428571vw), 1.75rem);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-heading {
    font-size: clamp(1.25rem, calc(0.6433823529rem + 2.6960784314vw), 1.9375rem);
  }
}

/* 下層ヘッダー画像
--------------------------------------------------------------------------------------*/
.p-pageHeader .u-flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.p-pageHeader__ttl {
  font-size: clamp(1.25rem, calc(1.0106382979rem + 1.0638297872vw), 1.875rem);
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

/* 下層ヘッダー画像（chief）
--------------------------------------------------------------------------------------*/
/* .page-chief {
	.p-pageHeader {
	  background-image: url(./../images/bg-chief.webp);
	}
} */
.page-owner .p-pageHeader {
  background-image: url(./../images/bg-owner.webp);
}

/* 下層ヘッダー画像（about）22
--------------------------------------------------------------------------------------*/
.p-pageHeader.--pageH-news {
  padding-top: 0 !important;
  background-image: url(./../images/bg-info.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: clamp(1.25rem, calc(1.0106382979rem + 1.0638297872vw), 1.875rem);
  width: 100%;
  margin-bottom: clamp(1.25rem, calc(0.7712765957rem + 2.1276595745vw), 2.5rem);
  height: clamp(12.5rem, calc(11.1607142857rem + 2.6785714286vw), 14.375rem);
}
@media screen and (max-width: 768px) {
  .p-pageHeader.--pageH-news {
    height: clamp(6.25rem, calc(3.1382978723rem + 13.829787234vw), 14.375rem);
  }
}
@media screen and (max-width: 360px) {
  .p-pageHeader.--pageH-news {
    height: 100px;
  }
}
.p-pageHeader.--pageH-about {
  background-image: url(./../images/bg-about.webp);
}
.p-pageHeader.--pageH-chief {
  background-image: url(./../images/bg-chief.webp);
}
.p-pageHeader.--pageH-owner {
  background-image: url(./../images/bg-contact.webp);
}

/* 下層ヘッダー画像（chief）22
--------------------------------------------------------------------------------------*/
/* .p-pageHeader {//724*400
	  background-size: cover;
	  padding-top: myClamp(15, 40);

	height: myClamp-pc(220, 410);

		@include ml() {
			height: myClamp(224, 450);
			height: myClamp(160, 450);
		}
		@include ss() {
			//height: 141px;
			height: 161px;
		}
	&.--pageH-chief {
		background-image: url(./../images/bg-chief.webp);
	}
} */
/* .p-hero__catchcopy {
	&.--catchcopy1 {
		font-size: myClamp-pc(22, 33);
		@include ml() {
			font-size: myClamp(22, 33);
		}
		@include sm() {
			font-size: myClamp(16, 33);
		}
	}

	&.--catchcopy2 {
		font-size: myClamp-pc(16, 30);
		margin-top: myClamp-pc(24, 40);
		margin-bottom: myClamp-pc(24, 40);
		span {
			border: 1px solid $color-wht;
			border-radius: 10px;
			padding: myClamp(4, 10) myClamp(20, 40);
		@include sm() {
			padding: myClamp(4, 10) myClamp(16, 40);
		}
		}
		@include ml() {
			font-size: myClamp(18, 30);
		}
		@include sm() {
		margin-top: myClamp(12, 40);
		margin-bottom: myClamp(12, 40);
			font-size: myClamp(14, 30);
		}
	}

	&.--catchcopy3 {
		font-size: myClamp-pc(14, 26);
		@include ml() {
			font-size: myClamp(16, 26);
		}
		@include sm() {
			font-size: myClamp(12, 26);
		}
	}

	&.--catchcopy4 {
		font-size: myClamp-pc(20, 24);
		@include ml() {
			font-size: myClamp(16, 24);
		}
		@include sm() {
			font-size: myClamp(16, 26);
		}
	}

} */
.p-hero__image.--heroAbout {
  bottom: 0;
  left: clamp(13.75rem, calc(10.625rem + 6.25vw), 18.125rem);
  right: -32px;
}
@media screen and (max-width: 768px) {
  .p-hero__image.--heroAbout {
    top: auto;
    left: clamp(11.25rem, calc(8.6170212766rem + 11.7021276596vw), 18.125rem);
  }
}
@media screen and (max-width: 430px) {
  .p-hero__image.--heroAbout {
    left: clamp(6.9375rem, calc(2.6529255319rem + 19.0425531915vw), 18.125rem);
  }
}
.p-hero__image.--heroChief {
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-hero__image.--heroChief {
    top: auto;
  }
}
.p-hero__image.--heroOwner {
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-hero__image.--heroOwner {
    top: auto;
  }
  .p-hero__image.--heroOwner img {
    width: 80%;
  }
}
.p-hero__image.--heroOwner img {
  width: 70%;
}
.p-hero__image.--heroContact {
  /* left: 0;
  right: 0; */
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-hero__image.--heroContact {
    top: auto;
  }
}
/* ============================================ */
/* column-left */
/* ============================================ */
/* 左カラム
------------------------------------------------------------ */
/* ロゴとメニューの間隔*/
.---siteLogo {
  margin-bottom: clamp(20px, 50px + 5vh, 100px);
}

.p-siteNav__content {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-nav__ttl {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: clamp(1.5625rem, calc(0.9375rem + 1.25vw), 2.4375rem);
  margin-bottom: 20px;
}
@media (max-height: 650px) {
  .c-nav__ttl {
    font-size: clamp(1.5625rem, calc(1.3392857143rem + 0.4464285714vw), 1.875rem);
  }
}

.c-nav__list {
  padding-left: 1.5em;
  /* カレント */
}
.c-nav__list .current_page_item {
  color: #FFA000;
}
.c-nav__list .current_page_item .c-nav__link {
  color: #FFA000;
}

.c-nav__item {
  position: relative;
  font-size: clamp(1rem, calc(0.9107142857rem + 0.1785714286vw), 1.125rem);
  font-weight: 400;
  margin-bottom: 0.6rem;
}
.c-nav__item:last-of-type::before {
  content: none;
}
.c-nav__item::before {
  content: "●";
  position: absolute;
  left: -1.2em;
  font-size: 1em;
  line-height: 1.5;
  -webkit-transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, transform 0.3s;
  transition: color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.c-nav__item.current {
  color: #FFA000;
}
.c-nav__item.current .c-nav__link {
  color: #FFA000;
}
@media (max-height: 650px) {
  .c-nav__item {
    margin-bottom: 0.2rem;
  }
}

.c-nav__item:hover::before,
.c-nav__item:hover .c-nav__link {
  color: #FFA000;
  text-decoration: none;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/* 下線アニメーション */
.c-nav__link {
  position: relative;
}
.c-nav__link::after {
  content: "";
  position: absolute;
  left: -1.2em;
  bottom: 0;
  height: 2px;
  background: orange;
  width: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  max-width: 220px;
}
.c-nav__link:hover::after, .c-nav__item:hover .c-nav__link::after {
  width: 220px;
}

.c-nav__item:last-child .c-nav__link::after {
  display: none;
}

/*各種申請書<br>ダウンロード*/
.c-nav__item:last-of-type {
  max-width: 235px;
  background: #FFA000;
  border: 2px solid #FFA000;
  list-style: none;
  margin-left: -1.5rem;
  text-align: center;
  margin-top: clamp(1.25rem, calc(0.3571428571rem + 1.7857142857vw), 2.5rem);
  margin-bottom: clamp(1.25rem, calc(0.3571428571rem + 1.7857142857vw), 2.5rem);
  padding: clamp(0.625rem, calc(0.625rem + 0vw), 0.625rem);
  border-radius: 50px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  line-height: 1.5;
}
.c-nav__item:last-of-type .c-nav__link {
  font-size: clamp(1rem, calc(0.9107142857rem + 0.1785714286vw), 1.125rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  display: block;
}
@media (max-height: 650px) {
  .c-nav__item:last-of-type {
    padding: clamp(0.375rem, calc(-0.0714285714rem + 0.8928571429vw), 1rem);
  }
}

.c-nav__item:last-of-type:hover {
  background: #fff;
  border: 2px solid #FFA000;
  -webkit-transform: none;
          transform: none;
}
.c-nav__item:last-of-type:hover .c-nav__link {
  color: #FFA000;
  -webkit-transform: none;
          transform: none;
}

.c-nav__link {
  line-height: 1.5;
  display: block;
}

/*電話でのお問い合わせ*/
.p-telContact {
  position: relative;
  text-align: center;
}

/*イラスト*/
.p-telContact::after {
  position: absolute;
  /* top: -3rem;
  left: 16rem;
  top: -2rem;
  left: 13rem; */
  top: clamp(-3rem, -0.875rem - 2vw, -2rem);
  left: clamp(13.75rem, calc(12.9464285714rem + 1.6071428571vw), 14.875rem);
  content: "";
  /* width: 160px;
  height: 160px; */
  /* width: clamp(100px, 10vw, 160px);
  height: clamp(100px, 10vw, 160px); */
  width: clamp(6.875rem, calc(4.4642857143rem + 4.8214285714vw), 10.25rem);
  height: clamp(7.5rem, calc(5rem + 5vw), 11rem);
  /* background: url(https://placehold.co/160x160/333333/ffff?text=illust
  ) no-repeat; */
  background: url(../images/tel__illust.png) no-repeat;
  display: inline-block;
  aspect-ratio: 1/1;
  background-size: contain;
  background-position: center;
  -webkit-animation: moveUpDown 10s ease-in-out infinite;
          animation: moveUpDown 10s ease-in-out infinite;
}
@media (max-width: 799px) {
  .p-telContact::after {
    display: none;
  }
}

@-webkit-keyframes moveUpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  3% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  4% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes moveUpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  3% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  4% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-height: 1400px) {
  .p-sidebarContact {
    text-shadow: 0px 0px 5px rgb(255, 255, 255);
  }
}

.p-sidebarContact__text {
  font-size: clamp(1.25rem, calc(1.2053571429rem + 0.0892857143vw), 1.3125rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.6rem;
}
@media (max-height: 650px) {
  .p-sidebarContact__text {
    font-size: clamp(1.125rem, calc(1.0357142857rem + 0.1785714286vw), 1.25rem);
  }
}

.p-sidebarContact__text span {
  font-size: clamp(1rem, calc(0.9553571429rem + 0.0892857143vw), 1.0625rem);
  margin-left: -10px;
}
@media (max-height: 650px) {
  .p-sidebarContact__text span {
    font-size: clamp(0.875rem, calc(0.7857142857rem + 0.1785714286vw), 1rem);
  }
}

.c-telContact__link {
  font-size: clamp(1.75rem, calc(1.75rem + 0vw), 1.75rem);
  font-weight: 700;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-telContact__link img {
  width: 22px;
  margin-right: 3px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
@media (max-height: 1400px) {
  .c-telContact__link {
    text-shadow: 0px 0px 5px rgb(255, 255, 255);
  }
}

/* ============================================ */
/* footer */
/* ============================================ */
.l-footer {
  background: #000;
  border-radius: 30px 30px 0 0;
  padding: 0 152px;
  color: #fff;
  margin-top: clamp(3.125rem, calc(2.1675531915rem + 4.2553191489vw), 5.625rem);
}
.l-footer a {
  color: #fff;
}
@media (max-width: 1700px) {
  .l-footer {
    padding: 0 100px;
  }
}
@media (max-width: 1419px) {
  .l-footer {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .l-footer {
    border-radius: 20px 20px 0 0;
  }
}
@media (max-width: 540px) {
  .l-footer {
    padding: 0;
  }
}

.l-footer__inner {
  padding-top: 40px;
  max-width: 540px;
  margin: 0 auto;
}
@media (max-width: 540px) {
  .l-footer__inner {
    width: 80%;
    margin: 0 auto;
  }
}

.footer-info__logo {
  margin-bottom: clamp(1.25rem, calc(1.1303191489rem + 0.5319148936vw), 1.5625rem);
}

.footer-section__office-item:last-child {
  margin-top: 15px;
  margin-bottom: 30px;
}

.dot-line {
  margin-top: 15px;
  width: 100%;
  height: 2px;
  background: repeating-linear-gradient(to right, #ffffff 0 2px, transparent 2px 7px);
}

.footer-section__office-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
}

.footer-section__address {
  font-size: 14px;
  line-height: 1.4;
}

.footer-copyright {
  font-size: 12px;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .footer-copyright {
    margin-bottom: 60px;
  }
}

/* ============================================ */
/* ============================================ */
/*===================================================================
    /* カテゴリ色一覧 */
.cat01 {
  background-color: #9ACB92;
}

.cat02 {
  background-color: #88D6BE;
}

.cat03 {
  background-color: #8DB2E5;
}

.cat04 {
  background-color: #C882E5;
}

.cat05 {
  background-color: #D4C077;
}

.cat06 {
  background-color: #E59797;
}

.cat07 {
  background-color: #E8AF76;
}

.cat08 {
  background-color: #B5C460;
}

/*===================================================================
    news
===================================================================*/
/*トップお知らせ
-------------------------------------------------------------------------------------*/
.c-newsCard {
  overflow: hidden;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.c-newsCard a {
  text-decoration: none;
}
.c-newsCard a:hover {
  text-decoration: none;
}

/* ホバー時の状態変化は親のaリンク:hoverで直接変更 */
.c-newsCard__link:hover .c-newsCard__title::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.c-newsCard__link:hover .c-newsCard__image {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.c-newsCard__image-container {
  width: 100%;
  max-width: 350px;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  display: block;
  border-radius: 10px;
  border: 1px solid #d5d5d5;
  margin-bottom: clamp(1rem, calc(0.664893617rem + 1.4893617021vw), 1.875rem);
  position: relative;
}

.c-newsCard__image {
  width: 100%;
  height: 130px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.c-newsCard__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-newsCard__body a {
  word-break: break-all;
}

.c-newsCard__tagGroup {
  margin-bottom: 10px;
}

.c-newsCard__tag {
  display: inline-block;
  padding: 5px 15px 5px;
  border-radius: 5px;
  font-size: clamp(0.75rem, calc(0.7021276596rem + 0.2127659574vw), 0.875rem);
  color: #fff;
  line-height: 1.3;
}
@media screen and (max-width: 430px) {
  .c-newsCard__tag {
    padding: 4px 5px 5px;
  }
}
.c-newsCard__tag--information {
  background-color: #FFA000;
}
.c-newsCard__tag--member {
  background-color: #15A4CE;
}
.c-newsCard__tag--newspaper {
  background-color: #00A163;
}
.c-newsCard__tag--info1 {
  background-color: #DA7680;
}
.c-newsCard__tag--info2 {
  background-color: #17A3CE;
}
.c-newsCard__tag--uncategorized {
  background-color: #F8B500;
}

.c-newsCard__date {
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}

.c-newsCard__title {
  line-height: 1.5;
  margin: 0;
}

/* お知らせ一覧 */
.p-newslist {
  gap: clamp(1rem, calc(0.4973404255rem + 2.2340425532vw), 2.3125rem) 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-newslist .c-newsCard {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - clamp(0.5rem, calc(0.2606382979rem + 1.0638297872vw), 1.125rem));
          flex: 1 1 calc(50% - clamp(0.5rem, calc(0.2606382979rem + 1.0638297872vw), 1.125rem));
  max-width: calc(50% - clamp(0.5rem, calc(0.2606382979rem + 1.0638297872vw), 1.125rem));
}
@media screen and (max-width: 768px) {
  .p-newslist .c-newsCard__date {
    font-size: 14px;
    margin-bottom: 6px;
  }
}
.p-newslist .c-newsCard__tagGroup {
  margin-bottom: 6px;
}

/* ページャー
-----------------------------------------------------*/
.c-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: clamp(2.5rem, calc(1.3031914894rem + 5.3191489362vw), 5.625rem) 0 0 0;
  gap: 10px;
  /* WP が出力する a, span を list 化した見た目に */
  /* 現在のページ */
  /* 前へ / 次へ */
  /* 非アクティブ状態（無効にしたい場合） */
  /* ホバー時 */
}
.c-pager .page-numbers {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #eee;
  color: #BCBCBC;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-decoration: none; /* デフォルトのリンク下線を消す */
}
.c-pager .page-numbers.current,
.c-pager .page-numbers[aria-current=page] {
  background: #FFA000;
  color: #fff;
  pointer-events: none;
}
.c-pager .page-numbers.prev,
.c-pager .page-numbers.next {
  background: #eee;
  color: #BCBCBC;
  border: none;
  font-size: 0.6rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.c-pager .page-numbers.dots {
  background: transparent;
  color: #bbb;
  pointer-events: none;
  cursor: default;
}
.c-pager .page-numbers:not(.current):not(.dots):hover {
  background: #FFA000;
  color: #fff;
}

/* お知らせ詳細
-----------------------------------------------------*/
.p-news-detail .c-newsCard {
  display: initial;
  width: 100%;
}
.p-news-detail .c-newsCard__title {
  font-size: clamp(1.25rem, calc(1.2021276596rem + 0.2127659574vw), 1.375rem);
  font-weight: 500;
  margin-bottom: 2rem;
}
.p-news-detail .p-news__buttonArea {
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.c-newsCard__wrapper p {
  line-height: 2;
  margin-bottom: 1.5rem;
}
.c-newsCard__wrapper a {
  color: #FFA000;
}
.c-newsCard__wrapper a:hover {
  text-decoration: underline;
}
.c-newsCard__wrapper img {
  width: 100%;
}

/*===================================================================
    news詳細
===================================================================*/
.p-newsSingle-section .c-newsCard__date {
  margin-bottom: 0.8rem;
}
.p-newsSingle-section .c-newsCard__title {
  line-height: 1.6;
  font-size: clamp(1.25rem, calc(1.2021276596rem + 0.2127659574vw), 1.375rem);
  margin-bottom: 1rem;
}

.c-newsSingle__contents p {
  margin-bottom: 1rem;
}
.c-newsSingle__contents img {
  width: 100%;
}

/* ============================================ */
/*  top*/
/* ============================================ */
/*test*/
.txt {
  /* font-family: noto;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em; */
}

/*余白設定*/
.txt3 {
  color: #000;
}

.test-left {
  background: red;
  color: red;
  margin-right: 40px;
}

.test-R {
  background: tan;
}

.ggg {
  font-size: clamp(1rem, calc(-1.0106382979rem + 8.9361702128vw), 6.25rem);
  color: #333;
}
@media (max-width: 1200px) {
  .ggg {
    color: orange;
  }
}
@media (max-width: 992px) {
  .ggg {
    color: red;
  }
}
@media (max-width: 768px) {
  .ggg {
    color: green;
  }
}
@media (max-width: 540px) {
  .ggg {
    color: aqua;
  }
}
@media (max-width: 360px) {
  .ggg {
    color: blue;
  }
}

.hogehoge {
  font-size: 1rem;
  color: #0000ff;
}
@media screen and (max-width: 360px) {
  .hogehoge {
    font-size: 1.25rem;
    color: #ff0000;
  }
}

.hogehoge2 {
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 430px) {
  .hogehoge2 {
    font-size: 1.125rem;
    font-weight: 500;
  }
}

.hogehoge3 {
  padding: 10px;
  background: #ffcc00;
}
@media screen and (max-width: 768px) {
  .hogehoge3 {
    padding: 20px;
  }
}

.hogehoge3 {
  padding: 2.5rem;
  background: #ffcc00;
}
@media print, screen and (max-width: 1024px) {
  .hogehoge3 {
    padding: 20px;
  }
}

.hogehoge {
  font-size: 2rem;
  color: #0000ff;
}
@media print, screen and (max-width: 800px) {
  .hogehoge {
    font-size: 1rem;
    color: #ff0000;
  }
}

/* GSAP */
/* パララックス */
.test__img {
  width: 18.75rem;
  height: 18.75rem;
  overflow: hidden;
}

.test__img img {
  height: calc(100% + 3.125rem);
}

/*パララックス複数*/
.parallax__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 0.625rem;
  place-content: center;
}

.parallax__item-img {
  width: 18.75rem;
  height: 18.75rem;
  overflow: hidden;
}

.parallax__item-img img {
  height: calc(100% + 3.125rem);
}

/* タイムライン */
.box_wrap {
  margin: 300px 100px;
}

.box {
  width: 150px;
  height: 150px;
  background: #333;
  color: #fff;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.box + .box {
  margin-top: 30px;
}

/* トップページ
--------------------------------------------------------------------------------------*/
/* 加入条件 */
.c-threeBox {
  gap: 10px;
  margin-bottom: 1.5rem;
}
.c-threeBox li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  border-radius: 10px;
  padding: 20px 5px;
  background: #FFF4D0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 430px) {
  .c-threeBox li {
    padding: 10px 5px;
  }
}
.c-threeBox p {
  font-size: clamp(0.875rem, calc(0.7647058824rem + 0.4901960784vw), 1rem);
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  margin-top: 1rem;
  margin-bottom: 0;
}

/* 介護保険料 */
/* テーブル */
.c-table-wrap {
  overflow-x: auto;
  margin-bottom: 2.5rem;
}

.c-table {
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; /*  角丸のため */
  border-radius: 10px; /* テーブル全体に角丸 */
  overflow: hidden;
}
.c-table th:first-child {
  border-top-left-radius: 10px;
}
.c-table th:last-child {
  border-top-right-radius: 10px;
}

.c-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.c-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

/* aboutページ用 */
.p-nursing_care_insurance .c-table {
  border-radius: 0;
}
.p-nursing_care_insurance .c-table th:first-child {
  border-top-left-radius: 0;
}
.p-nursing_care_insurance .c-table th:last-child {
  border-top-right-radius: 0;
}
.p-nursing_care_insurance .c-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 0;
}
.p-nursing_care_insurance .c-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 0;
}

.c-table tbody tr:nth-child(even) {
  background: #F5F5F5;
}

.c-table th,
.c-table td {
  line-height: 1.5;
  border: 1px solid #000;
  border-right: none;
  border-bottom: none;
  padding: clamp(0.375rem, calc(0.2792553191rem + 0.4255319149vw), 0.625rem) clamp(0.5rem, calc(0.4042553191rem + 0.4255319149vw), 0.75rem);
  text-align: center;
  word-wrap: break-word;
  vertical-align: middle;
}

.c-table th:last-child,
.c-table td:last-child {
  border-right: 1px solid #000;
}

.c-table tbody tr:last-child th,
.c-table tbody tr:last-child td {
  border-bottom: 1px solid #000;
}

.c-table thead {
  background-color: #FFF4D0;
}

/* テーブルヘッダー(th)の下線を点線にする */
.c-table thead th {
  border-bottom: 1px dashed #000;
}

/* 重なりの原因であるtbodyの1行目の上線を削除する */
.c-table tbody tr:first-child td {
  border-top: none;
}

/* 労災とは
  --------------------------------------------------------------------------------------*/
/*===================================================================
    /* 建設連合国民健康保険 */
.subsidy_system {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-engaging_howto,
.p-main_benefit {
  margin-bottom: 2rem;
}

/* テーブル */
/* 建設連合国保の主な給付
------------------------------------------------------------------------- */
.table-container {
  margin: 0 auto;
}

.table-title {
  margin-bottom: 10px;
}

.benefits-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 2px solid #000;
  border-top: 1px solid #000;
  line-height: 1.4;
  /* tbody tr:nth-child(odd) {
    background-color: $color-wht4D0;
  } */
}
.benefits-table td {
  border: 1px solid #000;
  padding: 12px;
  vertical-align: middle;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .benefits-table td {
    padding: 6px;
  }
}
.benefits-table .category {
  background: #FFF4D0;
  text-align: center;
  width: 140px;
}
@media screen and (max-width: 768px) {
  .benefits-table .category {
    width: 120px;
  }
}
@media screen and (max-width: 430px) {
  .benefits-table .category {
    width: 100px;
  }
}
.benefits-table .text-center {
  text-align: center;
}
.benefits-table td p {
  margin: 0;
}
.benefits-table td p:not(:last-child) {
  margin-bottom: 1em;
}

/* テーブル */
/* 保険料
------------------------------------------------------------------------- */
@media screen and (max-width: 430px) {
  .tables-wrapper-pc {
    display: none;
  }
}

.fee-table {
  width: 100%;
  /* 隣接するボーダーを重ねて1本線にする */
  border-collapse: collapse;
  border-spacing: 0;
  /* テーブルがはみ出しても文字が改行されないようにする */
  white-space: nowrap;
  margin-bottom: 1em; /* 下のテーブルとの間隔 */
}
.fee-table th,
.fee-table td {
  border: 1px solid #000;
  padding: 7px 0px;
  text-align: center;
}
.fee-table th {
  background-color: #FFF4D0;
  font-weight: 400;
}
.fee-table:last-child {
  width: 40%;
}

/* モバイル表示 */
@media (min-width: 431px) {
  .tables-wrapper-sp {
    display: none;
  }
}

.fee-table2 {
  width: 100%;
  /* 隣接するボーダーを重ねて1本線にする */
  border-collapse: collapse;
  border-spacing: 0;
  /* テーブルがはみ出しても文字が改行されないようにする */
  white-space: nowrap;
  margin-bottom: 1em; /* 下のテーブルとの間隔 */
}
.fee-table2 th,
.fee-table2 td {
  border: 1px solid #000;
  padding: 5px 0px;
  text-align: center;
}
.fee-table2 th {
  background-color: #FFF4D0;
  font-weight: 400;
}
.fee-table2:last-child {
  width: 80%;
}

/* 保険料お見積もりシミュレーション（令和7年度の料金）
------------------------------------------------------------------------- */
.sim-form {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 0 50px 0;
}

.sim-form-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.sim-form-row .group-label {
  margin-bottom: 10px;
}
@media (max-width: 1799px) and (min-width: 769px) {
  .sim-form-row:first-child .sim-form-label {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .sim-form-row {
    margin-bottom: 10px;
    gap: 0.5rem;
  }
}
@media (min-width: 541px) {
  .sim-form-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.sim-form-label {
  font-weight: bold;
  line-height: 1.3;
}
@media (max-width: 541px) {
  .sim-form-label {
    width: 100%;
  }
}

.sim-form-desc {
  margin-left: 1rem;
}
@media (max-width: 541px) {
  .sim-form-desc {
    width: 100%;
  }
}

/* ドロップダウンメニュー */
.sim-form-selectbox {
  position: relative;
  width: 280px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1699px) and (min-width: 769px) {
  .sim-form-selectbox {
    width: clamp(11.875rem, calc(7.8571428571rem + 8.0357142857vw), 17.5rem);
  }
}
.sim-form-selectbox select {
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  border-radius: 10px;
  background: #fff;
  color: #000;
  font-size: 16px;
  padding: 0 59px 0 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sim-form-selectbox select option {
  color: #000;
}
.sim-form-selectbox .sim-form-arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 58px;
  height: 100%;
  background: #FFA000;
  border-radius: 0 10px 10px 0;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
}
.sim-form-selectbox .sim-form-arrow::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 14px solid #fff;
}
@media (max-width: 541px) {
  .sim-form-selectbox {
    width: 100%;
  }
}

/* お見積り結果
------------------------------------------------------------------------- */
.estimate-result-area .c-content-txt {
  line-height: 1.5;
}
.estimate-result-area .c-content-txt:first-child {
  font-weight: 700;
}

.estimate-result-table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .estimate-result-table-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
  }
}

.estimate-table {
  border: 1px solid #000;
  overflow: hidden;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}
.estimate-table:first-child {
  -ms-flex-preferred-size: 215px;
      flex-basis: 215px;
}
.estimate-table:nth-of-type(2) {
  -ms-flex-preferred-size: 215px;
      flex-basis: 215px;
}
.estimate-table:nth-of-type(3) {
  -ms-flex-preferred-size: 130px;
      flex-basis: 130px;
}
@media screen and (max-width: 768px) {
  .estimate-table {
    -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
    width: 100% !important;
  }
}

.estimate-table-header {
  background: #F39800;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  padding: 8px 0px;
  text-align: center;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #000;
}

.estimate-table-body {
  background: #fff;
  min-height: 38px;
  padding: 6px 12px;
  text-align: center;
  font-size: 18px;
}

.estimate-result-sign {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
  position: relative;
}

.total-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.total-row .estimate-table {
  border: 1px solid green;
  -ms-flex-preferred-size: 370px;
      flex-basis: 370px;
}
@media screen and (max-width: 768px) {
  .total-row {
    margin-top: -10px;
  }
  .total-row .estimate-result-sign {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.estimate-notice {
  font-size: 16px;
  margin-top: 38px;
  margin-left: 70px;
}

/* 加入の流れ
------------------------------------------------------------------------- */
/* STEP */
.process-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.process-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #000;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .process-step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.step-label {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.step-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  bottom: 15px;
  right: 0;
  width: 1px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .step-label::after {
    display: none;
  }
}
.step-label .step-number {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.step-label .step-title {
  line-height: 1.3;
  margin: 0;
}
@media (max-width: 768px) {
  .step-label {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    border-right: none;
    border-bottom: 1px solid #000;
    padding: 6px 10px;
  }
}

.step-details {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 17px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.step-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.step-details ul li {
  position: relative;
  padding-left: 1em;
  line-height: 1.4;
}
.step-details ul li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .step-details {
    padding: 10px;
  }
}

/* ああああああああああああああああああああああああああああああああああああああああ */
.c-aboutCard {
  font-weight: 500;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 1rem;
}

.c-aboutCard__header {
  gap: clamp(0.625rem, calc(0.2420212766rem + 1.7021276596vw), 1.625rem);
  margin-bottom: 1rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 430px) {
  .c-aboutCard__header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c-aboutCard__label {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 110px;
      flex-basis: 110px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  line-height: 1;
  padding: 8px clamp(0.625rem, calc(0.3856382979rem + 1.0638297872vw), 1.25rem);
  color: #fff;
  border-radius: 10px;
  background: #15A4CE;
}

.c-aboutCard__description {
  margin: 0;
  -ms-flex-preferred-size: 390px;
      flex-basis: 390px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  line-height: 1.5;
}

.c-aboutCard__content-grid {
  /* display: grid;
  grid-template-columns: repeat(2, 1fr);*/
  gap: clamp(0.625rem, calc(0.4813829787rem + 0.6382978723vw), 1rem);
}

/**
 * 詳細情報ボックス
 */
.c-aboutInfo-box {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  /* 2つ目以降のボックス（可変させたい方）のflex設定 */
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; /* 伸びる(grow):1, 縮む(shrink):1, ベース幅(basis):自動 */
  /* 1つ目のボックス（幅を維持したい方）のflex設定を上書き */
}
.c-aboutInfo-box:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; /* 伸びない:0, 縮まない:0, ベース幅:自動 */
}
@media (min-width: 769px) and (max-width: 1199px) {
  .c-aboutInfo-box:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media (max-width: 549px) {
  .c-aboutInfo-box:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.c-aboutInfo-box.u-flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-aboutInfo-box__title {
  margin: 0 0 6px 0;
}

/* This is a rare case where nesting is used for a direct child based on context */
.c-aboutInfo-box .c-aboutInfo-box__title:last-child {
  margin-bottom: 0;
}

.c-aboutInfo-box__inner {
  border: 1px solid #000;
  background-color: #DA7680;
  border-radius: 10px;
  padding: 10px;
}

.c-aboutInfo-box__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 430px) {
  .c-aboutInfo-box__list {
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.c-aboutInfo-box__list li {
  position: relative;
  list-style: none;
  line-height: 1;
}

/* 委託手続きは簡単 */
.p-entrustmentEasy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* (変更) 天地中央揃えが意図であればstretchよりこちらを推奨 */
}
@media (max-width: 599px) {
  .p-entrustmentEasy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.c-stepBox {
  position: relative;
  border: 1px solid #000;
  border-radius: 10px;
  /* (変更) flexのショートハンドで記述 */
  /* flex-grow: 1; -> 伸びる */
  /* flex-shrink: 1; -> 縮む */
  /* flex-basis: 0; -> ベースの幅は0で、残りの空間を分け合う */
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding: 10px;
}
@media (min-width: 1401px) {
  .c-stepBox {
    padding: 20px 10px;
  }
}
@media (max-width: 599px) {
  .c-stepBox {
    padding: 15px;
    width: 100%;
  }
}
.c-stepBox.--rightBox {
  background: #FDF8E1;
}

.c-stepBox__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-stepBox__imageArea {
  /* position: absolute;
  top: 0;
  bottom: 0; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* .c-stepBox__textArea {
  position: absolute;
  bottom: 0.5rem;
}

.c-stepBox__balloon {
  display: inline-block;
   font-size:myClamp(14, 14);
   font-weight: $font-weight-mid;
  line-height: 1;
  position: absolute;
  left: 1rem;
  top: 4rem;
}

.c-stepBox__balloon--right {
   font-size:myClamp(14, 14);
   line-height: $line-height-sub;
  left: 1rem;
  top: 2rem;
}

.c-stepBox__title {
	text-align: center;
  display: block;
  margin-bottom: 0.2rem;
  line-height: 1;
  font-weight: $font-weight-mid;
}

.c-stepBox__desc {
  font-size:myClamp(14, 14);
  line-height: $line-height-sub;
} */
.c-stepArrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 26px;
  padding: 0 4px;
  margin-top: 0;
}

.c-stepArrow__inner {
  display: inline-block;
}

@media (max-width: 599px) {
  .c-stepArrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.c-downArrow__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}

.c-downArrow__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
@media (max-width: 599px) {
  .c-downArrow__item:first-child {
    display: none;
  }
}

@media (max-width: 599px) {
  .c-downArrow__item0 {
    display: none;
  }
}

.c-downArrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-downArrow__inner {
  font-size: 26px;
}

.l-outsourcingBenefits {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(0.625rem, calc(0.4813829787rem + 0.6382978723vw), 1rem);
  margin-bottom: 15px;
  margin-top: 0;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 10px;
}
@media (max-width: 580px) {
  .l-outsourcingBenefits {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-benefitBox {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  padding: 10px;
  background: #FBE988;
  border-radius: 5px;
  border: 1px solid #707070;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-benefitBox__title {
  font-weight: 500;
  margin-bottom: 0.3rem;
  line-height: 1;
}

.c-benefitBox__desc {
  font-size: clamp(0.875rem, calc(0.875rem + 0vw), 0.875rem);
  line-height: 1.5;
}

/* このような方は是非とも委託を */
.c-aboutMan {
  position: absolute;
  right: -20px;
  bottom: -20px;
  z-index: 10;
  height: auto;
  width: clamp(11.875rem, calc(7.4107142857rem + 8.9285714286vw), 18.125rem);
}
@media screen and (max-width: 768px) {
  .c-aboutMan {
    width: clamp(10.3125rem, calc(7.3204787234rem + 13.2978723404vw), 18.125rem);
  }
}
@media screen and (max-width: 430px) {
  .c-aboutMan {
    bottom: -10px;
    width: clamp(10.3125rem, calc(7.3204787234rem + 13.2978723404vw), 18.125rem);
  }
}

/* 加入の流れ2
-----------------------------------------------------------------------*/
.p-join_flow .c-content-txt {
  margin-bottom: 20px;
}
@media screen and (max-width: 430px) {
  .p-join_flow .c-content-txt {
    margin-bottom: 15px;
  }
}

.p-joinFlow__item {
  margin-bottom: 25px;
}
.p-joinFlow__item .c-box4__list {
  width: 70%;
}
.p-joinFlow__item .c-box4__list li::before {
  color: #000;
}
@media screen and (max-width: 430px) {
  .p-joinFlow__item .c-box4__list {
    width: 60%;
  }
}
@media screen and (max-width: 360px) {
  .p-joinFlow__item .c-box4__list {
    width: 60%;
  }
}

@media (max-width: 499px) {
  .p-joinFlow__item:last-child .c-box4__list li {
    width: 90%;
  }
}

.c-stepCard {
  position: relative;
  overflow: hidden;
  padding: 25px 30px;
  border-radius: 20px;
  color: #fff;
  max-height: 200px;
  background-image: url("../images/bg-grn.svg");
  background-size: cover;
  background-position: calc(100% + 50px);
  background-repeat: no-repeat;
}
.c-stepCard.--grn {
  background-image: url("../images/bg-1g.svg");
}
.c-stepCard.--blu {
  background-image: url("../images/bg-2b.svg");
}
.c-stepCard.--orn {
  background-image: url("../images/bg-3o.svg");
}
@media screen and (max-width: 430px) {
  .c-stepCard {
    max-height: 240px;
    padding: 20px 20px;
  }
}
@media screen and (max-width: 430px) {
  .c-stepCard {
    background-position: calc(100% + 100px);
  }
}
@media screen and (max-width: 360px) {
  .c-stepCard {
    background-position: calc(100% + 110px);
    max-height: 240px;
    padding: 15px;
  }
}

.c-stepCard__step-label {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 25px;
}
.c-stepCard__step-label::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 70%;
  height: 1px;
  background-color: rgb(255, 255, 255);
}
@media (max-width: 1399px) {
  .c-stepCard__step-label::after {
    width: 60%;
  }
}
@media screen and (max-width: 430px) {
  .c-stepCard__step-label {
    margin-bottom: 18px;
    font-size: 18px;
  }
}

.c-stepCard__heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
  position: relative;
  width: 70%;
}
@media (max-width: 1399px) {
  .c-stepCard__heading {
    width: 60%;
  }
}
@media screen and (max-width: 430px) {
  .c-stepCard__heading {
    width: 60%;
  }
}
@media screen and (max-width: 360px) {
  .c-stepCard__heading {
    width: 60%;
  }
}

@media (max-width: 499px) {
  .p-joinFlow__item:last-child .c-stepCard__heading {
    font-size: 16px;
  }
}

/*===================================================================
    /* 健康診断*/
/*集団健診・レディース健診
--------------------------------------------------------------------*/
.p-clinic-checkup-table,
.p-group_ladys,
.--family_support {
  position: relative;
  overflow-x: auto;
}

.p-group_ladys-table {
  width: 100%;
  min-width: 600px;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border: 2px solid #000;
}
.p-group_ladys-table th.table-title {
  background: #FFF4D0;
  text-align: center;
  font-weight: 400;
  padding: 13px 0;
  line-height: 1;
  vertical-align: middle;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .p-group_ladys-table th.table-title {
    padding: 8px 0;
  }
}
.p-group_ladys-table td.table-label {
  background: #FFFEF6;
  width: 120px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.3;
  border-right: 1px solid #000;
  padding: 12px 6px;
}
.p-group_ladys-table td.table-label.rowspan-5 {
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 768px) {
  .p-group_ladys-table td.table-label {
    padding: 6px 6px;
    width: 90px;
  }
}
.p-group_ladys-table td.colspan-3 {
  border-bottom: 1px solid #000;
}
.p-group_ladys-table td {
  background: #fff;
  padding: 13px 10px;
  border-bottom: 1px solid #000;
  vertical-align: middle;
  text-align: left;
  line-height: 1.3;
}
.p-group_ladys-table td.--kensa {
  border-bottom: none;
  border-top: 1px solid #000;
}
.p-group_ladys-table td.-jissi {
  border-top: 1px solid #000;
}
.p-group_ladys-table td.--kensin {
  width: 120px;
  border-top: 1px solid #000;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-group_ladys-table td.--kensin {
    width: 90px;
    padding: 4px;
  }
}
.p-group_ladys-table td.--group {
  border-top: 1px solid #000;
}
.p-group_ladys-table td.--ladys {
  border-top: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .p-group_ladys-table td {
    padding: 6px;
  }
}
.p-group_ladys-table .table-section-title {
  text-align: center;
  border-bottom: 1px solid #000;
  padding: 8px 0;
  width: auto;
}
.p-group_ladys-table .table-date-cell {
  background: #fff;
  border-right: 1px solid #000;
  text-align: center;
  vertical-align: middle;
}
.p-group_ladys-table .table-group-cell {
  background: #fff;
  border-right: 1px solid #aaa;
  text-align: center;
  vertical-align: middle;
  padding: 8px 8px;
}
.p-group_ladys-table .bg-pink {
  background: #fff4fc;
}
.p-group_ladys-table .table-bottom {
  border-bottom: none;
  background: #fff;
  text-align: left;
  border-top: 1px solid #000;
}

/*院内健診
--------------------------------------------------------------------*/
.clinic-checkup-table {
  width: 100%;
  min-width: 500px;
  line-height: 1.3;
  border-left: 2px solid #000;
}
.clinic-checkup-table table, .clinic-checkup-table th, .clinic-checkup-table td {
  border: 1px solid #000;
  border-collapse: collapse;
}
.clinic-checkup-table th,
.clinic-checkup-table td {
  vertical-align: middle;
  padding: 10px 10px;
}
@media screen and (max-width: 768px) {
  .clinic-checkup-table th,
  .clinic-checkup-table td {
    padding: 6px;
  }
}
.clinic-checkup-table .table-title {
  background: #FFF4D0;
  text-align: center;
  font-weight: 400;
  padding: 13px 0;
  line-height: 1;
  vertical-align: middle;
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .clinic-checkup-table .table-title {
    padding: 8px 0;
  }
}
.clinic-checkup-table .table-label {
  background: #FFFEF6;
  text-align: center;
  width: 120px;
  vertical-align: middle;
  line-height: 1.3;
  padding: 12px 6px;
}
@media screen and (max-width: 768px) {
  .clinic-checkup-table .table-label {
    padding: 6px 6px;
    width: 90px;
  }
}
.clinic-checkup-table .facility {
  background: #FFFEF6;
  text-align: center;
  padding: 8px 6px 0 6px;
}
@media screen and (max-width: 768px) {
  .clinic-checkup-table .facility {
    padding: 6px;
  }
}
.clinic-checkup-table .facility-name {
  padding: 8px 4px 4px 8px;
  vertical-align: middle;
  width: 180px;
  text-align: center;
}
@media (max-width: 1399px) {
  .clinic-checkup-table .facility-name {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .clinic-checkup-table .facility-name {
    padding: 6px;
    width: 140px;
  }
}
@media screen and (max-width: 430px) {
  .clinic-checkup-table .facility-name {
    width: 70px;
  }
}
.clinic-checkup-table .facility-detail {
  background: #fff;
  padding: 8px 8px 8px 8px;
  color: #222;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .clinic-checkup-table .facility-detail {
    padding: 6px;
  }
}
.clinic-checkup-table tr:last-child td {
  border-bottom: 2px solid #000;
}
.clinic-checkup-table tr th:last-child,
.clinic-checkup-table tr td:last-child {
  border-right: 2px solid #000;
}
.clinic-checkup-table tr th:first-child,
.clinic-checkup-table tr td:first-child {
  border-left: 1px solid #000;
}
.clinic-checkup-table th {
  font-weight: 400;
}

/*その他の医療機関で健診
--------------------------------------------------------------------*/
.--other_medical_care .--kensin,
.--other_medical_care .--kensa {
  border-right: none !important;
}
.--other_medical_care th,
.--other_medical_care td {
  vertical-align: middle;
}

/*特定健診受診券で健診
--------------------------------------------------------------------*/
/*検査項目一覧表・オプション検査　ダウンロード
--------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .--testing_list_op_dl .table-title {
    width: 120px;
  }
}
.--testing_list_op_dl td {
  text-align: center;
}
.--testing_list_op_dl .table-btn {
  gap: 20px;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}
.--testing_list_op_dl .table-btn .u-flex-half {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
@media screen and (max-width: 430px) {
  .--testing_list_op_dl .table-btn {
    gap: 10px;
  }
}
.--testing_list_op_dl .c-button {
  padding: 6px;
  text-align: center;
  width: 95%;
  color: #000;
  background: #ffeecf;
  border: 1px solid #ffeecf;
}
.--testing_list_op_dl .c-button:hover {
  background: #FFA000;
}
@media screen and (max-width: 768px) {
  .--testing_list_op_dl .c-button {
    padding: 4px;
  }
}
@media screen and (max-width: 430px) {
  .--testing_list_op_dl .c-button {
    max-width: none;
  }
}

.--harada .table-btn:first-child {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .--harada .table-btn:first-child {
    margin-bottom: 10px;
  }
}
.--harada .--ladys .c-button {
  background: #fdecf6;
  border: 1px solid #fdecf6;
}
.--harada .--ladys .c-button:hover {
  background: #F3A2D5;
}

.c-button.--kensalist {
  max-width: 345px;
  padding: 6px;
  color: #000;
  background: #EFEFEF;
  border: 1px solid #ffeecf;
}
.c-button.--kensalist:hover {
  background: #FFA000;
}

/*ヘルスケアポイント制度（ペップアップ）とは
--------------------------------------------------------------------*/
.-healthcare_point .--target {
  border-top: 2px solid #000;
}

/* 健康診断の申請の方法
--------------------------------------------------------------------*/
.p-medical_check_app__tel {
  font-size: 22px;
  font-size: clamp(1.125rem, calc(1.0771276596rem + 0.2127659574vw), 1.25rem);
  font-weight: 700;
  line-height: 1.3;
}
.p-medical_check_app__tel:first-of-type {
  margin-top: 0.5rem;
}

/*===================================================================
    /* 労働保険組合*/
.merit {
  font-weight: 700;
}

.c-insurance {
  background: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 20px;
  padding: clamp(0.9375rem, calc(0.8656914894rem + 0.3191489362vw), 1.125rem);
}

.c-insurance__ttl {
  line-height: 1.4;
  font-size: 24px;
  font-size: clamp(1.25rem, calc(1.2021276596rem + 0.2127659574vw), 1.375rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
}

.c-insurance__card {
  background: #FFF4D0;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 20px;
  padding: clamp(0.9375rem, calc(0.8656914894rem + 0.3191489362vw), 1.125rem);
}
.c-insurance__card:first-of-type {
  margin-bottom: 1rem;
}

.c-insurance__card-ttl {
  font-size: 20px;
  font-size: clamp(1.0625rem, calc(1.0385638298rem + 0.1063829787vw), 1.125rem);
  text-align: center;
  margin-bottom: 0.5rem;
  line-height: 1;
}
.c-insurance__card-ttl span {
  display: block;
  font-size: 18px;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.c-insurance__card-box {
  gap: 20px;
}
.c-card-box-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #000;
  padding: 10px;
  text-align: center;
}
.c-card-box-item:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1779px) {
  .c-card-box-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-card-box-item {
    padding: 6px;
  }
}

.p-what_special_join .c-box3__list {
  background: #fff;
  border: 1px solid #000;
}

/* 補償内容
-----------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .p-compensating_detail .u-mb {
    margin-bottom: 2rem;
  }
}

/* 労働保険料の申告・納付手続き
-----------------------------------------------------------------*/
@media screen and (max-width: 430px) {
  .p-compensating_detail .p-news__buttonArea {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* 委託手続きは簡単
-----------------------------------------------------------------*/
.p-procedure {
  margin-bottom: 1rem;
}

.c-card1 {
  border: 1px solid #000;
  border-radius: 8px;
  padding: 1.2em 1.5em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-card1 {
    padding: 16px;
  }
}
@media screen and (max-width: 430px) {
  .c-card1 {
    padding: 10px;
  }
}

.c-card1--small {
  padding: 20px 20px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-card1--small {
    padding: 16px;
  }
}
@media screen and (max-width: 430px) {
  .c-card1--small {
    padding: 10px;
  }
}

.c-card1__title {
  width: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  margin: 0 auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
  /* .br-15 {
  	display: none;
  	@media (max-width: 1500px) and (min-width: 769px) {
   		display: block;
  	}
  } */
}
@media (max-width: 1350px) {
  .c-card1__title.--to_we {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .c-card1__title.--to_we {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (max-width: 1350px) {
  .c-card1__title.--to_we .c-card1__title-text {
    margin-right: 0;
  }
}
@media (max-width: 1350px) {
  .c-card1__title.--to_we .c-card1__text {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .c-card1__title.--to_we .c-card1__text {
    margin-top: 0;
  }
}
@media (max-width: 476px) {
  .c-card1__title.--to_we .c-card1__text {
    margin-top: 0.5rem;
  }
}
@media (min-width: 1730px) {
  .c-card1__title {
    width: 80%;
  }
}
@media (max-width: 1550px) and (min-width: 769px) {
  .c-card1__title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .c-card1__title {
    font-size: 18px;
  }
}
@media (max-width: 360px) {
  .c-card1__title {
    width: 100%;
  }
}

.c-card1__title-icon {
  margin-right: 0.1em;
  line-height: 1;
}

.c-card1__title-text {
  line-height: 1;
  display: inline-block;
  margin-right: 2em;
}
@media (max-width: 360px) {
  .c-card1__title-text {
    margin-right: 15px;
  }
}

.c-card1__sub-title {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .c-card1__sub-title {
    font-size: 18px;
  }
}

.c-card1__text {
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-card1__text {
    text-align: center;
  }
}

.c-arrow-down {
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 20px solid #000;
  margin: 0 auto;
}

/* ==========================================================================
   p-: Project（このページ固有のスタイル）
   ========================================================================== */
.p-procedure__arrow-container {
  padding: 10px 0;
}

.p-procedure__branch-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 10px 0;
  max-width: 720px;
  margin: 0 auto;
}

.p-procedure__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.p-procedure__note {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 60px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

/* ==========================================================================
   レスポンシブ対応
   ========================================================================== */
@media screen and (max-width: 768px) {
  .p-procedure__grid {
    grid-template-columns: 1fr; /* 1列にする */
    gap: 20px;
  }
  .p-procedure__branch-arrows {
    /* スマホでは3つの矢印は不要な場合があるため非表示に（デザインによる） */
    /* display: none; */
    /* もしくは1つだけ表示 */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-procedure__branch-arrows .c-arrow-down:not(:first-child) {
    display: none;
  }
  .p-procedure__title {
    margin-bottom: 40px;
  }
}
/*===================================================================
    /* 一人親方 */
/* 労災保険に加入していますか？ */
/* 保険料お支払い金額の例 */
.c-table2-wrap {
  position: relative;
  overflow-x: auto;
  width: 100%;
  font-size: clamp(0.875rem, calc(0.875rem + 0vw), 0.875rem);
  margin-bottom: 20px;
}
.c-table2-wrap::-webkit-scrollbar {
  height: 10px;
}
.c-table2-wrap::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 5px;
}
.c-table2-wrap::-webkit-scrollbar-track {
  background: #f8f8f8;
}

/* テーブル */
.c-table2 {
  border: 3px solid #000;
  border-collapse: separate;
  border-spacing: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: clamp(0.875rem, calc(0.875rem + 0vw), 0.875rem);
}
.c-table2 .koumoku th {
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
}
.c-table2 thead {
  background: initial;
  color: initial;
}
.c-table2 thead th {
  /* ヘッダー背景色・文字色 */
  color: #000;
  font-weight: 700;
  border-top: none;
}
.c-table2 th {
  white-space: nowrap;
  font-weight: 500;
}

/* 線重複防止: 上・左のみ明示、右・下は最終行のみ */
.c-table2 th, .c-table2 td {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: none;
  border-right: none;
  padding: 5px 8px;
  width: 87px;
  height: 38px;
  text-align: right;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(0.875rem, calc(0.875rem + 0vw), 0.875rem);
}

/* 偶数（even）行（tbodyのみ）黄色
奇数（odd）*/
.c-table2 tbody tr:nth-child(odd) {
  background: #F2F2F2;
}

/* 角丸禁止 */
.c-table2, .c-table2 th, .c-table2 td {
  border-radius: 0 !important;
}

/* 斜線セル */
.slash-cell {
  height: 72px !important;
  /* width: 57px;
  height: 87px; */
  font-size: clamp(0.875rem, calc(0.875rem + 0vw), 0.875rem);
  padding: 0;
  position: relative;
  background: transparent;
  border-left: none !important;
  border-top: none !important;
}

.slash-svg {
  position: absolute;
  left: 0;
  top: 20px;
  /* width: 87px;
  height: 57px; */
  display: block;
  pointer-events: none;
}

.slash-text {
  font-weight: 500;
  position: absolute;
  right: 5px;
  top: 6px;
  line-height: 1;
}

.slash-text2 {
  font-weight: 500;
  position: absolute;
  left: 5px;
  bottom: 6px;
  line-height: 1;
}

/* 説明用注釈 */
.note {
  margin-top: 10px;
}

/* 保険給付の内容 */
.c-table3-wrap {
  overflow-x: auto;
  margin-bottom: 30px;
}

.c-table3 {
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
  table-layout: auto;
  border-collapse: collapse;
  font-size: clamp(0.875rem, calc(0.875rem + 0vw), 0.875rem);
  color: #000;
}
.c-table3 thead {
  background: #F2A3D5;
}
.c-table3 th,
.c-table3 td {
  border: 1px solid #000;
  padding: clamp(0.375rem, calc(0.3271276596rem + 0.2127659574vw), 0.5rem) clamp(0.625rem, calc(0.5771276596rem + 0.2127659574vw), 0.75rem);
  text-align: left;
  vertical-align: top;
}
.c-table3 tbody th {
  width: clamp(7.8125rem, calc(6.9268617021rem + 3.9361702128vw), 10.125rem);
  width: clamp(4.375rem, calc(2.1728723404rem + 9.7872340426vw), 10.125rem);
  vertical-align: middle;
  font-weight: 500;
}
.c-table3 thead th {
  text-align: center;
}

.c-table3 tbody tr:nth-child(even) {
  background: #F2F2F2;
}

/* 保険加入の流れ */
.insurance-flow__list {
  list-style: none;
  margin: 0;
  margin-top: 10px;
  padding: 0;
}

.insurance-flow__step {
  border: 1px solid #000;
  padding: clamp(0.625rem, calc(0.5771276596rem + 0.2127659574vw), 0.75rem);
  margin-bottom: 16px;
}

.insurance-flow__step-title {
  font-size: clamp(1.25rem, calc(1.0714285714rem + 0.3571428571vw), 1.5rem);
  font-weight: 500;
  line-height: 1.5;
  margin-inline: auto;
  width: 342px;
  width: clamp(18rem, calc(15.5892857143rem + 4.8214285714vw), 21.375rem);
  display: block;
}
@media screen and (max-width: 768px) {
  .insurance-flow__step-title {
    font-size: clamp(1.125rem, calc(0.9813829787rem + 0.6382978723vw), 1.5rem);
    width: clamp(18rem, calc(16.7074468085rem + 5.7446808511vw), 21.375rem);
  }
}
@media (max-width: 499px) {
  .insurance-flow__step-title {
    width: auto;
  }
}

.insurance-flow__label {
  display: block;
  margin-bottom: 2px;
  text-align: center;
}

.insurance-flow__step-body {
  border-top: 1px solid #000;
  padding-top: 8px;
  margin-top: 8px;
  font-size: clamp(0.875rem, calc(0.875rem + 0vw), 0.875rem);
  line-height: 1.5;
}

/* シミュレーション */
.p-simulation__form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-simulation__form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-simulation__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  background-color: #F2F2F2;
}
@media screen and (max-width: 768px) {
  .p-simulation__label {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    padding: 20px;
    line-height: 1;
  }
}
@media screen and (max-width: 430px) {
  .p-simulation__label {
    padding: 10px;
  }
}

.p-simulation__input-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1760px) {
  .p-simulation__input-area {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-simulation__input-area {
    gap: clamp(0.625rem, calc(0.3856382979rem + 1.0638297872vw), 1.25rem);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1rem;
  }
}

.p-simulation__select-wrapper {
  position: relative;
}

/* ドロップダウンの▼ */
.p-simulation__select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border-width: 8px 6px 0 6px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  pointer-events: none;
}

/* ドロップダウン */
.p-simulation__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 240px;
  padding: clamp(0.625rem, calc(0.5053191489rem + 0.5319148936vw), 0.9375rem);
  background-color: #fff;
  border: 1px solid #000;
  cursor: pointer;
  /* ドロップダウンの背景色 */
  background: -webkit-gradient(linear, left top, right top, color-stop(88%, #25A5D1), color-stop(85%, #ffffff));
  background: linear-gradient(to right, #25A5D1 88%, #ffffff 85%);
}
@media (max-width: 1760px) {
  .p-simulation__select {
    width: clamp(13.125rem, calc(3.3035714286rem + 19.6428571429vw), 26.875rem);
  }
}
@media screen and (max-width: 768px) {
  .p-simulation__select {
    width: 260px !important;
  }
}

.p-simulation__select:focus {
  outline: 2px solid #000;
  outline-offset: 2px;
}

.p-simulation__period-separator {
  white-space: nowrap;
}

.p-simulation__resultTitle {
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px;
}

.p-simulation__table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #000;
}

.p-simulation__table th,
.p-simulation__table td {
  font-size: clamp(0.875rem, calc(0.875rem + 0vw), 0.875rem);
  border: 1px solid #000;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .p-simulation__table th,
  .p-simulation__table td {
    text-align: left;
  }
}
@media screen and (max-width: 430px) {
  .p-simulation__table th,
  .p-simulation__table td {
    padding: 5px 10px;
  }
}

.p-simulation__table thead th {
  width: 155px;
  line-height: 1.5;
  font-weight: 500;
  background-color: #F2F2F2;
}

.p-simulation__table thead th small {
  display: inline;
}

.p-simulation__table tbody td {
  height: 3.5rem;
}

@media (max-width: 600px) {
  .p-simulation__table,
  .p-simulation__table thead,
  .p-simulation__table tbody,
  .p-simulation__table th,
  .p-simulation__table td,
  .p-simulation__table tr {
    display: block; /* 縦積みにするためblock化 */
    width: 100%;
  }
  /* テーブルヘッダーrowは非表示 */
  .p-simulation__table thead tr {
    display: none; /* 元ヘッダーを隠す */
  }
  /* 行ごとに区切り、余白追加 */
  .p-simulation__table tbody tr {
    margin-bottom: 0;
    border: 1px solid #000;
    border: none;
  }
  /* セルはflexで左右配置、border無効化 */
  .p-simulation__table tbody td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: auto;
    border: none;
    padding: 0;
    padding-right: 10px;
    border-bottom: 1px solid #000;
  }
  .p-simulation__table tbody td:last-child {
    border-bottom: none;
  }
  /* ▼【重要追記】項目名ラベルを左側に表示＋背景色付与 */
  .p-simulation__table tbody td::before {
    content: attr(data-label);
    background-color: #F2F2F2;
    font-weight: 500;
    padding: 10px;
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    text-align: left;
  }
}
/*===================================================================
    /* 事業主様へ */
.l-entrustPoints {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  padding: 0;
}
@media screen and (max-width: 430px) {
  .l-entrustPoints {
    gap: 15px;
  }
}

.c-pointCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #ffe103;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 10px;
  gap: 20px;
}
@media screen and (max-width: 430px) {
  .c-pointCard {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-pointCard__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 130px;
  background: #87BF04;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, calc(1.125rem + 0vw), 1.125rem);
  line-height: 1;
  color: #fff;
  border-radius: 8px;
  padding: 4px;
}
@media screen and (max-width: 430px) {
  .c-pointCard__label {
    padding: 5px;
  }
}

.c-pointCard__label--primary {
  background: #87BF04;
}

.c-pointCard__text {
  font-size: clamp(0.875rem, calc(0.875rem + 0vw), 0.875rem);
  font-weight: 500;
  line-height: 1.5;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  word-break: break-word;
}
@media screen and (max-width: 430px) {
  .c-pointCard__text {
    margin-bottom: 10px;
  }
}

.c-pointCard__note {
  display: block;
  margin-top: 0.5em;
  font-size: 13px;
}

/* 一般事業(金融業・保険業の場合) */
.l-ownerTable-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .l-ownerTable-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.p-ownerTable {
  border-collapse: collapse;
  border-spacing: 0;
  width: auto;
  font-size: clamp(0.875rem, calc(0.875rem + 0vw), 0.875rem);
  border: 3px solid #000;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-ownerTable {
    width: 100%;
    table-layout: auto;
  }
}
.p-ownerTable th,
.p-ownerTable td {
  border: 1px solid #000;
  padding: 10px;
  text-align: center;
  line-height: 1.4;
  border-radius: 0;
  vertical-align: middle;
}
@media screen and (max-width: 430px) {
  .p-ownerTable th,
  .p-ownerTable td {
    padding: 10px 5px;
    white-space: normal;
  }
}
.p-ownerTable thead th {
  background: #87bf04;
  font-weight: 500;
}
.p-ownerTable .green-cell {
  background: #87bf04;
  font-weight: 500;
}

/* メインテーブルの列幅設定 */
:root {
  --main-table: auto;
}
@media (min-width: 1559px) {
  :root {
    --main-table: 160px;
  }
}

.main-table {
  table-layout: fixed;
}
.main-table th:first-child {
  background: #fff;
}
.main-table th:first-child,
.main-table td:first-child {
  width: clamp(5.625rem, calc(4.5535714286rem + 2.1428571429vw), 7.125rem); /* 事業主負担列 */
}
@media screen and (max-width: 768px) {
  .main-table th:first-child,
  .main-table td:first-child {
    width: clamp(3.75rem, calc(-0.8936170213rem + 20.6382978723vw), 15.875rem);
  }
}
.main-table th:nth-child(2),
.main-table td:nth-child(2) {
  width: var(--main-table); /* 雇用保険料率列 */
}
.main-table th:nth-child(3),
.main-table td:nth-child(3) {
  width: var(--main-table); /* 労災保険料率列 */
}
/* サイドテーブルの列幅設定 */
.side-table {
  table-layout: fixed;
}
.side-table th,
.side-table td {
  width: var(--main-table); /* 特別加入料率列 */
}

/* 従業員3名を雇用した場合テーブル */
.l-ownerTable2-wrap {
  border: 3px solid #000;
  font-size: clamp(0.875rem, calc(0.875rem + 0vw), 0.875rem);
}

.p-ownerTable2-title {
  background-color: #FFA000;
  font-weight: 500;
  text-align: center;
  padding: 10px;
  line-height: 1.5;
}

.p-ownerTable2 {
  width: 100%;
  border-collapse: collapse; /* ボーダーを重ねる */
}
.p-ownerTable2 tr {
  border-top: 1px solid #000;
}
.p-ownerTable2 td {
  /* テーブルのセル */
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.p-ownerTable2 td:first-child {
  /* 左側のセル（項目名） */
  width: 50%;
  border-right: 1px solid #000;
}
.p-ownerTable2 td:last-child {
  /* 右側のセル（金額） */
  text-align: right;
}
.p-ownerTable2 td:last-child span {
  display: inline-block;
  text-align: right;
  padding: 0 clamp(0.625rem, calc(-1.6071428571rem + 4.4642857143vw), 3.75rem);
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-ownerTable2 td:last-child span {
    padding: 0 clamp(0rem, calc(-2.3936170213rem + 10.6382978723vw), 6.25rem);
  }
}
.p-ownerTable2 tr:nth-child(2) td {
  background-color: #f2f2f2;
}

/* 4月～翌3月までに支払われた賃金テーブル */
.l-ownerTable3-wrap {
  border: 3px solid #000;
  font-size: clamp(0.875rem, calc(0.875rem + 0vw), 0.875rem);
}

.p-ownerTable3 {
  width: 100%;
  border-collapse: collapse;
  color: #000;
  line-height: 1.4;
}
.p-ownerTable3 tr {
  border-top: 1px solid #000;
  background: #f2f2f2;
}
.p-ownerTable3 tr:nth-child(even) {
  background-color: #fff;
}
.p-ownerTable3 tr:first-child td {
  background-color: #FFA000;
  text-align: center;
  font-weight: 500;
}
.p-ownerTable3 td {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #000;
}
@media screen and (max-width: 430px) {
  .p-ownerTable3 td {
    padding: 8px;
  }
}
.p-ownerTable3 td.tblRight-box {
  text-align: right;
  width: clamp(11.25rem, calc(5rem + 12.5vw), 20rem);
}
@media screen and (max-width: 768px) {
  .p-ownerTable3 td.tblRight-box {
    width: clamp(6.25rem, calc(0.9840425532rem + 23.4042553191vw), 20rem);
  }
}
.p-ownerTable3 td .--placeRight {
  display: inline-block;
  text-align: right;
  padding-right: clamp(0.625rem, calc(-1.6071428571rem + 4.4642857143vw), 3.75rem);
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-ownerTable3 td .--placeRight {
    padding: 0 clamp(0rem, calc(-2.3936170213rem + 10.6382978723vw), 6.25rem);
  }
}
.p-ownerTable3 td:last-child {
  border-right: none;
  text-align: right;
}
.p-ownerTable3 td:last-child td {
  background-color: #FFA000;
  text-align: center;
  font-weight: 500;
}

/* 事業主負担分テーブル */
.l-ownerTable4-wrap {
  border: 3px solid #000;
  font-size: clamp(0.875rem, calc(0.875rem + 0vw), 0.875rem);
}

.p-ownerTable4 {
  width: 100%;
  border-collapse: collapse;
  color: #000;
  line-height: 1.4;
}
.p-ownerTable4 tr {
  border-top: 1px solid #000;
}
.p-ownerTable4 tr .tblTitle {
  font-weight: 500;
  background: #FFA000;
}
.p-ownerTable4 tr:first-child td {
  text-align: center;
}
.p-ownerTable4 tr:last-child {
  background: #f2f2f2;
}
.p-ownerTable4.--construction tr:last-child {
  background: #fff;
}
.p-ownerTable4.--construction tr:nth-last-of-type(2) {
  background: #f2f2f2;
}
.p-ownerTable4 td {
  text-align: center;
  padding: 10px;
  vertical-align: middle;
  border-right: 1px solid #000;
}
@media screen and (max-width: 430px) {
  .p-ownerTable4 td {
    padding: 8px;
  }
}
.p-ownerTable4 td.tblRight-box {
  text-align: right;
  width: clamp(11.25rem, calc(5rem + 12.5vw), 20rem);
}
@media screen and (max-width: 768px) {
  .p-ownerTable4 td.tblRight-box {
    width: clamp(6.25rem, calc(0.9840425532rem + 23.4042553191vw), 20rem);
  }
}
.p-ownerTable4 td .--placeRight {
  display: inline-block;
  text-align: right;
  padding-right: clamp(0.625rem, calc(-1.6071428571rem + 4.4642857143vw), 3.75rem);
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-ownerTable4 td .--placeRight {
    padding: 0 clamp(0rem, calc(-2.3936170213rem + 10.6382978723vw), 6.25rem);
  }
}

/* 労働保険料納付合計テーブル */
.l-ownerTable5-wrap {
  border: 3px solid #000;
  font-size: clamp(0.875rem, calc(0.875rem + 0vw), 0.875rem);
}

.p-ownerTable5 {
  width: 100%;
  border-collapse: collapse;
  color: #000;
  line-height: 1.4;
}
.p-ownerTable5 tr:first-child td {
  text-align: center;
}
.p-ownerTable5 td {
  text-align: center;
  padding: clamp(0.625rem, calc(0.4813829787rem + 0.6382978723vw), 1rem);
  vertical-align: middle;
  border-right: 1px solid #000;
}
.p-ownerTable5 td:first-child {
  background: #FFA000;
  width: 50%;
}

/*===================================================================
    /* よくあるご質問 お問い合せ */
/* よくあるご質問
-------------------------------------------------------------------------*/
.c-faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .c-faq__question {
    gap: 8px;
  }
}

.c-faq__toggle-icon {
  position: relative;
  top: 9px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.c-faq__toggle-icon::before, .c-faq__toggle-icon::after {
  content: "";
  position: absolute;
  background-color: #000;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.c-faq__toggle-icon::before {
  width: 1.6px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
}
.c-faq__toggle-icon::after {
  width: 100%;
  height: 1.6px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-faq__item.is-open .c-faq__toggle-icon::before {
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}

/* Common style for Q/A marks */
.c-faq__mark {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 35px;
  line-height: 1.4;
}

.c-faq__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1.4;
  margin-bottom: 1rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* Answer Styles */
.c-faq__answer-wrapper {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out;
}

.c-faq__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  padding: 0 10px 24px 0;
  padding-left: 27px;
}
@media (max-width: 768px) {
  .c-faq__answer {
    padding-left: 32px;
    gap: 8px;
  }
}

.c-faq__answer-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow-x: auto;
}
.c-faq__answer-content .c-faq__answer-list {
  margin: 0;
  padding: 0 0 0 1.5em;
}
.c-faq__answer-content .c-faq__answer-list li {
  position: relative;
  line-height: 1.4;
  margin-bottom: 0.2rem;
}
.c-faq__answer-content .c-faq__answer-list li::before {
  content: "・";
  position: absolute;
  left: -1.2em;
}

/*faq2 テーブル
--------------------------------------------------------------------*/
.--family_support .table-label,
.--family_support .--join_schedule {
  width: 180px;
  width: clamp(7.5rem, calc(4.8214285714rem + 5.3571428571vw), 11.25rem);
}

/* 組合概要
-------------------------------------------------------------------------*/
.c-office {
  margin-bottom: 2rem;
}
.c-office__name {
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}

.c-office__info {
  margin-bottom: 1rem;
}

.c-office__row {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  line-height: 1.5;
}

.c-office__label,
.c-office__desc {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1; /* 親要素の縮小に合わせて比率的に縮小 */
}

.c-office__label {
  -ms-flex-preferred-size: 80px;
      flex-basis: 80px; /* 子要素の基準幅 */
  font-weight: 500;
}
@media (max-width: 599px) {
  .c-office__label {
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
  }
}
@media screen and (max-width: 430px) {
  .c-office__label {
    -ms-flex-preferred-size: 160px;
        flex-basis: 160px;
  }
}

.c-office__image {
  margin-bottom: 1rem;
  max-width: 456px;
}

/* お電話・FAXでのお問い合わせ
--------------------------------------------------------------------------------*/
.c-telfax__Info {
  font-size: clamp(1.125rem, calc(0.9813829787rem + 0.6382978723vw), 1.5rem);
  text-align: center;
  margin-bottom: 1rem;
}
.c-telfax__Info span:first-child {
  margin-right: 1rem;
}
@media screen and (max-width: 430px) {
  .c-telfax__Info span {
    display: block;
  }
  .c-telfax__Info span:first-child {
    margin-right: 0;
  }
}

/* メールでのお問い合わせ
--------------------------------------------------------------------------------*/
.p-email_inquiry {
  background: #fff;
  border-radius: 30px;
}

.u-pd45 {
  padding: clamp(1.875rem, calc(0.9821428571rem + 1.7857142857vw), 3.125rem) clamp(1.25rem, calc(0.3571428571rem + 1.7857142857vw), 2.5rem);
}

/*===================================================================
    /* 組合員様各種手続き */
.page-procedure .c-box4__list {
  margin-bottom: 2rem;
}
.page-procedure .c-box4__list li {
  font-size: clamp(0.875rem, calc(0.875rem + 0vw), 0.875rem);
  font-weight: 400;
}

.proceduresGuideForm-section .c-content-txt {
  margin-bottom: 1rem;
  font-weight: 500;
}

/* 各種お手続きのご案内ボタン4個 */
.p-proceduresGuide__button-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-proceduresGuide__button-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  border: 1px solid #000;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  background-color: transparent; /* デフォルトの背景色を透明に設定 */
  overflow: hidden; /* 角丸の境界からはみ出る要素をカット */
}
.p-proceduresGuide__button-list li:hover, .p-proceduresGuide__button-list li .c-proceduresGuide__button[aria-selected=true] {
  background: #FFA000;
  border-color: #FFA000;
}
.p-proceduresGuide__button-list li:hover .c-proceduresGuide__button {
  color: #fff;
}
@media screen and (max-width: 430px) {
  .p-proceduresGuide__button-list {
    gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .p-proceduresGuide__button-list li {
    width: calc(50% - 15px);
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

.c-proceduresGuide__button {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 10px;
  font-size: clamp(0.875rem, calc(0.875rem + 0vw), 0.875rem);
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  border-radius: inherit; /* 親要素（li）の角丸を継承 */
  -webkit-transition: color 0.3s, -webkit-transform 0.2s;
  transition: color 0.3s, -webkit-transform 0.2s;
  transition: color 0.3s, transform 0.2s;
  transition: color 0.3s, transform 0.2s, -webkit-transform 0.2s;
}
.c-proceduresGuide__button[aria-selected=true] {
  color: #fff;
}
.c-proceduresGuide__button:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
@media screen and (max-width: 430px) {
  .c-proceduresGuide__button {
    padding: 10px 3px;
  }
}

[role=tabpanel][hidden] {
  display: none;
}/*# sourceMappingURL=style.css.map */